[
  {
    "path": ".eslintrc.js",
    "content": "module.exports = {\n\tenv: {\n\t\t'browser': true,\n\t\t'es6': true,\n\t\t'node': true,\n\t\t'shared-node-browser': true,\n\t\t'mocha': true,\n\t},\n\textends: ['eslint:recommended', 'plugin:react/recommended'],\n\tparser: 'babel-eslint',\n\tparserOptions: {\n\t\tecmaFeatures: {\n\t\t\texperimentalObjectRestSpread: true,\n\t\t\tjsx: true,\n\t\t},\n\t\tsourceType: 'module',\n\t},\n\tplugins: ['react'],\n\trules: {\n\t\t'indent': ['error', 'tab'],\n\t\t'linebreak-style': ['error', 'unix'],\n\t\t'jsx-quotes': ['error', 'prefer-double'],\n\t\t'quotes': ['error', 'single'],\n\t\t'semi': ['error', 'always'],\n\t\t'comma-dangle': ['error', 'always-multiline'],\n\t\t'no-case-declarations': 'off',\n\t\t'react/jsx-sort-props': 'error',\n\t\t'eqeqeq': 'warn',\n\t\t'quote-props': ['warn', 'consistent-as-needed'],\n\t\t'react/no-deprecated': 'off',\n\t\t'no-console': 0,\n\t\t'keyword-spacing': ['error']\n\t},\n};\n"
  },
  {
    "path": ".gitattributes",
    "content": "* linguist-vendored\n*.js linguist-vendored=false\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE.md",
    "content": "<!--\n\nHave you read Winds Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/GetStream/Winds/blob/master/CODE_OF_CONDUCT.md\n\nDo you want to ask a question? Are you looking for support? Please email [support@getstream.io](mailto:support@getstream.io).\n\n-->\n\n### Prerequisites\n\n* [ ] Put an X between the brackets on this line if you have done all of the following:\n    * Checked that your issue isn't already filed: https://github.com/GetStream/Winds/issues\n\n### Description\n\n[Description of the issue]\n\n### Steps to Reproduce\n\n1. [First Step]\n2. [Second Step]\n3. [and so on...]\n\n**Expected behavior:** [What you expect to happen]\n\n**Actual behavior:** [What actually happens]\n\n**Reproduces how often:** [What percentage of the time does it reproduce?]\n\n### Versions\n\nYou can get this information from the manu. Winds > About Winds.\n\n### Additional Information\n\nAny additional information, configuration or data that might be necessary to reproduce the issue.\n"
  },
  {
    "path": ".github/PULL_REQUEST_TEMPLATE.md",
    "content": "### Requirements\r\n\r\n* Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.\r\n* All new code requires tests to ensure against regressions\r\n\r\n### Description of the Change\r\n\r\n<!--\r\n\r\nWe must be able to understand the design of your change from this description. If we can't get a good idea of what the code will be doing from the description here, the pull request may be closed at the maintainers' discretion. Keep in mind that the maintainer reviewing this PR may not be familiar with or have worked with the code here recently, so please walk us through the concepts.\r\n\r\n-->\r\n\r\n### Alternate Designs\r\n\r\n<!-- Explain what other alternates were considered and why the proposed version was selected -->\r\n\r\n### Why Should This Be in Core?\r\n\r\n<!-- Explain why this functionality should be in GetStream/Winds as opposed to a package -->\r\n\r\n### Benefits\r\n\r\n<!-- What benefits will be realized by the code change? -->\r\n\r\n### Possible Drawbacks\r\n\r\n<!-- What are the possible side-effects or negative impacts of the code change? -->\r\n\r\n### Applicable Issues\r\n\r\n<!-- Enter any applicable Issues here -->\r\n"
  },
  {
    "path": ".github/stale.yml",
    "content": "# Number of days of inactivity before an issue becomes stale\ndaysUntilStale: 30\n# Number of days of inactivity before a stale issue is closed\ndaysUntilClose: 7\n# Issues with these labels will never be considered stale\nexemptLabels:\n  - pinned\n  - security\n# Label to use when marking an issue as stale\nstaleLabel: wontfix\n# Comment to post when marking an issue as stale. Set to `false` to disable\nmarkComment: >\n  This issue has been automatically marked as stale because it has not had\n  recent activity. It will be closed if no further activity occurs. Thank you\n  for your contributions.\n# Comment to post when closing a stale issue. Set to `false` to disable\ncloseComment: true\n"
  },
  {
    "path": ".gitignore",
    "content": "# Logs\nlogs\n*.log\nnpm-debug.log*\nyarn-debug.log*\nyarn-error.log*\n\n# Runtime data\npids\n*.pid\n*.seed\n*.pid.lock\n\n# Directory for instrumented libs generated by jscoverage/JSCover\nlib-cov\n\n# Coverage directory used by tools like istanbul\ncoverage\n# Coverage report for codecov\ncoverage.lcov\n\n.pyc\n__pycache__/\n\n# nyc test coverage\n.nyc_output\n\n# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)\n.grunt\n\n# Bower dependency directory (https://bower.io/)\nbower_components\n\n# node-waf configuration\n.lock-wscript\n\n# Compiled binary addons (http://nodejs.org/api/addons.html)\nbuild/Release\n\n# Dependency directories\nnode_modules/\njspm_packages/\n\n# Typescript v1 declaration files\ntypings/\n\n# Optional npm cache directory\n.npm\n\n# Optional eslint cache\n.eslintcache\n\n# Optional REPL history\n.node_repl_history\n\n# Output of 'npm pack'\n*.tgz\n\n# Yarn Integrity file\n.yarn-integrity\n\n# dotenv environment variables file\n.env\n.env.*\n\n# System\n.DS_Store\n\n# Electron Build\n#app-update.yml\n#dev-app-update.yml\n\n# Sass support\nsrc/**/*.css\napp/src/styles/global.css\n\n# API & Worker Production Builds\napi/dist\nworkers/dist\n\n# App Production Builds\napp/dist\napp/build\napp/assets/private-key.p12\n\n# Fabric\nfabfile.py\nfabfile.pyc\n\n# Redis\ndump.rdb\n\n# local mongo\nmongo-db\n\n# Deployment Configurations\ndeploy.sh\nprocess_prod.json\nembedded.provisionprofile\nsign.js\n*.p12\napp/latest.html\n#IDE\n.vscode"
  },
  {
    "path": ".prettierrc",
    "content": "{\n    \"useTabs\": true,\n    \"printWidth\": 90,\n    \"tabWidth\": 4,\n    \"singleQuote\": true,\n    \"trailingComma\": \"all\",\n    \"jsxBracketSameLine\": false,\n    \"parser\": \"babel\",\n    \"semi\": true,\n    \"arrowParens\": \"always\"\n}\n"
  },
  {
    "path": ".travis.yml",
    "content": "dist: xenial\nlanguage: node_js\nnode_js:\n  - \"14\"\nservices:\n  - redis\n  - mongodb\ncache: yarn\ninstall:\n    - \"cd api && yarn install\"\nscript:\n    - \"yarn run test\"\nafter_success:\n    - \"yarn run coverage\"\n"
  },
  {
    "path": "Dockerfile",
    "content": "# Use the latest version of Node\nFROM mhart/alpine-node:latest\n\n# Update dependency cache\nRUN apk update && apk upgrade\n\n# install dependencies\nRUN apk add --no-cache make gcc g++ python git\n\n# Install PM2 globally\nRUN yarn global add pm2\n\n# Create app directory\nWORKDIR /usr/src/winds\n\n# Copy app source code\nCOPY . .\n\n# Expose port 8080\nEXPOSE 8080\n\n# Run process via pm2\nCMD [\"pm2-runtime\", \"start\", \"process_prod.json\"]\n"
  },
  {
    "path": "LICENSE",
    "content": "Copyright 2018 Stream.io Inc\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n  list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n  this list of conditions and the following disclaimer in the documentation\n  and/or other materials provided with the distribution.\n\n* Neither the name of the author nor the names of contributors may be used to\n  endorse or promote products derived from this software without specific prior\n  written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
  },
  {
    "path": "README.md",
    "content": "> 🛑 **Notice**: This repository is no longer maintained; No further Issues or Pull Requests will be considered or approved.\n\n# Winds - A Beautiful Open Source RSS & Podcast App Powered by GetStream.io\n\n[![Slack Community](https://img.shields.io/badge/Slack%20Community-Get%20Invite-green.svg)](https://communityinviter.com/apps/winds-community-hq/winds-2-0)\n[![Build Status](https://travis-ci.org/GetStream/Winds.svg?branch=master)](https://travis-ci.org/GetStream/Winds)\n[![codecov](https://codecov.io/gh/GetStream/Winds/branch/master/graph/badge.svg)](https://codecov.io/gh/GetStream/Winds)\n[![Open Source](https://img.shields.io/badge/Open%20Source-100%25-green.svg)](https://shields.io/)\n[![Maintenance](https://img.shields.io/badge/Maintained%3F-Yes-green.svg)](https://github.com/GetStream/winds/graphs/commit-activity)\n[![Built With](https://img.shields.io/badge/Built%20With-❤️%20in%20Boulder,%20CO-green.svg)](httpds://shields.io/)\n[![StackShare](https://img.shields.io/badge/Tech-Stack-0690fa.svg?style=flat)](https://stackshare.io/stream/winds)\n\n## Description\n\nWinds is a beautiful open-source RSS and Podcast app created using React & Redux on the frontend and Express.js on the backend. Use the free hosted version or run it on your own server and customize it as you see fit. Contributions in form of pull requests are always appreciated. Activity Feeds & Discovery in Winds are powered by [Stream](https://getstream.io/get_started/), the app leverages [Algolia](https://algolia.com?ref=stream) for search, [AWS](https://aws.amazon.com/) for hosting, [MongoDB Atlas](http://mbsy.co/mongodb/228644) for a hosted database (DBaaS), and [SendGrid](https://sendgrid.com/) for email. All of these services have a free tier.\n\n## Getting Started\n\nTo get started with Winds, please download [the latest release](https://s3.amazonaws.com/winds-2.0-releases/latest.html)\n\n## Featured RSS & Podcasts\n\nHave a popular RSS or Podcast and want to be featured? Reach out to winds@getstream.io. We reply to every message.\n\n# Features at a Glance\nWinds is packed full of awesome features behind a beautiful user interface and user experience. Here's a quick look at what the project has to offer:\n\n## Beautiful UI\n![Winds UI](https://i.imgur.com/W1fpowV.png)\n\n## RSS & Podcast Recommendations\n![Winds RSS & Podcast Recommendations](https://i.imgur.com/AlVgDTg.png)\n\n## Integrated Search\n![Winds Search](https://i.imgur.com/zaWtNfV.png)\n\n## Podcast Player\n![Winds Podcast Player](https://i.imgur.com/th247rA.png)\n\n## RSS Reader\n![Winds RSS Reader](https://i.imgur.com/D3wt7W3.png)\n\n\n## TOCd\n\n*   [Roadmap](#roadmap)\n*   [Powered By](#powered-by)\n    *   [Stream](#stream)\n    *   [Algolia](#algolia)\n    *   [MongoDB](#mongodb)\n    *   [SendGrid](https://sendgrid.com)\n    *   [AWS](https://aws.amazon.com/)\n*   [Tutorials](#tutorials)\n*   [Download](#download)\n*   [Contributing to Winds](#contributing-to-winds)\n*   [Support](#support)\n*   [Maintenance & Contributions](#maintenance-and-contributions)\n\n## Roadmap\n\nHelp us improve Winds and/or vote on the [Roadmap for 2.1](https://github.com/GetStream/Winds/issues/191)\n\n*   [ ] Search detail screen\n*   [ ] Playlist support (partially implemented)\n*   [ ] Team support (share an activity feed with colleagues or friends to discover and collaborate)\n*   [ ] Mobile application powered by React Native\n\n## Powered By\n\n1.  [Express](https://expressjs.com?ref=winds)\n2.  [React](https://reactjs.org?ref=winds) & [Redux](https://redux.js.org?ref=winds)\n3.  [Algolia](https://www.algolia.com?ref=winds)\n4.  [MongoDB Atlas](http://mbsy.co/mongodb/228644)\n5.  [SendGrid](https://sendgrid.com?ref=winds)\n6.  [Bull](https://github.com/OptimalBits/bull?ref=winds)\n7.  [Mercury](https://mercury.postlight.com?ref=winds)\n8.  [Stream](https://getstream.io?ref=winds)\n9.  [Sentry](https://sentry.io/?ref=winds)\n10. [AWS](https://aws.amazon.com/?ref=winds)\n\n**The full stack can be found on [StackShare.io](https://stackshare.io/stream/winds).**\n\n### Stream\n\n[Stream](https://getstream.io/?ref=winds) is an API for building activity feeds. For Winds the follow suggestions and the list of articles from the feeds you follow is powered by Stream. Stream accounts are free for up to 3 million feed updates and handle personalization (machine learning) for up to 100 users.\n\n### Algolia\n\n[Algolia](https://algolia.com?ref=winds) is used for lightning fast and relevant search. We use their [JavaScript search client](https://www.npmjs.com/package/algoliasearch?ref=winds) to easily setup the Winds search implementation. Algolia, accounts are free up to 10k records and 100k operations.\n\n### MongoDB\n\n[MongoDB Atlas](http://mbsy.co/mongodb/228644) provides a Database as a Service, and serves as the backend datastore for Winds.\n\n## Tutorials & Blog Posts\n\nThe following tutorials will not only help you start contributing to Winds, but also provide inspiration for your next app.\n\n**Note:** We're actively working on this portion of the README. To stay up to date with the latest information, please signup for the hosted version at [https://getstream.io/winds](https://getstream.io/winds).\n\n1.  [Implementing search with Algolia](https://hackernoon.com/integrating-algolia-search-in-winds-a-beautiful-rss-podcast-application-f231e49cdab5)\n2.  [Stream and Winds](https://getstream.io/blog/the-engine-that-powers-winds/)\n3.  [Running PM2 & Node.js in Production Environments](https://hackernoon.com/running-pm2-node-js-in-production-environments-13e703fc108a)\n4.  [Creating a RESTful API design with Express.js](https://hackernoon.com/building-a-node-js-powered-api-with-express-mongoose-mongodb-19b14fd4b51e)\n5. [Takeaways on Building a React Based App with Electron](https://medium.com/@nparsons08/publishing-a-react-based-app-with-electron-and-nodejs-f5ec44169366)\n6. [The Winds Stack](https://stackshare.io/stream/how-stream-built-a-modern-rss-reader-with-javascript)\n7. [Building Touch Bar Support for macOS in Electron with React](https://hackernoon.com/winds-2-1-building-touch-bar-support-for-macos-in-electron-with-react-e10adb811c91)\n8. [Testing Node.js in 2018](https://hackernoon.com/testing-node-js-in-2018-10a04dd77391)\n9. [Simple Steps to Optimize Your App Performance with MongoDB, Redis, and Node.js](https://hackernoon.com/simple-steps-to-optimize-your-app-performance-5700d8b58f58)\n10. [Getting Started with Winds & Open Source](https://hackernoon.com/winds-an-in-depth-tutorial-on-making-your-first-contribution-to-open-source-software-ebf259f21db2)\n11. [Deploying the Winds App to Amazon S3 and CloudFront](https://getstream.io/blog/deploying-the-winds-app-to-amazon-s3-and-cloudfront/)\n12. [Deploying the Winds API to AWS ECS with Docker Compose](https://getstream.io/blog/deploying-the-winds-api-to-aws-ecs-with-docker-compose/)\n\n## Download\n\nTo download Winds, visit [https://getstream.io/winds/](https://getstream.io/winds/).\n\n## Contributing to Winds\n\n### TL;DR\n\nCommands:\n\n*   `brew install redis mongodb`\n*   `brew services start mongodb`\n*   `brew services start redis`\n*   `cd Winds`\n*   `cd api && yarn`\n*   `cd ../app && yarn`\n\n\nSign up for both Stream and Algolia, and create the following `.env` file in the `app` directory, replacing the keys where indicated:\n\n```\nDATABASE_URI=mongodb://localhost/WINDS_DEV\nCACHE_URI=redis://localhost:6379\nJWT_SECRET=YOUR_JWT_SECRET\n\nAPI_PORT=8080\nREACT_APP_API_ENDPOINT=http://localhost:8080\nSTREAM_API_BASE_URL=https://windspersonalization.getstream.io/personalization/v1.0\n\nSTREAM_APP_ID=YOUR_STREAM_APP_ID\nREACT_APP_STREAM_APP_ID=YOUR_STREAM_APP_ID\nREACT_APP_STREAM_API_KEY=YOUR_STREAM_API_KEY\nREACT_APP_STREAM_ANALYTICS=YOUR_STREAM_ANALYTICS_TOKEN\nSTREAM_API_KEY=YOUR_STREAM_API_KEY\nSTREAM_API_SECRET=YOUR_STREAM_API_SECRET\n\nREACT_APP_ALGOLIA_APP_ID=YOUR_ALGOLIA_APP_ID\nREACT_APP_ALGOLIA_SEARCH_KEY=YOUR_ALGOLIA_SEARCH_ONLY_API_KEY\nALGOLIA_WRITE_KEY=YOUR_ALGOLIA_ADMIN_API_KEY\n```\n\n> Note: If you are running the test suite, you will need to have a test version of the `.env` file inside of the `api/test` directory.\n\nThen run:\n\n*   `pm2 start process_dev.json`\n*   `cd app && yarn start`\n\n### Clone the Repo\n\n```bash\ngit clone git@github.com:GetStream/Winds.git\n```\n\n### Install dependencies\n\nThe following instructions are geared towards Mac users who can use `brew` ([Homebrew](https://brew.sh/)) to install most dependencies. Ubuntu users can use `apt`, and Windows users will have to install directly from the dependency's site. Non-debian-based Linux users will probably be able to figure it out on their own :)\n\n*   `cd Winds/app`\n*   `yarn`\n*   `cd ../api`\n*   `yarn`\n\n### Start MongoDB Locally\n\nWinds uses MongoDB as the main datastore - it contains all users, rss feeds, podcasts, episodes, articles, and shares.\n\nIf you're on a Mac, you can install MongoDB through [Homebrew](https://brew.sh/) by running:\n\n```\nbrew install mongodb\n```\n\n_(You can also install MongoDB from the [official MongoDB site](https://www.mongodb.com/download-center).)_\n\nYou can also run MongoDB in the background by running:\n\n```\nbrew services start mongodb\n```\n\n### Start Redis Locally\n\nAt Stream, we use Redis as an in-memory storage for the Winds podcast processing and RSS processing workers. It contains a list of podcasts and RSS feeds, which the workers pick up and process using the `bull` messaging system.\n\nIf you're on a Mac, you can install Redis through [Homebrew](https://brew.sh/) by running:\n\n```\nbrew install redis\n```\n\n_(You can also install Redis from the [official Redis site](https://redis.io/download).)_\n\nThen, start Redis by running:\n\n```\nredis-server\n```\n\n...which creates (by default) a `dump.rdb` file in your current directory and stores a cached version of the database in that location.\n\nYou can also run Redis in the background by running:\n\n```\nbrew services start redis\n```\n\n### Loading Test Data\n\nFor testing purposes, you will want to use the test data located [here](https://s3.amazonaws.com/winds-hosted/static/export/WINDS.zip).\n\nUse [`mongoimport`](https://docs.mongodb.com/manual/reference/program/mongoimport/) or [`mongorestore`](https://docs.mongodb.com/manual/reference/program/mongorestore/) to import the data. There are two username and password combinations for testing:\n\n**Username**: `admin@admin.com`<br/>\n**Password**: `admin`\n<br/><br/>\n**Username**: `test@test.com`<br/>\n**Password**: `test`\n\nYou will need to run the `FLUSHALL` command in Redis to ensure that the new content is picked up.\n\n> Note: This will override any local data that you may have. Please be cautious! Also, this will not create Stream follows – please follow feeds manually to generate them.\n\n### Stream\n\n#### Sign up and Create a Stream App\n\nTo contribute to Winds, sign up for [Stream](https://getstream.io/get_started?ref=winds) to utilize the activity and timeline feeds.\n\n_(Reminder: Stream is free for applications with less than 3,000,000 updates per month.)_\n\n*   [Sign up for Stream here](https://getstream.io/get_started?ref=winds)\n*   Create a new Stream app\n*   Find the App ID, API Key, and API Secret for your new Stream app\n\n#### Add your Stream App ID, API Key, and API Secret to your `.env`\n\nAppend the Stream App ID, API Key, and API secret to your `.env` file:\n\n```\nSTREAM_APP_ID=YOUR_STREAM_APP_ID\nSTREAM_API_KEY=YOUR_STREAM_API_KEY\nSTREAM_API_SECRET=YOUR_STREAM_API_SECRET\n```\n\n#### Create Your Stream Feed Groups\n\nOnce you've signed in, create \"feed groups\" for your Stream app.\n\nA \"feed group\" defines a certain type of feed within your application. Use the \"Add Feed Group\" button to create the following feeds:\n\n| Feed Group Name | Feed Group Type |\n| --------------- | --------------- |\n| `podcast`       | flat            |\n| `rss`           | flat            |\n| `user`          | flat            |\n| `timeline`      | flat            |\n| `folder`        | flat            |\n| `user_episode`  | flat            |\n| `user_article`  | flat            |\n\nIt's fine to enable \"Realtime Notifications\" for each of these feed groups, though we won't be using those yet.\n\n### Algolia\n\n#### Sign up for Algolia and Create an Algolia App and Index\n\nIn addition to Stream, you also need to sign up for [Algolia](https://www.algolia.com/users/sign_up?ref=winds), to contribute to Winds, for the search functionality.\n\n_(Algolia is free for applications with up to 10k records.)_\n\n*   [Sign up for Algolia here](https://www.algolia.com/users/sign_up?ref=winds)\n*   From the [Applications page](https://www.algolia.com/manage/applications), click \"New Application\" and create a new Algolia application. (We recommend something similar to `my-winds-app`)\n    *   (Select the datacenter that's closest to you.)\n*   From the application page, select \"Indices\" and click \"Add New Index\". (We recommend something similar to `winds-main-index`)\n\n#### Add Your Algolia Application Id, Search-Only Api Key and Admin Api Key to Your `.env` File\n\nFrom your app, click the \"API Keys\" button on the left to find your app ID and API keys.\n\nAppend your Algolia application ID, search-only API Key and Admin API Key to your `.env` file to look like this:\n\n```\nREACT_APP_ALGOLIA_APP_ID=YOUR_ALGOLIA_APP_ID\nREACT_APP_ALGOLIA_SEARCH_KEY=YOUR_ALGOLIA_SEARCH_ONLY_API_KEY\nALGOLIA_WRITE_KEY=YOUR_ALGOLIA_ADMIN_API_KEY\n```\n\n### Start Backend Services\n\nFrom the root directory, run:\n\n```\npm2 start process_dev.json\n```\n\nTo see logging information for all processes, run:\n\n```\npm2 logs\n```\n\n### Start Frontend Electron / Web App Server\n\n```\ncd app && yarn start\n```\n\n### Running tests\n\nWinds API server uses:\n\n* [Mocha](https://mochajs.org) as testing framework\n* [Chai](https://chaijs.org) as assertion library\n* [Sinon](https://sinonjs.org) as mocking library\n* [nock](https://github.com/node-nock/nock) as HTTP mocking library\n* [mock-require](https://github.com/boblauer/mock-require) as module mocking library\n\nTests are located in [`api/test` folder](https://github.com/GetStream/Winds/tree/master/api/test).\n\nFile structure is intentionally mirroring files in `api/src` to simplify matching tests to tested code.\n\nTo run tests:\n\n```\ncd api && yarn run test\n```\n\nTo run tests with extended stack traces (useful when debugging async issues):\n\n```\ncd api && yarn run test_deep\n```\n\n#### Adding new tests\n\nAdd your code to a file in `api/test` folder (preferably mirroring existing file from `api/src` folder).\n\nRefer to [Mocha documentation](https://mochajs.org/#getting-started) for examples of using BDD-like DSL for writing tests.\n\nModules are mocked in [`api/test-entry.js`](https://github.com/GetStream/Winds/blob/master/api/test-entry.js#L21L27) as mocks have to be installed before any modules are loaded.\n\nFixtures are loaded via [`loadFixture`](https://github.com/GetStream/Winds/blob/master/api/test/utils.js#L59L101) function from [`api/test/fixtures` folder](https://github.com/GetStream/Winds/tree/master/api/test/fixtures)\n\nVarious utility functions are provided in [`api/test/util.js`](https://github.com/GetStream/Winds/blob/master/api/test/utils.js) (See other tests for examples of usage).\n\n### Building a Production Version\n\nBuild a production version of Winds by running from root directory:\n\n```\n./api/build.sh\n```\n\nThis creates production-ready JS files in api/dist.\n\nTo run the production JS files:\n\n```\npm2 start process_prod.json\n```\n\nOR\n\n**Prepare the build for Docker**:\n\n`cd api && cd scripts && ./make-build.sh`\n\n**Build the Docker container (API & all workers)**:\n\n`cd ../ && docker-compose up`\n\nThe commands above will prepare and start the API (and all workers). The frontend will still need to be started manually.\n\n## Debugging RSS & Podcast Issues\n\nUnfortunately there is no unified standard for RSS.\nGo to the `api` directory and run `yarn link` to make these commands available:\n\n```\nwinds rss https://techcrunch.com/feed/\n```\n\n**Podcasts**:\n\n```\nwinds podcast https://www.npr.org/rss/podcast.php\\?id\\=510289\n```\n\n**Open Graph scraping**:\n\n```\nwinds og http://www.planetary.org/multimedia/planetary-radio/show/2018/0509-amy-mainzer-neowise.html\n```\n\n**RSS Discovery**:\n\n```\nwinds discover mashable.com\n```\n\n**Article parsing (w/ Mercury)**:\n\n```\nwinds article https://alexiskold.net/2018/04/12/meet-12-startups-from-techstars-nyc-winter-2018-program/\n```\n\nPull requests for improved RSS compatibility are much appreciated.\nMost of the parsing codebase is located in `api/src/parsers/`.\n\n## Support\n\nAll support is handled via [GitHub Issues](https://github.com/getstream/winds/issues). If you're unfamiliar with creating an Issue on GitHub, please follow [these instructions](https://help.github.com/articles/creating-an-issue/).\n\n## Maintenance and Contributions\n\nThank you to all of the maintainers and contributors who've helped Winds become what it is today and help it stay up and running every day. We couldn't do it without you!\n\n### Special Shoutouts To:\n\n*   [Hackernoon](https://hackernoon.com/)\n*   [Product Hunt](https://www.producthunt.com/)\n*   [StackShare](https://stackshare.io/stream/how-stream-built-a-modern-rss-reader-with-javascript)\n\n### Primary Maintainers\n\n*   [Nick Parsons](https://github.com/nparsons08)\n*   [Amin Mahboubi](https://github.com/mahboubii)\n*   [Thierry Schellenbach](https://github.com/tschellenbach)\n*   [Josh Tilton](https://github.com/tilton)\n\n### Contributors\n\n*   [Tommaso Barbugli](https://github.com/tbarbugli)\n*   [Ken Hoff](https://github.com/kenhoff)\n*   [Dwight Gunning](https://github.com/dwightgunning)\n*   [Matt Gauger](https://github.com/mathias)\n*   [Max Klyga](https://github.com/nekuromento)\n*   [Zhomart Mukhamejanov](https://github.com/Zhomart)\n*   [Julian Xhokaxhiu](https://github.com/julianxhokaxhiu)\n*   [Jonathon Belotti](https://github.com/thundergolfer)\n*   [The Gitter Badger](https://github.com/gitter-badger)\n*   [Meriadec Pillet](https://github.com/meriadec)\n*   [Alex Sinnott](https://github.com/sifex)\n*   [Lawal Sauban](https://github.com/sauban)\n\n## Revive RSS\n\nRSS is an amazing open standard. It is probably the most pleasant way to stay up to date with the sites and podcasts you care about. Our reasons for contributing to Winds are explained in the blogpost [Winds 2.0 It's time to Revive RSS](https://getstream.io/blog/winds-2-0-its-time-to-revive-rss/). In this section we will list other open source and commercial projects that are having an impact on Reviving RSS:\n\n* [Miniflux](https://github.com/miniflux/miniflux)\n* [TwitRSSMe](https://twitrss.me/)\n* [Feedly](https://feedly.com/)\n* [NewsBlur](https://newsblur.com/)\n* [Feedity](https://feedity.com/)\n* [SaveRSS](https://mg.guelker.eu/saverss/)\n\n\n## We are hiring!\n\nWe've recently closed a [$38 million Series B funding round](https://techcrunch.com/2021/03/04/stream-raises-38m-as-its-chat-and-activity-feed-apis-power-communications-for-1b-users/) and we keep actively growing.\nOur APIs are used by more than a billion end-users, and you'll have a chance to make a huge impact on the product within a team of the strongest engineers all over the world.\n\nCheck out our current openings and apply via [Stream's website](https://getstream.io/team/#jobs).\n"
  },
  {
    "path": "RSS.md",
    "content": "\n## Post Uniqueness ##\n\nPost uniqueness in an RSS feed can be determined by 4 different methods:\n\n- The guid property on the post (not always present)\n- The link property on the post (not always present and sometimes uses the site url)\n- The url of the first enclosure (common amongst podcasts)\n- A hash of the title, link, description and enclosures\n\nNote that the guid shouldn't change. The link, url and hash can change when the post is updated though.\nSo using the first approach is preferable.\n\nWhile not available in the RSS feed you could also consider the\n\n- Canonical URL on the page\n\n## RSS feed Uniqueness ##\n\nDetermining the uniqueness for an RSS feed is harder.\nThere are a few different options\n\n- A normalized version of the feed url\n- The feed url specified in the RSS doc\n\nNeither of those approaches work as most RSS feeds are available under many different urls.\n\n- A hash based on the last 10 article hashes\n\n## Discovery ##\n\nThe standard discovery library picks up the link rel tag in the html.\nMany sites have dropped support for this tag though. We could add special cases for\n\n- YouTube\n- Wordpress blogs\n\nAs it's easy to determine the feed location\n\n## How Winds handles uniqueness ##\n\nFor every feed Winds will evaluate which one of these fields are unique:\n\n['guid', 'link', 'enclosure[0].url', 'hash']\n\nNote that the hash is computed before any enrichment is done on the feed content.\nAfter that it stores the unique value in `article.fingerprint` in the format `guid:123` or `hash:123` etc.\nAfter selecting the best algorithm it will use a batch select and update to update the feed articles.\n\nThe uniqueness of the last 20 articles is used to compute a hash for the RSS feed.\nWe use this information to occasionally merge RSS feeds.\nAfter merging the alternative URLs are stored to prevent people from submitting the same feed under a different url.\n"
  },
  {
    "path": "STYLE.md",
    "content": "The style rules for Winds are defined in:\n\n*   .prettierrc\n*   .eslintrc\n\nTo cleanup your code run\n\n`yarn prettier` in the api directory\n\nIf you're using atom be sure to install prettier-atom and make sure it finds our prettierrc config file\n"
  },
  {
    "path": "api/Dockerfile",
    "content": "# Use the latest version of Node\nFROM mhart/alpine-node:latest\n\n# Update dependency cache\nRUN apk update && apk upgrade\n\n# install dependencies\nRUN apk add --no-cache make gcc g++ python git\n\n# Install PM2 globally\nRUN yarn global add pm2\n\n# Create app directory\nWORKDIR /usr/src/api\n\n# Copy package.json for build\nCOPY package.json ./\n\n# Copy app source code\nCOPY . .\n\n# Expose port 8080\nEXPOSE 8080\n\n# Run process via pm2\nCMD [\"pm2-runtime\", \"start\", \"process_prod.json\"]\n"
  },
  {
    "path": "api/build.sh",
    "content": "#!/bin/bash\n\ncd api\n\n# Remove the existing build directory and create a fresh one\nrm -rf dist && mkdir -p dist/{utils,email/templates}\n\n# Transpile ES6 to JavaScript\nnpx babel src --out-dir dist --ignore node_modules\n\n# Copy build files to fresh /dist directory\ncp package.json dist/package.json\n\n# Copy email files to fresh /dist directory\ncp -R src/utils/email/templates dist/utils/email\n\n# Install node modules via yarn\ncd dist && yarn install --production --modules-folder node_modules\n"
  },
  {
    "path": "api/config.yaml",
    "content": "\napiVersion: v1\nkind: Service\nmetadata:\n  name: api\n  annotations:\n    cloud.google.com/load-balancer-type: \"Internal\"\n  labels:\n    app: api\nspec:\n  type: LoadBalancer\n  ports:\n  - port: 443\n    protocol: TCP\n  selector:\n    api: api\n"
  },
  {
    "path": "api/docker-compose.yml",
    "content": "version: '3.7'\nservices:\n  api:\n    build:\n      context: .\n      dockerfile: Dockerfile\n    volumes:\n      - '/opt/data:/opt/data'\n    ports:\n      - '8080:8080'\n    depends_on:\n      - cache\n      - database\n    links:\n      - cache\n      - database\n    networks:\n      - backend\n    logging:\n      driver: json-file\n      options:\n        max-size: 100MB\n        max-file: '3'\n    environment:\n      NODE_ENV: production\n      DOCKER: 'true'\n      PRODUCT_URL: 'https://getstream.io/winds'\n      PRODUCT_NAME: Winds\n      PRODUCT_AUTHOR: Stream\n      DATABASE_URI: 'mongodb://database/WINDS'\n      CACHE_URI: 'redis://cache:6379'\n      JWT_SECRET: INSERT_JWT_SECRET_HERE\n      API_PORT: 8080\n      STREAM_API_BASE_URL: 'https://windspersonalization.getstream.io/personalization/v1.0'\n      STREAM_APP_ID: INSERT_STREAM_API_ID_HERE\n      STREAM_API_KEY: INSERT_STREAM_API_KEY_HERE\n      STREAM_API_SECRET: INSERT_STREAM_API_SECRET_HERE\n      ALGOLIA_WRITE_KEY: INSERT_ALGOLIA_WRITE_KEY_HERE\n  cache:\n    image: 'redis:alpine'\n    ports:\n      - '6379:6379'\n    networks:\n      - backend\n    restart: always\n    logging:\n      driver: json-file\n      options:\n        max-size: 100MB\n        max-file: '3'\n  database:\n    image: mongo\n    ports:\n      - '27017:27017'\n    networks:\n      - backend\n    logging:\n      driver: json-file\n      options:\n        max-size: 100MB\n        max-file: '3'\nnetworks:\n  backend: null\n"
  },
  {
    "path": "api/ecosystem.dev.config.js",
    "content": "module.exports = {\n\tapps: [\n\t\t{\n\t\t\tname: 'api',\n\t\t\tinterpreter: 'babel-node',\n\t\t\tscript: 'src/server.js',\n\t\t\twatch: true,\n\t\t\tignore_watch: ['.git', 'node_modules'],\n\t\t},\n\t\t{\n\t\t\tname: 'conductor',\n\t\t\tinterpreter: 'babel-node',\n\t\t\tscript: 'src/workers/conductor.js',\n\t\t\twatch: true,\n\t\t\tignore_watch: ['.git', 'node_modules'],\n\t\t},\n\t\t{\n\t\t\tname: 'stream',\n\t\t\tinterpreter: 'babel-node',\n\t\t\tscript: 'src/workers/stream.js',\n\t\t\twatch: true,\n\t\t\tignore_watch: ['.git', 'node_modules'],\n\t\t},\n\t\t{\n\t\t\tname: 'rss',\n\t\t\tinterpreter: 'babel-node',\n\t\t\tscript: 'src/workers/rss.js',\n\t\t\twatch: true,\n\t\t\tignore_watch: ['.git', 'node_modules'],\n\t\t},\n\t\t{\n\t\t\tname: 'podcast',\n\t\t\tinterpreter: 'babel-node',\n\t\t\tscript: 'src/workers/podcast.js',\n\t\t\twatch: true,\n\t\t\tignore_watch: ['.git', 'node_modules'],\n\t\t},\n\t\t{\n\t\t\tname: 'og',\n\t\t\tinterpreter: 'babel-node',\n\t\t\tscript: 'src/workers/og.js',\n\t\t\twatch: true,\n\t\t\tignore_watch: ['.git', 'node_modules'],\n\t\t},\n\t],\n};\n"
  },
  {
    "path": "api/now.json",
    "content": "{\n  \"type\": \"docker\",\n  \"features\": {\n    \"cloud\": \"v2\"\n  }\n}\n"
  },
  {
    "path": "api/package.json",
    "content": "{\n\t\"name\": \"api\",\n\t\"description\": \"https://getstream.io/winds\",\n\t\"license\": \"BSD-3-Clause\",\n\t\"scripts\": {\n\t\t\"preinstall\": \"yarn global add pm2\",\n\t\t\"start\": \"cd dist && node server.js\",\n\t\t\"build\": \"babel ./src --out-dir ./dist\",\n\t\t\"watch\": \"nodemon start\",\n\t\t\"dev\": \"pm2 start ecosystem.dev.config.js && pm2 log\",\n\t\t\"prettier\": \"prettier --config ../.prettierrc --write \\\"src/**/*.js\\\"\",\n\t\t\"test\": \"NODE_ENV=test node --max-old-space-size=16384 --optimize-for-size node_modules/nyc/bin/nyc.js node_modules/mocha/bin/_mocha --timeout 15000 --require test-entry.js \\\"test/**/*.js\\\"\",\n\t\t\"coverage\": \"NODE_ENV=test node_modules/nyc/bin/nyc.js report --reporter=text-lcov > coverage.lcov && node_modules/codecov/bin/codecov\",\n\t\t\"test_deep\": \"NODE_ENV=test node --max-old-space-size=16384 --optimize-for-size --stack_trace_limit=200 -r trace -r clarify node_modules/mocha/bin/_mocha --timeout 45000 --require test-entry.js \\\"test/**/*.js\\\"\"\n\t},\n\t\"bin\": {\n\t\t\"winds\": \"src/commands/winds.js\"\n\t},\n\t\"nyc\": {\n\t\t\"sourceMap\": false,\n\t\t\"instrument\": false\n\t},\n\t\"author\": \"Winds Team <winds@getstream.io>\",\n\t\"keywords\": [\n\t\t\"Winds\",\n\t\t\"RSS\",\n\t\t\"RSS Reader\",\n\t\t\"Podcast\",\n\t\t\"Podcast Player\"\n\t],\n\t\"engines\": {\n\t\t\"node\": \">=13\"\n\t},\n\t\"dependencies\": {\n\t\t\"@postlight/mercury-parser\": \"^2.2.0\",\n\t\t\"@sendgrid/mail\": \"^7.1.1\",\n\t\t\"algoliasearch\": \"^4.2.0\",\n\t\t\"body-parser\": \"^1.19.0\",\n\t\t\"bull\": \"^3.20.0\",\n\t\t\"bull-arena\": \"^3.7.0\",\n\t\t\"compression\": \"^1.7.4\",\n\t\t\"cors\": \"^2.8.5\",\n\t\t\"deep-object-diff\": \"^1.1.0\",\n\t\t\"dotenv\": \"^8.2.0\",\n\t\t\"ejs\": \"^3.1.3\",\n\t\t\"entities\": \"^1.1.2\",\n\t\t\"express\": \"^4.17.1\",\n\t\t\"express-basic-auth\": \"^1.2.0\",\n\t\t\"express-jwt\": \"^5.3.3\",\n\t\t\"express-rate-limit\": \"^5.1.3\",\n\t\t\"favicon\": \"^0.0.2\",\n\t\t\"feedparser\": \"^2.2.10\",\n\t\t\"franc-min\": \"^5.0.0\",\n\t\t\"getstream\": \"^4.5.1\",\n\t\t\"gravatar\": \"^1.8.0\",\n\t\t\"htmlparser2\": \"^4.1.0\",\n\t\t\"inflate-auto\": \"^1.0.0\",\n\t\t\"ioredis\": \"^4.19.4\",\n\t\t\"joi\": \"^13.7.0\",\n\t\t\"jsonwebtoken\": \"^8.5.1\",\n\t\t\"moment\": \"^2.26.0\",\n\t\t\"mongoose\": \"^5.9.15\",\n\t\t\"mongoose-autopopulate\": \"^0.12.2\",\n\t\t\"mongoose-bcrypt\": \"^1.8.0\",\n\t\t\"mongoose-string-query\": \"^0.2.7\",\n\t\t\"mongoose-timestamp\": \"^0.6.0\",\n\t\t\"multer\": \"^1.4.2\",\n\t\t\"node-opml-parser\": \"^1.0.0\",\n\t\t\"node-statsd\": \"^0.1.1\",\n\t\t\"normalize-url\": \"^5.0.0\",\n\t\t\"opml-generator\": \"^1.1.1\",\n\t\t\"progress\": \"^2.0.3\",\n\t\t\"raven\": \"^2.6.4\",\n\t\t\"request\": \"^2.88.2\",\n\t\t\"request-promise-native\": \"^1.0.8\",\n\t\t\"rss-finder\": \"^2.1.3\",\n\t\t\"sanitize-html\": \"^1.24.0\",\n\t\t\"stream-analytics\": \"^2.8.0\",\n\t\t\"strip\": \"^3.0.0\",\n\t\t\"uuid\": \"^8.1.0\",\n\t\t\"validator\": \"^11.1.0\",\n\t\t\"winston\": \"^3.2.1\",\n\t\t\"winston-transport\": \"^4.3.0\",\n\t\t\"yargs\": \"^15.3.1\",\n\t\t\"zlib\": \"^1.0.5\"\n\t},\n\t\"devDependencies\": {\n\t\t\"@babel/cli\": \"^7.8.4\",\n\t\t\"@babel/core\": \"^7.9.6\",\n\t\t\"@babel/node\": \"^7.8.7\",\n\t\t\"@babel/preset-env\": \"^7.9.6\",\n\t\t\"@babel/register\": \"^7.9.0\",\n\t\t\"babel-plugin-istanbul\": \"^6.0.0\",\n\t\t\"babel-plugin-shebang\": \"^1.0.0\",\n\t\t\"chai\": \"^4.2.0\",\n\t\t\"chai-http\": \"^4.3.0\",\n\t\t\"clarify\": \"^2.1.0\",\n\t\t\"codecov\": \"^3.7.0\",\n\t\t\"flatted\": \"^2.0.2\",\n\t\t\"mocha\": \"^7.2.0\",\n\t\t\"mock-require\": \"^3.0.3\",\n\t\t\"nock\": \"^10.0.6\",\n\t\t\"nodemon\": \"^2.0.4\",\n\t\t\"nyc\": \"^15.0.1\",\n\t\t\"prettier\": \"^2.0.5\",\n\t\t\"redis\": \"^2.8.0\",\n\t\t\"sinon\": \"^7.3.2\",\n\t\t\"trace\": \"^3.1.1\"\n\t}\n}\n"
  },
  {
    "path": "api/scripts/docker-build.sh",
    "content": "#!/bin/bash\n\n# Build the Docker image\ndocker build -t winds-api .\n\n# List all Docker images\ndocker images\n\n# Run the Docker image\ndocker run -p 8080:8080 -d winds-api\n"
  },
  {
    "path": "api/scripts/docker-compose-aws.sh",
    "content": "#!/bin/bash\n\n# Build with Docker Compose\ndocker-compose -f ../docker-compose-aws.yml up\n"
  },
  {
    "path": "api/scripts/docker-compose.sh",
    "content": "#!/bin/bash\n\n# Build with Docker Compose\ndocker-compose -f ../docker-compose.yml up\n"
  },
  {
    "path": "api/scripts/make-build.sh",
    "content": "#!/bin/bash\n\n# Remove the existing build directory and create a fresh one\nrm -rf ../dist && mkdir ../dist\n\n# Transpile ES6 to JavaScript\nnpx babel ../src --out-dir ../dist --ignore node_modules\n\n# Copy build files to fresh /dist directory\ncp ../src/package.json ../dist/package.json\n\n# Copy build files to fresh /dist directory\ncp process_prod.json ../dist/process_prod.json\n\n# Copy email files to fresh /dist directory\ncp -R ../src/utils/email/templates ../dist/utils/email\n\n# Install node modules via yarn\ncd ../dist && yarn install --production --modules-folder node_modules\n"
  },
  {
    "path": "api/setup-tests.js",
    "content": "import fs from 'fs';\nimport path from 'path';\nimport Mocha from 'mocha';\nimport chai from 'chai';\nimport chaiHttp from 'chai-http';\nimport { stringify } from 'flatted/cjs';\n\nimport config from './src/config';\nimport api from './src/server';\nimport logger from './src/utils/logger';\nimport { dropDBs } from './test/utils';\n\napi.use((err, req, res, next) => {\n\tif (err) {\n\t\tlogger.error(err.stack);\n\t\tif (err.request) {\n\t\t\tlogger.error(`REQUEST = ${stringify(err.request)}`);\n\t\t}\n\t\tif (err.response) {\n\t\t\tlogger.error(`RESPONSE = ${stringify(err.response)}`);\n\t\t}\n\t}\n\tnext(err, req, res);\n});\n\nchai.use(chaiHttp);\n\nfunction wrapMocha(onPrepare, onUnprepare) {\n\t// Monkey-patch run method\n\tconst run = Mocha.prototype.run;\n\n\t//XXX: using function syntax instead of fat-arrow syntax\n\t//     to avoid implicit binding of 'this'\n\tMocha.prototype.run = function(done) {\n\t\tconst self = this;\n\t\tonPrepare()\n\t\t\t.then(() => {\n\t\t\t\t//XXX: ditto\n\t\t\t\trun.call(self, function() {\n\t\t\t\t\tif (typeof onUnprepare === 'function') {\n\t\t\t\t\t\tonUnprepare.apply(this, arguments);\n\t\t\t\t\t}\n\t\t\t\t\tdone.apply(this, arguments);\n\t\t\t\t});\n\t\t\t})\n\t\t\t.catch(err => {\n\t\t\t\tif (err instanceof Error) {\n\t\t\t\t\tconsole.error(err.stack);\n\t\t\t\t}\n\t\t\t\tprocess.exit(1);\n\t\t\t});\n\t};\n}\n\nwrapMocha(\n\tasync () => {\n\t\tif (!config.database.uri)\n\t\t\tthrow new Error('Missing MongoDB connection string. Check config');\n\t\tif (!config.cache.uri)\n\t\t\tthrow new Error('Missing Redis connection string. Check config');\n\t\tif (\n\t\t\t!config.database.uri.includes('localhost') &&\n\t\t\t!config.database.uri.includes('127.0.0.1')\n\t\t)\n\t\t\tthrow new Error(\n\t\t\t\t'MongoDB connection string contains non-local address. For safety reasons test suite can only connect to local databases. Check config',\n\t\t\t);\n\t\tif (\n\t\t\t!config.cache.uri.includes('localhost') &&\n\t\t\t!config.cache.uri.includes('127.0.0.1')\n\t\t)\n\t\t\tthrow new Error(\n\t\t\t\t'Redis connection string contains non-local address. For safety reasons test suite can only connect to local databases. Check config',\n\t\t\t);\n\n\t\t//XXX: drop all data before running tests\n\t\tawait dropDBs();\n\n\t\tfs.readdirSync(path.join(__dirname, 'src', 'routes')).forEach(file => {\n\t\t\tif (file.endsWith('.js')) {\n\t\t\t\trequire(`./src/routes/${file}`)(api);\n\t\t\t}\n\t\t});\n\t},\n\tfailures => {\n\t\t//XXX: it seems Travis-ci is having trouble with process wrap-up procedures so lets\n\t\t//     allocate more time before shutting down\n\t\tconst timeout = process.env.TRAVIS ? 10000 : 1500;\n\t\tlogger.info(`Terminating in ${timeout / 1000} seconds`);\n\t\t//XXX: don't care about open connections\n\t\tsetTimeout(() => process.exit(failures ? 1 : 0), timeout);\n\t},\n);\n"
  },
  {
    "path": "api/src/.babelrc",
    "content": "{\n\t\"plugins\": [ \"shebang\"],\n\t\"presets\": [[\"@babel/preset-env\", { \"targets\": { \"node\": \"current\" } }]]\n}\n"
  },
  {
    "path": "api/src/.prettierignore",
    "content": "config/index.js\n"
  },
  {
    "path": "api/src/asyncTasks.js",
    "content": "import config from './config';\nimport logger from './utils/logger';\n\nimport Queue from 'bull';\nimport { getStatsDClient } from './utils/statsd';\n\nexport const rssQueue = new Queue('rss', config.cache.uri, {\n\tsettings: {\n\t\tlockDuration: 90000,\n\t\tstalledInterval: 75000,\n\t\tmaxStalledCount: 2,\n\t},\n});\n\nexport const podcastQueue = new Queue('podcast', config.cache.uri, {\n\tsettings: {\n\t\tlockDuration: 90000,\n\t\tstalledInterval: 75000,\n\t\tmaxStalledCount: 2,\n\t},\n});\n\nexport const streamQueue = new Queue('stream', config.cache.uri, {\n\tlimiter: { max: 12000, duration: 3600000 }, // 12k per hour\n});\n\nexport const ogQueue = new Queue('og', config.cache.uri, {\n\tsettings: {\n\t\tlockDuration: 60000,\n\t\tstalledInterval: 50000,\n\t\tmaxStalledCount: 2,\n\t},\n});\nexport const socialQueue = new Queue('social', config.cache.uri);\n\nfunction makeMetricKey(queue, event) {\n\treturn ['winds', 'bull', queue.name, event].join('.');\n}\n\nasync function trackQueueSize(statsd, queue) {\n\tlet queueStatus = await queue.getJobCounts();\n\tstatsd.gauge(makeMetricKey(queue, 'waiting'), queueStatus.waiting);\n\tstatsd.gauge(makeMetricKey(queue, 'active'), queueStatus.active);\n}\n\nfunction AddQueueTracking(queue) {\n\tvar statsd = getStatsDClient();\n\n\tqueue.on('error', function (err) {\n\t\tstatsd.increment(makeMetricKey(queue, 'error'));\n\t\tlogger.warn(\n\t\t\t`Queue ${queue.name} encountered an unexpected error: ${err.message}`,\n\t\t);\n\t});\n\n\tqueue.on('active', function (job, jobPromise) {\n\t\tstatsd.increment(makeMetricKey(queue, 'active'));\n\t});\n\n\tqueue.on('completed', function (job, result) {\n\t\tstatsd.timing(makeMetricKey(queue, 'elapsed'), new Date() - job.timestamp);\n\t\tstatsd.increment(makeMetricKey(queue, 'completed'));\n\t});\n\n\tqueue.on('stalled', function (job) {\n\t\tstatsd.increment(makeMetricKey(queue, 'stalled'));\n\t\tlogger.warn(`Queue ${queue.name} job stalled: '${JSON.stringify(job)}'`);\n\t});\n\n\tqueue.on('failed', function (job, err) {\n\t\tstatsd.increment(makeMetricKey(queue, 'failed'));\n\t\tlogger.warn(\n\t\t\t`Queue ${queue.name} failed to process job '${JSON.stringify(job)}': ${\n\t\t\t\terr.message\n\t\t\t}`,\n\t\t);\n\t});\n\n\tqueue.on('paused', function () {\n\t\tstatsd.increment(makeMetricKey(queue, 'paused'));\n\t});\n\n\tqueue.on('resumed', function (job) {\n\t\tstatsd.increment(makeMetricKey(queue, 'resumed'));\n\t});\n\n\tsetInterval(trackQueueSize, 30000, statsd, queue);\n}\n\nconst currentEnvironment = process.env.NODE_ENV || 'development';\nif (currentEnvironment !== 'test') {\n\tAddQueueTracking(rssQueue);\n\tAddQueueTracking(ogQueue);\n\tAddQueueTracking(podcastQueue);\n\tAddQueueTracking(streamQueue);\n\tAddQueueTracking(socialQueue);\n}\n\nexport const RssQueueAdd = rssQueue.add.bind(rssQueue);\nexport const OgQueueAdd = ogQueue.add.bind(ogQueue);\nexport const PodcastQueueAdd = podcastQueue.add.bind(podcastQueue);\nexport const StreamQueueAdd = podcastQueue.add.bind(streamQueue);\nexport const SocialQueueAdd = podcastQueue.add.bind(socialQueue);\n\nexport function ProcessRssQueue() {\n\tgetStatsDClient().increment(makeMetricKey(rssQueue, 'started'));\n\treturn rssQueue.process(...arguments);\n}\n\nexport function ProcessOgQueue() {\n\tgetStatsDClient().increment(makeMetricKey(ogQueue, 'started'));\n\treturn ogQueue.process(...arguments);\n}\n\nexport function ProcessPodcastQueue() {\n\tgetStatsDClient().increment(makeMetricKey(podcastQueue, 'started'));\n\treturn podcastQueue.process(...arguments);\n}\n\nexport function ProcessStreamQueue() {\n\tgetStatsDClient().increment(makeMetricKey(streamQueue, 'started'));\n\treturn streamQueue.process(...arguments);\n}\n\nexport function ProcessSocialQueue() {\n\tgetStatsDClient().increment(makeMetricKey(socialQueue, 'started'));\n\treturn socialQueue.process(...arguments);\n}\n\nexport function ShutDownRssQueue() {\n\tgetStatsDClient().increment(makeMetricKey(rssQueue, 'stopped'));\n\treturn socialQueue.close(...arguments);\n}\n\nexport function ShutDownPodcastQueue() {\n\tgetStatsDClient().increment(makeMetricKey(podcastQueue, 'stopped'));\n\treturn socialQueue.close(...arguments);\n}\n\nexport function ShutDownOgQueue() {\n\tgetStatsDClient().increment(makeMetricKey(ogQueue, 'stopped'));\n\treturn socialQueue.close(...arguments);\n}\n\nexport function ShutDownSocialQueue() {\n\tgetStatsDClient().increment(makeMetricKey(socialQueue, 'stopped'));\n\treturn socialQueue.close(...arguments);\n}\n\nexport function ShutDownStreamQueue() {\n\tgetStatsDClient().increment(makeMetricKey(streamQueue, 'stopped'));\n\treturn socialQueue.close(...arguments);\n}\n"
  },
  {
    "path": "api/src/commands/_debug-feed.js",
    "content": "import program from 'commander';\nimport '../loadenv';\nimport '../utils/db';\nimport { ParseFeed, ParsePodcast } from '../parsers/feed';\nimport chalk from 'chalk';\nimport logger from '../utils/logger';\nimport Podcast from '../models/podcast';\nimport RSS from '../models/rss';\nimport { RssQueueAdd, PodcastQueueAdd } from '../asyncTasks';\nimport normalize from 'normalize-url';\n\n// do stuff\nexport async function debugFeed(feedType, feedUrls) {\n\t// This is a small helper tool to quickly help debug issues with podcasts or RSS feeds\n\tlogger.info(`Starting the ${feedType} Debugger \\\\0/`);\n\tlogger.info(\n\t\t'Please report issues with RSS feeds here https://github.com/getstream/winds',\n\t);\n\tlogger.info('Note that pull requests are much appreciated!');\n\tlogger.info(`Handling ${feedUrls.length} urls`);\n\n\tfor (let target of feedUrls) {\n\t\tlogger.info(`Looking up the first ${program.limit} articles from ${target}`);\n\n\t\tasync function validate(response) {\n\t\t\t// validate the podcast or RSS feed\n\t\t\tlogger.info('========== Validating Publication ==========');\n\t\t\tlogger.info(`Title: ${response.title}`);\n\t\t\tlogger.info(`Link: ${response.link}`);\n\t\t\tif (response.image && response.image.og) {\n\t\t\t\tlogger.info(chalk.green('Image found :)'));\n\t\t\t\tlogger.info(`Image: ${response.image.og}`);\n\t\t\t} else {\n\t\t\t\tlogger.info(chalk.red('Image missing :('));\n\t\t\t}\n\n\t\t\tlogger.info('========== Validating episodes/articles now ==========');\n\n\t\t\t// validate the articles or episodes\n\t\t\tlet articles = response.articles ? response.articles : response.episodes;\n\t\t\tlet selectedArticles = articles.slice(0, program.limit);\n\t\t\tlogger.info(`Found ${articles.length} articles showing ${program.limit}`);\n\n\t\t\tif (selectedArticles.length) {\n\t\t\t\tfor (let article of selectedArticles) {\n\t\t\t\t\tlogger.info('======================================');\n\t\t\t\t\tlogger.info(chalk.green(`Title: ${article.title}`));\n\t\t\t\t\tlogger.info(`URL: ${article.url}`);\n\t\t\t\t\tlogger.info(`Description: ${article.description}`);\n\t\t\t\t\tlogger.info(`Publication Date: ${article.publicationDate}`);\n\t\t\t\t\tif (article.commentUrl) {\n\t\t\t\t\t\tlogger.info(`Comments: ${article.commentUrl}`);\n\t\t\t\t\t}\n\t\t\t\t\tif (article.content) {\n\t\t\t\t\t\tlogger.info(`Content: ${article.content}`);\n\t\t\t\t\t}\n\n\t\t\t\t\t// for RSS we rely on OG scraping, for podcasts the images are already in the feed\n\t\t\t\t\tif (article.images && article.images.og) {\n\t\t\t\t\t\tlogger.info(chalk.green('Image found :)'));\n\t\t\t\t\t\tlogger.info(`Image: ${article.images.og}`);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tlogger.info(chalk.red('Image missing :('));\n\t\t\t\t\t}\n\t\t\t\t\tif (article.enclosures && article.enclosures.length) {\n\t\t\t\t\t\tlogger.info(`found ${article.enclosures.length} enclosures`);\n\t\t\t\t\t\tfor (let enclosure of article.enclosures) {\n\t\t\t\t\t\t\tlogger.info(JSON.stringify(enclosure));\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tif (feedType === 'podcast') {\n\t\t\t\t\t\tif (article.enclosure) {\n\t\t\t\t\t\t\tlogger.info(chalk.green('Enclosure found :)'));\n\t\t\t\t\t\t\tlogger.info(article.enclosure);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tlogger.info(chalk.red('Missing enclosure :('));\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tlogger.info(chalk.red(\"Didn't find any articles or episodes.\"));\n\t\t\t}\n\n\t\t\tlet schema = feedType === 'rss' ? RSS : Podcast;\n\t\t\tlet lookup = { $or: [{ feedUrl: target }, { feedUrl: normalize(target) }] };\n\t\t\tif (program.task) {\n\t\t\t\tlogger.info('trying to create a task on the bull queue');\n\t\t\t\tlet instance = await schema.findOne(lookup);\n\n\t\t\t\tschema\n\t\t\t\t\t.findOne(lookup)\n\t\t\t\t\t.catch((err) => {\n\t\t\t\t\t\tconsole.log('failed', err);\n\t\t\t\t\t})\n\t\t\t\t\t.then((instance) => {\n\t\t\t\t\t\tlet queuePromise;\n\n\t\t\t\t\t\tif (!instance) {\n\t\t\t\t\t\t\tlogger.info('failed to find publication');\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (feedType == 'rss') {\n\t\t\t\t\t\t\tqueuePromise = RssQueueAdd(\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\trss: instance._id,\n\t\t\t\t\t\t\t\t\turl: instance.feedUrl,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tpriority: 1,\n\t\t\t\t\t\t\t\t\tremoveOnComplete: true,\n\t\t\t\t\t\t\t\t\tremoveOnFail: true,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tqueuePromise = PodcastQueueAdd(\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tpodcast: instance._id,\n\t\t\t\t\t\t\t\t\turl: instance.feedUrl,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tpriority: 1,\n\t\t\t\t\t\t\t\t\tremoveOnComplete: true,\n\t\t\t\t\t\t\t\t\tremoveOnFail: true,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t);\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tqueuePromise\n\t\t\t\t\t\t\t.then(() => {\n\t\t\t\t\t\t\t\tif (feedType === 'rss') {\n\t\t\t\t\t\t\t\t\tlogger.info(\n\t\t\t\t\t\t\t\t\t\t`Scheduled RSS feed to the queue for parsing ${target} with id ${instance._id}`,\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\tlogger.info(\n\t\t\t\t\t\t\t\t\t\t`Scheduled Podcast to the queue for parsing ${target}`,\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t.catch((err) => {\n\t\t\t\t\t\t\t\tlogger.error('Failed to schedule task on og queue');\n\t\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t}\n\t\t}\n\n\t\tif (feedType === 'rss') {\n\t\t\tlet feedContent = await ParseFeed(target, 2);\n\t\t\tvalidate(feedContent);\n\t\t} else {\n\t\t\tlet podcastContent = await ParsePodcast(target, 2);\n\t\t\tvalidate(podcastContent);\n\t\t}\n\t\tlogger.info('Note that upgrading feedparser can sometimes improve parsing.');\n\t}\n}\n"
  },
  {
    "path": "api/src/commands/cleanup-follows.js",
    "content": "import '../loadenv';\nimport '../utils/db';\nimport program from 'commander';\nimport logger from '../utils/logger';\nimport Podcast from '../models/podcast';\nimport Article from '../models/article';\nimport Episode from '../models/episode';\nimport Follow from '../models/follow';\nimport { FollowSchema } from '../models/follow';\n\nimport RSS from '../models/rss';\nimport User from '../models/user';\n\nimport asyncTasks from '../asyncTasks';\n\nprogram.parse(process.argv);\n\nasync function main() {\n\tlogger.info(`time to update those follow counts, \\\\0/`);\n\n\t// get the follow counts\n\tlet counts = await Follow.aggregate([\n\t\t{\n\t\t\t$group: {\n\t\t\t\t_id: {\n\t\t\t\t\trss: '$rss',\n\t\t\t\t\tpodcast: '$podcast',\n\t\t\t\t\tuser: '$user',\n\t\t\t\t},\n\t\t\t\tcount: { $sum: 1 },\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\t$match: {\n\t\t\t\tcount: { $gte: 2 },\n\t\t\t},\n\t\t},\n\t]);\n\t// group by the number of followers and the type for fast updates\n\tlet grouped = {};\n\tfor (let c of counts) {\n\t\tlet lookup = c._id;\n\t\tlet debug = JSON.stringify(lookup);\n\t\tif (Object.keys(lookup).length != 2) {\n\t\t\tthrow Error(`OH no you dont, broken lookup: ${debug}`);\n\t\t}\n\t\tlet versions = await Follow.find(lookup);\n\t\t// remove everything except the first result\n\t\tif (versions.length > 1) {\n\t\t\tlet removing = versions.length - 1;\n\n\t\t\tlogger.info(`removing ${removing} instances for query ${debug}`);\n\t\t\tfor (let v of versions.slice(1)) {\n\t\t\t\tlogger.info(`removing ${v._id}`);\n\t\t\t\tawait v.remove();\n\t\t\t}\n\t\t}\n\t}\n\tlogger.info(`finished cleaning up, applying unqiue index now`);\n\tawait FollowSchema.index({ user: 1, rss: 1, podcast: 1 }, { unique: true });\n\tlogger.info(`done :)`);\n}\n\nmain()\n\t.then((result) => {\n\t\tlogger.info('completed it all, we should now have a unique contraint');\n\t})\n\t.catch((err) => {\n\t\tlogger.info(`failed with err ${err}`, { err });\n\t});\n"
  },
  {
    "path": "api/src/commands/denormalize-follows.js",
    "content": "import '../loadenv';\nimport '../utils/db';\nimport program from 'commander';\nimport logger from '../utils/logger';\nimport Podcast from '../models/podcast';\nimport Article from '../models/article';\nimport Episode from '../models/episode';\nimport Follow from '../models/follow';\nimport RSS from '../models/rss';\n\nimport asyncTasks from '../asyncTasks';\n\nprogram.parse(process.argv);\n\nasync function main() {\n\tlogger.info(`time to update those follow counts, \\\\0/`);\n\n\t// get the follow counts\n\tlet counts = await Follow.aggregate([\n\t\t{\n\t\t\t$group: {\n\t\t\t\t_id: {\n\t\t\t\t\trss: '$rss',\n\t\t\t\t\tpodcast: '$podcast',\n\t\t\t\t},\n\t\t\t\tfollowers: { $sum: 1 },\n\t\t\t},\n\t\t},\n\t]);\n\t// group by the number of followers and the type for fast updates\n\tlet grouped = {};\n\tfor (let c of counts) {\n\t\tc.type = c._id.rss ? 'rss' : 'podcast';\n\t\tc.publicationID = c._id[c.type];\n\t\tlet key = [c.followers, c.type];\n\t\tif (key in grouped) {\n\t\t\tgrouped[key].push(c);\n\t\t} else {\n\t\t\tgrouped[key] = [c];\n\t\t}\n\t}\n\t// update time\n\tfor (let group of Object.values(grouped)) {\n\t\tlet publicationIDs = group.map((c) => {\n\t\t\treturn c.publicationID;\n\t\t});\n\t\tlet schema = group[0].type == 'rss' ? RSS : Podcast;\n\t\tlet followerCount = group[0].followers;\n\t\tlogger.info(\n\t\t\t`Starting update of ${publicationIDs.length} publications of type ${group[0].type} to count ${followerCount}`,\n\t\t);\n\t\tlet result = await schema.update(\n\t\t\t{\n\t\t\t\t$and: [\n\t\t\t\t\t{ _id: { $in: publicationIDs } },\n\t\t\t\t\t{ followerCount: { $ne: followerCount } },\n\t\t\t\t],\n\t\t\t},\n\t\t\t{\n\t\t\t\tfollowerCount: followerCount,\n\t\t\t},\n\t\t\t{ multi: true },\n\t\t);\n\t\tlogger.info(`Updated ${result.nModified} out of ${publicationIDs.length}`);\n\t}\n\n\t// set everyone else to 0\n\tfor (let schema of [RSS, Podcast]) {\n\t\tlet result = await schema.update(\n\t\t\t{ followerCount: { $exists: false } },\n\t\t\t{\n\t\t\t\tfollowerCount: 0,\n\t\t\t},\n\t\t\t{ multi: true },\n\t\t);\n\t\tlogger.info(`Updated ${result.nModified} with no values to 0`);\n\t}\n}\n\nmain()\n\t.then((result) => {\n\t\tlogger.info('completed it all, open the test page to see queue status');\n\t})\n\t.catch((err) => {\n\t\tlogger.info(`failed with err ${err}`, { err });\n\t});\n"
  },
  {
    "path": "api/src/commands/denormalize-pins.js",
    "content": "import '../loadenv';\nimport '../utils/db';\nimport program from 'commander';\nimport logger from '../utils/logger';\nimport Podcast from '../models/podcast';\nimport Article from '../models/article';\nimport Episode from '../models/episode';\nimport Follow from '../models/follow';\nimport RSS from '../models/rss';\nimport Pin from '../models/pin';\nimport User from '../models/user';\n\nimport asyncTasks from '../asyncTasks';\n\nprogram.parse(process.argv);\n\nasync function main() {\n\tlogger.info(`time to denormalize those pin urls, \\\\0/`);\n\n\t// denormalize the pin urls\n\tlet pins = await Pin.find({});\n\tlet counts = { denormalized: 0, normalized: 0, missing: 0, brokenref: 0 };\n\tfor (let p of pins) {\n\t\tlet url = (p.article && p.article.url) || (p.episode && p.episode.url);\n\t\tif (!p.url && p.user) {\n\t\t\tif (url) {\n\t\t\t\tp.url = url;\n\t\t\t\tawait p.save();\n\t\t\t\tcounts.denormalized += 1;\n\t\t\t} else {\n\t\t\t\tif (p._id) {\n\t\t\t\t\tawait Pin.deleteOne({ _id: p._id });\n\t\t\t\t}\n\t\t\t\tcounts.brokenref += 1;\n\t\t\t}\n\t\t}\n\t\tlogger.info(`pin url ${p.url} is now denormalized`);\n\t}\n\n\t// restore the relation for pins where we miss a matching schema\n\tpins = await Pin.find({}).lean();\n\tfor (let p of pins) {\n\t\tlet type = p.article ? 'rss' : 'podcast';\n\t\tlet postType = type == 'rss' ? 'article' : 'episode';\n\t\tlet schema = type == 'rss' ? Article : Episode;\n\t\tlet postID = p.article || p.episode;\n\t\tlet instance = await schema.findOne({ _id: postID });\n\n\t\tif (!instance && p.url) {\n\t\t\tlogger.info(`restoring relation for pin with url ${p.url}`);\n\t\t\tlet newInstance = await schema.findOne({ url: p.url }).lean();\n\t\t\tif (newInstance) {\n\t\t\t\tlet data = {};\n\t\t\t\tdata[postType] = newInstance._id;\n\t\t\t\tlet result = await Pin.updateOne({ _id: p._id }, data);\n\t\t\t\tlogger.info(\n\t\t\t\t\t`found a new instance for ${p._id}: ${p.url} with id ${newInstance._id}`,\n\t\t\t\t);\n\t\t\t\tcounts.normalized += 1;\n\t\t\t} else {\n\t\t\t\tif (p._id) {\n\t\t\t\t\tawait Pin.deleteOne({ _id: p._id });\n\t\t\t\t}\n\t\t\t\tlogger.info(`couldnt find a new instance :(`);\n\t\t\t\tcounts.missing += 1;\n\t\t\t}\n\t\t}\n\t}\n\tlet c = JSON.stringify(counts);\n\tlogger.info(`completed, counts are ${c}`);\n}\n\nmain()\n\t.then((result) => {\n\t\tlogger.info('completed it all, open the test page to see queue status');\n\t})\n\t.catch((err) => {\n\t\tlogger.info(`failed with err ${err}`, { err });\n\t});\n"
  },
  {
    "path": "api/src/commands/email.js",
    "content": "import '../loadenv';\nimport '../utils/db';\nimport program from 'commander';\nimport logger from '../utils/logger';\nimport Podcast from '../models/podcast';\nimport Article from '../models/article';\nimport Episode from '../models/episode';\nimport Follow from '../models/follow';\nimport RSS from '../models/rss';\nimport Pin from '../models/pin';\nimport User from '../models/user';\nimport { SendWeeklyEmail, CreateWeeklyEmail } from '../utils/email/send';\nimport { weeklyContextGlobal, weeklyContextUser } from '../utils/email/context';\n\nimport asyncTasks from '../asyncTasks';\nimport config from '../config';\nimport jwt from 'jsonwebtoken';\nimport axios from 'axios';\nimport * as personalization from '../utils/personalization';\n\nprogram.option('--send', 'Actually send the email').parse(process.argv);\n\nasync function main() {\n\tlogger.info(`time to send article recommendations, \\\\0/`);\n\n\t// prep the data we need for everyone\n\tlet globalContext = await weeklyContextGlobal();\n\n\tlet users = await User.find({});\n\tlet enabledUsers = users.filter((u) => {\n\t\treturn u.weeklyEmail || u.admin;\n\t});\n\tlogger.info(`going to email ${enabledUsers.length} users`);\n\tfor (const u of enabledUsers) {\n\t\tlet userContext = await weeklyContextUser(u);\n\t\tlet context = Object.assign({}, userContext, globalContext);\n\t\tlet obj = CreateWeeklyEmail(context);\n\t\tlogger.info(`email ${obj.html}`);\n\t\tif (program.send) {\n\t\t\tlogger.info(`sending email, yee to user ${u.email}`);\n\t\t\tSendWeeklyEmail(context);\n\t\t}\n\t}\n}\n\nmain()\n\t.then((result) => {\n\t\tlogger.info('all done sending emails');\n\t})\n\t.catch((err) => {\n\t\tlogger.info(`failed with err ${err}`, { err });\n\t});\n"
  },
  {
    "path": "api/src/commands/load-featured-feeds.js",
    "content": "import '../loadenv';\n\nimport program from 'commander';\nimport logger from '../utils/logger';\nimport fs from 'fs';\nimport async from 'async';\nimport rssFinder from 'rss-finder';\nimport normalizeUrl from 'normalize-url';\nimport podcastFinder from 'rss-finder';\nimport { ParsePodcast } from '../parsers';\nimport strip from 'strip';\nimport Podcast from '../models/podcast';\nimport RSS from '../models/rss';\nimport moment from 'moment';\nimport '../utils/db';\nimport entities from 'entities';\nimport path from 'path';\n\nimport search from '../utils/search';\nimport asyncTasks from '../asyncTasks';\n\nconst version = '0.0.1';\n\nprogram\n\t.version(version)\n\t.option('--type <value>', 'The type: episode, podcast or article')\n\t.option('--url <value>', 'The url to try and scrape')\n\t.option('--task', 'Create a task on bull or not')\n\t.parse(process.argv);\n\nprocess.on('unhandledRejection', (err) => {\n\tconsole.error(err);\n\tprocess.exit(1);\n});\n\n// TODO: refactor all code used in this command\nfunction main() {\n\t// This is a small helper tool to quickly help debug issues with podcasts or RSS feeds\n\tlogger.info('Starting to load the featured feeds');\n\tvar featured = JSON.parse(\n\t\tfs.readFileSync(path.join('..', 'fixtures', 'featured.json'), 'utf8'),\n\t);\n\n\tasync.mapLimit(\n\t\tfeatured.rss,\n\t\t10,\n\t\t(featuredRSS, loopCb) => {\n\t\t\tlogger.info(`Now Handling RSS Feed ${featuredRSS.name}`);\n\n\t\t\trssFinder(normalizeUrl(featuredRSS.feedUrl))\n\t\t\t\t.catch(function (err) {\n\t\t\t\t\tlogger.warn(\n\t\t\t\t\t\t`RSS Finder broke ${featuredRSS.feedUrl} with err ${err}`,\n\t\t\t\t\t);\n\t\t\t\t\tloopCb();\n\t\t\t\t\treturn;\n\t\t\t\t})\n\t\t\t\t.then((feeds) => {\n\t\t\t\t\tif (!feeds.feedUrls.length) {\n\t\t\t\t\t\tlogger.warn(\n\t\t\t\t\t\t\t`We couldn't find any feeds for that RSS feed URL :( ${featuredRSS.feedUrl}`,\n\t\t\t\t\t\t);\n\t\t\t\t\t\treturn loopCb();\n\t\t\t\t\t}\n\n\t\t\t\t\tasync.mapLimit(\n\t\t\t\t\t\tfeeds.feedUrls,\n\t\t\t\t\t\tfeeds.feedUrls.length,\n\t\t\t\t\t\t(feed, cb) => {\n\t\t\t\t\t\t\tlet feedTitle = feed.title;\n\n\t\t\t\t\t\t\tif (feedTitle.toLowerCase() === 'rss') {\n\t\t\t\t\t\t\t\tfeedTitle = feeds.site.title;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tvar promise = RSS.findOneAndUpdate(\n\t\t\t\t\t\t\t\t{ feedUrl: feed.url },\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tinterest: featuredRSS.category,\n\t\t\t\t\t\t\t\t\tcategories: 'RSS',\n\t\t\t\t\t\t\t\t\tdescription: (\n\t\t\t\t\t\t\t\t\t\tentities.decodeHTML(feed.title) || ''\n\t\t\t\t\t\t\t\t\t).substring(0, 240),\n\t\t\t\t\t\t\t\t\tfeatured: false,\n\t\t\t\t\t\t\t\t\tfeedUrl: feed.url,\n\t\t\t\t\t\t\t\t\timages: {\n\t\t\t\t\t\t\t\t\t\tfavicon: feeds.site.favicon,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\tlastScraped: moment().format(),\n\t\t\t\t\t\t\t\t\ttitle: featuredRSS.name,\n\t\t\t\t\t\t\t\t\turl: feeds.site.url,\n\t\t\t\t\t\t\t\t\tvalid: true,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\tnew: true,\n\t\t\t\t\t\t\t\t\trawResult: true,\n\t\t\t\t\t\t\t\t\tupsert: true,\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\tpromise\n\t\t\t\t\t\t\t\t.then((rss) => {\n\t\t\t\t\t\t\t\t\tif (rss.lastErrorObject.updatedExisting) {\n\t\t\t\t\t\t\t\t\t\tcb(null, rss.value);\n\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\tsearch(rss.value.searchDocument())\n\t\t\t\t\t\t\t\t\t\t\t.then(() => {\n\t\t\t\t\t\t\t\t\t\t\t\treturn asyncTasks.RssQueueAdd(\n\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\trss: rss.value._id,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\turl: rss.value.feedUrl,\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tpriority: 1,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tremoveOnComplete: true,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tremoveOnFail: true,\n\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t\t.then(() => {\n\t\t\t\t\t\t\t\t\t\t\t\tcb(null, rss.value);\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t\t.catch((err) => {\n\t\t\t\t\t\t\t\t\t\t\t\tcb(err);\n\t\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t.catch((err) => {\n\t\t\t\t\t\t\t\t\tlogger.warn('broken', err);\n\t\t\t\t\t\t\t\t\tcb(err);\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t},\n\t\t\t\t\t\t(err, results) => {\n\t\t\t\t\t\t\tif (err) {\n\t\t\t\t\t\t\t\tlogger.warn('really broken', err);\n\t\t\t\t\t\t\t\treturn loopCb();\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tloopCb();\n\t\t\t\t\t\t},\n\t\t\t\t\t);\n\t\t\t\t});\n\t\t},\n\t\tfunction () {\n\t\t\tlogger.info('Finished with Feeds');\n\t\t},\n\t);\n\n\tasync.mapLimit(\n\t\tfeatured.podcasts,\n\t\t10,\n\t\t(featuredPodcast, loopCb) => {\n\t\t\tlogger.info(`Now Handling Podcast ${featuredPodcast.name}`);\n\n\t\t\tpodcastFinder(normalizeUrl(featuredPodcast.feedUrl))\n\t\t\t\t.catch((err) => {\n\t\t\t\t\tlogger.error(`podcastFinder broke ${featuredPodcast.feedUrl}`);\n\t\t\t\t\tloopCb();\n\t\t\t\t})\n\t\t\t\t.then((feeds) => {\n\t\t\t\t\tif (!feeds || !feeds.feedUrls.length) {\n\t\t\t\t\t\tlogger.error(`no feeds found for ${featuredPodcast.feedUrl}`);\n\t\t\t\t\t\treturn loopCb();\n\t\t\t\t\t}\n\n\t\t\t\t\tasync.mapLimit(\n\t\t\t\t\t\tfeeds.feedUrls,\n\t\t\t\t\t\tfeeds.feedUrls.length,\n\t\t\t\t\t\t(feed, cb) => {\n\t\t\t\t\t\t\t// Get more metadata\n\t\t\t\t\t\t\tParsePodcast(feed.url, function (err, podcastContents) {\n\t\t\t\t\t\t\t\tlet title, url, images, description;\n\t\t\t\t\t\t\t\tif (podcastContents) {\n\t\t\t\t\t\t\t\t\ttitle =\n\t\t\t\t\t\t\t\t\t\tstrip(podcastContents.title) || strip(feed.title);\n\t\t\t\t\t\t\t\t\turl = podcastContents.link || feeds.site.url;\n\t\t\t\t\t\t\t\t\timages = {\n\t\t\t\t\t\t\t\t\t\tfavicon: feeds.site.favicon,\n\t\t\t\t\t\t\t\t\t\tog: podcastContents.image,\n\t\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t\tdescription = podcastContents.description;\n\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\ttitle = strip(feed.title);\n\t\t\t\t\t\t\t\t\turl = feeds.site.url;\n\t\t\t\t\t\t\t\t\timages = { favicon: feeds.site.favicon };\n\t\t\t\t\t\t\t\t\tdescription = '';\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tPodcast.findOneAndUpdate(\n\t\t\t\t\t\t\t\t\t{ feedUrl: feed.url },\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tinterest: featuredPodcast.category,\n\t\t\t\t\t\t\t\t\t\tcategories: 'podcast',\n\t\t\t\t\t\t\t\t\t\tdescription: (description || '').substring(\n\t\t\t\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t\t\t\t240,\n\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\tfeatured: false,\n\t\t\t\t\t\t\t\t\t\tfeedUrl: feed.url,\n\t\t\t\t\t\t\t\t\t\timages: images,\n\t\t\t\t\t\t\t\t\t\tlastScraped: new Date(0),\n\t\t\t\t\t\t\t\t\t\ttitle: featuredPodcast.name,\n\t\t\t\t\t\t\t\t\t\turl: normalizeUrl(url),\n\t\t\t\t\t\t\t\t\t\tvalid: true,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tnew: true,\n\t\t\t\t\t\t\t\t\t\trawResult: true,\n\t\t\t\t\t\t\t\t\t\tupsert: true,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t.then((podcast) => {\n\t\t\t\t\t\t\t\t\t\tif (podcast.lastErrorObject.updatedExisting) {\n\t\t\t\t\t\t\t\t\t\t\tcb(null, podcast.value);\n\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\tsearch(podcast.value.searchDocument())\n\t\t\t\t\t\t\t\t\t\t\t\t.then(() => {\n\t\t\t\t\t\t\t\t\t\t\t\t\treturn asyncTasks.PodcastQueueAdd(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpodcast: podcast.value._id,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\turl: podcast.value.feedUrl,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpriority: 1,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tremoveOnComplete: true,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tremoveOnFail: true,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t\t\t.then(() => {\n\t\t\t\t\t\t\t\t\t\t\t\t\tlogger.info(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t`api is scheduling ${podcast.value.url} for og scraping`,\n\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t\tif (!podcast.value.images.og) {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tasyncTasks\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.OgQueueAdd(\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\turl:\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tpodcast.value.url,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype: 'podcast',\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tremoveOnComplete: true,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tremoveOnFail: true,\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t.then(() => {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tcb(null, podcast.value);\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tcb(null, podcast.value);\n\t\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t\t\t.catch((err) => {\n\t\t\t\t\t\t\t\t\t\t\t\t\tcb(err);\n\t\t\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t.catch((err) => {\n\t\t\t\t\t\t\t\t\t\tlogger.error(\n\t\t\t\t\t\t\t\t\t\t\t`Podcast parsing broke for ${feed.url}`,\n\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\tcb(err);\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t},\n\t\t\t\t\t\t(err, results) => {\n\t\t\t\t\t\t\tif (err) {\n\t\t\t\t\t\t\t\tlogger.error(`broken stuff with error ${err}`);\n\t\t\t\t\t\t\t\tloopCb();\n\t\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tloopCb();\n\t\t\t\t\t\t},\n\t\t\t\t\t);\n\t\t\t\t});\n\t\t},\n\t\tfunction () {\n\t\t\tlogger.info('finished with podcasts');\n\t\t},\n\t);\n}\n\nmain();\n"
  },
  {
    "path": "api/src/commands/rescrape-favicon.js",
    "content": "import '../loadenv';\nimport '../utils/db';\nimport program from 'commander';\nimport logger from '../utils/logger';\nimport Podcast from '../models/podcast';\nimport RSS from '../models/rss';\nimport { discoverRSS } from '../parsers/discovery';\nimport { isURL } from '../utils/validation';\n\nprogram\n\t.option('--all', 'Rescrape articles for which we already have a favicon image')\n\t.option('-c, --concurrency <n>', 'The number of concurrent scraping updates', 100)\n\t.option('--publication <s>', 'ID of the publication to scrape')\n\t.parse(process.argv);\n\nasync function rescrapeFavicon(publicationType, instance) {\n\tconst schema = publicationType == 'rss' ? RSS : Podcast;\n\tif (!isURL(instance.url)) {\n\t\treturn;\n\t}\n\ttry {\n\t\tlet foundRSS = await discoverRSS(instance.url);\n\n\t\tif (foundRSS && foundRSS.site && foundRSS.site.favicon) {\n\t\t\tlet site = foundRSS.site;\n\t\t\tconst images = instance.images || {};\n\t\t\tlet updated;\n\t\t\tif (images.favicon != site.favicon) {\n\t\t\t\timages.favicon = site.favicon;\n\t\t\t\tupdated = await schema.update({ _id: instance._id }, { images });\n\t\t\t}\n\t\t\tlogger.info(`updated ${instance._id} to url ${site.favicon}`);\n\t\t\treturn updated;\n\t\t}\n\t} catch (err) {\n\t\tlogger.warn(\n\t\t\t`rescraping failed with error for url ${instance.url} with instance id ${instance._id}`,\n\t\t);\n\t}\n}\n\nasync function main() {\n\tlet schemas = { rss: RSS, podcast: Podcast };\n\tlogger.info(`program.all is set to ${program.all}`);\n\n\tlet counts = { hasimage: 0, fixed: 0, notfound: 0 };\n\tlet lookup = { url: { $nin: [null, ''] } };\n\tif (program.publication) {\n\t\tlookup['_id'] = program.publication;\n\t} else if (!program.all) {\n\t\tlookup['images.favicon'] = { $in: [null, ''] };\n\t}\n\tlet chunkSize = parseInt(program.concurrency, 10);\n\n\tfor (const [contentType, schema] of Object.entries(schemas)) {\n\t\tlet total = await schema.count(lookup);\n\t\tlet completed = 0;\n\n\t\tlogger.info(\n\t\t\t`Found ${total} for ${contentType}, processing in chunks of ${chunkSize}`,\n\t\t);\n\n\t\tfor (let i = 0, j = total; i < j; i += chunkSize) {\n\t\t\tlet chunk = await schema\n\t\t\t\t.find(lookup)\n\t\t\t\t.sort({ followerCount: -1 })\n\t\t\t\t.skip(i)\n\t\t\t\t.limit(chunkSize)\n\t\t\t\t.lean();\n\t\t\tcompleted = completed + chunkSize;\n\n\t\t\tlet promises = [];\n\t\t\tfor (const instance of chunk) {\n\t\t\t\tlet missingImage = !instance.images || !instance.images.favicon;\n\t\t\t\tif (missingImage || program.all) {\n\t\t\t\t\tlet promise = rescrapeFavicon(contentType, instance);\n\t\t\t\t\tpromises.push(promise);\n\t\t\t\t} else {\n\t\t\t\t\tcounts.hasimage += 1;\n\t\t\t\t}\n\t\t\t}\n\t\t\tlet results = await Promise.all(promises);\n\t\t\tfor (const r of results) {\n\t\t\t\tif (r) {\n\t\t\t\t\tcounts.fixed += 1;\n\t\t\t\t} else {\n\t\t\t\t\tcounts.notfound += 1;\n\t\t\t\t}\n\t\t\t}\n\t\t\tconsole.log('completed', completed);\n\t\t}\n\n\t\tconsole.log('counts', counts);\n\t\tlogger.info(`Completed for type ${contentType}`);\n\t}\n}\n\nmain()\n\t.then((result) => {\n\t\tlogger.info('completed it all');\n\t})\n\t.catch((err) => {\n\t\tlogger.warn(`failed with err ${err}`);\n\t});\n"
  },
  {
    "path": "api/src/commands/rescrape-og.js",
    "content": "import '../utils/db';\nimport program from 'commander';\nimport Podcast from '../models/podcast';\nimport Article from '../models/article';\nimport Episode from '../models/episode';\n\nimport RSS from '../models/rss';\n\nimport { OgQueueAdd } from '../asyncTasks';\n\nprogram\n\t.option('--all', 'Rescrape articles for which we already have an og image')\n\t.parse(process.argv);\n\nfunction partitionBy(collection, selector) {\n\tif (!collection.length) {\n\t\treturn [];\n\t}\n\n\tconst partitions = [[collection[0]]];\n\tlet currentPartition = 0;\n\tlet lastElement = selector(collection[0]);\n\tfor (let i = 1; i < collection.length; ++i) {\n\t\tconst element = selector(collection[i]);\n\t\tif (element !== lastElement) {\n\t\t\tpartitions.push([]);\n\t\t\t++currentPartition;\n\t\t}\n\t\tpartitions[currentPartition].push(collection[i]);\n\t\tlastElement = element;\n\t}\n\treturn partitions;\n}\n\nasync function main() {\n\tconst schemas = { podcast: Podcast, rss: RSS, episode: Episode, article: Article };\n\tconst fieldMap = { article: 'url', episode: 'link', podcast: 'url', rss: 'url' };\n\tconst feedIdMap = { episode: 'podcast', article: 'rss', rss: '_id', podcast: '_id' };\n\tconst feedFieldMap = {\n\t\tepisode: 'podcast',\n\t\tarticle: 'rss',\n\t\trss: 'rss',\n\t\tpodcast: 'podcast',\n\t};\n\n\tconsole.log(`program.all is set to ${program.all}`);\n\n\tfor (const [contentType, schema] of Object.entries(schemas)) {\n\t\tconst total = await schema.count({});\n\t\tconst chunkSize = 1000;\n\n\t\tconst field = fieldMap[contentType];\n\t\tconst feedField = feedFieldMap[contentType];\n\t\tconst feedIdField = feedIdMap[contentType];\n\n\t\tconsole.log(`Found ${total} for ${contentType} with url field ${field}\\n`);\n\n\t\tlet completed = 0;\n\t\tfor (let i = 0, j = total; i < j; i += chunkSize) {\n\t\t\tconst chunk = await schema\n\t\t\t\t.find()\n\t\t\t\t.sort(feedIdField)\n\t\t\t\t.skip(i)\n\t\t\t\t.limit(chunkSize)\n\t\t\t\t.lean();\n\t\t\tcompleted += chunkSize;\n\n\t\t\tconst instances = chunk.filter((instance) => {\n\t\t\t\tconst missingImage = !instance.images || !instance.images.og;\n\t\t\t\treturn (missingImage || program.all) && instance[field];\n\t\t\t});\n\t\t\tconst partitions = partitionBy(instances, (i) => i[feedIdField]);\n\t\t\tconst promises = partitions.map((partition) => {\n\t\t\t\treturn OgQueueAdd(\n\t\t\t\t\t{\n\t\t\t\t\t\ttype: contentType,\n\t\t\t\t\t\t[feedField]: partition[0][feedIdField],\n\t\t\t\t\t\turls: partition.map((i) => i[field]),\n\t\t\t\t\t\tupdate: true,\n\t\t\t\t\t},\n\t\t\t\t\t{ removeOnComplete: true, removeOnFail: true },\n\t\t\t\t);\n\t\t\t});\n\t\t\tawait Promise.all(promises);\n\t\t\tconst progress = Math.floor((100 * i) / j);\n\t\t\tconsole.log(`\\rprogress ${progress}%: ${i}/${j}`);\n\t\t}\n\n\t\tconsole.log(`Completed for type ${contentType} with field ${field}`);\n\t}\n}\n\nmain()\n\t.then((result) => {\n\t\tconsole.log('completed it all, open the test page to see queue status');\n\t\tprocess.exit(0);\n\t})\n\t.catch((err) => {\n\t\tconsole.log(`failed: ${err.stack}`);\n\t\tprocess.exit(1);\n\t});\n"
  },
  {
    "path": "api/src/commands/reset-parsing-state.js",
    "content": "import '../loadenv';\n\nimport RSS from '../models/rss';\nimport Podcast from '../models/podcast';\n\nimport '../utils/db';\nimport logger from '../utils/logger';\n\nlogger.info('Starting the RSS reset');\n\n// simple script to reset isParsing state on Podcast and RSS feeds\nasync function main() {\n\tlogger.info('Updating RSS feeds now');\n\tlet rssResponse = await RSS.update(\n\t\t{},\n\t\t{ 'queueState.isParsing': false },\n\t\t{ multi: true },\n\t);\n\tlogger.info(`Updated isParsing to false for ${rssResponse.nModified} RSS feeds`);\n\n\tlogger.info('Updating Podcast feeds now');\n\tlet podcastResponse = await Podcast.update(\n\t\t{},\n\t\t{ 'queueState.isParsing': false },\n\t\t{ multi: true },\n\t);\n\tlogger.info(\n\t\t`Updated isParsing to false for ${podcastResponse.nModified} Podcast feeds`,\n\t);\n}\n\nmain()\n\t.then(() => {\n\t\tlogger.info('Finished reset for podcast and rss feeds');\n\t})\n\t.catch((err) => {\n\t\tlogger.error(`Something went wrong with the reset ${err}`);\n\t});\n"
  },
  {
    "path": "api/src/commands/resync-follows.js",
    "content": "import '../loadenv';\nimport '../utils/db';\nimport program from 'commander';\nimport logger from '../utils/logger';\nimport Follow from '../models/follow';\nimport { FollowSchema } from '../models/follow';\nimport asyncTasks from '../asyncTasks';\n\nimport stream from 'getstream';\nimport config from '../config';\n\nconst streamClient = stream.connect(config.stream.apiKey, config.stream.apiSecret);\n\nprogram.parse(process.argv);\n\nasync function main() {\n\tlogger.info(`time to resync those follows, \\\\0/`);\n\n\tlet followCount = await Follow.count({});\n\tlet chunkSize = 500;\n\n\tfor (let i = 0, j = followCount; i < j; i += chunkSize) {\n\t\tlet follows = await Follow.find({}).skip(i).limit(chunkSize).lean();\n\t\tlogger.info(`found ${follows.length} follows`);\n\t\tlet feedRelations = [];\n\t\tfor (let f of follows) {\n\t\t\tlet feedGroup = f.rss ? 'user_article' : 'user_episode';\n\t\t\tlet type = f.rss ? 'rss' : 'podcast';\n\t\t\tlet publicationID = f.rss || f.podcast;\n\t\t\t// sync to stream\n\t\t\tfeedRelations.push({\n\t\t\t\tsource: `timeline:${f.user}`,\n\t\t\t\ttarget: `${type}:${publicationID}`,\n\t\t\t});\n\t\t\tfeedRelations.push({\n\t\t\t\tsource: `${feedGroup}:${f.user}`,\n\t\t\t\ttarget: `${type}:${publicationID}`,\n\t\t\t});\n\t\t}\n\t\tlogger.info(`pushed ${feedRelations.length} follows to Stream`);\n\t\tlogger.info(`completed ${i} out of ${followCount}`);\n\t\tlet response = await streamClient.followMany(feedRelations);\n\t}\n\tlogger.info(`completed all loops`);\n}\n\nmain()\n\t.then((result) => {\n\t\tlogger.info('completed it all, we should now have a unique contraint');\n\t})\n\t.catch((err) => {\n\t\tlogger.info(`failed with err ${err}`, { err });\n\t});\n"
  },
  {
    "path": "api/src/commands/winds-article.js",
    "content": "import '../loadenv';\nimport '../utils/db';\n\nimport program from 'commander';\nimport chalk from 'chalk';\nimport logger from '../utils/logger';\nconst version = '0.0.1';\nimport normalize from 'normalize-url';\nimport { ParseArticle } from '../parsers/article';\n\nprogram.version(version).parse(process.argv);\n\nlet articleUrls = program.args;\n\nasync function main() {\n\tlogger.info('Starting the article parsing debugger \\\\0/');\n\tfor (let url of articleUrls) {\n\t\tlet scraped = await ParseArticle(url);\n\t\tlogger.info(Object.keys(scraped.data));\n\t\tlogger.info(`excerpt: ${scraped.data.excerpt}`);\n\t}\n}\n\nmain()\n\t.then(() => {\n\t\tconsole.info('done');\n\t\tprocess.exit(0);\n\t})\n\t.catch((err) => {\n\t\tconsole.info(`failed with err ${err}`);\n\t\tprocess.exit(1);\n\t});\n"
  },
  {
    "path": "api/src/commands/winds-discover.js",
    "content": "import '../loadenv';\nimport '../utils/db';\n\nimport program from 'commander';\nimport chalk from 'chalk';\nimport logger from '../utils/logger';\nconst version = '0.0.1';\nimport normalize from 'normalize-url';\nimport asyncTasks from '../asyncTasks';\nimport { ParseArticle } from '../parsers/article';\nimport { discoverRSS } from '../parsers/discovery';\n\nprogram.version(version).parse(process.argv);\n\nlet pageUrls = program.args;\n\nasync function main() {\n\tlogger.info('Starting the article parsing debugger \\\\0/');\n\tfor (let url of pageUrls) {\n\t\tlet foundRSS = await discoverRSS(normalize(url));\n\n\t\tif (!foundRSS.feedUrls.length) {\n\t\t\tlogger.info('no RSS found');\n\t\t\treturn;\n\t\t}\n\t\tlet site = foundRSS.site;\n\t\tlogger.info(`Site Information`);\n\t\tlogger.info(`Title: ${site.title}, URL: ${site.url}, Favicon: ${site.favicon}`);\n\t\tlogger.info(`Favicon ${foundRSS.site.favicon}`);\n\t\tlogger.info(`RSS feeds found: ${foundRSS.feedUrls.length}`);\n\t\tfor (let found of foundRSS.feedUrls) {\n\t\t\tlogger.info(`Title: ${found.title} URL: ${found.url}`);\n\t\t}\n\t}\n}\n\nmain()\n\t.then(() => {\n\t\tconsole.info('done');\n\t\tprocess.exit(0);\n\t})\n\t.catch((err) => {\n\t\tconsole.info(`failed with err ${err}`);\n\t\tprocess.exit(1);\n\t});\n"
  },
  {
    "path": "api/src/commands/winds-merge.js",
    "content": "import mongoose from 'mongoose';\nimport ProgressBar from 'progress';\n\nimport db from '../utils/db';\nimport { upsertCollections } from '../utils/collections';\nimport RSS from '../models/rss';\nimport Podcast from '../models/podcast';\nimport Article from '../models/article';\nimport Episode from '../models/episode';\n\nfunction sleep(time) {\n\treturn new Promise((resolve) => setTimeout(resolve, time));\n}\n\nprocess.on('unhandledRejection', (error) => console.error(error.message));\n\nconst feedModels = {\n\trss: { feed: RSS, content: Article },\n\tpodcast: { feed: Podcast, content: Episode },\n};\n\nfunction estimateSize(content) {\n\tlet size = 2; // {}\n\tfor (const [key, value] of Object.entries(content)) {\n\t\tsize += Buffer.byteLength(String(key), 'utf8');\n\t\tsize += Buffer.byteLength(String(value), 'utf8');\n\t\tsize += 2; // :,\n\t}\n\treturn size;\n}\n\nasync function main() {\n\tawait db;\n\n\tfor (const type of ['rss', 'podcast']) {\n\t\tconst model = feedModels[type];\n\t\tconsole.log(`synchronising ${type} content`);\n\n\t\tconst contentModelName = model.content.collection.collectionName;\n\t\tconst feedCount = await model.feed.countDocuments();\n\t\tconst bar = new ProgressBar(\n\t\t\t'[:current / :total] :bar [:percent | :rate records per second]',\n\t\t\t{ total: feedCount },\n\t\t);\n\n\t\tlet lastFeedId = mongoose.Types.ObjectId('000000000000000000000000');\n\t\tlet feedsSynced = false;\n\t\twhile (!feedsSynced) {\n\t\t\ttry {\n\t\t\t\tconst feedCursor = model.feed.collection\n\t\t\t\t\t.find({\n\t\t\t\t\t\t_id: { $gte: lastFeedId },\n\t\t\t\t\t})\n\t\t\t\t\t.sort({\n\t\t\t\t\t\t_id: 1,\n\t\t\t\t\t})\n\t\t\t\t\t.batchSize(32);\n\t\t\t\twhile (await feedCursor.hasNext()) {\n\t\t\t\t\tconst feed = await feedCursor.next();\n\t\t\t\t\tconst allowedLanguage = [null, undefined, '', 'eng'].includes(\n\t\t\t\t\t\tfeed.language,\n\t\t\t\t\t);\n\t\t\t\t\tif (!allowedLanguage) {\n\t\t\t\t\t\tbar.tick();\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\n\t\t\t\t\tlet lastId = mongoose.Types.ObjectId('000000000000000000000000');\n\t\t\t\t\tlet articlesSynced = false;\n\t\t\t\t\twhile (!articlesSynced) {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\tconst cursor = model.content.collection\n\t\t\t\t\t\t\t\t.find({\n\t\t\t\t\t\t\t\t\t_id: { $gte: lastId },\n\t\t\t\t\t\t\t\t\t[type]: feed._id,\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t.sort({\n\t\t\t\t\t\t\t\t\tpublicationDate: 1,\n\t\t\t\t\t\t\t\t\t_id: 1,\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t.limit(1000)\n\t\t\t\t\t\t\t\t.batchSize(1000);\n\t\t\t\t\t\t\tconst articleCount = await model.content.countDocuments({\n\t\t\t\t\t\t\t\t[type]: feed._id,\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\tlet upserts = [];\n\t\t\t\t\t\t\tlet content = [];\n\t\t\t\t\t\t\tlet currentSize = 0;\n\t\t\t\t\t\t\tlet mostRecentPublicationDate;\n\t\t\t\t\t\t\tconst chunkSize = 1000;\n\t\t\t\t\t\t\tconst sizeLimit = 100 * 1024; // less then 128Kb to leave some space for external data\n\t\t\t\t\t\t\twhile (await cursor.hasNext()) {\n\t\t\t\t\t\t\t\tconst source = await cursor.next();\n\t\t\t\t\t\t\t\tmostRecentPublicationDate = source.publicationDate;\n\n\t\t\t\t\t\t\t\tconst item = {\n\t\t\t\t\t\t\t\t\tid: source._id,\n\t\t\t\t\t\t\t\t\ttitle: source.title,\n\t\t\t\t\t\t\t\t\tlikes: source.likes,\n\t\t\t\t\t\t\t\t\tsocialScore: source.socialScore,\n\t\t\t\t\t\t\t\t\tdescription: (source.description || '').substring(\n\t\t\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t\t\t240,\n\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\tpublicationDate: source.publicationDate,\n\t\t\t\t\t\t\t\t\t[type]: source[type],\n\t\t\t\t\t\t\t\t};\n\t\t\t\t\t\t\t\t//XXX: we overestimate object size by 5-10%\n\t\t\t\t\t\t\t\tconst size = estimateSize(item);\n\t\t\t\t\t\t\t\tconst batchIsFull = content.length == chunkSize;\n\t\t\t\t\t\t\t\tconst batchTooBig = currentSize + size > sizeLimit;\n\t\t\t\t\t\t\t\tif (batchIsFull || batchTooBig) {\n\t\t\t\t\t\t\t\t\tupserts.push(\n\t\t\t\t\t\t\t\t\t\tupsertCollections(contentModelName, content),\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\tcontent = [];\n\t\t\t\t\t\t\t\t\tcurrentSize = 0;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif (upserts.length && upserts.length % 128 === 0) {\n\t\t\t\t\t\t\t\t\tawait Promise.all([\n\t\t\t\t\t\t\t\t\t\t...upserts,\n\t\t\t\t\t\t\t\t\t\t// sleep(800)\n\t\t\t\t\t\t\t\t\t]);\n\t\t\t\t\t\t\t\t\tupserts = [];\n\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\tcurrentSize += size;\n\t\t\t\t\t\t\t\tcontent.push(item);\n\t\t\t\t\t\t\t\tlastId = item.id;\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\tawait Promise.all([\n\t\t\t\t\t\t\t\t...upserts,\n\t\t\t\t\t\t\t\tupsertCollections(contentModelName, content),\n\t\t\t\t\t\t\t\tupsertCollections(type, [\n\t\t\t\t\t\t\t\t\t{\n\t\t\t\t\t\t\t\t\t\tid: feed._id,\n\t\t\t\t\t\t\t\t\t\ttitle: feed.title,\n\t\t\t\t\t\t\t\t\t\tlanguage: feed.language,\n\t\t\t\t\t\t\t\t\t\tdescription: (feed.description || '').substring(\n\t\t\t\t\t\t\t\t\t\t\t0,\n\t\t\t\t\t\t\t\t\t\t\t240,\n\t\t\t\t\t\t\t\t\t\t),\n\t\t\t\t\t\t\t\t\t\tarticleCount: content.length,\n\t\t\t\t\t\t\t\t\t\tmostRecentPublicationDate,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t]),\n\t\t\t\t\t\t\t\t// sleep(800)\n\t\t\t\t\t\t\t]);\n\t\t\t\t\t\t\tbar.tick();\n\t\t\t\t\t\t\tarticlesSynced = true;\n\t\t\t\t\t\t} catch (err) {\n\t\t\t\t\t\t\tconsole.error(\n\t\t\t\t\t\t\t\t`\\n\\terror processing content: ${err.message}\\nresuming from ${lastId}`,\n\t\t\t\t\t\t\t);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\tlastFeedId = feed._id;\n\t\t\t\t}\n\n\t\t\t\tconsole.log(`${type} synchronised\\n`);\n\t\t\t\tfeedsSynced = true;\n\t\t\t} catch (err) {\n\t\t\t\tconsole.error(\n\t\t\t\t\t`\\n\\terror processing feed: ${err.message}\\nresuming from ${lastFeedId}`,\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n}\n\nmain()\n\t.then(() => {\n\t\tconsole.log('\\ndone');\n\t\tprocess.exit(0);\n\t})\n\t.catch((err) => {\n\t\tconsole.error(`\\nfailed with err ${err.stack}`);\n\t\tprocess.exit(1);\n\t});\n"
  },
  {
    "path": "api/src/commands/winds-og.js",
    "content": "import '../loadenv';\nimport '../utils/db';\n\nimport program from 'commander';\nimport chalk from 'chalk';\nimport logger from '../utils/logger';\nconst version = '0.0.1';\nimport normalize from 'normalize-url';\nimport { OgQueueAdd } from '../asyncTasks';\nimport { ParseOG, IsValidOGUrl } from '../parsers/og';\n\nprogram\n\t.version(version)\n\t.option('--type <value>', 'The type: episode, podcast or article')\n\t.option('--task', 'Create a task on bull or not')\n\t.parse(process.argv);\n\nlet ogUrls = program.args;\n\nasync function main() {\n\t// This is a small helper tool to quickly help debug issues with podcasts or RSS feeds\n\tlogger.info('Starting the OG queue Debugger \\\\0/');\n\tfor (let ogUrl of ogUrls) {\n\t\tlet isValid = await IsValidOGUrl(ogUrl);\n\t\tif (!isValid) {\n\t\t\tlogger.warn(`invalid URL ${ogUrl}`);\n\t\t\tcontinue;\n\t\t}\n\n\t\tlet normalizedUrl = normalize(ogUrl);\n\t\tif (!normalizedUrl) {\n\t\t\tlogger.warn(`no normalized URL for '${ogUrl}'`);\n\t\t\tcontinue;\n\t\t}\n\t\tlogger.info(`Looking for og images at ${normalizedUrl} for type ${program.type}`);\n\n\t\tlet ogImage = await ParseOG(normalizedUrl);\n\n\t\tif (!ogImage) {\n\t\t\tlogger.info(\n\t\t\t\tchalk.red(`OG scraping didn't find an image for ${normalizedUrl}`),\n\t\t\t);\n\t\t} else {\n\t\t\tlogger.info(chalk.green(`Image found for ${normalizedUrl}: ${ogImage}`));\n\t\t}\n\n\t\tif (program.task) {\n\t\t\tlogger.info('creating a task on the bull queue');\n\t\t\tlet res = await OgQueueAdd(\n\t\t\t\t{\n\t\t\t\t\turl: normalizedUrl,\n\t\t\t\t\ttype: program.type,\n\t\t\t\t\tupdate: true,\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tremoveOnComplete: true,\n\t\t\t\t\tremoveOnFail: true,\n\t\t\t\t},\n\t\t\t);\n\t\t}\n\t}\n}\n\nmain()\n\t.then(() => {\n\t\tconsole.info('done');\n\t\tprocess.exit(0);\n\t})\n\t.catch((err) => {\n\t\tconsole.info(`failed with err ${err}`);\n\t\tprocess.exit(1);\n\t});\n"
  },
  {
    "path": "api/src/commands/winds-podcast.js",
    "content": "import program from 'commander';\nimport '../loadenv';\nimport '../utils/db';\nimport { debugFeed } from './_debug-feed';\n\nprogram\n\t.option('-t, --task', 'create a task')\n\t.option('-l, --limit <n>', 'The number of articles to parse', 2)\n\t.action((feedUrl, cmd) => {\n\t\tdebugFeed('podcast', [feedUrl]);\n\t})\n\t.parse(process.argv);\n"
  },
  {
    "path": "api/src/commands/winds-rebuild-search.js",
    "content": "import '../loadenv';\nimport '../utils/db';\n\nimport logger from '../utils/logger';\nimport Podcast from '../models/podcast';\nimport RSS from '../models/rss';\nimport { indexMany } from '../utils/search';\n\nasync function main() {\n\tlogger.info('Reindexing all Podcasts to Algolia');\n\tawait loadModel(Podcast);\n\tlogger.info('Reindexing all RSS feeds to Algolia');\n\tawait loadModel(RSS);\n}\n\nasync function loadModel(Model) {\n\tconst batchSize = 200;\n\tlet indexed = 0;\n\tlet accumulatedDocs = [];\n\t// XXX: enter Mongoose genius: { timeout: true } means disabling cursor timeouts\n\tawait Model.find({ followerCount: { $gte: 1 } }, {}, { timeout: true })\n\t\t.cursor()\n\t\t.eachAsync(async (d) => {\n\t\t\taccumulatedDocs.push(d.searchDocument());\n\t\t\tif (accumulatedDocs.length >= batchSize) {\n\t\t\t\tawait indexMany(accumulatedDocs);\n\t\t\t\tindexed += accumulatedDocs.length;\n\t\t\t\tprocess.stdout.clearLine();\n\t\t\t\tprocess.stdout.cursorTo(0);\n\t\t\t\tprocess.stdout.write(`Indexed: ${indexed}`);\n\t\t\t\taccumulatedDocs = [];\n\t\t\t}\n\t\t});\n\tif (accumulatedDocs.length >= 0) {\n\t\tawait indexMany(accumulatedDocs);\n\t\tindexed += accumulatedDocs.length;\n\t\tprocess.stdout.clearLine();\n\t\tprocess.stdout.cursorTo(0);\n\t\tprocess.stdout.write(`Indexed: ${indexed}`);\n\t\taccumulatedDocs = [];\n\t}\n\tprocess.stdout.write('\\n');\n}\n\nmain()\n\t.then(() => {\n\t\tconsole.info('done');\n\t\tprocess.exit(0);\n\t})\n\t.catch((err) => {\n\t\tconsole.info(`failed with err ${err}`);\n\t\tprocess.exit(1);\n\t});\n"
  },
  {
    "path": "api/src/commands/winds-rehash.js",
    "content": "import '../loadenv';\nimport '../utils/db';\n\nimport logger from '../utils/logger';\nimport Article from '../models/article';\nimport RSS from '../models/rss';\n\nasync function main() {\n\tlogger.info('Re-hasing all articles');\n\tawait rehashModel(Article);\n}\n\nasync function rehashModel(Model) {\n\tlet indexed = 0;\n\tlet promises = [];\n\tlet batchSize = 100;\n\n\tawait Model.find({}, { rss: 0 }, { timeout: true })\n\t\t.cursor()\n\t\t.eachAsync(async (d) => {\n\t\t\td.computeContentHash();\n\t\t\tpromises.push(d.save());\n\t\t\tindexed += 1;\n\t\t\tprocess.stdout.clearLine();\n\t\t\tprocess.stdout.cursorTo(0);\n\t\t\tprocess.stdout.write(`Indexed: ${indexed}`);\n\t\t\tif (promises.length > batchSize) {\n\t\t\t\tawait Promise.all(promises);\n\t\t\t\tpromises = [];\n\t\t\t}\n\t\t});\n\tprocess.stdout.write('\\n');\n}\n\nmain()\n\t.then(() => {\n\t\tconsole.info('done');\n\t\tprocess.exit(0);\n\t})\n\t.catch((err) => {\n\t\tconsole.info(`failed with err ${err}`);\n\t\tprocess.exit(1);\n\t});\n"
  },
  {
    "path": "api/src/commands/winds-rss.js",
    "content": "import program from 'commander';\nimport '../loadenv';\nimport '../utils/db';\nimport { debugFeed } from './_debug-feed';\n\nprogram\n\t.option('-t, --task', 'create a task')\n\t.option('-l, --limit <n>', 'The number of articles to parse', 2)\n\t.action((feedUrl, cmd) => {\n\t\tdebugFeed('rss', [feedUrl]);\n\t})\n\t.parse(process.argv);\n"
  },
  {
    "path": "api/src/commands/winds-truncate-rss-feed.js",
    "content": "import '../loadenv';\nimport '../utils/db';\n\nimport RSS from '../models/rss';\nimport Article from '../models/article';\nimport program from 'commander';\n\nprogram.parse(process.argv);\n\nlet args = program.args;\n\nasync function main() {\n\tlet rss = await RSS.findById(args[0]).exec();\n\tawait Article.deleteMany({ rss: rss._id }, {}, { timeout: true }).exec();\n}\n\nmain()\n\t.then(() => {\n\t\tconsole.info('done');\n\t\tprocess.exit(0);\n\t})\n\t.catch((err) => {\n\t\tconsole.info(`failed with err ${err}`);\n\t\tprocess.exit(1);\n\t});\n"
  },
  {
    "path": "api/src/commands/winds.js",
    "content": "#!/usr/bin/env babel-node\nimport program from 'commander';\nimport logger from '../utils/logger';\n\nlet version;\n\nif (process.env.DOCKER) {\n\tversion = { version: 'DOCKER' };\n} else {\n\tversion = require('../../../app/package.json');\n}\n\nprogram\n\t.version(version)\n\t.command('og <urls>', 'Debug OG')\n\t.command('rss', 'Debug RSS feeds')\n\t.command('podcast', 'Debug Podcasts')\n\t.command('article', 'Debug Article Parsing')\n\t.command('discover', 'Debug RSS discovery')\n\t.command('rebuild-search', 'Rebuild search')\n\t.command('rehash', 'Rehash articles and episodes')\n\t.command('truncate-rss-feed <id>', 'Truncate articles for one RSS feed')\n\t.parse(process.argv);\n\nfunction main() {\n\tlogger.info('Winds CLI, Have fun!');\n}\n\nmain();\n"
  },
  {
    "path": "api/src/config/dev.js",
    "content": "module.exports = {\n\turl: 'https://winds.getstream.io',\n\tlogger: { level: process.env.LOGGER_LEVEL || 'info' },\n\temail: {\n\t\tbackend: 'not-sendgrid',\n\t\tsender: { support: { email: 'not.a.real.email@getstream.io' } },\n\t},\n};\n"
  },
  {
    "path": "api/src/config/index.js",
    "content": "import dotenv from 'dotenv';\nimport path from 'path';\n\nconst configs = {\n\tdevelopment: { config: 'dev' },\n\tproduction: { config: 'prod' },\n\ttest: {\n\t\tconfig: 'test',\n\t\tenv: path.resolve(__dirname, '..', '..', 'test', '.env'),\n\t},\n};\n\nconst currentEnvironment = process.env.NODE_ENV || 'development';\n\nconst defaultPath = path.resolve(__dirname, '..', '..', '..', 'app', '.env');\nconst envPath = configs[currentEnvironment].env || defaultPath;\n\nconsole.log(`Loading .env from '${envPath}'`);\ndotenv.config({ path: envPath });\n\nconst _default = {\n\tproduct: {\n\t\turl: process.env.PRODUCT_URL,\n\t\tname: process.env.PRODUCT_NAME,\n\t\tauthor: process.env.PRODUCT_AUTHOR,\n\t},\n\tserver: {\n\t\tport: process.env.API_PORT,\n\t},\n\tjwt: {\n\t\tsecret: process.env.JWT_SECRET,\n\t},\n\tdatabase: {\n\t\turi: process.env.DATABASE_URI,\n\t},\n\tcache: {\n\t\turi: process.env.CACHE_URI,\n\t},\n\talgolia: {\n\t\tappId: process.env.REACT_APP_ALGOLIA_APP_ID,\n\t\twriteKey: process.env.ALGOLIA_WRITE_KEY,\n\t\tindex: process.env.ALGOLIA_INDEX,\n\t},\n\tlogger: {\n\t\tlevel: process.env.LOGGER_LEVEL || 'warn',\n\t\thost: process.env.LOGGER_HOST,\n\t\tport: process.env.LOGGER_PORT,\n\t},\n\tsentry: {\n\t\tdsn: process.env.SENTRY_DSN,\n\t},\n\turl: process.env.BASE_URL,\n\temail: {\n\t\tbackend: 'sendgrid',\n\t\tsender: {\n\t\t\tdefault: {\n\t\t\t\tname: process.env.EMAIL_SENDER_DEFAULT_NAME,\n\t\t\t\temail: process.env.EMAIL_SENDER_DEFAULT_EMAIL,\n\t\t\t},\n\t\t\tsupport: {\n\t\t\t\tname: process.env.EMAIL_SENDER_SUPPORT_NAME,\n\t\t\t\temail: process.env.EMAIL_SENDER_SUPPORT_EMAIL,\n\t\t\t},\n\t\t},\n\t\tsendgrid: {\n\t\t\tsecret: process.env.EMAIL_SENDGRID_SECRET,\n\t\t},\n\t},\n\tstream: {\n\t\tappId: process.env.STREAM_APP_ID,\n\t\tapiKey: process.env.STREAM_API_KEY,\n\t\tapiSecret: process.env.STREAM_API_SECRET,\n\t\tbaseUrl: process.env.STREAM_API_BASE_URL,\n\t\tpro: process.env.STREAM_PLAN === 'pro',\n\t},\n\tanalyticsDisabled: process.env.ANALYTICS_DISABLED || false,\n\tstatsd: {\n\t\thost: process.env.STATSD_HOST || 'localhost',\n\t\tport: process.env.STATSD_PORT || 8125,\n\t\tprefix: process.env.STATSD_PREFIX || '',\n\t},\n\tnewrelic: false,\n\tsocial: {\n\t\treddit: {\n\t\t\tusername: process.env.REDDIT_USERNAME,\n\t\t\tpassword: process.env.REDDIT_PASSWORD,\n\t\t\tkey: process.env.REDDIT_APP_ID,\n\t\t\tsecret: process.env.REDDIT_APP_SECRET,\n\t\t},\n\t},\n};\n\nconst config = require(`./${configs[currentEnvironment].config}`);\n\nmodule.exports = Object.assign({ env: currentEnvironment }, _default, config);\n"
  },
  {
    "path": "api/src/config/prod.js",
    "content": "module.exports = {};\n"
  },
  {
    "path": "api/src/config/test.js",
    "content": "module.exports = {\n\tdatabase: {\n\t\turi: 'mongodb://localhost:27017/test',\n\t},\n\tcache: {\n\t\turi: 'redis://localhost:6379/10',\n\t},\n\temail: {\n\t\tbackend: 'dummy',\n\t\tsender: {\n\t\t\tdefault: {\n\t\t\t\tname: process.env.EMAIL_SENDER_DEFAULT_NAME,\n\t\t\t\temail: process.env.EMAIL_SENDER_DEFAULT_EMAIL,\n\t\t\t},\n\t\t\tsupport: {\n\t\t\t\tname: process.env.EMAIL_SENDER_SUPPORT_NAME,\n\t\t\t\temail: process.env.EMAIL_SENDER_SUPPORT_EMAIL,\n\t\t\t},\n\t\t},\n\t\tsendgrid: {\n\t\t\tsecret: process.env.EMAIL_SENDGRID_SECRET,\n\t\t},\n\t},\n\tanalyticsDisabled: true,\n\turl: 'https://winds.gestream.io',\n};\n"
  },
  {
    "path": "api/src/controllers/alias.js",
    "content": "import mongoose from 'mongoose';\n\nimport Alias from '../models/alias';\nimport Rss from '../models/rss';\nimport Podcast from '../models/podcast';\n\nexports.list = async (req, res) => {\n\tconst query = req.query || {};\n\n\tif (query.type === 'rss' || query.type === 'podcast') {\n\t\tlet obj = {};\n\t\tobj[query.type] = { $exists: true };\n\t\tobj['user'] = req.user.sub;\n\t\treturn res.json(await Alias.find(obj).sort({ _id: -1 }));\n\t}\n\n\tres.json(await Alias.find({ user: req.user.sub }));\n};\n\nexports.get = async (req, res) => {\n\tconst aliasId = req.params.aliasId;\n\tif (!mongoose.Types.ObjectId.isValid(aliasId))\n\t\treturn res.status(400).json({\n\t\t\terror: `Resource aliasId (${aliasId}) is an invalid ObjectId.`,\n\t\t});\n\n\tconst alias = await Alias.findOne({ _id: aliasId, user: req.user.sub });\n\tif (!alias) return res.status(404).json({ error: 'Resource does not exist.' });\n\tres.json(alias);\n};\n\nexports.post = async (req, res) => {\n\tconst data = Object.assign({}, req.body, { user: req.user.sub });\n\tconst isRss = data.hasOwnProperty('rss');\n\tconst isPodcast = data.hasOwnProperty('podcast');\n\n\tif (!(isRss || isPodcast)) return res.status(422).json({ error: 'Invalid request.' });\n\tif (isRss && isPodcast) return res.status(422).json({ error: 'Invalid request.' });\n\tif (!data.hasOwnProperty('alias'))\n\t\treturn res.status(422).json({ error: 'Missing required fields.' });\n\n\tconst exists = isRss\n\t\t? await Rss.findById(data.rss)\n\t\t: await Podcast.findById(data.podcast);\n\tif (!exists) return res.status(422).json({ error: \"Resource doesn't exists.\" });\n\n\tconst feedID = isRss ? { rss: data.rss } : { podcast: data.podcast };\n\tif (!!(await Alias.findOne({ user: data.user, ...feedID }))) {\n\t\tres.json(\n\t\t\tawait Alias.findOneAndUpdate(\n\t\t\t\t{ user: data.user, ...feedID },\n\t\t\t\t{ alias: data.alias },\n\t\t\t\t{ new: true },\n\t\t\t),\n\t\t);\n\t} else {\n\t\tconst alias = await Alias.create(data);\n\t\tres.json(await Alias.findOne({ _id: alias._id }));\n\t}\n};\n\nexports.put = async (req, res) => {\n\tconst aliasId = req.params.aliasId;\n\tconst newAlias = req.body.alias;\n\n\tif (!newAlias) return res.status(422).json({ error: 'Missing required fields.' });\n\tif (!mongoose.Types.ObjectId.isValid(aliasId))\n\t\treturn res.status(400).json({\n\t\t\terror: `Resource aliasId (${aliasId}) is an invalid ObjectId.`,\n\t\t});\n\n\tconst alias = await Alias.findById(aliasId);\n\n\tif (!alias) return res.status(404).json({ error: 'Resource does not exist.' });\n\tif (alias.user._id != req.User.id) return res.sendStatus(403);\n\n\tres.json(await Alias.findByIdAndUpdate(aliasId, { alias: newAlias }, { new: true }));\n};\n\nexports.delete = async (req, res) => {\n\tconst alias = await Alias.findOne({ _id: req.params.aliasId, user: req.user.sub });\n\tif (!alias) return res.status(404).json({ error: 'Resource does not exist.' });\n\tawait alias.remove();\n\tres.sendStatus(204);\n};\n"
  },
  {
    "path": "api/src/controllers/article.js",
    "content": "import mongoose from 'mongoose';\n\nimport Article from '../models/article';\nimport { getArticleRecommendations } from '../utils/personalization';\nimport { trackEngagement } from '../utils/analytics';\n\nexports.list = async (req, res) => {\n\tconst query = req.query || {};\n\n\tlet articles = [];\n\n\tif (query.type === 'recommended') {\n\t\tarticles = await getArticleRecommendations(req.User._id.toString());\n\t} else {\n\t\tif (query.rss && !mongoose.Types.ObjectId.isValid(query.rss)) {\n\t\t\treturn res.status(400).json({ error: `Invalid RSS id ${query.rss}` });\n\t\t}\n\n\t\tarticles = await Article.apiQuery(req.query);\n\t}\n\n\tres.json(articles.filter((a) => a.valid));\n};\n\nexports.get = async (req, res) => {\n\tlet articleId = req.params.articleId;\n\n\tif (!mongoose.Types.ObjectId.isValid(articleId)) {\n\t\treturn res\n\t\t\t.status(400)\n\t\t\t.json({ error: `Resource articleId (${articleId}) is an invalid ObjectId.` });\n\t}\n\n\tlet article = await Article.findById(articleId);\n\tif (!article) {\n\t\treturn res.status(404).json({ error: 'Resource not found.' });\n\t}\n\n\tif (req.query && req.query.type === 'parsed') {\n\t\tlet parsed;\n\t\ttry {\n\t\t\tparsed = await article.getParsedArticle();\n\t\t} catch (err) {\n\t\t\treturn res.status(400).json({ error: 'Failed to parse the article.' });\n\t\t}\n\n\t\tif (!parsed) {\n\t\t\treturn res.status(400).json({ error: 'Failed to parse the article.' });\n\t\t}\n\t\tawait trackEngagement(req.User, {\n\t\t\tlabel: 'open_article',\n\t\t\tcontent: { foreign_id: `article:${articleId}` },\n\t\t});\n\n\t\treturn res.json(parsed);\n\t}\n\n\tres.json(article);\n};\n"
  },
  {
    "path": "api/src/controllers/auth.js",
    "content": "import { v4 as uuidv4 } from 'uuid';\nimport validator from 'validator';\n\nimport User from '../models/user';\nimport RSS from '../models/rss';\nimport Podcast from '../models/podcast';\nimport Follow from '../models/follow';\n\nimport config from '../config';\n\nlet packageInfo;\nif (process.env.DOCKER) {\n\tpackageInfo = { version: 'DOCKER' };\n} else {\n\tpackageInfo = require('../../../app/package.json');\n}\n\nimport Redis from 'ioredis';\nconst cache = new Redis(config.cache.uri);\n\nimport { SendPasswordResetEmail, SendWelcomeEmail } from '../utils/email/send';\n\nasync function getInterestMap() {\n\tconst cacheKey = `interests:v${packageInfo.version.replace(/\\./g, ':')}`;\n\n\tlet str = await cache.get(cacheKey);\n\tlet interestMap = JSON.parse(str);\n\n\tif (!interestMap) {\n\t\tinterestMap = {};\n\n\t\tconst rss = await RSS.findFeatured();\n\t\tconst podcast = await Podcast.findFeatured();\n\n\t\tfor (let p of [...rss, ...podcast]) {\n\t\t\tlet k = p.interest || 'featured';\n\t\t\tlet d = p.toObject();\n\t\t\td.type = p.constructor.modelName == 'RSS' ? 'rss' : 'podcast';\n\n\t\t\tif (!(k in interestMap)) {\n\t\t\t\tinterestMap[k] = [];\n\t\t\t}\n\t\t\tinterestMap[k].push(d);\n\t\t}\n\n\t\tlet cached = await cache.set(\n\t\t\tcacheKey,\n\t\t\tJSON.stringify(interestMap),\n\t\t\t'EX',\n\t\t\t60 * 30,\n\t\t);\n\t}\n\n\treturn interestMap;\n}\n\nexports.signup = async (req, res) => {\n\tconst data = Object.assign({}, { interests: [] }, req.body);\n\n\tif (!data.name || !data.email || !data.username || !data.password) {\n\t\treturn res.status(400).json({ error: 'Missing required fields.' });\n\t}\n\n\tif (data.email && !validator.isEmail(data.email)) {\n\t\treturn res.status(400).json({ error: 'Invalid or malformed email address.' });\n\t}\n\n\tconst regex = /^[\\w-]+$/;\n\tif (data.username && !regex.test(data.username)) {\n\t\treturn res.status(400).json({\n\t\t\terror: 'Usernames must be alphanumeric but can only contain _, . or -.',\n\t\t});\n\t}\n\n\tdata.username = data.username.trim();\n\tdata.email = data.email.trim();\n\n\tconst exists = await User.findOne({\n\t\t$or: [{ email: data.email }, { username: data.username }],\n\t});\n\n\tif (exists) {\n\t\treturn res.status(409).json({\n\t\t\terror: 'A resource already exists with that username or email.',\n\t\t});\n\t}\n\n\tconst whitelist = Object.assign(\n\t\t{},\n\t\t...['name', 'email', 'username', 'password', 'interests'].map((key) => ({\n\t\t\t[key]: data[key],\n\t\t})),\n\t);\n\n\tconst user = await User.create(whitelist);\n\n\tlet interestMap = await getInterestMap();\n\tlet interestFollow = interestMap['featured'] || [];\n\n\tfor (let i of data.interests) {\n\t\tlet publications = interestMap[i];\n\n\t\tif (publications) {\n\t\t\tinterestFollow.push(...publications);\n\t\t}\n\t}\n\n\tlet followCommands = interestFollow.map((interest) => {\n\t\treturn {\n\t\t\ttype: interest.type,\n\t\t\tpublicationID: interest._id,\n\t\t\tuserID: user._id.toString(),\n\t\t};\n\t});\n\n\tawait Promise.all([\n\t\tFollow.getOrCreateMany(followCommands),\n\t\tSendWelcomeEmail({ email: user.email }),\n\t]);\n\n\tres.json(user.serializeAuthenticatedUser());\n};\n\nexports.login = async (req, res) => {\n\tconst data = req.body || {};\n\n\tif (!data.email || !data.password) {\n\t\treturn res.status(400).json({ error: 'Missing required fields.' });\n\t}\n\n\tconst email = data.email.toLowerCase().trim();\n\tconst user = await User.findOne({ email: email });\n\n\tif (!user) {\n\t\treturn res.status(404).json({ error: 'Resource does not exist.' });\n\t}\n\n\tif (!(await user.verifyPassword(data.password))) {\n\t\treturn res.status(403).json({ error: 'Invalid username or password.' });\n\t}\n\n\tres.status(200).send(user.serializeAuthenticatedUser());\n};\n\nexports.forgotPassword = async (req, res) => {\n\tconst opts = { new: true };\n\tconst recoveryCode = uuidv4();\n\n\tlet email = req.body.email.toLowerCase();\n\n\tconst user = await User.findOneAndUpdate(\n\t\t{ email: email },\n\t\t{ recoveryCode: recoveryCode },\n\t\topts,\n\t);\n\n\tif (!user) {\n\t\treturn res.status(404).json({ error: 'Resource could not be found.' });\n\t}\n\n\tawait SendPasswordResetEmail({ email: user.email, recoveryCode: user.recoveryCode });\n\n\tres.sendStatus(200);\n};\n\nexports.resetPassword = async (req, res) => {\n\tconst user = await User.findOneAndUpdate(\n\t\t{ email: req.body.email.toLowerCase(), recoveryCode: req.body.recoveryCode },\n\t\t{ password: req.body.password },\n\t\t{ new: true },\n\t);\n\n\tif (!user) {\n\t\treturn res.status(404).json({ error: 'Resource could not be found.' });\n\t}\n\n\tres.status(200).send(user.serializeAuthenticatedUser());\n};\n"
  },
  {
    "path": "api/src/controllers/default.js",
    "content": "exports.get = (req, res) => {\n\tres.status(200).send('pong');\n};\n\nexports.post = (req, res) => {\n\tres.status(200).send('pong');\n};\n"
  },
  {
    "path": "api/src/controllers/email.js",
    "content": "import mongoose from 'mongoose';\n\nimport User from '../models/user';\n\nimport {\n\tdailyContextGlobal,\n\tdailyContextUser,\n\tweeklyContextGlobal,\n\tweeklyContextUser,\n} from '../utils/email/context';\nimport { CreateDailyEmail, CreateWeeklyEmail, SendEmail } from '../utils/email/send';\n\nexports.list = async (req, res) => {\n\tres.json(['daily', 'weekly']);\n};\n\nasync function createEmail(type, user) {\n\tconst create = { daily: CreateDailyEmail, weekly: CreateWeeklyEmail };\n\tconst context = {\n\t\t// storing as lambda to defer evaluation\n\t\tdaily: () => [dailyContextGlobal(), dailyContextUser(user)],\n\t\tweekly: () => [weeklyContextGlobal(), weeklyContextUser(user)],\n\t};\n\tconst emailContext = await Promise.all(context[type]());\n\treturn create[type](Object.assign({}, ...emailContext));\n}\n\nexports.get = async (req, res) => {\n\tif (!['daily', 'weekly'].includes(req.params.emailName)) {\n\t\treturn res.status(401);\n\t}\n\n\tconst userId = req.query.user;\n\tif (!mongoose.Types.ObjectId.isValid(userId)) {\n\t\treturn res.status(400).json({ error: `Invalid user id ${userId}.` });\n\t}\n\n\tconst user = await User.findOne({ _id: userId, admin: true });\n\tif (!user) {\n\t\treturn res.status(404);\n\t}\n\tconst email = await createEmail(req.params.emailName, user);\n\n\treturn res.type('html').send(email.html);\n};\n\nexports.post = async (req, res) => {\n\tif (!['daily', 'weekly'].includes(req.params.emailName)) {\n\t\treturn res.status(401);\n\t}\n\n\tconst userId = req.query.user;\n\tif (!mongoose.Types.ObjectId.isValid(userId)) {\n\t\treturn res.status(400).json({ error: `Invalid user id ${userId}.` });\n\t}\n\n\tconst user = await User.findOne({ _id: userId, admin: true });\n\tif (!user) {\n\t\treturn res.status(404);\n\t}\n\tconst email = await createEmail(req.params.emailName, user);\n\tconst result = await SendEmail(email);\n\n\treturn res.status(200).json(result);\n};\n"
  },
  {
    "path": "api/src/controllers/episode.js",
    "content": "import Episode from '../models/episode';\n\nimport { getEpisodeRecommendations } from '../utils/personalization';\nimport { trackEngagement } from '../utils/analytics';\nimport mongoose from 'mongoose';\n\nexports.list = async (req, res) => {\n\tconst query = req.query || {};\n\n\tlet episodes = [];\n\n\tif (query.type === 'recommended') {\n\t\tepisodes = await getEpisodeRecommendations(req.User._id.toString());\n\t} else {\n\t\tif (query.podcast && !mongoose.Types.ObjectId.isValid(query.podcast)) {\n\t\t\treturn res.status(400).json({ error: `Invalid Podcast id ${query.podcast}` });\n\t\t}\n\t\tepisodes = await Episode.apiQuery(req.query);\n\t}\n\n\tres.json(episodes);\n};\n\nexports.get = async (req, res) => {\n\tconst episodeId = req.params.episodeId;\n\n\tif (episodeId === 'undefined') {\n\t\treturn res.status(404).json({ error: 'Missing required field episodeId.' });\n\t}\n\n\tif (!mongoose.Types.ObjectId.isValid(episodeId)) {\n\t\treturn res\n\t\t\t.status(400)\n\t\t\t.json({ error: `Resource episodeId (${episodeId}) is an invalid ObjectId.` });\n\t}\n\n\tlet episode = await Episode.findById(episodeId);\n\tif (!episode) {\n\t\treturn res.status(404).json({ error: 'Episode could not be found.' });\n\t}\n\n\tif (req.query && req.query.type === 'parsed') {\n\t\ttry {\n\t\t\tconst parsed = await episode.getParsedEpisode();\n\t\t\tif (!parsed) {\n\t\t\t\treturn res.status(400).json({ error: 'Failed to parse the episode.' });\n\t\t\t}\n\t\t\tawait trackEngagement(req.User, {\n\t\t\t\tlabel: 'open_episode',\n\t\t\t\tcontent: { foreign_id: `episode:${episodeId}` },\n\t\t\t});\n\n\t\t\treturn res.json(parsed);\n\t\t} catch (err) {\n\t\t\treturn res.status(400).json({ error: 'Failed to parse the episode.' });\n\t\t}\n\t}\n\n\tres.json(episode);\n};\n"
  },
  {
    "path": "api/src/controllers/featured.js",
    "content": "import RSS from '../models/rss';\nimport Podcast from '../models/podcast';\n\nimport config from '../config';\n\nlet packageInfo;\nif (process.env.DOCKER) {\n\tpackageInfo = { version: 'DOCKER' };\n} else {\n\tpackageInfo = require('../../../app/package.json');\n}\n\nimport Redis from 'ioredis';\nconst cache = new Redis(config.cache.uri);\n\nexports.list = async (req, res) => {\n\tconst cacheKey = `featured:v${packageInfo.version.replace(/\\./g, ':')}`;\n\n\tlet str = await cache.get(cacheKey);\n\tlet data = JSON.parse(str);\n\n\tif (!data) {\n\t\tdata = [];\n\n\t\tconst rss = await RSS.find({ featured: true });\n\t\trss.map((doc) => {\n\t\t\tlet r = doc.toObject();\n\t\t\tr.type = 'rss';\n\t\t\tdata.push(r);\n\t\t});\n\n\t\tconst podcasts = await Podcast.find({ featured: true });\n\t\tpodcasts.map((doc) => {\n\t\t\tlet p = doc.toObject();\n\t\t\tp.type = 'podcast';\n\t\t\tdata.push(p);\n\t\t});\n\n\t\tawait cache.set(cacheKey, JSON.stringify(data), 'EX', 60 * 30);\n\t}\n\n\tlet shuffled = data\n\t\t.map((a) => [Math.random(), a])\n\t\t.sort((a, b) => a[0] - b[0])\n\t\t.map((a) => a[1]);\n\n\tres.json(shuffled);\n};\n"
  },
  {
    "path": "api/src/controllers/feed.js",
    "content": "import Article from '../models/article';\nimport Episode from '../models/episode';\n\nimport config from '../config';\nimport logger from '../utils/logger';\n\nimport { getStreamClient } from '../utils/stream';\n\nasync function getContentFeed(req, res, type, model) {\n\tconst limit = req.query.per_page || 10;\n\tconst offset = req.query.page * limit || 0;\n\n\tconst response = await getStreamClient()\n\t\t.feed(`user_${type}`, req.params.userId)\n\t\t.get({ limit, offset });\n\n\tlet articleIDs = response.results.map((r) => {\n\t\treturn r.foreign_id.split(':')[1];\n\t});\n\n\tlet articles = await model.find({ _id: { $in: articleIDs } });\n\tlet articleLookup = {};\n\n\tfor (let a of articles) {\n\t\tarticleLookup[a._id] = a;\n\t}\n\n\tlet sortedArticles = [];\n\n\tfor (let r of response.results) {\n\t\tlet articleID = r.foreign_id.split(':')[1];\n\t\tlet article = articleLookup[articleID];\n\n\t\tif (!article) {\n\t\t\tlogger.error(\n\t\t\t\t`Failed to load article ${articleID} specified in feed user_${type}:${req.params.userId}`,\n\t\t\t);\n\t\t\tcontinue;\n\t\t}\n\n\t\tsortedArticles.push(article);\n\t}\n\n\tres.json(sortedArticles);\n}\n\nexports.get = async (req, res, _) => {\n\tconst params = req.params || {};\n\tconst query = req.query || {};\n\n\tif (req.User.id != params.userId) {\n\t\treturn res.status(404).send('Invalid user id');\n\t}\n\n\tswitch (query.type) {\n\t\tcase 'article':\n\t\t\treturn getContentFeed(req, res, 'article', Article);\n\t\tcase 'episode':\n\t\t\treturn getContentFeed(req, res, 'episode', Episode);\n\t}\n\tres.status(400).send(\n\t\t'Request must include \"type\" of user, timeline, article or episode',\n\t);\n};\n"
  },
  {
    "path": "api/src/controllers/folder.js",
    "content": "import mongoose from 'mongoose';\nimport config from '../config';\n\nimport { getStreamClient } from '../utils/stream';\nimport Folder from '../models/folder';\nimport Rss from '../models/rss';\nimport Podcast from '../models/podcast';\nimport Article from '../models/article';\nimport Episode from '../models/episode';\n\nexports.list = async (req, res) => {\n\tres.json(await Folder.find({ user: req.user.sub }));\n};\n\nexports.feed = async (req, res) => {\n\tconst folderId = req.params.folderId;\n\tconst limit = req.query.per_page || 10;\n\tconst offset = req.query.page * limit || 0;\n\t/* Custom ranking in Stream Pro plan\n\t// Should be defined in Stream dashboard */\n\tconst ranking = config.stream.pro\n\t\t? { ranking: req.query.sort_by === 'oldest' ? 'time_oldest' : '' }\n\t\t: {};\n\n\tconst folder = await Folder.findById(req.params.folderId);\n\tif (!folder) return res.status(404).json({ error: 'Resource does not exist.' });\n\tif (folder.user._id != req.user.sub) return res.sendStatus(403);\n\n\tconst response = await getStreamClient()\n\t\t.feed('folder', folderId)\n\t\t.get({ limit, offset, ...ranking });\n\n\tconst streamFeeds = response.results.map((r) => {\n\t\tconst split = r.foreign_id.split(':');\n\t\treturn { type: split[0], id: split[1] };\n\t});\n\n\tconst articleIds = streamFeeds.filter((f) => f.type === 'articles').map((f) => f.id);\n\tconst espisodeIds = streamFeeds.filter((f) => f.type === 'episodes').map((f) => f.id);\n\n\tconst articles = await Article.find({ _id: { $in: articleIds } });\n\tconst episodes = await Episode.find({ _id: { $in: espisodeIds } });\n\n\tconst feedLookup = [...articles, ...episodes].reduce((result, feed) => {\n\t\tresult[feed._id] = feed;\n\t\treturn result;\n\t}, {});\n\n\tlet feeds = [];\n\tfor (const f of streamFeeds) {\n\t\tlet feed = feedLookup[f.id];\n\t\tif (!feed) {\n\t\t\tlogger.error(`Failed to load ${f.type}:${f.id} in folder:${folderId}`);\n\t\t\tcontinue;\n\t\t}\n\t\tfeeds.push(feed);\n\t}\n\n\treturn res.json(feeds);\n};\n\nexports.get = async (req, res) => {\n\tconst folder = await Folder.findById(req.params.folderId);\n\tif (!folder) return res.status(404).json({ error: 'Resource does not exist.' });\n\tif (folder.user._id != req.user.sub) return res.sendStatus(403);\n\tres.json(folder);\n};\n\nexports.post = async (req, res) => {\n\tconst data = {\n\t\tuser: req.user.sub,\n\t\tname: req.body.name || undefined,\n\t\trss: req.body.rss || [],\n\t\tpodcast: req.body.podcast || [],\n\t};\n\n\tif (!data.name) return res.status(422).json({ error: 'Missing required field' });\n\n\tif (!(await checkRssPodcast(data.rss, data.podcast)))\n\t\treturn res.status(422).json({ error: 'Some wrong feed Id provided' });\n\n\tif (\n\t\t(data.rss.length &&\n\t\t\t(await Folder.find({ user: data.user, rss: { $in: data.rss } })).length) ||\n\t\t(data.podcast.length &&\n\t\t\t(await Folder.find({ user: data.user, podcast: { $in: data.podcast } }))\n\t\t\t\t.length)\n\t) {\n\t\treturn res.status(422).json({ error: 'Feed already has a folder' });\n\t}\n\n\tconst folder = await Folder.create(data);\n\tawait streamFollowMany(folder);\n\tres.json(await Folder.findById(folder._id));\n};\n\nexports.put = async (req, res) => {\n\tconst folderId = req.params.folderId;\n\tconst removeFeed = req.body.action === 'remove';\n\tconst name = req.body.name;\n\tconst rss = req.body.rss;\n\tconst podcast = req.body.podcast;\n\tconst user = req.user.sub;\n\n\tconst folder = await Folder.findById(folderId);\n\tif (!(name || rss || podcast))\n\t\treturn res.status(422).json({ error: 'You have to put {name||rss||podcast}' });\n\tif (!folder) return res.status(404).json({ error: 'Resource does not exist.' });\n\tif (folder.user._id != user) return res.sendStatus(403);\n\tif ((rss || podcast) && !(await checkRssPodcast([rss], [podcast])))\n\t\treturn res.status(404).json({ error: 'Wrong feed Id provided' });\n\n\tif (removeFeed) {\n\t\tawait streamUnfollow(folderId, rss ? 'rss' : 'podcast', rss ? rss : podcast);\n\t\tconst data = rss ? { $pull: { rss } } : { $pull: { podcast } };\n\t\tconst removed = await Folder.findByIdAndUpdate(folderId, data, { new: true });\n\t\treturn res.json(removed);\n\t}\n\n\tlet data = {};\n\tif (rss) {\n\t\tconst prevFolder = await Folder.findOne({ user, rss });\n\t\tif (prevFolder) {\n\t\t\tawait Folder.findByIdAndUpdate(prevFolder._id, { $pull: { rss } });\n\t\t\tawait streamUnfollow(prevFolder._id, 'rss', rss);\n\t\t}\n\n\t\tawait streamFollow(folderId, 'rss', rss);\n\t\tdata = { ...data, $push: { rss } };\n\t} else if (podcast) {\n\t\tconst prevFolder = await Folder.findOne({ user, podcast });\n\t\tif (prevFolder) {\n\t\t\tawait Folder.findByIdAndUpdate(prevFolder._id, { $pull: { podcast } });\n\t\t\tawait streamUnfollow(prevFolder._id, 'podcast', podcast);\n\t\t}\n\t\tawait streamFollow(folderId, 'podcast', podcast);\n\t\tdata = { ...data, $push: { podcast } };\n\t}\n\tif (name) data = { name };\n\n\tconst updatedFolder = await Folder.findByIdAndUpdate(folderId, data, { new: true });\n\tres.json(updatedFolder);\n};\n\nexports.delete = async (req, res) => {\n\tconst folder = await Folder.findById(req.params.folderId);\n\tif (!folder) return res.status(404).json({ error: 'Resource does not exist.' });\n\tif (folder.user._id != req.user.sub) return res.sendStatus(403);\n\tawait streamUnfollowMany(folder);\n\tawait folder.remove();\n\tres.sendStatus(204);\n};\n\nasync function checkRssPodcast(rssIDs, podcastIDs) {\n\tif (!rssIDs[0]) rssIDs = [];\n\tif (!podcastIDs[0]) podcastIDs = [];\n\n\tif (rssIDs.length) {\n\t\tconst rss = await Rss.find({\n\t\t\t_id: { $in: rssIDs.map((_id) => mongoose.Types.ObjectId(_id)) },\n\t\t});\n\t\tif (rss.length != rssIDs.length) return false;\n\t}\n\tif (podcastIDs.length) {\n\t\tconst podcast = await Podcast.find({\n\t\t\t_id: { $in: podcastIDs.map((_id) => mongoose.Types.ObjectId(_id)) },\n\t\t});\n\t\tif (podcast.length != podcastIDs.length) return false;\n\t}\n\treturn true;\n}\n\nasync function streamFollow(folderId, type, feedId) {\n\tconst feed = getStreamClient().feed('folder', folderId);\n\treturn await feed.follow(type, feedId);\n}\n\nasync function streamUnfollow(folderId, type, feedId) {\n\tconst feed = getStreamClient().feed('folder', folderId);\n\treturn await feed.unfollow(type, feedId);\n}\n\nasync function streamFollowMany(folder) {\n\tconst feedRels = generateRels(folder);\n\tif (feedRels.length > 0) await getStreamClient().followMany(feedRels);\n}\n\nasync function streamUnfollowMany(folder) {\n\tconst feedRels = generateRels(folder);\n\tif (feedRels.length > 0) await getStreamClient().unfollowMany(feedRels);\n}\n\nfunction generateRels(folder) {\n\tconst rssRel = folder.rss.map((r) => ({\n\t\tsource: `folder:${folder._id}`,\n\t\ttarget: `rss:${r._id}`,\n\t}));\n\tconst podcastRel = folder.podcast.map((p) => ({\n\t\tsource: `folder:${folder._id}`,\n\t\ttarget: `podcast:${p._id}`,\n\t}));\n\treturn [...rssRel, ...podcastRel];\n}\n"
  },
  {
    "path": "api/src/controllers/follow.js",
    "content": "import stream from 'getstream';\nimport async from 'async';\nimport mongoose from 'mongoose';\n\nimport Follow from '../models/follow';\nimport User from '../models/user';\nimport Podcast from '../models/podcast';\nimport RSS from '../models/rss';\n\nimport config from '../config';\nimport { getStreamClient } from '../utils/stream';\n\nexports.list = async (req, res) => {\n\tconst lookup = { user: req.user.sub };\n\n\tif (req.query.type === 'rss') {\n\t\tlookup['rss'] = { $exists: true };\n\t} else if (req.query.type === 'podcast') {\n\t\tlookup['podcast'] = { $exists: true };\n\t} else if (req.query.rss) {\n\t\tlookup['rss'] = req.query.rss;\n\t} else if (req.query.podcast) {\n\t\tlookup['podcast'] = req.query.podcast;\n\t} else {\n\t\tthrow new Error('Invalid parameter passed to follow list endpoint.');\n\t}\n\n\tconst follows = await Follow.find(lookup);\n\n\treturn res.json(follows);\n};\n\nexports.post = async (req, res) => {\n\tconst query = req.query || {};\n\tconst user = req.user.sub;\n\n\tlet follow;\n\n\tif (!query.type || (!query.podcast && !query.rss)) {\n\t\treturn res.status(422).send('Missing required type query parameter.');\n\t}\n\n\tif (query.type === 'podcast') {\n\t\tif (!mongoose.Types.ObjectId.isValid(query.podcast)) {\n\t\t\treturn res.status(400).json({\n\t\t\t\terror: `Parameter podcast (${query.podcast}) is an invalid ObjectId.`,\n\t\t\t});\n\t\t}\n\n\t\tlet podcast = await Podcast.findById(query.podcast);\n\n\t\tif (!podcast) {\n\t\t\treturn res.status(404).json({ error: 'Resource not found.' });\n\t\t}\n\n\t\tfollow = await Follow.getOrCreate('podcast', user, query.podcast);\n\t} else if (query.type === 'rss') {\n\t\tif (!mongoose.Types.ObjectId.isValid(query.rss)) {\n\t\t\treturn res.status(400).json({\n\t\t\t\terror: `Parameter rss (${query.rss}) is an invalid ObjectId.`,\n\t\t\t});\n\t\t}\n\n\t\tlet rss = await RSS.findById(query.rss);\n\n\t\tif (!rss) {\n\t\t\treturn res.status(404).json({ error: 'Resource not found.' });\n\t\t}\n\n\t\tfollow = await Follow.getOrCreate('rss', user, query.rss);\n\t} else {\n\t\treturn res.status(400).json({ error: 'Missing required parameter.' });\n\t}\n\n\treturn res.json(follow);\n};\n\nexports.delete = async (req, res) => {\n\tconst query = req.query || {};\n\tconst lookup = { user: req.user.sub };\n\n\tif (query.rss) {\n\t\tlookup['rss'] = query.rss;\n\t} else if (query.podcast) {\n\t\tlookup['podcast'] = query.podcast;\n\t} else {\n\t\treturn res\n\t\t\t.send(400)\n\t\t\t.json({ error: 'Invalid parameter passed to delete method.' });\n\t}\n\n\tconst follow = await Follow.findOne(lookup);\n\tif (follow) {\n\t\tawait follow.removeFromStream();\n\t\tawait follow.remove();\n\t}\n\n\treturn res.status(204).send();\n};\n"
  },
  {
    "path": "api/src/controllers/health.js",
    "content": "import Article from '../models/article';\nimport Episode from '../models/episode';\nimport RSS from '../models/rss';\nimport Podcast from '../models/podcast';\nimport moment from 'moment';\nimport config from '../config';\nimport { Throw } from '../utils/errors';\nimport Queue from 'bull';\nimport Arena from 'bull-arena';\nimport logger from '../utils/logger';\n\nlet version;\nif (process.env.DOCKER) {\n\tversion = 'DOCKER';\n} else {\n\tversion = require('../../../app/package.json').version;\n}\n\nconst rssQueue = new Queue('rss', config.cache.uri);\nconst ogQueue = new Queue('og', config.cache.uri);\nconst podcastQueue = new Queue('podcast', config.cache.uri);\nconst socialQueue = new Queue('socail', config.cache.uri);\nconst streamQueue = new Queue('stream', config.cache.uri);\n\nconst tooOld = 3 * 60 * 60 * 1000;\n\nconst queues = {\n\t'RSS Queue': rssQueue,\n\t'OG Queue': ogQueue,\n\t'Podcast Queue': podcastQueue,\n\t'Social Score Queue': socialQueue,\n\t'Personalisation-sync Queue': streamQueue,\n};\n\nconst queueTTL = 24 * 60 * 60 * 1000; // 1 day\n\nconst queueCompletedCleanup = async (queue) => {\n\tawait queue.clean(queueTTL, 'completed'); // cleans all jobs that completed over 1 day ago.\n};\n\nconst queueFailedCleanup = async (queue) => {\n\tawait queue.clean(queueTTL, 'failed'); // clean all jobs that failed over 1 day ago\n};\n\nqueueCompletedCleanup(rssQueue);\nqueueCompletedCleanup(ogQueue);\nqueueCompletedCleanup(podcastQueue);\nqueueCompletedCleanup(socialQueue);\nqueueCompletedCleanup(streamQueue);\n\nqueueFailedCleanup(rssQueue);\nqueueFailedCleanup(ogQueue);\nqueueFailedCleanup(podcastQueue);\nqueueFailedCleanup(socialQueue);\nqueueFailedCleanup(streamQueue);\n\nexports.health = async (req, res) => {\n\tres.status(200).send({ version, healthy: '100%' });\n};\n\nexports.status = async (req, res) => {\n\tconst output = { version, code: 200, rss: {}, podcast: {} };\n\n\tconst latestArticle = await Article.findOne().sort({ _id: -1 });\n\tconst latestEpisode = await Episode.findOne().sort({ _id: -1 });\n\n\tconst now = new Date();\n\n\toutput.now = now;\n\tif (latestArticle) {\n\t\toutput.mostRecentArticle = moment(latestArticle.createdAt).fromNow();\n\t\tif (now - latestArticle.createdAt > tooOld) {\n\t\t\toutput.code = 500;\n\t\t\toutput.error = 'The most recent article is too old.';\n\t\t}\n\t} else {\n\t\toutput.mostRecentArticle = -1;\n\t}\n\tif (latestEpisode) {\n\t\toutput.mostRecentEpisode = moment(latestEpisode.createdAt).fromNow();\n\t\tif (now - latestEpisode.createdAt > tooOld) {\n\t\t\toutput.code = 500;\n\t\t\toutput.error = 'The most recent episode is too old.';\n\t\t}\n\t} else {\n\t\toutput.mostRecentEpisode = -1;\n\t}\n\n\toutput.rss.parsing = await RSS.count({ 'queueState.isParsing': true });\n\toutput.rss.og = await RSS.count({ 'queueState.isUpdatingOG': true });\n\toutput.rss.stream = await RSS.count({ 'queueState.isSynchronizingWithStream': true });\n\toutput.rss.social = await RSS.count({ 'queueState.isFetchingSocialScore': true });\n\toutput.podcast.parsing = await Podcast.count({ 'queueState.isParsing': true });\n\toutput.podcast.og = await Podcast.count({ 'queueState.isUpdatingOG': true });\n\toutput.podcast.stream = await Podcast.count({\n\t\t'queueState.isSynchronizingWithStream': true,\n\t});\n\n\tif (output.rss.parsing > 2000) {\n\t\toutput.code = 500;\n\t\toutput.error = `There are too many RSS feeds currently parsing ${output.rssCurrentlyParsing}`;\n\t}\n\n\tif (output.podcast.parsing > 500) {\n\t\toutput.code = 500;\n\t\toutput.error = `There are too many Podcast feeds currently parsing ${output.podcastCurrentlyParsing}`;\n\t}\n\n\tres.status(output.code).json(output);\n};\n\nexports.queue = async (req, res) => {\n\tlet output = { version, code: 200 };\n\n\tfor (const [key, queue] of Object.entries(queues)) {\n\t\tlet queueStatus = await queue.getJobCounts();\n\t\toutput[key] = queueStatus;\n\t\tif (queueStatus.waiting > 2500) {\n\t\t\toutput.code = 500;\n\t\t\toutput.error = `Queue ${key} has more than 2500 items waiting to be processed: ${queueStatus.waiting} are waiting`;\n\t\t}\n\t}\n\n\tres.status(output.code).send(output);\n};\n\nexports.sentryThrow = async (req, res) => {\n\tThrow();\n};\n\nexports.sentryLog = async (req, res) => {\n\ttry {\n\t\tThrow();\n\t} catch (err) {\n\t\tlogger.error('this is a test error', {\n\t\t\terr,\n\t\t\ttags: { env: 'testing' },\n\t\t\textra: { additional: 'data', is: 'awesome' },\n\t\t});\n\t}\n\ttry {\n\t\tThrow();\n\t} catch (err) {\n\t\tlogger.error({ err });\n\t}\n\n\tlogger.error('0');\n\tlogger.error('1');\n\n\tres.status(200).send('{}');\n};\n\nexports.bullArena = Arena(\n\t{\n\t\tBull: Queue,\n\t\tqueues: [\n\t\t\t{\n\t\t\t\ttype: 'bull',\n\t\t\t\thostId: 'local',\n\t\t\t\tname: 'rss',\n\t\t\t\turl: config.cache.uri,\n\t\t\t},\n\t\t\t{\n\t\t\t\ttype: 'bull',\n\t\t\t\thostId: 'local',\n\t\t\t\tname: 'podcast',\n\t\t\t\turl: config.cache.uri,\n\t\t\t},\n\t\t\t{\n\t\t\t\ttype: 'bull',\n\t\t\t\thostId: 'local',\n\t\t\t\tname: 'og',\n\t\t\t\turl: config.cache.uri,\n\t\t\t},\n\t\t\t{\n\t\t\t\ttype: 'bull',\n\t\t\t\thostId: 'local',\n\t\t\t\tname: 'social',\n\t\t\t\turl: config.cache.uri,\n\t\t\t},\n\t\t\t{\n\t\t\t\ttype: 'bull',\n\t\t\t\thostId: 'local',\n\t\t\t\tname: 'stream',\n\t\t\t\turl: config.cache.uri,\n\t\t\t},\n\t\t],\n\t},\n\t{ disableListen: true },\n);\n"
  },
  {
    "path": "api/src/controllers/listen.js",
    "content": "import Listen from '../models/listen';\nimport User from '../models/user';\nimport { trackEngagement } from '../utils/analytics';\n\nimport config from '../config';\n\nexports.list = async (req, res) => {\n\tif (req.query.user && req.query.user != req.User.id) {\n\t\treturn res.sendStatus(403);\n\t}\n\n\tconst listens = await Listen.find({\n\t\tuser: req.query.user,\n\t\tepisode: req.query.episode,\n\t});\n\n\tres.json(listens);\n};\n\nexports.post = async (req, res) => {\n\tconst data = Object.assign({}, req.body, { user: req.user.sub });\n\tconst { _id, id, ...cleanedData } = data;\n\n\tconst listen = await Listen.findOneAndUpdate(\n\t\t{ user: cleanedData.user, episode: cleanedData.episode },\n\t\t{ $set: cleanedData },\n\t\t{ new: true, upsert: true },\n\t);\n\n\tconst duration = data.duration;\n\tif (Math.floor(duration / 15) % 4 == 0) {\n\t\tconst foreign_id = `episode:${data.episode}`;\n\t\tawait trackEngagement(req.User, {\n\t\t\tlabel: 'listen_progress',\n\t\t\tcontent: { foreign_id: foreign_id },\n\t\t});\n\t}\n\n\tres.json(listen);\n};\n"
  },
  {
    "path": "api/src/controllers/note.js",
    "content": "import Note from '../models/note';\n\nexports.list = async (req, res) => {\n\tres.json(await Note.find({ user: req.user.sub }).sort({ updatedAt: -1 }));\n};\n\nexports.get = async (req, res) => {\n\tconst note = await Note.findById(req.params.noteId);\n\tif (!note) return res.status(404).json({ error: 'Resource does not exist.' });\n\tif (note.user._id != req.user.sub) return res.sendStatus(403);\n\tres.json(note);\n};\n\nexports.post = async (req, res) => {\n\tconst data = {\n\t\tuser: req.user.sub,\n\t\tarticle: req.body.article,\n\t\tepisode: req.body.episode,\n\t\tstart: req.body.start,\n\t\tend: req.body.end,\n\t\ttext: req.body.text || '',\n\t};\n\n\tif (data.start == undefined || data.end == undefined)\n\t\treturn res.status(422).json({ error: 'missing start|end offset' });\n\tif (!data.article && !data.episode)\n\t\treturn res.status(422).json({ error: 'missing article||episode id' });\n\tif (data.article && data.episode)\n\t\treturn res.status(422).json({ error: 'both article||episode id' });\n\n\tconst overlaps = await Note.find({\n\t\tuser: data.user,\n\t\tarticle: data.article,\n\t\tepisode: data.episode,\n\t\t$nor: [{ end: { $lte: data.start } }, { start: { $gte: data.end } }],\n\t})\n\t\t.sort({ start: 1 })\n\t\t.lean();\n\n\tconst mergedNotes = overlaps.map((n) => n._id);\n\n\tif (overlaps.length) {\n\t\tfor (const note of overlaps) {\n\t\t\tif (note.start < data.start) data.start = note.start;\n\t\t\tif (note.end > data.end) data.end = note.end;\n\t\t\tif (note.text) data.text = data.text + '\\n' + note.text;\n\t\t}\n\t\tawait Note.deleteMany({ _id: { $in: mergedNotes } });\n\t}\n\n\tconst note = await Note.create(data);\n\tconst noteJson = (await Note.findById(note._id)).toJSON();\n\tres.json({ ...noteJson, mergedNotes });\n};\n\nexports.put = async (req, res) => {\n\tconst noteId = req.params.noteId;\n\n\tconst note = await Note.findById(noteId).lean();\n\tif (!note) return res.status(404).json({ error: 'Resource does not exist.' });\n\tif (note.user._id != req.user.sub) return res.sendStatus(403);\n\n\tconst start = req.body.start || note.start;\n\tconst end = req.body.end || note.end;\n\tconst text = req.body.text || note.text || '';\n\n\tres.json(await Note.findByIdAndUpdate(noteId, { start, end, text }, { new: true }));\n};\n\nexports.delete = async (req, res) => {\n\tconst note = await Note.findById(req.params.noteId);\n\tif (!note) return res.status(404).json({ error: 'Resource does not exist.' });\n\tif (note.user._id != req.user.sub) return res.sendStatus(403);\n\tawait note.remove();\n\tres.sendStatus(204);\n};\n"
  },
  {
    "path": "api/src/controllers/opml.js",
    "content": "import opmlParser from 'node-opml-parser';\nimport opmlGenerator from 'opml-generator';\nimport moment from 'moment';\nimport entities from 'entities';\nimport normalizeUrl from 'normalize-url';\nimport stream from 'getstream';\nimport util from 'util';\n\nimport RSS from '../models/rss';\nimport Podcast from '../models/podcast';\n\nimport Follow from '../models/follow';\nimport User from '../models/user';\n\nimport config from '../config';\nimport { isBlockedURLs } from '../utils/blockedURLs';\nimport * as rateLimit from '../utils/rate-limiter';\nimport { RssQueueAdd, PodcastQueueAdd } from '../asyncTasks';\nimport { IsPodcastURL } from '../parsers/detect-type';\nimport search from '../utils/search';\nimport { isURL } from '../utils/validation';\n\nexports.get = async (req, res) => {\n\tlet follows = await Follow.find({ user: req.user.sub });\n\n\tlet user = await User.find({ _id: req.user.sub });\n\tif (!user) {\n\t\treturn res.status(404).json({ error: 'User does not exist.' });\n\t}\n\n\tlet header = {\n\t\tdateCreated: moment().toISOString(),\n\t\townerName: user.name,\n\t\ttitle: `Subscriptions in Winds - Powered by ${config.product.author}`,\n\t};\n\n\tlet outlines = follows.map((follow) => {\n\t\tlet feed = follow.rss ? follow.rss : follow.podcast;\n\t\tlet feedType = follow.rss ? 'rss' : 'podcast';\n\t\tlet obj = {\n\t\t\thtmlUrl: feed.url,\n\t\t\ttitle: feed.title,\n\t\t\ttype: feedType,\n\t\t\txmlUrl: feed.feedUrl,\n\t\t};\n\t\treturn obj;\n\t});\n\n\tlet opml = opmlGenerator(header, outlines);\n\n\tres.set({\n\t\t'Content-Disposition': 'attachment; filename=export.opml;',\n\t\t'Content-Type': 'application/xml',\n\t});\n\n\tres.end(opml);\n};\n\nfunction partitionBy(collection, selector) {\n\tif (!collection.length) {\n\t\treturn [];\n\t}\n\n\tconst partitions = [[collection[0]]];\n\tlet currentPartition = 0;\n\tlet lastElement = selector(collection[0]);\n\tfor (let i = 1; i < collection.length; ++i) {\n\t\tconst element = selector(collection[i]);\n\t\tif (element !== lastElement) {\n\t\t\tpartitions.push([]);\n\t\t\t++currentPartition;\n\t\t}\n\t\tpartitions[currentPartition].push(collection[i]);\n\t\tlastElement = element;\n\t}\n\treturn partitions;\n}\n\nasync function identifyFeedType(feed) {\n\tlet schema;\n\tlet publicationType;\n\tlet isPodcast;\n\n\tif (!feed.valid) {\n\t\tthrow new Error(`Invalid feedUrl ${feed.feedUrl}`);\n\t}\n\n\ttry {\n\t\tisPodcast = await IsPodcastURL(feed.feedUrl);\n\t} catch (_) {\n\t\tthrow new Error(`Error opening ${feed.feedUrl}`);\n\t}\n\n\tif (isPodcast) {\n\t\tschema = Podcast;\n\t\tpublicationType = 'podcast';\n\t} else {\n\t\tschema = RSS;\n\t\tpublicationType = 'rss';\n\t}\n\n\tconst feedUrl = normalizeUrl(feed.feedUrl);\n\tif (!isURL(feedUrl)) {\n\t\tthrow new Error(`Invalid URL for OPML import ${feedUrl}`);\n\t}\n\n\treturn { feed, schema, publicationType, url: feedUrl };\n}\n\nasync function getOrCreateManyPublications(feeds) {\n\tif (!feeds.length) {\n\t\treturn [];\n\t}\n\n\tconst feedUrls = feeds.map((p) => p.url);\n\tconst instances = await feeds[0].schema.find({ feedUrl: { $in: feedUrls } });\n\n\tconst existingFeedUrls = new Set(instances.map((i) => i.feedUrl));\n\tconst newPublications = feeds.filter((p) => !existingFeedUrls.has(p.url));\n\n\tif (!newPublications.length) {\n\t\treturn instances;\n\t}\n\n\tconst newInstanceData = newPublications.map((p) => {\n\t\tconst title = entities.decodeHTML(p.feed.title) || '';\n\t\treturn {\n\t\t\tcategories: p.publicationType,\n\t\t\tdescription: title.substring(0, 240),\n\t\t\tfavicon: p.feed.favicon,\n\t\t\tfeedUrl: p.url,\n\t\t\tlastScraped: moment().subtract(12, 'hours'),\n\t\t\tpublic: true,\n\t\t\tpublicationDate: moment().toISOString(),\n\t\t\ttitle,\n\t\t\turl: p.feed.url,\n\t\t};\n\t});\n\n\tconst newInstances = await feeds[0].schema.insertMany(newInstanceData);\n\n\tconst queue =\n\t\tfeeds[0].publicationType.toLowerCase() == 'rss' ? RssQueueAdd : PodcastQueueAdd;\n\tconst queueData = newInstances.map((i) => ({\n\t\t[i.categories]: i._id,\n\t\turl: i.feedUrl,\n\t}));\n\n\tconst enqueues = queueData.map((d) =>\n\t\tqueue(d, { priority: 1, removeOnComplete: true, removeOnFail: true }),\n\t);\n\tconst indexing = newInstances.map((i) => search(i.searchDocument()));\n\n\tawait Promise.all(enqueues.concat(indexing));\n\n\treturn instances.concat(newInstances);\n}\n\nexports.post = async (req, res) => {\n\tconst upload = Buffer.from(req.file.buffer).toString('utf8');\n\n\tif (!upload) {\n\t\treturn res.status(422).json({ error: 'Invalid OPML upload.' });\n\t}\n\n\tlet feeds;\n\n\ttry {\n\t\tfeeds = await util.promisify(opmlParser)(upload);\n\t} catch (e) {\n\t\treturn res.status(422).json({ error: 'Invalid OPML upload.' });\n\t}\n\n\tfor (const feed of feeds) {\n\t\tfeed.valid = true;\n\n\t\tif (isURL(feed.feedUrl)) {\n\t\t\tfeed.feedUrl = normalizeUrl(feed.feedUrl).trim();\n\t\t} else {\n\t\t\tfeed.valid = false;\n\t\t}\n\n\t\tif (isURL(feed.url)) {\n\t\t\tfeed.url = normalizeUrl(feed.url);\n\t\t}\n\n\t\tfeed.favicon = '';\n\t\tif (feeds.site && feeds.site.favicon) {\n\t\t\tfeed.favicon = feeds.site.favicon;\n\t\t}\n\t}\n\n\tconst feedIdentities = await Promise.all(\n\t\tfeeds.map(async (f) => {\n\t\t\ttry {\n\t\t\t\tif (isBlockedURLs(feeds.feedUrl)) {\n\t\t\t\t\treturn { feedUrl: f.feedUrl, error: \"this feed can't be added\" };\n\t\t\t\t}\n\t\t\t\treturn { result: await identifyFeedType(f) };\n\t\t\t} catch (err) {\n\t\t\t\treturn { feedUrl: f.feedUrl, error: err.message };\n\t\t\t}\n\t\t}),\n\t);\n\n\tconst failedFeeds = feedIdentities.filter((f) => !!f.error);\n\tconst feedSchemas = feedIdentities.filter((f) => !f.error).map((f) => f.result);\n\n\tfeedSchemas.sort((lhs, rhs) =>\n\t\tlhs.publicationType.localeCompare(rhs.publicationType),\n\t);\n\n\t//XXX: process podcasts first, then rss to allow bulk operations\n\tconst partitions = partitionBy(feedSchemas, (p) => p.schema);\n\n\tlet publications = [];\n\tconst chunkSize = 1000;\n\tfor (const feeds of partitions) {\n\t\tfor (let offset = 0; offset < feeds.length; offset += chunkSize) {\n\t\t\tconst limit = offset + chunkSize;\n\t\t\tconst chunk = feeds.slice(offset, limit);\n\n\t\t\tpublications = publications.concat(await getOrCreateManyPublications(chunk));\n\t\t}\n\t}\n\n\tlet follows = [];\n\tfor (let offset = 0; offset < publications.length; offset += chunkSize) {\n\t\tconst limit = offset + chunkSize;\n\t\tconst chunk = publications.slice(offset, limit);\n\n\t\tawait rateLimit.tick(req.user.sub);\n\n\t\tconst followInstructions = chunk.map((p) => ({\n\t\t\ttype: p.categories.toLowerCase(),\n\t\t\tuserID: req.user.sub,\n\t\t\tpublicationID: p._id,\n\t\t}));\n\t\tconst newFollows = await Follow.getOrCreateMany(followInstructions);\n\t\tfollows = follows.concat(\n\t\t\tnewFollows.map((f, i) => ({ feedUrl: chunk[i].url, follow: f })),\n\t\t);\n\t}\n\n\tconst errors = failedFeeds.map((f) => ({ ...f, follow: {} }));\n\n\treturn res.json(follows.concat(errors));\n};\n"
  },
  {
    "path": "api/src/controllers/pin.js",
    "content": "import mongoose from 'mongoose';\n\nimport Pin from '../models/pin';\nimport config from '../config';\nimport { trackEngagement } from '../utils/analytics';\nimport { getStreamClient } from '../utils/stream';\n\nexports.list = async (req, res) => {\n\tconst query = req.query || {};\n\n\tif (query.type === 'episode' || query.type === 'article') {\n\t\tlet obj = {};\n\t\tobj[query.type] = { $exists: true };\n\t\tobj['user'] = req.user.sub; // can only list pins for the\n\n\t\treturn res.json(await Pin.find(obj).sort({ _id: -1 }));\n\t}\n\n\tres.json(await Pin.apiQuery(req.query));\n};\n\nexports.get = async (req, res) => {\n\tif (!mongoose.Types.ObjectId.isValid(req.params.pinId)) {\n\t\treturn res.status(400).json({\n\t\t\terror: `Resource pinId (${req.params.pinId}) is an invalid ObjectId.`,\n\t\t});\n\t}\n\n\tlet pin = await Pin.findById(req.params.pinId);\n\n\tif (!pin) {\n\t\treturn res.status(404).json({ error: 'Resource does not exist.' });\n\t}\n\n\tres.json(pin);\n};\n\nexports.post = async (req, res) => {\n\tconst data = Object.assign({}, req.body, { user: req.user.sub });\n\n\tlet type;\n\n\tif (data.hasOwnProperty('article')) {\n\t\ttype = 'article';\n\t} else if (data.hasOwnProperty('episode')) {\n\t\ttype = 'episode';\n\t} else {\n\t\treturn res.status(422).json({\n\t\t\terror: 'Missing required fields.',\n\t\t});\n\t}\n\n\tconst obj = { user: data.user, [type]: data[type] };\n\n\tif (!!(await Pin.findOne(obj))) {\n\t\treturn res.status(409).json({ error: 'Resource already exists.' });\n\t}\n\n\tconst pin = await Pin.create(data);\n\n\tawait getStreamClient()\n\t\t.feed('user', pin.user)\n\t\t.addActivity({\n\t\t\tactor: pin.user,\n\t\t\tverb: 'pin',\n\t\t\tobject: pin._id,\n\t\t\tforeign_id: `pins:${pin._id}`,\n\t\t\ttime: pin.createdAt,\n\t\t});\n\n\tconst label = pin.article ? 'pin_article' : 'pin_episode';\n\tconst foreignId = pin.article ? `article:${pin.article}` : `episode:${pin.episode}`;\n\tawait trackEngagement(req.User, {\n\t\tlabel: label,\n\t\tcontent: { foreign_id: foreignId },\n\t});\n\n\tres.json(await Pin.findOne({ _id: pin._id }));\n};\n\nexports.delete = async (req, res) => {\n\tconst exists = await Pin.findOne({ _id: req.params.pinId, user: req.user.sub });\n\n\tif (!exists) {\n\t\treturn res.status(404).json({ error: 'Resource does not exist.' });\n\t}\n\n\tawait Pin.remove({ _id: req.params.pinId });\n\n\tres.sendStatus(204);\n};\n"
  },
  {
    "path": "api/src/controllers/playlist.js",
    "content": "import Playlist from '../models/playlist';\n\nimport config from '../config';\nimport search from '../utils/search';\n\nasync function listFilter(req, res) {\n\tconst playlists = await Playlist.apiQuery(req.query);\n\tres.json(playlists);\n}\n\nexports.list = async (req, res, _) => {\n\tconst query = req.query || {};\n\tif (query.user && query.user != req.User.id) {\n\t\treturn res.sendStatus(403);\n\t}\n\n\tawait listFilter(req, res);\n};\n\nexports.get = async (req, res, _) => {\n\tif (req.params.playlistId == 'undefined') {\n\t\treturn res.sendStatus(404);\n\t}\n\n\tconst playlist = await Playlist.findById(req.params.playlistId);\n\tif (!playlist) {\n\t\treturn res.sendStatus(404);\n\t}\n\n\tif (playlist.user._id != req.User.id) {\n\t\treturn res.sendStatus(403);\n\t}\n\n\tres.json(playlist);\n};\n\nexports.post = async (req, res, _) => {\n\tconst data = Object.assign({}, req.body, { user: req.user.sub });\n\n\tlet playlist;\n\tplaylist = await Playlist.create(data);\n\tplaylist = await Playlist.findById(playlist._id);\n\n\tawait search({\n\t\t_id: playlist._id,\n\t\tepisodes: playlist.episodes,\n\t\tname: playlist.name,\n\t\ttype: 'playlist',\n\t\tuser: playlist.user,\n\t});\n\n\tres.json(playlist);\n};\n\nexports.put = async (req, res, _) => {\n\tconst playlist = await Playlist.findById(req.params.playlistId);\n\n\tif (!playlist) {\n\t\treturn res.sendStatus(404);\n\t}\n\n\tif (playlist.user._id != req.User.id) {\n\t\treturn res.sendStatus(403);\n\t}\n\n\tawait Playlist.update({ _id: req.params.playlistId }, req.body, { new: true });\n\n\tres.json(await Playlist.findOne({ _id: req.params.playlistId }));\n};\n\nexports.delete = async (req, res, _) => {\n\tconst playlist = await Playlist.findById(req.params.playlistId);\n\n\tif (!playlist) {\n\t\treturn res.sendStatus(404);\n\t}\n\n\tif (playlist.user._id != req.User.id) {\n\t\treturn res.sendStatus(403);\n\t}\n\n\tawait Playlist.remove({ _id: req.params.playlistId });\n\n\tres.sendStatus(204);\n};\n"
  },
  {
    "path": "api/src/controllers/podcast.js",
    "content": "import mongoose from 'mongoose';\nimport normalizeUrl from 'normalize-url';\n\nimport Podcast from '../models/podcast';\n\nimport { isURL } from '../utils/validation';\nimport { isBlockedURLs } from '../utils/blockedURLs';\nimport { discoverRSS } from '../parsers/discovery';\nimport { getPodcastRecommendations } from '../utils/personalization';\nimport { ParsePodcast } from '../parsers/feed';\nimport strip from 'strip';\nimport search from '../utils/search';\nimport { PodcastQueueAdd, OgQueueAdd } from '../asyncTasks';\n\nexports.list = async (req, res) => {\n\tlet query = req.query || {};\n\tlet podcasts;\n\n\tif (query.type === 'recommended') {\n\t\tpodcasts = await getPodcastRecommendations(req.User._id.toString(), 7);\n\t} else {\n\t\tpodcasts = await Podcast.apiQuery(req.query);\n\t}\n\n\tres.json(podcasts);\n};\n\nexports.get = async (req, res) => {\n\tconst podcastId = req.params.podcastId;\n\n\tif (!mongoose.Types.ObjectId.isValid(podcastId)) {\n\t\treturn res\n\t\t\t.status(422)\n\t\t\t.json({ error: `Podcast ID ${podcastId} is an invalid ObjectId.` });\n\t}\n\n\tlet podcast = await Podcast.findById(podcastId).exec();\n\tif (!podcast) {\n\t\treturn res.status(404).json({ error: `Resource not found.` });\n\t}\n\n\tres.json(podcast.serialize());\n};\n\nexports.post = async (req, res) => {\n\tconst data = Object.assign(req.body, { user: req.user.sub }) || {};\n\n\t// todo refactor this check for validating partial urls like google.com\n\tlet url;\n\n\ttry {\n\t\turl = normalizeUrl(data.feedUrl);\n\t} catch (e) {\n\t\treturn res.status(400).json({ error: 'Please provide a valid podcast URL.' });\n\t}\n\n\tif (!data.feedUrl || !isURL(url)) {\n\t\treturn res.status(400).json({ error: 'Please provide a valid podcast URL.' });\n\t}\n\n\tif (isBlockedURLs(data.feedUrl)) {\n\t\treturn res.status(400).json({ error: 'This podcast can not be added.' });\n\t}\n\n\tlet foundPodcasts = await discoverRSS(normalizeUrl(data.feedUrl));\n\tif (!foundPodcasts.feedUrls.length) {\n\t\treturn res.status(404).json({ error: `Can't find any podcasts.` });\n\t}\n\n\tlet insertedPodcasts = [];\n\tlet podcasts = [];\n\n\tfor (let feed of foundPodcasts.feedUrls.slice(0, 10)) {\n\t\tlet podcastContent = await ParsePodcast(feed.url, 1);\n\t\tlet title, url, images, description;\n\n\t\tif (podcastContent) {\n\t\t\ttitle = strip(podcastContent.title) || strip(feed.title);\n\t\t\turl = podcastContent.link || foundPodcasts.site.url;\n\t\t\timages = {\n\t\t\t\tfavicon: foundPodcasts.site.favicon,\n\t\t\t\tog: podcastContent.image,\n\t\t\t};\n\t\t\tdescription = podcastContent.description;\n\t\t} else {\n\t\t\ttitle = strip(feed.title);\n\t\t\turl = foundPodcasts.site.url;\n\t\t\timages = { favicon: foundPodcasts.site.favicon };\n\t\t\tdescription = '';\n\t\t}\n\n\t\tlet feedUrl = normalizeUrl(feed.url);\n\t\tif (!isURL(feedUrl)) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tlet podcast;\n\t\tpodcast = await Podcast.findOne({ feedUrl: feedUrl });\n\n\t\tif (!podcast || (podcast && !podcast.featured)) {\n\t\t\tlet response = await Podcast.findOneAndUpdate(\n\t\t\t\t{ feedUrl: feedUrl },\n\t\t\t\t{\n\t\t\t\t\tcategories: 'podcast',\n\t\t\t\t\tdescription: (description || '').substring(0, 240),\n\t\t\t\t\tfeedUrl: feedUrl,\n\t\t\t\t\timages: images,\n\t\t\t\t\tlastScraped: new Date(0),\n\t\t\t\t\ttitle: title,\n\t\t\t\t\turl: normalizeUrl(url),\n\t\t\t\t\tvalid: true,\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tnew: true,\n\t\t\t\t\trawResult: true,\n\t\t\t\t\tupsert: true,\n\t\t\t\t},\n\t\t\t);\n\n\t\t\tpodcast = response.value;\n\n\t\t\tif (response.lastErrorObject.upserted) {\n\t\t\t\tinsertedPodcasts.push(podcast);\n\t\t\t}\n\t\t}\n\n\t\tpodcasts.push(podcast);\n\t}\n\n\tlet promises = [];\n\tinsertedPodcasts.map((p) => {\n\t\tlet scrapingPromise = PodcastQueueAdd(\n\t\t\t{\n\t\t\t\tpodcast: p._id,\n\t\t\t\turl: p.feedUrl,\n\t\t\t},\n\t\t\t{\n\t\t\t\tpriority: 1,\n\t\t\t\tremoveOnComplete: true,\n\t\t\t\tremoveOnFail: true,\n\t\t\t},\n\t\t);\n\n\t\tpromises.push(scrapingPromise);\n\n\t\tif (!p.images.og && p.link) {\n\t\t\tpromises.push(\n\t\t\t\tOgQueueAdd(\n\t\t\t\t\t{\n\t\t\t\t\t\turl: p.link,\n\t\t\t\t\t\tpodcast: p._id,\n\t\t\t\t\t\ttype: 'podcast',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tremoveOnComplete: true,\n\t\t\t\t\t\tremoveOnFail: true,\n\t\t\t\t\t},\n\t\t\t\t),\n\t\t\t);\n\t\t}\n\n\t\tpromises.push(search(p.searchDocument()));\n\t});\n\n\tawait Promise.all(promises);\n\n\tres.status(200).json(\n\t\tpodcasts.map((p) => {\n\t\t\treturn p.serialize();\n\t\t}),\n\t);\n};\n\nexports.put = async (req, res) => {\n\tconst podcastId = req.params.podcastId;\n\n\tif (!mongoose.Types.ObjectId.isValid(podcastId)) {\n\t\treturn res\n\t\t\t.status(422)\n\t\t\t.json({ error: `Podcast ID ${podcastId} is an invalid ObjectId.` });\n\t}\n\n\tif (!req.User.admin) {\n\t\treturn res.status(403).send();\n\t}\n\n\tif (!podcastId) {\n\t\treturn res.status(401).json({ error: 'Missing required Podcast ID.' });\n\t}\n\n\tlet podcast = await Podcast.findByIdAndUpdate({ _id: podcastId }, req.body, {\n\t\tnew: true,\n\t});\n\n\tif (!podcast) {\n\t\treturn res.status(404).json({ error: 'Podcast could not be found.' });\n\t}\n\n\tres.json(podcast);\n};\n"
  },
  {
    "path": "api/src/controllers/rss.js",
    "content": "import mongoose from 'mongoose';\nimport moment from 'moment';\nimport normalizeUrl from 'normalize-url';\nimport entities from 'entities';\n\nimport RSS from '../models/rss';\n\nimport { discoverRSS } from '../parsers/discovery';\n\nimport search from '../utils/search';\nimport { isBlockedURLs } from '../utils/blockedURLs';\nimport { isURL } from '../utils/validation';\nimport { RssQueueAdd, OgQueueAdd } from '../asyncTasks';\nimport { getRSSRecommendations } from '../utils/personalization';\n\nexports.list = async (req, res) => {\n\tconst query = req.query || {};\n\tlet rss;\n\n\tif (query.type === 'recommended') {\n\t\trss = await getRSSRecommendations(req.User._id.toString(), 7);\n\t} else {\n\t\trss = await RSS.apiQuery(req.query);\n\t}\n\n\tres.json(rss);\n};\n\nexports.get = async (req, res) => {\n\tconst rssId = req.params.rssId;\n\n\tif (!mongoose.Types.ObjectId.isValid(rssId)) {\n\t\treturn res.status(422).json({ error: `RSS ID ${rssId} is invalid.` });\n\t}\n\n\tlet rss = await RSS.findById(rssId).exec();\n\tif (!rss) {\n\t\treturn res.sendStatus(404);\n\t}\n\n\tres.json(rss.serialize());\n};\n\nexports.post = async (req, res) => {\n\tconst data = req.body || {};\n\tlet normalizedUrl;\n\t// TODO: refactor this url check in utitlies\n\ttry {\n\t\tnormalizedUrl = normalizeUrl(data.feedUrl);\n\t} catch (e) {\n\t\treturn res.status(400).json({ error: 'Please provide a valid RSS URL.' });\n\t}\n\tif (!data.feedUrl || !isURL(normalizedUrl)) {\n\t\treturn res.status(400).json({ error: 'Please provide a valid RSS URL.' });\n\t}\n\n\tif (isBlockedURLs(data.feedUrl)) {\n\t\treturn res.status(400).json({ error: 'This feed can not be added.' });\n\t}\n\n\tlet foundRSS = await discoverRSS(normalizeUrl(data.feedUrl));\n\n\tif (!foundRSS.feedUrls.length) {\n\t\treturn res\n\t\t\t.status(404)\n\t\t\t.json({ error: \"We couldn't find any feeds for that RSS feed URL :(\" });\n\t}\n\n\tlet insertedFeeds = [];\n\tlet feeds = [];\n\n\tfor (let feed of foundRSS.feedUrls.slice(0, 10)) {\n\t\tlet feedTitle = feed.title;\n\t\tif (!feedTitle) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tif (feedTitle.toLowerCase() === 'rss') {\n\t\t\tfeedTitle = foundRSS.site.title;\n\t\t}\n\n\t\tlet feedUrl = normalizeUrl(feed.url);\n\t\tif (!isURL(feedUrl)) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tlet rss = await RSS.findOne({ feedUrl: feedUrl });\n\t\tconst limit = moment().subtract(30, 'seconds');\n\t\t// don't update featured RSS feeds since that ends up removing images etc\n\t\tif (!rss || (!rss.featured && limit.isAfter(rss.lastScraped))) {\n\t\t\tlet response = await RSS.findOneAndUpdate(\n\t\t\t\t{ feedUrl: feedUrl },\n\t\t\t\t{\n\t\t\t\t\tcategories: 'RSS',\n\t\t\t\t\tdescription: (entities.decodeHTML(feed.title) || '').substring(\n\t\t\t\t\t\t0,\n\t\t\t\t\t\t240,\n\t\t\t\t\t),\n\t\t\t\t\tfeedUrl: feedUrl,\n\t\t\t\t\timages: {\n\t\t\t\t\t\tfavicon: foundRSS.site.favicon,\n\t\t\t\t\t},\n\t\t\t\t\tlastScraped: moment().format(),\n\t\t\t\t\ttitle: entities.decodeHTML(feedTitle),\n\t\t\t\t\turl: foundRSS.site.url,\n\t\t\t\t\tvalid: true,\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tnew: true,\n\t\t\t\t\trawResult: true,\n\t\t\t\t\tupsert: true,\n\t\t\t\t},\n\t\t\t);\n\n\t\t\trss = response.value;\n\t\t\tif (response.lastErrorObject.upserted) {\n\t\t\t\tinsertedFeeds.push(rss);\n\t\t\t}\n\t\t}\n\t\tfeeds.push(rss);\n\t}\n\n\tlet promises = [];\n\tinsertedFeeds.map((f) => {\n\t\tpromises.push(search(f.searchDocument()));\n\t\tlet rssScrapingPromise = RssQueueAdd(\n\t\t\t{\n\t\t\t\trss: f._id,\n\t\t\t\turl: f.feedUrl,\n\t\t\t},\n\t\t\t{\n\t\t\t\tpriority: 1,\n\t\t\t\tremoveOnComplete: true,\n\t\t\t\tremoveOnFail: true,\n\t\t\t},\n\t\t);\n\t\tpromises.push(rssScrapingPromise);\n\t\tif (!f.images.og && f.url) {\n\t\t\tlet ogPromise = OgQueueAdd(\n\t\t\t\t{\n\t\t\t\t\turl: f.url,\n\t\t\t\t\trss: f._id,\n\t\t\t\t\ttype: 'rss',\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tremoveOnComplete: true,\n\t\t\t\t\tremoveOnFail: true,\n\t\t\t\t},\n\t\t\t);\n\t\t\tpromises.push(ogPromise);\n\t\t}\n\t});\n\tawait Promise.all(promises);\n\n\tres.status(201);\n\tres.json(\n\t\tfeeds.map((f) => {\n\t\t\treturn f.serialize();\n\t\t}),\n\t);\n};\n\nexports.put = async (req, res) => {\n\tif (!req.User.admin) {\n\t\treturn res\n\t\t\t.status(403)\n\t\t\t.json({ error: 'You must be an admin to perform this action.' });\n\t}\n\n\tif (!req.params.rssId) {\n\t\treturn res\n\t\t\t.status(401)\n\t\t\t.json({ error: 'You must provide a valid RSS ID to perform this action' });\n\t}\n\n\tlet rss = await RSS.findByIdAndUpdate(\n\t\t{\n\t\t\t_id: req.params.rssId,\n\t\t},\n\t\treq.body,\n\t\t{ new: true },\n\t);\n\n\tif (!rss) {\n\t\treturn res\n\t\t\t.status(404)\n\t\t\t.json({ error: `Can't find RSS feed with id ${req.params.rssId}` });\n\t}\n\n\tres.json(rss);\n};\n"
  },
  {
    "path": "api/src/controllers/tag.js",
    "content": "import mongoose from 'mongoose';\n\nimport Tag from '../models/tag';\n\nexports.list = async (req, res) => {\n\tres.json(await Tag.find({ user: req.user.sub }));\n};\n\nexports.get = async (req, res) => {\n\tconst tag = await Tag.findById(req.params.tagId);\n\tif (!tag) return res.status(404).json({ error: 'Resource does not exist.' });\n\tif (tag.user._id != req.user.sub) return res.sendStatus(403);\n\tres.json(tag);\n};\n\nexports.post = async (req, res) => {\n\tconst data = {\n\t\tuser: req.user.sub,\n\t\tname: req.body.name,\n\t\tarticle: req.body.article || [],\n\t\tepisode: req.body.episode || [],\n\t};\n\n\tif (!data.name) return res.status(422).json({ error: 'Missing required field' });\n\n\tconst tag = await Tag.create(data);\n\tres.json(await Tag.findById(tag._id));\n};\n\nexports.put = async (req, res) => {\n\tconst tagId = req.params.tagId;\n\tconst name = req.body.name;\n\tconst article = req.body.article;\n\tconst episode = req.body.episode;\n\tconst user = req.user.sub;\n\tconst remove = req.body.action === 'remove';\n\n\tif (!(name || article || episode))\n\t\treturn res.status(422).json({ error: 'You have to put data' });\n\tif (article && episode) return res.status(422).json({ error: 'On Feed at a time!' });\n\n\tconst tag = await Tag.findById(tagId).lean();\n\tif (!tag) return res.status(404).json({ error: 'Resource does not exist.' });\n\tif (tag.user._id != user) return res.sendStatus(403);\n\n\tlet data = {};\n\tif (remove) data = article ? { $pull: { article } } : { $pull: { episode } };\n\telse data = article ? { $addToSet: { article } } : { $addToSet: { episode } };\n\n\tif (name) data = { ...data, name };\n\tawait Tag.findByIdAndUpdate(tagId, data);\n\tres.json(await Tag.findById(tagId));\n};\n\nexports.delete = async (req, res) => {\n\tconst tag = await Tag.findById(req.params.tagId);\n\tif (!tag) return res.status(404).json({ error: 'Resource does not exist.' });\n\tif (tag.user._id != req.user.sub) return res.sendStatus(403);\n\tawait tag.remove();\n\tres.sendStatus(204);\n};\n"
  },
  {
    "path": "api/src/controllers/user.js",
    "content": "import validator from 'validator';\n\nimport User from '../models/user';\nimport RSS from '../models/rss';\nimport Podcast from '../models/podcast';\n\nimport personalization from '../utils/personalization';\n\nexports.list = async (req, res) => {\n\tlet users = [];\n\n\tif (req.query.type === 'recommended') {\n\t\tlet recommendedUserIds = await personalization({\n\t\t\tendpoint: '/winds_user_recommendations',\n\t\t\tuserId: req.user.sub,\n\t\t});\n\t\tusers = await User.find({ _id: { $in: recommendedUserIds } });\n\t} else {\n\t\tusers = await User.apiQuery(req.query).select(\n\t\t\t'name email username bio url twitter background admin',\n\t\t);\n\t}\n\tres.json(users);\n};\n\nexports.delete = async (req, res) => {\n\tif (req.params.userId !== req.user.sub) {\n\t\treturn res.sendStatus(403);\n\t}\n\n\tawait req.User.remove();\n\n\tres.sendStatus(204);\n};\n\nexports.get = async (req, res) => {\n\tif (req.params.user == 'undefined') {\n\t\treturn res.sendStatus(404);\n\t}\n\n\tlet user = await User.findById(req.params.userId);\n\tif (!user) {\n\t\treturn res.status(404).send('User not found');\n\t}\n\n\tuser.password = undefined;\n\tuser.recoveryCode = undefined;\n\n\tlet serialized = user;\n\tif (user._id.toString() === req.user.sub) {\n\t\tserialized = user.serializeAuthenticatedUser();\n\t}\n\n\tres.json(serialized);\n};\n\nexports.put = async (req, res) => {\n\tif (req.params.userId !== req.user.sub) {\n\t\treturn res.status(403).json({ error: 'Access denied.' });\n\t}\n\n\tconst data = req.body || {};\n\n\tif (data.email && !validator.isEmail(data.email)) {\n\t\treturn res.status(400).json({ error: 'Invalid or malformed email address.' });\n\t}\n\n\tconst regex = /^[\\w-]+$/;\n\tif (data.username && !regex.test(data.username)) {\n\t\treturn res.status(400).json({\n\t\t\terror: 'Usernames must be alphanumeric but can only contain _, . or -.',\n\t\t});\n\t}\n\n\tlet user = await User.findById(req.params.userId);\n\n\tif (!user) {\n\t\treturn res.sendStatus(404);\n\t}\n\n\tif (data.username) {\n\t\tlet userByUsername = await User.findOne({ username: data.username });\n\t\tif (userByUsername && userByUsername.id != user.id) {\n\t\t\treturn res\n\t\t\t\t.status(409)\n\t\t\t\t.json({ error: 'A resource with this username already exists' });\n\t\t}\n\t}\n\n\tif (data.email) {\n\t\tlet userByEmail = await User.findOne({ email: data.email });\n\t\tif (userByEmail && userByEmail.email != user.email) {\n\t\t\treturn res.status(409).send('User with this email already exists');\n\t\t}\n\t}\n\n\tconst whitelist = Object.assign(\n\t\t{},\n\t\t...[\n\t\t\t'name',\n\t\t\t'email',\n\t\t\t'username',\n\t\t\t'password',\n\t\t\t'interests',\n\t\t\t'bio',\n\t\t\t'url',\n\t\t\t'twitter',\n\t\t\t'background',\n\t\t\t'preferences',\n\t\t\t'recoveryCode',\n\t\t\t'active',\n\t\t].map((key) => ({\n\t\t\t[key]: data[key],\n\t\t})),\n\t);\n\n\tuser = await User.findByIdAndUpdate({ _id: req.params.userId }, data, {\n\t\tnew: true,\n\t});\n\n\tuser.password = undefined;\n\tuser.recoveryCode = undefined;\n\n\tres.status(201).json(user);\n};\n"
  },
  {
    "path": "api/src/fixtures/featured.json",
    "content": "{\n\t\"podcasts\": [\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"Design Details\",\n\t\t\t\"feedUrl\": \"https://rss.simplecast.com/podcasts/1034/rss\",\n\t\t\t\"site\": \"https://spec.fm/podcasts/design-details\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"Layout.FM\",\n\t\t\t\"feedUrl\": \"http://layout.fm/rss\",\n\t\t\t\"site\": \"http://layout.fm/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"Responsive Web Design\",\n\t\t\t\"feedUrl\": \"https://responsivewebdesign.com/podcast/feed.xml\",\n\t\t\t\"site\": \"https://responsivewebdesign.com/podcast/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"Creative Coding Podcast\",\n\t\t\t\"feedUrl\": \"http://creativecodingpodcast.com/feed/\",\n\t\t\t\"site\": \"http://creativecodingpodcast.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"UX Pod\",\n\t\t\t\"feedUrl\": \"http://uxpod.libsyn.com/rss\",\n\t\t\t\"site\": \"http://uxpod.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"Build and Launch\",\n\t\t\t\"feedUrl\": \"https://rss.simplecast.com/podcasts/323/rss\",\n\t\t\t\"site\": \"https://buildandlaunch.net/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"Nice to meet you\",\n\t\t\t\"feedUrl\":\n\t\t\t\t\"http://feeds.soundcloud.com/users/soundcloud:users:5984399/sounds.rss\",\n\t\t\t\"site\": \"http://www.vanschneider.com/show\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"Design Review\",\n\t\t\t\"feedUrl\": \"http://www.designreviewpodcast.com/design-review.rss\",\n\t\t\t\"site\": \"http://www.designreviewpodcast.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"Overtime\",\n\t\t\t\"feedUrl\": \"https://rss.simplecast.com/podcasts/1515/rss\",\n\t\t\t\"site\": \"https://dribbble.com/overtime\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"DesignBetter\",\n\t\t\t\"feedUrl\": \"http://designbetter.libsyn.com/rss\",\n\t\t\t\"site\": \"https://www.designbetter.co/podcast\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"High Resolution\",\n\t\t\t\"feedUrl\": \"https://rss.simplecast.com/podcasts/2652/rss\",\n\t\t\t\"site\": \"https://www.highresolution.design/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"UI Breakfast\",\n\t\t\t\"feedUrl\": \"https://rss.simplecast.com/podcasts/1441/rss\",\n\t\t\t\"site\": \"https://uibreakfast.com/category/podcast/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"a16z\",\n\t\t\t\"feedUrl\": \"https://a16z.com/feed/\",\n\t\t\t\"site\": \"https://a16z.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"To The Top\",\n\t\t\t\"feedUrl\": \"http://nathanlatkathetop.libsyn.com/rss\",\n\t\t\t\"site\": \"http://nathanlatkathetop.libsyn.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"Rocketship.fm\",\n\t\t\t\"feedUrl\":\n\t\t\t\t\"https://www.omnycontent.com/d/playlist/20f38a10-1afe-4760-bb32-a7dd01317ee4/cfecce2e-033b-4f28-a323-a7de003f116b/b76fb826-9e99-4328-b3fa-a7de003f1179/podcast.rss\",\n\t\t\t\"site\": \"http://rocketship.fm/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"Twenty Minute VC\",\n\t\t\t\"feedUrl\": \"http://thetwentyminutevc.libsyn.com/rss\",\n\t\t\t\"site\": \"http://www.thetwentyminutevc.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"This Week in Startups\",\n\t\t\t\"feedUrl\":\n\t\t\t\t\"http://feeds.soundcloud.com/users/soundcloud:users:6888303/sounds.rss\",\n\t\t\t\"site\": \"https://thisweekinstartups.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"Acquired.fm\",\n\t\t\t\"feedUrl\": \"http://www.acquired.fm/episodes?format=rss\",\n\t\t\t\"site\": \"http://www.acquired.fm/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"The Impact Podcast\",\n\t\t\t\"feedUrl\": \"http://feeds.feedburner.com/soundcloud/ZGMH\",\n\t\t\t\"site\": \"https://georgianpartners.com/category/podcast/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"Startup Podcast\",\n\t\t\t\"feedUrl\": \"http://feeds.hearstartup.com/hearstartup\",\n\t\t\t\"site\": \"https://www.gimletmedia.com/startup/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"EntreLeadership\",\n\t\t\t\"feedUrl\": \"http://entreleadershippodcast.ramsey.libsynpro.com/rss\",\n\t\t\t\"site\": \"https://www.entreleadership.com/blog/podcast\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"Founders Talk\",\n\t\t\t\"feedUrl\": \"https://changelog.com/founderstalk/feed\",\n\t\t\t\"site\": \"https://changelog.com/founderstalk\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"Startups for the Rest of Us\",\n\t\t\t\"feedUrl\": \"http://www.startupsfortherestofus.com/feed\",\n\t\t\t\"site\": \"http://www.startupsfortherestofus.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Programming\",\n\t\t\t\"name\": \"Merge Conflict\",\n\t\t\t\"feedUrl\": \"http://www.mergeconflict.fm/rss\",\n\t\t\t\"site\": \"http://www.mergeconflict.fm/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Programming\",\n\t\t\t\"name\": \"Software Engineering Daily\",\n\t\t\t\"feedUrl\": \"http://softwareengineeringdaily.com/feed/podcast/\",\n\t\t\t\"site\": \"https://softwareengineeringdaily.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Programming\",\n\t\t\t\"name\": \"Cynical Developer\",\n\t\t\t\"feedUrl\": \"https://cynicaldeveloper.com/feed/podcast/\",\n\t\t\t\"site\": \"https://cynicaldeveloper.com/Podcast/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Programming\",\n\t\t\t\"name\": \"Changelog\",\n\t\t\t\"feedUrl\": \"https://changelog.com/podcast/feed\",\n\t\t\t\"site\": \"https://changelog.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Programming\",\n\t\t\t\"name\": \"Go Time\",\n\t\t\t\"feedUrl\": \"https://changelog.com/gotime/feed\",\n\t\t\t\"site\": \"https://changelog.com/gotime\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Programming\",\n\t\t\t\"name\": \"JS Party\",\n\t\t\t\"feedUrl\": \"https://changelog.com/jsparty/feed\",\n\t\t\t\"site\": \"https://changelog.com/jsparty\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Programming\",\n\t\t\t\"name\": \"Software Engineering Radio\",\n\t\t\t\"feedUrl\": \"http://feeds.feedburner.com/se-radio\",\n\t\t\t\"site\": \"http://www.se-radio.net/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Programming\",\n\t\t\t\"name\": \"Talking Machines\",\n\t\t\t\"feedUrl\": \"https://rss.art19.com/talking-machines\",\n\t\t\t\"site\": \"https://art19.com/shows/talking-machines\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Programming\",\n\t\t\t\"name\": \"The Modern Web\",\n\t\t\t\"feedUrl\": \"http://modernweb.podbean.com/feed/\",\n\t\t\t\"site\": \"http://modernweb.podbean.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Programming\",\n\t\t\t\"name\": \"Shoptalk\",\n\t\t\t\"feedUrl\": \"http://shoptalkshow.com/feed/podcast\",\n\t\t\t\"site\": \"https://player.fm/series/shoptalk-19036\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Gaming\",\n\t\t\t\"name\": \"Kinda Funny Gamescast\",\n\t\t\t\"feedUrl\":\n\t\t\t\t\"http://feeds.soundcloud.com/users/soundcloud:users:130508806/sounds.rss\",\n\t\t\t\"site\": \"https://www.patreon.com/kindafunnygames\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Gaming\",\n\t\t\t\"name\": \"Giant Bombcast\",\n\t\t\t\"feedUrl\": \"https://www.giantbomb.com/podcast-xml/giant-bombcast\",\n\t\t\t\"site\": \"https://www.giantbomb.com/podcasts/giant-bombcast/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Gaming\",\n\t\t\t\"name\": \"The Giant Beastcast\",\n\t\t\t\"feedUrl\": \"https://www.giantbomb.com/podcast-xml/beastcast\",\n\t\t\t\"site\": \"https://www.giantbomb.com/podcasts/beastcast/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Gaming\",\n\t\t\t\"name\": \"Three Moves Ahead\",\n\t\t\t\"feedUrl\": \"https://www.idlethumbs.net/feeds/3ma\",\n\t\t\t\"site\": \"https://www.idlethumbs.net/3ma\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Gaming\",\n\t\t\t\"name\": \"Whats Good Games\",\n\t\t\t\"feedUrl\":\n\t\t\t\t\"http://feeds.backtracks.fm/feeds/whatsgoodgames/whats-good-games-a-video-game-podcast/feed.xml\",\n\t\t\t\"site\": \"https://whatsgoodgames.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Machine Learning & AI\",\n\t\t\t\"name\": \"Data Skeptic\",\n\t\t\t\"feedUrl\": \"https://dataskeptic.com/api/blog/rss\",\n\t\t\t\"site\": \"https://dataskeptic.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Lifehacks\",\n\t\t\t\"name\": \"Ted Talks\",\n\t\t\t\"feedUrl\": \"https://www.ted.com/talks/rss\",\n\t\t\t\"site\": \"https://www.ted.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"News\",\n\t\t\t\"name\": \"Policast\",\n\t\t\t\"feedUrl\": \"https://feeds.publicradio.org/public_feeds/policast/npr/rss\",\n\t\t\t\"site\": \"https://www.npr.org/podcasts/414694038/policast\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"News\",\n\t\t\t\"name\": \"The Daily\",\n\t\t\t\"feedUrl\": \"http://rss.art19.com/the-daily\",\n\t\t\t\"site\": \"https://www.nytimes.com/column/the-daily\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"News\",\n\t\t\t\"name\": \"BBC Global News\",\n\t\t\t\"feedUrl\": \"https://podcasts.files.bbci.co.uk/p02nq0gn.rss\",\n\t\t\t\"site\": \"https://www.nytimes.com/column/the-daily\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"News\",\n\t\t\t\"name\": \"PBS NewsHour\",\n\t\t\t\"feedUrl\": \"https://www.pbs.org/newshour/feeds/rss/podcasts/show\",\n\t\t\t\"site\": \"https://www.pbs.org/newshour\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"News\",\n\t\t\t\"name\": \"Unfilter\",\n\t\t\t\"feedUrl\": \"http://unfilter.show/rss\",\n\t\t\t\"site\": \"http://unfilter.show\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"News\",\n\t\t\t\"name\": \"On The Media\",\n\t\t\t\"feedUrl\": \"http://feeds.wnyc.org/onthemedia\",\n\t\t\t\"site\": \"https://www.wnycstudios.org/shows/otm/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"VR\",\n\t\t\t\"name\": \"Everything VR & AR\",\n\t\t\t\"feedUrl\": \"http://everythingvrar.libsyn.com/rss\",\n\t\t\t\"site\": \"http://everythingvrar.libsyn.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"VR\",\n\t\t\t\"name\": \"New School VR Podcast\",\n\t\t\t\"feedUrl\":\n\t\t\t\t\"http://feeds.soundcloud.com/users/soundcloud:users:265033871/sounds.rss\",\n\t\t\t\"site\": \"http://newschoolvr.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"VR\",\n\t\t\t\"name\": \"Voices of VR Podcast – Designing for Virtual Reality\",\n\t\t\t\"feedUrl\": \"http://voicesofvr.com/?feed=podcast\",\n\t\t\t\"site\": \"http://voicesofvr.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"VR\",\n\t\t\t\"name\": \"Rev VR\",\n\t\t\t\"feedUrl\":\n\t\t\t\t\"http://www.reverendkyle.com/index.php/component/podcastmanager/?format=raw&feedname=2\",\n\t\t\t\"site\": \"http://www.revvrstudios.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"VR\",\n\t\t\t\"name\": \"VRScout Report\",\n\t\t\t\"feedUrl\": \"http://vrscout.libsyn.com/rss\",\n\t\t\t\"site\": \"https://vrscout.com/podcast/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Marketing\",\n\t\t\t\"name\": \"The GaryVee Audio Experience\",\n\t\t\t\"feedUrl\": \"http://askgaryvee.garyvee.libsynpro.com/rss\",\n\t\t\t\"site\": \"http://www.garyvaynerchuk.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Marketing\",\n\t\t\t\"name\": \"Jocko Podcast\",\n\t\t\t\"feedUrl\": \"http://jockopodcast.libsyn.com/rss\",\n\t\t\t\"site\": \"http://jockopodcast.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Marketing\",\n\t\t\t\"name\": \"Starting from nothing\",\n\t\t\t\"feedUrl\": \"http://thefoundation.libsyn.com/rss\",\n\t\t\t\"site\": \"http://www.thefoundation.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Marketing\",\n\t\t\t\"name\": \"HBR IdeaCast\",\n\t\t\t\"feedUrl\": \"http://feeds.harvardbusiness.org/harvardbusiness/ideacast\",\n\t\t\t\"site\": \"http://hbrideacast.org/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Marketing\",\n\t\t\t\"name\": \"Business & Biceps\",\n\t\t\t\"feedUrl\": \"http://businessandbiceps.libsyn.com/rss\",\n\t\t\t\"site\": \"http://businessandbiceps.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Marketing\",\n\t\t\t\"name\": \"Advanced Selling Podcast\",\n\t\t\t\"feedUrl\": \"http://billcaskey01.libsyn.com/rss\",\n\t\t\t\"site\": \"http://www.advancedsellingpodcast.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Marketing\",\n\t\t\t\"name\": \"Marketing School\",\n\t\t\t\"feedUrl\": \"http://mschool.growtheverywhere.libsynpro.com/rss\",\n\t\t\t\"site\": \"http://mschool.growtheverywhere.libsynpro.com/podcast\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Marketing\",\n\t\t\t\"name\": \"Online Marketing Strategies\",\n\t\t\t\"feedUrl\": \"http://onlinemarketingpodcast.libsyn.com/rss\",\n\t\t\t\"site\": \"http://onlinemarketingpodcast.libsyn.com/\"\n\t\t}\n\t],\n\t\"rss\": [\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"A List Apart\",\n\t\t\t\"feedUrl\": \"http://alistapart.com/main/feed\",\n\t\t\t\"site\": \"http://alistapart.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"Smashing Magazine\",\n\t\t\t\"feedUrl\": \"https://www.smashingmagazine.com/feed/\",\n\t\t\t\"site\": \"https://www.smashingmagazine.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"Invision Blog\",\n\t\t\t\"feedUrl\": \"https://www.invisionapp.com/blog/feed/\",\n\t\t\t\"site\": \"https://www.invisionapp.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"Fast Co Design\",\n\t\t\t\"feedUrl\": \"https://www.fastcodesign.com//latest/rss?truncated=true\",\n\t\t\t\"site\": \"https://www.fastcodesign.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"Yanko Design\",\n\t\t\t\"feedUrl\": \"http://www.yankodesign.com/feed/\",\n\t\t\t\"site\": \"http://www.yankodesign.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"Dexigner\",\n\t\t\t\"feedUrl\": \"http://feeds.dexigner.com/news\",\n\t\t\t\"site\": \"http://dexigner.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"Behance\",\n\t\t\t\"feedUrl\": \"http://feeds.feedburner.com/behance/vorr\",\n\t\t\t\"site\": \"https://behance.net\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"HOW\",\n\t\t\t\"feedUrl\": \"http://www.howdesign.com/feed/\",\n\t\t\t\"site\": \"http://www.howdesign.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"UI/UX\",\n\t\t\t\"name\": \"Web Designer Depot\",\n\t\t\t\"feedUrl\": \"http://feeds2.feedburner.com/webdesignerdepot\",\n\t\t\t\"site\": \"https://www.webdesignerdepot.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"AVC\",\n\t\t\t\"feedUrl\": \"http://feeds.feedburner.com/avc\",\n\t\t\t\"site\": \"https://avc.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"Y Combinator Blog\",\n\t\t\t\"feedUrl\": \"https://blog.ycombinator.com/feed/\",\n\t\t\t\"site\": \"https://blog.ycombinator.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"Alex Iskold\",\n\t\t\t\"feedUrl\": \"https://alexiskold.net/feed/\",\n\t\t\t\"site\": \"https://alexiskold.net\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"David Cohen\",\n\t\t\t\"feedUrl\": \"http://feeds.feedburner.com/DavidGCohen\",\n\t\t\t\"site\": \"http://davidgcohen.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"VC Adventure\",\n\t\t\t\"feedUrl\": \"https://www.sethlevine.com/feed\",\n\t\t\t\"site\": \"https://www.sethlevine.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"Mattermark Daily\",\n\t\t\t\"feedUrl\": \"https://mattermark.com/category/mattermark-daily/feed/\",\n\t\t\t\"site\": \"https://mattermark.com/category/mattermark-daily\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"Feld Thoughts\",\n\t\t\t\"feedUrl\": \"http://feeds.feedburner.com/FeldThoughts\",\n\t\t\t\"site\": \"https://www.feld.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"Product Hunt Blog\",\n\t\t\t\"feedUrl\": \"https://blog.producthunt.com/feed\",\n\t\t\t\"site\": \"https://blog.producthunt.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"Both Sides of the Table\",\n\t\t\t\"feedUrl\": \"https://bothsidesofthetable.com/feed\",\n\t\t\t\"site\": \"https://bothsidesofthetable.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Startups & VC\",\n\t\t\t\"name\": \"Seeing Both Sides\",\n\t\t\t\"feedUrl\": \"https://seeingbothsides.com/feed/\",\n\t\t\t\"site\": \"https://seeingbothsides.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Programming\",\n\t\t\t\"name\": \"Lobste.rs\",\n\t\t\t\"feedUrl\": \"https://lobste.rs/rss\",\n\t\t\t\"site\": \"https://lobste.rs/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Programming\",\n\t\t\t\"name\": \"Reddit - Programming\",\n\t\t\t\"feedUrl\": \"https://www.reddit.com/r/programming/.rss\",\n\t\t\t\"site\": \"https://www.reddit.com/r/programming/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Programming\",\n\t\t\t\"name\": \"Hacker News\",\n\t\t\t\"feedUrl\": \"https://news.ycombinator.com/rss\",\n\t\t\t\"site\": \"https://news.ycombinator.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Programming\",\n\t\t\t\"name\": \"Joel on Software\",\n\t\t\t\"feedUrl\": \"https://www.joelonsoftware.com/feed/\",\n\t\t\t\"site\": \"https://www.joelonsoftware.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Programming\",\n\t\t\t\"name\": \"GitHub\",\n\t\t\t\"feedUrl\": \"https://blog.github.com/feed.xml\",\n\t\t\t\"site\": \"https://blog.github.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Programming\",\n\t\t\t\"name\": \"Toptal\",\n\t\t\t\"feedUrl\": \"https://www.toptal.com/developers/blog.rss\",\n\t\t\t\"site\": \"https://www.toptal.com/developers/blog\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Programming\",\n\t\t\t\"name\": \"Daily WTF\",\n\t\t\t\"feedUrl\": \"http://syndication.thedailywtf.com/TheDailyWtf\",\n\t\t\t\"site\": \"http://thedailywtf.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Gaming\",\n\t\t\t\"name\": \"Indie Games\",\n\t\t\t\"feedUrl\": \"http://indiegames.com/atom.xml\",\n\t\t\t\"site\": \"http://indiegames.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Gaming\",\n\t\t\t\"name\": \"IGN\",\n\t\t\t\"feedUrl\": \"http://feeds.ign.com/ign/all\",\n\t\t\t\"site\": \"http://ign.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Gaming\",\n\t\t\t\"name\": \"Kotaku\",\n\t\t\t\"feedUrl\": \"https://kotaku.com/rss\",\n\t\t\t\"site\": \"https://kotaku.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Gaming\",\n\t\t\t\"name\": \"GameInformer\",\n\t\t\t\"feedUrl\":\n\t\t\t\t\"http://www.gameinformer.com/b/features/rsscomments.aspx?WeblogPostID=8597456\",\n\t\t\t\"site\": \"http://www.gameinformer.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Machine Learning & AI\",\n\t\t\t\"name\": \"R Bloggers\",\n\t\t\t\"feedUrl\": \"https://www.r-bloggers.com/feed/\",\n\t\t\t\"site\": \"https://www.r-bloggers.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Machine Learning & AI\",\n\t\t\t\"name\": \"KD Nuggets\",\n\t\t\t\"feedUrl\": \"http://www.kdnuggets.com/feed\",\n\t\t\t\"site\": \"http://www.kdnuggets.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Machine Learning & AI\",\n\t\t\t\"name\": \"Kaggle\",\n\t\t\t\"feedUrl\": \"http://blog.kaggle.com/feed\",\n\t\t\t\"site\": \"https://www.kaggle.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Machine Learning & AI\",\n\t\t\t\"name\": \"OpenAI\",\n\t\t\t\"feedUrl\": \"https://blog.openai.com/rss/\",\n\t\t\t\"site\": \"https://blog.openai.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"News\",\n\t\t\t\"name\": \"BBC\",\n\t\t\t\"feedUrl\": \"http://feeds.bbci.co.uk/news/rss.xml?edition=us\",\n\t\t\t\"site\": \"http://www.bbc.com/news\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"VR\",\n\t\t\t\"name\": \"Oculus\",\n\t\t\t\"feedUrl\": \"http://uploadvr.com/feed/\",\n\t\t\t\"site\": \"https://www.oculus.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"VR\",\n\t\t\t\"name\": \"HTC Vive\",\n\t\t\t\"feedUrl\": \"http://blog.vive.com/us/feed/\",\n\t\t\t\"site\": \"http://blog.vive.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"VR\",\n\t\t\t\"name\": \"Road to VR\",\n\t\t\t\"feedUrl\": \"https://www.roadtovr.com/feed/\",\n\t\t\t\"site\": \"https://www.roadtovr.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"VR\",\n\t\t\t\"name\": \"VR Scout\",\n\t\t\t\"feedUrl\": \"https://vrscout.com/feed/\",\n\t\t\t\"site\": \"https://vrscout.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"VR\",\n\t\t\t\"name\": \"VR Focus\",\n\t\t\t\"feedUrl\": \"https://www.vrfocus.com/feed/\",\n\t\t\t\"site\": \"https://www.vrfocus.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Lifehacks\",\n\t\t\t\"name\": \"Lifehacker\",\n\t\t\t\"feedUrl\": \"https://lifehacker.com/rss\",\n\t\t\t\"site\": \"https://lifehacker.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Lifehacks\",\n\t\t\t\"name\": \"How to Geek\",\n\t\t\t\"feedUrl\": \"https://feeds.howtogeek.com/HowToGeek\",\n\t\t\t\"site\": \"https://www.howtogeek.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Lifehacks\",\n\t\t\t\"name\": \"Marc & Angle Hack Life\",\n\t\t\t\"feedUrl\": \"http://feeds.feedburner.com/MarcAndAngel\",\n\t\t\t\"site\": \"http://www.marcandangel.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Lifehacks\",\n\t\t\t\"name\": \"Lifehack\",\n\t\t\t\"feedUrl\": \"https://www.lifehack.org/feed\",\n\t\t\t\"site\": \"http://lifehack.org\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Lifehacks\",\n\t\t\t\"name\": \"Dumb Little Man\",\n\t\t\t\"feedUrl\": \"https://www.dumblittleman.com/feed/\",\n\t\t\t\"site\": \"https://www.dumblittleman.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Lifehacks\",\n\t\t\t\"name\": \"Get Rich Slowly\",\n\t\t\t\"feedUrl\": \"https://www.getrichslowly.org/feed/\",\n\t\t\t\"site\": \"https://www.getrichslowly.org/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Lifehacks\",\n\t\t\t\"name\": \"Reddit - /r/lifehacks\",\n\t\t\t\"feedUrl\": \"https://www.reddit.com/r/lifehacks/.rss\",\n\t\t\t\"site\": \"https://www.reddit.com/r/lifehacks/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Lifehacks\",\n\t\t\t\"name\": \"1000 Lifehacks\",\n\t\t\t\"feedUrl\": \"http://1000lifehacks.com/feed/\",\n\t\t\t\"site\": \"http://1000lifehacks.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"News\",\n\t\t\t\"name\": \"Reuters\",\n\t\t\t\"feedUrl\": \"http://feeds.reuters.com/reuters/topNews\",\n\t\t\t\"site\": \"https://www.reuters.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"News\",\n\t\t\t\"name\": \"NY Times\",\n\t\t\t\"feedUrl\": \"http://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml\",\n\t\t\t\"site\": \"https://nytimes.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"News\",\n\t\t\t\"name\": \"CNN - Top Stories\",\n\t\t\t\"feedUrl\": \"http://rss.cnn.com/rss/cnn_topstories.rss\",\n\t\t\t\"site\": \"https://cnn.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"VR\",\n\t\t\t\"name\": \"Road to VR\",\n\t\t\t\"feedUrl\": \"http://roadtovr.com/feed\",\n\t\t\t\"site\": \"https://roadtovr.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"VR\",\n\t\t\t\"name\": \"Upload VR\",\n\t\t\t\"feedUrl\": \"https://uploadvr.com/feed\",\n\t\t\t\"site\": \"https://uploadvr.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"VR\",\n\t\t\t\"name\": \"VR Scout\",\n\t\t\t\"feedUrl\": \"https://vrscout.com/feed\",\n\t\t\t\"site\": \"https://vrscout.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"VR\",\n\t\t\t\"name\": \"VRFocus\",\n\t\t\t\"feedUrl\": \"https://vrfocus.com/feed\",\n\t\t\t\"site\": \"https://vrfocus.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"VR\",\n\t\t\t\"name\": \"Virtual Reality Reporter\",\n\t\t\t\"feedUrl\": \"https://virtualrealityreporter.com/feed\",\n\t\t\t\"site\": \"https://virtualrealityreporter.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"VR\",\n\t\t\t\"name\": \"Reddit - Virtual Reality\",\n\t\t\t\"feedUrl\": \"https://www.reddit.com/r/virtualreality/.rss\",\n\t\t\t\"site\": \"https://reddit.com/r/virtualreality\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Marketing\",\n\t\t\t\"name\": \"Hubspot Marketing\",\n\t\t\t\"feedUrl\": \"https://blog.hubspot.com/marketing/rss.xml\",\n\t\t\t\"site\": \"https://hubspot.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Marketing\",\n\t\t\t\"name\": \"MarketingProfs Daily\",\n\t\t\t\"feedUrl\": \"http://rss.marketingprofs.com/marketingprofs/daily\",\n\t\t\t\"site\": \"https://marketingprofs.com\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Marketing\",\n\t\t\t\"name\": \"Quicksprout\",\n\t\t\t\"feedUrl\": \"http://feeds2.feedburner.com/quicksprout\",\n\t\t\t\"site\": \"https://www.quicksprout.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Marketing\",\n\t\t\t\"name\": \"Kissmetrics Marketing Blog\",\n\t\t\t\"feedUrl\": \"http://feeds.feedburner.com/KISSmetrics\",\n\t\t\t\"site\": \"https://www.kissmetrics.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Marketing\",\n\t\t\t\"name\": \"Copyblogger\",\n\t\t\t\"feedUrl\": \"http://feeds.copyblogger.com/copyblogger\",\n\t\t\t\"site\": \"https://www.copyblogger.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Marketing\",\n\t\t\t\"name\": \"Moz\",\n\t\t\t\"feedUrl\": \"http://feedpress.me/mozblog\",\n\t\t\t\"site\": \"https://moz.com/\"\n\t\t},\n\t\t{\n\t\t\t\"category\": \"Marketing\",\n\t\t\t\"name\": \"Duct Tape Marketing\",\n\t\t\t\"feedUrl\": \"https://www.ducttapemarketing.com/feed\",\n\t\t\t\"site\": \"https://www.ducttapemarketing.com\"\n\t\t}\n\t]\n}\n"
  },
  {
    "path": "api/src/loadenv.js",
    "content": "import dotenv from 'dotenv';\nimport path from 'path';\n\n// workaround based on https://github.com/motdotla/dotenv/issues/133\nlet envPath = path.resolve(__dirname, '..', '..', 'app', '.env');\n\nconsole.log(`Loading .env from ${envPath}`);\n\ndotenv.config({ path: envPath });\n"
  },
  {
    "path": "api/src/models/alias.js",
    "content": "import mongoose, { Schema } from 'mongoose';\nimport timestamps from 'mongoose-timestamp';\nimport mongooseStringQuery from 'mongoose-string-query';\nimport autopopulate from 'mongoose-autopopulate';\n\nexport const AliasSchema = new Schema(\n\t{\n\t\tuser: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'User',\n\t\t\trequired: true,\n\t\t\tindex: true,\n\t\t\tautopopulate: {\n\t\t\t\tselect: ['name', 'email', 'username'],\n\t\t\t},\n\t\t},\n\t\trss: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'RSS',\n\t\t\tautopopulate: {\n\t\t\t\tselect: ['url', 'title'],\n\t\t\t},\n\t\t},\n\t\tpodcast: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'Podcast',\n\t\t\tautopopulate: {\n\t\t\t\tselect: ['url', 'title'],\n\t\t\t},\n\t\t},\n\t\talias: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\trequired: true,\n\t\t},\n\t},\n\t{ collection: 'aliases' },\n);\n\nAliasSchema.plugin(timestamps, {\n\tcreatedAt: { index: true },\n\tupdatedAt: { index: true },\n});\nAliasSchema.plugin(mongooseStringQuery);\nAliasSchema.plugin(autopopulate);\n\nmodule.exports = exports = mongoose.model('Alias', AliasSchema);\n"
  },
  {
    "path": "api/src/models/article.js",
    "content": "import mongoose, { Schema } from 'mongoose';\nimport timestamps from 'mongoose-timestamp';\nimport mongooseStringQuery from 'mongoose-string-query';\nimport autopopulate from 'mongoose-autopopulate';\nimport Content from './content';\nimport { ParseContent } from '../parsers/content';\nimport { getUrl } from '../utils/urls';\nimport sanitize from '../utils/sanitize';\nimport { isBlockedURLs } from '../utils/blockedURLs';\n\nimport { EnclosureSchema } from './enclosure';\n\nexport const ArticleSchema = new Schema(\n\t{\n\t\trss: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'RSS',\n\t\t\trequired: true,\n\t\t\tautopopulate: {\n\t\t\t\tselect: [\n\t\t\t\t\t'title',\n\t\t\t\t\t'url',\n\t\t\t\t\t'feedUrl',\n\t\t\t\t\t'favicon',\n\t\t\t\t\t'categories',\n\t\t\t\t\t'description',\n\t\t\t\t\t'public',\n\t\t\t\t\t'valid',\n\t\t\t\t\t'publicationDate',\n\t\t\t\t\t'lastScraped',\n\t\t\t\t\t'images',\n\t\t\t\t\t'featured',\n\t\t\t\t],\n\t\t\t},\n\t\t\tindex: true,\n\t\t},\n\t\tduplicateOf: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'Article',\n\t\t\trequired: false,\n\t\t},\n\t\turl: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\trequired: true,\n\t\t\tindex: { type: 'hashed' },\n\t\t},\n\t\tcanonicalUrl: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t},\n\t\tfingerprint: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\trequired: true,\n\t\t},\n\t\tguid: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t},\n\t\tlink: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t},\n\t\ttitle: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\trequired: true,\n\t\t},\n\t\tdescription: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\t// maxLength: 240,\n\t\t\tdefault: '',\n\t\t},\n\t\tcontent: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\tdefault: '',\n\t\t},\n\t\tcommentUrl: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\tdefault: '',\n\t\t},\n\t\timages: {\n\t\t\tfeatured: {\n\t\t\t\ttype: String,\n\t\t\t\ttrim: true,\n\t\t\t\tdefault: '',\n\t\t\t},\n\t\t\tbanner: {\n\t\t\t\ttype: String,\n\t\t\t\ttrim: true,\n\t\t\t\tdefault: '',\n\t\t\t},\n\t\t\tfavicon: {\n\t\t\t\ttype: String,\n\t\t\t\ttrim: true,\n\t\t\t\tdefault: '',\n\t\t\t},\n\t\t\tog: {\n\t\t\t\ttype: String,\n\t\t\t\ttrim: true,\n\t\t\t\tdefault: '',\n\t\t\t},\n\t\t},\n\t\tpublicationDate: {\n\t\t\ttype: Date,\n\t\t\tdefault: Date.now,\n\t\t},\n\t\tenclosures: [EnclosureSchema],\n\t\tlikes: {\n\t\t\ttype: Number,\n\t\t\tdefault: 0,\n\t\t},\n\t\tsocialScore: {\n\t\t\treddit: {\n\t\t\t\ttype: Number,\n\t\t\t},\n\t\t\thackernews: {\n\t\t\t\ttype: Number,\n\t\t\t},\n\t\t},\n\t\tvalid: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: true,\n\t\t\tvalid: true,\n\t\t},\n\t},\n\t{\n\t\tcollection: 'articles',\n\n\t\ttoJSON: {\n\t\t\ttransform: function (doc, ret) {\n\t\t\t\t// Frontend breaks if images is null, should be {} instead\n\t\t\t\tif (!ret.images) {\n\t\t\t\t\tret.images = {};\n\t\t\t\t}\n\t\t\t\tret.images.favicon = ret.images.favicon || '';\n\t\t\t\tret.images.og = ret.images.og || '';\n\t\t\t\tret.type = 'articles';\n\t\t\t},\n\t\t},\n\t\ttoObject: {\n\t\t\ttransform: function (doc, ret) {\n\t\t\t\t// Frontend breaks if images is null, should be {} instead\n\t\t\t\tif (!ret.images) {\n\t\t\t\t\tret.images = {};\n\t\t\t\t}\n\t\t\t\tret.images.favicon = ret.images.favicon || '';\n\t\t\t\tret.images.og = ret.images.og || '';\n\t\t\t\tret.type = 'articles';\n\t\t\t},\n\t\t},\n\t},\n);\n\nArticleSchema.plugin(timestamps, {\n\tcreatedAt: { index: true },\n\tupdatedAt: { index: true },\n});\nArticleSchema.plugin(mongooseStringQuery);\nArticleSchema.plugin(autopopulate);\n\nArticleSchema.index({ rss: 1, fingerprint: 1 }, { unique: true });\nArticleSchema.index({ rss: 1, publicationDate: -1 });\nArticleSchema.index({ publicationDate: -1 });\n\nArticleSchema.methods.getUrl = function () {\n\treturn getUrl('article_detail', this.rss._id, this._id);\n};\n\nArticleSchema.methods.getParsedArticle = async function () {\n\tconst url = this.url;\n\n\tconst content = await Content.findOne({ url });\n\tif (content) return content;\n\n\tif (isBlockedURLs(url)) {\n\t\tthrow new Error(`Blocked URL: ${this.url}`);\n\t}\n\n\ttry {\n\t\tconst parsed = await ParseContent(url);\n\t\tconst title = parsed.title || this.title;\n\t\tconst excerpt = parsed.excerpt || title || this.description;\n\n\t\tif (!title) return null;\n\n\t\tlet content = sanitize(parsed.content);\n\n\t\t// XKCD doesn't like Mercury\n\t\tif (this.url.indexOf('https://xkcd') === 0) content = this.content;\n\n\t\treturn await Content.create({\n\t\t\tcontent,\n\t\t\ttitle,\n\t\t\turl,\n\t\t\texcerpt,\n\t\t\timage: parsed.lead_image_url || '',\n\t\t\tpublicationDate: parsed.date_published || this.publicationDate,\n\t\t\tcommentUrl: this.commentUrl,\n\t\t\tenclosures: this.enclosures,\n\t\t});\n\t} catch (e) {\n\t\tthrow new Error(`Mercury call failed for ${this.url}: ${e.message}`);\n\t}\n};\n\nmodule.exports = exports = mongoose.model('Article', ArticleSchema);\nmodule.exports.ArticleSchema = ArticleSchema;\n"
  },
  {
    "path": "api/src/models/content.js",
    "content": "import mongoose, { Schema } from 'mongoose';\nimport timestamps from 'mongoose-timestamp';\nimport mongooseStringQuery from 'mongoose-string-query';\n\nexport const ContentSchema = new Schema(\n\t{\n\t\turl: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\tindex: true,\n\t\t\trequired: true,\n\t\t},\n\t\ttitle: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\trequired: true,\n\t\t},\n\t\texcerpt: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\trequired: true,\n\t\t},\n\t\tcontent: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\trequired: true,\n\t\t},\n\t\timage: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t},\n\t\tpublicationDate: {\n\t\t\ttype: Date,\n\t\t\tdefault: Date.now,\n\t\t},\n\t\tenclosures: [],\n\t},\n\t{ collection: 'content' },\n);\n\nContentSchema.index({ url: 1 }, { unique: true });\n\nContentSchema.plugin(timestamps, {\n\tcreatedAt: { index: true },\n\tupdatedAt: { index: true },\n});\nContentSchema.plugin(mongooseStringQuery);\n\nmodule.exports = exports = mongoose.model('Content', ContentSchema);\n"
  },
  {
    "path": "api/src/models/enclosure.js",
    "content": "import mongoose, { Schema } from 'mongoose';\nimport timestamps from 'mongoose-timestamp';\nimport mongooseStringQuery from 'mongoose-string-query';\nimport autopopulate from 'mongoose-autopopulate';\nimport { createHash } from 'crypto';\n\nexport const EnclosureSchema = new Schema({\n\turl: {\n\t\ttype: String,\n\t\ttrim: true,\n\t},\n\ttype: {\n\t\ttype: String,\n\t\ttrim: true,\n\t},\n\tlength: {\n\t\ttype: String,\n\t\ttrim: true,\n\t},\n});\n"
  },
  {
    "path": "api/src/models/episode.js",
    "content": "import mongoose, { Schema } from 'mongoose';\nimport timestamps from 'mongoose-timestamp';\nimport mongooseStringQuery from 'mongoose-string-query';\nimport autopopulate from 'mongoose-autopopulate';\nimport 'crypto';\nimport { createHash } from 'crypto';\nimport { EnclosureSchema } from './enclosure';\nimport Content from './content';\nimport { ParseContent } from '../parsers/content';\nimport { getUrl } from '../utils/urls';\nimport sanitize from '../utils/sanitize';\n\nexport const EpisodeSchema = new Schema(\n\t{\n\t\tpodcast: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'Podcast',\n\t\t\trequired: true,\n\t\t\tautopopulate: {\n\t\t\t\tselect: [\n\t\t\t\t\t'title',\n\t\t\t\t\t'url',\n\t\t\t\t\t'link',\n\t\t\t\t\t'enclosure',\n\t\t\t\t\t'feedUrl',\n\t\t\t\t\t'image',\n\t\t\t\t\t'categories',\n\t\t\t\t\t'description',\n\t\t\t\t\t'public',\n\t\t\t\t\t'valid',\n\t\t\t\t\t'publicationDate',\n\t\t\t\t\t'lastScraped',\n\t\t\t\t\t'images',\n\t\t\t\t\t'featured',\n\t\t\t\t\t'duplicateOf',\n\t\t\t\t],\n\t\t\t},\n\t\t},\n\t\tduplicateOf: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'Episode',\n\t\t\trequired: false,\n\t\t},\n\t\turl: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\trequired: true,\n\t\t\tindex: { type: 'hashed' },\n\t\t},\n\t\tcanonicalUrl: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t},\n\t\tfingerprint: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\trequired: true,\n\t\t},\n\t\tguid: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t},\n\t\tlink: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\tindex: { type: 'hashed' },\n\t\t},\n\t\tenclosure: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t},\n\t\tenclosures: [EnclosureSchema],\n\t\ttitle: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\trequired: true,\n\t\t},\n\t\tdescription: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\t// maxLength: 240,\n\t\t\tdefault: '',\n\t\t},\n\t\timages: {\n\t\t\tfeatured: {\n\t\t\t\ttype: String,\n\t\t\t\ttrim: true,\n\t\t\t\tdefault: '',\n\t\t\t},\n\t\t\tbanner: {\n\t\t\t\ttype: String,\n\t\t\t\ttrim: true,\n\t\t\t\tdefault: '',\n\t\t\t},\n\t\t\tfavicon: {\n\t\t\t\ttype: String,\n\t\t\t\ttrim: true,\n\t\t\t\tdefault: '',\n\t\t\t},\n\t\t\tog: {\n\t\t\t\ttype: String,\n\t\t\t\ttrim: true,\n\t\t\t\tdefault: '',\n\t\t\t},\n\t\t},\n\t\tduration: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\tpublicationDate: {\n\t\t\ttype: Date,\n\t\t\tdefault: Date.now,\n\t\t},\n\t\tlikes: {\n\t\t\ttype: Number,\n\t\t\tdefault: 0,\n\t\t},\n\t\tvalid: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: true,\n\t\t},\n\t},\n\t{\n\t\tcollection: 'episodes',\n\t\ttoJSON: {\n\t\t\ttransform: function (doc, ret) {\n\t\t\t\t// Frontend breaks if images is null, should be {} instead\n\t\t\t\tif (!ret.images) {\n\t\t\t\t\tret.images = {};\n\t\t\t\t}\n\t\t\t\tret.images.favicon = ret.images.favicon || '';\n\t\t\t\tret.images.og = ret.images.og || '';\n\t\t\t\tret.type = 'episodes';\n\t\t\t},\n\t\t},\n\t\ttoObject: {\n\t\t\ttransform: function (doc, ret) {\n\t\t\t\t// Frontend breaks if images is null, should be {} instead\n\t\t\t\tif (!ret.images) {\n\t\t\t\t\tret.images = {};\n\t\t\t\t}\n\t\t\t\tret.images.favicon = ret.images.favicon || '';\n\t\t\t\tret.images.og = ret.images.og || '';\n\t\t\t\tret.type = 'episodes';\n\t\t\t},\n\t\t},\n\t},\n);\n\nEpisodeSchema.plugin(timestamps, {\n\tcreatedAt: { index: true },\n\tupdatedAt: { index: true },\n});\nEpisodeSchema.plugin(mongooseStringQuery);\nEpisodeSchema.plugin(autopopulate);\n\nEpisodeSchema.index({ podcast: 1, fingerprint: 1 }, { unique: true });\nEpisodeSchema.index({ podcast: 1, publicationDate: -1 });\nEpisodeSchema.index({ publicationDate: -1 });\n\nEpisodeSchema.methods.getUrl = function () {\n\treturn getUrl('episode_detail', this.podcast._id, this._id);\n};\n\nEpisodeSchema.methods.getParsedEpisode = async function () {\n\tconst url = this.url;\n\tconst content = await Content.findOne({ url });\n\tif (content) return content;\n\n\ttry {\n\t\tconst parsed = await ParseContent(url);\n\t\tconst title = parsed.title || this.title;\n\t\tconst excerpt = parsed.excerpt || title || this.description;\n\n\t\tif (!title) return null;\n\n\t\tconst content = sanitize(parsed.content);\n\t\treturn await Content.create({\n\t\t\tcontent,\n\t\t\ttitle,\n\t\t\turl,\n\t\t\texcerpt,\n\t\t\timage: parsed.lead_image_url || '',\n\t\t\tpublicationDate: this.publicationDate || parsed.date_published,\n\t\t\tcommentUrl: this.commentUrl,\n\t\t\tenclosures: this.enclosures,\n\t\t});\n\t} catch (e) {\n\t\tthrow new Error(`Mercury call failed for ${url}: ${e.message}`);\n\t}\n};\n\nmodule.exports = exports = mongoose.model('Episode', EpisodeSchema);\n"
  },
  {
    "path": "api/src/models/folder.js",
    "content": "import mongoose, { Schema } from 'mongoose';\nimport timestamps from 'mongoose-timestamp';\nimport mongooseStringQuery from 'mongoose-string-query';\nimport autopopulate from 'mongoose-autopopulate';\n\nimport { getStreamClient } from '../utils/stream';\n\nexport const FolderSchema = new Schema(\n\t{\n\t\tuser: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'User',\n\t\t\trequired: true,\n\t\t\tindex: true,\n\t\t\tautopopulate: {\n\t\t\t\tselect: ['name', 'email', 'username'],\n\t\t\t},\n\t\t},\n\t\trss: [\n\t\t\t{\n\t\t\t\ttype: Schema.Types.ObjectId,\n\t\t\t\tref: 'RSS',\n\t\t\t\trequired: true,\n\t\t\t\tautopopulate: true,\n\t\t\t},\n\t\t],\n\t\tpodcast: [\n\t\t\t{\n\t\t\t\ttype: Schema.Types.ObjectId,\n\t\t\t\tref: 'Podcast',\n\t\t\t\trequired: true,\n\t\t\t\tautopopulate: true,\n\t\t\t},\n\t\t],\n\t\tname: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\trequired: true,\n\t\t},\n\t},\n\t{\n\t\tcollection: 'folders',\n\t\ttoJSON: {\n\t\t\ttransform: function (doc, ret) {\n\t\t\t\tret.streamToken = getStreamClient()\n\t\t\t\t\t.feed('folder', ret._id)\n\t\t\t\t\t.getReadOnlyToken();\n\t\t\t},\n\t\t},\n\t\ttoObject: {\n\t\t\ttransform: function (doc, ret) {\n\t\t\t\tret.streamToken = getStreamClient()\n\t\t\t\t\t.feed('folder', ret._id)\n\t\t\t\t\t.getReadOnlyToken();\n\t\t\t},\n\t\t},\n\t},\n);\n\nFolderSchema.plugin(timestamps, {\n\tcreatedAt: { index: true },\n\tupdatedAt: { index: true },\n});\nFolderSchema.plugin(mongooseStringQuery);\nFolderSchema.plugin(autopopulate);\n\nmodule.exports = exports = mongoose.model('Folder', FolderSchema);\n"
  },
  {
    "path": "api/src/models/follow.js",
    "content": "import mongoose, { Schema } from 'mongoose';\nimport timestamps from 'mongoose-timestamp';\nimport mongooseStringQuery from 'mongoose-string-query';\nimport autopopulate from 'mongoose-autopopulate';\nimport stream from 'getstream';\nimport config from '../config';\nimport RSS from './rss';\nimport Podcast from './podcast';\nimport { getStreamClient } from '../utils/stream';\n\nexport const FollowSchema = new Schema(\n\t{\n\t\tuser: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'User',\n\t\t\trequired: true,\n\t\t\tautopopulate: {\n\t\t\t\tselect: [\n\t\t\t\t\t'name',\n\t\t\t\t\t'email',\n\t\t\t\t\t'username',\n\t\t\t\t\t'bio',\n\t\t\t\t\t'url',\n\t\t\t\t\t'twitter',\n\t\t\t\t\t'background',\n\t\t\t\t\t'admin',\n\t\t\t\t],\n\t\t\t},\n\t\t\tindex: true,\n\t\t},\n\t\tfollowee: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'User',\n\t\t\tautopopulate: {\n\t\t\t\tselect: [\n\t\t\t\t\t'name',\n\t\t\t\t\t'email',\n\t\t\t\t\t'username',\n\t\t\t\t\t'bio',\n\t\t\t\t\t'url',\n\t\t\t\t\t'twitter',\n\t\t\t\t\t'background',\n\t\t\t\t],\n\t\t\t},\n\t\t\tindex: true,\n\t\t},\n\t\tpodcast: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'Podcast',\n\t\t\tautopopulate: {\n\t\t\t\tselect: [\n\t\t\t\t\t'url',\n\t\t\t\t\t'title',\n\t\t\t\t\t'categories',\n\t\t\t\t\t'description',\n\t\t\t\t\t'feedUrl',\n\t\t\t\t\t'image',\n\t\t\t\t\t'publicationDate',\n\t\t\t\t\t'public',\n\t\t\t\t\t'featured',\n\t\t\t\t\t'images',\n\t\t\t\t\t'duplicateOf',\n\t\t\t\t],\n\t\t\t},\n\t\t\tindex: true,\n\t\t},\n\t\trss: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'RSS',\n\t\t\tautopopulate: {\n\t\t\t\tselect: [\n\t\t\t\t\t'url',\n\t\t\t\t\t'title',\n\t\t\t\t\t'categories',\n\t\t\t\t\t'description',\n\t\t\t\t\t'favicon',\n\t\t\t\t\t'publicationDate',\n\t\t\t\t\t'public',\n\t\t\t\t\t'featured',\n\t\t\t\t\t'images',\n\t\t\t\t\t'feedUrl',\n\t\t\t\t\t'duplicateOf',\n\t\t\t\t],\n\t\t\t},\n\t\t\tindex: true,\n\t\t},\n\t\tfeed: {\n\t\t\ttype: String,\n\t\t\tenum: ['rss', 'podcast', 'timeline'],\n\t\t},\n\t},\n\t{ collection: 'follows' },\n);\n\nFollowSchema.plugin(timestamps, {\n\tcreatedAt: { index: true },\n\tupdatedAt: { index: true },\n});\nFollowSchema.plugin(mongooseStringQuery);\nFollowSchema.plugin(autopopulate);\nFollowSchema.index({ user: 1, rss: 1, podcast: 1 }, { unique: true });\n\nFollowSchema.methods.removeFromStream = async function remove(follows) {\n\tconst publicationType = this.rss ? 'rss' : 'podcast';\n\tconst feedGroup = this.rss ? 'user_article' : 'user_episode';\n\tconst publicationID = this.rss ? this.rss._id : this.podcast._id;\n\tif (!this.user) {\n\t\treturn [];\n\t}\n\n\tconst timelineFeed = getStreamClient().feed('timeline', this.user._id);\n\tconst otherFeed = getStreamClient().feed(feedGroup, this.user._id);\n\tconst results = await Promise.all([\n\t\ttimelineFeed.unfollow(publicationType, publicationID),\n\t\totherFeed.unfollow(publicationType, publicationID),\n\t]);\n\treturn results;\n};\n\nFollowSchema.statics.getOrCreateMany = async function getOrCreateMany(follows) {\n\t// validate\n\tfor (const f of follows) {\n\t\tif (f.type != 'rss' && f.type != 'podcast') {\n\t\t\tthrow new Error(`invalid follow type ${f.type}`);\n\t\t}\n\t}\n\n\t// batch create the follow relationships\n\tconst followInstances = await Promise.all(\n\t\tfollows.map(async (f) => {\n\t\t\tconst query = { [f.type]: f.publicationID, user: f.userID };\n\t\t\treturn this.findOneAndUpdate(query, query, {\n\t\t\t\tupsert: true,\n\t\t\t\tnew: true,\n\t\t\t}).lean();\n\t\t}),\n\t);\n\n\t// sync to stream in a batch\n\tconst feedRelationsTimeline = follows.map((f) => {\n\t\treturn {\n\t\t\tsource: `timeline:${f.userID}`,\n\t\t\ttarget: `${f.type}:${f.publicationID}`,\n\t\t};\n\t});\n\tconst feedRelationsGroup = follows.map((f) => {\n\t\tconst feedGroup = f.type == 'rss' ? 'user_article' : 'user_episode';\n\t\treturn {\n\t\t\tsource: `${feedGroup}:${f.userID}`,\n\t\t\ttarget: `${f.type}:${f.publicationID}`,\n\t\t};\n\t});\n\tconst feedRelations = feedRelationsTimeline.concat(feedRelationsGroup);\n\tif (feedRelations.length > 0) {\n\t\tawait getStreamClient().followMany(feedRelations);\n\t}\n\n\t// update the counts\n\tawait Promise.all(\n\t\tfollows.map(async (f) => {\n\t\t\tconst followerCount = await this.count({ [f.type]: f.publicationID });\n\t\t\tconst schema = f.type == 'rss' ? RSS : Podcast;\n\t\t\tawait schema.update({ _id: f.publicationID }, { followerCount });\n\t\t}),\n\t);\n\n\treturn followInstances;\n};\n\nFollowSchema.statics.getOrCreate = async function getOrCreate(\n\tfollowType,\n\tuserID,\n\tpublicationID,\n) {\n\tconst instances = await this.getOrCreateMany([\n\t\t{ type: followType, userID: userID, publicationID: publicationID },\n\t]);\n\treturn instances[0];\n};\n\nmodule.exports = exports = mongoose.model('Follow', FollowSchema);\nmodule.exports.FollowSchema = FollowSchema;\n"
  },
  {
    "path": "api/src/models/listen.js",
    "content": "import mongoose, { Schema } from 'mongoose';\nimport timestamps from 'mongoose-timestamp';\nimport mongooseStringQuery from 'mongoose-string-query';\nimport autopopulate from 'mongoose-autopopulate';\n\nexport const ListenSchema = new Schema(\n\t{\n\t\tuser: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'User',\n\t\t\trequired: true,\n\t\t\tautopopulate: {\n\t\t\t\tselect: [\n\t\t\t\t\t'name',\n\t\t\t\t\t'email',\n\t\t\t\t\t'username',\n\t\t\t\t\t'bio',\n\t\t\t\t\t'url',\n\t\t\t\t\t'twitter',\n\t\t\t\t\t'preferences',\n\t\t\t\t\t'background',\n\t\t\t\t\t'admin',\n\t\t\t\t],\n\t\t\t},\n\t\t},\n\t\tepisode: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'Episode',\n\t\t\tautopopulate: {\n\t\t\t\tselect: [\n\t\t\t\t\t'parent',\n\t\t\t\t\t'url',\n\t\t\t\t\t'title',\n\t\t\t\t\t'description',\n\t\t\t\t\t'image',\n\t\t\t\t\t'publictionDate',\n\t\t\t\t],\n\t\t\t},\n\t\t\trequired: true,\n\t\t},\n\t\tduration: {\n\t\t\ttype: Number,\n\t\t\tdefault: 0,\n\t\t\trequired: true,\n\t\t},\n\t},\n\t{ collection: 'listens' },\n);\n\nListenSchema.index({ user: 1, episode: 1 }, { unique: true });\n\nListenSchema.plugin(timestamps, {\n\tcreatedAt: { index: true },\n\tupdatedAt: { index: true },\n});\nListenSchema.plugin(mongooseStringQuery);\nListenSchema.plugin(autopopulate);\n\nmodule.exports = exports = mongoose.model('Listen', ListenSchema);\n"
  },
  {
    "path": "api/src/models/note.js",
    "content": "import mongoose, { Schema } from 'mongoose';\nimport timestamps from 'mongoose-timestamp';\nimport mongooseStringQuery from 'mongoose-string-query';\nimport autopopulate from 'mongoose-autopopulate';\n\nexport const NoteSchema = new Schema(\n\t{\n\t\tuser: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'User',\n\t\t\trequired: true,\n\t\t\tindex: true,\n\t\t},\n\t\tepisode: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'Episode',\n\t\t\tautopopulate: { select: ['title', 'podcast'], maxDepth: 1 },\n\t\t},\n\t\tarticle: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'Article',\n\t\t\tautopopulate: { select: ['title', 'rss'], maxDepth: 1 },\n\t\t},\n\t\tstart: {\n\t\t\ttype: Number,\n\t\t\trequired: true,\n\t\t},\n\t\tend: {\n\t\t\ttype: Number,\n\t\t\trequired: true,\n\t\t},\n\t\t// text===null? it's a highlight : it's a note\n\t\ttext: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t},\n\t},\n\t{\n\t\tcollection: 'notes',\n\t},\n);\n\nNoteSchema.index({ user: 1, article: 1 }, { index: true });\nNoteSchema.index({ user: 1, episode: 1 }, { index: true });\n\nNoteSchema.plugin(timestamps, {\n\tcreatedAt: { index: true },\n\tupdatedAt: { index: true },\n});\nNoteSchema.plugin(mongooseStringQuery);\nNoteSchema.plugin(autopopulate);\n\nmodule.exports = exports = mongoose.model('Note', NoteSchema);\n"
  },
  {
    "path": "api/src/models/pin.js",
    "content": "import mongoose, { Schema } from 'mongoose';\nimport timestamps from 'mongoose-timestamp';\nimport mongooseStringQuery from 'mongoose-string-query';\nimport autopopulate from 'mongoose-autopopulate';\n\nexport const PinSchema = new Schema(\n\t{\n\t\tuser: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'User',\n\t\t\trequired: true,\n\t\t\tautopopulate: {\n\t\t\t\tselect: [\n\t\t\t\t\t'name',\n\t\t\t\t\t'email',\n\t\t\t\t\t'username',\n\t\t\t\t\t'bio',\n\t\t\t\t\t'url',\n\t\t\t\t\t'twitter',\n\t\t\t\t\t'background',\n\t\t\t\t\t'admin',\n\t\t\t\t],\n\t\t\t},\n\t\t},\n\t\tarticle: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'Article',\n\t\t\tautopopulate: {\n\t\t\t\tselect: [\n\t\t\t\t\t'commentUrl',\n\t\t\t\t\t'parent',\n\t\t\t\t\t'url',\n\t\t\t\t\t'title',\n\t\t\t\t\t'description',\n\t\t\t\t\t'images',\n\t\t\t\t\t'publicationDate',\n\t\t\t\t\t'enclosures',\n\t\t\t\t],\n\t\t\t},\n\t\t},\n\t\tepisode: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'Episode',\n\t\t\tautopopulate: {\n\t\t\t\tselect: [\n\t\t\t\t\t'parent',\n\t\t\t\t\t'url',\n\t\t\t\t\t'title',\n\t\t\t\t\t'description',\n\t\t\t\t\t'images',\n\t\t\t\t\t'publicationDate',\n\t\t\t\t\t'link',\n\t\t\t\t],\n\t\t\t},\n\t\t},\n\t\turl: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t},\n\t},\n\t{ collection: 'pins' },\n);\n\nPinSchema.plugin(timestamps, {\n\tcreatedAt: { index: true },\n\tupdatedAt: { index: true },\n});\nPinSchema.plugin(mongooseStringQuery);\nPinSchema.plugin(autopopulate);\n\nmodule.exports = exports = mongoose.model('Pin', PinSchema);\n"
  },
  {
    "path": "api/src/models/playlist.js",
    "content": "import mongoose, { Schema } from 'mongoose';\nimport timestamps from 'mongoose-timestamp';\nimport mongooseStringQuery from 'mongoose-string-query';\nimport autopopulate from 'mongoose-autopopulate';\n\nexport const PlaylistSchema = new Schema(\n\t{\n\t\tuser: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'User',\n\t\t\trequired: true,\n\t\t\tautopopulate: {\n\t\t\t\tselect: [\n\t\t\t\t\t'name',\n\t\t\t\t\t'email',\n\t\t\t\t\t'username',\n\t\t\t\t\t'bio',\n\t\t\t\t\t'url',\n\t\t\t\t\t'twitter',\n\t\t\t\t\t'background',\n\t\t\t\t\t'admin',\n\t\t\t\t],\n\t\t\t},\n\t\t},\n\t\tname: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\trequired: true,\n\t\t},\n\t\tepisodes: [\n\t\t\t{\n\t\t\t\ttype: Schema.Types.ObjectId,\n\t\t\t\tref: 'Episode',\n\t\t\t\trequired: true,\n\t\t\t\tautopopulate: true,\n\t\t\t},\n\t\t],\n\t\tlikes: {\n\t\t\ttype: Number,\n\t\t\tdefault: 0,\n\t\t},\n\t},\n\t{ collection: 'playlists' },\n);\n\nPlaylistSchema.plugin(timestamps, {\n\tcreatedAt: { index: true },\n\tupdatedAt: { index: true },\n});\nPlaylistSchema.plugin(mongooseStringQuery);\nPlaylistSchema.plugin(autopopulate);\n\nmodule.exports = exports = mongoose.model('Playlist', PlaylistSchema);\n"
  },
  {
    "path": "api/src/models/podcast.js",
    "content": "import mongoose, { Schema } from 'mongoose';\nimport timestamps from 'mongoose-timestamp';\nimport mongooseStringQuery from 'mongoose-string-query';\nimport { getStreamClient } from '../utils/stream';\nimport { getUrl } from '../utils/urls';\n\nexport const PodcastSchema = new Schema(\n\t{\n\t\tduplicateOf: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'Podcast',\n\t\t\trequired: false,\n\t\t},\n\t\turl: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t},\n\t\tcanonicalUrl: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t},\n\t\tfeedUrl: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\tindex: true,\n\t\t\tunique: true,\n\t\t\trequired: true,\n\t\t},\n\t\tfeedUrls: [String],\n\t\tfingerprint: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t},\n\t\ttitle: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\trequired: true,\n\t\t},\n\t\tdescription: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\tdefault: '',\n\t\t},\n\t\tsummary: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\tdefault: '',\n\t\t},\n\t\tcategories: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\tdefault: '',\n\t\t},\n\t\tfeatured: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\timages: {\n\t\t\tfeatured: {\n\t\t\t\ttype: String,\n\t\t\t\ttrim: true,\n\t\t\t\tdefault: '',\n\t\t\t},\n\t\t\tbanner: {\n\t\t\t\ttype: String,\n\t\t\t\ttrim: true,\n\t\t\t\tdefault: '',\n\t\t\t},\n\t\t\tfavicon: {\n\t\t\t\ttype: String,\n\t\t\t\ttrim: true,\n\t\t\t\tdefault: '',\n\t\t\t},\n\t\t\tog: {\n\t\t\t\ttype: String,\n\t\t\t\ttrim: true,\n\t\t\t\tdefault: '',\n\t\t\t},\n\t\t},\n\t\tpublic: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: true,\n\t\t},\n\t\tpublicationDate: {\n\t\t\ttype: Date,\n\t\t\tdefault: Date.now,\n\t\t},\n\t\tvalid: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: true,\n\t\t},\n\t\tlastScraped: {\n\t\t\ttype: Date,\n\t\t\tdefault: Date.now,\n\t\t},\n\t\tinterest: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t\tindex: true,\n\t\t},\n\t\tlanguage: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\tfollowerCount: {\n\t\t\ttype: Number,\n\t\t\tdefault: 0,\n\t\t},\n\t\t// @deprecated: considering the huge collection size the count op is really slow\n\t\tpostCount: {\n\t\t\ttype: Number,\n\t\t\tdefault: 0,\n\t\t},\n\t\tconsecutiveScrapeFailures: {\n\t\t\ttype: Number,\n\t\t\tdefault: 0,\n\t\t},\n\t\tguidStability: {\n\t\t\ttype: String,\n\t\t\tenum: ['STABLE', 'UNSTABLE', 'UNCHECKED'],\n\t\t\tdefault: 'UNCHECKED',\n\t\t},\n\t},\n\t{\n\t\tcollection: 'podcasts',\n\t\ttoJSON: {\n\t\t\ttransform: function (doc, ret) {\n\t\t\t\t// Frontend breaks if images is null, should be {} instead\n\t\t\t\tif (!ret.images) {\n\t\t\t\t\tret.images = {};\n\t\t\t\t}\n\t\t\t\tret.images.favicon = ret.images.favicon || '';\n\t\t\t\tret.images.og = ret.images.og || '';\n\t\t\t\tret.streamToken = getStreamClient()\n\t\t\t\t\t.feed('podcast', ret._id)\n\t\t\t\t\t.getReadOnlyToken();\n\t\t\t},\n\t\t},\n\t\ttoObject: {\n\t\t\ttransform: function (doc, ret) {\n\t\t\t\t// Frontend breaks if images is null, should be {} instead\n\t\t\t\tif (!ret.images) {\n\t\t\t\t\tret.images = {};\n\t\t\t\t}\n\t\t\t\tret.images.favicon = ret.images.favicon || '';\n\t\t\t\tret.images.og = ret.images.og || '';\n\t\t\t\tret.streamToken = getStreamClient()\n\t\t\t\t\t.feed('podcast', ret._id)\n\t\t\t\t\t.getReadOnlyToken();\n\t\t\t},\n\t\t},\n\t},\n);\n\nPodcastSchema.index({ featured: 1 }, { partialFilterExpression: { featured: true } });\nPodcastSchema.index({ valid: 1, followerCount: -1 });\n\nPodcastSchema.plugin(timestamps, {\n\tcreatedAt: { index: true },\n\tupdatedAt: { index: true },\n});\n\nPodcastSchema.plugin(mongooseStringQuery);\n\nPodcastSchema.statics.incrScrapeFailures = async function (id) {\n\tawait this.findOneAndUpdate(\n\t\t{ _id: id },\n\t\t{ $inc: { consecutiveScrapeFailures: 1 } },\n\t).exec();\n};\n\nPodcastSchema.statics.resetScrapeFailures = async function (id) {\n\tawait this.findOneAndUpdate(\n\t\t{ _id: id },\n\t\t{ $set: { consecutiveScrapeFailures: 0 } },\n\t).exec();\n};\n\nPodcastSchema.methods.searchDocument = function () {\n\treturn {\n\t\t_id: this._id,\n\t\tobjectID: this._id,\n\t\tcategories: 'Podcast',\n\t\tdescription: this.title,\n\t\timage: this.favicon,\n\t\tpublic: true,\n\t\tpublicationDate: this.publicationDate,\n\t\ttitle: this.title,\n\t\ttype: 'podcast',\n\t};\n};\n\nPodcastSchema.methods.getUrl = function () {\n\treturn getUrl('podcast_detail', this._id);\n};\n\nPodcastSchema.methods.serialize = function serialize() {\n\tconst serialized = this.toObject();\n\tserialized.streamToken = getStreamClient()\n\t\t.feed('podcast', this._id)\n\t\t.getReadOnlyToken();\n\treturn serialized;\n};\n\nPodcastSchema.statics.findFeatured = function () {\n\tconst query = [\n\t\t{ featured: true },\n\t\t{ interest: 'UI/UX' },\n\t\t{ interest: 'Startups & VC' },\n\t\t{ interest: 'Programming' },\n\t\t{ interest: 'Gaming' },\n\t\t{ interest: 'Machine Learning & AI' },\n\t\t{ interest: 'News' },\n\t\t{ interest: 'VR' },\n\t\t{ interest: 'Lifehacks' },\n\t\t{ interest: 'Marketing' },\n\t];\n\n\treturn this.find({\n\t\t$or: query,\n\t});\n};\n\nmodule.exports = exports = mongoose.model('Podcast', PodcastSchema);\n"
  },
  {
    "path": "api/src/models/rss.js",
    "content": "import mongoose, { Schema } from 'mongoose';\nimport timestamps from 'mongoose-timestamp';\nimport mongooseStringQuery from 'mongoose-string-query';\nimport { ArticleSchema } from './article';\nimport { getStreamClient } from '../utils/stream';\nimport { getUrl } from '../utils/urls';\n\nexport const RSSSchema = new Schema(\n\t{\n\t\tduplicateOf: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'RSS',\n\t\t\trequired: false,\n\t\t},\n\t\turl: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\tindex: true,\n\t\t},\n\t\tcanonicalUrl: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t},\n\t\tfeedUrl: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\tindex: true,\n\t\t\tunique: true,\n\t\t\trequired: true,\n\t\t},\n\t\tfeedUrls: [String],\n\t\tfingerprint: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t},\n\t\ttitle: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\trequired: true,\n\t\t},\n\t\tdescription: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\tdefault: '',\n\t\t},\n\t\tcategories: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\tdefault: '',\n\t\t},\n\t\tfeatured: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t\timages: {\n\t\t\tfeatured: {\n\t\t\t\ttype: String,\n\t\t\t\ttrim: true,\n\t\t\t\tdefault: '',\n\t\t\t},\n\t\t\tbanner: {\n\t\t\t\ttype: String,\n\t\t\t\ttrim: true,\n\t\t\t\tdefault: '',\n\t\t\t},\n\t\t\tfavicon: {\n\t\t\t\ttype: String,\n\t\t\t\ttrim: true,\n\t\t\t\tdefault: '',\n\t\t\t},\n\t\t\tog: {\n\t\t\t\ttype: String,\n\t\t\t\ttrim: true,\n\t\t\t\tdefault: '',\n\t\t\t},\n\t\t},\n\t\tpublic: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: true,\n\t\t},\n\t\tpublicationDate: {\n\t\t\ttype: Date,\n\t\t\tdefault: Date.now,\n\t\t},\n\t\tvalid: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: true,\n\t\t\tindex: true,\n\t\t},\n\t\tlastScraped: {\n\t\t\ttype: Date,\n\t\t\tdefault: Date.now,\n\t\t\tindex: true,\n\t\t},\n\t\tlikes: {\n\t\t\ttype: Number,\n\t\t\tdefault: 0,\n\t\t},\n\t\tfollowerCount: {\n\t\t\ttype: Number,\n\t\t\tdefault: 0,\n\t\t},\n\t\t// @deprecated: considering the huge collection size the count op is really slow\n\t\tpostCount: {\n\t\t\ttype: Number,\n\t\t\tdefault: 0,\n\t\t},\n\t\tsummary: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\tinterest: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t\tindex: true,\n\t\t},\n\t\tlanguage: {\n\t\t\ttype: String,\n\t\t\tdefault: '',\n\t\t},\n\t\tconsecutiveScrapeFailures: {\n\t\t\ttype: Number,\n\t\t\tdefault: 0,\n\t\t},\n\t\tguidStability: {\n\t\t\ttype: String,\n\t\t\tenum: ['STABLE', 'UNSTABLE', 'UNCHECKED'],\n\t\t\tdefault: 'UNCHECKED',\n\t\t},\n\t},\n\t{\n\t\tcollection: 'rss',\n\t\ttoJSON: {\n\t\t\ttransform: function (doc, ret) {\n\t\t\t\t// Frontend breaks if images is null, should be {} instead\n\t\t\t\tif (!ret.images) {\n\t\t\t\t\tret.images = {};\n\t\t\t\t}\n\t\t\t\tret.images.favicon = ret.images.favicon || '';\n\t\t\t\tret.images.og = ret.images.og || '';\n\t\t\t\tret.streamToken = getStreamClient()\n\t\t\t\t\t.feed('rss', ret._id)\n\t\t\t\t\t.getReadOnlyToken();\n\t\t\t},\n\t\t},\n\t\ttoObject: {\n\t\t\ttransform: function (doc, ret) {\n\t\t\t\t// Frontend breaks if images is null, should be {} instead\n\t\t\t\tif (!ret.images) {\n\t\t\t\t\tret.images = {};\n\t\t\t\t}\n\t\t\t\tret.images.favicon = ret.images.favicon || '';\n\t\t\t\tret.images.og = ret.images.og || '';\n\t\t\t\tret.streamToken = getStreamClient()\n\t\t\t\t\t.feed('rss', ret._id)\n\t\t\t\t\t.getReadOnlyToken();\n\t\t\t},\n\t\t},\n\t},\n);\n\nRSSSchema.plugin(timestamps, {\n\tcreatedAt: { index: true },\n\tupdatedAt: { index: true },\n});\n\nRSSSchema.statics.incrScrapeFailures = async function (id) {\n\tawait this.findOneAndUpdate(\n\t\t{ _id: id },\n\t\t{ $inc: { consecutiveScrapeFailures: 1 } },\n\t).exec();\n};\n\nRSSSchema.statics.resetScrapeFailures = async function (id) {\n\tawait this.findOneAndUpdate(\n\t\t{ _id: id },\n\t\t{ $set: { consecutiveScrapeFailures: 0 } },\n\t).exec();\n};\n\nRSSSchema.methods.getUrl = function () {\n\treturn getUrl('rss_detail', this._id);\n};\n\nRSSSchema.methods.searchDocument = function () {\n\treturn {\n\t\t_id: this._id,\n\t\tobjectID: this._id,\n\t\tcategories: 'RSS',\n\t\tdescription: this.title,\n\t\timage: this.favicon,\n\t\tpublic: true,\n\t\tpublicationDate: this.publicationDate,\n\t\ttitle: this.title,\n\t\ttype: 'rss',\n\t};\n};\n\nRSSSchema.methods.serialize = function serialize() {\n\tconst serialized = this.toObject();\n\tserialized.streamToken = getStreamClient().feed('rss', this._id).getReadOnlyToken();\n\treturn serialized;\n};\n\nRSSSchema.statics.findFeatured = function () {\n\tconst query = [\n\t\t{ featured: true },\n\t\t{ interest: 'UI/UX' },\n\t\t{ interest: 'Startups & VC' },\n\t\t{ interest: 'Programming' },\n\t\t{ interest: 'Gaming' },\n\t\t{ interest: 'Machine Learning & AI' },\n\t\t{ interest: 'News' },\n\t\t{ interest: 'VR' },\n\t\t{ interest: 'Lifehacks' },\n\t\t{ interest: 'Marketing' },\n\t];\n\n\treturn this.find({\n\t\t$or: query,\n\t});\n};\n\nRSSSchema.index({ featured: 1 }, { partialFilterExpression: { featured: true } });\nRSSSchema.index({ valid: 1, followerCount: -1 });\n\nRSSSchema.plugin(mongooseStringQuery);\n\nmodule.exports = exports = mongoose.model('RSS', RSSSchema);\n"
  },
  {
    "path": "api/src/models/tag.js",
    "content": "import mongoose, { Schema } from 'mongoose';\nimport timestamps from 'mongoose-timestamp';\nimport mongooseStringQuery from 'mongoose-string-query';\nimport autopopulate from 'mongoose-autopopulate';\n\nexport const TagSchema = new Schema(\n\t{\n\t\tuser: {\n\t\t\ttype: Schema.Types.ObjectId,\n\t\t\tref: 'User',\n\t\t\trequired: true,\n\t\t\tindex: true,\n\t\t\tautopopulate: {\n\t\t\t\tselect: ['name', 'email', 'username'],\n\t\t\t},\n\t\t},\n\t\tepisode: [\n\t\t\t{\n\t\t\t\ttype: Schema.Types.ObjectId,\n\t\t\t\tref: 'Episode',\n\t\t\t\trequired: true,\n\t\t\t\tautopopulate: true,\n\t\t\t},\n\t\t],\n\t\tarticle: [\n\t\t\t{\n\t\t\t\ttype: Schema.Types.ObjectId,\n\t\t\t\tref: 'Article',\n\t\t\t\trequired: true,\n\t\t\t\tautopopulate: true,\n\t\t\t},\n\t\t],\n\t\tname: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\trequired: true,\n\t\t},\n\t},\n\t{ collection: 'tags' },\n);\n\nTagSchema.plugin(timestamps, {\n\tcreatedAt: { index: true },\n\tupdatedAt: { index: true },\n});\nTagSchema.plugin(mongooseStringQuery);\nTagSchema.plugin(autopopulate);\n\nmodule.exports = exports = mongoose.model('Tag', TagSchema);\n"
  },
  {
    "path": "api/src/models/user.js",
    "content": "import mongoose, { Schema } from 'mongoose';\nimport bcrypt from 'mongoose-bcrypt';\nimport timestamps from 'mongoose-timestamp';\nimport mongooseStringQuery from 'mongoose-string-query';\n\nimport FollowSchema from './follow';\nimport PinSchema from './pin';\nimport ListenSchema from './listen';\nimport AliasSchema from './alias';\nimport FolderSchema from './folder';\n\nimport PlaylistSchema from './playlist';\nimport jwt from 'jsonwebtoken';\nimport config from '../config';\nimport gravatar from 'gravatar';\nimport { getStreamClient } from '../utils/stream';\n\nexport const UserSchema = new Schema(\n\t{\n\t\temail: {\n\t\t\ttype: String,\n\t\t\tlowercase: true,\n\t\t\ttrim: true,\n\t\t\tindex: true,\n\t\t\tunique: true,\n\t\t\trequired: true,\n\t\t},\n\t\tusername: {\n\t\t\ttype: String,\n\t\t\tlowercase: true,\n\t\t\ttrim: true,\n\t\t\tindex: true,\n\t\t\tunique: true,\n\t\t\trequired: true,\n\t\t},\n\t\tpassword: {\n\t\t\ttype: String,\n\t\t\trequired: true,\n\t\t\tbcrypt: true,\n\t\t},\n\t\tname: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\trequired: true,\n\t\t},\n\t\tbio: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\tdefault: '',\n\t\t},\n\t\turl: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\tdefault: '',\n\t\t},\n\t\ttwitter: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\tdefault: '',\n\t\t},\n\t\tbackground: {\n\t\t\ttype: Number,\n\t\t\tdefault: 1,\n\t\t},\n\t\tinterests: {\n\t\t\ttype: Schema.Types.Mixed,\n\t\t\tdefault: [],\n\t\t},\n\t\tpreferences: {\n\t\t\tnotifications: {\n\t\t\t\tdaily: {\n\t\t\t\t\ttype: Boolean,\n\t\t\t\t\tdefault: false,\n\t\t\t\t},\n\t\t\t\tweekly: {\n\t\t\t\t\ttype: Boolean,\n\t\t\t\t\tdefault: true,\n\t\t\t\t},\n\t\t\t\tfollows: {\n\t\t\t\t\ttype: Boolean,\n\t\t\t\t\tdefault: true,\n\t\t\t\t},\n\t\t\t},\n\t\t},\n\t\trecoveryCode: {\n\t\t\ttype: String,\n\t\t\ttrim: true,\n\t\t\tdefault: '',\n\t\t},\n\t\tactive: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: true,\n\t\t},\n\t\tadmin: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: false,\n\t\t},\n\t},\n\t{\n\t\tcollection: 'users',\n\t\ttoJSON: {\n\t\t\ttransform: function (doc, ret) {\n\t\t\t\tdelete ret.password;\n\t\t\t\tif (ret.email) {\n\t\t\t\t\tret.gravatar = gravatar.url(ret.email, {\n\t\t\t\t\t\ts: '200',\n\t\t\t\t\t\td: 'identicon',\n\t\t\t\t\t\tprotocol: 'https',\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tret.streamTokens = {};\n\t\t\t\tfor (const k of ['timeline', 'user_article', 'user_episode']) {\n\t\t\t\t\tlet token = getStreamClient().feed(k, ret._id).getReadOnlyToken();\n\t\t\t\t\tret.streamTokens[k] = token;\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\ttoObject: {\n\t\t\ttransform: function (doc, ret) {\n\t\t\t\tdelete ret.password;\n\t\t\t\tif (ret.email) {\n\t\t\t\t\tret.gravatar = gravatar.url(ret.email, {\n\t\t\t\t\t\ts: '200',\n\t\t\t\t\t\td: 'identicon',\n\t\t\t\t\t\tprotocol: 'https',\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tret.streamTokens = {};\n\t\t\t\tfor (const k of ['timeline', 'user_article', 'user_episode']) {\n\t\t\t\t\tlet token = getStreamClient().feed(k, ret._id).getReadOnlyToken();\n\t\t\t\t\tret.streamTokens[k] = token;\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t},\n);\n\nUserSchema.post('remove', async function (user) {\n\treturn await Promise.all([\n\t\tPinSchema.remove({ user }),\n\t\tPlaylistSchema.remove({ user }),\n\t\tFollowSchema.remove({ user }),\n\t\tListenSchema.remove({ user }),\n\t\tAliasSchema.remove({ user }),\n\t\tFolderSchema.remove({ user }),\n\t]);\n});\n\nUserSchema.plugin(bcrypt);\nUserSchema.plugin(timestamps, {\n\tcreatedAt: { index: true },\n\tupdatedAt: { index: true },\n});\nUserSchema.plugin(mongooseStringQuery);\n\nUserSchema.index({ email: 1, username: 1 });\n\nUserSchema.methods.serializeAuthenticatedUser = function serializeAuthenticatedUser() {\n\tlet user = this;\n\tlet serialized;\n\n\tlet streamTokens = {};\n\tfor (const k of ['timeline', 'user_article', 'user_episode']) {\n\t\tlet token = getStreamClient().feed(k, user._id).getReadOnlyToken();\n\t\tstreamTokens[k] = token;\n\t}\n\n\tserialized = {\n\t\t_id: user._id,\n\t\temail: user.email,\n\t\tbio: user.bio,\n\t\turl: user.url,\n\t\ttwitter: user.twitter,\n\t\tinterests: user.interests,\n\t\tname: user.name,\n\t\tusername: user.username,\n\t\tpreferences: user.preferences,\n\t\tstreamTokens: streamTokens,\n\t\tjwt: jwt.sign({ email: user.email, sub: user._id }, config.jwt.secret),\n\t};\n\treturn serialized;\n};\n\nmodule.exports = exports = mongoose.model('User', UserSchema);\n"
  },
  {
    "path": "api/src/parsers/content.js",
    "content": "import Mercury from '@postlight/mercury-parser';\n\nexport async function ParseContent(url) {\n\treturn await Mercury.parse(url);\n}\n"
  },
  {
    "path": "api/src/parsers/detect-language.js",
    "content": "import { ReadFeedStream, ReadFeedURL } from '../parsers/feed';\nimport franc from 'franc-min';\n\n// DetectLanguage returns the language for the given feed url\nexport async function DetectLanguage(feedURL) {\n\tlet feedStream = await ReadFeedURL(feedURL);\n\tlet language = await DetectLangFromStream(feedStream);\n\treturn language;\n}\n\n// DetectLangFromStream returns the language for the given feed stream\nexport async function DetectLangFromStream(feedStream) {\n\tlet posts = await ReadFeedStream(feedStream);\n\n\tlet bestGuessLanguage = 'eng';\n\tif (!posts || !posts.length) {\n\t\treturn bestGuessLanguage;\n\t}\n\n\tlet meta = posts[0].meta;\n\t// language = meta.language\n\t// guess the language using franc\n\tlet languageSums = {};\n\tfor (let post of posts.slice(0, 10)) {\n\t\tlet languageVector = franc.all(`${post.title} ${post.description}`);\n\t\tfor (let [language, score] of languageVector) {\n\t\t\tif (!(language in languageSums)) {\n\t\t\t\tlanguageSums[language] = 0;\n\t\t\t}\n\t\t\tlanguageSums[language] += score;\n\t\t}\n\t}\n\n\t// see which language has the highest score\n\tlet languages = Object.entries(languageSums).sort((a, b) => b[1] - a[1]);\n\tif (languages) {\n\t\tbestGuessLanguage = languages[0][0];\n\t}\n\n\treturn bestGuessLanguage;\n}\n"
  },
  {
    "path": "api/src/parsers/detect-type.js",
    "content": "import { ReadFeedURL, ReadFeedStream } from './feed.js';\n\n// determines if the given feedStream is a podcast or not\nexport async function IsPodcastStream(feedStream) {\n\tlet posts = await ReadFeedStream(feedStream);\n\tlet isPodcast = false;\n\tif (posts) {\n\t\tisPodcast = posts.slice(0, 10).every((post) => {\n\t\t\treturn (\n\t\t\t\tpost.enclosures.length && post.enclosures[0].type.indexOf('audio') != -1\n\t\t\t);\n\t\t});\n\t}\n\treturn isPodcast;\n}\n\n// IsPodcastURL checks if the given url is a podcast or not\nexport async function IsPodcastURL(feedURL) {\n\tlet feedStream = await ReadFeedURL(feedURL);\n\tlet isPodcast = await IsPodcastStream(feedStream);\n\treturn isPodcast;\n}\n"
  },
  {
    "path": "api/src/parsers/discovery.js",
    "content": "import request from 'request';\nimport normalize from 'normalize-url';\nimport url from 'url';\nimport FeedParser from 'feedparser';\nimport { Buffer } from 'safe-buffer';\nimport { Parser as HtmlParser } from 'htmlparser2';\n\nimport { extractHostname } from '../utils/urls';\n\n/*\n * Based on the awesome work of rssfinder\n * https://github.com/ggkovacs/rss-finder\n * By @ggkovacs\n */\n\nconst rssMap = {\n\t'application/rss+xml': 1,\n\t'application/atom+xml': 1,\n\t'application/rdf+xml': 1,\n\t'application/rss': 1,\n\t'application/atom': 1,\n\t'application/rdf': 1,\n\t'text/rss+xml': 1,\n\t'text/atom+xml': 1,\n\t'text/rdf+xml': 1,\n\t'text/rss': 1,\n\t'text/atom': 1,\n\t'text/rdf': 1,\n};\nconst iconRels = { icon: 1, 'shortcut icon': 1 };\n\n// request settings\nconst maxContentLengthBytes = 1024 * 1024 * 5;\nconst WindsUserAgent =\n\t'Winds: Open Source RSS & Podcast app: https://getstream.io/winds/';\n\nfunction readRequestBody(stream, url) {\n\treturn new Promise((resolve, reject) => {\n\t\tlet bodyLength = 0;\n\t\tlet res;\n\t\tconst buffers = [];\n\t\tconst strings = [];\n\n\t\tstream\n\t\t\t.on('response', (response) => {\n\t\t\t\tconst contentLength = parseInt(response.headers['content-length'], 10);\n\t\t\t\tif (contentLength > maxContentLengthBytes) {\n\t\t\t\t\tstream.abort();\n\t\t\t\t\treturn reject(\n\t\t\t\t\t\tnew Error('Request body larger than maxBodyLength limit'),\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t\tres = response;\n\t\t\t})\n\t\t\t.on('data', (data) => {\n\t\t\t\tif (bodyLength + data.length <= maxContentLengthBytes) {\n\t\t\t\t\tbodyLength += data.length;\n\t\t\t\t\tif (!Buffer.isBuffer(data)) {\n\t\t\t\t\t\tstrings.push(data);\n\t\t\t\t\t} else if (data.length) {\n\t\t\t\t\t\tbuffers.push(data);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tstream.abort();\n\t\t\t\t\treturn reject(\n\t\t\t\t\t\tnew Error('Request body larger than maxBodyLength limit'),\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t})\n\t\t\t.on('end', () => {\n\t\t\t\tif (bodyLength) {\n\t\t\t\t\tres.body = Buffer.concat(buffers, bodyLength);\n\t\t\t\t\tif (stream.encoding !== null) {\n\t\t\t\t\t\tres.body = res.body.toString(stream.encoding);\n\t\t\t\t\t}\n\t\t\t\t} else if (strings.length) {\n\t\t\t\t\t// The UTF8 BOM [0xEF,0xBB,0xBF] is converted to [0xFE,0xFF] in the JS UTC16/UCS2 representation.\n\t\t\t\t\t// Strip this value out when the encoding is set to 'utf8', as upstream consumers won't expect it and it breaks JSON.parse().\n\t\t\t\t\tif (\n\t\t\t\t\t\tstream.encoding === 'utf8' &&\n\t\t\t\t\t\tstrings[0].length > 0 &&\n\t\t\t\t\t\tstrings[0][0] === '\\uFEFF'\n\t\t\t\t\t) {\n\t\t\t\t\t\tstrings[0] = strings[0].substring(1);\n\t\t\t\t\t}\n\t\t\t\t\tres.body = strings.join('');\n\t\t\t\t}\n\t\t\t\tif (typeof res.body === 'undefined') {\n\t\t\t\t\tres.body = stream.encoding === null ? Buffer.alloc(0) : '';\n\t\t\t\t}\n\t\t\t\tresolve(res);\n\t\t\t})\n\t\t\t.on('error', reject);\n\t});\n}\n\nexport async function discoverRSS(uri) {\n\tconst headers = { 'User-Agent': WindsUserAgent };\n\tconst response = await readRequestBody(\n\t\trequest({\n\t\t\turi,\n\t\t\theaders,\n\t\t\tmaxRedirects: 20,\n\t\t\ttimeout: 12 * 1000,\n\t\t\tresolveWithFullResponse: true,\n\t\t}),\n\t);\n\n\tlet discovered;\n\ttry {\n\t\tdiscovered = await discoverFromFeed(response.body);\n\t} catch (e) {\n\t\tdiscovered = discoverFromHTML(response.body);\n\t}\n\n\tconst canonicalUrl = url.resolve(\n\t\textractHostname(response.request),\n\t\tresponse.request.path,\n\t);\n\treturn fixData(discovered, canonicalUrl);\n}\n\nexport function discoverFromHTML(body) {\n\tlet rs = {};\n\tlet feeds = [];\n\tlet favicon;\n\tlet isSiteTitle;\n\tlet siteTitle;\n\n\tconst parser = new HtmlParser(\n\t\t{\n\t\t\tonopentag: function (name, attr) {\n\t\t\t\tif (name === 'link' && attr.type && attr.type.toLowerCase() in rssMap) {\n\t\t\t\t\tfeeds.push({\n\t\t\t\t\t\ttitle: attr.title || null,\n\t\t\t\t\t\turl: attr.href || null,\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\tif (name === 'link') {\n\t\t\t\t\tlet a = attr.rel && attr.rel.toLowerCase();\n\t\t\t\t\tlet t = attr.type && attr.type.toLowerCase();\n\n\t\t\t\t\tif (a in iconRels || t === 'image/x-icon') {\n\t\t\t\t\t\tfavicon = attr.href;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tif (name === 'title') {\n\t\t\t\t\tisSiteTitle = true;\n\t\t\t\t}\n\t\t\t},\n\t\t\tontext: function (text) {\n\t\t\t\tif (isSiteTitle) {\n\t\t\t\t\tsiteTitle = text;\n\t\t\t\t}\n\t\t\t},\n\t\t\tonclosetag: function (name) {\n\t\t\t\tif (name === 'title') {\n\t\t\t\t\tisSiteTitle = false;\n\t\t\t\t}\n\t\t\t},\n\t\t},\n\t\t{\n\t\t\trecognizeCDATA: true,\n\t\t},\n\t);\n\n\tparser.write(body);\n\tparser.end();\n\trs.site = {\n\t\ttitle: siteTitle || null,\n\t\tfavicon: favicon || null,\n\t};\n\n\trs.feedUrls = feeds;\n\n\treturn rs;\n}\n\nfunction isRelativeUrl(str) {\n\treturn /^https?:\\/\\//i.test(str);\n}\n\nfunction getFaviconUrl(uri) {\n\tlet parsedUrl = url.parse(uri);\n\n\treturn url.resolve(parsedUrl.protocol + '//' + parsedUrl.host, 'favicon.ico');\n}\n\n// make the urls absolute and try the default favicon location\nasync function fixData(res, uri) {\n\tlet feedUrl;\n\tlet favicon;\n\tlet i = res.feedUrls.length;\n\t// make the urls unique\n\tfor (const feed of res.feedUrls) {\n\t\tif (feed.url) {\n\t\t\tif (!isRelativeUrl(feed.url)) {\n\t\t\t\tfeed.url = normalize(url.resolve(uri, feed.url));\n\t\t\t}\n\t\t} else {\n\t\t\tfeed.url = normalize(uri);\n\t\t}\n\t}\n\n\tif (!res.site.url) {\n\t\tres.site.url = normalize(uri);\n\t}\n\n\tif (res.site.favicon) {\n\t\tif (!isRelativeUrl(res.site.favicon)) {\n\t\t\tres.site.favicon = url.resolve(res.site.url, res.site.favicon);\n\t\t}\n\n\t\treturn res;\n\t}\n\n\t// see if mysite.com/favicon.ico works :)\n\tfavicon = getFaviconUrl(res.site.url);\n\n\ttry {\n\t\tconst headers = {\n\t\t\t'User-Agent': WindsUserAgent,\n\t\t\t'Accept-Encoding': 'gzip,deflate,br',\n\t\t};\n\n\t\t// ensure favicon url is reachable\n\t\tawait new Promise((resolve, reject) => {\n\t\t\tconst req = request(favicon, {\n\t\t\t\theaders,\n\t\t\t\tmaxRedirects: 20,\n\t\t\t\ttimeout: 12 * 1000,\n\t\t\t})\n\t\t\t\t.on('response', () => resolve(req.abort()))\n\t\t\t\t.on('error', reject);\n\t\t});\n\t\tres.site.favicon = favicon;\n\t} catch (_) {\n\t\t//XXX: ignore error\n\t}\n\treturn res;\n}\n\nexport function discoverFromFeed(body) {\n\treturn new Promise(function (resolve, reject) {\n\t\tconst feedParser = new FeedParser();\n\n\t\tfeedParser.on('error', function (err) {\n\t\t\treject(err);\n\t\t});\n\n\t\tlet feedMeta;\n\t\tfeedParser.on('readable', function () {\n\t\t\tif (!feedMeta) {\n\t\t\t\tfeedMeta = this.meta;\n\t\t\t}\n\t\t});\n\n\t\tfeedParser.write(body);\n\n\t\tfeedParser.end(function () {\n\t\t\tif (feedMeta) {\n\t\t\t\treturn resolve({\n\t\t\t\t\tsite: {\n\t\t\t\t\t\ttitle: feedMeta.title || null,\n\t\t\t\t\t\tfavicon: feedMeta.favicon || null,\n\t\t\t\t\t\turl: feedMeta.link || null,\n\t\t\t\t\t},\n\t\t\t\t\tfeedUrls: [\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\ttitle: feedMeta.title || null,\n\t\t\t\t\t\t\turl: feedMeta.xmlUrl || null,\n\t\t\t\t\t\t},\n\t\t\t\t\t],\n\t\t\t\t});\n\t\t\t}\n\n\t\t\tresolve({});\n\t\t});\n\t});\n}\n"
  },
  {
    "path": "api/src/parsers/feed.js",
    "content": "import request from 'request';\nimport entities from 'entities';\nimport moment from 'moment';\nimport normalize from 'normalize-url';\nimport sanitizeHtml from 'sanitize-html';\nimport strip from 'strip';\nimport zlib from 'zlib';\nimport * as urlParser from 'url';\nimport FeedParser from 'feedparser';\nimport InflateAuto from 'inflate-auto';\nimport { createHash } from 'crypto';\nimport { PassThrough } from 'stream';\nimport { Gunzip } from 'zlib';\n\nimport Podcast from '../models/podcast'; // eslint-disable-line\nimport Episode from '../models/episode';\nimport Article from '../models/article';\nimport RSS from '../models/rss';\n\nimport config from '../config'; // eslint-disable-line\nimport logger from '../utils/logger';\nimport { getStatsDClient } from '../utils/statsd';\n\nconst WindsUserAgent =\n\t'Winds: Open Source RSS & Podcast app: https://getstream.io/winds/';\nconst AcceptHeader = 'text/html,application/xhtml+xml,application/xml';\nconst statsd = getStatsDClient();\n\nconst requestTTL = 12 * 1000;\nconst maxContentLengthBytes = 1024 * 1024 * 5;\n\nfunction sanitize(dirty) {\n\treturn sanitizeHtml(dirty, {\n\t\tallowedAttributes: { img: ['src', 'title', 'alt'] },\n\t\tallowedTags: sanitizeHtml.defaults.allowedTags.concat(['img']),\n\t});\n}\n\nexport async function ParsePodcast(podcastUrl, guidStability, limit = 1000) {\n\tlogger.info(`Attempting to parse podcast ${podcastUrl}`);\n\tconst start = new Date();\n\tconst host = urlParser.parse(podcastUrl).host;\n\n\tconst stream = await ReadFeedURL(podcastUrl);\n\tconst posts = await ReadFeedStream(stream);\n\tconst podcastResponse = ParsePodcastPosts(host, posts, guidStability, limit);\n\n\tstatsd.timing('winds.parsers.podcast.finished_parsing', new Date() - start);\n\treturn podcastResponse;\n}\n\nexport async function ParseFeed(feedURL, guidStability, limit = 1000) {\n\tlogger.info(`Attempting to parse RSS ${feedURL}`);\n\tconst start = new Date();\n\tconst host = urlParser.parse(feedURL).host;\n\n\tconst stream = await ReadFeedURL(feedURL);\n\tconst posts = await ReadFeedStream(stream);\n\tconst feedResponse = ParseFeedPosts(host, posts, guidStability, limit);\n\n\tstatsd.timing('winds.parsers.rss.finished_parsing', new Date() - start);\n\treturn feedResponse;\n}\n\nexport function ComputeHash(post) {\n\tconst enclosureUrls = post.enclosures.map((e) => e.url);\n\tconst enclosureString = enclosureUrls.join(',') || '';\n\t//XXX: ignore post.content for now, it changes too often\n\tconst data = `${post.title}:${post.description}:${post.link}:${enclosureString}`;\n\treturn createHash('md5').update(data).digest('hex');\n}\n\nexport function ComputePublicationHash(posts, limit = 20) {\n\tconst fingerprints = posts\n\t\t.slice(0, limit)\n\t\t.filter((p) => !!p.fingerprint)\n\t\t.map((p) => p.fingerprint);\n\tif (fingerprints.length != Math.min(posts.length, limit)) {\n\t\tthrow Error('Missing post fingerprints');\n\t}\n\tconst data = fingerprints.join(',');\n\treturn createHash('md5').update(data).digest('hex');\n}\n\nexport function CreateFingerPrints(posts, guidStability) {\n\tif (!posts.length) {\n\t\treturn posts;\n\t}\n\t// start by selecting the best strategy for uniqueness\n\tlet uniqueness = { guid: {}, link: {}, enclosure: {}, hash: {} };\n\tfor (let p of posts) {\n\t\tuniqueness.guid[p.guid && p.guid.slice(0, 249)] = 1;\n\t\tuniqueness.link[p.link && p.link.slice(0, 249)] = 1;\n\t\tif (p.enclosures.length && p.enclosures[0].url) {\n\t\t\tuniqueness.enclosure[p.enclosures[0].url.slice(0, 244)] = 1;\n\t\t\tp.enclosure = p.enclosures[0].url;\n\t\t}\n\t\tp.hash = ComputeHash(p);\n\t\tuniqueness.hash[p.hash] = 1;\n\t}\n\t// count which strategy is the best\n\tlet uniquenessCounts = {};\n\tfor (const [k, v] of Object.entries(uniqueness)) {\n\t\tuniquenessCounts[k] = Object.keys(v).length;\n\t}\n\t// select the strategy that's 100% unique, if none match fall back to a hash\n\tlet strategy = 'hash';\n\tconst backupStrategy = guidStability === 'STABLE' ? 'guid' : 'link';\n\tconst l = posts.length;\n\tconst strategies = ['guid', 'link', 'enclosure'];\n\tif (guidStability !== 'STABLE') {\n\t\tstrategies.shift();\n\t}\n\tfor (let s of strategies) {\n\t\tif (uniquenessCounts[s] == l) {\n\t\t\tstrategy = s;\n\t\t\tbreak;\n\t\t}\n\t}\n\tif (strategy == 'hash' && uniquenessCounts[backupStrategy] >= 3) {\n\t\t// better to fail in a predictable way\n\t\tstrategy = backupStrategy;\n\t}\n\n\t// compute the post fingerprints\n\tfor (let p of posts) {\n\t\tp.fingerprint = `${strategy}:${\n\t\t\tp[strategy] && p[strategy].slice(0, 254 - strategy.length)\n\t\t}`;\n\t}\n\n\t// next compute the publication fingerprint\n\tlet hash = ComputePublicationHash(posts);\n\tposts[0].meta = posts[0].meta || {};\n\tposts[0].meta.fingerprint = `${strategy}:${hash}`;\n\tposts[0].meta.fingerprintCounts = uniquenessCounts;\n\n\treturn posts;\n}\n\n// Parse the posts and add our custom logic\nexport function ParsePodcastPosts(domain, posts, guidStability, limit = 1000) {\n\tlet podcastContent = { episodes: [] };\n\n\tposts = CreateFingerPrints(posts, guidStability);\n\n\tfor (let i in posts.slice(0, limit)) {\n\t\tconst post = posts[i];\n\t\tlet url = post.link;\n\t\tif (!url) {\n\t\t\turl =\n\t\t\t\tpost.enclosures && post.enclosures[0]\n\t\t\t\t\t? post.enclosures[0].url\n\t\t\t\t\t: post.guid;\n\t\t}\n\t\tif (!url) {\n\t\t\tlogger.info('skipping episode since there is no url');\n\t\t\tcontinue;\n\t\t}\n\t\tconst title = strip(post.title);\n\t\tif (!title) {\n\t\t\tlogger.info('skipping episode since there is no title');\n\t\t\tcontinue;\n\t\t}\n\t\tif (!urlParser.parse(url).host) {\n\t\t\turl = url.resolve(domain, url);\n\t\t}\n\t\turl = normalize(url);\n\t\tlet image = post.image && post.image.url;\n\t\t// ensure we keep order for feeds with no time\n\t\tconst time =\n\t\t\tmoment(post.pubdate).toISOString() ||\n\t\t\tmoment().subtract(i, 'minutes').toISOString();\n\t\tlet episode = new Episode({\n\t\t\tdescription: (strip(post.description) || '').substring(0, 240),\n\t\t\tduration: post.duration,\n\t\t\tguid: post.guid,\n\t\t\tlink: post.link,\n\t\t\tenclosures: post.enclosures,\n\t\t\tfingerprint: post.fingerprint,\n\t\t\tenclosure: post.enclosures && post.enclosures[0] && post.enclosures[0].url,\n\t\t\timages: { og: image },\n\t\t\tpublicationDate: time,\n\t\t\ttitle: strip(post.title),\n\t\t\turl: url,\n\t\t});\n\t\tpodcastContent.episodes.push(episode);\n\t}\n\n\tif (posts.length) {\n\t\tpodcastContent.title = posts[0].meta.title;\n\t\tpodcastContent.link = posts[0].meta.link;\n\t\tpodcastContent.image = posts[0].meta.image && posts[0].meta.image.url;\n\t\tpodcastContent.description = posts[0].meta.description;\n\t\tpodcastContent.fingerprint = posts[0].meta.fingerprint;\n\t}\n\treturn podcastContent;\n}\n\nexport function ReadURL(url) {\n\tlet headers = {\n\t\t'User-Agent': WindsUserAgent,\n\t\t'Accept-Encoding': 'gzip,deflate',\n\t\tAccept: AcceptHeader,\n\t};\n\treturn request({\n\t\tmethod: 'get',\n\t\tagent: false,\n\t\tpool: { maxSockets: 256 },\n\t\turi: url,\n\t\ttimeout: requestTTL,\n\t\theaders: headers,\n\t\tmaxRedirects: 20,\n\t\tresolveWithFullResponse: true,\n\t});\n}\n\nfunction sleep(time) {\n\tif (time <= 0) {\n\t\treturn Promise.resolve();\n\t}\n\treturn new Promise((resolve) => setTimeout(resolve, time));\n}\n\nfunction checkHeaders(stream, url, checkContenType = false) {\n\treturn new Promise((resolve, reject) => {\n\t\tlet resolved = false;\n\t\tlet bodyLength = 0;\n\n\t\t//XXX: piping to a pass through dummy stream so we can pipe it later\n\t\t//     without causing request errors\n\t\tlet dummy = new PassThrough();\n\t\tstream.pipe(dummy);\n\n\t\tstream\n\t\t\t.on('response', (response) => {\n\t\t\t\tif (checkContenType) {\n\t\t\t\t\tconst contentType = response.headers['content-type'];\n\t\t\t\t\tif (\n\t\t\t\t\t\t!contentType ||\n\t\t\t\t\t\t!contentType.trim().toLowerCase().includes('html')\n\t\t\t\t\t) {\n\t\t\t\t\t\tlogger.warn(\n\t\t\t\t\t\t\t`Invalid content type '${contentType}' for url ${url}`,\n\t\t\t\t\t\t);\n\t\t\t\t\t\tstream.abort();\n\t\t\t\t\t\treturn resolve(null);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tconst contentLength = parseInt(response.headers['content-length'], 10);\n\t\t\t\tif (contentLength > maxContentLengthBytes) {\n\t\t\t\t\tstream.abort();\n\t\t\t\t\treturn reject(\n\t\t\t\t\t\tnew Error('Request body larger than maxBodyLength limit'),\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t\tconst encoding = response.headers['content-encoding'] || 'identity';\n\t\t\t\tlet inflater;\n\t\t\t\tswitch (encoding.trim().toLowerCase()) {\n\t\t\t\t\tcase 'deflate':\n\t\t\t\t\t\tinflater = new InflateAuto();\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase 'gzip':\n\t\t\t\t\t\tinflater = new Gunzip();\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif (inflater) {\n\t\t\t\t\tdummy = dummy.pipe(inflater);\n\t\t\t\t}\n\t\t\t\tdummy.on('error', (err) => {\n\t\t\t\t\tif (!resolved) {\n\t\t\t\t\t\treject(err);\n\t\t\t\t\t}\n\t\t\t\t\tstream.abort();\n\t\t\t\t});\n\t\t\t})\n\t\t\t.on('error', (err) => {\n\t\t\t\tif (!resolved) {\n\t\t\t\t\treject(err);\n\t\t\t\t} else {\n\t\t\t\t\tdummy.destroy(err);\n\t\t\t\t}\n\t\t\t\tstream.abort();\n\t\t\t})\n\t\t\t.on('data', (data) => {\n\t\t\t\tresolved = true;\n\t\t\t\tresolve(dummy);\n\n\t\t\t\tif (bodyLength + data.length <= maxContentLengthBytes) {\n\t\t\t\t\tbodyLength += data.length;\n\t\t\t\t} else {\n\t\t\t\t\tdummy.destroy(\n\t\t\t\t\t\tnew Error('Request body larger than maxBodyLength limit'),\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t})\n\t\t\t.on('end', () => {\n\t\t\t\tif (!resolved) {\n\t\t\t\t\tresolve(dummy);\n\t\t\t\t}\n\t\t\t});\n\t});\n}\n\n// Read the given feed URL and return a Stream\nexport async function ReadPageURL(url, retries = 2, backoffDelay = 100) {\n\tlet currentDelay = 0,\n\t\tnextDelay = backoffDelay;\n\tfor (;;) {\n\t\ttry {\n\t\t\tawait sleep(currentDelay);\n\t\t\treturn await checkHeaders(ReadURL(url), url, true);\n\t\t} catch (err) {\n\t\t\tlogger.warn(`Failed to read page url ${url}: ${err.message}. Retrying`);\n\t\t\t--retries;\n\t\t\t[currentDelay, nextDelay] = [nextDelay, currentDelay + nextDelay];\n\t\t\tif (!retries) {\n\t\t\t\tthrow err;\n\t\t\t}\n\t\t}\n\t}\n}\n\n// Read the given feed URL and return a Stream\nexport async function ReadFeedURL(feedURL, retries = 2, backoffDelay = 100) {\n\tlet currentDelay = 0,\n\t\tnextDelay = backoffDelay;\n\tfor (;;) {\n\t\ttry {\n\t\t\tawait sleep(currentDelay);\n\t\t\treturn await checkHeaders(ReadURL(feedURL), feedURL);\n\t\t} catch (err) {\n\t\t\tlogger.warn(`Failed to read feed url ${feedURL}: ${err.message}. Retrying`);\n\t\t\t--retries;\n\t\t\t[currentDelay, nextDelay] = [nextDelay, currentDelay + nextDelay];\n\t\t\tif (!retries) {\n\t\t\t\tthrow err;\n\t\t\t}\n\t\t}\n\t}\n}\n\n// Turn the feed Stream into a list of posts\nexport function ReadFeedStream(feedStream) {\n\treturn Promise.race([\n\t\tnew Promise((resolve, reject) =>\n\t\t\tsetTimeout(reject, 2 * requestTTL, new Error('Request timed out')),\n\t\t),\n\t\tnew Promise((resolve, reject) => {\n\t\t\tconst posts = [];\n\t\t\tconst parser = new FeedParser();\n\t\t\tlet resolved = false;\n\n\t\t\tfeedStream.on('error', (err) => {\n\t\t\t\tif (!resolved) {\n\t\t\t\t\treject(err);\n\t\t\t\t}\n\t\t\t\tfeedStream.destroy();\n\t\t\t});\n\n\t\t\tparser\n\t\t\t\t.on('data', (data) => posts.push(data))\n\t\t\t\t.on('end', () => {\n\t\t\t\t\tresolved = true;\n\t\t\t\t\tresolve(posts);\n\t\t\t\t})\n\t\t\t\t.on('error', (err) => {\n\t\t\t\t\tif (!resolved) {\n\t\t\t\t\t\treject(err);\n\t\t\t\t\t}\n\t\t\t\t\tparser.destroy();\n\t\t\t\t});\n\n\t\t\tfeedStream.pipe(parser);\n\t\t}),\n\t]);\n}\n\n// Parse the posts and add our custom logic\nexport function ParseFeedPosts(domain, posts, guidStability, limit = 1000) {\n\tlet feedContents = { articles: [] };\n\t// create finger prints before doing anything else\n\tposts = CreateFingerPrints(posts, guidStability);\n\n\tfor (let i in posts.slice(0, limit)) {\n\t\tconst post = posts[i];\n\n\t\tlet article;\n\t\tlet url = post.link;\n\n\t\ttry {\n\t\t\tif (!url) {\n\t\t\t\tlogger.info('skipping article since there is no url');\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tconst title = strip(entities.decodeHTML(post.title));\n\t\t\tif (!title) {\n\t\t\t\tlogger.info('skipping article since there is no title');\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tlet description = strip(entities.decodeHTML(post.description)).substring(\n\t\t\t\t0,\n\t\t\t\t280,\n\t\t\t);\n\t\t\tif (description == 'null') {\n\t\t\t\tdescription = null;\n\t\t\t}\n\t\t\tif (!urlParser.parse(url).host) {\n\t\t\t\turl = url.resolve(domain, url);\n\t\t\t}\n\t\t\turl = normalize(url);\n\t\t\t// articles need to have a title\n\t\t\t// ensure we keep order for feeds with no time\n\t\t\tconst time =\n\t\t\t\tmoment(post.pubdate).toISOString() ||\n\t\t\t\tmoment().subtract(i, 'minutes').toISOString();\n\t\t\tconst content = sanitize(post.summary);\n\t\t\tarticle = new Article({\n\t\t\t\tcontent: content,\n\t\t\t\tdescription: (description || '').substring(0, 240),\n\t\t\t\tenclosures: post.enclosures,\n\t\t\t\tfingerprint: post.fingerprint,\n\t\t\t\tguid: post.guid,\n\t\t\t\tlink: post.link,\n\t\t\t\tpublicationDate: time,\n\t\t\t\ttitle: title,\n\t\t\t\turl: url,\n\t\t\t});\n\t\t} catch (err) {\n\t\t\tlogger.info('skipping article', { err });\n\t\t\tcontinue;\n\t\t}\n\n\t\tif (post['yt:videoid']) {\n\t\t\tlet youtubeID = post['yt:videoid']['#'];\n\t\t\tarticle.enclosures.push({\n\t\t\t\ttype: 'youtube',\n\t\t\t\turl: `https://www.youtube.com/watch?v=${youtubeID}`,\n\t\t\t});\n\t\t\tif (post['media:group'] && !article.description) {\n\t\t\t\tarticle.description = post['media:group']['media:description']['#'];\n\t\t\t}\n\t\t}\n\n\t\t// HNEWS\n\t\tif (post.comments) {\n\t\t\tarticle.commentUrl = post.comments;\n\t\t}\n\n\t\tif (post.link) {\n\t\t\t// product hunt comments url\n\t\t\tif (post.link.startsWith('https://www.producthunt.com')) {\n\t\t\t\tconst matches = post.description.match(\n\t\t\t\t\t/(https:\\/\\/www.producthunt.com\\/posts\\/.*)\"/,\n\t\t\t\t);\n\t\t\t\tif (matches && matches.length) {\n\t\t\t\t\tarticle.commentUrl = matches[1];\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t// nice images for XKCD\n\t\t\tif (post.link.startsWith('https://xkcd')) {\n\t\t\t\tconst matches = post.description.match(\n\t\t\t\t\t/(https:\\/\\/imgs.xkcd.com\\/comics\\/.*?)\"/,\n\t\t\t\t);\n\t\t\t\tif (matches && matches.length) {\n\t\t\t\t\tarticle.images = { og: matches[1] };\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfeedContents.articles.push(article);\n\t}\n\tif (posts.length) {\n\t\tlet meta = posts[0].meta;\n\t\tfeedContents.title = meta.title;\n\t\tfeedContents.link = meta.link;\n\t\tfeedContents.image = meta.image;\n\t\tfeedContents.description = meta.description;\n\t\tfeedContents.fingerprint = meta.fingerprint;\n\n\t\tif (meta.link && meta.link.includes('reddit.com')) {\n\t\t\tfeedContents.title = `/r/${feedContents.title}`;\n\t\t}\n\t}\n\treturn feedContents;\n}\n\nexport function checkGuidStability(original, control) {\n\tconst link2guid = original.reduce(\n\t\t(map, content) => map.set(content.link, content.guid),\n\t\tnew Map(),\n\t);\n\tlet same = true;\n\tfor (const content of control) {\n\t\tconst originalGUID = link2guid.get(content.link);\n\t\tif (originalGUID) {\n\t\t\tsame = same && originalGUID == content.guid;\n\t\t}\n\t}\n\treturn same ? 'STABLE' : 'UNSTABLE';\n}\n"
  },
  {
    "path": "api/src/parsers/og.js",
    "content": "import logger from '../utils/logger';\nimport { ReadPageURL } from './feed.js';\n\nconst invalidExtensions = ['mp3', 'mp4', 'mov', 'm4a', 'mpeg'];\n\n// determines if the given feedUrl is a podcast or not\nexport async function ParseOG(pageURL) {\n\tconst pageStream = await ReadPageURL(pageURL);\n\treturn ParseOGStream(pageStream, pageURL);\n}\n\nexport function IsValidOGUrl(url) {\n\tif (!url) {\n\t\treturn false;\n\t}\n\tconst invalid = invalidExtensions.some((extension) => {\n\t\tif (url.endsWith(`.${extension}`)) {\n\t\t\treturn extension;\n\t\t}\n\t});\n\tif (invalid) {\n\t\tlogger.warn(`Invalid file extension for url ${url}`);\n\t\treturn false;\n\t}\n\n\treturn true;\n}\n\nfunction parseImage(html) {\n\tconst metaTagRe = /(<meta[^>]*?og:image[^>]*?>)/gm;\n\tconst urlRe = /content=\"(.*?)\"/gm;\n\n\tif (!html.includes('og:image')) {\n\t\treturn {};\n\t}\n\tconst matches = metaTagRe.exec(html);\n\tif (!matches) {\n\t\treturn {};\n\t}\n\tconst meta = matches[1];\n\tconst urlMatches = urlRe.exec(meta);\n\tif (urlMatches) {\n\t\treturn { image: urlMatches[1] };\n\t}\n}\n\nfunction parseCanonicalUrl(html) {\n\tif (html.includes('og:image')) {\n\t\tconst metaTagRe = /(<meta[^>]*?og:url[^>]*?>)/gm;\n\t\tconst matches = metaTagRe.exec(html);\n\t\tif (matches) {\n\t\t\tconst meta = matches[1];\n\t\t\tconst urlRe = /content=\"(.*?)\"/gm;\n\t\t\tconst urlMatches = urlRe.exec(meta);\n\t\t\tif (urlMatches) {\n\t\t\t\treturn { canonicalUrl: urlMatches[1] };\n\t\t\t}\n\t\t}\n\t} else if (html.includes('\"canonical\"')) {\n\t\tconst linkTagRe = /(<link[^>]*?rel\\s*=\\s*\"canonical\"[^>]*?>)/gm;\n\t\tconst matches = linkTagRe.exec(html);\n\t\tif (matches) {\n\t\t\tconst meta = matches[1];\n\t\t\tconst urlRe = /href=\"(.*?)\"/gm;\n\t\t\tconst urlMatches = urlRe.exec(meta);\n\t\t\tif (urlMatches) {\n\t\t\t\treturn { canonicalUrl: urlMatches[1] };\n\t\t\t}\n\t\t}\n\t}\n\treturn {};\n}\n\nexport function ParseOGStream(pageStream, pageURL) {\n\tlet result = {};\n\n\treturn new Promise((resolve, reject) => {\n\t\tpageStream\n\t\t\t.on('data', (data) => {\n\t\t\t\tconst html = data.toString('utf8');\n\t\t\t\tfor (const extractor of [parseImage, parseCanonicalUrl]) {\n\t\t\t\t\tresult = Object.assign(result, extractor(html));\n\t\t\t\t}\n\t\t\t\tif (result.image && result.canonicalUrl) {\n\t\t\t\t\tpageStream.destroy();\n\t\t\t\t\tresolve(result);\n\t\t\t\t}\n\t\t\t})\n\t\t\t.on('error', reject)\n\t\t\t.on('end', () => resolve(result));\n\t});\n}\n"
  },
  {
    "path": "api/src/routes/alias.js",
    "content": "import Alias from '../controllers/alias';\nimport { wrapAsync } from '../utils/controllers';\n\nmodule.exports = (api) => {\n\tapi.route('/aliases').get(wrapAsync(Alias.list));\n\tapi.route('/aliases').post(wrapAsync(Alias.post));\n\tapi.route('/aliases/:aliasId').get(wrapAsync(Alias.get));\n\tapi.route('/aliases/:aliasId').put(wrapAsync(Alias.put));\n\tapi.route('/aliases/:aliasId').delete(wrapAsync(Alias.delete));\n};\n"
  },
  {
    "path": "api/src/routes/article.js",
    "content": "import Article from '../controllers/article';\nimport { wrapAsync } from '../utils/controllers';\n\nmodule.exports = (api) => {\n\tapi.route('/articles').get(wrapAsync(Article.list));\n\tapi.route('/articles/:articleId').get(wrapAsync(Article.get));\n};\n"
  },
  {
    "path": "api/src/routes/auth.js",
    "content": "import Auth from '../controllers/auth';\nimport { wrapAsync } from '../utils/controllers';\n\nmodule.exports = (api) => {\n\tapi.route('/auth/signup').post(wrapAsync(Auth.signup));\n\tapi.route('/auth/login').post(wrapAsync(Auth.login));\n\tapi.route('/auth/forgot-password').post(wrapAsync(Auth.forgotPassword));\n\tapi.route('/auth/reset-password').post(wrapAsync(Auth.resetPassword));\n};\n"
  },
  {
    "path": "api/src/routes/email.js",
    "content": "import Email from '../controllers/email';\nimport { wrapAsync } from '../utils/controllers';\n\nmodule.exports = (api) => {\n\tapi.route('/email').get(wrapAsync(Email.list));\n\tapi.route('/email/:emailName').get(wrapAsync(Email.get));\n\tapi.route('/email/:emailName').post(wrapAsync(Email.post));\n};\n"
  },
  {
    "path": "api/src/routes/episode.js",
    "content": "import Episode from '../controllers/episode';\nimport { wrapAsync } from '../utils/controllers';\n\nmodule.exports = (api) => {\n\tapi.route('/episodes').get(wrapAsync(Episode.list));\n\tapi.route('/episodes/:episodeId').get(wrapAsync(Episode.get));\n};\n"
  },
  {
    "path": "api/src/routes/featured.js",
    "content": "import Featured from '../controllers/featured';\nimport { wrapAsync } from '../utils/controllers';\n\nmodule.exports = (api) => {\n\tapi.route('/featured').get(wrapAsync(Featured.list));\n};\n"
  },
  {
    "path": "api/src/routes/folder.js",
    "content": "import Folder from '../controllers/folder';\nimport { wrapAsync } from '../utils/controllers';\n\nmodule.exports = (api) => {\n\tapi.route('/folders').get(wrapAsync(Folder.list));\n\tapi.route('/folders/:folderId').get(wrapAsync(Folder.get));\n\tapi.route('/folders').post(wrapAsync(Folder.post));\n\tapi.route('/folders/:folderId').put(wrapAsync(Folder.put));\n\tapi.route('/folders/:folderId').delete(wrapAsync(Folder.delete));\n\tapi.route('/folders/:folderId/feed').get(wrapAsync(Folder.feed));\n};\n"
  },
  {
    "path": "api/src/routes/follow.js",
    "content": "import Follow from '../controllers/follow';\nimport { wrapAsync } from '../utils/controllers';\n\nmodule.exports = (api) => {\n\tapi.route('/follows').get(wrapAsync(Follow.list));\n\tapi.route('/follows').post(wrapAsync(Follow.post));\n\tapi.route('/follows').delete(wrapAsync(Follow.delete));\n};\n"
  },
  {
    "path": "api/src/routes/health.js",
    "content": "import Health from '../controllers/health';\nimport { wrapAsync } from '../utils/controllers';\nimport basicAuth from '../utils/basicAuth';\n\nmodule.exports = (api) => {\n\tapi.route('/health').get(wrapAsync(Health.health));\n\tapi.route('/status').get(wrapAsync(Health.status));\n\tapi.route('/queue').get(wrapAsync(Health.queue));\n\tapi.route('/sentry/log').get(wrapAsync(Health.sentryLog));\n\tapi.route('/sentry/throw').get(wrapAsync(Health.sentryThrow));\n\tapi.use('/bull', basicAuth, Health.bullArena);\n};\n"
  },
  {
    "path": "api/src/routes/index.js",
    "content": "import Default from '../controllers/default';\n\nmodule.exports = (api) => {\n\tapi.route('/').get(Default.get);\n\tapi.route('/').post(Default.post);\n};\n"
  },
  {
    "path": "api/src/routes/listen.js",
    "content": "import Listen from '../controllers/listen';\nimport { wrapAsync } from '../utils/controllers';\n\nmodule.exports = (api) => {\n\tapi.route('/listens').get(wrapAsync(Listen.list));\n\tapi.route('/listens').post(wrapAsync(Listen.post));\n};\n"
  },
  {
    "path": "api/src/routes/note.js",
    "content": "import Note from '../controllers/note';\nimport { wrapAsync } from '../utils/controllers';\n\nmodule.exports = (api) => {\n\tapi.route('/notes').get(wrapAsync(Note.list));\n\tapi.route('/notes').post(wrapAsync(Note.post));\n\tapi.route('/notes/:noteId').get(wrapAsync(Note.get));\n\tapi.route('/notes/:noteId').put(wrapAsync(Note.put));\n\tapi.route('/notes/:noteId').delete(wrapAsync(Note.delete));\n};\n"
  },
  {
    "path": "api/src/routes/opml.js",
    "content": "import multer from 'multer';\n\nimport OPML from '../controllers/opml';\nimport { wrapAsync } from '../utils/controllers';\n\nconst upload = multer();\n\nmodule.exports = (api) => {\n\tapi.route('/opml/download').get(wrapAsync(OPML.get));\n\tapi.route('/opml/upload').post(upload.single('opml'), wrapAsync(OPML.post));\n};\n"
  },
  {
    "path": "api/src/routes/pin.js",
    "content": "import Pin from '../controllers/pin';\nimport { wrapAsync } from '../utils/controllers';\n\nmodule.exports = (api) => {\n\tapi.route('/pins').get(wrapAsync(Pin.list));\n\tapi.route('/pins/:pinId').get(wrapAsync(Pin.get));\n\tapi.route('/pins').post(wrapAsync(Pin.post));\n\tapi.route('/pins/:pinId').delete(wrapAsync(Pin.delete));\n};\n"
  },
  {
    "path": "api/src/routes/playlist.js",
    "content": "import Playlist from '../controllers/playlist';\nimport { wrapAsync } from '../utils/controllers';\n\nmodule.exports = (api) => {\n\tapi.route('/playlists').get(wrapAsync(Playlist.list));\n\tapi.route('/playlists/:playlistId').get(wrapAsync(Playlist.get));\n\tapi.route('/playlists').post(wrapAsync(Playlist.post));\n\tapi.route('/playlists/:playlistId').put(wrapAsync(Playlist.put));\n\tapi.route('/playlists/:playlistId').delete(wrapAsync(Playlist.delete));\n};\n"
  },
  {
    "path": "api/src/routes/podcast.js",
    "content": "import Podcast from '../controllers/podcast';\nimport Episode from '../controllers/episode';\nimport { wrapAsync } from '../utils/controllers';\n\nmodule.exports = (api) => {\n\tapi.route('/podcasts').get(wrapAsync(Podcast.list));\n\tapi.route('/podcasts/:podcastId').get(wrapAsync(Podcast.get));\n\tapi.route('/podcasts').post(wrapAsync(Podcast.post));\n\tapi.route('/podcasts/:podcastId').put(wrapAsync(Podcast.put));\n\n\tapi.route('/podcasts/:podcastId/episodes').get(wrapAsync(Episode.list));\n\tapi.route('/podcasts/:podcastId/episodes/:episodeId').get(wrapAsync(Episode.get));\n};\n"
  },
  {
    "path": "api/src/routes/rss.js",
    "content": "import RSS from '../controllers/rss';\nimport Article from '../controllers/article';\nimport { wrapAsync } from '../utils/controllers';\n\nmodule.exports = (api) => {\n\tapi.route('/rss').get(wrapAsync(RSS.list));\n\tapi.route('/rss/:rssId').get(wrapAsync(RSS.get));\n\tapi.route('/rss').post(wrapAsync(RSS.post));\n\tapi.route('/rss/:rssId').put(wrapAsync(RSS.put));\n\n\tapi.route('/rss/:rssId/articles').get(wrapAsync(Article.list));\n\tapi.route('/rss/:rssId/articles/:articleId').get(wrapAsync(Article.get));\n};\n"
  },
  {
    "path": "api/src/routes/tag.js",
    "content": "import Tag from '../controllers/tag';\nimport { wrapAsync } from '../utils/controllers';\n\nmodule.exports = (api) => {\n\tapi.route('/tags').get(wrapAsync(Tag.list));\n\tapi.route('/tags').post(wrapAsync(Tag.post));\n\tapi.route('/tags/:tagId').get(wrapAsync(Tag.get));\n\tapi.route('/tags/:tagId').put(wrapAsync(Tag.put));\n\tapi.route('/tags/:tagId').delete(wrapAsync(Tag.delete));\n};\n"
  },
  {
    "path": "api/src/routes/user.js",
    "content": "import User from '../controllers/user';\nimport Feed from '../controllers/feed';\nimport { wrapAsync } from '../utils/controllers';\n\nmodule.exports = (api) => {\n\tapi.route('/users').get(wrapAsync(User.list));\n\tapi.route('/users/:userId').get(wrapAsync(User.get));\n\tapi.route('/users/:userId').put(wrapAsync(User.put));\n\tapi.route('/users/:userId').delete(wrapAsync(User.delete));\n\tapi.route('/users/:userId/feeds').get(wrapAsync(Feed.get));\n};\n"
  },
  {
    "path": "api/src/server.js",
    "content": "import config from './config';\nimport fs from 'fs';\nimport path from 'path';\n\nimport express from 'express';\nimport bodyParser from 'body-parser';\nimport cors from 'cors';\nimport compression from 'compression';\nimport jwt from 'express-jwt';\nimport limit from 'express-rate-limit';\n\nimport logger from './utils/logger';\nimport { startSampling } from './utils/watchdog';\nimport { setupExpressRequestHandler, setupExpressErrorHandler } from './utils/errors';\nimport User from './models/user';\n\nconst api = express();\n\nsetupExpressRequestHandler(api);\n\napi.use(cors({ maxAge: 1728000 }));\napi.use(compression());\napi.use(bodyParser.urlencoded({ extended: true }));\napi.use(bodyParser.json({ limit: '5mb' }));\n\napi.enable('trust proxy');\napi.use(\n\tnew limit({\n\t\twindowMs: 60 * 1000,\n\t\tmax: 1000,\n\t\tdelayMs: 0,\n\t}),\n);\n\napi.set('json spaces', 4);\n\napi.use(\n\tjwt({ secret: config.jwt.secret }).unless({\n\t\tpath: [\n\t\t\t'/',\n\t\t\t'/health',\n\t\t\t/\\/bull*/,\n\t\t\t'/email/weekly',\n\t\t\t'/status',\n\t\t\t'/queue',\n\t\t\t'/sentry/log',\n\t\t\t'/sentry/throw',\n\t\t\t'/auth/signup',\n\t\t\t'/auth/login',\n\t\t\t'/auth/forgot-password',\n\t\t\t'/auth/reset-password',\n\t\t],\n\t}),\n);\n\napi.use(async function addUser(req, res, next) {\n\t// XXX: req.user is attached by JWT when a valid token is provided with the request\n\t// and the route requires authentication\n\tif (!req.user) {\n\t\treturn next();\n\t}\n\ttry {\n\t\treq.User = await User.findById(req.user.sub).exec();\n\t\tif (req.User === null) {\n\t\t\tres.status(401);\n\t\t}\n\t} catch (err) {\n\t\tnext(err);\n\t}\n\tnext();\n});\n\napi.use(function catchAuthErrors(err, req, res, next) {\n\tif (err.name === 'UnauthorizedError') {\n\t\tres.status(401).send('Missing authentication credentials.');\n\t}\n});\n\napi.use(function setPoweredByHeaders(req, res, next) {\n\tres.setHeader('X-Powered-By', 'Winds - Powered by GetStream.io');\n\tnext();\n});\n\nfs.readdirSync(path.join(__dirname, 'routes')).map((file) => {\n\trequire('./routes/' + file)(api);\n});\n\nif (require.main === module) {\n\trequire('./utils/db');\n\n\tstartSampling('winds.event_loop.api.delay');\n\n\tapi.listen(config.server.port, (err) => {\n\t\tif (err) {\n\t\t\tlogger.error({ err });\n\t\t\tprocess.exit(1);\n\t\t}\n\t\tlogger.info(\n\t\t\t`API is now running on port ${config.server.port} in ${config.env} mode`,\n\t\t);\n\t});\n}\n\nsetupExpressErrorHandler(api);\n\nmodule.exports = api;\n"
  },
  {
    "path": "api/src/utils/analytics.js",
    "content": "import jwt from 'jsonwebtoken';\nimport streamAnalytics from 'stream-analytics';\n\nimport logger from './logger';\nimport config from '../config';\n\nvar streamAnalyticsClient = null;\n\nexport function getAnalyticsClient() {\n\tif (streamAnalyticsClient == null) {\n\t\tconst token = jwt.sign(\n\t\t\t{\n\t\t\t\taction: '*',\n\t\t\t\tresource: '*',\n\t\t\t\tuser_id: '*',\n\t\t\t},\n\t\t\tconfig.stream.apiSecret,\n\t\t\t{ algorithm: 'HS256', noTimestamp: true },\n\t\t);\n\t\tstreamAnalyticsClient = new streamAnalytics({\n\t\t\tapiKey: config.stream.apiKey,\n\t\t\ttoken: token,\n\t\t});\n\t}\n\treturn streamAnalyticsClient;\n}\n\n// tracks engagement for the given user\nexport async function trackEngagement(user, engagement) {\n\tlet analyticsClient = getAnalyticsClient();\n\tanalyticsClient.setUser({\n\t\talias: user.email,\n\t\tid: user._id.toString(),\n\t});\n\tif (Object.keys(engagement).length && !config.analyticsDisabled) {\n\t\tconst res = await analyticsClient.trackEngagement(engagement);\n\t\treturn res;\n\t}\n}\n"
  },
  {
    "path": "api/src/utils/basicAuth.js",
    "content": "import basicAuth from 'express-basic-auth';\nimport User from '../models/user';\n\nconst asyncAuthorizer = async (email, password, cb) => {\n\tif (!email || !password) return cb(null, false);\n\n\tconst user = await User.findOne({ email: email.toLowerCase().trim(), admin: true });\n\tif (!user) return cb(null, false);\n\n\tif (!(await user.verifyPassword(password))) return cb(null, false);\n\treturn cb(null, true);\n};\n\nexport default basicAuth({\n\tauthorizer: asyncAuthorizer,\n\tauthorizeAsync: true,\n\tchallenge: true,\n});\n"
  },
  {
    "path": "api/src/utils/blockedURLs.js",
    "content": "const blockedURLs = ['indeed.'];\n\nexport const isBlockedURLs = (url = '') => {\n\treturn !!blockedURLs.find((u) => url.includes(u));\n};\n"
  },
  {
    "path": "api/src/utils/collections.js",
    "content": "import Podcast from '../models/podcast';\nimport RSS from '../models/rss';\nimport Article from '../models/article';\nimport Episode from '../models/episode';\nimport { DetectLanguage } from '../parsers/detect-language';\nimport { getStreamClient } from '../utils/stream';\n\nimport config from '../config';\nimport logger from './logger';\n\n// replaces TrackMetadata and events() calls\nexport async function upsertCollections(type, content) {\n\tif (!content.length || config.analyticsDisabled) {\n\t\treturn;\n\t}\n\n\tconst streamClient = getStreamClient();\n\n\ttry {\n\t\treturn await streamClient.collections.upsert(type, content);\n\t} catch (err) {\n\t\tlogger.error(`failed to update collections with type ${type}`, { err });\n\t}\n}\n\nconst feedModels = {\n\trss: { feed: RSS, content: Article },\n\tpodcast: { feed: Podcast, content: Episode },\n};\n\nfunction estimateSize(content) {\n\tlet size = 2; // {}\n\tfor (const [key, value] of Object.entries(content)) {\n\t\tsize += Buffer.byteLength(String(key), 'utf8');\n\t\tsize += Buffer.byteLength(String(value), 'utf8');\n\t\tsize += 2; // :,\n\t}\n\treturn size;\n}\n\nexport async function sendFeedToCollections(type, feed, content) {\n\tconst model = feedModels[type];\n\n\tif (!feed.language) {\n\t\tfeed.language = await DetectLanguage(feed.feedUrl);\n\t\tawait model.feed.findByIdAndUpdate(\n\t\t\tfeed.id,\n\t\t\t{ language: feed.language },\n\t\t\t{ new: true },\n\t\t);\n\t}\n\n\tlet mostRecentPublicationDate;\n\tif (content.length) {\n\t\tmostRecentPublicationDate = content[0].publicationDate;\n\t}\n\n\tawait upsertCollections(type, [\n\t\t{\n\t\t\tid: feed.id,\n\t\t\ttitle: feed.title,\n\t\t\tlanguage: feed.language,\n\t\t\tdescription: (feed.description || '').substring(0, 240),\n\t\t\tarticleCount: content.length,\n\t\t\tmostRecentPublicationDate,\n\t\t},\n\t]);\n\n\tconst contentModelName = model.content.collection.collectionName;\n\tconst chunkSize = 1000;\n\tconst sizeLimit = 100 * 1024; // less then 128Kb to leave some space for external data\n\tfor (let offset = 0; offset < content.length; ) {\n\t\tconst data = [];\n\t\tconst limit = Math.min(content.length, offset + chunkSize);\n\t\tlet currentSize = 0;\n\t\tfor (; offset < limit; ++offset) {\n\t\t\tconst source = content[offset];\n\t\t\tconst item = {\n\t\t\t\tid: source.id,\n\t\t\t\ttitle: source.title,\n\t\t\t\tlikes: source.likes,\n\t\t\t\tsocialScore: source.socialScore,\n\t\t\t\tdescription: (source.description || '').substring(0, 240),\n\t\t\t\tpublicationDate: source.publicationDate,\n\t\t\t\t[type]: feed.id,\n\t\t\t};\n\t\t\t//XXX: we overestimate object size by 5-10%\n\t\t\tconst size = estimateSize(item);\n\t\t\tif (currentSize + size > sizeLimit) {\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tcurrentSize += size;\n\t\t\tdata.push(item);\n\t\t}\n\n\t\tawait upsertCollections(contentModelName, data);\n\t}\n}\n"
  },
  {
    "path": "api/src/utils/controllers.js",
    "content": "function wrapAsync(fn) {\n\treturn function wrapAsyncInner(req, res, next) {\n\t\t// Make sure to `.catch()` any errors and pass them along to the `next()`\n\t\t// middleware in the chain, in this case the error handler.\n\t\tfn(req, res, next).catch((e) => {\n\t\t\tnext(e);\n\t\t});\n\t};\n}\n\nexports.wrapAsync = wrapAsync;\n"
  },
  {
    "path": "api/src/utils/db/index.js",
    "content": "import mongoose from 'mongoose';\n\nimport config from '../../config';\nimport logger from '../logger';\n\nmongoose.Promise = global.Promise;\n\nconst connection = mongoose.connect(config.database.uri, {\n\tautoIndex: true,\n\treconnectTries: Number.MAX_VALUE,\n\treconnectInterval: 500,\n\tpoolSize: 50,\n\tbufferMaxEntries: 0,\n\tkeepAlive: 120,\n\tuseNewUrlParser: true,\n});\n\nconnection\n\t.then((db) => {\n\t\tlogger.info(\n\t\t\t`Successfully connected to ${config.database.uri} MongoDB cluster in ${config.env} mode.`,\n\t\t);\n\t\treturn db;\n\t})\n\t.catch((err) => {\n\t\tif (err.message.code === 'ETIMEDOUT') {\n\t\t\tlogger.info('Attempting to re-establish database connection.');\n\t\t\tmongoose.connect(config.database.uri);\n\t\t} else {\n\t\t\tlogger.error('Error while attempting to connect to database:', { err });\n\t\t}\n\t});\n\nexport default connection;\n"
  },
  {
    "path": "api/src/utils/email/context.js",
    "content": "import * as personalization from '../personalization';\nimport Podcast from '../../models/podcast';\nimport Article from '../../models/article';\nimport Episode from '../../models/episode';\nimport Follow from '../../models/follow';\nimport RSS from '../../models/rss';\nimport Pin from '../../models/pin';\nimport User from '../../models/user';\n\nimport logger from '../../utils/logger';\nimport { getStreamClient } from '../../utils/stream';\n\nexport async function dailyContextGlobal() {\n\t//TODO: actually implement this\n\treturn await weeklyContextGlobal();\n}\n\nexport async function weeklyContextGlobal() {\n\tconst [rss, users, podcast, episodes, articles] = await Promise.all([\n\t\tRSS.find({}).estimatedDocumentCount(),\n\t\tUser.find({}).estimatedDocumentCount(),\n\t\tPodcast.find({}).estimatedDocumentCount(),\n\t\tEpisode.find({}).estimatedDocumentCount(),\n\t\tArticle.find({}).estimatedDocumentCount(),\n\t]);\n\n\treturn { counts: { rss, users, podcast, episodes, articles } };\n}\n\nexport async function dailyContextUser(user) {\n\t//TODO: actually implement this\n\treturn await weeklyContextUser(user);\n}\n\nfunction getRedirectUrl(url, id, userID, position) {\n\treturn getStreamClient().createRedirectUrl(url, userID, [\n\t\t{\n\t\t\tcontent: id,\n\t\t\tlabel: 'click',\n\t\t\tuser_data: userID,\n\t\t\tlocation: 'email',\n\t\t\tposition,\n\t\t},\n\t]);\n}\n\nexport async function weeklyContextUser(user) {\n\tconst userID = user._id.toString();\n\n\tlet articles = [];\n\tlet episodes = [];\n\ttry {\n\t\t[articles, episodes] = await Promise.all([\n\t\t\tpersonalization.getArticleRecommendations(userID, 5),\n\t\t\tpersonalization.getEpisodeRecommendations(userID, 5),\n\t\t]);\n\n\t\tlet position = 0;\n\t\tfor (const episode of episodes) {\n\t\t\tepisode.trackingUrl = getRedirectUrl(\n\t\t\t\tepisode.getUrl(),\n\t\t\t\t`episode:${episode._id}`,\n\t\t\t\tuser._id,\n\t\t\t\t++position,\n\t\t\t);\n\t\t}\n\t\tfor (const article of articles) {\n\t\t\tarticle.trackingUrl = getRedirectUrl(\n\t\t\t\tarticle.getUrl(),\n\t\t\t\t`article:${article._id}`,\n\t\t\t\tuser._id,\n\t\t\t\t++position,\n\t\t\t);\n\t\t}\n\t} catch (e) {\n\t\tlogger.warn(`Content recommendations failed for ${userID}: ${e.stack}`);\n\n\t\tif (e.request) {\n\t\t\tlogger.warn(\n\t\t\t\t`Failed with code ${e.response.status} for path ${e.request.path}`,\n\t\t\t);\n\t\t}\n\t}\n\n\tlet podcasts = [];\n\tlet rss = [];\n\ttry {\n\t\t[podcasts, rss] = await Promise.all([\n\t\t\tpersonalization.getPodcastRecommendations(userID, 3),\n\t\t\tpersonalization.getRSSRecommendations(userID, 3),\n\t\t]);\n\t} catch (e) {\n\t\tlogger.warn(`Follow suggestions failed for ${userID}: ${e.stack}`);\n\t}\n\n\treturn {\n\t\temail: user.email,\n\t\tarticles,\n\t\tepisodes,\n\t\tuser,\n\t\tpodcasts,\n\t\trss,\n\t};\n}\n"
  },
  {
    "path": "api/src/utils/email/send.js",
    "content": "import fs from 'fs';\nimport ejs from 'ejs';\nimport sendgrid from '@sendgrid/mail';\n\nimport logger from '../logger';\nimport config from '../../config';\n\nexport var DummyEmailTransport = { emails: [] };\n\nexport function CreateDailyEmail(data) {\n\tconst msg = ejs.render(\n\t\tfs.readFileSync(__dirname + '/templates/daily.ejs', 'utf8'),\n\t\tdata,\n\t);\n\n\tconst obj = {\n\t\tto: data.email,\n\t\tfrom: config.email.sender.support.email,\n\t\tsubject: 'Winds Digest',\n\t\thtml: msg,\n\t};\n\n\treturn obj;\n}\n\nexport function CreateWeeklyEmail(data) {\n\tconst msg = ejs.render(\n\t\tfs.readFileSync(__dirname + '/templates/weekly.ejs', 'utf8'),\n\t\tdata,\n\t);\n\n\tconst obj = {\n\t\tto: data.email,\n\t\tfrom: config.email.sender.support.email,\n\t\tsubject: 'Winds Digest',\n\t\thtml: msg,\n\t};\n\n\treturn obj;\n}\n\nexport async function SendDailyEmail(data) {\n\tlet obj = CreateDailyEmail(data);\n\tlet res = await SendEmail(obj);\n\treturn res;\n}\n\nexport async function SendWeeklyEmail(data) {\n\tlet obj = CreateWeeklyEmail(data);\n\tlet res = await SendEmail(obj);\n\treturn res;\n}\n\nexport async function SendWelcomeEmail(data) {\n\tconst msg = ejs.render(fs.readFileSync(__dirname + '/templates/welcome.ejs', 'utf8'));\n\n\tconst obj = {\n\t\tto: data.email,\n\t\tfrom: config.email.sender.support.email,\n\t\tsubject: 'Welcome to Winds!',\n\t\thtml: msg,\n\t};\n\n\tlet res = await SendEmail(obj);\n\treturn res;\n}\n\nexport async function SendPasswordResetEmail(data) {\n\tconst msg = ejs.render(\n\t\tfs.readFileSync(__dirname + '/templates/password.ejs', 'utf8'),\n\t\t{\n\t\t\trecoveryCode: data.recoveryCode,\n\t\t},\n\t);\n\n\tconst obj = {\n\t\tto: data.email,\n\t\tfrom: config.email.sender.support.email,\n\t\tsubject: 'Forgot Password',\n\t\thtml: msg,\n\t};\n\treturn await SendEmail(obj);\n}\n\nexport async function SendEmail(obj) {\n\tif (config.email.backend === 'sendgrid') {\n\t\tif (!config.email.sendgrid.secret) {\n\t\t\tthrow new Error('Could not send reset email, missing Sendgrid secret.');\n\t\t}\n\t\tsendgrid.setApiKey(config.email.sendgrid.secret);\n\t\tlet res = await sendgrid.send(obj);\n\t\treturn res;\n\t} else {\n\t\tDummyEmailTransport.emails.unshift(obj);\n\t\treturn obj;\n\t}\n}\n"
  },
  {
    "path": "api/src/utils/email/templates/daily.ejs",
    "content": "<html>\n    <head>\n        <title>Winds Digest</title>\n    </head>\n    <body>\n        Winds<br/>\n        <%= user.username %>'s Digest\n        <br /><br />\n        If you're not happy with this email's recommendations be sure to talk to balazs@getstream.io\n\n        <h3>top episodes for you</h3>\n\n        <ol>\n        <% for(const episode of episodes) { %>\n            <li><a href=\"<%= episode.trackingUrl %>\"><%= episode.title %></a></li>\n        <% } %>\n        </ol>\n\n        <h3>top articles for you</h3>\n\n        <ol>\n        <% for(const article of articles) { %>\n            <li><a href=\"<%= article.trackingUrl %>\"><%= article.title %></a></li>\n        <% } %>\n        </ol>\n\n        <h3>follow suggestions podcasts</h3>\n        <ol>\n        <% for(const podcast of podcasts) { %>\n            <li><a href=\"<%= podcast.getUrl() %>\"><%= podcast.title %></a></li>\n        <% } %>\n        </ol>\n        <h3>follow suggestions rss</h3>\n        <ol>\n        <% for(const r of rss) { %>\n            <li><a href=\"<%= r.getUrl() %>\"><%= r.title %></a></li>\n        <% } %>\n        </ol>\n\n        <h3>stats about winds</h3>\n        <ol>\n            <li>Users: <%= counts.users %></li>\n            <li>Articles: <%= counts.articles %></li>\n            <li>Episodes: <%= counts.episodes %></li>\n            <li>RSS feeds: <%= counts.rss %></li>\n            <li>Podcast feeds: <%= counts.podcast %></li>\n        </ol>\n\n        Happy Procrastination,<br />\n        <a href=\"https://twitter.com/nickparsons\" target=\"_blank\">@nickparsons</a>, <a href=\"https://twitter.com/ken_hoff\" target=\"_blank\">@kenhoff</a>, <a href=\"https://twitter.com/uijudo\" target=\"_blank\">@joshtilton</a> and <a href=\"https://twitter.com/tschellenbach\" target=\"_blank\">@tschellenbach</a>\n    </body>\n</html>\n"
  },
  {
    "path": "api/src/utils/email/templates/followee.ejs",
    "content": "<html>\n    <head>\n        <title>You're so popular! You have a new follower!</title>\n    </head>\n    <body>\n        You're so popular! It looks like <%= follower %> is now following you!\n        <br /><br />\n        Want to know more about your new follower? Head over to Winds and have a look at their profile</a>.\n        <br /><br />\n        Best,<br />\n        The Stream Team\n    </body>\n</html>\n"
  },
  {
    "path": "api/src/utils/email/templates/password.ejs",
    "content": "<html>\n    <head>\n        <title>Forgot Password</title>\n    </head>\n    <body>\n        Looks like you really blew it, and let your Winds password fly away.\n        <br /><br />\n        Let’s get you back on track! Your randomly generated recovery code is:\n        <br /><br />\n        <b><%= recoveryCode %></b>\n        <br /><br />\n        Best,<br />\n        The Stream Team\n    </body>\n</html>\n"
  },
  {
    "path": "api/src/utils/email/templates/weekly.ejs",
    "content": "<html>\n    <head>\n        <title>Winds Digest</title>\n    </head>\n    <body>\n        Winds<br/>\n        <%= user.username %>'s Digest\n        <br /><br />\n        If you're not happy with this email's recommendations be sure to talk to balazs@getstream.io\n\n        <h3>top episodes for you</h3>\n\n        <ol>\n        <% for(const episode of episodes) { %>\n            <li><a href=\"<%= episode.trackingUrl %>\"><%= episode.title %></a></li>\n        <% } %>\n        </ol>\n\n        <h3>top articles for you</h3>\n\n        <ol>\n        <% for(const article of articles) { %>\n            <li><a href=\"<%= article.trackingUrl %>\"><%= article.title %></a></li>\n        <% } %>\n        </ol>\n\n        <h3>follow suggestions podcasts</h3>\n        <ol>\n        <% for(const podcast of podcasts) { %>\n            <li><a href=\"<%= podcast.getUrl() %>\"><%= podcast.title %></a></li>\n        <% } %>\n        </ol>\n        <h3>follow suggestions rss</h3>\n        <ol>\n        <% for(const r of rss) { %>\n            <li><a href=\"<%= r.getUrl() %>\"><%= r.title %></a></li>\n        <% } %>\n        </ol>\n\n        <h3>stats about winds</h3>\n        <ol>\n            <li>Users: <%= counts.users %></li>\n            <li>Articles: <%= counts.articles %></li>\n            <li>Episodes: <%= counts.episodes %></li>\n            <li>RSS feeds: <%= counts.rss %></li>\n            <li>Podcast feeds: <%= counts.podcast %></li>\n        </ol>\n\n        Happy Procrastination,<br />\n        <a href=\"https://twitter.com/nickparsons\" target=\"_blank\">@nickparsons</a>, <a href=\"https://twitter.com/ken_hoff\" target=\"_blank\">@kenhoff</a>, <a href=\"https://twitter.com/uijudo\" target=\"_blank\">@joshtilton</a> and <a href=\"https://twitter.com/tschellenbach\" target=\"_blank\">@tschellenbach</a>\n    </body>\n</html>\n"
  },
  {
    "path": "api/src/utils/email/templates/welcome.ejs",
    "content": "<html>\n    <head>\n        <title>Welcome to Winds!</title>\n    </head>\n    <body>\n        Thanks for checking out Winds. Winds is an open-source RSS & Podcast app built on React, Redux and Stream.\n        <br /><br />\n        Contributions are much appreciated, so check us out on <a href=\"https://github.com/GetStream/Winds\" target=\"_blank\">GitHub</a>. The roadmap discussion for <a href=\"https://github.com/GetStream/Winds/issues/191\" target=\"_blank\">v2.1 is here</a> and you can suggest Podcasts and RSS feeds to feature as well.\n        <br /><br />\n        Happy Procrastination,<br />\n        <a href=\"https://twitter.com/nickparsons\" target=\"_blank\">@nickparsons</a>, <a href=\"https://twitter.com/ken_hoff\" target=\"_blank\">@kenhoff</a>, <a href=\"https://twitter.com/uijudo\" target=\"_blank\">@joshtilton</a> and <a href=\"https://twitter.com/tschellenbach\" target=\"_blank\">@tschellenbach</a>\n    </body>\n</html>\n"
  },
  {
    "path": "api/src/utils/errors.js",
    "content": "import config from '../config';\nimport Raven from 'raven';\nimport path from 'path';\nimport logger from '../utils/logger';\n\nlet version;\nif (process.env.DOCKER) {\n\tversion = 'DOCKER';\n} else {\n\tversion = require('../../../app/package.json');\n}\n\nrequire.resolve('raven');\n\nconst executable = path.basename(process.argv[1]);\nlet ravenInstance;\n\nfunction sendSourceMaps(data) {\n\tvar stacktrace = data.exception && data.exception[0].stacktrace;\n\tif (stacktrace && stacktrace.frames) {\n\t\tstacktrace.frames.forEach(function (frame) {\n\t\t\tif (\n\t\t\t\tframe.filename.indexOf('/api/dist/') !== -1 &&\n\t\t\t\tframe.filename.indexOf('/node_modules/') === -1\n\t\t\t) {\n\t\t\t\tframe.filename = `app:///${frame.filename.split('api/dist/')[1]}`;\n\t\t\t}\n\t\t});\n\t}\n\treturn data;\n}\n\nlet sentryOptions = {\n\tdsn: config.sentry.dsn,\n\tlevel: 'error',\n\tpatchGlobal: config.env === 'production',\n\tenvironment: config.env,\n\ttags: { script: executable },\n\trelease: `v${version}`,\n};\n\nravenInstance = Raven.config(sentryOptions.dsn, sentryOptions);\n\nif (config.sentry.dsn) {\n\travenInstance.install();\n}\n\nfunction captureError(err, msg) {\n\tRaven.captureException(err);\n}\n\nexports.setupExpressRequestHandler = (app) => {\n\tif (config.sentry.dsn) {\n\t\tapp.use(ravenInstance.requestHandler());\n\t}\n};\n\nexports.setupExpressErrorHandler = (app) => {\n\tif (config.sentry.dsn) {\n\t\tapp.use(ravenInstance.errorHandler());\n\t}\n\tapp.use(function (err, req, res, next) {\n\t\tvar status =\n\t\t\terr.status ||\n\t\t\terr.statusCode ||\n\t\t\terr.status_code ||\n\t\t\t(err.output && err.output.statusCode) ||\n\t\t\t500;\n\t\t// skip anything not marked as an internal server error\n\t\tif (status < 500) return next(err);\n\t\tlogger.error({ err });\n\t\treturn next(err);\n\t});\n};\n\nexports.Throw = () => {\n\tthrow new Error('test');\n};\n\nexports.Raven = ravenInstance;\nexports.CaptureError = captureError;\n"
  },
  {
    "path": "api/src/utils/logger/index.js",
    "content": "import winston from 'winston';\nimport { inspect } from 'util';\n\nimport config from '../../config';\nimport { createSentryTransport } from './sentry';\nimport { Raven } from '../errors';\n\nconst { format } = winston;\n\nfunction isError(e) {\n\treturn e && e.stack && e.message;\n}\n\nconst warnAboutWinston = format((info) => {\n\tif (isError(info)) {\n\t\tconsole.log(\n\t\t\t'You should use logger.error(err). Please use logger.error({err}) instead.',\n\t\t);\n\t\treturn false;\n\t}\n\treturn info;\n});\n\nconst sillyWinstonConsoleFormatter = format.printf((info) => {\n\tlet message = info.message;\n\tif (isError(message)) {\n\t\tmessage = `${message.stack}`;\n\t} else if (isError(info.err)) {\n\t\tmessage = `${message} ${info.err.stack}`;\n\t} else if (message && isError(message.err)) {\n\t\tmessage = `${message} ${message.err.stack}`;\n\t}\n\tconst meta = info.meta !== undefined ? inspect(info.meta, { depth: null }) : '';\n\treturn `[${info.timestamp}] ${info.level}: ${message} ${meta}`;\n});\n\nconst logger = winston.createLogger({\n\tlevel: config.logger.level,\n\tformat: format.combine(\n\t\tformat.timestamp({ format: 'YYYY-MM-DD HH:mm:ss.SSS' }),\n\t\twarnAboutWinston(),\n\t\tsillyWinstonConsoleFormatter,\n\t),\n\ttransports: [new winston.transports.Console()],\n});\n\nif (config.sentry.dsn) {\n\tlogger.add(createSentryTransport(Raven));\n}\n\nexport default logger;\n"
  },
  {
    "path": "api/src/utils/logger/sentry.js",
    "content": "import Transport from 'winston-transport';\n\nconst winstonLevelToSentryLevel = {\n\tsilly: 'debug',\n\tverbose: 'debug',\n\tinfo: 'info',\n\tdebug: 'debug',\n\twarn: 'warning',\n\terror: 'error',\n};\n\n/**\n * @param {Error} error\n */\nconst errorHandler = (error) => {\n\tconsole.log(error);\n};\n\nlet isError = function (e) {\n\treturn e && e.stack && e.message;\n};\n\n/**\n * @param {{}} info\n * @param {string} info.level\n * @return {{}}\n */\nconst prepareMeta = (info) => {\n\tlet msg = info.message;\n\tlet extra = Object.assign({}, info.extra || {});\n\tlet hasError = false;\n\n\tif (isError(info)) {\n\t\thasError = true;\n\t\tmsg = info;\n\t\textra.stackError = info.stack;\n\t} else if (isError(info.message)) {\n\t\thasError = true;\n\t\tmsg = info.message;\n\t\textra.stackError = info.message.stack;\n\t} else if (isError(info.err)) {\n\t\tmsg = info.err;\n\t\thasError = true;\n\t\textra.stackError = info.err.stack;\n\t} else if (info.message && isError(info.message.err)) {\n\t\tmsg = info.message.err;\n\t\thasError = true;\n\t\textra.stackError = info.message.err.stack;\n\t}\n\n\treturn [\n\t\thasError,\n\t\tmsg,\n\t\t{\n\t\t\tlevel: winstonLevelToSentryLevel[info.level],\n\t\t\ttags: info.tags || {},\n\t\t\textra,\n\t\t},\n\t];\n};\n\nclass SentryWinstonTransport extends Transport {\n\tconstructor(options) {\n\t\tsuper(options);\n\n\t\tthis.options = Object.assign(\n\t\t\t{\n\t\t\t\tdsn: '',\n\t\t\t\tpatchGlobal: false,\n\t\t\t\tinstall: false,\n\t\t\t\ttags: {},\n\t\t\t\textra: {},\n\t\t\t\terrorHandler,\n\t\t\t},\n\t\t\toptions,\n\t\t);\n\t}\n\n\t/**\n\t * @param {{}} info\n\t * @param {string} info.level\n\t * @param {Error|string} info.message\n\t * @param {Function} done\n\t */\n\tasync log(info, done) {\n\t\tif (this.silent) return done(null, true);\n\t\tlet [hasError, msg, meta] = prepareMeta(info);\n\n\t\tlet method = hasError ? 'captureException' : 'captureMessage';\n\t\ttry {\n\t\t\tlet eventId = await this.raven[method](msg, meta);\n\t\t\tdone(null, eventId);\n\t\t} catch (error) {\n\t\t\tdone(error);\n\t\t}\n\t}\n}\nSentryWinstonTransport.prototype.name = 'sentry';\n\nfunction createSentryTransport(ravenInstance) {\n\tlet transport = new SentryWinstonTransport({ level: 'error' });\n\ttransport.raven = ravenInstance;\n\treturn transport;\n}\n\nmodule.exports.createSentryTransport = createSentryTransport;\n"
  },
  {
    "path": "api/src/utils/merge.js",
    "content": "import mongoose from 'mongoose';\n\nimport Article from '../models/article';\nimport Episode from '../models/episode';\nimport Follow from '../models/follow';\nimport Pin from '../models/pin';\nimport Podcast from '../models/podcast';\nimport RSS from '../models/rss';\nimport logger from '../utils/logger';\n\nasync function mergeFollows(lhsID, rhsID, type) {\n\tconst [lhsFollows, rhsFollows] = await Promise.all([\n\t\tFollow.find({ [type]: lhsID }).lean(),\n\t\tFollow.find({ [type]: rhsID }),\n\t]);\n\t//XXX: converting IDs to string to allow equality checks in set\n\tconst lhsUsers = new Set((lhsFollows || []).map((f) => String(f.user._id)));\n\n\tconst update = (rhsFollows || []).filter(\n\t\t(f) => f.user && !lhsUsers.has(String(f.user._id)),\n\t);\n\tconst remove = (rhsFollows || []).filter(\n\t\t(f) => f.user && lhsUsers.has(String(f.user._id)),\n\t);\n\n\tawait Promise.all([\n\t\t...(rhsFollows || []).map((f) => f.removeFromStream()),\n\t\tFollow.updateMany({ _id: { $in: update.map((f) => f._id) } }, { [type]: lhsID }),\n\t\tFollow.remove({ _id: { $in: remove.map((f) => f._id) } }),\n\t]);\n\tawait Follow.getOrCreateMany(\n\t\tupdate.map((f) => {\n\t\t\treturn { type, userID: f.user._id, publicationID: lhsID };\n\t\t}),\n\t);\n}\n\nasync function mergeArticlesAndPins(lhsID, rhsID, type) {\n\tconst model = type === 'rss' ? Article : Episode;\n\tconst field = type === 'rss' ? 'article' : 'episode';\n\tconst rhsArticles = await model.find({ rss: rhsID }).lean();\n\tconst rhsFingerprints = rhsArticles.map((a) => a.fingerprint);\n\tconst lhsArticlesWithMatchingFingerprints = await model\n\t\t.find({\n\t\t\trss: lhsID,\n\t\t\tfingerprint: { $in: rhsFingerprints },\n\t\t})\n\t\t.lean();\n\tconst lhsIDs = lhsArticlesWithMatchingFingerprints.map((a) => a._id);\n\tconst lhsFingerprints = new Set(\n\t\tlhsArticlesWithMatchingFingerprints.map((a) => a.fingerprint),\n\t);\n\n\tconst update = rhsArticles.filter((a) => !lhsFingerprints.has(a.fingerprint));\n\tconst remove = rhsArticles.filter((a) => lhsFingerprints.has(a.fingerprint));\n\n\tconst [removePins, lhsPins] = await Promise.all([\n\t\tPin.find({ [field]: { $in: remove.map((a) => a._id) } }),\n\t\tPin.find({ [field]: { $in: lhsIDs } }),\n\t]);\n\n\tconst lhsPinFingerprints = new Set(lhsPins.map((p) => p[field].fingerprint));\n\tconst duplicatePins = removePins.filter((p) =>\n\t\tlhsPinFingerprints.has(p[field].fingerprint),\n\t);\n\tconst newPins = removePins.filter(\n\t\t(p) => !lhsPinFingerprints.has(p[field].fingerprint),\n\t);\n\n\tconst pinUpdates = newPins.map((p) => {\n\t\tconst article = lhsArticlesWithMatchingFingerprints.filter(\n\t\t\t(a) => a.fingerprint == p[field].fingerprint,\n\t\t)[0];\n\t\treturn Pin.updateOne({ _id: p._id }, { [field]: article });\n\t});\n\tconst articleUpdates = remove.map((r) => {\n\t\tconst article = lhsArticlesWithMatchingFingerprints.filter(\n\t\t\t(a) => a.fingerprint == r.fingerprint,\n\t\t)[0];\n\t\treturn model.updateOne({ _id: r._id }, { duplicateOf: article._id });\n\t});\n\tawait Promise.all([\n\t\tmodel.updateMany({ _id: { $in: update.map((f) => f._id) } }, { rss: lhsID }),\n\t\t...pinUpdates,\n\t\t...articleUpdates,\n\t\tPin.remove({ _id: { $in: duplicatePins.map((f) => f._id) } }),\n\t]);\n}\n\nasync function mergeFeedUrls(lhsID, rhsID, type) {\n\tconst model = type === 'rss' ? RSS : Podcast;\n\tconst [lhs, rhs] = await Promise.all([\n\t\tmodel.findById(lhsID).lean(),\n\t\tmodel.findById(rhsID).lean(),\n\t]);\n\tconst feedUrls = new Set(\n\t\t[\n\t\t\tlhs.feedUrl,\n\t\t\trhs.feedUrl,\n\t\t\t...(lhs.feedUrls || []),\n\t\t\t...(rhs.feedUrls || []),\n\t\t].filter((a) => a),\n\t);\n\tawait model.updateOne({ _id: lhsID }, { feedUrls: [...feedUrls] });\n}\n\nexport async function mergeFeeds(lhsID, rhsID, type) {\n\tlhsID = mongoose.Types.ObjectId(lhsID);\n\trhsID = mongoose.Types.ObjectId(rhsID);\n\ttype = type.toLowerCase();\n\tconst model = type === 'rss' ? RSS : Podcast;\n\n\tawait Promise.all([\n\t\tmergeFollows(lhsID, rhsID, type),\n\t\tmergeArticlesAndPins(lhsID, rhsID, type),\n\t\tmergeFeedUrls(lhsID, rhsID, type),\n\t]);\n\tawait model.updateOne({ _id: rhsID }, { duplicateOf: lhsID });\n}\n"
  },
  {
    "path": "api/src/utils/personalization/index.js",
    "content": "import jwt from 'jsonwebtoken';\nimport Article from '../../models/article';\nimport Podcast from '../../models/podcast';\nimport RSS from '../../models/rss';\nimport Episode from '../../models/episode';\nimport logger from '../../utils/logger';\nimport { getStreamClient } from '../../utils/stream';\n\nimport config from '../../config';\n\nfunction createGlobalToken() {\n\tconst token = jwt.sign(\n\t\t{\n\t\t\taction: '*',\n\t\t\tfeed_id: '*',\n\t\t\tresource: '*',\n\t\t\tuser_id: '*',\n\t\t},\n\t\tconfig.stream.apiSecret,\n\t\t{ algorithm: 'HS256', noTimestamp: true },\n\t);\n\treturn token;\n}\n\nexport async function getRecommendations(userID, type, limit) {\n\tif (!userID) {\n\t\tthrow Error('missing user id');\n\t}\n\tconst streamClient = getStreamClient();\n\tstreamClient._personalizationToken = createGlobalToken();\n\n\tconst path = `winds_${type}_recommendations`;\n\tconst queryParams = { user_id: userID, limit: limit };\n\tconst response = await streamClient.personalization.get(path, queryParams);\n\n\tconst data = response.data ? response.data.results : response.results;\n\treturn data.map((result) => {\n\t\treturn result.foreign_id.includes(':')\n\t\t\t? result.foreign_id.split(':')[1]\n\t\t\t: result.foreign_id;\n\t});\n}\n\nexport async function getRSSRecommendations(userID, limit = 20) {\n\ttry {\n\t\tconst ids = await getRecommendations(userID, 'rss', limit);\n\t\tconst feeds = await RSS.find({ _id: { $in: ids } });\n\t\tif (ids.length != feeds.length) {\n\t\t\tlogger.warn(`Failed to find some rss feeds from list ${ids.join(',')}`);\n\t\t}\n\t\treturn feeds;\n\t} catch (err) {\n\t\tlogger.warn(`Failed to get RSS recomentations for user ${userID}`, { err });\n\t\treturn [];\n\t}\n}\n\nexport async function getPodcastRecommendations(userID, limit = 20) {\n\ttry {\n\t\tconst ids = await getRecommendations(userID, 'podcast', limit);\n\t\tconst feeds = await Podcast.find({ _id: { $in: ids } });\n\t\tif (ids.length != feeds.length) {\n\t\t\tlogger.warn(`Failed to find some podcast feeds from list ${ids.join(',')}`);\n\t\t}\n\t\treturn feeds;\n\t} catch (err) {\n\t\tlogger.warn(`Failed to get Podcast recomentations for user ${userID}`, { err });\n\t\treturn [];\n\t}\n}\n\nexport async function getEpisodeRecommendations(userID, limit = 20) {\n\ttry {\n\t\tconst ids = await getRecommendations(userID, 'episode', limit);\n\t\tconst episodes = await Episode.find({ _id: { $in: ids } });\n\t\tif (ids.length != episodes.length) {\n\t\t\tlogger.warn(`failed to find some episodes from list ${ids.join(',')}`);\n\t\t}\n\t\treturn episodes;\n\t} catch (err) {\n\t\tlogger.warn(`Failed to get Episode recomentations for user ${userID}`, { err });\n\t\treturn [];\n\t}\n}\n\nexport async function getArticleRecommendations(userID, limit = 20) {\n\ttry {\n\t\tconst ids = await getRecommendations(userID, 'article', limit);\n\t\tconst articles = await Article.find({ _id: { $in: ids } });\n\t\tif (ids.length != articles.length) {\n\t\t\tlogger.warn(`failed to find some articles from list ${ids.join(',')}`);\n\t\t}\n\t\treturn articles;\n\t} catch (err) {\n\t\tlogger.warn(`Failed to get Article recomentations for user ${userID}`, { err });\n\t\treturn [];\n\t}\n}\n"
  },
  {
    "path": "api/src/utils/queue.js",
    "content": "import Redis from 'ioredis';\n\nimport config from '../config';\n\nconst redis = new Redis(config.cache.uri);\n\nconst TTL = 3600; // 1 hour in seconds\n\nredis.defineCommand('getQueueFlagSetMembers', {\n\tnumberOfKeys: 1,\n\tlua: `\n\t\tlocal set = KEYS[1]\n\n\t\tredis.replicate_commands()\n\n\t\tlocal time = redis.call('TIME')\n\t\tlocal now = tonumber(time[1])\n\n\t\tredis.call('ZREMRANGEBYSCORE', set, 0, now)\n\t\treturn redis.call('ZRANGE', set, 0, -1)\n\t`,\n});\n\nredis.defineCommand('tryAddToQueueFlagSet', {\n\tnumberOfKeys: 1,\n\tlua: `\n\t\tlocal key = ARGV[1]\n\t\tlocal TTL = ARGV[2]\n\t\tlocal set = KEYS[1]\n\n\t\tredis.replicate_commands()\n\n\t\tlocal time = redis.call('TIME')\n\t\tlocal now = tonumber(time[1])\n\n\t\tlocal exists = redis.call('ZSCORE', set, key)\n\t\tif not exists then\n\t\t\treturn redis.call('ZADD', set, now + TTL, key)\n\t\tend\n\t\treturn nil\n\t`,\n});\n\nredis.defineCommand('tryCreateQueueFlag', {\n\tnumberOfKeys: 1,\n\tlua: `\n\t\tlocal key = KEYS[1]\n\t\tlocal TTL = ARGV[1]\n\n\t\tredis.replicate_commands()\n\n\t\tlocal exists = redis.call('EXISTS', key)\n\t\tif exists == 0 then\n\t\t\treturn redis.call('SETEX', key, TTL, 1)\n\t\tend\n\t\treturn nil\n\t`,\n});\n\nexport async function tryAddToQueueFlagSet(queueName, suffix, id, ttl = TTL) {\n\tconst key = `queue-status:${queueName}`;\n\tconst value = `${id}:${suffix}`;\n\tconst created = await redis.tryAddToQueueFlagSet(key, value, ttl);\n\treturn !!created;\n}\n\nexport async function removeFromQueueFlagSet(queueName, suffix, id) {\n\tconst key = `queue-status:${queueName}`;\n\tconst value = `${id}:${suffix}`;\n\treturn await redis.zrem(key, value);\n}\n\nexport async function getQueueFlagSetMembers(queueName) {\n\tconst key = `queue-status:${queueName}`;\n\treturn await redis.getQueueFlagSetMembers(key);\n}\n\nexport async function tryCreateQueueFlag(queueName, suffix, id, ttl = TTL) {\n\tconst key = `queue-status:${queueName}:${id}:${suffix}`;\n\tconst created = await redis.tryCreateQueueFlag(key, ttl);\n\treturn !!created;\n}\n\nexport async function removeQueueFlag(queueName, suffix, id) {\n\tconst key = `queue-status:${queueName}:${id}:${suffix}`;\n\treturn await redis.del(key);\n}\n"
  },
  {
    "path": "api/src/utils/random.js",
    "content": "// returns a random number from 2**1, 2**2, ..., 2**n-1, 2**n\n// 2 is two time more likely to be returned than 4, 4 than 8 and so until 2**n\nexport default function weightedRandom(n = 6) {\n\tconst exp = n;\n\tlet rand = Math.floor(Math.random() * 2 ** exp);\n\tlet b;\n\tfor (b of [...Array(exp).keys()].reverse()) {\n\t\tif (rand >= 2 ** b - 1) {\n\t\t\tbreak;\n\t\t}\n\t}\n\treturn 2 ** (exp - b);\n}\n"
  },
  {
    "path": "api/src/utils/rate-limiter.js",
    "content": "import Redis from 'ioredis';\n\nimport config from '../config';\n\nconst redis = new Redis(config.cache.uri);\n\nredis.defineCommand('rateLimit', {\n\tnumberOfKeys: 2,\n\tlua: `\n\t\tlocal requestsPerDay = tonumber(ARGV[1])\n\t\tlocal microsecondsPerDay = 24 * 60 * 60 * 1000 * 1000\n\t\tlocal requestsPerMicrosecond = requestsPerDay / microsecondsPerDay\n\t\tlocal microsecondsPerRequest = 1 / requestsPerMicrosecond\n\n\t\tlocal time = redis.call('TIME')\n\t\tlocal now = tonumber(time[1]) * 1000000 + tonumber(time[2])\n\n\t\tlocal value = tonumber(redis.call('GET', KEYS[1])) or requestsPerDay\n\t\tlocal lastUpdate = tonumber(redis.call('GET', KEYS[2])) or now\n\n\t\tlocal timePassed = now - lastUpdate\n\t\tlocal newValue = math.min(requestsPerDay, value + requestsPerMicrosecond * timePassed)\n\t\tlocal timeUntilRefil = math.min(microsecondsPerRequest, math.max(0, microsecondsPerRequest - timePassed))\n\t\tredis.replicate_commands()\n\t\tif math.floor(newValue) > 0 then\n\t\t\tnewValue = newValue - 1\n\t\t\tredis.call('SET', KEYS[2], now)\n\t\t\ttimeUntilRefil = -1\n\t\tend\n\t\tredis.call('SET', KEYS[1], newValue)\n\t\treturn tostring(timeUntilRefil)\n\t`,\n});\n\nfunction sleep(time) {\n\treturn new Promise((resolve) => setTimeout(resolve, time));\n}\n\nexport async function tick(userID, requestsPerDay = 3000) {\n\tconst valueKey = `rate-limit:${userID}:value`;\n\tconst lastUpdateKey = `rate-limit:${userID}:last-update`;\n\tconst timeUntilRefil = parseFloat(\n\t\tawait redis.rateLimit(valueKey, lastUpdateKey, requestsPerDay),\n\t);\n\tif (timeUntilRefil === -1) {\n\t\treturn;\n\t}\n\tawait sleep(timeUntilRefil / 1000);\n\treturn tick(userID);\n}\n\nexport async function reset(userID) {\n\tconst valueKey = `rate-limit:${userID}:value`;\n\tconst lastUpdateKey = `rate-limit:${userID}:last-update`;\n\treturn await redis.del(valueKey, lastUpdateKey);\n}\n"
  },
  {
    "path": "api/src/utils/sanitize.js",
    "content": "import sanitizeHtml from 'sanitize-html';\n\nconst allowedTags = [\n\t'h2',\n\t'h3',\n\t'h4',\n\t'h5',\n\t'h6',\n\t'p',\n\t'a',\n\t'ul',\n\t'ol',\n\t'nl',\n\t'li',\n\t'blockquote',\n\t'code',\n\t'table',\n\t'thead',\n\t'caption',\n\t'tbody',\n\t'tr',\n\t'th',\n\t'td',\n\t'pre',\n\t'figcaption',\n\t'b',\n\t'br',\n\t'i',\n\t'strong',\n\t'em',\n\t'strike',\n\t'img',\n];\n\nconst options = {\n\tallowedIframeHostnames: false,\n\tallowedTags,\n\tallowedAttributes: {\n\t\ta: ['href', 'target', 'id'],\n\t\timg: ['src', 'title', 'alt', 'data-*'],\n\t},\n};\n\nconst sanitize = (dirty) => {\n\tconst html = sanitizeHtml(dirty, options).replace(/\\n|\\r/g, '');\n\tif (html === '') return '<p></p>';\n\treturn html;\n};\n\nexport default sanitize;\n"
  },
  {
    "path": "api/src/utils/search/index.js",
    "content": "import algolia from 'algoliasearch';\nimport config from '../../config';\nimport util from 'util';\nimport logger from '../../utils/logger';\n\nif (config.algolia.appId && config.algolia.writeKey && config.algolia.index) {\n\tconst client = algolia(config.algolia.appId, config.algolia.writeKey);\n\tconst index = client.initIndex(config.algolia.index);\n\n\tmodule.exports = async (data) => {\n\t\tif (!data.type) {\n\t\t\tthrow new Error('Missing data.type key and value.');\n\t\t}\n\t\tawait util.promisify(index.addObject.bind(index))(data);\n\t};\n\n\tmodule.exports.indexMany = async (data) => {\n\t\tawait util.promisify(index.addObjects.bind(index))(data);\n\t};\n} else {\n\tmodule.exports = async () => {\n\t\tlogger.info('Faking search indexing');\n\t};\n\n\tmodule.exports.indexMany = function () {\n\t\tlogger.info('Faking search indexing');\n\t};\n}\n"
  },
  {
    "path": "api/src/utils/social.js",
    "content": "import request from 'request-promise-native';\nimport * as urlParser from 'url';\nimport querystring from 'querystring';\n\nimport config from '../config';\n\nexport function extractRedditPostID(article) {\n\tif (!article.link.includes('reddit')) {\n\t\treturn;\n\t}\n\tconst parts = article.link.split('/');\n\tif (parts.includes('comments')) {\n\t\treturn 't3_' + parts[parts.indexOf('comments') + 1];\n\t}\n\n\tif (parts.includes('r')) {\n\t\tthrow new Error(`Invalid URL (subreddit, not submission): ${article.link}`);\n\t}\n\n\tconst id = parts[parts.length - 1];\n\tif (!/^[a-z0-9]+$/i.test(id)) {\n\t\tthrow new Error(`Invalid URL: ${article.link}`);\n\t}\n\treturn 't3_' + id;\n}\n\nexport function extractHackernewsPostID(article) {\n\tif (!article.commentUrl.includes('ycombinator')) {\n\t\treturn;\n\t}\n\tconst url = urlParser.parse(article.commentUrl, true);\n\treturn url.query.id;\n}\n\nconst userAgent = 'web:winds:v2.2';\nlet accessToken;\n\nasync function refreshAccessToken() {\n\tconst url = 'https://www.reddit.com/api/v1/access_token';\n\tconst data = querystring.stringify({\n\t\tgrant_type: 'password',\n\t\tusername: config.social.reddit.username,\n\t\tpassword: config.social.reddit.password,\n\t});\n\tconst options = {\n\t\turi: url,\n\t\tjson: true,\n\t\theaders: {\n\t\t\t'User-Agent': userAgent,\n\t\t\t'Content-Type': 'application/x-www-form-urlencoded',\n\t\t},\n\t\tauth: {\n\t\t\tuser: config.social.reddit.key,\n\t\t\tpass: config.social.reddit.secret,\n\t\t},\n\t\tbody: data,\n\t};\n\tconst response = await request.post(options);\n\n\taccessToken = response.access_token;\n}\n\nfunction sleep(time) {\n\treturn new Promise((resolve) => (time ? setTimeout(resolve, time) : resolve()));\n}\n\nasync function tryRedditAPI(path, retries = 2, backoffDelay = 30) {\n\tif (!accessToken) {\n\t\tawait refreshAccessToken();\n\t}\n\n\tconst url = 'https://oauth.reddit.com/api' + path;\n\tconst options = {\n\t\tjson: true,\n\t\theaders: {\n\t\t\t'User-Agent': userAgent,\n\t\t\tAuthorization: `bearer ${accessToken}`,\n\t\t},\n\t};\n\tlet currentDelay = 0,\n\t\tnextDelay = backoffDelay;\n\twhile (retries) {\n\t\ttry {\n\t\t\tawait sleep(currentDelay);\n\t\t\treturn await request(url, options);\n\t\t} catch (err) {\n\t\t\tif ([403, 401].includes(err.response.status)) {\n\t\t\t\tawait refreshAccessToken();\n\t\t\t\toptions.headers.Authorization = `bearer ${accessToken}`;\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\t--retries;\n\t\t\t[currentDelay, nextDelay] = [nextDelay, currentDelay + nextDelay];\n\t\t}\n\t}\n\tthrow new Error(`Failed to perform call to '${path}'`);\n}\n\nasync function tryHackernewsAPI(path, retries = 2, backoffDelay = 30) {\n\tconst url = 'https://hacker-news.firebaseio.com/v0' + path;\n\tlet currentDelay = 0,\n\t\tnextDelay = backoffDelay;\n\twhile (retries) {\n\t\ttry {\n\t\t\tawait sleep(currentDelay);\n\t\t\treturn await request(url, { json: true });\n\t\t} catch (_) {\n\t\t\t--retries;\n\t\t\t[currentDelay, nextDelay] = [nextDelay, currentDelay + nextDelay];\n\t\t}\n\t}\n\tthrow new Error(`Failed to perform call to '${path}'`);\n}\n\nasync function tryHackernewsSearch(query, retries = 2, backoffDelay = 30) {\n\tconst url = 'https://hn.algolia.com/api/v1/search';\n\tlet currentDelay = 0,\n\t\tnextDelay = backoffDelay;\n\twhile (retries) {\n\t\ttry {\n\t\t\tawait sleep(currentDelay);\n\t\t\treturn await request(url, {\n\t\t\t\tjson: true,\n\t\t\t\tqs: {\n\t\t\t\t\trestrictSearchableAttributes: 'url',\n\t\t\t\t\ttags: 'story',\n\t\t\t\t\tquery,\n\t\t\t\t},\n\t\t\t});\n\t\t} catch (_) {\n\t\t\t--retries;\n\t\t\t[currentDelay, nextDelay] = [nextDelay, currentDelay + nextDelay];\n\t\t}\n\t}\n\tthrow new Error(`Failed to perform call to '${url}'`);\n}\n\nexport async function redditPost(article) {\n\tconst response = await tryRedditAPI(`/info?url=${article.url}`);\n\tconst postScores = response.data.children.map((c) => c.data.score);\n\treturn postScores.reduce((max, n) => Math.max(max, n), 0);\n}\n\nexport async function hackernewsPost(article) {\n\tconst response = await tryHackernewsSearch(article.url);\n\tconst postScores = response.hits.map((c) => c.points);\n\treturn postScores.reduce((max, n) => Math.max(max, n), 0);\n}\n\nexport async function redditScore(postID) {\n\tconst response = await tryRedditAPI(`/info?id=${postID}`);\n\treturn response.data.children[0].data.score;\n}\n\nexport async function hackernewsScore(postID) {\n\tconst response = await tryHackernewsAPI(`/item/${postID}.json`);\n\treturn response.score;\n}\n\nconst socialSources = {\n\treddit: { extractID: extractRedditPostID, search: redditPost, score: redditScore },\n\thackernews: {\n\t\textractID: extractHackernewsPostID,\n\t\tsearch: hackernewsPost,\n\t\tscore: hackernewsScore,\n\t},\n};\n\nexport async function fetchSocialScore(article) {\n\tconst entries = await Promise.all(\n\t\tObject.entries(socialSources).map(\n\t\t\tasync ([source, { extractID, search, score }]) => {\n\t\t\t\tlet id;\n\t\t\t\ttry {\n\t\t\t\t\tid = extractID(article);\n\t\t\t\t} catch (_) {\n\t\t\t\t\t//XXX: ignore error\n\t\t\t\t}\n\n\t\t\t\tlet result;\n\t\t\t\tif (id) {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tresult = [source, await score(id)];\n\t\t\t\t\t} catch (_) {\n\t\t\t\t\t\t//XXX: ignore error\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (!result) {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tresult = [source, await search(article)];\n\t\t\t\t\t} catch (_) {\n\t\t\t\t\t\tresult = [source, 0];\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\treturn result;\n\t\t\t},\n\t\t),\n\t);\n\n\t// assemble entries w/ positive score into an object\n\treturn entries\n\t\t.filter(([_, score]) => !!score)\n\t\t.reduce((obj, [source, score]) => Object.assign(obj, { [source]: score }), {});\n}\n"
  },
  {
    "path": "api/src/utils/statsd.js",
    "content": "import config from '../config';\n\nimport { StatsD } from 'node-statsd';\n\nvar statsDClient = null;\n\nfunction getStatsDClient() {\n\tif (!statsDClient) {\n\t\tstatsDClient = new StatsD({\n\t\t\thost: config.statsd.host,\n\t\t\tport: config.statsd.port,\n\t\t\tprefix: config.statsd.prefix,\n\t\t\tcacheDns: true,\n\t\t});\n\t}\n\treturn statsDClient;\n}\n\nasync function timeIt(name, fn) {\n\tlet t0 = new Date();\n\tlet r = await fn();\n\tgetStatsDClient().timing(name, new Date() - t0);\n\treturn r;\n}\n\nexports.getStatsDClient = getStatsDClient;\nexports.timeIt = timeIt;\n"
  },
  {
    "path": "api/src/utils/stream.js",
    "content": "import stream from 'getstream';\nimport config from '../config';\n\nvar streamClient = null;\n\nexport function getStreamClient() {\n\tif (streamClient === null) {\n\t\tstreamClient = stream.connect(config.stream.apiKey, config.stream.apiSecret);\n\t}\n\treturn streamClient;\n}\n"
  },
  {
    "path": "api/src/utils/upsert.js",
    "content": "import { diff } from 'deep-object-diff';\n\nimport Article from '../models/article';\nimport Episode from '../models/episode';\n\nimport { getStatsDClient, timeIt } from '../utils/statsd';\n\nconst duplicateKeyError = 11000;\nconst immutableFields = [\n\t'publicationDate',\n\t'createdAt',\n\t'updatedAt',\n\t'id',\n\t'_id',\n\t'type',\n];\n\nconst statsd = getStatsDClient();\n\n// upsertManyPosts at once at super speed\nexport async function upsertManyPosts(publicationID, newPosts, schemaField) {\n\t// step 1: get the existing objects in mongodb\n\tconst fingerprints = newPosts.map((p) => p.fingerprint);\n\tconst lookup = { [schemaField]: publicationID, fingerprint: { $in: fingerprints } };\n\tconst schema = schemaField == 'rss' ? Article : Episode;\n\tconst existingPosts = await schema.find(lookup).lean();\n\tconst existingPostsMap = {};\n\tfor (const post of existingPosts) {\n\t\texistingPostsMap[post.fingerprint] = post;\n\t}\n\n\t// step 2: make a list of posts we should update\n\tconst operationMap = { new: [], changed: [], unchanged: [] };\n\tconst operations = [];\n\tfor (const post of newPosts) {\n\t\tif (!post[schemaField]) {\n\t\t\tthrow new Error(`You forgot to specify the ${schemaField} field`);\n\t\t}\n\n\t\tconst data = post.toObject ? post.toObject() : post;\n\t\tif (post.fingerprint in existingPostsMap) {\n\t\t\tconst existing = existingPostsMap[post.fingerprint];\n\t\t\tif (!postChanged(existing, post)) {\n\t\t\t\toperationMap.unchanged.push(data);\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// filter on both rss and fingerprint so we can use the index\n\t\t\tconst filter = {\n\t\t\t\t[schemaField]: publicationID,\n\t\t\t\tfingerprint: existing.fingerprint,\n\t\t\t};\n\t\t\tconst { _id, id, ...dataWithoutId } = data;\n\t\t\toperations.push({ updateOne: { filter: filter, update: dataWithoutId } });\n\t\t\toperationMap.changed.push({ _id: existing._id, ...dataWithoutId });\n\t\t} else {\n\t\t\toperations.push({ insertOne: { document: data } });\n\t\t\toperationMap.new.push(data);\n\t\t}\n\t}\n\n\t// step 3: apply the update via bulkWrite\n\t// https://docs.mongodb.com/manual/core/bulk-write-operations/\n\t// http://mongoosejs.com/docs/api.html#bulkwrite_bulkWrite\n\tif (operations.length) {\n\t\ttry {\n\t\t\tawait schema.bulkWrite(operations, { ordered: false });\n\t\t} catch (e) {\n\t\t\t// since we use an unordered query it doesnt matter if we hit a few unique constraints\n\t\t\tif (e.code != duplicateKeyError) {\n\t\t\t\tthrow e;\n\t\t\t}\n\t\t}\n\t}\n\n\t// step 4: statsd tracking on new, updated and unchanged\n\t// TODO: Tommaso! Do you agree with the format?\n\tfor (const [k, v] of Object.entries(operationMap)) {\n\t\tstatsd.increment(`winds.handle_rss.${schemaField}.${k}`, v.length);\n\t}\n\n\treturn operationMap;\n}\n\nexport function normalizePost(post) {\n\tconst postObject = post.toObject ? post.toObject() : post;\n\t// these ids are not present in the RSS feed, so that causes issues\n\tfor (let e of postObject.enclosures) {\n\t\tdelete e['_id'];\n\t}\n\treturn postObject;\n}\n\n// compare 2 posts and see if they changed\nexport function normalizedDiff(existingPost, newPost) {\n\tlet existingObject = normalizePost(existingPost);\n\tlet newObject = normalizePost(newPost);\n\t// handle the fact that images are updated via OG scraping, so we only care if more became available\n\tnewObject.images = Object.assign(existingObject.images, newObject.images);\n\tlet objectDiff = diff(existingObject, newObject);\n\t// remove the immutable fields from the diff\n\tfor (let f of immutableFields) {\n\t\tdelete objectDiff[f];\n\t}\n\treturn Object.keys(objectDiff);\n}\n\nexport function postChanged(existingPost, newPost) {\n\treturn normalizedDiff(existingPost, newPost).length != 0;\n}\n"
  },
  {
    "path": "api/src/utils/urls.js",
    "content": "import config from '../config';\nimport util from 'util';\n\nconst urlMap = {\n\tarticle_detail: 'rss/%s/articles/%s',\n\tepisode_detail: 'podcast/%s/episodes/%s',\n\trss_detail: 'rss/%s',\n\tpodcast_detail: 'podcast/%s',\n};\n\nexport function getUrl(urlName, ...args) {\n\tconst format = urlMap[urlName];\n\tconst path = util.format(format, ...args);\n\tconst url = config.url + '/' + path;\n\n\treturn url;\n}\n\nexport function extractHostname(request) {\n\tconst protocol =\n\t\t(request.connection && request.connection.encrypted ? 'https' : 'http') + '://';\n\tlet canonicalUrl = '';\n\tif (request.uri) {\n\t\tcanonicalUrl = `${request.uri.protocol}//${request.uri.host}`;\n\t}\n\tif (!canonicalUrl && request.href) {\n\t\tcanonicalUrl = request.href;\n\t}\n\tif (!canonicalUrl && request.res) {\n\t\tcanonicalUrl = request.res.responseUrl;\n\t}\n\tif (!canonicalUrl && request.domain) {\n\t\tcanonicalUrl = protocol + request.domain;\n\t}\n\tif (!canonicalUrl) {\n\t\tconst host =\n\t\t\trequest.originalHost ||\n\t\t\trequest.host ||\n\t\t\t(request.headers ? request.headers['host'] : request.getHeader('Host'));\n\t\tcanonicalUrl = protocol + host;\n\t}\n\treturn canonicalUrl;\n}\n\nexport function ensureEncoded(url) {\n\tif (url == decodeURI(url)) {\n\t\treturn encodeURI(url);\n\t}\n\treturn url;\n}\n"
  },
  {
    "path": "api/src/utils/validation.js",
    "content": "import normalizeUrl from 'normalize-url';\nimport validator from 'validator';\nimport logger from './logger';\n\nexport function isURL(url) {\n\tif (!url) {\n\t\treturn false;\n\t}\n\tif (typeof url != 'string') {\n\t\treturn false;\n\t}\n\tif (url.indexOf('newsletter:') == 0) {\n\t\treturn false;\n\t}\n\t// make sure that mysubdomain-.google.com works and myurl.com/?q=hello world also works\n\tlet variations = [url, url.replace(' ', '+'), url.replace('-.', '-a.')];\n\ttry {\n\t\tvariations.push(normalizeUrl(url));\n\t} catch (e) {\n\t\tlogger.info(`normalization failed for url ${url}`);\n\t}\n\tlet valid = variations.some((v) => {\n\t\tlet ok = validator.isURL(v, {\n\t\t\tallow_underscores: true,\n\t\t\tallow_trailing_dot: true,\n\t\t});\n\t\treturn ok;\n\t});\n\treturn valid;\n}\n"
  },
  {
    "path": "api/src/utils/watchdog.js",
    "content": "import { getStatsDClient } from './statsd';\n\nconst defaultSampleInterval = 60;\n\nexport function startSampling(metricName, sampleInterval = defaultSampleInterval) {\n\tconst statsd = getStatsDClient();\n\n\tfunction updateMetric(diff) {\n\t\tconst elapsed = diff[0] * 1000 + diff[1] / 1000000 - sampleInterval;\n\t\tstatsd.timing(metricName, elapsed);\n\t}\n\n\tfunction loop() {\n\t\tlet time = process.hrtime();\n\n\t\tsetTimeout(() => {\n\t\t\tconst diff = process.hrtime(time);\n\n\t\t\t//XXX: scheduling statsd metric update to avoid disrupting measuring loop\n\t\t\tprocess.nextTick(() => updateMetric(diff));\n\n\t\t\ttime = process.hrtime();\n\n\t\t\tloop();\n\t\t}, sampleInterval);\n\t}\n\n\tloop();\n}\n"
  },
  {
    "path": "api/src/workers/conductor.js",
    "content": "import moment from 'moment';\nimport mongoose from 'mongoose';\n\nimport db from '../utils/db';\n\nimport RSS from '../models/rss';\nimport Podcast from '../models/podcast';\n\nimport logger from '../utils/logger';\nimport weightedRandom from '../utils/random';\nimport { RssQueueAdd, PodcastQueueAdd } from '../asyncTasks';\nimport { isURL } from '../utils/validation';\nimport { startSampling } from '../utils/watchdog';\nimport { tryAddToQueueFlagSet, getQueueFlagSetMembers } from '../utils/queue';\n\nconst publicationTypes = {\n\trss: { schema: RSS, enqueue: RssQueueAdd },\n\tpodcast: { schema: Podcast, enqueue: PodcastQueueAdd },\n};\nconst conductorInterval = 60;\nconst popularScrapeInterval = 2;\nconst defaultScrapeInterval = 25;\n\nlet timeout;\n\nfunction forever() {\n\tconduct()\n\t\t.then(() => {\n\t\t\tlogger.info('Conductor iteration completed...');\n\t\t})\n\t\t.catch((err) => {\n\t\t\tlogger.error('Conductor broke down', { err });\n\t\t});\n\ttimeout = setTimeout(forever, conductorInterval * 1000);\n}\n\nif (require.main === module) {\n\tlogger.info(\n\t\t`Starting the conductor... will conduct every ${conductorInterval} seconds`,\n\t);\n\n\tforever();\n\n\tstartSampling('winds.event_loop.conductor.delay');\n}\n\nasync function getPublications(\n\tschema,\n\tfollowerMin,\n\tfollowerMax,\n\tinterval,\n\tlimit,\n\texclude = [],\n) {\n\tconst busy = await getQueueFlagSetMembers(schema == RSS ? 'rss' : 'podcast');\n\tconst ids = busy.map((v) => v.split(':')[0]);\n\tconst time = moment().subtract(interval, 'minutes').toDate();\n\treturn await schema\n\t\t.find({\n\t\t\t_id: { $nin: exclude.concat(ids) },\n\t\t\tvalid: true,\n\t\t\tduplicateOf: { $exists: false },\n\t\t\tlastScraped: { $lte: time },\n\t\t\tfollowerCount: { $gte: followerMin, $lte: followerMax },\n\t\t\tconsecutiveScrapeFailures: { $lt: weightedRandom() },\n\t\t})\n\t\t.limit(limit)\n\t\t.sort('-followerCount');\n}\n\nexport async function conduct() {\n\tconst publicationOptions = { removeOnComplete: true, removeOnFail: true };\n\n\tfor (const [type, { schema, enqueue }] of Object.entries(publicationTypes)) {\n\t\tconst total = await schema.count();\n\t\t//XXX: when running winds locally we can scrape more frequently\n\t\tconst scrapeInterval =\n\t\t\ttotal < 1000 ? popularScrapeInterval : defaultScrapeInterval;\n\t\t// never schedule more than 1/15 per minute interval\n\t\tconst maxToSchedule = Math.max(1, Math.floor(total / 15));\n\t\tlogger.info(\n\t\t\t`conductor will schedule at most ${maxToSchedule} of type ${type} ` +\n\t\t\t\t`to scrape per ${conductorInterval} seconds`,\n\t\t);\n\n\t\t// find the publications that we need to update\n\t\tconst limit = Math.max(1, maxToSchedule / 2);\n\t\tconst popular = await getPublications(\n\t\t\tschema,\n\t\t\t100,\n\t\t\tNumber.POSITIVE_INFINITY,\n\t\t\tpopularScrapeInterval,\n\t\t\tlimit,\n\t\t);\n\t\tconst other = await getPublications(\n\t\t\tschema,\n\t\t\t1,\n\t\t\t100,\n\t\t\tscrapeInterval,\n\t\t\tlimit,\n\t\t\tpopular.map((p) => p._id),\n\t\t);\n\t\tlogger.info(\n\t\t\t`found ${popular.length} popular publications of type ${type} that ` +\n\t\t\t\t`we scrape every ${popularScrapeInterval} minutes and ` +\n\t\t\t\t`${other.length} that we scrape every ${scrapeInterval} minutes`,\n\t\t);\n\t\tconst publications = popular.concat(other);\n\n\t\tconst updated = await Promise.all(\n\t\t\tpublications.map((p) => tryAddToQueueFlagSet(type, type, p._id)),\n\t\t);\n\t\tlogger.info(\n\t\t\t`marked ${\n\t\t\t\tupdated.filter((u) => !!u).length\n\t\t\t} of type ${type} publications as isParsing`,\n\t\t);\n\t\tlogger.info(`conductor found ${publications.length} of type ${type} to scrape`);\n\t\tconst validPublications = publications.filter((p) => isURL(p.feedUrl));\n\t\tawait Promise.all(\n\t\t\tvalidPublications.map((publication) => {\n\t\t\t\tconst job = { [type]: publication._id, url: publication.feedUrl };\n\t\t\t\treturn enqueue(job, publicationOptions);\n\t\t\t}),\n\t\t);\n\n\t\tlogger.info(\n\t\t\t`Processing complete! Will try again in ${conductorInterval} seconds...`,\n\t\t);\n\t}\n}\n\nfunction shutdown(signal) {\n\tlogger.info(`Received ${signal}. Shutting down.`);\n\ttry {\n\t\tclearTimeout(timeout);\n\t\tmongoose.connection.close();\n\t} catch (err) {\n\t\tlogger.error(`Failure during Conductor worker shutdown: ${err.message}`);\n\t\tprocess.exit(1);\n\t}\n\tprocess.exit(0);\n}\n\nfunction failure(reason, err) {\n\tlogger.error(`Unhandled ${reason}: ${err.stack}. Shutting down Conductor worker.`);\n\ttry {\n\t\tclearTimeout(timeout);\n\t\tmongoose.connection.close();\n\t} catch (err) {\n\t\tlogger.error(`Failure during Conductor worker shutdown: ${err.message}`);\n\t}\n\tprocess.exit(1);\n}\n\nprocess.on('SIGINT', shutdown);\nprocess.on('SIGTERM', shutdown);\nprocess.on('unhandledRejection', failure.bind(null, 'promise rejection'));\nprocess.on('uncaughtException', failure.bind(null, 'exception'));\n"
  },
  {
    "path": "api/src/workers/og.js",
    "content": "import joi from 'joi';\nimport mongoose from 'mongoose';\nimport normalize from 'normalize-url';\nimport { EventEmitter } from 'events';\n\nimport db from '../utils/db';\nimport logger from '../utils/logger';\nimport { startSampling } from '../utils/watchdog';\nimport { removeQueueFlag } from '../utils/queue';\nimport { isBlockedURLs } from '../utils/blockedURLs';\nimport RSS from '../models/rss'; // eslint-disable-line\nimport Podcast from '../models/podcast'; // eslint-disable-line\nimport Article from '../models/article';\nimport Episode from '../models/episode';\nimport { ParseOG, IsValidOGUrl } from '../parsers/og';\nimport { ProcessOgQueue, ShutDownOgQueue } from '../asyncTasks';\n\nif (require.main === module) {\n\tEventEmitter.defaultMaxListeners = 128;\n\n\tlogger.info('Starting the OG worker');\n\tProcessOgQueue(35, ogProcessor);\n\n\tstartSampling('winds.event_loop.og.delay');\n}\n\nexport async function ogProcessor(job) {\n\tconst JobURL = job.data.url || job.data.urls;\n\tlogger.info(`OG image scraping: ${JobURL}`);\n\n\tif (isBlockedURLs(JobURL)) {\n\t\tlogger.info(`${JobURL} is in block list and ignored.`);\n\t\treturn;\n\t}\n\n\ttry {\n\t\tawait handleOg(job);\n\t} catch (err) {\n\t\tconst tags = { queue: 'og' };\n\t\tconst extra = {\n\t\t\tJobURL,\n\t\t\tJobType: job.data.type,\n\t\t};\n\t\tlogger.error('OG job encountered an error', { err, tags, extra });\n\t}\n}\n\nconst schemaMap = { episode: Episode, article: Article, rss: RSS, podcast: Podcast };\nconst parentSchemaMap = { episode: Podcast, article: RSS, rss: RSS, podcast: Podcast };\nconst validTypes = ['episode', 'article', 'rss', 'podcast'];\n\nconst joiUrl = joi\n\t.string()\n\t.uri({ scheme: ['http', 'https'], allowQuerySquareBrackets: true });\nconst joiObjectId = joi.alternatives().try(\n\tjoi.string().length(12),\n\tjoi\n\t\t.string()\n\t\t.length(24)\n\t\t.regex(/^[0-9a-fA-F]{24}$/),\n);\nconst schema = joi\n\t.object()\n\t.keys({\n\t\tupdate: joi.boolean().default(false),\n\t\trss: joiObjectId,\n\t\tpodcast: joiObjectId,\n\t\ttype: joi.string().valid(validTypes).required(),\n\t\turl: joiUrl,\n\t\turls: joi.array().min(1),\n\t})\n\t.xor('url', 'urls')\n\t.xor('rss', 'podcast');\n\n// Run the OG scraping job\nexport async function handleOg(job) {\n\tconst originalPayload = {};\n\ttry {\n\t\t// best effort at escaping urls found in the wild\n\t\tif (!!job.data.urls) {\n\t\t\toriginalPayload.urls = job.data.urls;\n\t\t\tjob.data.urls = job.data.urls.map((u) => ensureEncoded(u));\n\t\t} else {\n\t\t\toriginalPayload.url = job.data.url;\n\t\t\tjob.data.url = ensureEncoded(job.data.url);\n\t\t}\n\t} catch (_) {\n\t\t//XXX: ignore error\n\t}\n\tconst validation = joi.validate(job.data, schema);\n\tif (!!validation.error) {\n\t\tlogger.warn(\n\t\t\t`OG job validation failed: ${validation.error.message} for '${JSON.stringify(\n\t\t\t\tjob.data,\n\t\t\t)}'`,\n\t\t);\n\t\treturn;\n\t}\n\n\tconst update = job.data.update;\n\tconst jobType = job.data.type;\n\tconst mongoSchema = schemaMap[jobType];\n\tconst mongoParentSchema = parentSchemaMap[jobType];\n\tconst field = jobType === 'episode' ? 'link' : 'url';\n\tconst parentField = mongoParentSchema === RSS ? 'rss' : 'podcast';\n\n\tawait removeQueueFlag('og', parentField, job.data[parentField]);\n\n\tconst urls = job.data.urls || [job.data.url];\n\tconst unecapedUrls = originalPayload.urls || [originalPayload.url];\n\tfor (let i in urls) {\n\t\tconst url = urls[i];\n\t\tconst originalUrl = unecapedUrls[i];\n\t\tif (!!joi.validate(url, joiUrl).error) {\n\t\t\tlogger.warn(\n\t\t\t\t`OG job validation failed: invalid URL '${url}' for jobtype ${jobType}`,\n\t\t\t);\n\t\t\tcontinue;\n\t\t}\n\n\t\t// if the instance hasn't been created yet, or it already has an OG image, ignore\n\t\tconst instances = await mongoSchema\n\t\t\t.find({ [field]: originalUrl })\n\t\t\t.lean()\n\t\t\t.limit(10);\n\t\tif (!instances.length) {\n\t\t\tlogger.warn(\n\t\t\t\t`instance not found for type ${jobType} with lookup ${field}: '${originalUrl}' (${url})`,\n\t\t\t);\n\t\t\tcontinue;\n\t\t}\n\n\t\tlogger.debug(`found ${instances.length} to update with url ${url}`);\n\n\t\tconst needUpdate = instances.filter((i) => !i.images.og || !i.canonicalUrl);\n\t\tif (!needUpdate.length && !update) {\n\t\t\tfor (const instance of instances.filter((i) => !!i.images.og)) {\n\t\t\t\tlogger.debug(\n\t\t\t\t\t`instance already has an image '${instance.images.og}': ${jobType} with lookup ${field}: '${url}'`,\n\t\t\t\t);\n\t\t\t}\n\t\t\tfor (const instance of instances.filter((i) => !!i.canonicalUrl)) {\n\t\t\t\tlogger.debug(\n\t\t\t\t\t`instance already has a canonical URL '${instance.canonicalUrl}': ${jobType} with lookup ${field}: '${url}'`,\n\t\t\t\t);\n\t\t\t}\n\t\t\tcontinue;\n\t\t}\n\n\t\tif (!IsValidOGUrl(url)) {\n\t\t\tcontinue;\n\t\t}\n\n\t\tlet og;\n\t\ttry {\n\t\t\tog = await ParseOG(url);\n\t\t\tif (!og.image) {\n\t\t\t\tlogger.debug(`Didn't find image for ${url}`);\n\t\t\t}\n\t\t\tif (!og.canonicalUrl) {\n\t\t\t\tlogger.debug(`Didn't find canonicalUrl for ${url}`);\n\t\t\t}\n\t\t\tif (!og.image && !og.canonicalUrl) {\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t} catch (err) {\n\t\t\t//XXX: err object is huge, dont log it\n\t\t\tconst message =\n\t\t\t\terr.message.length > 256\n\t\t\t\t\t? err.message.substr(0, 253) + '...'\n\t\t\t\t\t: err.message;\n\t\t\tlogger.debug(`OGS scraping broke for URL '${url}': ${message}`);\n\t\t\tcontinue;\n\t\t}\n\t\tlet normalized;\n\t\ttry {\n\t\t\tnormalized = normalize(og.image);\n\t\t} catch (err) {\n\t\t\tlogger.debug(`Bad OG Image URL '${og.image}'`, { err });\n\t\t}\n\n\t\tif (!normalized && !og.canonicalUrl) {\n\t\t\tcontinue;\n\t\t}\n\t\tconst operations = [];\n\t\tfor (const instance of needUpdate) {\n\t\t\tconst updates = {};\n\t\t\tif (normalized) {\n\t\t\t\tupdates.images = Object.assign(instance.images || {}, { og: normalized });\n\t\t\t}\n\t\t\tif (og.canonicalUrl) {\n\t\t\t\tupdates.canonicalUrl = og.canonicalUrl;\n\t\t\t}\n\t\t\toperations.push({\n\t\t\t\tupdateOne: { filter: { _id: instance._id }, update: { $set: updates } },\n\t\t\t});\n\t\t}\n\t\tawait mongoSchema.bulkWrite(operations, { ordered: false });\n\t\tlogger.info(`Stored ${normalized} image for '${url}'`);\n\t}\n}\n\nasync function shutdown(signal) {\n\tlogger.info(`Received ${signal}. Shutting down.`);\n\ttry {\n\t\tawait ShutDownOgQueue();\n\t\tmongoose.connection.close();\n\t} catch (err) {\n\t\tlogger.error(`Failure during OG worker shutdown: ${err.message}`);\n\t\tprocess.exit(1);\n\t}\n\tprocess.exit(0);\n}\n\nasync function failure(reason, err) {\n\tlogger.error(`Unhandled ${reason}: ${err.stack}. Shutting down OG worker.`);\n\ttry {\n\t\tawait ShutDownOgQueue();\n\t\tmongoose.connection.close();\n\t} catch (err) {\n\t\tlogger.error(`Failure during OG worker shutdown: ${err.message}`);\n\t}\n\tprocess.exit(1);\n}\n\nprocess.on('SIGINT', shutdown);\nprocess.on('SIGTERM', shutdown);\nprocess.on('unhandledRejection', failure.bind(null, 'promise rejection'));\nprocess.on('uncaughtException', failure.bind(null, 'exception'));\n"
  },
  {
    "path": "api/src/workers/podcast.js",
    "content": "import joi from 'joi';\nimport moment from 'moment';\nimport mongoose from 'mongoose';\nimport { EventEmitter } from 'events';\n\nimport db from '../utils/db';\n\nimport Podcast from '../models/podcast';\nimport Episode from '../models/episode';\n\nimport logger from '../utils/logger';\nimport { ParsePodcast, checkGuidStability, CreateFingerPrints } from '../parsers/feed';\n\nimport {\n\tProcessPodcastQueue,\n\tShutDownPodcastQueue,\n\tStreamQueueAdd,\n\tOgQueueAdd,\n} from '../asyncTasks';\nimport { upsertManyPosts } from '../utils/upsert';\nimport { getStreamClient } from '../utils/stream';\nimport { startSampling } from '../utils/watchdog';\nimport { ensureEncoded } from '../utils/urls';\nimport { getStatsDClient, timeIt } from '../utils/statsd';\nimport { isBlockedURLs } from '../utils/blockedURLs';\nimport { tryCreateQueueFlag, removeFromQueueFlagSet } from '../utils/queue';\n\nif (require.main === module) {\n\tEventEmitter.defaultMaxListeners = 128;\n\n\tlogger.info('Starting to process podcasts....');\n\tProcessPodcastQueue(35, podcastProcessor);\n\n\tstartSampling('winds.event_loop.podcast.delay');\n}\n\nconst streamTTL = 25200; // 7 hours\nconst secondaryCheckDelay = 240000; // 4 minutes\nconst statsd = getStatsDClient();\n\nfunction sleep(time) {\n\treturn new Promise((resolve) => setTimeout(resolve, time));\n}\n\nexport async function podcastProcessor(job) {\n\tlogger.info(`Processing ${job.data.url}`);\n\n\tif (isBlockedURLs(job.data.url)) {\n\t\tlogger.info(`${job.data.url} is in block list and ignored.`);\n\t\treturn;\n\t}\n\n\ttry {\n\t\tawait handlePodcast(job);\n\t} catch (err) {\n\t\tlet tags = { queue: 'rss' };\n\t\tlet extra = {\n\t\t\tJobPodcast: job.data.podcast,\n\t\t\tJobURL: job.data.url,\n\t\t};\n\n\t\tlogger.error('Podcast job encountered an error', { err, tags, extra });\n\t\tstatsd.increment('winds.handle_podcast.result.error');\n\t}\n}\n\nconst joiObjectId = joi.alternatives().try(\n\tjoi.string().length(12),\n\tjoi\n\t\t.string()\n\t\t.length(24)\n\t\t.regex(/^[0-9a-fA-F]{24}$/),\n);\nconst joiUrl = joi\n\t.string()\n\t.uri({ scheme: ['http', 'https'], allowQuerySquareBrackets: true });\n\nconst schema = joi.object().keys({\n\tpodcast: joiObjectId.required(),\n\turl: joiUrl.required(),\n});\n\nconst chunkSize = 100;\n\nasync function updateFeed(podcastID, update, episodes) {\n\tfor (let i = 0, j = episodes.length; i < j; i += chunkSize) {\n\t\tconst chunk = episodes.slice(i, i + chunkSize);\n\t\tconst streamEpisodes = chunk.map((episode) => {\n\t\t\treturn {\n\t\t\t\tactor: podcastID,\n\t\t\t\tforeign_id: `episodes:${episode._id}`,\n\t\t\t\tobject: episode._id,\n\t\t\t\ttime: episode.publicationDate,\n\t\t\t\tverb: 'podcast_episode',\n\t\t\t};\n\t\t});\n\n\t\tawait timeIt('winds.handle_podcast.send_to_collections', () =>\n\t\t\tupdate(streamEpisodes),\n\t\t);\n\t}\n}\n\nexport async function handlePodcast(job) {\n\ttry {\n\t\t// best effort at escaping urls found in the wild\n\t\tjob.data.url = ensureEncoded(job.data.url);\n\t} catch (_) {\n\t\t//XXX: ignore error\n\t}\n\n\tconst podcastID = job.data.podcast;\n\n\tawait timeIt('winds.handle_podcast.ack', () => {\n\t\treturn markDone(podcastID);\n\t});\n\n\tconst validation = joi.validate(job.data, schema);\n\tif (!!validation.error) {\n\t\tlogger.warn(\n\t\t\t`Podcast job validation failed: ${\n\t\t\t\tvalidation.error.message\n\t\t\t} for '${JSON.stringify(job.data)}'`,\n\t\t);\n\t\tawait Podcast.incrScrapeFailures(podcastID);\n\t\tstatsd.increment('winds.handle_podcast.result.validation_failed');\n\t\treturn;\n\t}\n\n\tconst podcast = await Podcast.findOne({ _id: podcastID });\n\tif (!podcast) {\n\t\tlogger.warn(`Podcast with ID ${job.data.podcast} does not exist`);\n\t\tstatsd.increment('winds.handle_podcast.result.model_instance_absent');\n\t\treturn;\n\t}\n\n\tif (podcast.duplicateOf) {\n\t\tlogger.warn(\n\t\t\t`Podcast with ID ${podcastID} is a duplicate of ${podcast.duplicateOf}. Skipping`,\n\t\t);\n\t\tstatsd.increment('winds.handle_podcast.result.model_instance_duplicate');\n\t\treturn;\n\t}\n\n\tlet podcastContent, guidStability;\n\ttry {\n\t\tpodcastContent = await ParsePodcast(job.data.url, podcast.guidStability);\n\t\tawait Podcast.resetScrapeFailures(podcastID);\n\t\tif (!podcast.guidStability || podcast.guidStability === 'UNCHECKED') {\n\t\t\t//XXX: waiting a bit to increase the chances of catching time-dependent GUIDs\n\t\t\tawait sleep(secondaryCheckDelay);\n\t\t\tconst controlPodcastContent = await ParsePodcast(\n\t\t\t\tjob.data.url,\n\t\t\t\tpodcast.guidStability,\n\t\t\t);\n\t\t\tguidStability = checkGuidStability(\n\t\t\t\tpodcastContent.episodes,\n\t\t\t\tcontrolPodcastContent.episodes,\n\t\t\t);\n\t\t\tpodcastContent.episodes = CreateFingerPrints(\n\t\t\t\tpodcastContent.episodes,\n\t\t\t\tguidStability,\n\t\t\t);\n\t\t}\n\t} catch (err) {\n\t\tawait Podcast.incrScrapeFailures(podcastID);\n\t\tlogger.warn(`http request failed for url ${job.data.url}: ${err.message}`);\n\t}\n\n\tif (!podcastContent || podcastContent.episodes.length === 0) {\n\t\tstatsd.increment('winds.handle_podcast.result.no_content');\n\n\t\tif (podcast.guidStability != guidStability) {\n\t\t\tawait Podcast.update(\n\t\t\t\t{ _id: podcastID },\n\t\t\t\t{\n\t\t\t\t\tguidStability: guidStability || podcast.guidStability,\n\t\t\t\t},\n\t\t\t);\n\t\t}\n\t\treturn;\n\t}\n\n\tif (\n\t\tpodcastContent.fingerprint &&\n\t\tpodcastContent.fingerprint === podcast.fingerprint\n\t) {\n\t\tlogger.debug(\n\t\t\t`Podcast with ID ${podcastID} has same fingerprint as registered before`,\n\t\t);\n\t\tstatsd.increment('winds.handle_podcast.result.same_content');\n\n\t\tif (podcast.guidStability != guidStability) {\n\t\t\tawait Podcast.update(\n\t\t\t\t{ _id: podcastID },\n\t\t\t\t{\n\t\t\t\t\tguidStability: guidStability || podcast.guidStability,\n\t\t\t\t},\n\t\t\t);\n\t\t}\n\t\treturn;\n\t}\n\n\t// update the episodes\n\tlogger.debug(`Updating ${podcastContent.episodes.length} episodes`);\n\tconst episodes = podcastContent.episodes;\n\tfor (const e of episodes) {\n\t\te.podcast = podcastID;\n\t}\n\n\tconst operationMap = await upsertManyPosts(podcastID, episodes, 'podcast');\n\tconst updatedEpisodes = operationMap.new.concat(operationMap.changed);\n\tlogger.info(\n\t\t`Finished updating ${updatedEpisodes.length} out of ${podcastContent.episodes.length} changed`,\n\t);\n\n\tawait Podcast.update(\n\t\t{ _id: podcastID },\n\t\t{\n\t\t\t// postCount: await Episode.count({ podcast: podcastID }),\n\t\t\tfingerprint: podcastContent.fingerprint,\n\t\t\tguidStability: guidStability || podcast.guidStability,\n\t\t},\n\t);\n\n\tif (!updatedEpisodes.length) {\n\t\tstatsd.increment('winds.handle_podcast.result.no_updates');\n\t\treturn;\n\t}\n\n\tconst streamClient = getStreamClient();\n\tconst podcastFeed = streamClient.feed('podcast', podcastID);\n\tif (operationMap.new.length) {\n\t\tawait updateFeed(\n\t\t\tpodcastID,\n\t\t\tpodcastFeed.addActivities.bind(podcastFeed),\n\t\t\toperationMap.new,\n\t\t);\n\t}\n\tif (operationMap.changed.length) {\n\t\tawait updateFeed(\n\t\t\tpodcastID,\n\t\t\tstreamClient.updateActivities.bind(streamClient),\n\t\t\toperationMap.changed,\n\t\t);\n\t}\n\n\tconst queueOpts = { removeOnComplete: true, removeOnFail: true };\n\tconst tasks = [];\n\tif (await tryCreateQueueFlag('og', 'podcast', podcastID)) {\n\t\ttasks.push(\n\t\t\tOgQueueAdd(\n\t\t\t\t{\n\t\t\t\t\ttype: 'episode',\n\t\t\t\t\tpodcast: podcastID,\n\t\t\t\t\turls: updatedEpisodes.map((e) => e.link),\n\t\t\t\t},\n\t\t\t\tqueueOpts,\n\t\t\t),\n\t\t);\n\t}\n\tconst allowedLanguage = [null, undefined, '', 'eng'].includes(podcast.language);\n\tif (allowedLanguage) {\n\t\ttasks.push(\n\t\t\tStreamQueueAdd(\n\t\t\t\t{ podcast: podcastID, contentIds: updatedEpisodes.map((e) => e._id) },\n\t\t\t\tqueueOpts,\n\t\t\t),\n\t\t);\n\t}\n\tstatsd.increment('winds.handle_podcast.result.updates');\n}\n\n// markDone sets lastScraped to now and isParsing to false\nasync function markDone(podcastID) {\n\tawait removeFromQueueFlagSet('podcast', 'podcast', podcastID);\n\treturn await Podcast.update(\n\t\t{ _id: podcastID },\n\t\t{ lastScraped: moment().toISOString() },\n\t);\n}\n\nasync function shutdown(signal) {\n\tlogger.info(`Received ${signal}. Shutting down.`);\n\ttry {\n\t\tawait ShutDownPodcastQueue();\n\t\tmongoose.connection.close();\n\t} catch (err) {\n\t\tlogger.error(`Failure during Podcast worker shutdown: ${err.message}`);\n\t\tprocess.exit(1);\n\t}\n\tprocess.exit(0);\n}\n\nasync function failure(reason, err) {\n\tlogger.error(`Unhandled ${reason}: ${err.stack}. Shutting down Podcast worker.`);\n\ttry {\n\t\tawait ShutDownPodcastQueue();\n\t\tmongoose.connection.close();\n\t\tstatsd.increment('winds.handle_podcast.result.error');\n\t} catch (err) {\n\t\tlogger.error(`Failure during Podcast worker shutdown: ${err.message}`);\n\t}\n\tprocess.exit(1);\n}\n\nprocess.on('SIGINT', shutdown);\nprocess.on('SIGTERM', shutdown);\nprocess.on('unhandledRejection', failure.bind(null, 'promise rejection'));\nprocess.on('uncaughtException', failure.bind(null, 'exception'));\n"
  },
  {
    "path": "api/src/workers/rss.js",
    "content": "import joi from 'joi';\nimport moment from 'moment';\nimport mongoose from 'mongoose';\nimport { EventEmitter } from 'events';\n\nimport db from '../utils/db';\n\nimport RSS from '../models/rss';\nimport Article from '../models/article';\nimport logger from '../utils/logger';\nimport { ParseFeed, checkGuidStability, CreateFingerPrints } from '../parsers/feed';\nimport {\n\tProcessRssQueue,\n\tShutDownRssQueue,\n\tOgQueueAdd,\n\tStreamQueueAdd,\n} from '../asyncTasks';\nimport { getStatsDClient, timeIt } from '../utils/statsd';\nimport { getStreamClient } from '../utils/stream';\nimport { startSampling } from '../utils/watchdog';\nimport { upsertManyPosts } from '../utils/upsert';\nimport { ensureEncoded } from '../utils/urls';\nimport { tryCreateQueueFlag, removeFromQueueFlagSet } from '../utils/queue';\nimport { isBlockedURLs } from '../utils/blockedURLs';\n\nif (require.main === module) {\n\tEventEmitter.defaultMaxListeners = 128;\n\n\tlogger.info('Starting the RSS worker');\n\tProcessRssQueue(35, rssProcessor);\n\n\tstartSampling('winds.event_loop.rss.delay');\n}\n\nconst streamTTL = 25200; // 7 hours\nconst duplicateKeyError = 11000;\nconst secondaryCheckDelay = 240000; // 4 minutes\nconst statsd = getStatsDClient();\n\nfunction sleep(time) {\n\treturn new Promise((resolve) => setTimeout(resolve, time));\n}\n\nexport async function rssProcessor(job) {\n\tlogger.info(`Processing ${job.data.url}`);\n\n\tif (isBlockedURLs(job.data.url)) {\n\t\tlogger.info(`${job.data.url} is in block list and ignored.`);\n\t\treturn;\n\t}\n\n\ttry {\n\t\tawait handleRSS(job);\n\t} catch (err) {\n\t\tlet tags = { queue: 'rss' };\n\t\tlet extra = {\n\t\t\tJobRSS: job.data.rss,\n\t\t\tJobURL: job.data.url,\n\t\t};\n\n\t\tlogger.error('RSS job encountered an error', { err, tags, extra });\n\t\tstatsd.increment('winds.handle_rss.result.error');\n\t}\n\n\tlogger.info(`Completed scraping for ${job.data.url}`);\n}\n\nconst joiObjectId = joi.alternatives().try(\n\tjoi.string().length(12),\n\tjoi\n\t\t.string()\n\t\t.length(24)\n\t\t.regex(/^[0-9a-fA-F]{24}$/),\n);\nconst joiUrl = joi\n\t.string()\n\t.uri({ scheme: ['http', 'https'], allowQuerySquareBrackets: true });\n\nconst schema = joi.object().keys({\n\trss: joiObjectId.required(),\n\turl: joiUrl.required(),\n});\n\nconst chunkSize = 100;\n\nasync function updateFeed(rssID, update, articles) {\n\tfor (let offset = 0; offset < articles.length; offset += chunkSize) {\n\t\tconst limit = offset + chunkSize;\n\t\tconst chunk = articles.slice(offset, limit);\n\t\tconst streamArticles = chunk.map((article) => {\n\t\t\treturn {\n\t\t\t\tactor: rssID,\n\t\t\t\tforeign_id: `articles:${article._id}`,\n\t\t\t\tobject: article._id,\n\t\t\t\ttime: article.publicationDate,\n\t\t\t\tverb: 'rss_article',\n\t\t\t};\n\t\t});\n\t\tawait timeIt('winds.handle_rss.send_to_collections', () =>\n\t\t\tupdate(streamArticles),\n\t\t);\n\t}\n}\n\nexport async function handleRSS(job) {\n\ttry {\n\t\t// best effort at escaping urls found in the wild\n\t\tjob.data.url = ensureEncoded(job.data.url);\n\t} catch (_) {\n\t\t//XXX: ignore error\n\t}\n\n\tconst rssID = job.data.rss;\n\n\tawait timeIt('winds.handle_rss.ack', () => {\n\t\treturn markDone(rssID);\n\t});\n\n\tconst validation = joi.validate(job.data, schema);\n\tif (!!validation.error) {\n\t\tlogger.warn(\n\t\t\t`RSS job validation failed: ${validation.error.message} for '${JSON.stringify(\n\t\t\t\tjob.data,\n\t\t\t)}'`,\n\t\t);\n\t\tstatsd.increment('winds.handle_rss.result.validation_failed');\n\t\tawait RSS.incrScrapeFailures(rssID);\n\t\treturn;\n\t}\n\n\tconst rss = await timeIt('winds.handle_rss.get_rss', () => {\n\t\treturn RSS.findOne({ _id: rssID });\n\t});\n\n\tif (!rss) {\n\t\tlogger.warn(`RSS with ID ${rssID} does not exist`);\n\t\tstatsd.increment('winds.handle_rss.result.model_instance_absent');\n\t\treturn;\n\t}\n\n\tif (rss.duplicateOf) {\n\t\tlogger.warn(\n\t\t\t`RSS with ID ${rssID} is a duplicate of ${rss.duplicateOf}. Skipping`,\n\t\t);\n\t\tstatsd.increment('winds.handle_rss.result.model_instance_duplicate');\n\t\treturn;\n\t}\n\n\tlogger.info(`Marked ${rssID} as done`);\n\n\tlet rssContent, guidStability;\n\ttry {\n\t\trssContent = await ParseFeed(job.data.url, rss.guidStability);\n\t\tif (!rss.guidStability || rss.guidStability === 'UNCHECKED') {\n\t\t\t//XXX: waiting a bit to increase the chances of catching time-dependent GUIDs\n\t\t\tawait sleep(secondaryCheckDelay);\n\t\t\tconst controlRssContent = await ParseFeed(job.data.url, rss.guidStability);\n\t\t\tguidStability = checkGuidStability(\n\t\t\t\trssContent.articles,\n\t\t\t\tcontrolRssContent.articles,\n\t\t\t);\n\t\t\trssContent.articles = CreateFingerPrints(rssContent.articles, guidStability);\n\t\t}\n\t\tawait RSS.resetScrapeFailures(rssID);\n\t} catch (err) {\n\t\tawait RSS.incrScrapeFailures(rssID);\n\t\tlogger.warn(`HTTP request failed for url ${job.data.url}: ${err.message}`);\n\t}\n\n\tif (!rssContent || rssContent.articles.length === 0) {\n\t\tlogger.debug(`RSS with ID ${rssID} is empty`);\n\t\tstatsd.increment('winds.handle_rss.result.no_content');\n\n\t\tif (rss.guidStability != guidStability) {\n\t\t\tawait RSS.update(\n\t\t\t\t{ _id: rssID },\n\t\t\t\t{\n\t\t\t\t\tguidStability: guidStability || rss.guidStability,\n\t\t\t\t},\n\t\t\t);\n\t\t}\n\t\treturn;\n\t}\n\n\tif (rssContent.fingerprint && rssContent.fingerprint === rss.fingerprint) {\n\t\tlogger.debug(`RSS with ID ${rssID} has same fingerprint as registered before`);\n\t\tstatsd.increment('winds.handle_rss.result.same_content');\n\n\t\tif (rss.guidStability != guidStability) {\n\t\t\tawait RSS.update(\n\t\t\t\t{ _id: rssID },\n\t\t\t\t{\n\t\t\t\t\tguidStability: guidStability || rss.guidStability,\n\t\t\t\t},\n\t\t\t);\n\t\t}\n\t\treturn;\n\t}\n\n\tlogger.debug(`Updating ${rssContent.articles.length} articles for feed ${rssID}`);\n\n\tstatsd.increment('winds.handle_rss.articles.parsed', rssContent.articles.length);\n\n\tfor (const article of rssContent.articles) {\n\t\tarticle.rss = rssID;\n\t}\n\n\tlogger.debug(`Starting the upsertManyPosts for RSS with ID ${rssID}`);\n\tconst operationMap = await upsertManyPosts(rssID, rssContent.articles, 'rss');\n\tconst updatedArticles = operationMap.new\n\t\t.concat(operationMap.changed)\n\t\t.filter((a) => !!a.url);\n\tlogger.info(\n\t\t`Finished updating. ${updatedArticles.length} out of ${rssContent.articles.length} changed for RSS with ID ${rssID}`,\n\t);\n\n\tawait RSS.update(\n\t\t{ _id: rssID },\n\t\t{\n\t\t\t// postCount: await Article.count({ rss: rssID }),\n\t\t\tfingerprint: rssContent.fingerprint,\n\t\t\tguidStability: guidStability || rss.guidStability,\n\t\t},\n\t);\n\n\tstatsd.increment('winds.handle_rss.articles.upserted', updatedArticles.length);\n\n\tif (!updatedArticles.length) {\n\t\tstatsd.increment('winds.handle_rss.result.no_updates');\n\t\treturn;\n\t}\n\n\tconst streamClient = getStreamClient();\n\tconst rssFeed = streamClient.feed('rss', rssID);\n\tif (operationMap.new.length) {\n\t\tawait updateFeed(\n\t\t\trssID,\n\t\t\trssFeed.addActivities.bind(rssFeed),\n\t\t\toperationMap.new.filter((a) => !!a.url),\n\t\t);\n\t}\n\tif (operationMap.changed.length) {\n\t\tawait updateFeed(\n\t\t\trssID,\n\t\t\tstreamClient.updateActivities.bind(streamClient),\n\t\t\toperationMap.changed.filter((a) => !!a.url),\n\t\t);\n\t}\n\n\tconst queueOpts = { removeOnComplete: true, removeOnFail: true };\n\tconst tasks = [];\n\n\tif (await tryCreateQueueFlag('og', 'rss', rssID)) {\n\t\ttasks.push(\n\t\t\tOgQueueAdd(\n\t\t\t\t{ type: 'article', rss: rssID, urls: updatedArticles.map((a) => a.url) },\n\t\t\t\tqueueOpts,\n\t\t\t),\n\t\t);\n\t}\n\tconst allowedLanguage = [null, undefined, '', 'eng'].includes(rss.language);\n\tif (allowedLanguage) {\n\t\ttasks.push(\n\t\t\tStreamQueueAdd(\n\t\t\t\t{ rss: rssID, contentIds: updatedArticles.map((a) => a._id) },\n\t\t\t\tqueueOpts,\n\t\t\t),\n\t\t);\n\t}\n\tstatsd.increment('winds.handle_rss.result.updates');\n}\n\nasync function markDone(rssID) {\n\tawait removeFromQueueFlagSet('rss', 'rss', rssID);\n\treturn await RSS.update({ _id: rssID }, { lastScraped: moment().toISOString() });\n}\n\nasync function shutdown(signal) {\n\tlogger.info(`Received ${signal}. Shutting down.`);\n\ttry {\n\t\tawait ShutDownRssQueue();\n\t\tmongoose.connection.close();\n\t} catch (err) {\n\t\tlogger.error(`Failure during RSS worker shutdown: ${err.message}`);\n\t\tprocess.exit(1);\n\t}\n\tprocess.exit(0);\n}\n\nasync function failure(source, err) {\n\tlogger.error(`Unhandled ${source}: ${err.stack}. Shutting down RSS worker.`);\n\ttry {\n\t\tawait ShutDownRssQueue();\n\t\tmongoose.connection.close();\n\t\tstatsd.increment('winds.handle_rss.result.error');\n\t} catch (err) {\n\t\tlogger.error(`Failure during RSS worker shutdown: ${err.message}`);\n\t}\n\tprocess.exit(1);\n}\n\nprocess.on('SIGINT', shutdown);\nprocess.on('SIGTERM', shutdown);\nprocess.on('unhandledRejection', failure.bind(null, 'promise rejection'));\nprocess.on('uncaughtException', failure.bind(null, 'exception'));\n"
  },
  {
    "path": "api/src/workers/social.js",
    "content": "import mongoose from 'mongoose';\nimport joi from 'joi';\n\nimport db from '../utils/db';\n\nimport RSS from '../models/rss';\nimport Article from '../models/article';\nimport logger from '../utils/logger';\nimport { ProcessSocialQueue, ShutDownSocialQueue } from '../asyncTasks';\nimport { timeIt } from '../utils/statsd';\nimport { fetchSocialScore } from '../utils/social';\nimport { ensureEncoded } from '../utils/urls';\nimport { startSampling } from '../utils/watchdog';\nimport { removeQueueFlag } from '../utils/queue';\n\nif (require.main === module) {\n\tlogger.info('Starting the Social worker');\n\tProcessSocialQueue(1, socialProcessor);\n\n\tstartSampling('winds.event_loop.social.delay');\n}\n\nconst streamQueueSettings = { removeOnComplete: true, removeOnFail: true };\n\nconst joiObjectId = joi.alternatives().try(\n\tjoi.string().length(12),\n\tjoi\n\t\t.string()\n\t\t.length(24)\n\t\t.regex(/^[0-9a-fA-F]{24}$/),\n);\nconst joiUrl = joi\n\t.string()\n\t.uri({ scheme: ['http', 'https'], allowQuerySquareBrackets: true });\n\nconst schema = joi.object().keys({\n\trss: joiObjectId.required(),\n\tarticles: joi.array().min(1).required(),\n});\nconst itemSchema = joi.object().keys({\n\tid: joiObjectId.required(),\n\tlink: joiUrl,\n\tcommentUrl: joi.any(),\n});\n\nexport async function socialProcessor(job) {\n\tlogger.info(`Processing social scores for feed ${job.data.rss}`);\n\t// just intercept error handling before it goes to Bull\n\ttry {\n\t\tawait handleSocial(job);\n\t} catch (err) {\n\t\tconst tags = { queue: 'social' };\n\t\tconst extra = { JobRSS: job.data.rss, JobArticles: job.data.articles };\n\t\tlogger.error('Social job encountered an error', { err, tags, extra });\n\t}\n\tlogger.info(`Completed processing social scores for feed ${job.data.rss}`);\n}\n\nexport async function handleSocial(job) {\n\ttry {\n\t\t// best effort at escaping urls found in the wild\n\t\tfor (const article of job.data.articles) {\n\t\t\tarticle.link = ensureEncoded(article.link);\n\t\t}\n\t} catch (_) {\n\t\t//XXX: ignore error\n\t}\n\n\tconst validation = joi.validate(job.data, schema);\n\tif (!!validation.error) {\n\t\tlogger.warn(\n\t\t\t`Social job validation failed: ${\n\t\t\t\tvalidation.error.message\n\t\t\t} for '${JSON.stringify(job.data)}'`,\n\t\t);\n\t\treturn;\n\t}\n\n\tconst socialBatch = Article.collection.initializeUnorderedBulkOp();\n\tconst articles = job.data.articles.filter((a) => !joi.validate(a, itemSchema).error);\n\tif (!articles.length) {\n\t\tconst errors = job.data.articles\n\t\t\t.map((a) => joi.validate(a, itemSchema))\n\t\t\t.filter((r) => !!r.error);\n\t\tlogger.warn(\n\t\t\t`No article passed validation: ${errors.map(\n\t\t\t\t(r) => r.error.message,\n\t\t\t)} for '${JSON.stringify(job.data)}'`,\n\t\t);\n\t\treturn;\n\t}\n\n\tawait removeQueueFlag('social', 'rss', job.data.rss);\n\n\tlet updatingSocialScore = false;\n\tawait timeIt('winds.handle_social.update_social_score', () => {\n\t\treturn Promise.all(\n\t\t\tarticles.map(async (article) => {\n\t\t\t\tconst socialScore = await fetchSocialScore(article);\n\t\t\t\tif (Object.keys(socialScore).length) {\n\t\t\t\t\tupdatingSocialScore = true;\n\t\t\t\t\tsocialBatch\n\t\t\t\t\t\t.find({ _id: mongoose.Types.ObjectId(article.id) })\n\t\t\t\t\t\t.updateOne({ $set: { socialScore } });\n\t\t\t\t}\n\t\t\t}),\n\t\t);\n\t});\n\tif (updatingSocialScore) {\n\t\tawait socialBatch.execute();\n\t}\n}\n\nasync function shutdown(signal) {\n\tlogger.info(`Received ${signal}. Shutting down.`);\n\ttry {\n\t\tawait ShutDownSocialQueue();\n\t\tmongoose.connection.close();\n\t} catch (err) {\n\t\tlogger.error(`Failure during Social worker shutdown: ${err.message}`);\n\t\tprocess.exit(1);\n\t}\n\tprocess.exit(0);\n}\n\nasync function failure(reason, err) {\n\tlogger.error(`Unhandled ${reason}: ${err.stack}. Shutting down Social worker.`);\n\ttry {\n\t\tawait ShutDownSocialQueue();\n\t\tmongoose.connection.close();\n\t} catch (err) {\n\t\tlogger.error(`Failure during Social worker shutdown: ${err.message}`);\n\t}\n\tprocess.exit(1);\n}\n\nprocess.on('SIGINT', shutdown);\nprocess.on('SIGTERM', shutdown);\nprocess.on('unhandledRejection', failure.bind(null, 'promise rejection'));\nprocess.on('uncaughtException', failure.bind(null, 'exception'));\n"
  },
  {
    "path": "api/src/workers/stream.js",
    "content": "import joi from 'joi';\nimport mongoose from 'mongoose';\n\nimport db from '../utils/db';\n\nimport RSS from '../models/rss';\nimport Podcast from '../models/podcast';\nimport Article from '../models/article';\nimport Episode from '../models/episode';\nimport logger from '../utils/logger';\nimport { ProcessStreamQueue, ShutDownStreamQueue } from '../asyncTasks';\nimport { timeIt } from '../utils/statsd';\nimport { sendFeedToCollections } from '../utils/collections';\nimport { startSampling } from '../utils/watchdog';\n\nif (require.main === module) {\n\tlogger.info('Starting the Stream worker');\n\tProcessStreamQueue(2, streamProcessor);\n\n\tstartSampling('winds.event_loop.stream.delay');\n}\n\nexport async function streamProcessor(job) {\n\tlogger.info(`Processing Stream feeds for feed ${job.data.rss}`);\n\t// just intercept error handling before it goes to Bull\n\ttry {\n\t\tawait handleStream(job);\n\t} catch (err) {\n\t\tconst tags = { queue: 'stream' };\n\t\tconst extra = { JobRSS: job.data.rss, JobArticles: job.data.articles };\n\t\tlogger.error('Stream feed job ecountered an error', { err, tags, extra });\n\t\t//XXX: we have to retry to not lose updates\n\t\tawait job.retry();\n\t}\n\tlogger.info(`Completed processing Stream feeds for feed ${job.data.rss}`);\n}\n\nconst joiObjectId = joi.alternatives().try(\n\tjoi.string().length(12),\n\tjoi\n\t\t.string()\n\t\t.length(24)\n\t\t.regex(/^[0-9a-fA-F]{24}$/),\n);\n\nconst schema = joi\n\t.object()\n\t.keys({\n\t\trss: joiObjectId,\n\t\tpodcast: joiObjectId,\n\t\tcontentIds: joi.array().items(joiObjectId).min(1).required(),\n\t})\n\t.xor('rss', 'podcast');\n\nexport async function handleStream(job) {\n\tconst validation = joi.validate(job.data, schema);\n\tif (!!validation.error) {\n\t\tlogger.warn(\n\t\t\t`Stream job validation failed: ${\n\t\t\t\tvalidation.error.message\n\t\t\t} for '${JSON.stringify(job.data)}'`,\n\t\t);\n\t\treturn;\n\t}\n\n\tconst [type, model, contentModel] =\n\t\t'rss' in job.data ? ['rss', RSS, Article] : ['podcast', Podcast, Episode];\n\n\tconst feed = await model.findById(job.data[type]);\n\tconst content = await contentModel\n\t\t.find({ _id: { $in: job.data.contentIds } })\n\t\t.sort({ publicationDate: -1 })\n\t\t.limit(1000);\n\tawait timeIt('winds.handle_stream.send_to_collections', () =>\n\t\tsendFeedToCollections(type, feed, content),\n\t);\n}\n\nasync function shutdown(signal) {\n\tlogger.info(`Received ${signal}. Shutting down.`);\n\ttry {\n\t\tawait ShutDownStreamQueue();\n\t\tmongoose.connection.close();\n\t} catch (err) {\n\t\tlogger.error(`Failure during Stream worker shutdown: ${err.message}`);\n\t\tprocess.exit(1);\n\t}\n\tprocess.exit(0);\n}\n\nasync function failure(reason, err) {\n\tlogger.error(`Unhandled ${reason}: ${err.stack}. Shutting down Stream worker.`);\n\ttry {\n\t\tawait ShutDownStreamQueue();\n\t\tmongoose.connection.close();\n\t} catch (err) {\n\t\tlogger.error(`Failure during Stream worker shutdown: ${err.message}`);\n\t}\n\tprocess.exit(1);\n}\n\nprocess.on('SIGINT', shutdown);\nprocess.on('SIGTERM', shutdown);\nprocess.on('unhandledRejection', failure.bind(null, 'promise rejection'));\nprocess.on('uncaughtException', failure.bind(null, 'exception'));\n"
  },
  {
    "path": "api/src/workers/winds-hackernews.js",
    "content": "import request from 'request-promise-native';\n\nimport '../config';\nimport db from '../utils/db';\n\nimport Rss from '../models/rss';\nimport Article from '../models/article';\n\nasync function tryHackernewsAPI(path, retries = 5) {\n\tconst url = 'https://hacker-news.firebaseio.com/v0' + path;\n\twhile (retries) {\n\t\ttry {\n\t\t\treturn await request(url, { json: true });\n\t\t} catch (_) {\n\t\t\t--retries;\n\t\t}\n\t}\n\tthrow new Error(`Failed to perform call to '${path}'`);\n}\n\nasync function hackernewsData(postID) {\n\tconst response = await tryHackernewsAPI(`/item/${postID}.json`);\n\treturn response.data;\n}\n\nasync function hackernewsTop() {\n\tconst response = await tryHackernewsAPI('/topstories.json');\n\treturn response.data;\n}\n\nfunction commentUrl(postID) {\n\treturn `https://news.ycombinator.com/item?id=${postID}`;\n}\n\nasync function main() {\n\tawait db;\n\n\tconst ids = await hackernewsTop();\n\tconst posts = await Promise.all(ids.map(hackernewsData));\n\tconst urlToScore = posts.reduce(\n\t\t(map, post) => map.set(post.url, post.score),\n\t\tnew Map(),\n\t);\n\tconst commentUrlToScore = posts.reduce(\n\t\t(map, post) => map.set(commentUrl(post.id), post.score),\n\t\tnew Map(),\n\t);\n\tconst [urlMatch, commentUrlMatch] = await Promise.all([\n\t\tArticle.find({ url: { $in: [...urlToScore.keys()] } }),\n\t\tArticle.find({ commentUrl: { $in: [...commentUrlToScore.keys()] } }),\n\t]);\n\tconst batch = Article.collection.initializeUnorderedBulkOp();\n\tfor (const match of urlMatch) {\n\t\tbatch\n\t\t\t.find({ _id: match._id })\n\t\t\t.updateOne({ $set: { 'socialScore.hackernews': urlToScore.get(match.url) } });\n\t}\n\tfor (const match of commentUrlMatch) {\n\t\tbatch.find({ _id: match._id }).updateOne({\n\t\t\t$set: {\n\t\t\t\t'socialScore.hackernews': commentUrlToScore.get(match.commentUrl),\n\t\t\t},\n\t\t});\n\t}\n\tawait batch.execute();\n}\n\nmain()\n\t.then(() => {\n\t\tconsole.info('done');\n\t\tprocess.exit(0);\n\t})\n\t.catch((err) => {\n\t\tconsole.info(`failed with err ${err.stack}`);\n\t\tprocess.exit(1);\n\t});\n"
  },
  {
    "path": "api/src/workers/winds-queue-state-monitor.js",
    "content": "import Redis from 'ioredis';\n\nimport config from '../config';\nimport { getStatsDClient } from '../utils/statsd';\n\nconst redis = new Redis(config.cache.uri);\nconst statsd = getStatsDClient();\n\nfunction countSetElements(key) {\n\treturn redis.zcount(key, '-inf', '+inf');\n}\n\nfunction countLockTypes(pattern) {\n\treturn new Promise((resolve, reject) => {\n\t\tconst result = {};\n\t\tconst stream = redis.scanStream({ match: `${pattern}:*`, count: 100 });\n\t\tstream.on('data', (data) => {\n\t\t\tconst types = data.map((key) => key.split(':')[3]);\n\t\t\tfor (const type of types) {\n\t\t\t\tresult[type] = result[type] || 0;\n\t\t\t\tresult[type] += 1;\n\t\t\t}\n\t\t});\n\t\tstream.on('end', () => resolve(result));\n\t\tstream.on('error', reject);\n\t});\n}\n\nasync function main() {\n\tfor (const queueName of ['rss', 'podcast']) {\n\t\tconst key = `queue-status:${queueName}`;\n\t\tconst count = await countSetElements(key);\n\t\tstatsd.gauge(`winds.queue.${queueName}.flags.${queueName}`, count);\n\t\tconsole.log(`${queueName} total: ${count}`);\n\t\tstatsd.gauge(`winds.queue.${queueName}.flags.total`, count);\n\t}\n\tfor (const queueName of ['og', 'stream', 'social']) {\n\t\tconst prefix = `queue-status:${queueName}`;\n\t\tconst types = await countLockTypes(prefix);\n\t\tlet total = 0;\n\t\tfor (const [type, count] of Object.entries(types)) {\n\t\t\tstatsd.gauge(`winds.queue.${queueName}.flags.${type}`, count);\n\t\t\tconsole.log(`${queueName} type ${type}: ${count}`);\n\t\t\ttotal += count;\n\t\t}\n\t\tstatsd.gauge(`winds.queue.${queueName}.flags.total`, total);\n\t\tconsole.log(`${queueName} total: ${total}`);\n\t}\n}\n\nmain()\n\t.then(() => {\n\t\tconsole.info('done');\n\t\tsetTimeout(process.exit.bind(process, 0), 2000);\n\t})\n\t.catch((err) => {\n\t\tconsole.info(`failed with err ${err.stack}`);\n\t\tsetTimeout(process.exit.bind(process, 1), 2000);\n\t});\n"
  },
  {
    "path": "api/test/controllers/alias.js",
    "content": "import { expect, request } from 'chai';\n\nimport api from '../../src/server';\nimport Alias from '../../src/models/alias';\nimport Podcast from '../../src/models/podcast';\nimport Rss from '../../src/models/rss';\nimport { loadFixture, withLogin, dropDBs } from '../utils';\n\ndescribe('Alias controller', () => {\n\tlet alias;\n\tlet podcast;\n\tlet rss;\n\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data', 'aliases');\n\n\t\talias = await Alias.findOne();\n\t\tpodcast = await Podcast.findOne();\n\t\trss = await Rss.findOne();\n\t});\n\n\tdescribe('list', () => {\n\t\tit('should return all aliases', async () => {\n\t\t\tconst res = await withLogin(request(api).get('/aliases'));\n\t\t\texpect(res).to.have.status(200);\n\t\t});\n\t});\n\n\tdescribe('get', () => {\n\t\tit('should return a single alias via /aliases/:aliasId', async () => {\n\t\t\tconst res = await withLogin(request(api).get(`/aliases/${alias._id}`));\n\t\t\texpect(res).to.have.status(200);\n\t\t});\n\t});\n\n\tdescribe('post', () => {\n\t\tit('should try to create empty alias and return error', async () => {\n\t\t\tconst res = await withLogin(request(api).post('/aliases'));\n\t\t\texpect(res).to.have.status(422);\n\t\t});\n\t});\n\n\tdescribe('post', () => {\n\t\tit('should create an RSS alias and return the alias', async () => {\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/aliases')\n\t\t\t\t\t.send({ alias: 'name', rss: rss._id }),\n\t\t\t);\n\t\t\texpect(res).to.have.status(200);\n\t\t\texpect(res.body).to.have.property('rss');\n\t\t\texpect(res.body.alias).to.be.equal('name');\n\t\t});\n\t});\n\n\tdescribe('post', () => {\n\t\tit('should create an Podcast alias and return the alias', async () => {\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/aliases')\n\t\t\t\t\t.send({ alias: 'name', podcast: podcast._id }),\n\t\t\t);\n\t\t\texpect(res).to.have.status(200);\n\t\t\texpect(res.body).to.have.property('podcast');\n\t\t\texpect(res.body.alias).to.be.equal('name');\n\t\t});\n\t});\n\n\tdescribe('put', () => {\n\t\tit('should update the existed alias', async () => {\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.put(`/aliases/${alias._id}`)\n\t\t\t\t\t.send({ alias: 'newName' }),\n\t\t\t);\n\t\t\texpect(res).to.have.status(200);\n\t\t\texpect(res.body.alias).to.be.equal('newName');\n\t\t});\n\t});\n\n\tdescribe('delete', () => {\n\t\tit('should delete a alias', async () => {\n\t\t\tlet res = await withLogin(request(api).delete(`/aliases/${alias._id}`));\n\t\t\texpect(res).to.have.status(204);\n\t\t\tres = await withLogin(request(api).delete(`/aliases/${alias._id}`));\n\t\t\texpect(res).to.have.status(404);\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/controllers/article.js",
    "content": "import { expect, request } from 'chai';\n\nimport api from '../../src/server';\nimport Article from '../../src/models/article';\nimport config from '../../src/config';\nimport { dropDBs, loadFixture, withLogin, getMockClient } from '../utils.js';\n\ndescribe('Article controller', () => {\n\tlet article;\n\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data', 'articles');\n\t\tarticle = await Article.findOne({});\n\t\texpect(article).to.not.be.null;\n\t\texpect(article.rss).to.not.be.null;\n\t});\n\n\tdescribe('get', () => {\n\t\tit('should return the right article via /articles/:articleId', async () => {\n\t\t\tlet response = await withLogin(request(api).get(`/articles/${article.id}`));\n\t\t\texpect(response).to.have.status(200);\n\t\t});\n\t});\n\n\tdescribe('get parsed article', () => {\n\t\tit('should return the parsed version of the article', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.get(`/articles/${article.id}`)\n\t\t\t\t\t.query({ type: 'parsed' }),\n\t\t\t);\n\t\t\texpect(response).to.have.status(200);\n\t\t});\n\t});\n\n\tdescribe('list', () => {\n\t\tit('should return the list of articles', async () => {\n\t\t\tlet response = await withLogin(request(api).get('/articles'));\n\t\t\texpect(response).to.have.status(200);\n\t\t});\n\t});\n\n\tdescribe('list from personalization', () => {\n\t\tit('should return the list of articles', async () => {\n\t\t\tconst mock = getMockClient();\n\t\t\tconst opts = { user_id: '5b0f306d8e147f10f16aceaf', limit: 20 };\n\t\t\tconst result = { results: [{ foreign_id: `article:${article.id}` }] };\n\n\t\t\tmock.personalization.get.withArgs('winds_article_recommendations', opts).returns({ data: result });\n\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.get('/articles')\n\t\t\t\t\t.query({\n\t\t\t\t\t\ttype: 'recommended',\n\t\t\t\t\t}),\n\t\t\t);\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body.length).to.be.at.least(1);\n\t\t\texpect(response.body[0].url).to.eq(article.url);\n\n\t\t\tmock.personalization.get.reset();\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/controllers/auth.js",
    "content": "import { expect, request } from 'chai';\nimport jwt from 'jsonwebtoken';\n\nimport api from '../../src/server';\nimport config from '../../src/config';\nimport Podcast from '../../src/models/podcast';\nimport RSS from '../../src/models/rss';\nimport User from '../../src/models/user';\nimport { DummyEmailTransport } from '../../src/utils/email/send';\nimport { loadFixture, getMockClient, getMockFeed, dropDBs } from '../utils';\nimport Redis from 'ioredis';\n\nconst cache = new Redis(config.cache.uri);\n\ndescribe('Auth controller', () => {\n\tdescribe('signup', () => {\n\t\tbefore(dropDBs);\n\n\t\tdescribe('empty state', () => {\n\t\t\tlet response;\n\t\t\tlet user;\n\n\t\t\tbefore(async () => {\n\t\t\t\texpect(await User.findOne({ email: 'valid@email.com' })).to.be.null;\n\n\t\t\t\tawait cache.flushall();\n\n\t\t\t\tresponse = await request(api)\n\t\t\t\t\t.post('/auth/signup')\n\t\t\t\t\t.send({\n\t\t\t\t\t\temail: 'valid@email.com',\n\t\t\t\t\t\tusername: 'valid',\n\t\t\t\t\t\tname: 'Valid Name',\n\t\t\t\t\t\tpassword: 'valid_password',\n\t\t\t\t\t});\n\n\t\t\t\tuser = await User.findOne({ email: 'valid@email.com' });\n\t\t\t});\n\n\t\t\tafter(async () => {\n\t\t\t\tawait RSS.remove().exec();\n\t\t\t\tawait Podcast.remove().exec();\n\t\t\t\tawait User.findOneAndDelete({ email: 'valid@email.com' });\n\t\t\t});\n\n\t\t\tit('should return 200', () => {\n\t\t\t\tconst mockClient = getMockClient();\n\t\t\t\texpect(response).to.have.status(200);\n\t\t\t\texpect(\n\t\t\t\t\tmockClient.followMany.firstCall &&\n\t\t\t\t\t\tmockClient.followMany.firstCall.args,\n\t\t\t\t).to.be.null;\n\t\t\t});\n\t\t});\n\n\t\tdescribe('valid request', () => {\n\t\t\tlet response;\n\t\t\tlet user;\n\n\t\t\tbefore(async () => {\n\t\t\t\texpect(await User.findOne({ email: 'valid@email.com' })).to.be.null;\n\n\t\t\t\tawait cache.flushall();\n\n\t\t\t\tawait loadFixture('featured');\n\n\t\t\t\tresponse = await request(api)\n\t\t\t\t\t.post('/auth/signup')\n\t\t\t\t\t.send({\n\t\t\t\t\t\temail: 'valid@email.com',\n\t\t\t\t\t\tusername: 'valid',\n\t\t\t\t\t\tname: 'Valid Name',\n\t\t\t\t\t\tpassword: 'valid_password',\n\t\t\t\t\t});\n\n\t\t\t\tuser = await User.findOne({ email: 'valid@email.com' });\n\t\t\t});\n\n\t\t\tafter(async () => {\n\t\t\t\tawait RSS.remove().exec();\n\t\t\t\tawait Podcast.remove().exec();\n\t\t\t});\n\n\t\t\tit('should return 200', () => {\n\t\t\t\texpect(response).to.have.status(200);\n\t\t\t});\n\n\t\t\tit('should return user info', () => {\n\t\t\t\tconst keys = ['_id', 'email', 'interests', 'name', 'username'];\n\t\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\n\t\t\t\tfor (const key of keys) {\n\t\t\t\t\t//XXX: converting to string to avoid type differences\n\t\t\t\t\texpect(String(response.body[key])).to.be.equal(String(user[key]));\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tit('should return valid jwt', async () => {\n\t\t\t\texpect(response.body.jwt).to.not.be.empty;\n\n\t\t\t\tconst decoded = jwt.verify(response.body.jwt, config.jwt.secret);\n\n\t\t\t\texpect(decoded).to.not.be.null;\n\t\t\t\texpect(Object.keys(decoded)).to.include.members(['email', 'sub']);\n\t\t\t\texpect(decoded.email).to.equal(user.email);\n\t\t\t\texpect(decoded.sub).to.equal(String(user._id));\n\t\t\t});\n\n\t\t\tit('should create a User entity', async () => {\n\t\t\t\texpect(user).to.not.be.null;\n\t\t\t\texpect(user).to.include({\n\t\t\t\t\temail: 'valid@email.com',\n\t\t\t\t\tusername: 'valid',\n\t\t\t\t\tname: 'Valid Name',\n\t\t\t\t});\n\t\t\t\texpect(await user.verifyPassword('valid_password')).to.be.true;\n\t\t\t});\n\n\t\t\tit('should follow featured podcasts and RSS feeds', async () => {\n\t\t\t\tconst mockClient = getMockClient();\n\n\t\t\t\tconst podcastEntries = await Podcast.find({\n\t\t\t\t\tfeatured: true,\n\t\t\t\t});\n\n\t\t\t\tconst rssEntries = await RSS.find({\n\t\t\t\t\tfeatured: true,\n\t\t\t\t});\n\n\t\t\t\tconst merged = [...podcastEntries, ...rssEntries];\n\t\t\t\tlet correct = [];\n\n\t\t\t\tfor (const data of merged) {\n\t\t\t\t\tlet type = data.constructor.modelName == 'RSS' ? 'rss' : 'podcast';\n\t\t\t\t\tlet userFeed = type == 'rss' ? 'user_article' : 'user_episode';\n\t\t\t\t\tcorrect.push(\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tsource: `timeline:${user._id}`,\n\t\t\t\t\t\t\ttarget: `${type}:${data._id}`,\n\t\t\t\t\t\t},\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tsource: `${userFeed}:${user._id}`,\n\t\t\t\t\t\t\ttarget: `${type}:${data._id}`,\n\t\t\t\t\t\t},\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t\tconst actual = mockClient.followMany.firstCall.args[0];\n\t\t\t\texpect(actual).to.deep.have.same.members(correct);\n\t\t\t});\n\n\t\t\tit('should send welcome email to user', async () => {\n\t\t\t\tlet email = DummyEmailTransport.emails[0];\n\t\t\t\texpect(email.subject).to.equal('Welcome to Winds!');\n\t\t\t});\n\t\t});\n\n\t\tdescribe('invalid request', () => {\n\t\t\tit('should return 400 for missing/empty data', async () => {\n\t\t\t\tconst bodies = [\n\t\t\t\t\t{\n\t\t\t\t\t\temail: undefined,\n\t\t\t\t\t\tusername: 'valid',\n\t\t\t\t\t\tname: 'Valid Name',\n\t\t\t\t\t\tpassword: 'valid_password',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\temail: 'valid@email.com',\n\t\t\t\t\t\tusername: undefined,\n\t\t\t\t\t\tname: 'Valid Name',\n\t\t\t\t\t\tpassword: 'valid_password',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\temail: 'valid@email.com',\n\t\t\t\t\t\tusername: 'valid',\n\t\t\t\t\t\tname: undefined,\n\t\t\t\t\t\tpassword: 'valid_password',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\temail: 'valid@email.com',\n\t\t\t\t\t\tusername: 'valid',\n\t\t\t\t\t\tname: 'Valid Name',\n\t\t\t\t\t\tpassword: undefined,\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\temail: '',\n\t\t\t\t\t\tusername: 'valid',\n\t\t\t\t\t\tname: 'Valid Name',\n\t\t\t\t\t\tpassword: 'valid_password',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\temail: 'invalid.email.com',\n\t\t\t\t\t\tusername: '',\n\t\t\t\t\t\tname: 'Valid Name',\n\t\t\t\t\t\tpassword: 'valid_password',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\temail: 'invalid.email.com',\n\t\t\t\t\t\tusername: 'valid',\n\t\t\t\t\t\tname: '',\n\t\t\t\t\t\tpassword: 'valid_password',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\temail: 'invalid.email.com',\n\t\t\t\t\t\tusername: 'valid',\n\t\t\t\t\t\tname: 'Valid Name',\n\t\t\t\t\t\tpassword: '',\n\t\t\t\t\t},\n\t\t\t\t];\n\t\t\t\tconst requests = bodies.map(body =>\n\t\t\t\t\trequest(api)\n\t\t\t\t\t\t.post('/auth/signup')\n\t\t\t\t\t\t.send(body),\n\t\t\t\t);\n\t\t\t\tfor (const response of await Promise.all(requests)) {\n\t\t\t\t\texpect(response).to.have.status(400);\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tit('should return 400 for invalid email', async () => {\n\t\t\t\tconst bodies = [\n\t\t\t\t\t{\n\t\t\t\t\t\temail: 'invalid.email.com',\n\t\t\t\t\t\tusername: 'valid',\n\t\t\t\t\t\tname: 'Valid Name',\n\t\t\t\t\t\tpassword: 'valid_password',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\temail: 'invalid@email',\n\t\t\t\t\t\tusername: 'valid',\n\t\t\t\t\t\tname: 'Valid Name',\n\t\t\t\t\t\tpassword: 'valid_password',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\temail: '@invalid.email.com',\n\t\t\t\t\t\tusername: 'valid',\n\t\t\t\t\t\tname: 'Valid Name',\n\t\t\t\t\t\tpassword: 'valid_password',\n\t\t\t\t\t},\n\t\t\t\t];\n\t\t\t\tconst requests = bodies.map(body =>\n\t\t\t\t\trequest(api)\n\t\t\t\t\t\t.post('/auth/signup')\n\t\t\t\t\t\t.send(body),\n\t\t\t\t);\n\t\t\t\tfor (const response of await Promise.all(requests)) {\n\t\t\t\t\texpect(response).to.have.status(400);\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tit('should return 400 for invalid username', async () => {\n\t\t\t\tconst response = await request(api)\n\t\t\t\t\t.post('/auth/signup')\n\t\t\t\t\t.send({\n\t\t\t\t\t\temail: 'valid@email.com',\n\t\t\t\t\t\tusername: 'invalid username',\n\t\t\t\t\t\tname: 'Valid Name',\n\t\t\t\t\t\tpassword: 'valid_password',\n\t\t\t\t\t});\n\n\t\t\t\texpect(response).to.have.status(400);\n\t\t\t});\n\n\t\t\tit('should return 409 for existing user', async () => {\n\t\t\t\tawait dropDBs();\n\t\t\t\tawait loadFixture('initial-data');\n\n\t\t\t\tconst response = await request(api)\n\t\t\t\t\t.post('/auth/signup')\n\t\t\t\t\t.send({\n\t\t\t\t\t\temail: 'valid@email.com',\n\t\t\t\t\t\tusername: 'valid',\n\t\t\t\t\t\tname: 'Valid Name',\n\t\t\t\t\t\tpassword: 'valid_password',\n\t\t\t\t\t});\n\n\t\t\t\texpect(response).to.have.status(409);\n\t\t\t});\n\t\t});\n\t});\n\n\tdescribe('login', () => {\n\t\tlet user;\n\n\t\tbefore(async () => {\n\t\t\tawait dropDBs();\n\t\t\tawait loadFixture('initial-data');\n\t\t\tuser = await User.findOne({ email: 'valid@email.com' });\n\t\t\texpect(user).to.not.be.null;\n\t\t\texpect(await user.verifyPassword('valid_password')).to.be.true;\n\t\t});\n\n\t\tdescribe('valid request', () => {\n\t\t\tlet response;\n\n\t\t\tbefore(async () => {\n\t\t\t\tresponse = await request(api)\n\t\t\t\t\t.post('/auth/login')\n\t\t\t\t\t.send({\n\t\t\t\t\t\temail: 'valid@email.com',\n\t\t\t\t\t\tpassword: 'valid_password',\n\t\t\t\t\t});\n\t\t\t});\n\n\t\t\tit('should return 200 for existing user', () => {\n\t\t\t\texpect(response).to.have.status(200);\n\t\t\t});\n\n\t\t\tit('should return user info', () => {\n\t\t\t\tconst keys = ['_id', 'email', 'interests', 'name', 'username'];\n\t\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\n\t\t\t\tfor (const key of keys) {\n\t\t\t\t\t//XXX: converting to string to avoid type differences\n\t\t\t\t\texpect(String(response.body[key])).to.be.equal(String(user[key]));\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tit('should return valid jwt', async () => {\n\t\t\t\texpect(response.body.jwt).to.not.be.empty;\n\t\t\t\tconst decoded = jwt.verify(response.body.jwt, config.jwt.secret);\n\t\t\t\texpect(decoded).to.not.be.null;\n\t\t\t\texpect(Object.keys(decoded)).to.include.members(['email', 'sub']);\n\t\t\t\texpect(decoded.email).to.equal(user.email);\n\t\t\t\texpect(decoded.sub).to.equal(String(user._id));\n\t\t\t});\n\t\t});\n\n\t\tdescribe('invalid request', () => {\n\t\t\tit('should return 400 for missing/empty data', async () => {\n\t\t\t\tconst bodies = [\n\t\t\t\t\t{ password: 'valid_password' },\n\t\t\t\t\t{ email: 'valid@email.com' },\n\t\t\t\t\t{ email: '', password: 'valid_password' },\n\t\t\t\t\t{ email: 'valid@email.com', password: '' },\n\t\t\t\t];\n\t\t\t\tconst requests = bodies.map(body =>\n\t\t\t\t\trequest(api)\n\t\t\t\t\t\t.post('/auth/login')\n\t\t\t\t\t\t.send(body),\n\t\t\t\t);\n\t\t\t\tfor (const response of await Promise.all(requests)) {\n\t\t\t\t\texpect(response).to.have.status(400);\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tit('should return 404 for nonexistent user', async () => {\n\t\t\t\tconst response = await request(api)\n\t\t\t\t\t.post('/auth/login')\n\t\t\t\t\t.send({\n\t\t\t\t\t\temail: 'invalid@email.com',\n\t\t\t\t\t\tpassword: 'valid_password',\n\t\t\t\t\t});\n\n\t\t\t\texpect(response).to.have.status(404);\n\t\t\t});\n\n\t\t\tit('should return 403 for existing user w/ wrong password', async () => {\n\t\t\t\tconst response = await request(api)\n\t\t\t\t\t.post('/auth/login')\n\t\t\t\t\t.send({\n\t\t\t\t\t\temail: 'valid@email.com',\n\t\t\t\t\t\tpassword: 'invalid_password',\n\t\t\t\t\t});\n\n\t\t\t\texpect(response).to.have.status(403);\n\t\t\t});\n\t\t});\n\t});\n\n\tdescribe('password recovery', () => {\n\t\tbefore(async () => {\n\t\t\tawait dropDBs();\n\t\t\tawait loadFixture('initial-data');\n\t\t});\n\n\t\tdescribe('recovery code endpoint', () => {\n\t\t\tdescribe('valid request', () => {\n\t\t\t\tlet response;\n\t\t\t\tbefore(async () => {\n\t\t\t\t\tresponse = await request(api)\n\t\t\t\t\t\t.post('/auth/forgot-password')\n\t\t\t\t\t\t.send({ email: 'valid@email.com' });\n\t\t\t\t});\n\n\t\t\t\tit('should return 200 for existing user', () => {\n\t\t\t\t\texpect(response).to.have.status(200);\n\t\t\t\t});\n\n\t\t\t\tit('should send recovery code email to user', async () => {\n\t\t\t\t\tconst user = await User.findOne({ email: 'valid@email.com' });\n\n\t\t\t\t\tlet email = DummyEmailTransport.emails[0];\n\t\t\t\t\texpect(email.subject).to.equal('Forgot Password');\n\t\t\t\t});\n\t\t\t});\n\n\t\t\tdescribe('invalid request', () => {\n\t\t\t\tit('should return 404 for nonexistent user', async () => {\n\t\t\t\t\tconst response = await request(api)\n\t\t\t\t\t\t.post('/auth/forgot-password')\n\t\t\t\t\t\t.send({ email: 'invalid@email.com' });\n\n\t\t\t\t\texpect(response).to.have.status(404);\n\t\t\t\t});\n\t\t\t});\n\t\t});\n\n\t\tdescribe('password reset endpoint', () => {\n\t\t\tlet user;\n\n\t\t\tbefore(async () => {\n\t\t\t\tuser = await User.findOne({ email: 'valid@email.com' });\n\t\t\t});\n\n\t\t\tdescribe('valid request', () => {\n\t\t\t\tlet response;\n\n\t\t\t\tbefore(async () => {\n\t\t\t\t\tresponse = await request(api)\n\t\t\t\t\t\t.post('/auth/reset-password')\n\t\t\t\t\t\t.send({\n\t\t\t\t\t\t\temail: 'valid@email.com',\n\t\t\t\t\t\t\trecoveryCode: user.recoveryCode,\n\t\t\t\t\t\t\tpassword: 'new-password',\n\t\t\t\t\t\t});\n\t\t\t\t});\n\n\t\t\t\tit('should return 200 for existing user', () => {\n\t\t\t\t\texpect(response).to.have.status(200);\n\t\t\t\t});\n\n\t\t\t\tit('should return user info', () => {\n\t\t\t\t\tconst keys = ['_id', 'email', 'interests', 'name', 'username'];\n\t\t\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\n\t\t\t\t\tfor (const key of keys) {\n\t\t\t\t\t\t//XXX: converting to string to avoid type differences\n\t\t\t\t\t\texpect(String(response.body[key])).to.be.equal(String(user[key]));\n\t\t\t\t\t}\n\t\t\t\t});\n\n\t\t\t\tit('should return valid jwt', async () => {\n\t\t\t\t\texpect(response.body.jwt).to.not.be.empty;\n\t\t\t\t\tconst decoded = jwt.verify(response.body.jwt, config.jwt.secret);\n\t\t\t\t\texpect(decoded).to.not.be.null;\n\t\t\t\t\texpect(Object.keys(decoded)).to.include.members(['email', 'sub']);\n\t\t\t\t\texpect(decoded.email).to.equal(user.email);\n\t\t\t\t\texpect(decoded.sub).to.equal(String(user._id));\n\t\t\t\t});\n\t\t\t});\n\n\t\t\tdescribe('invalid request', () => {\n\t\t\t\tit('should return 404 for nonexistent user', async () => {\n\t\t\t\t\tconst response = await request(api)\n\t\t\t\t\t\t.post('/auth/reset-password')\n\t\t\t\t\t\t.send({ email: 'invalid@email.com' });\n\n\t\t\t\t\texpect(response).to.have.status(404);\n\t\t\t\t});\n\n\t\t\t\tit('should return 404 for incorrect recoveryCode', async () => {\n\t\t\t\t\tconst response = await request(api)\n\t\t\t\t\t\t.post('/auth/reset-password')\n\t\t\t\t\t\t.send({\n\t\t\t\t\t\t\temail: 'valid@email.com',\n\t\t\t\t\t\t\trecoveryCode: 'incorrect-recovery-code',\n\t\t\t\t\t\t});\n\n\t\t\t\t\texpect(response).to.have.status(404);\n\t\t\t\t});\n\t\t\t});\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/controllers/episode.js",
    "content": "import { expect, request } from 'chai';\n\nimport api from '../../src/server';\nimport Episode from '../../src/models/episode';\nimport config from '../../src/config';\nimport { withLogin, dropDBs, loadFixture, getMockClient } from '../utils';\n\ndescribe('Episode controller', () => {\n\tlet episode;\n\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data');\n\t\tepisode = await Episode.findOne({});\n\t\texpect(episode).to.not.be.null;\n\t\texpect(episode.rss).to.not.be.null;\n\t});\n\n\tdescribe('get', () => {\n\t\tit('should return the right article via /episodes/:episodeId', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).get(`/episodes/${episode._id}`),\n\t\t\t);\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body._id).to.eq(`${episode._id}`);\n\t\t});\n\t});\n\n\tdescribe('get parsed episode', () => {\n\t\tit('should return the parsed version of the episode', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.get(`/episodes/${episode._id}`)\n\t\t\t\t\t.query({ type: 'parsed' }),\n\t\t\t);\n\t\t\texpect(response).to.have.status(200);\n\t\t});\n\t});\n\n\tdescribe('list', () => {\n\t\tit('should return the list of episodes', async () => {\n\t\t\tconst response = await withLogin(request(api).get('/episodes'));\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body.length).to.be.at.least(1);\n\t\t});\n\t});\n\n\tdescribe('list with recommendations', () => {\n\t\tit('should return the list of episodes', async () => {\n\t\t\tconst mock = getMockClient();\n\t\t\tconst opts = { user_id: '5b0f306d8e147f10f16aceaf', limit: 20 };\n\t\t\tconst result = {\n\t\t\t\tresults: [\n\t\t\t\t\t{ foreign_id: `episode:${episode.id}` },\n\t\t\t\t\t{ foreign_id: 'episode:5ae0c71a0e7cbc4ee14a7c81' },\n\t\t\t\t],\n\t\t\t};\n\n\t\t\tmock.personalization.get\n\t\t\t\t.withArgs('winds_episode_recommendations', opts)\n\t\t\t\t.returns({ data: result });\n\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.get('/episodes')\n\t\t\t\t\t.query({\n\t\t\t\t\t\ttype: 'recommended',\n\t\t\t\t\t}),\n\t\t\t);\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body.length).to.be.at.least(1);\n\t\t\texpect(response.body[0].url).to.eq(episode.url);\n\n\t\t\tmock.personalization.get.reset();\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/controllers/featured.js",
    "content": "import { expect, request } from 'chai';\n\nimport { withLogin } from '../utils.js';\nimport api from '../../src/server';\nimport { dropDBs, loadFixture } from '../utils';\n\ndescribe('Featured', () => {\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data', 'featured');\n\t});\n\n\tdescribe('read list', () => {\n\t\tit('should return rss and podcasts', async () => {\n\t\t\tconst response = await withLogin(request(api).get('/featured'));\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body).to.be.a('Array');\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/controllers/feed.js",
    "content": "import { expect, request } from 'chai';\n\nimport api from '../../src/server';\nimport User from '../../src/models/user';\nimport Episode from '../../src/models/episode';\nimport Article from '../../src/models/article';\nimport {\n\tdropDBs,\n\tgetMockClient,\n\tcreateMockFeed,\n\tloadFixture,\n\twithLogin,\n} from '../utils.js';\n\ndescribe('Feed controller', () => {\n\tlet user;\n\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data', 'liked-shares');\n\t\tuser = await User.findOne({ email: 'valid@email.com' });\n\t\texpect(user).to.not.be.null;\n\t});\n\n\tdescribe('invalid request', () => {\n\t\tit('should return 400 if feed type is missing', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).get(`/users/${user.id}/feeds/`),\n\t\t\t);\n\t\t\texpect(response).to.have.status(400);\n\t\t});\n\t\tit('should return 400 if feed type is empty', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.get(`/users/${user.id}/feeds/`)\n\t\t\t\t\t.query({ type: '' }),\n\t\t\t);\n\t\t\texpect(response).to.have.status(400);\n\t\t});\n\t\tit('should return 400 if feed type is invalid', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.get(`/users/${user.id}/feeds/`)\n\t\t\t\t\t.query({ type: 'invalid' }),\n\t\t\t);\n\t\t\texpect(response).to.have.status(400);\n\t\t});\n\t\tit('should return 404 if user id is invalid', async () => {\n\t\t\tfor (const type of ['user', 'timeline', 'article', 'episode']) {\n\t\t\t\tconst response = await withLogin(\n\t\t\t\t\trequest(api)\n\t\t\t\t\t\t.get('/users/<bogus-id>/feeds/')\n\t\t\t\t\t\t.query({ type }),\n\t\t\t\t);\n\t\t\t\texpect(response).to.have.status(404);\n\t\t\t}\n\t\t});\n\t});\n\n\tconst feeds = { article: Article, episode: Episode };\n\tfor (const type in feeds) {\n\t\tdescribe(`${type} feed`, () => {\n\t\t\tlet response;\n\t\t\tlet content;\n\t\t\tlet userFeed;\n\n\t\t\tbefore(async () => {\n\t\t\t\tcontent = await feeds[type].find({});\n\t\t\t\tuserFeed = createMockFeed(`user_${type}`, user.id);\n\t\t\t\tuserFeed.get.returns(\n\t\t\t\t\tPromise.resolve({\n\t\t\t\t\t\tresults: content.map(c => {\n\t\t\t\t\t\t\treturn { foreign_id: `article:${c.id}` };\n\t\t\t\t\t\t}),\n\t\t\t\t\t}),\n\t\t\t\t);\n\n\t\t\t\tresponse = await withLogin(\n\t\t\t\t\trequest(api)\n\t\t\t\t\t\t.get(`/users/${user.id}/feeds/`)\n\t\t\t\t\t\t.query({ type, page: 1, per_page: 42 }),\n\t\t\t\t);\n\t\t\t});\n\n\t\t\tit('should return 200', () => {\n\t\t\t\texpect(response).to.have.status(200);\n\t\t\t});\n\n\t\t\tit(`should return ${type}s from user_${type} Stream feed`, async () => {\n\t\t\t\tconst mockClient = getMockClient();\n\t\t\t\texpect(mockClient.feed.calledWith(`user_${type}`, user.id)).to.be.true;\n\t\t\t\texpect(userFeed.get.calledWith({ limit: 42, offset: 1 }));\n\n\t\t\t\t//XXX: validating only ids since mocha deep comparison crashes node with OOM\n\t\t\t\tfor (const entity of response.body) {\n\t\t\t\t\texpect(content.map(s => String(s._id))).to.include(entity._id);\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t}\n});\n"
  },
  {
    "path": "api/test/controllers/folder.js",
    "content": "import { expect, request } from 'chai';\nimport { dropDBs, loadFixture, withLogin } from '../utils';\n\nimport Folder from '../../src/models/folder';\nimport api from '../../src/server';\n\ndescribe('Folder controller', () => {\n\tconst keys = ['_id', 'user', 'name', 'rss', 'podcast', 'createdAt'];\n\n\tlet folder;\n\tlet folders;\n\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data', 'folders');\n\n\t\tfolders = await Folder.find({ user: '5b0f306d8e147f10f16aceaf' });\n\t\tfolder = await Folder.findById('5bbb10d3ec7e1d8e1c5b6705');\n\t});\n\n\tdescribe('list all folders', () => {\n\t\tit('should return 200 for valid request', async () => {\n\t\t\tconst response = await withLogin(request(api).get('/folders'));\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body.length).to.be.equal(folders.length);\n\t\t\texpect(response.body.map((f) => f._id)).to.have.all.members(\n\t\t\t\tfolders.map((f) => String(f._id)),\n\t\t\t);\n\t\t\tfor (const entry of response.body)\n\t\t\t\texpect(Object.keys(entry)).to.include.members(keys);\n\t\t});\n\t});\n\n\tdescribe('retrieving folder by id', () => {\n\t\tit('should return 200 for valid request', async () => {\n\t\t\tconst response = await withLogin(request(api).get(`/folders/${folder._id}`));\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body._id).to.be.equal(String(folder._id));\n\t\t\texpect(response.body.name).to.be.equal(folder.name);\n\t\t\texpect(response.body.rss.map((r) => r._id)).to.have.all.members(\n\t\t\t\tfolder.rss.map((r) => String(r._id)),\n\t\t\t);\n\t\t\texpect(response.body.podcast.map((p) => p._id)).to.have.all.members(\n\t\t\t\tfolder.podcast.map((p) => String(p._id)),\n\t\t\t);\n\t\t});\n\n\t\tit('should return 404 for invalid id', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).get('/folders/5b0f306d8e147f10deadbeef'),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(404);\n\t\t});\n\t});\n\n\tdescribe('retrieving folder feeds by id', () => {\n\t\tit('should return 200 for valid request', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).get(`/folders/${folder._id}/feed`),\n\t\t\t);\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body).to.be.an('array');\n\t\t});\n\n\t\tit('should return 404 for invalid id', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).get('/folders/5b0f306d8e147f10deadbeef/feeds'),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(404);\n\t\t});\n\t});\n\n\tdescribe('creating new folder', () => {\n\t\tit('should create a new folder by name only', async () => {\n\t\t\tconst data = { name: 'newfolder' };\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/folders')\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body.user._id).to.be.equal('5b0f306d8e147f10f16aceaf');\n\t\t\texpect(response.body.name).to.be.equal(data.name);\n\t\t\texpect(response.body.rss).to.be.empty;\n\t\t\texpect(response.body.podcast).to.be.empty;\n\t\t});\n\n\t\tit('should create a new folder with list of rss/podcasts', async () => {\n\t\t\tconst data = {\n\t\t\t\tname: 'newNewfolder',\n\t\t\t\trss: ['5b0ad0baf6f89574a638887e'],\n\t\t\t\tpodcast: ['5afb7f68fe7430d35996cc62'],\n\t\t\t};\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/folders')\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body.user._id).to.be.equal('5b0f306d8e147f10f16aceaf');\n\t\t\texpect(response.body.name).to.be.equal(data.name);\n\t\t\texpect(response.body.rss.map((r) => String(r._id))).to.have.all.members(\n\t\t\t\tdata.rss,\n\t\t\t);\n\t\t\texpect(response.body.podcast.map((p) => String(p._id))).to.have.all.members(\n\t\t\t\tdata.podcast,\n\t\t\t);\n\t\t});\n\t});\n\n\tdescribe('updating existing folder', () => {\n\t\tit('should delete rss from folder', async () => {\n\t\t\tconst data = { rss: '5b0ad0baf6f89574a638887a', action: 'remove' };\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.put(`/folders/${folder._id}`)\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body.user._id).to.be.equal('5b0f306d8e147f10f16aceaf');\n\t\t\texpect(response.body.name).to.be.equal(folder.name);\n\t\t\texpect(response.body.rss.map((r) => String(r._id))).to.not.include(data.rss);\n\t\t});\n\n\t\tit('should add rss to folder', async () => {\n\t\t\tconst data = { rss: '5b0ad0baf6f89574a638887a' };\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.put(`/folders/${folder._id}`)\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body.user._id).to.be.equal('5b0f306d8e147f10f16aceaf');\n\t\t\texpect(response.body.name).to.be.equal(folder.name);\n\t\t\texpect(response.body.rss.map((r) => String(r._id))).to.include(data.rss);\n\t\t});\n\n\t\tit('should add podcast to folder', async () => {\n\t\t\tconst data = { podcast: '5afb7f68fe7430d35996cc62' };\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.put(`/folders/${folder._id}`)\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body.user._id).to.be.equal('5b0f306d8e147f10f16aceaf');\n\t\t\texpect(response.body.name).to.be.equal(folder.name);\n\t\t\texpect(response.body.podcast.map((p) => String(p._id))).to.include(\n\t\t\t\tdata.podcast,\n\t\t\t);\n\t\t});\n\n\t\tit('should delete rss from folder', async () => {\n\t\t\tconst data = { podcast: '5afb7f68fe7430d35996cc62', action: 'remove' };\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.put(`/folders/${folder._id}`)\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body.user._id).to.be.equal('5b0f306d8e147f10f16aceaf');\n\t\t\texpect(response.body.name).to.be.equal(folder.name);\n\t\t\texpect(response.body.podcast.map((p) => String(p._id))).to.not.include(\n\t\t\t\tdata.podcast,\n\t\t\t);\n\t\t});\n\n\t\tit('should update folder name', async () => {\n\t\t\tconst data = { name: 'newName' };\n\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.put(`/folders/${folder._id}`)\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body.name).to.be.equal(data.name);\n\t\t});\n\n\t\tit('should return 404 for invalid id', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.put('/folders/5b0f306d8e147f10deadbeef')\n\t\t\t\t\t.send(folder),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(404);\n\t\t});\n\t});\n\n\tdescribe('deleting folder by id', () => {\n\t\tit('should return 204 for valid request', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).delete(`/folders/${folder._id}`),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(204);\n\t\t\texpect(await Folder.findById(folder._id)).to.be.null;\n\t\t});\n\n\t\tit('should return 404 for invalid id', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).delete('/folders/5b0f306d8e147f10deadbeef'),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(404);\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/controllers/follow.js",
    "content": "import { expect, request } from 'chai';\n\nimport api from '../../src/server';\nimport Follow from '../../src/models/follow';\nimport RSS from '../../src/models/rss';\nimport Podcast from '../../src/models/podcast';\nimport User from '../../src/models/user';\nimport { loadFixture, withLogin, dropDBs } from '../utils';\n\ndescribe('Follow controller', () => {\n\tlet followedRSS;\n\tlet followedPodcast;\n\tlet rss;\n\tlet podcast;\n\tlet user;\n\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data', 'follows');\n\n\t\tfollowedRSS = await Follow.findOne({ rss: { $exists: true, $ne: null } });\n\t\tfollowedPodcast = await Follow.findOne({ podcast: { $exists: true, $ne: null } });\n\n\t\trss = await RSS.findOne();\n\t\tpodcast = await Podcast.findOne();\n\t\tuser = await User.findById('5b0f306d8e147f10f16aceaf');\n\t});\n\n\tdescribe('get', () => {\n\t\tit('should return all follows where type is RSS', async () => {\n\t\t\tconst res = await withLogin(request(api).get('/follows?type=rss'));\n\t\t\texpect(res).to.have.status(200);\n\t\t});\n\n\t\tit('should return all follows where type is podcast', async () => {\n\t\t\tconst res = await withLogin(request(api).get('/follows?type=podcast'));\n\t\t\texpect(res).to.have.status(200);\n\t\t});\n\n\t\tit('should fail when an unauthenticated user attempts to read RSS follows', async () => {\n\t\t\tconst res = await request(api).get('/follows?type=rss');\n\t\t\texpect(res).to.have.status(401);\n\t\t});\n\n\t\tit('should fail when an unauthenticated user attempts to read podcast follows', async () => {\n\t\t\tconst res = await request(api).get('/follows?type=podcast');\n\t\t\texpect(res).to.have.status(401);\n\t\t});\n\n\t\tit('should return hydrated follows where type is RSS', async () => {\n\t\t\tconst res = await withLogin(request(api).get('/follows?type=rss'));\n\t\t\texpect(res).to.have.status(200);\n\t\t\texpect(res.body[0].rss).to.have.own.property('_id');\n\t\t\texpect(res.body[0].user).to.have.own.property('_id');\n\t\t});\n\n\t\tit('should return hydrated follows where type is podcast', async () => {\n\t\t\tconst res = await withLogin(request(api).get('/follows?type=podcast'));\n\t\t\texpect(res).to.have.status(200);\n\t\t\texpect(res.body[0].rss).to.be.undefined;\n\t\t\texpect(res.body[0].podcast).to.have.own.property('_id');\n\t\t\texpect(res.body[0].user).to.have.own.property('_id');\n\t\t});\n\n\t\tit('should return a specific RSS follow relationship', async () => {\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api).get(`/follows?user=${user._id}&rss=${followedRSS.rss._id}`),\n\t\t\t);\n\t\t\texpect(res).to.have.status(200);\n\t\t\texpect(res.body[0]._id).to.equal(followedRSS._id.toString());\n\t\t});\n\n\t\tit('should return a specific podcast follow relationship', async () => {\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api).get(\n\t\t\t\t\t`/follows?user=${user._id}&podcast=${followedPodcast.podcast._id}`,\n\t\t\t\t),\n\t\t\t);\n\t\t\texpect(res).to.have.status(200);\n\t\t\texpect(res.body[0]._id).to.equal(followedPodcast._id.toString());\n\t\t});\n\t});\n\n\tdescribe('post', () => {\n\t\tit('should throw an error when adding an RSS follow without a required field', async () => {\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/follows')\n\t\t\t\t\t.send({ rss: rss._id }),\n\t\t\t);\n\t\t\texpect(res).to.have.status(422);\n\t\t});\n\n\t\tit('should throw an error when adding a podcast follow without a required field', async () => {\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/follows')\n\t\t\t\t\t.send({ podcast: podcast._id }),\n\t\t\t);\n\t\t\texpect(res).to.have.status(422);\n\t\t});\n\t\tit('should throw an error when adding a follow without a required rss or podcast field', async () => {\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/follows')\n\t\t\t\t\t.send({ user: user._id }),\n\t\t\t);\n\t\t\texpect(res).to.have.status(422);\n\t\t});\n\t\tit('should follow an RSS feed', async () => {\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api).post(`/follows?type=rss&rss=${rss._id}`),\n\t\t\t);\n\t\t\texpect(res).to.have.status(200);\n\t\t});\n\t\tit('should follow a podcast feed', async () => {\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api).post(`/follows?type=podcast&podcast=${podcast._id}`),\n\t\t\t);\n\t\t\texpect(res).to.have.status(200);\n\t\t});\n\t\tit('should fail to follow a non existing RSS feed', async () => {\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api).post(`/follows?type=rss&rss=5b3084e0000000000000000a`),\n\t\t\t);\n\t\t\texpect(res).to.have.status(404);\n\t\t});\n\t\tit('should fail to follow a non existing podcast feed', async () => {\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api).post(\n\t\t\t\t\t`/follows?type=podcast&podcast=5b3084e0000000000000000b`,\n\t\t\t\t),\n\t\t\t);\n\t\t\texpect(res).to.have.status(404);\n\t\t});\n\t\tit('should follow an existing RSS feed', async () => {\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api).post(`/follows?type=rss&rss=${followedRSS.rss._id}`),\n\t\t\t);\n\t\t\texpect(res).to.have.status(200);\n\t\t});\n\t\tit('should follow an existing podcast feed', async () => {\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api).post(\n\t\t\t\t\t`/follows?type=podcast&podcast=${followedPodcast.podcast._id}`,\n\t\t\t\t),\n\t\t\t);\n\t\t\texpect(res).to.have.status(200);\n\t\t});\n\t});\n\n\tdescribe('delete', () => {\n\t\tit('should remove an RSS follow relationship', async () => {\n\t\t\tconst follow = await Follow.create({\n\t\t\t\tuser: user._id,\n\t\t\t\trss: '6b0ad0baf6f89574a638887a',\n\t\t\t});\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api).delete(`/follows?type=rss&rss=${follow.rss._id}`),\n\t\t\t);\n\t\t\texpect(res).to.have.status(204);\n\t\t\texpect(await Follow.findById(follow._id)).to.be.null;\n\t\t});\n\t\tit('should remove a podcast follow relationship', async () => {\n\t\t\tconst follow = await Follow.create({\n\t\t\t\tuser: user._id,\n\t\t\t\tpodcast: '6afb7fedfe7430d35996d66e',\n\t\t\t});\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api).delete(\n\t\t\t\t\t`/follows?type=podcast&podcast=${follow.podcast._id}`,\n\t\t\t\t),\n\t\t\t);\n\t\t\texpect(res).to.have.status(204);\n\t\t\texpect(await Follow.findById(follow._id)).to.be.null;\n\t\t});\n\t\tit('should not fail when the follow relationship does not exist', async () => {\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api).delete(`/follows?type=rss&rss=8b0ad0baf6f89574a638887a`),\n\t\t\t);\n\t\t\texpect(res).to.have.status(204);\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/controllers/health.js",
    "content": "import { expect, request } from 'chai';\n\nimport api from '../../src/server';\n\nimport { loadFixture, withLogin, dropDBs } from '../utils';\n\ndescribe('Health controller', () => {\n\tlet health;\n\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t});\n\n\tdescribe('get', () => {\n\t\tit('should return health status of the api', async () => {\n\t\t\tconst res = await request(api).get('/health');\n\t\t\texpect(res).to.have.status(200);\n\t\t});\n\n\t\tit('should return the status of the api and workers', async () => {\n\t\t\tconst res = await request(api).get('/status');\n\t\t\texpect(res).to.have.status(200);\n\t\t});\n\n\t\tit('should return the status of the worker queue', async () => {\n\t\t\tconst res = await request(api).get('/queue');\n\t\t\texpect(res).to.have.status(200);\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/controllers/listen.js",
    "content": "import sinon from 'sinon';\nimport { expect, request } from 'chai';\n\nimport User from '../../src/models/user';\nimport Listen from '../../src/models/listen';\nimport api from '../../src/server';\nimport logger from '../../src/utils/logger';\nimport { dropDBs, loadFixture, withLogin } from '../utils';\n\ndescribe('Listen controller', () => {\n\tconst episodeId = '5b0ad37026dc3db38194e286';\n\tlet user;\n\tlet listen;\n\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data', 'listens');\n\n\t\tlisten = (await Listen.find()\n\t\t\t.sort('_id')\n\t\t\t.limit(1)\n\t\t\t.lean())[0];\n\t\tuser = listen.user;\n\t});\n\n\tdescribe('upsert entry', () => {\n\t\tit('should return 200 for new entry', async () => {\n\t\t\tconst data = {\n\t\t\t\tuser: user._id,\n\t\t\t\tepisode: episodeId,\n\t\t\t\tduration: 33,\n\t\t\t};\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/listens')\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\tconst keys = ['user', 'episode', 'duration'];\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\tconst newListen = await Listen.findOne(data);\n\t\t\texpect(newListen).to.not.be.null;\n\n\t\t\texpect(response.body._id).to.be.equal(String(newListen._id));\n\t\t\texpect(response.body.user._id).to.be.equal(String(data.user));\n\t\t\texpect(response.body.user._id).to.be.equal(String(newListen.user._id));\n\t\t\texpect(response.body.episode._id).to.be.equal(data.episode);\n\t\t\texpect(response.body.episode._id).to.be.equal(String(newListen.episode._id));\n\t\t\texpect(response.body.duration).to.be.equal(data.duration);\n\t\t\texpect(response.body.duration).to.be.equal(newListen.duration);\n\t\t});\n\n\t\tit('should return 200 for existing entry', async () => {\n\t\t\tconst data = {\n\t\t\t\t_id: listen._id,\n\t\t\t\tuser: user._id,\n\t\t\t\tepisode: episodeId,\n\t\t\t\tduration: 66,\n\t\t\t};\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/listens')\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\n\t\t\tconst updatedListen = await Listen.findById(listen._id).lean();\n\t\t\tconst keys = ['_id', 'user', 'episode', 'duration'];\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\n\t\t\texpect(response.body._id).to.be.equal(String(updatedListen._id));\n\t\t\texpect(response.body.user._id).to.be.equal(String(data.user));\n\t\t\texpect(response.body.user._id).to.be.equal(String(updatedListen.user._id));\n\t\t\texpect(response.body.episode._id).to.be.equal(data.episode);\n\t\t\texpect(response.body.episode._id).to.be.equal(String(updatedListen.episode._id));\n\t\t\texpect(response.body.duration).to.be.equal(data.duration);\n\t\t\texpect(response.body.duration).to.be.equal(updatedListen.duration);\n\t\t});\n\n\t\tit('should return 500 for invalid request', async () => {\n\t\t\t//XXX: silensing error logs to have nice clean test output\n\t\t\tsinon.stub(logger, 'error');\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/listens')\n\t\t\t\t\t.send({ episode: { $gte: { and: 1 } } }),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(500);\n\t\t\tlogger.error.restore();\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/controllers/note.js",
    "content": "import { expect, request } from 'chai';\nimport { dropDBs, loadFixture, withLogin } from '../utils';\n\nimport Note from '../../src/models/note';\nimport api from '../../src/server';\n\ndescribe('Note controller', () => {\n\tconst keys = ['_id', 'user', 'start', 'end', 'text'];\n\n\tlet note;\n\tlet notes;\n\tlet authedUser = '5b0f306d8e147f10f16aceaf';\n\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data', 'notes');\n\n\t\tnotes = await Note.find({ user: authedUser });\n\t\tnote = await Note.findById('5bca58f5e4313757120cabc5');\n\t});\n\n\tdescribe('list notes', () => {\n\t\tit('should return 200 for valid request', async () => {\n\t\t\tconst response = await withLogin(request(api).get('/notes'));\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body.length).to.be.equal(notes.length);\n\n\t\t\texpect(response.body.map((n) => n._id)).to.have.all.members(\n\t\t\t\tnotes.map((t) => String(t._id)),\n\t\t\t);\n\n\t\t\tfor (const entry of response.body) {\n\t\t\t\texpect(Object.keys(entry)).to.include.members(keys);\n\t\t\t\tif (entry.article) expect(entry.episode).to.be.undefined;\n\t\t\t\tif (entry.episode) expect(entry.article).to.be.undefined;\n\t\t\t}\n\t\t});\n\t});\n\n\tdescribe('retrieving note by id', () => {\n\t\tit('should return 200 for valid request', async () => {\n\t\t\tconst response = await withLogin(request(api).get(`/notes/${note._id}`));\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body._id).to.be.equal(String(note._id));\n\t\t\texpect(response.body.text).to.be.equal(note.text);\n\t\t\texpect(response.body.start).to.be.equal(note.start);\n\t\t\texpect(response.body.end).to.be.equal(note.end);\n\t\t\tif (note.article)\n\t\t\t\texpect(response.body.article._id).to.be.equal(String(note.article._id));\n\t\t\tif (note.episode)\n\t\t\t\texpect(response.body.episode._id).to.be.equal(String(note.episode_id));\n\t\t});\n\n\t\tit('should return 404 for invalid id', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).get('/notes/5b0f306d8e147f10deadbeef'),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(404);\n\t\t});\n\t});\n\n\tdescribe('creating new notes', () => {\n\t\tit('should create a new highlight', async () => {\n\t\t\tconst data = {\n\t\t\t\tstart: 11,\n\t\t\t\tend: 22,\n\t\t\t\tarticle: String(note.article._id),\n\t\t\t};\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/notes')\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body.user).to.be.equal(authedUser);\n\t\t\texpect(response.body.start).to.be.equal(data.start);\n\t\t\texpect(response.body.end).to.be.equal(data.end);\n\t\t\texpect(response.body.text).to.be.empty;\n\t\t\texpect(response.body.article._id).to.be.equal(data.article);\n\t\t\texpect(response.body.episode).to.be.undefined;\n\t\t});\n\n\t\tit('should create a new note', async () => {\n\t\t\tconst data = {\n\t\t\t\tstart: 33,\n\t\t\t\tend: 44,\n\t\t\t\ttext: 'note',\n\t\t\t\tarticle: String(note.article._id),\n\t\t\t};\n\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/notes')\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body.user).to.be.equal(authedUser);\n\t\t\texpect(response.body.start).to.be.equal(data.start);\n\t\t\texpect(response.body.end).to.be.equal(data.end);\n\t\t\texpect(response.body.text).to.be.equal(data.text);\n\t\t\texpect(response.body.article._id).to.be.equal(data.article);\n\t\t\texpect(response.body.episode).to.be.undefined;\n\t\t});\n\n\t\tit('should create a new highlight and merge overlaps', async () => {\n\t\t\tconst data = {\n\t\t\t\tstart: 1,\n\t\t\t\tend: 30,\n\t\t\t\ttext: '',\n\t\t\t\tarticle: String(note.article._id),\n\t\t\t};\n\t\t\tconst overlaps = await Note.find({\n\t\t\t\tuser: authedUser,\n\t\t\t\tarticle: data.article,\n\t\t\t\t$nor: [{ end: { $lte: data.start } }, { start: { $gte: data.end } }],\n\t\t\t}).lean();\n\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/notes')\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\tfor (const note of overlaps) {\n\t\t\t\tif (note.start < data.start) data.start = note.start;\n\t\t\t\tif (note.end > data.end) data.end = note.end;\n\t\t\t\tif (note.text) data.text = data.text + '\\n' + note.text;\n\t\t\t}\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body.user).to.be.equal(authedUser);\n\t\t\texpect(response.body.start).to.be.equal(data.start);\n\t\t\texpect(response.body.end).to.be.equal(data.end);\n\t\t\texpect(response.body.mergedNotes.sort()).to.deep.equal(\n\t\t\t\toverlaps.map((n) => String(n._id)).sort(),\n\t\t\t);\n\t\t\texpect(response.body.text).to.be.equal(data.text);\n\t\t\texpect(response.body.article._id).to.be.equal(data.article);\n\t\t\texpect(response.body.episode).to.be.undefined;\n\t\t});\n\n\t\tit('should create a new note and merge overlaps', async () => {\n\t\t\tconst data = {\n\t\t\t\tstart: 22,\n\t\t\t\tend: 44,\n\t\t\t\ttext: 'note',\n\t\t\t\tarticle: String(note.article._id),\n\t\t\t};\n\n\t\t\tconst overlaps = await Note.find({\n\t\t\t\tuser: authedUser,\n\t\t\t\tarticle: data.article,\n\t\t\t\t$nor: [{ end: { $lte: data.start } }, { start: { $gte: data.end } }],\n\t\t\t}).lean();\n\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/notes')\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\tfor (const note of overlaps) {\n\t\t\t\tif (note.start < data.start) data.start = note.start;\n\t\t\t\tif (note.end > data.end) data.end = note.end;\n\t\t\t\tif (note.text) data.text = data.text + '\\n' + note.text;\n\t\t\t}\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body.user).to.be.equal(authedUser);\n\t\t\texpect(response.body.start).to.be.equal(data.start);\n\t\t\texpect(response.body.end).to.be.equal(data.end);\n\t\t\texpect(response.body.mergedNotes.sort()).to.deep.equal(\n\t\t\t\toverlaps.map((n) => String(n._id)).sort(),\n\t\t\t);\n\t\t\texpect(response.body.text).to.be.equal(data.text);\n\t\t\texpect(response.body.article._id).to.be.equal(data.article);\n\t\t\texpect(response.body.episode).to.be.undefined;\n\t\t});\n\t});\n\n\tdescribe('updating existing notes', () => {\n\t\tit('should update a note', async () => {\n\t\t\tconst data = { text: 'new text' };\n\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.put(`/notes/${note._id}`)\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body.user).to.be.equal(authedUser);\n\t\t\texpect(response.body.start).to.be.equal(note.start);\n\t\t\texpect(response.body.end).to.be.equal(note.end);\n\t\t\texpect(response.body.text).to.be.equal(data.text);\n\t\t\texpect(response.body.article._id).to.be.equal(String(note.article._id));\n\t\t\texpect(response.body.episode).to.be.undefined;\n\t\t});\n\n\t\tit('should return 404 for invalid id', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.put('/notes/5b0f306d8e147f10deadbeef')\n\t\t\t\t\t.send({ text: 'invalid' }),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(404);\n\t\t});\n\t});\n\n\tdescribe('deleting notes by id', () => {\n\t\tit('should return 204 for valid request', async () => {\n\t\t\tconst response = await withLogin(request(api).delete(`/notes/${note._id}`));\n\n\t\t\texpect(response).to.have.status(204);\n\t\t\texpect(await Note.findById(note._id)).to.be.null;\n\t\t});\n\n\t\tit('should return 404 for invalid id', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).delete('/notes/5b0f306d8e147f10deadbeef'),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(404);\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/controllers/opml.js",
    "content": "import { expect, request } from 'chai';\nimport fs from 'fs';\nimport path from 'path';\n\nimport api from '../../src/server';\nimport { IsPodcastStream } from '../../src/parsers/detect-type';\nimport { withLogin, loadFixture, dropDBs } from '../utils';\n\n// load fixture with follows and feeds\n// setup a users\n// test the get\n// - auth is required\n// - verify that the right data is there\n// post\n// - large files\n// - different extensions\n// - folder/no folder OPML\n// detect feed type codebase\n// - various formats\n\n// edge cases\n// - what if a feed URL is somehow broken (check)\n// - what if the feed is too large (more than 5MB, check)\n// - what if you upload a file that's too large (check)\n// - what if the site URL is not valid (check)\n// - what if you already follow a certain feed\n\nfunction AuthGetRequest(getPath) {\n\treturn withLogin(request(api).get(getPath));\n}\n\nfunction AuthPostRequest(path) {\n\treturn withLogin(request(api).post(path));\n}\n\ndescribe('OPML', () => {\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data', 'opml', 'featured');\n\t});\n\n\tdescribe('Export', () => {\n\t\tdescribe('invalid request', () => {\n\t\t\tlet response;\n\n\t\t\tbefore(async () => {\n\t\t\t\tresponse = await request(api).get('/opml/download');\n\t\t\t});\n\n\t\t\tit('should return 401', () => {\n\t\t\t\texpect(response).to.have.status(401);\n\t\t\t});\n\t\t});\n\n\t\tdescribe('valid request', () => {\n\t\t\tlet response;\n\n\t\t\tbefore(async () => {\n\t\t\t\tresponse = await AuthGetRequest('/opml/download');\n\t\t\t});\n\n\t\t\tit('should return 200', () => {\n\t\t\t\texpect(response).to.have.status(200);\n\t\t\t});\n\t\t});\n\t});\n\n\tdescribe('Import', () => {\n\t\tdescribe('valid request', () => {\n\t\t\tlet response;\n\n\t\t\tbefore(async () => {\n\t\t\t\tresponse = await AuthPostRequest('/opml/upload').attach(\n\t\t\t\t\t'opml',\n\t\t\t\t\tfs.readFileSync(path.join(__dirname, '..', 'data', 'test.xml')),\n\t\t\t\t\t'test.xml',\n\t\t\t\t);\n\t\t\t});\n\n\t\t\tit('should return 200', () => {\n\t\t\t\texpect(response).to.have.status(200);\n\t\t\t\texpect(response).to.be.json;\n\t\t\t\texpect(response.body.length).to.equal(2);\n\t\t\t\texpect(response.body[0].follow.user).to.equal('5b0f306d8e147f10f16aceaf');\n\t\t\t\texpect(response.body[0].follow.rss).to.be.undefined;\n\t\t\t\texpect(response.body[1].follow.user).to.equal('5b0f306d8e147f10f16aceaf');\n\t\t\t\texpect(response.body[1].follow.podcast).to.be.undefined;\n\t\t\t});\n\t\t}).retries(10);\n\n\t\tdescribe('invalid request', () => {\n\t\t\tit('should return 200', async () => {\n\t\t\t\tconst response = await AuthPostRequest('/opml/upload').attach(\n\t\t\t\t\t'opml',\n\t\t\t\t\tfs.readFileSync(path.join(__dirname, '..', 'data', '404.opml')),\n\t\t\t\t\t'404.opml',\n\t\t\t\t);\n\t\t\t\texpect(response).to.have.status(200);\n\t\t\t\texpect(response).to.be.json;\n\t\t\t\texpect(response.body.length).to.equal(2);\n\t\t\t\texpect(response.body[0].follow.user).to.equal('5b0f306d8e147f10f16aceaf');\n\t\t\t\texpect(response.body[1].error).to.equal('Error opening https://kotaku.com/rss404');\n\t\t\t}).retries(3);\n\n\t\t\tit('should return 200', async () => {\n\t\t\t\tconst response = await AuthPostRequest('/opml/upload').attach(\n\t\t\t\t\t'opml',\n\t\t\t\t\tfs.readFileSync(path.join(__dirname, '..', 'data', 'not-a-url.opml')),\n\t\t\t\t\t'not-a-url.opml',\n\t\t\t\t);\n\t\t\t\texpect(response).to.have.status(200);\n\t\t\t\texpect(response).to.be.json;\n\t\t\t\texpect(response.body.length).to.equal(2);\n\t\t\t\texpect(response.body[0].follow.user).to.equal('5b0f306d8e147f10f16aceaf');\n\t\t\t\texpect(response.body[1].error).to.equal('Invalid feedUrl https://kotaku/rss404');\n\t\t\t}).retries(3);\n\t\t});\n\t});\n\n\tdescribe('Feed Detection', () => {\n\t\tdescribe('Podcast', async () => {\n\t\t\tlet isPodcast;\n\n\t\t\tbefore(async () => {\n\t\t\t\tlet p = path.join(\n\t\t\t\t\t__dirname,\n\t\t\t\t\t'..',\n\t\t\t\t\t'data',\n\t\t\t\t\t'podcast-feed',\n\t\t\t\t\t'giant-bombcast',\n\t\t\t\t);\n\t\t\t\tlet feedStream = fs.createReadStream(p);\n\t\t\t\tisPodcast = await IsPodcastStream(\n\t\t\t\t\tfeedStream,\n\t\t\t\t\t'https://giant-bomcast.com/',\n\t\t\t\t);\n\t\t\t});\n\n\t\t\tit('giant bomcast should be a podcast', async () => {\n\t\t\t\texpect(isPodcast).to.be.true;\n\t\t\t});\n\n\t\t\tit('design details should be a podcast', async () => {\n\t\t\t\tlet p = path.join(\n\t\t\t\t\t__dirname,\n\t\t\t\t\t'..',\n\t\t\t\t\t'data',\n\t\t\t\t\t'podcast-feed',\n\t\t\t\t\t'design-details',\n\t\t\t\t);\n\t\t\t\tlet feedStream = fs.createReadStream(p);\n\t\t\t\tisPodcast = await IsPodcastStream(\n\t\t\t\t\tfeedStream,\n\t\t\t\t\t'https://spec.fm/podcasts/design-details',\n\t\t\t\t);\n\t\t\t\texpect(isPodcast).to.be.true;\n\t\t\t});\n\t\t});\n\n\t\tdescribe('RSS', async () => {\n\t\t\tlet isPodcast;\n\n\t\t\tbefore(async () => {\n\t\t\t\tlet p = path.join(__dirname, '..', 'data', 'feed', 'techcrunch');\n\t\t\t\tlet feedStream = fs.createReadStream(p);\n\t\t\t\tisPodcast = await IsPodcastStream(\n\t\t\t\t\tfeedStream,\n\t\t\t\t\t'https://giant-bomcast.com/',\n\t\t\t\t);\n\t\t\t});\n\n\t\t\tit('techcrunch should not be a podcast', async () => {\n\t\t\t\texpect(isPodcast).to.be.false;\n\t\t\t});\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/controllers/pin.js",
    "content": "import { expect, request } from 'chai';\n\nimport api from '../../src/server';\nimport Pin from '../../src/models/pin';\nimport Article from '../../src/models/article';\nimport Episode from '../../src/models/episode';\nimport { loadFixture, withLogin, dropDBs } from '../utils';\n\ndescribe('Pin controller', () => {\n\tlet pin;\n\tlet article;\n\tlet episode;\n\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data', 'pins');\n\n\t\tpin = (await Pin.find()\n\t\t\t.sort('_id')\n\t\t\t.limit(1))[0];\n\t\tarticle = (await Article.find()\n\t\t\t.sort('_id')\n\t\t\t.limit(1))[0];\n\t\tepisode = (await Episode.find()\n\t\t\t.sort('_id')\n\t\t\t.limit(1))[0];\n\t});\n\n\tdescribe('get', () => {\n\t\tit('should return all pins', async () => {\n\t\t\tconst res = await withLogin(request(api).get('/pins'));\n\t\t\texpect(res).to.have.status(200);\n\t\t});\n\t});\n\n\tdescribe('get', () => {\n\t\tit('should return the a single pin via /pins/:pinId', async () => {\n\t\t\tconst res = await withLogin(request(api).get(`/pins/${pin._id}`));\n\t\t\texpect(res).to.have.status(200);\n\t\t});\n\t});\n\n\tdescribe('get', () => {\n\t\tit('should return a limited number of pins', async () => {\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.get('/pins')\n\t\t\t\t\t.query({ limit: 1 }),\n\t\t\t);\n\t\t\texpect(res).to.have.status(200);\n\t\t\texpect(res.body).to.be.an('array');\n\t\t});\n\t});\n\n\tdescribe('post', () => {\n\t\tit('should create an article pin and return the hydrated article', async () => {\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/pins')\n\t\t\t\t\t.send({ article: article._id }),\n\t\t\t);\n\t\t\texpect(res).to.have.status(200);\n\t\t\texpect(res.body).to.have.property('article');\n\t\t});\n\t});\n\n\tdescribe('post', () => {\n\t\tit('should create an episode pin and return a hydrated episode', async () => {\n\t\t\tconst res = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/pins')\n\t\t\t\t\t.send({ episode: episode._id }),\n\t\t\t);\n\t\t\texpect(res).to.have.status(200);\n\t\t\texpect(res.body).to.have.property('episode');\n\t\t});\n\t});\n\n\tdescribe('delete', () => {\n\t\tit('should delete a pin', async () => {\n\t\t\tconst res = await withLogin(request(api).delete(`/pins/${pin._id}`));\n\t\t\texpect(res).to.have.status(204);\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/controllers/playlist.js",
    "content": "import sinon from 'sinon';\nimport { expect, request } from 'chai';\n\nimport User from '../../src/models/user';\nimport Playlist from '../../src/models/playlist';\nimport api from '../../src/server';\nimport logger from '../../src/utils/logger';\nimport { dropDBs, loadFixture, withLogin } from '../utils';\n\ndescribe('Playlist controller', () => {\n\tconst otherUserId = '4342306d8e147f10f16aceaf';\n\tlet user;\n\tlet playlist;\n\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data', 'playlists');\n\n\t\tuser = await User.findOne({ _id: '5b0f306d8e147f10f16aceaf' });\n\t\tplaylist = await Playlist.findOne();\n\t});\n\n\tdescribe('listing all entries', () => {\n\t\tit('should return 200 for valid request', async () => {\n\t\t\tconst response = await withLogin(request(api).get('/playlists'));\n\n\t\t\texpect(response).to.have.status(200);\n\n\t\t\tconst keys = ['_id', 'user', 'name', 'episodes'];\n\t\t\tfor (const entry of response.body) {\n\t\t\t\texpect(Object.keys(entry)).to.include.members(keys);\n\t\t\t}\n\t\t});\n\n\t\tit('should filter results if query is provided', async () => {\n\t\t\tconst fileters = [\n\t\t\t\t{ episode: '5b0ad37026dc3db38194e286' },\n\t\t\t\t{ type: 'recommended' },\n\t\t\t\t{ type: 'featured' },\n\t\t\t];\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.get('/playlists')\n\t\t\t\t\t.query(),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\n\t\t\tconst keys = ['_id', 'user', 'name', 'episodes'];\n\t\t\tfor (const entry of response.body) {\n\t\t\t\texpect(Object.keys(entry)).to.include.members(keys);\n\t\t\t}\n\t\t});\n\n\t\tit('should return 403 when retrieving entries created by other users', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.get('/playlists')\n\t\t\t\t\t.query({ user: otherUserId }),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(403);\n\t\t});\n\n\t\tit('should return 500 for invalid request', async () => {\n\t\t\t//XXX: silensing error logs to have nice clean test output\n\t\t\tsinon.stub(logger, 'error');\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.get('/playlists')\n\t\t\t\t\t.query({ episode: { $gte: '' } }),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(500);\n\t\t\tlogger.error.restore();\n\t\t});\n\t});\n\n\tdescribe('retrieving entry by id', () => {\n\t\tit('should return 200 for valid request', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).get(`/playlists/${playlist._id}`),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\tconst keys = ['_id', 'user', 'name', 'episodes'];\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\n\t\t\texpect(response.body._id).to.be.equal(String(playlist._id));\n\t\t\texpect(response.body.user._id).to.be.equal(String(playlist.user._id));\n\t\t\texpect(response.body.name).to.be.equal(playlist.name);\n\t\t\t//XXX: mocha seems to hang if we try to do a full compare\n\t\t\texpect(response.body.episodes.map((e) => e._id)).to.have.all.members(\n\t\t\t\tplaylist.episodes.map((e) => String(e._id)),\n\t\t\t);\n\t\t});\n\n\t\tit('should return 404 for invalid id', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).get('/playlists/5b0f306d8e147f10deadbeef'),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(404);\n\t\t});\n\n\t\tit('should return 403 when retrieving entries created by other users', async () => {\n\t\t\tconst otherPlaylist = await Playlist.create({\n\t\t\t\tuser: otherUserId,\n\t\t\t\tname: 'other playlist',\n\t\t\t\tepisodes: [],\n\t\t\t});\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).get(`/playlists/${otherPlaylist._id}`),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(403);\n\t\t});\n\n\t\tit('should return 500 for invalid request', async () => {\n\t\t\t//XXX: silensing error logs to have nice clean test output\n\t\t\tsinon.stub(logger, 'error');\n\t\t\tconst response = await withLogin(request(api).get('/playlists/<bogus-id>/'));\n\n\t\t\texpect(response).to.have.status(500);\n\t\t\tlogger.error.restore();\n\t\t});\n\t});\n\n\tdescribe('creating new entry', () => {\n\t\tit('should return 200 for valid request', async () => {\n\t\t\tconst data = {\n\t\t\t\tuser: user.id,\n\t\t\t\tname: 'yet other playlist',\n\t\t\t\tepisodes: ['5b0ad37626dc3db38194fa73'],\n\t\t\t};\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/playlists')\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\n\t\t\tconst keys = ['_id', 'user', 'name', 'episodes'];\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\tconst newPlaylist = await Playlist.findOne({ name: 'yet other playlist' });\n\n\t\t\texpect(response.body._id).to.be.equal(String(newPlaylist._id));\n\t\t\texpect(response.body.user._id).to.be.equal(data.user);\n\t\t\texpect(response.body.user._id).to.be.equal(String(newPlaylist.user._id));\n\t\t\texpect(response.body.name).to.be.equal(data.name);\n\t\t\texpect(response.body.name).to.be.equal(newPlaylist.name);\n\t\t\t//XXX: mocha seems to hang if we try to do a full compare\n\t\t\texpect(response.body.episodes.map((e) => e._id)).to.have.all.members(\n\t\t\t\tdata.episodes,\n\t\t\t);\n\t\t\texpect(response.body.episodes.map((e) => e._id)).to.have.all.members(\n\t\t\t\tnewPlaylist.episodes.map((e) => String(e._id)),\n\t\t\t);\n\t\t});\n\n\t\tit('should return 500 for invalid request', async () => {\n\t\t\t//XXX: silensing error logs to have nice clean test output\n\t\t\tsinon.stub(logger, 'error');\n\t\t\tconst data = { _id: 'Howdy pardner' };\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/playlists')\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(500);\n\t\t\tlogger.error.restore();\n\t\t});\n\t});\n\n\tdescribe('updating existing entry', () => {\n\t\tit('should return 200 for valid request', async () => {\n\t\t\tconst data = {\n\t\t\t\tuser: user.id,\n\t\t\t\tname: 'Episode w/ new name',\n\t\t\t\tepisodes: playlist.episodes.map((e) => e._id),\n\t\t\t};\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.put(`/playlists/${playlist._id}`)\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\n\t\t\tconst keys = ['_id', 'user', 'name', 'episodes'];\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\tconst updatedPlaylist = await Playlist.findById(playlist._id).lean();\n\n\t\t\texpect(response.body._id).to.be.equal(String(updatedPlaylist._id));\n\t\t\texpect(response.body.user._id).to.be.equal(data.user);\n\t\t\texpect(response.body.user._id).to.be.equal(String(updatedPlaylist.user._id));\n\t\t\texpect(response.body.name).to.be.equal(data.name);\n\t\t\texpect(response.body.name).to.be.equal(updatedPlaylist.name);\n\t\t\t//XXX: mocha seems to hang if we try to do a full compare\n\t\t\texpect(response.body.episodes.map((e) => e._id)).to.have.all.members(\n\t\t\t\tdata.episodes.map(String),\n\t\t\t);\n\t\t\texpect(response.body.episodes.map((e) => e._id)).to.have.all.members(\n\t\t\t\tupdatedPlaylist.episodes.map((e) => String(e._id)),\n\t\t\t);\n\t\t});\n\n\t\tit('shoudl return 404 for invalid id', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.put('/playlists/5b0f306d8e147f10deadbeef')\n\t\t\t\t\t.send(playlist),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(404);\n\t\t});\n\n\t\tit('should return 403 when updating entries created by other users', async () => {\n\t\t\tconst otherPlaylist = await Playlist.create({\n\t\t\t\tuser: otherUserId,\n\t\t\t\tname: 'other playlist',\n\t\t\t\tepisodes: [],\n\t\t\t});\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.put(`/playlists/${otherPlaylist._id}`)\n\t\t\t\t\t.send(playlist),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(403);\n\t\t});\n\n\t\tit('should return 500 for invalid request', async () => {\n\t\t\t//XXX: silensing error logs to have nice clean test output\n\t\t\tsinon.stub(logger, 'error');\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).delete('/playlists/<bogus-id>/'),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(500);\n\t\t\tlogger.error.restore();\n\t\t});\n\t});\n\n\tdescribe('deleting entry by id', () => {\n\t\tit('should return 204 for valid request', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).delete(`/playlists/${playlist._id}`),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(204);\n\t\t\texpect(await Playlist.findById(playlist._id)).to.be.null;\n\t\t});\n\n\t\tit('shoudl return 404 for invalid id', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).delete('/playlists/5b0f306d8e147f10deadbeef'),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(404);\n\t\t});\n\n\t\tit('should return 403 when deleting entries created by other users', async () => {\n\t\t\tconst otherPlaylist = await Playlist.create({\n\t\t\t\tuser: otherUserId,\n\t\t\t\tname: 'other playlist',\n\t\t\t\tepisodes: [],\n\t\t\t});\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).delete(`/playlists/${otherPlaylist._id}`),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(403);\n\t\t});\n\n\t\tit('should return 500 for invalid request', async () => {\n\t\t\t//XXX: silensing error logs to have nice clean test output\n\t\t\tsinon.stub(logger, 'error');\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).delete('/playlists/<bogus-id>/'),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(500);\n\t\t\tlogger.error.restore();\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/controllers/podcast.js",
    "content": "import { expect, request } from 'chai';\n\nimport api from '../../src/server';\nimport Podcast from '../../src/models/podcast';\nimport config from '../../src/config';\nimport { loadFixture, dropDBs, withLogin, getMockClient } from '../utils.js';\n\ndescribe('Podcast controller', () => {\n\tlet podcast;\n\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data');\n\t\tpodcast = await Podcast.findOne({});\n\t\texpect(podcast).to.not.be.null;\n\t});\n\n\tdescribe('get podcast list', () => {\n\t\tit('should return the right podcast feed from /podcasts', async () => {\n\t\t\tconst response = await withLogin(request(api).get('/podcasts'));\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body.length).to.be.at.least(1);\n\t\t});\n\t});\n\n\tdescribe('get podcast list from personalization', () => {\n\t\tit('should return the right podcast feed from /podcasts?type=recommended', async () => {\n\t\t\tconst mock = getMockClient();\n\t\t\tconst opts = { user_id: '5b0f306d8e147f10f16aceaf', limit: 7 };\n\t\t\tconst result = { results: [{ foreign_id: `episode:${podcast.id}` }] };\n\n\t\t\tmock.personalization.get.withArgs('winds_podcast_recommendations', opts).returns({ data: result });\n\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.get('/podcasts')\n\t\t\t\t\t.query({\n\t\t\t\t\t\ttype: 'recommended',\n\t\t\t\t\t}),\n\t\t\t);\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body.length).to.be.at.least(1);\n\t\t\texpect(response.body[0].url).to.eq(podcast.url);\n\n\t\t\tmock.personalization.get.reset();\n\t\t});\n\t});\n\n\tdescribe('get podcast', () => {\n\t\tit('should return the right rss feed from /podcasts/:podcastId', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).get(`/podcasts/${podcast._id}`),\n\t\t\t);\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body._id).to.eq(`${podcast._id}`);\n\t\t});\n\t});\n\n\tdescribe('add Podcast', () => {\n\t\tlet podcast;\n\n\t\tit('should create podcast from https://a16z.com/podcasts/feed/', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/podcasts')\n\t\t\t\t\t.send({ feedUrl: 'https://a16z.com/podcasts/feed/' }),\n\t\t\t);\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body).to.have.length(1);\n\t\t\texpect(response.body[0].url).to.eq('https://a16z.com');\n\t\t\tpodcast = await Podcast.find({ url: 'https://a16z.com' });\n\t\t\texpect(podcast).to.be.not.null;\n\t\t});\n\n\t\tit('2nd time should not create or update anything', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/podcasts')\n\t\t\t\t\t.send({ feedUrl: 'https://a16z.com/podcasts/feed/' }),\n\t\t\t);\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body).to.have.length(1);\n\t\t\tconst podcast2 = await Podcast.find({ url: 'https://a16z.com' });\n\t\t\texpect(podcast2).to.be.not.null;\n\t\t\texpect(podcast2.updatedAt).to.eq(podcast.updatedAt);\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/controllers/rss.js",
    "content": "import { expect, request } from 'chai';\n\nimport api from '../../src/server';\nimport RSS from '../../src/models/rss';\nimport config from '../../src/config';\nimport { loadFixture, withLogin, dropDBs, getMockClient } from '../utils';\n\ndescribe('RSS controller', () => {\n\tlet rss;\n\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data', 'articles');\n\t\trss = await RSS.findOne({});\n\t\texpect(rss).to.not.be.null;\n\t});\n\n\tdescribe('get feed', () => {\n\t\tit('should return the right rss feed from /rss/:rssId', async () => {\n\t\t\tconst response = await withLogin(request(api).get(`/rss/${rss._id}`));\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body._id).to.eq(`${rss._id}`);\n\t\t});\n\t});\n\n\tdescribe('get RSS list', () => {\n\t\tit('should return the right rss feed from /rss', async () => {\n\t\t\tconst response = await withLogin(request(api).get('/rss'));\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body).to.be.a('Array');\n\t\t});\n\n\t\tit('should return the right rss feed from /podcasts?type=recommended', async () => {\n\t\t\tconst mock = getMockClient();\n\t\t\tconst opts = { user_id: '5b0f306d8e147f10f16aceaf', limit: 7 };\n\t\t\tconst result = {\n\t\t\t\tresults: [\n\t\t\t\t\t{ foreign_id: `rss:${rss.id}` },\n\t\t\t\t\t{ foreign_id: 'rss:5ae0c71a0e7cbc4ee14a7c81' },\n\t\t\t\t],\n\t\t\t};\n\n\t\t\tmock.personalization.get\n\t\t\t\t.withArgs('winds_rss_recommendations', opts)\n\t\t\t\t.returns({ data: result });\n\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.get('/rss')\n\t\t\t\t\t.query({\n\t\t\t\t\t\ttype: 'recommended',\n\t\t\t\t\t}),\n\t\t\t);\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body.length).to.be.at.least(1);\n\t\t\texpect(response.body[0].url).to.eq(rss.url);\n\n\t\t\tmock.personalization.get.reset();\n\t\t});\n\t});\n\n\tdescribe('add road to VR', () => {\n\t\tlet rss;\n\n\t\tit('should create 3 feed from Road to VR', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/rss')\n\t\t\t\t\t.send({ feedUrl: 'https://www.roadtovr.com/' }),\n\t\t\t);\n\t\t\texpect(response).to.have.status(201);\n\t\t\texpect(response.body).to.have.length(3);\n\t\t\texpect(response.body[0].url).to.eq('https://roadtovr.com');\n\t\t\trss = await RSS.find({ url: 'https://roadtovr.com' });\n\t\t});\n\t});\n\n\tdescribe('add RSS feed - HN', () => {\n\t\tlet rss;\n\n\t\tit('should create 1 feed from HN URL', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/rss')\n\t\t\t\t\t.send({ feedUrl: 'https://news.ycombinator.com' }),\n\t\t\t);\n\t\t\texpect(response).to.have.status(201);\n\t\t\texpect(response.body).to.have.length(1);\n\t\t\texpect(response.body[0].url).to.eq('https://news.ycombinator.com');\n\t\t\trss = await RSS.findOne({ url: 'https://news.ycombinator.com' });\n\t\t});\n\n\t\tit('2nd time shoudl still return a response', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/rss')\n\t\t\t\t\t.send({ feedUrl: 'https://news.ycombinator.com' }),\n\t\t\t);\n\t\t\texpect(response).to.have.status(201);\n\t\t\texpect(response.body).to.have.length(1);\n\n\t\t\tconst rss2 = await RSS.findOne({ url: 'https://news.ycombinator.com' });\n\t\t\t// but not be updated\n\t\t\texpect(Number(rss2.updatedAt)).to.eq(Number(rss.updatedAt));\n\t\t});\n\n\t\t// TODO: enable this test once techcrunch website is fixed and won't redirect anymore\n\t\t// it('creates 2 RSS feeds for Tech Crunch', async () => {\n\t\t// \tconst response = await withLogin(\n\t\t// \t\trequest(api)\n\t\t// \t\t\t.post('/rss')\n\t\t// \t\t\t.send({ feedUrl: 'https://techcrunch.com' }),\n\t\t// \t);\n\t\t// \texpect(response).to.have.status(201);\n\t\t// \texpect(response.body).to.have.length(2);\n\t\t// \tlet tcRSS = await RSS.find({ url: 'https://techcrunch.com' });\n\t\t// \texpect(tcRSS).to.have.length(2);\n\t\t// });\n\t});\n});\n"
  },
  {
    "path": "api/test/controllers/tag.js",
    "content": "import { expect, request } from 'chai';\nimport { dropDBs, loadFixture, withLogin } from '../utils';\n\nimport Tag from '../../src/models/tag';\nimport api from '../../src/server';\n\ndescribe('Tag controller', () => {\n\tconst keys = ['_id', 'user', 'name', 'episode', 'article'];\n\n\tlet tag;\n\tlet tags;\n\tlet authedUser = '5b0f306d8e147f10f16aceaf';\n\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data', 'tags');\n\n\t\ttags = await Tag.find({ user: authedUser });\n\t\ttag = await Tag.findById('5bca58f5e4313757120c8810');\n\t});\n\n\tdescribe('list all tags', () => {\n\t\tit('should return 200 for valid request', async () => {\n\t\t\tconst response = await withLogin(request(api).get('/tags'));\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body.length).to.be.equal(tags.length);\n\t\t\texpect(response.body.map((t) => t._id)).to.have.all.members(\n\t\t\t\ttags.map((t) => String(t._id)),\n\t\t\t);\n\t\t\tfor (const entry of response.body)\n\t\t\t\texpect(Object.keys(entry)).to.include.members(keys);\n\t\t});\n\t});\n\n\tdescribe('retrieving tag by id', () => {\n\t\tit('should return 200 for valid request', async () => {\n\t\t\tconst response = await withLogin(request(api).get(`/tags/${tag._id}`));\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body._id).to.be.equal(String(tag._id));\n\t\t\texpect(response.body.name).to.be.equal(tag.name);\n\t\t\texpect(response.body.article.map((a) => a._id)).to.have.all.members(\n\t\t\t\ttag.article.map((a) => String(a._id)),\n\t\t\t);\n\t\t\texpect(response.body.episode.map((e) => e._id)).to.have.all.members(\n\t\t\t\ttag.episode.map((e) => String(e._id)),\n\t\t\t);\n\t\t});\n\n\t\tit('should return 404 for invalid id', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).get('/tags/5b0f306d8e147f10deadbeef'),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(404);\n\t\t});\n\t});\n\n\tdescribe('creating new tags', () => {\n\t\tit('should create a new tag by name only', async () => {\n\t\t\tconst data = { name: 'newtag' };\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/tags')\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body.user._id).to.be.equal(authedUser);\n\t\t\texpect(response.body.name).to.be.equal(data.name);\n\t\t\texpect(response.body.episode).to.be.empty;\n\t\t\texpect(response.body.article).to.be.empty;\n\t\t});\n\n\t\tit('should create a new tag with list of feeds', async () => {\n\t\t\tconst data = {\n\t\t\t\tname: 'newNewtags',\n\t\t\t\tarticle: ['5b0ad37226dc3db38194e5ec', '5b0ad37226dc3db38194e5ed'],\n\t\t\t\tepisode: ['5b0ad37026dc3db38194e286'],\n\t\t\t};\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.post('/tags')\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body.user._id).to.be.equal(authedUser);\n\t\t\texpect(response.body.name).to.be.equal(data.name);\n\n\t\t\texpect(response.body.article.map((a) => a._id)).to.have.all.members(\n\t\t\t\tdata.article,\n\t\t\t);\n\t\t\texpect(response.body.episode.map((e) => e._id)).to.have.all.members(\n\t\t\t\tdata.episode,\n\t\t\t);\n\t\t});\n\t});\n\n\tdescribe('updating existing tags', () => {\n\t\tit('should add article to a tag', async () => {\n\t\t\tconst data = { article: '5b0ad37226dc3db38194e5ed' };\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.put(`/tags/${tag._id}`)\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body.user._id).to.be.equal(authedUser);\n\t\t\texpect(response.body.name).to.be.equal(tag.name);\n\t\t\texpect(response.body.article.map((a) => String(a._id))).to.include(\n\t\t\t\tdata.article,\n\t\t\t);\n\t\t});\n\n\t\tit('should delete article from a tag', async () => {\n\t\t\tconst data = { article: '5b0ad37226dc3db38194e5ec', action: 'remove' };\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.put(`/tags/${tag._id}`)\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body.user._id).to.be.equal(authedUser);\n\t\t\texpect(response.body.name).to.be.equal(tag.name);\n\t\t\texpect(response.body.article.map((a) => String(a._id))).to.not.include(\n\t\t\t\tdata.article,\n\t\t\t);\n\t\t});\n\n\t\tit('should add episode to a tag', async () => {\n\t\t\tconst data = { episode: '5b0ad37626dc3db38194fa73' };\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.put(`/tags/${tag._id}`)\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body.user._id).to.be.equal(authedUser);\n\t\t\texpect(response.body.name).to.be.equal(tag.name);\n\t\t\texpect(response.body.episode.map((e) => String(e._id))).to.include(\n\t\t\t\tdata.episode,\n\t\t\t);\n\t\t});\n\n\t\tit('should delete episode from a tag', async () => {\n\t\t\tconst data = { episode: '5b0ad37626dc3db38194fa73', action: 'remove' };\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.put(`/tags/${tag._id}`)\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(Object.keys(response.body)).to.include.members(keys);\n\t\t\texpect(response.body.user._id).to.be.equal(authedUser);\n\t\t\texpect(response.body.name).to.be.equal(tag.name);\n\t\t\texpect(response.body.episode.map((p) => String(p._id))).to.not.include(\n\t\t\t\tdata.episode,\n\t\t\t);\n\t\t});\n\n\t\tit('should update tags name', async () => {\n\t\t\tconst data = { name: 'newName' };\n\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.put(`/tags/${tag._id}`)\n\t\t\t\t\t.send(data),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(200);\n\t\t\texpect(response.body.name).to.be.equal(data.name);\n\t\t});\n\n\t\tit('should return 404 for invalid id', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api)\n\t\t\t\t\t.put('/tags/5b0f306d8e147f10deadbeef')\n\t\t\t\t\t.send({ name: 'invalid' }),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(404);\n\t\t});\n\t});\n\n\tdescribe('deleting tags by id', () => {\n\t\tit('should return 204 for valid request', async () => {\n\t\t\tconst response = await withLogin(request(api).delete(`/tags/${tag._id}`));\n\n\t\t\texpect(response).to.have.status(204);\n\t\t\texpect(await Tag.findById(tag._id)).to.be.null;\n\t\t});\n\n\t\tit('should return 404 for invalid id', async () => {\n\t\t\tconst response = await withLogin(\n\t\t\t\trequest(api).delete('/tags/5b0f306d8e147f10deadbeef'),\n\t\t\t);\n\n\t\t\texpect(response).to.have.status(404);\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/controllers/user.js",
    "content": "import { expect, request } from 'chai';\n\nimport api from '../../src/server';\nimport User from '../../src/models/user';\nimport { withLogin, loadFixture, getMockClient, getMockFeed, dropDBs } from '../utils';\n\ndescribe('User controller', () => {\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data');\n\t});\n\n\tlet authUser = {\n\t\temail: 'logged_in_user@email.com',\n\t\tsub: '4342306d8e147f10f16aceaf',\n\t};\n\n\tdescribe('retrieve user', () => {\n\t\tlet user;\n\n\t\tbefore(async () => {\n\t\t\tawait loadFixture('user');\n\t\t\tuser = await User.findOne({ email: authUser.email });\n\t\t\texpect(user).to.not.be.null;\n\t\t});\n\n\t\tafter(async () => {\n\t\t\tawait User.remove().exec();\n\t\t});\n\n\t\tdescribe('valid request', () => {\n\t\t\tit('should return 200 and the user resource, including the email field, when retrieving the authenticated user', async () => {\n\t\t\t\tconst response = await withLogin(\n\t\t\t\t\trequest(api).get(`/users/${user._id}`),\n\t\t\t\t\tauthUser,\n\t\t\t\t);\n\n\t\t\t\texpect(response).to.have.status(200);\n\t\t\t\texpect(response.body._id).to.equal(user._id.toString());\n\t\t\t\texpect(response.body.email).to.not.be.false;\n\t\t\t\texpect(response.body.streamTokens).to.not.be.false;\n\t\t\t});\n\n\t\t\tit('should return 200 and the user resource, excluding the email field, when retrieving another user', async () => {\n\t\t\t\tconst anotherUser = await User.findOne({\n\t\t\t\t\temail: 'another_user@email.com',\n\t\t\t\t});\n\n\t\t\t\tconst response = await withLogin(\n\t\t\t\t\trequest(api).get(`/users/${anotherUser.id}`),\n\t\t\t\t\tauthUser,\n\t\t\t\t);\n\n\t\t\t\texpect(response).to.have.status(200);\n\t\t\t\texpect(response.body._id).to.equal(anotherUser._id.toString());\n\t\t\t\texpect(response.body).to.not.have.an('email');\n\t\t\t});\n\t\t});\n\n\t\tdescribe('invalid requests', () => {\n\t\t\tit('should return 404 if requested user does not exist', async () => {\n\t\t\t\tconst nonExistingId = '5b10e1c601e9b8702ccfb974';\n\t\t\t\texpect(await User.findOne({ _id: nonExistingId })).to.be.null;\n\n\t\t\t\tconst response = await withLogin(\n\t\t\t\t\trequest(api).get(`/users/${nonExistingId}`),\n\t\t\t\t\tauthUser,\n\t\t\t\t);\n\t\t\t\texpect(response).to.have.status(404);\n\t\t\t});\n\t\t});\n\n\t\tdescribe('authentication and authorization', () => {});\n\t});\n\n\tdescribe('remove user', () => {\n\t\tlet user;\n\n\t\tbeforeEach(async () => {\n\t\t\tawait loadFixture('user');\n\t\t\tuser = await User.findOne({ email: authUser.email });\n\t\t\texpect(user).to.not.be.null;\n\t\t});\n\n\t\tafterEach(async () => {\n\t\t\tawait User.remove().exec();\n\t\t});\n\n\t\tdescribe('valid request', () => {\n\t\t\tit('should return 204 and remove the user model', async () => {\n\t\t\t\tconst response = await withLogin(\n\t\t\t\t\trequest(api).delete(`/users/${user._id}`),\n\t\t\t\t\tauthUser,\n\t\t\t\t);\n\t\t\t\texpect(response).to.have.status(204);\n\t\t\t\texpect(await User.findOne({ _id: user._id })).to.be.null;\n\t\t\t});\n\t\t});\n\n\t\tdescribe('authentication and authorization', () => {\n\t\t\tit('should return 403 for unauthorized access to an existing user resource', async () => {\n\t\t\t\tconst anotherUser = await User.findOne({\n\t\t\t\t\temail: 'another_user@email.com',\n\t\t\t\t});\n\n\t\t\t\tconst response = await withLogin(\n\t\t\t\t\trequest(api).delete(`/users/${anotherUser.id}`),\n\t\t\t\t\tauthUser,\n\t\t\t\t);\n\n\t\t\t\texpect(response).to.have.status(403);\n\t\t\t\texpect(await User.findOne({ _id: anotherUser._id })).to.not.be.null;\n\t\t\t});\n\n\t\t\tit('should return 403 unauthorized access to a non-existing user resource', async () => {\n\t\t\t\tconst nonExistingId = '5b10e1c601e9b8702ccfb974';\n\t\t\t\texpect(await User.findOne({ _id: nonExistingId })).to.be.null;\n\n\t\t\t\tconst response = await withLogin(\n\t\t\t\t\trequest(api).delete(`/users/${nonExistingId}`),\n\t\t\t\t\tauthUser,\n\t\t\t\t);\n\t\t\t\texpect(response).to.have.status(403);\n\t\t\t});\n\t\t});\n\t});\n\n\tdescribe('update user', () => {\n\t\tlet user;\n\n\t\tbeforeEach(async () => {\n\t\t\tawait loadFixture('user');\n\t\t\tuser = await User.findOne({ email: authUser.email });\n\t\t\texpect(user).to.not.be.null;\n\t\t});\n\n\t\tafterEach(async () => {\n\t\t\tawait User.remove().exec();\n\t\t});\n\n\t\tdescribe('valid requests', () => {\n\t\t\tit('should return 201 for valid update', async () => {\n\t\t\t\tconst updatedUser = {\n\t\t\t\t\temail: 'valid.alternative@email.com',\n\t\t\t\t\tusername: 'validusername',\n\t\t\t\t\tname: 'Valid Name',\n\t\t\t\t};\n\t\t\t\tconst response = await withLogin(\n\t\t\t\t\trequest(api)\n\t\t\t\t\t\t.put(`/users/${user.id}`)\n\t\t\t\t\t\t.send(updatedUser),\n\t\t\t\t\tauthUser,\n\t\t\t\t);\n\n\t\t\t\texpect(response).to.have.status(201);\n\t\t\t\texpect(JSON.parse(response.text)).to.include(updatedUser);\n\t\t\t\texpect(await User.findOne({ _id: user.id })).to.include(updatedUser);\n\t\t\t});\n\t\t});\n\n\t\tdescribe('invalid requests', () => {\n\t\t\tit('should return 400 for invalid email', async () => {\n\t\t\t\tconst bodies = [\n\t\t\t\t\t{ email: 'invalid.email.com', username: 'valid', name: 'Valid Name' },\n\t\t\t\t\t{ email: 'invalid@email', username: 'valid', name: 'Valid Name' },\n\t\t\t\t\t{\n\t\t\t\t\t\temail: '@invalid.email.com',\n\t\t\t\t\t\tusername: 'valid',\n\t\t\t\t\t\tname: 'Valid Name',\n\t\t\t\t\t},\n\t\t\t\t];\n\t\t\t\tconst requests = bodies.map(body =>\n\t\t\t\t\twithLogin(\n\t\t\t\t\t\trequest(api)\n\t\t\t\t\t\t\t.put(`/users/${user.id}`)\n\t\t\t\t\t\t\t.send(body),\n\t\t\t\t\t\tauthUser,\n\t\t\t\t\t),\n\t\t\t\t);\n\n\t\t\t\tfor (const response of await Promise.all(requests)) {\n\t\t\t\t\texpect(response).to.have.status(400);\n\t\t\t\t}\n\t\t\t});\n\n\t\t\tit('should return 400 for invalid username', async () => {\n\t\t\t\tconst response = await withLogin(\n\t\t\t\t\trequest(api)\n\t\t\t\t\t\t.put(`/users/${user.id}`)\n\t\t\t\t\t\t.send({\n\t\t\t\t\t\t\temail: 'logged_in_user@email.com',\n\t\t\t\t\t\t\tusername: 'invalid username',\n\t\t\t\t\t\t\tname: 'Valid Name',\n\t\t\t\t\t\t}),\n\t\t\t\t\tauthUser,\n\t\t\t\t);\n\n\t\t\t\texpect(response).to.have.status(400);\n\t\t\t});\n\n\t\t\tit('should return 409 for existing username', async () => {\n\t\t\t\tconst anotherUser = await User.findOne({\n\t\t\t\t\temail: 'another_user@email.com',\n\t\t\t\t});\n\n\t\t\t\tconst response = await withLogin(\n\t\t\t\t\trequest(api)\n\t\t\t\t\t\t.put(`/users/${user.id}`)\n\t\t\t\t\t\t.send({\n\t\t\t\t\t\t\temail: user.email,\n\t\t\t\t\t\t\tusername: anotherUser.username,\n\t\t\t\t\t\t\tname: user.name,\n\t\t\t\t\t\t}),\n\t\t\t\t\tauthUser,\n\t\t\t\t);\n\n\t\t\t\texpect(response).to.have.status(409);\n\t\t\t});\n\n\t\t\tit('should return 409 for existing email', async () => {\n\t\t\t\tconst anotherUser = await User.findOne({\n\t\t\t\t\temail: 'another_user@email.com',\n\t\t\t\t});\n\n\t\t\t\tconst response = await withLogin(\n\t\t\t\t\trequest(api)\n\t\t\t\t\t\t.put(`/users/${user.id}`)\n\t\t\t\t\t\t.send({\n\t\t\t\t\t\t\temail: anotherUser.email,\n\t\t\t\t\t\t\tusername: user.username,\n\t\t\t\t\t\t\tname: user.name,\n\t\t\t\t\t\t}),\n\t\t\t\t\tauthUser,\n\t\t\t\t);\n\n\t\t\t\texpect(response).to.have.status(409);\n\t\t\t});\n\t\t});\n\n\t\tdescribe('authentication and authorization', () => {\n\t\t\tit('should return 403 for unauthorized access to an existing user resource', async () => {\n\t\t\t\tconst anotherUser = await User.findOne({\n\t\t\t\t\temail: 'another_user@email.com',\n\t\t\t\t});\n\n\t\t\t\tconst response = await withLogin(\n\t\t\t\t\trequest(api)\n\t\t\t\t\t\t.put(`/users/${anotherUser.id}`)\n\t\t\t\t\t\t.send({}),\n\t\t\t\t\tauthUser,\n\t\t\t\t);\n\n\t\t\t\texpect(response).to.have.status(403);\n\t\t\t\texpect(await User.findOne({ _id: anotherUser._id })).to.not.be.null;\n\t\t\t});\n\n\t\t\tit('should return 403 for unauthorized access to a non-existing user resource', async () => {\n\t\t\t\tconst nonExistingId = '5b10e1c601e9b8702ccfb974';\n\t\t\t\texpect(await User.findOne({ _id: nonExistingId })).to.be.null;\n\n\t\t\t\tconst response = await withLogin(\n\t\t\t\t\trequest(api)\n\t\t\t\t\t\t.put(`/users/${nonExistingId}`)\n\t\t\t\t\t\t.send({}),\n\t\t\t\t\tauthUser,\n\t\t\t\t);\n\t\t\t\texpect(response).to.have.status(403);\n\t\t\t});\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/data/404.opml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<opml version=\"1.0\">\n  <head>\n    <title>Subscriptions</title>\n  </head>\n  <body>\n    <outline text=\"Stack Overflow\" title=\"Stack Overflow\">\n      <outline type=\"rss\"\n        text=\"Design Details\" title=\"Design Details\"\n        xmlUrl=\"https://rss.simplecast.com/podcasts/1034/rss\"\n        htmlUrl=\"https://spec.fm/podcasts/design-details\"/>\n      <outline type=\"rss\"\n        text=\"Kotaku\" title=\"Kotaku\"\n        xmlUrl=\"https://kotaku.com/rss404\"\n        htmlUrl=\"https://kotaku.com/\"/>\n    </outline>\n  </body>\n</opml>\n"
  },
  {
    "path": "api/test/data/discovery/case.html",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <link rel=\"shortcut icon\" href=\"favicon.ico\">\n    <link rel=\"alternate\" type=\"application/RSS+xml\" title=\"RSS\" href=\"/rssfinder.xml\">\n    <title>RSSFinder</title>\n</head>\n<body>\n    <p>RSSFinder</p>\n</body>\n</html>\n"
  },
  {
    "path": "api/test/data/discovery/fail.xml",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <meta charset=\"UTF-8\">\n    <feed></feed>\n    <title>The Is Not The Feed You're Looking For</title>\n</head>\n<body>\n    <p>Move Along. Move Along.</p>\n</body>\n</html>\n"
  },
  {
    "path": "api/test/data/discovery/index.html",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <link rel=\"shortcut icon\" href=\"favicon.ico\">\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS\" href=\"/rssfinder.xml\">\n    <title>RSSFinder</title>\n</head>\n<body>\n    <p>RSSFinder</p>\n</body>\n</html>\n"
  },
  {
    "path": "api/test/data/discovery/nofavicon.html",
    "content": "<!DOCTYPE html>\n<html>\n<head>\n    <link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS\" href=\"/rssfinder.xml\">\n    <title>RSSFinder</title>\n</head>\n<body>\n    <p>RSSFinder</p>\n</body>\n</html>\n"
  },
  {
    "path": "api/test/data/discovery/nourl.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<rss version=\"2.0\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\">\n    <channel>\n        <title><![CDATA[Index - 24óra]]></title>\n        <image>\n            <url>http://index.hu/assets/images/rss_logo.gif</url>\n            <title>Index</title>\n            <link>http://index.hu/</link>\n            <width>144</width>\n            <height>35</height>\n        </image>\n        <link>http://index.hu/24ora/</link>\n        <description></description>\n        <language>hu-HU</language>\n        <docs>http://backend.userland.com/rss</docs>\n        <lastBuildDate>Thu, 24 Dec 2015 12:19:00 +0100</lastBuildDate>\n        <item>\n            <title><![CDATA[Támogatást kaphatnak a bölcsődék a dolgozók fizetéséhez]]></title>\n            <link>http://index.hu/gazdasag/2015/12/24/tamogatast_kaphatnak_a_bolcsodek_a_dolgozok_fizetesehez/</link>\n            <pubDate>Thu, 24 Dec 2015 12:19:00 +0100</pubDate>\n            <guid>http://index.hu/gazdasag/2015/12/24/tamogatast_kaphatnak_a_bolcsodek_a_dolgozok_fizetesehez/</guid>\n            <category domain=\"main\"><![CDATA[Gazdaság]]></category>\n            <description><![CDATA[A felsőfokú végzettségű kisgyermeknevelők bérét támogatják, de az egységes óvoda-bölcsődék kimaradnak a körből.]]></description>\n            <content:encoded><![CDATA[A felsőfokú végzettségű kisgyermeknevelők bérét támogatják, de az egységes óvoda-bölcsődék kimaradnak a körből.]]></content:encoded>\n        </item>\n    </channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/discovery/rss.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<?xml-stylesheet type=\"text/xsl\" media=\"screen\" href=\"/~d/styles/rss2full.xsl\"?><?xml-stylesheet type=\"text/css\" media=\"screen\" href=\"http://rss.cnn.com/~d/styles/itemcontent.css\"?><rss xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" xmlns:atom=\"http://www.w3.org/2005/Atom\" xmlns:media=\"http://search.yahoo.com/mrss/\" version=\"2.0\"><channel><title><![CDATA[CNN.com - RSS Channel - App International Edition]]></title><description><![CDATA[CNN.com delivers up-to-the-minute news and information on the latest top stories, weather, entertainment, politics and more.]]></description><link>https://www.cnn.com/app-international-edition/index.html</link><image><url>http://i2.cdn.turner.com/cnn/2015/images/09/24/cnn.digital.png</url><title>CNN.com - RSS Channel - App International Edition</title><link>https://www.cnn.com/app-international-edition/index.html</link></image><generator>coredev-bumblebee</generator><lastBuildDate>Wed, 25 Jul 2018 19:58:01 GMT</lastBuildDate><pubDate>Wed, 25 Jul 2018 19:29:10 GMT</pubDate><copyright><![CDATA[Copyright (c) 2018 Turner Broadcasting System, Inc. All Rights Reserved.]]></copyright><language><![CDATA[en-US]]></language><ttl>10</ttl><atom10:link xmlns:atom10=\"http://www.w3.org/2005/Atom\" rel=\"self\" type=\"application/rss+xml\" href=\"http://rss.cnn.com/rss/edition\" /><feedburner:info xmlns:feedburner=\"http://rssnamespace.org/feedburner/ext/1.0\" uri=\"rss/edition\" /><atom10:link xmlns:atom10=\"http://www.w3.org/2005/Atom\" rel=\"hub\" href=\"http://pubsubhubbub.appspot.com/\" /><item><title><![CDATA[Trump blasts Cohen over tape disclosure]]></title><link>https://www.cnn.com/collections/intl-trump-cohen/</link><guid isPermaLink=\"true\">https://www.cnn.com/collections/intl-trump-cohen/</guid><pubDate>Wed, 25 Jul 2018 19:54:18 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Cars turned to molten metal as Greek wildfires wipe villages off the map]]></title><link>https://www.cnn.com/2018/07/25/europe/greece-wildfires-missing-intl/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/25/europe/greece-wildfires-missing-intl/index.html</guid><pubDate>Wed, 25 Jul 2018 19:32:28 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724091651-01-greece-wildfires-0724-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724091651-01-greece-wildfires-0724-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724091651-01-greece-wildfires-0724-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724091651-01-greece-wildfires-0724-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724091651-01-greece-wildfires-0724-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724091651-01-greece-wildfires-0724-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724091651-01-greece-wildfires-0724-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724091651-01-greece-wildfires-0724-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724091651-01-greece-wildfires-0724-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724091651-01-greece-wildfires-0724-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724091651-01-greece-wildfires-0724-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Evidence detected of lake beneath the surface of Mars]]></title><description><![CDATA[A lake of liquid water has been detected by radar beneath the southern polar ice cap of Mars, according to a new study by Italian researchers from the Italian Space Agency, published Wednesday in the journal Science. ]]></description><link>https://www.cnn.com/2018/07/25/world/mars-subsurface-water-lake-evidence/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/25/world/mars-subsurface-water-lake-evidence/index.html</guid><pubDate>Wed, 25 Jul 2018 16:47:48 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725085608-01-mars-lake-radar-evidence-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725085608-01-mars-lake-radar-evidence-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725085608-01-mars-lake-radar-evidence-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725085608-01-mars-lake-radar-evidence-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725085608-01-mars-lake-radar-evidence-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725085608-01-mars-lake-radar-evidence-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725085608-01-mars-lake-radar-evidence-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725085608-01-mars-lake-radar-evidence-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725085608-01-mars-lake-radar-evidence-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725085608-01-mars-lake-radar-evidence-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725085608-01-mars-lake-radar-evidence-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Putin's Washington visit delayed, White House says]]></title><description><![CDATA[The follow-up meeting President Donald Trump proposed holding with his Russian counterpart in the fall will no longer happen this year, the White House said on Wednesday.]]></description><link>https://www.cnn.com/2018/07/25/politics/trump-putin-meeting-delay/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/25/politics/trump-putin-meeting-delay/index.html</guid><pubDate>Wed, 25 Jul 2018 19:47:30 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717103409-trump-putin-summit-interpreters-0716-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717103409-trump-putin-summit-interpreters-0716-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717103409-trump-putin-summit-interpreters-0716-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717103409-trump-putin-summit-interpreters-0716-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717103409-trump-putin-summit-interpreters-0716-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717103409-trump-putin-summit-interpreters-0716-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717103409-trump-putin-summit-interpreters-0716-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717103409-trump-putin-summit-interpreters-0716-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717103409-trump-putin-summit-interpreters-0716-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717103409-trump-putin-summit-interpreters-0716-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717103409-trump-putin-summit-interpreters-0716-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Pakistan election: 31 dead in bomb attack as voting continues]]></title><link>https://cnn.it/2LGOo57</link><guid isPermaLink=\"true\">https://cnn.it/2LGOo57</guid><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Was nerve agent left in multiple places in UK?]]></title><description><![CDATA[Investigators are looking into whether the poison used on former Russian double agent Sergei Skripal and his daughter Yulia may have been left in multiple receptacles in and around the Salisbury area, sources say.]]></description><link>https://www.cnn.com/2018/07/24/europe/novichok-poisoning-investigation-intl/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/24/europe/novichok-poisoning-investigation-intl/index.html</guid><pubDate>Wed, 25 Jul 2018 12:57:41 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180306123308-sergei-skripal-home-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180306123308-sergei-skripal-home-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180306123308-sergei-skripal-home-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180306123308-sergei-skripal-home-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180306123308-sergei-skripal-home-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180306123308-sergei-skripal-home-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180306123308-sergei-skripal-home-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180306123308-sergei-skripal-home-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180306123308-sergei-skripal-home-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180306123308-sergei-skripal-home-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180306123308-sergei-skripal-home-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Auto boss Sergio Marchionne dies]]></title><link>https://money.cnn.com/2018/07/25/news/companies/sergio-marchionne-obit/index.html</link><guid isPermaLink=\"true\">https://money.cnn.com/2018/07/25/news/companies/sergio-marchionne-obit/index.html</guid><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725171507-sergio-marchionne-obit-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725171507-sergio-marchionne-obit-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725171507-sergio-marchionne-obit-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725171507-sergio-marchionne-obit-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725171507-sergio-marchionne-obit-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725171507-sergio-marchionne-obit-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725171507-sergio-marchionne-obit-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725171507-sergio-marchionne-obit-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725171507-sergio-marchionne-obit-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725171507-sergio-marchionne-obit-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725171507-sergio-marchionne-obit-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Hundreds missing after dam collapse floods towns]]></title><description><![CDATA[More than 10,000 people have been affected by a catastrophic dam collapse in southern Laos, according to figures published by the United Nations.]]></description><link>https://www.cnn.com/2018/07/25/asia/laos-dam-flood-intl/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/25/asia/laos-dam-flood-intl/index.html</guid><pubDate>Wed, 25 Jul 2018 10:59:27 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725153237-03-laos-flooding-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725153237-03-laos-flooding-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725153237-03-laos-flooding-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725153237-03-laos-flooding-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725153237-03-laos-flooding-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725153237-03-laos-flooding-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725153237-03-laos-flooding-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725153237-03-laos-flooding-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725153237-03-laos-flooding-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725153237-03-laos-flooding-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725153237-03-laos-flooding-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Trump's Hollywood star smashed to pieces]]></title><description><![CDATA[President Donald Trump's star on the Hollywood Walk of Fame was destroyed by a man with a pickax early Wednesday morning, according to Los Angeles police officer Ray Brown. ]]></description><link>https://www.cnn.com/2018/07/25/politics/trump-walk-of-fame-star-smash/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/25/politics/trump-walk-of-fame-star-smash/index.html</guid><pubDate>Wed, 25 Jul 2018 17:19:53 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725093111-donald-trump-fame-star-072518-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725093111-donald-trump-fame-star-072518-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725093111-donald-trump-fame-star-072518-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725093111-donald-trump-fame-star-072518-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725093111-donald-trump-fame-star-072518-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725093111-donald-trump-fame-star-072518-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725093111-donald-trump-fame-star-072518-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725093111-donald-trump-fame-star-072518-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725093111-donald-trump-fame-star-072518-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725093111-donald-trump-fame-star-072518-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725093111-donald-trump-fame-star-072518-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Vaccine crisis outrage: China calls for calm]]></title><link>https://www.cnn.com/2018/07/25/asia/china-vaccine-censorship-intl/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/25/asia/china-vaccine-censorship-intl/index.html</guid><pubDate>Wed, 25 Jul 2018 13:19:45 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724140141-china-vaccine-02-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724140141-china-vaccine-02-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724140141-china-vaccine-02-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724140141-china-vaccine-02-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724140141-china-vaccine-02-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724140141-china-vaccine-02-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724140141-china-vaccine-02-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724140141-china-vaccine-02-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724140141-china-vaccine-02-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724140141-china-vaccine-02-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724140141-china-vaccine-02-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Syria street market suicide bombing kills 38 ]]></title><link>https://www.cnn.com/2018/07/25/middleeast/syria-bombing-intl/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/25/middleeast/syria-bombing-intl/index.html</guid><pubDate>Wed, 25 Jul 2018 19:50:23 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725091452-01-syria-attack-0725-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725091452-01-syria-attack-0725-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725091452-01-syria-attack-0725-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725091452-01-syria-attack-0725-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725091452-01-syria-attack-0725-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725091452-01-syria-attack-0725-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725091452-01-syria-attack-0725-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725091452-01-syria-attack-0725-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725091452-01-syria-attack-0725-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725091452-01-syria-attack-0725-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725091452-01-syria-attack-0725-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Demi Lovato in hospital for apparent drug overdose]]></title><link>https://www.cnn.com/2018/07/24/entertainment/demi-lovato-hospitalized/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/24/entertainment/demi-lovato-hospitalized/index.html</guid><pubDate>Wed, 25 Jul 2018 16:30:43 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180621105828-demi-lovato-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180621105828-demi-lovato-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180621105828-demi-lovato-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180621105828-demi-lovato-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180621105828-demi-lovato-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180621105828-demi-lovato-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180621105828-demi-lovato-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180621105828-demi-lovato-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180621105828-demi-lovato-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180621105828-demi-lovato-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180621105828-demi-lovato-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Viagra trial on pregnant women stopped after 11 babies die]]></title><link>https://www.cnn.com/2018/07/24/health/viagra-clinical-trial-stopped-baby-deaths-bn/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/24/health/viagra-clinical-trial-stopped-baby-deaths-bn/index.html</guid><pubDate>Wed, 25 Jul 2018 19:45:55 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/130326143530-viagra-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/130326143530-viagra-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/130326143530-viagra-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/130326143530-viagra-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/130326143530-viagra-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/130326143530-viagra-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/130326143530-viagra-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/130326143530-viagra-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/130326143530-viagra-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Swedish student stops deportation of Afghan man with Facebook live protest ]]></title><description><![CDATA[A student used a Facebook Live Stream to prevent the deportation of an Afghan asylum seeker on board an Istanbul-bound plane at Gothenburg airport in Sweden.]]></description><link>https://www.cnn.com/2018/07/25/europe/swedish-deportation-protest-intl/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/25/europe/swedish-deportation-protest-intl/index.html</guid><pubDate>Wed, 25 Jul 2018 14:15:09 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725105714-01-elin-ersson-sweden-deportation-grab-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725105714-01-elin-ersson-sweden-deportation-grab-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725105714-01-elin-ersson-sweden-deportation-grab-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725105714-01-elin-ersson-sweden-deportation-grab-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725105714-01-elin-ersson-sweden-deportation-grab-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725105714-01-elin-ersson-sweden-deportation-grab-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725105714-01-elin-ersson-sweden-deportation-grab-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725105714-01-elin-ersson-sweden-deportation-grab-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725105714-01-elin-ersson-sweden-deportation-grab-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725105714-01-elin-ersson-sweden-deportation-grab-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725105714-01-elin-ersson-sweden-deportation-grab-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[30-ton disco ball destined for Nevada desert]]></title><description><![CDATA[Bjarke Ingels' architecture practice has set its sights on building an inflatable, 30-ton disco ball in the Nevada desert for the 2018 edition of Burning Man.]]></description><link>https://www.cnn.com/style/article/big-burning-man-reflective-orb/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/style/article/big-burning-man-reflective-orb/index.html</guid><pubDate>Fri, 06 Jul 2018 09:41:30 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180706100708-big-burning-man-orb-1-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180706100708-big-burning-man-orb-1-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180706100708-big-burning-man-orb-1-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180706100708-big-burning-man-orb-1-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180706100708-big-burning-man-orb-1-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180706100708-big-burning-man-orb-1-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180706100708-big-burning-man-orb-1-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180706100708-big-burning-man-orb-1-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180706100708-big-burning-man-orb-1-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180706100708-big-burning-man-orb-1-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180706100708-big-burning-man-orb-1-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[White House stops announcing calls with world leaders]]></title><link>https://www.cnn.com/2018/07/24/politics/foreign-leaders-call-white-house/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/24/politics/foreign-leaders-call-white-house/index.html</guid><pubDate>Wed, 25 Jul 2018 05:06:54 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180423194907-trump-phone-jan-2017-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180423194907-trump-phone-jan-2017-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180423194907-trump-phone-jan-2017-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180423194907-trump-phone-jan-2017-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180423194907-trump-phone-jan-2017-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180423194907-trump-phone-jan-2017-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180423194907-trump-phone-jan-2017-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180423194907-trump-phone-jan-2017-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180423194907-trump-phone-jan-2017-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180423194907-trump-phone-jan-2017-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180423194907-trump-phone-jan-2017-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[US airlines give in to China's demands over Taiwan]]></title><link>https://money.cnn.com/2018/07/25/news/companies/taiwan-china-airlines/index.html</link><guid isPermaLink=\"true\">https://money.cnn.com/2018/07/25/news/companies/taiwan-china-airlines/index.html</guid><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725115847-american-airlines-plane-dc-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725115847-american-airlines-plane-dc-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725115847-american-airlines-plane-dc-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725115847-american-airlines-plane-dc-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725115847-american-airlines-plane-dc-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725115847-american-airlines-plane-dc-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725115847-american-airlines-plane-dc-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725115847-american-airlines-plane-dc-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725115847-american-airlines-plane-dc-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725115847-american-airlines-plane-dc-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725115847-american-airlines-plane-dc-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[New images show N Korea dismantling test site]]></title><description><![CDATA[President Donald Trump says that new images indicate North Korea has begun dismantling \"a key missile site\" -- a step he says was promised by dictator Kim Jong Un after the two leaders met in Singapore in June. CNN's Barbara Starr reports.]]></description><link>https://www.cnn.com/videos/politics/2018/07/24/north-korea-dismantling-test-site-starr-dnt-lead-vpx.cnn</link><guid isPermaLink=\"true\">https://www.cnn.com/videos/politics/2018/07/24/north-korea-dismantling-test-site-starr-dnt-lead-vpx.cnn</guid><pubDate>Tue, 24 Jul 2018 21:15:03 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723190352-03-sohae-north-korea-image-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723190352-03-sohae-north-korea-image-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723190352-03-sohae-north-korea-image-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723190352-03-sohae-north-korea-image-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723190352-03-sohae-north-korea-image-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723190352-03-sohae-north-korea-image-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723190352-03-sohae-north-korea-image-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723190352-03-sohae-north-korea-image-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723190352-03-sohae-north-korea-image-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723190352-03-sohae-north-korea-image-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723190352-03-sohae-north-korea-image-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Roma furious over $49M transfer gazumping ]]></title><link>https://www.cnn.com/2018/07/25/football/roma-malcom-barcelona-bordeaux-transfer-spt-intl/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/25/football/roma-malcom-barcelona-bordeaux-transfer-spt-intl/index.html</guid><pubDate>Wed, 25 Jul 2018 09:46:59 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725102124-malcolm-tease-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725102124-malcolm-tease-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725102124-malcolm-tease-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725102124-malcolm-tease-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725102124-malcolm-tease-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725102124-malcolm-tease-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725102124-malcolm-tease-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725102124-malcolm-tease-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725102124-malcolm-tease-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725102124-malcolm-tease-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725102124-malcolm-tease-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Tour de France riders accidentally tear-gassed]]></title><description><![CDATA[The Tour de France -- cycling's most prestigious race -- was temporarily halted Tuesday after tear gas, used to disperse protesters by police, inadvertently got into the eyes of some riders.]]></description><link>https://www.cnn.com/2018/07/24/sport/tour-de-france-protesters-pepper-spray/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/24/sport/tour-de-france-protesters-pepper-spray/index.html</guid><pubDate>Tue, 24 Jul 2018 15:29:44 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114852-tour-de-france-geraint-thomas-tear-gas-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114852-tour-de-france-geraint-thomas-tear-gas-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114852-tour-de-france-geraint-thomas-tear-gas-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114852-tour-de-france-geraint-thomas-tear-gas-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114852-tour-de-france-geraint-thomas-tear-gas-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114852-tour-de-france-geraint-thomas-tear-gas-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114852-tour-de-france-geraint-thomas-tear-gas-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114852-tour-de-france-geraint-thomas-tear-gas-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114852-tour-de-france-geraint-thomas-tear-gas-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114852-tour-de-france-geraint-thomas-tear-gas-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114852-tour-de-france-geraint-thomas-tear-gas-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Massive iceberg threatens small village]]></title><description><![CDATA[The people of Innaarsuit know how to handle themselves around ice. Their small island off western Greenland is surrounded by it through every long, dark winter. They take dogsleds out on Baffin Bay's frozen surface to hunt seals and polar bears. They cut out holes and catch fish through it. Most importantly they know when to avoid it.]]></description><link>https://www.cnn.com/2018/07/23/europe/greenland-iceberg-intl/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/23/europe/greenland-iceberg-intl/index.html</guid><pubDate>Wed, 25 Jul 2018 16:46:58 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723122445-03-cnn-greenland-iceberg-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723122445-03-cnn-greenland-iceberg-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723122445-03-cnn-greenland-iceberg-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723122445-03-cnn-greenland-iceberg-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723122445-03-cnn-greenland-iceberg-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723122445-03-cnn-greenland-iceberg-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723122445-03-cnn-greenland-iceberg-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723122445-03-cnn-greenland-iceberg-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723122445-03-cnn-greenland-iceberg-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723122445-03-cnn-greenland-iceberg-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723122445-03-cnn-greenland-iceberg-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[US intel warns of Russian threat to power grid]]></title><description><![CDATA[CNN's Jim Sciutto reports that US intelligence believes Russia has the capability to hack several US infrastructures, including voting systems and electrical grids.]]></description><link>https://www.cnn.com/videos/politics/2018/07/24/us-intel-warning-russia-cyberattack-threats-to-power-grid-sciutto-tsr-vpx.cnn</link><guid isPermaLink=\"true\">https://www.cnn.com/videos/politics/2018/07/24/us-intel-warning-russia-cyberattack-threats-to-power-grid-sciutto-tsr-vpx.cnn</guid><pubDate>Tue, 24 Jul 2018 22:10:17 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717104539-gfx-russia-data-hack-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717104539-gfx-russia-data-hack-large-11.jpg\" height=\"600\" width=\"600\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717104539-gfx-russia-data-hack-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717104539-gfx-russia-data-hack-video-synd-2.jpg\" height=\"1200\" width=\"1600\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717104539-gfx-russia-data-hack-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717104539-gfx-russia-data-hack-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717104539-gfx-russia-data-hack-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717104539-gfx-russia-data-hack-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717104539-gfx-russia-data-hack-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717104539-gfx-russia-data-hack-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180717104539-gfx-russia-data-hack-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA['Nobody needs to die of AIDS anymore,' Elton John says]]></title><description><![CDATA[Among scourges like malaria, diabetes and cancer, AIDS is \"the only disease that could legitimately be ended in our lifetime,\" if only old-fashioned attitudes and society could be changed, Elton John said Tuesday.]]></description><link>https://www.cnn.com/2018/07/24/health/elton-john-aids-conference-amsterdam-intl/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/24/health/elton-john-aids-conference-amsterdam-intl/index.html</guid><pubDate>Wed, 25 Jul 2018 10:14:09 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724171645-02-cnnphotos-elton-john-aids-conference-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724171645-02-cnnphotos-elton-john-aids-conference-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724171645-02-cnnphotos-elton-john-aids-conference-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724171645-02-cnnphotos-elton-john-aids-conference-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724171645-02-cnnphotos-elton-john-aids-conference-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724171645-02-cnnphotos-elton-john-aids-conference-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724171645-02-cnnphotos-elton-john-aids-conference-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724171645-02-cnnphotos-elton-john-aids-conference-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724171645-02-cnnphotos-elton-john-aids-conference-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724171645-02-cnnphotos-elton-john-aids-conference-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724171645-02-cnnphotos-elton-john-aids-conference-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Thai soccer boys to become monks]]></title><description><![CDATA[The young Thai soccer team whose dramatic evacuation from a cave captured the world's attention took their first steps in becoming novice Buddhist monks on Tuesday, in a ceremony intended to honor their rescuers.]]></description><link>https://www.cnn.com/2018/07/24/asia/thai-soccer-boys-monks-intl/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/24/asia/thai-soccer-boys-monks-intl/index.html</guid><pubDate>Tue, 24 Jul 2018 09:03:59 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163802-01-thai-soccer-team-monk-ceremony-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163802-01-thai-soccer-team-monk-ceremony-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163802-01-thai-soccer-team-monk-ceremony-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163802-01-thai-soccer-team-monk-ceremony-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163802-01-thai-soccer-team-monk-ceremony-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163802-01-thai-soccer-team-monk-ceremony-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163802-01-thai-soccer-team-monk-ceremony-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163802-01-thai-soccer-team-monk-ceremony-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163802-01-thai-soccer-team-monk-ceremony-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163802-01-thai-soccer-team-monk-ceremony-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163802-01-thai-soccer-team-monk-ceremony-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Man accused of supporting ISIS in Syria transferred to US for prosecution]]></title><link>https://www.cnn.com/2018/07/24/politics/us-citizens-accused-isis-transferred/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/24/politics/us-citizens-accused-isis-transferred/index.html</guid><pubDate>Wed, 25 Jul 2018 01:26:35 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/151127115607-isis-flag-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/151127115607-isis-flag-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/151127115607-isis-flag-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/151127115607-isis-flag-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/151127115607-isis-flag-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/151127115607-isis-flag-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/151127115607-isis-flag-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/151127115607-isis-flag-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/151127115607-isis-flag-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/151127115607-isis-flag-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/151127115607-isis-flag-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[White House edits out Putin's support for Trump]]></title><description><![CDATA[CNN analyst Max Boot says it's \"Orwellian\" that the White House omitted Russian President Vladimir Putin verbally confirming that he supported President Trump in the 2016 election from the Helsinki summit transcript.]]></description><link>https://www.cnn.com/videos/politics/2018/07/25/white-house-changes-trump-putin-helsinki-summit-transcript-newday-vpx.cnn</link><guid isPermaLink=\"true\">https://www.cnn.com/videos/politics/2018/07/25/white-house-changes-trump-putin-helsinki-summit-transcript-newday-vpx.cnn</guid><pubDate>Wed, 25 Jul 2018 14:29:51 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719182443-helsinki-trump-putin-otan-rival-union-europea-vision-rusia-pkg-sam-kiley-00031103-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719182443-helsinki-trump-putin-otan-rival-union-europea-vision-rusia-pkg-sam-kiley-00031103-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719182443-helsinki-trump-putin-otan-rival-union-europea-vision-rusia-pkg-sam-kiley-00031103-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719182443-helsinki-trump-putin-otan-rival-union-europea-vision-rusia-pkg-sam-kiley-00031103-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719182443-helsinki-trump-putin-otan-rival-union-europea-vision-rusia-pkg-sam-kiley-00031103-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719182443-helsinki-trump-putin-otan-rival-union-europea-vision-rusia-pkg-sam-kiley-00031103-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719182443-helsinki-trump-putin-otan-rival-union-europea-vision-rusia-pkg-sam-kiley-00031103-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719182443-helsinki-trump-putin-otan-rival-union-europea-vision-rusia-pkg-sam-kiley-00031103-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719182443-helsinki-trump-putin-otan-rival-union-europea-vision-rusia-pkg-sam-kiley-00031103-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719182443-helsinki-trump-putin-otan-rival-union-europea-vision-rusia-pkg-sam-kiley-00031103-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719182443-helsinki-trump-putin-otan-rival-union-europea-vision-rusia-pkg-sam-kiley-00031103-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Ivanka Trump is shutting down her company]]></title><description><![CDATA[Ivanka Trump has decided to wind down her company after deciding to pursue a career in public policy instead of returning to her fashion company.]]></description><link>https://www.cnn.com/2018/07/24/politics/ivanka-trump-brand-company/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/24/politics/ivanka-trump-brand-company/index.html</guid><pubDate>Tue, 24 Jul 2018 23:56:10 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180612215940-ivanka-trump-wealth-revealed-documents-foreman-tsr-00000000-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180612215940-ivanka-trump-wealth-revealed-documents-foreman-tsr-00000000-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180612215940-ivanka-trump-wealth-revealed-documents-foreman-tsr-00000000-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180612215940-ivanka-trump-wealth-revealed-documents-foreman-tsr-00000000-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180612215940-ivanka-trump-wealth-revealed-documents-foreman-tsr-00000000-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180612215940-ivanka-trump-wealth-revealed-documents-foreman-tsr-00000000-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180612215940-ivanka-trump-wealth-revealed-documents-foreman-tsr-00000000-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180612215940-ivanka-trump-wealth-revealed-documents-foreman-tsr-00000000-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180612215940-ivanka-trump-wealth-revealed-documents-foreman-tsr-00000000-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180612215940-ivanka-trump-wealth-revealed-documents-foreman-tsr-00000000-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180612215940-ivanka-trump-wealth-revealed-documents-foreman-tsr-00000000-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Tesla's real problem is its scramble for cash]]></title><link>http://money.cnn.com/2018/07/23/investing/tesla-elon-musk-cash-debt/index.html</link><guid isPermaLink=\"true\">http://money.cnn.com/2018/07/23/investing/tesla-elon-musk-cash-debt/index.html</guid><pubDate>Mon, 23 Jul 2018 18:47:30 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180710180157-tesla-model-s-shanghai-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180710180157-tesla-model-s-shanghai-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180710180157-tesla-model-s-shanghai-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180710180157-tesla-model-s-shanghai-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180710180157-tesla-model-s-shanghai-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180710180157-tesla-model-s-shanghai-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180710180157-tesla-model-s-shanghai-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180710180157-tesla-model-s-shanghai-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180710180157-tesla-model-s-shanghai-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180710180157-tesla-model-s-shanghai-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180710180157-tesla-model-s-shanghai-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Southern Europe's huge, hidden lake]]></title><description><![CDATA[Straddling the border of Montenegro and Albania, Lake Skadar is a unspoiled, relaxing haven for wildlife and visitors seeking to explore an area steeped in beauty and history.]]></description><link>https://www.cnn.com/travel/article/lake-skadar-montenegro-albania/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/travel/article/lake-skadar-montenegro-albania/index.html</guid><pubDate>Wed, 25 Jul 2018 09:26:35 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/171110115022-lake-skadar-lillies-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/171110115022-lake-skadar-lillies-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/171110115022-lake-skadar-lillies-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/171110115022-lake-skadar-lillies-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/171110115022-lake-skadar-lillies-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/171110115022-lake-skadar-lillies-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/171110115022-lake-skadar-lillies-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/171110115022-lake-skadar-lillies-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/171110115022-lake-skadar-lillies-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/171110115022-lake-skadar-lillies-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/171110115022-lake-skadar-lillies-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Guess who wants to gut the Endangered Species Act]]></title><link>https://www.cnn.com/2018/07/24/opinions/why-trump-wants-to-gut-endangered-species-act-filipovic/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/24/opinions/why-trump-wants-to-gut-endangered-species-act-filipovic/index.html</guid><pubDate>Tue, 24 Jul 2018 21:20:30 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/121020124855-gray-wolf-thinkstock-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/121020124855-gray-wolf-thinkstock-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/121020124855-gray-wolf-thinkstock-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/121020124855-gray-wolf-thinkstock-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/121020124855-gray-wolf-thinkstock-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/121020124855-gray-wolf-thinkstock-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/121020124855-gray-wolf-thinkstock-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/121020124855-gray-wolf-thinkstock-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/121020124855-gray-wolf-thinkstock-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Famed 'Ferris Bueller' Ferrari up for auction]]></title><description><![CDATA[The Ferrari replica famously featured in \"Ferris Bueller's Day Off\" can be yours ... for the right price.]]></description><link>https://www.cnn.com/videos/cnnmoney/2018/07/24/ferris-bueller-ferrari-replica-for-sale-newsource-orig.cnn</link><guid isPermaLink=\"true\">https://www.cnn.com/videos/cnnmoney/2018/07/24/ferris-bueller-ferrari-replica-for-sale-newsource-orig.cnn</guid><pubDate>Tue, 24 Jul 2018 16:17:48 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724083939-ferris-bueller-ferrari-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724083939-ferris-bueller-ferrari-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724083939-ferris-bueller-ferrari-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724083939-ferris-bueller-ferrari-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724083939-ferris-bueller-ferrari-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724083939-ferris-bueller-ferrari-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724083939-ferris-bueller-ferrari-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724083939-ferris-bueller-ferrari-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724083939-ferris-bueller-ferrari-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724083939-ferris-bueller-ferrari-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724083939-ferris-bueller-ferrari-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[China cuts taxes to protect economy against trade war]]></title><link>http://money.cnn.com/2018/07/24/news/economy/economy-of-china-stimulus/index.html</link><guid isPermaLink=\"true\">http://money.cnn.com/2018/07/24/news/economy/economy-of-china-stimulus/index.html</guid><pubDate>Tue, 24 Jul 2018 12:48:22 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180626070042-01-china-trade-risks-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180626070042-01-china-trade-risks-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180626070042-01-china-trade-risks-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180626070042-01-china-trade-risks-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180626070042-01-china-trade-risks-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180626070042-01-china-trade-risks-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180626070042-01-china-trade-risks-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180626070042-01-china-trade-risks-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180626070042-01-china-trade-risks-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180626070042-01-china-trade-risks-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180626070042-01-china-trade-risks-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[The feminist DJs taking back the night ]]></title><description><![CDATA[https://cnn.it/2JQYFqd]]></description><link>https://www.cnn.com/2018/07/24/africa/uganda-feminist-djs-asequals-intl/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/24/africa/uganda-feminist-djs-asequals-intl/index.html</guid><pubDate>Tue, 24 Jul 2018 07:18:32 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719140504-as-equals-uganda-feminist-djs-femme-famous-02-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719140504-as-equals-uganda-feminist-djs-femme-famous-02-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719140504-as-equals-uganda-feminist-djs-femme-famous-02-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719140504-as-equals-uganda-feminist-djs-femme-famous-02-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719140504-as-equals-uganda-feminist-djs-femme-famous-02-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719140504-as-equals-uganda-feminist-djs-femme-famous-02-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719140504-as-equals-uganda-feminist-djs-femme-famous-02-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719140504-as-equals-uganda-feminist-djs-femme-famous-02-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719140504-as-equals-uganda-feminist-djs-femme-famous-02-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719140504-as-equals-uganda-feminist-djs-femme-famous-02-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180719140504-as-equals-uganda-feminist-djs-femme-famous-02-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[The 15-year-old off-road sensation]]></title><link>https://www.cnn.com/2018/07/25/sport/mia-chapman-red-bull-off-road-racing/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/25/sport/mia-chapman-red-bull-off-road-racing/index.html</guid><pubDate>Wed, 25 Jul 2018 15:26:32 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180628094627-mia-chapman-tease-1-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180628094627-mia-chapman-tease-1-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180628094627-mia-chapman-tease-1-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180628094627-mia-chapman-tease-1-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180628094627-mia-chapman-tease-1-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180628094627-mia-chapman-tease-1-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180628094627-mia-chapman-tease-1-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180628094627-mia-chapman-tease-1-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180628094627-mia-chapman-tease-1-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180628094627-mia-chapman-tease-1-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180628094627-mia-chapman-tease-1-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Hidden secrets in buildings]]></title><link>https://www.cnn.com/style/article/facial-recognition-architecture/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/style/article/facial-recognition-architecture/index.html</guid><pubDate>Wed, 25 Jul 2018 08:24:34 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724180719-facial-recognition-house-4-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724180719-facial-recognition-house-4-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724180719-facial-recognition-house-4-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724180719-facial-recognition-house-4-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724180719-facial-recognition-house-4-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724180719-facial-recognition-house-4-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724180719-facial-recognition-house-4-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724180719-facial-recognition-house-4-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724180719-facial-recognition-house-4-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724180719-facial-recognition-house-4-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724180719-facial-recognition-house-4-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Crazy $1 billion theme park opens]]></title><link>https://www.cnn.com/travel/article/warner-bros-world-abu-dhabi/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/travel/article/warner-bros-world-abu-dhabi/index.html</guid><pubDate>Tue, 24 Jul 2018 18:02:04 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163828-wb-abu-dhabi----bedrock-river-adventure-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163828-wb-abu-dhabi----bedrock-river-adventure-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163828-wb-abu-dhabi----bedrock-river-adventure-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163828-wb-abu-dhabi----bedrock-river-adventure-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163828-wb-abu-dhabi----bedrock-river-adventure-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163828-wb-abu-dhabi----bedrock-river-adventure-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163828-wb-abu-dhabi----bedrock-river-adventure-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163828-wb-abu-dhabi----bedrock-river-adventure-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163828-wb-abu-dhabi----bedrock-river-adventure-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163828-wb-abu-dhabi----bedrock-river-adventure-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724163828-wb-abu-dhabi----bedrock-river-adventure-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Why these kids are suing their governments]]></title><link>https://www.cnn.com/2018/07/24/health/youth-climate-march/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/24/health/youth-climate-march/index.html</guid><pubDate>Wed, 25 Jul 2018 02:51:04 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/170429155621-climate-kids-0429-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/170429155621-climate-kids-0429-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/170429155621-climate-kids-0429-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/170429155621-climate-kids-0429-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/170429155621-climate-kids-0429-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/170429155621-climate-kids-0429-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/170429155621-climate-kids-0429-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/170429155621-climate-kids-0429-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/170429155621-climate-kids-0429-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/170429155621-climate-kids-0429-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/170429155621-climate-kids-0429-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Top Instagram influencer says: Get a real job]]></title><link>https://money.cnn.com/2018/07/24/technology/fat-jewish-swish-beverage-canned-wine/index.html</link><guid isPermaLink=\"true\">https://money.cnn.com/2018/07/24/technology/fat-jewish-swish-beverage-canned-wine/index.html</guid><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114506-fat-jewish-thumbnail-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114506-fat-jewish-thumbnail-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114506-fat-jewish-thumbnail-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114506-fat-jewish-thumbnail-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114506-fat-jewish-thumbnail-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114506-fat-jewish-thumbnail-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114506-fat-jewish-thumbnail-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114506-fat-jewish-thumbnail-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114506-fat-jewish-thumbnail-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114506-fat-jewish-thumbnail-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724114506-fat-jewish-thumbnail-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Open champ underestimates wealth -- by nearly $12M]]></title><link>https://www.cnn.com/2018/07/24/golf/francesco-molinari-quiz-open-championship-golf-spt-intl/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/24/golf/francesco-molinari-quiz-open-championship-golf-spt-intl/index.html</guid><pubDate>Tue, 24 Jul 2018 11:02:26 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723114731-francesco-molinari-golfer-italy-open-championship-winner-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723114731-francesco-molinari-golfer-italy-open-championship-winner-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723114731-francesco-molinari-golfer-italy-open-championship-winner-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723114731-francesco-molinari-golfer-italy-open-championship-winner-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723114731-francesco-molinari-golfer-italy-open-championship-winner-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723114731-francesco-molinari-golfer-italy-open-championship-winner-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723114731-francesco-molinari-golfer-italy-open-championship-winner-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723114731-francesco-molinari-golfer-italy-open-championship-winner-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723114731-francesco-molinari-golfer-italy-open-championship-winner-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723114731-francesco-molinari-golfer-italy-open-championship-winner-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723114731-francesco-molinari-golfer-italy-open-championship-winner-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Five great American buildings you'll never see]]></title><link>https://www.cnn.com/style/article/america-lost-buildings/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/style/article/america-lost-buildings/index.html</guid><pubDate>Tue, 24 Jul 2018 05:43:33 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180703150821-penn-station-ny-tease-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180703150821-penn-station-ny-tease-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180703150821-penn-station-ny-tease-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180703150821-penn-station-ny-tease-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180703150821-penn-station-ny-tease-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180703150821-penn-station-ny-tease-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180703150821-penn-station-ny-tease-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180703150821-penn-station-ny-tease-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180703150821-penn-station-ny-tease-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180703150821-penn-station-ny-tease-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180703150821-penn-station-ny-tease-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Photos capture shifts in society]]></title><link>https://www.cnn.com/style/article/aperture-summer-open-exhibition/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/style/article/aperture-summer-open-exhibition/index.html</guid><pubDate>Tue, 24 Jul 2018 10:13:37 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723154723-30-sturm-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723154723-30-sturm-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723154723-30-sturm-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723154723-30-sturm-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723154723-30-sturm-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723154723-30-sturm-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723154723-30-sturm-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723154723-30-sturm-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723154723-30-sturm-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723154723-30-sturm-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180723154723-30-sturm-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[What your sexual fantasies say about you]]></title><link>https://www.cnn.com/2018/07/24/health/sex-fantasies-kerner/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/24/health/sex-fantasies-kerner/index.html</guid><pubDate>Tue, 24 Jul 2018 06:25:15 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180221173852-02-couple-bed-sex-stock-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180221173852-02-couple-bed-sex-stock-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180221173852-02-couple-bed-sex-stock-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180221173852-02-couple-bed-sex-stock-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180221173852-02-couple-bed-sex-stock-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180221173852-02-couple-bed-sex-stock-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180221173852-02-couple-bed-sex-stock-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180221173852-02-couple-bed-sex-stock-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180221173852-02-couple-bed-sex-stock-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180221173852-02-couple-bed-sex-stock-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180221173852-02-couple-bed-sex-stock-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[US President: 'What kind of a lawyer would tape a client? So sad!']]></title><description><![CDATA[President Donald Trump blasted his former attorney Michael Cohen on Wednesday, the morning after CNN aired the audio of a recording Cohen made of the two.]]></description><link>https://www.cnn.com/2018/07/25/politics/donald-trump-twitter-michael-cohen/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/25/politics/donald-trump-twitter-michael-cohen/index.html</guid><pubDate>Wed, 25 Jul 2018 16:37:32 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725100447-20180725-trump-cohen-tape-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Caught in a lie, Trump turns to conspiracy theory]]></title><description><![CDATA[Less than 12 hours after being caught in a lie about his knowledge of a payoff to former Playboy model Karen McDougal, President Donald Trump turned to an old friend for solace: The conspiracy theory. ]]></description><link>https://www.cnn.com/2018/07/25/politics/trump-cohen-tape-recording/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/25/politics/trump-cohen-tape-recording/index.html</guid><pubDate>Wed, 25 Jul 2018 17:17:45 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724103648-02-trump-missouri-0724-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724103648-02-trump-missouri-0724-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724103648-02-trump-missouri-0724-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724103648-02-trump-missouri-0724-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724103648-02-trump-missouri-0724-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724103648-02-trump-missouri-0724-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724103648-02-trump-missouri-0724-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724103648-02-trump-missouri-0724-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724103648-02-trump-missouri-0724-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724103648-02-trump-missouri-0724-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724103648-02-trump-missouri-0724-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Trump on tape discussing buying rights to Playboy model's story]]></title><link>https://www.cnn.com/2018/07/24/politics/michael-cohen-donald-trump-tape/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/24/politics/michael-cohen-donald-trump-tape/index.html</guid><pubDate>Wed, 25 Jul 2018 12:52:17 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180411215334-trump-cohen-split-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180412015334-trump-cohen-split--large-1-1.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180411215334-trump-cohen-split-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180412015334-trump-cohen-split--video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180411215334-trump-cohen-split-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180411215334-trump-cohen-split-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180411215334-trump-cohen-split-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180411215334-trump-cohen-split-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180411215334-trump-cohen-split-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180411215334-trump-cohen-split-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180411215334-trump-cohen-split-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Listen to the conversation for yourself]]></title><link>https://www.cnn.com/videos/politics/2018/07/24/cohen-trump-audio-recording-cuomo-vpx.cnn</link><guid isPermaLink=\"true\">https://www.cnn.com/videos/politics/2018/07/24/cohen-trump-audio-recording-cuomo-vpx.cnn</guid><pubDate>Wed, 25 Jul 2018 02:04:21 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724202045-cohen-trump-split-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724202045-cohen-trump-split-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724202045-cohen-trump-split-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724202045-cohen-trump-split-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724202045-cohen-trump-split-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724202045-cohen-trump-split-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724202045-cohen-trump-split-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724202045-cohen-trump-split-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724202045-cohen-trump-split-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724202045-cohen-trump-split-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180724202045-cohen-trump-split-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[The night Cohen went to war with Trump]]></title><link>https://www.cnn.com/2018/07/25/politics/donald-trump-michael-cohen-tape-recording/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/25/politics/donald-trump-michael-cohen-tape-recording/index.html</guid><pubDate>Wed, 25 Jul 2018 14:09:04 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180416105630-01-michael-cohen-04-13-2018-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180416105630-01-michael-cohen-04-13-2018-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180416105630-01-michael-cohen-04-13-2018-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180416105630-01-michael-cohen-04-13-2018-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180416105630-01-michael-cohen-04-13-2018-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180416105630-01-michael-cohen-04-13-2018-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180416105630-01-michael-cohen-04-13-2018-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180416105630-01-michael-cohen-04-13-2018-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180416105630-01-michael-cohen-04-13-2018-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180416105630-01-michael-cohen-04-13-2018-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180416105630-01-michael-cohen-04-13-2018-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Pakistan election: 31 dead as bomb attack mars voting]]></title><link>https://www.cnn.com/2018/07/24/asia/pakistan-election-intl/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/24/asia/pakistan-election-intl/index.html</guid><pubDate>Wed, 25 Jul 2018 19:41:07 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725110744-01-pakistan-bombing-0725-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Pompeo testifies on Russia and N. Korea]]></title><link>https://www.cnn.com/politics/live-news/pompeo-russia-north-korea-senate-hearing/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/politics/live-news/pompeo-russia-north-korea-senate-hearing/index.html</guid><pubDate>Wed, 25 Jul 2018 19:41:32 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180523144615-01-mike-pompeo-05-23-2018-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180523144615-01-mike-pompeo-05-23-2018-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180523144615-01-mike-pompeo-05-23-2018-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180523144615-01-mike-pompeo-05-23-2018-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180523144615-01-mike-pompeo-05-23-2018-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180523144615-01-mike-pompeo-05-23-2018-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180523144615-01-mike-pompeo-05-23-2018-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180523144615-01-mike-pompeo-05-23-2018-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180523144615-01-mike-pompeo-05-23-2018-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180523144615-01-mike-pompeo-05-23-2018-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180523144615-01-mike-pompeo-05-23-2018-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item><item><title><![CDATA[Politician: LGBT community 'unproductive']]></title><description><![CDATA[A Japanese politician has come under fire for questioning whether LGBT taxpayers should receive equal welfare benefits to the rest of Japan. ]]></description><link>https://www.cnn.com/2018/07/25/asia/japanese-politician-criticism-intl/index.html</link><guid isPermaLink=\"true\">https://www.cnn.com/2018/07/25/asia/japanese-politician-criticism-intl/index.html</guid><pubDate>Wed, 25 Jul 2018 08:33:39 GMT</pubDate><media:group><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725143010-japan-lgbt-super-169.jpg\" height=\"619\" width=\"1100\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725143010-japan-lgbt-large-11.jpg\" height=\"300\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725143010-japan-lgbt-vertical-large-gallery.jpg\" height=\"552\" width=\"414\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725143010-japan-lgbt-video-synd-2.jpg\" height=\"480\" width=\"640\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725143010-japan-lgbt-live-video.jpg\" height=\"324\" width=\"576\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725143010-japan-lgbt-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725143010-japan-lgbt-vertical-gallery.jpg\" height=\"360\" width=\"270\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725143010-japan-lgbt-story-body.jpg\" height=\"169\" width=\"300\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725143010-japan-lgbt-t1-main.jpg\" height=\"250\" width=\"250\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725143010-japan-lgbt-assign.jpg\" height=\"186\" width=\"248\" /><media:content medium=\"image\" url=\"https://cdn.cnn.com/cnnnext/dam/assets/180725143010-japan-lgbt-hp-video.jpg\" height=\"144\" width=\"256\" /></media:group></item></channel></rss>\r\n"
  },
  {
    "path": "api/test/data/feed/90.cx",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\"\n\txmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n\txmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\n\txmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n\txmlns:atom=\"http://www.w3.org/2005/Atom\"\n\txmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\"\n\txmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n\t>\n\n<channel>\n\t<title>九零创新实验室</title>\n\t<atom:link href=\"https://www.90.cx/feed/\" rel=\"self\" type=\"application/rss+xml\" />\n\t<link>https://www.90.cx</link>\n\t<description>Hostker LLC</description>\n\t<lastBuildDate>Wed, 06 Jun 2018 18:34:55 +0000</lastBuildDate>\n\t<language>zh-CN</language>\n\t<sy:updatePeriod>hourly</sy:updatePeriod>\n\t<sy:updateFrequency>1</sy:updateFrequency>\n\t<generator>https://wordpress.org/?v=4.9.6</generator>\n\t<item>\n\t\t<title>【安全公告】Intel 处理器安全漏洞公告</title>\n\t\t<link>https://www.90.cx/intel-bug/</link>\n\t\t<comments>https://www.90.cx/intel-bug/#comments</comments>\n\t\t<pubDate>Mon, 08 Jan 2018 18:44:19 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[云服务器]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.90.cx/?p=236</guid>\n\t\t<description><![CDATA[最近 Intel 被爆出芯片硬件设计层面的漏洞，可能导致系统信息泄露、应用跨界访问内核数据等问题。由于涉及到的 &#8230; <a href=\"https://www.90.cx/intel-bug/\" class=\"more-link\">继续阅读<span class=\"screen-reader-text\">【安全公告】Intel 处理器安全漏洞公告</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>最近 Intel 被爆出芯片硬件设计层面的漏洞，可能导致系统信息泄露、应用跨界访问内核数据等问题。由于涉及到的 CPU 产品线涵盖 1995 年出厂的几乎所有 Intel CPU 芯片，不可能进行全球召回处理，因此只能在系统层打补丁修复这一问题。针对本次安全事件我们已经安排好运算节点修复日程表，具体时间细节请阅读近期群发的短信、邮件通知。本文将对漏洞补丁做汇总方便用户更新虚拟机系统。<span id=\"more-236\"></span></p>\n<h4>漏洞编号</h4>\n<ul>\n<li>CVE-2017-5753</li>\n<li>CVE-2017-5715</li>\n<li>CVE-2017-5754</li>\n</ul>\n<h4>漏洞描述</h4>\n<p>现代 CPU 通常使用「预测执行」（Speculative Execution）和「分支预测」（Indirect Branch Prediction）技术实现对处理器计算资源的最大化利用。但由于这两种技术在实现上存在安全缺陷，无法通过正确判断将低权限的应用程序访存与内核高权限的访问分开，使得攻击者可以绕过内存访问的安全隔离边界，在内核中读取操作系统和其他程序的内存数据，造成敏感信息泄露，根据获取到的数据，可能会导致用户的数据隐私泄露、登陆凭证被攻击者窃取。具体信息如下：</p>\n<ol>\n<li>Meltdown漏洞利用破坏了用户程序和操作系统之间的基本隔离，允许攻击者未授权访问其他程序和操作系统的内存，获取其他程序和操作系统的敏感信息。</li>\n<li>Spectre 漏洞利用破坏了不同应用程序之间的安全隔离，允许攻击者借助于无错程序（Error-Free）来获取敏感信息。</li>\n</ol>\n<h4>修复方法</h4>\n<p>运算节点我们会按照时间表逐步测试和安装补丁，<del>预计 IO 性能会下降 5%-30%</del>根据我们的业务场景实测计算性能不存在变化，IO 性能同比下降大约 0.1%。由于本次漏洞利用要求条件较高，需要首先持有本地用户权限进行内存操作才有可能产生问题。因此虚拟机用户可根据业务场景自行判断是否需要安装补丁。以下为目前我们平台提供的系统对应的补丁列表供参考（最后更新 2 月 7 日 22:00）：</p>\n<h5>LInux 补丁</h5>\n<ul>\n<li>CentOS 6 x86_64 已修复所有漏洞，yum update 重启后 kenel 版本 &gt;= 2.6.32-696.18.7.el6 即可修复；</li>\n<li>CentOS 7 x86_64 已修复所有漏洞，yum update 重启后 kenel 版本 &gt;= 3.10.0-693.11.6.el7 即可修复；</li>\n<li>Debian 8 x86_64 仅修复 CVE-2017-5754，apt-get update &amp;&amp; apt-get upgrade 重启后 kernel 版本 &gt;= 3.16.51-3+deb8u1 即可修复；</li>\n<li>Ubuntu 16 x86_64 已修复所有漏洞，apt-get update &amp;&amp; apt-get upgrade &amp;&amp; apt-get dist-upgrade 重启后 kernel 版本 &gt;= 4.4.0-112 即可修复。</li>\n</ul>\n<p>※ 以上版本为我们所有机房更新源的同步情况，将会每天更新直到全部发布。</p>\n<h5>Windows 补丁</h5>\n<ul>\n<li>windows server 2003 凉透了，建议丢掉升级到 2008。</li>\n<li>windows server 2008 R2 需要手工安装不能自动升级，<a href=\"https://www.catalog.update.microsoft.com/Search.aspx?q=KB4056897\" target=\"_blank\" rel=\"noopener\">补丁下载地址</a></li>\n<li>windows server 2012 R2 需要手工安装不能自动升级，<a href=\"https://www.catalog.update.microsoft.com/Search.aspx?q=KB4056898\" target=\"_blank\" rel=\"noopener\">补丁下载地址</a></li>\n<li>本次微软还发布了其它补丁，可通过自动更新安装其它补丁。<strong>但是上述补丁需要手工安装。</strong>并且补丁可能与某些反病毒软件冲突。</li>\n</ul>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.90.cx/intel-bug/feed/</wfw:commentRss>\n\t\t<slash:comments>3</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Hostker 香港区域开源镜像站上线啦</title>\n\t\t<link>https://www.90.cx/hostker-hk-mirrors/</link>\n\t\t<comments>https://www.90.cx/hostker-hk-mirrors/#comments</comments>\n\t\t<pubDate>Fri, 25 Nov 2016 13:52:57 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[云服务器]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.90.cx/?p=207</guid>\n\t\t<description><![CDATA[现在起新开的运算型云服务器将会默认启用我们的香港区域内网开源镜像站进行更新，目前我们已经同步 CentOS 6 &#8230; <a href=\"https://www.90.cx/hostker-hk-mirrors/\" class=\"more-link\">继续阅读<span class=\"screen-reader-text\">Hostker 香港区域开源镜像站上线啦</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>现在起新开的运算型云服务器将会默认启用我们的香港区域内网开源镜像站进行更新，目前我们已经同步 CentOS 6 / 7 ，Ubuntu 16，Debian 8 这几个系统的主要更新源。每日凌晨 1 时与上游同步。</p>\n<p>老用户可通过以下命令使用内网更新源：<span id=\"more-207\"></span></p>\n<p>CentOS 6</p>\n<p>mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup<br />\nwget http://mirrors-hk.hostker.net/.help/CentOS6-Base-Hostker.repo -O/etc/yum.repos.d/CentOS6-Base-Hostker.repo</p>\n<p>CentOS 7</p>\n<p>mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup<br />\nwget http://mirrors-hk.hostker.net/.help/CentOS7-Base-Hostker.repo -O/etc/yum.repos.d/CentOS7-Base-Hostker.repo</p>\n<p>Ubuntu 16</p>\n<p>mv /etc/apt/sources.list /etc/apt/sources.list.backup<br />\ncat&gt;/etc/apt/sources.list&lt;&lt;EOF<br />\ndeb http://mirrors-hk.hostker.net/ubuntu/ xenial main restricted universe multiverse<br />\ndeb http://mirrors-hk.hostker.net/ubuntu/ xenial-security main restricted universe multiverse<br />\ndeb http://mirrors-hk.hostker.net/ubuntu/ xenial-updates main restricted universe multiverse<br />\ndeb http://mirrors-hk.hostker.net/ubuntu/ xenial-proposed main restricted universe multiverse<br />\ndeb http://mirrors-hk.hostker.net/ubuntu/ xenial-backports main restricted universe multiverse<br />\ndeb-src http://mirrors-hk.hostker.net/ubuntu/ xenial main restricted universe multiverse<br />\ndeb-src http://mirrors-hk.hostker.net/ubuntu/ xenial-security main restricted universe multiverse<br />\ndeb-src http://mirrors-hk.hostker.net/ubuntu/ xenial-updates main restricted universe multiverse<br />\ndeb-src http://mirrors-hk.hostker.net/ubuntu/ xenial-proposed main restricted universe multiverse<br />\ndeb-src http://mirrors-hk.hostker.net/ubuntu/ xenial-backports main restricted universe multiverse<br />\nEOF</p>\n<p>Debian 8</p>\n<p>mv /etc/apt/sources.list /etc/apt/sources.list.backup<br />\ncat&gt;/etc/apt/sources.list&lt;&lt;EOF<br />\ndeb http://mirrors-hk.hostker.net/debian/ jessie main non-free contrib<br />\ndeb http://mirrors-hk.hostker.net/debian/ jessie-updates main non-free contrib<br />\ndeb http://mirrors-hk.hostker.net/debian/ jessie-backports main non-free contrib<br />\ndeb http://mirrors-hk.hostker.net/debian-security/ jessie/updates main non-free contrib<br />\ndeb-src http://mirrors-hk.hostker.net/debian/ jessie main non-free contrib<br />\ndeb-src http://mirrors-hk.hostker.net/debian/ jessie-updates main non-free contrib<br />\ndeb-src http://mirrors-hk.hostker.net/debian/ jessie-backports main non-free contrib<br />\ndeb-src http://mirrors-hk.hostker.net/debian-security/ jessie/updates main non-free contrib<br />\nEOF</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.90.cx/hostker-hk-mirrors/feed/</wfw:commentRss>\n\t\t<slash:comments>1</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>用 PHP 实现 WebSocket 服务</title>\n\t\t<link>https://www.90.cx/php-websocket/</link>\n\t\t<comments>https://www.90.cx/php-websocket/#comments</comments>\n\t\t<pubDate>Tue, 19 Jul 2016 08:07:04 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[PHP]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.90.cx/?p=162</guid>\n\t\t<description><![CDATA[聊天室、游戏等场景躲避不了服务器主动下发消息。通常 PHP 的生命周期都是在一个 HTTP 请求结束之后就会跟 &#8230; <a href=\"https://www.90.cx/php-websocket/\" class=\"more-link\">继续阅读<span class=\"screen-reader-text\">用 PHP 实现 WebSocket 服务</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>聊天室、游戏等场景躲避不了服务器主动下发消息。通常 PHP 的生命周期都是在一个 HTTP 请求结束之后就会跟着结束，在连接没有断开的情况下，一个请求就会咬住一个进程不放开。这种情况用阻塞 HTTP 请求来等待服务器下发消息就显得很蠢。<del>不过作为世界上最好的语言，</del>PHP 当然是有解的，Hostker 为开发者实现了 WebSocket 服务。<span id=\"more-162\"></span></p>\n<p>WebSocket 是基于 HTTP 的一个协议，用于双向的实时通讯，以下简称 WS 服务。由于需要启动进程监听一个特定的端口，还需要高性能的服务支撑，我们选择了 Swoole 扩展进行开发。Swoole 是一个 Server 框架，实现了多进程、事件驱动、异步、Task 等功能。</p>\n<p>启动 WS 服务之后，主进程会读取 Hostker 上面所有开通了 WS 服务的 APP 对应配置并保存在可共享的内存中，同时派生出一定数量的 Worker 进程和 Task 进程。</p>\n<p>当 PHP 需要主动推送消息时，会通过一个内部接口将消息发给 WS 主进程，主进程会根据 Worker 的繁忙程度投递到最闲的 Worker 进程，Worker 会对这一请求进行分析，单发、群发、鉴权等，没有问题的话异步投递给 Task 任务进行消息推送。</p>\n<p>当用户连接或者断开 WS 时，主进程同样会根据繁忙程度选择 Worker 进程进行绑定，并异步投递给 Task 任务通知给 PHP。</p>\n<p>有开发者申请开通或者关闭 WS 服务的时候，内部会通过一个接口更新到共享内存中，供 Task 任务和 Worker 进程鉴权使用。</p>\n<p>Task 任务作用就是上面提到的两个，下发消息和回报上下线状态，在接到新任务之后会立即执行。</p>\n<p>至此，本博客的主线内容全部更新完毕。今后会根据情况不定期更新一些技术内容。</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.90.cx/php-websocket/feed/</wfw:commentRss>\n\t\t<slash:comments>6</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>httpoxy 漏洞在 PHP 环境的说明</title>\n\t\t<link>https://www.90.cx/httpoxy/</link>\n\t\t<comments>https://www.90.cx/httpoxy/#respond</comments>\n\t\t<pubDate>Tue, 19 Jul 2016 05:28:22 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[PHP]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.90.cx/?p=163</guid>\n\t\t<description><![CDATA[这两天一直有小伙伴询问这个漏洞的问题，在这里用团队博客解释一下。这个漏洞对中国大陆的 PHP 用户几乎不存在影 &#8230; <a href=\"https://www.90.cx/httpoxy/\" class=\"more-link\">继续阅读<span class=\"screen-reader-text\">httpoxy 漏洞在 PHP 环境的说明</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>这两天一直有小伙伴询问这个漏洞的问题，在这里用团队博客解释一下。这个漏洞对中国大陆的 PHP 用户几乎不存在影响。</p>\n<p>在 PHP 环境，HTTP 请求的 Header 会加上 HTTP_ 前缀并放到环境变量和 $_SERVER、$_ENV 中。因此如果发出 Porxy 头部，就会变成 HTTP_PROXY 增加到 PHP 的环境变量中。</p>\n<p>极个别的 HTTP 客户端实现有可能会直接读取环境变量的 HTTP_PROXY 头部作为代理，从而导致 PHP 在访问外部 HTTP 的时候数据被绕到这个指定的代理上。目前已知的受影响的库有 Guzzle （已在 4 天前修复）、Artax（本文发布的 13 小时前修复），直接在 PHP 中使用 curl、file_get_contents 并没有任何影响。</p>\n<p>以上，就是这个漏洞对 PHP 造成的问题。可以说在中国大陆除了 Composer 依赖（Laravel 等）之外应该没什么人使用那两个库，即使有问题及时升级也可以解决，因此对主流开源程序影响几乎为0。</p>\n<p>※ 关于 Python、Golang，内置的 HTTP Client 就有影响，具体参考<a href=\"https://httpoxy.org/\" target=\"_blank\" rel=\"noopener\">漏洞官方说明</a></p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.90.cx/httpoxy/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>PHP 沙箱环境介绍</title>\n\t\t<link>https://www.90.cx/hostker-php-sandbox/</link>\n\t\t<comments>https://www.90.cx/hostker-php-sandbox/#respond</comments>\n\t\t<pubDate>Mon, 18 Jul 2016 16:36:30 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[PHP]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.90.cx/?p=137</guid>\n\t\t<description><![CDATA[沙箱是我们的命根子，用户之间需要有一套比较完善的隔离方案。因此我们的沙箱做了这些事： 文件权限隔离 数据库沙箱 &#8230; <a href=\"https://www.90.cx/hostker-php-sandbox/\" class=\"more-link\">继续阅读<span class=\"screen-reader-text\">PHP 沙箱环境介绍</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>沙箱是我们的命根子，用户之间需要有一套比较完善的隔离方案。因此我们的沙箱做了这些事：</p>\n<ul>\n<li>文件权限隔离</li>\n<li>数据库沙箱</li>\n<li>CPU 时间统计</li>\n<li>网络访问沙箱</li>\n<li>缓冲区调整</li>\n<li>危险函数拦截</li>\n</ul>\n<p><span id=\"more-137\"></span>下面来分别说说。</p>\n<h4>文件权限隔离</h4>\n<p>不同的虚拟主机之间的数据，原则上是无法互访的。大多数情况下我们可以用 open_basedir 进行隔离，而 PHP 在某些情况下会绕过这一隔离，因此我们的沙箱环境覆盖到了 open_basedir 无法保护到的部分。</p>\n<h4>数据库沙箱</h4>\n<p>拿到了用户名密码，再买个同网络的主机，是不是就能随便黑人家数据库了？在其他家可以，在Hostker&amp;主机壳是行不通的。我们将数据库的权限精确匹配到每个用户开通的主机上，相同用户名下的主机才可互访数据库，不同用户之间即使持有正确用户名密码也无法连上数据库。</p>\n<p>既然做了沙箱，就顺便把数据库查询次数和时间统计上，放在 HTTP Header 中，有兴趣的读者可以根据这些数据进行程序优化。</p>\n<h4>CPU 时间统计</h4>\n<p>如何确认一个用户所占用的计算资源？按运行时间？大多数情况下，时间有可能是消耗在网络 IO 上，因此对用户按请求时间计费并不公平。我们在沙箱上完成了系统态和用户态的 CPU 时间统计，并放在 HTTP Header 中供开发者参考。</p>\n<h4>网络访问沙箱</h4>\n<p>使用过 DEDEcms 的用户应该对 PHPDDOS 不陌生，这程序漏洞太多了，黑客都有一套自动化扫描入侵的程序，插一个 PHPDDOS 文件，死循环对某个攻击目标发送 HTTP 请求。这就非常危险了，很容易把服务器出口带宽吃光。</p>\n<p>另外，黑客有可能手痒痒希望扫描我们的内网窥探 CDN 的分布情况。</p>\n<p>针对这些问题我们的沙箱对全部的网络访问进行了一次过滤，对于有问题的请求会直接拦截掉，确保不会消耗大量出口带宽，并保证内网的节点安全。</p>\n<h4>缓冲区调整</h4>\n<p>上面提到的东西都需要在 Header 中出现，那么万一用户提前 flush 了数据怎么处理？我们的沙箱会拦截用户的输出行为，全部重定向到缓冲区中，直到一个请求彻底完成，才发送带有 CPU 时间、数据库时间、数据库查询次数的 Header，再将缓冲区的数据作为 Body 发出。</p>\n<h4>危险函数拦截</h4>\n<p>PHP 并不适合长时间运行，因此我们对 PHP 的运行时间有所限制。可是万一用户使用 set_timeout_limit() 进行调整怎么办？直接禁用函数？甩一脸错误？</p>\n<p>针对比较危险的函数行为，我们会首先判断这一行为的合法性，例如 sleep、usleep 函数，对于小于 5 秒的相对合理的暂停是没问题的，如果超过 5 秒才会返回异常。而对于 set_timeout_limit() 我们判断是超过 60 秒就拒绝这一修改行为，小于 60 秒则放行。</p>\n<p>但是对于大多数使用开源程序的用户，他们最害怕见到的就是错误，如果修改失败就会产生 Warning，因此我们函数返回的是 true，看起来是成功了，实际上配额还是我们给用户分配的默认配额。这样用户体验就会稍微好一点。</p>\n<p>以上就是我们 PHP 沙箱的主要功能，还有更多细节这里不方便展开说明。</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.90.cx/hostker-php-sandbox/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>对比 PHP 各种运行模式</title>\n\t\t<link>https://www.90.cx/php-mode/</link>\n\t\t<comments>https://www.90.cx/php-mode/#comments</comments>\n\t\t<pubDate>Mon, 18 Jul 2016 07:36:45 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[PHP]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.90.cx/?p=132</guid>\n\t\t<description><![CDATA[比较主流的 PHP 运行模式有三种，分别是： Apache + mod_php 直接挂载模块运行代码，无进程通 &#8230; <a href=\"https://www.90.cx/php-mode/\" class=\"more-link\">继续阅读<span class=\"screen-reader-text\">对比 PHP 各种运行模式</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>比较主流的 PHP 运行模式有三种，分别是：</p>\n<ol>\n<li>Apache + mod_php 直接挂载模块运行代码，无进程通讯；</li>\n<li>Nginx + php-fpm 通过 FastCGI 处理进程间通讯；</li>\n<li>Cpanel、DirectAdmin 所使用的 suPHP 相当于 CGI 模式。</li>\n</ol>\n<p><span id=\"more-132\"></span>Hostker&amp;主机壳选择的是第一种，使用服务器、VPS 的团队通常选择第二种，虚拟主机厂商基本上都是第三种。我们先了解他们的运行原理，再对比一下优点和缺点，最后看性能。想直接查看性能对比可以直接拉到本文最下面。</p>\n<h4>Apache + mod_php</h4>\n<p>几年前 LAMP（Linux Apache MySQL PHP）非常火爆，然而现在使用 Apache 似乎有一点非主流的味道。大众对 Apache 的印象是速度慢，配置难。不过到了 Apache 2.4，性能已经基本和 Nginx 相当。</p>\n<p>我们选择 Apache 的主要原因是他可以直接将 PHP 当作一个模块挂载在进程中运行，选择 Prefork 预派生进程模式，Apache 会维护一个进程池，提前启动一群 httpd 进程等待请求进来，可以直接在进程中运行 PHP 并返回处理结果。处理完成后进程不会退出，而是继续等待下一个请求。</p>\n<p>结合 Apache 的 .htaccess 可以实现无需重启即可重载绝大多数配置，可以让用户非常自由的定制各项配置参数。因此这是性能最好、配置最灵活的方案。</p>\n<p>不过这样运行的进程全部的系统用户都是同一个，安全方面就需要十分谨慎，其它虚拟主机厂商无法使用的原因是用户可以非常轻松的跨到其它虚拟主机去读数据，非常危险。因此我们在 PHP 层面开发了一套沙箱解决这一问题，具体细节移步《<a href=\"/hostker-php-sandbox/\">Hostker 沙箱环境介绍</a>》阅读。</p>\n<h4>Nginx + php-fpm</h4>\n<p>在大多数人眼中，Nginx 和 Apache 扮演的角色是一样的。其实不是，Nginx 是一个<strong>反向代理服务</strong>，而 Apache 是一个<strong>可以直接运行 PHP 的 HTTP 服务</strong>。也就是说，除了 PHP 之外，NodeJS、Golang 等语言在运行的时候，都是需要自行处理 HTTP 或者 FastCGI 协议的，Nginx 只管将 HTTP 请求或者是 FastCGI 转发给其它进程。而 Apache 则是直接在自己进程内部完成 PHP 的运行并直接返回结果。</p>\n<p>因此 Nginx 在运行 PHP 时，需要 PHP 自己启动 php-fpm 管理一个进程池，并监听在一个 TCP 端口（最常见的 9000 / 9001）或者 Unix Socket 等待 Nginx 通过 FastCGI 转发请求过来。所以性能方面无论如何都躲避不了进程通讯的 IO 性能消耗，这点不如 Apache 性能好。</p>\n<p>不过鉴于大多数运维都比较熟悉 Nginx 的配置文件，配置项相比 Apache 也稍微简单一些，因此一些自己维护服务器的运维会选择这个模式。</p>\n<h4><del></del>suPHP（类似 CGI）</h4>\n<p>大概 20 年前，CGI 是最流行的运行动态网站所使用的接口标准。在一个请求到达 HTTP 服务（Apache）之后，HTTP 服务会根据 CGI 配置通过命令启动一个进程处理这一请求，处理完成之后再关闭进程。</p>\n<p>相信读到这里，我不需要做性能对比，读者就明白这肯定是性能最差的方案。那么虚拟主机厂商为什么都喜欢这个模式？因为使用 Cpanel、DirectAdmin 等方案的他们没有比较好的用户隔离方法，只能通过新建不同的 Linux 系统用户运行 PHP 来隔开用户。</p>\n<p>suPHP 模块可以实现当请求到达 Apache 之后，判断这个虚拟主机归属哪个用户，通过对应用户启动一个 PHP 进程来处理，并在处理完成之后关闭这个进程。因此是市面上虚拟主机最常用的模式。</p>\n<h3>性能对比</h3>\n<p>以下对比使用的配置是单核 768M 内存 512M Swap 的虚拟机，测试使用的是 phpinfo() 函数返回的结果有 80 KB 长度，这一函数在运行过程中会扫描 PHP 的所有环境配置项，因此能比较直观的看出初始化和进程通讯所产生的性能影响。</p>\n<p>PHP 版本是 7.0.8，Apache 和 Nginx 版本在截图中。进程配置（Apache 和 php-fpm）是统一初始化 15 个进程，最大限制 100 个进程。</p>\n<p>使用测试工具是 ab，发起 100 并发，总计 1000 次请求。</p>\n<p>Apache + mod_php 测试结果是<strong>每秒完成 412 次请求</strong>。</p>\n<p><img class=\"alignnone size-full wp-image-133\" src=\"https://www.90.cx/wp-content/uploads/2016/07/apache_mod.png\" alt=\"apache_mod\" width=\"548\" height=\"551\" srcset=\"https://www.90.cx/wp-content/uploads/2016/07/apache_mod.png 548w, https://www.90.cx/wp-content/uploads/2016/07/apache_mod-150x150.png 150w, https://www.90.cx/wp-content/uploads/2016/07/apache_mod-298x300.png 298w\" sizes=\"(max-width: 548px) 100vw, 548px\" /></p>\n<p>Nginx + php-fpm 测试结果是<strong>每秒完成 352 次请求</strong>。FastCGI 的进程间通讯还是拉低了性能。</p>\n<p><img class=\"alignnone size-full wp-image-134\" src=\"https://www.90.cx/wp-content/uploads/2016/07/nginx_fpm.png\" alt=\"nginx_fpm\" width=\"521\" height=\"553\" srcset=\"https://www.90.cx/wp-content/uploads/2016/07/nginx_fpm.png 521w, https://www.90.cx/wp-content/uploads/2016/07/nginx_fpm-283x300.png 283w\" sizes=\"(max-width: 521px) 100vw, 521px\" /></p>\n<p>最后是同行所使用的 suPHP ，<strong>每秒完成 41 次请求</strong>。</p>\n<p><img class=\"alignnone size-full wp-image-136\" src=\"https://www.90.cx/wp-content/uploads/2016/07/apache_cgi.png\" alt=\"apache_cgi\" width=\"525\" height=\"548\" srcset=\"https://www.90.cx/wp-content/uploads/2016/07/apache_cgi.png 525w, https://www.90.cx/wp-content/uploads/2016/07/apache_cgi-287x300.png 287w\" sizes=\"(max-width: 525px) 100vw, 525px\" /></p>\n<p>每次启动和关闭进程造成的性能影响惨不忍睹，我们的性能是同行的 10 倍！</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.90.cx/php-mode/feed/</wfw:commentRss>\n\t\t<slash:comments>2</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>解密Hostker&#038;主机壳CDN——Squid篇</title>\n\t\t<link>https://www.90.cx/hostker-cdn-squid/</link>\n\t\t<comments>https://www.90.cx/hostker-cdn-squid/#respond</comments>\n\t\t<pubDate>Fri, 15 Jul 2016 12:08:10 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[CDN]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.90.cx/?p=110</guid>\n\t\t<description><![CDATA[没有阅读过《解密Hostker&#38;主机壳CDN——Nginx篇》的读者，需要看一遍我们 CDN 的流程图 &#8230; <a href=\"https://www.90.cx/hostker-cdn-squid/\" class=\"more-link\">继续阅读<span class=\"screen-reader-text\">解密Hostker&#038;主机壳CDN——Squid篇</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>没有阅读过《<a href=\"/hostker-cdn-nginx/\">解密Hostker&amp;主机壳CDN——Nginx篇</a>》的读者，需要看一遍我们 CDN 的流程图：<span id=\"more-110\"></span><a href=\"https://www.90.cx/wp-content/uploads/2016/07/cdn2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-128 size-full\" src=\"https://www.90.cx/wp-content/uploads/2016/07/cdn2.jpg\" alt=\"cdn2\" width=\"900\" height=\"921\" srcset=\"https://www.90.cx/wp-content/uploads/2016/07/cdn2.jpg 900w, https://www.90.cx/wp-content/uploads/2016/07/cdn2-293x300.jpg 293w, https://www.90.cx/wp-content/uploads/2016/07/cdn2-768x786.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" /></a><br />\n在完成 Nginx 部分之后，请求移交到 Squid 手中。</p>\n<p>Squid 会根据这个 URL 访问的频繁程度，决定放置于我们 CDN 节点的内存还是硬盘中进行缓存，访问越频繁越有可能进入内存缓存，其次是硬盘，在硬盘塞满后，访问最少的 URL 将会被删除缓存。</p>\n<p>我们的 Squid 默认会把全部请求转发后端确认是否更新，如果后端返回了 Expires 头或者 max-age，将会根据用户自定义的时间进行缓存。缓存期间不会到后端确认是否更新，直接 HIT 命中缓存。客户端浏览器也会根据这两个头进行缓存而不会向 CDN 发出请求，从而加快访问速度。</p>\n<p>用户只需要在 .htaccess 写好相应规则，我们的 CDN 和客户端浏览器就能同时收到该缓存规则并依照规则执行。具体规则示例：</p>\n<blockquote><p>ExpiresActive On<br />\nExpiresByType application/x-javascript &#8220;access plus 1 month&#8221;<br />\nExpiresByType text/html M604800<br />\n&lt;FilesMatch &#8220;\\.(xls|ppt|doc)$&#8221;&gt;<br />\nExpiresDefault A9030400<br />\n&lt;/FilesMatch&gt;</p></blockquote>\n<ul>\n<li>ExpiresActive On 表示开启缓存模块；</li>\n<li>ExpiresByType [type] [rule]  其中 ExpiresByType 表示根据 MIME 类型执行缓存规则，type 表示 MIME 类型，rule 表示缓存规则；</li>\n<li>ExpiresDefault [rule] 其中 ExpiresDefault 表示默认的缓存规则，rule 表示缓存规则。细分如下：</li>\n</ul>\n<ul>\n<li>&#8220;access plus 1 month&#8221; 其中 access 表示从用户访问的时间（CDN 节点是根据 CDN 访问后端的时间）算起，plus 表示增加，1 month 表示 1 个月。<br />\n同理可以使用 3 days 表示 3 天，1 hours 表示 1 小时，2 minutes 表示 2 分钟。可以连着用 &#8220;access plus 1 month 2 days 5 hours 9 minutes&#8221; 表示从用户访问后的 1 个月 2 天 5 小时 9 秒内缓存有效，无需找后端确认修改时间；</li>\n<li>M604800 表示从文件的修改时间开始缓存 604800 秒（一周）；</li>\n<li>A9030400 是 access plus 的另一个用法，同理 M604800 可以写为 &#8220;modification plus 7 days&#8221;。</li>\n</ul>\n<p>※ 多说一点 Apache 和 HTTP 相关的小知识：</p>\n<ul>\n<li>FilesMatch 是根据文件名制定相应规则，双引号内的内容为正则表达式，上面示例是匹配文件名后缀为 xls 或者 ppt 或者 doc 的文件。关于正则表达式有兴趣的用户可以去网上寻找相关资料学习。</li>\n<li>Expires 头和 max-age 可以用 PHP 的 header() 函数模拟发送，靠 .htaccess 主要是为了让静态文件得到缓存。</li>\n<li>Expires 头内容缓存的过期时间，格式示例：Tue, 19 Feb 2013 15:34:21 GMT</li>\n<li>max-age 位于 Cache-Control 头里面，单位是秒，比如 300 秒过期示例：Cache-Control: max-age=300</li>\n</ul>\n<p>这样一来，我们就无需专门为 CDN 开发缓存控制面板，用户可以使用 .htaccess 或者 PHP 灵活控制所有的文件的 CDN 缓存规则。</p>\n<p>至此，CDN 相关的技术大概介绍完毕，接下来是运算节点的介绍。</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.90.cx/hostker-cdn-squid/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>解密Hostker&#038;主机壳CDN——Nginx篇</title>\n\t\t<link>https://www.90.cx/hostker-cdn-nginx/</link>\n\t\t<comments>https://www.90.cx/hostker-cdn-nginx/#respond</comments>\n\t\t<pubDate>Fri, 15 Jul 2016 10:27:33 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[CDN]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.90.cx/?p=106</guid>\n\t\t<description><![CDATA[上一篇我们说到《HTTPS 握手过程》，现在进入主线 CDN。来看一张图了解用户的访问过程：从图上我们可以看到 &#8230; <a href=\"https://www.90.cx/hostker-cdn-nginx/\" class=\"more-link\">继续阅读<span class=\"screen-reader-text\">解密Hostker&#038;主机壳CDN——Nginx篇</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>上一篇我们说到《<a href=\"/https-init/\">HTTPS 握手过程</a>》，现在进入主线 CDN。来看一张图了解用户的访问过程：<a href=\"https://www.90.cx/wp-content/uploads/2016/07/cdn2.jpg\" target=\"_blank\"><img class=\"alignnone wp-image-128 size-full\" src=\"https://www.90.cx/wp-content/uploads/2016/07/cdn2.jpg\" alt=\"cdn2\" width=\"900\" height=\"921\" srcset=\"https://www.90.cx/wp-content/uploads/2016/07/cdn2.jpg 900w, https://www.90.cx/wp-content/uploads/2016/07/cdn2-293x300.jpg 293w, https://www.90.cx/wp-content/uploads/2016/07/cdn2-768x786.jpg 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" /></a><span id=\"more-106\"></span>从图上我们可以看到进入 CDN 之后第一个步骤是判断 HTTP 请求头的 Host 值，系统会从内存中读取 Host 对应的数据，包括域名所属主机、用户自定义的 UA、IP 安全策略等。前面的文章有提到，我们没有使用 Nginx 的配置文件保存这些数据，而是直接写入内存，因此省去了每次修改都扫描整个配置文件的过程。</p>\n<p>拿到了配置之后，我们在 Nginx 层有一些系统统一给用户准备好的保护规则，例如恶意 IP、UA 全局屏蔽。首先进行全局的规则判断，然后进行用户自定义的黑名单规则判断。没有问题的话，进入到危险行为判断。</p>\n<p>危险行为包括 CC 攻击、WordPress 后台爆破、论坛密码爆破、垃圾评论等。针对这些问题我们在 Nginx 层开发了 AntiCC 模块和 AntiSPAM 模块。</p>\n<h4>AntiCC 模块</h4>\n<p><img class=\"alignnone size-full wp-image-108\" src=\"https://www.90.cx/wp-content/uploads/2016/07/anticc.jpg\" alt=\"anticc\" width=\"912\" height=\"493\" srcset=\"https://www.90.cx/wp-content/uploads/2016/07/anticc.jpg 912w, https://www.90.cx/wp-content/uploads/2016/07/anticc-300x162.jpg 300w, https://www.90.cx/wp-content/uploads/2016/07/anticc-768x415.jpg 768w\" sizes=\"(max-width: 912px) 100vw, 912px\" /></p>\n<p>在用户遇到 CC 攻击时，我们会临时启动 AntiCC 模块进行过滤。首次访问的访客将会重定向到 anticc.smartgslb.com 并出现这个界面。用户点击「继续访问」按钮后，浏览器将会运行一段 js 进行计算得到正确的令牌，并重定向回 CDN 节点，继续之前的访问。确保不影响其它网站的正常使用。</p>\n<p><strong>※ 对于引来流量洪水攻击的网站，我们将会直接清退！这一模块仅用于紧急自保使用。已知自己被人攻击的用户不要试图使用我们的 CDN！</strong></p>\n<h4>AntiSPAM 模块</h4>\n<p>顾名思义，这个模块就是防垃圾。除了前面提到的根据 UA 和 IP 进行黑名单防御之外，我们针对比较常见的 WP、DZ 密码爆破等行为开发了这个模块。</p>\n<p>原理非常简单，在 POST 请求到特定 URL 的时候，CDN 会进行一个判断，访客需要首先访问过网页，得到一个 token 在浏览器中，然后再进行 POST 行为，我们的 CDN 才会放行。目前这一模块每天都会拦截上万次 WordPress 后台密码爆破攻击。</p>\n<h4>静态资源处理</h4>\n<p>说到静态资源，防盗链必不可少。由于有 CDN 的存在，我们无法直接在运算节点 Apache 层面写 .htaccess 进行防盗链，而是需要在控制面板中进行配置。这一点不难理解，几句话带过。</p>\n<p>我们一直强调自己独有的静态资源加速，这一功能原理也不复杂，针对未备案的域名，将访客的图片、附件请求 302 重定向至我们的域名，例如 www.90.cx 重定向到 www-90-cx-static.smartgslb.com 域名，这样可以在不干扰网页的情况下，提供中国大陆最近最快的 CDN 带宽供用户访问。</p>\n<p>重定向也有非常多的讲究，不能一股脑儿全部重定向过去，js 和 css 这两个流量不大而且和网页渲染密切相关的东西肯定不能进行重定向。字体方面，我们在重定向之后增加了跨域许可头（CORS），确保浏览器可以正确载入字体。这些都是在静态资源处理模块中完成的动作。</p>\n<h4>数据统计</h4>\n<p>我们自己实现了一个 UDP 协议，Nginx 在处理完请求之后会将请求情况实时汇报给我们一个节点，我们进行汇总处理并展示在 <a href=\"http://status.hostker.com/\" target=\"_blank\">http://status.hostker.com/</a></p>\n<p>至此 Nginx 部分的任务就结束了。</p>\n<p>接下来轮到《<a href=\"/hostker-cdn-squid/\">解密Hostker&amp;主机壳CDN——Squid篇</a>》</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.90.cx/hostker-cdn-nginx/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>HTTPS 握手过程</title>\n\t\t<link>https://www.90.cx/https-init/</link>\n\t\t<comments>https://www.90.cx/https-init/#respond</comments>\n\t\t<pubDate>Fri, 15 Jul 2016 08:43:01 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[CDN]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.90.cx/?p=94</guid>\n\t\t<description><![CDATA[在讨论 CDN 之前，我们需要先完成 HTTP 请求的握手。如果一个请求发往 443 端口，那么我们就需要按  &#8230; <a href=\"https://www.90.cx/https-init/\" class=\"more-link\">继续阅读<span class=\"screen-reader-text\">HTTPS 握手过程</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>在讨论 CDN 之前，我们需要先完成 HTTP 请求的握手。如果一个请求发往 443 端口，那么我们就需要按 HTTPS 协议进行握手。这时就涉及到一个问题，如何识别这个请求对应的主机？<span id=\"more-94\"></span>在 HTTP 请求中，客户端发起 GET 或者 POST 请求，在头部会有一个 Host 字段，对应值就是访客输入的域名。例如访问 http://90.cx/ 的请求头是这样：</p>\n<blockquote><p>GET / HTTP/1.1<br />\nHost: 90.cx<br />\nUser-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36</p></blockquote>\n<p>我们都知道 HTTPS 的作用就是加密数据，加密的过程是这样的：</p>\n<ol>\n<li>客户端发起 HTTPS 连接；</li>\n<li>服务器返回<strong>证书（公钥）</strong>；</li>\n<li>客户端产生随机密码并使用公钥加密；</li>\n<li>以下省略……</li>\n</ol>\n<p>涉及到密码学的知识这里不多讲，只说涉及到我们开发的技术细节。在发起 HTTPS 请求的时候，上面那一串 GET 数据也是要保护的，因此服务器必需先给证书。这时问题就来了，我们还不知道用户访问的是哪个域名，如何提供对应的证书？在以前，主机商要求使用 HTTPS 的网站都必需购买独立 IP，就是这个原因。</p>\n<p>可是我们是 CDN 厂商啊，节点是分散的啊，这怎么能忍？因此有了 SNI（Server Name Indication 服务器名称指示）。从 Windows Vista 开始的系统，都已经支持 SNI 了。而 XP 环境下，许多用户使用的是 360、猎豹等国产多核浏览器，非 IE 内核也是支持 SNI 的。</p>\n<p>有了 SNI 扩展，在第一步发起 HTTPS 连接的时候，客户端将会发送对应的域名给服务器的 443 端口。服务器收到之后检查对应域名的证书返回给客户端完成支持。</p>\n<p>在标准 Nginx 中，都是通过配置文件的方式实现的证书载入和更新。但是作为 CDN 厂商我们是无法容忍 reload 的。因此我们二次开发 Nginx 完成动态证书支持，将证书和私钥全部存放到 CDN 节点的内存中，当用户请求 Hostker&amp;主机壳 的 CDN 时，我们不需要查询配置文件，直接读取域名并在内存中找到对应的证书和私钥完成握手过程。</p>\n<p>用户对某个域名进行增加、删除证书和私钥操作时，我们会直接把对应操作下发到全网 CDN 节点，直接操作内存进行修改。同样不需要接触 Nginx 的配置文件，节省的 reload 过程可以让操作生效时间非常短，通常在 1 分钟内就可以完成全网部署。</p>\n<p>完成 HTTPS 握手之后，就可以进入 CDN 处理了。</p>\n<p>下一篇《<a href=\"/hostker-cdn-nginx/\">解密 Hostker&amp;主机壳 CDN——Nginx篇</a>》</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.90.cx/https-init/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>CDN 厂商都爱自架 DNS？</title>\n\t\t<link>https://www.90.cx/cname-mx-clash/</link>\n\t\t<comments>https://www.90.cx/cname-mx-clash/#comments</comments>\n\t\t<pubDate>Fri, 01 Jul 2016 08:33:25 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[DNS]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.90.cx/?p=80</guid>\n\t\t<description><![CDATA[不知道你有没有发现一个规律，基本上所有的 CDN 厂商都会选择自架 DNS 而不是只提供 CNAME 方式解析 &#8230; <a href=\"https://www.90.cx/cname-mx-clash/\" class=\"more-link\">继续阅读<span class=\"screen-reader-text\">CDN 厂商都爱自架 DNS？</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>不知道你有没有发现一个规律，基本上所有的 CDN 厂商都会选择自架 DNS 而不是只提供 CNAME 方式解析。这个原因说起来非常之奇葩。<span id=\"more-80\"></span></p>\n<p>抬头看域名，这个博客的域名是 www.90.cx。当然也可以是 90.cx，但是为什么大多数网站都会选择 www 二级域名呢？因为当初设计 DNS 时是这样考虑的：</p>\n<ul>\n<li>www.90.cx：提供万维网服务，也就是网页浏览，通过 A 记录解析；</li>\n<li>smtp.90.cx/pop3.90.cx：提供邮箱服务器，也是 A 记录解析到IP；</li>\n<li>mail.90.cx：提供邮箱服务，使用 MX 记录，这样全部邮箱就都是 @mail.90.cx 后缀；</li>\n<li>ftp.90.cx：提供 FTP 服务，还是 A 记录；</li>\n<li>90.cx：顶级域名是啥能吃么？</li>\n</ul>\n<p><img class=\"alignnone size-full wp-image-81\" src=\"https://www.90.cx/wp-content/uploads/2016/07/gg.jpg\" alt=\"gg\" width=\"141\" height=\"121\" />我们选这个域名就是短小好记啊！@90.cx 看着多高大上！</p>\n<p>按照 RFC 1034 标准，如果设置有 CNAME 记录，为了避免混淆，不可出现其它记录（MX 中枪）。如果用户的域名是类似我们这种比较有意义后缀的，当然不希望 @ 后面跟着 mail 咯。因此 CDN 厂商不得不自架 DNS，并自定义一个智能解析类型，像 Hostker&amp;主机壳 自定义了 CDN 类型解析。返回的结果就是权威服务器进行智能解析后的 A 记录，这样就可以与 MX 共存，并且不使用 CNAME 还能省去一次解析时间，加快访问速度。</p>\n<p>所以关于标题的疑问，并不是 CDN 厂商爱架设 DNS 。</p>\n<p>这都是被迫的啊(╯‵□′)╯︵┻━┻</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.90.cx/cname-mx-clash/feed/</wfw:commentRss>\n\t\t<slash:comments>8</slash:comments>\n\t\t</item>\n\t</channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/a16z",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\"\n\txmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n\txmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\n\txmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n\txmlns:atom=\"http://www.w3.org/2005/Atom\"\n\txmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\"\n\txmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n\txmlns:georss=\"http://www.georss.org/georss\" xmlns:geo=\"http://www.w3.org/2003/01/geo/wgs84_pos#\" xmlns:media=\"http://search.yahoo.com/mrss/\"\n\t>\n\n<channel>\n\t<title>Andreessen Horowitz</title>\n\t<atom:link href=\"https://a16z.com/feed/\" rel=\"self\" type=\"application/rss+xml\" />\n\t<link>https://a16z.com</link>\n\t<description>Software Is Eating the World</description>\n\t<lastBuildDate>Wed, 06 Jun 2018 05:55:38 +0000</lastBuildDate>\n\t<language>en</language>\n\t<sy:updatePeriod>hourly</sy:updatePeriod>\n\t<sy:updateFrequency>1</sy:updateFrequency>\n\t<generator>http://wordpress.com/</generator>\n\n<image>\n\t<url>https://a16z.files.wordpress.com/2017/12/cropped-a16z-favicon.png?w=32</url>\n\t<title>Andreessen Horowitz</title>\n\t<link>https://a16z.com</link>\n\t<width>32</width>\n\t<height>32</height>\n</image>\n<cloud domain='a16z.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />\n<atom:link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"https://a16z.com/osd.xml\" title=\"Andreessen Horowitz\" />\n\t<atom:link rel='hub' href='https://a16z.com/?pushpress=hub'/>\n\t<item>\n\t\t<title>How Startups Get Addicted to Paid Marketing (and How to Go Beyond the Local Max)</title>\n\t\t<link>http://andrewchen.co/paid-marketing-addiction/</link>\n\t\t<pubDate>Mon, 04 Jun 2018 17:00:38 +0000</pubDate>\n\t\t<dc:creator><![CDATA[sonala16z]]></dc:creator>\n\t\t\t\t<category><![CDATA[Uncategorized]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=214101</guid>\n\t\t<description><![CDATA[<p>&#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://0.gravatar.com/avatar/0a6cea5804bdc50314d9adf7c8a2ad0e?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">sonala16z</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>Microsoft Buys GitHub for $7.5 Billion</title>\n\t\t<link>https://a16z.com/2018/06/04/microsoft-buys-github-for-7-5-billion/</link>\n\t\t<pubDate>Mon, 04 Jun 2018 13:11:17 +0000</pubDate>\n\t\t<dc:creator><![CDATA[peterlevinea16z]]></dc:creator>\n\t\t\t\t<category><![CDATA[Uncategorized]]></category>\n\t\t<category><![CDATA[announcements]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=213988</guid>\n\t\t<description><![CDATA[<p>Six years ago we invested an “eye-popping” $100 million into GitHub. This was not only a Series A investment and the first institutional money ever raised by the company, but it was also the largest single check we had ever &#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://2.gravatar.com/avatar/b83c8bbc5298f76f33fa5b352041c199?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">peterlevinea16z</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>Video: Netflix&#8217; Ted Sarandos in Conversation with Marc Andreessen</title>\n\t\t<link>https://a16z.com/2018/06/01/sarandos-andreessen-summit-excerpts/</link>\n\t\t<pubDate>Sat, 02 Jun 2018 03:00:37 +0000</pubDate>\n\t\t<dc:creator><![CDATA[sonala16z]]></dc:creator>\n\t\t\t\t<category><![CDATA[Uncategorized]]></category>\n\t\t<category><![CDATA[a16z Bytes]]></category>\n\t\t<category><![CDATA[entertainment]]></category>\n\t\t<category><![CDATA[our Summit events]]></category>\n\t\t<category><![CDATA[videos]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=213061</guid>\n\t\t<description><![CDATA[<p><iframe class='youtube-player' type='text/html' width='640' height='390' src='https://www.youtube.com/embed/oy97TfvnMuo?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' allowfullscreen='true' style='border:0;'></iframe></p>\n<p><strong>watch time: 22 minutes</strong></p>\n<p>Netflix chief content officer Ted Sarandos shares nuggets &#8212; from the business of streaming and creating content to making decisions about taste and culture &#8212; about the Netflix journey, in conversation with Marc Andreessen.</p>\n<p>Based on &#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://0.gravatar.com/avatar/0a6cea5804bdc50314d9adf7c8a2ad0e?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">sonala16z</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>Yubico - Hardware Eats Security</title>\n\t\t<link>https://a16z.com/2018/05/31/yubico/</link>\n\t\t<pubDate>Thu, 31 May 2018 15:00:01 +0000</pubDate>\n\t\t<dc:creator><![CDATA[garcegarce]]></dc:creator>\n\t\t\t\t<category><![CDATA[Uncategorized]]></category>\n\t\t<category><![CDATA[announcements]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=211583</guid>\n\t\t<description><![CDATA[<p>I’ve been directly or peripherally involved in the security community approaching two decades now: in the early 2000’s working with the intelligence community; as a PhD student researching networking security; subsequently at my startup Nicira where security was a major &#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://0.gravatar.com/avatar/6d60e2b836af2aa53e1ae86aebc84428?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">garcegarce</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>CAMP4</title>\n\t\t<link>https://a16z.com/2018/05/31/camp4/</link>\n\t\t<pubDate>Thu, 31 May 2018 12:30:13 +0000</pubDate>\n\t\t<dc:creator><![CDATA[htidnam]]></dc:creator>\n\t\t\t\t<category><![CDATA[bio]]></category>\n\t\t<category><![CDATA[announcements]]></category>\n\t\t<category><![CDATA[bio fund]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=211705</guid>\n\t\t<description><![CDATA[<p>Biology is elegant, but it’s rarely simple. Following the completion of the $3 billion <a href=\"https://www.genome.gov/10001772/all-about-the--human-genome-project-hgp/\" target=\"_blank\" rel=\"noopener\">Human Genome Project</a> in the early 2000s, scientists were surprised to discover that the human genome contained <em>only</em> 20,000 or so genes, accounting for less than &#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://1.gravatar.com/avatar/df0c9c7e33454384ed1c5d00573200ae?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">htidnam</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://a16z.files.wordpress.com/2018/05/camp4.png?w=300\" medium=\"image\" />\n\t</item>\n\t\t<item>\n\t\t<title>FlyHomes</title>\n\t\t<link>https://a16z.com/2018/05/31/flyhomes/</link>\n\t\t<pubDate>Thu, 31 May 2018 10:00:37 +0000</pubDate>\n\t\t<dc:creator><![CDATA[htidnam]]></dc:creator>\n\t\t\t\t<category><![CDATA[Uncategorized]]></category>\n\t\t<category><![CDATA[announcements]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=211711</guid>\n\t\t<description><![CDATA[<blockquote>\n<p style=\"text-align:left;\"><span style=\"font-weight:400;\">“You can observe a lot just by watching.”<br />\n</span><span style=\"font-weight:400;\">&#8211;Yogi Berra</span></p>\n</blockquote>\n<p><span style=\"font-weight:400;\">David Ricardo was born in the late 18th century, and along with Adam Smith was one of the most influential early economists, pioneering the term “comparative advantage.” A plumber is </span>&#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://1.gravatar.com/avatar/df0c9c7e33454384ed1c5d00573200ae?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">htidnam</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>a16z Podcast: Autonomy in Service</title>\n\t\t<link>https://a16z.com/2018/05/27/autonomy-service-national-security-ai/</link>\n\t\t<pubDate>Sun, 27 May 2018 21:06:33 +0000</pubDate>\n\t\t<dc:creator><![CDATA[htidnam]]></dc:creator>\n\t\t\t\t<category><![CDATA[autonomous cars & drones]]></category>\n\t\t<category><![CDATA[security & privacy]]></category>\n\t\t<category><![CDATA[tech is global]]></category>\n\t\t<category><![CDATA[veterans]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=210237</guid>\n\t\t<description><![CDATA[<iframe width=\"100%\" height=\"300\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F449132874&#038;visual=true&#038;color=%23ff5500&#038;auto_play=false&#038;hide_related=false&#038;show_comments=true&#038;show_user=true&#038;show_reposts=false&#038;show_teaser=true\"></iframe>\n<div class=\"page\" title=\"Page 6\">\n<div class=\"section\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<div>We now live in a world where connecting the dots between intel and modeling threats has become infinitely more complex: not only is the surface area to protect larger than ever, but the entry points and issues are more diverse </div></div></div></div></div><p>&#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://1.gravatar.com/avatar/df0c9c7e33454384ed1c5d00573200ae?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">htidnam</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>a16z Podcast: When Journalism Goes Global</title>\n\t\t<link>https://a16z.com/2018/05/26/journalism-tech-global-icij-panama-papers/</link>\n\t\t<pubDate>Sat, 26 May 2018 19:33:58 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Madelyne Xiao]]></dc:creator>\n\t\t\t\t<category><![CDATA[networking]]></category>\n\t\t<category><![CDATA[online communities]]></category>\n\t\t<category><![CDATA[policy]]></category>\n\t\t<category><![CDATA[security & privacy]]></category>\n\t\t<category><![CDATA[storytelling]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=209248</guid>\n\t\t<description><![CDATA[<iframe width=\"100%\" height=\"300\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F448164903&#038;visual=true&#038;color=%23ff5500&#038;auto_play=false&#038;hide_related=false&#038;show_comments=true&#038;show_user=true&#038;show_reposts=false&#038;show_teaser=true\"></iframe>\n<p><span class=\"im\">The <a href=\"https://www.icij.org/\">International Consortium of Investigative Journalists</a> is the organization responsible for the compilation and release of the first the Panama Papers, a series of 11.5 million documents that detailed the offshore dealings of governments and individuals the world over, soon </span>&#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://1.gravatar.com/avatar/d2ad024d49dc1fad8c307fba07675b73?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">madelynexiao1</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>How To Democratize Healthcare: AI Gives Everyone The Very Best Doctor</title>\n\t\t<link>https://a16z.com/2018/05/25/democratizing-healthcare-ai-doctors/</link>\n\t\t<pubDate>Fri, 25 May 2018 18:30:51 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Madelyne Xiao]]></dc:creator>\n\t\t\t\t<category><![CDATA[AI, machine & deep learning]]></category>\n\t\t<category><![CDATA[bio]]></category>\n\t\t<category><![CDATA[healthcare]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=208839</guid>\n\t\t<description><![CDATA[<p>The greatest problem of health care in United States – <a href=\"https://www.washingtonpost.com/news/wonk/wp/2017/06/05/america-is-a-world-leader-in-health-inequality/?utm_term=.3a4aebdcaf99\" target=\"_blank\" rel=\"nofollow noopener\">the world leader in health inequality</a> – isn’t actually about the <em>quality</em> of care. The greatest problem we have is <em>access</em> to care. According to the <a href=\"https://www.cdc.gov/nchs/data/hus/hus16.pdf#062\" target=\"_blank\" rel=\"nofollow noopener\">CDC</a>, nearly 20% &#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://1.gravatar.com/avatar/d2ad024d49dc1fad8c307fba07675b73?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">madelynexiao1</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>12 Business Lessons about Growth from Andrew Chen</title>\n\t\t<link>https://25iq.com/2018/05/19/business-lessons-about-growth-from-andrew-chen-andreessen-horowitz/</link>\n\t\t<pubDate>Tue, 22 May 2018 14:00:01 +0000</pubDate>\n\t\t<dc:creator><![CDATA[sonala16z]]></dc:creator>\n\t\t\t\t<category><![CDATA[Uncategorized]]></category>\n\t\t<category><![CDATA[listicles]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=208048</guid>\n\t\t<description><![CDATA[<p>&#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://0.gravatar.com/avatar/0a6cea5804bdc50314d9adf7c8a2ad0e?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">sonala16z</media:title>\n\t\t</media:content>\n\t</item>\n\t</channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/api.prprpr.me",
    "content": ""
  },
  {
    "path": "api/test/data/feed/apublica.org",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\"\nxmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\nxmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\nxmlns:dc=\"http://purl.org/dc/elements/1.1/\"\nxmlns:atom=\"http://www.w3.org/2005/Atom\"\nxmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\"\nxmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n><channel><title>Agência Pública</title> <atom:link href=\"https://apublica.org/feed/\" rel=\"self\" type=\"application/rss+xml\" /><link>https://apublica.org</link> <description></description> <lastBuildDate>Fri, 29 Jun 2018 19:26:19 +0000</lastBuildDate> <language>pt-BR</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>https://wordpress.org/?v=4.9.6</generator> <item><title>OIT ainda analisa denúncia sobre reforma trabalhista</title><link>https://apublica.org/2018/06/truco-oit-ainda-analisa-denuncia-sobre-reforma-trabalhista/</link> <comments>https://apublica.org/2018/06/truco-oit-ainda-analisa-denuncia-sobre-reforma-trabalhista/#respond</comments> <pubDate>Fri, 29 Jun 2018 19:26:19 +0000</pubDate> <dc:creator><![CDATA[Ethel Rudnitzki]]></dc:creator> <category><![CDATA[Português]]></category> <category><![CDATA[Desemprego]]></category> <category><![CDATA[Michel Temer]]></category> <category><![CDATA[PDT]]></category> <category><![CDATA[reforma trabalhista]]></category> <category><![CDATA[trabalho]]></category><guid isPermaLink=\"false\">http://apublica.org/?post_type=claim_review&#038;p=48110</guid> <description><![CDATA[Órgão internacional colocou o país em lista provisória sobre violações e pediu esclarecimentos; ainda não é possível saber o impacto das mudanças]]></description> <content:encoded><![CDATA[<figure id=\"attachment_48114\" aria-describedby=\"figcaption_attachment_48114\" class=\"wp-caption aligncenter\" itemscope itemtype=\"http://schema.org/ImageObject\"><div class=\"imageAndSource\"><div class='inline-image-source image-source p-1 text-right'>Crozet / Pouteau / Albouy / OIT</div><img itemprop=\"contentURL\" class=\"wp-image-48114 size-full\" src=\"https://apublica.org/wp-content/uploads/2018/06/conferencia-internacional-do-trabalho.jpg\" alt=\"Reunião da 107ª Conferência Internacional do Trabalho, da OIT, em que o Brasil foi chamado a explicar mudança feita pela reforma trabalhista\" width=\"2048\" height=\"1366\" srcset=\"https://apublica.org/wp-content/uploads/2018/06/conferencia-internacional-do-trabalho.jpg 2048w, https://apublica.org/wp-content/uploads/2018/06/conferencia-internacional-do-trabalho-800x534.jpg 800w, https://apublica.org/wp-content/uploads/2018/06/conferencia-internacional-do-trabalho-1600x1067.jpg 1600w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" /></div><figcaption id=\"figcaption_attachment_48114\" class=\"wp-caption-text caption\" itemprop=\"description\">Reunião da 107ª Conferência Internacional do Trabalho, da OIT, em que o Brasil foi chamado a explicar mudança feita pela reforma trabalhista</figcaption></figure><p>A reforma trabalhista alterou disposições da Consolidação das Leis do Trabalho (CLT) e tem sido alvo de críticas, intensificadas desde que as mudanças entraram em vigor, em novembro de 2017. Denúncias de que as mudanças na lei teriam reduzido ou suprimido direitos foram apresentadas por entidades sindicais à Organização Internacional do Trabalho (OIT), agência da Organização das Nações Unidas (ONU). A principal acusação é de que a reforma fere uma convenção internacional, por conta da prevalência de acordos negociados entre patrões e alguns tipos de empregados.</p><p>A oposição, que apoia as denúncias, alega que as mudanças na legislação acarretaram a inclusão do Brasil na “lista suja” da OIT – uma relação de países que descumprem normas internacionais sobre trabalho – e ainda destaca os efeitos negativos que a alteração legislativa teria no mercado de trabalho. Já o governo comemora as decisões da organização internacional, afirmando que isentam o Brasil de violar os direitos trabalhistas.</p><p>O <strong><a href=\"https://apublica.org/truco\">Truco</a></strong> – projeto de checagem de fatos da <a href=\"https://apublica.org\"><strong>Agência Pública</strong></a> – verificou quatro frases sobre o tema, duas de autoria da senadora Ângela Portela (PDT-RR) e duas do ministro do Trabalho, Helton Yomura. As afirmações do ministro constam em um <a href=\"http://www.brasil.gov.br/editoria/emprego-e-previdencia/2018/06/reforma-trabalhista-respeita-direitos-coletivos-confirma-oit\">texto publicado no site do Planalto</a>, enquanto as declarações de Portela foram feitas em <a href=\"https://www25.senado.leg.br/web/atividade/notas-taquigraficas/-/notas/s/23426\">sessão deliberativa no Senado</a>, no dia 12 de junho.</p><hr /><p><strong><a id=\"checagem1\"></a>“O Brasil foi incluído na ‘lista suja’ da Organização Internacional do Trabalho, a OIT.” – Ângela Portela (PDT-RR), senadora.</strong></p><p><img class=\"alignleft\" src=\"https://apublica.org/wp-content/uploads/2017/05/exagerado-400.jpg\" alt=\"Exagerado\" width=\"400\" height=\"400\" />A senadora Ângela Portela (PDT-RR) afirmou recentemente que o Brasil foi incluído na “lista suja” da Organização Internacional do Trabalho (OIT). Essa relação traz os países que violam normas trabalhistas internacionais, segundo análise dos técnicos da entidade. O país na verdade faz parte de uma lista preliminar, e a avaliação para que seja incluído na lista definitiva ainda não terminou. Por isso, a afirmação foi considerada exagerada.</p><p>A assessoria de imprensa da senadora atribuiu a fonte da afirmação a um <a href=\"https://www.anamatra.org.br/imprensa/noticias/26571-caso-brasil-na-oit-brasil-continua-na-lista-suja-e-tera-de-dar-explicacoes-a-oit-sobre-reforma-trabalhista?highlight=WyJvaXQiXQ==\">artigo publicado pela Associação Nacional dos Magistrados da Justiça do Trabalho (Anamatra)</a>. O texto diz que <a href=\"http://www.ilo.org/wcmsp5/groups/public/---ed_norm/---relconf/documents/meetingdocument/wcms_631799.pdf\">o relatório da 107ª Conferência Internacional do Trabalho, que ocorreu de 28 de maio a 8 de junho, em Genebra, na Suíça</a>, incluiu o Brasil no grupo de 24 países que fazem parte da “lista suja”. O documento, no entanto, não chegou a essa conclusão – informa apenas que a análise sobre a situação brasileira ainda está em aberto.</p><p>O Brasil <a href=\"http://www.ilo.org/dyn/normlex/en/f?p=1000:11200:0::NO:11200:P11200_COUNTRY_ID:102571\">ratificou 97 convenções da OIT</a>, sete delas classificadas como fundamentais pela organização – ou seja, são definidoras de uma série de princípios que precisam ser seguidos em relação a diferentes aspectos do trabalho. Entre essas últimas está a de <a href=\"http://www.ilo.org/brasilia/temas/normas/WCMS_235188/lang--pt/index.htm\">número 98, que trata do direito de sindicalização e de negociação coletiva</a>,<a href=\"http://www.trtsp.jus.br/geral/tribunal2/LEGIS/CLT/OIT/OIT_098.html\"> ratificada em 1952</a>.</p><p><!-- alsoRead -->A reforma trabalhista, estabelecida pela <a href=\"http://www.planalto.gov.br/ccivil_03/_ato2015-2018/2017/lei/l13467.htm\">Lei nº 13.467/2017</a>, alterou as normas de acordos coletivos no Brasil. Os acordos individuais entre trabalhador e patrão, estabelecidos pelo artigo <a href=\"http://www.planalto.gov.br/ccivil_03/Decreto-Lei/Del5452.htm#art444p\">444 da Consolidação das Leis do Trabalho (CLT)</a>, passaram a ter “a mesma eficácia legal e preponderância sobre os instrumentos coletivos, no caso de empregado portador de diploma de nível superior e que receba salário mensal igual ou superior a duas vezes o limite máximo dos benefícios do Regime Geral de Previdência Social”. Isso quer dizer que indivíduos com salários iguais ou superiores a R$ 11.062,62 agora podem fechar acordos diferentes daqueles mediados por entidades sindicais com empregadores.</p><p>Segundo entidades sindicais brasileiras, isso viola o direito de negociação coletiva estabelecido pela OIT na Convenção nº 98. Denúncias a respeito disso foram levadas ao <a href=\"http://www.ilo.org/global/standards/applying-and-promoting-international-labour-standards/committee-of-experts-on-the-application-of-conventions-and-recommendations/lang--en/index.htm\">Comitê de Peritos na Aplicação de Convenções e Recomendações</a> da organização em agosto e setembro de 2017. O comitê <a href=\"http://www.ilo.org/dyn/normlex/en/f?p=NORMLEXPUB:13100:0::NO::P13100_COMMENT_ID:3523855\">analisou o caso e mostrou preocupação a respeito das mudanças</a> na lei, pedindo então para o governo brasileiro analisar as críticas e apresentar uma resposta em 2018.</p><p>A análise levou o <a href=\"http://www.ilo.org/wcmsp5/groups/public/---ed_norm/---relconf/documents/meetingdocument/wcms_627030.pdf\">Comitê de Aplicação de Normas (CAS, na sigla em inglês) da OIT a colocar o Brasil na lista longa de 40 países denunciados por violar convenções fundamentais</a>. Essa lista funciona como um documento preliminar a ser avaliado pelo Comitê da Conferência Internacional do Trabalho, que então formula uma lista menor, chamada “lista curta”, ou “lista suja” da OIT.</p><p>Mesmo sendo apenas uma indicação preliminar e não uma inclusão na lista definitiva, a situação foi criticada pela defesa do governo brasileiro na <a href=\"http://www.ilo.org/wcmsp5/groups/public/---ed_norm/---relconf/documents/meetingdocument/wcms_631799.pdf\">107ª Conferência Internacional do Trabalho</a>. Na ocasião, o governo disse que &#8220;a inclusão do Brasil na lista do CAS configura um julgamento precipitado da situação brasileira antes de ouvir o governo, apesar dos padrões básicos para o processo.&#8221;</p><p>Como a análise sobre a possível violação do Brasil da Convenção nº 98 ainda não terminou, o país não está incluído na “lista suja” definitiva. Ainda assim, a denúncia foi acatada e, pelo comitê de aplicação de normas, o Brasil está sob análise entre os países suspeitos de violar convenções fundamentais, fazendo parte de uma lista preliminar. Procurada pelo <strong>Truco</strong>, a OIT não quis se pronunciar sobre o caso.</p><p>Após receber os selos, a assessoria de imprensa argumentou que a senadora não fez distinção entre lista preliminar e lista definitiva em sua fala: &#8220;Quando se fala que o Brasil foi incluído na lista suja, não se fez distinção entre &#8216;lista preliminar&#8217; e &#8216;lista definitiva&#8217;. Se está incluído na lista preliminar&#8230;está incluído na lista. Não há qualquer exagero aí&#8221;. Há porém diferenças entre as duas listagens, conforme explicado na checagem.</p><hr /><p><strong><a id=\"checagem2\"></a>“Após ouvir os argumentos dos trabalhadores, dos empregadores e do governo, a comissão decidiu apenas solicitar informações adicionais ao governo brasileiro.” – Helton Yomura, ministro do Trabalho.</strong></p><p><img class=\"alignleft\" src=\"https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400.jpg\" alt=\"Sem contexto\" width=\"400\" height=\"400\" /></p><p>O ministro do Trabalho, Helton Yomura, referiu-se em sua frase a uma decisão do Comitê da 107ª Conferência Internacional do Trabalho. Na conclusão do evento, o órgão solicitou informações adicionais ao governo sobre a reforma trabalhista brasileira e seus impactos. Essa de fato foi a única decisão tomada até o momento, mas pode resultar na inclusão do país na “lista suja” dos que violam leis trabalhistas. A posição final da OIT a respeito da mudança na legislação ainda não foi tomada e depende da resposta do Brasil. A afirmação do ministro Helton Yomura traz dados verdadeiros, mas sem contexto.</p><p>Denunciado ao Comitê de Aplicação de Normas por violar a<a href=\"http://www.ilo.org/brasilia/temas/normas/WCMS_235188/lang--pt/index.htm\"> Convenção nº 98</a> da OIT com a reforma trabalhista, o governo brasileiro foi convidado a se explicar durante a<a href=\"http://www.ilo.org/wcmsp5/groups/public/---ed_norm/---relconf/documents/meetingdocument/wcms_631799.pdf\"> 107ª Conferência Internacional do Trabalho</a>. Foram ouvidas as defesas do Ministério do Trabalho, de representantes dos empregadores e de trabalhadores.</p><p>O governo afirmou que a legislação brasileira não afeta a livre organização sindical e o direito à negociação coletiva, garantidos pelas normas da OIT. Já os representantes dos trabalhadores brasileiros afirmaram que a reforma trabalhista constitui “o ataque mais grave aos direitos sindicais e dos trabalhadores em toda a história do Brasil”. Governos de outros países e seus respectivos representantes sindicais e empregadores divergiram sobre a questão.</p><p>Dentre os argumentos do governo e de apoiadores da reforma estava o fato de que a denúncia e a análise feitas pelo<a href=\"http://www.ilo.org/global/standards/applying-and-promoting-international-labour-standards/conference-committee-on-the-application-of-standards/lang--en/index.htm\"> Comitê de Aplicação de Normas</a> ocorreram fora do ciclo regular de análises. Em situações normais, países que ratificam convenções da OIT, como é o caso do Brasil, devem apresentar a cada três anos um relatório a respeito da situação de cada convenção em seu país a um<a href=\"http://www.ilo.org/global/standards/applying-and-promoting-international-labour-standards/committee-of-experts-on-the-application-of-conventions-and-recommendations/lang--en/index.htm\"> Comitê de Peritos</a>. O Brasil apresentou o último relatório a respeito da Convenção nº 98 em 2016 e o próximo está previsto para 2019. A reforma trabalhista entrou em vigor no ano passado, ou seja, nesse intervalo. Assim, a situação brasileira não pôde ser analisada ainda.</p><p>Levando isso em conta, o Comitê da Conferência Internacional do Trabalho, em suas conclusões, deu um prazo de alguns meses para que o Brasil apresentasse mais informações sobre o caso. Foram pedidos esclarecimentos em dois pontos: sobre a aplicação dos princípios de negociação coletiva livre e voluntária na nova lei trabalhista; e sobre as consultas tripartites com os interlocutores sociais a respeito da reforma trabalhista, conforme apontado no<a href=\"http://www.ilo.org/wcmsp5/groups/public/---ed_norm/---relconf/documents/meetingdocument/wcms_631799.pdf\"> relatório da conferência</a> pela assessoria do ministério.</p><p>Isso não quer dizer, contudo, que a OIT considera que a reforma respeitou os direitos trabalhistas,<a href=\"http://www.brasil.gov.br/editoria/emprego-e-previdencia/2018/06/reforma-trabalhista-respeita-direitos-coletivos-confirma-oit\"> como diz o Ministério do Trabalho</a>. Só depois que o governo brasileiro apresentar as informações solicitadas é que a organização tomará uma decisão final.</p><p>A equipe do ministro foi comunicada sobre o selo e enviou a seguinte resposta: &#8220;O pedido de informações formulado para a OIT é um fato que foi amplamente noticiado. A não tomada de posição da OIT em relação às mudanças advindas com a modernização trabalhista, que entrou em vigor em novembro de 2017 (há sete meses portanto), é algo que, pelo calendário da entidade, só pode ser objeto de avaliação em 2019. A possibilidade de a OIT vir a incluir o Brasil na chamada “lista suja” pressupõe da mesma forma que a entidade pode chegar à conclusão de que a modernização trabalhista não viola direitos dos trabalhadores brasileiros, como o Ministério do Trabalho defende e que certamente será comprovado após a análise das informações prestadas. Qualquer entendimento diferente desse é pura ilação.&#8221;</p><hr /><p><strong><a id=\"checagem3\"></a>“Os direitos trabalhistas têm proteção constitucional e não podem ser retirados [pela reforma trabalhista], nem há reforma da própria Constituição.” – Helton Yomura, ministro do Trabalho.</strong></p><p><img class=\"alignleft\" src=\"https://apublica.org/wp-content/uploads/2017/05/exagerado-400.jpg\" alt=\"Exagerado\" width=\"400\" height=\"400\" />Muitos direitos trabalhistas não estão previstos na Constituição, mas na<a href=\"http://www.planalto.gov.br/ccivil_03/decreto-lei/Del5452.htm\"> Consolidação das Leis do Trabalho (CLT)</a> ou em outras leis ordinárias. Nem todos os direitos trabalhistas têm proteção constitucional e alguns deles foram, de fato, alterados pela reforma aprovada pelo governo do presidente Michel Temer (PMDB). Por isso, a frase é exagerada.</p><p>Procurada pelo <strong>Truco</strong>, a equipe do ministro afirma que os artigos 7º e 8º da<a href=\"http://www.planalto.gov.br/ccivil_03/constituicao/constituicao.htm\"> Constituição Federal</a> listam os direitos dos trabalhadores e de organização sindical. “Como a Constituição é norma hierarquicamente superior à CLT, os direitos ali relacionados não podem ser derrogados por norma inferior. Sequer emenda constitucional poderia derrogar esses direitos, já que se trata de cláusulas pétreas”, disse a assessoria do Ministério do Trabalho. Destacou ainda um trecho da<a href=\"http://www2.camara.leg.br/legin/fed/lei/2017/lei-13467-13-julho-2017-785204-publicacaooriginal-153369-pl.html\"> reforma trabalhista</a>. O artigo indicado, 611-B, atesta que nenhuma convenção ou acordo coletivo de trabalho pode suprimir ou reduzir os direitos listados ali. No entanto, o texto traz apenas uma parte dos direitos trabalhistas estabelecidos pela legislação brasileira. Não estão na lista algumas garantias previstas em leis ordinárias, nem a totalidade das disposições contidas na CLT.</p><p>O artigo 611-A, no entanto, traz disposições opostas. Nele estão listados os direitos trabalhistas que podem ser alterados a partir da vigência da nova legislação. No grupo de direitos que podem ser negociados por meio de convenção coletiva ou acordo coletivo de trabalho estão aspectos importantes como tempo de jornada de trabalho, adesão ao Programa Seguro-Emprego (PSE), enquadramento do grau de insalubridade e intervalo intrajornada.</p><p>A advogada Adriana Giori de Barros, do escritório Bertolucci e Ramos Gonçalves, afirma que os direitos constitucionais não foram reduzidos pela reforma trabalhista. Ela no entanto destaca que a Constituição Federal define as linhas gerais dos direitos dos trabalhadores, enquanto a CLT é o principal instrumento regulamentador das relações de trabalho.</p><p>Professor de direito trabalhista da Universidade de São Paulo (USP) e sócio do Siqueira Castro, Otávio Pinto e Silva concorda com a classificação das legislações. Para ele, a Constituição, norma de hierarquia superior, estabelece um parâmetro de proteção mínima, mas as especificidades ficam a cargo da CLT. “Há muitos direitos que estão abaixo da Constituição e que numa alteração da CLT você pode limitar ou reduzir”, explica.</p><p>Um exemplo dado pelo professor é a legislação que determina as modalidades de contratação de trabalhadores no Brasil. Enquanto o artigo 7º da Constituição determina que o salário mínimo fixado em lei e nacionalmente unificado é um direito de todos os trabalhadores, a nova CLT permite o pagamento de vencimentos inferiores ao salário mínimo para empregados no regime de trabalho intermitente. O contrato de trabalho intermitente, aquele que ocorre de modo esporádico, em dias alternados ou por apenas algumas horas, prevê remuneração por período trabalhado, e não mensal.</p><p>“Nesse caso, as condições da nova legislação são menos favoráveis para o trabalhador”, afirma Silva. “Não foi necessária uma alteração constitucional para criar uma situação mais vulnerável porque a regulamentação dos tipos de contrato consta na CLT, e não na Constituição.”</p><p>Barros destaca, no entanto, que muitos direitos não podem ser negociados. É o caso da licença maternidade e paternidade, da aposentadoria, do décimo terceiro salário e da indenização rescisória do Fundo de Garantia do Tempo de Serviço (FGTS). Esses e outros direitos estão listados no artigo 611-B da lei que institui a reforma trabalhista. Trata-se do trecho indicado pela assessoria de imprensa do ministro do Trabalho como fonte para a afirmação de Yomura.</p><p>O argumento de que os direitos trabalhistas estão previstos na Constituição e que, portanto, a aprovação da reforma trabalhista não interfere neles, é usado pela base governista há algum tempo. Em junho de 2017, o<a href=\"https://apublica.org/2017/06/truco-imprecisoes-cercam-argumentos-a-favor-da-reforma-trabalhista/\"><strong> Truco</strong> verificou uma frase do senador petista Paulo Paim sobre o tema</a>. Na ocasião, Paim defendia que muitos direitos relevantes não estão documentados na Constituição, mas em outras leis ordinárias. A frase foi considerada verdadeira.</p><p>Segundo a advogada Fabiola Marques, professora de direito do trabalho na Pontifícia Universidade Católica de São Paulo (PUC-SP) consultada na verificação da afirmação de Paim, os direitos trabalhistas mais importantes estão na CLT e em algumas leis ordinárias. “O que a reforma está fazendo é justamente alterar esses direitos”, afirmou.</p><p>Ao ser comunicada sobre o selo, a assessoria de imprensa do ministro do Trabalho contestou o resultado: &#8220;Direitos basilares de proteção ao trabalhador estão previstos no artigo 7º da Constituição, passíveis de mudança apenas por emenda constitucional. O artigo e seus incisos garantem direitos como FGTS, 13º salário, férias, aviso prévio, descanso semanal remunerado, adicional de trabalho noturno, jornada máxima de trabalho de oito horas diárias e 44 semanais, hora extra com adicional de no mínimo 50% em relação à hora normal de trabalho, irredutibilidade de vencimentos, licenças maternidade e paternidade, aposentadoria, adicional por insalubridade, veto ao trabalho de menores de 16 anos, exceto na qualidade de aprendiz, a partir dos 14 anos, proibição de discriminação de salário ou critério de contratação de portadores de deficiências, proteção contra dispensa arbitrária ou sem justa causa, reconhecimento das convenções e acordos coletivos de trabalho, salário mínimo. O artigo 8º, por sua vez, garante a livre atividade sindical e associação sindical dos trabalhadores, sem a tutela do Estado, o artigo 9º assegura o direito de greve. Já o artigo 10º garante aos trabalhadores e empregadores a participação em colegiados de órgãos públicos em que são discutidas e deliberadas questões profissionais ou previdenciárias  de interesse das categorias profissionais, e o 11º permite a eleição de um representante dos trabalhadores nas empresas com mais de 200 funcionários.&#8221;</p><hr /><p><strong><a id=\"checagem4\"></a>“A reforma [trabalhista] de Temer já está produzindo efeitos. O emprego está cada vez mais precário, com menos carteira assinada e mais autônomos e contratos intermitentes.” – Ângela Portela (PDT-RR), senadora.</strong></p><p><img class=\"alignleft\" src=\"https://apublica.org/wp-content/uploads/2017/06/impossivel-provar-400.jpg\" alt=\"Impossível provar\" width=\"400\" height=\"400\" /></p><p>Os dados disponíveis hoje não mostram os efeitos da reforma trabalhista. Como as mudanças entraram em meio a uma situação de crise econômica e estão em vigor desde 11 de novembro – ou seja, são ainda recentes –, não há indicações estatísticas que permitam separar o que foi causado pela retração e o que está relacionado à mudança na lei. Isso ocorre tanto com os números mais recentes do Cadastro Geral de Empregados e Desempregados (Caged), do Ministério do Trabalho, como com os da Pesquisa Nacional por Amostra de Domicílios (Pnad) Contínua, do Instituto Brasileiro de Geografia e Estatística (IBGE). A afirmação de Ângela Portela (PDT-RR) é impossível de provar.</p><p>A parlamentar citou como fonte da afirmação de que há menos vagas com carteira assinada<a href=\"https://economia.uol.com.br/empregos-e-carreiras/noticias/redacao/2018/04/27/brasil-tem-menor-numero-de-trabalhadores-com-carteira-assinada-em-6-anos.htm\"> uma reportagem que cita dados da Pnad Contínua</a>. De acordo com o levantamento do IBGE, existiam<a href=\"https://agenciadenoticias.ibge.gov.br/agencia-sala-de-imprensa/2013-agencia-de-noticias/releases/20994-pnad-continua-taxa-de-desocupacao-e-de-13-1-no-trimestre-encerrado-em-marco.html\"> 32,9 milhões pessoas empregadas com carteira assinada no primeiro trimestre deste ano (janeiro-fevereiro-março)</a>. Em relação aos três últimos meses de 2017, o número caiu 1,2%, ou seja, houve uma redução de 408 mil vagas. Embora o dado seja verdadeiro, essa redução não pode ser atribuída à reforma trabalhista. &#8220;Existe um efeito de sazonalidade no início do ano. É comum o desemprego subir&#8221;, diz Cimar Azeredo, coordenador de Trabalho e Rendimento do IBGE. &#8220;Os indicadores da Pnad Contínua até agora divulgados não conseguem separar o que foi causado pela reforma trabalhista e o que foi provocado pela crise.&#8221;</p><p>Uma das maneiras de verificar o impacto da reforma, segundo Azeredo, seria analisar os números sobre trabalho intermitente, que foi formalizado com a última reforma. Ele é definido como a prestação de serviços não contínua, que pode acontecer com alternância de períodos determinados e independe do tipo de atividade do contratado e do empregador.</p><p>O acompanhamento do trabalho intermitente é feito por enquanto apenas pelo<a href=\"http://pdet.mte.gov.br/caged/caged-meses-anteriores\"> Cadastro Geral de Empregados e Desempregados (Caged)</a> do Ministério do Trabalho – que levanta dados de admissões e demissões em empregos formais no Brasil. A pasta começou a coletar os números sobre essa modalidade<a href=\"http://pdet.mte.gov.br/caged/caged-meses-anteriores\"> a partir de novembro, quando houve um saldo positivo de 3.067 contratos</a> registrados. Inicialmente, o saldo foi<a href=\"http://pdet.mte.gov.br/caged/caged-2017/caged-dezembro-2017\"> de 2.574, em dezembro</a>, de<a href=\"http://pdet.mte.gov.br/caged/caged-2018/caged-janeiro-2018\"> 2.461, em janeiro</a>, e de<a href=\"http://pdet.mte.gov.br/caged/caged-2018/caged-fevereiro-2018\"> 2.091 vagas, em fevereiro</a>.<a href=\"http://pdet.mte.gov.br/caged/caged-2018/caged-marco-2018\"> Já em março, o saldo ficou em 3.199 postos</a> e,<a href=\"http://pdet.mte.gov.br/caged/caged-2018/caged-abril-2018\"> em abril, chegou a 3.601 vagas</a>. Ou seja, foram 16.993 vagas criadas desde novembro, o que representa apenas 0,04% do total de 38.205.000 postos de trabalho formais.</p><p>Também não é possível afirmar que houve um aumento de trabalhadores autônomos após a reforma trabalhista, já que houve uma estabilidade no contingente desta classe nos últimos dois trimestres analisados pela Pnad Contínua. A pesquisa identifica o total de trabalhadores por conta própria (indivíduos com empreendimento próprio, sem empregados remunerados).<a href=\"https://sidra.ibge.gov.br/tabela/4097#/n1/all/v/4090/p/last%203/c11913/96170,96171/l/v,p+c11913,t/resultado\"> No trimestre de novembro-dezembro-janeiro, havia 23.182.000 trabalhadores nessa condição</a>. No período seguinte (fevereiro-março-abril), o número ficou em 23.025.000. Para a Pnad, essa diferença de 157 mil (0,7%) é considerada como estável.</p><p>A assessoria da senadora contestou o resultado da checagem ao ser informada da classificação: &#8220;No que se refere à reforma trabalhista, o que se diz é: &#8216;O emprego está cada vez mais precário, com menos carteira assinada e mais autônomos e contratos intermitentes&#8217;. Todos os levantamentos relativos a mercado de trabalho, inclusive – e especialmente – os oficiais, como o Caged, confirmam textualmente essa afirmação. É evidente, portanto, que até agora a reforma trabalhista não produziu efeitos que revertam esse quadro, como era seu objetivo. Lógica elementar. Sobre o que acontecerá no futuro, não existe bola de cristal e, então, aí sim é impossível provar.&#8221; Como a checagem mostrou, no entanto, os dados do IBGE ou do Caged não mostram se houve algum impacto causado pela reforma trabalhista.</p> ]]></content:encoded> <wfw:commentRss>https://apublica.org/2018/06/truco-oit-ainda-analisa-denuncia-sobre-reforma-trabalhista/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Sob constante ameaça</title><link>https://apublica.org/2018/06/video-sob-constante-ameaca/</link> <comments>https://apublica.org/2018/06/video-sob-constante-ameaca/#respond</comments> <pubDate>Mon, 25 Jun 2018 13:52:52 +0000</pubDate> <dc:creator><![CDATA[Andrea DiP]]></dc:creator> <category><![CDATA[Português]]></category> <category><![CDATA[cidade]]></category> <category><![CDATA[feminismo]]></category> <category><![CDATA[mulheres]]></category> <category><![CDATA[São Paulo]]></category><guid isPermaLink=\"false\">http://apublica.org/?post_type=video&#038;p=47734</guid> <description><![CDATA[Medo, afetividades e subjetividades na forma de ocupar a cidade sob o olhar das mulheres; para uma melhor experiência sensorial utilize fones de ouvido]]></description> <content:encoded><![CDATA[<p>Nas grandes cidades brasileiras, as mulheres não ocupam o espaço urbano da mesma forma que os homens, por medo da violência de gênero. Tendem a evitar lugares como becos, pontes e passarelas, pensam horários e roupas antes de sair de casa e fazem desvios em seus caminhos, enquanto essas não são preocupações masculinas. Este medo, assim como as afetividades e a subjetividade na forma de ocupar a cidade, dão a tônica ao documentário.</p><p>Foram gravadas entrevistas com mulheres cis, trans, homens trans, mulheres brancas, negras, migrantes, deficientes visuais e cadeirantes e uma pesquisa online com 2590 respostas trouxe dados impressionantes como o de que 89% das mulheres não anda em becos e 93% evita andar a noite pela cidade.</p><p>“Sob Constante Ameaça” cria um suspense contínuo – vivenciado pelas mulheres em suas rotinas reais e traduzido na fala de uma delas: “Uma das coisas que é muito comum, é eu não saber se vou voltar inteira pra casa”. O filme possui planos que podem ser vistos tanto na perspectiva das personagens quanto na de um possível agressor, colocando o expectador em um lugar de tensão.</p> ]]></content:encoded> <wfw:commentRss>https://apublica.org/2018/06/video-sob-constante-ameaca/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Mulheres e o direito à cidade</title><link>https://apublica.org/2018/06/mulheres-e-o-direito-a-cidade/</link> <comments>https://apublica.org/2018/06/mulheres-e-o-direito-a-cidade/#respond</comments> <pubDate>Mon, 25 Jun 2018 13:52:10 +0000</pubDate> <dc:creator><![CDATA[Redação]]></dc:creator> <category><![CDATA[Português]]></category> <category><![CDATA[Conversa Pública]]></category> <category><![CDATA[Escola Sem Partido]]></category> <category><![CDATA[gênero]]></category> <category><![CDATA[violência contra a mulher]]></category><guid isPermaLink=\"false\">http://apublica.org/?p=48091</guid> <description><![CDATA[Entrevista tratou de como o medo de assédio e violência de gênero influencia a forma de ocupar a cidade]]></description> <content:encoded><![CDATA[<p>A entrevista aconteceu na Casa Pública, no lançamento do minidoc <a href=\"https://www.youtube.com/watch?v=TlzROTM5-4M\" target=\"_blank\" rel=\"noopener\">“Sob Constante Ameaça”</a> e contou com as opiniões da urbanista e arquiteta Tainá de Paula e da fundadora do escritório coletivo de arquitetura &#8220;Terceira Margem&#8221;, Iazana Guizzo, com condução da repórter da Pública Andrea Dip.</p><p><strong>Andrea Dip &#8211; Vocês acham que a cidade tem catracas para as mulheres? E essas catracas são diferentes dependendo das interseccionalidades?</strong></p><p><strong>Tainá de Paula &#8211;</strong> Vou me apresentar. Sou a Tainá de Paula, arquiteta e urbanista. E, na verdade, eu debato essas assimetrias de gênero a partir das desigualdades sociais postas. A cidade acaba sendo um grande território de opressão de um modo geral &#8211; de classe, raça e gênero. Inclusive, uma mulher, provavelmente negra, fala desse racismo e do machismo que sofre em um off do filme [o minidoc “<a href=\"https://apublica.org/2018/06/sob-constante-ameaca/\" target=\"_blank\" rel=\"noopener\">Sob Constante Ameaça</a>” exibido antes da conversa] e achei super interessante porque é exatamente isso. Uma mulher negra, de determinada faixa social e determinada idade tem a percepção da cidade de uma forma totalmente diferente que uma mulher branca de determinada classe social tem. Isso está posto, está colocado. E acho também que esse não pertencimento, essa catraca que nunca roda para as mulheres parte muito da não inserção das mulheres no próprio pensamento da cidade. Inicialmente, os primeiros planejadores, os primeiros construtores, os primeiros pensadores da cidade foram homens e, concretamente, elas foram pensadas a partir dessa lógica e dessa métrica. Se a gente for parar para pensar no Rio de Janeiro, mulheres ricas eram vistas no centro da cidade em determinadas ruas, onde elas poderiam comprar, Rua do Ouvidor e tal. Mas era da carruagem para casa, da casa para aquela rua e acabou. Quem trabalhava, quem exercia o comando e tinha livre circulação nessa cidade era o homem. E as mulheres negras pós-escravas, por exemplo, foram proibidas de circular &#8220;rebolativas&#8221;. Tem um decreto municipal que fala da forma como as mulheres negras rebolavam no centro do Rio de Janeiro, foram proibidas de andar &#8220;rebolativas&#8221;. Esse não pertencimento desse corpo feminino na sua plenitude, na sua forma completa de ser e estar, rebolando ou não, sendo força de trabalho ou não nessa cidade também criou a cultura desse não pertencimento. A mulher ter paridade nesse pensar urbano é fundamental para a gente definir outras formas de ser na cidade.</p><p><iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/mgMQu6s86Y4?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></p><p><strong>Iazana Guizzo &#8211;</strong> Eu sou da Terceira Margem, também sou arquiteta e urbanista. A Terceira Margem é um coletivo e escritório de arquitetura que se propõe a fazer de um outro modo esse pensar, em uma lógica que a gente defende como feminina. Eu queria chamar atenção, indo de encontro ao que você está falando para a espacialidade dos lugares onde vocês apresentam o filme, e que vêm justamente dessas entrevistas que você faz no início, onde as mulheres já dão a dica de que não querem habitar, não conseguem habitar, melhor dizendo. Eu fiquei pensando aqui que esses espaços não são desenhados nem para os homens. São espaços desenhados para os carros, para uma cidade que precisa circular, onde a mercadoria precisa circular. Então, são espaços que não são nem pensados para as pessoas. Então, qual é a lógica ali? A lógica é de uma cidade funcionalista, onde à noite, então, não tem uso, é uma lógica do automóvel, é uma lógica do desenho que não pensa a cidade, pensa um edifício isolado. E isso, para mim, acho que revela alguma coisa que é o espaço como produção de subjetividade, a gente desenha uma cidade que produz corpos funcionais, automáticos, que não estão sensíveis a determinadas questões, e isso tudo também é masculino. Quando você traz a ideia de que é pior para a mulher negra, com certeza é pior para a mulher negra. É pior para a mulher negra pobre? Com certeza é pior para a mulher negra pobre. É opressivo para os homens, é opressivo mais ainda para as mulheres, é opressivo mais ainda para as mulheres negras, é opressivo mais ainda para as mulheres negras pobres.</p><p><strong>Andrea Dip &#8211; Sim, são essas interseccionalidades. Esses espaços são ruins inclusive para os homens, mas o homem, se deixar a carteira em casa, por exemplo, resolveu seu problema, que é o medo de ser assaltado. Se a gente estiver assim, do jeito que a gente está, sem nada no bolso, a gente vai ter medo de violência de gênero, que é outra coisa, é um outro medo. Daí gostaria de fazer outra pergunta: A gente faz essa discussão de que a cidade deveria ser mais pensada para as mulheres, um outro tipo de espaço, circulação, pensado uma outra maneira, mas esses espaços de confinamento são ameaçadores por conta da misoginia, por conta do social? Por exemplo, se a gente pensar esses mesmos espaços em outros lugares que talvez não tenham uma violência de gênero tão forte, será que eles são tão ameaçadores? De fato, a gente deveria repensar os espaços por conta da violência de gênero ou esses espaços são ameaçadores por causa dessa violência?</strong></p><p><strong>Tainá de Paula &#8211;</strong> Eu acho que são as duas coisas. A gente tem uma lógica misógina, um machismo estrutural, não debatido de forma suficiente na sociedade, e existe o que a gente chama de erro de projeto mesmo, deu errado. Uma coisa que me chamou a atenção [no filme] e que eu fiquei enlouquecida porque eu conheço uma empresa que faz exatamente aquele modelo de passarela de dois metros.</p><p><strong>Andrea Dip &#8211;</strong> <strong>Gaiola, aquele gaiolão [passarelas fechadas mostradas no filme].</strong></p><p><strong>Tainá de Paula &#8211;</strong> Gaiola. Na forma como a sociedade se estabelece hoje, aquilo é um grande separador urbano, um grande enclave urbano, você não vê a pessoa que passa. E isso automaticamente se torna, nesse cenário de incerteza de segurança, claro, um ponto de insegurança central no tecido urbano desse território. E para as mulheres, nessa lógica misógina, passa automaticamente a ser um ponto onde a violência sexual pode ser aplicada e pode ser realizada. A gente também não tem um protocolo de segurança pública pensado para as mulheres, a Guarda Municipal deveria ter protocolo de segurança específico para violência de gênero e não tem. As criança têm, antigamente se tinha a figura do Guarda Municipal anti-capacitista para os possíveis portadores de deficiência da cidade, tem a Guarda Municipal, parte dela voltada para o turista, mas não tem Guarda Municipal especializada em violência de gênero. Então, as mulheres também precisam refletir sobre esse apagamento da condição feminina, dos corpos femininos. Paralelo a isso, eu acho também que existe na cidade, um pouco até do que já falamos, essa concepção de que estruturalmente a cidade é de todos, e todos é muita coisa, e todos vira ninguém quando você não repensa o planejamento urbano para os vários segmentos sociais. Acho que o planejamento urbano e os estudos preliminares de projetos de urbanismo e de arquitetura não refletem no Brasil as dificuldades e deficiências dos locais. As cidades que a gente tem hoje são um reflexo do nosso não-debate. A gente investe em transportes públicos de massa que não transportam determinada classe social, a gente tem metrô, o VLT, quantos negros conseguem pagar transporte público no Brasil e no Rio de Janeiro, especificamente, que é um dos transportes mais caros e mais não-inteligentes? A plateia começa a rir e o riso é de nervoso! Do ponto de vista de segurança das mulheres, as estações de trem são recordistas no índice de estupro ou de assédio, porque a partir de determinado momento ou horário elas ficam totalmente escuras em um perímetro de 600 metros. São Paulo tem um estudo de planejamento super interessante sobre mobilidade incluindo as mulheres, e está provado que as mulheres andam muito mais a pé, porque levam seus filhos na escola, nos postos de saúde, e a cidade não está preparada para isso. Acho que não está no projeto, não está no planejamento porque existe uma lógica estrutural que é machista e que nega o debate. E se eu não tenho debate, eu não tenho o reflexo disso no projeto.</p><p><strong>Iazana Guizzo &#8211;</strong> Eu acho também que é uma combinação. Um fato que eu acho que é claro é: cidade vazia é cidade perigosa. Então, se a gente tem uma combinação social, machista, que leva à violência, se isso estiver vazio, vai ser perigoso.</p><p><strong>Andrea Dip &#8211; Ou com muitos homens, né? Porque as mulheres também falam isso, &#8220;eu não passo onde tem muito homem&#8221;.</strong></p><p><strong>Iazana Guizzo &#8211;</strong> Sim, já sou acuada, né? Então, esse desenho de cidade que é uma cidade que não tem gente, não tem circulação. Eu falo isso porque eu tive a oportunidade de fazer um doutorado-sanduíche na França e foi uma coisa que me chamou muito a atenção, que lá cidade vazia é cidade segura, mesmo em Paris. O meu corpo não aceitava isso porque eu já entrava em estado de alerta, exatamente isso que a gente viu no filme. Respondendo bem diretamente a sua pergunta: acho que, evidentemente, uma certa espacialidade tem a ver, mas combinada com um certo arranjo social, cultural de um território. Uma coisa é a gente ocupar a cidade que está aí, o que é quase como uma espécie de redução de danos à situação que a gente vive, que é de não poder ocupar essa cidade. Vamos dizer assim, uma cidade feita por um pensamento funcionalista, machista, autoritário, capitalista. O que é defender uma cidade das mulheres? O que é isso? O que seria um desenho produzido por uma outra lógica? Esse desafio, eu tenho pensado nele há um tempo, e me evoca muito a ideia de a gente pensar uma outra cosmovisão com isso. Quando o Eduardo Ribeiro de Castro vai falar de uma perspectiva ameríndia em relação a uma perspectiva eurocêntrica, e que ele vai dizer &#8220;O que é o rio? É uma entidade”. Nessas cidades em que a gente está vivendo são esgotos, começa por aí, como é que uma entidade vira esgoto? Porque eu acho que defender uma perspectiva feminina é defender uma perspectiva da terra. Das árvores, dos rios, de um certo modo de estar no mundo que não é um&#8230; o Eduardo vai falar isso em relação à perspectiva Yanomami, a diferença de enxergar a Terra como um ser vivo, que respira, em contraponto a um lugar de onde eu extraio materiais e deposito lixo tóxico.</p><p><strong>Andrea Dip &#8211; Vou aproveitar que você propõe isso e perguntar a mesma coisa para a Tainá: como seria uma cidade pensada para as mulheres?</strong></p><p><strong>Tainá de Paula &#8211;</strong> Em uma lógica utopista de cidade, que é tão importante para os urbanistas principalmente, a gente precisa fazer o exercício de ir na radicalidade do projeto para conseguir voltar no possível, e é um exercício que eu costumo fazer muito. Como lógica utopista de cidade, acho que a gente pode pensar cidades obviamente inclusivas e cidades que sejam, na sua gênese, fontes de transformações sociais, e que as pessoas consigam escolher, vivenciar e dividir as suas transformações, que isso seja um processo coletivo. Isso tem que ser feito de uma forma horizontal. Acho que o urbanismo africano vem ensinando muito isso, de como você usa matrizes culturais e matrizes sociais para pensar e refletir como eu ocupo esse território de uma forma que pode ser espontânea, em certa medida, mas que necessariamente escuta esse povo e essa forma de pensar e agir. Lá é muito comum a gente ter casas de parto junto com biblioteca, junto com escola, que é junto com unidade habitacional, esses espaços não podem ser tão pensados de forma funcional e distante. É fundamental ter uma cidade que não exclua isso, como é o caso das cidades brasileiras por exemplo, que investiu ao longo dos anos nessa lógica casa grande/senzala, e só substituiu para cidade satélite/centro altamente urbanizado e descaracterizado da sua potência original de subúrbio, cidades do interior, de cidade periurbana, que nos afasta de uma lógica de agricultura familiar, que nos afastou de uma lógica de tempo maior com a família. A gente precisa pensar em como essa nova urbanidade, essa nova forma de ocupação acabou nos distanciando do que é esse ser brasileiro, que é o sujeito que plantava mandioca no seu quintal em Quintino e agora não planta mais porque vendeu metade do lote ou criou-se um prédio no lugar daquele lote maravilhoso que ele tinha. E não só a classe média, mas os pobres tiveram muito impacto nessa mudança, nessa transformação da forma de moradia e como se alimenta, como vive, como se relaciona. A gente está no Rio de Janeiro, onde a Rocinha tem esse nome porque concretamente as pessoas tinham roçados nos seus lotes. Eu acredito muito nesse retorno não dessa imagem lúdica, perdida ou dessa caricatura desse viver brasileiro, mas em uma outra possibilidade, em outra forma de vida mais espaçada, que possibilite, por exemplo, crianças conseguirem ter acesso a ensino integral que funcione como um CEU, que permita um outro ritmo e outro acesso a várias culturas e a sua própria cultura, que permita que eu tenha hortas orgânicas internas nesse lote. Eu acredito que a estrutura urbana tem que ser injetada de lembretes e marcadores de uma vida possível. E a gente precisa começar a pensar esses espaços como potencial de transformação. E nessa estrutura capitalista do carro, que a Iazana colocou muito bem, que exclui homens, mulheres, crianças, todo mundo, a gente precisa criar os espaços de respiro que sejam verdes ou que sejam espaços coletivos.</p> <figure id=\"attachment_48104\" aria-describedby=\"figcaption_attachment_48104\" class=\"wp-caption alignnone\" itemscope itemtype=\"http://schema.org/ImageObject\"><div class=\"imageAndSource\"><div class='inline-image-source image-source p-1 text-right'>Reprodução Youtube</div><img itemprop=\"contentURL\" class=\"wp-image-48104 size-full\" src=\"https://apublica.org/wp-content/uploads/2018/06/Print-1.jpg\" alt=\"\" width=\"800\" height=\"450\" /></div><figcaption id=\"figcaption_attachment_48104\" class=\"wp-caption-text caption\" itemprop=\"description\">Andrea Dip, Iazana Guizzo e Tainá de Paula conversaram sobre como o o medo de assédio e violência de gênero influenciam a forma que as mulheres ocupam a cidade</figcaption></figure><p><strong>Andrea Dip – Voltando um pouco, como vocês acham que essa violência de gênero, com todas as suas interseccionalidades, se imprime nos nossos afetos, como ela se imprime na forma como a gente se relaciona com a cidade, de forma subjetiva?</strong></p><p><strong>Iazana Guizzo &#8211;</strong> Eu acho que o nosso corpo é produzido. Não há uma naturalidade, não somos naturais. Eu aposto em uma produção de subjetividade. Então todas as nossas práticas, os encontros ao longo da existência vão produzindo um certo modo de estar no mundo, uma certa maneira de sentir, de ver, de viver, de pensar, nada disso nasceu com a gente de fato. Há perspectivas que pensam isso, eu não penso, e a beleza de pensar assim é que a gente pode mudar, não há algo determinado, fechado em si. Então, nesse sentido, a produção do corpo da mulher é absolutamente tomada por machismo desde o início. se a gente começa a cavoucar, e acho que esse levante feminista está super forte, e a gente começa a conversar sobre isso, e a gente começa a pensar uma série de acordos tácitos que vão fazer com que nós mesmas nos causemos alguma espécie de repressão sem que isso precise ser dito. Você pega um relacionamento entre homem e mulher, por exemplo. Uma série de condutas que você toma sem ninguém ter te pedido para tomar, mas é adequado, é correto, é visto com bons olhos, é uma produção da sua família, é uma produção do bairro, é uma produção da novela, é uma produção do cinema, está em todo lugar. Como a gente vem disputando a cidade, quando você transgride algum desses acordos tácitos é que você percebe que ele é um acordo tácito. Nessa ocupação, nessa disputa pelo seu corpo, &#8220;meu corpo, minhas regras&#8221;, você vai, então, se defrontar com isso. Acho que a Tainá que sabe esses dados mas o Brasil é um dos países mais machistas do mundo, e a violência contra a mulher está muito longe de ser só de chegar às vias de fato, de chegar a ser estuprada, por exemplo. A violência está em não poder existir, não poder ocupar os lugares, ou quando pode ocupar, tem que ocupar na lógica masculina. Se eu sou arquiteta, eu sou arquiteta do concreto, eu uso roupas pretas, roupas específicas, sigo a linha de uma determinada arquitetura que garanta que as coisas reconheçam &#8220;ah, ela com certeza é arquiteta&#8221;. Mas vai você experimentar um modo singular de fazer as coisas. Porque eu acho que, quando a gente se coloca como minoria, e aí em um sentido deleuziano de se colocar contra o hegemônico, o menor é o que não está dado, é o que não é o modelo hegemônico, é o contra-hegemônico, só te resta a experimentação, e a experimentação vai sempre ser, de alguma maneira, desconfiada, errada. Dua mulheres andando na rua de mão dada, mulher saindo de maiô no Carnaval, que absurdo!</p><p><strong>Andrea Dip &#8211; Mulher andando sozinha à noite. Você só precisa estar ali, seu corpo ali à noite já é errado, já é estranho.</strong></p><p><strong>Iazana Guizzo &#8211;</strong> E aí o bonito é que a cada coisinha dessa que a gente faz, a gente disputa a cidade. É uma disputa, é uma resistência é é o instaurar de um outro modus operandi ali na cidade. Por isso que é tão importante esse levante, tão importante a gente se encontrar, tão importante a gente de fato instaurar outras práticas. A disputa pela bicicleta na cidade também tem a ver com isso, entre outras coisas.</p><p><strong>Pública &#8211; Vocês acham que esse medo é consequência de uma sociedade patriarcal, consequência de uma misoginia, no sentido de &#8220;por ser assim, estamos com medo&#8221; ou vocês acham que isso é uma ferramenta de dominação? Que isso não acontece por acaso e não é por acaso que a gente tem medo de andar na rua, que mandam a gente para casa, que não ocupamos os espaços que achamos que deveríamos ocupar. Vocês acham que isso é uma consequência dessa misoginia ou que isso é uma ferramenta de dominação de fato?</strong></p><p><strong>Tainá de Paula &#8211;</strong> De novo, acho que são as duas coisas, mas acho que esse modelo da dominação está diretamente ligado à opressão e à lógica machista de pensar esse corpo feminino. E aí, falando também do meu lugar de feminista marxista, e achando que a grande sacada do capitalismo é transformar o corpo da mulher em mercadoria em determinado ponto, em certa medida, seja ela passada através de um dote, seja ela sendo valorizada pela existência ou não de um hímen, seja ela sendo valorizada a partir de uma pele diáfana, pelas formas como ela se sociabiliza, se estão próximas de uma certa cultura eurocêntrica, e aí na lógica de aproximação de uma teoria branca, eurocêntrica, indo no gráfico, uma mulher negra pós-escrava, está na base dessa pirâmide de ranking entre mulheres, e a lógica de ranqueamento de corpos é uma lógica extremamente machista porque homens não passam por esse ranqueamento, na lógica capitalista todos estão em pé de igualdade, na lógica meritocrática, porque a gente sabe também que não existe esse igualdade entre os corpos de homens também. Algumas feministas colocam esse debate de que homens também passam por essa lógica patriarcal, esse marcador. Eu não chego a tanto, mas concordo que existe um debate a ser feito em relação ao corpo masculino também, e é um debate que eu faço por exemplo em relação aos corpos de homens negros, à luz do hiperencarceramento, genocídio da população e principalmente dos jovens negros. Mas voltando às mulheres, acho que esse isolamento das mulheres na categoria &#8220;mercadoria&#8221; fez com que, concretamente, isso fosse reproduzido na sociedade como objetificação. E aí, pegando esse objeto que ganha valor maior ou menor do ponto de vista financeiro, de potencial econômico que pode ser extraído naquela mercadoria, as mulheres se acostumaram consciente e inconscientemente a se tratar e se autorreferenciar na sociedade como objeto. Então a cultura da estética, a cultura do ranqueamento entre mulheres, isso tudo na verdade são subitens, sub-caixinhas nessa lógica capitalista de pensar os corpos. Eu sou uma feminista anticapitalista por essência, nosso gargalo central está aí. Por isso que em determinados momentos, quando eu vejo o feminismo caminhando para uma lógica muito liberal de pensar a individualidade, eu me incomodo muito. É claro que também não devemos perder de vista a garantia da identidade, e aí eu falo também do meu lugar de fala de mulher negra, vejo também que foi muito importante o feminismo negro pensar esses corpos individualmente e pensar a sua própria identidade. A gente precisa, no campo do mulherio preto, pensar nessa nova estética, que foi uma estética negada e que a gente tem que dar conta e dizer &#8220;não vamos questionar o tombamento da Karol Conká, deixa ela ser rica e poderosa porque é o que temos&#8221;. Se a gente for começar a criticar esse tipo de individualidade, a gente também precisa discutir antes por que é que essa individualidade foi negada, um pouco por aí. Por que é que esse corpo perdeu importância e agora ele exige uma importância, que é um pouco esse marcador que a gente precisa entender também. Mas acho que estamos em um momento, e eu tenho muita dificuldade de falar aqui “a culpa é da Primavera” porque as feministas históricas ficam uma arara comigo, mas a gente está em um momento que ainda é uma grande &#8220;ondona&#8221; da Primavera, a gente não pode deixar de falar sobre isso. A minha saída do armário está muito marcada na Primavera. Eu sempre fiz um namoro com o movimento de mulheres, principalmente as mulheres negras, mas é a partir da onda da Primavera que eu vejo, não só eu, mas várias outras mulheres se reivindicando mulheres feministas, no meu caso, mulheres feministas negras interseccionais. Acho que o clique é muito latente nessa época, e no Brasil não é diferente. E acho que a gente tem que surfar literalmente nessa onda para transformar esse novo comum, de a mulher não se entender, não querer se garantir como mercadoria.</p><p><strong>Maria Bia &#8211; Onde é que entra, na visão de vocês, o direito das pessoas em situação de rua? E, dentro desse quadro, o direito das mulheres e crianças que vivem em situação de rua?</strong></p><p><strong>Pablo &#8211;</strong> <strong>Tenho uma professora que veio da República Tcheca que fala que, ao vir para o Rio, teve que aprender a ter medo da cidade, que lá ela não tinha medo da cidade. Mas, ao mesmo tempo, trata-se de um país do Leste Europeu tremendamente conservador e com um problema sério de tráfico humano e violência doméstica, o que leva o Brasil a ter a peculiaridade do assédio na rua como uma coisa muito forte na questão da misoginia. A demonstração da misoginia se dá pelo assédio, enquanto outros não são necessariamente assim, mas também são conservadores.</strong></p><p><strong>Iazana Guizzo &#8211;</strong> Se a gente tivesse uma cidade mais democrática, uma cidade minimamente estruturada, a gente não teria tanto esse modo de morar que, por um lado, nas condições em que a gente está, vive muita opressão, todos nós convivemos com isso. É gritante o aumento da população de rua no rio. E demonstra muito que isso não é uma questão só de opção, mas também pode vir a ser. E aí, acho que é essa a sua pergunta, a possibilidade de dar diferença em qualquer radicalidade desde que ela não seja fascista, se não vira um relativismo fascista, que também é um perigo. Mas uma garantia de que é possível habitar a cidade de muitas maneiras, inclusive questionando a cidade, o que eu acho que também tem nesse modo de morar, e que não é de hoje. A Grécia Clássica tinha essas figuras já para questionar. E aí, esse debate entra como por exemplo outros debates que trazem um pouco isso, que é a luta antimanicomial, por exemplo, que vai dizer assim &#8220;nos interessam diversos modos de viver, não só porque &#8216;ah, que legal, a gente não vai prender as pessoas que são diferentes'&#8221;, o que seria o mínimo, mas porque esses modos de vida singulares nos interrogam, nos colocam questões, nos deslocam desses modos absolutamente automáticos de viver. Então a diferença nos interessa enquanto cidade, quanto mais diferença, mais produção de criação, de liberdade, de existência.</p><p><strong>Tainá de Paula &#8211;</strong> Acho exatamente isso, e acho que o Estado precisa ser, falando claramente, aparelhado para lidar com as diferenças e as multiplicidades. Se a gente pega estados liberais, e aí falando de Estados Unidos de novo, a população de rua norte-americana, tem um trabalho de assistência social muito bem estabelecido que lida com essa diversidade. Existem hotéis públicos, abrigos públicos, modelos de praça-abrigo. Existem outras formas de você lidar com a população de rua que não o aprisionamento, que não a locomoção para outro município, que é uma prática fascista clássica do Rio de Janeiro especificamente. E São Paulo agora com o Dória, meus pêsames. Internação compulsória, criminalização automática, esterilização compulsória, incêndio, enfim. Existem práticas concretas, estabelecidas, e outras veladas, que são automaticamente inseridas nesse estado enlouquecido, fascista que a gente tem hoje. Acho que a gente precisa ampliar o debate, pegando o gancho também da população de rua, de como essas formas não estão visibilizadas porque nós não fazemos o debate do tema. Não existe lá grandes comoções quando mendigos são removidos, por exemplo. Pelo contrário, as pessoas ligam para que os seus mendigos, a população de rua seja removida dos bairros. Eles são alocados para outro bairro, para outra cidade. Precisa estabelecer também a discussão coletiva desse modelo do Estado, e aí pegando o gancho de quem falou de como esse Estado dialoga, como esse Estado atua, ou quais políticas públicas esse Estado deveria tomar. O Estado, gente, infelizmente é o reflexo de como a sociedade se estabelece e se comporta. Se temos uma sociedade racista, automaticamente esse Estado será racista. Se temos um Estado fascista e conservador, automaticamente esse Estado será fascista e conservador. Existe uma ocupação da elite burguesa escravagista, homofóbica e racista? Existe. Mas existe também o período curto, mas existente e democrático nesse país, e já vimos, estamos vendo que é através do voto, o pior da nossa sociedade foi catapultado para esse lugar da institucionalidade.</p><p><strong>Andrea Dip &#8211; Inclusive o Congresso mais conservador&#8230;</strong></p><p><strong>Tainá de Paula &#8211;</strong> &#8230; visto antes na história desse país. É importante a gente falar sobre isso porque se, de fato, existe a máquina econômica que gera quadros e faz com que esses quadros ocupem os espaços de representação, existe um não incômodo social sobre esses quadros. Ninguém sai pedindo a cassação do Bolsonaro, por exemplo. Nenhum petição pública, nenhuma comoção, no seio da sociedade, discutiu a atuação do Bolsonaro nos últimos quatro anos de Congresso. Ao contrário, ele tem um índice considerável de votantes e ainda não está em campanha eleitoral. É só a imagem dele que está sendo projetada e, infelizmente, as aberrações que ele fala. A gente precisa discutir com a sociedade, existe uma tarefa social a ser feita, e o conservadorismo está encontrando brechas e formas de se consolidar. No meu ativismo feminista eu acompanhei, no último ano, as aprovações dos planos municipais e estaduais de Educação, na rede feminista nacional. E saibam vocês que em 86% dos municípios que estruturam o estado do Brasil a palavra &#8220;gênero&#8221; foi retirada dos planos municipais de educação, inclusive nas casas legislativas do Rio de Janeiro. É importante a gente falar sobre isso. O plano municipal da cidade do Rio de Janeiro tem frases do tipo &#8220;gênero alimentício nas escolas&#8221;, e a frase ficou &#8220;alimentício nas escolas&#8221;, porque a assessoria da base legislativa conservadora sentou no computador, deu um &#8220;find&#8221;, &#8220;excluir&#8221; todo o conteúdo da palavra &#8220;gênero&#8221;. A gente precisa discutir no seio da nossa sociedade, nessa estrutura que a gente tem, o que está acontecendo. Porque isso só foi possível porque, de certa forma, a sociedade não discute gênero, então tudo bem tirar essa palavra&#8217;. Mas é essa palavra que gera e possibilita a discussão de violência sexual, a discussão de violência de gênero, a discussão da violência doméstica, a discussão das assimetrias de gênero e todas as identidades. Ou eu não posso falar sobre identidade nas escolas? Não, não posso. E acho que só através de um acesso ao sistema de educação e ao sistema de formação cultural para esse país é que a gente vai conseguir, na base estrutural, conseguir fazer essas modificações. Eu não sei como uma rede educacional que está construída dessa forma, atrelada a uma PEC do Teto que congela durante 20 anos investimento em saúde e educação vai construir as mentes pensantes desse país. Eu tenho muito medo.</p><p><strong>Andrea Dip &#8211; Isso sem nem entrar nos projetos de Escola Sem Partido.</strong></p><p><strong>Iazana Guizzo &#8211;</strong> Sem nem entrar no Ensino Superior também.</p><p><strong>Tainá de Paula &#8211;</strong> Sim. Então, eu acho que o caso é grave. A gente pode até ter uma onda feminista que a gente tem que surfar horrores nessa onda e transformá-la em um maremoto, mas o ataque ao modelo contrário, o backlash disso é enorme, e a gente está longe de se organizar como, por exemplo, as argentinas se organizaram nesta semana. Dois milhões de mulheres na rua em um frio de cinco graus.</p><p><strong>Andrea Dip &#8211; Passaram a noite.</strong></p><p><strong>Tainá de Paula &#8211;</strong> Sim, 24 horas. Isso é estrutura social, mobilização social, e muita discussão coletiva sobre os temas. Acho que essas microrrevoluções só acontecem com grandes mobilizações sociais.</p><p><iframe width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/TlzROTM5-4M?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></p> ]]></content:encoded> <wfw:commentRss>https://apublica.org/2018/06/mulheres-e-o-direito-a-cidade/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Afif usa dado falso e número sem contexto sobre empresas</title><link>https://apublica.org/2018/06/truco-afif-usa-dado-falso-e-numero-sem-contexto-sobre-empresas/</link> <comments>https://apublica.org/2018/06/truco-afif-usa-dado-falso-e-numero-sem-contexto-sobre-empresas/#respond</comments> <pubDate>Thu, 21 Jun 2018 15:29:41 +0000</pubDate> <dc:creator><![CDATA[Ethel Rudnitzki]]></dc:creator> <category><![CDATA[Português]]></category> <category><![CDATA[checagem]]></category> <category><![CDATA[fact-checking]]></category> <category><![CDATA[PSD]]></category> <category><![CDATA[trabalho infantil]]></category> <category><![CDATA[Truco]]></category> <category><![CDATA[Truco Eleições 2018]]></category><guid isPermaLink=\"false\">http://apublica.org/?post_type=claim_review&#038;p=47966</guid> <description><![CDATA[Ex-presidente do Sebrae também erra número de imóveis da União com particulares e acerta falta de lei de aprendizado para micro e pequenas empresas\n]]></description> <content:encoded><![CDATA[<figure id=\"attachment_47965\" aria-describedby=\"figcaption_attachment_47965\" class=\"wp-caption aligncenter\" itemscope itemtype=\"http://schema.org/ImageObject\"><div class=\"imageAndSource\"><div class='inline-image-source image-source p-1 text-right'>Antônio Cruz/Agência Brasil</div><img itemprop=\"contentURL\" class=\"wp-image-47965 size-full\" src=\"https://apublica.org/wp-content/uploads/2018/06/16501048262_505caa297f_z.jpg\" alt=\"\" width=\"640\" height=\"449\" /></div><figcaption id=\"figcaption_attachment_47965\" class=\"wp-caption-text caption\" itemprop=\"description\">Vice-governador do estado de São Paulo de 2011 a 2014, Afif defende a valorização de micro e pequenas empresas</figcaption></figure><p><span style=\"font-weight: 400\">Guilherme Afif Domingos (PSD) licenciou-se da presidência do Serviço Brasileiro de Apoio às Micro e Pequenas Empresas (Sebrae),</span><a href=\"https://g1.globo.com/politica/noticia/afif-domingos-anuncia-licenca-do-sebrae-para-tentar-ser-candidato-do-psd-a-presidencia-da-republica.ghtml\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">em 6 de junho, para concorrer ao Palácio do Planalto</span></a><span style=\"font-weight: 400\">. Sua nomeação ainda precisa ser aprovada na convenção do partido. Não é a primeira vez que Afif concorre à Presidência. Em 1989, foi candidato pelo PL (que virou PR, depois de se fundir com o PRONA), legenda que ajudou a fundar em 1985 e pela qual se elegeu deputado constituinte, em 1986. Antes disso, o presidenciável havia passado pelo PDS, de 1981 a 1985. Em 1990, migrou para o PFL (atual DEM), onde ficou até 2011, quando participou da fundação do PSD.</span></p><p><span style=\"font-weight: 400\">Foi vice-governador de São Paulo na chapa de Geraldo Alckmin (PSDB), de 2011 a 2014. Entre 2013 e 2015, ocupou o cargo de ministro-chefe da Secretaria da Micro e Pequena Empresa no governo Dilma Rousseff (PT). Durante toda sua carreira, defendeu os micro e pequenos empresários, levantando bandeiras como a diminuição de impostos e da burocracia e a distribuição de incentivos fiscais.</span></p><p><span style=\"font-weight: 400\">Como pré-candidato, Afif participou de um </span><a href=\"https://www.youtube.com/watch?v=UModZQr9E00&amp;t=2s\" target=\"_blank\" rel=\"noopener\"><span style=\"font-weight: 400\">debate promovido pela Confederação Nacional de Municípios no dia 23 de maio</span></a><span style=\"font-weight: 400\">. O</span><a href=\"https://apublica.org/checagem/\" target=\"_blank\" rel=\"noopener\"> <b>Truco</b></a><span style=\"font-weight: 400\"> – projeto de fact-checking da</span><a href=\"https://apublica.org/\" target=\"_blank\" rel=\"noopener\"> <b>Agência Pública</b></a><span style=\"font-weight: 400\">, que</span><a href=\"https://apublica.org/tag/truco-eleicoes-2018/\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">vem analisando o discurso dos presidenciáveis</span></a><span style=\"font-weight: 400\"> – verificou cinco de suas falas na ocasião. A assessoria de imprensa do pré-candidato foi questionada sobre as fontes das informações usadas e respondeu dentro do prazo estabelecido. Afif é o 14º presidenciável checado pelo </span><b>Truco</b><span style=\"font-weight: 400\">.</span></p><p><b>Leia mais:</b></p><p><a href=\"https://apublica.org/2018/06/truco-rodrigo-maia-usa-dados-sem-contexto-sobre-educacao/\" target=\"_blank\" rel=\"noopener\"><b>Rodrigo Maia usa dados sem contexto sobre educação</b></a></p><p><a href=\"https://apublica.org/2018/06/truco-aldo-rebelo-usa-dados-falsos-sobre-golpe-de-64-copa-e-amazonia/\" target=\"_blank\" rel=\"noopener\"><b>Aldo Rebelo usa dados falsos sobre golpe de 64, Copa e Amazônia</b></a></p><p><a href=\"https://apublica.org/2018/05/truco-manuela-davila-erra-dados-sobre-seguranca-publica/\" target=\"_blank\" rel=\"noopener\"><b>Manuela D’Ávila erra dados sobre segurança pública</b></a></p><p>&nbsp;</p><hr /><p><b><a id=\"frase1\"></a>“Se tiver 200 a 300 municípios no Brasil que tenham médias e grandes empresas é muito. Mas em todos os municípios brasileiros estão lá as micro e pequenas empresas.”</b></p><p><span style=\"font-weight: 400\"><img class=\"size-full wp-image-30306 alignleft\" src=\"https://apublica.org/wp-content/uploads/2017/05/falso-400.jpg\" alt=\"Falso\" width=\"400\" height=\"400\" />Afif subestimou a quantidade de municípios brasileiros que possuem grandes e médias empresas e ainda superestimou a quantidade dos que contam com pequenas empresas. As grandes empresas estão presentes em 1.721 municípios (30% do total), as médias em 3.847 e 1.655 municípios possuem empresas grandes e médias ao mesmo tempo. Além disso, existem 108 municípios que não possuem empresas de pequeno porte. Somente as microempresas estão presentes em todos. Portanto, é incorreto dizer que as micro e pequenas empresas estão em todos os municípios brasileiros, como alega Afif. A frase é falsa. </span></p><p><span style=\"font-weight: 400\">De acordo com o</span><a href=\"http://www.planalto.gov.br/ccivil_03/Leis/lcp/lcp123.htm\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">Estatuto Nacional da Microempresa e da Empresa de Pequeno Porte</span></a><span style=\"font-weight: 400\"> (Lei Complementar nº 123/2006), são consideradas microempresas aquelas com receita bruta até R$ 360 mil. Entre R$ 360 mil e R$ 4,8 milhões, são empresas de pequeno porte. Acima de R$ 4,8 milhões, são classificadas como empresas de médio e grande porte. Para o Banco Nacional de Desenvolvimento Econômico e Social (BNDES),</span><a href=\"https://www.bndes.gov.br/wps/portal/site/home/financiamento/guia/quem-pode-ser-cliente/\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">as médias empresas são aquelas com receita bruta anual maior que R$ 4,8 milhões e menor ou igual a R$ 300 milhões, e as grandes têm o faturamento anual maior que R$ 300 milhões</span></a><span style=\"font-weight: 400\">.</span></p><p><span style=\"font-weight: 400\">O DataSebrae é o único órgão que possui dados da distribuição de empresas por porte nos municípios, levando em conta o faturamento anual. Diferentemente do que diz a lei federal, o órgão</span><a href=\"http://datasebrae.com.br/o-datasebrae/perguntas-frequentes/\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">considera como empresas de pequeno porte aquelas com até R$ 3,6 milhões de faturamento anual</span></a><span style=\"font-weight: 400\">. O IBGE só possui dados de empresas segundo seu número de funcionários e não as classifica quanto ao porte.</span><!-- alsoRead --></p><p><span style=\"font-weight: 400\">O</span><a href=\"https://cidades.ibge.gov.br/brasil/panorama\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">Brasil possui 5.570 municípios</span></a><span style=\"font-weight: 400\">, segundo dados do IBGE. Desses, de acordo com o</span><a href=\"http://sistema.datasebrae.com.br/sites/novo_datasebrae/#Empresas_Total-de-empresas_Mapa\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">DataSebrae</span></a><span style=\"font-weight: 400\">, 3.913 possuem médias ou grandes empresas – número bastante superior ao citado por Afif. As grandes empresas estão presentes em 1.721 municípios e as médias, em 3.847. Já os municípios que abrigam, ao mesmo tempo, empresas médias e grandes, são 1.655. Os dados foram calculados a partir do levantamento do Sebrae de 2014, último disponível.</span></p><p><span style=\"font-weight: 400\">No que diz respeito às micro e pequenas empresas, as primeiras realmente estão presentes em todos os municípios, segundo o órgão. No entanto, as pequenas, com faturamento entre R$ 360 mil e R$ 4,8 milhões, estão em apenas 5.462 deles – em 108 municípios brasileiros não há pequenas empresas.</span></p><p><span style=\"font-weight: 400\">Questionada, a assessoria de imprensa do pré-candidato argumentou que com a frase, Afif quis “ilustrar a extrema concentração econômica brasileira”, não dizer literalmente que apenas entre 200 e 300 municípios possuem médias e grandes empresas concomitantemente. Para isso, eles utilizam dados do IBGE que dizem que</span><a href=\"https://agenciadenoticias.ibge.gov.br/agencia-noticias/2013-agencia-de-noticias/releases/18785-pib-dos-municipios-2015-capitais-perdem-participacao-no-pib-do-pais.html\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">25 municípios concentram 37,7% de participação no PIB</span></a><span style=\"font-weight: 400\">. Os outros 5.545 repartem os 62,3% restantes.</span></p><p><span style=\"font-weight: 400\">A assessoria também citou dados do Anuário do Trabalho nos Pequenos Negócios 2016, realizado pelo Sebrae em parceria com o Dieese. O documento determina o porte de empresas a partir do número de funcionários e utiliza dados do IBGE para determinar a quantidade de empresas. Conclui que os municípios com mais de 100 mil habitantes concentram 80,8% das grandes e médias empresas. Ou seja, ainda sobra 19,2% de empresas deste porte espalhadas por outros municípios.</span></p><p>Ao ser informada da classificação da checagem, a equipe de Afif destacou que o primeiro trecho não seria propriamente uma afirmação por conta do uso da expressão &#8220;se tiver&#8221; e que a frase abordava a desigualdade econômica brasileira. &#8220;Salientando que em 316 municípios (acima de 100 mil habitantes) temos 80,8% da médias e grandes empresas segundo o Anuário do Trabalho nos Pequenos Negócios 2016 (Sebrae – Dieese; 2017)&#8221;, afirma.</p><p><b><a id=\"frase2\"></a>“O crédito não chega: 84% das micro e pequenas empresas não veem a cor do crédito.”</b></p><p><span style=\"font-weight: 400\"><img class=\"size-full wp-image-30745 alignleft\" src=\"https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400.jpg\" alt=\"Sem contexto\" width=\"400\" height=\"400\" srcset=\"https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400.jpg 400w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-150x150.jpg 150w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-300x300.jpg 300w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-240x240.jpg 240w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-32x32.jpg 32w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-50x50.jpg 50w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-64x64.jpg 64w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-96x96.jpg 96w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-128x128.jpg 128w\" sizes=\"(max-width: 400px) 100vw, 400px\" />A afirmação do pré-candidato traz um dado verdadeiro, mas falta contexto indispensável à compreensão do tema. É verdade que 84% das micro e pequenas empresas não viram &#8220;a cor do crédito&#8221; no ano passado, como alega Afif. No entanto, isso ocorreu porque essas empresas não tentaram conseguir empréstimos – apenas 16% das empresas desse porte tentaram obter crédito. Além disso, faltou dizer que o número só vale para os empréstimos concedidos em 2017. A mesma pesquisa mostra que 51% das empresas de micro ou pequeno porte já utilizaram linhas de crédito antes, ou seja, já obtiveram empréstimos anteriormente. Por isso, a afirmação foi considerada sem contexto.</span></p><p><span style=\"font-weight: 400\">A fonte do dado citado por Afif é o estudo</span><a href=\"http://datasebrae.com.br/wp-content/uploads/2017/09/Relat%C3%B3rio-Especial-O-Financiamento-das-MPE-no-Brasil-2017_FINAL.pdf\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">O Financiamento das Micro e Pequenas Empresas no Brasil</span></a><span style=\"font-weight: 400\">, realizado pelo Sebrae em 2017. A pesquisa mostra que 84% das micro e pequenas empresas não pegaram empréstimos em 2017. Segundo o estudo, isso aconteceu porque elas não tentaram, não porque o crédito foi negado. Dentro do grupo que não tentou, 39% disseram não precisar de empréstimo, 16% não gostam de empréstimo, 15% não confiam na política econômica, 11% não conseguiriam pagar e 6% não gostam de pagar juros altos. Portanto, as principais razões das micro e pequenas empresas não solicitarem crédito, no ano de 2017, foram a falta de interesse ou de necessidade.</span></p><p><span style=\"font-weight: 400\">Além disso, somente 49% dos micro e pequenos empresários afirmam nunca ter solicitado crédito pela empresa e 51% já o fizeram, segundo a mesma pesquisa do Sebrae. Desses últimos, apenas 16% deles já tiveram o pedido de crédito negado alguma vez. Entre 2013 e 2017, 36% das micro e pequenas empresas tomou ou manteve empréstimo em algum momento.</span></p><p><span style=\"font-weight: 400\">Outra</span><a href=\"https://www.spcbrasil.org.br/pesquisas/pesquisa/2826\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">pesquisa, realizada pelo Serviço de Proteção ao Crédito (SPC) em junho de 2017, reforça a falta de interesse dos micro e pequenos empresários em contratar crédito</span></a><span style=\"font-weight: 400\">. O estudo foi feito com base no Indicador de Demanda por Crédito do Micro e Pequeno Empresário de Varejo e Serviços, que leva em conta 800 empreendimentos com até 49 funcionários nas 27 unidades da Federação, e mostrou recuo na demanda por crédito – 85% das micro e pequenas empresas disseram não querer empréstimos nos três meses seguintes à pesquisa. Apenas 6% delas declararam interesse. Entre as que não tinham interesse, 39% disseram conseguir se manter com recursos próprios e 28% justificaram a decisão devido às altas taxas de juros. No que diz respeito às dificuldades de conseguir empréstimos, o estudo do SPC diz que 37% dos empresários consideram contratar crédito algo difícil.</span></p><p><span style=\"font-weight: 400\">Procurada pelo </span><b>Truco</b><span style=\"font-weight: 400\">, a equipe do pré-candidato confirmou que a fonte do dado é o relatório O Financiamento das Micro e Pequenas Empresas no Brasil, mas destacou outro dado da pesquisa, que fala sobre a percepção de dificuldade do crédito, e não sobre a utilização de crédito. “Só 16% dos pequenos negócios tentaram empréstimos novos nesse ano e a maioria (82%) enfrentou dificuldades para sua obtenção, sendo os juros altos (48%) e a falta de garantias (20%) as principais. Disso resulta a citação de que 84% não tem acesso”, explicou a assessoria. No entanto, alegar dificuldades de obter crédito não quer dizer que as solicitantes tiveram os empréstimos negados, como mostram números da própria pesquisa.</span></p><p>A assessoria de imprensa do pré-candidato disse, depois de atribuído o selo à frase, que o contexto da fala foi em relação à burocracia que as pequenas empresas têm que superar para conseguir os empréstimos. &#8220;Muitas não tentaram conseguir empréstimos porque muitas delas nem possuem quadros técnicos para superar essa burocracia. Portanto, a fala foi em relação a importância da desburocratização&#8221;, diz.</p><p><b><a id=\"frase3\"></a>“Na Constituinte nós colocamos que é proibido todo e qualquer trabalho de menores de 14 anos. Aí a turma resolveu e mudou, não é 14, é proibido todo e qualquer trabalho para menores de 16 anos, com exceção do aprendiz a partir dos 14 anos. E fizeram uma lei de aprendizado só para as grandes empresas, que representam 2% do universo das empresas. E nós esquecemos de fazer uma lei de aprendizado para 98% das empresas, que são as micro e pequenas empresas.”</b></p><p><span style=\"font-weight: 400\"><img class=\"size-full wp-image-30361 alignleft\" src=\"https://apublica.org/wp-content/uploads/2017/05/verdadeiro-400.jpg\" alt=\"Verdadeiro\" width=\"400\" height=\"400\" />Não existe uma lei de aprendizagem específica para as micro e pequenas empresas no Brasil. A afirmação de Afif é verdadeira. A assessoria de imprensa do presidenciável informou que retirou as informações da Constituição Federal, do Manual da Aprendizagem de 2009 do Ministério do Trabalho e do Boletim do Sebrae de dezembro de 2017.</span></p><p><span style=\"font-weight: 400\">No artigo 121 da</span><a href=\"http://www.planalto.gov.br/ccivil_03/constituicao/constituicao34.htm\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">Constituição Federal de 1934</span></a><span style=\"font-weight: 400\"> foi proibido o trabalho para menores de 14 anos, o trabalho noturno foi permitido para maiores de 16 anos e o emprego em indústrias insalubres foi negado para menores de 18 anos e mulheres. Na</span><a href=\"http://www.planalto.gov.br/ccivil_03/constituicao/constituicao67.htm\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">Constituição de 1967</span></a><span style=\"font-weight: 400\">, a idade mínima diminuiu para 12 anos. Na Constituição Federal de 1988, voltou a restrição a menores de 14 anos, e uma emenda constitucional de 1998 elevou a faixa etária para 16 anos. Ou seja, atualmente,</span><a href=\"http://www.planalto.gov.br/ccivil_03/Decreto-Lei/Del5452.htm#art403.\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">é</span> <span style=\"font-weight: 400\">negado qualquer emprego a menores de 16 anos de idade, exceto na condição de aprendiz, a partir dos 14 anos</span></a><span style=\"font-weight: 400\">, de acordo com o artigo 403 da Consolidação das Leis do Trabalho (CLT).</span></p><p><span style=\"font-weight: 400\">O Estatuto da Criança e do Adolescente (ECA) e a CLT regulamentam as condições e os direitos dos jovens e das empresas contratantes. De acordo com o artigo</span><a href=\"http://www.planalto.gov.br/ccivil_03/Decreto-Lei/Del5452.htm#art429.\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">429 da CLT</span></a><span style=\"font-weight: 400\">, os estabelecimentos de qualquer natureza, que tenham pelo menos 7 empregados, são obrigados a empregar o número de aprendizes equivalente a partir de 5% a 15% dos trabalhadores existentes em cada estabelecimento, cujas funções demandem formação profissional.</span></p><p><span style=\"font-weight: 400\">Contudo,</span><a href=\"http://www.planalto.gov.br/ccivil_03/_ato2004-2006/2005/decreto/d5598.htm\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">é facultativa a contratação de aprendizes pelas microempresas, empresas de pequeno porte</span></a><span style=\"font-weight: 400\"> (inclusive as que integram o Sistema Integrado de Pagamento de Impostos e Contribuições, denominado como “Simples”) e entidades sem fins lucrativos que tenham por objetivo a educação profissional. E, quando ocorrer a contratação por parte delas, deverão seguir as mesmas leis de aprendizagem que as outras empresas – com exceção da obrigação de matricular seus aprendizes nos cursos dos Serviços Nacionais de Aprendizagem, segundo o</span><a href=\"http://bd.camara.gov.br/bd/bitstream/handle/bdcamara/783/estatuto_microempresa_3ed.pdf?sequence=1\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">Estatuto Nacional da Microempresa e da Empresa de Pequeno Porte</span></a><span style=\"font-weight: 400\">.</span></p><p><span style=\"font-weight: 400\">Quanto ao total de pequenos negócios no Brasil, a assessoria de imprensa de Afif encaminhou o Boletim do Sebrae de dezembro de 2017, que constata que, em 2015,</span><a href=\"https://m.sebrae.com.br/Sebrae/Portal%20Sebrae/Anexos/7836.pdf\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">98,5% das empresas privadas no país eram de pequeno porte (EPP), microempresas (ME) e de microempreendedores individuais (MEI),</span></a><span style=\"font-weight: 400\"> mas não especifica a porcentagem para as de médio e grande porte. O documento O Público do Sebrae, publicado em junho do ano passado – que procura detalhar o perfil dos empreendedores de pequenos negócios no país –</span><a href=\"http://datasebrae.com.br/documentos2/Ws567dR/Documentos%20de%20Refer%C3%AAncia/O%20publico%20do%20Sebrae%20ed%206.pdf\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">revela que em 2016, existiam cerca de 12 milhões de empresas no Brasil</span></a><span style=\"font-weight: 400\">. Desse total, 98,5% são pequenos negócios (MEI, EPP, ME) e 180 mil (1,5%), empresas de grande e médio porte.</span></p><p><b><a id=\"frase4\"></a>“Existem 508 mil imóveis da União em mãos particulares.”</b></p><p><span style=\"font-weight: 400\"><img class=\"size-full wp-image-30306 alignleft\" src=\"https://apublica.org/wp-content/uploads/2017/05/falso-400.jpg\" alt=\"Falso\" width=\"400\" height=\"400\" />Durante o debate promovido pela Confederação Nacional de Municípios, Afif também falou sobre os imóveis da União concedidos a particulares e os de utilização pública. Apesar de ter comentado os dois casos em uma única frase, o </span><b>Truco</b><span style=\"font-weight: 400\"> dividiu a afirmação em duas partes porque os selos atribuídos a cada trecho são distintos. O número usado pelo pré-candidato sobre imóveis do governo federal em mãos de particulares é antigo. Hoje, há 632.556 imóveis da União em uso dominial, que são imóveis públicos em uso por particulares. A frase é, portanto, falsa.</span></p><p><span style=\"font-weight: 400\">Procurada pelo </span><b>Truco</b><span style=\"font-weight: 400\">, a assessoria de imprensa de Afif alega que a fonte do dado é uma</span><a href=\"http://www.planejamento.gov.br/servicos/faq/patrimonio-da-uniao/visao-geral/quantos-imoveis-tem-a-uniao\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">página do Ministério do Planejamento, Desenvolvimento e Gestão</span></a><span style=\"font-weight: 400\">. No link enviado o ministério faz um balanço de quantos imóveis a União tem. “A União possui 30.993 imóveis de uso especial [&#8230;] e 508.629 imóveis de uso dominial”, atesta o ministério. O dado, extraído dos sistemas SIAPA e SPIUnet, é referente ao ano de 2011.</span></p><p><span style=\"font-weight: 400\">O número utilizado por Afif e contido no link, contudo, está bastante desatualizado. Os</span><a href=\"https://arquivos.spu.planejamento.gov.br/owncloud/index.php/s/Rmh0oYD5Qsfk1E3\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">arquivos da Secretaria de Patrimônio da União (SPU)</span></a><span style=\"font-weight: 400\">, vinculada ao Ministério do Planejamento, mostram que na verdade já são mais 600 mil os imóveis da União em uso por particulares. Os dados da planilha são de maio de 2018.</span></p><p><span style=\"font-weight: 400\">Os</span><a href=\"http://www.planejamento.gov.br/assuntos/gestao/patrimonio-da-uniao/bens-da-uniao\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">imóveis de uso dominial</span></a><span style=\"font-weight: 400\">, quando utilizados por particulares, exigem o pagamento de uma retribuição pela utilização privada de um bem público. Assim, os recursos gerados dessa forma são conhecidos como receitas patrimoniais. No entanto, as taxas cobradas mensalmente pela concessão desses imóveis variam enormemente e podem ser de apenas 0,6% do valor avaliado do imóvel.</span></p><p>Comunicada do resultado da apuração, a assessoria de imprensa de Afif admitiu que o número usado é antigo. &#8220;O contexto da fala foi em relação a dificuldade dos municípios realizarem PPPs devido à capacidade de garantia.<br /> O que foi proposto é a criação de um fundo da União que garantisse aos investidores a parceria. E a proposta foi criar um fundo com garantia dos imóveis da União. Quanto mais imóveis, mais garantia e mais municípios serão atendidos. O número é antigo (2011), mas não é falso, e está no site do Ministério do Planejamento. Se hoje há mais de 500 mil quer dizer que a proposta se torna mais viável ainda, atendendo mais municípios.&#8221;</p><p><b><a id=\"frase5\"></a>“[Existem] mais 38 mil [imóveis da União] de utilização pública.”</b></p><p><span style=\"font-weight: 400\"><img class=\"size-full wp-image-30361 alignleft\" src=\"https://apublica.org/wp-content/uploads/2017/05/verdadeiro-400.jpg\" alt=\"Verdadeiro\" width=\"400\" height=\"400\" />No segundo trecho da frase em que aborda o número de imóveis da União, Afif aponta que são mais de 38 mil os imóveis de utilização pública, ou seja, os que estão em uso para o serviço público. O número corresponde ao indicado pela SPU em maio de 2018. Por isso, a frase é verdadeira.</span></p><p><span style=\"font-weight: 400\">Quando procurado pelo </span><b>Truco,</b><span style=\"font-weight: 400\"> o pré-candidato apontou como fonte do dado um link com números desatualizados, diferentes do que ele indicou em seu pronunciamento. No</span><a href=\"http://www.planejamento.gov.br/servicos/faq/patrimonio-da-uniao/visao-geral/quantos-imoveis-tem-a-uniao\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">link enviado à reportagem</span></a><span style=\"font-weight: 400\">, consta que a União possui 30.993 imóveis de utilização pública. Na planilha mais atual, de maio de 2015, são 38.435 imóveis. O número mais recente corresponde ao apontado pelo pré-candidato no debate, quando ele falou em “mais de 38 mil” imóveis classificados como “uso especial”.</span></p><p><span style=\"font-weight: 400\">Os</span><a href=\"http://www.planejamento.gov.br/assuntos/gestao/patrimonio-da-uniao/bens-da-uniao\" target=\"_blank\" rel=\"noopener\"> <span style=\"font-weight: 400\">imóveis da União de uso especial</span></a><span style=\"font-weight: 400\"> são aqueles que se destinam à execução de serviços administrativos ou à prestação de serviços públicos em geral, como prédios de repartições públicas, escolas, hospitais ou outros equipamentos públicos, sejam eles de administração federal, estadual ou municipal.</span></p><h3>Veja outras checagens dos presidenciáveis</h3><div id=\"freewall-1530382049-6794\" class=\"freewall summaries mt-5 mb-5\"><div class=\"brick card brick-category-1\"> <a href='https://apublica.org/2018/05/truco-marina-silva-omite-processos-mas-acerta-sobre-meio-ambiente/'><img width=\"800\" height=\"600\" src=\"https://apublica.org/wp-content/uploads/2018/05/1014211-18042016-img_0119-1-800x600.jpg\" class=\"card-img-top mb-2 wp-post-image\" alt=\"\" /></a><div class=\"card-body\"><p class=\"card-text summary\"><a href='https://apublica.org/2018/05/truco-marina-silva-omite-processos-mas-acerta-sobre-meio-ambiente/'>Marina Silva omite processos, mas acerta sobre meio ambiente</a></p></div></div><div class=\"brick card brick-category-1\"> <a href='https://apublica.org/2018/04/truco-ao-falar-do-brasil-ciro-gomes-usa-dados-falsos-e-exagerados/'><img width=\"800\" height=\"600\" src=\"https://apublica.org/wp-content/uploads/2018/04/ciro-gomes-palestra-800x600.jpg\" class=\"card-img-top mb-2 wp-post-image\" alt=\"Ciro Gomes em palestra na UFABC, em 2017; no exterior, candidato citou dados falsos\" /></a><div class=\"card-body\"><p class=\"card-text summary\"><a href='https://apublica.org/2018/04/truco-ao-falar-do-brasil-ciro-gomes-usa-dados-falsos-e-exagerados/'>Ao falar do Brasil, Ciro Gomes usa dados falsos e exagerados</a></p></div></div><div class=\"brick card brick-category-1\"> <a href='https://apublica.org/2018/03/truco-em-8-frases-acertos-e-erros-de-geraldo-alckmin/'><img width=\"800\" height=\"600\" src=\"https://apublica.org/wp-content/uploads/2018/03/geraldo-alckmin-800x600.jpg\" class=\"card-img-top mb-2 wp-post-image\" alt=\"\" srcset=\"https://apublica.org/wp-content/uploads/2018/03/geraldo-alckmin-800x600.jpg 800w, https://apublica.org/wp-content/uploads/2018/03/geraldo-alckmin-510x382.jpg 510w\" sizes=\"(max-width: 800px) 100vw, 800px\" /></a><div class=\"card-body\"><p class=\"card-text summary\"><a href='https://apublica.org/2018/03/truco-em-8-frases-acertos-e-erros-de-geraldo-alckmin/'>Em 8 frases, acertos e erros de Geraldo Alckmin</a></p></div></div></div> ]]></content:encoded> <wfw:commentRss>https://apublica.org/2018/06/truco-afif-usa-dado-falso-e-numero-sem-contexto-sobre-empresas/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Milhares de imóveis da União estão vagos para uso</title><link>https://apublica.org/2018/06/milhares-de-imoveis-da-uniao-estao-vagos-para-uso/</link> <comments>https://apublica.org/2018/06/milhares-de-imoveis-da-uniao-estao-vagos-para-uso/#respond</comments> <pubDate>Thu, 21 Jun 2018 15:21:18 +0000</pubDate> <dc:creator><![CDATA[Bruno Fonseca]]></dc:creator> <category><![CDATA[Português]]></category> <category><![CDATA[imóveis]]></category> <category><![CDATA[moradia]]></category> <category><![CDATA[ocupação]]></category> <category><![CDATA[SPU]]></category><guid isPermaLink=\"false\">http://apublica.org/?p=47983</guid> <description><![CDATA[Parte dos mais de 10 mil imóveis vazios em todo o país poderia ser destinada à habitação popular]]></description> <content:encoded><![CDATA[<p>No centro do Rio de Janeiro, a dois quarteirões da Igreja da Candelária, um edifício de 11 andares permanece vazio há cerca de oito anos. Conhecido como Palácio dos Esportes, o prédio serviu de sede para a Fundação Centro Brasileiro para a Infância e Adolescência (FCBIA), extinta em 1998, e, depois, para diversas associações esportivas que o ocuparam esporadicamente. O edifício chegou a ser cotado para servir de sede do <a href=\"https://apublica.org/tag/porto-maravilha/\" target=\"_blank\" rel=\"noopener\">Porto Maravilha</a>. A reforma do Palácio dos Esportes, contudo, foi descartada, pois considerou-se inviável a obra: somente o custo inicial do <a href=\"https://apublica.org/wp-content/uploads/2018/06/Retrofit-Palacio-dos-Esportes.pdf\">projeto de readequação das instalações</a> era de R$ 4,2 milhões.</p><p>Abandonado, o prédio, propriedade da União, foi ocupado por um grupo não identificado <a href=\"https://oglobo.globo.com/rio/medidas-para-incentivar-projetos-em-areas-ociosas-geram-duvidas-17279338\" target=\"_blank\" rel=\"noopener\">em agosto de 2015</a> e esvaziado, no dia seguinte, pela Polícia Militar. Hoje, segue com as portas fechadas e deve ser destinado à Marinha, que assumirá o ônus da recuperação e manutenção das instalações.</p> <figure id=\"attachment_48054\" aria-describedby=\"figcaption_attachment_48054\" class=\"wp-caption aligncenter\" itemscope itemtype=\"http://schema.org/ImageObject\"><div class=\"imageAndSource\"><div class='inline-image-source image-source p-1 text-right'>Google Street View</div><img itemprop=\"contentURL\" class=\"wp-image-48054 size-full\" src=\"https://apublica.org/wp-content/uploads/2018/06/Edificio-Palacio-dos-Esportes-Rio-de-Janeiro.jpg\" alt=\"\" width=\"1530\" height=\"800\" srcset=\"https://apublica.org/wp-content/uploads/2018/06/Edificio-Palacio-dos-Esportes-Rio-de-Janeiro.jpg 1530w, https://apublica.org/wp-content/uploads/2018/06/Edificio-Palacio-dos-Esportes-Rio-de-Janeiro-800x418.jpg 800w\" sizes=\"(max-width: 1530px) 100vw, 1530px\" /></div><figcaption id=\"figcaption_attachment_48054\" class=\"wp-caption-text caption\" itemprop=\"description\">Edifício &#8220;Palácio dos Esportes&#8221;, propriedade da União no Centro do Rio de Janeiro, vazio ou ocupado irregularmente há oito anos</figcaption></figure><p>O Palácio dos Esportes é apenas um entre os mais de 10 mil imóveis do governo federal que estão vagos, segundo a Secretaria de Patrimônio (SPU), ligada ao Ministério do Planejamento.</p><p>A partir de <a href=\"https://arquivos.spu.planejamento.gov.br/owncloud/index.php/s/Rmh0oYD5Qsfk1E3\">dados abertos da SPU</a>, a <strong>Pública</strong> apurou que, dos 10.304 imóveis que a secretaria afirma estarem desocupados, apenas 2.647 estão indicados nos dados disponíveis ao público.</p><p>Essa diferença de 7.657 imóveis desocupados que não constam na lista não foi explicada pela SPU até o fechamento da matéria – a secretaria se limitou a informar que o levantamento dos 10 mil imóveis vagos foi realizado em dezembro de 2017.</p><p><a id=\"Link1\"></a>Além disso, na mesma base, outras 16 mil propriedades não possuem informação se estão ou não ocupadas. Procurada, a assessoria da SPU respondeu que pode haver mais imóveis vagos entre esses 16 mil e que essas propriedades “estão passando por um processo de recadastramento que teve início este mês [junho] e deverá estar concluído no final do ano”.</p><p style=\"text-align: center;\"><strong>Principais tipos de imóveis vazios</strong></p><p><a href=\"https://apublica.org/wp-content/uploads/2018/06/1-GIF.gif\"><img class=\"size-full wp-image-48031 alignnone\" src=\"https://apublica.org/wp-content/uploads/2018/06/1-GIF.gif\" alt=\"\" width=\"1000\" height=\"308\" /></a></p><p>Além dos comprovadamente vagos, podem existir muitos outros, já que propriedades cedidas a outros órgãos, como governos e prefeituras, podem estar sob a descrição de &#8220;em guarda provisória&#8221;, caso do edifício Wilton Paes de Almeida, que desabou após um incêndio no centro de São Paulo no início de maio.</p><p>O Wilton Paes de Almeida, por exemplo, não era utilizado pelo governo havia mais de dez anos. Em outubro de 2017, a União passou o imóvel para a prefeitura de São Paulo. A justificativa era que a prefeitura deveria prevenir “invasões e depredações” e fazer limpeza periódica.</p><p>O cadastro atual da SPU lista 433 imóveis em guarda provisória em todo o país. Segundo a secretaria, a responsabilidade pela gestão do imóvel passa para quem o recebe.</p><p>Além disso, há ainda imóveis que estão desocupados e em reforma há muitos anos, sem que isso conste na listagem da SPU. Em outro exemplo no centro de São Paulo, um prédio cedido ao Tribunal Regional Eleitoral de São Paulo (TRE-SP) está desde 2014 em processo de readequação. A previsão de utilização do espaço é apenas em 2020.</p> <figure id=\"attachment_48057\" aria-describedby=\"figcaption_attachment_48057\" class=\"wp-caption aligncenter\" itemscope itemtype=\"http://schema.org/ImageObject\"><div class=\"imageAndSource\"><div class='inline-image-source image-source p-1 text-right'>Google Street View</div><a href=\"https://apublica.org/wp-content/uploads/2018/06/Edificio-do-TRE-Centro-de-Sao-Paulo.jpg\"><img itemprop=\"contentURL\" class=\"wp-image-48057 size-full\" src=\"https://apublica.org/wp-content/uploads/2018/06/Edificio-do-TRE-Centro-de-Sao-Paulo.jpg\" alt=\"\" width=\"1530\" height=\"800\" srcset=\"https://apublica.org/wp-content/uploads/2018/06/Edificio-do-TRE-Centro-de-Sao-Paulo.jpg 1530w, https://apublica.org/wp-content/uploads/2018/06/Edificio-do-TRE-Centro-de-Sao-Paulo-800x418.jpg 800w\" sizes=\"(max-width: 1530px) 100vw, 1530px\" /></a></div><figcaption id=\"figcaption_attachment_48057\" class=\"wp-caption-text caption\" itemprop=\"description\">Edifício do TRE no Centro de SP está em obras há quatro anos e deve ser entregue apenas em 2020</figcaption></figure><h3>Imóveis sem uso podem ser transformados em moradia para sem-teto</h3><p>A dois quarteirões dos escombros do edifício Wilton Paes de Almeida, no centro de São Paulo, localiza-se o condomínio Dandara. O antigo prédio da Justiça do Trabalho, vazio durante dez anos, foi totalmente reformado e entregue a 120 famílias do movimento de Unificação das Lutas de Cortiços e Moradia (ULCM).</p><p>O Dandara foi o primeiro edifício reformado pelo programa <a href=\"http://www1.caixa.gov.br/gov/gov_social/municipal/programas_habitacao/entidades/entidades.asp\" target=\"_blank\" rel=\"noopener\">Minha Casa Minha Vida Entidades</a> em São Paulo. Em 2009, o prédio vazio foi ocupado por integrantes da ULCM que pressionaram o Governo Federal para que houvesse uma destinação ao imóvel. A resposta veio em 2010, quando o Dandara foi cedido pela União através de uma Concessão de Direito Real de Uso (CDRU), uma das formas existentes para destinar propriedades à habitação popular.</p><p>“A nossa organização não ocupa para morar [indefinidamente]. Se tem um prédio vazio, sem função social, a gente ocupa para criar um fato para que o governo olhe para aquilo que está abandonado”, explica a síndica do condomínio, Marli Baffini. Com a cessão do uso, a ULCM deixou o espaço para que as reformas ocorressem. A readequação, chamada de “retrofit”, levou cerca de quatro anos e custou R$ 12 milhões.</p><a href='https://apublica.org/2018/06/milhares-de-imoveis-da-uniao-estao-vagos-para-uso/dandara-agosto-2010/'><img width=\"800\" height=\"418\" src=\"https://apublica.org/wp-content/uploads/2018/06/Dandara-Agosto-2010.jpg\" class=\"attachment-full size-full\" alt=\"\" /></a> <a href='https://apublica.org/2018/06/milhares-de-imoveis-da-uniao-estao-vagos-para-uso/dandara-fevereiro-2011/'><img width=\"800\" height=\"418\" src=\"https://apublica.org/wp-content/uploads/2018/06/Dandara-Fevereiro-2011.jpg\" class=\"attachment-full size-full\" alt=\"\" /></a> <a href='https://apublica.org/2018/06/milhares-de-imoveis-da-uniao-estao-vagos-para-uso/dandara-agosto-2015/'><img width=\"800\" height=\"418\" src=\"https://apublica.org/wp-content/uploads/2018/06/Dandara-Agosto-2015.jpg\" class=\"attachment-full size-full\" alt=\"\" /></a> <a href='https://apublica.org/2018/06/milhares-de-imoveis-da-uniao-estao-vagos-para-uso/dandara-dezembro-2017/'><img width=\"800\" height=\"418\" src=\"https://apublica.org/wp-content/uploads/2018/06/Dandara-Dezembro-2017.jpg\" class=\"attachment-full size-full\" alt=\"\" /></a><p>No centro do Rio de Janeiro, a Ocupação Manuel Congo, que já existe há cerca de dez anos, também foi reformada por meio do Minha Casa Minha Vida Entidades. O prédio, antiga sede do Instituto Nacional do Seguro Social (INSS), é hoje lar de cerca de 40 famílias do Movimento Nacional de Luta por Moradia (MNLM).</p><p>Atualmente, a SPU lista 1.684 terrenos cedidos através da CDRU em todo o Brasil, a maior parte em Maceió (450), em Alagoas. Há, ainda, 939 imóveis de uso especial concedidos para moradia (CUEM) – forma de cessão gratuita de imóveis públicos em área urbana, mais da metade (499) em Belém, no Pará.&#8221;<!-- alsoRead --></p><p>Segundo Danielle Klintowitz, arquiteta do Instituto Pólis – organização não governamental que desenvolve políticas públicas na área urbana –, o déficit habitacional poderia ser atenuado se parte dos imóveis vagos da União fosse reaproveitada para moradia, o que ela considera obrigação constitucional do governo brasileiro. “A Constituição fala sobre a função social da propriedade pública e privada. Quando a União deixa esses imóveis vagos em áreas centrais, ela está fazendo uma medida inconstitucional porque não dá função social para os imóveis”, afirma Danielle. Na avaliação da arquiteta, disponibilizar imóveis da União para habitação pode evitar que tragédias como a ocorrida no Largo do Paissandú se repitam. “A gente deveria ter um sistema mais ágil de destinação desses imóveis. O que a gente tem hoje é que a SPU tenta cobrir o passivo de décadas”, comenta.</p><p>Na experiência de Fernanda Accioly, que trabalhou na SPU de 2010 a 2013, a transferência de imóveis da União para moradia passa por uma série de obstáculos que vão desde a resistência de funcionários públicos à falta de organização de movimentos de moradia em determinadas localidades, além da recusa de prefeituras de conduzir projetos de habitação em terrenos valorizados. “Um grande interlocutor para essa proposta se concretizar são as prefeituras, que muitas vezes não aceitavam que determinadas áreas bem localizadas com serviço de infraestrutura e transporte fossem disponibilizadas para fazer habitação de interesse social. Às vezes era preciso mudar o zoneamento ou aprovar o projeto, e eles não se dispunham”, relembra.</p><p>Margareth Uemura, coordenadora entre 2004 a 2006 do Programa de Reabilitação de Áreas Centrais, da extinta Secretaria de Programas Urbanos, critica o fato de que o Minha Casa Minha Vida tenha destinado mais recursos para empreiteiras construírem novas habitações em vez de financiar a reforma de imóveis abandonados. “O Minha Casa Minha Vida foi um programa declaratoriamente feito para movimentar recursos da economia destinados à empreiteiras e aos grandes conjuntos”, avalia.</p><p>No mesmo sentido, a professora da Faculdade de Arquitetura e Urbanismo da Universidade de São Paulo (FAU/USP) Maria Lucia Refinetti afirma que a compra de terrenos para construção de moradia pode sair mais caro para as políticas habitacionais. “Não adianta a União se desfazer de um imóvel público para fazer dinheiro e depois adquirir [outro imóvel] para fazer política de habitação se precisar fazer desapropriação e acabar pagando mais por isso”, pondera. Na avaliação de Klintowitz, outro problema do Minha Casa Minha Vida foi a construção de moradia em áreas mal localizadas. “Se esse programa tivesse acontecido de verdade, a gente poderia ter produzido unidades habitacionais mais bem localizadas”, analisa.</p><h3><a id=\"Link2\"></a>Em Brasília, condomínio privado disputa terra pública</h3><p>Segundo os registros da SPU, a cidade brasileira que mais possui imóveis da União vagos para uso é Brasília. Lá, a secretaria aponta 173 terrenos ociosos, a maioria deles, 96, na região administrativa de Santa Maria, antiga área de assentamento de famílias de baixa renda no sul do Distrito Federal.</p><p>Nessa região está o Residencial Santos Dumont, loteamento privado de casas envolvido em uma disputa com a Agência de Fiscalização do Governo do Distrito Federal (Agefis). Construído inicialmente como moradia para militares da aeronáutica, o condomínio passou a ser residência de civis – cerca de 14 mil pessoas vivem no local.</p><p>Em 2015, o residencial foi notificado pela Agefis por ter cercado irregularmente o seu entorno, isolando terrenos e serviços públicos, como uma escola e um posto policial. A Agefis <a href=\"https://apublica.org/wp-content/uploads/2018/06/Notificação-Agefis.jpg\">ordenou a derrubada de 2 quilômetros do cercamento</a>, mas, contestada pelos moradores, a decisão não foi levada adiante. Segundo a Agefis, o residencial “não é um local de prioridade de fiscalização neste momento”. Já a administração do condomínio afirma que a cerca sempre existiu e negou ocupar terreno público.</p> <figure id=\"attachment_48068\" aria-describedby=\"figcaption_attachment_48068\" class=\"wp-caption aligncenter\" itemscope itemtype=\"http://schema.org/ImageObject\"><div class=\"imageAndSource\"><div class='inline-image-source image-source p-1 text-right'>Google Street View</div><a href=\"https://apublica.org/wp-content/uploads/2018/06/Residencial-Santos-Dummont.jpg\"><img itemprop=\"contentURL\" class=\"wp-image-48068 size-full\" src=\"https://apublica.org/wp-content/uploads/2018/06/Residencial-Santos-Dummont.jpg\" alt=\"\" width=\"1530\" height=\"800\" srcset=\"https://apublica.org/wp-content/uploads/2018/06/Residencial-Santos-Dummont.jpg 1530w, https://apublica.org/wp-content/uploads/2018/06/Residencial-Santos-Dummont-800x418.jpg 800w\" sizes=\"(max-width: 1530px) 100vw, 1530px\" /></a></div><figcaption id=\"figcaption_attachment_48068\" class=\"wp-caption-text caption\" itemprop=\"description\">A SPU aponta que a maior parte dos terrenos vagos do Distrito Federal está nas proximidades do Condomínio Santos Dumont, que foi notificado pelo governo por cercar área pública</figcaption></figure><p>Além dos imóveis ociosos em Santa Maria, Brasília possui terrenos vagos em áreas nobres do Plano Piloto, como nas asas Norte e Sul. A Asa Norte é a campeã, com 38 terrenos vagos para uso; já na Asa Sul são seis. Fora os terrenos, as duas asas juntas possuem 49 apartamentos vagos. Há, ainda, dois andares em edifícios, três salas e duas residências vagas.</p><p>O segundo município brasileiro com mais imóveis vagos para uso é outra capital: Campo Grande, no Mato Grosso do Sul. Na cidade, a maior parte dos imóveis vagos são terrenos, sobretudo os lotes do Jardim Imá, área ao redor do aeroporto e da base aérea da Força Aérea Brasileira (FAB).</p><p>A terceira cidade na lista também fica no Mato Grosso do Sul: Ponta Porã, na divisa do estado com o Paraguai. O município possui 112 imóveis vagos para uso, a maioria deles terrenos vagos na Vila Militar, bairro próximo ao centro da cidade.</p><p style=\"text-align: center;\"><strong>Cidades com mais imóveis vagos</strong></p><p><a href=\"https://apublica.org/wp-content/uploads/2018/06/2-GIF.gif\"><img class=\"size-full wp-image-48034 alignnone\" src=\"https://apublica.org/wp-content/uploads/2018/06/2-GIF.gif\" alt=\"\" width=\"1000\" height=\"615\" /></a></p><p>Campo Grande e as cidades fronteiriças do Mato Grosso do Sul fazem do estado um dos com mais imóveis vagos para uso entre os estados brasileiros. O topo da lista, contudo, é ocupado por São Paulo – o estado mais populoso do país tem 622 imóveis da União ociosos, muitos deles ex-propriedades de estatais extintas ou privatizadas.</p><p style=\"text-align: center;\"><strong>Estados com mais imóveis vazios</strong></p><p><a href=\"https://apublica.org/wp-content/uploads/2018/06/3-GIF.gif\"><img class=\"size-full wp-image-48036 alignnone\" src=\"https://apublica.org/wp-content/uploads/2018/06/3-GIF.gif\" alt=\"\" width=\"1000\" height=\"615\" /></a></p><h3><a id=\"Link3\"></a>Os terrenos ociosos fruto das privatizações da década de 1990</h3><p>A cidade paulista com mais imóveis vagos é Araraquara, onde há 103 terrenos da União sem uso. Boa parte são lotes das antigas Rede Ferroviária Federal (RFFSA) e Ferrovia Paulista S.A. (Fepasa), estatais privatizadas no final da década de 1990 pelo governo Fernando Henrique Cardoso (PSDB). Extintas, as estatais deixaram para trás terrenos não apenas em Araraquara, mas em todo o interior paulista.</p><p>Em Leme, um terreno abandonado da Fepasa chegou a ser ocupado por 120 famílias sem-teto em agosto de 2017. As famílias <a href=\"https://g1.globo.com/sp/sao-carlos-regiao/noticia/pm-retira-34-familias-de-area-publica-em-acao-de-reintegracao-de-posse-em-leme-sp.ghtml\" target=\"_blank\" rel=\"noopener\">foram expulsas pela PM em outubro de 2017</a>.</p><p>Em Campinas, um edifício e dois terrenos da antiga malha ferroviária <a href=\"http://www.planejamento.gov.br/noticias/spu-destina-areas-da-uniao-a-cidades-paulistas-neste-sabado-24\" target=\"_blank\" rel=\"noopener\">foram cedidos pela SPU à prefeitura</a>, um deles para projetos habitacionais para famílias de baixa renda.</p><p>A prefeitura de Rincão <a href=\"http://www.rincao.sp.gov.br/noticias/2013/gabinete/setembro/rincao-sai-do-cadim.html\" target=\"_blank\" rel=\"noopener\">chegou a ser incluída no Cadastro Informativo de Créditos não Quitados do Governo Federal</a> – que limita as verbas recebidas da União – por dívidas na compra de terrenos da Fepasa na década de 1990.</p> ]]></content:encoded> <wfw:commentRss>https://apublica.org/2018/06/milhares-de-imoveis-da-uniao-estao-vagos-para-uso/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Investigação indica que dinheiro dos credores da Boi Gordo virou terra em Matopiba</title><link>https://apublica.org/2018/06/investigacao-indica-que-dinheiro-dos-credores-da-boi-gordo-virou-terra-em-matopiba/</link> <comments>https://apublica.org/2018/06/investigacao-indica-que-dinheiro-dos-credores-da-boi-gordo-virou-terra-em-matopiba/#respond</comments> <pubDate>Tue, 19 Jun 2018 15:00:12 +0000</pubDate> <dc:creator><![CDATA[Ciro Barros]]></dc:creator> <category><![CDATA[Português]]></category> <category><![CDATA[agronegócio]]></category> <category><![CDATA[grilagem]]></category> <category><![CDATA[matopiba]]></category><guid isPermaLink=\"false\">http://apublica.org/?p=47934</guid> <description><![CDATA[Enquanto 30 mil pessoas lesadas por uma das maiores falências do Brasil lutam por ressarcimento na Justiça, investigação aponta lucros astronômicos obtidos por grupo proprietário da massa falida, com auxílio de fundo de investimento]]></description> <content:encoded><![CDATA[<p><a id=\"Link1\"></a>O dinheiro que deveria ter sido pago aos mais de 30 mil credores de uma das maiores falências da história do Brasil serviu para engordar o patrimônio do Grupo Golin, grande conglomerado do agronegócio. Segundo investigação realizada por empresa contratada pela massa falida e supervisionada pelo Ministério Público (MP), parte dos R$ 6 bilhões (em valores atualizados) devidos aos investidores lesados virou terra. E das boas: dezenas de milhares de hectares na disputada região do Matopiba (sigla formada pelas iniciais dos estados Maranhão, Tocantins, Piauí e Bahia), considerada pela Empresa Brasileira de Pesquisa Agropecuária (Embrapa) a última fronteira agrícola do país. Segundo a consultoria Informa Economics FNP, o preço médio da terra bruta por hectare na região é de R$ 12.625,00 (dados de fevereiro de 2018). Grilagens e especulação imobiliária no Matopiba <a href=\"https://apublica.org/2018/05/terra-a-vista-no-matopiba/\" target=\"_blank\" rel=\"noopener\">são investigadas pela Pública</a> desde o início deste ano.</p><p><a id=\"Link3\"></a>Parte do portfólio de um dos maiores fundos de investimentos em terras do Brasil, o Vision Brazil Investments, foi formada por meio de empréstimos a pessoas ligadas ao Grupo Golin, inclusive por um suposto “fantasma”. A Vision teve papel decisivo no retorno do dinheiro desviado da falência, de acordo com uma investigação de dez anos feita pela empresa Offshore Asset Recovery (OAR), contratada pelo síndico da falência, o advogado Gustavo Sauer, sob supervisão do MP de São Paulo. Após ter lucros milionários em operações de empréstimo firmadas com a Vision, o Grupo Golin reinvestiu valores na compra de fazendas no cerrado de Matopiba, valorizado pelo agronegócio, em estados como Piauí, Bahia e Mato Grosso. A denúncia dos representantes dos credores já rendeu ao Grupo Golin uma condenação confirmada em segunda instância no Tribunal de Justiça de São Paulo. A Vision foi condenada em primeira instância pela mesma investigação, mas teve a sentença anulada porque um juiz de segunda instância aceitou o argumento de “cerceamento de defesa” sem avaliar o mérito. Os credores, porém, ainda não viram um tostão. O total de desvio de bens, em valores atualizados, é de cerca de R$ 612 milhões.</p> <figure id=\"attachment_47948\" aria-describedby=\"figcaption_attachment_47948\" class=\"wp-caption alignnone\" itemscope itemtype=\"http://schema.org/ImageObject\"><div class=\"imageAndSource\"><div class='inline-image-source image-source p-1 text-right'>José Cícero da Silva/Agência Pública</div><img itemprop=\"contentURL\" class=\"wp-image-47948 size-full\" src=\"https://apublica.org/wp-content/uploads/2018/06/Matopiba_José-95.jpg\" alt=\"\" width=\"1920\" height=\"1280\" srcset=\"https://apublica.org/wp-content/uploads/2018/06/Matopiba_José-95.jpg 1920w, https://apublica.org/wp-content/uploads/2018/06/Matopiba_José-95-800x533.jpg 800w, https://apublica.org/wp-content/uploads/2018/06/Matopiba_José-95-1600x1067.jpg 1600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" /></div><figcaption id=\"figcaption_attachment_47948\" class=\"wp-caption-text caption\" itemprop=\"description\">Áreas do topo da chapada do Matopiba são ideais para o cultivo de commodities e foram cobiçadas pelo mercado financeiro nos últimos anos</figcaption></figure><p>A falência em questão é a das Fazendas Reunidas Boi Gordo, um império da pecuária que veio abaixo em 2004, depois de ter vendido investimentos em cabeças de gado prometendo retornos muito acima do mercado: 40% de lucro em um ano e meio, em uma época em que o investimento em pecuária rendia cerca de 9% anuais. Acabou se revelando uma arapuca. Para o MP de São Paulo, o esquema ruiu por se tratar de uma pirâmide financeira.</p><p>Fundada em 1988, a Boi Gordo virou febre de investidores em meados dos anos 1990. O presidente da empresa, Paulo Roberto de Andrade, <a href=\"https://www.istoedinheiro.com.br/noticias/financas/20011012/exclusivo-como-perdi-meu-boi-gordo/24721\" target=\"_blank\" rel=\"noopener\">inspirou</a> o autor Benedito Ruy Barbosa, da TV Globo, na composição do personagem Bruno Mezenga, protagonista da novela O rei do gado, imortalizado por Antônio Fagundes. As fazendas da Boi Gordo serviram de cenário para a novela global, inclusive para a abertura, que mostrava Fagundes montado em um cavalo girando entre a boiada ao som dos violinos do grupo Orquestra da Terra.</p><p>Fagundes e Ruy Barbosa também caíram no conto da Boi Gordo e hoje integram a massa falida da empresa. Outros globais deram com os burros (ou bois) n’água, como a atriz Marisa Orth e o designer Hans Donner, criador do logotipo da Globo, além de celebridades do mundo do futebol como os ex-jogadores Evair, Vampeta, César Sampaio e o técnico pentacampeão Luiz Felipe Scolari. Até o “Tremendão” Erasmo Carlos entrou na fria. Os mais prejudicados, porém, foram cidadãos de classe média: 70% dos credores da Boi Gordo fizeram aplicações inferiores a R$ 40 mil. Em termos geográficos, a gama de investidores é proveniente de todos os estados do país e de outros 18 países como Alemanha, Argentina, França, Inglaterra, Estados Unidos, Suíça e Portugal, por exemplo.</p><p>Aposentados como Wilma de Medeiros Gelesko, 84 anos, perderam as economias de uma vida. Viúva, ela trabalha até hoje numa papelaria no bairro do Tatuapé, zona leste de São Paulo. Com o sotaque paulistano carregado, conta que foi levada ao investimento pelas mãos do falecido marido, o contador Jorge Gelesko Júnior, e chegou a ter R$ 14 mil em investimento – além das aplicações do marido de R$ 60 mil – em valores da época. “Meu marido foi convencido por um colega de que aplicar na Boi Gordo seria um excelente negócio”, conta. “Ele me dizia que esse investimento seria a segurança da nossa velhice, eu já estava me aposentando na época que eu investi”, diz, lembrando que a aplicação foi feita pelo casal entre 1996 e 1997, época da primeira exibição de O rei do gado. “Eu me sinto esperançosa ainda. O meu filho sempre diz pra mim: ‘Você não vai receber esse dinheiro, quem vai receber são as suas netas’. Mas eu falo não, eu acho que vou receber sim”, afirma.</p> <figure id=\"attachment_47944\" aria-describedby=\"figcaption_attachment_47944\" class=\"wp-caption alignnone\" itemscope itemtype=\"http://schema.org/ImageObject\"><div class=\"imageAndSource\"><div class='inline-image-source image-source p-1 text-right'>Caio Castor/Agência Pública</div><img itemprop=\"contentURL\" class=\"wp-image-47944 size-full\" src=\"https://apublica.org/wp-content/uploads/2018/06/Captura-de-Tela-2018-06-19-às-8.46.jpg\" alt=\"\" width=\"1920\" height=\"1279\" srcset=\"https://apublica.org/wp-content/uploads/2018/06/Captura-de-Tela-2018-06-19-às-8.46.jpg 1920w, https://apublica.org/wp-content/uploads/2018/06/Captura-de-Tela-2018-06-19-às-8.46-800x533.jpg 800w, https://apublica.org/wp-content/uploads/2018/06/Captura-de-Tela-2018-06-19-às-8.46-1600x1066.jpg 1600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" /></div><figcaption id=\"figcaption_attachment_47944\" class=\"wp-caption-text caption\" itemprop=\"description\">&#8220;Eu me sinto esperançosa ainda&#8221;, afirma Wilma Gellesko, que aplicou as economias de uma vida na Boi Gordo</figcaption></figure><p>Wilma participa de uma das cinco associações de credores, a XV de Outubro, que tem 565 integrantes e foi fundada pelo radialista e ex-deputado estadual Afanásio Jazadji, outro lesado pela empresa. A maior delas é a <a href=\"http://www.albg.com.br/si/site\" target=\"_blank\" rel=\"noopener\">Associação dos Lesados pela Fazenda Reunidas Boi Gordo S/A (ALBG)</a> e Empresas Coligadas e Associadas, com cerca de 8.400 pessoas cadastradas e mais de R$ 500 milhões em créditos a receber. O diretor da ALBG, José Luiz Peres, é ex-corretor da empresa. “Eu vendia bois para a Boi Gordo, era corretor, trabalhei dois anos lá. Era um bom investimento. Meu pai vendeu a casa dele e colocou na Boi Gordo. Eu pago aluguel com a minha mãe até hoje”, relata Peres, que herdou os créditos do pai. Também há grupos de credores não reunidos em associações.</p><h3>O misterioso sumiço dos bens</h3><p>A Boi Gordo pediu concordata em outubro de 2001. Prevista em um decreto-lei de 1945 (já revogado), a concordata era uma forma de se evitar a falência e obter desconto nas dívidas da empresa. Em troca, as empresas beneficiadas por esse instrumento legal se comprometiam em pagar seus credores em dois anos. O pedido foi feito na cidade de Comodoro, município mato-grossense próximo à fronteira com a Bolívia, situado a mais de 600 quilômetros de Cuiabá, para onde o antigo dono do império da Boi Gordo, Paulo Roberto de Andrade, transferiu a sede da empresa dois meses antes. A mudança de sede foi contestada de imediato por grupos de advogados dos credores, que a viram como artimanha para fraudar as dívidas. Depois de uma longa discussão judicial sobre se a concordata deveria correr em São Paulo ou no Mato Grosso, em outubro de 2003 o STJ definiu que o processo deveria correr em terras paulistas.</p><p>Essa questão de competência ainda não havia sido decidida quando Paulo Roberto de Andrade vendeu o controle acionário da Boi Gordo para duas empresas ligadas a dois grupos do agronegócio: o <a href=\"http://www.sperafico.com.br/\" target=\"_blank\" rel=\"noopener\">Grupo Sperafico</a>, um clã da soja oriundo do Paraná, com tentáculos no Congresso Nacional – o mais recente membro da família a ocupar cargo legislativo é o deputado federal Dilceu Sperafico (PP-PR), eleito em 2014 e <a href=\"http://www.aen.pr.gov.br/modules/noticias/article.php?storyid=97991&amp;tit=Governadora-da-posse-a-Dilceu-Sperafico-na-chefia-da-Casa-Civil\" target=\"_blank\" rel=\"noopener\">atualmente chefe da Casa Civil no governo estadual paranaense</a>; e o <a href=\"https://www.facebook.com/grupogolin/\" target=\"_blank\" rel=\"noopener\">Grupo Golin</a>, que iniciou suas atividades no Mato Grosso do Sul nos anos 1980 e se espalhou por nove estados brasileiros nas décadas seguintes. A venda foi feita em julho de 2003 para as empresas Cobrazem (Grupo Sperafico) e Satcar do Brasil (Grupo Golin). No acordo, sigiloso e não registrado na Junta Comercial do Estado de São Paulo (Jucesp), conforme estabelece a lei, ficou determinado que a Satcar indicaria futuramente os novos sócios.</p><p>De acordo com documentos obtidos pela <strong>Pública</strong>, ambas as empresas declararam que queriam “renegociar as dívidas [da Boi Gordo] com os credores e financiar novas operações, envolvendo basicamente a utilização das terras para plantio de gêneros para exportação”. A Cobrazem pulou fora do negócio em 2003 e a Satcar indicou outra empresa do Grupo Golin para assumir o controle acionário – a Forte Colonizadora e Empreendimentos Ltda., cujos sócios são Júlio Lourenço Golin e Jocenir Pedro Golin, que assumiram um passivo de R$ 930 milhões (R$ 2,1 bilhões em valores atuais).</p><p>Recuperar a Boi Gordo seria uma tarefa quase impossível. Indicado por um juiz de Comodoro (MT) quando foi feito o pedido de concordata, o perito Wanderley Ferreira Bendes avaliou ser inviável a reabilitação da Boi Gordo por falta de capital de giro e ausência de liquidez para sanar as dívidas e seguir as atividades. Em abril de 2004, sem honrar nenhum pagamento aos credores no período da concordata, a falência da empresa foi decretada. Só então se descobriu que os bens que seriam arrecadados e vendidos para ressarcir os credores haviam desaparecido. O patrimônio da Boi Gordo, que constava no balanço da empresa quando foi pedida a concordata, havia sido drasticamente reduzido – sobrando apenas algumas propriedades rurais imobilizadas pela Comissão de Valores Mobiliários (CVM). Maquinário e frota de veículos, material genético, banco de sêmen, propriedades rurais e urbanas, contratos de arrendamento desapareceram antes que fossem usados para ressarcir os credores.</p> <figure id=\"attachment_47947\" aria-describedby=\"figcaption_attachment_47947\" class=\"wp-caption alignnone\" itemscope itemtype=\"http://schema.org/ImageObject\"><div class=\"imageAndSource\"><div class='inline-image-source image-source p-1 text-right'>José Cícero da Silva/Agência Pública</div><img itemprop=\"contentURL\" class=\"wp-image-47947 size-full\" src=\"https://apublica.org/wp-content/uploads/2018/06/Matopiba_José-68.jpg\" alt=\"\" width=\"1920\" height=\"1280\" srcset=\"https://apublica.org/wp-content/uploads/2018/06/Matopiba_José-68.jpg 1920w, https://apublica.org/wp-content/uploads/2018/06/Matopiba_José-68-800x533.jpg 800w, https://apublica.org/wp-content/uploads/2018/06/Matopiba_José-68-1600x1067.jpg 1600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" /></div><figcaption id=\"figcaption_attachment_47947\" class=\"wp-caption-text caption\" itemprop=\"description\">Maquinário da Boi Gordo foi desviado pelo grupo Golin, segundo decisão judicial já validada em segunda instância</figcaption></figure><p>“Houve um desvio brutal de bens da Boi Gordo. E nada dessa movimentação de bens entrou no caixa da Boi Gordo nem foi formalizado perante a Junta Comercial”, afirma o promotor de Falências do Ministério Público de São Paulo, Eronides Santos. Sob a supervisão do MP, a <a href=\"https://economia.estadao.com.br/noticias/geral,os-farejadores-de-dinheiro-no-exterior-imp-,1085193\" target=\"_blank\" rel=\"noopener\">empresa especializada em investigação de falências OAR</a> passou a buscar os responsáveis pelo desvio dos bens do antigo império do gado. A investigação levou uma década, entre 2004 e 2014, para desvendar a complicada trama financeira que havia surrupiado os bilhões da massa falida da Boi Gordo para engordar o patrimônio do Grupo Golin. O trabalho resultou em uma denúncia por parte do MP que culminou em uma condenação do Grupo Golin em junho de 2015, já confirmada em segunda instância.</p><p>Segundo a decisão de primeira instância do processo que analisa a denúncia de fraude à falência da Boi Gordo – estendida ao Grupo Golin e subsidiárias da Vision Brazil –, não houve por parte do Grupo Golin negociação com credores, aporte de capital de giro ou tentativa de dar continuidade aos negócios da Boi Gordo. Houve, sim, segundo a<a href=\"https://apublica.org/wp-content/uploads/2018/06/FraudeFalência_BoiGordo.pdf\" target=\"_blank\" rel=\"noopener\"> decisão do juiz</a> Marcelo Barbosa Sacramone, um esforço de “apropriação de recursos sem pagamento à concordatária”. O total do patrimônio líquido à época da concordata era cerca de R$ 500 milhões.</p><p>Um exemplo de fraude, conforme a decisão judicial, foi o desaparecimento do gado da empresa – à época da derrocada, os balanços registravam um valor superior a R$ 85 milhões em animais, embriões e sêmen de gado. Só de gado puro de origem, eram cerca de 8 mil cabeças, segundo depoimento do próprio Paulo Roberto de Andrade no processo judicial.</p><p>A sentença apontou que boa parte do patrimônio em animais foi apropriada por outras empresas do Grupo Golin. O mesmo ocorreu com boa parte dos 300 mil hectares em nome da Boi Gordo. Meses depois de ter assumido o controle da falida, o grupo reabilitou a empresa Eldorado Agroindustrial, e a Forte arrendou à Eldorado uma série de fazendas sem nenhuma contrapartida ou repasse do valor arrecadado aos credores. Foi o caso dos imóveis rurais: Realeza I, II, III, IV e V; Sítio Atlas; Bairro do Porto I, II, III, IV, V, VI, VII, VIII e IX e Guaporé I e II.</p><h3>Um patriarca e um fantasma</h3><p>Dois personagens são figuras-chave nessa história. Um deles é o patriarca do Grupo Golin, Joselito Golin, que, apesar do nome de batismo, sempre se apresenta como Paulo. O outro é uma figura nebulosa chamada Paulo Roberto da Rosa. Pairam dúvidas se Rosa realmente é uma pessoa de carne e osso, ou apenas uma pessoa de papel, um fantasma que movimentou quase R$ 1 bilhão em bens e dinheiro. Uma<a href=\"https://apublica.org/wp-content/uploads/2018/06/Jucesp_ICGL2.pdf\" target=\"_blank\" rel=\"noopener\"> denúncia feita em 2015</a> pela procuradora da Fazenda Marina Tomaz Kalinic Dutra levantou fortes suspeitas quanto à existência de Rosa. “A Receita Federal do Brasil realizou fiscalização relativamente ao Imposto de Renda de PAULO ROBERTO DA ROSA [&#8230;], quanto aos anos calendário 2008 e 2009 e acabou constatando tratar-se de ‘pessoa fictícia’”, relata Marina.<!-- alsoRead --></p><p>A Receita Federal constatou que não havia nenhum registro de nascimento com o nome e filiação correspondente a Paulo Roberto da Rosa no cartório da comarca de Canutama (AM), onde os documentos de Rosa atestam que sua certidão foi registrada. Rosa também não possui cadastro na Justiça Eleitoral, só foi ter CPF em 1999, aos 36 anos, e o assento de sua certidão de nascimento foi lavrado em 1995, ou seja, quando ele tinha 29 anos. Uma perícia em um cheque assinado por Rosa apontou indícios de a assinatura dele ser, na verdade, de um contador do Grupo Golin, Gerson Luiz Oliveira. Como era de esperar, ele nunca compareceu para prestar depoimento nas ações judiciais a que responde.</p><p>O tal Rosa desempenhou importante papel no desvio de bens da Boi Gordo, segundo as investigações. Alçado a diretor-presidente da empresa após Julio Lourenço Golin assumir a presidência do Conselho de Administração da Boi Gordo, Rosa assinou vários dos arrendamentos das fazendas pertencentes à massa falida. Do outro lado do balcão, como arrendador, Joselito assinava pela Eldorado Industrial, como comprovam documentos das fazendas Realeza, do sítio Atlas e do Bairro do Porto. “Eleito presidente das Fazendas Reunidas Boi Gordo, fora Paulo Roberto da Rosa que celebrou os contratos de arrendamento, sem qualquer pagamento, dos principais ativos da Boi Gordo com a Eldorado”, diz o juiz Sacramone em decisão judicial.</p><p>Segundo a denúncia, o valor equivalente aos bens desviados foi enviado ao exterior pelo Grupo Golin por meio de uma complexa trama financeira. Validada pelo MP, a denúncia entendeu que, para trazer os recursos de volta ao Brasil, entrou em cena um grande fundo de investimentos, o Vision Brazil Investments. O Vision foi criado por dois nomes relevantes do mercado financeiro nacional: Amaury Fonseca Júnior, ex-diretor e head trader de instituições como Bank of America e JP Morgan no Brasil, e Fábio Greco, ex-responsável pela área de derivativos do Bank of America no Brasil e do Banco Patrimônio (subsidiária brasileira do extinto banco de investimentos Salomon Brothers), com passagem de seis anos pelo Chase Manhattan Bank.</p><p>Uma série de operações suspeitas foi descoberta nos trabalhos de investigação. Nos contratos de mútuo – acordos de empréstimo firmados entre particulares em torno de bens móveis –, os polos eram sempre os mesmos: de um lado, representantes do Grupo Golin e, de outro, subsidiárias do fundo Vision Brazil Investments, como a ICGL Empreendimentos e Participações S.A., ICGL 2 Empreendimentos e Participações Ltda., AGK 4 Empreendimentos e Participações Ltda. e AGK5 Empreendimentos e Participações Ltda. Nos documentos da Jucesp, há uma série de transferências de recursos a essas empresas pelas companhias registradas em locais considerados paraísos fiscais, como, por exemplo, o estado de Delaware, nos Estados Unidos.</p> <figure id=\"attachment_47949\" aria-describedby=\"figcaption_attachment_47949\" class=\"wp-caption alignnone\" itemscope itemtype=\"http://schema.org/ImageObject\"><div class=\"imageAndSource\"><div class='inline-image-source image-source p-1 text-right'>José Cícero da Silva/Agência Pública</div><img itemprop=\"contentURL\" class=\"wp-image-47949 size-full\" src=\"https://apublica.org/wp-content/uploads/2018/06/Matopiba_José-107.jpg\" alt=\"\" width=\"1920\" height=\"1280\" srcset=\"https://apublica.org/wp-content/uploads/2018/06/Matopiba_José-107.jpg 1920w, https://apublica.org/wp-content/uploads/2018/06/Matopiba_José-107-800x533.jpg 800w, https://apublica.org/wp-content/uploads/2018/06/Matopiba_José-107-1600x1067.jpg 1600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" /></div><figcaption id=\"figcaption_attachment_47949\" class=\"wp-caption-text caption\" itemprop=\"description\">Plantação de soja na região do Matopiba. Região despertou o interesse do fundo Vision Brazil</figcaption></figure><p>Esses contratos eram firmados pelas empresas do Grupo Vision, que ofertavam um valor em dinheiro aos representantes do Grupo Golin em troca do compromisso de pagamento por meio de propriedades rurais. Uma espécie de contrato de corretagem de imóveis para a Vision, que, fundada em 2006, queria <a href=\"https://apublica.org/2018/05/terra-a-vista-no-matopiba\" target=\"_blank\" rel=\"noopener\">investir em terras</a> no cerrado brasileiro, seguindo as tendências do mercado financeiro mundial. Esses imóveis eram adquiridos por valores significativamente mais baixos do que os empréstimos oferecidos pelas subsidiárias do Grupo Vision, trazendo lucros astronômicos para o Grupo Golin, sempre próximos aos 1.000%. Foi também através dessas operações que as subsidiárias do Grupo Vision adquiriram terras no coração do Matopiba. Entre elas estão dois grandes imóveis rurais – fazendas Piauí e Terçado – formados pela Vision no cerrado piauiense, que reúne 1,5 milhão de hectares de terra arável nos <a href=\"https://apublica.org/2018/05/nos-baixoes-do-piaui-paga-se-o-preco-do-progresso-do-matopiba/\" target=\"_blank\" rel=\"noopener\">platôs das muitas chapadas ao sul</a> do estado. Juntos, os imóveis somam 47.247 hectares – área quase equivalente à cidade de Porto Alegre – em municípios como Manoel Emídio, Alvorada do Gurgueia, Palmeira do Piauí e Currais. <a href=\"http://www.visionbrazil.com/produtos.html#tab-tab2\" target=\"_blank\" rel=\"noopener\">Em seu site</a>, a Vision afirma possuir 335 mil hectares no Matopiba e afirma ter criado uma empresa – a Tiba Agro – só para gerenciar projetos agrícolas no cerrado.</p><p>Um exemplo das operações de mútuo está na aquisição das fazendas Brejo da Onça II e Olho D’Água, localizadas em Alvorada do Gurgueia (PI). Segundo a denúncia da OAR, os imóveis rurais, oficialmente comprados por R$ 100 mil cada um, foram dados em pagamento a dois contratos de mútuo firmados pelo suposto fantasma Paulo Roberto da Rosa com a ICGL, subsidiária do Grupo Vision, que, somados valiam R$ 7,6 milhões. Um lucro gigantesco sobre o valor original das terras que nem sequer foram pagas à vendedora.<!-- mostRead --></p><p><a id=\"Link2\"></a>As áreas foram compradas pelo Grupo Golin, em março de 2008, da advogada Josyane Rocha da Silva. “Eu tinha essas terras aqui no sul do estado, estava passando por um momento muito difícil e tinha o interesse em vendê-las. O Grupo Golin mostrou interesse em comprar. Eu tive pessoalmente com o Joselito Golin, que é conhecido como Paulo Golin, e ele me transmitiu uma confiança, mas na verdade eu caí numa teia de aranha”, conta Josyane. Ela conta que fez um acordo com Golin pelas áreas que, juntas, ultrapassam 4.700 hectares, mas recebeu apenas um pagamento como sinal. Confiando no negócio, ela conta que assinou a escritura transferindo as terras para um técnico em contabilidade ligado ao Grupo Golin chamado Ronaldo Lisboa de Freitas. Este transferiu as áreas a Paulo Roberto da Rosa, que, por meio de seu procurador, Joselito Golin, repassou-as à ICGL, conforme as cadeias dominiais dos imóveis obtidas pela <strong>Pública</strong>. Como os pagamentos não vieram, a advogada Josyane devolveu o sinal e obteve a reintegração de posse das duas fazendas por meio de uma decisão liminar da Justiça piauiense. “Durante a negociação, o Paulo Golin falou que ia telefonar para a Tiba Agro [do fundo de investimentos Vision] para receber o dinheiro da transação. Eles pareciam ser parte do mesmo grupo”, relata a advogada, revelando a proximidade entre o grupo de agronegócio e o fundo de investimento. O Instituto de Terras do Piauí (Interpi) move uma ação de reintegração de posse na Justiça do estado por entender que a área comprada pela Vision é pública – o processo corre na Justiça desde 2012 e ainda não há conclusão.</p><p>Segundo a denúncia, o mesmo estratagema foi usado nos acordos de mútuo envolvendo várias outras fazendas. Só em 2007, por exemplo, Paulo Rosa adquiriu nove fazendas (Chapadão, Cabeceira, Engano, Terçado, Última Fronteira II, Alto da Serra, Alto da Curriola, Ipanema e Serra), todas no Piauí. Os imóveis foram dados como pagamento a mútuos que, somados, chegam a R$ 60 milhões, recebidos por Rosa em um período de cinco meses. Em muitos desses imóveis, Rosa – sempre representado por Joselito Golin – teve lucros próximos a 1.000%. A fazenda Cabeceira, por exemplo, formada a partir da compra de seis matrículas imobiliárias por R$ 437.400,00, foi dada como pagamento a um mútuo de R$ 4,62 milhões. Ou seja, descontados os pouco mais de R$ 430 mil que pagou pelas matrículas, Rosa ficou com um lucro de R$ 4,18 milhões – cerca de 9,6 vezes o que investiu. A fazenda Engano foi comprada por R$ 250.000,00 e dada como pagamento a um mútuo de R$ 2,6 milhões – lucro de 957% no mesmo período de sete meses. Também a fazenda Pirajazinho II, comprada em setembro de 2007 por R$ 900.000,00, foi dada em pagamento a um mútuo de R$ 9.520.070,39 em abril de 2008 – lucro de 958% nos mesmos sete meses. Todos esses mútuos foram ofertados por duas subsidiárias da Vision Brazil: ICGL e ICGL 2.</p> <figure id=\"attachment_47957\" aria-describedby=\"figcaption_attachment_47957\" class=\"wp-caption alignnone\" itemscope itemtype=\"http://schema.org/ImageObject\"><div class=\"imageAndSource\"><img itemprop=\"contentURL\" class=\"wp-image-47957 size-full\" src=\"https://apublica.org/wp-content/uploads/2018/06/eronides.jpg\" alt=\"\" width=\"768\" height=\"463\" /></div><figcaption id=\"figcaption_attachment_47957\" class=\"wp-caption-text caption\" itemprop=\"description\">&#8220;Identificamos esse dinheiro desviado da Boi Gordo voltando do exterior para o Brasil, na forma de empréstimos, através de fundos de investimento&#8221;, afirma o promotor Eronides Santos (à direita), do MP (SP)</figcaption></figure><p>“Nós identificamos esse dinheiro desviado da Boi Gordo voltando do exterior para o Brasil, na forma de empréstimos, através de fundos de investimento por meio de um laranja, o Paulo Roberto da Rosa, sempre por meio de um procurador, o Paulo Golin, cujo nome de batismo na verdade é Joselito”, descreve o promotor Eronides Santos. “Esse Paulo Roberto da Rosa movimentou R$ 1 bilhão, sempre através do Golin como procurador”, resume. Em juízo, a Vision Brazil reconheceu que firmou os contratos de mútuo que visavam investimentos no setor agropecuário. A Vision alegou ter sido apresentada a Paulo Golin e a Paulo Roberto da Rosa, “empresário bem-sucedido na aquisição, exploração e venda de grandes propriedades rurais”. O valor dos empréstimos, segundo a empresa, era definido por avaliações de mercado preestabelecidas e que não tinham controle sobre o valor que os mutuários – na maioria das vezes, Rosa e o contador Gerson Luiz Oliveira – pagavam pelas fazendas dadas posteriormente em pagamento.</p><p>O juiz Marcelo Sacramone recusou os argumentos da Vision. “Os documentos juntados aos autos demonstram que as operações não foram regulares. O montante emprestado não é condizente com a situação financeira de Paulo Roberto da Rosa, não é condizente à prática do mercado, a operação não é lógica economicamente e implica risco exacerbado ao agente, a menos que haja interesses outros”, decidiu o juiz. “Ainda que a parte ré sustente que o lucro obtido com a compra e venda dos imóveis era algo que cabia ao mutuário Paulo Roberto da Rosa e que ela não tinha interferência, a alegação não é crível. Como agente econômico, que procurava maximizar seu lucro, a parte ré não continuaria a deixar de auferir 90% de lucro pelas aquisições das terras, ou seja, não deixaria de comprar diretamente os bens no mercado para não ter que pagar estratosférico percentual de lucro”, argumenta Sacramone.</p><p>Para o magistrado, a única explicação lógica para o fato de a Vision oferecer contratos de mútuo tão generosos a Paulo Roberto da Rosa e outras pessoas do Grupo Golin é “conceber-se que o capital emprestado não é do mutuante [Vision], mas do próprio mutuário [Golin] e a operação fora realizada simplesmente para legalizar os recursos obtidos mediante desvio dos bens da anterior concordatária”. A Vision negou a afirmação dizendo que o dinheiro era da própria empresa e teve origem em fundos geridos pela empresa nas Ilhas Cayman. “Essa alegação, contudo, é insuficiente. Cumpria à parte ré demonstrar efetivamente a origem do capital e que, no caso, não tinha origem no Grupo Golin. Referida demonstração não fora realizada a contento nos autos e sem quaisquer justificativas, o que indica a participação na operação de desvio dos recursos em benefício do Grupo Golin e em benefício próprio, já que conservou consigo a propriedade das fazendas dadas em pagamento”, decidiu Sacramone.</p><p><a href=\"https://www.jusbrasil.com.br/diarios/188671453/djsp-judicial-1a-instancia-capital-03-05-2018-pg-1261?ref=next_button\" target=\"_blank\" rel=\"noopener\">Em segunda instância</a>, contudo, a Vision obteve <a href=\"https://apublica.org/wp-content/uploads/2018/06/Voto-Apelação-nº-0026864-81.2014.8.26.pdf\" target=\"_blank\" rel=\"noopener\">decisão favorável</a> a uma alegação de cerceamento da defesa e conseguiu anular os efeitos da decisão do juiz Sacramone em relação às subsidiárias da Vision. O processo retornou à primeira instância para que a empresa possa produzir provas de que o dinheiro dos mútuos não tinha relação com o Grupo Golin e, consequentemente, com a fraude à falência da Boi Gordo. A empresa alega que o dinheiro dos mútuos veio de investidores internacionais reunidos nos fundos geridos por ela.</p><p>Na esfera federal, a Receita também viu irregularidades nos negócios entre as subsidiárias da Vision e Paulo Roberto da Rosa, classificados como “evidente fraude para o não pagamento de impostos” por Golin. “Conclui-se, portanto, estar claramente comprovado que JOSELITO GOLIN, com a ajuda de empresas a ele ligadas, utilizou-se de personagem fictício para celebrar negócios e fraudar o fisco”, diz denúncia do MPF. Em dezembro de 2015, a juíza federal Carolina Viegas <a href=\"https://apublica.org/wp-content/uploads/2018/06/Jucesp_ICGL2.pdf\" target=\"_blank\" rel=\"noopener\">determinou</a> a indisponibilidade dos bens de Golin e das subsidiárias da Vision envolvidas nos mútuos.</p><p>Em contato com a <strong>Pública</strong>, a Vision Brazil Investments declarou que “as suspeitas levantadas pelo síndico da Massa Falida das Fazendas Reunidas Boi Gordo em relação aos negócios realizados pelas Empresas foram todas afastadas, no incidente, por provas robustas que demonstram terem sido os imóveis adquiridos de forma idônea pelas Empresas, mediante operações comerciais lícitas, todas assistidas por prestigioso escritório de advocacia, auditadas por empresas de renome e devidamente escrituradas”. Alegou também que em segunda instância viu “nítida separação entre os negócios dessas Empresas e os atos praticados pelas pessoas que administraram a massa falida (denominado ‘grupo Golin’). Logo, o acórdão do Tribunal de Justiça evidenciou que não havia fundamento que sustentasse qualquer envolvimento dessas empresas com eventuais atos e desvios alegadamente praticados pelo grupo Golin no âmbito da falência das Fazendas Reunidas Boi Gordo”. A empresa destacou o fato de o processo ter sido remetido à primeira instância para melhor apreciação das provas sobre a participação da Vision no desvio de recursos da Boi Gordo. E declarou “que a idoneidade das operações por elas empreendidas foi atestada pela [empresa de auditoria] PwC em substancioso laudo pericial, produzido ao longo de mais de 1 (um) ano de diligências, já apresentado judicialmente e a ser considerado pelo juízo de primeiro grau por determinação do Tribunal de Justiça de São Paulo”. As empresas do grupo são representadas pelo ex-presidente do STF Cezar Peluso.</p><p>A Vision permanece com muitas das fazendas adquiridas nas cobiçadas áreas de cerrado com a lucrativa corretagem do suposto fantasma Paulo Roberto da Rosa e o contador dos Golin, o também condenado Gerson Luiz Oliveira. Em seus investimentos em terras, a Vision é especializada em adquirir terra bruta e transformá-la para revender a produtores e especuladores interessados. Segundo uma apresentação de um dos sócios da Vision Brazil produzida para investidores em 2016, a empresa adquiriu, no fim de 2007, um imóvel rural de 25 mil hectares por R$ 41,4 milhões e o revendeu por R$ 87,9 milhões.</p><p>Apesar de anular os efeitos da sentença em relação à Vision Brazil por cerceamento de defesa (sem análise do mérito), a participação do Grupo Golin foi completamente confirmada em segunda instância pelo Tribunal de Justiça de São Paulo.</p><h3>Lucro dos mútuos estacionou na compra de fazendas, diz MP</h3><p>Os beneficiários dos mútuos realizados pela Vision Brazil usaram os lucros dos contratos para integralizar capital de outras empresas. Uma delas foi a Bom Jardim Empreendimentos Rurais Ltda. A empresa teve seu capital consideravelmente ampliado em menos de 40 dias em 2009: saiu de R$ 100 mil para R$ 3,6 milhões com o lucro dos mútuos obtidos por Paulo Roberto da Rosa, segundo documentos da Jucesp. Em seguida, a Bom Jardim adquiriu uma fazenda rebatizada com o mesmo nome da empresa, um imóvel de 14 mil hectares na cobiçada serra do Quilombo, área rural disputada a tapa por gigantes do agronegócio, situada entre os municípios de Bom Jesus, Gilbués e Monte Alegre do Piauí. O imóvel encontra-se com a matrícula bloqueada após denúncia do MP do Piauí por inconformidades das matrículas dos imóveis com a <a href=\"http://www.planalto.gov.br/ccivil_03/leis/L6015compilada.htm\" target=\"_blank\" rel=\"noopener\">Lei de Registros Públicos (6.015/1973)</a>. Na decisão de bloqueio, o juiz da vara agrária de Bom Jesus (PI), Heliomar Rios Ferreira, afirmou que as matrículas dos imóveis foram hipotecadas em uma transação de R$ 2,6 bilhões proveniente de uma das maiores companhias financeiras do mundo, a <a href=\"https://www.metlife.com/\" target=\"_blank\" rel=\"noopener\">Metlife</a>, sediada em Nova York. Parte do empréstimo se destina à compra de novas fazendas.</p><p>Segundo o promotor Eronides Santos, do MP de São Paulo, a maior parte dos lucros dos mútuos realizados pelo Grupo Golin virou fazendas. “Nós começamos a monitorar e a verificar onde esse dinheiro foi estacionado. E foi na aquisição de propriedades rurais. Inúmeras propriedades rurais em nome de empresas e membros da família Golin”, descreve Santos. Outra fazenda adquirida com o capital proveniente dos mútuos, a fazenda Chapadão do São Domingos, localizada em Uruçuí (PI), foi adquirida em setembro de 2009 por R$ 5 milhões pela empresa JAP Empreendimentos e Participações. A JAP pertence a duas filhas de Joselito Golin: Judiliane e Ana Paula Golin. Dois meses depois da aquisição, a fazenda foi vendida à Empresa Brasileira de Terras 2 Ltda., representada pelos dois administradores da Vision, Fábio Greco e Amaury Fonseca Jr., por cerca de R$ 44 milhões.</p> <figure id=\"attachment_47945\" aria-describedby=\"figcaption_attachment_47945\" class=\"wp-caption alignnone\" itemscope itemtype=\"http://schema.org/ImageObject\"><div class=\"imageAndSource\"><div class='inline-image-source image-source p-1 text-right'>José Cícero da Silva/Agência Pública</div><img itemprop=\"contentURL\" class=\"wp-image-47945 size-full\" src=\"https://apublica.org/wp-content/uploads/2018/06/Matopiba_José-4.jpg\" alt=\"\" width=\"1920\" height=\"1280\" srcset=\"https://apublica.org/wp-content/uploads/2018/06/Matopiba_José-4.jpg 1920w, https://apublica.org/wp-content/uploads/2018/06/Matopiba_José-4-800x533.jpg 800w, https://apublica.org/wp-content/uploads/2018/06/Matopiba_José-4-1600x1067.jpg 1600w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" /></div><figcaption id=\"figcaption_attachment_47945\" class=\"wp-caption-text caption\" itemprop=\"description\">O grupo Golin responde a uma dezena de processos envolvendo questões fundiárias na vara agrária de Bom Jesus (PI), cujo titular é o juiz Heliomar Rios Ferreira (foto)</figcaption></figure><p>No Piauí, membros do Grupo Golin enfrentam uma série de acusações de serem beneficiários de grilagem de terras e autores de episódios de violência. Em 2016, Jocenir Pedro Golin foi denunciado pelo MP do Piauí por constar na cadeia dominial de uma matrícula grilada por um servidor do cartório da cidade de Gilbués (PI). O servidor em questão, por meio de manobras no cartório do município piauiense, transformou uma área de 6 mil braças, que seria equivalente a pouco mais de 8 mil hectares, em uma área de 51.315 hectares. A área foi posteriormente clonada no cartório de Barreiras do Piauí (PI), chegando a mais de 100 mil hectares criados na caneta.</p><p>“Antes pensava que somente Jesus Cristo fosse capaz de multiplicar os pães, mas aqui no Piauí nós temos uma figura que tem o poder divino de multiplicar terras. Não há poder maior do que esse!!! Jesus Cristo deve estar com muita inveja ou, pelo menos, lamentando não ter vivido para ver tal proeza, pois, em sendo na sua época, teria resolvido o problema dos hebreus e Moisés não ficaria vagando anos pelo deserto à procura de um mísero pedaço de chão para alocar seu povo!!!”, escreveu o juiz Heliomar Rios Ferreira na inflamada decisão que determinou o bloqueio das matrículas decorrentes da manobra. Jocenir Pedro Golin era um dos sócios da Forte Colonizadora, apontada como responsável direta pelo desvio de bens da Boi Gordo. O outro sócio da Forte, Júlio Lourenço Golin, também aparece como beneficiário da manobra do cartorário como sócio da empresa Vale Verde S/A. Esta e Jocenir Golin receberam cerca de 19 mil hectares da área criada em cartório e a venderam posteriormente a outro comprador. Golin foi denunciado pelo MPF por ter conseguido crédito bancário com a terra de mentira. O cartório de Gilbués, assim como muitos outros do sul piauiense, encontra-se sob intervenção judicial.</p><h3>Outro lado</h3><p>O advogado Leandro Tilkian, que representa três empresas do Grupo Golin citadas na reportagem (Eldorado Agroindustrial, Bom Jardim Empreendimentos Rurais e JAP Empreendimentos e Participações), assim como o patriarca Joselito Golin, suas filhas Ana Paula, Rafaela e Judiliane, disse não querer se manifestar até o julgamento dos embargos de declaração da decisão de segunda instância, que ocorrerá no próximo dia 26 de junho. A advogada Tânia Maiuri, que representa Paulo Roberto da Rosa, disse não ter sido autorizada por seu cliente a prestar esclarecimentos à reportagem. O advogado Isidoro Mazzotini, que representa o contador Gerson Luís Oliveira, não respondeu às questões enviadas até o fechamento da reportagem.</p><p>Roberto Iser Júnior, que representa Júlio Lourenço Golin e a empresa Forte Colonizadora, enviou à reportagem um laudo pericial feito pela empresa de auditoria <a href=\"http://www.concept.net.br/\" target=\"_blank\" rel=\"noopener\">Concept</a> nas contas da Boi Gordo. O laudo afirma que o valor apontado como desviado na sentença de primeira instância “não possui respaldo técnico formal e material, posto que, conforme demonstrado e fundamentado neste trabalho, a quase totalidade dos ativos foi vendida e transferida antes da data de aquisição pela Forte Colonizadora Ltda. (30/set./03) ou foi arrecadada pelo síndico da massa falida”. “Não existe uma prova de algum bem que estivesse em nome da Boi Gordo que tenha sido transferido para Júlio Golin, para a Forte Colonizadora ou para qualquer um dos outros réus arrolados como integrantes do Grupo Golin. O acórdão fala que está comprovado, mas não mostra onde. Isso que nós vamos argumentar no julgamento dos embargos”, afirma Roberto Iser Júnior. Ele refuta também a caracterização das empresas e familiares de Joselito Golin como grupo econômico.</p><p>A reportagem não conseguiu contato com a defesa de Paulo Roberto de Andrade.</p> ]]></content:encoded> <wfw:commentRss>https://apublica.org/2018/06/investigacao-indica-que-dinheiro-dos-credores-da-boi-gordo-virou-terra-em-matopiba/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Depois que o fogo apaga</title><link>https://apublica.org/2018/06/depois-que-o-fogo-apaga/</link> <comments>https://apublica.org/2018/06/depois-que-o-fogo-apaga/#respond</comments> <pubDate>Mon, 18 Jun 2018 15:01:04 +0000</pubDate> <dc:creator><![CDATA[Caio Castor]]></dc:creator> <category><![CDATA[Português]]></category> <category><![CDATA[auxílio-moradia]]></category> <category><![CDATA[direito a moradia]]></category> <category><![CDATA[Ocupações]]></category> <category><![CDATA[São Paulo]]></category><guid isPermaLink=\"false\">http://apublica.org/?post_type=video&#038;p=47910</guid> <description><![CDATA[Nossa reportagem registrou a saga de duas famílias em busca de moradia após o incêndio e desabamento do edifício Wilton Paes no centro de São Paulo  ]]></description> <content:encoded><![CDATA[<p>Durante 45 dias acompanhamos o dia a dia de Noemi, Adilson, Grivalda e Jéssica no acampamento que se levantou em frente aos escombros do edifício Wilton Paes, no Largo do Paissandú, no Centro de São Paulo.</p><p>Os quatro desabrigados são parte das mais de 150 famílias que ficaram sem-teto com o incêndio e desabamento do edifício ocupado pelo movimento LMD (Luta por Moradia Digna) na madrugada de terça-feira, 1 de maio de 2018.</p><p>Depois de 23 dias acampadas e à espera de uma solução do poder público – que ainda não veio – Noemi e a filha Jéssica buscaram abrigo em outra ocupação no centro da cidade. Adilson e a esposa Grivalda, porém, resolveram seguir acampados em condições insalubres.</p><p>Na cidade mais rica do país, esses personagens escancaram as dificuldades cruéis de uma parcela cada vez maior da população na luta por moradia digna.</p> ]]></content:encoded> <wfw:commentRss>https://apublica.org/2018/06/depois-que-o-fogo-apaga/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Rodrigo Maia usa dados sem contexto sobre educação</title><link>https://apublica.org/2018/06/truco-rodrigo-maia-usa-dados-sem-contexto-sobre-educacao/</link> <comments>https://apublica.org/2018/06/truco-rodrigo-maia-usa-dados-sem-contexto-sobre-educacao/#respond</comments> <pubDate>Fri, 15 Jun 2018 18:47:35 +0000</pubDate> <dc:creator><![CDATA[Ethel Rudnitzki]]></dc:creator> <category><![CDATA[Português]]></category> <category><![CDATA[checagem]]></category> <category><![CDATA[DEM]]></category> <category><![CDATA[educação]]></category> <category><![CDATA[fact-checking]]></category> <category><![CDATA[Rodrigo Maia]]></category> <category><![CDATA[Truco]]></category> <category><![CDATA[Truco Eleições 2018]]></category><guid isPermaLink=\"false\">http://apublica.org/?post_type=claim_review&#038;p=47898</guid> <description><![CDATA[Presidenciável acerta número sobre pessoas em pobreza extrema no Nordeste, mas erra quantidade de crianças em creches]]></description> <content:encoded><![CDATA[<figure id=\"attachment_47897\" aria-describedby=\"figcaption_attachment_47897\" class=\"wp-caption aligncenter\" itemscope itemtype=\"http://schema.org/ImageObject\"><div class=\"imageAndSource\"><div class='inline-image-source image-source p-1 text-right'>J.Batista/Câmara dos Deputados</div><img itemprop=\"contentURL\" class=\"size-full wp-image-47897\" src=\"https://apublica.org/wp-content/uploads/2018/06/rodrigo-maia-checagem.jpg\" alt=\"\" width=\"1972\" height=\"1312\" srcset=\"https://apublica.org/wp-content/uploads/2018/06/rodrigo-maia-checagem.jpg 1972w, https://apublica.org/wp-content/uploads/2018/06/rodrigo-maia-checagem-800x532.jpg 800w, https://apublica.org/wp-content/uploads/2018/06/rodrigo-maia-checagem-1600x1065.jpg 1600w\" sizes=\"(max-width: 1972px) 100vw, 1972px\" /></div><figcaption id=\"figcaption_attachment_47897\" class=\"wp-caption-text caption\" itemprop=\"description\">O presidente da Câmara. Rodrigo Maia (DEM), quer entrar na disputa pela Presidência da República</figcaption></figure><p>Presidente da Câmara dos Deputados desde julho de 2016, Rodrigo Maia (DEM) ganhou notoriedade desde o impeachment de Dilma Rousseff. Com a posse de Temer, que não possui vice, o parlamentar tornou-se o primeiro nome na linha sucessória para a Presidência da República. Recentemente Maia teve o nome anunciado como pré-candidato do Democratas para as eleições presidenciais, <a href=\"https://politica.estadao.com.br/noticias/eleicoes,maia-diz-que-ainda-ha-tempo-para-decidir-se-desiste-de-candidatura,70002338316\">mas, como tem atingido 1% nas pesquisas, já há sinais de que pode desistir</a>. Sua assessoria, por enquanto, nega a informação.</p><p>Ainda que faça parte da base aliada de Temer, o parlamentar adotou um discurso de oposição em suas entrevistas como presidenciável, posicionando-se contra o Planalto em temas como precificação de combustíveis e criticando a organização e a burocracia da intervenção federal no Rio de Janeiro. Em 6 de junho, ele participou de uma <a href=\"https://www.facebook.com/correiobraziliense/videos/1873381419374846/\">sabatina com pré-candidatos ao Planalto realizada pelo jornal <em>Correio Braziliense</em></a>. Apesar de se dizer ser contra privatizações, Maia dedicou boa parte de seu tempo para criticar o peso do Estado no orçamento federal. Além de educação básica e ensino superior, o pré-candidato também falou sobre saúde e desigualdade social, sempre defendendo reformas estruturais.</p><p>O <strong><a href=\"https://apublica.org/truco\">Truco</a></strong> – projeto de fact-checking da <a href=\"https://apublica.org/\"><strong>Agência Pública</strong></a>, que está analisando frases de todos os pré-candidatos à Presidência – verificou quatro trechos da entrevista. Apoiado em estudos e pesquisas, ele acertou um dado sobre desigualdade no país, mas deixou de lado o contexto em dois números corretos sobre o ensino superior. O pré-candidato também errou o porcentual de crianças em creches no Brasil.</p><p><strong>Leia mais:</strong><br /> <strong><a href=\"https://apublica.org/2018/06/truco-aldo-rebelo-usa-dados-falsos-sobre-golpe-de-64-copa-e-amazonia/\">Aldo Rebelo usa dados falsos sobre golpe de 64, Copa e Amazônia</a></strong><br /> <strong><a href=\"https://apublica.org/2018/05/truco-manuela-davila-erra-dados-sobre-seguranca-publica/\">Manuela D’Ávila erra dados sobre segurança pública</a></strong><br /> <strong><a href=\"https://apublica.org/2018/05/truco-em-artigo-escrito-da-prisao-lula-distorce-dados/\">Em artigo escrito da prisão, Lula distorce dados</a></strong></p><hr /><p><strong><a id=\"checagem1\"></a>“[O Brasil é] um país desigual, onde 55% das pessoas que estão na extrema pobreza estão no Nordeste.”</strong></p><p><img class=\"size-full wp-image-30361 alignleft\" src=\"https://apublica.org/wp-content/uploads/2017/05/verdadeiro-400.jpg\" alt=\"Verdadeiro\" width=\"400\" height=\"400\" />A afirmação de Rodrigo Maia é verdadeira. Em reportagem publicada no dia 12 de março de 2018, o <em>Valor Econômico</em> divulgou o resultado de um relatório encomendado à LCA Consultores sobre esse tema. O estudo <a href=\"http://www.valor.com.br/brasil/5446455/pobreza-extrema-aumenta-11-e-atinge-148-milhoes-de-pessoas\">identificou um crescimento de 11,2% no número de pessoas em situação de extrema pobreza no país em 2017</a>. O Nordeste concentrava 55% deste grupo, cerca de 8,1 milhões de pessoas. O Sudeste e o Norte apresentaram o mesmo porcentual, com 13% do total para cada região. A análise baseou-se em microdados da Pesquisa Nacional por Amostra de Domicílios (Pnad) Contínua, elaborada pelo Instituto Brasileiro de Geografia e Estatística (IBGE).</p><p>A consultoria adotou a linha de corte do Banco Mundial para países de nível médio-alto de desenvolvimento, que corresponde a cerca de R$ 136 mensais, em valores de 2017. A partir dessa metodologia, descobriu que a população em extrema pobreza passou de 13,34 milhões, em 2016, para 14,83 milhões, no ano passado. O documento da LCA Consultores não está disponível e, apesar de ter sido solicitado à empresa pelo <strong>Truco</strong>, não foi fornecido.</p><p><a href=\"https://biblioteca.ibge.gov.br/visualizacao/livros/liv101459.pdf\">No Brasil, não há uma linha oficial de pobreza</a>, mas, mesmo utilizando procedimentos diferentes de mensuração da renda da população, os dados permanecem similares. O Instituto de Pesquisa e Estratégia Econômica do Ceará (Ipece) lançou no dia 22 de maio <a href=\"http://www.ipece.ce.gov.br/enfoque/EnfoqueEconomicoN187_22_05_2018.pdf\">um levantamento sobre o total das pessoas em extrema pobreza no Brasil a partir dos microdados da Pnad Contínua.</a> A metodologia seguiu os parâmetros do programa Bolsa Família, que considera extremamente pobres as pessoas com rendimento domiciliar per capita menor ou igual a R$ 85. Segundo a pesquisa, no ano passado, o Nordeste concentrava cerca de 52% da extrema pobreza do país. Entre 2016 e 2017, houve um aumento de 13,95%, ou seja, o número de pessoas nessa condição passou de 8,7 milhões para 10,1 milhões.</p><hr /><p><strong><a id=\"checagem2\"></a>“De 0 a 3 anos é dramático você ter apenas 25% de crianças em creches no Brasil.”</strong></p><p><img class=\"size-full wp-image-30306 alignleft\" src=\"https://apublica.org/wp-content/uploads/2017/05/falso-400.jpg\" alt=\"Falso\" width=\"400\" height=\"400\" />Ainda há um grande porcentual de crianças sem acesso a creches no Brasil, mas o dado usado pelo presidenciável está errado. Crianças de até 3 anos têm direito à educação infantil em creches ou entidades equivalentes garantido pela <a href=\"http://www.planalto.gov.br/ccivil_03/leis/L9394.htm\">Lei de Diretrizes e Bases da Educação (LDB)</a> e pelo <a href=\"http://www.planalto.gov.br/ccivil_03/leis/L8069.htm\">Estatuto da Criança e do Adolescente</a>. Mesmo assim, isso ainda não é realidade para muitas delas. De acordo com a Pnad Contínua, do IBGE, que traz o número mais recente sobre esse tema, <a href=\"https://biblioteca.ibge.gov.br/visualizacao/livros/liv101576_informativo.pdf\">32,7% das crianças nessa faixa etária frequentavam creches ou unidades educacionais equivalentes em 2017</a>. Em 2016, eram 30,4%.</p><p>O <a href=\"http://pne.mec.gov.br/images/pdf/pne_conhecendo_20_metas.pdf\">Plano Nacional de Educação</a> (PNE) foi criado para ampliar o acesso à educação no país e estabelece metas para serem cumpridas em dez anos a partir de 2014. A primeira é relacionada ao ensino infantil e prevê a ampliação da “oferta de educação infantil em creches, de forma a atender, no mínimo, 50% (cinquenta por cento) das crianças de até 3 anos até 2024”.</p><p><!-- alsoRead -->Os números mostram que o atendimento tem crescido ao longo dos anos, mas ainda está distante da meta. O <a href=\"http://portal.inep.gov.br/informacao-da-publicacao/-/asset_publisher/6JYIsGMAMkW1/document/id/1476034\">Relatório de Monitoramento das Metas do PNE</a> – que usa dados do <a href=\"http://portal.inep.gov.br/web/guest/sinopses-estatisticas-da-educacao-basica\">Censo Escolar, realizado pelo Instituto Nacional de Estudos e Pesquisas Educacionais</a> (Inep), e do IBGE – informa que, de 2004 para 2015, a parcela de crianças de 0 a 3 anos com acesso à creche ou à escola aumentou 13,1 pontos porcentuais, atingindo 30,4% em 2015. Em 2016, o número chegou a 31,9%. Os resultados estão próximos dos da Pnad Contínua, apesar de usarem outra metodologia.</p><p>O dado citado por Maia vem da <a href=\"https://biblioteca.ibge.gov.br/visualizacao/livros/liv98965.pdf\">Síntese dos Indicadores Sociais de 2016</a>, do IBGE, que usa a Pnad 2015. O documento diz que apenas 25,6% das crianças com menos de 4 anos eram matriculadas em creches ou escolas naquele ano. O suplemento <a href=\"https://biblioteca.ibge.gov.br/visualizacao/livros/liv100137.pdf\">Aspectos dos cuidados das crianças de menos de 4 anos de idade</a> informa que, de 10,3 milhões de crianças nessa faixa etária, apenas 2,6 milhões tinham acesso à creche. Os dados, no entanto, estão desatualizados. A Pnad foi encerrada em 2016. Foi substituída pela Pnad Contínua, que teve a metodologia revista e atualizada e traz diferenças na amostra, abrangência geográfica e periodicidade.</p><p>O número de crianças em creches apresentado pela Pnad 2015 (25,6%) é diferente do apresentado pelo relatório das metas do PNE (30,4%). Isso porque cada levantamento tem uma metodologia distinta. O primeiro foi feito com base em uma amostra da população, enquanto o segundo é feito cruzando dados do Censo Educacional, que é uma pesquisa declaratória feita somente a instituições de ensino e estudantes, com os dados do IBGE.</p><hr /><p><strong><a id=\"checagem3\"></a>“Os 40% dos brasileiros que ganham mais têm 65% das vagas das universidades públicas. Isso é uma distorção.”</strong></p><p><img class=\"size-full wp-image-30745 alignleft\" src=\"https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400.jpg\" alt=\"Sem contexto\" width=\"400\" height=\"400\" srcset=\"https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400.jpg 400w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-150x150.jpg 150w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-300x300.jpg 300w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-240x240.jpg 240w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-32x32.jpg 32w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-50x50.jpg 50w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-64x64.jpg 64w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-96x96.jpg 96w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-128x128.jpg 128w\" sizes=\"(max-width: 400px) 100vw, 400px\" /></p><p>Ao propor reformas estruturais que diminuiriam o peso do Estado no orçamento federal, Rodrigo Maia fez diversas críticas às universidades públicas brasileiras. Para ele, é uma distorção que a parcela correspondente aos 40% mais ricos no país ocupem 65% das vagas das universidades públicas. Procurado, o pré-candidato não informou qual foi a fonte usada. O mesmo dado aparece no <a href=\"http://documents.worldbank.org/curated/en/884871511196609355/pdf/121480-REVISED-PORTUGUESE-Brazil-Public-Expenditure-Review-Overview-Portuguese-Final-revised.pdf\">estudo “Um Ajuste Justo: Análise da eficiência e equidade do gasto público no Brasil”</a>, um relatório do Banco Mundial publicado em novembro de 2017. O número está correto, mas falta contexto à frase.</p><p>Em 2015, o rendimento domiciliar médio per capita no grupo dos 40% mais ricos do Brasil era de R$ 1.057, de acordo com a Pnad 2015 – valor pouco maior do que um salário mínimo, atualmente em R$ 954. Trata-se, portanto, de uma parcela populacional que, apesar de ganhar mais do que a maioria da população, não possui necessariamente uma renda alta. A pesquisa do IBGE é a mesma utilizada nos cálculos do Banco Mundial.</p><p>Segundo a Pnad, a renda média per capita só fica acima de R$ 2 mil no grupo dos 10% mais ricos. Nessa parcela, a renda média é de R$ 5.231 por pessoa. Nos 20% mais ricos, a renda média ainda é de R$ 1.947 e, nos 30% mais ricos, a média fica em R$ 1.375 por pessoa. Além disso, outro estudo mostra que a participação de estudantes com renda familiar acima de nove salários mínimos está caindo, enquanto a parcela com rendimento de até três salários mínimos aumenta.</p><p>O estudo do Banco Mundial propõe a adoção de um modelo similar ao do Fundo de Financiamento Estudantil (Fies) para parte dos alunos das universidades públicas e discute também os gastos com educação superior no país. Na página 136 do documento, a instituição atesta que, em 2002, nenhum estudante universitário fazia parte dos 20% mais pobres da população e somente 4% integrava o grupo dos 40% mais pobres. “Em 2015, aproximadamente 15% dos estudantes do ensino superior estavam no grupo dos 40% mais pobres. No entanto, somente 20% dos estudantes fazem parte dos 40% mais pobres da população, ao passo que 65% integram o grupo dos 40% mais ricos”, calculou. Os números da instituição são baseados na Pnad, do IBGE, de 2015. Os dados levam em conta instituições públicas federais, estaduais e municipais e seus estudantes, com idades entre 18 e 24 anos.</p><p>Além de boa parte dos 40% que ganham mais não serem necessariamente ricos, como mostra a própria Pnad, a participação de estudantes de renda mais baixa está aumentando, enquanto cai a de alunos de renda mais elevada. Isso aparece na última <a href=\"http://www.andifes.org.br/wp-content/uploads/2017/11/Pesquisa-de-Perfil-dos-Graduanso-das-IFES_2014.pdf\">Pesquisa do Perfil Socioeconômico dos Estudantes das Universidades Federais</a>, da Associação Nacional dos Dirigentes das Instituições Federais de Ensino Superior (Andifes), publicada em julho de 2016 com dados de 2014.</p><p>O estudo, apresentado no Fórum Nacional de Pró-Reitores de Assuntos Estudantis (Fonaprace), mostra que a parcela de estudantes provenientes de famílias com rendimento acima de nove salários mínimos caiu no período de 2010 a 2014, de 6,57% para 2,96%. Já a participação de alunos com rendimento familiar de até três salários mínimos atingiu mais de 51% do total de vagas. No Nordeste, eles são quase 64%, por conta de um aumento de mais de 14% em sua participação regional desde 2010, antes em cerca de 50%. Os dados da pesquisa foram obtidos por meio de questionários preenchidos por amostras de estudantes de universidades públicas federais.</p><hr /><p><strong><a id=\"checagem4\"></a>“O custo [dos alunos] das universidades públicas é 2,5 vezes maior que [o] das universidades privadas.” </strong></p><p><img class=\"size-full wp-image-30745 alignleft\" src=\"https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400.jpg\" alt=\"Sem contexto\" width=\"400\" height=\"400\" srcset=\"https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400.jpg 400w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-150x150.jpg 150w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-300x300.jpg 300w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-240x240.jpg 240w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-32x32.jpg 32w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-50x50.jpg 50w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-64x64.jpg 64w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-96x96.jpg 96w, https://apublica.org/wp-content/uploads/2017/06/sem-contexto-400-128x128.jpg 128w\" sizes=\"(max-width: 400px) 100vw, 400px\" />Ainda no trecho da sabatina em que discorre sobre os problemas do ensino superior no Brasil, Rodrigo Maia apresenta outro dado proveniente do mesmo <a href=\"http://documents.worldbank.org/curated/en/884871511196609355/pdf/121480-REVISED-PORTUGUESE-Brazil-Public-Expenditure-Review-Overview-Portuguese-Final-revised.pdf\">estudo do Banco Mundial</a>. O documento atesta que “alunos nas universidades públicas brasileiras em média custam de duas a três vezes mais do que alunos matriculados em universidades privadas”. Embora a afirmação esteja correta, falta contexto.</p><p>As universidades públicas oferecem uma gama de cursos mais diversificada. Isso inclui muitas áreas com custo por aluno elevado, algumas delas desinteressantes economicamente para uma instituição privada. Além disso, a produção científica e a proporção de alunos de pós-graduação são muito maiores nas públicas, o que também contribui para o custo mais alto.</p><p>O gasto médio por aluno, se considerado todo o ensino superior brasileiro –ou seja, incluindo instituições públicas e privadas –, não é elevado segundo os critérios do Banco Mundial. As universidades e institutos federais, no entanto, fogem a essa regra. “Se considerarmos somente as instituições públicas, o nível de gasto por aluno é próximo ao verificado em países que possuem o dobro do PIB per capita do Brasil, e muito superior ao de vários países da Organização para a Cooperação e Desenvolvimento Econômico (OCDE), tais como Itália e Espanha”, calcula o relatório.</p><p>Em comparação com as universidades privadas, alunos nas universidades públicas brasileiras em média custam de duas a três vezes mais do que alunos matriculados em universidades privadas. O cálculo do Banco Mundial foi feito com base nas estatísticas do Exame Nacional de Desempenho dos Estudantes (Enade), no Censo da Educação Superior e em relatórios de gasto por aluno das universidades federais, elaborados pela Secretaria Executiva do Ministério da Educação (MEC).</p><p>O estudo, entretanto, não destaca as grandes diferenças entre o ensino superior público e o privado no Brasil. Em entrevista para o Jornal da Unicamp, Nelson Cardoso Amaral, professor do Programa de Pós-Graduação em Educação da Universidade Federal de Goiás (UFG), aponta que, <a href=\"https://www.unicamp.br/unicamp/ju/noticias/2017/11/30/relatorio-do-banco-mundial-distorce-dados-e-ignora-realidade-do-pais-alertam\">ao calcular o gasto por aluno, o relatório do Banco Mundial soma todos os recursos financeiros aplicados na instituição – incluindo, por exemplo, gastos em pesquisa e extensão e os vencimentos de funcionários e professores na ativa e aposentados – e divide o total pelo número de matrículas</a>. Esse grande volume, ao se fazer o cálculo, gera um resultado maior no custo por aluno. Também entrevistado pelo jornal, o vice-presidente da Sociedade Brasileira para o Progresso da Ciência (SBPC), Carlos Roberto Jamil Cury, diz que é necessário levar em consideração o perfil de cada instituição para fazer comparações desse tipo. Entre os fatores que influenciam o custo por estudante estão a proporção de alunos em atividades de pós-graduação e as atividades de pesquisa científica produzidas.</p><p>Embora a rede privada seja responsável por 75% das matrículas do ensino superior, <a href=\"http://portal.inep.gov.br/censo-da-educacao-superior\">de acordo com o Censo da Educação Superior do MEC</a>, todas as 20 instituições que lideram a produção científica brasileira são públicas, segundo um <a href=\"https://www.capes.gov.br/images/stories/download/diversos/17012018-CAPES-InCitesReport-Final.pdf\">relatório encomendado pela Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (Capes)</a>. O documento, divulgado em janeiro de 2018, foi produzido pela empresa estadunidense Clarivate Analytics e analisa a pesquisa científica no Brasil entre 2011 e 2016. A conclusão do estudo é que praticamente só há produção de pesquisa científica em universidades públicas no país.</p><p>A diversidade de <a href=\"https://www.unicamp.br/unicamp/ju/noticias/2017/11/30/relatorio-do-banco-mundial-distorce-dados-e-ignora-realidade-do-pais-alertam\">cursos oferecidos também é maior na rede pública</a>. “Cursos caros e que exigem laboratórios bem equipados – como medicina e as engenharias – tendem a se concentrar no sistema público”, afirmou Renato Pedrosa, líder do Laboratório de Estudos sobre Ensino Superior da Unicamp, também entrevistado.</p><h3>Veja outras checagens dos presidenciáveis</h3><div id=\"freewall-1530382049-8686\" class=\"freewall summaries mt-5 mb-5\"><div class=\"brick card brick-category-1\"> <a href='https://apublica.org/2018/05/truco-marina-silva-omite-processos-mas-acerta-sobre-meio-ambiente/'><img width=\"800\" height=\"600\" src=\"https://apublica.org/wp-content/uploads/2018/05/1014211-18042016-img_0119-1-800x600.jpg\" class=\"card-img-top mb-2 wp-post-image\" alt=\"\" /></a><div class=\"card-body\"><p class=\"card-text summary\"><a href='https://apublica.org/2018/05/truco-marina-silva-omite-processos-mas-acerta-sobre-meio-ambiente/'>Marina Silva omite processos, mas acerta sobre meio ambiente</a></p></div></div><div class=\"brick card brick-category-1\"> <a href='https://apublica.org/2018/04/truco-ao-falar-do-brasil-ciro-gomes-usa-dados-falsos-e-exagerados/'><img width=\"800\" height=\"600\" src=\"https://apublica.org/wp-content/uploads/2018/04/ciro-gomes-palestra-800x600.jpg\" class=\"card-img-top mb-2 wp-post-image\" alt=\"Ciro Gomes em palestra na UFABC, em 2017; no exterior, candidato citou dados falsos\" /></a><div class=\"card-body\"><p class=\"card-text summary\"><a href='https://apublica.org/2018/04/truco-ao-falar-do-brasil-ciro-gomes-usa-dados-falsos-e-exagerados/'>Ao falar do Brasil, Ciro Gomes usa dados falsos e exagerados</a></p></div></div><div class=\"brick card brick-category-1\"> <a href='https://apublica.org/2018/03/truco-em-8-frases-acertos-e-erros-de-geraldo-alckmin/'><img width=\"800\" height=\"600\" src=\"https://apublica.org/wp-content/uploads/2018/03/geraldo-alckmin-800x600.jpg\" class=\"card-img-top mb-2 wp-post-image\" alt=\"\" srcset=\"https://apublica.org/wp-content/uploads/2018/03/geraldo-alckmin-800x600.jpg 800w, https://apublica.org/wp-content/uploads/2018/03/geraldo-alckmin-510x382.jpg 510w\" sizes=\"(max-width: 800px) 100vw, 800px\" /></a><div class=\"card-body\"><p class=\"card-text summary\"><a href='https://apublica.org/2018/03/truco-em-8-frases-acertos-e-erros-de-geraldo-alckmin/'>Em 8 frases, acertos e erros de Geraldo Alckmin</a></p></div></div></div> ]]></content:encoded> <wfw:commentRss>https://apublica.org/2018/06/truco-rodrigo-maia-usa-dados-sem-contexto-sobre-educacao/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Quem fiscaliza os tribunais de contas?</title><link>https://apublica.org/2018/06/quem-fiscaliza-os-tribunais-de-contas/</link> <comments>https://apublica.org/2018/06/quem-fiscaliza-os-tribunais-de-contas/#respond</comments> <pubDate>Thu, 14 Jun 2018 16:56:01 +0000</pubDate> <dc:creator><![CDATA[Alice Maciel]]></dc:creator> <category><![CDATA[Português]]></category> <category><![CDATA[corrupção]]></category> <category><![CDATA[lava-jato]]></category> <category><![CDATA[política]]></category> <category><![CDATA[TCU]]></category><guid isPermaLink=\"false\">http://apublica.org/?p=47860</guid> <description><![CDATA[Abarrotados de denúncias de corrupção, TCEs são compostos de membros políticos nomeados pelos governadores e seus aliados]]></description> <content:encoded><![CDATA[<p><span style=\"font-weight: 400;\">“As minhas contas foram aprovadas pelo Tribunal de Contas do Estado.” Essa frase está na ponta da língua dos políticos investigados na Operação Lava Jato por fraudar licitações e superfaturar obras. E o argumento não é falso. Os ex-governadores Aécio Neves (PSDB), de Minas Gerais, Sérgio Cabral (MDB), do Rio de Janeiro, e Beto Richa (PSDB), do Paraná – investigados por suspeita de terem favorecido empresas em licitações –, tiveram as contas aprovadas nos tribunais de contas de seus estados, colocando em xeque a credibilidade dos órgãos de controle como mecanismo para coibir esquemas de corrupção. </span></p><p><span style=\"font-weight: 400;\">O problema é que, entre os julgadores das suas movimentações financeiras, estavam aliados políticos. </span><span style=\"font-weight: 400;\">A ONG Transparência Brasil revelou, <a href=\"https://www.transparencia.org.br/downloads/publicacoes/TBrasil%20-%20Tribunais%20de%20Contas%202016.pdf\" target=\"_blank\" rel=\"noopener\">em estudo</a></span><span style=\"font-weight: 400;\"> </span><span style=\"font-weight: 400;\">publicado no ano passado, que oito em cada dez conselheiros de contas do país exerceram mandatos eletivos ou altas funções em governos. A pesquisa, realizada em 2014 e atualizada em 2016, incluiu membros do Tribunal de Contas da União (TCU), dos 27 tribunais de contas dos estados e do Distrito Federal, e dos tribunais municipais. Existem quatro tribunais de contas do conjunto de municípios dos estados de Pará, Goiás, Ceará e Bahia, e Tribunais Municipais de contas nas cidades de São Paulo e Rio de Janeiro.</span><!-- alsoRead --></p><p><span style=\"font-weight: 400;\"><a id=\"Link1\"></a>O levantamento mostra que 23% dos 233 conselheiros e ministros respondem a processos ou já foram punidos na Justiça e até mesmo nos próprios tribunais de contas. Os supostos guardiões do dinheiro público são acusados de fraudar licitações, superfaturar obras e enriquecer ilicitamente. A mais comum acusação que recai sobre eles: improbidade administrativa.</span></p><p><span style=\"font-weight: 400;\">Embora não tenha havido nenhuma investigação específica sobre elas, a Operação Lava Jato escancarou a participação dos integrantes dessas cortes estaduais, municipais e federal nos esquemas de desvio de dinheiro. No Rio de Janeiro, cinco conselheiros do TCE estão afastados, suspeitos de cobrar propina para fazer “vista grossa” de contratos do governo com empreiteiras. </span></p><p><span style=\"font-weight: 400;\">Até fevereiro deste ano, o ex-ministro das cidades do governo de Dilma Rousseff Mário Negromonte (PP-BA) ocupava uma cadeira no conselho do Tribunal de Contas dos Municípios do Estado Bahia (TCM). Ele foi acusado de pedir propina de R$ 25 milhões para beneficiar empresas do setor de rastreamento de veículos quando era ministro. Indicado pelo ex-governador Jaques Wagner (PT-BA), em 2014, o conselheiro foi afastado depois que virou réu por corrupção passiva. </span><span style=\"font-weight: 400;\">O senador Agripino Maia (DEM-RN) teria </span><span style=\"font-weight: 400;\">influenciado a mudança de parecer do TCE do Rio Grande do Norte, favorecendo a OAS na construção do estádio Arena das Dunas para a Copa do Mundo de 2014, de acordo com denúncia da Procuradoria-Geral da República, acatada pelo Supremo Tribunal Federal (STF). A operação atingiu também a cúpula do TCU. O filho do ministro Aroldo Cedraz (ex-deputado federal da Bahia pelo PFL, hoje DEM), o advogado </span><span style=\"font-weight: 400;\">Tiago Cedraz,</span><span style=\"font-weight: 400;\"> passou a ser investigado em 2015 depois de o dono da empreiteira UTC Engenharia, Ricardo Pessoa, ter dito que o contratou para obter dados de difícil acesso na corte e para comprar uma decisão referente à usina nuclear Angra 3. Procurados pela reportagem da Pública, todos negam as acusações. </span><span style=\"font-weight: 400;\">(<a href=\"http://apublica.org/2018/06/o-que-dizem-os-citados-na-reportagem/\" target=\"_blank\" rel=\"noopener\">Leia o que dizem os citados</a>)</span></p><h3><b>Tudo dominado </b></h3><p><span style=\"font-weight: 400;\">Os tribunais de contas estaduais possuem sete conselheiros. Quatro são escolhidos pelo voto dos deputados; um, livremente pelo governador; e os outros dois, também pelo governador, mas têm de ser auditores e procuradores do Ministério Público de Contas. </span></p><p><span style=\"font-weight: 400;\">Procurador do Ministério Público junto ao TCU e presidente da Associação Nacional do Ministério Público de Contas (Ampcon), Júlio Marcelo de Oliveira </span><span style=\"font-weight: 400;\">–</span><span style=\"font-weight: 400;\"> conhecido por ser o autor da representação que levou à reprovação das contas de 2014 da ex-presidente Dilma Rousseff (PT) por fraude fiscal </span><span style=\"font-weight: 400;\">–</span><span style=\"font-weight: 400;\">, alerta que, quanto mais tempo o mesmo grupo político permanece no poder de um estado, mais influência ele tem no tribunal de contas. </span></p><p><span style=\"font-weight: 400;\">É o caso, por exemplo, de Minas Gerais. O PSDB permaneceu no governo por 12 anos, de janeiro de 2003 a janeiro de 2015. Todos os membros do órgão mineiro são ligados aos ex-governadores tucanos Aécio Neves e Antonio Anastasia: os ex-deputados Mauri Torres (PSDB), José Alves Viana (DEM), Wanderley Ávila (PSDB) e Sebastião Helvécio (PDT) foram indicados pela Assembleia Legislativa. Já os dois cargos técnicos, ocupados por Cláudio Terrão e Gilberto Pinto Dinis, foram nomeação de Anastasia. </span></p><p><span style=\"font-weight: 400;\">O levantamento da ONG Transparência Brasil que avaliou a vida pregressa de todos os membros das cortes dos tribunais de contas na ativa em 2016 traz a informação de que, no grupo de conselheiros que jamais ocuparam cargo eletivo nem foram secretários de governo, 6% respondem a processo na Justiça. Já entre os conselheiros que são políticos profissionais, a porcentagem sobe para 27%. </span></p><p><span style=\"font-weight: 400;\"><a id=\"Link2\"></a>Políticos que perderam o mandato, que estão achando difícil se reeleger, ou que querem aumentar o poder político da família, sendo substituídos na Assembleia pelo filho ou mulher, por exemplo, cobiçam as vagas de conselheiros de contas. Ali, recebem diversos benefícios, como foro privilegiado, cargo vitalício, salários altos – o salário-base é de R$ 30.471 –, além de gratificações e outras vantagens. </span></p><p><span style=\"font-weight: 400;\">Juntos, os tribunais de contas custam mais de R$ 10 bilhões aos cofres públicos, de acordo com o procurador Júlio Marcelo de Oliveira. </span><span style=\"font-weight: 400;\">Os cargos de conselheiros são equivalentes aos dos desembargadores, e os ministros do TCU são equiparados pela Constituição Federal aos ministros do Supremo Tribunal de Justiça (STJ). Os membros dos órgãos de controle estão regidos pela Lei Orgânica da Magistratura. No entanto, ninguém os fiscaliza. “Os tribunais de contas não têm controle nenhum. Ninguém fiscaliza esses órgãos”, ressaltou </span><span style=\"font-weight: 400;\">Oliveira</span><span style=\"font-weight: 400;\">. </span></p><p><span style=\"font-weight: 400;\">Em abril deste ano, vagou uma cadeira na corte de Minas, com a morte da conselheira Adriene Andrade, mulher do ex-senador Clésio Andrade (MDB). Ela preenchia a vaga de indicação livre do governador. Será a vez agora do atual gestor do estado, Fernando Pimentel (PT), indicar um nome. O líder do governo no Legislativo, deputado estadual Durval Ângelo, é o mais cotado a assumir o conselho, perpetuando a prática de aliados políticos fiscalizarem a prestação de contas de governadores. </span></p><p><span style=\"font-weight: 400;\">Com interesses políticos predominando sobre interesses públicos, não faltam escândalos no currículo do TCE de Minas Gerais. Em 2002, o então presidente do órgão, José Ferraz, já falecido, foi apontado pelo Ministério Público do estado como um dos envolvidos em um incêndio criminoso que destruiu provas de investigações fiscais. Em 2008, três conselheiros, incluindo o presidente, foram indiciados por suspeita de envolvimento com uma organização criminosa acusada de ter desviado R$ 200 milhões em verbas do Fundo de Participação dos Municípios. O esquema foi revelado na Operação Pasárgada, que teve como alvo também membros da corte do Rio. Em 2015, <a href=\"https://www.em.com.br/app/noticia/politica/2015/03/04/interna_politica,623869/contracheques-nas-alturas.shtml\" target=\"_blank\" rel=\"noopener\">o jornal </a></span><a href=\"https://www.em.com.br/app/noticia/politica/2015/03/04/interna_politica,623869/contracheques-nas-alturas.shtml\"><i><span style=\"font-weight: 400;\">Estado de Minas</span></i></a><span style=\"font-weight: 400;\"><a href=\"https://www.em.com.br/app/noticia/politica/2015/03/04/interna_politica,623869/contracheques-nas-alturas.shtml\"> revelou</a> que os conselheiros receberam, em dezembro de 2014, salários que ultrapassavam R$ 150 mil mensais</span><span style=\"font-weight: 400;\">. </span></p><p><span style=\"font-weight: 400;\">O Ministério Público chegou a questionar na Justiça, em 2006, a indicação de Adriene Andrade ao conselho da corte de contas, com o argumento de que ela não possuía os requisitos para preencher a vaga. Ela era ré em processos sob a acusação de fraudar licitações e respondia a ações cíveis e inquéritos policiais por supostas irregularidades administrativas quando foi prefeita de Três Pontas, de 2001 a 2004.</span></p><p><a href=\"https://apublica.org/2018/06/o-que-dizem-os-citados-na-reportagem/\">Leia também: Veja o que dizem os mencionados na reportagem</a></p><h3><b>Sociedade civil fica de fora do TCE</b></h3><p><span style=\"font-weight: 400;\">Para ser conselheiro do TCE de Minas, de acordo com artigo 78 da </span><span style=\"font-weight: 400;\">Constituição</span><span style=\"font-weight: 400;\"> mineira, que foi inspirada na brasileira – na qual há os critérios destinados aos ministros do TCU –, é preciso ter “mais de trinta e cinco e menos de sessenta e cinco anos de idade; possuir idoneidade moral e reputação ilibada; notórios conhecimentos jurídicos, contábeis, econômicos, financeiros ou de administração pública; e ter mais de dez anos de exercício de função ou de efetiva atividade profissional que exijam os conhecimentos</span><span style=\"font-weight: 400;\"> mencionados no inciso anterior</span><span style=\"font-weight: 400;\">”. </span></p><p><span style=\"font-weight: 400;\">Doutor em contabilidade e finanças públicas, com mais de dez anos de serviço público, sendo quatro no TCE, o contador Alexandre Bossi encontrou na lei a possibilidade de fazer diferente: ocupar uma vaga de juiz de contas sendo um representante da sociedade civil. O desejo surgiu depois que ele trabalhou como auditor no tribunal mineiro. </span><span style=\"font-weight: 400;\">“Eu me sentia muito incomodado. Como auditor concursado, como técnico, você levanta várias coisas, faz inspeção na rua, visita municípios, faz um trabalho técnico de qualidade, com levantamento de irregularidades, de má gestão. Quando chega para votação política, no plenário, muitas vezes aquilo que a gente pesquisava, pegando o que a lei estipula em termos de punição, era deixado de lado. Achávamos, por exemplo, alguma irregularidade muito grande em uma estatal, aí, ao invés de aplicar multa, aplicava ressalva. Ou seja, não funcionava”, lembrou Bossi. </span></p><p><span style=\"font-weight: 400;\">Em 2000, com a morte de um conselheiro indicado pela Assembleia, Bossi decidiu candidatar-se. O percurso, descobriu, não era tão simples como parecia. De acordo com o regimento interno do Legislativo mineiro, para entrar na disputa por uma vaga na corte de contas, é preciso ter o apoio de 20% dos deputados estaduais. “</span><span style=\"font-weight: 400;\">É feito para a sociedade não participar. É publicado no rodapé do </span><i><span style=\"font-weight: 400;\">Diário Oficial</span></i><span style=\"font-weight: 400;\"> e, quando abre a vaga, só tem dez dias para fazer o registro”, avaliou.</span></p> <figure id=\"attachment_47844\" aria-describedby=\"figcaption_attachment_47844\" class=\"wp-caption alignnone\" itemscope itemtype=\"http://schema.org/ImageObject\"><div class=\"imageAndSource\"><div class='inline-image-source image-source p-1 text-right'>Tamás Bodolay/Agência Pública</div><img itemprop=\"contentURL\" class=\"wp-image-47844 size-full\" src=\"https://apublica.org/wp-content/uploads/2018/06/Imagem03.jpg\" alt=\"\" width=\"1200\" height=\"801\" srcset=\"https://apublica.org/wp-content/uploads/2018/06/Imagem03.jpg 1200w, https://apublica.org/wp-content/uploads/2018/06/Imagem03-800x534.jpg 800w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></div><figcaption id=\"figcaption_attachment_47844\" class=\"wp-caption-text caption\" itemprop=\"description\">Alexandre Bossi encontrou na lei a possibilidade de fazer diferente: ocupar uma vaga de juiz de contas sendo um representante da sociedade civil</figcaption></figure><p><span style=\"font-weight: 400;\">Consultor do Legislativo desde 1993, ele tinha proximidade com os parlamentares e bateu na porta dos 77 gabinetes para conseguir os 16 votos necessários. Cada deputado pode apoiar até dois candidatos.</span><span style=\"font-weight: 400;\"> “Os deputados falavam comigo: ‘Você tá doido? Já tenho compromisso com meu colega aqui, do partido tal’. Eu respondia: “Ô deputado, não diga isso. Diga que tem compromisso porque acredita que ele vai ser um bom fiscal, um bom auditor, mas não porque é seu amigo de partido”, lembrou. Bossi conseguiu o apoio e foi o primeiro representante da sociedade civil a disputar o cargo no país. Ele concorreu naquele ano com cinco deputados.</span></p><p><span style=\"font-weight: 400;\">Na votação do plenário, Bossi precisaria de 39 votos, mas teve apenas um. Depois que experimentou a eleição pela primeira vez, o servidor público conseguiu entrar na disputa todas as outras cinco vezes em que vagaram cadeiras da Assembleia, em 2004, 2005, 2009, 2011 e 2012, sempre concorrendo com deputados. Ele até mesmo tentou ser o indicado do Aécio, em 2006. “Eu tentei falar com o governador, dizer pra ele para indicar uma pessoa com perfil técnico, mas o Aécio nem me recebeu. Foi o Anastasia, na época secretário de Estado, quem me atendeu”, contou. Naquele ano, Adriene Andrade foi a escolhida. </span></p><p><span style=\"font-weight: 400;\">“Não vou me candidatar mais”, garantiu Bossi. “Eu fiquei de 2000 a 2012 mexendo com isso. É muito cansativo, eu paro a minha vida, mas isso não significa que eu desisti da luta”, explicou. Ele disse desconhecer casos de nomeações que não sejam políticas. “A sociedade civil organizada jamais conseguiu emplacar um nome. No caso da minha candidatura, eu tive a iniciativa, mas contei com o apoio de entidades como o Conselho Regional de Contabilidade e do Sindicato dos Servidores do Tribunal de Contas”. Para ele, é muito importante colocar os tribunais de contas, “órgãos desconhecidos da sociedade e tão importantes no combate à corrupção”, sempre na pauta de discussão. “Os diversos casos de desvio de dinheiro público que, com frequência, aparecem nas primeiras páginas dos jornais são prova de que os tribunais de contas não andam exercendo satisfatoriamente o seu papel fiscalizador”. </span></p><h3><b>Aprovada pelo TCE-MG, cidade administrativa cai na mira da Lava Jato</b></h3> <figure id=\"attachment_47855\" aria-describedby=\"figcaption_attachment_47855\" class=\"wp-caption alignnone\" itemscope itemtype=\"http://schema.org/ImageObject\"><div class=\"imageAndSource\"><div class='inline-image-source image-source p-1 text-right'>Gustavo Baxter/Agência Pública</div><img itemprop=\"contentURL\" class=\"wp-image-47855 size-full\" src=\"https://apublica.org/wp-content/uploads/2018/06/Imagem14.jpg\" alt=\"\" width=\"1200\" height=\"800\" srcset=\"https://apublica.org/wp-content/uploads/2018/06/Imagem14.jpg 1200w, https://apublica.org/wp-content/uploads/2018/06/Imagem14-800x533.jpg 800w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></div><figcaption id=\"figcaption_attachment_47855\" class=\"wp-caption-text caption\" itemprop=\"description\">Cidade administrativa cai na mira da Operação Lava Jato</figcaption></figure><p><span style=\"font-weight: 400;\">Na mira da Operação Lava Jato, a Cidade Administrativa da capital mineira passou pelo crivo do Tribunal de Contas de Minas em 2007. As suspeitas reveladas nas investigações da Polícia Federal (PF) são de que o então governador Aécio Neves tenha recebido da Odebrecht R$ 5,2 milhões em propina para que a empresa faturasse a licitação. Os recursos teriam ido para sua campanha, de acordo com a delação do ex-executivo da empreiteira Benedicto Júnior. Sempre que questionado sobre as acusações, <a href=\"https://noticias.uol.com.br/politica/ultimas-noticias/2017/04/12/aecio-recebeu-caixa-2-via-obra-da-cidade-administrativa-de-mg-diz-delator-da-odebrecht.htm\" target=\"_blank\" rel=\"noopener\">Aécio Neves diz</a> que “o edital de licitação foi apresentado previamente ao Ministério Público Estadual e ao Tribunal de Contas do Estado”</span><span style=\"font-weight: 400;\">. </span></p><p><span style=\"font-weight: 400;\">Inaugurada em 4 de março de 2010, dia em que o avô de Aécio, o ex-presidente Tancredo Neves, completaria 100 anos, a Cidade Administrativa é a obra mais cara da gestão do tucano. Ela custou R$ 1,2 bilhão aos cofres públicos. Apesar do alto investimento, salta aos olhos de quem frequenta o local a infraestrutura já decadente: <a href=\"http://noticias.r7.com/brasil/noticias/recem-inaugurada-nova-sede-do-governo-de-minas-gerais-ja-apresenta-rachaduras-20100627.html\" target=\"_blank\" rel=\"noopener\">pisos com rachaduras surgidas apenas três meses depois da inauguração</a> </span><span style=\"font-weight: 400;\">, janelas proibidas de serem abertas – ficam lacradas – porque os vidros caem lá do alto e cheiro forte de esgoto nos jardins. Em 2015, u<a href=\"https://www.otempo.com.br/cidades/pr%C3%A9dio-fica-danificado-ap%C3%B3s-ventania-na-cidade-administrativa-1.1146366\">m vendaval arrancou parte do teto do prédio</a></span><span style=\"font-weight: 400;\">. </span></p><a href='https://apublica.org/janela-com-lacre-2/'><img width=\"1200\" height=\"800\" src=\"https://apublica.org/wp-content/uploads/2018/06/janela-com-lacre-2.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https://apublica.org/wp-content/uploads/2018/06/janela-com-lacre-2.jpg 1200w, https://apublica.org/wp-content/uploads/2018/06/janela-com-lacre-2-800x533.jpg 800w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></a> <a href='https://apublica.org/imagem10-6/'><img width=\"1200\" height=\"800\" src=\"https://apublica.org/wp-content/uploads/2018/06/Imagem10.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https://apublica.org/wp-content/uploads/2018/06/Imagem10.jpg 1200w, https://apublica.org/wp-content/uploads/2018/06/Imagem10-800x533.jpg 800w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></a> <a href='https://apublica.org/2018/06/quem-fiscaliza-os-tribunais-de-contas/imagem09/'><img width=\"1200\" height=\"800\" src=\"https://apublica.org/wp-content/uploads/2018/06/Imagem09.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https://apublica.org/wp-content/uploads/2018/06/Imagem09.jpg 1200w, https://apublica.org/wp-content/uploads/2018/06/Imagem09-800x533.jpg 800w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></a> <a href='https://apublica.org/imagem08/'><img width=\"1200\" height=\"800\" src=\"https://apublica.org/wp-content/uploads/2018/06/Imagem08.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https://apublica.org/wp-content/uploads/2018/06/Imagem08.jpg 1200w, https://apublica.org/wp-content/uploads/2018/06/Imagem08-800x533.jpg 800w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></a><p><span style=\"font-weight: 400;\">Em fevereiro, Fernando Pimentel decidiu desativar o Palácio Tiradentes, um dos prédios da Cidade Administrativa, onde o governador despachava. De acordo com Pimentel, a medida trará uma economia de 40% nos gastos com insumos diversos, manutenção rotineira e com o consumo de água e energia. O PSDB rebateu a decisão do petista e garantiu que a centralização da estrutura governamental naquele espaço gerou uma economia de R$ 590 milhões aos cofres públicos entre 2011 e 2015. </span></p><p><span style=\"font-weight: 400;\">Passados 17 anos do lançamento do edital da Cidade Administrativa, o TCE de Minas instaurou, em abril de 2017, um procedimento para investigar se houve fraude no contrato. A medida foi tomada depois que a Procuradoria-Geral da República abriu inquérito para averiguar a existência de crimes envolvendo Aécio Neves na obra. A iniciativa para a investigação partiu do Ministério Público de Contas.</span></p> <figure id=\"attachment_47866\" aria-describedby=\"figcaption_attachment_47866\" class=\"wp-caption alignnone\" itemscope itemtype=\"http://schema.org/ImageObject\"><div class=\"imageAndSource\"><div class='inline-image-source image-source p-1 text-right'>Gustavo Baxter/Agência Pública</div><img itemprop=\"contentURL\" class=\"wp-image-47866 size-full\" src=\"https://apublica.org/wp-content/uploads/2018/06/teto-predio-minas-1.jpg\" alt=\"\" width=\"1200\" height=\"800\" srcset=\"https://apublica.org/wp-content/uploads/2018/06/teto-predio-minas-1.jpg 1200w, https://apublica.org/wp-content/uploads/2018/06/teto-predio-minas-1-800x533.jpg 800w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></div><figcaption id=\"figcaption_attachment_47866\" class=\"wp-caption-text caption\" itemprop=\"description\">Em 2015, um vendaval arrancou parte do teto do prédio</figcaption></figure><p><span style=\"font-weight: 400;\">A </span><b>Pública</b><span style=\"font-weight: 400;\"> entrou em contato com as assessorias de imprensa do senador Aécio Neves e do Tribunal de Contas de Minas, que não deram retorno.</span></p><h3><b>Ministério Público </b></h3><p><span style=\"font-weight: 400;\">Além de atuarem como auxiliares dos tribunais de contas no controle e na fiscalização da execução do orçamento e dos atos de gestão dos recursos públicos, os membros do Ministério Público de Contas podem apresentar uma denúncia à corte de contas para que irregularidades sejam apuradas e os gestores, responsabilizados. </span><span style=\"font-weight: 400;\">Os pareceres dos procuradores de contas, servidores concursados com carreira de bacharel em direito, são opinativos. Ou seja, eles não têm o poder de vetar as decisões dos conselheiros, que podem acatar ou não suas recomendações, tendo apenas como ferramenta o recurso para que as decisões sejam revistas. </span></p><p><span style=\"font-weight: 400;\">Nunca na história do TCE de Minas, por exemplo, houve reprovação das contas de um governador. Mesmo quando os procuradores de contas alertaram para problemas graves. Em 2013, <a href=\"https://apublica.org/wp-content/uploads/2018/06/CONTAS-TCE-MG-2013.pdf\" target=\"_blank\" rel=\"noopener\">o Ministério Público de Contas advertiu</a></span><span style=\"font-weight: 400;\"> que o estado não cumpriu o mínimo constitucional para a educação, de 25% da receita, tendo aplicado apenas 23,91%. Isso não impediu, no entanto, que os <a href=\"https://www.tce.mg.gov.br/TCE-aprova-contas-do-Governador-e-faz-recomendacoes-.html/Noticia/1111621092\" target=\"_blank\" rel=\"noopener\">conselheiros aprovassem as contas</a> do ex-governador Antonio Anastasia, argumentando que o gestor havia cumprido os índices constitucionais.</span></p><h3><b><a id=\"Link3\"></a>13 conselheiros afastados em um ano</b></h3><p><span style=\"font-weight: 400;\">O descumprimento da aplicação mínima constitucional de 15% da receita para a saúde foi um dos principais argumentos dos conselheiros do TCE do Rio para a rejeição do balanço financeiro de 2016 do governador Luiz Fernando Pezão (MDB). A última vez que o TCE havia emitido parecer contrário às contas do estado fora em 2003. A decisão contrária a Pezão se deu em maio do ano passado. “O colegiado que deliberou pela rejeição das contas em 2016 foi integrado por conselheiros suplentes, tendo em vista o afastamento dos titulares por ordem judicial (IPL 1133/DF – Operação Quinto do Ouro). Note-se que em anos anteriores (2007-2015) o número de inconsistências foi até maior. Ainda assim as contas eram sistematicamente aprovadas com parecer favorável do TCE, numa evidente demonstração de que o controle era meramente formal e de que existia uma estratégia de proteção mútua entre os órgãos”, alertou o Ministério Público Federal (MPF) no <a href=\"https://drive.google.com/open?id=1RCBgCy8OFNISOumywjGBTWnSIZht8EvM\" target=\"_blank\" rel=\"noopener\">documento que justifica a <strong>Operação Cadeia Velha</strong></a></span><span style=\"font-weight: 400;\">, que revelou um esquema de corrupção na Assembleia Legislativa do Rio de Janeiro.</span></p><p><span style=\"font-weight: 400;\">Apesar da recomendação do TCE, a Assembleia do Rio aprovou, em setembro de 2017, a movimentação financeira do governador. A população e os servidores do estado, que convivem com salários atrasados, foram proibidos de participar da votação. À época, o Legislativo fluminense justificou que a decisão</span><i><span style=\"font-weight: 400;\"> </span></i><span style=\"font-weight: 400;\">foi tomada pela presidência, por recomendação da segurança da Casa, “amparada em informações de que poderia haver atos violentos nos protestos”. </span><span style=\"font-weight: 400;\">Dois meses depois da reunião, Pezão indicou para o conselho da corte Edson Albertassi (MDB), então presidente da Comissão de Orçamento, Finanças, Fiscalização Financeira e Controle da Alerj, que também tinha dado aval à sua prestação de contas. </span></p><p><span style=\"font-weight: 400;\">“Os fatos, no entanto, demonstraram que a argumentação de Albertassi não passou de mera retórica para justificar a proteção ao governo cujas contas, se tivessem sido rejeitadas, poderiam levar à responsabilização pessoal do governador”, observaram os procuradores no documento. Ex-líder do governo na Assembleia, Albertassi foi preso na Operação Cadeia Velha, antes de assumir a vaga no TCE. Ainda de acordo com o MPF, “desde 2007 e durante toda a administração de Sérgio Cabral, houve razões de sobra para a reprovação das contas do governo, contudo, como o processo de fiscalização sempre esteve viciado, em momento algum o ex-governador esteve sob o risco de se ver submetido ao processo político de impedimento”.</span></p><p><span style=\"font-weight: 400;\">Há suspeitas de que durante o governo de Cabral cinco dos sete conselheiros do tribunal – </span><span style=\"font-weight: 400;\">Aloysio Guedes, Domingos Brazão, Marco Antônio de Alencar, José Gomes Graciosa e José Maurício Nolasco </span><span style=\"font-weight: 400;\">– participaram de um esquema de cobrança de propina para fechar os olhos para os contratos entre empreiteiras e o governo. A Operação Quinto do Ouro, da PF, que revelou o esquema, teve como base a delação premiada do ex-presidente do TCE Jonas Lopes. Os cinco conselheiros foram presos temporariamente em 29 de março de 2017 e soltos em 7 de abril, mas seguem afastados de suas funções desde então. O TCE do Rio afirmou, por meio de nota, que não irá comentar sobre o assunto. A reportagem não conseguiu contato com a defesa dos conselheiros afastados.</span></p><p><span style=\"font-weight: 400;\">Apenas no último ano, pelo menos 13 conselheiros foram afastados de seus cargos com suspeitas de estarem envolvidos em esquemas de corrupção. </span></p><p><span style=\"font-weight: 400;\">No Mato Grosso também foram afastados cinco conselheiros. Eles são suspeitos de ter recebido R$ 53 milhões em propinas para não prejudicar o andamento das obras da Copa no estado. O esquema foi revelado em delação do ex-governador Silval Barbosa (MDB) durante a Operação Malebolge, da PF. </span><span style=\"font-weight: 400;\">Os conselheiros Valter Albano, Antônio Joaquim, José Carlos Novelli, Waldir Júlio Teis e Sérgio Ricardo de Almeida foram afastados em setembro do ano passado pelo STF. A Malebolge é uma sequência da Operação Ararath, que desde 2013 investiga um suposto esquema de lavagem de dinheiro público e crimes financeiros no Mato Grosso. </span></p><p><span style=\"font-weight: 400;\">À reportagem, o TCE do Mato Grosso informou, por meio da assessoria de imprensa, que houve uma investigação interna em </span><span style=\"font-weight: 400;\">outubro de 2016. “A investigação foi conduzida por dois conselheiros substitutos e um procurador do Ministério Público de Contas, com conclusão em março de 2017”, observou o órgão. &#8220;Não chegou a nenhuma evidência de crime, mas mesmo assim a comissão responsável entendeu por bem encaminhar cópias dos autos para os Ministérios Públicos Federal e Estadual&#8221;, diz a <a href=\"https://apublica.org/wp-content/uploads/2018/06/Nota-TCE-MT.pdf\" target=\"_blank\" rel=\"noopener\">nota</a>.</span></p><p><a href=\"http://apublica.org/2018/06/o-que-dizem-os-citados-na-reportagem/\" target=\"_blank\" rel=\"noopener\">Leia o que dizem os conselheiros</a></p><p><span style=\"font-weight: 400;\">No Espírito Santo, o conselheiro José Antônio Almeida Pimentel foi acusado de receber dinheiro em troca de facilitação e favorecimento para a aprovação de processos perante a corte de contas do Estado. As investigações revelaram também que ele teria oferecido expertise e apoio técnico no direcionamento de processos licitatórios em diversos municípios capixabas. José Antônio é alvo da Operação Moeda de Troca, deflagrada em 2010, que apura fraudes em licitações de municípios no Espírito Santo. Ele saiu do cargo, por decisão do STJ, em junho do ano passado. </span></p><p><span style=\"font-weight: 400;\">A defesa argumentou ao STF que a denúncia contra José Antônio Pimentel seria inepta, principalmente por ausência de justa causa relativa aos crimes de lavagem de dinheiro e organização criminosa. Os fatos imputados ao denunciado, de acordo com a defesa, não estariam especificados.</span></p><p><span style=\"font-weight: 400;\">O conselheiro do TCE do Amapá José Júlio de Miranda Coelho foi igualmente afastado de suas funções em março de 2018 pelo STJ. Ele é acusado de ter cometido 62 vezes o crime de lavagem de dinheiro com uso de terceiros. </span></p><p><span style=\"font-weight: 400;\">José Júlio tinha sido afastado em 2015 e voltou ao cargo em dezembro de 2017 por decisão do STF. Diante do novo processo de afastamento, a defesa de Coelho alegou que, diante da reintegração promovida pela Suprema Corte, não havia fato recente que justificasse o novo pedido de afastamento feito pelo Ministério Público Federal. Mas ele foi afastado mesmo assim.</span></p><h3><b>Bom relacionamento e parentesco</b></h3><p><span style=\"font-weight: 400;\">A relação de cumplicidade entre o órgão de controle e seu controlado é um dos principais motivos da corrupção nos tribunais de contas, de acordo com o procurador Júlio Marcelo de Oliveira. “O político que ocupa a cadeira de conselheiro terá, na maioria dos casos, uma visão mais simpática ao seu grupo político. O desenho institucional atual é vulnerável à captura política”, acrescentou. </span></p><p><span style=\"font-weight: 400;\">“É com muita tranquilidade e serenidade que eu afirmo que este governo do estado do Rio de Janeiro, com suas finanças públicas, seus controles públicos, faz uma nova era do estado. Nós que cuidamos das contas do estado sentimos claramente a mudança radical que houve na Secretaria de Fazenda”, afirmou o então presidente do TCE do Rio de Janeiro José Maurício Nolasco durante a abertura do </span><span style=\"font-weight: 400;\">IV Encontro do Conselho Nacional dos Órgãos de Controle Interno,</span><span style=\"font-weight: 400;\"> que ocorreu em 2009. Anos depois, ele seria investigado na Operação Quinto do Ouro, já mencionada anteriormente. </span></p><p><span style=\"font-weight: 400;\">&#8220;Da parte do Tribunal de Contas de Goiás e do nosso governo, o que tem ocorrido invariavelmente é uma relação harmônica, porque há, acima de tudo, uma identidade de propósitos&#8221;, afirmou o então governador de Goiás Marconi Perillo (PSDB) durante a inauguração de uma nova sede do TCE, em agosto de 2016. </span><span style=\"font-weight: 400;\">Perillo é acusado de ter formado uma aliança com o dono da construtora Delta, Fernando Cavendish, e com o bicheiro Carlinhos Cachoeira para receber vantagens indevidas em troca de contratos com o governo goiano que causaram prejuízos aos cofres públicos. Em nota enviada à imprensa quando denunciado ao STJ, em março de 2017, ele negou as acusações. Assim que deixou a vaga para disputar a reeleição, em abril, o governador que o substituiu, José Eliton (PSDB), indicou o cunhado de seu antecessor, Sérgio Cardoso, ao conselho do Tribunal de Contas dos Municípios do Estado de Goiás</span><span style=\"font-weight: 400;\">. (<a href=\"https://apublica.org/wp-content/uploads/2018/06/Nota-TCE-GO.pdf\" target=\"_blank\" rel=\"noopener\">Veja a íntegra da nota do TCE-GO</a>)</span></p><p><span style=\"font-weight: 400;\">O levantamento da ONG Transparência Brasil mostrou também que 32% dos conselheiros têm relações de parentesco com políticos. “As relações são diversas e demonstram, em alguns casos, laços com figuras influentes na política local há diversas gerações. Em um caso, o poder remonta ao período imperial: o clã político cearense Paula Pessoa, ao qual pertence o conselheiro Luís Alexandre Albuquerque Figueiredo de Paula Pessoa, do TCE do Ceará, conta com oito gerações de políticos influentes. O conselheiro, além de ter de pai, irmão e sobrinho na política subnacional, tem como antepassado um senador do Império”, observou a ONG no estudo. </span></p><p><a href=\"https://apublica.org/2018/06/o-que-dizem-os-citados-na-reportagem/\">Leia também: Veja o que dizem os mencionados na reportagem</a></p><p><span style=\"font-weight: 400;\">O movimento #MudaTC, criado pela entidade presidida pelo procurador junto ao TCU, </span><span style=\"font-weight: 400;\">Júlio Marcelo de Oliveira</span><span style=\"font-weight: 400;\">, a Ampcon, a Confederação Nacional das Carreiras Típicas de Estado (Conacate) e a Federação Nacional das Entidades dos Servidores dos Tribunais de Contas do Brasil (Fenastc), depois do escândalo no TCE do Rio, apoia a aprovação da <a href=\"http://www.camara.gov.br/proposicoesWeb/prop_mostrarintegra?codteor=1161004&amp;filename=PEC+329/2013\" target=\"_blank\" rel=\"noopener\">PEC 329/2013</a></span><span style=\"font-weight: 400;\">, que está pronta para ir a plenário.</span></p> <figure id=\"attachment_47868\" aria-describedby=\"figcaption_attachment_47868\" class=\"wp-caption alignnone\" itemscope itemtype=\"http://schema.org/ImageObject\"><div class=\"imageAndSource\"><div class='inline-image-source image-source p-1 text-right'>Gustavo Baxter/Agência Pública</div><img itemprop=\"contentURL\" class=\"wp-image-47868 size-full\" src=\"https://apublica.org/wp-content/uploads/2018/06/palácio-tiradentes.jpg\" alt=\"\" width=\"1200\" height=\"800\" srcset=\"https://apublica.org/wp-content/uploads/2018/06/palácio-tiradentes.jpg 1200w, https://apublica.org/wp-content/uploads/2018/06/palácio-tiradentes-800x533.jpg 800w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></div><figcaption id=\"figcaption_attachment_47868\" class=\"wp-caption-text caption\" itemprop=\"description\">Rachaduras a caminho do Palácio Tiradentes</figcaption></figure><p><span style=\"font-weight: 400;\">Entre os principais pontos está a mudança na composição dos tribunais de contas, proibindo indicações políticas. O projeto prevê também que os conselheiros sejam fiscalizados pelo Conselho Nacional de Justiça, assim como todos os juízes, desembargadores e ministros do STF e do STJ. </span></p><p><span style=\"font-weight: 400;\">Já a Associação dos Membros dos Tribunais de Contas do Brasil (Atricon) defende que seja criado um Conselho Nacional dos Tribunais de Contas para fiscalizar as cortes de contas. Em relação à composição dos tribunais, o presidente da entidade, Fábio Nogueira, explica que a associação não é contra a indicação de políticos à vaga. “</span><span style=\"font-weight: 400;\">Nós não temos nenhum preconceito contra aqueles que vêm do Parlamento. O que nós precisamos é ter cautela nas indicações”, defendeu. </span></p><p><span style=\"font-weight: 400;\">A proposta de mudanças da Atricon está na <a href=\"https://www25.senado.leg.br/web/atividade/materias/-/materia/129565\" target=\"_blank\" rel=\"noopener\">PEC 22/2017</a>. Ela foi formulada e sugerida pela entidade e apresentada pelo senador Cássio Cunha (PSDB-PB). O projeto assegura a maior parte dos assentos aos membros das carreiras técnicas – cinco no TCU e quatro nos outros tribunais. E prevê o fim das indicações livres do chefe do Executivo e a redução das indicações do Legislativo, fixando critérios como quarentena de três anos afastado de mandato eletivo, não ter sido condenado judicialmente nem ter tido contas reprovadas. </span></p><p><span style=\"font-weight: 400;\">Além disso, a PEC determina que os conselheiros deverão ter graduação e experiências nas áreas jurídica, contábil, econômica e financeira ou de administração pública. Atualmente, apesar de a Constituição exigir “</span><span style=\"font-weight: 400;\">notórios conhecimentos jurídicos, contábeis, econômicos, financeiros ou de administração pública”</span><span style=\"font-weight: 400;\">, há conselheiros de diversas áreas e sem ensino superior nas cadeiras de tribunais de contas estaduais. De acordo com <a href=\"https://apublica.org/wp-content/uploads/2018/06/Estudo-perfil-dos-TCEs-Artigo-Congresso-Prolatino-Portugal.pdf\" target=\"_blank\" rel=\"noopener\">estudo do perfil desses tribunais</a> publicado em 2014 pelo contador Alexandre Bossi, que também é professor do Centro Universitário UNA em Belo Horizonte, esse grupo chega a 23% dos conselheiros. A pesquisa dele abrangeu o TCU, os 26 tribunais estaduais e o do Distrito Federal. </span></p> ]]></content:encoded> <wfw:commentRss>https://apublica.org/2018/06/quem-fiscaliza-os-tribunais-de-contas/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>O que dizem os citados na reportagem</title><link>https://apublica.org/2018/06/o-que-dizem-os-citados-na-reportagem/</link> <comments>https://apublica.org/2018/06/o-que-dizem-os-citados-na-reportagem/#respond</comments> <pubDate>Thu, 14 Jun 2018 16:54:47 +0000</pubDate> <dc:creator><![CDATA[Alice Maciel]]></dc:creator> <category><![CDATA[Português]]></category> <category><![CDATA[corrupção]]></category> <category><![CDATA[lava-jato]]></category> <category><![CDATA[TCU]]></category><guid isPermaLink=\"false\">http://apublica.org/?p=47872</guid> <description><![CDATA[Respostas obtidas pela reportagem da Pública sobre membros de TCEs acusados em escândalos de corrupção]]></description> <content:encoded><![CDATA[<div><p>A reportagem da Pública tentou contato com todos os acusados e mencionados na reportagem. Os TCEs do Rio de Janeiro e Minas Gerais e o TCM da Bahia afirmaram por nota que não se pronunciariam. Abaixo, listamos o posicionamento dos tribunais de contas do Paraná, Rio Grande do Norte e dos conselheiros mencionados:</p><p><strong>TCE- PR: </strong>O Tribunal de Contas do Paraná informou, por meio de sua assessoria de imprensa, que desde 2011 vem realizando auditorias nas empresas concessionárias de rodovias, já tendo encontrado variações de até 25% a mais no preço cobrado por algumas das empresas. Segundo o TCE-PR, as contas do<br /> governador Carlos Alberto Richa relativas ao exercício de 2016 foram aprovadas em novembro de 2017 com 14 ressalvas, nove determinações e três recomendações ao Poder Executivo estadual. (<a href=\"https://apublica.org/wp-content/uploads/2018/06/Nota-TCE-PR-1.pdf\" target=\"_blank\" rel=\"noopener\">Veja nota</a>)</p><p><strong>TCE-RN:</strong> O Tribunal de Contas do Rio Grande do Norte afirmou, por meio de sua assessoria de imprensa, que não houve mudança de entendimento do órgão no processo envolvendo a fiscalização das obras da Arena das Dunas. (<a href=\"https://apublica.org/wp-content/uploads/2018/06/Nota-TCE-RN.pdf\" target=\"_blank\" rel=\"noopener\">Veja nota</a>)</p></div><p><b>Ex-ministro Mário Negromonte:</b> <span style=\"font-weight: 400;\">A defesa de Mário Negromonte alega, no processo, que o inquérito não apresenta conteúdo probatório capaz de demonstrar, de forma definitiva, a existência de ato ilícito por ele praticado. </span></p><p><b>Senador Agripino Maia:</b> <span style=\"font-weight: 400;\">A assessoria de imprensa do senador Agripino Maia não retornou o contato feito pela reportagem. Quando o STF o tornou réu, em dezembro de 2017, ele enviou nota à imprensa dizendo ter causado &#8220;estranheza&#8221; o fato de não ter sido considerado pelo tribunal o &#8220;farto conjunto de provas&#8221; de sua &#8220;completa inocência&#8221;. &#8220;Como afirmado por todos os ministros da Primeira Turma, o prosseguimento das investigações não significa julgamento condenatório. E é justamente a inabalável certeza da minha inocência que me obriga a pedir à Corte o máximo de urgência no julgamento final da causa&#8221;, afirmou o parlamentar por meio de sua assessoria de imprensa.</span></p><p><b>Advogado </b><b>Tiago Cedraz</b><span style=\"font-weight: 400;\">: </span><span style=\"font-weight: 400;\">O advogado Tiago Cedraz, por meio de sua assessoria de imprensa, negou qualquer ilegalidade e reiterou sua tranquilidade quanto aos fatos mencionados por jamais ter participado de conduta ilícita.</span></p><p><b>Conselheiros afastados do Tribunal de Contas do Mato Grosso:</b></p><p><b>Valter Albano:</b><span style=\"font-weight: 400;\"> Em nota enviada à imprensa quando afastado, o conselheiro Valter Abano afirmou que nunca se omitiu nem agiu de forma ilícita no exercício de suas funções, nem pessoalmente nem por pessoa autorizada por ele. “Em meus 45 anos de vida pública nunca fui condenado em nenhum processo, de qualquer natureza, especialmente por fatos que denegrissem minha honra e minha integridade”, disse. E acrescentou: “Repudio o afastamento do cargo tão somente com base em delações sem nenhuma prova para corroborá-las, confio na Justiça e tenho a certeza de que o tempo e as investigações irão demonstrar a veracidade dos fatos”.</span></p><p><b>Antônio Joaquim:</b><span style=\"font-weight: 400;\"> No processo, a defesa do conselheiro Antônio Joaquim argumentou que seu afastamento foi baseado apenas em delações premiadas e que não há provas contra os conselheiros. “Assim, na tentativa de emplacar sua colaboração premiada, os colaboradores apontam fatos manifestamente inverídicos ao Requerente, sem apresentar quaisquer dados de corroboração, a fim de meramente conferir arrimo à delação ao acusar o Requerente, pessoa que sempre agiu dentro dos ditames da moralidade, da probidade e da honestidade, verificando-se o completo esvaziamento da delação em tela em relação a ele, conforme será a seguir esclarecido”, acrescentou.</span></p><p><b>José Carlos Novelli</b><span style=\"font-weight: 400;\">: Em nota enviada à imprensa quando afastado, a defesa de José Carlos Novelli afirmou que não foram apresentadas provas de atos ilícitos contra o conselheiro e considerou o afastamento desproporcional. &#8220;Não há o que falar sobre recebimento de propina e outros benefícios por parte do conselheiro Novelli. Qualquer afirmação contrária é leviana e criminosa&#8221;, diz.</span></p><p><b>Waldir Júlio Teis:</b><span style=\"font-weight: 400;\"> No processo, a defesa de Walter Júlio Teis argumentou que não há provas contra ele. “Ao ler as denúncias aduzidas pelos colaboradores, não encontrou qualquer ato concreto de participação do conselheiro Waldir Julio Teis, nos atos supostamente ilícitos investigados nessa quadra, mas, tão somente, meras declarações unilaterais dos colaboradores, não tendo o condão de albergar uma medida tão drástica, como a aqui vergastada”, afirmou a defesa. </span></p><p><b>Sérgio Ricardo de Almeida:</b><span style=\"font-weight: 400;\"> A reportagem não conseguiu localizar a defesa do conselheiro afastado Sérgio Ricardo de Almeida. </span></p> ]]></content:encoded> <wfw:commentRss>https://apublica.org/2018/06/o-que-dizem-os-citados-na-reportagem/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>"
  },
  {
    "path": "api/test/data/feed/audiworld.com",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\"\n\txmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n\txmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\n\txmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n\txmlns:atom=\"http://www.w3.org/2005/Atom\"\n\txmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\"\n\txmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n\t>\n\n<channel>\n\t<title>AudiWorld</title>\n\t<atom:link href=\"https://www.audiworld.com/feed/\" rel=\"self\" type=\"application/rss+xml\" />\n\t<link>https://www.audiworld.com</link>\n\t<description>Audi News and Discussion</description>\n\t<lastBuildDate>Sun, 01 Jul 2018 13:40:49 +0000</lastBuildDate>\n\t<language>en-US</language>\n\t<sy:updatePeriod>hourly</sy:updatePeriod>\n\t<sy:updateFrequency>1</sy:updateFrequency>\n\t<generator>https://wordpress.org/?v=4.9.6</generator>\n<site xmlns=\"com-wordpress:feed-additions:1\">57070361</site>\t<item>\n\t\t<title>Audi A4 Sedan and Audi A4 Avant: Bestselling models in top form</title>\n\t\t<link>https://www.audiworld.com/articles/audi-a4-sedan-and-audi-a4-avant-bestselling-models-in-top-form/</link>\n\t\t<pubDate>Sun, 01 Jul 2018 13:40:49 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Audi Media]]></dc:creator>\n\t\t\t\t<category><![CDATA[Model News]]></category>\n\t\t<category><![CDATA[Photo Gallery]]></category>\n\t\t<category><![CDATA[audi a4]]></category>\n\t\t<category><![CDATA[Audi A4 Avant]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.audiworld.com/?p=36201</guid>\n\t\t<description><![CDATA[<div class=\"featured_image_post_rss\"><img width=\"1152\" height=\"648\" src=\"https://www.audiworld.com/wp-content/uploads/2018/07/Audi-A4-9.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https://www.audiworld.com/wp-content/uploads/2018/07/Audi-A4-9.jpg 1152w, https://www.audiworld.com/wp-content/uploads/2018/07/Audi-A4-9-600x338.jpg 600w, https://www.audiworld.com/wp-content/uploads/2018/07/Audi-A4-9-768x432.jpg 768w, https://www.audiworld.com/wp-content/uploads/2018/07/Audi-A4-9-1024x576.jpg 1024w, https://www.audiworld.com/wp-content/uploads/2018/07/Audi-A4-9-640x360.jpg 640w, https://www.audiworld.com/wp-content/uploads/2018/07/Audi-A4-9-220x125.jpg 220w, https://www.audiworld.com/wp-content/uploads/2018/07/Audi-A4-9-145x82.jpg 145w, https://www.audiworld.com/wp-content/uploads/2018/07/Audi-A4-9-310x175.jpg 310w, https://www.audiworld.com/wp-content/uploads/2018/07/Audi-A4-9-320x180.jpg 320w\" sizes=\"(max-width: 1152px) 100vw, 1152px\" data-attachment-id=\"36210\" data-permalink=\"https://www.audiworld.com/articles/audi-a4-sedan-and-audi-a4-avant-bestselling-models-in-top-form/audi-a4-sedan-9/\" data-orig-file=\"https://www.audiworld.com/wp-content/uploads/2018/07/Audi-A4-9.jpg\" data-orig-size=\"1152,648\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;AUDI AG&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;Audi A4 Sedan&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"Audi A4 Sedan\" data-image-description=\"\" data-medium-file=\"https://www.audiworld.com/wp-content/uploads/2018/07/Audi-A4-9-600x338.jpg\" data-large-file=\"https://www.audiworld.com/wp-content/uploads/2018/07/Audi-A4-9-1024x576.jpg\" /></div><br />A more striking look at the front and rear Ultra-dynamic “S line competition” equipment package Audi makes its successful premium midsize model even more compelling. The 2019 model year will see the A4 Sedan and A4 Avant receive newly designed bumpers, which together with the new wheel design accentuate the sporty character. The equally all-new [...]<a href=\"https://www.audiworld.com/articles/audi-a4-sedan-and-audi-a4-avant-bestselling-models-in-top-form/\"> More &#187;</a>]]></description>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">36201</post-id>\t<image>https://www.audiworld.com/wp-content/uploads/2018/07/Audi-A4-9.jpg</image>\n\t\t<thumbnail>https://www.audiworld.com/wp-content/uploads/2018/07/Audi-A4-9-150x150.jpg</thumbnail>\n\t</item>\n\t\t<item>\n\t\t<title>Event Information: Waterfest 24 has an all new location!!</title>\n\t\t<link>https://www.audiworld.com/articles/event-information-waterfest-24-has-an-all-new-location/</link>\n\t\t<pubDate>Thu, 28 Jun 2018 01:38:30 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Kris Hansen]]></dc:creator>\n\t\t\t\t<category><![CDATA[Motor Shows]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.audiworld.com/?p=36192</guid>\n\t\t<description><![CDATA[<div class=\"featured_image_post_rss\"><img width=\"2048\" height=\"1365\" src=\"https://www.audiworld.com/wp-content/uploads/2018/06/Event-ad-3.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https://www.audiworld.com/wp-content/uploads/2018/06/Event-ad-3.jpg 2048w, https://www.audiworld.com/wp-content/uploads/2018/06/Event-ad-3-600x400.jpg 600w, https://www.audiworld.com/wp-content/uploads/2018/06/Event-ad-3-768x512.jpg 768w, https://www.audiworld.com/wp-content/uploads/2018/06/Event-ad-3-1024x683.jpg 1024w, https://www.audiworld.com/wp-content/uploads/2018/06/Event-ad-3-640x427.jpg 640w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" data-attachment-id=\"36193\" data-permalink=\"https://www.audiworld.com/articles/event-information-waterfest-24-has-an-all-new-location/event-ad-3/\" data-orig-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/Event-ad-3.jpg\" data-orig-size=\"2048,1365\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}\" data-image-title=\"Event ad #3\" data-image-description=\"\" data-medium-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/Event-ad-3-600x400.jpg\" data-large-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/Event-ad-3-1024x683.jpg\" /></div><br />For the first time in a long time, Waterfest will have a new location. Just a hop skip and jump from the former location, this year Atco Dragway in Atco NJ will be the place to be July 21 and 22, for the largest VW and Audi show in the East. As always, AudiWorld will [...]<a href=\"https://www.audiworld.com/articles/event-information-waterfest-24-has-an-all-new-location/\"> More &#187;</a>]]></description>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">36192</post-id>\t<image>https://www.audiworld.com/wp-content/uploads/2018/06/Event-ad-3.jpg</image>\n\t\t<thumbnail>https://www.audiworld.com/wp-content/uploads/2018/06/Event-ad-3-150x150.jpg</thumbnail>\n\t</item>\n\t\t<item>\n\t\t<title>Slideshow: Keeping You and Your Car Cool This Summer</title>\n\t\t<link>https://www.audiworld.com/how-tos/slideshows/keeping-you-and-your-car-cool-this-summer-541484</link>\n\t\t<pubDate>Wed, 27 Jun 2018 06:48:16 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Sarah Portia]]></dc:creator>\n\t\t\t\t<category><![CDATA[Slideshows]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.audiworld.com/?guid=b0b22b25f7eeb547c60adebddff2201e</guid>\n\t\t<description><![CDATA[<div class=\"featured_image_post_rss\"><img width=\"640\" height=\"360\" src=\"https://www.audiworld.com/wp-content/uploads/2018/06/UF101_-_Audi_R8_6_ebf885a7-df63-4a4a-9751-4b3e93a87ca6_1024x1024-370642.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https://www.audiworld.com/wp-content/uploads/2018/06/UF101_-_Audi_R8_6_ebf885a7-df63-4a4a-9751-4b3e93a87ca6_1024x1024-370642.jpg 640w, https://www.audiworld.com/wp-content/uploads/2018/06/UF101_-_Audi_R8_6_ebf885a7-df63-4a4a-9751-4b3e93a87ca6_1024x1024-370642-600x338.jpg 600w, https://www.audiworld.com/wp-content/uploads/2018/06/UF101_-_Audi_R8_6_ebf885a7-df63-4a4a-9751-4b3e93a87ca6_1024x1024-370642-220x125.jpg 220w, https://www.audiworld.com/wp-content/uploads/2018/06/UF101_-_Audi_R8_6_ebf885a7-df63-4a4a-9751-4b3e93a87ca6_1024x1024-370642-145x82.jpg 145w, https://www.audiworld.com/wp-content/uploads/2018/06/UF101_-_Audi_R8_6_ebf885a7-df63-4a4a-9751-4b3e93a87ca6_1024x1024-370642-310x175.jpg 310w, https://www.audiworld.com/wp-content/uploads/2018/06/UF101_-_Audi_R8_6_ebf885a7-df63-4a4a-9751-4b3e93a87ca6_1024x1024-370642-320x180.jpg 320w\" sizes=\"(max-width: 640px) 100vw, 640px\" data-attachment-id=\"36188\" data-permalink=\"https://www.audiworld.com/how-tos/slideshows/keeping-you-and-your-car-cool-this-summer-541484/uf101_-_audi_r8_6_ebf885a7-df63-4a4a-9751-4b3e93a87ca6_1024x1024-370642-jpg/\" data-orig-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/UF101_-_Audi_R8_6_ebf885a7-df63-4a4a-9751-4b3e93a87ca6_1024x1024-370642.jpg\" data-orig-size=\"640,360\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"UF101_-_Audi_R8_6_ebf885a7-df63-4a4a-9751-4b3e93a87ca6_1024x1024-370642.jpg\" data-image-description=\"\" data-medium-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/UF101_-_Audi_R8_6_ebf885a7-df63-4a4a-9751-4b3e93a87ca6_1024x1024-370642-600x338.jpg\" data-large-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/UF101_-_Audi_R8_6_ebf885a7-df63-4a4a-9751-4b3e93a87ca6_1024x1024-370642.jpg\" /></div><br />Warmer weather is finally here, but you need to help your car stay cool in the higher temperatures. If you are wondering how to keep things smooth this summer, there are plenty of things that you can do.]]></description>\n<enclosure url=\"\" length=\"0\" type=\"\" />\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">36189</post-id>\t<image>https://www.audiworld.com/wp-content/uploads/2018/06/UF101_-_Audi_R8_6_ebf885a7-df63-4a4a-9751-4b3e93a87ca6_1024x1024-370642.jpg</image>\n\t\t<thumbnail>https://www.audiworld.com/wp-content/uploads/2018/06/UF101_-_Audi_R8_6_ebf885a7-df63-4a4a-9751-4b3e93a87ca6_1024x1024-370642-150x150.jpg</thumbnail>\n\t</item>\n\t\t<item>\n\t\t<title>Jay Leno&#8217;s Garage : Audi R8 RWS</title>\n\t\t<link>https://www.audiworld.com/articles/jay-lenos-garage-audi-r8-rws/</link>\n\t\t<pubDate>Tue, 26 Jun 2018 13:13:29 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Kris Hansen]]></dc:creator>\n\t\t\t\t<category><![CDATA[Audi USA Sales]]></category>\n\t\t<category><![CDATA[Model News]]></category>\n\t\t<category><![CDATA[Anthony Garbis]]></category>\n\t\t<category><![CDATA[Jay Leno]]></category>\n\t\t<category><![CDATA[R8 RWS]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.audiworld.com/?p=36186</guid>\n\t\t<description><![CDATA[<div class=\"featured_image_post_rss\"><img width=\"1152\" height=\"813\" src=\"https://www.audiworld.com/wp-content/uploads/2017/09/Audi-R8-RWS-01.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https://www.audiworld.com/wp-content/uploads/2017/09/Audi-R8-RWS-01.jpg 1152w, https://www.audiworld.com/wp-content/uploads/2017/09/Audi-R8-RWS-01-600x423.jpg 600w, https://www.audiworld.com/wp-content/uploads/2017/09/Audi-R8-RWS-01-768x542.jpg 768w, https://www.audiworld.com/wp-content/uploads/2017/09/Audi-R8-RWS-01-1024x723.jpg 1024w, https://www.audiworld.com/wp-content/uploads/2017/09/Audi-R8-RWS-01-640x452.jpg 640w\" sizes=\"(max-width: 1152px) 100vw, 1152px\" data-attachment-id=\"32563\" data-permalink=\"https://www.audiworld.com/articles/puristic-driving-dynamics-new-audi-r8-v10-rws/audi-r8-rws/\" data-orig-file=\"https://www.audiworld.com/wp-content/uploads/2017/09/Audi-R8-RWS-01.jpg\" data-orig-size=\"1152,813\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;1494066188&quot;,&quot;copyright&quot;:&quot;AUDI AG&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;Audi R8 RWS&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"Audi R8 RWS\" data-image-description=\"\" data-medium-file=\"https://www.audiworld.com/wp-content/uploads/2017/09/Audi-R8-RWS-01-600x423.jpg\" data-large-file=\"https://www.audiworld.com/wp-content/uploads/2017/09/Audi-R8-RWS-01-1024x723.jpg\" /></div><br />It&#8217;s usually a good thing to be featured on Jay Leno&#8217;s Garage, so we were psyched to learn that Audi&#8217;s R8 RWS (Rear Wheel [drive] Series) was going to be featured on the show. You can read about the R8 RWS here. Enjoy the video!]]></description>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">36186</post-id>\t<image>https://www.audiworld.com/wp-content/uploads/2017/09/Audi-R8-RWS-01.jpg</image>\n\t\t<thumbnail>https://www.audiworld.com/wp-content/uploads/2017/09/Audi-R8-RWS-01-150x150.jpg</thumbnail>\n\t</item>\n\t\t<item>\n\t\t<title>Slideshow: Your Suspension Essentials for Proper Handling</title>\n\t\t<link>https://www.audiworld.com/how-tos/slideshows/your-suspension-essentials-for-proper-handling-540927</link>\n\t\t<pubDate>Mon, 25 Jun 2018 09:09:56 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Audiworld.com]]></dc:creator>\n\t\t\t\t<category><![CDATA[Slideshows]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.audiworld.com/?guid=f2b5156ca4529cbd15e553c6e6a289e1</guid>\n\t\t<description><![CDATA[<div class=\"featured_image_post_rss\"><img width=\"640\" height=\"360\" src=\"https://www.audiworld.com/wp-content/uploads/2018/06/audi-369631.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https://www.audiworld.com/wp-content/uploads/2018/06/audi-369631.jpg 640w, https://www.audiworld.com/wp-content/uploads/2018/06/audi-369631-600x338.jpg 600w, https://www.audiworld.com/wp-content/uploads/2018/06/audi-369631-220x125.jpg 220w, https://www.audiworld.com/wp-content/uploads/2018/06/audi-369631-145x82.jpg 145w, https://www.audiworld.com/wp-content/uploads/2018/06/audi-369631-310x175.jpg 310w, https://www.audiworld.com/wp-content/uploads/2018/06/audi-369631-320x180.jpg 320w\" sizes=\"(max-width: 640px) 100vw, 640px\" data-attachment-id=\"36180\" data-permalink=\"https://www.audiworld.com/how-tos/slideshows/your-suspension-essentials-for-proper-handling-540927/audi-369631-jpg/\" data-orig-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/audi-369631.jpg\" data-orig-size=\"640,360\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"audi-369631.jpg\" data-image-description=\"\" data-medium-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/audi-369631-600x338.jpg\" data-large-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/audi-369631.jpg\" /></div><br />Building your perfect suspension system is more than just a good set of wheels or some new shocks. Here is a list of components that create an all-around high-performance suspension. ]]></description>\n<enclosure url=\"\" length=\"0\" type=\"\" />\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">36181</post-id>\t<image>https://www.audiworld.com/wp-content/uploads/2018/06/audi-369631.jpg</image>\n\t\t<thumbnail>https://www.audiworld.com/wp-content/uploads/2018/06/audi-369631-150x150.jpg</thumbnail>\n\t</item>\n\t\t<item>\n\t\t<title>ABT upgrades for the 2018 Audi A4 and S4 Sedan</title>\n\t\t<link>https://www.audiworld.com/articles/abt-upgrades-for-the-2018-audi-a4-and-s4-sedan/</link>\n\t\t<pubDate>Sun, 24 Jun 2018 13:46:23 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Kris Hansen]]></dc:creator>\n\t\t\t\t<category><![CDATA[Tuner News]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.audiworld.com/?p=36157</guid>\n\t\t<description><![CDATA[<div class=\"featured_image_post_rss\"><img width=\"1152\" height=\"769\" src=\"https://www.audiworld.com/wp-content/uploads/2018/06/Abt-Audi-A4S4-21.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https://www.audiworld.com/wp-content/uploads/2018/06/Abt-Audi-A4S4-21.jpg 1152w, https://www.audiworld.com/wp-content/uploads/2018/06/Abt-Audi-A4S4-21-600x401.jpg 600w, https://www.audiworld.com/wp-content/uploads/2018/06/Abt-Audi-A4S4-21-768x513.jpg 768w, https://www.audiworld.com/wp-content/uploads/2018/06/Abt-Audi-A4S4-21-1024x684.jpg 1024w, https://www.audiworld.com/wp-content/uploads/2018/06/Abt-Audi-A4S4-21-640x427.jpg 640w\" sizes=\"(max-width: 1152px) 100vw, 1152px\" data-attachment-id=\"36178\" data-permalink=\"https://www.audiworld.com/articles/abt-upgrades-for-the-2018-audi-a4-and-s4-sedan/abt-audi-a4s4-21/\" data-orig-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/Abt-Audi-A4S4-21.jpg\" data-orig-size=\"1152,769\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"Abt-Audi-A4S4-21\" data-image-description=\"\" data-medium-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/Abt-Audi-A4S4-21-600x401.jpg\" data-large-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/Abt-Audi-A4S4-21-1024x684.jpg\" /></div><br />The Audi S4 is the benchmark among medium-sized premium cars and will be on top of any situation with upgrades from ABT. With some new aerodynamic add-ons like a front skirt add-on, front grille frame and fender inserts, either made out of ABS plastic or carbon fiber, S4 owners (and A4 drivers too!) are ready [...]<a href=\"https://www.audiworld.com/articles/abt-upgrades-for-the-2018-audi-a4-and-s4-sedan/\"> More &#187;</a>]]></description>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">36157</post-id>\t<image>https://www.audiworld.com/wp-content/uploads/2018/06/Abt-Audi-A4S4-21.jpg</image>\n\t\t<thumbnail>https://www.audiworld.com/wp-content/uploads/2018/06/Abt-Audi-A4S4-21-150x150.jpg</thumbnail>\n\t</item>\n\t\t<item>\n\t\t<title>Slideshow: To Boldly Go: Audi&#8217;s Mission to the Moon</title>\n\t\t<link>https://www.audiworld.com/how-tos/slideshows/to-boldly-go-audis-mission-to-the-moon-540929</link>\n\t\t<pubDate>Fri, 22 Jun 2018 06:27:01 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Conor Fynes]]></dc:creator>\n\t\t\t\t<category><![CDATA[Slideshows]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.audiworld.com/?guid=a7bb87fb07d7a495e0a92455b6a7255d</guid>\n\t\t<description><![CDATA[<div class=\"featured_image_post_rss\"><img width=\"640\" height=\"360\" src=\"https://www.audiworld.com/wp-content/uploads/2018/06/audilunar-369869.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https://www.audiworld.com/wp-content/uploads/2018/06/audilunar-369869.png 640w, https://www.audiworld.com/wp-content/uploads/2018/06/audilunar-369869-600x338.png 600w, https://www.audiworld.com/wp-content/uploads/2018/06/audilunar-369869-220x125.png 220w, https://www.audiworld.com/wp-content/uploads/2018/06/audilunar-369869-145x82.png 145w, https://www.audiworld.com/wp-content/uploads/2018/06/audilunar-369869-310x175.png 310w, https://www.audiworld.com/wp-content/uploads/2018/06/audilunar-369869-320x180.png 320w\" sizes=\"(max-width: 640px) 100vw, 640px\" data-attachment-id=\"36152\" data-permalink=\"https://www.audiworld.com/how-tos/slideshows/to-boldly-go-audis-mission-to-the-moon-540929/audilunar-369869-png/\" data-orig-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/audilunar-369869.png\" data-orig-size=\"640,360\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"audilunar-369869.png\" data-image-description=\"\" data-medium-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/audilunar-369869-600x338.png\" data-large-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/audilunar-369869.png\" /></div><br />You know the saying that \"the sky's the limit?\" Audi took that literally.]]></description>\n<enclosure url=\"\" length=\"0\" type=\"\" />\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">36153</post-id>\t<image>https://www.audiworld.com/wp-content/uploads/2018/06/audilunar-369869.png</image>\n\t\t<thumbnail>https://www.audiworld.com/wp-content/uploads/2018/06/audilunar-369869-150x150.png</thumbnail>\n\t</item>\n\t\t<item>\n\t\t<title>Photo Gallery: All new Audi A1</title>\n\t\t<link>https://www.audiworld.com/articles/photo-gallery-all-new-audi-a1/</link>\n\t\t<pubDate>Thu, 21 Jun 2018 00:28:51 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Kris Hansen]]></dc:creator>\n\t\t\t\t<category><![CDATA[Model News]]></category>\n\t\t<category><![CDATA[Photo Gallery]]></category>\n\t\t<category><![CDATA[Audi A1 Sportback]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.audiworld.com/?p=36150</guid>\n\t\t<description><![CDATA[<div class=\"featured_image_post_rss\"><img width=\"1152\" height=\"648\" src=\"https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-23.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-23.jpg 1152w, https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-23-600x338.jpg 600w, https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-23-768x432.jpg 768w, https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-23-1024x576.jpg 1024w, https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-23-640x360.jpg 640w, https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-23-220x125.jpg 220w, https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-23-145x82.jpg 145w, https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-23-310x175.jpg 310w, https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-23-320x180.jpg 320w\" sizes=\"(max-width: 1152px) 100vw, 1152px\" data-attachment-id=\"36126\" data-permalink=\"https://www.audiworld.com/articles/new-audi-a1-sportback-ideal-companion-for-an-urban-lifestyle/audi-a1-23/\" data-orig-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-23.jpg\" data-orig-size=\"1152,648\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;AUDI AG&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"Audi-A1-23\" data-image-description=\"\" data-medium-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-23-600x338.jpg\" data-large-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-23-1024x576.jpg\" /></div><br />]]></description>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">36150</post-id>\t<image>https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-23.jpg</image>\n\t\t<thumbnail>https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-23-150x150.jpg</thumbnail>\n\t</item>\n\t\t<item>\n\t\t<title>New Audi A1 Sportback –  ideal companion for an urban lifestyle</title>\n\t\t<link>https://www.audiworld.com/articles/new-audi-a1-sportback-ideal-companion-for-an-urban-lifestyle/</link>\n\t\t<pubDate>Thu, 21 Jun 2018 00:14:44 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Audi Media]]></dc:creator>\n\t\t\t\t<category><![CDATA[Model News]]></category>\n\t\t<category><![CDATA[Audi A1]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.audiworld.com/?p=36103</guid>\n\t\t<description><![CDATA[<div class=\"featured_image_post_rss\"><img width=\"1152\" height=\"648\" src=\"https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-35.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-35.jpg 1152w, https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-35-600x338.jpg 600w, https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-35-768x432.jpg 768w, https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-35-1024x576.jpg 1024w, https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-35-640x360.jpg 640w, https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-35-220x125.jpg 220w, https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-35-145x82.jpg 145w, https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-35-310x175.jpg 310w, https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-35-320x180.jpg 320w\" sizes=\"(max-width: 1152px) 100vw, 1152px\" data-attachment-id=\"36138\" data-permalink=\"https://www.audiworld.com/articles/new-audi-a1-sportback-ideal-companion-for-an-urban-lifestyle/audi-a1-sportback-33/\" data-orig-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-35.jpg\" data-orig-size=\"1152,648\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;AUDI AG&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;Audi A1 Sportback&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"Audi A1 Sportback\" data-image-description=\"\" data-medium-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-35-600x338.jpg\" data-large-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-35-1024x576.jpg\" /></div><br />Eye-catching, masculine design with taut lines Infotainment concepts from the Audi full-size class New driver assistance systems for more safety and comfort In 2010, a brand-new Audi model line made its debut in the shape of the A1. And now the second generation of the successful compact car is rolling to the starting line. Its [...]<a href=\"https://www.audiworld.com/articles/new-audi-a1-sportback-ideal-companion-for-an-urban-lifestyle/\"> More &#187;</a>]]></description>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">36103</post-id>\t<image>https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-35.jpg</image>\n\t\t<thumbnail>https://www.audiworld.com/wp-content/uploads/2018/06/Audi-A1-35-150x150.jpg</thumbnail>\n\t</item>\n\t\t<item>\n\t\t<title>Slideshow: How Audi&#8217;s Rosemeyer Gave us the Veyron</title>\n\t\t<link>https://www.audiworld.com/how-tos/slideshows/how-audis-rosemeyer-gave-us-the-veyron-540129</link>\n\t\t<pubDate>Wed, 20 Jun 2018 07:05:18 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Christopher Hurst]]></dc:creator>\n\t\t\t\t<category><![CDATA[Slideshows]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.audiworld.com/?guid=77c422bb6ea624674537fcd7374c3012</guid>\n\t\t<description><![CDATA[<div class=\"featured_image_post_rss\"><img width=\"640\" height=\"360\" src=\"https://www.audiworld.com/wp-content/uploads/2018/06/1-369758.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https://www.audiworld.com/wp-content/uploads/2018/06/1-369758.jpg 640w, https://www.audiworld.com/wp-content/uploads/2018/06/1-369758-600x338.jpg 600w, https://www.audiworld.com/wp-content/uploads/2018/06/1-369758-220x125.jpg 220w, https://www.audiworld.com/wp-content/uploads/2018/06/1-369758-145x82.jpg 145w, https://www.audiworld.com/wp-content/uploads/2018/06/1-369758-310x175.jpg 310w, https://www.audiworld.com/wp-content/uploads/2018/06/1-369758-320x180.jpg 320w\" sizes=\"(max-width: 640px) 100vw, 640px\" data-attachment-id=\"36100\" data-permalink=\"https://www.audiworld.com/how-tos/slideshows/how-audis-rosemeyer-gave-us-the-veyron-540129/1-369758-jpg/\" data-orig-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/1-369758.jpg\" data-orig-size=\"640,360\" data-comments-opened=\"0\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"1-369758.jpg\" data-image-description=\"\" data-medium-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/1-369758-600x338.jpg\" data-large-file=\"https://www.audiworld.com/wp-content/uploads/2018/06/1-369758.jpg\" /></div><br />Audi’s Rosemeyer is the granddaddy of all hypercars. Here’s the inside scoop on the car that gave us the ultimate line of speed machines.]]></description>\n<enclosure url=\"\" length=\"0\" type=\"\" />\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">36101</post-id>\t<image>https://www.audiworld.com/wp-content/uploads/2018/06/1-369758.jpg</image>\n\t\t<thumbnail>https://www.audiworld.com/wp-content/uploads/2018/06/1-369758-150x150.jpg</thumbnail>\n\t</item>\n\t</channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/boingboing",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<rss version=\"2.0\"\n\txmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n\txmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\n\txmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n\txmlns:atom=\"http://www.w3.org/2005/Atom\"\n\txmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\"\n\txmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n\t>\n\n<channel>\n\t<title>Boing Boing</title>\n\t<atom:link href=\"https://boingboing.net/feed\" rel=\"self\" type=\"application/rss+xml\" />\n\t<link>https://boingboing.net</link>\n\t<description>Brain candy for Happy Mutants</description>\n\t<lastBuildDate>Wed, 06 Jun 2018 10:00:03 +0000</lastBuildDate>\n\t<language>en-US</language>\n\t\t<sy:updatePeriod>hourly</sy:updatePeriod>\n\t\t<sy:updateFrequency>1</sy:updateFrequency>\n\t<generator>https://wordpress.org/?v=4.9.6</generator>\n\n<image>\n\t<url>https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/04/apple-touch-icon-1.png?fit=32%2C32&#038;ssl=1</url>\n\t<title>Boing Boing</title>\n\t<link>https://boingboing.net</link>\n\t<width>32</width>\n\t<height>32</height>\n</image>\n<site xmlns=\"com-wordpress:feed-additions:1\">87954168</site>\t<item>\n\t\t<title>Here&#039;s how the Hawai&#039;ian Islands formed</title>\n\t\t<link>https://boingboing.net/2018/06/06/heres-how-the-hawaiian-isl.html</link>\n\t\t<comments>https://boingboing.net/2018/06/06/heres-how-the-hawaiian-isl.html#respond</comments>\n\t\t<pubDate>Wed, 06 Jun 2018 10:00:03 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Andrea James]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[Video]]></category>\n\t\t<category><![CDATA[family]]></category>\n\t\t<category><![CDATA[geology]]></category>\n\t\t<category><![CDATA[hawaii]]></category>\n\t\t<category><![CDATA[Kids]]></category>\n\t\t<category><![CDATA[plate tectonics]]></category>\n\t\t<category><![CDATA[Science]]></category>\n\t\t<category><![CDATA[volcanoes]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=601940</guid>\n\n\n\n\t\t<description><![CDATA[<img width=\"600\" height=\"320\" src=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/hawaii-formation-01.jpg?fit=600%2C320&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/hawaii-formation-01.jpg?w=799&amp;ssl=1 799w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/hawaii-formation-01.jpg?resize=300%2C160&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/hawaii-formation-01.jpg?resize=600%2C320&amp;ssl=1 600w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/hawaii-formation-01.jpg?resize=768%2C409&amp;ssl=1 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" /> <p> <p>\nScientific American created this helpful explainer of <a href=\"https://www.youtube.com/watch?v=LdlEufZop-Y\">how the chain of Hawai'ian Islands formed</a>. The tectonic plate is moving northwest over a magma hot spot in the earth's mantle. In fact, there's a new Hawai'ian island named Loihi forming underwater right now. <a href=\"https://boingboing.net/2018/06/06/heres-how-the-hawaiian-isl.html#more-601940\" class=\"more-link\"><span aria-label=\"Continue reading Here&#039;s how the Hawai&#039;ian Islands formed\">(more&hellip;)</span></a></p>]]></description>\n    <content:encoded><![CDATA[<img width=\"600\" height=\"320\" src=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/hawaii-formation-01.jpg?fit=600%2C320&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/hawaii-formation-01.jpg?w=799&amp;ssl=1 799w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/hawaii-formation-01.jpg?resize=300%2C160&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/hawaii-formation-01.jpg?resize=600%2C320&amp;ssl=1 600w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/hawaii-formation-01.jpg?resize=768%2C409&amp;ssl=1 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" /> <p> <p>\nScientific American created this helpful explainer of <a href=\"https://www.youtube.com/watch?v=LdlEufZop-Y\">how the chain of Hawai'ian Islands formed</a>. The tectonic plate is moving northwest over a magma hot spot in the earth's mantle. In fact, there's a new Hawai'ian island named Loihi forming underwater right now. <a href=\"https://boingboing.net/2018/06/06/heres-how-the-hawaiian-isl.html#more-601940\" class=\"more-link\"><span aria-label=\"Continue reading Here&#039;s how the Hawai&#039;ian Islands formed\">(more&hellip;)</span></a></p>]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/06/heres-how-the-hawaiian-isl.html/feed</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">601940</post-id>\t</item>\n\t\t<item>\n\t\t<title>Super-Fun-Pak Comix, feat. Doug, Everything Bagel, Eastworld, &#038; MORE!</title>\n\t\t<link>https://boingboing.net/2018/06/06/super-fun-pak-comix-feat-dou.html</link>\n\t\t<comments>https://boingboing.net/2018/06/06/super-fun-pak-comix-feat-dou.html#comments</comments>\n\t\t<pubDate>Wed, 06 Jun 2018 09:00:56 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Ruben Bolling]]></dc:creator>\n\t\t\t\t<category><![CDATA[Comic]]></category>\n\t\t<category><![CDATA[Tom the Dancing Bug]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602782</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"600\" height=\"336\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/1391cbTHUMB-sfpc130-everything-bagel.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/1391cbTHUMB-sfpc130-everything-bagel.jpg?w=600&amp;ssl=1 600w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/1391cbTHUMB-sfpc130-everything-bagel.jpg?resize=300%2C168&amp;ssl=1 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></p><p><a href=\"http://www.amazon.com/dp/1449457096/?tag=tomthedanbu0e-20\"><img src=\"https://media.boingboing.net/wp-content/uploads/2018/05/Dxnd6Rj4-20.jpg\"/></a> \n\n</p><p></p><p><b>FOR THE KIDS IN YOUR LIFE, AND THEIR SUMMER READING:  Get Ruben Bolling’s hit book series for kids, The EMU Club Adventures.</b>\n\n</p><p>\"The EMU Club inhabits exactly the world I always hoped to live in when I was 12, when the answer to questions like 'Where did I put my toy' led inevitably to alien conspiracies and secret underground tunnels. A book for the curious and adventurous!\" <i>-Cory Doctorow, author of \"For the Win\" and \"Little Brother\"</i>\n\n</p><p>\"The type of non-stop action and improbably hilarious fun that only a kid could dream up. ... The EMU Club's adventures perfectly capture the intersection of imagination and wonder - the crossroad that's so often found in cardboard boxes, pillow forts and backyards everywhere.\" <i>-GeekDad</i>\n\n</p><p><a href=\"http://www.amazon.com/dp/1449457096/?tag=tomthedanbu0e-20\">Get Book the First, \"Alien Invasion in My Backyard,\" here.</a>  \n\n</p><p><a href=\"http://www.amazon.com/dp/144945710X/?tag=tomthedanbu0e-20\">Get Book the Second, \"Ghostly Thief of Time,\" here.</a>\n\n</p><p>--</p><p><i>JOIN Tom the Dancing Bug's <a href=\"http://bit.ly/1EikWTm\">INNER HIVE</a> right now.</i>\n</p><p><a href=\"http://boingboing.net/?s=tom+the+dancing+bug\"><b>More Tom the Dancing Bug comics on Boing Boing!</b></a>\n <a href=\"https://boingboing.net/2018/06/06/super-fun-pak-comix-feat-dou.html#more-602782\" class=\"more-link\"><span aria-label=\"Continue reading Super-Fun-Pak Comix, feat. Doug, Everything Bagel, Eastworld, &amp; MORE!\">(more&hellip;)</span></a></p>]]></description>\n    <content:encoded><![CDATA[<p><img width=\"600\" height=\"336\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/1391cbTHUMB-sfpc130-everything-bagel.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/1391cbTHUMB-sfpc130-everything-bagel.jpg?w=600&amp;ssl=1 600w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/1391cbTHUMB-sfpc130-everything-bagel.jpg?resize=300%2C168&amp;ssl=1 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" /></p><p><a href=\"http://www.amazon.com/dp/1449457096/?tag=tomthedanbu0e-20\"><img src=\"https://media.boingboing.net/wp-content/uploads/2018/05/Dxnd6Rj4-20.jpg\"/></a> \n\n</p><p></p><p><b>FOR THE KIDS IN YOUR LIFE, AND THEIR SUMMER READING:  Get Ruben Bolling’s hit book series for kids, The EMU Club Adventures.</b>\n\n</p><p>\"The EMU Club inhabits exactly the world I always hoped to live in when I was 12, when the answer to questions like 'Where did I put my toy' led inevitably to alien conspiracies and secret underground tunnels. A book for the curious and adventurous!\" <i>-Cory Doctorow, author of \"For the Win\" and \"Little Brother\"</i>\n\n</p><p>\"The type of non-stop action and improbably hilarious fun that only a kid could dream up. ... The EMU Club's adventures perfectly capture the intersection of imagination and wonder - the crossroad that's so often found in cardboard boxes, pillow forts and backyards everywhere.\" <i>-GeekDad</i>\n\n</p><p><a href=\"http://www.amazon.com/dp/1449457096/?tag=tomthedanbu0e-20\">Get Book the First, \"Alien Invasion in My Backyard,\" here.</a>  \n\n</p><p><a href=\"http://www.amazon.com/dp/144945710X/?tag=tomthedanbu0e-20\">Get Book the Second, \"Ghostly Thief of Time,\" here.</a>\n\n</p><p>--</p><p><i>JOIN Tom the Dancing Bug's <a href=\"http://bit.ly/1EikWTm\">INNER HIVE</a> right now.</i>\n</p><p><a href=\"http://boingboing.net/?s=tom+the+dancing+bug\"><b>More Tom the Dancing Bug comics on Boing Boing!</b></a>\n <a href=\"https://boingboing.net/2018/06/06/super-fun-pak-comix-feat-dou.html#more-602782\" class=\"more-link\"><span aria-label=\"Continue reading Super-Fun-Pak Comix, feat. Doug, Everything Bagel, Eastworld, &amp; MORE!\">(more&hellip;)</span></a></p>]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/06/super-fun-pak-comix-feat-dou.html/feed</wfw:commentRss>\n\t\t<slash:comments>1</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602782</post-id>\t</item>\n\t\t<item>\n\t\t<title>Salad Cream renamed</title>\n\t\t<link>https://boingboing.net/2018/06/06/salad-cream-renamed.html</link>\n\t\t<comments>https://boingboing.net/2018/06/06/salad-cream-renamed.html#comments</comments>\n\t\t<pubDate>Wed, 06 Jun 2018 08:14:03 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Rob Beschizza]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[Food]]></category>\n\t\t<category><![CDATA[slime]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=603185</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"660\" height=\"371\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/101893692_saladcream_heinz.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/101893692_saladcream_heinz.jpg?w=660&amp;ssl=1 660w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/101893692_saladcream_heinz.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/101893692_saladcream_heinz.jpg?resize=600%2C337&amp;ssl=1 600w\" sizes=\"(max-width: 660px) 100vw, 660px\" /></p><p>The Heinz condiment Salad Cream&mdash;a homogenous beige slime similar to Miracle Whip that has become a traditional staple of British home cuisine&mdash;<a href=\"https://www.bbc.co.uk/news/uk-44373387\">is to be renamed Sandwich Cream</a> to keep with the times.\n\n<blockquote><p>Its maker, Heinz, says that only 14% of those who buy the sauce use it on salads, with many more preferring to use it in sandwiches. A spokesman for Heinz told trade magazine the Grocer that the name no longer \"fairly represents the product's ingredients or usage occasions.\" It would be the first name change for the product since its launch in 1914.\n\n<p>Fans of the traditional name went on social media to express their anger.</blockquote>\n\n<p>Even cheap mayo substitutes have aggrieved, entitled fans.\n]]></description>\n    <content:encoded><![CDATA[<p><img width=\"660\" height=\"371\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/101893692_saladcream_heinz.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/101893692_saladcream_heinz.jpg?w=660&amp;ssl=1 660w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/101893692_saladcream_heinz.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/101893692_saladcream_heinz.jpg?resize=600%2C337&amp;ssl=1 600w\" sizes=\"(max-width: 660px) 100vw, 660px\" /></p><p>The Heinz condiment Salad Cream&mdash;a homogenous beige slime similar to Miracle Whip that has become a traditional staple of British home cuisine&mdash;<a href=\"https://www.bbc.co.uk/news/uk-44373387\">is to be renamed Sandwich Cream</a> to keep with the times.\n\n<blockquote><p>Its maker, Heinz, says that only 14% of those who buy the sauce use it on salads, with many more preferring to use it in sandwiches. A spokesman for Heinz told trade magazine the Grocer that the name no longer \"fairly represents the product's ingredients or usage occasions.\" It would be the first name change for the product since its launch in 1914.\n\n<p>Fans of the traditional name went on social media to express their anger.</blockquote>\n\n<p>Even cheap mayo substitutes have aggrieved, entitled fans.\n]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/06/salad-cream-renamed.html/feed</wfw:commentRss>\n\t\t<slash:comments>6</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">603185</post-id>\t</item>\n\t\t<item>\n\t\t<title>Crayola now has a line of gender-fluid makeup</title>\n\t\t<link>https://boingboing.net/2018/06/06/crayola-now-has-a-line-of-gend.html</link>\n\t\t<comments>https://boingboing.net/2018/06/06/crayola-now-has-a-line-of-gend.html#comments</comments>\n\t\t<pubDate>Wed, 06 Jun 2018 08:00:01 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Rusty Blazenhoff]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[coloring]]></category>\n\t\t<category><![CDATA[Crayola]]></category>\n\t\t<category><![CDATA[crayons]]></category>\n\t\t<category><![CDATA[gender-fluid]]></category>\n\t\t<category><![CDATA[makeup]]></category>\n\t\t<category><![CDATA[marketing to millennials]]></category>\n\t\t<category><![CDATA[millennials]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602124</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"792\" height=\"606\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/Crayola-ASOS-crayon-makeup.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Crayola-ASOS-crayon-makeup.jpg?w=792&amp;ssl=1 792w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Crayola-ASOS-crayon-makeup.jpg?resize=300%2C230&amp;ssl=1 300w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Crayola-ASOS-crayon-makeup.jpg?resize=600%2C459&amp;ssl=1 600w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Crayola-ASOS-crayon-makeup.jpg?resize=768%2C588&amp;ssl=1 768w\" sizes=\"(max-width: 792px) 100vw, 792px\" /></p><p>I'm not making this up: Crayola is making makeup.\n\n<p>Yep, in a partnership with young adult retail brand ASOS, Crayola now has <a href=\"http://us.asos.com/women/face-body/a-to-z-of-brands/crayola/cat/\">a line of 58 vegan and cruelty-free beauty products</a>, which includes \"face crayons,\" mascara, highlighters, and eyeshadow palettes. Shades, such as Tumbleweed and Dandelion, match the names of actual Crayola crayons.\n\n<p><a href=\"https://www.elle.com/beauty/makeup-skin-care/a21071746/crayola-makeup-collection-asos/\"><em>Elle</em> notes</a> the collection is \"gender fluid,\" citing a press release about the line from ASOS. They also note that both men and women are shown wearing the product in the campaign's photos.\n\n<p>And no, you can't just use real crayons as makeup. They're not \"designed, tested, or approved\" for that purpose, <a href=\"http://www.crayola.com/faq/safetymsds/is-it-safe-to-use-crayola-crayons-to-make-lipstick\">according to the crayon giant's website</a>.\n\n<p>(<em><a href=\"https://mashable.com/2018/06/04/crayola-makeup-crayons\">Mashable</a></em>)]]></description>\n    <content:encoded><![CDATA[<p><img width=\"792\" height=\"606\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/Crayola-ASOS-crayon-makeup.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Crayola-ASOS-crayon-makeup.jpg?w=792&amp;ssl=1 792w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Crayola-ASOS-crayon-makeup.jpg?resize=300%2C230&amp;ssl=1 300w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Crayola-ASOS-crayon-makeup.jpg?resize=600%2C459&amp;ssl=1 600w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Crayola-ASOS-crayon-makeup.jpg?resize=768%2C588&amp;ssl=1 768w\" sizes=\"(max-width: 792px) 100vw, 792px\" /></p><p>I'm not making this up: Crayola is making makeup.\n\n<p>Yep, in a partnership with young adult retail brand ASOS, Crayola now has <a href=\"http://us.asos.com/women/face-body/a-to-z-of-brands/crayola/cat/\">a line of 58 vegan and cruelty-free beauty products</a>, which includes \"face crayons,\" mascara, highlighters, and eyeshadow palettes. Shades, such as Tumbleweed and Dandelion, match the names of actual Crayola crayons.\n\n<p><a href=\"https://www.elle.com/beauty/makeup-skin-care/a21071746/crayola-makeup-collection-asos/\"><em>Elle</em> notes</a> the collection is \"gender fluid,\" citing a press release about the line from ASOS. They also note that both men and women are shown wearing the product in the campaign's photos.\n\n<p>And no, you can't just use real crayons as makeup. They're not \"designed, tested, or approved\" for that purpose, <a href=\"http://www.crayola.com/faq/safetymsds/is-it-safe-to-use-crayola-crayons-to-make-lipstick\">according to the crayon giant's website</a>.\n\n<p>(<em><a href=\"https://mashable.com/2018/06/04/crayola-makeup-crayons\">Mashable</a></em>)]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/06/crayola-now-has-a-line-of-gend.html/feed</wfw:commentRss>\n\t\t<slash:comments>3</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602124</post-id>\t</item>\n\t\t<item>\n\t\t<title>Foster an Orphan Elephant</title>\n\t\t<link>https://boingboing.net/2018/06/06/foster-an-orphan-elephant.html</link>\n\t\t<comments>https://boingboing.net/2018/06/06/foster-an-orphan-elephant.html#respond</comments>\n\t\t<pubDate>Wed, 06 Jun 2018 07:42:29 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Richard Kaufman]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=601118</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"450\" height=\"338\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/Illingwesi-taking-his-bottl.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Illingwesi-taking-his-bottl.jpg?w=450&amp;ssl=1 450w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Illingwesi-taking-his-bottl.jpg?resize=300%2C225&amp;ssl=1 300w\" sizes=\"(max-width: 450px) 100vw, 450px\" /></p><p>Just over two years ago I posted a video here titled “I Will Always Remember You.” Among the many pieces I’ve done for Boing Boing both before and after, it remains the piece most read, and the video most watched.\n\n<p>The subject is the poaching of elephants and the orphaned young elephants who are then left alone. Elephants are extremely smart and social creatures, and the young stay with their mothers, for whom they depend on food, for three to four years. When the mother is killed, the youngster often dies.\n\n<p>The poaching of elephants for their tusks is no closer to being stopped than it was two years ago. Few want to look at horrible photographs of slaughtered animals, which is what makes this piece of animation so important and powerful.\n\n<p>Please watch this and consider donating to the David Sheldrick Wildlife Trust, an organization which cares for young elephants whose mothers have been slain.\n\nhttps://youtu.be/yopa2wvHqhQ\n\n<p>If the video doesn’t move you, then you have a heart of stone. For a mere $50 you can foster an orphan elephant.\n\n<p>From <a href=\"https://www.sheldrickwildlifetrust.org/\">The David Sheldrick Wildlife Trust</a>:\n\n\n<blockquote>\n<p><em>Every orphan of poaching once had a family. As Hugo Guinness’ moving animation shows, at our Nursery, we offer hope, a future and a second chance at life to victims of the ivory trade. This is their story.\n‪#‎RememberMe‬ - Please share this film far and wide! Survivors, like the orphan elephant in the film, have the opportunity to not only live, but to go on and start their own families back in the wild.\nWant to be a part of their future? Foster an orphaned baby elephant in our care at: http://dswt.org/foster\nOur biggest thanks to acclaimed artist Hugo Guinness, Allegra Pilkington and Luisa Crosbie for creating such a powerful animation, with original music by Joe Trapanese and support from J. Crew.</em></blockquote>\n\n\n]]></description>\n    <content:encoded><![CDATA[<p><img width=\"450\" height=\"338\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/Illingwesi-taking-his-bottl.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Illingwesi-taking-his-bottl.jpg?w=450&amp;ssl=1 450w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Illingwesi-taking-his-bottl.jpg?resize=300%2C225&amp;ssl=1 300w\" sizes=\"(max-width: 450px) 100vw, 450px\" /></p><p>Just over two years ago I posted a video here titled “I Will Always Remember You.” Among the many pieces I’ve done for Boing Boing both before and after, it remains the piece most read, and the video most watched.\n\n<p>The subject is the poaching of elephants and the orphaned young elephants who are then left alone. Elephants are extremely smart and social creatures, and the young stay with their mothers, for whom they depend on food, for three to four years. When the mother is killed, the youngster often dies.\n\n<p>The poaching of elephants for their tusks is no closer to being stopped than it was two years ago. Few want to look at horrible photographs of slaughtered animals, which is what makes this piece of animation so important and powerful.\n\n<p>Please watch this and consider donating to the David Sheldrick Wildlife Trust, an organization which cares for young elephants whose mothers have been slain.\n\nhttps://youtu.be/yopa2wvHqhQ\n\n<p>If the video doesn’t move you, then you have a heart of stone. For a mere $50 you can foster an orphan elephant.\n\n<p>From <a href=\"https://www.sheldrickwildlifetrust.org/\">The David Sheldrick Wildlife Trust</a>:\n\n\n<blockquote>\n<p><em>Every orphan of poaching once had a family. As Hugo Guinness’ moving animation shows, at our Nursery, we offer hope, a future and a second chance at life to victims of the ivory trade. This is their story.\n‪#‎RememberMe‬ - Please share this film far and wide! Survivors, like the orphan elephant in the film, have the opportunity to not only live, but to go on and start their own families back in the wild.\nWant to be a part of their future? Foster an orphaned baby elephant in our care at: http://dswt.org/foster\nOur biggest thanks to acclaimed artist Hugo Guinness, Allegra Pilkington and Luisa Crosbie for creating such a powerful animation, with original music by Joe Trapanese and support from J. Crew.</em></blockquote>\n\n\n]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/06/foster-an-orphan-elephant.html/feed</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">601118</post-id>\t</item>\n\t\t<item>\n\t\t<title>Judge to EPA: you are legally required to turn over Pruitt&#039;s documentary evidence for climate denial</title>\n\t\t<link>https://boingboing.net/2018/06/05/epistemological-smokescreen.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/epistemological-smokescreen.html#comments</comments>\n\t\t<pubDate>Wed, 06 Jun 2018 01:41:54 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Cory Doctorow]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[christ what an asshole]]></category>\n\t\t<category><![CDATA[courts]]></category>\n\t\t<category><![CDATA[epa]]></category>\n\t\t<category><![CDATA[foia]]></category>\n\t\t<category><![CDATA[law]]></category>\n\t\t<category><![CDATA[norman vincent peale]]></category>\n\t\t<category><![CDATA[Scott Pruitt]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602929</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"1000\" height=\"540\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/Scott_Pruitt_official_portrait.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Scott_Pruitt_official_portrait.jpg?w=1000&amp;ssl=1 1000w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Scott_Pruitt_official_portrait.jpg?resize=300%2C162&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Scott_Pruitt_official_portrait.jpg?resize=600%2C324&amp;ssl=1 600w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Scott_Pruitt_official_portrait.jpg?resize=768%2C415&amp;ssl=1 768w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Scott_Pruitt_official_portrait.jpg?resize=930%2C502&amp;ssl=1 930w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p>\nEmbattled EPA Director Scott Pruitt went on national TV to announce on behalf of the US government that \"I would not agree [CO2 is] a primary contributor to the global warming that we see... There’s a tremendous disagreement about the degree of the impact [of] human activity on the climate.\"\n <a href=\"https://boingboing.net/2018/06/05/epistemological-smokescreen.html#more-602929\" class=\"more-link\"><span aria-label=\"Continue reading Judge to EPA: you are legally required to turn over Pruitt&#039;s documentary evidence for climate denial\">(more&hellip;)</span></a></p>]]></description>\n    <content:encoded><![CDATA[<p><img width=\"1000\" height=\"540\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/Scott_Pruitt_official_portrait.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Scott_Pruitt_official_portrait.jpg?w=1000&amp;ssl=1 1000w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Scott_Pruitt_official_portrait.jpg?resize=300%2C162&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Scott_Pruitt_official_portrait.jpg?resize=600%2C324&amp;ssl=1 600w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Scott_Pruitt_official_portrait.jpg?resize=768%2C415&amp;ssl=1 768w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Scott_Pruitt_official_portrait.jpg?resize=930%2C502&amp;ssl=1 930w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p>\n<p>\nEmbattled EPA Director Scott Pruitt went on national TV to announce on behalf of the US government that \"I would not agree [CO2 is] a primary contributor to the global warming that we see... There’s a tremendous disagreement about the degree of the impact [of] human activity on the climate.\"\n <a href=\"https://boingboing.net/2018/06/05/epistemological-smokescreen.html#more-602929\" class=\"more-link\"><span aria-label=\"Continue reading Judge to EPA: you are legally required to turn over Pruitt&#039;s documentary evidence for climate denial\">(more&hellip;)</span></a></p>]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/epistemological-smokescreen.html/feed</wfw:commentRss>\n\t\t<slash:comments>7</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602929</post-id>\t</item>\n\t\t<item>\n\t\t<title>John Perry Barlow&#039;s memoir, finished weeks before his death, is out</title>\n\t\t<link>https://boingboing.net/2018/06/05/barlovian.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/barlovian.html#comments</comments>\n\t\t<pubDate>Wed, 06 Jun 2018 01:26:16 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Cory Doctorow]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[barlow]]></category>\n\t\t<category><![CDATA[books]]></category>\n\t\t<category><![CDATA[eff]]></category>\n\t\t<category><![CDATA[gift guide]]></category>\n\t\t<category><![CDATA[mayor of the internet]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602924</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"947\" height=\"443\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/050-056c026d-1c66-4d42-9fae-a8e96df290c5-1020x1860.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/050-056c026d-1c66-4d42-9fae-a8e96df290c5-1020x1860.jpg?w=947&amp;ssl=1 947w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/050-056c026d-1c66-4d42-9fae-a8e96df290c5-1020x1860.jpg?resize=300%2C140&amp;ssl=1 300w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/050-056c026d-1c66-4d42-9fae-a8e96df290c5-1020x1860.jpg?resize=600%2C281&amp;ssl=1 600w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/050-056c026d-1c66-4d42-9fae-a8e96df290c5-1020x1860.jpg?resize=768%2C359&amp;ssl=1 768w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/050-056c026d-1c66-4d42-9fae-a8e96df290c5-1020x1860.jpg?resize=930%2C435&amp;ssl=1 930w\" sizes=\"(max-width: 947px) 100vw, 947px\" /></p>\n<p>\nEFF co-founder, Grateful Dead lyricist and <a href=\"https://boingboing.net/2018/02/08/john-barlow-mayor-of-the-inte.html\">mayor of the internet</a> John Perry Barlow <a href=\"https://boingboing.net/2018/02/07/walk-in-the-rain.html\">died in February</a> and left an unfillable hole.\n <a href=\"https://boingboing.net/2018/06/05/barlovian.html#more-602924\" class=\"more-link\"><span aria-label=\"Continue reading John Perry Barlow&#039;s memoir, finished weeks before his death, is out\">(more&hellip;)</span></a></p>]]></description>\n    <content:encoded><![CDATA[<p><img width=\"947\" height=\"443\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/050-056c026d-1c66-4d42-9fae-a8e96df290c5-1020x1860.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/050-056c026d-1c66-4d42-9fae-a8e96df290c5-1020x1860.jpg?w=947&amp;ssl=1 947w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/050-056c026d-1c66-4d42-9fae-a8e96df290c5-1020x1860.jpg?resize=300%2C140&amp;ssl=1 300w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/050-056c026d-1c66-4d42-9fae-a8e96df290c5-1020x1860.jpg?resize=600%2C281&amp;ssl=1 600w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/050-056c026d-1c66-4d42-9fae-a8e96df290c5-1020x1860.jpg?resize=768%2C359&amp;ssl=1 768w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/050-056c026d-1c66-4d42-9fae-a8e96df290c5-1020x1860.jpg?resize=930%2C435&amp;ssl=1 930w\" sizes=\"(max-width: 947px) 100vw, 947px\" /></p>\n<p>\nEFF co-founder, Grateful Dead lyricist and <a href=\"https://boingboing.net/2018/02/08/john-barlow-mayor-of-the-inte.html\">mayor of the internet</a> John Perry Barlow <a href=\"https://boingboing.net/2018/02/07/walk-in-the-rain.html\">died in February</a> and left an unfillable hole.\n <a href=\"https://boingboing.net/2018/06/05/barlovian.html#more-602924\" class=\"more-link\"><span aria-label=\"Continue reading John Perry Barlow&#039;s memoir, finished weeks before his death, is out\">(more&hellip;)</span></a></p>]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/barlovian.html/feed</wfw:commentRss>\n\t\t<slash:comments>2</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602924</post-id>\t</item>\n\t\t<item>\n\t\t<title>Fugitive wanted for attempted murder found at White House, where he worked for National Security Council</title>\n\t\t<link>https://boingboing.net/2018/06/05/nsc-fugitive-caught.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/nsc-fugitive-caught.html#comments</comments>\n\t\t<pubDate>Wed, 06 Jun 2018 00:14:27 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Xeni Jardin]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[Martese Edwards]]></category>\n\t\t<category><![CDATA[Martese Maurice Edwards]]></category>\n\t\t<category><![CDATA[politics]]></category>\n\t\t<category><![CDATA[security]]></category>\n\t\t<category><![CDATA[trump]]></category>\n\t\t<category><![CDATA[white house]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602914</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"620\" height=\"350\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/me.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/me.jpg?w=620&amp;ssl=1 620w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/me.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/me.jpg?resize=600%2C339&amp;ssl=1 600w\" sizes=\"(max-width: 620px) 100vw, 620px\" /></p><p>\nPretty logical place to hide, if you ask me.</p><p>\n\nSecret Service agents grabbed Martese Maurice Edwards today when he showed up for work at the White House, where he worked as a private contractor for the WH National Security Council.\n</p><p>\nA man by that same name is wanted for attempted first-degree murder in Prince George’s County, Maryland.\n</p><p> <a href=\"https://boingboing.net/2018/06/05/nsc-fugitive-caught.html#more-602914\" class=\"more-link\"><span aria-label=\"Continue reading Fugitive wanted for attempted murder found at White House, where he worked for National Security Council\">(more&hellip;)</span></a></p>]]></description>\n    <content:encoded><![CDATA[<p><img width=\"620\" height=\"350\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/me.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/me.jpg?w=620&amp;ssl=1 620w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/me.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/me.jpg?resize=600%2C339&amp;ssl=1 600w\" sizes=\"(max-width: 620px) 100vw, 620px\" /></p><p>\nPretty logical place to hide, if you ask me.</p><p>\n\nSecret Service agents grabbed Martese Maurice Edwards today when he showed up for work at the White House, where he worked as a private contractor for the WH National Security Council.\n</p><p>\nA man by that same name is wanted for attempted first-degree murder in Prince George’s County, Maryland.\n</p><p> <a href=\"https://boingboing.net/2018/06/05/nsc-fugitive-caught.html#more-602914\" class=\"more-link\"><span aria-label=\"Continue reading Fugitive wanted for attempted murder found at White House, where he worked for National Security Council\">(more&hellip;)</span></a></p>]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/nsc-fugitive-caught.html/feed</wfw:commentRss>\n\t\t<slash:comments>15</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602914</post-id>\t</item>\n\t\t<item>\n\t\t<title>MyHeritage leaks data of 92 million who use the genealogy and family tree website</title>\n\t\t<link>https://boingboing.net/2018/06/05/my-heritage-leaks.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/my-heritage-leaks.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 23:54:34 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Xeni Jardin]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[breach]]></category>\n\t\t<category><![CDATA[data breach]]></category>\n\t\t<category><![CDATA[hack]]></category>\n\t\t<category><![CDATA[hackers]]></category>\n\t\t<category><![CDATA[israel]]></category>\n\t\t<category><![CDATA[myheritage]]></category>\n\t\t<category><![CDATA[security]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602909</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"1000\" height=\"563\" src=\"https://media.boingboing.net/wp-content/uploads/2015/06/hack.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2015/06/hack.jpg?w=1000&amp;ssl=1 1000w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2015/06/hack.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2015/06/hack.jpg?resize=600%2C338&amp;ssl=1 600w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2015/06/hack.jpg?resize=930%2C524&amp;ssl=1 930w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2015/06/hack.jpg?resize=320%2C180&amp;ssl=1 320w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p><p>A security breach affected the MyHeritage website, and leaked the personal information of over 92 million users, the Israeli company said Tuesday.</p><p> <a href=\"https://boingboing.net/2018/06/05/my-heritage-leaks.html#more-602909\" class=\"more-link\"><span aria-label=\"Continue reading MyHeritage leaks data of 92 million who use the genealogy and family tree website\">(more&hellip;)</span></a></p>]]></description>\n    <content:encoded><![CDATA[<p><img width=\"1000\" height=\"563\" src=\"https://media.boingboing.net/wp-content/uploads/2015/06/hack.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2015/06/hack.jpg?w=1000&amp;ssl=1 1000w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2015/06/hack.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2015/06/hack.jpg?resize=600%2C338&amp;ssl=1 600w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2015/06/hack.jpg?resize=930%2C524&amp;ssl=1 930w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2015/06/hack.jpg?resize=320%2C180&amp;ssl=1 320w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p><p>A security breach affected the MyHeritage website, and leaked the personal information of over 92 million users, the Israeli company said Tuesday.</p><p> <a href=\"https://boingboing.net/2018/06/05/my-heritage-leaks.html#more-602909\" class=\"more-link\"><span aria-label=\"Continue reading MyHeritage leaks data of 92 million who use the genealogy and family tree website\">(more&hellip;)</span></a></p>]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/my-heritage-leaks.html/feed</wfw:commentRss>\n\t\t<slash:comments>8</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602909</post-id>\t</item>\n\t\t<item>\n\t\t<title>Rot the eyes right out of your head with this collection of 60 free Film Noir classics</title>\n\t\t<link>https://boingboing.net/2018/06/05/rot-the-eyes-right-out-of-your.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/rot-the-eyes-right-out-of-your.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 23:28:53 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Seamus Bellamy]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[classics]]></category>\n\t\t<category><![CDATA[Film Noir]]></category>\n\t\t<category><![CDATA[free stuff]]></category>\n\t\t<category><![CDATA[movies]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602886</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"640\" height=\"450\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/Oldies-Angelo-Rossitto-Vintage-Actors-Bela-Lugosi-395644.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Oldies-Angelo-Rossitto-Vintage-Actors-Bela-Lugosi-395644.jpg?w=640&amp;ssl=1 640w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Oldies-Angelo-Rossitto-Vintage-Actors-Bela-Lugosi-395644.jpg?resize=300%2C211&amp;ssl=1 300w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Oldies-Angelo-Rossitto-Vintage-Actors-Bela-Lugosi-395644.jpg?resize=600%2C422&amp;ssl=1 600w\" sizes=\"(max-width: 640px) 100vw, 640px\" /></p>I've been hooked on hard-boiled crime novels and <a href=\"https://en.wikipedia.org/wiki/Film_noir\">Film Noir</a> since I picked up my first copy (there have been many) of Dashiel Hammett's Red Harvest back in the mid-1990s. It's <a href=\"https://www.rogerebert.com/rogers-journal/a-guide-to-film-noir-genre\">bleak, entertaining stuff</a> that I find to be a hell of a lot more honest in its portrayal of human desperation, motivation, rage and lust than most of the drivel that's spoon-fed to us in films, television and a whole lot of books these days.\n\n<p>My personal tastes lean towards stories where the bad guy, or at least, a pretty lousy guy, wins. Richard Stark's (a pen name of the late, great Donald E. Westlake) <em>Parker</em> series, anything written by Lawrence Block or Raymond Chandler, and movies like The <em>Big Sleep</em>, The <em>Long Goodbye</em> or more recently, <em>The Drop</em> scratch my need for fatalistic media. Despite their being a glut of crime and detective films out there, set in the city, country or even the future (I'm looking at you, <em>Looper</em>), finding new books to read or movies to veg out to can be a daunting task. Fortunately, the good people at Open Culture have made the latter a whole lot easier.\n\nOpen Culture's curated a fine collection of <a href=\"http://www.openculture.com/free_film_noir_movies\">60 Film Noir gems</a> that are free to watch online, and in some cases, free to download. I won't lie to you, there's a number of stinkers in the movies that they've included on their list, but even a bad film can be worth watching. If nothing else, it'll make you appreciate a good movie that much more.\n\n<em>Image via </em><a href=\"https://www.maxpixel.net/Oldies-Angelo-Rossitto-Vintage-Actors-Bela-Lugosi-395644\"><em>Maxpixel</em></a>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;]]></description>\n    <content:encoded><![CDATA[<p><img width=\"640\" height=\"450\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/Oldies-Angelo-Rossitto-Vintage-Actors-Bela-Lugosi-395644.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Oldies-Angelo-Rossitto-Vintage-Actors-Bela-Lugosi-395644.jpg?w=640&amp;ssl=1 640w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Oldies-Angelo-Rossitto-Vintage-Actors-Bela-Lugosi-395644.jpg?resize=300%2C211&amp;ssl=1 300w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/Oldies-Angelo-Rossitto-Vintage-Actors-Bela-Lugosi-395644.jpg?resize=600%2C422&amp;ssl=1 600w\" sizes=\"(max-width: 640px) 100vw, 640px\" /></p>I've been hooked on hard-boiled crime novels and <a href=\"https://en.wikipedia.org/wiki/Film_noir\">Film Noir</a> since I picked up my first copy (there have been many) of Dashiel Hammett's Red Harvest back in the mid-1990s. It's <a href=\"https://www.rogerebert.com/rogers-journal/a-guide-to-film-noir-genre\">bleak, entertaining stuff</a> that I find to be a hell of a lot more honest in its portrayal of human desperation, motivation, rage and lust than most of the drivel that's spoon-fed to us in films, television and a whole lot of books these days.\n\n<p>My personal tastes lean towards stories where the bad guy, or at least, a pretty lousy guy, wins. Richard Stark's (a pen name of the late, great Donald E. Westlake) <em>Parker</em> series, anything written by Lawrence Block or Raymond Chandler, and movies like The <em>Big Sleep</em>, The <em>Long Goodbye</em> or more recently, <em>The Drop</em> scratch my need for fatalistic media. Despite their being a glut of crime and detective films out there, set in the city, country or even the future (I'm looking at you, <em>Looper</em>), finding new books to read or movies to veg out to can be a daunting task. Fortunately, the good people at Open Culture have made the latter a whole lot easier.\n\nOpen Culture's curated a fine collection of <a href=\"http://www.openculture.com/free_film_noir_movies\">60 Film Noir gems</a> that are free to watch online, and in some cases, free to download. I won't lie to you, there's a number of stinkers in the movies that they've included on their list, but even a bad film can be worth watching. If nothing else, it'll make you appreciate a good movie that much more.\n\n<em>Image via </em><a href=\"https://www.maxpixel.net/Oldies-Angelo-Rossitto-Vintage-Actors-Bela-Lugosi-395644\"><em>Maxpixel</em></a>\n\n&nbsp;\n\n&nbsp;\n\n&nbsp;]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/rot-the-eyes-right-out-of-your.html/feed</wfw:commentRss>\n\t\t<slash:comments>16</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602886</post-id>\t</item>\n\t\t<item>\n\t\t<title>This man is swimming across the Pacific Ocean to raise awareness about plastic pollution</title>\n\t\t<link>https://boingboing.net/2018/06/05/this-man-is-swimming-across-th.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/this-man-is-swimming-across-th.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 23:23:38 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Seamus Bellamy]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[causes]]></category>\n\t\t<category><![CDATA[Great Pacific Garbage Patch]]></category>\n\t\t<category><![CDATA[Pacific Ocean]]></category>\n\t\t<category><![CDATA[pollution]]></category>\n\t\t<category><![CDATA[swimming]]></category>\n\t\t<category><![CDATA[The Longest Swim]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602880</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"700\" height=\"383\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/swim.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/swim.jpg?w=700&amp;ssl=1 700w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/swim.jpg?resize=300%2C164&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/swim.jpg?resize=600%2C328&amp;ssl=1 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" /></p>Some people are more committed to a cause than others. Ben Lecomte? He’s one of those. In an effort to highlight the stunning amount of damage humanity is doing to the world’s oceans and generate awareness about plastic pollution, the 50-year old adventurer plans on swimming through 1,600km of the Great Pacific Garbage Patch. Lecomte started his swim this morning in Japan. Provided everything goes according to plan, he’ll finish his aquatic ramblings in 180 days, in San Fransisco. This isn’t his first open water rodeo: according to The Guardian, Lecomte swam across the whole damn Atlantic Ocean back in 1998.\n\nhttps://www.youtube.com/watch?v=fnUK0oBI_s4\n\nFrom <a href=\"https://www.theguardian.com/environment/2018/jun/05/man-begins-six-month-swim-through-great-pacific-garbage-patch\">The Guardian</a>:\n<blockquote>The Great Pacific garbage patch, according to the latest March estimate, is twice the size of France and contains nearly 80,000 tonnes of plastic.\n\nAlso known as the Pacific trash vortex, the patch is caused by the North Pacific gyre – a circle of currents that keep plastic, waste and other pollution trapped.\n\nAccording to scientists, the patch has been growing “exponentially” in recent years. The March estimate found it was 16 times larger than previously expected.</blockquote>\nAs Lecomte makes his way through the garbage patch, he and his support team plan on taking water samples and catching fish to test for plastic pollutants and illustrate how plastics have been infiltrating the food chain. This might sound like a a goofy publicity stunt, but if you take a peek at the endeavor's website, you'll see that Lecomte's efforts have the support of some big scientific guns, including NASA, CMER, the Argonne National Labratory and the University of Montana, just to name a few.\n\nIf you'd like to keep tabs on the progress that Lecomte and his team are making in their trek across the Pacific Ocean or learn more about how badly we've screwed up our oceans, you'll want to check out <a href=\"http://thelongestswim.com/#\">The Longest Swim</a>.\n\n]]></description>\n    <content:encoded><![CDATA[<p><img width=\"700\" height=\"383\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/swim.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/swim.jpg?w=700&amp;ssl=1 700w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/swim.jpg?resize=300%2C164&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/swim.jpg?resize=600%2C328&amp;ssl=1 600w\" sizes=\"(max-width: 700px) 100vw, 700px\" /></p>Some people are more committed to a cause than others. Ben Lecomte? He’s one of those. In an effort to highlight the stunning amount of damage humanity is doing to the world’s oceans and generate awareness about plastic pollution, the 50-year old adventurer plans on swimming through 1,600km of the Great Pacific Garbage Patch. Lecomte started his swim this morning in Japan. Provided everything goes according to plan, he’ll finish his aquatic ramblings in 180 days, in San Fransisco. This isn’t his first open water rodeo: according to The Guardian, Lecomte swam across the whole damn Atlantic Ocean back in 1998.\n\nhttps://www.youtube.com/watch?v=fnUK0oBI_s4\n\nFrom <a href=\"https://www.theguardian.com/environment/2018/jun/05/man-begins-six-month-swim-through-great-pacific-garbage-patch\">The Guardian</a>:\n<blockquote>The Great Pacific garbage patch, according to the latest March estimate, is twice the size of France and contains nearly 80,000 tonnes of plastic.\n\nAlso known as the Pacific trash vortex, the patch is caused by the North Pacific gyre – a circle of currents that keep plastic, waste and other pollution trapped.\n\nAccording to scientists, the patch has been growing “exponentially” in recent years. The March estimate found it was 16 times larger than previously expected.</blockquote>\nAs Lecomte makes his way through the garbage patch, he and his support team plan on taking water samples and catching fish to test for plastic pollutants and illustrate how plastics have been infiltrating the food chain. This might sound like a a goofy publicity stunt, but if you take a peek at the endeavor's website, you'll see that Lecomte's efforts have the support of some big scientific guns, including NASA, CMER, the Argonne National Labratory and the University of Montana, just to name a few.\n\nIf you'd like to keep tabs on the progress that Lecomte and his team are making in their trek across the Pacific Ocean or learn more about how badly we've screwed up our oceans, you'll want to check out <a href=\"http://thelongestswim.com/#\">The Longest Swim</a>.\n\n]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/this-man-is-swimming-across-th.html/feed</wfw:commentRss>\n\t\t<slash:comments>5</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602880</post-id>\t</item>\n\t\t<item>\n\t\t<title>Facebook gave user data to &#039;at least 4 Chinese companies,&#039; including tech giant ID&#039;d as security threat by U.S. intel</title>\n\t\t<link>https://boingboing.net/2018/06/05/facebook-china.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/facebook-china.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 23:19:41 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Xeni Jardin]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[#deletefacebook]]></category>\n\t\t<category><![CDATA[china]]></category>\n\t\t<category><![CDATA[data breach]]></category>\n\t\t<category><![CDATA[facebook]]></category>\n\t\t<category><![CDATA[huawei]]></category>\n\t\t<category><![CDATA[mark zuckerberg]]></category>\n\t\t<category><![CDATA[privacy]]></category>\n\t\t<category><![CDATA[security]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602892</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"3028\" height=\"1703\" src=\"https://media.boingboing.net/wp-content/uploads/2017/01/zuckerberg-mouths.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i0.wp.com/media.boingboing.net/wp-content/uploads/2017/01/zuckerberg-mouths.jpg?w=3028&amp;ssl=1 3028w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2017/01/zuckerberg-mouths.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2017/01/zuckerberg-mouths.jpg?resize=600%2C337&amp;ssl=1 600w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2017/01/zuckerberg-mouths.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2017/01/zuckerberg-mouths.jpg?resize=930%2C523&amp;ssl=1 930w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2017/01/zuckerberg-mouths.jpg?w=1940&amp;ssl=1 1940w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2017/01/zuckerberg-mouths.jpg?w=2910&amp;ssl=1 2910w\" sizes=\"(max-width: 3028px) 100vw, 3028px\" /></p><p>Despite Mark Zuckerberg's internal <a href=\"https://boingboing.net/2018/06/03/up-is-down.html\">war on transparency</a>, the <a href=\"https://boingboing.net/tag/facebook\">Facebook data abuse reveals</a> just keep on coming. </p><p> <a href=\"https://boingboing.net/2018/06/05/facebook-china.html#more-602892\" class=\"more-link\"><span aria-label=\"Continue reading Facebook gave user data to &#039;at least 4 Chinese companies,&#039; including tech giant ID&#039;d as security threat by U.S. intel\">(more&hellip;)</span></a></p>]]></description>\n    <content:encoded><![CDATA[<p><img width=\"3028\" height=\"1703\" src=\"https://media.boingboing.net/wp-content/uploads/2017/01/zuckerberg-mouths.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i0.wp.com/media.boingboing.net/wp-content/uploads/2017/01/zuckerberg-mouths.jpg?w=3028&amp;ssl=1 3028w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2017/01/zuckerberg-mouths.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2017/01/zuckerberg-mouths.jpg?resize=600%2C337&amp;ssl=1 600w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2017/01/zuckerberg-mouths.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2017/01/zuckerberg-mouths.jpg?resize=930%2C523&amp;ssl=1 930w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2017/01/zuckerberg-mouths.jpg?w=1940&amp;ssl=1 1940w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2017/01/zuckerberg-mouths.jpg?w=2910&amp;ssl=1 2910w\" sizes=\"(max-width: 3028px) 100vw, 3028px\" /></p><p>Despite Mark Zuckerberg's internal <a href=\"https://boingboing.net/2018/06/03/up-is-down.html\">war on transparency</a>, the <a href=\"https://boingboing.net/tag/facebook\">Facebook data abuse reveals</a> just keep on coming. </p><p> <a href=\"https://boingboing.net/2018/06/05/facebook-china.html#more-602892\" class=\"more-link\"><span aria-label=\"Continue reading Facebook gave user data to &#039;at least 4 Chinese companies,&#039; including tech giant ID&#039;d as security threat by U.S. intel\">(more&hellip;)</span></a></p>]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/facebook-china.html/feed</wfw:commentRss>\n\t\t<slash:comments>14</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602892</post-id>\t</item>\n\t\t<item>\n\t\t<title>Watch a vinyl record spin so fast it disintegrates</title>\n\t\t<link>https://boingboing.net/2018/06/05/watch-a-vinyl-record-spin-so-f.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/watch-a-vinyl-record-spin-so-f.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 20:10:12 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Andrea James]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[Video]]></category>\n\t\t<category><![CDATA[album]]></category>\n\t\t<category><![CDATA[family]]></category>\n\t\t<category><![CDATA[Kids]]></category>\n\t\t<category><![CDATA[Slo Mo Guys]]></category>\n\t\t<category><![CDATA[video]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=601060</guid>\n\n\n\n\t\t<description><![CDATA[<img width=\"600\" height=\"337\" src=\"https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/slo-mo-vinyl-album.jpg?fit=600%2C337&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/slo-mo-vinyl-album.jpg?w=799&amp;ssl=1 799w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/slo-mo-vinyl-album.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/slo-mo-vinyl-album.jpg?resize=600%2C337&amp;ssl=1 600w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/slo-mo-vinyl-album.jpg?resize=768%2C432&amp;ssl=1 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" /> <p> <p>\nPlaying a vinyl album at 45 or 78 instead of 33.33 is always fun, but what happens at <a href=\"https://www.youtube.com/watch?v=n-DTjpde9-0\">several thousand times that rpm</a>? Let's just say it's record-shattering. <a href=\"https://boingboing.net/2018/06/05/watch-a-vinyl-record-spin-so-f.html#more-601060\" class=\"more-link\"><span aria-label=\"Continue reading Watch a vinyl record spin so fast it disintegrates\">(more&hellip;)</span></a></p>]]></description>\n    <content:encoded><![CDATA[<img width=\"600\" height=\"337\" src=\"https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/slo-mo-vinyl-album.jpg?fit=600%2C337&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/slo-mo-vinyl-album.jpg?w=799&amp;ssl=1 799w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/slo-mo-vinyl-album.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/slo-mo-vinyl-album.jpg?resize=600%2C337&amp;ssl=1 600w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/slo-mo-vinyl-album.jpg?resize=768%2C432&amp;ssl=1 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" /> <p> <p>\nPlaying a vinyl album at 45 or 78 instead of 33.33 is always fun, but what happens at <a href=\"https://www.youtube.com/watch?v=n-DTjpde9-0\">several thousand times that rpm</a>? Let's just say it's record-shattering. <a href=\"https://boingboing.net/2018/06/05/watch-a-vinyl-record-spin-so-f.html#more-601060\" class=\"more-link\"><span aria-label=\"Continue reading Watch a vinyl record spin so fast it disintegrates\">(more&hellip;)</span></a></p>]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/watch-a-vinyl-record-spin-so-f.html/feed</wfw:commentRss>\n\t\t<slash:comments>17</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">601060</post-id>\t</item>\n\t\t<item>\n\t\t<title>Watch this terrific paper animation of a Japanese monster battle</title>\n\t\t<link>https://boingboing.net/2018/06/05/watch-this-terrific-paper-anim.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/watch-this-terrific-paper-anim.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 19:49:58 +0000</pubDate>\n\t\t<dc:creator><![CDATA[David Pescovitz]]></dc:creator>\n\t\t\t\t<category><![CDATA[Video]]></category>\n\t\t<category><![CDATA[animation]]></category>\n\t\t<category><![CDATA[art]]></category>\n\t\t<category><![CDATA[design]]></category>\n\t\t<category><![CDATA[papercraft]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602865</guid>\n\n\n\n\t\t<description><![CDATA[<img width=\"480\" height=\"360\" src=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/0-3.jpg?fit=480%2C360&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/0-3.jpg?w=480&amp;ssl=1 480w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/0-3.jpg?resize=300%2C225&amp;ssl=1 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" /> <p> <P>\n<a href=\"https://twitter.com/shin___geki\">Shinrashinge</a> created this fantastic one-shot animation entirely out of paper. Below is another classic. <em>(via <a href=\"https://waxy.org/\">Waxy</a>)</em>\n<P>\n<blockquote class=\"twitter-tweet\" data-lang=\"en\"><p lang=\"ja\" dir=\"ltr\">紙コップ３つでドラえもんの漫画作ってみました。<a href=\"https://twitter.com/hashtag/%E3%83%89%E3%83%A9%E3%81%88%E3%82%82%E3%82%93?src=hash&amp;ref_src=twsrc%5Etfw\">#ドラえもん</a> <a href=\"https://twitter.com/hashtag/%E7%B4%99%E3%82%B3%E3%83%83%E3%83%97?src=hash&amp;ref_src=twsrc%5Etfw\">#紙コップ</a> <a href=\"https://t.co/4EHKa1AEbm\">pic.twitter.com/4EHKa1AEbm</a></p>&mdash; しんらしんげ (@shin___geki) <a href=\"https://twitter.com/shin___geki/status/688283766381387776?ref_src=twsrc%5Etfw\">January 16, 2016</a></blockquote>\n<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n]]></description>\n    <content:encoded><![CDATA[<img width=\"480\" height=\"360\" src=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/0-3.jpg?fit=480%2C360&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/0-3.jpg?w=480&amp;ssl=1 480w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/0-3.jpg?resize=300%2C225&amp;ssl=1 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" /> <p> <P>\n<a href=\"https://twitter.com/shin___geki\">Shinrashinge</a> created this fantastic one-shot animation entirely out of paper. Below is another classic. <em>(via <a href=\"https://waxy.org/\">Waxy</a>)</em>\n<P>\n<blockquote class=\"twitter-tweet\" data-lang=\"en\"><p lang=\"ja\" dir=\"ltr\">紙コップ３つでドラえもんの漫画作ってみました。<a href=\"https://twitter.com/hashtag/%E3%83%89%E3%83%A9%E3%81%88%E3%82%82%E3%82%93?src=hash&amp;ref_src=twsrc%5Etfw\">#ドラえもん</a> <a href=\"https://twitter.com/hashtag/%E7%B4%99%E3%82%B3%E3%83%83%E3%83%97?src=hash&amp;ref_src=twsrc%5Etfw\">#紙コップ</a> <a href=\"https://t.co/4EHKa1AEbm\">pic.twitter.com/4EHKa1AEbm</a></p>&mdash; しんらしんげ (@shin___geki) <a href=\"https://twitter.com/shin___geki/status/688283766381387776?ref_src=twsrc%5Etfw\">January 16, 2016</a></blockquote>\n<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/watch-this-terrific-paper-anim.html/feed</wfw:commentRss>\n\t\t<slash:comments>11</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602865</post-id>\t</item>\n\t\t<item>\n\t\t<title>Watch Elemental, where beautiful ocean photos become stunning cinemagraphs</title>\n\t\t<link>https://boingboing.net/2018/06/05/watch-elemental-where-beautif.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/watch-elemental-where-beautif.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 19:46:11 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Andrea James]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[Video]]></category>\n\t\t<category><![CDATA[art]]></category>\n\t\t<category><![CDATA[cinemagraph]]></category>\n\t\t<category><![CDATA[cinemagraphs]]></category>\n\t\t<category><![CDATA[ocean]]></category>\n\t\t<category><![CDATA[photography]]></category>\n\t\t<category><![CDATA[video]]></category>\n\t\t<category><![CDATA[water]]></category>\n\t\t<category><![CDATA[waves]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=599868</guid>\n\n\n\n\t\t<description><![CDATA[<img width=\"600\" height=\"348\" src=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/05/elemental-dijcks-01.jpg?fit=600%2C348&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/05/elemental-dijcks-01.jpg?w=925&amp;ssl=1 925w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/05/elemental-dijcks-01.jpg?resize=300%2C174&amp;ssl=1 300w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/05/elemental-dijcks-01.jpg?resize=600%2C348&amp;ssl=1 600w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/05/elemental-dijcks-01.jpg?resize=768%2C445&amp;ssl=1 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" /> <p> <p>\n<em><a href=\"https://amzn.to/2JjBCZ4\">Water &amp; Light</a></em> contains astonishing images of waves. <a href=\"https://boingboing.net/2017/05/09/watch-ocean-wave-images-turned.html\">Last year</a>, Armand Dijcks turned some of Ray Collins' shots into cinemagraphs. The two collaborated again in <a href=\"https://vimeo.com/269930102\">Elemental</a>, a languid meditation on the power and beauty of water. <a href=\"https://boingboing.net/2018/06/05/watch-elemental-where-beautif.html#more-599868\" class=\"more-link\"><span aria-label=\"Continue reading Watch Elemental, where beautiful ocean photos become stunning cinemagraphs\">(more&hellip;)</span></a></p>]]></description>\n    <content:encoded><![CDATA[<img width=\"600\" height=\"348\" src=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/05/elemental-dijcks-01.jpg?fit=600%2C348&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/05/elemental-dijcks-01.jpg?w=925&amp;ssl=1 925w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/05/elemental-dijcks-01.jpg?resize=300%2C174&amp;ssl=1 300w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/05/elemental-dijcks-01.jpg?resize=600%2C348&amp;ssl=1 600w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/05/elemental-dijcks-01.jpg?resize=768%2C445&amp;ssl=1 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" /> <p> <p>\n<em><a href=\"https://amzn.to/2JjBCZ4\">Water &amp; Light</a></em> contains astonishing images of waves. <a href=\"https://boingboing.net/2017/05/09/watch-ocean-wave-images-turned.html\">Last year</a>, Armand Dijcks turned some of Ray Collins' shots into cinemagraphs. The two collaborated again in <a href=\"https://vimeo.com/269930102\">Elemental</a>, a languid meditation on the power and beauty of water. <a href=\"https://boingboing.net/2018/06/05/watch-elemental-where-beautif.html#more-599868\" class=\"more-link\"><span aria-label=\"Continue reading Watch Elemental, where beautiful ocean photos become stunning cinemagraphs\">(more&hellip;)</span></a></p>]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/watch-elemental-where-beautif.html/feed</wfw:commentRss>\n\t\t<slash:comments>4</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">599868</post-id>\t</item>\n\t\t<item>\n\t\t<title>Cutlery from 2001: A Space Odyssey is available on Amazon</title>\n\t\t<link>https://boingboing.net/2018/06/05/cutlery-from-2001-a-space-ody.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/cutlery-from-2001-a-space-ody.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 19:37:27 +0000</pubDate>\n\t\t<dc:creator><![CDATA[David Pescovitz]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[cutlery]]></category>\n\t\t<category><![CDATA[dining]]></category>\n\t\t<category><![CDATA[flatware]]></category>\n\t\t<category><![CDATA[kitchen]]></category>\n\t\t<category><![CDATA[movies]]></category>\n\t\t<category><![CDATA[props]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602857</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"765\" height=\"428\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/screenshot-6.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/screenshot-6.jpg?w=765&amp;ssl=1 765w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/screenshot-6.jpg?resize=300%2C168&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/screenshot-6.jpg?resize=600%2C336&amp;ssl=1 600w\" sizes=\"(max-width: 765px) 100vw, 765px\" /></p><P>\nIn 1957, Danish architect Arne Jacobson designed a exquisite set of minimalist cutlery that Stanley Kubrick personally selected as the flatware aboard the Discovery One in “2001: A Space Odyssey\" (1968). Now you can <a href=\"https://amzn.to/2Lp2293\">buy it on Amazon.com for $100/set</a>. This is the future, baby! From the New York Times:\n\n\n<P>\n\n<blockquote><P>\nJacobsen designed (the cutlery) at the height of his career, in his mid-50s, for one of his most prestigious assignments, the SAS Royal Hotel in Copenhagen. Having established his reputation as Denmark’s leading Modernist by designing first houses and then public buildings, Jacobsen sealed it in 1956 by bagging the most coveted position in Danish design, as professor of architecture at the Royal Danish Academy of Fine Arts. The SAS commission offered an opportunity for him to create a new national landmark, a grand hotel for the jet age. This would require him to design not just the building but all of its contents: chairs, furnishings, curtains, lighting, even the cutlery.\n<P>\nIgnoring convention, Jacobsen started from scratch by imagining what eating utensils would be like if they were natural extensions of the human body, and came up with abstractions of the traditional shape for knives, forks and spoons. The light, slender slivers of metal are designed to fit neatly into the hand at one end and the mouth at the other, with wide, flat surfaces for the fingertips to hold on to. </blockquote>\n<P>\n\"<a href=\"https://www.nytimes.com/2009/10/04/style/tmagazine/04rawsthorn.html\">The Cutting Edge</a>\" <em>(New York Times, 2009)</em>\n<P>\n<img src=\"https://media.boingboing.net/wp-content/uploads/2018/06/screenshot-7.jpg\" alt=\"\" width=\"545\" height=\"459\" class=\"alignnone size-full wp-image-602863\" />\n<P>\n<em>(via <a href=\"https://kottke.org/\">Kottke</a>)</em>\n]]></description>\n    <content:encoded><![CDATA[<p><img width=\"765\" height=\"428\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/screenshot-6.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/screenshot-6.jpg?w=765&amp;ssl=1 765w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/screenshot-6.jpg?resize=300%2C168&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/screenshot-6.jpg?resize=600%2C336&amp;ssl=1 600w\" sizes=\"(max-width: 765px) 100vw, 765px\" /></p><P>\nIn 1957, Danish architect Arne Jacobson designed a exquisite set of minimalist cutlery that Stanley Kubrick personally selected as the flatware aboard the Discovery One in “2001: A Space Odyssey\" (1968). Now you can <a href=\"https://amzn.to/2Lp2293\">buy it on Amazon.com for $100/set</a>. This is the future, baby! From the New York Times:\n\n\n<P>\n\n<blockquote><P>\nJacobsen designed (the cutlery) at the height of his career, in his mid-50s, for one of his most prestigious assignments, the SAS Royal Hotel in Copenhagen. Having established his reputation as Denmark’s leading Modernist by designing first houses and then public buildings, Jacobsen sealed it in 1956 by bagging the most coveted position in Danish design, as professor of architecture at the Royal Danish Academy of Fine Arts. The SAS commission offered an opportunity for him to create a new national landmark, a grand hotel for the jet age. This would require him to design not just the building but all of its contents: chairs, furnishings, curtains, lighting, even the cutlery.\n<P>\nIgnoring convention, Jacobsen started from scratch by imagining what eating utensils would be like if they were natural extensions of the human body, and came up with abstractions of the traditional shape for knives, forks and spoons. The light, slender slivers of metal are designed to fit neatly into the hand at one end and the mouth at the other, with wide, flat surfaces for the fingertips to hold on to. </blockquote>\n<P>\n\"<a href=\"https://www.nytimes.com/2009/10/04/style/tmagazine/04rawsthorn.html\">The Cutting Edge</a>\" <em>(New York Times, 2009)</em>\n<P>\n<img src=\"https://media.boingboing.net/wp-content/uploads/2018/06/screenshot-7.jpg\" alt=\"\" width=\"545\" height=\"459\" class=\"alignnone size-full wp-image-602863\" />\n<P>\n<em>(via <a href=\"https://kottke.org/\">Kottke</a>)</em>\n]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/cutlery-from-2001-a-space-ody.html/feed</wfw:commentRss>\n\t\t<slash:comments>23</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602857</post-id>\t</item>\n\t\t<item>\n\t\t<title>Brian De Palma is making a &quot;horror film&quot; inspired by Harvey Weinstein&#039;s downfall</title>\n\t\t<link>https://boingboing.net/2018/06/05/brian-de-palma-is-making-a-h.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/brian-de-palma-is-making-a-h.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 18:56:26 +0000</pubDate>\n\t\t<dc:creator><![CDATA[David Pescovitz]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[#metoo]]></category>\n\t\t<category><![CDATA[hollywood]]></category>\n\t\t<category><![CDATA[movies]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602833</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"731\" height=\"529\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/screenshot-5.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/screenshot-5.jpg?w=731&amp;ssl=1 731w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/screenshot-5.jpg?resize=300%2C217&amp;ssl=1 300w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/screenshot-5.jpg?resize=600%2C434&amp;ssl=1 600w\" sizes=\"(max-width: 731px) 100vw, 731px\" /></p><P>\nBrian De Palma is writing “a horror film\" inspired by the downfall of Harvey Weinstein. The movie is about “a sexual aggressor\" and takes place \"within the context of sexual harassment in Hollywood,\" he says. It's titled Predator. Shooting will begin next year.\n<P>\nFrom <a href=\"https://deadline.com/2018/06/brian-de-palma-harvey-weinstein-horror-film-title-predator-said-ben-said-toronto-1202403553/\">Deadline Hollywood</a>:\n\n<P>\n<blockquote><P>\n(Saïd) Ben Saïd, who produced De Palma’s 2012 Passion starring Rachel McAdams and Noomi Rapace, will produce Predator with partner Michel Merkt. Separately, De Palma has said he’s using the Toronto Film Festival as a backdrop for the intrigue.</blockquote>\n\n\n<P>\n<em>image: <a href=\"https://commons.wikimedia.org/wiki/File:Harvey_Weinstein_2011_Shankbone.JPG\">David Shankbone/CC</a></em>]]></description>\n    <content:encoded><![CDATA[<p><img width=\"731\" height=\"529\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/screenshot-5.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/screenshot-5.jpg?w=731&amp;ssl=1 731w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/screenshot-5.jpg?resize=300%2C217&amp;ssl=1 300w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/screenshot-5.jpg?resize=600%2C434&amp;ssl=1 600w\" sizes=\"(max-width: 731px) 100vw, 731px\" /></p><P>\nBrian De Palma is writing “a horror film\" inspired by the downfall of Harvey Weinstein. The movie is about “a sexual aggressor\" and takes place \"within the context of sexual harassment in Hollywood,\" he says. It's titled Predator. Shooting will begin next year.\n<P>\nFrom <a href=\"https://deadline.com/2018/06/brian-de-palma-harvey-weinstein-horror-film-title-predator-said-ben-said-toronto-1202403553/\">Deadline Hollywood</a>:\n\n<P>\n<blockquote><P>\n(Saïd) Ben Saïd, who produced De Palma’s 2012 Passion starring Rachel McAdams and Noomi Rapace, will produce Predator with partner Michel Merkt. Separately, De Palma has said he’s using the Toronto Film Festival as a backdrop for the intrigue.</blockquote>\n\n\n<P>\n<em>image: <a href=\"https://commons.wikimedia.org/wiki/File:Harvey_Weinstein_2011_Shankbone.JPG\">David Shankbone/CC</a></em>]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/brian-de-palma-is-making-a-h.html/feed</wfw:commentRss>\n\t\t<slash:comments>13</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602833</post-id>\t</item>\n\t\t<item>\n\t\t<title>Just look at this manually pixellated banana and apple</title>\n\t\t<link>https://boingboing.net/2018/06/05/just-look-at-this-manually-pix.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/just-look-at-this-manually-pix.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 18:44:37 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Andrea James]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[art]]></category>\n\t\t<category><![CDATA[design]]></category>\n\t\t<category><![CDATA[family]]></category>\n\t\t<category><![CDATA[Food]]></category>\n\t\t<category><![CDATA[fruit]]></category>\n\t\t<category><![CDATA[i can tell by the pixels]]></category>\n\t\t<category><![CDATA[Kids]]></category>\n\t\t<category><![CDATA[pixel art]]></category>\n\t\t<category><![CDATA[pixels]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=599772</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"799\" height=\"718\" src=\"https://media.boingboing.net/wp-content/uploads/2018/05/yuni-yoshida-01.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/05/yuni-yoshida-01.jpg?w=799&amp;ssl=1 799w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/05/yuni-yoshida-01.jpg?resize=300%2C270&amp;ssl=1 300w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/05/yuni-yoshida-01.jpg?resize=600%2C539&amp;ssl=1 600w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/05/yuni-yoshida-01.jpg?resize=768%2C690&amp;ssl=1 768w\" sizes=\"(max-width: 799px) 100vw, 799px\" /></p>Tokyo based artist <a href=\"http://yuni-yoshida.com/\">Yuni Yoshida</a> created her <a href=\"https://www.instagram.com/p/BiN-HnAFEVq/?taken-by=yuni_yoshida\">Layered</a> series by manually cutting out cubed \"pixels\" of foods that recreate the gestalt of the original. <a href=\"https://boingboing.net/2018/06/05/just-look-at-this-manually-pix.html#more-599772\" class=\"more-link\"><span aria-label=\"Continue reading Just look at this manually pixellated banana and apple\">(more&hellip;)</span></a>]]></description>\n    <content:encoded><![CDATA[<p><img width=\"799\" height=\"718\" src=\"https://media.boingboing.net/wp-content/uploads/2018/05/yuni-yoshida-01.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/05/yuni-yoshida-01.jpg?w=799&amp;ssl=1 799w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/05/yuni-yoshida-01.jpg?resize=300%2C270&amp;ssl=1 300w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/05/yuni-yoshida-01.jpg?resize=600%2C539&amp;ssl=1 600w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/05/yuni-yoshida-01.jpg?resize=768%2C690&amp;ssl=1 768w\" sizes=\"(max-width: 799px) 100vw, 799px\" /></p>Tokyo based artist <a href=\"http://yuni-yoshida.com/\">Yuni Yoshida</a> created her <a href=\"https://www.instagram.com/p/BiN-HnAFEVq/?taken-by=yuni_yoshida\">Layered</a> series by manually cutting out cubed \"pixels\" of foods that recreate the gestalt of the original. <a href=\"https://boingboing.net/2018/06/05/just-look-at-this-manually-pix.html#more-599772\" class=\"more-link\"><span aria-label=\"Continue reading Just look at this manually pixellated banana and apple\">(more&hellip;)</span></a>]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/just-look-at-this-manually-pix.html/feed</wfw:commentRss>\n\t\t<slash:comments>10</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">599772</post-id>\t</item>\n\t\t<item>\n\t\t<title>This is how you dance (without moving)</title>\n\t\t<link>https://boingboing.net/2018/06/05/this-is-how-you-dance-without.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/this-is-how-you-dance-without.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 17:40:01 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Rusty Blazenhoff]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[Video]]></category>\n\t\t<category><![CDATA[dancing]]></category>\n\t\t<category><![CDATA[magic]]></category>\n\t\t<category><![CDATA[stop-motion]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602151</guid>\n\n\n\n\t\t<description><![CDATA[<img width=\"600\" height=\"338\" src=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/dancing-without-moving.jpg?fit=600%2C338&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/dancing-without-moving.jpg?w=1280&amp;ssl=1 1280w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/dancing-without-moving.jpg?resize=300%2C169&amp;ssl=1 300w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/dancing-without-moving.jpg?resize=600%2C338&amp;ssl=1 600w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/dancing-without-moving.jpg?resize=768%2C432&amp;ssl=1 768w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/dancing-without-moving.jpg?resize=930%2C523&amp;ssl=1 930w\" sizes=\"(max-width: 600px) 100vw, 600px\" /> <p>\n<p>YouTuber <a href=\"https://www.youtube.com/channel/UCqNe2Mqtv5sNidn5hAAEfiQ\">Ryan Higa</a> admits that he can't dance. When one of his viewers asked if he could dance without moving, he put together this amazing <a href=\"https://youtu.be/2s4GMLkTNv0\">stop-motion video</a> with his friends.\n\n<em>This</em> is how it was made:\n\nhttps://youtu.be/6e7wxqOo7ps\n\n<p>(<em><a href=\"http://www.neatorama.com/2018/06/03/Dancing-Without-Moving/\">Neatorama</a></em>)]]></description>\n    <content:encoded><![CDATA[<img width=\"600\" height=\"338\" src=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/dancing-without-moving.jpg?fit=600%2C338&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/dancing-without-moving.jpg?w=1280&amp;ssl=1 1280w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/dancing-without-moving.jpg?resize=300%2C169&amp;ssl=1 300w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/dancing-without-moving.jpg?resize=600%2C338&amp;ssl=1 600w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/dancing-without-moving.jpg?resize=768%2C432&amp;ssl=1 768w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/dancing-without-moving.jpg?resize=930%2C523&amp;ssl=1 930w\" sizes=\"(max-width: 600px) 100vw, 600px\" /> <p>\n<p>YouTuber <a href=\"https://www.youtube.com/channel/UCqNe2Mqtv5sNidn5hAAEfiQ\">Ryan Higa</a> admits that he can't dance. When one of his viewers asked if he could dance without moving, he put together this amazing <a href=\"https://youtu.be/2s4GMLkTNv0\">stop-motion video</a> with his friends.\n\n<em>This</em> is how it was made:\n\nhttps://youtu.be/6e7wxqOo7ps\n\n<p>(<em><a href=\"http://www.neatorama.com/2018/06/03/Dancing-Without-Moving/\">Neatorama</a></em>)]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/this-is-how-you-dance-without.html/feed</wfw:commentRss>\n\t\t<slash:comments>2</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602151</post-id>\t</item>\n\t\t<item>\n\t\t<title>Who won the horse race? Bofa. Bofa Deez Nutz.</title>\n\t\t<link>https://boingboing.net/2018/06/05/who-won-the-horse-race-bofa.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/who-won-the-horse-race-bofa.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 17:27:11 +0000</pubDate>\n\t\t<dc:creator><![CDATA[David Pescovitz]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[Video]]></category>\n\t\t<category><![CDATA[Funny]]></category>\n\t\t<category><![CDATA[got eeem]]></category>\n\t\t<category><![CDATA[horse racing]]></category>\n\t\t<category><![CDATA[horses]]></category>\n\t\t<category><![CDATA[sports]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602823</guid>\n\n\n\n\t\t<description><![CDATA[<img width=\"480\" height=\"360\" src=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/0-2.jpg?fit=480%2C360&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/0-2.jpg?w=480&amp;ssl=1 480w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/0-2.jpg?resize=300%2C225&amp;ssl=1 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" /> <p> <P>\nA horse named <a href=\"http://www.equibase.com/profiles/Results.cfm?type=Horse&refno=10057981&registry=Q&rbt=QH\">Bofa Deez Nutz</a> won its first victory on Friday at Oklahoma City's Remington Park. You'll note that the race caller is a master at his craft. <P>\nMeanwhile, as the horse crossed the finish line, its owner could be heard exclaiming \"GOT EEEEM!\" (In my imagination anyway.)\n<P>\n<em>(Thanks, <a href=\"https://twitter.com/deanputney\">Dean Putney</a>!)</em>\n<P>]]></description>\n    <content:encoded><![CDATA[<img width=\"480\" height=\"360\" src=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/0-2.jpg?fit=480%2C360&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/0-2.jpg?w=480&amp;ssl=1 480w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/0-2.jpg?resize=300%2C225&amp;ssl=1 300w\" sizes=\"(max-width: 480px) 100vw, 480px\" /> <p> <P>\nA horse named <a href=\"http://www.equibase.com/profiles/Results.cfm?type=Horse&refno=10057981&registry=Q&rbt=QH\">Bofa Deez Nutz</a> won its first victory on Friday at Oklahoma City's Remington Park. You'll note that the race caller is a master at his craft. <P>\nMeanwhile, as the horse crossed the finish line, its owner could be heard exclaiming \"GOT EEEEM!\" (In my imagination anyway.)\n<P>\n<em>(Thanks, <a href=\"https://twitter.com/deanputney\">Dean Putney</a>!)</em>\n<P>]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/who-won-the-horse-race-bofa.html/feed</wfw:commentRss>\n\t\t<slash:comments>10</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602823</post-id>\t</item>\n\t\t<item>\n\t\t<title>Gender creative kid mocked by James Woods named Pride Parade Grand Marshal</title>\n\t\t<link>https://boingboing.net/2018/06/05/gender-creative-kid-mocked-by.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/gender-creative-kid-mocked-by.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 17:25:15 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Andrea James]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[children]]></category>\n\t\t<category><![CDATA[family]]></category>\n\t\t<category><![CDATA[gender expression]]></category>\n\t\t<category><![CDATA[gender nonconforming]]></category>\n\t\t<category><![CDATA[Kids]]></category>\n\t\t<category><![CDATA[lgbt]]></category>\n\t\t<category><![CDATA[parade]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=601071</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"799\" height=\"593\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/cj-duron-01.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/cj-duron-01.png?w=799&amp;ssl=1 799w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/cj-duron-01.png?resize=300%2C223&amp;ssl=1 300w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/cj-duron-01.png?resize=600%2C445&amp;ssl=1 600w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/cj-duron-01.png?resize=768%2C570&amp;ssl=1 768w\" sizes=\"(max-width: 799px) 100vw, 799px\" /></p>Last year, C.J. Duron and parents attended O.C. Pride, prompting various trolls to mock the family online. This year, <a href=\"https://www.huffingtonpost.com/entry/pride-youngest-grand-marshal_us_5b0dacbae4b0802d69cf1b39\">C.J. is the youngest grand marshal</a> in Pride Month’s 48-year history. <a href=\"https://boingboing.net/2018/06/05/gender-creative-kid-mocked-by.html#more-601071\" class=\"more-link\"><span aria-label=\"Continue reading Gender creative kid mocked by James Woods named Pride Parade Grand Marshal\">(more&hellip;)</span></a>]]></description>\n    <content:encoded><![CDATA[<p><img width=\"799\" height=\"593\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/cj-duron-01.png\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/cj-duron-01.png?w=799&amp;ssl=1 799w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/cj-duron-01.png?resize=300%2C223&amp;ssl=1 300w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/cj-duron-01.png?resize=600%2C445&amp;ssl=1 600w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/cj-duron-01.png?resize=768%2C570&amp;ssl=1 768w\" sizes=\"(max-width: 799px) 100vw, 799px\" /></p>Last year, C.J. Duron and parents attended O.C. Pride, prompting various trolls to mock the family online. This year, <a href=\"https://www.huffingtonpost.com/entry/pride-youngest-grand-marshal_us_5b0dacbae4b0802d69cf1b39\">C.J. is the youngest grand marshal</a> in Pride Month’s 48-year history. <a href=\"https://boingboing.net/2018/06/05/gender-creative-kid-mocked-by.html#more-601071\" class=\"more-link\"><span aria-label=\"Continue reading Gender creative kid mocked by James Woods named Pride Parade Grand Marshal\">(more&hellip;)</span></a>]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/gender-creative-kid-mocked-by.html/feed</wfw:commentRss>\n\t\t<slash:comments>49</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">601071</post-id>\t</item>\n\t\t<item>\n\t\t<title>How much is your body worth?</title>\n\t\t<link>https://boingboing.net/2018/06/05/how-much-is-your-body-worth.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/how-much-is-your-body-worth.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 17:20:12 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Andrea James]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[Video]]></category>\n\t\t<category><![CDATA[biology]]></category>\n\t\t<category><![CDATA[body parts]]></category>\n\t\t<category><![CDATA[family]]></category>\n\t\t<category><![CDATA[Kids]]></category>\n\t\t<category><![CDATA[organs]]></category>\n\t\t<category><![CDATA[Science]]></category>\n\t\t<category><![CDATA[video]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602078</guid>\n\n\n\n\t\t<description><![CDATA[<img width=\"600\" height=\"360\" src=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/body-parts-price-01.jpg?fit=600%2C360&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/body-parts-price-01.jpg?w=799&amp;ssl=1 799w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/body-parts-price-01.jpg?resize=300%2C180&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/body-parts-price-01.jpg?resize=600%2C360&amp;ssl=1 600w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/body-parts-price-01.jpg?resize=768%2C460&amp;ssl=1 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" /> <p> <p>\nFrom a chemistry standpoint, your body isn't worth a lot, but from an organ standpoint, it can be. AsapSCIENCE does <a href=\"https://www.youtube.com/watch?v=3jyVmNLAPlA\">the back-of-the-envelope calculations</a>.\n<p>\n<img src=\"https://media.boingboing.net/wp-content/uploads/2018/06/body-parts-price-01-600x360.jpg\" alt=\"\" width=\"600\" height=\"360\" class=\"alignnone size-medium wp-image-602079\" />\n<p>\nIt turns out the question comprises a subgenre with <a href=\"https://www.youtube.com/watch?v=vl3rf-2HHg0\">wildly</a> <a href=\"https://www.youtube.com/watch?v=yNOsoe44c40\">varying</a> <a href=\"https://www.youtube.com/watch?v=oSlz7nIeQUk\">quality</a>:\n<p>\nhttps://www.youtube.com/watch?v=vl3rf-2HHg0\n<p>\nhttps://www.youtube.com/watch?v=yNOsoe44c40\n<p>\nhttps://www.youtube.com/watch?v=oSlz7nIeQUk\n<p>\n• <a href=\"https://www.youtube.com/watch?v=3jyVmNLAPlA\">How much is your body worth?</a> (YouTube / <a href=\"https://www.youtube.com/channel/UCC552Sd-3nyi_tk2BudLUzA\">AsapSCIENCE</a>)]]></description>\n    <content:encoded><![CDATA[<img width=\"600\" height=\"360\" src=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/body-parts-price-01.jpg?fit=600%2C360&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/body-parts-price-01.jpg?w=799&amp;ssl=1 799w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/body-parts-price-01.jpg?resize=300%2C180&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/body-parts-price-01.jpg?resize=600%2C360&amp;ssl=1 600w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/body-parts-price-01.jpg?resize=768%2C460&amp;ssl=1 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" /> <p> <p>\nFrom a chemistry standpoint, your body isn't worth a lot, but from an organ standpoint, it can be. AsapSCIENCE does <a href=\"https://www.youtube.com/watch?v=3jyVmNLAPlA\">the back-of-the-envelope calculations</a>.\n<p>\n<img src=\"https://media.boingboing.net/wp-content/uploads/2018/06/body-parts-price-01-600x360.jpg\" alt=\"\" width=\"600\" height=\"360\" class=\"alignnone size-medium wp-image-602079\" />\n<p>\nIt turns out the question comprises a subgenre with <a href=\"https://www.youtube.com/watch?v=vl3rf-2HHg0\">wildly</a> <a href=\"https://www.youtube.com/watch?v=yNOsoe44c40\">varying</a> <a href=\"https://www.youtube.com/watch?v=oSlz7nIeQUk\">quality</a>:\n<p>\nhttps://www.youtube.com/watch?v=vl3rf-2HHg0\n<p>\nhttps://www.youtube.com/watch?v=yNOsoe44c40\n<p>\nhttps://www.youtube.com/watch?v=oSlz7nIeQUk\n<p>\n• <a href=\"https://www.youtube.com/watch?v=3jyVmNLAPlA\">How much is your body worth?</a> (YouTube / <a href=\"https://www.youtube.com/channel/UCC552Sd-3nyi_tk2BudLUzA\">AsapSCIENCE</a>)]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/how-much-is-your-body-worth.html/feed</wfw:commentRss>\n\t\t<slash:comments>13</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602078</post-id>\t</item>\n\t\t<item>\n\t\t<title>Redditor claims Chinese border guards installed malware on his phone</title>\n\t\t<link>https://boingboing.net/2018/06/05/universal-uighurification.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/universal-uighurification.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 17:16:48 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Cory Doctorow]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[android]]></category>\n\t\t<category><![CDATA[borders]]></category>\n\t\t<category><![CDATA[china]]></category>\n\t\t<category><![CDATA[evil maid]]></category>\n\t\t<category><![CDATA[infosec]]></category>\n\t\t<category><![CDATA[mobile]]></category>\n\t\t<category><![CDATA[security]]></category>\n\t\t<category><![CDATA[surveillance]]></category>\n\t\t<category><![CDATA[surveillance communism]]></category>\n\t\t<category><![CDATA[Xinjiang]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602820</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"1000\" height=\"710\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/2000px-Android_robot.svg_.png.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/2000px-Android_robot.svg_.png.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/2000px-Android_robot.svg_.png.jpg?resize=300%2C213&amp;ssl=1 300w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/2000px-Android_robot.svg_.png.jpg?resize=600%2C426&amp;ssl=1 600w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/2000px-Android_robot.svg_.png.jpg?resize=768%2C545&amp;ssl=1 768w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/2000px-Android_robot.svg_.png.jpg?resize=930%2C660&amp;ssl=1 930w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p><p>\n<a href=\"https://www.reddit.com/r/security/comments/8ofiiw/chinese_border_police_installed_software_on_my/\">BigTyPB</a>: \"I saw the installation process, an icon appear on the home screen, the police ran the application and then the icon hid itself. Not sure if it rooted my phone or what. I know something was running on my phone because they used a handheld device to confirm our phones were communicating with their system before letting us go.\"\n <a href=\"https://boingboing.net/2018/06/05/universal-uighurification.html#more-602820\" class=\"more-link\"><span aria-label=\"Continue reading Redditor claims Chinese border guards installed malware on his phone\">(more&hellip;)</span></a></p>]]></description>\n    <content:encoded><![CDATA[<p><img width=\"1000\" height=\"710\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/2000px-Android_robot.svg_.png.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/2000px-Android_robot.svg_.png.jpg?w=1000&amp;ssl=1 1000w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/2000px-Android_robot.svg_.png.jpg?resize=300%2C213&amp;ssl=1 300w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/2000px-Android_robot.svg_.png.jpg?resize=600%2C426&amp;ssl=1 600w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/2000px-Android_robot.svg_.png.jpg?resize=768%2C545&amp;ssl=1 768w, https://i0.wp.com/media.boingboing.net/wp-content/uploads/2018/06/2000px-Android_robot.svg_.png.jpg?resize=930%2C660&amp;ssl=1 930w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></p><p>\n<a href=\"https://www.reddit.com/r/security/comments/8ofiiw/chinese_border_police_installed_software_on_my/\">BigTyPB</a>: \"I saw the installation process, an icon appear on the home screen, the police ran the application and then the icon hid itself. Not sure if it rooted my phone or what. I know something was running on my phone because they used a handheld device to confirm our phones were communicating with their system before letting us go.\"\n <a href=\"https://boingboing.net/2018/06/05/universal-uighurification.html#more-602820\" class=\"more-link\"><span aria-label=\"Continue reading Redditor claims Chinese border guards installed malware on his phone\">(more&hellip;)</span></a></p>]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/universal-uighurification.html/feed</wfw:commentRss>\n\t\t<slash:comments>30</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602820</post-id>\t</item>\n\t\t<item>\n\t\t<title>Facebook is the hub of the global trade in endangered species: can securities law be used to force the company into action?</title>\n\t\t<link>https://boingboing.net/2018/06/05/animal-parts.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/animal-parts.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 17:04:18 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Cory Doctorow]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[#deletefacebook]]></category>\n\t\t<category><![CDATA[cda 230]]></category>\n\t\t<category><![CDATA[elephants]]></category>\n\t\t<category><![CDATA[endangered species]]></category>\n\t\t<category><![CDATA[facebook]]></category>\n\t\t<category><![CDATA[ivory]]></category>\n\t\t<category><![CDATA[rhinos]]></category>\n\t\t<category><![CDATA[whistleblowers]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602811</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"800\" height=\"570\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/FBIllegalAnimalTrade-11w.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/FBIllegalAnimalTrade-11w.jpg?w=800&amp;ssl=1 800w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/FBIllegalAnimalTrade-11w.jpg?resize=300%2C214&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/FBIllegalAnimalTrade-11w.jpg?resize=600%2C428&amp;ssl=1 600w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/FBIllegalAnimalTrade-11w.jpg?resize=768%2C547&amp;ssl=1 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /></p>\n<p>\nStephen Kohn, a highpowered whistleblower lawyer (he repped both Linda Tripp and the UBS Leaks whistleblower) showed Wired his heretofore confidential SEC complaint against Facebook, which details the undercover sting operations undertaken by his clients to investigate Facebook's role as a platform for the illegal trade in the remains of endangered species, such as rhino horn, elephant tusks, and lion claws.\n <a href=\"https://boingboing.net/2018/06/05/animal-parts.html#more-602811\" class=\"more-link\"><span aria-label=\"Continue reading Facebook is the hub of the global trade in endangered species: can securities law be used to force the company into action?\">(more&hellip;)</span></a></p>]]></description>\n    <content:encoded><![CDATA[<p><img width=\"800\" height=\"570\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/FBIllegalAnimalTrade-11w.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/FBIllegalAnimalTrade-11w.jpg?w=800&amp;ssl=1 800w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/FBIllegalAnimalTrade-11w.jpg?resize=300%2C214&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/FBIllegalAnimalTrade-11w.jpg?resize=600%2C428&amp;ssl=1 600w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/FBIllegalAnimalTrade-11w.jpg?resize=768%2C547&amp;ssl=1 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" /></p>\n<p>\nStephen Kohn, a highpowered whistleblower lawyer (he repped both Linda Tripp and the UBS Leaks whistleblower) showed Wired his heretofore confidential SEC complaint against Facebook, which details the undercover sting operations undertaken by his clients to investigate Facebook's role as a platform for the illegal trade in the remains of endangered species, such as rhino horn, elephant tusks, and lion claws.\n <a href=\"https://boingboing.net/2018/06/05/animal-parts.html#more-602811\" class=\"more-link\"><span aria-label=\"Continue reading Facebook is the hub of the global trade in endangered species: can securities law be used to force the company into action?\">(more&hellip;)</span></a></p>]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/animal-parts.html/feed</wfw:commentRss>\n\t\t<slash:comments>8</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602811</post-id>\t</item>\n\t\t<item>\n\t\t<title>What inspired the Hamilton stage &quot;turntables&quot;</title>\n\t\t<link>https://boingboing.net/2018/06/05/what-inspired-the-hamilton.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/what-inspired-the-hamilton.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 17:04:14 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Rusty Blazenhoff]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[David Korins]]></category>\n\t\t<category><![CDATA[hamilton]]></category>\n\t\t<category><![CDATA[stage design]]></category>\n\t\t<category><![CDATA[Stagecraft]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602094</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"2048\" height=\"1152\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/24805639820_7a1cf1e4a1_k.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/24805639820_7a1cf1e4a1_k.jpg?w=2048&amp;ssl=1 2048w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/24805639820_7a1cf1e4a1_k.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/24805639820_7a1cf1e4a1_k.jpg?resize=600%2C338&amp;ssl=1 600w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/24805639820_7a1cf1e4a1_k.jpg?resize=768%2C432&amp;ssl=1 768w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/24805639820_7a1cf1e4a1_k.jpg?resize=930%2C523&amp;ssl=1 930w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/24805639820_7a1cf1e4a1_k.jpg?w=1940&amp;ssl=1 1940w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" /></p>If you've seen <em>Hamilton</em> (and I haven't, not live anyway... I've only seen a bootleg on YouTube of it), you've probably marveled at its incredible stage and how they used it to propel the story. I was particularly impressed with the staging in the \"Satisfied\" scene when the floor's \"turntables\" started rotating -- in coordination with the actors and music -- to relay that the character's are \"rewinding\" to another place and time.\n\n<p>Well, in anticipation of the show's run at the Kennedy Center, <a href=\"https://www.washingtonpost.com/express/wp/2018/05/31/7-hamilton-set-secrets/?noredirect=on&amp;utm_term=.08a0d0794125\"><em>The Washington Post</em></a> talked with the <em>Hamilton</em> set designer <a href=\"http://www.davidkorinsdesign.com/\">David Korins</a> to learn some secrets of its stage, including what inspired the circular, moving \"turntables\":\n\n<blockquote>Built into the floor of the set is a spinning circle of wood, with another, independently spinning ring of wood around it. These “turntables” — which allow the actors to stand still and move at the same time — were inspired by the whirlwind of history that sweeps up Hamilton, as well as the literal hurricane that hits the Caribbean island where he was born. “There’s also this cyclical relationship between Aaron Burr and Hamilton, where they were basically spiraling around each other their entire careers and lives,” Korins says.</blockquote>\n\n<p><a href=\"https://www.washingtonpost.com/express/wp/2018/05/31/7-hamilton-set-secrets/\">Head to the <em>Post</em></a> to learn more obscure facts about the <em>Hamilton</em> stage.\n\nhttps://www.instagram.com/p/BZdul8WBb8J/?taken-by=davidkorins\n\n<p><em>photo by <a href=\"https://flic.kr/p/DMZovb\">Peter Dutton</a></em>\n\n<p>(<em><a href=\"http://coudal.com/archives/2018/06/an_illustrated.php\">Coudal Partners</a></em>)\n\n ]]></description>\n    <content:encoded><![CDATA[<p><img width=\"2048\" height=\"1152\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/24805639820_7a1cf1e4a1_k.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/24805639820_7a1cf1e4a1_k.jpg?w=2048&amp;ssl=1 2048w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/24805639820_7a1cf1e4a1_k.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/24805639820_7a1cf1e4a1_k.jpg?resize=600%2C338&amp;ssl=1 600w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/24805639820_7a1cf1e4a1_k.jpg?resize=768%2C432&amp;ssl=1 768w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/24805639820_7a1cf1e4a1_k.jpg?resize=930%2C523&amp;ssl=1 930w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/24805639820_7a1cf1e4a1_k.jpg?w=1940&amp;ssl=1 1940w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" /></p>If you've seen <em>Hamilton</em> (and I haven't, not live anyway... I've only seen a bootleg on YouTube of it), you've probably marveled at its incredible stage and how they used it to propel the story. I was particularly impressed with the staging in the \"Satisfied\" scene when the floor's \"turntables\" started rotating -- in coordination with the actors and music -- to relay that the character's are \"rewinding\" to another place and time.\n\n<p>Well, in anticipation of the show's run at the Kennedy Center, <a href=\"https://www.washingtonpost.com/express/wp/2018/05/31/7-hamilton-set-secrets/?noredirect=on&amp;utm_term=.08a0d0794125\"><em>The Washington Post</em></a> talked with the <em>Hamilton</em> set designer <a href=\"http://www.davidkorinsdesign.com/\">David Korins</a> to learn some secrets of its stage, including what inspired the circular, moving \"turntables\":\n\n<blockquote>Built into the floor of the set is a spinning circle of wood, with another, independently spinning ring of wood around it. These “turntables” — which allow the actors to stand still and move at the same time — were inspired by the whirlwind of history that sweeps up Hamilton, as well as the literal hurricane that hits the Caribbean island where he was born. “There’s also this cyclical relationship between Aaron Burr and Hamilton, where they were basically spiraling around each other their entire careers and lives,” Korins says.</blockquote>\n\n<p><a href=\"https://www.washingtonpost.com/express/wp/2018/05/31/7-hamilton-set-secrets/\">Head to the <em>Post</em></a> to learn more obscure facts about the <em>Hamilton</em> stage.\n\nhttps://www.instagram.com/p/BZdul8WBb8J/?taken-by=davidkorins\n\n<p><em>photo by <a href=\"https://flic.kr/p/DMZovb\">Peter Dutton</a></em>\n\n<p>(<em><a href=\"http://coudal.com/archives/2018/06/an_illustrated.php\">Coudal Partners</a></em>)\n\n ]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/what-inspired-the-hamilton.html/feed</wfw:commentRss>\n\t\t<slash:comments>2</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602094</post-id>\t</item>\n\t\t<item>\n\t\t<title>Watch a great primer on the physics of skateboarding</title>\n\t\t<link>https://boingboing.net/2018/06/05/watch-a-great-primer-on-the-ph.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/watch-a-great-primer-on-the-ph.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 17:03:44 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Andrea James]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[Video]]></category>\n\t\t<category><![CDATA[family]]></category>\n\t\t<category><![CDATA[Kids]]></category>\n\t\t<category><![CDATA[physics]]></category>\n\t\t<category><![CDATA[Science]]></category>\n\t\t<category><![CDATA[skateboarding]]></category>\n\t\t<category><![CDATA[video]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=599945</guid>\n\n\n\n\t\t<description><![CDATA[<img width=\"600\" height=\"369\" src=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/physics-skateboarding-01.jpg?fit=600%2C369&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/physics-skateboarding-01.jpg?w=799&amp;ssl=1 799w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/physics-skateboarding-01.jpg?resize=300%2C185&amp;ssl=1 300w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/physics-skateboarding-01.jpg?resize=600%2C369&amp;ssl=1 600w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/physics-skateboarding-01.jpg?resize=768%2C473&amp;ssl=1 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" /> <p> <p>\nDianna Cowern, aka YouTube's Physics Girl, recruited skateboarding legend Rodney Mullen and a couple of friends with a high-speed camera for this look at <a href=\"https://www.youtube.com/watch?v=yFRPhi0jhGc\">the physics of skateboarding</a>. <a href=\"https://boingboing.net/2018/06/05/watch-a-great-primer-on-the-ph.html#more-599945\" class=\"more-link\"><span aria-label=\"Continue reading Watch a great primer on the physics of skateboarding\">(more&hellip;)</span></a></p>]]></description>\n    <content:encoded><![CDATA[<img width=\"600\" height=\"369\" src=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/physics-skateboarding-01.jpg?fit=600%2C369&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/physics-skateboarding-01.jpg?w=799&amp;ssl=1 799w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/physics-skateboarding-01.jpg?resize=300%2C185&amp;ssl=1 300w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/physics-skateboarding-01.jpg?resize=600%2C369&amp;ssl=1 600w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/physics-skateboarding-01.jpg?resize=768%2C473&amp;ssl=1 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" /> <p> <p>\nDianna Cowern, aka YouTube's Physics Girl, recruited skateboarding legend Rodney Mullen and a couple of friends with a high-speed camera for this look at <a href=\"https://www.youtube.com/watch?v=yFRPhi0jhGc\">the physics of skateboarding</a>. <a href=\"https://boingboing.net/2018/06/05/watch-a-great-primer-on-the-ph.html#more-599945\" class=\"more-link\"><span aria-label=\"Continue reading Watch a great primer on the physics of skateboarding\">(more&hellip;)</span></a></p>]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/watch-a-great-primer-on-the-ph.html/feed</wfw:commentRss>\n\t\t<slash:comments>5</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">599945</post-id>\t</item>\n\t\t<item>\n\t\t<title>&quot;Be yourself. Unless &#039;yourself&#039; is an asshole&quot;: David Sedaris delivers Oberlin&#039;s commencement speech</title>\n\t\t<link>https://boingboing.net/2018/06/05/be-yourself-unless-yourse.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/be-yourself-unless-yourse.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 17:02:45 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Rusty Blazenhoff]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[Video]]></category>\n\t\t<category><![CDATA[commencement speech]]></category>\n\t\t<category><![CDATA[David Sedaris]]></category>\n\t\t<category><![CDATA[Forget your fallback plan]]></category>\n\t\t<category><![CDATA[graduation]]></category>\n\t\t<category><![CDATA[humor]]></category>\n\t\t<category><![CDATA[Oberlin College]]></category>\n\t\t<category><![CDATA[ohio]]></category>\n\t\t<category><![CDATA[Write thank you letters]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=601993</guid>\n\n\n\n\t\t<description><![CDATA[<img width=\"600\" height=\"338\" src=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/David-Sedaris.jpg?fit=600%2C338&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/David-Sedaris.jpg?w=1280&amp;ssl=1 1280w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/David-Sedaris.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/David-Sedaris.jpg?resize=600%2C338&amp;ssl=1 600w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/David-Sedaris.jpg?resize=768%2C432&amp;ssl=1 768w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/David-Sedaris.jpg?resize=930%2C523&amp;ssl=1 930w\" sizes=\"(max-width: 600px) 100vw, 600px\" /> <p>\n<p>Last Monday, <a href=\"https://www.davidsedarisbooks.com/\">David Sedaris</a> was granted an honorary doctorate in fine arts from <a href=\"https://www.oberlin.edu/commencement\">Oberlin College</a> in Ohio. Then, he gave the <a href=\"https://vimeo.com/273356233/83d37231b0\">keynote address</a> for the school's 2018 commencement ceremony. It was, of course, perfectly hilarious and full of spot-on, no-holds-barred advice for the new grads.\n\n<p>On May 24, just prior to giving the speech, the humorist and essayist appeared on <em>The Late Show with Stephen Colbert</em> (video above) and discussed how he picked the advice he was going to share, \"Well, it kind of makes you wonder, 'What do I know? What wisdom do I have?' So I started keeping a list of my wisdom. Part of it is, you have to be really careful about scented candles. There's really only two kinds worth having... <a href=\"http://www.amazon.com/exec/obidos/ASIN/B003XT04ME/boing05-20\">Diptyque</a> or <a href=\"http://www.amazon.com/exec/obidos/ASIN/B0080MWOKO/boing05-20\">Trudon</a>.\"\n\n<p>That was the first piece of advice he shared with Oberlin's graduating class. There are seven more, all gems, including \"Be yourself. Unless 'yourself' is an asshole.\" <a href=\"https://vimeo.com/273356233/83d37231b0\">Watch</a>.\n\n<p>Also, Sedaris has a new book. It's called <em><a href=\"https://www.davidsedarisbooks.com/titles/david-sedaris/calypso/9780316392358/\">Calypso</a></em>.\n\n[vimeo 273356233]]]></description>\n    <content:encoded><![CDATA[<img width=\"600\" height=\"338\" src=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/David-Sedaris.jpg?fit=600%2C338&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/David-Sedaris.jpg?w=1280&amp;ssl=1 1280w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/David-Sedaris.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/David-Sedaris.jpg?resize=600%2C338&amp;ssl=1 600w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/David-Sedaris.jpg?resize=768%2C432&amp;ssl=1 768w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/David-Sedaris.jpg?resize=930%2C523&amp;ssl=1 930w\" sizes=\"(max-width: 600px) 100vw, 600px\" /> <p>\n<p>Last Monday, <a href=\"https://www.davidsedarisbooks.com/\">David Sedaris</a> was granted an honorary doctorate in fine arts from <a href=\"https://www.oberlin.edu/commencement\">Oberlin College</a> in Ohio. Then, he gave the <a href=\"https://vimeo.com/273356233/83d37231b0\">keynote address</a> for the school's 2018 commencement ceremony. It was, of course, perfectly hilarious and full of spot-on, no-holds-barred advice for the new grads.\n\n<p>On May 24, just prior to giving the speech, the humorist and essayist appeared on <em>The Late Show with Stephen Colbert</em> (video above) and discussed how he picked the advice he was going to share, \"Well, it kind of makes you wonder, 'What do I know? What wisdom do I have?' So I started keeping a list of my wisdom. Part of it is, you have to be really careful about scented candles. There's really only two kinds worth having... <a href=\"http://www.amazon.com/exec/obidos/ASIN/B003XT04ME/boing05-20\">Diptyque</a> or <a href=\"http://www.amazon.com/exec/obidos/ASIN/B0080MWOKO/boing05-20\">Trudon</a>.\"\n\n<p>That was the first piece of advice he shared with Oberlin's graduating class. There are seven more, all gems, including \"Be yourself. Unless 'yourself' is an asshole.\" <a href=\"https://vimeo.com/273356233/83d37231b0\">Watch</a>.\n\n<p>Also, Sedaris has a new book. It's called <em><a href=\"https://www.davidsedarisbooks.com/titles/david-sedaris/calypso/9780316392358/\">Calypso</a></em>.\n\n[vimeo 273356233]]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/be-yourself-unless-yourse.html/feed</wfw:commentRss>\n\t\t<slash:comments>13</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">601993</post-id>\t</item>\n\t\t<item>\n\t\t<title>Watch this hilarious dismantling of Jordan Peterson&#039;s philosophical woo</title>\n\t\t<link>https://boingboing.net/2018/06/05/watch-this-hilarious-dismantli.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/watch-this-hilarious-dismantli.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 17:01:45 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Andrea James]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[Video]]></category>\n\t\t<category><![CDATA[comedy]]></category>\n\t\t<category><![CDATA[contrapoints]]></category>\n\t\t<category><![CDATA[jordan peterson]]></category>\n\t\t<category><![CDATA[philosophy]]></category>\n\t\t<category><![CDATA[transgender]]></category>\n\t\t<category><![CDATA[video]]></category>\n\t\t<category><![CDATA[youtube]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602054</guid>\n\n\n\n\t\t<description><![CDATA[<img width=\"600\" height=\"321\" src=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/contrapoints-peterson.jpg?fit=600%2C321&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/contrapoints-peterson.jpg?w=799&amp;ssl=1 799w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/contrapoints-peterson.jpg?resize=300%2C160&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/contrapoints-peterson.jpg?resize=600%2C321&amp;ssl=1 600w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/contrapoints-peterson.jpg?resize=768%2C410&amp;ssl=1 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" /> <p> <p>\nNatalie Wynn, creator of the Contrapoints YouTube channel, is a lapsed academic well-versed in the lingo of both 4chan and Tumblr, making her the perfect person to construct <a href=\"https://www.youtube.com/watch?v=4LqZdkkBDas\">an entertaining takedown of Jordan Peterson</a>. <a href=\"https://boingboing.net/2018/06/05/watch-this-hilarious-dismantli.html#more-602054\" class=\"more-link\"><span aria-label=\"Continue reading Watch this hilarious dismantling of Jordan Peterson&#039;s philosophical woo\">(more&hellip;)</span></a></p>]]></description>\n    <content:encoded><![CDATA[<img width=\"600\" height=\"321\" src=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/contrapoints-peterson.jpg?fit=600%2C321&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/contrapoints-peterson.jpg?w=799&amp;ssl=1 799w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/contrapoints-peterson.jpg?resize=300%2C160&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/contrapoints-peterson.jpg?resize=600%2C321&amp;ssl=1 600w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/contrapoints-peterson.jpg?resize=768%2C410&amp;ssl=1 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" /> <p> <p>\nNatalie Wynn, creator of the Contrapoints YouTube channel, is a lapsed academic well-versed in the lingo of both 4chan and Tumblr, making her the perfect person to construct <a href=\"https://www.youtube.com/watch?v=4LqZdkkBDas\">an entertaining takedown of Jordan Peterson</a>. <a href=\"https://boingboing.net/2018/06/05/watch-this-hilarious-dismantli.html#more-602054\" class=\"more-link\"><span aria-label=\"Continue reading Watch this hilarious dismantling of Jordan Peterson&#039;s philosophical woo\">(more&hellip;)</span></a></p>]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/watch-this-hilarious-dismantli.html/feed</wfw:commentRss>\n\t\t<slash:comments>136</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602054</post-id>\t</item>\n\t\t<item>\n\t\t<title>Little Bighorn&#039;s victors on the bravest man they fought</title>\n\t\t<link>https://boingboing.net/2018/06/05/bighorn.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/bighorn.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 16:59:55 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Futility Closet]]></dc:creator>\n\t\t\t\t<category><![CDATA[Podcast]]></category>\n\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[futility closet]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=602731</guid>\n\n\n\n\t\t<description><![CDATA[<p><img width=\"1024\" height=\"600\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/bighorn.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/bighorn.jpg?w=1024&amp;ssl=1 1024w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/bighorn.jpg?resize=300%2C176&amp;ssl=1 300w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/bighorn.jpg?resize=600%2C352&amp;ssl=1 600w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/bighorn.jpg?resize=768%2C450&amp;ssl=1 768w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/bighorn.jpg?resize=930%2C545&amp;ssl=1 930w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p><iframe style=\"border: none\" src=\"//html5-player.libsyn.com/embed/episode/id/6661956/height/90/theme/custom/autoplay/no/autonext/no/thumbnail/no/preload/no/no_addthis/no/direction/backward/render-playlist/no/custom-color/000000/\" height=\"90\" width=\"100%\" scrolling=\"no\"  allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>\n\n<p>In this week's episode of the Futility Closet podcast we'll explore some more curiosities and unanswered questions from Greg's research, including a misplaced elephant, a momentous biscuit failure, a peripatetic ax murderer, and the importance of the 9 of diamonds.\n\n<p>We'll also revisit Michael Malloy's resilience and puzzle over an uncommonly casual prison break.\n\n<p><a href=\"https://www.futilitycloset.com/2018/06/04/podcast-episode-203-notes-and-queries/\">Show notes</a>\n\n<a href=\"http://www.patreon.com/futilitycloset\">Please support us on Patreon!</a>]]></description>\n    <content:encoded><![CDATA[<p><img width=\"1024\" height=\"600\" src=\"https://media.boingboing.net/wp-content/uploads/2018/06/bighorn.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/bighorn.jpg?w=1024&amp;ssl=1 1024w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/bighorn.jpg?resize=300%2C176&amp;ssl=1 300w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/bighorn.jpg?resize=600%2C352&amp;ssl=1 600w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/bighorn.jpg?resize=768%2C450&amp;ssl=1 768w, https://i1.wp.com/media.boingboing.net/wp-content/uploads/2018/06/bighorn.jpg?resize=930%2C545&amp;ssl=1 930w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p><iframe style=\"border: none\" src=\"//html5-player.libsyn.com/embed/episode/id/6661956/height/90/theme/custom/autoplay/no/autonext/no/thumbnail/no/preload/no/no_addthis/no/direction/backward/render-playlist/no/custom-color/000000/\" height=\"90\" width=\"100%\" scrolling=\"no\"  allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>\n\n<p>In this week's episode of the Futility Closet podcast we'll explore some more curiosities and unanswered questions from Greg's research, including a misplaced elephant, a momentous biscuit failure, a peripatetic ax murderer, and the importance of the 9 of diamonds.\n\n<p>We'll also revisit Michael Malloy's resilience and puzzle over an uncommonly casual prison break.\n\n<p><a href=\"https://www.futilitycloset.com/2018/06/04/podcast-episode-203-notes-and-queries/\">Show notes</a>\n\n<a href=\"http://www.patreon.com/futilitycloset\">Please support us on Patreon!</a>]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/bighorn.html/feed</wfw:commentRss>\n\t\t<slash:comments>1</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">602731</post-id>\t</item>\n\t\t<item>\n\t\t<title>Watch the huge drone lightshow that just broke the world record</title>\n\t\t<link>https://boingboing.net/2018/06/05/watch-the-huge-drone-lightshow.html</link>\n\t\t<comments>https://boingboing.net/2018/06/05/watch-the-huge-drone-lightshow.html#comments</comments>\n\t\t<pubDate>Tue, 05 Jun 2018 16:54:04 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Andrea James]]></dc:creator>\n\t\t\t\t<category><![CDATA[Post]]></category>\n\t\t<category><![CDATA[Video]]></category>\n\t\t<category><![CDATA[DRONE]]></category>\n\t\t<category><![CDATA[family]]></category>\n\t\t<category><![CDATA[Guinness World Record]]></category>\n\t\t<category><![CDATA[Kids]]></category>\n\t\t<category><![CDATA[uavs]]></category>\n\t\t<category><![CDATA[video]]></category>\n\t\t<category><![CDATA[world record]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://boingboing.net/?p=600390</guid>\n\n\n\n\t\t<description><![CDATA[<img width=\"600\" height=\"337\" src=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/ehang-record-drone-show.jpg?fit=600%2C337&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/ehang-record-drone-show.jpg?w=799&amp;ssl=1 799w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/ehang-record-drone-show.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/ehang-record-drone-show.jpg?resize=600%2C337&amp;ssl=1 600w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/ehang-record-drone-show.jpg?resize=768%2C432&amp;ssl=1 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" /> <p> <p>\nIntel and Chinese tech firm Ehang UAV have been locked in a battle over the world record for largest drone lightshow, and Ehang recently took the lead with <a href=\"https://www.youtube.com/watch?v=4mHDDG3FCjs\">1,374 drones as voxels</a>.\n<p>\n<img src=\"https://media.boingboing.net/wp-content/uploads/2018/06/ehang-record-drone-show-600x337.jpg\" alt=\"\" width=\"600\" height=\"337\" class=\"alignnone size-medium wp-image-600391\" />\n<p>\nHere's a behind-the-scenes of <a href=\"https://www.youtube.com/watch?v=fCd6P7Ya160\">Intel's worthy entry</a> at PyeongChang 2018 Winter Olympics:\n<p>\nhttps://www.youtube.com/watch?v=fCd6P7Ya160\n<p>\n• <a href=\"https://www.youtube.com/watch?v=4mHDDG3FCjs\">EHang Egret’s 1374 drones dancing over the City Wall of Xi’an, achieving the Guinness World Records</a> (YouTube / <a href=\"https://www.youtube.com/channel/UCuehMeuZkXlUTD6iolx6nGQ\">EHANG</a>)]]></description>\n    <content:encoded><![CDATA[<img width=\"600\" height=\"337\" src=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/ehang-record-drone-show.jpg?fit=600%2C337&amp;ssl=1\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/ehang-record-drone-show.jpg?w=799&amp;ssl=1 799w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/ehang-record-drone-show.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/ehang-record-drone-show.jpg?resize=600%2C337&amp;ssl=1 600w, https://i2.wp.com/media.boingboing.net/wp-content/uploads/2018/06/ehang-record-drone-show.jpg?resize=768%2C432&amp;ssl=1 768w\" sizes=\"(max-width: 600px) 100vw, 600px\" /> <p> <p>\nIntel and Chinese tech firm Ehang UAV have been locked in a battle over the world record for largest drone lightshow, and Ehang recently took the lead with <a href=\"https://www.youtube.com/watch?v=4mHDDG3FCjs\">1,374 drones as voxels</a>.\n<p>\n<img src=\"https://media.boingboing.net/wp-content/uploads/2018/06/ehang-record-drone-show-600x337.jpg\" alt=\"\" width=\"600\" height=\"337\" class=\"alignnone size-medium wp-image-600391\" />\n<p>\nHere's a behind-the-scenes of <a href=\"https://www.youtube.com/watch?v=fCd6P7Ya160\">Intel's worthy entry</a> at PyeongChang 2018 Winter Olympics:\n<p>\nhttps://www.youtube.com/watch?v=fCd6P7Ya160\n<p>\n• <a href=\"https://www.youtube.com/watch?v=4mHDDG3FCjs\">EHang Egret’s 1374 drones dancing over the City Wall of Xi’an, achieving the Guinness World Records</a> (YouTube / <a href=\"https://www.youtube.com/channel/UCuehMeuZkXlUTD6iolx6nGQ\">EHANG</a>)]]></content:encoded>\n\n\n\t\t<wfw:commentRss>https://boingboing.net/2018/06/05/watch-the-huge-drone-lightshow.html/feed</wfw:commentRss>\n\t\t<slash:comments>1</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">600390</post-id>\t</item>\n\t</channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/bookshadow.com",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<rss xmlns:atom=\"http://www.w3.org/2005/Atom\" version=\"2.0\"><channel><title>书影 - 最新日志</title><link>http://bookshadow.com/weblog/</link><description>The latest entries on the site 书影</description><atom:link href=\"http://bookshadow.com/weblog/feeds/\" rel=\"self\"></atom:link><language>zh-CN</language><copyright>Zinnia</copyright><lastBuildDate>Mon, 18 Jun 2018 13:58:13 +0800</lastBuildDate><item><title>[LeetCode]K-Similar Strings\n</title><link>http://bookshadow.com/weblog/2018/06/17/leetcode-k-similar-strings/</link><description>\n&lt;h2&gt;题目描述：&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;a href=\"https://leetcode.com/problems/k-similar-strings/\" target=\"_blank\"&gt;&lt;strong&gt;LeetCode 854. K-Similar Strings&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Strings&amp;nbsp;&lt;code&gt;A&lt;/code&gt; and &lt;code&gt;B&lt;/code&gt; are &lt;code&gt;K&lt;/code&gt;-similar (for some non-negative integer &lt;code&gt;K&lt;/code&gt;) if we can swap the positions of two letters in &lt;code&gt;A&lt;/code&gt; exactly &lt;code&gt;K&lt;/code&gt;&amp;nbsp;times so that the resulting string equals &lt;code&gt;B&lt;/code&gt;.&lt;/p&gt;\r\n\r\n&lt;p&gt;Given two anagrams &lt;code&gt;A&lt;/code&gt; and &lt;code&gt;B&lt;/code&gt;, return the smallest &lt;code&gt;K&lt;/code&gt;&amp;nbsp;for which &lt;code&gt;A&lt;/code&gt; and &lt;code&gt;B&lt;/code&gt; are &lt;code&gt;K&lt;/code&gt;-similar.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 1:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;A = &lt;span id=\"example-input-1-1\"&gt;&amp;quot;ab&amp;quot;&lt;/span&gt;, B = &lt;span id=\"example-input-1-2\"&gt;&amp;quot;ba&amp;quot;&lt;/span&gt;\r\n&lt;strong&gt;Output: &lt;/strong&gt;&lt;span id=\"example-output-1\"&gt;1&lt;/span&gt;\r\n&lt;/pre&gt;\r\n\r\n&lt;div&gt;\r\n&lt;p&gt;&lt;strong&gt;Example 2:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;A = &lt;span id=\"example-input-2-1\"&gt;&amp;quot;abc&amp;quot;&lt;/span&gt;, B = &lt;span id=\"example-input-2-2\"&gt;&amp;quot;bca&amp;quot;&lt;/span&gt;\r\n&lt;strong&gt;Output: &lt;/strong&gt;&lt;span id=\"example-output-2\"&gt;2&lt;/span&gt;\r\n&lt;/pre&gt;\r\n\r\n&lt;div&gt;\r\n&lt;p&gt;&lt;strong&gt;Example 3:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;A = &lt;span id=\"example-input-3-1\"&gt;&amp;quot;abac&amp;quot;&lt;/span&gt;, B = &lt;span id=\"example-input-3-2\"&gt;&amp;quot;baca&amp;quot;&lt;/span&gt;\r\n&lt;strong&gt;Output: &lt;/strong&gt;&lt;span id=\"example-output-3\"&gt;2&lt;/span&gt;\r\n&lt;/pre&gt;\r\n\r\n&lt;div&gt;\r\n&lt;p&gt;&lt;strong&gt;Example 4:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;A = &lt;span id=\"example-input-4-1\"&gt;&amp;quot;aabc&amp;quot;&lt;/span&gt;, B = &lt;span id=\"example-input-4-2\"&gt;&amp;quot;abca&amp;quot;&lt;/span&gt;\r\n&lt;strong&gt;Output: &lt;/strong&gt;&lt;span id=\"example-output-4\"&gt;2&lt;/span&gt;&lt;/pre&gt;\r\n&lt;/div&gt;\r\n&lt;/div&gt;\r\n&lt;/div&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n\t&lt;li&gt;&lt;code&gt;1 &amp;lt;= A.length == B.length &amp;lt;= 20&lt;/code&gt;&lt;/li&gt;\r\n\t&lt;li&gt;&lt;code&gt;A&lt;/code&gt; and &lt;code&gt;B&lt;/code&gt; contain only lowercase letters from the set &lt;code&gt;{&amp;#39;a&amp;#39;, &amp;#39;b&amp;#39;, &amp;#39;c&amp;#39;, &amp;#39;d&amp;#39;, &amp;#39;e&amp;#39;, &amp;#39;f&amp;#39;}&lt;/code&gt;&lt;/li&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;h2&gt;题目大意：&lt;/h2&gt;\r\n\r\n&lt;p&gt;给定字符串的两个&amp;ldquo;变位词&amp;rdquo;（anagram）A和B，求最少调换多少次字符次序可以从A得到B。&lt;/p&gt;\r\n\r\n&lt;h2&gt;解题思路：&lt;/h2&gt;\r\n\r\n&lt;p&gt;记忆化搜索（Memoization）&lt;/p&gt;\r\n\r\n&lt;h2&gt;Python代码：&lt;/h2&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;code class=\"language-python\"&gt;class Solution(object):\r\n    def kSimilarity(self, A, B):\r\n        \"\"\"\r\n        :type A: str\r\n        :type B: str\r\n        :rtype: int\r\n        \"\"\"\r\n        self.memo = {}\r\n        return self.solve(A, B)\r\n\r\n    def solve(self, A, B):\r\n        diff = [A[i] != B[i] for i in range(len(A))]\r\n        simplify = lambda S: ''.join(c * d for c, d in zip(S, diff))\r\n        A, B = simplify(A), simplify(B)\r\n        if not A: return 0\r\n        if (A, B) in self.memo: return self.memo[(A, B)]\r\n        ans = 0x7FFFFFFF\r\n        for i, x in enumerate(A):\r\n            if A[i] == B[0]:\r\n                C = A[1:i] + A[0] + A[i+1:]\r\n                ans = min(ans, self.solve(C, B[1:]))\r\n        self.memo[(A, B)] = ans + 1\r\n        return ans + 1\r\n&lt;/code&gt;&lt;/pre&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\n</description><author>qinjiannet@sina.com (在线疯狂)</author><pubDate>Sun, 17 Jun 2018 23:19:00 +0800</pubDate><guid>http://bookshadow.com/weblog/2018/06/17/leetcode-k-similar-strings/</guid><category>LeetCode</category></item><item><title>[LeetCode]Exam Room\n</title><link>http://bookshadow.com/weblog/2018/06/17/leetcode-exam-room/</link><description>\n&lt;h2&gt;题目描述：&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;a href=\"https://leetcode.com/problems/exam-room/\" target=\"_blank\"&gt;&lt;strong&gt;LeetCode 855. Exam Room&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;In an exam room, there are &lt;code&gt;N&lt;/code&gt; seats in a single row, numbered &lt;code&gt;0, 1, 2, ..., N-1&lt;/code&gt;.&lt;/p&gt;\r\n\r\n&lt;p&gt;When a student enters the room, they must sit in the seat that maximizes the distance to the closest person.&amp;nbsp; If there are multiple such seats, they sit in the seat with the lowest number.&amp;nbsp; (Also, if no one is in the room, then the student sits at seat number 0.)&lt;/p&gt;\r\n\r\n&lt;p&gt;Return a class &lt;code&gt;ExamRoom(int N)&lt;/code&gt;&amp;nbsp;that exposes two functions: &lt;code&gt;ExamRoom.seat()&lt;/code&gt;&amp;nbsp;returning an &lt;code&gt;int&lt;/code&gt;&amp;nbsp;representing what seat the student sat in, and &lt;code&gt;ExamRoom.leave(int p)&lt;/code&gt;&amp;nbsp;representing that the student in seat number &lt;code&gt;p&lt;/code&gt;&amp;nbsp;now leaves the room.&amp;nbsp; It is guaranteed that any calls to &lt;code&gt;ExamRoom.leave(p)&lt;/code&gt; have a student sitting in seat &lt;code&gt;p&lt;/code&gt;.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 1:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;&lt;span id=\"example-input-1-1\"&gt;[&amp;quot;ExamRoom&amp;quot;,&amp;quot;seat&amp;quot;,&amp;quot;seat&amp;quot;,&amp;quot;seat&amp;quot;,&amp;quot;seat&amp;quot;,&amp;quot;leave&amp;quot;,&amp;quot;seat&amp;quot;]&lt;/span&gt;, &lt;span id=\"example-input-1-2\"&gt;[[10],[],[],[],[],[4],[]]&lt;/span&gt;\r\n&lt;strong&gt;Output: &lt;/strong&gt;&lt;span id=\"example-output-1\"&gt;[null,0,9,4,2,null,5]&lt;/span&gt;\r\n&lt;span&gt;&lt;strong&gt;Explanation&lt;/strong&gt;:\r\nExamRoom(10) -&amp;gt; null\r\nseat() -&amp;gt; 0, no one is in the room, then the student sits at seat number 0.\r\nseat() -&amp;gt; 9, the student sits at the last seat number 9.\r\nseat() -&amp;gt; 4, the student sits at the last seat number 4.\r\nseat() -&amp;gt; 2, the student sits at the last seat number 2.\r\nleave(4) -&amp;gt; null\r\nseat() -&amp;gt; 5, the student​​​​​​​ sits at the last seat number 5.&lt;/span&gt;\r\n&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n\t&lt;li&gt;&lt;code&gt;1 &amp;lt;= N &amp;lt;= 10^9&lt;/code&gt;&lt;/li&gt;\r\n\t&lt;li&gt;&lt;code&gt;ExamRoom.seat()&lt;/code&gt; and &lt;code&gt;ExamRoom.leave()&lt;/code&gt; will be called at most &lt;code&gt;10^4&lt;/code&gt; times across all test cases.&lt;/li&gt;\r\n\t&lt;li&gt;Calls to &lt;code&gt;ExamRoom.leave(p)&lt;/code&gt; are guaranteed to have a student currently sitting in seat number &lt;code&gt;p&lt;/code&gt;.&lt;/li&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;h2&gt;题目大意：&lt;/h2&gt;\r\n\r\n&lt;p&gt;房间里有一排N个座位，编号为0, 1, 2, ..., N-1。&lt;/p&gt;\r\n\r\n&lt;p&gt;学生进入房间时选择距离最近的人最远的位置就坐。当存在多个满足条件的座位时，选择标号最小的。&lt;/p&gt;\r\n\r\n&lt;p&gt;学生也可以离开座位。&lt;/p&gt;\r\n\r\n&lt;p&gt;求每一位学生就坐时的位置。&lt;/p&gt;\r\n\r\n&lt;h2&gt;解题思路：&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;TreeSet&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;将每两个座位之间的位置视为&amp;ldquo;区间&amp;rdquo;&lt;/p&gt;\r\n\r\n&lt;p&gt;利用一个TreeSet维护这样的区间，记为pq&lt;/p&gt;\r\n\r\n&lt;p&gt;用另一个TreeSet维护当前被占用的座位标号，记为seats。&lt;/p&gt;\r\n\r\n&lt;p&gt;对于leave操作，seats可以用O(log n)的代价找到某座位相邻的座位。并将两个区间合二为一。&lt;/p&gt;\r\n\r\n&lt;p&gt;对于seat操作，可以通过pq获取当前的最大区间，将区间一分为二。&lt;/p&gt;\r\n\r\n&lt;h2&gt;Java代码：&lt;/h2&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;code class=\"language-java\"&gt;import java.awt.Point;\r\nimport java.util.TreeSet;\r\n\r\nclass ExamRoom {\r\n\r\n    private int N;\r\n    private TreeSet&amp;lt;Integer&amp;gt; seats = new TreeSet&amp;lt;&amp;gt;();\r\n    private TreeSet&amp;lt;Point&amp;gt; pq = new TreeSet&amp;lt;&amp;gt;(\r\n            (Point p1, Point p2) -&amp;gt; {\r\n                int d1 = getDistance(p1);\r\n                int d2 = getDistance(p2);\r\n                if (d1 == d2) {\r\n                    return p1.x - p2.x; \r\n                }\r\n                return d2 - d1;\r\n            });\r\n\r\n    public ExamRoom(int N) {\r\n        this.N = N;\r\n        seats.add(-1);\r\n        seats.add(N);\r\n        pq.add(new Point(-1, N));\r\n    }\r\n    \r\n    private int getDistance(Point p) {\r\n        int mid = getMid(p.x, p.y);\r\n        if (p.x &amp;lt; 0) {\r\n            return p.y - mid;\r\n        } else if (p.y == this.N) {\r\n            return mid - p.x;            \r\n        }\r\n        return Math.min(p.y - mid, mid - p.x);\r\n    }\r\n    \r\n    private int getMid(int left, int right) {\r\n        if (left &amp;lt; 0) return 0;\r\n        if (right == this.N) return this.N - 1;\r\n        return (left + right) / 2;\r\n    }\r\n    \r\n    public int seat() {\r\n        Point p = pq.pollFirst();\r\n        int left = p.x, right = p.y;\r\n        int mid = getMid(left, right);\r\n        seats.add(mid);\r\n        pq.add(new Point(left, mid));\r\n        pq.add(new Point(mid, right));\r\n        return mid;\r\n    }\r\n    \r\n    public void leave(int p) {\r\n        int left = seats.lower(p);\r\n        int right = seats.higher(p);\r\n        seats.remove(p);\r\n        pq.remove(new Point(left, p));\r\n        pq.remove(new Point(p, right));\r\n        pq.add(new Point(left, right));\r\n    }\r\n}\r\n\r\n/**\r\n * Your ExamRoom object will be instantiated and called as such:\r\n * ExamRoom obj = new ExamRoom(N);\r\n * int param_1 = obj.seat();\r\n * obj.leave(p);\r\n */\r\n&lt;/code&gt;&lt;/pre&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\n</description><author>qinjiannet@sina.com (在线疯狂)</author><pubDate>Sun, 17 Jun 2018 21:51:00 +0800</pubDate><guid>http://bookshadow.com/weblog/2018/06/17/leetcode-exam-room/</guid><category>LeetCode</category></item><item><title>[LeetCode]Car Fleet\n</title><link>http://bookshadow.com/weblog/2018/06/17/leetcode-car-fleet/</link><description>\n&lt;h2&gt;题目描述：&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;a href=\"https://leetcode.com/problems/car-fleet/\" target=\"_blank\"&gt;&lt;strong&gt;LeetCode 853. Car Fleet&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;code&gt;N&lt;/code&gt; cars are going to the same destination along a one lane road.&amp;nbsp; The destination is &lt;code&gt;target&lt;/code&gt;&amp;nbsp;miles away.&lt;/p&gt;\r\n\r\n&lt;p&gt;Each car &lt;code&gt;i&lt;/code&gt;&amp;nbsp;has a constant speed &lt;code&gt;speed[i]&lt;/code&gt;&amp;nbsp;(in miles per hour), and initial position &lt;code&gt;position[i]&lt;/code&gt;&amp;nbsp;miles towards the target along the road.&lt;/p&gt;\r\n\r\n&lt;p&gt;A car can never pass another car ahead of it, but it can catch up to it, and drive bumper to bumper at the same speed.&lt;/p&gt;\r\n\r\n&lt;p&gt;The distance between these two cars is ignored - they are assumed to have the same position.&lt;/p&gt;\r\n\r\n&lt;p&gt;A &lt;em&gt;car fleet&lt;/em&gt; is some non-empty set of cars driving&amp;nbsp;at the same position and same speed.&amp;nbsp; Note that a single car is also a car fleet.&lt;/p&gt;\r\n\r\n&lt;p&gt;If a car catches up to a car fleet right at the destination point, it will&amp;nbsp;still be&amp;nbsp;considered as one car fleet.&lt;/p&gt;\r\n\r\n&lt;p&gt;How many car fleets will arrive at the destination?&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 1:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;target = &lt;span id=\"example-input-1-1\"&gt;12&lt;/span&gt;, position = &lt;span id=\"example-input-1-2\"&gt;[10,8,0,5,3]&lt;/span&gt;, speed = &lt;span id=\"example-input-1-3\"&gt;[2,4,1,1,3]&lt;/span&gt;\r\n&lt;strong&gt;Output: &lt;/strong&gt;&lt;span id=\"example-output-1\"&gt;3&lt;/span&gt;\r\n&lt;strong&gt;Explanation&lt;/strong&gt;:\r\nThe cars starting at 10 and 8 become a fleet, meeting each other at 12.\r\nThe car starting at 0 doesn&amp;#39;t catch up to any other car, so it is a fleet by itself.\r\nThe cars starting at 5 and 3 become a fleet, meeting each other at 6.\r\nNote that no other cars meet these fleets before the destination, so the answer is 3.\r\n&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n\t&lt;li&gt;&lt;code&gt;0 &amp;lt;= N &amp;lt;= 10 ^ 4&lt;/code&gt;&lt;/li&gt;\r\n\t&lt;li&gt;&lt;code&gt;0 &amp;lt; target&amp;nbsp;&amp;lt;= 10 ^ 6&lt;/code&gt;&lt;/li&gt;\r\n\t&lt;li&gt;&lt;code&gt;0 &amp;lt;&amp;nbsp;speed[i] &amp;lt;= 10 ^ 6&lt;/code&gt;&lt;/li&gt;\r\n\t&lt;li&gt;&lt;code&gt;0 &amp;lt;= position[i] &amp;lt; target&lt;/code&gt;&lt;/li&gt;\r\n\t&lt;li&gt;All initial positions are different.&lt;/li&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;h2&gt;题目大意：&lt;/h2&gt;\r\n\r\n&lt;p&gt;x轴有若干车辆，坐标为整数数组position，每个车辆的速度为speed。&lt;/p&gt;\r\n\r\n&lt;p&gt;当后车追上前车时，两车为一组，以前车的速度继续前进；多车的情况以此类推。&lt;/p&gt;\r\n\r\n&lt;p&gt;求车辆在到达target时，会有多少组。&lt;/p&gt;\r\n\r\n&lt;h2&gt;解题思路：&lt;/h2&gt;\r\n\r\n&lt;p&gt;排序（Sort）&lt;/p&gt;\r\n\r\n&lt;p&gt;按照起点倒序，到达目标的预计时间（不考虑多车相遇）为正序对车辆进行排序，记为status。&lt;/p&gt;\r\n\r\n&lt;p&gt;初始令时间ctime为0，计数器ans为0&lt;/p&gt;\r\n\r\n&lt;p&gt;遍历status，当时间t &amp;gt; ctime时（表示后车不会与前车相遇）：更新ctime，并令ans+1&lt;/p&gt;\r\n\r\n&lt;h2&gt;Python代码：&lt;/h2&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;code class=\"language-python\"&gt;class Solution(object):\r\n    def carFleet(self, target, position, speed):\r\n        \"\"\"\r\n        :type target: int\r\n        :type position: List[int]\r\n        :type speed: List[int]\r\n        :rtype: int\r\n        \"\"\"\r\n        status = [(-p, float(target - p) / s) for p, s in zip(position, speed)]\r\n        status.sort()\r\n        ctime = 0\r\n        ans = 0\r\n        for p, t in status:\r\n            if t &amp;gt; ctime:\r\n                ans += 1\r\n                ctime = t\r\n        return ans\r\n&lt;/code&gt;&lt;/pre&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\n</description><author>qinjiannet@sina.com (在线疯狂)</author><pubDate>Sun, 17 Jun 2018 21:11:00 +0800</pubDate><guid>http://bookshadow.com/weblog/2018/06/17/leetcode-car-fleet/</guid><category>LeetCode</category></item><item><title>[LeetCode]Shortest Path Visiting All Nodes\n</title><link>http://bookshadow.com/weblog/2018/06/03/leetcode-shortest-path-visiting-all-nodes/</link><description>\n&lt;h2&gt;题目描述：&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;a href=\"https://leetcode.com/problems/shortest-path-visiting-all-nodes/\" target=\"_blank\"&gt;&lt;strong&gt;LeetCode 847. Shortest Path Visiting All Nodes&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;An undirected, connected graph of N nodes (labeled&amp;nbsp;&lt;code&gt;0, 1, 2, ..., N-1&lt;/code&gt;) is given as &lt;code&gt;graph&lt;/code&gt;.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;code&gt;graph.length = N&lt;/code&gt;, and &lt;code&gt;j != i&lt;/code&gt;&amp;nbsp;is in the list&amp;nbsp;&lt;code&gt;graph[i]&lt;/code&gt;&amp;nbsp;exactly once, if and only if nodes &lt;code&gt;i&lt;/code&gt; and &lt;code&gt;j&lt;/code&gt; are connected.&lt;/p&gt;\r\n\r\n&lt;p&gt;Return the length of the shortest path that visits every node. You may start and stop at any node, you may revisit nodes multiple times, and you may reuse edges.&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 1:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;[[1,2,3],[0],[0],[0]]\r\n&lt;strong&gt;Output: &lt;/strong&gt;4\r\n&lt;strong&gt;Explanation&lt;/strong&gt;: One possible path is [1,0,2,0,3]&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 2:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;[[1],[0,2,4],[1,3,4],[2],[1,2]]\r\n&lt;strong&gt;Output: &lt;/strong&gt;4\r\n&lt;strong&gt;Explanation&lt;/strong&gt;: One possible path is [0,1,4,2,3]\r\n&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n\t&lt;li&gt;&lt;code&gt;1 &amp;lt;= graph.length &amp;lt;= 12&lt;/code&gt;&lt;/li&gt;\r\n\t&lt;li&gt;&lt;code&gt;0 &amp;lt;= graph[i].length &amp;lt;&amp;nbsp;graph.length&lt;/code&gt;&lt;/li&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;h2&gt;题目大意：&lt;/h2&gt;\r\n\r\n&lt;p&gt;给定无向图graph，求可以遍历所有点的最短路径&lt;/p&gt;\r\n\r\n&lt;h2&gt;解题思路：&lt;/h2&gt;\r\n\r\n&lt;p&gt;Floyd + 动态规划（Dynamic Programming）&lt;/p&gt;\r\n\r\n&lt;p&gt;时间复杂度 O(2^n * n^2）&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n利用Floyd求出每对顶点i, j之间的最短距离，记为dp[i][j]，代价为O(N^3)\r\n\r\n利用status[s][i]记录：状态为s，当前所在节点为i时的最小路径长度\r\n\r\n状态s是二进制，表示各节点是否被访问过，1表示已访问，0表示未访问\r\n\r\n状态转移方程：\r\n\r\nstatus[ns][j] = min(status[ns][j], status[s][i] + dp[i][j])\r\n\r\n其中ns表示从状态s的i点出发到达j点时的新状态&lt;/pre&gt;\r\n\r\n&lt;h2&gt;Python代码：&lt;/h2&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;code class=\"language-python\"&gt;class Solution(object):\r\n    def shortestPathLength(self, graph):\r\n        \"\"\"\r\n        :type graph: List[List[int]]\r\n        :rtype: int\r\n        \"\"\"\r\n        INF = 0x7FFFFFFF\r\n        N = len(graph)\r\n        dp = [[INF] * N for x in range(N)]\r\n        for i, e in enumerate(graph):\r\n            dp[i][i] = 0\r\n            for j in e:\r\n                dp[i][j] = dp[j][i] = 1\r\n        for z in range(N):\r\n            for x in range(N):\r\n                for y in range(N):\r\n                    dp[x][y] = min(dp[x][y], dp[x][z] + dp[z][y])\r\n\r\n        status = {(0, i) : 0 for i in range(N)}        \r\n        for s in range(1 &amp;lt;&amp;lt; N):\r\n            for i in range(N):\r\n                if (s, i) not in status: continue\r\n                v = status[(s, i)]\r\n                for j in range(N):\r\n                    ns = s | (1 &amp;lt;&amp;lt; j)\r\n                    if status.get((ns, j), INF) &amp;gt; v + dp[i][j]:\r\n                        status[(ns, j)] = v + dp[i][j]\r\n        return min(status[((1 &amp;lt;&amp;lt; N) - 1, i)] for i in range(N))\r\n&lt;/code&gt;&lt;/pre&gt;\r\n\r\n&lt;p&gt;比赛时只想到了Floyd + DFS + 剪枝的解法&lt;/p&gt;\r\n\r\n&lt;p&gt;由于该解法的时间复杂度为O(N!)，因此TLE&lt;/p&gt;\r\n\r\n&lt;h2&gt;Python代码：&lt;/h2&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;code class=\"language-python\"&gt;class Solution(object):\r\n    def shortestPathLength(self, graph):\r\n        \"\"\"\r\n        :type graph: List[List[int]]\r\n        :rtype: int\r\n        \"\"\"\r\n        INF = 0x7FFFFFFF\r\n        N = len(graph)\r\n        dp = [[INF] * N for x in range(N)]\r\n        for i, e in enumerate(graph):\r\n            dp[i][i] = 0\r\n            for j in e:\r\n                dp[i][j] = dp[j][i] = 1\r\n        for z in range(N):\r\n            for x in range(N):\r\n                for y in range(N):\r\n                    dp[x][y] = min(dp[x][y], dp[x][z] + dp[z][y])\r\n\r\n        self.best = INF\r\n        visits = set()\r\n        def dfs(s, c, t):\r\n            if t &amp;gt;= self.best: return\r\n            if c == N:\r\n                self.best = min(self.best, t)\r\n                return\r\n            for n in range(N):\r\n                if n in visits: continue\r\n                visits.add(n)\r\n                dfs(n, c + 1, t + dp[s][n])\r\n                visits.remove(n)\r\n        \r\n        for n in range(len(graph)):\r\n            visits.add(n)\r\n            dfs(n, 1, 0)\r\n            visits.remove(n)\r\n        return self.best\r\n&lt;/code&gt;&lt;/pre&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\n</description><author>qinjiannet@sina.com (在线疯狂)</author><pubDate>Sun, 03 Jun 2018 18:19:00 +0800</pubDate><guid>http://bookshadow.com/weblog/2018/06/03/leetcode-shortest-path-visiting-all-nodes/</guid><category>LeetCode</category></item><item><title>[LeetCode]Longest Mountain in Array\n</title><link>http://bookshadow.com/weblog/2018/06/03/leetcode-longest-mountain-in-array/</link><description>\n&lt;h2&gt;题目描述：&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;a href=\"https://leetcode.com/problems/longest-mountain-in-array/\" target=\"_blank\"&gt;&lt;strong&gt;LeetCode 845. Longest Mountain in Array&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Let&amp;#39;s call any (contiguous) subarray B (of A)&amp;nbsp;a &lt;em&gt;mountain&lt;/em&gt; if the following properties hold:&lt;/p&gt;\r\n\r\n&lt;ul&gt;\r\n\t&lt;li&gt;&lt;code&gt;B.length &amp;gt;= 3&lt;/code&gt;&lt;/li&gt;\r\n\t&lt;li&gt;There exists some &lt;code&gt;0 &amp;lt; i&amp;nbsp;&amp;lt; B.length - 1&lt;/code&gt; such that &lt;code&gt;B[0] &amp;lt; B[1] &amp;lt; ... B[i-1] &amp;lt; B[i] &amp;gt; B[i+1] &amp;gt; ... &amp;gt; B[B.length - 1]&lt;/code&gt;&lt;/li&gt;\r\n&lt;/ul&gt;\r\n\r\n&lt;p&gt;(Note that B could be any subarray of A, including the entire array A.)&lt;/p&gt;\r\n\r\n&lt;p&gt;Given an array &lt;code&gt;A&lt;/code&gt;&amp;nbsp;of integers,&amp;nbsp;return the length of the longest&amp;nbsp;&lt;em&gt;mountain&lt;/em&gt;.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;Return &lt;code&gt;0&lt;/code&gt; if there is no mountain.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 1:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;[2,1,4,7,3,2,5]\r\n&lt;strong&gt;Output: &lt;/strong&gt;5\r\n&lt;strong&gt;Explanation: &lt;/strong&gt;The largest mountain is [1,4,7,3,2] which has length 5.\r\n&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 2:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;[2,2,2]\r\n&lt;strong&gt;Output: &lt;/strong&gt;0\r\n&lt;strong&gt;Explanation: &lt;/strong&gt;There is no mountain.\r\n&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n\t&lt;li&gt;&lt;code&gt;0 &amp;lt;= A.length &amp;lt;= 10000&lt;/code&gt;&lt;/li&gt;\r\n\t&lt;li&gt;&lt;code&gt;0 &amp;lt;= A[i] &amp;lt;= 10000&lt;/code&gt;&lt;/li&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;h2&gt;题目大意：&lt;/h2&gt;\r\n\r\n&lt;p&gt;求数组中的最长&amp;ldquo;山峰&amp;rdquo;的长度&lt;/p&gt;\r\n\r\n&lt;p&gt;&amp;ldquo;山峰&amp;rdquo;的定义为：存在 0 &amp;lt; i &amp;lt; B.length - 1 使得 B[0] &amp;lt; B[1] &amp;lt; ... B[i-1] &amp;lt; B[i] &amp;gt; B[i+1] &amp;gt; ... &amp;gt; B[B.length - 1]&lt;/p&gt;\r\n\r\n&lt;h2&gt;解题思路：&lt;/h2&gt;\r\n\r\n&lt;p&gt;分别从左往右、从右往左遍历数组&lt;/p&gt;\r\n\r\n&lt;p&gt;辅助数组left记录某数字左侧的最长递增子串的长度&lt;/p&gt;\r\n\r\n&lt;p&gt;辅助数组right记录数字右侧的最长递减子串的长度&lt;/p&gt;\r\n\r\n&lt;h2&gt;Python代码：&lt;/h2&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;code class=\"language-python\"&gt;class Solution(object):\r\n    def longestMountain(self, A):\r\n        \"\"\"\r\n        :type A: List[int]\r\n        :rtype: int\r\n        \"\"\"\r\n        SA = len(A)\r\n        left, right = [0] * SA, [0] * SA\r\n        for x in range(1, SA):\r\n            if A[x] &amp;gt; A[x - 1]:\r\n                left[x] = left[x - 1] + 1\r\n        ans = 0\r\n        for x in range(SA - 2, -1, -1):\r\n            if A[x] &amp;gt; A[x + 1]:\r\n                right[x] = right[x + 1] + 1\r\n            if left[x] and right[x]:\r\n                ans = max(ans, left[x] + right[x] + 1)\r\n        return ans\r\n&lt;/code&gt;&lt;/pre&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\n</description><author>qinjiannet@sina.com (在线疯狂)</author><pubDate>Sun, 03 Jun 2018 18:09:00 +0800</pubDate><guid>http://bookshadow.com/weblog/2018/06/03/leetcode-longest-mountain-in-array/</guid><category>LeetCode</category></item><item><title>[LeetCode]Hand of Straights\n</title><link>http://bookshadow.com/weblog/2018/06/03/leetcode-hand-of-straights/</link><description>\n&lt;h2&gt;题目描述：&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;a href=\"https://leetcode.com/problems/hand-of-straights/\" target=\"_blank\"&gt;&lt;strong&gt;LeetCode 846. Hand of Straights&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Alice has a hand of cards, given as an array of integers.&lt;/p&gt;\r\n\r\n&lt;p&gt;Now she wants to rearrange the cards into groups so that each group is size W, and consists of W consecutive cards.&lt;/p&gt;\r\n\r\n&lt;p&gt;Return true if and only if she can.&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 1:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;hand = [1,2,3,6,2,3,4,7,8], W = 3\r\n&lt;strong&gt;Output: &lt;/strong&gt;true\r\n&lt;strong&gt;Explanation:&lt;/strong&gt; Alice&amp;#39;s hand can be rearranged as [1,2,3],[2,3,4],[6,7,8].&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 2:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;hand = [1,2,3,4,5], W = 4\r\n&lt;strong&gt;Output: &lt;/strong&gt;false\r\n&lt;strong&gt;Explanation:&lt;/strong&gt; Alice&amp;#39;s hand can&amp;#39;t be rearranged into groups of 4.&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n\t&lt;li&gt;&lt;code&gt;1 &amp;lt;= hand.length &amp;lt;= 10000&lt;/code&gt;&lt;/li&gt;\r\n\t&lt;li&gt;&lt;code&gt;0 &amp;lt;= hand[i]&amp;nbsp;&amp;lt;= 10^9&lt;/code&gt;&lt;/li&gt;\r\n\t&lt;li&gt;&lt;code&gt;1 &amp;lt;= W &amp;lt;= hand.length&lt;/code&gt;&lt;/li&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;h2&gt;题目大意：&lt;/h2&gt;\r\n\r\n&lt;p&gt;给定一副扑克牌，判断其是否可以分成若干组，使得每一组包含W张连续排列的牌。&lt;/p&gt;\r\n\r\n&lt;h2&gt;解题思路：&lt;/h2&gt;\r\n\r\n&lt;p&gt;时间复杂度：O(N^2 / W)&lt;/p&gt;\r\n\r\n&lt;p&gt;用字典handDict统计各张牌的个数&lt;/p&gt;\r\n\r\n&lt;p&gt;每次从handDict中最小的key开始枚举W个元素，若发现不存在的元素，则返回False&lt;/p&gt;\r\n\r\n&lt;p&gt;否则返回True&lt;/p&gt;\r\n\r\n&lt;h2&gt;Python代码：&lt;/h2&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;code class=\"language-python\"&gt;class Solution(object):\r\n    def isNStraightHand(self, hand, W):\r\n        \"\"\"\r\n        :type hand: List[int]\r\n        :type W: int\r\n        :rtype: bool\r\n        \"\"\"\r\n        handDict = collections.Counter(hand)\r\n        while handDict:\r\n            mink = min(handDict.keys())\r\n            for y in range(mink, mink + W):\r\n                if not handDict[y]: return False\r\n                handDict[y] -= 1\r\n                if not handDict[y]: del handDict[y]\r\n        return True\r\n&lt;/code&gt;&lt;/pre&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\n</description><author>qinjiannet@sina.com (在线疯狂)</author><pubDate>Sun, 03 Jun 2018 18:03:00 +0800</pubDate><guid>http://bookshadow.com/weblog/2018/06/03/leetcode-hand-of-straights/</guid><category>LeetCode</category></item><item><title>[LeetCode]Backspace String Compare\n</title><link>http://bookshadow.com/weblog/2018/06/03/leetcode-backspace-string-compare/</link><description>\n&lt;h2&gt;题目描述：&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;a href=\"https://leetcode.com/problems/backspace-string-compare/\" target=\"_blank\"&gt;&lt;strong&gt;LeetCode 844. Backspace String Compare&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Given two&amp;nbsp;strings&amp;nbsp;&lt;code&gt;S&lt;/code&gt;&amp;nbsp;and &lt;code&gt;T&lt;/code&gt;,&amp;nbsp;return if they are equal when both are typed into empty text editors. &lt;code&gt;#&lt;/code&gt; means a backspace character.&lt;/p&gt;\r\n\r\n&lt;div&gt;\r\n&lt;p&gt;&lt;strong&gt;Example 1:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;S = &lt;span id=\"example-input-1-1\"&gt;&amp;quot;ab#c&amp;quot;&lt;/span&gt;, T = &lt;span id=\"example-input-1-2\"&gt;&amp;quot;ad#c&amp;quot;&lt;/span&gt;\r\n&lt;strong&gt;Output: &lt;/strong&gt;&lt;span id=\"example-output-1\"&gt;true\r\n&lt;/span&gt;&lt;span&gt;&lt;strong&gt;Explanation&lt;/strong&gt;: Both S and T become &amp;quot;ac&amp;quot;.&lt;/span&gt;\r\n&lt;/pre&gt;\r\n\r\n&lt;div&gt;\r\n&lt;p&gt;&lt;strong&gt;Example 2:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;S = &lt;span id=\"example-input-2-1\"&gt;&amp;quot;ab##&amp;quot;&lt;/span&gt;, T = &lt;span id=\"example-input-2-2\"&gt;&amp;quot;c#d#&amp;quot;&lt;/span&gt;\r\n&lt;strong&gt;Output: &lt;/strong&gt;&lt;span id=\"example-output-2\"&gt;true\r\n&lt;/span&gt;&lt;span&gt;&lt;strong&gt;Explanation&lt;/strong&gt;: Both S and T become &amp;quot;&amp;quot;.&lt;/span&gt;\r\n&lt;/pre&gt;\r\n\r\n&lt;div&gt;\r\n&lt;p&gt;&lt;strong&gt;Example 3:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;S = &lt;span id=\"example-input-3-1\"&gt;&amp;quot;a##c&amp;quot;&lt;/span&gt;, T = &lt;span id=\"example-input-3-2\"&gt;&amp;quot;#a#c&amp;quot;&lt;/span&gt;\r\n&lt;strong&gt;Output: &lt;/strong&gt;&lt;span id=\"example-output-3\"&gt;true\r\n&lt;/span&gt;&lt;span&gt;&lt;strong&gt;Explanation&lt;/strong&gt;: Both S and T become &amp;quot;c&amp;quot;.&lt;/span&gt;\r\n&lt;/pre&gt;\r\n\r\n&lt;div&gt;\r\n&lt;p&gt;&lt;strong&gt;Example 4:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;S = &lt;span id=\"example-input-4-1\"&gt;&amp;quot;a#c&amp;quot;&lt;/span&gt;, T = &lt;span id=\"example-input-4-2\"&gt;&amp;quot;b&amp;quot;&lt;/span&gt;\r\n&lt;strong&gt;Output: &lt;/strong&gt;&lt;span id=\"example-output-4\"&gt;false\r\n&lt;/span&gt;&lt;span&gt;&lt;strong&gt;Explanation&lt;/strong&gt;: S becomes &amp;quot;c&amp;quot; while T becomes &amp;quot;b&amp;quot;.&lt;/span&gt;\r\n&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;span&gt;&lt;strong&gt;Note&lt;/strong&gt;:&lt;/span&gt;&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n\t&lt;li&gt;&lt;code&gt;&lt;span&gt;1 &amp;lt;= S.length &amp;lt;= 200&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;\r\n\t&lt;li&gt;&lt;code&gt;&lt;span&gt;1 &amp;lt;= T.length &amp;lt;= 200&lt;/span&gt;&lt;/code&gt;&lt;/li&gt;\r\n\t&lt;li&gt;&lt;span&gt;&lt;code&gt;S&lt;/code&gt;&amp;nbsp;and &lt;code&gt;T&lt;/code&gt; only contain&amp;nbsp;lowercase letters and &lt;code&gt;&amp;#39;#&amp;#39;&lt;/code&gt; characters.&lt;/span&gt;&lt;/li&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;h2&gt;题目大意：&lt;/h2&gt;\r\n\r\n&lt;p&gt;给定字符串S和T，其中的#表示退格&lt;/p&gt;\r\n\r\n&lt;p&gt;求S是否和T相等&lt;/p&gt;\r\n\r\n&lt;h2&gt;解题思路：&lt;/h2&gt;\r\n\r\n&lt;p&gt;栈（Stack）&lt;/p&gt;\r\n\r\n&lt;h2&gt;Python代码：&lt;/h2&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;code class=\"language-python\"&gt;class Solution(object):\r\n    def backspaceCompare(self, S, T):\r\n        \"\"\"\r\n        :type S: str\r\n        :type T: str\r\n        :rtype: bool\r\n        \"\"\"\r\n        def toString(S):\r\n            ans = []\r\n            for c in S:\r\n                if c == '#': ans and ans.pop()\r\n                else: ans.append(c)\r\n            return ''.join(ans)\r\n        return toString(S) == toString(T)\r\n&lt;/code&gt;&lt;/pre&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n&lt;/div&gt;\r\n&lt;/div&gt;\r\n&lt;/div&gt;\r\n&lt;/div&gt;\r\n\n</description><author>qinjiannet@sina.com (在线疯狂)</author><pubDate>Sun, 03 Jun 2018 17:33:00 +0800</pubDate><guid>http://bookshadow.com/weblog/2018/06/03/leetcode-backspace-string-compare/</guid><category>LeetCode</category></item><item><title>[LeetCode]Unique Letter String\n</title><link>http://bookshadow.com/weblog/2018/05/06/leetcode-unique-letter-string/</link><description>\n&lt;h2&gt;题目描述：&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;a href=\"https://leetcode.com/problems/unique-letter-string/\" target=\"_blank\"&gt;&lt;strong&gt;LeetCode 828. Unique Letter String&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;A character is unique in string &lt;code&gt;S&lt;/code&gt; if it occurs exactly once in it.&lt;/p&gt;\r\n\r\n&lt;p&gt;For example, in string &lt;code&gt;S = &amp;quot;LETTER&amp;quot;&lt;/code&gt;, the only unique characters are &lt;code&gt;&amp;quot;L&amp;quot;&lt;/code&gt; and &lt;code&gt;&amp;quot;R&amp;quot;&lt;/code&gt;.&lt;/p&gt;\r\n\r\n&lt;p&gt;Let&amp;#39;s define &lt;code&gt;UNIQ(S)&lt;/code&gt; as the number of unique characters in string &lt;code&gt;S&lt;/code&gt;.&lt;/p&gt;\r\n\r\n&lt;p&gt;For example, &lt;code&gt;UNIQ(&amp;quot;LETTER&amp;quot;) =&amp;nbsp; 2&lt;/code&gt;.&lt;/p&gt;\r\n\r\n&lt;p&gt;Given a string S, calculate the sum of &lt;code&gt;UNIQ(substring)&lt;/code&gt; over all non-empty substrings of &lt;code&gt;S&lt;/code&gt;.&lt;/p&gt;\r\n\r\n&lt;p&gt;If there are two or more equal substrings at different positions in &lt;code&gt;S&lt;/code&gt;, we consider them different.&lt;/p&gt;\r\n\r\n&lt;p&gt;Since the answer can be very large, retrun the answer&amp;nbsp;modulo&amp;nbsp;&lt;code&gt;10 ^ 9 + 7&lt;/code&gt;.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 1:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;&amp;quot;ABC&amp;quot;\r\n&lt;strong&gt;Output: &lt;/strong&gt;10\r\n&lt;strong&gt;Explanation: &lt;/strong&gt;All possible substrings are: &amp;quot;A&amp;quot;,&amp;quot;B&amp;quot;,&amp;quot;C&amp;quot;,&amp;quot;AB&amp;quot;,&amp;quot;BC&amp;quot; and &amp;quot;ABC&amp;quot;.\r\nEvey substring is composed with only unique letters.\r\nSum of lengths of all substring is 1 + 1 + 1 + 2 + 2 + 3 = 10&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 2:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;&amp;quot;ABA&amp;quot;\r\n&lt;strong&gt;Output: &lt;/strong&gt;8\r\n&lt;strong&gt;Explanation: &lt;/strong&gt;The same as example 1, except uni(&amp;quot;ABA&amp;quot;) = 1.\r\n&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; &lt;code&gt;0 &amp;lt;= S.length &amp;lt;= 10000&lt;/code&gt;.&lt;/p&gt;\r\n\r\n&lt;h2&gt;题目大意：&lt;/h2&gt;\r\n\r\n&lt;p&gt;给定字符串S，求其各子串中包含的不重复字母的个数。&lt;/p&gt;\r\n\r\n&lt;h2&gt;解题思路：&lt;/h2&gt;\r\n\r\n&lt;p&gt;字符统计&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n分别统计每个字母出现的下标\r\n\r\n假设字母letter的下标数组为idx，将-1和len(S)插入idx的头部和尾部\r\n\r\n则sum((idx[i] - idx[i - 1]) * (idx[i + 1] - idx[i]))为letter出现的总次数&lt;/pre&gt;\r\n\r\n&lt;h2&gt;Python代码：&lt;/h2&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;code class=\"language-python\"&gt;class Solution(object):\r\n    def uniqueLetterString(self, S):\r\n        \"\"\"\r\n        :type S: str\r\n        :rtype: int\r\n        \"\"\"\r\n        letterIdx = collections.defaultdict(list)\r\n        for i, c in enumerate(S): letterIdx[c].append(i)\r\n        ans = 0\r\n        for letter, idx in letterIdx.items():\r\n            idx = [-1] + idx + [len(S)]\r\n            for x in range(1, len(idx) - 1):\r\n                ans += (idx[x] - idx[x - 1]) * (idx[x + 1] - idx[x])\r\n        return ans\r\n&lt;/code&gt;&lt;/pre&gt;\r\n\r\n&lt;p&gt;朴素解法（Time Limit Exceeded）&lt;/p&gt;\r\n\r\n&lt;h2&gt;Python代码：&lt;/h2&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;code class=\"language-python\"&gt;class Solution(object):\r\n    def uniqueLetterString(self, S):\r\n        \"\"\"\r\n        :type S: str\r\n        :rtype: int\r\n        \"\"\"\r\n        q = [(set([c]), set([c]), i) for i, c in enumerate(S)]\r\n        ans = len(S)\r\n        while q:\r\n            q0 = []\r\n            for c, p, i in q:\r\n                if i + 1 == len(S):\r\n                    continue\r\n                if S[i + 1] not in c and S[i + 1] not in p:\r\n                    c.add(S[i + 1])\r\n                elif S[i + 1] in c:\r\n                    c.remove(S[i + 1])\r\n                    p.add(S[i + 1])\r\n                q0.append((c, p, i + 1))\r\n                ans += len(q0[-1][0])\r\n            q = q0\r\n        return ans\r\n&lt;/code&gt;&lt;/pre&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\n</description><author>qinjiannet@sina.com (在线疯狂)</author><pubDate>Sun, 06 May 2018 19:53:00 +0800</pubDate><guid>http://bookshadow.com/weblog/2018/05/06/leetcode-unique-letter-string/</guid><category>LeetCode</category></item><item><title>[LeetCode]Consecutive Numbers Sum\n</title><link>http://bookshadow.com/weblog/2018/05/06/leetcode-consecutive-numbers-sum/</link><description>\n&lt;h2&gt;题目描述：&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;a href=\"https://leetcode.com/problems/consecutive-numbers-sum/\" target=\"_blank\"&gt;&lt;strong&gt;LeetCode 829. Consecutive Numbers Sum&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Given a positive integer&amp;nbsp;&lt;code&gt;N&lt;/code&gt;, how many ways can we write it as a sum of&amp;nbsp;consecutive positive integers?&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 1:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;5\r\n&lt;strong&gt;Output: &lt;/strong&gt;2\r\n&lt;strong&gt;Explanation: &lt;/strong&gt;5 = 5 = 2 + 3&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 2:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;9\r\n&lt;strong&gt;Output: &lt;/strong&gt;3\r\n&lt;strong&gt;Explanation: &lt;/strong&gt;9 = 9 = 4 + 5 = 2 + 3 + 4&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 3:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;15\r\n&lt;strong&gt;Output: &lt;/strong&gt;4\r\n&lt;strong&gt;Explanation: &lt;/strong&gt;15 = 15 = 8 + 7 = 4 + 5 + 6 = 1 + 2 + 3 + 4 + 5&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt;&amp;nbsp;&lt;code&gt;1 &amp;lt;= N &amp;lt;= 10 ^ 9&lt;/code&gt;.&lt;/p&gt;\r\n\r\n&lt;h2&gt;题目大意：&lt;/h2&gt;\r\n\r\n&lt;p&gt;给定正整数N，将其表示为若干连续整数之和。求可以找到多少种这样的组合。&lt;/p&gt;\r\n\r\n&lt;h2&gt;解题思路：&lt;/h2&gt;\r\n\r\n&lt;p&gt;枚举连续整数的个数c&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n当c为奇数时， floor(N / c) 为第(c + 1) / 2个数\r\n\r\n当c为偶数时，floor(N / c)为第c / 2个数\r\n\r\n综上，floor(N / c)为第c / 2 + c % 2个数，并且floor(N / c) &amp;ge; c / 2 + c % 2&lt;/pre&gt;\r\n\r\n&lt;p&gt;c符合下列两种情况时，存在一组长度为c的连续整数和为N&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\nc为奇数，并且N可以整除c\r\n\r\nc为偶数，并且floor(N / c) * c + c / 2 == N&lt;/pre&gt;\r\n\r\n&lt;h2&gt;Python代码：&lt;/h2&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;code class=\"language-python\"&gt;class Solution(object):\r\n    def consecutiveNumbersSum(self, N):\r\n        \"\"\"\r\n        :type N: int\r\n        :rtype: int\r\n        \"\"\"\r\n        ans = c = 0\r\n        while True:\r\n            c += 1\r\n            if N / c &amp;lt; c / 2 + c % 2:\r\n                break\r\n            if c % 2 and N % c == 0:\r\n                ans += 1\r\n            elif c % 2 == 0 and (N / c) * c + c / 2 == N:\r\n                ans += 1\r\n        return ans\r\n&lt;/code&gt;&lt;/pre&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\n</description><author>qinjiannet@sina.com (在线疯狂)</author><pubDate>Sun, 06 May 2018 19:42:00 +0800</pubDate><guid>http://bookshadow.com/weblog/2018/05/06/leetcode-consecutive-numbers-sum/</guid><category>LeetCode</category></item><item><title>[LeetCode]Masking Personal Information\n</title><link>http://bookshadow.com/weblog/2018/05/06/leetcode-masking-personal-information/</link><description>\n&lt;h2&gt;题目描述：&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;a href=\"https://leetcode.com/problems/masking-personal-information/\" target=\"_blank\"&gt;&lt;strong&gt;LeetCode 831. Masking Personal Information&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;We are given a&amp;nbsp;personal information string &lt;code&gt;S&lt;/code&gt;, which may represent&amp;nbsp;either &lt;strong&gt;an email address&lt;/strong&gt; or &lt;strong&gt;a phone number.&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;We would like to mask this&amp;nbsp;personal information according to the&amp;nbsp;following rules:&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;u&gt;&lt;strong&gt;1. Email address:&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;We define a&amp;nbsp;&lt;strong&gt;name&lt;/strong&gt; to be a string of &lt;code&gt;length &amp;ge; 2&lt;/code&gt; consisting&amp;nbsp;of only lowercase letters&amp;nbsp;&lt;code&gt;a-z&lt;/code&gt; or uppercase&amp;nbsp;letters&amp;nbsp;&lt;code&gt;A-Z&lt;/code&gt;.&lt;/p&gt;\r\n\r\n&lt;p&gt;An email address starts with a name, followed by the&amp;nbsp;symbol &lt;code&gt;&amp;#39;@&amp;#39;&lt;/code&gt;, followed by a name, followed by the&amp;nbsp;dot&amp;nbsp;&lt;code&gt;&amp;#39;.&amp;#39;&lt;/code&gt;&amp;nbsp;and&amp;nbsp;followed by a name.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;All email addresses are&amp;nbsp;guaranteed to be valid and in the format of&amp;nbsp;&lt;code&gt;&amp;quot;name1@name2.name3&amp;quot;.&lt;/code&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;To mask an email, &lt;strong&gt;all names must be converted to lowercase&lt;/strong&gt; and &lt;strong&gt;all letters between the first and last letter of the first name&lt;/strong&gt; must be replaced by 5 asterisks &lt;code&gt;&amp;#39;*&amp;#39;&lt;/code&gt;.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;u&gt;&lt;strong&gt;2. Phone number:&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;A phone number is a string consisting of&amp;nbsp;only the digits &lt;code&gt;0-9&lt;/code&gt; or the characters from the set &lt;code&gt;{&amp;#39;+&amp;#39;, &amp;#39;-&amp;#39;, &amp;#39;(&amp;#39;, &amp;#39;)&amp;#39;, &amp;#39;&amp;nbsp;&amp;#39;}.&lt;/code&gt;&amp;nbsp;You may assume a phone&amp;nbsp;number contains&amp;nbsp;10 to 13 digits.&lt;/p&gt;\r\n\r\n&lt;p&gt;The last 10 digits make up the local&amp;nbsp;number, while the digits before those make up the country code. Note that&amp;nbsp;the country code is optional. We want to expose only the last 4 digits&amp;nbsp;and mask all other&amp;nbsp;digits.&lt;/p&gt;\r\n\r\n&lt;p&gt;The local&amp;nbsp;number&amp;nbsp;should be formatted and masked as &lt;code&gt;&amp;quot;***-***-1111&amp;quot;,&amp;nbsp;&lt;/code&gt;where &lt;code&gt;1&lt;/code&gt; represents the exposed digits.&lt;/p&gt;\r\n\r\n&lt;p&gt;To mask a phone number with country code like &lt;code&gt;&amp;quot;+111 111 111 1111&amp;quot;&lt;/code&gt;, we write it in the form &lt;code&gt;&amp;quot;+***-***-***-1111&amp;quot;.&lt;/code&gt;&amp;nbsp; The &lt;code&gt;&amp;#39;+&amp;#39;&lt;/code&gt;&amp;nbsp;sign and the first &lt;code&gt;&amp;#39;-&amp;#39;&lt;/code&gt;&amp;nbsp;sign before the local number should only exist if there is a country code.&amp;nbsp; For example, a 12 digit phone number mask&amp;nbsp;should start&amp;nbsp;with &lt;code&gt;&amp;quot;+**-&amp;quot;&lt;/code&gt;.&lt;/p&gt;\r\n\r\n&lt;p&gt;Note that extraneous characters like &lt;code&gt;&amp;quot;(&amp;quot;, &amp;quot;)&amp;quot;, &amp;quot; &amp;quot;&lt;/code&gt;, as well as&amp;nbsp;extra dashes or plus signs not part of the above formatting scheme should be removed.&lt;/p&gt;\r\n\r\n&lt;p&gt;Return the correct &amp;quot;mask&amp;quot; of the information provided.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 1:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;&amp;quot;LeetCode@LeetCode.com&amp;quot;\r\n&lt;strong&gt;Output: &lt;/strong&gt;&amp;quot;l*****e@leetcode.com&amp;quot;\r\n&lt;strong&gt;Explanation:&amp;nbsp;&lt;/strong&gt;All names are converted to lowercase, and the letters between the\r\n&amp;nbsp;            first and last letter of the first name is replaced by 5 asterisks.\r\n&amp;nbsp;            Therefore, &amp;quot;leetcode&amp;quot; -&amp;gt; &amp;quot;l*****e&amp;quot;.\r\n&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 2:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;&amp;quot;AB@qq.com&amp;quot;\r\n&lt;strong&gt;Output: &lt;/strong&gt;&amp;quot;a*****b@qq.com&amp;quot;\r\n&lt;strong&gt;Explanation:&amp;nbsp;&lt;/strong&gt;There must be 5 asterisks between the first and last letter \r\n&amp;nbsp;            of the first name &amp;quot;ab&amp;quot;. Therefore, &amp;quot;ab&amp;quot; -&amp;gt; &amp;quot;a*****b&amp;quot;.\r\n&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 3:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;&amp;quot;1(234)567-890&amp;quot;\r\n&lt;strong&gt;Output: &lt;/strong&gt;&amp;quot;***-***-7890&amp;quot;\r\n&lt;strong&gt;Explanation:&lt;/strong&gt;&amp;nbsp;10 digits in the phone number, which means all digits make up the local number.\r\n&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 4:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;&amp;quot;86-(10)12345678&amp;quot;\r\n&lt;strong&gt;Output: &lt;/strong&gt;&amp;quot;+**-***-***-5678&amp;quot;\r\n&lt;strong&gt;Explanation:&lt;/strong&gt;&amp;nbsp;12 digits, 2 digits for country code and 10 digits for local number. \r\n&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Notes:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;ol&gt;\r\n\t&lt;li&gt;&lt;code&gt;S.length&amp;nbsp;&amp;lt;=&amp;nbsp;40&lt;/code&gt;.&lt;/li&gt;\r\n\t&lt;li&gt;Emails have length at least 8.&lt;/li&gt;\r\n\t&lt;li&gt;Phone numbers have length at least 10.&lt;/li&gt;\r\n&lt;/ol&gt;\r\n\r\n&lt;h2&gt;题目大意：&lt;/h2&gt;\r\n\r\n&lt;p&gt;给定电子邮箱或者电话号码，将其中的部分数字按照一定规则转化为*，只保留末尾的4位数字&lt;/p&gt;\r\n\r\n&lt;h2&gt;解题思路：&lt;/h2&gt;\r\n\r\n&lt;p&gt;字符串处理&lt;/p&gt;\r\n\r\n&lt;h2&gt;Python代码：&lt;/h2&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;code class=\"language-python\"&gt;class Solution(object):\r\n    def maskPII(self, S):\r\n        \"\"\"\r\n        :type S: str\r\n        :rtype: str\r\n        \"\"\"\r\n        if '@' in S:\r\n            left, right = S.lower().split('@')\r\n            return left[0] + '*****' + left[-1] + '@' + right\r\n        digits = re.sub('\\D*', '', S)\r\n        countryCode = len(digits) - 10\r\n        return (countryCode and '+' + '*' * countryCode + '-' or '') + '***-***-' + digits[-4:]\r\n&lt;/code&gt;&lt;/pre&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\n</description><author>qinjiannet@sina.com (在线疯狂)</author><pubDate>Sun, 06 May 2018 14:38:00 +0800</pubDate><guid>http://bookshadow.com/weblog/2018/05/06/leetcode-masking-personal-information/</guid><category>LeetCode</category></item><item><title>[LeetCode]Positions of Large Groups\n</title><link>http://bookshadow.com/weblog/2018/05/06/leetcode-positions-of-large-groups/</link><description>\n&lt;h2&gt;题目描述：&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;a href=\"https://leetcode.com/problems/positions-of-large-groups/\" target=\"_blank\"&gt;&lt;strong&gt;LeetCode 830. Positions of Large Groups&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;In a string&amp;nbsp;&lt;code&gt;S&lt;/code&gt;&amp;nbsp;of lowercase letters, these letters form consecutive groups of the same character.&lt;/p&gt;\r\n\r\n&lt;p&gt;For example, a string like &lt;code&gt;S = &amp;quot;abbxxxxzyy&amp;quot;&lt;/code&gt; has the groups &lt;code&gt;&amp;quot;a&amp;quot;&lt;/code&gt;, &lt;code&gt;&amp;quot;bb&amp;quot;&lt;/code&gt;, &lt;code&gt;&amp;quot;xxxx&amp;quot;&lt;/code&gt;, &lt;code&gt;&amp;quot;z&amp;quot;&lt;/code&gt; and&amp;nbsp;&lt;code&gt;&amp;quot;yy&amp;quot;&lt;/code&gt;.&lt;/p&gt;\r\n\r\n&lt;p&gt;Call a group &lt;em&gt;large&lt;/em&gt; if it has 3 or more characters.&amp;nbsp; We would like the starting and ending positions of every large group.&lt;/p&gt;\r\n\r\n&lt;p&gt;The final answer should be in lexicographic order.&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 1:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;&amp;quot;abbxxxxzzy&amp;quot;\r\n&lt;strong&gt;Output: &lt;/strong&gt;[[3,6]]\r\n&lt;strong&gt;Explanation&lt;/strong&gt;: &lt;code&gt;&amp;quot;xxxx&amp;quot; is the single &lt;/code&gt;large group with starting  3 and ending positions 6.\r\n&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 2:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;&amp;quot;abc&amp;quot;\r\n&lt;strong&gt;Output: &lt;/strong&gt;[]\r\n&lt;strong&gt;Explanation&lt;/strong&gt;: We have &amp;quot;a&amp;quot;,&amp;quot;b&amp;quot; and &amp;quot;c&amp;quot; but no large group.\r\n&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 3:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;&amp;quot;abcdddeeeeaabbbcd&amp;quot;\r\n&lt;strong&gt;Output: &lt;/strong&gt;[[3,5],[6,9],[12,14]]&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;&amp;nbsp;&lt;code&gt;1 &amp;lt;= S.length &amp;lt;= 1000&lt;/code&gt;&lt;/p&gt;\r\n\r\n&lt;h2&gt;题目大意：&lt;/h2&gt;\r\n\r\n&lt;p&gt;给定字符串S，求其中所有连续出现次数大于3次的字母的起止位置。&lt;/p&gt;\r\n\r\n&lt;h2&gt;解题思路：&lt;/h2&gt;\r\n\r\n&lt;p&gt;双指针法（Two Pointers）&lt;/p&gt;\r\n\r\n&lt;p&gt;遍历S，前后&amp;ldquo;指针&amp;rdquo;维护连续字符的起止下标&lt;/p&gt;\r\n\r\n&lt;h2&gt;Python代码：&lt;/h2&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;code class=\"language-python\"&gt;class Solution(object):\r\n    def largeGroupPositions(self, S):\r\n        \"\"\"\r\n        :type S: str\r\n        :rtype: List[List[int]]\r\n        \"\"\"\r\n        j = -1\r\n        d = ''\r\n        ans = []\r\n        for i, c in enumerate(S + '#'):\r\n            if c != d:\r\n                if i - j &amp;gt;= 3:\r\n                    ans.append([j, i - 1])\r\n                j = i\r\n            d = c\r\n        return ans\r\n&lt;/code&gt;&lt;/pre&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\n</description><author>qinjiannet@sina.com (在线疯狂)</author><pubDate>Sun, 06 May 2018 14:35:00 +0800</pubDate><guid>http://bookshadow.com/weblog/2018/05/06/leetcode-positions-of-large-groups/</guid><category>LeetCode</category></item><item><title>[LeetCode]Making A Large Island\n</title><link>http://bookshadow.com/weblog/2018/04/29/leetcode-making-a-large-island/</link><description>\n&lt;h2&gt;题目描述：&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;a href=\"https://leetcode.com/problems/making-a-large-island/\" target=\"_blank\"&gt;&lt;strong&gt;LeetCode 827. Making A Large Island&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;In a 2D grid of &lt;code&gt;0&lt;/code&gt;s and &lt;code&gt;1&lt;/code&gt;s, we change at most one &lt;code&gt;0&lt;/code&gt; to a &lt;code&gt;1&lt;/code&gt;.&lt;/p&gt;\r\n\r\n&lt;p&gt;After, what is the size of the largest island?&amp;nbsp;(An island is a 4-directionally connected group of &lt;code&gt;1&lt;/code&gt;s).&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 1:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;[[1, 0], [0, 1]]\r\n&lt;strong&gt;Output:&lt;/strong&gt; 3\r\n&lt;strong&gt;Explanation:&lt;/strong&gt; Change one 0 to 1 and connect two 1s, then we get an island with area = 3.\r\n&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 2:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;[[1, 1], [1, 0]]\r\n&lt;strong&gt;Output:&lt;/strong&gt; 4\r\n&lt;strong&gt;Explanation: &lt;/strong&gt;Change the 0 to 1 and make the island bigger, only one island with area = 1.&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 3:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;[[1, 1], [1, 1]]\r\n&lt;strong&gt;Output:&lt;/strong&gt; 4\r\n&lt;strong&gt;Explanation:&lt;/strong&gt; Can&amp;#39;t change any 0 to 1, only one island with area = 1.&lt;/pre&gt;\r\n\r\n&lt;p&gt;Notes:&lt;/p&gt;\r\n\r\n&lt;ul&gt;\r\n\t&lt;li&gt;&lt;code&gt;1 &amp;lt;= grid.length = grid[0].length &amp;lt;= 50&lt;/code&gt;.&lt;/li&gt;\r\n\t&lt;li&gt;&lt;code&gt;0 &amp;lt;= grid[i][j] &amp;lt;= 1&lt;/code&gt;.&lt;/li&gt;\r\n&lt;/ul&gt;\r\n\r\n&lt;p&gt;Notes:&lt;/p&gt;\r\n\r\n&lt;p&gt;1 &amp;lt;= grid.length = grid[0].length &amp;lt;= 50.&lt;br /&gt;\r\n0 &amp;lt;= grid[i][j] &amp;lt;= 1.&lt;/p&gt;\r\n\r\n&lt;h2&gt;题目大意：&lt;/h2&gt;\r\n\r\n&lt;p&gt;给定二维01矩阵，其中互相连通的1表示岛屿。&lt;/p&gt;\r\n\r\n&lt;p&gt;求最大的岛屿面积。&lt;/p&gt;\r\n\r\n&lt;h2&gt;解题思路：&lt;/h2&gt;\r\n\r\n&lt;p&gt;广度优先搜索（BFS）&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n利用辅助二维数组mark记录grid中的元素属于哪个岛屿\r\n\r\n遍历grid，利用BFS标记其中的岛屿，将非0元素替换为其连通区域的大小，并在mark中记录其标号，记录并更新最大值\r\n\r\n再次遍历grid，尝试将0元素上下左右的岛屿进行加和，记录并更新最大值&lt;/pre&gt;\r\n\r\n&lt;h2&gt;Python代码：&lt;/h2&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;code class=\"language-python\"&gt;class Solution(object):\r\n    def largestIsland(self, grid):\r\n        \"\"\"\r\n        :type grid: List[List[int]]\r\n        :rtype: int\r\n        \"\"\"\r\n        h, w = len(grid), len(grid[0])\r\n        mark = [[0] * w for x in range(h)]\r\n        \r\n        def neighbors(x, y):\r\n            for dx, dy in zip((1, 0, -1, 0), (0, 1, 0, -1)):\r\n                nx, ny = x + dx, y + dy\r\n                if 0 &amp;lt;= nx &amp;lt; h and 0 &amp;lt;= ny &amp;lt; w and grid[nx][ny]:\r\n                    yield (nx, ny)\r\n\r\n        def calcAndMarkArea(sx, sy, mk):\r\n            q = [(sx, sy)]\r\n            vset = set(q)\r\n            ans = 0\r\n            while q:\r\n                x, y = q.pop(0)\r\n                ans += 1\r\n                for nx, ny in neighbors(x, y):\r\n                    if (nx, ny) not in vset:\r\n                        vset.add((nx, ny))\r\n                        q.append((nx, ny))\r\n            for x, y in vset:\r\n                mark[x][y] = mk\r\n                grid[x][y] = ans\r\n            return ans\r\n\r\n        maxArea = 0\r\n        mk = 0\r\n        for x in range(h):\r\n            for y in range(w):\r\n                if grid[x][y] and not mark[x][y]:\r\n                    mk += 1\r\n                    maxArea = max(calcAndMarkArea(x, y, mk), maxArea)\r\n\r\n        for x in range(h):\r\n            for y in range(w):\r\n                if grid[x][y] == 0:\r\n                    area = 0\r\n                    mkset = set()\r\n                    for nx, ny in neighbors(x, y):\r\n                        if mark[nx][ny] not in mkset:\r\n                            mkset.add(mark[nx][ny])\r\n                            area += grid[nx][ny]\r\n                    maxArea = max(maxArea, area + 1)\r\n        return maxArea\r\n&lt;/code&gt;&lt;/pre&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\n</description><author>qinjiannet@sina.com (在线疯狂)</author><pubDate>Sun, 29 Apr 2018 15:44:00 +0800</pubDate><guid>http://bookshadow.com/weblog/2018/04/29/leetcode-making-a-large-island/</guid><category>LeetCode</category></item><item><title>[LeetCode]Most Profit Assigning Work\n</title><link>http://bookshadow.com/weblog/2018/04/29/leetcode-most-profit-assigning-work/</link><description>\n&lt;h2&gt;题目描述：&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;a href=\"https://leetcode.com/problems/most-profit-assigning-work/\" target=\"_blank\"&gt;&lt;strong&gt;LeetCode 826. Most Profit Assigning Work&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;We have jobs: &lt;code&gt;difficulty[i]&lt;/code&gt;&amp;nbsp;is the difficulty of the&amp;nbsp;&lt;code&gt;i&lt;/code&gt;th job, and&amp;nbsp;&lt;code&gt;profit[i]&lt;/code&gt;&amp;nbsp;is the profit of the&amp;nbsp;&lt;code&gt;i&lt;/code&gt;th job.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;Now we have some workers.&amp;nbsp;&lt;code&gt;worker[i]&lt;/code&gt;&amp;nbsp;is the ability of the&amp;nbsp;&lt;code&gt;i&lt;/code&gt;th worker, which means that this worker can only complete a job with difficulty at most&amp;nbsp;&lt;code&gt;worker[i]&lt;/code&gt;.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;Every worker can be assigned at most one job, but one job&amp;nbsp;can be completed multiple times.&lt;/p&gt;\r\n\r\n&lt;p&gt;For example, if 3 people attempt the same job that pays $1, then the total profit will be $3.&amp;nbsp; If a worker cannot complete any job, his profit is $0.&lt;/p&gt;\r\n\r\n&lt;p&gt;What is the most profit we can make?&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 1:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;difficulty = [2,4,6,8,10], profit = [10,20,30,40,50], worker = [4,5,6,7]\r\n&lt;strong&gt;Output: &lt;/strong&gt;100 \r\n&lt;strong&gt;Explanation: W&lt;/strong&gt;orkers are assigned jobs of difficulty [4,4,6,6] and they get profit of [20,20,30,30] seperately.&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Notes:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;ul&gt;\r\n\t&lt;li&gt;&lt;code&gt;1 &amp;lt;= difficulty.length = profit.length &amp;lt;= 10000&lt;/code&gt;&lt;/li&gt;\r\n\t&lt;li&gt;&lt;code&gt;1 &amp;lt;= worker.length &amp;lt;= 10000&lt;/code&gt;&lt;/li&gt;\r\n\t&lt;li&gt;&lt;code&gt;difficulty[i], profit[i], worker[i]&lt;/code&gt;&amp;nbsp; are in range&amp;nbsp;&lt;code&gt;[1, 10^5]&lt;/code&gt;&lt;/li&gt;\r\n&lt;/ul&gt;\r\n\r\n&lt;h2&gt;题目大意：&lt;/h2&gt;\r\n\r\n&lt;p&gt;给定一组任务的难度difficulty及其收益profit，有一组工人最多可以处理难度为worker的任务。&lt;/p&gt;\r\n\r\n&lt;p&gt;每一个任务可以执行多次，每一个工人只能执行一个任务，求最大总收益。&lt;/p&gt;\r\n\r\n&lt;h2&gt;解题思路：&lt;/h2&gt;\r\n\r\n&lt;p&gt;贪心（Greedy Algorithm）&lt;/p&gt;\r\n\r\n&lt;p&gt;每个工人都选择不大于其难度上限的最大收益的任务&lt;/p&gt;\r\n\r\n&lt;p&gt;问题即转化为求范围内的最大值&lt;/p&gt;\r\n\r\n&lt;h2&gt;Python代码:&lt;/h2&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;code class=\"language-python\"&gt;class Solution(object):\r\n    def maxProfitAssignment(self, difficulty, profit, worker):\r\n        \"\"\"\r\n        :type difficulty: List[int]\r\n        :type profit: List[int]\r\n        :type worker: List[int]\r\n        :rtype: int\r\n        \"\"\"\r\n        diffPro = collections.defaultdict(int)\r\n        for diff, pro in zip(difficulty, profit):\r\n            diffPro[diff] = max(diffPro[diff], pro)\r\n        maxVal = 0\r\n        for x in range(min(difficulty + worker), max(difficulty + worker) + 1):\r\n            diffPro[x] = max(diffPro[x], maxVal)\r\n            maxVal = max(diffPro[x], maxVal)\r\n        return sum(diffPro[w] for w in worker)\r\n&lt;/code&gt;&lt;/pre&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\n</description><author>qinjiannet@sina.com (在线疯狂)</author><pubDate>Sun, 29 Apr 2018 15:38:00 +0800</pubDate><guid>http://bookshadow.com/weblog/2018/04/29/leetcode-most-profit-assigning-work/</guid><category>LeetCode</category></item><item><title>[LeetCode]Friends Of Appropriate Ages\n</title><link>http://bookshadow.com/weblog/2018/04/29/leetcode-friends-of-appropriate-ages/</link><description>\n&lt;h2&gt;题目描述：&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;a href=\"https://leetcode.com/problems/friends-of-appropriate-ages/\" target=\"_blank\"&gt;&lt;strong&gt;LeetCode 825. Friends Of Appropriate Ages&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;Some people will make friend requests. The&amp;nbsp;list of their ages is given and&amp;nbsp;&lt;code&gt;ages[i]&lt;/code&gt;&amp;nbsp;is the age of the&amp;nbsp;ith person.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;Person A will NOT friend request person B (B != A) if any of the following conditions are true:&lt;/p&gt;\r\n\r\n&lt;ul&gt;\r\n\t&lt;li&gt;&lt;code&gt;age[B]&amp;nbsp;&amp;lt;= 0.5 * age[A]&amp;nbsp;+ 7&lt;/code&gt;&lt;/li&gt;\r\n\t&lt;li&gt;&lt;code&gt;age[B]&amp;nbsp;&amp;gt; age[A]&lt;/code&gt;&lt;/li&gt;\r\n\t&lt;li&gt;&lt;code&gt;age[B]&amp;nbsp;&amp;gt; 100 &amp;amp;&amp;amp;&amp;nbsp;age[A]&amp;nbsp;&amp;lt; 100&lt;/code&gt;&lt;/li&gt;\r\n&lt;/ul&gt;\r\n\r\n&lt;p&gt;Otherwise, A will friend request B.&lt;/p&gt;\r\n\r\n&lt;p&gt;Note that if&amp;nbsp;A requests B, B does not necessarily request A.&amp;nbsp; Also, people will not friend request themselves.&lt;/p&gt;\r\n\r\n&lt;p&gt;How many total friend requests are made?&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 1:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;[16,16]\r\n&lt;strong&gt;Output: &lt;/strong&gt;2\r\n&lt;strong&gt;Explanation: &lt;/strong&gt;2 people friend request each other.\r\n&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 2:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;[16,17,18]\r\n&lt;strong&gt;Output: &lt;/strong&gt;2\r\n&lt;strong&gt;Explanation: &lt;/strong&gt;Friend requests are made 17 -&amp;gt; 16, 18 -&amp;gt; 17.&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 3:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;[20,30,100,110,120]\r\n&lt;strong&gt;Output: &lt;/strong&gt;\r\n&lt;strong&gt;Explanation: &lt;/strong&gt;Friend requests are made 110 -&amp;gt; 100, 120 -&amp;gt; 110, 120 -&amp;gt; 100.\r\n&lt;/pre&gt;\r\n\r\n&lt;p&gt;Notes:&lt;/p&gt;\r\n\r\n&lt;ul&gt;\r\n\t&lt;li&gt;&lt;code&gt;1 &amp;lt;= ages.length&amp;nbsp;&amp;lt;= 20000&lt;/code&gt;.&lt;/li&gt;\r\n\t&lt;li&gt;&lt;code&gt;1 &amp;lt;= ages[i] &amp;lt;= 120&lt;/code&gt;.&lt;/li&gt;\r\n&lt;/ul&gt;\r\n\r\n&lt;h2&gt;题目大意：&lt;/h2&gt;\r\n\r\n&lt;p&gt;给定一组人的年龄，尝试为每个人匹配朋友，规则如下。&lt;/p&gt;\r\n\r\n&lt;p&gt;如果出现下列情况之一，则A和B不可以成为朋友：&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\nage[B] &amp;lt;= 0.5 * age[A] + 7\r\n\r\nage[B] &amp;gt; age[A]\r\n\r\nage[B] &amp;gt; 100 &amp;amp;&amp;amp; age[A] &amp;lt; 100&lt;/pre&gt;\r\n\r\n&lt;p&gt;求最多可以匹配多少组朋友关系&lt;/p&gt;\r\n\r\n&lt;h2&gt;解题思路：&lt;/h2&gt;\r\n\r\n&lt;p&gt;观察题设条件 1 &amp;lt;= ages[i] &amp;lt;= 120，年龄的范围很小&lt;/p&gt;\r\n\r\n&lt;p&gt;统计每一个年龄的人数&lt;/p&gt;\r\n\r\n&lt;p&gt;遍历每个人，统计符合其年龄条件约束的人数之和&lt;/p&gt;\r\n\r\n&lt;h2&gt;Python代码：&lt;/h2&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;code class=\"language-python\"&gt;class Solution(object):\r\n    def numFriendRequests(self, ages):\r\n        \"\"\"\r\n        :type ages: List[int]\r\n        :rtype: int\r\n        \"\"\"\r\n        cnt = collections.Counter(ages)\r\n        ans = 0\r\n        for age in ages:\r\n            cnt[age] -= 1\r\n            left, right = age / 2 + 8, age\r\n            ans += sum(cnt[age] for age in range(left, right + 1))\r\n            cnt[age] += 1\r\n        return ans\r\n&lt;/code&gt;&lt;/pre&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\n</description><author>qinjiannet@sina.com (在线疯狂)</author><pubDate>Sun, 29 Apr 2018 15:33:00 +0800</pubDate><guid>http://bookshadow.com/weblog/2018/04/29/leetcode-friends-of-appropriate-ages/</guid><category>LeetCode</category></item><item><title>[LeetCode]Goat Latin\n</title><link>http://bookshadow.com/weblog/2018/04/29/leetcode-goat-latin/</link><description>\n&lt;h2&gt;题目描述：&lt;/h2&gt;\r\n\r\n&lt;p&gt;&lt;a href=\"https://leetcode.com/problems/goat-latin/\" target=\"_blank\"&gt;&lt;strong&gt;LeetCode 824. Goat Latin&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;\r\n\r\n&lt;p&gt;A sentence &lt;code&gt;S&lt;/code&gt; is given, composed of words separated by spaces. Each word consists of lowercase and uppercase letters only.&lt;/p&gt;\r\n\r\n&lt;p&gt;We would like to convert the sentence to &amp;quot;&lt;em&gt;Goat Latin&amp;quot;&lt;/em&gt;&amp;nbsp;(a made-up language similar to Pig Latin.)&lt;/p&gt;\r\n\r\n&lt;p&gt;The rules of Goat Latin are as follows:&lt;/p&gt;\r\n\r\n&lt;ul&gt;\r\n\t&lt;li&gt;If a word begins with a vowel (a, e, i, o, or u), append &lt;code&gt;&amp;quot;ma&amp;quot;&lt;/code&gt;&amp;nbsp;to the end of the word.&lt;br /&gt;\r\n\tFor example, the word &amp;#39;apple&amp;#39; becomes &amp;#39;applema&amp;#39;.&lt;br /&gt;\r\n\t&amp;nbsp;&lt;/li&gt;\r\n\t&lt;li&gt;If a word begins with a consonant (i.e. not a vowel), remove the first letter and append it to the end, then add &lt;code&gt;&amp;quot;ma&amp;quot;&lt;/code&gt;.&lt;br /&gt;\r\n\tFor example, the word &lt;code&gt;&amp;quot;goat&amp;quot;&lt;/code&gt;&amp;nbsp;becomes &lt;code&gt;&amp;quot;oatgma&amp;quot;&lt;/code&gt;.&lt;br /&gt;\r\n\t&amp;nbsp;&lt;/li&gt;\r\n\t&lt;li&gt;Add one letter &lt;code&gt;&amp;#39;a&amp;#39;&lt;/code&gt;&amp;nbsp;to the end of each word per its word index in the sentence, starting with 1.&lt;br /&gt;\r\n\tFor example,&amp;nbsp;the first word gets &lt;code&gt;&amp;quot;a&amp;quot;&lt;/code&gt; added to the end, the second word gets &lt;code&gt;&amp;quot;aa&amp;quot;&lt;/code&gt; added to the end and so on.&lt;/li&gt;\r\n&lt;/ul&gt;\r\n\r\n&lt;p&gt;Return the&amp;nbsp;final sentence representing the conversion from &lt;code&gt;S&lt;/code&gt;&amp;nbsp;to Goat&amp;nbsp;Latin.&amp;nbsp;&lt;/p&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 1:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;&amp;quot;I speak Goat Latin&amp;quot;\r\n&lt;strong&gt;Output: &lt;/strong&gt;&amp;quot;Imaa peaksmaaa oatGmaaaa atinLmaaaaa&amp;quot;\r\n&lt;/pre&gt;\r\n\r\n&lt;p&gt;&lt;strong&gt;Example 2:&lt;/strong&gt;&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;strong&gt;Input: &lt;/strong&gt;&amp;quot;The quick brown fox jumped over the lazy dog&amp;quot;\r\n&lt;strong&gt;Output: &lt;/strong&gt;&amp;quot;heTmaa uickqmaaa rownbmaaaa oxfmaaaaa umpedjmaaaaaa overmaaaaaaa hetmaaaaaaaa azylmaaaaaaaaa ogdmaaaaaaaaaa&amp;quot;\r\n&lt;/pre&gt;\r\n\r\n&lt;p&gt;Notes:&lt;/p&gt;\r\n\r\n&lt;ul&gt;\r\n\t&lt;li&gt;&lt;code&gt;S&lt;/code&gt; contains only uppercase, lowercase and spaces.&amp;nbsp;Exactly one space between each word.&lt;/li&gt;\r\n\t&lt;li&gt;&lt;code&gt;1 &amp;lt;= S.length &amp;lt;= 100&lt;/code&gt;.&lt;/li&gt;\r\n&lt;/ul&gt;\r\n\r\n&lt;h2&gt;题目大意：&lt;/h2&gt;\r\n\r\n&lt;p&gt;将句子S中的单词按照如下规则进行转换：&lt;/p&gt;\r\n\r\n&lt;pre&gt;\r\n如果单词首字母是元音，在单词末尾添加ma\r\n\r\n否则，将单词首字母移动至末尾，并添加ma\r\n\r\n对于第i个单词，在其末尾添加i个a&lt;/pre&gt;\r\n\r\n&lt;h2&gt;解题思路：&lt;/h2&gt;\r\n\r\n&lt;p&gt;字符串模拟&lt;/p&gt;\r\n\r\n&lt;h2&gt;Python代码：&lt;/h2&gt;\r\n\r\n&lt;pre&gt;\r\n&lt;code class=\"language-python\"&gt;class Solution(object):\r\n    def toGoatLatin(self, S):\r\n        \"\"\"\r\n        :type S: str\r\n        :rtype: str\r\n        \"\"\"\r\n        ans = []\r\n        for idx, word in enumerate(S.split()):\r\n            latin = word\r\n            if word[0].lower() not in 'aeiou':\r\n                latin = word[1:] + word[0]\r\n            latin += 'ma' + 'a' * (idx + 1)\r\n            ans.append(latin)\r\n        return ' '.join(ans)\r\n&lt;/code&gt;&lt;/pre&gt;\r\n\r\n&lt;p&gt;&amp;nbsp;&lt;/p&gt;\r\n\n</description><author>qinjiannet@sina.com (在线疯狂)</author><pubDate>Sun, 29 Apr 2018 15:27:00 +0800</pubDate><guid>http://bookshadow.com/weblog/2018/04/29/leetcode-goat-latin/</guid><category>LeetCode</category></item></channel></rss>"
  },
  {
    "path": "api/test/data/feed/dingxiaoyun555.blog.163.com",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\r\n<rss version=\"2.0\" xmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\" xmlns:dcterms=\"http://purl.org/dc/terms/\">\r\n <channel>\r\n  \t  <title><![CDATA[丁小云的野鸟星空]]></title>\r\n\t  <link>http://dingxiaoyun555.blog.163.com</link>\r\n\t  <description><![CDATA[小云工作邮箱：baobaoshe@126.com  ]]></description>\r\n\t  <language>zh-CN</language>\r\n\t  <pubDate>Tue, 3 Jul 2018 00:16:07 +0800</pubDate>\r\n\t  <lastBuildDate>Tue, 3 Jul 2018 00:16:07 +0800</lastBuildDate>\r\n\t  <docs>http://blogs.law.harvard.edu/tech/rss</docs>\r\n\t  <generator><![CDATA[NetEase Space]]></generator>\r\n\t  <managingEditor><![CDATA[dingxiaoyun555]]></managingEditor>\r\n\t  <webMaster><![CDATA[丁小云]]></webMaster>\r\n\t\t  <ttl>120</ttl>\r\n\t  <image>\r\n\t  \t<title><![CDATA[丁小云的野鸟星空]]></title>\r\n\t  \t<url>http://img.bimg.126.net/photo/RI9fMndMZMF_C1cDfROuvA==/217580156998391405.jpg</url>\r\n\t  \t<link>http://dingxiaoyun555.blog.163.com</link>\r\n\t  </image>\r\n  <item>\r\n  \t<title><![CDATA[论底层青年如何逆袭到中上阶层：什么是命？如何革你的命？]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502015615563513</link>\r\n    <description><![CDATA[<div><P><WBR>李白曾说自己是李暠九世孙，郭沫若对此考证一番之后，认为李白在吹牛。先不说此事真伪，单说李暠，他是李广十六世孙，东晋年间在敦煌酒泉一带称王，他的两个儿子先后继位后一个战死，一个战败自杀。后来，李暠七世孙李渊建立唐朝。很多改变历史的大人物的出现不是因为祖坟冒青烟，他们做成的那些大事可能是一个家族几代人、十几代人乃至几十代人奋斗不息的结果。</P>\r\n<P><BR>有些事，即使你选对策略，竭尽全力，直到死你也做不成，你儿子也做不成，直到你孙子长大成人了才有可能做成。也有可能还是做不成，需要你孙子的儿子、孙子们继续为之奋斗不息……</P>\r\n<P><BR>一件可能至少要三代人才能做成的事，你家上两代人几乎没有给你打下任何基础，你想靠自己的努力奋斗在短时间内完成，结果很可能是把你自己活活逼疯。</P>\r\n<P><BR>很多年轻人今天想做这个，明天想做那个，少年头转眼就白了，人生就这么蹉跎了。只是这蹉跎也是因人而异的。例如有些人出身于上层社会，他们出生后直接就在所谓的马斯洛需求第四层嬉戏玩耍，他们纵使蹉跎，只要不犯大错，最后直到死也还是会停留在上层社会。而社会最底层的年轻人，可能一直很努力，但却始终只能在社会最底层垂死挣扎。</P>\r\n<P><BR>盲目的努力，其实也是一种蹉跎。只是这盲目可能并不是盲目者的错。如果按过去的说法，他们盲目是因为盲目就是他们的命。如果按现在的说法，他们盲目是因为信息不对称，信息不对称是万恶之源。</P>\r\n<P><BR>如果将上述两种说法综合一下，可以得出这样一个结论：一个人所谓的命，在某种程度上，取决于他接收到的信息，以及他是否拥有善于甄别、利用重要信息的能力。</P>\r\n<P><BR>什么是命？看过一个纪录片，介绍一种海鸟，雌鸟下了俩蛋，孵出两只小鸟。其中个儿大一些的小鸟猛啄个儿小一些的小鸟，并将后者推出妈妈的怀抱。其实后者也没被推出多远，只是被推出二三十厘米远，还在它妈妈眼皮底下。但它妈妈对它完全视而不见，任由它活活饿死在自己面前。而那只个儿大的小鸟则得到了很好的喂养。动物的命就是这样，人类的命亦大抵如此。人类不过是所谓的高级动物而已，而这个“高级动物”的称号还是自封的。</P>\r\n<P><BR>什么是命？那些基因特别优秀的男人，女人会倒贴钱想方设法跟他结婚生孩子。说到这儿我想起一个女孩儿，长相非常一般，身高一米五左右，她最大的优势是她父亲是副县长。十几年前，这个女孩儿“娶”了这样一个老公，身高一米八五左右，长相和周润发有一拼，有时我甚至觉得他比周润发还要更帅一些，但就是家里穷得一塌糊涂。最近我还见过他，他依旧那么帅，现在也混成一个不大不小的领导了。</P>\r\n<P><BR>什么是命？我曾跟别人开玩笑说外表如村上春树、郭敬明或安妮宝贝那样的人会去写小说，你觉得外表如金城武那样的人会去写小说吗？外表如金城武那样的人，没时间写小说，因为他们的生活本身就是小说。</P>\r\n<P><BR>什么是命？杜甫说文章憎命达。其实在杜甫生活的那个年代，一个人能写文章，这已经不是一般“命达”了，这可能是其祖上几代人努力奋斗的结果。在那个年代，大多数人都是文盲。李白如果出身于唐朝平民家庭，他可能连认字的机会都没有。李白一生到处漫游，你知道那要花多少钱吗？很大程度上，物质基础决定了精神境界。而所谓的精神境界，某种意义上，其实亦是一种善于甄别、利用重要信息的能力。</P>\r\n<P><BR>什么是命？陈胜曾问天：“王侯将相宁有种乎？”陈胜可能不知道，他要干的事，需要他的上几代人为之蓄势。盖世功名恰如绝世美人，均在云端之上，从来都是有势者得之。无势可依者欲得之必须谋势，而谋势之术可能同样需要至少两三代人学习摸索并且传承给子孙。当然，肯定也有人用几年或十几年的时间通过自学慢慢学会了谋势之术，只是这需要大量阅读史书或其他领域的经典，同时也需要他们在青少年时代得到过相对较好的教育。也就是说，他们要有条件做很长一段时间的有闲阶层（这个条件通常需要其家庭或家族直接给予或间接给予，这个条件就是所谓的“种”，或者也可以被称之为“命”），进而充分学习，充分尝试，然后再去谋求充分发展的机会，即谋势。而所谓的谋势，究其本质，同样需要借助善于甄别、利用重要信息的能力。</P>\r\n<P><BR>什么是命？高富帅用多年时间追求一个美女是情深似海的痴情；穷矮丑用多年时间追求一个美女是臭不要脸的纠缠。高富帅挑逗美女，会被视为调情；穷矮丑挑逗美女，则会被视为骚扰或猥亵。</P>\r\n<P><BR>什么是命？众所周知，屌丝有男亦有女，都说男屌丝几乎不可能和白富美在一起，女屌丝和高富帅在一起的可能性会大很多吗？很多女屌丝最大的错觉就是以为自己只要鄙视男屌丝就可以证明自己不是屌丝了。但现实却是，女屌丝十有八九最终还是只能和男屌丝相亲然后结婚。这就是残酷的真相，这就是命。很多女屌丝说高富帅结婚后对老婆更好，既浪漫又专一，然后把自己身边的男屌丝贬得一文不值，说他们low到极点。唉，屌丝何苦鄙视屌丝？这种鄙视，究其本质，是在潜意识里自己鄙视自己。</P>\r\n<P><BR>什么是命？为什么很多女人或男人总是抱怨自己的前任都是极品烂人？是因为天真纯朴所以遇人不淑？可能主要还是因为物以类聚吧。只是很少有人愿意承认这一点。纵使他们在日后某一天终于自以为是地醒悟了，就能遇见自己心目中所谓的理想伴侣了？除非他们能在自己身上找原因并有所改变……</P>\r\n<P><BR>年少轻狂时，不知所谓的“命”为何物。最初满脑袋都是情啊爱啊，其实就是被流行文化彻底洗脑了。后来从爱情梦中惊醒了，想要彻底改变自己的命，读了几本心灵鸡血书，就妄想扼住命运的喉咙，完全没意识到自己就是一个“心比天高，命比纸薄”的人，被命运压在身下各种蹂躏。</P>\r\n<P><BR>某种程度上洞悉自己的命以及某些死都无法突破的局限后，比原来轻松快乐了很多，大概是因为不再满脑袋只想未来了，可以从当下眼前发现一些让身心沉醉的奇妙情境或诗意瞬间。只是还是不甘心，还是想革自己的命。</P>\r\n<P><BR>“革命”这个词，最早见于《周易》。读《周易》时，发现很多名人的名字都取于本书，而且冥冥中似乎真的影响或改变了他们的命运或气质。例如蒋介石，他这名应源于“介于石”。再例如莫文蔚，她这名应源于“君子豹变，其文蔚也”，“文蔚”大意是像豹纹一样美丽神秘，这和莫文蔚的气质还真挺契合的。</P>\r\n<P><BR>读完《周易》后，又粗读了一遍命学经典《滴天髓》，对于天干地支、五行五气什么的肯定不可能一下就研究明白了，但对清气、浊气、真神、假神什么的似乎还能粗浅理解一点点。读《滴天髓》和读《周易》感觉差不多，用这类书算命我不知道是否靠谱儿，我也无意用这类书里的理论给自己算命，我研究这类书，更像是研究一种行为心理学。我只是想了解一下除了那些例如出身这种个人无法选择的因素之外，我能通过哪些行为在某种程度上改变自己的命运。<BR></P>\r\n<P>还有很多奇书，类似于《周易》和《滴天髓》。读这类书时，会很想革自己的命，运用一些看似很神秘其实特质朴的道德方法论，运用一些所谓的霹雳手段。</P>\r\n<P><BR>一个人想要革自己的命，首先要在最大程度上认清自己的命。这就好像一个屌丝青年想要逆袭成功，首先要坦然面对自己就是一个屌丝这一事实。坦然承认自己就是一个屌丝，只是一定不要因此而同情自己，不要自怜自伤，自怨自艾。<BR>所谓认清自己的命，主要就是搞清楚你最想干什么，你能干什么。全力去干那件你最想干且能干的事，你可以将其视为你的理想。当你为了干这件事而奋斗不息，你的命自然而然会发生改变。</P>\r\n<P><BR>除此之外，想要认清自己的命，还需要不断读书，大量读书，大量阅读经典书籍，尤其是大量阅读经典史书。大量阅读经典史书可以让你更深刻地认清自己的命，让你知道做什么事以及如何做才能革自己的命。<BR></P>\r\n<P>想要革自己的命，一定要有超越物质的自由心态。只是这种自由心态，通常需要在很坚实的物质基础上慢慢习得。还是那句话，很大程度上，物质基础会决定精神境界。当你的物质基础有了较大改变之后，你的心胸、眼界、社交圈以及你的一些重要能力自然随之而改变。也就是说，你会获得更多有价值的信息，而你甄别、利用重要信息的能力也会不断增强。<BR></P>\r\n<P>在中国古代，很多看似轻视物质的“圣人”，其实都过着妖童美妾酒肉臭的生活。还有古代的僧人，他们也会轻视物质。但事实却是，古代很多佛寺占有大量土地，其佃农妻女的初夜权甚至亦归僧人所有。那些在物质层面和精神层面上都很贫乏的人，假模假式地在轻视物质的同时空谈精神，可体验如压迫者般附庸风雅的乐趣，只是其两腿间的生殖器却是事实意义上的“被压迫者的生殖器”。<BR></P>\r\n<P>美国南北战争爆发后，马克思因异常焦虑而彻夜失眠，他担忧的不是美国人民的命运，而是担忧因为这场战争的爆发，会让美国人在很长一段时间内只关心美国国内形势，不再关注欧洲新闻。这可能会导致马克思收入锐减，因为他当时是受雇于美国《纽约论坛报》的自由撰稿人，负责为之提供欧洲新闻……<BR></P>\r\n<P>很多时候，想要缓解焦虑进而让内心宁静，物质财富比精神财富更管用。北京国家图书馆里精神财富够多了吧，如果一个年轻人在北京过着极端穷困的生活，估计国图里浩如烟海的精神财富也很难让他获得内心的宁静。<BR></P>\r\n<P>物质财富不仅能让一个人获得内心的宁静，也能让一个人的身心获得更大的自由。什么是自由？自由不是你想干什么就干什么，自由是你想不干什么就不干什么。这也是有钱最大的好处。有钱不能让你为所欲为，但却能让你想不干什么就不干什么。简而言之，有钱能让你自由……<BR></P>\r\n<P>怎样才能不再因为钱而烦恼？有这样两个方法：第一个方法是实现财务自由，第二个方法是自杀。<BR></P>\r\n<P>估计你对自杀应该没什么兴趣，所以我们还是谈谈财务自由吧。某种程度上，财务自由是所有自由的基础。如果说自由是能力要比欲望大很多，那么财务自由就是赚钱能力要比消费欲望大很多。所以想要实现财务自由，可以朝这样两个方向努力：一是不断提高自己的赚钱能力，二是不断减少自己的消费欲望。也就是说，财务自由不一定需要赚很多钱，如果你能深刻了解消费社会的各种骗局，如果你能摆脱消费社会强加给你的那些虚假欲望，只关注你内心最真实的欲望，那么你并不需要太多的钱，你就能实现财务自由了。<BR></P>\r\n<P>或者我们也可以这样说，想要实现财务自由，最重要的不是赚钱，而是修炼心性，最重要的就是不断给你的欲望做减法。否则即使你资产过亿，你依然会感到心烦意乱。欲壑难填的人永无自由之日。巨额财富不会让你感到自由，真正让你感到自由的是虚假欲望很少的生活。<BR></P>\r\n<P>其实一个世人眼中的所谓穷人也能实现财务自由，只要他是一个人格独立、精神自由的人，只要他能运用自己的独特智慧超越盲目愚蠢的物欲以及那些让人付出高昂代价的世俗偏见。事实上，如果你无法超越这两个无形的敌人，无论你赚多少钱，你都不会感到自由。<BR></P>\r\n<P>想要革自己的命，很有必要做到所谓的“当下不杂”，这可以让你最大程度上避免自身资源的无谓浪费。因为当下不杂，所以内心宁静。内心宁静是最强大的人生之力。<BR></P>\r\n<P>想要内心宁静，一方面正如上文所述的那样，需要一定的物质基础；另一方面则需要一个极简的人生最主要目标，或者你也可以将这个目标称之为理想。<BR></P>\r\n<P>你为什么痛苦焦虑？很重要的一个原因是你什么都想要。都说“理想丰满，现实骨感”，其实想让现实丰满，很有必要让理想骨感，最好骨感到只剩一副骷髅骨架，或者只剩一个骷髅头骨，静静凝视着它，在心里对自己说：怕什么，你会一直活到死的。<BR></P>\r\n<P>人这一生，能干好一件事就已经很了不起了。例如专注于研究唐史，研究宋词，搞摄影，研究哲学，写侦探小说，写影评，写书评，搞营销，搞设计，做川菜等等。什么都想干，什么都干不好。趁年轻，尝试很多事，然后选定一件事，将其干到极致。当然前提是乐在其中，如果感觉很受罪那就算了，感觉很受罪必然会拖延。将一件事干到极致，不是说只干这件事，别的就不干了。只是在人生的某个阶段有一个最主要的目标，把大多数时间、精力集中于此。干其他事就当陶冶性情，或是寻找他山之石，或者只是为了放松神经。将一件事干到极致之后，必然会有所成就，有所成就后可能会有如贼入空室般的空虚。只是那空虚，是令人愉悦的空虚……<BR></P>\r\n<P>需要提醒你的就是，对于你视之为人生理想的那件事，如果你只是去做，你可能永远都做不好，但如果你用游戏者心态去玩，却有可能玩得很好。一旦你玩到极致，还有可能会名利双收，虽然这名利可能是你原来根本不想要的。<BR></P>\r\n<P>对于一个真正的理想青年来说，用游戏者心态去实现理想是人世间最快乐的事。<BR></P>\r\n<P>还有就是价值观的问题。如果你一个人独自生活，想超越世俗价值观，其难度相对而言要小一些。但如果你结婚生子了，想超越世俗价值观就很难了。只是如果你想革你自己的命，革你家人的命，为了让他们能过上更好的生活，你想获得世俗意义上的成功，那么选择运用超越世俗价值观的方法，要比选择运用遵循世俗价值观的方法更有效。这就是所谓的以出世之心做入世之事。<BR></P>\r\n<P>以出世之心做入世之事，这是屌丝青年通过自我革命完成逆袭的必由之路。<BR></P>\r\n<P>（本文节选于丁小云新书《就像没有明天那样去生活》） *转载此文请注明此出处</P>\r\n<P>&nbsp;</P>\r\n<DIV><IMG title=\"论底层青年如何逆袭到中上阶层：什么是命？如何革你的命？ - 丁小云 - 丁小云的博客\"   alt=\"论底层青年如何逆袭到中上阶层：什么是命？如何革你的命？ - 丁小云 - 丁小云的博客\"   style=\"margin: 0px 10px 0px 0px;\"   src=\"http://img0.ph.126.net/ShIzORZYZEIf7N5c7w6CvA==/37999121874136782.jpg\"   ></DIV>\r\n<P>&nbsp;<BR></P></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502015615563513</comments>\r\n    <slash:comments>4</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/1218700502015615563513</guid>\r\n    <pubDate>Wed, 1 Jul 2015 17:58:12 +0800</pubDate>\r\n    <dcterms:modified>2015-07-01T17:58:12+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[女神就是男人永远无法真正追到的女人]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201462012350344</link>\r\n    <description><![CDATA[<div>太容易被男人追到的女人，很难得到男人长久的爱。当然，某些女权主义者可能会说：“女人不需要男人长久的爱。”不需要吗？需要吗？你自己想去吧。<br><br>女人可以尽可能长时间地故意不跟追自己的那个男人上床，戏耍他，玩弄他，欺骗他，挑逗他，拒绝他……这个被折磨的过程，会成为他一生中最珍贵的记忆。那个曾折磨过他的女人，会成为他心中至死难忘的人……<br><br>就算女人和追求自己的男人上床了，这并不意味着她被那个男人追到了。很多时候，女人和追求自己的男人上床，只是想给他一点甜头而已，也许只是想把他变成自己的众多备胎之一而已。这种想法无可指责，这本来就是女人得天独厚的先天优势。<br><br>为什么很多女人在和自己喜欢的男人上过几次床之后就被对方无情抛弃了？原因肯定有很多。其中有些女人，可能是因为这个原因被抛弃的：对于抛弃她们的男人来说，她们只在床上才有一点点价值。<br><br>以色事他人，能得几时好？一个女人如果只是在床上才有价值，纵使她很美，她的命运十有八九会很悲惨。<br><br>现在无数人把女神这个词挂在嘴边，给人这样一种印象：满大街都是女神，女神随处可见。<br><br>其实真正的女神极少极少。真正的女神，是男人永远无法真正追到的那些女人。她们中的一些人看上去高傲冷艳，但其中亦有很多人看上去亲切随和，活泼爽快，只是无论是哪一种，男人都永远无法真正追到她们，因为她们一直在向前走，她们心中始终有所追求。她们可能看上去很能作，也有可能看上去异常沉静温柔。只是万变不离其宗的是，她们一直在向前走。因为她们一直向前走，这使得她们的肉身渐渐有了神性，闪烁着一种不可言说的、自由诗意的奇异光彩……<br><br>请你一直向前走，否则我会杀死你。<br></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201462012350344</comments>\r\n    <slash:comments>7</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/121870050201462012350344</guid>\r\n    <pubDate>Sun, 20 Jul 2014 13:23:50 +0800</pubDate>\r\n    <dcterms:modified>2014-07-20T13:23:50+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[如何利用性欲的力量治愈拖延症]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201311198520105</link>\r\n    <description><![CDATA[<div>人类的某些本能会让我们患上拖延症，但它们同样也有可能帮助我们战胜拖延症，因为人类的本能永远是一个人去做一件事的最根本动力。例如人类关于性的本能就是一把双刃剑，它既有可能导致拖延，同样也能帮助我们治愈拖延症。<br>天上掉下来一个绝色狐仙，每天晚上都跑来跟你做爱。后来因为你很穷，被绝色狐仙的家人看不起。绝色狐仙对你说：“你丫也是一个男子汉，就不能为你的另一半争口气？”绝色狐仙送了你一面镜子，然后离你而去。你发现如果你好好学习，她就在镜中笑；如果你不好好学习，她就在镜中哭。你因为不忍看她伤心流泪，于是你苦学了两年，考取了功名，然后绝色狐仙又回到了你的身边，你们从此过上了快乐美满的生活。异史氏曰：如果天上能掉下来很多很多绝色美女，鼓励男人奋发进取，人世间也会因此少很多因拖延症而穷苦绝望的男人……<br>这是《聊斋志异》里一个名为《凤仙》的故事。可惜，这颗星球上的绝大多数年轻男孩都不会碰到这样的好事儿，他们只能深陷于拖延症的泥沼中不能自拔。<br>很多年轻男孩之所以会成为拖延症患者，主要是因为他们满脑袋里都是性，都是色情信息碎片，这使得他们的大脑变成了像精液一样的浆糊。<br>还有很多年轻男孩，他们将自己的性欲升华成一个理想。因为心里有一个特想实现的理想，所以他们能做到用自制力克服自己的拖延心理，进而完成自我实现。<br><br>在塔斯曼尼亚曾有过这样一个风俗，如果一个男人死了，他的遗孀必须切去他的小弟弟，在经过防腐风干处理后做成项链，挂在自己的脖子上，直至找到新的男人为止。但她绝对不可以用挂在脖子上的小弟弟自慰，因为这么做就是对死者的侮辱了。<br>如果你是一位男性读者，我们现在做这样一个假设：假如有一个富豪愿意跟你签一个合同，合同上写着只要你愿意挥刀切掉自己的小弟弟，将其防腐风干后做成项链送给他，他就给你100亿美元，你愿意签这个合同吗？我相信你肯定不愿意，除非你早就想给自己做变性手术了。<br>这说明什么？这说明你的性欲至少价值100亿美元。<br>当然，这只是一个类似于玩笑的假设。只是对于男性来说，性欲的确是个人奋斗的最强大动力。<br>据统计，一个男人一生中射出的精液大概也就能装满一辆轿车的油箱，所以如果说睾丸是一个男人的生命发电站，那他的这一油箱精液就是驱动他奋斗一生的燃料。<br>曾有记者问Coldplay乐队主唱Chris Martin为什么会选择玩摇滚？后者给出的答案是：“21岁时我喜欢的女孩子当我是朋友，没有人肯跟我上床，所以我想成为摇滚明星！”这是一个将性欲转换成追求事业成功的欲望的绝佳范例。关于这一点，拿破仑?希尔解释得很清楚：“性欲是人类最强烈的一种欲望。被这种欲望驱使时，人们会产生强烈的想象力、勇气、意志力、毅力以及在其他时候所没有的创造力。性接触的欲望非常强烈和冲动，往往使人沉溺其中，甚至甘冒失去生命和名誉的冒险。如果加以控制，并向其他方向引导，这股激发力就保持其强烈的想象力和勇气等性质，成为一股应用在文学、艺术或其他专业或工作上（其中当然也包括积累财富）的强大创造力。”<br>美国心理学家通过心理测试发现，当戴劳力士的丑男和穿快餐店制服的帅哥同时追求一个女孩，这个女孩十有八九会选择戴劳力士的丑男。说到这儿，我想起了英国的《泰晤士报》曾介绍过这样一条人类性行为研究结果：女性的性高潮频密程度和性伴侣的身家基本上成正比。女性为什么更喜欢和有钱的男人一起享受性爱？关于这个问题，喜欢和富豪约会的27岁英国女律师卡茜在接受《泰晤士报》采访时这样回答道：“有钱的男人有权有势，他们更自信，更有魅力，他们知道自己想要什么，然后努力争取直至成功，这种性格会让他们在床上表现得特别优秀。”<br>看来这还真是：男人要有钱，和谁都有缘。不过你千万不要认为女人喜欢有钱的男人是一种浅薄的“时代病”，事实上，女人喜欢有钱的男人是天经地义的事，它和男人为什么最迷恋那些腰臀比例为0.7左右的女人基本上是一个道理。对于这两种现象，科学家给出的解释是：男人之所以迷恋那些腰臀比例为0.7左右的女人，是因为基因在作祟，他们的基因会对他们说：这样的女人生育能力很强；而女人之所以喜欢有钱的男人，同样是基因在作祟，她们的基因会对她们说：和这样的男人一起繁衍后代，后代的养育会得到更好的保障。<br>英国哲学家培根把肉体之爱看成是精神十分贫乏和意志薄弱的表现，他说：“可以看到，在所有伟大的和受尊敬的人物中，没有一个人会疯狂地沉湎于情欲：这说明伟大的智慧和伟大的事业确实不会容许这种为弱者所特有的激情发展起来。”<br>对于培根的上述观点，瓦西列夫在他的著作《情爱论》中予以了驳斥，他说：“在意志力坚强、精神力强大的伟大人物身上，性本能通常也是高度发展的。一个人的创造性活动同他的爱的能力，同他深切地体验到肉体和精神的这种渴求的能力往往是联系在一起的。歌德、拜伦、普希金、巴尔扎克、雨果、裴多菲等人的生活和创作就是例证。”<br>在我的书架上有一本名为《名人隐私录》的书，作者是美国作家欧文·华莱士，这本书的英文名是《The Intimate Sex Lives of Famous People》，所以如果将这本书的书名译为《名人性爱隐私录》似乎更合适一些。在这本将近八百页的书中，作者记录了几百位男女名人的性爱隐私，这些名人中有作家、画家、政治家、歌星、演员等等，其中绝大多数都是在某种程度上改变了这个世界的伟大人物。这些伟大人物的性爱隐私印证了这样一个规律：一个人所能取得的成就的大小和他的性欲旺盛程度基本上是成正比的。<br>接下来我们一起探讨一下如何让性欲变成一种可以帮助我们战胜拖延症的动力。<br>叔本华曾说：“你只能做你想做的，但不能要你想要的。”在我看来，这是极具人生智慧的一句话。<br>如果一个人一味地追求自己想要的，他十有八九会死得很难看（举个例子，很多没钱的男人最想要的就是声色犬马的放荡生活，但如果他们将绝大多数精力都用在这件事上，那他们就会成为老罗所说的那种人类能想到的最愚蠢的组合体：花花公子+没有钱）；而如果一个人坚持做自己想做的，一旦他做成了，他想要的那一切会不请自来。很多人都明白这个道理，他们以这样一种方式将自己的性欲转化成个人奋斗的动力。<br>我回顾我自己以往的经历，我发现很多时候，我之所以会不断拖延，就是因为我只想着要自己想要的，然后为此急功近利地去做一些我打心眼儿里不喜欢做的事，结果越做越烦，并因此成为拖延症患者。而当我在做我打心眼儿里最想做的事的时候，我会干劲十足，我会高度自觉地去完成每日工作计划，新想法和新创意会源源不断地涌进我的大脑。拖延？我恨不得夜以继日地拼尽全力呢。<br>顺便说一嘴，当你将性欲转化成个人奋斗动力时，不要过度压抑你的性欲，因为正如瓦西列夫所说的那样：“大量研究材料表明，长期节制‘下流’的性生活会使人智力停滞，精神受到创伤，如果再有其他因素，就会引起神经官能症及其他神经心理病症。”<br><br>（摘自《7天治愈拖延症》，这本书最近出了纸质版，但这篇文章未被收入）<br></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201311198520105</comments>\r\n    <slash:comments>25</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/121870050201311198520105</guid>\r\n    <pubDate>Thu, 19 Dec 2013 08:05:20 +0800</pubDate>\r\n    <dcterms:modified>2013-12-20T14:23:49+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[洗碗是爱情的死敌]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020137126415541</link>\r\n    <description><![CDATA[<div>我母亲总嫌宝宝吃得少，总是皱着眉跟宝宝说多吃点，她这可能是为了补偿她心里“内在的小孩”，就像她跟我说她小时经常挨饿，跟我说那滋味有多难受……<br><br>我总是对着宝宝笑啊笑，生怕他不开心，我这可能同样也是为了补偿我心里“内在的小孩”，因为我小时的记忆里只有我父亲暴戾的神情，或是那种没有一丝感情的神情，而我母亲的脸上则总是充满了焦虑或怨恨……<br><br>也就是说，我母亲希望宝宝多吃点，我生怕宝宝不开心所以总是对着他笑啊笑，这些可能都只是爱的表象。就像有时我看着宝宝无敌可爱萌的笑容，我会在心里对他说：“只是因为你笑的样子，爸爸愿意为你做任何事。哪怕为你而死，爸爸也愿意。”只是随后我又想，我这其实只是瞬间的感动而已。<br><br>仅靠这种心血来潮式的瞬间感动是无法让宝宝快快乐乐长大成人的。<br><br>宝宝真正需要的，不是这种瞬间的感动，而是真正的爱和付出。<br><br>我估计很多父亲心里都有过这种瞬间的感动，然后把自己感动得一塌糊涂，并因此觉得自己是一个伟大的父亲，觉得自己为孩子付出了太多太多。哪怕他远未承担起做父亲的责任，但只因这瞬间的感动，就觉得孩子欠他的永远都还不完。<br><br>在情天欲海里，有很多痴男怨女，同样也有过类似的瞬间的感动，也偶尔觉得自己可以为对方而死。一旦发觉对方并不买账，他们会一脸哀怨地对对方说：“对你付出了那么多，你怎么舍得我难过？”还有一些更狠的人，他们会选择用硫酸或菜刀来表达自己的爱。<br><br>在我很年轻时，我最向往的是那种轰轰烈烈的爱情。只是后来我渐渐发现，很多轰轰烈烈的爱情很快都输给了像洗碗这样的小事。<br><br>现在的我，愈发觉得“爱情”和“爱”其实是两码事。这两年我经常会有这样一种想法：就本质而言，女人都是神经病，男人都是色情狂。所谓爱情，就是神经病和色情狂在一起纠缠肉搏，互相欺骗，互相利用，互相温暖，互相伤害。造物主他老人家到底有多恨人类呢？<br><br>除了上面这种残酷且盲目的爱情，还有一种徒有虚名的爱情，一种可以被称为现代宗教的爱情，一种具有“社会压迫工具”功能的爱情。这种爱情可以不停刺激年轻人的消费欲，让年轻人主动选择统治阶层为他们设计好的程式化生活。<br><br>虽然我把爱情说得挺恶心的，但我依旧认为爱情是人世间最好玩的事。<br><br>爱情很多时候只是源于生理冲动，而爱却是知的极致，是无尽的宽容，是“近乎于滥情的悲悯”……<br><br>只是人为什么会去爱？归根到底，还是为了让自己快乐。孔子的学生颜回为什么箪食瓢饮在陋巷？耶稣为什么心甘情愿被钉在十字架上？高僧为什么年复一年面壁苦修？因为做这些事能让他们感到快乐。<br><br>人无论做什么，都是为了让自己快乐，甚至连自杀也不例外。<br></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020137126415541</comments>\r\n    <slash:comments>15</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/12187005020137126415541</guid>\r\n    <pubDate>Mon, 12 Aug 2013 18:41:55 +0800</pubDate>\r\n    <dcterms:modified>2013-08-13T08:07:13+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[好女人得到好评，坏女人得到一切]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502013679287987</link>\r\n    <description><![CDATA[<div>我的一个豆友在看了恩格斯的《家庭、私有制和国家的起源》之后这样总结道：在恩格斯他老人家看来，婚姻不过是性交易的一种批发形式。<br>这让我想起了张爱玲曾说过的一句话：老婆其实比情人和妓女贱。<br>另外关于婚姻，伍迪·艾伦也说了一句看似戏谑但却值得玩味的话：免费的性其实是最昂贵的。<br>上述观点中哪一个才是正确的？这是一个见仁见智的问题。<br>可能直到现在依旧有人会这样认为，对于一个在经济上严重依赖于别人的女孩来说，无论她选择结婚，还是选择从事性交易工作，这两者可能没什么区别。<br>我个人觉得这种说法有待商榷，因为在现代社会，一个女孩如果选择从事性交易工作并且做得很好的话，她可以很快就不用在经济上依赖于任何人了，而如果她善于投资理财，那她还有可能实现财务自由。<br>也许有人会说，靠这种工作赚来的钱很脏。关于这种说法，我的看法是这样的：在中国，那些被称为“小姐”的女性性工作者可能是无数家庭的经济支柱，她们可能要承担弟弟妹妹的学费，可能要承担父母的生活费和医药费。就算她们挣钱只是为了自己，她们挣的钱也比贪官们靠贪污搞到手的钱干净一万倍。而且她们也在某种程度上推动了这个国家的经济发展。<br><br>总的来说，对于一个女人来说，生活在现代社会，这既是非常幸运的一件事，同时也是非常残酷的一件事。<br>先说说幸运的一面。有效的现代避孕技术绝对是具有革命性的发明，它让现代女性不用再像以前的大多数女性那样一次接一次地怀孕，除了怀孕什么都干不了。现在好了，受益于有效的现代避孕技术，现代女性也可以走出家门像男人一样工作，像男人一样赚钱，像男人一样实现经济独立乃至财务自由，进而更自由地去爱，去生活。当然，现代社会给予女性的好处肯定不仅限于有效的现代避孕技术，但正因为它使得现代女性有了走出家门工作的机会，现代女性才有了争取一系列社会权利的机会，这是一个连锁反应。<br>再说说残酷的一面，现代女性走出家门开始工作后，她们会发现，现在很多公司都是把女的当男的用，把男的当畜生用，把畜生当领导用。很多女孩在公司里工作的时候要跟男人竞争，如果总是在竞争中落后，她们就有可能被领导骂，还有可能失业。她们中的很多人在上下班的时候可能需要挤公交或挤地铁。那些公交和地铁在上下班高峰期有多挤你知道吗？据说它们不仅能把怀孕的女孩给挤流产了，还有可能把没怀孕的女孩给挤怀孕了。很多女孩下班回到家之后一照镜子，会觉得自己看上去就像是一个失魂落魄的女疯子。<br>说到这儿我想起了某人编的这样一个段子：“毕业工作难寻觅，文理都已不景气。富家子弟出国去，女同学们靠身体。”我把它转发到了我的微博上，有一个女孩这样评论道：“除了最后一点作为女同学完全不能认同，前三点全中。”而我给她的回复则是：“其实靠身体也不一定都是跟‘潜规则’有关，也可以理解为靠身体疲于奔命地去工作，那感觉有点像：小姐的身子，丫鬟的命……”<br>的确，在现在的中国，大学生毕业后工作很难找，女大学生毕业后工作更难找。据某机构调查，中国女大学生普遍求职难。于是一些女大学生会像美国某作家所说的那样，她们之所以假装性高潮，只是为了得到一份工作。所以我们会听到另外一些女孩发“门门功课都得A，不如人家一对C”等诸如此类的牢骚。其实也没有必要发这样的牢骚了，因为对于一个很年轻、很年轻的女孩来说，她的身体本身就是一件武器，而她的床则可能变成一个战场。<br><br>有些女孩会这样利用自己的身体，即让自己的身体变得像一只肉鸡一样被别人圈养起来，还有一些女孩则利用自己的身体赢得足够的资本，然后全力活出一个真我。这是她们自己的选择，每个女孩都有权利选择自己的活法儿。但总的来说，做一只肉鸡的感觉肯定不如活出一个真我的感觉好，因为肉鸡永远无法自己主宰自己的命运，只能任人宰割。<br>是什么使得有些女孩活得就像一只肉鸡，又是什么使得某些女孩可以活出一个真我？这是一个问题。<br>很多年轻的女孩可能一无所有，她们拥有的只是自己年轻的身体。在豆瓣上曾看到一个女孩说了这么一句话：“最聪明的猎人往往以猎物的姿态出现”。很多女孩可能在没步入社会之前就明白了这个策略，而当她们身体力行这一策略的时候，她们就成了某些人眼中的坏女人。<br>关于坏女人，女性学者邓艳珍曾写过一篇很有趣的文章。在邓艳珍看来，坏女人的生活方式看似是一种“异类的生存状态”，但实际上它是“一种高明的经营方式”。而邓艳珍对于所谓的“好女人”的定义则是：“好女人是男性霸权世界利益分配机制和原动力的产物，淑女、贞女、烈女便是好女人的具体表现形式”。在传统社会中，女人如果想要获得社会财富和社会地位，除了靠各种自我牺牲进而成为男人眼中的“好女人”之外，几乎没有更好的途径了。随后邓艳珍进一步分析道：“然而，残酷的现实是，做传统的好女人，实在是成本太高，成功的机遇太少，过程太长，这跟女性天生红颜易老相矛盾……聪明的女人倒看透了这一点，于是舍弃装腔作势、扭捏作态那一套，离弃对男性群体的依榜和男性安排的秩序，直取具体男人，直接引爆男人对女人肉体的急切占有，从而挑战两性世界既定的利益分配体制，颠覆现实的价值观，以坏女人的形象吸引男人眼球，进而在另一个利益分配流程上大快朵颐，大获全胜……”<br>随后邓艳珍还举了这样一个例子，著名艺术家艾敏年轻时过着极度贫穷的生活，后来她靠这样两个作品改变了自己的命运：其中第一个作品名为《那些与我睡过觉的人》，该作品是一顶帐篷，艾敏在上面绣了和她做过爱的一百零二个男人的名字；第二个作品《床》则是一张真正的床，床上摆着这样一些东西：“懒得整理的被子、依稀可见的体液渍印、枕头上模糊的口水痕迹以及裹在被子里乱七八糟的浴巾和丝袜。床边则是用过的避孕套、酒瓶、药盒、脏内裤、卫生巾”。艾敏的第二个作品获得了美国艺术界最具权威的一项大奖，后来那张床据说被人以10万英镑的价格买走了，而艾敏也因此成了一个世界知名的艺术家。<br><br>这颗星球上最有名的坏女人是谁？我相信会有无数人说出这个名字：麦当娜。<br>麦当娜17岁的时候孤身一人离开家乡去纽约闯荡，那天是她第一次乘坐飞机，第一次乘坐出租车。她当时并不知道乘坐出租车去哪里，当时她的口袋里只有35美元。麦当娜最初居住的那间公寓里爬满了蟑螂，而她的邻居大多数都是酒鬼，整个公寓楼道弥漫着腥臭难闻的味道。那段时期，麦当娜显然没有赚到能够维持温饱的钱，而且也得不到任何帮助。但随后的一切却变得更加糟糕，那时麦当娜连最廉价的公寓都住不起了，于是她只能露宿街头；为了避免饿死，她甚至曾吃过在垃圾桶里找到的食物。<br>至于后来，麦当娜所获得的巨大成功，相信不用我说你也知道。当年露宿街头在垃圾桶里找食物吃的小女孩，现在已经拥有超过5亿美元的巨额资产。<br>某种意义上，麦当娜就是将自己的身体当成武器进而不断前进的，在她前进的道路上，有很多帮助过她的男人，也有很多爱过她的男人，但后来都被她抛弃了。<br>麦当娜总是会像丢垃圾一样抛弃那些对她来说不再有利用价值的男人，哪怕她曾经深爱过他们。这并不意味着麦当娜冷酷无情、没心没肺，因为如果她想继续前进，并且变得越来越强大，就必须这样做。被麦当娜淘汰的经纪人巴博恩曾这样说道：“麦当娜是一块海绵，她总能把你吸干。一旦你变得没用了，她就会把你一脚踢开，去寻找新的猎物。”<br><br>如果一个女人将自己的身体当成是一件武器，也许有人就会说：这样做等于是将自己的身体“工具化”了。关于这一点，台湾女性学者何春蕤曾这样剖析道：“……‘女性身体的工具化’听起来是个令人气愤填膺的说法，但是，工具化有它另一面的解放意义需要我们去开发扩散。例如，身体不再是家族血脉所寄，而被视为可以切割出卖的东西时，女人才会肯外出工作出卖劳力或脑力，而在其中形成独立自主的物质基础；身体（性）不再是女人生命价值之所寄，而被视为可以由主体决定如何使用的东西时，女人才不会因为身体的一时闪失或暂时交付，而觉得必须和某个男人厮守一生或者活在一生的羞愧中……”<br>德国著名导演法斯宾德年轻时很穷，为了赚钱进而完成导演专业的学业，他曾经做过男妓，他这样做是不是等于将自己的身体工具化了呢？<br>那些为了某项工作而出生入死的男人，如果他们只是表面上为了所谓的“光荣使命”，但实际上只是为了谋求社会财富和社会地位，他们这样做是不是也等于将自己的身体工具化了呢？<br>还有那些为了应酬几乎天天都要陪别人喝酒的中国男人，他们喝坏了肝，喝坏了胃，甚至喝得连自己的小弟弟都不太好用了，他们的身体是不是也已经工具化了呢？<br>男人可以将自己的身体工具化，女人当然也可以这样干了。<br>如果一个女人将自己的身体工具化是一个主动选择的结果，而不是被工具化，那她的这一选择也可能成为实现精神独立和财务自由的一条路径。<br><br>有些女人天生就拥有如女王般的身体，但她们却活得就像肉鸡一样，只能任由社会宰割。由此可见，对于一个女人来说，身体是很强大的武器，而比身体更强大的武器是思想。正如那句著名的电影台词所说的那样，思想是刀枪不入的。<br>尤其是坏女人的思想，它能让一个女人拥有越来越强大的气场，直至拥有女王气场。<br>在那部多年前曾烂大街的电视剧《奋斗》中，有这样一句台词我一直记得：“坏事就是你怎么忘也忘不了的事。”<br>其实坏女人也是一样，在我看来，坏女人就是男人死都忘不了的那些女人。<br>当然，这里所说的坏女人的“坏”不是违法犯罪，更多的只是离经叛道，特立独行；或者就是不想自欺欺人，只想活出一个宁静超然、无忧无惧的真我；稍微狠一点的就是很会耍手段，善于表演、布局、勾魂和偷心。<br>其实一个女人只要足够勇敢，并且对自己绝对诚实，她的性魅力和气场就会直线上升。而一个性魅力和气场都很大的女人，其私生活必然丰富多彩，而她也会因此成为某些人眼中的坏女人，由此可见，这种敌视的背后隐藏的其实是我们常说的羡慕嫉妒恨。<br><br>女人有这样一种天生的优势，即她们拥有与生俱来的沟通能力和社交能力，她们更擅长处理各种人际关系，这是一种基因本能。因为在原始社会，当时人类是群居的，男人们整天都要外出打猎，他们在打猎的时候很少说话，因为这会把猎物吓跑的，所以男人的沉默是生存的需要；而女人们则留在洞穴里，她们会说很多话，想办法和周围的人建立很亲密的关系，这同样是生存的需要。你也知道，在现代社会中，沟通能力和社交能力有多重要，从这个角度来看，女人其实比男人更能适应现代社会。<br>如果你很年轻且一无所有，如果你决定做一个坏女人，除了要好好利用你的沟通能力和社交能力之外，你同样需要用好你的头脑和你的心。说到这儿，我想起了在一个ID为“微博的艺术”的微博上曾看到这样一段话：“女性可能有一颗高创造力的大脑，唯一的缺憾是女人常受困于自身的‘繁殖本能’，容易纠缠在‘狭小’的格局里。女人们如果拥有了更广泛的兴趣爱好与知识结构，她们取得成绩就易如反掌，偶尔一个极聪明的女性有时能抵得上好几个男性。女人真的智慧起来男人摸不到边……”<br>聪明的头脑当然很重要，但更重要的是你的心的格局。一个女人如果拥有很聪明的头脑，但她的心的格局却很狭小，那她就有可能越活越纠结，或者是越活越痛苦。<br>如何拥有一颗大格局的心？你可以多读一些拥有一颗大格局的心的人写的书，多结交一些拥有一颗大格局的心的人，主动地去多经历一些事儿……<br>总之，你一定不能完全屈从于你身上的“繁殖本能”，因为那是一种动物性本能，而你是一个人。<br><br>只要你稍微观察一下你身边的世界，你就会发现好人大多都没什么好报，尤其是那些所谓的好女人，她们中的很多人都在过着无聊无趣的生活，而那些有能力、有资本帮助你不断前进的男人十有八九都不是什么好男人。<br>另外你还会发现，很多所谓的坏女人偶尔好一下可能马上就会魅力倍增，而很多所谓的好女人偶尔坏一下则可能立刻形象全毁。<br>其实在这个世界上，很多所谓的坏女人反倒更有真性情，更有勇气、活力和创造力，她们敢于打破世俗常规，她们善于运用各种手段，所以她们更有可能成为情场和职场里的女王，更有可能实现精神独立和财务自由，进而可以泡有趣的男人，过有趣的生活。而很多所谓的好女人则过着自欺欺人的生活，因为伪善、软弱且枯燥无趣的性格，使得她们不得不面对这样一种无解的困境：她们离了男人就活不了，而男人却觉得和她们一起生活还不如去死。<br><br>（本文摘自博主新书《论文艺女青年如何培养女王气场》，长江文艺出版社2013年7月出版）</div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502013679287987</comments>\r\n    <slash:comments>70</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/1218700502013679287987</guid>\r\n    <pubDate>Sun, 7 Jul 2013 21:28:07 +0800</pubDate>\r\n    <dcterms:modified>2013-07-07T22:07:13+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[只有自由相爱时的吉光片羽是真的]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020135193049859</link>\r\n    <description><![CDATA[<div>在网上经常会看到一些奔三的女人装萝莉，但看到真正的萝莉为了爱而做一些她们当初曾做过的、或是当初想做却不敢做的蠢事的时候，她们要么变得道德感特强烈，要么变得极其恶毒且苛刻。<br>某种意义上，上述两种面目其实是一枚硬币的前后两面。<br>有一天，她们可能会发现，那些为爱而做的蠢事是她们此生最美的记忆……<br>什么都是假的，只有自由相爱时的吉光片羽是真的。<br>很多女孩直到分手的那一天才发现，原来自己是用一公升的眼泪换得了对方一公升的精液……<br>开个玩笑啊，我相信她们从那些最终分手的爱情中还是能得到其他东西的，例如上文所说的那些吉光片羽，例如心智的成长……<br><br>一位美国作家曾写过一本书，书名大概是《那些人生中最重要的道理我在幼稚园里都学过了》，因为书名很长，记得不太准确，大意如此吧。<br>在幼稚园里的确能学到很多人生中最重要的道理。只是对于年轻女孩来说，恋爱是一所大学。因为恋爱使人进步。因为恋爱是一场心的革命。在恋爱中你能不断成长，渐渐进化成一个内心强大的女王。<br>弗洛伊德曾说：“在某一类情况下，爱无非是性本能以直接的性满足为目的的对象性情感贯注。当目的达到后，这种情感贯注便消失了。这就是人们所说的普通的、感性的爱。”<br>除了这种普通的、感性的爱，还有另外一种很特别的爱，这种爱更深刻、更深沉，这种爱会让你变得更勇敢，对自己更诚实。<br>或者我们也可能这样说，这种爱其实是一种爱的能力。<br><br>一个女人要爱过多少男人，才能变成一个女王？答案在风中飘……<br>这个问题肯定是因人而异，没有标准答案的。有人说一个女人至少要跟几十个男人恋爱过，才能修炼出魅力和气场。<br>这听上去有些夸张，但女人的确只有多恋爱几次才能真正成长。当然，前提是你没有因为曾受过伤害就封闭了你的心。<br>另外多恋爱几次，你看男人的眼光也会变得更准一些，相对更容易认清谁才是你的真命天子，进而将其泡到手。<br><br>想一想，人类成年以后，其内心都有丑陋肮脏的一面。人类都是虚荣懦弱且患得患失的，可一旦身陷爱情之中，原本那么自私的人类，却可以为了爱，去做一些看上去很高尚甚至可以称之为伟大的事。<br>爱情能让一个人变得更有趣，更强大，更有人格魅力。<br>当然，肯定也有人会说爱情会让一个人变得更无趣，更怯懦，直至魅力全无。说到这儿我想起了辜鸿铭曾写过这样一首小诗：“当初你不爱我，你的声音是那么甜美，你的眼里充满了笑意，你的双手纤细温柔。后来你爱上了我，你的声音变得苦涩，你的眼里充满了泪水，你的双手僵硬干涸。这是多么的令人悲伤，因为爱使你变得不再可爱。”<br>为什么爱有可能会让一个女人变得不再可爱？我想这可能是因为这个女人本来就是一个很无趣且不够独立的人，因为缺乏安全感和归属感，所以她想以“爱”的名义控制、苛求、榨取对方，而其手段则可能是哭和闹，甚至还会假装寻死觅活，当她这样做了，她自然会变得不再可爱。但问题的实质就是，这个女人的爱并不是真正的爱，而是一种徒有虚名的爱。<br>真正的爱不会让一个女人变得不再可爱，只有徒有虚名的爱才会让一个女人变得不再可爱。<br><br>当然，你还需要了解男人的本性，即使你的爱是真正的爱，即使这爱已经让你变得更可爱，你深爱的他依旧有可能对你负心。<br>因为男人这动物的基因设置决定了他们的身心不可能同时且长久地忠诚于一个女人，男人至多也就能做到长久地迷恋一个女人，或是因为和一个女人的爱情变成了难舍的亲情和友情所以长相厮守。<br>男人会长久迷恋什么样的女人？说到这儿想起木心说过的一句话：“偏偏是你的薄情，使我回味无尽。”这就是男人，男人只会长久迷恋那些永远无法真正追到手的女人。<br>当然，你也可以换一个思路，即为什么非要被男人这动物迷恋呢？那感觉就像不怕贼偷就怕被贼惦记着。<br>总想着如何取悦男人，结果却委屈了自己，把自己的人生搞得很无趣，并因此老得飞快。所以与其花心思取悦男人，还不如把心思花在如何让自己的生活变得更有趣这件事上。如果你因此变成了一个有趣的女人，那些好玩的人、事、物自然会被你吸引过来，例如能让你整个人宛如新生的的爱情，例如可以持续一生的友情，例如可以来去自由的生活。<br><br><br>（本文摘自博主新书《论文艺女青年如何培养女王气场》,此前在豆瓣阅读上架的同名电子书是本书的一小部分内容，大概3万字，而此次由长江文艺出版社出版的纸质版全书有8万多字 ）<br></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020135193049859</comments>\r\n    <slash:comments>3</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/12187005020135193049859</guid>\r\n    <pubDate>Wed, 19 Jun 2013 15:00:49 +0800</pubDate>\r\n    <dcterms:modified>2013-06-20T14:37:38+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[痴情是一种心理疾病]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020130623013977</link>\r\n    <description><![CDATA[<div>这几天读胡适写的《中国禅学之发展》，胡适在讲解印度禅的方法时，他说印度禅的第二个法门是\"不净观\"。随后胡适这样解释道：\"所谓'不净观'，就是用智慧想到一切都不干净。譬如当我们想到某某漂亮的小姐的时候，我们可以想到她身上如何的不洁净，鼻子里都是鼻涕，嘴里都是唾沫，肚子里都是腥血不洁之物；并且到她死后，桃色的脸庞也瘦成白皮夹腮了，乌云般的头发也干枯了，水汪汪的眼睛也陷落了；到了尸体烂了之后，更是怎样的腐臭，怎样的变成骷髅。如此，我们也就不想她了。漂亮的小姐、金钱、地位，都是如是观，自然都会消除净尽。\"<br><br>胡适的这段文字写得还挺生动的，只是在我个人看来，胡适说的这个办法不太管用。<br><br>那种因爱恋而相思的痛苦，我相信你肯定经历过，那是一种求生不得、求死不能的感觉。<br><br>在我很年轻的时候，我也搞不明白为什么爱情会让我痛苦得想要自杀。现在的我，倾向于认为爱情的痛苦主要源于基因设置的诡计。这就好像人类爱情中的很多行为，其实都挺盲目而机械的。例如一个女孩同时被三个男孩追求，一个很英俊，一个很强壮，一个很幽默。最后，这个女孩选择了三个男孩中最有钱的那个。又例如一个男孩对三个女孩有好感，一个很温柔，一个很聪明，一个很有个性。最后，这个男孩决定去追三个女孩中胸最大的那个……<br><br>上面这段话多少有开玩笑的成分。爱情要是真这么简单就好了。<br><br>有时想想，明明是一种混杂着纯真、世故、虚荣、欺骗、自欺、性欲、占有欲、自我牺牲欲、控制欲、表演欲、施虐欲、受虐欲等等等等的复杂情感，却被人类称之为“爱情”……<br><br>还有一些时候，我会认为性欲很纯净，反倒是爱情，有可能变得特肮脏，特残酷。<br><br>只是肮脏残酷的爱情反而可能更迷人，更能让情天欲海中的痴男怨女深陷其中，不能自拔。<br><br>如何让一个男人爱你一生？让他与你经历一次肮脏残酷的爱情，挑逗他，满足他，拒绝他，温暖他，玩弄他，虐待他，给他戴几顶绿帽子，然后无情地抛弃他。这样他就会爱你一生，就像电影《如果爱》中金城武对周迅那样念念不忘。只是，希望自己被某人惦念一生，这事有何意义？只是极度自恋而已。而所谓的痴情，很多时候只是一种心理疾病。<br></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020130623013977</comments>\r\n    <slash:comments>21</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/12187005020130623013977</guid>\r\n    <pubDate>Sun, 6 Jan 2013 14:30:13 +0800</pubDate>\r\n    <dcterms:modified>2013-01-06T14:30:13+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[那些只会性交不会做爱的中国男人]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201232981238387</link>\r\n    <description><![CDATA[<div><SPAN property=\"v:description\"  >　　今天下午读完了娄烨的电影《花》的原著小说，感觉挺唏嘘的。这是一个去法国留学的北京电影学院女教师和一个法国社会最底层的市场搬运工之间的爱情故事，看到这样的题材，估计肯定有很多爱国愤青狂骂本书，或是骂根据这本书改编的同名电影。就好像前一段时间在豆瓣上看到一个帖子，说老外在中国泡妞儿太轻松了，然后列举了一大堆事例，下面也是一堆人疯狂谩骂跟老外轻易上床的中国女人。 <BR>　　说实话，虽然作为一个中国男人，我有时也会嫉妒那些在中国几乎夜夜做新郎的老外，但我肯定不会因此去骂那些跟老外上床的中国女人。 <BR>　　那些看老外在中国夜夜做新郎就狂骂中国女人的人，其实你们也可以去泡外国女人啊，没人拦着你们。 <BR>　　也许有人会这样对我说：废话！你以为我不想泡外国女人吗？你以为外国女人是那么好泡的吗？ <BR>　　外国女人很难泡吗？看外国的电影或小说，好像也没那么难泡啊。只是对于很多中国男人来说，外国女人的确是可望不可即的。 <BR>　　说到这儿我想起了杜拉斯写的《情人》，众所周知，这是一个华裔富二代和法国小女生之间的爱情故事。 <BR>　　我估计现在很多中国富二代去欧美留学时应该也没少泡洋妞儿（关于这一现象的爱情动作片越来越多了）。另外曾看过一篇文章说最近几年，中国工人去非洲工作，搞大了很多非洲少女的肚子…… <BR>　　很多时候，男女问题说白了就是经济问题。我们可以设想一下，如果中国的人均收入是美国的十倍，中国男人去美国泡妞儿肯定会变得比现在容易很多，而美国男人到中国泡妞儿则会比现在难很多。 <BR>　　可惜，这样的设想在未来一百年内可能无法变成现实。 <BR>　　说到这儿我又想起有人在微博上曾对我说，华人男演员去好莱坞拍电影，好莱坞是不会赋予他们扮演的角色以性魅力的。 <BR>　　我想了想，成龙，李连杰，还有前年去美国拍了部《青蜂侠》的周杰伦，还真就是只能在好莱坞电影中傻乎乎地打来打去。 <BR>　　 <BR>　　当然，男女问题肯定不只是经济问题，它同样也是文化问题和本能问题。 <BR>　　看过一个上海女孩儿写的帖子，大意是说跟外国男人上过床之后，才知道什么是“做爱”。 <BR>　　可想而知，这样的帖子肯定会招来一片骂声。只是我们却很难否认这样一个事实：在中国，的确有无数只会性交不会做爱的男人。 <BR>　　为什么会这样？首先这应该是一个文化问题。 <BR>　　在西方，有骑士精神这样一种传统，骑士精神在某种程度上塑造了现代西方的民族性格，而骑士精神是讲究尊重女性甚至崇拜女性的。 <BR>　　而在中国呢，先是孔子说“唯小人与女子难养也”，也许这句话只是孔子作为一个男人发的一句牢骚，但它似乎成了中国古代男人歧视女性的“理论依据”。然后就是“红颜祸水”或“男尊女卑”这样的糟粕思想大行其道。说到这儿我想起前几天听别人说，泰坦尼克号沉没时船上有几个中国男人跟女人和孩子争夺逃命机会，然后成功逃生。对此有西方人给予了“理解”，西方人说在中国，在生死攸关的时刻，男人可以最先逃生，然后才是孩子和女人，因为男人在中国的地位很高。 <BR>　　 <BR>　　关于女性崇拜，在西方有很多这样的神话、传说或故事，即男主人公历尽千辛万苦，冒着生命危险，翻雪山，过大河，斩恶龙，才能赢得某个女人的芳心。 <BR>　　而中国的很多神话、传说或故事，反倒是女主人公历尽千辛万苦，冒着生命危险去追求一个很普通的男人，例如《聊斋》里的很多故事，董永和七仙女的故事，以及《白蛇传》等等。 <BR>　　另外某些女性因天性善良或一种神秘的神性跟很多男人上床（该怎么形容这种神性呢？也许它有些类似于“众生饥渴，我看在眼里，疼在心里”这样一种心理吧），对于这样的女性，在西方肯定也会被一些人骂，但肯定也会有很多人认为她们是如歌德所说的那种可以引领人类前进的“永恒之女性”，给予她们尊重乃至崇拜。而在中国呢，这样的女性估计会被骂死吧。 <BR>　　一种不尊重女性、拼命压制女性本能的文化必然会变得衰弱腐朽，而这样的文化也会让一个男人乃至一个社会变得越来越落后，越来越疲软无力。 <BR>　　说回到《花》这部小说，这个爱情故事写得挺真实的，这本小说的作者完全没有掩饰自己的“贱”（反思了一下，“贱”这个词不太好，因为与“贱”相对的是“贵”，“贱”这个词同样是源于对于女性身体的物化，但因为没有找到其他更合适的词，只能用“贱”这个词了，还好“贱”这个词应该也衍生出一些其他的涵义，例如情欲本能的释放），这可能是因为真爱最大的特征就是让人变得很贱。看过一些女性作者写的三流爱情小说，这些女性作者在恋爱的时候，还是会特要脸，从来不会为爱犯贱，这只能说明她们的爱根本不是真爱，而是虚假的爱。 <BR>　　跟真爱相比，脸算什么呢？所谓爱的勇气，很大程度上就是敢于犯贱的勇气，不敢犯贱的人活该寂寞至死…… <BR>　　当然，人类不是没有真爱就不能活的动物，更何况真爱还有可能把人搞得求生不得、求死不能，所以很多人像逃避自由一样逃避真爱。这是个人选择问题，无论如何选择都无可厚非。只是敢于追求自由和真爱的人可能会活得更精彩一些，更尽兴一些。 <BR>　　上文已经说过了，《花》这部小说讲述了一个去法国留学的北京电影学院女教师和一个法国社会最底层的市场搬运工之间的爱情故事。这个名叫马蒂欧的市场搬运工来自法国农村，按中国人的说法，他是一个“农民工”。只是在法国没有这样一种说法，因为法国没有中国那种臭名昭著的户籍制度，所以马蒂欧应该算是一个法国蓝领工人吧。 <BR>　　这个马蒂欧小学没毕业，在巴黎的一个市场从事重体力工作；而书中的“我”，一个名叫花的中国女人则是北京电影学院的教师，在法国攻读一种被一些人称为“预备博士”的电影DEA学位。 <BR>　　两个人属于完全不同的两个阶层。你可以想象一下，假如在中国，一个被称为“农民工”的年轻男人追求一个北京电影学院教师，这样的事会被如何看待？ <BR>　　这是我很欣赏书中的那个名叫花的中国女人的一个原因，她是在用一颗开放的心去爱，她的爱跨越了国界、种族和阶层。 <BR>　　当然花之所以会爱上马蒂欧，同样也是因为后者有可爱之处，首先后者拥有一张如天使般漂亮的脸（娄烨在同名电影中找的那个扮演马蒂欧的男演员的脸明显不够天使），其次这家伙的老二貌似很粗很大。这两个可爱之处算是先天的优势吧，这两种优势可以刺激女性的爱欲本能。 <BR>　　马蒂欧后天的优势有什么呢？虽然这家伙身处法国社会最底层，但在某种程度上，他身上有西方男人特有的绅士精神，西方男人的绅士精神是骑士精神的一种演变。何谓绅士？最常听到的定义是这句戏谑之语：所谓绅士，就是有耐心的狼。这句虽是戏谑之语，但也有值得反思之处，即想成为绅士，就要同时拥有耐心和狼性。 <BR>　　先说说耐心，在爱情世界里，很多时候，男女之间的性和爱都不太合拍。例如在性交时，女人可能刚刚感觉有点爽，男人却在一哆嗦之后完事儿了。又例如恋爱时，男人猛烈追求女人，女人最初可能会表现得矜持且谨慎，后来女人彻底深陷爱情之中，男人可能已经准备变心了。也许你会问，这跟耐心有什么关系呢？是这样的，如果一个男人是有耐心的绅士，他在性交时会充分尊重对方的感受，该温柔缓慢时温柔缓慢，该野蛮快速时野蛮快速，与此同时做足前戏和后戏，充满耐心地慢慢点燃女性慢热的身体，这样的性交就不是单纯的性交了，它可以称之为“做爱”了。而在恋爱的时候，有耐心的绅士会不断地向女人献殷勤。向女人不断献殷勤是西方骑士精神的传统，也是现代绅士的拿手好戏。顺便说一嘴，在西方社会，男女离婚后，男人向女人长期支付赡养费，这应该也是绅士精神的一种体现。从这个角度来看，中国的《婚姻法》貌似很缺乏绅士精神。 <BR>　　说过了耐心，再说说狼性。绅士精神中的狼性，其源头应该是骑士精神中的尚武精神。这种尚武精神虽然有其野蛮的一面，但也有着这样一些具有理想主义色彩的原则：保护弱小和无助的人，勇敢地对抗强暴和邪恶，尊重女性，绝不伤害任何女性等等。 <BR>　　胡适在他1926年记的一篇日记中曾记述了孟真写给他的一封长信中的这样一段话：“我方到欧洲时，是欣赏他的文明。现在却觉得学欧洲人的文明，甚易学而不足贵；学欧洲人的野蛮，甚难学而大可贵。一旦学得其野蛮，其文明自来；不得，文明不来。”胡适说“此话甚透辟”，这段话的确很值得玩味。 <BR>　　我想孟真所说的“欧洲人的野蛮”和西方骑士精神传统多少有些关系吧。 <BR>　　另外西方人具有理想主义色彩的尚武精神会使得西方男人更热衷于体育锻炼，努力锻炼出健美的身体，一方面是为了更有力地参与社会竞争，另一方面也是为了吸引、取悦女性。反观中国男性，尚武精神基本上丧失殆尽，大多数中国男人对锻炼健美的身体进而吸引女性这件事没什么兴趣，他们觉得只要自己有权或有钱就可以吸引女性。男性缺乏体育锻炼，整个人会缺乏热情和活力，缺乏最纯粹的性魅力，与此同时，其性能力可能也会在中年之后急速衰弱，甚至早早失去性能力。 <BR>　　在中国，有很多男人，除了床上运动之外，几乎什么运动都不做，这也使得他们在做床上运动的时候越来越力不从心。 <BR>　　说回到《花》这部小说的男主人公马蒂欧，这家伙有着近乎于无赖的性格，但正如上文所述，在某种程度上，他身上有西方男人特有的绅士精神，我想这应该也是女主人公花会一度爱他爱得死去活来的一个原因。 <BR>　　另外马蒂欧这家伙在追女人时从来不会吝惜自己的甜言蜜语，他会喋喋不休地对女人说那种在旁人听来近乎于肉麻的情话，不停赞美对方，而大多数中国男人都不善此道。 <BR>　　女人是这个星球上最需要赞美的动物，尤其是在床上。大多数女人都对自己的身材缺乏自信，举一个例子，拥有全球最美臀部的詹妮弗·洛佩兹曾自曝她更喜欢关灯做爱，因为她同样对自己的身材缺乏自信。 <BR>　　在床上，男人的赞美不仅能让女人变得更自信、更妩媚，也能让女人变得更动情，进而分泌出更多的阴道润滑液…… <BR>　　在21世纪的今天，西方男人的人均收入比中国男人高很多，这无疑是西方男人更抢手的主要原因之一。但另一方面，但西方男人更“狡猾”，他们知道女人更喜欢被如何对待，更喜欢听到怎样的赞美，更想要什么样的性和爱。 <BR>　　在我上学的时候，我被青春期特有的旺盛性欲折磨得生不如死的，那时我误以为女孩儿和男孩儿一样，也是满脑袋想的都是性，这让我一度在追女孩儿时屡战屡败（当然，这肯定也跟我长得不帅、个儿也不高有很大关系）。后来我渐渐明白，女孩儿更想要的是爱，准确地说是被爱。女孩儿的性欲远没有男孩儿那么强烈，但很多善良且聪明的女孩儿还是会用性来取悦男孩儿，而很多男孩儿却不会用爱来取悦女孩儿。现在看来，这不仅是一种自私的表现，同样也是一种愚蠢的表现。 <BR></SPAN><WBR></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201232981238387</comments>\r\n    <slash:comments>482</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/121870050201232981238387</guid>\r\n    <pubDate>Sun, 29 Apr 2012 20:12:38 +0800</pubDate>\r\n    <dcterms:modified>2012-04-30T22:23:58+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[《黄金大劫案》：一般一般，内地第二第三]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020123258254414</link>\r\n    <description><![CDATA[<div><SPAN property=\"v:description\"  >　　今天冒着大雨去看了期待已久的《黄金大劫案》，看完后比较失望。为什么会失望呢？大致有这样两个原因： <BR>　　 <BR>　　首先是故事情节太粗制滥造了。宁浩上两部公映的电影的故事情节还挺精巧的，而这部《黄金大劫案》的很多情节倒是在意料之外，但也在情理之外。尤其是电影的后半部分，有些情节完全就是胡乱意淫。 <BR>　　 <BR>　　其次就是宁浩在这部电影里竟然也开始贩卖起民族主义了。在我看来，在21世纪的今天，在电影中贩卖民族主义是很卑劣的一件事。当然，这只是我个人的看法。每个人都可以卑劣行事，只要承担后果就可以了。而且在中国，贩卖民族主义还常常能让一个人名利双收，甚至成为所谓的“国师”。关于所谓的“抗日题材电影”，我最喜欢的是姜文的《鬼子来了》，这部电影彻底超越了民族主义，没有一丁点意淫的成分，它剖析了这个民族最隐秘、最致命的劣根和病灶，可惜这部电影在内地被禁了。作为宁浩的影迷，我当然不希望宁浩继《无人区》之后再拍一部禁片。只是宁浩这次的转向转得太“惊人”了，使得这部《黄金大劫案》竟然隐隐有些“伟光正”的味道了。 <BR>　　 <BR>　　这两年内地电影市场越来越好，所谓的第五代导演和第六代导演现在基本上都专心在内地电影市场捞钱了，有这样的想法很正常，完全可以理解。只是众所周知，现在的内地电影市场很畸形，套用一位豆友的比喻，内地电影导演可能同样不得不被3P，即“嘴里含着市场的睾丸，肛门上横着政治的阴茎”。 <BR>　　 <BR>　　宁浩算是第七代导演？貌似第七代导演在内地还很不成气候。 <BR>　　 <BR>　　原来喜欢看宁浩的电影，原因非常简单，因为他拍的电影很好玩。 <BR>　　 <BR>　　前一段时间读杨宪益访谈集，一位访问者发现杨宪益总是把“好玩”这个词挂在嘴边，杨宪益对于一件事物的最高评价就是好玩。 <BR>　　 <BR>　　宁浩的喜剧电影好玩吗？一般一般，内地第二第三吧。没办法，好玩的内地电影导演太少了。宁浩的这部《黄金大劫案》虽然拍得挺失败的，但比《举起手来》等诸如此类的纯意淫电影肯定还是好看一万倍左右的。 <BR>　　 <BR>　　如果你问我谁是我心目中内地最好玩的喜剧电影导演，其实答案就在本文中。 <BR></SPAN><WBR></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020123258254414</comments>\r\n    <slash:comments>9</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/12187005020123258254414</guid>\r\n    <pubDate>Wed, 25 Apr 2012 08:02:54 +0800</pubDate>\r\n    <dcterms:modified>2012-04-25T08:02:54+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[合餐制相当于你和每位同桌就餐者都舌吻了]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201212254226361</link>\r\n    <description><![CDATA[<div>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >刚才看到我的一个同学在微博上说跟一群领导去某饭店吃饭，桌上有一道该饭店的招牌菜，因为其他人都是我同学的领导，所以餐桌转第一圈时，他没动那道菜。等转到第二圈，我同学发现那道菜就剩点菜渣儿了。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >我同学说的这事儿让我想起我今天上午在思考的一个问题：最近几个月，无论什么东西到了我的宝宝眼前，他是能塞进嘴里的就塞进嘴里，不能塞进嘴里的就用小舌头舔啊舔。我想简单研究一下口欲期，于是看了一篇相关的长文，其大意就是无数中国人都会出现“口欲期固结”的状况，进而从小到老都无法摆脱口欲期人格，此种人格最典型特征就是爱无能，贪吃，无独立人格，喜欢不停地<SPAN lang=\"EN-US\" >“</SPAN>占有<SPAN lang=\"EN-US\" >”</SPAN>和<SPAN lang=\"EN-US\" >“</SPAN>掠夺<SPAN lang=\"EN-US\" >”……</SPAN></SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >如此说来，我同学的那群领导中的一些人可能都还没有摆脱口欲期人格。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >而这也让我开始思考中国人的饭桌上存在着怎样一种不平等。众所周知，中国人吃饭是合餐制。在合餐制的饭桌上，不平等是显而易见的，在这样的饭桌上，大家表面上看似客客气气，但事实却是：谁的权力更大，谁的地位更高，谁就可以更肆意地多吃多占。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >从这个角度来看，中国人的合餐制饭桌应该也这个国家所有不平等现象的起源之一呢。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >说到这儿我又想起在中国，有些地方还存在着这样一种特别落后的陋习：家里如果来了很多客人，吃饭时，女人和孩子是不能上桌的。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >当然，还有一些中国家庭的合餐制餐桌上，孩子拥有着如“小皇帝”般的地位，他们看到自己喜欢吃的菜就猛吃，结果养成了偏食的坏习惯。另外还有很多“小皇帝”在合餐制的饭桌上总是吃得过饱，把自己吃成了肥胖儿，其中有些孩子甚至小小年纪就因此得了糖尿病。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >另外中国的合餐制还有一个显而易见的缺点，那就是不卫生，你想象一下吧：合餐制饭桌上的菜和汤里面，满是大家的口水……<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-bidi-font-size: 10.5pt;\"  >也就是说，</SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-bidi-font-size: 10.5pt; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >合餐制相当于你和每位同桌就餐者都舌吻了</SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-bidi-font-size: 10.5pt;\"  >……</SPAN><SPAN style=\"FONT-FAMILY: 宋体;\"  lang=\"EN-US\" ></SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >这事儿真不能细想，越想越恶心。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >据考证，中国人原来也是分餐制，现在中国的合餐制是从落后的游牧民族那里学来的。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >放眼全球，当今世界的现代民主国家十有八九都是分餐制，而搞合餐制的国家十有八九都尚未步入现代民主国家的行列之中。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >有人说中餐不适合分餐，对于这种观点，一位名叫王晓华的作家这样反驳道：“日本人的食物有许多类似于中餐，可日本人在明治维新后开始全面推广分餐制（使用公共餐具），在聚餐时不使用公共餐具被视为粗野之举。欧美国家的人普遍以分餐的方式吃中餐，这都说明中餐并非与分餐制不共戴天。”<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >从王晓华的上述文字中我们也能得到这样的启发，即如果中国官方大力推广分餐制，告知公众在聚餐时不使用公共餐具的行为是一种粗野之举，那分餐制在中国应该也能较快地普及开来。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >只是中国官方到目前为止似乎无意推广分餐制这种现代就餐制，是担心分餐制的推广会对中国的<SPAN lang=\"EN-US\" >GDP</SPAN>产生巨大的影响？还是因为别的什么原因？这我就不得而知了。反正我已经初步打算在我的宝宝上桌吃饭之前，先将我家的合餐制变成分餐制。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >某种意义上，吃什么和怎么吃，是可以决定一个国家的命运和未来的，对于个人来说同样如此。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201212254226361</comments>\r\n    <slash:comments>11</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/121870050201212254226361</guid>\r\n    <pubDate>Wed, 22 Feb 2012 17:42:26 +0800</pubDate>\r\n    <dcterms:modified>2012-02-22T17:42:26+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[论小三和真爱]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201211484229720</link>\r\n    <description><![CDATA[<div><PRE>忽然在想这样一个问题，假如一个女孩的男朋友被小三抢走了，后来她继续纠缠小三的男朋友，也就是自己的前男友，那她这会儿是不是等于也变成小三了？    </PRE><PRE>对于男人来说也是一样，王菲在《不留》中曾这样唱道：“我把心给了你，身体给了他。”这句歌词是王菲自己写的，你说得到王菲的心的那个男人是小三，还是得到王菲的身体的那个男人是小三？    </PRE><PRE>所以我想，也许在爱情世界里，根本就没有什么小三，只有妄想占有别人的身体和心的痴男怨女。    </PRE><PRE>只是，谁又能占有谁的身体和心呢？退一万步说，就算你真能占有一个人的身体和心，这游戏还会有意思吗？你占有这样一个人，对方极度依赖你，用一种充满奴性的方式深深地“爱”着你，这种感情是非常恐怖的，因为它极有可能吞噬你，毁灭你……    </PRE><PRE>以前我曾说过，万一某人和小三是真爱呢？是不是这就可以被原谅了？后来我意识到，就算是真爱，它也不是什么高尚的概念，它可能只是一种生理反应，即身体在对方信息素的作用下产生的一种化学反应。    </PRE><PRE>再后来，我意识到还有另外一种真爱，这种真爱一方面是基于如兽性般的生理反应，另一方面则基于人性的人文思想，这两者缺一不可。而关于后者，我个人认为它是不断趋近于知与行的极致的一种尝试，因为这样一种尝试，人类才会变得越来越宽容，人类文明才会不断进步。    </PRE><PRE>说到这儿我又想萨特在《存在与虚无》中的这段话：“恋爱者不想像人们占有一个物件那样占有被爱者；他祈求一种特殊类型的化归己有。他想占有一个作为自由的自由。”     </PRE><PRE>在我看来，这段话最接近于我刚才说的另外一种真爱：一方面有基于兽性的占有欲，另一方面又有充满人性意味的美好愿望，即希望对方是“一个作为自由的自由”。    </PRE><PRE>昨天我在微博上说了这样一段话：男求欢，女求爱，了解了这两点，就能基本了解男人和女人这两种截然不同的动物了。欢与爱之间存在着无数矛盾，但如果没有这些矛盾，人类恐怕早就灭绝了。最美妙的欢与爱不会像天上掉馅饼一样掉在你头上哦，因为最美妙的欢与爱是知与行的极致，为此你需要付出巨大的努力哦……    </PRE><PRE>如果一个人彻底沉溺于兽性层面的各种欲望，他心中自然满是痴怨和妄想，这会让他的身心囿于自设的囚笼之中，这是人类痛苦的源泉。说到这儿顺便说一嘴，女人总认为男人的“好色”是一种兽性的欲望，却常常没有意识到自己的“贪爱”也是一种兽性的欲望。    </PRE><PRE>当然，人类无论如何都不能摒弃自己的兽性，否则人类就会灭绝了。正如刘慈欣在《三体》 中所说的那样：“失去人性，失去很多。失去兽性，失去一切。”中国古代的某些“圣人”和统治者倒是联手尝试过让人丧失兽性，但他们更多的是想要被统治者丧失兽性，进而让统治者能够以穷尽想象力的无数种方式来满足自己的各种兽欲。而中国古代的“圣人”和统治者这样做的结果就是，中国这个东方大国一度变得极度孱弱，几乎孱弱到了任人宰割的地步。从这个角度来看，失去兽性，还真是有可能失去一切的。    </PRE><PRE>对于个人来说也是一样，一个人失去兽性同样也会失去一切的，除非他是想真心皈依某种宗教，或者就是彻底看破红尘了。    </PRE><PRE>说回到真爱，我曾说过真爱就是希望自己爱的那个人活得更快乐、更自由，并且为此付出实际行动，除此之外都是虚假的爱。另外我在一篇关于《爱情与灵药》的影评中曾这样写道：爱一个人爱到想让那个人活得更自由的程度，是不是还是希望那个人自由地飞走然后还会飞回来？就算那个人不回来，是不是自己也会获得自我牺牲的快感？    </PRE><PRE>看到这儿，你也许会说，你所说的真爱同样是一种手段，而非目的。你说对了，彻底超越人类自私本性的真爱肯定是不存在的，只有最卑劣的伪善者和野心家才会别有用心地宣扬这种本不存在的“爱”。坦白承认自己的真爱是手段，但却不以这种手段来要挟自己爱的人，或以此强迫对方做自己不愿意做的事，而只是努力让对方能够活得更快乐，更自由。如果有越来越多的人能以这样的态度去爱，去生活，没准儿世界和平就真有希望了。  </PRE></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201211484229720</comments>\r\n    <slash:comments>23</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/121870050201211484229720</guid>\r\n    <pubDate>Tue, 14 Feb 2012 20:42:29 +0800</pubDate>\r\n    <dcterms:modified>2012-02-14T20:43:34+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[关于“大叔”这种动物]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502012020114353198</link>\r\n    <description><![CDATA[<div>亲爱的丁小云先生： <BR>　　时间过去很久，再次给你写信。人越成长，生活里各种问题就一样样来。把烦恼抛给你，因为莫名而来的信任，因为没有人可以诉说 也无法开口诉说。 <BR>　　如所有学生一样，随着毕业季的到来，哗啦啦地投入了找工作的大军，进入了一家公司成了一名小职员，参加工作一年半。 <BR>　　就这样，我认识了我现在的老板，50岁出头，外籍华人，初次见他，他面试我，印象里是个和蔼幽默的老头，很简短的面试，我被录用了。 <BR>　　他第一次约我喝咖啡，聊工作，我什么都没想，欣然前往，他问了我的职业规划，对自己的期待等等。他介绍了公司的情况，介绍了他个人的经历，我觉得还蛮好，老板很可亲，聊得也很好。回来的路上，他说，我这样的女孩，需要被保护起来。临下车，他居然笑着问我，say bye bye的时候，可不可以亲我一下。我愣了，一时间，有两种想法：也许，人家国外待很久，礼节性的？另一种想法当然是不好的，我巧妙地化解过去…… <BR>　　再然后，工作开始扑面而来，工作上，他有向我提要求、也有批评我的时候。在磨合之中度过了半年，期间，他带我见外商、参展、参加公司的聚会…… <BR>　　我也已经不再去思忖那次索吻。 <BR>　　时间到了夏天，他约我谈工作，吃饭、喝咖啡，我现在想想，自己有点后知后觉了，他断断续续地介绍自己的经历、公司、工作、喜好……最后，他企图亲我……我被吓到了，果断拒绝，委婉的，理性的……他很尴尬，他说，你也知道的，我很喜欢你……最后，起身，离开，我要打车离开，他说送我回家，说带我出来了，就要把我安全送回去，路上，他安抚我，向我道歉，让我把这忘了。 <BR>　　从此，开始对他设防，也思考，自己是不是不该再继续在这公司待下去……<BR>　　日子一天一天过，工作中，渐渐有了更多了解，毋庸置疑，可以做一家公司老总的人，个人魅力，不可否认，风度翩翩，工作上严谨，性情上，很大男人很绅士。撇开别的看待我老板，是个非常不错的人。 <BR>　　有时候，他会叫我去听他讲话。我明白，他希望工作伙伴，可以更了解他的脾性、他对事物的要求和标准。他说他喜欢有悟性的、聪明的、有灵性的。他告诉我，他对事对人，还是很有职业性，他说让我以后慢慢验证，他对公司的付出和努力。 <BR>　　他多次让我用公司的政策去买车，说不希望我每天起那么早来上班，有车，感觉会好一些。带我去金茂大厦，试图给我买礼物，我拒绝了；带我去出差，找我谈话、谈工作，谈自己，谈我…… <BR>　　我就这么客气地应对着，躲避着。他说如果我们生在一个年代，他一定会追到我做老婆，对他现在的家庭，他是老黄牛式的贡献型人物，他说爱的预感太明显，而我就在他身边，他说，他很想保护我。 <BR>&nbsp;&nbsp;&nbsp;&nbsp; 他的老婆是他高中时就开始的恋人，他说，他很给她面子，他老婆感觉很良好。但实际上，他在海外的时候，有过短期的情人。在国内，他说他刚回国的时候，很多女人自己想跟他，但他看得中的，屈指可数。他说自己年少时，因格外调皮但又功课很好，在学校是个风云人物，很多漂亮女孩和他玩在一起，他说他18岁开始谈恋爱，他说很多人在看着他和他女朋友能走多久，他硬是把她变成了自己的老婆。而且，至今为止，就一个老婆……<BR>&nbsp;&nbsp;&nbsp;&nbsp; 他说，他是有梦的人……他说，他外面看来，是摆得很正的人，事实上也是摆得比较正的……<BR>&nbsp;&nbsp;&nbsp;&nbsp; 我下面该怎么办？我知道，我应该让自己不同，我的世界，才会不同。<BR>&nbsp;&nbsp;&nbsp;&nbsp; 我害怕这样下去，终于有一天会受不了这人的温情脉脉，万一，也许，日久，会生情呢？ <BR>　 该何去何从很困惑，离开这张大网，重新去找份工作，重新开始？<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; M<BR><BR><BR>------------------------------------------------------------------------------------------------------------------<BR><BR><BR>M你好：<BR>不好意思，收到你的信已经有段时间了，今天才回。回信前再次看完你的信，我就在想，你给我写信其实就是想倾诉一下吧，也许你心里早就已经有答案了。<BR><BR>我始终认为，关于个人情感的问题，问谁都不如问自己的心。但既然已经决定给你写回信，我总得说点什么，那我就简单帮你分析一下老男人这种动物吧。<BR><BR>很多年前，总能听到有人说这句俗语：老牛吃嫩草。但现在，“嫩草”吃“老牛”的情形越来越常见了。现在总能听到一些很年轻的女孩说我只喜欢老男人，不喜欢和自己同龄的年轻男孩，因为后者太不成熟了。<BR><BR>这几年，老男人通常会被称为“大叔”。而且现在由大叔和美少女主演的影视作品也越来越多了，这样的影视作品会让两类人产生角色代替的快感，老男人们会幻想自己“一树梨花压海棠”，小女生们则会幻想“大叔底下好温暖”……<BR><BR>话说年轻女孩更喜欢大叔真的只是因为年轻男孩太不成熟了？从表面上看，这是个情感问题，但实际上，它更有可能是一个经济问题。在很多喜欢大叔的年轻女孩的潜意识里，可能都会有这样的想法：大树底下好乘凉。<BR><BR>前几天我写了这样一个段子：她众里寻他千百度，蓦然回首，那人五十还是处……<BR> <BR>年轻女孩会喜欢这样的大叔吗？答案不言而喻。当然，如此极端的例子肯定很少见。某种意义上，钱越多，性体验就越多。但考虑到男人的性能力会随着年龄的增长不断下降，年轻女孩喜欢的，多半还是那种相对比较有钱且看上去不太花心的大叔。关于女人喜欢有钱的男人这件事，我从来不会对此进行道德评判，我一直都说女人喜欢有钱的男人是天经地义的一件事，这是一种基因的本能，女人需要足够的资源来保证自己的孩子能够健康成长，而有钱的男人能相对更好地做到这一点。<BR><BR>有时想一想，男人为了射一下爽几秒，可谓做尽天下蠢事。女人会为了什么做尽天下蠢事？想来想去，答案有两个：一是为了被爱，二是为了购物……<BR><BR>绝大多数年轻男人总是火急火燎地想跟女孩上床，很多老男人却是一副无欲则刚的样子，这使得他们看上去似乎比年轻人更聪明一些，也让女性觉得他们相对更可靠一些。殊不知，老男人的聪明和可靠可能只是因为他们的荷尔蒙日益衰败，他们的不应期也变得越来越长了……<BR><BR>一个留学日本的朋友跟我说，很多日本大叔在公司里感到很压抑，回家也感到很压抑，于是他们会在上下班的路上放纵一小会儿，在公交车或地铁上骚扰女性，他们就是传说中的电车痴汉。另外我曾经看过一个视频，一位北京大叔在四号线地铁里旁若无人地、还带舞蹈动作地唱《隐形的翅膀》，感觉这个比日本的电车痴汉更荒诞一些……<BR><BR>年轻男人和老男人，谁更蠢一些？因为中国从古到今，话语权基本上都是被老男人把持着，所以老男人认为年轻男人更蠢的看法被广泛传播。在中国，老男人总会这样自吹自擂：我走过的桥比你走的路还长，我吃过的盐比你吃过的米还多。但事实上，我在这个国家见过的很多老男人，他们都蠢得不可救药了，他们同时拥有压迫者的口气和被压迫者的生殖器，他们所谓的“人生智慧”，不过是一些关于如何蝇营狗苟地活得更久的“人生智慧”。<BR><BR>年轻男人的蠢，是一种生机勃勃的蠢；而老男人的蠢，却可能是一种死气沉沉的蠢。<BR><BR>当然，肯定还有少数老男人，他们掌握着财富或权力，他们看上去很聪明的样子。例如你的老板就是这样的老男人，看你的描述，你的老板还挺有绅士精神的。当然，关于绅士，曾有人这样剖析道：所谓绅士就是相对而言更有耐心的狼。<BR><BR>而关于绅士精神，前几天我在微博上说过的这样一段话：对一个被自己约出来的女性说“我可以吻你吗”，很多好男人最喜欢这样问，这反倒是没有绅士精神的一种表现，因为这等于是让女性来承担让情感关系更进一步的责任。真正有绅士精神的坏男人会直接将对方按在墙上一顿强吻，这才是对对方最好的尊重……当然，前提是男人要确定对方对自己至少有点意思……<BR><BR>你的老板先是向你索吻，半年后，他才试图强吻你。从这件事能看出，他的确一头很有耐心的狼。都说老男人陷入情网，就像老房子着了火，但你的老板似乎还挺理智的。但也许在他看来，他和你在一起的那些言行已经是丧失理智的表现了？<BR><BR>关于爱，我一直都认同张爱玲的这句话：“爱就是不问值得不值得”。在我看来，不问值得不值得几乎可以算是检验是否是真爱的唯一标准。当然，就算是真爱，它也不是什么高尚的概念，它可能只是一种生理反应，即身体在对方信息素的作用下产生的一种化学反应。<BR><BR>你说你害怕对这个老男人日久生情，要真是生情了，问题倒也简单了，因为那时你就不会如此纠结，不会不断问自己到底值得不值得了。既然你现在还没有生情，我还是句话，问谁都不如问你的心。顺便说一嘴，无论是在情场还是在职场，都不要太拘泥于世俗道德，我不想跟你说什么被世俗道德拘泥住的人都是庸人等诸如此类的话，只是如果被世俗道德彻底拘泥住了，很容易成为那种只能任由社会宰割的“好女人”倒是真的。<BR><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 丁小云</div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502012020114353198</comments>\r\n    <slash:comments>19</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/1218700502012020114353198</guid>\r\n    <pubDate>Fri, 20 Jan 2012 11:43:53 +0800</pubDate>\r\n    <dcterms:modified>2012-01-20T11:43:53+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[民主是一种生理需要]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201201885921444</link>\r\n    <description><![CDATA[<div><PRE><P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >原来总说“娱乐至死”什么的，其实换个角度来看，娱乐化也是可以推动民主的。假如电视、杂志、报纸这样的媒体可以像它们现在报道娱乐圈和足球圈一样报道政治圈里的那点事儿，那中国想不民主都很难。为什么内地现在有那么多关于微博的管理条例？肯定也有这层原因在里面，你看那些社会各界名人要是上了电视，他们会嬉笑怒骂地畅所欲言吗？就算他们这样做了，编导肯定也会后期加工的。但你看他们中的很多人在微博上都变成了什么样子？这些人整天用戏谑的态度调侃政治，调侃官方意识形态，就像他们调侃影视明星和足球明星一样。虽然他们可能也是一些既得利益者，但他们却要表现出很有良知的样子。我不想说这只是一种表演，因为这同样有可能是基于一种很真诚的直觉，一种要说人话、做人事的直觉。</SPAN><SPAN lang=\"EN-US\" ></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >我反思了一下，我从小到大之所以一看到官方意识形态的东西就反胃，还有这样一个原因，那就是我父亲在家里也会用带有官方意识形态色彩的那一套道德说教来教育我，但他却只能做到言传，却无法做到身教，例如他嘴上说什么要艰苦奋斗，实在上却过着吃喝嫖赌的生活，另外他还有一个上了锁的小抽屉，里面装的全都是他珍藏的录像带，录像带里都是一些欧美爱情动作电影。我记得我上大学时还写过一首诗，大意就是像我父亲这样言行如此分裂的男人真像这个国家呀。</SPAN><SPAN lang=\"EN-US\" ></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >现在我已经可以理解我父亲了，我想他小时候肯定被禁锢得更厉害，所以当他有了点钱之后，他会加倍弥补自己。还好，他完全不具备自我反省能力，否则他肯定会觉得言行如此分裂是极痛苦的一件事。</SPAN><SPAN lang=\"EN-US\" ></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >我父亲开始过吃喝嫖赌的生活是在上个世纪</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >90</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >年代，现在再看这个国家的那个时代，会发现那就像一场有门路的人瓜分国家利益的盛宴的开始。我父亲那时也曾凭借“敢作敢为”分得一杯羹，前一阵儿我才从我母亲那儿得知，我父亲这一杯羹是如何失去的。我父亲那时认识了一个黑社会大哥，这位黑社会大哥天天拍我父亲马屁，还请我父亲去最高档的色情场所去体验特殊服务。后来黑社会大哥开口跟我父亲借钱，他还为此将他的轿车送给我父亲开，于是我父亲借给了黑社会大哥几十万。后来的某天，黑社会大哥对我父亲说：“这车好像出了点问题，我帮你修修。”结果他将车开走后再也没还给我父亲。再后来，我父亲要黑社会大哥还钱，后者肯定是不会还了。我父亲也不甘心就此被骗，于是就找其做警察的所谓“朋友”帮忙，而警察肯定也不会白帮忙的，他们两头吃，于是我父亲只要回了十万元，然后这十万元很快被他吃喝嫖赌挥霍一空了。后来我父亲又买断工龄，将买断工龄的钱也吃喝嫖赌挥霍一空。如果说我父亲原来勉强算是既得利益者，经过他这几番折腾，他成功地将自己折腾到社会最底层了。</SPAN><SPAN lang=\"EN-US\" ></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >如果我说我父亲后来落得这样一个下场主要是被官方意识形态害的，肯定有人会说，那还有一些满嘴官方意识形态言论的人混得风生水起春风得意呢。对于这些人的这种“成功”，我在理性层面上从未羡慕过——这是我最鄙视的一种“成功”，因为在我看来这种“成功”是以阉割掉灵魂的蛋蛋为代价的。就算是潜意识层面，我羡慕的可能也只是有很多年轻漂亮的人跟这些人上床这件事，我不想否认我也有类似的欲望。小时候，我总是接受到这样的教育，说这样的欲望是不道德的，是思想长毛儿了的表现。我用了很多年，读了很多书，看了很多电影，听了很多音乐，这才渐渐和我的欲望达成和解，同时也和一个更真实的我自己达成和解。这就像是一个重新学习说人话、做人事的过程。</SPAN><SPAN lang=\"EN-US\" ></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >说到欲望，这就像是一种博弈，这背后可能隐藏着这样的疑问：凭什么只许领导包二奶，不许百姓看毛片儿？话说原来一个所谓的百姓在家里看毛片儿，警察也可以以此作为一项罪名将其抓走的。现在警察基本上不会这么干了，因为大家都在看，警察已经抓不过来了。这算不算是时代的一种进步？我认为这算是。说到这儿我又想起我父亲珍藏的那些爱情动作电影，如果他能在我性成熟之后，很坦诚地和我分享那些爱情动作电影，那他在我眼里就会是一个具有人格魅力的父亲了。某种意义上，学会分享，是变得具有人格魅力的第一步。而在这个国家，特权阶层中的很多人却是恨不得垄断所有一切资源，尤其是年轻漂亮的身体。说到这儿我又想起我上中学时读屠格涅夫的小说《初恋》，当时我就隐隐觉得这其实是一个批判父权的小说……</SPAN><SPAN lang=\"EN-US\" ></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >再举个例子，前几天看到一个女性媒体人在微博上说她实在不需要某些“女权工作者”帮她争取一个她用不着的权利，即“合法卖淫权”。我对她说：不知道现在有没有这事儿了，但就在几年前，如果你跟一个异性去宾馆开房，警察可能会突然破门而入，只要你拿不出结婚证，警察就会说你是在卖淫，然后把你抓走……没有孤立的权利，正如没有人是一座孤岛一样，公权力今天可以任意侮辱那些性工作者，明天也可以任意侮辱你……</SPAN><SPAN lang=\"EN-US\" ></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >某种意义上，一切专制都是对于身体的专制，所谓思想，它同样也是身体的一种生理功能。从这个角度来看，民主其实就是一种生理需要，它源于自由处置自己的身体的权利。现在这个国家某些掌握公权力的人还在妄想重新拥有对于个体身体的绝对处置权；而作为个体人，要争取的则是对于自己的身体的自由处置权。当然，没准儿有人会说：“我不需要对于自己的身体的自由处置权，因为我要以大局为重。”这种人的人生通常会有这样两种可能，一种是成为在饲养场里被圈养的肉猪，另一种就是成为在饲养场里被圈养的种猪。</SPAN><SPAN lang=\"EN-US\" ></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P></PRE></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201201885921444</comments>\r\n    <slash:comments>6</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/121870050201201885921444</guid>\r\n    <pubDate>Wed, 18 Jan 2012 20:59:21 +0800</pubDate>\r\n    <dcterms:modified>2012-01-18T21:00:19+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[为拯救地球而穿秋裤]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020120121636793</link>\r\n    <description><![CDATA[<div>  <P style=\"TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >当话题渐渐向下半身转移之后，看着桌对面那个已经半醉的女孩媚眼如丝的样子，根据以往的经验，</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >L</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >君知道今晚的性生活十有八九不用自理了。</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >L</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >君心想：一会儿不管是去你家、我家还是如家，或者直接在酒吧的洗手间里解决战斗，我现在这会儿都必须去做一件事……</SPAN></P>  <P style=\"TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >L</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >君对那个女孩说我去一趟洗手间。在洗手间里，</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >L</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >君先是脱下了自己的长裤，然后又脱掉了自己的秋裤，并将其丢弃在洗手间的纸篓里。然后他穿上长裤，回到了那个女孩身边。</SPAN></P>  <P style=\"TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >那天晚上，他们是在酒吧洗手间里解决战斗的。战斗结束后，那个女孩对</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >L</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >君说：“咦？为什么这个纸篓里会有两条秋裤……”</SPAN></P>  <P style=\"TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >我的朋友</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >L</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >君向我转述了上述经历后，他对我说：“看来除了我之外，还有别人也将秋裤丢到那里了……可惜我那条秋裤了，</SPAN><SPAN style=\"FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 10pt;\"  lang=\"EN-US\" >Armani</SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >牌的……”</SPAN></P>  <P style=\"TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >我说：“你就鬼扯吧，</SPAN><SPAN style=\"FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 10pt;\"  lang=\"EN-US\" >Armani</SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >牌秋裤？</SPAN><SPAN style=\"FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 10pt;\"  lang=\"EN-US\" >Armani</SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >要是推出秋裤了，世界和平就有希望了。”</SPAN></P>  <P style=\"TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >我的朋友</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >L</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >君是一个时尚编辑，目前单身，按他自己的说法，他已经失恋</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >333</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >天左右了。在这</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >333</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >天，</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >L</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >君看上去过得还挺滋润的，但就是有一点，他愈发意识到，性生活一定不能长期自理。虽说单身男青年每隔几天自理一下性生活有益于个人健康，能有效预防前列腺炎等男性疾病。但就是性生活一直自理实在是很寂寞、很寂寞的一件事，所以</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >L</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >君每到周末，他都会强迫自己走出家门，在北京的黑夜里四处猎艳。</SPAN></P>  <P style=\"TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >按说</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >L</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >君也算是混北京时尚圈的，我们都知道，时尚人士据说都是不穿秋裤的。</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >L</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >君是南方人，他刚来北京那年，北京最冷那阵儿，他也曾坚持不穿秋裤，结果被冻得生不如死。后来，</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >L</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >君决定不硬抗了，这些年他都会穿秋裤过冬。而</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >L</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >君之所以会在</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >ONS</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >之前偷偷丢掉自己身上的秋裤，则是因为这样一次惨痛的经历：那次他和一个陌生女孩去酒店开房，一番激情法式热吻之后，两人滚到了床上。那个女孩火急火燎地解开了</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >L</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >君的腰带，然后她就笑喷了，因为她看到了</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >L</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >君长裤内的那条紧身秋裤。那一夜，</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >L</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >君深刻地明白了，原来床上的笑场是勃起的大敌……</SPAN></P>  <P style=\"TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >如有美腿，勿穿长裤，很多美女都是这句话的信徒。每次看到那些短裙美女在北京冬日的寒风中瑟瑟发抖，涕泗横流，我就特想把我的秋裤脱下来给她们穿上。</SPAN></P>  <P style=\"TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  ></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >为什么现在有这么多中国年轻人如此嫌弃秋裤？这股风儿应该主要还是从西方那边儿刮过来的。例如中国的一位“美女作家”</SPAN><SPAN style=\"FONT-FAMILY: 宋体;\"  >曾这样说道：“天啊！我实在想象不出冬天还要穿秋裤，在欧美上流社会是从不穿秋裤的。”对于她的这句话，有人这样揶揄道：原来不穿秋裤就算是上流社会的入场券了。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >在微博上曾看到一个女孩儿说了这样一段话：“出门有车，回家有暖气，进公司有空调。饭店酒店也都不冷。这样过冬我甚至可以一直穿丝袜短裙，所以秋裤不秋裤的，不是时尚问题，而是经济问题。”</SPAN></P>  <P style=\"TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >的确，秋裤问题其实就是一个经济问题。但与此同时，它还是一个环保问题。</SPAN></P>  <P style=\"TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >为什么很多北美人反对消减碳排放量？我个人认为有这样一个原因，消减碳排放量就得在冬天降低室温并且少开车，这使得他们为了御寒就必须穿上秋裤，而这就等于要了他们的亲命了。从这个角度来看，穿秋裤其实是特环保的一件事。所谓环保即时尚，如果穿秋裤也能变成一种风靡全球的时尚，以后像我的朋友<SPAN lang=\"EN-US\" >L</SPAN>君这样的时尚人士在酒吧找到<SPAN lang=\"EN-US\" >ONS</SPAN>对象之后，就不用跑到洗手间偷偷脱掉并丢弃自己的秋裤了。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >事实上，现在一些西方国家已经意识到秋裤与环保之间的关系了。例如我身边有一个人去西方某国，回来对我说，她在那个国家看到过这样的电视公益广告，即号召大家在冬天穿上秋衣秋裤，然后降低室温，以这种方式节约能源，促进环保。</SPAN></P>  <P style=\"TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >如上文所述，我对</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >L</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >君说</SPAN><SPAN style=\"FONT-FAMILY: Arial; COLOR: black; FONT-SIZE: 10pt;\"  lang=\"EN-US\" >Armani</SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >要是推出秋裤了，世界和平就有希望了。其实这句话也是半开玩笑半当真的。因为穿秋裤有助于</SPAN><SPAN style=\"FONT-FAMILY: 宋体;\"  >节约能源，而能源是什么？能源是现代社会赖以生存和发展的基础。如果这颗星球发生了第三次世界大战，其起因必然是愈发严重的全球能源危机。曾有人问爱因斯坦，如果发生了第三次世界大战，人类会用什么武器？爱因斯坦说他不知道人类在第三次世界大战会使用什么武器，他只知道人类在第四次世界大战中使用的武器将是石头。我想爱因斯坦的潜台词就是：第三次世界大战会毁灭人类的现代文明，将人类社会打回到石器时代。在我看来，爱因斯坦的预测可能还是太乐观了，因为我们都知道，现在地球上已有的核武器据说至少可以灭绝人类几百次。如果在第三次世界大战中，各国大量使用核武器，你猜会出现什么样的结果？<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"TEXT-INDENT: 21.75pt; MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >从这个角度来看，如果你所在的城市冬天很寒冷，而你因此穿上了有助于节约能源、促进环保的秋裤，这就等于你在用一种类似于蝴蝶效应的方式拯救地球、拯救人类哦。</SPAN></P></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020120121636793</comments>\r\n    <slash:comments>30</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/12187005020120121636793</guid>\r\n    <pubDate>Thu, 12 Jan 2012 13:06:36 +0800</pubDate>\r\n    <dcterms:modified>2012-01-12T13:07:04+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[我需要好好想一想]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502012064028169</link>\r\n    <description><![CDATA[<div>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >上大学时，有人搞来一个据说是军用的望远镜，于是大家用这个偷窥女生宿舍。我们系的一个学生会干部看到我们整天偷窥女生宿舍，便教育我们，说这样偷窥很不道德。大家也没人听他的，依旧乐此不疲。后来有一晚，我去隔壁寝室，推门进去，屋里没开灯，我以为屋里没有人。这时，借着窗外路灯照进屋里的那一点暗淡的光，我看到一个很娇小的身影从桌子上异常敏捷地跳了下来——这人不是别人，正是那个跟我们说偷窥很不道德的学生会干部，然后我看到了他手里拿着那个军用望远镜……</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ></SPAN>&nbsp;</P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >这些年，我经常会想起这件事，每次想起这位独自一人在黑暗中站在桌子上偷窥女生寝室的学生会干部，再想想他对大家说偷窥很不道德时一脸严肃的样子，我都会沉静一笑。现在这哥们儿据说任职于中央某机关，据说他在那个机关混得还不错。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >从小到大，我最讨厌的就是那种具有内地官方意识形态色彩的道德，这就像是一种直觉。想一想，我上小学的时候，我肯定是完全不懂什么官方意识形态等诸如此类的说法，但现在回想起来，从那时开始，只要是带有内地官方意识形态色彩的文艺作品，我都会对其产生一种似乎发自于本能的反感。所以小时候，我看春晚，基本上只对其中的那两三首港台歌曲感兴趣。另外我那时买了上百盘港台流行音乐的磁带，看了无数部港台电影。结果后来，很多港台艺人也争相向内地官方献媚了，当时就想这算“戏子无义”吗？对此，有人对我说行行都一样，你也别苛责别人了。我是这样回答他的：这个也不算什么苛责了，纯是我主观的看法，每个人都可以有自己主观的看法……</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >说到官方意识形态，我昨天在微博上还说了与此相关的这样两段话：</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >我看电影、听歌儿经常掉眼泪，但看书极少掉眼泪，去年只有一本书让我看哭了，而且是眼泪流干那种，这本书就是《一句顶一万句》，本来我对茅盾文学奖这奖项非常反感，因为觉得它可能会有官方意识形态色彩。这本《一句顶一万句》原本就想随便看看，结果它要了我的亲命了……</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >想一想，我喜欢郭德纲的最主要原因就是，他到目前为止的相声作品，以及他主持电视节目时的语言风格，完全没有官方意识形态色彩。至于周立波，因表演过一个挖苦某人的单口相声，曾被某“公知”认为是“跨时代的笑匠”，结果他现在颇有官方意识形态代言人范儿了……</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >现在想一想，我为什么会如此讨厌那些具有官方意识形态色彩的东西呢？我想归根结底是因为这样两个原因：一是因为那些东西不好玩，没意思，而我只喜欢那些好玩的、有意思的东西；二是因为我知道那些东西之说以被搞出来，就是为了给大家洗脑，作为一个人，我讨厌被别人就像洗内裤一样给我洗脑。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >例如看央视的《朝闻天下》，总有这样一种感觉：欧美人民的生活是一天不如一天，马上就要民不聊生了，而世界形势更是云波诡谲，甚至世界大战也是一触即发；而中国呢，那叫一个安居乐业，一派和谐盛世景象，你能投胎到现在的中国，那是你丫的福气呢……</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >再例如今天我本打算去看刚刚在内地首映的电影《那些年，我们一起追的女孩》，结果有同时看过港台版和内地版的人说这部电影的内地版已经被阉割得乱七八糟了，很多有点色的情节都被删掉或篡改了，这使得我很犹豫是否该去电影院看这部电影。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >原来我一直搞不懂，不就是男欢女爱那点事儿嘛，为什么有关部门对此如此紧张呢？而且其实也根本管不住。直到后来我渐渐明白了，他们其实也不在乎能不能管得住，他们就是要管，以此显示他们有权去管个人的身体。简而言之，他们真正在乎的只是手中的权力，并用权力去压制一些天赋的权利，尤其是那些和个人的身体有关的权利。因为他们很清楚：只要我有权管你的身体，我自然也就有权管你的一切。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >看耶林的著作《为权利而斗争》的时候，我发现他所说的权利主要是指利益，尤其是物质利益。当我意识到这一点之后，我不禁摇头苦笑，要知道，《为权利而斗争》这本书是写于</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >1872</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >年，而在</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >2012</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >年的中国，权利问题很大程度上还是人身权利的问题。也就是说，在整整</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >140</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >年后的今天，我们还停留在为人身权利而斗争的阶段。人身权利是最基本、最重要的权利，连这个权利都保障不了，个人的物质利益被任意损害肯定是再自然不过的事了。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >以前我一说这类问题，我身边总有人跟我说诸如此类的话：“你丫还真是‘生年不满百，常怀千岁忧’，你丫操心这个干什么？你丫操心这个有用吗？”我心想：“你们这样说也对，谁让我投胎到了中国呢，我还是及时行乐吧。”然后我就淡定了许多。但最近我又无法淡定了，因为就在去年</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >9</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >月，我的儿子也投胎到了中国，一想到他以后上内地的学校，也要接受我曾经接受过的那些洗脑教育，也要和一群孩子一起合唱那些红色歌曲，也要小小年纪就变得跟小大人似的，承受应试教育特有的各种压力，我心里就特别难受。我该怎么做呢？这是个问题，我需要好好想一想。</SPAN></P></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502012064028169</comments>\r\n    <slash:comments>22</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/1218700502012064028169</guid>\r\n    <pubDate>Fri, 6 Jan 2012 16:00:28 +0800</pubDate>\r\n    <dcterms:modified>2012-01-06T16:00:47+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[为什么“好人”没人爱？]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201203115253218</link>\r\n    <description><![CDATA[<div><SPAN style=\"FONT-FAMILY: 宋体;\"  >  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >刚才看到有人在微博上转了这样一句话：“区别‘爱’和‘喜欢’很简单。你喜欢花会去摘，爱花则会去浇水。”——想了想，好像有点道理，以此类推，你喜欢一个人就想去占有她（他），而爱一个人则希望她（他）能自由快乐地生活，这个说法成立吗？</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >&nbsp;</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >在豆瓣上问了上述问题，豆友“沉默的流氓”说：“喜欢是摘花。爱是连花带盆一并搬到家里，然后浇花。都是占有。一个只图一时占有，一个追求天长地久。PS：你会上别人家的阳台上浇花吗？”</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  ></SPAN>&nbsp;</P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >关于这一点，我想可能是因为用花来比喻有个局限：花不能四处走动，花的自由就是扎根在泥土里好好生长。要是换成动物或人呢？</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  ></SPAN>&nbsp;</P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >随后我又看到了豆友“aeRofLoyD”的回复：“自由这个东西，是个基础吧。但是我想要的是在这基础上的互相依靠依赖，是一个归宿。其实不存在谁把谁限制住。是互相内发的一个寄托吧。懂得尊重人，自然就有自由了。如果跟一个人在一起，感受到的是被控制，那么就考虑清楚，那个人是不是尊重你。”</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  ></SPAN>&nbsp;</P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >细想一想，这位豆友说的是一种相处的智慧。但一看到“尊重”这个字眼，我又想起大家常说的“好人卡”，很多时候，一个男人或女人过于尊重其心仪的异性，往往就会被发一张“好人卡”，然后将其拒之于千里之外，这又是为什么呢？原来我想不通这个道理，直到后来我渐渐明白了，这是因为所谓“好人”的“尊重”，很多时候，其实隐藏着更为功利的目的。很多“好人”都想要用自己伪装出来的服从性换取更多的利益，例如从对方那里获得性欢愉、物质回报以及所谓的“责任感”等诸如此类的东西。而且这种服从性因为挂着一层“好”的面具，在道德上又具有一定的自我欺骗性，这使得“好人”通常先把自己感动了，觉得自己已经牺牲了很多，付出了很多，如果对方不肯为自己放弃对于生活的自由选择权，如果对方想要挣脱被“好人”占有的状态，那对方就是一个没心没肺的“坏人”。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  ></SPAN>&nbsp;</P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >这说明什么？这说明很多“好人”的所谓“尊重”完全是虚假的尊重，它带有极强的功利性，所以这个世界上真正聪明的男人和女人会凭借天生的直觉识破“好人”的这套把戏，进而给他们发一张“好人卡”，然后将他们拒之于千里之外。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  ></SPAN>&nbsp;</P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >说过了“好人”，再说所谓的“坏人”。人们常说，男人不坏，女人不爱。其实细想想，女人不坏，男人不爱，这句话同样也是成立的。为什么人们会喜欢坏男人和坏女人？我想最根本的原因就在于，那些所谓的坏男人和坏女人只是在用更诚实、更自由、更勇敢、更开放的态度对待自己和别人，在我看来，这才是真正的爱和尊重。事实上，也正是因为他们能给予别人这样的爱和尊重，使得他们可以很轻易地偷走别人的心。但由于这些坏男人和坏女人用这样一种态度去生活，使得他们的情感生活通常会比常人丰富很多、精彩很多，这使得所谓的“好人”可能会因为无法占有他们，故气急败坏，于是在道德层面上污蔑他们。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  ></SPAN>&nbsp;</P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >但与此同时，这些所谓的“好人”也会发现这一点：所谓的坏男人和坏女人就是人们死都忘不了的那些人。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  ></SPAN>&nbsp;</P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >为什么坏男人和坏女人的“坏”具有如此大的魅力？归根到底，还是我刚刚说过的那个原因，因为他们更诚实、更自由、更勇敢、更开放。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  ></SPAN>&nbsp;</P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >顺便说一嘴，那些玩够了的坏女人反倒有可能成为更好的妻子和母亲，这可能是因为她们见多识广，更懂得什么才是真正的爱和尊重吧。<BR></SPAN></P></SPAN></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201203115253218</comments>\r\n    <slash:comments>36</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/121870050201203115253218</guid>\r\n    <pubDate>Tue, 3 Jan 2012 11:52:53 +0800</pubDate>\r\n    <dcterms:modified>2012-01-03T15:33:50+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[如何挣脱人生的枷锁]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201111310121119</link>\r\n    <description><![CDATA[<div>  <P style=\"TEXT-ALIGN: left; MARGIN: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-pagination: widow-orphan; mso-outline-level: 4;\"  align=\"left\" ><SPAN style=\"FONT-FAMILY: 宋体;\"  >早上不到<SPAN lang=\"EN-US\" >6</SPAN>点就醒了，躺在床上，想再睡一会儿，却睡不着了。于是用手机看别人发的微博，然后我意识到这是<SPAN lang=\"EN-US\" >2011</SPAN>年的最后一天，因为在昨天晚上，微博上很多失眠的人都在说着<SPAN lang=\"EN-US\" >“2011</SPAN>年有我想念的人<SPAN lang=\"EN-US\" >”</SPAN>等诸如此类的话。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  lang=\"EN-US\" >&nbsp;</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >后来我看到我的一个豆友转发了一个网名是张秋飚的女孩说的这样一段话：<SPAN lang=\"EN-US\" >“</SPAN>感谢所有诋毁你的人，让误解你的人继续误解，不试图穿越几层接近他人的思想，玩儿高级有质感的暧昧，脱离寒喧和虚情假意充盈的圈子，积极有效地浪费掉该浪费的青春，睁大眼睛看清世界沉沦的美好，停止将时间和视线虚掷在机械的屏幕上<SPAN lang=\"EN-US\" >……”</SPAN></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  lang=\"EN-US\" >&nbsp;</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >我在微博上也转了这段话，转的时候，我说：这段话对我有触动<SPAN lang=\"EN-US\" >……</SPAN></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  lang=\"EN-US\" >&nbsp;</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >一到年底，大家都变得深沉了。尤其是一想到明天就是<SPAN lang=\"EN-US\" >2012</SPAN>年了，可能还会有一点末世之感。小的时候，我特害怕世界末日会忽然到来，但现在的我已经不会像小时候那么怕了，可能是有一点点活腻了？或者可能是因为，我越来越意识到，人生是毫无意义的一件事。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  lang=\"EN-US\" >&nbsp;</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >今年我又重读了毛姆的《人生的枷锁》，毛姆写了那么厚一本书，最后得出的结论也是：人生毫无意义。就像书中毛姆讲述的那个关于东罗马帝国国王的故事，故事里的哲人说人类所有历史可以归结成这样一段话：<SPAN lang=\"EN-US\" >“</SPAN>人降生到世上，便受苦受难，最后双目一闭，离世而去。生活没有意义，人活着也没有目的。出世还是不出世，活着还是死去，均无关紧要。<SPAN lang=\"EN-US\" >”</SPAN>这本是极度消极的一段话，但是这段话却让《人生的枷锁》男主人公菲利普感到狂喜，因为他意识到自己因此挣脱了所有人生的枷锁，他平生第一次感到自己彻底自由了。随后毛姆是这样叙述道，原先菲利普以为自己<SPAN lang=\"EN-US\" >“</SPAN>人微言轻，无足轻重，而眼下却觉得自己顶天立地，强大无比。陡然间，他仿佛觉得自己同一直迫害着他的残酷的命运势均力敌，不相上下了。既然生活毫无意义，尘世也就无残忍可言。不论是做过的还是没来得及做的事，一概都无关宏旨。失败毫不足奇，成功也等于零<SPAN lang=\"EN-US\" >……”</SPAN>当菲利普想明白这一点之后，他开始<SPAN lang=\"EN-US\" >“</SPAN>以一种奇异的力量面对人生<SPAN lang=\"EN-US\" >”</SPAN>，后来他和一个丰乳肥臀、单纯善良的小美女开始了全新的生活，小说也以此为结尾。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  lang=\"EN-US\" >&nbsp;</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >至于《人生的枷锁》作者毛姆本人，当他明白了人生毫无意义之后，他过着一种坦然放荡的双性恋生活，但他似乎更喜欢小男孩，他和他的同性情人哈克斯顿周游世界。哈克斯顿不仅是毛姆的情人，他还是毛姆的皮条客，每到不同的国家，他就会为毛姆找来一些漂亮的小男孩，他们一起寻欢作乐。与此同时，哈克斯顿和毛姆彼此相爱了<SPAN lang=\"EN-US\" >30</SPAN>年，一直爱到他死的那一天。对于他们的爱情，有人曾这样评价道：这是毛姆一生中最伟大的爱情。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  lang=\"EN-US\" >&nbsp;</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体;\"  >很多年前，当我看到《人生的枷锁》里关于人生毫无意义的那段话之后，我也是感到一阵狂喜。我也在试图挣脱掉所有人生的枷锁，但到目前为止尚未成功。很显然，仅仅想明白了人生毫无意义是远远不够的。在想明白了这一点之后，接下来要做的就是更勇猛、更坦荡地前进。而且这些年我所经历的也让我渐渐明白了，绕开浴火之路不会让生活变轻松，因为庸碌生活如钝刀杀人。平心静气地过危险的生活，不断蜕变成更自由的自己。与此同时不断做减法，减到只做我想做的，不要我想要的。当然，我必须坦白承认，我心里还在打着这样的小算盘：如果我能做成我想做的，我想要的那些会不请自来。<SPAN lang=\"EN-US\" ></SPAN></SPAN></P>  <P style=\"TEXT-ALIGN: left; LINE-HEIGHT: 161%; MARGIN: 0cm 0cm 0pt; mso-pagination: widow-orphan;\"  align=\"left\" ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201111310121119</comments>\r\n    <slash:comments>9</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/121870050201111310121119</guid>\r\n    <pubDate>Sat, 31 Dec 2011 12:12:11 +0800</pubDate>\r\n    <dcterms:modified>2011-12-31T12:12:34+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[韩寒是这个体制的既得利益者吗？]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201111269296221</link>\r\n    <description><![CDATA[<div>&nbsp;   <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >刚才看到一位豆友说：“韩少三篇文看似大题目一个个压死人，其实细读读嘛，字里行间就两个词：一安全，二稳定。笑而不语啊。”</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  ></SPAN>&nbsp;</P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >想一想，韩寒其实也算是这个体制的既得利益者吧，他想要安全和稳定，这也不算奇怪吧。人无论做什么，肯定都是为了自己的利益，否则反倒有可能别有用心。而利益这东西也大致可分为两种：一种是物质利益，这个谁都明白；另一种是精神利益，这个其实也很简单，就是精神层面的愉悦和快乐。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >孔子说：“君子喻于义，小人喻于利。”我个人觉得，他说的“义”其实也是一种“利”。因为你想啊，所谓的君子追求“义”是为了啥呀？说白了就是这么做能让自己感到快乐。一个人只要是做自己想做的事，其最终极的目的只有一个，那就是为了让自己感到快乐，甚至连自杀亦是如此。从这个角度来看，所谓的君子其实也是“喻于利”的，只不过这“利”是精神层面的“利”。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >中国人看到别人做什么事，总喜欢分析对方的动机。就因为中国人的这种国民性格，使得很多人可以心安理得地打着好心的名义干坏事。当然，也有一些人，他们可能真的是一腔好心，但由于不尊重客观规律，还是会办坏事。例如很多中国老人看孩子，他们听不进别人的建议，就觉得按自己的老方法养孩子才是爱孩子的表现，结果他们的某些做法可能会害了孩子的一生。所以我现在经常这样提醒自己：你爱一个人就得尽量依据客观规律去爱，不能只是依据主观喜好去爱，而且某种程度上，理解其实是更高层次的爱。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >说回到韩寒，他最大的问题就是他的小说写得太烂了，当然你也可以说他的本行是赛车手。话说韩寒要不是当初得了那个什么萌芽奖，他的那本《三重门》肯定也成不了畅销书，那他很有可能会像大多数城乡结合部青年那样老老实实读完中学，老老实实养家糊口。而韩寒的第二个机遇就是新浪博客的出现，本来很多人都快要对韩寒写小说很烂这件事达成共识了，恰好新浪博客出于造星的需要，造出了韩寒这个博客明星。在刚成为博客明星的那段时期，韩寒最喜欢做的就是跟一些名人掐架。后来，就在很多人愈发觉得他的博客写得很没劲的时候，因为一些机缘巧合，让韩寒有意或无意地走上了民粹的路线，结果再一次登上了时代的风口浪尖。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >就因为上述三次机遇，韩寒拥有了巨大的影响力。韩寒用这个影响力卖他那些写得很烂的小说赚钱，拍广告赚钱，这没什么，因为这是他应得的。韩寒最近连写三篇文章，先后谈革命、民主以及自由，他说得肯定有对有错，但鉴于他激起了关于革命、民主和自由的全民大讨论，这应该也算是好事一件吧。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >所谓革命、民主和自由，在我看来，说白了就是对更好的社会规则的向往。而说到“好”，普通公民眼中某些好的规则，例如官员财产状况公开这样一条规则，在某些官员看来可谓“坏”得不能再“坏”了，所以他们会说现在让中国的官员公开财产状况还不太现实。如果你问他们：”为什么不现实？”他们可能会说：“怕吓死你！”开个玩笑啊，他们肯定不会这么说了，只是很多官员的财产数目肯定很吓人就是了。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >胡适曾说：“一个肮脏的国家，如果人人讲规则而不是谈道德，最终会变成一个有人味儿的正常国家，道德自然会逐渐回归；一个干净的国家，如果人人都不讲规则却大谈道德，谈高尚，天天没事儿就谈道德规范，人人大公无私，最终这个国家会堕落成为一个伪君子遍布的肮脏国家。”</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >虽然韩寒也算是这个体制的既得利益者，但至少到目前为止，韩寒还没有变成那种整天大谈道德的老混蛋。虽然他的小说依旧写得很难看，但他还有一些少年心气，他还很年轻，他和很多中国年轻人一样，都在某种程度上为了让这个国家能有更好的社会规则而努力。你可以怀疑他的动机，你可以说他这么做是为了自利，但不要忘了，那些相对更好的社会规则只能是基于自利原则产生的，如果有越来越多的中国人都可以为了自己的利益，尽可能地平等协商，并且都有很强的契约精神，那时肯定就不会有那么中国人想要移民到其他国家了。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >最后再说说关于道德的几句题外话，在我上大学的时候，我最讨厌的就是“道德”这个词，因为就像阴三儿在《北京晚报》里所唱的那样，我发现有“太多神经病和大傻</SPAN><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >B</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >进大学当教授”。除了极少数老师之外，大多数老师都伪善得要死，而这些伪善的家伙最喜欢把道德挂在嘴边了。后来，我渐渐意识到，我讨厌的只是伪善的、反人性的道德，而我对这种道德的痛恨只是基于另外一种道德。说到这儿我想起我最近看阿城的书，他说：“道家的‘道’，是不以人的意志为转移的自然秩序，所谓‘天地不仁’。去符合这个秩序，是为‘德’，违犯这个秩序，就是‘非德’。”虽然阿城在这里说的是道家的道德，但我个人认为，这样的道德才是真正的道德。从这个角度来看，真正的道德和真正的爱一样，必须不断前进，不断趋近于知的极致。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><SPAN style=\"mso-spacerun: yes;\"  ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >看了回复，补充三点：</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >1. </FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >关于中国的既得利益者，以前看过一个观点，说中国目前的既得利益阶层除了特殊利益集团外，知识阶层因为叫得欢，受益于会哭的孩子有奶吃原理，故也成为既得利益者了。韩寒算是知识阶层吗？我个人认为应该算是吧。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >2. </FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >有些人揣度我写本文的动机，那我就直说好了，我写本文主要是表达我对韩寒的羡慕嫉妒恨之情，尤其是嫉妒路金波透露的韩寒找了很多女朋友并且给每个女朋友都发一张银行卡这事儿……不开玩笑了，我的动机你可以任意揣度，没事儿……我只是觉得，无论如何，像韩寒这样拥有巨大影响力的人一个劲儿说民主应该也算是好事一件吧……</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >3. </FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"  >真奇怪，我说韩寒是基于自利原则谈民主，有些人气得就像尾巴被踩了似的。他们似乎认为我这样将民主和利益扯到一起就是玷污了民主，玷污了韩寒。民主是什么？民主不是理想主义，民主其实就是对于个人权利的斤斤计较，而对个人合法利益的争取和捍卫，是个人最重要的权利之一。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"  ><SPAN lang=\"EN-US\" ><FONT face=\"Times New Roman\"  >&nbsp;</FONT></SPAN></P>  <P style=\"TEXT-INDENT: 2em;\"  >&nbsp;</P></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201111269296221</comments>\r\n    <slash:comments>11</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/121870050201111269296221</guid>\r\n    <pubDate>Mon, 26 Dec 2011 21:29:06 +0800</pubDate>\r\n    <dcterms:modified>2011-12-30T17:03:52+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[告别2011，展望2012]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011112013510964</link>\r\n    <description><![CDATA[<div><PRE>这两天，貌似全国的电影院就放俩电影，一个《龙门飞甲》，一个《金陵十三钗》，我不知道这算不算垄断，只是对此感到有点腻歪。    </PRE><PRE>国产电影，基本上就那么几个老头子，霸占着最优资源。当然，你也可以说，在这个国家的大多数领域，同样也是这鸟样儿。    </PRE><PRE>关于《龙门飞甲》和《金陵十三钗》，我都第一时间看了，主要就是为了凑个热闹。两个早就没有了艺术追求的老头子，调动那么多资源拍摄并放映的电影，其目的很纯粹，就是为了攫取更多的名利，垄断更多的资源。基于这样一种前提，他们又能把电影拍出什么新意呢？    </PRE><PRE>在这颗星球上，对于一切资源的争夺，归根结底，都是为了性资源。从这个角度来看，中国的那些老头子们都这把岁数了，他们的身体吃得消吗？    </PRE><PRE>话说最近邻国有个老头子的身体终于吃不消了，这个老头子姓金名正日，据说他的死让朝鲜的肥胖人口少了一半……据说他是因日里万机操劳过度故69而亡……    </PRE><PRE>说到这儿又想起那个老段子了，即一老农跑到北京后说“我十分想见李万姬”的老段子。    </PRE><PRE>昨晚《新闻联播》说中国人民会永远怀念金正日。永远个头啊？怀念个屁啊？    </PRE><PRE>再过一阵儿就过年了，小时候贼期盼过年，主要是因为过年能得点儿压岁钱。现在很多年轻人都贼讨厌过年，其原因还是跟钱有关，因为过年就得见各路亲戚，而世界上最无聊的聚会可能就是中国人的亲戚聚会，因为除了个别亲戚可能会真的很关心你，大多数亲戚其实根本互不关心，他们只关心一个问题，那就是你能赚多少钱。我估计老外也关心这个问题，但他们不会直接问，而中国人会直接问。在中国的亲戚聚会，你经常能看到这样两个奇观：阔亲戚装穷，穷亲戚装阔。    </PRE><PRE>现在的中国人真是想钱快想疯了。前一段时间看到一个新闻，好像是发生在四川，说一个笨贼，一手拿着一锤子，一手拎着一麻袋，走到银行的自动取款机前，用锤子猛砸之。看来他预想的是能通过这种方式搞到一麻袋钱。虽然他的方法极笨，但不得不说他是一个很有尝试精神和行动力的人。他的行为能折射出无数想钱想疯了的中国人的某种潜意识。    </PRE><PRE>虽然势利的亲戚很讨厌，但一定不要因此假装跟钱有仇哦。豆瓣上很多文艺青年都会假装跟钱有仇，这是一种病，得治。王尔德曾是这个星球上的文艺之王，关于金钱，他说过这样一段名言：一个人小时候会误认为金钱是万能的，直到他长大成人后，他才会明白：原来金钱还真他娘的是万能的。    </PRE><PRE>只要不是想钱想疯了，公开谈钱倒也没什么不好，这比心口不一好多了。有些人表面上看上去就像跟钱有仇似的，保持着一种清静凛冽的文艺范儿，但他们心中却有可能隐藏着这样的梦想：发一笔横财，然后买很多很多海景房，包养很多很多男大学生或女大学生……    </PRE><PRE>告别2011，展望2012，还是努力多赚点儿钱吧。钱要是挣够了，就把理想买到了？这个还真不好说，但很大程度上，没有钱就没有爱情，没有钱就没有自由。而且最关键的是，钱可以帮助年轻的你冲破那些老头子对于你的生活的各种限制。另外有钱的最大好处就是可以少听很多废话。因为没钱的人通常需要花很多时间来听别人对自己说一些关于“你应该如何，不应该如何”的人生大道理。在我看来，世界上最悲催的事莫过于此。</PRE><PRE>&nbsp;</PRE></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011112013510964</comments>\r\n    <slash:comments>8</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/1218700502011112013510964</guid>\r\n    <pubDate>Tue, 20 Dec 2011 13:35:10 +0800</pubDate>\r\n    <dcterms:modified>2011-12-20T14:04:40+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[《龙门飞甲》：有什么是不能卖的？]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011111574120945</link>\r\n    <description><![CDATA[<div><SPAN property=\"v:description\"  >　　在《龙门飞甲》上映的第一天，就去看了，可能是因为对徐克还是没死心吧。结果看完后，我苦笑着走出电影院。平心而论，其实这部电影的前半段还凑合，但后半段却变成了乱炖的闹剧。 <BR>　　看完这部电影，我最大的感慨就是，原来这世上无论什么都可以拿出来卖的，青春的肉体，最初的梦想，对艺术满满一公车的执念，反正就是诸如此类的东西，只要有人肯出高价，就可以拿出来卖。 <BR>　　有什么是不能卖的？我想了半天，一个答案都没想出来。有些东西可能的确是无价的，但那只是因为没有人肯出高价，例如一个35岁的老处男或老处女可以宣称自己的初夜是无价的，例如一个一身怪臭的酸儒可以宣称自己的人格是无价的。 <BR>　　 <BR>　　其实艺术工作者想卖也没什么，因为反正大家都在卖呢，只要卖得有个性，或者卖得很好玩，更高级的则是卖得很有情怀，这样欣赏者就会沉醉其中，觉得自己的心灵享受了一次酣畅淋漓的大保健。很久以前的徐克就曾经卖得很有个性，卖得很好玩。但在这部《龙门飞甲》中，他想卖的心已经昭然若揭了，那感觉就像一个徐娘半老但却风韵无存的女人冲着你嚷嚷：你快来上我吧，只要80元人民币就可以了，周二还可以打五折。 <BR>　　徐克很久以前拍的那些武侠电影里的某些人物，给我的感觉是真逍遥，真自在，真至情至性。而现在的徐克，只能让电影里的人物不停地用嘴说逍遥、自在等诸如此类的台词，但那些人物看上去一点都不逍遥自在，而且跟至情至性大概只有几毛钱的关系了。 <BR>　　在国外，有些电影导演年轻的时候为了名利，可能会做一些投机的事，但当他们有了一定的资本之后，反而可能会变得越老越有艺术追求。而中国的电影导演却大多都是越老越投机，疯狂攫取更多的资源。 <BR>　　 <BR>　　当然，这也不都是他们的错，因为在当下的中国，电影审查制度依旧很变态。宁浩的《无人区》据说有点艺术追求，结果被一次又一次地阉割，都已经被割成《无鸟儿区》和《无蛋区》了，还是没法公映。 <BR>　　说到这儿我想起今天让我苦笑的另一件事，早上看新闻，说有关部门搞出了个意见稿，要求中国的电影不得含有煽动抗拒或者破坏宪法、法律、行政法规实施等13项内容，并且“已明确我国电影市场不搞分级”。另外该意见稿还规定，未获许可的电影不得参加电影节，不得进行网络传播。 <BR>　　 <BR>　　上大学时看一本关于毕加索的书，其中关于艺术，毕加索有这样两个观点：一个观点是艺术家是最不需要自由的，因为艺术家天生的使命就是反抗；另一个观点是想表现革命不用画一个拿枪的战士，画一个绿色的苹果同样也有可能表现出革命这个主题。 <BR>　　原话记不清了，大意如此吧。我琢磨了一下，毕加索说的似乎有点道理。从这个角度来看，中国的艺术工作者算是赶上了一个好时代了。 <BR></SPAN></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011111574120945</comments>\r\n    <slash:comments>5</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/1218700502011111574120945</guid>\r\n    <pubDate>Thu, 15 Dec 2011 19:41:20 +0800</pubDate>\r\n    <dcterms:modified>2011-12-15T23:19:27+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[没什么比你年轻时的单身时光更珍贵]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011101192453539</link>\r\n    <description><![CDATA[<div><P>因为今天是2011年11月11日，百年一遇的光棍节，所以分别在昨晚和今天写了两条应景的微博：<BR><BR>微博一：在2011年11月11日这个百年一遇的超级光棍节，估计很多光棍小伙儿都想听到有一个姑娘能这样安慰他们：感情的事呢，是不能强求的。所谓吉人自有天相，做人最要紧的就是开心。饿不饿？我下面给你吃……<BR><BR>微博二：单身男女如何告别单身状态？秘诀有三个：不要脸；不要脸；不要脸。要脸的十有八九都找不到自己的真爱，最后只能一次又一次的相亲…… <BR><BR>其实说这个主要是为了逗乐儿，因为对于单身这种状态，我羡慕还来不及呢，我现在越来越深刻地意识到：好多事只有单身时才能做成，好多快乐只有单身时才能体验。<BR><BR>如果单身时再有点钱，那就更妙了。你想去哪玩就去哪玩，你想追谁就追谁，你可以随时随地，拔腿就走。王尔德曾说：有钱的单身者应该课以重税，因为他们太快活了。<BR><BR>即使单身时没钱，这也没什么。你想想，你年轻，还单身，这意味着你的未来拥有无限的可能性。你无牵无挂，你一个人吃饱全家不饿，你怕什么？你可以一意孤行，你可以百无禁忌，你可以就算撞到南墙也不回头。<BR><BR>在单身的时候，对于你最想实现的那个梦想，你可以一丝不苟地去实现它，你也可以一丝不挂地去实现它。<BR><BR>有时想一想，每个小孩儿都是光彩夺目的，都是充满个性的，但为什么后来他们中的绝大多数人都变成了灰头土脸且平庸无趣的大人？我想很重要的一个原因就是因为这些人告别了单身状态，他们开始追求徒有虚名的“爱情”，那“爱情”正如法斯宾德所说的那样，是最狡猾、最有效的社会压迫工具。不信你现在就打开电视，你会看到中国的都市青春爱情电视剧里有这样一类年轻人：他们干着朝不保夕的工作，却租住在上海或北京的高级公寓里；他们嘴上说要努力奋斗，但看上去似乎在用百分之九十以上的精力谈恋爱。都说活在《新闻联播》里是最幸福的事，其实活在中国的都市青春爱情电视剧里才是最幸福的事……<BR><BR>还有婚姻，这个更可怕。前几天我跟朋友一起吃饭时，我说我要是离婚了，绝对不会再结婚了。回来后我把这句话也跟我老婆说了，她说为什么啊。我心想我为什么要说这个啊，后来我灵机一动，我说这是因为曾经巫山难为水，我老婆说少来这套。<BR><BR>培根说：“有妻儿者实已向命运押了人质，从此难成大事，无论善恶。”其实也不一定非要做成什么大事，只是想拒绝苟且的安逸和可耻的成熟，但这也是极难做到的。我最近经常会想，如果当初我没结婚，我现在会过怎样一种生活。也许我会如David Bowie 在那首《The Man Who Sold The World》中所唱的那样，在很久很久以前死于孤寂？谁知道呢，原来我怕死怕得要命，现在我还是很怕，但不像从前那么怕了，因为我知道有一种生活，它比死更可怕。<BR><BR>不说了，说多了都是眼泪，好好珍惜你年轻时的单身时光吧。有一天你会意识到，没什么比你年轻时的单身时光更珍贵。<BR><BR><WBR></P></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011101192453539</comments>\r\n    <slash:comments>24</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/1218700502011101192453539</guid>\r\n    <pubDate>Fri, 11 Nov 2011 21:24:53 +0800</pubDate>\r\n    <dcterms:modified>2011-11-11T21:33:31+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[为自由而乱搞]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201171241544931</link>\r\n    <description><![CDATA[<div><PRE><P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体;\">人在很年轻的时候其实本该尽情乱搞的，然后搞着搞着可能就搞腻了，于是就开始想：<SPAN lang=\"EN-US\">“</SPAN>有什么比乱搞更有意思的事儿呢？<SPAN lang=\"EN-US\">”</SPAN>进而通过思考和不停尝试找到了这件事儿，然后为了把这件事儿做成了而奋斗终生，并因此觉得生而无憾<SPAN lang=\"EN-US\">……</SPAN></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体;\" lang=\"EN-US\">&nbsp;</SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体;\">人在很年轻的时候，如果尽情乱搞过了，也会变得相对单纯一些，心态也更健康一些，更容易拥有独立的人格和自由的思想，更容易成为一个社会好公民，以后结婚了，也更容易成为好伴侣，成为好父母。<SPAN lang=\"EN-US\"></SPAN></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体;\" lang=\"EN-US\">&nbsp;</SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体;\">我经常会有这样一个想法，中国的腐败问题这么严重，很重要的一个原因就是现在的那些贪官在青春期的时候太压抑了。所以他们要在自己有权有钱后，拼命补偿自己，拼命霸占各种资源，尤其是像<SPAN lang=\"EN-US\">“</SPAN>年轻且性感的身体<SPAN lang=\"EN-US\">”</SPAN>这样的性资源（这里的<SPAN lang=\"EN-US\">“</SPAN>且<SPAN lang=\"EN-US\">”</SPAN>不是一个名词哦）。<SPAN lang=\"EN-US\"></SPAN></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体;\" lang=\"EN-US\">&nbsp;</SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体;\">所以我就在想，如果年轻时已经尽情乱搞过的<SPAN lang=\"EN-US\">80</SPAN>后和<SPAN lang=\"EN-US\">90</SPAN>后日后成了中国社会的中坚力量，这个国家肯定会比现在好很多。当然，很多<SPAN lang=\"EN-US\">80</SPAN>后和<SPAN lang=\"EN-US\">90</SPAN>后在青春期的时候也活得挺压抑的，这些人日后成为社会中坚力量，其中很多人也许还会走上一代的腐败之路。<SPAN lang=\"EN-US\"></SPAN></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体;\" lang=\"EN-US\">&nbsp;</SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体;\">中国人已经性压抑几千年了，现在想改变这种性压抑的文化，可能需要几代人的努力。最近看一本书，说中国不少专家学者都预测说中国会在<SPAN lang=\"EN-US\">2040</SPAN>年左右完成社会转型，实现较高水平的政治民主。<SPAN lang=\"EN-US\">2040</SPAN>年？还有<SPAN lang=\"EN-US\">29</SPAN>年，看一看中国现状，我也没法确定这种预测是不是过于乐观了。<SPAN lang=\"EN-US\"></SPAN></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体;\" lang=\"EN-US\">&nbsp;</SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体;\">不过话说回来，权利这东西不是等来的<SPAN lang=\"EN-US\">——</SPAN>正如我前一段时间看过的一本书的书名：《为权利而斗争》<SPAN lang=\"EN-US\">——</SPAN>很多权利只能通过斗争来获得。<SPAN lang=\"EN-US\"></SPAN></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体;\" lang=\"EN-US\">&nbsp;</SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体;\">中国人一说到斗争，总觉得这是你死我活的事儿，其实斗争有很多种啊，例如年轻人的乱搞其实某种意义上也是一种斗争，为什么这么说呢？答案很简单，什么是专制？专制就是掌握公权力的人什么都想管，但实际上他们最想管的是人的身体，因为如果能把身体管住了，他们就等于拥有了对于被管制者的绝对处置权。有些人可能会说还有灵魂的自由呢，在我看来所谓<SPAN lang=\"EN-US\">“</SPAN>灵魂的自由<SPAN lang=\"EN-US\">”</SPAN>只是一种意淫，身体的自由才是最根本的自由，很多时候被人们挂在嘴边的<SPAN lang=\"EN-US\">“</SPAN>灵魂<SPAN lang=\"EN-US\">”</SPAN>只是被某种意识形态扭曲的<SPAN lang=\"EN-US\">“</SPAN>超我<SPAN lang=\"EN-US\">”</SPAN>，它更像是身体的无形枷锁。所以想要谋求个人的自由，首先就要谋求身体的自由，这种自由就是在没有伤害他人的权利这一前提下，和有情人或无情人做快乐事的自由。<SPAN lang=\"EN-US\"></SPAN></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体;\" lang=\"EN-US\">&nbsp;</SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体;\">经常把文艺片拍成三级片的意大利导演帕索里尼曾说：<SPAN lang=\"EN-US\">“</SPAN>身体始终具有革命性。<SPAN lang=\"EN-US\">”</SPAN>从这个角度来看，年轻人通过乱搞去寻求身体的自由，这其实也是一种革命哦。顺便说一嘴，本文中的“乱搞<SPAN lang=\"EN-US\">”</SPAN>是一种广义的乱搞，而在进行狭义的乱搞的时候，亲们最好尽量戴套做好安全措施哦。<SPAN lang=\"EN-US\"></SPAN></SPAN></P><P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN lang=\"EN-US\"><FONT face=\"Times New Roman\">&nbsp;</FONT></SPAN></P></PRE></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201171241544931</comments>\r\n    <slash:comments>66</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/121870050201171241544931</guid>\r\n    <pubDate>Fri, 12 Aug 2011 16:15:44 +0800</pubDate>\r\n    <dcterms:modified>2011-08-13T08:01:08+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[所谓旅行、偷情、青春和成熟]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011618112024518</link>\r\n    <description><![CDATA[<div>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN lang=\"EN-US\"><FONT face=\"Times New Roman\">&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">如果说所谓旅行，就是从你活腻了地方去别人别人活腻了的地方。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN lang=\"EN-US\"><FONT face=\"Times New Roman\">&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">那么所谓偷情，则可能是你很努力地干一个别人早已经干腻了的男人或女人。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN lang=\"EN-US\"><FONT face=\"Times New Roman\">&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">这就是人性，你什么办法都没有……</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN lang=\"EN-US\"><FONT face=\"Times New Roman\">&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">如果说所谓青春就是特把自己当回事儿，特在乎别人怎么看自己。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN lang=\"EN-US\"><FONT face=\"Times New Roman\">&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">那么所谓成熟，就是发现在这个世界上除了你自己之外根本没人把你当你回事儿，即使是你的父母、你的恋人或爱人也不例外，于是你明白了你根本没必要把别人对你的看法当回事儿……</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN lang=\"EN-US\"><FONT face=\"Times New Roman\">&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">当然，肯定是有例外的，因为你可能会遇到一些在你看来爱你就像爱生命的人，但你更不能因此放慢你向前走的脚步哦，因为那些人可能给予了你真正的爱。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN lang=\"EN-US\"><FONT face=\"Times New Roman\">&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">而真正的爱，只是为了让你活得更自由……</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN lang=\"EN-US\"><FONT face=\"Times New Roman\">&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">写到这儿又出现了一个问题，因为你也许会说：既然他们爱我就像爱生命了，所以我也要为他们有所牺牲。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN lang=\"EN-US\"><FONT face=\"Times New Roman\">&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">我明白你的这种想法，就像毛姆说的，人在自我牺牲的时候，快感会特别强烈，因为人会觉得自己在自我牺牲时比上帝更伟大。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN lang=\"EN-US\"><FONT face=\"Times New Roman\">&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">我说的不是毛姆的原话，我记得大意如此吧。至于为什么人在自我牺牲时会觉得自己比上帝更伟大？因为上帝是无所不能且永生不死的，所以上帝没有自我牺牲的能力……</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN lang=\"EN-US\"><FONT face=\"Times New Roman\">&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">如果你这样想，那么你想自我牺牲就自我牺牲吧。</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN lang=\"EN-US\"><FONT face=\"Times New Roman\">&nbsp;</FONT></SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">这就是人性，上帝什么办法都没有……</SPAN></P>  <P style=\"MARGIN: 0cm 0cm 0pt;\"><SPAN lang=\"EN-US\"><FONT face=\"Times New Roman\">&nbsp;</FONT></SPAN></P></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011618112024518</comments>\r\n    <slash:comments>28</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/1218700502011618112024518</guid>\r\n    <pubDate>Mon, 18 Jul 2011 23:20:24 +0800</pubDate>\r\n    <dcterms:modified>2011-07-19T08:50:38+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[用买一平米房子的钱完成一次壮游]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011613741652</link>\r\n    <description><![CDATA[<div><SPAN property=\"v:description\"><SPAN style=\"FONT-FAMILY: 宋体;\">  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"><SPAN style=\"FONT-FAMILY: 宋体;\">我曾在豆瓣上看到一篇题为《放大你的格局，人一辈子要有一次壮游》的文章，它的第一段是这么写的：<SPAN lang=\"EN-US\">“</SPAN>有一种旅行，方法很贫穷，却可以改变人的一生。这种旅行，西方从<SPAN lang=\"EN-US\">16</SPAN>世纪末传承至今；中国却已失落数百年。那就是<SPAN lang=\"EN-US\">Grand Tour──</SPAN>壮游。培养独自<SPAN lang=\"EN-US\">‘</SPAN>闯<SPAN lang=\"EN-US\">’</SPAN>的能力，才能开创个人与国家的竞争力。<SPAN lang=\"EN-US\">” <BR></SPAN>　　当时看了这篇文章我还挺兴奋的，我跟我老婆说：<SPAN lang=\"EN-US\">“</SPAN>我也要出去壮游一次。<SPAN lang=\"EN-US\">”</SPAN>我老婆说：<SPAN lang=\"EN-US\">“</SPAN>想去就去呗，不过我建议你出发前不要带钱，你在路上边打零工边旅行，这才是真正的壮游<SPAN lang=\"EN-US\">……”</SPAN>呃，老婆，你好狠的心啊<SPAN lang=\"EN-US\">…… <BR></SPAN>　　我刚才搜索了一下这篇文章，它是一位豆友在<SPAN lang=\"EN-US\">2009</SPAN>年<SPAN lang=\"EN-US\">12</SPAN>月时写的一篇豆瓣日记，这说明我有了想去壮游的念头大概也是在那个时候。转眼时间过去了一年半，我的壮游依旧未能成行，而且我马上就要做爸爸了，有了孩子，想壮游就更难了。说到这儿我想起了在韩松落的《我们的她们》这本书中看到他转引的培根的一句话：<SPAN lang=\"EN-US\">“</SPAN>有妻儿者实已向命运押了人质，从此难成大事，无论善恶。<SPAN lang=\"EN-US\">” <BR></SPAN>　　原来我觉得培根的上述观点很有道理，但后来我觉得这句话有待商榷，因为所谓的大事本来就是很难做成的，而且在做成大事的那些人之中，已婚男人的数量显然要比单身汉多很多。为什么会这样呢？这是个问题。顺便说一嘴，众所周知，现在做成所谓的大事的女人也越来越多了。<SPAN lang=\"EN-US\"> <BR></SPAN>　　<SPAN lang=\"EN-US\"> <BR></SPAN>　　说回到壮游这个话题，什么是壮游？我在网上搜索了一下，看到了这样一个定义：<SPAN lang=\"EN-US\">“</SPAN>壮游，指的是胸怀壮志的游历，包括三个特质：旅游时间长、行程挑战性高、与人文社会互动深、特别是经过规划，以高度意志彻底执行。壮游不是流浪，它怀抱壮志，具有积极的教育意义。它与探险也不太相同，壮游者不局限于深入自然，更深入民间，用自己的筋骨去体验世界之大。<SPAN lang=\"EN-US\">” <BR></SPAN>　　壮游就是<SPAN lang=\"EN-US\">“</SPAN>胸怀壮志的游历<SPAN lang=\"EN-US\">”</SPAN>？可能是因为我<SPAN lang=\"EN-US\">“</SPAN>躲避崇高<SPAN lang=\"EN-US\">”</SPAN>躲习惯了，看到<SPAN lang=\"EN-US\">“</SPAN>胸怀壮志<SPAN lang=\"EN-US\">”</SPAN>这个<SPAN lang=\"EN-US\">“</SPAN>大词<SPAN lang=\"EN-US\">”</SPAN>，感觉稍微有一点点别扭，不过壮游大概就是这个意思吧。<SPAN lang=\"EN-US\"> <BR></SPAN>　　<SPAN lang=\"EN-US\"> <BR></SPAN>　　我之所以又想起壮游这事儿，是因为这两天我看了一本书，书名是《三十岁的成人礼：搭车去柏林》，说的是两年前美籍中国小伙儿谷岳耗时三个多月搭车去柏林去看他的德国女友那事儿，估计这事儿你肯定也听说过，当时还挺轰动的。我看的这本书不是谷岳写的，是跟他一起搭车去柏林的同伴刘畅写的。不得不说刘畅的精神很可贵啊，他陪谷岳搭车<SPAN lang=\"EN-US\">16000</SPAN>多公里，历尽千辛万苦到了目的地，然后他立刻化身成一枚闪亮无比的电灯泡<SPAN lang=\"EN-US\">……</SPAN>开个玩笑啊<SPAN lang=\"EN-US\">…… <BR></SPAN>　　看完这本书，我特意翻到书的开头，我想看看他们是哪天出发的<SPAN lang=\"EN-US\">——</SPAN>是<SPAN lang=\"EN-US\">2009</SPAN>年<SPAN lang=\"EN-US\">6</SPAN>月<SPAN lang=\"EN-US\">8</SPAN>日。那天我在做什么？想了半天什么也没想起来，这倒也正常，毕竟时间已经过去两年多了。于是我去翻我的豆瓣日记，结果我发现在<SPAN lang=\"EN-US\">2009</SPAN>年<SPAN lang=\"EN-US\">6</SPAN>月<SPAN lang=\"EN-US\">8</SPAN>日那天我没有写日记，倒是<SPAN lang=\"EN-US\">6</SPAN>月<SPAN lang=\"EN-US\">7</SPAN>日我写了一篇日记，在那篇日记中我写了这样一段话：<SPAN lang=\"EN-US\">“</SPAN>这几天我只要在连着网线的电脑前坐着，我就会立刻处于一种半机械的状态，在如恒河沙数般不可计数的网页上点来点去，然后如春宵般美丽的时光就会迅速飞逝，该做的事儿几乎都被丢到了脑后。唉，再上几分钟我就给我的电脑断网，否则几小时后我又会变成一个满脸是油的腰酸腿疼人。<SPAN lang=\"EN-US\">” <BR></SPAN>　　后来我想起我那时应该开始玩饭否了，于是我又去翻我的饭否主页，然后我看到我在<SPAN lang=\"EN-US\">2009</SPAN>年<SPAN lang=\"EN-US\">6</SPAN>月<SPAN lang=\"EN-US\">8</SPAN>日那天说：<SPAN lang=\"EN-US\">“</SPAN>北京从昨夜到现在淫雨不断，据说下雨是天地在交合，它们这次交合的时间还挺长<SPAN lang=\"EN-US\">……” <BR></SPAN>　　看来那段时间，我基本上每天都坐在电脑前荒废时光闲扯淡来着。<SPAN lang=\"EN-US\"> <BR></SPAN>　　不过通过我的这一番考证，可以确定<SPAN lang=\"EN-US\">2009</SPAN>年<SPAN lang=\"EN-US\">6</SPAN>月<SPAN lang=\"EN-US\">8</SPAN>日的北京的确一直在下雨，就像刘畅在书中所描述的那样。就在那一天，谷岳和刘畅开始了一次壮游，虽然他们这次旅行的目的并不是为了什么<SPAN lang=\"EN-US\">“</SPAN>壮志<SPAN lang=\"EN-US\">”</SPAN>。<SPAN lang=\"EN-US\"> <BR></SPAN>　　<SPAN lang=\"EN-US\"> <BR></SPAN>　　平心而论，刘畅写的这本书跟他极其推崇的杰克<SPAN lang=\"EN-US\">·</SPAN>凯鲁亚克的《在路上》那肯定是没法比了。这本书的开头部分，关于他为什么答应了谷岳一起搭车去柏林那部分内容，刘畅写得还挺动情的，但后来就写得有点像流水账了。不过好在他和谷岳的这次旅行经历很好玩，所以读起来还是挺轻松愉快的。<SPAN lang=\"EN-US\"> <BR></SPAN>　　接下来大概说一下这本书中比较好玩的或是让我印象深刻的几个片段：<SPAN lang=\"EN-US\"> <BR></SPAN>　　话说谷岳和刘畅到了乌兹别克斯坦之后，因为那里的钱一千块钱只能换人民币四块钱，而他们随身携带的是面额比较大的美元，这使得他们只用几张美元就换了一兜子钱，为了数清这一兜子钱，他们一直数到天黑，一起体验了一把数钱数到手抽筋的感觉。<SPAN lang=\"EN-US\"> <BR></SPAN>　　在乌兹别克斯坦，谷岳和刘畅去看咸海，咸海曾经是一个比中国的青海湖更大的内陆湖，但由于在上个世纪六七十年代，搞计划经济的前苏联在乌兹别克斯坦地区大量种植棉花，水源被劫走，咸海的绝大部分因此变成了沙漠，十五年后它会彻底消失，这是一个著名的生态灾难。伟大的社会主义国家能让海枯石烂这样的事迅速变成现实，可见社会主义计划经济的<SPAN lang=\"EN-US\">“</SPAN>优越性<SPAN lang=\"EN-US\">”</SPAN>无可比拟哦。<SPAN lang=\"EN-US\"> <BR></SPAN>　　当他们到了罗马尼亚，刘畅说那里满街都是美女，那些美女各个倾国倾城，让他目瞪口呆。真的假的啊？有机会我一定要去见证一下<SPAN lang=\"EN-US\">…… <BR></SPAN>　　<SPAN lang=\"EN-US\"> <BR></SPAN>　　当他们终于完成了这次<SPAN lang=\"EN-US\">“</SPAN>壮游<SPAN lang=\"EN-US\">”</SPAN>之后，他们算了一下账，谷岳大概花了两万多块钱，刘畅大概花了三万多块钱。我们都知道，在<SPAN lang=\"EN-US\">2011</SPAN>年的今天，两三万块钱在北京五环以内也就能买一平米房子。说到儿我想起了在微博上被很多人转发的专栏作家秋风说的一段话：<SPAN lang=\"EN-US\">“</SPAN>中国的高房价，毁灭了年轻人的爱情，也毁灭了年轻人的想象力。他们本可以吟诵诗歌、结伴旅行、开读书会。但现在，年轻人大学一毕业就成为中年人，像中年人那样为了柴米油盐精打细算。他们的生活，从一开始就是物质的、世故的，而不能体验一段浪漫的人生，一种面向心灵的生活方式。<SPAN lang=\"EN-US\">” <BR></SPAN>　　据说很多改变了这个世界的伟大人物都曾经完成过至少一次壮游，而这种壮游时光在欧洲也被称为<SPAN lang=\"EN-US\">“</SPAN>间隔年<SPAN lang=\"EN-US\">”</SPAN>（<SPAN lang=\"EN-US\">The Gap Year</SPAN>）<SPAN lang=\"EN-US\">——</SPAN>通过壮游，他们变得更擅长与人沟通，更擅长解决问题，更敢于冒险，另外他们也因此拥有了更强大的自我克制力、更开阔的视野、更自由的思想以及更独立的精神。<SPAN lang=\"EN-US\"> <BR></SPAN>　　用买一平米房子的钱，完成一次壮游，接下来没准儿你也能做成那种改变中国甚至改变世界的大事哦。 <SPAN lang=\"EN-US\"><BR style=\"mso-special-character: line-break;\"><BR style=\"mso-special-character: line-break;\"></SPAN></SPAN></P></SPAN></SPAN></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011613741652</comments>\r\n    <slash:comments>13</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/1218700502011613741652</guid>\r\n    <pubDate>Wed, 13 Jul 2011 19:04:16 +0800</pubDate>\r\n    <dcterms:modified>2011-07-13T23:15:49+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[《武侠》终结武侠：血迷宫的出口]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020116710226955</link>\r\n    <description><![CDATA[<div><SPAN style=\"FONT-FAMILY: 宋体; FONT-SIZE: 10.5pt; mso-bidi-font-size: 12.0pt; mso-bidi-font-family: 'Times New Roman'; mso-font-kerning: 1.0pt; mso-ansi-language: EN-US; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;\">　　看《武侠》的时候，我一直在想，它和我想象中的武侠世界还真挺像的。<SPAN lang=\"EN-US\"> <BR></SPAN>　　在我看来，假如真的存在一个武侠世界，我相信在那个世界里，也许的确会存在侠骨和柔肠，但更常见的肯定是黑暗和杀戮，就像一个血迷宫。<SPAN lang=\"EN-US\"> <BR></SPAN>　　而中国人想象出来的武侠世界，某种意义上它完全就是现实世界的投射。武侠世界里的武功，其实就是权力的隐喻，正因为如此，武侠世界里的人物很多都是越老越厉害，很显然，这是违背自然规律的。<SPAN lang=\"EN-US\"> <BR></SPAN>　　例如《武侠》里的大反派，王羽饰演的那个武功高强、刀枪不入的老头儿，看着他，我首先想到的是崔健的那句歌词：<SPAN lang=\"EN-US\">“</SPAN>老头儿更有力量<SPAN lang=\"EN-US\">”</SPAN>；其次，这个老头儿作为甄子丹饰演的唐龙的<SPAN lang=\"EN-US\">“</SPAN>父亲<SPAN lang=\"EN-US\">”</SPAN>，它让我再次想起我很久以前的一个想法：中国传统文明的奥秘就在于仁善其表，而其真正的内核则是一个恐怖的、黑暗的、无法无天的、嗜杀成癖的<SPAN lang=\"EN-US\">“</SPAN>父亲<SPAN lang=\"EN-US\">”</SPAN>。<SPAN lang=\"EN-US\"> <BR></SPAN>　　也许正因为中国传统文明有着这样一个内核，所以中国历史上才会发生那么多次大屠杀。有时看中国历史，会觉得那就是杀戮的历史，杀几千、几万、几十万、几百万甚至几千万人，满眼都是杀、杀、杀，一个人杀的人越多，他的<SPAN lang=\"EN-US\">“</SPAN>功业<SPAN lang=\"EN-US\">”</SPAN>就越大，他在历史上的地位就越高。<SPAN lang=\"EN-US\"> <BR></SPAN>　　　　<SPAN lang=\"EN-US\"> <BR></SPAN>　　在传统的武侠电影里，那些邪恶的暴力最强者，那些无法无天的<SPAN lang=\"EN-US\">“</SPAN>父亲<SPAN lang=\"EN-US\">”</SPAN>，他们通常最终都会死于所谓的<SPAN lang=\"EN-US\">“</SPAN>大侠<SPAN lang=\"EN-US\">”</SPAN>手里，而这所谓的<SPAN lang=\"EN-US\">“</SPAN>大侠<SPAN lang=\"EN-US\">”</SPAN>，换个更通俗的说法，就是<SPAN lang=\"EN-US\">“</SPAN>好人<SPAN lang=\"EN-US\">”</SPAN>。<SPAN lang=\"EN-US\"> <BR></SPAN>　　而在《武侠》里，陈可辛已经借金城武饰演的徐百九传达了这样一个结论：好人是不存在的，因为人性是不可靠的。<SPAN lang=\"EN-US\"> <BR></SPAN>　　村民们都认为<SPAN lang=\"EN-US\">“</SPAN>刘金喜<SPAN lang=\"EN-US\">”</SPAN>（这是唐龙的化名）是一个<SPAN lang=\"EN-US\">“</SPAN>好人<SPAN lang=\"EN-US\">”</SPAN>，甚至看上去还有点像<SPAN lang=\"EN-US\">“</SPAN>大侠<SPAN lang=\"EN-US\">”</SPAN>（虽然这个<SPAN lang=\"EN-US\">“</SPAN>大侠<SPAN lang=\"EN-US\">”</SPAN>有着罪孽深重的过去）。如果按传统的武侠电影的那套路数，肯定应该是由他来完成<SPAN lang=\"EN-US\">“</SPAN>弑父<SPAN lang=\"EN-US\">”</SPAN>。但在电影里，你会发现，他根本就不是<SPAN lang=\"EN-US\">“</SPAN>父亲<SPAN lang=\"EN-US\">”</SPAN>的对手，他不仅无法完成<SPAN lang=\"EN-US\">“</SPAN>弑父<SPAN lang=\"EN-US\">”</SPAN>，还差点儿被他的<SPAN lang=\"EN-US\">“</SPAN>父亲<SPAN lang=\"EN-US\">”</SPAN>杀死。<SPAN lang=\"EN-US\"> <BR></SPAN>　　为什么会这样呢？我想这可能是因为<SPAN lang=\"EN-US\">“</SPAN>刘金喜<SPAN lang=\"EN-US\">”</SPAN>这个人物是世俗道德的化身（<SPAN lang=\"EN-US\">“</SPAN>金喜<SPAN lang=\"EN-US\">”</SPAN>是一个极具世俗幸福色彩的名字），而世俗道德这东西，它从来都不是暴力最强者的对手。不仅如此，很多时候，它反而会成为暴力最强者的帮凶，成为暴力最强者的统治工具。<SPAN lang=\"EN-US\"> <BR></SPAN>　　从这个角度来看，妄图用世俗道德打败暴力最强者，这是一种纯粹的意淫。<SPAN lang=\"EN-US\"> <BR></SPAN>　　　　<SPAN lang=\"EN-US\"> <BR></SPAN>　　陈可辛显然不想拍一部纯意淫的电影，于是我们就看到了金城武饰演的徐百九这个人物。在我看来，这个人物是科学和法律的化身（在影片中，看他破案的过程，能看出他是一个很有科学精神的人，并且像<SPAN lang=\"EN-US\">“</SPAN>一根筋<SPAN lang=\"EN-US\">”</SPAN>一样依法办案）。虽然徐百九杀死本片中暴力最强者的科学方法看上去过于小概率，但却隐约传达了这样一个意思：只有依靠科学和法律，才能杀死那个恐怖的、黑暗的、无法无天的、嗜杀成癖的<SPAN lang=\"EN-US\">“</SPAN>父亲<SPAN lang=\"EN-US\">”</SPAN>。<SPAN lang=\"EN-US\"> <BR></SPAN>　　而<SPAN lang=\"EN-US\">“</SPAN>徐百九<SPAN lang=\"EN-US\">”</SPAN>这个名字显然别有深意，行百里路半九十，科学之路和法制之路尤其如此。中国想成为真正意义的现代国家，这个目标看似不远，但我们要面对的可能恰恰是最难走的最后<SPAN lang=\"EN-US\">“</SPAN>十里路<SPAN lang=\"EN-US\">”</SPAN>。<SPAN lang=\"EN-US\"> <BR></SPAN>　　<SPAN lang=\"EN-US\"> <BR></SPAN>　　以上是我前天看完《武侠》后回来写的，昨天路过国贸的一个电影院，在那儿又看了一遍《武侠》。<SPAN lang=\"EN-US\"> <BR></SPAN>　　我之所以想再看一遍《武侠》，主要有两个原因：一个原因是我想重新体验一下这部电影的整体氛围，该怎么形容它的整体氛围呢？感觉它既像是一座血迷宫，又像是一场黑梦；另一个原因则是王羽的吸引力，王羽在本片中的表演太出色了，他饰演的那个大反派气场奇大，他将中国传统社会中的<SPAN lang=\"EN-US\">“</SPAN>父亲<SPAN lang=\"EN-US\">”</SPAN>的种种抽象的邪恶完美地表演出来了，他演活了我说的那种恐怖的、黑暗的、无法无天的、嗜杀成癖的<SPAN lang=\"EN-US\">“</SPAN>父亲<SPAN lang=\"EN-US\">”</SPAN>。<SPAN lang=\"EN-US\"> <BR></SPAN>　　重新看《武侠》，我对这样两个情节印象深刻，一个情节是汤唯饰演的阿玉哭着划上两道门闩，她想用这样一种方式保住自己的家，但这显然是徒劳的，无法无天的暴力之手可以摧毁一切（在电影中，后来就有这样一个情节：王羽饰演的那个大反派一拳击碎了阿玉家的房门），说到这儿我想起那句西谚：<SPAN lang=\"EN-US\">“</SPAN>风能进，雨能进，国王不能进<SPAN lang=\"EN-US\">”——</SPAN>直到今天，中国人的房子依旧无法为中国人提供这样一种安全感。<SPAN lang=\"EN-US\"> <BR></SPAN>　　重看《武侠》，另一个让我印象深刻的情节是王羽饰演的大反派对他的儿子唐龙说：<SPAN lang=\"EN-US\">“</SPAN>你的命是我的！<SPAN lang=\"EN-US\">”</SPAN>然后又指着唐龙的儿子说：<SPAN lang=\"EN-US\">“</SPAN>他的命也是我的！<SPAN lang=\"EN-US\">”</SPAN>看完电影后回家，我跟张胖儿复述这段情节，然后我说：<SPAN lang=\"EN-US\">“</SPAN>在中国，肯定还有很多父亲认为孩子的命是他给的。<SPAN lang=\"EN-US\">”</SPAN>张胖儿听了后说：<SPAN lang=\"EN-US\">“</SPAN>父亲就提供了一个<SPAN lang=\"EN-US\">‘</SPAN>小蝌蚪<SPAN lang=\"EN-US\">’</SPAN>，就说孩子的命是他给的，这不是扯淡嘛。<SPAN lang=\"EN-US\">”</SPAN>但如此扯淡的事儿，偏偏就有人信，还信了两千年。<SPAN lang=\"EN-US\"> <BR></SPAN>　　西方传统文明有一种<SPAN lang=\"EN-US\">“</SPAN>弑父<SPAN lang=\"EN-US\">”</SPAN>情结，中国传统文明却有一种<SPAN lang=\"EN-US\">“</SPAN>弑子<SPAN lang=\"EN-US\">”</SPAN>情结。在这个星球上，几乎所有动物都是<SPAN lang=\"EN-US\">“</SPAN>幼本位<SPAN lang=\"EN-US\">”</SPAN>，而中国人却是一种<SPAN lang=\"EN-US\">“</SPAN>长本位<SPAN lang=\"EN-US\">”</SPAN>的动物。<SPAN lang=\"EN-US\"> <BR></SPAN>　　在中国古代，皇权至高无上的主要理论依据就是：孩子的命是父亲给的，所以<SPAN lang=\"EN-US\">“</SPAN>父要子亡，子不亡不孝<SPAN lang=\"EN-US\">”</SPAN>。而皇帝是所有人的父亲，所以所有人的命都是皇帝的，皇帝想上谁就上谁，想阉谁就阉谁，想杀谁就杀谁<SPAN lang=\"EN-US\">…… <BR></SPAN>　　在现在的中国，依旧有无数人在做着这样的皇帝梦，电视里整天在放的那些宣扬皇权至高无上的电视剧就是最好的例证。另外还有一些官员，因缺乏有效的监管，所以他们在自己所管辖的部门或地区肆无忌惮、一手遮天，就像<SPAN lang=\"EN-US\">“</SPAN>土皇帝<SPAN lang=\"EN-US\">”</SPAN>一样<SPAN lang=\"EN-US\">…… <BR></SPAN>　　<SPAN lang=\"EN-US\"> <BR></SPAN>　　以往的很多武侠电影，它们其实是在变相宣扬皇权思想。还有一些武侠电影，片中的<SPAN lang=\"EN-US\">“</SPAN>大侠<SPAN lang=\"EN-US\">”</SPAN>最终杀死了无法无天的暴力最强者，这看似很解气，但最根本的东西一点都没有变，很快又会出现另一个无法无天的暴力最强者。这既像是一个死循环，又像是一个没有出口的血迷宫。<SPAN lang=\"EN-US\"> <BR></SPAN>　　而《武侠》这部电影想要探讨的就是，如何为这个血迷宫找一个出口？答案就是依靠科学和法律，只有这两样东西，才能终结这个国家黑暗蒙昧的状态。<SPAN lang=\"EN-US\"> <BR></SPAN>　　金庸说<SPAN lang=\"EN-US\">“</SPAN>侠之大者，为国为民<SPAN lang=\"EN-US\">”</SPAN>，但他让他笔下的那些<SPAN lang=\"EN-US\">“</SPAN>大侠<SPAN lang=\"EN-US\">”</SPAN>都生活在古代，所以他们至多只能除暴安良，当他们发现怎么除都除不完的时候，他们可能就会隐匿山林，独自逍遥去了。<SPAN lang=\"EN-US\"> <BR></SPAN>　　而将时间背景设置于<SPAN lang=\"EN-US\">1917</SPAN>年的《武侠》探讨的是终结一个黑暗蒙昧时代的可能，同时也是终结自身的可能，因为在一个真正现代的国家，是不需要武侠的。<SPAN lang=\"EN-US\"> <BR></SPAN>　　从这个角度来看，《武侠》还有这样一个主题：启蒙。今年是辛亥革命<SPAN lang=\"EN-US\">100</SPAN>周年，<SPAN lang=\"EN-US\">100</SPAN>年了，这个国家却依旧需要最基本的启蒙，对此你能说什么好呢？在当下的中国，《武侠》作为一部商业大片儿却跟<SPAN lang=\"EN-US\">“</SPAN>主旋律<SPAN lang=\"EN-US\">”</SPAN>对着干，费力不讨好地探讨<SPAN lang=\"EN-US\">“</SPAN>启蒙<SPAN lang=\"EN-US\">”</SPAN>这个主题，就因为这个原因，我给这部电影打五星。 </SPAN></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020116710226955</comments>\r\n    <slash:comments>9</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/12187005020116710226955</guid>\r\n    <pubDate>Thu, 7 Jul 2011 10:22:06 +0800</pubDate>\r\n    <dcterms:modified>2011-07-26T11:26:31+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[肥肚腩是拒绝被爱的暗示吗]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011530115220442</link>\r\n    <description><![CDATA[<div>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">晚上出去吃饭，旁边坐着两女一男。从他们聊天的内容可以判断他们似乎是网友聚会，只是他们看上去肯定四十五岁以上了。后来那男的说“咱们三个都属虎”，我掐指一算，他们仨现在应该都是四十九岁。</SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">这个岁数的人的网友聚会，我还真是第一次遇到呢。从他们聊天的内容判断，他们目前应该都是单身，可能都离婚了吧。</SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">那两个女人都挺胖的，她们的经济状况应该还不错，而她们主要聊的都是情啊、爱啊等诸如此类的话题。</SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">其中一个女人很大声地说她和一个男网友的交往状况，后来忽然说了这样一句话：“我们还没见面呢就要结束了！”</SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">另一个女人也在说她最近在网上认识一男的，她和对方通电话，对方说自己不是帅哥，她说自己最不喜欢的就是帅哥了……</SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">看着这两个女人，我想起了耳熟能详的一句中国俗语：“三十如狼，四十如虎，五十坐地能吸土。”这两个女人马上就要到“坐地能吸土”的年龄了，时代还真是进步了一点点，年近五十的女人也在为网恋苦恼呢，看来北京也有成为“欲望都市”的趋势哦。</SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">只是这两个女人明显都是没有自制力的那种人，她们的嘴完全没法闲下来，她们不停地用吵嚷的方式聊天，不吵嚷的时候则一个劲儿地往嘴里塞东西。我相信现在在中国有很多这种缺乏自制力的中年女人，脑满肠肥的她们早早地就完全丧失了女性魅力，她们离了男人就像活不了了似的，而男人却会觉得跟她们一起生活还不如去死。</SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">写到这儿我想起前天在一篇文章中我写了这样一段半开玩笑半当真的话：</SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">刚才有豆友问我：“求泡妞终极技巧，谢谢。”我这样回复道：“泡妞终极技巧就是‘少吃一块糖’，我不是开玩笑，我是认真的……”这个也是泡帅哥、泡大款的终极技巧，就像那个最近的微博红人郭</SPAN><SPAN lang=\"EN-US\"><FONT face=\"Times New Roman\">MM</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">，你看她的泳装照，她小腹平坦且隐约有腹肌，这说明什么？这说明她是一个有“职业道德”的人，是一个有较强自制力的人，是一个能“少吃一块糖”的人。少吃一块糖，最好的帅哥和大款任你上……</SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">同样是前天，我在微博里说：忽然想起一个奥利弗·斯通导演的《</SPAN><SPAN lang=\"EN-US\"><FONT face=\"Times New Roman\">The Doors</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">》中的一个情节，成名后体形走样的</SPAN><SPAN lang=\"EN-US\"><FONT face=\"Times New Roman\">The Doors</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">主唱吉姆·莫里森悲伤地看着自己的肥肚腩。摇滚明星和二爷、二奶的相似之处就是都不能有肥肚腩，否则就意味着在走下坡路了。</SPAN><SPAN lang=\"EN-US\"><FONT face=\"Times New Roman\">25</FONT></SPAN><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">岁以后，想要没有肥肚腩需要很强的自制力啊。平坦的腹部是青春的标志……</SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\">王尔德曾说：“自恋是一生浪漫的开始。”原来我很喜欢这句话，但现在，我更倾向于认为，懂得自制才是一生浪漫的开始。</SPAN></P>  <P style=\"TEXT-INDENT: 21pt; MARGIN: 0cm 0cm 0pt; mso-char-indent-count: 2.0;\"><SPAN style=\"FONT-FAMILY: 宋体; mso-ascii-font-family: 'Times New Roman'; mso-hansi-font-family: 'Times New Roman';\"></SPAN><SPAN lang=\"EN-US\">很多人都说外表是肤浅的，作为一个外表一般的人，我很希望每个人都认同<FONT face=\"宋体\">“</FONT>以貌取人肤浅的<FONT face=\"宋体\">”</FONT>这个观点，但这显然是不可能的。一个人所谓的内涵隐藏在哪里？隐藏于人的外表之中。在外表在这件事上，的确存在着不公平，不过天生外表不凡的人一方面是运气好，另一方面则要感谢他的所有先辈为了优化基因所做的各种努力。我们已经来到这个世界了，有些事是天生注定的，但还有一些事我们却可以着手去做，例如重塑身心的尝试。<BR></SPAN></P></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011530115220442</comments>\r\n    <slash:comments>11</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/1218700502011530115220442</guid>\r\n    <pubDate>Thu, 30 Jun 2011 23:52:20 +0800</pubDate>\r\n    <dcterms:modified>2011-07-01T22:28:34+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[有爱的性是最好的嫩肤霜]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201154112340536</link>\r\n    <description><![CDATA[<div><PRE>很多年前，我上大学那会儿，我们学校里有一个“巡逻队”，是学校组织的，这个“巡逻队”成员都是学校的学生，他们每天晚上就在学校里巡逻，他们主要是晚上在学校里的树林和花园里巡逻，碰到那些在黑暗中野合的男女，他们就会如神兵天降般出现在他们眼前。</PRE><PRE>我的一个同学当时就是“巡逻队”的，参加这个“巡逻队”，学校每个月还会给他们补助一点钱，他曾给我讲过一些他“巡逻”时的见闻。</PRE><PRE>上大学时没觉得这有什么，现在想一想，会觉得这是很操蛋的一件事。因为这个“巡逻队”就像是那个喜欢监视和窥淫的老家伙们的一个人肉摄像头，我想那些老家伙之所以喜欢这么干，归根到底还是为了想要占有更多的性资源吧。</PRE><PRE>好像有部电影的名字是《交配后动物感伤》，那自诩为“高级动物”的人类呢？肯定多少会有些感伤吧，与此同时，人类的攻击性似乎也会在交配后减弱很多。而长期的性压抑，则可能会让人的内心不断分泌出“黑色的毒汁”（莫洛亚语）。在中国，这“黑色的毒汁”会被看作是一种东方的智慧，甚至变成了一种道德……</PRE><PRE>那些喜欢监视和窥淫的老家伙们最喜欢宣扬这种黑色的道德了。</PRE><PRE>在连大学都严重行政化的中国，不仅很多所谓的领导将占有更多性资源这件事作为炫耀的资本，即使是大学里的很多教授，私下里也以潜规则更多女大学生为荣。</PRE><PRE>有爱的性当然是最美好的，估计在某些人看来，为之流干最后一滴体液也是值得的，而无爱的性也并非全无是处。</PRE><PRE>无论是有爱的性，还是无爱的性，它们都是一种自我解放的手段，它们能帮助一个人认清自我，进而全力去做那些比性更好玩的事，然后完成自我实现。另外它们能帮助一个人释放压力，保持身体健康，它们还有可能成为爱臭美男女的嫩肤霜（很多事实都证明，有爱的性是最好的嫩肤霜）。你看那些脸色蜡黄的男孩儿和女孩儿，他们十有八九都长期处于性压抑状态，如果他们结束了这种状态，你会发现他们的脸色很快就会变好起来的。</PRE><PRE>很多和性有关的道德和谎言，究其本质，无非就是因为某些老家伙们想让年轻人变得更听话、更好管，进而大力宣扬——而更听话、更好管背后隐藏的则是更好上。</PRE><PRE>那些掌握权力的老家伙们对于年轻的肉体从来都是贪得无厌的……</PRE><PRE>所以呢，让自己束缚于那些老家伙们大力宣扬的道德和谎言，把自己压抑成一个脸色蜡黄的年轻人，这是很不划算的一件事。</PRE><PRE>崔健在《春节》里曾这样唱道：老人不再年轻，年轻人会老的，年轻人慢慢会老的……</PRE><PRE>年轻人慢慢会老的？在我看来，年轻人变老其实是很快的一件事，尤其是那些性压抑的年轻人，他们可能从未真正年轻过，就已经不可挽回地变老了。  </PRE></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201154112340536</comments>\r\n    <slash:comments>19</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/121870050201154112340536</guid>\r\n    <pubDate>Sat, 4 Jun 2011 11:23:40 +0800</pubDate>\r\n    <dcterms:modified>2011-06-04T11:49:22+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[论单身男青年定期打飞机之必要性]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020114279639764</link>\r\n    <description><![CDATA[<div><PRE>有时，我会有这样一种想法，即每一次打飞机都是一次大屠杀。同理，戴套儿嘿咻也是大屠杀。当然，如果细究的话，即使是以受孕为目的的嘿咻，也只有那些精子世界里的菲尔普斯们有可能成为幸运儿，而对于其他精子来说，那同样是一次必死的征程……</PRE><PRE>但是，如果你一直禁欲，精子也不会一直活着，它们可能会死在你的身体里，变成死精，而长期禁欲的后果就是会增加你患上前列腺炎的概率。</PRE><PRE>在《北京青年报》上曾看到一位男科专家说：“长期禁欲可能是导致慢性前列腺炎的原因之一。从这点上也可以证明规律的性生活对保护前列腺的重要性。”这位男科专家进一步指出：那些在外打工的男性，如果性压力长期得不到释放，患上慢性前列腺炎，也就没有什么可奇怪的了。</PRE><PRE>我想了想，在我认识的人中，有几个人的父亲常年在外工作，可能一年只能回一两次家，现在基本都饱受前列腺炎之苦。当然，从另一个角度来看，这也能证明他们在外工作的那些年没有“乱搞”？他们可能对定期打飞机这样的事都会有罪恶感，他们的确是标准的“好男人”。但问题就是，“好男人”就活该得前列腺炎吗？</PRE><PRE>他们之所以会有这样的人生，跟他们年轻时所接受的那种阴险或愚昧的“性教育”息息相关。</PRE><PRE>我始终认为，关于性的真相并不会毒害年轻人，最毒害年轻人的是那些关于性的谎言，在这个世界上，有很多别有用心的人最喜欢编织种种关于性的谎言，其中“手淫有害论”就是最恶毒的谎言之一。例如很多人都将“一滴精，十滴血”这一陈腐谬论搬出来，并说年轻人如果打飞机就会大伤元气，身体就会一点点垮掉，而某些年轻人也因此悔恨焦虑、惊恐不安。众所周知，健康男性一次射精约射出5毫升左右的精液，而现代医学对于精液的研究结果是：精液的98%左右是水分，其余2%左右是蛋白质和核糖核酸，还有极少的微量元素，如锌等。</PRE><PRE>只要不是过度频繁且毫无节制，定期适度打飞机不仅无害，反而有益。</PRE><PRE>孙云晓和张引墨合著的关于校园性问题的著作《藏在书包中的玫瑰》中有这样一段话：“在现实生活中，也确有一些青少年因手淫而精神萎靡，学习成绩下降，甚至悔不欲生。其实，手淫的害处并不在于手淫本身，而在于‘手淫有害论’带来的心理挫伤。手淫后的恐惧心理、犯罪感、自我谴责、悔恨心理才是一切手淫危害的真正根源。”</PRE><PRE>在本文开头，我说每一次打飞机都是一次大屠杀，这只是一个玩笑。如果你是一个没有固定性伴侣的单身男青年，或者你是一个搞异地恋的男青年，为了你的前列腺的健康，你还是定期适度打飞机吧，让你的精子带着希望出征，这本来就是它们期待的宿命，同时也是它们存在的意义之一……<BR></PRE></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020114279639764</comments>\r\n    <slash:comments>328</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/12187005020114279639764</guid>\r\n    <pubDate>Fri, 27 May 2011 09:06:39 +0800</pubDate>\r\n    <dcterms:modified>2011-05-27T11:41:38+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[贪爱是比好色更高级的欲望吗]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020114221074354</link>\r\n    <description><![CDATA[<div><PRE>在一个标题为《没品笑话集》的帖子里看到这样一个笑话：我打飞机被老婆撞见了。她说：“哎呀，早知道你这么饥渴，我就跟你爱爱了啦。”我说：“假如我真的饥渴到了那种程度，我会告诉你的。”</PRE><PRE>今天下午我看了很多笑话，这个对我最有杀伤力……</PRE><PRE>在我上大学的时候，看《美国美人》，其中的男主角也是宁肯自己打飞机也不跟他老婆做。当时觉得那是一个黑色幽默的笑点，许多年以后，我意识到那可能是无数已婚男人都会做的很平常的一件事。</PRE><PRE>男人背着老婆看爱情动作片打飞机算出轨吗？我怎么觉得这个问题这么悲凉呢。</PRE><PRE>对于婚姻，很多女人的看法是，婚姻就像签合约，男人签了就必须遵守合约，不能违约。说到这儿我想起黄子华说的一句话：“我们结婚时会发好多誓，但从来不说做不到会怎样。”你看看，男人狡猾着呢。</PRE><PRE>那么女人呢，她们中的很多人的身体里可能潜伏着一个包法利夫人。</PRE><PRE>男人最致命的弱点就是好色，女人最致命的弱点就是贪爱。其实这两者的本质并无区别，都是如兽性般的本能，都为了填充自己内心中的那个无底的黑洞，那黑里面有什么？</PRE><PRE>但女人总认为贪爱是比好色更高级的欲望，所以她们会觉得哪怕有一天自己婚后出轨了，那也是她们的老公的错，因为她们会觉得自己在老公那里没有得到应得的爱。</PRE><PRE>小时候，总能看到电视里的男人想尽各种方法向女人求婚，当时就觉得大多数男人在现实生活中也会这样做吧。后来我渐渐明白这类情节只是为了满足女人的幻想，因为我发现在现实生活中，那样求婚的男人其实挺少的——当然，大多数女人肯定也不会向男人求婚了，但她们会运用各种手段，逼男人跟自己结婚。</PRE><PRE>前几天我说过这样一段话：若非青春苦短，谁愿来日方长？如果女人能永葆青春，估计女人也不愿意结婚……</PRE><PRE>可惜，女人不可能永葆青春，但还有一种情形会让女人对结婚的愿望不再那么迫切，甚至不愿意结婚，那就是当她们实现精神独立和经济独立后（当然，如果能实现财务自由那就更好了）。因为绝大多数人的婚姻，说白了就是一种资源的交换。例如现在依旧有很多女人实际上是将自己与生俱来的子宫当成一种资源，而很多男人则是将自己的财产当成一种资源，而他们的婚姻不过是这两种资源的交换。而如果一个女人在精神上和经济上都不用依赖男人，她自己既有子宫，又有实现经济独立甚至财务自由的能力，那她何必死乞白赖地想要结婚呢。从这个角度来看，随着社会的不断进步，当女人的经济地位和男人渐趋平等后，现在这种反人性的婚姻制度必然会走向衰落的。</PRE><PRE>我说绝大多数人的婚姻不过是资源的交换，很多人反对。其实换个角度来看，无论男女，长得好看、人聪明等等都是资源，因为这些都基因优秀的表象。试问，在这个世界上，还有什么比优秀的基因更抢手的资源？</PRE><PRE>现在的婚姻制度，对于很多有权或有钱的人来说，是事实意义的一夫多妻制或一妻多夫制，甚至多夫多妻制。但这些人又会控制主流舆论，让普通人遵循一夫一妻制的道德约束。他们为什么这么做？原因你自己去想吧。</PRE><PRE>顺便说一嘴，关于婚姻的很多传统价值观是基于当时的女性没有经济独立能力这一前提而产生的，如果一个现代女人已经经济独立了，却还遵守那个，那不是傻吗？而如果一个男人要求一个经济独立的现代女人遵循那些束缚女性身心的传统价值观，那他不是傻，他这是无耻……<BR></PRE></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020114221074354</comments>\r\n    <slash:comments>169</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/12187005020114221074354</guid>\r\n    <pubDate>Sun, 22 May 2011 22:07:04 +0800</pubDate>\r\n    <dcterms:modified>2011-05-23T18:09:19+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[关于秀恩爱这件事]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201141694533564</link>\r\n    <description><![CDATA[<div><PRE><PRE>几个月前，关于秀恩爱这件事，我的看法是：看到很多到处秀恩爱的女孩儿最后都分了，看来除了要像某人说的那样要闷声发大财之外，还要闷声谈恋爱…… <BR><BR>后来，我的想法变了。秀恩爱，分得快？周迅恋爱的时候倒是也都特高调的，当然，她之前那些高调的结果是都分了，但是，她起码享受了爱的过程了…… <BR><BR>经常看到我的某些女性豆友今天秀恩爱，明天伤分手。按某知名化妆师的观点，女人不跟五十或八十个男人谈过恋爱，是不可能有魅力的。如果这个说法是正确的，女人的魅力之路还真挺漫长的。不过恋爱谈得多的女人看上去相对而言更聪明且更有活力倒是真的…… <BR><BR>今天看到豆友陈小疯在说起了秀恩爱这件事，于是我回了这样一句：人生的本来面目就是无限荒凉，所以秀恩爱必然是没有好下场，但不秀也不会有好下场，所以秀或不秀其实没什么区别的…… <BR><BR>我将上面这句话发到我的微博上，一个昵称为“吴蒋俊”的微博友邻这样回复道：“这是一个意外身亡和自然死亡的区别，都是死，可否不要死得那么四肢残缺内脏破裂身首异处屎尿横流……” <BR><BR>看到她的这句话，我又回了这样一句：但问题是，一个人如果选择一种可能会意外死亡的活法儿，获得的回报会远超过那些贪生怕死的普通人，正所谓“富贵险中求”，爱情也是要险中求的…… <BR><BR>其实想一想，有时候狂秀恩爱，无形中就能把对方抓得更牢，于是更有可能来日方长，更有可能长相厮守。 <BR><BR>但爱情就是“天长地久求一个安稳”？很显然，在很多时候，答案是否定的…… <BR><BR>若非青春苦短，谁愿来日方长？如果女人能永葆青春，估计女人也不愿意结婚…… <BR><BR>爱无永恒，偶有例外？ <BR></PRE></PRE></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201141694533564</comments>\r\n    <slash:comments>51</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/121870050201141694533564</guid>\r\n    <pubDate>Mon, 16 May 2011 21:46:38 +0800</pubDate>\r\n    <dcterms:modified>2011-05-22T10:27:30+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[当我们谈论车震时我们谈些什么]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020114117344980</link>\r\n    <description><![CDATA[<div><SPAN property=\"v:description\">　　不知道为什么这次顾长卫没有找李樯来做《最爱》的编剧，是因为李樯作为编剧的《孔雀》和《立春》都是叫好不叫座的票房失利之作，所以他想有所改变？ <BR>　　我估计《最爱》的票房过亿应该没什么问题，因为本片的看点、噱头以及各种可炒作的相关话题还是挺多的。 <BR>　　所以我相信《最爱》下线后，想找顾长卫车震的女演员肯定会越来越多。 <BR>　　顾长卫会因此志得意满吗？这个问题当然只有他自己心里清楚了，只是我估计他心里可能也会有一点点怅然若失的感觉。 <BR>　　前几天我看一本关于艺术批评的书，其中有个外国艺术评论家提出一个观点，其大意是一个艺术家如果去搞庸俗艺术，这是一种“道德的堕落”，这意味着“他的意志完全是邪恶的”。 <BR>　　我之所以想起这个观点，倒不是说顾长卫现在是有意识地开始搞所谓的“庸俗艺术”，只是相对于《立春》和《孔雀》，这部《最爱》出现了一定程度的庸俗化倾向却是不争的事实。 <BR>　　我个人觉得这部《最爱》的结尾的表现手法是最大的败笔，它一方面过度煽情，一方面又在贩卖软色情，与此同时，它似乎还在赞颂着女主角的自我牺牲，这样几种情绪杂糅在一起，一切瞬间就变得浅薄了，感觉就像吃了一只苍蝇。我始终觉得，即使是主动的自我牺牲，也要用批判的眼光去看待…… <BR>　　但我想这应该也不完全是顾长卫的错，因为既然他选择了拍这种投资相对较多的“大片”，那么很多事就不是他能说了算的了，资本的意志会自然而然地发挥作用，让这部电影变得更平庸一些，更保守一些，更滥情一些。 <BR>　　另外这部电影之所以被拍成这样，同样还要归功于畸形的国内电影市场。而国内电影市场之所以畸形，原因显而易见，因为政治的干涉。由于没有电影分级制，导致一个内地导演除非彻底放弃国内的票房收入，否则他必须在拍片之前先自我审查一番，然后在拍片的时候不断自我阉割。 <BR>　　说到这儿我想起曾有人总结出法国新浪潮电影的规范：“小规模，反传统，而且具备商业竞争力”。想一想，国内依旧还有一些电影导演坚持着这些规范（他们主要赚外国人的钱，其中有几位早已经名利双收了）。希望在不久的将来，他们可以在坚持自己的独立原则和个人风格的同时，在中国内地的电影院也能赚到钱。 <BR></SPAN></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020114117344980</comments>\r\n    <slash:comments>14</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/12187005020114117344980</guid>\r\n    <pubDate>Wed, 11 May 2011 19:34:49 +0800</pubDate>\r\n    <dcterms:modified>2011-05-16T10:07:47+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[哪吒为什么要自杀？]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201131875052102</link>\r\n    <description><![CDATA[<div>　　前天看完了《爱情与灵药》，然后在微博上写了这样两段话： <BR>　　看了《爱情与灵药》，还挺好看。片中女主人公要跟男主人公分手的理由是：“我需要你胜过你需要我……这样不公平……”这句台词打动了我，但后来我想，爱一个人爱到想让他自由的地步，是不是还是希望他自由地飞走然后还会飞回来？就算那个人不回来，自己也会获得自我牺牲的快感…… <BR>　　总能看到这样一类男人或女人，这些人会有这样一种想法：我如此爱你，所以我有权要求你为我有所牺牲。他们的这种想法是爱吗？如此丑陋的“爱”，竟然也能让他们沉溺于自我感动之中…… <BR>　　 <BR>　　上大学时，我翻完了萨特的那部状似板儿砖的著作《存在与虚无》，结果后来只对这一句话印象深刻：“恋爱者不想像人们占有一个物件那样占有被爱者；他祈求一种特殊类型的化归己有。他想占有一个作为自由的自由。” <BR>　　当时我看到这句话之后有一种豁然开朗的感觉，原来爱就是想占有“一个作为自由的自由”，我喜欢这种爱的方式。 <BR>　　 <BR>　　现在看电视，经常会看到一些古装剧依旧会有意或无意地灌输一种很腐朽的价值观，即将女性的身体物化。另外在现在的中国，有处女情结的男人依旧有很多，他们在潜意识里同样会物化女性的身体。 <BR>　　而另一方面，现在有无数中国女人也总想通过限制男人的自由来换取婚姻的长久，而且她们可能也会在潜意识里将男人物化，即将他们物化成长期饭票儿、赚钱机器或提款机等诸如此类的东西。 <BR>　　 <BR>　　还好，除了这些电视剧之外，我们还可以看到像《爱情与灵药》这样的电影，另外我们还可以看到一些爱情动作片。 <BR>　　今天早上我还在想，在我青春期的时候，像《爱情与灵药》这样的R级电影以及更刺激的爱情动作片中的那些丰腴肉身，曾在某种程度上解放过我的思想。她们让我明白了，即使她们和众多男人乱搞的视频被无数人看到了，她们也不用去寻死觅活，而且她们依旧可以过很正常的生活，很正常地和别人恋爱乃至结婚。 <BR>　　也就是说，并不是一个女人跟男人上床了，她的身体就等于被“占有”了。 <BR>　　在现代社会，“占有”别人的身体是一种很可笑、很无知的说法。 <BR>　　在现代社会，没有任何一个人有资格、有权利去“占有”别人的身体。 <BR>　　原因很简单，在现代社会，我们的身体是我们自己的。 <BR>　　在人类进入现代社会之前，专制的那一套之所以行得通，其根源就在于掌权者会向人们灌输这样一种理论：你的身体不属于你自己。 <BR>　　例如如果你生在中国古代，你就会被告知：你的身体不是你自己的，你的身体是属于生育你的父母，而皇帝则是所有臣民的父亲，那些官员也被称为“父母官”（在现代社会则正好相反，因为现代社会中的纳税人已经明白了他们才是政府和官员的衣食父母）。 <BR>　　哪吒为什么要自杀？他可能就是想表达这样一个意思：父亲，你说我的身体是你给的，那好，我自杀！我将我的身体还给你！这样可以了吧？ <BR>　　而如果哪吒是一个现代人，那他就可以对他父亲说：你说我的身体是你给的？你脑子有问题吧？你让我来到这个世界，你征求过我的意见吗？在我未成年之前，你可以遗弃我，但你也要承担相应的法律责任。 <BR>　　 <BR>　　为什么过去的皇帝总喜欢制定那么多关于性的戒律和禁令？因为他们要通过这样一种方式控制你的身体，他们要通过这样一种方式告知你，你的身体不属于你自己。这样他们就可以拥有对你的身体的绝对处置权——如果你是女人，他们想上你就上你，他们连“朕射你无罪”这样一句话都懒得说，因为他们会觉得他们上你那是看得起你；而如果你是男人，他们想阉你就阉你，你被阉了还得“谢主隆恩”，当然，他们同样也有可能上你，并且毫不在乎你的性取向是什么，也不在乎你愿不愿意。 <BR>　　 <BR>　　现在你知道那些作家、艺术家为什么拼命想要搞出一些被掌权者认定是“低俗”、“堕落”、“下流”的作品了吧？因为这和个人的自由息息相关——我们的身体是我们自己的，在没有伤害别人的前提下，我们和别人你情我愿地做爱做的事，你有什么权利忽然破门而入把我们抓走，然后把我们关进监狱？ <BR>　　一个国家的公民能活得多自由，和这个国家的性开放程度几乎从来都是成正比的。而身体所承受的所有压抑，都源于政治的压抑。所以不要小看或鄙视90后搞出的这个“门”或那个“门”，那些“门”某种程度上也能推动时代的进步。</div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201131875052102</comments>\r\n    <slash:comments>13</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/121870050201131875052102</guid>\r\n    <pubDate>Mon, 18 Apr 2011 07:50:52 +0800</pubDate>\r\n    <dcterms:modified>2011-04-18T07:50:52+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[在中国，谁是所谓的Loser]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020112761611735</link>\r\n    <description><![CDATA[<div>  <DIV style=\"MARGIN-RIGHT: 0px;\"  dir=\"ltr\" ><PRE><PRE><PRE><P style=\"TEXT-INDENT: 2em;\"  >在中国，如果你经常上网，你十有八九会遭遇这样的事儿：某些人可能会对你说你跟谁谁谁比算个屁啊。而他们说的谁谁谁通常可能是一些名人，也可能是一些很有钱或很有权的人。总之，他们想以这样一种方式打击你的自尊，提醒你是一个连屁都不如的东西。大概是出于一种“谦虚的美德”，这些人通常不会说：“你跟我比算个屁啊。”当然，这也可能是因为他们隐隐觉得自己其实同样也是一个连屁都不如的东西。</P><P style=\"TEXT-INDENT: 2em;\"  >&nbsp;</P><P style=\"TEXT-INDENT: 2em;\"  >另外他们很喜欢从物质层面上打击你，虽然他们自己可能也正在过着一种“手停口就停”的生活。例如如果你没房没车，他们可能会说你就是一个Loser；而如果你有房有车，他们可能会说你不就有个小破房子小破车嘛，跟那些住别墅的人比你算个屁啊；如果你住上了别墅，他们可能会说你跟比尔·盖茨比算个屁啊……</P><P style=\"TEXT-INDENT: 2em;\"  >&nbsp;</P><P style=\"TEXT-INDENT: 2em;\"  >除此之外他们还很喜欢地域攻击，举个例子，这是我的亲身经历，昨天有一个无聊的人跑去看我的微博，一条一条地看，然后他终于找到了一个“破绽”来攻击我，然后他这样回复我写的一个帖子：“你自己不过是一个在北京打工的外地乡下人，户口也没有，被北京房产限购政策搞得鸡飞狗跳的……”我回了他这样一句：“我想问问，你有北京户口吗？如果你有，OK，那如果你去上海，某些上海人照样也会像你说的那样，说你是在上海打工的‘外地乡下人’，你觉得用这个攻击别人很有意思吗？”</P><P style=\"TEXT-INDENT: 2em;\"  >&nbsp;</P><P style=\"TEXT-INDENT: 2em;\"  >当我还在上大学的时候，当我看到一个所谓的Loser，我会这样想：这是因为这个人不够努力。当我大学毕业步入社会后，我发现在这个国家，所谓的Loser数以亿计。而现在的我更倾向于这样看待这个问题：如果一个社会缺乏自由和公正，那这个社会中绝大多数人都是Loser，这个不是努力还是不够努力的问题，而只是一个单纯的概率问题……</P><P style=\"TEXT-INDENT: 2em;\"  >&nbsp;</P><P style=\"TEXT-INDENT: 2em;\"  >现在，在这个国家，既得利益者们为了共同的利益倒是能相对紧密地团结起来，除此之外，而社会底层则基本完全碎片化了，大家互相歧视，甚至互相仇视。很多人通过看不起别人来维持自己的“优越感”，他们最擅长用压迫者的口气说话，但却拥有着被压迫者的生殖器。</P><P style=\"TEXT-INDENT: 2em;\"  >&nbsp;</P><P style=\"TEXT-INDENT: 2em;\"  >有时候我也觉得很奇怪，为什么这个神奇的国家会诞生出那么多互残文化？例如中国的酒文化，很多人似乎非要将同桌的人喝吐血或是直接喝进医院，才能获得心理满足感。再例如在中国的学校里，有些老师打击学生的自尊和自信的时候，几乎可以用丧心病狂来形容。甚至在家庭里也是一样，有些家长在教育自己的孩子的时候，同样会想方设法摧毁孩子的自尊和自信。由于从小经历了这样的教育，使得很多孩子在长大后，可能连某些最基本、最正当的权利都不敢去争取。</P><P style=\"TEXT-INDENT: 2em;\"  >&nbsp;</P><P style=\"TEXT-INDENT: 2em;\"  >前一段时间，《人民日报》搞出这么一句“名言”：“我们不能脱离现实发展水平去盲目追求社会公正。”社会公正很难追求吗？的确很难追求，因为某种意义上，社会不公正的根源只有一个，那就是权力压制权利。而权力这东西，它肯定不会自己跑进笼子里。</P><P style=\"TEXT-INDENT: 2em;\"  >&nbsp;</P><P style=\"TEXT-INDENT: 2em;\"  >曾经有一个豆友问我为什么一直咬住户籍问题这么长时间，觉得我挺没劲的。我的回复是：这个问题和我的切身利益息息相关，我想发出一点我自己的声音，虽然这声音可能很小很小，但我还是想发出我自己的声音。很多时候，如果大家都能发出自己的声音，去争取那些本该属于自己的权利，那么这个不公正的社会就会发生一点一滴的改变，同时那种自身权利每天都被权力损害，却还喜欢用压迫者的口气去侮辱和自己同样身处社会底层的人的蠢货应该也会变得越来越少了吧。</P></PRE></PRE></PRE></DIV></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020112761611735</comments>\r\n    <slash:comments>20</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/12187005020112761611735</guid>\r\n    <pubDate>Mon, 7 Mar 2011 18:16:11 +0800</pubDate>\r\n    <dcterms:modified>2011-03-07T18:57:27+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[我们天上人间见]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011259151534</link>\r\n    <description><![CDATA[<div>　　在看《观音山》之前，我回想了一下，忽然发现李玉此前拍的三部剧情片我竟然都看过，但每部看完都比较失望，尤其是《苹果》，当时看完我还说过那部电影就像一个“打擦边球的怪胎”。 <BR>　　今天去看了《观音山》，也许是因为我对李玉这位导演的期待值比较低，所以看完这部《观音山》之后，我发现它比我想象的要好那么一点点。 <BR>　　我想李玉可能是想把自己定位为一位艺术片导演，但她对于自己的导演水平也挺有自知之明的，估计她也知道自己的电影很难像国内的某些艺术片导演那样拿个金棕榈、金狮或金熊之类的大奖，然后通过赚老外的钱来帮投资人先收回成本再大赚一笔，所以她只能在拍艺术片的同时瞄准国内电影市场。但你也知道，大多数国产艺术片想要在国内电影市场收回成本几乎比登天还难。所以李玉将自己最近的两部电影都搞成了话题之作，而她的立场则是伪文化精英式的擦边球立场。当然，这也没什么可指责的，要怪只能怪现在的国内电影市场太畸形了，而李玉的这种尝试，某种意义上也给国产艺术片导演指出了一条新路，即拍一种中国特色的国产商业艺术片，然后想办法用相对比较省钱但又很管用的方式大力营销。 <BR>　　《观音山》在公映之前，营销工作做得还挺成功的，尤其是本片的主题曲由范晓萱作曲，韩寒作词，他们的这一招儿狠狠地扼住了无数豆瓣文艺青年的七寸，由此产生的话题效应还挺大的。说到这儿我想起今天看完电影，我还跟张胖儿开玩笑说：高考落榜何处去，韩寒遥指观音山…… <BR>　　 <BR>　　在看《观音山》的时候，我对于这样一个问题有些疑惑不解：为什么不让片中的人说方言呢？听着陈柏霖和范冰冰扮演的外省青年操着一口多少有些港台腔和北京腔的普通话，感觉就像是这样一种暗示：这是一个乱编的故事。 <BR>　　看《观音山》的前半段，感觉导演讲述的那个残酷青春的故事实在有些小儿科，这个故事被讲述得既不够真实，也不够深刻。而张艾嘉在本片中的“绝望表演”也因为过于用力而有煽情之嫌。如果你看过很多非常经典的艺术片，你会发现那些艺术片导演在叙事的时候几乎从来都是隐忍而节制的，他们更倾向于让观影者自己去想象生活中真正残酷且绝望的那些东西，这就好像海明威的“冰山法则”。而李玉在本片中过于用力且不知节制的叙事，也让本片丧失了成为经典艺术片的可能。 <BR>　　 <BR>　　如果说《观音山》这部电影和国内同类电影相比有什么新意的话，那就要说本片最后通过宗教完成了一次还算是比较成功的升华。对于本片的这种升华，我在看完电影后跟张胖儿开玩笑说：“蒋雯丽拍了一部《我们天上见》，我觉得李玉的这部电影也可以命名为《我们天上人间见》，这个‘天上人间’不是北京朝阳区的那个‘天上人间’，而是天上的极乐世界，估计这部电影里张艾嘉演的那个人最后就去了我说的这个天上人间了，在那儿她就能跟她死去的儿子以及她老公团聚了……” <BR>　　都说当下的中国人缺乏信仰，导致自己的心灵居无定所，道德体系分崩离析，现在政府的做法是把孔子又给搬出来了，看来当初的新文化运动是白搞了。爱因斯坦曾说佛教是最契合现代科学的一种宗教，真是这样吗？不过不管怎么说，作为一部国产商业艺术片，将残酷青春和佛教嫁接在一切，倒也算搞出了一点新意。 <BR>　　 <BR>　　另外在《观音山》的结尾，导演让男主人公和自己的父亲达成了和解，并暗示观影者：被过去那个时代洗脑的父辈现在过得也很苦啊，他们也是受害者。 <BR>　　一个人一旦原谅了他的父亲，某种意义上也就意味着他告别了自己的青春。 <BR>　　希望这一代告别了青春的人在当了父亲之后，能更合格一点，想办法让自己的孩子活得更快乐一点，更自由一点，这样他们的孩子在长大之后，应该就能如陈丹青所说的那样长着一张“没受过欺负的脸”了吧。 <BR>　　 <BR>　　最后再说几句题外话，你看李玉虽然到目前为止，电影拍得还是不怎么样，但你想一想，她现在才37岁，在她不到27岁的时候，她就已经拍出了自己的第一部剧情长片，然后一部接一部地拍到现在。她这么拍下去，在未来的某一天她没准儿真能成为一个电影大师也说不定。估计每一个文艺青年都有自己的梦想，其中大多数人会苦苦思索所谓的实现梦想的秘诀，他们可能会一直思索到自己大小便不能自理的那一天。还有一些人，则像李玉那样，他们不会像大多数人那样把自己的梦想给供起来，他们对待梦想的方式是霸王硬上弓，不管三七二十一，扑上去就开始乱搞，没准儿搞着搞着就把梦想给搞定了。</div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011259151534</comments>\r\n    <slash:comments>8</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/1218700502011259151534</guid>\r\n    <pubDate>Sat, 5 Mar 2011 09:15:15 +0800</pubDate>\r\n    <dcterms:modified>2011-03-05T09:15:15+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[如何成为富二代他妈的老公]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201111074020174</link>\r\n    <description><![CDATA[<div>　　今天我和张胖儿一起去看了电影《青蜂侠》，在看之前我对本片的期望并不高。在买票的时候，我发现本片的票价比其他电影要贵一些，便问售票员为什么会这样，售票员对我说：“这部电影是数字3D的。”在此之前我还真不知道这部电影是数字3D的，当时我心想：“原来这鸟片儿还是3D的。”而当我看完本片之后，我对张胖儿说：“这鸟片儿还不错，至少比前一阵儿看的那部鸟3D片儿创什么战纪的要好看一些。” <BR>　　话说我对这种商业大片的要求一向不高，由于我在电影院看电影的时候经常会睡着，所以一部商业大片对于我来说只要没有“睡点”，即看的时候没有让我昏昏欲睡，那我就会认为这部电影还不错。说到这儿我想起前一段时间看那部鸟3D片儿创什么战纪的我就睡着了，另外这两年让我看睡着的商业大片还有《变形金刚2》和《爱丽丝梦游仙境》。 <BR>　　 <BR>　　说回正题，继续说《青蜂侠》。众所周知，《青蜂侠》主演之一周杰伦有成为“烂片之王”的趋势，估计这也是很多人在没看本片之前就开始痛骂本片的原因之一吧。 <BR>　　说到周杰伦，我不禁想起前一段时间我的饭友莫筱涵说的这样一句话：“我其实好想看周杰伦不戴假发的样子，虽然我是他的粉，但这个邪恶的想法不是我的错。”很久以前我也看到过一些关于周杰伦戴假发的八卦，而今天看《青蜂侠》，第一次看到3D版的周杰伦，感觉他的头发果然有些怪怪的，希望这只是因为我的某种心理作用在作祟。 <BR>　　 <BR>　　除了周杰伦传说中的假发，在看《青蜂侠》的时候，我一直在想这样一个问题：在全球化的时代，无数现代男人都有一个渴望反体制的超级英雄梦，而现代社会对于个人的控制越来越加强了，想要靠个人的力量反体制，这几乎是一件不可能的事了，于是西方的电影导演们就一次又一次地拍这种超级英雄电影。 <BR>　　我相信很多中国电影人也想拍一些和中国社会现状息息相关的超级英雄电影，但不用我说你也知道，这样的电影在现在的中国是很难通过审查的，于是中国电影人就只能另辟蹊径，于是他们会去拍一些将历史背景设置在近代或古代的超级英雄电影，如果他们中的一些人的心里还有一些情怀的话，这些人就会借古讽今，例如姜文的《让子弹飞》，我个人认为《让子弹飞》是中国迄今为止最成功同时也是最好看的一部超级英雄电影。 <BR>　　而《青蜂侠》作为一部超级英雄电影，我个人认为它还算是比较好看的一部了，里面笑点还挺多的。另外看本片的时候，我最大的感慨就是：当一个超级富豪或是当一个富二代真爽啊，因为他不禁可以和一群大长腿九头身美女开群P派对，他还有可能成为一个替天行道、惩恶扬善甚至拯救地球的超级英雄，最典型的几个例子就是蝙蝠侠和钢铁侠，另外还有本片中的青蜂侠。 <BR>　　也就是说，如果你是一个穷二代，你还想成为一个有能力拯救地球的超级英雄，那你基本上就只能去找那只曾经咬过蜘蛛侠的超级毒蜘蛛，然后冒着生命危险让它也咬你一口。 <BR>　　 <BR>　　说到这儿我想起我父亲在上个世纪90年代中期不知道用什么办法曾搞到过100万人民币，他本来有很大的机会用这笔钱作为本钱然后赚到更多的钱，进而让我和我弟弟成为富二代，可那100万人民币很快被他吃喝嫖赌挥霍一空，后来他更是欠了一屁股债，这使得我和我弟弟彻底丧失了成为富二代的可能性。 <BR>　　我曾经对张胖儿说：“现在，我最大的梦想就是让你成为富二代他妈，而我则是富二代他妈的老公。”当我看完《青蜂侠》，我就在想，如果我实现了我的这个梦想，那我的那个尚未出生的孩子就有可能成为一个可以替天行道、惩恶扬善甚至拯救地球的超级英雄了，太帅了…… <BR>　　 <BR>　　说回到《青蜂侠》，关于本片，我还有这样一个感悟，那就是像本片中的那个跟黑帮勾结的检察官那样掌握权力的人想方设法搞出来的信息不对称是这个世界上的万恶之源，某种意义上，那些见不得人的罪恶乃至极权或专制之所以能存在于这个世界上，靠的就是这种信息不对称。 <BR>　　所以在老外拍的无数部电影中，我们总能看到主人公为了让罪恶的真相公布于众而万死不惜这样一种主题，这在西方几乎都快成了一种陈词滥调了。 <BR>　　我希望有一天，这样的主题在中国也能成为一种陈词滥调，而这也是我除了想成为富二代他妈的老公之外的另一个梦想。</div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201111074020174</comments>\r\n    <slash:comments>8</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/121870050201111074020174</guid>\r\n    <pubDate>Thu, 10 Feb 2011 19:40:20 +0800</pubDate>\r\n    <dcterms:modified>2011-02-10T21:13:34+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[如何像人一样彼此相爱]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201116093962</link>\r\n    <description><![CDATA[<div><PRE>有些女人在爱的时候可能会因为自己相对较少考虑下半身的问题，就会拥有这样一种虚妄的道德优越感，即认为自己是在用心去爱，而男人则是在用自己的小弟弟去爱……\r\n\r\n都是受生殖本能的驱使，谁的爱天生就能更高尚一些啊？看穿了其实都是一回事儿……\r\n\r\n女人受生殖本能驱使，可能会渴望她爱的那个男人一生一世只想睡她一个人，而那个男人受生殖本能驱使，却可能会想睡一万个女人。这真是一个矛盾，但如果这个矛盾不存在，估计人类现在还在茹毛饮血，甚至有可能已经灭绝了。\r\n\r\n既然男人拥有总想着到处“播种”这样一种基因本能，那他们为什么会心甘情愿守在某一个女人的身旁呢？估计是因为如果他们天天出去乱搞，那别的男人就可能会趁虚而入，去他们家和他们的女人乱搞，这样他们日后辛辛苦苦养大的就有可能是别人的孩子。\r\n\r\n中国古代男人为了解决这一难题，他们殚精竭虑想出了很多办法。例如他们中的一些人如果当上了皇帝，就会把自己的女人都关在后宫，并将有可能接触到这些女人的男人都阉了。不过鉴于能当上皇帝的中国男人就那么几个，皇帝有办法看住自己的女人，那普通老百姓怎么办呢？于是一些极度伪善的“圣人”又想出了“饿死事小，失节事大”或三从四德等诸如此类的道德价值观来压制中国女性。\r\n\r\n很显然，在中国古代，男人对女人的全面压制搞得挺成功的。但这个国家也因此付出了巨大的代价，为什么这么说呢？因为某种意义上，男女之间的冲突和摩擦是推动人类社会进步的最强大动力，我想这也许可以用来解释为什么中国从明清开始不断退步，到了清末更是孱弱到不堪一击，也许就是因为那时的中国男权文化对女性的彻底压制，扼杀了中国男女间的大多数冲突和摩擦。\r\n\r\n也许上述说法有些抽象，如果往具体了说，我们可以这样解释这个问题，一个男人受生殖本能的驱使，他想去追求他喜欢的女人，那他肯定就要想各种办法去吸引他喜欢的女人，例如他要想办法让自己的身体变得更强壮，他要想办法讨得他喜欢女人的欢心，他要想办法拥有足够多的资源进而让他喜欢的女人相信自己能好好地养她以及他们的孩子。简而言之，他要想方设法让自己进化得更强进而吸引他喜欢的女人。而如果在一个社会中，绝大多数女性的身体完全被物化，被商品化，可能就会使得绝大多数男人觉得自己根本没有必要花心思去思考如何吸引女性，也没有必要去想如何讨女人的欢心，甚至都不用去想如何不断增强自己的男性魅力。\r\n\r\n另外你也知道，在中国古代，资源分配方式又极度不公平，使得无数社会最底层中国古代男性即使拼命努力，还是无法改变自己贫贱的命运，这也使得命贱如草的他们根本没有机会拥有足够多的资源进而去吸引女性，所以他们也就不思进取进而让自己进化得更强了，因为他们想要养活自己可能就已经需要他们流尽血汗了。说到这儿我又想起了胡适曾说过的这样一段话：“人世的大悲剧是无数的人们终身做血汗的生活，而不能得着最低限度的人生幸福，不能避免冻与饿。人世的更大悲剧是人类的先知先觉者眼看着无数人们的冻饿，不能设法增进他们的幸福，却把‘乐天’、‘安命’、‘知足’、‘安贫’种种催眠药给他们吃，叫他们自己欺骗自己，安慰自己。”\r\n\r\n也就是说，在中国古代，绝大多数社会底层的男人和女人一样，都活在一个巨大的谎言之中，他们被侮辱，被伤害，活得毫无尊严。由于历史拥有巨大的惯性，使得这个巨大的谎言在21世纪的中国依旧很有市场，使得一些很腐朽、很肮脏的道德价值观依旧在这个国家大行其道。这也使得无论是中国男人，还是中国女人，想要在21世纪的今天像人一样活着，像人一样彼此相爱，同样需要付出巨大的努力。还好，我们要比中国古代的男人和女人幸运一些，因为我们拥有了改变自己进而实现精神独立和财务自由的可能性，而如果我们努力改变自己，这也意味我们在一点一滴地改变着这个国家，进而让更多的中国人可以像人一样活着，像人一样彼此相爱。\r\n<FONT face=Arial></FONT></PRE></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201116093962</comments>\r\n    <slash:comments>60</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/121870050201116093962</guid>\r\n    <pubDate>Sun, 6 Feb 2011 12:09:03 +0800</pubDate>\r\n    <dcterms:modified>2011-02-06T12:09:03+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[子宫不是少年宫]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011020101358752</link>\r\n    <description><![CDATA[<div><PRE>昨天看到有人在微博上转了连岳说的这样一句话：“我总觉得，那种老派的想法，女性一到分手，就觉得自己吃了亏，是标准的自我野鸡化。”刚看到这句话的时候，我沉静一笑，觉得这句话有点儿意思。但后来我又仔细反思了一下，我个人觉得这句话有待商榷。\r\n\r\n例如对于很多除了自己年轻的身体之外几乎一无所有的年轻女孩儿来说，恋爱某种意义上可能就是一种性投资，而如果分手了，就意味着她们的性投资失败了。很多女孩儿都很喜欢说这句话：长痛不如短痛。另外女孩儿凭借直觉和男朋友分手的时候通常特别冷酷且决绝，这其实是一种繁殖本能，而女性的直觉则是用上百万年时间进化出来的一种基于繁殖本能的智慧。因为对于一个20多岁的女孩儿来说，从生育的角度来看，她最好的时光也就那么几年了。所以她知道自己耗不起的，耗来耗去就成黄脸婆了。女性依靠直觉冷酷而决绝的迅速分手，十有八九都是明智的选择，否则真有可能会很吃亏。\r\n\r\n再例如很多女孩儿在恋爱的过程中曾一次或多次做流产手术，有些女孩儿因此得了妇科病，还有一些女孩儿甚至因此永远丧失了生育能力，这肯定应该也算是吃了亏了吧。说到这儿我又想起在豆瓣某小组里看到的这样一句话：子宫不是少年宫，不是谁的孩子都能进来。原话记不清了，大意如此吧。所以说呢，避孕这件事，尤其是买套儿这件事，女人要比男人更上心，因为子宫没长在男人身上，而男人为了爽那么一下，什么事都能做出来，这就好像李碧华所说的那样，“男人在黑暗中特别勇敢”，这应该也是男人的繁殖本能吧。\r\n\r\n在上文中，我多次提到了繁殖本能，但人类之所以有别于其他动物，最主要的区别就在于人类可以让自己的生活不必完全受困于繁殖本能，这也是一个人有可能活得很有意思的最重要原因之一。尤其是对于现代女性来说，受益于有效的现代避孕技术，使得现代女性的生活拥有了更多的可能性，例如靠自己的努力实现精神独立和财务自由。\r\n\r\n如果一个女人实现了精神独立和财务自由，那她就能更好地保护自己，而且在结束一段恋情的时候，估计吃亏的感觉也不会太强烈吧。但你也知道，一个女人想要实现精神独立和财务自由肯定很难。还好，女人的繁殖本能也使得很多女人只要能成为一个贤妻良母就会觉得自己活得很有成就感，所以如果你凭借你的直觉嫁给了一个对的人，生了一个或几个健康漂亮的小宝宝，那你同样也能活得很开心。只是请原谅我再罗嗦一句，如果你能成为精神独立且财务自由的贤妻良母，估计你会活得更开心吧，只是想做到这一点更是难上加难啊。\r\n</PRE></div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502011020101358752</comments>\r\n    <slash:comments>13</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/1218700502011020101358752</guid>\r\n    <pubDate>Thu, 20 Jan 2011 10:13:58 +0800</pubDate>\r\n    <dcterms:modified>2011-01-20T10:39:21+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[卡门永远是自由的]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/121870050201101262029798</link>\r\n    <description><![CDATA[<div>刚才看到天涯上的一个帖子，其大意是一个男人在他老婆身上花了很多钱（这里所说的“很多”主要是参照这个男人的收入状况），投入了很多“爱”（我必须在这句话中的“爱”这个字上打引号），然后他通过偷看他老婆的日记的方式发现他老婆一直处于精神出轨状态，就连跟他亲热时有时也会把他假想成另一个男人，于是这个男人毒打了他老婆四小时……<BR><BR>如此变态的“爱”，竟然也有很多人叫好，这只能说明这个国家其实还没有真正开化。<BR><BR>当然有人也许会说：爱就是自私的，不自私就不是爱。<BR><BR>对于持这种观点的人，倒不一定非要将王小波的这个观点扣到他们头上，即爱一个人要爱到不自私的地步。因为如果一直反思下去，我们可能就会发现：我们在爱一个人的时候假装自己不自私，甚至假装到连自己都被骗了，其目的可能只是为了能得到对方的心，或是让自己看上去像是一个“好男人”，并因此获得精神层面的愉悦和满足（当然，他这么做的结果将十有八九要以失败而告终，因为一个女人很难发自内心地爱上一个“好男人”，男人不坏，女人不爱，这句话虽然已经烂大街了，但很多时候，事实就是如此）。<BR><BR>从这个角度来看，所有的“爱”其实都是可疑的，就像我前几天在我的微博上说的那样：很多人在说“我会爱你一生”时，其真实意图可能是：我想占有你一生；我想折磨你一生；我想靠吸你的血活完这一生……当然，还有一些人说这句话可能只是为了骗得几夜温存或几沓钞票……<BR><BR>所以这非常可疑的“爱”绝对无法成为一个人可以向他自以为深爱的另一个人实施暴力的借口，不管是真爱还是假爱，只要他是一个生活在现代社会中的现代人，无论他多爱那个人，他都没有对那个人实施暴力的权利。<BR><BR>同样的道理，所谓的“道德”同样不能成为一个人对另一个人实施暴力的理由……<BR><BR>写到这儿，我又想起了《卡门》，卡门如果是一个生活在现代社会的现代女孩儿，那她可能不会任由她昔日的爱人那么轻易地杀死她。但这是她自己的选择，而杀死她的人则必须承担相应的代价。<BR><BR>我不知道是不是每个女孩儿的心里都活着一个卡门。<BR><BR>我只知道，卡门永远是自由的。</div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/121870050201101262029798</comments>\r\n    <slash:comments>42</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/121870050201101262029798</guid>\r\n    <pubDate>Wed, 12 Jan 2011 18:20:29 +0800</pubDate>\r\n    <dcterms:modified>2011-01-13T04:10:02+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[在下一个十年，你想做什么？]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/1218700502010113044456108</link>\r\n    <description><![CDATA[<div>十多年前，朴树出了一张新专辑《我去2000年》，他这样唱道：“新世纪来得像梦一样……我们的未来该有多酷……”<BR><BR>现在这新世纪转眼已经过去十年了，现在这生活就是我当初所幻想的那种很酷的未来吗？<BR><BR>在2010年11月的时候，我发了这样一条微博：点开《无极》的豆瓣主页，先是看到该片的豆瓣评分，不禁沉静一笑。随后又看本片的上映时间，心里一惊，这片是2005年上映的？太可怕了，已经过去五年了？我怎么觉得看到满大街都是《无极》广告好像是两三年前的事呢？什么是白驹过隙，也许这就是白驹过隙……<BR><BR>五年如白驹过隙，十年如白驹过隙，时间真的存在吗？是不是只有人类这时间的囚徒才会思考这该死的问题：那些过去的时光都流逝到哪里去了？<BR><BR>在上学的时候，我们动不动就对别人说，我永远喜欢你，我要永远和你在一起。现在想一想，那时我们所说的永远可能比十年还短。<BR><BR>想一想这过去的十年，我都做了什么？似乎做得最多就是在网上点来点去。今天早上我写了一首打油诗：“显示器前一群猪，每天上网不看书。青春易逝梦易碎，早晚有天呜呜哭。”其实我自己就是这样的一头猪，我在网上看过无数的信息，无数的八卦，我还在网上下过无数部爱情动作片，但每一部我都是快进着看完的……<BR><BR>关于下一个十年，我还没有定好明确一些的计划。但我已经想好了，在下一个十年，我一定要尽可能少在网上点来点去浪费时间，因为现在从岁数来看，我已经不算很年轻了。杨德昌说：“年轻是一种品质，而不是数量，一旦拥有就不会失去。”从这个角度来看，有些人可能从未真正年轻过，有些人却能永远不老。我曾经真正年轻过吗？这还真不好说。而年轻，或者说青春，它又是怎样一种品质呢？这个问题我要想一想。<BR><BR>王尔德曾说我们想要重返青春其实非常简单，只要我们不停地做蠢事就可以了。这似乎是他的一句戏谑之语，但我发现这可能的确是一条重返青春之路。不停地做蠢事，这有些类似于美国苹果公司创始人斯蒂夫·乔布斯挂在嘴边的那句：“保持饥饿，保持愚蠢。”<BR><BR>为什么要保持饥饿，保持愚蠢？某种意义上，如果一个人贪图安逸，放弃战斗，害怕冒险，这意味着青春已逝。从这个角度来看，青春最重要的品质也许就是不贪图安逸，不放弃战斗，不害怕冒险。<BR><BR>在下一个十年，我要想方设法活得更有意思一些，我要去战斗，去冒险，就像GALA在《飞行员之歌》中所唱的那样：“我一定穷尽所有力气坚持到底……在世界末日之前你是我的唯一……”<BR><BR>在下一个十年，你想做什么？</div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/1218700502010113044456108</comments>\r\n    <slash:comments>9</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/1218700502010113044456108</guid>\r\n    <pubDate>Thu, 30 Dec 2010 04:44:56 +0800</pubDate>\r\n    <dcterms:modified>2010-12-30T04:47:10+08:00</dcterms:modified>\r\n  </item>    \r\n  <item>\r\n  \t<title><![CDATA[比死更可怕的事]]></title>\t\r\n    <link>http://dingxiaoyun555.blog.163.com/blog/static/12187005020101127112415333</link>\r\n    <description><![CDATA[<div>有没有人像我一样，看《非诚勿扰2》后半部分的时候哭得就像个傻逼一样啊？<BR>前几天就在网上看到某女说她看到她身边有几个老男人看此片看得一把鼻涕一把泪的，她对此表示非常不屑。不屑就不屑吧，男人自己哭爽了才是真的，N年前我就发现，有时哭真的比做爱更爽，哭完会有心旷神怡的感觉，特减压，特舒服……<BR>另外据说哭还能排毒呢，为什么女人普遍比男人长寿？女人更爱哭、更爱宣泄自己的情绪据说也是原因之一。<BR>今天去看完《非2》后回来看此片的豆瓣评论，发现恶评如潮，这倒也在我意料之中，看本片前半段的时候我也觉得特没劲。还好，孙红雷扮演的那个叫李香山的人得的那个绝症在某种程度上挽救了这部电影。<BR>如果你是一个男人，如果你看《非2》后半部分没有哭，我觉得可能是因为这样两个原因，一是因为你还很年轻，二是因为你还没结婚，或者两者兼而有之。<BR>今天看完这部电影后，我和我老婆走出放映厅的时候，看到过道边儿的座位坐着一对儿大概60岁左右的老夫妻，男的还坐在那儿默默抽泣，女的则轻轻地拍着她老公的手……<BR><BR>冯小刚和王朔在《非2》这部贺岁片里简单探讨了一下婚姻与死亡。在某些人看来，这两者其实是有相似之处的，就像某饭友说的那样：“送人进坟墓的买卖钱都特别好赚，比如说丧葬行业，比如说婚庆行业。”<BR>据说想要让婚姻长久，就要让爱情变成亲情，对此我曾这样戏谑道：爱情变亲情，做爱像乱伦。话可以说得很轻松，但在这两年，我的确渐渐发现我和我老婆变成了一种亲情关系了，几个月前我在微博上曾写过这样一段话：老婆在家的时候，有时她会跟我吵架，吵得天昏地暗的，她说现在就离婚，我心里甚至会想：好啊，求之不得呢，烦都被你烦死啦；最近一周，老婆不在家，忽然才发现，原来她已经成为这个世界上我最亲的亲人了……<BR>记得美国有一个女性人类学家曾说：很多男人努力赚钱，进而让自己变成女人最喜欢的那种平庸男人。原话记不清了，大意如此吧。在我非常非常年轻的时候，我特别特别害怕我会成为那样的平庸男人。而现在，虽然我还是不甘平庸，但我接下来要做的还真就是要像一个偏执狂那样去赚钱，就像《非2》中孙红雷扮演的李香山说的那样，成为一个“跟钱着了大急”的“钱串子”。<BR>我现在越来越觉得，在这样一个时代，你只是用一些好听的话来表达你所谓的爱是不道德的，甚至是可耻的，你只能用物质来表达你的爱，你只能用实际行动来表达你的爱。你可以说这很浅薄，但我宁愿浅薄，也不愿意给我爱的人灌那种教人如何克服虚荣和物欲的心灵鸡汤。<BR>孙红雷扮演的李香山这个角色，你可以说他玩世不恭，你也可以说他游戏人间，但他毕竟用实际的行动以及足够的物质保障让他爱的人活得更快乐、更自由……<BR><BR>我相信王朔在过去的十来年没少思考死亡，你就看他这几年写的那些东西吧。而在《非2》中，王朔也借孙红雷扮演的李香山这一角色简单探讨了死亡这一主题。<BR>某种意义上，只要我们来到人世间，我们都是身患不治之症的生物，这种不治之症就是死亡，大家有所不同的是早死还是晚死，反正早晚都得死。孙红雷扮演的李香山说他不怕死，就怕生不如死。生不如死是怎样一种感觉？我是这么想的，每天为了生存不得不去做自己打心眼儿里就不想做的事，并因此郁闷得要死，我觉得这就是生不如死。某种意义上，这可能是比死更可怕的事。<BR>既然如此，那我们就去做那些我们打心眼儿里想去做的事呗。你可能会说，哪他妈那么容易啊，做我打心眼儿里想去做的事，那就等于是去追求我的理想了，理想能是那么容易实现的吗？在2010年的平安夜，豆友张百万说了这样一句话：“圣诞快乐，生活不会因为你放弃理想而变得简单一点点的。共勉之。”而他的这句话也让我想起了中国某著名房地产商说的一句话：“全世界赚钱最多的人是谁？恰好是追求理想，顺便赚钱的人；而不是追求赚钱，顺便谈理想的人。”真是这样吗？我觉得我们至少可以试一下，趁我们还年轻。</div>]]></description>\r\n\t    <author><![CDATA[丁小云]]></author>\r\n\t    <comments>http://dingxiaoyun555.blog.163.com/blog/static/12187005020101127112415333</comments>\r\n    <slash:comments>9</slash:comments>\r\n    <guid isPermaLink=\"true\">http://dingxiaoyun555.blog.163.com/blog/static/12187005020101127112415333</guid>\r\n    <pubDate>Mon, 27 Dec 2010 23:24:15 +0800</pubDate>\r\n    <dcterms:modified>2010-12-27T23:34:58+08:00</dcterms:modified>\r\n  </item>    \r\n </channel>\r\n</rss>"
  },
  {
    "path": "api/test/data/feed/django",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<rss version=\"2.0\" xmlns:atom=\"http://www.w3.org/2005/Atom\"><channel><title>The Django weblog</title><link>https://www.djangoproject.com/weblog/</link><description>Latest news about Django, the Python Web framework.</description><atom:link href=\"https://www.djangoproject.com/rss/weblog/\" rel=\"self\"></atom:link><language>en-us</language><lastBuildDate>Fri, 01 Jun 2018 10:32:48 -0500</lastBuildDate><item><title>Django bugfix release: 2.0.6</title><link>https://www.djangoproject.com/weblog/2018/jun/01/bugfix-release/</link><description>&lt;p&gt;Today we've issued the &lt;a class=\"reference external\" href=\"https://docs.djangoproject.com/en/stable/releases/2.0.6/\"&gt;2.0.6&lt;/a&gt; bugfix release.&lt;/p&gt;\n&lt;p&gt;The release package and checksums are available from &lt;a class=\"reference external\" href=\"/download/\"&gt;our downloads page&lt;/a&gt;, as well as from the Python Package Index. The PGP key ID used for this release is Carlton Gibson: E17DF5C82B4F9D00.&lt;/p&gt;\n</description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">Carlton Gibson</dc:creator><pubDate>Fri, 01 Jun 2018 10:32:48 -0500</pubDate><guid>https://www.djangoproject.com/weblog/2018/jun/01/bugfix-release/</guid></item><item><title>Django 2.1 alpha 1 released</title><link>https://www.djangoproject.com/weblog/2018/may/17/django-21-alpha-1/</link><description>&lt;p&gt;Django 2.1 alpha 1 is now available. It represents the first stage in the 2.1 release cycle and is an opportunity for you to try out the changes coming in Django 2.1.&lt;/p&gt;\n&lt;p&gt;Django 2.1 has a smorgasbord of new features which you can read about in\n&lt;a class=\"reference external\" href=\"https://docs.djangoproject.com/en/dev/releases/2.1/\"&gt;the in-development 2.1 release notes&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;This alpha milestone marks the feature freeze. The &lt;a class=\"reference external\" href=\"https://code.djangoproject.com/wiki/Version2.1Roadmap#schedule\"&gt;current\nrelease schedule&lt;/a&gt; calls for a beta release in about a month and a release\ncandidate about a month from then. We'll only be able to keep this schedule\nif we get early and often testing from the community. Updates on the release\nschedule are available &lt;a class=\"reference external\" href=\"https://groups.google.com/d/topic/django-developers/IEWIfNyXdV4/discussion\"&gt;on the django-developers mailing list&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;As with all alpha and beta packages, this is &lt;strong&gt;not&lt;/strong&gt; for production use. But\nif you'd like to take some of the new features for a spin, or to help find and\nfix bugs (which should be reported to &lt;a class=\"reference external\" href=\"https://code.djangoproject.com/newticket\"&gt;the issue tracker&lt;/a&gt;), you can grab a\ncopy of the alpha package from &lt;a class=\"reference external\" href=\"/download/\"&gt;our downloads page&lt;/a&gt; or on PyPI.&lt;/p&gt;\n&lt;p&gt;The PGP key ID used for this release is Tim Graham: 1E8ABDC773EDE252.&lt;/p&gt;\n</description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">Tim Graham</dc:creator><pubDate>Thu, 17 May 2018 20:11:36 -0500</pubDate><guid>https://www.djangoproject.com/weblog/2018/may/17/django-21-alpha-1/</guid></item><item><title>DjangoCon Europe 2019 - where will it be?</title><link>https://www.djangoproject.com/weblog/2018/may/10/djangocon-europe-2019-where-will-it-be/</link><description>&lt;p&gt;Each year, a new volunteer team in the European Django community plans, organises and hosts a DjangoCon Europe.&lt;/p&gt;\n&lt;p&gt;Hosting a DjangoCon is an ambitious undertaking. It's hard work, but each year it has been successfully run by a team of community volunteers, not all of whom have had previous experience - more important is enthusiasm, organisational skills, the ability to plan and manage budgets, time and people - and plenty of time to invest in the project.&lt;/p&gt;\n&lt;p&gt;You'll find plenty of support on offer from previous DjangoCon organisers, so you won't be on your own.&lt;/p&gt;\n&lt;div class=\"section\" id=\"s-how-to-apply\"&gt;\n&lt;h3&gt;How to apply&lt;/h3&gt;\n&lt;p&gt;If you're interested, we'd love to hear from you.&lt;/p&gt;\n&lt;div class=\"section\" id=\"s-if-you-re-ready-to-submit-a-proposal\"&gt;\n&lt;h4&gt;If you're ready to submit a proposal&lt;/h4&gt;\n&lt;p&gt;If you're ready to submit a proposal, please do so. The more detailed  and complete your proposal, the better. Things you should consider, and that we'd like to know about, are:&lt;/p&gt;\n&lt;ul class=\"simple\"&gt;\n&lt;li&gt;dates&lt;/li&gt;\n&lt;li&gt;numbers of attendees&lt;/li&gt;\n&lt;li&gt;venue(s)&lt;/li&gt;\n&lt;li&gt;accommodation&lt;/li&gt;\n&lt;li&gt;transport links&lt;/li&gt;\n&lt;li&gt;budgets and ticket prices&lt;/li&gt;\n&lt;li&gt;committee members&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;We'd like to see (if you have these already):&lt;/p&gt;\n&lt;ul class=\"simple\"&gt;\n&lt;li&gt;timelines&lt;/li&gt;\n&lt;li&gt;pictures&lt;/li&gt;\n&lt;li&gt;prices&lt;/li&gt;\n&lt;li&gt;draft agreements with providers&lt;/li&gt;\n&lt;li&gt;alternatives you have considered&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;They will all help show that your plans are serious and thorough, and that you have the organisational capacity to make it a success.&lt;/p&gt;\n&lt;p&gt;&lt;a class=\"reference external\" href=\"https://www.djangoproject.com/foundation/conferences/\"&gt;Find out and tell us more&lt;/a&gt;.&lt;/p&gt;\n&lt;/div&gt;\n&lt;div class=\"section\" id=\"s-if-you-re-thinking-about-it\"&gt;\n&lt;h4&gt;If you're thinking about it&lt;/h4&gt;\n&lt;p&gt;If you're still considering the feasibility, don't hesitate to get in touch with us to discuss your ideas. We can help in numerous ways, including by putting you in touch with others who'd like to be involved.&lt;/p&gt;\n&lt;p&gt;Just &lt;a class=\"reference external\" href=\"https://www.djangoproject.com/contact/foundation/\"&gt;drop us a line&lt;/a&gt;.&lt;/p&gt;\n&lt;/div&gt;\n&lt;/div&gt;\n</description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">Daniele Procida</dc:creator><pubDate>Thu, 10 May 2018 09:52:46 -0500</pubDate><guid>https://www.djangoproject.com/weblog/2018/may/10/djangocon-europe-2019-where-will-it-be/</guid></item><item><title>DjangoCon US 2018 Update: CFP Open, Financial Aid App Open, and Tickets On Sale!</title><link>https://www.djangoproject.com/weblog/2018/may/09/djangocon-us-2018-update/</link><description>&lt;p&gt;In case you missed the news, &lt;a class=\"reference external\" href=\"https://2018.djangocon.us/sponsors/information/\"&gt;DjangoCon US 2018&lt;/a&gt; will take place in\nsunny San Diego, California, from October 14-19, 2018! We’re pleased to\nannounce the following items.&lt;/p&gt;\n&lt;div class=\"section\" id=\"s-early-bird-tickets-on-sale\"&gt;\n&lt;h3&gt;Early Bird Tickets On Sale&lt;/h3&gt;\n&lt;p&gt;Early bird tickets are &lt;a class=\"reference external\" href=\"https://ti.to/defna/djangocon-us-2018\"&gt;on sale now&lt;/a&gt;! You can also pre-register for\ntutorials and register for (free!) sprints. If you need to buy several\ntickets and assign them to your employees later, check out the Corporate\nConcierge Service. Early bird tickets are gone when they’re gone, so\ndon’t wait to get yours.&lt;/p&gt;\n&lt;/div&gt;\n&lt;div class=\"section\" id=\"s-call-for-proposals-cfp\"&gt;\n&lt;h3&gt;Call for Proposals (CFP)&lt;/h3&gt;\n&lt;p&gt;Our &lt;a class=\"reference external\" href=\"https://www.papercall.io/djangocon-us-2018\"&gt;CFP&lt;/a&gt; for talks and tutorials is now open! The deadline for\nsubmissions is June 3, 2018. We’re looking for speakers of all\nexperience levels and backgrounds. Talk and tutorial presenters also\nreceive free admission to DjangoCon US.&lt;/p&gt;\n&lt;/div&gt;\n&lt;div class=\"section\" id=\"s-financial-aid-application\"&gt;\n&lt;h3&gt;Financial Aid Application&lt;/h3&gt;\n&lt;p&gt;Grants to assist with travel and lodging expenses are available as well.\nOur &lt;a class=\"reference external\" href=\"https://goo.gl/forms/0rgo8yT72CFMuGCx1\"&gt;Financial Aid application&lt;/a&gt; is also now open. The deadline is June\n3, 2018.&lt;/p&gt;\n&lt;/div&gt;\n&lt;div class=\"section\" id=\"s-you-can-still-sponsor\"&gt;\n&lt;h3&gt;You can still sponsor!&lt;/h3&gt;\n&lt;p&gt;We have some great sponsorship opportunities available and plenty of\nroom for your organization. Take a look at our &lt;a class=\"reference external\" href=\"https://2018.djangocon.us/sponsors/information/\"&gt;sponsorship\nopportunities&lt;/a&gt; or email us at &lt;a class=\"reference external\" href=\"mailto:sponsors&amp;#64;djangocon.us\"&gt;sponsors&amp;#64;djangocon.us&lt;/a&gt; so we can craft a\nspecial package for you.&lt;/p&gt;\n&lt;p&gt;See you in San Diego!&lt;/p&gt;\n&lt;/div&gt;\n</description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">Lacey Williams Henschel, Rebecca Kindschi, and Jeff Triplett</dc:creator><pubDate>Wed, 09 May 2018 09:00:00 -0500</pubDate><guid>https://www.djangoproject.com/weblog/2018/may/09/djangocon-us-2018-update/</guid></item><item><title>Django bugfix releases: 2.0.5 and 1.11.13</title><link>https://www.djangoproject.com/weblog/2018/may/01/bugfix-releases/</link><description>&lt;p&gt;Today we've issued the &lt;a class=\"reference external\" href=\"https://docs.djangoproject.com/en/stable/releases/2.0.5/\"&gt;2.0.5&lt;/a&gt; and &lt;a class=\"reference external\" href=\"https://docs.djangoproject.com/en/stable/releases/1.11.13/\"&gt;1.11.13&lt;/a&gt;  bugfix releases.&lt;/p&gt;\n&lt;p&gt;The release package and checksums are available from &lt;a class=\"reference external\" href=\"/download/\"&gt;our downloads page&lt;/a&gt;, as well as from the Python Package Index. The PGP key ID used for this release is Tim Graham: 1E8ABDC773EDE252.&lt;/p&gt;\n</description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">Tim Graham</dc:creator><pubDate>Tue, 01 May 2018 21:05:15 -0500</pubDate><guid>https://www.djangoproject.com/weblog/2018/may/01/bugfix-releases/</guid></item><item><title>Django bugfix releases: 2.0.4 and 1.11.12</title><link>https://www.djangoproject.com/weblog/2018/apr/02/bugfix-releases/</link><description>&lt;p&gt;Today we've issued the &lt;a class=\"reference external\" href=\"https://docs.djangoproject.com/en/stable/releases/2.0.4/\"&gt;2.0.4&lt;/a&gt; and &lt;a class=\"reference external\" href=\"https://docs.djangoproject.com/en/stable/releases/1.11.12/\"&gt;1.11.12&lt;/a&gt;  bugfix releases.&lt;/p&gt;\n&lt;p&gt;The release package and checksums are available from &lt;a class=\"reference external\" href=\"/download/\"&gt;our downloads page&lt;/a&gt;, as well as from the Python Package Index. The PGP key ID used for this release is Tim Graham: 1E8ABDC773EDE252.&lt;/p&gt;\n</description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">Tim Graham</dc:creator><pubDate>Mon, 02 Apr 2018 22:09:33 -0500</pubDate><guid>https://www.djangoproject.com/weblog/2018/apr/02/bugfix-releases/</guid></item><item><title>Django security releases issued: 2.0.3, 1.11.11, and 1.8.19</title><link>https://www.djangoproject.com/weblog/2018/mar/06/security-releases/</link><description>&lt;p&gt;In accordance with &lt;a class=\"reference external\" href=\"https://docs.djangoproject.com/en/dev/internals/security/\"&gt;our security release policy&lt;/a&gt;, the Django team is issuing &lt;a class=\"reference external\" href=\"https://docs.djangoproject.com/en/dev/releases/1.8.19/\"&gt;Django 1.8.19&lt;/a&gt;, &lt;a class=\"reference external\" href=\"https://docs.djangoproject.com/en/dev/releases/1.11.11/\"&gt;Django 1.11.11&lt;/a&gt; and &lt;a class=\"reference external\" href=\"https://docs.djangoproject.com/en/dev/releases/2.0.3/\"&gt;Django 2.0.3&lt;/a&gt;. These release addresses the security issues detailed below. We encourage all users of Django to upgrade as soon as possible.&lt;/p&gt;\n&lt;div class=\"section\" id=\"s-cve-2018-7536-denial-of-service-possibility-in-urlize-and-urlizetrunc-template-filters\"&gt;\n&lt;h3&gt;CVE-2018-7536: Denial-of-service possibility in &lt;tt class=\"docutils literal\"&gt;urlize&lt;/tt&gt; and &lt;tt class=\"docutils literal\"&gt;urlizetrunc&lt;/tt&gt; template filters&lt;/h3&gt;\n&lt;p&gt;The &lt;tt class=\"docutils literal\"&gt;django.utils.html.urlize()&lt;/tt&gt; function was extremely slow to evaluate\ncertain inputs due to catastrophic backtracking vulnerabilities in two\nregular expressions (one regular expression for Django 1.8). The &lt;tt class=\"docutils literal\"&gt;urlize()&lt;/tt&gt;\nfunction is used to implement the &lt;tt class=\"docutils literal\"&gt;urlize&lt;/tt&gt; and &lt;tt class=\"docutils literal\"&gt;urlizetrunc&lt;/tt&gt; template\nfilters, which were thus vulnerable.&lt;/p&gt;\n&lt;p&gt;Thanks James Davis for reporting this issue.&lt;/p&gt;\n&lt;/div&gt;\n&lt;div class=\"section\" id=\"s-cve-2018-7537-denial-of-service-possibility-in-truncatechars-html-and-truncatewords-html-template-filters\"&gt;\n&lt;h3&gt;CVE-2018-7537: Denial-of-service possibility in &lt;tt class=\"docutils literal\"&gt;truncatechars_html&lt;/tt&gt; and &lt;tt class=\"docutils literal\"&gt;truncatewords_html&lt;/tt&gt; template filters&lt;/h3&gt;\n&lt;p&gt;If &lt;tt class=\"docutils literal\"&gt;django.utils.text.Truncator&lt;/tt&gt;'s &lt;tt class=\"docutils literal\"&gt;chars()&lt;/tt&gt; and &lt;tt class=\"docutils literal\"&gt;words()&lt;/tt&gt; methods\nwere passed the &lt;tt class=\"docutils literal\"&gt;html=True&lt;/tt&gt; argument, they were extremely slow to evaluate\ncertain inputs due to a catastrophic backtracking vulnerability in a regular\nexpression. The &lt;tt class=\"docutils literal\"&gt;chars()&lt;/tt&gt; and &lt;tt class=\"docutils literal\"&gt;words()&lt;/tt&gt; methods are used to\nimplement the &lt;tt class=\"docutils literal\"&gt;truncatechars_html&lt;/tt&gt; and &lt;tt class=\"docutils literal\"&gt;truncatewords_html&lt;/tt&gt; template\nfilters, which were thus vulnerable.&lt;/p&gt;\n&lt;p&gt;Thanks James Davis for reporting this issue.&lt;/p&gt;\n&lt;/div&gt;\n&lt;div class=\"section\" id=\"s-affected-supported-versions\"&gt;\n&lt;h3&gt;Affected supported versions&lt;/h3&gt;\n&lt;ul class=\"simple\"&gt;\n&lt;li&gt;Django master branch&lt;/li&gt;\n&lt;li&gt;Django 2.0&lt;/li&gt;\n&lt;li&gt;Django 1.11&lt;/li&gt;\n&lt;li&gt;Django 1.8&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Per our &lt;a class=\"reference external\" href=\"https://www.djangoproject.com/download/#supported-versions\"&gt;supported versions policy&lt;/a&gt;, Django 1.10, 1.9, and Django 1.7 and older are no longer supported.&lt;/p&gt;\n&lt;/div&gt;\n&lt;div class=\"section\" id=\"s-resolution\"&gt;\n&lt;h3&gt;Resolution&lt;/h3&gt;\n&lt;p&gt;Patches to resolve the issue have been applied to Django's master branch and\nthe 2.0, 1.11, and 1.8 release branches. The patches may be obtained from the following changesets:&lt;/p&gt;\n&lt;p&gt;On the development master branch:&lt;/p&gt;\n&lt;ul class=\"simple\"&gt;\n&lt;li&gt;&lt;a class=\"reference external\" href=\"https://github.com/django/django/commit/8618271caa0b09daba39ff3b46567d33ae1e1d3a\"&gt;urlize&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a class=\"reference external\" href=\"https://github.com/django/django/commit/97b7dd59bb8d6163239061e2022153c3415d146d\"&gt;truncate&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;On the 2.0 release branch:&lt;/p&gt;\n&lt;ul class=\"simple\"&gt;\n&lt;li&gt;&lt;a class=\"reference external\" href=\"https://github.com/django/django/commit/e157315da3ae7005fa0683ffc9751dbeca7306c8\"&gt;urlize&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a class=\"reference external\" href=\"https://github.com/django/django/commit/94c5da1d17a6b0d378866c66b605102c19f7988c\"&gt;truncate&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;On the 1.11 release branch:&lt;/p&gt;\n&lt;ul class=\"simple\"&gt;\n&lt;li&gt;&lt;a class=\"reference external\" href=\"https://github.com/django/django/commit/abf89d729f210c692a50e0ad3f75fb6bec6fae16\"&gt;urlize&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a class=\"reference external\" href=\"https://github.com/django/django/commit/a91436360b79a6ff995c3e5018bcc666dfaf1539\"&gt;truncate&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;On the 1.8 release branch:&lt;/p&gt;\n&lt;ul class=\"simple\"&gt;\n&lt;li&gt;&lt;a class=\"reference external\" href=\"https://github.com/django/django/commit/1ca63a66ef3163149ad822701273e8a1844192c2\"&gt;urlize&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a class=\"reference external\" href=\"https://github.com/django/django/commit/d17974a287a6ea2e361daff88fcc004cbd6835fa\"&gt;truncate&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;The following releases have been issued:&lt;/p&gt;\n&lt;ul class=\"simple\"&gt;\n&lt;li&gt;Django 1.8.19 (&lt;a class=\"reference external\" href=\"https://www.djangoproject.com/m/releases/1.8/Django-1.8.19.tar.gz\"&gt;download Django 1.8.19&lt;/a&gt; | &lt;a class=\"reference external\" href=\"https://www.djangoproject.com/m/pgp/Django-1.8.19.checksum.txt\"&gt;1.8.19 checksums&lt;/a&gt;)&lt;/li&gt;\n&lt;li&gt;Django 1.11.11 (&lt;a class=\"reference external\" href=\"https://www.djangoproject.com/m/releases/1.11/Django-1.11.11.tar.gz\"&gt;download Django 1.11.11&lt;/a&gt; | &lt;a class=\"reference external\" href=\"https://www.djangoproject.com/m/pgp/Django-1.11.11.checksum.txt\"&gt;1.11.11 checksums&lt;/a&gt;)&lt;/li&gt;\n&lt;li&gt;Django 2.0.3 (&lt;a class=\"reference external\" href=\"https://www.djangoproject.com/m/releases/2.0/Django-2.0.3.tar.gz\"&gt;download Django 2.0.3&lt;/a&gt; | &lt;a class=\"reference external\" href=\"https://www.djangoproject.com/m/pgp/Django-2.0.3.checksum.txt\"&gt;2.0.3 checksums&lt;/a&gt;)&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;The PGP key ID used for these releases is Tim Graham: 1E8ABDC773EDE252.&lt;/p&gt;\n&lt;/div&gt;\n&lt;div class=\"section\" id=\"s-general-notes-regarding-security-reporting\"&gt;\n&lt;h3&gt;General notes regarding security reporting&lt;/h3&gt;\n&lt;p&gt;As always, we ask that potential security issues be reported via\nprivate email to &lt;tt class=\"docutils literal\"&gt;security&amp;#64;djangoproject.com&lt;/tt&gt;, and not via Django's\nTrac instance or the django-developers list. Please see &lt;a class=\"reference external\" href=\"https://www.djangoproject.com/security/\"&gt;our security\npolicies&lt;/a&gt; for further\ninformation.&lt;/p&gt;\n&lt;/div&gt;\n</description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">Tim Graham</dc:creator><pubDate>Tue, 06 Mar 2018 08:44:23 -0600</pubDate><guid>https://www.djangoproject.com/weblog/2018/mar/06/security-releases/</guid></item><item><title>Django security releases issued: 2.0.2 and 1.11.10</title><link>https://www.djangoproject.com/weblog/2018/feb/01/security-releases/</link><description>&lt;p&gt;In accordance with &lt;a class=\"reference external\" href=\"https://docs.djangoproject.com/en/dev/internals/security/\"&gt;our security release policy&lt;/a&gt;, the Django team is issuing &lt;a class=\"reference external\" href=\"https://docs.djangoproject.com/en/stable/releases/1.11.10/\"&gt;Django 1.11.10&lt;/a&gt; and &lt;a class=\"reference external\" href=\"https://docs.djangoproject.com/en/stable/releases/2.0.2/\"&gt;Django 2.0.2&lt;/a&gt;. These release addresses the security issue detailed below. We encourage all users of Django to upgrade as soon as possible.&lt;/p&gt;\n&lt;div class=\"section\" id=\"s-cve-2018-6188-information-leakage-in-authenticationform\"&gt;\n&lt;h3&gt;CVE-2018-6188: Information leakage in &lt;tt class=\"docutils literal\"&gt;AuthenticationForm&lt;/tt&gt;&lt;/h3&gt;\n&lt;p&gt;A regression in Django 1.11.8 made\n&lt;tt class=\"docutils literal\"&gt;django.contrib.auth.forms.AuthenticationForm&lt;/tt&gt; run its\n&lt;tt class=\"docutils literal\"&gt;confirm_login_allowed()&lt;/tt&gt; method even if an incorrect password is entered.\nThis can leak information about a user, depending on what messages\n&lt;tt class=\"docutils literal\"&gt;confirm_login_allowed()&lt;/tt&gt; raises. If &lt;tt class=\"docutils literal\"&gt;confirm_login_allowed()&lt;/tt&gt; isn't\noverridden, an attacker enter an arbitrary username and see if that user has\nbeen set to &lt;tt class=\"docutils literal\"&gt;is_active=False&lt;/tt&gt;. If &lt;tt class=\"docutils literal\"&gt;confirm_login_allowed()&lt;/tt&gt; is overridden,\nmore sensitive details could be leaked.&lt;/p&gt;\n&lt;p&gt;Thanks Jack Cushman for reporting this issue.&lt;/p&gt;\n&lt;/div&gt;\n&lt;div class=\"section\" id=\"s-affected-supported-versions\"&gt;\n&lt;h3&gt;Affected supported versions&lt;/h3&gt;\n&lt;ul class=\"simple\"&gt;\n&lt;li&gt;Django master branch&lt;/li&gt;\n&lt;li&gt;Django 2.0 and 2.0.1&lt;/li&gt;\n&lt;li&gt;Django 1.11.8 and 1.11.9&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Per our &lt;a class=\"reference external\" href=\"https://www.djangoproject.com/download/#supported-versions\"&gt;supported versions policy&lt;/a&gt;, Django 1.10 and 1.9 are no longer supported (but aren't affected). Django 1.8 LTS (for which security support ends on April 1) is unaffected.&lt;/p&gt;\n&lt;/div&gt;\n&lt;div class=\"section\" id=\"s-resolution\"&gt;\n&lt;h3&gt;Resolution&lt;/h3&gt;\n&lt;p&gt;Patches to resolve the issue have been applied to Django's master branch and\nthe 2.0 and 1.11 release branches. The patches may be obtained from the following changesets:&lt;/p&gt;\n&lt;ul class=\"simple\"&gt;\n&lt;li&gt;On the &lt;a class=\"reference external\" href=\"https://github.com/django/django/commit/af33fb250e9847f1ca8c0ba0d72671d76659704f\"&gt;master branch&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;On the &lt;a class=\"reference external\" href=\"https://github.com/django/django/commit/c37bb28677295f6edda61d8ac461014ef0d3aeb2\"&gt;2.0 release branch&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;On the &lt;a class=\"reference external\" href=\"https://github.com/django/django/commit/57b95fedad5e0b83fc9c81466b7d1751c6427aae\"&gt;1.11 release branch&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;The following releases have been issued:&lt;/p&gt;\n&lt;ul class=\"simple\"&gt;\n&lt;li&gt;Django 1.11.10 (&lt;a class=\"reference external\" href=\"https://www.djangoproject.com/m/releases/1.11/Django-1.11.10.tar.gz\"&gt;download Django 1.11.10&lt;/a&gt; | &lt;a class=\"reference external\" href=\"https://www.djangoproject.com/m/pgp/Django-1.11.10.checksum.txt\"&gt;1.11.10 checksums&lt;/a&gt;)&lt;/li&gt;\n&lt;li&gt;Django 2.0.2 (&lt;a class=\"reference external\" href=\"https://www.djangoproject.com/m/releases/2.0/Django-2.0.2.tar.gz\"&gt;download Django 2.0.2&lt;/a&gt; | &lt;a class=\"reference external\" href=\"https://www.djangoproject.com/m/pgp/Django-2.0.2.checksum.txt\"&gt;2.0.2 checksums&lt;/a&gt;)&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;The PGP key ID used for these releases is Tim Graham: 1E8ABDC773EDE252.&lt;/p&gt;\n&lt;/div&gt;\n&lt;div class=\"section\" id=\"s-general-notes-regarding-security-reporting\"&gt;\n&lt;h3&gt;General notes regarding security reporting&lt;/h3&gt;\n&lt;p&gt;As always, we ask that potential security issues be reported via\nprivate email to &lt;tt class=\"docutils literal\"&gt;security&amp;#64;djangoproject.com&lt;/tt&gt;, and not via Django's\nTrac instance or the django-developers list. Please see &lt;a class=\"reference external\" href=\"https://www.djangoproject.com/security/\"&gt;our security\npolicies&lt;/a&gt; for further\ninformation.&lt;/p&gt;\n&lt;/div&gt;\n</description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">Tim Graham</dc:creator><pubDate>Thu, 01 Feb 2018 09:11:25 -0600</pubDate><guid>https://www.djangoproject.com/weblog/2018/feb/01/security-releases/</guid></item><item><title>2017 Malcolm Tredinnick Memorial Prize awarded to Claude Paroz</title><link>https://www.djangoproject.com/weblog/2018/jan/22/2017-malcolm-tredinnick-prize-claude-paroz/</link><description>&lt;p&gt;The Board of the Django Software Foundation is pleased to announce that the 2017 &lt;a class=\"reference external\" href=\"https://www.djangoproject.com/foundation/prizes/\"&gt;Malcolm Tredinnick Memorial Prize&lt;/a&gt; has been awarded to Claude Paroz.&lt;/p&gt;\n&lt;p&gt;Claude has been a contributor to Django since 2012. He was selected for the prize by the board from amongst the nominees on the basis of his long-term, consistent contribution. Claude has given service to Django though code and also by enabling others to contribute effectively.&lt;/p&gt;\n&lt;p&gt;His work represents a less-visible but essential aspect of contribution to Django. It's not the kind of work that will be publicly applauded at a conference, or stand out as news, but it's of enormous importance to the project. Claude is owed a debt of thanks for it.&lt;/p&gt;\n&lt;p&gt;Tim Graham wrote in his nomination:&lt;/p&gt;\n&lt;blockquote&gt;\n&lt;p&gt;I nominate Claude Paroz for five years of tireless and unheralded\ncontributions to Django, including shepherding the GeoDjango project\nand serving as the Django translations manager. He's the primary\nanswering authority on the geodjango and django-i18n mailing lists.&lt;/p&gt;\n&lt;p&gt;While his contributing began in 2012, Claude is the most active\nvolunteer contributor based on number of commits since 2008. He\nregularly offers his expertise by triaging tickets and reviewing pull\nrequests. If I ask Claude for some advice in an area of Django in\nwhich I'm less versed, his responses are quick, respectful, and\nhelpful.&lt;/p&gt;\n&lt;/blockquote&gt;\n&lt;p&gt;Several other people were also nominated for this prize. The Malcom Tredinnick prize could once again have deservedly been awarded several times over. It is an enduring pleasure to observe that there is no shortage of members of our community who, like Claude, exemplify the spirit of generosity and support that the prize celebrates.&lt;/p&gt;\n&lt;p&gt;The other nominees were:&lt;/p&gt;\n&lt;ul class=\"simple\"&gt;\n&lt;li&gt;Ifunanya Ikemma, for her work teaching and encouraging women in to programming, through PyLadies\nand Django Girls in Nigeria&lt;/li&gt;\n&lt;li&gt;Katie McLaughlin, for her work in open source projects as a contributor and mentor&lt;/li&gt;\n&lt;li&gt;Melanie Crutchfield, for her work with PyLadies and Django Girls&lt;/li&gt;\n&lt;li&gt;Jeff Triplett, for his huge contribution to the running of DjangoCon US, and the consistently\nwarm, supportive attitude he brings to this and to his other work in the world of Django&lt;/li&gt;\n&lt;li&gt;Veronica Munro, for her work organising Django Girls events in Australia&lt;/li&gt;\n&lt;li&gt;Lacey Williams Henschel, for her work in DjangoCon US (including her magnificent work as the 2017\nconference chair), and helping to build the Django community in the US&lt;/li&gt;\n&lt;li&gt;Tim Graham, for being an ever-responsive and valuable point of technical contact for Django.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Many congratulations to Claude, and our sincere thanks to all the nominees for their continued work in Django. Thanks are also due to all who took the trouble to nominate someone.&lt;/p&gt;\n</description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">Daniele Procida</dc:creator><pubDate>Mon, 22 Jan 2018 16:53:58 -0600</pubDate><guid>https://www.djangoproject.com/weblog/2018/jan/22/2017-malcolm-tredinnick-prize-claude-paroz/</guid></item><item><title>The DSF Welcomes Carlton Gibson as its Newest Fellow</title><link>https://www.djangoproject.com/weblog/2018/jan/12/dsf-welcomes-carlton-gibson-its-newest-fellow/</link><description>&lt;p&gt;On November 16, 2017, the DSF made a call for Django Fellow applicants. On behalf of the Django Software Foundation, the DSF Fellowship Committee is pleased to announce Carlton Gibson as the newest Django Fellow.  Carlton is joining Tim Graham who recently announced his scale back of hours. Tim will be transitioning to part-time but remaining as a Fellow.&lt;/p&gt;\n&lt;p&gt;Carlton has been involved in the Django community since 2009. He has been a core team member of the Django REST Framework for several years. He's a major contributor to Django Filter, Django Crispy Forms and Django AppConf as well as Django Compressor and many others. He is also an instructor for Django Girls in Barcelona.&lt;/p&gt;\n&lt;p&gt;The DSF received 15 applicants, all of which were reviewed by the Fellowship Committee before coming to a consensus decision on Carlton. The level of talent and professionalism in the applicant pool made the decision process a difficult one. We are grateful for all who applied and their desire to participate in this important initiative.&lt;/p&gt;\n&lt;p&gt;The Fellowship program has been a great success for the past three years and is only possible through generous support of the Django Software Foundation. If you or your organization benefit from Django and the work of the Fellowship program, please consider a &lt;a class=\"reference external\" href=\"/fundraising/\"&gt;donation&lt;/a&gt;. Every dollar amount, large or small, makes an impact.&lt;/p&gt;\n</description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">Brian Moloney</dc:creator><pubDate>Fri, 12 Jan 2018 11:07:35 -0600</pubDate><guid>https://www.djangoproject.com/weblog/2018/jan/12/dsf-welcomes-carlton-gibson-its-newest-fellow/</guid></item></channel></rss>"
  },
  {
    "path": "api/test/data/feed/douban.com",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<rss version=\"2.0\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\">\n\n\n<channel>\n  <title>元气河马赵小笼 的收藏</title>\n  <link>http://www.douban.com/people/52041165/</link>\n  <description><![CDATA[元气河马赵小笼 的收藏：想看、在看和看过的书和电影，想听、在听和听过的音乐]]></description>\n  <language>zh-cn</language>\n  <copyright>&amp;copy; 2013, douban.com.</copyright>\n  <pubDate>Sat, 08 Mar 2014 14:36:29 GMT</pubDate>\n    \n    <item>\n        <title>想读Excel 2010操作与技巧</title>\n        <link>https://book.douban.com/subject/5380977/</link>\n        <description><![CDATA[\n\n    <table><tr>\n    <td width=\"80px\"><a href=\"https://book.douban.com/subject/5380977/\" title=\"Excel 2010操作与技巧\">\n    <img src=\"https://img1.doubanio.com/view/subject/s/public/s4557177.jpg\" alt=\"Excel 2010操作与技巧\"></a></td>\n    <td>\n    </td></tr></table>\n]]></description>\n        <dc:creator>元气河马赵小笼</dc:creator>\n        <pubDate>Sat, 08 Mar 2014 14:36:29 GMT</pubDate>\n        <guid isPermaLink=\"false\">http://www.douban.com/people/52041165/interests/784226991</guid>\n    </item>\n    \n    <item>\n        <title>想读Word排版艺术</title>\n        <link>https://book.douban.com/subject/1193565/</link>\n        <description><![CDATA[\n\n    <table><tr>\n    <td width=\"80px\"><a href=\"https://book.douban.com/subject/1193565/\" title=\"Word排版艺术\">\n    <img src=\"https://img3.doubanio.com/view/subject/s/public/s1311670.jpg\" alt=\"Word排版艺术\"></a></td>\n    <td>\n    </td></tr></table>\n]]></description>\n        <dc:creator>元气河马赵小笼</dc:creator>\n        <pubDate>Sat, 08 Mar 2014 14:35:24 GMT</pubDate>\n        <guid isPermaLink=\"false\">http://www.douban.com/people/52041165/interests/784226517</guid>\n    </item>\n    \n    <item>\n        <title>想读美味欺诈</title>\n        <link>https://book.douban.com/subject/4857026/</link>\n        <description><![CDATA[\n\n    <table><tr>\n    <td width=\"80px\"><a href=\"https://book.douban.com/subject/4857026/\" title=\"美味欺诈\">\n    <img src=\"https://img1.doubanio.com/view/subject/s/public/s4500949.jpg\" alt=\"美味欺诈\"></a></td>\n    <td>\n    </td></tr></table>\n]]></description>\n        <dc:creator>元气河马赵小笼</dc:creator>\n        <pubDate>Thu, 21 Jul 2011 07:18:46 GMT</pubDate>\n        <guid isPermaLink=\"false\">http://www.douban.com/people/52041165/interests/416486270</guid>\n    </item>\n    \n    <item>\n        <title>想读王家卫的映画世界</title>\n        <link>https://book.douban.com/subject/1394855/</link>\n        <description><![CDATA[\n\n    <table><tr>\n    <td width=\"80px\"><a href=\"https://book.douban.com/subject/1394855/\" title=\"王家卫的映画世界\">\n    <img src=\"https://img3.doubanio.com/view/subject/s/public/s1400106.jpg\" alt=\"王家卫的映画世界\"></a></td>\n    <td>\n    </td></tr></table>\n]]></description>\n        <dc:creator>元气河马赵小笼</dc:creator>\n        <pubDate>Wed, 15 Jun 2011 05:33:42 GMT</pubDate>\n        <guid isPermaLink=\"false\">http://www.douban.com/people/52041165/interests/403350618</guid>\n    </item>\n    \n    <item>\n        <title>想读日本电影100年</title>\n        <link>https://book.douban.com/subject/1837549/</link>\n        <description><![CDATA[\n\n    <table><tr>\n    <td width=\"80px\"><a href=\"https://book.douban.com/subject/1837549/\" title=\"日本电影100年\">\n    <img src=\"https://img3.doubanio.com/view/subject/s/public/s1932362.jpg\" alt=\"日本电影100年\"></a></td>\n    <td>\n    </td></tr></table>\n]]></description>\n        <dc:creator>元气河马赵小笼</dc:creator>\n        <pubDate>Wed, 15 Jun 2011 05:33:23 GMT</pubDate>\n        <guid isPermaLink=\"false\">http://www.douban.com/people/52041165/interests/403350498</guid>\n    </item>\n    \n    <item>\n        <title>最近在听Graceland</title>\n        <link>https://music.douban.com/subject/1419291/</link>\n        <description><![CDATA[\n\n    <table><tr>\n    <td width=\"80px\"><a href=\"https://music.douban.com/subject/1419291/\" title=\"Graceland\">\n    <img src=\"https://img1.doubanio.com/view/subject/s/public/s2976668.jpg\" alt=\"Graceland\"></a></td>\n    <td>\n        <p>推荐: 推荐</p>\n        <p>备注: 87年经典的民谣专辑</p>\n    </td></tr></table>\n]]></description>\n        <dc:creator>元气河马赵小笼</dc:creator>\n        <pubDate>Wed, 15 Jun 2011 03:39:56 GMT</pubDate>\n        <guid isPermaLink=\"false\">http://www.douban.com/people/52041165/interests/403310732</guid>\n    </item>\n    \n    <item>\n        <title>听过The Joshua Tree</title>\n        <link>https://music.douban.com/subject/1486113/</link>\n        <description><![CDATA[\n\n    <table><tr>\n    <td width=\"80px\"><a href=\"https://music.douban.com/subject/1486113/\" title=\"The Joshua Tree\">\n    <img src=\"https://img3.doubanio.com/view/subject/s/public/s2848523.jpg\" alt=\"The Joshua Tree\"></a></td>\n    <td>\n        <p>推荐: 力荐</p>\n        <p>备注: 不可替代的Ｕ２</p>\n    </td></tr></table>\n]]></description>\n        <dc:creator>元气河马赵小笼</dc:creator>\n        <pubDate>Wed, 15 Jun 2011 03:39:10 GMT</pubDate>\n        <guid isPermaLink=\"false\">http://www.douban.com/people/52041165/interests/403310434</guid>\n    </item>\n    \n    <item>\n        <title>听过Faith</title>\n        <link>https://music.douban.com/subject/1414835/</link>\n        <description><![CDATA[\n\n    <table><tr>\n    <td width=\"80px\"><a href=\"https://music.douban.com/subject/1414835/\" title=\"Faith\">\n    <img src=\"https://img3.doubanio.com/view/subject/s/public/s4713462.jpg\" alt=\"Faith\"></a></td>\n    <td>\n        <p>推荐: 力荐</p>\n    </td></tr></table>\n]]></description>\n        <dc:creator>元气河马赵小笼</dc:creator>\n        <pubDate>Wed, 15 Jun 2011 03:38:54 GMT</pubDate>\n        <guid isPermaLink=\"false\">http://www.douban.com/people/52041165/interests/403310334</guid>\n    </item>\n    \n    <item>\n        <title>最近在听Nick of Time</title>\n        <link>https://music.douban.com/subject/1432871/</link>\n        <description><![CDATA[\n\n    <table><tr>\n    <td width=\"80px\"><a href=\"https://music.douban.com/subject/1432871/\" title=\"Nick of Time\">\n    <img src=\"https://img3.doubanio.com/view/subject/s/public/s1446861.jpg\" alt=\"Nick of Time\"></a></td>\n    <td>\n        <p>推荐: 力荐</p>\n        <p>备注: 90年的。ｂｌｕｅｓ</p>\n    </td></tr></table>\n]]></description>\n        <dc:creator>元气河马赵小笼</dc:creator>\n        <pubDate>Wed, 15 Jun 2011 03:38:46 GMT</pubDate>\n        <guid isPermaLink=\"false\">http://www.douban.com/people/52041165/interests/403310284</guid>\n    </item>\n</channel>\n</rss>"
  },
  {
    "path": "api/test/data/feed/empty",
    "content": ""
  },
  {
    "path": "api/test/data/feed/geektopia.es",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<rss version=\"2.0\"\n                         xmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n                         xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n                         xmlns:media=\"http://search.yahoo.com/mrss/\"\n                         xmlns:atom=\"http://www.w3.org/2005/Atom\"\n                         xmlns:georss=\"http://www.georss.org/georss\">\n<channel>\n<title>Geektopia.es - Tecnología y entretenimiento</title>\n<link>https://www.geektopia.es/es/</link>\n<description>Geektopía.es - Noticias de tecnología y entretenimiento</description>\n<language>es</language>\n<atom:link rel=\"self\" href=\"/rss.xml\"/>\n<lastBuildDate>Mon, 02 Jul 2018 18:00:00 +0200</lastBuildDate>\n<ttl>15</ttl>\n<item>\n<title>Tesla prepara su mayor granja de baterías en California con una capacidad de hasta 1100 GWh</title>\n<link>https://www.geektopia.es/es/technology/2018/07/02/noticias/tesla-prepara-su-mayor-granja-de-baterias-en-california-con-una-capacidad-de-hasta-1100-gwh.html</link>\n<guid>https://www.geektopia.es/es/technology/2018/07/02/noticias/tesla-prepara-su-mayor-granja-de-baterias-en-california-con-una-capacidad-de-hasta-1100-gwh.html</guid>\n<pubDate>Mon, 02 Jul 2018 18:00:00 +0200</pubDate>\n<category>Noticias</category>\n<description><![CDATA[Elon Musk está apostando por la energía solar para la generación de energía eléctrica, con un respaldo de baterías para almacenar la generada durante el día. Eso ha llevado a la creación de una planta de baterías de 315 MWh de capacidad y 129 MWh de suministro en el sur de Australia para hacer frente a los apagones de la región, pero se va a quedar pequeña con respecto a la granja de baterías que está planeando para California junto a PG&amp;E.]]></description>\n<content:encoded><![CDATA[<p><img type=\"photo\" src=\"https://static-geektopia.com/storage/t/p/890/89044/816x382/tesla_bateri__a_powerwall.jpg\"/></p><p>Elon Musk está apostando por la energía solar para la generación de energía eléctrica, con un respaldo de baterías para almacenar la generada durante el día. Eso ha llevado a la creación de una planta de baterías de 315 MWh de capacidad y 129 MWh de suministro en el sur de Australia para hacer frente a los apagones de la región, pero se va a quedar pequeña con respecto a la granja de baterías que está planeando para California junto a PG&E.</p>]]></content:encoded>\n<dc:creator>david</dc:creator>\n</item>\n<item>\n<title>Apple cambiaría el conector Lighthning por un USB tipo C en los iPhone de este año</title>\n<link>https://www.geektopia.es/es/technology/2018/07/02/noticias/apple-cambiaria-el-conector-lighthning-por-un-usb-tipo-c-en-los-iphone-de-este-ano.html</link>\n<guid>https://www.geektopia.es/es/technology/2018/07/02/noticias/apple-cambiaria-el-conector-lighthning-por-un-usb-tipo-c-en-los-iphone-de-este-ano.html</guid>\n<pubDate>Mon, 02 Jul 2018 17:25:00 +0200</pubDate>\n<category>Noticias</category>\n<description><![CDATA[Apple siempre ha ido por libre en el terreno de los conectores de los iPhone, haciendo la vida un poco más complicado a sus usuarios en los países en los que no están tan extendidos. Pero con la continua expansión del conector USB tipo C, es solo cuestión de tiempo que Apple lo adopte en los iPhone e iPad, y parece que podría ser este mismo año.]]></description>\n<content:encoded><![CDATA[<p><img type=\"photo\" src=\"https://static-geektopia.com/storage/t/p/890/89042/816x382/apple-18-w-charger.jpg\"/></p><p>Apple siempre ha ido por libre en el terreno de los conectores de los iPhone, haciendo la vida un poco más complicado a sus usuarios en los países en los que no están tan extendidos. Pero con la continua expansión del conector <strong>USB tipo C</strong>, es solo cuestión de tiempo que<strong> Apple lo adopte en los iPhone e iPad</strong>, y parece que podría ser <strong>este mismo año</strong>.</p>]]></content:encoded>\n<dc:creator>david</dc:creator>\n</item>\n<item>\n<title>El hundimiento de la criptominería haría bajar hasta un 20 % el precio de las gráficas en julio</title>\n<link>https://www.geektopia.es/es/technology/2018/07/02/noticias/el-hundimiento-de-la-criptomineria-haria-bajar-hasta-un-20-el-precio-de-las-graficas-en-julio.html</link>\n<guid>https://www.geektopia.es/es/technology/2018/07/02/noticias/el-hundimiento-de-la-criptomineria-haria-bajar-hasta-un-20-el-precio-de-las-graficas-en-julio.html</guid>\n<pubDate>Mon, 02 Jul 2018 16:00:00 +0200</pubDate>\n<category>Noticias</category>\n<description><![CDATA[La criptominería echó el freno en marzo y se hizo muy evidente en abril, arrastrando en el proceso al sector de las tarjetas gráficas. No inmediatamente, pero entre abril y junio han bajado significativamente sus precios, si bien los fabricantes han querido mantener un margen de beneficios mayor sin bajar demasiado los precios. Sin embargo, parece que Digitimes advierte de que los precios de las tarjetas gráficas podrían bajar en julio hasta un 20&amp;nbsp;%.]]></description>\n<content:encoded><![CDATA[<p><img type=\"photo\" src=\"https://static-geektopia.com/storage/t/p/890/89038/816x382/radeon-rx-vega.jpg\"/></p><p>La criptominería echó el freno en marzo y se hizo muy evidente en abril, arrastrando en el proceso al sector de las tarjetas gráficas. No inmediatamente, pero entre abril y junio han bajado significativamente sus precios, si bien los fabricantes han querido mantener un margen de beneficios mayor sin bajar demasiado los precios. Sin embargo, parece que <a href=\"https://www.digitimes.com/news/a20180629PD204.html\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" ><em>Digitimes</em></a> advierte de que <strong>los precios de las tarjetas gráficas podrían bajar en julio hasta un 20&nbsp;%</strong>.</p>]]></content:encoded>\n<dc:creator>david</dc:creator>\n</item>\n<item>\n<title>Aparecen las primeras pruebas del Ryzen 3 2300X que llegará próximamente</title>\n<link>https://www.geektopia.es/es/technology/2018/07/02/noticias/aparecen-las-primeras-pruebas-del-ryzen-3-2300x-que-llegara-proximamente.html</link>\n<guid>https://www.geektopia.es/es/technology/2018/07/02/noticias/aparecen-las-primeras-pruebas-del-ryzen-3-2300x-que-llegara-proximamente.html</guid>\n<pubDate>Mon, 02 Jul 2018 15:35:00 +0200</pubDate>\n<category>Noticias</category>\n<description><![CDATA[AMD está pendiente de poner a la venta nuevos procesadores Ryzen 2000, lo que incluirá al menos el Ryzen 3&amp;nbsp;2300X y el Ryzen 5&amp;nbsp;2500X. Estos son modelos más interesantes que las versiones que no están pensadas para overclocking porque tienen mayor potencia mononúcleo y su resultado en juegos con tarjetas gráficas más potentes es mejor. Ahora han aparecido imágenes e información del Ryzen 3&amp;nbsp;2300X, incluida una prueba de rendimiento en Cinebench R15.]]></description>\n<content:encoded><![CDATA[<p><img type=\"photo\" src=\"https://static-geektopia.com/storage/t/p/890/89036/816x382/amd-ryzen-2000.jpg\"/></p><p>AMD está pendiente de poner a la venta nuevos procesadores Ryzen 2000, lo que incluirá al menos el Ryzen 3&nbsp;2300X y el Ryzen 5&nbsp;2500X. Estos son modelos más interesantes que las versiones que no están pensadas para <em>overclocking</em> porque tienen mayor potencia mononúcleo y su resultado en juegos con tarjetas gráficas más potentes es mejor. Ahora han aparecido imágenes e información del Ryzen 3&nbsp;2300X, incluida una prueba de rendimiento en <em>Cinebench R15</em>.</p>]]></content:encoded>\n<dc:creator>david</dc:creator>\n</item>\n<item>\n<title>DeepCool presenta la refrigeración Fryzen para los procesadores Ryzen</title>\n<link>https://www.geektopia.es/es/technology/2018/07/02/noticias/deepcool-presenta-la-refrigeracion-fryzen-para-los-procesadores-ryzen.html</link>\n<guid>https://www.geektopia.es/es/technology/2018/07/02/noticias/deepcool-presenta-la-refrigeracion-fryzen-para-los-procesadores-ryzen.html</guid>\n<pubDate>Mon, 02 Jul 2018 14:40:00 +0200</pubDate>\n<category>Noticias</category>\n<description><![CDATA[DeepCool ha presentado a través de su serie de productos para jugones, GamerStorm, una refrigeración por aire un poco especial ya que está pensada exclusivamente para procesadores de AMD. La refrigeración Fryzen —tarde o temprano alguien iba a hacer ese juego de letras con Ryzen— está pensado sobre todo para placas base con zócalo AM4 pero también el TR4 que usan los Ryzen Threadripper, por lo que será bienvenido para los que quieran cambiar a uno de los próximos Ryzen Threadripper 2000 de hasta 32 núcleos físicos.]]></description>\n<content:encoded><![CDATA[<p><img type=\"photo\" src=\"https://static-geektopia.com/storage/t/p/890/89029/816x382/deepcool_fryzen.jpg\"/></p><p><strong>DeepCool</strong> ha presentado a través de su serie de productos para jugones, GamerStorm, una refrigeración por aire un poco especial ya que está pensada exclusivamente para procesadores de AMD. La refrigeración <strong>Fryzen</strong> <span class=\"unbreakable-dash\">—tarde</span> o temprano alguien iba a hacer ese juego de letras con <span class=\"unbreakable-dash\">Ryzen—</span> está pensado sobre todo para placas base con zócalo AM4 pero también el TR4 que usan los Ryzen Threadripper, por lo que será bienvenido para los que quieran cambiar a uno de los próximos Ryzen Threadripper 2000 de hasta 32 núcleos físicos.</p>]]></content:encoded>\n<dc:creator>david</dc:creator>\n</item>\n<item>\n<title>Los mejores ratones del momento (gaming, inalámbricos, julio 2018)</title>\n<link>https://www.geektopia.es/es/technology/2016/05/02/articulos/mejores-ratones-mouse-gaming-juegos-inalambricos.html</link>\n<guid>https://www.geektopia.es/es/technology/2016/05/02/articulos/mejores-ratones-mouse-gaming-juegos-inalambricos.html</guid>\n<pubDate>Mon, 02 Jul 2018 14:00:00 +0200</pubDate>\n<category>Artículos</category>\n<description><![CDATA[Los ratones han evolucionado bastante en la última década, desde aquellos que usaban sobre todo una bola para realizar el seguimiento del movimiento, a los actuales ratones con sensor láser y óptico que funcionan, según su calidad, bastante bien sobre casi cualquier superficie.]]></description>\n<content:encoded><![CDATA[<p><img type=\"photo\" src=\"https://static-geektopia.com/storage/t/p/499/49933/816x382/razer-naga-epic-chroma.jpg\"/></p><p>Los <strong>ratones</strong> han evolucionado bastante en la última década, desde aquellos que usaban sobre todo una bola para realizar el seguimiento del movimiento, a los actuales ratones con sensor láser y óptico que funcionan, según su calidad, bastante bien sobre casi cualquier superficie.</p>]]></content:encoded>\n<dc:creator>david</dc:creator>\n</item>\n<item>\n<title>Intel prepara nuevos NUC con procesadores Coffee Lake que incluyen una Iris Plus 655</title>\n<link>https://www.geektopia.es/es/technology/2018/07/02/noticias/intel-prepara-nuevos-nuc-con-procesadores-coffee-lake-que-incluyen-una-iris-plus-655.html</link>\n<guid>https://www.geektopia.es/es/technology/2018/07/02/noticias/intel-prepara-nuevos-nuc-con-procesadores-coffee-lake-que-incluyen-una-iris-plus-655.html</guid>\n<pubDate>Mon, 02 Jul 2018 13:30:00 +0200</pubDate>\n<category>Noticias</category>\n<description><![CDATA[Intel se ha centrado por ahora en la actual octava generación en presentar sus mini-PC, a los que llama NUC, con los procesadores Kaby Lake G con unidad gráfica dedicada Radeon. Pero también presentó en abril, junto con otra miríada de procesadores Coffee Lake, dos versiones de bajo consumo con gráficos integrados Iris Plus, la serie más potente de unidades gráficas integradas de Intel.]]></description>\n<content:encoded><![CDATA[<p><img type=\"photo\" src=\"https://static-geektopia.com/storage/t/p/890/89027/816x382/nuc-de-intel.jpg\"/></p><p>Intel se ha centrado por ahora en la actual octava generación en presentar sus mini-PC, a los que llama NUC, <a href=\"/es/technology/2018/06/27/analisis/analisis-nuc-hades-canyon-nuc8i7hvk-de-intel-y-su-core-i7-8809g.html\">con los procesadores Kaby Lake G con unidad gráfica dedicada Radeon</a>. Pero también presentó en abril, junto con otra miríada de procesadores Coffee Lake, dos versiones de bajo consumo con gráficos integrados Iris Plus, la serie más potente de unidades gráficas integradas de Intel.</p>]]></content:encoded>\n<dc:creator>david</dc:creator>\n</item>\n<item>\n<title>Una tienda vietnamita publica la supuesta entrada de la GTX 1180</title>\n<link>https://www.geektopia.es/es/technology/2018/07/02/noticias/una-tienda-vietnamita-publica-la-supuesta-entrada-de-la-gtx-1180.html</link>\n<guid>https://www.geektopia.es/es/technology/2018/07/02/noticias/una-tienda-vietnamita-publica-la-supuesta-entrada-de-la-gtx-1180.html</guid>\n<pubDate>Mon, 02 Jul 2018 12:55:00 +0200</pubDate>\n<category>Noticias</category>\n<description><![CDATA[Los rumores sobre las próximas tarjetas gráficas de Nvidia va en aumento, y parece que no pasa un solo día sin que se hable de ellas en el mundo de la tecnología. Aunque entre tanto hablar de Nvidia, también ha llegado algún rumor sobre AMD. En esta ocasión, parece que una tienda vietnamita ha publicado una entrada de la GTX 1180 que presentaría Nvidia, dando alguna supuesta información sobre la misma.]]></description>\n<content:encoded><![CDATA[<p><img type=\"photo\" src=\"https://static-geektopia.com/storage/t/p/890/89022/816x382/gtx-1180.jpg\"/></p><p>Los rumores sobre las próximas tarjetas gráficas de Nvidia va en aumento, y parece que no pasa un solo día sin que se hable de ellas en el mundo de la tecnología. Aunque entre tanto hablar de Nvidia, <a href=\"/es/technology/2018/07/02/noticias/amd-presentaria-una-3-generacion-polaris-a-final-de-ano-navi-de-gama-media-para-2019.html\">también ha llegado algún rumor sobre AMD</a>. En esta ocasión, parece que una <strong>tienda vietnamita ha publicado una entrada de la GTX 1180 que presentaría Nvidia</strong>, dando alguna supuesta información sobre la misma.</p>]]></content:encoded>\n<dc:creator>david</dc:creator>\n</item>\n<item>\n<title>Los nuevos videojuegos de la semana (2 a 8 de julio)</title>\n<link>https://www.geektopia.es/es/videogames/2018/07/02/noticias/los-nuevos-videojuegos-de-la-semana-2-a-8-de-julio.html</link>\n<guid>https://www.geektopia.es/es/videogames/2018/07/02/noticias/los-nuevos-videojuegos-de-la-semana-2-a-8-de-julio.html</guid>\n<pubDate>Mon, 02 Jul 2018 10:00:00 +0200</pubDate>\n<category>Noticias</category>\n<description><![CDATA[Si me permitís el atrevimiento, hay muchas papeletas para que Nintendo Switch se convierta en la consola del verano, porque la puedes jugar en casa y cuando sea momento de ir a la playa la puedes llevar contigo. Eso, y que muchos estudios de desarrollo indis están sacando sus juegos para la nueva de Nintendo, y qué mejor momento que el verano porque tienen meses libres de grandes lanzamientos para poder destacar por ellos mismos.]]></description>\n<content:encoded><![CDATA[<p><img type=\"photo\" src=\"https://static-geektopia.com/storage/t/p/890/89000/816x382/red_faction_guerrilla.jpg\"/></p><p>Si me permitís el atrevimiento, hay muchas papeletas para que Nintendo Switch se convierta en la consola del verano, porque la puedes jugar en casa y cuando sea momento de ir a la playa la puedes llevar contigo. Eso, y que muchos estudios de desarrollo indis están sacando sus juegos para la nueva de Nintendo, y qué mejor momento que el verano porque tienen meses libres de grandes lanzamientos para poder destacar por ellos mismos.</p>]]></content:encoded>\n<dc:creator>poor-man</dc:creator>\n</item>\n<item>\n<title>AMD presentaría una 3.ª generación Polaris a final de año; Navi de gama media para 2019</title>\n<link>https://www.geektopia.es/es/technology/2018/07/02/noticias/amd-presentaria-una-3-generacion-polaris-a-final-de-ano-navi-de-gama-media-para-2019.html</link>\n<guid>https://www.geektopia.es/es/technology/2018/07/02/noticias/amd-presentaria-una-3-generacion-polaris-a-final-de-ano-navi-de-gama-media-para-2019.html</guid>\n<pubDate>Mon, 02 Jul 2018 09:00:00 +0200</pubDate>\n<category>Noticias</category>\n<description><![CDATA[Empieza julio, y cada vez está más cerca la presentación de nuevas tarjetas gráficas. Lo cual es obvio, si bien no hay fecha concreta. Pero cambiando de tercio en el terreno de los rumores, llegan dos sobre la presentación de nuevas tarjetas gráficas por parte de AMD. El primero hace referencia a una nueva generación de tarjetas gráficas basadas en Polaris, y específicamente en un chip Polaris 30. Usaría un proceso litográfico de 12&amp;nbsp;nm FinFET con un 15&amp;nbsp;% más de rendimiento respecto a las GPU de tipo Polaris 20.]]></description>\n<content:encoded><![CDATA[<p><img type=\"photo\" src=\"https://static-geektopia.com/storage/t/p/890/89019/816x382/amd-radeon-rx-vega-64-moc.jpg\"/></p><p>Empieza julio, y cada vez está más cerca la presentación de nuevas tarjetas gráficas. Lo cual es obvio, si bien no hay fecha concreta. Pero cambiando de tercio en el terreno de los rumores, llegan dos sobre la presentación de nuevas tarjetas gráficas por parte de <strong>AMD</strong>. El primero hace referencia a una nueva generación de tarjetas gráficas basadas en Polaris, y específicamente en un chip <strong>Polaris 30</strong>. Usaría un proceso litográfico de 12&nbsp;nm FinFET con un 15&nbsp;% más de rendimiento respecto a las GPU de tipo Polaris 20.</p>]]></content:encoded>\n<dc:creator>david</dc:creator>\n</item>\n</channel></rss>\n"
  },
  {
    "path": "api/test/data/feed/habr",
    "content": "\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<rss version=\"2.0\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\"  >\n  <channel>\n    <title>Хабр / Лучшие публикации за сутки</title>\n    <link>https://habr.com/posts/top/</link>\n    <description><![CDATA[Лучшие публикации за последние 24 часа]]></description>\n    <language>ru</language>\n    <managingEditor>editor@habr.com</managingEditor>\n    <generator>habr.com</generator>\n    <pubDate>Sun, 03 Jun 2018 00:32:57 GMT</pubDate>\n    <lastBuildDate></lastBuildDate>\n      <image>\n        <link>https://habr.com/</link>\n        <url>https://habr.com/images/logo.png</url>\n        <title>Хабр</title>\n      </image>\n\n              <item>\n      <title><![CDATA[Прибор ночного видения на базе тепловизионного модуля Flir Lepton 3]]></title>\n      <guid isPermaLink=\"true\">https://habr.com/post/413021/</guid>\n      <link>https://habr.com/post/413021/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=413021</link>\n      <description><![CDATA[<a href=\"https://habr.com/post/373449/\">Ранее</a> я написал статью о подключении к компьютеру тепловизионной приставки к смартфону Flir One Gen 2. Пришла пора вынуть из этой приставки модуль лептон и подключить к микроконтроллеру напрямую, собрав прибор ночного видения с разрешением 160x120 пикселей.<br> <a href=\"https://habr.com/post/413021/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=413021#habracut\">Читать дальше →</a>]]></description>\n\n      <pubDate>Sat, 02 Jun 2018 15:49:27 GMT</pubDate>\n      <dc:creator>da-nie</dc:creator>\n      <category><![CDATA[Электроника для начинающих]]></category><category><![CDATA[Схемотехника]]></category><category><![CDATA[Программирование микроконтроллеров]]></category><category><![CDATA[Гаджеты]]></category><category><![CDATA[DIY или Сделай сам]]></category>\n      <category><![CDATA[Тепловизор]]></category><category><![CDATA[прибор ночного видения]]></category>\n    </item>\n\n\n\n\n\n\n\n      <item>\n      <title><![CDATA[Подвал смерти]]></title>\n      <guid isPermaLink=\"true\">https://habr.com/post/413011/</guid>\n      <link>https://habr.com/post/413011/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=413011</link>\n      <description><![CDATA[<i>Общим лейтмотивом многих статей на Хабре – является поиск ошибок — неточностей, натяжек, а порой и откровенной глупости в книгах и фильмах. Не являются исключением и мои статьи, в которых я, весь в белом, смеюсь над недотепами авторами. <br>\n<br>\nПоскольку я, ко всему прочему, являюсь литератором, будет честно предоставить право ответного удара: в смысле — дать возможность посмеяться над моим творчеством. Исходя из этого, я решил опубликовать вставную новеллу из цикла «Я у мамы инженер» — благо, по тематике она тесно примыкает к хабротемам. <br>\n<br>\nПара пояснений: <b>Герой романа – и автор – разные люди.</b> У нас разные позиции по многим вопросам. Я не всегда согласен с товарищем Главным Героем и спорю с ним, через реплики других персонажей. И — упомянутые в романе лица, чьи имена совпадают с реально существующими людьми – не более чем их отражения в другой реальности. Как Цандер в «Прыжке в Ничто» Беляева, если Вы понимаете о чем я. </i><br>\nИтак: <br>\n<br>\nЗатухающий костёр освещал только крохотный пятачок пляжа. Сидящий напротив огня кот, как и я, смотрел на огонь, сияя плошками отражающих свет глаз. Было в этой сцене что-то по домашнему уютное. <br>\n<br>\nЯ налил себе кофе, и, сев на складной стульчик, похлопал по колену, приглашая Беляша присоединиться. Его пучешарое величество соизволило принять приглашение. Почти невидимая в темноте Никсель полулежала на туристической пенке, но не спала. Конечно, уснешь тут. <br>\n<br>\n— Настало время удивительных историй? — Спросил я. — Раз всё равно не спим.<br>\nНиксель промолчала. Беляш вертелся у меня на коленях, устраиваясь поудобней. <br>\n<br>\n— Ну, раз возражений нет, начну: У меня неподалеку от дома работает офисный центр, у которого под автостоянкой расположен подвал смерти. <br>\n<br>\n— Это как? — тихонько спросила девушка. <br>\n<br>\n— Подвал, в который люди заходят и пропадают. Серьезно. Там у них за 30 лет российской независимости человек тридцать пропало. По человеку в год, таксказать. <br>\n<br>\nРасскажу лучше по порядку: <a href=\"https://habr.com/post/413011/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=413011#habracut\">Читать дальше →</a>]]></description>\n\n      <pubDate>Sat, 02 Jun 2018 13:26:04 GMT</pubDate>\n      <dc:creator>Zangasta</dc:creator>\n      <category><![CDATA[Научная фантастика]]></category>\n      <category><![CDATA[дроид]]></category>\n    </item>\n\n\n\n\n\n\n\n      <item>\n      <title><![CDATA[«Хорошо забытое старое»: электровелосипеды — от первых моделей к возможностям сегодняшнего дня ]]></title>\n      <guid isPermaLink=\"true\">https://habr.com/post/413023/</guid>\n      <link>https://habr.com/post/413023/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=413023</link>\n      <description><![CDATA[Сегодня рынок электровелосипедов по темпам роста <a href=\"http://www.bike-eu.com/sales-trends/nieuws/2017/9/usa-e-bike-market-doubles-in-units-and-value-10131284\">не уступает</a> сегменту своих старших собратьев — электромобилей. Только в 2016 году во всем мире <a href=\"https://www.statista.com/statistics/255658/worldwide-sales-of-electric-bicycles-by-region/\">было продано</a> чуть меньше 35 млн электровелосипедов — 93% пришлось на Азиатско-Тихоокеанский регион. Однако их популярность растет не только в Азии, но и по всему миру — например, в США в прошлом году зафиксировали двукратный рост продаж. Российский рынок, по <a href=\"https://www.rbc.ru/newspaper/2017/10/26/59edce879a79470e13411b15\">мнению</a> экспертов, довольно скромный — в год продается порядка 10 тысяч электровелосипедов — но он тоже активно развивается.<br>\n<br>\nНа велосипеды с электрическим приводом уже во всю пересаживаются государственные службы по всему миру: например, полицейские штата Висконсин последовали <a href=\"http://www.themalaysianinsight.com/s/29857/\">примеру</a> своих малазийских коллег и <a href=\"https://www.officer.com/on-the-street/vehicles-equipment/bicycles-accessories/press-release/20991237/electronic-bikes-bosch-ebikes-systems-increase-your-bike-patrol-effectiveness-with-an-ebike-electric-bicycle\">патрулируют</a> город на новом транспорте. <a href=\"https://techcrunch.com/2018/01/09/jump-will-be-the-first-stationless-e-bike-sharing-startup-to-launch-in-sf/\">Появляются</a> городские сервисы для аренды вроде «Велобайка», но уже для электровелосипедов — это сети велопроката, которые можно встретить во многих крупных городах во всем мире. Они позволяют брать электровелосипед в аренду на одной станции и оставлять его в другой части города так, чтобы им мог воспользоваться кто-то другой.<br>\n<br>\nБолее того, появляются предложения о том, чтобы <a href=\"https://www.bicycling.com/racing/uec-electric-bike-circuit\">включить</a> электровелосипеды в классификацию Европейского союза велосипедного спорта (UEC) и добавить новые дисциплины к обычным заездам и соревнованиям по горным велогонкам.<br>\n <br>\nПопробуем немного «отмотать назад» и разобраться в том, как электровелосипед проделал путь от экспериментального изобретения до популярного атрибута жизни в большом городе. Сегодня расскажем:<br>\n<br>\n<ul>\n<li>кто впервые модернизировал классический велосипед;</li>\n<li>почему об электровелосипедах забыли почти на 30 лет;</li>\n<li>и что помогло им вернуться и стать популярным городским транспортом.</li>\n</ul><br>\n<a href=\"https://habr.com/company/maccentre/blog/413023/\"><img src=\"https://habrastorage.org/webt/ar/kg/in/arkginng-aoobwrf1nneg4yt6pq.png\"></a> <a href=\"https://habr.com/post/413023/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=413023#habracut\">Читать дальше →</a>]]></description>\n\n      <pubDate>Sat, 02 Jun 2018 16:37:33 GMT</pubDate>\n      <dc:creator>IvanPavlov</dc:creator>\n      <category><![CDATA[История IT]]></category><category><![CDATA[Гиктаймс]]></category><category><![CDATA[Гаджеты]]></category><category><![CDATA[Блог компании МакЦентр]]></category>\n      <category><![CDATA[макцентр]]></category><category><![CDATA[электробайки]]></category><category><![CDATA[электровелосипеды]]></category>\n    </item>\n\n\n\n\n\n\n\n      <item>\n      <title><![CDATA[SamsPcbGuide, часть 5: Трассировка сигнальных линий. Искажения в линии и согласование импедансов]]></title>\n      <guid isPermaLink=\"true\">https://habr.com/post/413001/</guid>\n      <link>https://habr.com/post/413001/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=413001</link>\n      <description><![CDATA[Продолжаем рассмотрение трассировки печатных плат. Эту статью публикую из своего родного города Северодвинска, с благодарностью своим школьным учителям. Тема, которой она посвящена, базовая, и оттого важно с ней разобраться. Здесь будут рассмотрены отражения в сигнальных линиях и, как всегда, будут даны рекомендации по снижению искажений сигнала, в том числе с помощью различных методик согласования линий. <a href=\"https://habr.com/post/413001/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=413001#habracut\">Читать дальше →</a>]]></description>\n\n      <pubDate>Sat, 02 Jun 2018 09:55:58 GMT</pubDate>\n      <dc:creator>iamsam</dc:creator>\n      <category><![CDATA[Электроника для начинающих]]></category><category><![CDATA[Производство и разработка электроники]]></category>\n      <category><![CDATA[samspcbguide]]></category><category><![CDATA[печатные платы]]></category><category><![CDATA[радиотехника и электроника]]></category><category><![CDATA[трассировка]]></category><category><![CDATA[отражения]]></category><category><![CDATA[согласование импедансов]]></category>\n    </item>\n\n\n\n\n\n\n\n      <item>\n      <title><![CDATA[Советский HI-FI и его создатели: лазерные видеодиски в СССР]]></title>\n      <guid isPermaLink=\"true\">https://habr.com/post/413027/</guid>\n      <link>https://habr.com/post/413027/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=413027</link>\n      <description><![CDATA[Так случилось, что в этом цикле мы касались в основном HI-FI аудио, не затрагивая вопрос видеотехники, а между тем, в Стране Советов были, пускай и несколько запоздалые, но достижения по этой части. Рассматривая советское видео, как сравнительно редкий и в основном перестроечный феномен, под определение HI-FI (т.е. высокая верность воспроизведения) лучше других подходят видеодиски формата Laser Disc и проигрыватели для них.<br>\n<br>\n<img src=\"https://habrastorage.org/webt/pf/vr/je/pfvrjemtzbyvvubeoq1gczdbiby.jpeg\"><br>\n<br>\nК моменту разработки в Союзе описываемая технология доживала свои последние годы за ржавеющим железным занавесом. При этом для подавляющего большинства советских людей, немногим из которых был доступен даже банальный VHS-видеомагнитофон, представлялась истинным технологическим чудом. Под катом об отчаянной и изначально обреченной на провал попытке “догнать и перегнать”.<br> <a href=\"https://habr.com/post/413027/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=413027#habracut\">Читать дальше →</a>]]></description>\n\n      <pubDate>Sat, 02 Jun 2018 18:54:46 GMT</pubDate>\n      <dc:creator>Sound_cULT</dc:creator>\n      <category><![CDATA[Старое железо]]></category><category><![CDATA[Научно-популярное]]></category><category><![CDATA[Звук]]></category><category><![CDATA[Видеотехника]]></category><category><![CDATA[Блог компании Pult.ru]]></category>\n      <category><![CDATA[видео]]></category><category><![CDATA[лазер]]></category><category><![CDATA[лазерный проигрыватель]]></category><category><![CDATA[лазерный диск]]></category><category><![CDATA[laser disc]]></category><category><![CDATA[hi-fi]]></category><category><![CDATA[hi-fi video]]></category><category><![CDATA[video player]]></category>\n    </item>\n\n\n\n\n\n\n\n      <item>\n      <title><![CDATA[Secure Data Act 2018 – в США планируют запретить бэкдоры в устройствах [опять]]]></title>\n      <guid isPermaLink=\"true\">https://habr.com/post/412991/</guid>\n      <link>https://habr.com/post/412991/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=412991</link>\n      <description><![CDATA[В середине мая члены Конгресса США <a href=\"https://www.theregister.co.uk/2018/05/10/proposed_law_would_stop_feds_from_demanding_backdoors/\">представили</a> законопроект, который получил название <a href=\"https://lofgren.house.gov/sites/lofgren.house.gov/files/Secure%20Data%20Act%202018.pdf\">Secure Data Act 2018</a>. Он запретит правительству и государственным структурам требовать от производителей технических устройств встраивать в свои продукты бэкдоры. Принуждения нельзя будет добиться даже через суд.<br>\n<br>\nПодробнее о законопроекте и реакции сообщества расскажем далее.<br>\n<br>\n<a href=\"https://habr.com/company/1cloud/blog/412991/\"><img src=\"https://habrastorage.org/webt/05/vt/pr/05vtprevna2jo2k-ansv8cerxpc.jpeg\"></a> <a href=\"https://habr.com/post/412991/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=412991#habracut\">Читать дальше →</a>]]></description>\n\n      <pubDate>Sat, 02 Jun 2018 16:34:27 GMT</pubDate>\n      <dc:creator>1cloud</dc:creator>\n      <category><![CDATA[Информационная безопасность]]></category><category><![CDATA[Блог компании 1cloud.ru]]></category>\n      <category><![CDATA[1cloud]]></category><category><![CDATA[secure data act]]></category><category><![CDATA[бэкдоры]]></category>\n    </item>\n\n\n\n\n\n\n\n      <item>\n      <title><![CDATA[Небольшая заметка про wildcard сертификаты Let’s Encrypt]]></title>\n      <guid isPermaLink=\"true\">https://habr.com/post/413017/</guid>\n      <link>https://habr.com/post/413017/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=413017</link>\n      <description><![CDATA[Все уже, наверное, в курсе про такую организацию как Let’s Encrypt. С некоторых пор там можно получить и wildcard сертификат. В этой короткой заметке я опишу пару не очень очевидных моментов, с которыми столкнулся.<br> <a href=\"https://habr.com/post/413017/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=413017#habracut\">Читать дальше →</a>]]></description>\n\n      <pubDate>Sat, 02 Jun 2018 15:33:06 GMT</pubDate>\n      <dc:creator>isden</dc:creator>\n      <category><![CDATA[Хостинг]]></category><category><![CDATA[Системное администрирование]]></category><category><![CDATA[DevOps]]></category>\n      <category><![CDATA[letsencrypt]]></category><category><![CDATA[docker]]></category><category><![CDATA[geektimes]]></category>\n    </item>\n\n\n\n\n\n\n\n      <item>\n      <title><![CDATA[От гудения жирафов до звуков птиц-подражателей — слушаем природу вместе]]></title>\n      <guid isPermaLink=\"true\">https://habr.com/post/412999/</guid>\n      <link>https://habr.com/post/412999/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=412999</link>\n      <description><![CDATA[Мы продолжаем серию рассказов об интересных звуках природы на основе подкаста <a href=\"https://soundcloud.com/worldaccordingtosound\">World According to Sound</a> Сэма Харнетта (Sam Harnett) и Криса Хоффа (Chris Hoff). В <a href=\"https://geektimes.com/company/audiomania/blog/299379/\">прошлой части</a> обзора речь шла о необычных звуках, которые могут издавать насекомые, гейзеры и гравитационные волны. В этой части разберём на какие звуки способны жирафы, птицы и люди.<br>\n<br>\n<a href=\"https://habr.com/company/audiomania/blog/412999/\"><img src=\"https://habrastorage.org/webt/lf/7w/ym/lf7wymmm1umuts8ndkclpjhfn8a.jpeg\"></a> <a href=\"https://habr.com/post/412999/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=412999#habracut\">Читать дальше →</a>]]></description>\n\n      <pubDate>Sat, 02 Jun 2018 09:42:07 GMT</pubDate>\n      <dc:creator>Audioman</dc:creator>\n      <category><![CDATA[Периферия]]></category><category><![CDATA[Научно-популярное]]></category><category><![CDATA[Звук]]></category><category><![CDATA[Гиктаймс]]></category><category><![CDATA[Блог компании Аудиомания]]></category>\n      <category><![CDATA[аудиомания]]></category><category><![CDATA[звук]]></category><category><![CDATA[удивительное рядом]]></category>\n    </item>\n\n\n\n\n\n\n\n      <item>\n      <title><![CDATA[Что делает VMware, и какой будет сетевая архитектура будущего]]></title>\n      <guid isPermaLink=\"true\">https://habr.com/post/412923/</guid>\n      <link>https://habr.com/post/412923/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=412923</link>\n      <description><![CDATA[Как <a href=\"https://www.gartner.com/smarterwithgartner/what-edge-computing-means-for-infrastructure-and-operations-leaders/\">отмечают</a> в Gartner, 10% корпоративных данных генерируются за пределами традиционных ЦОД. И ожидается, что эта цифра вырастет до 50% к 2022 году. Тенденция связана с ростом популярности «периферийных вычислений» (<a href=\"https://en.wikipedia.org/wiki/Edge_computing\">edge computing</a>) и интернета вещей.<br>\n<br>\nКомпаниям приходится искать новые подходы к организации корпоративных сетей. Одной из таких компаний является разработчик программного обеспечения для виртуализации VMware. В начале мая представители организации <a href=\"https://globenewswire.com/news-release/2018/05/01/1493914/0/en/VMware-Advances-Networking-for-the-Digital-Era-with-the-Virtual-Cloud-Network.html\">обозначили</a> свое видение сетей будущего и представили концепцию Virtual Cloud Network. Её идея в том, чтобы упростить управление программными сетями и повысить защищенность распределенных сервисов.<br>\n<br>\nПодробнее о том, что делает VMware, расскажем далее.<br>\n<br>\n<a href=\"https://habr.com/company/it-grad/blog/412923/\"><img src=\"https://habrastorage.org/webt/o-/xn/h5/o-xnh5lxgct0knod0-gobgpjyau.jpeg\"></a> <a href=\"https://habr.com/post/412923/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=412923#habracut\">Читать дальше →</a>]]></description>\n\n      <pubDate>Sat, 02 Jun 2018 13:44:32 GMT</pubDate>\n      <dc:creator>it_man</dc:creator>\n      <category><![CDATA[Системное администрирование]]></category><category><![CDATA[Серверное администрирование]]></category><category><![CDATA[Виртуализация]]></category><category><![CDATA[IT-инфраструктура]]></category><category><![CDATA[Блог компании ИТ-ГРАД]]></category>\n      <category><![CDATA[ит-град]]></category><category><![CDATA[sd-wan]]></category><category><![CDATA[vmware]]></category>\n    </item>\n\n\n\n\n\n\n\n\n\n    <item>\n      <title><![CDATA[[Из песочницы] Странности синтеза при работе с FPGA]]></title>\n      <guid isPermaLink=\"true\">https://habr.com/post/413007/</guid>\n      <link>https://habr.com/post/413007/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=413007</link>\n      <description><![CDATA[На сегодняшний день существует два наиболее распространённых языка описания аппаратуры: Verilog/SystemVerilog и VHDL. Сами языки описания аппаратуры являются достаточно универсальными средствами, но всегда ли это так? И от чего может зависеть «не универсальность» языка описания аппаратуры?<br/>\n<br/>\nИдея написания данной статьи возникла при синтезе одного проекта в разных средах разработки, в результате чего были получены отличные друг от друга результаты. Так как исходный модуль является достаточно объёмным, то для демонстрации полученных результатов был написан тестовый модуль меньшего объёма, но синтез которого вызывал те же предупреждения/ошибки. В качестве тестового модуля был использован 4-х битный регистр с асинхронным сбросом, а в качестве сред разработки были выбраны Libero SoC 18.1, Quartus Prime 17.1, Vivado 2017.4.1.<br/>\n <a href=\"https://habr.com/post/413007/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=413007#habracut\">Читать дальше &rarr;</a>]]></description>\n\n      <pubDate>Sat, 02 Jun 2018 12:29:41 GMT</pubDate>\n      <dc:creator>Dmitriy0111</dc:creator>\n      <category><![CDATA[FPGA]]></category>\n      <category>fpga</category><category>verilog</category><category>Vivado</category><category>Quartus</category><category>Libero SoC</category>\n    </item>\n\n\n\n\n\n\n\n    <item>\n      <title><![CDATA[[Из песочницы] Инфраструктура открытых ключей: утилита генерации запросов на квалифицированный сертификат]]></title>\n      <guid isPermaLink=\"true\">https://habr.com/post/412993/</guid>\n      <link>https://habr.com/post/412993/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=412993</link>\n      <description><![CDATA[<img src=\"https://habrastorage.org/webt/oj/xx/7a/ojxx7arqczn6pv4ldcq3zjoqdwm.png\" align=\"left\" alt=\"image\"/> Одним из центральных объектом инфраструктуры открытых ключей (Public Key Infrastructure — PKI/ИОК) наряду с ключевой парой является сертификат, который сегодня фактически является аналогом гражданского паспорта. <br/>\n <a href=\"https://habr.com/post/412993/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=412993#habracut\">Читать дальше &rarr;</a>]]></description>\n\n      <pubDate>Sat, 02 Jun 2018 07:35:47 GMT</pubDate>\n      <dc:creator>saipr</dc:creator>\n      <category><![CDATA[Криптография]]></category><category><![CDATA[Информационная безопасность]]></category><category><![CDATA[Open source]]></category><category><![CDATA[IT-стандарты]]></category><category><![CDATA[IT-инфраструктура]]></category>\n      <category>pki</category><category>certificate</category><category>public key</category><category>private key</category><category>pkcs#11</category><category>pkcs#10</category><category>csp</category><category>csr</category><category>request</category><category>certificate authority</category><category>гост 34.10-2012</category><category>tcl/tk</category><category>swig</category>\n    </item>\n\n\n\n\n\n\n\n\n\n    <item>\n      <title><![CDATA[[Перевод] Стремление к прозрачности]]></title>\n      <guid isPermaLink=\"true\">https://habr.com/post/413013/</guid>\n      <link>https://habr.com/post/413013/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=413013</link>\n      <description><![CDATA[<blockquote>Самый эффективный способ помочь другим — это помочь им помочь самим себе.<br>\nДжерри Корстенс</blockquote><h4>От переводчика</h4><br>\nПредлагаю вашему вниманию перевод статьи CEO SpecterOps David McGuire <i>«A Push Toward Transparency»</i>. Никакого отношения к данной компании я не имею и никогда не пользовался её продуктами, поэтому статья служит не рекламным целям, а лишь поводом для того, чтобы задуматься, обсудить и использовать или отказаться от использования предлагаемого автором подхода.<br>\n<br>\nДэвид поднимает вопрос прозрачности в индустрии информационной безопасности, утверждая, что распространение знаний об инструментах и методах работы — это не угроза конкурентному преимуществу, а очень важный шаг для всех участников рынка, который способен значительно повысить общий уровень защищенности информационных инфраструктур. В комментариях хотелось бы увидеть обсуждение этой позиции: насколько она совместима с реальностью, что нам мешает быть прозрачными, и нужно ли переходить от формирования зависимости от консультантов и продуктов к обучению заказчиков самостоятельному противодействию угрозам?<br> <a href=\"https://habr.com/post/413013/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=413013#habracut\">Читать дальше →</a>]]></description>\n\n      <pubDate>Sat, 02 Jun 2018 13:51:16 GMT</pubDate>\n      <dc:creator>Michae1</dc:creator>\n      <category><![CDATA[Управление проектами]]></category><category><![CDATA[Информационная безопасность]]></category><category><![CDATA[IT-инфраструктура]]></category>\n      <category>прозрачность</category>\n    </item>\n\n\n\n\n\n\n\n    <item>\n      <title><![CDATA[[Перевод] Неудовольствие обнуляет уровень счастья: почему невозможно постоянно быть счастливым]]></title>\n      <guid isPermaLink=\"true\">https://habr.com/post/412977/</guid>\n      <link>https://habr.com/post/412977/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=412977</link>\n      <description><![CDATA[<img src=\"https://habrastorage.org/getpro/habr/post_images/2dc/55b/601/2dc55b6017b07244b70cca68007c1343.png\"><br>\n<br>\nСчастье, в той или иной его форме, вроде бы является общей целью, достичь которой хотел бы каждый из нас. Мы часто ведём себя так, будто можем найти путь к полному удовлетворению – комфорту, насыщению, теплу, какой-то ещё награде – и постоянно быть счастливыми, просто сделав какие-то правильные выборы. Но удовольствие даже от самых приятных ощущений скоротечно, и это приводит к появлению скуки и желанию попробовать что-то новое и удивительное. Я, как нейробиолог, не могу не думать о том, является ли на самом деле мимолётность нашего удовлетворения неизбежной, или же это некая особенность работы мозга, поняв которую, можно будет узнать, как с этим бороться.<br>\n<br>\nМногие повседневные функции работы мозга кажутся настолько естественными, что мы с трудом можем дистанцироваться от них, чтобы посмотреть на них со стороны. Мозг занимается тем, что замечает разные вещи. Очевидно, что основная работа мозга заключается в восприятии; на базе воспринятого он может делать оценки, а на основе их – действовать. Эту работу выполняют нейроны нервной системы. Они находят и представляют входные данные внешнего (и внутреннего) мира, анализируют данные, и реагируют на этот анализ соответствующим действием. Под действием обычно понимается движение: нейроны отправляют сигналы, заставляющие мускулы сокращаться, что позволяет вам выполнять какие-то действия. Входные данные поступают с органов чувств, анализ часто называют ассоциативным, а выход – моторикой. Троица чувства/ассоциативный анализ/моторика – это нейронный аналог восприятия/оценки/действия.<br> <a href=\"https://habr.com/post/412977/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=412977#habracut\">Читать дальше →</a>]]></description>\n\n      <pubDate>Sat, 02 Jun 2018 09:00:01 GMT</pubDate>\n      <dc:creator>SLY_G</dc:creator>\n      <category><![CDATA[Научно-популярное]]></category><category><![CDATA[Мозг]]></category>\n      <category>счастье</category><category>несчастье</category><category>потенциалы действия</category><category>ионные каналы</category><category>нейромедиаторы</category>\n    </item>\n\n\n\n      <item>\n      <title><![CDATA[Игра в прятки, или первый ботнет, которому не страшен reboot]]></title>\n      <guid isPermaLink=\"true\">https://habr.com/post/412997/</guid>\n      <link>https://habr.com/post/412997/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=412997</link>\n      <description><![CDATA[В конце апреля ИБ-исследователи из Bitdefender LABS <a href=\"https://labs.bitdefender.com/2018/05/hide-and-seek-iot-botnet-resurfaces-with-new-tricks-persistence/\">обнаружили</a> новую версию ботнета Hide and Seek (HNS), о котором стало <a href=\"https://labs.bitdefender.com/2018/01/new-hide-n-seek-iot-botnet-using-custom-built-peer-to-peer-communication-spotted-in-the-wild/\">известно</a> в начале 2018 года. Он использует кастомный P2P-протокол и является первым ботнетом, который «выживает» даже после перезагрузки устройства, на котором закрепился.<br>\n<br>\nРасскажем, как HNS это делает и как защитить от него устройства интернета вещей.<br>\n<br>\n<a href=\"https://habr.com/company/vasexperts/blog/412997/\"><img src=\"https://habrastorage.org/webt/ec/ev/lg/ecevlg_fda6rqcht3jqyshnztlo.jpeg\"></a> <a href=\"https://habr.com/post/412997/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=412997#habracut\">Читать дальше →</a>]]></description>\n\n      <pubDate>Sat, 02 Jun 2018 09:36:21 GMT</pubDate>\n      <dc:creator>VASExperts</dc:creator>\n      <category><![CDATA[Информационная безопасность]]></category><category><![CDATA[Блог компании VAS Experts]]></category>\n      <category><![CDATA[vas experts]]></category><category><![CDATA[hns]]></category><category><![CDATA[информационная безопасность]]></category><category><![CDATA[ботнет]]></category>\n    </item>\n\n\n\n\n\n\n\n      <item>\n      <title><![CDATA[Менеджеры зависимостей]]></title>\n      <guid isPermaLink=\"true\">https://habr.com/post/412945/</guid>\n      <link>https://habr.com/post/412945/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=412945</link>\n      <description><![CDATA[<img src=\"https://habrastorage.org/webt/eo/2z/gn/eo2zgnh7wmofkn9u5lkycjb1kus.png\"><br>\n<br>\nВ этой статье я расскажу, в чем менеджеры зависимостей (package manager) схожи по внутреннему устройству, алгоритму работы, и в чем их принципиальные отличия. Я рассматривал package manager’ы, предназначенные для разработки под iOS/OS X, но содержание статьи с некоторыми допущениями применимо и к другим. <br> <a href=\"https://habr.com/post/412945/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=412945#habracut\">Читать дальше →</a>]]></description>\n\n      <pubDate>Sat, 02 Jun 2018 05:09:58 GMT</pubDate>\n      <dc:creator>vani2</dc:creator>\n      <category><![CDATA[Разработка мобильных приложений]]></category><category><![CDATA[Программирование]]></category><category><![CDATA[Блог компании Redmadrobot]]></category>\n      <category><![CDATA[cocoapods]]></category><category><![CDATA[carthage]]></category><category><![CDATA[homebrew]]></category><category><![CDATA[package manager]]></category><category><![CDATA[package management]]></category><category><![CDATA[dependency manager]]></category>\n    </item>\n\n\n\n\n\n\n\n\n\n    <item>\n      <title><![CDATA[[Из песочницы] О терниях и звездах на пути оптимизации процессов разработки]]></title>\n      <guid isPermaLink=\"true\">https://habr.com/post/413025/</guid>\n      <link>https://habr.com/post/413025/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=413025</link>\n      <description><![CDATA[<h3>Мечты, мечты</h3><br>\nХолодными осенними вечерами мы с разработчиками приложений 3D визуализации собирались на кухне… пили кофе… и думали о ней… об эталонной организации разработки. <br>\n<br>\n — У меня знакомые по agile работают: спринты, стори поинты, все дела…<br>\n — Да нам бы хотя бы ревью…<br>\n<br>\n<a href=\"https://habrastorage.org/webt/-m/yn/nd/-mynnduvwft5nxmi3bucrybzgta.jpeg\"><img src=\"https://habrastorage.org/webt/-m/yn/nd/-mynnduvwft5nxmi3bucrybzgta.jpeg\"><br>\n</a> <a href=\"https://habr.com/post/413025/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=413025#habracut\">Читать дальше →</a>]]></description>\n\n      <pubDate>Sat, 02 Jun 2018 17:39:04 GMT</pubDate>\n      <dc:creator>mimila</dc:creator>\n      <category><![CDATA[Управление разработкой]]></category><category><![CDATA[Управление проектами]]></category><category><![CDATA[Управление персоналом]]></category><category><![CDATA[Развитие стартапа]]></category><category><![CDATA[Agile]]></category>\n      <category>управление персоналом</category><category>управление людьми</category><category>управление проектами</category><category>управление командой</category><category>управление командами разработчиков</category><category>управление проектами и командой</category><category>управление проектом</category><category>развитие бизнеса</category><category>развитие стартапа</category><category>agile</category><category>gitflow</category><category>jira</category><category>визуализация данных</category><category>3D</category><category>визуализация</category>\n    </item>\n\n\n\n\n\n\n\n    <item>\n      <title><![CDATA[[Из песочницы] SAP по-быстрому]]></title>\n      <guid isPermaLink=\"true\">https://habr.com/post/412995/</guid>\n      <link>https://habr.com/post/412995/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=412995</link>\n      <description><![CDATA[Внедрение SAP, в обычном мире, считается задачей не самой простой. Различного рода аналитики, по специальной методике обследуют, перелопачивают все предприятие, меняют бизнес процессы, много и еще раз много консультируют, и даже ИТ инфраструктуру рассчитывают специально обученные суперспециалисты. Однако, нам в помощь, существует сервис по автоматизированному развертыванию немецких продуктов в режиме: нажал, подождал, тестируй (или даже работай).<br/>\n<br/>\n<div style=\"text-align:center;\"><img src=\"https://habrastorage.org/webt/_k/2c/xa/_k2cxaby50-5as3yaimlxqdxzyy.jpeg\" alt=\"image\" /></div> <a href=\"https://habr.com/post/412995/?utm_source=habrahabr&amp;utm_medium=rss&amp;utm_campaign=412995#habracut\">Читать дальше &rarr;</a>]]></description>\n\n      <pubDate>Sat, 02 Jun 2018 08:20:35 GMT</pubDate>\n      <dc:creator>nasos</dc:creator>\n      <category><![CDATA[Системное администрирование]]></category><category><![CDATA[Облачные сервисы]]></category><category><![CDATA[Microsoft Azure]]></category><category><![CDATA[ERP-системы]]></category>\n      <category>SAP</category><category>Azure</category><category>template</category><category>быстро</category>\n    </item>\n\n\n\n\n\n\n\n\n\n  </channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/hackernews",
    "content": "<rss version=\"2.0\"><channel><title>Hacker News</title><link>https://news.ycombinator.com/</link><description>Links for the intellectually curious, ranked by readers.</description><item><title>Gitea – Alternative to GitLab and GitHub</title><link>https://gitea.io</link><pubDate>Wed, 6 Jun 2018 08:09:18 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17245246</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17245246\">Comments</a>]]></description></item><item><title>AMD Zen 2 Update: 7nm EPYC in Labs Now, Launching in 2019</title><link>https://www.anandtech.com/show/12912/amd-zen-2-update-7nm-epyc-in-labs-now-launching-in-2019</link><pubDate>Wed, 6 Jun 2018 07:26:37 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17245025</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17245025\">Comments</a>]]></description></item><item><title>Microsoft has sunk a data centre in the sea to investigate energy efficiency</title><link>http://www.bbc.com/news/technology-44368813</link><pubDate>Wed, 6 Jun 2018 05:19:58 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17244525</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17244525\">Comments</a>]]></description></item><item><title>Facebook confirms data-sharing agreements with Chinese firms</title><link>https://www.bbc.com/news/business-44379593</link><pubDate>Wed, 6 Jun 2018 08:54:02 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17245458</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17245458\">Comments</a>]]></description></item><item><title>State of Washington sues Facebook and Google over failure to disclose spending</title><link>https://techcrunch.com/2018/06/05/washington-sues-facebook-and-google-over-failure-to-disclose-political-ad-spending/</link><pubDate>Tue, 5 Jun 2018 21:30:16 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17242270</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17242270\">Comments</a>]]></description></item><item><title>BuildZoom (a better way to remodel) is hiring a Data Engineer</title><link>https://jobs.lever.co/buildzoom/5d98e8d6-b8be-4871-a1de-109af3cb204d</link><pubDate>Wed, 6 Jun 2018 09:45:39 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17245653</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17245653\">Comments</a>]]></description></item><item><title>Seikilos epitaph</title><link>https://en.wikipedia.org/wiki/Seikilos_epitaph</link><pubDate>Wed, 6 Jun 2018 03:31:04 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17244161</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17244161\">Comments</a>]]></description></item><item><title>AMD Reveals Threadripper 2: Up to 32 Cores, 250W, X399 Refresh</title><link>https://www.anandtech.com/show/12906/amd-reveals-threadripper-2-up-to-32-cores-250w-x399-refresh</link><pubDate>Wed, 6 Jun 2018 03:12:37 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17244089</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17244089\">Comments</a>]]></description></item><item><title>Archive.org and California to start a data sharing and preservation project</title><link>https://blog.archive.org/2018/06/05/internet-archive-code-for-science-and-society-and-california-digital-library-to-partner-on-a-data-sharing-and-preservation-pilot-project/</link><pubDate>Tue, 5 Jun 2018 19:31:03 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17241198</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17241198\">Comments</a>]]></description></item><item><title>Caltech glassblower&#x27;s retirement has scientists sighing (2016)</title><link>http://beta.latimes.com/local/education/la-me-caltech-glassblower-20160613-snap-story.html</link><pubDate>Tue, 5 Jun 2018 18:45:36 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17240776</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17240776\">Comments</a>]]></description></item><item><title>Show HN: LogicEmu – Online Logic Simulator</title><link>http://lodev.org/logicemu</link><pubDate>Tue, 5 Jun 2018 22:12:12 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17242528</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17242528\">Comments</a>]]></description></item><item><title>Australia drafts laws forcing Facebook and Google to reveal encrypted data</title><link>https://www.theguardian.com/technology/2018/jun/06/planned-laws-to-force-tech-firms-to-reveal-encrypted-data</link><pubDate>Wed, 6 Jun 2018 07:28:15 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17245032</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17245032\">Comments</a>]]></description></item><item><title>How to be a Manager – A step-by-step guide to leading a team</title><link>https://getweeklyupdate.com/manager-guide</link><pubDate>Tue, 5 Jun 2018 14:48:19 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17238135</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17238135\">Comments</a>]]></description></item><item><title>Show HN: Transity – Plain Text Accounting</title><link>https://www.feram.io/blog/2018-06-05_transity_the_future_of_plain_text_accounting/</link><pubDate>Tue, 5 Jun 2018 21:14:23 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17242136</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17242136\">Comments</a>]]></description></item><item><title>Open Source License Helper Tool</title><link>https://choosealicense.com/</link><pubDate>Tue, 5 Jun 2018 21:26:29 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17242238</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17242238\">Comments</a>]]></description></item><item><title>ServiceFabric: a distributed platform for building microservices in the cloud</title><link>https://blog.acolyer.org/2018/06/05/servicefabric-a-distributed-platform-for-building-microservices-in-the-cloud/</link><pubDate>Tue, 5 Jun 2018 21:17:47 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17242160</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17242160\">Comments</a>]]></description></item><item><title>Show HN: Grep with colours written in Go</title><link>https://github.com/arsham/blush</link><pubDate>Tue, 5 Jun 2018 12:23:35 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17236967</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17236967\">Comments</a>]]></description></item><item><title>U.S. lawmaker: &#x27;Sure looks like Zuckerberg lied to Congress&#x27;</title><link>http://www.latimes.com/business/technology/la-fi-tn-facebook-data-20180604-story.html</link><pubDate>Wed, 6 Jun 2018 01:33:29 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17243729</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17243729\">Comments</a>]]></description></item><item><title>Show HN: Python library for learning binarytrees</title><link>https://github.com/joowani/binarytree</link><pubDate>Tue, 5 Jun 2018 22:04:31 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17242485</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17242485\">Comments</a>]]></description></item><item><title>Project Capillary: End-to-end encryption for push messaging, simplified</title><link>https://android-developers.googleblog.com/2018/06/project-capillary-end-to-end-encryption.html?m=1</link><pubDate>Tue, 5 Jun 2018 18:28:10 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17240610</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17240610\">Comments</a>]]></description></item><item><title>Teaching My Computer to Write Its Own Music (2015)</title><link>http://nautil.us/issue/21/information/how-i-taught-my-computer-to-write-its-own-music</link><pubDate>Tue, 5 Jun 2018 16:35:24 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17239367</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17239367\">Comments</a>]]></description></item><item><title>SEC Names Valerie A. Szczepanik Senior Advisor for Digital Assets and Innovation</title><link>https://www.sec.gov/news/press-release/2018-102</link><pubDate>Wed, 6 Jun 2018 00:15:42 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17243341</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17243341\">Comments</a>]]></description></item><item><title>Apple Deprecates OpenGL Across All OSes; Urges Developers to Use Metal</title><link>https://www.anandtech.com/show/12894/apple-deprecates-opengl-across-all-oses</link><pubDate>Wed, 6 Jun 2018 07:53:08 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17245163</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17245163\">Comments</a>]]></description></item><item><title>Deploying geographically distributed services on Kubernetes Engine</title><link>https://cloudplatform.googleblog.com/2018/06/How-to-deploy-geographically-distributed-services-on-Kubernetes-Engine-with-kubemci.html?m=1</link><pubDate>Tue, 5 Jun 2018 20:49:24 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17241895</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17241895\">Comments</a>]]></description></item><item><title>TypeScript 2.9 is now available</title><link>http://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-9.html</link><pubDate>Tue, 5 Jun 2018 21:03:09 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17242026</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17242026\">Comments</a>]]></description></item><item><title>The Beginning of the Monte Carlo Method (1987)</title><link>https://fermatslibrary.com/s/the-beginning-of-the-monte-carlo-method</link><pubDate>Tue, 5 Jun 2018 16:56:19 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17239599</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17239599\">Comments</a>]]></description></item><item><title>Tesla shareholders reject bid to strip Musk of chairman role</title><link>https://abcnews.go.com/Technology/wireStory/tesla-shareholders-reject-bid-strip-musk-chairman-role-55676119</link><pubDate>Wed, 6 Jun 2018 04:49:59 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17244431</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17244431\">Comments</a>]]></description></item><item><title>GitLab Ultimate and Gold now free for education and open source</title><link>https://about.gitlab.com/2018/06/05/gitlab-ultimate-and-gold-free-for-education-and-open-source/</link><pubDate>Tue, 5 Jun 2018 18:02:47 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17240349</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17240349\">Comments</a>]]></description></item><item><title>Errol Morris Refutes It Thus</title><link>https://slate.com/culture/2018/06/errol-morris-book-about-thomas-kuhn-the-ashtray-reviewed.html</link><pubDate>Tue, 5 Jun 2018 15:44:47 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17238765</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17238765\">Comments</a>]]></description></item><item><title>Amazon EKS – Now Generally Available</title><link>https://aws.amazon.com/blogs/aws/amazon-eks-now-generally-available/</link><pubDate>Tue, 5 Jun 2018 18:04:51 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17240369</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17240369\">Comments</a>]]></description></item></channel></rss>"
  },
  {
    "path": "api/test/data/feed/hackernoon-daily-dev",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" xmlns:atom=\"http://www.w3.org/2005/Atom\" version=\"2.0\" xmlns:cc=\"http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html\">\n    <channel>\n        <title><![CDATA[Software Development in Hacker Noon on Medium]]></title>\n        <description><![CDATA[Latest stories tagged with Software Development in Hacker Noon on Medium]]></description>\n        <link>https://hackernoon.com/tagged/software-development?source=rss----3a8144eabfe3--software_development</link>\n        <image>\n            <url>https://cdn-images-1.medium.com/proxy/1*TGH72Nnw24QL3iV9IOm4VA.png</url>\n            <title>Software Development in Hacker Noon on Medium</title>\n            <link>https://hackernoon.com/tagged/software-development?source=rss----3a8144eabfe3--software_development</link>\n        </image>\n        <generator>Medium</generator>\n        <lastBuildDate>Wed, 06 Jun 2018 10:22:44 GMT</lastBuildDate>\n        <atom:link href=\"https://medium.com/feed/hacker-daily/tagged/software-development\" rel=\"self\" type=\"application/rss+xml\"/>\n        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>\n        <item>\n            <title><![CDATA[SurveyJS plugin for Wordpress]]></title>\n            <link>https://hackernoon.com/surveyjs-plugin-for-wordpress-9f42d9219db0?source=rss----3a8144eabfe3--software_development</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/9f42d9219db0</guid>\n            <category><![CDATA[wordpress]]></category>\n            <category><![CDATA[web-development]]></category>\n            <category><![CDATA[surveys]]></category>\n            <category><![CDATA[software-development]]></category>\n            <category><![CDATA[programming]]></category>\n            <dc:creator><![CDATA[SurveyJS News]]></dc:creator>\n            <pubDate>Tue, 05 Jun 2018 13:54:13 GMT</pubDate>\n            <atom:updated>2018-06-05T14:15:08.561Z</atom:updated>\n            <content:encoded><![CDATA[<figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/772/1*B2SACtTiN3AT8_C9gNg1QA.png\" /></figure><p>We are happy to introduce a new plugin for WordPress — <a href=\"https://wordpress.org/plugins/surveyjs/\">SurveyJS plugin</a>. It will help you create a survey, quiz or form. Add it to any page or post on your WordPress site, collect results, and download them to analyze.</p><p>The plugin is free and is released under the <a href=\"https://wordpress.org/about/license/\">GPLv2</a> WordPress standard license. Registration is not required — simply install and use it. It is based on SureveyJS libraries and uses a full SurveyJS power.</p><h4>Here a short list of <em>SurveyJS features:</em></h4><ul><li>The plugin has 15 elements (questions and panels): from simple inputs like text and a dropdown to Panel containers and a dynamic matrix (table) to build complex forms</li><li>Multi page support</li><li>Localization for many languages and support for multi language surveys/forms (one survey for several languages)</li><li>Control of survey flow: the ability to set visibility expressions for pages, panels, questions, and even individual items in checkboxes, radio groups, and dropdowns</li><li>The ability to fill data for checkboxes, radio groups, and dropdowns from web services</li><li>User input validation with several built-in validators</li><li>The ability to show results in a read-only survey</li><li>Several good-looking themes and much more</li></ul><h4>Powerfull Editor</h4><p>You can build a survey by using a powerful visual editor called SurveyJS Builder. It can create a survey from scratch, customize it, and test your survey before you publish it on your site.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*D74SoTkJ-YpjzXVowYtLxw.png\" /><figcaption>SurveyJS Builder</figcaption></figure><h4>How to add a survey to your site</h4><p>After the SurveyJS WordPress plugin is installed, you can open a list of available surveys. Here, create a new survey, open the editor window for any survey, open the survey results window, and delete the survey if you want.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*QmudAE-RgLvkMmurAJLo_Q.png\" /></figure><p>Press the “Add Survey” button and the plugin will create a new survey and open it in the survey builder window:</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*3NHb_52N-hWisGtzk5-SWQ.png\" /></figure><p>You can easily drag and drop questions from the toolbox on the left side to the design surface and set properties by using the property grid on the right side of inplace editing tools. Each change is immediately saved, and you can undo it via the corresponding button in the top center part of the editor.</p><p>More information about options and settings can be found in the <a href=\"https://surveyjs.io/Documentation/Builder/\">documentation</a>.</p><p>After your survey is designed, we can add it to any page of your site via the “Add Survey” button (Wordpress shortcode) in the Posts section:</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*kj-J6vzqyYmTxo2GKmTARw.png\" /></figure><p>You will see your survey in page preview mode and can take it. Voila! We’ve done it!</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*xUgeQga6gLlZVoLsNb33Lg.png\" /></figure><p>What about results? — you are asking… The survey results window is available on the surveys list via “Results”:</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*8ejId3k3B0oCDTPaXb6l5w.png\" /></figure><p>You can sort results, search against them, and export them in the most popular format.</p><h4>Support, bug fixed and new releases</h4><p><a href=\"https://github.com/surveyjs/surveyjs\">SurveyJS </a>is a popular platform that helps you create surveys, quizzes, and forms in JavaScript. This plugin is a part of Project SurveyJS and will be developed further. In addition to the built-in <a href=\"https://wordpress.org/support/plugin/surveyjs\">Wordpress </a>forum and GitHub issue tracker, you can ask questions in our AnswerDesk web application.</p><p>We are looking forward to your feedback and are working hard to fix bugs you found as soon as possible.</p><figure><a href=\"https://goo.gl/w4Pbea\"><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/700/1*PZjwR1Nbluff5IMI6Y1T6g@2x.png\" /></a></figure><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=9f42d9219db0\" width=\"1\" height=\"1\"><hr><p><a href=\"https://hackernoon.com/surveyjs-plugin-for-wordpress-9f42d9219db0\">SurveyJS plugin for Wordpress</a> was originally published in <a href=\"https://hackernoon.com\">Hacker Noon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n        <item>\n            <title><![CDATA[How to host a Single Page Application with AWS CloudFront and Lambda@Edge]]></title>\n            <link>https://hackernoon.com/how-to-host-a-single-page-application-with-aws-cloudfront-and-lambda-edge-39ce7b036da2?source=rss----3a8144eabfe3--software_development</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/39ce7b036da2</guid>\n            <category><![CDATA[software-development]]></category>\n            <category><![CDATA[cloud-computing]]></category>\n            <category><![CDATA[terraform]]></category>\n            <category><![CDATA[devops]]></category>\n            <category><![CDATA[aws]]></category>\n            <dc:creator><![CDATA[Lionel Martin]]></dc:creator>\n            <pubDate>Tue, 05 Jun 2018 11:39:47 GMT</pubDate>\n            <atom:updated>2018-06-05T17:46:08.407Z</atom:updated>\n            <content:encoded><![CDATA[<h4>Configuring CloudFront to support push-state URLs</h4><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/851/1*q4pR9T8PpOTfbQtjV80-VA.jpeg\" /></figure><p>This one seems like an easy one, however I’m appalled by how much time can be wasted configuring AWS for static website hosting and there must be a better way:</p><p>— <strong>serverless</strong>: we will be hosting static assets so no messing around with servers for that<br> — <strong>cheap and ultra-performant</strong>: by leveraging AWS CDN, we’ll get world-class global distribution and caching for pennies<br> — <strong>automated</strong>: this is not a tutorial of the AWS console. Some of the marketing agencies I consult for would typically deploy new landing pages or static websites every week. If that’s something you do regularly too, it is worth investing an hour into automating this into a push-button procedure isn’t it?</p><h4>About automating</h4><p>There is something very powerful about automating even the little things. The benefits are much more than the sum of time savings over time, it will reduce human errors, improve the reliability of your service, get your employees busy with higher-value work and boost employee morale by eliminating boring low-value tasks. It improves your business globally.</p><blockquote>A game changer: with Lambda@Edge, we can now configure CloudFront to support <em>push-state URLs</em></blockquote><p>The problem so far with hosting an SPA on CloudFront is that we couldn’t support <em>push-state URLs</em> because CloudFront doesn’t offer a “catch-all” configuration i.e. we couldn’t serve the same index.html file for any request to the domain. The solution was to use hash-state “ugly” urls which was a turn-off for most.</p><p>In 2017, AWS released Lambda@Edge, a service that runs your Lambda functions “at the edge” of the cloud i.e immediately before/after the CDN queries its cache:</p><ul><li><em>viewer request</em>: after CloudFront receives a request from a viewer</li><li><em>origin request</em>: before CloudFront forwards the request to the origin</li><li><em>origin response: </em>after CloudFront receives the response from the origin</li><li><em>viewer response</em>: before CloudFront forwards the response to the viewer</li></ul><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/638/1*BMFkeiwzlYyIV6YbYwb1QA.jpeg\" /></figure><p>This will let us rewrite the requests on <em>origin request</em> so that we always serve index.html for all push-state routes requests. Happy days!</p><iframe src=\"\" width=\"0\" height=\"0\" frameborder=\"0\" scrolling=\"no\"><a href=\"https://medium.com/media/0e9e9870904305eb72b001527f4aba94/href\">https://medium.com/media/0e9e9870904305eb72b001527f4aba94/href</a></iframe><h4>What do I need?</h4><ul><li>an existing domain name registered as a hosted zone in your AWS account</li><li>a wildcard SSL certificate for all subdomains</li><li>terraform and the aws CLI installed and configured on your machine</li><li>a dummy React or Vue application to deploy</li></ul><h4>Show me the Terraform module!</h4><p>I’ve released a Terraform module that does all the heavy lifting for you:</p><p><a href=\"https://github.com/li0nel/terraform-aws-single-page-application\">li0nel/terraform-aws-single-page-application</a></p><p>Copy the example files into your SPA root folder: <br>wget https://raw.githubusercontent.com/li0nel/terraform-aws-single-page-application/master/examples/main.tf<br>wget https://raw.githubusercontent.com/li0nel/terraform-aws-single-page-application/master/examples/outputs.tf<br>wget https://raw.githubusercontent.com/li0nel/terraform-aws-single-page-application/master/examples/terraform.tfvars<br>wget https://raw.githubusercontent.com/li0nel/terraform-aws-single-page-application/master/examples/variables.tf</p><iframe src=\"\" width=\"0\" height=\"0\" frameborder=\"0\" scrolling=\"no\"><a href=\"https://medium.com/media/d4b3d730d9f3753ca3298a9ea1c71fc2/href\">https://medium.com/media/d4b3d730d9f3753ca3298a9ea1c71fc2/href</a></iframe><iframe src=\"\" width=\"0\" height=\"0\" frameborder=\"0\" scrolling=\"no\"><a href=\"https://medium.com/media/40fbe4ca4ba0819272e6a54bf628f5b5/href\">https://medium.com/media/40fbe4ca4ba0819272e6a54bf628f5b5/href</a></iframe><iframe src=\"\" width=\"0\" height=\"0\" frameborder=\"0\" scrolling=\"no\"><a href=\"https://medium.com/media/5974de9fd15d0a5b961187095a2707c0/href\">https://medium.com/media/5974de9fd15d0a5b961187095a2707c0/href</a></iframe><iframe src=\"\" width=\"0\" height=\"0\" frameborder=\"0\" scrolling=\"no\"><a href=\"https://medium.com/media/c7b508ed3aa9ebaeb40cb3e730ad56a7/href\">https://medium.com/media/c7b508ed3aa9ebaeb40cb3e730ad56a7/href</a></iframe><p>Replace the values in terraform.tfvars with your aws CLI profile name, your app name and your domain name. Make sure you have an existing certificate for *.cdn.mydomain.com in the <em>us-east-1</em> region.</p><p>Run terraform init then terraform apply and wait for the S3 bucket, Lambda function and CloudFront distribution to be created:</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*jQNKle-QloQDoQ0kAC1R-Q.png\" /></figure><p>You can now compile your front-end assets locally and push them directly to the S3 bucket to deploy your application:</p><p>yarn build &amp;&amp; aws s3 cp --recursive --acl=public-read build/ s3://$(terraform output s3_bucket)</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*dq6UJ_VHWxDF4RfCFA2xTw.png\" /></figure><p>An alternative is to use the CodeCommit Git repository and CodePipeline pipeline that has been created by the Terraform module to let AWS build your application, run your tests and deploy on S3.</p><p>Either way, your application is now running on CloudFront!</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*YtdVF3ZdUhnGUCWabcPjLQ.png\" /><figcaption>The push-state URL working properly when refreshing the page</figcaption></figure><figure><a href=\"https://goo.gl/w4Pbea\"><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/700/1*PZjwR1Nbluff5IMI6Y1T6g@2x.png\" /></a></figure><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=39ce7b036da2\" width=\"1\" height=\"1\"><hr><p><a href=\"https://hackernoon.com/how-to-host-a-single-page-application-with-aws-cloudfront-and-lambda-edge-39ce7b036da2\">How to host a Single Page Application with AWS CloudFront and Lambda@Edge</a> was originally published in <a href=\"https://hackernoon.com\">Hacker Noon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n        <item>\n            <title><![CDATA[From Junior to Senior: The Skills a Back-End Developer Should Learn]]></title>\n            <link>https://hackernoon.com/from-junior-to-senior-the-skills-a-back-end-developer-should-learn-cbd077845afd?source=rss----3a8144eabfe3--software_development</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/cbd077845afd</guid>\n            <category><![CDATA[programming]]></category>\n            <category><![CDATA[software-development]]></category>\n            <category><![CDATA[software]]></category>\n            <category><![CDATA[back-end-developer]]></category>\n            <category><![CDATA[from-junior-to-senior]]></category>\n            <dc:creator><![CDATA[The Martec]]></dc:creator>\n            <pubDate>Tue, 05 Jun 2018 10:06:01 GMT</pubDate>\n            <atom:updated>2018-06-05T10:06:01.131Z</atom:updated>\n            <content:encoded><![CDATA[<figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/proxy/1*b31hiO4ynbDLRrXWEFF4aQ.png\" /></figure><p>Are you a junior back-end developer wondering how you can make the next jump in your career?</p><p>Transitioning from junior developer to senior developer can seem daunting at first, but if you know the skills that you need to confidently make the change, you’ll be on your way to a promotion or new job sooner than you might realise.</p><p>What skills might they be? We spoke to industry experts to seek insights on how you can climb the career ladder and get to that next level. For the purpose of simplicity, we’re going to divide this article into two broad skillsets you need — soft skills and hard skills. So, what do you need to learn, and how should you learn it?</p><h3>Soft skills for developers</h3><p><strong>1) Asking for help:</strong> If you’re a junior developer, chances are you’ve got more experienced developers around you at your company, or in the communities that you’re a part of. By asking them about their journey to seniority, you’ll uncover some priceless insights.</p><p><a href=\"https://medium.com/comparethemarket/a-journey-from-junior-developer-to-technical-lead-b1af4d2419fb\">David Boyne, who wrote this amazing article</a> on his journey to becoming a technical lead, suggests that it’s OK to be surrounded by smart people! Don’t let it intimidate you. Find a friendly mentor who can show you the ropes, and you’ll enjoy the journey even more.</p><p><strong>2) Communicating &amp; collaborating:</strong> <a href=\"https://www.agridigital.io/team/craig-roberge\">Craig Roberge</a>, a developer at <a href=\"https://www.themartec.com/employers/agridigital\">AgriDigital</a> who boasts over 16 years of application development experience, says “soft skills are essential for all developers. The ability for a dev team to collaborate and communicate with each other is the foundation for successful project deliveries.”</p><p>This is a timely nugget of advice from Roberge, given that developers can tend to be a little pedantic and defensive about their code. He notes that this can often result in you, the developer, struggling to “be diplomatic with your colleagues.” He says that you must “argue coherently and rationally when you believe your solution to be the best, but always be willing to listen and be polite. Take pride and ownership in your code, but remain calm when things go wrong.” Most developers will know that this is easier said than done!</p><p>Building on this insight, <a href=\"https://www.linkedin.com/in/joe-ruello-62431182/\">Joe Ruello</a>, Engineering Manager at <a href=\"https://www.themartec.com/employers/hipages\">hipages</a> says that “code doesn’t live in a vacuum, and neither should developers. Communication is a vital skill for all developers; whether it be clarifying requirements with your product managers or discussing technical solutions with your colleagues, you need to be able to communicate effectively and clearly to get your ideas across in order to get anywhere in the industry.”</p><p><strong>3) Problem solving:</strong> This may sound like one of those generic skills that every developer needs, but problem solving takes on a whole new meaning at a senior developer level. The higher you go the more complex the issues will get, and advanced problem solving skills become an absolute must to sustain your success at the top.</p><p>Roberge says the “ability to identify problems in advance and identify potential solutions” is key.</p><h3>Hard skills for developers</h3><p>By hard skills we mean your technical skills: gaining knowledge of upcoming technologies, and sharpening your current skill set. Keep in mind that technology evolves rapidly, and the skills we highlight are only an indicator of what a back-end developer might need to stay relevant over the next few years.</p><p><strong>4) Javascript server side languages, functional programming &amp; blockchain:</strong>Roberge feels that you should be trying to get as much experience as possible in both front-end and back-end development. This article we recently published on <a href=\"https://www.themartec.com/insidelook/functional-programming-what-language\">functional programming</a> are a great starting point, while <a href=\"https://www.themartec.com/insidelook/skills-blockchain-engineer\">this one offers up the skills you need to become a blockchain engineer</a>.</p><p><strong>5) Design &amp; back-end architecture:</strong> Ruello of hipages says, “A solid foundation in design patterns and knowledge of general software engineering best practices will take you a long way — these skills translate across languages and teams and will allow you to be an effective contributor on any team or project.</p><p>At a more practical level, proficiency in the language(s) in use by your team, knowledge of SQL and databases such as MySQL and PostgreSQL, knowledge of queues such as RabbitMQ, as well as how to consume an external API, will put you in a good place.”</p><p>Understanding the design concepts for back-end architecture, and the knowledge on building, maintaining and processing all of the data that goes through it, will enable you to see the ‘big picture’ of the back-end, which is critical when you’re a senior developer or technical lead. It’s the only way you can guide and mentor other junior developers working under you.</p><p><strong>6) Keeping up to date with emerging technologies:</strong> Staying relevant is an endless battle in development, and you’ve always got to be looking to learn and progress. A resource like <a href=\"https://stackoverflow.com/\">Stackoverflow</a> can be your best friend, as you’ll be part of a community that’s in the same boat as you, avoiding the risk of <em>coding in isolation</em>.</p><p>Ruello adds, “The days of massive monolithic applications are coming to a close: the industry is moving towards microservice architectures and alternate paradigms such as event sourcing.</p><p>“Knowledge and experience with containerisation and orchestration technologies such as Docker and Kubernetes is becoming more and more relevant and should be in the toolbelt of any back-end developer.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/650/0*Sak0qo1Haaloh1EZ.jpg\" /></figure><p>“It is also beneficial to be versatile. Having some basic front-end knowledge under your belt — including modern frameworks like React — will allow you to do more yourself and deliver value at a quicker pace.”</p><p>Clearly, this reiterates how important the functional programming realm is becoming. It’s a whole new philosophy, a new way to code, and the sooner you become familiar with it, the better.</p><h3>To sum up…</h3><p>It’s important that you, as a junior developer, don’t get overwhelmed with all that you need to learn. But at the same time, you need to focus on developing the skills that will allow you to see and understand the back-end big picture. You must also remember that hard skills will only take you so far, and you’ll need softer skills to lead, communicate and collaborate effectively.</p><p>Ruello puts the challenge into perspective: “Back-end development can be a thankless role. Your job is to marshal data across your system in a performant and efficient way. The end user should not be aware of your presence, but you have the satisfaction of knowing that you’re doing the work to bring them the value you’ve promised.”</p><p>So stay true to your purpose as a back-end developer. If this is what you’re meant to do, you’ll have no problem in finding the motivation to overcome any obstacles, or learn any new skills you need to rise through the ranks.</p><p>Ready to ramp up your development career? Australia’s leading tech companies are looking for new talent right now! Check out our <a href=\"https://www.themartec.com/jobs\">latest job listings here.</a></p><figure><a href=\"https://goo.gl/w4Pbea\"><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/700/1*PZjwR1Nbluff5IMI6Y1T6g@2x.png\" /></a></figure><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=cbd077845afd\" width=\"1\" height=\"1\"><hr><p><a href=\"https://hackernoon.com/from-junior-to-senior-the-skills-a-back-end-developer-should-learn-cbd077845afd\">From Junior to Senior: The Skills a Back-End Developer Should Learn</a> was originally published in <a href=\"https://hackernoon.com\">Hacker Noon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n        <item>\n            <title><![CDATA[The WWDC 2018 Keynote Chronicles]]></title>\n            <link>https://hackernoon.com/the-wwdc-2018-keynote-chronicles-fe97d1a9cee8?source=rss----3a8144eabfe3--software_development</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/fe97d1a9cee8</guid>\n            <category><![CDATA[wwdc-2018]]></category>\n            <category><![CDATA[software]]></category>\n            <category><![CDATA[developer]]></category>\n            <category><![CDATA[apple]]></category>\n            <category><![CDATA[software-development]]></category>\n            <dc:creator><![CDATA[Attila Vágó]]></dc:creator>\n            <pubDate>Mon, 04 Jun 2018 20:59:23 GMT</pubDate>\n            <atom:updated>2018-06-04T21:01:14.806Z</atom:updated>\n            <content:encoded><![CDATA[<figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*tDiOMNMRhNEO9spJPXru_A.png\" /><figcaption>Courtesy of <a href=\"https://www.apple.com/apple-events/june-2018/\">Apple WWDC2018</a></figcaption></figure><p>So, I did this last year and decided to do it this year as well. Less of an Apple fanboy than in 2017, but as a developer and software engineer by trade and passion, I could not stay away from an event that regardless of my latest disappointments in Apple and specifically Tim Cook, does innovate and inspire to some degree.</p><p>Without further ado, here’s what happened today at the <a href=\"https://www.apple.com/apple-events/june-2018/\">keynote event</a> that started with what first seems like a light mockery of developers turning into a somewhat sweet Animal Planet style mini episode about who — us developers — are.</p><iframe src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2Fxp6UCQvKKzI%3Ffeature%3Doembed&amp;url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3Dxp6UCQvKKzI&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2Fxp6UCQvKKzI%2Fhqdefault.jpg&amp;key=d04bfffea46d4aeda930ec88cc64b87c&amp;type=text%2Fhtml&amp;schema=youtube\" width=\"854\" height=\"480\" frameborder=\"0\" scrolling=\"no\"><a href=\"https://medium.com/media/1597d801cf2f516fa9864327a868c9f2/href\">https://medium.com/media/1597d801cf2f516fa9864327a868c9f2/href</a></iframe><p>Followed by a running Tim onto the stage as if he just took too much time on the loo and was about to miss his cue. I understand a good morning or evening run, I understand the need for fitness, but running on and off stage, just never made sense to me, only to start with iOS — or better said, <em>with all the things they should have done last year but failed to.</em></p><h3>iOS 12</h3><p>Starting with an iOS vs Android adoption rates report was a bit low and not news at all. Android is getting better and has its merits but fragmentation will forever force it into a lower adoption rate than iOS. This is now a decade long discussion and I still fail to see why.</p><h4>The Interesting News:</h4><ul><li>iOS12 will be available for the same devices that today are capable of running iOS11, in fact iOS12 is supposedly up to 50% (average) faster than iOS11 on an iPhone 6.</li><li>Burst CPU processing model allowing your CPU to instantly ramp up and down when required. Power saving expected as well.</li><li>Shareable AR <a href=\"https://www.macrumors.com/2018/06/04/apple-announces-usdz-file-format/\">.usdz format</a> available, and will be used natively by Adobe Creative Cloud as well — this could be interesting and occasionally useful.</li><li>A new app called Measure which can measure in 3D. Very cool and immensely useful!</li><li>Siri shortcuts to app actions, which basically means you’ll be able to automate a bunch of things, set a trigger call for Spotify and other previously unavailable things via Siri.</li><li>Refocus on how you use phone and tablet. Do not disturb at night with no notifications, and additional options added to set for how long you don’t want to be disturbed. Also in each notification you can fine-tune how often and when you want to see them.</li><li>Speaking of, here come group notifications — finally!</li><li>Screen-time control with great insight into how you use your device and control it based on reporting on how you use your phone or tablet which is particularly useful for kids as it allows for allowance so they spend a max set amount of time on an app per app basis.</li><li>Another “about time” feature is group face-time of up to 32 people — a demo of which was definitely <em>“not rehearsed”</em> …</li></ul><h4>The Boring News</h4><ul><li>ArKit2 is coming — ok, fine, moving on.</li><li>Multiuser augmented reality — happy with regular reality, sometimes even that’s too much.</li><li>ArKit Lego physical and digital combined play experience of up to 4 users. LegoArExperiences on the app store later. Will take a physical set of Lego over anything digital!</li><li>Photos search is now better with added refinements and suggestions.</li><li>New tab called “foryou”: loops, on this day, sharing activity suggestions based on face recognition while your friend gets a reverse sharing option, all private, on device.</li><li>News gets a “browse” tab, and a sidebar. Wow!</li><li>New stocks app with apple news built in. Some cross-pollination right there…</li><li>Voice Memos app.</li><li>iBooks gets a new design and is now called Apple Books — rebranding at its finest!</li><li>CarPlay third party navigation is allowed now — finally admitting you need more than Apple Maps to get to your destination?</li><li>Animoji with tongue detection — what the actual fudge?!?</li><li>Memoji — create your own animoji because your face is just not good enough anymore… :/</li></ul><h3>Watch OS5</h3><p>This one I really cannot get excited about. While I am a huge fan of smart watches, I fail to understand how a time-piece that requires daily charging is considered as Apple put it <em>“number one in customer satisfaction every year”. </em>Clearly, these customers have not tried any other smart watch out there. And no, I don’t mean FitBit bracelets.</p><h4>The Irrelevant (to me) News</h4><ul><li>Competition challenges between friends — basically who can close the rings faster.</li><li>Added Yoga activity type and hiking activity type.</li><li>Pace alerts and cadence reports.</li><li>Automatic workout detection — my Garmin does that already.</li><li>Walkie talkie app for <em>“a fun easy way to talk”</em>, using watch to watch connection.</li><li>Siri shortcuts available just like on iOS.</li><li>Third party apps on Siri watch-face.</li><li>You no longer need to say <em>“hey Siri”</em>, just raise your arm and talk to it.</li><li>Interactive notifications.</li><li>Web content in mail or messages with webkit — so this might send web designers and developers into a frenzy of <em>“developing watch-first sites”</em>.</li><li>Podcasts app on the watch. Meh.</li></ul><p>The best bit was the demo with a lady on a stationary bike pretending to do a workout session and then her daughter talking to her on the watch yelling #mommyforthewin For the love of everything that’s holy, can these things get any more awkward and cheesy?</p><h3>AppleTV 4K tvOS</h3><p>The AppleTV in my view is one of the most underrated devices on the market today. I have both the 4 and the 4K and they are absolutely brilliant devices at a low-low cost of under $200. For what they are and what they can do, that’s a bargain.</p><h4>Just News …</h4><ul><li>iTunes has now the largest collection of 4k HDR movies which while impressive I wouldn’t really write home about. Other providers will catch up quite quickly.</li><li>Dolby Atmos — which as far as I remember was last year’s news, but on that note, iTunes now has the largest Dolby Atmos collection, and comes as a free upgrade on supported titles. Thanks, I guess.</li><li>Live sports and news in a few countries, so again, don’t hold your breath.</li><li>New aerial screensaver location: earth from space — probably the coolest update to be honest.</li></ul><h3>MacOS Mojave</h3><p>I am pretty sure I’ll end up calling it <em>“Mojito”</em> instead, because this “Mojabi” something just doesn’t roll off the tongue.</p><h4>The Exciting News</h4><ul><li>Dark mode, which looks<em> “bitchin’”</em>! xCode gets dark mode too.</li><li>Dynamic desktop that reflects the time of day — might be a gimmick but still cool.</li><li>Desktop stacks for clean desktop — this is very welcome as it cleans up the desktop automatically. Brilliant!</li><li>Finder gets a new view called gallery view with file details bar and quick actions. Quite useful.</li><li>Quick look gets better with markup and quick actions. Just as useful as the above.</li><li>Screenshots with tools now and options, also very useful.</li><li>Safari shuts down cookie based tracking. Die cookies, die!</li></ul><h4>Not So Exciting News</h4><ul><li>Continuity camera able to take pictures and scan documents via your mobile device — I never used this continuity thing.</li><li>News app coming to mac, Stocks as well. Same for Voice Memos and Home app.</li><li>Better privacy for camera and microphone.</li><li>Safari is killing fingerprinting for tracking purposes so basically your Mac will look to an outside corporation or hacker a lot like many other macs, making it hard(er) to identify you.</li><li>Redesigned mac app store with themed tabs and recommendations, tips and tricks. Work, play and develop tabs added.</li><li>Ratings and review API for developers.</li></ul><p>Well, I guess that’s kind of it. With MacOS the focus seems to have shifted to making the Mac a productivity machine more than just a design statement, which is very welcome and hugely necessary for professionals.</p><p>Most of this stuff available this fall. Over and out.</p><iframe src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FNq6ZqgozPF8%3Ffeature%3Doembed&amp;url=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DNq6ZqgozPF8&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FNq6ZqgozPF8%2Fhqdefault.jpg&amp;key=a19fcc184b9711e1b4764040d3dc5c07&amp;type=text%2Fhtml&amp;schema=youtube\" width=\"854\" height=\"480\" frameborder=\"0\" scrolling=\"no\"><a href=\"https://medium.com/media/af22511457ac699995748205a0cb1c0d/href\">https://medium.com/media/af22511457ac699995748205a0cb1c0d/href</a></iframe><p><strong>Attila Vago</strong> — <em>writer of codes, blogs and things that live on the web. Programming polyglot, pragmatic doer, member of the “taking care of business” crowd, with a no nonsense attitude. An easily inspired inspirational individual with a strong predilection towards most things nerdy, good, carnivorous food, and Lego. Uses a Mac. Exercises at 6 a.m.</em></p><p><a href=\"https://hackernoon.com/coding-has-become-a-pop-culture-939100f84b0c\"><strong>HackerNoon</strong></a><strong> and </strong><a href=\"https://www.quora.com/profile/Attila-V%C3%A1g%C3%B3\"><strong>Quora</strong></a><strong> author.</strong></p><figure><a href=\"https://goo.gl/w4Pbea\"><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/700/1*PZjwR1Nbluff5IMI6Y1T6g@2x.png\" /></a></figure><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=fe97d1a9cee8\" width=\"1\" height=\"1\"><hr><p><a href=\"https://hackernoon.com/the-wwdc-2018-keynote-chronicles-fe97d1a9cee8\">The WWDC 2018 Keynote Chronicles</a> was originally published in <a href=\"https://hackernoon.com\">Hacker Noon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n        <item>\n            <title><![CDATA[Five Quick Thoughts on Microsoft + Github]]></title>\n            <link>https://hackernoon.com/five-quick-thoughts-on-microsoft-github-b3563722e856?source=rss----3a8144eabfe3--software_development</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/b3563722e856</guid>\n            <category><![CDATA[startup]]></category>\n            <category><![CDATA[open-source]]></category>\n            <category><![CDATA[venture-capital]]></category>\n            <category><![CDATA[tech]]></category>\n            <category><![CDATA[software-development]]></category>\n            <dc:creator><![CDATA[Founder Collective]]></dc:creator>\n            <pubDate>Mon, 04 Jun 2018 20:43:36 GMT</pubDate>\n            <atom:updated>2018-06-04T21:08:13.797Z</atom:updated>\n            <content:encoded><![CDATA[<figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/920/1*wwAf3Qqg1nBjm9ybsJh5Pg.jpeg\" /><figcaption><em>Image: </em><a href=\"https://www.theverge.com/2018/6/4/17422788/microsoft-github-acquisition-official-deal\"><em>The Verge</em></a></figcaption></figure><p><em>By </em><a href=\"https://twitter.com/josephflaherty\"><em>Joseph Flaherty</em></a></p><p><a href=\"https://techcrunch.com/2018/06/04/microsoft-has-acquired-github-for-7-5b-in-microsoft-stock/\">Microsoft is acquiring GitHub for $7.5B</a> in stock. What does it mean for the tech ecosystem and startups? Here are a few quick thoughts:</p><h3><strong>1. From Creepers to Coders to CEOs</strong></h3><p>The first coding project of a precocious programmer starting out today will almost certainly be a Minecraft mod. Once this engineer is ready to graduate from brick-based biomes, a GitHub profile is a natural landing place. After this up and coming engineer has mastered MongoDB, they might be tempted by management and the lure of LinkedIn. It’s not an entirely clear story, yet, but Microsoft is stitching together an exciting series of assets that stretch from Kindergarten to the corner office.</p><h3><strong>2. Is Microsoft using Apple’s 2001 playbook?</strong></h3><p>Apple’s renaissance in the early aughts is usually attributed to the stylish iMac and the revolutionary clickwheel of the first-gen iPod, but many forget, or underestimate, how important the release of a<a href=\"https://www.macworld.co.uk/feature/apple/why-programmers-think-mac-os-x-is-best-os-use-3638706/\"> Unix-based OSX</a> was in gaining share with the developer community. These developers were the “alpha geeks,” evangelized to the tech masses, and stocked the iOS app store in the early years.</p><p>Is Microsoft trying to run that playbook? As Apple and Google jockey to bridge the gap between office and home, as Microsoft did in the 1990s, Microsoft is doubling down on productivity and tools. Perhaps <em>Karate Kid</em> reboots, and partnerships with Steven Spielberg will distract Google and Apple from the boring business of software, giving Microsoft an entre to reassert itself?</p><h3><strong>3. Will a startup fill GitHub’s void? Or are network effects too powerful?</strong></h3><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/801/0*xNqBJjwP84Wwsml_\" /></figure><p>GitHub competitor GitLab saw a<a href=\"https://monitor.gitlab.net/dashboard/db/github-importer?orgId=1\"> massive surge in project imports</a> when the acquisition news broke over the weekend, but does this represent a real developer revolt or merely an act of protest that will be nullified by superior network effects? What’s the over/under on crypto-backed replacements that will seek to fill the void in the coming weeks?</p><h3><strong>4. Don’t fight the last war</strong></h3><p>Many predicted Apple would “lose” mobile to the more open Android alternative, based on how the Mac vs. PC battle played out. It seems like a similar line of thinking is at play here, that Microsoft is doomed to destroy what makes GitHub so unique. Here’s a good example of this thinking:</p><style>body[data-twttr-rendered=\"true\"] {background-color: transparent;}.twitter-tweet {margin: auto !important;}</style><blockquote class=\"twitter-tweet\" data-conversation=\"none\" data-align=\"center\" data-dnt=\"true\"><p>I guess that&#39;s probably the best thing that can be said about GitHub losing its independence! IT COULD HAVE BEEN WORSE THAT MICROSOFT 😬 <a rel=\"nofollow\" href=\"https://t.co/SbEEpDdMuO\">https://t.co/SbEEpDdMuO</a></p><p>&#x200a;&mdash;&#x200a;<a href=\"https://twitter.com/dhh/status/1003615162866241536\">@dhh</a></p></blockquote><script src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script><script>function notifyResize(height) {height = height ? height : document.documentElement.offsetHeight; var resized = false; if (window.donkey && donkey.resize) {donkey.resize(height); resized = true;}if (parent && parent._resizeIframe) {var obj = {iframe: window.frameElement, height: height}; parent._resizeIframe(obj); resized = true;}if (window.location && window.location.hash === \"#amp=1\" && window.parent && window.parent.postMessage) {window.parent.postMessage({sentinel: \"amp\", type: \"embed-size\", height: height}, \"*\");}if (window.webkit && window.webkit.messageHandlers && window.webkit.messageHandlers.resize) {window.webkit.messageHandlers.resize.postMessage(height); resized = true;}return resized;}twttr.events.bind('rendered', function (event) {notifyResize();}); twttr.events.bind('resize', function (event) {notifyResize();});</script><script>if (parent && parent._resizeIframe) {var maxWidth = parseInt(window.frameElement.getAttribute(\"width\")); if ( 500  < maxWidth) {window.frameElement.setAttribute(\"width\", \"500\");}}</script><p>It’s a fair concern, but I wouldn’t be so sure. Under CEO Satya Nadella Microsoft has shed many, if not most, of its bad practices from the Gates/Ballmer era. Despite its impressive balance sheet, Microsoft is arguably in fourth place among elite developers in mindshare and tool usage.</p><p>Almost all elite developers use Apple hardware, and iOS is the key to the global software market. Gmail and Docs are preferred over the Office Suite and addressing Android is a must. After iOS, AWS are the three most important letters in tech.</p><p>Moreover, each of these companies has taken a substantial PR hit among developers over the last few years. Apple’s diminishing reputation for quality and continued hostility to developers irks many. Google is building killer drones for the government and selling personal data to the highest bidder, both of which turn-offs for sizeable segments of developers. Amazon is eating everything. All the while, Microsoft minds its business, quietly selling software and services, and unbelievably to someone who lived through the 1990s, is the underdog. I wouldn’t be surprised to see the narrative around Redmond to change dramatically.</p><h3><strong>5. Efficient entrepreneurship pays</strong></h3><p>Github raised<a href=\"https://www.crunchbase.com/organization/github#section-locked-marketplace\"> $350M in VC</a>, which is a lot of capital, but the founders put off taking investment for the company’s first four years, until they had built substantial value. I haven’t seen the most recent cap table, but that decision to put off raising will likely make the founders billionaires. The lesson? Patience pays dividends.</p><h4><strong>What’s next?</strong></h4><p>Open Source emerged as a reaction to the Microsoft hegemon in the 90s, now Microsoft is the owner of one of the biggest Open Source communities. Imagine explaining this headline to a techie who went into a coma in 1997. So what’s next?</p><p>A merger with Adobe and/or an acquisition of Sketch/InVision to make a play for the creative class that Apple is paying less and less attention to? Will Microsoft use it’s Xbox franchise and the Hololens to compete on the entertainment front? There are more questions than answers at this point, but for the first time in a long time, Microsoft is <em>interesting</em>.</p><iframe src=\"https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fupscri.be%2Fa3718a%3Fas_embed%3Dtrue&amp;url=https%3A%2F%2Fupscri.be%2Fa3718a%2F&amp;image=https%3A%2F%2Fupscri.be%2Fmedia%2Fform.jpg&amp;key=d04bfffea46d4aeda930ec88cc64b87c&amp;type=text%2Fhtml&amp;schema=upscri\" width=\"800\" height=\"400\" frameborder=\"0\" scrolling=\"no\"><a href=\"https://medium.com/media/6310c752c22e38ea951febe6ae89b77e/href\">https://medium.com/media/6310c752c22e38ea951febe6ae89b77e/href</a></iframe><figure><a href=\"https://goo.gl/w4Pbea\"><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/700/1*PZjwR1Nbluff5IMI6Y1T6g@2x.png\" /></a></figure><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=b3563722e856\" width=\"1\" height=\"1\"><hr><p><a href=\"https://hackernoon.com/five-quick-thoughts-on-microsoft-github-b3563722e856\">Five Quick Thoughts on Microsoft + Github</a> was originally published in <a href=\"https://hackernoon.com\">Hacker Noon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n        <item>\n            <title><![CDATA[Deploying GitLab Review Apps with Terraform]]></title>\n            <link>https://hackernoon.com/using-terraform-for-gitlab-review-apps-acf05920a264?source=rss----3a8144eabfe3--software_development</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/acf05920a264</guid>\n            <category><![CDATA[devops]]></category>\n            <category><![CDATA[tech]]></category>\n            <category><![CDATA[software-development]]></category>\n            <category><![CDATA[technology]]></category>\n            <category><![CDATA[cloud-computing]]></category>\n            <dc:creator><![CDATA[Jared Ready]]></dc:creator>\n            <pubDate>Thu, 31 May 2018 00:52:01 GMT</pubDate>\n            <atom:updated>2018-06-04T18:15:01.491Z</atom:updated>\n            <content:encoded><![CDATA[<figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*1FP2DrlfcZpqdn5kqwtHww.png\" /></figure><p><a href=\"https://docs.gitlab.com/ee/ci/review_apps/\">GitLab Review Apps</a> are a convenient way of managing dynamic environments for the purpose of reviewing changes before merging into your main branch. GitLab has great Kubernetes support and can easily deploy to your clusters, but if your application is not nicely containerized or your team is not ready to take on Kubernetes, what do you do? You Terraform!</p><h3>Terraform</h3><p><a href=\"https://www.terraform.io\">Terraform</a> is an excellent cloud-agnostic tool for developing your infrastructure as code. By combining a couple features of Terraform, we can pretty easily build a system for deploying Review Apps.</p><h4>1. Workspaces</h4><p><a href=\"https://www.terraform.io/docs/state/workspaces.html\">Workspaces</a> provide a way of provisioning and managing multiple sets of identical infrastructure without copying Terraform configuration files. If you are familiar with Terraform and its .tfstate files, you can think of Workspaces as creating and managing new arbitrarily named .tfstate files.</p><p>For example, terraform workspace new $BRANCH creates a new Workspace which is named with the value of the environment variable $BRANCH. This creates a new blank .tfstate, meaning a terraform apply will provision a new set of resources that are managed independently of any resources managed by any other workspace.</p><h4>2. Remote State</h4><p><a href=\"https://www.terraform.io/docs/state/remote.html\">Remote State</a> is a way to persist Terraform state across multiple machines by storing .tfstate files in one of several supported remote storage mechanisms, such as Amazon S3. While this is most commonly used to allow people to collaboratively work on infrastructure, it can easily be used within GitLab jobs to provision and keep track of infrastructure managed by Terraform.</p><p>The key here is that Remote State persists Workspaces, allowing GitLab CI/CD to reference the Workspaces created for each branch across different jobs that will be ran at different times from different machines.</p><h3>GitLab CI/CD</h3><p>The .gitlab-ci.yml configuration for this is pretty straightforward, but there are a few key points.</p><iframe src=\"\" width=\"0\" height=\"0\" frameborder=\"0\" scrolling=\"no\"><a href=\"https://medium.com/media/2236d35f52019356bc8fabdf527870cb/href\">https://medium.com/media/2236d35f52019356bc8fabdf527870cb/href</a></iframe><p>There are three important pieces of configuration here, all within the environment block.</p><ol><li>name is the dynamically built name of the environment itself. In this case it is based on the the CI_COMMIT_REF_SLUG variable which is the URL-friendly representation of the branch name.</li><li>url is the URL that GitLab associates to the environment. Note that GitLab does not create the DNS record for this, it is up to you to create it.</li><li>on_stop tells GitLab which job should be triggered when the branch is closed or the environment is manually stopped, thus finishing off what makes this a <em>Review App</em> and not just a dynamically named environment.</li></ol><p>The script portion of the configuration is where Terraform comes in.</p><p>We need to store the Terraform configuration outside of this repository because we need the configuration files to be available after the branch is closed.</p><p>Referencing a particular Git tag when cloning this repository is necessary to ensure that the infrastructure used to provision these applications does not change without you knowing.</p><p>As mentioned earlier, Terraform Workspaces is one of the big features that makes Review Apps with Terraform possible. We can define the infrastructure required to run the application and then use <em>Workspaces</em> to manage isolated copies of this infrastructure.</p><pre>terraform workspace select $CI_COMMIT_REF_SLUG || terraform workspace new $CI_COMMIT_REF_SLUG</pre><p>Here we are selecting the Workspace named with the value of $CI_COMMIT_REF_SLUG or we are creating it if it does not exist. This ensures that we can run the the StartReview job multiple times from a single branch without having issues.</p><p>The rest of the script is a standard terraform apply followed by some CodeDeploy specific stuff. I am not going into deployment specifics in this article since there are many tools for doing it, but if you are interested in setting up CodeDeploy <a href=\"https://hackernoon.com/deploy-to-ec2-with-aws-codedeploy-from-bitbucket-pipelines-4f403e96d50c\">I have written about it in the past</a>.</p><p>The StopReview job is very similar to StartReview.</p><iframe src=\"\" width=\"0\" height=\"0\" frameborder=\"0\" scrolling=\"no\"><a href=\"https://medium.com/media/21f8d8c687c0239279961904d6f81b56/href\">https://medium.com/media/21f8d8c687c0239279961904d6f81b56/href</a></iframe><p>The GIT_STRATEGY environment variable set to none makes sure that GitLab does not try to clone the branch when running this job. This is necessary because this job may be ran after the branch is closed, and thus with nothing to clone.</p><p>The combination of action: stop and the name property is what tells GitLab which environment this job is meant to stop. The name here needs to match the name set in StartReview.</p><p>Getting to the script, we again clone the Terraform repository with the same tag used earlier.</p><p>We select the Terraform Workspace corresponding to this branch (it will already be created if we are running this job) and run terraform destroy -auto-approve to de-provision the infrastructure that was created for this branch’s Review App.</p><p>To clean everything up, we then switch the default Workspace and delete the Workspace we created for this branch. Terraform does not let you delete the currently selected Workspace, which is why we need to switch back to default.</p><p>At this point you should have infrastructure that can be provisioned at will dynamically based on branch name and then destroyed either at will or automatically when the branch is closed. Integrating your deployment tool of choice on top of this will give you fully functional Review Apps with their own infrastructure even if your application is not ready for Kubernetes.</p><p>Follow <a href=\"https://medium.com/u/bc152e4dcd63\">Jared Ready</a> for more DevOps goodness!</p><p>👏 if you enjoyed the read!</p><figure><a href=\"https://goo.gl/w4Pbea\"><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/700/1*PZjwR1Nbluff5IMI6Y1T6g@2x.png\" /></a></figure><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=acf05920a264\" width=\"1\" height=\"1\"><hr><p><a href=\"https://hackernoon.com/using-terraform-for-gitlab-review-apps-acf05920a264\">Deploying GitLab Review Apps with Terraform</a> was originally published in <a href=\"https://hackernoon.com\">Hacker Noon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n        <item>\n            <title><![CDATA[Bitcoin and Software Reliability]]></title>\n            <link>https://hackernoon.com/bitcoin-and-software-reliability-d681367a49b2?source=rss----3a8144eabfe3--software_development</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/d681367a49b2</guid>\n            <category><![CDATA[bitcoin]]></category>\n            <category><![CDATA[safety]]></category>\n            <category><![CDATA[c-programming]]></category>\n            <category><![CDATA[software-reliability]]></category>\n            <category><![CDATA[software-development]]></category>\n            <dc:creator><![CDATA[Beautyon]]></dc:creator>\n            <pubDate>Mon, 04 Jun 2018 10:41:54 GMT</pubDate>\n            <atom:updated>2018-06-04T17:14:12.953Z</atom:updated>\n            <content:encoded><![CDATA[<figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*sx7sClicE9pxM0VdUXhCBQ.jpeg\" /></figure><p>A small group of disgruntled people who feel left out of Bitcoin’s meteoric rise complain that Bitcoin’s developers add new features to its basic tool kit “too slowly”, and that innovation on it has stagnated. It is not true that Bitcoin is stagnating. Bitcoin is the fundamental backbone of the missing infallible payments layer of the Internet. In order for it to be infallible and totally reliable, there is only one possible approach to maintaining and extending the software that governs it.</p><p>The mindset and approach needed is not many quick iterations and “break things” mentality; instead, what is needed is the thinking behind super high uptime software, where methodical, slow, evidence-based improvement cycles are employed, and where features are added only when it is proven that stability, compatibility and integrity are absolutely guaranteed.</p><p>This is not a new approach in software. Mission-critical systems and applications where life and death are at stake opt for vendors who are very conservative and focussed on stability and reliability.</p><p><a href=\"http://www.ghs.com/products/rtos/integrity.html#max\">INTEGRITY Real-time Operating System</a></p><p>These systems have <a href=\"https://en.wikipedia.org/wiki/Uptime\">uptimes</a> (the amount of time a system is available without interruption) measured in years. <a href=\"https://twitter.com/RyanDippmann/status/1003547928642777088?s=20\">Visa’s recent downtime</a> shows they are not running systems built to this high and exacting standard, and Bitcoin shows that it <em>is</em> built to this standard, with its uninterrupted, infallible and continuous service measured in years.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*v49yWR4bSNyug8FR1dTp-A.png\" /></figure><p>Bitcoin isn’t an operating system, but the principles of fault tolerance and careful extension apply nonetheless. The “To the Moon” meme provides a useful context. NASA’s software fault tolerance requirements are very strict. When astronauts are involved, their lives are at stake. “Break stuff” in that context means “Kill People”. The software simply <strong><em>must</em></strong><em> work every time</em>, no compromise, no guesswork, no exceptions. There are no “do overs” or roll-backs. Guaranteed performance is possible in software, because everything about the systems, including the hardware, can be known in advance and thoroughly tested.</p><iframe src=\"https://drive.google.com/viewerng/viewer?url=https%3A//ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/19950018573.pdf&amp;embedded=true\" width=\"600\" height=\"780\" frameborder=\"0\" scrolling=\"no\"><a href=\"https://medium.com/media/affdf150abef2dd89813b083c7fa1906/href\">https://medium.com/media/affdf150abef2dd89813b083c7fa1906/href</a></iframe><p>High fault tolerance software development has been going on for decades. It is a very well understood discipline, and the practices, methods and mentality are also established and known to work. This is why regular satellite launches work exactly as expected every time. People take them for granted, but there is a culture behind the processes that make regular flawless space launches possible that needs to be applied to Bitcoin, if it is to serve everyone as is hoped. It is not unreasonable to expect Bitcoin to never have an error in its operation. This expectation is already understood to be achievable in Air Traffic Control systems, where once again, lives are at stake.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/976/1*910hfbimSSalGpVVl5AQgQ.png\" /><figcaption><a href=\"https://shemesh.larc.nasa.gov/fm/fm-atm.html\">https://shemesh.larc.nasa.gov/fm/fm-atm.html</a></figcaption></figure><p>With Bitcoin, lives and money are at stake. Interruption of its service can cause a cascade of losses and unintended consequences for potentially millions of people and billions of fiat dollars. If it is possible to build a Bitcoin that cannot fail, that should be the goal, and no compromise should be acceptable. It is also clearly possible that a distributed Bitcoin with that characteristic can exist. Bitcoin can be absolutely fault free and distributed at the same time; in fact, any centralization of Bitcoin into data centres increases the probability of critical faults. For certain, there is a math function to describe this. Can you write it out? The exam question would be something along the lines of,</p><p><em>“If Bitcoin is run from a single data centre and that data centre goes off-line, Bitcoin goes down. If Bitcoin is in two data centres and one of them goes off-line, Bitcoin stays up. Describe a function that explains this, showing the number of data centres in relation to the probability of Bitcoin going down, where going down means Bitcoin is totally inoperable. Extra marks for providing a graph of the function.”</em></p><p>Bitcoin is not a social network or chat app. It is a mission-critical software project that has greater integrity than any financial software project in history, in both senses of the word “integrity”. It never goes down, is always available, and is absolutely predictable. All other projects next to it pale in comparison. It is a solid foundation to build against — more solid, in fact, than the operating systems used to build the services that take advantage of it.</p><p>The vast majority of tool builders are not held to the standards that NASA and Mission-Critical, High Availability systems are held to; it is a special discipline that most people are unaware of. Participants who are not even software developers at all have <em>no clue</em> about this specialist field, let alone the expert field of software that isn’t life or death fault tolerant itself; that field is two times removed from them, and is not a part of their thinking at all.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*MGd_XLO0p0P23H4E2mLclA.jpeg\" /><figcaption><a href=\"https://en.wikipedia.org/wiki/Cherenkov_radiation\">Cherenkov Radiation</a> in a Nuclear Reactor. TOXIC!</figcaption></figure><p>The more you look at what Bitcoin has achieved, how specialised its disciplines and requirements are, the number of things outside the software realm that constrain its operation (like the speed of light) the more you’re astonished that it has even happened, and the more you want to stay as far away as you can possibly get from its inner workings…if you are sane. This doesn’t mean that you can’t build on Bitcoin as an ordinary developer; on the contrary, its APIs are easy to understand and build against. What you cannot do, however, is enter the “radiation zone” where unseen problems can literally irradiate and kill you. The speed of light is a perfect example.</p><p>There is an upper limit to the block size beyond which the Bitcoin network cannot stay in sync. Because it takes time for data to move across the network, the speed of light is a limiting factor. You can’t have blocks of a size that are beyond that limit, <em>and</em> have Bitcoin as a distributed network. The obvious question is, <em>“what is that magic block size number?”.</em> It is certainly a function of the fastest possible network transmission speed, which is very much slower than the speed of light in air. Normal fibre optic cable transmits light at one third the speed of light, which suggests another exam question,</p><p><em>“Calculate the largest theoretical block size the Bitcoin network can manage and maintain a distributed peer structure if it were running on a perfect fibre optic network where the connections between all nodes run at half the speed of light, over a geographic area the size of the Earth. Any node on the network must be a maximum of one microsecond behind any other node at any time during normal Bitcoin operation.”</em></p><p>This is the sort of question big blockers don’t ask and don’t have the math to answer. New <a href=\"https://www.extremetech.com/computing/151498-researchers-create-fiber-network-that-operates-at-99-7-speed-of-light-smashes-speed-and-latency-records\">ultra-thin photonic-bandgap rim, mode division multiplexing fibre optic cable</a> can transmit light at 99.7% of c, but it will take decades to replace all the “slow” fibre optic cable globally. For now, Bitcoin <em>must</em> operate within the constraints we have today. This matter of speed constraints is a question High-Frequency Traders have already posed, and found a solution to; <a href=\"http://www.datacenterknowledge.com/archives/2010/12/14/speed-of-light-constrains-high-speed-traders\">put everything in one data centre</a>:</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*okGoy75T-m4jCLQvnL-X9g.png\" /></figure><p>This means that traders who are competing against each other buy rack space in specialist data centres where their <a href=\"https://www.urbandictionary.com/define.php?term=boxen\"><em>boxen</em></a> can execute trades with the equipment of other traders. This is not acceptable for Bitcoin, obviously, because it exists outside of the State and its regulations. High-speed trading data centres are all “compliant” and regulated. Bitcoin is not regulable. It can never exist in a data centre without losing its <em>force of nature</em> characteristic. This is not to say that Bitcoin is in opposition to anything; the rain, wind and snow are not in opposition to crops, roads or your vacation; they simply <strong>are</strong>, just as Bitcoin <strong>is</strong>. Putting Bitcoin in a data centre is like trying to put lightning in a <a href=\"https://en.wikipedia.org/wiki/Leyden_jar\">Leyden Jar</a>. It isn’t lightning any more, but <em>static electricity</em>.</p><p>Decades from now, when fibre optic cable runs at near-lightspeed it may be possible to increase the block size, and do other things that take advantage of the inevitable improvements in hardware and software. Certainly, as Bitcoin unleashes the forces of the free market, these innovations will come faster than they would have under the fiat currency fueled State. For now, however, Bitcoin must exist inside the constraints imposed by today’s technology. And it will be enough to change everything.</p><p><em>Tappas for six, 4 bottles of Moreneta Blonde, jug of sangria, fresh lemonade. </em>↴</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/260/1*RHdZ8e6R_C_OggltorPV4Q.png\" /></figure><figure><a href=\"https://goo.gl/w4Pbea\"><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/700/1*PZjwR1Nbluff5IMI6Y1T6g@2x.png\" /></a></figure><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=d681367a49b2\" width=\"1\" height=\"1\"><hr><p><a href=\"https://hackernoon.com/bitcoin-and-software-reliability-d681367a49b2\">Bitcoin and Software Reliability</a> was originally published in <a href=\"https://hackernoon.com\">Hacker Noon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n        <item>\n            <title><![CDATA[Keep passwords and secrets out of your logs with Go]]></title>\n            <link>https://hackernoon.com/keep-passwords-and-secrets-out-of-your-logs-with-go-a2294a9546ce?source=rss----3a8144eabfe3--software_development</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/a2294a9546ce</guid>\n            <category><![CDATA[security]]></category>\n            <category><![CDATA[passwords]]></category>\n            <category><![CDATA[privacy]]></category>\n            <category><![CDATA[golang]]></category>\n            <category><![CDATA[software-development]]></category>\n            <dc:creator><![CDATA[Travis Jeffery]]></dc:creator>\n            <pubDate>Mon, 04 Jun 2018 15:56:01 GMT</pubDate>\n            <atom:updated>2018-06-04T21:25:37.059Z</atom:updated>\n            <content:encoded><![CDATA[<p>When working with distributed systems generally the more logs, the better — the complication lies in being liberal for visibility while being conservative to keep sensitive information private and secure. It’s not easy, just ask GitHub and Twitter who found themselves logging raw passwords recently.</p><p>The details of GitHub’s and Twitter’s incidents weren’t made public but I’d guess an engineer changed a log level config or logged the request bodies without realizing the consequences.</p><p>The fact is this is the reality of the job — with complex systems like these no one can know the consequences of every change, especially so with the fast tech turnover rate. If we’re gonna solve problems like these we need to go deeper.</p><p>Issues like this arise by Murphy’s law: whatever can go wrong, will go wrong — if you leave a trap behind someone will walk into it. Let’s not do that. When writing Go, here’s what I do to leave no such trap behind and prevent the logging of secrets.</p><p>Let’s say you have a sign up request like so:</p><pre>type CreateUserRequest struct {<br>    Credentials Credentials `json:”credentials”`<br>}</pre><pre>type Credentials struct {<br>    Email string `json:”email”`<br>    Password string `json:”password”`<br>}</pre><p>And let’s say you’re logging to JSON for Elasticsearch:</p><pre>// logger we’re using<br>logger := log.NewJSONLogger(os.Stdout)</pre><pre>// request we decoded<br>request := CreateUserRequest{<br>    Credentials: Credentials{<br>        Email: “<a href=\"mailto:bilbro@theshire.net\">bilbro@theshire.net</a>”,<br>        Password: “theonering”,<br>    },<br>}</pre><pre>// our call to log the request<br>logger.Log(“request”, request)</pre><pre>// the output<br>{“request”:{“credentials” {“email”:”<a href=\"mailto:bilbro@theshire.net\">bilbro@theshire.net</a>”,”password”:”theonering”}}}</pre><p>The result is the user’s password is logged. Not good.</p><p>To solve the problem we’ll implement our own MarshalJSON that’ll redact the user’s password.</p><pre>func (co Credentials) MarshalJSON() ([]byte, error) {<br>    type credentials Credentials<br>    cn := credentials(co)<br>    cn.Password = &quot;[REDACTED]&quot;<br>    return json.Marshal((*credentials)(&amp;cn))<br>}</pre><p>Now when we log the same request the user’s password is not logged:</p><pre>// the output<br>{“request”:{“credentials”:{“email”:”<a href=\"mailto:bilbro@theshire.net\">bilbro@theshire.net</a>”,”password”:”[REDACTED]”}}}</pre><p>There is now no possibility of logging the user’s password, regardless of who logs, nor where or when — at least if you’re logging JSON with this implementation. If you’re logging in another format, the same technique applies and there should be a corresponding marshal method for you to implement.</p><p>–</p><p>Please say hi at <a href=\"https://twitter.com/travisjeffery\">@travisjeffery</a>.</p><p>Hit the 👏 and share if you found this useful.</p><p>Thanks for reading.</p><figure><a href=\"https://goo.gl/w4Pbea\"><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/700/1*PZjwR1Nbluff5IMI6Y1T6g@2x.png\" /></a></figure><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=a2294a9546ce\" width=\"1\" height=\"1\"><hr><p><a href=\"https://hackernoon.com/keep-passwords-and-secrets-out-of-your-logs-with-go-a2294a9546ce\">Keep passwords and secrets out of your logs with Go</a> was originally published in <a href=\"https://hackernoon.com\">Hacker Noon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n        <item>\n            <title><![CDATA[Today I Learned: Storing Emoji to Mysql with Golang]]></title>\n            <link>https://hackernoon.com/today-i-learned-storing-emoji-to-mysql-with-golang-204a093454b7?source=rss----3a8144eabfe3--software_development</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/204a093454b7</guid>\n            <category><![CDATA[golang]]></category>\n            <category><![CDATA[software-development]]></category>\n            <category><![CDATA[mysql]]></category>\n            <category><![CDATA[emoji]]></category>\n            <category><![CDATA[database]]></category>\n            <dc:creator><![CDATA[Iman Tumorang]]></dc:creator>\n            <pubDate>Mon, 04 Jun 2018 10:11:01 GMT</pubDate>\n            <atom:updated>2018-06-04T10:43:27.069Z</atom:updated>\n            <content:encoded><![CDATA[<h4>A simple and silly story, about our tiny bug today.</h4><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*ELZJStuoVnqb-Y3duIrH0Q.png\" /><figcaption>monocle emoji from google image search</figcaption></figure><p>Today, I with my team in <a href=\"http://kurio.co/article-feed\">Kurio</a>, having a bit of funny moment but also silly thing. It’s happen when we trying to store emojis to our storage in Mysql through our new and simple CRUD API services.</p><p>We’re making an internal service that used by our content-team, just a simple CRUD. The stacks is just: Angular + Golang + Mysql.</p><p>The services already deployed to production and already used by our content-team. Everything is normal, because it’s already tested from staging until it’s released. Until, when one of our content-team started to store an item to this services, and the payload have a few of emojis. That’s when we realized this silly bug.</p><p>The payload is more look like this :</p><pre>{<br>        &quot;type&quot;: &quot;text&quot;,<br>        &quot;text&quot;: &quot;😈🤠 Lorem Ipsum Dolor sit Amet 😱&quot;,<br>        &quot;color&quot;: &quot;#FFFFFF&quot;<br>}</pre><p>And returning error about incorrect value to store.</p><pre>&quot;Number&quot;: 1366<br>&quot;Message&quot;: &quot;Incorrect string value: &#39;\\\\xF0\\\\x9F\\\\x98\\\\x88 \\\\xF0...&#39; for column &#39;text&#39; at row 1&quot;</pre><p>Luckily, this services is for internal use to our content-team, and the user load is not huge, so it’s still tolerable 😈. I can’t imagine what will happen if we released this to our real user.</p><h3>Solving The Issue</h3><p>To solve this issue, we do a few things related to this issue.</p><ul><li>Change the Database’s charset encoding and collation</li><li>Change the Connection Driver’s charset encoding and collation from our application(Golang) to Mysql Server</li></ul><h4>Change Database Encoding Charset and Collation</h4><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/285/1*SUVbutxte_c_IcwzOc2HUQ.png\" /><figcaption>our default charset before changed</figcaption></figure><p>We use Mysql 5.7 and using utf-8 as our charset. Which is not recommended after we fixing this issue.</p><p>So the solution is, we change our charset and collation to utf8mb4, because utf-8 in Mysql is not fully support all the utf-8 encoding generally. If we want a fully support all the utf-8 generally, we must use utf8mb4 .</p><p>To change the whole database’s charset and collation:</p><pre>ALTER DATABASE<br>    database_name<br>    CHARACTER SET = utf8mb4<br>    COLLATE = utf8mb4_unicode_ci;</pre><p>To change the whole a specific table’s charset and collation</p><pre>ALTER TABLE<br>    table_name<br>    CONVERT TO CHARACTER SET utf8mb4<br>    COLLATE utf8mb4_unicode_ci;</pre><p>So after making this, we think we have solve our problem. But, after test it again, we still don’t fixed it. It still returning the same error.</p><h4>Change Connection Charset in Mysql Driver</h4><p>After reading more article and some q/a in stackoverflow and other forums. It’s not only the database, we also need to change our connection’s driver charset and collation. Because this service that we developed, is built from Golang (1.10), and also we use <em>package</em> github.com/go-sql-driver/mysql as our driver, we just need to add some changes to our dsn.</p><p><strong>Before:</strong></p><pre>dsn := `root:root@tcp(127.0.0.1 :3306)/DB_NAME?parseTime=1&amp;loc=Asia%2FJakarta`</pre><pre>dbConn, _:= sql.Open(`mysql`, dsn)</pre><p><strong>After:</strong></p><pre>dsn :=`root:root@tcp(127.0.0.1 :3306)/DB_NAME?parseTime=1&amp;loc=Asia%2FJakarta<strong>&amp;charset=utf8mb4&amp;collation=utf8mb4_unicode_ci`</strong></pre><pre>dbConn, _:= sql.Open(`mysql`, dsn)</pre><p>Well, after doing this, now our service is running well, and can accept any emoji characters.</p><h4>Conclusions</h4><p>This bug is not too big, to be honest, it is a silly and funny bug. But it looks like everyone had ever fallen to this trap 😥. But today I learned something, that we should be careful when creating a database, regardless whatever its type (RDBMS, NoSQL)</p><p><strong>References:</strong></p><ol><li>Answer by Selvamani P in stackoverflow.com <a href=\"https://stackoverflow.com/a/39465494\">https://stackoverflow.com/a/39465494</a></li><li>Answer by Mathias Bynens in dba.stackexchange.com<br><a href=\"https://dba.stackexchange.com/a/21684\">https://dba.stackexchange.com/a/21684</a></li></ol><p><em>If you found this article useful, or interesting to read, please kindly share to your network circle, or you can just give claps to help other to reach this. If you have any question or something, just put a response below.</em></p><figure><a href=\"https://goo.gl/w4Pbea\"><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/700/1*PZjwR1Nbluff5IMI6Y1T6g@2x.png\" /></a></figure><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=204a093454b7\" width=\"1\" height=\"1\"><hr><p><a href=\"https://hackernoon.com/today-i-learned-storing-emoji-to-mysql-with-golang-204a093454b7\">Today I Learned: Storing Emoji to Mysql with Golang</a> was originally published in <a href=\"https://hackernoon.com\">Hacker Noon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n        <item>\n            <title><![CDATA[A Modern Icarus — the short story of Ariane 5 Flight 501]]></title>\n            <link>https://hackernoon.com/crash-and-burn-a-short-story-of-ariane-5-flight-501-3a3c50e0e284?source=rss----3a8144eabfe3--software_development</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/3a3c50e0e284</guid>\n            <category><![CDATA[software-development]]></category>\n            <category><![CDATA[tech-history]]></category>\n            <category><![CDATA[quality-assurance]]></category>\n            <category><![CDATA[project-management]]></category>\n            <category><![CDATA[ariane-5-flight-501]]></category>\n            <dc:creator><![CDATA[βishr τabbaa]]></dc:creator>\n            <pubDate>Sun, 03 Jun 2018 20:05:42 GMT</pubDate>\n            <atom:updated>2018-06-03T22:05:08.888Z</atom:updated>\n            <content:encoded><![CDATA[<figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/668/1*Ft9r29SRXJ4llbRoPgwA3g.jpeg\" /><figcaption>Ariane 5 Flight 501 @ T + 3 seconds</figcaption></figure><p>The 22nd anniversary of <strong>Ariane 5 Flight 501</strong> offers an opportunity to reflect upon software defects, project errors, and the best principles and practices for solution delivery in the IT industry. In this blog and my upcoming book, <strong>Bugs: A Short History of Software Imperfection</strong>, I will chronicle some important failures in the past, explain how we arrived at the present, and discuss some ideas for improving the future of software quality. As information technology becomes increasingly woven into Life, the quality of software impacts our commerce, health, infrastructure, military, politics, science, security, and transportation. The <strong>Big Idea</strong> is that we have no choice but to get better at delivering technology solutions because we have to.</p><p>On June 4, 1996 in Kourou, French Guiana, the maiden flight 501 of the Ariane 5 rocket ended almost as soon as it began. About 37 seconds after the initial launch sequence (30 seconds after takeoff), at an altitude of 4000 meters, the rocket deviated 90 degrees from its intended flight path due to a software failure, experienced severe aerodynamic stress tearing its boosters from the main stage, and thereby triggered a controlled self-destruction that culminated in the spacecraft exploding in a fireball of liquid hydrogen.</p><p>The European Space Agency (<strong>ESA</strong>) had ambitions to take a leadership role in the commercial space business and surpass Japan, Russia, and the USA. The Ariane 4 (A4) had been in service for more than 20 years and boasted an excellent record of more than 100 successful launches with no failures. The new Ariane 5 (A5) rocket would carry larger satellite payloads than earlier versions, and flight 501 was carrying a payload of four satellites intended for researching the Earth’s magnetosphere. ESA had spent 10 years and $7 billion developing the A5, and flight 501 itself cost $370 million. The success of the Ariane 4 and ESA budget pressures resulted in the reuse of A4 software by the A5 program team including its navigation system and flight path optimization libraries.</p><p>ESA organized an inquiry board immediately after the crash to investigate the disaster and using flight data, optical observations (IR camera, film), inspection of recovered material, and review of the software code, the board identified the following sequence of events that resulted in the crash.</p><ul><li>At T + 37 seconds, the Internal Reference System (<strong>SRI</strong>) that measured the rocket’s spatial attitude (altitude, motion, and position) sent incorrect data to the Flight Control System instead of the actual flight data because an <em>arithmetic overflow occurred inside its alignment function when a 64-bit floating point number for the Horizontal Basis variable (BH) could not be cast and converted to a signed 16-bit integer</em>. <em>The SRI in the A5 was reused as a black box from the A4</em>. Furthermore, the BH value was higher than expected because the early part of the A5 trajectory differed from the A4 and resulted in higher horizontal velocity values (five times as much). This error did not occur earlier in the flight because the vehicle speed was lower and the calculated values were small enough to fit into the program’s data types. <em>Since there was no exception handling in the Ada code for this alignment function</em>, the operand error bubbled up and the SRI component entered a failed state and returned a diagnostic value, intended for debugging purposes only.</li><li>The backup SRI, identical in hardware and software to the active SRI, could not be activated because it had failed for the same reason.</li><li>At T + 38 seconds, the On-Board Computer that executed the flight program then commanded course corrections as a result of the incorrect SRI data, and the rocket’s nozzles were deflected changing the flight path at an extreme angle.</li><li>At T + 39 seconds, high aerodynamic forces led to separation of the boosters from the main stage and triggered the self-destruct subsystem.</li></ul><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/474/1*4Oedorc53ecHu1Fwb8X3Vw.jpeg\" /><figcaption>Ariane 5 Flight 501 @ T+ 39 seconds</figcaption></figure><p>The inquiry board further analyzed the SRI software and overall A5 program and arrived at several conclusions:</p><ul><li>The SRI alignment function was used to perform ground-based alignment of the inertial platform prior to lift-off (around T-3 seconds) and <em>once the rocket took off the alignment function would not serve a purpose</em>. It was left running in the A5 for the first 50 seconds as a “special feature” in case the system needed to be restarted in the event of a brief pause in the countdown before lift off; such resets could take hours in the A4 and this would speed up the process.</li><li>The SRI code had been analyzed for exceptions by the A4 team, and seven variables were deemed at risk of operand error. Since a maximum SRI CPU utilization target of 80% had been set for the A4, only four variables were protected and three were left unprotected, including the BH variable. The original reason given for this decision was that “they were physically limited or there was a large margin of safety.” However, <em>the CPU constraint only applied to the A4 — </em><strong><em>not </em></strong><em>the A5, </em><strong><em>and </em></strong><em>the SRI code was never re-analyzed by the A5 team using realistic A5 input data.</em></li><li>The operand error in the SRI was not sufficient for system failure. The <em>specification and design of the SRI exception handling mechanism also contributed to the failure</em>. In the event of any exception, the system specification stated the failure should be indicated on the data bus, the failure context should stored in an EEPROM memory, and finally <em>the SRI processor should be shut down</em>. The reason behind this acute action was the engineering culture within the Ariane program focused on hardware failure instead of software failures since the former occurred more often than the latter. A rational approach to handling random hardware failures is to shutdown active systems and switch to the backup. However, a better approach in this software fault scenario would have been to provide best-effort estimates of the required altitude, position, and velocity. The inquiry board wrote that “software should be assumed faulty until applying the currently accepted best practice methods can demonstrate that it is correct.”</li><li>While there was some unit testing and integration testing with A4 data, <em>neither end-to-end, integration testing with hardware and software nor test simulations with realistic data from the A5 trajectory data were ever performed</em>. Post-501 flight simulations running the SRI software in the context of actual 501 trajectory data reproduced the chain of events leading to the SRI failure.</li></ul><p>The inquiry board made a number of recommendations, and they can be generalized into lessons learned from this case study that are useful to IT professionals.</p><ul><li>Don’t run code or systems that you don’t need (R1). The SRI alignment function should have been switched off after lift-off. This <strong>Devops </strong>mistake is avoidable, easy to correct, and happens too often (think Knight Capital).</li><li><strong>Quality Assurance</strong> matters (R2, R10, R11). If you don’t test the system end-to-end with high coverage of realistic positive and negative scenarios, then your product and project expectations are dreams — not empirically grounded hypotheses.</li><li>The smallest code <strong>Quality </strong>details matter whether its Ada, C, JavaScript, SQL, or Python (R4). An arithmetic conversion error caused the loss of a multi-million dollar spacecraft and set back a multi-billion dollar program for several years. In our own projects and systems, we must see the forest <em>and </em>the trees.</li><li>The system <strong>Complexity </strong>matters. One should carefully consider what components are critical, understand their fault surfaces, and avoid single points of failure (R6, R8, R13). Reusing someone else’s software artifacts just because it worked for them is not sufficient for your success. We need to examine the software’s assertions (think design by contract), inspect its tests, question assumptions, and think through dependencies. As an aside, one good example of quality transparency is APC; when you purchase a power supply unit it comes with the the unit test output from the factory.</li><li><strong>Culture </strong>matters and can sometimes eat strategy for breakfast as well as your technology project (R14). Besides a design bias to mitigating failure through shutdown and backup failover, there were QA shortcuts taken, aggressive borrowing of A4 code, and there was no single point of accountability on the A5 team. The ESA held no one responsible for the failure — a classic tragedy of the commons.</li></ul><p>The failure of the 501 highlighted risks with complex, costly computing systems to the general public, politicians, and business executives. It resulted in increased support for research on ensuring reliability of safety-critical systems. Automated analysis of the Ariane code written in Ada was one of the first examples of large scale static code analysis.</p><p>Afterwards, four replacement Cluster satellites were built and launched in pairs aboard Soyuz-U/Fregat rockets in 2000. The Ariane 5 program resumed, had dozens of successful launches and hundreds of satellite deployments, and is still active. The successor vehicle, the Ariane 6, is under development and there are plans to enter it into service in the 2020&#39;s.</p><p><strong>References</strong></p><ul><li><a href=\"http://esamultimedia.esa.int/docs/esa-x-1819eng.pdf\">http://esamultimedia.esa.int/docs/esa-x-1819eng.pdf</a></li><li><a href=\"http://sunnyday.mit.edu/accidents/Ariane5accidentreport.html\">http://sunnyday.mit.edu/accidents/Ariane5accidentreport.html</a></li><li><a href=\"https://www.nytimes.com/1996/12/01/magazine/little-bug-big-bang.html\">https://www.nytimes.com/1996/12/01/magazine/little-bug-big-bang.html</a></li><li><a href=\"https://www.youtube.com/watch?v=gp_D8r-2hwk\">https://www.youtube.com/watch?v=gp_D8r-2hwk</a> (video of 501 crash)</li><li><a href=\"https://blog.bugsnag.com/bug-day-ariane-5-disaster/\">https://blog.bugsnag.com/bug-day-ariane-5-disaster/</a></li><li><a href=\"http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;arnumber=589224\">http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;arnumber=589224</a></li><li><a href=\"http://iansommerville.com/software-engineering-book/case-studies/ariane5/\">http://iansommerville.com/software-engineering-book/case-studies/ariane5/</a></li></ul><figure><a href=\"https://goo.gl/w4Pbea\"><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/700/1*PZjwR1Nbluff5IMI6Y1T6g@2x.png\" /></a></figure><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=3a3c50e0e284\" width=\"1\" height=\"1\"><hr><p><a href=\"https://hackernoon.com/crash-and-burn-a-short-story-of-ariane-5-flight-501-3a3c50e0e284\">A Modern Icarus — the short story of Ariane 5 Flight 501</a> was originally published in <a href=\"https://hackernoon.com\">Hacker Noon</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n    </channel>\n</rss>"
  },
  {
    "path": "api/test/data/feed/kaiak.tw",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\"\n\txmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n\txmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\n\txmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n\txmlns:atom=\"http://www.w3.org/2005/Atom\"\n\txmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\"\n\txmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n\t>\n\n<channel>\n\t<title>城市美學新態度</title>\n\t<atom:link href=\"https://kaiak.tw/feed/?cat=205\" rel=\"self\" type=\"application/rss+xml\" />\n\t<link>https://kaiak.tw</link>\n\t<description>Indulge Esthetics</description>\n\t<lastBuildDate>Mon, 02 Jul 2018 15:11:13 +0000</lastBuildDate>\n\t<language>zh-TW</language>\n\t<sy:updatePeriod>hourly</sy:updatePeriod>\n\t<sy:updateFrequency>1</sy:updateFrequency>\n\t\n</channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/kottke",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\">\n    <title>kottke.org</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"http://kottke.org/\" />\n    <link rel=\"self\" type=\"application/atom+xml\" href=\"http://feeds.kottke.org/main\" />\n    <id>tag:kottke.org,2009-08-11:05118</id>\n    <updated>2018-06-05T20:48:15Z</updated>\n    <subtitle>Jason Kottke&apos;s weblog, home of fine hypertext products</subtitle>\n\n    <generator uri=\"http://www.sixapart.com/movabletype/\">Movable Type 4.2</generator>\n\n<entry>\n    <title>Ten guidelines for nurturing a thriving democracy by Bertrand Russell</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/06/ten-guidelines-for-nurturing-a-thriving-democracy-by-bertrand-russell\" />\n    <id>tag:kottke.org,2018://5.32262</id>\n\n    <published>2018-06-05T20:48:15Z</published>\n    <updated>2018-06-05T20:48:15Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>In December 1951, British philosopher Bertrand Russell wrote a piece for the NY Times Magazine titled <a href=\"https://timesmachine.nytimes.com/timesmachine/1951/12/16/89825036.pdf\">The Best Answer to Fanaticism &#8212; Liberalism</a> with a subhead that says &#8220;Its calm search for truth, viewed as dangerous in many places, remains the hope of humanity.&#8221; At the end of the article, he offers a list of ten commandments for living in the spirit of liberalism:</p>\n\n<p>1. Do not feel absolutely certain of anything.</p>\n\n<p>2. Do not think it worthwhile to produce belief by concealing evidence, for the evidence is sure to come to light.</p>\n\n<p>3. Never try to discourage thinking, for you are sure to succeed.</p>\n\n<p>4. When you meet with opposition, even if it should be from your husband or your children, endeavor to overcome it by argument and not by authority, for a victory dependent upon authority is unreal and illusory.</p>\n\n<p>5. Have no respect for the authority of others, for there are always contrary authorities to be found.</p>\n\n<p>6. Do not use power to suppress opinions you think pernicious, for if you do the opinions will suppress you.</p>\n\n<p>7. Do not fear to be eccentric in opinion, for every opinion now accepted was once eccentric.</p>\n\n<p>8. Find more pleasure in intelligent dissent than in passive agreement, for, if you value intelligence as you should, the former implies a deeper agreement than the latter.</p>\n\n<p>9. Be scrupulously truthful, even when truth is inconvenient, for it is more inconvenient when you try to conceal it.</p>\n\n<p>10. Do not feel envious of the happiness of those who live in a fool&#8217;s paradise, for only a fool will think that it is happiness.</p>\n\n<p>Over the past few years, I&#8217;ve found it increasingly difficult to keep an open mind about many issues, particularly on those related to politics. Remaining curious and generous about new & different ideas, especially in public, is perhaps more challenging than it was in Russell&#8217;s time. We are bombarded on all sides by propaganda, conspiracy theories, and broadly discredited theories from the past pushed upon us by entertainment news outlets and social media algorithms &#8212; we&#8217;re under a constant denial-of-service attack on our ability to think and reason.</p>\n\n<p>We can&#8217;t reasonably be expected to give serious consideration to ideas like &#8220;the Holocaust didn&#8217;t happen&#8221;, &#8220;the Earth is flat&#8221;, &#8220;the Newtown massacre was faked&#8221;, &#8220;let&#8217;s try slavery again&#8221;, &#8220;vaccines cause autism&#8221;, and &#8220;anthropogenic climate change is a myth&#8221; &#8212; the evidence just doesn&#8217;t support any of it &#8212; but playing constant defense against all this crap makes it difficult to have good & important discussions with those we might disagree with about things like education, the role of national borders in a extremely mobile world, how to address our changing climate, systemic racism & discrimination, gun violence, healthcare, and dozens of other important issues. Perhaps with Russell&#8217;s guidelines in mind, we can make some progress on that front.</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/Bertrand%20Russell\">Bertrand Russell</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/lists\">lists</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/politics\">politics</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>Mythically massive and powerful waves</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/06/mythically-massive-and-powerful-waves\" />\n    <id>tag:kottke.org,2018://5.32259</id>\n\n    <published>2018-06-05T18:33:54Z</published>\n    <updated>2018-06-05T18:33:54Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><img src=\"/plus/misc/images/rachael-talibart-01.jpg\" width=\"1400\" height=\"934\" border=\"0\" alt=\"Rachael Talibart\" /></p>\n\n<p><img src=\"/plus/misc/images/rachael-talibart-02.jpg\" width=\"1400\" height=\"934\" border=\"0\" alt=\"Rachael Talibart\" /></p>\n\n<p><img src=\"/plus/misc/images/rachael-talibart-03.jpg\" width=\"1400\" height=\"700\" border=\"0\" alt=\"Rachael Talibart\" /></p>\n\n<p>Are you a mountains or a beach person? I prefer the beach &#8212; the ocean in particular, even though it scares the hell out of me sometimes. Photographer Rachael Talibart captures the power of the sea with <a href=\"https://www.rachaeltalibart.com/ocean\">her photos of waves kicked up by storms</a>. She <a href=\"https://www.wired.com/story/wave-photography/\">spoke with Wired</a> about the project and her healthy respect for the ocean.</p>\n\n<blockquote><p>Talibart still can&#8217;t help thinking of sea creatures when she looks at the photographs. Inspired by Homer&#8217;s Odyssey, she titled the series Sirens and gave each image the name of a mythological god or goddess. And although she avoids boats these days &#8212; she still gets seasick &#8212; Talibart credits her childhood sailing adventures with her ocean obsession.</p>\n\n<p>&#8220;A part of me is still half-afraid of the sea,&#8221; she admits. &#8220;There&#8217;s a fascination and a love for it, but there&#8217;s also fear.&#8221;</p></blockquote>\n\n<p>(via <a href=\"https://www.robinsloan.com/\">robin sloan</a>)</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/photography\">photography</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Rachael%20Talibart\">Rachael Talibart</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>An AI learned to see in the dark</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/06/an-ai-learned-to-see-in-the-dark\" />\n    <id>tag:kottke.org,2018://5.32253</id>\n\n    <published>2018-06-05T16:29:39Z</published>\n    <updated>2018-06-05T16:29:39Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>Cameras that can take usable photos in low light conditions <a href=\"https://kottke.org/17/04/incredible-low-light-camera-turns-night-into-day\">are very useful</a> but very expensive. <a href=\"http://web.engr.illinois.edu/~cchen156/SID.html\">A new paper</a> presented at this year&#8217;s IEEE Conference on Computer Vision and Pattern Recognition shows that training an AI to do image processing on low-light photos taken with a normal camera can yield amazing results. Here&#8217;s an image taken with a Sony a7S II, a really good low-light camera, and then corrected in the traditional way:</p>\n\n<p><img src=\"/plus/misc/images/ai-image-iso-01.jpg\" width=\"1000\" height=\"670\" border=\"0\" alt=\"AI image in the dark\" /></p>\n\n<p>The colors are off and there&#8217;s a ton of noise. Here&#8217;s the same image, corrected by the AI program:</p>\n\n<p><img src=\"/plus/misc/images/ai-image-iso-02.jpg\" width=\"1000\" height=\"670\" border=\"0\" alt=\"AI image in the dark\" /></p>\n\n<p>Pretty good, right? The effective ISO on these images has to be 1,000,000 or more. A short video shows more of their results:</p>\n\n<p><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/qWKUFK7MWvg\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></p>\n\n<p>It would be great to see technology like this in smartphones in a year or two.</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/artificial%20intelligence\">artificial intelligence</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/photography\">photography</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/science\">science</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/video\">video</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>A supercut of unintentional ASMR moments from movies and TV shows</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/06/a-supercut-of-unintentional-asmr-moments-from-movies-and-tv-shows\" />\n    <id>tag:kottke.org,2018://5.32256</id>\n\n    <published>2018-06-05T14:34:00Z</published>\n    <updated>2018-06-05T14:34:00Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/hO_1bXs3miA\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></p>\n\n<p><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/XBpqQyLLDiM\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></p>\n\n<p>For these two videos, FunWithGuru collected scenes from movies & TV that can trigger <a href=\"https://en.wikipedia.org/wiki/Autonomous_sensory_meridian_response\">ASMR</a>. He featured movies like Phantom Thread (rustling cloth) and Amelie (whispering) as well as well as calmer moments from more unlikely fare like Inglourious Basterds, Edward Scissorhands, and The Office. The clips show ASMR staples like calm talking, people quietly performing tasks, whispering, hair brushing, pouring water, and rustling paper.</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/movies\">movies</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/TV\">TV</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/video\">video</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>The problem with action scenes in DC movies</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/06/the-problem-with-action-scenes-in-dc-movies\" />\n    <id>tag:kottke.org,2018://5.32249</id>\n\n    <published>2018-06-05T12:03:57Z</published>\n    <updated>2018-06-05T12:03:57Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/3p-lyt78cyA\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></p>\n\n<p>In his latest video, Evan Puschak compares the action scenes from Marvel and DC superhero movies and shows how DC comes up short. Some don&#8217;t appreciate all of the humor packed into Marvel&#8217;s films, but the DC movies take themselves WAY too seriously. And don&#8217;t even get me started on Zack Snyder &#8212; outside of 300, his take on action is not good. It&#8217;s not a coincidence that Snyder didn&#8217;t direct Wonder Woman, the best of <a href=\"https://en.wikipedia.org/wiki/DC_Extended_Universe#Wonder_Woman_(2017)\">the DCEU films</a> in terms of action (and everything else).</p>\n\n<p>See also <a href=\"https://kottke.org/15/02/the-problem-with-action-movies-today\">the problem with action movies today</a> and <a href=\"https://kottke.org/18/02/why-are-action-movie-trailers-sounding-more-musical-lately\">why are action movie trailers sounding more musical lately?</a></p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/Evan%20Puschak\">Evan Puschak</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/film%20school\">film school</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/movies\">movies</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/video\">video</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Zack%20Snyder\">Zack Snyder</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>A short dance performance, collaboratively illustrated by hundreds</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/06/a-short-dance-performance-collaboratively-illustrated-by-hundreds\" />\n    <id>tag:kottke.org,2018://5.32228</id>\n\n    <published>2018-06-04T21:34:18Z</published>\n    <updated>2018-06-04T21:34:18Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><iframe src=\"https://player.vimeo.com/video/272053388?color=ff9933&byline=0\" width=\"640\" height=\"320\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></p>\n\n<p>Over 300 different people drew/illustrated moments from a real-life dance performance, which Kristen Lauth Shaeffer then assembled into one cool animated performance. This strongly reminds me of <a href=\"https://kottke.org/06/07/mesmerizing-clipart-movie-via-waxy\">Oliver Laric&#8217;s clip-art animation</a>.</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/art\">art</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Kristen%20Lauth%20Shaeffer\">Kristen Lauth Shaeffer</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/video\">video</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>The Atlas Obscura Explorer&#8217;s Guide for the World&#8217;s Most Adventurous Kid</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/06/the-atlas-obscura-explorers-guide-for-the-worlds-most-adventurous-kid\" />\n    <id>tag:kottke.org,2018://5.32252</id>\n\n    <published>2018-06-04T19:32:51Z</published>\n    <updated>2018-06-04T19:32:51Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>After the success of <a href=\"https://www.amazon.com/exec/obidos/ASIN/0761169083/ref=nosim/0sil8\">their book about the world&#8217;s most unusual places</a>, Atlas Obscura is following up with an illustrated book aimed at kids showcasing &#8220;150 of the world&#8217;s most mesmerizing and mysterious wonders&#8221;: <a href=\"https://www.amazon.com/exec/obidos/ASIN/1523503548/ref=nosim/0sil8\">The Atlas Obscura Explorer&#8217;s Guide for the World&#8217;s Most Adventurous Kid</a>.</p>\n\n<p><a href=\"https://www.amazon.com/exec/obidos/ASIN/1523503548/ref=nosim/0sil8\"><img src=\"/plus/misc/images/atlas-obscura-kids.jpg\" width=\"1000\" height=\"1307\" border=\"0\" alt=\"Atlas Obscura Kids\" /></a></p>\n\n<blockquote><p>Travel the world through common points of interest, from strange skeletons (Trunyan Tree cemetery in Indonesia leads you to India&#8217;s Skeleton Lake, for example) to wild waterfalls (while in Peru visit the Gocta Waterfall &#8212; and then move on to Antarctica&#8217;s Blood Falls) to ice caves to bioluminescence.</p></blockquote>\n\n<p>The book comes out in September but <a href=\"https://www.amazon.com/exec/obidos/ASIN/1523503548/ref=nosim/0sil8\">you can preorder it here</a>. The first Atlas Obscura book was my son&#8217;s favorite for several months&#8230;he must have read it 8 times cover-to-cover. (via <a href=\"https://twitter.com/kathrynyu\">@kathrynyu</a>)</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/Atlas%20Obscura\">Atlas Obscura</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/books\">books</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/travel\">travel</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>Super freaky recently declassified NSA security posters</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/06/super-freaky-recently-declassified-nsa-security-posters\" />\n    <id>tag:kottke.org,2018://5.32246</id>\n\n    <published>2018-06-04T15:10:09Z</published>\n    <updated>2018-06-04T15:10:09Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>These posters designed by the NSA emphasizing the importance of security and secrecy to their employees are amazing. Declassified in mid-April 2018, most of the posters were produced in the 50s, 60s, and 70s and look as though they were cooked up by Salvador Dali or the Dadaists. Or even Mad Magazine. I mean:</p>\n\n<p><img src=\"/plus/misc/images/nsa-security-posters-01.jpg\" width=\"790\" height=\"1007\" border=\"0\" alt=\"NSA Security Posters\" /></p>\n\n<p><img src=\"/plus/misc/images/nsa-security-posters-02.jpg\" width=\"790\" height=\"1006\" border=\"0\" alt=\"NSA Security Posters\" /></p>\n\n<p><img src=\"/plus/misc/images/nsa-security-posters-03.jpg\" width=\"772\" height=\"999\" border=\"0\" alt=\"NSA Security Posters\" /></p>\n\n<p><img src=\"/plus/misc/images/nsa-security-posters-04.jpg\" width=\"801\" height=\"1021\" border=\"0\" alt=\"NSA Security Posters\" /></p>\n\n<p><img src=\"/plus/misc/images/nsa-security-posters-05.jpg\" width=\"832\" height=\"1062\" border=\"0\" alt=\"NSA Security Posters\" /></p>\n\n<p><img src=\"/plus/misc/images/nsa-security-posters-06.jpg\" width=\"808\" height=\"1012\" border=\"0\" alt=\"NSA Security Posters\" /></p>\n\n<p>What fantastic design artifacts of that era. Many of them appear to be remixes/riffs of contemporary ad campaigns and messaging&#8230;you could easily imagine a security-themed <a href=\"http://knowyourmeme.com/memes/distracted-boyfriend\">distracted boyfriend</a> or <a href=\"https://www.vox.com/2018/4/10/17207588/american-chopper-meme\">American Chopper</a> poster hanging in today&#8217;s NSA offices.</p>\n\n<p>I had a difficult time choosing just a few of these&#8230;many more <a href=\"http://www.governmentattic.org/28docs/NSAsecurityPosters_1950s-60s.pdf\">are available in this PDF</a>. (via <a href=\"https://news.ycombinator.com/\">hn</a>)</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/design\">design</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/NSA\">NSA</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>Willpower, wealth, and the marshmallow test</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/06/willpower-wealth-and-the-marshmallow-test\" />\n    <id>tag:kottke.org,2018://5.32244</id>\n\n    <published>2018-06-04T13:39:42Z</published>\n    <updated>2018-06-04T13:39:42Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>The marshmallow test is a famous psychological experiment designed by Walter Mischel in the 1960s. Kids were given a single marshmallow but told they could have another if they refrained from eating the first one for 15 minutes. The results seemed to indicate a much greater degree of self-control amongst those children who were able to delay gratification, which led to better outcomes in their lives. From <a href=\"http://www.newyorker.com/magazine/2009/05/18/dont-2\">a New Yorker article about Mischel</a>:</p>\n\n<blockquote><p>Once Mischel began analyzing the results, he noticed that low delayers, the children who rang the bell quickly, seemed more likely to have behavioral problems, both in school and at home. They got lower S.A.T. scores. They struggled in stressful situations, often had trouble paying attention, and found it difficult to maintain friendships. The child who could wait fifteen minutes had an S.A.T. score that was, on average, two hundred and ten points higher than that of the kid who could wait only thirty seconds.</p></blockquote>\n\n<p>But Mischel only tested ~90 kids from a single preschool. Researchers from UC Irvine and NYU recently redid the test with more kids that were more representative of the general population and <a href=\"https://www.theatlantic.com/family/archive/2018/06/marshmallow-test/561779/\">found that household income was a big factor in explaining both the ability to delay and outcomes</a>.</p>\n\n<blockquote><p>Ultimately, the new study finds limited support for the idea that being able to delay gratification leads to better outcomes. Instead, it suggests that the capacity to hold out for a second marshmallow is shaped in large part by a child&#8217;s social and economic background &#8212; and, in turn, that that background, not the ability to delay gratification, is what&#8217;s behind kids&#8217; long-term success.</p></blockquote>\n\n<p>If you&#8217;re poor, you might look at the promise of future food somewhat dubiously&#8230;and not because of a lack of self-control:</p>\n\n<blockquote><p>The failed replication of the marshmallow test does more than just debunk the earlier notion; it suggests other possible explanations for why poorer kids would be less motivated to wait for that second marshmallow. For them, daily life holds fewer guarantees: There might be food in the pantry today, but there might not be tomorrow, so there is a risk that comes with waiting. And even if their parents promise to buy more of a certain food, sometimes that promise gets broken out of financial necessity.</p></blockquote>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/psychology\">psychology</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/science\">science</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Walter%20Mischel\">Walter Mischel</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>The end of the culture of the telephone</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/06/the-end-of-the-culture-of-the-telephone\" />\n    <id>tag:kottke.org,2018://5.32240</id>\n\n    <published>2018-06-01T18:30:00Z</published>\n    <updated>2018-06-01T18:30:00Z</updated>\n\n    <author>\n        <name>Tim Carmody</name>\n        <uri>http://snarkmarket.com/</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><em>This is an excerpt from <a href=\"https://mailchi.mp/kottke/noticing-at-the-end-of-the-dial-tone-06012018\">this week&#8217;s edition of Noticing</a>, Kottke.org&#8217;s newsletter. </em></p>\n\n<p>Alexis Madrigal wrote movingly about the death of 20th century telephone culture in &#8220;<a href=\"https://www.theatlantic.com/technology/archive/2018/05/ring-ring-ring-ring/561545/\">Why No One Answers Their Phone Anymore</a>.&#8221; A combination of more media options, a glut of robo-calls, and the transformation of the telephone technology itself, with caller IDs, individual rather than household numbers, and mutable ringtones have changed not just a communication medium, but a way of life. And it&#8217;s part of a pattern of shifting media use from real-time to my-time. (When this first emerged, I used to call it TiVo Time.)</p>\n\n<p>I wonder though, whether telephone culture has died or it&#8217;s metastasized. Madrigal writes: &#8220;When you called someone, if the person was there, they would pick up, they would say hello. If someone called you, if you were there, you would pick up, you would say hello. That was just how phones worked. The expectation of pickup was what made phones a synchronous medium.&#8221; </p>\n\n<p>Avital Ronell, a wonky writer/philosopher I read a lot back in my grad school days, writes in <em>The Telephone Book</em> (1989) about the always-on nature of the telephone as a key element of its mode of being. &#8220;Respond as you would to the telephone, for the call of the telephone is incessant and unremitting. When you hang up, it does not disappear but goes into remission&#8230;. There is no off switch to the technological.&#8221;</p>\n\n<p>This is now basically our state all the time! Not exclusively on the telephone, but on at least one of the electrical vibrations of telecommunications, everywhere we go, every minute of every day. </p>\n\n<p>So it&#8217;s almost as if we&#8217;re now <em>always</em> on the telephone. A ring is like a call waiting notification that we can acknowledge or ignore. And most of the time, now, many of us ignore it. But only on the rarest occasions do we ignore the entire electronic hum. That&#8217;s where most of us live now.</p>\n\n<p>(See also: this <a href=\"https://kottke.org/18/05/1927-documentary-on-how-to-dial-a-telephone\">1927 documentary on how to use a dial telephone</a>.)</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/telephony\">telephony</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>The last survivor of the 1921 Tulsa Race Riots</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/06/the-last-survivor-of-the-1921-tulsa-race-riots\" />\n    <id>tag:kottke.org,2018://5.32239</id>\n\n    <published>2018-06-01T18:00:00Z</published>\n    <updated>2018-06-01T18:00:00Z</updated>\n\n    <author>\n        <name>Tim Carmody</name>\n        <uri>http://snarkmarket.com/</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><img src=\"/plus/misc/images/olivia-hooker_then.jpg\" width=\"774\" border=\"0\" alt=\"olivia-hooker_then.jpg\" /></p>\n\n<p>The history of the United States is a history of racial plunder, specifically whites plundering the property of nonwhites. It&#8217;s extremely difficult to build wealth across generations when gangs can burn down your farm or shoot up your banks without repercussions. </p>\n\n<p>This is why the 1921 Tulsa Riots are so essential to American history, because it might be the starkest event of extralegal white plunder apart from the Trail of Tears. NPR managed to <a href=\"https://www.npr.org/sections/codeswitch/2018/05/31/615546965/meet-the-last-surviving-witness-to-the-tulsa-race-riot-of-1921\">interview Olivia Hooker</a>, who was six years old at the time of the riots. She is probably the last surviving witness.</p>\n\n<blockquote><p>In less than 24 hours, the white mobs destroyed more than 1,000 homes and businesses. They set fire to schools, churches, libraries, and movie theaters, leveling entire city blocks.</p>\n<p>&#8220;My father&#8217;s store was destroyed,&#8221; Hooker says. &#8220;There was nothing left but one big safe. It was so big they couldn&#8217;t carry it away, so they had to leave it &#8212; in the middle of the rubble.&#8221;</p>\n<p><em>&#8220;Fires had been started by the white invaders soon after 1 o&#8217;clock and other fires were set from time to time. By 8 o&#8217;clock practically the entire thirty blocks of homes in the negro quarters were in flames and few buildings escaped destruction. Negroes caught in their burning homes were in many instances shot down as they attempted to escape.&#8221;<em><br />\n    &#8212; The New York Times, June 2, 1921</p>\n\n<p>Reports varied wildly. Initial estimates put the death toll somewhere between 36 and 85. One report, released by Maurice Willows who directed the American Red Cross relief efforts, estimated that as many as 300 people were killed. Today, the Tulsa Race Riot is considered one of the worst incidents of racial violence in American history.</p></blockquote>\n\n<p>Hooker went on to get a doctorate in psychology and founded the Tulsa Race Riot Commission in 1997 to make a case for reparations. She&#8217;s now 103 years old.</p>]]>\n\n\n    </content>\n</entry>\n\n<entry>\n    <title>How to make grilled cheese</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/06/how-to-make-grilled-cheese\" />\n    <id>tag:kottke.org,2018://5.32238</id>\n\n    <published>2018-06-01T17:35:00Z</published>\n    <updated>2018-06-01T17:35:00Z</updated>\n\n    <author>\n        <name>Tim Carmody</name>\n        <uri>http://snarkmarket.com/</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><img src=\"/plus/misc/images/best-ever-grilled-cheese.jpg\" width=\"1280\" height=\"720\"  border=\"0\" alt=\"best-ever-grilled-cheese.jpg\" /></p>\n\n<p>I&#8217;m a big fan of different recipes for simple food dishes &#8212; Jose Andres&#8217;s &#8220;<a href=\"https://www.nytimes.com/slideshow/2012/09/12/dining/20120912-SPANISH.html\">The Perfectly Fried Egg</a>&#8221; changed the way I cook just about everything &#8212; and this <a href=\"https://cooking.nytimes.com/recipes/1017326-grilled-cheese-sandwich\">deconstructed-then-reconstructed take on grilled cheese</a> fits right in with that glorious recipe.<br />\n    <blockquote><ol><br />\n\t<li>Heat a heavy pan over medium-low heat.</li><li>Thinly spread one side of each bread slice with butter. Spread the other side of each slice with mayonnaise and place the bread, mayonnaise-side-down, in the pan. Divide the cheese evenly on top of the buttered slices. Adjust the heat so the bread sizzles gently.</li><li>When the cheese is about halfway melted, use a spatula to flip one slice over on top of the other, and press lightly to melt. Keep turning the sandwich, pressing gently, until the sandwich is compact, both sides are crusty, and the cheese is melted.</li></ol></blockquote><br />\nPersonally, I would omit the mayonnaise and brush the down sides of the bread with olive oil instead: it gives the bread a nice cripsyness and none of that mayonnaise flavor. (I&#8217;m cool with mayo most of the time, but not on my grilled cheese.)</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/cheese\">cheese</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/cooking\">cooking</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/food\">food</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>Clickhole outdoes itself</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/06/clickhole-outdoes-itself\" />\n    <id>tag:kottke.org,2018://5.32235</id>\n\n    <published>2018-06-01T15:10:00Z</published>\n    <updated>2018-06-01T15:10:00Z</updated>\n\n    <author>\n        <name>Tim Carmody</name>\n        <uri>http://snarkmarket.com/</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>&#8220;<a href=\"https://www.clickhole.com/i-am-a-recently-divorced-and-laid-off-middle-aged-man-w-1826421616\">I Am A Recently Divorced And Laid-Off Middle-Aged Man With A Lot Of Health Problems, And Everything I Say Is Incredibly Depressing. Ask Questions At Me</a>&#8221; is one of the bleakest, funniest, most existentially absurd things I have ever read. </p>\n\n<p>It&#8217;s structured like a Reddit AMA, so you have to read through the comments to get to the good bits, and the accumulative effect is bigger than any one punchline. A sample:</p>\n\n<blockquote><p>I got fired from my Pepsi job because one of my coworkers stuck a sign on my back that said &#8220;PROUD MURDERER OF JONBENET RAMSEY,&#8221; and the regional supervisor who was visiting that day took it at face value. I did not discover the sign until the following week, when I wore the same shirt again to a custody hearing and the judge cited it as justification for denying me visitation rights. Unfortunately, the sign on my back was perceived as a murder confession, and the company apparently reserves the right to withhold severance if termination comes as a result of criminal activity. So no severance for ol&#8217; Ronald.</p>\n\n<p>Sadly, the day I got fired was also the day of my 30th anniversary at Pepsi, and when my boss called me into his office I thought he was going to honor me. That was not the case.</p></blockquote>\n\n<p>Ronald also tries to get a dog to cheer himself up (he loses his beloved family dog in the divorce), but turns out to be allergic to it; the shelter refuses to take the dog back because &#8220;it they said &#8216;smelled too much like me.&#8217;&#8221; He chats up workers at the cellular phone stall so he can have human contact and reminisce about having a family plan. If this kind of black humor does anything for you, trust me, you should check this out. </p>\n\n<p>As Matt Novak <a href=\"https://twitter.com/i/web/status/1001934844413136897\">tweeted</a>, &#8220;I&#8217;d just like to say that Nick Denton would be very proud if he had lived to see Kinja used like this. Clickhole is amazing. RIP Nick Denton.&#8221;</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/comedy\">comedy</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>Through a Different Lens, a book of Stanley Kubrick&#8217;s photography</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/06/through-a-different-lens-a-book-of-stanley-kubricks-photography\" />\n    <id>tag:kottke.org,2018://5.32232</id>\n\n    <published>2018-06-01T14:11:51Z</published>\n    <updated>2018-06-01T14:11:51Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><img src=\"/plus/misc/images/kubrick-photo-book-01.jpg\" width=\"1200\" height=\"1213\" border=\"0\" alt=\"Kubrick Photo Book\" /></p>\n\n<p><img src=\"/plus/misc/images/kubrick-photo-book-02.jpg\" width=\"1200\" height=\"1245\" border=\"0\" alt=\"Kubrick Photo Book\" /></p>\n\n<p><img src=\"/plus/misc/images/kubrick-photo-book-03.jpg\" width=\"1200\" height=\"800\" border=\"0\" alt=\"Kubrick Photo Book\" /></p>\n\n<p><img src=\"/plus/misc/images/kubrick-photo-book-04.jpg\" width=\"1200\" height=\"1205\" border=\"0\" alt=\"Kubrick Photo Book\" /></p>\n\n<p><img src=\"/plus/misc/images/kubrick-photo-book-05.jpg\" width=\"1200\" height=\"1202\" border=\"0\" alt=\"Kubrick Photo Book\" /></p>\n\n<p>There is much to admire in how Stanley Kubrick&#8217;s movies are constructed, but the director&#8217;s keen compositional eye is perhaps the most noticeable. Before becoming a filmmaker, Kubrick honed his observational skills as a photographer in NYC. Look magazine hired him when he was just 17 years old to fill the pages of the publication with photos of life in the city. A new book, <a href=\"https://www.amazon.com/exec/obidos/ASIN/383657232X/ref=nosim/0sil8\">Stanley Kubrick Photographs: Through a Different Lens</a>, celebrates Kubrick&#8217;s photography, showcasing how that youthful talent would eventually translate into a great filmmaking career.</p>\n\n<blockquote><p>Through a Different Lens reveals the keen and evocative vision of a burgeoning creative genius in a range of feature stories and images, from everyday folk at the laundromat to a day in the life of a debutant, from a trip to the circus to Columbia University. Featuring around 300 images, many previously unseen, as well as rare Look magazine tear sheets, this release coincides with a major show at the Museum of the City of New York and includes an introduction by noted photography critic Luc Sante.</p></blockquote>\n\n<p>Kubrick&#8217;s photos are also <a href=\"http://www.mcny.org/exhibition/through-different-lens\">on display at the Museum of the City of New York</a> until late October 2018.</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/books\">books</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/NYC\">NYC</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/photography\">photography</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Stanley%20Kubrick\">Stanley Kubrick</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Stanley%20Kubrick%20Photographs%3A%20Through%20a%20Different%20Lens\">Stanley Kubrick Photographs: Through a Different Lens</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>Lightning fast demo of a magic transforming scarf</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/lightning-fast-demo-of-a-magic-transforming-scarf\" />\n    <id>tag:kottke.org,2018://5.32223</id>\n\n    <published>2018-05-31T23:37:05Z</published>\n    <updated>2018-05-31T23:37:05Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/DYgKiTjKVys\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></p>\n\n<p>One of the recurrent topics here at the ol&#8217; dot org is paying our respects to people who are mind-bendingly good at what they do. Case in point: watch this woman turn a magic scarf into about 100 different pieces of clothing in about 90 seconds. Reader, I audibly gasped at ~0:25 when she turned a scarf into a dress in the blink of an eye.</p>\n\n<p>This extraordinary garment has been compared to a Thneed, a fictional garment from Dr. Seuss&#8217; <a href=\"https://www.amazon.com/exec/obidos/ASIN/0394823370/ref=nosim/0sil8\">The Lorax</a>:</p>\n\n<blockquote><p>I&#8217;m being quite useful. This thing is a Thneed.<br />\nA Thneed&#8217;s a Fine-Something-That-All-People-Need!<br />\nIt&#8217;s a shirt. It&#8217;s a sock. It&#8217;s a glove. It&#8217;s a hat.<br />\nBut it has OTHER uses. Yes, far beyond that.<br />\nYou can use it for carpets. For pillows! For sheets!<br />\nOr curtains! Or covers for bicycle seats!&#8221;</p></blockquote>\n\n<p>There are <a href=\"https://amzn.to/2JfTljU\">quite a few magic scarves available for purchase on Amazon</a> if you want to try one out for yourself, but check those seller ratings&#8230;some of them look a little sketchy. (via <a href=\"https://twitter.com/dunstan\">@dunstan</a>)</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/fashion\">fashion</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/video\">video</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>Visualizing our world&#8217;s ever-growing urban infrastructure</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/visualizing-our-worlds-ever-growing-urban-infrastructure\" />\n    <id>tag:kottke.org,2018://5.32229</id>\n\n    <published>2018-05-31T21:06:43Z</published>\n    <updated>2018-05-31T21:06:43Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><img src=\"/plus/misc/images/marcus-lyons-01.jpg\" width=\"1400\" height=\"700\" border=\"0\" alt=\"Marcus Lyons\" /></p>\n\n<p><img src=\"/plus/misc/images/marcus-lyons-02.jpg\" width=\"1400\" height=\"700\" border=\"0\" alt=\"Marcus Lyons\" /></p>\n\n<p><img src=\"/plus/misc/images/marcus-lyons-03.jpg\" width=\"1400\" height=\"700\" border=\"0\" alt=\"Marcus Lyons\" /></p>\n\n<p>For his projects <a href=\"http://www.marcuslyon.com/artworks/exodus\">Exodus</a> and <a href=\"http://www.marcuslyon.com/artworks/timeout\">Timeout</a>, Marcus Lyon takes overhead photographs and edits them into fantastical scenes that nonetheless seem plausible. <a href=\"http://www.marcuslyon.com/artworks/timeout/timeout-ii-lax\">LAX</a> isn&#8217;t that large, no <a href=\"http://www.marcuslyon.com/artworks/timeout/timeout-vii-waterparks-houston-texas-usa\">waterpark in Houston</a> has that many pools, and <a href=\"http://www.marcuslyon.com/artworks/exodus/exodus-ii-dubai-uae\">Dubai&#8217;s roads</a> do not have 70+ lanes, but you kinda have to look at satellite imagery on Google Maps to verify the fabrications.</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/art\">art</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/cities\">cities</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Marcus%20Lyons\">Marcus Lyons</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/photography\">photography</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>Simple Dieter Rams prints</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/simple-dieter-rams-prints\" />\n    <id>tag:kottke.org,2018://5.32226</id>\n\n    <published>2018-05-31T19:46:19Z</published>\n    <updated>2018-05-31T19:46:19Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><img src=\"/plus/misc/images/rams-posters.jpg\" width=\"800\" height=\"1116\" border=\"0\" alt=\"Rams Posters\" /></p>\n\n<p>I really like <a href=\"https://www.ohyouprettythings.com/shop/rams-screenprints\">these prints</a> for Rams, <a href=\"https://kottke.org/18/03/rams-a-documentary-about-legendary-designer-dieter-rams\">Gary Hustwit&#8217;s upcoming documentary</a> about the legendary Dieter Rams. Each print features an object designed by Rams or his design team: <a href=\"https://www.radiomuseum.org/r/braun_taschenempf_t41.html\">the T41 radio</a>, <a href=\"http://100usefulthings.com/item/braun-et66-calculator\">the ET66 calculator</a>, <a href=\"https://www.vitsoe.com/us/620\">the 620 chair</a>, and <a href=\"https://www.vitsoe.com/us/606\">the 606 shelving system</a>.</p>\n\n<p>PS. You can <a href=\"https://www.amazon.com/exec/obidos/ASIN/B00EADAPF8/ref=nosim/0sil8\">still buy the calculator from Braun</a>. Ok, it&#8217;s a reissue, but that means it won&#8217;t cost you 100s of dollars on eBay.</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/design\">design</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Dieter%20Rams\">Dieter Rams</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Gary%20Hustwit\">Gary Hustwit</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/movies\">movies</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Rams\">Rams</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>Brutalist cuckoo clocks</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/brutalist-cuckoo-clocks\" />\n    <id>tag:kottke.org,2018://5.32222</id>\n\n    <published>2018-05-31T18:23:25Z</published>\n    <updated>2018-05-31T18:23:25Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>Artist Guido Zimmermann has <a href=\"https://www.guidozimmermann-art.com/cuckoo-blocks\">updated the architectural styling of the cuckoo clock</a> with models based on buildings by Brutalist & Bauhaus architects.</p>\n\n<p><img src=\"/plus/misc/images/modern-cuckoo-clocks-01.jpg\" width=\"1000\" height=\"668\" border=\"0\" alt=\"Modern Cuckoo Clocks\" /></p>\n\n<p><img src=\"/plus/misc/images/modern-cuckoo-clocks-02.jpg\" width=\"1000\" height=\"668\" border=\"0\" alt=\"Modern Cuckoo Clocks\" /></p>\n\n<blockquote><p>The classic cuckoo clock is a symbol for prosperity in the middle class and is considered a kind of luxury for the home. The updated version, a prefabricated panel construction (&#8220;plattenbau&#8221;), reveals today&#8217;s urban and social life in residential blocks.</p></blockquote>\n\n<p>(via <a href=\"http://www.thisiscolossal.com/2018/05/contemporary-takes-on-cuckoo-clocks-by-guido-zimmerman/\">colossal</a>)</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/architecture\">architecture</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/art\">art</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Guido%20Zimmermann\">Guido Zimmermann</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>The 100 best one-hit wonders</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/the-100-best-one-hit-wonders\" />\n    <id>tag:kottke.org,2018://5.32220</id>\n\n    <published>2018-05-31T16:14:12Z</published>\n    <updated>2018-05-31T16:14:12Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>Today&#8217;s playlist is <a href=\"https://open.spotify.com/user/blueseattle/playlist/1CDCoUIcKVtsSZA06YeGvp?si=HTYDwKZDTqu6Z-Im8cBypA\">The 100 Best One-Hit Wonder Songs</a>:</p>\n\n<p><iframe src=\"https://open.spotify.com/embed/user/blueseattle/playlist/1CDCoUIcKVtsSZA06YeGvp\" width=\"300\" height=\"380\" frameborder=\"0\" allowtransparency=\"true\" allow=\"encrypted-media\"></iframe></p>\n\n<p>You can read the rationale behind all 100 picks <a href=\"https://consequenceofsound.net/2016/09/the-100-best-one-hit-wonder-songs/\">on Consequence of Sound</a>.</p>\n\n<blockquote><p>The standard definition (determined by who, Right Said Fred?) of a one-hit wonder is a band who has cracked the Top 40 of the Billboard Hot 100 only once. What, you had a late-career single make 41? Sorry, thanks for playing, but charting 41 isn&#8217;t the same as 40, right? Um, no &#8230; maybe? It gets no easier when you have to wade through dozens of other Billboard charts that count for everything except, apparently, determining a one-hit wonder. And what about all those charts in other countries &#8212; yeah, we ignored them. Great, this list is making us xenophobic now.</p>\n\n<p>But that&#8217;s getting pretty damn technical, and we&#8217;re not numbers people here. Because, technically, Beck is a one-hit wonder. As are the Grateful Dead and even Radiohead if they hadn&#8217;t snuck in at 37 with &#8220;Nude&#8221; back in 2008. Very lucky, Mr. Yorke. Can you imagine if you scrolled through a list of the 100 Best One-Hit Wonder Songs and found Beck sitting at the top spot? You&#8217;d collectively crash our site&#8217;s server in a contest to see which commenter could say the cruelest thing about our music knowledge, mothers, and cats.</p></blockquote>\n\n<p>&#8220;Technically, Beck is a one-hit wonder.&#8221; Also, I feel that Sir Mix-a-Lot should have made the list.</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/best%20of\">best of</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/lists\">lists</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/music\">music</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>The Americans is over, The Americans was great.</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/the-americans-is-over-the-americans-was-great\" />\n    <id>tag:kottke.org,2018://5.32219</id>\n\n    <published>2018-05-31T14:27:03Z</published>\n    <updated>2018-05-31T14:27:03Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>Given the recent Netflix-driven Cambrian explosion in television shows, there is no Best Show On TV&trade; anymore. But over the past few years, even with so many other excellent shows to choose from, The Americans had a legitimate claim to that title. In <a href=\"https://uproxx.com/sepinwall/the-americans-series-finale-recap-start-review-spoilers/\">his review of last night&#8217;s final show</a> (spoilers ahoy!), Alan Sepinwall nails what made the show so compelling to me:</p>\n\n<blockquote><p>Priority-wise, The Americans has always been a show about marriage that used the spycraft to heighten the stakes, rather than an espionage drama that used the family material to make Philip and Elizabeth more relatable. Its chief interest was in the compromises necessary to make any long-term relationship work, about the disagreements every pair of spouses will have about career and parenting and everything else. The assassinations, honeypots, and Stan&#8217;s investigations provided narrative propulsion and suspense, and Soviet ideology was at the heart of every choice Elizabeth made, particularly when it came to Paige, but all of that was thematically secondary to husband/wife and parent/child issues.</p></blockquote>\n\n<p>As I noted in my recent <a href=\"https://kottke.org/18/05/my-media-diet-for-spring-2018\">media diet post</a>, their final season has been very strong, and the series finale held true to the show&#8217;s focus on family in an unexpectedly quiet and powerful way.</p>\n\n<blockquote><p>Could the series have ended with some combination of Jenningses killed or behind bars for life? Certainly, and it wouldn&#8217;t have rang false if it had happened. But the fact that the finale&#8217;s tragedies are all small-scale and family-related &#8212; Elizabeth and Philip abandon one child and are abandoned by the other, Stan learns that his best friend has been betraying him for years, and that his wife may be betraying him in the same way &#8212; feels in keeping with all that we&#8217;ve seen before.</p></blockquote>\n\n<p>I loved the finale &#8212; Stan&#8217;s devastation in particular ruined me&#8230;I&#8217;m going to be thinking about that for a long while &#8212; and Sepinwall&#8217;s recap is typically great. He also <a href=\"https://uproxx.com/sepinwall/the-americans-finale-interview-creators-spoilers/\">interviewed the show&#8217;s creators about the episode</a>, who maddeningly (but correctly, I grudgingly have to admit) won&#8217;t spill the beans on what happens to any of the characters after the events of the show. Other recaps: <a href=\"https://www.nytimes.com/2018/05/30/arts/television/finale-the-americans-recap.html\">NY Times</a>, <a href=\"http://www.vulture.com/2018/05/the-americans-series-finale-review.html\">Vulture</a>, <a href=\"https://tv.avclub.com/the-americans-ends-as-it-lived-tense-affecting-and-o-1826435707\">AV Club</a>.</p>\n\n<p>If you want to catch up, all six seasons of The Americans <a href=\"http://www.amazon.com/exec/obidos/ASIN/B00B8PCLTY/ref=nosim/0sil8\">are available on Amazon</a> (1-5 are Prime, 6 isn&#8217;t yet).</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/Alan%20Sepinwall\">Alan Sepinwall</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/The%20Americans\">The Americans</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/TV\">TV</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>Hundreds of amazing 1980s tech company logos</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/hundreds-of-amazing-1980s-tech-company-logos\" />\n    <id>tag:kottke.org,2018://5.32212</id>\n\n    <published>2018-05-30T20:50:02Z</published>\n    <updated>2018-05-30T20:50:02Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><img src=\"/plus/misc/images/85-tech-logos.jpg\" width=\"1000\" height=\"601\" border=\"0\" alt=\"85 Tech Logos\" /></p>\n\n<p>This 1985 catalog for engineers <a href=\"https://archive.org/stream/bitsavers_unitedTechngineersMasterVol2_242068752/1985_Electronic_Engineers_Master_Vol_2#page/n389/mode/2up\">contains hundreds and hundreds of tech logos from the 70s and 80s</a>. They are glorious.</p>\n\n<p>Marcin Wichary turned more than 1400 of these logos <a href=\"https://aresluna.org/1985-tech-logos/\">into a screensaver</a> &#8220;for your random viewing pleasure&#8221;.</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/design\">design</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/logos\">logos</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Marcin%20Wichary\">Marcin Wichary</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>A visual history of light</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/a-visual-history-of-light\" />\n    <id>tag:kottke.org,2018://5.32210</id>\n\n    <published>2018-05-30T18:33:03Z</published>\n    <updated>2018-05-30T18:33:03Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/MPyOPUzwZ2g\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></p>\n\n<p>From the Atlantic, a quick visual history of human-created light sources over the past ~400,000 years, <a href=\"https://www.theatlantic.com/video/index/560585/visual-history-light/\">from wood fires to candles to the electric light</a>.</p>\n\n<blockquote><p>3,000 BCE: The &#8220;rushlight&#8221; candle is invented in Ancient Egypt. It is made of a pithy stalk of rush soaked in animal fat.</p>\n\n<p>1500 BCE: Babylonian/Assyrian lamps are created from olive or sesame oil. They had a linen wick and were fashioned from stone, terracotta, metal, or shells.</p>\n\n<p>100 CE: The Romans create the tallow candle, which has a small wick with a thick, hand-formed layer of tallow.</p></blockquote>\n\n<p>One of the more interesting inventions along the way was <a href=\"https://www.theatlantic.com/technology/archive/2013/03/tower-of-light-when-electricity-was-new-people-used-it-to-mimic-the-moon/273445/\">the moonlight tower</a>. In the early days of electric lights, mimicking the bright light of the Moon was one of the ways that towns chose to light their streets.</p>\n\n<p><img src=\"/plus/misc/images/moonlight-tower.jpg\" width=\"1000\" height=\"654\" border=\"0\" alt=\"Moonlight Tower\" /></p>\n\n<blockquote><p>Humans, too, found the high-slung orbs to be as disorienting as they were ethereal. As tall as the towers were, they still left shadows in their wake &#8212; shadows tinged with sharp blue light, Freeberg notes, which left pedestrians &#8220;dazed and puzzled.&#8221; Foggy evenings, combined with the air pollution of a newly industrialized America, could thrust all of Detroit into effective darkness &#8212; meaning, Freeberg writes, that &#8220;Detroiters could only speculate about the lovely sight that their lights must be creating as they shone down on the blanket of mist and soot that smothered the city.&#8221; Even during occasions when the fog broke enough to allow some light to penetrate to the streets below, &#8220;many found themselves groping along sidewalks in an eerie gloom.&#8221;</p>\n\n<p>In the end, the many costs of the artificial moonlight outweighed its beauty and poetry. The structures meant to inspire awe among outsiders ended up inspiring, ultimately, something more akin to pity. (&#8220;It appears to me,&#8221; one frank observer put it, &#8220;that you are taking a very expensive way of getting a minimum benefit from the electric lights.&#8221;)</p></blockquote>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/video\">video</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>The top 100 stories that changed the world</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/the-top-100-stories-that-changed-the-world\" />\n    <id>tag:kottke.org,2018://5.32209</id>\n\n    <published>2018-05-30T16:18:15Z</published>\n    <updated>2018-05-30T16:18:15Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>BBC Culture recently polled authors, journalists, and other literary types from 35 different countries and asked them &#8220;to nominate up to five fictional stories they felt had shaped mindsets or influenced history&#8221;. From the responses, they compiled <a href=\"http://www.bbc.com/culture/story/20180521-the-100-stories-that-shaped-the-world\">a list of 100 stories that shaped the world</a>. Here&#8217;s the top 5:</p>\n\n<p>5. <a href=\"https://www.amazon.com/exec/obidos/ASIN/0141023384/ref=nosim/0sil8\">Things Fall Apart</a> (Chinua Achebe, 1958)<br />\n4. <a href=\"https://www.amazon.com/exec/obidos/ASIN/0451524934/ref=nosim/0sil8\">Nineteen Eighty-Four</a> (George Orwell, 1949)<br />\n3. <a href=\"https://www.amazon.com/exec/obidos/ASIN/0486282112/ref=nosim/0sil8\">Frankenstein</a> (Mary Shelley, 1818)<br />\n2. <a href=\"https://www.amazon.com/exec/obidos/ASIN/0486440281/ref=nosim/0sil8\">Uncle Tom&#8217;s Cabin</a> (Harriet Beecher Stowe, 1852)<br />\n1. <a href=\"https://www.amazon.com/exec/obidos/ASIN/0393089053/ref=nosim/0sil8\">The Odyssey</a> (Homer, 8th Century BC)</p>\n\n<p>The Harry Potter series, The Epic of Gilgamesh, and Jane Eyre are also included in the top 20. Oddly, the Hebrew Bible, Christian Bible, Koran, and other religious texts are nowhere to be found on the list. A story like the four gospels of the New Testament has surely changed the world much more than all of the other titles on the list combined. (via <a href=\"https://tinyletter.com/fave5\">fave5</a>)</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/best%20of\">best of</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/books\">books</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/lists\">lists</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>The ABCs in motion</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/the-abcs-in-motion\" />\n    <id>tag:kottke.org,2018://5.32208</id>\n\n    <published>2018-05-30T14:16:38Z</published>\n    <updated>2018-05-30T14:16:38Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><iframe src=\"https://player.vimeo.com/video/268527451\" width=\"640\" height=\"360\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></p>\n\n<p>For this year&#8217;s <a href=\"http://www.36daysoftype.com/\">36 Days of Type</a> project, Ben Huynh submitted this 3D animation of the alphabet from A to Z. You can see animations of the individual letters <a href=\"https://www.instagram.com/huynito/\">on Huynh&#8217;s Instagram</a>. (via <a href=\"http://www.thisiscolossal.com/2018/05/a-colorful-medley-of-inventive-type-animations-puts-the-alphabet-in-motion/\">colossal</a>)</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/alphabet\">alphabet</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Ben%20Huynh\">Ben Huynh</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/design\">design</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/video\">video</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>An explainer video from 1923 about Einstein&#8217;s theory of relativity</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/an-explainer-video-from-1923-about-einsteins-theory-of-relativity\" />\n    <id>tag:kottke.org,2018://5.32211</id>\n\n    <published>2018-05-29T21:13:29Z</published>\n    <updated>2018-05-29T21:13:29Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/bsR1DSHTXSo\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></p>\n\n<p>In 1923, Inkwell Studios<sup id=\"fnref:1527602396\"><a href=\"#fn:1527602396\" rel=\"footnote\">1</a></sup> released a 20-minute animated explanation of Albert Einstein&#8217;s theory of relativity, perhaps one of the very first scientific explainer videos ever made. Films were still silent in those days and the public&#8217;s scientific understanding limited (the discovery of Pluto was 7 years in the future, and penicillin 5 years) so the film is almost excruciatingly slow by today&#8217;s standards, but if you squint hard enough, you can see the great-grandparent to YouTube channels like Kurzgesagt, Nerdwriter, TED Ed, minutephysics, and <a href=\"https://www.youtube.com/results?search_query=einstein+relativity+explained\">the 119,000+ videos on YouTube returned for a &#8220;einstein relativity explained&#8221; search</a>. (via <a href=\"http://www.openculture.com/2018/05/einsteins-theory-of-relativity-explained-in-one-of-the-earliest-science-films-ever-made-1923.html\">open culture</a>)</p>\n\n<ol><li class=\"footnote\" id=\"fn:1527602396\"><p>Inkwell later became <a href=\"https://en.wikipedia.org/wiki/Fleischer_Studios\">Fleischer Studios</a>, which made cartoons like Betty Boop, Popeye, and the first animated Superman series. They also introduced <a href=\"https://en.wikipedia.org/wiki/Bouncing_ball_(music)\">the bouncing ball</a> as a technique for singing along to on-screen lyrics.<a href=\"#fnref:1527602396\" title=\"return to article\">&#x21A9;</a><p></li></ol>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/Albert%20Einstein\">Albert Einstein</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/physics\">physics</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/science\">science</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/video\">video</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>A brief history of fingerprints</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/a-brief-history-of-fingerprints\" />\n    <id>tag:kottke.org,2018://5.32215</id>\n\n    <published>2018-05-29T19:00:09Z</published>\n    <updated>2018-05-29T19:00:09Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><img src=\"/plus/misc/images/smudge-art-03.jpg\" width=\"1000\" height=\"715\" border=\"0\" alt=\"Smudge Art\"></p>\n\n<p>Chantel Tattoli&#8217;s piece for The Paris Review, <a href=\"https://www.theparisreview.org/blog/2018/05/15/the-surprising-history-and-future-of-fingerprints\">The Surprising History (and Future) of Fingerprints</a>, is interesting throughout, but these two things leapt from the screen (italics mine):</p>\n\n<blockquote><p>It is true that every print is unique to every finger, even for identical twins, who share the same genetic code. <em>Fingerprints are formed by friction from touching the walls of our mother&#8217;s womb.</em> Sometimes they are called &#8220;chanced impressions.&#8221; By Week 19, about four months before we are issued into the world, they are set.</p></blockquote>\n\n<p>WHAT?! Is this true? A cursory search shows this might indeed be the case, although it looks as though there&#8217;s not established scientific consensus around the process.</p>\n\n<p>Also, Picasso was fingerprinted as a suspect in the theft of the Mona Lisa from the Louvre:</p>\n\n<blockquote><p>When French authorities interrogated Pablo Picasso, in 1911, at the Palais de Justice about the theft of the Mona Lisa from the Louvre that August, he was clad in his favorite red-and-white polka-dot shirt. Picasso cried. He begged forgiveness. He was in possession of two statuettes filched from the museum, but he hadn&#8217;t taken her.</p></blockquote>\n\n<p>&#8220;In possession of&#8221;? Turns out a pal of Picasso&#8217;s <a href=\"https://www.artsy.net/article/artsy-editorial-picasso-trial-stealing-mona-lisa\">lifted the statuettes from the museum</a>, which was notoriously easy to steal from, and sold them to the artist, who knew exactly what he was buying.</p>\n\n<blockquote><p>True to Pieret&#8217;s testimony, Picasso kept two stolen Iberian statues buried in a cupboard in his Paris apartment. Despite the artist&#8217;s later protestations of ignorance there could be no mistaking their origins. The bottom of each was stamped in bold: PROPERTY OF THE MUS&Eacute;E DU LOUVRE.</p></blockquote>\n\n<p><a href=\"http://www.evan-roth.com/work/multi-touch-finger-paintings/\">Fingerprint art by Evan Roth</a>. (via <a href=\"https://twitter.com/claytoncubitt\">@claytoncubitt</a>)</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/biology\">biology</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Chantel%20Tattoli\">Chantel Tattoli</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/crime\">crime</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Pablo%20Picasso\">Pablo Picasso</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/science\">science</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>You don&#8217;t have a right to believe whatever you want to</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/you-dont-have-a-right-to-believe-whatever-you-want-to\" />\n    <id>tag:kottke.org,2018://5.32206</id>\n\n    <published>2018-05-29T16:57:05Z</published>\n    <updated>2018-05-29T16:57:05Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>Professor of philosophy Daniel DeNicola <a href=\"https://aeon.co/ideas/you-dont-have-a-right-to-believe-whatever-you-want-to\">on the right of people to believe what they want to believe</a>.</p>\n\n<blockquote><p>Unfortunately, many people today seem to take great licence with the right to believe, flouting their responsibility. The wilful ignorance and false knowledge that are commonly defended by the assertion &#8216;I have a right to my belief&#8217; do not meet James&#8217;s requirements. Consider those who believe that the lunar landings or the Sandy Hook school shooting were unreal, government-created dramas; that Barack Obama is Muslim; that the Earth is flat; or that climate change is a hoax. In such cases, the right to believe is proclaimed as a negative right; that is, its intent is to foreclose dialogue, to deflect all challenges; to enjoin others from interfering with one&#8217;s belief-commitment. The mind is closed, not open for learning. They might be &#8216;true believers&#8217;, but they are not believers in the truth.</p></blockquote>\n\n<p>DeNicola is the author of the recent book <a href=\"https://www.amazon.com/exec/obidos/ASIN/0262036444/ref=nosim/0sil8\">Understanding Ignorance</a>.</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/Daniel%20DeNicola\">Daniel DeNicola</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>Sculptures made from scraps</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/sculptures-made-from-scraps\" />\n    <id>tag:kottke.org,2018://5.32207</id>\n\n    <published>2018-05-29T14:39:11Z</published>\n    <updated>2018-05-29T14:39:11Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>Artist Lydia Ricci collects scraps (of paper, cardboard, etc.) and <a href=\"http://www.fromscraps.com/\">sculpts them into everyday objects</a>.</p>\n\n<p><img src=\"/plus/misc/images/from-scraps-01.jpg\" width=\"1000\" height=\"667\" border=\"0\" alt=\"From Scraps\" /></p>\n\n<p><img src=\"/plus/misc/images/from-scraps-02.jpg\" width=\"1000\" height=\"667\" border=\"0\" alt=\"From Scraps\" /></p>\n\n<p><img src=\"/plus/misc/images/from-scraps-03.jpg\" width=\"1000\" height=\"667\" border=\"0\" alt=\"From Scraps\" /></p>\n\n<p><img src=\"/plus/misc/images/from-scraps-04.jpg\" width=\"1000\" height=\"667\" border=\"0\" alt=\"From Scraps\" /></p>\n\n<p>I love these&#8230;and <a href=\"http://www.fromscraps.com/\">there are a ton more to look at</a>. Gah ok, just one more:</p>\n\n<p><img src=\"/plus/misc/images/from-scraps-05.jpg\" width=\"1000\" height=\"667\" border=\"0\" alt=\"From Scraps\" /></p>\n\n<p>(via <a href=\"https://twitter.com/yhaduong\">@yhaduong</a>)</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/art\">art</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Lydia%20Ricci\">Lydia Ricci</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>The whole world is The Onion now</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/the-whole-world-is-the-onion-now\" />\n    <id>tag:kottke.org,2018://5.32202</id>\n\n    <published>2018-05-25T18:00:00Z</published>\n    <updated>2018-05-25T18:00:00Z</updated>\n\n    <author>\n        <name>Tim Carmody</name>\n        <uri>http://snarkmarket.com/</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><em>(A version of this story is an <a href=\"https://mailchi.mp/kottke/noticing-cheaters-monopoly-is-the-game-for-our-time-5252018\">excerpt from this week&#8217;s Noticing newsletter</a>. You can <a href=\"http://kottke.org/newsletter\">read more about Noticing here</a>.) </em></p>\n\n<p>In a rare interview, Italian author Elena Ferrante observes that between corruption, poverty, violence, fear, and the deterioration of democracy, &#8220;<a href=\"http://www.latimes.com/books/la-ca-jc-elena-ferrante-interview-20180517-htmlstory.html\">today it seems to me that the whole world is Naples</a> and that Naples has the merit of having always presented itself without a mask.&#8221; The world of Ferrante&#8217;s novels is the world in which we&#8217;ve all been living; the rest of us are just catching up to what Neapolitans have known all along.</p>\n\n<p>It seems you could make a similar case for The Onion in the time of Trump: the world was already absurd and buffoonish, and now it&#8217;s taken off its mask. It does make telling jokes a touch more tricky. Editor-in-chief Chad Nackers <a href=\"https://www.politico.com/story/2018/05/20/donald-trump-onion-stories-597809\">explains the site&#8217;s approach</a>, admitting that the writers&#8217; job would probably be easier if Hillary Clinton had been elected. </p>\n\n<p>What strikes me is how much he attributes to the site&#8217;s changes over the years isn&#8217;t to the administration, but to the atmosphere, which has changed since the days of Bill Clinton (and not just because of who&#8217;s been elected since).</p>\n\n<blockquote>When I started, there weren&#8217;t really too many humor sites. There definitely weren&#8217;t any humor news sites. A lot of times, nobody else was going to get their comment out as fast as we were going to get it out, by virtue of us having a website. Now it almost seems like on Twitter there are people who are professional comedians who are online all day. A story breaks and they&#8217;re making jokes about it.</blockquote>\n\n<p>Andy Baio recently <a href=\"https://twitter.com/i/web/status/999699093277442048\">posted</a> a link that shows you your <a href=\"https://t.co/41a6iQcYhc\">Twitter timeline as it would have looked ten years ago</a> if you followed all the same people that you do today. For me, at least, it&#8217;s amazing how different the tone is &#8212; even in the middle of an historic election, in the early stages of an <a href=\"https://en.wikipedia.org/wiki/Great_Recession\">enormous economic meltdown</a>, there&#8217;s a lot less politics, a lot less sniping, and a lot more diaristic writing. It&#8217;s not necessarily better; it&#8217;s just very different. And all of those things were happening then &#8212; it&#8217;s just that Twitter wasn&#8217;t understood as the venue where every stance was to be articulated, every statement was to be critiqued, and every line was to be drawn. There were fewer people around, it was a lot more homogenous, and far fewer people were paying attention.</p>\n\n<p>I wonder often how future historians will think about this time (you know, with the usual grisly caveat that people survive to do history in the future): how much of today&#8217;s ugliness, violence, and corruption they will think of as an aberration of one man, or one family, one political party, one social media network, one television network, etc. </p>\n\n<p>Or will they see it as an interlocking, self-contradictory system, all of which had a history, and all of whose parts shaped and enabled what happened &#8212; hopefully, good and bad things. I mean, even the people who&#8217;ve argued that <a href=\"https://kottke.org/18/05/the-coup-has-already-happened\">the coup has already happened</a> can&#8217;t agree on whether it began with the election, with Congress, or some time long before. </p>\n\n<p>Maybe the future historians will be better at disentangling these things than we are. Or maybe we&#8217;re just all hopelessly tangled.</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/media\">media</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/politics\">politics</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>In defense of boredom</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/in-defense-of-boredom\" />\n    <id>tag:kottke.org,2018://5.32201</id>\n\n    <published>2018-05-25T17:30:00Z</published>\n    <updated>2018-05-25T17:30:00Z</updated>\n\n    <author>\n        <name>Tim Carmody</name>\n        <uri>http://snarkmarket.com/</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>Monica Heisey was recently stuck on an airplane without much to do. Luckily, she made an essay out of it. &#8220;<a href=\"https://medium.com/s/in-defense-of-the-worst-human-emotions/being-bored-is-fun-and-good-sorry-d6087151ef03\">Being Bored Is Fun and Good, Sorry</a>&#8221; is (surprisingly?) crackling with energy and insight. </p>\n\n<blockquote>In 2018, it is easy and common to be tired, depressed, burnt out, dulled, vibrating with mundane panic, desperate for the sweet release of death, etc. But to be peacefully understimulated with no relief in sight is almost impossible. The average person&#8217;s life is full of little tasks to complete, group chats to respond &#8220;haha, yeah&#8221; to, emails to circle back on, and people you went to high school with to determinedly ignore on the bus. The entire world is one giant beeping alert to things we should do or can do or will do in the future, things we are doing at that moment but could be doing faster. It&#8217;s more or less impossible to be bored. Bored means there are not thousands of to-do&#8217;s to accomplish. Bored means it doesn&#8217;t matter that there&#8217;s not. Bored means you are free. In a time of endless, empty stimuli, it is a thrill to be understimulated.</blockquote>\n\n<p>That said, I feel like there&#8217;s something of a bait-and-switch here. There&#8217;s boredom, which for me is defined by the frustration at having nothing appealing to do, and then there&#8217;s a lack of busyness or stimulation, which offers the possibility of a zen-like moment that transcends that frustration. We might call them both boredom, but they&#8217;re really not the same thing. But this is splitting hairs. The point is, opportunities for boredom can also be opportunities to be something better than busy, if you approach them the right way.</p>]]>\n\n\n    </content>\n</entry>\n\n<entry>\n    <title>Mosaicism, or DNA differences from cell to cell (not just person to person)</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/mosaicism-or-dna-differences-from-cell-to-cell-not-just-person-to-person\" />\n    <id>tag:kottke.org,2018://5.32200</id>\n\n    <published>2018-05-25T17:15:30Z</published>\n    <updated>2018-05-25T17:15:30Z</updated>\n\n    <author>\n        <name>Tim Carmody</name>\n        <uri>http://snarkmarket.com/</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>Science writer Carl Zimmer has a new book on genetics and heredity called <em><a href=\"https://www.amazon.com/exec/obidos/ASIN/1101984597/ref=nosim/0sil8\">She Has Her Mother&#8217;s Laugh</a></em>. The New York Times published an excerpt this week focusing on mosaicism &#8212; an unexpected but surprisingly common condition where different cells in the same organism display different DNA (sometimes strikingly, fatally different).</p>\n\n<blockquote><p>Dr. Walsh and his colleagues have discovered intricate mosaics in the brains of healthy people. In one study, they plucked neurons from the brain of a 17-year-old boy who had died in a car accident. They sequenced the DNA in each neuron and compared it to the DNA in cells from the boy&#8217;s liver, heart and lungs.</p>\n\n<p>Every neuron, the researchers found, had hundreds of mutations not found in the other organs. But many of the mutations were shared only by some of the other neurons.</p>\n\n<p>It occurred to Dr. Walsh that he could use the mutations to reconstruct the cell lineages &#8212; to learn how they had originated. The researchers used the patterns to draw a sort of genealogy, linking each neuron first to its close cousins and then its more distant relatives.</p>\n\n<p>When they had finished, the scientists found that the cells belonged to five main lineages. The cells in each lineage all inherited the same distinctive mosaic signature.</p>\n\n<p>Even stranger, the scientists found cells in the boy&#8217;s heart with the same signature of mutations found in some brain neurons. Other lineages included cells from other organs.</p>\n\n<p>Based on these results, the researchers pieced together <a href=\"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4664477\">a biography of the boy&#8217;s brain</a>.</p></blockquote>\n\n<p>I&#8217;ve always been drawn to the idea that <a href=\"https://twitter.com/tcarmody/status/651181060558974976\">each of us are many people</a>, an assembly of mismatched parts, manifesting themselves in different times and contexts. It&#8217;s striking to see that reflected, albeit in a refracted way, in our array of possible genomes.</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/Carl%20Zimmer\">Carl Zimmer</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/DNA\">DNA</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/medicine\">medicine</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>The history of escape</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/the-history-of-escape\" />\n    <id>tag:kottke.org,2018://5.32198</id>\n\n    <published>2018-05-25T15:30:00Z</published>\n    <updated>2018-05-25T15:30:00Z</updated>\n\n    <author>\n        <name>Tim Carmody</name>\n        <uri>http://snarkmarket.com/</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>On the heels of Texas&#8217;s lieutenant governor blaming school shootings on &#8220;<a href=\"https://www.washingtonpost.com/news/post-nation/wp/2018/05/19/texas-official-says-that-fewer-doors-could-mean-fewer-school-shootings-we-had-experts-weigh-in/?noredirect=on&utm_term=.33da028e8487\">too many entrances and too many exits</a>&#8221; in buildings, 99% Invisible producer Avery Trufelman linked to this episode on <a href=\"https://99percentinvisible.org/episode/good-egress/\">the architectural history of egress</a>, or orderly escape from a building in the case of a fire or some other emergency.</p>\n\n<p>In the 19th century, most fire escapes were simple ropes:</p>\n\n<blockquote><p>One engineer actually thought that, instead of dispatching the ropes from indoors, archers could shoot the ropes up to the higher floors.</p>\n\n<p>Another patent proposed individual parachute hats, with accompanying rubber shoes to break the fall.</p>\n\n<p>There were also fire escape slides, which were marketed to schools as both emergency devices and playground equipment.</p></blockquote>\n\n<p><img src=\"/plus/misc/images/fireescapeslide.jpg\" width=\"600\" height=\"427\"  border=\"0\" alt=\"fireescapeslide.jpg\" /></p>\n\n<p>Even the iconic metal fire escapes attached to tenement buildings are a pretty poor form of egress; they&#8217;re not accessible, and since people generally don&#8217;t use them to enter or exit a building in normal circumstances, they don&#8217;t know how to locate or use them in a fire. Which is how we get to stairs behind a fire door, with clear, lit-up exits, as the main means of egress for tall buildings today. And nonresidential buildings like schools, hospitals, and commercial buildings have the strictest ratings and the most effective means of escape &#8212; which is a big part of why so few people die in fires in these buildings. </p>\n\n<p>Who would have thought a little regulation and a modern, scientific approach could save so many lives?</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/architecture\">architecture</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>Intricate circuit board model sculpted from plasticine clay</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/intricate-circuit-board-model-sculpted-from-plasticine-clay\" />\n    <id>tag:kottke.org,2018://5.32197</id>\n\n    <published>2018-05-25T14:45:00Z</published>\n    <updated>2018-05-25T14:45:00Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><img src=\"/plus/misc/images/modified-man-01.jpg\" width=\"1400\" height=\"934\" border=\"0\" alt=\"Modified Man\" /></p>\n\n<p><img src=\"/plus/misc/images/modified-man-02.jpg\" width=\"1400\" height=\"934\" border=\"0\" alt=\"Modified Man\" /></p>\n\n<p>When commissioned to create some artwork for a London music duo, Tim Easley spent 80 hours making <a href=\"https://www.behance.net/gallery/64821947/Modified-Man\">this model circuit board out of plasticine clay</a>.</p>\n\n<blockquote><p>The idea behind the cover was how the modified men of the future may make artwork out of ancient circuit boards, not quite understanding what they were for because of their crude appearance. For this I created a design with representations of computer chips and wires.</p></blockquote>\n\n<p>He then photographed the results for an album cover and other printed matter. (via <a href=\"http://www.thisiscolossal.com/2018/05/an-intricate-circuit-board-formed-with-thousands-of-miniature-modeling-clay-pieces-by-tim-easley/\">colossal</a>)</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/art\">art</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Tim%20Easley\">Tim Easley</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>My media diet for Spring 2018</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/my-media-diet-for-spring-2018\" />\n    <id>tag:kottke.org,2018://5.32192</id>\n\n    <published>2018-05-24T20:56:12Z</published>\n    <updated>2018-05-24T20:56:12Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>I&#8217;ve been keeping track of every media thing I &#8220;consume&#8221;, so here are quick reviews of some things I&#8217;ve read, seen, heard, and experienced in the past month or so. I went to Florida with my kids and we did the Harry Potter thing at Universal & visited the Space Coast. I stopped watching Mr. Robot s03 after two episodes. Still making my way through <a href=\"http://www.amazon.com/exec/obidos/ASIN/B005HEVBGG/ref=nosim/0sil8\">Star Trek: Voyager</a> when I want something uncomplicated to watch in the evening. (Ignore the letter grades, they suck.)</p>\n\n<p><a href=\"http://www.amazon.com/exec/obidos/ASIN/B07BDFTN2T/ref=nosim/0sil8\">The Americans</a>. This season, the show&#8217;s last, has been <em>fantastic</em>. It&#8217;s idiotic to say The Americans is the best show on TV with like 50,000 shows on Netflix alone, but after five strong seasons and this finish, they&#8217;ve earned it. (A)</p>\n\n<p><a href=\"https://www.rebelgirls.co/pages/podcast-1\">Good Night Stories for Rebel Girls: The Podcast</a>. <a href=\"https://kottke.org/18/04/good-night-stories-for-rebel-girls-in-audio-format\">I wrote an appreciation of this</a> a few weeks ago. (A-)</p>\n\n<p><a href=\"https://www.amazon.com/exec/obidos/ASIN/1524761435/ref=nosim/0sil8\">Am I There Yet?</a> by Mari Andrew. I love Andrew&#8217;s <a href=\"https://www.instagram.com/bymariandrew/\">Instagram feed</a> but even so, her book surprised me with timeless and universal themes woven into her life story. (A-)</p>\n\n<p><a href=\"https://www.hulu.com/the-handmaids-tale\">The Handmaid&#8217;s Tale</a>. The first season of this show was great and season two picks up right where it left off. I binged the first six episodes of this across two nights and came away shellshocked. (A)</p>\n\n<p><a href=\"https://www.netflix.com/title/80145240\">Wild Wild Country</a>. Not sure why anyone followed the Bhagwan anywhere, but Sheela on the other hand&#8230; There were several interesting threads in this documentary that didn&#8217;t quite get pulled together in the final episode. (B+)</p>\n\n<p><a href=\"https://www.universalorlando.com/web/en/us/universal-orlando-resort/the-wizarding-world-of-harry-potter/hub/index.html\">The Wizarding World of Harry Potter at Universal Studios Florida</a>. The tickets for this were incredibly expensive and worth every damn penny. This was very nearly a religious experience. (A+)</p>\n\n<p><a href=\"http://www.amazon.com/exec/obidos/ASIN/B078JPXYFL/ref=nosim/0sil8\">Downsizing</a>. I wanted more from this about the implications of the evolution of humans into <a href=\"https://kottke.org/16/09/meet-the-nano-sapiens\">nano sapiens</a>. Still, better than many critics & audiences suggested. (B)</p>\n\n<p><a href=\"https://itunes.apple.com/us/app/brain-it-on-physics-puzzles/id985367692?mt=8?mt=8&amp;at=11l7dq&amp;ct=blog\">Brain It On</a>. I saw my daughter playing this physics puzzler on her iPad and basically grabbed it away from her and played for 24 straight hours. (A-)</p>\n\n<p><a href=\"https://www.hbo.com/westworld\">Westworld</a>. Watching this every week feels like a chore. Even though the safeties are off, everything that happens in the parks feels consequence-free. I don&#8217;t care about the robots. Should I? (C+)</p>\n\n<p><a href=\"http://www.amazon.com/exec/obidos/ASIN/B009EEQAT8/ref=nosim/0sil8\">Fantastic Mr. Fox</a>. Stop-motion animation might be Anderson&#8217;s natural medium because he can shoot everything *exactly* like he wants. (A-)</p>\n\n<p><a href=\"http://www.isleofdogsmovie.com/\">Isle of Dogs</a>. Loved this. The style of it made me want to design something amazing. I could have watched the sushi-making scene for like 15 more minutes. (A)</p>\n\n<p><a href=\"https://craigmod.com/onmargins/004/\">On Margins - The Making of Rebel Girls</a>. Craig Mod talks to co-creator Elena Favilli about how <a href=\"https://www.amazon.com/exec/obidos/ASIN/B0757X8GWM/ref=nosim/0sil8\">Good Night Stories for Rebel Girls</a> came about and came to be so successful. (B+)</p>\n\n<p><a href=\"http://restaurantlexpress.com/en/\">L&#8217;Express</a>. A classic Montreal restaurant. Best steak frites I&#8217;ve had in a long while. (A-)</p>\n\n<p><a href=\"https://www.netflix.com/title/80136321\">Babylon Berlin</a>. Super stylish. The dance scene in the second episode is amazing. The best things about the show are <a href=\"https://kottke.org/18/04/music-from-babylon-berlin\">the music</a> and the world-building in the first few episodes. (B+)</p>\n\n<p><a href=\"http://www.amazon.com/exec/obidos/ASIN/B07B8NGLWD/ref=nosim/0sil8\">Death of Stalin</a>. I love that people still make films like this. Most of the audience I saw this with had no idea what to make of it or why a few people were laughing so hard at some parts. (B+)</p>\n\n<p><a href=\"https://www.kennedyspacecenter.com/\">Kennedy Space Center</a>. The <a href=\"https://kottke.org/17/08/my-2017-total-solar-eclipse-trip\">solar eclipse</a> last summer awakened the space/astronomy nerd in me, so this visit was incredible. We saw a Space Shuttle, a Saturn V rocket, the VAB, and a whole mess of other great things. Thinking of going back for their <a href=\"https://www.kennedyspacecenter.com/camps-and-education/astronaut-training-experience\">Astronaut Training Experience</a>. (A+)</p>\n\n<p><a href=\"https://en.wikipedia.org/wiki/Avengers:_Infinity_War\">Avengers: Infinity War</a>. The ending of this left me stunned&#8230;it broke the fourth wall in a unique way. (B+)</p>\n\n<p><a href=\"https://en.wikipedia.org/wiki/A_Quiet_Place_(film)\">A Quiet Place</a>. This entire movie is a metaphor for trying to keep small children quiet on a long plane flight. (B)</p>\n\n<p><a href=\"https://www.amazon.com/exec/obidos/ASIN/0735211752/ref=nosim/0sil8\">Broad Band: The Untold Story of the Women Who Made the Internet</a> by Claire Evans. This book demonstrates that telling the story of technology, programming, and the internet mainly through the many women who helped build it all is just as plausible and truthful as telling the traditionally women-free tale we&#8217;ve typically been exposed to. (B+)</p>\n\n<p><a href=\"https://kottke.org/18/05/the-songs-of-the-years-1925-2018\">Songs of the Years, 1925-2018</a>. So glad this playlist is back in my life. (A-)</p>\n\n<p><a href=\"http://www.amazon.com/exec/obidos/ASIN/B009GEEMLY/ref=nosim/0sil8\">The Avengers</a>. I&#8217;d forgotten where all the Infinity Stones came from, so I&#8217;ve gone back and watched this, Avengers: Age of Ultron, and the first Thor movie. Fascinating to see the changes in the filmmaking and pacing. If Infinity War had been made with the pace of <a href=\"http://www.amazon.com/exec/obidos/ASIN/B005H9B2CE/ref=nosim/0sil8\">Thor</a> (directed by Kenneth Branagh!), it would have been 5 hours long. (B+)</p>\n\n<p><a href=\"https://www.nytimes.com/interactive/2018/podcasts/caliphate-isis-rukmini-callimachi.html\">Caliphate</a>. Gripping and disturbing and very nearly a must-listen. But I keep showing up places shellshocked after listening to it in the car. (A)</p>\n\n<p><a href=\"https://shop.astronomerswithoutborders.org/products/awb-onesky-reflector-telescope\">AWB OneSky Reflector Telescope</a>. When I looked through this for the first time <a href=\"https://www.instagram.com/p/BjD_QZyBDBk/\">at the Moon</a>, my first thought was &#8220;WHOA&#8221;. My second was &#8220;I should have bought a more powerful telescope&#8221;. Luckily I can just buy more lenses for it&#8230; (A)</p>\n\n<p>I&#8217;ve been doing this for <a href=\"https://kottke.org/17/04/some-things-ive-read-seen-and-heard-in-the-past-few-months\">more than a year</a> now! Past installments of my media diet <a href=\"https://kottke.org/tag/media%20diet\">can be found here</a>.</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/books\">books</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/food\">food</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/media%20diet\">media diet</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/movies\">movies</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/music\">music</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/podcasts\">podcasts</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/TV\">TV</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/video%20games\">video games</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>The official &#8220;Cheaters Edition&#8221; of Monopoly</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/the-official-cheaters-edition-of-monopoly\" />\n    <id>tag:kottke.org,2018://5.32191</id>\n\n    <published>2018-05-24T18:43:14Z</published>\n    <updated>2018-05-24T18:43:14Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><img src=\"/plus/misc/images/monopoly-cheaters.jpg\" width=\"1000\" height=\"580\" border=\"0\" alt=\"Monopoly Cheaters\" /></p>\n\n<p>Hasbro has come out with an official &#8220;Cheaters Edition&#8221; of Monopoly (<a href=\"https://www.amazon.com/exec/obidos/ASIN/B0771YL7DZ/ref=nosim/0sil8\">available at Amazon</a>) where popular game cheats like stealing money from the bank, busting out of jail early, and taking a hotel from another player have been added to the gameplay. <a href=\"https://www.fastcodesign.com/90172834/50-of-monopoly-players-cheat-so-hasbro-redesigned-it-for-them\">Fast Company has more</a> on how the game came to be.</p>\n\n<blockquote><p>&#8220;We&#8217;ve had this data for years. 50% of all Monopoly players cheat,&#8221; says Randy Klimpert, Hasbro&#8217;s senior director of design and games development. This fact of life was always something of a running joke within the walls of Hasbro. It became the giggly fodder of proposed ad campaigns. Employees got a kick out of listening to the messages left on its holiday helpline, established in 2016, to help families settle disputes in their games and address accusations of creative cheating. &#8220;We were literally sitting around thinking, &#8216;what would really corrupt Monopoly?&#8217; And someone said, &#8216;what if we cheated?&#8217;&#8221;</p>\n\n<p>&#8220;Our senior marketer&#8230; you could see him mulling it,&#8221; Klimpert continues. &#8220;Monopoly&#8230; cheaters&#8230; Cheater Edition!&#8221; Hasbro instantly had the hook for a new game. But how do you make a game for cheaters that&#8217;s still sensical and fun?</p></blockquote>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/games\">games</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Monopoly\">Monopoly</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>Global warming blankets</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/global-warming-blankets\" />\n    <id>tag:kottke.org,2018://5.32179</id>\n\n    <published>2018-05-24T15:43:14Z</published>\n    <updated>2018-05-24T15:43:14Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>Using simple graphic representations of annual temperatures (like <a href=\"https://twitter.com/ed_hawkins/status/998910476103897088\">this one</a> posted by climate scientist Ed Hawkins), people are knitting and crocheting blankets that show just how warm the Earth has gotten over the past few decades. See <a href=\"https://www.facebook.com/katie.stumpf.1/posts/10155566032245056\">Katie Stumpf&#8217;s blanket</a>, for example.</p>\n\n<p><img src=\"/plus/misc/images/global-warming-blankets.jpg\" width=\"1000\" height=\"1000\" border=\"0\" alt=\"Global Warming Blankets\" /></p>\n\n<p><a href=\"https://elliehighwood.com/2017/06/12/climatechangecrochet-the-global-warming-blanket/\">According to climate scientist (and crocheter) Ellie Highwood</a>, these blankets are a subset of &#8220;temperature blankets&#8221; made to represent, for example, daily temperatures over the course of a year in a particular location. The blanket she crocheted used NOAA data of global mean temperature anomalies for a 101-year period ending 2016.</p>\n\n<blockquote><p>I then devised a colour scale using 15 different colours each representing a 0.1 &deg;C data bin. So everything between 0 and 0.099 was in one colour for example. Making a code for these colours, the time series can be rewritten as in the table below. It is up to the creator to then choose the colours to match this scale, and indeed which years to include. I was making a baby sized blanket so chose the last 100 years, 1916-2016.</p></blockquote>\n\n<p>If you read <a href=\"https://elliehighwood.com/2017/06/12/climatechangecrochet-the-global-warming-blanket/\">her post</a>, she provides instructions for making your own global warming blanket.</p>\n\n<p>P.S. You might think that with the Earth&#8217;s atmosphere getting warmer on average, these blankets would ironically be less necessary that they would have been 50 years ago. But climate change is also responsible for <a href=\"https://www.climaterealityproject.org/blog/perfect-storm-extreme-winter-weather-bitter-cold-and-climate-change\">more extreme winter weather events</a> &#8212; think global weirding in addition to global warming. So keep those blankets handy!</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/Ed%20Hawkins\">Ed Hawkins</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Ellie%20Highwood\">Ellie Highwood</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/fashion\">fashion</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/global%20warming\">global warming</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Katie%20Stumpf\">Katie Stumpf</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/science\">science</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>The arrested development of the Arrested Development cast</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/the-arrested-development-of-the-arrested-development-cast\" />\n    <id>tag:kottke.org,2018://5.32190</id>\n\n    <published>2018-05-24T13:30:54Z</published>\n    <updated>2018-05-24T13:30:54Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>Sopan Deb recently sat down with some of the cast of Arrested Development (Jeffrey Tambor, Tony Hale, Jason Bateman, Alia Shawkat, Jessica Walter, Will Arnett, and David Cross) <a href=\"https://www.nytimes.com/2018/05/23/arts/television/arrested-development-netflix-interview-jeffrey-tambor.html\">for an interview</a> about the show&#8217;s upcoming new season. Deb asked the group about <a href=\"https://www.hollywoodreporter.com/features/lines-got-blurred-jeffrey-tambor-an-up-close-look-at-harassment-claims-transparent-1108939\">the allegations against Tambor related to his work on Transparent</a>, and Walter (who plays Lucille Bluth on the show) begins to cry as the men in the room, particularly Bateman, offer explanations for Tambor&#8217;s on-set verbal abuse of her.</p>\n\n<blockquote><p>BATEMAN: Again, not to belittle it or excuse it or anything, but in the entertainment industry it is incredibly common to have people who are, in quotes, &#8220;difficult.&#8221; And when you&#8217;re in a privileged position to hire people, or have an influence in who does get hired, you make phone calls. And you say, &#8220;Hey, so I&#8217;ve heard X about person Y, tell me about that.&#8221; And what you learn is context. And you learn about character and you learn about work habits, work ethics, and you start to understand. Because it&#8217;s a very amorphous process, this sort of [expletive] that we do, you know, making up fake life. It&#8217;s a weird thing, and it is a breeding ground for atypical behavior and certain people have certain processes.</p>\n\n<p>SHAWKAT: But that doesn&#8217;t mean it&#8217;s acceptable. And the point is that things are changing, and people need to respect each other differently.</p>\n\n<p>WALTER [THROUGH TEARS]: Let me just say one thing that I just realized in this conversation. I have to let go of being angry at him. He never crossed the line on our show, with any, you know, sexual whatever. Verbally, yes, he harassed me, but he did apologize. I have to let it go. [Turns to Tambor.] And I have to give you a chance to, you know, for us to be friends again.</p>\n\n<p>TAMBOR: Absolutely.</p>\n\n<p>WALTER: But it&#8217;s hard because honestly &#8212; Jason says this happens all the time. In like almost 60 years of working, I&#8217;ve never had anybody yell at me like that on a set. And it&#8217;s hard to deal with, but I&#8217;m over it now. I just let it go right here, for The New York Times.</p></blockquote>\n\n<p>Walter stated that Tambor apologized, but none of the men in the room said anything as simple as &#8220;that was inappropriate&#8221; or &#8220;that shouldn&#8217;t have happened to you&#8221;, even as they circle the wagons for Tambor. Although <a href=\"https://twitter.com/batemanjason/status/999595574306459648\">Bateman</a> <a href=\"https://twitter.com/batemanjason/status/999595735212609536\">later</a> <a href=\"https://twitter.com/batemanjason/status/999595973553852416\">apologized</a> <a href=\"https://twitter.com/batemanjason/status/999596036451717122\">on Twitter</a> for mansplaining, it seems like they haven&#8217;t really been listening to their colleagues and peers over the past several months about what it might be like being a women on the set of one of these shows.</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/Arrested%20Development\">Arrested Development</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/interviews\">interviews</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Jason%20Bateman\">Jason Bateman</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Jeffrey%20Tambor\">Jeffrey Tambor</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Jessica%20Walter\">Jessica Walter</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Sopan%20Deb\">Sopan Deb</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/TV\">TV</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>A graceful underwater dance by freediver Julie Gautier</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/a-graceful-underwater-dance-by-freediver-julie-gautier\" />\n    <id>tag:kottke.org,2018://5.32178</id>\n\n    <published>2018-05-23T18:10:24Z</published>\n    <updated>2018-05-23T18:10:24Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/bdBuDg7mrT8\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></p>\n\n<p>Ama is a short film that was written, directed, and performed by freediver Julie Gautier.</p>\n\n<blockquote><p>Ama is a silent film. It tells a story everyone can interpret in their own way, based on their own experience. There is no imposition, only suggestions.</p>\n\n<p>I wanted to share my biggest pain in this life with this film. For this is not too crude, I covered it with grace. To make it not too heavy, I plunged it into the water.</p>\n\n<p>I dedicate this film to all the women of the world.</p></blockquote>\n\n<p>This is really beautiful. Watch it all the way through&#8230;the end is not to be missed. (via <a href=\"http://www.swiss-miss.com/\">swissmiss</a>)</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/dance\">dance</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/free%20diving\">free diving</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Julie%20Gautier\">Julie Gautier</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/video\">video</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>Bill Gates&#8217; reading recommendations for Summer 2018</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/bill-gates-reading-recommendations-for-summer-2018\" />\n    <id>tag:kottke.org,2018://5.32184</id>\n\n    <published>2018-05-23T15:57:33Z</published>\n    <updated>2018-05-23T15:57:33Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>As he does every year, voracious reader Bill Gates has <a href=\"https://www.gatesnotes.com/About-Bill-Gates/Summer-Books-2018\">recommended five books worth reading this summer</a>. Gates&#8217; recommendations often have a <a href=\"https://kottke.org/18/03/i-recommend-that-you-read-the-wizard-and-the-prophet\">Wizard</a> bent and the video he produced for the list probably had a greater budget than the amount I&#8217;ve spent on running kottke.org over the past 5 years:</p>\n\n<p><iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/pwGbwYAfSmg\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe></p>\n\n<p>The book I&#8217;m most curious about is <a href=\"https://www.amazon.com/exec/obidos/ASIN/0316392006/ref=nosim/0sil8\">Origin Story: A Big History of Everything</a> by David Christian. I&#8217;ve long wanted to check out <a href=\"https://www.bighistoryproject.com/home\">his Big History course</a> (due to <a href=\"https://www.nytimes.com/2014/09/07/magazine/so-bill-gates-has-this-idea-for-a-history-class.html\">another Gates rec</a>) and this seems like a good way to do that.</p>\n\n<blockquote><p>David created my favorite course of all time, Big History. It tells the story of the universe from the big bang to today&#8217;s complex societies, weaving together insights and evidence from various disciplines into a single narrative. If you haven&#8217;t taken Big History yet, Origin Story is a great introduction. If you have, it&#8217;s a great refresher. Either way, the book will leave you with a greater appreciation of humanity&#8217;s place in the universe.</p></blockquote>\n\n<p>Here are his four other recommendations:</p>\n\n<p><a href=\"https://www.amazon.com/exec/obidos/ASIN/1501139150/ref=nosim/0sil8\">Leonardo da Vinci</a> by Walter Isaacson.<br />\n<a href=\"https://www.amazon.com/exec/obidos/ASIN/0812985400/ref=nosim/0sil8\">Lincoln in the Bardo</a> by George Saunders.<br />\n<a href=\"https://www.amazon.com/exec/obidos/ASIN/0399592067/ref=nosim/0sil8\">Everything Happens for a Reason: And Other Lies I&#8217;ve Loved</a> by Kate Bowler.<br />\n<a href=\"https://www.amazon.com/exec/obidos/ASIN/1250107814/ref=nosim/0sil8\">Factfulness: Ten Reasons We&#8217;re Wrong About the World - and Why Things Are Better Than You Think</a> by Hans Rosling.</p>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/Bill%20Gates\">Bill Gates</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/books\">books</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/David%20Christian\">David Christian</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/lists\">lists</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Origin%20Story\">Origin Story</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/video\">video</a>]]>\n    </content>\n</entry>\n\n<entry>\n    <title>The Songs of the Years, 1925-2018</title>\n    <link rel=\"alternate\" type=\"text/html\" href=\"https://kottke.org/18/05/the-songs-of-the-years-1925-2018\" />\n    <id>tag:kottke.org,2018://5.32183</id>\n\n    <published>2018-05-23T14:09:25Z</published>\n    <updated>2018-05-23T14:09:25Z</updated>\n\n    <author>\n        <name>Jason Kottke</name>\n        <uri>http://www.kottke.org</uri>\n    </author>\n    <content type=\"html\" xml:lang=\"en\" xml:base=\"https://kottke.org/\">\n        <![CDATA[<p>Back at the end of 2010, Ben Greenman <a href=\"https://www.newyorker.com/news/news-desk/songs-of-the-years\">created a playlist</a> for the New Yorker&#8217;s holiday party that featured one song from each year of the magazine&#8217;s existence ordered chronologically.</p>\n\n<p><iframe src=\"https://open.spotify.com/embed/user/tom.whitwell/playlist/4H0GZRHX1o8KO6m2gi8FPd\" width=\"300\" height=\"380\" frameborder=\"0\" allowtransparency=\"true\" allow=\"encrypted-media\"></iframe></p>\n\n<blockquote><p>At the party, the mix worked like a charm. Jazz and blues greeted the early arrivals, and as the party picked up, the mood became romantic (thanks to the big-band and vocal recordings of the late thirties and forties), energetic (thanks to early rock and roll like Fats Domino and Jackie Brenston in the early fifties), funky (James Brown in 1973, Stevie Wonder in 1974), and kitschy (the eighties), after which it erupted into a bright riot of contemporary pop and hip-hop (Rihanna! Kanye! M.I.A.! Lil Jon!).</p></blockquote>\n\n<p>After Greenman&#8217;s list was published, others created playlists from it on Rdio, YouTube, and Spotify. I listened to this playlist a lot on Rdio back then; it was the perfect way to time travel through the 20th and early 21st centuries in just a few hours.</p>\n\n<p>I was reminded of the list yesterday after <a href=\"https://twitter.com/lauraolin/status/998944952842375169\">Laura Olin asked about favorite Spotify playlists</a> and discovered that <a href=\"https://open.spotify.com/user/tom.whitwell/playlist/4H0GZRHX1o8KO6m2gi8FPd\">Tom Whitwell&#8217;s playlist</a> was still around. He&#8217;d created it back in the early days of streaming music services, when Spotify was available only in Europe, so some of the songs had gone missing and others, like those by Michael Jackson & The Beatles, who didn&#8217;t allow their music on streaming services then. With Whitwell&#8217;s kind permission, I went in and tidied up the list, finding the proper song for every year but 1993 (&#8220;Return of the Crazy One,&#8221; by Digital Underground, which is <a href=\"https://www.youtube.com/watch?v=PVuP3UXJx4Q\">available on YouTube</a>&#8230;on the playlist it&#8217;s represented by &#8220;Doowutchyalike&#8221;).</p>\n\n<p>Not content to have the list trapped in amber for eternity, I emailed Greenman to see if he had any thoughts on music from the intervening years. Although he&#8217;s no longer a staffer at the New Yorker, he generously sent me his selections for 2011-2018.<sup id=\"fnref:1527082280\"><a href=\"#fn:1527082280\" rel=\"footnote\">1</a></sup></p>\n\n<p>2011: &#8220;Rolling in the Deep&#8221; by Adele<br />\n2012: &#8220;Call Me Maybe&#8221;by Carly Rae Jepsen<br />\n2013: &#8220;Get Lucky&#8221; by Daft Punk<br />\n2014: &#8220;Close Your Eyes (And Count to Fuck)&#8221; by Run the Jewels<br />\n2015: &#8220;WTF&#8221; by Missy Elliott<br />\n2016: &#8220;Hotline Bling&#8221; by Drake<br />\n2017: &#8220;Humble&#8221; by Kendrick Lamar<br />\n2018: &#8220;This is America&#8221; by Childish Gambino</p>\n\n<p>You can listen to the full playlist embedded above or <a href=\"https://open.spotify.com/user/tom.whitwell/playlist/4H0GZRHX1o8KO6m2gi8FPd\">here on Spotify</a>. Greenman shared some thoughts on updating the list:</p>\n\n<blockquote><p>The original list was occasioned by a party: the magazine&#8217;s 85th anniversary. Almost a decade has passed, and many things have changed. It feels like a less celebratory time, darker and less hopeful in some ways. But pop music persists. In extending the list from 2010 to the present, I tried to think about how those short bursts of sound still give us moments of joy, and how certain bursts attach themselves to certain moments in history.</p></blockquote>\n\n<p>I love this playlist and am so glad it&#8217;s back and updated. Big thanks to <a href=\"http://bgreenman.com/\">Ben</a> and <a href=\"https://twitter.com/TomWhitwell\">Tom</a> for making this happen.</p>\n\n<p>P.S. If you duplicate this playlist on Apple Music, Tidal, etc., send me a link. Or even better, if you&#8217;re inspired to create your own Songs of the Years playlist, send along those links too. I would love to hear alternate musical journeys through that era &#8212; e.g. playlists featuring only black artists or only women would be amazing.</p>\n\n<p><strong>Update:</strong> John Stokvis <a href=\"https://itunes.apple.com/us/playlist/the-songs-of-the-years-1925-2018/pl.u-6ArGvfKo7B3\">recreated the playlist on Apple Music</a>. Apple had the correct Digital Underground song, but not De La Soul&#8217;s &#8220;Me, Myself & I&#8221;, so Stokvis subbed in &#8220;She Drives Me Crazy&#8221; from The Fine Young Cannibals. <a href=\"https://play.google.com/music/playlist/AMaBXynddLRL1ZrIskamdbcMO5nydqhksiBBGIoiMAFVEB6PjdFbXA1ZD09rZDWmpebF4vEVfLv7k1PquR4QWMldIoy1lonlwA==\">Here&#8217;s the Google Play playlist</a>, courtesy of <a href=\"https://twitter.com/neuroboy/status/999357986496802816\">@neuroboy</a>&#8230;looks like Google has every song.</p>\n\n<p>A bit off-topic but still within rhyming distance, Aaron Coleman made <a href=\"https://open.spotify.com/user/aaroncoleman0/playlist/476j8Kd0eoecsJQgRGmK41\">a playlist of songs with years in the title from 1952-2031</a>. <a href=\"https://twitter.com/aaroncoleman0/status/999292993017405440\">He acknowledges</a> that some of the songs are &#8220;terrible&#8221;.</p>\n\n<ol><li class=\"footnote\" id=\"fn:1527082280\"><p>I convinced him to put Drake in there, so if you&#8217;re not feeling &#8220;Hotline Bling&#8221; for 2016, you can blame me. (My rationale: Drake was <em>it</em> for those few years, so you have to have him on there somewhere. Besides, it&#8217;s tough to pick just one song from &#8220;Lemonade&#8221; and it&#8217;s not on Spotify anyway.)</p><p>Also, May is a bit early to choose a song for 2018, but &#8220;This is America&#8221; might hold up. If it doesn&#8217;t, maybe Greenman can revisit at the end of the year.<a href=\"#fnref:1527082280\" title=\"return to article\">&#x21A9;</a><p></li></ol>]]>\n\n<![CDATA[ <strong>Tags:</strong> <a href=\"https://kottke.org/tag/Aaron%20Coleman\">Aaron Coleman</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Ben%20Greenman\">Ben Greenman</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/John%20Stokvis\">John Stokvis</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/lists\">lists</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/music\">music</a>&nbsp;&nbsp; <a href=\"https://kottke.org/tag/Tom%20Whitwell\">Tom Whitwell</a>]]>\n    </content>\n</entry>\n\n\n\n</feed>\n"
  },
  {
    "path": "api/test/data/feed/lemonde",
    "content": "\n<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<rss version=\"2.0\" xmlns:atom=\"https://www.w3.org/2005/Atom\">\n  <channel>\n    <title>Le Monde.fr - Actualités et Infos en France et dans le monde</title>\n    <description>Le Monde.fr - 1er site d'information. Les articles du journal et toute l'actualité en continu : International, France, Société, Economie, Culture, Environnement, Blogs ...</description>\n    <copyright>Copyright Le Monde.fr</copyright>\n    <link>https://www.lemonde.fr/rss/une.xml</link>\n    <atom:link href=\"https://www.lemonde.fr/rss/une.xml\" rel=\"self\" type=\"application/rss+xml\"/>\n    <pubDate>Sun, 03 Jun 2018 02:18:11 +0200</pubDate>\n    <image>\n      <url>https://www.lemonde.fr/mmpub/img/lgo/lemondefr_rss.gif</url>\n      <title>Le Monde.fr - Actualités et Infos en France et dans le monde</title>\n      <link>https://www.lemonde.fr/rss/une.xml</link>\n    </image>\n    <item>\n      <link>https://www.lemonde.fr/rugby/article/2018/06/02/finale-du-top-14-victoire-surprise-de-castres-sur-montpellier-13-29_5308781_1616937.html?xtor=RSS-3208</link>\n      <title>Rugby : face à Castres, le Montpellier de Mohed Altrad bute encore en finale</title>\n      <description>Battus (29-13) samedi soir, les favoris héraultais n’ont pas réussi à remporter leur premier titre de champion de France. Le Castres olympique obtient, lui, son cinquième bouclier de Brennus.</description>\n      <pubDate>Sat, 02 Jun 2018 23:00:01 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5308781/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/03/644x322/5308785_3_f89c_battus-par-castres-les-coequipiers-de_289bb555d179283acd14d060e05bd3be.jpg\" type=\"image/jpeg\" length=\"32190\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/roland-garros/article/2018/06/02/il-n-y-a-plus-de-francais-le-retour-de-la-chanson-de-roland-garros-2018_5308772_1616946.html?xtor=RSS-3208</link>\n      <title>« Il n’y a plus de Français », le retour de la chanson de Roland</title>\n      <description>Après les éliminations de Gasquet, Pouille, Monfils et Herbert samedi, le tableau masculin ne compte plus de tricolores. Caroline Garcia reste la dernière représentante.</description>\n      <pubDate>Sat, 02 Jun 2018 21:46:51 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5308772/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/02/644x322/5308767_3_573e_comme-l-an-passe-aucun-joueur-masculin-fr_77ea5fb5a1bf0b83134a85678932d777.jpg\" type=\"image/jpeg\" length=\"55315\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/m-perso/article/2018/06/01/concierges-de-luxe-footballeurs-assistes_5308217_4497916.html?xtor=RSS-3208</link>\n      <title>Concierges de luxe : footballeurs assistés</title>\n      <description>Pour se faciliter l’existence, les stars du foot ont remis les clés de leur vie privée à des concierges de luxe. Leur rôle : être disponibles en permanence afin de répondre à toutes sortes de demandes.</description>\n      <pubDate>Fri, 01 Jun 2018 14:40:12 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5308217/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/01/644x322/5308215_3_bea8_la-mode-des-concierges-particuliers-est-venue_439170f3ff60b34295a3941cf686e736.jpg\" type=\"image/jpeg\" length=\"29234\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/entreprises/article/2018/06/02/greve-sncf-trafic-encore-perturbe-dimanche-avec-2-tgv-sur-3-et-1-ter-sur-2_5308757_1656994.html?xtor=RSS-3208</link>\n      <title>A la SNCF, 2 TGV sur 3 et 1 TER sur 2 au vingt-sixième jour de grève</title>\n      <description>Cette mobilisation intervient avant le vote mardi au Sénat de la réforme ferroviaire. Le texte a été remanié avec des amendements de tous les groupes politiques.</description>\n      <pubDate>Sat, 02 Jun 2018 18:16:20 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5308757/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/02/644x322/5308756_3_123a_cote-tgv-la-moyenne-sera-de-deux-trains-sur-t_2b0c4543adc375b2c5ee42ebbe89bc22.jpg\" type=\"image/jpeg\" length=\"54829\"/>\n    </item>\n    <item>\n      <link>http://internetactu.blog.lemonde.fr/2018/06/02/videosurveillance-paradigme-du-technosolutionnisme/?xtor=RSS-3208</link>\n      <title>La vidéosurveillance ne sert à rien, mais elle est partout</title>\n      <description>Malgré des centaines de millions d’euros dépensés, la vidéosurveillance, selon les chercheurs, ne parvient même pas à combattre le sentiment d’insécurité qu’elle promettait de résoudre.</description>\n      <pubDate>Sat, 02 Jun 2018 16:04:54 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5308718/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/02/644x322/5308717_3_1f7f_archives-vue-prise-le-05-juillet-2007-a-lyon_f7a940f6e554fe99031e2a67f5b0f44a.jpg\" type=\"image/jpeg\" length=\"30590\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/moyen-orient-irak/article/2018/06/02/le-proces-en-irak-de-melina-boughedir-au-c-ur-d-une-polemique-entre-ses-avocats-et-jean-yves-le-drian_5308699_1667109.html?xtor=RSS-3208</link>\n      <title>Procès en Irak de Mélina Boughedir : ses avocats accusent Jean-Yves Le Drian d’« ingérence »</title>\n      <description>Le procès en appel de cette Française, qui risque la peine de mort, doit se tenir dimanche à Bagdad. Le ministre des affaires étrangères avait qualifié Mme Boughedir de « combattante ».</description>\n      <pubDate>Sat, 02 Jun 2018 13:47:55 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5308699/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/02/644x322/5308698_3_e9fa_le-ministre-des-affaires-etrangeres-f_854f42334a57168c2479cb28e38ec059.jpg\" type=\"image/jpeg\" length=\"26006\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/religions/article/2018/06/02/abdelkader-arbi-je-veux-banaliser-le-fait-religieux-musulman-dans-les-armees_5308556_1653130.html?xtor=RSS-3208</link>\n      <title>Abdelkader Arbi : « Je veux banaliser le fait religieux musulman dans les armées »</title>\n      <description>L’aumônier militaire en chef du culte musulman veut faire de l’armée « un laboratoire ».</description>\n      <pubDate>Sat, 02 Jun 2018 06:42:57 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5308556/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/02/644x322/5308555_3_4d0f_l-aumonier-en-chef-du-culte-musulman-dans-le_673439947fa6d6dda8a0b637c5c696f7.jpg\" type=\"image/jpeg\" length=\"24039\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/planete/article/2018/06/01/contre-l-utilisation-abusive-de-plastique-les-plastic-attacks-arrivent-en-france_5308296_3244.html?xtor=RSS-3208</link>\n      <title>Contre l’utilisation abusive de plastique, les « Plastic attacks » arrivent en France</title>\n      <description>Une journée de mobilisation est programmée samedi 2 juin dans des enseignes de grande distribution de plusieurs pays.</description>\n      <pubDate>Fri, 01 Jun 2018 16:42:02 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5308296/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/01/644x322/5308295_3_83a1_emballages-en-plastique-utilises-en-l-espace-d_9ad1db51f8dd47d3018a28c8653527f7.jpg\" type=\"image/jpeg\" length=\"58780\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/europe/portfolio/2018/06/02/en-celebrant-la-fete-nationale-le-nouveau-gouvernement-italien-veut-tourner-la-page-de-la-crise-politique_5308742_3214.html?xtor=RSS-3208</link>\n      <title>Bains de foule pour le nouveau gouvernement italien, en pleine fête nationale</title>\n      <description>Après des mois de crise politique, le chef du gouvernement, Giuseppe Conte, et les ministres issus de la coalition populiste, ont participé au défilé militaire du 2 juin.</description>\n      <pubDate>Sat, 02 Jun 2018 17:00:17 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5308742/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/02/644x322/5308733_3_4473_comme-tous-les-2-juin-l-italie-a-celebre-le-re_f04f5eac14d66365edc325844dea51af.jpg\" type=\"image/jpeg\" length=\"73693\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/europe/article/2018/06/02/une-initiative-populaire-danoise-veut-interdire-la-circoncision_5308616_3214.html?xtor=RSS-3208</link>\n      <title>Une initiative populaire danoise veut interdire la circoncision</title>\n      <description>S’il est adopté, le texte ferait du royaume scandinave le premier pays au monde à interdire l’ablation rituelle du prépuce des garçons de moins de 18 ans. Une initiative loin de faire l’unanimité.</description>\n      <pubDate>Sat, 02 Jun 2018 10:07:21 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5308616/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/02/644x322/5308615_3_fd94_le-parlement-danois_018516565e237d9af0d060fa8fad5f91.jpg\" type=\"image/jpeg\" length=\"51089\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/m-gastronomie/article/2018/06/02/le-gin-a-nouveau-tonique_5308754_4497540.html?xtor=RSS-3208</link>\n      <title>Le gin à nouveau tonique</title>\n      <description>Le succès de la mixologie a permis à l’alcool de genévrier, longtemps affublé d’une image vieillotte, de faire son retour dans les bars à la mode. Une aubaine pour les producteurs.</description>\n      <pubDate>Sat, 02 Jun 2018 18:15:28 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5308754/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/02/644x322/5308765_3_a875_new-york-ny-october-15-a-bartender-prepares_4130ceb630991f8a09b82027cd73d228.jpg\" type=\"image/jpeg\" length=\"65807\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/football/article/2018/05/31/le-mfc-1871-un-club-parisien-antifasciste-contre-le-football-moderne_5307564_1616938.html?xtor=RSS-3208</link>\n      <title>Le MFC 1871, un club parisien « antifasciste » contre « le football moderne »</title>\n      <description>Se voulant un « modèle alternatif », le Ménilmontant Football Club participe ce week-end à l’hommage à Clément Méric, mort il y a cinq ans, avant de disputer un match de Coupe de France.</description>\n      <pubDate>Thu, 31 May 2018 13:08:50 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5307564/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/05/31/644x322/5307563_3_327f_photo-prise-par-le-menilmontant-football-club_810b8248617e879afe47aa5d45b6d324.jpg\" type=\"image/jpeg\" length=\"68419\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/afrique/article/2018/06/02/a-bamako-une-manifestation-de-l-opposition-dispersee-par-les-forces-de-l-ordre_5308716_3212.html?xtor=RSS-3208</link>\n      <title>A Bamako, une manifestation de l’opposition dispersée par les forces de l’ordre</title>\n      <description>Initialement interdit par les autorités, le rassemblement a été dispersé par des tirs de gaz lacrymogène. Le bilan provisoire fait état de seize blessés.</description>\n      <pubDate>Sat, 02 Jun 2018 15:55:32 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5308716/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/02/644x322/5308714_3_7948_un-manifestant-portant-un-tee-shirt-a_a456d509f90c6dab0149f5083483175e.jpg\" type=\"image/jpeg\" length=\"35386\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/europe/article/2018/06/02/en-espagne-la-revanche-des-independantistes-catalans-sur-mariano-rajoy_5308610_3214.html?xtor=RSS-3208</link>\n      <title>La revanche des indépendantistes catalans sur Mariano Rajoy</title>\n      <description>Les députés indépendantistes ont voté pour la motion de défiance qui a provoqué la chute de l’ancien chef de gouvernement conservateur.</description>\n      <pubDate>Sat, 02 Jun 2018 10:02:05 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5308610/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/02/644x322/5308609_3_d033_mariano-rajoy-quitte-le-parlement-le-1er-juin_ba6e1f9da5442288bacf3f6a8500416b.jpg\" type=\"image/jpeg\" length=\"60152\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/idees/article/2018/06/02/commerce-le-moment-de-verite-pour-l-europe_5308660_3232.html?xtor=RSS-3208</link>\n      <title>Bataille commerciale avec les Etats-Unis : le moment  de vérité pour l’Europe</title>\n      <description>Editorial. L’agressivité commerciale américaine se révèle un test crucial pour mesurer la solidité de la solidarité européenne.</description>\n      <pubDate>Sat, 02 Jun 2018 10:58:34 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5308660/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/02/644x322/5308659_3_02f6_devant-la-banque-centrale-europeenne-a-f_642fadf560d3915bdd590c75987da3c0.jpg\" type=\"image/jpeg\" length=\"35302\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/logement/article/2018/06/02/l-assemblee-vote-une-baisse-drastique-des-logements-accessibles-aux-personnes-handicapees_5308721_1653445.html?xtor=RSS-3208</link>\n      <title>L’Assemblée vote une baisse drastique des logements accessibles aux personnes handicapées</title>\n      <description>Les députés ont voté, vendredi 1er juin, en faveur du passage de 100 % à 10 % de logements accessibles aux personnes handicapées dans la construction neuve.</description>\n      <pubDate>Sat, 02 Jun 2018 16:07:22 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5308721/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/02/644x322/5308720_3_9c21_une-femme-handicapee-dans-son-appartement_7033e85f14c54be597f106b1a777fef0.jpg\" type=\"image/jpeg\" length=\"28296\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/bande-dessinee/article/2018/06/01/la-bd-franco-belge-au-pays-des-comics_5307976_4420272.html?xtor=RSS-3208</link>\n      <title>La BD franco-belge au pays des comics</title>\n      <description>La maison américaine Heritage Auctions organise pour la première fois une vente d’originaux européens.</description>\n      <pubDate>Fri, 01 Jun 2018 09:09:51 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5307976/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/01/644x322/5307975_3_ddee_paris-au-xxe-siecle-couverture-par-fr_de976189297016e033432b604064a41c.jpg\" type=\"image/jpeg\" length=\"42752\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/idees/article/2018/06/01/laurence-brunet-il-faut-inventer-de-nouvelles-figures-de-parentalite_5307881_3232.html?xtor=RSS-3208</link>\n      <title>Bioéthique : « Il faut inventer de nouvelles figures de parentalité », par Laurence Brunet</title>\n      <description>Le Comité consultatif national d’éthique remet au Parlement, lundi 4 juin, un rapport sur la bioéthique. Pour la juriste, les réticences françaises envers la gestation pour autrui viennent de la façon dont notre législation, s’inspirant du droit romain, définit le père et la mère.</description>\n      <pubDate>Fri, 01 Jun 2018 06:30:15 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5307881/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/01/644x322/5307880_3_1fec_2018-05-30-4764156-16067-1bew8gt-4xudk_08a6343c73c278062b1651ebfa0b58dc.jpg\" type=\"image/jpeg\" length=\"14463\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/police-justice/article/2018/06/02/affaire-maelys-jour-d-obseques-en-isere_5308596_1653578.html?xtor=RSS-3208</link>\n      <title>Affaire Maëlys : jour d’obsèques en Isère</title>\n      <description>Neuf mois après sa disparition, et trois mois après que son corps a été retrouvé, la fillette est inhumée samedi, après une cérémonie publique.</description>\n      <pubDate>Sat, 02 Jun 2018 09:43:08 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5308596/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/02/644x322/5308709_3_03e8_des-ballons-blancs-en-hommage-a-maelys-s_2551a38998a01bf1f1501be35fe189b9.jpg\" type=\"image/jpeg\" length=\"21708\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/societe/article/2018/06/02/les-lyceens-de-banlieue-et-les-embuches-de-parcoursup_5308639_3224.html?xtor=RSS-3208</link>\n      <title>Les lycéens de banlieue et les embûches de Parcoursup</title>\n      <description>Selon leurs enseignants, les élèves des quartiers subissent une double peine. Le ministère réfute toute discrimination.</description>\n      <pubDate>Sat, 02 Jun 2018 10:32:25 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5308639/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/02/644x322/5308638_3_8484_des-eleves-du-lycee-paul-eluard-a-sai_58eab1d81e0af5d15eb04a05870e8ab7.jpg\" type=\"image/jpeg\" length=\"53767\"/>\n    </item>\n    <item>\n      <link>https://www.lemonde.fr/entreprises/article/2018/06/01/une-panne-affecte-certains-paiements-par-carte-bancaire-visa-en-europe_5308441_1656994.html?xtor=RSS-3208</link>\n      <title>Une panne a affecté certains paiements par carte bancaire Visa en Europe</title>\n      <description>Visa a présenté samedi ses excuses à ses clients pour cette panne qui n’est pas liée « à une cyberattaque ou un accès non autorisé ».</description>\n      <pubDate>Fri, 01 Jun 2018 19:29:20 +0200</pubDate>\n      <guid isPermaLink=\"true\">https://www.lemonde.fr/tiny/5308441/</guid>\n      <enclosure url=\"https://s1.lemde.fr/image/2018/06/01/644x322/5308440_3_f7e3_certaines-transactions-visa-en-europe-sont_a5464fa40a62356eb2e72d4c3e050801.jpg\" type=\"image/jpeg\" length=\"28302\"/>\n    </item>\n  </channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/lobsters",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<rss version=\"2.0\" xmlns:atom=\"http://www.w3.org/2005/Atom\">\n  <channel>\n    <title>Lobsters</title>\n    <description></description>\n    <link>https://lobste.rs/</link>\n    <atom:link href=\"https://lobste.rs/rss\" rel=\"self\" type=\"application/rss+xml\" />\n\n      <item>\n        <title>JWZ&#39;s snarky, but relevant take on Github</title>\n        <link>https://www.jwz.org/blog/2018/06/lol-github/</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/243k9d</guid>\n        <author>stevelord@users.lobste.rs</author>\n        <pubDate>Wed, 06 Jun 2018 02:51:24 -0500</pubDate>\n        <comments>https://lobste.rs/s/243k9d/jwz_s_snarky_relevant_take_on_github</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/243k9d/jwz_s_snarky_relevant_take_on_github&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>practices</category>\n      </item>\n      <item>\n        <title>Speeding up Zsh and Oh-My-Zsh</title>\n        <link>https://blog.jonlu.ca/posts/speeding-up-zsh</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/neetd2</guid>\n        <author>JonLuca@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 23:45:21 -0500</pubDate>\n        <comments>https://lobste.rs/s/neetd2/speeding_up_zsh_oh_my_zsh</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/neetd2/speeding_up_zsh_oh_my_zsh&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>unix</category>\n          <category>devops</category>\n          <category>performance</category>\n      </item>\n      <item>\n        <title>Mailing lists vs Github</title>\n        <link>https://begriffs.com/posts/2018-06-05-mailing-list-vs-github.html</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/a88fsl</guid>\n        <author>begriffs@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 03:40:35 -0500</pubDate>\n        <comments>https://lobste.rs/s/a88fsl/mailing_lists_vs_github</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/a88fsl/mailing_lists_vs_github&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>vcs</category>\n          <category>culture</category>\n      </item>\n      <item>\n        <title>There is only one OS, and it&#8217;s been obsolete for decades</title>\n        <link>https://programmingmadecomplicated.wordpress.com/2017/08/12/there-is-only-one-os-and-its-been-obsolete-for-decades/</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/uxygzt</guid>\n        <author>davmac@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 03:37:01 -0500</pubDate>\n        <comments>https://lobste.rs/s/uxygzt/there_is_only_one_os_it_s_been_obsolete_for</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/uxygzt/there_is_only_one_os_it_s_been_obsolete_for&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>unix</category>\n          <category>philosophy</category>\n      </item>\n      <item>\n        <title>Your own VPN with OpenIKED &#38; OpenBSD</title>\n        <link>https://medium.com/@cmacrae/your-own-vpn-with-openiked-openbsd-13d7abd3d1d4</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/bealzm</guid>\n        <author>cmacrae@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 10:29:11 -0500</pubDate>\n        <comments>https://lobste.rs/s/bealzm/your_own_vpn_with_openiked_openbsd</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/bealzm/your_own_vpn_with_openiked_openbsd&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>security</category>\n          <category>openbsd</category>\n          <category>devops</category>\n          <category>networking</category>\n      </item>\n      <item>\n        <title>Fast.ai: Up to speed with the best of Deep Learning</title>\n        <link>https://www.zerotosingularity.com/blog/fast.ai-up-to-speed-with-the-best-of-deep-learning/</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/zjyqyz</guid>\n        <author>zerotosingularity@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 23:34:28 -0500</pubDate>\n        <comments>https://lobste.rs/s/zjyqyz/fast_ai_up_speed_with_best_deep_learning</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/zjyqyz/fast_ai_up_speed_with_best_deep_learning&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>ai</category>\n      </item>\n      <item>\n        <title>RC is moving</title>\n        <link>https://www.recurse.com/blog/134-rc-is-moving</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/umqfbb</guid>\n        <author>rhonorv@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 16:03:02 -0500</pubDate>\n        <comments>https://lobste.rs/s/umqfbb/rc_is_moving</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/umqfbb/rc_is_moving&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>culture</category>\n      </item>\n      <item>\n        <title>Zip Slip: Widespread Critical Arbitrary File Overwrite Vulnerability</title>\n        <link>https://snyk.io/research/zip-slip-vulnerability</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/vdowdh</guid>\n        <author>lili2311@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 08:56:14 -0500</pubDate>\n        <comments>https://lobste.rs/s/vdowdh/zip_slip_widespread_critical_arbitrary</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/vdowdh/zip_slip_widespread_critical_arbitrary&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>security</category>\n      </item>\n      <item>\n        <title>git ssb - cel/git-ssb@master</title>\n        <link>https://git.scuttlebot.io/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2DtR3WQfCkDKlheQU%3D.sha256</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/yprzoq</guid>\n        <author>enkiv2@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 08:20:35 -0500</pubDate>\n        <comments>https://lobste.rs/s/yprzoq/git_ssb_cel_git_ssb_master</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/yprzoq/git_ssb_cel_git_ssb_master&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>vcs</category>\n          <category>distributed</category>\n      </item>\n      <item>\n        <title>Markets are efficient if and only if P = NP</title>\n        <link>https://arxiv.org/pdf/1002.2284.pdf</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/1lfvdx</guid>\n        <author>pushcx@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 16:16:31 -0500</pubDate>\n        <comments>https://lobste.rs/s/1lfvdx/markets_are_efficient_if_only_if_p_np</comments>\n        <description>\n          &#60;p&#62;Abstract:&#60;/p&#62;&#10;&#60;blockquote&#62;&#10;&#60;p&#62;I prove that if markets are weak-form efficient, meaning current prices fully reflect all information available in past prices, then P = NP, meaning every computational problem whose solution can be verified in polynomial time can also be solved in polynomial time. I also prove the converse by showing how we can &#8220;program&#8221; the market to solve NP-complete problems. Since P probably does not equal NP, markets are probably not efficient. Specifically, markets become increasingly inefficient as the time series lengthens or becomes more frequent. An illustration by way of partitioning the excess returns to momentum strategies based on data availability confirms this prediction.&#60;/p&#62;&#10;&#60;/blockquote&#62;&#10;\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/1lfvdx/markets_are_efficient_if_only_if_p_np&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>pdf</category>\n          <category>math</category>\n          <category>finance</category>\n      </item>\n      <item>\n        <title>GitPub: An extension to ActivityPub for web-based Git services federation</title>\n        <link>https://github.com/git-federation/gitpub</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/d0pdor</guid>\n        <author>pizzaiolo@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 09:33:56 -0500</pubDate>\n        <comments>https://lobste.rs/s/d0pdor/gitpub_extension_activitypub_for_web</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/d0pdor/gitpub_extension_activitypub_for_web&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>vcs</category>\n          <category>distributed</category>\n      </item>\n      <item>\n        <title>Pony 0.22.4 has been released</title>\n        <link>https://www.ponylang.org/blog/2018/06/0.22.4-released/</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/ielm2y</guid>\n        <author>SeanTAllen@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 06:13:22 -0500</pubDate>\n        <comments>https://lobste.rs/s/ielm2y/pony_0_22_4_has_been_released</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/ielm2y/pony_0_22_4_has_been_released&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>release</category>\n      </item>\n      <item>\n        <title>AMPstinction</title>\n        <link>https://adactio.com/journal/13964</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/oeeusd</guid>\n        <author>GeoffWozniak@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 22:04:23 -0500</pubDate>\n        <comments>https://lobste.rs/s/oeeusd/ampstinction</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/oeeusd/ampstinction&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>web</category>\n      </item>\n      <item>\n        <title>Bootstrapping Haskell: part 1</title>\n        <link>https://elephly.net/posts/2017-01-09-bootstrapping-haskell-part-1.html</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/bukpqx</guid>\n        <author>pushcx@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 16:19:36 -0500</pubDate>\n        <comments>https://lobste.rs/s/bukpqx/bootstrapping_haskell_part_1</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/bukpqx/bootstrapping_haskell_part_1&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>haskell</category>\n          <category>compilers</category>\n      </item>\n      <item>\n        <title>Robot Pedantry, Human Empathy</title>\n        <link>https://mikemcquaid.com/2018/06/05/robot-pedantry-human-empathy/</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/oot91l</guid>\n        <author>pushcx@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 17:52:21 -0500</pubDate>\n        <comments>https://lobste.rs/s/oot91l/robot_pedantry_human_empathy</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/oot91l/robot_pedantry_human_empathy&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>practices</category>\n      </item>\n      <item>\n        <title>ASCAP for Open Source Software</title>\n        <link>https://www.petekeen.net/asacp-for-open-source-software</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/wbysfk</guid>\n        <author>mperham@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 13:20:42 -0500</pubDate>\n        <comments>https://lobste.rs/s/wbysfk/ascap_for_open_source_software</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/wbysfk/ascap_for_open_source_software&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>programming</category>\n      </item>\n      <item>\n        <title>How a 20-year Old Mobile Technology Protocol is Revolutionising Africa (With Numbers)</title>\n        <link>https://medium.com/@wizaj/how-a-20-year-old-mobile-technology-protocol-is-revolutionising-africa-with-numbers-744a52cbea92</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/he3pff</guid>\n        <author>friendlysock@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 13:13:44 -0500</pubDate>\n        <comments>https://lobste.rs/s/he3pff/how_20_year_old_mobile_technology</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/he3pff/how_20_year_old_mobile_technology&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>networking</category>\n          <category>historical</category>\n      </item>\n      <item>\n        <title>YES! I Compiled 1,000,000 TypeScript files in Under 40 Seconds. This is How.</title>\n        <link>https://medium.com/@urish/yes-i-compiled-1-000-000-typescript-files-in-under-40-seconds-this-is-how-6429a665999c</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/iqygaw</guid>\n        <author>antifuchs@users.lobste.rs</author>\n        <pubDate>Wed, 06 Jun 2018 03:56:49 -0500</pubDate>\n        <comments>https://lobste.rs/s/iqygaw/yes_i_compiled_1_000_000_typescript_files</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/iqygaw/yes_i_compiled_1_000_000_typescript_files&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>databases</category>\n          <category>performance</category>\n      </item>\n      <item>\n        <title>Ratelimiting at API Gateways</title>\n        <link>https://blog.getambassador.io/rate-limiting-for-api-gateways-892310a2da02</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/adfqgu</guid>\n        <author>rshetty@users.lobste.rs</author>\n        <pubDate>Wed, 06 Jun 2018 03:14:18 -0500</pubDate>\n        <comments>https://lobste.rs/s/adfqgu/ratelimiting_at_api_gateways</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/adfqgu/ratelimiting_at_api_gateways&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>distributed</category>\n      </item>\n      <item>\n        <title>Deprecation of OpenGL and OpenCL in macOS Mojave</title>\n        <link>https://developer.apple.com/macos/whats-new/</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/pqxwqj</guid>\n        <author>lewis@users.lobste.rs</author>\n        <pubDate>Mon, 04 Jun 2018 15:37:12 -0500</pubDate>\n        <comments>https://lobste.rs/s/pqxwqj/deprecation_opengl_opencl_macos_mojave</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/pqxwqj/deprecation_opengl_opencl_macos_mojave&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>mac</category>\n      </item>\n      <item>\n        <title>A Kubernetes extension to deploy and run Tor onion services</title>\n        <link>https://github.com/kragniz/tor-controller</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/9dqmqz</guid>\n        <author>kragniz@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 12:33:37 -0500</pubDate>\n        <comments>https://lobste.rs/s/9dqmqz/kubernetes_extension_deploy_run_tor</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/9dqmqz/kubernetes_extension_deploy_run_tor&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>devops</category>\n          <category>programming</category>\n      </item>\n      <item>\n        <title>Boilerplate README.md Template for GitHub/GitLab</title>\n        <link>https://github.com/vladocar/boilerplate-readme-template</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/7j1e5z</guid>\n        <author>vladocar@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 05:15:21 -0500</pubDate>\n        <comments>https://lobste.rs/s/7j1e5z/boilerplate_readme_md_template_for</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/7j1e5z/boilerplate_readme_md_template_for&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>programming</category>\n      </item>\n      <item>\n        <title>The Beginning of the Monte Carlo Method (1987)</title>\n        <link>https://fas.org/sgp/othergov/doe/lanl/pubs/00326866.pdf</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/k8jy9v</guid>\n        <author>calvin@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 21:03:28 -0500</pubDate>\n        <comments>https://lobste.rs/s/k8jy9v/beginning_monte_carlo_method_1987</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/k8jy9v/beginning_monte_carlo_method_1987&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>pdf</category>\n          <category>math</category>\n          <category>historical</category>\n      </item>\n      <item>\n        <title>How to speed up the Rust compiler some more in 2018</title>\n        <link>https://blog.mozilla.org/nnethercote/2018/06/05/how-to-speed-up-the-rust-compiler-some-more-in-2018/</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/tycqal</guid>\n        <author>calvin@users.lobste.rs</author>\n        <pubDate>Mon, 04 Jun 2018 23:45:36 -0500</pubDate>\n        <comments>https://lobste.rs/s/tycqal/how_speed_up_rust_compiler_some_more_2018</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/tycqal/how_speed_up_rust_compiler_some_more_2018&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>rust</category>\n          <category>compilers</category>\n          <category>performance</category>\n      </item>\n      <item>\n        <title>SOD - An Embedded Computer Vision and Machine Learning Library</title>\n        <link>https://sod.pixlab.io</link>\n        <guid isPermaLink=\"false\">https://lobste.rs/s/vgcg9i</guid>\n        <author>chmrad@users.lobste.rs</author>\n        <pubDate>Tue, 05 Jun 2018 23:50:56 -0500</pubDate>\n        <comments>https://lobste.rs/s/vgcg9i/sod_embedded_computer_vision_machine</comments>\n        <description>\n\n            &#60;p&#62;&#60;a href=&#34;https://lobste.rs/s/vgcg9i/sod_embedded_computer_vision_machine&#34;&#62;Comments&#60;/a&#62;&#60;/p&#62;\n        </description>\n          <category>programming</category>\n          <category>ai</category>\n      </item>\n  </channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/lowendbox.com",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\"\n\txmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n\txmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\n\txmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n\txmlns:atom=\"http://www.w3.org/2005/Atom\"\n\txmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\"\n\txmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n\t>\n\n<channel>\n\t<title>Low End Box</title>\n\t<atom:link href=\"https://lowendbox.com/feed/\" rel=\"self\" type=\"application/rss+xml\" />\n\t<link>https://lowendbox.com</link>\n\t<description>Hosting Websites on Bare Minimum VPS/Dedicated Servers</description>\n\t<lastBuildDate>Mon, 02 Jul 2018 12:52:50 +0000</lastBuildDate>\n\t<language>en-US</language>\n\t<sy:updatePeriod>hourly</sy:updatePeriod>\n\t<sy:updateFrequency>1</sy:updateFrequency>\n\t<generator>https://wordpress.org/?v=4.9</generator>\n\t<item>\n\t\t<title>ChicagoVPS &#8211; $6/mo Windows VPS and 25% off select items for 4th of July!!!</title>\n\t\t<link>https://lowendbox.com/blog/chicagovps-6-mo-windows-vps-and-25-off-select-items-for-4th-of-july/</link>\n\t\t<comments>https://lowendbox.com/blog/chicagovps-6-mo-windows-vps-and-25-off-select-items-for-4th-of-july/#respond</comments>\n\t\t<pubDate>Mon, 02 Jul 2018 02:00:46 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Jon Biloh]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=16628</guid>\n\t\t<description><![CDATA[ChicagoVPS sent over another sale in honor of the 4th of July week we have ahead of us. They decided to put on sale their hottest selling items from the last sale so we don&#8217;t expect this to remain in stock for long- be sure to act fast! There are two primary packages to pick [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://www.chicagovps.net/\"><img class=\"screenshot alignnone size-medium wp-image-7955\" src=\"http://lowendbox.com/wp-content/uploads/2018/07/cvps-136x300.jpg\" alt=\"ChicagoVPS\" width=\"200\" height=\"169\" /></a><a href=\"https://www.chicagovps.net\" target=\"_blank\" rel=\"noopener\">ChicagoVPS</a> sent over another sale in honor of the 4th of July week we have ahead of us. They decided to put on sale their hottest selling items from the last sale so we don&#8217;t expect this to remain in stock for long-  be sure to act fast!</p>\n<p>There are two primary packages to pick from below but if you don&#8217;t see what you need they also have a site wide sale running for the 4th of July, just use coupon code &#8220;<strong>July4th2018</strong>&#8221; for <strong>25% off</strong> anything <a href=\"https://www.chicagovps.net\" target=\"_blank\" rel=\"noopener\">on their site</a> except for some Windows/Linux VPS plans (like WinVPS 1GB/2GB and a few others), dedicated servers, domains, addons and licenses. If you do not see a template you desire on the linux plan at checkout then no worries, just pop open a ticket after ordering and let us know what you are looking for so we can get that installed for you!</p>\n<table style=\"height: 240px;\" width=\"650\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>2GB KVM Windows VPS</strong></p>\n<ul>\n<li>2GB Dedicated RAM</li>\n<li>1x vCPU</li>\n<li>50GB SSD Disk Space</li>\n<li>2TB Bandwidth</li>\n<li>1Gbps</li>\n<li>1 x IPv4</li>\n<li>Windows Server 2008 R2, 2012 R2 or 2016</li>\n<li>KVM</li>\n<li><strong>$6.00/mo OR $60.00/yr</strong></li>\n<li><strong> [<a href=\"https://billing.chicagovps.net/cart.php?a=add&amp;pid=559\">Order Now</a>]</strong></li>\n</ul>\n</td>\n<td valign=\"top\"><strong>2GB KVM Linux VPS</strong></p>\n<ul>\n<li>2GB RAM</li>\n<li>1x vCPU</li>\n<li>60GB HDD Space</li>\n<li>2TB Bandwidth</li>\n<li>1Gbps</li>\n<li>1 x IPv4</li>\n<li>Linux Templates</li>\n<li>KVM</li>\n<li><strong>$5/mo OR $50/yr</strong></li>\n<li><strong>[<a href=\"https://billing.chicagovps.net/cart.php?a=add&amp;pid=560\">Order Now</a>]</strong></li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p>Network information is available after the break!</p>\n<p><span id=\"more-16628\"></span></p>\n<p>ChicagoVPS has a <a href=\"https://lowendbox.com/?s=chicagovps&amp;searchsubmit=Find\">long history</a> in the Low End Box market serving customers for many years and has been featured a bunch of times, having <a href=\"https://lowendbox.com/blog/chicagovps-6-95-128mb-xen-vps/\" target=\"_blank\" rel=\"noopener\">first been posted</a> on Low End Box on October 16, 2010!  The ChicagoVPS brand manager, Nick, is also an administrator, and an active user, on <a href=\"https://www.lowendtalk.com/profile/75982/VSNX_Nick\" target=\"_blank\" rel=\"noopener\">Low End Talk</a>. ChicagoVPS, desipite their name, actually offers service in Chicago, Dallas, Buffalo, and Los Angeles. Backups are available for an extra cost, just submit a ticket in their customer Portal. ChicagoVPS is owned and operated by Velocity Servers Inc., a NY based cloud and IT management company founded in 2006 which also owns Low End Box and Low End Talk.</p>\n<p><strong>Network information</strong></p>\n<p>Buffalo, NY, USA – ColoCrossing<br />\nTest IP: 192.3.180.103<br />\nLooking Glass: <a href=\"http://lg.buf.colocrossing.com\">http://lg.buf.colocrossing.com</a></p>\n<p>Los Angeles, CA, USA – ColoCrossing<br />\nTest IP: 107.175.180.6<br />\nLooking Glass: <a href=\"http://lg.la.colocrossing.com\">http://lg.la.colocrossing.com</a></p>\n<p>&#8220;<strong>LEBFEB2018</strong>&#8221; for <strong>25% off</strong> anything on the <a href=\"https://www.chicagovps.net\" target=\"_blank\" rel=\"noopener\">ChicagoVPS site</a> except for some limited VPS plans (like WinVPS 1GB/2GB and a few others), dedicated servers, domains, addons and licenses.</p>\n<p>We want to hear your feedback, so if you buy please be sure to comment below!</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/chicagovps-6-mo-windows-vps-and-25-off-select-items-for-4th-of-july/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>HostMyBytes &#8211; OpenVZ SSD VPS from $1.99/month in Los Angeles and Buffalo!</title>\n\t\t<link>https://lowendbox.com/blog/hostmybytes-openvz-ssd-vps-from-1-99-month-in-los-angeles-and-buffalo/</link>\n\t\t<comments>https://lowendbox.com/blog/hostmybytes-openvz-ssd-vps-from-1-99-month-in-los-angeles-and-buffalo/#comments</comments>\n\t\t<pubDate>Tue, 26 Jun 2018 02:00:25 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Nick]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\t\t<category><![CDATA[bitcoin]]></category>\n\t\t<category><![CDATA[buffalo]]></category>\n\t\t<category><![CDATA[california]]></category>\n\t\t<category><![CDATA[credit cards]]></category>\n\t\t<category><![CDATA[ddos]]></category>\n\t\t<category><![CDATA[hostmybytes.com]]></category>\n\t\t<category><![CDATA[los angeles]]></category>\n\t\t<category><![CDATA[new york]]></category>\n\t\t<category><![CDATA[openvz]]></category>\n\t\t<category><![CDATA[paypal]]></category>\n\t\t<category><![CDATA[SolusVM]]></category>\n\t\t<category><![CDATA[ssd]]></category>\n\t\t<category><![CDATA[USA]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=16556</guid>\n\t\t<description><![CDATA[Jonathan from HostMyBytes is back with a new offer for us! Their offer is available in 2 locations across the USA which include Los Angeles, CA and Buffalo, NY. This is their first ever SSD offer so we hope you enjoy. Here&#8217;s what they had to say: &#8220;HostMyBytes was born out of necessity, and today [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://hostmybytes.com/\"><img class=\"screenshot\" src=\"http://lowendbox.com/wp-content/uploads/2018/06/hmbleb-300x278.jpg\" alt=\"hostmybytes\" width=\"250\" height=\"155\" /></a></p>\n<p>Jonathan from <a href=\"https://hostmybytes.com/\">HostMyBytes</a> is back with a new offer for us! Their offer is available in 2 locations across the USA which include Los Angeles, CA and Buffalo, NY. This is their first ever SSD offer so we hope you enjoy.</p>\n<p><strong>Here&#8217;s what they had to say:</strong></p>\n<p><em>&#8220;HostMyBytes was born out of necessity, and today is well over three years old. We created HostMyBytes to fill our own needs for excellent hosting services. Then we decided to share our vision, processes and high standards with the world. Web hosting is what HostMyBytes does, and we strive to do it consistently better than any other company.&#8221;</em></p>\n<p>***Want a <strong>freebie</strong>? Well you got it, they stated our readers just need to open a ticket after your order, mention you’re from LEB, and they will provide you with an extra 1TB of monthly bandwidth on any plan that you order, so long you mention you&#8217;re from LEB***</p>\n<p>** Disk Test Benchmark Result: <a href=\"https://www.hostmybytes.com/images/ssdvpsbenchmark.PNG\">Click Here</a> **</p>\n<table style=\"height: 265px;\" width=\"850\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>512MB Plan</strong></p>\n<ul>\n<li>512MB RAM</li>\n<li>512MB vSwap</li>\n<li>1x vCPU</li>\n<li>5GB Pure SSD</li>\n<li>1TB Transfer</li>\n<li>100Mbps Uplink</li>\n<li>DDoS Guard</li>\n<li>1x IPv4</li>\n<li>OpenVZ/SolusVM</li>\n<li>$1.99/mo</li>\n<li>[<a href=\"https://clients.hostmybytes.com/cart.php?a=add&#038;pid=231\">ORDER</a>]</li>\n</ul>\n</td>\n<td valign=\"top\"><strong>1GB Plan</strong></p>\n<ul>\n<li>1GB RAM</li>\n<li>1GB vSwap</li>\n<li>2x vCPU</li>\n<li>15GB Pure SSD</li>\n<li>2TB Transfer</li>\n<li>100Mbps Uplink</li>\n<li>DDoS Guard</li>\n<li>1x IPv4</li>\n<li>OpenVZ/SolusVM</li>\n<li>$10.00/yr</li>\n<li>[<a href=\"https://clients.hostmybytes.com/cart.php?a=add&#038;pid=228\">ORDER</a>]</li>\n</ul>\n</td>\n<td valign=\"top\"><strong>3GB Plan</strong></p>\n<ul>\n<li>3GB RAM</li>\n<li>3GB vSwap</li>\n<li>3x vCPU</li>\n<li>25GB Pure SSD</li>\n<li>3TB Transfer</li>\n<li>1000Mbps Uplink</li>\n<li>DDoS Guard</li>\n<li>1x IPv4</li>\n<li>OpenVZ/SolusVM</li>\n<li>$22.00/yr</li>\n<li>[<a href=\"https://clients.hostmybytes.com/cart.php?a=add&#038;pid=229\">ORDER</a>]</li>\n</ul>\n</td>\n<td valign=\"top\"><strong>6GB Plan</strong></p>\n<ul>\n<li>6GB RAM</li>\n<li>6GB vSwap</li>\n<li>4x vCPU</li>\n<li>40GB Pure SSD</li>\n<li>5TB Transfer</li>\n<li>1000Mbps Uplink</li>\n<li>DDoS Guard</li>\n<li>1x IPv4</li>\n<li>OpenVZ/SolusVM</li>\n<li>$6.00/mo or $39.00/yr</li>\n<li>[<a href=\"https://clients.hostmybytes.com/cart.php?a=add&#038;pid=230\">ORDER</a>]</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p><span id=\"more-16556\"></span></p>\n<p>HostMyBytes started offering VPS services last year (2014). Jonathan told us that they have over 1,000 active customers and that they are growing fast. For those interested, their WHOIS information is public. HostMyBytes supports payment through PayPal, Credit Cards and Bitcoin. They offer a 30-day refund guarantee to all new customers, so it is fairly safe to try their service. An interesting note, their support statistics is shown in their <a href=\"https://www.hostmybytes.com/about-us.php\">about page</a>. Based from the data, it seems their support is pretty good. Kindly read their <a href=\"https://www.hostmybytes.com/terms-of-service.php\">Terms of Service</a>, <a href=\"https://www.hostmybytes.com/acceptable-use.php\">Acceptable Use</a> and <a href=\"https://www.hostmybytes.com/privacy-policy.php\">Privacy Policy</a> before making any purchase.</p>\n<p><strong>Host Node Specifications</strong></p>\n<div>&#8211; Intel Xeon E3-1240’s</div>\n<div>&#8211; 32GB RAM</div>\n<div>&#8211; SSD Enterprise Drives</div>\n<div>&#8211; 1Gbps Uplink</div>\n<p><strong>Network information</strong></p>\n<div>ColoCrossing &#8211; <b>Los Angeles, CA, USA</b></div>\n<div>Test IPv4: 198.46.138.196</div>\n<div>Test file: <a href=\"http://198.46.138.196/100MB.test\" target=\"_blank\" rel=\"noopener noreferrer\">http://198.46.138.196/100MB.test</a></div>\n<p></p>\n<div>ColoCrossing &#8211; <b>Buffalo, NY, USA</b></div>\n<div>Test IPv4: 192.210.234.131</div>\n<div>Test file: <a href=\"http://192.210.234.131/100MB.test\" target=\"_blank\" rel=\"noopener noreferrer\">http://192.210.234.131/100MB.test</a></div>\n<p>&nbsp;<br />\nPlease let us know your feedback and if you have any questions/comments!</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/hostmybytes-openvz-ssd-vps-from-1-99-month-in-los-angeles-and-buffalo/feed/</wfw:commentRss>\n\t\t<slash:comments>26</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>UMaxHosting &#8211; 50GB RAID-10 VPS for $1.95/mo with a month free and more!</title>\n\t\t<link>https://lowendbox.com/blog/umaxhosting-50gb-raid-10-vps-for-1-95-mo-with-a-month-free-and-more/</link>\n\t\t<comments>https://lowendbox.com/blog/umaxhosting-50gb-raid-10-vps-for-1-95-mo-with-a-month-free-and-more/#comments</comments>\n\t\t<pubDate>Mon, 18 Jun 2018 02:00:24 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Jon Biloh]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\t\t<category><![CDATA[buffalo]]></category>\n\t\t<category><![CDATA[credit card]]></category>\n\t\t<category><![CDATA[los angeles]]></category>\n\t\t<category><![CDATA[new york]]></category>\n\t\t<category><![CDATA[openvz]]></category>\n\t\t<category><![CDATA[paypal]]></category>\n\t\t<category><![CDATA[SolusVM]]></category>\n\t\t<category><![CDATA[umaxhosting.com]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=16508</guid>\n\t\t<description><![CDATA[John from UMaxHosting has submitted their first offer ever with us! They are offering OpenVZ based virtual services out of Los Angeles and New York. They started with New York and are now expanding over to the west coast! We hope you enjoy what they have to offer and please let us know of any questions/comments/concerns [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://www.umaxhosting.com\"><img class=\"screenshot\" src=\"http://lowendbox.com/wp-content/uploads/2018/06/Untitled-114x300.jpg\" alt=\"\" width=\"200\" height=\"175\" /></a></p>\n<p>John from <a href=\"https://www.umaxhosting.com\">UMaxHosting</a> has submitted their first offer ever with us! They are offering OpenVZ based virtual services out of Los Angeles and New York. They started with New York and are now expanding over to the west coast! We hope you enjoy what they have to offer and please let us know of any questions/comments/concerns you may have below.</p>\n<p><strong>Here&#8217;s what they had to say:</strong></p>\n<p><em>&#8220;UMaxHosting is a hosting provider that specializes in providing maximum performance at the lowest cost possible. UMaxHosting provides a low latency network backed with a 99.9% network uptime guarantee. Additionally, our support staff are available 24×7 to assist our customers with any questions they may have. Our staff are also working behind the scenes to ensure our mission statement is constantly being delivered, without any shortcuts being taken!</p>\n<p><b>Our Mission Statement:</b> To deliver the highest level of hosting performance at the best value possible. To adapt to customer requirements and provide personalized service.&#8221;</em></p>\n<p>***** Order any LEB special below and get 1 month free on top of your next due date! Open a ticket to our Billing Department to claim your free month after you have ordered. *****</p>\n<table>\n<tbody>\n<tr>\n<td valign=\"top\">\n<p style=\"text-align: center;\"><b>256MB Plan</b></p>\n<ul>\n<li>&#8211; 1 CPU Core</li>\n<li>&#8211; 256MB DDR3 RAM</li>\n<li>&#8211; 256MB vSwap</li>\n<li>&#8211; 50GB RAID-10 Storage</li>\n<li>&#8211; 2000GB Monthly Bandwidth</li>\n<li>&#8211; 100Mbps Network Port</li>\n<li>&#8211; SolusVM Control Panel</li>\n<li>&#8211; Any Linux OS</li>\n<li>&#8211; Unlimited OS Reinstalls</li>\n<li>&#8211; Full Root Privileges</li>\n<li>&#8211; Instant Deployment</li>\n<li>&#8211; Easy API Access</li>\n<li>$1.95/mo [<a href=\"https://www.umaxhosting.com/manage/cart.php?a=add&#038;pid=7\">ORDER</a>]</li>\n</ul>\n</td>\n<td valign=\"top\">\n<p style=\"text-align: center;\"><b>1GB Plan</b></p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>&#8211; 2 CPU Cores</li>\n<li>&#8211; 1024MB (1GB) DDR3 RAM</li>\n<li>&#8211; 1024MB (1GB) vSwap</li>\n<li>&#8211; 70GB RAID-10 Storage</li>\n<li>&#8211; 3000GB Monthly Bandwidth</li>\n<li>&#8211; 100Mbps Network Port</li>\n<li>&#8211; SolusVM Control Panel</li>\n<li>&#8211; Any Linux OS</li>\n<li>&#8211; Unlimited OS Reinstalls</li>\n<li>&#8211; Full Root Privileges</li>\n<li>&#8211; Instant Deployment</li>\n<li>&#8211; Easy API Access</li>\n<li>$9/qtr OR $18/yr [<a href=\"https://www.umaxhosting.com/manage/cart.php?a=add&#038;pid=8\">ORDER</a>]</li>\n</ul>\n</td>\n<td style=\"width: 25px;\"></td>\n<td valign=\"top\">\n<p style=\"text-align: center;\"><b>6GB Plan</b></p>\n<ul>\n<li>&#8211; 4 CPU Cores</li>\n<li>&#8211; 6144MB (6GB) DDR3 RAM</li>\n<li>&#8211; 6144MB (6GB) vSwap</li>\n<li>&#8211; 120GB RAID-10 Storage</li>\n<li>&#8211; 5000GB Monthly Bandwidth</li>\n<li>&#8211; 1000Mbps Network Port</li>\n<li>&#8211; SolusVM Control Panel</li>\n<li>&#8211; Any Linux OS</li>\n<li>&#8211; Unlimited OS Reinstalls</li>\n<li>&#8211; Full Root Privileges</li>\n<li>&#8211; Instant Deployment</li>\n<li>&#8211; Easy API Access</li>\n<li>$7/mo OR $19/qtr [<a href=\"https://www.umaxhosting.com/manage/cart.php?a=add&#038;pid=9\">ORDER</a>]</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p><span id=\"more-16508\"></span></p>\n<p>UMaxHosting supports payment through PayPal, MasterCard, VISA, American Express, Discover, Bitcoin, Litecoin, Ethereum, and Monero. Kindly read their <a href=\"https://www.umaxhosting.com/terms-of-service/\">Terms of Service</a> before making any purchase.</p>\n<p><strong>Network information</strong></p>\n<div><i>ColoCrossing &#8211; Buffalo, New York, United States</i></div>\n<div>Test IPv4: 192.3.180.103</div>\n<div>Test file: <a href=\"http://192.3.180.103/100MB.test\" target=\"_blank\" rel=\"noopener noreferrer\">http://192.3.180.103/100MB.test</a></div>\n<div><i>LA Telecom Building &#8211; Los Angeles, California, United States</i></div>\n<div>Test IPv4: 107.175.180.6</div>\n<div>Test file: <a href=\"http://107.175.180.6/100MB.test\" target=\"_blank\" rel=\"noopener noreferrer\">http://107.175.180.6/100MB.test</a></div>\n<p><strong>Hardware information</strong><br />\n&#8211; Intel Xeon E3&#8217;s<br />\n&#8211; 32GB to 64GB of RAM<br />\n&#8211; 4x 2TB Enterprise HDD&#8217;s<br />\n&#8211; Hardware RAID10 with BBU Caching<br />\n&#8211; 1Gbps uplinks</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/umaxhosting-50gb-raid-10-vps-for-1-95-mo-with-a-month-free-and-more/feed/</wfw:commentRss>\n\t\t<slash:comments>60</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>WebSound – 2GB KVM w/ 4 cores &#038; 100GB HDD @ ~$6.68/mo and more!</title>\n\t\t<link>https://lowendbox.com/blog/websound-256mb-kvm-8gb-ssd-1tb-bw-4-57-m-or-34-58-year-in-los-angeles/</link>\n\t\t<comments>https://lowendbox.com/blog/websound-256mb-kvm-8gb-ssd-1tb-bw-4-57-m-or-34-58-year-in-los-angeles/#comments</comments>\n\t\t<pubDate>Mon, 11 Jun 2018 02:00:24 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Nick]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\t\t<category><![CDATA[credit card]]></category>\n\t\t<category><![CDATA[ipv4]]></category>\n\t\t<category><![CDATA[ipv6]]></category>\n\t\t<category><![CDATA[kvm]]></category>\n\t\t<category><![CDATA[los angeles]]></category>\n\t\t<category><![CDATA[paypal]]></category>\n\t\t<category><![CDATA[websound]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=16466</guid>\n\t\t<description><![CDATA[Callum from WebSound.co.uk has sent over another awesome offer for us all to enjoy! They&#8217;ve been around since 2013 and have had nothing but great feedback around our community. They&#8217;re a registered company in the UK (VAT Number: GB 203028955). They accept PayPal, Debit/Credit Card (Stripe) or BitCoin (Coinify). You can find their ToS/Legal Documents here. [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://websound.co.uk\"><img class=\"screenshot\" src=\"http://lowendbox.com/wp-content/uploads/2018/06/websound-236x300.jpg\" alt=\"\" width=\"230\" height=\"175\" /></a></p>\n<p>Callum from <a href=\"https://websound.co.uk\" target=\"_blank\" rel=\"noopener noreferrer\">WebSound.co.uk</a> has sent over another awesome offer for us all to enjoy! They&#8217;ve been around since 2013 and have had nothing but great feedback around our community.</p>\n<p>They&#8217;re a registered company in the UK (VAT Number: GB 203028955). They accept PayPal, Debit/Credit Card (Stripe) or BitCoin (Coinify). You can find their <a href=\"https://websound.co.uk/about/terms-of-service\" target=\"_blank\" rel=\"noopener noreferrer\">ToS/Legal Documents here</a>.</p>\n<p><strong>In their own words: </strong></p>\n<p><em>WebSound is an affordable, reliable hosting provider launched in 2013 &#8211; We have previously featured on LEB before and frequent offers around the LET community, however, we feel it&#8217;s time to bring a new, exclusive offer for the LEB community themselves again. We specialize in offering a variety of affordable VPS and Web Hosting services to cater for the needs of a wide range of clients, and our previous VPS hosting offers have been very popular among the community in the past, we hope that this offer can be met with the same popularity and demand as previously as we try to deliver something new and some updated features within our control panel since our last offering.</em></p>\n<p><b>Exclusive Offer:</b> LEB-KVMH50 gets 50% recurring off of all KVMH plans on any billing cycle, PLUS double disk space OR double bandwidth, open a support ticket on ordering to choose which double benefit you receive!</p>\n<table style=\"height: 265px;\" width=\"650\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>KVMH256</strong></p>\n<ul>\n<li>256MB RAM (256MB SWAP)</li>\n<li>1 x CPU</li>\n<li>15GB HDD</li>\n<li>1TB Transfer</li>\n<li>1 x IPv4</li>\n<li>/64 IPv6 Available</li>\n<li>KVM (Virtualizor)</li>\n<li>Promo Code: LEB-KVMH50</li>\n<li>£11/yr($14.69)</li>\n<li>[<a href=\"https://websound.co.uk/cart.php?a=add&#038;pid=174\">ORDER</a>]</li>\n</ul>\n</td>\n<td valign=\"top\"><strong>KVMH512</strong></p>\n<ul>\n<li>512MB RAM (512MB SWAP)</li>\n<li>2 x CPU</li>\n<li>25GB HDD</li>\n<li>2TB Transfer</li>\n<li>1 x IPv4</li>\n<li>/64 IPv6 Available</li>\n<li>KVM (Virtualizor)</li>\n<li>Promo Code: LEB-KVMH50</li>\n<li>£1.50/mo($2.00)</li>\n<li>[<a href=\"https://websound.co.uk/cart.php?a=add&#038;pid=175\">ORDER</a>]</li>\n</ul>\n</td>\n<td valign=\"top\"><strong>KVMH1024</strong></p>\n<ul>\n<li>1GB RAM (1GB SWAP)</li>\n<li>2 x CPU</li>\n<li>50GB HDD</li>\n<li>3TB Transfer</li>\n<li>1 x IPv4</li>\n<li>/64 IPv6 Available</li>\n<li>KVM (Virtualizor)</li>\n<li>Promo Code: LEB-KVMH50</li>\n<li>£2.50/mo($3.34)</li>\n<li>[<a href=\"https://websound.co.uk/cart.php?a=add&#038;pid=176\">ORDER</a>]</li>\n</ul>\n</td>\n<td valign=\"top\"><strong>KVMH2048</strong></p>\n<ul>\n<li>2GB RAM (1GB SWAP)</li>\n<li>4 x CPU</li>\n<li>100GB HDD</li>\n<li>4TB Transfer</li>\n<li>1 x IPv4</li>\n<li>/64 IPv6 Available</li>\n<li>KVM (Virtualizor)</li>\n<li>Promo Code: LEB-KVMH50</li>\n<li>£5.00/mo ($6.68)</li>\n<li>[<a href=\"https://websound.co.uk/cart.php?a=add&#038;pid=177\">ORDER</a>]</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p><span id=\"more-16466\"></span><br />\n<strong>Network Info:</strong></p>\n<div>Datacenter &#8211; Los Angeles, United States (Psychz)</div>\n<div>Test IPv4: 45.35.9.75</div>\n<div>Test IPv6: 2604:6600:0:40d::1</div>\n<div>Looking glass: <a href=\"http://lg.la.websound.co.uk/\">http://lg.la.websound.co.uk/</a></div>\n<div></div>\n<p><strong>Hardware Specifications:</strong></p>\n<div>Dual Intel E5 Processors @ 2.4GHz+</div>\n<div>128GB RAM</div>\n<div>8 x 2TB HDD Drives</div>\n<div>LSI Hardware RAID 10</div>\n<div>1Gbps Uplinks</div>\n<div></div>\n<div></div>\n<p>Please let us know of any questions/comments/concerns and enjoy!</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/websound-256mb-kvm-8gb-ssd-1tb-bw-4-57-m-or-34-58-year-in-los-angeles/feed/</wfw:commentRss>\n\t\t<slash:comments>12</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Hostigger &#8211; Openstack/KVM in Chicago and Istanbul!</title>\n\t\t<link>https://lowendbox.com/blog/hostigger-openstack-kvm-in-chicago-and-istanbul/</link>\n\t\t<comments>https://lowendbox.com/blog/hostigger-openstack-kvm-in-chicago-and-istanbul/#comments</comments>\n\t\t<pubDate>Tue, 29 May 2018 02:00:13 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Jon Biloh]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\t\t<category><![CDATA[chicago]]></category>\n\t\t<category><![CDATA[credit cards]]></category>\n\t\t<category><![CDATA[hostigger]]></category>\n\t\t<category><![CDATA[ipv4]]></category>\n\t\t<category><![CDATA[istanbul]]></category>\n\t\t<category><![CDATA[kvm]]></category>\n\t\t<category><![CDATA[openstack]]></category>\n\t\t<category><![CDATA[paypal]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=16421</guid>\n\t\t<description><![CDATA[Mustafa from Hostigger submitted an interesting offer we are happy to post today. They are offering Openstack based KVM services out of Chicago and Istanbul! Hostigger is a registered company (EIN : 35-2566649), their WHOIS is public, and you can find their ToS/Legal Docs here. They accept PayPal and Credit Cards as payment. Here&#8217;s what they [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://www.hostigger.com\"><img class=\"screenshot\" src=\"http://lowendbox.com/wp-content/uploads/2018/05/hostigger-171x300.jpg\" alt=\"\" width=\"175\" height=\"200\" /></a>Mustafa from <a href=\"https://www.hostigger.com\" target=\"_blank\" rel=\"noopener\">Hostigger</a> submitted an interesting offer we are happy to post today. They are offering Openstack based KVM services out of Chicago and Istanbul!</p>\n<p>Hostigger is a registered company (EIN : 35-2566649), their WHOIS is public, and you can find their <a href=\"https://www.hostigger.com/terms-of-service\" target=\"_blank\" rel=\"noopener\">ToS/Legal Docs here.</a> They accept PayPal and Credit Cards as payment.</p>\n<p><strong>Here&#8217;s what they had to say: </strong></p>\n<p><em>&#8220;Hostigger is a worldwide high-end service provider in the hands of a High Availability service for over twenty years, turn-key service solution and development experience in the field. What separates us from the competition, superior quality and 100% customer satisfaction of our company strategy. We are committed to providing a first class service and thrive for excellence.<br />\nOur services services to run business critical, or high performance, top-level security, and capacity designed for demanding customers who require Wide Area Network. Hostigger customer portfolio for financial institutions, Telecom and technology organizations includes, among others. Our extensive technical expertise and extensive experience in Problem solving and high-quality technology enables us to provide customized Telecom and IT solutions to any challenge.&#8221;</em></p>\n<p><strong>Here&#8217;s the offers: </strong></p>\n<table>\n<tbody>\n<tr>\n<td valign=\"top\">\n<p style=\"text-align: center;\"><b>Chicago-VPS-1</b></p>\n<ul>\n<li>2048MB RAM</li>\n<li>1x vCPU</li>\n<li>30GB SSD</li>\n<li>2TB Bandwidth</li>\n<li>10Gbps uplink</li>\n<li>1 x IPv4</li>\n<li>Openstack/KVM</li>\n<li>$4.99/month</li>\n<li>$59.88/year</li>\n<li>[<a href=\"https://client.hostigger.com/?cmd=cart&#038;action=add&#038;id=1291\">ORDER</a>]</li>\n</ul>\n</td>\n<td valign=\"top\">\n<p style=\"text-align: center;\"><b>Chicago-VPS-2</b></p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>3072MB RAM</li>\n<li>1x vCPU</li>\n<li>40GB SSD</li>\n<li>3TB Bandwidth</li>\n<li>10Gbps uplink</li>\n<li>1 x IPv4</li>\n<li>Openstack/KVM</li>\n<li>$6.99/month</li>\n<li>$83.88/year</li>\n<li>[<a href=\"https://client.hostigger.com/?cmd=cart&#038;action=add&#038;id=1292\">ORDER</a>]</li>\n</ul>\n</td>\n<td style=\"width: 25px;\"></td>\n<td valign=\"top\">\n<p style=\"text-align: center;\"><b>Chicago-VPS-3</b></p>\n<ul>\n<li>4096MB RAM</li>\n<li>1x vCPU</li>\n<li>50GB SSD</li>\n<li>5TB Bandwidth</li>\n<li>10Gbps uplink</li>\n<li>1 x IPv4</li>\n<li>Openstack/KVM</li>\n<li>$8.99/month</li>\n<li>$107.88/year</li>\n<li>[<a href=\"https://client.hostigger.com/?cmd=cart&#038;action=add&#038;id=1293\">ORDER</a>]</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<table>\n<tbody>\n<tr>\n<td valign=\"top\">\n<p style=\"text-align: center;\"><b>Istanbul-VPS-1</b></p>\n<ul>\n<li>2048MB RAM</li>\n<li>1x vCPU</li>\n<li>30GB SSD</li>\n<li>2TB Bandwidth</li>\n<li>10Gbps uplink</li>\n<li>1 x IPv4</li>\n<li>Openstack/KVM</li>\n<li>$3.99/month</li>\n<li>$47.88/year</li>\n<li>[<a href=\"https://client.hostigger.com/?cmd=cart&#038;action=add&#038;id=1268\">ORDER</a>]</li>\n</ul>\n</td>\n<td valign=\"top\">\n<p style=\"text-align: center;\"><b>Istanbul-VPS-2</b></p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>3072MB RAM</li>\n<li>1x vCPU</li>\n<li>40GB SSD</li>\n<li>3TB Bandwidth</li>\n<li>10Gbps uplink</li>\n<li>1 x IPv4</li>\n<li>Openstack/KVM</li>\n<li>$5.99/month</li>\n<li>$71.88/year</li>\n<li>[<a href=\"https://client.hostigger.com/?cmd=cart&#038;action=add&#038;id=1269\">ORDER</a>]</li>\n</ul>\n</td>\n<td style=\"width: 25px;\"></td>\n<td valign=\"top\">\n<p style=\"text-align: center;\"><b>Istanbul-VPS-3</b></p>\n<ul>\n<li>4096MB RAM</li>\n<li>1x vCPU</li>\n<li>50GB SSD</li>\n<li>5TB Bandwidth</li>\n<li>10Gbps uplink</li>\n<li>1 x IPv4</li>\n<li>Openstack/KVM</li>\n<li>$7.99/month</li>\n<li>$95.88/year</li>\n<li>[<a href=\"https://client.hostigger.com/?cmd=cart&#038;action=add&#038;id=1270\">ORDER</a>]</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p><strong>NETWORK INFO:</strong></div>\n<p><span id=\"more-16421\"></span></p>\n<p><strong>Cogent &#8211; Chicago</strong><br />\nTest IPv4: 185.202.172.221<br />\nTest file: <a href=\"http://lg.chi.hostigger.com/100MB.test\" target=\"_blank\" rel=\"noreferrer noopener\">http://lg.chi.hostigger.com/100MB.test</a><br />\nLooking glass: <a href=\"http://lg.chi.hostigger.com\" target=\"_blank\" rel=\"noreferrer noopener\">http://lg.chi.hostigger.com</a><br />\n<strong>Equinix &#8211; Istanbul</strong><br />\nTest IPv4: 185.219.132.125<br />\nTest file: <a href=\"http://lg.ist.hostigger.com/100MB.test\" target=\"_blank\" rel=\"noreferrer noopener\">http://lg.ist.hostigger.com/100MB.test</a><br />\nLooking glass: <a href=\"http://lg.ist.hostigger.com\" target=\"_blank\" rel=\"noreferrer noopener\">http://lg.ist.hostigger.com</a></p>\n<hr />\n<p><b>Chicago Cloud System:</b><br />\n&#8211; 4x Intel Xeon E7-4870 CPU<br />\n&#8211; 512GB RAM<br />\n&#8211; 8x 2TB SSD<br />\n&#8211; Hardware RAID-10<br />\n&#8211; 10Gbps Uplink<br />\n<b>Istanbul Cloud System:</b><br />\n&#8211; 2x Intel Xeon X5690<br />\n&#8211; 128GB RAM<br />\n&#8211; 2x 2TB SSD<br />\n&#8211; Hardware RAID-1<br />\n&#8211; 10Gbps uplink</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/hostigger-openstack-kvm-in-chicago-and-istanbul/feed/</wfw:commentRss>\n\t\t<slash:comments>28</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>VDS6.net &#8211; 1GB KVM from $1.87/mo and more!</title>\n\t\t<link>https://lowendbox.com/blog/vds6-net-1gb-kvm-from-1-87-mo-and-more/</link>\n\t\t<comments>https://lowendbox.com/blog/vds6-net-1gb-kvm-from-1-87-mo-and-more/#comments</comments>\n\t\t<pubDate>Tue, 22 May 2018 02:00:06 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Nick]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\t\t<category><![CDATA[credit cards]]></category>\n\t\t<category><![CDATA[ipv4]]></category>\n\t\t<category><![CDATA[ipv6]]></category>\n\t\t<category><![CDATA[kvm]]></category>\n\t\t<category><![CDATA[netherlands]]></category>\n\t\t<category><![CDATA[paypal]]></category>\n\t\t<category><![CDATA[ssd]]></category>\n\t\t<category><![CDATA[vds6.net]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=16370</guid>\n\t\t<description><![CDATA[Sergey from VDS6.net has sent over their second ever offer to LowEndBox! They&#8217;ve been around since 2011 when we posted their first offer and are happy they are back today! They&#8217;re a registered company in the state of Delaware, USA (#4921432). They accept PayPal, Webmoney, Interkassa (Coins), Robokassa (Cards). You can find their ToS/Legal Documents here. [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://vds6.net\"><img class=\"screenshot\" src=\"http://lowendbox.com/wp-content/uploads/2018/05/vds6-297x300.jpg\" alt=\"\" width=\"230\" height=\"175\" /></a></p>\n<p>Sergey from <a href=\"https://vds6.net\" target=\"_blank\" rel=\"noopener noreferrer\">VDS6.net</a> has sent over their second ever offer to LowEndBox! They&#8217;ve been around since 2011 when we posted their first offer and are happy they are back today!</p>\n<p>They&#8217;re a registered company in the state of Delaware, USA (#4921432). They accept PayPal, Webmoney, Interkassa (Coins), Robokassa (Cards). You can find their <a href=\"https://vds6.net/tos\" target=\"_blank\" rel=\"noopener noreferrer\">ToS/Legal Documents here</a>.</p>\n<p><strong>In their own words: </strong></p>\n<p><em>VDS6.NET opened its doors in late 2011. We have been around LowEndBox community a long time ago and started with offering NATed and IPv6 only FreeBSD jail servers. Since then we have opened up a few new locations, switched to KVM virtualization and would like to offer some new deals to the low-end community.</em></p>\n<p><strong>Here&#8217;s the offer: </strong></p>\n<table style=\"height: 265px;\" width=\"650\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>KVMNL-1</strong></p>\n<ul>\n<li>1GB RAM</li>\n<li>1 x CPU</li>\n<li>10GB SSD</li>\n<li>0.50TB Transfer</li>\n<li>1Gbps Uplink</li>\n<li>1 x IPv4</li>\n<li>IPv6 Available</li>\n<li>KVM/VMmanager</li>\n<li>Discount Code: VDS6-2018-NL1</li>\n<li>$1.87/month</li>\n<li>[<a href=\"https://my.vds6.net/billmgr?func=register&#038;redirect=startpage%3Dvds%26startform%3Dvds%252Eorder%26pricelist%3D57%26project%3D1\">ORDER</a>]</li>\n</ul>\n</td>\n<td valign=\"top\"><strong>KVMNL-2</strong></p>\n<ul>\n<li>2GB RAM</li>\n<li>1 x CPU</li>\n<li>20GB SSD</li>\n<li>1TB Transfer</li>\n<li>1Gbps Uplink</li>\n<li>1 x IPv4</li>\n<li>IPv6 Available</li>\n<li>KVM/VMmanager</li>\n<li>Discount Code: VDS6-2018-NL1</li>\n<li>$3.75/month</li>\n<li>[<a href=\"https://my.vds6.net/billmgr?func=register&#038;redirect=startpage%3Dvds%26startform%3Dvds%252Eorder%26pricelist%3D71%26project%3D1\">ORDER</a>]</li>\n</ul>\n</td>\n<td valign=\"top\"><strong>KVMNL-3</strong></p>\n<ul>\n<li>3GB RAM</li>\n<li>2 x CPU</li>\n<li>30GB SSD</li>\n<li>1.5TB Transfer</li>\n<li>1Gbps Uplink</li>\n<li>1 x IPv4</li>\n<li>IPv6 Available</li>\n<li>KVM/VMmanager</li>\n<li>Discount Code: VDS6-2018-NL1</li>\n<li>$5.62/month</li>\n<li>[<a href=\"https://my.vds6.net/billmgr?func=register&#038;redirect=startpage%3Dvds%26startform%3Dvds%252Eorder%26pricelist%3D84%26project%3D1\">ORDER</a>]</li>\n</ul>\n</td>\n<td valign=\"top\"><strong>KVMNL-4</strong></p>\n<ul>\n<li>4GB RAM</li>\n<li>2 x CPU</li>\n<li>40GB SSD</li>\n<li>2TB Transfer</li>\n<li>1Gbps Uplink</li>\n<li>1 x IPv4</li>\n<li>IPv6 Available</li>\n<li>KVM/VMmanager</li>\n<li>Discount Code: VDS6-2018-NL1</li>\n<li>$7.50/month</li>\n<li>[<a href=\"https://my.vds6.net/billmgr?func=register&#038;redirect=startpage%3Dvds%26startform%3Dvds%252Eorder%26pricelist%3D97%26project%3D1\">ORDER</a>]</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p><strong>Network Info:</strong><span id=\"more-16370\"></span></p>\n<div>Datacenter &#8211; Amsterdam, Netherlands</div>\n<div>Test IPv4: 93.170.105.2</div>\n<div>Test IPv6: 2a07:a907:50a:2018::2</div>\n<div>Looking glass: <a href=\"http://lg-nl.vds6.net\">http://lg-nl.vds6.net</a></div>\n<div></div>\n<div></div>\n<p>Please let us know of any questions/comments/concerns and enjoy!</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/vds6-net-1gb-kvm-from-1-87-mo-and-more/feed/</wfw:commentRss>\n\t\t<slash:comments>36</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>HostUS &#8211; Exclusive London SSD KVM &#038; Worldwide OpenVZ Offers!</title>\n\t\t<link>https://lowendbox.com/blog/hostus-exclusive-london-ssd-kvm-worldwide-openvz-offers/</link>\n\t\t<comments>https://lowendbox.com/blog/hostus-exclusive-london-ssd-kvm-worldwide-openvz-offers/#comments</comments>\n\t\t<pubDate>Wed, 16 May 2018 02:00:38 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Nick]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\t\t<category><![CDATA[amsterdam]]></category>\n\t\t<category><![CDATA[Asia]]></category>\n\t\t<category><![CDATA[atlanta]]></category>\n\t\t<category><![CDATA[credit card]]></category>\n\t\t<category><![CDATA[hostus]]></category>\n\t\t<category><![CDATA[ipv4]]></category>\n\t\t<category><![CDATA[ipv6]]></category>\n\t\t<category><![CDATA[kvm]]></category>\n\t\t<category><![CDATA[london]]></category>\n\t\t<category><![CDATA[los angeles]]></category>\n\t\t<category><![CDATA[netherlands]]></category>\n\t\t<category><![CDATA[openvz]]></category>\n\t\t<category><![CDATA[paypal]]></category>\n\t\t<category><![CDATA[ssd]]></category>\n\t\t<category><![CDATA[VPS]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=16340</guid>\n\t\t<description><![CDATA[Andrew from HostUS has sent in a fresh offer and we&#8217;re happy to have them back on our site as they always get great feedback! HostUS is a registered company in Delaware, USA (# 5491145), their WHOIS is public, and you can find their ToS/legal documents here. They accept PayPal, Bitcoin, Credit Card and Alipay, as well [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://www.hostus.us\"><img class=\"screenshot\" src=\"http://lowendbox.com/wp-content/uploads/2017/03/hostus.jpg\" alt=\"\" width=\"200\" height=\"150\" /></a></p>\n<p>Andrew from HostUS has sent in a fresh offer and we&#8217;re happy to have them back on our site as they always get great feedback!</p>\n<p>HostUS is a registered company in Delaware, USA (# 5491145), their WHOIS is public, and you can find their <a href=\"https://hostus.us/terms-and-conditions.html\" target=\"_blank\">ToS/legal documents here.</a></p>\n<p>They accept PayPal, Bitcoin, Credit Card and Alipay, as well as all major bank cards (AMEX, Discover, MasterCard, VISA). There is a 3-day money back guarantee for a customer&#8217;s first order according to our terms and conditions.</p>\n<p><strong>In their own words: </strong></p>\n<p><em>&#8220;HostUS was founded in 2012 with our first location in Atlanta, GA. We had since grown to Ten global locations. Throughout the years HostUS has grown from a small start-up to its existing state. In the USA and Europe we operate our own ASNs (AS7489 / AS25926) and our own hardware. In Asia Pacific (Hong Kong, Sydney and Singapore) we partner with SoftLayer (AS36351). We use direct allocated IP addresses in most of our locations.&#8221;</em></p>\n<div><strong>Special KVM VPS Plans:</strong></div>\n<div></div>\n<div>Full KVM virtualization ready to run nearly any operating system (no module incompatibility and bothering support to enable modules). Run the latest Linux kernel, run BSD, run Docker, run Windows. Choose from already built templates or manual ISO installs. All KVM VPS plans include three snapshots which you can create and restore at any time.</div>\n<p></p>\n<div>Available KVM OSes can be <a href=\"https://my.hostus.us/knowledgebase.php?action=displayarticle&amp;id=101\" target=\"_blank\">found here</a>.</div>\n<p></p>\n<div></div>\n<table style=\"height: 265px\" width=\"650\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>London 2GB KVM Special</strong></p>\n<ul>\n<li>2GB RAM</li>\n<li>1x vCPU</li>\n<li>20GB SSD</li>\n<li>2TB transfer</li>\n<li>1Gbps uplink</li>\n<li>2x IPv4***</li>\n<li>1x IPv6</li>\n<li>KVM / Breeze Control Panel</li>\n<li>$7/month</li>\n<li>[<a href=\"https://my.hostus.us/cart.php?a=add&amp;pid=370\">Order Now</a>]</li>\n</ul>\n</td>\n<td valign=\"top\"><strong>London 3GB KVM Special</strong></p>\n<ul>\n<ul>\n<li>3GB RAM</li>\n<li>1x vCPU</li>\n<li>35GB SSD</li>\n<li>3TB transfer</li>\n<li>1Gbps uplink</li>\n<li>2x IPv4</li>\n<li>1x IPv6</li>\n<li>KVM / Breeze Control Panel</li>\n<li>$10/month</li>\n<li>[<a href=\"https://my.hostus.us/cart.php?a=add&amp;pid=371\">Order Now</a>]</li>\n</ul>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<div>***London KVM Special: Contact Support to add 2nd IP, justification required.</div>\n<p></p>\n<div></div>\n<p><strong>Additional Offers:</strong></p>\n<p><span id=\"more-16340\"></span></p>\n<div></div>\n<p><strong>Special OpenVZ Plans:</strong></p>\n<p>Container-based OpenVZ virtualization for running your favourite Linux distribution without the kernel overhead or management complexity. OpenVZ services are available in all ten of HostUS&#8217; worldwide locations.</p>\n<div></div>\n<div>Available OpenVZ OSes can be <a href=\"https://my.hostus.us/knowledgebase.php?action=displayarticle&amp;id=82\" target=\"_blank\">found here</a>.</div>\n<p><strong>Here are the offers:</strong></p>\n<table style=\"height: 265px\" width=\"650\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>USA / Europe 6GB OpenVZ</strong></p>\n<ul>\n<li>6GB RAM</li>\n<li>6GB vSwap</li>\n<li>4 vCPU Cores (Fair Share)</li>\n<li>150GB Disk Space</li>\n<li>5TB transfer</li>\n<li>1Gbps uplink</li>\n<li>1x IPv4</li>\n<li>6x IPv6</li>\n<li>OpenVZ / Breeze Control Panel</li>\n<li>$18/quarter</li>\n<li>$65/year</li>\n<li>[<a href=\"https://my.hostus.us/cart.php?a=add&amp;pid=202\">Order Now</a>]</li>\n</ul>\n</td>\n<td valign=\"top\"><strong>USA / Europe 768MB OpenVZ</strong></p>\n<ul>\n<li>768MB RAM</li>\n<li>768MB vSwap</li>\n<li>1 vCPU Core (Fair Share)</li>\n<li>20GB Disk Space</li>\n<li>2TB transfer</li>\n<li>1Gbps uplink</li>\n<li>1x IPv4</li>\n<li>4x IPv6</li>\n<li>OpenVZ / Breeze Control Panel</li>\n<li>$16/year</li>\n<li>[<a href=\"https://my.hostus.us/cart.php?a=add&amp;pid=201\">Order Now</a>]</li>\n</ul>\n</td>\n<td valign=\"top\"><strong>Asia-Pacific 768MB OpenVZ</strong></p>\n<ul>\n<li>768MB RAM</li>\n<li>768MB vSwap</li>\n<li>2 vCPU Cores (Fair Share)</li>\n<li>20GB Disk Space</li>\n<li>2TB transfer</li>\n<li>1Gbps uplink</li>\n<li>1x IPv4</li>\n<li>4x IPv6</li>\n<li>OpenVZ / Breeze Control Panel</li>\n<li>$5.65/month or $48/year</li>\n<li>[<a href=\"https://my.hostus.us/cart.php?a=add&amp;pid=180\">Order Now</a>]</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p><strong>Network Info &#038; Hardware&#8212;&gt;</strong></p>\n<p>Please see <a href=\"https://hostus.us/network.html\" target=\"_blank\">here</a> for full network information.</p>\n<div>&#8211; Intel Xeon CPUs (exact model depending on location / virtualization)</div>\n<div>&#8211; At least 64GB DDR3 or DDR4</div>\n<div>&#8211; OpenVZ: Minimum 4 HDD / SSD-Cached RAID 10</div>\n<div>&#8211; KVM: Pure SSD RAID 10</div>\n<div>&#8211; 1Gbps uplink</div>\n<p>Please let us know of any feedback or questions you have!</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/hostus-exclusive-london-ssd-kvm-worldwide-openvz-offers/feed/</wfw:commentRss>\n\t\t<slash:comments>17</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>PNZHost &#8211; 3GB KVM @ 1Gbps for $5.99/mo along with other plans in the USA!</title>\n\t\t<link>https://lowendbox.com/blog/pnzhost-3gb-kvm-1gbps-for-5-99-mo-along-with-other-plans-in-the-usa/</link>\n\t\t<comments>https://lowendbox.com/blog/pnzhost-3gb-kvm-1gbps-for-5-99-mo-along-with-other-plans-in-the-usa/#comments</comments>\n\t\t<pubDate>Thu, 10 May 2018 02:00:57 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Jon Biloh]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\t\t<category><![CDATA[New Provider]]></category>\n\t\t<category><![CDATA[alipay]]></category>\n\t\t<category><![CDATA[bitcoin]]></category>\n\t\t<category><![CDATA[buffalo]]></category>\n\t\t<category><![CDATA[credit cards]]></category>\n\t\t<category><![CDATA[ipv4]]></category>\n\t\t<category><![CDATA[kvm]]></category>\n\t\t<category><![CDATA[los angeles]]></category>\n\t\t<category><![CDATA[new york]]></category>\n\t\t<category><![CDATA[paypal]]></category>\n\t\t<category><![CDATA[pnzhost.com]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=16304</guid>\n\t\t<description><![CDATA[Yong from PNZHost has submitted their first offer ever with us! They are offering KVM based virtual services out of Los Angeles and New York. They stated with Los Angeles when they opened their doors and are now starting to expand into other regions! We hope you enjoy what they have to offer and please let [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://www.pnzhost.com\"><img class=\"screenshot\" src=\"http://lowendbox.com/wp-content/uploads/2018/05/pnzhost-233x300.jpg\" alt=\"VMium\" width=\"250\" height=\"175\" /></a></p>\n<p>Yong from <a href=\"https://www.pnzhost.com\">PNZHost</a> has submitted their first offer ever with us! They are offering KVM based virtual services out of Los Angeles and New York. They stated with Los Angeles when they opened their doors and are now starting to expand into other regions! We hope you enjoy what they have to offer and please let us know of any questions/comments/concerns you may have below.</p>\n<p><strong>Here&#8217;s what they had to say:</strong></p>\n<p><em>&#8220;PnZHost, founded in 2008, provides premier hosting solutions in the best datacenters around the world. When PnZHost was founded, emphasis was made on maximizing traffic and service quality between China and United States. Fast forward to today, PnZHost has datacenters in Los Angeles and New York. With that said, PnZHost now actively services clients from over 150 different countries! The rest is history. PnZHost&#8217;s KVM services allow you to install your own kernel, run Docker, and much more! We are happy to be apart of the LowEndBox community and look forward to servicing everyone&#8217;s needs!&#8221;</em></p>\n<p>***For anyone who orders and opens a support ticket afterwards claiming that they are from the LowEndBox posting, we will upgrade the port speed of their VPS to 1000Mbps (1Gbps port) at no additional charge.***</p>\n<table>\n<tbody>\n<tr>\n<td valign=\"top\">\n<p style=\"text-align: center;\"><b>512MB Plan</b></p>\n<ul>\n<li>1 x Intel Xeon E5 Core</li>\n<li>10GB Disk Storage</li>\n<li>512MB ECC RAM</li>\n<li>1TB Monthly Transfer</li>\n<li>100Mbps Network Port</li>\n<li>1 x IPv4</li>\n<li>KVM Virtualization</li>\n<li>$1.95/mo OR $15/yr [<a href=\"https://harmony.pnzhost.com/cart.php?a=add&#038;pid=302\">ORDER</a>]</li>\n</ul>\n</td>\n<td valign=\"top\">\n<p style=\"text-align: center;\"><b>1GB Plan</b></p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>1 x Intel Xeon E5 Core</li>\n<li>20GB Disk Storage</li>\n<li>1024MB ECC RAM</li>\n<li>3TB Monthly Transfer</li>\n<li>100Mbps Network Port</li>\n<li>1 x IPv4</li>\n<li>KVM Virtualization</li>\n<li>$2.99/mo OR $22/yr [<a href=\"https://harmony.pnzhost.com/cart.php?a=add&#038;pid=303\">ORDER</a>]</li>\n</ul>\n</td>\n<td style=\"width: 25px;\"></td>\n<td valign=\"top\">\n<p style=\"text-align: center;\"><b>3GB Plan</b></p>\n<ul>\n<li>2 x Intel Xeon E5 Core</li>\n<li>60GB Disk Storage</li>\n<li>3072MB ECC RAM</li>\n<li>5TB Monthly Transfer</li>\n<li>100Mbps Network Port</li>\n<li>1 x IPv4</li>\n<li>KVM Virtualization</li>\n<li>$5.99/mo OR $45/yr [<a href=\"https://harmony.pnzhost.com/cart.php?a=add&#038;pid=304\">ORDER</a>]</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p><span id=\"more-16304\"></span></p>\n<p>PNZHost supports payment through PayPal, Credit Cards, Bitcoin, Alipay and WeChat Pay. Kindly read their <a href=\"https://www.pnzhost.com/terms-of-service.html\">Terms of Service</a> before making any purchase.</p>\n<p><strong>Network information</strong></p>\n<div><i>ColoCrossing &#8211; Buffalo, New York, United States</i></div>\n<div>Test IPv4: 192.3.180.103</div>\n<div>Test file: <a href=\"http://lg.buf.colocrossing.com/100MB.test\" target=\"_blank\" rel=\"noopener noreferrer\">http://lg.buf.colocrossing.com/100MB.test</a></div>\n<p><strong>Hardware information</strong><br />\nDual Intel Xeon E5-2620v2 CPU&#8217;s<br />\n128GB RAM<br />\n4x 2TB Drives with RAID-10 Technology<br />\nHardware RAID10 with Caching<br />\n1Gbps uplink</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/pnzhost-3gb-kvm-1gbps-for-5-99-mo-along-with-other-plans-in-the-usa/feed/</wfw:commentRss>\n\t\t<slash:comments>95</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>NFPHosting &#8211; 6GB KVM for $10/mo in LA, NY, IL and much more!</title>\n\t\t<link>https://lowendbox.com/blog/nfphosting-6gb-kvm-for-10-mo-in-la-ny-il-and-much-more/</link>\n\t\t<comments>https://lowendbox.com/blog/nfphosting-6gb-kvm-for-10-mo-in-la-ny-il-and-much-more/#comments</comments>\n\t\t<pubDate>Fri, 04 May 2018 21:00:10 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Nick]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\t\t<category><![CDATA[bitcoin]]></category>\n\t\t<category><![CDATA[buffalo]]></category>\n\t\t<category><![CDATA[chicago]]></category>\n\t\t<category><![CDATA[credit cards]]></category>\n\t\t<category><![CDATA[kvm]]></category>\n\t\t<category><![CDATA[los angeles]]></category>\n\t\t<category><![CDATA[new york]]></category>\n\t\t<category><![CDATA[nfphosting.com]]></category>\n\t\t<category><![CDATA[openvz]]></category>\n\t\t<category><![CDATA[paypal]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=16265</guid>\n\t\t<description><![CDATA[Hello readers! Nathan over @ NFP Hosting sent over another set of awesome deals to share with us and they are now offering their services in three locations across the US! They were founded back in 2006, their WHOIS is public, and you can find their ToS/Legal Docs here. They accept PayPal, Credit Cards, Alipay and [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://www.nfphosting.com/\"><img class=\"screenshot\" src=\"http://lowendbox.com/wp-content/uploads/2017/08/NFPHOSTING.jpg\" width=\"250\" height=\"150\" /></a> Hello readers! Nathan over @ <a href=\"https://www.nfphosting.com/\" target=\"_blank\" rel=\"noopener\">NFP Hosting</a> sent over another set of awesome deals to share with us and they are now offering their services in three locations across the US! They were founded back in 2006, their WHOIS is public, and you can find their <a href=\"https://www.nfphosting.com/tos\" target=\"_blank\" rel=\"noopener\">ToS/Legal Docs here</a>. They accept PayPal, Credit Cards, Alipay and Bitcoin.</p>\n<p><strong>More about the company: </strong></p>\n<div><em>&#8220;NFPHosting.com was founded in 2006 as an e-commerce hosting provider after seeing the lack of hosts who can deliver quality. Throughout the years of learning the ins and outs of running a hosting company, and seeing the opportunities to expand in the marketplace, NFP Hosting throughout the years added additional services to serve a wider variety of markets. NFP Hosting today offers everything the basic consumer looking to start a website may need, all the way up to the advanced (technical) user looking to set up a cluster of servers. At NFP Hosting, there is no waiting around. Services are instantly provisioned, and 24/7 customer support comes standard with our plans. No compromises. No excuses. It’s really as simple as that.<br />\nWe are the provider for the people. Our motto is: Premium Solutions. Friendly People. Service Delivered. This means always going above and beyond, and going the extra mile. Hence why customers love NFP Hosting. Real results, real performance!</em></div>\n<div></div>\n<div>\n<div><em>&#8220;These offers are extra special not only because we’ve expanded to Chicago, but this is our first KVM VPS offer we’re presenting to the LEB community! In addition to that, we have some new OpenVZ specials in 3 locations, too!&#8221;</em></div>\n</div>\n<div></div>\n<p><b>HERE&#8217;S THE OFFERS:</b></p>\n<table>\n<tbody>\n<tr>\n<td valign=\"top\">\n<p style=\"text-align: center;\"><b>1GB RAM KVM</b></p>\n<ul>\n<li>1GB RAM</li>\n<li>1x CPU Core</li>\n<li>20GB HDD Space</li>\n<li>1.5TB Bandwidth</li>\n<li>100Mbps Network Port</li>\n<li>1x IPv4</li>\n<li>SolusVM/KVM Virtualization</li>\n<li>Linux or Windows OS</li>\n<li>$2.95/month or $15/year</li>\n<li>[<a href=\"https://portal.nfphosting.com/cart.php?a=add&#038;pid=58\">ORDER</a>]</li>\n</ul>\n</td>\n<td valign=\"top\">\n<p style=\"text-align: center;\"><b>2GB RAM KVM</b></p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>2GB RAM</li>\n<li>2x CPU Core</li>\n<li>40GB HDD Space</li>\n<li>5TB Bandwidth</li>\n<li>100Mbps Network Port</li>\n<li>1x IPv4</li>\n<li>SolusVM/KVM Virtualization</li>\n<li>Linux or Windows OS</li>\n<li>$9/quarterly (every 3 months)</li>\n<li>[<a href=\"https://portal.nfphosting.com/cart.php?a=add&#038;pid=59\">ORDER</a>]</li>\n</ul>\n</td>\n<td style=\"width: 25px;\"></td>\n<td valign=\"top\">\n<p style=\"text-align: center;\"><b>6GB RAM VDS (Semi-Dedicated)</b></p>\n<ul>\n<li>6GB RAM</li>\n<li>4x CPU Core</li>\n<li>100GB HDD Space</li>\n<li>5TB Bandwidth</li>\n<li>1000Mbps Network Port</li>\n<li>1x IPv4</li>\n<li>SolusVM/KVM Virtualization</li>\n<li>Linux or Windows OS</li>\n<li>$10/month or $90/year</li>\n<li>[<a href=\"https://portal.nfphosting.com/cart.php?a=add&#038;pid=60\">ORDER</a>]</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p><strong>ADDITIONAL OFFERS/NETWORK INFO: </strong></p>\n</div>\n<div></div>\n<p><span id=\"more-16265\"></span></p>\n<table>\n<tbody>\n<tr>\n<td valign=\"top\">\n<p style=\"text-align: center;\"><b>2GB RAM – LEB Special</b></p>\n<ul>\n<li>2GB RAM</li>\n<li>2GB vSwap</li>\n<li>1x CPU Core</li>\n<li>50GB HDD Space</li>\n<li>2TB Bandwidth</li>\n<li>100Mbps Network Port</li>\n<li>1x IPv4</li>\n<li>Virtualizor/OpenVZ</li>\n<li>$12/year</li>\n<li>[<a href=\"https://portal.nfphosting.com/cart.php?a=add&#038;pid=61\">ORDER</a>]</li>\n</ul>\n</td>\n<td valign=\"top\">\n<p style=\"text-align: center;\"><b>3GB RAM – LEB Special</b></p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>3GB RAM</li>\n<li>3GB vSwap</li>\n<li>2x CPU Core</li>\n<li>60GB HDD Space</li>\n<li>3TB Bandwidth</li>\n<li>100Mbps Network Port</li>\n<li>1x IPv4</li>\n<li>Virtualizor/OpenVZ</li>\n<li>$18/year</li>\n<li>[<a href=\"https://portal.nfphosting.com/cart.php?a=add&#038;pid=62\">ORDER</a>]</li>\n</ul>\n</td>\n<td style=\"width: 25px;\"></td>\n<td valign=\"top\">\n<p style=\"text-align: center;\"><b>6GB RAM – LEB Special</b></p>\n<ul>\n<li>6GB RAM</li>\n<li>6GB vSwap</li>\n<li>4x CPU Core</li>\n<li>150GB HDD Space</li>\n<li>10TB Bandwidth</li>\n<li>1000Mbps Network Port</li>\n<li>1x IPv4</li>\n<li>Virtualizor/OpenVZ</li>\n<li>$45/year</li>\n<li>[<a href=\"https://portal.nfphosting.com/cart.php?a=add&#038;pid=63\">ORDER</a>]</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<hr />\n</div>\n<div><strong>NETWORKS/DATACENTERS</strong></div>\n<div>\n<div>ColoCrossing &#8211; Los Angeles, CA</div>\n<div>Test IPv4: 107.175.180.6</div>\n<div>Test file: <a href=\"http://lg.la.colocrossing.com/100MB.test\" rel=\"noreferrer\">http://lg.la.colocrossing.com/100MB.test</a></p>\n<div>\n<div>ColoCrossing &#8211; Buffalo, NY</div>\n<div>Test IPv4: 192.3.180.103</div>\n<div>Test file: <a href=\"http://lg.buf.colocrossing.com/100MB.test\" rel=\"noreferrer\">http://lg.buf.colocrossing.com/100MB.test</a></p>\n<div>\n<div>ColoCrossing &#8211; Chicago, IL</div>\n<div>Test IPv4: 66.225.198.198</div>\n<div>Test file: <a href=\"http://lg.chi.colocrossing.com/100MB.test\" rel=\"noreferrer\">http://lg.chi.colocrossing.com/100MB.test</a></p>\n<hr />\n</div>\n<div><strong>KVM VPS Host Node Specifications</strong></div>\n<div>&#8211; Intel Xeon E5-2620v2&#8217;s</div>\n<div>&#8211; 128GB to 192GB of RAM</div>\n<div>&#8211; 4x 2TB HDD&#8217;s</div>\n<div>&#8211; LSI 9271 Hardware RAID</div>\n<div>&#8211; 1Gbps Uplinks</div>\n<div><strong>OpenVZ VPS Host Node Specifications</strong></div>\n<div>&#8211; Intel Xeon E3/E5&#8217;s</div>\n<div>&#8211; 32 to 64 GB RAM</div>\n<div>&#8211; 4x 1TB HDD&#8217;s</div>\n<div>&#8211; LSI 9271 Hardware RAID</div>\n<div>&#8211; 1Gbps Uplinks</div>\n<p>&nbsp;</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/nfphosting-6gb-kvm-for-10-mo-in-la-ny-il-and-much-more/feed/</wfw:commentRss>\n\t\t<slash:comments>169</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>HyperExpert &#8211; 10% off ALL VPS Plans and other goodies!</title>\n\t\t<link>https://lowendbox.com/blog/hyperexpert-10-off-all-vps-plans-and-other-goodies/</link>\n\t\t<comments>https://lowendbox.com/blog/hyperexpert-10-off-all-vps-plans-and-other-goodies/#comments</comments>\n\t\t<pubDate>Wed, 02 May 2018 02:00:26 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Nick]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\t\t<category><![CDATA[credit cards]]></category>\n\t\t<category><![CDATA[hyperexpert.com]]></category>\n\t\t<category><![CDATA[kvm]]></category>\n\t\t<category><![CDATA[paypal]]></category>\n\t\t<category><![CDATA[reseller]]></category>\n\t\t<category><![CDATA[seattle]]></category>\n\t\t<category><![CDATA[shared]]></category>\n\t\t<category><![CDATA[web hosting]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=16199</guid>\n\t\t<description><![CDATA[Ali from HyperExpert just sent us over an offer that looks awesome! He mentioned the web plans (noted below) come with free .COM registrations and all of their VPS plans are 10% off starting today! Here&#8217;s what they had to say:  &#8220;Hyper Expert, LLC was established in the year 2015 by a small group of [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://www.hyperexpert.com\"><img class=\"screenshot\" src=\"http://lowendbox.com/wp-content/uploads/2018/05/hyperexpertnew-300x229.png\" alt=\"\" width=\"200\" height=\"150\" /></a><br />\nAli from <a href=\"https://www.hyperexpert.com\">HyperExpert</a> just sent us over an offer that looks awesome! He mentioned the web plans (noted below) come with free .COM registrations and all of their VPS plans are 10% off starting today!</p>\n<p><strong>Here&#8217;s what they had to say: </strong></p>\n<p><em>&#8220;Hyper Expert, LLC was established in the year 2015 by a small group of people that are very passionate about technology. We provide you with the best possible ways to make use of technology to improve your brand. The foundation of Hyper Expert is trust and honesty, with goal to provide the best customer experience to help clients generate revenue, reduce costs and transform their thinking. Hyper Expert serves as technology consultants and can also provide web services, colocation, and performance cloud hosted solutions.&#8221;</em></p>\n<p>They are a registered business in the state of Washington, USA (#604202674). Their Terms of Service can be located <a href=\"http://hyperexpert.com/tos.php\">here</a>.</p>\n<p>They currently accept Credit Cards and PayPal only.</p>\n<p><strong>NEW SPECIALS</strong><br />\nFREE .COM Registrations/Transfers with ANY Hosting/Reseller Accounts &#8211; use code freedomain<br />\nVPS: 10% OFF any plan &#8211; use code 10OFF</p>\n<p><strong>Here&#8217;s shared Web Hosting deals: </strong></p>\n<div>\n<div>&#8211; 1 Website</div>\n<div>&#8211; Free SSL</div>\n<div>&#8211; 5 Databases</div>\n<div>&#8211; 5GB Storage</div>\n<div>&#8211; UNLIMITED Subdomains</div>\n<div>&#8211; Unlimited Bandwidth</div>\n<div>&#8211; Weekly backups</div>\n<div>&#8211; WordPress installer</div>\n<div>&#8211; Website Migration</div>\n<div>&#8211; cPanel</div>\n<div>&#8211; $0.99/Month</div>\n<div>&#8211; FREE .COM Registrations/Transfers &#8211; use code &#8220;freedomain&#8221;</div>\n<div>&#8211; [<a href=\"https://portal.hyperexpert.com/cart.php?a=add&#038;pid=26\">ORDER NOW</a>]</div>\n<p>\n</div>\n<div></div>\n<div>&#8211; 5 Websites</div>\n<div>&#8211; Free SSL</div>\n<div>&#8211; 10 Databases</div>\n<div>&#8211; 10GB Storage</div>\n<div>&#8211; UNLIMITED Subdomains</div>\n<div>&#8211; Unlimited Bandwidth</div>\n<div>&#8211; Weekly backups</div>\n<div>&#8211; WordPress installer</div>\n<div>&#8211; Website Migration</div>\n<div>&#8211; cPanel</div>\n<div>&#8211; $1.99/Month</div>\n<div>&#8211; FREE .COM Registrations/Transfers &#8211; use code &#8220;freedomain&#8221;</div>\n<div>&#8211; [<a href=\"https://portal.hyperexpert.com/cart.php?a=add&amp;pid=27\">ORDER NOW</a>]</div>\n<p>&nbsp;</p>\n<div><strong>KVM specials are after the break!</strong></div>\n<p><span id=\"more-16199\"></span></p>\n<div>\n<div>&#8211; 1GB RAM<br />\n&#8211; 1x vCPU<br />\n&#8211; 20GB HDD space (SSD Cached)<br />\n&#8211; 1TB Bandwidth<br />\n&#8211; 2GB Dedicated Swap (addition to your main storage)<br />\n&#8211; Weekly backups<br />\n&#8211; 1Gbps uplink<br />\n&#8211; 1x IPv4<br />\n&#8211; 1x IPv6 /64 subnet<br />\n&#8211; $2.99/month<br />\n&#8211; 10% OFF &#8211; use code &#8220;10OFF&#8221;<br />\n&#8211; [<a href=\"https://portal.hyperexpert.com/cart.php?a=add&#038;pid=21\">ORDER NOW</a>]</p>\n</div>\n<div>\n<div>&#8211; 2GB RAM<br />\n&#8211; 2x vCPU<br />\n&#8211; 40GB HDD space (SSD Cached)<br />\n&#8211; 2TB Bandwidth<br />\n&#8211; Weekly backups<br />\n&#8211; 1Gbps uplink<br />\n&#8211; 1x IPv4<br />\n&#8211; 1x IPv6 /64 subnet<br />\n&#8211; $4.99/month<br />\n&#8211; 10% OFF &#8211; use code &#8220;10OFF&#8221;<br />\n&#8211; [<a href=\"https://portal.hyperexpert.com/cart.php?a=add&#038;pid=22\">ORDER NOW</a>]</p>\n</div>\n<p></p>\n<div>\n<div>&#8211; 4GB RAM<br />\n&#8211; 4x vCPU<br />\n&#8211; 80GB HDD space (SSD Cached)<br />\n&#8211; 3TB Bandwidth<br />\n&#8211; Weekly backups<br />\n&#8211; 1Gbps uplink<br />\n&#8211; 1x IPv4<br />\n&#8211; 1x IPv6 /64 subnet<br />\n&#8211; $8.99/month<br />\n&#8211; 10% OFF &#8211; use code &#8220;10OFF&#8221;<br />\n&#8211; [<a href=\"https://portal.hyperexpert.com/cart.php?a=add&#038;pid=23\">ORDER NOW</a>]</p>\n</div>\n<p><strong>NETWORK INFO:</strong></p>\n<p><strong>Wowrack Datacenter, Seattle, WA, USA</strong><br />\nTest IPv4: 208.115.100.186<br />\nTest IPv6: 2602:febc:0:3b9::4dbc<br />\nTest file: <a href=\"http://208.115.100.186/100MB.zip\" rel=\"noreferrer\">http://208.115.100.186/100MB.zip</a><br />\nLooking glass: <a href=\"http://208.115.100.186\" rel=\"noreferrer\">http://208.115.100.186</a></p>\n<p><strong>Host Node:</strong></p>\n<p>&#8211; 2x Intel Xeon E5-2670 CPU<br />\n&#8211; 192GB RAM<br />\n&#8211; 2x 80TB Network Storage<br />\n&#8211; Hardware RAID10<br />\n&#8211; 2x 10Gbps uplink</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/hyperexpert-10-off-all-vps-plans-and-other-goodies/feed/</wfw:commentRss>\n\t\t<slash:comments>19</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>QuadraNet &#8211; Intel Q9550 Dedicated Server w/ DDoS Protection for $39/month!</title>\n\t\t<link>https://lowendbox.com/blog/quadranet-intel-q9550-dedicated-server-w-ddos-protection-for-39-month/</link>\n\t\t<comments>https://lowendbox.com/blog/quadranet-intel-q9550-dedicated-server-w-ddos-protection-for-39-month/#comments</comments>\n\t\t<pubDate>Fri, 27 Apr 2018 20:00:09 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Nick]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\t\t<category><![CDATA[credit cards]]></category>\n\t\t<category><![CDATA[ddos protection]]></category>\n\t\t<category><![CDATA[ipv4]]></category>\n\t\t<category><![CDATA[ipv6]]></category>\n\t\t<category><![CDATA[los angeles]]></category>\n\t\t<category><![CDATA[paypal]]></category>\n\t\t<category><![CDATA[q9550]]></category>\n\t\t<category><![CDATA[quadranet.com]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=16175</guid>\n\t\t<description><![CDATA[Adam from QuadraNet sent over another Los Angeles dedicated server offer for our readers. QuadraNet operates its own datacenter facilities with its own network infrastructure (AS8100), equipment and IP space, and has recently opened a new Los Angeles datacenter. QuadraNet&#8217;s offer features 15,000RPM SAS drives with a Hardware RAID controller this time around, making this offer quite [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://www.quadranet.com/\"><img class=\"screenshot\" src=\"http://lowendbox.com/wp-content/uploads/2017/04/quadranet.jpg\" alt=\"\" width=\"200\" height=\"150\" /></a> Adam from <a href=\"https://www.quadranet.com/\" target=\"_blank\" rel=\"noopener noreferrer\">QuadraNet</a> sent over another Los Angeles dedicated server offer for our readers. QuadraNet operates its own datacenter facilities with its own network infrastructure (AS8100), equipment and IP space, and has recently opened a <a href=\"https://blog.quadranet.com/los-angeles-century-datacenter-enhancements/\" rel=\"noopener\" target=\"_blank\">new Los Angeles datacenter</a>.</p>\n<p>QuadraNet&#8217;s offer features 15,000RPM SAS drives with a Hardware RAID controller this time around, making this offer quite unique for Los Angeles!</p>\n<p>In their own words:</p>\n<p><em>&#8220;QuadraNet is a datacenter which has been operating since 2001. QuadraNet operates its own datacenter facilities with its own network infrastructure (AS8100), equipment and IP space. They started under the brand “OC3 Networks,” OC3 Networks acquired MultiPoint and then a subsidary brand to focus on dedicated servers was started under a brand named PacificRack. All these brands eventually came together merged into one, “QuadraNet.” They are well-known and popular in LowEndBox/LowEndTalk community as they are used by many VPS hosting providers.&#8221;</em></p>\n<p>Their WHOIS is public, they are a registered company in the USA, their legal <a href=\"https://www.quadranet.com/terms-of-service\" target=\"_blank\" rel=\"noopener\">docs can be found here</a> , and they accept credit cards, PayPal, Checks, wire payments, Alipay, Tencent WeChat Pay, and cryptocurrency as available methods of payment.</p>\n<p>Here&#8217;s the offer:</p>\n<div>\n<div><b>Xeon Dedicated Server – Limited Time Offer</b></div>\n<div></div>\n<div><em>This offer includes 3Gbps of QuadraNet VEST DDoS Mitigation, you can also upgrade to their Asia-Optimized network for an additional $5/month.</em></div>\n<ul>\n<li>Intel Core2Quad Q9550 Quad Core &#8211; 2.83Ghz, 12M Cache, 1333FSB</li>\n<li>8GB RAM</li>\n<li>2x 147GB SAS 15,000RPM Drives</li>\n<li>Hardware RAID-1 via Adaptec 2405</li>\n<li>15TB Traffic</li>\n<li>100Mbps Uplink</li>\n<li>/29 IPv4 &#8211; 5 Usable IPs</li>\n<li>/64 IPv6 &#8211; Millions of IPs</li>\n<li>KVM over IP, Remote Power Control</li>\n<li>$39/month <strong>(***$20 FIRST MONTH***)</strong></li>\n<li><b></b><b>INCLUDES</b>: Noction Intelligent Routing Platform Enabled Network</li>\n<li><b></b><b>INCLUDES</b>: 3Gbps Detect &amp; Mitigate QuadraNet VEST DDoS Protection</li>\n<li>[<a href=\"https://blog.quadranet.com/exclusive-dedicated-server-sale-20-first-month/\" target=\"_blank\" rel=\"noopener noreferrer\">Order Now</a>]</li>\n</ul>\n</div>\n<div><strong>Network info: </strong></div>\n<p><span id=\"more-16175\"></span></p>\n<div>QuadraNet, Inc Datacenter, Los Angeles, CA, USA<br />\nTest IPv4: 198.55.111.5<br />\nTest IPv4 Asia-optimized: 204.152.218.25<br />\nTest IPv6: 2607:fcd0:0:a::2<br />\nTest File: <a href=\"http://repos.lax-noc.com/speedtests/100mb.bin\" target=\"_blank\" rel=\"noopener noreferrer\">http://repos.lax-noc.com/speedtests/100mb.bin</a></div>\n<div></div>\n<p></p>\n<div></p>\n<div><em>For those interested, QuadraNet Los Angeles Network consists of the following carriers:</em></div>\n<div></div>\n<p></p>\n<div>GT-T/TiNet &#8212; Transit &#8212; 1 x 10Gbps</div>\n<div>PCCW/BTN &#8212; Transit &#8212; 1 x 10Gbps</div>\n<div>ChinaUnicom &#8212; Transit &#8212; 1 x 10Gbps</div>\n<div>Cogent Communications &#8212; Transit &#8212; 1 x 10Gbps</div>\n<div>Telia &#8212; Transit &#8212; 1 x 10Gbps</div>\n<div>China Telecom &#8212; Transit &#8212; 1 x 10Gbps</div>\n<div>AboveNet/Zayo &#8212; Transit &#8212; 1 x 10Gbps</div>\n<div>Equinix Exchange &#8212; Peering &#8212; 1 x 10Gbps</div>\n<div>Any2Exchange &#8212; Peering &#8211; 1 x 10Gbps</div>\n<div>Host.net &#8212; Transit &#8212; 2 x 10Gbps</div>\n<div>HiNet Taiwan &#8212; Peering &#8212; 1 x 10Gbps</div>\n<div>Google Direct &#8212; Peering &#8212; 1x 10Gbps</div>\n<div>Plus hundreds of additional network peers</div>\n</div>\n<div></div>\n<div></div>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/quadranet-intel-q9550-dedicated-server-w-ddos-protection-for-39-month/feed/</wfw:commentRss>\n\t\t<slash:comments>9</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>AIT – $1 for first month on 512MB Xen VPS w/ UNLIMITED bandwidth in the USA!</title>\n\t\t<link>https://lowendbox.com/blog/ait-1-for-first-month-on-512mb-xen-vps-w-unlimited-bandwidth-in-the-usa/</link>\n\t\t<comments>https://lowendbox.com/blog/ait-1-for-first-month-on-512mb-xen-vps-w-unlimited-bandwidth-in-the-usa/#comments</comments>\n\t\t<pubDate>Mon, 23 Apr 2018 02:00:32 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Nick]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\t\t<category><![CDATA[New Provider]]></category>\n\t\t<category><![CDATA[ait.com]]></category>\n\t\t<category><![CDATA[credit card]]></category>\n\t\t<category><![CDATA[North Carolina]]></category>\n\t\t<category><![CDATA[paypal]]></category>\n\t\t<category><![CDATA[xen]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=16139</guid>\n\t\t<description><![CDATA[We are proud to welcome Xenia from AIT to LowEndBox as they have just sent in their first offer! They have been around since 1995 and own their own Datacenter in Fayetteville, North Carolina. We hope you love their introductory offer and hope to hear some positive feedback on something different from our usual offer(s). [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://ait.com\"><img class=\"screenshot\" src=\"http://lowendbox.com/wp-content/uploads/2018/04/AIT-site-300x276.jpg\" alt=\"\" /></a>We are proud to welcome Xenia from <a href=\"https://ait.com\" target=\"_blank\">AIT</a> to LowEndBox as they have just sent in their first offer! They have been around since 1995 and own their own Datacenter in Fayetteville, North Carolina. We hope you love their introductory offer and hope to hear some positive feedback on something different from our usual offer(s).</p>\n<p><em>In their own words:</em><br />\n<em>&#8220;We are proud to offer affordable and reliable VPS hosting since 1995. At AIT, we love what we do and have control over every aspect of hosting process. We own and operate a 93,000 square foot data center with 24/7 dedicated security detail and video surveillance. We do provide 24/7 technical support as well as web-development and SEO services. Our main goal is to offer superior quality services at affordable prices. And today it’s even cheaper! You can get the first month of VPS hosting for $1.&#8221;</em></p>\n<p>They are a registered corporation in the state of North Carolina (0393095). They accept Credit Card, PayPal and ACH (upon request) as payment methods. Please see the <a href=\"https://www.ait.com/company/legal/\" target=\"_blank\">Legal Documents</a> for further information before ordering.</p>\n<p><strong>Offer</strong>:</p>\n<p>&#8211; <strong>VPS Starter</strong><br />\n&#8211; CPU: 1 Core<br />\n&#8211; Disk: 25GB SSD Space<br />\n&#8211; RAM: 512MB<br />\n&#8211; Bandwidth: UNLIMITED<br />\n&#8211; 1Gbps Uplink<br />\n&#8211; 1 x IPv4<br />\n&#8211; XEN Virtualization<br />\n&#8211; $4.99/mo (first month is just $1) OR $47.66/yr<br />\n[<strong><a href=\"https://www.ait.com/vps-hosting/\" target=\"_blank\">Order Now</a></strong>]</p>\n<p><span id=\"more-16139\"></span></p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>\n<p><em>Locations &amp; Test Information</em></p>\n<p><strong>AIT Dataceter (Fayetteville, North Carolina)</strong><br />\nTest IPv4: 216.117.143.252<br />\nTest file: <a href=\"http://216.117.143.252/1Gtest.bin\" target=\"_blank\">http://216.117.143.252/1Gtest.bin</a></p>\n<p><strong>Hardware Specifications</strong><br />\n&#8211; Intel Xeon E3-1270 to 2xIntel Xeon E5-2690v4<br />\n&#8211; 32GB RAM to 512GB RAM<br />\n&#8211; 2x1TB SSD to 12x1TB SSD<br />\n&#8211; Hardware Raid 1 to Hardware Raid 10<br />\n&#8211; 1Gbps uplink</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/ait-1-for-first-month-on-512mb-xen-vps-w-unlimited-bandwidth-in-the-usa/feed/</wfw:commentRss>\n\t\t<slash:comments>8</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>HappyBeeHost &#8211; 1GB OpenVZ VPS $2/month and more!</title>\n\t\t<link>https://lowendbox.com/blog/happybeehost-1gb-openvz-vps-2-month-and-more/</link>\n\t\t<comments>https://lowendbox.com/blog/happybeehost-1gb-openvz-vps-2-month-and-more/#comments</comments>\n\t\t<pubDate>Mon, 16 Apr 2018 02:00:50 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Nick]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\t\t<category><![CDATA[happybeehost.com]]></category>\n\t\t<category><![CDATA[ipv4]]></category>\n\t\t<category><![CDATA[linux]]></category>\n\t\t<category><![CDATA[london]]></category>\n\t\t<category><![CDATA[openvz]]></category>\n\t\t<category><![CDATA[OVH]]></category>\n\t\t<category><![CDATA[paypal]]></category>\n\t\t<category><![CDATA[SolusVM]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=16121</guid>\n\t\t<description><![CDATA[Aaron from HappyBeeHost is back with a third offer for our readers. They are still in the OVH Datacenter in London and have plenty to offer! There is two coupon codes listed below with the products so be sure to use those to take advantage of their sale properly! In their own words: &#8220;HappyBeeHost is [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://happybeehost.com\"><img class=\"screenshot\" src=\"https://lowendbox.com/wp-content/uploads/2016/09/happybeehost-300x150.jpg\" alt=\"\" /></a></p>\n<p>Aaron from <a href=\"https://happybeehost.com\" target=\"_blank\" rel=\"noopener\">HappyBeeHost</a> is back with a third offer for our readers. They are still in the OVH Datacenter in London and have plenty to offer! There is two coupon codes listed below with the products so be sure to use those to take advantage of their sale properly!</p>\n<p><strong>In their own words:</strong></p>\n<p><em>&#8220;HappyBeeHost is a leading provider of high-performance, low-cost web hosting solutions. We operate on a diverse range of flexible products in a highly secured environment coupled with at most customer care. We believe in being leaders rather than followers. Within a short span of time since we have stepped into the competitive web industry, we have left our traces through our competencies, methodologies and business ethics.</p>\n<p>*We are providing this exclusive offer for our new SATA virtual server plans starting at just 2 USD/month (Use Coupon code HPYSALE for life time). Also, the SSD VPS range is starting from 5 USD/month (Use Coupon code LEB50 for life time)*&#8221;</em></p>\n<p>They offer PayPal as payment methods. As always, please ensure you read their <a href=\"https://www.happybeehost.com/terms_and_conditions.php\" target=\"_blank\" rel=\"noopener\">Terms of Service</a>.</p>\n<p><strong>Offers</strong>:</p>\n<p><em>VM-Starter</em>:</p>\n<p>&#8211; 1GB RAM<br />\n&#8211; 1GB vSwap<br />\n&#8211; 4x vCPU<br />\n&#8211; 30GB HDD Space<br />\n&#8211; 1TB Transfer<br />\n&#8211; 1Gbps Uplink<br />\n&#8211; 1x IPv4<br />\n&#8211; OpenVZ/SolusVM<br />\n&#8211; Coupon: HPYSALE<br />\n&#8211; $2/month<br />\n[<strong><a href=\"https://hive.happybeehost.com/cart.php?a=add&#038;pid=32&#038;a=add&#038;currency=1\" target=\"_blank\" rel=\"noopener\">Order Now</a></strong>]</p>\n<p><em>VM-Economy</em>:</p>\n<div>&#8211; 2GB RAM</div>\n<div>&#8211; 2GB vSwap</div>\n<div>&#8211; 4x vCPU</div>\n<div>&#8211; 40GB HDD space</div>\n<div>&#8211; 2TB transfer</div>\n<div>&#8211; 1Gbps uplink</div>\n<div>&#8211; 1x IPv4</div>\n<div>&#8211; OpenVZ/SolusVM</div>\n<div>&#8211; Coupon: HPYSALE</div>\n<div>&#8211; $5/month</div>\n<div>[<strong><a href=\"https://hive.happybeehost.com/cart.php?a=add&#038;pid=34&#038;a=add&#038;currency=1\" target=\"_blank\" rel=\"noopener\">Order Now</a></strong>]</div>\n<p>(more after break)</p>\n<p><span id=\"more-16121\"></span></p>\n<p><em>VMSSD-Starter:</em></p>\n<div>\n<div>&#8211; 1GB RAM</div>\n<div>&#8211; 1GB vSwap</div>\n<div>&#8211; 4x vCPU</div>\n<div>&#8211; 30GB SSD space</div>\n<div>&#8211; 1TB transfer</div>\n<div>&#8211; 1Gbps uplink</div>\n<div>&#8211; 1x IPv4</div>\n<div>&#8211; OpenVZ/SolusVM</div>\n<div>&#8211; Coupon: LEB50</div>\n<div>&#8211; $5/month</div>\n</div>\n<div>[<strong><a href=\"https://hive.happybeehost.com/cart.php?a=add&#038;pid=10&#038;a=add&#038;currency=1\" target=\"_blank\" rel=\"noopener\">Order Now</a></strong>]</div>\n<hr />\n<p><em>Locations &amp; Test Information</em></p>\n<div><strong>Host Node:</strong></div>\n<div><strong>CPU:</strong> Intel Xeon D-1520</div>\n<div><strong>RAM:</strong> 32GB DDR4 ECC 2133 MHz</div>\n<div><strong>DISKS:</strong> Software RAID1 2x2TB</div>\n<div><strong>TRAFFIC:</strong> 1Gbps uplink</div>\n<p></p>\n<div><strong>Datacenter Name:</strong> OVH, London</div>\n<div><strong>Datacenter Location:</strong> United Kingdom/London</div>\n<div><strong>Test file:</strong> <a href=\"http://lon-nw.happybeehost.com/Test100M.bin\" target=\"_blank\" rel=\"noopener noreferrer\">http://lon-nw.happybeehost.com/Test100M.bin</a></div>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/happybeehost-1gb-openvz-vps-2-month-and-more/feed/</wfw:commentRss>\n\t\t<slash:comments>26</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>HiFormance &#8211; 2GB OpenVZ for $10.00/yr or 2GB KVM VPS for $5/mo!</title>\n\t\t<link>https://lowendbox.com/blog/hiformance-2gb-openvz-for-10-00-yr-or-2gb-kvm-vps-for-5-mo/</link>\n\t\t<comments>https://lowendbox.com/blog/hiformance-2gb-openvz-for-10-00-yr-or-2gb-kvm-vps-for-5-mo/#comments</comments>\n\t\t<pubDate>Tue, 10 Apr 2018 18:00:23 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Nick]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\t\t<category><![CDATA[atlanta]]></category>\n\t\t<category><![CDATA[buffalo]]></category>\n\t\t<category><![CDATA[chicago]]></category>\n\t\t<category><![CDATA[credit card]]></category>\n\t\t<category><![CDATA[dallas]]></category>\n\t\t<category><![CDATA[hiformance.com]]></category>\n\t\t<category><![CDATA[kvm]]></category>\n\t\t<category><![CDATA[linux]]></category>\n\t\t<category><![CDATA[los angeles]]></category>\n\t\t<category><![CDATA[openvz]]></category>\n\t\t<category><![CDATA[paypal]]></category>\n\t\t<category><![CDATA[windows]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=16079</guid>\n\t\t<description><![CDATA[Kyle over at HiFormance is back with more amazing deals for us, this time even better then the last. We have enjoyed the positive feedback from our readers in regards to HiFormance and we look forward to listing them more! Here&#8217;s a note from the company &#8220;Its been a great year so far for us [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://hiformance.com/\"><img class=\"screenshot\" src=\"http://lowendbox.com/wp-content/uploads/2017/08/HIFORMANCE.jpg\" alt=\"\" width=\"200\" height=\"150\" /></a><br />\nKyle over at <a href=\"https://hiformance.com\">HiFormance</a> is back with more amazing deals for us, this time even better then the last. We have enjoyed the positive feedback from our readers in regards to <a href=\"https://hiformance.com\">HiFormance</a> and we look forward to listing them more!</p>\n<p>Here&#8217;s a note from the company</p>\n<p><em>&#8220;Its been a great year so far for us at HiFormance and we appreciate the LowEndBox community for all your support and feedback! Since we launched last year and sustained exponential growth, we have expanded our service &#038; support across the nation and continue to do so each day! We want to give our customers a unique experience with the highest level of performance and customer service. Signing up with HiFormance means becoming apart of a network of specialists and hosting enthusiasts that ultimately give you the best presence on the web. Welcome to HiFormance, how can we further enhance your hosting experience?&#8221;</em><br />\n</ br></p>\n<div>Their WHOIS is public, they&#8217;re a registered LLC in the state of Wyoming (2017-000777425), they accept PayPal and Credit Cards, and you can find their legal docs at the following links:</div>\n<ul>\n<li>\n<div><a href=\"http://hiformance.com/privacy-policy\" target=\"_blank\" rel=\"noopener\">Privacy Policy</a></div>\n</li>\n<li>\n<div><a href=\"http://hiformance.com/service-level-agreement\" target=\"_blank\" rel=\"noopener\">Service Level Agreement</a></div>\n</li>\n<li><a href=\"http://hiformance.com/terms-of-service\" target=\"_blank\" rel=\"noopener\">Terms of Service</a></li>\n</ul>\n<div><em><b>**Pre-pay 3-years to get double CPU, memory, SSD or IP address!**</b></em></div>\n<p>(Just submit a ticket and include the resource you choose to be doubled.)</p>\n<div></div>\n<p><strong>Here&#8217;s the offer: </strong></p>\n<table style=\"height: 265px;\" width=\"650\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>OpenVZ 2018</strong></p>\n<ul>\n<li>2GB RAM</li>\n<li>2 x vCores</li>\n<li>20GB Pure SSD</li>\n<li>2TB Bandwidth</li>\n<li>1Gbps Uplink</li>\n<li>1 x IPv4</li>\n<li>OpenVZ (SolusVM)</li>\n<li>Linux Only</li>\n<li>$10/yr</li>\n<li>[<a href=\"https://my.hiformance.com/cart.php?a=add&#038;pid=185\">ORDER</a>]</li>\n</ul>\n</td>\n<td valign=\"top\"><strong>KVM 2018</strong></p>\n<ul>\n<li>2GB RAM</li>\n<li>2 x Cores</li>\n<li>40GB Pure SSD</li>\n<li>2TB Bandwidth</li>\n<li>1Gbps Uplink</li>\n<li>1 x IPv4</li>\n<li>KVM (SolusVM)</li>\n<li>Windows &#038; Linux</li>\n<li>$5/mo</li>\n<li>[<a href=\"https://my.hiformance.com/cart.php?a=add&#038;pid=187\">ORDER</a>]</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p><strong>Network Info: </strong><br />\n<span id=\"more-16079\"></span></p>\n</div>\n<div>\n<div>Buffalo, NY &#8211; 107.175.18.3 &#8211; <a href=\"http://lg.buffalo.ny.hiformance.net/\" target=\"_blank\" rel=\"noopener noreferrer\">Looking Glass</a></div>\n<div>Chicago, IL &#8211; 192.3.19.3 &#8211; <a href=\"http://lg.chicago.il.hiformance.net/\" target=\"_blank\" rel=\"noopener noreferrer\">Looking Glass</a></div>\n<div>Dallas, TX &#8211; 107.173.126.3 &#8211; <a href=\"http://lg.dallas.tx.hiformance.net/\" target=\"_blank\" rel=\"noopener noreferrer\">Looking Glass</a></div>\n<div>Los Angeles, CA &#8211; 107.175.217.3 &#8211; <a href=\"http://lg.losangeles.ca.hiformance.net/\" target=\"_blank\" rel=\"noopener noreferrer\">Looking Glass</a></div>\n<div>Atlanta, GA &#8211; 206.217.143.125 &#8211; <a href=\"http://lg.atlanta.ga.hiformance.net/\" target=\"_blank\" rel=\"noopener noreferrer\">Looking Glass</a></div>\n</div>\n<div class=\"resize-triggers\">\n<div>\n<hr />\n<p><strong>Host Node Specifications:</strong></p>\n</div>\n<div>2x Xeon E5-2660 through E5-2690<br />\n128GB+ DDR3/DDR4<br />\n8 X 1TB SSD<br />\nHardware RAID10<br />\n1Gbps Uplink</div>\n</div>\n<div id=\"ember149211\" class=\"__module-tickets__ticket-details__ticket-actions__reply__c7d0a ember-view\"></div>\n<p>Please let us know if you guys have any questions, comments or concerns in the field below and enjoy!</p>\n<p>&nbsp;</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/hiformance-2gb-openvz-for-10-00-yr-or-2gb-kvm-vps-for-5-mo/feed/</wfw:commentRss>\n\t\t<slash:comments>88</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Post-Easter Sales @ LowEndTalk still on going!</title>\n\t\t<link>https://lowendbox.com/blog/post-easter-sales-lowendtalk-still-on-going/</link>\n\t\t<comments>https://lowendbox.com/blog/post-easter-sales-lowendtalk-still-on-going/#respond</comments>\n\t\t<pubDate>Wed, 04 Apr 2018 22:00:04 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Nick]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=16046</guid>\n\t\t<description><![CDATA[We wanted to make sure our readers were aware of the hot sales we have going on over at LowEndTalk still from the Easter sales posted over the weekend! Check them out below and let us know if you have any questions/comments: # Time4VPS &#8211; @time4vps **One-time 50% on all products** &#8211; [LET Post] / [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://www.lowendtalk.com/discussion/141158/it-s-easter-show-me-what-you-ve-got-providers-give-us-the-crazy-deals-mega-request-thread\"><img class=\"screenshot\" src=\"http://lowendbox.com/wp-content/uploads/2018/04/easteratlet-300x131.png\" alt=\"\" width=\"300\" height=\"131\" /></a></p>\n<p>We wanted to make sure our readers were aware of the hot sales we have going on over at LowEndTalk still from the Easter sales posted over the weekend! Check them out below and let us know if you have any questions/comments:</p>\n<p># Time4VPS &#8211; <a href=\"https://www.lowendtalk.com/profile/time4vps\">@time4vps</a><br />\n**One-time 50% on all products** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/141098/time4vps-and-hostens-50-easter-promotion\">LET Post</a>] / [<a href=\"https://www.time4vps.eu\">Order Link</a>] (Coupon: ZAXO46LQ)</p>\n<hr />\n<p># Hostens &#8211; <a href=\"https://www.lowendtalk.com/profile/hostens\">@hostens</a><br />\n**One-time 50% on all products** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/141098/time4vps-and-hostens-50-easter-promotion\">LET Post</a>] / [<a href=\"https://www.hostens.com/\">Order Link</a>] (Coupon: I0LXE4ZH)</p>\n<hr />\n<p># InceptionHosting &#8211; <a href=\"https://www.lowendtalk.com/profile/AnthonySmith\">@AnthonySmith</a><br />\n**€6/m UK KVM** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2721539/#Comment_2721539\">LET Post</a>] / [<a href=\"https://clients.inceptionhosting.com/cart.php?a=add&amp;pid=187\">Order Link</a>] (Coupon: YK0EHQJ2M7)<br />\n2 CPU | 4G RAM | 20G NVMe | 1 IPv4 | /64 IPv6 | 4T BW | 1Gbps<br />\n**Free 2nd IP for order before Sunday!**<br />\nDDOS Protected + Daily Backup</p>\n<p><span id=\"more-16046\"></span></p>\n<hr />\n<p># First Root &#8211; <a href=\"https://www.lowendtalk.com/profile/FR_Michael\">@FR_Michael</a><br />\n**€12.1/m KVM ex VAT (One-time, limited 30)** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2721716/#Comment_2721716\">LET Post</a>] / [<a href=\"https://www.first-root.com/vps-configurator/kvm-power-e1-light\">Order Link</a>]<br />\n(Coupon: 8G48-CFKW-WWVJ-T6GJ)<br />\n4 CPU | 4G RAM | 300G R-10 | 1 IPv4 | 1 IPv6 | 10T BW | 1Gbps<br />\n**Special pricing of €8.06/m for first 10 customer!** (Coupon: AM7J-KR4S-32NL-P4KJ)<br />\nF-Com Control Panel</p>\n<hr />\n<p># FlowVPS &#8211; <a href=\"https://www.lowendtalk.com/profile/trewq\">@trewq</a><br />\n**$10 AUD/m Australia KVM** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2721758/#Comment_2721758\">LET Post</a>] / [<a href=\"https://billing.flowvps.com/cart.php?a=add&amp;pid=21&amp;billingcycle=monthly&amp;promocode=B6NZMH4DVV\">Order Link</a>]<br />\n2 CPU | 4G RAM | 30G NVMe | 1 IPv4 | /64 IPv6 | 750G BW<br />\n**Special pricing for longer period!** [<a href=\"https://billing.flowvps.com/cart.php?a=add&amp;pid=21&amp;billingcycle=quarterly&amp;promocode=9IINS6AD24\">$25 AUD/qtr</a>] or [<a href=\"https://billing.flowvps.com/cart.php?a=add&amp;pid=21&amp;billingcycle=annually&amp;promocode=QDEKK79P97\">$85 AUD/yr</a>]</p>\n<p>**$5.5 AUD/m Australia KVM** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2722088/#Comment_2722088\">LET Post</a>] / [<a href=\"https://billing.flowvps.com/cart.php?a=add&amp;pid=20&amp;billingcycle=monthly&amp;promocode=V7D4RSUUF3\">Order Link</a>]<br />\n2 CPU | 2G RAM | 15G NVMe | 1 IPv4 | /64 IPv6 | 500G BW<br />\n**Special pricing for longer period!** [<a href=\"https://billing.flowvps.com/cart.php?a=add&amp;pid=20&amp;billingcycle=quarterly&amp;promocode=SILQ0632LT\">$14.5 AUD/qtr</a>]</p>\n<hr />\n<p># WebProject &#8211; <a href=\"https://www.lowendtalk.com/profile/WebProject\">@WebProject</a><br />\n**£5/m Xen** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2721770/#Comment_2721770\">LET Post</a>] / [<a href=\"https://www.web-project.co.uk/clientarea/order.php?step=1&amp;productGroup=20&amp;product=211\">Order Link</a>]<br />\n4 CPU | 4G RAM | 200G HDD | 1 IPv4 | /112 IPv6 | 5T BW<br />\nAnti-DDOS Protection + 14 Day Money Back</p>\n<hr />\n<p># ExtraVM &#8211; <a href=\"https://www.lowendtalk.com/profile/MikeA\">@MikeA</a><br />\n**One-time 60% on OVZ VPS (1st month / Quarter)** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2721779/#Comment_2721779\">LET Post</a>] / [<a href=\"https://extravm.com/openvzvps.html\">Order Link</a>]<br />\n(Coupon: 34LCVSH5ED)</p>\n<p>**One-time 25% on any VPS (1st month)** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2721779/#Comment_2721779\">LET Post</a>] / [<a href=\"https://extravm.com/openvzvps.html\">Order Link</a>]<br />\n(Coupon: 25SWITCH)</p>\n<hr />\n<p># FTPIT &#8211; <a href=\"https://www.lowendtalk.com/profile/komputerking\">@komputerking</a><br />\n**$2/m US 512M OVZ** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2721782/#Comment_2721782\">LET Post</a>] / [<a href=\"https://secure.ftpit.com/cart.php\">Order Link</a>]<br />\n2 CPU | 512M RAM | 15G SSD | 1 IPv4 | 2T BW<br />\nLocation: Atlanta, Fremont, Los Angeles, New York</p>\n<hr />\n<p># BudgetNode &#8211; <a href=\"https://www.lowendtalk.com/profile/Ishaq\">@Ishaq</a><br />\n**$36/yr Utah KVM Storage (Limited)** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2721890/#Comment_2721890\">LET Post</a>] / [<a href=\"https://clients.budgetnode.com/cart.php?a=add&amp;pid=80&amp;billingcycle=annually&amp;promocode=HCHMVUK8I6\">Order Link</a>]<br />\n1 CPU | 512M RAM | 500G R-6 | 1 IPv4 | /64 IPv6 | 2T BW | 1Gbps</p>\n<hr />\n<p># VirMach &#8211; <a href=\"https://www.lowendtalk.com/profile/VirMach\">@VirMach</a><br />\n**Existing customer only** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2721917/#Comment_2721917\">LET Post</a>] / [<a href=\"https://virmach.com\">Order Link</a>]<br />\n(Read the LET post above to know how to apply the coupon)</p>\n<p>**30% off KVM Storage (Pre-order)** (Coupon: 30offeaster)<br />\n**$4.9/m** | 1 CPU | 1G RAM | 1T R-10 | 1 IPv4 | 10T BW | 10Gbps<br />\n**$9.8/m** | 2 CPU | 2G RAM | 2T R-10 | 1 IPv4 | 20T BW | 10Gbps<br />\nLocation: Buffalo</p>\n<p>**FREE** 1 year of Shared-1 hosting package (Coupon: literallyfree)<br />\n**$10 off for E3-HD dedicated server** (Coupon: 10offdedieaster)<br />\n**$10/yr for Proxy/VPN service (No IP change allowed)** (Coupon: eastercheapvpn)</p>\n<hr />\n<p># GulloHosting &#8211; <a href=\"https://www.lowendtalk.com/profile/Cam\">@Cam</a><br />\n**$8/yr NAT OVZ Pennsylvania** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2722094/#Comment_2722094\">LET Post</a>] / [<a href=\"https://hosting.gullo.me/order/config/index/nat-ipv4-vps-pen/?group_id=19&amp;pricing_id=246\">Order Link</a>]<br />\n1/2 CPU | 1G RAM | 3G Disk | 1 NAT IPv4 (20 Ports) | /80 IPv6 | 0.5T BW | 1Gbps</p>\n<hr />\n<p># HostSolutions &#8211; <a href=\"https://www.lowendtalk.com/profile/cociu\">@cociu</a><br />\n**50% off Romania Dedicated server (Limited 75)** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2722229/#Comment_2722229\">LET Post</a>] / [<a href=\"https://www.hostsolutions.ro/eng/hosting/dedicated-servers-romania\">Order Link</a>]<br />\n(Coupon: 3AYKCG8T2D)<br />\n**€14.5/m** | 2 x L5630 | 4G RAM | 146G SAS | 1 IPv4 | UL BW | 100Mbps | KVM Included<br />\n**€19.5/m** | 2 x L5630 | 8G RAM | 146G SAS | 1 IPv4 | 5T BW | 1Gbps | KVM Included<br />\n**€22.5/m** | 2 x L5630 | 16G RAM | 146G SAS | 1 IPv4 | 10T BW | 1Gbps | KVM Included</p>\n<p>**50% off Romania Dedicated server (Limited 75)** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2722229/#Comment_2722229\">LET Post</a>] / [<a href=\"https://www.hostsolutions.ro/eng/hosting/high-dedicated-servers\">Order Link</a>]<br />\n(Coupon: UNLYU7S0S0)</p>\n<hr />\n<p># IOFlood &#8211; <a href=\"https://www.lowendtalk.com/profile/funkywizard\">@funkywizard</a><br />\n**$89/m Dedicated Server** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2722277/#Comment_2722277\">LET Post</a>] / [<a href=\"https://manage.ioflood.com/order/?form_id=169\">Order Link</a>]<br />\n2 x L5639 | 72G RAM | 4x3T HDD | 5 IPv4 | 20T Out / UL In BW | 1Gbps | Hardware RAID<br />\nUpgrades available (More info by checking out LET post)</p>\n<p>**$99/m Dedicated Server** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2722277/#Comment_2722277\">LET Post</a>] / [<a href=\"https://manage.ioflood.com/order/?form_id=168\">Order Link</a>]<br />\n2 x E5-2660v1 | 64G RAM | 400G SSD | 5 IPv4 | 20T Out / UL In BW | 1Gbps | Hardware RAID<br />\nUpgrades available (More info by checking out LET post)</p>\n<hr />\n<p># LiteServer &#8211; <a href=\"https://www.lowendtalk.com/profile/LiteServer\">@LiteServer</a></p>\n<p>**30% off OVZ/KVM VPS** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/141209/nl-happy-easter-from-liteserver-lifetime-30-off-on-all-our-ssd-and-traffic-vpses\">LET Post</a>] / [<a href=\"https://manage.ioflood.com/order/?form_id=169\">Order Link</a>] (Coupon: 30SSDEGGS)<br />\n**€11.2/yr** | 1 CPU | 128M RAM | 15G SSD | 1 IPv4 | 1T BW | OVZ<br />\n**€11.2/yr** | 1 CPU | 128M RAM | 5G SSD | 1 IPv4 | 2T BW | OVZ<br />\n**€5.25/qtr** | 1 CPU | 256M RAM | 25G SSD | 1 IPv4 | 2T BW | KVM<br />\n**€5.25/qtr** | 1 CPU | 256M RAM | 5G SSD | 1 IPv4 | 4T BW | KVM<br />\nMore plans available by checking out LET post</p>\n<hr />\n<p># WebSound &#8211; <a href=\"https://www.lowendtalk.com/profile/WSCallum\">@WSCallum</a></p>\n<p>**FREE** 6 months UK Webhosting (Limited 25) &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2722355/#Comment_2722355\">LET Post</a>] / [<a href=\"https://websound.co.uk/cart.php?a=add&amp;pid=156&amp;billingcycle=semiannually&amp;promocode=LET-FREE\">Order Link</a>]<br />\n5G SSD | 150G BW | cPanel | DDOS Protected</p>\n<p>**£11.00 LA VPS** &#8211; 50% off annually &#8211; [<a href=\"https://websound.co.uk/cart.php?a=add&amp;pid=174&amp;billingcycle=annually&amp;promocode=LET-50OFF\">Order Link</a>]<br />\n1 CPU | 256M RAM | 15G Disk | 1 IPv4 | /64 IPv6 | 1T BW</p>\n<p>**£0.75/m + £1.8/m LA VPS** &#8211; 75% first month + 40% off recurring &#8211; [<a href=\"https://websound.co.uk/cart.php?a=add&amp;pid=175&amp;promocode=LET-75OFF\">Order Link</a>]<br />\n2 CPU | 512M RAM | 25G Disk | 1 IPv4 | /64 IPv6 | 2T BW</p>\n<p>**£1.25/m + £3/m LA VPS** &#8211; 75% first month + 40% off recurring &#8211; [<a href=\"https://websound.co.uk/cart.php?a=add&amp;pid=176&amp;promocode=LET-75OFF\">Order Link</a>]<br />\n2 CPU | 1G RAM | 50G Disk | 1 IPv4 | /64 IPv6 | 3T BW</p>\n<hr />\n<p># Clouvider &#8211; <a href=\"https://www.lowendtalk.com/profile/Clouvider\">@Clouvider</a></p>\n<p>**UK Dedicated server as low as £20/m!** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2722403/#Comment_2722403\">LET Post</a>] / [<a href=\"https://console.clouvider.co.uk/cart/easter-dedicated-servers-sale/\">Order Link</a>]<br />\n**£35/m** | E3-1240v3 | 16G RAM | 2x1T HDD | 30T BW | 1Gbps | DDOS Protection<br />\n**£59/m** | E3-1241v3 | 32G RAM | 2x512G SSD | 30T BW | 1Gbps | DDOS Protection<br />\n**£40/m** | E3-1240v5 | 16G RAM | 2x1T HDD | 30T BW | 1Gbps | DDOS Protection<br />\n**£40/m** | E3-1270v5 | 16G RAM | 240G SSD | 30T BW | 1Gbps | DDOS Protection<br />\n**£42/m** | E3-1270v6 | 16G RAM | 256G NVMe | 30T BW | 1Gbps | DDOS Protection<br />\n**£45/m** | E3-1270v5 | 16G RAM | 4x240G SSD | 30T BW | 1Gbps | DDOS Protection<br />\n**£45/m** | E3-1270v5 | 16G RAM | 1x450G NVMe + 1T HDD | 30T BW | 1Gbps | DDOS Protection<br />\n**£45/m** | E3-1270v6 | 16G RAM | 1x450G NVMe + 1T HDD | 30T BW | 1Gbps | DDOS Protection | 40% more off<br />\n**£79/m** | E3-1270v6 | 16G RAM | 240G SSD | 30T BW | 1Gbps | DDOS Protection | 40% more off<br />\nUse coupon code **5I086NUUCYCE** for **extra 40% discount** on the last 2 servers (Limited to 20 orders only)</p>\n<hr />\n<p># VMHaus &#8211; <a href=\"https://www.lowendtalk.com/profile/vmhaus\">@vmhaus</a></p>\n<p>**Topup $30 and get $10 extra** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2722532/#Comment_2722532\">LET Post</a>] / [<a href=\"https://bonsai.vmhaus.com\">Order Link</a>]</p>\n<hr />\n<p># HostHongKong &#8211; <a href=\"https://www.lowendtalk.com/profile/randvegeta\">@randvegeta</a><br />\n**$199/m Dedicated Server** (Setup $50/m) &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2722559/#Comment_2722559\">LET Post</a>] (PM for order link)<br />\n2 x E5-2660 (or similar) | 64G RAM | 4x500G or 2x1T SSD | /28 IPv4 | /60 IPv6 | 5T BW | 1Gbps<br />\n**Direct China Route** (Setup on Mid April)</p>\n<p>**$35/m HK KVM VPS** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2722559/#Comment_2722559\">LET Post</a>] (PM for order link)<br />\n2 CPU | 4G RAM | 100G SSD R-10 | 1 IPv4 | /64 IPv6 | 1T BW<br />\n**Direct China Route**</p>\n<hr />\n<p># Ho-ost &#8211; <a href=\"https://www.lowendtalk.com/profile/Hoost\">@Hoost</a><br />\n**£17.50/yr Chicago KVM VPS** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2722565/#Comment_2722565\">LET Post</a>] / [<a href=\"https://clients.ho-ost.com/cart.php?a=add&amp;pid=90&amp;currency=3\">Order Link</a>] (Coupon: EasterVPS)<br />\n1 CPU | 1G RAM | 25G HDD | 1 IPv4 | 1T BW</p>\n<hr />\n<p># MXroute.io &#8211; <a href=\"https://www.lowendtalk.com/profile/MikePT\">@MikePT</a><br />\n**Yearly MailChannels SMTP Relay + Spam filtering** &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2722616/#Comment_2722616\">LET Post</a>] / [<a href=\"https://mxroute.io/LET.html\">Order Link</a>]<br />\n**€20/yr** | 2k email per month<br />\n**€30/yr** | 5k email per month<br />\n**€40/yr** | 10k email per month</p>\n<hr />\n<p># BunnyCDN &#8211; <a href=\"https://www.lowendtalk.com/profile/BunnySpeed\">@BunnySpeed</a><br />\n**FREE** $5 credits valid for 3 months &#8211; [<a href=\"https://www.lowendtalk.com/discussion/comment/2722640/#Comment_2722640\">LET Post</a>] / [<a href=\"https://bunnycdn.com\">Order Link</a>]<br />\n(Coupon: HAPPYEASTER-2018)<br />\n**25% recharge bonus** starting on 1 April</p>\n<p>&#8212;</p>\n<p>* CPU and Bandwidth for VPS are shared except Dedicated servers<br />\n* If the price doesn&#8217;t match, that means the coupon have used up or exceeded number of orders</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/post-easter-sales-lowendtalk-still-on-going/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>FlowVPS &#8211; 4GB KVM for ~$65/year and more!</title>\n\t\t<link>https://lowendbox.com/blog/flowvps-4gb-kvm-for-46-24-year-and-more/</link>\n\t\t<comments>https://lowendbox.com/blog/flowvps-4gb-kvm-for-46-24-year-and-more/#comments</comments>\n\t\t<pubDate>Mon, 02 Apr 2018 10:00:47 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Nick]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\t\t<category><![CDATA[New Provider]]></category>\n\t\t<category><![CDATA[apple pay]]></category>\n\t\t<category><![CDATA[australia]]></category>\n\t\t<category><![CDATA[flowvps.com]]></category>\n\t\t<category><![CDATA[ipv4]]></category>\n\t\t<category><![CDATA[ipv6]]></category>\n\t\t<category><![CDATA[kvm]]></category>\n\t\t<category><![CDATA[paypal]]></category>\n\t\t<category><![CDATA[stripe]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=15980</guid>\n\t\t<description><![CDATA[Brendan from FlowVPS has sent over their first offer to LowEndBox. We are happy to list them for the first time and look forward to all of the positive feedback we expect from our readers! Brendan is an active member of our LowEndTalk community as well. They&#8217;re a registered company in Australia (#99 617 970 [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://flowvps.com\"><img class=\"screenshot\" src=\"http://lowendbox.com/wp-content/uploads/2018/04/flowvps-269x300.jpg\" alt=\"\" width=\"300\" height=\"153\" /></a></p>\n<p>Brendan from <a href=\"https://flowvps.com\" target=\"_blank\" rel=\"noopener noreferrer\">FlowVPS</a> has sent over their first offer to LowEndBox. We are happy to list them for the first time and look forward to all of the positive feedback we expect from our readers! Brendan is an active member of our <a href=\"https://www.lowendtalk.com/profile/17762/trewq\" target=\"_blank\" rel=\"noopener noreferrer\">LowEndTalk</a> community as well.</p>\n<p>They&#8217;re a registered company in Australia (#99 617 970 788). They accept PayPal and Stripe (including Apply Pay). You can find their <a href=\"https://flowvps.com/tos\" target=\"_blank\" rel=\"noopener noreferrer\">ToS here</a>.</p>\n<p><strong>In their own words: </strong></p>\n<p><em>FlowVPS is an Australian based company selling services in Melbourne. We aim to offer low cost, high quality services, this is why we exclusively offer KVM with NVMe dries.</em></p>\n<p><strong>Here&#8217;s the offer: </strong></p>\n<table style=\"height: 265px;\" width=\"650\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>VPS-1</strong></p>\n<ul>\n<li>2GB RAM</li>\n<li>2x vCPU</li>\n<li>15GB NVMe Disk</li>\n<li>500GB Bandwidth</li>\n<li>1Gbps Uplink</li>\n<li>1x IPv4</li>\n<li>/64 IPv6</li>\n<li>KVM</li>\n<li>$5.50 AUD/mo ($4.22 USD/mo)</li>\n<li>[<a href=\"https://billing.flowvps.com/cart.php?a=add&#038;pid=20&#038;billingcycle=monthly&#038;promocode=V7D4RSUUF3\">ORDER</a>]</li>\n</ul>\n</td>\n<td valign=\"top\"><strong>VPS-2</strong></p>\n<ul>\n<li>4GB RAM</li>\n<li>2x vCPU</li>\n<li>30GB NVMe Disk</li>\n<li>500GB Bandwidth</li>\n<li>1Gbps Uplink</li>\n<li>1x IPv4</li>\n<li>/64 IPv6</li>\n<li>KVM</li>\n<li>$85 AUD/yr ($65.00 USD/yr)</li>\n<li>[<a href=\"http://billing.flowvps.com/cart.php?a=add&#038;pid=21&#038;billingcycle=annually&#038;promocode=2PTH0I8KQG\">ORDER</a>]</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p><strong>Network Info:</strong><span id=\"more-15980\"></span></p>\n<div>Datacenter Name &#8211; Equinix ME1 &#8211; Melbourne, Victoria, Australia</div>\n<div>Test IPv4: 103.217.254.100</div>\n<div>Test IPv6: 2402:7340:1:1::2</div>\n<div>Test file: <a href=\"http://lg.flowvps.com/100MB.test\" target=\"_blank\" rel=\"noopener noreferrer\">http://lg.flowvps.com/100MB.test</a></div>\n<div>Looking glass: <a href=\"http://lg.flowvps.com\" target=\"_blank\" rel=\"noopener noreferrer\">http://lg.flowvps.com</a></div>\n<div></div>\n<div></div>\n<p>\nPlease let us know if you have any questions/comments/concerns.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/flowvps-4gb-kvm-for-46-24-year-and-more/feed/</wfw:commentRss>\n\t\t<slash:comments>7</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>VikingLayer &#8211; 2GB KVM for $4.93/mo in Dallas!</title>\n\t\t<link>https://lowendbox.com/blog/vikinglayer-2gb-kvm-for-4-93-mo-in-dallas/</link>\n\t\t<comments>https://lowendbox.com/blog/vikinglayer-2gb-kvm-for-4-93-mo-in-dallas/#comments</comments>\n\t\t<pubDate>Tue, 27 Mar 2018 22:00:21 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Nick]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\t\t<category><![CDATA[bitcoin]]></category>\n\t\t<category><![CDATA[dallas]]></category>\n\t\t<category><![CDATA[ipv6]]></category>\n\t\t<category><![CDATA[kvm]]></category>\n\t\t<category><![CDATA[paypal]]></category>\n\t\t<category><![CDATA[vikinglayer.com]]></category>\n\t\t<category><![CDATA[virtualizor]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=15959</guid>\n\t\t<description><![CDATA[Radoslav is back from VikingLayer with a really great offer for us to share with everyone. The VikingLayer brand is owned by drServer.net and these guys have been around since 2013. They have told us that they have done a lot of work behind the scenes and we are happy to be listing them again [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"http://vikinglayer.com\"><img class=\"screenshot alignnone size-medium wp-image-7955\" src=\"http://lowendbox.com/wp-content/uploads/2017/02/vikinglayer-300x149.jpg\" width=\"300\" height=\"169\" /></a></p>\n<p>Radoslav is back from VikingLayer with a really great offer for us to share with everyone. The VikingLayer brand is owned by drServer.net and these guys have been around since 2013. They have told us that they have done a lot of work behind the scenes and we are happy to be listing them again here based on previous feedback!</p>\n<p>Their WHOIS is public and you can find <a href=\"https://vikinglayer.com/tos.php\" target=\"_blank\">their ToS here</a> and <a href=\"https://vikinglayer.com/aup.php\" target=\"_blank\">their AUP here</a>.</p>\n<p>They accept PayPal and Bitcoin.</p>\n<p><strong>In their own words:</strong></p>\n<p><em>&#8220;We have done solid investments in purchasing hardware and upgrading our network. The services now are on fully owned hardware, ensuring your data protection. Also, this is an exclusive offer, that first comes to LowEndBox after a period of silence from us.&#8221;</em></p>\n<table style=\"height: 265px\" width=\"650\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>Offer</strong></p>\n<ul>\n<li>4 xvCPU</li>\n<li>2GB RAM</li>\n<li>45GB SSD Disk</li>\n<li>2TB Bandwidth</li>\n<li>1 IPv4</li>\n<li>/64 IPv6</li>\n<li>KVM/Virtualizor</li>\n<li>$4.93/month ~~ 4€/month</li>\n<li>$59.12 ~~ 48€/year</li>\n<li>[<a href=\"https://vikinglayer.com/clients/cart.php?a=add&#038;pid=304\">Order Now</a>]</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p><span id=\"more-15959\"></span></p>\n<p><strong>Node Specifications:</strong></p>\n<p>&#8211; Intel Xeon E5-2670<br />\n&#8211; 128GB RAM<br />\n&#8211; 6 x 1TB SSD&#8217;ss<br />\n&#8211; Hardware RAID-10<br />\n&#8211; 1Gbps shared uplink</p>\n<p><strong>Network info:</strong></p>\n<p><strong>Dallas, Incero</strong></p>\n<div>Test IPv4: 192.138.210.63</div>\n<div>Test IPv6: 2604:0880:0052:0000:0000:0000:01e5:657b</div>\n<div>Test file: <a href=\"http://lg.dal.vikinglayer.com/100MB.test\" rel=\"noreferrer\">http://lg.dal.vikinglayer.com/100MB.test</a></div>\n<div>Looking glass: <a href=\"http://lg.dal.vikinglayer.com/\" rel=\"noreferrer\">http://lg.dal.vikinglayer.com</a></div>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/vikinglayer-2gb-kvm-for-4-93-mo-in-dallas/feed/</wfw:commentRss>\n\t\t<slash:comments>8</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>VPSnet &#8211; SSD VPS plans starting @ $2.10/mo!</title>\n\t\t<link>https://lowendbox.com/blog/vpsnet-ssd-vps-plans-starting-2-10-mo/</link>\n\t\t<comments>https://lowendbox.com/blog/vpsnet-ssd-vps-plans-starting-2-10-mo/#comments</comments>\n\t\t<pubDate>Sat, 24 Mar 2018 20:00:30 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Nick]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\t\t<category><![CDATA[credit cards]]></category>\n\t\t<category><![CDATA[ipv6]]></category>\n\t\t<category><![CDATA[linux]]></category>\n\t\t<category><![CDATA[lithuania]]></category>\n\t\t<category><![CDATA[openvz]]></category>\n\t\t<category><![CDATA[paypal]]></category>\n\t\t<category><![CDATA[ssd]]></category>\n\t\t<category><![CDATA[vpsnet.com]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=15908</guid>\n\t\t<description><![CDATA[Anthony from VPSnet has sent over their first offer to LowEndBox! They&#8217;ve been around since 2007 and are an active member on our LowEndTalk community as well. They&#8217;re a registered company in Lithuania (#302482484). They accept PayPal, Credit Cards, WebMoney, CashU, PaySera, Bank, SMS and many others as methods of payment. You can find their ToS/Legal [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://www.vpsnet.com\"><img class=\"screenshot\" src=\"http://lowendbox.com/wp-content/uploads/2018/03/vpsnet-300x174.jpg\" alt=\"\" width=\"300\" height=\"153\" /></a></p>\n<p>Anthony from <a href=\"https://www.vpsnet.com\" target=\"_blank\" rel=\"noopener noreferrer\">VPSnet</a> has sent over their first offer to LowEndBox! They&#8217;ve been around since 2007 and are an active member on our <a href=\"https://www.lowendtalk.com\" target=\"_blank\" rel=\"noopener noreferrer\">LowEndTalk</a> community as well.</p>\n<p>They&#8217;re a registered company in Lithuania (#302482484). They accept PayPal, Credit Cards, WebMoney, CashU, PaySera, Bank, SMS and many others as methods of payment. You can find their <a href=\"https://www.vpsnet.com/en/registration\" target=\"_blank\" rel=\"noopener noreferrer\">ToS/Legal Documents here</a>.</p>\n<p><strong>In their own words: </strong></p>\n<p><em>VPSnet.com &#8211; offers reliable, affordable servers and has been specializing in the field of data centre services since 2007.<br />\nBy choosing the services of VPSnet, customers both reduce their expenditures and save time.</p>\n<p>Running our own data centre, VPSnet controls the total service provision process, so it can both provide complex services and ensure high service availability for a competitive price. Flexible solutions, long-term experience and a constant improvement process – this is why You should be considered for choosing us.</p>\n<p>At this time VPSnet.com has significantly increased VPS resources.<br />\nFrom now on all VPS servers will have up to double resources for the same price:<br />\n</em><br />\n<strong>Here&#8217;s the offer: </strong></p>\n<table style=\"height: 265px;\" width=\"650\">\n<tbody>\n<tr>\n<td valign=\"top\"><strong>VPS-1</strong></p>\n<ul>\n<li>1GB RAM</li>\n<li>2Ghz/1 core CPU</li>\n<li>10GB SSD</li>\n<li>50Mbps Uplink</li>\n<li>Unlimited Traffic</li>\n<li>Daily Backups</li>\n<li>1x IPv4</li>\n<li>/112 (65,536 IPs) IPv6</li>\n<li>$2.10/month</li>\n<li>[<a href=\"https://www.vpsnet.com/en/services/vps\">Click here to get started</a>]</li>\n</ul>\n</td>\n<td valign=\"top\"><strong>VPS-2</strong></p>\n<ul>\n<li>2GB RAM</li>\n<li>3Ghz/1 core CPU</li>\n<li>15GB SSD</li>\n<li>80Mbps Uplink</li>\n<li>Unlimited Traffic</li>\n<li>Daily Backups</li>\n<li>1x IPv4</li>\n<li>/112 (65,536 IPs) IPv6</li>\n<li>$3.10/month</li>\n<li>[<a href=\"https://www.vpsnet.com/en/services/vps\">Click here to get started</a>]</li>\n</ul>\n</td>\n<td valign=\"top\"><strong>VPS-3</strong></p>\n<ul>\n<li>3GB RAM</li>\n<li>4Ghz/2 core CPU</li>\n<li>20GB SSD</li>\n<li>100Mbps Uplink</li>\n<li>Unlimited Traffic</li>\n<li>Daily Backups</li>\n<li>1x IPv4</li>\n<li>/112 (65,536 IPs) IPv6</li>\n<li>$4.19/month</li>\n<li>[<a href=\"https://www.vpsnet.com/en/services/vps\">Click here to get started</a>]</li>\n</ul>\n</td>\n<td valign=\"top\"><strong>VPS-4</strong></p>\n<ul>\n<li>4GB RAM</li>\n<li>5Ghz/2 core CPU</li>\n<li>30GB SSD</li>\n<li>100Mbps Uplink</li>\n<li>Unlimited Traffic</li>\n<li>Daily Backups</li>\n<li>1x IPv4</li>\n<li>/112 (65,536 IPs) IPv6</li>\n<li>$5.77/month</li>\n<li>[<a href=\"https://www.vpsnet.com/en/services/vps\">Click here to get started</a>]</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n<p><strong>Network Info:</strong><span id=\"more-15908\"></span></p>\n<div>Datacenter Name &#8211; Vilnius</div>\n<div>Lithuania</div>\n<div>Test IPv4: 91.211.244.3</div>\n<div>Test IPv6: 2a05:7cc0::3</div>\n<div></div>\n<div></div>\n<p></p>\n<div>Host node specifications:</div>\n<div></div>\n<div>&#8211; Intel Xeon E5-1650v2/v3/v4 CPU</div>\n<div>&#8211; 64/128GB RAM</div>\n<div>&#8211; 2x 1TB NVME/SSD </div>\n<div>&#8211; Hardware RAID-1/10</div>\n<div>&#8211; 1/10Gbps Uplink</div>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/vpsnet-ssd-vps-plans-starting-2-10-mo/feed/</wfw:commentRss>\n\t\t<slash:comments>10</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>NFP Hosting &#8211; March Madness Deals in Los Angeles and New York starting @ $1/yr!</title>\n\t\t<link>https://lowendbox.com/blog/nfp-hosting-march-madness-deals-in-los-angeles-and-new-york-starting-1-mo/</link>\n\t\t<comments>https://lowendbox.com/blog/nfp-hosting-march-madness-deals-in-los-angeles-and-new-york-starting-1-mo/#comments</comments>\n\t\t<pubDate>Fri, 16 Mar 2018 18:00:18 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Nick]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\t\t<category><![CDATA[alipay]]></category>\n\t\t<category><![CDATA[bitcoin]]></category>\n\t\t<category><![CDATA[buffalo]]></category>\n\t\t<category><![CDATA[credit card]]></category>\n\t\t<category><![CDATA[los angeles]]></category>\n\t\t<category><![CDATA[new york]]></category>\n\t\t<category><![CDATA[nfphosting]]></category>\n\t\t<category><![CDATA[nfphosting.com]]></category>\n\t\t<category><![CDATA[openvz]]></category>\n\t\t<category><![CDATA[paypal]]></category>\n\t\t<category><![CDATA[reseller]]></category>\n\t\t<category><![CDATA[shared]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=15842</guid>\n\t\t<description><![CDATA[Hey everyone, Nathan over @ NFP Hosting has some awesome deals to share with us today and are happy to advertise their latest expansion to New York! They were founded back in 2006, their WHOIS is public, and you can find their ToS/Legal Docs here. They accept PayPal, Credit Cards, Alipay and Bitcoin. More about the [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://www.nfphosting.com/\"><img class=\"screenshot\" src=\"http://lowendbox.com/wp-content/uploads/2017/08/NFPHOSTING.jpg\" width=\"250\" height=\"150\" /></a> Hey everyone, Nathan over @ <a href=\"https://www.nfphosting.com/\" target=\"_blank\" rel=\"noopener\">NFP Hosting</a> has some awesome deals to share with us today and are happy to advertise their latest expansion to New York! They were founded back in 2006, their WHOIS is public, and you can find their <a href=\"https://www.nfphosting.com/tos\" target=\"_blank\" rel=\"noopener\">ToS/Legal Docs here</a>. They accept PayPal, Credit Cards, Alipay and Bitcoin.</p>\n<p><strong>More about the company: </strong></p>\n<div><em>&#8220;NFPHosting.com was founded in 2006 as an e-commerce hosting provider after seeing the lack of hosts who can deliver quality. Throughout the years of learning the ins and outs of running a hosting company, and seeing the opportunities to expand in the marketplace, NFP Hosting throughout the years added additional services to serve a wider variety of markets. NFP Hosting today offers everything the basic consumer looking to start a website may need, all the way up to the advanced (technical) user looking to set up a cluster of servers. At NFP Hosting, there is no waiting around. Services are instantly provisioned, and 24/7 customer support comes standard with our plans. No compromises. No excuses. It’s really as simple as that.<br />\nWe are the provider for the people. Our motto is: Premium Solutions. Friendly People. Service Delivered. This means always going above and beyond, and going the extra mile. Hence why customers love NFP Hosting. Real results, real performance!</em></div>\n<div></div>\n<div>\n<div><em>These offers are special because these offer the highest levels of discounts that we have granted yet, and we have created a variety of different promotions that are exclusive to LowEndBox. &#8220;</em></div>\n</div>\n<div></div>\n<p><b>HERE&#8217;S THE OFFER:</b></p>\n<p><b>1GB RAM &#8211; LEB VPS Special</b></p>\n<div>&#8211; 1GB RAM</div>\n<div>&#8211; 1x CPU Core</div>\n<div>&#8211; 15GB HDD Space</div>\n<div>&#8211; 2.5TB Bandwidth</div>\n<div>&#8211; 100Mbps Network Port</div>\n<div>&#8211; 1x IPv4</div>\n<div>&#8211; Virtualizor/OpenVZ</div>\n<div>&#8211; $9/year</div>\n<div><strong><a href=\"https://portal.nfphosting.com/cart.php?a=add&#038;pid=53\" target=\"_blank\" rel=\"noopener\">[ORDER NOW]</a></strong></div>\n<div>\n<p><strong>ADDITIONAL OFFERS/NETWORK INFO: </strong></p>\n</div>\n<div></div>\n<p><span id=\"more-15842\"></span><br />\n<b>2GB RAM &#8211; LEB VPS Special</b></p>\n<div>&#8211; 2GB RAM</div>\n<div>&#8211; 2x CPU Core</div>\n<div>&#8211; 40GB HDD Space</div>\n<div>&#8211; 3TB Bandwidth</div>\n<div>&#8211; 100Mbps Network Port</div>\n<div>&#8211; 1x IPv4</div>\n<div>&#8211; Virtualizor/OpenVZ</div>\n<div>&#8211; $18/year</div>\n<div><strong><a href=\"https://portal.nfphosting.com/cart.php?a=add&#038;pid=54\" target=\"_blank\" rel=\"noopener\">[ORDER NOW]</a></strong></div>\n<div>\n</div>\n<p><b>3GB RAM &#8211; LEB VPS Special</b></p>\n<div>&#8211; 3GB RAM</div>\n<div>&#8211; 2x CPU Core</div>\n<div>&#8211; 60GB HDD Space</div>\n<div>&#8211; 6TB Bandwidth</div>\n<div>&#8211; 100Mbps Network Port</div>\n<div>&#8211; 1x IPv4</div>\n<div>&#8211; Virtualizor/OpenVZ</div>\n<div>&#8211; $18/semi-annually OR $29/year</div>\n<div><strong><a href=\"https://portal.nfphosting.com/cart.php?a=add&#038;pid=55\" target=\"_blank\" rel=\"noopener\">[ORDER NOW]</a></strong></div>\n<div>\n<hr />\n(Below shared/reseller offers are provisioned in our Los Angeles location only. New York coming soon!)\n</div>\n<p><b>Shared Hosting Special</b></p>\n<div>&#8211; 20 GB Disk Space</div>\n<div>&#8211; 1TB Transfer</div>\n<div>&#8211; Up To 3 Addon Domains </div>\n<div>&#8211; Unlimited MySQL Databases</div>\n<div>&#8211; Free Migration</div>\n<div>&#8211; cPanel Control Panel</div>\n<div>&#8211; Softaculous One-Click Easy Installer</div>\n<div>&#8211; DDoS Protected Servers</div>\n<div>&#8211; $1/year</div>\n<div><strong><a href=\"https://portal.nfphosting.com/cart.php?a=add&#038;pid=25\" target=\"_blank\" rel=\"noopener\">[ORDER NOW]</a></strong></div>\n<div>\n<p><b>Reseller Hosting Special</b></p>\n<div>&#8211; 100 GB Disk Space</div>\n<div>&#8211; 2TB Transfer</div>\n<div>&#8211; Create Unlimited Accounts</div>\n<div>&#8211; Unlimited MySQL Databases</div>\n<div>&#8211; Free Migration</div>\n<div>&#8211; cPanel/WHM Control Panel</div>\n<div>&#8211; Softaculous One-Click Easy Installer</div>\n<div>&#8211; DDoS Protected Servers</div>\n<div>&#8211; $5/year</div>\n<div><strong><a href=\"https://portal.nfphosting.com/cart.php?a=add&#038;pid=30\" target=\"_blank\" rel=\"noopener\">[ORDER NOW]</a></strong></div>\n<div>\n<p><b>Master Reseller Special</b></p>\n<div>&#8211; 100 GB Disk Space</div>\n<div>&#8211; 2TB Transfer</div>\n<div>&#8211; Create Unlimited Shared &#038; Reseller Hosting Accounts</div>\n<div>&#8211; Unlimited MySQL Databases</div>\n<div>&#8211; Free Migration</div>\n<div>&#8211; cPanel/WHM Control Panel</div>\n<div>&#8211; WHMReseller Panel</div>\n<div>&#8211; Softaculous One-Click Easy Installer</div>\n<div>&#8211; DDoS Protected Servers</div>\n<div>&#8211; $12/year</div>\n<div><strong><a href=\"https://portal.nfphosting.com/cart.php?a=add&#038;pid=39\" target=\"_blank\" rel=\"noopener\">[ORDER NOW]</a></strong></div>\n<div>\n<hr />\n</div>\n<div><strong>NETWORKS/DATACENTERS</strong></div>\n<div>\n<div>ColoCrossing &#8211; Los Angeles, CA</div>\n<div>Test IPv4: 107.175.180.6</div>\n<div>Test file: <a href=\"http://lg.la.colocrossing.com/100MB.test\" rel=\"noreferrer\">http://lg.la.colocrossing.com/100MB.test</a></p>\n<div>\n<div>ColoCrossing &#8211; Buffalo, NY</div>\n<div>Test IPv4: 192.3.180.103</div>\n<div>Test file: <a href=\"http://lg.buf.colocrossing.com/100MB.test\" rel=\"noreferrer\">http://lg.buf.colocrossing.com/100MB.test</a></p>\n<hr />\n</div>\n<div><strong>Shared/Reseller Host Node Specifications</strong></div>\n<div>&#8211; Dual Intel Xeon Processors</div>\n<div>&#8211; 64GB RAM</div>\n<div>&#8211; 4x 1TB HDD&#8217;s</div>\n<div>&#8211; LSI 9271 Hardware RAID</div>\n<div>&#8211; 1Gbps Uplinks</div>\n</div>\n<div><strong>VPS Host Node Specifications</strong></div>\n<div>&#8211; Intel Xeon E3/E5&#8217;s</div>\n<div>&#8211; 32 to 64 GB RAM</div>\n<div>&#8211; 4x 1TB HDD&#8217;s</div>\n<div>&#8211; LSI 9271 Hardware RAID</div>\n<div>&#8211; 1Gbps Uplinks</div>\n<p>&nbsp;</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/nfp-hosting-march-madness-deals-in-los-angeles-and-new-york-starting-1-mo/feed/</wfw:commentRss>\n\t\t<slash:comments>222</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>LoveServers &#8211; KVM &#038; OpenVZ SSD Specials + Storage Plans – Manchester, UK</title>\n\t\t<link>https://lowendbox.com/blog/loveservers-kvm-openvz-ssd-vps-birthday-offer-manchester-uk-2/</link>\n\t\t<comments>https://lowendbox.com/blog/loveservers-kvm-openvz-ssd-vps-birthday-offer-manchester-uk-2/#comments</comments>\n\t\t<pubDate>Tue, 13 Mar 2018 03:00:02 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Nick]]></dc:creator>\n\t\t\t\t<category><![CDATA[Low End Virtual]]></category>\n\t\t<category><![CDATA[credit card]]></category>\n\t\t<category><![CDATA[kvm]]></category>\n\t\t<category><![CDATA[loveservers.com]]></category>\n\t\t<category><![CDATA[manchester]]></category>\n\t\t<category><![CDATA[openvz]]></category>\n\t\t<category><![CDATA[paypal]]></category>\n\t\t<category><![CDATA[SolusVM]]></category>\n\t\t<category><![CDATA[stripe]]></category>\n\t\t<category><![CDATA[united kingdom]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://lowendbox.com/?p=15797</guid>\n\t\t<description><![CDATA[Jack is back from LoveServers and sent in this offer, it has been over a year since their last offer and they are happy to present us with their new storage product line! In their own words: LoveServers started in October 2015, Fully owned hardware, Network blend behind us at iomart is Zayo, Cogent and [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://loveservers.com\"><img class=\"screenshot\" src=\"http://lowendbox.com/wp-content/uploads/2016/07/loveservers-300x153.jpg\" alt=\"\" /></a>Jack is back from <a href=\"https://loveservers.com\" target=\"_blank\">LoveServers</a> and sent in this offer, it has been over a year since their last offer and they are happy to present us with their new storage product line!</p>\n<p><em>In their own words:</em><br />\nLoveServers started in October 2015, Fully owned hardware, Network blend behind us at iomart is Zayo, Cogent and peering at London and Manchester Internet exchange. LoveServers Ltd is a registered company in England &#038; Wales with registration number 09835683. They own all of their equipment and have physical access to address any hardware issues should they arise.</p>\n<p>They offer ASN Sponsorship, IP leasing and <strong>free</strong> BGP sessions on their quarterly KVM deal.</p>\n<p>They accept PayPal and Stripe (Credit Cards) as payment methods. Please see the <a href=\"http://loveservers.com/tos\" target=\"_blank\">ToS</a> for further information before ordering.</p>\n<p><strong>Offers</strong>:</p>\n<p>&#8211; <strong>STOR250 &#8211; KVM</strong><br />\n&#8211; CPU: 1 Core<br />\n&#8211; Disk: 250GB SATA SAN Backed Storage<br />\n&#8211; RAM: 512MB<br />\n&#8211; Bandwidth: 1TB<br />\n&#8211; IPv4: 1<br />\n&#8211; IPv6: /64<br />\n&#8211; £4/mo ($6/mo)<br />\n(Stackable) 500GB would be £8 for example.<br />\n[<strong><a href=\"https://loveservers.com/clients/cart.php?a=add&#038;pid=43\" target=\"_blank\">Order Now</a></strong>]</p>\n<p><span id=\"more-15797\"></span><br />\n&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>\n<p><strong>2GB KVM Special</strong><br />\n&#8211; 2GB RAM<br />\n&#8211; 1 x vCPU<br />\n&#8211; 30GB SSD<br />\n&#8211; 2TB Transfer<br />\n&#8211; 1Gbps uplink<br />\n&#8211; 1 x IPv4<br />\n&#8211; /64 IPv6<br />\n&#8211; KVM/SolusVM<br />\n&#8211; $6/mo<br />\n&#8211; $18/quarter<br />\n[<strong><a href=\"https://loveservers.com/clients/cart.php?a=add&#038;pid=10\" target=\"_blank\">Order Now</a></strong>]</p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>\n<p><strong>3GB OpenVZ Special</strong><br />\n&#8211; 3GB RAM<br />\n&#8211; 1 x vCPU<br />\n&#8211; 20GB SSD<br />\n&#8211; 1TB Transfer<br />\n&#8211; 1Gbps uplink<br />\n&#8211; 1 x IPv4<br />\n&#8211; /64 IPv6<br />\n&#8211; OpenVZ/SolusVM<br />\n&#8211; £4/mo ($6/mo)<br />\n&#8211; £12/quarter ($18/quarter)<br />\n[<strong><a href=\"https://loveservers.com/clients/cart.php?a=add&#038;pid=9\" target=\"_blank\">Order Now</a></strong>]</p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>\n<p><strong>Yearly OpenVZ Special</strong><br />\n– 512MB RAM<br />\n– 1x vCPU<br />\n– 20GB SSD<br />\n– 1TB transfer<br />\n– 1Gbps uplink<br />\n– 1x IPv4<br />\n&#8211; /64 IPv6<br />\n– OpenVZ<br />\n&#8211; £15/year ($20/year)<br />\n[<strong><a href=\"https://loveservers.com/clients/cart.php?a=add&#038;pid=11\" target=\"_blank\">Order Now</a></strong>]</p>\n<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>\n<p><em>Locations &amp; Test Information</em></p>\n<p><strong>iomart (Manchester, United Kingdom)</strong><br />\nTest IPv4: 185.145.46.3<br />\nTest IPv6: 2a07:4580:b0d:1::dead:beef<br />\nTest file: <a href=\"http://lg.loveservers.com/100MB.test\" target=\"_blank\">http://lg.loveservers.com/100MB.test</a><br />\nLooking glass: <a href=\"http://lg.loveservers.com/\" target=\"_blank\">http://lg.loveservers.com/</a></p>\n<p>More info about BGP session: <a href=\"https://loveservers.com/bgp-peering\" target=\"_blank\">HERE</a><br />\nMore info about DDoS Mitigation  &#8211; <a href=\"https://loveservers.com/ddos-mitigation\" target=\"_blank\">HERE</a></p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://lowendbox.com/blog/loveservers-kvm-openvz-ssd-vps-birthday-offer-manchester-uk-2/feed/</wfw:commentRss>\n\t\t<slash:comments>4</slash:comments>\n\t\t</item>\n\t</channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/malformed-hackernews",
    "content": "<rss version=\"4.20\" encoding=\"ISO-8859-1\"><channel><title>Hacker News</title><link>htpt://:s://news.ycombinator.com/</link><description>Links for the intellectually curious, ranked by readers.</description><item><title>Gitea – Alternative to GitLab and GitHub</title><link>htpt:/:s://gitea.io</link><pubDate>Wed, 6 Jun 2018 08:09:18 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17245246</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17245246\">Comments</a>]]></description></item><item><title>AMD Zen 2 Update: 7nm EPYC in Labs Now, Launching in 2019</title><link>htpt:/:s://www.anandtech.com/show/12912/amd-zen-2-update-7nm-epyc-in-labs-now-launching-in-2019</link><pubDate>Wed, 6 Jun 2018 07:26:37 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17245025</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17245025\">Comments</a>]]></description></item><item><title>Microsoft has sunk a data centre in the sea to investigate energy efficiency</title><link>What is love?</link><pubDate>Wed, 6 Jun 2018 05:19:58 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17244525</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17244525\">Comments</a>]]></description></item><item><title>Facebook confirms data-sharing agreements with Chinese firms</title><link>/</link><pubDate>Wed, 6 Jun 2018 08:54:02 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17245458</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17245458\">Comments</a>]]></description></item><item><title>State of Washington sues Facebook and Google over failure to disclose spending</title><link>https://techcrunch.com/2018/06/05/washington-sues-facebook-and-google-over-failure-to-disclose-political-ad-spending/</link><pubDate>Tue, 5 Jun 2018 21:30:16 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17242270</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17242270\">Comments</a>]]></description></item><item><title>BuildZoom (a better way to remodel) is hiring a Data Engineer</title><link>file:///home/malformed/file.jpg</link><pubDate>Wed, 6 Jun 2018 09:45:39 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17245653</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17245653\">Comments</a>]]></description></item><item><title>Seikilos epitaph</title><link>https://en.wikipedia.org/wiki/Seikilos_epitaph</link><pubDate>Wed, 6 Jun 2018 03:31:04 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17244161</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17244161\">Comments</a>]]></description></item><item><title>AMD Reveals Threadripper 2: Up to 32 Cores, 250W, X399 Refresh</title><link>https://www.anandtech.com/show/12906/amd-reveals-threadripper-2-up-to-32-cores-250w-x399-refresh</link><pubDate>Wed, 6 Jun 2018 03:12:37 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17244089</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17244089\">Comments</a>]]></description></item><item><title>Archive.org and California to start a data sharing and preservation project</title><link>https://blog.archive.org/2018/06/05/internet-archive-code-for-science-and-society-and-california-digital-library-to-partner-on-a-data-sharing-and-preservation-pilot-project/</link><pubDate>Tue, 5 Jun 2018 19:31:03 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17241198</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17241198\">Comments</a>]]></description></item><item><title>Caltech glassblower&#x27;s retirement has scientists sighing (2016)</title><link>http://hey:now@beta.latimes.com/local/education/la-me-caltech-glassblower-20160613-snap-story.html</link><pubDate>Tue, 5 Jun 2018 18:45:36 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17240776</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17240776\">Comments</a>]]></description></item><item><title>Show HN: LogicEmu – Online Logic Simulator</title><link>http://lodev.org/logicemu</link><pubDate>Tue, 5 Jun 2018 22:12:12 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17242528</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17242528\">Comments</a>]]></description></item><item><title>Australia drafts laws forcing Facebook and Google to reveal encrypted data</title><link>http://webmail.company.com/owa/calendar/firstName.Name@company.com/Calendar/calendar.html</link><pubDate>Wed, 6 Jun 2018 07:28:15 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17245032</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17245032\">Comments</a>]]></description></item><item><title>How to be a Manager – A step-by-step guide to leading a team</title><link>https://getweeklyupdate.com/manager-guide</link><pubDate>Tue, 5 Jun 2018 14:48:19 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17238135</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17238135\">Comments</a>]]></description></item><item><title>Show HN: Transity – Plain Text Accounting</title><link></link><pubDate>Tue, 5 Jun 2018 21:14:23 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17242136</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17242136\">Comments</a>]]></description></item><item><title>Open Source License Helper Tool</title><link>https://choosealicense.com/</link><pubDate>Tue, 5 Jun 2018 21:26:29 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17242238</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17242238\">Comments</a>]]></description></item><item><title>ServiceFabric: a distributed platform for building microservices in the cloud</title><link>https://blog.acolyer.org/2018/06/05/servicefabric-a-distributed-platform-for-building-microservices-in-the-cloud/</link><pubDate>Tue, 5 Jun 2018 21:17:47 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17242160</comments><description><![CDATA[<a href=\"https://news.ycombinator.com/item?id=17242160\">Comments</a>]]></description></item><item><title>Show HN: Grep with colours written in Go</title><link>https://github.com/arsham/blush</link><pubDate>Tue, 5 Jun 2018 12:23:35 +0000</pubDate><comments>https://news.ycombinator.com/item?id=17236967</comments><description>![CDATA[<a href=\"https://news.ycombinator.com/item?id=17236967\">Comments</a>]]></description></item><item><title>U.S. lawmaker: &#x27;Sure looks like Zuckerberg lied to Congress&#x27;����������������������������������������������������������������<title><link>����������������������������������������\n"
  },
  {
    "path": "api/test/data/feed/maxwell-land-surveying.com",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\"\n\txmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n\txmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\n\txmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n\txmlns:atom=\"http://www.w3.org/2005/Atom\"\n\txmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\"\n\txmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n\t>\n\n<channel>\n\t<title>Maxwell Land Surveying</title>\n\t<atom:link href=\"https://maxwell-land-surveying.com/feed\" rel=\"self\" type=\"application/rss+xml\" />\n\t<link>https://maxwell-land-surveying.com</link>\n\t<description>Surveying For Over 50 Years</description>\n\t<lastBuildDate>Wed, 03 Jan 2018 01:58:57 +0000</lastBuildDate>\n\t<language>en-US</language>\n\t<sy:updatePeriod>hourly</sy:updatePeriod>\n\t<sy:updateFrequency>1</sy:updateFrequency>\n\t<generator>https://wordpress.org/?v=4.9.6</generator>\n\t<item>\n\t\t<title>Using GPS to Track You – Is It Real?</title>\n\t\t<link>https://maxwell-land-surveying.com/gps-track-real-2</link>\n\t\t<comments>https://maxwell-land-surveying.com/gps-track-real-2#comments</comments>\n\t\t<pubDate>Mon, 08 Oct 2012 10:25:49 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[blog]]></category>\n\t\t<category><![CDATA[land surveying]]></category>\n\t\t<category><![CDATA[can gps find me?]]></category>\n\t\t<category><![CDATA[gps munford]]></category>\n\t\t<category><![CDATA[gps tracking]]></category>\n\t\t<category><![CDATA[how gps tracking can find me]]></category>\n\t\t<category><![CDATA[how gps tracking works]]></category>\n\t\t<category><![CDATA[land survey munford]]></category>\n\t\t<category><![CDATA[munford gps]]></category>\n\t\t<category><![CDATA[munford land surveying]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://maxwell-land-surveying.com/?p=682</guid>\n\t\t<description><![CDATA[Many have heard of “Big Brother” being able to track our movements. One of my favorite TV shows is “Person of Interest” where a secret machine keeps track of all conversations and people’s “criminal intent” in order to help the &#8230; <a href=\"https://maxwell-land-surveying.com/gps-track-real-2\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t<wfw:commentRss>https://maxwell-land-surveying.com/gps-track-real-2/feed</wfw:commentRss>\n\t\t<slash:comments>1</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Land Surveying – How Do I Know if I Need A Land Survey?</title>\n\t\t<link>https://maxwell-land-surveying.com/land-surveying-land-survey</link>\n\t\t<pubDate>Sat, 15 Sep 2012 06:00:36 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[blog]]></category>\n\t\t<category><![CDATA[land surveying]]></category>\n\t\t<category><![CDATA[how to know if I need land surveying]]></category>\n\t\t<category><![CDATA[land surveying munford]]></category>\n\t\t<category><![CDATA[land surveying munford al]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://maxwell-land-surveying.com/?p=670</guid>\n\t\t<description><![CDATA[Land surveying is needed for different reasons. It’s not inexpensive, but there’s also no other better way to protect your home and property than to hire a professional land surveyor. Typically, the client is handed a copy of the survey &#8230; <a href=\"https://maxwell-land-surveying.com/land-surveying-land-survey\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t</item>\n\t\t<item>\n\t\t<title>The Land Surveying Process</title>\n\t\t<link>https://maxwell-land-surveying.com/land-surveying-process</link>\n\t\t<pubDate>Thu, 09 Aug 2012 12:13:02 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[blog]]></category>\n\t\t<category><![CDATA[land surveying]]></category>\n\t\t<category><![CDATA[land surveying munford]]></category>\n\t\t<category><![CDATA[land surveying munford al]]></category>\n\t\t<category><![CDATA[land surveying process]]></category>\n\t\t<category><![CDATA[land surveying process munford al]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://maxwell-land-surveying.com/?p=634</guid>\n\t\t<description><![CDATA[There can be a dozen reasons why anybody would need land surveying. One of the most popular is to check the boundaries of a property, to determine if a property is prone to flooding (a certificate for this is usually &#8230; <a href=\"https://maxwell-land-surveying.com/land-surveying-process\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t</item>\n\t\t<item>\n\t\t<title>Land Surveying: The “Pincushion” Effect</title>\n\t\t<link>https://maxwell-land-surveying.com/land-surveying-pincushion-effect</link>\n\t\t<pubDate>Wed, 16 May 2012 13:06:06 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[blog]]></category>\n\t\t<category><![CDATA[land surveying]]></category>\n\t\t<category><![CDATA[land surveyor]]></category>\n\t\t<category><![CDATA[Uncategorized]]></category>\n\t\t<category><![CDATA[land survey pincushion effect]]></category>\n\t\t<category><![CDATA[land surveying munford]]></category>\n\t\t<category><![CDATA[land surveying munford al]]></category>\n\t\t<category><![CDATA[pincushion effect]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://maxwell-land-surveying.com/?p=541</guid>\n\t\t<description><![CDATA[Boundary monuments are an important part of land surveying. “Monuments” are what we call the objects used to mark the corners during a land survey to know where the property boundary lines are and the property begins and ends. Monuments &#8230; <a href=\"https://maxwell-land-surveying.com/land-surveying-pincushion-effect\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t</item>\n\t</channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/medium-technology",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" xmlns:atom=\"http://www.w3.org/2005/Atom\" version=\"2.0\" xmlns:cc=\"http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html\">\n    <channel>\n        <title><![CDATA[Handpicked stories about Technology on Medium]]></title>\n        <description><![CDATA[Technology on Medium: The download.]]></description>\n        <link>https://medium.com/topic/technology?source=rss-------8-----------------technology</link>\n        <image>\n            <url>https://cdn-images-1.medium.com/proxy/1*TGH72Nnw24QL3iV9IOm4VA.png</url>\n            <title>Handpicked stories about Technology on Medium</title>\n            <link>https://medium.com/topic/technology?source=rss-------8-----------------technology</link>\n        </image>\n        <generator>Medium</generator>\n        <lastBuildDate>Wed, 06 Jun 2018 10:13:08 GMT</lastBuildDate>\n        <atom:link href=\"https://medium.com/feed/topic/technology\" rel=\"self\" type=\"application/rss+xml\"/>\n        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>\n        <atom:link href=\"http://medium.superfeedr.com\" rel=\"hub\"/>\n        <item>\n            <title><![CDATA[Apple Wants Its Phones Back]]></title>\n            <description><![CDATA[<div class=\"medium-feed-item\"><p class=\"medium-feed-image\"><a href=\"https://shift.newco.co/apple-wants-its-phones-back-d0d77142c7d?source=rss-------8-----------------technology\"><img src=\"https://cdn-images-1.medium.com/max/2000/1*Mb91vXuFErx4H0Dsi2SX_A.png\" width=\"2502\"></a></p><p class=\"medium-feed-snippet\">Apple dropped a bomb at their global developer conference: It&#x2019;s stepping in to curb phone addiction. This is a big blow to the ad-driven&#x2026;</p><p class=\"medium-feed-link\"><a href=\"https://shift.newco.co/apple-wants-its-phones-back-d0d77142c7d?source=rss-------8-----------------technology\">Continue reading on NewCo Shift »</a></p></div>]]></description>\n            <link>https://shift.newco.co/apple-wants-its-phones-back-d0d77142c7d?source=rss-------8-----------------technology</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/d0d77142c7d</guid>\n            <category><![CDATA[advertising]]></category>\n            <category><![CDATA[culture]]></category>\n            <category><![CDATA[apple]]></category>\n            <category><![CDATA[marketing]]></category>\n            <category><![CDATA[social-media]]></category>\n            <dc:creator><![CDATA[Andre Redelinghuys]]></dc:creator>\n            <pubDate>Tue, 05 Jun 2018 18:07:08 GMT</pubDate>\n            <atom:link rel=\"amphtml\" href=\"https://shift.newco.co/amp/p/d0d77142c7d\"/>\n            <atom:updated>2018-06-05T18:07:08.095Z</atom:updated>\n        </item>\n        <item>\n            <title><![CDATA[The Apple(-ized) generation]]></title>\n            <description><![CDATA[<div class=\"medium-feed-item\"><p class=\"medium-feed-image\"><a href=\"https://medium.com/@jurajsalapa/the-apple-ized-generation-ffb20e788c95?source=rss-------8-----------------technology\"><img src=\"https://cdn-images-1.medium.com/max/1287/1*yddZ_aCwVIY2KMyfULuaEw.png\" width=\"1287\"></a></p><p class=\"medium-feed-snippet\">This is one of the series of stories in which I explore how the era of tech refashioned capitalism.</p><p class=\"medium-feed-link\"><a href=\"https://medium.com/@jurajsalapa/the-apple-ized-generation-ffb20e788c95?source=rss-------8-----------------technology\">Continue reading on Medium »</a></p></div>]]></description>\n            <link>https://medium.com/@jurajsalapa/the-apple-ized-generation-ffb20e788c95?source=rss-------8-----------------technology</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/ffb20e788c95</guid>\n            <category><![CDATA[technology]]></category>\n            <category><![CDATA[apple]]></category>\n            <category><![CDATA[millennials]]></category>\n            <category><![CDATA[tech]]></category>\n            <category><![CDATA[culture]]></category>\n            <dc:creator><![CDATA[Juraj Salapa]]></dc:creator>\n            <pubDate>Tue, 05 Jun 2018 16:37:39 GMT</pubDate>\n            <atom:updated>2018-06-05T16:40:28.590Z</atom:updated>\n        </item>\n        <item>\n            <title><![CDATA[AI Risks Replicating Tech’s Ethnic Minority Bias Across Business]]></title>\n            <description><![CDATA[<div class=\"medium-feed-item\"><p class=\"medium-feed-image\"><a href=\"https://medium.com/financial-times/ai-risks-replicating-techs-ethnic-minority-bias-across-business-304225e8cbc6?source=rss-------8-----------------technology\"><img src=\"https://cdn-images-1.medium.com/max/2000/1*fO0oaZFjIeGNwRb7Rcy9Fg.jpeg\" width=\"5851\"></a></p><p class=\"medium-feed-snippet\">Diverse workforce essential to combat new danger of &#x2018;bias in, bias out&#x2019;</p><p class=\"medium-feed-link\"><a href=\"https://medium.com/financial-times/ai-risks-replicating-techs-ethnic-minority-bias-across-business-304225e8cbc6?source=rss-------8-----------------technology\">Continue reading on Financial Times »</a></p></div>]]></description>\n            <link>https://medium.com/financial-times/ai-risks-replicating-techs-ethnic-minority-bias-across-business-304225e8cbc6?source=rss-------8-----------------technology</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/304225e8cbc6</guid>\n            <category><![CDATA[artificial-intelligence]]></category>\n            <category><![CDATA[race]]></category>\n            <category><![CDATA[work]]></category>\n            <category><![CDATA[equality]]></category>\n            <category><![CDATA[technology]]></category>\n            <dc:creator><![CDATA[The Financial Times]]></dc:creator>\n            <pubDate>Tue, 05 Jun 2018 21:16:58 GMT</pubDate>\n            <atom:updated>2018-06-05T21:16:58.517Z</atom:updated>\n        </item>\n        <item>\n            <title><![CDATA[Apple is taking on Snapchat ]]></title>\n            <description><![CDATA[<div class=\"medium-feed-item\"><p class=\"medium-feed-image\"><a href=\"https://blog.producthunt.com/apple-is-taking-on-snapchat-b54bb2b9a77b?source=rss-------8-----------------technology\"><img src=\"https://cdn-images-1.medium.com/max/1599/1*Qe9otgrzjq-7CR_P6fyjXg.jpeg\" width=\"1599\"></a></p><p class=\"medium-feed-snippet\">Apple&#x2019;s annual massive launch party, I mean, developer conference kicked off yesterday, with huuuuuge updates to every Apple operating&#x2026;</p><p class=\"medium-feed-link\"><a href=\"https://blog.producthunt.com/apple-is-taking-on-snapchat-b54bb2b9a77b?source=rss-------8-----------------technology\">Continue reading on Product Hunt »</a></p></div>]]></description>\n            <link>https://blog.producthunt.com/apple-is-taking-on-snapchat-b54bb2b9a77b?source=rss-------8-----------------technology</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/b54bb2b9a77b</guid>\n            <category><![CDATA[wwdc]]></category>\n            <category><![CDATA[tech]]></category>\n            <category><![CDATA[technology]]></category>\n            <category><![CDATA[ios]]></category>\n            <category><![CDATA[apple]]></category>\n            <dc:creator><![CDATA[Product Hunt]]></dc:creator>\n            <pubDate>Tue, 05 Jun 2018 14:39:08 GMT</pubDate>\n            <atom:updated>2018-06-05T14:39:08.117Z</atom:updated>\n        </item>\n        <item>\n            <title><![CDATA[Power consumption of Stadiums]]></title>\n            <description><![CDATA[<div class=\"medium-feed-item\"><p class=\"medium-feed-image\"><a href=\"https://medium.com/@zodhyatech/power-consumption-of-stadiums-55aff6bb86cf?source=rss-------8-----------------technology\"><img src=\"https://cdn-images-1.medium.com/max/2000/1*HaJMy2FvBMxVsw6FAioW2Q.jpeg\" width=\"2451\"></a></p><p class=\"medium-feed-snippet\">The 11th season of IPL is over and most of us are now bored by our screens. This is not new that we watch cricket, in more sense, a sport&#x2026;</p><p class=\"medium-feed-link\"><a href=\"https://medium.com/@zodhyatech/power-consumption-of-stadiums-55aff6bb86cf?source=rss-------8-----------------technology\">Continue reading on Medium »</a></p></div>]]></description>\n            <link>https://medium.com/@zodhyatech/power-consumption-of-stadiums-55aff6bb86cf?source=rss-------8-----------------technology</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/55aff6bb86cf</guid>\n            <category><![CDATA[india]]></category>\n            <category><![CDATA[solar-energy]]></category>\n            <category><![CDATA[tesla]]></category>\n            <category><![CDATA[cricket]]></category>\n            <category><![CDATA[business]]></category>\n            <dc:creator><![CDATA[Zodhya]]></dc:creator>\n            <pubDate>Sun, 03 Jun 2018 03:31:18 GMT</pubDate>\n            <atom:updated>2018-06-03T03:31:18.089Z</atom:updated>\n        </item>\n        <item>\n            <title><![CDATA[A Glass of Ice Water in the Desert]]></title>\n            <description><![CDATA[<div class=\"medium-feed-item\"><p class=\"medium-feed-image\"><a href=\"https://500ish.com/a-glass-of-ice-water-in-the-desert-859febd2e0f7?source=rss-------8-----------------technology\"><img src=\"https://cdn-images-1.medium.com/max/2000/1*Uj8oL8KnqfeNwcRI76zYBg.png\" width=\"2270\"></a></p><p class=\"medium-feed-snippet\">Thoughts on WWDC 2018</p><p class=\"medium-feed-link\"><a href=\"https://500ish.com/a-glass-of-ice-water-in-the-desert-859febd2e0f7?source=rss-------8-----------------technology\">Continue reading on 500ish Words »</a></p></div>]]></description>\n            <link>https://500ish.com/a-glass-of-ice-water-in-the-desert-859febd2e0f7?source=rss-------8-----------------technology</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/859febd2e0f7</guid>\n            <category><![CDATA[ios]]></category>\n            <category><![CDATA[tech]]></category>\n            <category><![CDATA[wwdc-2018]]></category>\n            <category><![CDATA[apple]]></category>\n            <category><![CDATA[wwdc]]></category>\n            <dc:creator><![CDATA[M.G. Siegler]]></dc:creator>\n            <pubDate>Tue, 05 Jun 2018 19:50:22 GMT</pubDate>\n            <atom:updated>2018-06-05T19:51:12.241Z</atom:updated>\n        </item>\n        <item>\n            <title><![CDATA[Disruptive Forces: Machine Learning as Societal Disruptor (2016)]]></title>\n            <description><![CDATA[<div class=\"medium-feed-item\"><p class=\"medium-feed-image\"><a href=\"https://medium.com/@stevenrahman/disruptive-forces-machine-learning-as-societal-disruptor-2016-859e02951d7a?source=rss-------8-----------------technology\"><img src=\"https://cdn-images-1.medium.com/max/1596/1*6SV2Jzn53qB2D6v7caOidQ.jpeg\" width=\"1596\"></a></p><p class=\"medium-feed-snippet\">Presented by Steven Rahman to The InterAction Council, Baku Azerbaijan 2016 as part of discussions focussing on the future of work and&#x2026;</p><p class=\"medium-feed-link\"><a href=\"https://medium.com/@stevenrahman/disruptive-forces-machine-learning-as-societal-disruptor-2016-859e02951d7a?source=rss-------8-----------------technology\">Continue reading on Medium »</a></p></div>]]></description>\n            <link>https://medium.com/@stevenrahman/disruptive-forces-machine-learning-as-societal-disruptor-2016-859e02951d7a?source=rss-------8-----------------technology</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/859e02951d7a</guid>\n            <category><![CDATA[one-belt-one-road]]></category>\n            <category><![CDATA[world-economic-forum]]></category>\n            <category><![CDATA[silk-road]]></category>\n            <dc:creator><![CDATA[Steven Rahman]]></dc:creator>\n            <pubDate>Sun, 03 Jun 2018 01:55:48 GMT</pubDate>\n            <atom:updated>2018-06-03T22:20:56.972Z</atom:updated>\n        </item>\n        <item>\n            <title><![CDATA[This iPhone Feature Can Radically Improve Your Life And Relationships]]></title>\n            <description><![CDATA[<div class=\"medium-feed-item\"><p class=\"medium-feed-image\"><a href=\"https://medium.com/thrive-global/this-iphone-feature-can-radically-improve-your-life-and-relationships-d7a4134cb425?source=rss-------8-----------------technology\"><img src=\"https://cdn-images-1.medium.com/max/1439/0*u_OxZIeK7bMUhA9B\" width=\"1439\"></a></p><p class=\"medium-feed-snippet\">&#x201C;When you change the way you look at things, the things you look at change.&#x201D; &#x2014; Dr. Wayne Dyer</p><p class=\"medium-feed-link\"><a href=\"https://medium.com/thrive-global/this-iphone-feature-can-radically-improve-your-life-and-relationships-d7a4134cb425?source=rss-------8-----------------technology\">Continue reading on Thrive Global »</a></p></div>]]></description>\n            <link>https://medium.com/thrive-global/this-iphone-feature-can-radically-improve-your-life-and-relationships-d7a4134cb425?source=rss-------8-----------------technology</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/d7a4134cb425</guid>\n            <category><![CDATA[technology]]></category>\n            <category><![CDATA[self-improvement]]></category>\n            <category><![CDATA[entrepreneurship]]></category>\n            <category><![CDATA[life-lessons]]></category>\n            <category><![CDATA[life]]></category>\n            <dc:creator><![CDATA[Benjamin P. Hardy]]></dc:creator>\n            <pubDate>Mon, 04 Jun 2018 13:26:54 GMT</pubDate>\n            <atom:link rel=\"amphtml\" href=\"https://medium.com/amp/p/d7a4134cb425\"/>\n            <atom:updated>2018-06-06T00:43:56.444Z</atom:updated>\n        </item>\n        <item>\n            <title><![CDATA[The Happy]]></title>\n            <description><![CDATA[<div class=\"medium-feed-item\"><p class=\"medium-feed-image\"><a href=\"https://medium.com/spiralbound/the-happy-848723888fa0?source=rss-------8-----------------technology\"><img src=\"https://cdn-images-1.medium.com/max/2000/1*M3E7JOEydMZiC0IjQyMMyQ.jpeg\" width=\"2000\"></a></p><p class=\"medium-feed-snippet\">A comic about connection and loneliness</p><p class=\"medium-feed-link\"><a href=\"https://medium.com/spiralbound/the-happy-848723888fa0?source=rss-------8-----------------technology\">Continue reading on Spiralbound »</a></p></div>]]></description>\n            <link>https://medium.com/spiralbound/the-happy-848723888fa0?source=rss-------8-----------------technology</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/848723888fa0</guid>\n            <category><![CDATA[relationships]]></category>\n            <category><![CDATA[comics]]></category>\n            <category><![CDATA[technology]]></category>\n            <category><![CDATA[michael-bailey]]></category>\n            <dc:creator><![CDATA[Michael Bailey]]></dc:creator>\n            <pubDate>Tue, 05 Jun 2018 13:01:03 GMT</pubDate>\n            <atom:updated>2018-06-05T13:01:03.472Z</atom:updated>\n        </item>\n        <item>\n            <title><![CDATA[I just want a good TV picture]]></title>\n            <description><![CDATA[<div class=\"medium-feed-item\"><p class=\"medium-feed-image\"><a href=\"https://medium.com/@nicolas.neubauer/i-just-want-to-good-tv-picture-8826cb815b30?source=rss-------8-----------------technology\"><img src=\"https://cdn-images-1.medium.com/max/600/1*7K5j8aqndbxEGkFAqaWdBw.jpeg\" width=\"600\"></a></p><p class=\"medium-feed-snippet\">You probably own a TV, right? Then I am pretty sure that the picture you are getting is pretty shitty. Why? Because nowadays it seems it&#x2026;</p><p class=\"medium-feed-link\"><a href=\"https://medium.com/@nicolas.neubauer/i-just-want-to-good-tv-picture-8826cb815b30?source=rss-------8-----------------technology\">Continue reading on Medium »</a></p></div>]]></description>\n            <link>https://medium.com/@nicolas.neubauer/i-just-want-to-good-tv-picture-8826cb815b30?source=rss-------8-----------------technology</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/8826cb815b30</guid>\n            <category><![CDATA[tv]]></category>\n            <category><![CDATA[hdmi]]></category>\n            <category><![CDATA[apple-tv]]></category>\n            <category><![CDATA[black-level]]></category>\n            <category><![CDATA[rgb]]></category>\n            <dc:creator><![CDATA[Nicolas]]></dc:creator>\n            <pubDate>Sat, 02 Jun 2018 17:43:43 GMT</pubDate>\n            <atom:updated>2018-06-03T13:54:25.726Z</atom:updated>\n        </item>\n    </channel>\n</rss>"
  },
  {
    "path": "api/test/data/feed/perezhilton",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>    <rss version=\"2.0\"\n        xmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n        xmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\n        xmlns:dc=\"http://purl.org/dc/elements/1.1/\">\n<channel><title>PerezHilton</title><link>https://perezhilton.com</link><description>Perez Hilton dishes up the juiciest celebrity gossip on all your favorite stars, from Justin Bieber to Kim Kardashian. Are you up-to-date on Hollywood's latest scandal?!</description><pubDate>Wed, 06 Jun 2018 10:54:02 GMT</pubDate><generator>http://wordpress.org/?v=2.0.10</generator><language>en</language><item><title>Kate Spade's Sister Says The Designer Suffered From Years Of Mental Illness; Reported Suicide 'Not Unexpected'</title><link>http://perezhilton.com/2018-06-05-kate-spade-reta-saffo-sister-mental-illness-reported-suicide</link><comments>http://perezhilton.com/2018-06-05-kate-spade-reta-saffo-sister-mental-illness-reported-suicide#respond</comments><pubDate>Wed, 06 Jun 2018 03:26:00 +0000</pubDate><dc:creator>Perez Hilton</dc:creator><guid isPermaLink=\"false\">http://perezhilton.com/2018-06-05-kate-spade-reta-saffo-sister-mental-illness-reported-suicide</guid><description><![CDATA[\nIn an email to the Kansas City Star on Tuesday, Kate Spade's older sister &#8212; Reta Saffo &#8212; says the handbag designer suffered from mental illness for the last three or four years, and says her reported suicide \"was not unexpected by me.\"\nAs we reported, the fashion legend was found in her New York apartment [...]]]></description><content:encoded><![CDATA[\n<p>In an email to the <em><a href=\"http://goo.gl/KAxQeu\" target=\"_blank\">Kansas City Star</a></em> on Tuesday, <a href=\"http://perezhilton.com/category/kate-spade/\" target=\"_blank\"><strong>Kate Spade</strong></a>'s older sister -- <strong>Reta Saffo</strong> -- says the handbag designer suffered from mental illness for the last three or four years, and says her reported suicide \"was not<i> </i>unexpected by me.\"</p>\n<p>As <a href=\"http://perezhilton.com/cocoperez/2018-06-05-kate-spade-found-dead-apparent-suicide-55#.Wxb1WGaZMWr\" target=\"_blank\">we reported</a>, the fashion legend was found in her New York apartment by a housekeeper at 10:30 a.m. EST, after she reportedly hung herself. The 55-year-old was pronounced dead at the scene.</p>\n<p><a href=\"http://perezhilton.com/galleries/stars-lost-died-2018/?id=521571\" target=\"_blank\"><strong>Related: Stars We Lost In 2018</strong></a></p>\n<p>According to Saffo, Spade reportedly self-medicated with alcohol, and seemed fixated on <a href=\"http://perezhilton.com/category/robin-williams/\" target=\"_blank\"><strong>Robin Williams</strong></a>' suicide by hanging when it happened in August 2014. She told the newspaper: </p>\n<blockquote><p>\n\"I think there was a plan even as far back as then.\"\n</p></blockquote>\n<p>After the publication posted a story about Spade's death, Saffo emailed the <em>Star</em> saying they misspelled Kate's childhood nickname, Katy.</p>\n<p>Although she was asked to do a phone interview, Saffo declined because she reportedly took a sedative. (She noted that her husband is a medical doctor.)</p>\n<p>In the email, Saffo said she tried to get Kate into treatment, but the designer \"chickened out\" as she was worried with how her hospitalization might affect the image of her brand. </p>\n<blockquote><p>\n\"I will say this was not unexpected by me. I'd flown out to Napa and NYC several times in the past 3-4 years to help her to get the treatment she needed (inpatient hospitalization). She was always a very excitable little girl and I felt all the stress/pressure of her brand (KS) may have flipped the switch where she eventually became full-on manic depressive... I'd come so VERY close to getting her to go in for treatment (to the same place Catherine Zeta-Jones went for her successful bipolar treatment program). I'd spoken with them on the phone (not telling them exactly who the patient would be). They agreed to fly in and talk with her and take her with them to the treatment center... She was all set to go — but then chickened out by morning. I even said I (would) go with her and be a 'patient' too (she liked that idea) I said we could talk about it all — our childhood, etc. That I could help her fill in any blanks she might have... That seemed to make her more comfortable, and we'd get sooo close to packing her bags, but — in the end, the 'image' of her brand (happy-go-lucky Kate Spade) was more important for her to keep up. She was definitely worried about what people would say if they found out.\"'\n</p></blockquote>\n<p>Although her husband <strong>Andy Spade</strong> reportedly tried to persuade Kate to seek help, \"nothing ever came of it.\"</p>\n<p>After numerous failed attempts, Saffo ultimately stopped trying. </p>\n<blockquote><p>\n\"After numerous attempts, I finally let go... Sometimes you simply cannot SAVE people from themselves! One of the last things she said to me was, 'Reta, I know you hate funerals and don't attend them, but for me would you PLEASE come to MINE, at least. Please!' I know she perhaps had a plan, but she insisted she did not.\"'\n</p></blockquote>\n<p>In regards to Robin Williams' death, Saffo said Kate heard about his passing at a hotel in Santa Fe. </p>\n<blockquote><p>\n\"We were freaked out/saddened... but she kept watching it and watching it over and over. I think the plan was already in motion even as far back as then.\"\n</p></blockquote>\n<p>Saffo ended her email remembering her \"kind\" and \"funny\" younger sister. </p>\n<blockquote><p>\n\"She was a dear little person. So dear — so kind, so funny. I'll miss our 6-7-hr-long phone conversations between NY and NM... I'm off to bed for a good cry.\"\n</p></blockquote>\n<p>If you or someone you know are experiencing thoughts of suicide or self harm, please call the National Suicide Prevention Lifeline at 1-800-273-8255 and know that you are not alone.</p>\n<p>[<em>Image via Flashpoint/<a href=\"http://www.wenn.com\" target=\"_blank\">WENN</a>.</em>]\n</p>]]></content:encoded><wfw:commentRss>http://perezhilton.com/2018-06-05-kate-spade-reta-saffo-sister-mental-illness-reported-suicide/feed/</wfw:commentRss></item><item><title>Orlando Brown Arrested For Felony Narcotics Possession In Las Vegas!</title><link>http://perezhilton.com/2018-06-05-orlando-brown-thats-so-raven-las-vegas-arrest</link><comments>http://perezhilton.com/2018-06-05-orlando-brown-thats-so-raven-las-vegas-arrest#respond</comments><pubDate>Wed, 06 Jun 2018 02:14:51 +0000</pubDate><dc:creator>Perez Hilton</dc:creator><guid isPermaLink=\"false\">http://perezhilton.com/2018-06-05-orlando-brown-thats-so-raven-las-vegas-arrest</guid><description><![CDATA[\nOn Monday in Las Vegas, Orlando Brown was arrested and booked on felony narcotics possession, and misdemeanor charges of drug paraphernalia and resisting arrest.\nAccording to TMZ, after cops witnessed him go in and out of a motel, they pulled over the cab he was in, and eventually cuffed him after he initially refused to cooperate.\nRelated: [...]]]></description><content:encoded><![CDATA[\n<p>On Monday in Las Vegas, <strong>Orlando Brown</strong> was arrested and booked on felony narcotics possession, and misdemeanor charges of drug paraphernalia and resisting arrest.</p>\n<p>According to <em><a href=\"http://goo.gl/PfnMyE\" target=\"_blank\">TMZ</a></em>, after cops witnessed him go in and out of a motel, they pulled over the cab he was in, and eventually cuffed him after he initially refused to cooperate.</p>\n<p><a href=\"http://perezhilton.com/2018-04-13-orlando-brown-bounty-hunters-arrested-in-underwear-video#.Ww6__FMvxsM\" target=\"_blank\"><strong>Related: Orlando Arrested In His Underwear!</strong></a></p>\n<p>Officials allegedly found a bag of meth and a pipe on him, and discovered he had an outstanding warrant for an unrelated domestic violence case.</p>\n<p>As of this writing, he is reportedly still in jail.</p>\n<p>In his mugshot (seen <a href=\"http://goo.gl/PfnMyE\" target=\"_blank\"><strong>HERE</strong></a>), Brown shows off his tattoo of former <em>That's So Raven</em> costar <strong><a href=\"http://perezhilton.com/category/raven-symone/\" target=\"_blank\">Raven-Symoné</a></strong>,<strong> </strong><a href=\"http://perezhilton.com/2018-05-30-orlando-brown-raven-symone-tattoo-photo/?from=post\" target=\"_blank\">seen on social media last week</a>.</p>\n<p>[<em>Image via <a href=\"http://www.wenn.com\" target=\"_blank\">WENN</a>.</em>]\n</p>]]></content:encoded><wfw:commentRss>http://perezhilton.com/2018-06-05-orlando-brown-thats-so-raven-las-vegas-arrest/feed/</wfw:commentRss></item><item><title>Donald Trump Forgot The Words To God Bless America At 'Celebration of America' Event &#8212; Twitter Reacts!</title><link>http://perezhilton.com/2018-06-05-donald-trump-god-bless-america-celebration-of-america-white-house-twitter-reacts</link><comments>http://perezhilton.com/2018-06-05-donald-trump-god-bless-america-celebration-of-america-white-house-twitter-reacts#respond</comments><pubDate>Wed, 06 Jun 2018 01:20:37 +0000</pubDate><dc:creator>Perez Hilton</dc:creator><guid isPermaLink=\"false\">http://perezhilton.com/2018-06-05-donald-trump-god-bless-america-celebration-of-america-white-house-twitter-reacts</guid><description><![CDATA[\nThank god he isn't a singer&#8230;\nAfter canceling a Super Bowl celebration event with the Philadelphia Eagles, Donald Trump held an impromptu \"Celebration of America\" ceremony at the White House on Tuesday.\nRelated: Kim Kardashian's Meeting With Donald Trump Did NOT Go Well!\nDuring the shindig, the Marine Band and Army Chorus began playing God Bless America, and [...]]]></description><content:encoded><![CDATA[\n<p>Thank god he isn't a singer...</p>\n<p>After canceling a <a href=\"http://perezhilton.com/category/super-bowl/\" target=\"_blank\"><strong>Super Bowl</strong></a> celebration event with the <strong>Philadelphia Eagles</strong>, <a href=\"http://perezhilton.com/category/donald-trump/\" target=\"_blank\"><strong>Donald Trump</strong></a> held an impromptu \"Celebration of America\" ceremony at the White House on Tuesday.</p>\n<p><strong><a href=\"http://perezhilton.com/2018-06-04-kim-kardashian-donald-trump-white-house-visit-alice-marie-johnson-pardon\" target=\"_blank\">Related: </a><a href=\"http://perezhilton.com/2018-06-04-kim-kardashian-donald-trump-white-house-visit-alice-marie-johnson-pardon\" rel=\"bookmark\" title=\"Permanent Link to It Turns Out Kim Kardashian's Meeting With Donald Trump Did NOT Go Well!\">Kim Kardashian's Meeting With Donald Trump Did NOT Go Well!</a></strong></p>\n<p>During the shindig, the <strong>Marine Band</strong> and <strong>Army Chorus</strong> began playing <em>God Bless America</em>, and the President tried but FAILED to sing along.</p>\n<p>As seen in the following video, Donnie totally forgot the lyrics! </p>\n<blockquote class=\"twitter-tweet\" data-lang=\"en\"><p>\nPres. Trump, though standing, does not sing \"God Bless America\" word-for-word, nodding along to melody as military chorus sings \"through the night with the light from above\" <a href=\"https://t.co/SvRFR0SLJu\">https://t.co/SvRFR0SLJu</a> <a href=\"https://t.co/UlBL0NlgoB\">pic.twitter.com/UlBL0NlgoB</a><br />\n— CBS News (@CBSNews) <a href=\"https://twitter.com/CBSNews/status/1004077745188597760?ref_src=twsrc%5Etfw\">June 5, 2018</a></p></blockquote>\n<p><br />\nAfter the clip went viral, social media users totally BLASTED the businessman for forgetting the song's 28 words. See the best reactions (below):</p>\n<blockquote class=\"twitter-tweet\" data-lang=\"en\"><p>\nThere are 28 total words in \"God Bless America\".</p>\n<p>Twenty-Eight, Total. <a href=\"https://t.co/2UptWPkZPL\">https://t.co/2UptWPkZPL</a><br />\n— Nicholas A. Kovach (@TheKovach) <a href=\"https://twitter.com/TheKovach/status/1004079005652471809?ref_src=twsrc%5Etfw\">June 5, 2018</a></p></blockquote>\n\n<blockquote class=\"twitter-tweet\" data-lang=\"en\"><p>\ntrump sings \"god bless america\" the way the rest of us sing \"despacito\" <a href=\"https://t.co/4Jdj95YySM\">https://t.co/4Jdj95YySM</a><br />\n— Sal Gentile (@salgentile) <a href=\"https://twitter.com/salgentile/status/1004087061358563328?ref_src=twsrc%5Etfw\">June 5, 2018</a></p></blockquote>\n\n<blockquote class=\"twitter-tweet\" data-lang=\"en\"><p>\nI find it more disrespectful for the United States President to butcher \"God Bless America\" than for <a href=\"http://perezhilton.com/category/nfl/\" target=\"_blank\"><strong>NFL</strong></a> players to kneel in order to protest racial injustice.<br />\n— Ed Krassenstein (@EdKrassen) <a href=\"https://twitter.com/EdKrassen/status/1004098950167711749?ref_src=twsrc%5Etfw\">June 5, 2018</a></p></blockquote>\n\n<blockquote class=\"twitter-tweet\" data-lang=\"en\"><p>\nI see some people defending Trump by saying that the people making fun of him don't know the words to God Bless America either, but that's not the point. If I had a big, public party to celebrate how much I love Three 6 Mafia I'm not gonna fuck up the lyrics to \"Gunclaps\"<br />\n— Juggalocialism (@UweBollocks) <a href=\"https://twitter.com/UweBollocks/status/1004119549711671296?ref_src=twsrc%5Etfw\">June 5, 2018</a></p></blockquote>\n\n<blockquote class=\"twitter-tweet\" data-lang=\"en\"><p>\nI'm <a href=\"https://twitter.com/hashtag/ded?src=hash&amp;ref_src=twsrc%5Etfw\">#ded</a> -<br />\nthis f*cking embarrassment doesn't know the words to \"God Bless America\" <a href=\"https://t.co/qu6rrE6rph\">https://t.co/qu6rrE6rph</a><br />\n— Amy Siskind (@Amy_Siskind) <a href=\"https://twitter.com/Amy_Siskind/status/1004153022862282753?ref_src=twsrc%5Etfw\">June 6, 2018</a></p></blockquote>\n\n<blockquote class=\"twitter-tweet\" data-lang=\"en\"><p>\nTranscript of President 🍊🤡 singing God Bless America:</p>\n<p>God bless America<br />\nStops. Nods.<br />\nStand purse lips<br />\nNods<br />\nNods<br />\nNods<br />\nMouths something<br />\nTo the nods<br />\nTo the nods<br />\nNods nods nods<br />\nGod bless America<br />\nFrom the mountains<br />\nPurse lips<br />\nNods<br />\nNods<br />\nSmiles<br />\nGod bless America<br />\nClaps<br />\nClaps<br />\n— YS (@NYinLA2121) <a href=\"https://twitter.com/NYinLA2121/status/1004099922101035008?ref_src=twsrc%5Etfw\">June 5, 2018</a></p></blockquote>\n\n<blockquote class=\"twitter-tweet\" data-lang=\"en\"><p>\nGod Bless America<br />\nLand that I love<br />\nStand beside her, grab her pussy<br />\nThrough the night, Stormy Daniels spanked me</p>\n<p>-Donald Trump, probably<br />\n— Isaac (@WorldofIsaac) <a href=\"https://twitter.com/WorldofIsaac/status/1004083626399731712?ref_src=twsrc%5Etfw\">June 5, 2018</a></p></blockquote>\n\n<blockquote class=\"twitter-tweet\" data-conversation=\"none\" data-lang=\"en\"><p>\nNot knowing the lyrics to \"God Bless America\" isn't a really bad thing. UNLESS you're hosting a patriotism party, and the announcer says to sing the song to honor the country. And you just spent the last year blasting a group for not being patriotic. And you're the president.<br />\n— Sam Kimpton (@SamKimpton) <a href=\"https://twitter.com/SamKimpton/status/1004099553388265472?ref_src=twsrc%5Etfw\">June 5, 2018</a></p></blockquote>\n<blockquote class=\"twitter-tweet\" data-lang=\"en\"><p>\n.<a href=\"https://twitter.com/realDonaldTrump?ref_src=twsrc%5Etfw\">@realDonaldTrump</a>'s failure to memorize or know the words of God Bless America at an event he created to prove his patriotism is a great metaphor of the man: A BS artist. Smoke & mirrors. No substance. Will say anything for power and money and to rally his base. A total fraud.<br />\n— Wajahat Ali (@WajahatAli) <a href=\"https://twitter.com/WajahatAli/status/1004100597107306500?ref_src=twsrc%5Etfw\">June 5, 2018</a></p></blockquote>\n<p>[<em>Image via <a href=\"http://goo.gl/Hk2ozU\" target=\"_blank\">CBS News/Twitter</a>.</em>]\n</p>]]></content:encoded><wfw:commentRss>http://perezhilton.com/2018-06-05-donald-trump-god-bless-america-celebration-of-america-white-house-twitter-reacts/feed/</wfw:commentRss></item><item><title>David Spade Mourns Kate Spade's Death With Emotional Instagram Tribute</title><link>http://perezhilton.com/2018-06-05-david-spade-breaks-silence-on-kate-spade-death</link><comments>http://perezhilton.com/2018-06-05-david-spade-breaks-silence-on-kate-spade-death#respond</comments><pubDate>Wed, 06 Jun 2018 01:11:37 +0000</pubDate><dc:creator>Perez Hilton</dc:creator><guid isPermaLink=\"false\">http://perezhilton.com/2018-06-05-david-spade-breaks-silence-on-kate-spade-death</guid><description><![CDATA[\nOur hearts keep breaking for her family.\nLate Tuesday evening, David Spade broke his silence on sister-in-law Kate Spade's tragic and sudden death.\nRelated: The Fashion World's Biggest Tragedies\nIn an emotional Instagram post, he wrote:\n\n\n\n\nFuzzy picture but i love it. Kate and I during Christmas family photos. We had so much fun that day. She [...]]]></description><content:encoded><![CDATA[\n<p>Our hearts keep breaking for her family.</p>\n<p>Late Tuesday evening, <a href=\"http://perezhilton.com/category/david-spade/\" target=\"_blank\"><strong>David Spade</strong></a> broke his silence on sister-in-law <a href=\"http://perezhilton.com/category/kate-spade/\" target=\"_blank\"><strong>Kate Spade</strong></a>'s tragic and <a href=\"http://perezhilton.com/cocoperez/2018-06-05-kate-spade-found-dead-apparent-suicide-55\" target=\"_blank\">sudden death</a>.</p>\n<p><a href=\"http://perezhilton.com/cocoperez/galleries/fashion-world-scandals-and-tragedies-alexander-mcqueen-john-galliano-kate-moss/?id=468159#.WxcyxpOplsM\" target=\"_blank\"><strong>Related: The Fashion World's Biggest Tragedies </strong></a></p>\n<p>In an emotional <a href=\"http://perezhilton.com/category/instagram/\" target=\"_blank\"><strong>Instagram</strong></a> post, he wrote: </p>\n<blockquote class=\"instagram-media\" data-instgrm-captioned=\"\" data-instgrm-permalink=\"https://www.instagram.com/p/Bjqb9HCBHTb/\" data-instgrm-version=\"8\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\n\n\n\n<p><a href=\"https://www.instagram.com/p/Bjqb9HCBHTb/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Fuzzy picture but i love it. Kate and I during Christmas family photos. We had so much fun that day. She was so sharp and quick on her feet. She could make me laugh so hard. I still cant believe it. Its a rough world out there people, try to hang on.</a>A post shared by <a href=\"https://www.instagram.com/davidspade/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> David Spade</a> (@davidspade) on Jun 5, 2018 at 5:27pm PDT\n</blockquote>\n\n<p>The legendary fashion designer was found dead in her New York apartment Tuesday morning. It's reported <a href=\"http://perezhilton.com/cocoperez/2018-06-05-kate-spade-andy-spade-frances-beatrix-suicide-note-report\" target=\"_blank\">she left a suicide note</a> for her 13-year-old daughter.</p>\n<p>Our thoughts are with her family at this time.</p>\n<p><em>If you are struggling with suicidal thoughts, please know that you matter and can call 1-800-273-8255 for help. </em></p>\n<p>[<em>Image via FayesVision/<a href=\"http://www.wenn.com/\" target=\"_blank\">WENN</a></em>.]\n</p>]]></content:encoded><wfw:commentRss>http://perezhilton.com/2018-06-05-david-spade-breaks-silence-on-kate-spade-death/feed/</wfw:commentRss></item><item><title>Courtney Stodden Debuts Alter Ego EMBER! Performs Song Me Too!</title><link>http://perezhilton.com/2018-06-05-courtney-stodden-debuts-alter-ego-ember-performs-song-me-too</link><comments>http://perezhilton.com/2018-06-05-courtney-stodden-debuts-alter-ego-ember-performs-song-me-too#respond</comments><pubDate>Wed, 06 Jun 2018 00:52:40 +0000</pubDate><dc:creator>Perez Hilton</dc:creator><guid isPermaLink=\"false\">http://perezhilton.com/2018-06-05-courtney-stodden-debuts-alter-ego-ember-performs-song-me-too</guid><description><![CDATA[\nCourtney Stodden is what we call 'infamous'. But, regardless of how you know her or how you think you know her, she's rebranding as a singer and a songwriter.\nPouring herself into her music, she just gave us her first ever live performance!\nCheck out her very personal song Me Too here!\nWatch! Enjoy! SHARE!\nAnd CLICK HERE to [...]]]></description><content:encoded><![CDATA[\n<p><a href=\"http://PerezHilton.com/CourtneyStodden\" target=\"_blank\"><strong>Courtney Stodden</strong></a> is what we call 'infamous'. But, regardless of how you know her or how you think you know her, she's rebranding as a singer and a songwriter.</p>\n<p>Pouring herself into her music, she just gave us her first ever live performance!</p>\n<p>Check out her very personal song <em>Me Too</em> here!</p>\n<p>Watch! Enjoy! SHARE!</p>\n<p>And <a href=\"http://PerezTour.com\" target=\"_blank\"><strong>CLICK HERE</strong></a> to Vote on our tour demand page to see our <a href=\"http://PerezTour.com\" target=\"_blank\">podcast live</a>! We need to know what cities to go!\n</p>]]></content:encoded><wfw:commentRss>http://perezhilton.com/2018-06-05-courtney-stodden-debuts-alter-ego-ember-performs-song-me-too/feed/</wfw:commentRss></item><item><title>Kim Kardashian Admits She Cried Over Kanye West's 'Slavery' Comments!</title><link>http://perezhilton.com/2018-06-05-kim-kardashian-kanye-west-cfda-awards-wouldnt-leave-ye-slavery-comments</link><comments>http://perezhilton.com/2018-06-05-kim-kardashian-kanye-west-cfda-awards-wouldnt-leave-ye-slavery-comments#respond</comments><pubDate>Wed, 06 Jun 2018 00:46:32 +0000</pubDate><dc:creator>Perez Hilton</dc:creator><guid isPermaLink=\"false\">http://perezhilton.com/2018-06-05-kim-kardashian-kanye-west-cfda-awards-wouldnt-leave-ye-slavery-comments</guid><description><![CDATA[\nSticking by your husband isn't always easy&#8230;\nIn Kanye West's new song Wouldn't Leave off his new album Ye, the musician reveals how wife Kim Kardashian reacted to his comments about \"slavery\" being \"a choice.\"\nRelated: Kim &#038; Khloé Kardashian Share Parenting Tips!\nHe raps:\n\n\"My wife callin', screamin', say, 'We &#8217;bout to lose it all!' / Had to [...]]]></description><content:encoded><![CDATA[\n<p>Sticking by your husband isn't always easy...</p>\n<p>In <a href=\"http://perezhilton.com/category/kanye-west/\" target=\"_blank\"><strong>Kanye West</strong></a>'s new song <em>Wouldn't Leave</em> off his new album <em>Ye</em>, the musician reveals how wife <a href=\"http://perezhilton.com/category/kim-kardashian/\" target=\"_blank\"><strong>Kim Kardashian</strong></a> reacted to his comments about <a href=\"http://perezhilton.com/2018-05-01-kanye-west-slavery-choice-tmz-live-video-interview/?from=post\" target=\"_blank\">\"slavery\" being \"a choice.\"</a></p>\n<p><a href=\"http://perezhilton.com/2018-06-05-kim-kardashian-khloe-kardashian-cfda-awards-parenting-style-maternity-clothes\" target=\"_blank\"><strong>Related: Kim & Khloé Kardashian Share Parenting Tips!</strong></a></p>\n<p>He raps:</p>\n<blockquote><p>\n\"<em>My wife callin', screamin', say, 'We 'bout to lose it all!'</em> / <em>Had to calm her down 'cause she couldn't breathe</em> / <em>Told her she could leave me now, but she wouldn't leave.</em>\"'</p></blockquote>\n<p>On Monday at the 2018 <a href=\"http://perezhilton.com/category/cfda-awards/\" target=\"_blank\"><strong>CFDA Awards</strong></a>, the <em><a href=\"http://perezhilton.com/category/kuwtk/\" target=\"_blank\"><strong>KUWTK</strong></a></em> star told <em><a href=\"http://goo.gl/2yy7JY\" target=\"_blank\">ET Online</a></em> that she, in fact, cried and fought with him over his controversial words.</p>\n<p>The reality TV personality confessed: </p>\n<blockquote><p>\n\"Did I cry about it? Did I fight about it? Yeah... That's not stuff we put on social media -- I'm not going to start tweeting what my thoughts are, but we have those moments and that was the one song that he didn't really play for me until the last minute, so I heard that last minute and it meant a lot to me... I really like that song... But yeah, we have different views sometimes, but that's my husband, you know?\"</p></blockquote>\n<p>Although she heard that song at the last minute, Kardashian was present for most of the recording sessions.</p>\n<blockquote><p>\n\"I was in the room for making all of the songs and hearing things and it's a really fascinating process, especially since he scrapped his whole album and redid it in the last two weeks and just came up with all new songs... I left to go home for, like, two days and then I come back and it was a whole new album. It's fascinating to see the process.\"</p></blockquote>\n<p>As <a href=\"http://perezhilton.com/2018-06-04-kanye-west-ye-apple-music-spotify-charts\" target=\"_blank\">we reported</a>, a day after the album dropped, songs from the LP dominated the <strong>Apple Music</strong> and <strong>Spotify</strong> charts.</p>\n<blockquote><p>\n\"I'm so happy that it's been well-received because I've seen him go through a lot and he's just the most genuine person... He might say things that might get misinterpreted and people don't see the context behind it, but I always know his heart, so I'm glad that it was really well-received.\"</p></blockquote>\n<p>Overall, Kim credits Kanye for helping her find her voice as a woman.</p>\n<blockquote><p>\n\"He is so confident... He would always build up my confidence to be who I want to be, and so I'll voice my opinion when I think there's something that is maybe done wrong -- or even if the messaging is right [and] the communication isn't quite there to figure that out.\"</p></blockquote>\n<p>She added:</p>\n<blockquote><p>\n\"But I always believe and trust in him that he will always eventually explain himself because I know it's hard... I know what he really means when he says something and I know people will too at some point.\"</p></blockquote>\n<p>Despite the drama, these two truly love each other!</p>\n<p>[<em>Image via Andres Otero/<a href=\"http://www.wenn.com\" target=\"_blank\">WENN</a>.</em>]\n</p>]]></content:encoded><wfw:commentRss>http://perezhilton.com/2018-06-05-kim-kardashian-kanye-west-cfda-awards-wouldnt-leave-ye-slavery-comments/feed/</wfw:commentRss></item><item><title>Brad Pitt vs Angelina Jolie!</title><link>http://perezhilton.com/2018-06-05-angelina-jolie-brad-pitt-summer-europe-fighting-podcast</link><comments>http://perezhilton.com/2018-06-05-angelina-jolie-brad-pitt-summer-europe-fighting-podcast#respond</comments><pubDate>Tue, 05 Jun 2018 23:55:53 +0000</pubDate><dc:creator>Perez Hilton</dc:creator><guid isPermaLink=\"false\">http://perezhilton.com/2018-06-05-angelina-jolie-brad-pitt-summer-europe-fighting-podcast</guid><description><![CDATA[\nIt hurts that they're at this place!\nThis and much more on our latest podcast! Listen to The Perez Hilton Podcast with Chris Booker on iTunes or directly at http://PerezPodcast.com\n\n]]></description><content:encoded><![CDATA[\n<p>It hurts that they're at this place! </p>\n<p>This and much more on our latest podcast! Listen to <strong>The Perez Hilton Podcast</strong> with <strong>Chris Booker</strong> on iTunes or directly at <a href=\"http://perezpodcast.com/\" target=\"_blank\"><strong>http://PerezPodcast.com</strong></a>\n</p>]]></content:encoded><wfw:commentRss>http://perezhilton.com/2018-06-05-angelina-jolie-brad-pitt-summer-europe-fighting-podcast/feed/</wfw:commentRss></item><item><title>This Sarah Paulson &#038; Cate Blanchett Today Show Interview Will Make You Smile!</title><link>http://perezhilton.com/2018-06-05-sarah-paulson-cate-blanchett-today-show-interview</link><comments>http://perezhilton.com/2018-06-05-sarah-paulson-cate-blanchett-today-show-interview#respond</comments><pubDate>Tue, 05 Jun 2018 23:07:12 +0000</pubDate><dc:creator>Perez Hilton</dc:creator><guid isPermaLink=\"false\">http://perezhilton.com/2018-06-05-sarah-paulson-cate-blanchett-today-show-interview</guid><description><![CDATA[\nHoda Kotb cannot keep Sarah Paulson and Cate Blanchett under control!!\nDuring an appearance promoting Ocean's 8, the 43-year-old American Horror Story star and the 49-year-old Carol actress were absolute HAMS as they tried to upstage each other on the Today show!\nWatch the hilarity (above)!!\n\n]]></description><content:encoded><![CDATA[\n<p><strong>Hoda Kotb</strong> cannot keep <a href=\"http://perezhilton.com/category/sarah-paulson/\" target=\"_blank\"><strong>Sarah Paulson</strong></a> and <a href=\"http://perezhilton.com/category/cate-blanchett/\" target=\"_blank\"><strong>Cate Blanchett</strong></a> under control!!</p>\n<p>During an appearance promoting <em>Ocean's 8</em>, the 43-year-old <em><a href=\"http://perezhilton.com/category/american-horror-story/\" target=\"_blank\"><strong>American Horror Story</strong></a></em> star and the 49-year-old <em>Carol</em> actress were absolute HAMS as they tried to upstage each other on the <em>Today</em> show!</p>\n<p>Watch the hilarity (above)!!\n</p>]]></content:encoded><wfw:commentRss>http://perezhilton.com/2018-06-05-sarah-paulson-cate-blanchett-today-show-interview/feed/</wfw:commentRss></item><item><title>Chrissy Teigen Holds Nothing Back When Describing 'Brat' Donald Trump! Quote Of The Day!</title><link>http://perezhilton.com/2018-06-05-chrissy-teigen-donald-trump-brat-quote-of-the-day</link><comments>http://perezhilton.com/2018-06-05-chrissy-teigen-donald-trump-brat-quote-of-the-day#respond</comments><pubDate>Tue, 05 Jun 2018 22:49:01 +0000</pubDate><dc:creator>Perez Hilton</dc:creator><guid isPermaLink=\"false\">http://perezhilton.com/2018-06-05-chrissy-teigen-donald-trump-brat-quote-of-the-day</guid><description><![CDATA[\n\"The god damn president is such. A fucking. Petty. And fragile. Brat.\"\n&#8211; Chrissy Teigen after learning Donald Trump is asking an appeals court to restore his power to block critics on Twitter. Yeah, what she said.\n[Image via Johnny Louis/WENN.]\n\n]]></description><content:encoded><![CDATA[\n<p>\"The god damn president is such. A fucking. Petty. And fragile. Brat.\"</p>\n<p>-- <a href=\"http://perezhilton.com/category/chrissy-teigen/\" target=\"_blank\"><strong>Chrissy Teigen</strong></a> after learning <a href=\"http://perezhilton.com/category/donald-trump/\" target=\"_blank\"><strong>Donald Trump</strong></a> is asking an appeals court to restore his power to block critics on <a href=\"http://perezhilton.com/category/twitter/\" target=\"_blank\"><strong>Twitter</strong></a>. Yeah, what she said.</p>\n<p>[<em>Image via Johnny Louis</em>/<em><a href=\"http://www.wenn.com\" target=\"_blank\">WENN</a>.</em>]\n</p>]]></content:encoded><wfw:commentRss>http://perezhilton.com/2018-06-05-chrissy-teigen-donald-trump-brat-quote-of-the-day/feed/</wfw:commentRss></item><item><title>EXCLUSIVE! Friday Singer Rebecca Black Auditions For The Four With THIS Classic Song!</title><link>http://perezhilton.com/2018-06-05-rebecca-black-the-four-fox-audition-exclusive</link><comments>http://perezhilton.com/2018-06-05-rebecca-black-the-four-fox-audition-exclusive#respond</comments><pubDate>Tue, 05 Jun 2018 22:32:53 +0000</pubDate><dc:creator>Perez Hilton</dc:creator><guid isPermaLink=\"false\">http://perezhilton.com/2018-06-05-rebecca-black-the-four-fox-audition-exclusive</guid><description><![CDATA[\nWill Rebecca Black make the cut??\nOn Thursday's premiere episode of Fox's The Four, the singer &#8212; known for her infamous hit song Friday &#8212; auditions in front of panelists Diddy, Meghan Trainor, and DJ Khaled, and host Fergie!\nRelated: Rebecca Black Opens Up About Being Bullied\nAdditionally, we can EXCLUSIVELY reveal that Miz Black is performing&#8230;\nBye, [...]]]></description><content:encoded><![CDATA[\n<p>Will <strong>Rebecca Black</strong> make the cut??</p>\n<p>On Thursday's premiere episode of <strong>Fox</strong>'s <em>The Four</em>, the singer -- known for her infamous hit song <em>Friday</em> -- auditions in front of panelists <a href=\"http://perezhilton.com/category/diddy/\" target=\"_blank\"><strong>Diddy</strong></a>, <a href=\"http://perezhilton.com/category/meghan-trainor/\" target=\"_blank\"><strong>Meghan Trainor</strong></a>, and <strong>DJ Khaled</strong>, and host <a href=\"http://perezhilton.com/category/fergie/\" target=\"_blank\"><strong>Fergie</strong></a>!</p>\n<p><strong><a href=\"http://perezhilton.com/2017-10-20-rebecca-black-friday-received-death-threats-target\" target=\"_blank\">Related: </a><a href=\"http://perezhilton.com/2017-10-20-rebecca-black-friday-received-death-threats-target\" rel=\"nofollow\" title=\"Permanent Link to Rebecca Black Opens Up About Being Bullied So Intensely Over Friday She Wasn't Sure She'd 'Survive'\">Rebecca Black Opens Up About Being Bullied</a></strong></p>\n<p>Additionally, we can <a href=\"http://perezhilton.com/category/exclusives/\" target=\"_blank\"><strong>EXCLUSIVELY</strong></a> reveal that Miz Black is performing... </p>\n<p><em>Bye, Bye, Bye</em> by <strong>NSYNC</strong>!</p>\n<p>To see how she does, watch the premiere this Thursday at 8/7c!</p>\n<p>[<em>Image via <a href=\"http://www.fox.com/\" target=\"_blank\">FOX</a>.</em>]\n</p>]]></content:encoded><wfw:commentRss>http://perezhilton.com/2018-06-05-rebecca-black-the-four-fox-audition-exclusive/feed/</wfw:commentRss></item></channel></rss>\n"
  },
  {
    "path": "api/test/data/feed/reddit-r-programming",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><feed xmlns=\"http://www.w3.org/2005/Atom\"><category term=\"programming\" label=\"r/programming\"/><updated>2018-06-06T09:40:33+00:00</updated><icon>https://www.redditstatic.com/icon.png/</icon><id>/r/programming/.rss</id><link rel=\"self\" href=\"https://www.reddit.com/r/programming/.rss\" type=\"application/atom+xml\" /><link rel=\"alternate\" href=\"https://www.reddit.com/r/programming/\" type=\"text/html\" /><logo>https://b.thumbs.redditmedia.com/2rTE46grzsr-Ll3Q.png</logo><subtitle>Computer Programming</subtitle><title>programming</title><entry><author><name>/u/mvanigan</name><uri>https://www.reddit.com/user/mvanigan</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/mvanigan&quot;&gt; /u/mvanigan &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.cnbc.com/2018/06/05/github-interest-from-google-and-others-revenue-about-300-million.html&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8oryk9/github_was_also_talking_to_google_about_a_deal/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8oryk9</id><link href=\"https://www.reddit.com/r/programming/comments/8oryk9/github_was_also_talking_to_google_about_a_deal/\" /><updated>2018-06-05T15:58:18+00:00</updated><title>GitHub was also talking to Google about a deal, but went with Microsoft instead</title></entry><entry><author><name>/u/mikkoseed</name><uri>https://www.reddit.com/user/mikkoseed</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/mikkoseed&quot;&gt; /u/mikkoseed &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://about.gitlab.com/2018/06/05/gitlab-ultimate-and-gold-free-for-education-and-open-source/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8oug9x/gitlab_ultimate_and_gold_are_now_free_for/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8oug9x</id><link href=\"https://www.reddit.com/r/programming/comments/8oug9x/gitlab_ultimate_and_gold_are_now_free_for/\" /><updated>2018-06-05T20:52:50+00:00</updated><title>GitLab Ultimate and Gold are now free for education and open source.</title></entry><entry><author><name>/u/histoire_guy</name><uri>https://www.reddit.com/user/histoire_guy</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/histoire_guy&quot;&gt; /u/histoire_guy &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://sod.pixlab.io&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8oy7cr/sod_an_embedded_computer_vision_and_machine/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8oy7cr</id><link href=\"https://www.reddit.com/r/programming/comments/8oy7cr/sod_an_embedded_computer_vision_and_machine/\" /><updated>2018-06-06T05:51:56+00:00</updated><title>SOD - An Embedded Computer Vision and Machine Learning Library</title></entry><entry><author><name>/u/jonjonbee</name><uri>https://www.reddit.com/user/jonjonbee</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/jonjonbee&quot;&gt; /u/jonjonbee &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://stackoverflow.com/questions/50683786/why-does-arrayin-i-give-different-results-in-java-8-and-java-10&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8ook0g/code_golfing_challenge_leads_to_discovery_of/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8ook0g</id><link href=\"https://www.reddit.com/r/programming/comments/8ook0g/code_golfing_challenge_leads_to_discovery_of/\" /><updated>2018-06-05T06:19:10+00:00</updated><title>Code golfing challenge leads to discovery of string concatenation bug in JDK 9+ compiler</title></entry><entry><author><name>/u/brendt_gd</name><uri>https://www.reddit.com/user/brendt_gd</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/brendt_gd&quot;&gt; /u/brendt_gd &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.stitcher.io/blog/acquisition-by-giants&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8opa92/voicing_my_concerns_not_about_github_as_a_product/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8opa92</id><link href=\"https://www.reddit.com/r/programming/comments/8opa92/voicing_my_concerns_not_about_github_as_a_product/\" /><updated>2018-06-05T08:56:56+00:00</updated><title>Voicing my concerns, not about GitHub as a product, but about monopolies growing larger and larger.</title></entry><entry><author><name>/u/mgdo</name><uri>https://www.reddit.com/user/mgdo</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/mgdo&quot;&gt; /u/mgdo &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;http://fermatslibrary.com/s/the-beginning-of-the-monte-carlo-method&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8osq2d/the_beginning_of_the_monte_carlo_method_1987/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8osq2d</id><link href=\"https://www.reddit.com/r/programming/comments/8osq2d/the_beginning_of_the_monte_carlo_method_1987/\" /><updated>2018-06-05T17:28:48+00:00</updated><title>The Beginning of the Monte Carlo Method (1987)</title></entry><entry><author><name>/u/fuzzzerd</name><uri>https://www.reddit.com/user/fuzzzerd</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/fuzzzerd&quot;&gt; /u/fuzzzerd &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://arstechnica.com/gadgets/2018/06/everyone-complaining-about-microsoft-buying-github-needs-to-offer-a-better-solution/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8owvi0/everyone_complaining_about_microsoft_buying/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8owvi0</id><link href=\"https://www.reddit.com/r/programming/comments/8owvi0/everyone_complaining_about_microsoft_buying/\" /><updated>2018-06-06T02:14:22+00:00</updated><title>Everyone complaining about Microsoft buying GitHub needs to offer a better solution</title></entry><entry><author><name>/u/nfrankel</name><uri>https://www.reddit.com/user/nfrankel</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/nfrankel&quot;&gt; /u/nfrankel &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.infoq.com/news/2018/06/open-source-jmc&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8opkcp/oracle_lays_off_java_mission_control_team_after/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8opkcp</id><link href=\"https://www.reddit.com/r/programming/comments/8opkcp/oracle_lays_off_java_mission_control_team_after/\" /><updated>2018-06-05T09:58:46+00:00</updated><title>Oracle Lays Off Java Mission Control Team After Open Sourcing Product</title></entry><entry><author><name>/u/PerfectlyClear</name><uri>https://www.reddit.com/user/PerfectlyClear</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/PerfectlyClear&quot;&gt; /u/PerfectlyClear &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://blogs.microsoft.com/?p=52553832&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8oh3mq/microsoft_acquires_github/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8oh3mq</id><link href=\"https://www.reddit.com/r/programming/comments/8oh3mq/microsoft_acquires_github/\" /><updated>2018-06-04T13:05:37+00:00</updated><title>Microsoft acquires GitHub</title></entry><entry><author><name>/u/mariuz</name><uri>https://www.reddit.com/user/mariuz</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/mariuz&quot;&gt; /u/mariuz &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://medium.com/processing-foundation/a-modern-prometheus-59aed94abe85&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8oy5dv/the_history_of_processing_by_casey_reas_and_ben/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8oy5dv</id><link href=\"https://www.reddit.com/r/programming/comments/8oy5dv/the_history_of_processing_by_casey_reas_and_ben/\" /><updated>2018-06-06T05:41:33+00:00</updated><title>The History of Processing by Casey Reas and Ben Fry</title></entry><entry><author><name>/u/jakpit</name><uri>https://www.reddit.com/user/jakpit</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/jakpit&quot;&gt; /u/jakpit &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.nucleustechnologies.com/blog/export-exchange-mailboxes-backup-to-pst-using-powershell-commands/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8oza1j/export_exchange_2016_2013_2010_mailboxes_backup/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8oza1j</id><link href=\"https://www.reddit.com/r/programming/comments/8oza1j/export_exchange_2016_2013_2010_mailboxes_backup/\" /><updated>2018-06-06T09:39:07+00:00</updated><title>Export Exchange 2016, 2013, &amp; 2010 Mailboxes Backup to PST using PowerShell Commands.</title></entry><entry><author><name>/u/grauenwolf</name><uri>https://www.reddit.com/user/grauenwolf</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/grauenwolf&quot;&gt; /u/grauenwolf &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.infoq.com/news/2018/06/open-source-jmc&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8oritj/oracle_lays_off_java_mission_control_team_after/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8oritj</id><link href=\"https://www.reddit.com/r/programming/comments/8oritj/oracle_lays_off_java_mission_control_team_after/\" /><updated>2018-06-05T15:03:49+00:00</updated><title>Oracle Lays Off Java Mission Control Team After Open Sourcing Product</title></entry><entry><author><name>/u/one_eyed_golfer</name><uri>https://www.reddit.com/user/one_eyed_golfer</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/one_eyed_golfer&quot;&gt; /u/one_eyed_golfer &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.bfilipek.com/2018/06/variant.html&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8oyrzc/everything_you_need_to_know_about_stdvariant_from/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8oyrzc</id><link href=\"https://www.reddit.com/r/programming/comments/8oyrzc/everything_you_need_to_know_about_stdvariant_from/\" /><updated>2018-06-06T07:46:03+00:00</updated><title>Everything You Need to Know About std::variant from C++17</title></entry><entry><author><name>/u/one_eyed_golfer</name><uri>https://www.reddit.com/user/one_eyed_golfer</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/one_eyed_golfer&quot;&gt; /u/one_eyed_golfer &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://foonathan.net/blog/2018/06/01/pointer-taxonomy.html&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8oyrvv/a_better_taxonomy_of_pointers/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8oyrvv</id><link href=\"https://www.reddit.com/r/programming/comments/8oyrvv/a_better_taxonomy_of_pointers/\" /><updated>2018-06-06T07:45:30+00:00</updated><title>A (Better) Taxonomy of Pointers</title></entry><entry><author><name>/u/one_eyed_golfer</name><uri>https://www.reddit.com/user/one_eyed_golfer</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/one_eyed_golfer&quot;&gt; /u/one_eyed_golfer &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://blog.appsignal.com/2018/06/05/redo-retry-next.html&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8oyrsm/rubys_redo_retry_and_next_keywords/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8oyrsm</id><link href=\"https://www.reddit.com/r/programming/comments/8oyrsm/rubys_redo_retry_and_next_keywords/\" /><updated>2018-06-06T07:45:02+00:00</updated><title>Ruby's redo, retry and next keywords</title></entry><entry><author><name>/u/rlp</name><uri>https://www.reddit.com/user/rlp</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/rlp&quot;&gt; /u/rlp &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://developer.apple.com/macos/whats-new/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8okg5y/apple_deprecating_opengl_and_opencl_in_macos/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8okg5y</id><link href=\"https://www.reddit.com/r/programming/comments/8okg5y/apple_deprecating_opengl_and_opencl_in_macos/\" /><updated>2018-06-04T20:07:38+00:00</updated><title>Apple deprecating OpenGL and OpenCL in macOS</title></entry><entry><author><name>/u/agumonkey</name><uri>https://www.reddit.com/user/agumonkey</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/agumonkey&quot;&gt; /u/agumonkey &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/haskell/comments/8or5vt/call_for_papers_for_the_2018_workshop_on/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8os06i/call_for_papers_for_the_2018_workshop_on/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8os06i</id><link href=\"https://www.reddit.com/r/programming/comments/8os06i/call_for_papers_for_the_2018_workshop_on/\" /><updated>2018-06-05T16:03:52+00:00</updated><title>Call for papers for the 2018 Workshop on Functional High-Performance Computing [x-post from r/haskell]</title></entry><entry><author><name>/u/udelblue</name><uri>https://www.reddit.com/user/udelblue</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/udelblue&quot;&gt; /u/udelblue &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://stratechery.com/2018/the-cost-of-developers/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8oq2sv/the_cost_of_developers/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8oq2sv</id><link href=\"https://www.reddit.com/r/programming/comments/8oq2sv/the_cost_of_developers/\" /><updated>2018-06-05T11:35:59+00:00</updated><title>The Cost of Developers</title></entry><entry><author><name>/u/iOSGuy</name><uri>https://www.reddit.com/user/iOSGuy</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/iOSGuy&quot;&gt; /u/iOSGuy &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://en.m.wikipedia.org/wiki/OpenGL&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8ooihn/til_that_opengl_turns_25_this_month_june_30th/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8ooihn</id><link href=\"https://www.reddit.com/r/programming/comments/8ooihn/til_that_opengl_turns_25_this_month_june_30th/\" /><updated>2018-06-05T06:10:45+00:00</updated><title>TIL that OpenGL turns 25 this month (June 30th)</title></entry><entry><author><name>/u/ben_a_adams</name><uri>https://www.reddit.com/user/ben_a_adams</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/ben_a_adams&quot;&gt; /u/ben_a_adams &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.peachpie.io/2018/06/performance-progress-report.html&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8oqabd/peachpie_performance_progress_report_speed/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8oqabd</id><link href=\"https://www.reddit.com/r/programming/comments/8oqabd/peachpie_performance_progress_report_speed/\" /><updated>2018-06-05T12:11:13+00:00</updated><title>PeachPie: Performance Progress Report | Speed Matters (PHP on .NET Core)</title></entry><entry><author><name>/u/irqlnotdispatchlevel</name><uri>https://www.reddit.com/user/irqlnotdispatchlevel</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/irqlnotdispatchlevel&quot;&gt; /u/irqlnotdispatchlevel &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://chromium.googlesource.com/chromium/src/+/master/docs/security/side-channel-threat-model.md&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8orpgy/chromium_postspectre_threat_model_rethink/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8orpgy</id><link href=\"https://www.reddit.com/r/programming/comments/8orpgy/chromium_postspectre_threat_model_rethink/\" /><updated>2018-06-05T15:26:25+00:00</updated><title>[Chromium] Post-Spectre Threat Model Re-Think</title></entry><entry><author><name>/u/Ameliapro</name><uri>https://www.reddit.com/user/Ameliapro</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/Ameliapro&quot;&gt; /u/Ameliapro &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://www.articlecube.com/progressive-web-apps-revolutionary-way-mobile-web-surfing&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8oy26g/progressive_web_appsa_revolutionary_way_of_mobile/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8oy26g</id><link href=\"https://www.reddit.com/r/programming/comments/8oy26g/progressive_web_appsa_revolutionary_way_of_mobile/\" /><updated>2018-06-06T05:24:47+00:00</updated><title>Progressive Web Apps:A Revolutionary Way of Mobile Web Surfing</title></entry><entry><author><name>/u/nnethercote</name><uri>https://www.reddit.com/user/nnethercote</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/nnethercote&quot;&gt; /u/nnethercote &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://blog.mozilla.org/nnethercote/2018/06/05/how-to-speed-up-the-rust-compiler-some-more-in-2018/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8oma38/how_to_speed_up_the_rust_compiler_some_more_in/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8oma38</id><link href=\"https://www.reddit.com/r/programming/comments/8oma38/how_to_speed_up_the_rust_compiler_some_more_in/\" /><updated>2018-06-05T00:07:45+00:00</updated><title>How to speed up the Rust compiler some more in 2018</title></entry><entry><author><name>/u/fagnerbrack</name><uri>https://www.reddit.com/user/fagnerbrack</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/fagnerbrack&quot;&gt; /u/fagnerbrack &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;http://blog.scottlogic.com/2018/04/26/webassembly-by-hand.html&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8oqhwy/writing_webassembly_by_hand/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8oqhwy</id><link href=\"https://www.reddit.com/r/programming/comments/8oqhwy/writing_webassembly_by_hand/\" /><updated>2018-06-05T12:44:02+00:00</updated><title>Writing WebAssembly By Hand</title></entry><entry><author><name>/u/aaronlelevier</name><uri>https://www.reddit.com/user/aaronlelevier</uri></author><category term=\"programming\" label=\"r/programming\"/><content type=\"html\">&amp;#32; submitted by &amp;#32; &lt;a href=&quot;https://www.reddit.com/user/aaronlelevier&quot;&gt; /u/aaronlelevier &lt;/a&gt; &lt;br/&gt; &lt;span&gt;&lt;a href=&quot;https://aaronlelevier.github.io/graph-theory-crash-course/&quot;&gt;[link]&lt;/a&gt;&lt;/span&gt; &amp;#32; &lt;span&gt;&lt;a href=&quot;https://www.reddit.com/r/programming/comments/8or2cx/graph_theory_crash_course/&quot;&gt;[comments]&lt;/a&gt;&lt;/span&gt;</content><id>t3_8or2cx</id><link href=\"https://www.reddit.com/r/programming/comments/8or2cx/graph_theory_crash_course/\" /><updated>2018-06-05T14:05:37+00:00</updated><title>Graph Theory Crash Course</title></entry></feed>"
  },
  {
    "path": "api/test/data/feed/rss.cnki.net",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<?xml-stylesheet type='text/xsl' href='rss.xslt'?>\r\n<rss version=\"2.0\">\r\n\r\n<channel>\r\n\t<title>河海大学学报(哲学社会科学版)-CNKI</title>\r\n\t<image>\r\n\t\t<title>河海大学学报(哲学社会科学版)</title>\r\n\t\t<link>http://kns.cnki.net/kcms/detail/</link>\r\n\t\t<url>http://piccache.cnki.net/kns55/images/GB/logo.gif</url>\r\n\t</image>\r\n\t<description></description>\r\n\t<link>http://kns.cnki.net/kcms/detail/</link>\r\n\t<language>zh-cn</language>\r\n\t<generator>kns.cnki.net/kcms/detail/</generator>\r\n\t<pubData>18/01/30 00:00</pubData>\r\n\t<copyright> Copyright 2018, CNKI Inc. All Rights Reserved </copyright>\t<ttl>2</ttl>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[房地产价格波动:投资效应、财富效应与通货膨胀效应]]></title>\r\n\t\t<author><![CDATA[黄文;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706013&v=]]></link>\r\n\t\t<description><![CDATA[作者：黄文;<br/>摘要：为了探究我国房价波动的宏观经济效应,基于2005年7月至2016年11月70个大中城市的月度数据,从投资效应、财富效应和通货膨胀效应3个维度构建ARDL模型,以研究我国房价波动对经济增长、国民消费和物…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[中国旅游目的地供给态势分析与政策研究——基于供给侧结构性改革的视角]]></title>\r\n\t\t<author><![CDATA[范容廷;张辉;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706012&v=]]></link>\r\n\t\t<description><![CDATA[作者：范容廷;张辉;<br/>摘要：供给侧结构性改革为中国旅游目的地供给转型升级提供了良好机遇。旅游目的地供给可依据供给内容和供给主体进行系统性归纳和分析。中国旅游供给总量已经达到了一个空前的规模,但目的地供给质量仍有待提升。目的地供给…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[河海大学举行《河海月刊》创办100周年纪念座谈会]]></title>\r\n\t\t<author><![CDATA[本刊编辑部;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706011&v=]]></link>\r\n\t\t<description><![CDATA[作者：本刊编辑部;<br/>摘要：<正>2017年12月,河海大学举行《河海月刊》创办100周年纪念座谈会。校党委书记唐洪武、校长徐辉、江苏省期刊协会会长沈建国、中国水利学会副秘书长刘咏峰、河海大学原党委书记、校长姜弘道、《水利学报》主编程晓陶等参加座谈会。副校长郑金海主持座谈会。唐洪武书记指出,今天召开《河海月刊》创办100周年纪念座谈会很有意义,是贯彻党的十九大精神和学校第…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[中国工业发展环境财务绩效评估及指数构建——基于省际数据的实证研究]]></title>\r\n\t\t<author><![CDATA[徐高彦;徐沛勣;鲁毅;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706010&v=]]></link>\r\n\t\t<description><![CDATA[作者：徐高彦;徐沛勣;鲁毅;<br/>摘要：理论界与实务界相对缺乏对环境财务绩效综合评估的研究。在提出工业行业环境财务绩效评估体系理论框架的基础上,采用主成分分析法和因子分析法对2011—2014年中国各省份工业行业的环境财务绩效进行评估,并依…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[市场参与者预期与商品住宅价格的动态关系研究——基于时间维和空间维的比较分析]]></title>\r\n\t\t<author><![CDATA[李斌;张所地;武斌;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706009&v=]]></link>\r\n\t\t<description><![CDATA[作者：李斌;张所地;武斌;<br/>摘要：能否科学揭示预期与房价的关系是行业健康、调控有效、决策正确的关键。建立实证计量模型后,联合运用面板数据模型、面板聚类法等分别从时间、空间变化角度,对2001—2015年中国30个省(市、自治区)市场参…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[微信社群对高校思想政治教育的影响及提升效力策略]]></title>\r\n\t\t<author><![CDATA[程池超;雷贵荣;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706008&v=]]></link>\r\n\t\t<description><![CDATA[作者：程池超;雷贵荣;<br/>摘要：随着信息网络技术的突飞猛进,微信成为高校师生群体广泛使用的思想交流工具。微信社群对高校师生的思想政治教育具有深刻影响,它丰富了教育载体,开拓了工作新平台,提升了亲和力,增强了便捷性。但是,微信社群也带…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[学科方法论视域下思想政治教育研究对象探析]]></title>\r\n\t\t<author><![CDATA[虞滢;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706007&v=]]></link>\r\n\t\t<description><![CDATA[作者：虞滢;<br/>摘要：囿于论辩在\"说明\"与\"理解\"的研究方法论两端,思想政治教育研究对象难以呈现完整的研究面貌,使其成为一项未竟的方法论难题。而学科方法论作为一个有机整体,以动态、立体的特质弥合、勾连着研究方法论的两端,是对现有思想政治教育研究对象研究困境的突破与超越。学科方法论视域下,客观经验研究的方法论准则,实践论归属的方法论理念,历史诠释的方法论理路,应成为推进思想政治教育研究对象研究的方法进路。…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[《河海大学学报(哲学社会科学版)》2017年总目次]]></title>\r\n\t\t<author><![CDATA[]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706019&v=]]></link>\r\n\t\t<description><![CDATA[摘要：<正>~~…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[《河海大学学报(哲学社会科学版)》征稿简则]]></title>\r\n\t\t<author><![CDATA[]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706018&v=]]></link>\r\n\t\t<description><![CDATA[摘要：<正>《河海大学学报(哲学社会科学版)》经国家新闻出版署批准,于1999年3月创刊。1.本刊坚持以马克思列宁主义、毛泽东思想、邓小平理论、\"三个代表\"重要思想、科学发展观、习近平新时代中国特色社会主义思想为指导,关注传统学科、基础理论研究,特别注重应用学科、边缘学科、新兴学科以及各学科之间的交叉渗透和综合研究,以推进马克思主义理论和各学科的理论…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[《水利经济》征订启事]]></title>\r\n\t\t<author><![CDATA[]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706006&v=]]></link>\r\n\t\t<description><![CDATA[摘要：<正>中国科技核心期刊RCCSE中国核心学术期刊全国水利系统优秀期刊全国农业系统优秀期刊(邮发代号28-252,CN32-1165/F,双月刊)《水利经济》是由河海大学与中国水利经济研究会共同主办的以…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[《河海大学学报(哲学社会科学版)》订阅办法]]></title>\r\n\t\t<author><![CDATA[]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706004&v=]]></link>\r\n\t\t<description><![CDATA[摘要：<正>(CN 32-1521/C,ISSN 1671-4970,双月刊,自办发行)《河海大学学报(哲学社会科学版)》由河海大学主办,每双月末出版,国内外公开发行。每期定价:11元(含邮费1元),全年订费66元。欢迎广大读者和单位函索订单或直接汇款订阅。订阅办法:(1)邮局汇款:请将订单和邮签与汇款单仔细填好后寄回本刊编辑部(汇款时务请注明\"订…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[民法典时代下雨水资源权属研究]]></title>\r\n\t\t<author><![CDATA[陈广华;郭瑞晓;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706016&v=]]></link>\r\n\t\t<description><![CDATA[作者：陈广华;郭瑞晓;<br/>摘要：雨水资源的综合利用对缓解城市内涝和水资源供需矛盾具有重要意义,然而,国内对雨水资源权属及利用的研究主要集中在工程技术领域,涉及法律法规及政策层面的研究还很少,已不能满足雨水资源开发利用的需求。在我国编…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[延迟退休政策问题建构中的网络舆情变迁研究]]></title>\r\n\t\t<author><![CDATA[徐自强;李增元;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706017&v=]]></link>\r\n\t\t<description><![CDATA[作者：徐自强;李增元;<br/>摘要：作为一种特殊的公共政策态度,网络舆情的传播受到了政策沉淀和认知定势的双重影响。在延迟退休政策问题的建构中,网络舆情是在官方行动者观点和声音的\"准刺激\"以及网民自身对延迟退休问题的错误认知或非理性认知定…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[日本环境法中非规制调整方法及对我国的启示]]></title>\r\n\t\t<author><![CDATA[刘惠明;王珠翠;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706014&v=]]></link>\r\n\t\t<description><![CDATA[作者：刘惠明;王珠翠;<br/>摘要：日本环境法的调整方法除规制方法之外,还有综合性方法、经济方法、信息型方法、行政指导、环境协定、事后措施等非规制调整方法。规制方法与和非规制方法各有其优劣,要兼顾公平与效率,应当注意将该两种方法运用在不…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[论列宁无产阶级执政党纪律建设思想]]></title>\r\n\t\t<author><![CDATA[李岩磊;王立新;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706005&v=]]></link>\r\n\t\t<description><![CDATA[作者：李岩磊;王立新;<br/>摘要：纪律建设是列宁从建党初期就高度重视的问题,整饬党纪是列宁执政党建设的重要一环。十月革命后,列宁将马克思主义政党学说与俄共(布)实践相结合,对无产阶级执政党纪律建设进行了思考和探索,其思想包括维护中央权…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[习近平“对党忠诚”思想的三重维度解读]]></title>\r\n\t\t<author><![CDATA[谢海燕;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706003&v=]]></link>\r\n\t\t<description><![CDATA[作者：谢海燕;<br/>摘要：对党忠诚是党员、干部的政治品质与党性原则。习近平一贯强调对党忠诚,系列讲话中蕴含了丰富的对党忠诚思想。从忠诚主体定位看,对党忠诚既有对全体党员的普遍要求,也有对\"关键少数\"与重点领域党员严格的具体要求…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[从新发展议程看马克思主义前瞻性]]></title>\r\n\t\t<author><![CDATA[肖巍;杨寄荣;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706002&v=]]></link>\r\n\t\t<description><![CDATA[作者：肖巍;杨寄荣;<br/>摘要：进入新世纪,国际社会关于发展的认知和行动都有明显进步,但也存在许多不容忽视的问题,联合国方面聚焦于以人为中心的经济、社会与环境的可持续发展,经过多年谋划最终形成了《2030年可持续发展议程》,确立了\"…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[马克思主义大众化规律研究的新探索——读邓姗《马克思主义大众化的规律研究》]]></title>\r\n\t\t<author><![CDATA[左丹丹;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706001&v=]]></link>\r\n\t\t<description><![CDATA[作者：左丹丹;<br/>摘要：<正>马克思主义大众化是马克思主义理论由抽象到具体、由深奥到通俗、由少数精英理解掌握到被广大群众理解掌握的过程。马克思主义大众化过程中,必然有可以遵循的规律性。深入研究马克思主义大众化的规律,为当代中国马克思主义大众化的具体实践提供有价值的应用性措施,将有助于推进当代中国的马克思主义大众化实践活动,进一步巩固马克思主义在我国意识形态领域里的指导性地位,推动中国特色社会主义建…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[中日环境监测主体制度的比较与借鉴]]></title>\r\n\t\t<author><![CDATA[潘佳;马宁璟;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201706015&v=]]></link>\r\n\t\t<description><![CDATA[作者：潘佳;马宁璟;<br/>摘要：环境监测主体制度是有关环境监测管理主体和实施主体的各项法律制度与规范的总称,日本很早便确立了完备的环境监测主体制度。经过多年的实践,其成功的制度实践已成为各国法律文明的典范。通过对中日环境监测主体制度…]]></description>\r\n\t\t<pubDate><![CDATA[18/01/30 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/01/30 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[《河海大学学报(哲学社会科学版)》等期刊编委会换届会议顺利召开]]></title>\r\n\t\t<author><![CDATA[本刊编辑部;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201801015&v=]]></link>\r\n\t\t<description><![CDATA[作者：本刊编辑部;<br/>摘要：<正>2017年12月28日上午,河海大学在闻天馆召开了《河海大学学报(哲学社会科学版)》等期刊的编委会换届会议。会议由副校长郑金海主持,党委书记唐洪武,校长、党委副书记徐辉,编委会成员及编辑部工作人员参加了此次会议。徐辉校长对各位编委长期以来给予河海大学学术期刊的关心和支持表示感谢。他表示,创办出一流的…]]></description>\r\n\t\t<pubDate><![CDATA[18/03/14 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/03/14 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[中国市政债券信用价差影响因素分析]]></title>\r\n\t\t<author><![CDATA[贺达;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201801013&v=]]></link>\r\n\t\t<description><![CDATA[作者：贺达;<br/>摘要：地方政府债务危机已经成为抑制中国地方经济发展的重要问题。地方政府债务危机主要由信用风险造成,为此,确定市政债券信用价差的影响因素可以有效建立市政债券信用风险管理机制。通过研究债券信用价差影响因素相关文…]]></description>\r\n\t\t<pubDate><![CDATA[18/03/14 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/03/14 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[PPP模式下项目型企业脆弱性研究述评]]></title>\r\n\t\t<author><![CDATA[丰景春;唐云清;张健翼;张可;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201801011&v=]]></link>\r\n\t\t<description><![CDATA[作者：丰景春;唐云清;张健翼;张可;<br/>摘要：沿着\"脆弱性内涵-形成机理-扩散机理-评估预警\"思路,对企业脆弱性、项目型企业脆弱性、PPP模式下项目型企业脆弱性的现有文献进行分类归纳并对三者的联系与区别进行详细述评。研究发现,项目型企业脆弱性形成…]]></description>\r\n\t\t<pubDate><![CDATA[18/03/14 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/03/14 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[长江经济带高技术产业创新要素集聚的空间溢出效应]]></title>\r\n\t\t<author><![CDATA[史安娜;王绕娟;张鎏依;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201801010&v=]]></link>\r\n\t\t<description><![CDATA[作者：史安娜;王绕娟;张鎏依;<br/>摘要：高技术产业在推动产业升级和创新驱动方面具有重要带动作用。以长江经济带11省市高技术产业为研究对象,运用空间杜宾模型,选取2006—2015年面板数据,研究创新要素集聚及其对高技术产业的空间溢出效应。研究表明:创新要素集聚的非均衡分布特征明显;除资本投入和劳动力投入外,创新要素集聚对高技术产业发展的促进作用最为显著;创新要素集聚在省域间的溢出效应大于省域内的溢出效应。…]]></description>\r\n\t\t<pubDate><![CDATA[18/03/14 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/03/14 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[马克思主义新闻观的历史境遇与现代观照]]></title>\r\n\t\t<author><![CDATA[陈柯楠;吴远;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201801008&v=]]></link>\r\n\t\t<description><![CDATA[作者：陈柯楠;吴远;<br/>摘要：理解与学习马克思主义新闻观可以从4个维度进行探讨,即全球化、主体性、动力源与问题域,这四重维度分别对应了马克思主义新闻观的主导视角、本真意义、发展路径和实践平台,它们各具蕴意、相互独立,却又共同存在于马克思主义新闻观的产生与发展之中。因此,在新的历史境遇下,坚持从多维角度探寻马克思主义新闻观的最新成果,依旧可以为中国的新闻传播事业提供宝贵的发展机遇和社会空间。…]]></description>\r\n\t\t<pubDate><![CDATA[18/03/14 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/03/14 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[老龄化视角下家庭商业保险持有行为影响因素研究——基于CHFS调研数据的实证分析]]></title>\r\n\t\t<author><![CDATA[卢亚娟;王家华;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201801004&v=]]></link>\r\n\t\t<description><![CDATA[作者：卢亚娟;王家华;<br/>摘要：随着改革开放的不断深入和人口老龄化的逐步到来,养老保障体系的建立与实施已成为重要的民生问题,商业保险作为其中的支柱力量,需要受到足够重视。分别运用LOGIT模型和TOBIT模型从家庭基本特征、经济特征…]]></description>\r\n\t\t<pubDate><![CDATA[18/03/14 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/03/14 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[当前中国四大移民潮:问题与对策]]></title>\r\n\t\t<author><![CDATA[宋林飞;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201801001&v=]]></link>\r\n\t\t<description><![CDATA[作者：宋林飞;<br/>摘要：我国现阶段已经形成四大移民潮。改革开放以来,从农村向城镇转移的农民工总量增长出现减速趋势,拖欠工资、不依法签订劳动合同、缺少同城待遇等问题仍然存在。扶贫、生态、避灾搬迁与水库移民的规模不断扩大,资金、…]]></description>\r\n\t\t<pubDate><![CDATA[18/03/14 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/03/14 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[唯物辩证法视阈下新时代社会主要矛盾变化探析]]></title>\r\n\t\t<author><![CDATA[刘希刚;史献芝;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201801005&v=]]></link>\r\n\t\t<description><![CDATA[作者：刘希刚;史献芝;<br/>摘要：唯物辩证法是理解新时代社会主要矛盾变化的哲学前提。在唯物辩证法视阈下,党的十九大报告提出的社会主要矛盾变化是主观辩证法与客观辩证法互动的历史性结论,内涵着唯物辩证法意蕴,是新时代标志、丰富内涵与创新性…]]></description>\r\n\t\t<pubDate><![CDATA[18/03/14 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/03/14 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[长期照护:概念框架、研究发现与政策建议]]></title>\r\n\t\t<author><![CDATA[\"中国长期照护保障需求研究\"课题组;唐钧;冯凌;王君;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201801002&v=]]></link>\r\n\t\t<description><![CDATA[作者：\"中国长期照护保障需求研究\"课题组;唐钧;冯凌;王君;<br/>摘要：按照习近平总书记建立长期照护保障制度的指示精神,通过\"中国长期照护保障需求\"课题的调查研究,得到了10项研究发现:从城市老年人及其家庭的人口学特征、经济学特征和社会学特征看,都难以满足失能老人的长期照护保障需求。因此,城市老年人对社会化的长期照护服务和长期照护保险大多表示认可。以调查统计结果为基础,提出了与长期照护服务与筹资相关的政策建议。…]]></description>\r\n\t\t<pubDate><![CDATA[18/03/14 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/03/14 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[人口“空心化”与农村养老服务多元供给困境研究]]></title>\r\n\t\t<author><![CDATA[王浩林;程皎皎;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201801003&v=]]></link>\r\n\t\t<description><![CDATA[作者：王浩林;程皎皎;<br/>摘要：人口\"空心化\"问题已成为我国农村养老服务多元供给的最大约束条件,全方位影响农村居民生活、工作方式、社区文化和经济。城乡空间居住距离动摇家庭代际互助基础,即使\"隔代照顾式\"随迁和\"女儿养老\"的家庭功能自…]]></description>\r\n\t\t<pubDate><![CDATA[18/03/14 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/03/14 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[利益分化格局下中国共产党意识形态整合工作提升策略]]></title>\r\n\t\t<author><![CDATA[岳爱武;张尹;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201801007&v=]]></link>\r\n\t\t<description><![CDATA[作者：岳爱武;张尹;<br/>摘要：改革开放以来,伴随着经济结构的深度调整,社会结构的快速转型,社会阶层的持续分化,导致利益结构的深刻变化,呈现利益诉求多样化、利益关系复杂化、利益差距显著化的特征,致使中国共产党的意识形态整合工作面临引…]]></description>\r\n\t\t<pubDate><![CDATA[18/03/14 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/03/14 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[论马克思主义意识形态在国家治理中的功能及其实现]]></title>\r\n\t\t<author><![CDATA[郑永扣;郝涵;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201801006&v=]]></link>\r\n\t\t<description><![CDATA[作者：郑永扣;郝涵;<br/>摘要：当代中国国家治理是马克思主义国家理论与中国共产党治国理政实践相结合而形成的国家发展理念。马克思主义作为党和国家的根本指导思想,对国家治理实践活动具有理论支撑、价值整合、舆论引导的作用,同时也是国家治理…]]></description>\r\n\t\t<pubDate><![CDATA[18/03/14 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/03/14 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[文化视野下的中国佛教艺术——评《中国佛教艺术史》]]></title>\r\n\t\t<author><![CDATA[李晓愚;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201801014&v=]]></link>\r\n\t\t<description><![CDATA[作者：李晓愚;<br/>摘要：<正>中国的佛教艺术丰富多彩,千姿百态,如何系统地把握其发展脉络以及不同时期的风格特点呢?由赖永海、王月洁两位先生主编的《中国佛教艺术史》(南京大学出版社,2017年)基于思想文化史和宗教学、艺术学的…]]></description>\r\n\t\t<pubDate><![CDATA[18/03/14 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/03/14 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[农村环境管理中的政府角色——基于政策文本的分析]]></title>\r\n\t\t<author><![CDATA[陈秋红;黄鑫;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201801009&v=]]></link>\r\n\t\t<description><![CDATA[作者：陈秋红;黄鑫;<br/>摘要：明确划分各级政府在环境管理中的职能、职责,既是深化\"放管服\"改革、构建责任型政府的内在要求,也是改善农村生态环境、实现农村经济可持续发展的现实需要。从历史视角梳理农村环境管理政策的演进历程之后,基于政…]]></description>\r\n\t\t<pubDate><![CDATA[18/03/14 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/03/14 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[缓发性海洋灾害传导机理及对沿海地区发展的影响评价——以海平面上升为例]]></title>\r\n\t\t<author><![CDATA[梁皓;王欢;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201801012&v=]]></link>\r\n\t\t<description><![CDATA[作者：梁皓;王欢;<br/>摘要：作为缓发性海洋灾害的一种主要表现形式,海平面上升已对沿海地区经济社会发展产生了严重影响。在修正\"源-路径-受体-影响\"理论模型基础上,分析海平面上升对沿海地区发展的影响机理,并采用熵权法定量测算影响程…]]></description>\r\n\t\t<pubDate><![CDATA[18/03/14 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/03/14 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[中国减贫的范式演变与未来走向:从发展主义到福利治理]]></title>\r\n\t\t<author><![CDATA[万兰芳;向德平;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201802006&v=]]></link>\r\n\t\t<description><![CDATA[作者：万兰芳;向德平;<br/>摘要：自改革开放以来,新中国的减贫实践先后经历了开发式扶贫和精准扶贫两个主要阶段,具有明显的\"行政主导型\"特征,遵循\"发展主义\"逻辑并取得了显著的减贫成效,预期到2020年现行标准下所有贫困人口将实现脱贫,…]]></description>\r\n\t\t<pubDate><![CDATA[18/05/04 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/05/04 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[制度距离对中国OFDI区位选择的影响]]></title>\r\n\t\t<author><![CDATA[刘双芹;李敏燕;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201802010&v=]]></link>\r\n\t\t<description><![CDATA[作者：刘双芹;李敏燕;<br/>摘要：基于2006—2016年中国对外直接投资排名前45个东道国的投资数据,运用引力模型分析制度距离对中国对外直接投资区位选择的影响。实证结果表明:规范性制度距离阻碍中国对外直接投资,主要表现为东道国与中国…]]></description>\r\n\t\t<pubDate><![CDATA[18/05/04 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/05/04 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[基于DEA-Malmquist方法的装备制造业自主创新能力评价]]></title>\r\n\t\t<author><![CDATA[赵丹;孙冰;易英欣;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201802013&v=]]></link>\r\n\t\t<description><![CDATA[作者：赵丹;孙冰;易英欣;<br/>摘要：装备制造业是国民经济的重要支柱产业,影响和决定一国制造业的基础和核心竞争力。十九大以来,我国制造业的重要发展方向就是不断创新、加强与国际接轨力度。基于2006—2015年我国装备制造业的面板数据,构建…]]></description>\r\n\t\t<pubDate><![CDATA[18/05/04 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/05/04 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[后2020贫困问题初探]]></title>\r\n\t\t<author><![CDATA[汪三贵;曾小溪;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201802002&v=]]></link>\r\n\t\t<description><![CDATA[作者：汪三贵;曾小溪;<br/>摘要：作为发展中大国,后2020中国仍然存在贫困问题。考虑到世界各国经验和扶贫成效,结合中国国情,应根据人的基本需求变化来确定新的贫困标准,这既符合大多数发展中国家的通常做法,又能够体现中国扶贫成效。扶持对…]]></description>\r\n\t\t<pubDate><![CDATA[18/05/04 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/05/04 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[论中国脱贫攻坚的理论与实践创新]]></title>\r\n\t\t<author><![CDATA[黄承伟;袁泉;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201802003&v=]]></link>\r\n\t\t<description><![CDATA[作者：黄承伟;袁泉;<br/>摘要：党的十八大以来,我国扶贫开发进入脱贫攻坚阶段。脱贫攻坚理论与实践创新不断深化推进,不仅彰显脱贫攻坚在决胜全面小康社会进程中的重要地位,也预示贫困研究与贫困干预模式的转型。在习近平扶贫思想引导下,坚持精…]]></description>\r\n\t\t<pubDate><![CDATA[18/05/04 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/05/04 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[劳动供给结构、技术进步与收入差距——基于CHNS数据的研究]]></title>\r\n\t\t<author><![CDATA[华昱;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201802012&v=]]></link>\r\n\t\t<description><![CDATA[作者：华昱;<br/>摘要：改革开放以来,伴随我国经济快速发展、居民收入差距逐渐扩大,当前的基尼系数已超过国际警戒线,高低技能劳动者收入差异的扩大成为社会总体收入差距扩大的主要因素;与此同时,高校扩招政策导致高素质劳动力供给显著…]]></description>\r\n\t\t<pubDate><![CDATA[18/05/04 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/05/04 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[西部山区农民易地扶贫搬迁意愿的影响因素]]></title>\r\n\t\t<author><![CDATA[施国庆;周君璧;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201802005&v=]]></link>\r\n\t\t<description><![CDATA[作者：施国庆;周君璧;<br/>摘要：从现在到2020年是打赢脱贫攻坚战的关键时期,从农民自身角度研究搬迁意愿,对加快实施易地扶贫移民搬迁具有重要意义。研究依据西方微观人口迁移理论:地方效用理论、计划行为理论和效价-期望理论,整合构建了中…]]></description>\r\n\t\t<pubDate><![CDATA[18/05/04 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/05/04 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[为高质量发展而竞争:地方政府竞争问题的新解析]]></title>\r\n\t\t<author><![CDATA[刘志彪;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201802001&v=]]></link>\r\n\t\t<description><![CDATA[作者：刘志彪;<br/>摘要：建设为高质量发展而竞争的机制,是贯彻落实新发展理念、建设现代化经济体系的具体行动。在新一轮扩大地方政府自主权的背景下,矫正过去的地方政府竞争制度、重塑中国经济新动力,是推进全面深化改革的一项极其重要的…]]></description>\r\n\t\t<pubDate><![CDATA[18/05/04 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/05/04 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[论社会主义核心价值观的理论自觉与自信——读黄明理《角度视野践行——社会主义核心价值观释讲》]]></title>\r\n\t\t<author><![CDATA[徐梓彦;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201802016&v=]]></link>\r\n\t\t<description><![CDATA[作者：徐梓彦;<br/>摘要：<正>自2006年社会主义核心价值体系的提出,2012年又在此基础上系统地概括出24字社会主义核心价值观,至今先后已过去了十余年。按照习惯思维,对核心价值观的宣传热度早就应该降温了,可是,不仅主流舆论宣传的力度日渐加大,而且在实践落实方面越来越制度化,并通过核心价值观的制度化建设实现核心价值观的信仰化,习近平总书记在全国…]]></description>\r\n\t\t<pubDate><![CDATA[18/05/04 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/05/04 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[新时代中国意识形态建设研究的新维度——读张志丹《意识形态功能提升新论》]]></title>\r\n\t\t<author><![CDATA[金伟;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201802015&v=]]></link>\r\n\t\t<description><![CDATA[作者：金伟;<br/>摘要：<正>长期以来,西方国家对中国和平演变战略从来没有停止过,与此同时,多元多样多变的社会思想在国内蔓延,它们对于马克思主义、社会主义和共产主义信仰产生的冲击是空前的。今天,中国特色主义事业已经进入新时代,无论是从回应上述思潮,还是从建构具有引领力、凝聚力的社会主义意识形态,服务于中华民族复兴大业和治国理政、全球治理等重大课题,都需要提升中国意识形态功能。针对这些…]]></description>\r\n\t\t<pubDate><![CDATA[18/05/04 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/05/04 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[人类命运共同体视阈中的中国意识形态国际话语权]]></title>\r\n\t\t<author><![CDATA[张志丹;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201802008&v=]]></link>\r\n\t\t<description><![CDATA[作者：张志丹;<br/>摘要：意识形态是话语的思想内核和价值基石。中国的话语权,实质是中国主流意识形态话语权,因而研究和关注中国意识形态的国际话语权就是话语权研究的题中应有之义。面对该论题,需要超越\"传播学研究范式\",以\"实践学研…]]></description>\r\n\t\t<pubDate><![CDATA[18/05/04 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/05/04 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[习近平新时代领导干部战略能力思想研究]]></title>\r\n\t\t<author><![CDATA[袁明旭;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201802007&v=]]></link>\r\n\t\t<description><![CDATA[作者：袁明旭;<br/>摘要：战略能力是领导者的核心能力。中国特色社会主义进入新时代客观要求领导干部须培养和强化战略能力。习近平高度重视战略能力,在长期的领导实践和思考中形成了关于领导干部战略能力的思想。习近平关于领导干部战略能力的理论既是新时代中国特色社会主义思想的有机组成部分,也是对各级领导干部的基本要求和行动指南。探讨和领会习近平新时代领导干部战略能力思想具有观念上的启迪意义和现实的指导价值。…]]></description>\r\n\t\t<pubDate><![CDATA[18/05/04 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/05/04 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[新时代深化毛泽东研究的三重理论维度]]></title>\r\n\t\t<author><![CDATA[张明;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201802009&v=]]></link>\r\n\t\t<description><![CDATA[作者：张明;<br/>摘要：在中国特色社会主义步入新时代的历史条件下,深化与拓展毛泽东研究,需要从理论谱系、历史遗产与研究方法三重维度进行突破。对毛泽东思想与中国特色社会主义理论体系关系的研究,需要不断突破宏观层面的\"定性研究\"…]]></description>\r\n\t\t<pubDate><![CDATA[18/05/04 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/05/04 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[工程风险向工程社会危机演化的机理及应对策略]]></title>\r\n\t\t<author><![CDATA[贾广社;刘东;吴陆锋;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201802014&v=]]></link>\r\n\t\t<description><![CDATA[作者：贾广社;刘东;吴陆锋;<br/>摘要：近年来,不断发生的工程社会危机都由工程风险演化而来,给整个社会造成了巨大的负面影响。基于探索性单案例研究方法,以我国重大安全事故中具有显著社会影响的天津港危险品仓库爆炸事故为分析样本,将工程危机作为中…]]></description>\r\n\t\t<pubDate><![CDATA[18/05/04 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/05/04 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[调动多方的主动性构建流域生态补偿机制——评《流域生态补偿机制研究——基于主体行为分析》]]></title>\r\n\t\t<author><![CDATA[陈诗一;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201802017&v=]]></link>\r\n\t\t<description><![CDATA[作者：陈诗一;<br/>摘要：<正>流域是兼具自然属性与生活经济功能的复合生态系统,进行流域综合开发可以满足人民物质需求,保障社会经济发展。然而,流域的过渡开发造成的水土流失、水污染等生态环境问题引起了人们的重视。习总书记倡导的\"绿水青山就是金山银山\"理念给流域的建设与开发指明了方向。如何应对流域开发所带来的生态环境问题?张婕、王济干、徐健合著的《流域生态补偿机制研究》(科学出版社,2017…]]></description>\r\n\t\t<pubDate><![CDATA[18/05/04 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/05/04 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\r\n\t<item>\r\n\t\t<title><![CDATA[基于主体不平等的跨国界河流水资源分配的破产博弈研究]]></title>\r\n\t\t<author><![CDATA[袁亮;沈菊琴;何伟军;Dagmawi Mulugeta Degefu;]]></author>\r\n\t\t<link><![CDATA[http://kns.cnki.net/kcms/detail/Detail.aspx?dbname=CJFDLAST2018&filename=HHZX201802011&v=]]></link>\r\n\t\t<description><![CDATA[作者：袁亮;沈菊琴;何伟军;Dagmawi Mulugeta Degefu;<br/>摘要：基于破产理论和讨价还价博弈,构建水资源分配的破产博弈模型。借鉴国际水法,构建主体在水资源分配谈判中的议价能力评价指标体系,将议价能力运用到破产博弈模型中,突出主体在水资源分配中的不平等性,减少水资源分配量与贡献、需求量和对水资源依赖程度的非对称性;结合主体的谈判破裂点,根据主体满意度函数的联动函数寻找水资源分配的最优解,使分配能同时满足个体理性和集体理性,并对澜沧江-湄公河流域进行实例研究。…]]></description>\r\n\t\t<pubDate><![CDATA[18/05/04 00:00]]></pubDate>\r\n\t\t<lastBuildDate><![CDATA[18/05/04 00:00]]></lastBuildDate>\r\n\t\t<source><![CDATA[中国知网]]></source>\r\n\t</item>\r\n\t</channel>\r\n</rss>\r\n"
  },
  {
    "path": "api/test/data/feed/ruby-on-rails",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?><feed xmlns=\"http://www.w3.org/2005/Atom\" ><generator uri=\"https://jekyllrb.com/\" version=\"3.7.3\">Jekyll</generator><link href=\"https://weblog.rubyonrails.org/feed/atom.xml\" rel=\"self\" type=\"application/atom+xml\" /><link href=\"https://weblog.rubyonrails.org/\" rel=\"alternate\" type=\"text/html\" /><updated>2018-05-27T14:56:31+00:00</updated><id>https://weblog.rubyonrails.org/</id><title type=\"html\">Riding Rails</title><entry><title type=\"html\">Enumerable#index_with, transaction fixes, and more!</title><link href=\"https://weblog.rubyonrails.org/2018/5/27/this-week-in-rails-enumerable-index_with-transaction-fixes-and-more/\" rel=\"alternate\" type=\"text/html\" title=\"Enumerable#index_with, transaction fixes, and more!\" /><published>2018-05-27T00:00:00+00:00</published><updated>2018-05-27T00:00:00+00:00</updated><id>https://weblog.rubyonrails.org/2018/5/27/this-week-in-rails-enumerable-index_with-transaction-fixes-and-more</id><content type=\"html\" xml:base=\"https://weblog.rubyonrails.org/2018/5/27/this-week-in-rails-enumerable-index_with-transaction-fixes-and-more/\">&lt;p&gt;Hello everyone! This is &lt;a href=&quot;https://twitter.com/eugeneius&quot;&gt;Eugene&lt;/a&gt;, with a roundup of the last two weeks of activity in the Rails world. Let’s get started!&lt;/p&gt;\n\n&lt;h3 id=&quot;this-weeks-contributors&quot;&gt;&lt;a href=&quot;http://contributors.rubyonrails.org/contributors/in-time-window/20180513-20180526&quot;&gt;This Week’s Contributors&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;In the last two weeks, Rails saw contributions from 29 people, including 10 first-time contributors. Thank you all!&lt;/p&gt;\n\n&lt;p&gt;If you’d like to be included here, why not check out the list of &lt;a href=&quot;https://github.com/rails/rails/issues&quot;&gt;open issues&lt;/a&gt;?&lt;/p&gt;\n\n&lt;h3 id=&quot;add-enumerableindex_with&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32523&quot;&gt;Add &lt;code class=&quot;highlighter-rouge&quot;&gt;Enumerable#index_with&lt;/code&gt;&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;This new method converts an enumerable to a hash, where the keys are the enumerable’s elements and the values are determined by the provided block or argument.&lt;/p&gt;\n\n&lt;h3 id=&quot;action-mailer-now-eager-loads-the-mail-gem&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32808&quot;&gt;Action Mailer now eager loads the mail gem&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Loading the mail gem during boot avoids burdening the first request with the responsibility, and conveniently sidesteps a deadlock that the author encountered in their application.&lt;/p&gt;\n\n&lt;h3 id=&quot;allow-range-and-rangecover-on-range&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32938&quot;&gt;Allow &lt;code class=&quot;highlighter-rouge&quot;&gt;Range#===&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;Range#cover?&lt;/code&gt; on &lt;code class=&quot;highlighter-rouge&quot;&gt;Range&lt;/code&gt;&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Active Support extends &lt;code class=&quot;highlighter-rouge&quot;&gt;Range#===&lt;/code&gt; to match other ranges, but a change to the native Ruby implementation broke it. This patch ensures that the behaviour will work on Ruby 2.6, and also adds it to &lt;code class=&quot;highlighter-rouge&quot;&gt;Range#cover?&lt;/code&gt; for good measure.&lt;/p&gt;\n\n&lt;h3 id=&quot;speed-up-xor_byte_strings-by-70&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32931&quot;&gt;Speed up &lt;code class=&quot;highlighter-rouge&quot;&gt;xor_byte_strings&lt;/code&gt; by 70%&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;The benchmark included with this performance patch shows that it saves a cool 5 microseconds whenever Rails generates a CSRF token. 🐎&lt;/p&gt;\n\n&lt;h3 id=&quot;roll-back-parent-transaction-when-children-fail-to-save&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32796&quot;&gt;Roll back parent transaction when children fail to save&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;If a record’s associations contains valid but unsaveable data, it will now correctly fail to save and roll back its transaction.&lt;/p&gt;\n\n&lt;h3 id=&quot;finalize-transaction-record-state-after-real-transaction&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32911&quot;&gt;Finalize transaction record state after real transaction&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;When a record was saved multiple times in the same transaction, its previous state wasn’t always immediately restored if the transaction was later rolled back.&lt;/p&gt;\n\n&lt;h3 id=&quot;disable-foreign-keys-during-alter_table-for-sqlite3-adapter&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32865&quot;&gt;Disable foreign keys during &lt;code class=&quot;highlighter-rouge&quot;&gt;alter_table&lt;/code&gt; for SQLite3 adapter&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Tables that are referenced by foreign keys can now be successfully altered when using the SQLite3 adapter.&lt;/p&gt;\n\n&lt;p&gt;In related news, &lt;a href=&quot;https://github.com/rails/rails/pull/32923&quot;&gt;Rails 6.0 will require a minimum SQLite version of 3.8.0&lt;/a&gt;.&lt;/p&gt;\n\n&lt;p&gt;As always, there were many more changes to the Rails codebase than we can cover here - if you’re interested, you can check out &lt;a href=&quot;https://github.com/rails/rails/compare/master@%7B2018-05-13%7D...@%7B2018-05-26%7D&quot;&gt;the full listing of commits from the last two weeks&lt;/a&gt;. Until next week!&lt;/p&gt;</content><author><name>eugeneius</name></author><summary type=\"html\">Hello everyone! This is Eugene, with a roundup of the last two weeks of activity in the Rails world. Let’s get started!</summary><media:thumbnail xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://avatars.githubusercontent.com/u/4223\" /></entry><entry><title type=\"html\">Google Cloud Storage streaming downloads, performance improvements and more!</title><link href=\"https://weblog.rubyonrails.org/2018/5/12/this-week-in-rails-google-cloud-storage-streaming-downloads-performance-improvements-and-more/\" rel=\"alternate\" type=\"text/html\" title=\"Google Cloud Storage streaming downloads, performance improvements and more!\" /><published>2018-05-12T00:00:00+00:00</published><updated>2018-05-12T00:00:00+00:00</updated><id>https://weblog.rubyonrails.org/2018/5/12/this-week-in-rails-google-cloud-storage-streaming-downloads-performance-improvements-and-more</id><content type=\"html\" xml:base=\"https://weblog.rubyonrails.org/2018/5/12/this-week-in-rails-google-cloud-storage-streaming-downloads-performance-improvements-and-more/\">&lt;p&gt;Hello everyone! This is &lt;a href=&quot;https://twitter.com/repinel&quot;&gt;Roque&lt;/a&gt; bringing you the latest news from the Rails world. I will cover the highlights from the last two weeks. Let’s get started!&lt;/p&gt;\n\n&lt;h3 id=&quot;this-weeks-contributors&quot;&gt;&lt;a href=&quot;http://contributors.rubyonrails.org/contributors/in-time-window/20180428-20180512&quot;&gt;This Week’s Contributors&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;39 people contributed to Rails in the last two weeks, including 9 for the first time! A big thank you to all of you!&lt;/p&gt;\n\n&lt;p&gt;If you’d like to see yourself on that board, why not check out the list of &lt;a href=&quot;https://github.com/rails/rails/issues&quot;&gt;open issues&lt;/a&gt;, or get involved in the &lt;a href=&quot;https://groups.google.com/d/forum/rubyonrails-core&quot;&gt;core discussion list&lt;/a&gt;.&lt;/p&gt;\n\n&lt;h3 id=&quot;support-streaming-downloads-from-google-cloud-storage&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32788&quot;&gt;Support streaming downloads from Google Cloud Storage&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Active Storage now supports streaming downloads from Google Cloud Storage. You will need version &lt;code class=&quot;highlighter-rouge&quot;&gt;1.11&lt;/code&gt; or greater of the gem &lt;code class=&quot;highlighter-rouge&quot;&gt;google-cloud-storage&lt;/code&gt;.&lt;/p&gt;\n\n&lt;h3 id=&quot;add-option-identify-to-activestorageblob&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32833&quot;&gt;Add option &lt;code class=&quot;highlighter-rouge&quot;&gt;identify&lt;/code&gt; to ActiveStorage::Blob&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;This allows control over the content type identification performed by Active Storage. For instance, if &lt;code class=&quot;highlighter-rouge&quot;&gt;identify&lt;/code&gt; is &lt;code class=&quot;highlighter-rouge&quot;&gt;false&lt;/code&gt;, then you can provide your own &lt;code class=&quot;highlighter-rouge&quot;&gt;content_type&lt;/code&gt; value.&lt;/p&gt;\n\n&lt;h3 id=&quot;improve-the-performance-of-activesupportinflectorordinal&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/commit/0c54fc460e52d2b9aa02e1e27a090dbe7ee98829&quot;&gt;Improve the performance of &lt;code class=&quot;highlighter-rouge&quot;&gt;ActiveSupport::Inflector.ordinal&lt;/code&gt;&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Big performance improvement for ordinal generation! The power of benchmarks-oriented solutions.&lt;/p&gt;\n\n&lt;h3 id=&quot;use-did_you_mean-for-spelling-suggestions&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32289&quot;&gt;Use &lt;code class=&quot;highlighter-rouge&quot;&gt;did_you_mean&lt;/code&gt; for spelling suggestions&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Now that Rails requires Ruby &lt;code class=&quot;highlighter-rouge&quot;&gt;2.3&lt;/code&gt; or greater, Rails will use the gem &lt;code class=&quot;highlighter-rouge&quot;&gt;did_you_mean&lt;/code&gt; for spelling suggestions. The gem is shipped with Ruby, and automatically required when the Ruby process starts.&lt;/p&gt;\n\n&lt;h3 id=&quot;fix-logic-on-disabling-commit-callbacks&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32807&quot;&gt;Fix logic on disabling commit callbacks&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Callbacks were being called unexpectedly when errors occur due to a small issue with precedence of logical operators.&lt;/p&gt;\n\n&lt;h3 id=&quot;reset-content_length-between-test-requests&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32773&quot;&gt;Reset &lt;code class=&quot;highlighter-rouge&quot;&gt;CONTENT_LENGTH&lt;/code&gt; between test requests&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;If a &lt;code class=&quot;highlighter-rouge&quot;&gt;POST&lt;/code&gt; request was followed by a &lt;code class=&quot;highlighter-rouge&quot;&gt;GET&lt;/code&gt; request in a controller test, then the &lt;code class=&quot;highlighter-rouge&quot;&gt;rack.input&lt;/code&gt; and &lt;code class=&quot;highlighter-rouge&quot;&gt;RAW_POST_DATA&lt;/code&gt; headers from the first request would be reset but the &lt;code class=&quot;highlighter-rouge&quot;&gt;CONTENT_LENGTH&lt;/code&gt; header would leak to the second request.&lt;/p&gt;\n\n&lt;p&gt;As always there were many more changes to the Rails codebase than we can cover here. But you can read all about them &lt;a href=&quot;https://github.com/rails/rails/compare/master@%7B2018-04-28%7D...@%7B2018-05-12%7D&quot;&gt;here&lt;/a&gt;! Until next week!&lt;/p&gt;</content><author><name>repinel</name></author><summary type=\"html\">Hello everyone! This is Roque bringing you the latest news from the Rails world. I will cover the highlights from the last two weeks. Let’s get started!</summary><media:thumbnail xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://avatars.githubusercontent.com/u/4223\" /></entry><entry><title type=\"html\">Arel merged to Active Record, faster image processing and more</title><link href=\"https://weblog.rubyonrails.org/2018/4/29/this-week-in-rails-arel-merged-to-active-record-faster-image-processing-and-more/\" rel=\"alternate\" type=\"text/html\" title=\"Arel merged to Active Record, faster image processing and more\" /><published>2018-04-29T00:00:00+00:00</published><updated>2018-04-29T00:00:00+00:00</updated><id>https://weblog.rubyonrails.org/2018/4/29/this-week-in-rails-arel-merged-to-active-record-faster-image-processing-and-more</id><content type=\"html\" xml:base=\"https://weblog.rubyonrails.org/2018/4/29/this-week-in-rails-arel-merged-to-active-record-faster-image-processing-and-more/\">&lt;p&gt;Hello 🌧 from London! This is &lt;a href=&quot;http://twitter.com/kirshatrov&quot;&gt;Kir&lt;/a&gt;, bringing you the latest Rails updates in this episode of the newsletter.&lt;/p&gt;\n\n&lt;h3 id=&quot;this-weeks-contributors&quot;&gt;&lt;a href=&quot;http://contributors.rubyonrails.org/contributors/in-time-window/20180421-20180427&quot;&gt;This Week’s Contributors&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;28 people contributed to Rails in the last week, including 3 for the first time! A big thank you to all of you!&lt;/p&gt;\n\n&lt;p&gt;If you’d like to see yourself on that board, why not check out the list of &lt;a href=&quot;https://github.com/rails/rails/issues&quot;&gt;open issues&lt;/a&gt;, or get involved in the &lt;a href=&quot;https://groups.google.com/d/forum/rubyonrails-core&quot;&gt;core discussion list&lt;/a&gt;.&lt;/p&gt;\n\n&lt;h3 id=&quot;use-imageprocessing-gem-for-active-storage-variants&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32471&quot;&gt;Use ImageProcessing gem for Active Storage variants&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;ImageProcessing gem provides a wrapper around MiniMagic and ruby-vips, allowing you to change backends on the fly and benefit from libvips being up to 10x faster than ImageMagick.&lt;/p&gt;\n\n&lt;h3 id=&quot;update-rails_welcomepng-to-reflect-a-more-diverse-population&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32735&quot;&gt;Update ‘rails_welcome.png’ to reflect a more diverse population&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;The Getting Started picture that you can see in new Rails apps was updated with a more diverse population.&lt;/p&gt;\n\n&lt;h3 id=&quot;support-active-storage-attachment-in-presence-validator&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/31956&quot;&gt;Support Active Storage attachment in presence validator&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;&lt;code class=&quot;highlighter-rouge&quot;&gt;assert_presence_of&lt;/code&gt; now works with ActiveStorage attachments.&lt;/p&gt;\n\n&lt;h3 id=&quot;merge-arel-to-active-record&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32097&quot;&gt;Merge Arel to Active Record&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;To simplify release management, Arel library hosted in rails/arel has been merged to ActiveRecord, and is now located in rails/rails.&lt;/p&gt;\n\n&lt;p&gt;As always there were many more changes to the Rails codebase than we can cover here. But you can read all about them &lt;a href=&quot;https://github.com/rails/rails/compare/master@%7B2018-04-21%7D...@%7B2018-04-27%7D&quot;&gt;here&lt;/a&gt;! Until next week!&lt;/p&gt;</content><author><name>kirshatrov</name></author><summary type=\"html\">Hello 🌧 from London! This is Kir, bringing you the latest Rails updates in this episode of the newsletter.</summary><media:thumbnail xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://avatars.githubusercontent.com/u/4223\" /></entry><entry><title type=\"html\">RailsConf 2018 Edition</title><link href=\"https://weblog.rubyonrails.org/2018/4/22/this-week-in-rails-railsconf-2018-edition/\" rel=\"alternate\" type=\"text/html\" title=\"RailsConf 2018 Edition\" /><published>2018-04-22T00:00:00+00:00</published><updated>2018-04-22T00:00:00+00:00</updated><id>https://weblog.rubyonrails.org/2018/4/22/this-week-in-rails-railsconf-2018-edition</id><content type=\"html\" xml:base=\"https://weblog.rubyonrails.org/2018/4/22/this-week-in-rails-railsconf-2018-edition/\">&lt;p&gt;Hello 🌨 from Pittsburgh! RailsConf was amazing: more than a thousand attendees showing that Rails is more alive and welcoming than ever.&lt;/p&gt;\n\n&lt;p&gt;All the presentations will be available on YouTube in about a month. For now, you can take a sneak peek by browsing the slide decks: from &lt;a href=&quot;https://speakerdeck.com/eileencodes/railsconf-2018-the-future-of-rails-6-scalable-by-default&quot;&gt;Rails 6&lt;/a&gt; to &lt;a href=&quot;https://speakerdeck.com/claudiob/active-storage&quot;&gt;Active Storage&lt;/a&gt;, from &lt;a href=&quot;https://speakerdeck.com/derekprior/up-and-down-again-a-migrations-tale&quot;&gt;Migrations&lt;/a&gt; to &lt;a href=&quot;https://speakerdeck.com/tmikeschu/stop-testing-start-storytelling-railsconf-2018&quot;&gt;Testing&lt;/a&gt;, from &lt;a href=&quot;https://speakerdeck.com/jnraine/ten-years-of-rails-upgrades&quot;&gt;Upgrades&lt;/a&gt; to &lt;a href=&quot;https://speakerdeck.com/saarons/api-how-lendinghome-approaches-legacy-technologies&quot;&gt;API&lt;/a&gt;, from &lt;a href=&quot;https://speakerdeck.com/vaidehijoshi/re-graphing-the-mental-model-of-the-rails-router-1&quot;&gt;Router&lt;/a&gt; to &lt;a href=&quot;https://speakerdeck.com/dinahshi/your-first-contribution-and-beyond&quot;&gt;Contributing&lt;/a&gt;, from &lt;a href=&quot;https://speakerdeck.com/qrush/the-graphql-way-a-new-path-for-json-apis&quot;&gt;GraphQL&lt;/a&gt; to &lt;a href=&quot;https://speakerdeck.com/a_matsuda/turbo-boosting-real-world-applications&quot;&gt;Performance&lt;/a&gt;, from &lt;a href=&quot;https://speakerdeck.com/justinweiss/building-a-collaborative-text-editor&quot;&gt;Collaboration&lt;/a&gt; to &lt;a href=&quot;https://speakerdeck.com/lauramosher/harry-the-hedgehog-learns-you-a-communication&quot;&gt;Communication&lt;/a&gt;, from &lt;a href=&quot;https://speakerdeck.com/stellacotton/so-youve-got-yourself-a-kafka-event-powered-rails-services&quot;&gt;Kafka&lt;/a&gt; to &lt;a href=&quot;https://speakerdeck.com/genslein/postgres-10-performance-and-you&quot;&gt;PostgreSQL&lt;/a&gt;, from &lt;a href=&quot;https://speakerdeck.com/tegon/warden-the-building-block-behind-devise&quot;&gt;Warden&lt;/a&gt; to &lt;a href=&quot;https://speakerdeck.com/palkan/railsconf-2018-access-denied-the-missing-guide-to-authorization-in-rails&quot;&gt;Authorization&lt;/a&gt;, from &lt;a href=&quot;https://speakerdeck.com/michaelherold/whats-in-a-price-how-to-price-your-products-and-services&quot;&gt;Economy&lt;/a&gt; to &lt;a href=&quot;https://speakerdeck.com/wonderwoman13/draw-a-crowd-the-contextual-camouflage-story&quot;&gt;Art&lt;/a&gt;, from &lt;a href=&quot;https://speakerdeck.com/rofreg/the-doctor-is-in-using-checkups-to-find-bugs-in-production&quot;&gt;Bugs&lt;/a&gt; to &lt;a href=&quot;https://speakerdeck.com/presidentbeef/the-evolution-of-rails-security&quot;&gt;Security&lt;/a&gt;, from &lt;a href=&quot;https://speakerdeck.com/dazuma/containerizing-rails-techniques-pitfalls-and-best-practices&quot;&gt;Containers&lt;/a&gt; to &lt;a href=&quot;https://speakerdeck.com/xdite/blitzbuilding-product-with-rails&quot;&gt;Crypto&lt;/a&gt;, from &lt;a href=&quot;https://speakerdeck.com/toomuchpete/the-code-free-developer-interview&quot;&gt;Interviews&lt;/a&gt; to &lt;a href=&quot;https://speakerdeck.com/geoffreylitt/ruby-a-family-history-railsconf-2018&quot;&gt;History&lt;/a&gt;, from &lt;a href=&quot;https://speakerdeck.com/sinthetix/leveling-up-a-heroic-team&quot;&gt;Teams&lt;/a&gt; to &lt;a href=&quot;https://speakerdeck.com/awood45/broken-apis-break-trust-tips-for-creating-and-updating-apis&quot;&gt;Trust&lt;/a&gt;, from &lt;a href=&quot;https://speakerdeck.com/edouardchin/upgrading-rails-at-scale-railsconf-2018&quot;&gt;Shopify&lt;/a&gt; to &lt;a href=&quot;https://speakerdeck.com/talsafran/github-and-rails-10-years-together&quot;&gt;GitHub&lt;/a&gt;, from &lt;a href=&quot;https://speakerdeck.com/lazyatom/heres-to-the-crazy-ones&quot;&gt;Engines&lt;/a&gt; to &lt;a href=&quot;https://speakerdeck.com/andrewglass1/human-powered-rails-automated-crowdsourcing-in-your-rails-app&quot;&gt;Crowdsourcing&lt;/a&gt;, from &lt;a href=&quot;https://speakerdeck.com/olivierlacan/the-life-and-death-of-a-rails-app&quot;&gt;Mortality&lt;/a&gt; to &lt;a href=&quot;https://speakerdeck.com/erniemiller/stating-the-obvious&quot;&gt;Life&lt;/a&gt;, there was really something for everyone!&lt;/p&gt;\n\n&lt;h3 id=&quot;this-weeks-contributors&quot;&gt;&lt;a href=&quot;http://contributors.rubyonrails.org/contributors/in-time-window/20180414-20180420&quot;&gt;This Week’s Contributors&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;37 people contributed to Rails in the last week, including 9 for the first time! A big thank you to all of you!&lt;/p&gt;\n\n&lt;p&gt;If you’d like to see yourself on that board, why not check out the list of &lt;a href=&quot;https://github.com/rails/rails/issues&quot;&gt;open issues&lt;/a&gt;, or get involved in the &lt;a href=&quot;https://groups.google.com/d/forum/rubyonrails-core&quot;&gt;core discussion list&lt;/a&gt;.&lt;/p&gt;\n\n&lt;h3 id=&quot;inclusive-language-in-documentation-examples&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32582&quot;&gt;Inclusive Language in Documentation Examples&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;A couple of changes to make the docs more inclusive of trans and non-binary individuals. Hurray! 💗🌈🏳️‍🌈&lt;/p&gt;\n\n&lt;h3 id=&quot;add-the-nonce-true-option-for-javascript_include_tag-helper&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32607&quot;&gt;Add the &lt;code class=&quot;highlighter-rouge&quot;&gt;nonce: true&lt;/code&gt; option for &lt;code class=&quot;highlighter-rouge&quot;&gt;javascript_include_tag&lt;/code&gt; helper&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Works the same way as &lt;em&gt;javascript_tag nonce: true&lt;/em&gt; to support automatic nonce generation for Content Security Policy.&lt;/p&gt;\n\n&lt;h3 id=&quot;improve-performance-of-translation-helper&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32326&quot;&gt;Improve performance of translation helper&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;A PR that is worth reading to learn how to benchmark a possible performance improvement using the right tools.&lt;/p&gt;\n\n&lt;h3 id=&quot;dont-pass-splat-keyword-arguments-as-a-single-hash&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32612&quot;&gt;Don’t pass splat keyword arguments as a single Hash&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Looking ahead at Ruby 2.6, which will raise a warning when a method is called with &lt;em&gt;(*args)&lt;/em&gt;. Declaring the arguments makes for more readable code.&lt;/p&gt;\n\n&lt;h3 id=&quot;fix-exception-in-astimezoneall-when-any-tzinfo-data-is-missing&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32613&quot;&gt;Fix exception in AS::Timezone.all when any tzinfo data is missing&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Time zones change every year, even &lt;a href=&quot;https://www.iana.org/time-zones&quot;&gt;multiple times a year&lt;/a&gt;. &lt;em&gt;ActiveSupport::Timezone.all&lt;/em&gt; won’t raise an error even when a time zone is missing from TZInfo.&lt;/p&gt;\n\n&lt;h3 id=&quot;output-only-one-nonce-in-csp-header-per-request&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32602&quot;&gt;Output only one nonce in CSP header per request&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Nonces from old requests were saved, causing the header to grow infinitely after every request.&lt;/p&gt;\n\n&lt;h3 id=&quot;avoid-blocking-the-server-in-delete_matched&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/commit/ef2af628a9ec1cc4e7b6997a021dd3f85cfe4665&quot;&gt;Avoid blocking the server in &lt;code class=&quot;highlighter-rouge&quot;&gt;#delete_matched&lt;/code&gt;&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;A fix to the newly added redis-cache-store feature of Rails 5.2. Calling &lt;em&gt;delete_matched&lt;/em&gt; will no longer block the Redis server.&lt;/p&gt;\n\n&lt;p&gt;Coming back home after an amazing event like RailsConf is always tough. Can’t wait to see you all next year at RailsConf 2019 in Minneapolis from April 30th to May 2nd. Hopefully it won’t snow! 🤞– &lt;a href=&quot;http://claudiob.github.io&quot;&gt;Claudio&lt;/a&gt;&lt;/p&gt;</content><author><name>claudiob</name></author><summary type=\"html\">Hello 🌨 from Pittsburgh! RailsConf was amazing: more than a thousand attendees showing that Rails is more alive and welcoming than ever.</summary><media:thumbnail xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://avatars.githubusercontent.com/u/4223\" /></entry><entry><title type=\"html\">Rails 5.2.0, performance optimizations, space-saving compression and more!</title><link href=\"https://weblog.rubyonrails.org/2018/4/15/this-week-in-rails-rails-5-2-0-performance-optimizations-space-saving-compression-and-more/\" rel=\"alternate\" type=\"text/html\" title=\"Rails 5.2.0, performance optimizations, space-saving compression and more!\" /><published>2018-04-15T00:00:00+00:00</published><updated>2018-04-15T00:00:00+00:00</updated><id>https://weblog.rubyonrails.org/2018/4/15/this-week-in-rails-rails-5-2-0-performance-optimizations-space-saving-compression-and-more</id><content type=\"html\" xml:base=\"https://weblog.rubyonrails.org/2018/4/15/this-week-in-rails-rails-5-2-0-performance-optimizations-space-saving-compression-and-more/\">&lt;p&gt;And now a Rails 🌩 News Flash 🌩! (Hint: we’ve got some big news this week, if you hadn’t heard). We take you now, live, to our reporter on the scene, &lt;a href=&quot;https://twitter.com/imtayadeway&quot;&gt;Tim&lt;/a&gt;, for all the latest and greatest this week.&lt;/p&gt;\n\n&lt;h3 id=&quot;rails-520-is-out&quot;&gt;&lt;a href=&quot;http://weblog.rubyonrails.org/2018/4/9/Rails-5-2-0-final/&quot;&gt;Rails 5.2.0 is out!&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;5.2.0 is officially among us, a little bit ahead of &lt;a href=&quot;http://railsconf.com/&quot;&gt;RailsConf&lt;/a&gt; this year. If you can’t wait until then to find out everything that this new release brings, do go read the original &lt;a href=&quot;http://weblog.rubyonrails.org/2018/4/9/Rails-5-2-0-final/&quot;&gt;blog post&lt;/a&gt; that accompanied the release for all the details!&lt;/p&gt;\n\n&lt;h3 id=&quot;this-weeks-contributors&quot;&gt;&lt;a href=&quot;http://contributors.rubyonrails.org/contributors/in-time-window/20180401-20180413&quot;&gt;This Week’s Contributors&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;48 people contributed to Rails in the last two weeks, including an incredible 11 for the first time! A big thank you to all of you!&lt;/p&gt;\n\n&lt;p&gt;If you’d like to see yourself on that board, why not check out the list of &lt;a href=&quot;https://github.com/rails/rails/issues&quot;&gt;open issues&lt;/a&gt;, or get involved in the &lt;a href=&quot;https://groups.google.com/d/forum/rubyonrails-core&quot;&gt;core discussion list&lt;/a&gt;.&lt;/p&gt;\n\n&lt;h3 id=&quot;api-controliers-now-get-a-set-of-default-headers&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32484&quot;&gt;API controlIers now get a set of default headers&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Though you may not need all these headers, there are specific instances where you may want them to enhance security, so it makes sense to have this configured on by default.&lt;/p&gt;\n\n&lt;h3 id=&quot;an-optimization-for-the-query-cache-middleware&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32414&quot;&gt;An optimization for the Query Cache middleware&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;This nice little optimization eliminated some array allocations, that you may benefit from if you have a large number of connection pools.&lt;/p&gt;\n\n&lt;h3 id=&quot;avoid-generating-full-changes-hash-on-every-save&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32497&quot;&gt;Avoid generating full changes hash on every save&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;By asking the mutation tracker for the list of changed attributes, some work can be skipped when generating the changes hash. This may be most noticeable for serialized attributes, for which calling &lt;code class=&quot;highlighter-rouge&quot;&gt;#original_value&lt;/code&gt; can be significantly more expensive.&lt;/p&gt;\n\n&lt;h3 id=&quot;fix-activesupportcache-compression&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32539&quot;&gt;Fix ActiveSupport::Cache compression&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;A regression was found whereby compressed items in the cache store were taking up more space than their original, uncompressed versions. That is now fixed thanks to the great detective work shown in this PR!&lt;/p&gt;\n\n&lt;p&gt;As always there were many more changes to the Rails codebase than we can cover here. But you can read all about them &lt;a href=&quot;https://github.com/rails/rails/compare/master@%7B2018-04-01%7D...@%7B2018-04-13%7D&quot;&gt;here&lt;/a&gt;! Until next week!&lt;/p&gt;</content><author><name>imtayadeway</name></author><summary type=\"html\">And now a Rails 🌩 News Flash 🌩! (Hint: we’ve got some big news this week, if you hadn’t heard). We take you now, live, to our reporter on the scene, Tim, for all the latest and greatest this week.</summary><media:thumbnail xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://avatars.githubusercontent.com/u/4223\" /></entry><entry><title type=\"html\">Rails 5.2.0 FINAL: Active Storage, Redis Cache Store, HTTP/2 Early Hints, CSP, Credentials</title><link href=\"https://weblog.rubyonrails.org/2018/4/9/Rails-5-2-0-final/\" rel=\"alternate\" type=\"text/html\" title=\"Rails 5.2.0 FINAL: Active Storage, Redis Cache Store, HTTP/2 Early Hints, CSP, Credentials\" /><published>2018-04-09T21:00:00+00:00</published><updated>2018-04-09T21:00:00+00:00</updated><id>https://weblog.rubyonrails.org/2018/4/9/Rails-5-2-0-final</id><content type=\"html\" xml:base=\"https://weblog.rubyonrails.org/2018/4/9/Rails-5-2-0-final/\">&lt;p&gt;Nearly 14 years since &lt;a href=&quot;http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/107370&quot;&gt;the first public version of Rails&lt;/a&gt;, it’s our pleasure to release yet another major upgrade to the framework in the form of 5.2.0 final. We’ve been diligently polishing Active Storage and the other big new components for stable release, and it’s great to see so many applications already running the release candidates in production. &lt;a href=&quot;https://basecamp.com&quot;&gt;Basecamp&lt;/a&gt; and &lt;a href=&quot;https://shopify.com&quot;&gt;Shopify&lt;/a&gt; have both been running Rails 5.2.0 for quite a while.&lt;/p&gt;\n\n&lt;p&gt;This release comes just in time for &lt;a href=&quot;https://railsconf.com/&quot;&gt;RailsConf&lt;/a&gt;, which features sessions on the new &lt;a href=&quot;https://railsconf.com/program/sessions#session-627&quot;&gt;encrypted credentials&lt;/a&gt;, &lt;a href=&quot;https://railsconf.com/program/sessions#session-562&quot;&gt;a code review of Active Storage&lt;/a&gt;, &lt;a href=&quot;https://railsconf.com/program/sessions#session-588&quot;&gt;advice on how to upgrade to a new Rails version&lt;/a&gt;, and a &lt;a href=&quot;https://railsconf.com/program/sessions#session-552&quot;&gt;lot&lt;/a&gt; &lt;a href=&quot;https://railsconf.com/program/sessions#session-568&quot;&gt;of&lt;/a&gt; &lt;a href=&quot;https://railsconf.com/program/sessions#session-549&quot;&gt;Webpack&lt;/a&gt; talks.&lt;/p&gt;\n\n&lt;p&gt;You can read in even more detail about everything that’s &lt;a href=&quot;http://edgeguides.rubyonrails.org/5_2_release_notes.html&quot;&gt;new in Rails 5.2 in the newly finished release notes&lt;/a&gt;.&lt;/p&gt;\n\n&lt;p&gt;Note that &lt;a href=&quot;https://github.com/rails/rails&quot;&gt;rails/master&lt;/a&gt; development is now targeting Rails 6.0.&lt;/p&gt;\n\n&lt;p&gt;Many thanks to Rails core, Rails contributors, and everyone else who’ve helped with code, documentation, bug reports, and whatever else to get Rails 5.2.0 out the door. It’s amazing to have &lt;a href=&quot;http://contributors.rubyonrails.org/releases/5-2-0/contributors&quot;&gt;over 400 code contributors&lt;/a&gt; with fingerprints on this release.&lt;/p&gt;\n\n&lt;h2 id=&quot;feature-highlights&quot;&gt;Feature highlights&lt;/h2&gt;\n\n&lt;p&gt;It’s been too hard to deal with file uploads in Rails for too long. Sure, there’s been a lot of fine plugins available,\nbut it was overdue that we incorporated something right into the framework. So now we have!&lt;/p&gt;\n\n&lt;p&gt;With the new &lt;a href=&quot;https://github.com/rails/rails/blob/d3893ec38ec61282c2598b01a298124356d6b35a/activestorage/README.md&quot;&gt;Active Storage&lt;/a&gt;\nframework in Rails 5.2, we’ve solved for the modern approach of uploading files straight to the cloud. Out of the box,\nthere’s support for Amazon’s S3, Google’s Cloud Storage, and Microsoft Azure Cloud File Storage.&lt;/p&gt;\n\n&lt;p&gt;If you’re dealing with images, you can create variants on the fly. If you’re dealing with videos or PDFs, you can create\npreviews on the fly. And regardless of the type, you can analyze uploads for metadata extraction asynchronously.&lt;/p&gt;\n\n&lt;p&gt;Active Storage was extracted from Basecamp 3 by George Claghorn and yours truly. So not only is the framework already\nused in production, it was born from production. There’s that Extraction Design guarantee stamp alright!&lt;/p&gt;\n\n&lt;p&gt;Speaking of extractions, Jeremy Daer has untangled the long jungle twine of hacks we were using at Basecamp to employ\nRedis for general partial, fragment, and other Rails caching jobs. There’s a sparkling new &lt;a href=&quot;https://github.com/rails/rails/pull/31134&quot;&gt;Redis Cache Store&lt;/a&gt;\nthat incorporates all those years of veteran hacks into a cohesive unit that anyone can use.&lt;/p&gt;\n\n&lt;p&gt;This new Redis Cache Store supports Redis::Distributed, for Memcached-like sharding across Redises. It’s fault tolerant,\nso will treat failures like misses, rather than kill the request with an exception. It even supports distributed MGETs\nfor that full partial collection caching goodness.&lt;/p&gt;\n\n&lt;p&gt;This comes together with a massive leap forward for cache efficiency with &lt;a href=&quot;https://github.com/rails/rails/pull/29092&quot;&gt;key recycling&lt;/a&gt;\nand &lt;a href=&quot;https://github.com/rails/rails/pull/31147&quot;&gt;compression&lt;/a&gt; both available by default. For Basecamp, it meant improving\nthe cache lifetime by two orders of magnitude! We went from having caches trashed in as little as a day to having\ncaches last for months. If you’re using partial caching and the nesting doll strategy, your cache lifetime will improve\ndramatically between these two changes.&lt;/p&gt;\n\n&lt;p&gt;We’ve also embraced the cherry of HTTP/2 with &lt;a href=&quot;https://github.com/rails/rails/pull/30744&quot;&gt;early hints&lt;/a&gt; through the work\nof Aaron Patterson and Eileen Uchitelle. This means we can automatically instruct the web server to send required style\nsheet and JavaScript assets early. Which means faster full page delivery, as who wouldn’t want that?&lt;/p&gt;\n\n&lt;p&gt;On the topic of performance, Rails now ships with &lt;a href=&quot;https://github.com/Shopify/bootsnap&quot;&gt;Bootsnap&lt;/a&gt; in the default &lt;code class=&quot;highlighter-rouge&quot;&gt;Gemfile&lt;/code&gt;, created by our friends at Shopify. It generally reduces application boot times by over 50%.&lt;/p&gt;\n\n&lt;p&gt;Rails has always been in the forefront of making your web applications more secure, leading the way with built-in CSRF\nand XSS protection and we’ve enhanced that further in Rails 5.2 with &lt;a href=&quot;https://github.com/rails/rails/pull/31162&quot;&gt;the addition of a new DSL&lt;/a&gt;\nthat allows you to configure a &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy&quot;&gt;Content Security Policy&lt;/a&gt;\nfor your application. You can configure a global default policy and then override it on a per-resource basis and even\nuse lambdas to inject per-request values into the header such as account subdomains in a multi-tenant application.&lt;/p&gt;\n\n&lt;p&gt;But it’s not all just new starry-eyed wonders. In Rails 5.1, we added &lt;a href=&quot;https://github.com/rails/rails/pull/28038&quot;&gt;encrypted secrets&lt;/a&gt;.\nThese secrets were like the old secrets but, uhm, more secret, because, you know, ENCRYPTION! Confusing? Yes. Why would\nyou want secrets that weren’t really secret? Well, you don’t.&lt;/p&gt;\n\n&lt;p&gt;In Rails 5.2, we’ve rectified the mess by deprecating the two different kinds of secrets and introduced a new shared\nconcept called &lt;a href=&quot;https://github.com/rails/rails/pull/30067&quot;&gt;Credentials&lt;/a&gt;. Credentials, like AWS access keys and other forms of logins and passwords, were the dominant\nuse case for secrets, so why not just call a spade a spade. So spade it is!&lt;/p&gt;\n\n&lt;p&gt;Credentials are always encrypted. This means they’re safe to check into revision control, as long as you keep the key\nout of it. That means atomic deploys, no need to mess with a flurry of environment variables, and other benefits of having all\ncredentials that the app needs in one place, safe and secure.&lt;/p&gt;\n\n&lt;p&gt;In addition, we’ve opened up the API underlying Credentials, so you can easily deal with other encrypted configurations,\nkeys, and files.&lt;/p&gt;\n\n&lt;p&gt;Since Rails 5.1, we’ve also made great strides with &lt;a href=&quot;https://github.com/rails/webpacker&quot;&gt;Webpacker&lt;/a&gt;. So Rails 5.2 is\nmeant to pair beautifully with the new Webpacker 3.0 release. Rails has fully embraced modern JavaScript with a\npre-configured build pipeline run by Webpack. We keep strengthening that relationship.&lt;/p&gt;</content><author><name>dhh</name></author><summary type=\"html\">Nearly 14 years since the first public version of Rails, it’s our pleasure to release yet another major upgrade to the framework in the form of 5.2.0 final. We’ve been diligently polishing Active Storage and the other big new components for stable release, and it’s great to see so many applications already running the release candidates in production. Basecamp and Shopify have both been running Rails 5.2.0 for quite a while.</summary><media:thumbnail xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://avatars.githubusercontent.com/u/4223\" /></entry><entry><title type=\"html\">New Rails bug fix releases, closer to multi dbs and more!</title><link href=\"https://weblog.rubyonrails.org/2018/3/31/this-week-in-rails-new-rails-bug-fix-releases-closer-to-multi-dbs-and-more/\" rel=\"alternate\" type=\"text/html\" title=\"New Rails bug fix releases, closer to multi dbs and more!\" /><published>2018-03-31T00:00:00+00:00</published><updated>2018-03-31T00:00:00+00:00</updated><id>https://weblog.rubyonrails.org/2018/3/31/this-week-in-rails-new-rails-bug-fix-releases-closer-to-multi-dbs-and-more</id><content type=\"html\" xml:base=\"https://weblog.rubyonrails.org/2018/3/31/this-week-in-rails-new-rails-bug-fix-releases-closer-to-multi-dbs-and-more/\">&lt;p&gt;Hey there, esteemed readers of Rails’ public repo tea leaves. It’s &lt;a href=&quot;https://twitter.com/kaspth&quot;&gt;Kasper&lt;/a&gt; bringing you the latest hot cup to steel transcendence from.&lt;/p&gt;\n\n&lt;h3 id=&quot;this-weeks-contributors&quot;&gt;&lt;a href=&quot;http://contributors.rubyonrails.org/contributors/in-time-window/20180324-20180331&quot;&gt;This Week’s Contributors&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Here goes a hey-o to the 16 contributors this week! You can make the list no doubt, try finding an &lt;a href=&quot;https://github.com/rails/rails/issues&quot;&gt;open issue&lt;/a&gt;.&lt;/p&gt;\n\n&lt;h3 id=&quot;rails-507-and-516-are-out&quot;&gt;&lt;a href=&quot;http://weblog.rubyonrails.org/2018/3/29/Rails-5-0-7-and-5-1-6-have-been-released/&quot;&gt;Rails 5.0.7 and 5.1.6 are out&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;New bug fix releases are out, so you can upgrade your apps today.&lt;/p&gt;\n\n&lt;h3 id=&quot;easy-multi-databases-basic-rake-tasks&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32274&quot;&gt;Easy Multi databases: basic rake tasks&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;For applications with multiple databases you always had to create your own rake tasks. No more! One of the stepping stones for Rails 6.0 to have multi db support out of the box is in.&lt;/p&gt;\n\n&lt;h3 id=&quot;compare-dates-with-before-and-after&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32185&quot;&gt;Compare dates with before? and after?&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;To compare two dates and/or times we’d use the standard &amp;lt; and &amp;gt; operators. Now date arithmetic is a little easier with &lt;em&gt;today.before?(tomorrow)&lt;/em&gt; and &lt;em&gt;today.after?(yesterday)&lt;/em&gt;. Thus joining &lt;em&gt;today.between?(yesterday, tomorrow)&lt;/em&gt;. Your app now has no excuse not to show up on time!&lt;/p&gt;\n\n&lt;h3 id=&quot;allow-prefixing-store-attributes&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32306&quot;&gt;Allow prefixing store attributes&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;In the vein of &lt;em&gt;delegate :name, to: :person, prefix: true&lt;/em&gt; adding &lt;em&gt;person_name&lt;/em&gt;, your store attributes now houses the same trick to squash duplicate accessors. Also sports specific prefixes to really clear the path of method name clashing.&lt;/p&gt;\n\n&lt;h3 id=&quot;favor-app-wide-configforce_ssl-for-https&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/pull/32277&quot;&gt;Favor app-wide config.force_ssl for HTTPS&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Rails has long had a way to incrementally force users onto HTTPS, a controller level force_ssl! Times have changed and Rails 6.0 deprecates that option in favor of the app-wide config.force_ssl so every endpoint will use HTTPS.&lt;/p&gt;\n\n&lt;p&gt;There were many more changes to Rails’ codebase, which you can check out &lt;a href=&quot;https://github.com/rails/rails/compare/master@%7B2018-03-24%7D...@%7B2018-03-31%7D&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;\nUntil next week!&lt;/p&gt;</content><author><name>kaspth</name></author><summary type=\"html\">Hey there, esteemed readers of Rails’ public repo tea leaves. It’s Kasper bringing you the latest hot cup to steel transcendence from.</summary><media:thumbnail xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://avatars.githubusercontent.com/u/4223\" /></entry><entry><title type=\"html\">Rails 5.0.7 and 5.1.6 have been released</title><link href=\"https://weblog.rubyonrails.org/2018/3/29/Rails-5-0-7-and-5-1-6-have-been-released/\" rel=\"alternate\" type=\"text/html\" title=\"Rails 5.0.7 and 5.1.6 have been released\" /><published>2018-03-29T18:40:00+00:00</published><updated>2018-03-29T18:40:00+00:00</updated><id>https://weblog.rubyonrails.org/2018/3/29/Rails-5-0-7-and-5-1-6-have-been-released</id><content type=\"html\" xml:base=\"https://weblog.rubyonrails.org/2018/3/29/Rails-5-0-7-and-5-1-6-have-been-released/\">&lt;p&gt;Hi everyone,&lt;/p&gt;\n\n&lt;p&gt;I am happy to announce that Rails 5.0.7 and 5.1.6 have been released.&lt;/p&gt;\n\n&lt;h2 id=&quot;changes-since-506&quot;&gt;CHANGES since 5.0.6&lt;/h2&gt;\n\n&lt;p&gt;To view the changes for each gem, please read the changelogs on GitHub:&lt;/p&gt;\n\n&lt;ul&gt;\n  &lt;li&gt;&lt;a href=&quot;https://github.com/rails/rails/blob/v5.0.7/actioncable/CHANGELOG.md&quot;&gt;Action Cable CHANGELOG&lt;/a&gt;&lt;/li&gt;\n  &lt;li&gt;&lt;a href=&quot;https://github.com/rails/rails/blob/v5.0.7/actionmailer/CHANGELOG.md&quot;&gt;Action Mailer CHANGELOG&lt;/a&gt;&lt;/li&gt;\n  &lt;li&gt;&lt;a href=&quot;https://github.com/rails/rails/blob/v5.0.7/actionpack/CHANGELOG.md&quot;&gt;Action Pack CHANGELOG&lt;/a&gt;&lt;/li&gt;\n  &lt;li&gt;&lt;a href=&quot;https://github.com/rails/rails/blob/v5.0.7/actionview/CHANGELOG.md&quot;&gt;Action View CHANGELOG&lt;/a&gt;&lt;/li&gt;\n  &lt;li&gt;&lt;a href=&quot;https://github.com/rails/rails/blob/v5.0.7/activejob/CHANGELOG.md&quot;&gt;Active Job CHANGELOG&lt;/a&gt;&lt;/li&gt;\n  &lt;li&gt;&lt;a href=&quot;https://github.com/rails/rails/blob/v5.0.7/activemodel/CHANGELOG.md&quot;&gt;Active Model CHANGELOG&lt;/a&gt;&lt;/li&gt;\n  &lt;li&gt;&lt;a href=&quot;https://github.com/rails/rails/blob/v5.0.7/activerecord/CHANGELOG.md&quot;&gt;Active Record CHANGELOG&lt;/a&gt;&lt;/li&gt;\n  &lt;li&gt;&lt;a href=&quot;https://github.com/rails/rails/blob/v5.0.7/activesupport/CHANGELOG.md&quot;&gt;Active Support CHANGELOG&lt;/a&gt;&lt;/li&gt;\n  &lt;li&gt;&lt;a href=&quot;https://github.com/rails/rails/blob/v5.0.7/railties/CHANGELOG.md&quot;&gt;Railties CHANGELOG&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;&lt;em&gt;Full listing&lt;/em&gt;&lt;/p&gt;\n\n&lt;p&gt;To see the full list of changes, &lt;a href=&quot;https://github.com/rails/rails/compare/v5.0.6...v5.0.7&quot;&gt;check out all the commits on\nGitHub&lt;/a&gt;.&lt;/p&gt;\n\n&lt;h2 id=&quot;changes-since-515&quot;&gt;CHANGES since 5.1.5&lt;/h2&gt;\n\n&lt;p&gt;To view the changes for each gem, please read the changelogs on GitHub:&lt;/p&gt;\n\n&lt;ul&gt;\n  &lt;li&gt;&lt;a href=&quot;https://github.com/rails/rails/blob/v5.1.6/actioncable/CHANGELOG.md&quot;&gt;Action Cable CHANGELOG&lt;/a&gt;&lt;/li&gt;\n  &lt;li&gt;&lt;a href=&quot;https://github.com/rails/rails/blob/v5.1.6/actionmailer/CHANGELOG.md&quot;&gt;Action Mailer CHANGELOG&lt;/a&gt;&lt;/li&gt;\n  &lt;li&gt;&lt;a href=&quot;https://github.com/rails/rails/blob/v5.1.6/actionpack/CHANGELOG.md&quot;&gt;Action Pack CHANGELOG&lt;/a&gt;&lt;/li&gt;\n  &lt;li&gt;&lt;a href=&quot;https://github.com/rails/rails/blob/v5.1.6/actionview/CHANGELOG.md&quot;&gt;Action View CHANGELOG&lt;/a&gt;&lt;/li&gt;\n  &lt;li&gt;&lt;a href=&quot;https://github.com/rails/rails/blob/v5.1.6/activejob/CHANGELOG.md&quot;&gt;Active Job CHANGELOG&lt;/a&gt;&lt;/li&gt;\n  &lt;li&gt;&lt;a href=&quot;https://github.com/rails/rails/blob/v5.1.6/activemodel/CHANGELOG.md&quot;&gt;Active Model CHANGELOG&lt;/a&gt;&lt;/li&gt;\n  &lt;li&gt;&lt;a href=&quot;https://github.com/rails/rails/blob/v5.1.6/activerecord/CHANGELOG.md&quot;&gt;Active Record CHANGELOG&lt;/a&gt;&lt;/li&gt;\n  &lt;li&gt;&lt;a href=&quot;https://github.com/rails/rails/blob/v5.1.6/activesupport/CHANGELOG.md&quot;&gt;Active Support CHANGELOG&lt;/a&gt;&lt;/li&gt;\n  &lt;li&gt;&lt;a href=&quot;https://github.com/rails/rails/blob/v5.1.6/railties/CHANGELOG.md&quot;&gt;Railties CHANGELOG&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n\n&lt;p&gt;&lt;em&gt;Full listing&lt;/em&gt;&lt;/p&gt;\n\n&lt;p&gt;To see the full list of changes, &lt;a href=&quot;https://github.com/rails/rails/compare/v5.1.5...v5.1.6&quot;&gt;check out all the commits on\nGitHub&lt;/a&gt;.&lt;/p&gt;\n\n&lt;h2 id=&quot;sha-256&quot;&gt;SHA-256&lt;/h2&gt;\n\n&lt;p&gt;If you’d like to verify that your gem is the same as the one I’ve uploaded,\nplease use these SHA-256 hashes.&lt;/p&gt;\n\n&lt;p&gt;Here are the checksums for 5.0.7:&lt;/p&gt;\n\n&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;$ shasum -a 256 *-5.0.7.gem\nc023d1df2fd6f5e1ac042ad6a0338e8a2c4d1404484f8fe77121b81f10b75f2c  actioncable-5.0.7.gem\n5f9b12f26ae8906d20b9f4784644853121a3b03f74a396943677fc30f91c2e35  actionmailer-5.0.7.gem\n08e0d4582d1b37cc059aca1d19cd271e7bb575265093c4a99cb79d80dcb0d196  actionpack-5.0.7.gem\neb20007cc9ee40ee7a2f96147e9776394f72d59979b23da15f444a9906c17b8b  actionview-5.0.7.gem\ne8a15b73302c02352da9463b134daf037841fec7d5d5c2ec97487456f96bb8d5  activejob-5.0.7.gem\nfe35b1bbfb140c7416723e3a7d7ef2a78e8921739863d8a917a93131e2b7cc87  activemodel-5.0.7.gem\nc6349cd59e29118aaed5d4d2414e87b427affd28925b7fe1559cb45a21152366  activerecord-5.0.7.gem\na595a42311ea13ce994b1feea3325cbbb1ac5c0bf40cd96c89797882121da7fb  activesupport-5.0.7.gem\n76815a2a7e99c83b53ea52325c5bbc5ca15e25ecdfb741ea329ca153cf11ff84  rails-5.0.7.gem\ne08b95ec3dbb708f9d449a01c083c66d47ddba2f373e4a2fd1bde2c7a92fdb48  railties-5.0.7.gem\n&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;\n\n&lt;p&gt;Here are the checksums for 5.1.6:&lt;/p&gt;\n\n&lt;div class=&quot;highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;$ shasum -a 256 *-5.1.6.gem\n2e678b45852f242e5897a0d4e43dca1088fb3d5c350592b22768b502a085261f  actioncable-5.1.6.gem\necbc307e66102b1406fba38f6d7c869fd763cafa98b02fd4f6049fd41d663de9  actionmailer-5.1.6.gem\n8dcd333263bdea533de7ac8e087f530f20bde6167c3c02060b82630b90aee26f  actionpack-5.1.6.gem\n0181e71b9d307425605c50aa70358148aa0dff270bf2e07dbb87acb3d3a7ddcd  actionview-5.1.6.gem\na291963337402f3dcd5aee1dff3fd980256742bb0cfa06c47315257d11d69a0a  activejob-5.1.6.gem\n7e3d2904a524a18c4f710a170243eac706279a36142289431d3c504df665c881  activemodel-5.1.6.gem\n1da0546d452cc9b25b900bc2616b57d1e41e24039c33466b46d7add27fdf13c7  activerecord-5.1.6.gem\n94d2f2a9fe1a7421165e0014eaa4c8eb2d229f72dc9815cf7c2f0c595f05b521  activesupport-5.1.6.gem\nb8301a87151de3feb7cbdf57a66842bb668493f4cec464fd0f67d4c7173b6051  rails-5.1.6.gem\n482a97c40ff61f4e8aed5f449a5f54fcb3890ddd53c3a7dc0efd02a9da139e79  railties-5.1.6.gem\n&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;\n\n&lt;p&gt;As always, huge thanks to the many contributors who helped with this release.&lt;/p&gt;</content><author><name>pixeltrix</name></author><summary type=\"html\">Hi everyone,</summary><media:thumbnail xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://avatars.githubusercontent.com/u/4223\" /></entry><entry><title type=\"html\">Rails 5.2.0.RC2, AWS authentication options and more</title><link href=\"https://weblog.rubyonrails.org/2018/3/24/this-week-in-rails-rails-5-2-0-rc2-aws-authentication-options-and-more/\" rel=\"alternate\" type=\"text/html\" title=\"Rails 5.2.0.RC2, AWS authentication options and more\" /><published>2018-03-24T00:00:00+00:00</published><updated>2018-03-24T00:00:00+00:00</updated><id>https://weblog.rubyonrails.org/2018/3/24/this-week-in-rails-rails-5-2-0-rc2-aws-authentication-options-and-more</id><content type=\"html\" xml:base=\"https://weblog.rubyonrails.org/2018/3/24/this-week-in-rails-rails-5-2-0-rc2-aws-authentication-options-and-more/\">&lt;p&gt;Hello fellow Rubyists, this is &lt;a href=&quot;https://twitter.com/morgoth85&quot;&gt;Wojtek&lt;/a&gt; bringing you the polished set of latest Rails news.&lt;br /&gt;\nWe do like to “polish” things here in Poland ;-)&lt;/p&gt;\n\n&lt;h3 id=&quot;rails-520rc2-released&quot;&gt;&lt;a href=&quot;http://weblog.rubyonrails.org/2018/3/20/Rails-5-2-RC2/&quot;&gt;Rails 5.2.0.RC2 released&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Aiming for 5.2.0 final version to be released before the RailsConf in April. Help us test it, to have a solid and stable release.&lt;/p&gt;\n\n&lt;h3 id=&quot;this-weeks-contributors&quot;&gt;&lt;a href=&quot;http://contributors.rubyonrails.org/contributors/in-time-window/20180318-20180324&quot;&gt;This Week’s Contributors&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Big thanks to 16 people who contributed to Rails this week! If you’d like to join them, check out the list of &lt;a href=&quot;https://github.com/rails/rails/issues&quot;&gt;open issues&lt;/a&gt;.&lt;/p&gt;\n\n&lt;h3 id=&quot;allow-full-use-of-the-aws-s3-sdk-authentication-options&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/commit/c1600009b2bbb3b67db20ddb14fef34d4cfa82bc&quot;&gt;Allow full use of the AWS S3 SDK authentication options&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;It’s now possible to use environment variables and IAM roles to authenticate to AWS in Active Storage.&lt;/p&gt;\n\n&lt;h3 id=&quot;support-mysql2-gem-version-05&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/commit/9f5477af93d18e9644903f89bce4ffde13cc376e&quot;&gt;Support mysql2 gem version 0.5&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;New version of mysql2 gem brings some bugfixes and features but also some backward incompatibilites. Check them out in &lt;a href=&quot;https://github.com/brianmario/mysql2/releases/tag/0.5.0&quot;&gt;changelog&lt;/a&gt;.&lt;/p&gt;\n\n&lt;h3 id=&quot;memoize-the-result-of-calculating-path-to-translation&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/commit/05eaa07627376626902bd7acde35406edf1bb2f2&quot;&gt;Memoize the result of calculating path to translation&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Speeds up usage of &lt;strong&gt;I18n.translate&lt;/strong&gt;. Benchmark included in the comments.&lt;/p&gt;\n\n&lt;h3 id=&quot;use-ascii-8bit-paths-in-actiondispatchstatic&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/commit/2ef145883348e92c9e6393ece9b6967e3a5a80c7&quot;&gt;Use ASCII-8BIT paths in ActionDispatch::Static&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Fixes encoding incompatibilites between Rack and Rails middlewares.&lt;/p&gt;\n\n&lt;h3 id=&quot;remove-support-for-qu-gem-from-active-job&quot;&gt;&lt;a href=&quot;https://github.com/rails/rails/commit/6ef720791d6532a107f4777edfe1d708b6b9c068&quot;&gt;Remove support for Qu gem from Active Job&lt;/a&gt;&lt;/h3&gt;\n\n&lt;p&gt;Qu gem wasn’t compatible since Rails 5.1. Development was stopped in 2014 and maintainers have confirmed its demise.&lt;/p&gt;\n\n&lt;p&gt;There were many more changes to Rails’ codebase, which you can check out &lt;a href=&quot;https://github.com/rails/rails/compare/master@%7B2018-03-18%7D...@%7B2018-03-24%7D&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;\nUntil next week!&lt;/p&gt;</content><author><name>morgoth85</name></author><summary type=\"html\">Hello fellow Rubyists, this is Wojtek bringing you the polished set of latest Rails news. We do like to “polish” things here in Poland ;-)</summary><media:thumbnail xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://avatars.githubusercontent.com/u/4223\" /></entry><entry><title type=\"html\">Rails 5.2.0 RC2: Active Storage, Redis Cache Store, HTTP/2 Early Hints, CSP, Credentials</title><link href=\"https://weblog.rubyonrails.org/2018/3/20/Rails-5-2-RC2/\" rel=\"alternate\" type=\"text/html\" title=\"Rails 5.2.0 RC2: Active Storage, Redis Cache Store, HTTP/2 Early Hints, CSP, Credentials\" /><published>2018-03-20T21:00:00+00:00</published><updated>2018-03-20T21:00:00+00:00</updated><id>https://weblog.rubyonrails.org/2018/3/20/Rails-5-2-RC2</id><content type=\"html\" xml:base=\"https://weblog.rubyonrails.org/2018/3/20/Rails-5-2-RC2/\">&lt;p&gt;It’s almost time for &lt;a href=&quot;https://railsconf.com&quot;&gt;RailsConf&lt;/a&gt;, and we’re determined to get the final version of Rails 5.2 released before then.\nSo here’s the hopefully last release candidate before that can happen. We’ve put a ton of into ironing out all the issues with Active Storage\nin particular, now that more and more applications are starting to use it in production.&lt;/p&gt;\n\n&lt;p&gt;You can peruse the &lt;a href=&quot;https://github.com/rails/rails/compare/v5.2.0.rc1...v5.2.0.rc2&quot;&gt;nearly 200 commits&lt;/a&gt; since the first release candidate from the beginning of the year to see everything that has been fixed.&lt;/p&gt;\n\n&lt;p&gt;If you’re about to start a new application, I feel confident enough in this release to recommend that you should base it off this RC2.\nIf you like to keep up with the latest release, now is also a great time to update your existing application.&lt;/p&gt;\n\n&lt;p&gt;You can read in even more detail about everything that’s &lt;a href=&quot;http://edgeguides.rubyonrails.org/5_2_release_notes.html&quot;&gt;new in Rails 5.2 in the newly finished release notes&lt;/a&gt;.&lt;/p&gt;\n\n&lt;p&gt;Enjoy Rails 5.2 and hope to see a good portion of everybody at RailsConf in a month or so!&lt;/p&gt;\n\n&lt;h2 id=&quot;recap-of-the-highlights-of-rails-52-from-the-beta-announcement&quot;&gt;Recap of the highlights of Rails 5.2 from the beta announcement&lt;/h2&gt;\n\n&lt;p&gt;It’s been too hard to deal with file uploads in Rails for too long. Sure, there’s been a lot of fine plugins available,\nbut it was overdue that we incorporated something right into the framework. So now we have!&lt;/p&gt;\n\n&lt;p&gt;With the new &lt;a href=&quot;https://github.com/rails/rails/blob/d3893ec38ec61282c2598b01a298124356d6b35a/activestorage/README.md&quot;&gt;Active Storage&lt;/a&gt;\nframework in Rails 5.2, we’ve solved for the modern approach of uploading files straight to the cloud. Out of the box,\nthere’s support for Amazon’s S3, Google’s Cloud Storage, and Microsoft Azure Cloud File Storage.&lt;/p&gt;\n\n&lt;p&gt;If you’re dealing with images, you can create variants on the fly. If you’re dealing with videos or PDFs, you can create\npreviews on the fly. And regardless of the type, you can analyze uploads for metadata extraction asynchronously.&lt;/p&gt;\n\n&lt;p&gt;Active Storage was extracted from Basecamp 3 by George Claghorn and yours truly. So not only is the framework already\nused in production, it was born from production. There’s that Extraction Design guarantee stamp alright!&lt;/p&gt;\n\n&lt;p&gt;Speaking of extractions, Jeremy Daer has untangled the long jungle twine of hacks we were using at Basecamp to employ\nRedis for general partial, fragment, and other Rails caching jobs. There’s a sparkling new &lt;a href=&quot;https://github.com/rails/rails/pull/31134&quot;&gt;Redis Cache Store&lt;/a&gt;\nthat incorporates all those years of veteran hacks into a cohesive unit that anyone can use.&lt;/p&gt;\n\n&lt;p&gt;This new Redis Cache Store supports Redis::Distributed, for Memcached-like sharding across Redises. It’s fault tolerant,\nso will treat failures like misses, rather than kill the request with an exception. It even supports distributed MGETs\nfor that full partial collection caching goodness.&lt;/p&gt;\n\n&lt;p&gt;This comes together with a massive leap forward for cache efficiency with &lt;a href=&quot;https://github.com/rails/rails/pull/29092&quot;&gt;key recycling&lt;/a&gt;\nand &lt;a href=&quot;https://github.com/rails/rails/pull/31147&quot;&gt;compression&lt;/a&gt; both available by default. For Basecamp, it meant improving\nthe cache lifetime by two orders of magnitude! We went from having caches trashed in as little as a day to having\ncaches last for months. If you’re using partial caching and the nesting doll strategy, your cache lifetime will improve\ndramatically between these two changes.&lt;/p&gt;\n\n&lt;p&gt;We’ve also embraced the cherry of HTTP/2 with &lt;a href=&quot;https://github.com/rails/rails/pull/30744&quot;&gt;early hints&lt;/a&gt; through the work\nof Aaron Patterson and Eileen Uchitelle. This means we can automatically instruct the web server to send required style\nsheet and JavaScript assets early. Which means faster full page delivery, as who wouldn’t want that?&lt;/p&gt;\n\n&lt;p&gt;On the topic of performance, Rails now ships with &lt;a href=&quot;https://github.com/Shopify/bootsnap&quot;&gt;Bootsnap&lt;/a&gt; in the default &lt;code class=&quot;highlighter-rouge&quot;&gt;Gemfile&lt;/code&gt;, created by our friends at Shopify. It generally reduces application boot times by over 50%.&lt;/p&gt;\n\n&lt;p&gt;Rails has always been in the forefront of making your web applications more secure, leading the way with built-in CSRF\nand XSS protection and we’ve enhanced that further in Rails 5.2 with &lt;a href=&quot;https://github.com/rails/rails/pull/31162&quot;&gt;the addition of a new DSL&lt;/a&gt;\nthat allows you to configure a &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy&quot;&gt;Content Security Policy&lt;/a&gt;\nfor your application. You can configure a global default policy and then override it on a per-resource basis and even\nuse lambdas to inject per-request values into the header such as account subdomains in a multi-tenant application.&lt;/p&gt;\n\n&lt;p&gt;But it’s not all just new starry-eyed wonders. In Rails 5.1, we added &lt;a href=&quot;https://github.com/rails/rails/pull/28038&quot;&gt;encrypted secrets&lt;/a&gt;.\nThese secrets were like the old secrets but, uhm, more secret, because, you know, ENCRYPTION! Confusing? Yes. Why would\nyou want secrets that weren’t really secret? Well, you don’t.&lt;/p&gt;\n\n&lt;p&gt;In Rails 5.2, we’ve rectified the mess by deprecating the two different kinds of secrets and introduced a new shared\nconcept called &lt;a href=&quot;https://github.com/rails/rails/pull/30067&quot;&gt;Credentials&lt;/a&gt;. Credentials, like AWS access keys and other forms of logins and passwords, were the dominant\nuse case for secrets, so why not just call a spade a spade. So spade it is!&lt;/p&gt;\n\n&lt;p&gt;Credentials are always encrypted. This means they’re safe to check into revision control, as long as you keep the key\nout of it. That means atomic deploys, no need to mess with a flurry of environment variables, and other benefits of having all\ncredentials that the app needs in one place, safe and secure.&lt;/p&gt;\n\n&lt;p&gt;In addition, we’ve opened up the API underlying Credentials, so you can easily deal with other encrypted configurations,\nkeys, and files.&lt;/p&gt;\n\n&lt;p&gt;Since Rails 5.1, we’ve also made great strides with &lt;a href=&quot;https://github.com/rails/webpacker&quot;&gt;Webpacker&lt;/a&gt;. So Rails 5.2 is\nmeant to pair beautifully with the new Webpacker 3.0 release. Rails has fully embraced modern JavaScript with a\npre-configured build pipeline run by Webpack. We keep strengthening that relationship.&lt;/p&gt;</content><author><name>dhh</name></author><summary type=\"html\">It’s almost time for RailsConf, and we’re determined to get the final version of Rails 5.2 released before then. So here’s the hopefully last release candidate before that can happen. We’ve put a ton of into ironing out all the issues with Active Storage in particular, now that more and more applications are starting to use it in production.</summary><media:thumbnail xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://avatars.githubusercontent.com/u/4223\" /></entry></feed>"
  },
  {
    "path": "api/test/data/feed/seattle.craigslist.org",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<rdf:RDF\n xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"\n xmlns=\"http://purl.org/rss/1.0/\"\n xmlns:enc=\"http://purl.oclc.org/net/rss_2.0/enc#\"\n xmlns:ev=\"http://purl.org/rss/1.0/modules/event/\"\n xmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n xmlns:dcterms=\"http://purl.org/dc/terms/\"\n xmlns:syn=\"http://purl.org/rss/1.0/modules/syndication/\"\n xmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n xmlns:taxo=\"http://purl.org/rss/1.0/modules/taxonomy/\"\n xmlns:admin=\"http://webns.net/mvcb/\"\n>\n\n<channel rdf:about=\"https://seattle.craigslist.org/search/act?format=rss\">\n<title>craigslist seattle | activity partners search </title>\n<link>https://seattle.craigslist.org/search/act</link>\n<description></description>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:publisher>robot@craigslist.org</dc:publisher>\n<dc:creator>robot@craigslist.org</dc:creator>\n<dc:source>https://seattle.craigslist.org/search/act?format=rss</dc:source>\n<dc:title>craigslist seattle | activity partners search </dc:title>\n<dc:type>Collection</dc:type>\n<syn:updateBase>2018-07-02T09:44:19-07:00</syn:updateBase>\n<syn:updateFrequency>6</syn:updateFrequency>\n<syn:updatePeriod>hourly</syn:updatePeriod>\n<items>\n <rdf:Seq>\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/see/act/d/lets-meet-and-go-on-random/6632393171.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/sno/act/d/male-workout-buddy-july-4th/6630739006.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/see/act/d/running/6632215524.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/sno/act/d/24-hr-fitness-workout-partner/6620418628.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/oly/act/d/work-out-animal/6632331043.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/est/act/d/cars-and-coffee-burgers/6632151788.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/sno/act/d/female-golfing-partner-wanted/6628002707.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/tac/act/d/activity-partners-this-summer/6632253974.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/see/act/d/looking-for-buddy-around-my/6632242163.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/sno/act/d/seeking-femalefor-activities/6631827941.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/see/act/d/sailing-aboard-v-solution/6614152909.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/tac/act/d/alpha-west-walk-about/6631768469.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/sno/act/d/wine-vineyard-wine-making/6614322262.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/see/act/d/hiking-partner-to-enjoy-nature/6631782735.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/skc/act/d/mature-activity-partner-for/6631727661.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/tac/act/d/kayaking-in-and-around-tacoma/6631750260.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/tac/act/d/mens-golf-group/6631736202.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/oly/act/d/female-walking-partner/6626343462.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/see/act/d/old-and-chubby-on-bike/6631712347.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/see/act/d/activity-partner-to-travel/6631467649.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/see/act/d/looking-for-texas-holdem/6631422180.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/see/act/d/meditation-practice-for-men/6631387220.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/skc/act/d/attack-on-titan-season-3/6631327800.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/est/act/d/july-4-th-lake-boren/6631166975.html\" />\n  <rdf:li rdf:resource=\"https://seattle.craigslist.org/est/act/d/looking-for-tennis-partner-or/6631167810.html\" />\n </rdf:Seq>\n</items>\n</channel>\n<item rdf:about=\"https://seattle.craigslist.org/see/act/d/lets-meet-and-go-on-random/6632393171.html\">\n<title><![CDATA[Lets meet and go on Random day trips]]></title>\n<link>https://seattle.craigslist.org/see/act/d/lets-meet-and-go-on-random/6632393171.html</link>\n<description><![CDATA[I'm looking for an attractive man , lets meet and go on Random day trips around the valley on my motorcycle , overnight trips to check out some]]></description>\n<dc:date>2018-07-01T22:46:51-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/see/act/d/lets-meet-and-go-on-random/6632393171.html</dc:source>\n<dc:title><![CDATA[Lets meet and go on Random day trips]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T22:46:51-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/sno/act/d/male-workout-buddy-july-4th/6630739006.html\">\n<title><![CDATA[Male Workout Buddy;  July 4th, 5th, 6th,7th and 8th (Mill Creek/Evt Mall, The Gym, LA fit)]]></title>\n<link>https://seattle.craigslist.org/sno/act/d/male-workout-buddy-july-4th/6630739006.html</link>\n<description><![CDATA[Male Workout Buddy Mill Creek or Evt Mall location, LA fit - (18-30) \nJuly 4th at 8AM - Then July 5th, 6th, 7th and 8th at 6AM each day. \nHave a membership or get a visitors pass? Be a morning person (I workout first thing in the morning) Plan for 90 ...]]></description>\n<dc:date>2018-07-01T22:00:23-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/sno/act/d/male-workout-buddy-july-4th/6630739006.html</dc:source>\n<dc:title><![CDATA[Male Workout Buddy;  July 4th, 5th, 6th,7th and 8th (Mill Creek/Evt Mall, The Gym, LA fit)]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T22:00:23-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/see/act/d/running/6632215524.html\">\n<title><![CDATA[Running (Seattle)]]></title>\n<link>https://seattle.craigslist.org/see/act/d/running/6632215524.html</link>\n<description><![CDATA[Looking for a regular running partner that can 9-10 minute mile. I sometimes run greenlake and other trails mid day during the week. If this sounds like fun send me an email.]]></description>\n<dc:date>2018-07-01T18:12:25-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/see/act/d/running/6632215524.html</dc:source>\n<dc:title><![CDATA[Running (Seattle)]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T18:12:25-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/sno/act/d/24-hr-fitness-workout-partner/6620418628.html\">\n<title><![CDATA[24 hr fitness workout partner (Everett)]]></title>\n<link>https://seattle.craigslist.org/sno/act/d/24-hr-fitness-workout-partner/6620418628.html</link>\n<description><![CDATA[Looking for someone who is down to workout together as I just moved here from out of state. Going to the gym along is starting to feel dull and would help to have a workout partner with to stay motivated. I attend 24 hour fitness around Everett and L ...]]></description>\n<dc:date>2018-07-01T16:51:08-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/sno/act/d/24-hr-fitness-workout-partner/6620418628.html</dc:source>\n<dc:title><![CDATA[24 hr fitness workout partner (Everett)]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T16:51:08-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/oly/act/d/work-out-animal/6632331043.html\">\n<title><![CDATA[Work out Animal. (Olympia)]]></title>\n<link>https://seattle.craigslist.org/oly/act/d/work-out-animal/6632331043.html</link>\n<description><![CDATA[I was walking my dog today about 3:00 on the chehalis trail between Herman and 14th in lacey. I had a amazing little lady nod at me and smile, and I'd love to work out walk or just talk with her. She was dressed in blue with a French braid and head p ...]]></description>\n<dc:date>2018-07-01T16:34:44-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/oly/act/d/work-out-animal/6632331043.html</dc:source>\n<dc:title><![CDATA[Work out Animal. (Olympia)]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T16:34:44-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/est/act/d/cars-and-coffee-burgers/6632151788.html\">\n<title><![CDATA[CARS AND COFFEE & BURGERS? (KIRKLAND)]]></title>\n<link>https://seattle.craigslist.org/est/act/d/cars-and-coffee-burgers/6632151788.html</link>\n<description><![CDATA[Hi This is a shout out to all car guys and gals that want get together to share their passion for their cars and are Car Crazy. \nAll makes and models as long as you treat your car not as an appliance but as something very special. \nLets get together ]]></description>\n<dc:date>2018-07-01T16:28:42-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/est/act/d/cars-and-coffee-burgers/6632151788.html</dc:source>\n<dc:title><![CDATA[CARS AND COFFEE & BURGERS? (KIRKLAND)]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T16:28:42-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/sno/act/d/female-golfing-partner-wanted/6628002707.html\">\n<title><![CDATA[Female golfing partner wanted (lynnwood)]]></title>\n<link>https://seattle.craigslist.org/sno/act/d/female-golfing-partner-wanted/6628002707.html</link>\n<description><![CDATA[I'm posting this in activity partner, because I'm looking for an activity partner!! Stop deleting my post!! \nI'm looking for a lady that want to play in some upcoming couple golf tournaments. \nHi, \nI'm in my late 50's and enjoy playing golf and easy  ...]]></description>\n<dc:date>2018-07-01T14:03:25-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/sno/act/d/female-golfing-partner-wanted/6628002707.html</dc:source>\n<dc:title><![CDATA[Female golfing partner wanted (lynnwood)]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T14:03:25-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/tac/act/d/activity-partners-this-summer/6632253974.html\">\n<title><![CDATA[Activity partners this summer (Tacoma)]]></title>\n<link>https://seattle.craigslist.org/tac/act/d/activity-partners-this-summer/6632253974.html</link>\n<description><![CDATA[Hi, I'm looking for ladies that would like to go do different things this Summer. No relationship pressures of any kind, just hang out. Go for drives, walks, lunch, dinner, drinks, farmers markets, beaches or whatever... Just an FYI, I'm a male in my ...]]></description>\n<dc:date>2018-07-01T12:24:14-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/tac/act/d/activity-partners-this-summer/6632253974.html</dc:source>\n<dc:title><![CDATA[Activity partners this summer (Tacoma)]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T12:24:14-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/see/act/d/looking-for-buddy-around-my/6632242163.html\">\n<title><![CDATA[Looking for a buddy around my age]]></title>\n<link>https://seattle.craigslist.org/see/act/d/looking-for-buddy-around-my/6632242163.html</link>\n<description><![CDATA[Looking for a buddy around my age 28 to hang with once or twice a month during the day. Play some sports. Indoors or out. Let me know if interested?]]></description>\n<dc:date>2018-07-01T12:11:36-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/see/act/d/looking-for-buddy-around-my/6632242163.html</dc:source>\n<dc:title><![CDATA[Looking for a buddy around my age]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T12:11:36-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/sno/act/d/seeking-femalefor-activities/6631827941.html\">\n<title><![CDATA[Seeking female 35-45 for activities (Lynnwood)]]></title>\n<link>https://seattle.craigslist.org/sno/act/d/seeking-femalefor-activities/6631827941.html</link>\n<description><![CDATA[First time posting here. So after being single since divorcing over 2 years ago ive decided to try this. \nTrying to meet a decent lady who would enjoy some conpanionship and doing things together. Im tall, consider myself very dateable, very well man ...]]></description>\n<dc:date>2018-07-01T09:50:02-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/sno/act/d/seeking-femalefor-activities/6631827941.html</dc:source>\n<dc:title><![CDATA[Seeking female 35-45 for activities (Lynnwood)]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T09:50:02-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/see/act/d/sailing-aboard-v-solution/6614152909.html\">\n<title><![CDATA[Sailing aboard S/V Solution (Elliott Bay, Seattle)]]></title>\n<link>https://seattle.craigslist.org/see/act/d/sailing-aboard-v-solution/6614152909.html</link>\n<description><![CDATA[S/V Solution is a local J/35 sail yacht that participates in about 40 local regattas per year. This opportunity is come out with us on a practice day, enjoy the water, participate in working of the boat, learn something and maybe get your foot in the ...]]></description>\n<dc:date>2018-07-01T09:35:22-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/see/act/d/sailing-aboard-v-solution/6614152909.html</dc:source>\n<dc:title><![CDATA[Sailing aboard S/V Solution (Elliott Bay, Seattle)]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T09:35:22-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/tac/act/d/alpha-west-walk-about/6631768469.html\">\n<title><![CDATA[alpha west walk about.. (steil/dupont road)]]></title>\n<link>https://seattle.craigslist.org/tac/act/d/alpha-west-walk-about/6631768469.html</link>\n<description><![CDATA[I am seeking an african american partner to go do a walk about. I'll be parked in the first turn out on the right as you leave the town of Steilacoom on the steil/dupont road. \nif you would like to go for a walk in the woods and see what happens then ...]]></description>\n<dc:date>2018-07-01T09:19:48-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/tac/act/d/alpha-west-walk-about/6631768469.html</dc:source>\n<dc:title><![CDATA[alpha west walk about.. (steil/dupont road)]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T09:19:48-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/sno/act/d/wine-vineyard-wine-making/6614322262.html\">\n<title><![CDATA[Wine / Vineyard - Wine Making Grape Growing (Snohomish County)]]></title>\n<link>https://seattle.craigslist.org/sno/act/d/wine-vineyard-wine-making/6614322262.html</link>\n<description><![CDATA[Hello - I have been interested in growing some wine grapes and also starting to make wine, mainly for fun, but I wouldn't be opposed to trying to make it into some sort of a business some day. I have 5 acres of agricultural land which I think would b ...]]></description>\n<dc:date>2018-07-01T08:58:12-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/sno/act/d/wine-vineyard-wine-making/6614322262.html</dc:source>\n<dc:title><![CDATA[Wine / Vineyard - Wine Making Grape Growing (Snohomish County)]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T08:58:12-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/see/act/d/hiking-partner-to-enjoy-nature/6631782735.html\">\n<title><![CDATA[Hiking partner : To enjoy nature]]></title>\n<link>https://seattle.craigslist.org/see/act/d/hiking-partner-to-enjoy-nature/6631782735.html</link>\n<description><![CDATA[Hiking is fun but it's more fun to do it with a partner. Looking for anyone male/female to go on a hike nearby seattle area. Tiger mountain, Rainier etc]]></description>\n<dc:date>2018-07-01T08:56:17-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/see/act/d/hiking-partner-to-enjoy-nature/6631782735.html</dc:source>\n<dc:title><![CDATA[Hiking partner : To enjoy nature]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T08:56:17-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/skc/act/d/mature-activity-partner-for/6631727661.html\">\n<title><![CDATA[mature m activity partner for the same (auburn)]]></title>\n<link>https://seattle.craigslist.org/skc/act/d/mature-activity-partner-for/6631727661.html</link>\n<description><![CDATA[hi, I am a white male in my 60s and looking for a guy to do stuff with. \nI do ride a cruiser motorcycle and i do have a rv for camping. hiking, golf of which I'm not so good and other things \nI am more on the bottom of the activities so im looking fo ...]]></description>\n<dc:date>2018-07-01T08:21:46-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/skc/act/d/mature-activity-partner-for/6631727661.html</dc:source>\n<dc:title><![CDATA[mature m activity partner for the same (auburn)]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T08:21:46-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/tac/act/d/kayaking-in-and-around-tacoma/6631750260.html\">\n<title><![CDATA[Kayaking in and around Tacoma (Tacoma)]]></title>\n<link>https://seattle.craigslist.org/tac/act/d/kayaking-in-and-around-tacoma/6631750260.html</link>\n<description><![CDATA[I am a kayaker in Tacoma looking for other paddlers to kayak with. \nIn addition to day trips around the area, I'd like to get out to the Foss Waterway at least one afternoon/evening a week after work for fresh air and exercise. \nI paddle a Perception ...]]></description>\n<dc:date>2018-07-01T08:16:06-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/tac/act/d/kayaking-in-and-around-tacoma/6631750260.html</dc:source>\n<dc:title><![CDATA[Kayaking in and around Tacoma (Tacoma)]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T08:16:06-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/tac/act/d/mens-golf-group/6631736202.html\">\n<title><![CDATA[Mens Golf Group (Puget Sound)]]></title>\n<link>https://seattle.craigslist.org/tac/act/d/mens-golf-group/6631736202.html</link>\n<description><![CDATA[Looking for additional golfers for our group. \nLooking for PART TIME players to fill in when we have openings on either Saturday or Wednesday. \nEasy going group of golfers that enjoy playing many different courses between Everett and Olympia. \nThe gr ...]]></description>\n<dc:date>2018-07-01T07:57:27-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/tac/act/d/mens-golf-group/6631736202.html</dc:source>\n<dc:title><![CDATA[Mens Golf Group (Puget Sound)]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T07:57:27-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/oly/act/d/female-walking-partner/6626343462.html\">\n<title><![CDATA[Female walking partner (Olympia)]]></title>\n<link>https://seattle.craigslist.org/oly/act/d/female-walking-partner/6626343462.html</link>\n<description><![CDATA[Male (65) looking for female walking partner ages 55 to 75 meet at Capitol lake \nsingle or married walking partner]]></description>\n<dc:date>2018-07-01T06:04:49-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/oly/act/d/female-walking-partner/6626343462.html</dc:source>\n<dc:title><![CDATA[Female walking partner (Olympia)]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T06:04:49-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/see/act/d/old-and-chubby-on-bike/6631712347.html\">\n<title><![CDATA[old and chubby on a bike (n.seattle/ shoreline)]]></title>\n<link>https://seattle.craigslist.org/see/act/d/old-and-chubby-on-bike/6631712347.html</link>\n<description><![CDATA[Hi, I'd like to meet a few older chubby types to get together and do short rides and enjoy some company when not on the bike \nmostly in the n. of seattle areas. \ni'm 60's thick build that could use some exercise]]></description>\n<dc:date>2018-07-01T00:21:23-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/see/act/d/old-and-chubby-on-bike/6631712347.html</dc:source>\n<dc:title><![CDATA[old and chubby on a bike (n.seattle/ shoreline)]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-07-01T00:21:23-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/see/act/d/activity-partner-to-travel/6631467649.html\">\n<title><![CDATA[Activity Partner to Travel Vegas, Hike Zion Bryce]]></title>\n<link>https://seattle.craigslist.org/see/act/d/activity-partner-to-travel/6631467649.html</link>\n<description><![CDATA[There are a few adventures I want to take this summer. Need a travel and hiking buddy. I'm not a climber nor mountaineer. \nMy first trip is Vegas, mid August. I already have flights, hotel, rental car booked. We don't have to stay in the same place.  ...]]></description>\n<dc:date>2018-06-30T17:02:10-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/see/act/d/activity-partner-to-travel/6631467649.html</dc:source>\n<dc:title><![CDATA[Activity Partner to Travel Vegas, Hike Zion Bryce]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-06-30T17:02:10-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/see/act/d/looking-for-texas-holdem/6631422180.html\">\n<title><![CDATA[Looking for Texas holdem players for League. (Online)]]></title>\n<link>https://seattle.craigslist.org/see/act/d/looking-for-texas-holdem/6631422180.html</link>\n<description><![CDATA[Looking for top class Texas holdem players to join a poker League with a growing community. There will be daily opportunities to earn real money in the League from sponsored advertisements if you place well in tournament's. \nFor more Information plea ...]]></description>\n<dc:date>2018-06-30T16:02:20-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/see/act/d/looking-for-texas-holdem/6631422180.html</dc:source>\n<dc:title><![CDATA[Looking for Texas holdem players for League. (Online)]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-06-30T16:02:20-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/see/act/d/meditation-practice-for-men/6631387220.html\">\n<title><![CDATA[Meditation Practice for Men]]></title>\n<link>https://seattle.craigslist.org/see/act/d/meditation-practice-for-men/6631387220.html</link>\n<description><![CDATA[Meditation of course is something which is only enjoyed by new age enlightened individuals. The average guy simply cannot wrap his head around the point to this practice, and views it as a waste of time. Therefore, if you are a 'new age' or 'enlighte ...]]></description>\n<dc:date>2018-06-30T14:59:54-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/see/act/d/meditation-practice-for-men/6631387220.html</dc:source>\n<dc:title><![CDATA[Meditation Practice for Men]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-06-30T14:59:54-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/skc/act/d/attack-on-titan-season-3/6631327800.html\">\n<title><![CDATA[Attack on Titan Season 3 Viewing Party (Federal Way)]]></title>\n<link>https://seattle.craigslist.org/skc/act/d/attack-on-titan-season-3/6631327800.html</link>\n<description><![CDATA[Attack on Titan season 3 is premiering 7/22 in Japan! I thought it'd be fun to meet up with other fans and marathon all of the 2nd season and then watch the new episode of season 3 on 7/23 (if you can wait that long!). I'm not sure where to do this y ...]]></description>\n<dc:date>2018-06-30T14:09:33-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/skc/act/d/attack-on-titan-season-3/6631327800.html</dc:source>\n<dc:title><![CDATA[Attack on Titan Season 3 Viewing Party (Federal Way)]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-06-30T14:09:33-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/est/act/d/july-4-th-lake-boren/6631166975.html\">\n<title><![CDATA[july 4 th Lake Boren companionship]]></title>\n<link>https://seattle.craigslist.org/est/act/d/july-4-th-lake-boren/6631166975.html</link>\n<description><![CDATA[.Someone who enjoys tennis ,walks. hikes ,bike, chess, scooter, dinner ,movies, traveling long/short distances ........etc..I prefer that person to be closer to lake Boren or around ( Newcastle ) . I am a male 60 years old looking for a activity spor ...]]></description>\n<dc:date>2018-06-30T11:15:27-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/est/act/d/july-4-th-lake-boren/6631166975.html</dc:source>\n<dc:title><![CDATA[july 4 th Lake Boren companionship]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-06-30T11:15:27-07:00</dcterms:issued>\n</item>\n<item rdf:about=\"https://seattle.craigslist.org/est/act/d/looking-for-tennis-partner-or/6631167810.html\">\n<title><![CDATA[looking for tennis partner or more sport activity]]></title>\n<link>https://seattle.craigslist.org/est/act/d/looking-for-tennis-partner-or/6631167810.html</link>\n<description><![CDATA[........activity partner close to my age .....Some one who enjoys tennis ,walks. hikes ,bike, chess, scooter, dinner ,movies, traveling long/short distances ........etc......I prefer that person to be closer to lake Boren ( Newcastle ) or live around ...]]></description>\n<dc:date>2018-06-30T11:12:18-07:00</dc:date>\n<dc:language>en-us</dc:language>\n<dc:rights>copyright 2018 craigslist</dc:rights>\n<dc:source>https://seattle.craigslist.org/est/act/d/looking-for-tennis-partner-or/6631167810.html</dc:source>\n<dc:title><![CDATA[looking for tennis partner or more sport activity]]></dc:title>\n<dc:type>text</dc:type>\n<dcterms:issued>2018-06-30T11:12:18-07:00</dcterms:issued>\n</item>\n</rdf:RDF>"
  },
  {
    "path": "api/test/data/feed/shanzhuoboshi.com",
    "content": "\n<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\"\n\txmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n\txmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\n\txmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n\txmlns:atom=\"http://www.w3.org/2005/Atom\"\n\txmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\"\n\txmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n\t>\n\n<channel>\n\t<title>闪卓博识 &#8211; 官方网站</title>\n\t<atom:link href=\"http://www.shanzhuoboshi.com/feed\" rel=\"self\" type=\"application/rss+xml\" />\n\t<link>http://www.shanzhuoboshi.com</link>\n\t<description>在这里你将学会如何使用及精通闪光灯，利用闪光灯你可以拍出优秀的相片</description>\n\t<lastBuildDate>Fri, 27 Feb 2015 22:26:57 +0000</lastBuildDate>\n\t<language>zh-CN</language>\n\t<sy:updatePeriod>hourly</sy:updatePeriod>\n\t<sy:updateFrequency>1</sy:updateFrequency>\n\t<generator>https://wordpress.org/?v=4.9.6</generator>\n\t<item>\n\t\t<title>闪卓博识谢幕</title>\n\t\t<link>http://www.shanzhuoboshi.com/blog/2013/12/31/29904.html</link>\n\t\t<comments>http://www.shanzhuoboshi.com/blog/2013/12/31/29904.html#comments</comments>\n\t\t<pubDate>Tue, 31 Dec 2013 01:04:36 +0000</pubDate>\n\t\t<dc:creator><![CDATA[xiaohua]]></dc:creator>\n\t\t\t\t<category><![CDATA[大卫豪比]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.shanzhuoboshi.com/?p=29904</guid>\n\t\t<description><![CDATA[2009年，我开办了闪卓博识中国网站，想通过这个平台跟讲汉语的朋友分享我对离机闪光灯布光的热爱。那个时候学习用 [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>2009年，我开办了<a href=\"http://www.shanzhuoboshi.com/\" target=\"_blank\">闪卓博识</a>中国网站，想通过这个平台跟讲汉语的朋友分享我对离机闪光灯布光的热爱。那个时候学习用闪光灯布光的资源还不多，汉语资源就更少了。而且，网上高质量的免费资源也很匮乏。</p>\n<p>闪卓博识中国网站自开办以来发展异常迅猛，知道有很多人一直在浏览和支持闪卓博识网站，我真的很高兴。现在，闪卓博识网站的读者已经遍布全球175个国家，读者人数超过1百万人，大家齐聚闪卓博识，共同分享对离机闪光灯布光的热爱。</p>\n<p>看着大家的成长与进步和对离机闪光灯不减的热情，我由衷地高兴。这些年来，我收到了很多给闪卓博识的感谢信，在信中他们都表达了闪卓博识网站对他们生活和事业的帮助的感谢之情，真的很令人感动。</p>\n<p>但是，这一刻还是来临了。我已经找到了新的工作，没有多余的时间和精力再经营闪卓博识了。我会想念大家的，我不敢想象以后没有大家的陪伴我的生活会变成什么样。这一改变对我来说既有对未来生活的兴奋与憧憬，更有对离开你们这些闪卓士的伤感与不舍。以后，闪卓博识网站将不再更新文章，不过网站上现有的内容在近期内仍会开放，当然我希望能够向大家长期开放。</p>\n<p><a href=\"http://shanzhuoboshi.taobao.com/\" target=\"_blank\">闪卓博识官方淘宝店</a>以后会正常为大家服务，并保证产品的售后。我们也会继续引进新的产品到中国大陆，提供给所有闪卓士。再次衷心的感谢大家这几年对闪卓博识淘宝店的支持。</p>\n<p>在我离开之前，我想公开感谢一些对闪卓博识网站做出贡献的重要人士：</p>\n<ul>\n<li><a href=\"http://www.shanzhuoboshi.com/about_davidhobby\" target=\"_blank\">大卫•豪比</a>——没有你对世界的卓越贡献，就不会有离机闪光灯布光的革命。你乐于助人的无私精神以及紧追摄影和网络发展的新方法都让我感到惊奇与钦佩。感谢你所做的一切！</li>\n<li><a href=\"http://laoyoujicn.taobao.com/\" target=\"_blank\">老友记</a>的史先生——从网站开办的第一天，你就一直在大力支持闪卓博识，老友记也是淘宝上最好的网店之一。你们出色的客户服务为你们赢得了良好的口碑，我预祝你们越来越好。</li>\n<li>闪卓博识所有员工——在过去的4年里，很多幕后人员都对闪卓博识的成功起到了关键作用，而且你们经常感觉不到大家的感谢。在此，我真诚地感谢你们，感谢你们所做的艰苦努力。</li>\n<li>闪卓博识的所有赞助商和支持闪卓博识的人——没有你们，闪卓博识网站很早之前就破产了。感谢大家的长期陪伴，尤其是<a href=\"http://www.hkyongnuo.com/\" target=\"_blank\">永诺</a>、<a href=\"http://enlightphotopro.com/\" target=\"_blank\">Enlight Photo</a>、 <a href=\"http://www.lumiquest.com/\" target=\"_blank\">Lumiquest</a>、<a href=\"http://www.lumopro.com/\" target=\"_blank\">Lumopro</a>和 <a href=\"http://www.rosco.com/china/index.cfm\" target=\"_blank\">Rosco</a>。</li>\n</ul>\n<p>最后，衷心感谢<a href=\"http://shanzhuoboshi.com\" target=\"_blank\">闪卓博识网站</a>的忠实读者们。你们的支持最重要，没有你们的支持，我们的所有付出都没有意义。看着你们的成长与进步，我由衷地为你们高兴。感谢大家参与我们的<a href=\"http://www.shanzhuoboshi.com/blog/category/xinbingying\" target=\"_blank\">新兵营</a>，在与大家的互动中我学到了很多。非常感谢大家。我希望闪卓博识已经帮大家实现了摄影梦想。</p>\n<p>再见了，朋友们……<a href=\"http://www.shanzhuoboshi.com/about_strobistchina\" target=\"_blank\">Andrew Strauss</a></p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>http://www.shanzhuoboshi.com/blog/2013/12/31/29904.html/feed</wfw:commentRss>\n\t\t<slash:comments>189</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>场记：Miller Mobley拍摄伯明翰牧师</title>\n\t\t<link>http://www.shanzhuoboshi.com/blog/2013/12/28/29893.html</link>\n\t\t<comments>http://www.shanzhuoboshi.com/blog/2013/12/28/29893.html#comments</comments>\n\t\t<pubDate>Sat, 28 Dec 2013 00:26:50 +0000</pubDate>\n\t\t<dc:creator><![CDATA[xiaohua]]></dc:creator>\n\t\t\t\t<category><![CDATA[人像摄影]]></category>\n\t\t<category><![CDATA[作品欣赏]]></category>\n\t\t<category><![CDATA[场记]]></category>\n\t\t<category><![CDATA[摄影专题]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.shanzhuoboshi.com/?p=29893</guid>\n\t\t<description><![CDATA[编者注：这篇客座文章是纽约摄影师Miller Mobley写的。 我受伯明翰当地一家杂志的委托，拍摄一系列的医 [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>编者注：这篇客座文章是纽约摄影师Miller Mobley写的。</p>\n<p><a href=\"http://www.shanzhuoboshi.com/artcle_images/2013/12/BhamMagChaplin_bif.jpg\" target=\"_blank\"><img class=\"aligncenter\" src=\"http://www.shanzhuoboshi.com/artcle_images/2013/12/BhamMagChaplin.jpg\" alt=\"Miller Mobley拍摄的伯明翰牧师肖像照\" title=\"Miller Mobley拍摄的伯明翰牧师肖像照\" width=\"297\" height=\"400\"/></a></p>\n<p>我受伯明翰当地一家杂志的委托，拍摄一系列的医院牧师肖像照。说实话，我没有接到任何关于如何拍摄的艺术指导，所以我可以随心所欲地做我想做的事——这种感觉太棒了！</p>\n<p>我马上开始构思拍摄。可惜，我不能到拍摄这些肖像照的医院圣地提前查看拍摄场地。我决定这样做：如果我喜欢那个场地，我就用现场环境做背景拍摄；如果我觉得环境单调无聊，我就自己布置一个背景。我一直在尝试一种新的布光，真的很想在拍摄牧师时尝试一下。所以，我期待能用自己布置的背景。结果，果真如我所愿。</p>\n<p>\n\n<div class=\"post-teaser-block\"><a href=\"http://www.shanzhuoboshi.com/blog/2013/12/28/29893.html\" title=\"Permanent Link: 场记：Miller Mobley拍摄伯明翰牧师\" rel=\"bookmark\" class=\"more-link\" >查看全文>></a>&nbsp;&nbsp;&nbsp;&nbsp;(1657 个字, 1 张图片, 预计读取全文需要 4:09 分钟)</div></div>]]></content:encoded>\n\t\t\t<wfw:commentRss>http://www.shanzhuoboshi.com/blog/2013/12/28/29893.html/feed</wfw:commentRss>\n\t\t<slash:comments>18</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>怎么回事……</title>\n\t\t<link>http://www.shanzhuoboshi.com/blog/2013/12/26/29885.html</link>\n\t\t<comments>http://www.shanzhuoboshi.com/blog/2013/12/26/29885.html#comments</comments>\n\t\t<pubDate>Thu, 26 Dec 2013 01:13:06 +0000</pubDate>\n\t\t<dc:creator><![CDATA[xiaohua]]></dc:creator>\n\t\t\t\t<category><![CDATA[人像摄影]]></category>\n\t\t<category><![CDATA[作品欣赏]]></category>\n\t\t<category><![CDATA[大卫豪比]]></category>\n\t\t<category><![CDATA[摄影专题]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.shanzhuoboshi.com/?p=29885</guid>\n\t\t<description><![CDATA[我浏览Flickr上的照片时，看到闪卓博识读者Matthew Coughlin借着这张迷幻的照片，在向我很喜欢 [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"http://www.shanzhuoboshi.com/artcle_images/2013/12/HTTM_big.jpg\" target=\"_blank\"><img class=\"aligncenter\" src=\"http://www.shanzhuoboshi.com/artcle_images/2013/12/HTTM.jpg\" alt=\"电影《热浴盆时光机》里的迷幻照片\" title=\"电影《热浴盆时光机》里的迷幻照片\" width=\"400\" height=\"246\"/></a></p>\n<p>我浏览Flickr上的照片时，看到闪卓博识读者Matthew Coughlin借着这张迷幻的照片，在向我很喜欢的一部电影《热浴盆时光机》致敬。</p>\n<p>它是365天项目的一部分，还配有一张幕后照片。点击跳转，查看布光照片和一个问题。</p>\n<p>\n\n<div class=\"post-teaser-block\"><a href=\"http://www.shanzhuoboshi.com/blog/2013/12/26/29885.html\" title=\"Permanent Link: 怎么回事……\" rel=\"bookmark\" class=\"more-link\" >查看全文>></a>&nbsp;&nbsp;&nbsp;&nbsp;(1578 个字, 2 张图片, 预计读取全文需要 3:57 分钟)</div></div>]]></content:encoded>\n\t\t\t<wfw:commentRss>http://www.shanzhuoboshi.com/blog/2013/12/26/29885.html/feed</wfw:commentRss>\n\t\t<slash:comments>2</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Robert Caplin的灯光大餐</title>\n\t\t<link>http://www.shanzhuoboshi.com/blog/2013/12/24/29879.html</link>\n\t\t<comments>http://www.shanzhuoboshi.com/blog/2013/12/24/29879.html#comments</comments>\n\t\t<pubDate>Tue, 24 Dec 2013 00:53:49 +0000</pubDate>\n\t\t<dc:creator><![CDATA[xiaohua]]></dc:creator>\n\t\t\t\t<category><![CDATA[作品欣赏]]></category>\n\t\t<category><![CDATA[大卫豪比]]></category>\n\t\t<category><![CDATA[摄影教程]]></category>\n\t\t<category><![CDATA[视频]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.shanzhuoboshi.com/?p=29879</guid>\n\t\t<description><![CDATA[优酷网的视频链接 土豆网的视频链接 视频中的创意多棒啊！它是由纽约摄影师Robert Caplin想出来的。我 [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\"400\" height=\"330\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"align\" value=\"middle\" /><param name=\"src\" value=\"http://player.youku.com/player.php/sid/XNjUwMjE5Nzky/v.swf\" /><param name=\"quality\" value=\"high\" /><embed type=\"application/x-shockwave-flash\" width=\"400\" height=\"330\" src=\"http://player.youku.com/player.php/sid/XNjUwMjE5Nzky/v.swf\" quality=\"high\" align=\"middle\"></embed></object></p>\n<ul>\n<li><a href=\"http://v.youku.com/v_show/id_XNjUwMjE5Nzky.html\" target=\"_blank\">优酷网的视频链接</a></li>\n<li><a href=\"http://www.tudou.com/programs/view/fT71aq_nbvg/\" target=\"_blank\">土豆网的视频链接</a></li>\n</ul>\n<p>视频中的创意多棒啊！它是由纽约摄影师<a href=\"http://www.robertcaplin.com/blog/\" target=\"_blank\">Robert Caplin</a>想出来的。我现在就要尝试一下从视频中偷学来的技巧。</p>\n<p>我吃遍了整个霍华德县，并且每到一处都会拍摄照片，你再也找不到比用一个微距镜头和一个巴掌大的LED灯拍摄食物照片更简单的方法了。我想，我的3&#215;6英寸<a href=\"http://www.rosco.com/specsheets/litepad/Rosco_LitePad_Axiom_spec.pdf\" target=\"_blank\">LitePad</a>灯肯定要成为我的常用设备了。</p>\n<p>（来自<a href=\"http://www.iso1200.com/2011/05/on-assignment-with-robert-caplin-recipe.html\" target=\"_blank\">ISO 1200</a>）</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>http://www.shanzhuoboshi.com/blog/2013/12/24/29879.html/feed</wfw:commentRss>\n\t\t<slash:comments>4</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>场记：钢琴演奏家</title>\n\t\t<link>http://www.shanzhuoboshi.com/blog/2013/12/22/29866.html</link>\n\t\t<comments>http://www.shanzhuoboshi.com/blog/2013/12/22/29866.html#comments</comments>\n\t\t<pubDate>Sun, 22 Dec 2013 00:22:04 +0000</pubDate>\n\t\t<dc:creator><![CDATA[xiaohua]]></dc:creator>\n\t\t\t\t<category><![CDATA[人像摄影]]></category>\n\t\t<category><![CDATA[场记]]></category>\n\t\t<category><![CDATA[大卫•豪比场记]]></category>\n\t\t<category><![CDATA[大卫豪比]]></category>\n\t\t<category><![CDATA[摄影专题]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.shanzhuoboshi.com/?p=29866</guid>\n\t\t<description><![CDATA[过去，在一个光线昏暗的大房间里拍摄令我恐惧。我会把所有大闪光灯都拿出来——并且把我能借到的其它闪光灯也带上。不 [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"http://www.shanzhuoboshi.com/artcle_images/2013/12/HunterBlogFinal_big.jpg\" target=\"_blank\"><img class=\"aligncenter\" src=\"http://www.shanzhuoboshi.com/artcle_images/2013/12/HunterBlogFinal.jpg\" alt=\"钢琴演奏家的肖像照片\" title=\"钢琴演奏家的肖像照片\" width=\"400\" height=\"257\"/></a></p>\n<p>过去，在一个光线昏暗的大房间里拍摄令我恐惧。我会把所有大闪光灯都拿出来——并且把我能借到的其它闪光灯也带上。不过，我从来都没有得到过我所希望的亮度。</p>\n<p>那时候我不知道，在大房间拍摄时，让现场光担任主角，再用一点热靴闪光灯的光线进行调整，效果会更好。我说“一点热靴闪光灯”通常指的是把热靴闪光灯的亮度设到最多1/8…</p>\n<p>\n\n<div class=\"post-teaser-block\"><a href=\"http://www.shanzhuoboshi.com/blog/2013/12/22/29866.html\" title=\"Permanent Link: 场记：钢琴演奏家\" rel=\"bookmark\" class=\"more-link\" >查看全文>></a>&nbsp;&nbsp;&nbsp;&nbsp;(1085 个字, 3 张图片, 预计读取全文需要 2:43 分钟)</div></div>]]></content:encoded>\n\t\t\t<wfw:commentRss>http://www.shanzhuoboshi.com/blog/2013/12/22/29866.html/feed</wfw:commentRss>\n\t\t<slash:comments>18</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>富士相机的长期看法</title>\n\t\t<link>http://www.shanzhuoboshi.com/blog/2013/12/20/29852.html</link>\n\t\t<comments>http://www.shanzhuoboshi.com/blog/2013/12/20/29852.html#comments</comments>\n\t\t<pubDate>Fri, 20 Dec 2013 00:41:56 +0000</pubDate>\n\t\t<dc:creator><![CDATA[xiaohua]]></dc:creator>\n\t\t\t\t<category><![CDATA[大卫豪比]]></category>\n\t\t<category><![CDATA[相机]]></category>\n\t\t<category><![CDATA[设备]]></category>\n\t\t<category><![CDATA[镜头]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.shanzhuoboshi.com/?p=29852</guid>\n\t\t<description><![CDATA[我已经踏入富士的神奇世界两年了。这真是一个很奇妙的体验，我一直在闪卓博识上公布我的看法，而且富士相机可能是我所 [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"http://www.shanzhuoboshi.com/artcle_images/2013/12/first_big.jpg\" target=\"_blank\"><img class=\"aligncenter\" src=\"http://www.shanzhuoboshi.com/artcle_images/2013/12/first.jpg\" alt=\"用富士X系列相机拍摄的效果图\" title=\"用富士X系列相机拍摄的效果图\" width=\"400\" height=\"315\"/></a></p>\n<p>我已经踏入富士的神奇世界两年了。这真是一个很奇妙的体验，我一直在<a href=\"http://shanzhuoboshi.com\" target=\"_blank\">闪卓博识</a>上公布我的看法，而且富士相机可能是我所收到的问题中最常见的话题。</p>\n<p>所以，今天我们暂且不讲布光，先来探讨一下无反相机。在此我要向对这个话题不敢兴趣的读者道歉，我很快就会回到布光上来的。但对那些准备入手富士相机的读者来说，我希望这篇文章会对大家有所帮助。</p>\n<p>\n\n<div class=\"post-teaser-block\"><a href=\"http://www.shanzhuoboshi.com/blog/2013/12/20/29852.html\" title=\"Permanent Link: 富士相机的长期看法\" rel=\"bookmark\" class=\"more-link\" >查看全文>></a>&nbsp;&nbsp;&nbsp;&nbsp;(3273 个字, 8 张图片, 预计读取全文需要 8:11 分钟)</div></div>]]></content:encoded>\n\t\t\t<wfw:commentRss>http://www.shanzhuoboshi.com/blog/2013/12/20/29852.html/feed</wfw:commentRss>\n\t\t<slash:comments>19</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>幕后视频：《时代》杂志的抗议者</title>\n\t\t<link>http://www.shanzhuoboshi.com/blog/2013/12/18/29749.html</link>\n\t\t<comments>http://www.shanzhuoboshi.com/blog/2013/12/18/29749.html#comments</comments>\n\t\t<pubDate>Wed, 18 Dec 2013 00:42:48 +0000</pubDate>\n\t\t<dc:creator><![CDATA[xiaohua]]></dc:creator>\n\t\t\t\t<category><![CDATA[人像摄影]]></category>\n\t\t<category><![CDATA[作品欣赏]]></category>\n\t\t<category><![CDATA[大卫豪比]]></category>\n\t\t<category><![CDATA[布光视频]]></category>\n\t\t<category><![CDATA[摄影专题]]></category>\n\t\t<category><![CDATA[摄影教程]]></category>\n\t\t<category><![CDATA[视频]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.shanzhuoboshi.com/?p=29749</guid>\n\t\t<description><![CDATA[我们很少能详细地看看一些近期走红的照片的制作过程。下面的幕后视频是Peter Hapak拍摄的2011年度全世 [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"http://content.time.com/time/person-of-the-year/2011/\" target=\"_blank\"><img class=\"alignleft\" src=\"http://www.shanzhuoboshi.com/artcle_images/2013/12/shepard.jpg\" alt=\"《时代》杂志封面\" title=\"《时代》杂志封面\" width=\"240\" height=\"317\"/></a>我们很少能详细地看看一些近期走红的照片的制作过程。下面的幕后视频是Peter Hapak拍摄的2011年度全世界范围内的抗议活动。这是为《时代》杂志封面故事所拍的照片，故事中的人物被称为年度风云人物。</p>\n<p>我已经以一名记者、摄影师、布光小子，还有普通人的身份，看过这个视频好几遍了。</p>\n<p>有许多能学习的东西。</p>\n<p>\n\n<div class=\"post-teaser-block\"><a href=\"http://www.shanzhuoboshi.com/blog/2013/12/18/29749.html\" title=\"Permanent Link: 幕后视频：《时代》杂志的抗议者\" rel=\"bookmark\" class=\"more-link\" >查看全文>></a>&nbsp;&nbsp;&nbsp;&nbsp;(791 个字, 1 张图片, 预计读取全文需要 1:59 分钟)</div></div>]]></content:encoded>\n\t\t\t<wfw:commentRss>http://www.shanzhuoboshi.com/blog/2013/12/18/29749.html/feed</wfw:commentRss>\n\t\t<slash:comments>12</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>自制裸灯雷达罩</title>\n\t\t<link>http://www.shanzhuoboshi.com/blog/2013/12/16/29743.html</link>\n\t\t<comments>http://www.shanzhuoboshi.com/blog/2013/12/16/29743.html#comments</comments>\n\t\t<pubDate>Mon, 16 Dec 2013 00:18:28 +0000</pubDate>\n\t\t<dc:creator><![CDATA[xiaohua]]></dc:creator>\n\t\t\t\t<category><![CDATA[变光工具]]></category>\n\t\t<category><![CDATA[大卫豪比]]></category>\n\t\t<category><![CDATA[自制]]></category>\n\t\t<category><![CDATA[自己动手做]]></category>\n\t\t<category><![CDATA[设备]]></category>\n\t\t<category><![CDATA[雷达罩]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.shanzhuoboshi.com/?p=29743</guid>\n\t\t<description><![CDATA[来自印度南部的闪卓博识读者Sinu Kumar向我们介绍了一种自制热靴闪光灯雷达罩的新方法。 和影室灯不同，大 [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"http://enchantingkerala.org/digital-photography-school/diy-beauty-dish.php\" target=\"_blank\"><img class=\"alignleft\" src=\"http://www.shanzhuoboshi.com/artcle_images/2013/12/diy_beauty_dish.jpg\" alt=\"印度南部的闪卓博识读者Sinu Kumar\" title=\"印度南部的闪卓博识读者Sinu Kumar\" width=\"240\" height=\"182\"/></a>来自印度南部的闪卓博识读者Sinu Kumar向我们介绍了一种自制热靴闪光灯雷达罩的新方法。</p>\n<p>和影室灯不同，大多数热靴闪光灯都有一个很小的闪光管，被外壳内的内置标准罩包围着。如果你真想设计一个雷达罩，你就需要一个能向四面八方打光的光源。所以首先，你需要把热靴闪光灯的光束转变成一个全方位的裸灯。</p>\n<p>大部分人会通过柔光罩<div class=\"noclearatall\"><img class=\"goumaibutton\" src=\"http://www.shanzhuoboshi.com/wp-content/themes/szbs_wp_1.46/skin_images/goumai12.gif\" onclick=\"javascript:toggleVisibilitygoumaineirong('goumaineirong1884335258');\" alt=\"goumai\" /><div class=\"goumaineirongwrapper\"><div class=\"goumaineirong\" id=\"goumaineirong1884335258\"><div class=\"goumaitophalf\"><div class=\"goumaititlebar\"><div class=\"goumaitopright\"><a href=\"javascript:;\" onclick=\"javascript:toggleVisibilitygoumaineirong('goumaineirong1884335258');\" >x</a></div><span class=\"goumaititle\">柔光罩</span><a class=\"post-edit-link\" title=\"编辑页面\" href=\"http://www.shanzhuoboshi.com/wp-admin/post.php?post=10075&amp;action=edit\">编辑</a></div><div class=\"goumaipicanddescription\"><div class=\"goumaipicture\"><img width=\"150\" height=\"119\" src=\"http://www.shanzhuoboshi.com/artcle_images/2010/10/rouguangzhao.jpg\" class=\"goumaichanpintu attachment-post-thumbnail wp-post-image\" alt=\"柔光罩(肥皂盒)\" title=\"柔光罩(肥皂盒)\" /></div><div class=\"goumaidescription\">柔光罩（也叫肥皂盒，Stofen，等等）用于给热靴闪光灯营造出裸灯效果。在窄小的空间内，带有柔光罩的闪光灯向房顶照射，光线不仅会从闪光灯顶部射向房顶，还会在柔光罩内部进行反射后，向外360度全方位照射。许多摄影师都在户外或较大房间内使用这种设备，而这类地方并不适于产生360度的散射光线。这样做只会浪费光量，促使摄影师提高闪光灯亮度，进而更快消耗电池。懂得分辨何种环境适合使用此设备很重要。此设备还可让背景光源发出更宽的光束，这也是利用更广的光线覆盖范围做到的。不同闪光灯需要的柔光罩尺寸都不一样，购买时，一定要选好适合你闪光灯型号的柔光罩。</div></div><img class=\"clearall\" src=\"http://www.shanzhuoboshi.com/artcle_images/2006/04/1.jpg\" alt=\"\" width=\"1\" height=\"1\" /><div class=\"goutmaitopbottom\">闪卓博识相关文章：<ul>\r\n\t<li><a href=\"http://www.shanzhuoboshi.com/blog/2009/08/18/597.html\" target=\"_blank\">闪光灯初级课：裸灯灯光 </a></li>\r\n</ul></div></div><img class=\"clearall\" src=\"http://www.shanzhuoboshi.com/artcle_images/2006/04/1.jpg\" alt=\"\" width=\"1\" height=\"1\" /><div class=\"goumaituijian\"><span class=\"goumaituijiansubtitle\">推荐的购买链接：</span><ul>\r\n\t<li><a href=\"http://shop33336674.taobao.com/?search=y&scid=206440216&queryType=cat&scname=yOG54tXW\" target=\"_blank\">老友记</a></li>\r\n\t<li><a href=\"http://www.amazon.com/gp/product/B000HDFXU2?ie=UTF8&tag=shanzhuoboshi-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B000HDFXU2\" target=\"_blank\">亚马逊（美国）</a></li>\r\n</ul>\r\n\r\n</div><div class=\"goumaiqita\"><span class=\"goumaiqitasubtitle\">购买链接：</span><ul>\r\n\t<li><a href=\"http://search.taobao.com/search?q=%C8%E1%B9%E2%D5%D6\" target=\"_blank\">淘宝</a></li>\r\n\t<li><a href=\"http://www.mpex.com/browse.cfm/2,885.html\" target=\"_blank\">MPEX（美国）</a></li>\r\n\t<li><a href=\"http://www.bhphotovideo.com/c/search?Ntt=Sto-Fen&N=0&InitialSearch=yes\" target=\"_blank\">B&H（美国）</a></li>\r\n\t<li><a href=\"\r\nhttp://desc.shop.ebay.com/i.html?_nkw=Sto-Fen&_sacat=0&_dmpt=Camera_Flash_Accessories&_odkw=Sto-Fen&_osacat=0&_trksid=p3286.c0.m270.l1313&LH_TitleDesc=1&_rdc=1\" target=\"_blank\">ebay</a></li>\r\n</ul></div></div></div></div>来散射热靴闪光灯的光线，或者用一个广角镜来扩散光线。当然，这两种方式都会吃掉光线。</p>\n<p>但Kumar的设计不会。其实，他是把闪光管从热靴闪光灯内拆下来，然后再安装在雷达罩<div class=\"noclearatall\"><img class=\"goumaibutton\" src=\"http://www.shanzhuoboshi.com/wp-content/themes/szbs_wp_1.46/skin_images/goumai12.gif\" onclick=\"javascript:toggleVisibilitygoumaineirong('goumaineirong1901394387');\" alt=\"goumai\" /><div class=\"goumaineirongwrapper\"><div class=\"goumaineirong\" id=\"goumaineirong1901394387\"><div class=\"goumaitophalf\"><div class=\"goumaititlebar\"><div class=\"goumaitopright\"><a href=\"javascript:;\" onclick=\"javascript:toggleVisibilitygoumaineirong('goumaineirong1901394387');\" >x</a></div><span class=\"goumaititle\">雷达罩</span><a class=\"post-edit-link\" title=\"编辑页面\" href=\"http://www.shanzhuoboshi.com/wp-admin/post.php?post=10070&amp;action=edit\">编辑</a></div><div class=\"goumaipicanddescription\"><div class=\"goumaipicture\"><img width=\"150\" height=\"168\" src=\"http://www.shanzhuoboshi.com/artcle_images/2010/10/leidazhao1.jpg\" class=\"goumaichanpintu attachment-post-thumbnail wp-post-image\" alt=\"雷达罩\" title=\"雷达罩\" /></div><div class=\"goumaidescription\">雷达罩可以放大光源，创造出漂亮的柔光。闪光灯朝向拍摄对象照射，但小反射圆盘会挡住它，避免光线直射拍摄对象。光线会先反射到大圆盘上，然后再反射到拍摄对象上。这种二次反射会营造出很棒的柔光，适合肖像照的拍摄。在柔和度上与伞差不多，但照片效果完全不同。</div></div><img class=\"clearall\" src=\"http://www.shanzhuoboshi.com/artcle_images/2006/04/1.jpg\" alt=\"\" width=\"1\" height=\"1\" /><div class=\"goutmaitopbottom\">闪卓博识相关文章：<ul>\r\n\t<li><a href=\"http://www.shanzhuoboshi.com/blog/2010/08/19/7076.html\" target=\"_blank\">闪卓士DIY简易雷达罩</a></li>\r\n</ul></div></div><img class=\"clearall\" src=\"http://www.shanzhuoboshi.com/artcle_images/2006/04/1.jpg\" alt=\"\" width=\"1\" height=\"1\" /><div class=\"goumaituijian\"><span class=\"goumaituijiansubtitle\">推荐的购买链接：</span><ul>\r\n\t<li><a href=\"http://www.amazon.com/gp/product/B003D681Q8?ie=UTF8&tag=shanzhuoboshi-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=B003D681Q8\" target=\"_blank\">亚马逊（美国）</a></li>\r\n</ul></div><div class=\"goumaiqita\"><span class=\"goumaiqitasubtitle\">购买链接：</span><ul>\r\n\t<li><a href=\"http://s.taobao.com/search?q=%C0%D7%B4%EF%D5%D6\" target=\"_blank\">淘宝</a></li>\r\n\t<li><a href=\"http://www.mpex.com/browse.cfm/4,16407.html\" target=\"_blank\">MPEX（美国）</a></li>\r\n\t<li><a href=\"http://www.bhphotovideo.com/c/search?Ntt=beauty+dish&N=0&InitialSearch=yes\" target=\"_blank\">B&H（美国）</a></li>\r\n\t<li><a href=\"http://desc.shop.ebay.com/i.html?_nkw=beauty+dish&_sacat=0&_odkw=beauty+dish&_osacat=0&_trksid=p3286.c0.m270.l1313&LH_TitleDesc=1&_rdc=1\" target=\"_blank\">ebay</a></li>\r\n</ul></div></div></div></div>里。另外，他选择用于支撑闪光管的材料也很棒。</p>\n<p>在打开链接之前，请注意一则警告：千万不要轻易尝试这个方法，除非你很清楚自己在做什么。这是很危险的——至少里面有些高压电。如果你真的要尝试的话，一定要让闪光管引线绝缘。我光看着露出来的引线，就已经吓得不行了。Sinu。</p>\n<p>看完警告之后，点击<a href=\"http://enchantingkerala.org/digital-photography-school/diy-beauty-dish.php\" target=\"_blank\">这里</a>查看那个不到$10美元的裸灯雷达罩。</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>http://www.shanzhuoboshi.com/blog/2013/12/16/29743.html/feed</wfw:commentRss>\n\t\t<slash:comments>12</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>神牛V850 锂电让闪光更快速</title>\n\t\t<link>http://www.shanzhuoboshi.com/blog/2013/12/14/29759.html</link>\n\t\t<comments>http://www.shanzhuoboshi.com/blog/2013/12/14/29759.html#comments</comments>\n\t\t<pubDate>Sat, 14 Dec 2013 01:19:27 +0000</pubDate>\n\t\t<dc:creator><![CDATA[xiaohua]]></dc:creator>\n\t\t\t\t<category><![CDATA[器材评测]]></category>\n\t\t<category><![CDATA[精彩推介]]></category>\n\t\t<category><![CDATA[设备]]></category>\n\t\t<category><![CDATA[闪光灯]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.shanzhuoboshi.com/?p=29759</guid>\n\t\t<description><![CDATA[一、功能介绍 神牛在最近推出了V850热靴闪光灯，这款产品最大的特点就是采用了锂电池作为电力供应。厂家方面称使 [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"http://www.shanzhuoboshi.com/artcle_images/2013/12/quantu_big.jpg\" target=\"_blank\"><img class=\"aligncenter\" src=\"http://www.shanzhuoboshi.com/artcle_images/2013/12/quantu.jpg\" alt=\"神牛V850正反面展示图\" title=\"神牛V850正反面展示图\" width=\"400\" height=\"405\"/></a></p>\n<p><strong>一、功能介绍</strong></p>\n<p>神牛在最近推出了V850热靴闪光灯，这款产品最大的特点就是采用了锂电池作为电力供应。厂家方面称使用锂电池能够带来全光输出下1.5s的回电时间与650次的闪光次数，并且能够解决AA电池充电、携带麻烦的问题。<a href=\"http://www.shanzhuoboshi.com/\" target=\"_blank\">闪卓博识</a>非常感兴趣，因为闪光灯使用锂电池非常少见，也有很多期待的地方，很值得做一次测试。</p>\n<p>\n\n<div class=\"post-teaser-block\"><a href=\"http://www.shanzhuoboshi.com/blog/2013/12/14/29759.html\" title=\"Permanent Link: 神牛V850 锂电让闪光更快速\" rel=\"bookmark\" class=\"more-link\" >查看全文>></a>&nbsp;&nbsp;&nbsp;&nbsp;(9028 个字, 11 张图片, 预计读取全文需要 22:34 分钟)</div></div>]]></content:encoded>\n\t\t\t<wfw:commentRss>http://www.shanzhuoboshi.com/blog/2013/12/14/29759.html/feed</wfw:commentRss>\n\t\t<slash:comments>17</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>简单装修（下）</title>\n\t\t<link>http://www.shanzhuoboshi.com/blog/2013/12/12/29732.html</link>\n\t\t<comments>http://www.shanzhuoboshi.com/blog/2013/12/12/29732.html#comments</comments>\n\t\t<pubDate>Thu, 12 Dec 2013 00:30:10 +0000</pubDate>\n\t\t<dc:creator><![CDATA[xiaohua]]></dc:creator>\n\t\t\t\t<category><![CDATA[大卫豪比]]></category>\n\t\t<category><![CDATA[随笔]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.shanzhuoboshi.com/?p=29732</guid>\n\t\t<description><![CDATA[我学到的第一个教训是：$200美元不能将一个车库转变成一个华丽的可变摄影棚。不过做摄影棚还是有可能的，不加装潢 [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"http://www.shanzhuoboshi.com/artcle_images/2013/12/NewGarage_big.jpg\" target=\"_blank\"><img class=\"aligncenter\" src=\"http://www.shanzhuoboshi.com/artcle_images/2013/12/NewGarage.jpg\" alt=\"车库展示图\" title=\"车库展示图\" width=\"400\" height=\"155\"/></a></p>\n<p>我学到的第一个教训是：$200美元不能将一个车库转变成一个华丽的可变摄影棚。不过做摄影棚还是有可能的，不加装潢，只置办基本必需品就行……</p>\n<p>\n\n<div class=\"post-teaser-block\"><a href=\"http://www.shanzhuoboshi.com/blog/2013/12/12/29732.html\" title=\"Permanent Link: 简单装修（下）\" rel=\"bookmark\" class=\"more-link\" >查看全文>></a>&nbsp;&nbsp;&nbsp;&nbsp;(1714 个字, 3 张图片, 预计读取全文需要 4:17 分钟)</div></div>]]></content:encoded>\n\t\t\t<wfw:commentRss>http://www.shanzhuoboshi.com/blog/2013/12/12/29732.html/feed</wfw:commentRss>\n\t\t<slash:comments>13</slash:comments>\n\t\t</item>\n\t</channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/sospc.name",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\"\n\txmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n\txmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\n\txmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n\txmlns:atom=\"http://www.w3.org/2005/Atom\"\n\txmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\"\n\txmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n\t>\n\n<channel>\n\t<title>Sospc</title>\n\t<atom:link href=\"https://sospc.name/feed/\" rel=\"self\" type=\"application/rss+xml\" />\n\t<link>https://sospc.name</link>\n\t<description>Il y a toujours une solution.</description>\n\t<lastBuildDate>Sun, 01 Jul 2018 06:47:24 +0000</lastBuildDate>\n\t<language>fr-FR</language>\n\t<sy:updatePeriod>hourly</sy:updatePeriod>\n\t<sy:updateFrequency>1</sy:updateFrequency>\n\t<generator>https://wordpress.org/?v=4.9.6</generator>\n\n<image>\n\t<url>https://sospc.name/wp-content/uploads/2018/04/fav3.png</url>\n\t<title>Sospc</title>\n\t<link>https://sospc.name</link>\n\t<width>32</width>\n\t<height>32</height>\n</image> \n<site xmlns=\"com-wordpress:feed-additions:1\">56618684</site>\t<item>\n\t\t<title>Logiciel en bref : Anyburn, un logiciel de gravure polyvalent à découvrir.</title>\n\t\t<link>https://sospc.name/anyburn/</link>\n\t\t<comments>https://sospc.name/anyburn/#comments</comments>\n\t\t<pubDate>Sun, 01 Jul 2018 06:45:07 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[Logiciels en bref]]></category>\n\t\t<category><![CDATA[français]]></category>\n\t\t<category><![CDATA[gratuit]]></category>\n\t\t<category><![CDATA[graver]]></category>\n\t\t<category><![CDATA[gravure]]></category>\n\t\t<category><![CDATA[logiciel]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://sospc.name/?p=61219</guid>\n\t\t<description><![CDATA[<p>Merci à vous de suivre le flux Rss de www.sospc.name. ;o)&lt;</p>\n<div>\n\t<a href=\"https://sospc.name/anyburn/\"><img title=\"Anyburn, un logiciel de gravure polyvalent sospc.name 1\" src=\"https://sospc.name/wp-content/uploads/2018/06/Anyburn-un-logiciel-de-gravure-polyvalent-sospc.name-1-300x211.png\" alt=\"Logiciel en bref : Anyburn, un logiciel de gravure polyvalent à découvrir.\" width=\"300\" height=\"211\" style=\"max-width: 100%; height: auto;\" /></a>\n\t</div>\n<p>\tLes éditeurs de logiciels de gravure payants ont du souci à se faire vu les nombreux softs gratuits proposés. Je vous parle aujourd&#8217;hui d&#8217;AnyBurn, une alternative intéressante. Je l&#8217;ai écrit à plusieurs reprises, j&#8217;ai longtemps utilisé Néro qui a été un incontournable dans ce domaine au début des années 2000. Mais il faut le reconnaître, bien que ses qualités n&#8217;ont jamais été remises en cause, la complexité de l&#8217;interface au fil des nouvelles versions et le changement de modèle économique en ont rebuté plus d&#8217;un. Oui, la version gratuite s&#8217;est vu allégée au fil du temps de ses principales fonctionnalités, puis son développement a été arrêté, ajoutée à cela une gamme commençant à 80€, il était logique que l&#8217;éditeur perde la faveur du grand public. Il ne faut pas oublier que les moyens de stockage des données évoluant, les utilisateurs [&#8230;]</p>\n<p>Cet article <a rel=\"nofollow\" href=\"https://sospc.name/anyburn/\">Logiciel en bref : Anyburn, un logiciel de gravure polyvalent à découvrir.</a> est apparu en premier sur votre site préféré www.sospc.name ;o)&lt;</p>\n]]></description>\n\t\t<wfw:commentRss>https://sospc.name/anyburn/feed/</wfw:commentRss>\n\t\t<slash:comments>14</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">61219</post-id>\t</item>\n\t\t<item>\n\t\t<title>Limitation à 80 Km/h au lieu de 90 : avez-vous mis à jour votre GPS ?</title>\n\t\t<link>https://sospc.name/limitation-80-kmh-mise-jour-gps/</link>\n\t\t<comments>https://sospc.name/limitation-80-kmh-mise-jour-gps/#comments</comments>\n\t\t<pubDate>Sat, 30 Jun 2018 05:30:31 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[Actu en bref.]]></category>\n\t\t<category><![CDATA[1er juillet]]></category>\n\t\t<category><![CDATA[80+]]></category>\n\t\t<category><![CDATA[90]]></category>\n\t\t<category><![CDATA[cartes]]></category>\n\t\t<category><![CDATA[gps]]></category>\n\t\t<category><![CDATA[limitation]]></category>\n\t\t<category><![CDATA[mise à jour]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://sospc.name/?p=66159</guid>\n\t\t<description><![CDATA[<p>Merci à vous de suivre le flux Rss de www.sospc.name. ;o)&lt;</p>\n<div>\n\t<a href=\"https://sospc.name/limitation-80-kmh-mise-jour-gps/\"><img title=\"Limitation à 80 Kmh au lieu de 90 avez-vous mis à jour votre GPS sospc.name 1\" src=\"https://sospc.name/wp-content/uploads/2018/06/Limitation-à-80-Kmh-au-lieu-de-90-avez-vous-mis-à-jour-votre-GPS-sospc.name-1-300x159.png\" alt=\"Limitation à 80 Km/h au lieu de 90 : avez-vous mis à jour votre GPS ?\" width=\"300\" height=\"159\" style=\"max-width: 100%; height: auto;\" /></a>\n\t</div>\n<p>\tQue cela nous plaise ou non, à partir du 1er Juillet 2018, des centaines de milliers de kilomètres de routes verront leur limitation être abaissée à 80 Km/h. Sauf que c&#8217;est bien beau tout cela, mais avez-vous pensé ou prévu de mettre à jour votre GPS ? J&#8217;ai été surpris par le chiffre : ce changement de limitation va affecter 400 000 kilomètres de routes, 40% du réseau ! ( source Garmin ) Partant de là, même si vous n&#8217;êtes pas un grand voyageur, il y a fort à parier que vous allez emprunter de nombreuses voies qui auront changé de limitation près de chez vous. Le problème est que la mise à jour d&#8217;un GPS risquent d&#8217;être payante pour une grande partie d&#8217;entre vous&#8230; &#160; Eh oui, et votre destin va être scellé en fonction du type de Gps [&#8230;]</p>\n<p>Cet article <a rel=\"nofollow\" href=\"https://sospc.name/limitation-80-kmh-mise-jour-gps/\">Limitation à 80 Km/h au lieu de 90 : avez-vous mis à jour votre GPS ?</a> est apparu en premier sur votre site préféré www.sospc.name ;o)&lt;</p>\n]]></description>\n\t\t<wfw:commentRss>https://sospc.name/limitation-80-kmh-mise-jour-gps/feed/</wfw:commentRss>\n\t\t<slash:comments>28</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">66159</post-id>\t</item>\n\t\t<item>\n\t\t<title>[Abonnés] Une société propose 10 Go de stockage gratuit dans le cloud à vie, cela vous intéresse ?</title>\n\t\t<link>https://sospc.name/10-go-cloud-a-vie/</link>\n\t\t<comments>https://sospc.name/10-go-cloud-a-vie/#comments</comments>\n\t\t<pubDate>Thu, 28 Jun 2018 05:45:23 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[Accès Premium]]></category>\n\t\t<category><![CDATA[SOSPC aime]]></category>\n\t\t<category><![CDATA[10]]></category>\n\t\t<category><![CDATA[100]]></category>\n\t\t<category><![CDATA[à vie]]></category>\n\t\t<category><![CDATA[cloud]]></category>\n\t\t<category><![CDATA[go]]></category>\n\t\t<category><![CDATA[stockage]]></category>\n\t\t<category><![CDATA[test]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://sospc.name/?p=66083</guid>\n\t\t<description><![CDATA[<p>Merci à vous de suivre le flux Rss de www.sospc.name. ;o)&lt;</p>\n<div>\n\t<a href=\"https://sospc.name/10-go-cloud-a-vie/\"><img title=\"Une société néerlandaise propose 10 Go de stockage dans le cloud à vie sospc.name 3\" src=\"https://sospc.name/wp-content/uploads/2018/06/Une-société-néerlandaise-propose-10-Go-de-stockage-dans-le-cloud-à-vie-sospc.name-3-300x225.png\" alt=\"[Abonnés] Une société propose 10 Go de stockage gratuit dans le cloud à vie, cela vous intéresse ?\" width=\"300\" height=\"225\" style=\"max-width: 100%; height: auto;\" /></a>\n\t</div>\n<p>\tLe Cloud est devenu omniprésent dans notre vie numérique. Je ne suis personnellement pas très enthousiaste à l&#8217;idée de stocker des données sur des serveurs étrangers, mais si vous avez besoin de partager des fichiers cela dépanne bien. Je vous propose de découvrir un tout nouveau service. Je suis sûr que l&#8217;accroche ( volontaire&#8230;.) des 10 Go de stockage offerts a fait bondir certains d&#8217;entre vous. Je vous le dis tout de suite, ce n&#8217;est pas un titre trompeur : cette société qui a lancé son service en Septembre 2017, propose réellement cette capacité et à vie. Oui on trouve déjà des concurrents connus qui vous offrent du stockage sans débourser un seul centime, 2 et 5 Go avec respectivement DropBox et Onedrive, mais 10 Go c&#8217;est bien mieux&#8230; Oui, je sais ce que certains vont dire, Gmail propose 15 [&#8230;]</p>\n<p>Cet article <a rel=\"nofollow\" href=\"https://sospc.name/10-go-cloud-a-vie/\">[Abonnés] Une société propose 10 Go de stockage gratuit dans le cloud à vie, cela vous intéresse ?</a> est apparu en premier sur votre site préféré www.sospc.name ;o)&lt;</p>\n]]></description>\n\t\t<wfw:commentRss>https://sospc.name/10-go-cloud-a-vie/feed/</wfw:commentRss>\n\t\t<slash:comments>20</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">66083</post-id>\t</item>\n\t\t<item>\n\t\t<title>[Abonnés] L&#8217;offre premium d&#8217;Sospc a 2 mois : bilan.</title>\n\t\t<link>https://sospc.name/offre-premium-2-mois-bilan/</link>\n\t\t<comments>https://sospc.name/offre-premium-2-mois-bilan/#comments</comments>\n\t\t<pubDate>Tue, 26 Jun 2018 04:43:33 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[Accès Premium]]></category>\n\t\t<category><![CDATA[abonnés]]></category>\n\t\t<category><![CDATA[bilan]]></category>\n\t\t<category><![CDATA[deux]]></category>\n\t\t<category><![CDATA[mois]]></category>\n\t\t<category><![CDATA[offre]]></category>\n\t\t<category><![CDATA[premium]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://sospc.name/?p=66007</guid>\n\t\t<description><![CDATA[<p>Merci à vous de suivre le flux Rss de www.sospc.name. ;o)&lt;</p>\n<div>\n\t<a href=\"https://sospc.name/offre-premium-2-mois-bilan/\"><img title=\"planPremium\" src=\"https://sospc.name/wp-content/uploads/2018/04/planPremium.png\" alt=\"[Abonnés] L&rsquo;offre premium d&rsquo;Sospc a 2 mois : bilan.\" width=\"270\" height=\"200\" style=\"max-width: 100%; height: auto;\" /></a>\n\t</div>\n<p>\tCela fait un peu plus de deux mois maintenant que l&#8217;offre premium, l&#8217;abonnement de soutien à Sospc, a démarré. Je vous dis où on en est précisément aujourd&#8217;hui.  J&#8217;aime bien les comptes ronds et je pensais vous annoncer que nous étions arrivés au palier suivant, ce n&#8217;est pas encore le cas malheureusement. J&#8217;en profite pour vous remercier à nouveau pour votre soutien financier et vos mails sympathiques réguliers qui me demandent comment je vais et comment se porte Sospc. Je dois dire pour être tout à fait honnête avec vous que je suis un petit peu déçu.   &#160; Certes, je ne m&#8217;attendais pas à 1000 abonnés, j&#8217;ai ( encore&#8230;) les pieds sur terre , mais à partir du moment où il y a 750 abonnés à la newsletter, je pensais que parmi ces personnes, un grand nombre d&#8217;entre elles [&#8230;]</p>\n<p>Cet article <a rel=\"nofollow\" href=\"https://sospc.name/offre-premium-2-mois-bilan/\">[Abonnés] L&rsquo;offre premium d&rsquo;Sospc a 2 mois : bilan.</a> est apparu en premier sur votre site préféré www.sospc.name ;o)&lt;</p>\n]]></description>\n\t\t<wfw:commentRss>https://sospc.name/offre-premium-2-mois-bilan/feed/</wfw:commentRss>\n\t\t<slash:comments>21</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">66007</post-id>\t</item>\n\t\t<item>\n\t\t<title>Amazon Echo / Echo Dot : test du Kit d&#8217;éclairage Philips Hue.</title>\n\t\t<link>https://sospc.name/amazon-echo-kit-philips-hue/</link>\n\t\t<comments>https://sospc.name/amazon-echo-kit-philips-hue/#comments</comments>\n\t\t<pubDate>Sun, 24 Jun 2018 06:30:42 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[Amazon Echo]]></category>\n\t\t<category><![CDATA[amazon]]></category>\n\t\t<category><![CDATA[echo]]></category>\n\t\t<category><![CDATA[hue]]></category>\n\t\t<category><![CDATA[Kit]]></category>\n\t\t<category><![CDATA[Philips]]></category>\n\t\t<category><![CDATA[tutoriel]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://sospc.name/?p=65568</guid>\n\t\t<description><![CDATA[<p>Merci à vous de suivre le flux Rss de www.sospc.name. ;o)&lt;</p>\n<div>\n\t<a href=\"https://sospc.name/amazon-echo-kit-philips-hue/\"><img title=\"Amazon Echo, test du Kit Philips Hue White E27.sospc.name 1\" src=\"https://sospc.name/wp-content/uploads/2018/06/Amazon-Echo-test-du-Kit-Philips-Hue-White-E27.sospc_.name-1-300x300.jpg\" alt=\"Amazon Echo / Echo Dot : test du Kit d&rsquo;éclairage Philips Hue.\" width=\"300\" height=\"300\" style=\"max-width: 100%; height: auto;\" /></a>\n\t</div>\n<p>\tJe vous ai fait découvrir il y a une semaine le nouvel assistant Amazon Echo deuxième génération. Je poursuis aujourd’hui mon délire avec le test du kit Philips Hue livré avec deux ampoules. Je vous annonce d’emblée la bonne nouvelle, ce kit fonctionne très bien, et avant que les ronchons râlent, je vous dis tout de suite qu&#8217;il vous permet de gérer jusqu&#8217;à 50 ampoules ! Il y a donc de quoi faire, je ne connais que deux endroits où l&#8217;on utilise autant d&#8217;ampoules, la villa de Macron et celle d&#8217;Azamos. Déjà, pour commencer, si vous pensez que commander par la voix son éclairage est une une fonctionnalité gadget, inutile de poursuivre la lecture de cet article. Oui, on peut parler de technologie non indispensable, mais c&#8217;est comme tout, c&#8217;est la façon de s&#8217;en servir qui définit son utilité. &#160; [&#8230;]</p>\n<p>Cet article <a rel=\"nofollow\" href=\"https://sospc.name/amazon-echo-kit-philips-hue/\">Amazon Echo / Echo Dot : test du Kit d&rsquo;éclairage Philips Hue.</a> est apparu en premier sur votre site préféré www.sospc.name ;o)&lt;</p>\n]]></description>\n\t\t<wfw:commentRss>https://sospc.name/amazon-echo-kit-philips-hue/feed/</wfw:commentRss>\n\t\t<slash:comments>4</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">65568</post-id>\t</item>\n\t\t<item>\n\t\t<title>Internet en vacances : transformez votre téléphone en Box !</title>\n\t\t<link>https://sospc.name/transformer-smartphone-box/</link>\n\t\t<comments>https://sospc.name/transformer-smartphone-box/#comments</comments>\n\t\t<pubDate>Sat, 23 Jun 2018 06:24:05 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[ASTUCES]]></category>\n\t\t<category><![CDATA[Téléphonie]]></category>\n\t\t<category><![CDATA[4g]]></category>\n\t\t<category><![CDATA[connexion]]></category>\n\t\t<category><![CDATA[ordinateur]]></category>\n\t\t<category><![CDATA[partagé]]></category>\n\t\t<category><![CDATA[point]]></category>\n\t\t<category><![CDATA[portable]]></category>\n\t\t<category><![CDATA[téléphone]]></category>\n\t\t<category><![CDATA[wi fi]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://sospc.name/?p=65542</guid>\n\t\t<description><![CDATA[<p>Merci à vous de suivre le flux Rss de www.sospc.name. ;o)&lt;</p>\n<div>\n\t<a href=\"https://sospc.name/transformer-smartphone-box/\"><img title=\"Utiliser son téléphone mobile comme point d&#039;accès Wi-Fi.sospc.name 1\" src=\"https://sospc.name/wp-content/uploads/2018/06/Utiliser-son-téléphone-mobile-comme-point-daccès-Wi-Fi.sospc_.name-1-300x171.png\" alt=\"Internet en vacances : transformez votre téléphone en Box !\" width=\"300\" height=\"171\" style=\"max-width: 100%; height: auto;\" /></a>\n\t</div>\n<p>\tVous êtes en déplacement pour des raisons professionnelles ou personnelles, vous souhaitez utiliser votre ordinateur portable et là, patatra, trouver un réseau Wifi gratuit ou pas trop cher (et fiable&#8230;) c&#8217;est vraiment la galère. Sauf que vous n&#8217;y pensez pas, mais votre téléphone mobile peut vous être d&#8217;une très grande utilité. On en parle aujourd&#8217;hui. C&#8217;est fou le nombre de Gigas qui sont compris dans nos offres mobiles de nos jours. C&#8217;est bien simple, il y a quelques années je n&#8217;avais qu&#8217;un tout petit giga, mais désormais les forfaits 20 Gigas sont devenus la norme minimale, et les promos pour les 30 et 50 Gigas pullulent ! On en trouve bien évidemment des plus costaux, mais attention suivant l&#8217;opérateur vous aurez des surprises, si c&#8217;est pour avoir 100 Gigas ou plus et ne pas pouvoir se connecter ou avoir un [&#8230;]</p>\n<p>Cet article <a rel=\"nofollow\" href=\"https://sospc.name/transformer-smartphone-box/\">Internet en vacances : transformez votre téléphone en Box !</a> est apparu en premier sur votre site préféré www.sospc.name ;o)&lt;</p>\n]]></description>\n\t\t<wfw:commentRss>https://sospc.name/transformer-smartphone-box/feed/</wfw:commentRss>\n\t\t<slash:comments>14</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">65542</post-id>\t</item>\n\t\t<item>\n\t\t<title>Firefox, présentation de deux Thèmes sombres pour améliorer le confort de lecture, par Mia.</title>\n\t\t<link>https://sospc.name/themes-sombres-firefox/</link>\n\t\t<comments>https://sospc.name/themes-sombres-firefox/#comments</comments>\n\t\t<pubDate>Fri, 22 Jun 2018 06:03:53 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Mia]]></dc:creator>\n\t\t\t\t<category><![CDATA[Mia]]></category>\n\t\t<category><![CDATA[Navigateurs]]></category>\n\t\t<category><![CDATA[Vous avez la parole]]></category>\n\t\t<category><![CDATA[extension]]></category>\n\t\t<category><![CDATA[firefox]]></category>\n\t\t<category><![CDATA[installer]]></category>\n\t\t<category><![CDATA[sombres]]></category>\n\t\t<category><![CDATA[thèmes]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://sospc.name/?p=65710</guid>\n\t\t<description><![CDATA[<p>Merci à vous de suivre le flux Rss de www.sospc.name. ;o)&lt;</p>\n<div>\n\t<a href=\"https://sospc.name/themes-sombres-firefox/\"><img title=\"Firefox, présentation de deux Thèmes sombres pour améliorer le confort de lecture,sospcname 9\" src=\"https://sospc.name/wp-content/uploads/2018/06/Firefox-présentation-de-deux-Thèmes-sombres-pour-améliorer-le-confort-de-lecturesospcname-9-300x155.png\" alt=\"Firefox, présentation de deux Thèmes sombres pour améliorer le confort de lecture, par Mia.\" width=\"300\" height=\"155\" style=\"max-width: 100%; height: auto;\" /></a>\n\t</div>\n<p>\tBonjour à tous, j&#8217;ai posté dernièrement sur le Forum dans la section « Vos trucs et astuces » une petite trouvaille que je regrette de n&#8217;avoir pas découverte plus tôt. A la demande d&#8217;AZAMOS, j&#8217;en ai fait un article pour Sospc afin que vous soyez plus nombreux à en profiter. Ce sera donc très court car il n&#8217;y a pas matière à en écrire des pages. Je ne sais pas vous, mais je trouve les fonds blancs agressifs pour les yeux. J’avais bien tenté un réglage des couleurs dans les paramètres de Firefox, mais ça ne fonctionnait pas vraiment bien.   &#160; Ensuite j’ai cherché dans les extensions, mais même les thèmes complets ne changent que la couleur des onglets et de la barre de recherche, et beaucoup ne sont pas adaptés à la version Quantum. J’ai fini par trouver deux extensions qui [&#8230;]</p>\n<p>Cet article <a rel=\"nofollow\" href=\"https://sospc.name/themes-sombres-firefox/\">Firefox, présentation de deux Thèmes sombres pour améliorer le confort de lecture, par Mia.</a> est apparu en premier sur votre site préféré www.sospc.name ;o)&lt;</p>\n]]></description>\n\t\t<wfw:commentRss>https://sospc.name/themes-sombres-firefox/feed/</wfw:commentRss>\n\t\t<slash:comments>15</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">65710</post-id>\t</item>\n\t\t<item>\n\t\t<title>Amazon Echo : comment remplacer le mot d&#8217;activation Alexa par Amazon, Echo ou Ordinateur.</title>\n\t\t<link>https://sospc.name/amazon-echo-remplacer-alexa/</link>\n\t\t<comments>https://sospc.name/amazon-echo-remplacer-alexa/#comments</comments>\n\t\t<pubDate>Thu, 21 Jun 2018 06:14:57 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[Amazon Echo]]></category>\n\t\t<category><![CDATA[activation]]></category>\n\t\t<category><![CDATA[alexa]]></category>\n\t\t<category><![CDATA[amazon]]></category>\n\t\t<category><![CDATA[changer]]></category>\n\t\t<category><![CDATA[echo]]></category>\n\t\t<category><![CDATA[modifier]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://sospc.name/?p=65660</guid>\n\t\t<description><![CDATA[<p>Merci à vous de suivre le flux Rss de www.sospc.name. ;o)&lt;</p>\n<div>\n\t<a href=\"https://sospc.name/amazon-echo-remplacer-alexa/\"><img title=\"Amazon Echo remplacer le terme Alexa par Amazon, Echo ou Ordinateur.sospc.name 7\" src=\"https://sospc.name/wp-content/uploads/2018/06/Amazon-Echo-remplacer-le-terme-Alexa-par-Amazon-Echo-ou-Ordinateur.sospc_.name-7-300x169.jpg\" alt=\"Amazon Echo : comment remplacer le mot d&rsquo;activation Alexa par Amazon, Echo ou Ordinateur.\" width=\"300\" height=\"169\" style=\"max-width: 100%; height: auto;\" /></a>\n\t</div>\n<p>\tDidpoy m&#8217;a demandé ces jours-ci si le mot clé d&#8217;activation &#8216; Alexa &#8216; pouvait être changé. Je lui ai manifestement répondu un peu trop vite par la négative car j&#8217;ai trouvé par hasard une petite astuce pour le changer mais bon, pas de quoi pavoiser le choix reste vraiment très limité&#8230; Je vous ai présenté récemment l&#8217;assistant vocal Amazon Echo que j&#8217;ai adoré tester. Le mot clé qui permet d&#8217;interagir avec cette intelligence artificielle est &#8216; Alexa &#8216;. C&#8217;est bien beau tout ça, mais qu’arriverait-il si vous ou une personne de votre entourage s’appelait Alexa, Alex ou tout autre prénom phonétiquement très proche ? Je suppose que c&#8217;est sûrement pour cela qu&#8217;Amazon permet sa modification. Il y a deux possibilités : soit vous l&#8217;effectuez en ligne depuis votre Pc, mais le choix proposé sera seulement Amazon ou Echo, soit vous utilisez [&#8230;]</p>\n<p>Cet article <a rel=\"nofollow\" href=\"https://sospc.name/amazon-echo-remplacer-alexa/\">Amazon Echo : comment remplacer le mot d&rsquo;activation Alexa par Amazon, Echo ou Ordinateur.</a> est apparu en premier sur votre site préféré www.sospc.name ;o)&lt;</p>\n]]></description>\n\t\t<wfw:commentRss>https://sospc.name/amazon-echo-remplacer-alexa/feed/</wfw:commentRss>\n\t\t<slash:comments>2</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">65660</post-id>\t</item>\n\t\t<item>\n\t\t<title>Linux : découvrez le mode persistant de la distribution MX 17, par Didier.</title>\n\t\t<link>https://sospc.name/mode-persistant-mx-17/</link>\n\t\t<comments>https://sospc.name/mode-persistant-mx-17/#comments</comments>\n\t\t<pubDate>Wed, 20 Jun 2018 05:46:32 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Didier]]></dc:creator>\n\t\t\t\t<category><![CDATA[Didier]]></category>\n\t\t<category><![CDATA[Linux]]></category>\n\t\t<category><![CDATA[Vous avez la parole]]></category>\n\t\t<category><![CDATA[découvrir]]></category>\n\t\t<category><![CDATA[linux]]></category>\n\t\t<category><![CDATA[mx17]]></category>\n\t\t<category><![CDATA[tutoriel]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://sospc.name/?p=65197</guid>\n\t\t<description><![CDATA[<p>Merci à vous de suivre le flux Rss de www.sospc.name. ;o)&lt;</p>\n<div>\n\t<a href=\"https://sospc.name/mode-persistant-mx-17/\"><img title=\"Linux découvrez le mode persistant de la distribution MX 17, par Didier.sospc.name 1\" src=\"https://sospc.name/wp-content/uploads/2018/06/Linux-découvrez-le-mode-persistant-de-la-distribution-MX-17-par-Didier.sospc_.name-1.jpg\" alt=\"Linux : découvrez le mode persistant de la distribution MX 17, par Didier.\" width=\"250\" height=\"250\" style=\"max-width: 100%; height: auto;\" /></a>\n\t</div>\n<p>\tJ’affectionne tout particulièrement le mode LIVE pour utiliser Linux. Habituellement, l’extinction du PC supprime toutes modifications effectuées sur le système : changement fond écran, personnalisation du navigateur, création de fichiers ou dossiers, etc&#8230; La distribution MX Linux, dont je vous avait parlé en 2016, permet grâce à un mode « persistant » efficace de stocker vos préférences, de conserver vos modifications à l’extinction de la machine, à chaque redémarrage sur votre clé USB Live, on retrouve sa configuration modifiée…………&#8230;sympa, non ? =&#62; pas d’installation =&#62; pas de dual-boot (bien que ça reste un excellent choix) =&#62; pas d’utilisation en Virtual Box et tout ça en français !! Suivez le guide pour l’installation en mode texte. Au démarrage sur la clé et sur laquelle on a « gravé » l’iso de la MX 17 : https://mxlinux.org/download-links &#160; Sélectionner 2e choix : Snapshot Customize Boot ( text menus ). Sélectionner 23 French. Nombre de colonnes : faire Entrée. [&#8230;]</p>\n<p>Cet article <a rel=\"nofollow\" href=\"https://sospc.name/mode-persistant-mx-17/\">Linux : découvrez le mode persistant de la distribution MX 17, par Didier.</a> est apparu en premier sur votre site préféré www.sospc.name ;o)&lt;</p>\n]]></description>\n\t\t<wfw:commentRss>https://sospc.name/mode-persistant-mx-17/feed/</wfw:commentRss>\n\t\t<slash:comments>7</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">65197</post-id>\t</item>\n\t\t<item>\n\t\t<title>Amazon Echo, test de l&#8217;assistant personnel dont vous ne pourrez plus vous passer.</title>\n\t\t<link>https://sospc.name/amazon-echo/</link>\n\t\t<comments>https://sospc.name/amazon-echo/#comments</comments>\n\t\t<pubDate>Sun, 17 Jun 2018 05:36:35 +0000</pubDate>\n\t\t<dc:creator><![CDATA[admin]]></dc:creator>\n\t\t\t\t<category><![CDATA[Amazon Echo]]></category>\n\t\t<category><![CDATA[Test du Mois.]]></category>\n\t\t<category><![CDATA[alexa]]></category>\n\t\t<category><![CDATA[amazon]]></category>\n\t\t<category><![CDATA[avis]]></category>\n\t\t<category><![CDATA[echo]]></category>\n\t\t<category><![CDATA[français]]></category>\n\t\t<category><![CDATA[test]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://sospc.name/?p=65306</guid>\n\t\t<description><![CDATA[<p>Merci à vous de suivre le flux Rss de www.sospc.name. ;o)&lt;</p>\n<div>\n\t<a href=\"https://sospc.name/amazon-echo/\"><img title=\"amazon echo alexa sospc.name\" src=\"https://sospc.name/wp-content/uploads/2018/06/amazon-echo-alexa-sospc.name_-300x169.png\" alt=\"Amazon Echo, test de l&rsquo;assistant personnel dont vous ne pourrez plus vous passer.\" width=\"300\" height=\"169\" style=\"max-width: 100%; height: auto;\" /></a>\n\t</div>\n<p>\tCela fait deux ans qu&#8217;Amazon Echo existe. Si vous n&#8217;en avez pas entendu beaucoup parlé jusqu&#8217;ici c&#8217;est parce que la première génération était en anglais et moins aboutie. La deuxième génération est désormais disponible dans la langue de molière et je dois dire que j&#8217;ai eu un coup de cœur. Je vous dis tout. Pour être tout à fait précis Amazon Echo est développé depuis fin 2014, on comprend mieux ainsi pourquoi l&#8217;application est si évoluée. J&#8217;ai lu quelques articles / tests ces jours-ci et je les ai globalement trouvés sévères. On n&#8217;essaie pas de vous vendre de l’intelligence artificielle au sens stricte du terme, il ne faut pas tout confondre. &#160; Pour un prix de base de 99€ ( et actuellement en promo à moitié prix 49€, édit du 18/06&#8230;la promo est déjà finie, certaines réfs sont déjà en rupture [&#8230;]</p>\n<p>Cet article <a rel=\"nofollow\" href=\"https://sospc.name/amazon-echo/\">Amazon Echo, test de l&rsquo;assistant personnel dont vous ne pourrez plus vous passer.</a> est apparu en premier sur votre site préféré www.sospc.name ;o)&lt;</p>\n]]></description>\n\t\t<wfw:commentRss>https://sospc.name/amazon-echo/feed/</wfw:commentRss>\n\t\t<slash:comments>38</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">65306</post-id>\t</item>\n\t</channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/straitstimes.com",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" ?> <rss version=\"2.0\" xml:base=\"https://www.straitstimes.com/\" xmlns:atom=\"http://www.w3.org/2005/Atom\"> <channel> <title>The Straits Times Asia News</title>\n <link>https://www.straitstimes.com/</link>\n <atom:link rel=\"self\" href=\"https://www.straitstimes.com/news/asia/rss.xml/20180703\" />\n <language>en</language>\n</channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/strava",
    "content": "\n<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" xmlns:atom=\"http://www.w3.org/2005/Atom\" version=\"2.0\" xmlns:cc=\"http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html\">\n    <channel>\n        <title><![CDATA[strava-engineering - Medium]]></title>\n        <description><![CDATA[Engineers building the social network for athletes. - Medium]]></description>\n        <link>https://medium.com/strava-engineering?source=rss----89d4108ce2a3---4</link>\n        <image>\n            <url>https://cdn-images-1.medium.com/proxy/1*TGH72Nnw24QL3iV9IOm4VA.png</url>\n            <title>strava-engineering - Medium</title>\n            <link>https://medium.com/strava-engineering?source=rss----89d4108ce2a3---4</link>\n        </image>\n        <generator>Medium</generator>\n        <lastBuildDate>Sat, 09 Jun 2018 16:46:34 GMT</lastBuildDate>\n        <atom:link href=\"https://medium.com/feed/strava-engineering\" rel=\"self\" type=\"application/rss+xml\"/>\n        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>\n        <atom:link href=\"http://medium.superfeedr.com\" rel=\"hub\"/>\n        <item>\n            <title><![CDATA[Apple Dev Guild Week]]></title>\n            <link>https://medium.com/strava-engineering/apple-dev-guild-week-f5981fe525a4?source=rss----89d4108ce2a3---4</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/f5981fe525a4</guid>\n            <category><![CDATA[mobile]]></category>\n            <category><![CDATA[swift]]></category>\n            <category><![CDATA[ios]]></category>\n            <dc:creator><![CDATA[Jeff Remer]]></dc:creator>\n            <pubDate>Mon, 04 Jun 2018 23:55:00 GMT</pubDate>\n            <atom:updated>2018-06-04T23:55:00.331Z</atom:updated>\n            <content:encoded><![CDATA[<h4>Swift Adoption</h4><p>The team of developers that works on our iPhone and Apple Watch app spends the majority of its time working on feature development during the year. However, for a week in April the Apple Dev Guild had the opportunity to focus on platform health and the future of what writing iPhone and Watch apps looks like at Strava. Until this year writing iOS and WatchOS apps at Strava has meant writing entirely Objective-C. As a guild and as an organization we determined that it was important to begin our shift to Swift.</p><h3>Why Swift? Why now?</h3><p>Swift is a fast, safe, modern programming language. Swift was a fresh start for Apple. Unlike Objective-C, which comes with the baggage of being incrementally built on top of C, was designed from the ground up with features such as strict type safety and succinctness that help prevent programmer error, ease in maintenance, and let the programmer focus on logic and business rules.</p><p>Swift is the standard for writing iOS apps, partially because Apple declared it the official language, but also because it’s effective. Programmers are using it, it is the fastest growing programming language overall, and we’re at the stage where many iOS programmers have only ever written Swift. As a growing company we get candidates all the time that have only written Swift, which is perfectly fine with us since we tend to believe that being an effective iOS programmer is more about knowing the platform and having strong software engineering fundamentals. However, it was clear to us that in order to attract engineers we needed to evolve.</p><p>Strava’s iOS codebase is 7 years old and is almost entirely Objective-C. Swift has been around for years. Why hadn’t we really started adopting Swift until this year? At Strava we pride ourselves on adopting a healthy and reasonable mix of bleeding edge technologies and tried and true solutions. We actually did try out Swift in the early days, mostly experimentally, but every Swift release resulted in breaking API changes that just left a bad taste in our mouth. We witnessed several situations where other companies had to repeatedly rewrite their apps written in early versions of Swift and had a hard time coping with API changes across Xcode releases. As time went by and our codebase grew substantially we just simply didn’t risk making the switch, at least until the benefits started to clearly outweigh the disadvantages.</p><p>By the time Swift 4 was released it seemed like its maturity was commensurate with ours and we decided to dive fully in. As a guild we spent some time during the latter half of 2017 ensuring that we were all roughly on the same page as far as technical aptitude in Swift so that engineers could review each other’s code without getting completely lost. At the start of 2018 we decided that all new files should be written in Swift. We have a long way to go, but as of this writing our codebase is approximately 6% Swift and 94% Objective-C. That may not seem like much, but in a codebase of thousands of files and hundreds of thousands of lines of code going from zero Swift to just over 6% this year is a good start.</p><h3>Building up our infrastructure</h3><p>We started adopting Swift at the beginning of the year with enough in our toolbox to keep us working without slowing down product development, but we didn’t lay down a lot of ground rules. We trusted that the nature of Swift’s syntax and type safety would be enough to get us going and avoid the need to rely on manually checking a style guide in order to prevent us from shooting ourselves in the foot. We did integrate <a href=\"https://github.com/realm/SwiftLint\">SwiftLint</a> early on and have adjusted the set of rules we use over time to suit our needs. Developers report that they are pleased that an impartial robot tells them something is wrong with their code at compile-time, rather than getting nitpicked by their colleagues in pull requests.</p><h3>Xcode 9.3 and Swift 4.1 Update</h3><p>Guild week coincided nicely with the release of Xcode 9.3 and Swift 4.1. We spent some time ensuring that our existing Swift code was Swift 4.1 compatible and we updated our project settings to take advantage of the language update.</p><h3>Swift dependency injection with Swinject</h3><p>We’ve used <a href=\"http://appsquickly.github.io/Typhoon/\">Typhoon</a> as our dependency injection framework on iOS for many years and it’s served us well. Although Typhoon supports Swift, we’ve viewed our Swift adoption as an opportunity to try out new things. During guild week we gave <a href=\"https://github.com/Swinject/Swinject\">Swinject</a> a try as a lightweight, pure Swift alternative to Typhoon.</p><h3>BDD with Quick and Nimble</h3><p>Behavior driven development offers an appealing refinement to TDD that can help organize thinking around testing the behavior of your application, especially when compared with traditional unit testing practices. BDD is used widely by the Web guild and we have used both <a href=\"https://github.com/cedarbdd/cedar\">Cedar</a> and <a href=\"https://github.com/kiwi-bdd/Kiwi\">Kiwi</a> in the past at Strava in Objective-C, but we kept returning to regular XCTestCases. BDD in Swift regains some of the elegance lost in BDD in Objective-C, so we decided to give it another shot by integrating <a href=\"https://github.com/Quick/Quick/\">Quick</a> and <a href=\"https://github.com/Quick/Nimble\">Nimble</a>. Quick is similar to RSpec in that it has helped us write more understandable and thorough tests.</p><h3>Miscellany</h3><p>By the time guild week had started in April we were already habitually writing Swift, so the entire focus that week wasn’t just on further Swift adoption. We had a growing laundry list of improvements we hoped to make across the app and across our development toolchain, so we set out to accomplish some of them while we could devote a relatively large chunk of time.</p><p>Some of these improvements included:</p><ul><li>Migrating from HockeyApp to Crashlytics</li><li>Automating integration of internal Cocoapod updates</li><li>Updated our iPhone recording code to use the modernized Strava for Apple Watch recording code</li><li>Added flexibility to our internal URL routing mechanism</li></ul><h3>Looking forward</h3><p>Strava’s second guild week is on the horizon and the Apple Dev Guild is taking some inspiration from the Android guild’s modularization efforts. We’re going to largely focus on modularizing our codebase further with the goals of establishing an architecture that is easier and less brittle to work with. We have some of this architecture in place already and it’s shown to help make working in a large code base feel small and manageable again. Aside from a qualitative improvement in coding confidence we want to establish empirically that these efforts are worth our time. We’ll begin tracking and analyzing build and test times. Alongside our Swift adoption our hope is that a more modular architecture leads to an more stable, more testable, and faster app.</p><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=f5981fe525a4\" width=\"1\" height=\"1\"><hr><p><a href=\"https://medium.com/strava-engineering/apple-dev-guild-week-f5981fe525a4\">Apple Dev Guild Week</a> was originally published in <a href=\"https://medium.com/strava-engineering\">strava-engineering</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n        <item>\n            <title><![CDATA[Time to Learn React!]]></title>\n            <link>https://medium.com/strava-engineering/time-to-learn-react-e207ca12ad57?source=rss----89d4108ce2a3---4</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/e207ca12ad57</guid>\n            <category><![CDATA[web-development]]></category>\n            <category><![CDATA[rails]]></category>\n            <category><![CDATA[react]]></category>\n            <dc:creator><![CDATA[Pan Thomakos]]></dc:creator>\n            <pubDate>Mon, 21 May 2018 16:33:50 GMT</pubDate>\n            <atom:updated>2018-05-21T16:33:50.831Z</atom:updated>\n            <content:encoded><![CDATA[<h3>Web Guild Week at Strava</h3><p>The web guild at Strava is responsible for maintaining and improving the Ruby/Rails/JavaScript/CSS platform, processes, and culture. We believe that an up-to-date, modern web platform is not only more secure and faster, but also makes our engineers more productive and happier. As part of a company wide <a href=\"https://medium.com/strava-engineering/guild-week-at-strava-8edc1d7b5274\">Guild Week</a>, during the week of April 2nd all of our web engineers took time off from their regularly scheduled product work to focus solely on learning React.</p><h3>jQuery, Backbone, and CoffeeScript — oh my!</h3><p>Strava’s main monolithic Rails application began its life over 9 years ago. At that time functional and immutable JavaScript was not in vogue, libraries like React and Redux did not exist, and CSS modules were not a thing. In the early days of Strava we used jQuery and over time, as our application grew, we adopted CoffeeScript and Backbone. Since then, our JavaScript stack has fallen behind the times. Compared to new versions of the Javascript language and new front-end application paradigms, our Javascript stack is brittle and difficult to work with or feel excited about. Near the end of last year we decided to experiment with a few of the newest front-end languages and libraries in order to select a set of tools that would allow us to continue to meet our product goals and stay nimble and reactive to the latest advancements in front-end development.</p><p>We developed a simple rubric for evaluating our options and then selected some engineers to split off into teams and develop a proof of concept login view using each of the technologies we were evaluating. We then came together at the end of the experiment, discussed our findings, and, as you may have guessed, ended up choosing React on ES6.</p><p>At the time of this decision there were only a handful of web engineers that conceptually understood React and we hadn’t made many of our most important technical and best practice decisions yet. How were we going to test our code? Would we be using Redux? Were we going to use CSS modules? How would we integrate with existing code and our existing Rails application? How would we go about migrating our old CoffeeScript code over to React? How would a new engineer at Strava become proficient in React and its associated technologies?</p><h3>Exploring React-land</h3><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*y6C4nSvy2Woe0m7bWEn4BA.png\" /><figcaption><a href=\"https://commons.wikimedia.org/wiki/File:React_Native_Logo.png\">React Logo</a> / <a href=\"https://creativecommons.org/licenses/by-sa/4.0/deed.en\">Creative Commons</a></figcaption></figure><p>Over the next few weeks a group of Strava engineers, dubbed “The React Working Group”, integrated React into our <a href=\"https://strava.com/local\">Strava Local</a> Rails app. This app is independent of our monolith and was a good candidate for continuing to develop our ideas and understanding of this new set of tools. During that time we answered some of the most basic questions and developed some initial best practices. We were going to use <a href=\"https://facebook.github.io/jest/\">Jest</a> for testing, we were not going to use Redux yet, <a href=\"https://github.com/css-modules/css-modules\">CSS modules</a> were a go, and we would upgrade our apps to Rails 4.2 in order to use the <a href=\"https://github.com/rails/webpacker\">Webpacker Gem</a> for easy integration with <a href=\"https://webpack.js.org/\">webpack</a>.</p><p>The complicating factor was that our main Rails application (<a href=\"http://www.strava.com\">www.strava.com</a>) was running Rails 3.2 so we needed to make a very concerted effort to speed up our upgrade plans. I can write a whole other blog post series on upgrading our Rails application, but we’ll stick with React for this post. The summary is that we did it. The Rails 4.0 upgrade was by far the most difficult part and took over a month to complete. The 4.1 and 4.2 upgrades each took about two weeks and included backwards-compatible development work and deployment. We did not have to roll-back any deploys so we considered this a massive success.</p><style>body[data-twttr-rendered=\"true\"] {background-color: transparent;}.twitter-tweet {margin: auto !important;}</style><blockquote class=\"twitter-tweet\" data-conversation=\"none\" data-align=\"center\" data-dnt=\"true\"><p>Rails 4.0 and 4.1 upgrades rolled out within the last two weeks from the <a href=\"http://twitter.com/StravaEng\" target=\"_blank\" title=\"Twitter profile for @StravaEng\">@StravaEng</a> web engineers. Time for a celebration and onwards to Rails 4.2!</p><p>&#x200a;&mdash;&#x200a;<a href=\"https://twitter.com/panthomakos/status/973722555101061120\">@panthomakos</a></p></blockquote><script src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script><script>function notifyResize(height) {height = height ? height : document.documentElement.offsetHeight; var resized = false; if (window.donkey && donkey.resize) {donkey.resize(height); resized = true;}if (parent && parent._resizeIframe) {var obj = {iframe: window.frameElement, height: height}; parent._resizeIframe(obj); resized = true;}if (window.location && window.location.hash === \"#amp=1\" && window.parent && window.parent.postMessage) {window.parent.postMessage({sentinel: \"amp\", type: \"embed-size\", height: height}, \"*\");}if (window.webkit && window.webkit.messageHandlers && window.webkit.messageHandlers.resize) {window.webkit.messageHandlers.resize.postMessage(height); resized = true;}return resized;}twttr.events.bind('rendered', function (event) {notifyResize();}); twttr.events.bind('resize', function (event) {notifyResize();});</script><script>if (parent && parent._resizeIframe) {var maxWidth = parseInt(window.frameElement.getAttribute(\"width\")); if ( 500  < maxWidth) {window.frameElement.setAttribute(\"width\", \"500\");}}</script><h3>Establishing a Permanent Colony</h3><p>At this point we felt that we had a sufficient starting base from which we could begin adopting React as our primary frontend framework. The problem, of course, was that we had a lot of engineers that knew very little about ES6, React, Jest, Webpack, and CSS modules — let alone how all of these new tools would interact with our existing Rails app.</p><p>Enter guild week. Guild week was a perfect opportunity to spend 100% of our time focused entirely on learning these new tools, continuing to develop our best practices, and building a knowledge base so that future employees would be able to learn to use React at Strava quickly. The goal at the end of this week was not to have some percentage of our main Rails app rewritten in React. Instead, we wanted every engineer in the web guild to understand React code and concepts and feel comfortable reviewing ES6 and JSX. The ideal outcome was that going forward the entire guild would agree that all new JavaScript code would be written in React and that over time we would refactor existing backbone views and models into React.</p><p>We spent the first few days of the week working through the <a href=\"https://reactforbeginners.com/\">Web Bos React for Beginners</a> course. This got everyone up to speed with basic ES6, JSX, and React. We then spent the rest of the week writing actual code, comparing results, and learning some more advanced concepts. There was no pressure to produce production level code. If it took one engineer longer to work through the basic React course than another engineer, that was completely okay.</p><p>Throughout the week we also organized some hour-long presentations from the React Working Group members. These sessions were recorded so that future employees could follow along and get caught up. For example, we organized one session on Jest/Testing and another on CSS Modules.</p><p>When we actually dove into code we constrained ourselves to a set list of some smaller views/projects and purposefully duplicated each others work. We wanted to be able to compare implementations so that we could learn and develop consistent practices going forward.</p><h3>Are We There Yet?</h3><p>React week was a great success. The team benefited greatly from being able to take a full week off regular work and just learn. Ultimately this dedicated learning time will result in long term productivity, reliability, and confidence gains. Even if all of us don’t immediately go off and start writing React components, we will be able to more confidently review code and assess technical tradeoffs as we continue to build out our tooling and infrastructure.</p><p>There are some things we could have done better. We should have done more to plan and organize our learning sessions and we should have done a better job of setting up some of the basic tooling and integrations with our web app ahead of time. Part of the reason we weren’t as prepared is that we had just finished our Rails 4.2 upgrade and had not had time to do as much setup as we would have liked.</p><p>In the following weeks we have made additional progress. We have a full “Getting Started in JavaScript” guide which summarizes each of the tools and best practices we have adopted — along with links to the recorded guild week presentations. We have fully integrated linting and testing of JavaScript and CSS into our CI pipeline. And we continue to make improvements to our deployment and development pipelines: for example by de-duping and better organizing our production JavaScript assets.</p><p>We’re excited for the future of JavaScript at Strava! And we’re really looking forward to the next Guild week. If you’re interested in joining the web guild and getting to participate in the next two web guild weeks we’ll have this year, we are always hiring web engineers. Check out our open positions <a href=\"http://bit.ly/2p4YRuY\">here</a> or reach out to me directly <a href=\"https://twitter.com/panthomakos\">@panthomakos</a>.</p><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=e207ca12ad57\" width=\"1\" height=\"1\"><hr><p><a href=\"https://medium.com/strava-engineering/time-to-learn-react-e207ca12ad57\">Time to Learn React!</a> was originally published in <a href=\"https://medium.com/strava-engineering\">strava-engineering</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n        <item>\n            <title><![CDATA[Android Guild Week: Modularizing our App]]></title>\n            <link>https://medium.com/strava-engineering/android-guild-week-924ed49b668c?source=rss----89d4108ce2a3---4</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/924ed49b668c</guid>\n            <category><![CDATA[android]]></category>\n            <category><![CDATA[mobile]]></category>\n            <dc:creator><![CDATA[Todd Santaniello]]></dc:creator>\n            <pubDate>Mon, 30 Apr 2018 22:57:26 GMT</pubDate>\n            <atom:updated>2018-04-30T23:13:54.709Z</atom:updated>\n            <content:encoded><![CDATA[<p>The Android team at Strava tries to maintain a healthy level of refactoring in conjunction with feature development throughout the year. However, earlier this month, all Android engineers had the opportunity to focus solely on platform health for an entire week (see our post about <a href=\"https://medium.com/strava-engineering/guild-week-at-strava-8edc1d7b5274\">Guild Weeks</a> for the history). After reviewing potential areas on which to focus, we decided to spend the week dividing our codebase into functional modules. This post reviews our reasoning, approach and outcomes.</p><h3>Why create more modules?</h3><p>The Android codebase is approximately 6.5 years old and started, as most projects do, with a single module (now named handset). Over the years we added a few new modules, but the majority of our code was still concentrated in handset. With improvements to the Android Gradle Plugin (AGP) such as build caching by module and parallel compilation, we set out to modularize our codebase with the following goals:</p><ul><li>make the project more readable and less tightly coupled</li><li>increase build speed</li><li>enable more efficient development iterations (explained later)</li></ul><h3>Prerequisites</h3><p>Leading up to Guild Week, we agreed it was important to establish some benchmarks and build tools to track our progress. To address this, we added 2 items to our gradle configuration:</p><ol><li>time-based tracking of build tasks — we used <a href=\"https://github.com/nebula-plugins/gradle-metrics-plugin\">Netflix’s Nebula plugin</a> to achieve this</li><li>simple code distribution counts — we wrote a basic gradle task that runs <a href=\"https://github.com/AlDanial/cloc\">cloc</a> locally to give a snapshot of distribution across modules</li></ol><h3>Defining the work</h3><p>We follow a Scrum process at Strava, so we wrote stories to extract different pieces of our app into new modules. Some examples include:</p><ul><li>Create a Challenges module — the Challenges feature is fairly self-contained and seemingly easy to extract</li><li>Create a Test Utilities module — we had some test code duplicated across modules and it made sense to move it to a common location that was reusable by all</li><li>Create an Authorization module — if we extract the login flow to a separate module, engineers can assemble <em>mini-apps</em> during feature development that allow focused iteration. For example, an engineer building new views for our Clubs module could deploy a “Clubs” app that consists of the authorization, clubs and core modules. This <em>should</em> build and deploy in a fraction of the total handset build.</li></ul><p>With our benchmarks established and a week ahead of us, we divvied up the stories and charged forward.</p><h3>One step at a time</h3><p>We all started by creating new, empty modules and then proceeded to extract code out of handset into the new modules. This is also when we really started to shine a light on years of accumulated complexities. Two examples highlight the challenges we faced:</p><h4>Authorization</h4><p>As mentioned earlier, we knew creating an authorization module would be a big win. The path to extract that code unfolded with the following steps:</p><ul><li>getAthlete() — In our codebase, the authorization process revolves around the Athlete class. In the past year, we had already moved a lot of Athlete code from our handset module to an athlete module, but had not yet extracted the fundamental getAthlete() method that queries our API, which is a key step in the authorization flow.</li><li>Push notification settings coupling — When we tried to extract getAthlete(), we saw that the completion callback method syncs push notification settings to our API. Unfortunately, our notification settings code resided in handset and was tightly coupled with several classes there. So we set out to create a notifications module and extract that.</li><li>Pencils down — the week ended while we were in the midst of extracting the notification code to a new module. As of this writing, we are finally ready to land those changes.</li></ul><p>While we slowly moved the authorization code following the process above, we also built an interim solution to achieve mini-apps:</p><ul><li>We added an option to our development menu (not shipped in production builds) that exports preferences and authorization information.</li><li>We introduced a new launcher module that consumes the exported preferences and runs a given starting Activity.</li><li>This allows engineers to deploy a local development app with a subset of the desired modules and authorized access to our test servers.</li></ul><h4>View complexities</h4><p>Another issue we encountered during the week was untangling legacy Activity and Fragment implementations. Long ago, we added StravaBaseActivity and StravaBaseFragment classes. They started as simple ways to provide things like lifecycle method performance tracking and basic injection of commonly used interfaces. Over time, these classes grew well beyond their scope and violated the OOP principle of <em>Composition over Inheritance</em>. We have been gradually migrating our view implementations to an MVVM pattern, but during Guild Week we discovered many of the legacy Activities and Fragments were effectively trapped in the handset module due to the extensive dependencies on Base classes. To address this, we migrated what Views we could and made plans to provide much lighter Base classes in a common-ui module which will ease the transition out of handset.</p><h3>Moving forward</h3><p>Aforementioned complexities aside, we continued our work toward a more modular codebase and made solid progress throughout the week. The team banded together, reviewing Pull Requests and socializing our process to determine how, when and why we introduce a new module. We also ensured a README file accompanied every module that describes its function and assigns ownership to engineers with expertise.</p><p>In addition, we improved our code on several other fronts:</p><ul><li>Since we recently increased our minSdkVersion, we were able to move our images to webp and reduce our APK footprint.</li><li>We deleted a lot of unused build configurations and code from app flavors we had deprecated, simplifying our overall gradle structure.</li><li>We consolidated all of our string content to a single module. This drastically reduced the complexity in our translation process and simplified the steps necessary to create a new module.</li><li>We successfully created a test-utils Java library module. This consolidated all of our shared test classes to a single module that we can now include with a simple testImplementation project(&#39;:test-utils&#39;) line in any gradle file.</li></ul><p>On Monday, we re-ran our tracking tools to measure the efforts and assess our week.</p><h3>Drawing Conclusions</h3><p>We arrived at the following conclusions when the week was over:</p><h4>Modules and code distribution</h4><p>We introduced 8 new modules and reduced the percentage of the codebase in handset from 77% to 74%. 3% does not seem like a large amount, but in one week we established momentum behind modularization and arrived at the following general process: <em>move things, see what breaks, untangle, repeat.</em></p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/602/0*-u8Iagd2e3TzR8Jq.\" /><figcaption>Subset of code distribution metrics by module before &amp; after Guild Week</figcaption></figure><h4>Build Speed</h4><p>Continuous Integration (CI) build times actually increased by 23%. At first this was alarming, as one of the main reasons we began this process was to decrease time spent waiting for our code to build. However, we dug into the numbers further and discovered that due to the changes in the codebase throughout the week, our CI image was spending a lot of time downloading newly-added dependencies. To address this, we increased the frequency at which we rebuild our CI image and continue to monitor build speed closely. We are also investigating a process to automatically rebuild the image every time new dependencies are introduced, eliminating noise from the speed measurements.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/588/0*M5Mc9XQSWbZVRGm9.\" /><figcaption>Elapsed build times (pink line) during Guild Week</figcaption></figure><p>In addition, our interim solution for <em>mini-apps</em> yielded great results regarding build speed. While not tracked in our CI environment, tests on development machines showed a 4x reduction in build time when deploying a mini-app vs deploying the complete handset APK. This will dramatically speed up the development iterations engineers encounter on a daily basis.</p><p>Overall, the team had a great time working together towards a cleaner codebase. We’re actively tracking our progress and are eager to see how much we can achieve before our next Guild Week.</p><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=924ed49b668c\" width=\"1\" height=\"1\"><hr><p><a href=\"https://medium.com/strava-engineering/android-guild-week-924ed49b668c\">Android Guild Week: Modularizing our App</a> was originally published in <a href=\"https://medium.com/strava-engineering\">strava-engineering</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n        <item>\n            <title><![CDATA[Quantifying Effort through Heart Rate Data]]></title>\n            <link>https://medium.com/strava-engineering/quantifying-effort-through-heart-rate-data-e6a0e3dd6a52?source=rss----89d4108ce2a3---4</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/e6a0e3dd6a52</guid>\n            <category><![CDATA[data-science]]></category>\n            <category><![CDATA[fitness]]></category>\n            <dc:creator><![CDATA[Will Meyer]]></dc:creator>\n            <pubDate>Tue, 17 Apr 2018 15:33:14 GMT</pubDate>\n            <atom:updated>2018-04-17T16:45:28.605Z</atom:updated>\n            <content:encoded><![CDATA[<p>From Suffer Score to Relative Effort</p><p>Written by: <a href=\"https://medium.com/u/690f2bb42297\">Chris Spada</a> and <a href=\"https://medium.com/u/b8f957ed1f5\">Will Meyer</a></p><p>One of our most popular Premium features is Suffer Score, a way to quantify effort during an activity using heart rate data. Although Suffer Score has become a popular feature for providing insights into an activity, it had limitations in providing accurate results across sports and athletes for similar efforts. The main problems were:</p><ol><li>The model wasn’t well suited for comparing effort across different sports. Running efforts were scored higher than rides and swims of the same length and intensity. This meant that a similar amount of effort applied to a run would result in a higher Suffer Score than it would have in a ride of a similar duration.</li><li>Length of the effort was weighted much more than intensity. Shorter, more intense efforts had lower Suffer Scores than longer, less intense ones even if the shorter effort had a much greater training effect.</li></ol><p>Working with Dr. Marco Altini, we developed a model to generate a new version of Suffer Score, called Relative Effort. This powers new Premium features that provide insight into week-over-week training load. The new model follows the same approach of using time spent in different heart rate zones to score an activity, but differs in a few key ways: it weights intensity of effort more than duration, is better at weighting equivalent efforts across sports, and scores equivalent efforts by different athletes similarly. The result is that Strava athletes are better able to use this metric to compare activity effort across workout types, sport types and even individuals.</p><p><strong>Tuning the Model</strong></p><p>To calculate Relative Effort, the model takes in a stream of data with an athlete’s heart rate and the corresponding timestamp as inputs. Using the athlete’s max heart rate (either entered by the athlete or estimated), this heart rate data is divided into a number of zones that approximate different levels of cardiovascular intensity. For each heart rate zone, the model applies a coefficient to weight the time spent in that zone. The higher the heart rate zone, the harder the effort, and a higher coefficient to more heavily weight time spent in that zone.</p><p>To achieve our goal of providing similar values for athletes producing similar efforts, we leveraged Strava’s rich data set to find a group of activities from athletes giving a roughly equivalent effort. To tune on a subset of activities from thousands of different athletes, we made the assumption that Athlete A giving an all-out effort should expend an equal amount of stress/effort as Athlete B, even if the athletes have different absolute fitness levels. These two athletes should then have similar Relative Effort values. After testing 5k, 10k, and half marathon distances, we settled on using 10k running race efforts to tune the coefficients applied to each zone. Running removes much of the variability associated with sports like cycling, where drafting and coasting can result in significant changes in effort and heart rate. The 10k distance is short enough that an athlete is consistently in a high heart rate zone, yet long enough for heart rate data to settle into a consistent pattern and avoid the noise often found in shorter events.</p><p>With a large subset of 10k running races on Strava, we iterated through thousands of different coefficient combinations for each heart rate zone, with the goal of minimizing variance of Relative Effort values from our data set. By minimizing the variance on a set of equivalent efforts, we sought to increase the precision of the model and rate equivalent efforts equally. We used the coefficient of variation (standard deviation / mean) to measure variance in order to control for the effect of increasing values when testing higher coefficients. We were able to decrease the coefficient of variation from 0.44 from the original coefficients to 0.39, a 12% improvement. This decrease in variance will improve the accuracy of the Relative Effort model and give our athletes a better representation of their efforts.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/0*ej9UgBULD02JGq3x.\" /></figure><p><strong>Extending the model to different sports</strong></p><p>The second objective of rebuilding Relative Effort was to better approximate efforts across activities. To do this, we used activities from Olympic distance triathlons as a way to find equivalent efforts to tune the model across sports. Although not perfect in terms of athletes giving equal effort in each leg, we think that in aggregate those activities should give us a reasonably hard effort for comparison. This was particularly valuable to validate using a lower set of heart rate zones for cycling activities, and a lower max heart rate for swim activities.</p><p>To make Relative Effort scores comparable between run and ride, we compared running and cycling activities from the Olympic distance triathlon dataset to view an approximation of the values using the new ride zones. The ride zones are relatively lower than run, as cycling heart rates are lower than weight-bearing activities like running. We found a median score of 211 for run, and 190 for ride. Even though the ride median is slightly lower than the run median, we’re comfortable with this because a cycling effort during a triathlon is usually submax to save some energy for the run.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/0*ZRizQwcbWTMmeZTa.\" /></figure><p>We wanted to make sure we had a good approximation between ride and run before we moved on to swimming. Heart rate based training isn’t as common for swimming, and literature for swim heart rate zones isn’t as well defined as run and ride. Additionally, swimming max heart rate has been described as 10–12 beats per minute lower than other activities. Given the non-weight-bearing nature of swimming, we used cycling zones and tested a mix of lower max heart rates and a lower lactate threshold heart rate. We settled on using cycling heart rate zones with a max heart rate 12 beats lower than the recorded value, based on comparing the Relative Effort distributions from swim, ride, and run legs of the triathlon data set.</p><p>For Strava’s 20 other supported activity types, there isn’t extensive research on relative heart rate differences between activities, so we assigned the activities either run or ride HR zones. This is roughly based on whether the sport is weight-bearing and bipedal (Nordic ski, hike) in which case we assigned the run zones, or is not weight-bearing (Windsurf, handcycle, kayak) and has lower expected heart rates, and applied the cycling zones.</p><p>Leveraging Strava’s extensive activity dataset, we were able to tune and extend Relative Effort to better quantify Strava athletes’ efforts, in turn powering a compelling new product for our athletes to help guide their training.</p><p><em>Thanks to Tommy Gaidus, Ethan Hollinshead, Kyle Yugawa, Varun Pemmaraju, and J Evans for their significant contributions and guidance on this project.</em></p><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=e6a0e3dd6a52\" width=\"1\" height=\"1\"><hr><p><a href=\"https://medium.com/strava-engineering/quantifying-effort-through-heart-rate-data-e6a0e3dd6a52\">Quantifying Effort through Heart Rate Data</a> was originally published in <a href=\"https://medium.com/strava-engineering\">strava-engineering</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n        <item>\n            <title><![CDATA[Guild Week at Strava]]></title>\n            <link>https://medium.com/strava-engineering/guild-week-at-strava-8edc1d7b5274?source=rss----89d4108ce2a3---4</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/8edc1d7b5274</guid>\n            <category><![CDATA[engineering]]></category>\n            <category><![CDATA[culture]]></category>\n            <dc:creator><![CDATA[Chris Donahue]]></dc:creator>\n            <pubDate>Thu, 12 Apr 2018 00:18:59 GMT</pubDate>\n            <atom:updated>2018-04-12T16:17:09.126Z</atom:updated>\n            <content:encoded><![CDATA[<p>Recently, the Strava Engineering team took a weeklong break from regular product work to focus attention on our core technology platforms. We coined this effort Guild Week. Before explaining Guild Week, it’d be useful to understand what a “Guild” is at Strava.</p><h3>A Brief History of Guilds at Strava</h3><p>Like most software companies, Strava started off with a single product development team, consisting of engineers, product managers, and designers. Engineers and designers were “free agents”, and worked on whatever project was highest priority. Eventually, we reached a point where that single team became unwieldy to manage. Product managers couldn’t plan for the medium / long term because they couldn’t count on having engineering and design support. Engineers couldn’t develop expertise in specific areas of the product, and also didn’t have the time to make longer-term investments in more complex product features.</p><p>To solve this problem, we split product development into what we called “vertical teams” — smaller teams comprised of mobile and web engineers, designers, analysts, and a product manager that each focused on one aspect of Strava’s product. These teams are relatively stable — we have had Growth and Premium vertical teams for over two years.</p><p>Of course, any team structure represents a compromise. In our case, the vertical team structure split iOS, Android, and Web engineers across multiple teams, which made it difficult to maintain consistency and cohesion across technology platforms. To counter this problem, we created a secondary team structure called Guilds. Each iOS, Android, and Web engineer became a member of their respective Guild in addition to their vertical team.</p><p>The Guilds are responsible for their technical platform: onboarding new engineers in that platform; keeping the platform current with the latest technologies; maintaining consistent design patterns across each codebase; and teaching one another about best practices.</p><h3>Guild Work</h3><p>We try to spend 10% of engineering time working on Guild projects. Tackling larger Guild projects is challenging when each engineer in the Guild is also responsible for projects on their vertical team. Guild work is of strategic importance to Strava — a healthy codebase enables us to build great products, and keeping our technology stack up-to-date ensures that our engineers are developing skills in modern systems and frameworks. As a result, we decided to supplement the 10% ongoing time with a series of Guild Weeks scheduled throughout the year. During a Guild Week, all engineers devote 100% of their time to their respective platforms. In this blog post series we’ll explore what each of our Guilds did during their first Guild Week of 2018.</p><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=8edc1d7b5274\" width=\"1\" height=\"1\"><hr><p><a href=\"https://medium.com/strava-engineering/guild-week-at-strava-8edc1d7b5274\">Guild Week at Strava</a> was originally published in <a href=\"https://medium.com/strava-engineering\">strava-engineering</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n        <item>\n            <title><![CDATA[Diversity within Strava’s Engineering Organization]]></title>\n            <link>https://medium.com/strava-engineering/diversity-within-stravas-engineering-organization-a48d0a0dd9ed?source=rss----89d4108ce2a3---4</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/a48d0a0dd9ed</guid>\n            <category><![CDATA[diversity]]></category>\n            <dc:creator><![CDATA[Dickson Lui]]></dc:creator>\n            <pubDate>Fri, 23 Feb 2018 18:42:55 GMT</pubDate>\n            <atom:updated>2018-03-05T23:54:08.648Z</atom:updated>\n            <content:encoded><![CDATA[<p><em>with contributions from Debbie Ly and the EDIG team</em></p><p>At Strava, we believe that building a diverse and inclusive culture is crucial to bringing out the best in our team.</p><ul><li>Creating a safe space fosters a sense of belonging, where all teammates can be more comfortable sharing their ideas and perspectives.</li><li>Fostering an environment of inclusion will continue to encourage strong candidates to apply to Strava, expanding our potential talent pool.</li><li>Creativity is an essential component of engineering work. A diverse set of experiences and backgrounds expands the knowledge base we draw from, and ultimately inspires inventive solutions.</li><li>We will deliver a better product to our athletes if our engineering team more closely matches the world demographic.</li></ul><p>These values have always been important to us — a group of volunteers created the original Diversity and Inclusivity Group (DIG) in 2015 to begin advocating for these issues. However, as our company grew larger in size, we needed more firepower to drive all of the improvements that we were constantly discovering. In mid-2017, we formed our Engineering Diversity and Inclusivity Group (EDIG) with a focus of attracting and engaging diverse engineering candidates and employees.</p><p>The first initiative of our group involved expanding our talent search to new, diverse talent pools. For example, one of our engineers talked to students at Harvey Mudd about job opportunities at Strava, where over 50% of the computer science graduates are women. Our engineers have also been working with <a href=\"http://www.code2040.org/\">Code2040</a>, an organization focused on creating engineering opportunities for black and latinx students, to mentor fellows from underrepresented groups in the technology industry.</p><p>However, the process of interviewing at technology companies can often be stressful for candidates from non-traditional backgrounds. To combat this, we are beginning to send an informative packet to all candidates before their first interview. The goal is for candidates from any background to start the interview process feeling informed and prepared. Because we believe that having teams with diverse skill sets adds value to our engineering projects, we ask candidates questions that gauge their potential value to Strava outside of purely technical contributions. In doing so, we are able to draw a more holistic picture of what a candidate will add to their prospective team.</p><p>Hiring and retention are only the first steps towards our vision of a truly inclusive environment throughout our engineering organization. On an ongoing basis, EDIG members host diversity lunches and actively encourage all employees to join in. During these sessions, participants break out into small groups and engage in a safe conversation around current diversity issues. To incorporate external viewpoints in our way of thinking, we invite prominent speakers who have worked on major diversity initiatives at other technology companies. By encouraging these conversations and creating a safe space for employees to hear out new perspectives and ideas, we can foster a workplace where all voices are heard.</p><p>EDIG encourages all engineers within our organization to actively pursue diversity and inclusion. Traditionally, the challenge engineers face when participating in committees outside their core function is that they feel like they are taking time away from their day-to-day projects to work on something that is not universally seen as directly advancing their engineering career. At Strava, we explicitly encourage and support all engineers to dedicate time and energy to make Strava a better company in any way they see fit, including participating in diversity groups and attending diversity/inclusion conferences and talks. To start, we have seen more people throughout our organization gathering diversity data, scheduling lunchtime talks on important issues, and improving other parts of our hiring process.</p><p>From our internal surveys, we see an 18% year-over-year increase on the belief that Strava values diversity. In the past year, we’ve hired ten women and nine people of color to join our team. We have made good progress in 2017, but our team continues to explore other ways we can further improve. Strava is committed to furthering these principles and building a diverse team in 2018 and beyond. Stay tuned for more updates and learnings from Strava’s EDIG.</p><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=a48d0a0dd9ed\" width=\"1\" height=\"1\"><hr><p><a href=\"https://medium.com/strava-engineering/diversity-within-stravas-engineering-organization-a48d0a0dd9ed\">Diversity within Strava’s Engineering Organization</a> was originally published in <a href=\"https://medium.com/strava-engineering\">strava-engineering</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n        <item>\n            <title><![CDATA[Upgrading Kafka at Strava]]></title>\n            <link>https://medium.com/strava-engineering/upgrading-kafka-at-strava-fda64bed0504?source=rss----89d4108ce2a3---4</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/fda64bed0504</guid>\n            <category><![CDATA[infrastructure]]></category>\n            <category><![CDATA[docker]]></category>\n            <category><![CDATA[internships]]></category>\n            <category><![CDATA[kafka]]></category>\n            <dc:creator><![CDATA[Danny Schofield]]></dc:creator>\n            <pubDate>Mon, 18 Dec 2017 22:34:18 GMT</pubDate>\n            <atom:updated>2017-12-19T19:30:14.801Z</atom:updated>\n            <content:encoded><![CDATA[<p><strong>About Me:</strong></p><p>My name is Daniel Schofield and I am a Senior at the University of Maryland. I have had the pleasure of interning at Strava on the Infrastructure team for the past 3 months. While I am an avid runner that has used Strava for a while, my interest in working here was also due to my interest in seeing how Strava engineering projects work under the hood.</p><p><strong>Interning:</strong></p><p>For the first couple weeks of my internship, I was assigned several different tasks to familiarize myself with Strava’s codebase. The biggest of these projects was making updates to the matched runs service, <a href=\"https://blog.strava.com/how-many-matched-runs-you-have-9021/\">Toucan</a>. This was a great start to my internship. I could immediately see the product impact my changes made, while becoming more comfortable at Strava. I was then assigned my main project — implementing a new system for publishing events with <a href=\"https://kafka.apache.org/documentation/\">Apache Kafka</a>.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/415/0*cLvG3yeVLtuFvdW4.\" /></figure><p><strong>Project Background:</strong></p><p>Kafka is a distributed streaming platform, that lets you publish and subscribe to a stream of records.<strong> </strong>Kafka is heavily used at Strava — it logs the majority of events that happen on the platform, such as changes to activities, segment efforts, and kudos. It also plays an important role in logging client behavior events.</p><p>When I arrived at Strava, the majority of events were produced by our Rails front-end that serves API and web traffic. We wanted to improve how we published events to Kafka. Most importantly, we were producing events using an unmaintained Kafka client — <a href=\"https://github.com/bpot/poseidon\">poseidon</a>. In addition, as Strava has grown, we have seen a growth in services that want to produce events to Kafka. When upgrading Kafka versions, the broker needs to be updated, followed by the clients. As the number of producers grew, it became more tedious to make all of the associated upgrades. Event logging is very important to many pieces of Strava’s products and we could not tolerate a loss of events, even when updating our logging system.</p><p>Theoretically it is easy to upgrade Kafka brokers, but it in practice it can be difficult. For example, attempting to upgrade the Kafka brokers, while supporting older clients, resulted in an increased web error rate — the Kafka client we were using, poseidon, did not handle reduced availability scenarios well. We also wanted be able to use the Kafka official API in Java. Overall, when I arrived there were a multitude of reasons to restructure the architecture of event logging to Kafka.</p><p><strong>The Solution:</strong></p><p>Several solutions to improve the way events are logged were explored, however, a service as the solution became clear. By putting event logging behind a service, we were able to leverage Thrift client code already in the current Rails codebase. This code easily allows for retries and other settings to be configured when sending requests to the service.</p><p>The design of the service focused on creating a single Kafka producer that exposes a Thrift endpoint. Rails first forms a request that includes a batch of events. When the service receives these events, it logs them to Kafka. This architecture is simple and allows for the Java Kafka client to be used when publishing. Additionally, any Thrift client can be used to publish events. Finally, having a single producer makes it easier to update the Kafka version and configuration — with a single event sink.</p><p>Through this standardization of a service, Kafka is accessible to any new services that want to produce events with a simple Thrift request, as opposed to having to handle Kafka client configuration. This service can be enhanced to handle extra features such as message validation and any additional logic that could be introduced in the future. The service was then deployed using <a href=\"https://mesosphere.github.io/marathon/\">Marathon</a> to be able to leverage other pre-existing infrastructure such as autoscaling.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/0*4Ihwg-XXgKi28XHU.\" /></figure><p><strong>Lessons Learned:</strong></p><p>Being able to own the development of my own service was helpful for growth as an engineer. Creating my own service allowed me to learn about the open source code that we use at Strava. For example, the application is deployed on <a href=\"https://mesosphere.github.io/marathon/\">Marathon</a> with Docker containers, which gave me insight into container orchestration. Strava also uses <a href=\"https://linkerd.io/\">linkerd</a> and <a href=\"http://zookeeper.apache.org/\">Zookeeper</a> for load balancing and service discovery, in addition to using <a href=\"https://graphiteapp.org/\">Graphite</a> for metrics collection. One of the best things about developing this service was that I was able to gain a sense of how these different technologies interact with one another. Working at Strava, I’ve had the opportunity to learn about technologies I didn’t know existed before I arrived.</p><p><strong>Overall Experience:</strong></p><p>Interning at Strava was an amazing experience and I am extremely thankful that I had the opportunity to work here. I was able to learn about software and best practices in the industry. It was great to see that even though people have strong opinions on the product, they are still able to make data-driven decisions that focus on what is best for the athlete. While here I also had the opportunity to run my first marathon, California International Marathon, and felt extremely encouraged by the positive culture that is prevalent here. I felt important working on a real project that is deployed in production and actually has an impact on Strava. I appreciated the iterative development that allowed me to grow and become a better developer and a better person.</p><p><em>I would like to thank Jeff Pollard for being my technical mentor, Steve Lloyd for being my manager, and all of the Infrastructure team for supporting me throughout my time here. Go Terps.</em></p><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=fda64bed0504\" width=\"1\" height=\"1\"><hr><p><a href=\"https://medium.com/strava-engineering/upgrading-kafka-at-strava-fda64bed0504\">Upgrading Kafka at Strava</a> was originally published in <a href=\"https://medium.com/strava-engineering\">strava-engineering</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n        <item>\n            <title><![CDATA[Rebuilding the Segment Leaderboards Infrastructure: Part 4: Accessory Systems]]></title>\n            <link>https://medium.com/strava-engineering/rebuilding-the-segment-leaderboards-infrastructure-part-4-accessory-systems-5e98dc9a3d78?source=rss----89d4108ce2a3---4</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/5e98dc9a3d78</guid>\n            <category><![CDATA[software-architecture]]></category>\n            <category><![CDATA[scala]]></category>\n            <category><![CDATA[big-data]]></category>\n            <category><![CDATA[infrastructure]]></category>\n            <category><![CDATA[kafka]]></category>\n            <dc:creator><![CDATA[Jeff Pollard]]></dc:creator>\n            <pubDate>Tue, 28 Nov 2017 18:01:01 GMT</pubDate>\n            <atom:updated>2017-11-28T18:01:01.492Z</atom:updated>\n            <content:encoded><![CDATA[<p>Over the past year, the Strava platform team has been working to rebuild the segment leaderboards system. This is the final article in a series of four blog posts detailing that process, and describes how the leaderboards event stream architecture enables simple and easy extensions to the core functionality. For some added context, please read <a href=\"https://medium.com/strava-engineering/rebuilding-the-segment-leaderboards-infrastructure-part-1-background-13d8850c2e77\">part one</a>, which details the background of the leaderboards system, <a href=\"https://medium.com/strava-engineering/rebuilding-the-segment-leaderboards-infrastructure-part-2-first-principles-of-a-new-system-cd2e77c82ba3\">part two</a>, which distilled the problems of the previous leaderboards systems down to a set of principles a new system should solve, and <a href=\"https://medium.com/strava-engineering/rebuilding-the-segment-leaderboards-infrastructure-part-3-design-of-the-new-system-39fdcf0d5eb4\">part three</a>, which describes details of the core leaderboards system.</p><h3>Accessory Systems</h3><p>As a quick refresher, part three of this series described a leaderboard architecture in which effort mutations in the Ruby on Rails app were logged to a Kafka topic partitioned by segment and user. Those mutations are consumed by a worker which refreshed effort data from the canonical effort store, and then applied the resulting updates to leaderboards storage.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/0*nMKEl-8XGLyn-nBi.\" /><figcaption><em>As a review, here is the existing architecture translating effort mutations into leaderboard updates. Note the “Leaderboards Service API,” which is an RPC service clients make requests through to query the Cassandra leaderboards storage.</em></figcaption></figure><p>While this system is the core of our final <em>leaderboards</em> system, it is far from the entire surface area of the leaderboards <em>service</em> at Strava. In addition to basic leaderboard functionality, the leaderboards service is also responsible for:</p><ol><li>Awarding top ten <strong>achievements</strong> (including KOM/QOM) from efforts on an activity.</li><li>Maintaining <strong>counts</strong> of the total number of efforts ever on a segment, and the total number of unique users who have attempted a segment.</li><li>Serving as a base store for dynamically <strong>filtered leaderboards</strong> (for example: a leaderboard composed only of the other users you are following, or the members of a club).</li></ol><p>A naive way to support these features would be to execute queries against Cassandra leaderboard storage:</p><ol><li><strong>Achievements</strong> — whenever we render an activity’s efforts within the Strava product, query the leaderboard for every segment traversed by that activity to determine if any of the activity’s effort resulted in a top ten.</li><li><strong>Counts</strong> — whenever we show a leaderboard, fetch all rows from it to determine the count.</li><li><strong>Filtered leaderboards </strong>— Whenever we need to show a dynamically filtered leaderboard, fetch all rows from the leaderboard and filter them for users which meet the criteria.</li></ol><p>While straightforward, querying Cassandra every time is incredibly costly — you may have noticed the phrase “fetch all rows” more than once in the previous paragraph. Full Cassandra table scans are computationally expensive, and time consuming. If we attempted these naive query patterns during regular query load, we would overwhelm our infrastructure and cause undesirable and unpredictable latency for requests.</p><p>The next logical step, then, is to denormalize the data these features require into a <em>derivative</em> datasets. These datasets contain precomputed answers to the common questions the above queries aim to answer, giving us predictable performance and predictable latency for read requests.</p><h3>Replication and Synchronization</h3><p>Reflecting back on the three features our leaderboards service needs to support, we can classify each access pattern into one of three derivative data sets:</p><ol><li><strong>Leaderboard Cache</strong> — copy of an often-requested portion of all leaderboards, held in a low latency format (i.e. in-memory), offering quick reads.</li><li><strong>Achievements</strong> — store of efforts which are within the top 10 of a leaderboard.</li><li><strong>Counts</strong> — aggregate counts of total efforts and unique number of users seen per leaderboard.</li></ol><p>To keep derivative data stores like these in sync, we will want to update them as soon as the leaderboards themselves are updated. To achieve this goal, oftentimes engineers will do the simple and straightforward thing of adding lines of code in the upstream application to update derivative data stores as well. For example, to keep leaderboard aggregate counts in sync we would add code to increment the total effort counter every time a new effort is added or removed from a leaderboard.</p><p>This approach may sound straightforward at first, but there is a lot of hidden complexity:</p><ul><li>Latency in updating downstream data sets add latency to upstream processing.</li><li>Availability of the upstream processing is now tied to availability of the downstream data stores.</li><li>Upstream processing is now concerned with proper error-handling/retry/data consistency requirements of downstream data sets.</li><li>Added complexity of code, integration, and testing downstream updates within the upstream system.</li></ul><p>In nearly all cases, these complications can be avoided by instead architecting your system in a <a href=\"https://www.confluent.io/blog/making-sense-of-stream-processing/\">stream processing</a> approach, where changes in the upstream system are asynchronously replicated to downstream ones. In this design, the upstream triggering system logs mutations it is making, then downstream services consume those updates and apply changes to their own data stores. In our implementation, the worker updating leaderboards simply logs <em>leaderboard </em>mutation messages as it updates leaderboards. Downstream clients consume those mutations to keep their derivative data stores in sync.</p><h3>Derivative Data Sets</h3><p>In the rest of this article we will summarize how the leaderboards stream processing architecture allowed us to build three derivative data sets. We’ll slowly build out a diagram of the entire leaderboard architecture, showing how all three of the systems fit together as part of the larger whole.</p><h4>Leaderboard Cache</h4><p>While Cassandra meets our use case for leaderboard storage quite nicely, due to its data model, it has a limited querying ability. You are not able to craft queries as expressive as those in more traditional RDBMS (such as MySQL). The normal approach to this limitation is to predefine query patterns and denormalize data into separate Cassandra tables, one for each query pattern.</p><p>This technique is somewhat challenging for leaderboards. For the dynamic leaderboards, it is prohibitively expensive to materialize all of them in Cassandra. We would be looking at an additional leaderboard per segment for each user that has traversed the segment and each club in which a member has traversed the segment, together ordering on the tens or hundreds of millions. Thus, we have to fetch all efforts from the base leaderboard, and filter them in memory. These are not common requests, but do happen with enough frequency, and are expensive enough to Cassandra, that we wanted to look at ways to limit them to some degree.</p><p>Additionally, aside from paginated leaderboard results, the other main query we must fulfill is calculating a user’s ranking on a given leaderboard. Since the ranking is dependent on the number of rows above the user in a given leaderboard, we have to fetch all efforts that are faster than the user’s entry to determine the rank. This could potentially be the entire leaderboard (if the user is in last place), another very expensive operation.</p><h4>Caching</h4><p>The solution to this problem was to put a cache in front of Cassandra to serve common leaderboard requests. This cache would hold a subset of frequently requested leaderboards, stored in a data structure to facilitate quick response times. The cache should be able to serve leaderboard requests faster than Cassandra, and could potentially provide a richer querying API to handle those requests without needing a full scan.</p><h4>Populating the Cache</h4><p>Populating the cache should be done on a cache <em>miss</em> as seen from leaderboard read requests. On a miss, the client logs a message into a Kafka topic noting the leaderboard which had the cache miss. A downstream consumer (discussed shortly) consumes the cache miss message, and populates the cache by querying for canonical leaderboard data from Cassandra.</p><p>You may be wondering why we didn’t craft the cache as a <a href=\"https://docs.oracle.com/cd/E16459_01/coh.350/e14510/readthrough.htm#sthref111\">read through cache</a>, where the client queries Cassandra on a miss, and then caches that response as part of the initial read request. The reason is that we actually cache the entire leaderboard (all efforts), not just the specific response for the specific request. And we do not want to introduce latency to the read request to do this cache operation, so instead it is deferred to a out-of-band downstream consumer.</p><p>This may see counterintuitive, but it’s important to note that caching specific leaderboard responses is incredibly hard. Leaderboard responses include a ranking value for each effort returned. This is the effort’s ranking in the leaderboard, noting how many faster efforts there are before it. Caching partial sections of leaderboard standings with a ranking is dangerous — because as new efforts are added or removed from the leaderboard, the ranking value for <em>other efforts on the leaderboard </em>change. For example, if I upload a best effort on a segment with 10,000 athletes and I am the new 250th best effort, the remaining 9,750 efforts all need to have their ranking shifted down by one. If we cached portions of leaderboards, on any given best effort mutation we would have to invalidate all partial responses that had their standing changed by that effort. This is certainly <em>possible</em>, but incredibly challenging and untenable.</p><p>Caching, and then invalidating, the <em>entire</em> leaderboard on each new best effort mutation is certainly simpler and easier to reason about. Unfortunately, popular (read: large) leaderboards see tens of updates a day, lowering cache hit rate for that class of leaderboard. This is extra-unfortunate since those popular leaderboards are the slowest to query, and then need caching the most.</p><p>The ideal solution is to cache the whole leaderboard in a structure which maintains ranking on updates, but allows <em>partial</em> updates as new efforts are added and removed from the leaderboard. This is tricky to do, as cache population due to cache misses needs to be synchronized with these partial updates. If you process them independently, you could end up with inconsistent data. Imagine Cassandra is queried by the actor processing the cache miss, but before the actor can write the leaderboard to cache, an effort is added to that same leaderboard in Cassandra. This effort was added after the first actor queried Cassandra, but since the leaderboard doesn’t exist yet (we are waiting on that actor to process the miss), the separate actor processing the leaderboard update does not apply the change. The first actor processing the miss then writes the leaderboard to cache, and we’ve lost the leaderboard update.</p><p>To achieve this synchronization, we rely on our good friend Kafka topic partitioning. Both cache miss messages, along with leaderboard updates, are logged into the same topic partitioned this time by segment and leaderboard type. This ensures that all writes to a particular type of segment leaderboard — both populates <em>and</em> updates — are serialized, processed by no more than one actor at a time.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/0*R00uXe9DJP5MtMk_.\" /><figcaption>Adding cache support was as simple as logging both cache misses and leaderboard updates for the new cache worker to consume. The new cache worker components are highlighted in yellow.</figcaption></figure><h4>Cache Data Store</h4><p>What data store will work with this caching strategy? Basic object caches, like Memcache, are out, since they do not support partial updates or ordered data structures. What we need is a cache that has slightly richer features and data structures which support partial updates. As it turns out, Redis is a good candidate for this problem.</p><p>The Redis <a href=\"https://redis.io/topics/data-types#sorted-sets\">sorted set</a> data structure is a natural fit, because it allows us to sort efforts by their elapsed time. However, due to details outside of the scope of this blog post, the actual implementation of leaderboards in Redis required keeping both a sorted set and a hash in order to efficiently implement all needed leaderboard queries. This represented a challenge, as Redis does not have any sort of transaction isolation, and we did not want to use locks, for reasons mentioned in <a href=\"https://medium.com/strava-engineering/rebuilding-the-segment-leaderboards-infrastructure-part-1-background-13d8850c2e77\">earlier posts</a> in this series.</p><p>However, Redis does have the <a href=\"https://redis.io/commands/eval\">ability to run Lua scripts</a> via an embedded Lua interpreter, and the entire Lua script runs from start to finish atomically on the Redis instance. Leveraging this fact, we were able to write a suite of Lua scripts which atomically update both the sorted set and hash atomically. The cache worker then simply executes these scripts when processing cache miss and leaderboard update messages.</p><p>Finally, it’s important to address part one of this series, where we noted Redis was a “bad choice” for storage. We’re less concerned with the poor Redis ops story in this deployment, as all cache data is ephemeral. If our Redis instance crashes, we will lose all cached data, but the leaderboards system will still have high availability — we can read from Cassandra temporarily until a replacement node is back online.</p><h3>Achievements</h3><p>To record top ten achievements, a worker consumes leaderboard mutation messages logged by the cache worker, filtering them out for only efforts on either the KOM or QOM (colloquially called XOM) leaderboards. For each XOM effort seen, we query the leaderboard it appears on, to see if the effort is in the top ten results. If it is, we enqueue a job to record the achievement in our Rails app, which owns the display of these achievements.</p><p>Why does the worker need to look up the top ten leaderboard results if we have the leaderboard mutation already? The answer is that the leaderboard mutation does not include the ranking of the user on the leaderboard. This was a conscious decision. While calculating such a rank is <em>possible</em> at effort add time to Cassandra, calculating it is prohibitively expensive as it requires counting all the rows for efforts with a elapsed time faster than the effort just inserted. Rather than slow down the workers updating Cassandra, we decided to do this work via a separate worker after the leaderboard has been updated. That downstream worker is then able to query for leaderboards like any other client (using the cache), and only query the top ten results: a much cheaper query than asking for the ranking of the effort on the whole leaderboard.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/0*HWRvZ6RgZprX2Ut7.\" /><figcaption><em>Logging cache worker cache mutations works as a signal for the achievements worker to check the leaderboard for achievements. The new achievements worker components are highlighted in yellow.</em></figcaption></figure><p>The tradeoff with this approach is a small chance of missed achievements during a high volume of concurrent effort uploads to the same leaderboard. For instance, if I upload an effort that is the new KOM on a segment, but before the worker calculating achievements processes the leaderboard mutation, my friend uploads their effort which is even faster and takes over the KOM. <em>Technically</em> my effort was the KOM, for the brief moment between my effort upload and my friends. However, when achievements worker actually queries for the top ten based on my effort it would see my effort as <em>second</em> place, with my friends effort as the KOM.</p><p>This is certainly not ideal, but this situation is very rare. Even if it does occur, most users would be okay (or even in some cases, unaware) they held the XOM for that short amount of time. Additionally, even if they did know they held it, under normal operating conditions they’d have only held the XOM for a second or two, not long enough to really consider themselves the XOM holder with any authority.</p><h3>Aggregate Counts</h3><p>As mentioned above, we maintain two aggregate total effort counts on a segment: the number of efforts ever, and the number of distinct users. The old Scala-powered system updated both counts via addEffort or removeEffort calls. The total effort count was implemented as a denormalized Redis counter, while the distinct user count was simply the <a href=\"https://redis.io/commands/hlen\">HLEN</a> of the redis hash per segment.</p><p>For the distinct user count, there is no equivalent O(1) HLEN command for Cassandra. We have to use the more expensive <a href=\"https://docs.datastax.com/en/cql/3.1/cql/cql_reference/select_r.html#reference_ds_d35_v2q_xj__counting-returned-rows\">COUNT(*)</a> query on the overall the leaderboard. Since this is so much more expensive, we made the decision to denormalize effort counts into another data store, keyed by the segment. For every leaderboard mutation seen on the overall leaderboard, we issue a COUNT(*) command and write the result to the denormalized store. This will obviously calculate counts for every segment in the whole system, even for segments which no client ever queries for, but popular leaderboards see hundreds of requests for their count per day, so the tradeoff is worth it for predictable O(1) read performance.</p><p>Total effort counts are more complicated. We cannot simply increment/decrement counts as we consume effort mutation messages, because that operation is not idempotent. If the consumer crashes and picks up from an earlier offset in the log we will be double incrementing/decrementing efforts.<em> </em>It turns out this is a <a href=\"https://hughfdjackson.com/engineering/counters,-idempotence-and-forgetful-bloom-filters/\">common problem in distributed systems</a>, with the distinction that we’re not really looking for a <em>counter</em>, really we want a <em>set</em> of all efforts on a segment, using the <em>cardinality</em> of that set as the total count.</p><p>However, sets are quite memory intensive; we would need to store every effort ever at Strava to produce accurate counts. This is also <a href=\"https://en.wikipedia.org/wiki/Count-distinct_problem\">another common problem</a>, for which most solutions rely on <a href=\"https://dzone.com/articles/introduction-probabilistic-0\">probabilistic data structures</a>. In our case, a <a href=\"https://en.wikipedia.org/wiki/HyperLogLog\">HyperLogLog</a> data structure works well for use case. It supports idempotent adds in O(1), with O(1) cardinality checking. So effort counts are now as simple as consuming effort mutations, adding each effort to a HyperLogLog per segment.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/0*b-t5S4T5OAWq5B9y.\" /><figcaption><em>The existing leaderboard updates topic logged by the cache worker is also used to notify the counters worker to update the denormalized leaderboard counts. The new counters worker components are highlighted in yellow.</em></figcaption></figure><p>Unfortunately, as of today, this is not the way our production system maintains total effort counts. We still naively update counts via addEffort or removeEffort calls. As mentioned earlier, to accurately build a HyperLogLog counter for all efforts ever per segment we’d have to play all efforts ever into it. This is a non-trivial backfill operation, and instead we just decided to migrate the counters from the old infrastructure and maintain them the same way. This is obviously not ideal, but is no worse than the current implementation and allowed us to more quickly migrate away from the old leaderboards infrastructure.</p><h3>Conclusion</h3><p>Hopefully, after this article, it is clear that a stream processing architecture provides a great foundation to easily build services that produce derivative datasets. We saw it was easy to build several systems — a robust leaderboard cache containing a subset of often-requested leaderboards, a system to detect and publish top ten achievements, and a system to maintain denormalized aggregate counts.</p><p>While these datasets are updated asynchronously, with some latency, between their triggering actions upstream and an update reflected in the derivative data store, the latency is generally very low. This is a worthwhile tradeoff — in exchange for a latency hit, we get a system with increased reliability and consistency of updates, decoupling of components, scaling independence and flexibility, and simpler error and retry handling.</p><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=5e98dc9a3d78\" width=\"1\" height=\"1\"><hr><p><a href=\"https://medium.com/strava-engineering/rebuilding-the-segment-leaderboards-infrastructure-part-4-accessory-systems-5e98dc9a3d78\">Rebuilding the Segment Leaderboards Infrastructure: Part 4: Accessory Systems</a> was originally published in <a href=\"https://medium.com/strava-engineering\">strava-engineering</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n        <item>\n            <title><![CDATA[Rebuilding the Segment Leaderboards Infrastructure — Part 3: Design of the New System]]></title>\n            <link>https://medium.com/strava-engineering/rebuilding-the-segment-leaderboards-infrastructure-part-3-design-of-the-new-system-39fdcf0d5eb4?source=rss----89d4108ce2a3---4</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/39fdcf0d5eb4</guid>\n            <category><![CDATA[big-data]]></category>\n            <category><![CDATA[cassandra]]></category>\n            <category><![CDATA[infrastructure]]></category>\n            <category><![CDATA[kafka]]></category>\n            <dc:creator><![CDATA[Jeff Pollard]]></dc:creator>\n            <pubDate>Tue, 07 Nov 2017 18:32:09 GMT</pubDate>\n            <atom:updated>2017-11-07T18:32:29.658Z</atom:updated>\n            <content:encoded><![CDATA[<p>Over the past year, the Strava platform team has been working to rebuild the segment leaderboards system. This is the third in a series of four blog posts detailing that process. This post describes the implementation details of the new leaderboards system, showing how it achieves the design goals set out in earlier posts, and fixes some common problems seen in the previous leaderboards system. For some added context, please read <a href=\"https://medium.com/strava-engineering/rebuilding-the-segment-leaderboards-infrastructure-part-1-background-13d8850c2e77\">part one</a>, which details the background of the leaderboards system, and <a href=\"https://medium.com/strava-engineering/rebuilding-the-segment-leaderboards-infrastructure-part-2-first-principles-of-a-new-system-cd2e77c82ba3\">part two</a>, which distilled the problems of the previous leaderboards systems down to a set of principles a new system should solve.</p><h3>Goals Review</h3><p>Reflecting back on part two of this series, we have two systems we need to build out for the new leaderboards service:</p><ol><li>A <strong>stream processing system</strong>, which is strongly ordered, partitionable, and idempotent.</li><li>A <strong>data storage system</strong> which is distributed, able to store all leaderboards in a homogenous way, and supports fast writes.</li></ol><h3>Stream Processing System</h3><p>If you need a strongly ordered, partitioned backing store for messages in a stream processing system, <a href=\"http://kafka.apache.org/\">Kafka</a> is the obvious choice. Out of the box, it offers replication, strong ordering, high availability, and partitioning — exactly the system properties we need. There are certainly other messaging solutions which could be considered; those run the gamut of everything from Redis (via PubSub), to more mature and pure messaging solutions such as ActiveMQ or RabbitMQ. These others messaging systems generally do not have the same durability, availability, or ordering guarantees as Kafka, and we already used Kafka in production and liked it, which made it a relatively easy choice from there.</p><p>If you’re not familiar with Kafka, I’d suggest spending some time reading the Kafka documentation, specifically the section on its <a href=\"http://kafka.apache.org/documentation/#design\">design</a>. This will make the rest of this post easier to follow.</p><h4>Design</h4><p>With Kafka in hand, let’s figure out how to go from efforts being created, updated, or deleted in our Rails app, to an ordered, partitioned, stream of <em>add</em> and <em>remove</em> leaderboard update messages.</p><p>A naive solution may be to have the Rails application log the new effort state to a Kafka topic each time the effort is mutated. A downstream consumer could then simply consume those effort mutation messages, and apply updates to the data store as needed.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/0*JMX_yz0zuiXPHhYO.\" /></figure><p>This seems like it would work, but there are consistency problems. While effort mutations are strongly ordered within the Kafka partition, we’re still at the mercy of the message <em>publishers</em> to log them to that partition in the correct order. As part two of this series points out, efforts are mutated in our Rails application in parallel (occurring in web transactions, background jobs, etc) without any sort of synchronization or ordering. Consequently, effort mutations can (and will) be published out of order, which renders the order of logged mutations more-or-less useless.</p><p>There is hope, though. One important property of our system is that for the entire lifecycle of an effort, two important fields are immutable: the <strong>segment</strong> the effort traversed, and the <strong>user</strong> whose activity the effort belongs to. Knowing this, we can instead use the effort mutation messages logged by active only as a “notification” that something about the effort changed. The message doesn’t describe what about that effort specifically changed, we only know <em>something</em> changed and the leaderboard store may need to be updated.</p><p>Under that model, we can push the ordering requirement further down into the leaderboards system, where we have more control. If the worker consumes the partition of effort mutation in order, as it processes each message it can query our canonical effort storage for the latest effort data, and then make a decision on what kind of update to apply to leaderboards at that point.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/0*-7h2JM0peuXOzLwZ.\" /></figure><p><em>No matter what order the effort mutation messages were logged in, the worker will eventually update leaderboard storage to the correct data.</em></p><p>The key takeaway here is that this architecture is eventually consistent, and handles all race conditions and out of order logging of effort mutations from the Rails app. This is due to a couple important properties:</p><ol><li>The actual transaction mutating the row in the database for the effort commits <em>before</em> the effort mutation event is logged.</li><li>A correct leaderboard update can be determined based on the state found in canonical effort storage, for any possible mutation event.</li></ol><p>Even if the worker reads an effort row from canonical storage, and then another actor in the system immediately updates the effort, rendering the worker’s read stale and invalid, the worker can still safely apply its now stale update. This is safe because the worker will eventually consume the mutation logged by the actor due to its effort update. On consumption, the worker will then read the final correct effort state, and update leaderboards accordingly.</p><h4>Immutability</h4><p>Before declaring victory with the stream processing system, it’s also important to think about our other stream processing goal of idempotency. What would happen if we replayed a message more than once? Or, since we will be implementing our worker as a Kafka consumer, what happens if it crashes, and then restarts its consumption from an earlier offset in the log? Can leaderboard consistency be maintained?</p><p>Thankfully, yes. If we consider each effort mutation as a stateless notification the effort mutated in some way, then being re-notified of a mutation will simply query the latest state again. Our consumer will still attempt to issue the leaderboard update again, but update is based on the most recently queried state from our canonical effort storage. In the even more complicated example of our consumer crashing and restarting its processing from an earlier point in the log, the same property still holds. The worker will attempt to issue the leaderboard update again based on the latest data.</p><h4>Set Up for Success</h4><p>The end result of this design is that we have a system which turns a potentially out-of-order series of effort mutations into an ordered sequence of leaderboard updates. As long as sequential processing of a partition occurs, effort updates are idempotent, and rewindable, due to the strong ordering guarantees of a Kafka partition and the causal relationship of updates in the system.</p><p>Understanding the properties of messages in your system often times can reveal characteristics you are able to leverage for efficient and accurate processing. In particular, the leaderboards architecture sets us up nicely to use <a href=\"https://martinfowler.com/eaaDev/EventSourcing.html\">event sourcing</a> and <a href=\"https://martinfowler.com/bliki/CQRS.html\">command query responsibility segregation</a> (CQRS) in building later components of the segments leaderboard system. We will discuss those in part four of this series.</p><h3>Data Store</h3><p>With our stream processing architecture figured out, it’s time to turn our attention to the data store. To review: in part two of this series we noted the desire for a store that was distributed and highly available, as well as being able to achieve a high write load, and store all leaderboards in a homogenous way.</p><p>Influencing our data store decision was the preexisting usage of Cassandra at Strava. We use Cassandra in a variety of other systems already, and it was a common opinion that it could serve as a good candidate for the leaderboards store. On the surface, Cassandra certainly met a lot of the project’s needs — it’s distributed, highly available, able to support a high level of writes, and had a strong <a href=\"https://www.datastax.com/dev/blog/we-shall-have-order\">emphases on ordering</a>. Consequently, a lot of our work in choosing the leaderboards data store went into determining if Cassandra would be an ideal fit.</p><h4>Cassandra</h4><p>Our confidence with Cassandra mostly mostly hinged on two main questions:</p><ol><li>Is it possible to construct a suitable data model/table schema using Cassandra?</li><li>Will Cassandra’s eventual consistency work for our use case?</li></ol><h4>Table Schema</h4><p>Modern Cassandra schemas are generally defined in <a href=\"http://cassandra.apache.org/doc/latest/cql/\">CQL</a>, a SQL-like abstraction over native Cassandra data structures. So it’s best to think of the Cassandra schema in terms of more traditional SQL-like rows and columns.</p><p>Given our leaderboards use case, we crafted a schema we felt would work:</p><pre>CREATE TABLE leaderboards (</pre><pre>segment_id int,</pre><pre>leaderboard_type int, // overall, male, female, etc.</pre><pre>elapsed_time int,</pre><pre>effort_id bigint,</pre><pre>effort_data blob,</pre><pre>user_id int</pre><pre>)</pre><p>Each row in a Cassandra table is keyed by a unique <a href=\"http://cassandra.apache.org/doc/latest/cql/ddl.html#primary-key\">PRIMARY KEY</a>. Choosing a PRIMARY KEY, along with Cassandra data modeling in general, is a complicated topic, but some distilled guidance is best summed up via <a href=\"https://www.datastax.com/dev/blog/basic-rules-of-cassandra-data-modeling\">a blog post by Datastax</a> as:</p><blockquote><strong>Rule 1: Spread Data Evenly Around the Cluster</strong></blockquote><blockquote>You want every node in the cluster to have roughly the same amount of data. […] Rows are spread around the cluster based on a hash of the partition key, which is the first element of the <em>PRIMARY KEY</em>.</blockquote><blockquote><strong>Rule 2: Minimize the Number of Partitions Read</strong></blockquote><blockquote>Partitions are groups of rows that share the same partition key. When you issue a read query, you want to read rows from as few partitions as possible.</blockquote><p>One final note: within a partition, rows are ordered by the remainder of columns in the PRIMARY KEY, known as the <a href=\"http://docs.datastax.com/en/archived/cql/3.0/cql/ddl/ddl_compound_keys_c.html\">clustering key</a>.</p><p>Knowing this we might chose our PRIMARY KEY as:</p><pre><em>(segment_id, leaderboard_type, elapsed_time, timestamp, effort_id)</em></pre><p>Here, segment_id is the partition key, as it is the first element in the primary key. The remaining columns — leaderboard_type, elapsed_time, timestamp, effort_id— make up the clustering key, which defines the ordering of rows within the partition.</p><p>This seems great — with segment_id first in the PRIMARY KEY, all rows for a segment are partitioned onto the same node. In aggregate, this should spread all effort rows evenly around the cluster, with any one leaderboard request contained to a single partition. Within a partition, rows will be ordered by the leaderboard_type, and then by elapsed_time — just like we want for an actual leaderboard. This schema also allows us to store all leaderboards in a homogenous way, another one of the properties we wanted in our data store.</p><h3>Good for Reads, Bad for Writes</h3><p>While this schema works well for storing ordered sequences of efforts in a leaderboard, it is actually pretty <em>awful</em> at retrieving the effort for one particular user. This is a problem for our aforementioned worker consuming effort mutations. For any given <em>add</em> or <em>remove</em> message processed, our leaderboard service needs to query the leaderboard store for the user’s current best effort to compare it against the incoming effort. Due to the PRIMARY KEY we chose, we can’t efficiently issue that query. Cassandra only allows contiguous sequence of rows to be returned, and a particular user’s rows, for a segment, are interspersed amongst the ordered rows for all users for the segment.</p><p>We could maybe adjust the PRIMARY KEY to include the user_id:</p><pre>segment_id, leaderboard_type, user_id, elapsed_time, timestamp, effort_id</pre><p>This would make it trivial to query for an user’s best effort for that leaderboard_type, but now rows on disk are ordered by user_id, and not by elapsed_time like we want.</p><p>So what do we do? We looked at this and evaluated two options.</p><p>First, we considered having two separate tables. One table would have user_id in its PRIMARY KEY to allow efficient querying by user. Then, once that table had been updated, we would write the results to a <em>second</em> table<em>,</em> which had <em>its</em> PRIMARY KEY ordered for a leaderboard. This certainly would work, but keeping two tables in sync like this is tricky, and opens us up to a whole host of processing complications, edge cases, and failures you need to reason about and account for.</p><p>Second, we looked at using a Cassandra feature called <a href=\"https://docs.datastax.com/en/cql/3.3/cql/cql_using/useSecondaryIndex.html\">secondary indexing</a>. Secondary indexes in Cassandra are a way to add an index on, and thus filter by, a column that is not part of the clustering key. There are <a href=\"https://pantheon.io/blog/cassandra-scale-problem-secondary-indexes\">many</a> <a href=\"https://dzone.com/articles/cassandra-indexing-good-bad\">people</a> <a href=\"https://www.quora.com/What-is-secondary-index-in-Cassandra/answer/Christopher-Smith?srid=zj4\">online</a> who discourage the use of secondary indexing. Their objections are based mostly on the fact that while secondary indexes have plenty of use cases where they seem to solve a problem, due to their implementation they <a href=\"https://docs.datastax.com/en/cql/3.3/cql/cql_using/useWhenIndex.html#useWhenIndex__when-no-index\">do not actually work that well</a>. Additionally, they will slow down writes, as you need to update both the index and table on each write operation.</p><p>However, if you follow the guidance of the Cassandra documentation, understand your use case to ensure it fits, and dutifully benchmark your implementation, secondary indexes can work well. And thankfully, our data and query pattern was a good fit for a secondary index on the user_id column, so we created a test schema, benchmarked it, and determined that it would actually work well for us.</p><p>There is still one remaining problem with our Cassandra schema. Even with the index on user_id, determining the <em>ranking</em> of a user on a leaderboard is not straightforward. To answer this question, we need to know which number row, in order, the user is from the top of the leaderboard. There is no CQL operation that we can use to achieve this in an efficient way, so we have to query for <em>all</em> rows in the table, and manually determine the user ranking ranking in memory. This is not so bad for small leaderboards of a few hundred users, but many leaderboards are in the high tens of thousands of users in size. The cost of moving that amount of data across the network, combined with the computational cost of processing that many results is likely to be untenable.</p><p>This type of query is not handled well by most data stores, so we’re not really missing a whole lot by using Cassandra, but the situation is certainly less than ideal. To combat this problem, we’ll want to ensure that we both minimize the number of queries of this type as well as cache leaderboard data in such a wayas to make this class of queries more efficient. Stay tuned for part four of this series, where we will discuss this problem and the caching system in more detail.</p><h3>Consistency Model</h3><p>The other big consideration when using Cassandra is understanding its <a href=\"http://docs.datastax.com/en/archived/cassandra/3.x/cassandra/dml/dmlDataConsistencyTOC.html\">consistency</a> model. Cassandra operates under last write wins (LWW) consistency, where each INSERT or UPDATE (really, <a href=\"https://docs.datastax.com/en/cassandra/3.0/cassandra/dml/dmlWriteUpdate.html\">an </a><a href=\"https://docs.datastax.com/en/cassandra/3.0/cassandra/dml/dmlWriteUpdate.html\">UPSERT</a>) is blindly appended to the database, without checking if a duplicate record exists. Then, during reads, if Cassandra encounters two versions of the same row, it chooses the newer one. “Newer,” defined as the row with the latest timestamp.</p><p>The “timestamp” a row is written with can be <a href=\"https://docs.datastax.com/en/cql/3.1/cql/cql_reference/insert_r.html\">used-defined</a>, but generally is the current timestamp. This may sound like a scary way to do conflict resolution (there are <a href=\"https://aphyr.com/posts/299-the-trouble-with-timestamps\">plenty of ways it can break</a>), but it’s incredibly fast and easy to reason about. In any running system you will likely see a small degree of data inconsistency, but nearly always that is a worthwhile tradeoff to the benefits of availability, replication and performance.</p><p>There are also ways to lower the rate of data inconsistency. Cassandra allows <a href=\"http://docs.datastax.com/en/archived/cassandra/3.x/cassandra/dml/dmlAboutDataConsistency.html\">tunable consistency</a> parameters, which you can use to ensure all read and write operations are executed on a quorum number of nodes. Doing so will hurt both read/write latency and availability (as a larger number of machines need to be healthy in order to complete the request), however, you can use this technique to prioritize consistency over availability if the performance hit is manageable for your application. We also run Cassandra configured with 3 replicas of data (<em>r</em> value of 3), allowing us to tolerate the loss of one node and still successfully complete reads and writes on a quorum number of nodes (2). Granted if we lose 2 nodes we will stop serving requests that require those nodes to establish a quorum, but losing two nodes is unlikely to happen in isolation without a more systemic widespread networking issue affecting many parts of the system.</p><p>The leaderboard system also structures its updates to reduce the likelihood of conflicting updates. Since leaderboard updates are partitioned by segment/user, the likelihood of conflicting updates is lowered dramatically, as no other actor in the system can be reading or writing the same row at the same moment. There are certainly scenarios where this fact could become false — i.e. a consumer pauses (perhaps due to GC) during message processing, a replacement consumer is started, and then the original consumers resumes processing. Generally these types of situations are incredibly rare, or at least rare enough that the engineering work and system performance hit incurred by engineering to prevent them are not worth the small amount of data inconsistency seen.</p><p>After some more benchmarking, testing, and dual writing leaderboard entries to Cassandra, as well as the old system, we eventually determined Cassandra would be a suitable data store for the leaderboards system.</p><h3>Conclusion</h3><p>Our leaderboard system is composed of two main components:</p><ol><li>A <strong>Kafka stream processing system</strong>, which consumes effort mutation messages logged from the Rails application, fetches the latest effort data from canonical storage, determines an update to apply, and then applies it to leaderboard storage.</li><li>A <strong>Cassandra leaderboard store</strong> made up of a single CQL table keyed by segment and leaderboard type, with a secondary index on user_id to facilitate querying by user.</li></ol><p>These two systems work in conjunction as a pipeline to transform mutations of efforts by our Rails application into a denormalized Cassandra index of the best effort for any given segment/user/leaderboard combination. This index can be used to serve leaderboard read requests quickly and efficiently, with some known drawbacks and deficiencies that can be solved through strategic caching.</p><p>While this final architecture may seem simple or obvious, arriving at it took many weeks of analysis, prototyping, and benchmarking. This article also skipped over a decent amount of extra functionality and implementation details of the final production system. Some of that detail will be discussed in part four of this series, where we will review accessory systems built in conjunction with leaderboards, such as a leaderboard aggregate counters and a caching system, as well as enumerating additional benefits of this architecture.</p><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=39fdcf0d5eb4\" width=\"1\" height=\"1\"><hr><p><a href=\"https://medium.com/strava-engineering/rebuilding-the-segment-leaderboards-infrastructure-part-3-design-of-the-new-system-39fdcf0d5eb4\">Rebuilding the Segment Leaderboards Infrastructure — Part 3: Design of the New System</a> was originally published in <a href=\"https://medium.com/strava-engineering\">strava-engineering</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n        <item>\n            <title><![CDATA[Building the Global Heatmap]]></title>\n            <link>https://medium.com/strava-engineering/the-global-heatmap-now-6x-hotter-23fc01d301de?source=rss----89d4108ce2a3---4</link>\n            <guid isPermaLink=\"false\">https://medium.com/p/23fc01d301de</guid>\n            <category><![CDATA[big-data]]></category>\n            <category><![CDATA[maps]]></category>\n            <category><![CDATA[strava]]></category>\n            <category><![CDATA[spark]]></category>\n            <dc:creator><![CDATA[Drew Robb]]></dc:creator>\n            <pubDate>Wed, 01 Nov 2017 09:01:01 GMT</pubDate>\n            <atom:updated>2018-04-04T20:42:01.839Z</atom:updated>\n            <content:encoded><![CDATA[<p>Our Global Heatmap is the largest, richest, and most beautiful dataset of its kind. It is a visualization of two years of trailing data from Strava’s global network of athletes. To give a sense of scale, the new heatmap consists of:</p><ul><li>700 million activities</li><li>1.4 trillion latitude/longitude points</li><li>7.7 trillion pixels rasterized</li><li>5 terabytes of raw input data</li><li>A total distance of 16 billion km (10 billion miles)</li><li>A total recorded activity duration of 100 thousand years</li></ul><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*XUmHPb5Zd5LmgQ2tpkE8Tw.jpeg\" /><figcaption>The <a href=\"https://labs.strava.com/heatmap/#12.25/37.68045/55.71434/hot/run\">Global Heatmap in Moscow, Russia</a> demonstrating Mapbox GL’s rotate/pitch feature.</figcaption></figure><p>Beyond simply including more data, a total rewrite of the heatmap code permitted major improvements in rendering quality. Highlights include twice the resolution, rasterizing activity data as paths instead of as points, and an improved normalization technique that ensures a richer and more beautiful visualization.</p><p>The heatmap is now available on <a href=\"https://www.strava.com/heatmap\">Strava</a> and the <a href=\"https://www.strava.com/routes/new\">Strava Route Builder</a>. The rest of this post is a technical deep dive on the details of this update.</p><h4><strong>Background</strong></h4><p>From 2015 to 2017, there were no updates to the Global Heatmap due to two engineering challenges:</p><ul><li>Our previous heatmap code was written in low-level C code and was only designed to be run on a single machine. It would have taken months for us to to update the heatmap with this restriction.</li><li>Accessing stream data required one S3 get request per activity, so reading the input data would have cost thousands of dollars and been challenging to orchestrate.</li></ul><p>The heatmap generation code has been fully rewritten using <a href=\"https://spark.apache.org/\">Apache Spark</a> and Scala. The new code leverages <a href=\"https://medium.com/strava-engineering/from-data-streams-to-a-data-lake-b6ca17c00a23\">new infrastructure enabling bulk activity stream access</a> and is parallelized at every step from input to output. With these changes, we have fully conquered all scaling challenges. The full global heatmap was built across several hundred machines in just a few hours, with a total compute cost of only a few hundred dollars. Going forward, these improvements will enable updating the heatmap on a regular basis.</p><p>The remaining sections in this post describe in some detail how each step of Spark job for building the heatmap works, and provides details on the specific rendering improvements that we have made.</p><h4><strong>Input Data and Filtering</strong></h4><p>The raw input activity streams data comes from a Spark/S3/Parquet data warehouse. Several algorithms clean up and filter this data.</p><p>Most importantly, the heatmap only contains public activities and respects all privacy settings. Go <a href=\"https://blog.strava.com/press/heatmap-updates/\">here</a> to learn more.</p><p>Additional filters remove erroneous data. Activities at higher than reasonable running speeds are excluded from the running heat layer because they are most likely mislabeled. There is also a higher speed threshold for bike rides to filter data from cars and airplanes.</p><p>The intent of the heatmap is to only show data from movement. A new algorithm does a much better job of classifying stopped points within activities. If the magnitude of the time averaged velocity of an activity stream gets too low at any point, subsequent points from that activity are filtered until the activity breaches a specific radius in distance from the initial stopped point.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/496/1*T5gmUQcHejlp7uicGA4LXA.png\" /></figure><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/496/1*rvl_pz1heZYx-qYfivp1CA.png\" /><figcaption>Comparison of rendering before (left) and after (right) artificial noise was added to disrupt artifacts from devices that correct GPS data to the nearest road.</figcaption></figure><p>Many devices (most notably the iPhone) will sometimes “correct” the GPS signal in urban areas by snapping it to known road geometry rather than a raw position. This can lead to an ugly artifact where heat is only one pixel wide along some streets. We now correct for this by adding a random offset (drawn from a 2 meter normal distribution) to all points for every activity. This level of noise is large enough to be effective at preventing this artifact without noticeably blurring other data.</p><p>We also exclude any “virtual” activities, such as Zwift rides, because these activities contain fake GPS data.</p><h4><strong>Heat Rasterization</strong></h4><p>After filtering, latitude/longitude coordinates of all data points are translated into <a href=\"http://www.maptiler.org/google-maps-coordinates-tile-bounds-projection/\">Web Mercator Tile</a> coordinates at zoom level 16. This zoom level consists of a tessellation of the world into 2¹⁶ by 2¹⁶ tiles each consisting of 256 by 256 pixels.</p><p>The old heatmap rasterized each GPS point as exactly one pixel. This simple approach was often hindered because activities can record at most one data point per second. This frequently caused visible artifacts in areas of low heat because the speed and record rate of activities often led to multi pixel gaps . It also caused a bias in heat where activities generally move slower (consider uphill vs downhill). Since the new heatmap renders an additional zoom level (pushing the highest spatial resolution of a single pixel from 4 meters to 2 meters), the problem was made even more visible. The new heatmap instead draws each activity as a pixel-perfect path connecting subsequent GPS points. On average, the length of a segment between two points at zoom level 16 is 4 pixels, so this change is very noticeable.</p><p>To accomplish this in a parallel computation, we needed to handle the case where adjacent points in an activity map to different tiles. Each such pair of points is resampled to include intermediate points along the original line segment at the boundary of each tile crossed. After this resampling, all line segments then start and end on the same tile, or have zero length and can be omitted. Thus we can represent our data as <em>(Tile, Array[TilePixel])</em> tuples, where <em>Array[TilePixel]</em> is a continuous series of tile coordinates that describe the path of a single activity over a tile. This dataset is then grouped by tile, so that all of the data needed to draw a single tile is mapped to a single machine.</p><p>Each sequential pair of tile pixel coordinates is next rasterized onto a tile as a line segment using <a href=\"https://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm\">Bresenham’s line algorithm</a>. This line drawing step must be extremely fast, as it runs trillions of times. The tile itself at this stage is simply an <em>Array[Double](256*256)</em> representing the total count of lines to hit each pixel.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*Kam77IsgZeipxAZ28WHrHg.gif\" /><figcaption>Rendering comparison showing advantages of rasterizing paths over points, along with having more data. Location is <a href=\"http://labs.strava.com/heatmap/#15.00/-121.68887/43.99233/blue/all\">Mt. Bachelor, Oregon</a>.</figcaption></figure><p>At the highest zoom level, we populate more than 30 million tiles. This poses a problem because directly holding every tile in memory as double arrays would require at least 30 million x 256 x 256 x 8 bytes = ~15TB of memory. While this amount of memory is not unreasonable to provision in a temporary cluster, it would be rather wasteful considering that the tiles can on average be highly compressed since the majority of entries are zero. For performance reasons, using a sparse array was not a viable solution. In Spark, we can greatly reduce the maximum memory requirement by ensuring that the parallelism of this stage is many times higher than the number of active tasks in the cluster. Tiles from a finished task are immediately serialized, compressed, and written to disk, so only the set of tiles corresponding to the active set of tasks need to be kept decompressed and in memory at any given time.</p><h4><strong>Heat Normalization</strong></h4><p>Normalization is the function that maps raw heat counts for each pixel after rasterization from the unbounded domain <em>[0, Inf)</em> to the bounded range <em>[0, 1]</em> of the color map. The choice of normalization has huge impact on how the heatmap appears visually. The function should be monotonic so that higher heat values are displayed as higher “heat”, but there are many ways to approach this problem. A single global normalization function would mean that only the single most popular areas on Strava would be rendered using the highest “hottest” color.</p><p>A slick normalization technique is to use the CDF (cumulative distribution function) of the raw values. That is, the normalized value of a given pixel is the percentage of pixels with a lower heat value. This method yields maximal contrast by ensuring that there are an equal number of pixels of each color. In photo processing, this technique is known as <a href=\"https://en.wikipedia.org/wiki/Histogram_equalization\">Histogram equalization</a>. We use this technique with a slight modification to prevent quantization artifacts in areas of very low raw heat.</p><p>Computing a CDF only for the raw heat values in a single tile will not work well in practice because a map view typically shows at least 5x5 tiles (each tile is 256x256 pixels). Thus, we compute the joint CDF for a tile using that tile and all tile neighbors within a 5 tile radius. This ensures the normalization function can only vary at scales just larger than the size of a typical viewer’s screen.</p><p>To actually compute an approximation of the CDF that can be quickly evaluated, you simply sort the input data, and then take some amount of samples. We also found that it is better to compute a biased CDF by sampling more heavily towards the end of the array of samples. This is because in most cases, only a small fraction of the pixels have interesting heat data.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*VbDxEIAcJSm-ZpewPvvn4A.jpeg\" /></figure><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*40tLAUJkkOYrXxmta_y6ww.jpeg\" /><figcaption>Comparison of normalization methods (left: old, right: new) at 33% zoom to highlight normalization behavior. The new method allows for any range of raw heat data to be visible in a single image. Additionally, bi-linear interpolation of the normalization function between tiles prevents any visible artifacts at tile boundaries. Location is <a href=\"https://labs.strava.com/heatmap/#14/-122.45366/37.82582/hot/all\">San Francisco Bay.</a></figcaption></figure><p>An advantage of this approach is that the heatmap has perfectly uniform distribution over the colormap. In some sense, this causes the heatmap to convey maximum information about relative heat values. We also subjectively find that it looks really nice.</p><p>A disadvantage of this approach is that the heatmap is not absolutely quantitative. The same color only locally represents the same level of heat data. We do offer a more sophisticated product <a href=\"https://strava.app.link/e/PQ60BdNgxH\">Strava Metro</a> for planning, safety and transportation departments with a quantitative version of the heatmap.</p><h4><strong>Interpolate Normalization Functions Across Tile Boundaries</strong></h4><p>So far we have a normalization function for each tile that represents a CDF of pixels within the local neighborhood of a few tiles. However, the CDF will still discontinuously change at tile boundaries in a way that is noticeable as an ugly artifact, especially in areas where there is a large gradient of absolute heat.</p><p>To address this, we used bi-linear interpolation. Each pixel’s actual value is computed from a sum of its four nearest neighbor tile bi-linear coefficients given by <em>max(0, (1-x)(1-y))</em> where <em>x, y</em> are the distances from the tile’s center. This interpolation is expensive because we need to evaluate four CDFs for every pixel instead of one.</p><h4><strong>Recursion Across Zoom Levels</strong></h4><p>So far we have only talked about generating heat for a single zoom level. To process lower levels, the raw heat data is simply added together — four tiles become one tile with 1/4th the resolution. Then the normalization step is rerun as well. This continues until the lowest zoom level is reached (a single tile for the whole world).</p><p>It is very exciting when stages of a Spark job need to process an exponentially decreasing amount of data, and thus take an exponentially decreasing amount of time. After waiting about an hour for the first level stage to finish, it is a dramatic finish to see the final few levels take less than a second.</p><figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/768/1*2AAl8-Db33UhVNHsckYt4Q.gif\" /><figcaption>Zooming out from a single tile in <a href=\"https://labs.strava.com/heatmap/#16/-0.15752/51.52894/all/hot\">London, UK</a> to the entire world.</figcaption></figure><h4><strong>Serving It Up</strong></h4><p>We finally store normalized heat data for each pixel as a single <em>byte</em>. This is because we display that value using a color map, which is represented as a length 256 array of colors. We store this data in S3, grouping several neighboring tiles into one file to reduce the total number of S3 files required. At request time, the server fetches and caches the corresponding precomputed S3 meta-tile, then generates a PNG on the fly from this data using the requested colormap. Our CDN (Cloudfront) then caches all tile images.</p><p>We also made various front-end updates. We are now using <a href=\"https://www.mapbox.com/help/define-mapbox-gl/\">Mapbox GL</a>. This allows for smooth zooming, as well as fancy rotation and pitch controls. We hope that you will enjoy exploring this updated <a href=\"https://www.strava.com/heatmap\">heatmap</a>.</p><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=23fc01d301de\" width=\"1\" height=\"1\"><hr><p><a href=\"https://medium.com/strava-engineering/the-global-heatmap-now-6x-hotter-23fc01d301de\">Building the Global Heatmap</a> was originally published in <a href=\"https://medium.com/strava-engineering\">strava-engineering</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>\n        </item>\n    </channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/stream",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\"\n\txmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n\txmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\n\txmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n\txmlns:atom=\"http://www.w3.org/2005/Atom\"\n\txmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\"\n\txmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n\t>\n\n<channel>\n\t<title>The Stream Blog</title>\n\t<atom:link href=\"https://getstream.io/blog/feed/\" rel=\"self\" type=\"application/rss+xml\" />\n\t<link>https://getstream.io/blog</link>\n\t<description>Welcome to the Official Stream Blog.</description>\n\t<lastBuildDate>Thu, 24 May 2018 14:53:56 +0000</lastBuildDate>\n\t<language>en-US</language>\n\t<sy:updatePeriod>hourly</sy:updatePeriod>\n\t<sy:updateFrequency>1</sy:updateFrequency>\n\n\n<image>\n\t<url>https://getstream-blog.imgix.net/blog/wp-content/uploads/2016/08/8597527.png?w=32&#038;h=32</url>\n\t<title>The Stream Blog</title>\n\t<link>https://getstream.io/blog</link>\n\t<width>32</width>\n\t<height>32</height>\n</image>\n\t<item>\n\t\t<title>Try out the Stream API with Postman</title>\n\t\t<link>https://getstream.io/blog/try-out-the-stream-api-with-postman/</link>\n\t\t<comments>https://getstream.io/blog/try-out-the-stream-api-with-postman/#respond</comments>\n\t\t<pubDate>Thu, 24 May 2018 09:00:43 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Dwight Gunning]]></dc:creator>\n\t\t\t\t<category><![CDATA[APIs]]></category>\n\t\t<category><![CDATA[Best Practices]]></category>\n\t\t<category><![CDATA[Postman]]></category>\n\t\t<category><![CDATA[RESTful]]></category>\n\t\t<category><![CDATA[testing]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://getstream.io/blog/?p=3102</guid>\n\t\t<description><![CDATA[<p>As many developers are aware, Postman is a fantastic tool for developing and testing RESTful web-services and APIs. Since its inception, Postman has evolved beyond simply sending HTTP requests into a feature-rich product with support for automated testing and team collaboration. Many of us at Stream use Postman regularly as we build and test our [&#8230;]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/try-out-the-stream-api-with-postman/\">Try out the Stream API with Postman</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/stream_postman.png?w=1024&amp;h=1024\" class=\"attachment-large size-large wp-post-image\" alt=\"Postman Collection for the Stream API\" style=\"display: block; margin:0 auto 10px auto;\" /><p><span style=\"font-weight: 400;\">As many developers are aware, </span><a href=\"https://getpostman.com\"><span style=\"font-weight: 400;\">Postman</span></a><span style=\"font-weight: 400;\"> is a fantastic tool for developing and testing RESTful web-services and APIs. Since its inception, Postman has evolved beyond simply sending HTTP requests into a feature-rich product with support for automated testing and team collaboration.</span></p>\n<p><span style=\"font-weight: 400;\">Many of us at Stream use Postman regularly as we build and test our services. We&#8217;re also always looking for ways to make it quick and easy for other developers to try the service. One of our goals is to help people see first hand how simple it is to build powerful social apps with Stream.</span></p>\n<p><span style=\"font-weight: 400;\">When we realized that Postman&#8217;s newest features provide an opportunity to bundle API request examples, and perform more advanced steps like generating JSON Web Tokens (JWTs) for each request, we were keen to give it a shot with Stream. We&#8217;re now happy to publish a Postman collection that demonstrates all of the RESTful API endpoints to the Stream service.</span></p>\n<figure id=\"attachment_3105\"  class=\"wp-caption aligncenter\"><a href=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.04.11-am.png\"><img class=\"wp-image-3105 size-fp-small\" src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.04.11-am.png?w=640\" alt=\"Stream API Postman Collection screenshot\" width=\"640\" srcset=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.04.11-am.png?w=1378 1378w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.04.11-am.png?w=300 300w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.04.11-am.png?w=768 768w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.04.11-am.png?w=1024 1024w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.04.11-am.png?w=600 600w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.04.11-am.png?w=470 470w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.04.11-am.png?w=360 360w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.04.11-am.png?w=620 620w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.04.11-am.png?w=740 740w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.04.11-am.png?w=870 870w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.04.11-am.png?w=640 640w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.04.11-am.png?w=1200 1200w\" sizes=\"(max-width: 639px) 98vw, (max-width: 1199px) 64vw, 770px\" /></a><figcaption class=\"wp-caption-text\">The Stream API Postman Collection</figcaption></figure>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">Those who&#8217;re itching to try it out can head to the Stream <a href=\"https://getstream.io/docs/#postman\">documentation</a> and download the collection</span><span style=\"font-weight: 400;\">.</span></p>\n<p><span style=\"font-weight: 400;\">I</span><span style=\"font-weight: 400;\">f you&#8217;d like to learn a little more about what&#8217;s in the collection and how we built it, read on.</span></p>\n<h2>What&#8217;s in the Collection</h2>\n<p><span style=\"font-weight: 400;\">The collection contains around 30 requests that demonstrate all of Stream&#8217;s major features as well as the individual API calls that correspond to each step in our <a href=\"https://getstream.io/try-the-api\">Getting Started tutorial</a>. This covers adding and modifying activities, retrieving feeds, and maintaining the follower relationships in order to maintain the social graph within an application. This will no doubt broaden even further as we add new API endpoints and expanded features.</span></p>\n<p><span style=\"font-weight: 400;\">One challenge we faced in building the collection was setting up an authentication mechanism to ensure Stream would accept and process the requests initiated by Postman. Although Postman supports several common authentication mechanisms like HTTP Basic Authentication, OAuth, and Bearer Tokens, it lacks built-in support for generating the JWTs which Stream makes use of. Thanks to another helpful Postman feature called </span><a href=\"https://www.getpostman.com/docs/v6/postman/scripts/pre_request_scripts\"><span style=\"font-weight: 400;\">Pre-request Scripts,</span></a><span style=\"font-weight: 400;\"> we were presented with an elegant solution. For the Stream requests, a simple custom JavaScript program first generates a JWT and populates the HTTP request header on each request.</span></p>\n<figure id=\"attachment_3106\"  class=\"wp-caption aligncenter\"><a href=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.15.47-am.png\"><img class=\"wp-image-3106 size-fp-small\" src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.15.47-am.png?w=640\" alt=\"Collection-level Pre-Request Script screenshot\" width=\"640\" srcset=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.15.47-am.png?w=885 885w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.15.47-am.png?w=286 286w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.15.47-am.png?w=768 768w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.15.47-am.png?w=600 600w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.15.47-am.png?w=470 470w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.15.47-am.png?w=360 360w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.15.47-am.png?w=620 620w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.15.47-am.png?w=740 740w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.15.47-am.png?w=870 870w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.15.47-am.png?w=640 640w\" sizes=\"(max-width: 639px) 98vw, (max-width: 1199px) 64vw, 770px\" /></a><figcaption class=\"wp-caption-text\">The Collection-level Pre-request script generates a JSON web token for authentication.</figcaption></figure>\n<p>&nbsp;</p>\n<p><span style=\"font-weight: 400;\">As with all but the most non-trivial APIs, each request includes dynamic data and parameters that relate to the resource and/or operation being requested. Configuration and &#8216;secrets&#8217; for authentication purposes are also needed. To avoid unnecessary setup steps, we embed appropriate configuration for a &#8220;starter&#8221; app. This configuration can be updated later via Postman&#8217;s environment variables.</span></p>\n<p><span style=\"font-weight: 400;\">Finally, we wanted to not only demonstrate the requests but also help developers begin to understand how they themselves can work with the Stream service. With Postman&#8217;s focus on quality API documentation, we were able to include explanations of each resource URL fragment, HTTP header, and the request body (JSON payloads) that are sent. This includes the optional parameters and references to our online </span><a href=\"https://getstream.io/docs/\"><span style=\"font-weight: 400;\">API Documentation</span></a><span style=\"font-weight: 400;\"> where more guidance on advanced use cases can be found.</span></p>\n<figure id=\"attachment_3107\"  class=\"wp-caption aligncenter\"><a href=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.05.52-am.png\"><img class=\"wp-image-3107 size-fp-small\" src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.05.52-am.png?w=640\" alt=\"Parameter, Field and HTTP Header Descriptions screenshots\" width=\"640\" srcset=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.05.52-am.png?w=869 869w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.05.52-am.png?w=300 300w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.05.52-am.png?w=768 768w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.05.52-am.png?w=600 600w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.05.52-am.png?w=470 470w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.05.52-am.png?w=360 360w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.05.52-am.png?w=620 620w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.05.52-am.png?w=740 740w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Screen-Shot-2018-04-26-at-10.05.52-am.png?w=640 640w\" sizes=\"(max-width: 639px) 98vw, (max-width: 1199px) 64vw, 770px\" /></a><figcaption class=\"wp-caption-text\">Descriptions are provided for URL query string parameters, body fields, and HTTP headers.</figcaption></figure>\n<h2></h2>\n<h2>Wrapping up</h2>\n<p><span style=\"font-weight: 400;\">If you’re interested in the running the Postman Collection, head over to the Stream <a href=\"https://getstream.io/docs/#postman\">documentation</a> to download the collection</span><span style=\"font-weight: 400;\">. Fire up Postman and following the README instructions. Don&#8217;t forget to star us and feel free to raise issues or submit pull requests if you see any areas for improvement.</span></p>\n<p><span style=\"font-weight: 400;\">This is our first attempt at packaging and sharing a Postman Collection so we&#8217;re curious what you think. Chime in on Twitter or shoot us an email at </span><a href=\"mailto:support@getstream.io\"><span style=\"font-weight: 400;\">support@getstream.io</span></a><span style=\"font-weight: 400;\"> with your thoughts.</span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/try-out-the-stream-api-with-postman/\">Try out the Stream API with Postman</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://getstream.io/blog/try-out-the-stream-api-with-postman/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Winds 2.0: It’s Time to Revive RSS</title>\n\t\t<link>https://getstream.io/blog/winds-2-0-its-time-to-revive-rss/</link>\n\t\t<comments>https://getstream.io/blog/winds-2-0-its-time-to-revive-rss/#respond</comments>\n\t\t<pubDate>Tue, 22 May 2018 09:21:07 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Thierry Schellenbach]]></dc:creator>\n\t\t\t\t<category><![CDATA[Examples]]></category>\n\t\t<category><![CDATA[Machine Learning]]></category>\n\t\t<category><![CDATA[News]]></category>\n\t\t<category><![CDATA[Open Source]]></category>\n\t\t<category><![CDATA[Winds]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://getstream.io/blog/?p=3123</guid>\n\t\t<description><![CDATA[<p>I love using RSS to follow the programming and tech news I care about. Unfortunately, the number of sites supporting RSS has been in rapid decline over the last few years. The reader ecosystem is slowly degrading as well. Facebook and Twitter’s dominance is now delivering its final blow to the open standard of RSS. [&#8230;]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/winds-2-0-its-time-to-revive-rss/\">Winds 2.0: It’s Time to Revive RSS</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/05/winds-announce.png?w=1024&amp;h=1024\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"display: block; margin:0 auto 10px auto;\" /><p>I love using RSS to follow the programming and tech news I care about. Unfortunately, the number of sites supporting RSS has been in rapid decline over the last few years. The reader ecosystem is slowly degrading as well. Facebook and Twitter’s dominance is now delivering its final blow to the open standard of RSS.</p>\n<p>It’s time to turn the tide. <a href=\"https://getstream.io/\">Stream</a> is releasing <a href=\"https://getstream.io/winds/\">Winds 2.0</a>, an open-source Podcast &amp; RSS Reader. You can download Winds <a href=\"https://getstream.io/winds/\">here</a> or head over to <a href=\"https://github.com/getstream/winds\">Github</a> for the code.</p>\n<p><img src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/05/image1.png\" alt=\"\" width=\"1312\" height=\"1000\" class=\"aligncenter size-full wp-image-3124\" srcset=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/05/image1.png?w=1312 1312w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/05/image1.png?w=300 300w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/05/image1.png?w=768 768w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/05/image1.png?w=1024 1024w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/05/image1.png?w=600 600w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/05/image1.png?w=470 470w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/05/image1.png?w=360 360w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/05/image1.png?w=620 620w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/05/image1.png?w=740 740w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/05/image1.png?w=870 870w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/05/image1.png?w=640 640w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/05/image1.png?w=1200 1200w\" sizes=\"(max-width: 639px) 98vw, (max-width: 1199px) 64vw, 770px\" /></p>\n<p>Many power users of RSS are developers, designers and journalists. Together, we hope to tip the balance and<b> #ReviveRSS</b>. With the help of the community we can build an RSS experience that’s polished, bug free and popular enough to convince publications to improve their support for open standards and RSS.</p>\n<p>Winds is not perfect yet, we’re working on it though and with your help we might just manage to #<b>ReviveRSS</b></p>\n<ul>\n<li><a href=\"https://github.com/getstream/winds\">Star Winds on Github</a></li>\n<li>Share your feedback on Winds’ features and roadmap on <a href=\"https://www.producthunt.com/posts/winds-2-0\">Product Hunt</a></li>\n<li><a href=\"http://bit.ly/winds-tweet\">Tweet about Winds &#038; RSS</a></li>\n<li>Ask your favorite publications to fix and/or implement RSS support</li>\n<li>Write about Winds and RSS</li>\n<li><a href=\"http://github.com/getstream/winds\">Contribute to Winds on Github</a></li>\n</ul>\n<p>A huge thank you to:</p>\n<ul>\n<li><a href=\"https://hackernoon.com/stream-go-news-feeds-for-over-300-million-end-users-b227614cf32f\">Hackernoon</a> for sharing this message</li>\n<li><a href=\"https://dev.to/\">Dev.to</a> for getting the community involved</li>\n<li><a href=\"https://www.producthunt.com/\">Product Hunt</a> for the product feedback</li>\n<li>My colleagues at <a href=\"https://getstream.io/\">Stream</a> for building and sponsoring Winds</li>\n<li><a href=\"https://www.algolia.com/\">Algolia</a> for sponsoring Winds</li>\n<li><a href=\"http://mbsy.co/mongodb/228644\">MongoDB</a> for helping with promotion</li>\n</ul>\n<p>And of a course many thanks to the devrel team at <a href=\"https://getstream.io/\">Stream</a> for taking what started out as an example app and turning it into such a beautiful polished experience!</p>\n<p><a href=\"https://getstream.io/winds\">Download Winds</a> or checkout the code on <a href=\"https://github.com/getstream/winds\">Github</a>.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/winds-2-0-its-time-to-revive-rss/\">Winds 2.0: It’s Time to Revive RSS</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://getstream.io/blog/winds-2-0-its-time-to-revive-rss/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Build a scalable Twitter clone with Django and Stream</title>\n\t\t<link>https://getstream.io/blog/build-a-scalable-twitter-clone-with-django-and-stream/</link>\n\t\t<comments>https://getstream.io/blog/build-a-scalable-twitter-clone-with-django-and-stream/#respond</comments>\n\t\t<pubDate>Tue, 01 May 2018 09:00:42 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Dwight Gunning]]></dc:creator>\n\t\t\t\t<category><![CDATA[APIs]]></category>\n\t\t<category><![CDATA[Best Practices]]></category>\n\t\t<category><![CDATA[Clients]]></category>\n\t\t<category><![CDATA[Documentation]]></category>\n\t\t<category><![CDATA[Tutorial]]></category>\n\t\t<category><![CDATA[django]]></category>\n\t\t<category><![CDATA[hashtag]]></category>\n\t\t<category><![CDATA[mentions]]></category>\n\t\t<category><![CDATA[scale]]></category>\n\t\t<category><![CDATA[twitter]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://getstream.io/blog/?p=3067</guid>\n\t\t<description><![CDATA[<p>In this tutorial, we will build a Twitter clone using Django and Stream, a hosted API for newsfeed development. By the end, you&#8217;ll see how easy is to power your newsfeeds with Stream. For brevity, we leave out some basic Django-specific code and recommend referring to the Github project for the complete runnable source code. [&#8230;]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/build-a-scalable-twitter-clone-with-django-and-stream/\">Build a scalable Twitter clone with Django and Stream</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/twitterclones.png?w=1024&amp;h=1024\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"display: block; margin:0 auto 10px auto;\" /><p>In this tutorial, we will build a Twitter clone using Django and <a href=\"https://GetStream.io\">Stream</a>, a hosted API for newsfeed development.</p>\n<p>By the end, you&#8217;ll see how easy is to power your newsfeeds with Stream. For brevity, we leave out some basic Django-specific code and recommend referring to the <a href=\"https://github.com/GetStream/django_twitter/)\">Github project</a> for the complete runnable source code. At the end of this tutorial, we&#8217;ll have a Django app (with a profile feed), a timeline feed, and support for following users, hashtags and mentions.</p>\n<p>For this tutorial, we&#8217;re assuming you&#8217;re familiar with Django. If you&#8217;re new to Django the <a href=\"https://docs.djangoproject.com/en/2.0/intro/\">official tutorial</a> explains it very well.</p>\n<h2>Bootstrap the Django application</h2>\n<p>We will use Python 3.6 and Django 2.0, which is the latest major release at the time of writing.</p>\n<p>Make sure you have a working Django project before you continue to the next part of the tutorial.</p>\n<h2>Create the Django app</h2>\n<p>Let&#8217;s start by creating a new Django app called stream_twitter:</p>\n<pre><code class=\"language-bash\">python manage.py startapp stream_twitter</code></pre>\n<h2>Install stream_django</h2>\n<p>The <a href=\"http://github.com/getstream/stream-django\">stream_django</a> project provides the GetStream integration for Django. It is built on top of thelow-levell <a href=\"https://github.com/getstream/stream-python\">stream_python</a> API client.</p>\n<pre><code class=\"language-bash\">pip install stream-django</code></pre>\n<p>To enable stream_django you need to add it to your INSTALLED_APPS:</p>\n<pre><code class=\"language-python\">INSTALLED_APPS = (\n    'django.contrib.admin',\n    'django.contrib.auth',\n    'django.contrib.contenttypes',\n    'django.contrib.sessions',\n    'django.contrib.messages',\n    'django.contrib.staticfiles',\n    'stream_twitter',\n    'stream_django'\n)</code></pre>\n<h2>Stream setup</h2>\n<p>First of all, we need to create a Stream account. You can signup with Github, which is free for usage below 3 million feed updates per month. Once you&#8217;ve signed up, get your API &#8216;key&#8217; and &#8216;secret&#8217; from the dashboard and add them to Django&#8217;s settings:</p>\n<pre><code class=\"language-python\">STREAM_API_KEY = 'my_api_key'\nSTREAM_API_SECRET = 'my_api_secret'</code></pre>\n<h2>The models</h2>\n<p>In this application we will have three different models: users, tweets and follows.</p>\n<p>To keep it as simple as possible, we will use Django&#8217;s contrib.auth user model. Have a look below at the initial version of the Tweet and Follow models.</p>\n<pre><code class=\"language-python\">from django.db import models\n\nclass Tweet(models.Model):\n    user = models.ForeignKey('auth.User', on_delete=models.CASCADE)\n    text = models.CharField(max_length=160)\n    created_at = models.DateTimeField(auto_now_add=True)\n\nclass Follow(models.Model):\n    user = models.ForeignKey('auth.User', related_name='friends', on_delete=models.CASCADE)\n    target = models.ForeignKey('auth.User', related_name='followers', on_delete=models.CASCADE)\n    created_at = models.DateTimeField(auto_now_add=True)\n\n    class Meta:\n        unique_together = ('user', 'target')</code></pre>\n<p>Now, let&#8217;s create the schema migrations and apply them:</p>\n<pre><code class=\"language-bash\">python manage.py makemigrations stream_twitter\npython manage.py migrate</code></pre>\n<p>Let&#8217;s also setup the view to add tweets:</p>\n<pre><code class=\"language-python\">from django.views.generic.edit import CreateView\nfrom stream_twitter.models import Tweet\n\nclass TweetView(CreateView):\n    model = Tweet\n    fields = ['text']\n\n    def form_valid(self, form):\n        form.instance.user = self.request.user\n        return super(Tweet, self).form_valid(form)</code></pre>\n<p>And, of course, add it to urls.py:</p>\n<pre><code class=\"language-python\">from django.contrib import admin\nfrom django.contrib.auth.decorators import login_required\nfrom django.urls import path\n\nfrom stream_twitter import views\n\nurlpatterns = [\n    path('admin/', admin.site.urls),\n    path('timeline/', login_required(views.TimelineView.as_view()), name='timeline'),\n    re_path(r'^user/(?P&lt;username&gt;.+)/', views.UserView.as_view(), name='user_feed')\n]</code></pre>\n<p>Now that we have the view setup for creating tweets, we can move on to setting up the newsfeed.</p>\n<h2>Model integration</h2>\n<p>We want the tweets to be stored in the author&#8217;s feed. This is when we start using the stream_django integration. We can configure the Tweet model so that it will syncronise automatically with feeds.</p>\n<p>To do this, we need to make Tweet a subclass of &#8216;stream_django.activity.Activity&#8217;:</p>\n<p>We&#8217;ll do that by modifying the model we defined earlier in `stream_twitter.models`:</p>\n<pre><code class=\"language-python\">from stream_django import activity\n\nclass Tweet(activity.Activity, models.Model):\n    ...\n</code></pre>\n<p>From now on, new tweets will be added to the user feed of the author *and* to the feeds of all their followers. The same applies to deleting a tweet.</p>\n<p>So, let&#8217;s give it a try using Django&#8217;s shell:</p>\n<pre><code class=\"language-bash\">python manage.py shell</code></pre>\n<pre><code class=\"language-python\">from stream_twitter.models import Tweet\nfrom django.contrib.auth.models import User\n\nuser, _created = User.objects.get_or_create(username='tester')\n\nTweet.objects.create(\n    user=user,\n    text='Go Cows!')</code></pre>\n<p>We&#8217;ve now created our first Tweet and, in turn, added an Activity to a Feed via the Stream API. By default, *stream-django* creates and adds the Activity to a feed named after the &#8216;actor&#8217; property. This can be customized by overriding the `_attr` functions inherited from the `stream_django.activity.Activity` mixin on the Django Model.</p>\n<p><img class=\"size-fp-small wp-image-3090 aligncenter\" src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/stream_explorer-1.png?w=640\" alt=\"\" width=\"640\" srcset=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/stream_explorer-1.png?w=1253 1253w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/stream_explorer-1.png?w=300 300w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/stream_explorer-1.png?w=768 768w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/stream_explorer-1.png?w=1024 1024w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/stream_explorer-1.png?w=600 600w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/stream_explorer-1.png?w=470 470w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/stream_explorer-1.png?w=360 360w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/stream_explorer-1.png?w=620 620w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/stream_explorer-1.png?w=740 740w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/stream_explorer-1.png?w=870 870w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/stream_explorer-1.png?w=640 640w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/stream_explorer-1.png?w=1200 1200w\" sizes=\"(max-width: 639px) 98vw, (max-width: 1199px) 64vw, 770px\" /></p>\n<p>Now, this is the first time we talk about Activities and Feeds so let&#8217;s take a moment to define what an activity is.</p>\n<p>An <strong>activity</strong> is an object that contains information about an <strong>action</strong> that is performed by someone involving an <strong>object</strong>. When you write data to Stream&#8217;s feeds, you send this data in the form of activities. The simplest activity is made by these three fields: <strong>actor</strong>, <strong>object</strong> and <strong>verb</strong>. For example: Tommaso tweets <em>&#8216;Go cows!&#8217;</em></p>\n<p>Stream&#8217;s APIs allow you to store additional fields in your feeds, as you can see from the documentation <a href=\"https://getstream.io/docs/#adding-activities\">here</a>.</p>\n<p>We can verify the Activity was added by using the Data Browser in Stream&#8217;s Dashboard. In this example you can determine the feed name by inspecting the `activity_actor` property:</p>\n<pre><code class=\"language-python\">&gt;&gt;&gt; t.activity_actor\n'auth.User:1'</code></pre>\n<p>The Stream Data Explorer:</p>\n<p><img class=\"size-fp-small wp-image-3068 aligncenter\" src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/stream_explorer.png?w=640\" alt=\"\" width=\"640\" /></p>\n<h2>User feed</h2>\n<p>So now that every tweet gets stored in the author&#8217;s feed, we&#8217;ll add a view that reads them.</p>\n<pre><code class=\"language-python\">\nfrom django.contrib.auth.models import User\nfrom django.shortcuts import render, get_object_or_404\nfrom django.views.generic import DetailView\n\nfrom stream_django.enrich import Enrich\nfrom stream_django.feed_manager import feed_manager\n\nenricher = Enrich()\n\nclass UserView(DetailView):\n    model = User\n    template_name = 'stream_twitter/user.html'\n\n    def get_object(self):\n        return self.get_queryset().get(username=self.kwargs['username'])\n\n    def get_context_data(self, object):\n        user = self.object\n        feeds = feed_manager.get_user_feed(user.id)\n        activities = feeds.get()['results']\n        activities = enricher.enrich_activities(activities)\n\n        return {\n            'activities': activities,\n            'user': user,\n            'login_user': self.request.user\n        }\n</code></pre>\n<p>There are two new things that I should explain: the *feed manager* and the *enricher*. As the name suggests, the feed manager takes care of managing the different feeds involved in your app. In this case, we ask the feed manager to give us the user feed for the current user.</p>\n<p>We learned before that data is stored as activities within feeds. This is what a tweet looks like when we read it from Stream:</p>\n<pre><code class=\"language-python\">[{\n    'actor': 'auth.User:1',\n    'object': 'stream_twitter.Tweet:1',\n    'verb': 'tweet',\n    ... other fields ...\n}]</code></pre>\n<p>As you can see, &#8216;object&#8217; field does not contain the tweet itself but a reference to that instead(the same applies to the &#8216;actor&#8217; field). The enricher replaces these references with model instances.</p>\n<h2>Templating feeds</h2>\n<p>*django_stream* comes with a template tag that helps you to show the content from feeds in your templates. This can get quite complex as you add different kinds of activities to your feeds.</p>\n<p>Here is a very minimal tweets.html template:</p>\n<pre class=\"language-html\"><code>{% load activity_tags %}\n\n{% for activity in activities %}\n    {% render_activity activity %}\n{% endfor %}</code></pre>\n<p>The first time you run this, Django will complain that &#8216;activity/tweet.html&#8217; is missing. That&#8217;s because the render_activity templatetag inspects the activity object and loads the template based on the verb. Because the verb in this case is &#8216;tweet&#8217;, it will look for tweet.html in activity path. The template tag accepts extra options to make your templates as re-usable as possible, see <a href=\"https://github.com/GetStream/stream-Django#templating\">here</a> for the template tag documentation.</p>\n<h2>Feed Follow</h2>\n<p>As a next step, well add the ability to follow users to the application. To do this we create a view that creates Follow objects.</p>\n<pre><code class=\"language-python\">from django.views.generic.edit import CreateView, DeleteView\nfrom django.urls import reverse_lazy\nfrom stream_twitter.forms import FollowForm\nfrom stream_twitter.models import Follow\n\nclass FollowView(CreateView):\n    form_class = FollowForm\n    model = Follow\n    success_url = reverse_lazy('timeline_feed')\n\n    def form_valid(self, form):\n        form.instance.user = self.request.user\n        return super(FollowView, self).form_valid(form)\n\nclass UnfollowView(DeleteView):\n    model = Follow\n    success_url = reverse_lazy('timeline_feed')\n\n    def get_object(self):\n        target_id = self.kwargs['target_id']\n        return self.get_queryset().get(target__id=target_id)</code></pre>\n<p>Now we can use Django&#8217;s signals to perform follow/unfollow requests on Stream&#8217;s APIs.</p>\n<pre><code class=\"language-python\">def unfollow_feed(sender, instance, **kwargs):\n    feed_manager.unfollow_user(instance.user_id, instance.target_id)\n\ndef follow_feed(sender, instance, created, **kwargs):\n    if created:\n        feed_manager.follow_user(instance.user_id, instance.target_id)\n\n    post_save.connect(follow_feed, sender=Follow)\n    post_delete.connect(unfollow_feed, sender=Follow)</code></pre>\n<h2>Timeline view (AKA Flat Feed)</h2>\n<p>The hardest part for a scalable Twitter clone is displaying a feed that shows the tweets from people you follow. This is commonly called the timeline view or newsfeed. The code below shows the timeline.</p>\n<pre><code class=\"language-python\">from django.views.generic import TemplateView\n\nclass TimelineView(TemplateView):\n    template_name = 'stream_twitter/timeline.html'\n\ndef get_context_data(self):\n    context = super(TimelineView, self).get_context_data()\n\n    feeds = feed_manager.get_news_feeds(self.request.user.id)\n    activities = feeds.get('timeline').get()['results']\n    enriched_activities = enricher.enrich_activities(activities)\n\n    context['activities'] = enriched_activities\n\n    return context</code></pre>\n<p>This code looks very similar to the code of profile_feed. The main difference is we use feed manager&#8217;s get_news_feeds. By default, Stream apps and stream_django come with two newsfeeds predefined: flat and aggregated feeds. When you use `feed_manager.get_news_feeds`, you get a dictionary with flat and aggregated feeds. Since we are not going to use aggregated feeds, we can adjust Django settings:</p>\n<pre><code class=\"language-python\">STREAM_NEWS_FEEDS = dict(flat='flat')</code></pre>\n<h2>Adding activities</h2>\n<p>Let&#8217;s modify the `TimelineView` to include a form that will accept new tweets:</p>\n<pre><code class=\"language-python\">from django.views.generic.edit import CreateView\n\nclass TimelineView(CreateView):\n    fields= ['text']\n    model = Tweet\n    success_url = reverse_lazy('timeline_feed')\n    template_name = 'stream_twitter/timeline.html'\n\n    def form_valid(self, form):\n        form.instance.user = self.request.user\n        return super(TimelineView, self).form_valid(form)\n\n    def get_context_data(self, form=None):\n        context = super(TimelineView, self).get_context_data()\n\n        feeds = feed_manager.get_news_feeds(self.request.user.id)\n        activities = feeds.get('timeline').get()['results']\n        enriched_activities = enricher.enrich_activities(activities)\n\n        context['activities'] = enriched_activities\n        context['login_user'] = self.request.user\n        context['hashtags'] = Hashtag.objects.order_by('-occurrences')\n\n        return context</code></pre>\n<h2>Hashtags feeds</h2>\n<p>We want Twitter style hashtags to work as well &#8211; which is surprisingly easy. First, let&#8217;s open Stream&#8217;s dashboard and create the &#8216;hashtag&#8217; feed type. Note: by default Stream will setup `user`, `timeline`, `timeline_aggregated` and `notification` feeds. If you more feeds, you need to configure them in the dashboard.</p>\n<pre><code class=\"language-python\">from django.template.defaultfilters import slugify\n\nclass Tweet(activity.Activity, models.Model):\n\n    def parse_hashtags(self):\n        return [slugify(i) for i in self.text.split() if i.startswith(\"#\")]</code></pre>\n<p>Now that we have parsed the hashtags, we could loop over them and publish the same activity to every hashtag feed. Fortunately, there&#8217;s a shortcut. Stream allows you to send a copy of an activity to many feeds with a single request.</p>\n<p>To do this, we only need to implement the `activity_notify` method to the Twitter model we created previously:</p>\n<pre><code class=\"language-python\">from stream_django.feed_manager import feed_manager\n\nclass Tweet(activity.Activity, models.Model):\n\n    @property\n    def activity_notify(self):\n        targets = []\n        for hashtag in self.parse_hashtags():\n            targets.append(feed_manager.get_feed('hashtag', hashtag))\n        return targets</code></pre>\n<p>From now on, activities will be stored to hashtags feeds as well. For instance, the feed &#8216;hashtag:Django&#8217; will contain all tweets with &#8216;#Django&#8217;.</p>\n<p>Again, the view code looks really similar to the other views.</p>\n<pre><code class=\"language-python\">from django.views.generic import TemplateView\n\nfrom stream_django.enrich import Enrich\nfrom stream_django.feed_manager import feed_manager\n\nclass HashtagView(TemplateView):\n    template_name = 'stream_twitter/hashtag.html'\n\n    def get_context_data(self, hashtag):\n        context = super(TemplateView, self).get_context_data()\n\n        hashtag = hashtag.lower()\n        feed = feed_manager.get_feed('user', f'hash_{hashtag}')\n        activities = feed.get(limit=25)['results']\n\n        context['hashtag'] = hashtag\n        context['activities'] = enricher.enrich_activities(activities)\n\n        return context</code></pre>\n<h2>Mentions</h2>\n<p>Now that we found out about the `activity_notify` property, it only takes a bunch of extra lines of code to add user mentions.</p>\n<pre><code class=\"language-python\">class Tweet(activity.Activity, models.Model):\n\n    def parse_mentions(self):\n        mentions = [slugify(i) for i in self.text.split() if i.startswith(\"@\")]\n        return User.objects.filter(username__in=mentions)\n\n    @property\n    def activity_notify(self):\n        targets = []\n    for hashtag in self.parse_hashtags():\n        targets.append(feed_manager.get_feed('hashtag', hashtag))\n    for user in self.parse_mentions():\n        targets.append(feed_manager.get_news_feeds(user.id)['flat'])\n    return targets</code></pre>\n<h2>Wrapping up</h2>\n<p>Congratulations, you&#8217;ve reached the end of this tutorial! This article showed you how easy it is to build scalable newsfeeds with Django and GetStream.io. It took us just 100 LoC and (I hope) less than one hour to get this far.</p>\n<p>You can find the code from this tutorial and the fully functional application on <a href=\"https://github.com/GetStream/django_twitter\">GitHub</a>. The application is also running and can be tested <a href=\"http://tw.getstream.io/\">here</a>. I hope you found this interesting and useful and I&#8217;d be glad to answer all of your questions.</p>\n<p>If you&#8217;re new to Django or Stream, I highly recommend the <a href=\"https://docs.djangoproject.com/en/2.0/intro/\">official Django tutorial</a> and the Stream <a href=\"https://getstream.io/get_started/#intro\">&#8216;getting started&#8217; tutorial</a>.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/build-a-scalable-twitter-clone-with-django-and-stream/\">Build a scalable Twitter clone with Django and Stream</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://getstream.io/blog/build-a-scalable-twitter-clone-with-django-and-stream/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Stream and GDPR</title>\n\t\t<link>https://getstream.io/blog/stream-and-gdpr/</link>\n\t\t<comments>https://getstream.io/blog/stream-and-gdpr/#respond</comments>\n\t\t<pubDate>Fri, 20 Apr 2018 08:00:23 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Scott Lasica]]></dc:creator>\n\t\t\t\t<category><![CDATA[Best Practices]]></category>\n\t\t<category><![CDATA[News]]></category>\n\t\t<category><![CDATA[GDPR]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://getstream.io/blog/?p=3055</guid>\n\t\t<description><![CDATA[<p>As an organization who has customers located within the European Union (EU), the General Data Protection Regulation (GDPR) is an important topic for us here at Stream. The GDPR is a regulation by which the European government has intended to strengthen and unify data protection for all individuals within the EU (source). Companies must be [&#8230;]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/stream-and-gdpr/\">Stream and GDPR</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/gdpr.png?w=1024&amp;h=1024\" class=\"attachment-large size-large wp-post-image\" alt=\"gdpr\" style=\"display: block; margin:0 auto 10px auto;\" /><p>As an organization who has customers located within the European Union (EU), the General Data Protection Regulation (GDPR) is an important topic for us here at <a href=\"https://getstream.io/\">Stream</a>. The GDPR is a regulation by which the European government has intended to strengthen and unify data protection for all individuals within the EU (<a href=\"https://www.eugdpr.org/\">source</a>). Companies must be able to show compliance by May 25, 2018. Failure to comply could mean a €20 million fine or 4% of your organization’s global turnover, whichever is greater.</p>\n<h2>What it is:</h2>\n<ul>\n<li>Access control – access to personal data must be restricted to people and machines that need to use the data.</li>\n<li>Historical data – you must have the ability to delete personal data and let users download their provided personal data.</li>\n<li>Encryption – personal data should be secured through encryption so it can’t be seen.</li>\n<li>Store and process – you must have a valid reason for storing and processing personal data.</li>\n<li>Audit and logging – all access to personal data must be logged.</li>\n</ul>\n<h2>What Stream is doing:</h2>\n<ul>\n<li>Access control – all access is restricted to the minimal set of employees that maintain those systems.</li>\n<li>Historical data – our API currently allows customers to read all of a user’s data from their feed (which they can then provide to their end users) as well as delete it.</li>\n<li>Encryption – all API communication with Stream is encrypted, as well as backups.</li>\n<li>Store and process – Stream only stores the data that our customers put into the activities they send to us. Stream may use this data in personalization of feed content if our customer requests it.</li>\n<li>Audit and logging – all access to stored data is logged.</li>\n</ul>\n<h2>What you should do:</h2>\n<p>The GDPR defines personal data to include name, passport number, and birthdate as well as information that some may not consider to be personally identifiable information (PII) like IP addresses or device IDs. Personal data can even include data about an individual that has been hashed or encrypted. We still recommend our customers do not send us any PII if possible.</p>\n<p>If you must send us personal data, we have a DPA addendum for enterprise customers that includes the GDPR forms. Otherwise, our standard terms apply: https://getstream.io/legal/</p>\n<p>For a comprehensive list of what GDPR considers personal data, please read Article 4(1) of the <a href=\"http://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv:OJ.L_.2016.119.01.0001.01.ENG&amp;toc=OJ:L:2016:119:FULL\">GDPR</a>.</p>\n<p><em>Note: the information provided </em>in<em> this blog is strictly for informational purposes. We recommend that if you have any questions, or think the GDPR laws may impact your company, that you contact a lawyer.</em></p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/stream-and-gdpr/\">Stream and GDPR</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://getstream.io/blog/stream-and-gdpr/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Using Feed Technology for Travel Use Cases</title>\n\t\t<link>https://getstream.io/blog/using-feed-technology-for-travel-use-cases/</link>\n\t\t<comments>https://getstream.io/blog/using-feed-technology-for-travel-use-cases/#respond</comments>\n\t\t<pubDate>Wed, 18 Apr 2018 08:00:17 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Dani Feldman]]></dc:creator>\n\t\t\t\t<category><![CDATA[Best Practices]]></category>\n\t\t<category><![CDATA[Examples]]></category>\n\t\t<category><![CDATA[Feed Personalization]]></category>\n\t\t<category><![CDATA[Machine Learning]]></category>\n\t\t<category><![CDATA[Personalization]]></category>\n\t\t<category><![CDATA[travel]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://getstream.io/blog/?p=3058</guid>\n\t\t<description><![CDATA[<p>When we visit sites like Amazon, Netflix, or YouTube, we take for granted the fact these services have been exploring and learning our behavior for years. They know us well &#8211; they make relevant recommendations that are unique to the user, drawing us back to their sites time and time again. The big players in [&#8230;]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/using-feed-technology-for-travel-use-cases/\">Using Feed Technology for Travel Use Cases</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/travel.png?w=1024&amp;h=1024\" class=\"attachment-large size-large wp-post-image\" alt=\"travel use case\" style=\"display: block; margin:0 auto 10px auto;\" /><p>When we visit sites like Amazon, Netflix, or YouTube, we take for granted the fact these services have been exploring and learning our behavior for years. They know us well &#8211; they make relevant recommendations that are unique to the user, drawing us back to their sites time and time again. The big players in travel (think Expedia Group, Booking.com, TripAdvisor, etc.) are no different. They have already been using personalization for years and achieving impressive results. Today, travelers are accustomed to online booking, on-demand virtual assistants, and constant access via devices and applications. Whether they’re booking hotels, looking for flights, or browsing unique experiences, they not only expect to be able to browse from their phones they also expect the website (or application) they’re using to provide options that fit the specific criteria they’re looking for.</p>\n<p>Whether you’re traveling for pleasure, business, or a combo of the two, travel is becoming more intelligent, diversified and customized. <a href=\"https://getstream.io/personalization\">Machine learning and personalization</a> can give travelers on-demand services, customization of unique experiences, and insights (like predictive pricing or delayed forecasting) providing the customer with the unique, tailored experience they desire.</p>\n<p>By using personalization methods companies are able to make more relevant recommendations to consumers, improving their experience, typically resulting in increased conversions. We’ve found one of the best ways to do this is by creating a personalized feed. To implement an intelligent feed that displays relevant flights, hotels, trips, or packages to viewers, we recommend these 5 steps.</p>\n<h2>1. Capture Explicit User Preferences</h2>\n<p>This is the basis of doing any kind of personalized feed. The service needs to ask the user for the specific criteria they’re looking for in their trip. Obvious criteria or filters include location, price, specific travel dates (or a flex search), activities, and/or experiences.. Most travel sites today have the ability to filter based on these options. Something to consider is presenting the user with a “deal breaker / must have” toggle. Having this toggle, or some kind of sliding scale on how strong of a preference it is, will be fantastic input for your personalization engine later on.</p>\n<h2>2. Track Implicit User Behavior</h2>\n<p>As your users interact with the platform, be sure to <a href=\"https://getstream.io/analytics/\">track their actions and record </a>those analytics. Some behaviors will indicate stronger preferences than others. For instance, sharing a destination or activity with a spouse or friend is a much stronger indicator than viewing some pictures or looking at reviews and moving on.</p>\n<h2>3. Compare to Other Users</h2>\n<p>As the models of user preferences are developed and evolve, you will find users who are similar to each other. Once you’ve identified these similar users, you can leverage their actions, flights, destinations, hotel or activities they’re viewing to add options for their counterparts.</p>\n<h2>4. Rinse, Repeat</h2>\n<p>The <a href=\"https://getstream.io/personalization/\">personalization engine</a> evolves over time and requires constant input as well as tweaking. As more and more data is fed into the system, new insights will be gained and profiles will morph. This feedback loop of both positively reinforcing and negatively detracting behaviors will help the model tune itself and become better at making recommendations for each user to view.</p>\n<h2>5. Bringing It All Together</h2>\n<p>Once steps 1-4 are in place, the travel platform will be well positioned to capture a market of users that expect to be able to self-serve. This platform will present the most relevant destinations, flights, activities or rental properties to each user, being sure not to show content that is irrelevant.</p>\n<h2>Now what?</h2>\n<p>Users of intelligent, highly personalized feeds are more likely to remain engaged, spread the word, and ultimately find their dream vacation. There are many travel companies out there, so providing your clients and prospects with the best user experience is crucial. To gain a broader understanding of the benefits of feed technology and how you can implement them <a href=\"https://getstream.io/contact/\">contact us</a> with your questions!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/using-feed-technology-for-travel-use-cases/\">Using Feed Technology for Travel Use Cases</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://getstream.io/blog/using-feed-technology-for-travel-use-cases/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Winds 2.0 Beta &#8211; Now Available for Download</title>\n\t\t<link>https://getstream.io/blog/winds-2-0-beta-now-available/</link>\n\t\t<comments>https://getstream.io/blog/winds-2-0-beta-now-available/#respond</comments>\n\t\t<pubDate>Tue, 17 Apr 2018 08:00:20 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Ken Hoff]]></dc:creator>\n\t\t\t\t<category><![CDATA[APIs]]></category>\n\t\t<category><![CDATA[Design]]></category>\n\t\t<category><![CDATA[Examples]]></category>\n\t\t<category><![CDATA[Features]]></category>\n\t\t<category><![CDATA[Feed Personalization]]></category>\n\t\t<category><![CDATA[Integrations]]></category>\n\t\t<category><![CDATA[Open Source]]></category>\n\t\t<category><![CDATA[Winds]]></category>\n\t\t<category><![CDATA[Algolia]]></category>\n\t\t<category><![CDATA[feeds]]></category>\n\t\t<category><![CDATA[mercury]]></category>\n\t\t<category><![CDATA[MongoDB]]></category>\n\t\t<category><![CDATA[Podcast]]></category>\n\t\t<category><![CDATA[RSS]]></category>\n\t\t<category><![CDATA[sendgrid]]></category>\n\t\t<category><![CDATA[Stream]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://getstream.io/blog/?p=3046</guid>\n\t\t<description><![CDATA[<p>In case you haven’t already heard, the devrel team at Stream has been working on a really exciting project over the past couple months called Winds 2.0! Tl;Dr Winds is an open-source RSS reader and podcast player built with React &#38; Stream. It’s not only free and open source, but is also created by a [&#8230;]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/winds-2-0-beta-now-available/\">Winds 2.0 Beta &#8211; Now Available for Download</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Winds-2.0-Beta.png?w=1024&amp;h=1024\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"display: block; margin:0 auto 10px auto;\" /><p>In case you haven’t already heard, the devrel team at <a href=\"https://getstream.io/\">Stream</a> has been working on a really exciting project over the past couple months called <a href=\"https://getstream.io/winds/\">Winds 2.0</a>!</p>\n<h2>Tl;Dr</h2>\n<p>Winds is an open-source RSS reader and podcast player built with React &amp; Stream. It’s not only free and open source, but is also created by a company that doesn’t want to make money off of your data. Want to skip the spiel and get right to it? Go download it here → <a href=\"https://getstream.io/winds/\">https://getstream.io/winds/</a>.</p>\n<p><img class=\"aligncenter wp-image-3063\" src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/Mac-OSX-winds.gif?w=1200\" alt=\"http://www.hollandresidential.com/platform-at-union-station/\" width=\"569\" height=\"404\" /></p>\n<p>Of course, we hope you’ll take also take a moment to check out <a href=\"https://getstream.io/try-the-api/\">Stream</a>.</p>\n<h2>Winds 2.0 will “blow” your mind</h2>\n<p><img class=\"aligncenter wp-image-3049\" src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/image1.gif?w=1200\" alt=\"Winds blown\" width=\"400\" height=\"225\" /></p>\n<p>Winds is an open-source podcast player AND RSS reader. The beta is now available for download at <a href=\"https://getstream.io/winds/\">https://getstream.io/winds/</a>. You&#8217;ll also be able to check out the source code very soon over on <a href=\"http://github.com/getstream/winds-2.0\">GitHub</a>.</p>\n<p>This year, we’ve decided to revisit the project and work on Winds 2.0 &#8211; a completely new build of the application. We wanted to make a splash (again) and to do so, we needed something profound. We’re excited to announce that we&#8217;re introducing podcast discovery and playback support within the Winds application. Although the addition of podcast support may sound trivial, it’s actually quite a difficult task from both a design and development perspective. Combining two vastly different forms of content has proven to be an aesthetic challenge as well (thankfully, our lead designer has come up with a beautiful, unifying design).</p>\n<h2>The Tech Behind Winds</h2>\n<p>When building a podcast / RSS reader, there are many different “activity feeds” within the app. Users expect to see lists of episodes and articles from the podcasts and RSS feeds they follow and, because we’ve also built in a social network, they also want to see new status updates from those they follow.</p>\n<p>Creating activity feeds for large numbers of users who create many activities can be quite a challenge. Luckily, Stream makes this easy. When a user follows dozens or even thousands of other users, RSS feeds, or podcasts, Stream creates a “timeline” feed in milliseconds (check it out in our <a href=\"http://getstream.io/try-the-api/\">tutorial</a>).</p>\n<p>Within Winds, we want to make migration from another RSS reader easy (RIP Google Reader, even if that’s a dated reference at this point). If you’re using another RSS reader, just import OPML files and simply drag-and-drop your feeds into Winds. <span style=\"font-weight: 400;\"><img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f44d.png\" alt=\"👍\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></span></p>\n<p><img class=\"aligncenter wp-image-3050\" src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/image4.png?w=1200\" alt=\"Winds-add new RSS feed\" width=\"407\" height=\"374\" srcset=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/image4.png?w=600 600w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/image4.png?w=300 300w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/image4.png?w=470 470w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/image4.png?w=360 360w\" sizes=\"(max-width: 639px) 98vw, (max-width: 1199px) 64vw, 407px\" /></p>\n<p>Now, you’re probably wondering about Winds’ tech stack. The frontend is an <a href=\"https://electronjs.org/\">Electron</a> app, along with <a href=\"https://github.com/facebook/create-react-app\">create-react-app</a>. We’re using React, Redux, and React-router, plus SCSS to generate all of the cool styling.</p>\n<p>Our backend services are written in Node.js, Express, and Mongoose. There’s an API server, which handles the authentication and CRUD operations. The service workers retrieve new articles and episodes from RSS feeds and podcasts, then adds them to Stream, Algolia, and MongoDB. To generate a new app release and deploy the new API and services, we use a couple of small shell scripts along with Fabric.</p>\n<p>It’s also important to mention that we relied on many other services to help build Winds:</p>\n<ul>\n<li><a href=\"https://www.algolia.com/\">Algolia</a> for search: search for any user, RSS feed, RSS article, podcast, podcast episode, or playlist in Winds.</li>\n<li><a href=\"https://mercury.postlight.com/web-parser/\">Mercury</a> for article parsing: turns out that extracting the text of a blog post from an HTML page is pretty hard.</li>\n<li><a href=\"https://www.mongodb.com/\">MongoDB</a> for our main datastore: hosted on MongoDB Atlas.</li>\n<li><a href=\"https://sendgrid.com/\">Sendgrid</a> for email: sends all password resets and “hey you got a new follower!” emails.</li>\n<li>And, of course, <a href=\"https://getstream.io/\">Stream</a>: the reason we don’t get “fail whales” when 10,000 new users sign up. <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f604.png\" alt=\"😄\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n</ul>\n<h2>If You Haven’t Already, Time to Download!</h2>\n<p>If you want to give Winds a whirl, head on over to <a href=\"https://getstream.io/winds/\">getstream.io/winds</a> to download the app. As I previously mentioned, Winds is currently in beta. We’ll be making lots of improvements to this over the next few months, and posting a lot more about the project as a whole, so stay tuned!</p>\n<p>And, if you’d like to check out the technology that powers Winds 2.0, check out <a href=\"https://getstream.io/\">Stream</a>, where you can build your own applications with personalized and scalable activity feeds.</p>\n<h2>How can I contribute?</h2>\n<p>If you’d like to contribute to Winds, we’ll be releasing the source code over on <a href=\"https://github.com/GetStream/winds\">GitHub</a> very soon, where you can download, modify, and start contributing to Winds. If you’re looking for some easy things to fix, check out the issues section at <a href=\"https://github.com/GetStream/winds/issues\">https://github.com/GetStream/winds/issues</a>.</p>\n<h2>What’s next for Winds?</h2>\n<p>There’s still loads of features that we want to include in Winds &#8211; releasing Windows and React Native versions, sending snippets of podcasts to your friends, and more advanced social features. If there&#8217;s a feature you’d love to see, let us know by opening an issue over at <a href=\"https://github.com/GetStream/winds/issues\">https://github.com/GetStream/winds/issues</a>.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/winds-2-0-beta-now-available/\">Winds 2.0 Beta &#8211; Now Available for Download</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://getstream.io/blog/winds-2-0-beta-now-available/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Go Client Now Available</title>\n\t\t<link>https://getstream.io/blog/go-client-now-available/</link>\n\t\t<comments>https://getstream.io/blog/go-client-now-available/#respond</comments>\n\t\t<pubDate>Thu, 05 Apr 2018 08:38:16 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Federico Ruggi]]></dc:creator>\n\t\t\t\t<category><![CDATA[APIs]]></category>\n\t\t<category><![CDATA[Clients]]></category>\n\t\t<category><![CDATA[Documentation]]></category>\n\t\t<category><![CDATA[Go]]></category>\n\t\t<category><![CDATA[client]]></category>\n\t\t<category><![CDATA[go]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://getstream.io/blog/?p=3039</guid>\n\t\t<description><![CDATA[<p>Go is one of the fastest growing languages around. We ourselves use it extensively inside the Stream API service. Support for Go was added almost two years ago by MrHenry and HyperWorks, which open-sourced a Go client. We are proud to announce that starting today, we are releasing our official Go API client. You can [&#8230;]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/go-client-now-available/\">Go Client Now Available</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/04/new-Go-client-available.png?w=1024&amp;h=1024\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"display: block; margin:0 auto 10px auto;\" /><p>Go is one of the fastest growing languages around. We ourselves use it extensively inside the Stream API service. Support for Go was added almost two years ago by MrHenry and <a href=\"https://github.com/hyperworks\">HyperWorks,</a> which open-sourced a Go client.</p>\n<p>We are proud to announce that starting today, we are releasing our official Go API client. You can find it on GitHub at <a href=\"https://github.com/GetStream/stream-go2\">https://github.com/GetStream/stream-go2</a>.</p>\n<p>The new client APIs are more simple and easy to use. Compared to the previous version (which is still <a href=\"https://github.com/GetStream/stream-go\">available here</a>), the new version has a much smaller code footprint, with about 57% less lines of code. Here’s a list of the key features:</p>\n<ul>\n<li>Complete test coverage of Stream API endpoints and options</li>\n<li>Smaller code footprint (less than 900 relevant lines of code)</li>\n<li>Extensive use of <a href=\"https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis\">functional options</a> for clearer method calls that, in the future, can be extended without breaking compatibility</li>\n<li>Utilities for initializing a client directly from environment variables</li>\n<li>Complete endpoints support</li>\n<li>Happy Go <a href=\"https://github.com/golang/lint\">linter</a>, meaning more consistent docs and idiomatic code</li>\n<li>Code versioning via <a href=\"http://labix.org/gopkg.in\">gopkg.in</a></li>\n</ul>\n<p>The complete documentation for the client is available via <a href=\"https://godoc.org/github.com/GetStream/stream-go2\">GoDoc</a>, while Stream-specific docs are available on our <a href=\"https://getstream.io/docs/go/\">docs page</a>.</p>\n<p>Let’s see how to use it with some simple examples.</p>\n<p>Obtaining stream-go2 is straightforward. Type the following to retrieve the latest stable version of the client:<br />\n<em>go get </em>gopkg<em>.in/GetStream/stream-go2.v1</em></p>\n<p>Then, we&#8217;ll start by creating a new client which we’ll use in our application:</p>\n<p>View the code on <a href=\"https://gist.github.com/ruggi/597d2a8b11779f91644126f8a8afcaec\">Gist</a>.</p>\n<p>We can now use the newly created client to initialize the feeds we want to interact with:</p>\n<p>View the code on <a href=\"https://gist.github.com/ruggi/59ec2951d79681f0b99a09d6d67d8bc0\">Gist</a>.</p>\n<p>Flat, aggregated, and notification feeds implement the <a href=\"https://godoc.org/github.com/GetStream/stream-go2#Feed\">stream.Feed</a> interface. To retrieve activities, all of them offer a GetActivities method that returns different structs based on the kind of feed:</p>\n<p>View the code on <a href=\"https://gist.github.com/ruggi/8d8274a2375ca42687e072c3a9247b0d\">Gist</a>.</p>\n<p>Feeds pagination via offset and limit can be done using the WithActivitiesOffset and WithActivitiesLimit option functions:</p>\n<p>View the code on <a href=\"https://gist.github.com/ruggi/47ecb965037b8e4763f434cac3aacbb5\">Gist</a>.</p>\n<p>Pagination via activity ID can be done with the WithActivitiesID[GT,GTE,LT,LTE] functions for the feeds that support it.</p>\n<p>Moreover, multiple filters can be combined:</p>\n<p>View the code on <a href=\"https://gist.github.com/ruggi/5d3711667da289f56173a44874e89cc3\">Gist</a>.</p>\n<p>Here are all the <a href=\"https://godoc.org/github.com/GetStream/stream-go2#GetActivitiesOption\">supported read options</a>.</p>\n<p>If you have a flat feed with custom ranking you can retrieve its&#8217; activities by applying one of the ranking methods configured for that feed with the GetActivitiesWithRanking method:</p>\n<p>View the code on <a href=\"https://gist.github.com/ruggi/de84e2692cd4e780a3aa055e55f182f9\">Gist</a>.</p>\n<p>You can add activities to any kind of stream.Feed with the AddActivity and AddActivities methods:</p>\n<p>View the code on <a href=\"https://gist.github.com/ruggi/88e3a3b47cc6c9b80fe9afe46aa8df06\">Gist</a>.</p>\n<p>Removing an activity can be done either by its ID or its foreign ID. The stream.Feed interface offers two methods for doing so: RemoveActivityByID and RemoveActivityByForeignID.</p>\n<p>View the code on <a href=\"https://gist.github.com/ruggi/6f24975fea397db8730788c482f41a70\">Gist</a>.</p>\n<p>Following and unfollowing a feed is done via the Follow and Unfollow methods offered by the Feed interface:</p>\n<p>View the code on <a href=\"https://gist.github.com/ruggi/d9eb00be330684a1ff5d392f0d64c712\">Gist</a>.</p>\n<p>Note: many methods offered by stream.Feed and stream.Client support <a href=\"https://en.wikipedia.org/wiki/Variadic_function\">variadic</a> option functions to customize the behavior of the methods themselves, and by convention, they all start with the “With…” prefix. You can find them all listed on the <a href=\"http://godoc.org/github.com/GetStream/stream-go2\">GoDoc</a> page.</p>\n<p>For example, when using a feed’s GetFollowing method to retrieve the feeds which are being followed, you can use these option functions:</p>\n<p>View the code on <a href=\"https://gist.github.com/ruggi/61c9e4af55c2f9e49f4a6ccbea59832c\">Gist</a>.</p>\n<p>Which results in something like this:</p>\n<p>View the code on <a href=\"https://gist.github.com/ruggi/9d253b0f4c262980fd0a118e4c7c0583\">Gist</a>.</p>\n<h2>Wrapping up</h2>\n<p>Once again, we would like to thank <a href=\"https://github.com/mrhenry\">MrHenry</a> and <a href=\"https://github.com/hyperworks\">HyperWorks</a> for their efforts in creating the original stream-go client, a great community contribution which made it possible for many Go developers to use Stream.</p>\n<p>The <a href=\"https://github.com/GetStream/stream-go2\">new Go client</a> exposes all Stream’s API features via a clean and easy to use interface. The client was rewritten from scratch, and this approach allowed us to follow Go’s coding best practices and test the entire code base very easily.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/go-client-now-available/\">Go Client Now Available</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://getstream.io/blog/go-client-now-available/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Looking Forward to What&#8217;s Coming from Stream in 2018</title>\n\t\t<link>https://getstream.io/blog/looking-forward-whats-coming-from-stream-in-2018/</link>\n\t\t<comments>https://getstream.io/blog/looking-forward-whats-coming-from-stream-in-2018/#respond</comments>\n\t\t<pubDate>Wed, 21 Mar 2018 05:06:26 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Thierry Schellenbach]]></dc:creator>\n\t\t\t\t<category><![CDATA[APIs]]></category>\n\t\t<category><![CDATA[Documentation]]></category>\n\t\t<category><![CDATA[Features]]></category>\n\t\t<category><![CDATA[Feed Personalization]]></category>\n\t\t<category><![CDATA[Machine Learning]]></category>\n\t\t<category><![CDATA[Scalability]]></category>\n\t\t<category><![CDATA[feedback]]></category>\n\t\t<category><![CDATA[filtering]]></category>\n\t\t<category><![CDATA[performance]]></category>\n\t\t<category><![CDATA[Personalization]]></category>\n\t\t<category><![CDATA[roadmap]]></category>\n\t\t<category><![CDATA[scalability]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://getstream.io/blog/?p=3015</guid>\n\t\t<description><![CDATA[<p>Looking Back 2017 wrapped up with the launch of Stream V2 and multi-region support. The new version of our API uses Go, RocksDB and Raft to power the feeds for over 300 million users. V2 represents our largest improvement in performance so far. Switching from Cassandra to RocksDB was a major step forward for Stream. It’s [&#8230;]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/looking-forward-whats-coming-from-stream-in-2018/\">Looking Forward to What&#8217;s Coming from Stream in 2018</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/03/2018stream.png?w=1024&amp;h=1024\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"display: block; margin:0 auto 10px auto;\" /><h2>Looking Back</h2>\n<p>2017 wrapped up with the launch of Stream V2 and multi-region support. The new version of our API uses <a href=\"https://stackshare.io/stream/stream-and-go-news-feeds-for-over-300-million-end-users\">Go, RocksDB and Raft</a> to power the feeds for over 300 million users. V2 represents our largest improvement in performance so far. Switching from Cassandra to RocksDB was a major step forward for Stream. It’s also been great to see a <a href=\"https://engineering.instagram.com/open-sourcing-a-10x-reduction-in-apache-cassandra-tail-latency-d64f86b43589\">similar move</a> by Instagram and other companies who have adopted RocksDB. In terms of numbers, here’s what Stream looks like today:</p>\n<ul>\n<li><span style=\"font-weight: 400;\">Number of servers: 140</span></li>\n<li><span style=\"font-weight: 400;\">Feed updates per month: 34 billion</span></li>\n<li><span style=\"font-weight: 400;\">Average API response time: 12 milliseconds</span></li>\n<li><span style=\"font-weight: 400;\">Average real-time response time: 2 milliseconds</span></li>\n<li><span style=\"font-weight: 400;\">Regions: 4 (US-East, EU-West, Tokyo and Singapore)</span></li>\n<li><span style=\"font-weight: 400;\">API requests per month: 1 billion (~20k/minute)</span></li>\n<li><span style=\"font-weight: 400;\">Team members: 22</span></li>\n</ul>\n<p>Multi-region support substantially reduced the latency for our customers in Asia and Europe. <a href=\"https://getstream.io/blog/sketchfab-utilizes-stream-to-increase-performance/\">Sketchfab</a>, for instance, moved from US-east (V1) to Ireland (V2) and noticed an increase in performance, resulting in a round-trip decrease from 146ms to only 12ms.</p>\n<p>Our real-time infrastructure also received a full rewrite and greatly improved performance. So, if you want to use feeds for <a href=\"https://getstream.io/blog/news-feeds-for-real-time-use-cases/\">real time use cases</a> such as events, games or discussions between famous users, we’ve got you covered.</p>\n<p>In true Stream fashion, we’ve created the following roadmap for 2018 based on customer input. We’d like to encourage all users to <a href=\"https://getstream.io/contact/\">email us</a> if you have any questions or feedback.</p>\n<p>Here are several enhancements to look forward to in the coming months:</p>\n<h3>1. Filtering</h3>\n<p>There are a few different use cases for filtering support:</p>\n<ul>\n<li>Privacy settings on activities</li>\n<li>Removing flagged/inappropriate content</li>\n<li>Filtering mature content</li>\n<li>Selecting activities of a certain type (ie: showing only posts or likes)</li>\n<li>Complex follows (ie: houses listed in Boulder below $1 million)</li>\n</ul>\n<p>While there is a way to do this currently, it’s not a simple process. Right now, the only way to build that with Stream is to create multiple feed groups. Many of our customers have setup feed groups called user_private, user_friends, user_public, etc. While that approach works, it makes it harder to integrate Stream. Additionally, it doesn’t work if you need more complex filtering criteria or if you have a combination of filtering criteria (ie. supporting both privacy settings and filtering on activities of a certain type).</p>\n<h3>2. React Components</h3>\n<p>The popularity of <a href=\"https://getstream.io/based-feed-ui-kit-sketch/\">Based</a>, our UI Kit for feeds, has inspired us to create a React component library for feeds. This will make it extremely easy to add notification feeds, activity streams or news feeds to your React based app.</p>\n<p>We’re even thinking about including a generator for the React components in the dashboard, making it easier to get up and running with Stream. <a href=\"https://getstream.io/contact/\">What do you think?</a></p>\n<h3>3. Likes &amp; Comments</h3>\n<p>Many of our customers want to store likes and comments in their own database. For a long time, we’ve considered likes and comments to be out of scope. To our surprise, many of our enterprise customers asked for us to include this functionality. As we previously mentioned, we believe in the importance of listening to customer feedback and can admit when we’re wrong. In the coming months, we’ll add support for likes, comments and other reactions to Stream’s API. When you read the feed you’ll automatically see the counts and if the user has already liked the given activity.</p>\n<h3>4. Enrichment and normalization</h3>\n<p>One of the hardest aspects of integrating with Stream is enrichment. Most of our customers&#8217; store IDs to external objects in the activities. One example is user IDs. When you read the feed you need to:</p>\n<ul>\n<li>Gather the list of objects referenced</li>\n<li>Efficiently lookup those objects in cache and your database</li>\n<li>Replace the IDs with the full objects</li>\n</ul>\n<p>While this isn’t very complex it definitely makes it a bit harder to integrate with Stream. Our plan is to remove this complexity from the integration and take care of the whole process transparently.</p>\n<p>For example, say you want the actor field of an activity to be a user from your application. Right now you would store the user ID in the actor field and, at read time, replace all IDs with the data from your primary storage.</p>\n<p>With the new approach, you can send the data in the actor field as it is and Stream will take care of the rest.</p>\n<pre><span style=\"font-weight: 400;\">activity = {\n</span><span style=\"font-weight: 400;\">  actor:ken,\n</span><span style=\"font-weight: 400;\">  verb:run,\n</span><span style=\"font-weight: 400;\">  object:run123,\n</span><span style=\"font-weight: 400;\">  track:{\n</span><span style=\"font-weight: 400;\">     collection:'track',\n</span><span style=\"font-weight: 400;\">     id:'123',\n</span><span style=\"font-weight: 400;\">     distance:'20 miles'\n</span><span style=\"font-weight: 400;\">  }\n</span><span style=\"font-weight: 400;\">}\n\n\n</span></pre>\n<p>In the example above, Stream could detect that you added a track object, normalized it and stored it separately from the activity. When reading the feed we would simply lookup the “track:123” object and show you the full details. You could update the object using our <a href=\"https://getstream.io/docs_personalization/\">collections endpoint</a>.</p>\n<h3>5. Personalization V2</h3>\n<p>A. Currently, personalization is only supported through our <a href=\"https://github.com/getstream/stream-python\">Python SDK</a>. Customers using other languages have to directly use the REST SDKs which isn’t ideal.<br />\n<em>Next step: updating our other SDKs to make it easier to integrate personalization.</em></p>\n<p>B. Our analytics endpoint currently doesn’t have a REST API. However many larger customers prefer to integrate analytics on the server side.<br />\n<em>Next step: adding a REST endpoint to batch create impressions and events.</em></p>\n<p>C. We’re going to release a “<a href=\"https://getstream.io/get_started/\">getting started</a>” type of tutorial for personalization. This will make it easier to get up and running with any of the 5 use cases for personalization. <a href=\"https://getstream.io/docs_personalization/\">Read the docs.</a></p>\n<p><img class=\"aligncenter wp-image-3017\" title=\"Personalization types\" src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/03/5-Ways-to-use-Personalization.png?w=1200\" alt=\"\" width=\"769\" height=\"606\" srcset=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/03/5-Ways-to-use-Personalization.png?w=975 975w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/03/5-Ways-to-use-Personalization.png?w=300 300w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/03/5-Ways-to-use-Personalization.png?w=768 768w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/03/5-Ways-to-use-Personalization.png?w=600 600w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/03/5-Ways-to-use-Personalization.png?w=470 470w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/03/5-Ways-to-use-Personalization.png?w=360 360w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/03/5-Ways-to-use-Personalization.png?w=620 620w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/03/5-Ways-to-use-Personalization.png?w=740 740w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/03/5-Ways-to-use-Personalization.png?w=870 870w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/03/5-Ways-to-use-Personalization.png?w=640 640w\" sizes=\"(max-width: 639px) 98vw, (max-width: 1199px) 64vw, 769px\" /></p>\n<h3>6. Performance &amp; Scalability Improvements</h3>\n<p>After we released the new version of Stream based on Go, RocksDB, and Raft, we saw a large and immediate performance improvement. There’s still a lot of room left for optimization on the new architecture. This means you’ll continue to see performance improvements in the coming months.</p>\n<h3>7. Documentation</h3>\n<p>One thing that always amazed me is that the documentation for many APIs isn’t great &#8211; even when the product is! It’s surprising since I know, as a developer, that docs are one of the main things we look at when deciding whether or not to adopt a new tool. Over the past few years, <a href=\"https://getstream.io/docs/\">Stream’s documentation</a> has not been kept entirely up-to-date. It’s actually quite difficult to keep the docs completely relevant when your product is moving quickly. We’re going to invest a good amount of time to improving the writing, updating the code and checking all our example apps and integrations.</p>\n<h2>Send us your Feedback!</h2>\n<p>Once again, we’d love to get your feedback. <a href=\"https://getstream.io/contact/\">Send us an email</a> with your thoughts, product improvements, new features, etc. Even small things like spotting issues in our documentation help make the API easier to use for the entire Stream community. We look forward to hearing from you!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/looking-forward-whats-coming-from-stream-in-2018/\">Looking Forward to What&#8217;s Coming from Stream in 2018</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://getstream.io/blog/looking-forward-whats-coming-from-stream-in-2018/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Dubsmash Switches to Stream from an In-House Solution</title>\n\t\t<link>https://getstream.io/blog/dubsmash-switches-to-stream-from-an-in-house-solution/</link>\n\t\t<comments>https://getstream.io/blog/dubsmash-switches-to-stream-from-an-in-house-solution/#respond</comments>\n\t\t<pubDate>Mon, 19 Mar 2018 14:45:25 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Jessie Newell]]></dc:creator>\n\t\t\t\t<category><![CDATA[Case Study]]></category>\n\t\t<category><![CDATA[case study]]></category>\n\t\t<category><![CDATA[Dubsmash]]></category>\n\t\t<category><![CDATA[in-house]]></category>\n\t\t<category><![CDATA[ranking]]></category>\n\t\t<category><![CDATA[scalability]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://getstream.io/blog/?p=3019</guid>\n\t\t<description><![CDATA[<p>About Dubsmash Dubsmash is a global entertainment platform that allows users to interact with the content they love. Their team is building the interactive video quote database of the future, allowing users around the world to share, lip-sync, and meme over pop culture content. With over 200M global users who create &#38; interact with 35 [&#8230;]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/dubsmash-switches-to-stream-from-an-in-house-solution/\">Dubsmash Switches to Stream from an In-House Solution</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/03/dubsmash-casestudy.png?w=1024&amp;h=1024\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"display: block; margin:0 auto 10px auto;\" /><h2><b>About Dubsmash</b></h2>\n<p><a href=\"https://dubsmash.com/\"><span style=\"font-weight: 400;\">Dubsmash</span></a><span style=\"font-weight: 400;\"> is a global entertainment platform that allows users to interact with the content they love. Their team is building the interactive video quote database of the future, allowing users around the world to share, lip-sync, and meme over pop culture content. With over 200M global users who create &amp; interact with 35 videos every second, Dubsmash is building the entertainment product of the future &#8211; one where consumers are actively participating versus passively consuming.</span></p>\n<p style=\"text-align: center;\"><iframe src=\"https://www.youtube.com/embed/AbFmE4jSIiY\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n<h2>Challenge</h2>\n<p>Dubsmash has always been a huge fan of not &#8220;reinventing the wheel&#8221; by using existing solutions, being that they’re a small team operating very quickly. However, they initially believed that they could build an in-house feed solution that would have all the features and functionality they needed, at a lower price than what they saw in the market. They soon discovered that the complexities of building streams and feeds are vast. While they were able to easily construct a simple chronological feed, they ran into many difficulties when attempting to add features such as ranking and personalization. After spending many weeks and valuable resources on development, they realized that continuing to build in-house would not provide them with the best and most sustainable outcome.</p>\n<blockquote><p>“Building out feed technology is quite a challenge. We made the mistake of trying to build it ourselves…and we were just stuck. From a feature perspective, we couldn’t build something as robust as what Stream can provide. I’m simply amazed at how certain features, such as ranking, work. Stream is also very easy to implement and their team has been responsive on Slack!” &#8211; Tim Specht, CTO of Dubsmash</p></blockquote>\n<h2>Why Stream</h2>\n<p><img class=\"wp-image-3020 alignleft\" title=\"dubsmash\" src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/03/Dubsmash-feed.png?w=1200\" alt=\"\" width=\"193\" height=\"433\" /></p>\n<p><strong>Primary Reasons</strong><br />\n&#8211; Time to market<br />\n&#8211; Scalability<br />\n&#8211; Simple implementation</p>\n<p>Dubsmash has been familiar with Stream for over two years. They had experience with the original, open source Stream framework and had gone through the <a href=\"https://getstream.io/try-the-api/\">Try-the-API</a> tutorials. They had also done extensive research on <a href=\"https://getstream.io/blog/\">The Stream Blog</a> and <a href=\"https://getstream.io/docs/\">documentation page</a>. When they reached out to Stream, they were in need of a feature-rich solution that could scale for their expected growth while integrating quickly and easily. Dubsmash was particularly impressed with Stream’s easy-to-use <a href=\"https://getstream.io/docs/#custom_ranking\">ranking feature</a>, and the fact that the API can cover many use cases. Dubsmash uses several ranking methods side by side. The feed in their admin is strictly stored by time and the feed shown to users takes into account both popularity and time decay. What would have taken weeks of development time to build in-house, took a day and a half to implement with the API. With Stream, they just “don’t need to worry about it!”</p>\n<h2></h2>\n<h2>Moving forward…</h2>\n<p>Dubsmash is planning on expanding their offerings with more mobile and web-based products built around their core product &#8211; their ‘video quote database’. We can’t wait to see what they come up with!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/dubsmash-switches-to-stream-from-an-in-house-solution/\">Dubsmash Switches to Stream from an In-House Solution</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://getstream.io/blog/dubsmash-switches-to-stream-from-an-in-house-solution/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Building a Node.js Powered API with Express, Mongoose &#038; MongoDB</title>\n\t\t<link>https://getstream.io/blog/building-a-node-js-powered-api-with-express-mongoose-mongodb/</link>\n\t\t<comments>https://getstream.io/blog/building-a-node-js-powered-api-with-express-mongoose-mongodb/#respond</comments>\n\t\t<pubDate>Thu, 22 Feb 2018 16:19:21 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Nick Parsons]]></dc:creator>\n\t\t\t\t<category><![CDATA[APIs]]></category>\n\t\t<category><![CDATA[Best Practices]]></category>\n\t\t<category><![CDATA[Examples]]></category>\n\t\t<category><![CDATA[Libraries]]></category>\n\t\t<category><![CDATA[Open Source]]></category>\n\t\t<category><![CDATA[Tutorial]]></category>\n\t\t<category><![CDATA[API]]></category>\n\t\t<category><![CDATA[ES6]]></category>\n\t\t<category><![CDATA[Express]]></category>\n\t\t<category><![CDATA[MongoDB]]></category>\n\t\t<category><![CDATA[Mongoose]]></category>\n\t\t<category><![CDATA[RESTful]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://getstream.io/blog/?p=3002</guid>\n\t\t<description><![CDATA[<p>One of my favorite parts of my job as a Developer Evangelist at Stream is building sample applications. It is an enthralling way to engage and interact with potential and existing customers, as well as show off the fun technology we use and build with every single day. The applications I build range from small [&#8230;]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/building-a-node-js-powered-api-with-express-mongoose-mongodb/\">Building a Node.js Powered API with Express, Mongoose &#038; MongoDB</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/nodenick.jpeg?w=1024&amp;h=1024\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"display: block; margin:0 auto 10px auto;\" /><p><span style=\"font-weight: 400;\">One of my favorite parts of my job as a Developer Evangelist at </span><a href=\"https://getstream.io\"><span style=\"font-weight: 400;\">Stream</span></a><span style=\"font-weight: 400;\"> is building sample applications. It is an enthralling way to engage and interact with potential and existing customers, as well as show off the fun technology we use and build with every single day. The applications I build range from small code snippets outlining how to perform basic operations, such as marking an item as “read” in Stream, to large microservice based applications that generally require robust backend architectures, like </span><a href=\"https://github.com/GetStream/Winds\"><span style=\"font-weight: 400;\">Winds</span></a><span style=\"font-weight: 400;\">.</span></p>\n<p><span style=\"font-weight: 400;\">Last year, I created a post on </span><a href=\"https://medium.com/@nparsons08/in-depth-guide-on-building-a-rest-api-with-node-js-restify-mongodb-a8e92efbb50f\"><span style=\"font-weight: 400;\">how to build a RESTful API with Restify</span></a><span style=\"font-weight: 400;\">. Now that </span><a href=\"http://expressjs.com/\"><span style=\"font-weight: 400;\">Express</span></a><span style=\"font-weight: 400;\"> and </span><a href=\"http://restify.com/\"><span style=\"font-weight: 400;\">Restify</span></a><span style=\"font-weight: 400;\"> are nearly </span><a href=\"https://raygun.com/blog/node-js-performance-2017/\"><span style=\"font-weight: 400;\">neck and neck</span></a><span style=\"font-weight: 400;\"> in terms of requests per second, I thought it might be interesting to show you how I go about structuring my APIs with </span><i><span style=\"font-weight: 400;\">Express </span></i><span style=\"font-weight: 400;\">(just to toss in a little friendly competition / play devil-oper’s advocate </span><span style=\"font-weight: 400;\"><img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></span><span style=\"font-weight: 400;\">).</span></p>\n<h2><span style=\"font-weight: 400;\">Structuring Your API</span></h2>\n<p><span style=\"font-weight: 400;\">The way you choose to structure your API is one of the most important decisions you’ll make. You must ensure that it’s smart, flexible, and easy to use &#8211; this is a </span><b>must</b><span style=\"font-weight: 400;\">. If it’s not easy to use, other developers will not understand what you’re building nor will they be able to figure out how to build on top of it. Think before you build (I know. Planning sucks. Especially when you are excited to get going, but it *pays off*).</span></p>\n<p><span style=\"font-weight: 400;\">├──</span><span style=\"font-weight: 400;\"> build</span><span style=\"font-weight: 400;\">.</span><span style=\"font-weight: 400;\">sh</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">├──</span><span style=\"font-weight: 400;\"> dist</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">│</span><span style=\"font-weight: 400;\">   </span><span style=\"font-weight: 400;\">├──</span><span style=\"font-weight: 400;\"> &#8230;</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">├──</span> <span style=\"font-weight: 400;\">package</span><span style=\"font-weight: 400;\">.</span><span style=\"font-weight: 400;\">json</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">├──</span><span style=\"font-weight: 400;\"> src</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">│</span><span style=\"font-weight: 400;\">   </span><span style=\"font-weight: 400;\">├──</span><span style=\"font-weight: 400;\"> config</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">│</span><span style=\"font-weight: 400;\">   </span><span style=\"font-weight: 400;\">│</span><span style=\"font-weight: 400;\">   </span><span style=\"font-weight: 400;\">└──</span><span style=\"font-weight: 400;\"> index</span><span style=\"font-weight: 400;\">.</span><span style=\"font-weight: 400;\">js</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">│</span><span style=\"font-weight: 400;\">   </span><span style=\"font-weight: 400;\">├──</span><span style=\"font-weight: 400;\"> controllers</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">│</span><span style=\"font-weight: 400;\">   </span><span style=\"font-weight: 400;\">│</span><span style=\"font-weight: 400;\">   </span><span style=\"font-weight: 400;\">├──</span><span style=\"font-weight: 400;\"> &#8230;</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">│</span><span style=\"font-weight: 400;\">   </span><span style=\"font-weight: 400;\">├──</span><span style=\"font-weight: 400;\"> models</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">│</span><span style=\"font-weight: 400;\">   </span><span style=\"font-weight: 400;\">│</span><span style=\"font-weight: 400;\">   </span><span style=\"font-weight: 400;\">├──</span><span style=\"font-weight: 400;\"> &#8230;</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">│</span><span style=\"font-weight: 400;\">   </span><span style=\"font-weight: 400;\">├──</span> <span style=\"font-weight: 400;\">package</span><span style=\"font-weight: 400;\">.</span><span style=\"font-weight: 400;\">json</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">│</span><span style=\"font-weight: 400;\">   </span><span style=\"font-weight: 400;\">├──</span><span style=\"font-weight: 400;\"> routes</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">│</span><span style=\"font-weight: 400;\">   </span><span style=\"font-weight: 400;\">│</span><span style=\"font-weight: 400;\">   </span><span style=\"font-weight: 400;\">├──</span><span style=\"font-weight: 400;\"> &#8230;</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">│</span><span style=\"font-weight: 400;\">   </span><span style=\"font-weight: 400;\">├──</span><span style=\"font-weight: 400;\"> server</span><span style=\"font-weight: 400;\">.</span><span style=\"font-weight: 400;\">js</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">│</span><span style=\"font-weight: 400;\">   </span><span style=\"font-weight: 400;\">├──</span><span style=\"font-weight: 400;\"> utils</span><span style=\"font-weight: 400;\"><br />\n</span><span style=\"font-weight: 400;\">│</span><span style=\"font-weight: 400;\">   </span><span style=\"font-weight: 400;\">│</span><span style=\"font-weight: 400;\">   </span><span style=\"font-weight: 400;\">├──</span><span style=\"font-weight: 400;\"> &#8230;</span></p>\n<p><span style=\"font-weight: 400;\">All source code is stored in </span><b>/src</b><span style=\"font-weight: 400;\">. It compiles down from ES6+ to ES5 into the </span><b>/dist</b><span style=\"font-weight: 400;\"> directory for execution on the server. You’re probably asking yourself why you’d take the extra step to write in something that is just going to be compiled down? Good question. ES6+ standards provide some pretty killer additional functionalities, such as arrow functions, modified scoping, destructuring, rest/spread parameter handling, and </span><a href=\"http://es6-features.org/\"><span style=\"font-weight: 400;\">more</span></a><span style=\"font-weight: 400;\">!</span></p>\n<p><span style=\"font-weight: 400;\">Let’s have a look at the compilation that takes place in the </span><b>build.sh</b><span style=\"font-weight: 400;\"> file:</span></p>\n<p>View the code on <a href=\"https://gist.github.com/nparsons08/fa0de121579ae9bd35b013238ff7a1f6\">Gist</a>.</p>\n<p><span style=\"font-weight: 400;\">That is ALL you need to be able to write in a super awesome language while having it still be supported in all the usual places! That said, the code above *may* look like gibberish, so let’s break it down </span><span style=\"font-weight: 400;\"><img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f913.png\" alt=\"🤓\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></span><span style=\"font-weight: 400;\">:</span></p>\n<ol>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">#!/bin/bash </span>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Denotes that this is an executable bash file</span></li>\n</ul>\n</li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">rm </span><span style=\"font-weight: 400;\">&#8211;</span><span style=\"font-weight: 400;\">rf dist </span><span style=\"font-weight: 400;\">&amp;&amp;</span><span style=\"font-weight: 400;\"> mkdir dist</span>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Removes the</span><b> /dist </b><span style=\"font-weight: 400;\">directory if it exists (cleanup).</span></li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Creates a new </span><b>/dist</b><span style=\"font-weight: 400;\"> directory.</span></li>\n</ul>\n</li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">npx babel src </span><span style=\"font-weight: 400;\">&#8212;</span><span style=\"font-weight: 400;\">out</span><span style=\"font-weight: 400;\">&#8211;</span><span style=\"font-weight: 400;\">dir dist </span><span style=\"font-weight: 400;\">&#8212;</span><span style=\"font-weight: 400;\">ignore node_modules</span>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Compiles every file to ES5 and moves the files to the </span><b>/dist</b><span style=\"font-weight: 400;\"> directory, with the exception of </span><b>node_modules</b><span style=\"font-weight: 400;\"> (those are already compiled).</span></li>\n</ul>\n</li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">cp src</span><span style=\"font-weight: 400;\">/</span><span style=\"font-weight: 400;\">package</span><span style=\"font-weight: 400;\">.</span><span style=\"font-weight: 400;\">json dist</span>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">By design, npx doesn’t migrate json files, so we need to copy it ourselves using the </span><b>cp</b><span style=\"font-weight: 400;\"> command.</span></li>\n</ul>\n</li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">cd dist </span><span style=\"font-weight: 400;\">&amp;&amp;</span><span style=\"font-weight: 400;\"> yarn install </span><span style=\"font-weight: 400;\">&#8212;</span><span style=\"font-weight: 400;\">production </span><span style=\"font-weight: 400;\">&#8212;</span><span style=\"font-weight: 400;\">modules</span><span style=\"font-weight: 400;\">&#8211;</span><span style=\"font-weight: 400;\">folder node_modules</span></li>\n</ol>\n<p><span style=\"font-weight: 400;\">Move into the </span><b>/dist</b><span style=\"font-weight: 400;\"> directory and install the npm modules using </span><a href=\"https://yarnpkg.com/en/\"><span style=\"font-weight: 400;\">yarn</span><span style=\"font-weight: 400;\"><br />\n</span></a></p>\n<p><span style=\"font-weight: 400;\">Running the build is as simple as running the following command from your terminal:</span></p>\n<p>View the code on <a href=\"https://gist.github.com/nparsons08/a67264e091070bf7b512c9de5a32d4c1\">Gist</a>.</p>\n<p><b><i>Note: </i></b><i><span style=\"font-weight: 400;\">You will need to ensure that the build.sh file is executable&#8230;<br />\n</span></i><br />\nOR i<span style=\"font-weight: 400;\">f you are like me and enjoy automating </span><i><span style=\"font-weight: 400;\">everything</span></i><span style=\"font-weight: 400;\">, you can create an npm script like so:</span></p>\n<p>View the code on <a href=\"https://gist.github.com/nparsons08/36d69aeb777b1d962b727089305f13d0\">Gist</a>.</p>\n<p><span style=\"font-weight: 400;\">Which can be executed by running the following from your terminal:</span></p>\n<p>View the code on <a href=\"https://gist.github.com/nparsons08/64c88e9e62a46c3097be3f20eda3a02d\">Gist</a>.</p>\n<h2><span style=\"font-weight: 400;\">The Main File</span></h2>\n<p><span style=\"font-weight: 400;\">The following file, </span><b>server.js</b><span style=\"font-weight: 400;\">, contains the most important logic and sits on the top-level of our codebase. The beginning portion imports all of the necessary npm modules, followed by our </span><b>config</b><span style=\"font-weight: 400;\"> and </span><b>logger utility</b><span style=\"font-weight: 400;\">.</span></p>\n<p><span style=\"font-weight: 400;\">Next, we take advantage of the Express </span><b>use </b><span style=\"font-weight: 400;\">method to invoke several of our imported middleware libraries (</span><a href=\"https://www.npmjs.com/package/cors\"><span style=\"font-weight: 400;\">cors</span></a><span style=\"font-weight: 400;\">, </span><a href=\"https://www.npmjs.com/package/compression\"><span style=\"font-weight: 400;\">compression</span></a><span style=\"font-weight: 400;\">, and our </span><a href=\"https://www.npmjs.com/package/body-parser\"><span style=\"font-weight: 400;\">body-parser</span></a><span style=\"font-weight: 400;\">). **Please note** that there are several other middleware libraries that we include for additional functionality (e.g. email, logging, jwt authentication, etc.). </span><span style=\"font-weight: 400;\">Last but not least, after a bit of initialization, we dynamically include all routes and pass the </span><b>API</b><span style=\"font-weight: 400;\"> context to the route for binding.</span></p>\n<p>View the code on <a href=\"https://gist.github.com/nparsons08/de13406e98461f2cf88568aa7f57fb7a\">Gist</a>.</p>\n<p><b><i>Note: </i></b><i><span style=\"font-weight: 400;\">The customer logger module can be used with most logging services (</span></i><a href=\"https://papertrailapp.com/\"><i><span style=\"font-weight: 400;\">Papertrail</span></i></a><i><span style=\"font-weight: 400;\">, </span></i><a href=\"https://www.loggly.com/\"><i><span style=\"font-weight: 400;\">Loggly</span></i></a><i><span style=\"font-weight: 400;\">, etc.). For this demo, as well as other projects, I like to use Papertrail. You may need to adjust the settings and ENV variables if you use something other than Papertrail.</span></i></p>\n<h2><span style=\"font-weight: 400;\">Routing</span></h2>\n<p><span style=\"font-weight: 400;\">To keep things tidy and organized, all routing logic (e.g. GET /users) is kept in its own route file inside of a </span><b>/routes</b><span style=\"font-weight: 400;\"> directory.</span></p>\n<p>View the code on <a href=\"https://gist.github.com/nparsons08/7a6d882e2dfc257777f3297ba3b4c7ab\">Gist</a>.</p>\n<p><span style=\"font-weight: 400;\">As you can see, the contents of the route file above hold all references to the controllers for </span><b>GET</b><span style=\"font-weight: 400;\">, </span><b>POST</b><span style=\"font-weight: 400;\">, </span><b>PUT</b><span style=\"font-weight: 400;\">, and </span><b>DELETE</b><span style=\"font-weight: 400;\"> operations. This works because we import and reference the </span><b>User</b> <b>Controller</b><span style=\"font-weight: 400;\">, passing along the necessary parameters and/or data with </span><i><span style=\"font-weight: 400;\">every</span></i><span style=\"font-weight: 400;\"> API call.</span></p>\n<h2><span style=\"font-weight: 400;\">Controllers</span></h2>\n<p><span style=\"font-weight: 400;\">Controllers include the database model associated with the data that they will be handling, receiving data from the routes, and then making an informed decision on how to handle the data. Finally, the controllers communicate through the models which then talk to the database, and return a status code with a payload.</span></p>\n<p><span style=\"font-weight: 400;\">If you’re a visual person, a production instance should look a little something like this:</span></p>\n<p><img class=\"alignnone wp-image-3003\" src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/image2.png\" alt=\"Architecture\" width=\"558\" height=\"331\" srcset=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/image2.png?w=1792 1792w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/image2.png?w=300 300w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/image2.png?w=768 768w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/image2.png?w=1024 1024w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/image2.png?w=600 600w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/image2.png?w=470 470w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/image2.png?w=360 360w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/image2.png?w=620 620w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/image2.png?w=740 740w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/image2.png?w=870 870w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/image2.png?w=640 640w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/image2.png?w=1200 1200w\" sizes=\"(max-width: 639px) 98vw, (max-width: 1199px) 64vw, 558px\" /></p>\n<p><span style=\"font-weight: 400;\">And, the code for an example user controller would look like this:</span></p>\n<p>View the code on <a href=\"https://gist.github.com/nparsons08/0b6418f12e78c3d0ef122cecc3124183\">Gist</a>.</p>\n<h2><span style=\"font-weight: 400;\">Mongoose Models (MongoDB)</span></h2>\n<p><a href=\"http://mongoosejs.com/\"><span style=\"font-weight: 400;\">Mongoose</span></a><span style=\"font-weight: 400;\"> is a wonderful ODM (Object Data Modeling) library for Node.js and </span><a href=\"http://mbsy.co/mongodb/228644\"><span style=\"font-weight: 400;\">MongoDB</span></a><span style=\"font-weight: 400;\">. If you’re familiar with the reference ORM (Object Resource Mapping) and libraries for Node.js, such as </span><a href=\"http://docs.sequelizejs.com/\"><span style=\"font-weight: 400;\">Sequelize</span></a><span style=\"font-weight: 400;\"> and </span><a href=\"http://bookshelfjs.org/\"><span style=\"font-weight: 400;\">Bookshelf</span></a><span style=\"font-weight: 400;\">, Mongoose is pretty straightforward. The massive benefit with Mongoose is how easy it is to structure MongoDB schemas &#8211; there’s no need to fuss around with custom business logic. </span></p>\n<p><span style=\"font-weight: 400;\">What’s even more exciting are the many goodies like middleware, </span><a href=\"http://plugins.mongoosejs.com/\"><span style=\"font-weight: 400;\">plugins</span></a><span style=\"font-weight: 400;\">, object population, and schema validation either baked in, or one </span><a href=\"https://yarnpkg.com/en/\"><span style=\"font-weight: 400;\">yarn</span></a><span style=\"font-weight: 400;\"> (I love yarn) or one </span><a href=\"https://www.npmjs.com/\"><span style=\"font-weight: 400;\">npm</span></a><span style=\"font-weight: 400;\"> install away. It’s truly remarkable how popular the project has become among developers who use MongoDB.</span></p>\n<p><span style=\"font-weight: 400;\">When it comes to Mongoose models, I tend to keep things somewhat flat (or at least a maximum of 3 deeply nested objects) to avoid confusion. Here’s an example of a user model pulled directly from a project currently under development here at Stream:</span></p>\n<p>View the code on <a href=\"https://gist.github.com/nparsons08/4d399a2b6eabfa938552b07aa1cc51a3\">Gist</a>.</p>\n<p><b><i>Note: </i></b><i><span style=\"font-weight: 400;\">When it comes to hosting and running MongoDB, I like to use </span></i><a href=\"http://mbsy.co/mongodb/228644\"><i><span style=\"font-weight: 400;\">MongoDB Atlas</span></i></a><i><span style=\"font-weight: 400;\">. It’s a database as a service provided by the makers of MongoDB themselves. If you don’t want to use a free MongoDB Atlas instance, you’re welcome to use a local version. Additionally, if you want to monitor your data, </span></i><a href=\"https://www.mongodb.com/products/compass\"><i><span style=\"font-weight: 400;\">MongoDB Compass</span></i></a><i><span style=\"font-weight: 400;\"> is an excellent choice!</span></i></p>\n<h2><span style=\"font-weight: 400;\">Utilities</span></h2>\n<p><span style=\"font-weight: 400;\">Custom utilities can be used for a variety of things – basically, anything you want. I generally reserve them for separating concerns and keeping my code clean. Some examples include establishing database connections, sending emails, logging to an external service, and even communicating with HTTP based service here at Stream.</span></p>\n<p><span style=\"font-weight: 400;\">I’m often asked the question of when to turn something into a utility and my answer is always the same… When you find yourself </span><b>1)</b><span style=\"font-weight: 400;\"> reusing code OR </span><b>2)</b><span style=\"font-weight: 400;\"> jamming third-party services into code where it just doesn’t feel right.</span></p>\n<p><span style=\"font-weight: 400;\">Here’s an example of a utility I wrote to help called the </span><a href=\"https://getstream.io/personalization/\"><span style=\"font-weight: 400;\">Stream Personalization REST API</span></a><span style=\"font-weight: 400;\">. This integration was completed in about a dozen lines of code:</span></p>\n<p>View the code on <a href=\"https://gist.github.com/nparsons08/138a60d3215a5bf32b881f777eb408bf\">Gist</a>.</p>\n<p><span style=\"font-weight: 400;\">The code above can now be called from any file like so:</span></p>\n<p>View the code on <a href=\"https://gist.github.com/nparsons08/f4f10bf0e36ab4469f8a5629b1cda1ad\">Gist</a>.</p>\n<h2><span style=\"font-weight: 400;\">Final Thoughts</span></h2>\n<p><span style=\"font-weight: 400;\">APIs are the building blocks of modern applications. They govern how an application can talk to another, as well as to the database. While we have other flavors of API structures (</span><a href=\"https://graphql.org\"><span style=\"font-weight: 400;\">GraphQL</span></a><span style=\"font-weight: 400;\">, etc.), RESTful APIs continue to pull their own weight and aren’t going anywhere soon.</span></p>\n<p><span style=\"font-weight: 400;\">If you’re interested in seeing a fully built out skeleton for a REST API built with Node.js, Express, Mongoose, and MongoDB, head over to this </span><a href=\"https://github.com/GetStream/node-express-mongo-api\"><span style=\"font-weight: 400;\">GitHub repo</span></a><span style=\"font-weight: 400;\">.</span></p>\n<p><span style=\"font-weight: 400;\">As always, if you have any questions, please don’t hesitate to reach out to me on </span><a href=\"https://twitter.com/nickparsons\"><span style=\"font-weight: 400;\">Twitter</span></a><span style=\"font-weight: 400;\"> or below in the comments. Thank you!</span></p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/building-a-node-js-powered-api-with-express-mongoose-mongodb/\">Building a Node.js Powered API with Express, Mongoose &#038; MongoDB</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://getstream.io/blog/building-a-node-js-powered-api-with-express-mongoose-mongodb/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Sketchfab Utilizes Stream’s Feed Technology to Increase Performance and Reliability</title>\n\t\t<link>https://getstream.io/blog/sketchfab-utilizes-stream-to-increase-performance/</link>\n\t\t<comments>https://getstream.io/blog/sketchfab-utilizes-stream-to-increase-performance/#respond</comments>\n\t\t<pubDate>Wed, 21 Feb 2018 15:48:19 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Jessie Newell]]></dc:creator>\n\t\t\t\t<category><![CDATA[Case Study]]></category>\n\t\t<category><![CDATA[Examples]]></category>\n\t\t<category><![CDATA[Features]]></category>\n\t\t<category><![CDATA[Open Source]]></category>\n\t\t<category><![CDATA[case study]]></category>\n\t\t<category><![CDATA[customers]]></category>\n\t\t<category><![CDATA[performance]]></category>\n\t\t<category><![CDATA[reliability]]></category>\n\t\t<category><![CDATA[sketchfab]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://getstream.io/blog/?p=2993</guid>\n\t\t<description><![CDATA[<p>“From posting updates to commenting and more, Stream provided us with the most flexible and scalable solution for displaying all our user&#8217;s activities. The Stream team made implementing our news feed solution a collaborative experience and ultimately the right decision for us.” &#8211; Paul Chambers, Artist Evangelist at Sketchfab. Sketchfab’s community consists of artists, designers, [&#8230;]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/sketchfab-utilizes-stream-to-increase-performance/\">Sketchfab Utilizes Stream’s Feed Technology to Increase Performance and Reliability</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/sketch-fab.png?w=1024&amp;h=1024\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"display: block; margin:0 auto 10px auto;\" /><blockquote><p>“From posting updates to commenting and more, Stream provided us with the most flexible and scalable solution for displaying all our user&#8217;s activities. The Stream team made implementing our news feed solution a collaborative experience and ultimately the right decision for us.”<br />\n&#8211; Paul Chambers, Artist Evangelist at Sketchfab.</p></blockquote>\n<p><a href=\"https://sketchfab.com/\">Sketchfab’s</a> community consists of artists, designers, architects, hobbyists, engineers, brands, museums, game studios, schools and more. Some of the most talented 3D artists showcase their work on Sketchfab’s platform.</p>\n<p><img class=\"wp-image-2994 aligncenter\" src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/sketchfab_1.png?w=1200\" alt=\"\" width=\"853\" height=\"616\" srcset=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/sketchfab_1.png?w=975 975w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/sketchfab_1.png?w=300 300w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/sketchfab_1.png?w=768 768w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/sketchfab_1.png?w=600 600w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/sketchfab_1.png?w=470 470w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/sketchfab_1.png?w=360 360w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/sketchfab_1.png?w=620 620w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/sketchfab_1.png?w=740 740w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/sketchfab_1.png?w=870 870w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/sketchfab_1.png?w=640 640w\" sizes=\"(max-width: 639px) 98vw, (max-width: 1199px) 64vw, 770px\" /></p>\n<p>Sketchfab&#8217;s rapid growth triggered them to research solutions for their feeds. Since conception, they had relied on custom-built feeds that caused several issues. They had no other option but to maintain their own infrastructure in order to support their initial solution (ie. PostgreSQL database and Redis cache). The former implementation also relied on storing user activity in a PostgreSQL table which, as activity grew, it took more and more time to scan and retrieve activities relevant to a unique user. They knew their in-house solution wouldn&#8217;t scale indefinitely and adding and maintaining more infrastructure in order to fix it was not an option they wanted to explore.</p>\n<p><img class=\"wp-image-2995 aligncenter\" src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_2.png?w=1200\" alt=\"\" width=\"848\" height=\"679\" srcset=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_2.png?w=975 975w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_2.png?w=300 300w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_2.png?w=768 768w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_2.png?w=600 600w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_2.png?w=470 470w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_2.png?w=360 360w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_2.png?w=620 620w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_2.png?w=740 740w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_2.png?w=870 870w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_2.png?w=640 640w\" sizes=\"(max-width: 639px) 98vw, (max-width: 1199px) 64vw, 770px\" /></p>\n<h2>Solution</h2>\n<p>Sketchfab heard about Stream since they are a fellow <a href=\"https://www.techstars.com/companies/\">TechStars graduate</a>. They tried out the interactive <a href=\"https://getstream.io/get_started/\">API tutorial</a> and were impressed with how easy Stream&#8217;s API is to use. Before making the final decision to work with Stream, they did their research. The main alternative they considered was building an in-house solution on top of Stream’s open source Stream-Framework. Stream’s built-in support for aggregation, notification feeds and ranking was a major reason for why they chose the hosted solution. Another benefit is the solid performance and reliability offered by the API. Stream’s hosted platform is based on Go and a highly optimized feed storage infrastructure. That level of performance and reliability is hard to achieve when building an in-house solution. The final reason they decided to use Stream&#8217;s API is pricing. The team at Sketchfab realized that hosting and maintaining their own Cassandra cluster, worker instances, task broker, real time infrastructure and API workers would simply not be cost-effective.</p>\n<p>The end result of this collaboration is the new feed on Sketchfab:</p>\n<p><img class=\"wp-image-2996 aligncenter\" src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_3.png?w=1200\" alt=\"\" width=\"806\" height=\"652\" srcset=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_3.png?w=975 975w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_3.png?w=300 300w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_3.png?w=768 768w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_3.png?w=600 600w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_3.png?w=470 470w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_3.png?w=360 360w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_3.png?w=620 620w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_3.png?w=740 740w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_3.png?w=870 870w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_3.png?w=640 640w\" sizes=\"(max-width: 639px) 98vw, (max-width: 1199px) 64vw, 770px\" /></p>\n<p>In addition to the news feed, their notification feed is also powered by Stream.</p>\n<h2>Performance</h2>\n<p>Sketchfab uses Stream’s region in EU-west. This is right next to their own data center, so the performance is very high. Here’s a graph of their read performance before and after Stream’s switch to Go:</p>\n<p><img class=\"alignnone size-fp-large wp-image-2997\" src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_4.png?w=1200\" alt=\"\" width=\"1200\" srcset=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_4.png?w=975 975w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_4.png?w=300 300w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_4.png?w=768 768w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_4.png?w=600 600w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_4.png?w=470 470w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_4.png?w=360 360w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_4.png?w=620 620w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_4.png?w=740 740w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_4.png?w=870 870w, https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/Sketchfab_4.png?w=640 640w\" sizes=\"(max-width: 639px) 98vw, (max-width: 1199px) 64vw, 770px\" /></p>\n<h2>Primary reasons for choosing Stream:</h2>\n<ul>\n<li>Aggregation, ranking and notifications supported out of the box</li>\n<li>Scalable</li>\n<li>Feature-as-a-Service</li>\n<li>TechStars graduates</li>\n<li>Low maintenance</li>\n<li>Solid performance and reliability</li>\n<li>Cost effective compared to in-house</li>\n<li>Dashboard reporting</li>\n</ul>\n<p>&nbsp;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/sketchfab-utilizes-stream-to-increase-performance/\">Sketchfab Utilizes Stream’s Feed Technology to Increase Performance and Reliability</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://getstream.io/blog/sketchfab-utilizes-stream-to-increase-performance/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Activity Streams and News Feeds for Real-Time Use Cases</title>\n\t\t<link>https://getstream.io/blog/news-feeds-for-real-time-use-cases/</link>\n\t\t<comments>https://getstream.io/blog/news-feeds-for-real-time-use-cases/#respond</comments>\n\t\t<pubDate>Wed, 07 Feb 2018 12:00:21 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Thierry Schellenbach]]></dc:creator>\n\t\t\t\t<category><![CDATA[APIs]]></category>\n\t\t<category><![CDATA[Features]]></category>\n\t\t<category><![CDATA[Go]]></category>\n\t\t<category><![CDATA[Real-Time]]></category>\n\t\t<category><![CDATA[use case]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://getstream.io/blog/?p=2983</guid>\n\t\t<description><![CDATA[<p>There are many feed use cases where it’s important to show updates in real-time. If a feed has thousands or even millions of followers, this can be pretty hard to do. Over the past months, our team has vastly improved the capacity of our real-time infrastructure, allowing you to: Show live activities for a sporting [&#8230;]</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/news-feeds-for-real-time-use-cases/\">Activity Streams and News Feeds for Real-Time Use Cases</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img src=\"https://getstream-blog.imgix.net/blog/wp-content/uploads/2018/02/real-time.png?w=1024&amp;h=1024\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"display: block; margin:0 auto 10px auto;\" /><p>There are many feed use cases where it’s important to show updates in real-time. If a feed has thousands or even millions of followers, this can be pretty hard to do. Over the past months, our team has vastly improved the capacity of our real-time infrastructure, allowing you to:</p>\n<ul>\n<li>Show live activities for a sporting event</li>\n<li>Organize raids in a video game</li>\n<li>Notify a user about something important</li>\n<li>Enable discussions between several famous or popular users</li>\n<li>Announce a concert that’s going on sale <a href=\"https://www.bandsintown.com/a/1371750-the-weeknd?came_from=245\">(follow The Weeknd on Bandsintown</a>)</li>\n<li>Share the latest VR for cats app on Product Hunt (<a href=\"https://getstream.io/blog/product-hunt-case-study/\">Product Hunt uses Stream</a>)</li>\n</ul>\n<p>The metric that matters the most in the examples above is the round-trip time for an activity insert. More specifically, inserting the activity, handling the fanout of notifications, and the latency back to your infrastructure using either websockets, <a href=\"https://aws.amazon.com/sqs/\">SQS</a> or webhooks. It’s important to note that Stream only fires the real-time event after the insert and fanout are fully completed. This prevents scenarios where your user opens the app from a notification but the activity isn’t there yet.</p>\n<p>In the past, our Python-based infrastructure could take up to 2 minutes for a feed update to propagate and for your user to receive the notification. With our new real-time infrastructure, the average round-trip time (including network latency) is around 230 milliseconds. The 99th percentile is 550 milliseconds.</p>\n<p>Several recent changes to Stream have enabled this increase in speed. First, our team has made a major migration from <a href=\"https://getstream.io/blog/switched-python-go/\">Python to Go</a>. You can read more about our <a href=\"https://stackshare.io/stream/stream-and-go-news-feeds-for-over-300-million-end-users\">Go based infrastructure on StackShare</a>. The second is rewriting our real-time infrastructure from Node to Go.</p>\n<h2>Looking Forward…</h2>\n<p>We’re considering adding <a href=\"https://socket.io/\">socket.io</a> support to our real-time infrastructure. This will make it easier to connect to Stream from various platforms such as iOS, Android and React-Native. The team is also working on additional performance improvements, so we suspect the 99th percentile will further improve in the coming months.</p>\n<p>We are excited to see what you can build with faster real-time updates. As always, please <a href=\"https://getstream.io/contact/\">contact us</a> if you have any feature requests or recommendations.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://getstream.io/blog/news-feeds-for-real-time-use-cases/\">Activity Streams and News Feeds for Real-Time Use Cases</a> appeared first on <a rel=\"nofollow\" href=\"https://getstream.io/blog\">The Stream Blog</a>.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://getstream.io/blog/news-feeds-for-real-time-use-cases/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t</channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/techcrunch",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\"\n\txmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n\txmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\n\txmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n\txmlns:atom=\"http://www.w3.org/2005/Atom\"\n\txmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\"\n\txmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n\t>\n\n<channel>\n\t<title>TechCrunch</title>\n\t<atom:link href=\"https://techcrunch.com/feed/\" rel=\"self\" type=\"application/rss+xml\" />\n\t<link>https://techcrunch.com</link>\n\t<description>Startup and Technology News</description>\n\t<lastBuildDate>Thu, 31 May 2018 19:04:19 +0000</lastBuildDate>\n\t<language>en-US</language>\n\t<sy:updatePeriod>hourly</sy:updatePeriod>\n\t<sy:updateFrequency>1</sy:updateFrequency>\n\t<generator>https://wordpress.org/?v=4.9.6</generator>\n\n<image>\n\t<url>https://techcrunch.com/wp-content/uploads/2015/02/cropped-cropped-favicon-gradient.png?w=32</url>\n\t<title>TechCrunch</title>\n\t<link>https://techcrunch.com</link>\n\t<width>32</width>\n\t<height>32</height>\n</image>\n<site xmlns=\"com-wordpress:feed-additions:1\">136296444</site>\t<item>\n\t\t<title>Google&#8217;s Area 120 incubator aims to improve your NYC subway commute with Pigeon</title>\n\t\t<link>https://techcrunch.com/2018/05/31/area-120-subway-pigeon/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/area-120-subway-pigeon/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 18:33:37 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Anthony Ha]]></dc:creator>\n\t\t\t\t<category><![CDATA[Apps]]></category>\n\t\t<category><![CDATA[Mobile]]></category>\n\t\t<category><![CDATA[Area 120]]></category>\n\t\t<category><![CDATA[Google]]></category>\n\t\t<category><![CDATA[pigeon]]></category>\n\t\t<category><![CDATA[transit]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648957</guid>\n\t\t<description><![CDATA[There&#8217;s a new app coming out of Google&#8217;s Area 120 incubator that could help New York City subway commuters navigate the ever-growing number of delays. While the Pigeon app is already live on the Apple App store, it currently requires an invite code to access, so I wasn&#8217;t able to try it out myself. However, [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>There&#8217;s a new app coming out of <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/google/\" target=\"_blank\" data-type=\"organization\" data-entity=\"google\">Google&#8217;s <span class=\"crunchbase-tooltip-indicator\"></span></a> Area 120 incubator that could help New York City subway commuters navigate <a href=\"https://www.nytimes.com/interactive/2018/05/09/nyregion/subway-crisis-mta-decisions-signals-rules.html\">the ever-growing number of delays</a>.</p>\n<p>While the Pigeon app is already <a href=\"https://itunes.apple.com/app/id1318928385\">live on the Apple App store</a>, it currently requires an invite code to access, so I wasn&#8217;t able to try it out myself.</p>\n<p>However, <a href=\"https://pigeon.area120.com/\">the Pigeon website</a> describes it as a way for users save their favorite routes, then get recommendations on which route to take on a given day based on delays and crowds reported by other users. It&#8217;s almost like a transit-oriented version of Google-owned navigation app Waze.</p>\n<p>&#8220;After years of living in New York City and commuting on the subway, the Pigeon team knows first-hand that public <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/transit/\" target=\"_blank\" data-type=\"organization\" data-entity=\"transit\">transit <span class=\"crunchbase-tooltip-indicator\"></span></a> can be frustratingly unpredictable,&#8221; the website says. &#8220;So when we started this project, we decided to create a product that lets subway riders help each other avoid delays, crowds, and incidents that make can make commuting so stressful.&#8221;</p>\n<p><img class=\"vertical aligncenter size-large wp-image-1648979\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/phonerouteiso.png?w=348\" alt=\"Pigeon\" width=\"348\" height=\"680\" /></p>\n<p>As a New Yorker myself, I mostly rely on Google Maps for subway navigation — it does a reasonably good job of including arrival times and information about delays provided by the MTA, but there&#8217;s definitely room for more up-to-date and accurate data. Plus, I usually don&#8217;t check the app on my normal commute, which can mean I end up late to important meetings, or missing them entirely, due to an unexpected delay.</p>\n<p>Startups like Transit (<a href=\"https://techcrunch.com/2017/09/26/transit-raises-another-5m-from-accel-to-become-a-hub-for-public-transportation/\">backed by Accel Partners</a>) and Moovit <a href=\"https://techcrunch.com/2017/09/26/transit-raises-another-5m-from-accel-to-become-a-hub-for-public-transportation/\">(backed by Sequoia and Intel Capital</a>) are also trying to offer better navigation for public transit commuters.</p>\n<p>When asked about the app, a Google spokesperson sent us the following statement:</p>\n<blockquote><p>One of the many projects that we&#8217;re working on within Area 120 is Pigeon, an iOS app that helps New York City subway goers find the best route with live alerts from other riders. Like other projects within Area 120, it&#8217;s a very early experiment so there aren&#8217;t many details to share right now.</p></blockquote>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/area-120-subway-pigeon/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648957</post-id>\t</item>\n\t\t<item>\n\t\t<title>Roblox follows Minecraft into the education market</title>\n\t\t<link>https://techcrunch.com/2018/05/31/roblox-follows-minecraft-into-the-education-market/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/roblox-follows-minecraft-into-the-education-market/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 18:18:12 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Sarah Perez]]></dc:creator>\n\t\t\t\t<category><![CDATA[Gaming]]></category>\n\t\t<category><![CDATA[coding]]></category>\n\t\t<category><![CDATA[Education]]></category>\n\t\t<category><![CDATA[kids]]></category>\n\t\t<category><![CDATA[Roblox]]></category>\n\t\t<category><![CDATA[Teens]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648913</guid>\n\t\t<description><![CDATA[Roblox, the massively multiplayer online game favored by the under 13 crowd, is following in Minecraft&#8217;s footsteps with a move into the education market. The company this morning announced a new education initiative, Roblox Education, that will offer a free curriculum to educators, along with international summer coding camps, and a free online &#8220;Creator Challenge&#8221; in [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://www.roblox.com/\">Roblox</a>, the massively multiplayer online game favored by the under 13 crowd, is following in <a href=\"https://techcrunch.com/2016/11/01/minecraft-education-edition-officially-launches/\">Minecraft&#8217;s footsteps</a> with a move into the education market. The company this morning announced a new education initiative, Roblox Education, that will offer a free curriculum to educators, along with international summer coding camps, and a free online &#8220;Creator Challenge&#8221; in partnership with Universal Brand Development, which will see kids building Roblox games inspired by <em>Jurassic World: Fallen Kingdom. </em></p>\n<p>The gaming company has been around for many years, but only <a href=\"https://techcrunch.com/2018/03/21/roblox-the-club-penguin-for-gen-z-is-now-cash-flow-positive/\">recently</a> reached a critical mass where it was ready to talk about its numbers. Today, Roblox sees over 60 million monthly active users, and its creator community building new worlds for kids to explore has doubled to 2 million this year from the year prior, it said earlier this year.</p>\n<p>Roblox gets kids coding by hooking them on the game itself when they&#8217;re young &#8211; around elementary school age. By middle school, users are downloading <a href=\"https://www.roblox.com/develop\">Roblox Studio</a> to build their own games and experiences. And by high school, they&#8217;ve learned to code to customize their games even further.</p>\n<p><img class=\"alignnone size-large wp-image-1648962\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/day13_2017_gems_2278.jpg?w=680\" alt=\"\" width=\"680\" height=\"453\" /></p>\n<p>And the kids aren&#8217;t just building for fun &#8211; there&#8217;s money to be made, too. The top creators make two to three million a year, the company claims. The games are free, but creators monetize through the sale of virtual goods. Roblox says it paid out $30 million to its creator community last year, and is now <a href=\"https://techcrunch.com/2018/03/21/roblox-the-club-penguin-for-gen-z-is-now-cash-flow-positive/\">cash-flow positive</a>.</p>\n<p>With Roblox Education, the aim is to get more kids coding by working with educators directly.</p>\n<p>The new <a href=\"https://corp.roblox.com/education/\">curriculum</a> offers teachers 12 hours of step-by-step tutorials, handouts, technical setup guides, outlines, lesson guides, and more. It&#8217;s shared freely under a Creative Commons license so teachers can use or modify it as they see fit. In the future, the curriculum will be expanded to include other subjects, as well, like Physics and Design, the company says.</p>\n<p><img class=\"alignnone size-large wp-image-1648965\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/day4_2017_villagehigh_1061.jpg?w=680\" alt=\"\" width=\"680\" height=\"453\" /></p>\n<p>In addition, teaching kids how to use Roblox Studio will be the main focus of more than 500 coding <a href=\"https://corp.roblox.com/education/\">camps</a> and online programs this summer in the U.S., U.K. Hong Kong, Singapore, Canada, Spain, Brazil, and Portugal. The kids will learn how to create, publish and market their games to others.</p>\n<p>The company will also run its 4th annual Roblox Summer Accelerator, and host 45 young developers at its HQ for the summer. The program has previously produced some of the more popular Roblox titles, like MeepCity and Lumber Tycoon.</p>\n<p>And it will host its annual Roblox Developer Conference in San Francisco July 13-15, 2018, and in Amsterdam August 17-19, 2018. It&#8217;s doubling the number of attendees this year at both.</p>\n<p>Finally, Roblox will host its first <a href=\"https://www.roblox.com/jwcreatorchallenge\">Creator Challenge</a> with Universal, where kids learn tricks of game building via a <em>Jurassic Park-</em>themed, self-paced course.</p>\n<p>“Roblox’s mission is to power and fuel imagination while inspiring a new generation of creators,” said Grace Francisco, VP of Developer Relations at Roblox, said in a statement about the launch. ”We are thrilled to be launching our education initiative that gives young people of all ages and backgrounds the chance to develop the crucial skills needed to be tomorrow’s entrepreneurs and creators.”</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/roblox-follows-minecraft-into-the-education-market/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648913</post-id>\t</item>\n\t\t<item>\n\t\t<title>Come mix your realities at our AR/VR event in LA in October</title>\n\t\t<link>https://techcrunch.com/2018/05/31/come-mix-your-realities-at-our-ar-vr-event-in-la-in-october/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/come-mix-your-realities-at-our-ar-vr-event-in-la-in-october/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 17:49:03 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Matthew Panzarino]]></dc:creator>\n\t\t\t\t<category><![CDATA[Augmented Reality]]></category>\n\t\t<category><![CDATA[Events]]></category>\n\t\t<category><![CDATA[Virtual Reality]]></category>\n\t\t<category><![CDATA[AR]]></category>\n\t\t<category><![CDATA[TechCrunch Sessions: AR/VR]]></category>\n\t\t<category><![CDATA[TechCrunch: Sessions]]></category>\n\t\t<category><![CDATA[VR]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648877</guid>\n\t\t<description><![CDATA[TechCrunch is hosting one of our single-topic Sessions events centered on AR/VR and mixed reality in Los Angeles on October 18th at UCLA’s Royce Hall. We’re going to be doing some very cool stuff that we’re not quite ready to talk about, but at the core we’re looking to have incredible discussions with the best [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>TechCrunch is hosting one of our single-topic Sessions events centered on <a href=\"https://techcrunch.com/events/tc-sessions-ar-vr-2018/?ref=editpost1\">AR/VR and mixed reality</a> in Los Angeles on October 18th at UCLA’s Royce Hall. We’re going to be doing some very cool stuff that we’re not quite ready to talk about, but at the core we’re looking to have incredible discussions with the best and brightest in reality creation.</p>\n<p>The goal is to get folks into one room to see some demos, hear some talks and take part in a salon of sorts about the state of AR/VR. We’ll talk shop, philosophy, hardware, software and inclusion.</p>\n<p>As someone who has logged hundreds of hours in a headset, reported on the space and been an advocate of what augmented and virtual realities could do for us, I’m pretty excited. I’ll be programming the event personally, along with our crack reporter in the space, Lucas Matney. The show promises to be bang-up cool with attention paid to the hardware and software that will enable the next generation of experiences in the augmented reality and virtual reality worlds, as well as some more metaphysical chit-chat about how we all go about building these worlds.</p>\n<p>Check out the site for <a href=\"https://techcrunch.com/events/tc-sessions-ar-vr-2018/?ref=editpost1\">Sessions: AR/VR 2018</a>; we’ll be fleshing it out with speakers and more details as we lock them down. You can grab early tickets <a href=\"https://techcrunch.com/events/tc-sessions-ar-vr-2018/?ref=editpost1&amp;unii-trigger-open=2LGN89\">here</a> for $95, which includes access to all the day’s talks and demos and, if you’re a student, we’ve got special tickets just for you <a href=\"https://techcrunch.com/events/tc-sessions-ar-vr-2018/?ref=editpost1&amp;unii-trigger-open=C82L57\">here</a> for $45.</p>\n<p>More to come soon. See you in October!</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/come-mix-your-realities-at-our-ar-vr-event-in-la-in-october/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648877</post-id>\t</item>\n\t\t<item>\n\t\t<title>Steve Case and JD Vance are speaking at Disrupt SF on startup opportunities outside of Silicon Valley</title>\n\t\t<link>https://techcrunch.com/2018/05/31/steve-case-and-jd-vance-are-speaking-at-disrupt-sf-on-startup-opportunities-outside-of-silicon-valley/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/steve-case-and-jd-vance-are-speaking-at-disrupt-sf-on-startup-opportunities-outside-of-silicon-valley/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 17:47:17 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Matt Burns]]></dc:creator>\n\t\t\t\t<category><![CDATA[Startups]]></category>\n\t\t<category><![CDATA[TC]]></category>\n\t\t<category><![CDATA[disrupt sf 2018]]></category>\n\t\t<category><![CDATA[revolution]]></category>\n\t\t<category><![CDATA[rise of the rest]]></category>\n\t\t<category><![CDATA[steve case]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648811</guid>\n\t\t<description><![CDATA[We’re excited to announce Steve Case and JD Vance will sit down for a fireside chat at Disrupt SF this September. There’s plenty to talk about, too, including the pair’s latest venture: A massive $150 million seed fund backed by an impressive group of investors that are targeted at startups outside of Silicon Valley. As The [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>We’re excited to announce <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/person/steve-case/\" target=\"_blank\" data-type=\"person\" data-entity=\"steve-case\">Steve Case <span class=\"crunchbase-tooltip-indicator\"></span></a> and JD Vance will sit down for a fireside chat at <a href=\"https://techcrunch.com/events/disrupt-sf-2018/?ref=speakerpost9&amp;unii-trigger-open=GSLDXW\">Disrupt SF</a> this September. There’s plenty to talk about, too, including the pair’s latest venture: A massive $150 million seed fund backed by an impressive group of investors that are targeted at startups outside of Silicon Valley.</p>\n<p>As <a href=\"https://www.nytimes.com/2017/12/04/business/dealbook/midwest-start-ups.html\">The New York Times</a> put it after the fund’s announcement, the complete list of investors in the Rise of the Rest fund “may be the greatest concentration of American wealth and power in one investment fund.” It includes among others Jeff Bezos, Eric Schmidt, John Doerr, Jim Breyer, Dan Gilbert and members of the Walton, Koch and Pritzker families.</p>\n<p>This fund is core to what Case and Vance are championing at <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/revolution/\" target=\"_blank\" data-type=\"organization\" data-entity=\"revolution\">Revolution <span class=\"crunchbase-tooltip-indicator\"></span></a>. The Washington, D.C.-based venture capital firm primarily backs companies outside of major tech hubs. At Disrupt New York in May, <a href=\"https://techcrunch.com/2017/05/15/aol-co-founder-steve-case-on-why-vcs-need-to-look-beyond-silicon-valley/\">Case told the audience</a> that many regions are overlooked simply because investors can’t “get in their cars and drive to those companies” and he wants to convince other VCs to look outside of their comfort zones.</p>\n<p>In August of 2017 Steve Case, founder of AOL and Revolution, tapped JD Vance to run Revolution as its Managing Partner.</p>\n<p>“I don’t know if I’m ever going to be comfortable with being the media-dubbed spokesperson,” <a href=\"https://beta.techcrunch.com/2017/03/22/jd-vance-revolution-llc/?_ga=2.58863149.1081417055.1527782756-524205141.1488847824\">Vance told TechCrunch at the time</a>. “But I do think you can talk about the issues and try to raise awareness or you can do something about the issues — my goal here is to try to do both. There’s an opportunity I’ve been given here with the platform the book has afforded.”</p>\n<p>Vance is seemingly of the same mind as Case. In his book, which is a must read by the way, Hillbilly Elegy, he lays out his upbringing in Appalachia’s working class and explains the importance of striving to overcome obstacles — and startups outside the Valley have different obstacles to overcome than those located around San Francisco. As the managing partner of Revolution, we hear he has a keen focus that resonates with founders. Vance served in the Golf War, eventually graduating from The Ohio State and Yale and went on to serve as a law clerk and a principle at Peter Thiel’s  VC firm, Mithril Capital Management LLC.</p>\n<p><a href=\"https://techcrunch.com/2017/05/15/aol-co-founder-steve-case-on-why-vcs-need-to-look-beyond-silicon-valley/\">Steve Case spoke at Disrupt NY last year</a> about his current passion in shining a light on startups outside traditional tech hubs.</p>\n<p>“It’s worth remembering that Detroit 75 years ago was like the Silicon Valley,” said Case at Disrupt NY in 2017. “At the time, it was the hottest innovation city in the country, because the automobile was the hot new technology at the time. Silicon Valley was like fruit orchards. These things change. But they lost their way. Detroit lost 60 percent of its population in the last 50 years and they went bankrupt because they lost their entrepreneur mojo.”</p>\n<p>Case’s fireside chat was fascinating and we’re thrilled to have him back with Revolution’s managing partner, JD Vance. While Disrupt SF happens in the heart of Silicon Valley, there are plenty of founders, developers and investors who are constantly looking for opportunities in new regions — just like Steve Case and JD Vance.</p>\n<p>If you&#8217;re looking to purchase tickets to Disrupt, you can grab those right <a href=\"https://techcrunch.com/events/disrupt-sf-2018/?ref=speakerpost9&amp;unii-trigger-open=GSLDXW\">here</a>.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/steve-case-and-jd-vance-are-speaking-at-disrupt-sf-on-startup-opportunities-outside-of-silicon-valley/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648811</post-id>\t</item>\n\t\t<item>\n\t\t<title>The Microsoft Launcher for Android now lets you track your kids&#8217; whereabouts</title>\n\t\t<link>https://techcrunch.com/2018/05/31/the-microsoft-launcher-for-android-now-lets-you-track-your-kids-whereabouts/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/the-microsoft-launcher-for-android-now-lets-you-track-your-kids-whereabouts/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 17:46:32 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Frederic Lardinois]]></dc:creator>\n\t\t\t\t<category><![CDATA[Apps]]></category>\n\t\t<category><![CDATA[Mobile]]></category>\n\t\t<category><![CDATA[TC]]></category>\n\t\t<category><![CDATA[Android]]></category>\n\t\t<category><![CDATA[blocking]]></category>\n\t\t<category><![CDATA[Microsoft]]></category>\n\t\t<category><![CDATA[MSN]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648875</guid>\n\t\t<description><![CDATA[Microsoft is launching an update to its Android launcher today that gives parents the ability to track their kids&#8217; location. This is one out of a number of parent- and kid-focused announcements the company made today. Others include the ability to block sites in Microsoft Edge on Android and the launch of MSN Kids, a [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>Microsoft is launching an update to its <a href=\"http://aka.ms/microsoftlauncher\">Android launcher</a> today that gives parents the ability to track their kids&#8217; location. This is one out of a number of parent- and kid-focused announcements the company made today. Others include the ability to block sites in <a href=\"http://aka.ms/MicrosoftEdgeforAndroid\">Microsoft Edge on Android</a> and the launch of <a href=\"http://www.msnkids.com/\">MSN Kids</a>, a new curated news website for children.</p>\n<p>At the core of these new features are Microsoft&#8217;s <a href=\"https://support.microsoft.com/en-us/help/12413/microsoft-account-what-is-family\">family group settings</a> that already allowed you to do things like track a child&#8217;s activity on Windows 10 and Xbox One devices or limit screen time in general.</p>\n<p><img class=\"vertical alignright size-full wp-image-1648882\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/2e29ecde37a3cfab3b9b839d564b4338-min.gif\" alt=\"\" width=\"410\" height=\"720\" />&#8220;As a mother to a young and curious daughter, I deeply understand the need for tools to help balance the use of technology in the home as well as out of the home,&#8221; writes Shilpa Ranganathan, the General Manager of Microsoft&#8217;s Mobile Experiences group, in today&#8217;s announcement. &#8220;It’s especially near and dear to me as leader of a team building experiences for mobile devices. We emphasize the idea of transparency as a guiding principle for these new experiences.&#8221;</p>\n<p>The new tracking tool is rolling out with today&#8217;s update of the Microsoft Launcher for Android and will put the latest known location of your kids right in its personalized news feed.</p>\n<p>I&#8217;m not sure how useful blocking access to sites in Edge for Android really is, but if you manage to lock your kids out from Chrome or any other pre-installed browser &#8212; and block them from downloading them &#8212; then I guess this could work.</p>\n<p>As for <a href=\"http://www.msnkids.com/\">MSN Kids</a>, Microsoft notes that the site will curate information from trusted sources, including Time for Kids, Popular Science, Sports Illustrated for Kids, National Geographic, and USA TODAY. It&#8217;s worth noting that there is no sponsored content or advertising on the site.</p>\n<p><img class=\"breakout aligncenter size-full wp-image-1648906\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/2018-05-31_1028.png\" alt=\"\" width=\"1024\" height=\"673\" /></p>\n<p>&nbsp;</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/the-microsoft-launcher-for-android-now-lets-you-track-your-kids-whereabouts/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648875</post-id>\t</item>\n\t\t<item>\n\t\t<title>Spotify’s CEO says company botched ‘hateful conduct’ policy roll out</title>\n\t\t<link>https://techcrunch.com/2018/05/31/spotifys-ceo-says-company-botched-hateful-conduct-policy-roll-out/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/spotifys-ceo-says-company-botched-hateful-conduct-policy-roll-out/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 17:40:50 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Brian Heater]]></dc:creator>\n\t\t\t\t<category><![CDATA[Policy]]></category>\n\t\t<category><![CDATA[TC]]></category>\n\t\t<category><![CDATA[Spotify]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648897</guid>\n\t\t<description><![CDATA[Two weeks after his company attempted to impose a policy targeted at curbing “hate content and hateful conduct,” Spotify’s CEO admitted the company mishandled its roll out. During an interview at this week’s Code Conference, Daniel Ek told the crowd, “The whole goal with this was to make sure that we didn’t have hate speech [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p class=\"p1\"><span class=\"s1\">Two weeks after his company attempted to<a href=\"https://techcrunch.com/2018/05/10/spotify-hateful-conduct-policy/\"> impose a policy</a> targeted at curbing “hate content and hateful conduct,” Spotify’s CEO admitted the company mishandled its roll out. </span></p>\n<p class=\"p1\"><span class=\"s1\">During <a href=\"https://www.youtube.com/watch?v=cdQ7mippAiU\">an interview at this week’s Code Conference</a>, Daniel Ek told the crowd, “The whole goal with this was to make sure that we didn’t have hate speech on the service. It was never about punishing one individual artist, or even naming one individual artist as well.”</span></p>\n<p class=\"p1\"><span class=\"s1\">The policy, introduced on May 10, pulled certain artists from Spotify’s curated content streams over bad conduct in their personal lives. Pushback on the policy was almost instantaneous,<span class=\"Apple-converted-space\"> </span>and reports surfaced last week that Spotify was rethinking its approach. In particular, rapper XXXTencion, who was one of two artists single out by the service (along with R. Kelly), was reportedly going to be added back to Spotify’s popular Rap Caviar playlist at some unspecified point. </span></p>\n<p class=\"p1\"><span class=\"s1\">Ek acknowledged that the implementation could have been handled better, and that Spotify’s intention was never to play the role of “moral police.” The executive added that the policy is continuing to evolve, with Spotify soliciting user feedback. Among the many thorny issues the company is navigating here is how to address those artists who have been accused &#8212; but not actually charged or convicted &#8212; of a given crime. </span></p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/spotifys-ceo-says-company-botched-hateful-conduct-policy-roll-out/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648897</post-id>\t</item>\n\t\t<item>\n\t\t<title>Klaxoon gets $50M to try to make boring meetings more interactive and productive</title>\n\t\t<link>https://techcrunch.com/2018/05/31/klaxoon-gets-50m-to-try-to-make-boring-meetings-more-interactive-and-productive/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/klaxoon-gets-50m-to-try-to-make-boring-meetings-more-interactive-and-productive/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 17:39:27 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Matthew Lynley]]></dc:creator>\n\t\t\t\t<category><![CDATA[Enterprise]]></category>\n\t\t<category><![CDATA[Fundings & Exits]]></category>\n\t\t<category><![CDATA[Mobile]]></category>\n\t\t<category><![CDATA[Startups]]></category>\n\t\t<category><![CDATA[Klaxoon]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648892</guid>\n\t\t<description><![CDATA[If you&#8217;ve ever been in a pointless meeting at work, odds are you&#8217;ve spent part of the time responding to messages or just putzing around on the Internet — but Klaxoon hopes to convert that into something a bit more productive with more interactive meetings. The French startup today said it&#8217;s raised $50 million in [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>If you&#8217;ve ever been in a pointless meeting at work, odds are you&#8217;ve spent part of the time responding to messages or just putzing around on the Internet — but <a href=\"https://klaxoon.com/\">Klaxoon</a> hopes to convert that into something a bit more productive with more interactive meetings.</p>\n<p>The French startup today said it&#8217;s raised $50 million in a new financing round led by Idinvest Partners, with early round investors BPI, Sofiouest, Arkea and White Star Capital Fund also participating. The company offers a suite of tools designed to make those meetings more engaging and generally just cut down on useless meetings with a room of bored and generally unengaged people that might be better off working away at their desk or even taking <em>other</em> meetings. The company has raised about $55.6 million in total.</p>\n<p>The whole point of <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/klaxoon/\" target=\"_blank\" data-type=\"organization\" data-entity=\"klaxoon\">Klaxoon <span class=\"crunchbase-tooltip-indicator\"></span></a> is to make meetings more engaging, and there are a couple ways to do that. The obvious point is to translate what some classrooms are doing in the form of making the whole session more engaging with the use of connected devices. You might actually remember those annoying clickers in classrooms used to answer multiple choice questions throughout a session, but it is at least one way to engage people in a room — and offering a more robust way of doing that may be something that helps making the session as a whole more productive.</p>\n<p><img class=\"aligncenter size-large wp-image-1648920\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/klaxoon-3.jpg?w=680\" alt=\"\" width=\"680\" height=\"383\" /></p>\n<p>Klaxoon also offers other tools like an interactive whiteboard (remember Smartboards, also in classrooms?) as well as a closed networks for meeting participants that aims to be air-gapped from a broader network so those employees can conduct a meeting in private or if the room isn&#8217;t available. All this is wrapped together with a set of analytics to help employees — or managers — better conduct meetings and generally be more productive. All this is going to be more important going forward as workplaces become more distributed, and it may be tempting to just have a virtual meeting on one screen while either working on a different one — or just messing around on the Internet.</p>\n<p>Of course, lame meetings are a known issue — especially within larger companies. So there are multiple interpretations of ways to try to fix that problem, including Worklytics — a <a href=\"https://techcrunch.com/2018/03/06/worklytics-wants-to-cut-down-on-lame-meetings-and-help-make-teams-more-efficient/\">company that came out of Y Combinator earlier this year</a> — that are trying to make teams more efficient in general. The idea is that if you are able to reduce the time spent in meetings that aren&#8217;t really productive, that&#8217;ll increase the output of a team in general. The goal is not to monitor teams closely, but just find ways to encourage them to spend their time more wisely. Creating a better set of productivity tools inside those meetings is one approach, and one Klaxoon seems to hope plays out.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/klaxoon-gets-50m-to-try-to-make-boring-meetings-more-interactive-and-productive/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648892</post-id>\t</item>\n\t\t<item>\n\t\t<title>This newly funded startup wants to help women gauge their reproductive health a lot sooner in life</title>\n\t\t<link>https://techcrunch.com/2018/05/31/this-newly-funded-startup-wants-to-help-women-gauge-their-reproductive-health-a-lot-sooner-in-life/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/this-newly-funded-startup-wants-to-help-women-gauge-their-reproductive-health-a-lot-sooner-in-life/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 17:34:01 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Connie Loizos]]></dc:creator>\n\t\t\t\t<category><![CDATA[Education]]></category>\n\t\t<category><![CDATA[Health]]></category>\n\t\t<category><![CDATA[Recent Funding]]></category>\n\t\t<category><![CDATA[Startups]]></category>\n\t\t<category><![CDATA[TC]]></category>\n\t\t<category><![CDATA[maveron]]></category>\n\t\t<category><![CDATA[Modern Fertility]]></category>\n\t\t<category><![CDATA[sound ventures]]></category>\n\t\t<category><![CDATA[sv angel]]></category>\n\t\t<category><![CDATA[Union Square Ventures]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648791</guid>\n\t\t<description><![CDATA[It&#8217;s often the case that women don&#8217;t think much about their reproductive health until they have to. Sometimes it begins with an aside from a well-meaning gynecologist &#8212; or one&#8217;s impatient parents. Sometimes, it&#8217;s because a couple is ready to try conceiving and it&#8217;s proving harder than they imagined it would be. A San Francisco-based [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>It&#8217;s often the case that women don&#8217;t think much about their reproductive health until they have to. Sometimes it begins with an aside from a well-meaning gynecologist &#8212; or one&#8217;s impatient parents. Sometimes, it&#8217;s because a couple is ready to try conceiving and it&#8217;s proving harder than they imagined it would be.</p>\n<p>A San Francisco-based startup called <a href=\"https://modernfertility.com/\">Modern Fertility</a> wants to educate women about their reproductive health much earlier in their lives, enabling them to become more &#8220;proactive&#8221; instead of reactive, says co-founder and CEO Afton Vechery, who worked formerly as a product manager at the genetic testing company 23andMe and, before that, at a healthcare-focused private equity firm in Greenwich, Conn.</p>\n<p>At both places, she learned a lot about the growing number of companies that are empowering customers with information about their own bodies. She also learned, particularly at 23andMe, about the importance of making that information affordable. Indeed, after shelling out $1,500 for tests run by a reproductive endocrinologist to get a better picture of her own reproductive health, Vechery set out to create similar tests that one needn&#8217;t be a Rockefeller to order. Toward that end, an at-home finger-prick hormone test that <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/modern-fertility/\" target=\"_blank\" data-type=\"organization\" data-entity=\"modern-fertility\">Modern Fertility <span class=\"crunchbase-tooltip-indicator\"></span></a> began selling today for $199.</p>\n<p>The vast difference in price owes to economies of scale, says Vechery. Because there are just 500 infertility clinics in the U.S. and roughly 6,000 endocrinologists &#8212; just 2,000 of which are focused on reproductive health &#8212; the cost of individual testing has been prohibitively high. Modern Fertility, meanwhile, has &#8220;systems and tech and integrations that support a high volume of tests&#8221; conducted at the same time, she says, explaining that with volume comes discounted pricing.</p>\n<p>Modern Fertility is not analyzing its customers&#8217; hormones. It is using all <a href=\"https://www.cms.gov/Regulations-and-Guidance/Legislation/CLIA/How_to_Apply_for_a_CLIA_Certificate_International_Laboratories.html\">CLIA-certified</a> labs, including Quest Diagnostics, the 50-year-old, publicly traded clinical laboratory company. &#8220;We’re not making new instruments,&#8221; says Vechery. &#8220;Our differentiation is in access and the information that we provide to women.&#8221;</p>\n<p>In fact, Modern Fertility is billing itself as more of an educational company than anything else. While it will tell consumers about nine hormone levels related to ovarian reserves and overall reproductive health &#8212; which can be important, especially when it comes to considerations around egg freezing &#8212; much of what it offers is related to content based on peer-reviewed studies about menopause and when women typically start to lose their fertility.</p>\n<p>Customers also receive one optional one-on-one phone consultation with a fertility nurse who won&#8217;t give out medical advice but can share more information about which hormones are being tracked and why.</p>\n<p>For the price, that may be enough for many women. It was enough for investors. Modern Fertility just closed on $6 million in funding led by Maveron and Union Square Ventures, which were joined by <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/sound-ventures/\" target=\"_blank\" data-type=\"organization\" data-entity=\"sound-ventures\">Sound Ventures, <span class=\"crunchbase-tooltip-indicator\"></span></a> #Angels, SV Angel and additional individual investors.</p>\n<p>No doubt these backers see a future where an offering like that from Modern Fertility is a perk offered by employers, more of which are <a href=\"https://www.huffingtonpost.com/entry/more-employers-offering-fertility-benefits-means-happier_us_5a21a008e4b05072e8b568d7\">offering fertility benefits</a> to keep their employees happy and in place. Already, Vechery says that a &#8220;handful of companies&#8221; are interested in layering Modern Fertility&#8217;s tests into their other wellness benefits.</p>\n<p>Modern Fertility is also counting on repeat customers, suggesting to them that re-taking its test every now and then will give a woman a better idea of how her &#8220;fertility curve&#8221; is changing over time.</p>\n<p>Most immediately, says Vechery, Modern Fertility &#8212; co-founded by Carly Leahy, a creative strategist who moved to California from Boston in 2014 after Google recruited her, and who most recently logged two years at Uber &#8212; will be adding to its current, eight-person team.</p>\n<p>It also will be &#8220;trying to understand the best way it can get this information&#8221; to potential customers, says Vechery. &#8220;We want to meet women where they are and educate them that this type of testing is important.&#8221;</p>\n<p><em>Pictured above: Modern Fertility co-founders Afton Vechery, left, and Carly Leahy</em></p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/this-newly-funded-startup-wants-to-help-women-gauge-their-reproductive-health-a-lot-sooner-in-life/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648791</post-id>\t</item>\n\t\t<item>\n\t\t<title>AWS launches pay-per-session pricing for its QuickSight BI tool</title>\n\t\t<link>https://techcrunch.com/2018/05/31/aws-launches-pay-per-session-pricing-for-its-quicksight-bi-tool/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/aws-launches-pay-per-session-pricing-for-its-quicksight-bi-tool/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 17:08:41 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Frederic Lardinois]]></dc:creator>\n\t\t\t\t<category><![CDATA[Cloud]]></category>\n\t\t<category><![CDATA[Enterprise]]></category>\n\t\t<category><![CDATA[TC]]></category>\n\t\t<category><![CDATA[Amazon]]></category>\n\t\t<category><![CDATA[AWS]]></category>\n\t\t<category><![CDATA[business intelligence]]></category>\n\t\t<category><![CDATA[tableau]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648803</guid>\n\t\t<description><![CDATA[Amazon QuickSight, the company&#8217;s business intelligence tool for AWS, launched back in 2015, but it&#8217;s hard to say how much impact the service has made in the highly competitive BI market. The company has far from given up on this project, though, and today, it&#8217;s introducing a new pay-per-session pricing plan for access to QuickSight dashboards that [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://aws.amazon.com/quicksight/pricing/\">Amazon QuickSight</a>, the company&#8217;s business intelligence tool for AWS, <a href=\"https://techcrunch.com/2015/10/07/amazon-launches-quicksight-business-intelligence-service-for-aws/\">launched</a> back in 2015, but it&#8217;s hard to say how much impact the service has made in the highly competitive BI market. The company has far from given up on this project, though, and today, it&#8217;s introducing a new pay-per-session pricing plan for access to QuickSight dashboards that is surely meant to give it a bit of a lift in a market where <a href=\"https://www.tableau.com/\">Tableau</a> and Microsoft&#8217;s <a href=\"https://powerbi.microsoft.com/en-us/\">Power BI</a> have captured much of the mindshare.</p>\n<p>Under the new pricing plan, creating and publishing dashboards will stay cost $18 per user and month. For readers, though, who only need to have access to these dashboards, AWS now offers a very simple option: they will now pay $0.30 per session up to a maximum of $5 per month and user. Under this scheme, a session is defined as the first 30 minutes from login.</p>\n<p>Previously, AWS offered two tiers of QuickSight plans: a $9 per user/month standard plan and a $24/user/month enterprise edition with support for Active Directory and encryption at rest.</p>\n<p>That $9/user/month is still available and probably still makes sense for smaller companies where those who build dashboards and consume them are often the same person. The new pricing plan replaces the existing enterprise edition.</p>\n<p>QuickSight already significantly undercuts the pricing of services like Tableau and others, though we&#8217;re also talking about a somewhat more limited <a href=\"https://www.infoworld.com/article/3187445/analytics/review-amazon-quicksight-covers-the-bi-basics.html\">feature set</a>. This new pay-per-session offering only widens the pricing gap.</p>\n<p>&#8220;With highly scalable object storage in Amazon Simple Storage Service (Amazon S3), data warehousing at one-tenth the cost of traditional solutions in Amazon Redshift, and serverless analytics offered by Amazon Athena, customers are moving data into AWS at an unprecedented pace,&#8221; said Dorothy Nicholls, Vice President of Amazon <span class=\"il\">QuickSight</span> at AWS, in a canned comment. &#8220;What&#8217;s changed is that virtually all knowledge workers want easy access to that data and the insights that can be derived. It&#8217;s been cost-prohibitive to enable that access for entire companies until the Amazon <span class=\"il\">QuickSight</span> pay-per-session pricing &#8212; this is a game-changer in terms of information and analytics access.&#8221;</p>\n<p>Current QuickSight users include the NFL, Siemens, Volvo and AutoTrader.</p>\n<p><iframe class='youtube-player' type='text/html' width='640' height='390' src='https://www.youtube.com/embed/C_eT0xRNjCs?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' allowfullscreen='true' style='border:0;'></iframe></p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/aws-launches-pay-per-session-pricing-for-its-quicksight-bi-tool/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648803</post-id>\t</item>\n\t\t<item>\n\t\t<title>Waymo expands autonomous driving partnership with Fiat Chrysler</title>\n\t\t<link>https://techcrunch.com/2018/05/31/waymo-expands-autonomous-driving-partnership-with-fiat-chrysler/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/waymo-expands-autonomous-driving-partnership-with-fiat-chrysler/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 16:59:42 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Megan Rose Dickey]]></dc:creator>\n\t\t\t\t<category><![CDATA[Automotive]]></category>\n\t\t<category><![CDATA[TC]]></category>\n\t\t<category><![CDATA[Transportation]]></category>\n\t\t<category><![CDATA[autonomous driving]]></category>\n\t\t<category><![CDATA[chrysler]]></category>\n\t\t<category><![CDATA[waymo]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648820</guid>\n\t\t<description><![CDATA[On the same day of a massive $2.25 billion Softbank investment into General Motors&#8217; Cruise, Fiat Chrysler Automobiles (FCA) is announcing an expanded partnership with Waymo that will add up to 62,000 more Chrysler Pacifica minivans to Waymo&#8217;s self-driving car fleet later this year. This isn&#8217;t too surprising, given Waymo said earlier this year that [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>On the same day of a massive <a href=\"https://techcrunch.com/2018/05/31/gms-cruise-gets-2-25b-from-softbanks-vision-fund-1-1b-from-gm/\">$2.25 billion Softbank investment</a> into General Motors&#8217; Cruise, Fiat Chrysler Automobiles (FCA) is announcing an expanded partnership with Waymo that will add up to 62,000 more <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/chrysler-2/\" target=\"_blank\" data-type=\"organization\" data-entity=\"chrysler-2\">Chrysler <span class=\"crunchbase-tooltip-indicator\"></span></a> Pacifica minivans to Waymo&#8217;s self-driving car fleet later this year. This isn&#8217;t too surprising, <a href=\"https://techcrunch.com/2018/01/29/waymo-orders-thousands-of-pacificas-for-2018-self-driving-fleet-rollout/\">given Waymo said earlier this year that it had ordered thousands of new Chrysler Pacifica&#8217;s from FCA</a>.</p>\n<p><a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/google-s-self-driving-car-project/\" target=\"_blank\" data-type=\"organization\" data-entity=\"google-s-self-driving-car-project\">Waymo <span class=\"crunchbase-tooltip-indicator\"></span></a> and FCA are also exploring ways to license Waymo&#8217;s self-driving car technology in order to deploy the tech in cars for consumers.</p>\n<p>&#8220;FCA is committed to bringing self-driving technology to our customers in a manner that is safe, efficient and realistic,&#8221; FCA CEO Sergio Marchionne said in a statement. &#8220;Strategic partnerships, such as the one we have with Waymo, will help to drive innovative technology to the forefront.&#8221;</p>\n<p>This expanded partnership comes a couple of months after <a href=\"https://techcrunch.com/2018/03/27/waymo-teams-up-with-jaguar-to-intro-a-new-premium-self-driving-car/\">Waymo partnered with Jaguar to introduce a premium self-driving car</a>. Earlier this year, Waymo began testing its Chrysler self-driving car fleet in San Francisco. As of May 18, <a href=\"https://techcrunch.com/2018/05/14/apples-self-driving-car-fleet-grows-to-55-in-california/\">Waymo had 51 cars registered</a> with the state of California for self-driving testing with a safety driver. Waymo has also applied for driverless testing in California.</p>\n<p><span style=\"font-size: 1rem; letter-spacing: -0.1px;\">Waymo&#8217;s plan is to launch a full-fledged self-driving transportation service later this year. The idea is for anyone to be able to pop open the Waymo app to request a driverless vehicle. Since 2009, Waymo has logged six million miles driven on public roads, five billion miles in simulated environments and run tests covering more than 20,000 types of driving scenarios.</span></p>\n<p><span style=\"font-size: 1rem; letter-spacing: -0.1px;\">&#8220;Waymo&#8217;s goal from day one has been to build the world’s most experienced driver and give people access to self-driving technology that will make our roads safer,” Waymo CEO John Krafcik said in a statement. “We&#8217;re excited to deepen our relationship with FCA that will support the launch of our driverless service, and explore future products that support Waymo&#8217;s mission.”</span></p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/waymo-expands-autonomous-driving-partnership-with-fiat-chrysler/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648820</post-id>\t</item>\n\t\t<item>\n\t\t<title>Philo&#8217;s low-cost TV service expands its lineup with Cheddar, Tastemade, and PeopleTV</title>\n\t\t<link>https://techcrunch.com/2018/05/31/philos-low-cost-tv-service-expands-its-lineup-with-cheddar-tastemade-and-peopletv/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/philos-low-cost-tv-service-expands-its-lineup-with-cheddar-tastemade-and-peopletv/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 16:29:17 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Sarah Perez]]></dc:creator>\n\t\t\t\t<category><![CDATA[Media]]></category>\n\t\t<category><![CDATA[cheddar]]></category>\n\t\t<category><![CDATA[live tv]]></category>\n\t\t<category><![CDATA[peopleTV]]></category>\n\t\t<category><![CDATA[philo]]></category>\n\t\t<category><![CDATA[streaming service]]></category>\n\t\t<category><![CDATA[tastemade]]></category>\n\t\t<category><![CDATA[television]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648789</guid>\n\t\t<description><![CDATA[Following the new trend among streaming TV services to combine digital-first channels with traditional TV content, Philo today announced it&#8217;s expanding its live TV service with the addition of Cheddar Big News, People TV, and Tastemade. The Tastemade channel goes live today, with the other two shortly after. Philo is a relative newcomer to the [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>Following the new trend among streaming TV services to combine digital-first channels with traditional TV content, <a href=\"http://philo.com\">Philo</a> today announced it&#8217;s expanding its live TV service with the addition of Cheddar Big News, People TV, and Tastemade. The <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/tastemade/\" target=\"_blank\" data-type=\"organization\" data-entity=\"tastemade\">Tastemade <span class=\"crunchbase-tooltip-indicator\"></span></a> channel goes live today, with the other two shortly after.</p>\n<p><a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/philo/\" target=\"_blank\" data-type=\"organization\" data-entity=\"philo\">Philo <span class=\"crunchbase-tooltip-indicator\"></span></a> is a relative newcomer to the streaming TV market, having <a href=\"https://techcrunch.com/2017/11/14/philo-ditches-sports-to-introduce-a-16-per-month-live-tv-service/\">launched its service in November</a> following its early endeavors as an on-campus TV provider. Its $16-per-month option is designed for cord cutters who care more about entertainment than they do sports.</p>\n<p>By ditching sports programming, Philo undercut its competitors to become one of the cheapest ways to watch traditional cable TV channels, like A&amp;E, AMC, BBC America, Comedy Central, Discovery Channel, Food Network, HGTV, Investigation Discovery (ID), Lifetime, MTV, TLC, Travel Channel, VH1, Viceland and others.</p>\n<p>It also later added an expansion pack for $4 more per month that adds nine more channels, while still providing a 30-day cloud DVR and the ability to stream in HD on up to 3 devices at once.</p>\n<p>Despite its affordable pricing, Philo is still something of an unknown in a market where even big brands like YouTube TV and Hulu are having to spend large marketing budgets just to create awareness around their live TV offerings. YouTube TV, for example, became a sponsor for the <a href=\"https://techcrunch.com/2018/03/26/youtube-tv-becomes-first-ever-presenting-partner-for-the-nba-finals-following-similar-deal-with-mlb/\">NBA Finals</a> and the <a href=\"https://techcrunch.com/2018/03/08/youtube-tv-will-be-all-over-the-world-series-for-two-more-years/\">World Series</a> to spread the word.</p>\n<p>A new angle these services are trying now is to add on digital channels to bring in the internet audience. In April, YouTube TV <a href=\"https://techcrunch.com/2018/04/18/youtube-tv-adds-its-first-digital-only-networks-with-launch-of-two-channels-from-cheddar/\">added its first digital-only networks</a> with the launch of two channels from <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/cheddar-tv/\" target=\"_blank\" data-type=\"organization\" data-entity=\"cheddar-tv\">Cheddar, <span class=\"crunchbase-tooltip-indicator\"></span></a> <a href=\"https://techcrunch.com/2018/05/18/youtube-tv-adds-tastemade-and-the-young-turks-as-it-expands-its-digital-media-content/\">followed in May</a> by the additions of Tastemade and The Young Turks. Hulu, too, <a href=\"https://techcrunch.com/2018/04/19/cheddars-digital-news-network-is-coming-to-hulu-too/\">recently added Cheddar</a>. Meanwhile, Sling TV already offers Cheddar, as does Pluto.</p>\n<p>These additions also serve as a cheap way to offer viewers more programming, without having to increase prices. The same hold true for Philo, which is keeping the same rates as before, following the expansion.</p>\n<p>“We built Philo for everyone who feels like TV was no longer serving them, and this is one more way we can stand apart,&#8221; said Philo CEO Andrew McCollum, in a statement.</p>\n<p>As for gaining exposure, that&#8217;s a harder nut to crack. Philo&#8217;s newest attempt here is a just launched referral <a href=\"http://philo.com/refer\">program</a>, offering a $5 credit for each referral, and $5 for the person referred.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/philos-low-cost-tv-service-expands-its-lineup-with-cheddar-tastemade-and-peopletv/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648789</post-id>\t</item>\n\t\t<item>\n\t\t<title>Scout.fm turns podcasts into personalized talk radio</title>\n\t\t<link>https://techcrunch.com/2018/05/31/scout-fm-turns-podcasts-into-personalized-talk-radio/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/scout-fm-turns-podcasts-into-personalized-talk-radio/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 16:00:09 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Sarah Perez]]></dc:creator>\n\t\t\t\t<category><![CDATA[Apps]]></category>\n\t\t<category><![CDATA[Fundings & Exits]]></category>\n\t\t<category><![CDATA[Media]]></category>\n\t\t<category><![CDATA[Recent Funding]]></category>\n\t\t<category><![CDATA[Startups]]></category>\n\t\t<category><![CDATA[android apps]]></category>\n\t\t<category><![CDATA[iOS apps]]></category>\n\t\t<category><![CDATA[Mobile]]></category>\n\t\t<category><![CDATA[Podcasting]]></category>\n\t\t<category><![CDATA[podcasts]]></category>\n\t\t<category><![CDATA[scout.fm]]></category>\n\t\t<category><![CDATA[voice]]></category>\n\t\t<category><![CDATA[voice app]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648672</guid>\n\t\t<description><![CDATA[Scout.fm wants to change the way people listen to podcasts. Instead of scouring through the over 500,000 shows in your current podcast app, this startup&#8217;s new curated podcast service will just ask you a few questions to find out what you like, then create a podcast station customized to you. The experience is primarily designed [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"http://scout.fm\">Scout.fm</a> wants to change the way people listen to podcasts. Instead of scouring through the over 500,000 shows in your current podcast app, this startup&#8217;s new curated podcast service will just ask you a few questions to find out what you like, then create a podcast station customized to you. The experience is primarily designed for use on smart speakers, like Amazon&#8217;s Alexa-powered Echo devices, but is also available as iOS and Android applications.</p>\n<p>The company was founded just over a year ago by<a href=\"https://www.linkedin.com/in/carameverden/\"> Cara Meverden</a> (CEO), previously of Google, Twitter, Indiegogo, and Medium; along with <a href=\"https://www.linkedin.com/in/saulcarlin/?lipi=urn%3Ali%3Apage%3Ad_flagship3_search_srp_people%3BCOqHm4WdTWWpxCl31znq0Q%3D%3D&amp;licu=urn%3Ali%3Acontrol%3Ad_flagship3_search_srp_people-search_srp_result&amp;lici=MbzE1sSrRmCwiDz8htr10w%3D%3D\">Saul Carlin</a> (president and COO), previously head of publisher development at Medium, and before that, Politico; and <a href=\"https://www.linkedin.com/in/daniel-john-mccartney/\">Daniel McCartney,</a> (CTO) previously an engineer at GrubHub, Klout and Medium.</p>\n<p><img class=\" wp-image-1648702 alignright\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/cara-meverden.jpg?w=400\" alt=\"\" width=\"374\" height=\"374\" />At Medium, Meverden explains, they saw an explosion of people creating great written content; but now those publishers had begun to create great audio content, as well.</p>\n<p>But unlike on Medium, which helps to guide readers to topics they like, people today have to seek out new podcasts for themselves. <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/scout-fm/\" target=\"_blank\" data-type=\"organization\" data-entity=\"scout-fm\">Scout.fm <span class=\"crunchbase-tooltip-indicator\"></span></a> wants to offer a better system, and hopefully bring more listeners to podcasts as a result.</p>\n<p>&#8220;We want to take <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">podcast</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">listening</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">mainstream</span><span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">,&#8221; she says. &#8220;W</span><span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">e</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">think</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">the</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">key</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">to</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">that</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">is</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">making</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">podcasts</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">as</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">easy</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">to</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">listen</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">to</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">as</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">the</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">radio &#8211;</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">and</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">we</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">think</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">that&#8217;s</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">even</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">more</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">critically</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">important, a</span><span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">s</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">we</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">enter</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">the</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">smart</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">speaker</span> <span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">era</span><span class=\"transcript-snippet__content__body__word ng-star-inserted\" role=\"singleSeekWord\">.&#8221; </span></p>\n<p>The Scout.fm service began as a series of experiments on Alexa.</p>\n<p>The company launched over 30 Alexa skills, including a &#8220;Game of Thones&#8221;-themed podcast radio that was popular while the show was airing on HBO. The goal was to test what worked, what topics and formats drew listeners, and gain feedback through calls-to-action to participate in user surveys.</p>\n<p>The result is Scout.fm, a curated podcast service that&#8217;s personalized to your listening preferences &#8211; and one that improves over time.</p>\n<p>Here&#8217;s how it works on the Alexa platform. You first launch the app by saying &#8220;Alexa, open Scout fm.&#8221; The app will respond (using a human voice actor&#8217;s voice, not Alexa&#8217;s) by explaining briefly what Scout.fm does then asks you to choose one of three types of talk radio stations: &#8220;Daily news, brain food, or true stories.&#8221;</p>\n<p>The first is a news station, similar to Alexa&#8217;s &#8220;Flash Briefing;&#8221; the second, &#8220;brain food,&#8221; focuses on other interesting and informative content, that&#8217;s not day-to-day news; and the last is a true crime podcast station.</p>\n<p>The voice app will then ask you a few more questions as part of this setup process to find out what other subjects appeal to you by having you respond, on a scale of one to ten, how much of a history buff you are, or how much you&#8217;re interested in culture, like art, film and literature, for example.</p>\n<p><iframe class='youtube-player' type='text/html' width='640' height='390' src='https://www.youtube.com/embed/hnHu3L0fGKQ?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' allowfullscreen='true' style='border:0;'></iframe></p>\n<p>On subsequent launches, the app will simply ask if you want to return to your &#8220;Brain Food&#8221; (or other selected) station. If you say no, you can try one of the other options.</p>\n<p>However, once the setup process is over, the experience becomes very much like listening to talk radio.</p>\n<p>A podcast will begin playing &#8211; Scout.fm favors those without ads at the very beginning &#8211; allowing you to listen as long as you&#8217;d like, or say &#8220;next&#8221; to move to the next one. Each new podcast episodes has a brief, spoken introduction that Scout.fm handwrites, so you know what&#8217;s coming up. Your listening can go on for hours, offering you a hands-free means of switching podcasts and discovering new favorites.</p>\n<p>The app will also adjust to your preferences over time, removing those you tend to skip &#8211; much like how the thumbs down works on Pandora.</p>\n<p>Scout.fm doesn&#8217;t include every podcast that&#8217;s out there. Instead, it&#8217;s a curated selection of a few hundred with high production values, narrative storytelling and tight editing.</p>\n<p><img class=\"vertical size-large wp-image-1648708 alignleft\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/scout-fm-screenshot-browse2x.png?w=394\" alt=\"\" width=\"394\" height=\"680\" />&#8220;So if we listen to something and the two co-hosts kind of go on for half an hour at the beginning, that&#8217;s not a great podcast for this format,&#8221; Meverden says. &#8220;We want shows where they&#8217;re going to get right into it. That right away limits things, but there&#8217;s still an abundance of content.&#8221;</p>\n<p>For example, some of the podcasts Scout.fm includes come from The Wall St. Journal, The New York Times, ESPN, and podcast networks like Gimlet, Wondery, Parcast and others.</p>\n<p>The same curated selection of podcasts is also available in Scout.fm&#8217;s mobile apps for iOS and Android, which work with the voice assistant on the phone. (For example, you can tap your AirPods to wake Siri then say &#8220;Next&#8221; to move between podcasts.)</p>\n<p>&#8220;If you&#8217;re jogging, our apps are an excellent companion because you don&#8217;t have to go back to your phone and try to find a new thing to listen to,&#8221; notes Meverden.</p>\n<p>Since Scout.fm&#8217;s launch, it has accrued 1.5 million minutes listened across its network of experimental apps ahead of today&#8217;s public debut. The Alexa user base listened for twice as long as mobile users.</p>\n<p>Currently, the service is not generating revenue, but, in the future, the team envisions call-to-action ads that could work with the Alexa app to share more information about the products, as well as ways it could utilize the newer in-app purchase mechanisms for Alexa skills.</p>\n<p>The company is backed by $1.4M in seed funding from Bloomberg Beta, Precursor Ventures, Advancit and #Angels.</p>\n<p>“The Scout team’s unique insight is that podcasts, no matter how good, won’t go mainstream until it is much simpler for consumers to find and listen to the content that’s right for them,” said Charles Hudson, managing partner at Precursor Ventures, in a statement about the investment. “The fast adoption of smart speakers changes this. We can open up podcasts to an entirely new audience,&#8221; he said.</p>\n<p>Scout.fm is available on <a href=\"https://www.amazon.com/Subcast-Scout-FM/dp/B07D7L4YDP\">Alexa</a>, <a href=\"https://subcast.app.link/iOS\">iOS</a> and <a href=\"https://subcast.app.link/android\">Android</a>.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/scout-fm-turns-podcasts-into-personalized-talk-radio/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648672</post-id>\t</item>\n\t\t<item>\n\t\t<title>iOS App Store has seen over 170B downloads, over $130B in revenue since July 2010</title>\n\t\t<link>https://techcrunch.com/2018/05/31/ios-app-store-has-seen-over-170b-downloads-over-130b-in-revenue-since-july-2010/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/ios-app-store-has-seen-over-170b-downloads-over-130b-in-revenue-since-july-2010/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 15:43:11 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Sarah Perez]]></dc:creator>\n\t\t\t\t<category><![CDATA[Apps]]></category>\n\t\t<category><![CDATA[Mobile]]></category>\n\t\t<category><![CDATA[App Annie]]></category>\n\t\t<category><![CDATA[app-store]]></category>\n\t\t<category><![CDATA[Apple]]></category>\n\t\t<category><![CDATA[Google]]></category>\n\t\t<category><![CDATA[Google Play]]></category>\n\t\t<category><![CDATA[iOS apps]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648732</guid>\n\t\t<description><![CDATA[The App Store has seen over 170 billion downloads over the past decade, totaling over $130 billion in consumer spend. This data was shared this morning by app intelligence firm App Annie, which is marking the App Store&#8217;s 10th Anniversary with a look back on the store&#8217;s growth and the larger trends it&#8217;s seen. These [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>The App Store has seen over 170 billion downloads over the past decade, totaling over $130 billion in consumer spend. This data was <a href=\"https://www.appannie.com/en/insights/market-data/data-behind-10-years-ios-app-store/\">shared</a> this morning by app intelligence firm App Annie, which is marking the App Store&#8217;s 10th Anniversary with a look back on the store&#8217;s growth and the larger trends it&#8217;s seen. These figures aren&#8217;t the full picture, however &#8211; the App Store launched on July 10, 2008 with just 500 applications, but <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/app-annie/\" target=\"_blank\" data-type=\"organization\" data-entity=\"app-annie\">App Annie <span class=\"crunchbase-tooltip-indicator\"></span></a> arrived in 2010. The historical data for this report, therefore, goes from July 2010 through December 2017.</p>\n<p>That means the true numbers are even higher that what App Annie can confirm.</p>\n<p>The report paints a picture of the continued growth of the App Store over the years, noting that iOS App Store revenue growth outpaces downloads, and that nearly doubled between 2015 to 2017.</p>\n<p><img class=\"alignnone size-large wp-image-1648752\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/ios-app-store-revenue-growth.png?w=680\" alt=\"\" width=\"680\" height=\"312\" /></p>\n<p>iOS device owners apparently love to spend on apps, too.</p>\n<p>The iOS App Store only has a 30 percent share of worldwide downloads, but accounts for 66 percent of consumer spend, the report says.</p>\n<p>But this isn&#8217;t a complete picture of the iOS vs. Android battle, as <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/google/\" target=\"_blank\" data-type=\"organization\" data-entity=\"google\">Google <span class=\"crunchbase-tooltip-indicator\"></span></a> Play isn&#8217;t available in China. App Annie&#8217;s data is incomplete on this front as it&#8217;s not accounting for the third-party Android app stores in China.</p>\n<p><img class=\"alignnone size-large wp-image-1648755\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/ios-v-google-play.png?w=680\" alt=\"\" width=\"680\" height=\"330\" /></p>\n<p>China today plays an outsized role, as App Annie has repeatedly reported, in terms of App Store revenue, even without Google Play. In fact, the APAC region accounts for nearly 60 percent of consumer spend &#8211; a trend that began in earnest with the October 2014 release of the iPhone 6 and 6 Plus in China.</p>\n<p><img class=\"alignnone size-large wp-image-1648758\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/apac-consumer-spend.png?w=680\" alt=\"\" width=\"680\" height=\"355\" /></p>\n<p>But when you look back at the App Store trends to date (or, as of July 2010 &#8211; which is as far back as App Annie&#8217;s data goes), it&#8217;s the U.S. that leads by a slim margin. China has quickly caught up but the U.S. is still the top country for all-time downloads, with 40.1 billion to China&#8217;s 39.9 billion; and it has generated $36 billion in consumer spend to China&#8217;s $27.7 billion.</p>\n<p><img class=\"alignnone size-large wp-image-1648761\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/all-time-downloads.png?w=680\" alt=\"\" width=\"680\" height=\"310\" /></p>\n<p>iPhone users are heavy app users, too, the report notes.</p>\n<p>In several markets, users have 100 or more apps installed, including Australia, India, China, Germany, Brazil, Japan, South Korea, Indonesia, and France. The U.S., U.K., and Mexico come close, with 96, 90, and 89 average monthly apps installed in 2017, respectively.</p>\n<p>Of course the numbers of apps used monthly are much smaller, but still range in the high 30&#8217;s to low 40&#8217;s, App Annie claims.</p>\n<p><img class=\"alignnone size-large wp-image-1648756\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/apps-installed.png?w=680\" alt=\"\" width=\"680\" height=\"331\" /></p>\n<p>The report additionally examines the impact of games, which accounted for only 31 percent of downloads in 2017, but generated 75 percent of the revenue. The APAC regions plays a large role here as well, with 3.4 billion game downloads last year, and $19.3 billion in consumer spend.</p>\n<p><img class=\"alignnone size-large wp-image-1648760\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/games-2017.png?w=680\" alt=\"\" width=\"680\" height=\"314\" /></p>\n<p>Subscriptions, meanwhile, are a newer trend, but one that&#8217;s already boosting App Store revenues considerably, accounting for $10.6 billion in consumer spend in 2017. This is driven mainly by media streaming apps like Netflix, Pandora, and Tencent Video, for example, but Tinder makes a notable showing as one of the top five worldwide apps by revenue.</p>\n<p><img class=\"alignnone size-large wp-image-1648764\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/subscriptions1.png?w=680\" alt=\"\" width=\"680\" height=\"297\" /></p>\n<p>Thanks to subscriptions and other trends, App Annie predicts the worldwide iOS App Store revenue will grow 80 percent from 2017 to $75.7 billion by 2022.</p>\n<p><img class=\"alignnone size-large wp-image-1648765\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/revenue-prediction.png?w=680\" alt=\"\" width=\"680\" height=\"403\" /></p>\n<p>And while the App Store today has over 2 million apps, it has seen over 4.5 million apps released on its store to date. Many of these have been removed by <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/apple/\" target=\"_blank\" data-type=\"organization\" data-entity=\"apple\">Apple <span class=\"crunchbase-tooltip-indicator\"></span></a> or the developers, which is why the number of live apps is so much lower.</p>\n<p><img class=\"alignnone size-large wp-image-1648763\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/apps-to-date.png?w=680\" alt=\"\" width=\"680\" height=\"313\" /></p>\n<p>The full report with the charts included is <a href=\"https://www.appannie.com/en/insights/market-data/data-behind-10-years-ios-app-store/\">here</a>.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/ios-app-store-has-seen-over-170b-downloads-over-130b-in-revenue-since-july-2010/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648732</post-id>\t</item>\n\t\t<item>\n\t\t<title>Canon has sold its last film camera</title>\n\t\t<link>https://techcrunch.com/2018/05/31/canon-has-sold-its-last-film-camera/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/canon-has-sold-its-last-film-camera/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 15:29:03 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Brian Heater]]></dc:creator>\n\t\t\t\t<category><![CDATA[Hardware]]></category>\n\t\t<category><![CDATA[Canon]]></category>\n\t\t<category><![CDATA[film]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648753</guid>\n\t\t<description><![CDATA[Mark this date on your calendar. It’s the end of yet another tech era. Though, granted, this one’s been been death rattling for nearly a decade now. Canon this week announced with no fanfare that it’s sold its last film camera. The news was spotted by PetaPixel on the camera giant’s Japanese support forum. The [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p class=\"p1\"><span class=\"s1\">Mark this date on your calendar. It’s the end of yet another tech era. Though, granted, this one’s been been death rattling for nearly a decade now. Canon this week announced with no fanfare that it’s sold its last film camera. The news was <a href=\"https://petapixel.com/2018/05/30/canon-is-now-out-of-the-film-camera-business-after-80-years/\">spotted by PetaPixel</a> on the camera giant’s <a href=\"http://cweb.canon.jp/e-support/products/eos/180530eos1v-end.html\">Japanese support forum</a>. </span></p>\n<p class=\"p1\"><span class=\"s1\">The model in question is the EOS-1V, which, incidentally, the company actually stopped making a full eight years ago. Since it has simply been selling out the rest of its stock, which, it seems, has finally depleted. It’s less of a bang than a prolonged whimper, but it’s the end of an era, nonetheless, marking the first time Canon hasn’t offered a film camera since the 30s, when its parent company started offering a device called the &#8220;Kwanon.&#8221;</span></p>\n<p class=\"p1\"><span class=\"s1\">Those who are feeling suddenly nostalgic, you can likely pick one up used fairly easily (though this news might bump up their premium a bit), and I’m sure the inevitable Kickstarter project to revive the technology can’t be too far off, because that’s how these things go now. </span></p>\n<p class=\"p1\"><span class=\"s1\">And, of course, some other brands are still supporting film in one form or other, including, notably, Nikon. As for Canon, the company has promised to continue to offer repair on the EOS-1V until October 31st 2025, though that could end as early as 2020 for some, if parts and inventory run out sooner. </span></p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/canon-has-sold-its-last-film-camera/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648753</post-id>\t</item>\n\t\t<item>\n\t\t<title>New York VC Steve Schlafman has a new gig with Primary Venture Partners</title>\n\t\t<link>https://techcrunch.com/2018/05/31/new-york-vc-steve-schlafman-has-a-new-gig-with-primary-venture-partners/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/new-york-vc-steve-schlafman-has-a-new-gig-with-primary-venture-partners/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 14:27:47 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Connie Loizos]]></dc:creator>\n\t\t\t\t<category><![CDATA[TC]]></category>\n\t\t<category><![CDATA[Venture Capital]]></category>\n\t\t<category><![CDATA[Coupang]]></category>\n\t\t<category><![CDATA[groups]]></category>\n\t\t<category><![CDATA[jet.com]]></category>\n\t\t<category><![CDATA[primary ventures]]></category>\n\t\t<category><![CDATA[RRE Ventures]]></category>\n\t\t<category><![CDATA[Steve Schlafman]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648474</guid>\n\t\t<description><![CDATA[Steve Schlafman has been an East Coast investor for roughly a decade &#8212; scouring deals for the Kraft Group ahead of joining Lerer Hippeau as an early employee, then spending more than four years as a principal with RRE Ventures before announcing on Twitter, to the surprise of some, that he was leaving the New [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/person/steve-schlafman/\" target=\"_blank\" data-type=\"person\" data-entity=\"steve-schlafman\">Steve Schlafman <span class=\"crunchbase-tooltip-indicator\"></span></a> has been an East Coast investor for roughly a decade &#8212; scouring deals for the Kraft Group ahead of joining Lerer Hippeau as an early employee, then spending more than four years as a principal with RRE Ventures before <a href=\"https://twitter.com/schlaf/status/918815722519834624\">announcing on Twitter</a>, to the surprise of some, that he was leaving the New York firm.</p>\n<p>Many guessed that Schlafman, like a <a href=\"https://techcrunch.com/2018/05/25/former-journo-alexia-bonatsos-takes-the-wraps-off-her-new-venture-fund-dream-machine/\">growing number</a> of people right now, was setting off to create his own venture outfit. Today, Schlafman says it was a consideration and that he did a bit of research toward this end, but that as an identical twin, he&#8217;s not really programmed to work on his own. Enter<a href=\"http://www.primary.vc/\"> Primary Venture Partners</a>, a seed-stage firm in New York that was previously known as High Peaks Venture Partners and has backed numerous high-profile startups &#8212; Jet.com and Coupang among them &#8212; even while flying low itself.</p>\n<p>Schlafman had been friends for years with co-founders Ben Sun and Brad Svrluga, co-investing with them in the civic app startup PublicStuff (<a href=\"http://www.govtech.com/products/Accela-Acquisition-of-PublicStuff-Signifies-Maturation-of-Government-Tech-Market.html\">acquired</a> in 2015 by a better-funded peer), and turning to them for advice as he was figuring out his next moves. When they suggested that he join them as a venture partner, he thought the move made perfect sense. &#8220;It feels like buying a stock that&#8217;s on the rise in some ways,&#8221; he tells us.</p>\n<p>More from our conversation yesterday, edited for length:</p>\n<p><strong>TC: Why did you leave RRE when you did?</strong></p>\n<p>SS: It was an incredibly hard decision, but after soul-searching about what I wanted to do long-term, I just felt that seed investing is where my heart is. RRE tends to be a Series A investor, and while I enjoy Series A, my super power is really spotting founders early and helping them along that journey.</p>\n<p><strong>TC: Were you thinking about launching your own fund?</strong></p>\n<p>SS: I was under the assumption at the time that I’d go start a fund as a solo GP, but after doing work [on the idea] for four or five months, I decided I didn’t want to work alone. I’m a collaborative person by nature, and the idea of working on my own for the next 18 to 36 months as a solo GP just wan’t attractive. I was in touch with Brad and Ben and they said, &#8216;What would think of joining forces with us?&#8217; They’d been helping me think through different models, and it evolved that I could bring a lot to Primary.</p>\n<p><strong>TC: You&#8217;ve led deals in some companies that seemed out there at the time. I still remember <a href=\"https://www.strictlyvc.com/2015/04/24/need-a-breather-this-vc-is-hoping-so/\">chatting with you</a> years ago about <a href=\"https://breather.com/\">Breather</a>, the on-demand network of meeting rooms, and thinking it was pretty far out there.</strong></p>\n<p>SS: I tend to like the weird things. I think part of the reason Primary works so well is that Ben has worked with transactional marketplaces, and Brad [knows] business-to business applications and I’ve traversed both worlds. I&#8217;ve also done things like [crime reporting app] <a href=\"https://itunes.apple.com/us/app/citizen/id1039889567?mt=8\">Citizen</a>, [indoor farming startup] <a href=\"http://boweryfarming.com/\">Bowery Farming</a> and <a href=\"http://joingroups.com/#trust-science\">Groups</a> [an opiate treatment center and community]. That&#8217;s just my style, so I think they&#8217;re excited to get my brain to the table and bring a new perspective.</p>\n<p><strong>TC: &#8216;Venture partner&#8217; means different things at different firms. Is this a part-time role?</strong></p>\n<p>SS: We did spend a lot of time talking about this, and there are a few roles that I’m going to play for them. Certainly, I&#8217;ll be being active on the investment team. I&#8217;ll also be helping with the broader firm strategy given the perspective I&#8217;ve gained by working in three investment firms previously.</p>\n<p>But over the last six months, I&#8217;ve also been going through training to become an executive performance coach, which is something I really believe in. Not only have I personally gotten the benefit of coaching, but founders who&#8217;ve worked with coaches will tell you the experience transforms the way they lead. I plan to bring that to Primary, too.</p>\n<p><strong>TC: That&#8217;s interesting. Whose coaching program is it, and how involved is it?</strong></p>\n<p>It&#8217;s 250 hour of classroom [learning] and coaching at <a href=\"http://www.leadershipthatworks.com/public/home/index.cfm\">Leadership that Works</a>, an accredited coach training program that [<a href=\"https://www.wired.com/2017/02/this-man-makes-founders-cry/\">renowned VC-turned-coach</a>] Jerry Colonna and other coaches at <a href=\"https://www.reboot.io/\">Reboot</a> [a coaching firm Colonna co-founded nearly four years ago] have gone through.</p>\n<p>For me, I’m married to a founder, and she’s been a big inspiration for me as an investor and taught me a lot about the daily grind of running a company. [I&#8217;ve learned much more about] not telling a founder how to run their company, but asking questions that ultimately help them make the tough decisions themselves. At the end of the day, I’m showing up for them and meeting them where they are in their process and hopefully helping them get to answers themselves versus being a traditional investor who tries to have all the answers.</p>\n<p><strong>TC: Are you on any boards right now?</strong></p>\n<p>SS: I&#8217;m not. I rolled off all my RRE boards when I left the firm.</p>\n<p><strong>TC: A year from now, will you be a general partner with Primary? I&#8217;m hearing the firm is raising another fund after closing its last fund with $60 million in 2016.</strong></p>\n<p>SS: Part of the appeal of working with Brad and Ben &#8212; and much of why I believe in Primary&#8217;s current trajectory &#8212; is that it&#8217;s building out the only true fund that&#8217;s focused on New York as a seed platform. Right now, I plan to spend half my time with them, and there will be a certain portion of my time spent evaluating alternative paths, in terms of maybe starting a company, or coaching could certainly be one of those paths I decide to take.</p>\n<p>I&#8217;ll be working from Primary&#8217;s office every day like a team member, but I will have a bit of flexibility to explore a variety of avenues. It&#8217;s a fluid role. I imagine I&#8217;ll get entrenched pretty quickly, though.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/new-york-vc-steve-schlafman-has-a-new-gig-with-primary-venture-partners/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648474</post-id>\t</item>\n\t\t<item>\n\t\t<title>Alcatel’s $100 Android Go phone hits the U.S. next week</title>\n\t\t<link>https://techcrunch.com/2018/05/31/alcatels-100-android-go-phone-hits-the-u-s-next-week/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/alcatels-100-android-go-phone-hits-the-u-s-next-week/#comments</comments>\n\t\t<pubDate>Thu, 31 May 2018 14:17:13 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Brian Heater]]></dc:creator>\n\t\t\t\t<category><![CDATA[Hardware]]></category>\n\t\t<category><![CDATA[Mobile]]></category>\n\t\t<category><![CDATA[Alcatel]]></category>\n\t\t<category><![CDATA[Android Go]]></category>\n\t\t<category><![CDATA[TCL]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648717</guid>\n\t\t<description><![CDATA[At MWC, ZTE promised that its Tempo Go would be the first device to bring Android Oreo (Go Edition) to the States. But, well, stuff happened, and the company’s had a lot bigger things to deal with in the intervening months. Alcatel, however, is on the case with the 1X.  TCL announced this morning that [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p class=\"p1\"><span class=\"s1\">At MWC, ZTE promised that its <a href=\"https://techcrunch.com/2018/02/25/zte-will-deliver-the-first-android-oreo-go-edition-handset-for-the-u-s-market-in-march/\">Tempo Go</a> would be the first device to bring Android Oreo (Go Edition) to the States. But, well, <a href=\"https://techcrunch.com/2018/05/16/how-zte-became-the-focal-point-of-us-china-relations/\">stuff happened</a>, and the company’s had a lot bigger things to deal with in the intervening months. Alcatel, however, is on the case with the 1X. </span></p>\n<p class=\"p1\"><span class=\"s1\">TCL announced this morning that the budget device will be hitting Amazon some time next week, priced at an extremely affordable $100, unlocked. It will also be arriving at Best Buy and Walmart soon after, no doubt taking advantage of the fact that it’s the only Android Go handset available in the U.S. for the time being.</span></p>\n<p class=\"p1\"><span class=\"s1\">The specs are unsurprisingly uninspiring. There’s a 960 x 480 5.3-inch screen, a MediaTek chip and 1GB of RAM. The good news, however, is that the new, lightweight version of Google’s mobile operating system is built for exactly those hardware restraints, which means you ought to get a much smoother Android experience than you would on a similarly specced handset running the full OS. </span></p>\n<p class=\"p1\"><span class=\"s1\">While the operating system is well positioned to get a foothold in developing countries, Google was quick to point out that it wasn’t limiting Android Go’s availability to those parts of the world. But while a number of manufacturers have signed on, none appeared too eager to launch the handsets in the States — well, aside from ZTE, but we all know how that went. </span></p>\n<p class=\"p1\"><span class=\"s1\">Another Android Go devices is on the way as well, with HMD bringing the Nokia 2.1 to the States in July. </span></p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/alcatels-100-android-go-phone-hits-the-u-s-next-week/feed/</wfw:commentRss>\n\t\t<slash:comments>1</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648717</post-id>\t</item>\n\t\t<item>\n\t\t<title>Neighborhood Goods raises $5.75M to reinvent the department store</title>\n\t\t<link>https://techcrunch.com/2018/05/31/neighborhood-goods-seed-funding/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/neighborhood-goods-seed-funding/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 14:08:31 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Anthony Ha]]></dc:creator>\n\t\t\t\t<category><![CDATA[eCommerce]]></category>\n\t\t<category><![CDATA[Fundings & Exits]]></category>\n\t\t<category><![CDATA[Startups]]></category>\n\t\t<category><![CDATA[forerunner ventures]]></category>\n\t\t<category><![CDATA[Neighborhood Goods]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648686</guid>\n\t\t<description><![CDATA[Neighborhood Goods, a startup rethinking the traditional department store experience, is announcing that it has raised $5.75 million in seed funding. Co-founder and CEO Matt Alexander (who co-founded the company with Mark Masinter) told me via email that while the largely static layout and offerings of a department store provide a degree of &#8220;consistency and [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://neighborhoodgoods.com\">Neighborhood Goods</a>, a startup rethinking the traditional department store experience, is announcing that it has raised $5.75 million in seed funding.</p>\n<p>Co-founder and CEO Matt Alexander (who co-founded the company with Mark Masinter) told me via email that while the largely static layout and offerings of a department store provide a degree of &#8220;consistency and reliability,&#8221; they&#8217;re also &#8220;dull and unchanging,&#8221; as well as &#8220;fairly transactional with little more to provide.&#8221;</p>\n<p>So instead, <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/neighborhood-goods/\" target=\"_blank\" data-type=\"organization\" data-entity=\"neighborhood-goods\">Neighborhood Goods <span class=\"crunchbase-tooltip-indicator\"></span></a> will allow around 15 brands to create their own &#8220;activations,&#8221; each highlighting the aesthetic and products that the brands choose. (<a href=\"https://techcrunch.com/2017/05/24/bulletin-seed-funding/\">Bulletin is another startup looking to bring a pop-up approach to traditional retail</a>.) The store will also have a restaurant and bar, and communal spaces that could be used for things like speaking events or art installations.</p>\n<p>&#8220;At Neighborhood Goods, we’re creating something more social and communal around an ever-changing landscape of products,&#8221; Alexander said, later adding, &#8220;Neighborhood Goods ostensibly takes the polish and approachability of the typical department store, but combines it with the dynamism and community of a pop-up store or pop-up marketplace.&#8221;</p>\n<p>He also said technology will play a big role in the experience — particularly with an iOS app that will allow customers to learn more about the brands, text the staff, have products brought to them and make purchases.</p>\n<p>The funding was led by <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/forerunner-ventures/\" target=\"_blank\" data-type=\"organization\" data-entity=\"forerunner-ventures\">Forerunner Ventures, <span class=\"crunchbase-tooltip-indicator\"></span></a> with participation from Maveron, CAA Ventures, Global Founders Capital, NextGen Venture Partners, Revolution&#8217;s Rise of the Rest Seed Fund, Dollar Shave Club founder Michael Dubin and Retail Connection co-founder Alan P. Shor (who&#8217;s also joining the board of directors).</p>\n<p>“Community and emotional connection are a big part of what drives consumer spending — something Matt and Mark understand wholeheartedly,” said Forerunner&#8217;s Kirsten Green in the funding announcement. “The delicate balance of both experience and discovery is reshaping the retail industry as shoppers crave brands that are unique and worth getting excited over.&#8221;</p>\n<p>Neighborhood Goods plans to open its first location — a 13,000-square-foot store in Plano, Texas — this fall. Asked why he chose Plano, Alexander said:</p>\n<blockquote><p>Specifically, we’re able to tap into an aggressive consumer market, whilst bringing brands closer to exceptional customers. And we’re able to do so without the brands having to invest exorbitant amounts, hiring extensive retail teams, or developing marketing initiatives from the ground-up in new markets &#8230; That’s not to say we won’t look at markets like LA, NY, and SF in future, but, as a launchpad for a new concept, Plano is uniquely good for us today.</p></blockquote>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/neighborhood-goods-seed-funding/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648686</post-id>\t</item>\n\t\t<item>\n\t\t<title>The queer dating app Her expands with curated community spaces</title>\n\t\t<link>https://techcrunch.com/2018/05/31/her-app-queer-women-communities-rebrand/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/her-app-queer-women-communities-rebrand/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 14:00:18 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Taylor Hatmaker]]></dc:creator>\n\t\t\t\t<category><![CDATA[Social]]></category>\n\t\t<category><![CDATA[TC]]></category>\n\t\t<category><![CDATA[Her]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648418</guid>\n\t\t<description><![CDATA[After carving out a niche as the first dating app by and for queer women, Her is broadening its mission. Today, the app formerly known as Dattch is launching a Communities feature — kind of like a set of mini queer subreddits — to let people connect around interests and identity as a group. &#8220;We spent [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>After carving out a niche as the first dating app by and for queer women, <a href=\"https://techcrunch.com/tag/her/\">Her</a> is broadening its mission. Today, the app<a href=\"https://readwrite.com/2014/03/04/dattch-lesbian-gay-women-dating-app/\"> formerly known as Dattch</a> is launching a Communities feature — kind of like a set of mini queer subreddits — to let people connect around interests and identity as a group.</p>\n<p>&#8220;We spent the past three years bringing people together in one on one conversations and introductions — communities is about taking it beyond the one on one,&#8221; <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/dattch/\" target=\"_blank\" data-type=\"organization\" data-entity=\"dattch\">Her <span class=\"crunchbase-tooltip-indicator\"></span></a> founder Robyn Exton told TechCrunch.</p>\n<p>&#8220;We started paying attention to the number of queer spaces that are closing,&#8221; Exton said, noting that women&#8217;s centers, lesbian bars, queer bookshops and other queer IRL spaces are closing in record numbers in recent years. &#8220;We actually think they&#8217;re needed more than ever.&#8221;</p>\n<p>Her&#8217;s new Communities feature aims to create a digital version of those collective queer spaces, letting users connect with interest and identity-based groups, with message boards custom built for Her&#8217;s unique user base. Users can post content in Communities or follow another person&#8217;s feed to stay up to date on what&#8217;s going in the Her universe.</p>\n<p><img class=\"aligncenter wp-image-1648421 size-large\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/her-feed-e1527731616718.png?w=540\" alt=\"\" width=\"540\" height=\"538\" /></p>\n<p>A curated starter pack of Communities launches today, though Exton plans to add more over time with the potential for user-generated Communities and pop-ups around specific events. The first set includes a space for queer women of color, one centered around mindfulness and wellbeing and another for news and entertainment, among others.</p>\n<p>The categories are pretty broad for now, but it sounds like Her plans to adapt Communities to whatever its users end up wanting. That flexibility coupled with Exton&#8217;s commitment to maintaining a space that&#8217;s &#8220;so ragingly queer&#8221; set Her apart from dating apps that generally fumble any dating experience that isn&#8217;t explicitly for straight people or gay men.</p>\n<p>Her also plans to push toward internationalization in 2018 to grow its 3 million registered users. The app is already live in 55 countries and its largest non-English speaking markets are France, Germany, Spain, Italy, Brazil, Mexico, Indonesia and the Philippines. The app will host events tailored toward each of those locales in the coming year.</p>\n<p>Just in time for Pride Month, Her is also launching a rebrand aimed at making the app more inclusive and reflective of what Exton calls &#8220;the future of fluidity that we believe in.&#8221;</p>\n<p>&#8220;Our community and our audience has changed hugely, even in the last three years,&#8221; Exton said. &#8220;We needed to reflect that as a brand.&#8221;</p>\n<p><img class=\"aligncenter wp-image-1648422 size-large\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/her-world-is-yours.png?w=680\" alt=\"\" width=\"680\" height=\"410\" /></p>\n<p>According to Exton, there&#8217;s been a massive spike in Her users under the age of 29 describing their gender as non-binary or their sexuality as pansexual — a shift reflective of language and identity evolution in the queer community at large. The language of the rebrand describes a vision in which &#8220;sexuality and gender are found on a spectrum, where labels remain but are not set in stone.&#8221;</p>\n<p>Exton hopes that Communities will create meaningful spaces in which Her users can gather and explore their own identities as they evolve and change. &#8220;So much queerness that happens inside of Her,&#8221; Exton said. &#8220;People describe it as feeling like you&#8217;re coming home.&#8221;</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/her-app-queer-women-communities-rebrand/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648418</post-id>\t</item>\n\t\t<item>\n\t\t<title>Orange and Google form new partnership to invest in and buy EMEA startups</title>\n\t\t<link>https://techcrunch.com/2018/05/31/orange-google/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/orange-google/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 13:06:13 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Ingrid Lunden]]></dc:creator>\n\t\t\t\t<category><![CDATA[Europe]]></category>\n\t\t<category><![CDATA[TC]]></category>\n\t\t<category><![CDATA[Google]]></category>\n\t\t<category><![CDATA[orange digital ventures]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648642</guid>\n\t\t<description><![CDATA[Google, more recently by way of parent company Alphabet, has been a prolific investor in startups across the globe by way of entities like GV and CapitalG. Today, it announced its newest effort in this area, specifically outside of the US. The search and Android giant is partnering with Orange Digital Ventures, the corporate venture [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"http://google.com\">Google</a>, more recently by way of parent company Alphabet, has been a prolific investor in startups across the globe by way of entities like GV and CapitalG. Today, it announced its newest effort in this area, specifically outside of the US. The search and Android giant is partnering with <a href=\"http://digitalventures.orange.com/\">Orange Digital Ventures</a>, the corporate venture fund of the French carrier <a href=\"http://orange.com\">Orange</a>, on a new effort to find, fund, and potentially acquire startups in the EMEA region, and specifically in the areas of the internet of things, cybersecurity, cloud services, AI, fintech and connectivity solutions.</p>\n<p>The two are not disclosing a specific fund size, nor are they talking about any financial terms in this deal at this point, except to note that the investments could potentially be made at any stage, from seed to growth, depending on the startup in question.</p>\n<p>The two expect the first investments to be announced later this year.</p>\n<p>&#8220;Our goal is to join forces in financing the most promising digital startups,&#8221; said Marc Rennard, the CEO of Orange Digital Ventures (ODV), said in an interview. &#8220;We will then work together to qualify them, and when a common interest is there, we will join forces to invest in them.&#8221;</p>\n<p>To be clear, <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/google/\" target=\"_blank\" data-type=\"organization\" data-entity=\"google\">Google <span class=\"crunchbase-tooltip-indicator\"></span></a> has confirmed to me that this is not an extension of GV or CapitalG but activity out of its corporate development arm, which also makes investments into companies when they are viewed as strategic to Google and a potential route to an acquisition. (One, slightly outsized, example of one these investments in a third party would be <a href=\"https://techcrunch.com/2018/01/29/google-htc/\">Google&#8217;s $1.1 billion deal</a> to buy a part of HTC.)</p>\n<p>&#8220;We are delighted to support Orange&#8217;s ecosystem of start-ups and innovation and to explore alongside them opportunities for co-investment in Europe, Africa and the Middle East (EMEA),&#8221; said Carlo d&#8217;Asaro Biondo, EMEA President of Google Partnerships, in a statement. &#8220;Orange&#8217;s ecosystem is consistent with Google&#8217;s know-how and our ability to accelerate the growth of start-ups. This partnership is a way to enhance our collective contribution to innovation in this region.&#8221;</p>\n<p>Indeed, in a sense, the deal is mutually beneficial for both sides.</p>\n<p>On the part of Google, the company has strong dealflow and outreach particularly among US startups, in keeping with it being based there, and when it comes to GV or CapitalG either in the US, Europe, or elsewhere, the efforts are not intended primarily to be strategic to Google&#8217;s own interests. But when it comes to connecting with startups in EMEA that might be useful companies for Google to work with and potentially acquire to expand its business, it may not be seeing as many of those as it wants to.</p>\n<p>Rennard said that Orange, on the other hand, gets on average around 1,200 startups pitching it for investment each year, and that&#8217;s before you consider startups that might get introduced through other VCs it works with already like Partech.</p>\n<p>The thinking here is that working with Google will help ODV better filter some of those opportunities to make sure that the most interesting startups with the most potential get spotted and backed, and also to help Orange and Google both get in on the best deals in what appears to be a competitive investing environment at the moment.</p>\n<p>&#8220;Have we missed opportunities? Yes. Can we improve? Yes. Could we have invested in an Amazon or Google before they became what they are now? Yes, and maybe we should have,&#8221; said Rennard. He also admitted that Orange has found it a challenge to get in on some of the more obvious and interesting startups in EMEA.</p>\n<p>&#8220;From time to time, it’s difficult to have a place at the table. When a startup decides to call for investors, they might cover all their needs from others, without any possibility of us entering too,&#8221; he said. &#8220;But with Google plus Orange, I think the company will think twice before rejecting us, so it may help us.&#8221;</p>\n<p>There is another reason why it may serve Google well to do more in Europe. The company has been under a lot of scrutiny for its anticompetitive practices in advertising and in its Android mobile operating system. By investing in startups in Europe (and beyond) it&#8217;s one way for Google to position itself as a team player, supporting smaller tech businesses.</p>\n<p>Orange and Google have been working together for some 10 years already in other aspects of their businesses including <a href=\"https://www.orange.com/en/Press-Room/press-releases/press-releases-2016/Orange-and-Google-sign-strategic-partnership-to-increase-access-to-mobile-internet-services-across-Africa-and-Middle-East\">developing and building out connectivity solutions in Africa</a>, which has also extended into developing <a href=\"https://www.zdnet.com/article/orange-ties-up-google-deal-launches-40-android-smartphone-with-free-data/\">cheap handsets</a> together, and this investment plan is an extension of that as well.</p>\n<p>Orange is no stranger to trying to work closer with tech companies to bring some of their ethos, culture, and rapid customer growth to their business &#8212; which, like many large carriers, continues to bring in huge amounts of cash and strong margins, but is often based on legacy services and therefore runs the risk of shrinking, being curtailed by regulators, or simply becoming less appealing to consumers. Previously, the company also <a href=\"https://techcrunch.com/2017/04/24/facebook-launches-telco-infrastructure-accelerator-with-orange/\">partnered with Facebook</a> to develop an infrastructure accelerator, also focused on emerging markets.</p>\n<p>ODV was <a href=\"https://techcrunch.com/2015/01/22/frances-orange-launches-digital-ventures-a-23m-fund-for-early-stage-investments/\">first established back in 2015</a> as a $23 million fund for early stage investments, a way for Orange to gain a better foothold in Silicon Valley, and has since grown to handling just under $500 million in investments across the world. Included in that, the carrier has also partnered with a number of other third parties, <a href=\"https://techcrunch.com/2012/03/20/orange-publicis-funds-first-investment-15m-for-ad-personalization-provider-mythings/\">such as ad giant Publicis</a>, to invest in companies that could potentially serve them to bring more cutting-edge technology into their businesses.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/orange-google/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648642</post-id>\t</item>\n\t\t<item>\n\t\t<title>Ethereum wallet imToken raises $10M Series A from IDG to expand in the U.S., Asia and Africa</title>\n\t\t<link>https://techcrunch.com/2018/05/31/ethereum-wallet-imtoken-raises-10m-series-a-from-idg-to-expand-in-the-u-s-asia-and-africa/</link>\n\t\t<comments>https://techcrunch.com/2018/05/31/ethereum-wallet-imtoken-raises-10m-series-a-from-idg-to-expand-in-the-u-s-asia-and-africa/#respond</comments>\n\t\t<pubDate>Thu, 31 May 2018 13:00:27 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Catherine Shu]]></dc:creator>\n\t\t\t\t<category><![CDATA[TC]]></category>\n\t\t<category><![CDATA[blockchain]]></category>\n\t\t<category><![CDATA[China]]></category>\n\t\t<category><![CDATA[cryptocurrency]]></category>\n\t\t<category><![CDATA[digital wallet]]></category>\n\t\t<category><![CDATA[ethereum]]></category>\n\t\t<category><![CDATA[imToken]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://techcrunch.com/?p=1648465</guid>\n\t\t<description><![CDATA[imToken, which claims to be the world’s largest Ethereum wallet, will focus on expanding in Asia and the United States after raising a $10 million Series A from IDG Capital, it announced today. The capital will also be used to add new features, including support for Bitcoin, EOS and other blockchains. imToken is the latest [&#8230;]]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p><a href=\"https://token.im/\">imToken</a>, which claims to be the world’s largest Ethereum wallet, will focus on expanding in Asia and the United States after raising a $10 million Series A from IDG Capital, it announced today. The capital will also be used to add new features, including support for Bitcoin, EOS and other blockchains.</p>\n<p><a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/imtoken/\" target=\"_blank\" data-type=\"organization\" data-entity=\"imtoken\">imToken <span class=\"crunchbase-tooltip-indicator\"></span></a> is the latest addition to IDG Capital’s cryptocurrency investments, which include Coinbase and Circle. In a press statement, IDG Capital partner Young Guo said “imToken has developed its product into one of the top crypto asset wallets in the world with such a sound reputation. We believe it will become a significant infrastructure for the tokenization manifesto, benefitting both the crypto economy and blockchain technology. We’re excited to back imToken.”</p>\n<p><img class=\"alignright wp-image-1648513\" src=\"https://techcrunch.com/wp-content/uploads/2018/05/screen-shot-2018-05-31-at-2-18-57-pm.png?w=245\" alt=\"\" width=\"350\" height=\"429\" />Founded in 2016 by chief executive officer Ben He and based in Hangzhou, imToken’s core market is currently China. The company supports 30,000 tokens, claims more than 4 million monthly active users and says it handled $35 million in pass-through transactions last year.</p>\n<p>He tells TechCrunch that the company will use its new capital to study local regulations and launch imToken 2.0 international in new markets. It will focus first on Southeast Asia before looking toward other Asian countries, like Korea, Japan and India, where “regulations are maturing quickly and as a result we’re doing our due diligence amid increasing scrutiny from local governments,” He says.</p>\n<p>Then imToken will concentrate on countries in Africa, including Nigeria, where they already have a user base. Its expansion into the U.S. will happen at the same time as the rest of its international roll out.</p>\n<p>In addition to the imToken wallet, the company’s services also include Tokenlon, an in-app decentralized exchange in partnership with Kyber Network and 0x, and DApp store, a marketplace for decentralized mobile apps.</p>\n<p>In its new markets, especially the U.S., imToken will face several established competitors, including digital services MyEtherWallet, Coinbase and Ledger Nano and a host of hardware wallets. He is sanguine about the competition, saying that the goal of all blockchain companies is to move the technology forward and that imToken has built positive relationships with its rivals.</p>\n<p>He adds that imToken’s advantage, however, is “taking a step further than our competitors, as we’re focused on building an ecosystem within imToken for all our users.” The company wants to “move toward a blockchain-agnostic stage,” which means users will be able to store different assets in one imToken wallets. Then it wants to lower the barrier for entry into blockchain tech by making it easier to manage assets across different platforms, including peer-to-peer transactions and merchant payments, with imToken 2.0 International.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://techcrunch.com/2018/05/31/ethereum-wallet-imtoken-raises-10m-series-a-from-idg-to-expand-in-the-u-s-asia-and-africa/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">1648465</post-id>\t</item>\n\t</channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/tejiendoelmundo.wordpress.com",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" xmlns:wfw=\"http://wellformedweb.org/CommentAPI/\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:atom=\"http://www.w3.org/2005/Atom\" xmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\" xmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\" > <channel><title>El pensante</title> <atom:link href=\"https://www.elpensante.com/feed/\" rel=\"self\" type=\"application/rss+xml\" /><link>https://www.elpensante.com</link> <description>Tejiendo el mundo</description> <lastBuildDate>Sat, 30 Jun 2018 22:26:39 +0000</lastBuildDate> <language>es-ES</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>https://wordpress.org/?v=4.9.6</generator> <image> <url>https://www.elpensante.com/wp-content/uploads/2018/06/elpensante.png</url><title>El pensante</title><link>https://www.elpensante.com</link> <width>32</width> <height>32</height> </image> <item><title>El noble Zopyrus, la treta de Darío y la caída de Babilonia</title><link>https://www.elpensante.com/el-noble-zopyrus-la-treta-de-dario-y-la-caida-de-babilonia/</link> <pubDate>Sat, 30 Jun 2018 22:26:39 +0000</pubDate> <dc:creator><![CDATA[El pensante]]></dc:creator> <category><![CDATA[Biografía y personajes de la historia]]></category> <category><![CDATA[Historia]]></category> <category><![CDATA[Aqueménida]]></category> <category><![CDATA[Babilonia]]></category> <category><![CDATA[Ciro]]></category> <category><![CDATA[conquista]]></category> <category><![CDATA[Darío I]]></category> <category><![CDATA[engaño]]></category> <category><![CDATA[Persia]]></category> <category><![CDATA[Zopyrus]]></category> <guid isPermaLink=\"false\">https://www.elpensante.com/?p=257498</guid> <description><![CDATA[Zopyrus sin orejas ni nariz Babilonia Babilonia fue una de las ciudades más importantes del mundo antiguo, e hizo parte de la historia de la Antigua Sumeria que]]></description> </item> <item><title>Descubren una nueva especie en África: el Cocodrilo Naranja Cavernícola</title><link>https://www.elpensante.com/descubren-una-nueva-especie-en-africa-el-cocodrilo-naranja-cavernicola/</link> <pubDate>Sat, 30 Jun 2018 22:20:57 +0000</pubDate> <dc:creator><![CDATA[El pensante]]></dc:creator> <category><![CDATA[Rarezas]]></category> <category><![CDATA[Seres extraños]]></category> <category><![CDATA[Zoología]]></category> <category><![CDATA[Abanda]]></category> <category><![CDATA[cocodrilo]]></category> <category><![CDATA[cocodrilo enano]]></category> <category><![CDATA[cocodrilo naranja cavernícola]]></category> <category><![CDATA[Cuevas]]></category> <category><![CDATA[Gabón]]></category> <guid isPermaLink=\"false\">https://www.elpensante.com/?p=257495</guid> <description><![CDATA[Cocodrilo enano de África Cuando hablamos de cocodrilos, la mayor parte de la gente piensa en monstruos gigantescos capaces de abarcar una res con una mordida y que]]></description> </item> <item><title>A la caza de los invasores: los iguaneros de Puerto Rico</title><link>https://www.elpensante.com/a-la-caza-de-los-invasores-los-iguaneros-de-puerto-rico/</link> <pubDate>Sat, 30 Jun 2018 14:57:23 +0000</pubDate> <dc:creator><![CDATA[El pensante]]></dc:creator> <category><![CDATA[Hechos insólitos]]></category> <category><![CDATA[Sociedad]]></category> <category><![CDATA[Zoología]]></category> <category><![CDATA[carne de iguana]]></category> <category><![CDATA[iguanas]]></category> <category><![CDATA[iguaneros]]></category> <category><![CDATA[plaga]]></category> <category><![CDATA[Puerto Rico]]></category> <guid isPermaLink=\"false\">https://www.elpensante.com/?p=257492</guid> <description><![CDATA[Especies invasoras Hace algunas semanas hablábamos en este portal del Pez León, una especie nativa de Indonesia que llegó al Caribe en los 1990’s y desde entonces ha]]></description> </item> <item><title>Estudios genéticos revelan que algo extraño sucedió con los hombres hace 7.000 años</title><link>https://www.elpensante.com/estudios-geneticos-revelan-que-algo-extrano-sucedio-con-los-hombres-hace-7-000-anos/</link> <pubDate>Sat, 30 Jun 2018 14:41:15 +0000</pubDate> <dc:creator><![CDATA[El pensante]]></dc:creator> <category><![CDATA[Arqueología]]></category> <category><![CDATA[Hechos macabros]]></category> <category><![CDATA[Paleontología y Geología]]></category> <category><![CDATA[agricultura]]></category> <category><![CDATA[clanes]]></category> <category><![CDATA[cromosoma Y]]></category> <category><![CDATA[cuello de botella]]></category> <category><![CDATA[población]]></category> <category><![CDATA[población masculina]]></category> <category><![CDATA[sedentarización]]></category> <guid isPermaLink=\"false\">https://www.elpensante.com/?p=257488</guid> <description><![CDATA[Herencia genética Todos heredamos la mitad de nuestros genes del padre y la otra mitad de la madre. En la mezcla vamos perdiendo la capacidad de detectar la]]></description> </item> <item><title>“Cruzada verde” en Pakistán busca sembrar más de mil millones de árboles</title><link>https://www.elpensante.com/cruzada-verde-en-pakistan-busca-sembrar-mas-de-mil-millones-de-arboles/</link> <pubDate>Fri, 29 Jun 2018 23:11:11 +0000</pubDate> <dc:creator><![CDATA[El pensante]]></dc:creator> <category><![CDATA[Curiosidades]]></category> <category><![CDATA[Sociedad]]></category> <category><![CDATA[oro verde]]></category> <category><![CDATA[pakistan]]></category> <category><![CDATA[reforestación]]></category> <category><![CDATA[tsunami de árboles]]></category> <category><![CDATA[tsunami verde]]></category> <guid isPermaLink=\"false\">https://www.elpensante.com/?p=257485</guid> <description><![CDATA[Desertificación Se conoce como desertificación al proceso en zonas áridas en el que la pérdida de cobertura boscosa lleva a una disminución de la humedad, a un incremento]]></description> </item> <item><title>“Caja de ratas”: el extraño “deporte” de apuestas que se volvió muy popular en Inglaterra en el Siglo XIX</title><link>https://www.elpensante.com/caja-de-ratas-el-extrano-deporte-de-apuestas-que-se-volvio-muy-popular-en-inglaterra-en-el-siglo-xix/</link> <pubDate>Fri, 29 Jun 2018 23:04:25 +0000</pubDate> <dc:creator><![CDATA[El pensante]]></dc:creator> <category><![CDATA[Curiosidades]]></category> <category><![CDATA[Historia]]></category> <category><![CDATA[Rarezas]]></category> <category><![CDATA[apuestas]]></category> <category><![CDATA[caja de ratas]]></category> <category><![CDATA[Deporte]]></category> <category><![CDATA[juego]]></category> <category><![CDATA[muerte de ratas]]></category> <category><![CDATA[rat-baiting]]></category> <guid isPermaLink=\"false\">https://www.elpensante.com/?p=257482</guid> <description><![CDATA[Peleas animales En tiempos antiguos los romanos organizaban en el Coliseo todo tipo de combates, desde aquellos de los gladiadores (sin lugar a dudas, los más famosos) hasta]]></description> </item> <item><title>La Guerra de la Triple Alianza, o de cómo Paraguay casi desaparece de la Historia, parte 2</title><link>https://www.elpensante.com/la-guerra-de-la-triple-alianza-o-de-como-paraguay-casi-desaparece-de-la-historia-parte-2/</link> <pubDate>Fri, 29 Jun 2018 02:29:37 +0000</pubDate> <dc:creator><![CDATA[El pensante]]></dc:creator> <category><![CDATA[Desastres]]></category> <category><![CDATA[Historia]]></category> <category><![CDATA[Personas sorprendentes]]></category> <category><![CDATA[Argentina]]></category> <category><![CDATA[Bartolomé Mitre]]></category> <category><![CDATA[Brasil]]></category> <category><![CDATA[Cerro Corá]]></category> <category><![CDATA[Francisco Solano López]]></category> <category><![CDATA[Humaitá]]></category> <category><![CDATA[Paraguay]]></category> <category><![CDATA[Pedro II]]></category> <category><![CDATA[Pikysyry]]></category> <category><![CDATA[Tuyutí]]></category> <category><![CDATA[Uruguay]]></category> <guid isPermaLink=\"false\">https://www.elpensante.com/?p=257477</guid> <description><![CDATA[Soldado paraguayo llorando la muerte de su hijo. Esta imagen resume muy bien la Guerra de la Triple Alianza Las defensas paraguayas Nos encontramos, entonces, con un Paraguay]]></description> </item> <item><title>Argelia apaga su internet para que estudiantes no hicieran trampa durante una prueba</title><link>https://www.elpensante.com/argelia-apaga-su-internet-para-que-estudiantes-no-hicieran-trampa-durante-una-prueba/</link> <pubDate>Fri, 29 Jun 2018 01:59:43 +0000</pubDate> <dc:creator><![CDATA[El pensante]]></dc:creator> <category><![CDATA[Hechos insólitos]]></category> <category><![CDATA[Sociedad]]></category> <category><![CDATA[Argelia]]></category> <category><![CDATA[clases]]></category> <category><![CDATA[exámenes]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[trampa]]></category> <guid isPermaLink=\"false\">https://www.elpensante.com/?p=257474</guid> <description><![CDATA[Trampa Cualquiera que haya ido a un colegio sabe que la trampa hace parte integral de estos lugares y que si bien hay algunos estudiantes que jamás lo]]></description> </item> <item><title>Multimillonario George Soros asegura que Europa debe invertir en África para salvar su futuro</title><link>https://www.elpensante.com/multimillonario-george-soros-asegura-que-europa-debe-invertir-en-africa-para-salvar-su-futuro/</link> <pubDate>Thu, 28 Jun 2018 02:51:22 +0000</pubDate> <dc:creator><![CDATA[El pensante]]></dc:creator> <category><![CDATA[Sociedad]]></category> <category><![CDATA[africa]]></category> <category><![CDATA[Crisis]]></category> <category><![CDATA[Europa]]></category> <category><![CDATA[eurozona]]></category> <category><![CDATA[Inversión]]></category> <category><![CDATA[refugiados]]></category> <category><![CDATA[Soros]]></category> <guid isPermaLink=\"false\">https://www.elpensante.com/?p=257471</guid> <description><![CDATA[Europa Europa está en crisis. La Unión Europea, por décadas un ejemplo de cooperación entre estados, se encuentra fragmentada. Luego de la derrota en el referéndum de Inglaterra]]></description> </item> <item><title>Mujeres guerreras en la Historia: las Amazonas de Dahomey</title><link>https://www.elpensante.com/mujeres-guerreras-en-la-historia-las-amazonas-de-dahomey/</link> <pubDate>Thu, 28 Jun 2018 02:39:36 +0000</pubDate> <dc:creator><![CDATA[El pensante]]></dc:creator> <category><![CDATA[Historia]]></category> <category><![CDATA[Personas sorprendentes]]></category> <category><![CDATA[Agaja]]></category> <category><![CDATA[Amazonas de Dahomey]]></category> <category><![CDATA[Gbeto]]></category> <category><![CDATA[guerreras]]></category> <category><![CDATA[Houegbadja]]></category> <category><![CDATA[Mino]]></category> <guid isPermaLink=\"false\">https://www.elpensante.com/?p=257468</guid> <description><![CDATA[Mujer y guerra En el imaginario popular, las mujeres suelen hacer muy malos soldados. Por siglos, las diversas sociedades que nos precedieron (y de las cuales tenemos mejor]]></description> </item> </channel> </rss>"
  },
  {
    "path": "api/test/data/feed/thewildeternal.com",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\"\n\txmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n\txmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\n\txmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n\txmlns:atom=\"http://www.w3.org/2005/Atom\"\n\txmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\"\n\txmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n\t>\n\n<channel>\n\t<title>The Wild Eternal Dev Blog</title>\n\t<atom:link href=\"https://www.thewildeternal.com/blog/feed/\" rel=\"self\" type=\"application/rss+xml\" />\n\t<link>https://www.thewildeternal.com/blog</link>\n\t<description></description>\n\t<lastBuildDate>Wed, 31 May 2017 18:48:04 +0000</lastBuildDate>\n\t<language>en-US</language>\n\t<sy:updatePeriod>hourly</sy:updatePeriod>\n\t<sy:updateFrequency>1</sy:updateFrequency>\n\t<generator>https://wordpress.org/?v=4.7.10</generator>\n\t<item>\n\t\t<title>Patch Notes for The Wild Eternal (version 1.1.1a)</title>\n\t\t<link>https://www.thewildeternal.com/blog/2017/05/31/wild-eternal-patch-notes-v-1-1-1a/</link>\n\t\t<pubDate>Wed, 31 May 2017 18:27:36 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Casey Goodrow]]></dc:creator>\n\t\t\t\t<category><![CDATA[patch notes]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.thewildeternal.com/blog/?p=1270</guid>\n\t\t<description><![CDATA[<p>Hey! We just pushed out our first patch for The Wild Eternal! There are some treats for you to discover out in the foggy wilderness which may help clear up some things at the end of the game. In addition, we&#8217;ve made a large number of mostly minor bug fixes and adjustments to improve usability, and have worked &#8230; <a href=\"https://www.thewildeternal.com/blog/2017/05/31/wild-eternal-patch-notes-v-1-1-1a/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Patch Notes for The Wild Eternal (version 1.1.1a)</span> <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2017/05/31/wild-eternal-patch-notes-v-1-1-1a/\">Patch Notes for The Wild Eternal (version 1.1.1a)</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>Hey! We just pushed out our first patch for The Wild Eternal!</p>\n<p>There are some treats for you to discover out in the foggy wilderness which may help clear up some things at the end of the game. In addition, we&#8217;ve made a large number of mostly minor bug fixes and adjustments to improve usability, and have worked to polish some aspects of gameplay, graphics, and the UI.</p>\n<p>We want your experience in The Wild Eternal to be as good and polished as it possibly can be, so if you have any trouble at all with the game, please don’t hesitate to bring those issues to our attention!</p>\n<h2>Version 1.1.1a</h2>\n<h4>Gameplay</h4>\n<ul>\n<li>Befriended rats now have a bit more to offer you.</li>\n<li>Mysterious statues might be more helpful now, instead of just being creepy.</li>\n<li>Pogostags are now considerably less demanding, and hopefully a bit more fun to be around.</li>\n<li>A new type of strange stone statue can be found throughout the world. The big ones appear&#8230;hungry?</li>\n</ul>\n<h4>Graphics</h4>\n<ul>\n<li>Various polish and improvements to characters and lighting.</li>\n<li>Fog effects have been polished and improved.</li>\n</ul>\n<h4>Stability</h4>\n<ul>\n<li>Adjustments were made to make for a more stable experience.</li>\n</ul>\n<h4>Interface</h4>\n<ul>\n<li>Added support for more unconventional resolutions.</li>\n<li>Added ability to disable gamepad input via Options/Controls menu.</li>\n</ul>\n<p>Cheers!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2017/05/31/wild-eternal-patch-notes-v-1-1-1a/\">Patch Notes for The Wild Eternal (version 1.1.1a)</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></content:encoded>\n\t\t\t</item>\n\t\t<item>\n\t\t<title>Post Launch Focus &#038; Cool Fan Stuff</title>\n\t\t<link>https://www.thewildeternal.com/blog/2017/04/17/post-launch-focus-cool-fan-stuff/</link>\n\t\t<pubDate>Tue, 18 Apr 2017 00:17:48 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Casey Goodrow]]></dc:creator>\n\t\t\t\t<category><![CDATA[Uncategorized]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.thewildeternal.com/blog/?p=1259</guid>\n\t\t<description><![CDATA[<p>Hey! So, the game&#8217;s out&#8230;now what? Welp, now we are focusing on the very uncomfortable task of self promotion and marketing! We aren&#8217;t great at this, so if you like the game, please help us get the word out in whatever corner of the web (or reality) that you call home. In addition, we&#8217;ve managed &#8230; <a href=\"https://www.thewildeternal.com/blog/2017/04/17/post-launch-focus-cool-fan-stuff/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Post Launch Focus &#038; Cool Fan Stuff</span> <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2017/04/17/post-launch-focus-cool-fan-stuff/\">Post Launch Focus &#038; Cool Fan Stuff</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>Hey! So, the game&#8217;s out&#8230;now what?</p>\n<p>Welp, now we are focusing on the very uncomfortable task of self promotion and marketing! We aren&#8217;t great at this, so if you like the game, please help us get the word out in whatever corner of the web (or reality) that you call home. In addition, we&#8217;ve managed to get some great <a href=\"http://store.steampowered.com/app/554810/#app_reviews_hash\">user reviews</a> on Steam, but could always use more <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<p>We&#8217;ve also been busy fixing bugs that have been reported in the <a href=\"http://steamcommunity.com/app/554810/discussions/4/\">support forum</a>, and have made some small improvements to the play experience. So expect a small patch in the coming days.</p>\n<h2>Fan Art</h2>\n<p>Catching us completely off-guard this weekend, we received our first fan art. We love fan art, we desire more! Please send some in and we&#8217;ll post it on the blog!</p>\n<p>The first item is a poem! A very kind gentleman named Carson Gardner wrote a wonderful poem about us and our game. Thank you Carson!</p>\n<hr />\n<p><strong>SOMEONE DID</strong><br />\nby Carson Gardner</p>\n<p>Why can’t some Dig. Dev. create<br />\nfun game software unique from the gate?<br />\nWith cool moves and great karma,<br />\nwhere you don’t have to arm a<br />\nstone-cold killer to better your fate?</p>\n<p>Why ain’t there some Steam release<br />\ntrading boredom and terror for peace?<br />\nFreeing each Sam and Sara<br />\nin our ego-damned era<br />\nof gamepads from a sniper’s valise?</p>\n<p>Why won’t some code engineer<br />\nfind the guts to at last pioneer<br />\nwise/kind flora and fauna,<br />\nbetter press for nirvana?<br />\nSomeone did—The Wild Eternal is here!</p>\n<hr />\n<p>And then we have a super nice watercolor of The Lord of Dreams, by <a href=\"https://twitter.com/TheKubliest\">The Kubliest</a>.<br />\n<img class=\"alignnone wp-image-1264 size-medium\" src=\"http://www.thewildeternal.com/blog/wp-content/uploads/2017/04/C9WIHvjVYAMv1-A-225x300.jpg\" alt=\"The Lord of Dreams, by The Kubliest\" width=\"225\" height=\"300\" srcset=\"https://www.thewildeternal.com/blog/wp-content/uploads/2017/04/C9WIHvjVYAMv1-A-225x300.jpg 225w, https://www.thewildeternal.com/blog/wp-content/uploads/2017/04/C9WIHvjVYAMv1-A-488x650.jpg 488w, https://www.thewildeternal.com/blog/wp-content/uploads/2017/04/C9WIHvjVYAMv1-A-768x1024.jpg 768w, https://www.thewildeternal.com/blog/wp-content/uploads/2017/04/C9WIHvjVYAMv1-A.jpg 900w\" sizes=\"(max-width: 225px) 100vw, 225px\" /></p>\n<hr />\n<p>That&#8217;s all for the time being, but we&#8217;ll be sure to post some patch notes and other updates as they come <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<p>Cheers,<br />\nCasey</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2017/04/17/post-launch-focus-cool-fan-stuff/\">Post Launch Focus &#038; Cool Fan Stuff</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></content:encoded>\n\t\t\t</item>\n\t\t<item>\n\t\t<title>The Wild Eternal Is Now Available For Purchase!</title>\n\t\t<link>https://www.thewildeternal.com/blog/2017/04/13/wild-eternal-now-available-purchase/</link>\n\t\t<pubDate>Thu, 13 Apr 2017 16:09:53 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Casey Goodrow]]></dc:creator>\n\t\t\t\t<category><![CDATA[Uncategorized]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.thewildeternal.com/blog/?p=1253</guid>\n\t\t<description><![CDATA[<p>Yahoo! We pushed a button and the game is now available for Windows PCs on Steam! There&#8217;s a launch discount of 25% which lasts through the weekend, so pick up your copy now for $14.99! In addition, we&#8217;ve released a launch trailer by the fabulous Derek Lieu, we hope you like it as much as we &#8230; <a href=\"https://www.thewildeternal.com/blog/2017/04/13/wild-eternal-now-available-purchase/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">The Wild Eternal Is Now Available For Purchase!</span> <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2017/04/13/wild-eternal-now-available-purchase/\">The Wild Eternal Is Now Available For Purchase!</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>Yahoo! We pushed a button and the game is now available for Windows PCs on Steam! <strong>There&#8217;s a launch discount of 25% which lasts through the weekend, so <a href=\"http://store.steampowered.com/app/554810/\">pick up your copy now for $14.99</a>!</strong></p>\n<p>In addition, we&#8217;ve released a launch trailer by the fabulous Derek Lieu, we hope you like it as much as we do <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<p><iframe width=\"474\" height=\"267\" src=\"https://www.youtube.com/embed/tGUyPIM6K08?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe></p>\n<p>It&#8217;s been a long road up to this point, we hope folks enjoy wandering the foggy wilderness with Ananta and Dhyo.</p>\n<p>Cheers &lt;3</p>\n<p>Casey &amp; Scott</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2017/04/13/wild-eternal-now-available-purchase/\">The Wild Eternal Is Now Available For Purchase!</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></content:encoded>\n\t\t\t</item>\n\t\t<item>\n\t\t<title>What is The Wild Eternal?</title>\n\t\t<link>https://www.thewildeternal.com/blog/2017/04/10/what-is-the-wild-eternal/</link>\n\t\t<pubDate>Mon, 10 Apr 2017 17:56:35 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Scott Goodrow]]></dc:creator>\n\t\t\t\t<category><![CDATA[Blog]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.thewildeternal.com/blog/?p=1234</guid>\n\t\t<description><![CDATA[<p>The Wild Eternal is a story-driven, first-person exploration game with light platforming, maze-solving and progression elements. Players are challenged to find their way through the foggy wilderness, or get lost trying. It is the early 1600&#8217;s. You are an old woman named Ananta who has fled a life of suffering in search for lasting peace in the &#8230; <a href=\"https://www.thewildeternal.com/blog/2017/04/10/what-is-the-wild-eternal/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">What is The Wild Eternal?</span> <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2017/04/10/what-is-the-wild-eternal/\">What is The Wild Eternal?</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p class=\"post-title\">The Wild Eternal is a story-driven, first-person exploration game with light platforming, maze-solving and progression elements. Players are challenged to find their way through the foggy wilderness, or get lost trying.</p>\n<p class=\"post-title\"><div class='gfyitem' data_title=false data_autoplay=false data_controls=false data_expand=false data_id=MerrySnappyBarnacle ></div>It is the early 1600&#8217;s.</p>\n<p class=\"post-title\">You are an old woman named Ananta who has fled a life of suffering in search for lasting peace in the Himalayan wild. After a traumatic life, you long to escape the cycle of reincarnation so that you may finally rest.</p>\n<p class=\"post-title\"><div class='gfyitem' data_title=false data_autoplay=false data_controls=false data_expand=false data_id=BigheartedFittingCottontail ></div>Your defiance of reincarnation has landed you in a lush, deserted wilderness covered in fog. A fox-shaped demigod agrees to help you escape your fate, but only if you’ll help him in return.</p>\n<p class=\"post-title\"><div class='gfyitem' data_title=false data_autoplay=false data_controls=false data_expand=false data_id=ThankfulSelfreliantBurro ></div>To escape the cycle of reincarnation, the fox asks you to collect crystalline keys from each of the landmarks that poke up above the fog. These keys unlock sealed doors to other forests where you&#8217;ll (supposedly) find what you&#8217;re looking for.</p>\n<p class=\"post-title\"><div class='gfyitem' data_title=false data_autoplay=false data_controls=false data_expand=false data_id=WiltedAccomplishedAnhinga ></div>Beneath the fog, the wilderness is an overgrown labyrinth. Every forked path is a challenge to remember where you&#8217;ve been and where you&#8217;re going. Obstacles and critters will often block your way, forcing you to confront them or choose another path.</p>\n<p class=\"post-title\"><div class='gfyitem' data_title=false data_autoplay=false data_controls=false data_expand=false data_id=AggressiveInsidiousArchaeopteryx ></div>Additionally, the forests are also filled with content designed to distract you and get you lost. Ancient artifacts and hidden shrines have a particularly alluring pull.</p>\n<p class=\"post-title\"><div class='gfyitem' data_title=false data_autoplay=false data_controls=false data_expand=false data_id=PassionateBlondGoldeneye ></div>Offering these artifacts as tribute will bestow you with a powerful blessing. Each shrine will reveal one or two unique blessings, and each blessing is transformative in its own right. For instance, a frail old woman is no mountaineer, right?</p>\n<p class=\"post-title\"><div class='gfyitem' data_title=false data_autoplay=false data_controls=false data_expand=false data_id=AthleticOccasionalEmperorpenguin ></div>Wrong! With the &#8220;Descender&#8221; blessing, you can slide safely down even the steepest of cliffs. There are over 20 unique blessings to discover, as well as a bunch of critters to meet, tools to augment, an intricate story to unravel, a relaxing soundtrack to carry you through colorful atmospheric landscapes, and much more!</p>\n<p class=\"post-title\"><div class='gfyitem' data_title=false data_autoplay=false data_controls=false data_expand=false data_id=AdmirableSecretHarlequinbug ></div>You can buy The Wild Eternal on <a href=\"http://store.steampowered.com/app/554810\">Steam </a>for $14.99 with the 25% early-adopter discount on April 13th. Happy hiking and we&#8217;ll see you on the trails!</p>\n<p class=\"post-title\"><img class=\"post-image-placeholder\" title=\"\" src=\"https://i.imgur.com/ULOoxuj.png\" alt=\"\" /></p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2017/04/10/what-is-the-wild-eternal/\">What is The Wild Eternal?</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></content:encoded>\n\t\t\t</item>\n\t\t<item>\n\t\t<title>Save the Date</title>\n\t\t<link>https://www.thewildeternal.com/blog/2017/03/22/save-the-date/</link>\n\t\t<pubDate>Thu, 23 Mar 2017 01:27:30 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Casey Goodrow]]></dc:creator>\n\t\t\t\t<category><![CDATA[Devlog]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.thewildeternal.com/blog/?p=1207</guid>\n\t\t<description><![CDATA[<p>We have a release date! It&#8217;s true! I&#8217;m not stressed out by that AT ALL. JK I am stressed, but I&#8217;m also relieved, and proud! The Wild Eternal arrives on Windows PC (via Steam and Humble Store) on April 13, 2017. That&#8217;s like,  soon! For those of you in the back, I repeat, louder: The &#8230; <a href=\"https://www.thewildeternal.com/blog/2017/03/22/save-the-date/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Save the Date</span> <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2017/03/22/save-the-date/\">Save the Date</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>We have a release date!</p>\n<p>It&#8217;s true! I&#8217;m not stressed out by that AT ALL. JK I am stressed, but I&#8217;m also relieved, and proud!</p>\n<p>The Wild Eternal arrives on Windows PC (via Steam and Humble Store) on <strong>April 13, 2017</strong>. That&#8217;s like,  soon! For those of you in the back, I repeat, louder:</p>\n<h2>The Wild Eternal<br />\nApril 13, 2017 on Windows PC</h2>\n<p><iframe width=\"474\" height=\"267\" src=\"https://www.youtube.com/embed/dIU0s4euaX8?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe></p>\n<p>Along with the release date announcement, we are sharing an environmental teaser from the first level. It&#8217;s always been very important to us that each level has a unique emotional tone and theme, which we primarily convey through the use of color, environmental design, and audio design. The first level&#8217;s theme is Mystery, let us know if you think the teaser hits the mark!</p>\n<h3>Pre-Orders</h3>\n<p>The game is now available for pre-order on the website for a discounted $14.99, this discount will last only through launch weekend as a thanks to our supporters.</p>\n<p>If you aren&#8217;t fully committed yet, you can always <a href=\"http://store.steampowered.com/app/554810\">wishlist the game on steam</a> and decide later!</p>\n<p>Cheers,</p>\n<p>Casey</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2017/03/22/save-the-date/\">Save the Date</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></content:encoded>\n\t\t\t</item>\n\t\t<item>\n\t\t<title>Devlog: Better Color Lerping in Shaders</title>\n\t\t<link>https://www.thewildeternal.com/blog/2016/11/04/devlog-better-color-lerping-shaders/</link>\n\t\t<pubDate>Fri, 04 Nov 2016 17:39:42 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Scott Goodrow]]></dc:creator>\n\t\t\t\t<category><![CDATA[Devlog]]></category>\n\t\t<category><![CDATA[shaders]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.thewildeternal.com/blog/?p=1049</guid>\n\t\t<description><![CDATA[<p>After reading a few articles about color interpolation, I whipped up a  quick CG solution for lerping colors through the HSV color model. You can read about this in this excellent series by Alan Zucconi. Happy shadering! The Secrets of Colour Interpolation Code Snippet float3 HueToRGB(float hue) { float h = hue * 6; return &#8230; <a href=\"https://www.thewildeternal.com/blog/2016/11/04/devlog-better-color-lerping-shaders/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Devlog: Better Color Lerping in Shaders</span> <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2016/11/04/devlog-better-color-lerping-shaders/\">Devlog: Better Color Lerping in Shaders</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>After reading a few articles about color interpolation, I whipped up a  quick CG solution for lerping colors through the HSV color model.</p>\n<p>You can read about this in this excellent series by Alan Zucconi. Happy shadering!</p>\n<blockquote data-secret=\"0lyMvRzUeJ\" class=\"wp-embedded-content\"><p><a href=\"http://www.alanzucconi.com/2016/01/06/colour-interpolation/\">The Secrets of Colour Interpolation</a></p></blockquote>\n<p><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"http://www.alanzucconi.com/2016/01/06/colour-interpolation/embed/#?secret=0lyMvRzUeJ\" data-secret=\"0lyMvRzUeJ\" width=\"474\" height=\"267\" title=\"&#8220;The Secrets of Colour Interpolation&#8221; &#8212; Alan Zucconi\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe></p>\n<h2>Code Snippet</h2>\n<pre class=\"wp-code-highlight prettyprint\">float3 HueToRGB(float hue)\r\n{\r\n float h = hue * 6;\r\n\r\n return saturate(float3(abs(h - 3) - 1, 2 - abs(h - 2), 2 - abs(h - 4)));\r\n}\r\n\r\nfloat3 HSVToRGB(float3 hsv)\r\n{\r\n float3 rgb = HueToRGB(hsv.x);\r\n float3 vc = ((rgb - 1) * hsv.y + 1) * hsv.z;\r\n\r\n return vc;\r\n}\r\n\r\nfloat3 RGBToHCV(float3 rgb)\r\n{\r\n float4 p = (rgb.g &amp;lt; rgb.b) ? float4(rgb.b, rgb.g, -1, 2f / 3f) : float4(rgb.g, rgb.b, 0, -1f / 3f);\r\n float4 q = (rgb.r &amp;lt; p.x) ? float4(p.x, p.y, p.w, rgb.r) : float4(rgb.r, p.y, p.z, p.x);\r\n float c = q.x - min(q.w, q.y);\r\n float h = abs((q.w - q.y) / (6 * c + 1.0e-10f) + q.z);\r\n\r\n return float3(h, c, q.x);\r\n}\r\n\r\nfloat3 RGBToHSV(float3 rgb)\r\n{\r\n float3 hcv = RGBToHCV(rgb);\r\n float s = hcv.y / (hcv.z + 1.0e-10f);\r\n\r\n return float3(hcv.x, s, hcv.z);\r\n}\r\n\r\nfloat3 LerpThroughHSV(float3 rgb1, float3 rgb2, float t)\r\n{\r\n float3 hsv1 = RGBToHSV(rgb1);\r\n float3 hsv2 = RGBToHSV(rgb2);\r\n\r\n float3 hsv = lerp(hsv1, hsv2, t);\r\n\r\n return HSVToRGB(hsv);\r\n}</pre>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2016/11/04/devlog-better-color-lerping-shaders/\">Devlog: Better Color Lerping in Shaders</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></content:encoded>\n\t\t\t</item>\n\t\t<item>\n\t\t<title>Status Update: We are Alive!</title>\n\t\t<link>https://www.thewildeternal.com/blog/2016/09/01/status-update-september/</link>\n\t\t<pubDate>Thu, 01 Sep 2016 20:18:33 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Casey Goodrow]]></dc:creator>\n\t\t\t\t<category><![CDATA[Uncategorized]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.thewildeternal.com/blog/?p=1012</guid>\n\t\t<description><![CDATA[<p>Hey there! Yow! It&#8217;s been a while huh? The blog&#8217;s grown a bit dormant, but we&#8217;ve been pretty active on twitter sharing little updates and gameplay videos etc! Hopefully if you are interested in the game you&#8217;ve been seeing our progress posted at @TheWildEternal. Soooo, what&#8217;s new? Website Update You may have noticed we have a new website, sans &#8230; <a href=\"https://www.thewildeternal.com/blog/2016/09/01/status-update-september/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Status Update: We are Alive!</span> <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2016/09/01/status-update-september/\">Status Update: We are Alive!</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>Hey there!</p>\n<p>Yow!</p>\n<p>It&#8217;s been a while huh? The blog&#8217;s grown a bit dormant, but we&#8217;ve been pretty active on twitter sharing little updates and gameplay videos etc! Hopefully if you are interested in the game you&#8217;ve been seeing our progress posted at <a href=\"https://twitter.com/TheWildEternal\">@TheWildEternal</a>.</p>\n<p>Soooo, what&#8217;s new?</p>\n<figure id=\"attachment_1013\" style=\"width: 474px\" class=\"wp-caption aligncenter\"><a href=\"http://www.thewildeternal.com/blog/wp-content/uploads/2016/09/The_Wild_Eternal_Screenshot_160901-1.png\"><img class=\"wp-image-1013 size-large\" src=\"http://www.thewildeternal.com/blog/wp-content/uploads/2016/09/The_Wild_Eternal_Screenshot_160901-1-1024x576.png\" alt=\"The Wild Eternal\" width=\"474\" height=\"267\" srcset=\"https://www.thewildeternal.com/blog/wp-content/uploads/2016/09/The_Wild_Eternal_Screenshot_160901-1-1024x576.png 1024w, https://www.thewildeternal.com/blog/wp-content/uploads/2016/09/The_Wild_Eternal_Screenshot_160901-1-650x366.png 650w, https://www.thewildeternal.com/blog/wp-content/uploads/2016/09/The_Wild_Eternal_Screenshot_160901-1-300x169.png 300w, https://www.thewildeternal.com/blog/wp-content/uploads/2016/09/The_Wild_Eternal_Screenshot_160901-1-768x432.png 768w\" sizes=\"(max-width: 474px) 100vw, 474px\" /></a><figcaption class=\"wp-caption-text\">This isn&#8217;t really new, but look at that cute little rat in front of the waystone!</figcaption></figure>\n<h2><strong>Website Update</strong></h2>\n<p>You may have noticed we have a new website, sans trailer (Casey made the website, is still working on the trailer, is currently writing this blog post). We feel pretty okay about it.</p>\n<h2>Bit Bash</h2>\n<p>We showed the game at Bit Bash in Chicago a couple of weeks ago, which was fantastic and lovely! We got to watch a bunch of people play The Wild Eternal in an environment that isn&#8217;t super conducive to our type of game. Festivals tend to be high energy, and high energy party/multiplayer games tend to be the best fit for that environment.</p>\n<p>We actually went into Bit Bash fully aware of this. Scott threw together a festival-focused demo which we hoped would get players quickly into a few different areas with some blessings and a goal. It was okay. We were able to get players into the game relatively quickly but they didn&#8217;t necessarily have enough context to really understand their motivations or care about what they were doing. Folks still seemed to enjoy it though, so it was all good. We also played some great games and met some fantastic people while we were there! If you are in the Chicago area, I recommend going to any future Bashes they put on.</p>\n<h2>Recent Press</h2>\n<ul>\n<li><a href=\"http://www.onlysp.com/wild-eternal-interview/\">Get Lost and Discover Your Own Stories in The Weird World of ‘The Wild Eternal’ </a>&#8211; Only SP interview</li>\n<li><a href=\"https://killscreen.com/articles/the-wild-eternal/\">The Wild Eternal wants to explore what it means to be lost</a> &#8211; Kill Screen preview</li>\n</ul>\n<p>That&#8217;s all for now, we&#8217;re going to talk about the game on the blog again very soon, so please stick around for more updates. Also, please feel free to talk about the game while out in the world with your friends! We need some help with word of mouth, pretty please <img src=\"https://s.w.org/images/core/emoji/2.2.1/72x72/1f600.png\" alt=\"😀\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<p>Cheers,</p>\n<p>Casey</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2016/09/01/status-update-september/\">Status Update: We are Alive!</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></content:encoded>\n\t\t\t</item>\n\t\t<item>\n\t\t<title>Devlog: Reorder Unity Components Automatically</title>\n\t\t<link>https://www.thewildeternal.com/blog/2015/08/31/devlog-force-component-order/</link>\n\t\t<comments>https://www.thewildeternal.com/blog/2015/08/31/devlog-force-component-order/#comments</comments>\n\t\t<pubDate>Mon, 31 Aug 2015 21:00:15 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Scott Goodrow]]></dc:creator>\n\t\t\t\t<category><![CDATA[Devlog]]></category>\n\t\t<category><![CDATA[unity3d]]></category>\n\t\t<category><![CDATA[utility]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.thewildeternal.com/?p=981</guid>\n\t\t<description><![CDATA[<p>Here&#8217;s a little editor script that reorders components on GameObjects to be in a fixed order (scripts use alphabetical base class before MonoBehaviour). I have only tested this on Unity 4.6.  If you are running another version, please verify that the script works in the comment section. Note that I have opted to skip all camera-bearing &#8230; <a href=\"https://www.thewildeternal.com/blog/2015/08/31/devlog-force-component-order/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Devlog: Reorder Unity Components Automatically</span> <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2015/08/31/devlog-force-component-order/\">Devlog: Reorder Unity Components Automatically</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>Here&#8217;s a little editor script that reorders components on GameObjects to be in a fixed order (scripts use alphabetical base class before MonoBehaviour).</p>\n<p><span id=\"more-981\"></span></p>\n<p>I have only tested this on Unity 4.6.  If you are running another version, please verify that the script works in the comment section.</p>\n<p>Note that I have opted to skip all camera-bearing GameObjects as they can posses MonoBehaviours that call OnRenderImage, which is an order-dependent method.</p>\n<h2>Performance</h2>\n<p>To minimize any performance costs of polling, I decided that reordering need only take place when a new GameObject is selected. Adding new components, removing components, or moving components, will not immediately be reordered; you&#8217;ll have to change selection targets.</p>\n<h2>Support</h2>\n<p>Not all component types are supported by default, as there are simply too many across the various versions of Unity, not to mention any that you might have created yourself. But unknown types will elicit a Debug Warning to remind you to add them in.</p>\n<h2>Order</h2>\n<p>Order is handled by specifying the priority (integer) value for each component type. Ties are then handled alphabetically according to the type name. Here&#8217;s what the order method looks like. You&#8217;ll want to add support for your own (Component) types here:</p>\n<pre class=\"wp-code-highlight prettyprint\">  private static int? GetOrder(Component component)\r\n {\r\n // physics\r\n if (component is Collider) return 100;\r\n if (component is Rigidbody) return 101;\r\n if (component is Joint) return 102;\r\n\r\n // renderers\r\n if (component is MeshFilter) return 200;\r\n if (component is Projector) return 201;\r\n if (component is Renderer) return 202;\r\n if (component is Animation) return 203;\r\n\r\n // lights\r\n if (component is Light) return 300;\r\n\r\n // nav mesh\r\n if (component is NavMeshAgent) return 400;\r\n if (component is NavMeshObstacle) return 401;\r\n\r\n // particles\r\n if (component is ParticleSystem) return 500;\r\n\r\n // environment\r\n if (component is Tree) return 600;\r\n\r\n // scripts\r\n if (component is MonoBehaviour)\r\n {\r\n int order = 1000;\r\n\r\n // custom script ordering goes here\r\n // if (component is SpeciallyOrderedMonoBehaviourSubclass) order += 1;\r\n\r\n return order;\r\n }\r\n\r\n // warning\r\n Debug.LogWarning(&quot;Force Component Order: &quot; + component.GetType().Name + &quot; component is not supported.&quot;);\r\n return null;\r\n }</pre>\n<h2>Downloads</h2>\n<ul>\n<li><a href=\"http://www.thewildeternal.com/blog/wp-content/uploads/2015/08/ForceComponentOrder.zip\">ForceComponentOrder.zip</a></li>\n</ul>\n<h2>Update!</h2>\n<p>The above code works, but for complex scenes will cause the editor to hitch when selecting or de-selecting prefab instances that have colliders and several copies in the scene. I&#8217;ve made some minor changes to the script that push it into the Transform component&#8217;s context menu rather than executing all the time. You can find my updated source here: http://pastebin.com/37fDAnh4</p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2015/08/31/devlog-force-component-order/\">Devlog: Reorder Unity Components Automatically</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.thewildeternal.com/blog/2015/08/31/devlog-force-component-order/feed/</wfw:commentRss>\n\t\t<slash:comments>1</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Devlog: Immutable Inspector Fields</title>\n\t\t<link>https://www.thewildeternal.com/blog/2014/10/16/devlog-immutable-inspector-fields/</link>\n\t\t<comments>https://www.thewildeternal.com/blog/2014/10/16/devlog-immutable-inspector-fields/#comments</comments>\n\t\t<pubDate>Thu, 16 Oct 2014 21:59:21 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Scott Goodrow]]></dc:creator>\n\t\t\t\t<category><![CDATA[Devlog]]></category>\n\t\t<category><![CDATA[unity3d]]></category>\n\t\t<category><![CDATA[utility]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.thewildeternal.com/?p=643</guid>\n\t\t<description><![CDATA[<p>Inspired by a question posted on Reddit (Read Only Parameter with SerializeField), I realized that I don&#8217;t have a way of communicating to other developers on my team which fields are not designed to be modified while playing in the editor! So I decided to solve this problem by adding a new attribute [Immutable] which disables &#8230; <a href=\"https://www.thewildeternal.com/blog/2014/10/16/devlog-immutable-inspector-fields/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Devlog: Immutable Inspector Fields</span> <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2014/10/16/devlog-immutable-inspector-fields/\">Devlog: Immutable Inspector Fields</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>Inspired by a question posted on Reddit (<a title=\"Read Only Parameter with SerializeField\" href=\"http://www.reddit.com/r/Unity3D/comments/2iymrg/read_only_parameter_with_serializefield_and/\" target=\"_blank\">Read Only Parameter with SerializeField</a>), I realized that I don&#8217;t have a way of communicating to other developers on my team which fields are not designed to be modified while playing in the editor! So I decided to solve this problem by adding a new attribute [Immutable] which disables fields in the inspector.</p>\n<p><span id=\"more-643\"></span></p>\n<p>The attribute has two usage patterns: [Immutable], which causes the field to become greyed-out (disabled) when the editor is running, and [Immutable(false)], which causes the field to be greyed-out always (the optional parameter is called isEditable). The attribute is very simple, but useful. Use it well! You might also find this a nice way to learn the syntax for writing your own attributes and property drawers if you haven&#8217;t explored that yet.</p>\n<h2>Example</h2>\n<pre class=\"wp-code-highlight prettyprint\">[SerializeField] [Immutable] private int _inventorySize = 10;\r\n[SerializeField] [Immutable(false)] private int _inventorySearchCount = 3;</pre>\n<p>This first example is indicative of a system which initializes the inventory system when Awake is called (instantiating enough slots, etc). We don&#8217;t want anyone changing this at runtime from inside the editor.</p>\n<p>The second is something I wanted to be able to do to protect myself from forgetting how something works without exposing the system to additional dangers. Imagine a search feature that looks through the inventory in some potentially CPU-heavy way. I want to limit how many times this code executes before giving up, but I don&#8217;t want to hard-code the number and forget it exists, or have to open the code to find out. Still, I don&#8217;t want anyone to change it without know exactly what they&#8217;re doing. This forces future-me to go into the code to change the value, but I won&#8217;t forget it exists.</p>\n<figure id=\"attachment_644\" style=\"width: 300px\" class=\"wp-caption aligncenter\"><a href=\"http://www.thewildeternal.com/wp-content/uploads/2014/10/immutable_example_not_playing.png\"><img class=\"wp-image-644 size-medium\" src=\"http://www.thewildeternal.com/wp-content/uploads/2014/10/immutable_example_not_playing-300x207.png\" alt=\"Application is not playing.\" width=\"300\" height=\"207\" srcset=\"https://www.thewildeternal.com/blog/wp-content/uploads/2014/10/immutable_example_not_playing-300x207.png 300w, https://www.thewildeternal.com/blog/wp-content/uploads/2014/10/immutable_example_not_playing-650x449.png 650w, https://www.thewildeternal.com/blog/wp-content/uploads/2014/10/immutable_example_not_playing.png 912w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a><figcaption class=\"wp-caption-text\">Application is not playing.</figcaption></figure>\n<figure id=\"attachment_645\" style=\"width: 300px\" class=\"wp-caption aligncenter\"><img class=\"wp-image-645 size-medium\" src=\"http://www.thewildeternal.com/wp-content/uploads/2014/10/immutable_example_playing-300x207.png\" alt=\"Application is playing.\" width=\"300\" height=\"207\" srcset=\"https://www.thewildeternal.com/blog/wp-content/uploads/2014/10/immutable_example_playing-300x207.png 300w, https://www.thewildeternal.com/blog/wp-content/uploads/2014/10/immutable_example_playing-650x449.png 650w, https://www.thewildeternal.com/blog/wp-content/uploads/2014/10/immutable_example_playing.png 912w\" sizes=\"(max-width: 300px) 100vw, 300px\" /><figcaption class=\"wp-caption-text\">Application is playing.</figcaption></figure>\n<h2>Downloads</h2>\n<ul>\n<li><a href=\"http://www.thewildeternal.com/wp-content/uploads/2014/10/ImmutableField.zip\">ImmutableField.zip</a></li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2014/10/16/devlog-immutable-inspector-fields/\">Devlog: Immutable Inspector Fields</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.thewildeternal.com/blog/2014/10/16/devlog-immutable-inspector-fields/feed/</wfw:commentRss>\n\t\t<slash:comments>7</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Devlog: Borderless Windowed Mode</title>\n\t\t<link>https://www.thewildeternal.com/blog/2014/09/21/devlog-resolution-controller/</link>\n\t\t<comments>https://www.thewildeternal.com/blog/2014/09/21/devlog-resolution-controller/#comments</comments>\n\t\t<pubDate>Mon, 22 Sep 2014 05:37:46 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Scott Goodrow]]></dc:creator>\n\t\t\t\t<category><![CDATA[Devlog]]></category>\n\t\t<category><![CDATA[borderless window]]></category>\n\t\t<category><![CDATA[resolution]]></category>\n\t\t<category><![CDATA[unity3d]]></category>\n\t\t<category><![CDATA[utility]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://www.thewildeternal.com/?p=616</guid>\n\t\t<description><![CDATA[<p>Sometime last week I took on the task of figuring out how to get the Unity3D Windows Standalone Player to play The Wild Eternal in a fullscreen borderless window. The only solution I could find was one that required adding a command line argument to the executable. Not exactly user-friendly&#8230; Below is my solution to this &#8230; <a href=\"https://www.thewildeternal.com/blog/2014/09/21/devlog-resolution-controller/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Devlog: Borderless Windowed Mode</span> <span class=\"meta-nav\">&#8594;</span></a></p>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2014/09/21/devlog-resolution-controller/\">Devlog: Borderless Windowed Mode</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>Sometime last week I took on the task of figuring out how to get the Unity3D Windows Standalone Player to play <em>The Wild Eternal</em> in a fullscreen borderless window. The only solution I could find was one that required adding a command line argument to the executable. Not exactly user-friendly&#8230;</p>\n<p><span id=\"more-616\"></span></p>\n<p>Below is my solution to this problem, which began as a simple fullscreen borderless window toggle but became a general purpose resolution controller. The system remains fairly simple, but it can toggle display modes, resolutions and control the position of the window carefully (even when borderless). It will also guess at the best display settings for a user, and save most of their settings (though you will likely wish to integrate into your own save system).</p>\n<figure id=\"attachment_622\" style=\"width: 810px\" class=\"wp-caption aligncenter\"><a href=\"http://www.thewildeternal.com/wp-content/uploads/2014/09/ResolutionControllerDemo.png\"><img class=\"wp-image-622 size-full\" src=\"http://www.thewildeternal.com/wp-content/uploads/2014/09/ResolutionControllerDemo.png\" alt=\"Resolution Controller Demo\" width=\"810\" height=\"632\" srcset=\"https://www.thewildeternal.com/blog/wp-content/uploads/2014/09/ResolutionControllerDemo.png 810w, https://www.thewildeternal.com/blog/wp-content/uploads/2014/09/ResolutionControllerDemo-650x507.png 650w, https://www.thewildeternal.com/blog/wp-content/uploads/2014/09/ResolutionControllerDemo-300x234.png 300w\" sizes=\"(max-width: 810px) 100vw, 810px\" /></a><figcaption class=\"wp-caption-text\">The test build. I expect others will use their own GUI, but this example provides a useful reference for interfacing with the ResolutionController.</figcaption></figure>\n<h2>How It Works</h2>\n<p>I found that I needed to use the windows API (user32.dll) to do this, and unfortunately ran into a few problems. I resolved them, but the resolution required deviating from some statements in the windows API&#8217;s documentation (scary!)! Thanks to a handful of volunteers, I have tested this algorithm on ~30 unique Windows machines spanning 32-bit and 64-bit Windows 7, and Windows 8. Of the 30-some tests, 100% had identical results. Comforting. The details of what is scary is outlined very carefully in the code in the <strong>WindowsHandler.TrySetDisplay</strong> method.</p>\n<h2>Requirements</h2>\n<p>This is repeated at the header of the ResolutionController.cs script in the shared code, so don&#8217;t feel a need to commit it to memory immediately.</p>\n<p>For exclusive fullscreen mode, DirectX 9 games must put their Project&#8217;s <em>D3D9 Fullscreen Mode</em> in <em>ExclusiveMode</em>, not <em>FullscreenWindow</em>. DirectX 11 games cannot access exclusive fullscreen mode at all due to how it is implemented in Unity. This is likely not a problem as exclusive mode is only necessary for small GPU-related performance considerations, which most DirectX 11 games probably view as negligible. For those who don&#8217;t know, as I didn&#8217;t, exclusive mode is a mode where the rest of the windows explorer is not rendered (on that display), which can reduce GPU and CPU loads.</p>\n<p>I am more than happy to answer any questions in the comments section below. Please let me know of any unexpected behavior or bugs.</p>\n<h2>Downloads</h2>\n<ul>\n<li><a title=\"Download ResolutionControllerProject.zip (example project)\" href=\"http://www.thewildeternal.com/blog/wp-content/uploads/2014/09/ResolutionControllerProject.zip\">ResolutionControllerProject.zip</a>.</li>\n<li><a title=\"Download ResolutionController_Win32.zip (test build)\" href=\"http://www.thewildeternal.com/blog/wp-content/uploads/2014/09/ResolutionController_Win32.zip\">ResolutionController_Win32.zip</a></li>\n<li><a title=\"Download ResolutionController_Win64.zip (test build)\" href=\"http://www.thewildeternal.com/blog/wp-content/uploads/2014/09/ResolutionController_Win64.zip\">ResolutionController_Win64.zip</a></li>\n</ul>\n<p>The post <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog/2014/09/21/devlog-resolution-controller/\">Devlog: Borderless Windowed Mode</a> appeared first on <a rel=\"nofollow\" href=\"https://www.thewildeternal.com/blog\">The Wild Eternal Dev Blog</a>.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.thewildeternal.com/blog/2014/09/21/devlog-resolution-controller/feed/</wfw:commentRss>\n\t\t<slash:comments>10</slash:comments>\n\t\t</item>\n\t</channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/tmz",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<rss version=\"2.0\" xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:media=\"http://search.yahoo.com/mrss/\">\n<channel>\n<title>TMZ.com</title>\n<link>http://www.tmz.com</link>\n<description>Celebrity Gossip and Entertainment News, Covering Celebrity News and Hollywood Rumors. Get All The Latest Gossip at TMZ - Thirty Mile Zone.</description>\n<image>\n\t<title>TMZ.com</title>\n\t<width>144</width>\n\t<height>40</height>\n\t<link>http://www.tmz.com</link>\n\t<url>https://assets.tmz.com/www.tmz.com/main/default/cache/images/feedlogo2.v2014_05_09_134122.gif</url>\n</image>\n<language>en-us</language>\n<copyright>Copyright 2018 TMZ. The contents of this headlines and excerpts feed are available for limited commercial distribution. You may repost this feed to your site provided you link back to the original story, do not edit the material and do not remove this copyright notice.</copyright>\n<generator>Crowd Fusion http://www.crowdfusion.com/</generator>\n<atom10:link xmlns:atom10=\"http://www.w3.org/2005/Atom\" rel=\"self\" href=\"http://www.tmz.com/rss.xml\" />\n\n    <item>\n\t\t<title>Kate Spade Depressed Before Suicide Because Husband Wanted a Divorce </title>\n\t\t<link>http://www.tmz.com/2018/06/06/kate-spade-suicide-husband-andy-divorce-depressed/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/06/kate-spade-suicide-husband-andy-divorce-depressed/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/06/kate-spade-suicide-husband-andy-divorce-depressed/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/06/kate-spade-suicide-husband-andy-divorce-depressed/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\tKate Spade was extremely depressed in her last days of life, because her husband wanted a divorce ... law enforcement sources tell TMZ. We've learned Andy Spade was not living at the family home ... he and Kate had separated and he was living in a&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-06T01:00:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>Last 'Wizard of Oz' Munchkin: Jerry Maren Dead at 98</title>\n\t\t<link>http://www.tmz.com/2018/06/06/last-wizard-of-oz-munchkin-jerry-maren-dead/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/06/last-wizard-of-oz-munchkin-jerry-maren-dead/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/06/last-wizard-of-oz-munchkin-jerry-maren-dead/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/06/last-wizard-of-oz-munchkin-jerry-maren-dead/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\tJerry Maren -- the world's oldest living &#65279;'Wizard of Oz&#65279;' munchkin -- is now somewhere over the rainbow ... TMZ has learned. We're told ... Jerry died a week ago. His funeral was held over the weekend at Forest Lawn in Hollywood. The&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-06T00:50:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>Kareem Hunt In Alleged Physical Altercation at Ohio Resort </title>\n\t\t<link>http://www.tmz.com/2018/06/06/kareem-hunt-in-alleged-physical-altercation-at-ohio-resort/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/06/kareem-hunt-in-alleged-physical-altercation-at-ohio-resort/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/06/kareem-hunt-in-alleged-physical-altercation-at-ohio-resort/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/06/kareem-hunt-in-alleged-physical-altercation-at-ohio-resort/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\tAnother alleged physical altercation involving Kansas City Chiefs running back Kareem Hunt ... this time, he allegedly punched a man at an Ohio resort. TMZ Sports has learned Hunt was at the Bay Lodging Resort in Put-in-Bay, Ohio over the weekend --&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-06T00:45:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>Whitney Houston's Bible Is For Sale For $95k</title>\n\t\t<link>http://www.tmz.com/2018/06/06/whitney-houston-bible-for-sale-95k/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/06/whitney-houston-bible-for-sale-95k/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/06/whitney-houston-bible-for-sale-95k/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/06/whitney-houston-bible-for-sale-95k/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\tA bible Whitney Houston left behind when she moved out of her Newport Beach luxury rental is now being sold by her former landlord ... for a whopping $95k. Whitney rented the home from 2009-2011. The owner says he found the bible in a box&#160;along&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-06T00:40:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>Lil Scrappy Avoids Criminal Charges Over Car Crash Case</title>\n\t\t<link>http://www.tmz.com/2018/06/06/lil-scrappy-avoids-criminal-charges-car-crash-miami/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/06/lil-scrappy-avoids-criminal-charges-car-crash-miami/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/06/lil-scrappy-avoids-criminal-charges-car-crash-miami/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/06/lil-scrappy-avoids-criminal-charges-car-crash-miami/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\tLil Scrappy just got the same treatment from cops that Offset received after crashing his whip -- he won't be facing prosecution over the accident ... at least for now. Law enforcement sources tell TMZ that police have closed their investigation&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-06T00:30:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>Guess Who This Funny Kid Turned Into!</title>\n\t\t<link>http://www.tmz.com/2018/06/06/guess-who-this-funny-kid-turned-into/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/06/guess-who-this-funny-kid-turned-into/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/06/guess-who-this-funny-kid-turned-into/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/06/guess-who-this-funny-kid-turned-into/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\t Before this happy young man was a staple in Hollywood's funny films, this grinning guy was just another cute kid growing up in&#160;Philadelphia,&#160;Pennsylvania.&#160;Can you guess who he is?</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-06T00:01:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>Robert F. Kennedy's Daughter Offers Kim Kardashian Political Advice</title>\n\t\t<link>http://www.tmz.com/2018/06/05/robert-f-kennedy-daughter-kerry-kennedy-kardashians-politics-advice/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/05/robert-f-kennedy-daughter-kerry-kennedy-kardashians-politics-advice/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/05/robert-f-kennedy-daughter-kerry-kennedy-kardashians-politics-advice/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/05/robert-f-kennedy-daughter-kerry-kennedy-kardashians-politics-advice/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\t Kim Kardashian&#160;has a chance to use her influence for the good of the nation, just like&#160;Robert F.&#160;Kennedy&#160;did ... that is, if she heeds the advice of one of RFK's daughters.&#160; We got Kerry Kennedy, Bobby's 7th child, on&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-05T17:32:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>Designer Kate Spade's Suicide Note Tells Daughter, 'Ask Daddy, I Love You'</title>\n\t\t<link>http://www.tmz.com/2018/06/05/kate-spade-suicide-note-daughter-ask-daddy/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/05/kate-spade-suicide-note-daughter-ask-daddy/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/05/kate-spade-suicide-note-daughter-ask-daddy/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/05/kate-spade-suicide-note-daughter-ask-daddy/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\tKate Spade's suicide note was addressed directly to her 13-year-old daughter ... TMZ has learned. The note was found on a bed near her body and, according to law enforcement sources it read, \"Bea - I have always loved you. This is not your fault.&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-05T15:47:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>Gilbert Arenas on Restraining Order, 'My D*ck Is Like Crack' </title>\n\t\t<link>http://www.tmz.com/2018/06/05/gilbert-arenas-restraining-order-d-ck-is-like-crack/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/05/gilbert-arenas-restraining-order-d-ck-is-like-crack/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/05/gilbert-arenas-restraining-order-d-ck-is-like-crack/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/05/gilbert-arenas-restraining-order-d-ck-is-like-crack/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\tGilbert Arenas claims the woman who got a temporary restraining order against him is lying and just sent a very crass message to her: \"Listen I know my d*ck is like crack but don&#8217;t play yea self.\" TMZ Sports broke the story ... a woman who&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-05T15:12:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>David Spade Looking Sad in L.A. Shortly After Kate Spade Suicide News</title>\n\t\t<link>http://www.tmz.com/2018/06/05/david-spade-sad-kate-suicide-sister-in-law/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/05/david-spade-sad-kate-suicide-sister-in-law/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/05/david-spade-sad-kate-suicide-sister-in-law/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/05/david-spade-sad-kate-suicide-sister-in-law/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\t6:25 PM PT -- David shared a photo of Kate, whom he calls \"Katy,\" at his book signing ... along with a heartfelt and encouraging message. Katy at my book signing. I love this pic of her. So pretty. I dont think everyone knew how fucking funny she&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-05T15:07:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>Rick Ross Hits the Boxing Gym with Adrien Broner, Check Out These Hands!</title>\n\t\t<link>http://www.tmz.com/2018/06/05/rick-ross-adrien-broner-boxing/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/05/rick-ross-adrien-broner-boxing/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/05/rick-ross-adrien-broner-boxing/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/05/rick-ross-adrien-broner-boxing/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\t Rick Ross wants to brush up his fighting skills -- so, he strapped on the gloves and hit the boxing gym with Adrien Broner ... and he looks pretty good!&#160; Tha Boss was throwing some decent jabs, some combos and a hard right hand ... even&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-05T14:53:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>Oprah Flips Out Over Getting Her Own Exhibit at the Smithsonian</title>\n\t\t<link>http://www.tmz.com/2018/06/05/oprah-winfrey-smithsonian-museum-of-african-american-history-culture-exhibit/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/05/oprah-winfrey-smithsonian-museum-of-african-american-history-culture-exhibit/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/05/oprah-winfrey-smithsonian-museum-of-african-american-history-culture-exhibit/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/05/oprah-winfrey-smithsonian-museum-of-african-american-history-culture-exhibit/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\t Oprah is absolutely shook about becoming an exhibit at a Smithsonian museum ... as you're about to see in this video. Seriously, it's \"everybody gets a car\" level excitement! The TV queen spoke to Adam Glyn&#160;Tuesday in NYC, where he&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-05T14:50:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>Miss America Cara Mund Approves of Scrapping Swimsuit Competition</title>\n\t\t<link>http://www.tmz.com/2018/06/05/miss-america-cara-mund-no-more-swimsuit-competition/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/05/miss-america-cara-mund-no-more-swimsuit-competition/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/05/miss-america-cara-mund-no-more-swimsuit-competition/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/05/miss-america-cara-mund-no-more-swimsuit-competition/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\t Miss America Cara Mund hasn't put on a swimsuit since winning the crown in September, and says that proves the swimsuit competition is no longer necessary to get the job done. The Miss America Org announced Tuesday it's&#160;scrapping&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-05T14:44:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>NFL's Chris McCain Charged with Battering Woman </title>\n\t\t<link>http://www.tmz.com/2018/06/05/nfl-chris-mccain-charged-battery-woman-colts/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/05/nfl-chris-mccain-charged-battery-woman-colts/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/05/nfl-chris-mccain-charged-battery-woman-colts/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/05/nfl-chris-mccain-charged-battery-woman-colts/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\tAnother NFL player is accused of attacking a woman -- this time, it's Indianapolis Colts defensive end Chris McCain ... who's being charged with battery stemming from a January incident.&#160; According to official documents obtained by TMZ Sports&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-05T14:32:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>Songwriter Diane Warren Sued for $20 Mil, Allegedly Stole Chicago's 'Look Away'</title>\n\t\t<link>http://www.tmz.com/2018/06/05/diane-warren-lawsuit-look-away-chicago-stealing-song/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/05/diane-warren-lawsuit-look-away-chicago-stealing-song/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/05/diane-warren-lawsuit-look-away-chicago-stealing-song/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/05/diane-warren-lawsuit-look-away-chicago-stealing-song/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\tSongwriting legend Diane Warren might wanna look away from this one ... some guy claims she stole one of her biggest hit songs from him -- 31 years ago -- and now he wants 8 figures. The lawsuit was filed by Brendan Greaves, who says he was 14 years&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-05T13:45:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>Kendall Jenner Kissing Gigi and Bella Hadid's Brother, Anwar</title>\n\t\t<link>http://www.tmz.com/2018/06/05/kendall-jenner-kissing-gigi-bella-hadid-brother-anwar-cfda-awards-party/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/05/kendall-jenner-kissing-gigi-bella-hadid-brother-anwar-cfda-awards-party/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/05/kendall-jenner-kissing-gigi-bella-hadid-brother-anwar-cfda-awards-party/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/05/kendall-jenner-kissing-gigi-bella-hadid-brother-anwar-cfda-awards-party/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\tKendall Jenner is living her best (single) life -- kickin' it with NBA star&#160;Ben Simmons one day ... and locking lips with Gigi and Bella Hadid's brother the next. Kendall was spotted smack-dab in the middle of a heavy makeout sesh early Tuesday&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-05T13:08:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>Donald Trump's 'Screw the Eagles' White House Party</title>\n\t\t<link>http://www.tmz.com/2018/06/05/donald-trump-eagles-white-house-celebration/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/05/donald-trump-eagles-white-house-celebration/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/05/donald-trump-eagles-white-house-celebration/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/05/donald-trump-eagles-white-house-celebration/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\t Donald Trump&#160;just wrapped up his \"Who Needs the Philadelphia Eagles to Have a Good Time?\" party at the White House ... and proved he actually knows the words to the national anthem!! As for \"God Bless America\" ... not so much. Remember, Trump&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-05T12:54:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>Fashion Designer Kate Spade Dead at 55, Suicide by Hanging, Coroner Removes Body</title>\n\t\t<link>http://www.tmz.com/2018/06/05/kate-spade-dead-dies/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/05/kate-spade-dead-dies/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/05/kate-spade-dead-dies/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/05/kate-spade-dead-dies/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\t 12:30 PM PT -- Our law enforcement sources confirm Kate's husband, Andy was home at the time she died. 11:45 AM PT -- Our law enforcement sources confirm the note Kate left behind was addressed to her daughter ... telling the 13-year-old the&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-05T11:47:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>Owner of Dead Dog Claims Delta Air Lines Acted 'Suspicious'</title>\n\t\t<link>http://www.tmz.com/2018/06/05/delta-air-lines-dead-dog-suspicious-bloody-blanket-necropsy-report/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/05/delta-air-lines-dead-dog-suspicious-bloody-blanket-necropsy-report/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/05/delta-air-lines-dead-dog-suspicious-bloody-blanket-necropsy-report/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/05/delta-air-lines-dead-dog-suspicious-bloody-blanket-necropsy-report/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\t Delta Air Lines refused to hand over the dog that had been dead for hours, according to its owner and now a legal battle's brewing over what the Pomeranian's owner calls the airline's \"suspicious\" activity. Michael Dellegrazie, Alejandro's owner,&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-05T11:15:00-07:00</dc:date>\n\t</item>\n\n    <item>\n\t\t<title>Tyrese Sued by Amex for $61,071.35 </title>\n\t\t<link>http://www.tmz.com/2018/06/05/tyrese-sued-american-express/</link>\n\t\t<guid isPermaLink=\"true\">http://www.tmz.com/2018/06/05/tyrese-sued-american-express/</guid>\n\t\t<mobileURL>http://m.tmz.com/site?sid=tmz&amp;pid=Headline.Detail&amp;guid=http://www.tmz.com/2018/06/05/tyrese-sued-american-express/</mobileURL>\n\t\t<comments>http://www.tmz.com/2018/06/05/tyrese-sued-american-express/#comments</comments>\n\t\t<description>\n\t\t<![CDATA[\n\t\t\tTyrese&#160;&#65279;just got slapped with a lawsuit for owing a ton of cash to American Express. American Express sued the singer and, according to the docs obtained by TMZ, he owes an unpaid balance of $61,071.35.&#160; TMZ broke the story ...&hellip;</a><br /><br />\n\t\t\t</p>\n\t\t]]>\n\t\t</description>\n\t\t<dc:creator>TMZ Staff</dc:creator>\n\t\t<dc:date>2018-06-05T10:58:00-07:00</dc:date>\n\t</item></channel>\n</rss>"
  },
  {
    "path": "api/test/data/feed/torrentedigital.com",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\"\n\txmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n\txmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\n\txmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n\txmlns:atom=\"http://www.w3.org/2005/Atom\"\n\txmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\"\n\txmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n\t>\n\n<channel>\n\t<title>Torrente Digital</title>\n\t<atom:link href=\"https://torrentedigital.com/feed/\" rel=\"self\" type=\"application/rss+xml\" />\n\t<link>https://torrentedigital.com</link>\n\t<description>Los Mejores Reviews de Tecnología y Productos de China</description>\n\t<lastBuildDate>Mon, 02 Apr 2018 15:31:24 +0000</lastBuildDate>\n\t<language>es-ES</language>\n\t<sy:updatePeriod>hourly</sy:updatePeriod>\n\t<sy:updateFrequency>1</sy:updateFrequency>\n\t<generator>https://wordpress.org/?v=4.9.6</generator>\n<site xmlns=\"com-wordpress:feed-additions:1\">106188074</site>\t<item>\n\t\t<title>DJI Mavic Air Introducción al Dron Más Reciente de DJI</title>\n\t\t<link>https://torrentedigital.com/dji-mavic-air-introduccion-al-dron-mas-reciente-de-dji/</link>\n\t\t<comments>https://torrentedigital.com/dji-mavic-air-introduccion-al-dron-mas-reciente-de-dji/#comments</comments>\n\t\t<pubDate>Mon, 02 Apr 2018 15:31:24 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Dinamo TD]]></dc:creator>\n\t\t\t\t<category><![CDATA[Drones]]></category>\n\t\t<category><![CDATA[4K]]></category>\n\t\t<category><![CDATA[DJI]]></category>\n\t\t<category><![CDATA[Mavic Air]]></category>\n\t\t<category><![CDATA[Sensores]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://torrentedigital.com/?p=2942</guid>\n\t\t<description><![CDATA[<p>Lo Más Reciente de DJI Como ya saben el DJI Mavic Air es el dron más reciente del DJI y es una especia de modelo hibrido transitivo, si es que el puedo decir así, entre el DJI Spark y el DJI Mavic Pro, aunque para decir verdad es aspectos es mejor el Mavic Pro, pero &#8230;</p>\n<p>La entrada <a rel=\"nofollow\" href=\"https://torrentedigital.com/dji-mavic-air-introduccion-al-dron-mas-reciente-de-dji/\">DJI Mavic Air Introducción al Dron Más Reciente de DJI</a> aparece primero en <a rel=\"nofollow\" href=\"https://torrentedigital.com\">Torrente Digital</a>.</p>\n]]></description>\n\t\t<wfw:commentRss>https://torrentedigital.com/dji-mavic-air-introduccion-al-dron-mas-reciente-de-dji/feed/</wfw:commentRss>\n\t\t<slash:comments>2</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">2942</post-id>\t</item>\n\t\t<item>\n\t\t<title>DJI Tello Todo lo Que Necesitan Saber</title>\n\t\t<link>https://torrentedigital.com/dji-tello-lo-necesitan-saber/</link>\n\t\t<comments>https://torrentedigital.com/dji-tello-lo-necesitan-saber/#comments</comments>\n\t\t<pubDate>Thu, 11 Jan 2018 09:40:44 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Dinamo TD]]></dc:creator>\n\t\t\t\t<category><![CDATA[Noticias]]></category>\n\t\t<category><![CDATA[DJI]]></category>\n\t\t<category><![CDATA[drones]]></category>\n\t\t<category><![CDATA[Tellos]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://torrentedigital.com/?p=2922</guid>\n\t\t<description><![CDATA[<p>DJI ha anunciado su mini dron más reciente el pequeño DJI Tello. Es importante mencionar que, a pesar de que DJI ha anunciado este dron bajo su marca, el DJI Tello es más bien el producto de una compañía llamada Ryze Tech, o Ryze Robotics la cual está basada en Shenzhen, China. Ryze ha utilizado &#8230;</p>\n<p>La entrada <a rel=\"nofollow\" href=\"https://torrentedigital.com/dji-tello-lo-necesitan-saber/\">DJI Tello Todo lo Que Necesitan Saber</a> aparece primero en <a rel=\"nofollow\" href=\"https://torrentedigital.com\">Torrente Digital</a>.</p>\n]]></description>\n\t\t<wfw:commentRss>https://torrentedigital.com/dji-tello-lo-necesitan-saber/feed/</wfw:commentRss>\n\t\t<slash:comments>5</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">2922</post-id>\t</item>\n\t\t<item>\n\t\t<title>Ganador del Gran Sorteo de Torrente Digital</title>\n\t\t<link>https://torrentedigital.com/ganador-del-gran-sorteo-torrente-digital/</link>\n\t\t<comments>https://torrentedigital.com/ganador-del-gran-sorteo-torrente-digital/#comments</comments>\n\t\t<pubDate>Tue, 26 Dec 2017 15:38:38 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Dinamo TD]]></dc:creator>\n\t\t\t\t<category><![CDATA[Rifas]]></category>\n\t\t<category><![CDATA[Dron]]></category>\n\t\t<category><![CDATA[Rifa]]></category>\n\t\t<category><![CDATA[Sorteo]]></category>\n\t\t<category><![CDATA[Xiaomi]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://torrentedigital.com/?p=2915</guid>\n\t\t<description><![CDATA[<p>Finalmente hemos seleccionado al ganador del gran sorteo de Torrente Digital, cuyo premio es un dron Xiaomi Mi versión 1080p. Este dron los hemos analizado en Torrente Digital con anterioridad y es uno de los mejores disponibles en el mercado en este rango de precio. Durante el curso de este sorteo fuimos testigos de la &#8230;</p>\n<p>La entrada <a rel=\"nofollow\" href=\"https://torrentedigital.com/ganador-del-gran-sorteo-torrente-digital/\">Ganador del Gran Sorteo de Torrente Digital</a> aparece primero en <a rel=\"nofollow\" href=\"https://torrentedigital.com\">Torrente Digital</a>.</p>\n]]></description>\n\t\t<wfw:commentRss>https://torrentedigital.com/ganador-del-gran-sorteo-torrente-digital/feed/</wfw:commentRss>\n\t\t<slash:comments>5</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">2915</post-id>\t</item>\n\t\t<item>\n\t\t<title>Gran Sorteo de Torrente Digital</title>\n\t\t<link>https://torrentedigital.com/gran-sorteo-de-torrente-digital/</link>\n\t\t<comments>https://torrentedigital.com/gran-sorteo-de-torrente-digital/#comments</comments>\n\t\t<pubDate>Fri, 24 Nov 2017 09:42:32 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Dinamo TD]]></dc:creator>\n\t\t\t\t<category><![CDATA[Rifas]]></category>\n\t\t<category><![CDATA[Dron]]></category>\n\t\t<category><![CDATA[drones]]></category>\n\t\t<category><![CDATA[Rifa]]></category>\n\t\t<category><![CDATA[Sorteo]]></category>\n\t\t<category><![CDATA[Xiaomi]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://torrentedigital.com/?p=2563</guid>\n\t\t<description><![CDATA[<p>Finalmente, lo que muchos de ustedes esperaban ha llegado. Se trata del gran sorteo de Torrente Digital; con el objetivo de premiar el gran soporte que hemos recibido por parte de una audiencia muy variada. Debido a que los seguidores de Torrente Digital son muchos, haremos más sorteos una vez que este concluya: el dron &#8230;</p>\n<p>La entrada <a rel=\"nofollow\" href=\"https://torrentedigital.com/gran-sorteo-de-torrente-digital/\">Gran Sorteo de Torrente Digital</a> aparece primero en <a rel=\"nofollow\" href=\"https://torrentedigital.com\">Torrente Digital</a>.</p>\n]]></description>\n\t\t<wfw:commentRss>https://torrentedigital.com/gran-sorteo-de-torrente-digital/feed/</wfw:commentRss>\n\t\t<slash:comments>19</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">2563</post-id>\t</item>\n\t\t<item>\n\t\t<title>Nuevo Dron Wingsland M5</title>\n\t\t<link>https://torrentedigital.com/nuevo-dron-wingsland-m5/</link>\n\t\t<comments>https://torrentedigital.com/nuevo-dron-wingsland-m5/#comments</comments>\n\t\t<pubDate>Mon, 20 Nov 2017 10:13:23 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Dinamo TD]]></dc:creator>\n\t\t\t\t<category><![CDATA[Drones]]></category>\n\t\t<category><![CDATA[Brushless]]></category>\n\t\t<category><![CDATA[FPV]]></category>\n\t\t<category><![CDATA[GPS]]></category>\n\t\t<category><![CDATA[WiFi]]></category>\n\t\t<category><![CDATA[Wingsland]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://torrentedigital.com/?p=2883</guid>\n\t\t<description><![CDATA[<p>Wingsland ha finalmente ha sacado al mercado el M5, el cual llevaba mucho tiempo en fase de prototipo justo como el Wingsland K3 que posiblemente nunca vea la luz del día. El Wingsland M5 fue anunciado hace mucho tiempo ya, pero su entrada al mercado se retrasó mucho. Este sería el tercer dron que Wingsland &#8230;</p>\n<p>La entrada <a rel=\"nofollow\" href=\"https://torrentedigital.com/nuevo-dron-wingsland-m5/\">Nuevo Dron Wingsland M5</a> aparece primero en <a rel=\"nofollow\" href=\"https://torrentedigital.com\">Torrente Digital</a>.</p>\n]]></description>\n\t\t<wfw:commentRss>https://torrentedigital.com/nuevo-dron-wingsland-m5/feed/</wfw:commentRss>\n\t\t<slash:comments>3</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">2883</post-id>\t</item>\n\t\t<item>\n\t\t<title>Nuevas Gafas FPV Eachine EV200D</title>\n\t\t<link>https://torrentedigital.com/nuevas-gafas-fpv-eachine-ev200d/</link>\n\t\t<comments>https://torrentedigital.com/nuevas-gafas-fpv-eachine-ev200d/#respond</comments>\n\t\t<pubDate>Wed, 01 Nov 2017 15:46:42 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Dinamo TD]]></dc:creator>\n\t\t\t\t<category><![CDATA[Noticias]]></category>\n\t\t<category><![CDATA[Eachine]]></category>\n\t\t<category><![CDATA[EV200D]]></category>\n\t\t<category><![CDATA[FPV]]></category>\n\t\t<category><![CDATA[Gafas FPV]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://torrentedigital.com/?p=2869</guid>\n\t\t<description><![CDATA[<p>Eachine, ha sorprendido a la comunidad de aficionados a la tecnología de control remoto y a los pilotos de drones FPV anunciado sus nuevas gafas Eachine EV200D apenas meses después de haber sacado al mercado las Eachine EV100 las cuales se vendieron muy rápidamente. Esta decisión ha sido recibida con una mixtura de júbilo y &#8230;</p>\n<p>La entrada <a rel=\"nofollow\" href=\"https://torrentedigital.com/nuevas-gafas-fpv-eachine-ev200d/\">Nuevas Gafas FPV Eachine EV200D</a> aparece primero en <a rel=\"nofollow\" href=\"https://torrentedigital.com\">Torrente Digital</a>.</p>\n]]></description>\n\t\t<wfw:commentRss>https://torrentedigital.com/nuevas-gafas-fpv-eachine-ev200d/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">2869</post-id>\t</item>\n\t\t<item>\n\t\t<title>Entrega de Burritos a Domicilio con Drones</title>\n\t\t<link>https://torrentedigital.com/entrega-burritos-domicilio-drones/</link>\n\t\t<comments>https://torrentedigital.com/entrega-burritos-domicilio-drones/#respond</comments>\n\t\t<pubDate>Wed, 18 Oct 2017 15:37:06 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Dinamo TD]]></dc:creator>\n\t\t\t\t<category><![CDATA[Noticias]]></category>\n\t\t<category><![CDATA[Alphabet]]></category>\n\t\t<category><![CDATA[drones]]></category>\n\t\t<category><![CDATA[Entrega a Domicilio]]></category>\n\t\t<category><![CDATA[Google]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://torrentedigital.com/?p=2856</guid>\n\t\t<description><![CDATA[<p>Hoy en día a nadie se le hace raro que los drones se utilicen para misiones de vigilancia y ya sea con objetivos militares o simplemente para evaluar aéreas afectadas por desastres naturales. En realidad, los usos son muchos, así todo, uno de los que más ha llamado la atención es la entrega de paquetes &#8230;</p>\n<p>La entrada <a rel=\"nofollow\" href=\"https://torrentedigital.com/entrega-burritos-domicilio-drones/\">Entrega de Burritos a Domicilio con Drones</a> aparece primero en <a rel=\"nofollow\" href=\"https://torrentedigital.com\">Torrente Digital</a>.</p>\n]]></description>\n\t\t<wfw:commentRss>https://torrentedigital.com/entrega-burritos-domicilio-drones/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">2856</post-id>\t</item>\n\t\t<item>\n\t\t<title>Los Drones de PowerVision</title>\n\t\t<link>https://torrentedigital.com/los-drones-powervision/</link>\n\t\t<comments>https://torrentedigital.com/los-drones-powervision/#respond</comments>\n\t\t<pubDate>Tue, 17 Oct 2017 11:34:38 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Dinamo TD]]></dc:creator>\n\t\t\t\t<category><![CDATA[Noticias]]></category>\n\t\t<category><![CDATA[4K]]></category>\n\t\t<category><![CDATA[Dron]]></category>\n\t\t<category><![CDATA[drones]]></category>\n\t\t<category><![CDATA[FPV]]></category>\n\t\t<category><![CDATA[PowerVision]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://torrentedigital.com/?p=2833</guid>\n\t\t<description><![CDATA[<p>Es posible que no muchas personas conozcan la compañía PowerVision debido a que esta compañía es relativamente nueva. PowerVision comenzó a operar oficialmente en el 2015 y esta se dedica al diseño y fabricación de sistemas de control remoto robóticos no tripulados, tales como drones o vehículos subacuáticos, destinados a misiones de reconocimiento aéreo. Entre &#8230;</p>\n<p>La entrada <a rel=\"nofollow\" href=\"https://torrentedigital.com/los-drones-powervision/\">Los Drones de PowerVision</a> aparece primero en <a rel=\"nofollow\" href=\"https://torrentedigital.com\">Torrente Digital</a>.</p>\n]]></description>\n\t\t<wfw:commentRss>https://torrentedigital.com/los-drones-powervision/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">2833</post-id>\t</item>\n\t\t<item>\n\t\t<title>LeTV Leeco Le Pro3 Elite</title>\n\t\t<link>https://torrentedigital.com/letv-leeco-le-pro3-elite/</link>\n\t\t<comments>https://torrentedigital.com/letv-leeco-le-pro3-elite/#comments</comments>\n\t\t<pubDate>Sun, 01 Oct 2017 13:58:39 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Dinamo TD]]></dc:creator>\n\t\t\t\t<category><![CDATA[Smartphones]]></category>\n\t\t<category><![CDATA[Androide 6]]></category>\n\t\t<category><![CDATA[Leeco]]></category>\n\t\t<category><![CDATA[LeTV]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://torrentedigital.com/?p=2811</guid>\n\t\t<description><![CDATA[<p>Posiblemente muchos de ustedes no estén familiarizados con la compañías LeTV , pero en realidad es una compañía de tecnología gitanesca la cual mantiene negocios en electrónica de consumo, automóviles, cine y otras tecnologías. Es decir, el sector de los móviles es uno de si muchos renglones de inversión. Los móviles que esta compañía produce &#8230;</p>\n<p>La entrada <a rel=\"nofollow\" href=\"https://torrentedigital.com/letv-leeco-le-pro3-elite/\">LeTV Leeco Le Pro3 Elite</a> aparece primero en <a rel=\"nofollow\" href=\"https://torrentedigital.com\">Torrente Digital</a>.</p>\n]]></description>\n\t\t<wfw:commentRss>https://torrentedigital.com/letv-leeco-le-pro3-elite/feed/</wfw:commentRss>\n\t\t<slash:comments>2</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">2811</post-id>\t</item>\n\t\t<item>\n\t\t<title>La Armada Secreta de 1000 Drones de Kim Jong-un</title>\n\t\t<link>https://torrentedigital.com/la-armada-secreta-1000-drones-kim-jong/</link>\n\t\t<comments>https://torrentedigital.com/la-armada-secreta-1000-drones-kim-jong/#respond</comments>\n\t\t<pubDate>Thu, 21 Sep 2017 16:10:25 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Dinamo TD]]></dc:creator>\n\t\t\t\t<category><![CDATA[Noticias]]></category>\n\t\t<category><![CDATA[Dron]]></category>\n\t\t<category><![CDATA[drones]]></category>\n\t\t<category><![CDATA[Militar]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://torrentedigital.com/?p=2795</guid>\n\t\t<description><![CDATA[<p>Corea del Norte ha acumulado un arsenal de más de 1.000 drones, que se teme pueda ser utilizado para lanzar ataques desde el aire. Un centro de inteligencia de Corea del Sur afirma que Pyongyang, la capital de Corea del Norte se puede poseer cerca de 1.000 drones, que también están siendo utilizados para espiar. &#8230;</p>\n<p>La entrada <a rel=\"nofollow\" href=\"https://torrentedigital.com/la-armada-secreta-1000-drones-kim-jong/\">La Armada Secreta de 1000 Drones de Kim Jong-un</a> aparece primero en <a rel=\"nofollow\" href=\"https://torrentedigital.com\">Torrente Digital</a>.</p>\n]]></description>\n\t\t<wfw:commentRss>https://torrentedigital.com/la-armada-secreta-1000-drones-kim-jong/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t<post-id xmlns=\"com-wordpress:feed-additions:1\">2795</post-id>\t</item>\n\t</channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/totoyao.wordpress.com",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\"\n\txmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n\txmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\n\txmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n\txmlns:atom=\"http://www.w3.org/2005/Atom\"\n\txmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\"\n\txmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n\txmlns:georss=\"http://www.georss.org/georss\" xmlns:geo=\"http://www.w3.org/2003/01/geo/wgs84_pos#\" xmlns:media=\"http://search.yahoo.com/mrss/\"\n\t>\n\n<channel>\n\t<title>Ars Philosophiæ Naturalis</title>\n\t<atom:link href=\"https://totoyao.wordpress.com/feed/\" rel=\"self\" type=\"application/rss+xml\" />\n\t<link>https://totoyao.wordpress.com</link>\n\t<description>Mathematically absorbed; economically oriented; astronomically fascinated; simply complicated...</description>\n\t<lastBuildDate>Thu, 15 Mar 2018 20:45:14 +0000</lastBuildDate>\n\t<language>en</language>\n\t<sy:updatePeriod>hourly</sy:updatePeriod>\n\t<sy:updateFrequency>1</sy:updateFrequency>\n\t<generator>http://wordpress.com/</generator>\n<cloud domain='totoyao.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />\n<image>\n\t\t<url>https://s2.wp.com/i/buttonw-com.png</url>\n\t\t<title>Ars Philosophiæ Naturalis</title>\n\t\t<link>https://totoyao.wordpress.com</link>\n\t</image>\n\t<atom:link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"https://totoyao.wordpress.com/osd.xml\" title=\"Ars Philosophiæ Naturalis\" />\n\t<atom:link rel='hub' href='https://totoyao.wordpress.com/?pushpress=hub'/>\n\t<item>\n\t\t<title>对数学教育的吐糟</title>\n\t\t<link>https://totoyao.wordpress.com/2012/11/30/math-education/</link>\n\t\t<comments>https://totoyao.wordpress.com/2012/11/30/math-education/#respond</comments>\n\t\t<pubDate>Fri, 30 Nov 2012 06:35:07 +0000</pubDate>\n\t\t<dc:creator><![CDATA[toto]]></dc:creator>\n\t\t\t\t<category><![CDATA[Life.n.Laugh]]></category>\n\t\t<category><![CDATA[高中]]></category>\n\t\t<category><![CDATA[初中]]></category>\n\t\t<category><![CDATA[教育]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://totoyao.wordpress.com/?p=705</guid>\n\t\t<description><![CDATA[题记：The first thing you should do is to let ε &#62; 0. 。 [Part: 1 ] 在大学中，无论什么专业，微积分都是必修课程。文科的孩子为此叫苦不迭，理科的孩子在一旁捂嘴偷笑，工科的孩子一边撇嘴一边想：什么嘛，我们要学的比这个难得多了。 我一直认为，数学教育演变成为大多数人负担的现状，就算不是完全也有一大部分应该归咎于我们教授数学的方法以及教学载体。找好老师？老师大多不会教。找好课本？课本多数不靠谱。 当我还是大一新生的时候，也学过微积分，也为此困惑过：为什么这个定理要是这样的，为什么这种解法要那样思考。我带着满腹的疑问去问老师，老师却是满脸的不耐，翻来覆去只有一句话：你把这个方法背下来就可以了。我问的不是该如何解题，而是为什么要这样思考啊，亲爱的老师。很多时候，老师只是告诉我们算式的结果，却不指点学习数学真正的意义。数学变成了纯粹的题海，只有会做题会解题才是有价值的，而数学本身的美好却被再三忽略。课本上有的只是定理推论证明和练习，闭口不谈这些定理方法诞生的意义，也绝不涉及数学在实际应用中的延伸。 这样被狭隘化的数学，究竟还能走多远？ 。 [Part 2: ] 许多人觉得数学不好，其实是因为数学教得不好。很多简单的东西一被收录进课本里就变得繁复到面目可憎，那些本来可以更简洁更直观的解释被排斥在外，成为小聪明，成为旁门左道。的确，不可否认，在最速降线的问题上，Johann Bernoulli 给出的最冗长艰涩的证明最终推动了变分的发展，但是这不妨碍 Jacob Bernoulli 运用光学原理写就的证明成为最简明扼要的答案。Diophantus 成为数学史上的丰碑，很大程度上并不在于他的数学理论多么超越多么完备，而是在于他将 Pythagoras 等前人的数学理论表达得更通俗更具体。受到他的启发，门外汉 Fermat 才能在近两千年后以律师的身份荣登业余数学之王。 为什么会有负数，虚数？这些数看起来远离生活，自然数可以用来数苹果，那么负数是数什么用的呢？虚数又该如何数呢？在初中的时候，老师简单明了地引入了负数这个概念，紧接着介绍了各种运算法则，留下一教室的孩子们面面相觑，负数究竟是一种什么数？其实，负数的诞生只是为了简化加法和减法的运算。在负数之前，加法和减法是独立的运算，各自有运算法则，这为大部分还是文盲的中世纪欧洲人在记账方面带来很多不便，因此，负数应运而生，加法与减法由此统一成为广义的加法，减去一个数等于加上此数的负数。紧接着，乘法与除法也由分数统一成为广义的乘法。数学之美中很重要的一条就是广义原理推及个例。 至于虚数，更为抽象。讲负数的时候，初中的孩子们尚且可以通过数轴具象化负数这种数：负数与正数相对于原点对称。到了高中接触复数的时候：为什么 i 也能是一个数？为什么有虚数这个概念？为什么虚数能表示旋转？要回答这些问题还要回到群论和 Galois。17 &#8230; <a href=\"https://totoyao.wordpress.com/2012/11/30/math-education/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t<wfw:commentRss>https://totoyao.wordpress.com/2012/11/30/math-education/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\n\t\t<media:content url=\"http://2.gravatar.com/avatar/eba7d4cfc05584c58b82ccf9277573d9?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">totoyao</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/11/screen-shot-2012-09-21-at-12-05-39-pm.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-21 at 12.05.39 PM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/11/screen-shot-2012-09-21-at-12-12-41-pm.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-21 at 12.12.41 PM</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>不可数的完美集</title>\n\t\t<link>https://totoyao.wordpress.com/2012/11/22/perfect-set/</link>\n\t\t<comments>https://totoyao.wordpress.com/2012/11/22/perfect-set/#respond</comments>\n\t\t<pubDate>Thu, 22 Nov 2012 01:06:32 +0000</pubDate>\n\t\t<dc:creator><![CDATA[toto]]></dc:creator>\n\t\t\t\t<category><![CDATA[Math.n.Logic]]></category>\n\t\t<category><![CDATA[证明]]></category>\n\t\t<category><![CDATA[分析]]></category>\n\t\t<category><![CDATA[无限]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://totoyao.wordpress.com/?p=432</guid>\n\t\t<description><![CDATA[初次听说完美集就觉得与 Euclid 的 完美数 有异曲同工之妙。完美数“完美”在此数与除本身之外的约数之和相等，完美集“完美”在此集合中所有元素均为极点。 若实数集  的子集 P 符合： 1. P 是闭集合， 2. P 中所有的元素均为极点， 那么 P 是完美集。 完美集定义看似简单，很多完美集拥有的性质却很不简单。最基本的完美集是实数集，性质简单明了：无限，不可数。其次便是 Cantor 集，性质一下子高明了许多：有界，无限，不可数，测度为零&#8230; 这两个集合似乎都有相同的一点，那就是它们都无限不可数。是不是所有的完美集都是无限不可数集合呢？我们来试着证明一下这个命题吧。 证明：完美集不可数。 &#62;&#62;&#62; Proof:  设集合 P 是可数集 令 x:  → P, x(n) = xn 为自然数集和 P 的双向映射，则集合 P = {x1, x2, x3, &#8230;} 构建有界闭区间 &#8230; <a href=\"https://totoyao.wordpress.com/2012/11/22/perfect-set/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t<wfw:commentRss>https://totoyao.wordpress.com/2012/11/22/perfect-set/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\n\t\t<media:content url=\"http://2.gravatar.com/avatar/eba7d4cfc05584c58b82ccf9277573d9?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">totoyao</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/11/screen-shot-2012-09-13-at-7-27-04-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-13 at 7.27.04 AM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/11/screen-shot-2012-09-13-at-7-25-52-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-13 at 7.25.52 AM</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>证明：1 + 1 = 2</title>\n\t\t<link>https://totoyao.wordpress.com/2012/11/19/1-plus-1-is-2/</link>\n\t\t<comments>https://totoyao.wordpress.com/2012/11/19/1-plus-1-is-2/#respond</comments>\n\t\t<pubDate>Mon, 19 Nov 2012 12:07:06 +0000</pubDate>\n\t\t<dc:creator><![CDATA[toto]]></dc:creator>\n\t\t\t\t<category><![CDATA[Math.n.Logic]]></category>\n\t\t<category><![CDATA[逻辑]]></category>\n\t\t<category><![CDATA[集合]]></category>\n\t\t<category><![CDATA[证明]]></category>\n\t\t<category><![CDATA[Russell]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://totoyao.wordpress.com/?p=1036</guid>\n\t\t<description><![CDATA[之前我讲到 Russell 悖论 以及避免悖论生成的解决方法——类型论，Russell 和他的好基友 Whitehead 在他俩合著的书 Principia Mathematica 里写了一个运用了类型论的证明，证明的是数学里一个最基础的命题：1 + 1 = 2。 这个证明看起来并没有那么吸引人，几行字里满满的逻辑符号让人头晕眼花。事实上，这仅仅是证明的最后几个步骤，Russell 想了一会儿后发现，给这样简单的命题找一个真正严谨的证明远比看起来要难得多，他花了 300 多页才最终证明 1 + 1 = 2，我只能说，他想的太多了。连他自己都不得不承认，&#8221;The above proposition is occasionally useful.&#8221; 用 300 多页去证明 1 + 1 = 2，我想除了钻牛角尖的 Russell 和他的好基友“少白头”，应该没有人会感兴趣了吧。在这里，我给大家一个逻辑严谨言词略有啰嗦却远没有那么冗长的证明：1 + 1 = 2。 &#8230; <a href=\"https://totoyao.wordpress.com/2012/11/19/1-plus-1-is-2/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t<wfw:commentRss>https://totoyao.wordpress.com/2012/11/19/1-plus-1-is-2/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\n\t\t<media:content url=\"http://2.gravatar.com/avatar/eba7d4cfc05584c58b82ccf9277573d9?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">totoyao</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/11/principia_mathematica_theorem_54-43.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Principia_Mathematica_theorem_54-43</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>我和朋友们的数学玩笑 &#8212; 2</title>\n\t\t<link>https://totoyao.wordpress.com/2012/11/18/math-jokes-2/</link>\n\t\t<comments>https://totoyao.wordpress.com/2012/11/18/math-jokes-2/#respond</comments>\n\t\t<pubDate>Sun, 18 Nov 2012 04:07:43 +0000</pubDate>\n\t\t<dc:creator><![CDATA[toto]]></dc:creator>\n\t\t\t\t<category><![CDATA[Life.n.Laugh]]></category>\n\t\t<category><![CDATA[玩笑]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://totoyao.wordpress.com/?p=401</guid>\n\t\t<description><![CDATA[我与朋友们经常开各种不靠谱的小玩笑。作为闷骚型文艺流氓群体，我们无下限地 yy 各种崇高的科学，并引以为荣。如果有兴趣，请移步上一期的 我和朋友们的数学笑话 。另外，欢迎围观调戏害羞宅男 怂人君 。 出场人物：怂人君，逊人君，北极星君，老白，小 P，双英俊，还有我 。 。 小剧场 &#8212; 导演：我 怂人君：我是你的神马？ 逊人君：你是我的定理 怂人君：我居然只是个定理？！ 逊人君：这样，我就可以天天推导 (倒) 你了~ 小剧场续 &#8212; 导演：我 怂人君：哼，我是你的公理！ 逊人君：哦？~ 怂人君：你只能接受我，不能推导 (倒) 我！ 我：Voulez vous Cauchy avec moi. 双英俊：My vector space or yours? 我：打耳洞会破坏人体的拓扑结构，我该不该打啊？ 小 P：打！ &#8230; <a href=\"https://totoyao.wordpress.com/2012/11/18/math-jokes-2/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t<wfw:commentRss>https://totoyao.wordpress.com/2012/11/18/math-jokes-2/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\n\t\t<media:content url=\"http://2.gravatar.com/avatar/eba7d4cfc05584c58b82ccf9277573d9?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">totoyao</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>你还会做小学数学题吗？</title>\n\t\t<link>https://totoyao.wordpress.com/2012/11/16/elementary-math/</link>\n\t\t<comments>https://totoyao.wordpress.com/2012/11/16/elementary-math/#respond</comments>\n\t\t<pubDate>Fri, 16 Nov 2012 04:28:48 +0000</pubDate>\n\t\t<dc:creator><![CDATA[toto]]></dc:creator>\n\t\t\t\t<category><![CDATA[Math.n.Logic]]></category>\n\t\t<category><![CDATA[趣题]]></category>\n\t\t<category><![CDATA[小学]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://totoyao.wordpress.com/?p=1022</guid>\n\t\t<description><![CDATA[前些时候微博上有个小学数学题目挺有意思的。题目是这样的：如下图，已知标注出的三条边长度分别是 3 cm, 9 cm 和 12 cm，求这个多边形的周长。 这道题，你会做吗？ 。 。 。 答案是：(12 + 9) × 2 + 3 × 2 = 48 cm。]]></description>\n\t\t<wfw:commentRss>https://totoyao.wordpress.com/2012/11/16/elementary-math/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\n\t\t<media:content url=\"http://2.gravatar.com/avatar/eba7d4cfc05584c58b82ccf9277573d9?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">totoyao</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/11/screen-shot-2012-11-15-at-9-19-03-pm.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-11-15 at 9.19.03 PM</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>那些你没有听过的数 &#8212; 相亲相爱的亲和数</title>\n\t\t<link>https://totoyao.wordpress.com/2012/09/30/numbers-2/</link>\n\t\t<comments>https://totoyao.wordpress.com/2012/09/30/numbers-2/#respond</comments>\n\t\t<pubDate>Sun, 30 Sep 2012 05:55:51 +0000</pubDate>\n\t\t<dc:creator><![CDATA[toto]]></dc:creator>\n\t\t\t\t<category><![CDATA[Math.n.Logic]]></category>\n\t\t<category><![CDATA[Pythagoras]]></category>\n\t\t<category><![CDATA[数论]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://totoyao.wordpress.com/?p=860</guid>\n\t\t<description><![CDATA[之前我们已经介绍过了 Euclid 的挚爱 完美数 和它的各类好基友，下面我们来说说 Pythagoras 的最爱亲和数以及它的后宫佳丽。 。 亲和数 亲和数是指一对彼此除自身外的全部约数 (真因子) 之和与令一方相等的自然数。Pythagoras 发现了第一对亲和数 220 和 284 并因此定义了这种奇妙的数，据说当年  Pythagoras 希望他的弟子们像亲和数那样相亲相爱。 220 的真因子之和为 1 + 2 + 4 + 5 + 10 + 11 + 20 + 22 + 44 + 55 + &#8230; <a href=\"https://totoyao.wordpress.com/2012/09/30/numbers-2/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t<wfw:commentRss>https://totoyao.wordpress.com/2012/09/30/numbers-2/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\n\t\t<media:content url=\"http://2.gravatar.com/avatar/eba7d4cfc05584c58b82ccf9277573d9?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">totoyao</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>证明：实数不可数</title>\n\t\t<link>https://totoyao.wordpress.com/2012/09/21/uncountable-reals/</link>\n\t\t<comments>https://totoyao.wordpress.com/2012/09/21/uncountable-reals/#respond</comments>\n\t\t<pubDate>Thu, 20 Sep 2012 21:18:12 +0000</pubDate>\n\t\t<dc:creator><![CDATA[toto]]></dc:creator>\n\t\t\t\t<category><![CDATA[Math.n.Logic]]></category>\n\t\t<category><![CDATA[集合]]></category>\n\t\t<category><![CDATA[证明]]></category>\n\t\t<category><![CDATA[分析]]></category>\n\t\t<category><![CDATA[无限]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://totoyao.wordpress.com/?p=333</guid>\n\t\t<description><![CDATA[翻开一本离散结构或者是实分析的书都会有这个经典的定理：实数不可数。经典的定理自然有经典的证明相佐，最为人称道的莫过于 Georg Cantor 的对角线证明。我在 前文 中曾经详细地介绍过这个证明，它是小 P 的心头挚爱，但是我却喜欢用区间套定理来证明这个对近现代数学的发展具有重大意义的命题。 区间套定理说： 如果 ∀ n ∈ ，In = [an, bn] 是封闭有界的区间且满足 I1 ⊇ I2 ⊇ I3 ⊇ &#8230; 即 ∀ n ∈ ，In+1 ⊆ In，那么闭区间套非空，也就是说，存在 x ∈  满足 x ∈ In ∀ n ∈ 。 相对于大部分内容完全抽象化的数学分析来说，区间套定理既能具体到实数集又表达得简单明晰，是一个通俗易懂的定理。这个定理只要略加修改就能普及到抽象维度的宽泛空间中，也是帮助理解抽象空间的绝好工具。证明也不难。 &#62;&#62;&#62; Proof: 由 In 的定义可知，若 n ∈ ，a1 ≤ an ≤ bn ≤ b1 &#8230; <a href=\"https://totoyao.wordpress.com/2012/09/21/uncountable-reals/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t<wfw:commentRss>https://totoyao.wordpress.com/2012/09/21/uncountable-reals/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\n\t\t<media:content url=\"http://2.gravatar.com/avatar/eba7d4cfc05584c58b82ccf9277573d9?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">totoyao</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-13-at-7-25-52-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-13 at 7.25.52 AM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-13-at-7-25-52-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-13 at 7.25.52 AM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-13-at-7-27-04-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-13 at 7.27.04 AM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-13-at-7-25-52-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-13 at 7.25.52 AM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-13-at-7-25-52-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-13 at 7.25.52 AM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-13-at-7-25-52-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-13 at 7.25.52 AM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-13-at-7-25-52-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-13 at 7.25.52 AM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-13-at-7-25-52-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-13 at 7.25.52 AM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-13-at-7-25-52-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-13 at 7.25.52 AM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-13-at-7-25-52-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-13 at 7.25.52 AM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-13-at-7-25-52-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-13 at 7.25.52 AM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-13-at-7-25-52-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-13 at 7.25.52 AM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-13-at-7-31-18-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-13 at 7.31.18 AM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-13-at-7-27-04-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-13 at 7.27.04 AM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-13-at-10-30-06-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-13 at 10.30.06 AM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-13-at-7-25-52-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-13 at 7.25.52 AM</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>那些你没有听过的数 &#8212; 追求完美的完美数</title>\n\t\t<link>https://totoyao.wordpress.com/2012/09/20/numbers-1/</link>\n\t\t<comments>https://totoyao.wordpress.com/2012/09/20/numbers-1/#comments</comments>\n\t\t<pubDate>Thu, 20 Sep 2012 01:09:20 +0000</pubDate>\n\t\t<dc:creator><![CDATA[toto]]></dc:creator>\n\t\t\t\t<category><![CDATA[Math.n.Logic]]></category>\n\t\t<category><![CDATA[素数]]></category>\n\t\t<category><![CDATA[Euclid]]></category>\n\t\t<category><![CDATA[迭代]]></category>\n\t\t<category><![CDATA[数论]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://totoyao.wordpress.com/?p=845</guid>\n\t\t<description><![CDATA[数学里总是一些数有奇怪的名字或奇怪的性质，它们或多或少都值得我们停下脚步驻足思考。还有，为什么数学家们总是喜欢给数字取名字呢，又不是媳妇生孩子，这么积极地取名字。 。 完美数 完美数是指其真因子 (除了自身以外的其他约数) 之和等于本身的数。这种数是 Euclid 最喜欢的数，当年他通过 2p &#8211; 1(2p &#8211; 1) 的表达式定义了完美数并发现了前 4 个，分别是 6, 28, 496 和 8128。 p = 2, 21(22 &#8211; 1) = 6 = 1 + 2 + 3  p = 3, 22(23 &#8211; 1) = &#8230; <a href=\"https://totoyao.wordpress.com/2012/09/20/numbers-1/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t<wfw:commentRss>https://totoyao.wordpress.com/2012/09/20/numbers-1/feed/</wfw:commentRss>\n\t\t<slash:comments>2</slash:comments>\n\t\n\t\t<media:content url=\"http://2.gravatar.com/avatar/eba7d4cfc05584c58b82ccf9277573d9?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">totoyao</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-16-at-10-51-46-pm.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-16 at 10.51.46 PM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-17-at-12-41-24-am.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-17 at 12.41.24 AM</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>漫画：上帝的证明</title>\n\t\t<link>https://totoyao.wordpress.com/2012/09/19/comics-1/</link>\n\t\t<comments>https://totoyao.wordpress.com/2012/09/19/comics-1/#respond</comments>\n\t\t<pubDate>Tue, 18 Sep 2012 22:45:52 +0000</pubDate>\n\t\t<dc:creator><![CDATA[toto]]></dc:creator>\n\t\t\t\t<category><![CDATA[Graphics.n.Comics]]></category>\n\t\t<category><![CDATA[漫画]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://totoyao.wordpress.com/?p=925</guid>\n\t\t<description><![CDATA[Proofs from THE BOOK 原漫画来自 Abstruse Goose，最后，百度又出幺蛾子了： 今年年底，果然得准备船票了么？~]]></description>\n\t\t<wfw:commentRss>https://totoyao.wordpress.com/2012/09/19/comics-1/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\n\t\t<media:content url=\"http://2.gravatar.com/avatar/eba7d4cfc05584c58b82ccf9277573d9?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">totoyao</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/sire_i_did_not_need_that_hypothesis1.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">proofs_from_the_book</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-17-at-8-35-13-pm.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-17 at 8.35.13 PM</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>那些神秘的无理常数 &#8212; 根号 2 和圆周率</title>\n\t\t<link>https://totoyao.wordpress.com/2012/09/18/irrational-constants-1/</link>\n\t\t<comments>https://totoyao.wordpress.com/2012/09/18/irrational-constants-1/#respond</comments>\n\t\t<pubDate>Mon, 17 Sep 2012 20:02:42 +0000</pubDate>\n\t\t<dc:creator><![CDATA[toto]]></dc:creator>\n\t\t\t\t<category><![CDATA[Math.n.Logic]]></category>\n\t\t<category><![CDATA[Euler]]></category>\n\t\t<category><![CDATA[π]]></category>\n\t\t<category><![CDATA[Pythagoras]]></category>\n\t\t<category><![CDATA[常数]]></category>\n\t\t<category><![CDATA[无理数]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://totoyao.wordpress.com/?p=136</guid>\n\t\t<description><![CDATA[我的哲学教授曾经问过一个问题：数学究竟是人类发明的还是客观存在一直等待我们去发现的？我和小 P 争论了许久都没有答案，但是我们一致相信，有一些数学必然是在大爆炸那一刻就被安排好的，偏居宇宙黑暗的一隅等待了千百万年直到那些善于发现美的眼睛将它们挖掘出，这其中就有数学常数。我们耳熟能详的数学常数大多是无理数，它们的存在性和无理性正如那一串串无限不循环的数字一样有着神秘的魔力吸引着一代代的数学家前赴后继。 。 魔鬼的礼物 √2 = 1.4142135623730950488&#8230; 古希腊哲学家 Pythagoras 一生痴迷于数字，甚至为他的数论创造一个宗教。 Pythagoras 告诫他的门徒不可以吃豆子，据说是因为豆子的形状像睾丸，或者是因为豆子像开启通往 Hades 的地狱之门。我觉得吧，这都是借口，他认为 “万物皆数”，人生的本质自然不例外地也是数字，每个人都要保持自己那个数字的一致性，所以怕吃了 3 颗豆子之后他的人生数字就会加 3 吃了 5 颗豆子这个数字就会加 5。总而言之，就是 Pythagoras 这个老头比较怕死而已。Pythagoras 作为那个时代的大数学家和大哲学家，一生功成名就享尽盛誉，唯独一点为后世人所诟病，那唯一的一点老鼠屎就是 √2。 学派门人 Hippasus 发现他没有办法用两个整数的比值来表示边长为 1 的单位正方形的对角线的长度，于是将这个问题递给了他的老师。Pythagoras 惊讶地发现的确如此，却不愿意承认这个结论并认为它是魔鬼的礼物，因为这种数的存在会颠覆他苦心经营的数学体系。于是在一个月黑风高夜杀人放火天，他和他的学生们悄悄地把 Hippasus  推下了船。从此雅典再没有人来质疑 Pythagoras 的数学哲学，但是这一推也把数学的发展推迟了一千年。 很多年以后，勇于挑战由 Euclid 撰写的 Elements 权威的人才最终证明 √2 的无理性，确认了无理数的存在，并引发了足以撼动古典数学基础的第一次数学危机。之前已经介绍过很多关于 &#8230; <a href=\"https://totoyao.wordpress.com/2012/09/18/irrational-constants-1/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t<wfw:commentRss>https://totoyao.wordpress.com/2012/09/18/irrational-constants-1/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\n\t\t<media:content url=\"http://2.gravatar.com/avatar/eba7d4cfc05584c58b82ccf9277573d9?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">totoyao</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-16-at-1-33-55-pm.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-16 at 1.33.55 PM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-16-at-2-12-47-pm.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-16 at 2.12.47 PM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-16-at-2-25-37-pm.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-16 at 2.25.37 PM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-16-at-2-31-46-pm.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-16 at 2.31.46 PM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-16-at-2-56-44-pm.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-16 at 2.56.44 PM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-16-at-4-23-43-pm.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-16 at 4.23.43 PM</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://totoyao.files.wordpress.com/2012/09/screen-shot-2012-09-16-at-3-51-36-pm.png\" medium=\"image\">\n\t\t\t<media:title type=\"html\">Screen shot 2012-09-16 at 3.51.36 PM</media:title>\n\t\t</media:content>\n\t</item>\n\t</channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/feed/treehugger-latest",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<rss xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:atom=\"http://www.w3.org/2005/Atom\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" version=\"2.0\" xmlns:media=\"http://search.yahoo.com/mrss/\"><channel><title><![CDATA[Latest Items from TreeHugger]]></title><link>https://www.treehugger.com/feeds/latest/</link><description><![CDATA[The most recent 30 items from TreeHugger]]></description><atom:link href=\"http://www.treehugger.com/feeds/latest/\" rel=\"self\"></atom:link><language>en-us</language><copyright>Copyright (c) 2018, TreeHugger</copyright><lastBuildDate>Wed, 06 Jun 2018 06:43:00 -0400</lastBuildDate><item><title><![CDATA[7 savory recipes that use rhubarb]]></title><link>https://www.treehugger.com/green-food/7-savory-recipes-use-rhubarb.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/rhubarb.jpg.400x300_q70_crop-smart.jpg\" />\nIt's time to break rhubarb out of its pie bubble and get it onto the dinner plate.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Katherine Martinko]]></dc:creator><pubDate>Wed, 06 Jun 2018 06:43:00 -0400</pubDate><guid>https://www.treehugger.com/green-food/7-savory-recipes-use-rhubarb.html</guid><category>Living</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/rhubarb.jpg.400x300_q70_crop-smart.jpg\" />\nIt's time to break rhubarb out of its pie bubble and get it onto the dinner plate.]]></content:encoded></item><item><title><![CDATA[UK diesel car sales decline, plug-in hybrids up 72.7% ]]></title><link>https://www.treehugger.com/cars/uk-diesel-car-sales-decline-plug-hybrids-727.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2017/12/electric-car-charging.jpg.400x300_q70_crop-smart.jpg\" />\nSales of gas cars are up too, so let's not get carried away just yet. ]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Sami Grover]]></dc:creator><pubDate>Wed, 06 Jun 2018 06:35:54 -0400</pubDate><guid>https://www.treehugger.com/cars/uk-diesel-car-sales-decline-plug-hybrids-727.html</guid><category>Transportation</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2017/12/electric-car-charging.jpg.400x300_q70_crop-smart.jpg\" />\nSales of gas cars are up too, so let's not get carried away just yet. ]]></content:encoded></item><item><title><![CDATA[A new generation of Indian farmers rejects industrial food production]]></title><link>https://www.treehugger.com/sustainable-agriculture/new-generation-indian-farmers-rejects-industrial-methods.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/amrita_bhoomi_1.jpg.400x300_q70_crop-smart.jpg\" />\nSupported by the Amrita Bhoomi Agroecology Centre, young farmers are experimenting with natural farming methods, while saving money and lives in the process.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Katherine Martinko]]></dc:creator><pubDate>Wed, 06 Jun 2018 05:38:00 -0400</pubDate><guid>https://www.treehugger.com/sustainable-agriculture/new-generation-indian-farmers-rejects-industrial-methods.html</guid><category>Science</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/amrita_bhoomi_1.jpg.400x300_q70_crop-smart.jpg\" />\nSupported by the Amrita Bhoomi Agroecology Centre, young farmers are experimenting with natural farming methods, while saving money and lives in the process.]]></content:encoded></item><item><title><![CDATA[Is LEED tough enough to stop climate change? Is it even the right question?]]></title><link>https://www.treehugger.com/green-architecture/leed-tough-enough-stop-climate-change-it-even-right-question.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/Foster__Partners_Spaceport_America__Rendering_13.jpg.400x300_q70_crop-smart.jpg\" />\nWhat do we really want from a building certification system? ]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Lloyd Alter]]></dc:creator><pubDate>Tue, 05 Jun 2018 15:54:24 -0400</pubDate><guid>https://www.treehugger.com/green-architecture/leed-tough-enough-stop-climate-change-it-even-right-question.html</guid><category>Design</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/Foster__Partners_Spaceport_America__Rendering_13.jpg.400x300_q70_crop-smart.jpg\" />\nWhat do we really want from a building certification system? ]]></content:encoded></item><item><title><![CDATA[Narendra Modi: India to ban single-use plastic by 2022]]></title><link>https://www.treehugger.com/plastic/narendra-modi-india-ban-single-use-plastic-2022.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/water-bottles-india.jpg.400x300_q70_crop-smart.jpg\" />\nAs other countries dither, India's Prime Minister makes a bold but important promise. ]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Sami Grover]]></dc:creator><pubDate>Tue, 05 Jun 2018 14:50:56 -0400</pubDate><guid>https://www.treehugger.com/plastic/narendra-modi-india-ban-single-use-plastic-2022.html</guid><category>Science</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/water-bottles-india.jpg.400x300_q70_crop-smart.jpg\" />\nAs other countries dither, India's Prime Minister makes a bold but important promise. ]]></content:encoded></item><item><title><![CDATA[Little 376 sq. ft. apartment in old city center is transformed]]></title><link>https://www.treehugger.com/interior-design/little-flat-transformation-lviv-replus-design-bureau.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/lviv-little-flat-replus-design-bureau-1.jpg.400x300_q70_crop-smart.jpg\" />\nAn old apartment is converted into a new, personalized living space for a young couple.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Kimberley Mok]]></dc:creator><pubDate>Tue, 05 Jun 2018 14:30:29 -0400</pubDate><guid>https://www.treehugger.com/interior-design/little-flat-transformation-lviv-replus-design-bureau.html</guid><category>Design</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/lviv-little-flat-replus-design-bureau-1.jpg.400x300_q70_crop-smart.jpg\" />\nAn old apartment is converted into a new, personalized living space for a young couple.]]></content:encoded></item><item><title><![CDATA[Why you should become a 'library tourist']]></title><link>https://www.treehugger.com/travel/why-you-should-become-library-tourist.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/library.jpg.400x300_q70_crop-smart.jpg\" />\nThis could become your new secret traveling mission.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Katherine Martinko]]></dc:creator><pubDate>Tue, 05 Jun 2018 12:57:00 -0400</pubDate><guid>https://www.treehugger.com/travel/why-you-should-become-library-tourist.html</guid><category>Living</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/library.jpg.400x300_q70_crop-smart.jpg\" />\nThis could become your new secret traveling mission.]]></content:encoded></item><item><title><![CDATA[Project Milestone pitched as the first 3D printed housing project]]></title><link>https://www.treehugger.com/green-architecture/project-milestone-pitched-first-3d-printed-housing-project.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/3d-printed-houses-eindhoven_dezeen_2364_1.jpg.400x300_q70_crop-smart.jpg\" />\nThey are building \"five great houses that are comfortable to live in and will have happy occupants.\" ]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Lloyd Alter]]></dc:creator><pubDate>Tue, 05 Jun 2018 12:42:19 -0400</pubDate><guid>https://www.treehugger.com/green-architecture/project-milestone-pitched-first-3d-printed-housing-project.html</guid><category>Design</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/3d-printed-houses-eindhoven_dezeen_2364_1.jpg.400x300_q70_crop-smart.jpg\" />\nThey are building \"five great houses that are comfortable to live in and will have happy occupants.\" ]]></content:encoded></item><item><title><![CDATA[Reliance on fossil fuels could cause global economic crisis within decades]]></title><link>https://www.treehugger.com/economics/reliance-fossil-fuels-could-cause-global-economic-crisis-within-decades.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2015/12/smokestack-air-pollution-000001.jpg.400x300_q70_crop-smart.jpg\" />\nTime to get off the hard stuff as quickly as humanly possible. ]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Sami Grover]]></dc:creator><pubDate>Tue, 05 Jun 2018 10:23:04 -0400</pubDate><guid>https://www.treehugger.com/economics/reliance-fossil-fuels-could-cause-global-economic-crisis-within-decades.html</guid><category>Business</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2015/12/smokestack-air-pollution-000001.jpg.400x300_q70_crop-smart.jpg\" />\nTime to get off the hard stuff as quickly as humanly possible. ]]></content:encoded></item><item><title><![CDATA[People who walk, bike and ride scooters are all fighting over crumbs.]]></title><link>https://www.treehugger.com/walking/people-who-walk-bike-and-ride-scooters-are-all-fighting-over-crumbs.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/GettyImages-947735012.jpg.400x300_q70_crop-smart.jpg\" />\nIt's time to take back the streets from all the cars and make room for alternative modes of transportation.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Lloyd Alter]]></dc:creator><pubDate>Tue, 05 Jun 2018 10:22:59 -0400</pubDate><guid>https://www.treehugger.com/walking/people-who-walk-bike-and-ride-scooters-are-all-fighting-over-crumbs.html</guid><category>Transportation</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/GettyImages-947735012.jpg.400x300_q70_crop-smart.jpg\" />\nIt's time to take back the streets from all the cars and make room for alternative modes of transportation.]]></content:encoded></item><item><title><![CDATA[Go inside the Carbon Vault: why it’s critical to know what’s beneath the Boreal Forest ]]></title><link>https://www.treehugger.com/corporate-responsibility/go-inside-carbon-vault-why-its-critical-know-whats-beneath-boreal-forest.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/Wetlands-1_1.jpg.400x300_q70_crop-smart.jpg\" />\nForest ecosystems sequester large amounts of carbon in vegetation and soils, off-setting the carbon emissions we produce and mitigating climate change. The boreal forest and its associated wetlands, in particular, provide critical carbon storage ...]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Sustainable Forestry Initiative]]></dc:creator><pubDate>Tue, 05 Jun 2018 09:50:18 -0400</pubDate><guid>https://www.treehugger.com/corporate-responsibility/go-inside-carbon-vault-why-its-critical-know-whats-beneath-boreal-forest.html</guid><category>Business</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/Wetlands-1_1.jpg.400x300_q70_crop-smart.jpg\" />\nForest ecosystems sequester large amounts of carbon in vegetation and soils, off-setting the carbon emissions we produce and mitigating climate change. The boreal forest and its associated wetlands, in particular, provide critical carbon storage ...]]></content:encoded></item><item><title><![CDATA[10 wellness practices from around the world]]></title><link>https://www.treehugger.com/health/10-ways-people-relax-around-world.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/iceland-hot-spring.jpg.400x300_q70_crop-smart.jpg\" />\nFrom India's laughter yoga to Norway's friluftsliv, these paths to health and relaxation can give your soul a boost.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Melissa Breyer]]></dc:creator><pubDate>Tue, 05 Jun 2018 07:01:38 -0400</pubDate><guid>https://www.treehugger.com/health/10-ways-people-relax-around-world.html</guid><category>Living</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/iceland-hot-spring.jpg.400x300_q70_crop-smart.jpg\" />\nFrom India's laughter yoga to Norway's friluftsliv, these paths to health and relaxation can give your soul a boost.]]></content:encoded></item><item><title><![CDATA[U.S. birth rate has dropped to lowest in 30 years]]></title><link>https://www.treehugger.com/family/us-birth-rate-has-dropped-its-lowest-30-years.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/couple.jpg.400x300_q70_crop-smart.jpg\" />\nDemographers are complaining, but Americans have many good reasons for not wanting so many kids.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Katherine Martinko]]></dc:creator><pubDate>Tue, 05 Jun 2018 07:01:00 -0400</pubDate><guid>https://www.treehugger.com/family/us-birth-rate-has-dropped-its-lowest-30-years.html</guid><category>Living</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/couple.jpg.400x300_q70_crop-smart.jpg\" />\nDemographers are complaining, but Americans have many good reasons for not wanting so many kids.]]></content:encoded></item><item><title><![CDATA[EU chemical industry REACHes the finish line]]></title><link>https://www.treehugger.com/environmental-policy/eu-chemical-industry-reaches-finish-line.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/chemicals-EU-REACH.gif.400x300_q70_crop-smart.jpg\" />\nIt's over. As of midnight on May 31st 2018, data on the hazards and risks of every chemical sold in Europe is available to ensure safety]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Christine Lepisto]]></dc:creator><pubDate>Tue, 05 Jun 2018 06:40:00 -0400</pubDate><guid>https://www.treehugger.com/environmental-policy/eu-chemical-industry-reaches-finish-line.html</guid><category>Business</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/chemicals-EU-REACH.gif.400x300_q70_crop-smart.jpg\" />\nIt's over. As of midnight on May 31st 2018, data on the hazards and risks of every chemical sold in Europe is available to ensure safety]]></content:encoded></item><item><title><![CDATA[Photo: Bee and wildflower, a love story]]></title><link>https://www.treehugger.com/slideshows/readers-photos/photo-bee-and-wildflower-love-story/</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/bee-columbine.jpg.400x300_q70_crop-smart.jpg\" />\nOur photo of the day stars a beautiful bee clinging to the columbine.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Melissa Breyer]]></dc:creator><pubDate>Tue, 05 Jun 2018 06:00:00 -0400</pubDate><guid>https://www.treehugger.com/slideshows/readers-photos/photo-bee-and-wildflower-love-story/</guid><category>Science</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/bee-columbine.jpg.400x300_q70_crop-smart.jpg\" />\nOur photo of the day stars a beautiful bee clinging to the columbine.]]></content:encoded></item><item><title><![CDATA[Hot schools make it harder for kids to learn]]></title><link>https://www.treehugger.com/green-architecture/hot-schools-make-it-harder-kids-learn.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/1200px-Riverviewhighschoolsarasota7.JPG.400x300_q70_crop-smart.jpg\" />\nA new working paper makes the case that \"heat exposure inhibits cognitive skill development\".]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Lloyd Alter]]></dc:creator><pubDate>Mon, 04 Jun 2018 14:31:07 -0400</pubDate><guid>https://www.treehugger.com/green-architecture/hot-schools-make-it-harder-kids-learn.html</guid><category>Design</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/1200px-Riverviewhighschoolsarasota7.JPG.400x300_q70_crop-smart.jpg\" />\nA new working paper makes the case that \"heat exposure inhibits cognitive skill development\".]]></content:encoded></item><item><title><![CDATA[These fireflies flirt with heart-shaped lanterns]]></title><link>https://www.treehugger.com/animals/these-fireflies-court-heart-shaped-lanterns.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/heart-shaped-lantern.jpg.400x300_q70_crop-smart.jpg\" />\nEach species of flashing firefly has a secret code to attract their mates – these ones do so with a light-up heart.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Melissa Breyer]]></dc:creator><pubDate>Mon, 04 Jun 2018 13:17:24 -0400</pubDate><guid>https://www.treehugger.com/animals/these-fireflies-court-heart-shaped-lanterns.html</guid><category>Science</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/heart-shaped-lantern.jpg.400x300_q70_crop-smart.jpg\" />\nEach species of flashing firefly has a secret code to attract their mates – these ones do so with a light-up heart.]]></content:encoded></item><item><title><![CDATA[Transformer desk could turn into a dining table]]></title><link>https://www.treehugger.com/eco-friendly-furniture/transformer-desk-could-turn-dining-table.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/image2.jpeg.400x300_q70_crop-smart.jpg\" />\nDesign by Jens Quistgaard stands the test of time.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Lloyd Alter]]></dc:creator><pubDate>Mon, 04 Jun 2018 12:49:51 -0400</pubDate><guid>https://www.treehugger.com/eco-friendly-furniture/transformer-desk-could-turn-dining-table.html</guid><category>Design</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/image2.jpeg.400x300_q70_crop-smart.jpg\" />\nDesign by Jens Quistgaard stands the test of time.]]></content:encoded></item><item><title><![CDATA[How to raise an independent child]]></title><link>https://www.treehugger.com/family/how-raise-independent-child.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/boy_outside.jpg.400x300_q70_crop-smart.jpg\" />\nLife is so much more pleasant for the whole family when a kid does not fear the world and knows how to navigate it with confidence.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Katherine Martinko]]></dc:creator><pubDate>Mon, 04 Jun 2018 11:17:00 -0400</pubDate><guid>https://www.treehugger.com/family/how-raise-independent-child.html</guid><category>Living</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/boy_outside.jpg.400x300_q70_crop-smart.jpg\" />\nLife is so much more pleasant for the whole family when a kid does not fear the world and knows how to navigate it with confidence.]]></content:encoded></item><item><title><![CDATA[Vision Zero remains a punchline in Toronto, Canada]]></title><link>https://www.treehugger.com/cars/vision-zero-remains-punchline-toronto-canada.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/vsionzero.png.400x300_q70_crop-smart.png\" />\nCity introduces a \"Vision Zero Challenge\" hackathon instead of actually implementing Vision Zero strategies.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Lloyd Alter]]></dc:creator><pubDate>Mon, 04 Jun 2018 10:03:00 -0400</pubDate><guid>https://www.treehugger.com/cars/vision-zero-remains-punchline-toronto-canada.html</guid><category>Transportation</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/vsionzero.png.400x300_q70_crop-smart.png\" />\nCity introduces a \"Vision Zero Challenge\" hackathon instead of actually implementing Vision Zero strategies.]]></content:encoded></item><item><title><![CDATA[US to demand coal-burning power plants keep pumping out pollution, because National Security]]></title><link>https://www.treehugger.com/fossil-fuels/us-demand-coal-burning-power-plants-keep-pumping-out-pollution-because-national-security.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/GettyImages-642106854.jpg.400x300_q70_crop-smart.jpg\" />\nIt's in the Fearless Leader's latest move to a planned economy that runs on coal.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Lloyd Alter]]></dc:creator><pubDate>Mon, 04 Jun 2018 07:44:41 -0400</pubDate><guid>https://www.treehugger.com/fossil-fuels/us-demand-coal-burning-power-plants-keep-pumping-out-pollution-because-national-security.html</guid><category>Energy</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/GettyImages-642106854.jpg.400x300_q70_crop-smart.jpg\" />\nIt's in the Fearless Leader's latest move to a planned economy that runs on coal.]]></content:encoded></item><item><title><![CDATA[What does it mean to be frugal?]]></title><link>https://www.treehugger.com/culture/what-does-it-mean-be-frugal.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/frugal.jpg.400x300_q70_crop-smart.jpg\" />\nThere is more to frugality than penny-pinching.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Katherine Martinko]]></dc:creator><pubDate>Mon, 04 Jun 2018 06:44:00 -0400</pubDate><guid>https://www.treehugger.com/culture/what-does-it-mean-be-frugal.html</guid><category>Living</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/frugal.jpg.400x300_q70_crop-smart.jpg\" />\nThere is more to frugality than penny-pinching.]]></content:encoded></item><item><title><![CDATA[Photo: Baby killdeer is all legs and cuteness]]></title><link>https://www.treehugger.com/slideshows/readers-photos/photo-baby-killdeer-all-legs-and-cuteness/</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/baby-killdeer.jpg.400x300_q70_crop-smart.jpg\" />\nOur photo of the day comes from Cranbrook, Canada.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Melissa Breyer]]></dc:creator><pubDate>Mon, 04 Jun 2018 06:00:00 -0400</pubDate><guid>https://www.treehugger.com/slideshows/readers-photos/photo-baby-killdeer-all-legs-and-cuteness/</guid><category>Science</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/baby-killdeer.jpg.400x300_q70_crop-smart.jpg\" />\nOur photo of the day comes from Cranbrook, Canada.]]></content:encoded></item><item><title><![CDATA[Thank you, Donald Trump, for making Canadians healthier]]></title><link>https://www.treehugger.com/economics/thank-you-donald-trump-making-canadians-healthier.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/atomic-invaders.jpg.400x300_q70_crop-smart.jpg\" />\nIn response to the new American tariffs, Canada responded by taxing American sweets, meats and whiskies.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Lloyd Alter]]></dc:creator><pubDate>Fri, 01 Jun 2018 15:14:58 -0400</pubDate><guid>https://www.treehugger.com/economics/thank-you-donald-trump-making-canadians-healthier.html</guid><category>Business</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/atomic-invaders.jpg.400x300_q70_crop-smart.jpg\" />\nIn response to the new American tariffs, Canada responded by taxing American sweets, meats and whiskies.]]></content:encoded></item><item><title><![CDATA[Two cute videos teach kids about climate change and smog]]></title><link>https://www.treehugger.com/climate-change/two-cute-videos-teach-kids-about-climate-change-and-smog.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/March_for_Science.jpg.400x300_q70_crop-smart.jpg\" />\nExplaining climate science to kids is challenging, which is why clever animated videos can help.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Katherine Martinko]]></dc:creator><pubDate>Fri, 01 Jun 2018 11:14:00 -0400</pubDate><guid>https://www.treehugger.com/climate-change/two-cute-videos-teach-kids-about-climate-change-and-smog.html</guid><category>Science</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/March_for_Science.jpg.400x300_q70_crop-smart.jpg\" />\nExplaining climate science to kids is challenging, which is why clever animated videos can help.]]></content:encoded></item><item><title><![CDATA[Help get The Teacher-Friendly Guide to Climate Change to every high school in the US]]></title><link>https://www.treehugger.com/climate-change/help-get-teacher-friendly-guide-climate-change-every-high-school-us.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/05/TFGCC-AlexIngridRachel-Packing-1.jpg.400x300_q70_crop-smart.jpg\" />\nProvoked by questionable propaganda, a group of scientists is setting out to offer an antidote. ]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Sami Grover]]></dc:creator><pubDate>Fri, 01 Jun 2018 11:09:17 -0400</pubDate><guid>https://www.treehugger.com/climate-change/help-get-teacher-friendly-guide-climate-change-every-high-school-us.html</guid><category>Science</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/05/TFGCC-AlexIngridRachel-Packing-1.jpg.400x300_q70_crop-smart.jpg\" />\nProvoked by questionable propaganda, a group of scientists is setting out to offer an antidote. ]]></content:encoded></item><item><title><![CDATA[The Three Sisters: Planting corn, beans, and squash together]]></title><link>https://www.treehugger.com/lawn-garden/three-sisters-why-you-should-plant-corn-beans-and-squash-together.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/three-sisters.jpg.400x300_q70_crop-smart.jpg\" />\nThis classic companion planting combo encourages each of the three to thrive. Here's why and how to do it.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Melissa Breyer]]></dc:creator><pubDate>Fri, 01 Jun 2018 11:01:02 -0400</pubDate><guid>https://www.treehugger.com/lawn-garden/three-sisters-why-you-should-plant-corn-beans-and-squash-together.html</guid><category>Living</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/three-sisters.jpg.400x300_q70_crop-smart.jpg\" />\nThis classic companion planting combo encourages each of the three to thrive. Here's why and how to do it.]]></content:encoded></item><item><title><![CDATA[Cutting out meat and dairy is the best thing you can do for the planet]]></title><link>https://www.treehugger.com/green-food/cutting-out-meat-and-dairy-best-thing-you-can-do-planet.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/beef_cattle.jpg.400x300_q70_crop-smart.jpg\" />\nHuge new study reveals that going vegan offers far greater benefits than quitting flying or driving an electric car.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Katherine Martinko]]></dc:creator><pubDate>Fri, 01 Jun 2018 10:03:00 -0400</pubDate><guid>https://www.treehugger.com/green-food/cutting-out-meat-and-dairy-best-thing-you-can-do-planet.html</guid><category>Living</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/06/beef_cattle.jpg.400x300_q70_crop-smart.jpg\" />\nHuge new study reveals that going vegan offers far greater benefits than quitting flying or driving an electric car.]]></content:encoded></item><item><title><![CDATA[I tried getting a manicure and it was terrifying]]></title><link>https://www.treehugger.com/organic-beauty/i-tried-getting-manicure-and-it-was-terrifying.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/05/cuticle-remove.jpg.400x300_q70_crop-smart.jpg\" />\nWhen did cutting off your own skin become a thing?]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Ilana Strauss]]></dc:creator><pubDate>Fri, 01 Jun 2018 09:42:37 -0400</pubDate><guid>https://www.treehugger.com/organic-beauty/i-tried-getting-manicure-and-it-was-terrifying.html</guid><category>Living</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/05/cuticle-remove.jpg.400x300_q70_crop-smart.jpg\" />\nWhen did cutting off your own skin become a thing?]]></content:encoded></item><item><title><![CDATA[Homemade pasta is cheap, easy and delicious]]></title><link>https://www.treehugger.com/easy-vegetarian-recipes/homemade-pasta-cheap-easy-and-delicious.html</link><description><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/05/homemade-pasta.jpg.400x300_q70_crop-smart.jpg\" />\nOr, how to make a super special meal with just a few ingredients.]]></description><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\"><![CDATA[Melissa Breyer]]></dc:creator><pubDate>Fri, 01 Jun 2018 09:00:00 -0400</pubDate><guid>https://www.treehugger.com/easy-vegetarian-recipes/homemade-pasta-cheap-easy-and-delicious.html</guid><category>Living</category><content:encoded><![CDATA[<img src=\"https://media.treehugger.com/assets/images/2018/05/homemade-pasta.jpg.400x300_q70_crop-smart.jpg\" />\nOr, how to make a super special meal with just a few ingredients.]]></content:encoded></item></channel></rss>"
  },
  {
    "path": "api/test/data/feed/ttt.tt",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\" ?>\n<rss version=\"2.0\" xmlns:atom=\"http://www.w3.org/2005/Atom\">\n  <channel>\n    <title>烧饼博客</title>\n    <link>https://sb.sb/</link>\n    <description>Recent content on 烧饼博客</description>\n    <generator>Hugo -- gohugo.io</generator>\n    <language>zh-cmn-Hans</language>\n    <managingEditor>sb@sb.sb (Showfom)</managingEditor>\n    <webMaster>sb@sb.sb (Showfom)</webMaster>\n    <copyright>&amp;copy; Showfom</copyright>\n    <lastBuildDate>Wed, 04 Apr 2018 22:17:06 +0800</lastBuildDate>\n    \n\t<atom:link href=\"https://sb.sb/rss.xml\" rel=\"self\" type=\"application/rss+xml\" />\n    \n    \n    <item>\n      <title>Debian 9 安装 LEMP &#43; WHMCS 7.5 教程</title>\n      <link>https://sb.sb/blog/debian-install-whmcs/</link>\n      <pubDate>Wed, 04 Apr 2018 22:17:06 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/debian-install-whmcs/</guid>\n      <description>WHMCS 7.5 终于发布了，这货开始支持 PHP 7.2，这里就写个简单的教程记录一下安装方式\n1、准备工作 首先，按照《Debian 9 / Debian 8 使用源安装 LEMP 教程》安装好 LEMP 环境，可以选一些需要用到的 PHP 7.2 软件包</description>\n    </item>\n    \n    <item>\n      <title>我们做出了一个艰难的决定</title>\n      <link>https://sb.sb/blog/april-fools-2018/</link>\n      <pubDate>Sun, 01 Apr 2018 17:05:30 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/april-fools-2018/</guid>\n      <description>由于烧饼博客经营不善，博主带着小姨子跑路了，整个组织濒临破产边缘。经第一届金枪鱼全体代表大会讨论研究决定，烧饼博客名下的 Telegram 群组站将启用免费使用+付费增值模式。具体收费标准如下：\n   项目 普通用户 青铜会员 白银会员 黄金会员 铂金会员 钻石会员 大师会员 王者 备注     收费标准 免费 $9/mo $19/mo $29/mo $39/mo $49/mo $59/mo $99/mo n/a   Telegram 发言 5 条/周 10 条/周 15 条/周 20 条/周 25 条/周 30 条/周 35 条/周 无限条/周 除王者外超出部分 $1/条   Telegram 发言置顶 无 1 条/月 2 条/月 3 条/月 4 条/月 5 条/月 10 条/月 无限条/月 除王者外超出部分 $10/条   其他特权 无 无 无 无 无 Telegram 群红名 上线提醒 享受管理员特权 n/a    此标准发布即日起不执行，本文修改并抄袭自 Tuna</description>\n    </item>\n    \n    <item>\n      <title>Debian 9 安装 rTorrent &#43; ruTorrent &#43; Nginx 搭建自己的 PT / BT 盒子</title>\n      <link>https://sb.sb/blog/debian-install-rtorrent-rutorrent-nginx/</link>\n      <pubDate>Wed, 28 Mar 2018 01:56:33 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/debian-install-rtorrent-rutorrent-nginx/</guid>\n      <description>在阅读本文前，请先了解什么是 Private Tracker (简称 PT)\n Private Tracker，简称 PT，即私用种子服务器。Private Tracker 可以统计用户的上传和下载量，计算用户的分享率。你可以简单将它理解为 BT 的升级版，在拥有 BT 所有功能的同时，需要达到一定的分享率才能不被删除帐号。PT 下载其实也是 BT 下载的一种，但有两个明显的改进：一是私密的小范围下载，二是进行流量统计，根据上载量决定你的权限。\n 相关介绍请摸这儿、这儿、这儿</description>\n    </item>\n    \n    <item>\n      <title>Linux 下使用 acme.sh 和 NS 代管申请 Let&#39;s Encrypt 免费通配符证书</title>\n      <link>https://sb.sb/blog/linux-lets-encrypt-wildcard-ssl/</link>\n      <pubDate>Mon, 26 Mar 2018 19:55:34 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/linux-lets-encrypt-wildcard-ssl/</guid>\n      <description>作者： @msg7086\n1、简介 在《Linux 下使用 acme.sh 配置 Let&amp;rsquo;s Encrypt 免费 SSL 证书 + 通配符证书》一文中，我们介绍了如何使用 acme.sh 生成 Let&amp;rsquo;s Encrypt 通配符证书，而 DNS 认证签发证书一直是一个麻烦事。例如需要将 API Key 甚至是账号密码与签发脚本保存在一起，会有潜在的安全隐患；有些 DNS 服务商不提供 API，只能每三个月手工修改等等。</description>\n    </item>\n    \n    <item>\n      <title>Linux 下使用 acme.sh 配置 Let&#39;s Encrypt 免费 SSL 证书 &#43; 通配符证书</title>\n      <link>https://sb.sb/blog/linux-acme-sh-lets-encrypt-ssl/</link>\n      <pubDate>Tue, 20 Mar 2018 15:20:57 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/linux-acme-sh-lets-encrypt-ssl/</guid>\n      <description>1、什么是 SSL 证书？ SSL 是保护用户数据和防止身份被盗用的最佳方式。拥有 SSL 证书的网站可以告诉用户，他们可以放心的浏览，SSL 可以保护他们的数据安全。不同的 SSL 证书提供不同级别的验证。了解更多 &amp;gt;\n目前比较火的适合个人用户的证书就是 Let&amp;rsquo;s Encrypt，这货是免费的，下面我们就介绍一下如何在 Linux 服务器上配置 SSL 证书\n2、使用 acme.</description>\n    </item>\n    \n    <item>\n      <title>使用 Hugo 生成静态博客教程</title>\n      <link>https://sb.sb/blog/migrate-to-hugo/</link>\n      <pubDate>Mon, 19 Mar 2018 23:02:58 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/migrate-to-hugo/</guid>\n      <description>由于 Ghost 这个博客系统依赖 Nodejs，并且这货更新实在是太频繁，隔几天就得去服务器上 ghost update 一次，并不是很适合正式环境使用\n并且由于国内众所周知的政策原因，本站域名 sb.sb 已主动申请注销备案，趁着服务器迁移到海外的功夫，顺便我就把烧饼博客更换成了 Hugo，以下为 Hugo 安装和使用教程\nHugo 是一款开源的使用 go 语言写的静态网站生成器，很适合数据量不大的个人博客使用\n1、安装 Hugo 使用 Go 语言开发编译后的二进制文件并不需要任何依赖，直接在官方 Github 上下载最新的文件后解压即可运行，参考官网的安装教程</description>\n    </item>\n    \n    <item>\n      <title>Debian / Ubuntu 搭建 Isso 评论系统教程</title>\n      <link>https://sb.sb/blog/debian-ubuntu-install-isso/</link>\n      <pubDate>Mon, 19 Mar 2018 22:55:31 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/debian-ubuntu-install-isso/</guid>\n      <description>由于某说要关闭，某言对 HTTPS 支持不友好，某易必须登陆才可以且在国外访问卡出翔，剩下国产的服务都一般，而国外服务 Disqus 是个不存在的网站并且会加载一大堆追踪的 JS，对于有洁癖的博主来说，全世界第三方评论系统基本没有一个好用，所以我们可以考虑自己搭建 Isso 评论系统\nIsso 是基于 Python 写的一套评论系统，用途就是代替以上说的第三方不靠谱平台，而官网的教程坑很多，新手没有接触过运维工作安装起来难度较大，所以我就整理一下基本的教程，尽量可以让所有用户都能自行搭建评论系统\n本文所有操作均在 root 用户下进行，请自行切换\n首先，更新系统\napt-get update &amp;amp;&amp;amp; apt-get upgrade 如果您用的 Debian 9.</description>\n    </item>\n    \n    <item>\n      <title>Debian 9 / Ubuntu 16.04 搭建 Ghost 1.x 教程</title>\n      <link>https://sb.sb/blog/debian-ubuntu-install-upgrade-ghost/</link>\n      <pubDate>Mon, 19 Mar 2018 22:51:30 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/debian-ubuntu-install-upgrade-ghost/</guid>\n      <description>PS：强烈不推荐使用这个博客系统\n1、更新系统并安装必要软件 这个就不需要我多讲了，首先用 root 用户登陆系统，如果不是的话先切换到 root\nDebian 9.x 下\napt-get update &amp;amp;&amp;amp; apt-get upgrade apt-get -t stretch-backports update &amp;amp;&amp;amp; apt-get -t stretch-backports upgrade Ubuntu 16.</description>\n    </item>\n    \n    <item>\n      <title>Debian 使用 gdnsd 自建 DNS 服务并分区解析</title>\n      <link>https://sb.sb/blog/debian-install-gdnsd/</link>\n      <pubDate>Mon, 19 Mar 2018 22:33:47 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/debian-install-gdnsd/</guid>\n      <description>gdnsd 是一款权威 DNS (Authoritative-only DNS)服务器软件，因为自带 GeoIP 插件，所以很适合自建 CDN 做分区解析，著名的喂鸡百科就是使用 gdnsd 进行全球 CDN 分区解析\n众所周知，天朝的网络环境，国内访问国外慢，同理国外访问国内也慢，所以我们很有必要搭建 CDN 并且使用 DNS 进行分区解析\n而国内比较知名的权威 DNS 服务商如 CloudXNS, DNSpod 他们免费版的 DNS 服务器都在国内，这样会造成国外的用户解析你的域名很慢，同理，如果使用国外的权威 DNS 服务商如 Cloudflare, AWS Route53 他们的 DNS 服务器都部属在国外，国内访问基本要走美国节点，这样会造成国内的用户解析你的域名很慢</description>\n    </item>\n    \n    <item>\n      <title>前端 CDNJS 库及 Google Fonts、Ajax 和 Gravatar 国内加速服务</title>\n      <link>https://sb.sb/blog/css-cdn/</link>\n      <pubDate>Mon, 19 Mar 2018 22:32:23 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/css-cdn/</guid>\n      <description>由于某些众所周知的原因，好多开源的 JS 库采用的国外 CDN 托管方式在国内访问速度不如人意。所以我们特意制作了这个公益项目，托管了 CDNJS 的所有开源 JS 库以及反代了 Google Fonts、Ajax 和 Gravatar，并且全部支持 http 和 https\n1、CDNJS 开源 JS 库 我们采用的方法是每天定时同步 CDNJS 的 Github</description>\n    </item>\n    \n    <item>\n      <title>IP.SB - 在线 IPv4 / IPv6 信息查询</title>\n      <link>https://sb.sb/blog/ip-sb/</link>\n      <pubDate>Mon, 19 Mar 2018 22:31:10 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/ip-sb/</guid>\n      <description>1、IP.SB 的由来 IP.SB 前身是 IP.GS ，一个专门用于查询本地出口 IP 的网站，初衷是为了让用户更方便地知道自己的本地出口 IP，使用的数据库是 IPIP.NET 提供的商业版\n随着访问量增加，并且全世界 IPv6 渐渐普及，我们发现仅仅使用 IPIP.NET 的数据库已经无法满足需求，比如他们没有提供 IPv6 数据库，而国外的 Maxmind 的 IPv4 数据库准确性又没有 IPIP.</description>\n    </item>\n    \n    <item>\n      <title>Linux 下编译安装最新版本 Nginx</title>\n      <link>https://sb.sb/blog/linux-install-nginx/</link>\n      <pubDate>Mon, 19 Mar 2018 22:26:34 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/linux-install-nginx/</guid>\n      <description>之前介绍过《CentOS / RHEL 7.x 使用 EPEL 安装最新版本 LEMP / LNMP》，其中有两种使用源安装的方法，但是无论是 EPEL 方式或 Nginx 官方源方式，自带的 OpenSSL 版本实在过低，所以本文介绍如何在 CentOS 7.x / RHEL 7.</description>\n    </item>\n    \n    <item>\n      <title>Debian / Ubuntu 更新内核并开启 TCP BBR 拥塞控制算法</title>\n      <link>https://sb.sb/blog/debian-ubuntu-tcp-bbr/</link>\n      <pubDate>Mon, 19 Mar 2018 22:22:23 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/debian-ubuntu-tcp-bbr/</guid>\n      <description>BBR (Bottleneck Bandwidth and RTT) 是 Google 提供的 TCP 拥塞控制算法，适用于复杂网络环境下的 TCP 加速。由于众所周知的原因，天朝的网络情况在全世界都排得上号，很多情况下我们不得不进行一些细小的优化才能达到满意的效果。\n话不多说了，首先需要准备的条件\n Debian 8.x 或者 Debian 9.x 系统，当然以下教程也适合 Ubuntu 14.</description>\n    </item>\n    \n    <item>\n      <title>Debian 9 / Debian 8 安装 vnStat 统计服务器流量</title>\n      <link>https://sb.sb/blog/debian-install-vnstat/</link>\n      <pubDate>Mon, 19 Mar 2018 22:05:51 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/debian-install-vnstat/</guid>\n      <description>vnStat 是一款开源的 Linux 下统计网卡流量的软件，可以很方便地查看当前、当天、当月的流量统计报告，下面我们介绍下在 Debian 9.x 下安装 vnstat 的简单方法，本文同样适用于 Debian 8.x\n首先，使用 ip a 命令查看你机器的网卡名称，如果是全新的 iso 安装的 Debian 9，那么默认的网卡名称应该为 ens3 或 ens4</description>\n    </item>\n    \n    <item>\n      <title>Debian 9 Stretch 解决 /etc/rc.local 开机启动问题</title>\n      <link>https://sb.sb/blog/debian-9-rc-local/</link>\n      <pubDate>Mon, 19 Mar 2018 22:03:33 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/debian-9-rc-local/</guid>\n      <description>由于某些软件并没有增加开启启动的服务，很多时候需要手工添加，一般我们都是推荐添加命令到 /etc/rc.local 文件，但是 Debian 9 默认不带 /etc/rc.local 文件，而 rc.local 服务却还是自带的\nroot@debian9 ~ # cat /lib/systemd/system/rc.local.service # This file is part of systemd.</description>\n    </item>\n    \n    <item>\n      <title>阿里云通过网络安装全新 Debian 9 Stretch</title>\n      <link>https://sb.sb/blog/install-debian-alibabacloud/</link>\n      <pubDate>Mon, 19 Mar 2018 22:01:46 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/install-debian-alibabacloud/</guid>\n      <description>由于众多云主机商家的系统模板总是让人不满意，不是多装了软件就是瞎 JB 写了一些配置，而且 Debian 9.x 都发布一个多月了，国内云主机商能跟上步伐的很少，美团云甚至还停留在 Debian 7.0 时代，而且发了几次工单都没得到任何反应，这是绝对不能忍的\n作为一只有洁癖的人，我决定亲自动手重新安装阿里云和美团云的系统，这里我们以阿里云为例，希望安装的操作系统是最新版本 Debian 9.x Stretch\n1、准备工作和必要条件 准备工作\n 账号一枚 开通一个云主机并且选择操作系统选择 Debian 8 泡一杯茶静下心，按照我的教程一步一步来  必要条件</description>\n    </item>\n    \n    <item>\n      <title>Debian 8 Jessie 升级至 Debian 9 Stretch 教程</title>\n      <link>https://sb.sb/blog/debian-8-upgrade-to-debian-9/</link>\n      <pubDate>Mon, 19 Mar 2018 21:59:49 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/debian-8-upgrade-to-debian-9/</guid>\n      <description>Debian 9 Stretch 已经在 2017 年 6 月 17 号发布，而很多商家的步伐并未那么快，比如某千万云，所以我们可以选择自己升级\n本教程会指导你如何在 Debian 8 Jessie 的机器上快速升级到 Debian 9 Stretch\n以下安装步骤都在 root 用户下完成，请自行使用 su 命令切换到 root 用户</description>\n    </item>\n    \n    <item>\n      <title>CentOS / RHEL 7 升级 OpenSSL 教程</title>\n      <link>https://sb.sb/blog/centos-upgrade-openssl/</link>\n      <pubDate>Mon, 19 Mar 2018 21:56:44 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/centos-upgrade-openssl/</guid>\n      <description>CentOS 7.x 的 OpenSSL 软件版本实在是低，2017 年了还在用人家 2013 年的版本，而且 1.0.1 版本对 ALPN 不支持，已经没法跟上大环境的节奏了\n可以看一下默认自带的版本\n[root@centos]# openssl version OpenSSL 1.0.1e-fips 11 Feb 2013 所以我们有必要升级 CentOS 7.</description>\n    </item>\n    \n    <item>\n      <title>CentOS / RHEL 7 使用 EPEL 安装 LEMP 教程</title>\n      <link>https://sb.sb/blog/centos-install-nginx-php-mysql/</link>\n      <pubDate>Mon, 19 Mar 2018 21:52:47 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/centos-install-nginx-php-mysql/</guid>\n      <description>CentOS 是 RHEL (Red Hat Enterprise Linux) 的免费版，由于红帽的大力推广，在国内外很是流行。因为众多企业和开发者使用，首先要求的是保证稳定，所以 CentOS 下的软件从不追求最新版本。\n而很多时候我们不得不用到最新的版本进行一些操作，本文就介绍在 CentOS / RHEL 7.x 下使用 EPEL 以及官网仓库安装最新版本的 LEMP</description>\n    </item>\n    \n    <item>\n      <title>Projects</title>\n      <link>https://sb.sb/projects/</link>\n      <pubDate>Mon, 19 Mar 2018 21:44:51 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/projects/</guid>\n      <description>本博客团队目前提供以下免费公益服务\n SM.MS 图床 | 官网\n U.NU 短网址 | 官网\n IP 地址查询 | 官网 | 详细介绍\n CSS / JS 前端资源国内加速服务 | 官网 | 详细介绍</description>\n    </item>\n    \n    <item>\n      <title>Disclaimer / 免责申明</title>\n      <link>https://sb.sb/disclaimer/</link>\n      <pubDate>Mon, 19 Mar 2018 21:44:33 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/disclaimer/</guid>\n      <description>烧饼博客提供的所有内容仅供学习、分享与交流，我们不保证内容的正确性。通过使用本站内容随之而来的风险与本站无关。当使用本站时，代表你已接受本站的免费声明和隐私原则等条款。\n隐私原则 烧饼博客目前涉及到浏览者隐私的只有一个地方，就是留言区（文章评论）。当你留言时，你的电子邮箱、Cookies 信息和 IPv4 / IPv6 地址都会被记录。这些信息仅为了改进我们的网站质量和可能的交流沟通。我们不会将这些信息进行展示、出租或出售给任何人。但以下情况除外：\n 只有透露您的个人资料，才能提供您所要求的产品和服务； 我们需要听从法庭传票、法律命令或遵循法律程序； 我们发现您违反了烧饼博客已发布的条款或声明。  其他声明 烧饼博客所有文章、图片等均为键盘自动生成，包括以上所有文字，由业内高级人工智能自动筛选并记录，谢绝所有人肉和跨省。\n烧饼博客的域名 sb.sb 目前暂时不出售。</description>\n    </item>\n    \n    <item>\n      <title>RSS Subscription / 订阅</title>\n      <link>https://sb.sb/rss-feed/</link>\n      <pubDate>Mon, 19 Mar 2018 21:44:23 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/rss-feed/</guid>\n      <description>如果您想订阅本站，有如下方法：\n1、RSS 本站默认的 RSS 订阅地址是 https://sb.sb/atom.xml 或者 https://sb.sb/rss.xml\n为了避免本站更换域名的影响，您也可以使用 Google FeedBurner 烧录好的地址\nhttp://feeds.feedburner.com/showfom\n2、Telegram 频道 您可以订阅本站 Telegram 频道 @sbDOTsb 获取更新</description>\n    </item>\n    \n    <item>\n      <title>Links / 友情链接</title>\n      <link>https://sb.sb/links/</link>\n      <pubDate>Mon, 19 Mar 2018 21:44:14 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/links/</guid>\n      <description>友链需要满足以下条件：\n 独立博客，独立域名 全站 HTTPS  以及，这只是基本要求，但是本站不接受友链申请，如果您的博客或者您和我很熟悉，我会自己加上作为收藏备份，主动要求加友链的一律拒绝。\n以下排名不分先后\n 徒弟小成 垃圾荣荣 死B凤凰卷 可爱的 Jixun 前男友 fdb713 蛇皮肥猫 Ben Wang HJC JerryQu lwl12 DIYgod 暮光博客 超能小紫 stneng joyqi 灰姑娘 呼呼 NBA 2K 中文网  </description>\n    </item>\n    \n    <item>\n      <title>Debian 9 / Debian 8 使用源安装 LEMP 教程</title>\n      <link>https://sb.sb/blog/debian-install-nginx-php-mysql/</link>\n      <pubDate>Mon, 19 Mar 2018 21:18:51 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/debian-install-nginx-php-mysql/</guid>\n      <description>Debian 9 代号 Stretch 在 2017 年 6 月 18 号正式发布，由于是最新的系统，原来基于 Dotdeb 安装最新 LEMP 的教程已经过时，本文将介绍使用官方源和第三方源在 Debian 9.x Stretch 安装最新版 LEMP 的教程，并且可以自行选择 PHP 版本。</description>\n    </item>\n    \n    <item>\n      <title>Ubuntu 16.04 / Ubuntu 14.04 使用源安装 LEMP 教程</title>\n      <link>https://sb.sb/blog/ubuntu-install-nginx-php-mysql/</link>\n      <pubDate>Mon, 19 Mar 2018 21:11:31 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/blog/ubuntu-install-nginx-php-mysql/</guid>\n      <description>LEMP 指的是 Linux + Nginx (发音 engine x 所以这里是 E 而不是 N) + MySQL + PHP 的简称，国内有些地方叫做 LNMP (因为 LNMP 没法读出来，而 LEMP 可以直接发音，所以今后本站教程一律都会写 LEMP)</description>\n    </item>\n    \n    <item>\n      <title>Contact / 联系</title>\n      <link>https://sb.sb/contact/</link>\n      <pubDate>Mon, 19 Mar 2018 20:14:26 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/contact/</guid>\n      <description>一般情况下，各路兄弟姐妹们可以通过以下方式联系我\n QQ / QQ 群 235701 (好友快满，基本不加人，加群需要收费) WeChat 同上，好友快满，基本不能再加人了 Telegram @Showfom Email showfom at gmail dot com Hangouts 同上 SMS / Google Project Fi +1 (217)288-8888 Twitter @Showfom Facebook Messenger @Showfom Skype Showfom  把我放入您手机的联系人 +1 (217)288-8888 基本绑定手机号码的服务就会出现我</description>\n    </item>\n    \n    <item>\n      <title>About / 关于</title>\n      <link>https://sb.sb/about/</link>\n      <pubDate>Mon, 19 Mar 2018 20:13:02 +0800</pubDate>\n      <author>sb@sb.sb (Showfom)</author>\n      <guid>https://sb.sb/about/</guid>\n      <description>如无特殊声明，本站所有内容均在 WTFPL 许可下发布</description>\n    </item>\n    \n  </channel>\n</rss>"
  },
  {
    "path": "api/test/data/feed/xda-developers.com",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\"\n\txmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n\txmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\n\txmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n\txmlns:atom=\"http://www.w3.org/2005/Atom\"\n\txmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\"\n\txmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n\t>\n\n<channel>\n\t<title>XDA Android &#8211; xda-developers</title>\n\t<atom:link href=\"https://www.xda-developers.com/category/android/feed/\" rel=\"self\" type=\"application/rss+xml\" />\n\t<link>https://www.xda-developers.com</link>\n\t<description>Android and Windows Phone Development Community</description>\n\t<lastBuildDate>Mon, 02 Jul 2018 15:35:15 +0000</lastBuildDate>\n\t<language>en-US</language>\n\t<sy:updatePeriod>hourly</sy:updatePeriod>\n\t<sy:updateFrequency>1</sy:updateFrequency>\n\t<generator>https://wordpress.org/?v=4.9.6</generator>\n\t<item>\n\t\t<title>How to immediately get OxygenOS updates for the OnePlus 6/5T/5/3T/3</title>\n\t\t<link>https://www.xda-developers.com/get-oxygenos-update-oneplus-6-oneplus-5t-oneplus-5-oneplus-3t-oneplus-3/</link>\n\t\t<comments>https://www.xda-developers.com/get-oxygenos-update-oneplus-6-oneplus-5t-oneplus-5-oneplus-3t-oneplus-3/#respond</comments>\n\t\t<pubDate>Sun, 01 Jul 2018 03:00:33 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Arol Wright]]></dc:creator>\n\t\t\t\t<category><![CDATA[Featured]]></category>\n\t\t<category><![CDATA[Full XDA]]></category>\n\t\t<category><![CDATA[News]]></category>\n\t\t<category><![CDATA[Tutorials]]></category>\n\t\t<category><![CDATA[XDA Android]]></category>\n\t\t<category><![CDATA[XDA Feature]]></category>\n\t\t<category><![CDATA[android security update]]></category>\n\t\t<category><![CDATA[android security updates]]></category>\n\t\t<category><![CDATA[Android Updates]]></category>\n\t\t<category><![CDATA[How to]]></category>\n\t\t<category><![CDATA[OnePlus 3]]></category>\n\t\t<category><![CDATA[OnePlus 3T]]></category>\n\t\t<category><![CDATA[OnePlus 3T colette edition]]></category>\n\t\t<category><![CDATA[OnePlus 3T Midnight Edition]]></category>\n\t\t<category><![CDATA[OnePlus 5]]></category>\n\t\t<category><![CDATA[oneplus 5t]]></category>\n\t\t<category><![CDATA[oneplus 5t star wars limited edition]]></category>\n\t\t<category><![CDATA[OnePlus 6]]></category>\n\t\t<category><![CDATA[OTA Update]]></category>\n\t\t<category><![CDATA[OxygenOS]]></category>\n\t\t<category><![CDATA[soft gold oneplus 3]]></category>\n\t\t<category><![CDATA[Software update]]></category>\n\t\t<category><![CDATA[software updates]]></category>\n\t\t<category><![CDATA[tutorial]]></category>\n\t\t<category><![CDATA[Update]]></category>\n\t\t<category><![CDATA[updates]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.xda-developers.com/?p=221966</guid>\n\t\t<description><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/03/oxygenos-logo-feature-150x150.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"OxygenOS Open Beta for the OnePlus 5 and OnePlus 5T\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" />One of the most annoying parts of over-the-air (OTA) updates is waiting for the update to be delivered on your device. This varies wildly from device to device, and many factors take part while checking if you&#8217;re eligible: your carrier, your OEM, your current Android version, and your actual geographical location/IP, just to name a]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/03/oxygenos-logo-feature-150x150.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"OxygenOS Open Beta for the OnePlus 5 and OnePlus 5T\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" /><p class=\"dropcap\">One of the most annoying parts of over-the-air (OTA) updates is waiting for the update to be delivered on your device. This varies wildly from device to device, and many factors take part while checking if you&#8217;re eligible: your carrier, your OEM, your current Android version, and your actual geographical location/IP, just to name a few. It&#8217;s particularly annoying when your OEM doesn&#8217;t officially support your country. If you want to skip the wait and immediately get <a href=\"https://www.xda-developers.com/tag/oxygenos/\">OxygenOS</a> updates on your <a href=\"https://goo.gl/oSh4G9\">OnePlus 6</a>, <a href=\"https://forum.xda-developers.com/oneplus-5t\">OnePlus 5T</a>, <a href=\"https://forum.xda-developers.com/oneplus-5\">OnePlus 5</a>, <a href=\"https://forum.xda-developers.com/oneplus-3t\">OnePlus 3T</a>, or <a href=\"https://forum.xda-developers.com/oneplus-3\">OnePlus 3</a>, then you can use the free Oxygen Updater app to do so.</p>\n<h2>Skipping the line with Oxygen Updater</h2>\n<p>I live in Caracas, Venezuela, and I currently use a OnePlus 5T as my daily driver. OnePlus doesn&#8217;t officially sell their phones in Venezuela—I had to import mine from the U.S. store and have it shipped to me via a third-party, so OxygenOS updates are sometimes delayed by quite a bit here. I often download update packages with my browser, either from the official OnePlus download section or XDA threads, in order to update my device and then proceed to install it with either <a href=\"https://www.xda-developers.com/how-to-install-twrp/\">TWRP</a> or the Oxygen Recovery.</p>\n<p>It&#8217;s even worse for other devices made by other manufacturers. Just to cite an example, update rollouts for LG can often take months to roll out from one country to the other. This is pretty common practice in the Android ecosystem. It&#8217;s pretty rare to find a phone that actually receives timely security patches, without counting the <a href=\"https://forum.xda-developers.com/pixel\">Google Pixel</a> phones. OnePlus used to be pretty slow when keeping their phones up to date, but they have picked up the pace recently, especially when it comes to security patches. But actual OTA rollouts still take a while to reach everyone. There&#8217;s a good reason for that, though, and it&#8217;s to ensure that bugs are caught early before the update reaches everyone.</p>\n<p>If you don&#8217;t want to wait for an update, you can use a VPN to connect to OnePlus&#8217; usual test markets: Germany or Canada. This is exactly what the Oxygen Updater app does for you. Oxygen Updater is a pretty nifty tool that, despite what the name would tell you, is not made by OnePlus or anyone closely related to the company. It&#8217;s instead an unofficial tool which focuses on OnePlus devices like the OnePlus 6, OnePlus 5T, OnePlus 5, OnePlus 3T, and OnePlus 3. The concept is pretty simple: you select your device and the app checks whether an update is available.</p>\n\n<a href='https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182328.jpg' title=\"\" data-rl_title=\"\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-1\"><img width=\"512\" height=\"1024\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182328-512x1024.jpg\" class=\"attachment-large size-large rl-gallery-link\"  alt=\"How to get OxygenOS updates on the OnePlus 6, OnePlus 5T, OnePlus 5, OnePlus 3T, and OnePlus 3\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182328-512x1024.jpg 512w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182328-150x300.jpg 150w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182328.jpg 600w\" sizes=\"(max-width: 512px) 100vw, 512px\" /></a>\n<a href='https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182332.jpg' title=\"\" data-rl_title=\"\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-1\"><img width=\"512\" height=\"1024\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182332-512x1024.jpg\" class=\"attachment-large size-large rl-gallery-link\"  alt=\"How to get OxygenOS updates on the OnePlus 6, OnePlus 5T, OnePlus 5, OnePlus 3T, and OnePlus 3\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182332-512x1024.jpg 512w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182332-150x300.jpg 150w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182332.jpg 600w\" sizes=\"(max-width: 512px) 100vw, 512px\" /></a>\n<a href='https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182338.jpg' title=\"\" data-rl_title=\"\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-1\"><img width=\"512\" height=\"1024\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182338-512x1024.jpg\" class=\"attachment-large size-large rl-gallery-link\"  alt=\"How to get OxygenOS updates on the OnePlus 6, OnePlus 5T, OnePlus 5, OnePlus 3T, and OnePlus 3\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182338-512x1024.jpg 512w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182338-150x300.jpg 150w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182338.jpg 600w\" sizes=\"(max-width: 512px) 100vw, 512px\" /></a>\n\n<p>Oxygen Updater grabs update packages for all currently supported OnePlus devices, including the OnePlus 6, the OnePlus 5/OnePlus 5T, and the OnePlus 3/OnePlus 3T, in both OxygenOS stable and Open Beta channels. It also gives you the option to download partial OTA packages (if you&#8217;re unrooted) and full firmware ZIPs, both of which you can install through your recovery of choice. Furthermore, it skips over OnePlus&#8217; OTA rollouts: if an update exists for your device, you&#8217;ll be able to download said update right away, even if the Update section in your phone says your device is up to date.</p>\n\n<a href='https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182348.jpg' title=\"\" data-rl_title=\"\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-2\"><img width=\"512\" height=\"1024\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182348-512x1024.jpg\" class=\"attachment-large size-large rl-gallery-link\"  alt=\"How to get OxygenOS updates on the OnePlus 6, OnePlus 5T, OnePlus 5, OnePlus 3T, and OnePlus 3\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182348-512x1024.jpg 512w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182348-150x300.jpg 150w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182348.jpg 600w\" sizes=\"(max-width: 512px) 100vw, 512px\" /></a>\n<a href='https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182357.jpg' title=\"\" data-rl_title=\"\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-2\"><img width=\"512\" height=\"1024\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182357-512x1024.jpg\" class=\"attachment-large size-large rl-gallery-link\"  alt=\"How to get OxygenOS updates on the OnePlus 6, OnePlus 5T, OnePlus 5, OnePlus 3T, and OnePlus 3\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182357-512x1024.jpg 512w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182357-150x300.jpg 150w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180623-182357.jpg 600w\" sizes=\"(max-width: 512px) 100vw, 512px\" /></a>\n\n<h2>How to get OxygenOS updates on the OnePlus 6/5T/5/3T/3</h2>\n<p>For all intents and purposes, it&#8217;s just as feature rich as the OxygenOS update manager. Maybe even better. It&#8217;s pretty simple to use, actually:</p>\n<ol>\n<li>Download Oxygen Updater from the Google Play Store using the button below.</li>\n<li>Start the app. It&#8217;ll start on the setup screen, where the app will be configured for your device.</li>\n<li>Note that the app may check for root access and ask for root permissions. If applicable, then grant it, since it will simply default the update method to &#8220;full update&#8221; instead of partial update otherwise.</li>\n<li>Follow through the setup until you get to the main screen. If it says your device is up to date, then congrats!</li>\n<li>If it says an update is available, download it and the update will begin downloading in the background.</li>\n<li>After it&#8217;s finished, just tap on the notification. The app will follow through the normal update cycle: it&#8217;ll reboot, boot into recovery mode, install, then reboot again.</li>\n</ol>\n<p>I found it to be a pretty reliable tool during my own testing. I bumped my OnePlus 5T from Open Beta 8 straight to <a href=\"https://www.xda-developers.com/oxygenos-open-beta-12-10-oneplus-5-5t/\">Open Beta 10</a> in a breeze. As we said before, it&#8217;s also compatible with all devices currently supported by OnePlus, so it&#8217;s definitely something worth checking out if you&#8217;re a OnePlus user. You can download and give Oxygen Updater a shot yourself for free from Google Play.</p>\n<!-- WP-Appbox (Version: 4.0.53 // Store: googleplay // ID: com.arjanvlek.oxygenupdater) --><p><a target=\"_blank\" rel=\"nofollow\" href=\"https://play.google.com/store/apps/details?id=com.arjanvlek.oxygenupdater\" title=\"Oxygen Updater\">Oxygen Updater (Free<sup>+</sup>, Google Play) →</a></p><!-- /WP-Appbox -->\n<p class=\"clear:both;\">\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.xda-developers.com/get-oxygenos-update-oneplus-6-oneplus-5t-oneplus-5-oneplus-3t-oneplus-3/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>How EAS helps make the Google Pixel the fastest Android phone</title>\n\t\t<link>https://www.xda-developers.com/google-pixel-fastest-android-phone-eas/</link>\n\t\t<comments>https://www.xda-developers.com/google-pixel-fastest-android-phone-eas/#respond</comments>\n\t\t<pubDate>Sat, 30 Jun 2018 14:55:01 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Adam Conway]]></dc:creator>\n\t\t\t\t<category><![CDATA[Developments]]></category>\n\t\t<category><![CDATA[Featured]]></category>\n\t\t<category><![CDATA[Full XDA]]></category>\n\t\t<category><![CDATA[News]]></category>\n\t\t<category><![CDATA[XDA Android]]></category>\n\t\t<category><![CDATA[XDA Feature]]></category>\n\t\t<category><![CDATA[benchmark]]></category>\n\t\t<category><![CDATA[benchmarks]]></category>\n\t\t<category><![CDATA[custom kernel]]></category>\n\t\t<category><![CDATA[Custom ROM]]></category>\n\t\t<category><![CDATA[custom ROMs]]></category>\n\t\t<category><![CDATA[customROM]]></category>\n\t\t<category><![CDATA[energy aware scheduling]]></category>\n\t\t<category><![CDATA[Google Pixel]]></category>\n\t\t<category><![CDATA[Google Pixel 2]]></category>\n\t\t<category><![CDATA[google Pixel 2 XL]]></category>\n\t\t<category><![CDATA[Google Pixel XL]]></category>\n\t\t<category><![CDATA[Kernel]]></category>\n\t\t<category><![CDATA[Linux]]></category>\n\t\t<category><![CDATA[OnePlus 3]]></category>\n\t\t<category><![CDATA[OnePlus 6]]></category>\n\t\t<category><![CDATA[performance]]></category>\n\t\t<category><![CDATA[Qualcomm Snapdragon 820]]></category>\n\t\t<category><![CDATA[Qualcomm Snapdragon 821]]></category>\n\t\t<category><![CDATA[qualcomm snapdragon 845]]></category>\n\t\t<category><![CDATA[ROM]]></category>\n\t\t<category><![CDATA[ROMs]]></category>\n\t\t<category><![CDATA[snapdragon 820]]></category>\n\t\t<category><![CDATA[snapdragon 821]]></category>\n\t\t<category><![CDATA[speed]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.xda-developers.com/?p=185480</guid>\n\t\t<description><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Linux-Tux-Feature-Image-XDA-Orange-150x150.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"Linux Kernel Energy Aware Scheduling\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" />Far back in the past when Linux was just an idea in the mind of Linus Torvalds, CPUs were single-core entities which required an immense amount of energy for little power. The first ever commercially available processor, the Intel 4004, ran at a clock-rate of 740kHz on a single core. Back then, there was no need]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Linux-Tux-Feature-Image-XDA-Orange-150x150.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"Linux Kernel Energy Aware Scheduling\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" /><p class=\"dropcap\">Far back in the past when Linux was just an idea in the mind of Linus Torvalds, CPUs were single-core entities which required an immense amount of energy for little power. The first ever commercially available processor, the Intel 4004, ran at a clock-rate of 740kHz on a single core. Back then, there was no need for a load scheduler. Load scheduling was reserved for the dual-core &#8220;behemoths&#8221; such as the IBM Power 4 which came out some decades after. These ran at a beastly 1.1GHz to 1.9GHz and required programs and the system to utilize these cores correctly. How did we get from these machines to software algorithms that make use of multiple cores? You may have heard of Energy Aware Scheduling (EAS) on our forums before. It&#8217;s part of the reason why the <a href=\"https://forum.xda-developers.com/pixel\">Google Pixel</a> smartphones perform so well. What&#8217;s so great about EAS and how did we even get to this point? Before we can explain that, we need to talk about Linux load schedulers.</p>\n<hr />\n<h2>The Evolution of the Linux Load Schedulers</h2>\n<h3>Round-Robin Scheduling</h3>\n<div id=\"attachment_185558\" style=\"width: 410px\" class=\"wp-caption alignright\"><img class=\"wp-image-185558\" src=\"https://www1-lw.xda-cdn.com/files/2017/08/RoundRobin-198x300.jpg\" alt=\"\" width=\"400\" height=\"607\" srcset=\"https://www1-lw.xda-cdn.com/files/2017/08/RoundRobin-198x300.jpg 198w, https://www1-lw.xda-cdn.com/files/2017/08/RoundRobin-768x1165.jpg 768w, https://www1-lw.xda-cdn.com/files/2017/08/RoundRobin-675x1024.jpg 675w, https://www1-lw.xda-cdn.com/files/2017/08/RoundRobin.jpg 791w\" sizes=\"(max-width: 400px) 100vw, 400px\" /><p class=\"wp-caption-text\">Round Robin Processing. Source: Wikipedia</p></div>\n<p>Round robin processing is a simple concept to explain and understand, and an even simpler one to grasp its disadvantages. Round-robin uses time slicing to allocate time to each process. Let&#8217;s assume we have four processes running on our computer.</p>\n<ul>\n<li>Process A</li>\n<li>Process B</li>\n<li>Process C</li>\n<li>Process D</li>\n</ul>\n<p>Now, let&#8217;s do the job of the round-robin scheduler. We will allocate 100 milliseconds (time-slicing) to each process before moving on to the next. This means Process A can take 100 milliseconds to do its processing, then it moves to Process B and so on. If an application&#8217;s job takes 250 milliseconds to do, it will need to go through this process 3 times just to finish its work! Now scale this across different cores, so that Process A and Process B are allocated to core 1, and Process C and Process D are allocated to core 2. This was replaced by O(n) scheduling (which was like round-robin, but using epochs and allowing dynamic allocation of time), then O(1) scheduling (minimized overhead, unlimited process support), then finally the Completely Fair Scheduler (CFS). CFS was merged into the Linux kernel version 2.6.23 in October 2007. It has been overhauled since and is still the default scheduler in Linux systems.</p>\n<h3>Completely Fair Scheduler</h3>\n<p>The Completely Fair Scheduler has existed in Android since its inception and is used on non-big.LITTLE devices. It uses an intelligent algorithm to determine processing order, time allocated etc. It is an example of a working implementation of the well-studied scheduling algorithm called &#8220;weighted fair queueing.&#8221; This basically focuses on providing priority to system processes and other high priority processes running on the machine. If it were to run on a big.LITTLE device, all cores would be perceived as equal. This is bad, as low power cores may be forced to run intensive applications, or even worse, the opposite may occur. The decoding for listening to music may be done on the big core, for example, increasing power consumption needlessly. This is why we need a new scheduler for big.LITTLE, one which can actually recognise and utilise the difference in cores in a power efficient manner. That&#8217;s where Heterogeneous Multi-Processing (HMP) comes in, the standard load scheduler most Android phones are running now.</p>\n<h3>Heterogeneous Multi-Processing</h3>\n<p>This is the standard load scheduler for any big.LITTLE device released in recent years, other than the Google Pixel. HMP makes use of the big.LITTLE architecture, delegating low priority, less intensive work to the little cores which consume less power. HMP is &#8220;safe&#8221; wherein it knows what should go to the big cores and what should go to the little cores, without making mistakes. It just works and requires a lot less effort to set up on the development side than something like EAS, which we&#8217;ll get into in a moment. HMP is just an extension of CFS to make it power aware.</p>\n<p>HMP doesn&#8217;t take guesses, nor does it predict future processes. This is good but is why the device cannot be as fluid as those running EAS and is also why it consumes slightly more battery. This, finally, brings us to Energy Aware Scheduling (EAS), which I firmly believe is the future in ROM and kernel development as more OEMs adopt it.</p>\n<h3>Energy Aware Scheduling</h3>\n<p>Energy Aware Scheduling (EAS) is the next big thing that users on our forums are talking about. If you use a <a href=\"https://forum.xda-developers.com/oneplus-3\">OnePlus 3</a> (or a Google Pixel, obviously) you&#8217;ve definitely heard about it in the forums. It launched into the mainstream with the Qualcomm <a href=\"https://www.xda-developers.com/tag/qualcomm-snapdragon-845/\">Snapdragon 845</a>, so if you have one of these devices you already have an EAS-enabled smartphone. EAS in the form of kernels such as <a href=\"https://forum.xda-developers.com/oneplus-3/oneplus-3--3t-cross-device-development/renderzenith-op3-t3803706\">RenderZenith</a> and ROMs such as <a href=\"https://forum.xda-developers.com/oneplus-3/oneplus-3--3t-cross-device-development/rom-kernel-vertexos-blazar-zenith-kernel-t3571781\">VertexOS</a> and <a href=\"https://forum.xda-developers.com/oneplus-3/oneplus-3--3t-cross-device-development/rom-pure-fusion-os-t3654996\">PureFusion</a> were taking the OnePlus 3 forums by storm in its prime. Of course, the Google Pixel also comes with EAS. With the promises of improved battery life and better performance, what&#8217;s the catch?</p>\n<p>Energy Aware Scheduling is not as simple as it is not universal to every device like CFS or HMP. EAS requires an understanding of the processor it is running on, based off of an energy model. These energy models are made by teams of engineers constantly testing and working to give an optimal performance. As the <a href=\"https://www.xda-developers.com/tag/qualcomm-snapdragon-820/\">Snapdragon 820</a> and 821 are basically the same, custom kernels on the OnePlus 3 uses the Google Pixel energy model. Devices with the Snapdragon 845 can utilise EAS, and the <a href=\"https://goo.gl/oSh4G9\">OnePlus 6</a> does to some degree. It&#8217;s not as tuned as a Google Pixel device would be, but it gets the job done. Here&#8217;s an example of how, despite the OnePlus 6 having a better processor with EAS, the <a href=\"https://forum.xda-developers.com/pixel-2-xl\">Pixel 2 XL</a> still beats it in smoothness. Both of these images were taken from our <a href=\"https://www.xda-developers.com/oneplus-6-speed-gaming-review/\">speed-oriented review</a> of the OnePlus 6.</p>\n\n<a href='https://www1-lw.xda-cdn.com/files/2018/06/Pixel-2-XL_scrolling_PlayStore_round2-1.png' title=\"\" data-rl_title=\"\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-3\"><img width=\"900\" height=\"600\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Pixel-2-XL_scrolling_PlayStore_round2-1-1024x683.png\" class=\"attachment-large size-large rl-gallery-link\"  alt=\"\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/Pixel-2-XL_scrolling_PlayStore_round2-1-1024x683.png 1024w, https://www1-lw.xda-cdn.com/files/2018/06/Pixel-2-XL_scrolling_PlayStore_round2-1-300x200.png 300w, https://www1-lw.xda-cdn.com/files/2018/06/Pixel-2-XL_scrolling_PlayStore_round2-1-768x512.png 768w, https://www1-lw.xda-cdn.com/files/2018/06/Pixel-2-XL_scrolling_PlayStore_round2-1.png 1200w\" sizes=\"(max-width: 900px) 100vw, 900px\" /></a>\n<a href='https://www1-lw.xda-cdn.com/files/2018/06/ONEPLUS-A6003_scrolling_PlayStore_round2-1.png' title=\"\" data-rl_title=\"\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-3\"><img width=\"900\" height=\"600\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/ONEPLUS-A6003_scrolling_PlayStore_round2-1-1024x683.png\" class=\"attachment-large size-large rl-gallery-link\"  alt=\"\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/ONEPLUS-A6003_scrolling_PlayStore_round2-1-1024x683.png 1024w, https://www1-lw.xda-cdn.com/files/2018/06/ONEPLUS-A6003_scrolling_PlayStore_round2-1-300x200.png 300w, https://www1-lw.xda-cdn.com/files/2018/06/ONEPLUS-A6003_scrolling_PlayStore_round2-1-768x512.png 768w, https://www1-lw.xda-cdn.com/files/2018/06/ONEPLUS-A6003_scrolling_PlayStore_round2-1.png 1200w\" sizes=\"(max-width: 900px) 100vw, 900px\" /></a>\n\n<p>If you have trouble understanding the graphs, you can take a look at the image below for guidance. Anything exceeding the green line indicates dropped frames and, in the worst cases, noticeable stuttering.</p>\n<p><img class=\"aligncenter size-large wp-image-220571\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/gpu-profiling-1024x357-1024x357.png\" alt=\"\" width=\"900\" height=\"314\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/gpu-profiling-1024x357.png 1024w, https://www1-lw.xda-cdn.com/files/2018/06/gpu-profiling-1024x357-300x105.png 300w, https://www1-lw.xda-cdn.com/files/2018/06/gpu-profiling-1024x357-768x268.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" /></p>\n<p>The OnePlus 6 implementation of EAS is interesting, as it doesn&#8217;t appear to be a fully-fledged implementation like you&#8217;d find on a Google Pixel with the same SoC. The scheduler tunables don&#8217;t make much sense either, so that probably explains why it&#8217;s not as performance efficient as you&#8217;d expect. It&#8217;s extremely conservative in power consumption, with the system prioritising the low power cores for the majority of the work.</p>\n<p>Tunables are simply a set of parameters that are passed to the CPU governor, which changes how the governor reacts to certain situations in terms of frequency. The scheduler then decides where it places tasks on different processors. The OnePlus 6&#8217;s tunables are set to prioritise work on low-powered cores. It also doesn&#8217;t help that the Google Pixel 2 has a huge amount of input boost, keeping all 8 cores online all the time. Google also uses an <a href=\"https://source.android.com/devices/tech/debug/jank_jitter#interrupt\">interrupt balancer</a> which helps to remove frame drops and improve performance.</p>\n<p>So how does EAS work? Why is it so efficient only in certain conditions?</p>\n<p>Energy Aware Scheduling introduces the need to use an energy model, and as mentioned above requires a lot of testing and work to make it perfect. EAS attempts to unify three different core parts of the kernel which all act independently, and the energy model helps to unify them.</p>\n<ul>\n<li>Linux scheduler (CFS, mentioned above)</li>\n<li>Linux cpuidle</li>\n<li>Linux cpufreq</li>\n</ul>\n<p>Unifying all 3 parts under the scheduler and calculating them together gives a potential for energy saving, as calculating them together allows them to be as efficient as possible. CPUIdle tries to decide when the CPU should go into an idle mode, while CPUFreq tries to decide when to ramp up or down the CPU. Both of these modules have the primary goal of saving energy. Not only that, it then categorizes processes into four cgroups, being top-app, system-background, foreground, and background. Tasks due to be processed are placed into one of these categories, and then the category is given CPU power and the work is delegated over different CPU cores. top-app is the highest priority of completion, followed by foreground, background, and then system-background. Background technically has the same priority as system-background, but system-background usually also has access to more little cores. In effect, Energy Aware Scheduling is taking core parts of the Linux kernel and unifying it all into one process.</p>\n<p>When waking the device, EAS will choose the core in the shallowest idle state, minimising the energy needed to wake the device. This helps to reduce the required power in using the device, as it will not wake up the large cluster if it doesn&#8217;t need to. Load tracking is also an extremely crucial part of EAS, and there are two options. &#8220;Per-Entity Load Tracking&#8221; (PELT) is usually used for load tracking, the information is then used to decide frequencies and how to delegate tasks across the CPU. &#8220;Window-Assisted Load Tracking&#8221; (WALT) can also be used and is what&#8217;s used on the Google Pixel. Many EAS ROMs on our forums, such as VertexOS, opt to use WALT. Many ROMs will release two versions of the kernel with WALT or PELT, so it&#8217;s up to the user to decide. WALT is more bursty, with high peaks in CPU frequency while PELT tries to remain more consistent. The load tracker doesn&#8217;t actually affect the CPU frequency, it just tells the system what the CPU usage is at. A higher CPU usage requires a higher frequency and so a consistent trait of PELT is that it causes the CPU frequency to ramp up or down slowly. PELT does tend to stray towards higher CPU load reporting, so it may provide higher performance at a higher battery cost. Nobody can really say at this point in time which load tracking system is better, however, as both load tracking methods are getting continually patched and refined.</p>\n<p>Either way, it&#8217;s obvious that, regardless of the load tracking method used, there is an increase in efficiency. Rather than just processing tasks on any processor, the task is analyzed and the amount of energy required to run it is estimated. This clever task placement means that tasks get completed in a much more efficient manner while also making the system quicker as a whole. EAS is all about getting the smoothest UI possible with minimal power usage. This is where other external components such as schedtune come into play.</p>\n<p>Schedtune is defined in each cgroup by two tunables which ensure finer control over the tasks to be completed. It doesn&#8217;t just control the spread out of tasks over multiple CPUs, but also if the perceived load should be inflated in order to ensure time-sensitive tasks are completed quicker. This way, foreground applications and services that the user is availing of won&#8217;t slow down and cause unnecessary performance issues.</p>\n<p>While Energy Aware Scheduling is the next big thing, it can also be argued it&#8217;s already here and has been for a while. With more and more devices hitting the mainstream with Energy Aware Scheduling, a new age of mobile processing efficiency is here.</p>\n<h2>The Pros and Cons of Round-Robin, CFS, HMP and EAS</h2>\n<p>While my graphics skills are sub-par, I have thrown together an image which should summarize what the pros and cons of each of these schedulers are.</p>\n<p><img class=\"aligncenter wp-image-221158 size-large\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/schedulers-1024x683.png\" alt=\"\" width=\"900\" height=\"600\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/schedulers-1024x683.png 1024w, https://www1-lw.xda-cdn.com/files/2018/06/schedulers-300x200.png 300w, https://www1-lw.xda-cdn.com/files/2018/06/schedulers-768x512.png 768w, https://www1-lw.xda-cdn.com/files/2018/06/schedulers.png 1200w\" sizes=\"(max-width: 900px) 100vw, 900px\" /></p>\n<hr />\n<p><em>I would like to extend a special thank you to XDA Recognised Contributor <a href=\"https://forum.xda-developers.com/member.php?u=5060769\">Mostafa Wael</a> whose explanations of various aspects of EAS greatly helped in making this article possible. I would also like to thank XDA Recognised Developer<a href=\"https://forum.xda-developers.com/member.php?u=6745491\"> joshuous</a>, XDA Recognised Developer <a href=\"https://forum.xda-developers.com/member.php?u=5438598\">RenderBroken</a> and <a href=\"https://forum.xda-developers.com/u11/development/kernel-kirisakura-eas-0-7-energy-aware-t3647471/post73189268\">Mostafa Wael for his write up on EAS</a>. For those of you who found interest in EAS-related parts, Linaro has a lot of documentation on EAS which you can read.</em></p>\n<p class=\"clear:both;\">\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.xda-developers.com/google-pixel-fastest-android-phone-eas/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>How to enable YouTube Dark Mode on Android right now (Root)</title>\n\t\t<link>https://www.xda-developers.com/enable-youtube-dark-mode-android/</link>\n\t\t<comments>https://www.xda-developers.com/enable-youtube-dark-mode-android/#respond</comments>\n\t\t<pubDate>Fri, 29 Jun 2018 17:46:56 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Joe Fedewa]]></dc:creator>\n\t\t\t\t<category><![CDATA[Mini XDA]]></category>\n\t\t<category><![CDATA[News]]></category>\n\t\t<category><![CDATA[Tutorials]]></category>\n\t\t<category><![CDATA[XDA Android]]></category>\n\t\t<category><![CDATA[Dark Mode]]></category>\n\t\t<category><![CDATA[dark theme]]></category>\n\t\t<category><![CDATA[How to]]></category>\n\t\t<category><![CDATA[tutorial]]></category>\n\t\t<category><![CDATA[Youtube]]></category>\n\t\t<category><![CDATA[YouTube for Android]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.xda-developers.com/?p=211746</guid>\n\t\t<description><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/03/youtube-dark-150x150.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" />Google recently added a Dark Mode to the YouTube mobile app (following Dark Mode for the desktop website), but there&#8217;s just one problem: iOS users get it first. Dark Mode is still &#8220;coming soon&#8221; to Android and we&#8217;re not exactly sure how long it will take. The good news is the Android developer community has once]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/03/youtube-dark-150x150.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" /><p class=\"dropcap\">Google recently <a href=\"https://www.xda-developers.com/youtube-app-dark-mode-android/\">added a Dark Mode to the YouTube mobile app</a> (following Dark Mode for the desktop website), but there&#8217;s just one problem: iOS users get it first. Dark Mode is still &#8220;coming soon&#8221; to Android and we&#8217;re not exactly sure how long it will take. The good news is the Android developer community has once again come through for us. If you have root access on your Android device, you can get Dark Mode in the app right now.</p>\n<div class=\"alert_message yellow\" style=\"margin-bottom: 5px\"><p><strong>Update 6/29/18</strong>: It has been over 3 months since this article was originally published and the dark theme is still not officially available for Android users. However, the flag to enable dark theme has changed so we have updated this article.</p></div>\n\n<a href='https://www1-lw.xda-cdn.com/files/2018/03/IMG_20180313_134247_506.jpg' title=\"\" data-rl_title=\"\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-4\"><img width=\"576\" height=\"1024\" src=\"https://www1-lw.xda-cdn.com/files/2018/03/IMG_20180313_134247_506-576x1024.jpg\" class=\"attachment-large size-large rl-gallery-link\"  alt=\"youtube dark mode\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/03/IMG_20180313_134247_506-576x1024.jpg 576w, https://www1-lw.xda-cdn.com/files/2018/03/IMG_20180313_134247_506-169x300.jpg 169w, https://www1-lw.xda-cdn.com/files/2018/03/IMG_20180313_134247_506.jpg 675w\" sizes=\"(max-width: 576px) 100vw, 576px\" /></a>\n<a href='https://www1-lw.xda-cdn.com/files/2018/03/IMG_20180313_134249_686.jpg' title=\"\" data-rl_title=\"\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-4\"><img width=\"576\" height=\"1024\" src=\"https://www1-lw.xda-cdn.com/files/2018/03/IMG_20180313_134249_686-576x1024.jpg\" class=\"attachment-large size-large rl-gallery-link\"  alt=\"youtube dark mode\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/03/IMG_20180313_134249_686-576x1024.jpg 576w, https://www1-lw.xda-cdn.com/files/2018/03/IMG_20180313_134249_686-169x300.jpg 169w, https://www1-lw.xda-cdn.com/files/2018/03/IMG_20180313_134249_686.jpg 675w\" sizes=\"(max-width: 576px) 100vw, 576px\" /></a>\n<a href='https://www1-lw.xda-cdn.com/files/2018/03/IMG_20180313_134235_205.jpg' title=\"\" data-rl_title=\"\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-4\"><img width=\"576\" height=\"1024\" src=\"https://www1-lw.xda-cdn.com/files/2018/03/IMG_20180313_134235_205-576x1024.jpg\" class=\"attachment-large size-large rl-gallery-link\"  alt=\"youtube dark mode\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/03/IMG_20180313_134235_205-576x1024.jpg 576w, https://www1-lw.xda-cdn.com/files/2018/03/IMG_20180313_134235_205-169x300.jpg 169w, https://www1-lw.xda-cdn.com/files/2018/03/IMG_20180313_134235_205.jpg 675w\" sizes=\"(max-width: 576px) 100vw, 576px\" /></a>\n<a href='https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-4.png' title=\"\" data-rl_title=\"\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-4\"><img width=\"512\" height=\"1024\" src=\"https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-4-512x1024.png\" class=\"attachment-large size-large rl-gallery-link\"  alt=\"YouTube Dark Theme on Android\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-4-512x1024.png 512w, https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-4-150x300.png 150w, https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-4.png 600w\" sizes=\"(max-width: 512px) 100vw, 512px\" /></a>\n<a href='https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-5.png' title=\"\" data-rl_title=\"\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-4\"><img width=\"512\" height=\"1024\" src=\"https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-5-512x1024.png\" class=\"attachment-large size-large rl-gallery-link\"  alt=\"YouTube Dark Theme on Android\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-5-512x1024.png 512w, https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-5-150x300.png 150w, https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-5.png 600w\" sizes=\"(max-width: 512px) 100vw, 512px\" /></a>\n\n<p>This method requires modifying a value in the shared preferences folder in the app&#8217;s data folder. That&#8217;s why root access is necessary. If your device is not already rooted, <a href=\"https://forum.xda-developers.com/top\">check out your device&#8217;s forums</a> for instructions. Once you have root access, you will need the Preferences Manager app and, of course, YouTube.</p>\n<p>Here&#8217;s how to do it:</p>\n<!-- WP-Appbox (Version: 4.0.53 // Store: googleplay // ID: fr.simon.marquis.preferencesmanager) --><p><a target=\"_blank\" rel=\"nofollow\" href=\"https://play.google.com/store/apps/details?id=fr.simon.marquis.preferencesmanager\" title=\"Preferences Manager\">Preferences Manager (Free, Google Play) →</a></p><!-- /WP-Appbox -->\n<ol>\n<li>Install Preferences Manager from the Google Play Store.</li>\n<li>Find <strong>YouTube</strong> in the list. (If it doesn&#8217;t show up, you may need to enable &#8220;show system apps&#8221; in the menu.)</li>\n<li>Tap it to open its preferences files.</li>\n<li>You should be on <strong>youtube.xml</strong>. If not, swipe left/right until you are.</li>\n<li>Search for <strong>dark</strong></li>\n<li>Change both values from <strong>false</strong> to <strong>true. </strong>\n<ul>\n<li>If you don&#8217;t see the values, add them manually (<strong>app_theme_dark_developer</strong> and <strong>app_dark_theme</strong>) and set them to <strong><strong>true</strong></strong>\n<a href='https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-2.png' title=\"\" data-rl_title=\"\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-5\"><img width=\"300\" height=\"226\" src=\"https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-2-300x226.png\" class=\"attachment-medium size-medium rl-gallery-link\"  alt=\"YouTube Dark Theme\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-2-300x226.png 300w, https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-2-768x578.png 768w, https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-2-1024x771.png 1024w, https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-2.png 1200w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>\n<a href='https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-3.png' title=\"\" data-rl_title=\"\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-5\"><img width=\"300\" height=\"234\" src=\"https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-3-300x234.png\" class=\"attachment-medium size-medium rl-gallery-link\"  alt=\"YouTube Dark Theme\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-3-300x234.png 300w, https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-3-768x598.png 768w, https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-3-1024x798.png 1024w, https://www1-lw.xda-cdn.com/files/2018/03/YouTube-Dark-Theme-on-Android-3.png 1200w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a>\n</li>\n</ul>\n</li>\n<li>Save the changes.</li>\n<li>Force close YouTube.</li>\n</ol>\n<p>When you open up the app again it should be in Dark Mode. The app will have a nice dark gray background and white-on-black icons. You can scroll through videos without the blinding white interface. Thanks to XDA member <a href=\"https://forum.xda-developers.com/member.php?u=4648515\">AL_IRAQI</a> for sending in this method and providing screenshots.</p>\n<!-- WP-Appbox (Version: 4.0.53 // Store: googleplay // ID: com.google.android.youtube) --><p><a target=\"_blank\" rel=\"nofollow\" href=\"https://play.google.com/store/apps/details?id=com.google.android.youtube\" title=\"YouTube\">YouTube (Free, Google Play) →</a></p><!-- /WP-Appbox -->\n<p class=\"clear:both;\">\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.xda-developers.com/enable-youtube-dark-mode-android/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Honor 10 Mini-Review: Two Months Later</title>\n\t\t<link>https://www.xda-developers.com/honor-10-mini-review-two-months-later/</link>\n\t\t<pubDate>Thu, 28 Jun 2018 15:00:26 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Ronald Comstock]]></dc:creator>\n\t\t\t\t<category><![CDATA[Featured]]></category>\n\t\t<category><![CDATA[News]]></category>\n\t\t<category><![CDATA[XDA Android]]></category>\n\t\t<category><![CDATA[XDA Feature]]></category>\n\t\t<category><![CDATA[XDA Mini Reviews]]></category>\n\t\t<category><![CDATA[device review]]></category>\n\t\t<category><![CDATA[Honor]]></category>\n\t\t<category><![CDATA[Honor 10]]></category>\n\t\t<category><![CDATA[XDA Device Review]]></category>\n\t\t<category><![CDATA[XDA Review]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.xda-developers.com/?p=218537</guid>\n\t\t<description><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/05/IMG_2811-150x150.jpg\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" />When Honor launched the Honor 10, they promised a phone that would provide a new AI experience. Bringing the AI technology from the Honor View 10, and the build quality and performance of the Honor 9, we got a polished and complete version of Honor&#8217;s vision for their smartphones. Honor 10 Specs Chipset Kirin 970]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/05/IMG_2811-150x150.jpg\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" /><p>When Honor launched the <a href=\"https://forum.xda-developers.com/honor-10\" title=\"\">Honor 10</a>, they promised a phone that would provide a new AI experience. Bringing the AI technology from the <a href=\"https://forum.xda-developers.com/honor-view-10\" title=\"\">Honor View 10</a>, and the build quality and performance of the <a href=\"https://forum.xda-developers.com/honor-9\" title=\"\">Honor 9</a>, we got a polished and complete version of Honor&#8217;s vision for their smartphones.</p>\n<blockquote><p><span>&ldquo;</span>Introducing #Honor10 with #BeautyInAI. Our incredibly beautiful phone with independent NPU to provide the best AI experience and smart photography.<span>&rdquo;</span></p><footer>@Honorglobal</footer></blockquote>\n<table class=\"table_none\">\n<thead>\n<tr>\n<th>Honor 10</th>\n<th>Specs</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Chipset</td>\n<td>Kirin 970</td>\n</tr>\n<tr>\n<td>Display</td>\n<td>1080&#215;2280</td>\n</tr>\n<tr>\n<td>RAM</td>\n<td>4/6GB</td>\n</tr>\n<tr>\n<td>Storage</td>\n<td>64/128GB</td>\n</tr>\n<tr>\n<td>Camera</td>\n<td>18+24MP/24MP AI Camera</td>\n</tr>\n<tr>\n<td>Battery</td>\n<td>3400mAh</td>\n</tr>\n</tbody>\n</table>\n<h1>Display</h1>\n<p>The first thing you&#8217;ll notice about the Honor 10&#8217;s display is the notch. It&#8217;s a small un-intrusive guy that can be switched on and off if you don&#8217;t like it. The display is slightly better than where we saw in the Honor View 10 and Honor 9, which is just fine for this phone. It offers an impressive media experience for photos and videos. This is one of the better non-AMOLED displays that you&#8217;ll find.</p>\n<div id=\"attachment_218539\" style=\"width: 1110px\" class=\"wp-caption alignnone\"><a href=\"https://www1-lw.xda-cdn.com/files/2018/05/honor10_1-1.jpg\" data-rel=\"lightbox-image-0\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"wp-image-218539 size-full\" src=\"https://www1-lw.xda-cdn.com/files/2018/05/honor10_1-1.jpg\" alt=\"\" width=\"1100\" height=\"734\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/05/honor10_1-1.jpg 1100w, https://www1-lw.xda-cdn.com/files/2018/05/honor10_1-1-300x200.jpg 300w, https://www1-lw.xda-cdn.com/files/2018/05/honor10_1-1-768x512.jpg 768w, https://www1-lw.xda-cdn.com/files/2018/05/honor10_1-1-1024x683.jpg 1024w\" sizes=\"(max-width: 1100px) 100vw, 1100px\" /></a><p class=\"wp-caption-text\">The Honor 10 with notched display.</p></div>\n<h1>Camera</h1>\n<p><iframe src=\"https://www.youtube.com/embed/ffR3LohQXrE\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></p>\n<p>One of the main selling points of the Honor 10 is the AI Camera. This is designed to <a href=\"https://www.xda-developers.com/honor-10-multi-scene-detection-filters-camera/\" title=\"\">use semantic image segmentation</a> to enhance your photos. While the AI mode is definitely an interesting feature, it has received mixed reviews on whether or not is objectively makes the photograph better.</p>\n<div class=\"row\"><div class=\"col col_6_of_12\"></p>\n<p><div id=\"attachment_218137\" style=\"width: 1210px\" class=\"wp-caption alignnone\"><a href=\"https://www1-lw.xda-cdn.com/files/2018/05/honor1_no.jpg\" data-rel=\"lightbox-image-1\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"size-full wp-image-218137\" src=\"https://www1-lw.xda-cdn.com/files/2018/05/honor1_no.jpg\" alt=\"\" width=\"1200\" height=\"900\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/05/honor1_no.jpg 1200w, https://www1-lw.xda-cdn.com/files/2018/05/honor1_no-300x225.jpg 300w, https://www1-lw.xda-cdn.com/files/2018/05/honor1_no-768x576.jpg 768w, https://www1-lw.xda-cdn.com/files/2018/05/honor1_no-1024x768.jpg 1024w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></a><p class=\"wp-caption-text\">Honor 10 photo without AI Mode</p></div></p>\n<p></div><div class=\"col col_6_of_12\"></p>\n<p><div id=\"attachment_218136\" style=\"width: 1210px\" class=\"wp-caption alignnone\"><a href=\"https://www1-lw.xda-cdn.com/files/2018/05/honor1_ai.jpg\" data-rel=\"lightbox-image-2\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"size-full wp-image-218136\" src=\"https://www1-lw.xda-cdn.com/files/2018/05/honor1_ai.jpg\" alt=\"\" width=\"1200\" height=\"900\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/05/honor1_ai.jpg 1200w, https://www1-lw.xda-cdn.com/files/2018/05/honor1_ai-300x225.jpg 300w, https://www1-lw.xda-cdn.com/files/2018/05/honor1_ai-768x576.jpg 768w, https://www1-lw.xda-cdn.com/files/2018/05/honor1_ai-1024x768.jpg 1024w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></a><p class=\"wp-caption-text\">Honor 10 with AI Mode</p></div></p>\n<p></div> </div>\n<p>These photos are a good example of a situation where AI does a great job in enhancing the photo.</p>\n<div class=\"row\"><div class=\"col col_6_of_12\"></p>\n<p><div id=\"attachment_218143\" style=\"width: 1210px\" class=\"wp-caption alignnone\"><a href=\"https://www1-lw.xda-cdn.com/files/2018/05/honor4_no.jpg\" data-rel=\"lightbox-image-3\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"wp-image-218143 size-full\" src=\"https://www1-lw.xda-cdn.com/files/2018/05/honor4_no.jpg\" alt=\"\" width=\"1200\" height=\"900\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/05/honor4_no.jpg 1200w, https://www1-lw.xda-cdn.com/files/2018/05/honor4_no-300x225.jpg 300w, https://www1-lw.xda-cdn.com/files/2018/05/honor4_no-768x576.jpg 768w, https://www1-lw.xda-cdn.com/files/2018/05/honor4_no-1024x768.jpg 1024w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></a><p class=\"wp-caption-text\">Honor 10 photo without AI Mode</p></div></p>\n<p></div><div class=\"col col_6_of_12\"></p>\n<p><div id=\"attachment_218142\" style=\"width: 1210px\" class=\"wp-caption alignnone\"><a href=\"https://www1-lw.xda-cdn.com/files/2018/05/honor4_ai.jpg\" data-rel=\"lightbox-image-4\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"wp-image-218142 size-full\" src=\"https://www1-lw.xda-cdn.com/files/2018/05/honor4_ai.jpg\" alt=\"\" width=\"1200\" height=\"900\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/05/honor4_ai.jpg 1200w, https://www1-lw.xda-cdn.com/files/2018/05/honor4_ai-300x225.jpg 300w, https://www1-lw.xda-cdn.com/files/2018/05/honor4_ai-768x576.jpg 768w, https://www1-lw.xda-cdn.com/files/2018/05/honor4_ai-1024x768.jpg 1024w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></a><p class=\"wp-caption-text\">Honor 10 with AI Mode</p></div></p>\n<p></div> </div>\n<p>These photos received mixed responses from people when <a href=\"https://twitter.com/XDARoni/status/996519679186227200\" title=\"\">I posted them to twitter</a>. Many people preferred the non-AI version. So while the AI is a nice feature to have, it wont perform well it every circumstance. You can toggle AI off after the fact, if you don&#8217;t like the way your picture turned out.</p>\n<blockquote><p><span>&ldquo;</span>Shoot dynamically and enhance individually with Semantic image segmentation!<span>&rdquo;</span></p><footer>@Honorglobal</footer></blockquote>\n<p>From my experience with AI mode, it&#8217;s a good feature to have but isn&#8217;t a revolutionary feature in smartphone cameras. This shouldn&#8217;t be a deciding factor in whether or not you buy this phone.</p>\n<div id=\"attachment_223159\" style=\"width: 1010px\" class=\"wp-caption alignnone\"><a href=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-095546.jpg\" data-rel=\"lightbox-image-5\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"size-full wp-image-223159\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-095546.jpg\" alt=\"\" width=\"1000\" height=\"526\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-095546.jpg 1000w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-095546-300x158.jpg 300w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-095546-768x404.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a><p class=\"wp-caption-text\">Honor 10 Gallery Video Editor</p></div>\n<p>The Gallery app has many useful tools for editing your videos and photos. Trim your videos and export them at different resolutions. The fast processor in the Honor 10 makes editing media very fast and fluid.</p>\n<div id=\"attachment_223165\" style=\"width: 1010px\" class=\"wp-caption alignnone\"><a href=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-100256.jpg\" data-rel=\"lightbox-image-6\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"size-full wp-image-223165\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-100256.jpg\" alt=\"\" width=\"1000\" height=\"527\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-100256.jpg 1000w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-100256-300x158.jpg 300w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-100256-768x405.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a><p class=\"wp-caption-text\">Honor 10 Gallery Photo Editing</p></div>\n<p>In general,the camera is better than any Honor phone we&#8217;ve seen so far. The selfie camera is really good with a 24MP sensor. Portrait mode looks particularly nice. Checkout our full camera review video above to see samples.</p>\n<h1>Performance</h1>\n<p>When it comes to speed, this phone is very impressive. The Kirin 970 is the newest Kirin chip featuring the NPU which powers all of the AI features in the Honor 10. There are models with 4 and 6GB of RAM. I tested the 4GB model to find that app were launching faster, the UI was quicker, and the phone was all-around smoother than any previous Honor phone.</p>\n<p>The battery will easily last you all day and maybe even two days depending on your use. You have several ways to preserve battery with the <em>power saving mode</em>, ultra power saving mode, and adjusting the <em>screen resolution</em>.</p>\n<div id=\"attachment_218663\" style=\"width: 1210px\" class=\"wp-caption alignnone\"><a href=\"https://www1-lw.xda-cdn.com/files/2018/05/IMG_2887.jpg\" data-rel=\"lightbox-image-7\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"wp-image-218663 size-full\" src=\"https://www1-lw.xda-cdn.com/files/2018/05/IMG_2887.jpg\" alt=\"\" width=\"1200\" height=\"800\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/05/IMG_2887.jpg 1200w, https://www1-lw.xda-cdn.com/files/2018/05/IMG_2887-300x200.jpg 300w, https://www1-lw.xda-cdn.com/files/2018/05/IMG_2887-768x512.jpg 768w, https://www1-lw.xda-cdn.com/files/2018/05/IMG_2887-1024x683.jpg 1024w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" /></a><p class=\"wp-caption-text\">The Honor 10 scores a 197981 on AnTuTu benchmark</p></div>\n<p><a href=\"https://youtu.be/X6zIVOdU1ys\" data-rel=\"lightbox-video-0\" title=\"\">See how the Honor 10 stacks up against the Honor View 10.</a></p>\n<div class=\"row\"><div class=\"col col_4_of_12\"></p>\n<p><div id=\"attachment_223197\" style=\"width: 495px\" class=\"wp-caption alignnone\"><a href=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-103958.jpg\" data-rel=\"lightbox-image-8\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"wp-image-223197 size-large\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-103958-485x1024.jpg\" alt=\"\" width=\"485\" height=\"1024\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-103958-485x1024.jpg 485w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-103958-142x300.jpg 142w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-103958.jpg 568w\" sizes=\"(max-width: 485px) 100vw, 485px\" /></a><p class=\"wp-caption-text\">AnTuTu HTML5 Test</p></div></p>\n<p></div><div class=\"col col_4_of_12\"></p>\n<p><div id=\"attachment_223198\" style=\"width: 495px\" class=\"wp-caption alignnone\"><a href=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-103716.jpg\" data-rel=\"lightbox-image-9\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"wp-image-223198 size-large\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-103716-485x1024.jpg\" alt=\"\" width=\"485\" height=\"1024\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-103716-485x1024.jpg 485w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-103716-142x300.jpg 142w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-103716.jpg 568w\" sizes=\"(max-width: 485px) 100vw, 485px\" /></a><p class=\"wp-caption-text\">GPU, UX and Memory Scores from AnTuTu</p></div></p>\n<p></div><div class=\"col col_4_of_12\"></p>\n<p><div id=\"attachment_223200\" style=\"width: 495px\" class=\"wp-caption alignnone\"><a href=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-103653.jpg\" data-rel=\"lightbox-image-10\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"wp-image-223200 size-large\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-103653-485x1024.jpg\" alt=\"\" width=\"485\" height=\"1024\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-103653-485x1024.jpg 485w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-103653-142x300.jpg 142w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-103653.jpg 568w\" sizes=\"(max-width: 485px) 100vw, 485px\" /></a><p class=\"wp-caption-text\">197981 Benchmark Score from AnTuTu</p></div></p>\n<p></div></div>\n<h2 style=\"padding-left: 30px;\"><a href=\"https://www.xda-developers.com/tag/emui/\" title=\"\">EMUI</a> 8.1</h2>\n<p><a href=\"https://www1-lw.xda-cdn.com/files/2018/06/IMG_2986.jpg\" data-rel=\"lightbox-image-11\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"alignnone size-full wp-image-223206\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/IMG_2986.jpg\" alt=\"\" width=\"1000\" height=\"338\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/IMG_2986.jpg 1000w, https://www1-lw.xda-cdn.com/files/2018/06/IMG_2986-300x101.jpg 300w, https://www1-lw.xda-cdn.com/files/2018/06/IMG_2986-768x260.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></a></p>\n<p style=\"padding-left: 30px;\">The Honor 10 ships with the latest EMUI update, bringing the UI to version 8.1. This is the most stock-like version of EMUI that we have seen. A lot of the old ugly icons and UI elements have been replaced. The useful stuff has remained and been improved, lik the built in screen recorder, the camera app, and the very underrated health app.</p>\n<p style=\"padding-left: 30px;\">EMUI is not without its problems though. The settings menu is baffling and difficult to navigate. The EMUI theme engine has always been a disappointment, features ugly themes and very little customization beyond a slightly modified icons pack, and a background image. Then there&#8217;s some strange bloatware, like a mirror app that simple activates your front facing camera. So EMUI, while getting better, still have some room for improvement.</p>\n<div class=\"row\"><div class=\"col col_4_of_12\"></p>\n<p><div id=\"attachment_218667\" style=\"width: 578px\" class=\"wp-caption alignnone\"><a href=\"https://www1-lw.xda-cdn.com/files/2018/05/emui1.jpg\" data-rel=\"lightbox-image-12\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"wp-image-218667 size-full\" src=\"https://www1-lw.xda-cdn.com/files/2018/05/emui1.jpg\" alt=\"\" width=\"568\" height=\"1200\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/05/emui1.jpg 568w, https://www1-lw.xda-cdn.com/files/2018/05/emui1-142x300.jpg 142w, https://www1-lw.xda-cdn.com/files/2018/05/emui1-485x1024.jpg 485w\" sizes=\"(max-width: 568px) 100vw, 568px\" /></a><p class=\"wp-caption-text\">EMUI 8.1 Homescreen</p></div></p>\n<p></div><div class=\"col col_4_of_12\"></p>\n<p><div id=\"attachment_218668\" style=\"width: 578px\" class=\"wp-caption alignnone\"><a href=\"https://www1-lw.xda-cdn.com/files/2018/05/emui2.jpg\" data-rel=\"lightbox-image-13\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"wp-image-218668 size-full\" src=\"https://www1-lw.xda-cdn.com/files/2018/05/emui2.jpg\" alt=\"\" width=\"568\" height=\"1200\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/05/emui2.jpg 568w, https://www1-lw.xda-cdn.com/files/2018/05/emui2-142x300.jpg 142w, https://www1-lw.xda-cdn.com/files/2018/05/emui2-485x1024.jpg 485w\" sizes=\"(max-width: 568px) 100vw, 568px\" /></a><p class=\"wp-caption-text\">EMUI 8.1 App Drawer</p></div></p>\n<p></div><div class=\"col col_4_of_12\"></p>\n<p><div id=\"attachment_218669\" style=\"width: 578px\" class=\"wp-caption alignnone\"><a href=\"https://www1-lw.xda-cdn.com/files/2018/05/emui3.jpg\" data-rel=\"lightbox-image-14\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"size-full wp-image-218669\" src=\"https://www1-lw.xda-cdn.com/files/2018/05/emui3.jpg\" alt=\"\" width=\"568\" height=\"1200\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/05/emui3.jpg 568w, https://www1-lw.xda-cdn.com/files/2018/05/emui3-142x300.jpg 142w, https://www1-lw.xda-cdn.com/files/2018/05/emui3-485x1024.jpg 485w\" sizes=\"(max-width: 568px) 100vw, 568px\" /></a><p class=\"wp-caption-text\">EMUI 8.1 Settings Menu</p></div></p>\n<p></div></div>\n<h1>Design</h1>\n<p>Since the <a href=\"https://forum.xda-developers.com/honor-8\" title=\"\">Honor 8</a>, Honor has proven that build quality is a main focus of their flagship line. The iconic light-catching material that makes up the back of the phone appears once again in the Honor 10, this time branded as the <em>aurora glass design</em>. The design looks best on their newest color called <em>Phantom Green</em>, where the light reflections will reveal several different colors beneath the glass surface.</p>\n<div id=\"attachment_218673\" style=\"width: 1089px\" class=\"wp-caption alignnone\"><a href=\"https://www1-lw.xda-cdn.com/files/2018/05/Honor-10.jpg\" data-rel=\"lightbox-image-15\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"wp-image-218673 size-full\" src=\"https://www1-lw.xda-cdn.com/files/2018/05/Honor-10.jpg\" alt=\"\" width=\"1079\" height=\"462\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/05/Honor-10.jpg 1079w, https://www1-lw.xda-cdn.com/files/2018/05/Honor-10-300x128.jpg 300w, https://www1-lw.xda-cdn.com/files/2018/05/Honor-10-768x329.jpg 768w, https://www1-lw.xda-cdn.com/files/2018/05/Honor-10-1024x438.jpg 1024w\" sizes=\"(max-width: 1079px) 100vw, 1079px\" /></a><p class=\"wp-caption-text\">The Honor 10 with Aurora Glass Design.</p></div>\n<p>&nbsp;</p>\n<div id=\"attachment_223186\" style=\"width: 910px\" class=\"wp-caption alignnone\"><a href=\"https://www1-lw.xda-cdn.com/files/2018/06/IMG_2983.jpg\" data-rel=\"lightbox-image-16\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"wp-image-223186 size-large\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/IMG_2983-1024x683.jpg\" alt=\"\" width=\"900\" height=\"600\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/IMG_2983-1024x683.jpg 1024w, https://www1-lw.xda-cdn.com/files/2018/06/IMG_2983-300x200.jpg 300w, https://www1-lw.xda-cdn.com/files/2018/06/IMG_2983-768x512.jpg 768w, https://www1-lw.xda-cdn.com/files/2018/06/IMG_2983.jpg 1080w\" sizes=\"(max-width: 900px) 100vw, 900px\" /></a><p class=\"wp-caption-text\">The Dual Lens AI Camera on the Honor 10</p></div>\n<p>&nbsp;</p>\n<div id=\"attachment_223185\" style=\"width: 910px\" class=\"wp-caption alignnone\"><a href=\"https://www1-lw.xda-cdn.com/files/2018/06/IMG_2984.jpg\" data-rel=\"lightbox-image-17\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"wp-image-223185 size-large\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/IMG_2984-1024x683.jpg\" alt=\"\" width=\"900\" height=\"600\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/IMG_2984-1024x683.jpg 1024w, https://www1-lw.xda-cdn.com/files/2018/06/IMG_2984-300x200.jpg 300w, https://www1-lw.xda-cdn.com/files/2018/06/IMG_2984-768x512.jpg 768w, https://www1-lw.xda-cdn.com/files/2018/06/IMG_2984.jpg 1080w\" sizes=\"(max-width: 900px) 100vw, 900px\" /></a><p class=\"wp-caption-text\">Honor 10 Notch on the Top of the Display</p></div>\n<p>&nbsp;</p>\n<div id=\"attachment_223183\" style=\"width: 910px\" class=\"wp-caption alignnone\"><a href=\"https://www1-lw.xda-cdn.com/files/2018/06/IMG_2985.jpg\" data-rel=\"lightbox-image-18\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\"><img class=\"wp-image-223183 size-large\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/IMG_2985-1024x683.jpg\" alt=\"\" width=\"900\" height=\"600\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/IMG_2985-1024x683.jpg 1024w, https://www1-lw.xda-cdn.com/files/2018/06/IMG_2985-300x200.jpg 300w, https://www1-lw.xda-cdn.com/files/2018/06/IMG_2985-768x512.jpg 768w, https://www1-lw.xda-cdn.com/files/2018/06/IMG_2985.jpg 1080w\" sizes=\"(max-width: 900px) 100vw, 900px\" /></a><p class=\"wp-caption-text\">Honor 10 in Black with Aurora Design</p></div>\n<p>&nbsp;</p>\n<h1>Conclusion</h1>\n<p>Having spent two weeks using the Honor 10 as my primary phone, I&#8217;ve realized that I like the phone regardless of its AI features. While the AI is fun to play around with, if it was removed from the phone, my experience wouldn&#8217;t change much. If you&#8217;re looking for this phone to have a revolutionary AI experience, you&#8217;re not going to find it. What you will find is a beautiful phone with shockingly good performance and a crazy low price starting at £399.99.</p>\n<p>Join the discussions about the Honor 10 in the XDA Forums.</p>\n<p><a href=\"https://www.hihonor.com/global/products/mobile-phones/honor10/index.html\" class=\"btn btn_default\" target=\"_self\" style=\"background-color:#b70900; color:#ffffff;\">HiHonor Website</a><a href=\"https://forum.xda-developers.com/honor-10\" class=\"btn btn_default\" target=\"_self\" style=\"background-color:#b70900; color:#ffffff;\">Honor 10 Forums</a></p>\n<p class=\"clear:both;\">\n]]></content:encoded>\n\t\t\t</item>\n\t\t<item>\n\t\t<title>Developers are facing huge drop in new installs after Play Store algorithm changes</title>\n\t\t<link>https://www.xda-developers.com/developers-huge-drop-new-installs-play-store-algorithm-changes/</link>\n\t\t<comments>https://www.xda-developers.com/developers-huge-drop-new-installs-play-store-algorithm-changes/#respond</comments>\n\t\t<pubDate>Wed, 27 Jun 2018 22:12:25 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Mishaal Rahman]]></dc:creator>\n\t\t\t\t<category><![CDATA[Developments]]></category>\n\t\t<category><![CDATA[Full XDA]]></category>\n\t\t<category><![CDATA[News]]></category>\n\t\t<category><![CDATA[XDA Android]]></category>\n\t\t<category><![CDATA[XDA Feature]]></category>\n\t\t<category><![CDATA[android apps]]></category>\n\t\t<category><![CDATA[app development]]></category>\n\t\t<category><![CDATA[application]]></category>\n\t\t<category><![CDATA[Applications]]></category>\n\t\t<category><![CDATA[apps]]></category>\n\t\t<category><![CDATA[develop]]></category>\n\t\t<category><![CDATA[developer]]></category>\n\t\t<category><![CDATA[developer console]]></category>\n\t\t<category><![CDATA[developers]]></category>\n\t\t<category><![CDATA[Games]]></category>\n\t\t<category><![CDATA[Google Play Games]]></category>\n\t\t<category><![CDATA[Google Play Store]]></category>\n\t\t<category><![CDATA[play developer console]]></category>\n\t\t<category><![CDATA[Play Games]]></category>\n\t\t<category><![CDATA[play store]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.xda-developers.com/?p=223557</guid>\n\t\t<description><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/play-store-drop-150x150.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"Google Play Store drop\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" />Some Android app and game developers are panicking because their daily installation rates have plummeted in the past week. These developers have noticed new downloads slow down by up to 90%. The affected developers quickly realized they were not alone in these changes to their day-to-day app installation rate with multiple threads on Reddit, a]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/play-store-drop-150x150.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"Google Play Store drop\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" /><p class=\"dropcap\">Some Android app and game developers are panicking because their daily installation rates have plummeted in the past week. These developers <a href=\"https://www.reddit.com/r/androiddev/comments/8ubsre/significant_drop_in_downloads_since_june_20_many/\">have noticed</a> new downloads slow down by up to 90%. The affected developers quickly realized they were not alone in these changes to their day-to-day app installation rate with <a href=\"https://www.reddit.com/r/androiddev/comments/8tp666/sudden_decrease_in_organic_downloads/\">multiple</a> <a href=\"https://www.reddit.com/r/androiddev/comments/8tgzhj/drastic_drop_in_downloads_in_all_of_my_apps/\">threads</a> <a href=\"https://www.reddit.com/r/androiddev/comments/8t935n/huge_drop_in_downloads_over_the_past_48_hours/\">on</a> <a href=\"https://www.reddit.com/r/androiddev/comments/8t8u7z/my_app_is_suddenly_dying_on_the_play_store/\">Reddit</a>, a post on the <a href=\"https://forum.unity.com/threads/sudden-drop-in-number-of-daily-installs-on-google-play-store.537467/\">Unity forums</a>, and even a <a href=\"https://www.gamasutra.com/blogs/VladChetrusca/20180626/320734/Thousands_of_indie_android_devs_on_the_brink_of_extinction_after_Play_store_changes_visibility_algorithm_rules.php\">Gamasutra community blog post</a> popping up to help spread the word that something was amiss. Clearly, something is wrong here, and some indie developers are concerned that their livelihood may be at stake. So what&#8217;s going on?</p>\n<hr />\n<h2>Play Store&#8217;s Algorithm Quietly Changes, Tanking Some Apps&#8217; Rankings</h2>\n<p>It appears that sometime last week, Google tweaked the Play Store&#8217;s algorithm that determines app discovery. When we reached out to Google about the matter, we were told that Google is regularly evaluating new ways to improve the Play Store&#8217;s ranking algorithms to promote high-quality applications. We would like to stress that there is <strong>no evidence that Google is altering the algorithm to intentionally harm indie developers in favor of big-name apps</strong> (despite rampant speculation otherwise). The changes are aimed at improving the experience for both users and developers alike.</p>\n<p>We do not have any details on exactly <em>how</em> the algorithm was changed (which makes sense, as disclosing that information would give an unfair advantage to certain developers) but it&#8217;s clear that the changes are making a significant impact on some independent developers.</p>\n<p>Here&#8217;s just one example of many:</p>\n<div id=\"attachment_223561\" style=\"width: 799px\" class=\"wp-caption aligncenter\"><img class=\"wp-image-223561 size-full\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/PickCrafter-Download-Stats.png\" alt=\"Google Play Store Algorithm Changes\" width=\"789\" height=\"422\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/PickCrafter-Download-Stats.png 789w, https://www1-lw.xda-cdn.com/files/2018/06/PickCrafter-Download-Stats-300x160.png 300w, https://www1-lw.xda-cdn.com/files/2018/06/PickCrafter-Download-Stats-768x411.png 768w\" sizes=\"(max-width: 789px) 100vw, 789px\" /><p class=\"wp-caption-text\">PickCrafter daily installation statistics</p></div>\n<p>The screenshot shown above is from the Developer Console statistics for a game called &#8220;PickCrafter.&#8221; The developer graciously shared their Play Store installation metrics with us to demonstrate the issue. As you can see, the app hovered around 3,000-4,500 daily installs until the past week when the rate dipped into the low 1,000s.</p>\n<!-- WP-Appbox (Version: 4.0.53 // Store: googleplay // ID: com.fiveamp.pickcrafterapp) --><p><a target=\"_blank\" rel=\"nofollow\" href=\"https://play.google.com/store/apps/details?id=com.fiveamp.pickcrafterapp\" title=\"PickCrafter - Idle Crafting Game\">PickCrafter - Idle Crafting Game (Free<sup>+</sup>, Google Play) →</a></p><!-- /WP-Appbox -->\n<p>This developer isn&#8217;t alone by any means. We&#8217;ve heard numerous anecdotes from independent developers over on a dedicated <a href=\"https://www.xda-developers.com/official-xda-developers-discord-server/\">Discord</a> group <a href=\"https://discord.gg/5Hny2Xy\">for the issue</a>. They all told us the same story &#8211; starting last week their app&#8217;s daily installation numbers tanked and haven&#8217;t recovered since. Although most of the affected apps appear to be Android games, several non-gaming apps have also been affected. We do not have any details on how many games versus non-games are affected.</p>\n<p>Here&#8217;s a brief summary of how hard some developers have been hit by the algorithm changes:</p>\n<ul>\n<li>Developer peanutbutterlabs reports that their daily downloads dipped to <strong>5,000 from an average of 80,000</strong> per day.</li>\n<li>Developer Butterbean21 reports an <strong>80% drop</strong> in their top-performing apps.</li>\n<li>Developer Jenzo83 reports an <strong>80-90% drop</strong> for their games.</li>\n<li>Developer snoutup reports their rates dropped by &#8220;only&#8221; <strong>70%</strong>.</li>\n<li>Developer llliorrr reports an <strong>80% drop</strong> for 28 out of their 30 apps.</li>\n<li>Developer AxPetre reports a drop in installation rates from <strong>12,000/day to 5,000/day</strong>.</li>\n<li>Developer slothinspace reports a drop from <strong>1,500+ downloads to 100+</strong>.</li>\n<li>Developer janikkk reports an <strong>80% drop</strong>.</li>\n<li>Developer zenderfile reports a drop from <strong>12,000/day to 1,500/day</strong>.</li>\n<li>Developer livenets reports a drop from <strong>32,000/day to 4,000/day</strong>.</li>\n</ul>\n<p>And here are some additional screenshots that show a significant drop in installation numbers, courtesy of Redditor <a href=\"https://www.reddit.com/user/alpha724\">alpha724</a>.</p>\n\n<a href='https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Install-Drop-1.png' title=\"\" data-rl_title=\"\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-6\"><img width=\"900\" height=\"422\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Install-Drop-1.png\" class=\"attachment-large size-large rl-gallery-link\"  alt=\"Google Play Store Algorithm Changes\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Install-Drop-1.png 980w, https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Install-Drop-1-300x141.png 300w, https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Install-Drop-1-768x360.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" /></a>\n<a href='https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Install-Drop-2.png' title=\"\" data-rl_title=\"\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-6\"><img width=\"900\" height=\"421\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Install-Drop-2.png\" class=\"attachment-large size-large rl-gallery-link\"  alt=\"Google Play Store Algorithm Changes\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Install-Drop-2.png 977w, https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Install-Drop-2-300x140.png 300w, https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Install-Drop-2-768x359.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" /></a>\n<a href='https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Install-Drop-3.png' title=\"\" data-rl_title=\"\" data-rl_caption=\"\" data-rel=\"lightbox-gallery-6\"><img width=\"900\" height=\"422\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Install-Drop-3.png\" class=\"attachment-large size-large rl-gallery-link\"  alt=\"Google Play Store Algorithm Changes\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Install-Drop-3.png 979w, https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Install-Drop-3-300x141.png 300w, https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Install-Drop-3-768x360.png 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" /></a>\n\n<p>For what it&#8217;s worth, <em>XDA-Developers</em>&#8216;s very own <a href=\"https://play.google.com/store/apps/details?id=com.xda.nobar\">Navigation Gestures</a> app has been unaffected by these changes. However, we&#8217;re fortunate in that we would be able to survive a change in the algorithm affecting our rankings &#8211; after all, we have a strong following on the Portal, our <a href=\"https://www.youtube.com/user/xdadevelopers/videos\">YouTube channel</a>, our <a href=\"https://twitter.com/xdadevelopers\">Twitter account</a>, etc through which we can promote the app. Independent developers who rely on organic growth via the Play Store don&#8217;t have access to such an audience without spending significant income on advertising, so these affected developers are worried that the changes may harm their apps&#8217; success. Developers that rely on ad views for income are especially concerned with the changes since their revenue is directly dependent on the number of ad impressions they get.</p>\n<h2>What May Have Caused These Drastic Drops In Numbers?</h2>\n<p>Developers on the Unity forums have eliminated several possibilities behind the changes, including inaccurate installs reported on the Play Developer Console, issues identified through Android vitals, search rankings, summer exams, and the FIFA World Cup. One possible cause behind the issue that has been identified (and which we can confirm) is a mismatch between an app&#8217;s category, description, and content with the apps shown on the &#8220;Similar Apps&#8221; panel. As you can see below, a game called &#8220;Kids Cash Register Grocery Free&#8221; has a rather odd assortment of &#8220;Similar&#8221; apps shown for it.</p>\n<p><img class=\"aligncenter size-large wp-image-223566\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Similar-Apps-Mismatch-1024x829.png\" alt=\"Play Store\" width=\"900\" height=\"729\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Similar-Apps-Mismatch-1024x829.png 1024w, https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Similar-Apps-Mismatch-300x243.png 300w, https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Similar-Apps-Mismatch-768x622.png 768w, https://www1-lw.xda-cdn.com/files/2018/06/Play-Store-Similar-Apps-Mismatch.png 1063w\" sizes=\"(max-width: 900px) 100vw, 900px\" /></p>\n<p>Likewise, another issue seems to be that certain categories aren&#8217;t loading for desktop users in certain countries. For instance, the &#8220;<a href=\"https://play.google.com/store/apps/category/GAME_CASINO\">Casino Games</a>&#8221; category fails to load for me and several others in the United States and Canada when browsing the Google Play Store on desktop Google Chrome. However, the category does load appropriately on mobile devices and the Play Store accessed from a <a href=\"https://www.xda-developers.com/tag/chromebook/\">Chromebook</a>. <strong>We doubt that this particular issue is contributing significantly to the drop in numbers</strong> that developers are experiencing, but it&#8217;s certainly one possibility.</p>\n<h2>What Actions Developers Can Take</h2>\n<p>We do not know if the changes are permanent. Regardless, this should be a clear wake-up call for indie developers that any slight change in the Play Store&#8217;s ranking algorithm can significantly impact your app&#8217;s success. Developers are encouraged to proactively improve their app&#8217;s quality. Google has published recommendations on how to do so on the <a href=\"https://android-developers.googleblog.com/2017/08/how-were-helping-people-find-quality.html\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://android-developers.googleblog.com/2017/08/how-were-helping-people-find-quality.html&amp;source=gmail&amp;ust=1530217104081000&amp;usg=AFQjCNG_h926nQOYyAYlrK3mh76h1AN5dg\">Android Developers Blog</a> and <a href=\"https://developer.android.com/docs/quality-guidelines/\" target=\"_blank\" rel=\"noopener\" data-saferedirecturl=\"https://www.google.com/url?hl=en&amp;q=https://developer.android.com/docs/quality-guidelines/&amp;source=gmail&amp;ust=1530217104081000&amp;usg=AFQjCNEKBnWG2zuKjdZl85nZnXTCBsJo4Q\">Quality Guidelines documentation page</a>. If Google tweaks the algorithm again or makes a public statement on the matter, we&#8217;ll be sure to let you all know.</p>\n<p class=\"clear:both;\">\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.xda-developers.com/developers-huge-drop-new-installs-play-store-algorithm-changes/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>YouTube picture-in-picture rolling out more widely in the US for non-Red/Premium users</title>\n\t\t<link>https://www.xda-developers.com/youtube-picture-in-picture-rolling-out-us-non-red-premium-users/</link>\n\t\t<comments>https://www.xda-developers.com/youtube-picture-in-picture-rolling-out-us-non-red-premium-users/#respond</comments>\n\t\t<pubDate>Tue, 26 Jun 2018 15:55:50 +0000</pubDate>\n\t\t<dc:creator><![CDATA[George Burduli]]></dc:creator>\n\t\t\t\t<category><![CDATA[Mini XDA]]></category>\n\t\t<category><![CDATA[News]]></category>\n\t\t<category><![CDATA[XDA Android]]></category>\n\t\t<category><![CDATA[picture-in-picture]]></category>\n\t\t<category><![CDATA[Youtube]]></category>\n\t\t<category><![CDATA[YouTube for Android]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.xda-developers.com/?p=223146</guid>\n\t\t<description><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/youtube-dark-150x150.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"carstream android auto youtube\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" />Google added picture-in-picture mode support for Android smartphones back in 2017 with the release of Android Oreo. For a long time, only the premium version of YouTube (be it YouTube Red or YouTube Premium) supported the feature, which means you had to pay for it. Last month, some people started noticing that the feature was]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/youtube-dark-150x150.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"carstream android auto youtube\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" /><p class=\"dropcap\">Google added picture-in-picture mode support for Android smartphones back in 2017 with the release of <a href=\"https://www.xda-developers.com/tag/android-oreo/\">Android Oreo</a>. For a long time, only the premium version of YouTube (be it YouTube Red or YouTube Premium) supported the feature, which means you had to pay for it. Last month, <a href=\"https://www.xda-developers.com/youtube-picture-in-picture-without-youtube-red/\">some people started noticing that the feature was available for them</a> even though they weren&#8217;t using a paid service. Today, we&#8217;ve noticed that PiP for YouTube is rolling out more widely.</p>\n<p>Some of our own writers noted that picture-in-picture mode started working for them today, though we should note that only our writers located in the United States could confirm that PiP was working. It&#8217;s common practice for Google to gradually roll out some features, and it seems that picture-in-picture mode support is definitely one of them. From the looks of it, the feature is rolling out via a server-side switch as our writers with the feature noted that they&#8217;re using different versions of the application.</p>\n<p><img class=\"aligncenter wp-image-223148 size-large\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-101810-512x1024.png\" alt=\"\" width=\"512\" height=\"1024\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-101810-512x1024.png 512w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-101810-150x300.png 150w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-101810.png 600w\" sizes=\"(max-width: 512px) 100vw, 512px\" /></p>\n<p>A toggle for the picture-in-picture mode feature also appeared in the YouTube settings. It comes with a little instruction about how to use the feature. You can test it pretty easily. After making sure that you&#8217;ve toggled picture-in-picture mode in both the YouTube app and system settings, just open up a video and tap on the home button. If you don&#8217;t see the PiP toggle in YouTube&#8217;s settings, that means that you haven&#8217;t received the feature yet.</p>\n<p><img class=\"aligncenter size-medium wp-image-223150\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-101734-300x88.png\" alt=\"\" width=\"300\" height=\"88\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-101734-300x88.png 300w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-101734-768x225.png 768w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-101734-1024x300.png 1024w, https://www1-lw.xda-cdn.com/files/2018/06/Screenshot_20180626-101734.png 1200w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>Please keep in mind that the uploader of the video can restrict access to picture-in-picture mode (which is why most music videos don&#8217;t work). As expected, PiP doesn&#8217;t work with most music videos. But, it&#8217;s great for watching <a href=\"https://www.youtube.com/user/xdadevelopers\">informative XDA videos</a> and other non-music related content.</p>\n<p class=\"clear:both;\">\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.xda-developers.com/youtube-picture-in-picture-rolling-out-us-non-red-premium-users/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>3 Samsung Galaxy S10 models may launch w/ one having triple cameras</title>\n\t\t<link>https://www.xda-developers.com/3-samsung-galaxy-s10-models-may-launch-w-one-having-triple-cameras/</link>\n\t\t<comments>https://www.xda-developers.com/3-samsung-galaxy-s10-models-may-launch-w-one-having-triple-cameras/#respond</comments>\n\t\t<pubDate>Tue, 26 Jun 2018 03:30:52 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Doug Lynch]]></dc:creator>\n\t\t\t\t<category><![CDATA[Full XDA]]></category>\n\t\t<category><![CDATA[News]]></category>\n\t\t<category><![CDATA[XDA Android]]></category>\n\t\t<category><![CDATA[Samsung]]></category>\n\t\t<category><![CDATA[Samsung Galaxy S10]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.xda-developers.com/?p=221754</guid>\n\t\t<description><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/05/samsung-update-firmware-150x150.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" />We haven&#8217;t even made it to the release of the Samsung Galaxy Note 9 which is scheduled for later this year and there have already been a number of rumors for the company&#8217;s next Galaxy S series. Rumors have suggested the upcoming flagship from Samsung will have an in-display fingerprint scanner (which, to be fair, has]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/05/samsung-update-firmware-150x150.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" /><p class=\"dropcap\">We haven&#8217;t even made it to the release of the Samsung Galaxy Note 9 which is scheduled for later this year and there have already been a number of rumors for the company&#8217;s next Galaxy S series. Rumors have suggested the upcoming flagship from Samsung will <a href=\"https://www.xda-developers.com/samsung-galaxy-s10-in-display-fingerprint-scanner/\" target=\"_blank\" rel=\"noopener\">have an in-display fingerprint scanner</a> (which, to be fair, has been speculated about since the ill-fated Samsung <a href=\"https://forum.xda-developers.com/note-7\">Galaxy Note 7</a>), <a href=\"https://www.xda-developers.com/samsung-galaxy-s10-triple-rear-cameras/\" target=\"_blank\" rel=\"noopener\">three cameras on the back</a>, and <a href=\"https://www.xda-developers.com/samsung-galaxy-s10-lg-g8-sound-emitting-oled/\" target=\"_blank\" rel=\"noopener\">a sound-emitting OLED display</a> to replace the earpiece speaker. Here&#8217;s another rumor to add to that list: The Samsung Galaxy S10 will come in three variants with the biggest one having the previously rumored triple rear cameras. Also, the latest Samsung flagship may be equipped with UFS 3.0 storage chips and LPDDR5 RAM.</p>\n<p>There has been talk about the Galaxy S10 having three cameras for a few weeks now but now the notable Chinese publication <a href=\"http://www.etnews.com/20180625000323?mc=em_001_00001\"><em>ETNews</em></a> (via @<a href=\"https://twitter.com/UniverseIce/status/1011166911323766784\">UniverseIce</a>) corroborated this rumor and added further details about the Samsung Galaxy S10 variants and some of their features. If true, it looks as if Samsung will be selling three different variants of their 2019 flagship smartphone. The regular device is said to have a 5.8&#8243; display and come equipped with 1 rear camera. Then we have the middle version which will have a 5.8&#8243; display as well but this one will come with 2 rear cameras. Finally, the third model of the Samsung Galaxy S10 will have a big 6.2&#8243; display with 3 rear cameras. In summary:</p>\n<ul>\n<li>5.8&#8243; Samsung Galaxy S10 with 1 Rear Camera</li>\n<li>5.8&#8243; Samsung Galaxy S10 with 2 Rear Cameras</li>\n<li>6.2&#8243; Samsung Galaxy S10 with 3 Rear Cameras</li>\n</ul>\n<p>Having a smartphone with three rear cameras isn&#8217;t something that everyone will be taking advantage of to its full extent. On the other hand, the storage performance is something that&#8217;ll affect everyone&#8217;s experiences. <a href=\"https://twitter.com/UniverseIce/status/1007122927400075266\">According to @UniverseIce</a>, a notable leaker of Samsung products, the Galaxy S10 will have UFS 3.0 flash storage and LPDDR5 RAM. The addition of UFS 3.0 is a benefit that everyone will see as it will impact application and game launch times, document/image/video creation, and much more. Samsung has also been preparing for mass production of LPDDR5 mobile RAM, so we expect to see performance improvements throughout the OS as well. The timeline has things laid out where Samsung could very well implement them into their first 2019 flagship smartphone.</p>\n<div id=\"attachment_223045\" style=\"width: 857px\" class=\"wp-caption aligncenter\"><img class=\"wp-image-223045 size-full\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/UFS-2.1-vs-3.0.png\" alt=\"UFS 2.1 vs 3.0\" width=\"847\" height=\"273\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/UFS-2.1-vs-3.0.png 847w, https://www1-lw.xda-cdn.com/files/2018/06/UFS-2.1-vs-3.0-300x97.png 300w, https://www1-lw.xda-cdn.com/files/2018/06/UFS-2.1-vs-3.0-768x248.png 768w\" sizes=\"(max-width: 847px) 100vw, 847px\" /><p class=\"wp-caption-text\">Source: <a href=\"https://en.wikipedia.org/wiki/Universal_Flash_Storage#Version_comparison\">Wikipedia</a></p></div>\n<p>Just what is UFS? It stands for the Universal Flash Storage standard that debuted in 2011 with version 1.0 and it aims to bring higher data transfer speed and increased reliability to flash memory storage. Over time we have seen this specification updated from version 1.0, to 1.1, to 2.0, then 2.1 and now to version 3.0. UFS 2.0 and 2.1 had a maximum bandwidth limit of 600 MB/s per lane so its two lanes allowed it to hit a theoretical max of 1,200 MB/s. Version 3.0 of the UFS specification was announced and published back in January of this year and promises faster transfer limits, lower power usage, and a number of new features which are mainly suited for the automotive industry. With UFS 3.0 the specification shows that these storage chips will be able to hit a theoretical maximum of 1,450 MB/s per lane and with it also supporting 2 lanes this means it can go as high as 2,900 MB/s.</p>\n<p>Android&#8217;s storage benchmark scores have fallen behind the competition so this update to flash storage should help to narrow the gap. Ice Universe says that Samsung will begin mass producing both UFS 3.0 chips as well as LPDDR5 RAM chips in the second half of this year which implies that the Galaxy S10 will benefit from these new technologies.</p>\n<p class=\"clear:both;\">\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.xda-developers.com/3-samsung-galaxy-s10-models-may-launch-w-one-having-triple-cameras/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>LineageOS 15.1 now supports A/B devices starting with the Motorola Moto Z2 Force</title>\n\t\t<link>https://www.xda-developers.com/lineageos-15-1-supports-a-b-devices-moto-z2-force/</link>\n\t\t<comments>https://www.xda-developers.com/lineageos-15-1-supports-a-b-devices-moto-z2-force/#respond</comments>\n\t\t<pubDate>Mon, 25 Jun 2018 15:42:00 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Aamir Siddiqui]]></dc:creator>\n\t\t\t\t<category><![CDATA[Developments]]></category>\n\t\t<category><![CDATA[Featured]]></category>\n\t\t<category><![CDATA[Mini XDA]]></category>\n\t\t<category><![CDATA[News]]></category>\n\t\t<category><![CDATA[XDA Android]]></category>\n\t\t<category><![CDATA[XDA Feature]]></category>\n\t\t<category><![CDATA[Essential PH-1]]></category>\n\t\t<category><![CDATA[Essential Phone]]></category>\n\t\t<category><![CDATA[Google Pixel]]></category>\n\t\t<category><![CDATA[Google Pixel 2]]></category>\n\t\t<category><![CDATA[google Pixel 2 XL]]></category>\n\t\t<category><![CDATA[Google Pixel XL]]></category>\n\t\t<category><![CDATA[lineageos]]></category>\n\t\t<category><![CDATA[LineageOS 15]]></category>\n\t\t<category><![CDATA[moto z2 force]]></category>\n\t\t<category><![CDATA[Motorola Moto Z2 Force]]></category>\n\t\t<category><![CDATA[Seamless System Update]]></category>\n\t\t<category><![CDATA[seamless update]]></category>\n\t\t<category><![CDATA[Xiaomi Mi A1]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.xda-developers.com/?p=222294</guid>\n\t\t<description><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/05/LineageOS-15.1-1-1-1-150x150.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"lineageos 15.1 android go\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" />One of the more exciting changes that Android Nougat 7.0 brought was the introduction of A/B dual partition scheme for devices launched with this OS version. This change tackled how Android system updates are applied to devices, with the aim to provide a seamless upgrade experience to the user where a simple and quick reboot]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/05/LineageOS-15.1-1-1-1-150x150.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"lineageos 15.1 android go\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" /><p class=\"dropcap\">One of the more exciting changes that <a href=\"https://www.xda-developers.com/tag/android-nougat/\">Android Nougat</a> 7.0 brought was the introduction of A/B dual partition scheme for devices launched with this OS version. This change tackled how Android system updates are applied to devices, with the aim to provide a seamless upgrade experience to the user where a simple and quick reboot brings them into the updated OS. This change also added the benefit of a failsafe which ensured that at least one workable booting system remains on the device during an OTA update, allowing devices to &#8220;rollback&#8221; to the older system if an OTA fails to boot.</p>\n<p>Unfortunately, not every device that has received <a href=\"https://www.xda-developers.com/tag/android-nougat/\">Android 7.0</a> supports this A/B dual partition scheme. This A/B partition scheme is mostly seen on devices that originally shipped with Android Nougat 7.0+, as updating a device to Nougat and then supporting this change would require a repartitioning, which was considered a risky proposition by many OEMs. <a href=\"https://www.xda-developers.com/list-android-devices-seamless-updates/\">Here is a list of devices</a> that support A/B seamless updates. Alternatively, you can also <a href=\"https://www.xda-developers.com/how-to-check-android-device-supports-seamless-updates/\">manually check whether your device supports seamless updates</a>.</p>\n<p>While the A/B dual partition scheme is largely well received, it did pose a challenge for the custom ROM community. <a href=\"https://source.android.com/devices/tech/ota/ab/ab_implement\">A/B devices did not come with a recovery partition</a> as the Android system did not have a need for these partitions, so the community had to adapt its ways. <a href=\"https://www.xda-developers.com/twrp-v3-1-0-is-now-rolling-out-with-support-for-adb-backup-ab-ota-zips-and-more/\">TWRP v3.1.0 was released with support for A/B devices</a>, while <a href=\"https://www.xda-developers.com/magisk-14-1-official-google-pixel-support/\">Magisk brought support for A/B devices with version 14.1</a>.</p>\n<p>Now, <a href=\"https://www.xda-developers.com/tag/lineageos/\">LineageOS</a> 15.1 is adding in support for A/B devices. Support was delayed on 15.1 as the <a href=\"https://www.xda-developers.com/lineageos-15-1-changelog-reader-mode-chrome-home-jelly-network-restrictions/\">LineageOS team was working to fix their addon.d script</a>. This script is responsible for backing up GApps and Lineage&#8217;s SU addon, and it needed modifications to properly work with A/B devices. The following people were involved in making this development happen (apologies if we missed anyone.)</p>\n\t\t\r\n\t\t\t\t<div class=\"accordion_content\">\r\n\t\t\t\t\t<h4 class=\"accordion_content_title\">Contributions to making A/B support possible for LineageOS 15.1</h4>\r\n\t\t\t\t\t<div class=\"accordion_content_inner\">\r\n\t\t\t\t\t\t</p>\n<ul>\n<li>XDA Recognized Developer <a href=\"https://forum.xda-developers.com/member.php?u=2385005\">invisiblek</a> &#8211; Wrote addon.d-v2/backuptool_ab and contributed original patches to for the A/B updater</li>\n<li>XDA Senior Member <a href=\"https://forum.xda-developers.com/member.php?u=5848265\">npjohnson</a> &#8211; Maintained addon.d-v2/backuptool_ab and implemented some fixes. Worked with external projects (OpenGApps/Magisk) to help get them compatible with the new tool.</li>\n<li>XDA Senior Member <a href=\"https://forum.xda-developers.com/member.php?u=6070905\">abhishek987</a> &#8211; Maintained addon.d-v2/backuptool_ab, helped debug/fix it along the way,</li>\n<li><a href=\"https://github.com/gmrt\">gmrt</a> &#8211; Set up the A/B seamless updater, added support for a variety of A/B functions in Updater, build.prop exposure to start releasetools for A/B, switch to unresttrict update_engine (WIP)</li>\n<li>XDA Recognized Developer <a href=\"https://forum.xda-developers.com/member.php?u=4126377\">tdm</a> &#8211; Brought Lineage recovery up, the platform to ship on A/B as the built-in recovery</li>\n<li>XDA Recognized Developer <a href=\"https://forum.xda-developers.com/member.php?u=3463426\">raymanfx</a> &#8211; various recovery patches to allow for installing old style zips and newer payload style zips, some AVB tool work, making addonsu A/B compatible</li>\n<li>XDA Senior Member <a href=\"http://forum.xda-developers.com/member.php?u=1815755\">intervigil</a> &#8211; Android Verified Boot logic, and tool to disable/deal with it</li>\n<li>XDA Inactive Recognized Developer <a href=\"https://forum.xda-developers.com/member.php?u=4662457\">Rashed97</a> &#8211; addon.d contributions and platform login</li>\n</ul>\n<p>\n\r\n\t\t\t\t\t</div>\r\n\t\t\t\t</div>\r\n\t\t\t\t\n<p>Initially, only the Motorola <a href=\"https://forum.xda-developers.com/z2-force\">Moto Z2 Force</a> (nash) has <a href=\"https://review.lineageos.org/#/c/LineageOS/hudson/+/218033/\">been added to the roster</a>, with support expected for more devices in the future. <strong>The Moto Z2 Force&#8217;s <a href=\"https://download.lineageos.org/nash\">build will roll out tomorrow</a>. </strong>The Z2 Force&#8217;s build is being maintained by XDA Senior Member <a href=\"https://forum.xda-developers.com/member.php?u=5848265\">npjohnson</a>.</p>\n<p>We expect the following devices to soon receive support once all of the device-specific bugs have been fixed:</p>\n<ul>\n<li><a href=\"https://forum.xda-developers.com/pixel\">Google Pixel</a></li>\n<li><a href=\"https://forum.xda-developers.com/pixel-xl\">Google Pixel XL</a></li>\n<li><a href=\"https://forum.xda-developers.com/pixel-2\">Google Pixel 2</a></li>\n<li><a href=\"https://forum.xda-developers.com/pixel-2-xl\">Google Pixel 2 XL</a></li>\n<li><a href=\"https://forum.xda-developers.com/essential-phone\">Essential Phone PH-1</a></li>\n<li><a href=\"https://forum.xda-developers.com/mi-a1\">Xiaomi Mi A1</a></li>\n</ul>\n<p>In fact, we expect the Xiaomi Mi A1 to receive support very soon given the comments <a href=\"https://review.lineageos.org/#/c/LineageOS/lineage_wiki/+/218173/\">here</a>. Likewise, a <a href=\"https://review.lineageos.org/#/c/LineageOS/hudson/+/218594/\">bug related to the Bluetooth MAC</a> needs to be fixed before the build for the Essential Phone will land. We&#8217;ll keep you updated once the official LineageOS 15.1 builds for the other A/B devices start to roll out.</p>\n<p class=\"clear:both;\">\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.xda-developers.com/lineageos-15-1-supports-a-b-devices-moto-z2-force/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Huawei P20 Pro update adds 960fps slow motion like the Samsung Galaxy S9</title>\n\t\t<link>https://www.xda-developers.com/huawei-p20-pro-update-960fps-slow-motion/</link>\n\t\t<comments>https://www.xda-developers.com/huawei-p20-pro-update-960fps-slow-motion/#respond</comments>\n\t\t<pubDate>Mon, 25 Jun 2018 14:15:00 +0000</pubDate>\n\t\t<dc:creator><![CDATA[George Burduli]]></dc:creator>\n\t\t\t\t<category><![CDATA[Mini XDA]]></category>\n\t\t<category><![CDATA[News]]></category>\n\t\t<category><![CDATA[XDA Android]]></category>\n\t\t<category><![CDATA[android 8.1]]></category>\n\t\t<category><![CDATA[Android Oreo]]></category>\n\t\t<category><![CDATA[huawei]]></category>\n\t\t<category><![CDATA[Huawei P20]]></category>\n\t\t<category><![CDATA[samsung galaxy s9]]></category>\n\t\t<category><![CDATA[Slow Motion]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.xda-developers.com/?p=222304</guid>\n\t\t<description><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/03/HUAWEI-P20-Pro-150x150.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" />Huawei released the P20 trio (Huawei P20, Huawei P20 Lite, and Huawei P20 Pro) back in April. While the Lite version is a mid-range device, the regular P20 and P20 Pro versions are both flagships. In the recent months, Huawei really stepped up their development. The P20 Pro already comes with Android 8.1 Oreo and]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/03/HUAWEI-P20-Pro-150x150.png\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" /><p class=\"dropcap\">Huawei released the P20 trio (<a href=\"https://forum.xda-developers.com/huawei-p20\">Huawei P20</a>, <a href=\"https://forum.xda-developers.com/huawei-p20-lite\">Huawei P20 Lite</a>, and <a href=\"https://forum.xda-developers.com/huawei-p20-pro\">Huawei P20 Pro</a>) back in April. While the Lite version is a mid-range device, the regular P20 and P20 Pro versions are both flagships. In the recent months, Huawei really stepped up their development. The P20 Pro already comes with <a href=\"https://www.xda-developers.com/tag/android-oreo/\">Android 8.1</a> Oreo and as it turns out, it&#8217;s getting <a href=\"https://www.xda-developers.com/huawei-p20-huawei-mate-10-pro-and-sony-xperia-xz2-gain-netflix-hdr-support/\">pretty frequent updates too</a>. Last week, Junior Member at XDA Forums, <a href=\"https://forum.xda-developers.com/member.php?u=4680991\">tamaskurti</a> reported that the device got a new update, with build number CLT-L29C432B131.</p>\n<p>The first feature in the update is the June security patch. While it&#8217;s been about <a href=\"https://www.xda-developers.com/android-security-update-june-pixel-nexus/\">2 weeks since the release of this patch</a>, it&#8217;s still nice to see that Huawei isn&#8217;t delaying security updates any further. True, <a href=\"https://www.xda-developers.com/essential-phone-android-p-beta-2-june-security-patches/\">Essential releases security updates</a> almost instantly after they&#8217;re available, but Huawei still manages to bring some competition to the table compared to other large OEMs.</p>\n<p>The next new feature is camera improvements. The zoom button is now placed lower on the screen. I think it&#8217;s much more comfortable to use now. But, for unknown reasons, the button is now square-shaped, instead of a circle. Maybe it fits with overall UI? I don&#8217;t really know.</p>\n<p>Users also noticed a new slow motion feature, which works just like Samsung <a href=\"https://forum.xda-developers.com/galaxy-s9\">Galaxy S9</a>. It starts recording slow motion video as soon as it detects movement. It&#8217;s worth noting that <a href=\"https://www.xda-developers.com/huawei-p20-pro-super-slow-motion-samsung-galaxy-s9/\">we noticed that S9-like slow motion was coming back in March</a>. Here is it in action, courtesy of XDA Senior Member <a href=\"https://forum.xda-developers.com/member.php?u=2555881\">mmeidl78:</a></p>\n<blockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/BkLXbtWDPvF/\" data-instgrm-version=\"8\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\n<div style=\"padding:8px;\">\n<div style=\" background:#F8F8F8; line-height:0; margin-top:40px; padding:50.0% 0; text-align:center; width:100%;\">\n<div style=\" background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURczMzPf399fX1+bm5mzY9AMAAADiSURBVDjLvZXbEsMgCES5/P8/t9FuRVCRmU73JWlzosgSIIZURCjo/ad+EQJJB4Hv8BFt+IDpQoCx1wjOSBFhh2XssxEIYn3ulI/6MNReE07UIWJEv8UEOWDS88LY97kqyTliJKKtuYBbruAyVh5wOHiXmpi5we58Ek028czwyuQdLKPG1Bkb4NnM+VeAnfHqn1k4+GPT6uGQcvu2h2OVuIf/gWUFyy8OWEpdyZSa3aVCqpVoVvzZZ2VTnn2wU8qzVjDDetO90GSy9mVLqtgYSy231MxrY6I2gGqjrTY0L8fxCxfCBbhWrsYYAAAAAElFTkSuQmCC); display:block; height:44px; margin:0 auto -44px; position:relative; top:-22px; width:44px;\"></div>\n</div>\n<p style=\" margin:8px 0 0 0; padding:0 4px;\"> <a href=\"https://www.instagram.com/p/BkLXbtWDPvF/\" style=\" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;\" target=\"_blank\">Neues Update des #Huawei #p20pro ist NICE! Verbesserungen in der Kamera-App incoming! #slowmo und #zoom</a></p>\n<p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">A post shared by <a href=\"https://www.instagram.com/mmeidl78/\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\"> Michael Meidl</a> (@mmeidl78) on <time style=\" font-family:Arial,sans-serif; font-size:14px; line-height:17px;\" datetime=\"2018-06-18T19:24:15+00:00\">Jun 18, 2018 at 12:24pm PDT</time></p>\n</div>\n</blockquote>\n<p><script async defer src=\"//www.instagram.com/embed.js\"></script></p>\n<p>XDA Forum member tamaskurti also provided the official changelog:</p>\n<p>&#8220;This update optimizes system performance and stability.</p>\n<ul>\n<li>Optimizes power consumption for longer usage.</li>\n<li>Improves system performance and stability for smoother operations.</li>\n<li>Optimizes the wallpaper display for a better experience.</li>\n<li>Fixes an issue where the other party&#8217;s voice was occasionally delayed when answering calls while using OK Google.&#8221;</li>\n</ul>\n<p>As you see, the changes I&#8217;ve explained above aren&#8217;t even mentioned in an official changelog, which is a bit strange, but it&#8217;s a common practice for Huawei already. Nevertheless, this is definitely a welcome update as it contains some new features while improving stability and security. The update will roll out gradually and it will be available on every Huawei P20 Pro soon.</p>\n<hr />\n<a href=\"https://forum.xda-developers.com/huawei-p20-pro/how-to/clt-l29c432b131-firmware-improvements-t3804068\" class=\"btn btn_\" target=\"_self\" style=\"background-color:#f85050; color:#ffffff;\">Source: Huawei P20 Pro XDA Forum</a>\n<p class=\"clear:both;\">\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.xda-developers.com/huawei-p20-pro-update-960fps-slow-motion/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Xiaomi Mi Pad 4 is official with an 8-inch display and Snapdragon 660</title>\n\t\t<link>https://www.xda-developers.com/xiaomi-mi-pad-4-official-specifications-features/</link>\n\t\t<comments>https://www.xda-developers.com/xiaomi-mi-pad-4-official-specifications-features/#respond</comments>\n\t\t<pubDate>Mon, 25 Jun 2018 13:40:47 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Idrees Patel]]></dc:creator>\n\t\t\t\t<category><![CDATA[Full XDA]]></category>\n\t\t<category><![CDATA[News]]></category>\n\t\t<category><![CDATA[XDA Android]]></category>\n\t\t<category><![CDATA[XDA Feature]]></category>\n\t\t<category><![CDATA[MIUI]]></category>\n\t\t<category><![CDATA[xiaomi]]></category>\n\t\t<category><![CDATA[Xiaomi Mi Pad 4]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.xda-developers.com/?p=222955</guid>\n\t\t<description><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Xiaomi-Mi-Pad-4-Feature-Image-150x150.jpg\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"Xiaomi Mi Pad 4\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" />Android tablets may well face a general decline in demand, but clearly, that hasn&#8217;t stopped Xiaomi from releasing a new Android tablet. The company&#8217;s Mi Pad series of tablets are some of the few Android tablets that are worth recommending because of their respectable specifications and affordable prices, at a time when most Android tablets]]></description>\n\t\t\t\t<content:encoded><![CDATA[<img width=\"150\" height=\"150\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Xiaomi-Mi-Pad-4-Feature-Image-150x150.jpg\" class=\"webfeedsFeaturedVisual wp-post-image\" alt=\"Xiaomi Mi Pad 4\" style=\"display: block; margin-bottom: 5px; clear:both;max-width: 100%;\" /><p class=\"dropcap\">Android tablets <a href=\"https://www.xda-developers.com/idc-q3-2017-tablet-market-decline/\">may well face a general decline in demand</a>, but clearly, that hasn&#8217;t stopped Xiaomi from releasing a new Android tablet. The company&#8217;s Mi Pad series of tablets are some of the few Android tablets that are worth recommending because of their respectable specifications and affordable prices, at a time when most Android tablets have outdated specifications.</p>\n<p>The <a href=\"https://www.xda-developers.com/xiaomi-quietly-launches-the-mi-pad-3-with-a-7-9-display-and-mediatek-mt8176-soc/\"><a href=\"https://forum.xda-developers.com/t/mi-pad-3\">Xiaomi Mi Pad 3</a></a> was released back in April 2017 with the MediaTek MT8176 SoC. <a href=\"https://www.xda-developers.com/xiaomi-mi-pad-4-specifications/\">We have exclusively reported some of the specifications of its successor</a>, and Xiaomi has now officially launched it alongside the <a href=\"https://www.xda-developers.com/xiaomi-redmi-6-pro-official-specifications-features/\">Xiaomi Redmi 6 Pro</a>.</p>\n<p>The Xiaomi Mi Pad 4 is not a typical cheap Android tablet. It has a high-resolution display, a capable SoC in the form of the <a href=\"https://www.xda-developers.com/tag/qualcomm-snapdragon-660/\">Snapdragon 660</a>, and metal unibody construction. Let&#8217;s take a look at its specifications:</p>\n<h2>Xiaomi Mi Pad 4 &#8211; Specifications at a glance</h2>\n<p><img class=\"aligncenter size-full wp-image-222983\" src=\"https://www1-lw.xda-cdn.com/files/2018/06/Xiaomi-Mi-Pad-4-Rose-Gold.jpg\" alt=\"Xiaomi Mi Pad 4\" width=\"728\" height=\"313\" srcset=\"https://www1-lw.xda-cdn.com/files/2018/06/Xiaomi-Mi-Pad-4-Rose-Gold.jpg 728w, https://www1-lw.xda-cdn.com/files/2018/06/Xiaomi-Mi-Pad-4-Rose-Gold-300x129.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" /></p>\n<table class=\"table_orange\">\n<thead>\n<tr>\n<th>Xiaomi Mi Pad 4</th>\n<th>Specifications</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Dimensions and weight</td>\n<td>200.2 x 120.3 x 7.9 mm, 342.5g</td>\n</tr>\n<tr>\n<td>Software</td>\n<td><a href=\"https://www.xda-developers.com/tag/miui/\">MIUI</a> 9 on top of <a href=\"https://www.xda-developers.com/tag/android-oreo/\">Android 8.1</a> Oreo</td>\n</tr>\n<tr>\n<td>CPU</td>\n<td>Octa-core Qualcomm Snapdragon 660 (4x Kryo 260 Performance cores clocked at 2.0GHz + 4x Kryo 260 Efficiency cores clocked at 1.8GHz)</td>\n</tr>\n<tr>\n<td>GPU</td>\n<td>Adreno 512</td>\n</tr>\n<tr>\n<td>RAM and storage</td>\n<td>3GB of RAM with 32GB of storage / 4GB of RAM with 64GB of storage; dedicated microSD card slot</td>\n</tr>\n<tr>\n<td>Battery</td>\n<td>6000mAh, 5V/2A charging)</td>\n</tr>\n<tr>\n<td>Display</td>\n<td>8-inch WUXGA (1920&#215;1200) IPS LCD with a 16:10 aspect ratio</td>\n</tr>\n<tr>\n<td>Wi-Fi</td>\n<td>802.11ac</td>\n</tr>\n<tr>\n<td>Bluetooth</td>\n<td>Bluetooth 5.0</td>\n</tr>\n<tr>\n<td>Ports</td>\n<td>USB Type-C port, 3.5mm headphone jack; LTE version: Nano SIM slot</td>\n</tr>\n<tr>\n<td>Bands</td>\n<td>LTE version:<br />\nFDD-LTE: Bands 1/3/5/7/8<br />\nTDD-LTE: Bands 34/38/39/40/41</td>\n</tr>\n<tr>\n<td>Rear camera</td>\n<td>13MP camera with f/2.0 aperture<br />\nVideo recording up to 1080p at 30fps</td>\n</tr>\n<tr>\n<td>Front-facing camera</td>\n<td>5MP front-facing camera</td>\n</tr>\n</tbody>\n</table>\n<p>The Mi Pad 4 has metal unibody construction, which instantly gives it a more premium look and feel than most budget Android tablets. The tablet has relatively small bezels, and Xiaomi is promoting how it can be used with one hand. The display&#8217;s 16:10 aspect ratio also helps in this respect.</p>\n<h2>Performance</h2>\n<p>The Xiaomi Mi Pad 4 is powered by the Qualcomm Snapdragon 660 system-on-chip. The SoC has four big cores in the form of the Kryo 260 Performance (based on Arm Cortex-A73) clocked at 2.0GHz (downlocked in the Mi Pad 4), paired with four Kryo 260 Efficiency (Cortex-A53) cores clocked at 1.8GHz. The Snapdragon 660 uses the Adreno 512 GPU, which is more powerful than the Adreno 509 of the Snapdragon 636.</p>\n<p>The tablet comes in two variants: 3GB of RAM with 32GB of storage, and 4GB of RAM with 64GB of storage. The storage is expandable via microSD card slot.</p>\n<h2>Display</h2>\n<p>The Mi Pad 4 has an 8-inch WUXGA (1920&#215;1200) IPS LCD with a 16:10 aspect ratio. The display&#8217;s aspect ratio and resolution are different from its predecessors. Technically, the Mi Pad 4 features a lower resolution display than the Mi Pad 3 and the Mi Pad 2. The move to a 16:10 aspect ratio from a 4:3 aspect ratio may also be thought of as a downgrade for productivity tasks, but opinions on this can vary.</p>\n<h2>Connectivity</h2>\n<p>The tablet is powered by a 6000mAh battery with regular 10W charging. It has Wi-Fi 802.11b/g/n/ac, and Bluetooth 5.0, a USB Type-C port, and a 3.5mm headphone jack.</p>\n<h2>Software</h2>\n<p>The Xiaomi Mi Pad 4 is powered by MIUI 9 on top of Android 8.1 Oreo, which means that it&#8217;s required to have <a href=\"https://forum.xda-developers.com/project-treble\">Project Treble</a> support.</p>\n<h2>Xiaomi Mi Pad 4 &#8211; Pricing and availability</h2>\n<p>The Xiaomi Mi Pad 4 is available in Black and Rose Gold colors. Pre-orders for the device have gone live in China, with availability scheduled for June 29. The 3GB RAM/32GB storage variant costs CNY 1099 ($170), while the 4GB RAM/64GB storage variant costs CNY 1399 ($215). The LTE variant costs CNY 1499 ($230).</p>\n<p><strong>Let us know what you think about the Xiaomi Mi Pad 4 in the comments below.</strong></p>\n<p class=\"clear:both;\">\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.xda-developers.com/xiaomi-mi-pad-4-official-specifications-features/feed/</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t</channel>\n</rss>\n\r\n<!--\r\nPerformance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/\r\n\r\nObject Caching 239/1144 objects using memcached\r\nContent Delivery Network via www1-lw.xda-cdn.com\r\nMinified using memcached\r\n\r\nServed from: www.xda-developers.com @ 2018-07-02 12:36:24 by W3 Total Cache\r\n-->"
  },
  {
    "path": "api/test/data/feed/zhukun.net",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\"\n\txmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n\txmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\n\txmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n\txmlns:atom=\"http://www.w3.org/2005/Atom\"\n\txmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\"\n\txmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n\t>\n\n<channel>\n\t<title>月与灯依旧</title>\n\t<atom:link href=\"https://www.zhukun.net/feed\" rel=\"self\" type=\"application/rss+xml\" />\n\t<link>https://www.zhukun.net</link>\n\t<description>不见去年人， 泪湿春衫袖。</description>\n\t<lastBuildDate>Wed, 20 Jun 2018 10:47:42 +0000</lastBuildDate>\n\t<language>zh-CN</language>\n\t<sy:updatePeriod>hourly</sy:updatePeriod>\n\t<sy:updateFrequency>1</sy:updateFrequency>\n\t<generator>https://wordpress.org/?v=4.9.6</generator>\n\t<item>\n\t\t<title>godaddy的.app域名申请一年的免费SSL</title>\n\t\t<link>https://www.zhukun.net/archives/8256</link>\n\t\t<comments>https://www.zhukun.net/archives/8256#comments</comments>\n\t\t<pubDate>Wed, 20 Jun 2018 10:44:45 +0000</pubDate>\n\t\t<dc:creator><![CDATA[bear]]></dc:creator>\n\t\t\t\t<category><![CDATA[Linux运维]]></category>\n\t\t<category><![CDATA[centos]]></category>\n\t\t<category><![CDATA[Linux]]></category>\n\t\t<category><![CDATA[ubuntu]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.zhukun.net/?p=8256</guid>\n\t\t<description><![CDATA[.app域名是谷歌推出的自带免费SSL证书的域名, 如果你在Godaddy购买了 &#8230; <a href=\"https://www.zhukun.net/archives/8256\">继续阅读 <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>.app域名是谷歌推出的自带免费SSL证书的域名, 如果你在Godaddy购买了.app域名, 那么你的域名会自动带有一年的免费SSL证书(需要在Godaddy申请), 本文简单写一下申请方法.</p>\n<p>假设你申请到的域名是example.app</p>\n<p><strong>1, 生成csr</strong><br />\n参考Godaddy帮助文档里的<a href=\"https://hk.godaddy.com/en/help/nginx-generate-csrs-certificate-signing-requests-3601\" rel=\"noopener\" target=\"_blank\">这篇文章</a></p>\n<pre class=\"brush: bash; title: ; notranslate\">\r\n$ openssl req -new -newkey rsa:2048 -nodes -keyout example.app.key -out example.app.csr\r\n</pre>\n<p>回车以后会问你一些信息,例如国家,城市等,在询问到Common Name (e.g. server FQDN or YOUR name)时建议填写你的域名信息,例如example.app</p>\n<p>然后就会生成下面2个文件<br />\nexample.app.csr<br />\nexample.app.key</p>\n<p>去Godaddy页面上申请SSL证书, 当然, 需要.csr文件中的内容</p>\n<p>只需要几分钟, Godaddy会为你准备好证书, Download之. Download的时候, 由于&#8221;Server type&#8221;没有&#8221;Nginx&#8221;, 因此我选择了&#8221;Other&#8221;</p>\n<p><strong>2, 准备SSL证书</strong><br />\n参考Godaddy帮助文档里的<a href=\"https://hk.godaddy.com/en/help/nginx-on-centos-7-install-a-certificate-27192\" rel=\"noopener\" target=\"_blank\">这篇文章</a></p>\n<pre class=\"brush: bash; title: ; notranslate\">\r\n$ unzip example.app.zip\r\n\r\n$ ls    #会解压出来2个文件\r\n8a982df92de94106.crt  gd_bundle-g2-g1.crt  example.app.zip\r\n</pre>\n<p><strong>生成example.app.crt文件</strong></p>\n<pre class=\"brush: bash; title: ; notranslate\">\r\ncat 8a982df92de94106.crt gd_bundle-g2-g1.crt &gt;&gt; example.app.crt\r\n</pre>\n<p><span id=\"more-8256\"></span></p>\n<p><strong>3, 配置nginx</strong><br />\n把上面的example.app.key和example.app.crt加入到nginx的配置中即可, 这部分不再多说.</p>\n<pre class=\"brush: bash; title: ; notranslate\">\r\n$ sudo vim /etc/nginx/sites-available/example.app\r\n</pre>\n<pre class=\"brush: plain; title: ; notranslate\">\r\nserver {\r\n        listen 80;\r\n        server_name example.app www.example.app;\r\n        return 301 https://$host$request_uri;\r\n}\r\n\r\nserver {\r\n    listen 443 ssl;\r\n\r\n    server_name example.app www.example.app;\r\n    ssl_certificate     /etc/nginx/ssl/example.app.crt;\r\n    ssl_certificate_key /etc/nginx/ssl/example.app.key;\r\n\r\n    root /usr/www/example.app/;\r\n    index index.php  index.html index.htm;\r\n\r\n}\r\n</pre>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.zhukun.net/archives/8256/feed</wfw:commentRss>\n\t\t<slash:comments>1</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>VMware性能优化</title>\n\t\t<link>https://www.zhukun.net/archives/8251</link>\n\t\t<comments>https://www.zhukun.net/archives/8251#comments</comments>\n\t\t<pubDate>Sat, 12 May 2018 06:47:48 +0000</pubDate>\n\t\t<dc:creator><![CDATA[bear]]></dc:creator>\n\t\t\t\t<category><![CDATA[Linux运维]]></category>\n\t\t<category><![CDATA[ubuntu]]></category>\n\t\t<category><![CDATA[VMWare]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.zhukun.net/?p=8251</guid>\n\t\t<description><![CDATA[VMware Player里安装的虚拟机一般都特别卡(即使你的物理机配置很高), &#8230; <a href=\"https://www.zhukun.net/archives/8251\">继续阅读 <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>VMware Player里安装的虚拟机一般都特别卡(即使你的物理机配置很高), 原因是VMware默认设定在本地生成一个swap文件来当作虚拟机的内存(这能不卡吗??), 本文介绍一些优化参数.</p>\n<p>将以下选择写入到你的.vmx文件中(仅适用Windows物理机)</p>\n<pre class=\"brush: plain; title: ; notranslate\">\r\nMemTrimRate = &quot;0&quot; \r\nmainMem.useNamedFile = &quot;FALSE&quot;\r\nsched.mem.pshare.enable = &quot;FALSE&quot; \r\nprefvmx.useRecommendedLockedMemSize = &quot;TRUE&quot;\r\n</pre>\n<p>如果你的物理机是Linux而不是Windows则需要用如下选项代替上面的mainMem.useNamedFile = &#8220;FALSE&#8221;</p>\n<pre class=\"brush: plain; title: ; notranslate\">mainmem.backing = &quot;swap&quot;</pre>\n<p>参考文档<br />\n<a href=\"https://superuser.com/questions/306655/windows-7-kills-vmware-performance-by-disk-caching\" rel=\"noopener\" target=\"_blank\">Windows 7 kills VMWare performance by disk caching?</a></p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.zhukun.net/archives/8251/feed</wfw:commentRss>\n\t\t<slash:comments>1</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>交叉编译golang程序</title>\n\t\t<link>https://www.zhukun.net/archives/8250</link>\n\t\t<comments>https://www.zhukun.net/archives/8250#respond</comments>\n\t\t<pubDate>Sat, 12 May 2018 04:26:26 +0000</pubDate>\n\t\t<dc:creator><![CDATA[bear]]></dc:creator>\n\t\t\t\t<category><![CDATA[编程学习]]></category>\n\t\t<category><![CDATA[Linux]]></category>\n\t\t<category><![CDATA[ubuntu]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.zhukun.net/?p=8250</guid>\n\t\t<description><![CDATA[本文演示了在ubuntu16.04上交叉编译golang程序的过程 配置本地go &#8230; <a href=\"https://www.zhukun.net/archives/8250\">继续阅读 <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>本文演示了在ubuntu16.04上交叉编译golang程序的过程</p>\n<p><strong>配置本地golang环境</strong></p>\n<pre class=\"brush: bash; title: ; notranslate\">\r\n$ wget https://dl.google.com/go/go1.10.2.linux-amd64.tar.gz\r\n\r\n$ tar zxvf go1.10.2.linux-amd64.tar.gz\r\n\r\n$ sudo mv go /usr/local/\r\n\r\n$ echo 'export PATH=$PATH:/usr/local/go/bin' &gt;&gt; ~/.profile\r\n$ echo 'export GOROOT=/usr/local/go' &gt;&gt; ~/.profile\r\n$ echo 'export GOPATH=~/go' &gt;&gt; ~/.profile      #v2ray的工作目录,down下来的源码和编译生成的文件均在这里\r\n\r\n$ source ~/.profile &amp;&amp; echo $GOPATH\r\n\r\n$ go version\r\ngo version go1.10.2 linux/amd64\r\n</pre>\n<p><strong>交叉编译golang程序</strong></p>\n<pre class=\"brush: bash; title: ; notranslate\">\r\n$ go get -u v2ray.com/core/...\r\n$ go get -u v2ray.com/ext/...\r\n\r\n$ go install v2ray.com/ext/tools/build/vbuild\r\n\r\n$ $GOPATH/bin/vbuild -os=linux -arch=arm\r\n</pre>\n<p>编译完成的程序位于$GOPATH目录下.<span id=\"more-8250\"></span></p>\n<p>参考文档<br />\n<a href=\"https://steemit.com/cn/@v2ray/meemg-v2ray\" rel=\"noopener\" target=\"_blank\">V2Ray 的模块化</a></p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.zhukun.net/archives/8250/feed</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>NGINX on CentOS 7: Install a SSL Certificate(from Godaddy )</title>\n\t\t<link>https://www.zhukun.net/archives/8248</link>\n\t\t<comments>https://www.zhukun.net/archives/8248#respond</comments>\n\t\t<pubDate>Thu, 10 May 2018 05:32:41 +0000</pubDate>\n\t\t<dc:creator><![CDATA[bear]]></dc:creator>\n\t\t\t\t<category><![CDATA[Linux运维]]></category>\n\t\t<category><![CDATA[centos]]></category>\n\t\t<category><![CDATA[Linux]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.zhukun.net/?p=8248</guid>\n\t\t<description><![CDATA[https://www.godaddy.com/help/nginx-on-ce &#8230; <a href=\"https://www.zhukun.net/archives/8248\">继续阅读 <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>https://www.godaddy.com/help/nginx-on-centos-7-install-a-certificate-27192</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.zhukun.net/archives/8248/feed</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>我要出家当和尚去&#8230;&#8230;&#8230;</title>\n\t\t<link>https://www.zhukun.net/archives/8247</link>\n\t\t<comments>https://www.zhukun.net/archives/8247#comments</comments>\n\t\t<pubDate>Fri, 04 May 2018 05:03:45 +0000</pubDate>\n\t\t<dc:creator><![CDATA[bear]]></dc:creator>\n\t\t\t\t<category><![CDATA[胡说八道]]></category>\n\t\t<category><![CDATA[搞笑]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.zhukun.net/?p=8247</guid>\n\t\t<description><![CDATA[我要出家当和尚去 某个大雨倾盆的夜晚 你会偷偷来看我吗 唉，还是别来吧 我会拒绝 &#8230; <a href=\"https://www.zhukun.net/archives/8247\">继续阅读 <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>我要出家当和尚去<br />\n某个大雨倾盆的夜晚<br />\n你会偷偷来看我吗<br />\n唉，还是别来吧<br />\n我会拒绝与你相认 </p>\n<p>不要在山门静坐<br />\n不要和方丈软磨硬泡<br />\n不要伪装虔诚的香客<br />\n我拒绝与你相认<br />\n我在禅房看竖排繁体的肉蒲团 </p>\n<p>我再也不相信爱情了<br />\n猪肉都吃不起<br />\n还留在滚滚红尘干啥<br />\n如果你非要找我再续前缘<br />\n那就——带上一斤绝味鸭脖吧 </p>\n<p>鸳鸯偎，蝴蝶双飞<br />\n小雨在烟雾里盘着腿<br />\n你知道在哪里能找到我<br />\n女道观的隔壁，墙根下面 </p>\n<p>——南无阿弥陀佛，在吗？<br />\n——急急如律令，快进来！ </p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.zhukun.net/archives/8247/feed</wfw:commentRss>\n\t\t<slash:comments>2</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>remove pCloud Drive on Ubuntu/Debian</title>\n\t\t<link>https://www.zhukun.net/archives/8245</link>\n\t\t<comments>https://www.zhukun.net/archives/8245#respond</comments>\n\t\t<pubDate>Tue, 24 Apr 2018 15:58:09 +0000</pubDate>\n\t\t<dc:creator><![CDATA[bear]]></dc:creator>\n\t\t\t\t<category><![CDATA[Linux运维]]></category>\n\t\t<category><![CDATA[Linux]]></category>\n\t\t<category><![CDATA[ubuntu]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.zhukun.net/?p=8245</guid>\n\t\t<description><![CDATA[Remove pCloud Drive on Ubuntu/Debian sys &#8230; <a href=\"https://www.zhukun.net/archives/8245\">继续阅读 <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>Remove pCloud Drive on Ubuntu/Debian system.</p>\n<p>1, remove autostart from Tweaks Tool<br />\n2, run command </p>\n<pre class=\"brush: bash; title: ; notranslate\">\r\nkillall pcloud\r\n\\rm -rf ~/.pcloud\r\n\\rm -rf ~/.local/share/applications/appimagekit-pcloud.desktop\r\n\\rm -rf /tmp/.mount_pcloud*\r\n\\rm -rf /tmp/pcloud_unix_soc.sock\r\n</pre>\n<p>3, reboot.</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.zhukun.net/archives/8245/feed</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Django parse a json/dictionary reminder on template</title>\n\t\t<link>https://www.zhukun.net/archives/8242</link>\n\t\t<comments>https://www.zhukun.net/archives/8242#respond</comments>\n\t\t<pubDate>Fri, 20 Apr 2018 03:16:43 +0000</pubDate>\n\t\t<dc:creator><![CDATA[bear]]></dc:creator>\n\t\t\t\t<category><![CDATA[编程学习]]></category>\n\t\t<category><![CDATA[django]]></category>\n\t\t<category><![CDATA[python]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.zhukun.net/?p=8242</guid>\n\t\t<description><![CDATA[如果想在一个Django template里引入json, 正确的templat &#8230; <a href=\"https://www.zhukun.net/archives/8242\">继续阅读 <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>如果想在一个Django template里引入json, 正确的template写法为</p>\n<p>python的<strong>views.py</strong>的写法</p>\n<pre class=\"brush: plain; title: ; notranslate\">\r\n# -*- coding: utf-8 -*-\r\nfrom django.shortcuts import render\r\nfrom django.http import Http404, HttpResponse\r\n\r\ndef get_product(request):\r\n    context1 = {}\r\n    context1['env'] = 'production'\r\n    context1['mydict'] = {&quot;key1&quot;:&quot;value1&quot;, &quot;key2&quot;:&quot;value2&quot;, &quot;key3&quot;:&quot;value3&quot;, &quot;key4&quot;:&quot;value4&quot;}\r\n    context1['days'] = [1,2,3]\r\n\r\n    if request.GET.get(&quot;item&quot;) == &quot;ec2&quot; or not request.GET.get(&quot;item&quot;):\r\n        return render(request, 'main_content.html', context1)\r\n    else:\r\n        raise Http404()\r\n</pre>\n<p><strong>main_content.html</strong>使用extends引入index.html</p>\n<pre class=\"brush: plain; title: ; notranslate\">\r\n{% extends 'index.html' %}\r\n    {% block content %}\r\n        {% for day in days %}\r\n        &lt;li&gt;day: {{ day }}&lt;/li&gt;\r\n        {% endfor %}\r\n    {% endblock %}\r\n</pre>\n<p><strong>index.html</strong>使用include引入sidebar.html</p>\n<pre class=\"brush: plain; title: ; notranslate\">\r\n&lt;!DOCTYPE html&gt;\r\n&lt;html lang=&quot;en&quot;&gt;\r\n&lt;head&gt;\r\n    &lt;meta charset=&quot;UTF-8&quot;&gt;\r\n    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;\r\n    &lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;ie=edge&quot;&gt;\r\n    &lt;title&gt;Document&lt;/title&gt;\r\n&lt;/head&gt;\r\n&lt;body&gt;\r\n    &lt;div class=&quot;header&quot;&gt;My page&lt;/div&gt;\r\n    &lt;div class=&quot;content&quot;&gt;\r\n        &lt;div class=&quot;sidebar&quot;&gt;\r\n\r\n            &lt;ul&gt;\r\n                {% if env == 'production' %}\r\n                    {% include 'production.sidebar.html' %}\r\n                {% elif env == 'development' %}\r\n                    {% include 'development.sidebar.html' %}\r\n                {% elif env == 'staging' %}\r\n                    {% include 'staging.sidebar.html' %}\r\n                {% elif env == 'legacy' %}\r\n                    {% include 'legacy.sidebar.html' %}\r\n                {% endif %}\r\n            &lt;/ul&gt;\r\n\r\n        &lt;/div&gt;\r\n        &lt;div class=&quot;maincontent&quot;&gt;\r\n\r\n            {% block content %} {% endblock %}\r\n\r\n        &lt;/div&gt;\r\n    &lt;/div&gt;\r\n&lt;/body&gt;\r\n&lt;/html&gt;\r\n</pre>\n<p><span id=\"more-8242\"></span></p>\n<p><strong>production.sidebar.html</strong>的写法, 注意, 在django template里面是使用.items去遍历所有的key:value的</p>\n<pre class=\"brush: plain; title: ; notranslate\">\r\n&lt;li&gt;&lt;a href=&quot;/api/production/?item=10&quot;&gt;production.sub1&lt;/a&gt;&lt;/li&gt;\r\n&lt;li&gt;&lt;a href=&quot;/api/production/?item=11&quot;&gt;production.sub2&lt;/a&gt;&lt;/li&gt;\r\n&lt;li&gt;&lt;a href=&quot;/api/production/?item=12&quot;&gt;Production.sub3&lt;/a&gt;&lt;/li&gt;\r\n\r\n{% for id, name in mydict.items %}\r\n&lt;li&gt;&lt;a href=&quot;/api/production/?item=13&amp;id={{ id }}&quot;&gt;production.sub{{ name }}&lt;/a&gt;&lt;/li&gt;\r\n{% endfor %}\r\n</pre>\n<p>参考: <a href=\"https://stackoverflow.com/questions/1275735/how-to-access-dictionary-element-in-django-template\" rel=\"noopener\" target=\"_blank\">how to access dictionary element in django template?</a></p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.zhukun.net/archives/8242/feed</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>iptables delete some rules form a chain</title>\n\t\t<link>https://www.zhukun.net/archives/8239</link>\n\t\t<comments>https://www.zhukun.net/archives/8239#respond</comments>\n\t\t<pubDate>Sun, 18 Mar 2018 16:49:07 +0000</pubDate>\n\t\t<dc:creator><![CDATA[bear]]></dc:creator>\n\t\t\t\t<category><![CDATA[Linux运维]]></category>\n\t\t<category><![CDATA[centos]]></category>\n\t\t<category><![CDATA[Linux]]></category>\n\t\t<category><![CDATA[ubuntu]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.zhukun.net/?p=8239</guid>\n\t\t<description><![CDATA[以下两条命令均可用]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>以下两条命令均可用</p>\n<pre class=\"brush: bash; title: ; notranslate\">\r\niptables -t nat -L PREROUTING --line-numbers | grep RULE_NAME | cut -d&quot; &quot; -f 1 | xargs iptables -t nat -D PREROUTING\r\n\r\nfor i in $(iptables -t nat -nvL PREROUTING --line-numbers | grep RULE_NAME | grep ^[0-9] | awk '{ print $1 }' | tac); do iptables -t nat -D PREROUTING $i; done\r\n</pre>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.zhukun.net/archives/8239/feed</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>How to run a crontab job every X seconds</title>\n\t\t<link>https://www.zhukun.net/archives/8235</link>\n\t\t<comments>https://www.zhukun.net/archives/8235#respond</comments>\n\t\t<pubDate>Mon, 26 Feb 2018 02:49:47 +0000</pubDate>\n\t\t<dc:creator><![CDATA[bear]]></dc:creator>\n\t\t\t\t<category><![CDATA[Linux运维]]></category>\n\t\t<category><![CDATA[centos]]></category>\n\t\t<category><![CDATA[Linux]]></category>\n\t\t<category><![CDATA[ubuntu]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.zhukun.net/?p=8235</guid>\n\t\t<description><![CDATA[如果你有一个job, 需要每隔5秒运行一次. 以下写法是错误的 如果使用这种写法 &#8230; <a href=\"https://www.zhukun.net/archives/8235\">继续阅读 <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<p>如果你有一个job, 需要每隔5秒运行一次.</p>\n<p>以下写法是错误的</p>\n<pre class=\"brush: bash; title: ; notranslate\">\r\n* * * * * sleep 5; /bin/cmd\r\n</pre>\n<p>如果使用这种写法, 会导致在每分钟的第0秒开始, sleep 5秒以后, 再运行/bin/cmd, 然尔运行完就结束了, 不会每隔5秒运行一次.</p>\n<p>正确写法1</p>\n<pre class=\"brush: bash; title: ; notranslate\">\r\n* * * * * for i in {1..12}; do /bin/cmd; sleep 5; done\r\n</pre>\n<p>正确写法2</p>\n<pre class=\"brush: bash; title: ; notranslate\">\r\n* * * * * REMAIN=60 INC=5 ; while ; do /bin/cmd; sleep $INC; REMAIN=$(($REMAIN - $INC)); done\r\n</pre>\n<p>正确写法3</p>\n<pre class=\"brush: bash; title: ; notranslate\">\r\n* * * * * /bin/cmd\r\n* * * * * sleep 5; /bin/cmd\r\n* * * * * sleep 10; /bin/cmd\r\n* * * * * sleep 15; /bin/cmd\r\n......\r\n* * * * * sleep 55; /bin/cmd\r\n</pre>\n<p>可以使用systemctl status cron.service -l命令看看cron服务的状态以及最新日志.</p>\n<p>参考: <a href=\"http://tech.saigonist.com/b/server/how-run-cronjob-every-x-seconds-cron\" rel=\"noopener\" target=\"_blank\">How to run a cronjob every X seconds in cron</a></p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.zhukun.net/archives/8235/feed</wfw:commentRss>\n\t\t<slash:comments>0</slash:comments>\n\t\t</item>\n\t\t<item>\n\t\t<title>Ubuntu change password in one command line</title>\n\t\t<link>https://www.zhukun.net/archives/8234</link>\n\t\t<comments>https://www.zhukun.net/archives/8234#comments</comments>\n\t\t<pubDate>Wed, 21 Feb 2018 15:50:41 +0000</pubDate>\n\t\t<dc:creator><![CDATA[bear]]></dc:creator>\n\t\t\t\t<category><![CDATA[Linux运维]]></category>\n\t\t<category><![CDATA[Linux]]></category>\n\t\t<category><![CDATA[ubuntu]]></category>\n\n\t\t<guid isPermaLink=\"false\">https://www.zhukun.net/?p=8234</guid>\n\t\t<description><![CDATA[according to https://serverfault.com/que &#8230; <a href=\"https://www.zhukun.net/archives/8234\">继续阅读 <span class=\"meta-nav\">&#8594;</span></a>]]></description>\n\t\t\t\t<content:encoded><![CDATA[<pre class=\"brush: bash; title: ; notranslate\">\r\necho user:pass | /usr/sbin/chpasswd\r\n</pre>\n<p>according to https://serverfault.com/questions/336298/can-i-change-a-user-password-in-linux-from-the-command-line-with-no-interactivit</p>\n]]></content:encoded>\n\t\t\t<wfw:commentRss>https://www.zhukun.net/archives/8234/feed</wfw:commentRss>\n\t\t<slash:comments>1</slash:comments>\n\t\t</item>\n\t</channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/not-a-url.opml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<opml version=\"1.0\">\n  <head>\n    <title>Subscriptions</title>\n  </head>\n  <body>\n    <outline text=\"Stack Overflow\" title=\"Stack Overflow\">\n      <outline type=\"rss\"\n        text=\"Design Details\" title=\"Design Details\"\n        xmlUrl=\"https://rss.simplecast.com/podcasts/1034/rss\"\n        htmlUrl=\"https://spec.fm/podcasts/design-details\"/>\n      <outline type=\"rss\"\n        text=\"Kotaku\" title=\"Kotaku\"\n        xmlUrl=\"https://kotaku/rss404\"\n        htmlUrl=\"https://kotaku.com/\"/>\n    </outline>\n  </body>\n</opml>\n"
  },
  {
    "path": "api/test/data/og/bildblog.html",
    "content": "<!DOCTYPE html>\n<!--[if IE 7 | IE 8]>\n<html class=\"ie\" lang=\"en-US\">\n<![endif]-->\n<!--[if (gte IE 9) | !(IE)]><!-->\n<html lang=\"de-DE\">\n<!--<![endif]-->\n<head>\n\n<meta name=\"description\" content=\"Ein Watchblog für deutsche Medien\" />\n<meta name=\"keywords\" content=\"BILD, Bild, watchblog, Bild Blog, Bild-Zeitung\" />\n<meta name=\"verify-v1\" content=\"PP/7GfTAB4s4EgdLtJmI+uIBLnR5ZNo4wihMFGkJ7AA=\" />\n<meta name=\"referrer\" content=\"no-referrer\">\n\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS 2.0\" href=\"/feed/\" />\n<link rel=\"alternate\" type=\"application/xml\" title=\"RSS .92\" href=\"/feed/\" />\n<link rel=\"alternate\" type=\"application/atom+xml\" title=\"Atom 0.3\" href=\"/feed/\" />\n\n\n\t<meta charset=\"UTF-8\" />\n\t<meta name=\"viewport\" content=\"width=device-width\" />\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\"/>\n\n\t<title>\n\t\tExklusives Fake-Interview, Macht und Deutungshoheit, Heidis Abgründe &mdash; BILDblog\t</title>\n\n\t<link rel=\"pingback\" href=\"https://bildblog.de/xmlrpc.php\" />\n\n\t\t\t<script type=\"text/javascript\">\n\t\t/* Google Analytics Opt-Out WordPress by WP-Buddy | https://wp-buddy.com/products/plugins/google-analytics-opt-out */\n\t\t\t\tvar gaoop_property    = 'UA-382311-1';\n\t\tvar gaoop_disable_str = 'ga-disable-' + gaoop_property;\n\t\tif ( document.cookie.indexOf( gaoop_disable_str + '=true' ) > -1 ) {\n\t\t\twindow[ gaoop_disable_str ] = true;\n\t\t}\n\n\t\tfunction gaoop_analytics_optout() {\n\t\t\tdocument.cookie             = gaoop_disable_str + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';\n\t\t\twindow[ gaoop_disable_str ] = true;\n\t\t\talert('Alles klar. Wir haben einen Cookie gesetzt, damit Google Analytics bei Deinem nächsten Besuch auf unserer Seite keine Daten mehr sammelt.');\t\t}\n\t\t\t</script>\n\t<link rel='dns-prefetch' href='//advice-ads-cdn.vice.com' />\n<link rel='dns-prefetch' href='//ajax.googleapis.com' />\n<link rel='dns-prefetch' href='//s.w.org' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"BILDblog &raquo; Feed\" href=\"https://bildblog.de/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"BILDblog &raquo; Kommentar-Feed\" href=\"https://bildblog.de/comments/feed/\" />\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/2.4\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/2.4\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/bildblog.de\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=4.9.6\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55357,56692,8205,9792,65039],[55357,56692,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&&k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],\"flag\"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n<link rel='stylesheet' id='frank_stylesheet-css'  href='https://bildblog.de/wp-content/themes/Frank-advice/style.css?ver=0.9' type='text/css' media='all' />\n<!--[if IE]>\n<link rel='stylesheet' id='frank_stylesheet_ie-css'  href='https://bildblog.de/wp-content/themes/Frank-advice/ie.css?ver=0.9' type='text/css' media='all' />\n<![endif]-->\n<link rel='stylesheet' id='tf-compiled-options-advice-wp-css'  href='https://bildblog.de/wp-content/uploads/titan-framework-advice-wp-css.css?ver=4.9.6' type='text/css' media='all' />\n<link rel='stylesheet' id='contact-form-7-css'  href='https://bildblog.de/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.0.2' type='text/css' media='all' />\n<link rel='stylesheet' id='jquery-ui-style-css'  href='https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/ui-darkness/jquery-ui.css?ver=4.9.6' type='text/css' media='all' />\n<script type='text/javascript' src='https://bildblog.de/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>\n<script type='text/javascript' src='https://bildblog.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar s2_script_strings = {\"ajaxurl\":\"https:\\/\\/bildblog.de\\/wp-admin\\/admin-ajax.php\",\"title\":\"Diese Seite abonnieren\"};\n/* ]]> */\n</script>\n<script type='text/javascript' src='https://bildblog.de/wp-content/plugins/subscribe2/include/s2_ajax.min.js?ver=1.0'></script>\n<script type='text/javascript' src='https://bildblog.de/wp-content/plugins/google-analyticator/external-tracking.min.js?ver=6.5.4'></script>\n<link rel='https://api.w.org/' href='https://bildblog.de/wp-json/' />\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://bildblog.de/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://bildblog.de/wp-includes/wlwmanifest.xml\" /> \n<link rel='prev' title='Hitzacker: Polizei-Nachplapperei und Steineschmeißer aus dem Archiv' href='https://bildblog.de/98573/hitzacker-polizei-nachplapperei-und-steineschmeisser-aus-dem-archiv/' />\n<link rel='next' title='Überhitzacker, Der gekränkte Mann, Die DSGVO und das Blogsterben' href='https://bildblog.de/98678/ueberhitzacker-der-gekraenkte-mann-die-dsgvo-und-das-blogsterben/' />\n<meta name=\"generator\" content=\"WordPress 4.9.6\" />\n<link rel=\"canonical\" href=\"https://bildblog.de/98635/exklusives-fake-interview-macht-und-deutungshoheit-heidis-abgruende/\" />\n<link rel='shortlink' href='https://bildblog.de/?p=98635' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://bildblog.de/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbildblog.de%2F98635%2Fexklusives-fake-interview-macht-und-deutungshoheit-heidis-abgruende%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://bildblog.de/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fbildblog.de%2F98635%2Fexklusives-fake-interview-macht-und-deutungshoheit-heidis-abgruende%2F&#038;format=xml\" />\n<style type=\"text/css\">/** Google Analytics Opt Out Custom CSS **/.gaoop {color: #ffffff; line-height: 2; position: fixed; bottom: 0; left: 0; width: 100%; -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); background-color: #0E90D2; padding: 0; margin: 0; } .gaoop a {color: #67C2F0; text-decoration: none; } .gaoop a:hover {color: #ffffff; text-decoration: underline; } .gaoop-info-icon {position: relative; margin: 0; padding: 0; text-align: center; vertical-align: top; display: inline-block; width: 5%; } .gaoop-close-icon {position: relative; opacity: 0.5; ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)\"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; margin: 0; padding: 0; text-align: center; vertical-align: top; display: inline-block; width: 5%; } .gaoop-close-icon:hover {z-index: 1; opacity: 1; ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; } .gaoop_closed .gaoop-opt-out-link, .gaoop_closed .gaoop-close-icon {display: none; } .gaoop_closed {width: 55px; right: 0; left: auto; opacity: 0.5; ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)\"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; } .gaoop_closed:hover {opacity: 1; ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; } .gaoop_closed .gaoop-opt-out-content {display: none; } .gaoop_closed .gaoop-info-icon {width: 100%; } .gaoop-opt-out-content {display: inline-block; width: 90%; vertical-align: top; } </style><link rel='stylesheet' id='pagebar-stylesheet-css'  href='https://bildblog.de/wp-content/themes/Frank-advice/pagebar.css?ver=4.9.6' type='text/css' media='all' />\n<!--[if lt IE 9]><script src=\"https://bildblog.de/wp-content/themes/Frank-advice/javascripts/html5.js\"></script><![endif]--><!--[if lt IE 7]><script src=\"https://bildblog.de/wp-content/themes/Frank-advice/javascripts/ie7.js\"></script><![endif]--><!-- Google Analytics Tracking by Google Analyticator 6.5.4: http://www.videousermanuals.com/google-analyticator/ -->\n<script type=\"text/javascript\">\n    var analyticsFileTypes = [''];\n    var analyticsSnippet = 'disabled';\n    var analyticsEventTracking = 'enabled';\n</script>\n<script type=\"text/javascript\">\n\t(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n\t(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n\tm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n\t})(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\tga('create', 'UA-382311-1', 'auto');\n\n\tga('set', 'anonymizeIp', true);\n \n\tga('send', 'pageview');\n</script>\n\n\t<script src=\"https://use.typekit.net/hze0sqe.js\"></script>\n\t<script>try{Typekit.load({ async: true });}catch(e){}</script>\n\n<script defer src=\"https://vice-publishers-cdn.vice.com/GENERATED/bildblog.de.js\"></script>\n\n<link rel=\"stylesheet\" type=\"text/css\" href=\"//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css\" />\n<script src=\"//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js\"></script>\n<script>\nwindow.addEventListener(\"load\", function(){\nwindow.cookieconsent.initialise({\n  \"palette\": {\n    \"popup\": {\n      \"background\": \"#515151\"\n    },\n    \"button\": {\n      \"background\": \"#da3734\"\n    }\n  },\n  \"theme\": \"classic\",\n  \"position\": \"bottom-left\",\n  \"content\": {\n    \"message\": \"Das BILDblog nutzt Cookies und Google Analytics. Weitere Infos und ein Opt-Out findest Du in unserer\",\n    \"dismiss\": \"Alles klar!\",\n    \"link\": \"Datenschutzerklärung.\",\n    \"href\": \"https://bildblog.de/datenschutz/\"\n  }\n})});\n</script>\n\n</head>\n<body id=\"page\" class=\"post-template-default single single-post postid-98635 single-format-standard\">\n<script>\n  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\n  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\n  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\n  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\n\n  ga('create', 'UA-382311-1', 'auto');\n  ga('send', 'pageview');\n\n</script>\n\t<!--[if lt IE 9]>\n\t\t<div class=\"chromeframe\">Your browser is out of date. Please <a href=\"http://browsehappy.com/\">upgrade your browser </a> or <a href=\"http://www.google.com/chromeframe/?redirect=true\">install Google Chrome Frame</a>.</div>\n\t<![endif]-->\n\n\n<div class=\"container\">\n\n\n\t<header id=\"page-header\" class=\"row\">\n\t\t<a id=\"advice-logo\" href=\"http://advice.vice.com/\"><img src=\"/wp-content/themes/Frank-advice/ADVICE_LOGO_12.png\" width=\"75\"></a>\n\n\n\t\t<hgroup id=\"site-title-description\">\n\t\t</hgroup>\n\n\t\t<div class=\"kopfzeileaussen\">\n\n\t\t<div class=\"kopfzeile\"><a href=\"https://bildblog.de/\">\n\t\t\t\t\t\t\t<img src=\"/bildblogheader.png\" alt=\"BILDblog - Kritisches über deutsche Medien seit 2014\" />\n\t\t</a></div></div>\n\n\t\t<nav id=\"site-nav\">\n\n\t\t</nav>\n\t\t\n\t</header>\n<div id=\"content\" class=\"single\">\n\t<div class=\"row\">\n\t\t<main id=\"content-primary\" role=\"main\">\n\t\t\t\t\t\t\t\t\t<article itemscope itemtype=\"http://schema.org/BlogPosting\" class=\"post leftaside\">\n\t\t\t\t<header class=\"post-header\">\n\t\t\t\t\t\t\t\t<div class=\"dachzeile\"><b><a href=\"https://bildblog.de/ressort/6-vor-9/\">6 vor 9</a></b>&nbsp;&nbsp;</div>\t\n\t\t\t\t\t<h1 class=\"post-title\">Exklusives Fake-Interview, Macht und Deutungshoheit, Heidis Abgründe</h1>\n\t\t\t\t</header>\n\t\t\t\t\t\t\t\t<div id='content-main' class='row'>\n\t\t\t\t\t<section class='post-content clearfix'>\n\t\t\t\t\t\t\t\t\t\t\t\t<p><a href=\"https://www.dwdl.de/nachrichten/67058/tv_movie_erfindet_exklusivinterview_mit_tatortstars/\" rel=\"noopener\" target=\"_blank\"><strong>1. &#8222;TV Movie&#8220; erfindet Exklusiv-Interview mit &#8222;Tatort&#8220;-Stars</strong></a><br />\n<em>(dwdl.de, Thomas Lückerath)</em><br />\nDie aktuelle &#8222;TV Movie&#8220; wirbt mit einem &#8222;Exklusiv-Interview&#8220; mit den &#8222;Tatort“-Kommissaren Jan Josef Liefers und Axel Prahl, doch einiges spricht dafür, dass das Gespräch nie stattgefunden hat: Das „Interview“ besteht aus bekannten Textschnipseln und auch die Agentur der beiden Schauspieler weiß von keinem Gespräch. „DWDL“ hat die Bauer Media Group um eine Stellungnahme gebeten. Dort hat man sich 26 Stunden später die folgenden sibyllinischen Worte abgerungen: „Wir sind davon ausgegangen, dass diese Veröffentlichung ordnungsgemäß erfolgt ist. In der Kürze der Zeit können wir leider nicht mehr zu diesem Thema sagen“.<img src=\"https://ssl-vg03.met.vgwort.de/na/5e55f01fec3e4c9b888ddecae8b58a65\" width=\"1\" height=\"1\" alt=\"\"></p>\n<p><a href=\"http://www.horizont.net/medien/nachrichten/Nach-Partnerschaft-von-Dumont-und-Madsack-FR-Miteigentuemer-Schoeningh-Unsere-Gespraechspartner-sitzen-jetzt-in-Hannover-167194\" rel=\"noopener\" target=\"_blank\"><strong>2. FR-Miteigentümer Schöningh: &#8222;Unsere Gesprächspartner sitzen jetzt in Hannover&#8220;</strong></a><br />\n<em>(horizont.net, Ulrike Simon)</em><br />\nBereits am Mittwoch schrieb Uwe Vorkötter über die „gemeinsame Sache“ der Medienhäuser DuMont und Madsack, die in Wirklichkeit eine Kapitulation DuMonts sei (<a href=\"http://www.horizont.net/medien/kommentare/DuMont-und-Madsack-Koelsche-Kapitulation--167178\" rel=\"noopener\" target=\"_blank\">Kölsche Kapitulation</a>, horizont.net). Nun beschäftigt sich Ulrike Simon mit den möglichen Auswirkungen auf die „Frankfurter Rundschau“.</p>\n<p><a href=\"http://www.nordbayern.de/politik/der-fall-asef-n-es-geht-um-macht-und-deutungshoheit-1.7618859\" rel=\"noopener\" target=\"_blank\"><strong>3. Der Fall Asef N.: &#8222;Es geht um Macht und Deutungshoheit&#8220;</strong></a><br />\n<em>(nordbayern.de, Hans-Peter Kastenhuber)</em><br />\nRund ein Jahr ist es her, dass ein Berufsschullehrer bei den „Nürnberger Nachrichten“ anruft und aufgeregt von einer Polizeiaktion an seiner Schule berichtet. Eine Redakteurin fährt sofort zum Ort des Geschehens und erlebt, wie ein abgelehnter 21-jähriger Asylbewerber aus Afghanistan auf rabiate Weise festgenommen wird. Als sie Tags darauf in der Zeitung die hässlichen Begleitumstände des brutalen Polizeieinsatzes erwähnt, wird sie angefeindet und teilweise übel beleidigt. Mit ihrer Wahrnehmung ist die Journalistin jedoch nicht alleine: Auch ein anwesender Dekan und ein Pressefotograf sind entsetzt. Doch Polizei und CSU-Landesregierung verkünden ihre eigene Wahrheit und begründen den Einsatz mit einer angeblichen Unterwanderung der protestierenden Schüler durch &#8222;militante Abschiebegegner&#8220; und linke Chaoten.</p>\n<p><a href=\"https://markheywinkel.de/so-setzen-sieben-deutsche-publisher-facebook-gruppen-ein\" rel=\"noopener\" target=\"_blank\"><strong>4. So setzen sieben deutsche Publisher Facebook-Gruppen ein</strong></a><br />\n<em>(markheywinkel.de)</em><br />\nDer Journalist Mark Heywinkel hat sich umgehört, ob Medien nach Facebooks Änderung des Newsfeeds und Herunterstufung von Seiteninhalten nun verstärkt auf Facebook-Gruppen setzen und wie sie dabei verfahren. Seine zusammengetragenen Erfahrungsberichte ergeben ein interessantes Stimmungsbild: Es ist nicht einfach, aber zumindest alle sind dabei.</p>\n<p><a href=\"http://www.sueddeutsche.de/medien/finale-von-gntm-heidi-ist-der-haeuptling-im-macho-dorf-1.3991514\" rel=\"noopener\" target=\"_blank\"><strong>5. Heidi ist der Häuptling im Macho-Dorf</strong></a><br />\n<em>(sueddeutsche.de, Carolin Gasteiger)</em><br />\nViele Menschen schauen sich auch heutzutage das bereits 13 Jahre alte TV-Format &#8222;Germany&#8217;s Next Topmodel&#8220; (GNTM) an. Dabei gehöre dieser „Abgrund an Menschenfeindlichkeit“ abgeschafft, wie Carolin Gasteiger fordert. Wer einschalte, mache sich mitschuldig: „Man kann GNTM im Jahr 2018 aber nicht mehr ansehen ohne eine Haltung dazu zu entwickeln. Ohne sich einzugestehen, wie ungeniert junge Mädchen ausgenutzt und vorgeführt werden. Ohne zu erkennen, wie falsch und überholt dieses Format ist.“</p>\n<p><a href=\"https://www.zeit.de/amp/2018/22/william-cohn-neo-magazin-royale-buch-gutes-benehmen?__twitter_impression=true\" rel=\"noopener\" target=\"_blank\"><strong>6. Küss die Hand</strong></a><br />\n<em>(zeit.de, Francesco Giammarco)</em><br />\nZuschauer des „Neo Magazin Royale“ kennen William Cohn als den onkelhaften Typ mit den quietschigen Pullovern  und der tiefen Märchenerzähler-Stimme. Wer ist dieser Cohn? Francesco Giammarco hat sich mit ihm während einer S-Bahn-Fahrt durch Berlin unterhalten.</p>\n\t\t\t\t\t\t\t\t\t\t\t</section>\n\t\t\t\t\t<div class='post-info'>\n\t\t\t\t\t\t<ul class=\"metadata vertical\">\n\t<li class=\"date\"><time datetime=\"2018-05-25\" itemprop=\"datePublished\">25.5.2018, 8:54</time></li>\n\n\t<li class='author'>\n\t\tLorenz Meyer\t</li>\n\t\n<div style=\"border: 1px solid #dddddd; margin: 3px 0px 10px 10px; padding: 7px; background: #ececec none repeat scroll 0% 0%; width:90%; float: right; font-size: 0.9em; line-height: 1.3em; color: #4382cf; text-align:right;\">\n\n<strong>6 vor 9</strong><br />\nUm 6 Minuten vor 9 Uhr erscheinen hier montags bis freitags handverlesene Links zu lesenswerten Geschichten aus alten und neuen Medien. Tipps gerne bis 8 Uhr an <a style=\"color: #4382cf;\" href=\"mailto:6vor9@bildblog.de\">6vor9<wbr>@bildblog.de</a></div>\n\t\n\t\n\t\n\t</ul>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\t\t\t\t\t\n\t\t\t\t</div>\n\t\t\t\t\t\t\t</article>\n\t\t\t\t\t</main>\n\t\t <aside id=\"sidebar\" role=\"complementary\"> \n\n\t\n\t<div style=\"margin:10px 0;\"><a href=\"https://www.facebook.com/BILDblog\"><img src=\"/facebook_icon.png\"></a><a href=\"https://twitter.com/bildblog\"><img style=\"margin-left:5px;\" src=\"/twitter_icon.png\"></a><a href=\"/feed/\"><img style=\"margin-left:5px;\" src=\"/rss_icon.png\"></div></a>\n\n<div class=\"navimenu\">\n\t<ul>\n\t\t<li><a href=\"/haeufig-gestellte-fragen/\">Was passiert hier?</a></li>\n\t\t<li><a href=\"/?page_id=1990\">Sachdienliche Hinweise?</a></li>\n\t\t<li><a href=\"/werben-auf-bildblog/\">Werben auf BILDblog</a></li>\n\t\t<li><a href=\"/bildblog-unterstuetzen/\">BILDblog unterstützen</a></li>\n\t</ul>\n</div>\n\n<div style=\"margin-top:10px;margin-bottom:10px;\">\n     <form method=\"get\" id=\"searchform\" action=\"/\" role=\"search\">\n\t<input type=\"text\" placeholder=\"Suchen\"  class='textinput' name=\"s\" id=\"s\" />\n</form>\n\n        <div class=\"ressortauswahl\">\n             <select  name='cat' id='cat' class='postform' >\n\t<option value='-1'>Suche nach Medium</option>\n\t<option class=\"level-0\" value=\"1034\">20 Minuten&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1005\">20min.ch&nbsp;&nbsp;(17)</option>\n\t<option class=\"level-0\" value=\"900\">3sat&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1079\">Aachener Zeitung&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"942\">abendblatt.de&nbsp;&nbsp;(25)</option>\n\t<option class=\"level-0\" value=\"259\">Abendzeitung&nbsp;&nbsp;(7)</option>\n\t<option class=\"level-0\" value=\"1153\">abendzeitung-muenchen.de&nbsp;&nbsp;(6)</option>\n\t<option class=\"level-0\" value=\"1152\">abendzeitung-nuernberg.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"979\">abendzeitung.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1201\">ADAC Motorwelt&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1163\">Advent 2011&nbsp;&nbsp;(25)</option>\n\t<option class=\"level-0\" value=\"1246\">AfD&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"483\">AFP&nbsp;&nbsp;(38)</option>\n\t<option class=\"level-0\" value=\"1237\">aktuell für die Frau&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1060\">Alle Jahre wieder&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1240\">Allgemeine Zeitung&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1276\">Allgemeine Zeitung (Namibia)&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1247\">Alternative für Deutschland&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"451\">AP&nbsp;&nbsp;(17)</option>\n\t<option class=\"level-0\" value=\"104\">ARD&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1063\">Ärztezeitung&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1065\">Augsburger Allgemeine&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1094\">augsburger-allgemeine.de&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1070\">Auto Bild&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1192\">Axel-Springer-Akademie&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1404\">Axel-Springer-Verlag&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"378\">B.Z.&nbsp;&nbsp;(47)</option>\n\t<option class=\"level-0\" value=\"1281\">Bauer Media Group&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1084\">Bayern 3&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1342\">bayern.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1146\">Bayernkurier&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1066\">bazonline.ch&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1398\">BBC&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1417\">Bento&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"380\">Berliner Kurier&nbsp;&nbsp;(29)</option>\n\t<option class=\"level-0\" value=\"993\">Berliner Morgenpost&nbsp;&nbsp;(9)</option>\n\t<option class=\"level-0\" value=\"139\">Berliner Zeitung&nbsp;&nbsp;(7)</option>\n\t<option class=\"level-0\" value=\"1256\">berliner-kurier.de&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1255\">berliner-zeitung.de&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1349\">Bilanz&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"452\">Bild&nbsp;&nbsp;(1.145)</option>\n\t<option class=\"level-0\" value=\"331\">Bild am Sonntag&nbsp;&nbsp;(118)</option>\n\t<option class=\"level-0\" value=\"873\">Bild.de&nbsp;&nbsp;(1.222)</option>\n\t<option class=\"level-0\" value=\"1365\">Bildbetrachtung&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1035\">BILDblog.de&nbsp;&nbsp;(19)</option>\n\t<option class=\"level-0\" value=\"245\">Blick&nbsp;&nbsp;(5)</option>\n\t<option class=\"level-0\" value=\"229\">Blick am Abend&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"972\">blick.ch&nbsp;&nbsp;(30)</option>\n\t<option class=\"level-0\" value=\"1157\">br.de&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1363\">BR24&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1209\">Brand Eins&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"550\">Bravo&nbsp;&nbsp;(10)</option>\n\t<option class=\"level-0\" value=\"1100\">Bravo Girl&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1392\">Breitbart&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1408\">Brigitte&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1110\">Brigitte Woman&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1407\">Brigitte.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1384\">Bundeswehr&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1185\">Bundeszentrale für politische Bildung&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1123\">Bunte&nbsp;&nbsp;(11)</option>\n\t<option class=\"level-0\" value=\"1059\">bunte.de&nbsp;&nbsp;(13)</option>\n\t<option class=\"level-0\" value=\"1385\">Business Insider&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1348\">Byou&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"983\">bz-berlin.de&nbsp;&nbsp;(18)</option>\n\t<option class=\"level-0\" value=\"1350\">celepedia.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1370\">chiemgau24.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1277\">chip.de&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1150\">Christ &amp; Welt&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"666\">Cicero&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1167\">cicero.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1257\">Closer&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1008\">CNN.com&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1354\">Compact&nbsp;&nbsp;(11)</option>\n\t<option class=\"level-0\" value=\"1047\">Computer Bild&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1400\">Correctiv&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1341\">CSU&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1406\">Daily Express&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1269\">Daily Mail&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1042\">Daily Mirror&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"974\">dapd&nbsp;&nbsp;(40)</option>\n\t<option class=\"level-0\" value=\"1226\">Darmstädter Echo&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1136\">Das goldene Blatt&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1137\">Das neue Blatt&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1041\">ddp&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1141\">Der Freitag&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"584\">Der Standard&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"106\">Der Westen&nbsp;&nbsp;(18)</option>\n\t<option class=\"level-0\" value=\"79\">derstandard.at&nbsp;&nbsp;(5)</option>\n\t<option class=\"level-0\" value=\"1362\">Deutschlandradio Kultur&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1249\">Diabetes Journal&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1075\">Die Aktuelle&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1017\">Die Welt&nbsp;&nbsp;(28)</option>\n\t<option class=\"level-0\" value=\"131\">Die Zeit&nbsp;&nbsp;(5)</option>\n\t<option class=\"level-0\" value=\"1230\">DiePresse.com&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1245\">Dithmarscher Landeszeitung&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1083\">Diverse&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1102\">Domradio&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1244\">Donaukurier&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"973\">dpa&nbsp;&nbsp;(114)</option>\n\t<option class=\"level-0\" value=\"1165\">Dresdner Morgenpost&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1190\">Dresdner Neueste Nachrichten&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1087\">DSF&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1225\">dw.de&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1214\">dwdl.de&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1124\">emma.de&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1101\">epd&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1391\">Epoch Times&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1238\">Eßlinger Zeitung&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"840\">Express&nbsp;&nbsp;(24)</option>\n\t<option class=\"level-0\" value=\"1002\">express.de&nbsp;&nbsp;(40)</option>\n\t<option class=\"level-0\" value=\"995\">FAZ.net&nbsp;&nbsp;(24)</option>\n\t<option class=\"level-0\" value=\"1074\">Financial Times Deutschland&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1010\">Focus&nbsp;&nbsp;(13)</option>\n\t<option class=\"level-0\" value=\"1045\">focus.de&nbsp;&nbsp;(118)</option>\n\t<option class=\"level-0\" value=\"1080\">FR-Online&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"976\">fr-online.de&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1031\">Frankfurter Allgemeine Sonntagszeitung&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1003\">Frankfurter Allgemeine Zeitung&nbsp;&nbsp;(21)</option>\n\t<option class=\"level-0\" value=\"848\">Frankfurter Rundschau&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1207\">Frau aktuell&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1340\">Frau im Spiegel&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1232\">Frau mit Herz&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1389\">freiepresse.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1158\">Freizeit Spaß&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1037\">ftd.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1111\">Fuldaer Zeitung&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1357\">Für Sie Geklickt&nbsp;&nbsp;(14)</option>\n\t<option class=\"level-0\" value=\"1394\">Fußball Bild&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"978\">Gala&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1243\">gala.de&nbsp;&nbsp;(6)</option>\n\t<option class=\"level-0\" value=\"1339\">Gast-BILDblogger&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1356\">Germanwings-Absturz&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1038\">Gesunde Medizin&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"421\">Getty Images&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1155\">Global Press&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1048\">Golem&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"997\">Gong&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1266\">Goslarsche Zeitung&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1414\">Grazia&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1040\">Grusswort&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1267\">Günther Jauch&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1358\">hamburg1.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"609\">Hamburger Abendblatt&nbsp;&nbsp;(12)</option>\n\t<option class=\"level-0\" value=\"969\">Hamburger Morgenpost&nbsp;&nbsp;(26)</option>\n\t<option class=\"level-0\" value=\"733\">Handelsblatt&nbsp;&nbsp;(8)</option>\n\t<option class=\"level-0\" value=\"1096\">Handelsblatt.com&nbsp;&nbsp;(13)</option>\n\t<option class=\"level-0\" value=\"1072\">Hannoversche Allgemeine&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1254\">haz.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1027\">heise.de&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"982\">heute&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1071\">Heute Journal&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1261\">heute-show&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"981\">heute.at&nbsp;&nbsp;(8)</option>\n\t<option class=\"level-0\" value=\"1011\">heute.de&nbsp;&nbsp;(6)</option>\n\t<option class=\"level-0\" value=\"1108\">hna.de&nbsp;&nbsp;(5)</option>\n\t<option class=\"level-0\" value=\"1086\">Horizont&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1151\">hr-online.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1189\">HS-Woche&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1236\">Huffingtonpost.de&nbsp;&nbsp;(40)</option>\n\t<option class=\"level-0\" value=\"1360\">Im Abseits&nbsp;&nbsp;(25)</option>\n\t<option class=\"level-0\" value=\"1023\">In eigener Sache&nbsp;&nbsp;(23)</option>\n\t<option class=\"level-0\" value=\"1068\">In Touch&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1275\">independent.co.uk&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1057\">jetzt.de&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1338\">joiz.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"149\">Junge Welt&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1376\">jungefreiheit.de&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1046\">kai-diekmann.de&nbsp;&nbsp;(12)</option>\n\t<option class=\"level-0\" value=\"1352\">Kicker&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"990\">kicker.de&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1388\">kleinezeitung.at&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1029\">kn-online.de&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1020\">KNA&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1049\">Kölner Stadt-Anzeiger&nbsp;&nbsp;(5)</option>\n\t<option class=\"level-0\" value=\"988\">Kölnische Rundschau&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1424\">Kommentar&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1343\">kreiszeitung.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1105\">kress.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1015\">krone.at&nbsp;&nbsp;(9)</option>\n\t<option class=\"level-0\" value=\"1019\">Kronen Zeitung&nbsp;&nbsp;(8)</option>\n\t<option class=\"level-0\" value=\"999\">ksta.de&nbsp;&nbsp;(9)</option>\n\t<option class=\"level-0\" value=\"1073\">Kurier&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1239\">kurier.at&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1250\">L.A. Multimedia&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1264\">LeFloid&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1142\">Leipziger Volkszeitung&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1001\">Lübecker Nachrichten&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1179\">lvz-online.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1382\">Mail on Sunday&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1227\">Main Post&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1000\">manager-magazin.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1274\">Märkische Allgemeine&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"293\">MDR&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1419\">MDR.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"916\">Meedia&nbsp;&nbsp;(6)</option>\n\t<option class=\"level-0\" value=\"985\">merian.de&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1076\">Merkur Online&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1077\">merkur-online.de&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1014\">metal-hammer.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1169\">Micky Maus&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1347\">mirror.co.uk&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1373\">Mittelbayerische Zeitung&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1372\">mittelbayerische.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1021\">mopo.de&nbsp;&nbsp;(27)</option>\n\t<option class=\"level-0\" value=\"1030\">morgenpost.de&nbsp;&nbsp;(13)</option>\n\t<option class=\"level-0\" value=\"1024\">MSN&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"998\">Münchner Merkur&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1355\">Mut zur Wirrheit&nbsp;&nbsp;(11)</option>\n\t<option class=\"level-0\" value=\"1081\">n-tv&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1062\">n-tv.de&nbsp;&nbsp;(22)</option>\n\t<option class=\"level-0\" value=\"480\">N24&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1033\">n24.de&nbsp;&nbsp;(9)</option>\n\t<option class=\"level-0\" value=\"1138\">ndr.de&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1381\">Neo Magazin Royale&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1064\">Netzeitung&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1401\">netzfrauen.org&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1050\">Netzpolitik&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1145\">Neue Osnabrücker Zeitung&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1379\">Neue Post&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"798\">Neue Zürcher Zeitung&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1263\">news.com.au&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1259\">news.de&nbsp;&nbsp;(7)</option>\n\t<option class=\"level-0\" value=\"1399\">newsweek.com&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1396\">Nido&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1009\">nordbayern.de&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1199\">Nordkurier&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1278\">nordkurier.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1378\">Nürnberger Nachrichten&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1106\">Nürnberger Zeitung&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1044\">nw-news.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"996\">NZZ Online&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1067\">oe24.at&nbsp;&nbsp;(21)</option>\n\t<option class=\"level-0\" value=\"1061\">Offenbach-Post&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1368\">Olympia&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1018\">orf.at&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"94\">Österreich&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1233\">österreich.at&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1131\">Ostsee-Zeitung&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1270\">OWL am Sonntag&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1089\">Passauer Neue Presse&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1273\">Perlen des Lokaljournalismus&nbsp;&nbsp;(77)</option>\n\t<option class=\"level-0\" value=\"1383\">planet-interview.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1371\">pnp.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1377\">Politically Correct!&nbsp;&nbsp;(14)</option>\n\t<option class=\"level-0\" value=\"984\">Pro Sieben&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1025\">pz-news.de&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1409\">radioeins&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"975\">rbb-online.de&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1139\">recklinghaeuser-zeitung.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1039\">Reuters&nbsp;&nbsp;(16)</option>\n\t<option class=\"level-0\" value=\"1191\">Rhein-Zeitung&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"992\">Rheinische Post&nbsp;&nbsp;(11)</option>\n\t<option class=\"level-0\" value=\"359\">RP Online&nbsp;&nbsp;(26)</option>\n\t<option class=\"level-0\" value=\"1412\">RT Deutsch&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"444\">RTL&nbsp;&nbsp;(16)</option>\n\t<option class=\"level-0\" value=\"1088\">rtl.de&nbsp;&nbsp;(11)</option>\n\t<option class=\"level-0\" value=\"1211\">Ruhr Nachrichten&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1413\">rundschau-online.de&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"977\">Sächsische Zeitung&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1367\">Sat.1&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1173\">Schleswig-Holsteinischer Zeitungsverlag&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1397\">schwäbische.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1053\">Schwäbisches Tagblatt&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"736\">Schweizer Illustrierte&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1093\">SDA&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"281\">SF&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1004\">Sf.tv&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1234\">shz.de&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"989\">sid&nbsp;&nbsp;(23)</option>\n\t<option class=\"level-0\" value=\"1144\">Sky&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1411\">skysport.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1272\">Sonntagszeitung&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"264\">Spiegel&nbsp;&nbsp;(21)</option>\n\t<option class=\"level-0\" value=\"119\">Spiegel Online&nbsp;&nbsp;(141)</option>\n\t<option class=\"level-0\" value=\"1147\">Spiegel TV&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1116\">Sport Bild&nbsp;&nbsp;(12)</option>\n\t<option class=\"level-0\" value=\"1058\">sport1.de&nbsp;&nbsp;(7)</option>\n\t<option class=\"level-0\" value=\"1007\">sportbild.de&nbsp;&nbsp;(15)</option>\n\t<option class=\"level-0\" value=\"1210\">Spot On&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1344\">spox.com&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1359\">Sputnik&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1345\">St. Georg&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1369\">Stader Tageblatt&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1026\">standard.at&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1056\">Star&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1366\">Steiner Anzeiger&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"991\">Stern&nbsp;&nbsp;(14)</option>\n\t<option class=\"level-0\" value=\"1260\">Stern TV&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"986\">stern.de&nbsp;&nbsp;(66)</option>\n\t<option class=\"level-0\" value=\"1082\">Stuttgarter Nachrichten&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"987\">Stuttgarter Zeitung&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1022\">stuttgarter-zeitung.de&nbsp;&nbsp;(5)</option>\n\t<option class=\"level-0\" value=\"1156\">stylebook.de&nbsp;&nbsp;(5)</option>\n\t<option class=\"level-0\" value=\"127\">Süddeutsche Zeitung&nbsp;&nbsp;(30)</option>\n\t<option class=\"level-0\" value=\"492\">Südkurier&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1028\">Südwest Presse&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"651\">sueddeutsche.de&nbsp;&nbsp;(43)</option>\n\t<option class=\"level-0\" value=\"1241\">Superillu&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"994\">t-online.de&nbsp;&nbsp;(9)</option>\n\t<option class=\"level-0\" value=\"1393\">tag24.de&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"404\">Tagesanzeiger&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1220\">Tagesanzeiger.ch&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"218\">Tagesschau&nbsp;&nbsp;(11)</option>\n\t<option class=\"level-0\" value=\"971\">tagesschau.de&nbsp;&nbsp;(10)</option>\n\t<option class=\"level-0\" value=\"392\">Tagesspiegel&nbsp;&nbsp;(9)</option>\n\t<option class=\"level-0\" value=\"1036\">tagesspiegel.de&nbsp;&nbsp;(6)</option>\n\t<option class=\"level-0\" value=\"278\">Tagesthemen&nbsp;&nbsp;(8)</option>\n\t<option class=\"level-0\" value=\"1231\">Taunus Zeitung&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"519\">taz&nbsp;&nbsp;(7)</option>\n\t<option class=\"level-0\" value=\"1090\">taz.de&nbsp;&nbsp;(16)</option>\n\t<option class=\"level-0\" value=\"1098\">Telepolis&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1364\">The European&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1262\">The Independent&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1055\">The Sun&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1127\">Thüringer Allgemeine&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"769\">Titanic&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1228\">Trierischer Volksfreund&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1280\">TV Movie&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"541\">Twitter&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1051\">tz&nbsp;&nbsp;(5)</option>\n\t<option class=\"level-0\" value=\"1118\">tz-online.de&nbsp;&nbsp;(4)</option>\n\t<option class=\"level-0\" value=\"1402\">unzensuriert.at&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1078\">Viel Spaß&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1032\">volksfreund.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1013\">volksstimme.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1085\">w&amp;v&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1178\">wallstreetjournal.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1386\">Washington Post&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1418\">Watson&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"528\">WAZ&nbsp;&nbsp;(10)</option>\n\t<option class=\"level-0\" value=\"1390\">waz.de&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"328\">WDR&nbsp;&nbsp;(5)</option>\n\t<option class=\"level-0\" value=\"1016\">Welt am Sonntag&nbsp;&nbsp;(13)</option>\n\t<option class=\"level-0\" value=\"980\">Welt Kompakt&nbsp;&nbsp;(8)</option>\n\t<option class=\"level-0\" value=\"323\">Welt Online&nbsp;&nbsp;(87)</option>\n\t<option class=\"level-0\" value=\"1069\">Weser-Kurier&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1054\">Westdeutsche Zeitung&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1271\">Westfalenblatt&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1346\">Westfälische Nachrichten&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1043\">Westfälische Rundschau&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1109\">Westfälischer Anzeiger&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1140\">westline.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1195\">wiesbadener-kurier.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1052\">Wiwo.de&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1258\">Woche heute&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1395\">Wochenblick&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1200\">wz-newsline.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1353\">Yahoo&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"317\">ZDF&nbsp;&nbsp;(10)</option>\n\t<option class=\"level-0\" value=\"1012\">zdf.de&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1380\">ZDFneo&nbsp;&nbsp;(1)</option>\n\t<option class=\"level-0\" value=\"1279\">ze.tt&nbsp;&nbsp;(2)</option>\n\t<option class=\"level-0\" value=\"1206\">Zeit Magazin&nbsp;&nbsp;(3)</option>\n\t<option class=\"level-0\" value=\"1006\">Zeit Online&nbsp;&nbsp;(23)</option>\n</select>\n             <script type=\"text/javascript\"><!--\n    var dropdown = document.getElementById(\"cat\");\n    function onCatChange() {\n\t\tif ( dropdown.options[dropdown.selectedIndex].value > 0 ) {\n\t\t\tlocation.href = \"https://bildblog.de/?cat=\"+dropdown.options[dropdown.selectedIndex].value;\n\t\t}\n    }\n    dropdown.onchange = onCatChange;\n--></script>\n         </div>\n</div>\n\n<div class=\"navimenu\">\n\t<div class=\"navimenu-title-neu\"><span class=\"navimenu-title-span\">BILDblog abonnieren</span></div>\n\t<ul>\n\t\t<li><a href=\"/bildblog-abonnieren/\"><b>Updates</b> per E-Mail erhalten</a>\n\t\t</li>\n\t</ul>\n</div>\n\n<div id=\"adspace\" class=\"navimenu\">\n\t<div class=\"navimenu-title-neu\"><span class=\"navimenu-title-span\">Anzeige</span></div>\n\t<a href=\"https://www.mydealz.de/\"><img src='/wp-content/mydealzlogo.png' alt='MyDealz' /></a>\n\t<style>\n\t\t.rss-widget-icon, .widget_rss .widget-title {display: none;}\n\t</style>\n\n<div id=\"rss-2\" class=\"widget-1 widget-first widget widget_rss\"><h3 class=\"widget-title\"><a class=\"rsswidget\" href=\"http://feeds.feedburner.com/mydealz\"><img class=\"rss-widget-icon\" style=\"border:0\" width=\"14\" height=\"14\" src=\"https://bildblog.de/wp-includes/images/rss.png\" alt=\"RSS\" /></a> <a class=\"rsswidget\" href=\"https://www.mydealz.de/\">mydealz</a></h3><ul><li><a class='rsswidget' href='http://feedproxy.google.com/~r/myDealZ/~3/HAwh1xsZBcQ/id-1218890'>Sonnenbrille + Lipton ICE Tea + McChicken Classic [McDonalds App]</a></li><li><a class='rsswidget' href='http://feedproxy.google.com/~r/myDealZ/~3/cd9dPc8WzfM/id-1218859'>Google Chromecast 2 für 29€ [mediamarkt]</a></li><li><a class='rsswidget' href='http://feedproxy.google.com/~r/myDealZ/~3/ujFoIY514N4/id-1210340'>Efteling (NL) Tagesticket und Parken</a></li><li><a class='rsswidget' href='http://feedproxy.google.com/~r/myDealZ/~3/8jxa_rCB2Kw/id-1218826'>AVM FRITZ Box 6490 Cable WLAN Dualband Kabelmodem Router + AVM FRITZ!WLAN Repeater 1160 für 165,-€ [Mediamarkt]</a></li><li><a class='rsswidget' href='http://feedproxy.google.com/~r/myDealZ/~3/qkSpUKjK_Hk/id-1187479'>Deutsche Bahn Sommer-Ticket - 4 Fahrten für junge Menschen für 76€ bzw. 96€</a></li></ul></div></div>\n\n<div class=\"navimenu\">\n <div class=\"navimenu-title-neu\"><span class=\"navimenu-title-span\">Hosting</span></div>\n<a href=\"http://www.manitu.de/\"><img style=\"margin-top:2px;\" src='/wp-content/manitu_greenhostedby234_60.gif' alt='Manitu' /></a>\n</div>\n\n<div class=\"navimenu\">\n\t<div class=\"navimenu-title-neu\">\n\t\t<span class=\"navimenu-title-span\">Extras</span>\n\t</div>\n\t<ul>\n\t\t<li><a href=\"/impressum/\">Impressum</li>\n\t\t<li><a href=\"/datenschutz/\">Datenschutzerklärung</li>\n\t\t<li><a href=\"/2446/in-eigener-sache-der-bildblog-werbespot\">BILDblog-Werbespot</a></li>\n\t\t<li><a href=\"/schlagzeilomat.html\">Schlagzeil-o-mat</a></li>\n\t\t<li><a href=\"/auflage\">\"Bild\"-Auflage</a></li>\n\t\t<li><a href=\"/hilfe-ich-bin-in-bild-teil-1/\">Ratgeber: Hilfe, ich bin in \"Bild\"</a></li>\n\t\t<li><a href=\"/2804\">Wer liest BILDblog?</a></li>\n\t</ul>\n</div>\n\n<div class=\"navimenu\">\n<div class=\"navimenu-title-neu\"><span class=\"navimenu-title-span\">Oldies</span></div>\n<ul><li><a href=\"/gallery/bildblog-postkarten/\">BILDblog-Werbepostkarten</a></li>\n<li><a href=\"/bild-woerterbuch/\">\"Bild\"-Wörterbuch</a></li>\n<li><a href=\"/presseratsruegen-fuer-bild/\">Presserats-Rügen für \"Bild\"</a></li>\n<li><a href=\"/?cat=3&amp;order=asc\">Wir fotografieren zurück: Das BILDblog-Experiment</a></li>\n<li><a href=\"/?page_id=1972\">Advent 2006: BILDblog-Adventskalender</a></li>\n<li><a href=\"/2634/die-grosse-bildblog-adventsaktion\">Advent 2007: BILDblogger für einen Tag</a></li>\n<li><a href=\"/ressort/bildblog-vor-40-jahren/\">Weihnachten 2008: BILDblog vor 40 Jahren</a></li>\n<li><a href=\"/ressort/advent-2011/\">Advent 2011: BILDblog classics</a></li>\n</ul></div>\n\n <div class=\"navimenu-title-neu\">\n\t <span class=\"navimenu-title-span\">Archiv</span>\n </div>\n <div id=\"calendar_wrap\">\n\t <table id=\"wp-calendar\">\n\t<caption>August 2018</caption>\n\t<thead>\n\t<tr>\n\t\t<th scope=\"col\" title=\"Montag\">M</th>\n\t\t<th scope=\"col\" title=\"Dienstag\">D</th>\n\t\t<th scope=\"col\" title=\"Mittwoch\">M</th>\n\t\t<th scope=\"col\" title=\"Donnerstag\">D</th>\n\t\t<th scope=\"col\" title=\"Freitag\">F</th>\n\t\t<th scope=\"col\" title=\"Samstag\">S</th>\n\t\t<th scope=\"col\" title=\"Sonntag\">S</th>\n\t</tr>\n\t</thead>\n\n\t<tfoot>\n\t<tr>\n\t\t<td colspan=\"3\" id=\"prev\"><a href=\"https://bildblog.de/date/2018/07/\">&laquo; Jul</a></td>\n\t\t<td class=\"pad\">&nbsp;</td>\n\t\t<td colspan=\"3\" id=\"next\" class=\"pad\">&nbsp;</td>\n\t</tr>\n\t</tfoot>\n\n\t<tbody>\n\t<tr>\n\t\t<td colspan=\"2\" class=\"pad\">&nbsp;</td><td><a href=\"https://bildblog.de/date/2018/08/01/\" aria-label=\"Beiträge veröffentlicht am 1. August 2018\">1</a></td><td><a href=\"https://bildblog.de/date/2018/08/02/\" aria-label=\"Beiträge veröffentlicht am 2. August 2018\">2</a></td><td><a href=\"https://bildblog.de/date/2018/08/03/\" aria-label=\"Beiträge veröffentlicht am 3. August 2018\">3</a></td><td>4</td><td>5</td>\n\t</tr>\n\t<tr>\n\t\t<td><a href=\"https://bildblog.de/date/2018/08/06/\" aria-label=\"Beiträge veröffentlicht am 6. August 2018\">6</a></td><td><a href=\"https://bildblog.de/date/2018/08/07/\" aria-label=\"Beiträge veröffentlicht am 7. August 2018\">7</a></td><td><a href=\"https://bildblog.de/date/2018/08/08/\" aria-label=\"Beiträge veröffentlicht am 8. August 2018\">8</a></td><td><a href=\"https://bildblog.de/date/2018/08/09/\" aria-label=\"Beiträge veröffentlicht am 9. August 2018\">9</a></td><td><a href=\"https://bildblog.de/date/2018/08/10/\" aria-label=\"Beiträge veröffentlicht am 10. August 2018\">10</a></td><td>11</td><td>12</td>\n\t</tr>\n\t<tr>\n\t\t<td><a href=\"https://bildblog.de/date/2018/08/13/\" aria-label=\"Beiträge veröffentlicht am 13. August 2018\">13</a></td><td><a href=\"https://bildblog.de/date/2018/08/14/\" aria-label=\"Beiträge veröffentlicht am 14. August 2018\">14</a></td><td><a href=\"https://bildblog.de/date/2018/08/15/\" aria-label=\"Beiträge veröffentlicht am 15. August 2018\">15</a></td><td id=\"today\">16</td><td>17</td><td>18</td><td>19</td>\n\t</tr>\n\t<tr>\n\t\t<td>20</td><td>21</td><td>22</td><td>23</td><td>24</td><td>25</td><td>26</td>\n\t</tr>\n\t<tr>\n\t\t<td>27</td><td>28</td><td>29</td><td>30</td><td>31</td>\n\t\t<td class=\"pad\" colspan=\"2\">&nbsp;</td>\n\t</tr>\n\t</tbody>\n\t</table> </div>\n\n\n<ul>\n\t</ul>\n\t\n\t\n</aside>\t</div>\n</div>\n</div>\n<div id=\"viceContentAd\" data-src=\"a-BILDblog-6-vor-9\" style=\"position: absolute; height: 0;\"></div><script type='text/javascript' src='https://advice-ads-cdn.vice.com/DE/viceIVW-CS.js?ver=1'></script>\n<script defer  type='text/javascript' src='https://bildblog.de/wp-content/plugins/google-analytics-opt-out/js/frontend.js?ver=4.9.6'></script>\n<script type='text/javascript' src='https://bildblog.de/wp-includes/js/comment-reply.min.js?ver=4.9.6'></script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar wpcf7 = {\"apiSettings\":{\"root\":\"https:\\/\\/bildblog.de\\/wp-json\\/contact-form-7\\/v1\",\"namespace\":\"contact-form-7\\/v1\"},\"recaptcha\":{\"messages\":{\"empty\":\"Please verify that you are not a robot.\"}}};\n/* ]]> */\n</script>\n<script type='text/javascript' src='https://bildblog.de/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.0.2'></script>\n<script type='text/javascript' src='https://bildblog.de/wp-includes/js/jquery/ui/core.min.js?ver=1.11.4'></script>\n<script type='text/javascript' src='https://bildblog.de/wp-includes/js/jquery/ui/widget.min.js?ver=1.11.4'></script>\n<script type='text/javascript' src='https://bildblog.de/wp-includes/js/jquery/ui/mouse.min.js?ver=1.11.4'></script>\n<script type='text/javascript' src='https://bildblog.de/wp-includes/js/jquery/ui/resizable.min.js?ver=1.11.4'></script>\n<script type='text/javascript' src='https://bildblog.de/wp-includes/js/jquery/ui/draggable.min.js?ver=1.11.4'></script>\n<script type='text/javascript' src='https://bildblog.de/wp-includes/js/jquery/ui/button.min.js?ver=1.11.4'></script>\n<script type='text/javascript' src='https://bildblog.de/wp-includes/js/jquery/ui/position.min.js?ver=1.11.4'></script>\n<script type='text/javascript' src='https://bildblog.de/wp-includes/js/jquery/ui/dialog.min.js?ver=1.11.4'></script>\n<script type='text/javascript' src='https://bildblog.de/wp-includes/js/wp-embed.min.js?ver=4.9.6'></script>\n<script type='text/javascript' src='https://bildblog.de/wp-content/themes/Frank-advice/js/mydealz.js?ver=1.1'></script>\n\n\t\t \n</body>\n</html>\n"
  },
  {
    "path": "api/test/data/og/google.html",
    "content": "\n<!doctype html><html itemscope=\"\" itemtype=\"http://schema.org/WebPage\" lang=\"en\"><head><meta content=\"Search the world's information, including webpages, images, videos and more. Google has many special features to help you find exactly what you're looking for.\" name=\"description\"><meta content=\"noodp\" name=\"robots\"><meta content=\"/images/branding/googleg/1x/googleg_standard_color_128dp.png\" itemprop=\"image\"><link href=\"/images/branding/product/ico/googleg_lodp.ico\" rel=\"shortcut icon\"><meta content=\"origin\" name=\"referrer\"><title>Google</title><script nonce=\"ZhZP3VmXOKkRPvibejNIQg==\">(function(){window.google={kEI:'n00TW6WrOYmY0gKN-JDYAQ',kEXPI:'31',authuser:0,kscs:'91360e48_n00TW6WrOYmY0gKN-JDYAQ',u:'91360e48',kGL:'US'};google.kHL='en';})();google.time=function(){return(new Date).getTime()};(function(){google.lc=[];google.li=0;google.getEI=function(a){for(var b;a&&(!a.getAttribute||!(b=a.getAttribute(\"eid\")));)a=a.parentNode;return b||google.kEI};google.getLEI=function(a){for(var b=null;a&&(!a.getAttribute||!(b=a.getAttribute(\"leid\")));)a=a.parentNode;return b};google.https=function(){return\"https:\"==window.location.protocol};google.ml=function(){return null};google.wl=function(a,b){try{google.ml(Error(a),!1,b)}catch(d){}};google.log=function(a,b,d,c,g){if(a=google.logUrl(a,b,d,c,g)){b=new Image;var e=google.lc,f=google.li;e[f]=b;b.onerror=b.onload=b.onabort=function(){delete e[f]};google.vel&&google.vel.lu&&google.vel.lu(a);b.src=a;google.li=f+1}};google.logUrl=function(a,b,d,c,g){var e=\"\",f=google.ls||\"\";d||-1!=b.search(\"&ei=\")||(e=\"&ei=\"+google.getEI(c),-1==b.search(\"&lei=\")&&(c=google.getLEI(c))&&(e+=\"&lei=\"+c));c=\"\";!d&&google.cshid&&-1==b.search(\"&cshid=\")&&(c=\"&cshid=\"+google.cshid);a=d||\"/\"+(g||\"gen_204\")+\"?atyp=i&ct=\"+a+\"&cad=\"+b+e+f+\"&zx=\"+google.time()+c;/^http:/i.test(a)&&google.https()&&(google.ml(Error(\"a\"),!1,{src:a,glmm:1}),a=\"\");return a};}).call(this);(function(){google.y={};google.x=function(a,b){if(a)var c=a.id;else{do c=Math.random();while(google.y[c])}google.y[c]=[a,b];return!1};google.lm=[];google.plm=function(a){google.lm.push.apply(google.lm,a)};google.lq=[];google.load=function(a,b,c){google.lq.push([[a],b,c])};google.loadAll=function(a,b){google.lq.push([a,b])};}).call(this);google.f={};(function(){google.hs={h:true};})();(function(){google.c={c:{a:true,d:true,m:true,n:false,p:false}};google.sn='webhp';(function(){var e=function(a,b,c){a.addEventListener?a.removeEventListener(b,c,!1):a.attachEvent&&a.detachEvent(\"on\"+b,c)},g=function(a,b,c){f.push({g:a,h:b,i:c});a.addEventListener?a.addEventListener(b,c,!1):a.attachEvent&&a.attachEvent(\"on\"+b,c)},f=[];google.timers={};google.startTick=function(a,b){var c=b&&google.timers[b].t?google.timers[b].t.start:google.time();google.timers[a]={t:{},e:{},m:{}};var d=window.performance;d&&(google.c.c.p&&d.timing?(c=d.timing.responseStart,google.timers[a].wsrt=c-d.timing.navigationStart):d.now&&(google.timers[a].wsrt=Math.floor(d.now())));google.timers[a].t.start=c};google.tick=function(a,b,c){google.timers[a]||google.startTick(a);c=void 0!==c?c:google.time();b instanceof Array||(b=[b]);for(var d=0;d<b.length;++d)google.timers[a].t[b[d].clearcut]={key:b[d],ts:c}};google.c.e=function(a,b,c){google.timers[a].e[b]=c};google.c.b=function(a){var b=google.timers.load.m;b[a]&&google.wl(\"ch_mab\",{m:a});b[a]=!0};google.c.u=function(a){var b=google.timers.load.m;if(b[a]){b[a]=!1;for(a in b)if(b[a])return;google.csiReport()}else google.wl(\"ch_mnb\",{m:a})};google.rll=function(a,b,c){var d=function(b){c(b);e(a,\"load\",d);e(a,\"error\",d)};g(a,\"load\",d);b&&g(a,\"error\",d)};google.ull=function(){for(var a;a=f.shift();)e(a.g,a.h,a.i)};google.afte=!0;google.aft=function(a){google.c.c.a&&google.afte&&(google.timers.aft||google.startTick(\"aft\"),google.timers.aft.t[a.id||a.src||a.name]=google.time())};google.startTick(\"webaft\");google.startTick(\"load\");google.c.b(\"pr\");google.c.b(\"xe\");}).call(this);})();var a=window.location,b=a.href.indexOf(\"#\");if(0<=b){var c=a.href.substring(b+1);/(^|&)q=/.test(c)&&-1==c.indexOf(\"#\")&&a.replace(\"/search?\"+c.replace(/(^|&)fp=[^&]*/g,\"\")+\"&cad=h\")};(function(){var k=this,l=function(){},t=Date.now||function(){return+new Date};var v=Array.prototype.filter?function(a,d){return Array.prototype.filter.call(a,d,void 0)}:function(a,d){for(var b=a.length,c=[],e=0,f=\"string\"==typeof a?a.split(\"\"):a,n=0;n<b;n++)if(n in f){var g=f[n];d.call(void 0,g,n,a)&&(c[e++]=g)}return c};var w={};var B=function(a,d){if(null===d)return!1;if(\"contains\"in a&&1==d.nodeType)return a.contains(d);if(\"compareDocumentPosition\"in a)return a==d||!!(a.compareDocumentPosition(d)&16);for(;d&&a!=d;)d=d.parentNode;return d==a};var C=function(a,d){return function(b){b||(b=window.event);return d.call(a,b)}},D=function(a){a=a.target||a.srcElement;!a.getAttribute&&a.parentNode&&(a=a.parentNode);return a},E=\"undefined\"!=typeof navigator&&/Macintosh/.test(navigator.userAgent),aa=\"undefined\"!=typeof navigator&&!/Opera/.test(navigator.userAgent)&&/WebKit/.test(navigator.userAgent),ba={A:1,INPUT:1,TEXTAREA:1,SELECT:1,BUTTON:1},ca=function(){this._mouseEventsPrevented=!0},F={A:13,BUTTON:0,CHECKBOX:32,COMBOBOX:13,GRIDCELL:13,LINK:13,LISTBOX:13,MENU:0,MENUBAR:0,MENUITEM:0,MENUITEMCHECKBOX:0,MENUITEMRADIO:0,OPTION:0,RADIO:32,RADIOGROUP:32,RESET:0,SUBMIT:0,TAB:0,TREE:13,TREEITEM:13},G=function(a){return(a.getAttribute(\"type\")||a.tagName).toUpperCase()in da},H=function(a){return(a.getAttribute(\"type\")||a.tagName).toUpperCase()in ea},da={CHECKBOX:!0,OPTION:!0,RADIO:!0},ea={COLOR:!0,DATE:!0,DATETIME:!0,\"DATETIME-LOCAL\":!0,EMAIL:!0,MONTH:!0,NUMBER:!0,PASSWORD:!0,RANGE:!0,SEARCH:!0,TEL:!0,TEXT:!0,TEXTAREA:!0,TIME:!0,URL:!0,WEEK:!0},fa={A:!0,AREA:!0,BUTTON:!0,DIALOG:!0,IMG:!0,INPUT:!0,LINK:!0,MENU:!0,OPTGROUP:!0,OPTION:!0,PROGRESS:!0,SELECT:!0,TEXTAREA:!0};var I=function(){this.i=this.g=null},K=function(a,d){var b=J;b.g=a;b.i=d;return b};I.prototype.h=function(){var a=this.g;this.g&&this.g!=this.i?this.g=this.g.__owner||this.g.parentNode:this.g=null;return a};var L=function(){this.l=[];this.g=0;this.i=null;this.o=!1};L.prototype.h=function(){if(this.o)return J.h();if(this.g!=this.l.length){var a=this.l[this.g];this.g++;a!=this.i&&a&&a.__owner&&(this.o=!0,K(a.__owner,this.i));return a}return null};var J=new I,M=new L;var P=function(){this.w=[];this.g=[];this.h=[];this.o={};this.l=null;this.i=[];this.C=l;O(this,\"_custom\")},ha=\"undefined\"!=typeof navigator&&/iPhone|iPad|iPod/.test(navigator.userAgent),Q=String.prototype.trim?function(a){return a.trim()}:function(a){return a.replace(/^\\s+/,\"\").replace(/\\s+$/,\"\")},ia=/\\s*;\\s*/,ma=function(a,d){return function(b){var c=d;if(\"_custom\"==c){c=b.detail;if(!c||!c._type)return;c=c._type}if(\"click\"==c&&(E&&b.metaKey||!E&&b.ctrlKey||2==b.which||null==b.which&&4==b.button||\n\"auxclick\"==b.type||b.shiftKey))c=\"clickmod\";else{var e=b.which||b.keyCode||b.key;aa&&3==e&&(e=13);if(13!=e&&32!=e)e=!1;else{var f=D(b),n=(f.getAttribute(\"role\")||f.type||f.tagName).toUpperCase(),g;(g=\"keydown\"!=b.type)||(\"getAttribute\"in f?(g=(f.getAttribute(\"role\")||f.tagName).toUpperCase(),g=!H(f)&&(\"COMBOBOX\"!=g||\"INPUT\"!=g)&&!f.isContentEditable):g=!1,g=!g);(g=g||b.ctrlKey||b.shiftKey||b.altKey||b.metaKey||G(f)&&32==e)||((g=f.tagName in ba)||(g=f.getAttributeNode(\"tabindex\"),g=null!=g&&g.specified),g=!(g&&!f.disabled));g?e=!1:(f=\"INPUT\"!=f.tagName.toUpperCase()||f.type,g=!(n in F)&&13==e,e=(0==F[n]%e||g)&&!!f)}e&&(c=\"clickkey\")}n=b.srcElement||b.target;e=R(c,b,n,\"\",null);b.path?(M.l=b.path,M.g=0,M.i=this,M.o=!1,f=M):f=K(n,this);for(;g=f.h();){var m=g;var h=m;g=c;var q=h.__jsaction;if(!q){var u=null;\"getAttribute\"in h&&(u=h.getAttribute(\"jsaction\"));if(u){q=w[u];if(!q){q={};for(var x=u.split(ia),y=0,ja=x?x.length:0;y<ja;y++){var r=x[y];if(r){var z=r.indexOf(\":\"),N=-1!=z,ka=N?Q(r.substr(0,z)):\"click\";r=N?Q(r.substr(z+1)):r;q[ka]=r}}w[u]=q}h.__jsaction=q}else q=la,h.__jsaction=q}\"clickkey\"==g?g=\"click\":\"click\"!=g||q.click||(g=\"clickonly\");h={v:g,action:q[g]||\"\",event:null,B:!1};e=R(h.v,h.event||b,n,h.action||\"\",m,e.timeStamp);if(h.B||h.action)break}e&&\"touchend\"==e.eventType&&(e.event._preventMouseEvents=ca);if(h&&h.action){if(h=\"clickkey\"==c)h=D(b),h=(h.type||h.tagName).toUpperCase(),(h=32==(b.which||b.keyCode||b.key)&&\"CHECKBOX\"!=h)||(h=D(b),n=(h.getAttribute(\"role\")||h.tagName).toUpperCase(),h=h.tagName.toUpperCase()in fa&&\"A\"!=n&&!G(h)&&!H(h)||\"BUTTON\"==n);h&&(b.preventDefault?b.preventDefault():b.returnValue=!1);if(\"mouseenter\"==c||\"mouseleave\"==c)if(h=b.relatedTarget,!(\"mouseover\"==b.type&&\"mouseenter\"==c||\"mouseout\"==b.type&&\"mouseleave\"==c)||h&&(h===m||B(m,h)))e.action=\"\",e.actionElement=null;else{c={};for(var p in b)\"function\"!==typeof b[p]&&\"srcElement\"!==p&&\"target\"!==p&&(c[p]=b[p]);c.type=\"mouseover\"==b.type?\"mouseenter\":\"mouseleave\";c.target=c.srcElement=m;c.bubbles=!1;e.event=\nc;e.targetElement=m}}else e.action=\"\",e.actionElement=null;m=e;a.l&&(p=R(m.eventType,m.event,m.targetElement,m.action,m.actionElement,m.timeStamp),\"clickonly\"==p.eventType&&(p.eventType=\"click\"),a.l(p,!0));if(m.actionElement){\"A\"!=m.actionElement.tagName||\"click\"!=m.eventType&&\"clickmod\"!=m.eventType||null==a.l||(b.preventDefault?b.preventDefault():b.returnValue=!1);if(a.l)a.l(m);else{a.C(m);if((p=k.document)&&!p.createEvent&&p.createEventObject)try{var A=p.createEventObject(b)}catch(qa){A=b}else A=\nb;m.event=A;a.i.push(m)}if(\"touchend\"==m.event.type&&m.event._mouseEventsPrevented){b=m.event;for(var ra in b);t()}}}},R=function(a,d,b,c,e,f){return{eventType:a,event:d,targetElement:b,action:c,actionElement:e,timeStamp:f||t()}},la={},na=function(a,d){return function(b){var c=a,e=d,f=!1;\"mouseenter\"==c?c=\"mouseover\":\"mouseleave\"==c&&(c=\"mouseout\");if(b.addEventListener){if(\"focus\"==c||\"blur\"==c||\"error\"==c||\"load\"==c)f=!0;b.addEventListener(c,e,f)}else b.attachEvent&&(\"focus\"==c?c=\"focusin\":\"blur\"==\nc&&(c=\"focusout\"),e=C(b,e),b.attachEvent(\"on\"+c,e));return{v:c,s:e,capture:f}}},oa=function(a,d){a.i&&(a.i=v(a.i,function(a){return a.event!==d}))},O=function(a,d){if(!a.o.hasOwnProperty(d)){var b=ma(a,d),c=na(d,b);a.o[d]=b;a.w.push(c);for(b=0;b<a.g.length;++b){var e=a.g[b];e.h.push(c.call(null,e.g))}\"click\"==d&&O(a,\"keydown\")}};P.prototype.s=function(a){return this.o[a]};var V=function(a,d){var b=new pa(d),c;a:{for(c=0;c<a.g.length;c++)if(S(a.g[c],d)){c=!0;break a}c=!1}if(c)return a.h.push(b),b;T(a,b);a.g.push(b);U(a);return b},U=function(a){for(var d=a.h.concat(a.g),b=[],c=[],e=0;e<a.g.length;++e){var f=a.g[e];W(f,d)?(b.push(f),X(f)):c.push(f)}for(e=0;e<a.h.length;++e)f=a.h[e],W(f,d)?b.push(f):(c.push(f),T(a,f));a.g=c;a.h=b},T=function(a,d){var b=d.g;ha&&(b.style.cursor=\"pointer\");for(b=0;b<a.w.length;++b)d.h.push(a.w[b].call(null,d.g))},Y=function(a,d){a.l=d;a.i&&\n(0<a.i.length&&d(a.i),a.i=null)},pa=function(a){this.g=a;this.h=[]},S=function(a,d){for(var b=a.g,c=d;b!=c&&c.parentNode;)c=c.parentNode;return b==c},W=function(a,d){for(var b=0;b<d.length;++b)if(d[b].g!=a.g&&S(d[b],a.g))return!0;return!1},X=function(a){for(var d=0;d<a.h.length;++d){var b=a.g,c=a.h[d];b.removeEventListener?b.removeEventListener(c.v,c.s,c.capture):b.detachEvent&&b.detachEvent(\"on\"+c.v,c.s)}a.h=[]};var Z=new P;V(Z,window.document.documentElement);O(Z,\"click\");O(Z,\"focus\");O(Z,\"focusin\");O(Z,\"blur\");O(Z,\"focusout\");O(Z,\"error\");O(Z,\"load\");O(Z,\"change\");O(Z,\"dblclick\");O(Z,\"input\");O(Z,\"keyup\");O(Z,\"keydown\");O(Z,\"keypress\");O(Z,\"mousedown\");O(Z,\"mouseenter\");O(Z,\"mouseleave\");O(Z,\"mouseout\");O(Z,\"mouseover\");O(Z,\"mouseup\");O(Z,\"paste\");O(Z,\"touchstart\");O(Z,\"touchend\");O(Z,\"touchcancel\");O(Z,\"speech\");(function(a){google.jsad=function(d){Y(a,d)};google.jsaac=function(d){return V(a,d)};google.jsarc=function(d){X(d);for(var b=!1,c=0;c<a.g.length;++c)if(a.g[c]===d){a.g.splice(c,1);b=!0;break}if(!b)for(c=0;c<a.h.length;++c)if(a.h[c]===d){a.h.splice(c,1);break}U(a)};google.jsace=function(d){oa(a,d)}})(Z);window.gws_wizbind=function(a){return{trigger:function(d){var b=a.s(d.type);b||(O(a,d.type),b=a.s(d.type));var c=d.target||d.srcElement;b&&b.call(c.ownerDocument.documentElement,d)},bind:function(d){Y(a,d)}}}(Z);}).call(this);(function(){var b=[];google.jsc={xx:b,x:function(a){b.push(a)},mm:[],m:function(a){google.jsc.mm=a}};}).call(this);google.arwt=function(a){a.href=document.getElementById(a.id.substring(1)).href;return!0};(function(){var f=function(){this.h=\"\";this.l=e};f.prototype.o=!0;var g=/^(?:(?:https?|mailto|ftp):|[^:/?#]*(?:[/?#]|$))/i,e={},h=function(a){var c=new f;c.h=a;return c};h(\"about:blank\");var k=function(a,c){if(c instanceof f)var b=c;else b=c,b instanceof f||(b=b.o?b.h:String(b),g.test(b)||(b=\"about:invalid#zClosurez\"),b=h(b));a.href=b instanceof f&&b.constructor===f&&b.l===e?b.h:\"type_error:SafeUrl\"};function l(a){return a?(a=a.getAttribute(\"data-ved\"))?\"&ved=\"+a:\"\":\"\"}function m(a){return new Promise(function(c){try{var b=new XMLHttpRequest;b.open(\"GET\",a);b.onreadystatechange=function(){4==b.readyState&&c()};b.send()}catch(d){c()}})}function n(a){return a.getAttribute(\"data-cts\")?\"&cts=\"+(new Date).getTime():\"\"};google.ausb=function(a){if(!a)return google.ml(Error(\"b\"),!1),!0;if(a.getAttribute(\"data-sbv2\")){var c=a.href,b=/[?&]adurl=([^&]+)/.exec(c);if(b&&/[?&]ae=1(&|$)/.test(c))try{var d={g:c+\"&act=1\",i:decodeURIComponent(b[1])}}catch(p){google.ml(Error(\"a`\"+c),!1),d=null}else d=null;d&&(a.getAttribute(\"data-sbd\")?(d=d.g+\"&ri=8&shc=1&ictx=1\"+n(a),navigator.sendBeacon&&navigator.sendBeacon(d,\"\")?k(a,a.href+\"&ri=9\"):k(a,a.href+\"&ri=10\")):(c=0,a.dataset.ampAd&&(b=a?(b=/[?&]ved=([^&]+)/.exec(a.href))?b[1]:\"\":\"\",a.dataset.ved=b,a.dataset.ampc?c=1:a.dataset.ampd&&(c=2),0!=c&&(b=d.g+\"&ri=5\",2==c&&(b+=\"&ampt=1&shc=1\",d.g+=\"&ampt=0\"),google.f.c9ZYY=m(b))),1==c?k(a,d.i):(c=d.g+\"&ri=1\"+n(a),navigator.sendBeacon&&navigator.sendBeacon(c,\"\")?k(a,d.i):k(a,a.href+\"&ri=2\"))))}else d=\"\",a.getAttribute(\"data-arwt\")?a.id&&(d=l(document.getElementById(a.id.substring(1)))):d=l(a),c=a.getAttribute(\"data-sbt\"),b=a.getAttribute(\"data-sbf\"),c&&b&&navigator.sendBeacon&&navigator.sendBeacon(c+d+\"&bt=1\",\"\")?a.href=b:a.href+=\n\"&bt=2\";return!0};}).call(this);</script><style>[dir='ltr'],[dir='rtl']{unicode-bidi:-webkit-isolate;unicode-bidi:isolate}bdo[dir='ltr'],bdo[dir='rtl']{unicode-bidi:bidi-override;unicode-bidi:-webkit-isolate-override;unicode-bidi:isolate-override}#logo{display:block;overflow:hidden;position:relative}#logo img{border:0;}#logo span{background:url(/images/nav_logo242_hr.png) no-repeat;background-size:167px;cursor:pointer;overflow:hidden}#logocont{z-index:1;padding-left:13px;padding-right:10px;padding-top:7px}#logocont.ddl{padding-top:3px}.big #logocont{padding-left:13px;padding-right:12px}.sbibod{background-color:#fff;height:44px;vertical-align:top;border-radius:2px;box-shadow:0 2px 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);transition:box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);}.lst{border:0;margin-top:6px;margin-bottom:0}.lst:focus{outline:none}.gsfi,.lst{font:16px arial,sans-serif;line-height:34px;height:34px !important;}.lst-c{overflow:hidden}#gs_st0{line-height:44px;padding:0 8px;margin-top:-1px;position:static}.srp #gs_st0{padding:0 2px 0 8px}.gsfs{font:16px arial,sans-serif}.lsb{background:transparent;border:0;font-size:0;height:30px;outline:0;text-align:left;width:100%}.sbico{display:inline-block;height:24px;width:24px;cursor:pointer;vertical-align:middle;color:#4285f4}.sbico-c{background:transparent;border:0;float:right;height:44px;line-height:44px;margin-top:-1px;outline:0;padding-right:16px;position:relative;top:-1px}.hp .sbico-c{display:none}#sblsbb{text-align:center;border-bottom-left-radius:0;border-top-left-radius:0;height:44px;margin:0;padding:0;}#sbds{border:0;margin-left:0}.hp .nojsb,.srp .jsb{display:none}.kpbb,.kprb,.kpgb,.kpgrb{border-radius:2px;border-radius:2px;color:#fff}.kpbb:hover,.kprb:hover,.kpgb:hover,.kpgrb:hover{box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);color:#fff}.kpbb:active,.kprb:active,.kpgb:active,.kpgrb:active{box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);box-shadow:inset 0 1px 2px rgba(0,0,0,0.3)}.kpbb{background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));background-color:#4d90fe;background-image:-webkit-linear-gradient(top,#4d90fe,#4787ed);background-image:linear-gradient(top,#4d90fe,#4787ed);border:1px solid #3079ed}.kpbb:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));background-color:#357ae8;background-image:-webkit-linear-gradient(top,#4d90fe,#357ae8);background-image:linear-gradient(top,#4d90fe,#357ae8);border:1px solid #2f5bb7}a.kpbb:link,a.kpbb:visited{color:#fff}.kprb{background-image:-webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#d14836));background-color:#dd4b39;background-image:-webkit-linear-gradient(top,#dd4b39,#d14836);background-image:linear-gradient(top,#dd4b39,#d14836);border:1px solid #dd4b39}.kprb:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727));background-color:#c53727;background-image:-webkit-linear-gradient(top,#dd4b39,#c53727);background-image:linear-gradient(top,#dd4b39,#c53727);border:1px solid #b0281a;border-bottom-color:#af301f}.kprb:active{background-image:-webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#b0281a));background-color:#b0281a;background-image:-webkit-linear-gradient(top,#dd4b39,#b0281a);background-image:linear-gradient(top,#dd4b39,#b0281a)}.kpgb{background-image:-webkit-gradient(linear,left top,left bottom,from(#3d9400),to(#398a00));background-color:#3d9400;background-image:-webkit-linear-gradient(top,#3d9400,#398a00);background-image:linear-gradient(top,#3d9400,#398a00);border:1px solid #29691d}.kpgb:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#3d9400),to(#368200));background-color:#368200;background-image:-webkit-linear-gradient(top,#3d9400,#368200);background-image:linear-gradient(top,#3d9400,#368200);border:1px solid #2d6200}.kpgrb{background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-color:#f5f5f5;background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);background-image:linear-gradient(top,#f5f5f5,#f1f1f1);border:1px solid #dcdcdc;color:#555}.kpgrb:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-color:#f8f8f8;background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);border:1px solid #dcdcdc;color:#333}a.kpgrb:link,a.kpgrb:visited{color:#555}#sfopt{display:inline-block;float:right;line-height:normal}.lsd{font-size:11px;position:absolute;top:3px;left:16px}.sbsb_g{margin:3px 0 4px}.jhp input[type=\"submit\"],.sbdd_a input,.gbqfba{background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f5f5f5,#f1f1f1);-webkit-border-radius:2px;-webkit-user-select:none;background-color:#f2f2f2;border:1px solid #f2f2f2;border-radius:2px;color:#757575;cursor:default;font-family:arial,sans-serif;font-size:13px;font-weight:bold;margin:11px 4px;min-width:54px;padding:0 16px;text-align:center}.gbqfba.gbqfba-hvr{font-size:13px}.jhp input[type=\"submit\"],.gbqfba{height:36px;line-height:27px}.sbdd_a input{height:100%}.jhp input[type=\"submit\"]:hover,.sbdd_a input:hover,.gbqfba:hover{background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);background-color:#f8f8f8;background-image:linear-gradient(top,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);border:1px solid #c6c6c6;box-shadow:0 1px 1px rgba(0,0,0,0.1);color:#222}.jhp input[type=\"submit\"]:focus,.sbdd_a input:focus{border:1px solid #4d90fe;outline:none}.sbdd_a input{margin:6px;}span.lsbb,.lsb input{-webkit-transition:all 0.18s}@media only screen and (max-height:650px){span.lsbb{height:17px}}.tsf{background:none}.tsf-p{position:relative;}.logocont{left:0;position:absolute;}.sfibbbc{padding-bottom:2px;padding-top:3px;margin-top:-3px;width:632px}.sbtc{position:relative}.sbibtd{line-height:0;overflow:visible;white-space:nowrap}.sbibps{padding:0 9px 0 16px;width:466px;}.big .sbibps{width:550px}.sfopt{height:28px;position:relative}#sform{height:65px}.hp .sfsbc{display:none}#searchform{width:100%}.hp #searchform{position:absolute;top:311px}.srp #searchform{position:absolute;top:20px}#sfdiv{max-width:484px}.hp .big #sfdiv{max-width:584px;margin:-1px 0px 1px}.srp #sfdiv{max-width:none;overflow:hidden}.srp #tsf{position:relative;}.hp .tsf-p{padding-top:8px}.sfsbc{display:inline-block;float:right;margin-right:1px;vertical-align:top;width:42px;margin-right:0}.sfbg{background:#fafafa;height:69px;left:0;position:absolute;width:100%}.sfbgg{background-color:#fafafa;height:65px}#pocs{background:#fff1a8;color:#000;font-size:10pt;margin:0;padding:5px 7px}#pocs.sft{background:transparent;color:#777}#pocs a{color:#11c}#pocs.sft a{color:#36c}#pocs>div{margin:0;padding:0}#cnt{padding-top:20px;}#subform_ctrl{min-height:0px}@-webkit-keyframes gb__a{0%{opacity:0}50%{opacity:1}}@keyframes gb__a{0%{opacity:0}50%{opacity:1}}.gb_da .gb_b{background-position:-132px -38px;opacity:.55}.gb_ea .gb_da .gb_b{background-position:-132px -38px}.gb_X .gb_da .gb_b{background-position:-463px -35px;opacity:1}.gb_fa.gb_ga{min-height:196px;overflow-y:auto;width:320px}.gb_ha{-webkit-transition:height .2s ease-in-out;transition:height .2s ease-in-out}.gb_ia{background:#fff;margin:0;min-height:100px;padding:28px;padding-right:27px;text-align:left;white-space:normal;width:265px}.gb_ja{background:#f5f5f5;cursor:pointer;height:40px;overflow:hidden}.gb_ka{position:relative}.gb_ja{display:block;line-height:40px;text-align:center;width:320px}.gb_ka{display:block;line-height:40px;text-align:center}.gb_ka.gb_la{line-height:0}.gb_ja,.gb_ja:visited,.gb_ja:active,.gb_ka,.gb_ka:visited{color:rgba(0,0,0,0.87);text-decoration:none}.gb_ka:active{color:rgba(0,0,0,0.87)}#gb a.gb_ja,#gb a.gb_ja:visited,#gb a.gb_ja:active,#gb a.gb_ka,#gb a.gb_ka:visited{color:rgba(0,0,0,0.87);text-decoration:none}#gb a.gb_ka:active{color:rgba(0,0,0,0.87)}.gb_ka,.gb_ia{display:none}.gb_ba,.gb_ba+.gb_ka,.gb_ma .gb_ka,.gb_ma .gb_ia{display:block}.gb_ka:hover,.gb_ka:active,#gb a.gb_ka:hover,#gb a.gb_ka:active{text-decoration:underline}.gb_ka{border-bottom:1px solid #ebebeb;left:28px;width:264px}.gb_ma .gb_ja{display:none}.gb_ka:last-child{border-bottom-width:0}.gb_na .gb_O{display:initial}.gb_na.gb_oa{height:100px;text-align:center}.gb_na.gb_oa img{padding:34px 0;height:32px;width:32px}.gb_na .gb_2{background-image:url('//ssl.gstatic.com/gb/images/p1_82e7352c.png');-webkit-background-size:64px 2410px;background-size:64px 2410px;background-position:0 -552px}.gb_na .gb_2+img{border:0;margin:8px;height:48px;width:48px}.gb_na div.gb_pa{background:#ffa;-webkit-border-radius:5px;border-radius:5px;padding:5px;text-align:center}.gb_na.gb_qa,.gb_na.gb_ra{padding-bottom:0}.gb_na.gb_sa,.gb_na.gb_ra{padding-top:0}.gb_na.gb_ra a,.gb_na.gb_sa a{top:0}.gb_ta .gb_ja{margin-top:0;position:static}.gb_ua{display:inline-block}.gb_va{margin:-12px 28px 28px;position:relative;width:264px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1),0 0 1px rgba(0,0,0,0.1);box-shadow:0 1px 2px rgba(0,0,0,0.1),0 0 1px rgba(0,0,0,0.1)}.gb_4{background-image:url('//ssl.gstatic.com/gb/images/p1_82e7352c.png');-webkit-background-size:64px 2410px;background-size:64px 2410px;display:inline-block;margin:8px;vertical-align:middle;height:64px;width:64px}.gb_wa{color:#262626;display:inline-block;font:13px/18px Arial,sans-serif;margin-right:80px;padding:10px 10px 10px 0;vertical-align:middle;white-space:normal}.gb_xa{font:16px/24px Arial,sans-serif}.gb_ya,#gb#gb .gb_ya{color:#427fed;text-decoration:none}.gb_ya:hover,#gb#gb .gb_ya:hover{text-decoration:underline}.gb_za .gb_ia{position:relative}.gb_za .gb_O{position:absolute;top:28px;left:28px}.gb_ja.gb_Aa{display:none;height:0}.gb_db{-webkit-background-size:32px 32px;background-size:32px 32px;-webkit-border-radius:50%;border-radius:50%;display:block;margin:-1px;overflow:hidden;position:relative;height:32px;width:32px;z-index:0}@media (min-resolution:1.25dppx),(-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.gb_db::before{display:inline-block;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:left 0;transform-origin:left 0}.gb_Eb::before{display:inline-block;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:left 0;transform-origin:left 0}}.gb_db:hover,.gb_db:focus{-webkit-box-shadow:0 1px 0 rgba(0,0,0,.15);box-shadow:0 1px 0 rgba(0,0,0,.15)}.gb_db:active{-webkit-box-shadow:inset 0 2px 0 rgba(0,0,0,.15);box-shadow:inset 0 2px 0 rgba(0,0,0,.15)}.gb_db:active::after{background:rgba(0,0,0,.1);-webkit-border-radius:50%;border-radius:50%;content:'';display:block;height:100%}.gb_eb{cursor:pointer;line-height:30px;min-width:30px;opacity:.75;overflow:hidden;vertical-align:middle;text-overflow:ellipsis}.gb_b.gb_eb{width:auto}.gb_eb:hover,.gb_eb:focus{opacity:.85}.gb_fb .gb_eb,.gb_fb .gb_gb{line-height:26px}#gb#gb.gb_fb a.gb_eb,.gb_fb .gb_gb{font-size:11px;height:auto}.gb_hb{border-top:4px solid #000;border-left:4px dashed transparent;border-right:4px dashed transparent;display:inline-block;margin-left:6px;opacity:.75;vertical-align:middle}.gb_ib:hover .gb_hb{opacity:.85}.gb_Va>.gb_jb{padding:3px 3px 3px 4px}.gb_X .gb_eb,.gb_X .gb_hb{opacity:1}#gb#gb.gb_X.gb_X a.gb_eb,#gb#gb .gb_X.gb_X a.gb_eb{color:#fff}.gb_X.gb_X .gb_hb{border-top-color:#fff;opacity:1}.gb_ea .gb_db:hover,.gb_X .gb_db:hover,.gb_ea .gb_db:focus,.gb_X .gb_db:focus{-webkit-box-shadow:0 1px 0 rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 0 rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.2)}.gb_kb .gb_jb,.gb_lb .gb_jb{position:absolute;right:1px}.gb_jb.gb_R,.gb_mb.gb_R,.gb_ib.gb_R{-webkit-flex:0 1 auto;flex:0 1 auto;-webkit-flex:0 1 main-size;flex:0 1 main-size}.gb_nb.gb_W .gb_eb{width:30px!important}.gb_ob.gb_cb{display:none}@-webkit-keyframes progressmove{0%{margin-left:-100%}to{margin-left:100%}}@keyframes progressmove{0%{margin-left:-100%}to{margin-left:100%}}.gb_pb.gb_bb{display:none}.gb_pb{background-color:#ccc;height:3px;overflow:hidden}.gb_qb{background-color:#f4b400;height:100%;width:50%;-webkit-animation:progressmove 1.5s linear 0s infinite;animation:progressmove 1.5s linear 0s infinite}.gb_sb{height:40px;position:absolute;right:-5px;top:-5px;width:40px}.gb_tb .gb_sb,.gb_ub .gb_sb{right:0;top:0}.gb_eb~.gb_vb,.gb_eb~.gb_wb{left:auto;right:6.5px}.gb_xb{outline:none;-webkit-transform:translateZ(0);transform:translateZ(0)}.gb_xb.gb_Za{width:320px}.gb_yb,#gb a.gb_yb.gb_yb,.gb_zb a,#gb .gb_zb.gb_zb a{color:#36c;text-decoration:none}.gb_yb:active,#gb a.gb_yb:active,.gb_yb:hover,#gb a.gb_yb:hover,.gb_zb a:active,#gb .gb_zb a:active,.gb_zb a:hover,#gb .gb_zb a:hover{text-decoration:underline}.gb_Ab{margin:20px;white-space:nowrap}.gb_Bb,.gb_Cb{display:inline-block;vertical-align:top}.gb_xb.gb_Za .gb_Cb{max-width:164px}.gb_Bb{margin-right:20px;position:relative}.gb_Db{-webkit-border-radius:50%;border-radius:50%;overflow:hidden;-webkit-transform:translateZ(0)}.gb_Eb{-webkit-background-size:96px 96px;background-size:96px 96px;border:none;vertical-align:top;height:96px;width:96px}.gb_ob{background:rgba(78,144,254,.7);bottom:0;color:#fff;font-size:9px;font-weight:bold;left:0;line-height:9px;position:absolute;padding:7px 0;text-align:center;width:96px}.gb_Db .gb_ob{background:rgba(0,0,0,.54)}.gb_Fb{font-weight:bold;margin:-4px 0 1px 0;text-overflow:ellipsis;overflow:hidden}.gb_Ib{color:#666;text-overflow:ellipsis;overflow:hidden}.gb_zb{color:#ccc;margin:6px 0}.gb_xb.gb_Za .gb_zb a{display:block;line-height:24px;margin:0}.gb_xb.gb_Za .gb_zb a:first-child:last-child{line-height:normal}.gb_xb:not(.gb_Za) .gb_zb a{margin:0 10px}.gb_xb:not(.gb_Za) .gb_zb a:first-child{margin-left:0}.gb_xb:not(.gb_Za) .gb_zb a:last-child{margin-right:0}.gb_Cb .gb_Jb{background:#4d90fe;border-color:#3079ed;font-weight:bold;margin:10px 0 0 0;color:#fff}#gb .gb_Cb a.gb_Jb.gb_Jb{color:#fff}.gb_Cb .gb_Jb:hover{background:#357ae8;border-color:#2f5bb7}.gb_Kb.gb_oa{border-top:none}.gb_Kb{background:#f5f5f5;border-top:1px solid #ccc;border-color:rgba(0,0,0,.2);padding:10px 0;width:100%;display:table}.gb_Kb .gb_Jb{margin:0 20px;white-space:nowrap}.gb_Kb>div{display:table-cell;text-align:right}.gb_Kb>div:first-child{text-align:left}.gb_Kb .gb_Lb{display:block;text-align:center}.gb_Mb .gb_vb{border-bottom-color:#fef9db}.gb_Nb{background:#fef9db;font-size:11px;padding:10px 20px;white-space:normal}.gb_Nb b,.gb_yb{white-space:nowrap}.gb_Qb{background:#f5f5f5;border-top:1px solid #ccc;border-top-color:rgba(0,0,0,.2);max-height:230px;overflow:auto}.gb_Qb.gb_Za{max-height:170px}.gb_Qb.gb_Za.gb_Rb{max-height:124px}.gb_Sb{border-top:1px solid #ccc;border-top-color:rgba(0,0,0,.2);display:block;padding:10px 20px;position:relative;white-space:nowrap}.gb_Tb .gb_Sb:focus .gb_Ub{outline:1px dotted #fff}.gb_Sb:hover{background:#eee}.gb_Sb[selected=\"true\"]{overflow:hidden}.gb_Sb[selected=\"true\"]>.gb_Vb{background-color:rgba(117,117,117,.9)}.gb_Sb[selected=\"true\"]>.gb_Wb{display:block;position:absolute;z-index:2}.gb_Wb::-moz-focus-inner{border:0}.gb_Wb{background-color:transparent;border:none;color:#fff;display:none;font-family:Roboto,Arial,sans-serif;font-weight:400;font-size:14px;height:36px;min-width:86px;text-align:center;top:16px;width:auto}.gb_Sb[selected=\"true\"]>.gb_Wb:focus{background-color:rgba(0,0,0,.24);-webkit-border-radius:2px;border-radius:2px;outline:0}.gb_Sb[selected=\"true\"]>.gb_Wb:hover,.gb_Sb[selected=\"true\"]>.gb_Wb:focus:hover{background-color:#565656;-webkit-border-radius:2px;border-radius:2px}.gb_Sb[selected=\"true\"]>.gb_Wb:active{-webkit-border-radius:2px;border-radius:2px;background-color:#212121}.gb_Xb{left:0;margin-left:5%}.gb_Zb{margin-right:5%;right:0}.gb_Sb:first-child,.gb_0b:first-child+.gb_Sb{border-top:0}.gb_0b{display:none}.gb_1b{cursor:default}.gb_1b:hover{background:transparent}.gb_2b{border:none;vertical-align:top;height:48px;width:48px}.gb_Ub{display:inline-block;margin:6px 0 0 10px}.gb_xb.gb_Za .gb_Ub{max-width:222px}.gb_1b .gb_2b,.gb_1b .gb_Ub{opacity:.4}.gb_3b{color:#000;text-overflow:ellipsis;overflow:hidden}.gb_1b .gb_3b{color:#666}.gb_4b{color:#666;text-overflow:ellipsis;overflow:hidden}.gb_5b{color:#666;font-style:italic}.gb_Vb{background-color:transparent;height:100%;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:1}.gb_Wb:hover{background-color:rgba(100,100,100,0.4)}.gb_6b{background:#f5f5f5;border-top:1px solid #ccc;border-top-color:rgba(0,0,0,.2);display:block;padding:10px 20px}.gb_7b{background-position:-244px 0;display:inline-block;margin:1px 0;vertical-align:middle;height:25px;width:25px}.gb_N .gb_7b::before{left:-244px;top:0}.gb_8b{color:#427fed;display:inline-block;padding:0 25px 0 10px;vertical-align:middle;white-space:normal}.gb_6b:hover .gb_8b{text-decoration:underline}.gb_Kb .gb_Jb:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);border-color:#c6c6c6;color:#222;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:-webkit-linear-gradient(top,#fff,#f8f8f8);background-image:linear-gradient(top,#fff,#f8f8f8);filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f8f8f8')}.gb_bd{display:inline-block;padding:0 0 0 15px;vertical-align:middle}.gb_bd:first-child,#gbsfw:first-child+.gb_bd{padding-left:0}.gb_Sc{position:relative}.gb_b{display:inline-block;outline:none;vertical-align:middle;-webkit-border-radius:2px;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;height:30px;width:30px;color:#000;cursor:pointer;text-decoration:none}#gb#gb a.gb_b{color:#000;cursor:pointer;text-decoration:none}.gb_vb{border-color:transparent;border-bottom-color:#fff;border-style:dashed dashed solid;border-width:0 8.5px 8.5px;display:none;position:absolute;left:6.5px;top:37px;z-index:1;height:0;width:0;-webkit-animation:gb__a .2s;animation:gb__a .2s}.gb_wb{border-color:transparent;border-style:dashed dashed solid;border-width:0 8.5px 8.5px;display:none;position:absolute;left:6.5px;z-index:1;height:0;width:0;-webkit-animation:gb__a .2s;animation:gb__a .2s;border-bottom-color:#ccc;border-bottom-color:rgba(0,0,0,.2);top:36px}x:-o-prefocus,div.gb_wb{border-bottom-color:#ccc}.gb_fa{background:#fff;border:1px solid #ccc;border-color:rgba(0,0,0,.2);color:#000;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.2);box-shadow:0 2px 10px rgba(0,0,0,.2);display:none;outline:none;overflow:hidden;position:absolute;right:0;top:44px;-webkit-animation:gb__a .2s;animation:gb__a .2s;-webkit-border-radius:2px;border-radius:2px;-webkit-user-select:text}.gb_bd.gb_g .gb_vb,.gb_bd.gb_g .gb_wb,.gb_bd.gb_g .gb_fa,.gb_g.gb_fa{display:block}.gb_bd.gb_g.gb_Ff .gb_vb,.gb_bd.gb_g.gb_Ff .gb_wb{display:none}.gb_Hf{position:absolute;right:0;top:44px;z-index:-1}.gb_fb .gb_vb,.gb_fb .gb_wb,.gb_fb .gb_fa{margin-top:-10px}#gbsfw{min-width:400px;overflow:visible}.gb_9b,#gbsfw.gb_g{display:block;outline:none}#gbsfw.gb_pa iframe{display:none}.gb_ac{padding:118px 0;text-align:center}.gb_bc{background:no-repeat center 0;color:#aaa;font-size:13px;line-height:20px;padding-top:76px;background-image:-webkit-image-set(url('//ssl.gstatic.com/gb/images/a/f5cdd88b65.png') 1x,url('//ssl.gstatic.com/gb/images/a/133fc21e88.png') 2x)}.gb_bc a{color:#4285f4;text-decoration:none}@-webkit-keyframes gb__nb{0%{-webkit-transform:scale(0,0);transform:scale(0,0)}20%{-webkit-transform:scale(1.4,1.4);transform:scale(1.4,1.4)}50%{-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}85%{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}to{-webkit-transform:scale(1.0,1.0);transform:scale(1.0,1.0)}}@keyframes gb__nb{0%{-webkit-transform:scale(0,0);transform:scale(0,0)}20%{-webkit-transform:scale(1.4,1.4);transform:scale(1.4,1.4)}50%{-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}85%{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}to{-webkit-transform:scale(1.0,1.0);transform:scale(1.0,1.0)}}.gb_Jc{background-position:-314px -38px;opacity:.55;height:100%;width:100%}.gb_b:hover .gb_Jc,.gb_b:focus .gb_Jc{opacity:.85}.gb_Kc .gb_Jc{background-position:-463px 0}.gb_Lc{background-color:#cb4437;-webkit-border-radius:8px;border-radius:8px;font:bold 11px Arial;color:#fff;line-height:16px;min-width:14px;padding:0 1px;position:absolute;right:0;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,0.1);top:0;visibility:hidden;z-index:990}.gb_Mc .gb_Lc,.gb_Mc .gb_Nc,.gb_Mc .gb_Nc.gb_Oc{visibility:visible}.gb_Nc{padding:0 2px;visibility:hidden}.gb_Pc:not(.gb_Qc) .gb_wb,.gb_Pc:not(.gb_Qc) .gb_vb{left:3px}.gb_Lc.gb_Rc{-webkit-animation:gb__nb .6s 1s both ease-in-out;animation:gb__nb .6s 1s both ease-in-out;-webkit-perspective-origin:top right;perspective-origin:top right;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transform-origin:top right;transform-origin:top right}.gb_Rc .gb_Nc{visibility:visible}.gb_ea .gb_b .gb_Jc{background-position:0 0;opacity:.7}.gb_ea .gb_Kc .gb_Jc{background-position:-279px -38px}.gb_ea .gb_b:hover .gb_Jc,.gb_ea .gb_b:focus .gb_Jc{opacity:.85}.gb_X .gb_b .gb_Jc{background-position:-349px -38px;opacity:1}.gb_X .gb_Kc .gb_Jc{background-position:-393px 0}.gb_ea .gb_Lc,.gb_X .gb_Lc{border:none}.gb_Pc .gb_Sc{font-size:14px;font-weight:bold;top:0;right:0}.gb_Pc .gb_b{display:inline-block;vertical-align:middle;-webkit-box-sizing:border-box;box-sizing:border-box;height:30px;width:30px}.gb_Pc .gb_vb{border-bottom-color:#e5e5e5}.gb_Tc{background-color:rgba(0,0,0,.55);color:#fff;font-size:12px;font-weight:bold;line-height:20px;margin:5px;padding:0 2px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:50%;border-radius:50%;height:20px;width:20px}.gb_Tc.gb_Uc{background-position:-194px -21px}.gb_Tc.gb_Vc{background-position:-194px -46px}.gb_b:hover .gb_Tc,.gb_b:focus .gb_Tc{background-color:rgba(0,0,0,.85)}#gbsfw.gb_Wc{background:#e5e5e5;border-color:#ccc}.gb_ea .gb_Tc{background-color:rgba(0,0,0,.7)}.gb_X .gb_Tc.gb_Tc,.gb_X .gb_Mc .gb_Tc.gb_Tc,.gb_X .gb_Mc .gb_b:hover .gb_Tc,.gb_X .gb_Mc .gb_b:focus .gb_Tc{background-color:#fff;color:#404040}.gb_X .gb_Tc.gb_Uc{background-position:-70px 0}.gb_X .gb_Tc.gb_Vc{background-position:-219px 0}.gb_Mc .gb_Tc.gb_Tc{background-color:#db4437;color:#fff}.gb_Mc .gb_b:hover .gb_Tc,.gb_Mc .gb_b:focus .gb_Tc{background-color:#a52714}.gb_bb{display:none!important}.gb_cb{visibility:hidden}#gb#gb a.gb_O,#gb#gb a.gb_P,#gb#gb span.gb_P{color:rgba(0,0,0,0.87);text-decoration:none}#gb#gb a.gb_P:hover,#gb#gb a.gb_P:focus{opacity:.85;text-decoration:underline}.gb_Q.gb_R{display:none;padding-left:15px;vertical-align:middle}.gb_Q.gb_R:first-child{padding-left:0}.gb_S.gb_R{display:inline-block}.gb_Q span{opacity:.55;-webkit-user-select:text}.gb_T .gb_S.gb_R{-webkit-flex:0 1 auto;flex:0 1 auto;-webkit-flex:0 1 main-size;flex:0 1 main-size;display:-webkit-flex;display:flex}.gb_U .gb_S.gb_R{display:none}.gb_Q .gb_P{display:inline-block;line-height:24px;outline:none;vertical-align:middle}.gb_S .gb_P{display:none}.gb_V .gb_S .gb_P{min-width:0}.gb_W .gb_S .gb_P{width:0!important}#gb#gb.gb_X a.gb_P,#gb#gb.gb_X span.gb_P,#gb#gb .gb_X a.gb_P,#gb#gb .gb_X span.gb_P{color:#fff}#gb#gb.gb_X span.gb_P,#gb#gb .gb_X span.gb_P{opacity:.7}a.gb_Ba{border:none;color:#4285f4;cursor:default;font-weight:bold;outline:none;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap;-webkit-user-select:none}a.gb_Ba:hover:after,a.gb_Ba:focus:after{background-color:rgba(0,0,0,.12);content:'';height:100%;left:0;position:absolute;top:0;width:100%}a.gb_Ba:hover,a.gb_Ba:focus{text-decoration:none}a.gb_Ba:active{background-color:rgba(153,153,153,.4);text-decoration:none}a.gb_Ca{background-color:#4285f4;color:#fff}a.gb_Ca:active{background-color:#0043b2}.gb_Da{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 1px rgba(0,0,0,.16)}.gb_Ba,.gb_Ca,.gb_Ea,.gb_Fa{display:inline-block;line-height:28px;padding:0 12px;-webkit-border-radius:2px;border-radius:2px}.gb_Ea{background:#f8f8f8;border:1px solid #c6c6c6}.gb_Fa{background:#f8f8f8}.gb_Ea,#gb a.gb_Ea.gb_Ea,.gb_Fa{color:#666;cursor:default;text-decoration:none}#gb a.gb_Fa.gb_Fa{cursor:default;text-decoration:none}.gb_Fa{border:1px solid #4285f4;font-weight:bold;outline:none;background:#4285f4;background:-webkit-linear-gradient(top,#4387fd,#4683ea);background:linear-gradient(top,#4387fd,#4683ea);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4387fd,endColorstr=#4683ea,GradientType=0)}#gb a.gb_Fa.gb_Fa{color:#fff}.gb_Fa:hover{-webkit-box-shadow:0 1px 0 rgba(0,0,0,.15);box-shadow:0 1px 0 rgba(0,0,0,.15)}.gb_Fa:active{-webkit-box-shadow:inset 0 2px 0 rgba(0,0,0,.15);box-shadow:inset 0 2px 0 rgba(0,0,0,.15);background:#3c78dc;background:-webkit-linear-gradient(top,#3c7ae4,#3f76d3);background:linear-gradient(top,#3c7ae4,#3f76d3);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c7ae4,endColorstr=#3f76d3,GradientType=0)}.gb_cc{min-width:127px;overflow:hidden;position:relative;z-index:987}.gb_dc{position:absolute;padding:0 20px 0 15px}.gb_ec .gb_dc{right:100%;margin-right:-127px}.gb_fc{display:inline-block;line-height:0;outline:none;vertical-align:middle}.gb_gc .gb_fc{position:relative;top:2px}.gb_fc .gb_hc,.gb_0a{display:block}.gb_ic{border:none;display:block;visibility:hidden}.gb_fc .gb_hc{background-position:0 -35px;height:33px;width:92px}img.gb_1a{border:0;vertical-align:middle}.gb_X .gb_fc .gb_hc{background-position:-296px 0}.gb_ea .gb_fc .gb_hc{background-position:-97px 0;opacity:.54}.gb_If{display:inline-block;line-height:normal;position:relative;z-index:987}.gb_Nf .gb_b{background-position:-498px -35px;opacity:.55;height:30px;width:30px}.gb_Nf .gb_b:hover,.gb_Nf .gb_b:focus{opacity:.85}.gb_Nf .gb_vb{border-bottom-color:#f5f5f5}#gbsfw.gb_Of{background:#f5f5f5;border-color:#ccc}.gb_X .gb_Nf .gb_b{background-position:-428px -35px;opacity:1}.gb_ea .gb_Nf .gb_b{background-position:-498px 0;opacity:.7}.gb_ea .gb_Nf .gb_b:hover,.gb_ea .gb_Nf .gb_b:focus{opacity:.85}.gb_Kg{color:#000;font:13px/27px Arial,sans-serif;left:0;min-width:1092px;position:absolute;top:0;-webkit-user-select:none;width:100%}.gb_Qf{font:13px/27px Arial,sans-serif;position:relative;height:60px;width:100%}.gb_fb .gb_Qf{height:28px}#gba{height:60px}#gba.gb_fb{height:28px}#gba.gb_Lg{height:90px}#gba.gb_Mg{height:132px}#gba.gb_Lg.gb_fb{height:58px}.gb_Qf>.gb_R{height:60px;line-height:58px;vertical-align:middle}.gb_fb .gb_Qf>.gb_R{height:28px;line-height:26px}.gb_Qf::before{background:#e5e5e5;bottom:0;content:'';display:none;height:1px;left:0;position:absolute;right:0}.gb_Qf{background:#f1f1f1}.gb_Ng .gb_Qf{background:#fff}.gb_Ng .gb_Qf::before,.gb_fb .gb_Qf::before{display:none}.gb_ea .gb_Qf,.gb_X .gb_Qf,.gb_fb .gb_Qf{background:transparent}.gb_ea .gb_Qf::before{background:#e1e1e1;background:rgba(0,0,0,.12)}.gb_X .gb_Qf::before{background:#333;background:rgba(255,255,255,.2)}.gb_R{display:inline-block;-webkit-flex:0 0 auto;flex:0 0 auto;-webkit-flex:0 0 main-size;flex:0 0 main-size}.gb_R.gb_Og{float:right;-webkit-order:1;order:1}.gb_Pg{white-space:nowrap}.gb_T .gb_Pg{display:-webkit-flex;display:flex}.gb_Pg,.gb_R{margin-left:0!important;margin-right:0!important}.gb_hc{background-image:url('//ssl.gstatic.com/gb/images/i1_1967ca6a.png');-webkit-background-size:528px 68px;background-size:528px 68px}@media (min-resolution:1.25dppx),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.gb_hc{background-image:url('//ssl.gstatic.com/gb/images/i2_2ec824b0.png')}}.gb_nb{min-width:255px;padding-left:30px;padding-right:30px;position:relative;text-align:right;z-index:986;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-user-select:none}.gb_fb .gb_nb{min-width:0}.gb_nb.gb_R{-webkit-flex:1 1 auto;flex:1 1 auto;-webkit-flex:1 1 main-size;flex:1 1 main-size}.gb_Hc{line-height:normal;position:relative;text-align:left}.gb_Hc.gb_R,.gb_qe.gb_R,.gb_gb.gb_R{-webkit-flex:0 1 auto;flex:0 1 auto;-webkit-flex:0 1 main-size;flex:0 1 main-size}.gb_zg,.gb_Ag{display:inline-block;padding:0 0 0 15px;position:relative;vertical-align:middle}.gb_qe{line-height:normal;padding-right:15px}.gb_nb .gb_qe.gb_U{padding-right:0}.gb_gb{color:#404040;line-height:30px;min-width:30px;overflow:hidden;vertical-align:middle;text-overflow:ellipsis}#gb.gb_fb.gb_fb .gb_7f,#gb.gb_fb.gb_fb .gb_Hc>.gb_Ag .gb_8f{background:none;border:none;color:#36c;cursor:pointer;filter:none;font-size:11px;line-height:26px;padding:0;-webkit-box-shadow:none;box-shadow:none}#gb.gb_fb.gb_X .gb_7f,#gb.gb_fb.gb_X .gb_Hc>.gb_Ag .gb_8f{color:#fff}.gb_fb .gb_7f{text-transform:uppercase}.gb_nb.gb_V{padding-left:0;padding-right:29px}.gb_nb.gb_Bg{max-width:400px}.gb_Cg{background-clip:content-box;background-origin:content-box;opacity:.27;padding:22px;height:16px;width:16px}.gb_Cg.gb_R{display:none}.gb_Cg:hover,.gb_Cg:focus{opacity:.55}.gb_Dg{background-position:-219px -25px}.gb_Eg{background-position:-194px 0;padding-left:30px;padding-right:14px;position:absolute;right:0;top:0;z-index:990}.gb_kb:not(.gb_lb) .gb_Eg,.gb_V .gb_Dg{display:inline-block}.gb_kb .gb_Dg{padding-left:30px;padding-right:0;width:0}.gb_kb:not(.gb_lb) .gb_Fg{display:none}.gb_nb.gb_R.gb_V,.gb_V:not(.gb_lb) .gb_Hc{-webkit-flex:0 0 auto;flex:0 0 auto;-webkit-flex:0 0 main-size;flex:0 0 main-size}.gb_Cg,.gb_V .gb_qe,.gb_lb .gb_Hc{overflow:hidden}.gb_kb .gb_qe{padding-right:0}.gb_V .gb_Hc{padding:1px 1px 1px 0}.gb_kb .gb_Hc{width:75px}.gb_nb.gb_Hg,.gb_nb.gb_Hg .gb_Dg,.gb_nb.gb_Hg .gb_Dg::before,.gb_nb.gb_Hg .gb_qe,.gb_nb.gb_Hg .gb_Hc{-webkit-transition:width .5s ease-in-out,min-width .5s ease-in-out,max-width .5s ease-in-out,padding .5s ease-in-out,left .5s ease-in-out;transition:width .5s ease-in-out,min-width .5s ease-in-out,max-width .5s ease-in-out,padding .5s ease-in-out,left .5s ease-in-out}.gb_T .gb_nb{min-width:0}.gb_nb.gb_W,.gb_nb.gb_W .gb_Hc,.gb_nb.gb_Ig,.gb_nb.gb_Ig .gb_Hc{min-width:0!important}.gb_nb.gb_W,.gb_nb.gb_W .gb_R{-webkit-flex:0 0 auto!important;-webkit-box-flex:0 0 auto!important;-webkit-flex:0 0 auto!important;flex:0 0 auto!important}.gb_nb.gb_W .gb_gb{width:30px!important}.gb_Jg{margin-right:32px}.gb_cb{display:none}.gb_Qf ::-webkit-scrollbar{height:15px;width:15px}.gb_Qf ::-webkit-scrollbar-button{height:0;width:0}.gb_Qf ::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:rgba(0,0,0,.3);border:5px solid transparent;-webkit-border-radius:10px;border-radius:10px;min-height:20px;min-width:20px;height:5px;width:5px}.gb_Qf ::-webkit-scrollbar-thumb:hover,.gb_Qf ::-webkit-scrollbar-thumb:active{background-color:rgba(0,0,0,.4)}#gb.gb_Sg{min-width:980px}#gb.gb_Sg .gb_Mf{min-width:0;position:static;width:0}.gb_0c{display:none}.gb_Sg .gb_Qf{background:transparent;border-bottom-color:transparent}.gb_Sg .gb_Qf::before{display:none}.gb_Sg.gb_Sg .gb_Q{display:inline-block}.gb_Sg.gb_nb .gb_qe.gb_U{padding-right:15px}.gb_T.gb_Sg .gb_S.gb_R{display:-webkit-flex;display:flex}.gb_Sg.gb_T #gbqf{display:block}.gb_Sg #gbq{height:0;position:absolute}.gb_Sg.gb_nb{z-index:987}sentinel{}#gbq .gbgt-hvr,#gbq .gbgt:focus{background-color:transparent;background-image:none}.gbqfh#gbq1{display:none}.gbxx{display:none !important}#gbq{line-height:normal;position:relative;top:0px;white-space:nowrap}#gbq{left:0;width:100%}#gbq2{top:0px;z-index:986}#gbq4{display:inline-block;max-height:29px;overflow:hidden;position:relative}.gbqfh#gbq2{z-index:985}.gbqfh#gbq2{margin:0;margin-left:0 !important;padding-top:0;position:relative;top:310px}.gbqfh #gbqf{margin:auto;min-width:534px;padding:0 !important}.gbqfh #gbqfbw{display:none}.gbqfh #gbqfbwa{display:block}.gbqfh #gbqf{max-width:572px;min-width:572px}.gbqfh .gbqfqw{border-right-width:1px}\n.gbii::before{content:url(https://lh3.googleusercontent.com/-KKHX-4CUQdI/AAAAAAAAAAI/AAAAAAAAAAA/AB6qoq0km5pNIeLHSl00qlIkNf56di0bFQ/s32-c-mo/photo.jpg)}.gbip::before{content:url(https://lh3.googleusercontent.com/-KKHX-4CUQdI/AAAAAAAAAAI/AAAAAAAAAAA/AB6qoq0km5pNIeLHSl00qlIkNf56di0bFQ/s96-c-mo/photo.jpg)}@media (min-resolution:1.25dppx),(-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.gbii::before{content:url(https://lh3.googleusercontent.com/-KKHX-4CUQdI/AAAAAAAAAAI/AAAAAAAAAAA/AB6qoq0km5pNIeLHSl00qlIkNf56di0bFQ/s64-c-mo/photo.jpg)}.gbip::before{content:url(https://lh3.googleusercontent.com/-KKHX-4CUQdI/AAAAAAAAAAI/AAAAAAAAAAA/AB6qoq0km5pNIeLHSl00qlIkNf56di0bFQ/s192-c-mo/photo.jpg)}}\n.gbii{background-image:url(https://lh3.googleusercontent.com/-KKHX-4CUQdI/AAAAAAAAAAI/AAAAAAAAAAA/AB6qoq0km5pNIeLHSl00qlIkNf56di0bFQ/s32-c-mo/photo.jpg)}.gbip{background-image:url(https://lh3.googleusercontent.com/-KKHX-4CUQdI/AAAAAAAAAAI/AAAAAAAAAAA/AB6qoq0km5pNIeLHSl00qlIkNf56di0bFQ/s96-c-mo/photo.jpg)}@media (min-resolution:1.25dppx),(-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.gbii{background-image:url(https://lh3.googleusercontent.com/-KKHX-4CUQdI/AAAAAAAAAAI/AAAAAAAAAAA/AB6qoq0km5pNIeLHSl00qlIkNf56di0bFQ/s64-c-mo/photo.jpg)}.gbip{background-image:url(https://lh3.googleusercontent.com/-KKHX-4CUQdI/AAAAAAAAAAI/AAAAAAAAAAA/AB6qoq0km5pNIeLHSl00qlIkNf56di0bFQ/s192-c-mo/photo.jpg)}}\n</style><style data-jiis=\"cc\" id=\"gstyle\">html,body{height:100%;margin:0}#viewport{min-height:100%;position:relative;width:100%}.content{padding-bottom:35px}#footer{bottom:0;font-size:10pt;height:35px;position:absolute;width:100%}#gog{padding:3px 8px 0}td{line-height:.8em}.gac_m td{line-height:17px}body,td,a,p,.h{font-family:arial,sans-serif}.h{color:#1a0dab;font-size:20px}.q{color:#00c}.ts td{padding:0}.ts{border-collapse:collapse}em{font-weight:bold;font-style:normal}#lst-ib:hover{border-color:#a0a0a0 #b9b9b9 #b9b9b9 #b9b9b9 !important}#lst-ib.lst-d-f,#lst-ib:hover.lst-d-f{border-color:#4d90fe !important}.ds{display:inline-block;margin-left:4px}.ctr-p{margin:0 auto;min-width:980px}a.gb1,a.gb2,a.gb3,a.gb4{color:#11c !important}body{background:#fff;color:#222}a{color:#1a0dab;text-decoration:none}a:hover,a:active{text-decoration:underline}.fl a{color:#1a0dab}a:visited{color:#609}a.gb1,a.gb4{text-decoration:underline}a.gb3:hover{text-decoration:none}#ghead a.gb2:hover{color:#fff !important}.sblc{padding-top:5px}.sblc a{display:block;margin:2px 0;margin-left:13px;font-size:11px}.lsbb{height:30px;display:block}.ftl,#footer a{color:#666;margin:2px 10px 0}#footer a:active{color:#dd4b39}.lsb{border:none;color:#000;cursor:pointer;height:30px;margin:0;outline:0;vertical-align:top}.lst:focus{outline:none}body,html{font-size:small}h1,ol,ul,li{margin:0;padding:0}.nojsv{visibility:hidden}.hp #logocont.nojsv{display:none}#body,#footer{display:block}.igehp{display:none}.gl{white-space:nowrap}.big .tsf-p{padding-left:150px;padding-right:352px}.hp .tsf-p{padding-left:173px;padding-right:173px}.hp #tsf{margin:0 auto;width:833px}#tsf{width:833px}.big #tsf,.hp .big #tsf{width:1139px}.tsf-p{padding-left:150px;padding-right:46px}.hp .big .tsf-p{padding-left:284px;padding-right:284px}#flci{float:left;margin-left:0;text-align:left;width:0}#fll{float:right;text-align:right;width:100%}#ftby{padding-left:0}#ftby>div,#fll>div,#footer a{display:inline-block}@media only screen and (min-width:1222px){#ftby{margin:0 44px}}.logo-subtext{color:#4285f4;font:16px/16px roboto-regular, arial, sans-serif;left:215px;position:relative;top:76px;white-space:nowrap}</style><style>.gl{white-space:nowrap}.big .tsf-p{padding-left:150px;padding-right:352px}.hp .tsf-p{padding-left:173px;padding-right:173px}.hp #tsf{margin:0 auto;width:833px}#tsf{width:833px}.big #tsf,.hp .big #tsf{width:1139px}.tsf-p{padding-left:150px;padding-right:46px}.hp .big .tsf-p{padding-left:284px;padding-right:284px}</style><script nonce=\"ZhZP3VmXOKkRPvibejNIQg==\">(function(){var b={gen204:\"dcl\",clearcut:4};var c=[function(){google.c&&google.tick(\"load\",b)}];google.dclc=function(a){c.length?c.push(a):a()};function d(){for(var a;a=c.shift();)a()}window.addEventListener?(document.addEventListener(\"DOMContentLoaded\",d,!1),window.addEventListener(\"load\",d,!1)):window.attachEvent&&window.attachEvent(\"onload\",d);}).call(this);(window['gbar']=window['gbar']||{})._CONFIG=[[[0,\"www.gstatic.com\",\"og.og2.en_US.6vVRsKf90SM.O\",\"com\",\"en\",\"1\",0,[3,2,\".40.\",\"r_cp.\",\"1300102,3700062,3700251,3700489,3700521,3700542,3700550\",\"198246736\",\"0\"],\"40400\",\"n00TW9zgOoGsjwPDlL-4BA\",0,0,\"og.og2.ufe7ynwfx6uj.L.W.O\",\"AA2YrTsJiUus14D5lbsJ7RUrZsFxQh9C5A\",\"AA2YrTsj565OXp8NOsskEyyUp1OxU0mJMg\",\"\",2,0,200,\"USA\",null,null,\"1\",\"1\",0],[\"\",\"https\",\"notifications.google.com\",\"\",\"/u/0/widget\",\"sourceid=1\",\"pid=1\",\"en\",5,\"https://accounts.google.com/ServiceLogin?hl=en\\u0026passive=true\\u0026continue=https://www.google.com/\",1,30000,null,\"%1$s Reload the page %2$s and try again.\",\"108943290087054019177\",\"\"],0,[\"m;/_/scs/abc-static/_/js/k=gapi.gapi.en.EKLzTAFgbdI.O/m=__features__/rt=j/d=1/rs=AHpOoo8apauHMW38EVl_zJQ-P1rw34TUnw\",\"https://apis.google.com\",\"\",\"1\",\"1\",\"\",null,1,\"es_plusone_gc_20180425.0_p0\",\"en\"],[\"1\",\"gci_91f30755d6a6b787dcc2a4062e6e9824.js\",\"googleapis.client:plusone:gapi.iframes\",\"0\",\"en\"],[\"1\",\"iframes-styles-slide-menu\",\"https\",\"plus.google.com\",\"\",\"/u/0/_/socialgraph/circlepicker/menu\",\"hl=en\"],[100,\"Notifications\",1,\"https\",\"notifications.google.com\",\"\",0,\"\",\"POST\",\"/u/0/_/notifications/count\",3000,\"%1$s Google notifications\",1,\"There was an error loading notifications.\",\"ogs.google.com\"],null,[0.009999999776482582,\"com\",\"1\",[null,\"\",\"w\",null,1,5184000,1,0,\"\",0,1,\"\",0,0,null,0,0],null,[[\"\",\"\",\"0\",0,0,-1]],null,0,null,null,[\"5061451\",\"google\\\\.(com|ru|ca|by|kz|com\\\\.mx|com\\\\.tr)$\",1]],[\"%1$s (default)\",\"Brand Account\",0,\"%1$s (delegated)\",1,null,96,\"https://www.google.com/webhp?authuser=$authuser\",null,null,null,1,\"https://accounts.google.com/ListAccounts?listPages=0\\u0026authuser=0\\u0026pid=1\\u0026gpsia=1\\u0026source=ogb\\u0026mo=1\\u0026mn=1\\u0026hl=en\",0,\"dashboard\",null,null,null,null,\"Profile\",\"\",0,null,\"Signed out\",\"https://accounts.google.com/AccountChooser?source=ogb\\u0026continue=$continue\\u0026Email=$email\",\"https://accounts.google.com/RemoveLocalAccount?source=ogb\\u0026Email=$email\",\"REMOVE\",\"SIGN IN\",0,0,1,0,1,0,0,\"000770F2031ECD8F96C28E48A4CEB14532AC4469F74F310324::1527991711967\"],[1,1,0,null,\"0\",\"thierryschellenbach@gmail.com\",\"\",\"AFXhdZ4HGITfQZI2ojCKlD9zdBC7OjILnmf0r4M3PNblkhkbmN8qZNo6z7kh4qTruYi3Tmr4PkBo1mxMYft0fMfJRV9forPlyw\"],[1,0.001000000047497451,1],[1,0.1000000014901161,2,1],[0,\"\",null,\"\",0,\"There was an error loading your Marketplace apps.\",\"You have no Marketplace apps.\",1,[1,\"https://www.google.com/webhp?tab=ww\\u0026authuser=0\",\"Search\",\"\",\"0 -1656px\",null,0],null,null,null,0,[[1,\"%1$s of %2$s\",\"%1$s of %2$s in the more section\"]],null,0],[1],[0,1,[\"lg\"],1,[\"lat\"]],[[\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"drt\",\"def\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\",\"\"],[\"\"]],null,null,[1,null,null,\"[[]]\",[\"https\",\"ogs.google.com\",0,\"/u/0\",\"rt=j\\u0026sourceid=1\",[\"/u/0/_/og/customization/get\",\"\"],[\"/u/0/_/og/customization/set\",\"\"],[\"/u/0/_/og/customization/remove\",\"\"]],\"AFXhdZ4HGITfQZI2ojCKlD9zdBC7OjILnmf0r4M3PNblkhkbmN8qZNo6z7kh4qTruYi3Tmr4PkBo1mxMYft0fMfJRV9forPlyw\"],[30,127,1,0,60],null,null,null,[\"https\",\"clients5.google.com\",\"\",\"pagead/drt/dn/\"],null,[1,0],null,[1,1,0,40400,1,\"USA\",\"en\",\"198246736.0\",1,0.001000000047497451,1,0],null,[\"\"]]];(window['gbar']=window['gbar']||{})._LDD=[\"in\",\"fot\"];/* _GlobalPrefix_ */\nthis.gbar_=this.gbar_||{};(function(_){var window=this;\n/* _Module_:_r */\ntry{\nvar ba,ha,ia,ja,qa,ra;_.aa=\"function\"==typeof Object.create?Object.create:function(a){var b=function(){};b.prototype=a;return new b};if(\"function\"==typeof Object.setPrototypeOf)ba=Object.setPrototypeOf;else{var ca;a:{var da={Lf:!0},ea={};try{ea.__proto__=da;ca=ea.Lf;break a}catch(a){}ca=!1}ba=ca?function(a,b){a.__proto__=b;if(a.__proto__!==b)throw new TypeError(a+\" is not extensible\");return a}:null}_.fa=ba;\nha=\"function\"==typeof Object.defineProperties?Object.defineProperty:function(a,b,c){a!=Array.prototype&&a!=Object.prototype&&(a[b]=c.value)};ia=\"undefined\"!=typeof window&&window===this?this:\"undefined\"!=typeof window.global&&null!=window.global?window.global:this;ja=function(a){if(a){for(var b=ia,c=[\"String\",\"prototype\",\"startsWith\"],d=0;d<c.length-1;d++){var e=c[d];e in b||(b[e]={});b=b[e]}c=c[c.length-1];d=b[c];a=a(d);a!=d&&null!=a&&ha(b,c,{configurable:!0,writable:!0,value:a})}};\nja(function(a){return a?a:function(a,c){if(null==this)throw new TypeError(\"The 'this' value for String.prototype.startsWith must not be null or undefined\");if(a instanceof RegExp)throw new TypeError(\"First argument to String.prototype.startsWith must not be a regular expression\");var b=this.length,e=a.length;c=Math.max(0,Math.min(c|0,this.length));for(var f=0;f<e&&c<b;)if(this[c++]!=a[f++])return!1;return f>=e}});_.ka=_.ka||{};_.l=this;_.m=function(a){return void 0!==a};\n_.n=function(a){return\"string\"==typeof a};_.la=function(a){return\"number\"==typeof a};_.r=function(a,b){a=a.split(\".\");b=b||_.l;for(var c=0;c<a.length;c++)if(b=b[a[c]],null==b)return null;return b};_.ma=function(){};_.na=function(a){a.Ld=void 0;a.U=function(){return a.Ld?a.Ld:a.Ld=new a}};\n_.oa=function(a){var b=typeof a;if(\"object\"==b)if(a){if(a instanceof Array)return\"array\";if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if(\"[object Window]\"==c)return\"object\";if(\"[object Array]\"==c||\"number\"==typeof a.length&&\"undefined\"!=typeof a.splice&&\"undefined\"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable(\"splice\"))return\"array\";if(\"[object Function]\"==c||\"undefined\"!=typeof a.call&&\"undefined\"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable(\"call\"))return\"function\"}else return\"null\";\nelse if(\"function\"==b&&\"undefined\"==typeof a.call)return\"object\";return b};_.t=function(a){return\"array\"==_.oa(a)};_.pa=\"closure_uid_\"+(1E9*Math.random()>>>0);qa=function(a,b,c){return a.call.apply(a.bind,arguments)};ra=function(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}return function(){return a.apply(b,arguments)}};\n_.u=function(a,b,c){Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf(\"native code\")?_.u=qa:_.u=ra;return _.u.apply(null,arguments)};_.v=Date.now||function(){return+new Date};_.x=function(a,b){a=a.split(\".\");var c=_.l;a[0]in c||\"undefined\"==typeof c.execScript||c.execScript(\"var \"+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&_.m(b)?c[d]=b:c[d]&&c[d]!==Object.prototype[d]?c=c[d]:c=c[d]={}};\n_.y=function(a,b){function c(){}c.prototype=b.prototype;a.J=b.prototype;a.prototype=new c;a.prototype.constructor=a;a.tj=function(a,c,f){for(var d=Array(arguments.length-2),e=2;e<arguments.length;e++)d[e-2]=arguments[e];return b.prototype[c].apply(a,d)}};\nvar sa=function(a,b,c){this.A=a;this.o=!1;this.b=b;this.w=c};sa.prototype.Qa=function(a){if(this.o)throw Error(\"a`\"+this.b);try{a.apply(this.A,this.w),this.o=!0}catch(b){}};_.z=function(){this.ga=this.ga;this.Va=this.Va};_.z.prototype.ga=!1;_.z.prototype.ha=function(){this.ga||(this.ga=!0,this.P())};_.z.prototype.P=function(){if(this.Va)for(;this.Va.length;)this.Va.shift()()};var ta=function(a){_.z.call(this);this.w=a;this.b=[];this.o={}};_.y(ta,_.z);ta.prototype.A=function(a){var b=(0,_.u)(function(){this.b.push(new sa(this.w,a,Array.prototype.slice.call(arguments)))},this);return this.o[a]=b};\nta.prototype.Qa=function(){for(var a=this.b.length,b=this.b,c=[],d=0;d<a;++d){var e=b[d].b;a:{var f=this.w;for(var g=e.split(\".\"),k=g.length,p=0;p<k;++p)if(f[g[p]])f=f[g[p]];else{f=null;break a}f=f instanceof Function?f:null}if(f&&f!=this.o[e])try{b[d].Qa(f)}catch(q){}else c.push(b[d])}this.b=c.concat(b.slice(a))};\n_.ua=function(a){if(Error.captureStackTrace)Error.captureStackTrace(this,_.ua);else{var b=Error().stack;b&&(this.stack=b)}a&&(this.message=String(a))};_.y(_.ua,Error);_.ua.prototype.name=\"CustomError\";_.va=Array.prototype.indexOf?function(a,b){return Array.prototype.indexOf.call(a,b,void 0)}:function(a,b){if(_.n(a))return _.n(b)&&1==b.length?a.indexOf(b,0):-1;for(var c=0;c<a.length;c++)if(c in a&&a[c]===b)return c;return-1};_.wa=Array.prototype.forEach?function(a,b,c){Array.prototype.forEach.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=_.n(a)?a.split(\"\"):a,f=0;f<d;f++)f in e&&b.call(c,e[f],f,a)};\n_.xa=Array.prototype.filter?function(a,b,c){return Array.prototype.filter.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=[],f=0,g=_.n(a)?a.split(\"\"):a,k=0;k<d;k++)if(k in g){var p=g[k];b.call(c,p,k,a)&&(e[f++]=p)}return e};_.ya=Array.prototype.map?function(a,b,c){return Array.prototype.map.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=Array(d),f=_.n(a)?a.split(\"\"):a,g=0;g<d;g++)g in f&&(e[g]=b.call(c,f[g],g,a));return e};\n_.za=Array.prototype.reduce?function(a,b,c){return Array.prototype.reduce.call(a,b,c)}:function(a,b,c){var d=c;(0,_.wa)(a,function(c,f){d=b.call(void 0,d,c,f,a)});return d};_.Aa=Array.prototype.some?function(a,b){return Array.prototype.some.call(a,b,void 0)}:function(a,b){for(var c=a.length,d=_.n(a)?a.split(\"\"):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a))return!0;return!1};\nvar Ia;_.Ba=function(){this.b={};this.o={}};_.na(_.Ba);_.Da=function(a,b){a.U=function(){return _.Ca(_.Ba.U(),b)};a.ui=function(){return _.Ba.U().b[b]||null}};_.Fa=function(a,b){var c=_.Ba.U();if(a in c.b){if(c.b[a]!=b)throw new Ea(a);}else{c.b[a]=b;if(b=c.o[a])for(var d=0,e=b.length;d<e;d++)b[d].b(c.b,a);delete c.o[a]}};_.Ca=function(a,b){if(b in a.b)return a.b[b];throw new Ga(b);};Ia=function(a){_.ua.call(this);this.ia=a};_.y(Ia,_.ua);var Ea=function(a){Ia.call(this,a)};_.y(Ea,Ia); var Ga=function(a){Ia.call(this,a)};_.y(Ga,Ia);\nvar Ka;_.Ja=\"bbh bbr bbs has prm sngw so\".split(\" \");Ka=new ta(_.l);_.Fa(\"api\",Ka);\nfor(var La=\"addExtraLink addLink aomc asmc close cp.c cp.l cp.me cp.ml cp.rc cp.rel ela elc elh gpca gpcr lGC lPWF ldb mls noam paa pc pca pcm pw.clk pw.hvr qfaae qfaas qfaau qfae qfas qfau qfhi qm qs qsi rtl sa setContinueCb snaw sncw som sp spd spn spp sps tsl tst up.aeh up.aop up.dpc up.iic up.nap up.r up.sl up.spd up.tp upel upes upet\".split(\" \").concat(_.Ja),Ma=(0,_.u)(Ka.A,Ka),Na=0;Na<La.length;Na++){var Oa=\"gbar.\"+La[Na];null==_.r(Oa,window)&&_.x(Oa,Ma(Oa))}_.x(\"gbar.up.gpd\",function(){return\"\"});\nvar Qa;_.Pa=String.prototype.trim?function(a){return a.trim()}:function(a){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(a)[1]};\n_.Ra=function(a,b){var c=0;a=(0,_.Pa)(String(a)).split(\".\");b=(0,_.Pa)(String(b)).split(\".\");for(var d=Math.max(a.length,b.length),e=0;0==c&&e<d;e++){var f=a[e]||\"\",g=b[e]||\"\";do{f=/(\\d*)(\\D*)(.*)/.exec(f)||[\"\",\"\",\"\",\"\"];g=/(\\d*)(\\D*)(.*)/.exec(g)||[\"\",\"\",\"\",\"\"];if(0==f[0].length&&0==g[0].length)break;c=Qa(0==f[1].length?0:(0,window.parseInt)(f[1],10),0==g[1].length?0:(0,window.parseInt)(g[1],10))||Qa(0==f[2].length,0==g[2].length)||Qa(f[2],g[2]);f=f[3];g=g[3]}while(0==c)}return c}; Qa=function(a,b){return a<b?-1:a>b?1:0};\na:{var Ta=_.l.navigator;if(Ta){var Ua=Ta.userAgent;if(Ua){_.Sa=Ua;break a}}_.Sa=\"\"}_.A=function(a){return-1!=_.Sa.indexOf(a)};var Va=function(){return(_.A(\"Chrome\")||_.A(\"CriOS\"))&&!_.A(\"Edge\")};_.Wa=function(){return _.A(\"iPhone\")&&!_.A(\"iPod\")&&!_.A(\"iPad\")};_.Xa=function(){return _.Wa()||_.A(\"iPad\")||_.A(\"iPod\")};_.Ya=function(a){_.Ya[\" \"](a);return a};_.Ya[\" \"]=_.ma;var $a=function(a,b){var c=Za;return Object.prototype.hasOwnProperty.call(c,a)?c[a]:c[a]=b(a)};var gb,pb,qb,Za,yb;_.ab=_.A(\"Opera\");_.B=_.A(\"Trident\")||_.A(\"MSIE\");_.bb=_.A(\"Edge\");_.cb=_.bb||_.B;_.db=_.A(\"Gecko\")&&!(-1!=_.Sa.toLowerCase().indexOf(\"webkit\")&&!_.A(\"Edge\"))&&!(_.A(\"Trident\")||_.A(\"MSIE\"))&&!_.A(\"Edge\");_.eb=-1!=_.Sa.toLowerCase().indexOf(\"webkit\")&&!_.A(\"Edge\");gb=_.l.navigator||null;_.fb=gb&&gb.platform||\"\";_.hb=_.A(\"Macintosh\");_.ib=_.A(\"Windows\");_.jb=_.A(\"Linux\")||_.A(\"CrOS\");_.kb=_.A(\"Android\");_.lb=_.Wa();_.mb=_.A(\"iPad\");_.nb=_.A(\"iPod\");_.ob=_.Xa();\npb=function(){var a=_.l.document;return a?a.documentMode:void 0};a:{var rb=\"\",sb=function(){var a=_.Sa;if(_.db)return/rv:([^\\);]+)(\\)|;)/.exec(a);if(_.bb)return/Edge\\/([\\d\\.]+)/.exec(a);if(_.B)return/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(a);if(_.eb)return/WebKit\\/(\\S+)/.exec(a);if(_.ab)return/(?:Version)[ \\/]?(\\S+)/.exec(a)}();sb&&(rb=sb?sb[1]:\"\");if(_.B){var tb=pb();if(null!=tb&&tb>(0,window.parseFloat)(rb)){qb=String(tb);break a}}qb=rb}_.ub=qb;Za={}; _.vb=function(a){return $a(a,function(){return 0<=_.Ra(_.ub,a)})};_.xb=function(a){return Number(wb)>=a};var zb=_.l.document;yb=zb&&_.B?pb()||(\"CSS1Compat\"==zb.compatMode?(0,window.parseInt)(_.ub,10):5):void 0;var wb=yb;\n_.Ab=_.A(\"Firefox\");_.Bb=_.Wa()||_.A(\"iPod\");_.Cb=_.A(\"iPad\");_.Db=_.A(\"Android\")&&!(Va()||_.A(\"Firefox\")||_.A(\"Opera\")||_.A(\"Silk\"));_.Eb=Va();_.Fb=_.A(\"Safari\")&&!(Va()||_.A(\"Coast\")||_.A(\"Opera\")||_.A(\"Edge\")||_.A(\"Silk\")||_.A(\"Android\"))&&!_.Xa();var Gb=null;var Hb,Kb,Nb;_.C=function(){};Hb=\"function\"==typeof window.Uint8Array;_.D=function(a,b,c,d,e){a.b=null;b||(b=c?[c]:[]);a.ga=c?String(c):void 0;a.B=0===c?-1:0;a.w=b;a:{c=a.w.length;b=-1;if(c&&(b=c-1,(c=a.w[b])&&\"object\"==typeof c&&!_.t(c)&&!(Hb&&c instanceof window.Uint8Array))){a.C=b-a.B;a.A=c;break a}-1<d?(a.C=Math.max(d,b+1-a.B),a.A=null):a.C=Number.MAX_VALUE}a.G={};if(e)for(d=0;d<e.length;d++)b=e[d],b<a.C?(b+=a.B,a.w[b]=a.w[b]||_.Ib):(_.Jb(a),a.A[b]=a.A[b]||_.Ib)};_.Ib=[];\n_.Jb=function(a){var b=a.C+a.B;a.w[b]||(a.A=a.w[b]={})};_.E=function(a,b){if(b<a.C){b+=a.B;var c=a.w[b];return c===_.Ib?a.w[b]=[]:c}if(a.A)return c=a.A[b],c===_.Ib?a.A[b]=[]:c};_.F=function(a,b,c){a=_.E(a,b);return null==a?c:a};_.G=function(a,b,c){a.b||(a.b={});if(!a.b[c]){var d=_.E(a,c);d&&(a.b[c]=new b(d))}return a.b[c]};Kb=function(a){if(a.b)for(var b in a.b){var c=a.b[b];if(_.t(c))for(var d=0;d<c.length;d++)c[d]&&c[d].$a();else c&&c.$a()}};_.C.prototype.$a=function(){Kb(this);return this.w};\n_.C.prototype.o=Hb?function(){var a=window.Uint8Array.prototype.toJSON;window.Uint8Array.prototype.toJSON=function(){if(!Gb){Gb={};for(var a=0;65>a;a++)Gb[a]=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\".charAt(a)}a=Gb;for(var c=[],d=0;d<this.length;d+=3){var e=this[d],f=d+1<this.length,g=f?this[d+1]:0,k=d+2<this.length,p=k?this[d+2]:0,q=e>>2;e=(e&3)<<4|g>>4;g=(g&15)<<2|p>>6;p&=63;k||(p=64,f||(g=64));c.push(a[q],a[e],a[g],a[p])}return c.join(\"\")};try{return JSON.stringify(this.w&&\nthis.$a(),Lb)}finally{window.Uint8Array.prototype.toJSON=a}}:function(){return JSON.stringify(this.w&&this.$a(),Lb)};var Lb=function(a,b){return _.la(b)&&((0,window.isNaN)(b)||window.Infinity===b||-window.Infinity===b)?String(b):b};_.C.prototype.toString=function(){Kb(this);return this.w.toString()};_.C.prototype.clone=function(){return _.Mb(this)};_.Mb=function(a){return new a.constructor(Nb(a.$a()))};\nNb=function(a){if(_.t(a)){for(var b=Array(a.length),c=0;c<a.length;c++){var d=a[c];null!=d&&(b[c]=\"object\"==typeof d?Nb(d):d)}return b}if(Hb&&a instanceof window.Uint8Array)return new window.Uint8Array(a);b={};for(c in a)d=a[c],null!=d&&(b[c]=\"object\"==typeof d?Nb(d):d);return b};\n_.Ob=function(a){_.D(this,a,0,-1,null)};_.y(_.Ob,_.C);_.H=function(a,b){return null!=a?!!a:!!b};_.I=function(a,b){void 0==b&&(b=\"\");return null!=a?a:b};_.J=function(a,b){void 0==b&&(b=0);return null!=a?a:b};var Pb=function(a){_.D(this,a,0,-1,null)};_.y(Pb,_.C);_.Qb=function(a){_.D(this,a,0,-1,null)};_.y(_.Qb,_.C);var Rb=function(a){_.D(this,a,0,-1,null)};_.y(Rb,_.C);Rb.prototype.yd=function(){return _.G(this,_.Qb,14)};var Sb=new Rb(window.gbar&&window.gbar._CONFIG?window.gbar._CONFIG[0]:[[,,,,,,,[]],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]]),Tb;Tb=_.E(Sb,3);_.Ub=_.H(Tb);_.Vb=function(){};_.x(\"gbar_._DumpException\",function(a){if(_.Ub)throw a;_.Vb(a)});var Wb=function(){_.z.call(this);this.Gh=Sb};_.y(Wb,_.z);_.Da(Wb,\"cs\");_.K=function(){return Wb.U().Gh};_.Xb=function(){return _.G(_.K(),Pb,1)||new Pb};_.Fa(\"cs\",new Wb);var Yb=new function(){this.b=_.G(_.Xb(),_.Ob,8)||new _.Ob};_.x(\"gbar.bv\",{n:_.J(_.E(Yb.b,2)),r:_.I(_.E(Yb.b,4)),f:_.I(_.E(Yb.b,3)),e:_.I(_.E(Yb.b,5)),m:_.J(_.F(Yb.b,1,1),1)});_.x(\"gbar.kn\",function(){return!0});_.x(\"gbar.sb\",function(){return!1});_.Zb=!_.B||_.xb(9);_.$b=!_.db&&!_.B||_.B&&_.xb(9)||_.db&&_.vb(\"1.9.1\");_.ac=_.B&&!_.vb(\"9\");_.bc=_.B||_.ab||_.eb;_.dc=function(){this.b=\"\";this.o=_.cc};_.dc.prototype.ib=!0;_.dc.prototype.Wa=function(){return this.b};_.dc.prototype.toString=function(){return\"Const{\"+this.b+\"}\"};_.cc={};_.ec=function(a){var b=new _.dc;b.b=a;return b};_.ec(\"\");_.gc=function(){this.o=\"\";this.w=_.fc};_.gc.prototype.ib=!0;_.gc.prototype.Wa=function(){return this.o};_.gc.prototype.Jd=!0;_.gc.prototype.b=function(){return 1};_.fc={};_.hc=function(a){var b=new _.gc;b.o=a;return b};_.hc(\"about:blank\");_.jc=function(){this.b=\"\";this.o=_.ic};_.jc.prototype.ib=!0;_.ic={};_.jc.prototype.Wa=function(){return this.b};_.kc=function(a){var b=new _.jc;b.b=a;return b};_.lc=_.kc(\"\");_.nc=function(){this.o=\"\";this.A=_.mc;this.w=null};_.nc.prototype.Jd=!0;_.nc.prototype.b=function(){return this.w};_.nc.prototype.ib=!0;_.nc.prototype.Wa=function(){return this.o};_.mc={};_.oc=function(a,b){var c=new _.nc;c.o=a;c.w=b;return c};_.oc(\"<!DOCTYPE html>\",0);_.pc=_.oc(\"\",0);_.qc=_.oc(\"<br>\",0);\n\n}catch(e){_._DumpException(e)}\n/* _Module_:in */\ntry{\n_.x(\"gbar.elr\",function(){return{es:{f:152,h:60,m:30},mo:\"md\",vh:window.innerHeight||0,vw:window.innerWidth||0}});\n}catch(e){_._DumpException(e)}\n/* _GlobalSuffix_ */\n})(this.gbar_);\n// Google Inc.\n</script><link href=\"//fonts.googleapis.com/css?family=Roboto:300,400,500,700\" rel=\"stylesheet\" type=\"text/css\" nonce=\"ZhZP3VmXOKkRPvibejNIQg==\"></head><body class=\"hp vasq\" onload=\"document.f&amp;&amp;document.f.q.focus();document.gbqf&amp;&amp;document.gbqf.q.focus();if(document.images)new Image().src='/images/nav_logo242.png'\" id=\"gsr\"><style>mobile-promo.T57nl{position:relative;z-index:999999}div#VHb49{margin:auto;}div#VHb49 iframe{border:none;height:100%;width:100%}</style><div jsl=\"$t t-A4e2Bxm629g;$x 0;\" class=\"r-ijAAZYsoxUzI\" data-ved=\"0ahUKEwjl9tbZtLbbAhUJjFQKHQ08BBsQjW0IAQ\">   <mobile-promo class=\"ijAAZYsoxUzI-q-uKXqAwNiM r-imKTS7MMN_9s\" jsaction=\"qmp_impression:r.ajHtz3osfdI;qmp_accepted:r.-X4PgvJqp_E;qmp_dismissed:r.lwoN_szILeM;qmp_closed_external_interaction:r.ZL_3GFm466w\" data-rtid=\"ijAAZYsoxUzI\" jsl=\"$x 2;$t t-8sLmH_MPffM;$x 0;\"><style>.hww53CMqxtL__mobile-promo{right:50px;width:400px}.hww53CMqxtL__mobile-promo.hww53CMqxtL__visible{bottom:90px}.hww53CMqxtL__mobile-promo{background:#fff;bottom:-300px;box-shadow:4px 4px 12px rgba(0,0,0,0.4);font-family:Roboto,Arial;position:fixed;transition:bottom 0.3s;z-index:9000}.hww53CMqxtL__mobile-promo.FVYUae{background:#db4437}.hww53CMqxtL__mobile-promo.mWXAwc{left:0;margin:auto;right:0}.KaTqAd{padding-top:4px;text-align:right;vertical-align:middle;white-space:nowrap}.KaTqAd>g-raised-button{margin:0 28px 20px 16px}.KaTqAd>g-flat-button{margin:0 4px 20px 16px}.wyN0fb{padding:0 4px}.FVYUae .wyN0fb{color:#000}.mfuOze{margin:18px 24px 16px 20px}.mfuOze.TqRiVe{margin:10px 15px 5px 15px}.mfuOze.YuDiQe{margin:0 24px -14px 6px}.KaTqAd.YuDiQe>g-raised-button,.KaTqAd.TqRiVe>g-raised-button{margin-bottom:10px}.KaTqAd.YuDiQe>g-flat-button,.KaTqAd.TqRiVe>g-flat-button{margin-bottom:10px}.EjeHYb{display:table-cell;min-height:2em;padding-left:20px;vertical-align:middle}.vYKu2b{font-size:16px;font-weight:700}.qODBYe{margin-bottom:8px}.FVYUae .vYKu2b{color:#fff}.a5eTie{font-size:14px}.FVYUae .a5eTie{color:#ddd}.I0Kzib{display:table-cell}</style> <div class=\"hww53CMqxtL__mobile-promo imKTS7MMN_9s-q-uKXqAwNiM\" aria-label=\"promo\" role=\"region\" jsaction=\"dismiss:r.yc1JIEorcyw;accept:r.1REZ_LZZ-zM\" data-rtid=\"imKTS7MMN_9s\" jsl=\"$x 1;\"> <div><div> <div class=\"mfuOze\"> <div class=\"I0Kzib\"> <img alt=\"\" src=\"/images/hpp/yttv_hpp_anim_mc_64x64.gif\" style=\"width:68px;height:68px\" id=\"RrOo0\" onload=\"typeof google==='object'&&google.aft&&google.aft(this)\"> </div> <div class=\"EjeHYb\"> <div class=\"vYKu2b qODBYe\">The 2018 NBA Finals</div> <div class=\"a5eTie\">Watch every game live on YouTube TV</div> </div> </div> <div class=\"KaTqAd\"> <g-flat-button class=\"imKTS7MMN_9s-eS0yM4ewmpw U8shWc Vy8nid\" jsaction=\"fire.dismiss\" style=\"color:#4285f4\" role=\"button\" tabindex=\"0\" data-ved=\"0ahUKEwjl9tbZtLbbAhUJjFQKHQ08BBsQj20IAg\"><style>.U8shWc{background-color:transparent;border:none;border-radius:2px;border-radius:2px;box-sizing:border-box;cursor:default;display:inline-block;font-size:14px;font-weight:500;height:36px;line-height:16px;padding:10px 8px;text-transform:uppercase;margin:0 4px;min-width:88px;outline:none;position:relative;text-align:center;text-decoration:none !important;-webkit-user-select:none;white-space:nowrap}.U8shWc:disabled,.U8shWc[disabled]:not([disabled=false]){pointer-events:none}.U8shWc.fSXIc{min-width:64px}</style><style>.U8shWc.Vy8nid{color:rgba(0,0,0,.87)}.Vy8nid:hover{background-color:rgba(153,153,153,.2)}.Vy8nid:focus{background-color:rgba(153,153,153,.2)}.Vy8nid:active{background-color:rgba(153,153,153,.4)}.U8shWc.Vy8nid:disabled,.U8shWc.Vy8nid[disabled]:not([disabled=false]){color:rgba(0,0,0,.26) !important}</style>NO THANKS</g-flat-button> <g-raised-button class=\"imKTS7MMN_9s-11RDXGmLVJc Gfzyee DKlyaf Loxgyb\" jsaction=\"fire.accept\" role=\"button\" tabindex=\"0\" data-ved=\"0ahUKEwjl9tbZtLbbAhUJjFQKHQ08BBsQjm0IAw\"><style>g-raised-button{display:inline-block;margin:0 4px;position:relative}.Gfzyee{box-sizing:border-box;cursor:default;font-size:14px;font-weight:500;min-width:88px;outline:none;text-align:center;transition:box-shadow 200ms cubic-bezier(0.4,0,0.2,1);-webkit-user-select:none;white-space:nowrap;border:0;border-radius:2px;box-shadow:0 1px 1px rgba(0,0,0,.16);box-shadow:0 1px 1px rgba(0,0,0,.16);line-height:16px;text-transform:uppercase}.Gfzyee:active{outline:none;box-shadow:0 4px 5px rgba(0,0,0,.16);box-shadow:0 4px 5px rgba(0,0,0,.16)}.fSXkBc{border-radius:2px;outline:none;padding:10px 8px}.fSXkBc:hover{background:rgba(0,0,0,.1)}.fSXkBc:focus{background:rgba(0,0,0,.1)}.fSXkBc:active{background:rgba(0,0,0,.2)}.Gfzyee:disabled,.Gfzyee[disabled]:not([disabled=false]){pointer-events:none;color:rgba(0,0,0,.26) !important;background:rgba(0,0,0,.12);box-shadow:none;box-shadow:none}.Gfzyee:disabled .fSXkBc,.Gfzyee[disabled]:not([disabled=false]) .fSXkBc{background-color:transparent}</style><style>.DKlyaf{background:#4285f4}</style><style>.Loxgyb{color:#fff}</style><div class=\"fSXkBc\"><span class=\"wyN0fb\">TRY IT NOW</span></div></g-raised-button> </div> </div></div> </div> </mobile-promo> </div><div class=\"ctr-p\" id=\"viewport\"><style>@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto Regular'),local('Roboto-Regular'),url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2)format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto Regular'),local('Roboto-Regular'),url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2)format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto Regular'),local('Roboto-Regular'),url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2)format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto Regular'),local('Roboto-Regular'),url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2)format('woff2');unicode-range:U+0370-03FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto Regular'),local('Roboto-Regular'),url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2)format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto Regular'),local('Roboto-Regular'),url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2)format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto Regular'),local('Roboto-Regular'),url(//fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2)format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2)format('woff2');unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2)format('woff2');unicode-range:U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2)format('woff2');unicode-range:U+1F00-1FFF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2)format('woff2');unicode-range:U+0370-03FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2)format('woff2');unicode-range:U+0102-0103,U+0110-0111,U+1EA0-1EF9,U+20AB;}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2)format('woff2');unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(//fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2)format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}.TSPr2b{color:#fff;height:1px;overflow:hidden;position:absolute;width:1px}.qosSob{font-family:Roboto}</style><div class=\"TSPr2b qosSob\" aria-hidden=\"true\">.<b>.</b></div><script nonce=\"ZhZP3VmXOKkRPvibejNIQg==\">google.wf={};google.wf.s=Math.round(window.performance.now());(function(){var l='400,700';var font='Roboto';function a(){var b=c,e=document.fonts.load(b+\" 10pt \"+font);google.wf&&e.then(function(){google.wf[\"e\"+b]=Math.round(window.performance.now())})};if(document.fonts&&document.fonts.load)for(var d=l.split(\",\"),f=0,c;c=d[f];++f)a();})();</script><div id=\"doc-info\"></div><div id=\"cst\"><style>.y,.yp,.yf,.yi,.yl,.ye{}.z1asCe,.Cws1Yc{display:inline-block;fill:currentColor;height:24px;line-height:24px;position:relative;width:24px}.z1asCe svg,.Cws1Yc svg{display:block;height:100%;width:100%}.s2er{}.s2fp{}.s2fp-h{}.s2ml{}.s2ra{}.s2tb{}.s2tb-h{}.spch{}.spchc{}.spch-dlg{background:transparent;border:none}.spch{background:#fff;height:100%;left:0;opacity:0;overflow:hidden;position:fixed;text-align:left;top:0;visibility:hidden;width:100%;z-index:10000;transition:visibility 0s linear 0.218s,background-color 0.218s}.s2fp.spch{opacity:1;visibility:visible;transition-delay:0s}.s2tb-h.spch{background:rgba(255,255,255,0);opacity:0;visibility:hidden}.s2tb.spch{background:rgba(255,255,255,0);opacity:1;visibility:visible;transition-delay:0s}.close-button{background:none;border:none;color:#777;cursor:pointer;font-size:26px;right:0;height:11px;line-height:15px;margin:15px;opacity:.6;padding:0;position:absolute;top:0;width:15px;z-index:10}.close-button:hover{opacity:.8}.close-button:active{opacity:1}.google-logo{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAABACAQAAAAKENVCAAAI/ElEQVR4Ae3ae3BU5RnH8e/ZTbIhhIRbRIJyCZcEk4ZyE4RBAiRBxRahEZBLQYUZAjIgoLUWB6wjKIK2MtAqOLVUKSqWQW0ZaOQq0IFAIZVrgFQhXAOShITEbHY7407mnPfc8u6ya2f0fN6/9rzvc87Z39nbed/l/8OhIKMDQ+hHKp1JJB6FKq5QQhH72MZ1IsDRhvkU4bds9WxlLNE4wqg9q6jBL9G+4knc/HB9qXmuG4goD89TjT+IVkimE/zt6sYh/EG3WmaiOMGHbgQ38YfY3ibKCV6GMabHWY0bo+Ps5jjnuYlCczrSk8Hcgd5U1rONoDnG48Ova2W8RGeMXAxiHfWakT4mOx81oRiG1/C5vYh47KSx5fZid4JvxxVd7MdIp3EK06kNNXYneIWtutgLaIasQUwkJE7wE3SxbycWR8SD93BOiL2YRBwRDN5FwOPchaqecZQTQQ4XAApz0FrFQSLPwQD8mlZNEt8L5841D62/cJVIi2cgPelEAlBOCYfYSxXymjKAXqSQAFRwloPspRp5dzOMHiTThEqK2c1OvGHIsg/30YUWKHzDKfZwEB+2xBn3gUSSwmA+MpluruYDySMPYD23TOrX0V/q+CPZYai+yHw8wKscbmhMD+IVfyevcMlkuvxXxGOphTD4Gi4iJ40C/DZtM12wk8Lfbes/oSN27mGPZW0RnVmvebxIMng3z1Bluddz5Mh9wm8icqZIzPHfZDxW8qhotL6cUVh5zP74XOBg0MEnsgW/bfMxzyIOYdgSIuV5/JJtPmZmSlb7mI6ZGTLVQQafSKHUvp7BxFxhSD6N8UsH4An5aT+J3mNB1T+K3hj8YQ/ezRbpvY3CYKEwYFLYgvfTkQZ9qTN8nS3lIdJJZwTLDdNztfwUrTTDp+hllmnqrxo+sLqi1dWwuFPKYnK5h0we5c/UhhT8fF1FHWsZTis8dGAyB4S+67RF5wVhwC/DGHxvAqI4Imyv50Vi0YpjsW4l4AAuGii63yE+lhCHVlOW6o79TxRN/ee64y/SHb8TO4MOvq3uYh6iO1oufiP0r0VnjtA9K4zBDzSdgKtjJGbyqBfG5dFguC62sZiZoLt0Qy3qvYzCKIZNQQYvXupdxGO0Rni5dLebl1wexuD7A4DuC+gprMwTxu2hwT+E7c9iZYEw7lMaiBPeczAXT3EQwcdwTbP1Eq3RiyaPvcIe/4igj9C5NYzBpwOQKmzbh4IVF4dMviOShHfCEdxYieKY8M5qCUCy8E4oxIWVnwcRfK4wdhqitiyk1JBHJc3UU4UT+HDRYADR1GEnB2s9WYrqssn41/BjxcdrrEOVzRogS4hqOfVY8fI6qzWXYTAbgRwUVMvwYeUzzpKCnMGobvIeDRTuZyajiMLoMG2oRONfwnV5kNDNFH5ZKAD8SbPtFrHYaSr8+nkLgCXC53sCdloJz+RlAFYJv5bisPOG9Cv+U+F+O6AZM4Sx2iz+QKZxWrgArSmEbiAIpwvQGdV/qMFOFUdRdTbUn6QCO9c4bajvJhy/GjuFyOqEqhhIZyUXWEk6esd4imTyKTIG/1e08kghNNEMR7WfgERUpTTmPKrmIdSXGupbiHu3dQFZCagy2MGXzCAekZcPySKDlVSYTwsf5QB9aeBiCWMJxcO0RPU5AW5UPuyJI9xhr/diz4ssF6ohGJXyFmu42Fj5MrTGMILgKTyHqpoCAipR3YE9cURFWOorUCVhrzWyKrFWwGg68hIXG79uGziG1rt0IFhPcC+qj6gioARVJm7sRPMTVCWG+u54sBNHqm19Ji7sZCDrv5gp53ekkcNGvHJvGB+zdVd+M60JRi/eREt9VIQqgfuxM5Q4VEcM9R5ysfMAUaA78iFUzRmIfb2sw+j9m6m042lOEqS1hv+R3Y2svpSJCxJCn9hjR5ztywSgg7BtGwpWFHYLY+8CIB2/5Jppj5BvoE7Qz/a8bCVSrIv+quQrYCLVQl0NXVEpnBF6f4aVX+guvELAPmH7GMk/ZX1BgKJb2szBnEJBEMFHUyY841SsjGcr7bGVabLC8z6dsJPC3ww1sxE9LfTeoAdmeumOPkNzYcUb776Y6aebOh5Hg6m6l1MaZhYGOUn2sjD6MAmYyeIWfiqYhoKNLJNlaC/ryCUGvRhyWUedYfx7KIiack4XfZ5ujMI4XewlxIpzMEL04w31k3STtEW4NWd6Uugr4yFEHt4Ielo4iRvC+P20R6QwTZPnFtpjI4dKi5veAlbwLPnM4NesZDs3Tcd9RgxGIw3jdjCeO1FQSGYiuw39D6A1CJ+u/wsm0pZA/STDEnY9A9DKMtRvZjStAIVOzOJMSAsh+YaMltGXGEChHVPYr+s/igsbPTmHP8T2IR7MvW46voZa0+2voLfAor7GdPtz6C0yHVfNt4S+9KewwXTJ8xtumWyv5T6w14pNIYTu40VcWHHzvvSe3sWFnsIq6foVKCb1qyOw2N2EnZJ7+5aRSFAYS2lQp3maLOy5WS61pyW4MKOwCJ/E5X8BBTMuXsW+tpITQQYPcXws8Zyuk420eOZyQSqqy8zDg4yH+cp2T2cYjp1sim3rTzEEO4/YPKNL9AvpD00K+ZTbnZXwc1KSh9FspNrmDbSZicQirwmzLMI7Qb7EnjxM57hp/TGmEUNjEljAZUNtHW/TGvhA+J6QCx4gicVcNT2r7TyIgoEiGf+99CeVLiTSDKimjK85QSH7qCJ4Cr0YRi9SaI6fG5zlIAUcwS9d34Nsen9Xz3f1hRRQJF0fzVCyyaQdcZRzil18zCUAPtHc3s3mTYIRzWCGkEEH4vFSxmn2s5kSJDgOGP/l4Ii8aOHetzeOsIhiNAX0wVq28O3lwXHbklnIeQJ/PHJhQbh72YXjts3Eq4n0t5h7BL+mzcVx29Kpxy9E70IvV5h7qiEJRxiswC+0feTgJkAhg3d098S/J8IUfhziOUAaouscoYJmpNIO0WXSuYYjLLpxFb9U85KNI4wyKJWKfQKOMEtmm33sXCCbCHC4mMxZIWpx/aglEeNwM4J3KNb8jvmaDTxBIt8jhR8vD22IpYYr1PBD5HA4HP8DxVcxdwELEFUAAAAASUVORK5CYII=) no-repeat center;background-size:94px 32px;height:32px;width:94px;top:8px;opacity:0;float:right;left:255px;pointer-events:none;position:relative;transition:opacity .5s ease-in,left .5s ease-in}.s2tb .google-logo{opacity:0.54;left:270px;transition:opacity .5s ease-out,left .5s ease-out}.spchc{display:block;height:42px;position:absolute;pointer-events:none}.s2fp .spchc,.s2fp-h .spchc{margin:auto;margin-top:312px;max-width:572px;min-width:534px;padding:0 223px;position:relative;top:0}.s2tb .spchc,.s2tb-h .spchc{background:#fff;box-shadow:0 2px 6px rgba(0,0,0,0.2);margin:0;min-width:100%;overflow:hidden;padding:51px 0 50px 126px;position:absolute}.D449Nc{height:100%;opacity:.1;pointer-events:none;width:100%;transition:opacity .318s ease-in}.s2tb-h .D449Nc,.s2tb .D449Nc{height:100%;width:572px;transition:opacity .318s ease-in}.s2ml .D449Nc,.s2ra .D449Nc,.s2er .D449Nc{opacity:1;transition:opacity 0s}.button{background-color:#fff;border:1px solid #eee;border-radius:100%;bottom:0;box-shadow:0 2px 5px rgba(0,0,0,.1);cursor:pointer;display:inline-block;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:background-color 0.218s,border 0.218s,box-shadow 0.218s}.s2tb-h .button{left:-83px;opacity:0;pointer-events:none;position:absolute;top:-83px;transition-delay:0}.s2fp-h .button{opacity:0;pointer-events:none;position:absolute;transition-delay:0}.s2fp .button,.s2tb .button{opacity:1;pointer-events:auto;position:absolute;transform:scale(1);transition-delay:0}.s2ra .button{background-color:#ff4444;border:0;box-shadow:none}.r8s4j{background-color:#dbdbdb;border-radius:100%;display:inline-block;height:301px;left:-69px;opacity:1;pointer-events:none;position:absolute;top:-69px;width:301px;transform:scale(.01);transition:opacity 0.218s}.s2tb-h .r8s4j,.s2tb .r8s4j{height:151px;left:-28px;top:-28px;width:151px}.Q05LFe{float:right;pointer-events:none;position:relative;transition:transform 0.218s,opacity 0.218s ease-in}.s2fp-h .Q05LFe,.s2fp .Q05LFe{height:165px;right:-70px;top:-70px;width:165px}.s2fp-h .Q05LFe,.s2tb-h .Q05LFe{transform:scale(.1)}.s2fp .Q05LFe,.s2tb .Q05LFe{transform:scale(1)}.s2tb-h .Q05LFe,.s2tb .Q05LFe{height:95px;right:-31px;top:-27px;width:95px}.s2ra .button:active{background-color:#cd0000}.button:active{background-color:#eee}.H1aTHf{height:87px;left:43px;pointer-events:none;position:absolute;top:47px;width:42px;transform:scale(1)}.s2tb-h .H1aTHf,.s2tb .H1aTHf{left:17px;top:7px;transform:scale(.53)}.fcn9Hf{background-color:#999;border-radius:30px;height:46px;left:25px;pointer-events:none;position:absolute;width:24px}.sM5MNb{bottom:0;height:53px;left:11px;overflow:hidden;pointer-events:none;position:absolute;width:52px}.Aax87c{background-color:#999;bottom:14px;height:14px;left:22px;pointer-events:none;position:absolute;width:9px;z-index:1}.ae3xF{border:7px solid #999;border-radius:28px;bottom:27px;height:57px;pointer-events:none;position:absolute;width:38px;z-index:0}.s2ml .fcn9Hf,.s2ml .Aax87c{background-color:#f44}.s2ml .ae3xF{border-color:#f44}.s2ra .fcn9Hf,.s2ra .Aax87c{background-color:#fff}.s2ra .ae3xF{border-color:#fff}.spcht{}.spchta{}.spch-2l{}.spch-3l{}.spch-4l{}.spch-5l{}.otCIDb{pointer-events:none}.s2fp-h .otCIDb,.s2fp .otCIDb{position:absolute}.s2tb-h .otCIDb,.s2tb .otCIDb{position:relative}.spcht{font-weight:normal;line-height:1.2;opacity:0;pointer-events:none;position:absolute;text-align:left;-webkit-font-smoothing:antialiased;transition:opacity .1s ease-in,margin-left .5s ease-in,top 0s linear 0.218s}.s2fp-h .spcht{margin-left:44px}.s2tb-h .spcht{margin-left:32px}.s2fp-h .spcht,.s2fp .spcht{font-size:32px;left:-44px;top:-.2em;width:460px}.s2tb-h .spcht,.s2tb .spcht{font-size:27px;left:7px;top:.2em;width:490px}.s2fp .spcht,.s2tb .spcht{margin-left:0;opacity:1;transition:opacity .5s ease-out,margin-left .5s ease-out}.spchta{color:#1155cc;cursor:pointer;font-size:18px;font-weight:500;pointer-events:auto;text-decoration:underline}.spch-2l.spcht,.spch-3l.spcht,.spch-4l.spcht{transition:top 0.218s ease-out}.spch-2l.spcht{top:-.6em}.spch-3l.spcht{top:-1.3em}.spch-4l.spcht{top:-1.7em}.s2fp .spch-5l.spcht{top:-2.5em}.s2tb .spch-5l.spcht{font-size:24px;top:-1.7em;transition:font-size 0.218s ease-out}.s2wfp{}.GuIecd{margin-top:-100px;opacity:0;pointer-events:none;position:absolute;width:500px;transition:opacity 0.218s ease-in,margin-top .4s ease-in}.s2wfp .GuIecd{margin-top:-300px;opacity:1;transition:opacity .5s ease-out 0.218s,margin-top 0.218s ease-out 0.218s}.bQ9ks{box-shadow:0 1px 0px #4285F4;height:80px;left:0;margin:0;opacity:0;pointer-events:none;position:fixed;right:0;top:-80px;transition:opacity 0.218s,box-shadow 0.218s}.s2wfp .bQ9ks{box-shadow:0 1px 80px #4285F4;opacity:1;pointer-events:none;animation:allow-alert .75s 0 infinite;animation-direction:alternate;animation-timing-function:ease-out;transition:opacity 0.218s,box-shadow 0.218s}@-webkit-keyframes allow-alert {from{opacity:1}to{opacity:.35}}</style></div><textarea name=\"csi\" id=\"csi\" style=\"display:none\"></textarea><style>@media only screen and (max-width:580px){#gb div{display:none}}</style><div class=\"jhp\" id=\"searchform\"><script nonce=\"ZhZP3VmXOKkRPvibejNIQg==\">(function(){var _j=1280;try{var s=document.getElementById('searchform');var w=document['body']&&document.body['offsetWidth'];if(s&&w&&w>=_j){s.className+=' big';}\n}catch(e){}\n})();</script> <style>#gb{font-size:13px}#hptl{position:absolute;margin:7px 0 0 10px}#hptl a{display:inline-block;padding-left:15px;color:#000;opacity:0.75}#gb{position:relative;top:8px}div#searchform{min-width:980px;z-index:103}div.sfbg,div.sfbgg{min-width:980px;height:64px}.sfbgx{background-color:#fafafa;border-bottom:1px solid #ebebeb;height:85px;position:absolute;width:100%;min-width:980px}.hp .sfbgx{display:none}.big form#tsf,form#tsf{width:auto;max-width:784px;overflow:hidden}#searchform.big>#tsf{max-width:784px}.big div.tsf-p,form>div.tsf-p{margin:-1px 0 0;padding-right:0}div#viewport{position:absolute;top:0;width:100%}div#searchform.jhp{margin-top:0}#searchform.big.jhp>#tsf{max-width:none}.jhp>#gb{position:absolute;top:-295px;right:0;width:100%}.jhp>#tsf{max-width:none}</style> <div id=\"gb\"> <div id=\"hptl\"> <a href=\"/intl/en/about/?fg=1&amp;utm_source=google.com&amp;utm_medium=referral&amp;utm_campaign=hp-header\" ping=\"/url?sa=t&amp;rct=j&amp;source=webhp&amp;url=/intl/en/about/%3Ffg%3D1%26utm_source%3Dgoogle.com%26utm_medium%3Dreferral%26utm_campaign%3Dhp-header&amp;ved=0ahUKEwjl9tbZtLbbAhUJjFQKHQ08BBsQkNQCCAY\">About</a> <a href=\"https://store.google.com/?utm_source=hp_header&amp;utm_medium=google_oo&amp;utm_campaign=GS100042\" ping=\"/url?sa=t&amp;rct=j&amp;source=webhp&amp;url=https://store.google.com/%3Futm_source%3Dhp_header%26utm_medium%3Dgoogle_oo%26utm_campaign%3DGS100042&amp;ved=0ahUKEwjl9tbZtLbbAhUJjFQKHQ08BBsQpMwCCAc\">Store</a> </div> <div id=\"gbw\">   <div style=\"top:0;left:0;right:0;width:100%\"> <div class=\"gb_nb gb_Pg gb_R gb_Og gb_Sg\"><div class=\"gb_qe gb_R gb_Pg gb_Fg\"><div class=\"gb_Q gb_R gb_S gb_Pg\"><span class=\"gb_P gb_R\">Thierry</span></div><div class=\"gb_Q gb_R\"><a class=\"gb_P\" data-pid=\"23\" href=\"https://mail.google.com/mail/?tab=wm&amp;authuser=0\">Gmail</a></div><div class=\"gb_Q gb_R\"><a class=\"gb_P\" data-pid=\"2\" href=\"https://www.google.com/imghp?hl=en&amp;tab=wi&amp;authuser=0\">Images</a></div></div><div class=\"gb_Hc gb_Pg gb_R\"><div class=\"gb_fa\" id=\"gbsfw\" style=\"background-color:#eee;min-width:376px\"></div><div class=\"gb_da gb_bd gb_R\" id=\"gbwa\"><div class=\"gb_Sc\"><a class=\"gb_b gb_hc\" href=\"https://www.google.com/intl/en/options/\" title=\"Google apps\" aria-expanded=\"false\" role=\"button\" tabindex=\"0\"></a><div class=\"gb_wb\"></div><div class=\"gb_vb\"></div></div></div><div class=\"gb_Pc gb_bd gb_R gb_Qc\"><div class=\"gb_Sc\"><a class=\"gb_b\" aria-haspopup=\"true\" role=\"button\" tabindex=\"0\"><div class=\"gb_Tc gb_Uc gb_hc\"></div></a><div class=\"gb_wb\"></div><div class=\"gb_vb\" style=\"border-bottom-color:#eee\"></div></div><div class=\"gb_fa\" aria-hidden=\"true\" aria-live=\"assertive\"></div></div><div class=\"gb_jb gb_bd gb_Pg gb_R\"><div class=\"gb_Sc gb_mb gb_Pg gb_R\"><a class=\"gb_b gb_ib gb_R\" href=\"https://accounts.google.com/SignOutOptions?hl=en&amp;continue=https://www.google.com/\" role=\"button\" tabindex=\"0\" title=\"Google Account: Thierry Schellenbach  &#10;(thierryschellenbach@gmail.com)\"><span class=\"gb_db gbii\"></span></a><div class=\"gb_wb\"></div><div class=\"gb_vb\"></div></div></div></div></div> </div> </div> </div>  <div class=\"sfbg nojsv\" style=\"margin-top:-20px\"><div class=\"sfbgg\"></div></div><form class=\"tsf\" action=\"/search\" style=\"overflow:visible\" id=\"tsf\" method=\"GET\" name=\"f\" onsubmit=\"return q.value!=''\" role=\"search\"><div id=\"tophf\"><input name=\"safe\" value=\"off\" type=\"hidden\"><input name=\"source\" type=\"hidden\" value=\"hp\"><input value=\"n00TW6WrOYmY0gKN-JDYAQ\" name=\"ei\" type=\"hidden\"></div><div class=\"tsf-p\"><div class=\"nojsv logocont\" id=\"logocont\"><h1><a href=\"https://www.google.com/webhp?hl=en&amp;sa=X&amp;ved=0ahUKEwjl9tbZtLbbAhUJjFQKHQ08BBsQPAgI\" title=\"Go to Google Home\" id=\"logo\" data-hveid=\"8\"><img src=\"/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png\" alt=\"Google\" height=\"44\" width=\"120\" onload=\"typeof google==='object'&&google.aft&&google.aft(this)\"></a></h1></div><div class=\"sfibbbc\"><div class=\"sbtc\" id=\"sbtc\"><div class=\"sbibtd\"><div class=\"sfsbc\"><div class=\"nojsb\">  </div></div><div class=\"sbibod\" id=\"sfdiv\"><button class=\"sbico-c\" value=\"Search\" aria-label=\"Google Search\" id=\"mKlEF\" name=\"btnG\" type=\"submit\"><span class=\"sbico z1asCe MZy1Rb\"><svg focusable=\"false\" xmlns=\"http://www.w3.org/2000/svg\" viewbox=\"0 0 24 24\"><path d=\"M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z\"></path></svg></span></button><div class=\"lst-c\"><input class=\"lst lst-tbb sbibps\" id=\"lst-ib\" maxlength=\"2048\" name=\"q\" autocomplete=\"off\" title=\"Search\" type=\"text\" value=\"\" aria-label=\"Search\"></div></div></div></div><div><div id=\"pocs\" style=\"display:none;left:0px;white-space:nowrap;position:absolute\"><div id=\"pocs0\"><span><span>Google</span> Instant is unavailable. Press Enter to search.</span>&nbsp;<a href=\"//support.google.com/websearch/answer/186645?hl=en\">Learn more</a></div><div id=\"pocs1\"><span>Google</span> Instant is off due to connection speed. Press Enter to search.</div><div id=\"pocs2\">Press Enter to search.</div></div></div></div><div class=\"jsb\" style=\"padding-top:18px\"><center><input value=\"Google Search\" aria-label=\"Google Search\" name=\"btnK\" type=\"submit\" jsaction=\"sf.chk\"><input value=\"I'm Feeling Lucky\" aria-label=\"I'm Feeling Lucky\" id=\"gbqfbb\" name=\"btnI\" type=\"submit\"></center></div></div><div id=\"sbfbl\" style=\"display:none\" data-async-context=\"async_id:duf3-46;authority:0;card_id:;entry_point:0;feature_id:;header:0;open:0;suggestions:;suggestions_subtypes:;suggestions_types:;surface:0;title:;type:46\"><style>a.duf3{color:#777;float:right;font-style:italic;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}a.IKDlBc{color:rgba(0,0,0,.54);float:none;font-style:normal}a.aciXEb{padding:0 5px;background:rgba(255,255,255,.9);}.RTZ84b{color:#9e9e9e;cursor:pointer;padding-right:8px}.XEKxtf{color:#9e9e9e;float:right;font-size:12px;padding-bottom:4px}</style><div style=\"display:none\" jsl=\"$t t-aTz9-_sUcEc;$x 0;\" class=\"r-iqs9RDIGLWE0\"></div><div id=\"duf3-46\" data-jiis=\"up\" data-async-type=\"duffy3\" data-async-context-required=\"type,open,feature_id,async_id,entry_point,authority,card_id,title,header,suggestions,surface,suggestions_types,suggestions_subtypes\" class=\"y yp\" data-ved=\"0ahUKEwjl9tbZtLbbAhUJjFQKHQ08BBsQ-0EICQ\"></div><a class=\"duf3 aciXEb\" href=\"#\" id=\"sbfblt\" data-async-trigger=\"duf3-46\" jsaction=\"async.u\" data-ved=\"0ahUKEwjl9tbZtLbbAhUJjFQKHQ08BBsQtw8ICg\">Report inappropriate predictions</a></div></form></div><div class=\"sfbgx\"></div><div id=\"gac_scont\"></div><dialog class=\"spch-dlg\" id=\"spch-dlg\"><div class=\"spch s2fp-h\" style=\"display:none\" id=\"spch\"><button class=\"close-button\" id=\"spchx\">&times;</button><div class=\"spchc\" id=\"spchc\"><div class=\"D449Nc\"><div class=\"Q05LFe\"><span class=\"r8s4j\" id=\"spchl\"></span><span class=\"button\" id=\"spchb\"><div class=\"H1aTHf\"><span class=\"fcn9Hf\"></span><div class=\"sM5MNb\"><span class=\"Aax87c\"></span><span class=\"ae3xF\"></span></div></div></span></div><div class=\"otCIDb\"><span class=\"spcht\" id=\"spchi\" style=\"color:#777\"></span><span class=\"spcht\" id=\"spchf\" style=\"color:#000\"></span></div><div class=\"google-logo\"></div></div><div class=\"GuIecd\"><div class=\"bQ9ks\"></div></div></div></div></dialog><div style=\"display:none\" jsl=\"$t t-orNZyHXTT74;$x 0;\" class=\"r-iny9vil9bFaY\"></div><div class=\"content\" id=\"main\"><span class=\"ctr-p\" id=\"body\"><center><div style=\"height:233px;margin-top:89px\" id=\"lga\"><img alt=\"Google\" height=\"92\" id=\"hplogo\" src=\"/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png\" srcset=\"/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png 1x, /images/branding/googlelogo/2x/googlelogo_color_272x92dp.png 2x\" style=\"padding-top:109px\" width=\"272\" onload=\"window.lol&&lol()\"></div><div style=\"height:118px\"></div><div id=\"prm-pt\" style=\"margin-top:12px\"><script nonce=\"ZhZP3VmXOKkRPvibejNIQg==\">window.gbar&&gbar.up&&gbar.up.tp&&gbar.up.tp();</script><div id=\"swml\"></div></div></center></span><div class=\"ctr-p\" id=\"footer\"><div id=\"fbarcnt\"> <div id=\"footcnt\"><style>.fmulti{}.loc{}.swml-src{}.swml-upd{}.swml-loc{}.GNlFYb{color:#777}.p2Kmnc{color:#222;font-size:14px;font-weight:normal;-webkit-tap-highlight-color:rgba(0,0,0,0)}.Seo5Sb{display:inline-block;opacity:0.55;vertical-align:top}a.p2Kmnc:hover .Seo5Sb,a.p2Kmnc:active .Seo5Sb{opacity:1.0}.GNlFYb{margin:40px 0}.TfEe9d{margin-right:10px}.EvHmz{bottom:0;left:0;position:absolute;right:0}.M6hT6{background:#f2f2f2;left:0;right:0;-webkit-text-size-adjust:none}.hRvfYe #fsettl:hover{text-decoration:underline}.hRvfYe #fsett a:hover{text-decoration:underline}.hRvfYe a:hover{text-decoration:underline}.fbar p{display:inline}.fbar a,#fsettl{text-decoration:none;white-space:nowrap}.fbar{margin-left:-27px}.Fx4vi{padding-left:27px;margin:0 !important}.In26Ec{padding:0 !important;margin:0 !important}#fbarcnt{display:block}.smiUbb img{margin-right:4px}.smiUbb a,.M6hT6 #swml a{text-decoration:none}.fmulti{text-align:center}.fmulti #fsr{display:block;float:none}.fmulti #fuser{display:block;float:none}#fuserm{line-height:25px}#fsr{float:right;white-space:nowrap}#fsl{white-space:nowrap}#fsett{background:#fff;border:1px solid #999;bottom:30px;padding:10px 0;position:absolute;box-shadow:0 2px 4px rgba(0,0,0,0.2);box-shadow:0 2px 4px rgba(0,0,0,0.2);text-align:left;z-index:104}#fsett a{display:block;line-height:44px;padding:0 20px;text-decoration:none;white-space:nowrap}.p2Kmnc{padding:8px 16px;margin-right:10px}.B4GxFc{margin-left:166px}#fbar{background:#f2f2f2;border-top:1px solid #e4e4e4;line-height:40px;min-width:980px}.yBWvle{margin-left:166px}.fbar p,.fbar a,#fsettl,#fsett a{color:#777}.fbar a:hover,#fsett a:hover{color:#333}.fbar{font-size:small}#fuser{float:right}.smiUbb{margin-left:166px;line-height:15px;}</style><style>#fsl{margin-left:30px}#fsr{margin-right:30px}.fmulti #fsl{margin-left:0}.fmulti #fsr{margin-right:0}</style><div class=\"EvHmz hRvfYe\" id=\"fbar\"><div class=\"fbar\"><div class=\"b2hzT\"> <style>.b0KoTc{color:rgba(0,0,0,.54);padding-left:27px}.b0KoTc .UnWzvd{margin-left:13px}.Q8LRLc{font-size:15px}.b0KoTc{margin-left:30px;text-align:left}</style>  <div class=\"b0KoTc\">    </div> </div><span id=\"fsr\"><a class=\"Fx4vi\" href=\"//www.google.com/intl/en_us/policies/privacy/?fg=1\">Privacy</a><a class=\"Fx4vi\" href=\"//www.google.com/intl/en_us/policies/terms/?fg=1\">Terms</a><span style=\"display:inline-block;position:relative\"><a class=\"Fx4vi\" href=\"https://www.google.com/preferences?hl=en\" id=\"fsettl\" aria-controls=\"fsett\" aria-expanded=\"false\" role=\"button\" jsaction=\"foot.cst\">Settings</a><span id=\"fsett\" style=\"display:none\"><a href=\"https://www.google.com/preferences?hl=en&amp;fg=1\">Search settings</a><span id=\"advsl\"><a href=\"/advanced_search?hl=en&amp;fg=1\">Advanced search</a></span><a href=\"/history?hl=en&amp;fg=1\">History</a><a href=\"//support.google.com/websearch/?p=ws_results_help&amp;hl=en&amp;fg=1\">Search Help</a><a href=\"#\" data-bucket=\"websearch\" id=\"dk2qOd\" target=\"_blank\" jsaction=\"gf.sf\" data-ved=\"0ahUKEwjl9tbZtLbbAhUJjFQKHQ08BBsQLggO\">Send feedback</a></span></span></span><span id=\"fsl\"><a class=\"Fx4vi\" href=\"https://www.google.com/intl/en_us/ads/?subid=ww-ww-et-g-awa-a-g_hpafoot1_1!o2&amp;utm_source=google.com&amp;utm_medium=referral&amp;utm_campaign=google_hpafooter&amp;fg=1\" ping=\"/url?sa=t&amp;rct=j&amp;source=webhp&amp;url=https://www.google.com/intl/en_us/ads/%3Fsubid%3Dww-ww-et-g-awa-a-g_hpafoot1_1!o2%26utm_source%3Dgoogle.com%26utm_medium%3Dreferral%26utm_campaign%3Dgoogle_hpafooter%26fg%3D1&amp;ved=0ahUKEwjl9tbZtLbbAhUJjFQKHQ08BBsQkdQCCA8\">Advertising</a><a class=\"Fx4vi\" href=\"https://www.google.com/services/?subid=ww-ww-et-g-awa-a-g_hpbfoot1_1!o2&amp;utm_source=google.com&amp;utm_medium=referral&amp;utm_campaign=google_hpbfooter&amp;fg=1\" ping=\"/url?sa=t&amp;rct=j&amp;source=webhp&amp;url=https://www.google.com/services/%3Fsubid%3Dww-ww-et-g-awa-a-g_hpbfoot1_1!o2%26utm_source%3Dgoogle.com%26utm_medium%3Dreferral%26utm_campaign%3Dgoogle_hpbfooter%26fg%3D1&amp;ved=0ahUKEwjl9tbZtLbbAhUJjFQKHQ08BBsQktQCCBA\">Business</a></span></div></div></div>   </div></div><div id=\"footc\"><div id=\"xfoot\"><div id=\"xjsd\"></div><div id=\"xjsi\"><script nonce=\"ZhZP3VmXOKkRPvibejNIQg==\">(function(){function c(b){window.setTimeout(function(){var a=document.createElement(\"script\");a.src=b;google.timers&&google.timers.load.t&&google.tick&&google.tick(\"load\",{gen204:\"xjsls\",clearcut:31});document.getElementById(\"xjsd\").appendChild(a)},0)}google.dljp=function(b,a){google.xjsu=b;c(a)};google.dlj=c;}).call(this);if(!google.xjs){window._=window._||{};window._DumpException=window._._DumpException=function(e){throw e};window._F_installCss=window._._F_installCss=function(c){};google.dljp('/xjs/_/js/k\\x3dxjs.s.en_US.QzVTXbpBPf8.O/m\\x3dsx,sb,cdos,cr,elog,hsm,jsa,r,d,csi/am\\x3dwCKyHf8A5P8vGBCFVjDCAmMwDA0/rt\\x3dj/d\\x3d1/rs\\x3dACT90oHGyobGq_YqdGw7SWYHO96DhV6REw','/xjs/_/js/k\\x3dxjs.s.en_US.JyVHpLVLNf4.O/m\\x3dsx,sb,cdos,cr,elog,hsm,jsa,r,d,csi/am\\x3dwCKyHf8A5P8vGBCFVjDCAmMwDA0/rt\\x3dj/d\\x3d1/rs\\x3dACT90oFQvA3OH86rIAwCu9OcN2K5jI3ezQ');google.xjs=1;}google.pmc={\"sx\":{},\"sb\":{\"agen\":false,\"cgen\":true,\"client\":\"psy-ab\",\"dh\":true,\"dhqt\":true,\"ds\":\"\",\"edzp\":true,\"ffql\":\"en\",\"fl\":true,\"fpol\":true,\"host\":\"google.com\",\"isbh\":44,\"mara\":true,\"msgs\":{\"che\":\"Not listening. Something went wrong.\",\"ched\":\"Help\",\"cher\":\"Restart listening\",\"chh\":\"Say \\\"Ok Google\\\"\",\"cht\":\"Hotword detection is off.\",\"chtr\":\"Start listening for \\\"Ok Google\\\"\",\"chtt\":\"Listening for \\\"Ok Google\\\"\",\"cibl\":\"Clear Search\",\"dym\":\"Did you mean:\",\"flf\":\"Report inappropriate predictions\",\"lcky\":\"I\\u0026#39;m Feeling Lucky\",\"lml\":\"Learn more\",\"oskt\":\"Input tools\",\"psrc\":\"This search was removed from your \\u003Ca href=\\\"/history\\\"\\u003EWeb History\\u003C/a\\u003E\",\"psrl\":\"Remove\",\"sbit\":\"Search by image\",\"srch\":\"Google Search\",\"srtt\":\"Search by voice\"},\"nds\":true,\"ovr\":{},\"pfof\":true,\"pq\":\"\",\"refpd\":true,\"rfs\":[],\"sbas\":\"0 3px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08)\",\"sbpl\":16,\"sbpr\":16,\"scd\":10,\"sce\":4,\"sre\":true,\"stok\":\"5o-7sfKHDG2vObQ5RS0X2xSA-Js\",\"token\":\"doRLEnps9sWXefLK1NEw_A\",\"ueh\":\"ba88d647_9089cdf8_2d4c9f06_6419ef96_c13ae254\"},\"aa\":{},\"abd\":{\"abd\":false,\"deb\":false,\"det\":false},\"async\":{},\"cdos\":{\"bih\":930,\"biw\":1680,\"cdobsel\":false,\"dpr\":\"2\"},\"cr\":{\"eup\":false,\"qir\":false,\"rctj\":true,\"ref\":false,\"uff\":false},\"ddls\":{},\"dvl\":{\"cookie_secure\":true,\"cookie_timeout\":86400,\"jsc\":\"[null,null,null,30000,null,null,null,2,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,[\\\"86400000\\\",\\\"604800000\\\",2.0]\\n]\\n\",\"msg_err\":\"Location unavailable\",\"msg_gps\":\"Using GPS\",\"msg_unk\":\"Unknown\",\"msg_upd\":\"Update location\",\"msg_use\":\"Use precise location\"},\"elog\":{},\"foot\":{\"pf\":true,\"po\":false,\"qe\":false},\"fpe\":{\"js\":true},\"gf\":{\"pid\":196,\"si\":true},\"hsm\":{},\"ifl\":{\"lsf_is_launched\":true,\"opts\":[{\"href\":\"/url?url=/doodles\",\"id\":\"doodley\",\"msg\":\"I'm Feeling Doodley\"},{\"href\":\"/url?url=http://www.googleartproject.com/collection/uffizi-gallery/\\u0026sa=t\\u0026usg=AOvVaw0lf5xJBCawqL5K70-n1HcH\",\"id\":\"artistic\",\"msg\":\"I'm Feeling Artistic\"},{\"href\":\"/search?q=restaurants\",\"id\":\"hungry\",\"msg\":\"I'm Feeling Hungry\"},{\"href\":\"/url?url=http://agoogleaday.com\\u0026sa=t\\u0026usg=AOvVaw25VVMEXX-sK8SD6Y-tb7sQ\",\"id\":\"puzzled\",\"msg\":\"I'm Feeling Puzzled\"},{\"href\":\"/url?url=/trends/hottrends\",\"id\":\"trendy\",\"msg\":\"I'm Feeling Trendy\"},{\"href\":\"/url?url=/earth/explore/showcase/hubble20th.html%23tab%3Dngc-1300\",\"id\":\"stellar\",\"msg\":\"I'm Feeling Stellar\"},{\"href\":\"/url?url=/doodles/robert-moogs-78th-birthday\",\"id\":\"playful\",\"msg\":\"I'm Feeling Playful\"},{\"href\":\"/url?url=/culturalinstitute/entity/%252Fm%252F0wzm790?hl%3Den%26projectId%3Dworld-wonders\",\"id\":\"wonderful\",\"msg\":\"I'm Feeling Wonderful\"},{\"href\":\"/url?url=/onetoday/\",\"id\":\"generous\",\"msg\":\"I'm Feeling Generous\"},{\"href\":\"/search?q=I'm+Feeling+Curious\\u0026csf=b\",\"id\":\"curious\",\"msg\":\"I'm Feeling Curious\"},{\"href\":\"/search?q=animal+sounds\\u0026csf=b\",\"id\":\"adventurous\",\"msg\":\"I'm Feeling Adventurous\"},{\"href\":\"/search?q=breathing+exercise\\u0026csf=b\",\"id\":\"adventurous\",\"msg\":\"I'm Feeling Adventurous\"}]},\"ipv6\":{},\"jsa\":{\"csi\":true,\"csir\":100},\"jsaleg\":{},\"llc\":{},\"lu\":{},\"m\":{\"ab\":{\"on\":true},\"msgs\":{\"hPers\":\"Hide private results\",\"hPersD\":\"Currently hiding private results\",\"sPers\":\"Show all results\",\"sPersD\":\"Currently showing private results\"}},\"mu\":{\"murl\":\"https://adservice.google.com/adsid/google/ui\"},\"r\":{},\"sf\":{},\"sonic\":{},\"spch\":{\"ae\":\"Please check your microphone.  \\u003Ca href=\\\"https://support.google.com/chrome/?p=ui_voice_search\\\" target=\\\"_blank\\\"\\u003ELearn more\\u003C/a\\u003E\",\"hl\":\"en-US\",\"im\":\"Click \\u003Cb\\u003EAllow\\u003C/b\\u003E to start voice search\",\"iw\":\"Waiting...\",\"lm\":\"Listening...\",\"lu\":\"%1$s voice search not available\",\"ne\":\"No Internet connection\",\"nt\":\"Didn't get that. \\u003Cspan\\u003ETry again\\u003C/span\\u003E\",\"nv\":\"Please check your microphone and audio levels.  \\u003Ca href=\\\"https://support.google.com/chrome/?p=ui_voice_search\\\" target=\\\"_blank\\\"\\u003ELearn more\\u003C/a\\u003E\",\"pe\":\"Voice search has been turned off.  \\u003Ca href=\\\"https://support.google.com/chrome/?p=ui_voice_search\\\" target=\\\"_blank\\\"\\u003EDetails\\u003C/a\\u003E\",\"rm\":\"Speak now\"},\"wft\":{},\"d\":{},\"csi\":{\"dlm\":true,\"jsmf\":true},\"TG8rFw\":{\"sd\":\"1\"},\"Iz7bbg\":{},\"cl0vhQ\":{},\"XiiKIQ\":{},\"TI0G6A\":{},\"GDHetg\":{},\"71W8GA\":{},\"7Fjppg\":{},\"I7Pl5g\":{},\"RLN7pw\":{},\"BmJv2w\":{},\"aQRXjA\":{},\"JC6ZFg\":{},\"NZvGvg\":{},\"bnhGTQ\":{},\"ZI/YVQ\":{},\"4RZUyg\":{},\"flRZRg\":{},\"/nNC3A\":{},\"v52Mdg\":{},\"swWDGA\":{},\"DDSUHw\":{},\"WZXAwQ\":{},\"10Kacw\":{},\"hmvvig\":{},\"ITl3wQ\":{},\"v0BWCA\":{},\"PUB9yA\":{},\"2kDaKA\":{},\"k9pyPA\":{},\"U5B21g\":{},\"c+PT4g\":{},\"/1S6iw\":{},\"DPBNMg\":{},\"NpA8BQ\":{},\"ADSBcg\":{},\"C+zmgA\":{},\"/K7T0g\":{},\"A/Ucpg\":{},\"zobSAA\":{},\"63G1zA\":{},\"fyL1Mg\":{},\"cm4D8w\":{}};google.plm(['aa','abd','async','dvl','foot','fpe','ifl','ipv6','lu','m','mu','sf','sonic','spch','wft']);google.x(null,function(){});(function(){var r=['mhp','qmp','d3l','udlg'];google.plm(r);})();(function(){var m=[[[\"root\",[[\"t-A4e2Bxm629g\",\"ijAAZYsoxUzI\",\"r-ijAAZYsoxUzI\",[[\"ux\",null,null,null,null,[null,\"[{\\\"180490977\\\":0}]\\n\"]\n]\n,[\"source_webapp_group_id\",null,null,null,null,[null,null,null,1.9006258E7]\n]\n,[\"source_webapp_promo_id\",null,null,null,null,[null,null,null,1.900626E7]\n]\n,[\"payload_type\",null,null,null,null,[null,null,null,null,null,14]\n]\n,[\"impression_cap\",null,null,null,null,[null,null,null,1.0]\n]\n,[\"dismissal_type\",null,null,null,null,[null,null,null,null,null,5]\n]\n,[\"dismissal_cookie_max_age_sec\",null,null,null,null,[null,null,null,2592000.0]\n]\n,[\"new_window\",null,null,null,null,[null,null,null,null,0]\n]\n,[\"lightbox\",null,null,null,null,[null,null,null,null,0]\n]\n,[\"interstitial\",null,null,null,null,[null,null,null,null,0]\n]\n,[\"invisible\",null,null,null,null,[null,null,null,null,0]\n]\n,[\"accept_url\",null,null,null,null,[null,null,\"https://www.google.com/url?q\\u003dhttps://tv.youtube.com/explore/nba-finals-2018%3Futm_source%3Dgoogle%26utm_medium%3Dpushup%26utm_campaign%3Dtgt_nba_18_motion\\u0026source\\u003dhpp\\u0026id\\u003d19006260\\u0026ct\\u003d14\\u0026usg\\u003dAFQjCNGuD2d5tkzwKS7QU3eHeGycvCvqlw\"]\n]\n,[\"open_app_url\",null,null,null,null,[null,null,\"\"]\n]\n,[\"log_impressions_to_footprints\",null,null,null,null,[null,null,null,null,0]\n]\n]\n]\n,[\"t-8sLmH_MPffM\",\"imKTS7MMN_9s\",\"r-imKTS7MMN_9s\",[[\"ux\",null,null,null,null,[null,\"[{\\\"180490977\\\":0}]\\n\"]\n]\n]\n]\n,[\"t-aTz9-_sUcEc\",\"iqs9RDIGLWE0\",\"r-iqs9RDIGLWE0\"]\n,[\"t-orNZyHXTT74\",\"iny9vil9bFaY\",\"r-iny9vil9bFaY\",[[\"update_uule_on_visibility_change_events\",null,null,null,null,[null,null,null,null,0]\n]\n,[\"js_config\",null,null,null,null,[null,\"[null,null,1,30000,null,null,null,2,null,null,3,null,null,null,null,null,1,null,null,null,null,null,null,[40.0225388,-105.2524236]\\n,null,null,null,null,0,null,null,null,null,123,null,null,1,\\\"1527991711\\\",null,null,null,null,null,1,null,null,[\\\"86400000\\\",\\\"604800000\\\",2.0]\\n]\\n\"]\n]\n]\n]\n]\n]\n]\n]\n;google.jsc && google.jsc.m(m);})();(function(){var m=[];for(var a=window,b=m,c={},d=0;d<b.length;d+=2)c[b[d]]=JSON.parse(b[d+1]);a.W_jd=c;})();</script></div></div></div><div id=\"lb\"></div></div><script nonce=\"ZhZP3VmXOKkRPvibejNIQg==\">/* _GlobalPrefix_ */\nthis.gbar_=this.gbar_||{};(function(_){var window=this;\n/* _Module_:sy5 */\ntry{\nvar Cc,Hc,Kc,Qc,Rc,Sc,Tc,Uc,Vc,Wc,ad,bd,ed,hd,id;_.vc=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var b=c.slice();b.push.apply(b,arguments);return a.apply(this,b)}};_.wc=function(a){a&&\"function\"==typeof a.ha&&a.ha()};_.xc=function(a,b){b=_.vc(_.wc,b);a.ga?_.m(void 0)?b.call(void 0):b():(a.Va||(a.Va=[]),a.Va.push(_.m(void 0)?(0,_.u)(b,void 0):b))};_.yc=function(a){var b=_.oa(a);return\"array\"==b||\"object\"==b&&\"number\"==typeof a.length};\n_.zc=function(a){return\"function\"==_.oa(a)};_.Ac=function(a){var b=typeof a;return\"object\"==b&&null!=a||\"function\"==b};Cc=function(a){a:{var b=Bc;for(var c=a.length,d=_.n(a)?a.split(\"\"):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a)){b=e;break a}b=-1}return 0>b?null:_.n(a)?a.charAt(b):a[b]};_.Dc=function(a,b){return 0<=(0,_.va)(a,b)};_.Ec=function(a,b){b=(0,_.va)(a,b);var c;(c=0<=b)&&Array.prototype.splice.call(a,b,1);return c};\n_.Fc=function(a){var b=a.length;if(0<b){for(var c=Array(b),d=0;d<b;d++)c[d]=a[d];return c}return[]};_.Gc=function(a,b,c){for(var d in a)b.call(c,a[d],d,a)};Hc=function(a,b){for(var c in a)if(b.call(void 0,a[c],c,a))return!0;return!1};_.Ic=function(a){var b=[],c=0,d;for(d in a)b[c++]=a[d];return b};_.Jc=function(a){var b=[],c=0,d;for(d in a)b[c++]=d;return b};Kc=\"constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf\".split(\" \");\n_.Lc=function(a,b){for(var c,d,e=1;e<arguments.length;e++){d=arguments[e];for(c in d)a[c]=d[c];for(var f=0;f<Kc.length;f++)c=Kc[f],Object.prototype.hasOwnProperty.call(d,c)&&(a[c]=d[c])}};_.Mc=function(a){return _.Ca(_.Ba.U(),a)};_.Nc=function(a,b){return 0==a.lastIndexOf(b,0)};_.Oc=function(a){return/^[\\s\\xa0]*$/.test(a)};_.Pc=function(a){return(0,window.encodeURIComponent)(String(a))};Qc=/&/g;Rc=/</g;Sc=/>/g;Tc=/\"/g;Uc=/'/g;Vc=/\\x00/g;Wc=/[\\x00&<>\"']/;\n_.Xc=function(a){if(!Wc.test(a))return a;-1!=a.indexOf(\"&\")&&(a=a.replace(Qc,\"&amp;\"));-1!=a.indexOf(\"<\")&&(a=a.replace(Rc,\"&lt;\"));-1!=a.indexOf(\">\")&&(a=a.replace(Sc,\"&gt;\"));-1!=a.indexOf('\"')&&(a=a.replace(Tc,\"&quot;\"));-1!=a.indexOf(\"'\")&&(a=a.replace(Uc,\"&#39;\"));-1!=a.indexOf(\"\\x00\")&&(a=a.replace(Vc,\"&#0;\"));return a};_.Yc=function(a){var b=Number(a);return 0==b&&_.Oc(a)?window.NaN:b};_.Zc=function(a,b){try{return _.Ya(a[b]),!0}catch(c){}return!1};ad=function(){this.b=$c};ad.prototype.o=function(){return!!this.b};\nbd={};_.cd=function(){this.o=\"\";this.w=bd};_.cd.prototype.ib=!0;_.cd.prototype.Wa=function(){return this.o};_.cd.prototype.Jd=!0;_.cd.prototype.b=function(){return 1};_.dd=function(a){if(a instanceof _.cd&&a.constructor===_.cd&&a.w===bd)return a.o;_.oa(a);return\"type_error:TrustedResourceUrl\"};\ned={cellpadding:\"cellPadding\",cellspacing:\"cellSpacing\",colspan:\"colSpan\",frameborder:\"frameBorder\",height:\"height\",maxlength:\"maxLength\",nonce:\"nonce\",role:\"role\",rowspan:\"rowSpan\",type:\"type\",usemap:\"useMap\",valign:\"vAlign\",width:\"width\"};_.fd=function(a,b){_.Gc(b,function(b,d){b&&b.ib&&(b=b.Wa());\"style\"==d?a.style.cssText=b:\"class\"==d?a.className=b:\"for\"==d?a.htmlFor=b:ed.hasOwnProperty(d)?a.setAttribute(ed[d],b):_.Nc(d,\"aria-\")||_.Nc(d,\"data-\")?a.setAttribute(d,b):a[d]=b})};\n_.gd=function(a){return a.parentWindow||a.defaultView};hd=function(a){if(a&&\"number\"==typeof a.length){if(_.Ac(a))return\"function\"==typeof a.item||\"string\"==typeof a.item;if(_.zc(a))return\"function\"==typeof a.item}return!1};id=function(a,b,c){function d(c){c&&b.appendChild(_.n(c)?a.createTextNode(c):c)}for(var e=2;e<c.length;e++){var f=c[e];!_.yc(f)||_.Ac(f)&&0<f.nodeType?d(f):(0,_.wa)(hd(f)?_.Fc(f):f,d)}};\n_.jd=function(a,b){var c=String(b[0]),d=b[1];if(!_.Zb&&d&&(d.name||d.type)){c=[\"<\",c];d.name&&c.push(' name=\"',_.Xc(d.name),'\"');if(d.type){c.push(' type=\"',_.Xc(d.type),'\"');var e={};_.Lc(e,d);delete e.type;d=e}c.push(\">\");c=c.join(\"\")}c=a.createElement(c);d&&(_.n(d)?c.className=d:_.t(d)?c.className=d.join(\" \"):_.fd(c,d));2<b.length&&id(a,c,b);return c};\nvar nd;_.kd=function(a){this.b=a||{cookie:\"\"}};_.h=_.kd.prototype;_.h.set=function(a,b,c,d,e,f){if(/[;=\\s]/.test(a))throw Error(\"p`\"+a);if(/[;\\r\\n]/.test(b))throw Error(\"q`\"+b);_.m(c)||(c=-1);e=e?\";domain=\"+e:\"\";d=d?\";path=\"+d:\"\";f=f?\";secure\":\"\";c=0>c?\"\":0==c?\";expires=\"+(new Date(1970,1,1)).toUTCString():\";expires=\"+(new Date((0,_.v)()+1E3*c)).toUTCString();this.b.cookie=a+\"=\"+b+e+d+c+f};\n_.h.get=function(a,b){for(var c=a+\"=\",d=(this.b.cookie||\"\").split(\";\"),e=0,f;e<d.length;e++){f=(0,_.Pa)(d[e]);if(0==f.lastIndexOf(c,0))return f.substr(c.length);if(f==a)return\"\"}return b};_.h.remove=function(a,b,c){var d=_.m(this.get(a));this.set(a,\"\",0,b,c);return d};_.h.Ra=function(){return nd(this).keys};_.h.Ta=function(){return nd(this).values};_.h.wc=function(){return!this.b.cookie};_.h.clear=function(){for(var a=nd(this).keys,b=a.length-1;0<=b;b--)this.remove(a[b])};\nnd=function(a){a=(a.b.cookie||\"\").split(\";\");for(var b=[],c=[],d,e,f=0;f<a.length;f++)e=(0,_.Pa)(a[f]),d=e.indexOf(\"=\"),-1==d?(b.push(\"\"),c.push(e)):(b.push(e.substring(0,d)),c.push(e.substring(d+1)));return{keys:b,values:c}};_.od=new _.kd(\"undefined\"==typeof window.document?null:window.document);_.od.o=3950;\nvar pd=function(a,b){this.w=a;this.A=b;this.o=0;this.b=null};pd.prototype.get=function(){if(0<this.o){this.o--;var a=this.b;this.b=a.next;a.next=null}else a=this.w();return a};var qd=function(a,b){a.A(b);100>a.o&&(a.o++,b.next=a.b,a.b=b)};var rd=function(a){_.l.setTimeout(function(){throw a;},0)},sd,td=function(){var a=_.l.MessageChannel;\"undefined\"===typeof a&&\"undefined\"!==typeof window&&window.postMessage&&window.addEventListener&&!_.A(\"Presto\")&&(a=function(){var a=window.document.createElement(\"IFRAME\");a.style.display=\"none\";a.src=\"\";window.document.documentElement.appendChild(a);var b=a.contentWindow;a=b.document;a.open();a.write(\"\");a.close();var c=\"callImmediate\"+Math.random(),d=\"file:\"==b.location.protocol?\"*\":b.location.protocol+\n\"//\"+b.location.host;a=(0,_.u)(function(a){if((\"*\"==d||a.origin==d)&&a.data==c)this.port1.onmessage()},this);b.addEventListener(\"message\",a,!1);this.port1={};this.port2={postMessage:function(){b.postMessage(c,d)}}});if(\"undefined\"!==typeof a&&!_.A(\"Trident\")&&!_.A(\"MSIE\")){var b=new a,c={},d=c;b.port1.onmessage=function(){if(_.m(c.next)){c=c.next;var a=c.re;c.re=null;a()}};return function(a){d.next={re:a};d=d.next;b.port2.postMessage(0)}}return\"undefined\"!==typeof window.document&&\"onreadystatechange\"in\nwindow.document.createElement(\"SCRIPT\")?function(a){var b=window.document.createElement(\"SCRIPT\");b.onreadystatechange=function(){b.onreadystatechange=null;b.parentNode.removeChild(b);b=null;a();a=null};window.document.documentElement.appendChild(b)}:function(a){_.l.setTimeout(a,0)}};\nvar ud=function(){this.o=this.b=null},wd=new pd(function(){return new vd},function(a){a.reset()});ud.prototype.add=function(a,b){var c=wd.get();c.set(a,b);this.o?this.o.next=c:this.b=c;this.o=c};ud.prototype.remove=function(){var a=null;this.b&&(a=this.b,this.b=this.b.next,this.b||(this.o=null),a.next=null);return a};var vd=function(){this.next=this.scope=this.b=null};vd.prototype.set=function(a,b){this.b=a;this.scope=b;this.next=null};vd.prototype.reset=function(){this.next=this.scope=this.b=null};\nvar Bd=function(a,b){xd||yd();zd||(xd(),zd=!0);Ad.add(a,b)},xd,yd=function(){if(_.l.Promise&&_.l.Promise.resolve){var a=_.l.Promise.resolve(void 0);xd=function(){a.then(Cd)}}else xd=function(){var a=Cd;!_.zc(_.l.setImmediate)||_.l.Window&&_.l.Window.prototype&&!_.A(\"Edge\")&&_.l.Window.prototype.setImmediate==_.l.setImmediate?(sd||(sd=td()),sd(a)):_.l.setImmediate(a)}},zd=!1,Ad=new ud,Cd=function(){for(var a;a=Ad.remove();){try{a.b.call(a.scope)}catch(b){rd(b)}qd(wd,a)}zd=!1};\nvar Ed,Fd,Gd;_.Dd=!_.B||_.xb(9);Ed=!_.B||_.xb(9);Fd=_.B&&!_.vb(\"9\");Gd=function(){if(!_.l.addEventListener||!Object.defineProperty)return!1;var a=!1,b=Object.defineProperty({},\"passive\",{get:function(){a=!0}});_.l.addEventListener(\"test\",_.ma,b);_.l.removeEventListener(\"test\",_.ma,b);return a}();\n_.Hd=function(a,b){this.type=a;this.o=this.target=b;this.A=!1;this.sf=!0};_.Hd.prototype.stopPropagation=function(){this.A=!0};_.Hd.prototype.preventDefault=function(){this.sf=!1};_.Id=_.eb?\"webkitTransitionEnd\":_.ab?\"otransitionend\":\"transitionend\";_.Jd=function(a,b){_.Hd.call(this,a?a.type:\"\");this.relatedTarget=this.o=this.target=null;this.button=this.screenY=this.screenX=this.clientY=this.clientX=0;this.key=\"\";this.w=this.keyCode=0;this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=!1;this.state=null;this.pointerId=0;this.pointerType=\"\";this.b=null;a&&this.init(a,b)};_.y(_.Jd,_.Hd);var Kd={2:\"touch\",3:\"pen\",4:\"mouse\"};\n_.Jd.prototype.init=function(a,b){var c=this.type=a.type,d=a.changedTouches?a.changedTouches[0]:null;this.target=a.target||a.srcElement;this.o=b;(b=a.relatedTarget)?_.db&&(_.Zc(b,\"nodeName\")||(b=null)):\"mouseover\"==c?b=a.fromElement:\"mouseout\"==c&&(b=a.toElement);this.relatedTarget=b;null===d?(this.clientX=void 0!==a.clientX?a.clientX:a.pageX,this.clientY=void 0!==a.clientY?a.clientY:a.pageY,this.screenX=a.screenX||0,this.screenY=a.screenY||0):(this.clientX=void 0!==d.clientX?d.clientX:d.pageX,this.clientY=\nvoid 0!==d.clientY?d.clientY:d.pageY,this.screenX=d.screenX||0,this.screenY=d.screenY||0);this.button=a.button;this.keyCode=a.keyCode||0;this.key=a.key||\"\";this.w=a.charCode||(\"keypress\"==c?a.keyCode:0);this.ctrlKey=a.ctrlKey;this.altKey=a.altKey;this.shiftKey=a.shiftKey;this.metaKey=a.metaKey;this.pointerId=a.pointerId||0;this.pointerType=_.n(a.pointerType)?a.pointerType:Kd[a.pointerType]||\"\";this.state=a.state;this.b=a;a.defaultPrevented&&this.preventDefault()};\n_.Jd.prototype.stopPropagation=function(){_.Jd.J.stopPropagation.call(this);this.b.stopPropagation?this.b.stopPropagation():this.b.cancelBubble=!0};_.Jd.prototype.preventDefault=function(){_.Jd.J.preventDefault.call(this);var a=this.b;if(a.preventDefault)a.preventDefault();else if(a.returnValue=!1,Fd)try{if(a.ctrlKey||112<=a.keyCode&&123>=a.keyCode)a.keyCode=-1}catch(b){}};\nvar Nd;_.Ld=\"closure_listenable_\"+(1E6*Math.random()|0);_.Md=function(a){return!(!a||!a[_.Ld])};Nd=0;var Od=function(a,b,c,d,e){this.listener=a;this.b=null;this.src=b;this.type=c;this.capture=!!d;this.Uc=e;this.key=++Nd;this.cc=this.Gc=!1},Pd=function(a){a.cc=!0;a.listener=null;a.b=null;a.src=null;a.Uc=null};var Qd=function(a){this.src=a;this.b={};this.o=0};Qd.prototype.add=function(a,b,c,d,e){var f=a.toString();a=this.b[f];a||(a=this.b[f]=[],this.o++);var g=Rd(a,b,d,e);-1<g?(b=a[g],c||(b.Gc=!1)):(b=new Od(b,this.src,f,!!d,e),b.Gc=c,a.push(b));return b};Qd.prototype.remove=function(a,b,c,d){a=a.toString();if(!(a in this.b))return!1;var e=this.b[a];b=Rd(e,b,c,d);return-1<b?(Pd(e[b]),Array.prototype.splice.call(e,b,1),0==e.length&&(delete this.b[a],this.o--),!0):!1};\nvar Sd=function(a,b){var c=b.type;if(!(c in a.b))return!1;var d=_.Ec(a.b[c],b);d&&(Pd(b),0==a.b[c].length&&(delete a.b[c],a.o--));return d};Qd.prototype.Yb=function(a,b){a=this.b[a.toString()];var c=[];if(a)for(var d=0;d<a.length;++d){var e=a[d];e.capture==b&&c.push(e)}return c};Qd.prototype.Cb=function(a,b,c,d){a=this.b[a.toString()];var e=-1;a&&(e=Rd(a,b,c,d));return-1<e?a[e]:null};\nQd.prototype.hasListener=function(a,b){var c=_.m(a),d=c?a.toString():\"\",e=_.m(b);return Hc(this.b,function(a){for(var f=0;f<a.length;++f)if(!(c&&a[f].type!=d||e&&a[f].capture!=b))return!0;return!1})};var Rd=function(a,b,c,d){for(var e=0;e<a.length;++e){var f=a[e];if(!f.cc&&f.listener==b&&f.capture==!!c&&f.Uc==d)return e}return-1};\nvar Td,Ud,Vd,Yd,$d,ae,fe,ee,be,ge;Td=\"closure_lm_\"+(1E6*Math.random()|0);Ud={};Vd=0;_.L=function(a,b,c,d,e){if(d&&d.once)return _.Wd(a,b,c,d,e);if(_.t(b)){for(var f=0;f<b.length;f++)_.L(a,b[f],c,d,e);return null}c=_.Xd(c);return _.Md(a)?a.L(b,c,_.Ac(d)?!!d.capture:!!d,e):Yd(a,b,c,!1,d,e)};\nYd=function(a,b,c,d,e,f){if(!b)throw Error(\"r\");var g=_.Ac(e)?!!e.capture:!!e,k=_.Zd(a);k||(a[Td]=k=new Qd(a));c=k.add(b,c,d,g,f);if(c.b)return c;d=$d();c.b=d;d.src=a;d.listener=c;if(a.addEventListener)Gd||(e=g),void 0===e&&(e=!1),a.addEventListener(b.toString(),d,e);else if(a.attachEvent)a.attachEvent(ae(b.toString()),d);else if(a.addListener&&a.removeListener)a.addListener(d);else throw Error(\"s\");Vd++;return c};\n$d=function(){var a=be,b=Ed?function(c){return a.call(b.src,b.listener,c)}:function(c){c=a.call(b.src,b.listener,c);if(!c)return c};return b};_.Wd=function(a,b,c,d,e){if(_.t(b)){for(var f=0;f<b.length;f++)_.Wd(a,b[f],c,d,e);return null}c=_.Xd(c);return _.Md(a)?a.Oa(b,c,_.Ac(d)?!!d.capture:!!d,e):Yd(a,b,c,!0,d,e)};_.ce=function(a,b,c,d,e){if(_.t(b))for(var f=0;f<b.length;f++)_.ce(a,b[f],c,d,e);else d=_.Ac(d)?!!d.capture:!!d,c=_.Xd(c),_.Md(a)?a.ua(b,c,d,e):a&&(a=_.Zd(a))&&(b=a.Cb(b,c,d,e))&&_.de(b)};\n_.de=function(a){if(_.la(a)||!a||a.cc)return!1;var b=a.src;if(_.Md(b))return b.Ac(a);var c=a.type,d=a.b;b.removeEventListener?b.removeEventListener(c,d,a.capture):b.detachEvent?b.detachEvent(ae(c),d):b.addListener&&b.removeListener&&b.removeListener(d);Vd--;(c=_.Zd(b))?(Sd(c,a),0==c.o&&(c.src=null,b[Td]=null)):Pd(a);return!0};ae=function(a){return a in Ud?Ud[a]:Ud[a]=\"on\"+a};\nfe=function(a,b,c,d){var e=!0;if(a=_.Zd(a))if(b=a.b[b.toString()])for(b=b.concat(),a=0;a<b.length;a++){var f=b[a];f&&f.capture==c&&!f.cc&&(f=ee(f,d),e=e&&!1!==f)}return e};ee=function(a,b){var c=a.listener,d=a.Uc||a.src;a.Gc&&_.de(a);return c.call(d,b)};\nbe=function(a,b){if(a.cc)return!0;if(!Ed){var c=b||_.r(\"window.event\");b=new _.Jd(c,this);var d=!0;if(!(0>c.keyCode||void 0!=c.returnValue)){a:{var e=!1;if(0==c.keyCode)try{c.keyCode=-1;break a}catch(g){e=!0}if(e||void 0==c.returnValue)c.returnValue=!0}c=[];for(e=b.o;e;e=e.parentNode)c.push(e);a=a.type;for(e=c.length-1;!b.A&&0<=e;e--){b.o=c[e];var f=fe(c[e],a,!0,b);d=d&&f}for(e=0;!b.A&&e<c.length;e++)b.o=c[e],f=fe(c[e],a,!1,b),d=d&&f}return d}return ee(a,new _.Jd(b,this))}; _.Zd=function(a){a=a[Td];return a instanceof Qd?a:null};ge=\"__closure_events_fn_\"+(1E9*Math.random()>>>0);_.Xd=function(a){if(_.zc(a))return a;a[ge]||(a[ge]=function(b){return a.handleEvent(b)});return a[ge]};\n_.he=function(a){_.z.call(this);this.Z=a;this.T={}};_.y(_.he,_.z);var ie=[];_.he.prototype.L=function(a,b,c,d){return je(this,a,b,c,d)};_.he.prototype.A=function(a,b,c,d,e){return je(this,a,b,c,d,e)};var je=function(a,b,c,d,e,f){_.t(c)||(c&&(ie[0]=c.toString()),c=ie);for(var g=0;g<c.length;g++){var k=_.L(b,c[g],d||a.handleEvent,e||!1,f||a.Z||a);if(!k)break;a.T[k.key]=k}return a};_.he.prototype.Oa=function(a,b,c,d){return ke(this,a,b,c,d)};\nvar ke=function(a,b,c,d,e,f){if(_.t(c))for(var g=0;g<c.length;g++)ke(a,b,c[g],d,e,f);else{b=_.Wd(b,c,d||a.handleEvent,e,f||a.Z||a);if(!b)return a;a.T[b.key]=b}return a};_.he.prototype.ua=function(a,b,c,d,e){if(_.t(b))for(var f=0;f<b.length;f++)this.ua(a,b[f],c,d,e);else c=c||this.handleEvent,d=_.Ac(d)?!!d.capture:!!d,e=e||this.Z||this,c=_.Xd(c),d=!!d,b=_.Md(a)?a.Cb(b,c,d,e):a?(a=_.Zd(a))?a.Cb(b,c,d,e):null:null,b&&(_.de(b),delete this.T[b.key]);return this}; _.le=function(a){_.Gc(a.T,function(a,c){this.T.hasOwnProperty(c)&&_.de(a)},a);a.T={}};_.he.prototype.P=function(){_.he.J.P.call(this);_.le(this)};_.he.prototype.handleEvent=function(){throw Error(\"t\");};\n_.M=function(){_.z.call(this);this.bb=new Qd(this);this.Mf=this;this.Xd=null};_.y(_.M,_.z);_.M.prototype[_.Ld]=!0;_.h=_.M.prototype;_.h.Pc=function(){return this.Xd};_.h.fe=function(a){this.Xd=a};_.h.addEventListener=function(a,b,c,d){_.L(this,a,b,c,d)};_.h.removeEventListener=function(a,b,c,d){_.ce(this,a,b,c,d)};\n_.h.dispatchEvent=function(a){var b,c=this.Pc();if(c)for(b=[];c;c=c.Pc())b.push(c);c=this.Mf;var d=a.type||a;if(_.n(a))a=new _.Hd(a,c);else if(a instanceof _.Hd)a.target=a.target||c;else{var e=a;a=new _.Hd(d,c);_.Lc(a,e)}e=!0;if(b)for(var f=b.length-1;!a.A&&0<=f;f--){var g=a.o=b[f];e=g.Vb(d,!0,a)&&e}a.A||(g=a.o=c,e=g.Vb(d,!0,a)&&e,a.A||(e=g.Vb(d,!1,a)&&e));if(b)for(f=0;!a.A&&f<b.length;f++)g=a.o=b[f],e=g.Vb(d,!1,a)&&e;return e};_.h.P=function(){_.M.J.P.call(this);this.ed();this.Xd=null};\n_.h.L=function(a,b,c,d){return this.bb.add(String(a),b,!1,c,d)};_.h.Oa=function(a,b,c,d){return this.bb.add(String(a),b,!0,c,d)};_.h.ua=function(a,b,c,d){return this.bb.remove(String(a),b,c,d)};_.h.Ac=function(a){return Sd(this.bb,a)};_.h.ed=function(a){if(this.bb){var b=this.bb;a=a&&a.toString();var c=0,d;for(d in b.b)if(!a||d==a){for(var e=b.b[d],f=0;f<e.length;f++)++c,Pd(e[f]);delete b.b[d];b.o--}b=c}else b=0;return b};\n_.h.Vb=function(a,b,c){a=this.bb.b[String(a)];if(!a)return!0;a=a.concat();for(var d=!0,e=0;e<a.length;++e){var f=a[e];if(f&&!f.cc&&f.capture==b){var g=f.listener,k=f.Uc||f.src;f.Gc&&this.Ac(f);d=!1!==g.call(k,c)&&d}}return d&&0!=c.sf};_.h.Yb=function(a,b){return this.bb.Yb(String(a),b)};_.h.Cb=function(a,b,c,d){return this.bb.Cb(String(a),b,c,d)};_.h.hasListener=function(a,b){return this.bb.hasListener(_.m(a)?String(a):void 0,b)};\n_.me=\"StopIteration\"in _.l?_.l.StopIteration:{message:\"StopIteration\",stack:\"\"};_.ne=function(){};_.ne.prototype.next=function(){throw _.me;};_.ne.prototype.ic=function(){return this};var oe;oe=function(a){return/^\\s*$/.test(a)?!1:/^[\\],:{}\\s\\u2028\\u2029]*$/.test(a.replace(/\\\\[\"\\\\\\/bfnrtu]/g,\"@\").replace(/(?:\"[^\"\\\\\\n\\r\\u2028\\u2029\\x00-\\x08\\x0a-\\x1f]*\"|true|false|null|-?\\d+(?:\\.\\d*)?(?:[eE][+\\-]?\\d+)?)[\\s\\u2028\\u2029]*(?=:|,|]|}|$)/g,\"]\").replace(/(?:^|:|,)(?:[\\s\\u2028\\u2029]*\\[)+/g,\"\"))};_.pe=function(a){a=String(a);if(oe(a))try{return eval(\"(\"+a+\")\")}catch(b){}throw Error(\"v`\"+a);};_.qe=function(){};_.qe.prototype.o=function(a){var b=[];re(this,a,b);return b.join(\"\")};\nvar re=function(a,b,c){if(null==b)c.push(\"null\");else{if(\"object\"==typeof b){if(_.t(b)){var d=b;b=d.length;c.push(\"[\");for(var e=\"\",f=0;f<b;f++)c.push(e),re(a,d[f],c),e=\",\";c.push(\"]\");return}if(b instanceof String||b instanceof Number||b instanceof Boolean)b=b.valueOf();else{c.push(\"{\");e=\"\";for(d in b)Object.prototype.hasOwnProperty.call(b,d)&&(f=b[d],\"function\"!=typeof f&&(c.push(e),se(d,c),c.push(\":\"),re(a,f,c),e=\",\"));c.push(\"}\");return}}switch(typeof b){case \"string\":se(b,c);break;case \"number\":c.push((0,window.isFinite)(b)&&\n!(0,window.isNaN)(b)?String(b):\"null\");break;case \"boolean\":c.push(String(b));break;case \"function\":c.push(\"null\");break;default:throw Error(\"w`\"+typeof b);}}},te={'\"':'\\\\\"',\"\\\\\":\"\\\\\\\\\",\"/\":\"\\\\/\",\"\\b\":\"\\\\b\",\"\\f\":\"\\\\f\",\"\\n\":\"\\\\n\",\"\\r\":\"\\\\r\",\"\\t\":\"\\\\t\",\"\\x0B\":\"\\\\u000b\"},ue=/\\uffff/.test(\"\\uffff\")?/[\\\\\"\\x00-\\x1f\\x7f-\\uffff]/g:/[\\\\\"\\x00-\\x1f\\x7f-\\xff]/g,se=function(a,b){b.push('\"',a.replace(ue,function(a){var b=te[a];b||(b=\"\\\\u\"+(a.charCodeAt(0)|65536).toString(16).substr(1),te[a]=b);return b}),'\"')};\n_.ve=function(a){switch(a){case 200:case 201:case 202:case 204:case 206:case 304:case 1223:return!0;default:return!1}};_.we=function(){};_.we.prototype.o=null;var xe=function(a){return a.o||(a.o=a.A())};var ze;ze=function(){};_.y(ze,_.we);ze.prototype.b=function(){var a=Ae(this);return a?new window.ActiveXObject(a):new window.XMLHttpRequest};ze.prototype.A=function(){var a={};Ae(this)&&(a[0]=!0,a[1]=!0);return a};\nvar Ae=function(a){if(!a.w&&\"undefined\"==typeof window.XMLHttpRequest&&\"undefined\"!=typeof window.ActiveXObject){for(var b=[\"MSXML2.XMLHTTP.6.0\",\"MSXML2.XMLHTTP.3.0\",\"MSXML2.XMLHTTP\",\"Microsoft.XMLHTTP\"],c=0;c<b.length;c++){var d=b[c];try{return new window.ActiveXObject(d),a.w=d}catch(e){}}throw Error(\"x\");}return a.w};_.ye=new ze;\n_.Be=function(a,b){this.o={};this.b=[];this.A=this.w=0;var c=arguments.length;if(1<c){if(c%2)throw Error(\"c\");for(var d=0;d<c;d+=2)this.set(arguments[d],arguments[d+1])}else if(a)if(a instanceof _.Be)for(c=a.Ra(),d=0;d<c.length;d++)this.set(c[d],a.get(c[d]));else for(d in a)this.set(d,a[d])};_.h=_.Be.prototype;_.h.Ta=function(){Ce(this);for(var a=[],b=0;b<this.b.length;b++)a.push(this.o[this.b[b]]);return a};_.h.Ra=function(){Ce(this);return this.b.concat()};_.h.wc=function(){return 0==this.w};\n_.h.clear=function(){this.o={};this.A=this.w=this.b.length=0};_.h.remove=function(a){return _.De(this.o,a)?(delete this.o[a],this.w--,this.A++,this.b.length>2*this.w&&Ce(this),!0):!1};var Ce=function(a){if(a.w!=a.b.length){for(var b=0,c=0;b<a.b.length;){var d=a.b[b];_.De(a.o,d)&&(a.b[c++]=d);b++}a.b.length=c}if(a.w!=a.b.length){var e={};for(c=b=0;b<a.b.length;)d=a.b[b],_.De(e,d)||(a.b[c++]=d,e[d]=1),b++;a.b.length=c}};_.h=_.Be.prototype;_.h.get=function(a,b){return _.De(this.o,a)?this.o[a]:b};\n_.h.set=function(a,b){_.De(this.o,a)||(this.w++,this.b.push(a),this.A++);this.o[a]=b};_.h.forEach=function(a,b){for(var c=this.Ra(),d=0;d<c.length;d++){var e=c[d],f=this.get(e);a.call(b,f,e,this)}};_.h.clone=function(){return new _.Be(this)};_.h.ic=function(a){Ce(this);var b=0,c=this.A,d=this,e=new _.ne;e.next=function(){if(c!=d.A)throw Error(\"y\");if(b>=d.b.length)throw _.me;var e=d.b[b++];return a?e:d.o[e]};return e};_.De=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)};\n_.Ee=function(a){if(a.Ta&&\"function\"==typeof a.Ta)return a.Ta();if(_.n(a))return a.split(\"\");if(_.yc(a)){for(var b=[],c=a.length,d=0;d<c;d++)b.push(a[d]);return b}return _.Ic(a)};_.Fe=function(a){if(a.Ra&&\"function\"==typeof a.Ra)return a.Ra();if(!a.Ta||\"function\"!=typeof a.Ta){if(_.yc(a)||_.n(a)){var b=[];a=a.length;for(var c=0;c<a;c++)b.push(c);return b}return _.Jc(a)}}; _.Ge=function(a,b){if(a.forEach&&\"function\"==typeof a.forEach)a.forEach(b,void 0);else if(_.yc(a)||_.n(a))(0,_.wa)(a,b,void 0);else for(var c=_.Fe(a),d=_.Ee(a),e=d.length,f=0;f<e;f++)b.call(void 0,d[f],c&&c[f],a)};\n_.He=function(a){a.prototype.then=a.prototype.then;a.prototype.$goog_Thenable=!0};_.Ie=function(a){if(!a)return!1;try{return!!a.$goog_Thenable}catch(b){return!1}};var Le,Qe,Ue,Se,Xe,We,Ye;_.Ke=function(a,b){this.b=0;this.D=void 0;this.A=this.o=this.w=null;this.B=this.C=!1;if(a!=_.ma)try{var c=this;a.call(b,function(a){Je(c,2,a)},function(a){Je(c,3,a)})}catch(d){Je(this,3,d)}};Le=function(){this.next=this.context=this.o=this.w=this.b=null;this.A=!1};Le.prototype.reset=function(){this.context=this.o=this.w=this.b=null;this.A=!1};var Me=new pd(function(){return new Le},function(a){a.reset()}),Ne=function(a,b,c){var d=Me.get();d.w=a;d.o=b;d.context=c;return d};\n_.Ke.prototype.then=function(a,b,c){return _.Oe(this,_.zc(a)?a:null,_.zc(b)?b:null,c)};_.He(_.Ke);_.Ke.prototype.cancel=function(a){0==this.b&&Bd(function(){var b=new _.Pe(a);Qe(this,b)},this)};Qe=function(a,b){if(0==a.b)if(a.w){var c=a.w;if(c.o){for(var d=0,e=null,f=null,g=c.o;g&&(g.A||(d++,g.b==a&&(e=g),!(e&&1<d)));g=g.next)e||(f=g);e&&(0==c.b&&1==d?Qe(c,b):(f?(d=f,d.next==c.A&&(c.A=d),d.next=d.next.next):Re(c),Se(c,e,3,b)))}a.w=null}else Je(a,3,b)};\nUe=function(a,b){a.o||2!=a.b&&3!=a.b||Te(a);a.A?a.A.next=b:a.o=b;a.A=b};_.Oe=function(a,b,c,d){var e=Ne(null,null,null);e.b=new _.Ke(function(a,g){e.w=b?function(c){try{var e=b.call(d,c);a(e)}catch(q){g(q)}}:a;e.o=c?function(b){try{var e=c.call(d,b);!_.m(e)&&b instanceof _.Pe?g(b):a(e)}catch(q){g(q)}}:g});e.b.w=a;Ue(a,e);return e.b};_.Ke.prototype.G=function(a){this.b=0;Je(this,2,a)};_.Ke.prototype.ga=function(a){this.b=0;Je(this,3,a)};\nvar Je=function(a,b,c){if(0==a.b){a===c&&(b=3,c=new TypeError(\"Promise cannot resolve to itself\"));a.b=1;a:{var d=c,e=a.G,f=a.ga;if(d instanceof _.Ke){Ue(d,Ne(e||_.ma,f||null,a));var g=!0}else if(_.Ie(d))d.then(e,f,a),g=!0;else{if(_.Ac(d))try{var k=d.then;if(_.zc(k)){Ve(d,k,e,f,a);g=!0;break a}}catch(p){f.call(a,p);g=!0;break a}g=!1}}g||(a.D=c,a.b=b,a.w=null,Te(a),3!=b||c instanceof _.Pe||We(a,c))}},Ve=function(a,b,c,d,e){var f=!1,g=function(a){f||(f=!0,c.call(e,a))},k=function(a){f||(f=!0,d.call(e,\na))};try{b.call(a,g,k)}catch(p){k(p)}},Te=function(a){a.C||(a.C=!0,Bd(a.F,a))},Re=function(a){var b=null;a.o&&(b=a.o,a.o=b.next,b.next=null);a.o||(a.A=null);return b};_.Ke.prototype.F=function(){for(var a;a=Re(this);)Se(this,a,this.b,this.D);this.C=!1};Se=function(a,b,c,d){if(3==c&&b.o&&!b.A)for(;a&&a.B;a=a.w)a.B=!1;if(b.b)b.b.w=null,Xe(b,c,d);else try{b.A?b.w.call(b.context):Xe(b,c,d)}catch(e){Ye.call(null,e)}qd(Me,b)};Xe=function(a,b,c){2==b?a.w.call(a.context,c):a.o&&a.o.call(a.context,c)}; We=function(a,b){a.B=!0;Bd(function(){a.B&&Ye.call(null,b)})};Ye=rd;_.Pe=function(a){_.ua.call(this,a)};_.y(_.Pe,_.ua);_.Pe.prototype.name=\"cancel\";\n_.Ze=function(a,b){_.M.call(this);this.A=a||1;this.w=b||_.l;this.B=(0,_.u)(this.D,this);this.C=(0,_.v)()};_.y(_.Ze,_.M);_.Ze.prototype.o=!1;_.Ze.prototype.b=null;_.$e=function(a,b){a.A=b;a.b&&a.o?(a.stop(),a.start()):a.b&&a.stop()};_.Ze.prototype.D=function(){if(this.o){var a=(0,_.v)()-this.C;0<a&&a<.8*this.A?this.b=this.w.setTimeout(this.B,this.A-a):(this.b&&(this.w.clearTimeout(this.b),this.b=null),this.dispatchEvent(\"tick\"),this.o&&(this.stop(),this.start()))}};\n_.Ze.prototype.start=function(){this.o=!0;this.b||(this.b=this.w.setTimeout(this.B,this.A),this.C=(0,_.v)())};_.Ze.prototype.stop=function(){this.o=!1;this.b&&(this.w.clearTimeout(this.b),this.b=null)};_.Ze.prototype.P=function(){_.Ze.J.P.call(this);this.stop();delete this.w};_.af=function(a,b,c){if(_.zc(a))c&&(a=(0,_.u)(a,c));else if(a&&\"function\"==typeof a.handleEvent)a=(0,_.u)(a.handleEvent,a);else throw Error(\"z\");return 2147483647<Number(b)?-1:_.l.setTimeout(a,b||0)};\n_.bf=/^(?:([^:/?#.]+):)?(?:\\/\\/(?:([^/?#]*)@)?([^/#?]*?)(?::([0-9]+))?(?=[/#?]|$))?([^?#]+)?(?:\\?([^#]*))?(?:#([\\s\\S]*))?$/;_.cf=function(a){a=a.match(_.bf)[1]||null;!a&&_.l.self&&_.l.self.location&&(a=_.l.self.location.protocol,a=a.substr(0,a.length-1));return a?a.toLowerCase():\"\"};\nvar ef,ff;_.df=function(a){_.M.call(this);this.headers=new _.Be;this.F=a||null;this.o=!1;this.D=this.b=null;this.H=\"\";this.w=this.M=this.B=this.G=!1;this.C=0;this.A=null;this.N=\"\";this.O=this.K=!1};_.y(_.df,_.M);ef=/^https?$/i;ff=[\"POST\",\"PUT\"];_.gf=[];_.df.prototype.S=function(){this.ha();_.Ec(_.gf,this)};\n_.df.prototype.send=function(a,b,c,d){if(this.b)throw Error(\"A`\"+this.H+\"`\"+a);b=b?b.toUpperCase():\"GET\";this.H=a;this.G=!1;this.o=!0;this.b=this.F?this.F.b():_.ye.b();this.D=this.F?xe(this.F):xe(_.ye);this.b.onreadystatechange=(0,_.u)(this.T,this);try{this.M=!0,this.b.open(b,String(a),!0),this.M=!1}catch(f){hf(this);return}a=c||\"\";var e=this.headers.clone();d&&_.Ge(d,function(a,b){e.set(b,a)});d=Cc(e.Ra());c=_.l.FormData&&a instanceof _.l.FormData;!_.Dc(ff,b)||d||c||e.set(\"Content-Type\",\"application/x-www-form-urlencoded;charset=utf-8\");\ne.forEach(function(a,b){this.b.setRequestHeader(b,a)},this);this.N&&(this.b.responseType=this.N);\"withCredentials\"in this.b&&this.b.withCredentials!==this.K&&(this.b.withCredentials=this.K);try{jf(this),0<this.C&&((this.O=kf(this.b))?(this.b.timeout=this.C,this.b.ontimeout=(0,_.u)(this.Z,this)):this.A=_.af(this.Z,this.C,this)),this.B=!0,this.b.send(a),this.B=!1}catch(f){hf(this)}};var kf=function(a){return _.B&&_.vb(9)&&_.la(a.timeout)&&_.m(a.ontimeout)},Bc=function(a){return\"content-type\"==a.toLowerCase()};\n_.df.prototype.Z=function(){\"undefined\"!=typeof _.ka&&this.b&&(this.dispatchEvent(\"timeout\"),this.abort(8))};var hf=function(a){a.o=!1;a.b&&(a.w=!0,a.b.abort(),a.w=!1);lf(a);mf(a)},lf=function(a){a.G||(a.G=!0,a.dispatchEvent(\"complete\"),a.dispatchEvent(\"error\"))};_.df.prototype.abort=function(){this.b&&this.o&&(this.o=!1,this.w=!0,this.b.abort(),this.w=!1,this.dispatchEvent(\"complete\"),this.dispatchEvent(\"abort\"),mf(this))};\n_.df.prototype.P=function(){this.b&&(this.o&&(this.o=!1,this.w=!0,this.b.abort(),this.w=!1),mf(this,!0));_.df.J.P.call(this)};_.df.prototype.T=function(){this.ga||(this.M||this.B||this.w?nf(this):this.W())};_.df.prototype.W=function(){nf(this)};\nvar nf=function(a){if(a.o&&\"undefined\"!=typeof _.ka&&(!a.D[1]||4!=(a.b?a.b.readyState:0)||2!=a.hb()))if(a.B&&4==(a.b?a.b.readyState:0))_.af(a.T,0,a);else if(a.dispatchEvent(\"readystatechange\"),4==(a.b?a.b.readyState:0)){a.o=!1;try{a.xc()?(a.dispatchEvent(\"complete\"),a.dispatchEvent(\"success\")):lf(a)}finally{mf(a)}}},mf=function(a,b){if(a.b){jf(a);var c=a.b,d=a.D[0]?_.ma:null;a.b=null;a.D=null;b||a.dispatchEvent(\"ready\");try{c.onreadystatechange=d}catch(e){}}},jf=function(a){a.b&&a.O&&(a.b.ontimeout=\nnull);a.A&&(_.l.clearTimeout(a.A),a.A=null)};_.df.prototype.xc=function(){var a=this.hb(),b;if(!(b=_.ve(a))){if(a=0===a)a=_.cf(String(this.H)),a=!ef.test(a);b=a}return b};_.df.prototype.hb=function(){try{return 2<(this.b?this.b.readyState:0)?this.b.status:-1}catch(a){return-1}};_.df.prototype.Fe=function(){try{return this.b?this.b.responseText:\"\"}catch(a){return\"\"}};_.df.prototype.Qc=function(){if(this.b){a:{var a=this.b.responseText;if(_.l.JSON)try{var b=_.l.JSON.parse(a);break a}catch(c){}b=_.pe(a)}return b}};\nvar of=!1,pf=\"\",qf=function(a){a=a.match(/[\\d]+/g);if(!a)return\"\";a.length=3;return a.join(\".\")};\n(function(){if(window.navigator.plugins&&window.navigator.plugins.length){var a=window.navigator.plugins[\"Shockwave Flash\"];if(a&&(of=!0,a.description)){pf=qf(a.description);return}if(window.navigator.plugins[\"Shockwave Flash 2.0\"]){of=!0;pf=\"2.0.0.11\";return}}if(window.navigator.mimeTypes&&window.navigator.mimeTypes.length&&(a=window.navigator.mimeTypes[\"application/x-shockwave-flash\"],of=!(!a||!a.enabledPlugin))){pf=qf(a.enabledPlugin.description);return}try{var b=new window.ActiveXObject(\"ShockwaveFlash.ShockwaveFlash.7\");\nof=!0;pf=qf(b.GetVariable(\"$version\"));return}catch(c){}try{b=new window.ActiveXObject(\"ShockwaveFlash.ShockwaveFlash.6\");of=!0;pf=\"6.0.21\";return}catch(c){}try{b=new window.ActiveXObject(\"ShockwaveFlash.ShockwaveFlash\"),of=!0,pf=qf(b.GetVariable(\"$version\"))}catch(c){}})();_.rf=of;_.sf=pf;\nvar tf;tf=function(a){return(a=a.exec(_.Sa))?a[1]:\"\"};_.uf=function(){if(_.Ab)return tf(/Firefox\\/([0-9.]+)/);if(_.B||_.bb||_.ab)return _.ub;if(_.Eb)return _.Xa()?tf(/CriOS\\/([0-9.]+)/):tf(/Chrome\\/([0-9.]+)/);if(_.Fb&&!_.Xa())return tf(/Version\\/([0-9.]+)/);if(_.Bb||_.Cb){var a=/Version\\/(\\S+).*Mobile\\/(\\S+)/.exec(_.Sa);if(a)return a[1]+\".\"+a[2]}else if(_.Db)return(a=tf(/Android\\s+([0-9.]+)/))?a:tf(/Version\\/([0-9.]+)/);return\"\"}();\n/*\n\nMath.uuid.js (v1.4)\nhttp://www.broofa.com\nmailto:robert@broofa.com\nCopyright (c) 2010 Robert Kieffer\nDual licensed under the MIT and GPL licenses.\n*/\nvar $c=function(a){_.D(this,a,0,-1,null)};_.y($c,_.C);_.vf=new ad;_.wf=_.ab?\"opera\":_.bb?\"edge\":_.B?\"ie\":_.Ab?\"firefox\":_.Bb?\"iphone\":_.Cb?\"ipad\":_.Db?\"android\":_.Eb?\"chrome\":_.Fb?\"safari\":\"unknown\";\n}catch(e){_._DumpException(e)}\n/* _Module_:sy6 */\ntry{\nvar yf,Af,Bf,Cf;_.xf=function(a,b){return a.createElement(String(b))};_.zf=function(a,b,c){return 2>=arguments.length?Array.prototype.slice.call(a,b):Array.prototype.slice.call(a,b,c)};Af=function(a,b,c,d){Array.prototype.splice.apply(a,_.zf(arguments,1))};Bf=function(a,b){return null!==a&&b in a?a[b]:void 0};Cf=function(a){var b=arguments.length;if(1==b&&_.t(arguments[0]))return Cf.apply(null,arguments[0]);for(var c={},d=0;d<b;d++)c[arguments[d]]=!0;return c};\n_.Df=function(a){return a instanceof _.dc&&a.constructor===_.dc&&a.o===_.cc?a.b:\"type_error:Const\"};_.Ef=function(a){return 9==a.nodeType?a:a.ownerDocument||a.document};_.Ff=function(a){for(var b;b=a.firstChild;)a.removeChild(b)};_.Gf=function(a){return a&&a.parentNode?a.parentNode.removeChild(a):null};_.Hf=function(a){this.Y=a||_.l.document||window.document};_.h=_.Hf.prototype;_.h.R=function(a){return _.n(a)?this.Y.getElementById(a):a};_.h.Ia=function(a,b,c){return _.jd(this.Y,arguments)}; _.h.createElement=function(a){return _.xf(this.Y,a)};_.h.qc=function(a,b){a.appendChild(b)};_.h.Ge=_.Ff;_.h.Cd=_.Gf;_.If=function(a){return a?new _.Hf(_.Ef(a)):yf||(yf=new _.Hf)};_.Jf=function(a){return _.Ac(a)&&1==a.nodeType};\nCf(\"A AREA BUTTON HEAD INPUT LINK MENU META OPTGROUP OPTION PROGRESS STYLE SELECT SOURCE TEXTAREA TITLE TRACK\".split(\" \"));_.Kf=_.db?\"MozUserSelect\":_.eb||_.bb?\"WebkitUserSelect\":null;_.Lf=function(){};_.na(_.Lf);_.Lf.prototype.b=0;_.Mf=function(a){return\":\"+(a.b++).toString(36)};_.N=function(a){_.M.call(this);this.w=a||_.If();this.ca=Nf;this.ia=null;this.pa=!1;this.b=null;this.K=void 0;this.G=this.B=this.o=this.C=null;this.Ba=!1};_.y(_.N,_.M);_.N.prototype.Fa=_.Lf.U();var Nf=null;_.N.prototype.getId=function(){return this.ia||(this.ia=_.Mf(this.Fa))};_.N.prototype.R=function(){return this.b};var Of=function(a,b){if(a==b)throw Error(\"C\");var c;if(c=b&&a.o&&a.ia){c=a.o;var d=a.ia;c=c.G&&d?Bf(c.G,d)||null:null}if(c&&a.o!=b)throw Error(\"C\");a.o=b;_.N.J.fe.call(a,b)};\n_.N.prototype.fe=function(a){if(this.o&&this.o!=a)throw Error(\"D\");_.N.J.fe.call(this,a)};_.N.prototype.Eb=function(){this.b=this.w.createElement(\"DIV\")};_.N.prototype.Lb=function(a){Pf(this,a)};var Pf=function(a,b,c){if(a.pa)throw Error(\"E\");a.b||a.Eb();b?b.insertBefore(a.b,c||null):a.w.Y.body.appendChild(a.b);a.o&&!a.o.pa||a.sa()};_.h=_.N.prototype;_.h.mb=function(a){this.b=a};_.h.sa=function(){this.pa=!0;_.Qf(this,function(a){!a.pa&&a.R()&&a.sa()})};\n_.h.Aa=function(){_.Qf(this,function(a){a.pa&&a.Aa()});this.K&&_.le(this.K);this.pa=!1};_.h.P=function(){this.pa&&this.Aa();this.K&&(this.K.ha(),delete this.K);_.Qf(this,function(a){a.ha()});!this.Ba&&this.b&&_.Gf(this.b);this.o=this.C=this.b=this.G=this.B=null;_.N.J.P.call(this)};\n_.h.xb=function(a,b,c){if(a.pa&&(c||!this.pa))throw Error(\"E\");if(0>b||b>_.Rf(this))throw Error(\"G\");this.G&&this.B||(this.G={},this.B=[]);if(a.o==this){var d=a.getId();this.G[d]=a;_.Ec(this.B,a)}else{d=this.G;var e=a.getId();if(null!==d&&e in d)throw Error(\"b`\"+e);d[e]=a}Of(a,this);Af(this.B,b,0,a);a.pa&&this.pa&&a.o==this?(c=this.b,b=c.childNodes[b]||null,b!=a.R()&&c.insertBefore(a.R(),b)):c?(this.b||this.Eb(),b=_.Sf(this,b+1),Pf(a,this.b,b?b.b:null)):this.pa&&!a.pa&&a.b&&a.b.parentNode&&1==a.b.parentNode.nodeType&&\na.sa()};_.Rf=function(a){return a.B?a.B.length:0};_.Sf=function(a,b){return a.B?a.B[b]||null:null};_.Qf=function(a,b,c){a.B&&(0,_.wa)(a.B,b,c)};_.N.prototype.removeChild=function(a,b){if(a){var c=_.n(a)?a:a.getId();a=this.G&&c?Bf(this.G,c)||null:null;if(c&&a){var d=this.G;c in d&&delete d[c];_.Ec(this.B,a);b&&(a.Aa(),a.b&&_.Gf(a.b));Of(a,null)}}if(!a)throw Error(\"H\");return a};\n\n}catch(e){_._DumpException(e)}\n/* _Module_:sy7 */\ntry{\nvar Tf;Tf=[1,4,2];_.Uf=function(a){return(_.Dd?0==a.b.button:\"click\"==a.type?!0:!!(a.b.button&Tf[0]))&&!(_.eb&&_.hb&&a.ctrlKey)};_.Vf=function(a){var b=new _.cd;b.o=a;return b};_.Wf=function(a){return _.Vf(_.Df(a))};var Xf,Zf;Xf=function(){};_.Yf=new Xf;Zf=[\"click\",\"keydown\",\"keyup\"];Xf.prototype.L=function(a,b,c,d,e){var f=function(a){var c=_.Xd(b),e=_.Jf(a.target)?a.target.getAttribute(\"role\")||null:null;\"click\"==a.type&&_.Uf(a)?c.call(d,a):13!=a.keyCode&&3!=a.keyCode||\"keyup\"==a.type?32!=a.keyCode||\"keyup\"!=a.type||\"button\"!=e&&\"tab\"!=e||(c.call(d,a),a.preventDefault()):(a.type=\"keypress\",c.call(d,a))};f.yc=b;f.hi=d;e?e.L(a,Zf,f,c):_.L(a,Zf,f,c)};\nXf.prototype.ua=function(a,b,c,d,e){for(var f,g=0;f=Zf[g];g++){var k=a;var p=f;var q=!!c;p=_.Md(k)?k.Yb(p,q):k?(k=_.Zd(k))?k.Yb(p,q):[]:[];for(k=0;q=p[k];k++){var w=q.listener;if(w.yc==b&&w.hi==d){e?e.ua(a,f,q.listener,c,d):_.ce(a,f,q.listener,c,d);break}}}};\n_.$f=function(a,b){if(a instanceof window.Element&&(b=_.Mc(\"eq\").A(a,b||[])))if(_.B&&b instanceof window.MouseEvent&&a.dispatchEvent){var c=window.document.createEvent(\"MouseEvent\");c.initMouseEvent(b.type,!0,!0,b.view,b.detail,b.screenX,b.screenY,b.clientX,b.clientY,b.ctrlKey,b.altKey,b.shiftKey,b.metaKey,b.button,b.relatedTarget);a.dispatchEvent(c)}else a.dispatchEvent&&a.dispatchEvent(b)};\n\n}catch(e){_._DumpException(e)}\n/* _Module_:sy9 */\ntry{\nvar qg,ug,vg,zg,Cg,Hg,Ig,Mg,Tg,Vg;_.bg=function(a){if(a instanceof _.nc&&a.constructor===_.nc&&a.A===_.mc)return a.o;_.oa(a);return\"type_error:SafeHtml\"};_.cg=function(a){if(a instanceof _.nc)return a;var b=null;a.Jd&&(b=a.b());a=_.Xc(a.ib?a.Wa():String(a));return _.oc(a,b)};_.dg=function(a,b){a.innerHTML=_.bg(b)};_.eg=function(a,b){this.b=_.m(a)?a:0;this.o=_.m(b)?b:0};_.eg.prototype.clone=function(){return new _.eg(this.b,this.o)};\n_.eg.prototype.ceil=function(){this.b=Math.ceil(this.b);this.o=Math.ceil(this.o);return this};_.eg.prototype.floor=function(){this.b=Math.floor(this.b);this.o=Math.floor(this.o);return this};_.eg.prototype.round=function(){this.b=Math.round(this.b);this.o=Math.round(this.o);return this};_.fg=function(a,b){this.width=a;this.height=b};_.h=_.fg.prototype;_.h.clone=function(){return new _.fg(this.width,this.height)};_.h.Qf=function(){return this.width*this.height};\n_.h.aspectRatio=function(){return this.width/this.height};_.h.wc=function(){return!this.Qf()};_.h.ceil=function(){this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return this};_.h.floor=function(){this.width=Math.floor(this.width);this.height=Math.floor(this.height);return this};_.h.round=function(){this.width=Math.round(this.width);this.height=Math.round(this.height);return this};\n_.gg=function(a,b,c){var d;a=c||a;if(a.querySelectorAll&&a.querySelector&&b)return a.querySelectorAll(b?\".\"+b:\"\");if(b&&a.getElementsByClassName){var e=a.getElementsByClassName(b);return e}e=a.getElementsByTagName(\"*\");if(b){var f={};for(c=d=0;a=e[c];c++){var g=a.className;\"function\"==typeof g.split&&_.Dc(g.split(/\\s+/),b)&&(f[d++]=a)}f.length=d;return f}return e};\n_.O=function(a,b){var c=b||window.document;if(c.getElementsByClassName)a=c.getElementsByClassName(a)[0];else{c=window.document;var d=b||c;a=d.querySelectorAll&&d.querySelector&&a?d.querySelector(a?\".\"+a:\"\"):_.gg(c,a,b)[0]||null}return a||null};_.hg=function(a){return\"CSS1Compat\"==a.compatMode};_.ig=function(a){a=(a||window).document;a=_.hg(a)?a.documentElement:a.body;return new _.fg(a.clientWidth,a.clientHeight)};\n_.jg=function(a){return a.scrollingElement?a.scrollingElement:!_.eb&&_.hg(a)?a.documentElement:a.body||a.documentElement};_.kg=function(a){var b=_.jg(a);a=_.gd(a);return _.B&&_.vb(\"10\")&&a.pageYOffset!=b.scrollTop?new _.eg(b.scrollLeft,b.scrollTop):new _.eg(a.pageXOffset||b.scrollLeft,a.pageYOffset||b.scrollTop)};_.lg=function(a,b){var c=_.Ef(a);return c.defaultView&&c.defaultView.getComputedStyle&&(a=c.defaultView.getComputedStyle(a,null))?a[b]||a.getPropertyValue(b)||\"\":\"\"};\n_.mg=function(a,b){return _.lg(a,b)||(a.currentStyle?a.currentStyle[b]:null)||a.style&&a.style[b]};_.ng=function(a){return\"rtl\"==_.mg(a,\"direction\")};_.og=function(a){a.K||(a.K=new _.he(a));return a.K};_.pg=function(a,b){if(a.pa)throw Error(\"E\");if(b){a.Ba=!0;var c=_.Ef(b);a.w&&a.w.Y==c||(a.w=_.If(b));a.mb(b);a.sa()}else throw Error(\"F\");};qg=0;_.rg=function(a){return a[_.pa]||(a[_.pa]=++qg)};_.sg=function(a){for(var b in a)return!1;return!0};\n_.tg=function(a){return String(a).replace(/([-()\\[\\]{}+?*.$\\^|,:#<!\\\\])/g,\"\\\\$1\").replace(/\\x08/g,\"\\\\x08\")};ug=function(a){return String(a).replace(/\\-([a-z])/g,function(a,c){return c.toUpperCase()})};vg=function(a){var b=_.n(void 0)?_.tg(void 0):\"\\\\s\";return a.replace(new RegExp(\"(^\"+(b?\"|[\"+b+\"]+\":\"\")+\")([a-z])\",\"g\"),function(a,b,e){return b+e.toUpperCase()})};_.wg=function(a,b){return a==b?!0:a&&b?a.width==b.width&&a.height==b.height:!1};\n_.xg=function(a,b){if(!a||!b)return!1;if(a.contains&&1==b.nodeType)return a==b||a.contains(b);if(\"undefined\"!=typeof a.compareDocumentPosition)return a==b||!!(a.compareDocumentPosition(b)&16);for(;b&&a!=b;)b=b.parentNode;return b==a};_.yg=function(a,b){if(\"textContent\"in a)a.textContent=b;else if(3==a.nodeType)a.data=String(b);else if(a.firstChild&&3==a.firstChild.nodeType){for(;a.lastChild!=a.firstChild;)a.removeChild(a.lastChild);a.firstChild.data=String(b)}else _.Ff(a),a.appendChild(_.Ef(a).createTextNode(String(b)))};\n_.Ag=function(a,b,c){_.t(c)&&(c=c.join(\" \"));var d=\"aria-\"+b;\"\"===c||void 0==c?(zg||(zg={atomic:!1,autocomplete:\"none\",dropeffect:\"none\",haspopup:!1,live:\"off\",multiline:!1,multiselectable:!1,orientation:\"vertical\",readonly:!1,relevant:\"additions text\",required:!1,sort:\"none\",busy:!1,disabled:!1,hidden:!1,invalid:\"false\"}),c=zg,b in c?a.setAttribute(d,c[b]):a.removeAttribute(d)):a.setAttribute(d,c)};\n_.Bg=function(a){if(48<=a&&57>=a||96<=a&&106>=a||65<=a&&90>=a||(_.eb||_.bb)&&0==a)return!0;switch(a){case 32:case 43:case 63:case 64:case 107:case 109:case 110:case 111:case 186:case 59:case 189:case 187:case 61:case 188:case 190:case 191:case 192:case 222:case 219:case 220:case 221:return!0;default:return!1}};Cg=function(a){switch(a){case 61:return 187;case 59:return 186;case 173:return 189;case 224:return 91;case 0:return 224;default:return a}};\n_.Dg=function(a){if(_.db)a=Cg(a);else if(_.hb&&_.eb)switch(a){case 93:a=91}return a};\n_.Eg=function(a,b,c,d,e,f){if(_.eb&&!_.vb(\"525\"))return!0;if(_.hb&&e)return _.Bg(a);if(e&&!d)return!1;if(!_.db){_.la(b)&&(b=_.Dg(b));var g=17==b||18==b||_.hb&&91==b;if((!c||_.hb)&&g||_.hb&&16==b&&(d||f))return!1}if((_.eb||_.bb)&&d&&c)switch(a){case 220:case 219:case 221:case 192:case 186:case 189:case 187:case 188:case 190:case 191:case 192:case 222:return!1}if(_.B&&d&&b==a)return!1;switch(a){case 13:return _.db?f||e?!1:!(c&&d):!0;case 27:return!(_.eb||_.bb||_.db)}return _.db&&(d||e||f)?!1:_.Bg(a)};\n_.Fg=function(a,b,c,d){this.top=a;this.right=b;this.bottom=c;this.left=d};_.h=_.Fg.prototype;_.h.getHeight=function(){return this.bottom-this.top};_.h.clone=function(){return new _.Fg(this.top,this.right,this.bottom,this.left)};_.h.expand=function(a,b,c,d){_.Ac(a)?(this.top-=a.top,this.right+=a.right,this.bottom+=a.bottom,this.left-=a.left):(this.top-=a,this.right+=Number(b),this.bottom+=Number(c),this.left-=Number(d));return this};\n_.h.ceil=function(){this.top=Math.ceil(this.top);this.right=Math.ceil(this.right);this.bottom=Math.ceil(this.bottom);this.left=Math.ceil(this.left);return this};_.h.floor=function(){this.top=Math.floor(this.top);this.right=Math.floor(this.right);this.bottom=Math.floor(this.bottom);this.left=Math.floor(this.left);return this};_.h.round=function(){this.top=Math.round(this.top);this.right=Math.round(this.right);this.bottom=Math.round(this.bottom);this.left=Math.round(this.left);return this};\n_.Gg=function(a,b,c,d){this.left=a;this.top=b;this.width=c;this.height=d};_.Gg.prototype.clone=function(){return new _.Gg(this.left,this.top,this.width,this.height)};_.Gg.prototype.ceil=function(){this.left=Math.ceil(this.left);this.top=Math.ceil(this.top);this.width=Math.ceil(this.width);this.height=Math.ceil(this.height);return this};\n_.Gg.prototype.floor=function(){this.left=Math.floor(this.left);this.top=Math.floor(this.top);this.width=Math.floor(this.width);this.height=Math.floor(this.height);return this};_.Gg.prototype.round=function(){this.left=Math.round(this.left);this.top=Math.round(this.top);this.width=Math.round(this.width);this.height=Math.round(this.height);return this};Hg={};\nIg=function(a,b){var c=Hg[b];if(!c){var d=ug(b);c=d;void 0===a.style[d]&&(d=(_.eb?\"Webkit\":_.db?\"Moz\":_.B?\"ms\":_.ab?\"O\":null)+vg(d),void 0!==a.style[d]&&(c=d));Hg[b]=c}return c};_.Jg=function(a,b,c){if(_.n(b))(b=Ig(a,b))&&(a.style[b]=c);else for(var d in b){c=a;var e=b[d],f=Ig(c,d);f&&(c.style[f]=e)}};_.Kg=function(a,b){\"number\"==typeof a&&(a=(b?Math.round(a):a)+\"px\");return a};_.Lg=function(a,b,c){if(b instanceof _.eg){var d=b.b;b=b.o}else d=b,b=c;a.style.left=_.Kg(d,!1);a.style.top=_.Kg(b,!1)};\nMg=function(a){try{var b=a.getBoundingClientRect()}catch(c){return{left:0,top:0,right:0,bottom:0}}_.B&&a.ownerDocument.body&&(a=a.ownerDocument,b.left-=a.documentElement.clientLeft+a.body.clientLeft,b.top-=a.documentElement.clientTop+a.body.clientTop);return b};_.Ng=function(a){var b=_.Ef(a),c=new _.eg(0,0);var d=b?_.Ef(b):window.document;d=!_.B||_.xb(9)||_.hg(_.If(d).Y)?d.documentElement:d.body;if(a==d)return c;a=Mg(a);b=_.kg(_.If(b).Y);c.b=a.left+b.b;c.o=a.top+b.o;return c};\n_.Og=function(a){var b=a.offsetWidth,c=a.offsetHeight,d=_.eb&&!b&&!c;return _.m(b)&&!d||!a.getBoundingClientRect?new _.fg(b,c):(a=Mg(a),new _.fg(a.right-a.left,a.bottom-a.top))};_.Pg=function(a){a=Mg(a);return new _.eg(a.left,a.top)};_.Qg=function(a){if(\"none\"!=_.mg(a,\"display\"))return _.Og(a);var b=a.style,c=b.display,d=b.visibility,e=b.position;b.visibility=\"hidden\";b.position=\"absolute\";b.display=\"inline\";a=_.Og(a);b.display=c;b.position=e;b.visibility=d;return a};\n_.Rg=function(a,b){a.style.display=b?\"\":\"none\"};_.Sg=function(a,b){if(/^\\d+px?$/.test(b))return(0,window.parseInt)(b,10);var c=a.style.left,d=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;a.style.left=b;b=a.style.pixelLeft;a.style.left=c;a.runtimeStyle.left=d;return+b};Tg=function(a,b){return(b=a.currentStyle?a.currentStyle[b]:null)?_.Sg(a,b):0};\n_.Ug=function(a,b){if(_.B){var c=Tg(a,b+\"Left\"),d=Tg(a,b+\"Right\"),e=Tg(a,b+\"Top\");a=Tg(a,b+\"Bottom\");return new _.Fg(e,d,a,c)}c=_.lg(a,b+\"Left\");d=_.lg(a,b+\"Right\");e=_.lg(a,b+\"Top\");a=_.lg(a,b+\"Bottom\");return new _.Fg((0,window.parseFloat)(e),(0,window.parseFloat)(d),(0,window.parseFloat)(a),(0,window.parseFloat)(c))};Vg=function(a){if(a.classList)return a.classList;a=a.className;return _.n(a)&&a.match(/\\S+/g)||[]};_.Wg=function(a,b){return a.classList?a.classList.contains(b):_.Dc(Vg(a),b)};\n_.P=function(a,b){a.classList?a.classList.add(b):_.Wg(a,b)||(a.className+=0<a.className.length?\" \"+b:b)};_.Xg=function(a,b){if(a.classList)(0,_.wa)(b,function(b){_.P(a,b)});else{var c={};(0,_.wa)(Vg(a),function(a){c[a]=!0});(0,_.wa)(b,function(a){c[a]=!0});a.className=\"\";for(var d in c)a.className+=0<a.className.length?\" \"+d:d}};_.R=function(a,b){a.classList?a.classList.remove(b):_.Wg(a,b)&&(a.className=(0,_.xa)(Vg(a),function(a){return a!=b}).join(\" \"))}; _.Yg=function(a,b){a.classList?(0,_.wa)(b,function(b){_.R(a,b)}):a.className=(0,_.xa)(Vg(a),function(a){return!_.Dc(b,a)}).join(\" \")};\n_.Zg=function(a){_.M.call(this);this.b=a;a=_.B?\"focusout\":\"blur\";this.o=_.L(this.b,_.B?\"focusin\":\"focus\",this,!_.B);this.w=_.L(this.b,a,this,!_.B)};_.y(_.Zg,_.M);_.Zg.prototype.handleEvent=function(a){var b=new _.Jd(a.b);b.type=\"focusin\"==a.type||\"focus\"==a.type?\"focusin\":\"focusout\";this.dispatchEvent(b)};_.Zg.prototype.P=function(){_.Zg.J.P.call(this);_.de(this.o);_.de(this.w);delete this.b};\n_.$g=function(){if(_.ib){var a=/Windows NT ([0-9.]+)/;return(a=a.exec(_.Sa))?a[1]:\"0\"}return _.hb?(a=/10[_.][0-9_.]+/,(a=a.exec(_.Sa))?a[0].replace(/_/g,\".\"):\"10\"):_.kb?(a=/Android\\s+([^\\);]+)(\\)|;)/,(a=a.exec(_.Sa))?a[1]:\"\"):_.lb||_.mb||_.nb?(a=/(?:iPhone|CPU)\\s+OS\\s+(\\S+)/,(a=a.exec(_.Sa))?a[1].replace(/_/g,\".\"):\"\"):\"\"}();\n\n}catch(e){_._DumpException(e)}\n/* _Module_:syc */\ntry{\nvar hh,oh,qh,zh,rh,th,sh,wh,uh,ph,Ah;_.gh=function(a){return Array.prototype.concat.apply([],arguments)};_.S=function(a,b,c){return _.jd(window.document,arguments)};hh=function(a,b){if(a){a=a.split(\"&\");for(var c=0;c<a.length;c++){var d=a[c].indexOf(\"=\"),e=null;if(0<=d){var f=a[c].substring(0,d);e=a[c].substring(d+1)}else f=a[c];b(f,e?(0,window.decodeURIComponent)(e.replace(/\\+/g,\" \")):\"\")}}};\n_.ih=function(a,b){this.cb=this.A=this.b=\"\";this.B=null;this.o=this.C=\"\";this.w=!1;var c;a instanceof _.ih?(this.w=_.m(b)?b:a.w,_.jh(this,a.b),this.A=a.A,_.kh(this,a.cb),_.lh(this,a.B),_.mh(this,a.Sa()),_.nh(this,a.La.clone()),this.o=a.o):a&&(c=String(a).match(_.bf))?(this.w=!!b,_.jh(this,c[1]||\"\",!0),this.A=oh(c[2]||\"\"),_.kh(this,c[3]||\"\",!0),_.lh(this,c[4]),_.mh(this,c[5]||\"\",!0),_.nh(this,c[6]||\"\",!0),this.o=oh(c[7]||\"\")):(this.w=!!b,this.La=new ph(null,this.w))};\n_.ih.prototype.toString=function(){var a=[],b=this.b;b&&a.push(qh(b,rh,!0),\":\");var c=this.cb;if(c||\"file\"==b)a.push(\"//\"),(b=this.A)&&a.push(qh(b,rh,!0),\"@\"),a.push(_.Pc(c).replace(/%25([0-9a-fA-F]{2})/g,\"%$1\")),c=this.B,null!=c&&a.push(\":\",String(c));if(c=this.Sa())this.cb&&\"/\"!=c.charAt(0)&&a.push(\"/\"),a.push(qh(c,\"/\"==c.charAt(0)?sh:th,!0));(c=this.La.toString())&&a.push(\"?\",c);(c=this.o)&&a.push(\"#\",qh(c,uh));return a.join(\"\")};_.ih.prototype.clone=function(){return new _.ih(this)};\n_.jh=function(a,b,c){a.b=c?oh(b,!0):b;a.b&&(a.b=a.b.replace(/:$/,\"\"));return a};_.kh=function(a,b,c){a.cb=c?oh(b,!0):b;return a};_.lh=function(a,b){if(b){b=Number(b);if((0,window.isNaN)(b)||0>b)throw Error(\"M`\"+b);a.B=b}else a.B=null;return a};_.ih.prototype.Sa=function(){return this.C};_.mh=function(a,b,c){a.C=c?oh(b,!0):b;return a};_.nh=function(a,b,c){b instanceof ph?(a.La=b,vh(a.La,a.w)):(c||(b=qh(b,wh)),a.La=new ph(b,a.w));return a};_.xh=function(a,b,c){a.La.set(b,c);return a};\n_.yh=function(a){return a instanceof _.ih?a.clone():new _.ih(a,void 0)};oh=function(a,b){return a?b?(0,window.decodeURI)(a.replace(/%25/g,\"%2525\")):(0,window.decodeURIComponent)(a):\"\"};qh=function(a,b,c){return _.n(a)?(a=(0,window.encodeURI)(a).replace(b,zh),c&&(a=a.replace(/%25([0-9a-fA-F]{2})/g,\"%$1\")),a):null};zh=function(a){a=a.charCodeAt(0);return\"%\"+(a>>4&15).toString(16)+(a&15).toString(16)};rh=/[#\\/\\?@]/g;th=/[#\\?:]/g;sh=/[#\\?]/g;wh=/[#\\?@]/g;uh=/#/g;\nph=function(a,b){this.o=this.b=null;this.w=a||null;this.A=!!b};Ah=function(a){a.b||(a.b=new _.Be,a.o=0,a.w&&hh(a.w,function(b,c){a.add((0,window.decodeURIComponent)(b.replace(/\\+/g,\" \")),c)}))};ph.prototype.add=function(a,b){Ah(this);this.w=null;a=Bh(this,a);var c=this.b.get(a);c||this.b.set(a,c=[]);c.push(b);this.o+=1;return this};ph.prototype.remove=function(a){Ah(this);a=Bh(this,a);return _.De(this.b.o,a)?(this.w=null,this.o-=this.b.get(a).length,this.b.remove(a)):!1};\nph.prototype.clear=function(){this.b=this.w=null;this.o=0};ph.prototype.wc=function(){Ah(this);return 0==this.o};var Ch=function(a,b){Ah(a);b=Bh(a,b);return _.De(a.b.o,b)};_.h=ph.prototype;_.h.forEach=function(a,b){Ah(this);this.b.forEach(function(c,d){(0,_.wa)(c,function(c){a.call(b,c,d,this)},this)},this)};_.h.Ra=function(){Ah(this);for(var a=this.b.Ta(),b=this.b.Ra(),c=[],d=0;d<b.length;d++)for(var e=a[d],f=0;f<e.length;f++)c.push(b[d]);return c};\n_.h.Ta=function(a){Ah(this);var b=[];if(_.n(a))Ch(this,a)&&(b=_.gh(b,this.b.get(Bh(this,a))));else{a=this.b.Ta();for(var c=0;c<a.length;c++)b=_.gh(b,a[c])}return b};_.h.set=function(a,b){Ah(this);this.w=null;a=Bh(this,a);Ch(this,a)&&(this.o-=this.b.get(a).length);this.b.set(a,[b]);this.o+=1;return this};_.h.get=function(a,b){if(!a)return b;a=this.Ta(a);return 0<a.length?String(a[0]):b};\n_.h.toString=function(){if(this.w)return this.w;if(!this.b)return\"\";for(var a=[],b=this.b.Ra(),c=0;c<b.length;c++){var d=b[c],e=_.Pc(d);d=this.Ta(d);for(var f=0;f<d.length;f++){var g=e;\"\"!==d[f]&&(g+=\"=\"+_.Pc(d[f]));a.push(g)}}return this.w=a.join(\"&\")};_.h.clone=function(){var a=new ph;a.w=this.w;this.b&&(a.b=this.b.clone(),a.o=this.o);return a};\nvar Bh=function(a,b){b=String(b);a.A&&(b=b.toLowerCase());return b},vh=function(a,b){b&&!a.A&&(Ah(a),a.w=null,a.b.forEach(function(a,b){var c=b.toLowerCase();b!=c&&(this.remove(b),this.remove(c),0<a.length&&(this.w=null,this.b.set(Bh(this,c),_.Fc(a)),this.o+=a.length))},a));a.A=b};\n\n}catch(e){_._DumpException(e)}\n/* _Module_:syg */\ntry{\nvar pi,wi,Ji,Ki,Mi,Ni,Oi,Ri,Si,fj,gj;_.ni=function(a,b){if(b<a.C){b+=a.B;var c=a.w[b];return c===_.Ib?a.w[b]=[]:c}c=a.A[b];return c===_.Ib?a.A[b]=[]:c};_.T=function(a,b,c){b<a.C?a.w[b+a.B]=c:(_.Jb(a),a.A[b]=c)};_.oi=function(a,b,c){a.b||(a.b={});if(!a.b[c]){for(var d=_.ni(a,c),e=[],f=0;f<d.length;f++)e[f]=new b(d[f]);a.b[c]=e}b=a.b[c];b==_.Ib&&(b=a.b[c]=[]);return b};pi=function(a){_.D(this,a,0,-1,null)};_.y(pi,_.C);var qi=function(a){_.D(this,a,0,-1,null)};_.y(qi,_.C);var ri;\nri=function(){return\"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx\".replace(/[xy]/g,function(a){var b=16*Math.random()|0;return(\"x\"==a?b:b&3|8).toString(16)})};_.si=function(a){return a?_.gd(a):window};_.ti=function(a,b,c){a.b||(a.b={});var d=c?c.$a():c;a.b[b]=c;_.T(a,b,d)};_.ui=function(a,b,c){a.b||(a.b={});c=c||[];for(var d=[],e=0;e<c.length;e++)d[e]=c[e].$a();a.b[b]=c;_.T(a,b,d)};_.vi=function(){return _.G(_.K(),pi,11)||new pi};wi=function(a,b){return a+Math.random()*(b-a)};\n_.xi=function(a){_.D(this,a,0,-1,null)};_.y(_.xi,_.C);\nvar yi=function(a){if(!a)return\"\";a=a.split(\"#\")[0].split(\"?\")[0];a=a.toLowerCase();0==a.indexOf(\"//\")&&(a=window.location.protocol+a);/^[\\w\\-]*:\\/\\//.test(a)||(a=window.location.href);var b=a.substring(a.indexOf(\"://\")+3),c=b.indexOf(\"/\");-1!=c&&(b=b.substring(0,c));a=a.substring(0,a.indexOf(\"://\"));if(\"http\"!==a&&\"https\"!==a&&\"chrome-extension\"!==a&&\"file\"!==a&&\"android-app\"!==a&&\"chrome-search\"!==a&&\"app\"!==a)throw Error(\"o`\"+a);c=\"\";var d=b.indexOf(\":\");if(-1!=d){var e=b.substring(d+1);b=b.substring(0,\nd);if(\"http\"===a&&\"80\"!==e||\"https\"===a&&\"443\"!==e)c=\":\"+e}return a+\"://\"+b+c},zi=function(){function a(){e[0]=1732584193;e[1]=4023233417;e[2]=2562383102;e[3]=271733878;e[4]=3285377520;w=q=0}function b(a){for(var b=g,c=0;64>c;c+=4)b[c/4]=a[c]<<24|a[c+1]<<16|a[c+2]<<8|a[c+3];for(c=16;80>c;c++)a=b[c-3]^b[c-8]^b[c-14]^b[c-16],b[c]=(a<<1|a>>>31)&4294967295;a=e[0];var d=e[1],f=e[2],k=e[3],p=e[4];for(c=0;80>c;c++){if(40>c)if(20>c){var q=k^d&(f^k);var w=1518500249}else q=d^f^k,w=1859775393;else 60>c?(q=\nd&f|k&(d|f),w=2400959708):(q=d^f^k,w=3395469782);q=((a<<5|a>>>27)&4294967295)+q+p+w+b[c]&4294967295;p=k;k=f;f=(d<<30|d>>>2)&4294967295;d=a;a=q}e[0]=e[0]+a&4294967295;e[1]=e[1]+d&4294967295;e[2]=e[2]+f&4294967295;e[3]=e[3]+k&4294967295;e[4]=e[4]+p&4294967295}function c(a,c){if(\"string\"===typeof a){a=(0,window.unescape)((0,window.encodeURIComponent)(a));for(var d=[],e=0,g=a.length;e<g;++e)d.push(a.charCodeAt(e));a=d}c||(c=a.length);d=0;if(0==q)for(;d+64<c;)b(a.slice(d,d+64)),d+=64,w+=64;for(;d<c;)if(f[q++]=\na[d++],w++,64==q)for(q=0,b(f);d+64<c;)b(a.slice(d,d+64)),d+=64,w+=64}function d(){var a=[],d=8*w;56>q?c(k,56-q):c(k,64-(q-56));for(var g=63;56<=g;g--)f[g]=d&255,d>>>=8;b(f);for(g=d=0;5>g;g++)for(var p=24;0<=p;p-=8)a[d++]=e[g]>>p&255;return a}for(var e=[],f=[],g=[],k=[128],p=1;64>p;++p)k[p]=0;var q,w;a();return{reset:a,update:c,digest:d,hg:function(){for(var a=d(),b=\"\",c=0;c<a.length;c++)b+=\"0123456789ABCDEF\".charAt(Math.floor(a[c]/16))+\"0123456789ABCDEF\".charAt(a[c]%16);return b}}},Ai=function(a){var b=\nzi();b.update(a);return b.hg().toLowerCase()},Bi=function(a,b,c){var d=[],e=[];if(1==(_.t(c)?2:1))return e=[b,a],(0,_.wa)(d,function(a){e.push(a)}),Ai(e.join(\" \"));var f=[],g=[];(0,_.wa)(c,function(a){g.push(a.key);f.push(a.value)});c=Math.floor((new Date).getTime()/1E3);e=0==f.length?[c,b,a]:[f.join(\":\"),c,b,a];(0,_.wa)(d,function(a){e.push(a)});a=Ai(e.join(\" \"));a=[c,a];0==g.length||a.push(g.join(\"\"));return a.join(\"_\")},Ci=function(a){var b=yi(String(_.l.location.href)),c=_.l.__OVERRIDE_SID;null==\nc&&(c=(new _.kd(window.document)).get(\"SID\"));if(c&&(b=(c=0==b.indexOf(\"https:\")||0==b.indexOf(\"chrome-extension:\"))?_.l.__SAPISID:_.l.__APISID,null==b&&(b=(new _.kd(window.document)).get(c?\"SAPISID\":\"APISID\")),b)){c=c?\"SAPISIDHASH\":\"APISIDHASH\";var d=String(_.l.location.href);return d&&b&&c?[c,Bi(yi(d),b,a||null)].join(\" \"):null}return null},Di=function(a){var b=b||0;return function(){return a.apply(this,Array.prototype.slice.call(arguments,0,b))}},Ei=function(){return _.A(\"iPad\")||_.A(\"Android\")&&\n!_.A(\"Mobile\")||_.A(\"Silk\")},Fi=function(){return!Ei()&&(_.A(\"iPod\")||_.A(\"iPhone\")||_.A(\"Android\")||_.A(\"IEMobile\"))},Gi=function(a){this.b=this.o=this.w=a};Gi.prototype.reset=function(){this.b=this.o=this.w};Gi.prototype.la=function(){return this.o};_.Hi=function(a,b){if(!b)return a;var c=a.indexOf(\"#\");0>c&&(c=a.length);var d=a.indexOf(\"?\");if(0>d||d>c){d=c;var e=\"\"}else e=a.substring(d+1,c);a=[a.substr(0,d),e,a.substr(c)];c=a[1];a[1]=b?c?c+\"&\"+b:b:c;return a[0]+(a[1]?\"?\"+a[1]:\"\")+a[2]};\n_.Ii=function(a,b,c){if(_.t(b))for(var d=0;d<b.length;d++)_.Ii(a,String(b[d]),c);else null!=b&&c.push(a+(\"\"===b?\"\":\"=\"+_.Pc(b)))};Ji=function(a,b){var c=[];for(b=b||0;b<a.length;b+=2)_.Ii(a[b],a[b+1],c);return c.join(\"&\")};Ki=function(a,b){var c=2==arguments.length?Ji(arguments[1],0):Ji(arguments,1);return _.Hi(a,c)};_.Li=function(a,b,c){c=null!=c?\"=\"+_.Pc(c):\"\";return _.Hi(a,b+c)};\nMi=function(a,b,c,d){for(var e=c.length;0<=(b=a.indexOf(c,b))&&b<d;){var f=a.charCodeAt(b-1);if(38==f||63==f)if(f=a.charCodeAt(b+e),!f||61==f||38==f||35==f)return b;b+=e+1}return-1};Ni=/#|$/;Oi=/[?&]($|#)/;_.Pi=function(a,b){for(var c=a.search(Ni),d=0,e,f=[];0<=(e=Mi(a,d,b,c));)f.push(a.substring(d,e)),d=Math.min(a.indexOf(\"&\",e)+1||c,c);f.push(a.substr(d));return f.join(\"\").replace(Oi,\"$1\")};\n_.Qi=function(a,b,c,d,e,f,g){var k=new _.df;_.gf.push(k);b&&k.L(\"complete\",b);k.Oa(\"ready\",k.S);f&&(k.C=Math.max(0,f));g&&(k.K=g);k.send(a,c,d,e)};Ri=function(a,b,c){_.Qi(a.url,function(a){a=a.target;a.xc()?b(a.Fe()):c(a.hb())},a.o,a.body,a.b,0,a.withCredentials)};Si=[3,20];_.Ti=function(a){_.D(this,a,0,27,Si)};_.y(_.Ti,_.C);var Ui=function(a){_.D(this,a,0,-1,null)};_.y(Ui,_.C);var Vi=function(a){_.D(this,a,0,-1,null)};_.y(Vi,_.C);var Wi=function(a){_.D(this,a,0,-1,null)};_.y(Wi,_.C);\nvar Xi=[3,5],Yi=function(a){_.D(this,a,0,15,Xi)};_.y(Yi,_.C);var Zi=function(a){var b=(0,_.v)().toString();_.T(a,4,b)},$i=[5],aj=function(a){_.D(this,a,0,6,$i)};_.y(aj,_.C);var bj=function(){this.type=\"event-logged\"};_.y(bj,_.Hd);\nvar cj=function(a,b,c,d,e,f,g,k,p){_.M.call(this);this.$=a;this.Z=b||_.ma;this.A=new Yi;this.fa=k||Ri;this.b=[];this.W=\"\";this.ea=_.vc(wi,0,1);this.F=d||null;this.C=c||null;this.H=f||!1;this.M=p||null;this.X=this.G=!1;this.V=this.O=-1;this.T=!1;this.ca=!g;this.K=0;this.ba=1;this.S=e||!1;a=new Wi;_.T(a,1,1);this.N=a;_.ti(this.A,1,a);_.T(this.A,2,this.$);this.w=new Gi(1E4);this.o=new _.Ze(this.w.la());_.xc(this,this.o);_.L(this.o,\"tick\",Di(this.flush),!1,this);this.D=new _.Ze(6E5);_.xc(this,this.D);\n_.L(this.D,\"tick\",Di(this.flush),!1,this);this.H||this.D.start();this.S||(_.L(_.si(),\"beforeunload\",this.B,!1,this),_.L(_.si(),\"unload\",this.B,!1,this),_.L(window.document,\"pagehide\",this.B,!1,this))};_.y(cj,_.M);cj.prototype.P=function(){this.B();cj.J.P.call(this)};var dj=function(a){a.F||(a.F=.005>a.ea()?\"https://www.google.com/log?format=json\":\"https://play.google.com/log?format=json\");return a.F};\ncj.prototype.Qa=function(a){if(a instanceof _.Ti)this.log(a);else{var b=new _.Ti;a=a.o();_.T(b,8,a);this.log(b)}};var ej=function(a,b){a.w=new Gi(1>b?1:b);_.$e(a.o,a.w.la())};cj.prototype.log=function(a){a=_.Mb(a);var b=this.ba++;_.T(a,21,b);if(!_.E(a,1)){b=a;var c=(0,_.v)().toString();_.T(b,1,c)}for(;1E3<=this.b.length;)this.b.shift(),++this.K;this.b.push(a);this.dispatchEvent(new bj(a));this.H||this.o.o||this.o.start()};\ncj.prototype.flush=function(a,b){if(0==this.b.length)a&&a();else{var c=(0,_.v)();if(this.V>c&&this.O<c)b&&b(\"throttled\");else{var d=_.Mb(this.A);Zi(d);_.ui(d,3,this.b);_.T(d,14,this.K);c={};var e=this.Z();e&&(c.Authorization=e);var f=dj(this);this.C&&(c[\"X-Goog-AuthUser\"]=this.C,f=_.Li(f,\"authuser\",this.C));this.M&&(c[\"X-Goog-PageId\"]=this.M,f=_.Li(f,\"pageId\",this.M));if(e&&this.W==e)b&&b(\"stale-auth-token\");else if(this.b=[],this.o.o&&this.o.stop(),this.K=0,this.G)a&&a();else{var g=d.o();c={url:f,\nbody:g,w:1,b:c,o:\"POST\",withCredentials:this.ca};f=(0,_.u)(function(b){this.w.reset();_.$e(this.o,this.w.la());if(b){try{var c=JSON.parse(b.replace(\")]}'\\n\",\"\"));var d=new aj(c)}catch(w){}d&&(b=_.F(d,1,\"-1\"),b=Number(b),0<b&&(this.O=(0,_.v)(),this.V=this.O+b),d.A?(d.b||(d.b={}),_.vf.o()?(!d.b[175237375]&&d.A[175237375]&&(d.b[175237375]=new _.vf.b(d.A[175237375])),d=d.b[175237375]):d=d.A[175237375]):d=void 0,d&&(d=_.F(d,1,-1),-1!=d&&(this.T||ej(this,d))))}a&&a()},this);g=(0,_.u)(function(a){var c=\n_.oi(d,_.Ti,3),f=this.w;f.b=Math.min(3E5,2*f.b);f.o=Math.min(3E5,f.b+Math.round(.2*(Math.random()-.5)*f.b));_.$e(this.o,this.w.la());401==a&&e&&(this.W=e);if(500<=a&&600>a||401==a||0==a)this.b=c.concat(this.b),this.H||this.o.o||this.o.start();b&&b(\"net-send-failed\",a)},this);this.fa(c,f,g)}}}};cj.prototype.B=function(){this.G||(this.X&&fj(this),this.flush())};fj=function(a){gj(a,function(a,c){a=_.Li(a,\"format\",\"json\");return _.si().navigator.sendBeacon(a,c.o())})};\ngj=function(a,b){if(0!=a.b.length){var c=_.Pi(dj(a),\"format\");c=Ki(c,\"auth\",a.Z(),\"authuser\",a.C||\"0\");for(var d=0;10>d&&a.b.length;++d){var e=a.b.slice(0,32),f=_.Mb(a.A);Zi(f);_.ui(f,3,e);if(!b(c,f))break;a.b=a.b.slice(e.length)}}};\n_.hj=function(a,b,c,d,e,f){cj.call(this,a,Ci,b,c,d,e,void 0,Ri,f);a=this.N;d=this.S;b=new Vi;c=new Ui;e=Fi()||Ei()?Ei()?2:Fi()?1:0:3;_.T(b,6,_.A(\"Android\")?3:_.A(\"CrOS\")?5:_.A(\"CrKey\")?9:_.A(\"Windows\")?2:_.A(\"iPad\")?6:_.Wa()?7:_.A(\"iPod\")?8:_.A(\"Linux\")?4:_.A(\"Macintosh\")?1:0);f=_.Sa;var g=\"\";_.A(\"Windows\")?(g=/Windows (?:NT|Phone) ([0-9.]+)/,g=(f=g.exec(f))?f[1]:\"0.0\"):_.Xa()?(g=/(?:iPhone|iPod|iPad|CPU)\\s+OS\\s+(\\S+)/,g=(f=g.exec(f))&&f[1].replace(/_/g,\".\")):_.A(\"Macintosh\")?(g=/Mac OS X ([0-9_.]+)/,\ng=(f=g.exec(f))?f[1].replace(/_/g,\".\"):\"10\"):_.A(\"Android\")?(g=/Android\\s+([^\\);]+)(\\)|;)/,g=(f=g.exec(f))&&f[1]):_.A(\"CrOS\")&&(g=/(?:CrOS\\s+(?:i686|x86_64)\\s+([0-9.]+))/,g=(f=g.exec(f))&&f[1]);_.T(b,2,g||\"\");_.T(b,3,e);d||(d=_.si(),e=window.document.documentElement.getAttribute(\"lang\"),_.T(b,5,e),_.T(c,1,d.navigator.language||d.navigator.browserLanguage));_.T(c,2,_.wf);_.T(c,3,_.uf);_.rf&&_.T(c,4,_.sf);_.ti(a,11,b);_.ti(a,9,c);_.ti(this.A,1,this.N)};_.y(_.hj,cj);\nvar ij=[1],jj=function(a,b,c){_.z.call(this);this.H=c;this.w=_.J(+_.F(a,2,1E-4),.001);this.M=_.J(+_.F(a,10,0),0);this.N=_.J(_.E(a,4),0);this.O=_.J(_.E(a,5),-1);this.K=_.I(_.E(a,7),\"\");this.F=_.I(_.E(a,6),\"\");this.D=_.I(_.E(a,8),\"\");this.B=_.E(a,9);this.T=!!_.E(a,11);this.G=!!_.E(a,12);c=Math.random();this.A=_.H(_.E(a,1))&&c<this.w;this.o=_.H(_.E(a,1))&&c<this.M;this.C=\"og-\"+ri();if(this.A||this.o)a=_.E(a,3)?\"https://jmt17.google.com/log\":void 0,b=this.b=new _.hj(373,_.I(_.E(b,5)),a),b.T=!0,ej(b,1E3),\nthis.b.X=!!_.si().navigator.sendBeacon&&(_.Eb||_.Ab&&_.vb(45)),_.xc(this,this.b)};_.y(jj,_.z);\njj.prototype.log=function(a,b){var c=this.A&&!_.Dc(ij,a)||this.o&&!!_.Dc(ij,a);if(c){var d=b||new _.xi;_.T(d,1,a);_.T(d,2,this.N);_.T(d,4,this.w);_.T(d,3,this.O);_.T(d,11,this.F);_.T(d,10,this.K);_.T(d,5,this.D);window.performance&&window.performance.timing&&_.T(d,14,(new Date).getTime()-window.performance.timing.navigationStart);_.T(d,13,this.B);_.T(d,16,this.T);_.T(d,17,this.G);_.T(d,19,this.C);b=new _.Ti;d=d.o();_.T(b,8,d);this.b.log(b)}this.H&&window.console.log(\"Clearcut log called with event = \", a,\"(\"+(c?\"\":\"NOT \")+\"sent to server)\")};\nvar kj;kj=null;_.lj=function(){var a=_.G(_.K(),qi,29)||new qi,b=_.vi();return kj?kj:kj=new jj(a,b,_.Ub)};var mj;mj=function(){this.o=!1;this.b=[]};_.U=function(a){var b=_.nj;b.o?a():b.b.push(a)};mj.prototype.w=function(a){if(!this.o){this.o=!0;_.lj().log(1);for(var b=0;b<this.b.length;b++)try{this.b[b]()}catch(c){a(c)}this.b=null;try{_.Mc(\"api\").Qa()}catch(c){}}};_.nj=new mj;\n\n}catch(e){_._DumpException(e)}\n/* _Module_:syh */\ntry{\nvar Rm=function(){_.z.call(this);this.b=new _.he},Tm;_.y(Rm,_.z);_.Sm=new Rm;Tm=[\"click\",\"keydown\",\"mousedown\",\"touchstart\"];Rm.prototype.L=function(a,b,c,d,e){(e||this.b).A(a,Tm,b,c,d)};Rm.prototype.ua=function(a,b,c,d,e){(e||this.b).ua(a,Tm,b,c,d)};Rm.prototype.P=function(){this.b.ha();Rm.J.P.call(this)};\nvar Um,Wm;Um=_.B?_.Wf(_.ec('javascript:\"\"')):_.Wf(_.ec(\"about:blank\"));_.Vm=_.dd(Um);Wm=_.B?_.Wf(_.ec('javascript:\"\"')):_.Wf(_.ec(\"javascript:undefined\"));_.dd(Wm);\n}catch(e){_._DumpException(e)}\n/* _Module_:syk */\ntry{\nvar Xm,gn,hn,jn,mn;Xm=function(a,b){return a&&b?b instanceof _.Fg?b.left>=a.left&&b.right<=a.right&&b.top>=a.top&&b.bottom<=a.bottom:b.b>=a.left&&b.b<=a.right&&b.o>=a.top&&b.o<=a.bottom:!1};_.Ym=function(a,b,c){_.z.call(this);this.yc=a;this.w=b||0;this.b=c;this.o=(0,_.u)(this.ng,this)};_.y(_.Ym,_.z);_.h=_.Ym.prototype;_.h.ia=0;_.h.P=function(){_.Ym.J.P.call(this);this.stop();delete this.yc;delete this.b};_.h.start=function(a){this.stop();this.ia=_.af(this.o,_.m(a)?a:this.w)};\n_.h.stop=function(){0!=this.ia&&_.l.clearTimeout(this.ia);this.ia=0};_.h.ng=function(){this.ia=0;this.yc&&this.yc.call(this.b)};_.Zm={};_.$m=function(a,b){_.Zm[a]=b;b.wj=a};_.an=function(a,b){return(b||window.document).getElementsByTagName(String(a))};_.bn=function(a){return _.$b&&void 0!=a.children?a.children:(0,_.xa)(a.childNodes,function(a){return 1==a.nodeType})};_.cn=function(a,b){for(;a&&1!=a.nodeType;)a=b?a.nextSibling:a.previousSibling;return a};\n_.dn=function(a){return _.m(a.nextElementSibling)?a.nextElementSibling:_.cn(a.nextSibling,!0)};_.en=function(a){var b;if(_.bc&&!(_.B&&_.vb(\"9\")&&!_.vb(\"10\")&&_.l.SVGElement&&a instanceof _.l.SVGElement)&&(b=a.parentElement))return b;b=a.parentNode;return _.Jf(b)?b:null};_.fn=function(a,b,c,d){if(null!=a)for(a=a.firstChild;a;){if(b(a)&&(c.push(a),d)||_.fn(a,b,c,d))return!0;a=a.nextSibling}return!1};gn=function(a,b){var c=[];return _.fn(a,b,c,!0)?c[0]:void 0};\nhn=function(a){return _.B&&!_.vb(\"9\")?(a=a.getAttributeNode(\"tabindex\"),null!=a&&a.specified):a.hasAttribute(\"tabindex\")};jn=function(a){a=a.tabIndex;return _.la(a)&&0<=a&&32768>a};\n_.kn=function(a){var b;if((b=\"A\"==a.tagName||\"INPUT\"==a.tagName||\"TEXTAREA\"==a.tagName||\"SELECT\"==a.tagName||\"BUTTON\"==a.tagName?!a.disabled&&(!hn(a)||jn(a)):hn(a)&&jn(a))&&_.B){var c;!_.zc(a.getBoundingClientRect)||_.B&&null==a.parentElement?c={height:a.offsetHeight,width:a.offsetWidth}:c=a.getBoundingClientRect();a=null!=c&&0<c.height&&0<c.width}else a=b;return a};_.ln=function(a,b,c){c?_.P(a,b):_.R(a,b)};_.nn=function(a){mn();return _.Vf(a)};mn=_.ma;\n_.pn=function(a,b){_.M.call(this);this.b=a;this.w=on(this.b);this.D=b||100;this.A=_.L(a,\"resize\",this.B,!1,this)};_.y(_.pn,_.M);_.pn.prototype.P=function(){_.de(this.A);_.pn.J.P.call(this)};_.pn.prototype.B=function(){this.o||(this.o=new _.Ym(this.C,this.D,this),_.xc(this,this.o));this.o.start()};\n_.pn.prototype.C=function(){if(!this.b.ga){var a=this.w,b=on(this.b);this.w=b;if(a){var c=!1;a.width!=b.width&&(this.dispatchEvent(\"b\"),c=!0);a.height!=b.height&&(this.dispatchEvent(\"a\"),c=!0);c&&this.dispatchEvent(\"resize\")}else this.dispatchEvent(\"a\"),this.dispatchEvent(\"b\"),this.dispatchEvent(\"resize\")}};\nvar qn=function(a){_.M.call(this);this.o=a||window;this.w=_.L(this.o,\"resize\",this.A,!1,this);this.b=_.ig(this.o)},rn,on;_.y(qn,_.M);_.sn=function(){var a=window,b=_.rg(a);return rn[b]=rn[b]||new qn(a)};rn={};on=function(a){return a.b?a.b.clone():null};qn.prototype.P=function(){qn.J.P.call(this);this.w&&(_.de(this.w),this.w=null);this.b=this.o=null};qn.prototype.A=function(){var a=_.ig(this.o);_.wg(a,this.b)||(this.b=a,this.dispatchEvent(\"resize\"))};\nvar tn=function(a){return gn(a,function(a){return _.Jf(a)&&_.kn(a)})},un=function(a){(a=tn(a))&&a.focus()};var vn=function(a){_.z.call(this);this.b=a||_.If();this.o={}};_.y(vn,_.z);vn.prototype.P=function(){_.Gc(this.o,this.b.Cd,this.b);this.b=this.o=null;vn.J.P.call(this)};\nvar xn=function(a,b){var c=wn(a);_.yg(c,\"\");_.af(function(){_.yg(c,b)},1)},wn=function(a){var b=a.o.polite;if(b)return b.removeAttribute(\"aria-hidden\"),b;b=a.b.createElement(\"DIV\");b.style.position=\"absolute\";b.style.top=\"-1000px\";b.style.height=\"1px\";b.style.overflow=\"hidden\";_.Ag(b,\"live\",\"polite\");_.Ag(b,\"atomic\",\"true\");a.b.Y.body.appendChild(b);return a.o.polite=b};\n_.yn=_.l.document&&_.l.document.documentElement&&!!_.l.document.documentElement.setCapture&&!!_.l.document.releaseCapture;_.zn=function(){_.M.call(this);this.B=[];this.qa=[];this.O=[];this.Z=this.V=this.W=!1};_.y(_.zn,_.M);_.h=_.zn.prototype;_.h.rd=function(a){this.qa.push(a);this.W=a.V=!0};_.h.init=function(){if(!this.Z){for(var a,b=0;a=this.B[b];b++)this.Wc(a);this.Z=!0}};_.h.Wc=function(a){this.W&&(_.L(a.b,\"mousedown\",a.ef,!1,a),this.fa&&_.P(a.b,this.fa));this.V&&this.ca&&_.P(a.b,this.ca)};_.h.wd=function(a){this.W&&(_.ce(a.b,\"mousedown\",a.ef,!1,a),this.fa&&_.R(a.b,this.fa));this.V&&this.ca&&_.R(a.b,this.ca);a.ha()};\n_.h.He=function(a){var b=a.w?null:this.F;if(b&&b.o){var c=a.clientX,d=a.clientY,e=_.kg(_.If(this.K).Y),f=c+e.b;e=d+e.o;var g;this.D&&(g=this.D(b.w,b.b,f,e));this.dispatchEvent(new _.An(\"drag\",this,this.b,b.o,b.w,b.A,c,d,f,e));b.o.dispatchEvent(new _.An(\"drop\",this,this.b,b.o,b.w,b.A,c,d,f,e,g,a.B))}this.dispatchEvent(new _.An(\"dragend\",this,this.b,b?b.o:void 0,b?b.w:void 0,b?b.A:void 0));_.ce(this.A,\"drag\",this.gf,!1,this);_.ce(this.A,\"end\",this.He,!1,this);_.ce(_.Ef(this.b.o).body,\"selectstart\",\nthis.wf);for(a=0;b=this.O[a];a++)_.ce(b.b,\"scroll\",this.se,!1,this),b.o=[];this.A.ha();_.Gf(this.K);delete this.b;delete this.K;delete this.A;delete this.T;delete this.F};\n_.h.gf=function(a){var b=_.kg(_.If(this.K).Y);var c=new _.eg(a.clientX+b.b,a.clientY+b.o);b=c.b;var d=c.o,e=this.F;this.dispatchEvent(new _.An(\"drag\",this,this.b,e?e.o:void 0,e?e.w:void 0,e?e.A:void 0,a.clientX,a.clientY,b,d));var f;if(e){this.D&&e.o&&(f=this.D(e.w,e.b,b,d));if(Xm(e.b,c)&&f==this.ba)return;e.o&&(this.dispatchEvent(new _.An(\"dragout\",this,this.b,e.o,e.w,e.A)),e.o.dispatchEvent(new _.An(\"dragout\",this,this.b,e.o,e.w,e.A,void 0,void 0,void 0,void 0,this.ba)));this.ba=f;this.F=null}if(Xm(this.C,\nc)){a:{for(var g=0;e=this.T[g];g++)if(Xm(e.b,c))if(e.B){if(Xm(e.B.w,c)){c=e;break a}}else{c=e;break a}c=null}if((e=this.F=c)&&e.o)this.D&&(f=this.D(e.w,e.b,b,d)),b=new _.An(\"dragover\",this,this.b,e.o,e.w,e.A),b.w=f,this.dispatchEvent(b),e.o.dispatchEvent(new _.An(\"dragover\",this,this.b,e.o,e.w,e.A,a.clientX,a.clientY,void 0,void 0,f));else if(!e){this.o||(this.o=new _.Bn(this.C.clone()));a=this.o.b;a.top=this.C.top;a.right=this.C.right;a.bottom=this.C.bottom;a.left=this.C.left;for(f=0;e=this.T[f];f++)c=\ne.b,e.B&&(e=e.B.w,c=new _.Fg(Math.max(c.top,e.top),Math.min(c.right,e.right),Math.min(c.bottom,e.bottom),Math.max(c.left,e.left))),e=null,b>=c.right?e=c.right>a.left?c.right:a.left:b<c.left&&(e=c.left<a.right?c.left:a.right),g=null,d>=c.bottom?g=c.bottom>a.top?c.bottom:a.top:d<c.top&&(g=c.top<a.bottom?c.top:a.bottom),null===e||null===g||(Math.abs(e-b)>Math.abs(g-d)?g=null:e=null),null!==e?e<=b?a.left=e:a.right=e:null!==g&&(g<=d?a.top=g:a.bottom=g);this.F=10<=(a.right-a.left)*(a.bottom-a.top)?this.o:\nnull}}};_.h.wf=function(){return!1};_.h.se=function(a){for(var b=0,c;c=this.O[b];b++)if(a.target==c.b){var d=c.B-c.b.scrollTop,e=c.A-c.b.scrollLeft;c.B=c.b.scrollTop;c.A=c.b.scrollLeft;this.o&&this.F==this.o&&(0<d?this.o.b.top+=d:this.o.b.bottom+=d,0<e?this.o.b.left+=e:this.o.b.right+=e);for(var f=0,g;g=c.o[f];f++)g=g.b,g.top+=d,g.left+=e,g.bottom+=d,g.right+=e,_.Cn(this,g)}this.A.Je(a)};\n_.Cn=function(a,b){1==a.T.length?a.C=new _.Fg(b.top,b.right,b.bottom,b.left):(a=a.C,a.left=Math.min(b.left,a.left),a.right=Math.max(b.right,a.right),a.top=Math.min(b.top,a.top),a.bottom=Math.max(b.bottom,a.bottom))};_.zn.prototype.P=function(){_.zn.J.P.call(this);for(var a,b=0;a=this.B[b];b++)this.wd(a);this.B.length=0};_.An=function(a,b,c,d,e,f,g,k,p,q,w){_.Hd.call(this,a);this.B=c;this.C=e;this.clientX=g;this.clientY=k;this.w=w};_.y(_.An,_.Hd); _.Bn=function(a,b,c,d){this.b=a;this.o=b;this.w=c;this.A=d||null;this.B=null};\nvar Dn=function(){_.zn.call(this)};_.y(Dn,_.zn);_.En=function(a,b){_.zn.call(this);this.S=!1;this.w=[];this.X=_.F(b,1,!1);this.ea=_.E(b,2)||\"\";this.Ha=_.E(b,3)||\"\";this.ja=this.X&&this.ea?new vn:null;this.H=null;this.G=a;this.M={};this.$=null};_.y(_.En,Dn);_.h=_.En.prototype;_.h.Fh=_.Lf.U();_.h.rd=function(a){_.En.J.rd.call(this,a);this.w.push(a);this.S=!0};_.h.init=function(){_.En.J.init.call(this);this.X&&this.S&&_.L(this.G,\"keydown\",this.hf,!1,this)};_.h.P=function(){this.X&&this.S&&_.ce(this.G,\"keydown\",this.hf,!1,this);_.En.J.P.call(this)};\n_.h.Wc=function(a){_.En.J.Wc.call(this,a);var b=a.b;b=b.id||(b.id=\"ogbkddg\"+_.Mf(this.Fh));this.M[b]=a};_.h.wd=function(a){delete this.M[a.b.id];_.En.J.wd.call(this,a)};\n_.h.hf=function(a){a:{var b=a.target;if(this.M)for(var c=this.G;b&&b!==c;){var d=b.id;if(d in this.M){b=this.M[d];break a}b=b.parentNode}b=null}b&&(32==a.keyCode?(this.H?this.N(a,b):(this.H=b,_.P(this.G,\"gb_bg\"),_.P(b.b,\"gb_6\"),this.$=_.L(window.document,\"mousedown\",(0,_.u)(this.N,this,a,b,!1)),_.L(this.G,\"focusin\",this.Qe,!1,this),this.dispatchEvent(new Fn(b)),un(b.b)),a.preventDefault(),a.stopPropagation()):this.H&&Gn(this,a,b))};_.h.Qe=function(a){var b=tn(this.H.b);a.target!=b&&this.N(a,this.H)};\nvar Gn=function(a,b,c){var d=null;_.bn(_.en(c.b));switch(b.keyCode){case 37:d=Hn(a,c,-1);break;case 38:d=Hn(a,c,-3);break;case 39:d=Hn(a,c,1);break;case 40:d=Hn(a,c,3);break;case 9:a.N(b,c);break;case 27:a.N(b,c,!0)}if(d){a.dispatchEvent(new _.An(\"dragout\",null,c));var e=d.target.B[0],f=new _.An(\"dragover\",null,null);f.C=e;f.w=d.b;a.dispatchEvent(f);un(c.b);if(a.ja){c=1==a.w.indexOf(d.target)?a.Ha:a.ea;var g=[d.b+1,e?e.b.children.length:0];c=c.replace(/%([0-9]+)\\$s/g,function(a,b){b=(0,window.parseInt)(b,\n10)-1;return b<g.length?g[b]:\"\"});xn(a.ja,c)}b.preventDefault()}};_.En.prototype.N=function(a,b,c){_.R(this.G,\"gb_bg\");c?this.dispatchEvent(new _.An(\"dragout\",null,b)):(a=In(this,_.en(b.b)),(a=-1!=a?this.w[a]:null)&&a.dispatchEvent(new _.An(\"drop\",null,null)));this.dispatchEvent(new _.An(\"dragend\",null,b));_.de(this.$);delete this.$;_.ce(this.G,\"focusin\",this.Qe,!1,this);this.H=null;_.R(b.b,\"gb_6\")};\nvar Hn=function(a,b,c){var d=b.b;b=_.en(b.b);var e=In(a,b);_.bn(_.en(b));for(var f=_.bn(b),g=(0,_.va)(f,d),k=0<c?1:-1;d&&0!=c;){do d=0<k?_.dn(d):_.m(d.previousElementSibling)?d.previousElementSibling:_.cn(d.previousSibling,!1);while(d&&!(d.id in a.M));c-=k;g+=k;if(!d&&e<a.w.length&&(e+=k,a.w[e]))if(b=a.w[e].B[0].b,f=_.bn(b),0<k)d=(3-g%3)%3,c=c<d?0:c-d,g=0,d=b.children[0];else{g=f.length;d=3-g%3-1;if(c=d>-c?0:c+d)g--,c++;d=b.children[g]}}return 0==c&&a.w[e]?new Jn(a.w[e],g):null},In=function(a,b){for(var c= -1,d=0;d<a.w.length;d++)if(a.w[d].B[0].b==b){c=d;break}return c},Jn=function(a,b){this.target=a;this.b=b},Fn=function(a){_.An.call(this,\"dragstart\",null,a)};_.y(Fn,_.An);\n_.Kn=new _.fg(88,100);_.Ln=function(a){_.D(this,a,\"gaia.l.a\",-1,null)};_.y(_.Ln,_.C);_.$m(\"gaia.l.a\",_.Ln);_.Nn=function(a){_.D(this,a,\"gaia.l.a.r\",-1,Mn)};_.y(_.Nn,_.C);var Mn=[1];_.$m(\"gaia.l.a.r\",_.Nn);(function(){for(var a=[\"ms\",\"moz\",\"webkit\",\"o\"],b=0,c;c=a[b]&&!_.l.requestAnimationFrame;++b)_.l.requestAnimationFrame=_.l[c+\"RequestAnimationFrame\"],_.l.cancelAnimationFrame=_.l[c+\"CancelAnimationFrame\"]||_.l[c+\"CancelRequestAnimationFrame\"];if(!_.l.requestAnimationFrame){var d=0;_.l.requestAnimationFrame=function(a){var b=(new Date).getTime(),c=Math.max(0,16-(b-d));d=b+c;return _.l.setTimeout(function(){a(b+c)},c)};_.l.cancelAnimationFrame||(_.l.cancelAnimationFrame=function(a){(0,window.clearTimeout)(a)})}})();\nvar On=function(a){a||_.If();_.Be.call(this)};_.y(On,_.Be);On.prototype.clear=function(){_.Be.prototype.clear.call(this)};On.prototype.set=function(a,b){_.Be.prototype.set.call(this,a,b);return this};var Pn=function(a,b,c,d){return a.set(b.key,b.caption,c,d)};On.prototype.Lb=function(){};On.prototype.R=function(){return null};var Qn={key:\"ok\",caption:\"OK\"},Rn={key:\"cancel\",caption:\"Cancel\"},Sn={key:\"yes\",caption:\"Yes\"},Tn={key:\"no\",caption:\"No\"},Un={key:\"save\",caption:\"Save\"},Vn={key:\"continue\",caption:\"Continue\"}; \"undefined\"!=typeof window.document&&(Pn(new On,Qn,!0,!0),Pn(Pn(new On,Qn,!0),Rn,!1,!0),Pn(Pn(new On,Sn,!0),Tn,!1,!0),Pn(Pn(Pn(new On,Sn),Tn,!0),Rn,!1,!0),Pn(Pn(Pn(new On,Vn),Un),Rn,!0,!0));\n_.Wf(_.ec(\"//www-onepick-opensocial.googleusercontent.com/gadgets/js/rpc.js?c=1&container=onepick\"));_.Wf(_.ec(\"//apis.google.com/js/rpc.js\"));\n}catch(e){_._DumpException(e)}\n/* _Module_:syl */\ntry{\nvar oj=function(a){_.D(this,a,0,-1,null)},uj,vj,yj,zj,Aj,Cj,Mj;_.y(oj,_.C);var pj=function(a){_.D(this,a,0,-1,null)};_.y(pj,_.C);_.qj=function(a){_.D(this,a,0,-1,null)};_.y(_.qj,_.C);_.sj=function(){var a=_.rj();return _.E(a,9)};_.tj=function(a,b,c){_.Yf.L(b,c,void 0,a.Z||a,a)};uj=null;vj=/^[\\w+/_-]+[=]{0,2}$/;_.rj=function(){return _.G(_.K(),oj,4)||new oj};\n_.wj=function(a,b){a.src=_.dd(b);if(null===uj){a:{if((b=_.l.document.querySelector(\"script[nonce]\"))&&(b=b.nonce||b.getAttribute(\"nonce\"))&&vj.test(b))break a;b=null}uj=b||\"\"}(b=uj)&&a.setAttribute(\"nonce\",b)};_.xj=function(a,b,c){return _.Li(_.Pi(a,b),b,c)};yj=0;zj=[];Aj=function(a){var b=new window.Image,c=yj;b.onerror=b.onload=b.onabort=function(){c in zj&&delete zj[c]};zj[yj++]=b;b.src=a};\n_.Bj=function(a){var b=window.google&&window.google.logUrl?\"\":\"https://www.google.com\";b+=\"/gen_204?\";b+=a.o(2040-b.length);Aj(b)};Cj=function(a){this.b=a};Cj.prototype.log=function(a,b){try{if(this.C(a)){var c=this.w(a,b);this.o(c)}}catch(d){}};Cj.prototype.o=function(a){this.b?a.b():_.Bj(a)};_.Dj=function(){this.data={}};_.Dj.prototype.b=function(){window.console&&window.console.log&&window.console.log(\"Log data: \",this.data)};\n_.Dj.prototype.o=function(a){var b=[],c;for(c in this.data)b.push((0,window.encodeURIComponent)(c)+\"=\"+(0,window.encodeURIComponent)(String(this.data[c])));return(\"atyp=i&zx=\"+(new Date).getTime()+\"&\"+b.join(\"&\")).substr(0,a)};\nvar Ej=function(a,b){this.data={};var c=_.G(a,_.Ob,8)||new _.Ob;this.data.ei=window.google&&window.google.kEI?window.google.kEI:_.I(_.E(a,10));this.data.ogf=_.I(_.E(c,3));var d=window.google&&window.google.sn?/.*hp$/.test(window.google.sn)?!1:!0:_.H(_.E(a,7));this.data.ogrp=d?\"1\":\"\";this.data.ogv=_.I(_.E(c,6))+\".\"+_.I(_.E(c,7));this.data.ogd=_.I(_.E(a,21));this.data.ogc=_.I(_.E(a,20));this.data.ogl=_.I(_.E(a,5));b&&(this.data.oggv=b)};_.y(Ej,_.Dj);\n_.Fj=function(a,b,c,d,e){Ej.call(this,a,b);_.Lc(this.data,{jexpid:_.I(_.E(a,9)),srcpg:\"prop=\"+_.I(_.E(a,6)),jsr:Math.round(1/d),emsg:c.name+\":\"+c.message});if(e){e._sn&&(e._sn=\"og.\"+e._sn);for(var f in e)this.data[(0,window.encodeURIComponent)(f)]=e[f]}};_.y(_.Fj,Ej);_.Gj=function(a,b,c,d){this.b=d;this.ga=b;this.H=c;this.B=_.J(+_.F(a,2,.001),.001);this.G=_.H(_.E(a,1))&&Math.random()<this.B;this.D=_.J(_.F(a,3,1),1);this.A=0;this.F=_.H(_.F(a,4,!0),!0)};_.y(_.Gj,Cj);\n_.Gj.prototype.log=function(a,b){_.Gj.J.log.call(this,a,b);if(this.b&&this.F)throw a;};_.Gj.prototype.C=function(){return this.b||this.G&&this.A<this.D};_.Gj.prototype.w=function(a,b){try{return _.Ca(_.Ba.U(),\"lm\").b(a,b)}catch(c){return new _.Fj(this.ga,this.H,a,this.B,b)}};_.Gj.prototype.o=function(a){_.Gj.J.o.call(this,a);this.A++};\nvar Hj=[1,2,3,4,5,6,9,10,11,13,14,28,29,30,34,35,37,38,39,40,41,42,43,48,49,50,51,52,53,55,56,57,58,59,62,500],Ij=null,Jj=function(a){if(!Ij){Ij={};for(var b=0;b<Hj.length;b++)Ij[Hj[b]]=!0}return!!Ij[a]},Kj=function(a,b,c,d,e,f){Ej.call(this,a,b);_.Lc(this.data,{oge:d,ogex:_.I(_.E(a,9)),ogp:_.I(_.E(a,6)),ogsr:Math.round(1/(Jj(d)?_.J(+_.F(c,3,1)):_.J(+_.F(c,2,1E-4)))),ogus:e});if(f){\"ogw\"in f&&(this.data.ogw=f.ogw,delete f.ogw);\"ved\"in f&&(this.data.ved=f.ved,delete f.ved);a=[];for(var g in f)0!=a.length&&\na.push(\",\"),a.push(g.replace(\".\",\"%2E\").replace(\",\",\"%2C\")),a.push(\".\"),a.push(f[g].replace(\".\",\"%2E\").replace(\",\",\"%2C\"));f=a.join(\"\");\"\"!=f&&(this.data.ogad=f)}};_.y(Kj,Ej);var Lj=function(a,b,c,d,e){this.b=e;this.ga=a;this.G=b;this.H=d;this.F=_.J(+_.F(a,2,1E-4),1E-4);this.B=_.J(+_.F(a,3,1),1);b=Math.random();this.D=_.H(_.E(a,1))&&b<this.F;this.A=_.H(_.E(a,1))&&b<this.B;a=0;_.H(_.E(c,1))&&(a|=1);_.H(_.E(c,2))&&(a|=2);_.H(_.E(c,3))&&(a|=4);this.K=a};_.y(Lj,Cj);\nLj.prototype.C=function(a){return this.b||(Jj(a)?this.A:this.D)};Lj.prototype.w=function(a,b){return new Kj(this.G,this.H,this.ga,a,this.K,b)};Mj=null;_.V=function(){if(!Mj){var a=_.G(_.K(),_.qj,13)||new _.qj,b=_.Xb(),c=_.sj();Mj=new _.Gj(a,b,c,_.Ub)}return Mj};_.Vb=function(a,b){_.V().log(a,b)};\nvar Nj;Nj=null;_.Oj=function(){if(!Nj){var a=_.G(_.K(),pj,12)||new pj,b=_.Xb(),c=_.vi(),d=_.sj();Nj=new Lj(a,b,c,d,_.Ub)}return Nj};_.Pj=function(a,b){_.Oj().log(a,b)};_.Pj(8,{m:\"BackCompat\"==window.document.compatMode?\"q\":\"s\"});/*\n Portions of this code are from MochiKit, received by\n The Closure Authors under the MIT license. All other code is Copyright\n 2005-2009 The Closure Authors. All Rights Reserved.\n*/\n_.Qj=function(a,b){this.B=[];this.K=a;this.H=b||null;this.A=this.b=!1;this.w=void 0;this.G=this.M=this.D=!1;this.C=0;this.o=null;this.F=0};_.Qj.prototype.cancel=function(a){if(this.b)this.w instanceof _.Qj&&this.w.cancel();else{if(this.o){var b=this.o;delete this.o;a?b.cancel(a):(b.F--,0>=b.F&&b.cancel())}this.K?this.K.call(this.H,this):this.G=!0;this.b||(a=new Rj(this),Sj(this),Tj(this,!1,a))}};_.Qj.prototype.ga=function(a,b){this.D=!1;Tj(this,a,b)};\nvar Tj=function(a,b,c){a.b=!0;a.w=c;a.A=!b;Uj(a)},Sj=function(a){if(a.b){if(!a.G)throw new Vj(a);a.G=!1}};_.Qj.prototype.yb=function(a){Sj(this);Tj(this,!0,a)};_.Qj.prototype.addCallback=function(a,b){return Wj(this,a,null,b)};var Wj=function(a,b,c,d){a.B.push([b,c,d]);a.b&&Uj(a);return a};_.Qj.prototype.then=function(a,b,c){var d,e,f=new _.Ke(function(a,b){d=a;e=b});Wj(this,d,function(a){a instanceof Rj?f.cancel():e(a)});return f.then(a,b,c)};_.He(_.Qj);\nvar Xj=function(a){return(0,_.Aa)(a.B,function(a){return _.zc(a[1])})},Uj=function(a){if(a.C&&a.b&&Xj(a)){var b=a.C,c=Yj[b];c&&(_.l.clearTimeout(c.ia),delete Yj[b]);a.C=0}a.o&&(a.o.F--,delete a.o);b=a.w;for(var d=c=!1;a.B.length&&!a.D;){var e=a.B.shift(),f=e[0],g=e[1];e=e[2];if(f=a.A?g:f)try{var k=f.call(e||a.H,b);_.m(k)&&(a.A=a.A&&(k==b||k instanceof Error),a.w=b=k);if(_.Ie(b)||\"function\"===typeof _.l.Promise&&b instanceof _.l.Promise)d=!0,a.D=!0}catch(p){b=p,a.A=!0,Xj(a)||(c=!0)}}a.w=b;d&&(k=(0,_.u)(a.ga,\na,!0),d=(0,_.u)(a.ga,a,!1),b instanceof _.Qj?(Wj(b,k,d),b.M=!0):b.then(k,d));c&&(b=new ak(b),Yj[b.ia]=b,a.C=b.ia)},Vj=function(){_.ua.call(this)};_.y(Vj,_.ua);Vj.prototype.message=\"Deferred has already fired\";Vj.prototype.name=\"AlreadyCalledError\";var Rj=function(){_.ua.call(this)};_.y(Rj,_.ua);Rj.prototype.message=\"Deferred was canceled\";Rj.prototype.name=\"CanceledError\";var ak=function(a){this.ia=_.l.setTimeout((0,_.u)(this.o,this),0);this.b=a}; ak.prototype.o=function(){delete Yj[this.ia];throw this.b;};var Yj={};\n\n}catch(e){_._DumpException(e)}\n/* _Module_:syi */\ntry{\nvar Yn;_.Wn=function(a){_.D(this,a,0,-1,null)};_.y(_.Wn,_.C);_.Wn.prototype.Sa=function(){return _.E(this,6)};var Xn=function(a){_.D(this,a,0,-1,null)};_.y(Xn,_.C);Yn=[3,5];_.Zn=function(a){_.D(this,a,0,-1,Yn)};_.y(_.Zn,_.C);var $n=function(a,b){return null!==a&&b in a},ao=function(a){var b=arguments,c=b.length;return function(){for(var a=0;a<c;a++)if(b[a].apply(this,arguments))return!0;return!1}},bo=function(a){return function(){return!a.apply(this,arguments)}};\nvar co=function(){};var eo=function(a,b,c){this.o=a;this.w=b;this.b=c||_.l};var fo=function(){this.b=[]};fo.prototype.o=function(a,b,c){this.B(a,b,c);this.b.push(new eo(a,b,c))};fo.prototype.B=function(a,b,c){c=c||_.l;for(var d=0,e=this.b.length;d<e;d++){var f=this.b[d];if(f.o==a&&f.w==b&&f.b==c){this.b.splice(d,1);break}}};fo.prototype.w=function(a){for(var b=0,c=this.b.length;b<c;b++){var d=this.b[b];\"catc\"==d.o&&d.w.call(d.b,a)}};\n_.go=function(a,b,c,d,e){_.z.call(this);this.A=b;this.W=d;this.D=e;this.K=!1;this.w={};this.o={};this.S=[];this.B=[];this.H=_.E(a,1)?\"http\":\"https\";this.T=[this.H+\"://\"+_.I(_.E(a,2)),\"og/_/js\",\"k=\"+_.I(_.E(a,3)),\"rt=j\"];this.G=\"\"==_.I(_.E(a,14))?null:_.E(a,14);this.M=[this.H+\"://\"+_.I(_.E(a,2)),\"og/_/ss\",\"k=\"+_.I(_.E(a,13))];this.F=\"\"==_.I(_.E(a,15))?null:_.E(a,15);this.N=_.H(_.E(a,1))?\"?host=www.gstatic.com&bust=\"+_.I(_.E(a,16)):\"\";this.O=_.H(_.E(a,1))?\"?host=www.gstatic.com&bust=\"+1E11*Math.random():\n\"\";this.b=_.J(_.F(a,17,1),1);a=0;for(b=c[a];a<c.length;a++,b=c[a])this.w[b]=!0,this.o[b]=!0};_.y(_.go,_.z);_.Da(_.go,\"m\");_.io=function(a,b,c){b=(0,_.xa)(b,bo(ao(_.Oc,_.vc($n,a.w))));if(0<b.length){var d=a.T.join(\"/\")+\"/\"+(\"m=\"+b.join(\",\"))+\"/exm=\"+_.Jc(a.w).join(\",\")+\"/d=1/ed=1\";a.G&&(d+=\"/rs=\"+a.G);d+=a.N;ho(a,d,(0,_.u)(a.Z,a,c));a.S.push(d);for(c=0;c<b.length;c++)a.w[b[c]]=!0}};_.go.prototype.Z=function(a){for(var b=0;b<this.B.length;b++)this.B[b].call(null);a&&a.call(null)};\nvar ho=function(a,b,c,d){var e=_.xf(window.document,\"SCRIPT\");e.async=!0;e.type=\"text/javascript\";e.charset=\"UTF-8\";_.wj(e,_.nn(b));var f=!0,g=d||1;d=(0,_.u)(function(){f=!1;this.D.log(47,{att:g,max:this.b,url:b});g<this.b?ho(this,b,c,g+1):this.W.log(Error(\"Y`\"+g+\"`\"+this.b),{url:b})},a);var k=(0,_.u)(function(){f&&(this.D.log(46,{att:g,max:this.b,url:b}),f=!1,c&&c.call(null))},a),p=function(a){\"loaded\"==a.readyState||\"complete\"==a.readyState?k():f&&window.setTimeout(function(){p(a)},100)};\"undefined\"!==\ntypeof e.addEventListener?e.onload=function(){k()}:e.onreadystatechange=function(){e.onreadystatechange=null;p(e)};e.onerror=d;a.D.log(45,{att:g,max:a.b,url:b});_.an(\"HEAD\")[0].appendChild(e)};_.go.prototype.$c=function(a,b){a=(0,_.xa)(a,bo(ao(_.Oc,_.vc($n,this.o))));if(0<a.length){var c=this.M.join(\"/\")+\"/\"+(\"m=\"+a.join(\",\"))+\"/excm=\"+_.Jc(this.o).join(\",\")+\"/d=1/ed=1\";this.F&&(c+=\"/rs=\"+this.F);jo(c+this.O,b);for(b=0;b<a.length;b++)this.o[a[b]]=!0}};\nvar jo=function(a,b){var c=_.xf(window.document,\"LINK\");c.setAttribute(\"rel\",\"stylesheet\");c.setAttribute(\"type\",\"text/css\");c.setAttribute(\"href\",a);c.onload=c.onreadystatechange=function(){c.readyState&&\"loaded\"!=c.readyState&&\"complete\"!=c.readyState||b&&b.call(null)};_.an(\"HEAD\")[0].appendChild(c)};\n_.go.prototype.C=function(a,b){if(!this.K)if(void 0!=b)window.setTimeout((0,_.u)(this.C,this,a,void 0),b);else{_.io(this,_.ni(this.A,1),a);a=_.ni(this.A,2);if(_.E(this.A,3)){var c=(0,_.u)(this.$c,this,a);a=function(){c()};\"undefined\"!==typeof window.addEventListener?window.addEventListener(\"load\",a):window.attachEvent(\"onload\",a)}else this.$c(a);this.K=!0}};\nvar ko=function(a,b){var c={};c._sn=[\"v.gas\",b].join(\".\");_.Vb(a,c)};var lo=[\"gbq1\",\"gbq2\",\"gbqfbwa\"],mo=function(a){var b=window.document.getElementById(\"gbqld\");b&&(b.style.display=a?\"none\":\"block\",b=window.document.getElementById(\"gbql\"))&&(b.style.display=a?\"block\":\"none\")};var oo=function(a){this.A=new fo;this.F=a;this.D=[{id:\"t\",max:900},{id:\"f\"}];this.b=no(a.offsetWidth,this.D);this.G=new _.pn(_.sn(),10);_.L(this.G,\"b\",function(){window.requestAnimationFrame?window.requestAnimationFrame((0,_.u)(this.C,this)):this.C()},!1,this)},no=function(a,b){for(var c=0,d=b.length-1,e=b[0];c<d;){if(a<=e.max)return e.id;e=b[++c]}return b[d].id};oo.prototype.C=function(){var a=no(this.F.offsetWidth,this.D);a!=this.b&&(this.b=a,this.w(new co))}; oo.prototype.o=function(a,b,c){this.A.o(a,b,c)};oo.prototype.B=function(a,b){this.A.B(a,b)};oo.prototype.w=function(a){this.A.w(a)};\nvar po,ro,so,to,uo;po=null;_.qo=function(){if(null!=po)return po;var a=window.document.body.style;if(!(a=\"flexGrow\"in a||\"webkitFlexGrow\"in a))a:{if(a=window.navigator.userAgent){var b=/Trident\\/(\\d+)/.exec(a);if(b&&7<=Number(b[1])){a=/\\bMSIE (\\d+)/.exec(a);a=!a||\"10\"==a[1];break a}}a=!1}return po=a};\nro=function(a,b,c){var d=window.NaN;window.getComputedStyle&&(a=window.getComputedStyle(a,null).getPropertyValue(b))&&\"px\"==a.substr(a.length-2)&&(d=c?(0,window.parseFloat)(a.substr(0,a.length-2)):(0,window.parseInt)(a.substr(0,a.length-2),10));return d};\nso=function(a){var b=a.offsetWidth,c=ro(a,\"width\");if(!(0,window.isNaN)(c))return b-c;var d=a.style.padding,e=a.style.paddingLeft,f=a.style.paddingRight;a.style.padding=a.style.paddingLeft=a.style.paddingRight=0;c=a.clientWidth;a.style.padding=d;a.style.paddingLeft=e;a.style.paddingRight=f;return b-c};\nto=function(a){var b=ro(a,\"min-width\");if(!(0,window.isNaN)(b))return b;var c=a.style.width,d=a.style.padding,e=a.style.paddingLeft,f=a.style.paddingRight;a.style.width=a.style.padding=a.style.paddingLeft=a.style.paddingRight=0;b=a.clientWidth;a.style.width=c;a.style.padding=d;a.style.paddingLeft=e;a.style.paddingRight=f;return b};uo=function(a,b){b||-.5!=a-Math.round(a)||(a-=.5);return Math.round(a)}; _.vo=function(a){if(a){var b=a.style.opacity;a.style.opacity=\".99\";_.Ya(a.offsetWidth);a.style.opacity=b}};\nvar wo=function(a){_.z.call(this);this.b=a;this.o=[];this.w=[]};_.y(wo,_.z);wo.prototype.P=function(){wo.J.P.call(this);this.b=null;for(var a=0;a<this.o.length;a++)this.o[a].ha();for(a=0;a<this.w.length;a++)this.w[a].ha();this.o=this.w=null};\nwo.prototype.Ya=function(a){void 0==a&&(a=this.b.offsetWidth);for(var b=so(this.b),c=[],d=0,e=0,f=0,g=0,k=0;k<this.o.length;k++){var p=this.o[k],q=xo(p),w=so(p.b);c.push({item:p,Bb:q,ai:w,Hc:0});d+=q.Sc;e+=q.gd;f+=q.mc;g+=w}a=a-g-b-f;d=0<a?d:e;e=a;b=c;do{f=!0;g=[];for(k=p=0;k<b.length;k++){q=b[k];w=0<e?q.Bb.Sc:q.Bb.gd;var Q=0==d?0:w/d*e+q.Hc;Q=uo(Q,f);f=!f;q.Hc=yo(q.item,Q,q.ai,q.Bb.mc);0<w&&Q==q.Hc&&(g.push(q),p+=w)}b=g;e=a-(0,_.za)(c,function(a,b){return a+b.Hc},0);d=p}while(0!=e&&0!=b.length);\nfor(k=0;k<this.w.length;k++)this.w[k].Ya()};var Ao=function(a){var b={};b.items=(0,_.ya)(a.o,function(a){return zo(a)});b.children=(0,_.ya)(a.w,function(a){return Ao(a)});return b},Bo=function(a,b){for(var c=0;c<a.o.length;c++)a.o[c].b.style.width=b.items[c];for(c=0;c<a.w.length;c++)Bo(a.w[c],b.children[c])};wo.prototype.R=function(){return this.b};\nvar Co=function(a,b,c,d){wo.call(this,a);this.B=b;this.C=c;this.A=d};_.y(Co,wo);\nvar xo=function(a,b){var c=a.B,d=a.C;if(-1==a.A){var e=b;void 0==e&&(e=so(a.b));b=zo(a);var f=Ao(a),g=ro(a.b,\"width\",!0);(0,window.isNaN)(g)&&(g=a.b.offsetWidth-e);e=Math.ceil(g);a.b.style.width=b;Bo(a,f);a=e}else a=a.A;return{Sc:c,gd:d,mc:a}},yo=function(a,b,c,d){void 0==c&&(c=so(a.b));void 0==d&&(d=xo(a,c).mc);b=d+b;0>b&&(b=0);a.b.style.width=b+\"px\";c=a.b.offsetWidth-c;a.b.style.width=c+\"px\";return c-d},zo=function(a){var b=a.b.style.width;a.b.style.width=\"\";return b};\nvar Do=function(a,b,c){var d;void 0==d&&(d=-1);return{className:a,Bb:{Sc:b||0,gd:c||0,mc:d}}},Eo={className:\"gb_Qf\",items:[Do(\"gb_cc\"),Do(\"gb_9f\"),Do(\"gb_Mf\",0,2),Do(\"gb_ag\"),Do(\"gb_nb\",1,1)],zb:[{className:\"gb_nb\",items:[Do(\"gb_qe\",0,1),Do(\"gb_Hc\",0,1)],zb:[function(a){a=a.gb_qe;if(a)var b=a.R();else{b=window.document.querySelector(\".gb_qe\");if(!b)return null;a=new wo(b)}b=b.querySelectorAll(\".gb_Q\");for(var c=0;c<b.length;c++){if(_.Wg(b[c],\"gb_S\")){var d=new Co(b[c],0,1,-1);var e=b[c].querySelector(\".gb_P\");\ne&&(e=new Co(e,0,1,-1),d.o.push(e),a.w.push(d))}else d=new Co(b[c],0,0,-1);a.o.push(d)}return a},{className:\"gb_Hc\",items:[Do(\"gb_da\"),Do(\"gb_Pc\"),Do(\"gb_Nf\"),Do(\"gb_jb\",0,1),Do(\"gb_zg\"),Do(\"gb_gb\",0,1),Do(\"gb_Ag\"),Do(\"gb_cg\")],zb:[{className:\"gb_jb\",items:[Do(\"gb_mb\",0,1)],zb:[{className:\"gb_mb\",items:[Do(\"gb_ib\",0,1)],zb:[]}]}]}]},{className:\"gb_6f\",items:[Do(\"gbqff\",1,1),Do(\"gb_5f\")],zb:[]}]},Fo=function(a,b){if(!b){b=window.document.querySelector(\".\"+a.className);if(!b)return null;b=new wo(b)}for(var c=\n{},d=0;d<a.items.length;d++){var e=a.items[d],f;if(f=(f=window.document.querySelector(\".\"+e.className))?new Co(f,e.Bb.Sc,e.Bb.gd,e.Bb.mc):null)b.o.push(f),c[e.className]=f}for(d=0;d<a.zb.length;d++){e=a.zb[d];var g;\"function\"==typeof e?g=e(c):g=Fo(e,c[e.className]);g&&b.w.push(g)}return b};\n_.Ho=function(a,b){_.z.call(this);this.H=b;this.o=window.document.getElementById(\"gb\");this.B=(this.b=window.document.querySelector(\".gb_nb\"))?this.b.querySelector(\".gb_Hc\"):null;this.A=[];this.qe=_.J(_.E(a,5),60);this.C=_.E(a,4);this.ii=_.J(_.E(a,2),152);this.jg=_.J(_.E(a,1),30);this.w=null;this.bf=_.H(_.E(a,3),!0);this.o&&this.C&&(this.o.style.minWidth=this.C+\"px\");this.Gb=null;this.o&&(this.Gb=new oo(this.o));this.bf&&(this.o&&(Go(this),_.P(this.o,\"gb_T\"),this.b&&_.P(this.b,\"gb_T\"),_.qo()||(this.w=\nFo(Eo))),this.Ya(),window.setTimeout((0,_.u)(this.Ya,this),0));_.x(\"gbar.elc\",(0,_.u)(this.K,this));_.x(\"gbar.ela\",_.ma);_.x(\"gbar.elh\",(0,_.u)(this.D,this))};_.y(_.Ho,_.z);_.Da(_.Ho,\"el\");var Io=function(){var a=_.Ho.ui();return{es:a?{f:a.ii,h:a.qe,m:a.jg}:{f:152,h:60,m:30},mo:\"md\",vh:window.innerHeight||0,vw:window.innerWidth||0}};_.Ho.prototype.P=function(){_.Ho.J.P.call(this)};\n_.Ho.prototype.Ya=function(a){a&&Go(this);this.w&&this.w.Ya(Math.max(window.document.documentElement.clientWidth,to(this.o)));_.vo(this.b)};_.Ho.prototype.F=function(){try{var a=window.document.getElementById(\"gb\"),b=a.querySelector(\".gb_nb\");_.R(a,\"gb_Sg\");b&&_.R(b,\"gb_Sg\");a=0;for(var c;c=lo[a];a++){var d=window.document.getElementById(c);d&&_.R(d,\"gbqfh\")}mo(!1)}catch(e){ko(e,\"rhcc\")}this.G&&this.G();this.Ya(!0)};\n_.Ho.prototype.M=function(){try{var a=window.document.getElementById(\"gb\"),b=a.querySelector(\".gb_nb\");_.P(a,\"gb_Sg\");b&&_.P(b,\"gb_Sg\");a=0;for(var c;c=lo[a];a++){var d=window.document.getElementById(c);d&&_.P(d,\"gbqfh\")}mo(!0)}catch(e){ko(e,\"ahcc\")}this.Ya(!0)};_.Jo=function(a){return a.Gb?a.Gb.b:\"f\"};_.Ho.prototype.K=function(a){this.A.push(a)};_.Ho.prototype.D=function(a){this.qe=Io().es.h+a;for(a=0;a<this.A.length;a++)try{this.A[a](Io())}catch(b){this.H.log(b)}}; var Go=function(a){if(a.b){var b;a.w&&(b=Ao(a.w));_.P(a.b,\"gb_W\");a.b.style.minWidth=a.b.offsetWidth-so(a.b)+\"px\";a.B.style.minWidth=a.B.offsetWidth-so(a.B)+\"px\";_.R(a.b,\"gb_W\");b&&Bo(a.w,b)}};\n_.U(function(){var a=_.G(_.K(),Xn,21)||new Xn,b=_.V();a=new _.Ho(a,b);_.Fa(\"el\",a);_.x(\"gbar.gpca\",(0,_.u)(a.M,a));_.x(\"gbar.gpcr\",(0,_.u)(a.F,a))});_.x(\"gbar.elr\",Io);_.Ko=function(a){this.w=_.Ho.U();this.o=a};_.Ko.prototype.b=function(a,b){\"t\"==_.Jo(this.w)?(_.P(a,\"gb_V\"),b?(_.R(a,\"gb_kb\"),_.P(a,\"gb_Bg\")):(_.R(a,\"gb_Bg\"),_.P(a,\"gb_kb\"))):_.Yg(a,[\"gb_V\",\"gb_kb\",\"gb_Bg\"])};var Lo=function(){var a=window.document.getElementsByClassName(\"gb_Jg\");return 0<a.length?a[0]:null};_.x(\"gbar.sos\",function(){return window.document.querySelectorAll(\".gb_8f\")});_.x(\"gbar.si\",function(){return window.document.querySelector(\".gb_7f\")});_.x(\"gbar.cph\",Lo); _.x(\"gbar.tcph\",function(a){var b=Lo();b&&_.ln(b,\"gb_cb\",!a)});\n_.U(function(){if(_.G(_.K(),_.Zn,16)){var a=window.document.querySelector(\".gb_nb\"),b=_.G(_.K(),_.Zn,16)||new _.Zn;b=_.H(_.E(b,1),!1);b=new _.Ko(b);a&&b.o&&b.b(a,!1)}});\n}catch(e){_._DumpException(e)}\n/* _Module_:syj */\ntry{\n_.Mo=function(a){_.D(this,a,0,-1,null)};_.y(_.Mo,_.C);_.No=function(a,b,c){return function(){try{return b.apply(c,arguments)}catch(d){a.log(d)}}};_.Oo=function(){_.z.call(this);this.o=new _.M};_.y(_.Oo,_.z);_.Oo.prototype[_.Ld]=!0;_.h=_.Oo.prototype;_.h.L=function(a,b,c,d){return this.o.L(a,b,c,d)};_.h.Oa=function(a,b,c,d){return this.o.Oa(a,b,c,d)};_.h.ua=function(a,b,c,d){return this.o.ua(a,b,c,d)};_.h.Ac=function(a){return this.o.Ac(a)};_.h.dispatchEvent=function(a){return this.o.dispatchEvent(a)};\n_.h.ed=function(a){return this.o.ed(a)};_.h.Pc=function(){return this.o.Pc()};_.h.Vb=function(a,b,c){return this.o.Vb(a,b,c)};_.h.Yb=function(a,b){return this.o.Yb(a,b)};_.h.Cb=function(a,b,c,d){return this.o.Cb(a,b,c,d)};_.h.hasListener=function(a,b){return this.o.hasListener(a,b)};\n\n}catch(e){_._DumpException(e)}\n/* _Module_:fot */\ntry{\nvar Po=function(){_.nj.w(_.Vb)},Qo=function(a,b){var c=_.V();c=_.No(c,Po);a.addEventListener?a.addEventListener(b,c):a.attachEvent&&a.attachEvent(\"on\"+b,c)},Ro=[1,2],So=function(a){_.D(this,a,0,-1,Ro)};_.y(So,_.C);var To=function(a,b){a.B.push(b)},Uo=function(a,b){a.__PVT=b},Vo=function(a){_.z.call(this);this.C=a;this.A=this.w=null;this.b={};this.B={};this.o={}};_.y(Vo,_.z);var Wo=function(a){if(a.w)return a.w;for(var b in a.o)if(a.o[b].Xe()&&a.o[b].fb())return a.o[b];return null};_.h=Vo.prototype;\n_.h.ee=function(a){a&&Wo(this)&&a!=Wo(this)&&Wo(this).ad(!1);this.w=a};_.h.df=function(a){a=this.o[a]||a;return Wo(this)==a};_.h.mi=function(a){this.A=a};_.h.cf=function(a){return this.A==a};_.h.vd=function(){Wo(this)&&Wo(this).ad(!1);this.ee(null)};_.h.Tf=function(a){Wo(this)&&Wo(this).getId()==a&&this.vd()};_.h.kc=function(a,b,c){this.b[a]=this.b[a]||{};this.b[a][b]=this.b[a][b]||[];this.b[a][b].push(c)};_.h.td=function(a,b){b=b.getId();if(this.b[a]&&this.b[a][b])for(var c=0;c<this.b[a][b].length;c++)try{this.b[a][b][c]()}catch(d){this.C.log(d)}};\n_.h.oi=function(a,b){this.B[a]=b};_.h.Rf=function(a){return!this.B[a.getId()]};_.h.uh=function(){return!!Wo(this)&&Wo(this).Ye()};_.h.Pf=function(){return!!Wo(this)};_.h.jf=function(){Wo(this)&&Wo(this).Sd()};_.h.ri=function(a){this.o[a]&&(Wo(this)&&Wo(this).getId()==a||this.o[a].ad(!0))};_.h.Td=function(a){this.o[a.getId()]=a};var Xo=function(){_.z.call(this);this.o=[];this.b=[]};_.y(Xo,_.z);Xo.prototype.w=function(a,b){this.o.push({Ic:a,options:b})};\nXo.prototype.init=function(a,b,c){window.gapi={};var d=window.___jsl={};d.h=_.I(_.E(a,1));d.ms=_.I(_.E(a,2));d.m=_.I(_.E(a,3));d.l=[];_.E(b,1)&&(a=_.E(b,3))&&this.b.push(a);_.E(c,1)&&(c=_.E(c,2))&&this.b.push(c);_.x(\"gapi.load\",(0,_.u)(this.w,this));return this};\nvar Yo=function(a){_.z.call(this);this.C=a;this.w=this.b=null;this.D=0;this.B={};this.o=!1;a=window.navigator.userAgent;0<=a.indexOf(\"MSIE\")&&0<=a.indexOf(\"Trident\")&&(a=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(a))&&a[1]&&9>(0,window.parseFloat)(a[1])&&(this.o=!0)};_.y(Yo,_.z);\nvar Zo=function(a,b,c){if(!a.o)if(c instanceof Array)for(var d in c)Zo(a,b,c[d]);else{d=(0,_.u)(a.F,a,b);var e=a.D+c;a.D++;b.setAttribute(\"data-eqid\",e);a.B[e]=d;b&&b.addEventListener?b.addEventListener(c,d,!1):b&&b.attachEvent?b.attachEvent(\"on\"+c,d):a.C.log(Error(\"W`\"+b))}};\nYo.prototype.A=function(a,b){if(this.o)return null;if(b instanceof Array){var c=null,d;for(d in b){var e=this.A(a,b[d]);e&&(c=e)}return c}c=null;this.b&&this.b.type==b&&this.w==a&&(c=this.b,this.b=null);if(d=a.getAttribute(\"data-eqid\"))a.removeAttribute(\"data-eqid\"),(d=this.B[d])?a.removeEventListener?a.removeEventListener(b,d,!1):a.detachEvent&&a.detachEvent(\"on\"+b,d):this.C.log(Error(\"X`\"+a));return c};\nYo.prototype.F=function(a,b){this.b=b;this.w=a;b.preventDefault?b.preventDefault():b.returnValue=!1};(function(){var a;window.gbar&&window.gbar._LDD?a=window.gbar._LDD:a=[];var b=_.vi();Uo(window,_.I(_.E(b,8)));b=_.Xb();var c=_.V();a=new _.go(b,_.G(_.K(),So,17)||new So,a,c,_.Oj());_.Fa(\"m\",a);var d=function(){_.x(\"gbar.qm\",(0,_.u)(function(a){try{a()}catch(f){c.log(f)}},this));_.Mc(\"api\").Qa()};_.H(_.E(b,18),!0)?a.C(d):(b=_.J(_.E(b,19),200),b=(0,_.u)(a.C,a,d,b),_.U(b))})();Qo(window.document,\"DOMContentLoaded\"); Qo(window,\"load\");\n_.x(\"gbar.ldb\",_.u(_.nj.w,_.nj,_.Vb));_.x(\"gbar.mls\",function(){});_.Fa(\"eq\",new Yo(_.V()));_.Fa(\"gs\",(new Xo).init(_.rj(),_.G(_.K(),_.Mo,5)||new _.Mo,_.G(_.K(),_.Wn,6)||new _.Wn));(function(){for(var a=function(a){return function(){_.Pj(44,{n:a})}},b=0;b<_.Ja.length;b++){var c=\"gbar.\"+_.Ja[b];_.x(c,a(c))}var d=_.Ba.U();_.Ca(d,\"api\").Qa();To(_.Ca(d,\"m\"),function(){_.Ca(d,\"api\").Qa()})})();var ap=function(a){_.U(function(){var b=window.document.querySelector(\".\"+a);b&&(b=b.querySelector(\".gb_b\"))&&Zo(_.Mc(\"eq\"),b,\"click\")})};var bp=window.document.querySelector(\".gb_da\"),cp=/(\\s+|^)gb_4f(\\s+|$)/;bp&&!cp.test(bp.className)&&ap(\"gb_da\");var dp=new Vo(_.V());_.Fa(\"dd\",dp);_.x(\"gbar.close\",(0,_.u)(dp.vd,dp));_.x(\"gbar.cls\",(0,_.u)(dp.Tf,dp));_.x(\"gbar.abh\",(0,_.u)(dp.kc,dp,0));_.x(\"gbar.adh\",(0,_.u)(dp.kc,dp,1));_.x(\"gbar.ach\",(0,_.u)(dp.kc,dp,2));_.x(\"gbar.aeh\",(0,_.u)(dp.oi,dp));_.x(\"gbar.bsy\",(0,_.u)(dp.uh,dp));_.x(\"gbar.op\",(0,_.u)(dp.Pf,dp));\nap(\"gb_jb\");_.U(function(){var a=window.document.querySelector(\".gb_fc\");a&&Zo(_.Mc(\"eq\"),a,\"click\")});ap(\"gb_Pc\");_.x(\"gbar.qfgw\",(0,_.u)(window.document.getElementById,window.document,\"gbqfqw\"));_.x(\"gbar.qfgq\",(0,_.u)(window.document.getElementById,window.document,\"gbqfq\"));_.x(\"gbar.qfgf\",(0,_.u)(window.document.getElementById,window.document,\"gbqf\"));_.x(\"gbar.qfsb\",(0,_.u)(window.document.getElementById,window.document,\"gbqfb\"));\nap(\"gb_Nf\");ap(\"gb_cg\");\n}catch(e){_._DumpException(e)}\n/* _GlobalSuffix_ */\n})(this.gbar_);\n// Google Inc.\n</script><div class=\"gb_bb\"><div class=\"gb_ga gb_fa gb_ta gb_za\" aria-label=\"Google apps\" aria-hidden=\"true\" role=\"region\"><ul class=\"gb_ia gb_ba\" aria-dropeffect=\"move\"><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"192\" href=\"https://myaccount.google.com/?utm_source=OGB&amp;authuser=0&amp;utm_medium=app\" id=\"gb192\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -69px\"></span><span class=\"gb_3\">My Account</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"1\" href=\"https://www.google.com/webhp?tab=ww&amp;authuser=0\" id=\"gb1\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -1656px\"></span><span class=\"gb_3\">Search</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"8\" href=\"https://maps.google.com/maps?hl=en&amp;tab=wl&amp;authuser=0\" id=\"gb8\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -897px\"></span><span class=\"gb_3\">Maps</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"36\" href=\"https://www.youtube.com/?gl=US&amp;authuser=0\" id=\"gb36\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -1311px\"></span><span class=\"gb_3\">YouTube</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"78\" href=\"https://play.google.com/?hl=en&amp;tab=w8&amp;authuser=0\" id=\"gb78\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -1518px\"></span><span class=\"gb_3\">Play</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"5\" href=\"https://news.google.com/nwshp?hl=en&amp;tab=wn&amp;authuser=0\" id=\"gb5\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -207px\"></span><span class=\"gb_3\">News</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"23\" href=\"https://mail.google.com/mail/?tab=wm&amp;authuser=0\" id=\"gb23\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -345px\"></span><span class=\"gb_3\">Gmail</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"53\" href=\"https://www.google.com/contacts/?hl=en&amp;tab=wC&amp;authuser=0\" id=\"gb53\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -966px\"></span><span class=\"gb_3\">Contacts</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"49\" href=\"https://drive.google.com/?tab=wo&amp;authuser=0\" id=\"gb49\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -1449px\"></span><span class=\"gb_3\">Drive</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"24\" href=\"https://www.google.com/calendar?tab=wc&amp;authuser=0\" id=\"gb24\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -1242px\"></span><span class=\"gb_3\">Calendar</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"119\" href=\"https://plus.google.com/u/0/?tab=wX\" id=\"gb119\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -1035px\"></span><span class=\"gb_3\">Google+</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"51\" href=\"https://translate.google.com/?hl=en&amp;tab=wT&amp;authuser=0\" id=\"gb51\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -690px\"></span><span class=\"gb_3\">Translate</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"31\" href=\"https://photos.google.com/?tab=wq&amp;authuser=0&amp;pageId=none\" id=\"gb31\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -414px\"></span><span class=\"gb_3\">Photos</span></a></li></ul><div class=\"gb_va gb_bb\"><div class=\"gb_4 gb_2\" style=\"background-position:0 -1656px\"></div><div class=\"gb_wa\"><div class=\"gb_xa\">Search</div><a class=\"gb_ya gb_3f\" href=\"#\">Add a shortcut</a></div></div><a class=\"gb_ja gb_3f\" aria-label=\"More Google apps\" href=\"https://www.google.com/intl/en/options/\">More</a><span class=\"gb_ka\"></span><ul class=\"gb_ia gb_ca\" aria-dropeffect=\"move\"><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"6\" href=\"http://www.google.com/shopping?hl=en&amp;tab=wf&amp;authuser=0\" id=\"gb6\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -2208px\"></span><span class=\"gb_3\">Shopping</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"27\" href=\"https://www.google.com/finance?tab=we&amp;authuser=0\" id=\"gb27\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -1863px\"></span><span class=\"gb_3\">Finance</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"25\" href=\"https://docs.google.com/document/?usp=docs_alc&amp;authuser=0\" id=\"gb25\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -1380px\"></span><span class=\"gb_3\">Docs</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"10\" href=\"https://books.google.com/bkshp?hl=en&amp;tab=wp&amp;authuser=0\" id=\"gb10\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -2070px\"></span><span class=\"gb_3\">Books</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"30\" href=\"https://www.blogger.com/?tab=wj&amp;authuser=0\" id=\"gb30\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -759px\"></span><span class=\"gb_3\">Blogger</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"260\" href=\"https://business.google.com/?authuser=0\" id=\"gb260\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_M\"></span><span class=\"gb_3\">My Business</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"300\" href=\"https://hangouts.google.com/?authuser=0\" id=\"gb300\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -1794px\"></span><span class=\"gb_3\">Hangouts</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"136\" href=\"https://keep.google.com/u/0\" id=\"gb136\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_M\"></span><span class=\"gb_3\">Keep</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"265\" href=\"https://classroom.google.com/?authuser=0\" id=\"gb265\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -1587px\"></span><span class=\"gb_3\">Classroom</span></a></li><li class=\"gb_Z\" aria-grabbed=\"false\"><a class=\"gb_O\" data-pid=\"429\" href=\"https://earth.google.com/web/?authuser=0\" id=\"gb429\"><div class=\"gb_7\"></div><div class=\"gb_8\"></div><div class=\"gb_9\"></div><div class=\"gb_aa\"></div><span class=\"gb_2\" style=\"background-position:0 -1932px\"></span><span class=\"gb_3\">Earth</span></a></li></ul><a class=\"gb_ka gb_Xf\" href=\"https://www.google.com/intl/en/options/\">Even more from Google</a></div><div class=\"gb_xb gb_fa\" aria-label=\"Account Information\" aria-hidden=\"true\"><div class=\"gb_Ab\"><a class=\"gb_Bb gb_3f gb_Db\" aria-label=\"Change profile picture.\" href=\"https://plus.google.com/u/0/me?tab=wX&amp;authuser=0\"><div class=\"gb_Eb gbip\" title=\"Profile\"></div><span class=\"gb_ob\">Change</span></a><div class=\"gb_Cb\"><div class=\"gb_Fb gb_Hb\">Thierry Schellenbach</div><div class=\"gb_Ib\">thierryschellenbach@gmail.com</div><div class=\"gb_zb\"><a href=\"https://plus.google.com/u/0/me?tab=wX&amp;authuser=0\" target=\"_blank\">Google+ Profile</a><span aria-hidden=\"true\">&ndash;</span><a href=\"https://myaccount.google.com/privacypolicy\" target=\"_blank\">Privacy</a></div><a class=\"gb_Ea gb_0f gbp1 gb_Oe gb_Jb\" href=\"https://myaccount.google.com/?utm_source=OGB&amp;authuser=0&amp;utm_medium=act\" target=\"_blank\">My Account</a></div></div><div class=\"gb_Ob\"><div class=\"gb_Qb\" aria-hidden=\"false\"><a class=\"gb_Sb gb_0b\" href=\"https://www.google.com/webhp?authuser=0\"><img class=\"gb_2b gb_Db\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" alt=\"Profile\" data-src=\"https://lh3.googleusercontent.com/-KKHX-4CUQdI/AAAAAAAAAAI/AAAAAAAAAAA/AB6qoq0km5pNIeLHSl00qlIkNf56di0bFQ/s48-c-mo/photo.jpg\"><div class=\"gb_Ub\"><div class=\"gb_3b\">Thierry Schellenbach</div><div class=\"gb_4b\">thierryschellenbach@gmail.com (default)</div></div></a><a class=\"gb_Sb\" href=\"https://www.google.com/webhp?authuser=1\"><img class=\"gb_2b gb_Db\" src=\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" alt=\"Profile\" data-src=\"https://lh3.googleusercontent.com/-HsxPsSyqwfI/AAAAAAAAAAI/AAAAAAAAAAA/AB6qoq16ngwhOwxAnUcDkgUQZ930DojodA/s48-c-mo/photo.jpg\"><div class=\"gb_Ub\"><div class=\"gb_3b\">Thierry Schellenbach</div><div class=\"gb_4b\">thierry@getstream.io</div></div></a></div><a class=\"gb_6b gb_bb\" href=\"https://myaccount.google.com/brandaccounts?authuser=0&amp;continue=https://www.google.com/&amp;service=https://www.google.com/webhp%3Fauthuser%3D%24authuser\" aria-hidden=\"true\"><span class=\"gb_7b gb_hc\"></span><div class=\"gb_8b\">All your Brand Accounts &raquo;</div></a></div><div class=\"gb_pb gb_bb\"><div class=\"gb_qb\"></div></div><div class=\"gb_Kb\"><div><a class=\"gb_Ea gb_Zf gb_Oe gb_Jb\" href=\"https://accounts.google.com/AddSession?hl=en&amp;continue=https://www.google.com/\">Add account</a></div><div><a class=\"gb_Ea gb_1f gb_8f gb_Oe gb_Jb\" id=\"gb_71\" href=\"https://accounts.google.com/Logout?hl=en&amp;continue=https://www.google.com/&amp;timeStmp=1527991711&amp;secTok=.AG5fkS_weWZjRR3qsbwFl0iRf1pCSrbAtQ\" target=\"_top\">Sign out</a></div></div></div></div><style>@-webkit-keyframes gb__a{0%{opacity:0}50%{opacity:1}}@keyframes gb__a{0%{opacity:0}50%{opacity:1}}@-webkit-keyframes gb__nb{0%{-webkit-transform:scale(0,0);transform:scale(0,0)}20%{-webkit-transform:scale(1.4,1.4);transform:scale(1.4,1.4)}50%{-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}85%{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}to{-webkit-transform:scale(1.0,1.0);transform:scale(1.0,1.0)}}@keyframes gb__nb{0%{-webkit-transform:scale(0,0);transform:scale(0,0)}20%{-webkit-transform:scale(1.4,1.4);transform:scale(1.4,1.4)}50%{-webkit-transform:scale(.8,.8);transform:scale(.8,.8)}85%{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}to{-webkit-transform:scale(1.0,1.0);transform:scale(1.0,1.0)}}.gb_Jc{background-position:-314px -38px;opacity:.55;height:100%;width:100%}.gb_b:hover .gb_Jc,.gb_b:focus .gb_Jc{opacity:.85}.gb_Kc .gb_Jc{background-position:-463px 0}.gb_Lc{background-color:#cb4437;-webkit-border-radius:8px;border-radius:8px;font:bold 11px Arial;color:#fff;line-height:16px;min-width:14px;padding:0 1px;position:absolute;right:0;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,0.1);top:0;visibility:hidden;z-index:990}.gb_Mc .gb_Lc,.gb_Mc .gb_Nc,.gb_Mc .gb_Nc.gb_Oc{visibility:visible}.gb_Nc{padding:0 2px;visibility:hidden}.gb_Pc:not(.gb_Qc) .gb_wb,.gb_Pc:not(.gb_Qc) .gb_vb{left:3px}.gb_Lc.gb_Rc{-webkit-animation:gb__nb .6s 1s both ease-in-out;animation:gb__nb .6s 1s both ease-in-out;-webkit-perspective-origin:top right;perspective-origin:top right;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transform-origin:top right;transform-origin:top right}.gb_Rc .gb_Nc{visibility:visible}.gb_ea .gb_b .gb_Jc{background-position:0 0;opacity:.7}.gb_ea .gb_Kc .gb_Jc{background-position:-279px -38px}.gb_ea .gb_b:hover .gb_Jc,.gb_ea .gb_b:focus .gb_Jc{opacity:.85}.gb_X .gb_b .gb_Jc{background-position:-349px -38px;opacity:1}.gb_X .gb_Kc .gb_Jc{background-position:-393px 0}.gb_ea .gb_Lc,.gb_X .gb_Lc{border:none}.gb_Pc .gb_Sc{font-size:14px;font-weight:bold;top:0;right:0}.gb_Pc .gb_b{display:inline-block;vertical-align:middle;-webkit-box-sizing:border-box;box-sizing:border-box;height:30px;width:30px}.gb_Pc .gb_vb{border-bottom-color:#e5e5e5}.gb_Tc{background-color:rgba(0,0,0,.55);color:#fff;font-size:12px;font-weight:bold;line-height:20px;margin:5px;padding:0 2px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:50%;border-radius:50%;height:20px;width:20px}.gb_Tc.gb_Uc{background-position:-194px -21px}.gb_Tc.gb_Vc{background-position:-194px -46px}.gb_b:hover .gb_Tc,.gb_b:focus .gb_Tc{background-color:rgba(0,0,0,.85)}#gbsfw.gb_Wc{background:#e5e5e5;border-color:#ccc}.gb_ea .gb_Tc{background-color:rgba(0,0,0,.7)}.gb_X .gb_Tc.gb_Tc,.gb_X .gb_Mc .gb_Tc.gb_Tc,.gb_X .gb_Mc .gb_b:hover .gb_Tc,.gb_X .gb_Mc .gb_b:focus .gb_Tc{background-color:#fff;color:#404040}.gb_X .gb_Tc.gb_Uc{background-position:-70px 0}.gb_X .gb_Tc.gb_Vc{background-position:-219px 0}.gb_Mc .gb_Tc.gb_Tc{background-color:#db4437;color:#fff}.gb_Mc .gb_b:hover .gb_Tc,.gb_Mc .gb_b:focus .gb_Tc{background-color:#a52714}.gb_bb{display:none!important}.gb_cb{visibility:hidden}.gb_N .gbqfi::before{left:-428px;top:0}.gb_Tb .gbqfb:focus .gbqfi{outline:1px dotted #fff}.gb_N .gb_da .gb_b::before,.gb_N.gb_ea .gb_da .gb_b::before{left:-132px;top:-38px}.gb_N.gb_X .gb_da .gb_b::before{left:-463px;top:-35px}.gb_Tb .gb_ja{position:relative}.gb_da .gb_b:hover,.gb_da .gb_b:focus{opacity:.85}.gb_X .gb_da .gb_b:hover,.gb_X .gb_da .gb_b:focus{opacity:1}@media (min-resolution:1.25dppx),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.gb_na .gb_2{background-image:url('//ssl.gstatic.com/gb/images/p2_e5d63758.png')}}.gb_N .gb_fc .gb_hc::before{left:0;top:-35px}.gb_N.gb_X .gb_fc .gb_hc::before{left:-296px;top:0}.gb_N.gb_ea .gb_fc .gb_hc::before{left:-97px;top:0}.gb_N .gb_0a{background-image:none!important}.gb_N .gb_ic{visibility:visible}.gb_Tb .gb_me span{background:transparent}.gb_N .gb_Jc::before{left:-314px;top:-38px}.gb_N .gb_Kc .gb_Jc::before{left:-463px;top:0}.gb_N.gb_ea .gb_b .gb_Jc::before{left:0;top:0}.gb_N.gb_ea .gb_Kc .gb_Jc::before{left:-279px;top:-38px}.gb_N.gb_X .gb_b .gb_Jc::before{left:-349px;top:-38px}.gb_N.gb_X .gb_Kc .gb_Jc::before{left:-393px;top:0}.gb_Tb .gb_Tc{border:1px solid #fff;color:#fff}.gb_Tb.gb_ea .gb_Tc{border-color:#000;color:#000}.gb_N .gb_Tc.gb_Uc::before,.gb_Tb.gb_N.gb_X .gb_Tc.gb_Uc::before{left:-194px;top:-21px}.gb_N .gb_Tc.gb_Vc::before,.gb_Tb.gb_N.gb_X .gb_Tc.gb_Vc::before{left:-194px;top:-46px}.gb_N.gb_X .gb_Tc.gb_Uc::before,.gb_Tb.gb_N.gb_ea .gb_Tc.gb_Uc::before{left:-70px;top:0}.gb_N.gb_X .gb_Tc.gb_Vc::before,.gb_Tb.gb_N.gb_ea .gb_Tc.gb_Vc::before{left:-219px;top:0}.gb_Ad{color:#ffffff;font-size:13px;font-weight:bold;height:25px;line-height:19px;padding-top:5px;padding-left:12px;position:relative;background-color:#4d90fe}.gb_Ad .gb_Bd{color:#ffffff;cursor:default;font-size:22px;font-weight:normal;position:absolute;right:12px;top:5px}.gb_Ad .gb_kd,.gb_Ad .gb_Cd{color:#ffffff;display:inline-block;font-size:11px;margin-left:16px;padding:0 8px;white-space:nowrap}.gb_Dd{background:none;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.16)),to(rgba(0,0,0,0.2)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,0.16),rgba(0,0,0,0.2));background-image:linear-gradient(top,rgba(0,0,0,0.16),rgba(0,0,0,0.2));background-image:-webkit-linear-gradient(top,rgba(0,0,0,0.16),rgba(0,0,0,0.2));border-radius:2px;border:1px solid #dcdcdc;border:1px solid rgba(0,0,0,0.1);cursor:default!important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#160000ff,endColorstr=#220000ff);text-decoration:none!important;-webkit-border-radius:2px}.gb_Dd:hover{background:none;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.14)),to(rgba(0,0,0,0.2)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,0.14),rgba(0,0,0,0.2));background-image:linear-gradient(top,rgba(0,0,0,0.14),rgba(0,0,0,0.2));background-image:-webkit-linear-gradient(top,rgba(0,0,0,0.14),rgba(0,0,0,0.2));border:1px solid rgba(0,0,0,0.2);box-shadow:0 1px 1px rgba(0,0,0,0.1);-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#14000000,endColorstr=#22000000)}.gb_Dd:active{box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3)}.gb_bd.gb_cd{padding:0}.gb_cd .gb_fa{padding:26px 26px 22px 13px;background:#ffffff}.gb_dd.gb_cd .gb_fa{background:#4d90fe}a.gb_ed{color:#666666!important;font-size:22px;height:9px;opacity:.8;position:absolute;right:14px;top:4px;text-decoration:none!important;width:9px}.gb_dd a.gb_ed{color:#c1d1f4!important}a.gb_ed:hover,a.gb_ed:active{opacity:1}.gb_fd{padding:0;width:258px;white-space:normal;display:table}.gb_gd .gb_fa{top:36px;border:0;padding:16px;-webkit-box-shadow:4px 4px 12px rgba(0,0,0,0.4);box-shadow:4px 4px 12px rgba(0,0,0,0.4)}.gb_gd .gb_fd{width:328px}.gb_gd .gb_Fa,.gb_gd .gb_hd,.gb_gd .gb_ad,.gb_gd .gb_Ba,.gb_id{line-height:normal;font-family:Roboto,RobotoDraft,Helvetica,Arial,sans-serif}.gb_gd .gb_Fa,.gb_gd .gb_hd,.gb_gd .gb_Ba{font-weight:500}.gb_gd .gb_Fa,.gb_gd .gb_Ba{border:0;padding:10px 8px}.gb_cd .gb_Fa:active{outline:none;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.16);box-shadow:0 4px 5px rgba(0,0,0,.16)}.gb_gd .gb_hd{color:#222;margin-bottom:8px}.gb_gd .gb_ad{color:#808080;font-size:14px}.gb_jd{text-align:right;font-size:14px;padding-bottom:0;white-space:nowrap}.gb_jd .gb_kd{margin-left:8px}.gb_jd .gb_ld.gb_kd img{background-color:inherit;-webkit-border-radius:initial;border-radius:initial;height:1.5em;margin:-0.25em 10px -0.25em 2px;vertical-align:text-top;width:1.5em}.gb_gd .gb_fd .gb_md .gb_ld{border:2px solid transparent}.gb_gd .gb_fd .gb_md .gb_ld:focus{border-color:#bbccff}.gb_gd .gb_fd .gb_md .gb_ld:focus:after,.gb_gd .gb_fd .gb_md .gb_ld:hover:after{background-color:transparent}.gb_id{background-color:#404040;color:#fff;padding:16px;position:absolute;top:36px;min-width:328px;max-width:650px;right:0;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:4px 4px 12px rgba(0,0,0,0.4);box-shadow:4px 4px 12px rgba(0,0,0,0.4)}.gb_id a,.gb_id a:visited{color:#5e97f6;text-decoration:none}.gb_nd{text-transform:uppercase}.gb_od{padding-left:50px}.gb_dd .gb_fd{width:200px}.gb_hd{color:#333333;font-size:16px;line-height:20px;margin:0;margin-bottom:16px}.gb_dd .gb_hd{color:#ffffff}.gb_ad{color:#666666;line-height:17px;margin:0;margin-bottom:5px}.gb_dd .gb_ad{color:#ffffff}.gb_ad a.gb_qd{text-decoration:none;color:#5e97f6}.gb_ad a.gb_qd:visited{color:#5e97f6}.gb_ad a.gb_qd:hover,.gb_ad a.gb_qd:active{text-decoration:underline}.gb_rd{position:absolute;background:transparent;top:-999px;z-index:-1;visibility:hidden;margin-top:1px;margin-left:1px}#gb .gb_cd{margin:0}.gb_cd .gb_Jb{background:#4d90fe;border-color:#3079ed;margin-top:15px}.gb_gd .gb_Fa{background:#4285f4}#gb .gb_cd a.gb_Jb.gb_Jb{color:#ffffff}.gb_cd .gb_Jb:hover{background:#357ae8;border-color:#2f5bb7}.gb_sd .gb_Sc .gb_vb{border-bottom-color:#ffffff;display:block}.gb_td .gb_Sc .gb_vb{border-bottom-color:#4d90fe;display:block}.gb_sd .gb_Sc .gb_wb,.gb_td .gb_Sc .gb_wb{display:block}.gb_ud,.gb_md{display:table-cell}.gb_ud{vertical-align:middle}.gb_gd .gb_ud{vertical-align:top}.gb_md{padding-left:13px;width:100%}.gb_gd .gb_md{padding-left:20px}.gb_vd{display:block;display:inline-block;padding:1em 0 0 0;position:relative;width:100%}.gb_wd{color:#ff0000;font-style:italic;margin:0;padding-left:46px}.gb_vd .gb_xd{float:right;margin:-20px 0;width:-webkit-calc(100% - 46px);width:calc(100% - 46px)}.gb_yd svg{fill:grey}.gb_yd.gb_zd svg{fill:#4285f4}.gb_vd .gb_xd label:after{background-color:#4285f4}.gb_yd{display:inline;float:right;margin-right:22px;position:relative;top:-4px}.gb_Jf{margin-bottom:32px;font-size:small}.gb_Jf .gb_Kf{margin-right:5px}.gb_Jf .gb_Lf{color:red}.gb_0c{display:none}.gb_0c.gb_g{display:block}.gb_1c{background-color:#fff;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.08);box-shadow:0 1px 0 rgba(0,0,0,0.08);color:#000;position:relative;z-index:986}.gb_2c{height:40px;padding:16px 24px;white-space:nowrap}.gb_3c{position:fixed;bottom:16px;padding:16px;right:16px;white-space:normal;width:328px;-webkit-transition:width .2s,bottom .2s,right .2s;transition:width .2s,bottom .2s,right .2s;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,0.2),0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12);box-shadow:0 5px 5px -3px rgba(0,0,0,0.2),0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12)}@media (max-width:400px){.gb_1c.gb_3c{max-width:368px;width:auto;bottom:0;right:0}}.gb_1c .gb_Jb{border:0;font-weight:500;font-size:14px;line-height:36px;min-width:32px;padding:0 16px;vertical-align:middle}.gb_1c .gb_Jb:before{content:'';height:6px;left:0;position:absolute;top:-6px;width:100%}.gb_1c .gb_Jb:after{bottom:-6px;content:'';height:6px;left:0;position:absolute;width:100%}.gb_1c .gb_Jb+.gb_Jb{margin-left:8px}.gb_4c{height:48px;padding:4px;margin:-8px 0 0 -8px}.gb_3c .gb_4c{float:left;margin:-4px}.gb_5c{font-family:Roboto,RobotoDraft,Helvetica,Arial,sans-serif;overflow:hidden;vertical-align:top}.gb_2c .gb_5c{display:inline-block;padding-left:8px;width:640px}.gb_3c .gb_5c{display:block;margin-left:56px;padding-bottom:16px}.gb_6c{background-color:inherit}.gb_2c .gb_6c{display:inline-block;position:absolute;top:18px;right:24px}.gb_3c .gb_6c{text-align:right;padding-right:24px;padding-top:6px}.gb_6c .gb_7c{height:1.5em;margin:-.25em 10px -.25em 0;vertical-align:text-top;width:1.5em}.gb_8c{line-height:20px;font-size:16px;font-weight:700;color:rgba(0,0,0,.87)}.gb_3c .gb_8c{color:rgba(0,0,0,.87);font-size:16px;line-height:20px;padding-top:8px}.gb_2c .gb_8c,.gb_2c .gb_9c{width:640px}.gb_9c .gb_ad,.gb_9c{line-height:20px;font-size:13px;font-weight:400;color:rgba(0,0,0,.54)}.gb_3c .gb_9c .gb_ad{font-size:14px}.gb_3c .gb_9c{padding-top:12px}.gb_3c .gb_9c a{color:rgba(66,133,244,1)}.gb_N .gb_Nf .gb_b::before{left:-498px;top:-35px}.gb_N.gb_ea .gb_Nf .gb_b::before{left:-498px;top:0}.gb_N.gb_X .gb_Nf .gb_b::before{left:-428px;top:-35px}.gb_Tb .gb_wb{border:0;border-left:1px solid rgba(0,0,0,.2);border-top:1px solid rgba(0,0,0,.2);height:14px;width:14px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.gb_Tb .gb_vb{border:0;border-left:1px solid rgba(0,0,0,.2);border-top:1px solid rgba(0,0,0,.2);height:14px;width:14px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-color:#fff;background:#fff}.gb_N .gb_Dg::before{clip:rect(25px 235px 41px 219px);left:-197px;top:-3px}.gb_N .gb_hc.gb_Eg{position:absolute}.gb_N .gb_Eg::before{clip:rect(0 210px 16px 194px);left:-164px;top:22px}.gb_N .gb_kb .gb_Dg::before{left:-189px}@media (min-resolution:1.25dppx),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.gb_N .gb_Dg::before{clip:rect(50px 470px 82px 438px)}.gb_N .gb_Eg::before{clip:rect(0 420px 32px 388px)}}.gb_N .gb_hc,.gb_N .gbii,.gb_N .gbip{background-image:none;overflow:hidden;position:relative}.gb_N .gb_hc::before{content:url('//ssl.gstatic.com/gb/images/i1_1967ca6a.png');position:absolute}@media (min-resolution:1.25dppx),(-webkit-min-device-pixel-ratio:1.25),(min-device-pixel-ratio:1.25){.gb_N .gb_hc::before{content:url('//ssl.gstatic.com/gb/images/i2_2ec824b0.png');-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:0 0;transform-origin:0 0}}.gb_Tb a:focus{outline:1px dotted #fff!important}sentinel{}</style><script nonce=\"ZhZP3VmXOKkRPvibejNIQg==\">(function(){var m=[[[\"root\",[[\"t-A4e2Bxm629g\",\"ijAAZYsoxUzI\",\"r-ijAAZYsoxUzI\",[[\"ux\",null,null,null,null,[null,\"[{\\\"180490977\\\":0}]\\n\"]\n]\n,[\"source_webapp_group_id\",null,null,null,null,[null,null,null,1.9006258E7]\n]\n,[\"source_webapp_promo_id\",null,null,null,null,[null,null,null,1.900626E7]\n]\n,[\"payload_type\",null,null,null,null,[null,null,null,null,null,14]\n]\n,[\"impression_cap\",null,null,null,null,[null,null,null,1.0]\n]\n,[\"dismissal_type\",null,null,null,null,[null,null,null,null,null,5]\n]\n,[\"dismissal_cookie_max_age_sec\",null,null,null,null,[null,null,null,2592000.0]\n]\n,[\"new_window\",null,null,null,null,[null,null,null,null,0]\n]\n,[\"lightbox\",null,null,null,null,[null,null,null,null,0]\n]\n,[\"interstitial\",null,null,null,null,[null,null,null,null,0]\n]\n,[\"invisible\",null,null,null,null,[null,null,null,null,0]\n]\n,[\"accept_url\",null,null,null,null,[null,null,\"https://www.google.com/url?q\\u003dhttps://tv.youtube.com/explore/nba-finals-2018%3Futm_source%3Dgoogle%26utm_medium%3Dpushup%26utm_campaign%3Dtgt_nba_18_motion\\u0026source\\u003dhpp\\u0026id\\u003d19006260\\u0026ct\\u003d14\\u0026usg\\u003dAFQjCNGuD2d5tkzwKS7QU3eHeGycvCvqlw\"]\n]\n,[\"open_app_url\",null,null,null,null,[null,null,\"\"]\n]\n,[\"log_impressions_to_footprints\",null,null,null,null,[null,null,null,null,0]\n]\n]\n]\n,[\"t-8sLmH_MPffM\",\"imKTS7MMN_9s\",\"r-imKTS7MMN_9s\",[[\"ux\",null,null,null,null,[null,\"[{\\\"180490977\\\":0}]\\n\"]\n]\n]\n]\n,[\"t-aTz9-_sUcEc\",\"iqs9RDIGLWE0\",\"r-iqs9RDIGLWE0\"]\n,[\"t-orNZyHXTT74\",\"iny9vil9bFaY\",\"r-iny9vil9bFaY\",[[\"update_uule_on_visibility_change_events\",null,null,null,null,[null,null,null,null,0]\n]\n,[\"js_config\",null,null,null,null,[null,\"[null,null,1,30000,null,null,null,2,null,null,3,null,null,null,null,null,1,null,null,null,null,null,null,[40.0225388,-105.2524236]\\n,null,null,null,null,0,null,null,null,null,123,null,null,1,\\\"1527991711\\\",null,null,null,null,null,1,null,null,[\\\"86400000\\\",\\\"604800000\\\",2.0]\\n]\\n\"]\n]\n]\n]\n]\n]\n]\n]\n;google.jsc && google.jsc.m(m);})();</script><script nonce=\"ZhZP3VmXOKkRPvibejNIQg==\">(function(){var m=[];for(var a=window,b=m,c={},d=0;d<b.length;d+=2)c[b[d]]=JSON.parse(b[d+1]);a.W_jd=c;})();</script><script nonce=\"ZhZP3VmXOKkRPvibejNIQg==\">(function(){var l=false;var f={gen204:\"aft\",clearcut:1},h={gen204:\"iml\",clearcut:8},k={gen204:\"ol\",clearcut:14},m={gen204:\"prt\",clearcut:16};function p(a){if(!a||\"none\"==a.style.display)return!1;if(document.defaultView&&document.defaultView.getComputedStyle){var b=document.defaultView.getComputedStyle(a);if(b&&(\"hidden\"==b.visibility||\"0px\"==b.height||\"0px\"==b.width))return!1}if(!a.getBoundingClientRect)return!0;a=a.getBoundingClientRect();b=a.left+window.pageXOffset;var d=a.top+window.pageYOffset;return 0>d+a.height||0>b+a.width||0>=a.height||0>=a.width?!1:d<=(window.innerHeight||document.documentElement.clientHeight)&&b<=(window.innerWidth||\ndocument.documentElement.clientWidth)};var q,r,t,u,v=0,x=0,y={},z=location;function A(a){q.removeEventListener(\"click\",A);a.stopPropagation&&a.stopPropagation()}function B(a){++t;a=a||window.event;google.timers.iml||google.startTick(\"iml\");var b=google.time();google.tick(\"load\",h,b);a=a.target||a.srcElement;a=a.id||a.src||a.name;google.timers.iml.t[a]=b;google.c.c.a&&(google.timers.aft.t[a]=b)}\nvar C=function(){var a=google.timers.webaft,b=a.t,d=b.start;a={wsrt:a.wsrt};var c=z.search,g=c.indexOf(\"qsubts=\");var e=parseInt(c.substring(g+7),10);c=c[g-1];(e=\"?\"!=c&&\"&\"!=c||isNaN(e)?0:e)&&(a.gsasrt=Math.abs(d-e));for(var n in b)e=b[n],\"start\"!=n&&e&&d&&(a[e.key.gen204]=e.ts-d);return a},D=function(a){var b=\"/gen_204?s=webaft&atyp=csi&ei=\"+google.kEI+\"&rt=\",d=\"\",c;for(c in a)b+=d+c+\".\"+a[c],d=\",\";google.cshid&&(b+=\"&cshid=\"+google.cshid);(a=window.performance&&window.performance.navigation)&&\n2==a.type&&(b+=\"&bb=1\");return b},E=function(){var a=C(),b=D(a),d=function(){q?(q.setAttribute(\"ping\",b),q.click()):navigator.sendBeacon?navigator.sendBeacon(b,\"\"):google.log(\"\",\"\",b)},c=a.gsasrt||a.wsrt;a=a[f.gen204];0<=google.c.c.t&&c&&a?setTimeout(d,google.c.c.t*(c+a)):d()},F=function(a){v++;y[a.id]||(y[a.id]=0);y[a.id]++;google.rll(a,!1,function(){google.aftd(a)})};google.aftd=function(a){a=a.id||a.getAttribute(\"data-id\")||\"\";y[a]&&(y[a]--,++x,x==v&&(a=google.time(),google.tick(\"webaft\",f,a),google.tick(\"load\",f,a),E()))};(function(a){if(google.timers&&google.timers.load.t){google.tick(\"load\",[m,h]);google.tick(\"webaft\",m);google.c.pprt||(google.tick(\"load\",f),google.tick(\"webaft\",f));(q=document.getElementById(\"csi-ping\"))&&q.addEventListener(\"click\",A);google.c.c.a&&(google.startTick(\"aft\"),google.afte=!1);var b=document.getElementsByTagName(\"img\");r=b.length;for(var d=t=0,c;c=b[d];++d){var g=\"string\"!=typeof c.src||!c.src,e=g||c.complete;if(c.hasAttribute(\"data-noaft\"))e=!0;else if(google.c.c.d){var n=c.id;!a&&\ngoogle.ldi&&n&&google.ldi[n]||(c.getAttribute(\"data-deferred\")?e=!1:(g||\"data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\"==c.src)&&c.setAttribute(\"lazy-loaded\",\"\"))}else google.c.c.m&&g&&c.getAttribute(\"data-bsrc\")&&(e=!1);e?++t:(google.rll(c,!0,B),p(c)&&F(c))}u=r-t;google.rll(window,!1,function(){google.tick(\"load\",k);google.c.e(\"load\",\"imc\",String(t));google.c.e(\"load\",\"imn\",String(r));google.c.e(\"load\",\"imp\",String(u));google.c.u(\"pr\")});v||E()}google.c.c.n&&\ndocument.getElementsByClassName(\"native_iml_flag\").length&&google.c.b(\"ncr\")})(l);})();</script><div id=\"lfootercc\"></div></div></body></html>\n"
  },
  {
    "path": "api/test/data/og/kotaku.html",
    "content": "\n<!DOCTYPE html><html class=\"no-js fallback-fonts\" lang=\"en-US\"><head><meta http-equiv=\"X-UA-Compatible\" content=\"IE=11; IE=10; IE=9; IE=8; IE=EDGE\" /><meta charset=\"utf-8\" /><script>\n\t\twindow._fasttoken = function (response) {\n\t\t\tif (response.data.accountState.avatar) {\n\t\t\t\tvar avatar = response.data.accountState.avatar,\n\t\t\t\t\timg = new Image();\n\t\t\t\timg.src = 'https://i.kinja-img.com/gawker-media/image/upload/c_fill,fl_progressive,g_center,h_120,q_80,w_120/' + avatar.id + '.' + avatar.format;\n\t\t\t}\n\t\t\tif (window.markUserTime) {\n\t\t\t\twindow.markUserTime('frontend.layout.header.user_token_fast');\n\t\t\t}\n\t\t\twindow._user = response;\n\t\t};\n(function () {var a = window.navigator.appVersion, safari = a.indexOf(\"Safari/\") !== -1, chrome = a.indexOf(\"Chrome\") !== -1, crios = a.indexOf(\"CriOS\") !== -1, ipad = a.indexOf(\"iPad\") !== -1, iphone = a.indexOf(\"iPhone\") !== -1, ie = (window.navigator.appName === 'Microsoft Internet Explorer' || !!window.MSInputMethodContext); if ((safari && !chrome && !crios && !ipad && !iphone) || ie) {var s = document.createElement('script'); s.src = '\\/\\/kinja.com\\/api\\/profile\\/assets\\/javascripts/ssov2.js?2'; s.async = true; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);}}());\n\t\tvar _sf_startpt=(new Date()).getTime();\n\t\tif (typeof(performance) !== 'undefined' && typeof performance.now === 'function') {\n\t\t\tvar _kinjaperf_start = performance.now();\n\t\t}\n\n\t(function(){'use strict';var f,g=[];function l(a){g.push(a);1==g.length&&f()}function m(){for(;g.length;)g[0](),g.shift()}f=function(){setTimeout(m)};function n(a){this.a=p;this.b=void 0;this.f=[];var b=this;try{a(function(a){q(b,a)},function(a){r(b,a)})}catch(c){r(b,c)}}var p=2;function t(a){return new n(function(b,c){c(a)})}function u(a){return new n(function(b){b(a)})}function q(a,b){if(a.a==p){if(b==a)throw new TypeError;var c=!1;try{var d=b&&b.then;if(null!=b&&\"object\"==typeof b&&\"function\"==typeof d){d.call(b,function(b){c||q(a,b);c=!0},function(b){c||r(a,b);c=!0});return}}catch(e){c||r(a,e);return}a.a=0;a.b=b;v(a)}}\n\tfunction r(a,b){if(a.a==p){if(b==a)throw new TypeError;a.a=1;a.b=b;v(a)}}function v(a){l(function(){if(a.a!=p)for(;a.f.length;){var b=a.f.shift(),c=b[0],d=b[1],e=b[2],b=b[3];try{0==a.a?\"function\"==typeof c?e(c.call(void 0,a.b)):e(a.b):1==a.a&&(\"function\"==typeof d?e(d.call(void 0,a.b)):b(a.b))}catch(h){b(h)}}})}n.prototype.g=function(a){return this.c(void 0,a)};n.prototype.c=function(a,b){var c=this;return new n(function(d,e){c.f.push([a,b,d,e]);v(c)})};\n\tfunction w(a){return new n(function(b,c){function d(c){return function(d){h[c]=d;e+=1;e==a.length&&b(h)}}var e=0,h=[];0==a.length&&b(h);for(var k=0;k<a.length;k+=1)u(a[k]).c(d(k),c)})}function x(a){return new n(function(b,c){for(var d=0;d<a.length;d+=1)u(a[d]).c(b,c)})};window.Promise||(window.Promise=n,window.Promise.resolve=u,window.Promise.reject=t,window.Promise.race=x,window.Promise.all=w,window.Promise.prototype.then=n.prototype.c,window.Promise.prototype[\"catch\"]=n.prototype.g);}());\n\n\t(function(){'use strict';function h(a){document.body?a():document.addEventListener(\"DOMContentLoaded\",a)};function k(a){this.a=document.createElement(\"div\");this.a.setAttribute(\"aria-hidden\",\"true\");this.a.appendChild(document.createTextNode(a));this.b=document.createElement(\"span\");this.c=document.createElement(\"span\");this.h=document.createElement(\"span\");this.g=document.createElement(\"span\");this.f=-1;this.b.style.cssText=\"display:inline-block;position:absolute;height:100%;width:100%;overflow:scroll;font-size:16px;\";this.c.style.cssText=\"display:inline-block;position:absolute;height:100%;width:100%;overflow:scroll;font-size:16px;\";\n\tthis.g.style.cssText=\"display:inline-block;position:absolute;height:100%;width:100%;overflow:scroll;font-size:16px;\";this.h.style.cssText=\"display:inline-block;width:200%;height:200%;font-size:16px;\";this.b.appendChild(this.h);this.c.appendChild(this.g);this.a.appendChild(this.b);this.a.appendChild(this.c)}\n\tfunction p(a,b){a.a.style.cssText=\"min-width:20px;min-height:20px;display:inline-block;overflow:hidden;position:absolute;width:auto;margin:0;padding:0;top:-999px;left:-999px;white-space:nowrap;font:\"+b+\";\"}function x(a){var b=a.a.offsetWidth,c=b+100;a.g.style.width=c+\"px\";a.c.scrollLeft=c;a.b.scrollLeft=a.b.scrollWidth+100;return a.f!==b?(a.f=b,!0):!1}\n\tfunction y(a,b){a.b.addEventListener(\"scroll\",function(){x(a)&&null!==a.a.parentNode&&b(a.f)},!1);a.c.addEventListener(\"scroll\",function(){x(a)&&null!==a.a.parentNode&&b(a.f)},!1);x(a)};function z(a,b){var c=b||{};this.family=a;this.style=c.style||\"normal\";this.weight=c.weight||\"normal\";this.stretch=c.stretch||\"normal\"}var A=null,B=null,F=!!window.FontFace;function G(){if(null===B){var a=document.createElement(\"div\");a.style.font=\"condensed 100px sans-serif\";B=\"\"!==a.style.font}return B}function H(a,b){return[a.style,a.weight,G()?a.stretch:\"\",\"100px\",b].join(\" \")}\n\tz.prototype.check=function(a,b){var c=this,r=a||\"BESbswy\",C=b||3E3,D=Date.now();return new Promise(function(a,b){if(F){var q=function(){Date.now()-D>=C?b(c):document.fonts.load(H(c,c.family),r).then(function(b){1<=b.length?a(c):setTimeout(q,25)}).catch(function(){b(c)})};q()}else h(function(){function t(){var b;if(b=-1!=e&&-1!=f||-1!=e&&-1!=g||-1!=f&&-1!=g)(b=e!=f&&e!=g&&f!=g)||(null===A&&(b=/AppleWebKit\\/([0-9]+)(?:\\.([0-9]+))/.exec(window.navigator.userAgent),A=!!b&&(536>parseInt(b[1],10)||536===\n\tparseInt(b[1],10)&&11>=parseInt(b[2],10))),b=A&&(e==u&&f==u&&g==u||e==v&&f==v&&g==v||e==w&&f==w&&g==w)),b=!b;b&&(null!==d.parentNode&&d.parentNode.removeChild(d),clearTimeout(E),a(c))}function q(){if(Date.now()-D>=C)null!==d.parentNode&&d.parentNode.removeChild(d),b(c);else{var a=document.hidden;if(!0===a||void 0===a)e=l.a.offsetWidth,f=m.a.offsetWidth,g=n.a.offsetWidth,t();E=setTimeout(q,50)}}var l=new k(r),m=new k(r),n=new k(r),e=-1,f=-1,g=-1,u=-1,v=-1,w=-1,d=document.createElement(\"div\"),E=0;d.dir=\n\t\"ltr\";p(l,H(c,\"sans-serif\"));p(m,H(c,\"serif\"));p(n,H(c,\"monospace\"));d.appendChild(l.a);d.appendChild(m.a);d.appendChild(n.a);document.body.appendChild(d);u=l.a.offsetWidth;v=m.a.offsetWidth;w=n.a.offsetWidth;q();y(l,function(a){e=a;t()});p(l,H(c,'\"'+c.family+'\",sans-serif'));y(m,function(a){f=a;t()});p(m,H(c,'\"'+c.family+'\",serif'));y(n,function(a){g=a;t()});p(n,H(c,'\"'+c.family+'\",monospace'))})})};\"undefined\"!==typeof module?(module.exports=z,module.exports.prototype.check=z.prototype.check):(window.FontFaceObserver=z,window.FontFaceObserver.prototype.check=z.prototype.check);}());\n\n\t(function () {\n\t\tvar now = Math.floor(Date.now() / 1000);\n\n\t\tif (window.localStorage && now - window.localStorage.getItem('fonts_loaded_at') <= 2592000) {\n\t\t\twindow.document.documentElement.className = window.document.documentElement.className.replace('fallback-fonts', '');\n\t\t} else {\n\t\t\tPromise.all([\n\t\t\t\tnew FontFaceObserver('ElizabethSerif', {weight: 400, style: 'normal'}).check(),\n\t\t\t\tnew FontFaceObserver('ProximaNovaCond', {weight: 'normal', style: 'normal'}).check(),\n\t\t\t\tnew FontFaceObserver('ProximaNovaCond', {weight: 'bold', style: 'normal'}).check(),\n\t\t\t]).then(function () {\n\t\t\t\twindow.document.documentElement.className = window.document.documentElement.className.replace('fallback-fonts', '');\n\t\t\t\twindow.localStorage && window.localStorage.setItem('fonts_loaded_at', now);\n\t\t\t}, function () {\n\t\t\t\twindow.document.documentElement.className += 'fonts_timeout';\n\t\t\t});\n\t\t}\n\t})();\n\n\t    (function () {\n        window.markUserTime = function(l) {\n          var perfWrapper = window['requestAnimationFrame'] || (function(callback){setTimeout(callback, 0);});\n          perfWrapper(function(){\n            if (window.performance && window.performance.mark) {\n                window.performance.mark(l);\n            }\n            if (window.console && window.console.timeStamp) {\n                window.console.timeStamp(l);\n            }\n          });\n        };\n        }());\n\n!function(e){\"use strict\";var t=function(t,n,r){function o(e){return i.body?e():void setTimeout(function(){o(e)})}function a(){d.addEventListener&&d.removeEventListener(\"load\",a),d.media=r||\"all\"}var l,i=e.document,d=i.createElement(\"link\");if(n)l=n;else{var s=(i.body||i.getElementsByTagName(\"head\")[0]).childNodes;l=s[s.length-1]}var u=i.styleSheets;d.rel=\"stylesheet\",d.href=t,d.media=\"only x\",o(function(){l.parentNode.insertBefore(d,n?l:l.nextSibling)});var f=function(e){for(var t=d.href,n=u.length;n--;)if(u[n].href===t)return e();setTimeout(function(){f(e)})};return d.addEventListener&&d.addEventListener(\"load\",a),d.onloadcssdefined=f,f(a),d};\"undefined\"!=typeof exports?exports.loadCSS=t:e.loadCSS=t}(\"undefined\"!=typeof global?global:this),function(e){if(e.loadCSS){var t=loadCSS.relpreload={};if(t.support=function(){try{return e.document.createElement(\"link\").relList.supports(\"preload\")}catch(e){return!1}},t.poly=function(){for(var t=e.document.getElementsByTagName(\"link\"),n=0;n<t.length;n++){var r=t[n];\"preload\"===r.rel&&\"style\"===r.getAttribute(\"as\")&&(e.loadCSS(r.href,r),r.rel=null)}},!t.support()){t.poly();var n=e.setInterval(t.poly,300);e.addEventListener&&e.addEventListener(\"load\",function(){e.clearInterval(n)}),e.attachEvent&&e.attachEvent(\"onload\",function(){e.clearInterval(n)})}}}(this);\n\t</script><script>\n\t\t(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');</script><script class=\"kxint\" data-namespace=\"gawker\" type=\"text/javascript\">\n\t\t/**\n\t\t* Krux DFP\tPremium Ad Server with GPT Template\n\t\t*/\n\t\twindow.Krux || ((Krux = function () {\n\t\t\tKrux.q.push(arguments);\n\t\t}).q = []);\n\t\t(function () {\n\t\t\tfunction retrieve(n) {\n\t\t\t\tvar k = 'kxgawker_' + n,\n\t\t\t\t\tls = (function () {\n\t\t\t\t\t\ttry {\n\t\t\t\t\t\t\treturn window.localStorage;\n\t\t\t\t\t\t} catch (e) {\n\t\t\t\t\t\t\treturn null;\n\t\t\t\t\t\t}\n\t\t\t\t\t})();\n\t\t\t\tif (ls) {\n\t\t\t\t\treturn ls[k] || '';\n\t\t\t\t} else if (navigator.cookieEnabled) {\n\t\t\t\t\tvar m = document.cookie.match(k + '=([^;]*)');\n\t\t\t\t\treturn (m && unescape(m[1])) || '';\n\t\t\t\t} else {\n\t\t\t\t\treturn '';\n\t\t\t\t}\n\t\t\t}\n\t\t\tKrux.user = retrieve('user');\n\t\t\tKrux.segments = retrieve('segs') ? retrieve('segs').split(',') : [];\n\n\t\t\t// DFP Premium Interchange\n\t\t\tvar dfpp = [];\n\t\t\tfor (var i = 0; i < Krux.segments.length; i++) {\n\t\t\t\tdfpp.push('ksg=' + Krux.segments[i]);\n\t\t\t}\n\n\t\t\tKrux.dfppKeyValues = dfpp.length ? dfpp.join(';') + ';' : '';\n\n\t\t})();\n\t</script>\n\t\t\t\t\t<script>\n\t\t\t\t\t!function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q(\"i\",arguments)},fetchBids:function(){q(\"f\",arguments)},setDisplayBids:function(){},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}(\"apstag\",window,document,\"script\",\"//c.amazon-adsystem.com/aax2/apstag.js\");\n\t\t\t\t\tapstag.init({\n\t\t\t\t\t\tpubID: '3076',\n\t\t\t\t\t\tadServer: 'googletag',\n\t\t\t\t\t\tbidTimeout: 1e3\n\t\t\t\t\t});\n\t\t\t\t\t</script>\n\t\t\t\t<style class=\"js_gmg-skins\">.blog-group-kotaku a, .blog-group-kotaku a:hover, .blog-group-kotaku a:focus, .blog-group-kotaku\t.sitecolored, .blog-group-kotaku .sitecolored a {color: #B22460;}.blog-group-kotaku .sitecolored-fill {fill: #B22460;}.blog-group-kotaku\t.sitecolored-border {border-color: #B22460;}.blog-group-kotaku\t.welcome-wrapper.sitecolored-border:before {border-left-color: #B22460!important;}.blog-group-kotaku\t.sitecolored-background, .blog-group-kotaku\t.reply__byline--member {background-color: #B22460 !important;}.sitecolored--hover:hover, .sitecolored--hover:hover a {color: #881b49;}.tbl-site-color {color: #B22460 !important;}.u-sitecolored .svg-icon:not(.svg-star):not(.svg-chevron):not(.svg-zoom-in) {fill: #B22460;}.u-sitecolored .svg-icon.svg-star, .u-sitecolored .svg-icon.svg-chevron, .u-sitecolored .svg-icon.svg-zoom-in {stroke: #B22460;}.u-sitecolored--hover:hover .svg-icon:not(.svg-star):not(.svg-chevron):not(.svg-zoom-in) {fill: #881b49;}.u-sitecolored--hover:hover .svg-icon.svg-star, .u-sitecolored--hover:hover .svg-icon.svg-chevron, .u-sitecolored--hover:hover .svg-icon.svg-zoom-in {stroke: #881b49;}.reply.anchor:before {background-color: #B22460;}.liveblog-wrapper .update-badge, ul.reply-filters--liveblog .active.reply-filter--updates a:after, ul.reply-filters--liveblog .active.reply-filter--replies a:after {background-color: #B22460 !important;}</style><style type=\"text/css\" rel=\"stylesheet\">.curation-item-placeholder__inner .avatar{display:block;background-position:50% 50%;border-radius:50%;background-repeat:no-repeat}.curation-item-placeholder__inner .avatar.avatar--blog{border-radius:0}.curation-item-placeholder__inner .avatar.avatar--list{height:2.75rem;width:2.75rem;line-height:2.75rem;background-size:2.75rem}.curation-item-placeholder__inner .avatar.avatar--mobile{height:4.75rem;width:4.75rem;line-height:4.75rem;background-size:4.75rem;margin:auto}.curation-item-placeholder__inner .avatar-default{height:3.75rem;width:3.75rem}.curation-item-placeholder__inner .avatar-default.avatar--blog{border:#f5f5f5 1px solid;background-image:none;border-radius:4px;padding:0.4rem 0.6rem}.curation-item-placeholder__inner .avatar-default.avatar--blog svg{height:100%;width:100%;color:#f5f5f5}.curation-item-placeholder__inner .displayname{color:#333}.curation-item-placeholder__inner .username{color:#aaa}.curation-item-placeholder__inner .displayname,.curation-item-placeholder__inner .username{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.curation-item-placeholder__inner #kinja-iconset-svg{display:none}.curation-item-placeholder__inner label{color:#aaa}.curation-item-placeholder__inner .center-item{display:block;position:relative;text-align:center}.f-dropdown,.reveal-modal{display:none}.reveal-modal{-webkit-transition:0.4s opacity;transition:0.4s opacity}body.f_fun_authenticated_on:before{width:100vw;height:100vh;pointer-events:none;content:\"✨\";font-size:0;opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-transition:0.6s all;transition:0.6s all;line-height:initial;z-index:999999999}body.f_fun_authenticated_on:after{content:\"👍\";display:block;width:100px;height:100px;font-size:100px;opacity:0;position:absolute;top:-100px;left:calc(100% - 50vw);-webkit-transition:0.4s all;transition:0.4s all;line-height:initial;z-index:999999999}body.f_fun_authenticated_on.mobile-loggedin:before{opacity:1;font-size:126px}body.f_fun_authenticated_on.mobile-loggedin:after{opacity:1;top:calc(100% - 50vh)}body.f_fun_authenticated_on.mobile-loggedin.mobile-loggedin-noeffects:after,body.f_fun_authenticated_on.mobile-loggedin.mobile-loggedin-noeffects:before{opacity:0;top:calc(100vh + 100px)}@media only screen and (min-width: 53.126em){.hide-for-large-up{display:none !important}}.show-for-medium-down{display:none !important}@media only screen and (max-width: 53.125em){.show-for-medium-down{display:inherit !important}.hide-for-medium-down{display:none !important}}@media only screen and (max-width: 63.9em){.hide-for-large-down{display:none !important}}meta.foundation-version{font-family:\"/5.5.2/\"}meta.foundation-mq-small{font-family:\"/only screen/\";width:0}meta.foundation-mq-small-only{font-family:\"/only screen and (max-width: 37.438em)/\";width:0}meta.foundation-mq-medium{font-family:\"/only screen and (min-width:37.5em)/\";width:37.5em}meta.foundation-mq-medium-only{font-family:\"/only screen and (min-width:37.5em) and (max-width:53.125em)/\";width:37.5em}meta.foundation-mq-large{font-family:\"/only screen and (min-width:53.126em)/\";width:53.126em}meta.foundation-mq-large-only{font-family:\"/only screen and (min-width:53.126em) and (max-width:63.9em)/\";width:53.126em}meta.foundation-mq-xlarge{font-family:\"/only screen and (min-width:64em)/\";width:64em}meta.foundation-mq-xlarge-only{font-family:\"/only screen and (min-width:64em) and (max-width:66.25em)/\";width:64em}meta.foundation-mq-xxlarge{font-family:\"/only screen and (min-width:66.3em)/\";width:66.3em}meta.foundation-data-attribute-namespace{font-family:false}body,html{height:100%}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body,html{font-size:16px}body{background:#fff;color:#222;cursor:auto;font-family:\"ProximaNovaCond\",sans-serif;font-style:normal;font-weight:normal;line-height:24px;margin:0;position:relative}a:hover{cursor:pointer}img{max-width:100%;height:auto;-ms-interpolation-mode:bicubic}#map_canvas embed,#map_canvas img,#map_canvas object,.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:after,.clearfix:before{content:\" \";display:table}.clearfix:after{clear:both}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select,.row{width:100%}.row{margin:0 auto;max-width:63rem}.row:after,.row:before{content:\" \";display:table}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row.collapse .row{margin-left:0;margin-right:0}.row .row{margin:0 -1.125rem;max-width:none;width:auto}.row .row:after,.row .row:before{content:\" \";display:table}.row .row:after{clear:both}.row .row.collapse{margin:0;max-width:none;width:auto}.row .row.collapse:after,.row .row.collapse:before{content:\" \";display:table}.row .row.collapse:after{clear:both}.column,.columns{padding-left:1.125rem;padding-right:1.125rem;width:100%;float:left}.column+.column:last-child,.column+.columns:last-child,.columns+.column:last-child,.columns+.columns:last-child{float:right}.column+.column.end,.column+.columns.end,.columns+.column.end,.columns+.columns.end{float:left}@media only screen{.small-push-0{position:relative;left:0;right:auto}.small-pull-0{position:relative;right:0;left:auto}.small-push-1{position:relative;left:8.333%;right:auto}.small-pull-1{position:relative;right:8.333%;left:auto}.small-push-2{position:relative;left:16.667%;right:auto}.small-pull-2{position:relative;right:16.667%;left:auto}.small-push-3{position:relative;left:25%;right:auto}.small-pull-3{position:relative;right:25%;left:auto}.small-push-4{position:relative;left:33.333%;right:auto}.small-pull-4{position:relative;right:33.333%;left:auto}.small-push-5{position:relative;left:41.667%;right:auto}.small-pull-5{position:relative;right:41.667%;left:auto}.small-push-6{position:relative;left:50%;right:auto}.small-pull-6{position:relative;right:50%;left:auto}.small-push-7{position:relative;left:58.333%;right:auto}.small-pull-7{position:relative;right:58.333%;left:auto}.small-push-8{position:relative;left:66.667%;right:auto}.small-pull-8{position:relative;right:66.667%;left:auto}.small-push-9{position:relative;left:75%;right:auto}.small-pull-9{position:relative;right:75%;left:auto}.small-push-10{position:relative;left:83.333%;right:auto}.small-pull-10{position:relative;right:83.333%;left:auto}.small-push-11{position:relative;left:91.667%;right:auto}.small-pull-11{position:relative;right:91.667%;left:auto}.column,.columns{position:relative;padding-left:1.125rem;padding-right:1.125rem;float:left}.small-1{width:8.333%}.small-2{width:16.667%}.small-3{width:25%}.small-4{width:33.333%}.small-5{width:41.667%}.small-6{width:50%}.small-7{width:58.333%}.small-8{width:66.667%}.small-9{width:75%}.small-10{width:83.333%}.small-11{width:91.667%}.small-12{width:100%}.small-offset-0{margin-left:0 !important}.small-offset-1{margin-left:8.333% !important}.small-offset-2{margin-left:16.667% !important}.small-offset-3{margin-left:25% !important}.small-offset-4{margin-left:33.333% !important}.small-offset-5{margin-left:41.667% !important}.small-offset-6{margin-left:50% !important}.small-offset-7{margin-left:58.333% !important}.small-offset-8{margin-left:66.667% !important}.small-offset-9{margin-left:75% !important}.small-offset-10{margin-left:83.333% !important}.small-offset-11{margin-left:91.667% !important}.small-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none}.column.small-uncentered,.columns.small-uncentered{float:left;margin-left:0;margin-right:0}.column.small-centered:last-child,.columns.small-centered:last-child{float:none}.column.small-uncentered:last-child,.columns.small-uncentered:last-child{float:left}.column.small-uncentered.opposite,.columns.small-uncentered.opposite{float:right}.row.small-collapse>.column,.row.small-collapse>.columns{padding-left:0;padding-right:0}.row.small-collapse .row{margin-left:0;margin-right:0}.row.small-uncollapse>.column,.row.small-uncollapse>.columns{padding-left:1.125rem;padding-right:1.125rem;float:left}}@media only screen and (min-width: 37.5em){.medium-push-0{position:relative;left:0;right:auto}.medium-pull-0{position:relative;right:0;left:auto}.medium-push-1{position:relative;left:8.333%;right:auto}.medium-pull-1{position:relative;right:8.333%;left:auto}.medium-push-2{position:relative;left:16.667%;right:auto}.medium-pull-2{position:relative;right:16.667%;left:auto}.medium-push-3{position:relative;left:25%;right:auto}.medium-pull-3{position:relative;right:25%;left:auto}.medium-push-4{position:relative;left:33.333%;right:auto}.medium-pull-4{position:relative;right:33.333%;left:auto}.medium-push-5{position:relative;left:41.667%;right:auto}.medium-pull-5{position:relative;right:41.667%;left:auto}.medium-push-6{position:relative;left:50%;right:auto}.medium-pull-6{position:relative;right:50%;left:auto}.medium-push-7{position:relative;left:58.333%;right:auto}.medium-pull-7{position:relative;right:58.333%;left:auto}.medium-push-8{position:relative;left:66.667%;right:auto}.medium-pull-8{position:relative;right:66.667%;left:auto}.medium-push-9{position:relative;left:75%;right:auto}.medium-pull-9{position:relative;right:75%;left:auto}.medium-push-10{position:relative;left:83.333%;right:auto}.medium-pull-10{position:relative;right:83.333%;left:auto}.medium-push-11{position:relative;left:91.667%;right:auto}.medium-pull-11{position:relative;right:91.667%;left:auto}.column,.columns{position:relative;padding-left:1.125rem;padding-right:1.125rem;float:left}.medium-1{width:8.333%}.medium-2{width:16.667%}.medium-3{width:25%}.medium-4{width:33.333%}.medium-5{width:41.667%}.medium-6{width:50%}.medium-7{width:58.333%}.medium-8{width:66.667%}.medium-9{width:75%}.medium-10{width:83.333%}.medium-11{width:91.667%}.medium-12{width:100%}.medium-offset-0{margin-left:0 !important}.medium-offset-1{margin-left:8.333% !important}.medium-offset-2{margin-left:16.667% !important}.medium-offset-3{margin-left:25% !important}.medium-offset-4{margin-left:33.333% !important}.medium-offset-5{margin-left:41.667% !important}.medium-offset-6{margin-left:50% !important}.medium-offset-7{margin-left:58.333% !important}.medium-offset-8{margin-left:66.667% !important}.medium-offset-9{margin-left:75% !important}.medium-offset-10{margin-left:83.333% !important}.medium-offset-11{margin-left:91.667% !important}.medium-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none}.column.medium-uncentered,.columns.medium-uncentered{float:left;margin-left:0;margin-right:0}.column.medium-centered:last-child,.columns.medium-centered:last-child{float:none}.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child{float:left}.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite{float:right}.row.medium-collapse>.column,.row.medium-collapse>.columns{padding-left:0;padding-right:0}.row.medium-collapse .row{margin-left:0;margin-right:0}.row.medium-uncollapse>.column,.row.medium-uncollapse>.columns{padding-left:1.125rem;padding-right:1.125rem;float:left}.push-0{left:0;right:auto}.push-0,.pull-0{position:relative}.pull-0{right:0;left:auto}.push-1{left:8.333%;right:auto}.push-1,.pull-1{position:relative}.pull-1{right:8.333%;left:auto}.push-2{left:16.667%;right:auto}.push-2,.pull-2{position:relative}.pull-2{right:16.667%;left:auto}.push-3{left:25%;right:auto}.push-3,.pull-3{position:relative}.pull-3{right:25%;left:auto}.push-4{left:33.333%;right:auto}.push-4,.pull-4{position:relative}.pull-4{right:33.333%;left:auto}.push-5{left:41.667%;right:auto}.push-5,.pull-5{position:relative}.pull-5{right:41.667%;left:auto}.push-6{left:50%;right:auto}.push-6,.pull-6{position:relative}.pull-6{right:50%;left:auto}.push-7{left:58.333%;right:auto}.push-7,.pull-7{position:relative}.pull-7{right:58.333%;left:auto}.push-8{left:66.667%;right:auto}.push-8,.pull-8{position:relative}.pull-8{right:66.667%;left:auto}.push-9{left:75%;right:auto}.push-9,.pull-9{position:relative}.pull-9{right:75%;left:auto}.push-10{position:relative;left:83.333%;right:auto}.pull-10{position:relative;right:83.333%;left:auto}.push-11{position:relative;left:91.667%;right:auto}.pull-11{position:relative;right:91.667%;left:auto}}@media only screen and (min-width: 53.126em){.large-push-0{position:relative;left:0;right:auto}.large-pull-0{position:relative;right:0;left:auto}.large-push-1{position:relative;left:8.333%;right:auto}.large-pull-1{position:relative;right:8.333%;left:auto}.large-push-2{position:relative;left:16.667%;right:auto}.large-pull-2{position:relative;right:16.667%;left:auto}.large-push-3{position:relative;left:25%;right:auto}.large-pull-3{position:relative;right:25%;left:auto}.large-push-4{position:relative;left:33.333%;right:auto}.large-pull-4{position:relative;right:33.333%;left:auto}.large-push-5{position:relative;left:41.667%;right:auto}.large-pull-5{position:relative;right:41.667%;left:auto}.large-push-6{position:relative;left:50%;right:auto}.large-pull-6{position:relative;right:50%;left:auto}.large-push-7{position:relative;left:58.333%;right:auto}.large-pull-7{position:relative;right:58.333%;left:auto}.large-push-8{position:relative;left:66.667%;right:auto}.large-pull-8{position:relative;right:66.667%;left:auto}.large-push-9{position:relative;left:75%;right:auto}.large-pull-9{position:relative;right:75%;left:auto}.large-push-10{position:relative;left:83.333%;right:auto}.large-pull-10{position:relative;right:83.333%;left:auto}.large-push-11{position:relative;left:91.667%;right:auto}.large-pull-11{position:relative;right:91.667%;left:auto}.column,.columns{position:relative;padding-left:1.125rem;padding-right:1.125rem;float:left}.large-1{width:8.333%}.large-2{width:16.667%}.large-3{width:25%}.large-4{width:33.333%}.large-5{width:41.667%}.large-6{width:50%}.large-7{width:58.333%}.large-8{width:66.667%}.large-9{width:75%}.large-10{width:83.333%}.large-11{width:91.667%}.large-12{width:100%}.large-offset-0{margin-left:0 !important}.large-offset-1{margin-left:8.333% !important}.large-offset-2{margin-left:16.667% !important}.large-offset-3{margin-left:25% !important}.large-offset-4{margin-left:33.333% !important}.large-offset-5{margin-left:41.667% !important}.large-offset-6{margin-left:50% !important}.large-offset-7{margin-left:58.333% !important}.large-offset-8{margin-left:66.667% !important}.large-offset-9{margin-left:75% !important}.large-offset-10{margin-left:83.333% !important}.large-offset-11{margin-left:91.667% !important}.large-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none}.column.large-uncentered,.columns.large-uncentered{float:left;margin-left:0;margin-right:0}.column.large-centered:last-child,.columns.large-centered:last-child{float:none}.column.large-uncentered:last-child,.columns.large-uncentered:last-child{float:left}.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right}.row.large-collapse>.column,.row.large-collapse>.columns{padding-left:0;padding-right:0}.row.large-collapse .row{margin-left:0;margin-right:0}.row.large-uncollapse>.column,.row.large-uncollapse>.columns{padding-left:1.125rem;padding-right:1.125rem;float:left}.push-0{left:0;right:auto}.push-0,.pull-0{position:relative}.pull-0{right:0;left:auto}.push-1{left:8.333%;right:auto}.push-1,.pull-1{position:relative}.pull-1{right:8.333%;left:auto}.push-2{left:16.667%;right:auto}.push-2,.pull-2{position:relative}.pull-2{right:16.667%;left:auto}.push-3{left:25%;right:auto}.push-3,.pull-3{position:relative}.pull-3{right:25%;left:auto}.push-4{left:33.333%;right:auto}.push-4,.pull-4{position:relative}.pull-4{right:33.333%;left:auto}.push-5{left:41.667%;right:auto}.push-5,.pull-5{position:relative}.pull-5{right:41.667%;left:auto}.push-6{left:50%;right:auto}.push-6,.pull-6{position:relative}.pull-6{right:50%;left:auto}.push-7{left:58.333%;right:auto}.push-7,.pull-7{position:relative}.pull-7{right:58.333%;left:auto}.push-8{left:66.667%;right:auto}.push-8,.pull-8{position:relative}.pull-8{right:66.667%;left:auto}.push-9{left:75%;right:auto}.push-9,.pull-9{position:relative}.pull-9{right:75%;left:auto}.push-10{position:relative;left:83.333%;right:auto}.pull-10{position:relative;right:83.333%;left:auto}.push-11{position:relative;left:91.667%;right:auto}.pull-11{position:relative;right:91.667%;left:auto}}.flex-row{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap}.flex-row .flex-row,.row .flex-row{margin-left:-1.125rem;margin-right:-1.125rem}.flex-row--align-right{-webkit-box-pack:end;justify-content:flex-end}.flex-row--align-center{-webkit-box-pack:center;justify-content:center}.flex-row--align-justify{-webkit-box-pack:justify;justify-content:space-between}.flex-row--align-spaced{justify-content:space-around}.flex-row--align-top{-webkit-box-align:start;align-items:flex-start}.flex-row--align-middle{-webkit-box-align:center;align-items:center}.flex-row--align-bottom{-webkit-box-align:end;align-items:flex-end}.flex-row--align-stretch{-webkit-box-align:stretch;align-items:stretch}.flex-row__column{-webkit-box-flex:1;flex:1 1 0;padding-left:1.125rem;padding-right:1.125rem}.flex-row__column--fixed{-webkit-box-flex:0;flex-grow:0;flex-shrink:0}.flex-row__column--align-self-top{align-self:flex-start}.flex-row__column--align-self-middle{align-self:center}.flex-row__column--align-self-bottom{align-self:flex-end}.flex-row__column--align-self-stretch{align-self:stretch}@media only screen{.flex-row__column.small-1{max-width:8.333%;flex-basis:8.333%}.flex-row__column.small-1,.flex-row__column.small-2{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.small-2{max-width:16.667%;flex-basis:16.667%}.flex-row__column.small-3{max-width:25%;flex-basis:25%}.flex-row__column.small-3,.flex-row__column.small-4{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.small-4{max-width:33.333%;flex-basis:33.333%}.flex-row__column.small-5{max-width:41.667%;flex-basis:41.667%}.flex-row__column.small-5,.flex-row__column.small-6{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.small-6{max-width:50%;flex-basis:50%}.flex-row__column.small-7{max-width:58.333%;flex-basis:58.333%}.flex-row__column.small-7,.flex-row__column.small-8{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.small-8{max-width:66.667%;flex-basis:66.667%}.flex-row__column.small-9{max-width:75%;flex-basis:75%}.flex-row__column.small-9,.flex-row__column.small-10{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.small-10{max-width:83.333%;flex-basis:83.333%}.flex-row__column.small-11{max-width:91.667%;flex-basis:91.667%}.flex-row__column.small-11,.flex-row__column.small-12{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.small-12{max-width:100%;flex-basis:100%}.flex-row__column.small-auto{flex-basis:auto;max-width:none;-webkit-box-flex:1;flex-grow:1;flex-shrink:1}}@media only screen and (min-width: 37.5em){.flex-row__column.medium-1{max-width:8.333%;flex-basis:8.333%}.flex-row__column.medium-1,.flex-row__column.medium-2{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.medium-2{max-width:16.667%;flex-basis:16.667%}.flex-row__column.medium-3{max-width:25%;flex-basis:25%}.flex-row__column.medium-3,.flex-row__column.medium-4{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.medium-4{max-width:33.333%;flex-basis:33.333%}.flex-row__column.medium-5{max-width:41.667%;flex-basis:41.667%}.flex-row__column.medium-5,.flex-row__column.medium-6{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.medium-6{max-width:50%;flex-basis:50%}.flex-row__column.medium-7{max-width:58.333%;flex-basis:58.333%}.flex-row__column.medium-7,.flex-row__column.medium-8{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.medium-8{max-width:66.667%;flex-basis:66.667%}.flex-row__column.medium-9{max-width:75%;flex-basis:75%}.flex-row__column.medium-9,.flex-row__column.medium-10{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.medium-10{max-width:83.333%;flex-basis:83.333%}.flex-row__column.medium-11{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:91.667%;flex-basis:91.667%}.flex-row__column.medium-12{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:100%;flex-basis:100%}.flex-row__column.medium-auto{flex-basis:auto;max-width:none;-webkit-box-flex:1;flex-grow:1;flex-shrink:1}}@media only screen and (min-width: 53.126em){.flex-row__column.large-1{max-width:8.333%;flex-basis:8.333%}.flex-row__column.large-1,.flex-row__column.large-2{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.large-2{max-width:16.667%;flex-basis:16.667%}.flex-row__column.large-3{max-width:25%;flex-basis:25%}.flex-row__column.large-3,.flex-row__column.large-4{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.large-4{max-width:33.333%;flex-basis:33.333%}.flex-row__column.large-5{max-width:41.667%;flex-basis:41.667%}.flex-row__column.large-5,.flex-row__column.large-6{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.large-6{max-width:50%;flex-basis:50%}.flex-row__column.large-7{max-width:58.333%;flex-basis:58.333%}.flex-row__column.large-7,.flex-row__column.large-8{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.large-8{max-width:66.667%;flex-basis:66.667%}.flex-row__column.large-9{max-width:75%;flex-basis:75%}.flex-row__column.large-9,.flex-row__column.large-10{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.large-10{max-width:83.333%;flex-basis:83.333%}.flex-row__column.large-11{max-width:91.667%;flex-basis:91.667%}.flex-row__column.large-11,.flex-row__column.large-12{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.large-12{max-width:100%;flex-basis:100%}.flex-row__column.large-auto{flex-basis:auto;max-width:none;-webkit-box-flex:1;flex-grow:1;flex-shrink:1}}@media only screen and (min-width: 64em){.flex-row__column.xlarge-1{max-width:8.333%;flex-basis:8.333%}.flex-row__column.xlarge-1,.flex-row__column.xlarge-2{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.xlarge-2{max-width:16.667%;flex-basis:16.667%}.flex-row__column.xlarge-3{max-width:25%;flex-basis:25%}.flex-row__column.xlarge-3,.flex-row__column.xlarge-4{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.xlarge-4{max-width:33.333%;flex-basis:33.333%}.flex-row__column.xlarge-5{max-width:41.667%;flex-basis:41.667%}.flex-row__column.xlarge-5,.flex-row__column.xlarge-6{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.xlarge-6{max-width:50%;flex-basis:50%}.flex-row__column.xlarge-7{max-width:58.333%;flex-basis:58.333%}.flex-row__column.xlarge-7,.flex-row__column.xlarge-8{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.xlarge-8{max-width:66.667%;flex-basis:66.667%}.flex-row__column.xlarge-9{max-width:75%;flex-basis:75%}.flex-row__column.xlarge-9,.flex-row__column.xlarge-10{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto}.flex-row__column.xlarge-10{max-width:83.333%;flex-basis:83.333%}.flex-row__column.xlarge-11{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:91.667%;flex-basis:91.667%}.flex-row__column.xlarge-12{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:100%;flex-basis:100%}.flex-row__column.xlarge-auto{flex-basis:auto;max-width:none;-webkit-box-flex:1;flex-grow:1;flex-shrink:1}}@media only screen and (min-width: 66.3em){.flex-row__column.xxlarge-1{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:8.333%;flex-basis:8.333%}.flex-row__column.xxlarge-2{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:16.667%;flex-basis:16.667%}.flex-row__column.xxlarge-3{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:25%;flex-basis:25%}.flex-row__column.xxlarge-4{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:33.333%;flex-basis:33.333%}.flex-row__column.xxlarge-5{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:41.667%;flex-basis:41.667%}.flex-row__column.xxlarge-6{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:50%;flex-basis:50%}.flex-row__column.xxlarge-7{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:58.333%;flex-basis:58.333%}.flex-row__column.xxlarge-8{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:66.667%;flex-basis:66.667%}.flex-row__column.xxlarge-9{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:75%;flex-basis:75%}.flex-row__column.xxlarge-10{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:83.333%;flex-basis:83.333%}.flex-row__column.xxlarge-11{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:91.667%;flex-basis:91.667%}.flex-row__column.xxlarge-12{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:100%;flex-basis:100%}.flex-row__column.xxlarge-auto{flex-basis:auto;max-width:none;-webkit-box-flex:1;flex-grow:1;flex-shrink:1}}@media only screen and (min-width: 88em){.flex-row__column.xxxlarge-1{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:8.333%;flex-basis:8.333%}.flex-row__column.xxxlarge-2{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:16.667%;flex-basis:16.667%}.flex-row__column.xxxlarge-3{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:25%;flex-basis:25%}.flex-row__column.xxxlarge-4{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:33.333%;flex-basis:33.333%}.flex-row__column.xxxlarge-5{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:41.667%;flex-basis:41.667%}.flex-row__column.xxxlarge-6{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:50%;flex-basis:50%}.flex-row__column.xxxlarge-7{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:58.333%;flex-basis:58.333%}.flex-row__column.xxxlarge-8{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:66.667%;flex-basis:66.667%}.flex-row__column.xxxlarge-9{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:75%;flex-basis:75%}.flex-row__column.xxxlarge-10{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:83.333%;flex-basis:83.333%}.flex-row__column.xxxlarge-11{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:91.667%;flex-basis:91.667%}.flex-row__column.xxxlarge-12{-webkit-box-flex:0;flex-grow:0;flex-shrink:0;width:auto;max-width:100%;flex-basis:100%}.flex-row__column.xxxlarge-auto{flex-basis:auto;max-width:none;-webkit-box-flex:1;flex-grow:1;flex-shrink:1}}body{padding:0;-webkit-tap-highlight-color:transparent;word-wrap:break-word}.disable-scroll{overflow:hidden;height:100%;min-height:100vh;min-width:100vw}.disable-scroll:after{clear:both}.disable-scroll .page .post-dropdown-ct{display:none}hr{border:#ccc solid;border-width:1px 0 0;clear:both;height:0;margin:1.25rem 0 1.1875rem}a:hover{text-decoration:underline}a:hover.button,a:hover.icon{text-decoration:none}.secondary-link,.secondary-link:active,.secondary-link:focus,.secondary-link:hover,.secondary-link:visited{color:#666}.clear-both{clear:both}.inline{display:inline}.inline-block{display:inline-block}table{width:100%}.table-row{display:table-row}.table-cell{display:table-cell}.nowrap{white-space:nowrap}.cursor-default{cursor:default !important}.cursor-pointer{cursor:pointer !important}.cursor-crosshair{cursor:crosshair !important}.cursor-zoom-in{cursor:zoom-in !important}.primary-color{color:#0093ec !important}.no-decoration,.no-decoration:hover{text-decoration:none}.hide{display:none}.floated-container{display:block}.floated-container>.avatar{display:block;float:left;margin-right:10px}.floated-container>.avatar img{display:block}.floated-container>.avatar .svg-icon{width:30px;height:30px;opacity:1}.floated-container>.avatar .icon-followed{display:none}.floated-container .txt{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.floated-container.img-20 .avatar img{height:20px;width:20px;max-width:20px}.floated-container.img-30{height:30px}.floated-container.img-30 .avatar img{height:30px;width:30px;max-width:30px}.floated-container.img-40{height:40px}.floated-container.img-40 .avatar img{height:40px;width:40px;max-width:40px}.floated-container.img-60{height:60px}.floated-container.img-60 .avatar img{height:60px;width:60px;max-width:60px}.floated-container.icon-20{height:20px}.floated-container.icon-20 .avatar .icon{top:3px}.txt-20{line-height:1.5rem}.txt-30{line-height:2.125rem}.txt-40{line-height:2.75rem}.txt-60{line-height:4rem}.site-logo{display:inline-block;height:40px;max-height:40px;max-width:100%;background-repeat:no-repeat;background-size:contain !important}@media only screen and (max-width: 53.125em){.site-logo{max-width:70%;margin-left:50px;vertical-align:sub}}.site-logo .logo{display:block;max-height:40px}.site-logo:hover{text-decoration:none}.site-logo .header-title{max-width:100%}.splash .dropdown-wrapper{display:none}.dropdown-wrapper{margin-top:-5px}.header-title{display:inline-block;color:#000;font-size:2.188rem;float:left;line-height:2.812rem;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:90%}@media only screen and (max-width: 37.438em){.header-title{font-size:1.75rem}}.header-title:hover{text-decoration:none;color:#000}.header-title a,.header-title a:active,.header-title a:hover{color:#000}.header-title+.blog-dropdown-trigger{top:-10px}.row.content-header{margin-top:-0.3rem;margin-bottom:1.5rem;position:relative}.row.content-header>.columns{height:40px;max-height:40px}.row.content-header .site-header{padding-right:0}.header-action-wrapper{position:absolute;right:1.125rem}.content-header+.alert-box{margin-top:1.438rem}.logo-content{height:50px;padding:10px 0;margin-top:-20px;margin-bottom:10px}.logo-content .logo-container{float:right;padding-left:10px;max-width:50%}.logo-content .site-logo{display:block;line-height:30px;max-width:100%;padding:0;margin:0;background-repeat:no-repeat;background-position:left center;background-size:contain}.logo-content .site-logo:hover{text-decoration:none}.logo-content .site-logo .txt{text-transform:uppercase;font-size:30px;font-weight:bold;color:#222}.img-border,.img--16x9{position:relative;display:block}.img--16x9{height:0;width:100%;padding-bottom:56.25%;background-size:cover;background-repeat:no-repeat;background-position:center;background-color:#f5f5f5;overflow:hidden}.img--16x9 img,.img--16x9 video{width:100%}ol,ul{list-style-type:none}ol li,ul li{margin:0}.list-text li{display:inline-block}iframe{border:0;display:block;margin:0;padding:0}blockquote{margin:7px 0 15px;border:0;padding:20px 25px;background-color:#f5f5f5;font-style:italic}.site-footer{margin-top:0}@media only screen and (min-width: 53.126em){.site-footer>div{text-align:right !important}.site-footer li{padding:0 0 0 15px}}@media only screen and (max-width: 53.125em){.site-footer li{padding:0 8px}}hr.fade{border:0;height:1px;position:relative;background-image:-webkit-linear-gradient(to right, rgba(204,204,204,0) 0%, #ccc 25%, #ccc 75%, rgba(204,204,204,0) 100%);background-image:-webkit-linear-gradient(left, rgba(204,204,204,0) 0%, #ccc 25%, #ccc 75%, rgba(204,204,204,0) 100%);background-image:linear-gradient(to right, rgba(204,204,204,0) 0%, #ccc 25%, #ccc 75%, rgba(204,204,204,0) 100%)}.notification-count{display:block;width:30px;height:16px;overflow:hidden;text-align:center;font-size:.938rem;line-height:1.062rem;font-weight:bold;color:#eeb544;position:absolute;left:0;top:7px}.notification-count.only-one{text-indent:-1px}.notification-count.hundred{font-size:.875rem;line-height:1.125rem}.notification-count.infinite{font-size:1.625rem;line-height:1.312rem}.notification-count-badge{display:block;height:16px;overflow:hidden;text-align:center;font-size:.938rem;padding:0 5px;line-height:17px;border-radius:16px;background-color:#eeb544;color:#fff}.toolbar-icon .notification-count-badge{position:absolute;left:20px;top:-5px}.menu-list .notification-count-badge{display:inline;margin-left:10px;padding-top:2px;padding-bottom:1px}.toolbar .notifications-menu:not(.active):not(.is-loaded){opacity:0.1}.toolbar .toolbar-icon:not(.active).has-notification,.toolbar .toolbar-icon:not(.active).has-notification .notification-badge{opacity:1}.button,button{outline:none}.button.disabled{pointer-events:none}.button.transparent,button.transparent{background-color:transparent;border-color:transparent}.button.transparent:focus,.button.transparent:hover,button.transparent:focus,button.transparent:hover{background-color:transparent}.success-messages{position:fixed;top:70px;right:0px;z-index:1020}.success-box{color:#000;font-size:14px;padding:15px 15px 13px;background-color:#e5e5e5;width:280px;margin:0 0 5px 0}.success-box.top-right{position:fixed;top:45px;right:0px}.success-box.warning-box{background-color:#ef7740}.success-box.linked{cursor:pointer}.success-box.linked:hover{background-color:#000}.success-box .close{margin-left:10px;float:right}.button.dropdown.toggle-30{width:30px;height:30px}.button.dropdown.toggle-40{width:40px;height:40px}.blog-dropdown-trigger,.post-dropdown-trigger{opacity:0.3}.blog-dropdown-trigger.button.dropdown,.post-dropdown-trigger.button.dropdown{border:none}.blog-dropdown-trigger.button.dropdown:active,.blog-dropdown-trigger.button.dropdown:focus,.blog-dropdown-trigger.button.dropdown:hover,.post-dropdown-trigger.button.dropdown:active,.post-dropdown-trigger.button.dropdown:focus,.post-dropdown-trigger.button.dropdown:hover{background:transparent}.blog-dropdown-trigger.button.dropdown.toggle-30:after,.post-dropdown-trigger.button.dropdown.toggle-30:after{width:30px;height:30px;line-height:40px !important;right:2px;top:0px}.blog-dropdown-trigger.button.dropdown,.post-dropdown-trigger.button.dropdown{padding:0}@media only screen and (min-width: 37.5em){.editor-dropdown .f-dropdown,.post-dropdown-ct .f-dropdown{margin-left:9px}.editor-dropdown .f-dropdown:before,.post-dropdown-ct .f-dropdown:before{left:auto !important;right:10px}.editor-dropdown .f-dropdown:after,.post-dropdown-ct .f-dropdown:after{left:auto !important;right:9px}}@media only screen and (min-width: 88em){.editor-dropdown .f-dropdown,.post-dropdown-ct .f-dropdown{margin-left:-173px}}.post-dropdown-ct .f-dropdown.open{left:auto;right:-5px;top:36px;min-width:200px}.scrollable-container{width:100%;overflow:hidden}.scrollable.open{overflow-y:auto;-webkit-overflow-scrolling:touch}form label .icon{opacity:0.6}form select{position:relative;z-index:2;color:rgba(0,0,0,0.75)}.touch input[type=date],.touch input[type=datetime-local],.touch input[type=datetime],.touch input[type=email],.touch input[type=month],.touch input[type=number],.touch input[type=password],.touch input[type=search],.touch input[type=tel],.touch input[type=text],.touch input[type=time],.touch input[type=url],.touch input[type=week],.touch select,.touch textarea{font-size:1rem}.input-wrapper{clear:both;margin-bottom:15px}.input-wrapper input{margin-bottom:0px}.input-wrapper .error-message{color:#ef7740}.input-wrapper .warning-message{color:#eeb544}.input-with-icon{position:relative}.input-with-icon .icon{position:absolute;left:0.5rem;top:0.7rem;opacity:0.4}@media only screen and (max-width: 1024px){.input-with-icon .icon{top:0.45rem}}.input-with-icon input{padding-left:2rem}@media only screen and (max-width: 1024px){.input-with-icon input{padding-left:2.4rem}}.input-with-icon.icon-on-right .icon{left:auto;right:0.5rem}.input-with-icon.icon-on-right input{padding-left:1rem;padding-right:2rem}@media only screen and (max-width: 1024px){.input-with-icon.icon-on-right input{padding-right:2.4rem}}.non-flex-video{display:block;margin-bottom:1rem}.non-flex-video iframe{max-width:100%}.non-flex-video.centered-frame iframe{margin-left:auto;margin-right:auto;max-width:75%}.flex-video{display:block}.flex-video.soundcloud,.flex-video.video-166{padding-bottom:21.15%}.flex-video.megaphone{padding-bottom:19.8%}.page-error{background-color:#fff;border:0;margin-top:110px;margin-bottom:100px;padding:0 1.125rem;text-align:center}.help-link{margin-right:5px;vertical-align:baseline !important}.help-link:focus,.help-link:hover{color:#4e4e4e}h4 .help-link{position:relative}@media only screen and (max-width: 37.438em){h4 .help-link{top:1px}}@media only screen and (min-width: 53.126em){h4 .help-link{top:-1px}}.flex-container{display:-webkit-box;display:-moz-flex;display:flex;-webkit-box-align:center;-moz-align-items:center;align-items:center}.flex-container.horizontal-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap}.flex-container.horizontal-nowrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap}.flex-container.vertical-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column wrap}.flex-container.space-around{-moz-justify-content:space-around;justify-content:space-around}.flex-container.space-between{-webkit-box-pack:justify;-moz-justify-content:space-between;justify-content:space-between}.flex-container.justify-center{-webkit-box-pack:center;-moz-justify-content:center;justify-content:center}.flex-container.align-start{align-content:flex-start}.flex-container.centered-demo{height:200px;background:#ccc;-webkit-box-pack:center;-moz-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-align-items:center;align-items:center}.flex-container.centered-demo .flex-item{max-width:100px}ul.flex-container{padding:0;margin:0;list-style:none}.nowidth .flex-item{width:auto}.nowidth .flex-item,.noheight .flex-item{-webkit-box-flex:0;-moz-flex:0 1 auto;flex:0 1 auto}.noheight .flex-item{height:auto}.flex-item.noflex{-webkit-box-flex:0;-moz-flex:0 0 auto;flex:0 0 auto}.flex-item.grow-1{-webkit-box-flex:1;-moz-flex-grow:1;flex-grow:1}.flex-item.grow-2{-webkit-box-flex:2;-moz-flex-grow:2;flex-grow:2}.flex-item.grow-3{-webkit-box-flex:3;-moz-flex-grow:3;flex-grow:3}.flex-item.align-self-end{-webkit-align-self:flex-end;align-self:flex-end}.ie-9 .readonly-hide,.read-only .readonly-hide{display:none !important}.avatar img,img.avatar:not(.blog-avatar){border-radius:50%}.f-dropdown-ct{position:relative}.f-dropdown.open{left:0}@media only screen and (max-width: 37.438em){.f-dropdown.open{width:100%;max-width:none}}.commerce-image{position:relative}.commerce-image.commerce-badged:before,.deals .entry-content .media-large:first-child .img-border:before{width:44px;height:44px;background-size:auto;display:block;position:absolute;content:'';top:7px;left:7px;background:#72ad75;border-radius:44px;background-image:url(\"//x.kinja-static.com/assets/images/commerce-pop.svg\");background-position:50% 50%;background-repeat:no-repeat;z-index:92}@media only screen and (min-width: 37.5em){.commerce-image.commerce-border>a{border:1px solid #72ad75;display:block}.commerce-image.commerce-badged:before,.deals .entry-content .media-large:first-child .img-border:before{width:26px;height:26px;border-radius:26px;background-size:20px;top:7px;left:26px}}.deals .entry-content .media-large:first-child .img-border:before{top:7px;left:14px}@media only screen and (min-width: 37.5em){.deals .entry-content .media-large:first-child .img-border:before{width:55px;height:55px;border-radius:55px;background-size:41px}}.show-more__wrapper{text-align:center;position:relative}.show-more__wrapper:after{content:'';display:block;border-bottom:1px solid #aaa;height:0;width:100%;position:absolute;top:50%;z-index:-10}.button--show-more{-webkit-transition:background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out;transition:background-color 0.4s ease-in-out, border-color 0.4s ease-in-out, color 0.4s ease-in-out;padding-left:20px;padding-right:20px;background-color:#fff;font-family:\"ProximaNovaCond\",sans-serif;border:#e5e5e5 1px solid;font-size:.875rem;display:inline-block;height:46px;line-height:44px;border-radius:23px;position:relative}.button--show-more .svg-chevron--small{-webkit-transition:fill,.4s;transition:fill,.4s;vertical-align:baseline;margin-left:6px}.button--show-more.sitecolored:focus,.button--show-more.sitecolored:hover,.button--show-more:focus,.button--show-more:hover{text-decoration:none;border-color:#aaa}@font-face{font-family:'ProximaNovaCond';font-weight:normal;font-style:normal;src:url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_reg-webfont.woff2?08252015) format(\"woff2\"),url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_reg-webfont.woff?08252015) format(\"woff\")}@font-face{font-family:'ProximaNovaCond';font-weight:normal;font-style:italic;src:url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_reg_it-webfont.woff2?08252015) format(\"woff2\"),url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_reg_it-webfont.woff?08252015) format(\"woff\")}@font-face{font-family:'ProximaNovaCond';font-weight:bold;font-style:normal;src:url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_sbold-webfont.woff2?08252015) format(\"woff2\"),url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_sbold-webfont.woff?08252015) format(\"woff\")}@font-face{font-family:'ProximaNovaCond';font-weight:bold;font-style:italic;src:url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_sbold_it-webfont.woff2?08252015) format(\"woff2\"),url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_sbold_it-webfont.woff?08252015) format(\"woff\")}@font-face{font-family:'ProximaNovaCond';font-weight:100;font-style:normal;src:url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_thin-webfont.woff2?04172017) format(\"woff2\"),url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_thin-webfont.woff?04172017) format(\"woff\")}@font-face{font-family:'ProximaNovaCond';font-weight:100;font-style:italic;src:url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_thin_it-webfont.woff2?04172017) format(\"woff2\"),url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_thin_it-webfont.woff?04172017) format(\"woff\")}@font-face{font-family:'ProximaNovaCond';font-weight:800;font-style:normal;src:url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_bold-webfont.woff2?01182018) format(\"woff2\"),url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_bold-webfont.woff?01182018) format(\"woff\")}@font-face{font-family:'ProximaNovaCond';font-weight:800;font-style:italic;src:url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_bold_it-webfont.woff2?01182018) format(\"woff2\"),url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_bold_it-webfont.woff?01182018) format(\"woff\")}@font-face{font-family:'ProximaNovaCond';font-weight:900;font-style:normal;src:url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_xbold-webfont.woff2?01182018) format(\"woff2\"),url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_xbold-webfont.woff?01182018) format(\"woff\")}@font-face{font-family:'ProximaNovaCond';font-weight:900;font-style:italic;src:url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_xbold_it-webfont.woff2?01182018) format(\"woff2\"),url(//f.kinja-static.com/assets/fonts/proxima/proxima_nova_cond_xbold_it-webfont.woff?01182018) format(\"woff\")}@font-face{font-family:'ElizabethSerif';font-weight:400;font-style:normal;src:url(//f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-light-webfont.woff2?09162015) format(\"woff2\"),url(//f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-light-webfont.woff?09162015) format(\"woff\")}@font-face{font-family:'ElizabethSerif';font-weight:400;font-style:italic;src:url(//f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-lightitalic-webfont.woff2?09162015) format(\"woff2\"),url(//f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-lightitalic-webfont.woff?09162015) format(\"woff\")}@font-face{font-family:'ElizabethSerif';font-weight:500;font-style:normal;src:url(//f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-regular-webfont.woff2?09162015) format(\"woff2\"),url(//f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-regular-webfont.woff?09162015) format(\"woff\")}@font-face{font-family:'ElizabethSerif';font-weight:500;font-style:italic;src:url(//f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-italic-webfont.woff2?09162015) format(\"woff2\"),url(//f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-italic-webfont.woff?09162015) format(\"woff\")}@font-face{font-family:'ElizabethSerif';font-weight:700;font-style:normal;src:url(//f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-bold-webfont.woff2?09162015) format(\"woff2\"),url(//f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-bold-webfont.woff?09162015) format(\"woff\")}@font-face{font-family:'ElizabethSerif';font-weight:700;font-style:italic;src:url(//f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-bolditalic-webfont.woff2?09162015) format(\"woff2\"),url(//f.kinja-static.com/assets/fonts/elizabeth-serif/elizabethserif-bolditalic-webfont.woff?09162015) format(\"woff\")}@font-face{font-family:'FiraSans';font-weight:300;font-style:normal;src:url(//f.kinja-static.com/assets/fonts/fira-sans/fira-sans-light.woff2?02092016) format(\"woff2\"),url(//f.kinja-static.com/assets/fonts/fira-sans/fira-sans-light.woff?02092016) format(\"woff\")}@font-face{font-family:'FiraSans';font-weight:bold;font-style:normal;src:url(//f.kinja-static.com/assets/fonts/fira-sans/fira-sans-medium.woff2?02092016) format(\"woff2\"),url(//f.kinja-static.com/assets/fonts/fira-sans/fira-sans-medium.woff?02092016) format(\"woff\")}ol,ul{margin:0;padding:0}.text-light,a.text-light,a.text-light:focus,a.text-light:hover{color:#aaa}.text-normal{font-weight:normal}.text-strong{font-weight:bold}.text-italic{font-style:italic}.text-upper{text-transform:uppercase}.text-center{text-align:center}p{text-rendering:auto;margin-top:0}.headline,p{word-break:break-word}.headline{font-family:\"ProximaNovaCond\",sans-serif;margin-top:0}html.fallback-fonts .headline{font-family:\"Arial Narrow\",Arial,sans-serif;letter-spacing:0.5px}.headline,.headline a,.headline a:active,.headline a:focus,.headline a:hover{color:#000}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:1rem;font-family:\"ProximaNovaCond\",sans-serif}.h1,h1{line-height:1.1;font-size:2.375rem}html.fallback-fonts .h1,html.fallback-fonts h1{font-family:\"Arial Narrow\",Arial,sans-serif;font-size:2.244rem;line-height:1.142;letter-spacing:0.5px}.h2,h2{font-size:1.75rem}html.fallback-fonts .h2,html.fallback-fonts h2{font-family:\"Arial Narrow\",Arial,sans-serif;font-size:1.654rem;letter-spacing:0.5px}.h3,h3{font-size:1.562rem}html.fallback-fonts .h3,html.fallback-fonts h3{font-family:\"Arial Narrow\",Arial,sans-serif;font-size:1.477rem;letter-spacing:0.5px}.h4,h4{font-size:1.312rem}html.fallback-fonts .h4,html.fallback-fonts h4{font-family:\"Arial Narrow\",Arial,sans-serif;font-size:1.24rem;letter-spacing:0.5px}.h5,h5{font-size:1.188rem}html.fallback-fonts .h5,html.fallback-fonts h5{font-family:\"Arial Narrow\",Arial,sans-serif;font-size:1.122rem;letter-spacing:0.5px}.text-small{font-size:.875rem}.text-tiny{font-size:.812rem}.text-micro{font-size:.75rem}small{font-size:14px}a{color:#0093ec;text-decoration:none}a[disabled]{color:#aaa}a[disabled]:active,a[disabled]:focus,a[disabled]:hover{text-decoration:none;color:#aaa}a[disabled]:active .icon,a[disabled]:focus .icon,a[disabled]:hover .icon{opacity:0.3}.icon{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-rendering:optimizeLegibility;font-size:16px;font-weight:normal !important;display:inline-block;width:16px;height:16px;line-height:16px;vertical-align:top;text-align:center;color:#000}.icon.inline{display:inline;vertical-align:inherit}.icon.giant{font-size:24px;height:24px;width:24px}.icon.oversized{font-size:20px;height:20px;width:20px;position:relative;top:1px}.icon.downsized{font-size:14px;height:14px;width:14px;position:relative;top:1px}.icon.downsized.icon-append{margin-left:3px}.icon.icon-append{margin-left:5px}.icon.icon-prepend{margin-right:10px}.icon.active{opacity:1 !important;color:#0093ec}.icon.transparent{opacity:0.5}.button .icon{vertical-align:middle}.button.icon,.button .icon,.hover-icon.icon,.hover-icon .icon{opacity:0.3}.button.icon:hover,.button:hover .icon,.hover-icon.icon:hover,.hover-icon:hover .icon{opacity:0.5}.icon-white{color:#fff}.icon-black{color:#000}.icon-red{color:#eeb544}.icon-green{color:#39a235}.active>.icon-dustinburger span,:hover>.icon-dustinburger span{background:#0093ec}@media only screen and (max-width: 1024px){.icon,.icon.downsized,.icon.oversized{width:24px;height:24px;font-size:24px;line-height:24px}}.avatar-default{display:inline-block;width:40px;height:40px;background-image:url(\"//x.kinja-static.com/assets/images/icons/avatar-round.png\");background-size:contain;vertical-align:middle}.img-20 .avatar-default{width:20px;height:20px}.img-30 .avatar-default{width:30px;height:30px}.avatar-mini{display:inline-block;width:16px;height:16px;background-image:url(\"//x.kinja-static.com/assets/images/icons/avatar-round.png\");background-size:contain;vertical-align:middle}.avatar-default.hide,.avatar-mini.hide{background-image:none}.svg-gmgavatar{width:16px;height:16px;background-color:#e5e5e5;border-radius:2px;-webkit-transition:all 0.2s linear;transition:all 0.2s linear}.svg-gmgavatar:hover.gmgavatar-default{background-color:#0093ec}.svg-gmgavatar:hover.gmgavatar-cink{background-color:#99349e}.svg-gmgavatar:hover.gmgavatar-deadspin{background-color:#2D9D92}.svg-gmgavatar:hover.gmgavatar-earther{background-color:#0075B2}.svg-gmgavatar:hover.gmgavatar-gawker{background-color:#E25A48}.svg-gmgavatar:hover.gmgavatar-gizmodo{background-color:#18AFED}.svg-gmgavatar:hover.gmgavatar-io9{background-color:#C34B9E}.svg-gmgavatar:hover.gmgavatar-jalopnik{background-color:#417EB9}.svg-gmgavatar:hover.gmgavatar-jezebel{background-color:#EC1238}.svg-gmgavatar:hover.gmgavatar-kotaku{background-color:#B12460}.svg-gmgavatar:hover.gmgavatar-lifehacker{background-color:#94B330}.svg-gmgavatar:hover.gmgavatar-theroot{background-color:#509b22}.svg-gmgavatar:hover.gmgavatar-fusion{background-color:#004}.svg-gmgavatar:hover.gmgavatar-avclub{background-color:#1C263C}.svg-gmgavatar:hover.gmgavatar-splinter{background-color:#F85637}.svg-gmgavatar:hover.gmgavatar-theinventory{background-color:#8F085E}.svg-gmgavatar:hover.gmgavatar-theonion{background-color:#006B3A}.svg-gmgavatar:hover.gmgavatar-thetakeout{background-color:#E5371A}.svg-gmgavatar:hover.gmgavatar-default{background-color:#222}a:hover .svg-gmgavatar.gmgavatar-default{background-color:#0093ec}a:hover .svg-gmgavatar.gmgavatar-cink{background-color:#99349e}a:hover .svg-gmgavatar.gmgavatar-deadspin{background-color:#2D9D92}a:hover .svg-gmgavatar.gmgavatar-earther{background-color:#0075B2}a:hover .svg-gmgavatar.gmgavatar-gawker{background-color:#E25A48}a:hover .svg-gmgavatar.gmgavatar-gizmodo{background-color:#18AFED}a:hover .svg-gmgavatar.gmgavatar-io9{background-color:#C34B9E}a:hover .svg-gmgavatar.gmgavatar-jalopnik{background-color:#417EB9}a:hover .svg-gmgavatar.gmgavatar-jezebel{background-color:#EC1238}a:hover .svg-gmgavatar.gmgavatar-kotaku{background-color:#B12460}a:hover .svg-gmgavatar.gmgavatar-lifehacker{background-color:#94B330}a:hover .svg-gmgavatar.gmgavatar-theroot{background-color:#509b22}a:hover .svg-gmgavatar.gmgavatar-fusion{background-color:#004}a:hover .svg-gmgavatar.gmgavatar-avclub{background-color:#1C263C}a:hover .svg-gmgavatar.gmgavatar-splinter{background-color:#F85637}a:hover .svg-gmgavatar.gmgavatar-theinventory{background-color:#8F085E}a:hover .svg-gmgavatar.gmgavatar-theonion{background-color:#006B3A}a:hover .svg-gmgavatar.gmgavatar-thetakeout{background-color:#E5371A}a:hover .svg-gmgavatar.gmgavatar-default{background-color:#222}.image-placeholder{width:132px;height:100px;margin:1rem 0 0.5rem;font-size:153px;text-indent:-3px;line-height:123px}.post-list.notifications .image-placeholder,.post-list.private-list .image-placeholder{opacity:0.5}.icon.icon-18{height:18px;width:18px;font-size:18px;line-height:18px}.icon.icon-24{height:24px;width:24px;font-size:24px;line-height:24px}.icon.icon-32{height:32px;width:32px;font-size:32px;line-height:32px}.icon.icon-48{height:48px;width:48px;font-size:48px;line-height:48px}.icon.icon-64{height:64px;width:64px;font-size:64px;line-height:64px}.sub-nav .icon{font-size:11px}.sub-nav dd.active .icon{opacity:1;color:#fff}@media only screen and (min-width: 64em){.sub-nav .icon{margin-top:3px}}.svg-icon{width:18px;height:18px;margin-top:-4.5px;display:inline-block;vertical-align:middle;opacity:.3;pointer-events:none}.svg-icon.small{width:10px;height:10px;margin-top:-6px}.svg-icon.giant{width:24px;height:24px;margin-top:-6px}.svg-icon.stroked{fill:none;stroke:#000}.svg-icon--white .svg-icon{fill:#fff;opacity:.6}.u-static .svg-icon{width:18px !important;height:18px !important;margin-top:-4.5px !important}.u-appended.u-static .svg-icon{margin-left:15px !important}@media only screen and (min-width: 53.126em){.u-appended.u-static .svg-icon{margin-left:9.9px !important}}.u-appended .svg-icon{margin-left:15px}@media only screen and (min-width: 53.126em){.u-appended .svg-icon{margin-left:9.9px}}.u-prepended.u-static .svg-icon{margin-right:15px !important}@media only screen and (min-width: 53.126em){.u-prepended.u-static .svg-icon{margin-right:9.9px !important}}.u-prepended .svg-icon{margin-right:15px}@media only screen and (min-width: 53.126em){.u-prepended .svg-icon{margin-right:9.9px}}.u-lilliputian .svg-icon{width:10px;height:10px;margin-top:-6px}.u-lilliputian.u-static .svg-icon{width:10px !important;height:10px !important;margin-top:-6px !important}.u-lilliputian.u-appended.u-static .svg-icon{margin-left:15px !important}@media only screen and (min-width: 53.126em){.u-lilliputian.u-appended.u-static .svg-icon{margin-left:9.9px !important}}.u-lilliputian.u-appended .svg-icon{margin-left:15px}@media only screen and (min-width: 53.126em){.u-lilliputian.u-appended .svg-icon{margin-left:9.9px}}.u-lilliputian.u-prepended .svg-icon.u-static .svg-icon{margin-right:15px !important}@media only screen and (min-width: 53.126em){.u-lilliputian.u-prepended .svg-icon.u-static .svg-icon{margin-right:9.9px !important}}.u-lilliputian.u-prepended .svg-icon .svg-icon{margin-right:15px}@media only screen and (min-width: 53.126em){.u-lilliputian.u-prepended .svg-icon .svg-icon{margin-right:9.9px}}.u-tiny .svg-icon{width:12px;height:12px;margin-top:-4px}.u-tiny.u-static .svg-icon{width:12px !important;height:12px !important;margin-top:-4px !important}.u-tiny.u-appended.u-static .svg-icon{margin-left:15px !important}@media only screen and (min-width: 53.126em){.u-tiny.u-appended.u-static .svg-icon{margin-left:9.9px !important}}.u-tiny.u-appended .svg-icon{margin-left:15px}@media only screen and (min-width: 53.126em){.u-tiny.u-appended .svg-icon{margin-left:9.9px}}.u-tiny.u-prepended .svg-icon.u-static .svg-icon{margin-right:15px !important}@media only screen and (min-width: 53.126em){.u-tiny.u-prepended .svg-icon.u-static .svg-icon{margin-right:9.9px !important}}.u-tiny.u-prepended .svg-icon .svg-icon{margin-right:15px}@media only screen and (min-width: 53.126em){.u-tiny.u-prepended .svg-icon .svg-icon{margin-right:9.9px}}.u-downsized .svg-icon{width:16px;height:16px;margin-top:-4px}.u-downsized.u-static .svg-icon{width:16px !important;height:16px !important;margin-top:-4px !important}.u-downsized.u-appended.u-static .svg-icon{margin-left:15px !important}@media only screen and (min-width: 53.126em){.u-downsized.u-appended.u-static .svg-icon{margin-left:9.9px !important}}.u-downsized.u-appended .svg-icon{margin-left:15px}@media only screen and (min-width: 53.126em){.u-downsized.u-appended .svg-icon{margin-left:9.9px}}.u-downsized.u-prepended .svg-icon.u-static .svg-icon{margin-right:15px !important}@media only screen and (min-width: 53.126em){.u-downsized.u-prepended .svg-icon.u-static .svg-icon{margin-right:9.9px !important}}.u-downsized.u-prepended .svg-icon .svg-icon{margin-right:15px}@media only screen and (min-width: 53.126em){.u-downsized.u-prepended .svg-icon .svg-icon{margin-right:9.9px}}.u-normal .svg-icon{width:18px;height:18px;margin-top:-4.5px}.u-normal.u-static .svg-icon{width:18px !important;height:18px !important;margin-top:-4.5px !important}.u-normal.u-appended.u-static .svg-icon{margin-left:15px !important}@media only screen and (min-width: 53.126em){.u-normal.u-appended.u-static .svg-icon{margin-left:9.9px !important}}.u-normal.u-appended .svg-icon{margin-left:15px}@media only screen and (min-width: 53.126em){.u-normal.u-appended .svg-icon{margin-left:9.9px}}.u-normal.u-prepended .svg-icon.u-static .svg-icon{margin-right:15px !important}@media only screen and (min-width: 53.126em){.u-normal.u-prepended .svg-icon.u-static .svg-icon{margin-right:9.9px !important}}.u-normal.u-prepended .svg-icon .svg-icon{margin-right:15px}@media only screen and (min-width: 53.126em){.u-normal.u-prepended .svg-icon .svg-icon{margin-right:9.9px}}.u-oversized .svg-icon{width:20px;height:20px;margin-top:-3px}.u-oversized.u-static .svg-icon{width:20px !important;height:20px !important;margin-top:-3px !important}.u-oversized.u-appended.u-static .svg-icon{margin-left:15px !important}@media only screen and (min-width: 53.126em){.u-oversized.u-appended.u-static .svg-icon{margin-left:9.9px !important}}.u-oversized.u-appended .svg-icon{margin-left:15px}@media only screen and (min-width: 53.126em){.u-oversized.u-appended .svg-icon{margin-left:9.9px}}.u-oversized.u-prepended .svg-icon.u-static .svg-icon{margin-right:15px !important}@media only screen and (min-width: 53.126em){.u-oversized.u-prepended .svg-icon.u-static .svg-icon{margin-right:9.9px !important}}.u-oversized.u-prepended .svg-icon .svg-icon{margin-right:15px}@media only screen and (min-width: 53.126em){.u-oversized.u-prepended .svg-icon .svg-icon{margin-right:9.9px}}.u-giant .svg-icon{width:24px;height:24px;margin-top:-6px}.u-giant.u-static .svg-icon{width:24px !important;height:24px !important;margin-top:-6px !important}.u-giant.u-appended.u-static .svg-icon{margin-left:15px !important}@media only screen and (min-width: 53.126em){.u-giant.u-appended.u-static .svg-icon{margin-left:9.9px !important}}.u-giant.u-appended .svg-icon{margin-left:15px}@media only screen and (min-width: 53.126em){.u-giant.u-appended .svg-icon{margin-left:9.9px}}.u-giant.u-prepended .svg-icon.u-static .svg-icon{margin-right:15px !important}@media only screen and (min-width: 53.126em){.u-giant.u-prepended .svg-icon.u-static .svg-icon{margin-right:9.9px !important}}.u-giant.u-prepended .svg-icon .svg-icon{margin-right:15px}@media only screen and (min-width: 53.126em){.u-giant.u-prepended .svg-icon .svg-icon{margin-right:9.9px}}.u-brobdingnagian .svg-icon{width:48px;height:48px;margin-top:-6px}.u-brobdingnagian.u-static .svg-icon{width:48px !important;height:48px !important;margin-top:-6px !important}.u-brobdingnagian.u-appended.u-static .svg-icon{margin-left:15px !important}@media only screen and (min-width: 53.126em){.u-brobdingnagian.u-appended.u-static .svg-icon{margin-left:9.9px !important}}.u-brobdingnagian.u-appended .svg-icon{margin-left:15px}@media only screen and (min-width: 53.126em){.u-brobdingnagian.u-appended .svg-icon{margin-left:9.9px}}.u-brobdingnagian.u-prepended .svg-icon.u-static .svg-icon{margin-right:15px !important}@media only screen and (min-width: 53.126em){.u-brobdingnagian.u-prepended .svg-icon.u-static .svg-icon{margin-right:9.9px !important}}.u-brobdingnagian.u-prepended .svg-icon .svg-icon{margin-right:15px}@media only screen and (min-width: 53.126em){.u-brobdingnagian.u-prepended .svg-icon .svg-icon{margin-right:9.9px}}.u-social .svg-icon{width:32px;height:32px;margin-top:0}.u-social.u-static .svg-icon{width:32px !important;height:32px !important;margin-top:0 !important}.u-social.u-appended.u-static .svg-icon{margin-left:15px !important}@media only screen and (min-width: 53.126em){.u-social.u-appended.u-static .svg-icon{margin-left:9.9px !important}}.u-social.u-appended .svg-icon{margin-left:15px}@media only screen and (min-width: 53.126em){.u-social.u-appended .svg-icon{margin-left:9.9px}}.u-social.u-prepended .svg-icon.u-static .svg-icon{margin-right:15px !important}@media only screen and (min-width: 53.126em){.u-social.u-prepended .svg-icon.u-static .svg-icon{margin-right:9.9px !important}}.u-social.u-prepended .svg-icon .svg-icon{margin-right:15px}@media only screen and (min-width: 53.126em){.u-social.u-prepended .svg-icon .svg-icon{margin-right:9.9px}}.svg-lightning{margin-left:-1px}.svg-star{fill:transparent;stroke:#000}.svg-chevron--small.chevron--right,.svg-chevron.chevron--right{-webkit-transform:rotate(0deg);transform:rotate(0deg);margin-top:-3px}.svg-chevron--small.chevron--bottom,.svg-chevron.chevron--bottom{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.svg-chevron--small.chevron--left,.svg-chevron.chevron--left{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.svg-chevron--small.chevron--top,.svg-chevron.chevron--top{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.svg-right{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.avatar .svg-checkmark--small{left:24px;bottom:0;z-index:10}.avatar .svg-checkmark--small,.avatar .svg-checkmark{display:none;position:absolute;fill:#0093ec;opacity:.9}.avatar .svg-checkmark{left:50px;bottom:-4px}.meta-avatar.followed .avatar .svg-checkmark--small{display:block}.search-dropdown .svg-search{position:absolute;left:10px;top:15px}.nav-dropdown.search-dropdown input{padding-left:30px}.search .svg-search{position:absolute;left:12px;top:9px}.main-menu .input-with-icon input{padding-left:42px}.search-trigger{margin-left:-5px;display:inline-block}.search-trigger .svg-icon{opacity:.6}.search-trigger .svg-search{width:15px;height:15px;margin-top:0;opacity:.9}.search-trigger .svg-close{width:12px !important;height:12px !important;margin-top:2px !important;display:none}.search-trigger.active .svg-icon{fill:#0093ec}.search-trigger.active .svg-search{display:none}.search-trigger.active .svg-close{display:inline-block}.search-column .input-with-icon input{padding-left:2.5rem}.search-column .svg-search{top:15px}.related-blog-list .svg-icon{margin-right:14px}@media only screen and (min-width: 64em){.related-blog-list .svg-icon{width:16px;height:16px;margin-top:-4px;margin-right:10px}}.notif-list .center{text-align:center}.magnifier .svg-zoom-in,.recommend .svg-star{position:absolute;width:18px;height:18px;left:7px;top:11px;opacity:.6}.magnifier .svg-zoom-in{fill:#fff}.recommend .svg-star{stroke:#fff}.recommend.active .svg-star,.main-media-star.active .svg-star{stroke:#0093ec;fill:#0093ec;opacity:.9}.magnifier:hover .svg-zoom-in,.recommend:hover .svg-star{opacity:.9}.post-list .post-dropdown-trigger,.reply .post-dropdown-trigger{top:12px}@media only screen and (min-width: 64em){.reply .post-dropdown-trigger{right:0}}.permalink .post-dropdown-trigger{top:2px}.button.dropdown .svg-icon{width:16px !important;height:16px !important;margin-top:-9px !important;position:absolute;right:8px;top:50%}@media only screen and (min-width: 37.5em){.formatting-tools .toggle-toolbar{margin-right:0 !important;top:6px;right:-4px}}.toolbar-trigger a{width:auto !important;height:auto !important}.toolbar-trigger .svg-chevron{width:16px;height:16px;margin-top:-4px}.toolbar-trigger .chevron--bottom{margin-top:-3px;display:inline-block}.toolbar-trigger .chevron--top{margin-top:-6px;display:none}.toolbar-trigger.active .svg-chevron,.toolbar-trigger.active .svg-editor{opacity:.6}.toolbar-trigger.active .svg-editor{fill:#0093ec}.toolbar-trigger.active .svg-chevron{stroke:#0093ec}.toolbar-trigger.active .chevron--bottom{display:none}.toolbar-trigger.active .chevron--top{display:inline-block}.editor-toolbar .scroll-left .svg-chevron,.editor-toolbar .scroll-right .svg-chevron{stroke:#fff;stroke-width:2px;opacity:.9}.editor .svg-label{margin-left:6px}.tag .taglist{padding-left:16px}.discussion-region>.twelve.columns{padding-left:0}.discussion-region>.twelve.columns .svg-bubble-close{margin-top:-2px}.reveal-modal .key-box .token-container{padding-left:24px}.reveal-modal .key-box .token-container .svg-key{position:absolute;left:0;top:16px}.settings-account.checked .svg-add{display:none}.settings-account.checked .svg-checkmark{display:inline}.settings-account.checked .svg-add--small{display:none}.settings-account.checked .svg-checkmark--small{display:inline}.settings-account .svg-icon{width:20px;height:20px;margin-top:-10px;padding:4px}@media only screen and (max-width: 53.125em){.settings-account .svg-icon{width:18px;height:18px;margin-top:-6px}}.settings-account .svg-add{opacity:.9}.settings-account .svg-checkmark{display:none}.settings-account .svg-add--small{opacity:.9}.settings-account .svg-checkmark--small{display:none}.settings-entity .add,.settings-entity .check,.settings-entity .cross{text-align:center}.settings-entity .add .svg-icon{width:16px;height:16px;margin-top:-3px}.settings-entity .check .svg-close,.settings-entity .cross .svg-close{width:10px;height:10px;margin-top:-6px}.settings-entity .check .svg-checkmark,.settings-entity .cross .svg-checkmark{width:12px;height:12px;margin-top:-5px}.settings-entity .check .svg-checkmark{display:inline-block}.settings-entity .check .svg-close{display:none}.settings-entity:hover .svg-icon{opacity:.9 !important}.settings-entity:hover .check .svg-checkmark{display:none}.settings-entity:hover .check .svg-close{display:inline-block}.secondary-nav__item:after{display:none}.secondary-nav__item .svg-icon{position:absolute;right:16px;top:22px}.share-row .svg-facebook,.share-row .svg-googleplus,.share-row .svg-googlesignin,.share-row .svg-twitter{width:32px;height:32px;margin-top:-3px}@media only screen and (max-width: 63.9em){.svg-icon{width:20px;height:20px;margin-top:-3px}}.spinner .svg-icon{opacity:.9;display:block;margin:0 auto}.svg-icon.svg-avatar-big{width:40px;height:40px}circle,path,rect{vector-effect:non-scaling-stroke}.svg-icon{fill:none;stroke-width:1.01px;stroke-linecap:round;stroke-linejoin:round;stroke:#000}.svg-icon--filled{fill:#000;stroke:none}.svg-icon.svg-facebook-circle,.svg-icon.svg-twitter-circle{border-radius:50%;border:solid 1px #000}.svg-icon.icon-overlay-dark,.svg-icon.icon-overlay-light{fill:#000}.toolbar-trigger.active .svg-editor{fill:none;stroke:#0093ec}.magnifier .svg-zoom-in{fill:none;stroke:#fff}@-webkit-keyframes progress-scaled{0%{-webkit-transform:scale3d(0, 1, 1);transform:scale3d(0, 1, 1)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes progress-scaled{0%{-webkit-transform:scale3d(0, 1, 1);transform:scale3d(0, 1, 1)}to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@-webkit-keyframes crossfade-in{0%{z-index:0;opacity:0}to{z-index:10;opacity:1}}@keyframes crossfade-in{0%{z-index:0;opacity:0}to{z-index:10;opacity:1}}@-webkit-keyframes crossfade-out{0%{z-index:10;opacity:1}to{z-index:0;opacity:0}}@keyframes crossfade-out{0%{z-index:10;opacity:1}to{z-index:0;opacity:0}}.sidebar{position:relative;bottom:0;z-index:2;top:0}.sidebar .sidebar-container{position:relative;height:auto}.sidebar.menu-active{z-index:4}.leftrailmodule,.sidebar-module{margin-top:31px;padding-bottom:31px;border-bottom:1px solid #e5e5e5}.leftrailmodule.ad-non-sticky,.sidebar-module.ad-non-sticky{padding-bottom:0}.leftrailmodule.sticky-onion,.sidebar-module.sticky-onion{border-bottom:none !important}.sidebar-module:last-child{border:0}.sidebar-module header{margin:5px 0 16px}.sidebar-module header h2{margin:0;font-weight:normal;font-size:20px}html.fallback-fonts .sidebar-module header h2{font-family:\"Arial Narrow\",Arial,sans-serif;font-size:18.9px;line-height:1.349;letter-spacing:0.5px}.sidebar-module header h2,.sidebar-module header h2 a{color:rgba(0,0,0,0.5)}.sidebar-module header h2 strong{color:#000}.custom-kinja__editorial-item,.sidebar-item{margin:0 0 50px}.custom-kinja__editorial-item h4,.sidebar-item h4{margin:10px 0 1px;font-size:20px;line-height:1.2}html.fallback-fonts .custom-kinja__editorial-item h4,html.fallback-fonts .sidebar-item h4{font-family:\"Arial Narrow\",Arial,sans-serif;font-size:18.9px;line-height:1.246;letter-spacing:0.5px}.custom-kinja__editorial-item .thumbnail-wrapper,.sidebar-item .thumbnail-wrapper{display:block;position:relative;margin-bottom:5px}.custom-kinja__editorial-item.branded-item .gmg-avatar,.sidebar-item.branded-item .gmg-avatar{width:35px}.custom-kinja__editorial-item:not(.branded-item) .thumbnail-wrapper,.sidebar-item:not(.branded-item) .thumbnail-wrapper{border-bottom:5px solid transparent}.custom-kinja__editorial-item .headline,.sidebar-item .headline{color:#000}.custom-kinja__editorial-item .meta,.sidebar-item .meta{font-size:15px;line-height:17px;color:#aaa;display:block;margin-top:4px}html.fallback-fonts .custom-kinja__editorial-item .meta,html.fallback-fonts .sidebar-item .meta{font-family:\"Arial Narrow\",Arial,sans-serif;font-size:14.175px;line-height:17.646px;letter-spacing:0.5px}.custom-kinja__editorial-item .meta.meta--source,.sidebar-item .meta.meta--source{margin:15px 0 6px}.custom-kinja__editorial-item .meta strong,.sidebar-item .meta strong{color:#000}.custom-kinja__editorial-item .meta time,.sidebar-item .meta time{text-transform:none;font-size:13px}.custom-kinja__editorial-item .meta--pe,.sidebar-item .meta--pe{display:block}.custom-kinja__editorial-item .meta--pe.secondary-byline,.sidebar-item .meta--pe.secondary-byline{min-height:31px;padding-bottom:10px}.custom-kinja__editorial-item .meta--pe .meta--byline,.sidebar-item .meta--pe .meta--byline{display:inline;margin-right:15px}.custom-kinja__editorial-item .meta--pe .meta--time,.sidebar-item .meta--pe .meta--time{display:inline}.custom-kinja__editorial-item .meta--native,.sidebar-item .meta--native{margin-bottom:10px}.custom-kinja__editorial-item .meta--native .meta__blog_avatar,.sidebar-item .meta--native .meta__blog_avatar{float:left;margin-bottom:5px;margin-right:10px;margin-top:-1px;position:relative;width:20px}.custom-kinja__editorial-item .meta--native .svg-sharedpost--small,.sidebar-item .meta--native .svg-sharedpost--small{margin-right:3px;margin-top:-3px}.custom-kinja__editorial-item,.custom-kinja__editorial-item a,.sidebar-item,.sidebar-item a{color:#000}.custom-kinja__editorial-item:hover,.custom-kinja__editorial-item a:hover,.sidebar-item:hover,.sidebar-item a:hover{text-decoration:none}.custom-kinja__editorial-item:hover .headline,.custom-kinja__editorial-item a:hover .headline,.sidebar-item:hover .headline,.sidebar-item a:hover .headline{color:#000;text-decoration:underline}.custom-kinja__editorial-item .discussion-status-badge-wrapper,.sidebar-item .discussion-status-badge-wrapper{position:absolute;bottom:0}.sidebar-item__commerce{padding-top:31px;border-top:1px solid #e5e5e5}.sidebar-item__commerce span.img--16x9{border:1px solid #72ad75;position:relative;overflow:visible}.sidebar-item__commerce span.img--16x9 .sidebar-item__commerce-logo{display:block;content:'';width:55px;height:55px;background:#72ad75;top:-12px;left:-12px;border-radius:55px;position:absolute}.sidebar-item__commerce span.img--16x9 .sidebar-item__commerce-logo svg.svg-icon{opacity:1;fill:#fff;width:40px;height:32px;display:block;position:absolute;top:17px;left:8px}.trending-reel{contain:content}.trending-reel:hover .trending-progress__segment.ticking .segment__fill{-webkit-animation-play-state:paused;animation-play-state:paused}.index-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-pack:justify;justify-content:space-between;margin-bottom:2px}.index-wrapper,.reel__item{display:-webkit-box;display:flex}.reel__item{-webkit-box-flex:1;flex:1}.reel__item:last-child{margin-right:0}.reel__item.active,.reel__item:hover{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);filter:grayscale(100%)}.reel__item.active .index-img-num,.reel__item:hover .index-img-num{-webkit-transition:opacity 300ms ease-in-out;transition:opacity 300ms ease-in-out;opacity:0.7;background-color:rgba(0,0,0,0.8)}.reel__item:first-child .index-img-num:after{content:\"1\"}.reel__item:nth-child(2) .index-img-num:after{content:\"2\"}.reel__item:nth-child(3) .index-img-num:after{content:\"3\"}.reel__item .reel__thumb{width:100%;position:relative}.index-img-num{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;opacity:0}.index-img-num:after{display:block;content:'';text-align:center;line-height:50px;height:44px;font-size:35px;font-weight:bold;color:#fff}.trending-progress{margin-bottom:2px;margin-left:1px;margin-right:1px}.trending-progress__segment{-webkit-transform:translateZ(0);transform:translateZ(0);width:33.333%;height:2px;float:left;position:relative;background-color:#e5e5e5}.trending-progress__segment .segment__fill{-webkit-transform:scale3d(0, 1, 1);transform:scale3d(0, 1, 1);-webkit-transform-origin:0 0 0;transform-origin:0 0 0;width:100%;height:2px;display:block;position:absolute;z-index:1;left:0;top:0;bottom:0;background-color:#aaa;content:''}.trending-progress__segment.ticking .segment__fill{-webkit-animation:progress-scaled 8000ms linear forwards;animation:progress-scaled 8000ms linear forwards}.reel-wrap{box-sizing:border-box;overflow:hidden}.reel{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);width:300%}.reel .reel__feature{width:33.333%;display:block;float:left;position:relative;opacity:0}.reel .reel__feature:first-child{-webkit-transform:translate3d(0%, 0, 0);transform:translate3d(0%, 0, 0)}.reel .reel__feature:nth-child(2){-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}.reel .reel__feature:nth-child(3){-webkit-transform:translate3d(-200%, 0, 0);transform:translate3d(-200%, 0, 0)}.reel .reel__feature.active{-webkit-animation:crossfade-in 300ms linear forwards;animation:crossfade-in 300ms linear forwards}.reel .reel__feature.inactive{-webkit-animation:crossfade-out 300ms linear forwards;animation:crossfade-out 300ms linear forwards}.reel__feature,.reel__item{border:1px solid #fff}.data-overlay{-webkit-transition:bottom 150ms ease-in-out;transition:bottom 150ms ease-in-out;height:36px;padding:0 0 0 10px;position:absolute;z-index:1;left:0;right:0;bottom:-41px;line-height:42px;background-color:rgba(0,0,0,0.5);font-size:14px;color:#fff}.data-overlay ul{float:right;text-align:right;margin-top:7px}.data-overlay li{display:inline-block}.data-overlay .svg-icon{width:17px;height:17px;margin:-4px 12px 0 4px;fill:#fff;opacity:1}.data-overlay .svg-icon.svg-star{fill:none;stroke:#fff}.data-overlay .svg-icon.svg-flame{width:19px;height:19px}.leftrailmodule--popular a:hover .data-overlay,.leftrailmodule--promoted a:hover .data-overlay{bottom:0}.ad-promotion-sidebar{margin-bottom:30px}.ad-promotion-sidebar iframe{max-width:100%}.contained-ad-shaft{width:300px;height:100%;margin:0 auto;padding-bottom:40px;position:relative;will-change:min-height}.contained-ad-wrapper{width:300px;height:auto;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-pack:justify;justify-content:space-between;margin-bottom:40px}.contained-ad-wrapper .ad-pad{-webkit-box-flex:1;flex-grow:1}.contained-ad-wrapper.short{height:250px}.contained-ad-wrapper.notransform{-webkit-transform:none !important;transform:none !important}.contained-ad-wrapper.waypoint--fixed{position:fixed;top:20px;bottom:auto}.contained-ad-wrapper.frombottom,.contained-ad-wrapper.pushdown{-webkit-transform:translate3d(0, 80px, 0);transform:translate3d(0, 80px, 0)}.contained-ad-wrapper.waypoint--unfixed{left:50%;margin-left:-150px;position:absolute;bottom:0}.contained-ad-wrapper{margin-bottom:0}.ad-left-rail{padding-bottom:30px}.leftrailmodule--promoted{position:relative;padding:0}.leftrailmodule--promoted .sponsored-overlay{position:absolute;top:10px;left:10px;padding:0 10px;font-size:13px;border-radius:14px;background-color:rgba(0,0,0,0.5);color:#fff}.leftrailmodule--promoted .meta--source{display:-webkit-box;display:flex}.leftrailmodule--promoted .meta--source .byline-text strong{color:#aaa}.permalink .sidebar .post-wrapper{margin:0}.permalink .sidebar .post-wrapper.animate-slidedown{-webkit-transition:none;transition:none}.reply-views{margin:1rem 0;font-weight:bold}.replies-wrapper{margin-bottom:1rem}.leftrail-list .leftrail-item{margin-bottom:25px}.leftrail-list .leftrail-item .h6,.leftrail-list .leftrail-item .headline,.leftrail-list .leftrail-item h6{margin-bottom:6px;font-size:15px;font-weight:normal}.leftrail-list .leftrail-item h6.headline a{font-weight:bold;color:#f5f5f5}.leftrail-list .leftrail-item .byline{margin-top:-4px;font-size:13px}.leftrail-list .leftrail-item .byline__source{font-family:\"ElizabethSerif\",Georgia,serif;font-style:italic}.leftrail-list .leftrail-item .large-1{padding-right:0}.leftrail-list .leftrail-item .large-6{padding-right:0;padding-left:0}.leftrailmodule{-webkit-transition:opacity 100ms 0 ease-out;transition:opacity 100ms 0 ease-out;margin-bottom:30px;opacity:1}.leftrailmodule.invisible{opacity:0;pointer-events:none}.leftrailmodule--trending .strapline--leftrail{margin-bottom:27px}.leftrail-marker{font-family:\"ProximaNovaCond\",sans-serif;margin-top:0;line-height:1;font-size:14px;color:#aaa}.leftrail-list .leftrail-item--trending{margin-right:0}.leftrail-list .leftrail-item--trending .h6,.leftrail-list .leftrail-item--trending .headline,.leftrail-list .leftrail-item--trending h6{margin-top:-3px}.leftrail-ad-container{display:none}@media (min-width: 1024px){.leftrail-ad-container{display:block}}.leftrailmodule--popular .strapline--leftrail{margin-bottom:53px}.leftrail-list .leftrail-item--popular{margin-right:0;margin-bottom:0;margin-left:0;text-align:center}.leftrail-list .leftrail-item--popular:first{margin-top:0}.leftrail-list .leftrail-item--popular.recommended .headline{margin-bottom:48px}.leftrail-list .leftrail-item--popular>.row{margin-left:0;margin-right:0}.leftrail-list .leftrail-item--popular .h6,.leftrail-list .leftrail-item--popular .headline,.leftrail-list .leftrail-item--popular h6{font-family:\"ProximaNovaCond\",sans-serif;margin-bottom:10px;line-height:1.4;font-weight:bold;font-size:16px}.leftrail-list .leftrail-item--popular .byline{margin-bottom:48px;line-height:1}.leftrail-list .leftrail-item--popular .leftrail-image-wrap{margin-bottom:14px}.leftrail-list .leftrail-item--popular .leftrail-image{width:210px;height:120px}.strapline--leftrail{text-align:center}.strapline--leftrail .strapline-bg{padding:0 0.5em;font-style:italic;font-size:0.75rem;color:#f5f5f5}#ad-300x-container{width:300px;height:250px;padding-bottom:0;position:relative;bottom:auto;z-index:auto;background-color:transparent}#ad-300x-container .ad-unit{height:auto;padding-bottom:0;opacity:1;-webkit-transform:translate(0, 0);transform:translate(0, 0);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);will-change:position, transform}.ad-spinner{margin-left:-30px;margin-top:-9px;position:absolute;left:50%;top:50%}.fade-top:before{display:none}.contained-ad-container{height:800px;position:relative}.contained-ad-container.short{height:auto}.contained-ad-container.block-empty{height:307px}.f_leftrail_spacing_10_on .contained-ad-container.block-empty{height:77px}.f_leftrail_spacing_20_on .contained-ad-container.block-empty{height:154px}.f_leftrail_spacing_30_on .contained-ad-container.block-empty{height:230px}.contained-ad{margin-bottom:45px}.recirculation-unit{width:300px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.recirculation-unit .sidebar-module{-webkit-box-ordinal-group:2;order:1;padding:15px 0 0;margin:30px 0 20px;border-top:1px solid #e5e5e5;border-bottom:0}.recirculation-unit .thumbnail-wrapper{padding-left:1.125rem;padding-right:1.125rem;width:41.667%;float:left}.recirculation-unit .sidebar-meta__wrapper{padding-left:1.125rem;padding-right:1.125rem;width:58.333%;float:left;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse;padding-left:0;margin-left:-8px}.recirculation-unit .meta strong{color:#aaa}.recirculation-unit .trending-module--thumbs .sidebar-item{margin-bottom:25px}.recirculation-unit .trending-module--thumbs .sidebar-item>a{margin:0 -1.125rem;max-width:none;width:auto;display:block}.recirculation-unit .trending-module--thumbs .sidebar-item>a:after,.recirculation-unit .trending-module--thumbs .sidebar-item>a:before{content:\" \";display:table}.recirculation-unit .trending-module--thumbs .sidebar-item>a:after{clear:both}.recirculation-unit .trending-module--thumbs .sidebar-item h4{font-size:16px;line-height:20px;margin:-1px 0 3px}.recirculation-unit .trending-module--thumbs .sidebar-item .meta--source{margin:0;font-size:14px;line-height:14px;font-weight:normal}.recirculation-unit .trending-module--thumbs .sidebar-item .meta--source strong{font-weight:normal}@media only screen and (max-width: 63.9em){.recirculation-unit{display:none}}.f_recirculation_module_right_thumbnails_on .recirculation-unit .thumbnail-wrapper{float:right}.f_recirculation_module_right_thumbnails_on .recirculation-unit .sidebar-meta__wrapper{float:left;padding:0;margin:0;padding-left:1.125rem}.f_recirculation_module_no_thumbnails_on .recirculation-unit .thumbnail-wrapper{display:none}.f_recirculation_module_no_thumbnails_on .recirculation-unit .sidebar-meta__wrapper{width:auto;padding:0;margin:0 1.125rem}.recirculation-unit--top{position:absolute;right:0}.recirculation-unit--bottom{float:right;margin-right:1.125rem}.recirculation-unit--bottom .sidebar-module{margin-top:57px}.post-taglist{min-width:180px;margin-top:10px}.post-taglist>div{overflow-y:auto;position:relative;width:100%;max-height:300px}.post-taglist a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.meta--pe{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;line-height:21px}html.fallback-fonts .meta--pe{font-family:\"Arial Narrow\",Arial,sans-serif;line-height:21.798px;letter-spacing:0.5px}@media only screen and (max-width: 37.438em){.meta--pe{flex-wrap:wrap;margin-bottom:15px}}.meta--pe,.meta--pe a,.meta--pe:hover,.meta--pe a:hover{color:#aaa}.meta--pe .meta__byline{color:#333}html.fallback-fonts .meta--pe .meta__byline{font-family:\"Arial Narrow\",Arial,sans-serif;line-height:1.349;letter-spacing:0.5px}.meta--pe .meta__byline a{color:#333}.meta--pe .meta__byline span{color:#aaa}.meta--pe .meta__text{display:inline;-webkit-box-flex:1;flex-grow:1}.meta--pe .meta__avatar{width:50px;min-width:50px;position:relative;float:left}.meta--pe .meta__blog_avatar{display:inline-block;margin-right:7px;margin-top:-4px;position:relative;vertical-align:middle;width:20px}.meta--pe .avatar__link{display:inline-block}.meta--pe .avatar-wrapper,.meta--pe .avatar__img{display:inline-block;width:40px;height:40px}.meta--pe .avatar__img{border-radius:50%}.meta--pe .meta__tools .svg-icon,.meta--pe .svg-avatar-big{margin-top:0}.meta--pe .avatar__badge{display:none;position:absolute;z-index:1;width:18px;height:18px;border-radius:50%;border:1px solid #fff;background-color:#fff;left:28px;top:24px}.meta--pe .avatar__badge .svg-icon{margin-top:-1px}.meta--pe .avatar-wrapper.sharedauthor,.meta--pe .avatar-wrapper.sharedauthor .avatar__img{position:relative;z-index:1}.meta--pe .avatar-wrapper.sharedauthor:after{position:absolute;z-index:0;content:'';background-color:#fff;width:44px;height:44px;border-radius:50%;left:-2px;top:-2px}.meta--pe .avatar-wrapper.sharingauthor{position:absolute;left:-10px;z-index:0}.meta--pe .post-tags-container{display:inline-block}@media only screen and (max-width: 37.438em){.meta--pe .post-tags-container{width:100%;margin:15px 0 0}}.meta--pe .post-tags-container:before{content:'•';display:inline-block;margin:0 7px 2px 7px}@media only screen and (max-width: 37.438em){.meta--pe .post-tags-container:before{display:none}}.meta--pe .post-tags-container .first-tag{display:none}.meta--pe .post-tags-container .first-tag span{text-transform:uppercase;color:#333}.meta--pe .post-tags-container .chevron--bottom{width:12px;height:12px;margin:-2px 0 0 2px;opacity:1;stroke:#333}.meta--pe .meta__right{display:-webkit-box;display:flex;position:relative}.meta--pe .meta__right .svg-icon{position:relative;width:24px;height:24px;margin-top:0}@media only screen and (max-width: 37.438em){.meta--pe .meta__right .svg-icon{width:15px;height:15px}.meta--pe .meta__right .svg-icon:not(:last-child){margin-right:4px}}@media only screen and (max-width: 37.438em){.meta--pe .meta__right .view-count-container .svg-icon{top:3px}}@media only screen and (max-width: 37.438em){}@media only screen and (max-width: 37.438em){.meta--pe .meta__right .view-count-container,.meta--pe .meta__right{width:100%}}@media only screen and (min-width: 88em){.meta--pe .meta__right{position:relative;right:-24px}}@media screen and (min-width: 56.25rem) and (max-width: 63.938rem){.meta--pe .meta__right{position:relative;right:-24px}}.meta--pe .meta__data{height:44px;margin:0 4px;-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out;word-wrap:normal}@media only screen and (min-width: 37.5em){.meta--pe .meta__data{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;min-width:32px}}.meta--pe .meta__data:last-of-type{margin-right:0}@media only screen and (max-width: 37.438em){.meta--pe .meta__data.meta__data--comment{margin-right:15px}}@media only screen and (max-width: 37.438em){.meta--pe .meta__data.meta__data--recommend{margin-right:10px}}.meta--pe .meta__data svg{-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}.meta--pe .meta__data:hover{text-decoration:none}.meta--pe .meta__data:hover.meta__data--recommend{color:#0093ec}.meta--pe .meta__data:hover.meta__data--recommend svg{fill:#0093ec;stroke:#0093ec;opacity:.9}.meta--pe .meta__data:hover.meta__data--comment{color:#0093ec}.meta--pe .meta__data:hover.meta__data--comment svg{fill:none;stroke:#0093ec;opacity:.9}.meta--pe .meta__data.active .svg-icon{stroke:#0093ec}.meta--pe .meta__data.active.meta__data--recommend svg{fill:#0093ec;opacity:1}.meta--pe .meta__data .text{display:block;margin-top:2px}@media only screen and (max-width: 37.438em){.meta--pe .meta__data{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;width:auto;height:auto;margin:0}}.meta--pe .meta__tools .f-dropdown{min-width:160px}@media only screen and (max-width: 53.125em){.meta--pe .meta__tools{position:relative;left:10px}}.meta--pe .meta__tools:hover .svg-icon.svg-tools--giant{fill:none;stroke:#0093ec;opacity:.9}.meta--pe .meta__tools .post-dropdown-trigger{opacity:.9;display:inline-block;visibility:visible}@media only screen and (min-width: 66.3em){.meta--pe .meta__tools .post-dropdown-trigger{visibility:hidden}}.meta--pe .meta__tools .f-dropdown.open+.post-dropdown-trigger{visibility:visible}.meta--pe .meta__label{text-transform:uppercase;color:#333;font-size:13px}.meta--pe .meta__label:hover.meta__label--sponsored{color:#000}.meta--pe .meta__label--sponsored{font-size:16px;font-weight:bold;line-height:21px}.meta--pe.secondary-byline{margin-bottom:0}.meta--pe.secondary-byline .meta__text{font-size:16px}.meta--pe.secondary-byline .svg-icon{margin-right:9px}.meta--pe.secondary-byline .svg-icon.small{margin-top:-3px}.meta-container{position:relative;height:auto;padding-right:23px}@media only screen and (min-width: 66.3em){.meta-container{padding-right:0}}.meta-container .txt{overflow:visible}.meta-container .display-name{width:100%;cursor:text}.meta-container .multiple-authors{min-height:24px}.meta-container .flex-row{width:auto;margin-left:0;margin-right:0}.meta__tools .f-dropdown{min-width:160px}.post-tags--bottom{max-width:636px;margin:2.5rem auto 1rem}.post-tags--bottom ul{list-style-type:none;margin:0}.post-tags--bottom li{display:inline-block;text-transform:capitalize}.post-tags--bottom li span{color:#aaa}.post-tags--bottom li:last-child span,.post-tags--bottom .show-all-tags{display:none}.post-tags--truncated{display:-webkit-box;display:flex}.post-tags--truncated ul{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:none}.post-tags--truncated li{display:inline}.post-tags--truncated .show-all-tags{display:block;font-weight:bold;white-space:nowrap;padding-left:5px}.global-nav{height:60px;background:rgba(255,255,255,0.99);-webkit-transform:translateZ(0);transform:translateZ(0);border-bottom:1px solid #e5e5e5;margin-bottom:0;position:relative;width:100%;z-index:98;line-height:60px}.global-nav.fixed{-webkit-transition:-webkit-transform 150ms linear;transition:-webkit-transform 150ms linear;transition:transform 150ms linear;transition:transform 150ms linear, -webkit-transform 150ms linear;position:fixed;top:-61px}.global-nav.fixed.notransition{-webkit-transition:none;transition:none}.global-nav.fixed.shown{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}.global-nav:not(.global-nav--scrollback):not(.hide-for-large-up){background-position:0 28px}.topnav__logostrip{height:100%}.topnav__logostrip .logo{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:inline-block;font-size:1.5rem;color:#333;font-weight:bold}@media only screen and (min-width: 53.126em){.topnav__logostrip .logo{max-width:80%}}.topnav__logostrip .logo img,.topnav__logostrip .logo svg{max-height:32px;margin-top:-3px}.topnav__logostrip .logo svg{vertical-align:middle;max-width:100%}.topnav__logostrip .logo:hover{text-decoration:none;color:#000}.topnav__logostrip .logo .topnav__scrollback-avatar{display:none}.topnav__logostrip .logo-wrapper,.topnav__logostrip .topnav__logo{height:100%;line-height:62px}@media only screen and (max-width: 53.125em){.topnav__logostrip .logo-wrapper,.topnav__logostrip .topnav__logo{padding-left:56px;padding-right:98px}}@media only screen and (min-width: 53.126em){.topnav__logostrip .logo-wrapper,.topnav__logostrip .topnav__logo{text-align:center}.topnav__logostrip .logo-wrapper .global-nav--logo,.topnav__logostrip .topnav__logo .global-nav--logo{display:inline-block;position:relative}}.topnav__logostrip .global-nav--title{font-size:1.5rem;line-height:3.875rem;font-weight:bold;font-style:normal;margin:0}.notif-circle{background-color:transparent;width:32px;height:32px;border-radius:50%;border:1px solid transparent;margin:0;font-size:.812rem;font-family:arial;line-height:2.3;-webkit-transition:border-color 100ms ease-in;transition:border-color 100ms ease-in;display:inline-block;text-align:center;vertical-align:top}.notif-circle:hover{border-color:#0093ec}.notif-circle:hover .icon{color:#0093ec;opacity:1}.notif-circle:hover .channels-icon path{fill:#0093ec}.notif-circle:hover .svg-lightning{fill:#0093ec;opacity:.9}.notif-circle .svg-lightning{opacity:0.15;margin-top:-2px}.has-notification .notif-circle{background-color:transparent;border-color:#0093ec;color:#0093ec}.notif-circle.only-one{text-indent:-1px}.notif-circle.infinite{font-size:1.438rem;line-height:2.062rem}.notif-circle .icon{opacity:0.1;font-size:1rem;vertical-align:middle;top:-2px;position:relative;color:#000}.add{font-size:0.95rem;margin:0.3rem 0 -1rem}.add .icon,.add a{color:#0093ec}.site-footer{margin-top:20px}.show-dashboard-blogs{width:3.75rem;height:3.75rem;text-align:center}.show-dashboard-blogs .icon{-webkit-transform:rotate(90deg);transform:rotate(90deg);font-size:.875rem;vertical-align:middle}.show-dashboard-blogs .icon:before{color:#aaa}.navwrap--outer{height:61px}@media only screen and (min-width: 53.126em){.navwrap--outer,.navwrap--outer .global-nav{height:138px}.navwrap--outer .global-nav.fixed{top:-138px}.navwrap--outer.navwrap--frontpage,.navwrap--outer.navwrap--frontpage .global-nav{height:180px}.navwrap--outer.navwrap--frontpage .global-nav.fixed{top:-180px}.navwrap--outer.navwrap--permalink,.navwrap--outer.navwrap--permalink .global-nav{height:110px}.navwrap--outer.navwrap--permalink .global-nav.fixed{top:-110px}.navwrap--outer .global-nav.global-nav--scrollback{box-shadow:0 2px 2px rgba(0,0,0,0.1);height:60px}.navwrap--outer .global-nav.global-nav--scrollback.fixed{top:-60px}}.global-nav--desktop .notif-menu.open,.global-nav--desktop .user-menu.open{top:26px !important}.global-nav--desktop .notif-menu.open:after,.global-nav--desktop .notif-menu.open:before,.global-nav--desktop .user-menu.open:after,.global-nav--desktop .user-menu.open:before{display:none}.topnav__logostrip{position:relative;overflow:hidden}.topnav__logostrip,.topnav__logostrip.topnav__logostrip--subtitle .topnav__logo-wrapper{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;height:110px}.topnav__logostrip.topnav__logostrip--subtitle .topnav__logo-wrapper .topnav__subtitle{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:#aaa;font-size:48px;text-transform:uppercase;white-space:nowrap}.topnav__logostrip.topnav__logostrip--subtitle .topnav__logo-wrapper .topnav__subtitle span{position:relative;top:2px}.topnav__logostrip.topnav__logostrip--subtitle .topnav__logo-wrapper .topnav__subtitle:before{content:'';height:60px;width:1px;background-color:#e5e5e5;align-self:center;margin-right:18px;margin-left:20px}.topnav__logostrip.topnav__logostrip--subtitle .topnav__logo-wrapper .logo img,.topnav__logostrip.topnav__logostrip--subtitle .topnav__logo-wrapper .logo svg{max-height:30px;width:auto}.global-nav--scrollback .topnav__logostrip.topnav__logostrip--subtitle .topnav__logo-wrapper .topnav__subtitle{font-size:30px}.global-nav--scrollback .topnav__logostrip.topnav__logostrip--subtitle .topnav__logo-wrapper .topnav__subtitle span{top:1px}.global-nav--scrollback .topnav__logostrip.topnav__logostrip--subtitle .topnav__logo-wrapper .topnav__subtitle:before{height:22px;margin-right:15px;margin-left:15px}.global-nav--scrollback .topnav__logostrip.topnav__logostrip--subtitle .topnav__logo-wrapper .logo img,.global-nav--scrollback .topnav__logostrip.topnav__logostrip--subtitle .topnav__logo-wrapper .logo svg{max-height:18px}.topnav__logostrip .topnav__logo{width:100%;-webkit-box-pack:center;justify-content:center}.topnav__logostrip .topnav__logo,.topnav__logostrip .logo{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}@media only screen and (min-width: 53.126em){.topnav__logostrip .logo{max-width:none;max-height:50px}}.topnav__logostrip .logo img,.topnav__logostrip .logo svg{max-height:50px;margin-top:0}.topnav__logostrip .section-nav,.topnav__logostrip .section-nav__search-btn,.topnav__logostrip .topnav__scrollback-tools{display:none}.navwrap--vertical .topnav__logostrip{height:110px}.global-nav--permalink .topnav__logostrip,.global-nav--scrollback .topnav__logostrip,.topnav__logostrip.topnav__logostrip--enhanced{height:80px;max-width:1336px;margin:0 auto;-webkit-box-pack:center;justify-content:center;padding:0 1.125rem}.global-nav--permalink .topnav__logostrip.topnav__logostrip--sectionnav,.global-nav--scrollback .topnav__logostrip.topnav__logostrip--sectionnav,.topnav__logostrip.topnav__logostrip--enhanced.topnav__logostrip--sectionnav{-webkit-box-pack:start;justify-content:flex-start}.global-nav--permalink .topnav__logostrip.topnav__logostrip--sectionnav .section-nav ul,.global-nav--scrollback .topnav__logostrip.topnav__logostrip--sectionnav .section-nav ul,.topnav__logostrip.topnav__logostrip--enhanced.topnav__logostrip--sectionnav .section-nav ul{margin:0}.global-nav--permalink .topnav__logostrip .topnav__logo-wrapper,.global-nav--scrollback .topnav__logostrip .topnav__logo-wrapper,.topnav__logostrip.topnav__logostrip--enhanced .topnav__logo-wrapper{height:100%}.global-nav--permalink .topnav__logostrip .logo img,.global-nav--permalink .topnav__logostrip .logo svg,.global-nav--scrollback .topnav__logostrip .logo img,.global-nav--scrollback .topnav__logostrip .logo svg,.topnav__logostrip.topnav__logostrip--enhanced .logo img,.topnav__logostrip.topnav__logostrip--enhanced .logo svg{max-height:35px;max-width:200px;width:auto}.global-nav--permalink .topnav__logostrip .section-nav,.global-nav--scrollback .topnav__logostrip .section-nav,.topnav__logostrip.topnav__logostrip--enhanced .section-nav{display:-webkit-box;display:flex;height:58px;border:0}.global-nav--permalink .topnav__logostrip .section-nav ul li a,.global-nav--scrollback .topnav__logostrip .section-nav ul li a,.topnav__logostrip.topnav__logostrip--enhanced .section-nav ul li a{line-height:60px;border:0;padding-left:8px;padding-right:8px;font-size:17px;white-space:nowrap}.global-nav--permalink .topnav__logostrip .section-nav:before,.global-nav--scrollback .topnav__logostrip .section-nav:before,.topnav__logostrip.topnav__logostrip--enhanced .section-nav:before{content:'';height:25px;width:1px;background-color:#e5e5e5;align-self:center;margin-right:8px;margin-left:15px}.global-nav--permalink .topnav__logostrip .section-nav__search,.global-nav--scrollback .topnav__logostrip .section-nav__search,.topnav__logostrip.topnav__logostrip--enhanced .section-nav__search{margin-left:0;height:60px}.global-nav--scrollback .topnav__logostrip{height:60px}.global-nav--scrollback .topnav__logostrip .section-nav__search-btn{display:block}.global-nav--scrollback .topnav__logostrip .topnav__scrollback-avatar{display:block;height:25px}.global-nav--scrollback .topnav__logostrip .topnav__gmg-logo{display:none}.global-nav--scrollback .topnav__logostrip .topnav__scrollback-tools{position:absolute;display:-webkit-box;display:flex;right:1.125rem;top:0}.global-nav--scrollback .topnav__logostrip .topnav__back-to-top{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;margin-left:auto;width:60px;height:60px;margin-right:-1.125rem}.global-nav--scrollback .topnav__logostrip .topnav__back-to-top svg{margin-top:0}.global-nav--scrollback .topnav__logostrip .logo img,.global-nav--scrollback .topnav__logostrip .logo svg{max-height:25px}.topnav__logostrip .section-sponsorship{position:absolute;right:2.25rem;top:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;height:110px;width:120px}.global-nav--scrollback .topnav__logostrip .section-sponsorship{display:none}.global-nav--permalink .topnav__logostrip .section-sponsorship{height:80px}.navwrap--vertical .topnav__logostrip .section-sponsorship{height:110px}.topnav__logostrip .section-sponsorship .ad-section-sponsorship{width:120px;height:60px;overflow:hidden}.gmg-logo{height:50px}.gmg-logo--lifehacker{width:200px}.gmg-logo--deadspin{width:383px}.gmg-logo--kotaku{width:272px}.gmg-logo--jezebel{width:219px}.gmg-logo--jalopnik{width:345px}.gmg-logo--gizmodo{width:340px}.gmg-logo--theroot{width:223px;fill:#509b22}.jezebel .global-nav--permalink:not(.global-nav--scrollback) .logo{position:relative;top:5px}.jezebel .topnav__logostrip--subtitle .logo{position:relative;top:2px}.gizmodo .global-nav--permalink:not(.global-nav--scrollback) .logo,.gizmodo .topnav__logostrip--subtitle .logo,.kotaku .global-nav--permalink:not(.global-nav--scrollback) .logo,.kotaku .topnav__logostrip--subtitle .logo{position:relative;top:-1px}.lifehacker .global-nav--permalink:not(.global-nav--scrollback) .logo{position:relative;top:-5px}.lifehacker .topnav__logostrip--subtitle .logo{position:relative;top:-2px}.jalopnik .global-nav--permalink:not(.global-nav--scrollback) .logo,.deadspin .global-nav--permalink:not(.global-nav--scrollback) .logo,.deadspin .topnav__logostrip--subtitle .logo{position:relative;top:-1px}@media only screen and (min-width: 37.5em){.thetakeout .topnav__logostrip .logo{max-height:70px}}.thetakeout .topnav__logostrip .logo .topnav__gmg-logo{max-height:70px;height:70px}.thetakeout .global-nav--permalink .logo .topnav__gmg-logo{height:45px}.video-page-logo__icon.svg-icon{width:27px;height:27px;opacity:1;stroke:#000;stroke-width:1.5px;fill:none}.section-nav--mobile .video-page-logo__icon.svg-icon{margin-right:10px}.default .video-page-logo__icon{stroke:#0093ec}.cink .video-page-logo__icon{stroke:#99349e}.deadspin .video-page-logo__icon{stroke:#2D9D92}.earther .video-page-logo__icon{stroke:#0075B2}.gawker .video-page-logo__icon{stroke:#E25A48}.gizmodo .video-page-logo__icon{stroke:#18AFED}.io9 .video-page-logo__icon{stroke:#C34B9E}.jalopnik .video-page-logo__icon{stroke:#417EB9}.jezebel .video-page-logo__icon{stroke:#EC1238}.kotaku .video-page-logo__icon{stroke:#B12460}.lifehacker .video-page-logo__icon{stroke:#94B330}.theroot .video-page-logo__icon{stroke:#509b22}.fusion .video-page-logo__icon{stroke:#004}.avclub .video-page-logo__icon{stroke:#1C263C}.splinter .video-page-logo__icon{stroke:#F85637}.theinventory .video-page-logo__icon{stroke:#8F085E}.theonion .video-page-logo__icon{stroke:#006B3A}.thetakeout .video-page-logo__icon{stroke:#E5371A}.topnav__navtools{position:absolute;left:1.125rem;bottom:1.125rem}.topnav__navtools *+a{margin-left:.562rem}.section-nav{position:relative;overflow:hidden;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;background-color:#fff}.global-nav--scrollback .section-nav,.searchpage .global-nav--scrollback .section-nav{display:none}.section-nav .custom-kinja-sections{text-align:left;line-height:1.8}.section-nav .custom-kinja-sections__text{font-weight:normal}.section-nav .custom-kinja-sections__title{display:block;position:relative;font-size:14px;font-weight:normal;color:#000;margin:0;padding:0;text-transform:uppercase}@media only screen and (max-width: 53.125em){.section-nav .custom-kinja-sections__title{font-size:16px;margin:10px 0px 10px 58px;color:#000}.section-nav .custom-kinja-sections__title:after{position:absolute;content:'';left:-58px;bottom:15px;width:45px;border-bottom:1px solid #e5e5e5}}.section-nav .custom-kinja-sections__special a{font-size:14px;font-weight:bold;text-transform:none}.section-nav ul{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;margin:auto}@media only screen and (min-width: 53.126em){.section-nav ul{max-width:800px;overflow:hidden;flex-wrap:wrap;max-height:40px}}.section-nav ul li a{display:block;height:40px;line-height:42px;text-transform:uppercase;color:#aaa;font-size:18px;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;margin-left:-1px;padding:0 11px;-webkit-transition:color 300ms;transition:color 300ms}.section-nav ul li a:active,.section-nav ul li a:hover{text-decoration:none;color:#666}.section-nav ul li a.section-nav__search-btn{border-right:0}@media only screen and (max-width: 53.125em){.f_enhance_mobile_nav_on .navwrap--outer{height:auto}.f_enhance_mobile_nav_on .global-nav{border-bottom:0;height:auto}.f_enhance_mobile_nav_on .global-nav.fixed{top:-48px;-webkit-transition:-webkit-transform 150ms ease-out;transition:-webkit-transform 150ms ease-out;transition:transform 150ms ease-out;transition:transform 150ms ease-out, -webkit-transform 150ms ease-out}.f_enhance_mobile_nav_on .navwrap-mobile--networknav .global-nav.mobile-nav{height:auto}.f_enhance_mobile_nav_on .navwrap-mobile--networknav .global-nav.mobile-nav.fixed{top:-48px}.f_enhance_mobile_nav_on .mobile-nav{height:auto}.f_enhance_mobile_nav_on .mobile-nav__mainstrip{border-bottom:1px solid #e5e5e5;height:48px;padding:0}.f_enhance_mobile_nav_on .mobile-nav__mainstrip--logo{-webkit-box-flex:1;flex:1 0 auto;max-width:calc(100% - 48px)}.f_enhance_mobile_nav_on .mobile-nav__mainstrip--logo .logo{-webkit-box-align:center;align-items:center;height:100%;padding:10px 18px 10px 0}.f_enhance_mobile_nav_on .mobile-nav__mainstrip--logo .logo:first-child{padding-left:18px}.f_enhance_mobile_nav_on .mobile-nav__mainstrip--logo .logo img,.f_enhance_mobile_nav_on .mobile-nav__mainstrip--logo .logo svg{max-height:24px}.f_enhance_mobile_nav_on .mobile-nav__mainstrip--logo .topnav__subtitle{font-size:28px;line-height:36px;margin-left:0}.f_enhance_mobile_nav_on .mobile-nav__mainstrip--logo h1.global-nav--title{padding-left:1.125rem}.f_enhance_mobile_nav_on .mobile-nav__mainstrip--menu{-webkit-box-flex:0;flex:0 0 48px;-webkit-box-pack:center;justify-content:center}.f_enhance_mobile_nav_on .mobile-nav__avatar{padding:12px 12px 12px 18px}.f_enhance_mobile_nav_on .mobile-nav__avatar img,.f_enhance_mobile_nav_on .mobile-nav__avatar svg{display:block}.f_enhance_mobile_nav_on .section-nav{border-top:0;overflow:scroll;-webkit-overflow-scrolling:touch}.f_enhance_mobile_nav_on .section-nav ul{-webkit-box-pack:start;justify-content:flex-start}.f_enhance_mobile_nav_on .section-nav ul li a{border:0;font-size:16px;line-height:21px;margin:0;padding:11px 8px;white-space:nowrap}.f_enhance_mobile_nav_on .section-nav ul li:first-child a{padding-left:1.125rem}.f_enhance_mobile_nav_on .section-nav ul li:last-child a{padding-right:1.125rem}.f_enhance_mobile_nav_on .section-nav ul li.section-nav__section--active a{color:#666}.f_enhance_mobile_nav_on .section-nav ul li.section-nav__section--active a:hover{color:#333}.f_enhance_mobile_nav_on .gmg-logo{position:relative}.f_enhance_mobile_nav_on .gmg-logo--earther{top:3px}.f_enhance_mobile_nav_on .gmg-logo--jezebel{top:4px}.f_enhance_mobile_nav_on .gmg-logo--thetakeout{top:-1px}}.global-nav{height:61px}.mobile-nav .notif-circle{text-align:center;background-color:#0093ec;color:#fff;font-size:13px}.navwrap-mobile--networknav .global-nav.mobile-nav{height:80px}.navwrap-mobile--networknav .global-nav.mobile-nav.fixed{top:-80px}.mobile-nav__networknav{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;background-color:#000;height:20px}.mobile-nav__networknav a{display:block;line-height:22px;height:20px;font-size:16px;color:#fff;text-transform:uppercase;padding-left:1.125rem}.mobile-nav__mainstrip{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-pack:justify;justify-content:space-between;padding:0 1.125rem;height:60px}.mobile-nav__mainstrip--logo{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;max-width:90%}.mobile-nav__mainstrip--logo .logo{display:-webkit-box;display:flex;width:100%}.mobile-nav__mainstrip--logo .logo .topnav__scrollback-avatar{display:none}.mobile-nav__mainstrip--logo .logo img,.mobile-nav__mainstrip--logo .logo svg{width:auto;max-height:36px}.mobile-nav__mainstrip--logo .follow-controls{display:none}.mobile-nav__mainstrip--logo .global-nav--title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;font-size:1.5rem;color:#333;font-weight:bold;width:100%;margin:0}.mobile-nav__mainstrip--logo .topnav__subtitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;width:100%;text-transform:uppercase;color:#aaa;font-size:30px;margin-left:15px;position:relative;top:2px}.mobile-nav__mainstrip--logo .topnav__subtitle a{color:inherit}.mobile-nav__mainstrip--menu{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:relative}.mobile-nav__mainstrip--menu .notif-circle{position:absolute;top:12px;right:-9px;width:18px;height:18px;line-height:18px;border-radius:18px}.mobile-nav__mainstrip--menu .notif-circle.notif-circle--empty{display:none}.mobile-nav__mainstrip--menu .notif-circle.notif-circle--empty .svg-lightning{fill:#aaa}.mobile-nav__hamburger{width:20px;height:17px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between}.mobile-nav__hamburger span{display:block;width:100%;height:1px;background-color:#000}.section-nav--mobile .icon{width:30px;height:30px}.section-nav--mobile .icon .svg-icon{margin-top:-1px;stroke:#aaa}.networknav .priority-nav__dropdown{background-color:#000;margin:0;z-index:100}.networknav .priority-nav__root{max-height:29px}.networknav .priority-nav__dropdown-toggle,.networknav .priority-nav__dropdown li{display:block;border:1px solid transparent;line-height:29px;padding:0 8px;text-transform:uppercase;white-space:nowrap;border-bottom:0;border-top:0;color:#aaa;font-size:16px;height:28px}.networknav .priority-nav__dropdown li{display:block}.networknav .priority-nav__wrapper:hover .priority-nav__dropdown-more a{color:#fff}.networknav .priority-nav__wrapper:hover .priority-nav__dropdown-more .svg-icon{opacity:1}.networknav .priority-nav__wrapper .priority-nav__dropdown-more{-webkit-transition:color 300ms;transition:color 300ms}.networknav .priority-nav__wrapper .priority-nav__dropdown-more .svg-icon{stroke:#fff;stroke-width:1.5px;margin-left:4px;margin-top:-4px;opacity:.7}.networknav .priority-nav__dropdown-more a,.networknav .priority-nav__dropdown li a{color:#aaa}.networknav .priority-nav__dropdown-more a:hover,.networknav .priority-nav__dropdown li a:hover{color:#e5e5e5;text-decoration:none}.networknav .priority-nav__dropdown li{-webkit-transition:color 300ms;transition:color 300ms}.topnav{background:#000}.topnav:not(.topnav__is-vertical) .networknav__active-blogname:before{display:none}.networknav__active.hover,.networknav__active:hover{border-color:transparent}.topnav__is-vertical .networknav__search:after{content:'';margin:0 10px;height:14px;width:1px;background-color:#e5e5e5;position:absolute;z-index:1001;left:31px}.networknav{display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:center;align-items:center;width:100%;padding:0 1.125rem 0 0;margin:0 auto;background-color:#000;height:28px;line-height:28px}.global-nav--scrollback .networknav{height:0;overflow:hidden}.f_networknav_satire_on.blog-recirc-group-fmgSatire .networknav__sitelist .networknav--is-comm,.f_networknav_satire_on.blog-recirc-group-fmgSatire .networknav__sitelist .networknav--is-comm a,.f_networknav_satire_on.blog-recirc-group-fmgSatire .networknav__sitelist .networknav--is-partner,.f_networknav_satire_on.blog-recirc-group-fmgSatire .networknav__sitelist .networknav--is-partner a,.f_networknav_satire_on.blog-recirc-group-fmgSatire .priority-nav__dropdown .networknav--is-comm,.f_networknav_satire_on.blog-recirc-group-fmgSatire .priority-nav__dropdown .networknav--is-comm a,.f_networknav_satire_on.blog-recirc-group-fmgSatire .priority-nav__dropdown .networknav--is-partner,.f_networknav_satire_on.blog-recirc-group-fmgSatire .priority-nav__dropdown .networknav--is-partner a{color:#666}.f_networknav_satire_on.blog-recirc-group-fmgSatire .networknav__sitelist .networknav--is-comm a:hover,.f_networknav_satire_on.blog-recirc-group-fmgSatire .networknav__sitelist .networknav--is-comm a a:hover,.f_networknav_satire_on.blog-recirc-group-fmgSatire .networknav__sitelist .networknav--is-partner a:hover,.f_networknav_satire_on.blog-recirc-group-fmgSatire .networknav__sitelist .networknav--is-partner a a:hover,.f_networknav_satire_on.blog-recirc-group-fmgSatire .priority-nav__dropdown .networknav--is-comm a:hover,.f_networknav_satire_on.blog-recirc-group-fmgSatire .priority-nav__dropdown .networknav--is-comm a a:hover,.f_networknav_satire_on.blog-recirc-group-fmgSatire .priority-nav__dropdown .networknav--is-partner a:hover,.f_networknav_satire_on.blog-recirc-group-fmgSatire .priority-nav__dropdown .networknav--is-partner a a:hover{color:#aaa}.f_networknav_satire_on.blog-recirc-group-fmgSatire .networknav__sitelist .networknav--is-satire,.f_networknav_satire_on.blog-recirc-group-fmgSatire .priority-nav__dropdown .networknav--is-satire{position:relative;color:#aaa}.f_networknav_satire_on.blog-recirc-group-fmgSatire .networknav__sitelist .networknav--is-satire a:hover,.f_networknav_satire_on.blog-recirc-group-fmgSatire .priority-nav__dropdown .networknav--is-satire a:hover{color:#aaa}.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .networknav__sitelist .networknav--is-partner,.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .networknav__sitelist .networknav--is-partner a,.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .networknav__sitelist .networknav--is-satire,.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .networknav__sitelist .networknav--is-satire a,.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .priority-nav__dropdown .networknav--is-partner,.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .priority-nav__dropdown .networknav--is-partner a,.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .priority-nav__dropdown .networknav--is-satire,.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .priority-nav__dropdown .networknav--is-satire a{color:#666}.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .networknav__sitelist .networknav--is-partner a:hover,.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .networknav__sitelist .networknav--is-partner a a:hover,.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .networknav__sitelist .networknav--is-satire a:hover,.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .networknav__sitelist .networknav--is-satire a a:hover,.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .priority-nav__dropdown .networknav--is-partner a:hover,.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .priority-nav__dropdown .networknav--is-partner a a:hover,.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .priority-nav__dropdown .networknav--is-satire a:hover,.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .priority-nav__dropdown .networknav--is-satire a a:hover,.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .networknav__sitelist .networknav--is-comm,.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .priority-nav__dropdown .networknav--is-comm,.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .networknav__sitelist .networknav--is-comm a:hover,.f_networknav_satire_on.blog-recirc-group-fmgNonSatire .priority-nav__dropdown .networknav--is-comm a:hover{color:#aaa}.f_networknav_satire_on.blog-recirc-group-partnerEditorial .networknav__sitelist .networknav--is-comm,.f_networknav_satire_on.blog-recirc-group-partnerEditorial .networknav__sitelist .networknav--is-comm a,.f_networknav_satire_on.blog-recirc-group-partnerEditorial .networknav__sitelist .networknav--is-satire,.f_networknav_satire_on.blog-recirc-group-partnerEditorial .networknav__sitelist .networknav--is-satire a,.f_networknav_satire_on.blog-recirc-group-partnerEditorial .priority-nav__dropdown .networknav--is-comm,.f_networknav_satire_on.blog-recirc-group-partnerEditorial .priority-nav__dropdown .networknav--is-comm a,.f_networknav_satire_on.blog-recirc-group-partnerEditorial .priority-nav__dropdown .networknav--is-satire,.f_networknav_satire_on.blog-recirc-group-partnerEditorial .priority-nav__dropdown .networknav--is-satire a{color:#666}.f_networknav_satire_on.blog-recirc-group-partnerEditorial .networknav__sitelist .networknav--is-comm a:hover,.f_networknav_satire_on.blog-recirc-group-partnerEditorial .networknav__sitelist .networknav--is-comm a a:hover,.f_networknav_satire_on.blog-recirc-group-partnerEditorial .networknav__sitelist .networknav--is-satire a:hover,.f_networknav_satire_on.blog-recirc-group-partnerEditorial .networknav__sitelist .networknav--is-satire a a:hover,.f_networknav_satire_on.blog-recirc-group-partnerEditorial .priority-nav__dropdown .networknav--is-comm a:hover,.f_networknav_satire_on.blog-recirc-group-partnerEditorial .priority-nav__dropdown .networknav--is-comm a a:hover,.f_networknav_satire_on.blog-recirc-group-partnerEditorial .priority-nav__dropdown .networknav--is-satire a:hover,.f_networknav_satire_on.blog-recirc-group-partnerEditorial .priority-nav__dropdown .networknav--is-satire a a:hover,.f_networknav_satire_on.blog-recirc-group-partnerEditorial .networknav__sitelist .networknav--is-partner,.f_networknav_satire_on.blog-recirc-group-partnerEditorial .priority-nav__dropdown .networknav--is-partner,.f_networknav_satire_on.blog-recirc-group-partnerEditorial .networknav__sitelist .networknav--is-partner a:hover,.f_networknav_satire_on.blog-recirc-group-partnerEditorial .priority-nav__dropdown .networknav--is-partner a:hover{color:#aaa}.f_networknav_satire_on .networknav--is-comm+.networknav--is-partner:before,.f_networknav_satire_on .networknav--is-comm+.networknav--is-satire:before,.f_networknav_satire_on .networknav--is-partner+.networknav--is-comm:before,.f_networknav_satire_on .networknav--is-partner+.networknav--is-satire:before,.f_networknav_satire_on .networknav--is-satire+.networknav--is-comm:before,.f_networknav_satire_on .networknav--is-satire+.networknav--is-partner:before{content:\"\";position:absolute;background-color:#666}.f_networknav_satire_on .networknav__sitelist .networknav--is-comm+.networknav--is-partner,.f_networknav_satire_on .networknav__sitelist .networknav--is-comm+.networknav--is-satire,.f_networknav_satire_on .networknav__sitelist .networknav--is-partner+.networknav--is-comm,.f_networknav_satire_on .networknav__sitelist .networknav--is-partner+.networknav--is-satire,.f_networknav_satire_on .networknav__sitelist .networknav--is-satire+.networknav--is-comm,.f_networknav_satire_on .networknav__sitelist .networknav--is-satire+.networknav--is-partner{margin-left:15px}.f_networknav_satire_on .networknav__sitelist .networknav--is-comm+.networknav--is-partner:before,.f_networknav_satire_on .networknav__sitelist .networknav--is-comm+.networknav--is-satire:before,.f_networknav_satire_on .networknav__sitelist .networknav--is-partner+.networknav--is-comm:before,.f_networknav_satire_on .networknav__sitelist .networknav--is-partner+.networknav--is-satire:before,.f_networknav_satire_on .networknav__sitelist .networknav--is-satire+.networknav--is-comm:before,.f_networknav_satire_on .networknav__sitelist .networknav--is-satire+.networknav--is-partner:before{height:18px;width:1px;top:calc(50% - 9px);left:-8px}.f_networknav_satire_on .priority-nav__dropdown .networknav--is-comm+.networknav--is-partner,.f_networknav_satire_on .priority-nav__dropdown .networknav--is-comm+.networknav--is-satire,.f_networknav_satire_on .priority-nav__dropdown .networknav--is-partner+.networknav--is-comm,.f_networknav_satire_on .priority-nav__dropdown .networknav--is-partner+.networknav--is-satire,.f_networknav_satire_on .priority-nav__dropdown .networknav--is-satire+.networknav--is-comm,.f_networknav_satire_on .priority-nav__dropdown .networknav--is-satire+.networknav--is-partner{margin-top:1px;position:relative}.f_networknav_satire_on .priority-nav__dropdown .networknav--is-comm+.networknav--is-partner:before,.f_networknav_satire_on .priority-nav__dropdown .networknav--is-comm+.networknav--is-satire:before,.f_networknav_satire_on .priority-nav__dropdown .networknav--is-partner+.networknav--is-comm:before,.f_networknav_satire_on .priority-nav__dropdown .networknav--is-partner+.networknav--is-satire:before,.f_networknav_satire_on .priority-nav__dropdown .networknav--is-satire+.networknav--is-comm:before,.f_networknav_satire_on .priority-nav__dropdown .networknav--is-satire+.networknav--is-partner:before{height:1px;top:-1px;left:0;right:0}.networknav__sitelist{margin:0;position:relative;max-width:100%;display:inline-block;width:auto;white-space:nowrap}.networknav__sitelist li.networknav__search:hover{height:28px}.networknav__sitelist li{display:inline-block;text-transform:uppercase;font-size:16px;color:#aaa;line-height:29px;padding:0 8px;border:1px solid transparent;border-top:0;border-bottom:0;height:28px;position:relative}@media only screen and (max-width: 63.9em){.networknav__sitelist li{padding:0 5px;white-space:nowrap}}.networknav__sitelist li.hide{display:none}.networknav__sitelist li.hover,.networknav__sitelist li:hover{background-color:#fff;color:#333;border-color:#e5e5e5;z-index:101;height:29px}.networknav__sitelist li a{color:inherit;-webkit-transition:color 300ms;transition:color 300ms;height:28px;-webkit-box-align:center;align-items:center}.networknav__sitelist li a:hover{color:inherit;text-decoration:none}.networknav__sitelist li a:hover svg{opacity:0.5}.browser-safari .networknav__sitelist li{font-weight:bold}.networknav__sitelist .networknav__active-blogname{background-color:#fff;border-color:transparent;padding-left:9px}.networknav__sitelist .networknav__active-blogname:before{display:none}.networknav__search{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;min-width:32px;margin-left:.562rem;margin-right:0;padding:0 8px;background-color:#fff;color:#666}.networknav__search a:focus,.networknav__search button:focus{outline:0}.networknav__search a{display:-webkit-box;display:flex;color:inherit;-webkit-transition:color 300ms;transition:color 300ms;height:28px;-webkit-box-align:center;align-items:center}.networknav__search a:hover{color:inherit;text-decoration:none}.networknav__search a:hover svg{opacity:0.5}.networknav__search svg{margin-top:0;height:14px;width:14px;-webkit-transition:opacity 300ms;transition:opacity 300ms}.networknav__search .networknav__search-link{height:30px}.networknav__search .networknav__active-blogname{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.networknav__search .networknav__active-blogname:hover{color:#333}.networknav__search .networknav__active-blogname:before{content:'';margin-left:10px;margin-right:10px;height:14px;width:1px;background-color:#e5e5e5}.networknav__hovernav-wrapper{position:absolute;top:28px;left:0;width:100%;background-color:#fff;z-index:100}.networknav__hovernav-wrapper>div{padding-top:21px;border:1px solid #e5e5e5;border-left:0;border-right:0;box-shadow:0 3px 3px rgba(0,0,0,0.1)}.networknav__hovernav-wrapper .section-nav{width:15.35%;min-width:15.35%;border:0;-webkit-box-ordinal-group:2;order:1;margin-right:21px;margin-bottom:8px}.networknav__hovernav-wrapper .section-nav ul{display:block;max-height:none}.networknav__hovernav-wrapper .section-nav ul li a{border:0;padding:0 0 10px;height:auto;line-height:normal;margin:0}@media only screen and (max-width: 63.9em){.networknav__hovernav-wrapper .section-nav ul li a{font-size:16px}}.networknav__hovernav-wrapper .spinner{position:absolute;top:43%;right:48%}.networknav__hovernav-wrapper .networknav__hovernav-inner{padding:0 1.125rem}.networknav__hovernav-wrapper .networknav__hovernav-inner,.hovernav__post-list{max-width:1336px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;margin:0 auto}.hovernav__post-list{min-height:228px;-webkit-box-ordinal-group:3;order:2;padding:0}.hovernav__post-list li{width:20%;padding:0;margin:0 21px 0 0}.hovernav__post-list li:last-of-type,.hovernav__post-list li:nth-child(5){margin-right:0}.hovernav__post-list li:nth-child(6){display:none}.hovernav__post-list li a{display:block}.hovernav__post-list li a:hover{color:#000}.hovernav__post-list li .img--16x9{margin-bottom:5px}.hovernav__post-list li h4{font-size:18px}@media only screen and (max-width: 63.9em){.hovernav__post-list li h4{font-size:16px}}.networknav__login-btn{-webkit-transition:opacity 300ms;transition:opacity 300ms;opacity:0.7}.networknav__login-btn .svg-user-filled{display:block;fill:#fff;opacity:1;margin:0}.networknav__login-btn:hover{opacity:1}.networknav__usertools{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.networknav__usertools a:hover{text-decoration:none}.networknav__usertools a:hover .notif-empty{border-color:#fff}.networknav__usertools .active .notif-empty-cont .notif-empty{border-color:#0093ec}.desktop-notif-toggle{display:block}.notif-pill{line-height:22px;background-color:#0093ec;color:#fff;text-align:center;padding:0 10px;border-radius:10px;height:20px;font-size:15px}.notif-pill--firstclick{opacity:0.9}.notif-empty-cont{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;border:0}.notif-empty{position:relative;height:10px;width:10px;border-radius:50%;border:2px solid #aaa}.notif-state-wrapper{width:45px;margin-right:6px;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.notif-wrapper{display:none}.userbutton,.userbutton a{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.userbutton .avatar{width:20px;height:20px;border-radius:50%;display:inline-block;margin:0;background-position:center;background-size:cover}.topnav__search-wrapper{position:absolute;width:100%;top:0;left:0;background-color:#fff;z-index:1002}.topnav__search-wrapper .topnav__search{max-width:360px;margin:0 auto;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;height:60px}.topnav__search-wrapper .topnav__search form{height:100%}.topnav__search-wrapper .topnav__search .svg-search{display:none}.topnav__search-wrapper .topnav__search input[type=search]{font-size:18px;margin:0;height:100%;width:310px;border:0;color:#aaa}.topnav__search-wrapper .topnav__search input[type=search]::-webkit-input-placeholder{text-transform:uppercase}.topnav__search-wrapper .topnav__search input[type=search]:-ms-input-placeholder,.topnav__search-wrapper .topnav__search input[type=search]::-ms-input-placeholder{text-transform:uppercase}.topnav__search-wrapper .topnav__search input[type=search]::placeholder{text-transform:uppercase}.topnav__search-wrapper .topnav__search input[type=search]::-webkit-search-cancel-button,.topnav__search-wrapper .topnav__search input[type=search]::-webkit-search-decoration,.topnav__search-wrapper .topnav__search input[type=search]::-webkit-search-results-button,.topnav__search-wrapper .topnav__search input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}.topnav__search-wrapper .topnav__search input[type=search]:focus{background:none}.topnav__search-wrapper .topnav__search svg{-webkit-transition:opacity 300ms;transition:opacity 300ms}.topnav__search-wrapper .topnav__search a:hover svg{opacity:0.5}.topnav__search-wrapper .topnav__search .svg-icon{margin-top:0}.topnav__search-wrapper.topnav__search-wrapper--networknav{margin:0 1.125rem 0 .562rem;background-color:#000;width:90%}.topnav__search-wrapper.topnav__search-wrapper--networknav .topnav__search{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse;-webkit-box-pack:justify;justify-content:space-between;background-color:#fff;height:28px;min-width:31px;padding:0 .562rem;margin:0}.topnav__search-wrapper.topnav__search-wrapper--networknav .topnav__search svg{width:14px;height:14px}.topnav__search-wrapper.topnav__search-wrapper--networknav .topnav__search input[type=search]{font-size:16px;padding:8px 8px 8px 3px}.priority-nav,.priority-nav__root{display:block}.priority-nav>ul{max-width:100%}.priority-nav>ul,.priority-nav>ul li{display:inline-block}.priority-nav__wrapper{position:relative;display:inline-block}.priority-nav__dropdown-toggle{visibility:hidden;cursor:pointer}.priority-nav__dropdown{position:absolute;white-space:nowrap;left:0}.priority-nav__dropdown li{display:block}.priority-nav-is-visible{visibility:visible}.priority-nav-is-hidden{visibility:hidden}.priority-nav-has-dropdown{position:relative}.priority-nav__dropdown-more svg{margin:0;opacity:1;stroke:#ccc}.referenced-comment{max-width:636px;margin:0 auto}.referenced-comment .comment-inset{border:1px solid #e5e5e5;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,0.08);margin:0 auto 20px}.referenced-comment .comment-inset .avatar .magnifier{display:none}.referenced-comment .comment-inset ul.commentlist li{padding-left:0;margin-bottom:16px}.referenced-comment .comment-inset ul.commentlist li:before,.referenced-comment .comment-inset ul.commentlist .commentlist__item:after{display:none}.referenced-comment .comment-inset>.comment-inset__body{padding:20px 20px 0;overflow:hidden}@media only screen and (max-width: 37.438em){.referenced-comment .comment-inset>.comment-inset__body{padding:16px}}.referenced-comment .comment-inset>footer{font-family:\"ProximaNovaCond\",sans-serif;background:#f5f5f5;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.referenced-comment .comment-inset>footer a{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;padding:8px 20px;color:#aaa;-webkit-transition:color 0.2s linear;transition:color 0.2s linear;position:relative;top:2px;font-size:15px}.referenced-comment .comment-inset>footer a:hover{text-decoration:none;color:#222}.referenced-comment .comment-inset>footer a svg{vertical-align:middle;margin:1px 8px 0 0}.referenced-comment .comment-inset>footer a span{line-height:1.25rem}@media only screen and (max-width: 37.438em){.referenced-comment .comment-inset{padding:0}}.referenced-comment .comment-inset .reply{padding-top:0}.referenced-comment .comment-inset .reply .reply__content p{font-size:15px}.referenced-comment .comment-inset .reply .reply__header{margin-bottom:4px}.referenced-comment .comment-inset .reply .reply__header span.reply__byline--member{display:inline-block;background:#0093ec;color:#fff;padding:5px 4px 4px;line-height:11px}@media only screen and (max-width: 37.438em){.referenced-comment .comment-inset .reply .reply__content p,.referenced-comment .comment-inset .reply .reply__header{padding:0}}.referenced-comment .comment-inset .reply--depth-0{padding-bottom:16px}.referenced-comment .comment-inset .reply--depth-1{padding-top:6px}.referenced-comment .comment-inset .reply--depth-1 .avatar{padding-top:4px}.referenced-comment .comment-inset .comment-inset__show-more{padding-bottom:12px;border-bottom:1px solid #e5e5e5;margin-bottom:20px}.referenced-comment .comment-inset .comment-inset__show-more a{font-size:15px;color:#aaa;font-family:\"ProximaNovaCond\",sans-serif}.referenced-comment .comment-inset .comment-inset__show-more a span{color:#222;font-weight:bold}.referenced-comment .comment-inset .comment-inset__not-available{color:#aaa;font-family:\"ProximaNovaCond\",sans-serif;text-align:center;padding:16px 32px}.stripe-inset{border:1px solid #72ad75;padding:10px;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;font-family:\"FiraSans\",sans-serif;position:relative;max-width:636px;margin:50px auto 62px;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}@media only screen and (min-width: 53.126em){.stripe-inset{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}}.stripe-inset__product-image{max-height:173px;margin-bottom:11px}@media only screen and (min-width: 53.126em){.stripe-inset__product-image{max-height:144px;margin-bottom:0}}.stripe-inset__provider-name{font-weight:bold}.stripe-inset__description{-webkit-box-flex:2;flex-grow:2;margin-left:0;text-align:center;margin-bottom:35px}@media only screen and (min-width: 53.126em){.stripe-inset__description{text-align:left;margin-left:29px;margin-bottom:0}}.stripe-inset__description header h2{font-family:\"FiraSans\",sans-serif;color:#666;line-height:26px;margin:0;font-size:17px}@media only screen and (min-width: 53.126em){.stripe-inset__description header h2{font-size:22px}}.stripe-inset__description .stripe-inset__byline{color:#666;font-size:13px;line-height:22px;font-family:\"FiraSans\",sans-serif}.stripe-inset__cta{margin-bottom:50px}@media only screen and (min-width: 53.126em){.stripe-inset__cta{margin-bottom:0}}.stripe-inset__cta div{font-size:13px;line-height:16.5px;text-align:center;color:#666}.stripe-inset__logo{position:absolute;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;right:0;bottom:0;padding:10px;font-size:11px;line-height:11px;color:#aaa}.stripe-inset__logo svg{height:11px;width:35px;fill:#aaa}.stripe-inset__coupon-code{position:absolute;right:0;top:0;padding:5px;font-size:11px;color:#aaa;display:none}.stripe-inset-container .stripe-inset--broken:only-child{margin-bottom:1.25rem}.editor .stripe-inset__coupon-code{display:block}.post-content .quotable{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;margin-top:30px;margin-bottom:30px}@media only screen and (min-width: 37.5em){.post-content .quotable{margin-top:40px;margin-bottom:40px}}.post-content .quotable__side{-webkit-box-flex:0;flex:0 0 40px;margin-right:15px}.post-content .quotable__side img{border-radius:50%}@media only screen and (min-width: 37.5em){.post-content .quotable__side{flex-basis:80px;margin-right:30px}}.post-content .quotable__header{margin-bottom:10px}.post-content .quotable__content{margin-bottom:15px}.post-content .quotable__main{-webkit-box-flex:1;flex-grow:1}.post-content .quotable__header:last-child{margin-bottom:0}.post-content .quotable__attribution{color:#aaa;font-family:\"ProximaNovaCond\",sans-serif;font-size:16px;font-weight:bold;line-height:21px;text-transform:uppercase}.full-bleed-widget.parallax .full-bleed-container{background-size:cover;background-repeat:no-repeat;background-attachment:fixed;background-position:300% 0}.full-bleed-widget .full-bleed-container{left:50%;margin-left:-50vw;margin-right:-50vw;position:relative;right:50%;width:100vw}.full-bleed-widget .full-bleed-image{display:block;height:100%;position:relative;visibility:hidden;width:100%}.full-bleed-widget .full-bleed-image.has-overlay{-o-object-fit:cover;object-fit:cover;min-height:400px}.full-bleed-widget .full-bleed-overlay{-webkit-tap-highlight-color:transparent;-webkit-box-align:center;align-items:center;bottom:0;display:-webkit-box;display:flex;height:100%;-webkit-box-pack:center;justify-content:center;left:0;overflow:hidden;position:absolute;right:0;top:0;width:100%;z-index:2}.full-bleed-widget .full-bleed-overlay .full-bleed-overlay-content{color:white;max-width:830px;width:100%;z-index:3}.full-bleed-widget .full-bleed-overlay .full-bleed-overlay-content .fade-in-up{margin:auto;padding:0 10px}.full-bleed-widget .full-bleed-overlay .full-bleed-overlay-content .fade-in-up img{display:block;position:relative;width:100%}@media only screen and (min-width: 53.126em){.parallax .full-bleed-container{background:url(\"\");background-position:center center !important}.parallax .full-bleed-image{visibility:hidden !important;width:100%}}.curation-container .curation__wrapper.loading,.curation-open .featured-item.loading .curation-item-placeholder__inner,.curation-open .featured-item.selected.loading .curation-item-placeholder__inner,.curation-tool-container .curation__wrapper.loading{background-image:url(\"//x.kinja-static.com/assets/images/ajax-loader-bg-transparent.gif\");background-repeat:no-repeat;background-position:center center;background-size:initial}.curation-container,.curation-tool-container{width:100%;position:relative;z-index:97}@media only screen and (min-width: 37.5em){.curation-container,.curation-tool-container{border-bottom:1px solid #e5e5e5}}.curation-container .curation__wrapper,.curation-tool-container .curation__wrapper{width:100%;margin:0 auto}.curation-container .curation__wrapper,.curation-container .curation__wrapper>div,.curation-tool-container .curation__wrapper,.curation-tool-container .curation__wrapper>div{background-repeat:no-repeat;background-size:cover;background-position:center 50%}@media only screen and (max-width: 53.125em){.curation-container .curation__wrapper:not(.curation__wrapper--whoomp) .featured-items>.featured-item:nth-child(4)~.featured-item,.curation-tool-container .curation__wrapper:not(.curation__wrapper--whoomp) .featured-items>.featured-item:nth-child(4)~.featured-item{display:none}.curation-container .curation__wrapper:not(.curation__wrapper--onion) .curation-item-placeholder:not(.curation__first-item) .featured-link a,.curation-tool-container .curation__wrapper:not(.curation__wrapper--onion) .curation-item-placeholder:not(.curation__first-item) .featured-link a{width:40%}.curation-container .curation__wrapper:not(.curation__wrapper--onion) .curation-item-placeholder:not(.curation__first-item) .featured-link .headline--wrapper,.curation-tool-container .curation__wrapper:not(.curation__wrapper--onion) .curation-item-placeholder:not(.curation__first-item) .featured-link .headline--wrapper{width:60%}.curation-container .curation__wrapper:not(.curation__wrapper--onion) .curation-item-placeholder:not(.curation__first-item) .featured-link .headline--wrapper .headline__author,.curation-tool-container .curation__wrapper:not(.curation__wrapper--onion) .curation-item-placeholder:not(.curation__first-item) .featured-link .headline--wrapper .headline__author{padding:0 10px;margin-top:5px}.curation-container .curation__wrapper:not(.curation__wrapper--onion) .curation__first-item .featured-link,.curation-tool-container .curation__wrapper:not(.curation__wrapper--onion) .curation__first-item .featured-link{padding:0;display:block}.curation-container .curation__wrapper.curation__wrapper--onion .curation__first-item .featured-link .headline--wrapper,.curation-tool-container .curation__wrapper.curation__wrapper--onion .curation__first-item .featured-link .headline--wrapper{padding:0}.curation-container .curation__wrapper.curation__wrapper--onion .curation__first-item .featured-link .headline--wrapper .featured-headline,.curation-tool-container .curation__wrapper.curation__wrapper--onion .curation__first-item .featured-link .headline--wrapper .featured-headline{padding:0 10px}}.curation-container .curation__inner,.curation-tool-container .curation__inner{width:100%;position:relative;max-width:1336px;margin:0 auto}@media only screen and (min-width: 37.5em){.curation-container .curation__inner,.curation-tool-container .curation__inner{padding:0 1.125rem}}@media only screen and (max-width: 53.125em){.curation-container .curation__inner,.curation-tool-container .curation__inner{padding:0}}.curation-container .curation__inner--highlight,.curation-tool-container .curation__inner--highlight{height:278px}.curation-container .curation__inner--tall,.curation-tool-container .curation__inner--tall{height:625px}.curation-container .curation__inner--tall .curation__tall-mode-toggle .curation__expand-icon,.curation-tool-container .curation__inner--tall .curation__tall-mode-toggle .curation__expand-icon{display:none}.curation-container .curation__inner--tall .curation__tall-mode-toggle .curation__collapse-icon,.curation-tool-container .curation__inner--tall .curation__tall-mode-toggle .curation__collapse-icon{display:inline}.curation-container .curation__inner--onion.curation__inner--highlight .curation__highlight-post-link,.curation-tool-container .curation__inner--onion.curation__inner--highlight .curation__highlight-post-link{color:#000}.curation-container .curation__inner--onion.curation__inner--highlight .curation__highlight-post-link .curation__highlight-post-headline-container .curation__highlight-post-headline,.curation-tool-container .curation__inner--onion.curation__inner--highlight .curation__highlight-post-link .curation__highlight-post-headline-container .curation__highlight-post-headline{font-family:\"ElizabethSerif\",Georgia,serif;color:#000}.curation-container .curation__inner--onion.curation__inner--highlight .svg-chevron,.curation-tool-container .curation__inner--onion.curation__inner--highlight .svg-chevron{stroke:#000}.curation-container .curation__inner--onion.curation__inner--highlight .curation__highlight-list,.curation-tool-container .curation__inner--onion.curation__inner--highlight .curation__highlight-list{background-color:rgba(255,255,255,0.8)}.curation-container .curation__inner--onion.curation__inner--highlight .curation__highlight-list .curation__highlight-post:hover,.curation-tool-container .curation__inner--onion.curation__inner--highlight .curation__highlight-list .curation__highlight-post:hover,.curation-container .curation__inner--onion.curation__inner--highlight .curation__highlight-list .curation__highlight-post[draggable=true]:hover,.curation-tool-container .curation__inner--onion.curation__inner--highlight .curation__highlight-list .curation__highlight-post[draggable=true]:hover{background:#fff}.curation-container .curation__inner--onion.curation__inner--highlight .curation__highlight-list .curation__highlight-post-link .curation__highlight-post-headline,.curation-tool-container .curation__inner--onion.curation__inner--highlight .curation__highlight-list .curation__highlight-post-link .curation__highlight-post-headline{font-size:15px}.curation-container .curation__inner--onion.curation__inner--highlight .curation__highlight-list .curation__highlight-post-link .curation__highlight-post-headline .curation__highlight-post-input::-webkit-input-placeholder,.curation-tool-container .curation__inner--onion.curation__inner--highlight .curation__highlight-list .curation__highlight-post-link .curation__highlight-post-headline .curation__highlight-post-input::-webkit-input-placeholder{color:#000}.curation-container .curation__inner--onion.curation__inner--highlight .curation__highlight-list .curation__highlight-post-link .curation__highlight-post-headline .curation__highlight-post-input:-ms-input-placeholder,.curation-tool-container .curation__inner--onion.curation__inner--highlight .curation__highlight-list .curation__highlight-post-link .curation__highlight-post-headline .curation__highlight-post-input:-ms-input-placeholder,.curation-container .curation__inner--onion.curation__inner--highlight .curation__highlight-list .curation__highlight-post-link .curation__highlight-post-headline .curation__highlight-post-input::-ms-input-placeholder,.curation-tool-container .curation__inner--onion.curation__inner--highlight .curation__highlight-list .curation__highlight-post-link .curation__highlight-post-headline .curation__highlight-post-input::-ms-input-placeholder{color:#000}.curation-container .curation__inner--onion.curation__inner--highlight .curation__highlight-list .curation__highlight-post-link .curation__highlight-post-headline .curation__highlight-post-input::placeholder,.curation-tool-container .curation__inner--onion.curation__inner--highlight .curation__highlight-list .curation__highlight-post-link .curation__highlight-post-headline .curation__highlight-post-input::placeholder{color:#000}.curation-container .curation__inner--onion.curation__inner--highlight .curation__highlight-post--first .curation__highlight-post-link .curation__highlight-post-headline-container .curation__highlight-post-headline,.curation-tool-container .curation__inner--onion.curation__inner--highlight .curation__highlight-post--first .curation__highlight-post-link .curation__highlight-post-headline-container .curation__highlight-post-headline{font-weight:bold;font-size:30px;line-height:39px;background-color:rgba(255,255,255,0.8)}.curation-container .curation__inner--breaking .curation__highlight-post--first .curation__highlight-breaking-label,.curation-tool-container .curation__inner--breaking .curation__highlight-post--first .curation__highlight-breaking-label{display:inline-block}.curation-container .curation__inner--breaking .curation__breaking-mode-toggle .svg-icon,.curation-tool-container .curation__inner--breaking .curation__breaking-mode-toggle .svg-icon{stroke:#0093ec}.curation-container .curation__inner--image-upload-open .curation__image-upload,.curation-tool-container .curation__inner--image-upload-open .curation__image-upload,.curation-container .curation__inner--image-upload-open .curation__image-upload .animationContainer,.curation-tool-container .curation__inner--image-upload-open .curation__image-upload .animationContainer{display:block}.curation-main-container .curation-tool-container .curation__wrapper--whoomp .featured-items .featured-item.item-edit-mode .curation-item-placeholder{padding-bottom:80%}@media only screen{.curation-main-container .curation-container--onion{border-bottom:none;box-shadow:0 0 5px rgba(0,0,0,0.4)}}@media only screen and (min-width: 53.126em){.curation-main-container .curation-container--onion{border-bottom:1px solid #e5e5e5;box-shadow:none}.curation-main-container .curation-tool-container--onion{border-bottom:1px solid #e5e5e5}}.curation-main-container.curation-open .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item .curation-item-placeholder{padding:5px;width:calc(100% + 10px) !important;left:-5px;top:-5px}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item{box-shadow:none;border-top:none;background-color:#fff}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item.selected{background:none}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item.selected .featured-link,.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item:hover .featured-link{outline:none}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item.featured-item--2.item-edit-mode{border-top:none}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item.featured-item--2.item-edit-mode .curation-item-placeholder{padding-bottom:100%}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item.featured-item--2{background:none}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item.featured-item--2 .curation-item-placeholder{background-color:#fff;position:relative}@media only screen and (min-width: 53.126em){.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item.featured-item--2{margin-right:21px}}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item.featured-item--2.selected .curation-item-placeholder{background:none}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item .curation-item-placeholder__inner{background:transparent}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item .featured-link .headline--wrapper{-webkit-box-align:left;align-items:left}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item .featured-link .featured-headline{text-align:left;font-family:\"ElizabethSerif\", Georgia, serif}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item .featured-link .headline__excerpt{font-family:\"ElizabethSerif\", Georgia, serif;text-align:left;margin-bottom:0}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item .featured-link .read-more{font-family:\"ElizabethSerif\", Georgia, serif;font-size:14px;color:#006b3a;margin-top:15px}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item .featured-link .headline__author{font-weight:100;margin-top:10px;padding:0}@media only screen and (max-width: 53.125em){.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items{display:table}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item .headline__excerpt,.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item .read-more{display:none}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item .featured-link .featured-headline{font-size:16px;margin-top:-3px}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item.featured-item--2 .featured-link{padding:0 0 1.125rem 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item.featured-item--2 .featured-link .featured-headline{font-size:22px;padding:30px 18px 10px}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items #wrap-for-whoomp{display:table-footer-group}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items #wrap-for-whoomp .featured-item:first-child{border-top:1px solid #e5e5e5}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items #wrap-for-whoomp .featured-item:last-child{border-bottom:none}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items #wrap-for-whoomp .featured-item .featured-link .headline__author{display:block}}@media only screen and (min-width: 37.5em){.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item .featured-link .featured-headline{font-size:16px}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion #wrap-for-whoomp .featured-item .featured-link .headline__author{display:none}}@media only screen and (min-width: 53.126em){.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items{display:-webkit-box;display:flex}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item .headline__excerpt{font-size:12px}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items #wrap-for-whoomp{display:-webkit-box;display:flex}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item .featured-link{padding-bottom:13%}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item .featured-link .featured-headline{padding:20px 0 0 0;margin-top:0}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item .featured-link .headline__excerpt{display:block;padding-top:20px}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item .featured-link .read-more{display:block;margin-right:auto;text-align:left}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item--2{border-top:none;flex-shrink:1.3;padding:0 20px 0 0;border-right:1px solid #e5e5e5}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item--2 .featured-link .featured-headline{font-size:24px}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item:last-child{flex-shrink:1.8}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item:first-child{border-bottom:1px solid #e5e5e5}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items #wrap-for-whoomp{border-right:1px solid #e5e5e5;padding:0 20px 0 0;flex-shrink:1.8}.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items #wrap-for-whoomp .featured-item:first-child{border-top:none}}@media only screen and (min-width: 64em){.curation-main-container .curation__wrapper--whoomp.curation__wrapper--onion .featured-items .featured-item .headline__excerpt{font-size:15px}}.curation-main-container .curation__wrapper--whoomp .curation__wrapper__whoomp-list--3-items{max-width:1006px;margin:0 auto}.curation-main-container .curation__wrapper--whoomp .curation__wrapper__whoomp-list--3-items .featured-items #wrap-for-whoomp{margin-right:0}@media only screen and (min-width: 53.126em){.curation-main-container .curation__wrapper--whoomp{margin:1.125rem 0}}.curation-main-container .curation__wrapper--whoomp .curation__inner{padding:0 1.125rem}@media only screen and (max-width: 53.125em){.curation-main-container .curation__wrapper--whoomp .curation__inner{padding:0}}.curation-main-container .curation__wrapper--whoomp .featured-items{display:block;width:100%;flex-basis:fill;padding:0}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-headline{padding:15px 1.125rem}.curation-main-container .curation__wrapper--whoomp .featured-items .curation__first-item .featured-headline{padding-left:2.25rem;padding-right:2.25rem;padding-top:0}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item{width:100%;border-top:none;margin-top:5px}@media only screen{.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item{margin-top:0;border-bottom:1px solid #e5e5e5}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item--3{border-bottom:none;box-shadow:0px 2px 1px #aaa;margin-bottom:2px}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item--3 .featured-link a{width:40%}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item--3 .featured-link .headline--wrapper{width:60%}}@media only screen and (min-width: 53.126em){.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item{border-bottom:none;box-shadow:0px 1px 1px #aaa;border-top:1px solid #e5e5e5;margin-bottom:inherit}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item--3{box-shadow:0px 1px 1px #aaa;margin-bottom:inherit}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item--3 .featured-link a,.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item--3 .featured-link .headline--wrapper{width:100%}}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .featured-link{height:100%;padding-bottom:0;background-color:#fff;overflow:hidden}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .headline--wrapper{position:relative;text-align:center}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .headline--wrapper .featured-headline{display:block;margin-bottom:0;background:none;color:#000;font-weight:bold}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .headline--wrapper .featured-headline:hover{text-decoration:underline}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .headline--wrapper .headline__author{display:block;color:#aaa;font-size:14px;text-align:left;width:100%;padding:0 1.125rem}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .headline--wrapper .headline__author:hover:not(span){text-decoration:underline}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .headline--wrapper .storytype-label-wrapper{display:-webkit-box;display:flex}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .headline__excerpt{color:#000}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation-item-placeholder{height:auto;padding-bottom:0}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation-item-placeholder--sub-item-4 .headline--wrapper a{width:100%;text-align:left}@media only screen{.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation-item-placeholder--sub-item-4 .headline__author{position:relative;text-align:left}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation-item-placeholder--sub-item-4 .headline__excerpt{display:none}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation-item-placeholder--sub-item-4 .featured-image__wrapper{width:100%}}@media only screen and (min-width: 53.126em){.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation-item-placeholder--sub-item-4{padding:0;padding-bottom:0}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation-item-placeholder--sub-item-4 .featured-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation-item-placeholder--sub-item-4 .featured-link a,.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation-item-placeholder--sub-item-4 .headline--wrapper{width:100%}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation-item-placeholder--sub-item-4 .featured-image__wrapper{width:100%;padding-bottom:56.25%}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation-item-placeholder--sub-item-4 .headline__excerpt{text-align:left;padding:0 1.125rem;display:block;font-size:14px;line-height:1.9;font-family:\"ElizabethSerif\",Georgia,serif;font-size:12px;line-height:1.7}}@media only screen and (min-width: 53.126em){}@media only screen and (min-width: 64em){.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation-item-placeholder--sub-item-4 .headline__excerpt{font-size:14px;line-height:1.9}}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation-item-placeholder--sub-items .featured-link .headline--wrapper{margin-top:10px}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation-item-placeholder--sub-items .featured-link .headline--wrapper .featured-headline{display:block;height:auto;text-align:left;line-height:1.3}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation__first-item .headline__author{text-align:center}@media only screen and (max-width: 53.125em){.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .gmg-avatar{display:none}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item div:not(.curation__first-item) .featured-link{display:-webkit-box;display:flex;padding:1.125rem}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item div:not(.curation__first-item) .featured-link .featured-headline{margin-top:-5px;padding:0 10px}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item div:not(.curation__first-item) .featured-link .headline__author{padding:0 10px;margin-top:5px}}@media only screen{.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .featured-headline{line-height:1.3;font-size:18px}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation__first-item .featured-headline{line-height:1.3;font-size:28px}}@media only screen and (min-width: 53.126em){.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .featured-headline{font-size:16px}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation__first-item .headline--wrapper{-webkit-box-pack:center;justify-content:center;min-height:240px}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation__first-item .headline--wrapper .headline__author{text-align:center}}@media only screen and (min-width: 64em){.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .featured-headline{font-size:17px}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .curation__first-item .featured-headline{font-size:30px}}@media only screen and (min-width: 66.3em){.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item .featured-headline{font-size:18px}}.curation-main-container .curation__wrapper--whoomp #wrap-for-whoomp .featured-item .featured-image__wrapper{margin-bottom:0}.curation-main-container .curation__wrapper--whoomp #wrap-for-whoomp .featured-item .headline--wrapper{min-height:auto;-webkit-box-pack:inherit;justify-content:inherit;margin:0}.curation-main-container .curation__wrapper--whoomp #wrap-for-whoomp .featured-item .headline--wrapper a{width:100%;text-align:left}@media only screen and (max-width: 37.438em){.curation-main-container .curation__wrapper--whoomp #wrap-for-whoomp .featured-item--2{border-bottom:none;margin-bottom:1px;box-shadow:0px 1px 1px #aaa}}@media only screen{.curation-main-container .curation__wrapper--whoomp #wrap-for-whoomp .headline--wrapper{width:60%}.curation-main-container .curation__wrapper--whoomp #wrap-for-whoomp .featured-link a{width:40%}}@media only screen and (min-width: 53.126em){.curation-main-container .curation__wrapper--whoomp #wrap-for-whoomp .headline--wrapper,.curation-main-container .curation__wrapper--whoomp #wrap-for-whoomp .featured-link a{width:100%}.curation-main-container .curation__wrapper--whoomp #wrap-for-whoomp .featured-item:first-child{margin-left:inherit;margin-bottom:1.125rem}}@media only screen and (min-width: 53.126em){.curation-main-container .curation__wrapper--whoomp #wrap-for-whoomp.wrap-for-whoomp--4-items .headline__author{display:none}}@media only screen and (max-width: 37.438em){.curation-main-container .curation__wrapper--whoomp #wrap-for-whoomp.wrap-for-whoomp--4-items .featured-item--2{border-bottom:1px solid #ccc;margin-bottom:inherit;box-shadow:none}}@media only screen and (min-width: 53.126em){.curation-main-container .curation__wrapper--whoomp .featured-items{display:-webkit-box;display:flex;flex-wrap:nowrap}.curation-main-container .curation__wrapper--whoomp .featured-items #wrap-for-whoomp{display:-webkit-box;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;flex-shrink:3;margin-right:1.125rem}.curation-main-container .curation__wrapper--whoomp .featured-items #wrap-for-whoomp .featured-item{-webkit-box-flex:1;flex-grow:1}.curation-main-container .curation__wrapper--whoomp .featured-items #wrap-for-whoomp .featured-item .curation-item-placeholder{position:absolute;width:100%;height:100%}.curation-main-container .curation__wrapper--whoomp .featured-items #wrap-for-whoomp.wrap-for-whoomp--4-items{flex-shrink:1.7}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item:first-child{margin-right:1.125rem;flex-shrink:1.2}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item:last-child{flex-shrink:2}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item:last-child .curation-item-placeholder{position:absolute;width:100%;height:100%}.curation-main-container .curation__wrapper--whoomp .featured-items .featured-item:last-child.featured-item--4-item{flex-shrink:1.7;margin-right:0}}@media only screen and (min-width: 53.126em){.curation-main-container .curation__wrapper--whoomp .curation-item-placeholder .headline--wrapper{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;position:relative;text-align:center}}.curation-main-container.dui-override .curation-container .curation__highlight-post--first{position:static}.curation-container .curation__highlight-post--first .curation__highlight-post-link{display:-webkit-box;display:flex;position:absolute;left:0;top:0;right:0;bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:start;align-items:flex-start;-webkit-box-pack:end;justify-content:flex-end;padding-left:1.125rem;padding-bottom:20px}.curation-container .curation__highlight-post--first .curation__highlight-post-headline-container{width:50%}@media only screen and (max-width: 63.9em){.curation-container .curation__highlight-post--first .curation__highlight-post-headline-container{width:66%}}@media only screen and (max-width: 53.125em){.curation-container .curation__highlight-post--first .curation__highlight-post-headline-container{width:90%}}.curation-container .curation__inner--has-package .curation__highlight-post--first .curation__highlight-post-headline-container{width:50%}@media only screen and (max-width: 767px){.curation-container .curation__inner--has-package .curation__highlight-post--first .curation__highlight-post-headline-container{width:90%}}@media only screen and (max-width: 767px){.curation-container .curation__highlight-list{display:none}}.curation-tool-container .animationContainer{display:none}.curation__highlight-post{margin:0}.curation__highlight-post--first{width:50%;bottom:20px}@media only screen and (max-width: 63.9em){.curation__highlight-post--first{width:66%}}@media only screen and (max-width: 53.125em){.curation__highlight-post--first{width:90%}}.curation__inner--has-package .curation__highlight-post--first{width:50%}@media only screen and (min-width: 53.126em) and (max-width: 63.9em){.curation__inner--has-package .curation__highlight-post--first .curation__highlight-post-headline{font-size:36px;line-height:42px}}@media only screen and (max-width: 53.125em){.curation__inner--has-package .curation__highlight-post--first .curation__highlight-post-headline{font-size:26px;line-height:31px}}.curation-main-container.dui-override .curation__highlight-post--first{position:absolute}.curation__highlight-post--first .curation__highlight-post-headline{font-size:46px;line-height:54px}@media only screen and (min-width: 37.5em) and (max-width: 53.125em){.curation__highlight-post--first .curation__highlight-post-headline{font-size:36px;line-height:42px}}@media only screen and (max-width: 37.438em){.curation__highlight-post--first .curation__highlight-post-headline{font-size:26px;line-height:31px}}.curation__highlight-post--first-empty{width:50%;top:50%;bottom:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.curation__highlight-post--first-empty .curation__highlight-post-headline,.curation__highlight-post--first-empty .curation__highlight-post-headline:hover{background-color:transparent}.curation__highlight-post--empty .curation__highlight-post-headline,.curation__highlight-post--empty .curation__highlight-post-input{display:block}.curation__highlight-post--empty .curation__highlight-post-headline-text,.curation__highlight-post .curation__package-control-box,.curation__highlight-post .svg-icon{display:none}.curation__highlight-post-link:hover{text-decoration:none}.curation__highlight-post-input::-webkit-input-placeholder{text-transform:uppercase}.curation__highlight-post-input:-ms-input-placeholder,.curation__highlight-post-input::-ms-input-placeholder{text-transform:uppercase}.curation__highlight-post-input::placeholder{text-transform:uppercase}.curation__highlight-post--first.curation__highlight-post--first-empty .curation__highlight-post-input{margin:15px 0 0 15px;padding-bottom:0}.curation__highlight-post:not(.curation__highlight-post--empty) .curation__highlight-post-input{display:none !important}.curation__highlight-post-headline{background-color:rgba(0,0,0,0.8);color:#fff;display:inline;padding:0 10px;position:relative;-webkit-transition:all 100ms ease-in-out;transition:all 100ms ease-in-out;font-weight:normal;-webkit-box-decoration-break:clone;box-decoration-break:clone}.curation__highlight-post-headline:hover{background-color:#000}.curation__highlight-post-headline .highlight-post-headline-text[contenteditable=true]{cursor:text}.curation__highlight-list{width:33%;min-width:300px;max-width:360px;position:absolute;right:1.125rem;top:50%;bottom:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.curation__highlight-list .curation__highlight-post-headline{padding:0;margin:0;font-size:18px;display:block;-webkit-transition:none;transition:none}.curation__highlight-list .curation__highlight-post-headline,.curation__highlight-list .curation__highlight-post-headline:hover{background-color:transparent}.curation__highlight-list .curation__highlight-post-link{display:block;color:#fff}.curation-main-container.dui-override .curation__highlight-list .curation__highlight-post{padding:5px 40px 5px 15px;margin-bottom:0;position:relative}.curation-main-container.dui-override .curation__highlight-list .curation__highlight-post:hover{text-decoration:underline}.curation-main-container.dui-override .curation__highlight-list .curation__highlight-post:hover .svg-chevron{opacity:0.9}.curation-main-container.dui-override .curation__highlight-list .curation__highlight-post[draggable=true]:hover{background:rgba(0,0,0,0.8)}.curation-main-container.dui-override .curation__highlight-list .curation__highlight-post-input{font-size:18px}.curation-main-container.dui-override .curation__highlight-list .curation__highlight-post-input:hover{background-color:transparent}.curation__highlight-list .curation__highlight-post .svg-chevron,.curation__highlight-list .curation__highlight-post .svg-move-vertical{stroke:#fff;opacity:0.6;margin:0;position:absolute;right:12px;top:10px}.curation__highlight-list .curation__highlight-post .svg-chevron{display:block}.curation__highlight-list .curation__highlight-post .svg-trashcan{display:inline-block}.curation__highlight-list .curation__highlight-post .svg-move-vertical{top:8px;right:14px}.curation__highlight-list .curation__highlight-post .curation__package-control-box{top:-4px;left:-54px}.curation__highlight-list .curation__highlight-post .curation__package-control{padding-left:4px;padding-right:4px}.curation__highlight-list .curation__highlight-post[draggable=true]{cursor:move}.curation__highlight-list .curation__highlight-post[draggable=true].curation__highlight-post--selected .curation__package-control-box{display:-webkit-box;display:flex}.curation__highlight-list .curation__highlight-post[draggable=true]:hover .svg-move-vertical{display:block}.curation__highlight-list .curation__highlight-post[draggable=true]:hover .svg-chevron{display:none}.curation__inner--has-package .curation__highlight-list{padding:10px 0;background-color:rgba(0,0,0,0.6)}.curation__highlight-breaking-label{display:none;background-color:rgba(217,47,47,0.9);font-size:20px;color:#fff;padding:2px 10px 0;line-height:32px;text-transform:uppercase}@media only screen and (max-width: 37.438em){.curation__highlight-breaking-label{font-size:18px;line-height:27px}}.curation__package-control-box{position:absolute;z-index:101;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,0.3);border:1px solid rgba(0,0,0,0.3);border-radius:3px;padding:0 8px;margin:0;display:-webkit-box;display:flex;left:1.125rem;top:10px}.curation__package-control{padding:8px;cursor:pointer}.curation__package-control .svg-icon{opacity:1;margin:0}.curation__package-control:hover .svg-icon{stroke:#0093ec}.curation__image-upload{display:none;position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(255,255,255,0.8);z-index:102}.curation__collapse-icon,.curation__background[src=\"\"]{display:none}.curation-button{background:#0093ec;width:40px;height:40px;border-radius:50%;color:#fff;font-size:6em;position:absolute;z-index:1;text-align:center;cursor:pointer}.curation-button__add{top:50%;right:-2px;margin-top:-20px}.curation-button__add-row,.curation-button__remove-row{bottom:1px;left:50%;margin-left:-20px}.curation-button__highlight{top:auto;bottom:-20px;left:50%;margin-left:-20px;border:1px solid #fff}.curation-button .svg-icon{fill:none;stroke:#fff;opacity:0.7;-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out;vertical-align:top;margin-top:11px}.curation-button:hover .svg-icon{opacity:1}.featured-items{display:-webkit-box;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-box-pack:justify;justify-content:space-between;position:relative;padding:0}@media only screen and (min-width: 37.5em){.featured-items{padding:16px 0 21px}}.curation-item-placeholder__inner{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;-webkit-box-align:center;align-items:center;align-content:center;width:100%;height:100%;background-image:-webkit-linear-gradient(left, gray 50%, transparent 50%),-webkit-linear-gradient(left, gray 50%, transparent 50%),-webkit-linear-gradient(top, gray 50%, transparent 50%),-webkit-linear-gradient(top, gray 50%, transparent 50%);background-image:linear-gradient(to right, gray 50%, transparent 50%),linear-gradient(to right, gray 50%, transparent 50%),linear-gradient(to bottom, gray 50%, transparent 50%),linear-gradient(to bottom, gray 50%, transparent 50%);background-position:left top, left bottom, left top, right top;background-repeat:repeat-x, repeat-x, repeat-y, repeat-y;background-size:20px 1px, 20px 1px, 1px 20px, 1px 20px;background-color:#fff;padding:25px;cursor:pointer;position:absolute}.curation-item-placeholder__inner input[type=text]{border-bottom:1px #ccc solid;width:100%;-webkit-box-flex:1;flex:1 1 100%;-webkit-box-ordinal-group:2;order:1}.featured-item,.featured-item-placeholder{position:relative;width:100%}@media only screen and (min-width: 37.5em){.featured-item-placeholder .featured-link .headline--wrapper .headline__author,.featured-item .featured-link .headline--wrapper .headline__author,.featured-item-placeholder .featured-link .headline--wrapper .storytype-label-wrapper,.featured-item .featured-link .headline--wrapper .storytype-label-wrapper{display:none}}@media only screen and (max-width: 53.125em){.featured-item,.featured-item-placeholder{border-bottom:1px solid #e5e5e5}.featured-item-placeholder .curation-item-placeholder,.featured-item-placeholder .featured-link,.featured-item .curation-item-placeholder,.featured-item .featured-link{height:auto;padding-bottom:0}.featured-item-placeholder:hover .featured-link .headline--wrapper .featured-headline,.featured-item:hover .featured-link .headline--wrapper .featured-headline{background-color:transparent}.featured-item--3,.featured-item-placeholder--3,.featured-item-placeholder:last-child,.featured-item:last-child{border-bottom:none;box-shadow:0px 2px 1px #aaa}.featured-item-placeholder .featured-link,.featured-item .featured-link{display:-webkit-box;display:flex;background-color:transparent;padding:1.125rem}.featured-item-placeholder .featured-link .headline--wrapper,.featured-item .featured-link .headline--wrapper{position:relative}.featured-item-placeholder .featured-link .headline--wrapper .featured-headline,.featured-item .featured-link .headline--wrapper .featured-headline{display:block;height:auto;text-align:left;line-height:1.3;margin-bottom:0;background:none;color:#000000;font-weight:bold;font-size:18px;margin-top:-6px}.featured-item-placeholder .featured-link .headline--wrapper .headline__author,.featured-item .featured-link .headline--wrapper .headline__author{display:block;color:#aaa;font-size:14px;text-align:left;width:100%;padding:0 1.125rem}.featured-item-placeholder .featured-link .headline--wrapper .headline__author:hover:not(span),.featured-item .featured-link .headline--wrapper .headline__author:hover:not(span){text-decoration:underline}.featured-item-placeholder .curation__first-item .featured-link .headline--wrapper,.featured-item .curation__first-item .featured-link .headline--wrapper{padding:1.125rem 0}.featured-item-placeholder .curation__first-item .featured-link .headline--wrapper .featured-headline,.featured-item .curation__first-item .featured-link .headline--wrapper .featured-headline{padding:15px 2.25rem;padding-top:0;font-size:28px;text-align:center;margin-top:0}.featured-item-placeholder .curation__first-item .featured-link .headline--wrapper .headline__author,.featured-item .curation__first-item .featured-link .headline--wrapper .headline__author{text-align:center}}.featured-item-placeholder:last-child,.featured-item:last-child{margin-right:0}.dui .featured-item-placeholder .curation-item-placeholder__inner,.dui .featured-item .curation-item-placeholder__inner{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;-webkit-box-align:center;align-items:center;align-content:center;width:100%;height:100%;background-image:-webkit-linear-gradient(left, gray 50%, transparent 50%),-webkit-linear-gradient(left, gray 50%, transparent 50%),-webkit-linear-gradient(top, gray 50%, transparent 50%),-webkit-linear-gradient(top, gray 50%, transparent 50%);background-image:linear-gradient(to right, gray 50%, transparent 50%),linear-gradient(to right, gray 50%, transparent 50%),linear-gradient(to bottom, gray 50%, transparent 50%),linear-gradient(to bottom, gray 50%, transparent 50%);background-position:left top, left bottom, left top, right top;background-repeat:repeat-x, repeat-x, repeat-y, repeat-y;background-size:20px 1px, 20px 1px, 1px 20px, 1px 20px;background-color:#fff;padding:25px;cursor:pointer;position:absolute}.dui .featured-item-placeholder .curation-item-placeholder__inner input[type=text],.dui .featured-item .curation-item-placeholder__inner input[type=text]{border-bottom:1px #ccc solid;width:100%;-webkit-box-flex:1;flex:1 1 100%;-webkit-box-ordinal-group:2;order:1}@media only screen and (min-width: 53.126em){.featured-item-placeholder .featured-link,.featured-item .featured-link{display:block;background-color:#f5f5f5}}.featured-item-placeholder .headline--wrapper,.featured-item .headline--wrapper{position:absolute;bottom:0;left:0;right:20px}.featured-item-placeholder .featured-headline,.featured-item .featured-headline{background-color:rgba(0,0,0,0.7);display:inline;padding:0 10px;position:relative;-webkit-transition:all 100ms ease-in-out;transition:all 100ms ease-in-out;color:#fff;font-weight:normal;-webkit-box-decoration-break:clone;box-decoration-break:clone}.featured-item-placeholder .featured-image__wrapper,.featured-item .featured-image__wrapper{display:block}.featured-item-placeholder .featured-image__wrapper:before,.featured-item .featured-image__wrapper:before{display:block;content:'';position:absolute;z-index:1;left:0;right:0;top:0;bottom:0;background-color:#000;opacity:0;-webkit-transition:opacity 100ms ease-in-out;transition:opacity 100ms ease-in-out}.featured-item-placeholder .featured-image,.featured-item .featured-image{position:absolute;width:100%}.featured-item-placeholder .author--wrapper,.featured-item .author--wrapper{display:none}@media only screen and (min-width: 53.126em){.item--3 .featured-item,.item--3 .featured-item-placeholder{width:calc(100% / 3 - 14px)}.item--3 .featured-item-placeholder:nth-child(3),.item--3 .featured-item:nth-child(3){margin-right:0}.item--3 .featured-item-placeholder:nth-child(n+4),.item--3 .featured-item:nth-child(n+4){margin-top:21px}}.item--3 .featured-item-placeholder .featured-headline,.item--3 .featured-item .featured-headline{font-size:26px;line-height:31px}html.fallback-fonts .item--3 .featured-item-placeholder .featured-headline,html.fallback-fonts .item--3 .featured-item .featured-headline{font-family:\"Arial Narrow\",Arial,sans-serif;font-size:24.57px;line-height:32.178px;letter-spacing:0.5px}@media only screen and (max-width: 63.9em){.item--3 .featured-item-placeholder .headline--wrapper,.item--3 .featured-item .headline--wrapper{bottom:-2px}.item--3 .featured-item-placeholder .featured-headline,.item--3 .featured-item .featured-headline{font-size:22px;line-height:22px}html.fallback-fonts .item--3 .featured-item-placeholder .featured-headline,html.fallback-fonts .item--3 .featured-item .featured-headline{font-family:\"Arial Narrow\",Arial,sans-serif;font-size:20.79px;line-height:22.836px;letter-spacing:0.5px}}.browser-firefox .item--3 .featured-item-placeholder .featured-headline,.browser-firefox .item--3 .featured-item .featured-headline{font-size:25px;line-height:30px}@media only screen and (max-width: 63.9em){.browser-firefox .item--3 .featured-item-placeholder .headline--wrapper,.browser-firefox .item--3 .featured-item .headline--wrapper{bottom:-1px}.browser-firefox .item--3 .featured-item-placeholder .featured-headline,.browser-firefox .item--3 .featured-item .featured-headline{font-size:22px;line-height:24px}}@media only screen and (min-width: 53.126em){.item--4 .featured-item,.item--4 .featured-item-placeholder{width:calc(100% / 4 - 15.75px)}.item--4 .featured-item-placeholder:nth-child(4),.item--4 .featured-item:nth-child(4){margin-right:0}.item--4 .featured-item-placeholder:nth-child(n+5),.item--4 .featured-item:nth-child(n+5){margin-top:21px}}.item--4 .featured-item-placeholder .headline--wrapper,.item--4 .featured-item .headline--wrapper{bottom:-2px}.item--4 .featured-item-placeholder .featured-headline,.item--4 .featured-item .featured-headline{font-size:22px;line-height:22px}@media only screen and (min-width: 53.126em) and (max-width: 63.9em){.item--4 .featured-item-placeholder .featured-headline,.item--4 .featured-item .featured-headline{font-size:19px;line-height:20px}}.browser-firefox .item--4 .featured-item-placeholder .headline--wrapper,.browser-firefox .item--4 .featured-item .headline--wrapper{bottom:0}.browser-firefox .item--4 .featured-item-placeholder .featured-headline,.browser-firefox .item--4 .featured-item .featured-headline{line-height:27px}@media only screen and (min-width: 53.126em) and (max-width: 63.9em){.browser-firefox .item--4 .featured-item-placeholder .headline--wrapper,.browser-firefox .item--4 .featured-item .headline--wrapper{bottom:-1px}.browser-firefox .item--4 .featured-item-placeholder .featured-headline,.browser-firefox .item--4 .featured-item .featured-headline{line-height:23px}}.curation-errors{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column wrap;padding:0 25px}.curation-error--fetch,.curation-error--invalid{-webkit-box-flex:1;flex:1 1 100%;-webkit-box-ordinal-group:3;order:2;color:#eeb544;-webkit-transition:opacity 100ms ease-in-out;transition:opacity 100ms ease-in-out;pointer-events:none}.curation-error--invalid{height:0;opacity:0}.invalid-post-error .curation-error--invalid{opacity:1;height:auto}.curation-error--fetch{height:0;opacity:0}.fetch-error .curation-error--fetch{opacity:1;height:auto}.appleios .featured-item .headline--wrapper{bottom:0}.appleios .featured-item .featured-headline{line-height:27px}.appleios .item--3 .featured-item .featured-headline{line-height:32px}@media only screen and (max-width: 53.125em){.appleios .item--3 .featured-item .featured-headline{line-height:27px}}@media only screen and (min-width: 53.126em){.curation-item-placeholder,.featured-item .featured-link{height:0;padding-bottom:56.2%}}.featured-inline-toolbar li{display:inline-block;padding:8px;cursor:pointer}.featured-inline-toolbar li .svg-icon{opacity:1}.featured-inline-toolbar li.active .svg-icon,.featured-inline-toolbar li:hover .svg-icon{stroke:#0093ec;opacity:1}.curation-open .featured-item:hover .curation-item-placeholder,.curation-open .featured-item:hover .featured-link{outline:2px solid #86d1ff}.curation-open .featured-item:hover .curation-item-placeholder__inner{background-image:none}.curation-open .featured-item.selected .curation-item-placeholder,.curation-open .featured-item.selected .featured-link{outline:2px solid #0093ec}.curation-open .featured-item.selected .curation-item-placeholder__inner{background-image:none}.curation-open .featured-item:active .curation-item-placeholder__inner{border:1px solid #86d1ff;padding:24px;background-image:none}.curation-open .featured-item.dragover .curation-item-placeholder,.curation-open .featured-item.dragover .featured-link{outline:2px solid #0093ec;opacity:0.3}.curation-open .featured-item.dragover .curation-item-placeholder__inner{background-image:none}.curation-open .featured-item.loading .curation-item-placeholder__inner input,.curation-open .featured-item.selected.loading .curation-item-placeholder__inner input,.curation-open .featured-item.loading .curation-item-placeholder__inner .curation-error--invalid,.curation-open .featured-item.loading .curation-item-placeholder__inner .curation-error-fetch,.curation-open .featured-item.selected.loading .curation-item-placeholder__inner .curation-error--invalid,.curation-open .featured-item.selected.loading .curation-item-placeholder__inner .curation-error-fetch,.curation-open .featured-item.loading .featured-inline-toolbar,.curation-open .featured-item.selected.loading .featured-inline-toolbar{display:none}.curation-open .featured-item.fetch-error .curation-item-placeholder,.curation-open .featured-item.fetch-error .featured-link,.curation-open .featured-item.invalid-post-error .curation-item-placeholder,.curation-open .featured-item.invalid-post-error .featured-link{outline:2px solid #eeb544}.curation-open .featured-item.fetch-error .curation-item-placeholder__inner input[type=text],.curation-open .featured-item.invalid-post-error .curation-item-placeholder__inner input[type=text]{margin-top:24px;border-color:#eeb544;color:#eeb544}.curation-container .featured-item:hover .featured-image__wrapper:before{opacity:0.1}.curation-container .featured-item:hover .discussion-status-badge,.curation-container .featured-item:hover .featured-headline{background-color:#000}.curation-tool{max-width:1336px;margin:0 auto;position:relative;z-index:100}.curation-tool .curation-tool-wrapper{position:absolute;top:-19px;right:0;display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end;-webkit-box-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.curation-tool .select-component__button-wrapper{border-radius:34px}.curation-tool .select-component-list{margin-top:2px;border-top:1px solid #ccc;border-radius:4px}.curation-tool--saving .save-text,.curation-tool--show-controls .curation-tool-trigger,.curation-tool .curation-save-button,.curation-tool .curation-tool-close,.curation-tool .curation-tool-settings,.curation-tool .saving-text{display:none !important}.curation-tool--saving .saving-text,.curation-tool--show-controls .curation-save-button,.curation-tool--show-controls .curation-tool-close,.curation-tool--show-controls .curation-tool-settings{display:inline-block !important}.curation-tool .curation-save-button-wrapper{display:inline-block;margin-left:0;margin-right:5px}.curation-tool .curation-tool-settings{margin-right:5px;position:relative}.curation-tool .curation-tool-settings__dropdown{left:50%;top:38px;width:150px;margin-left:-77px}.curation-tool .curation-tool-settings__dropdown:before{left:50%;margin-left:-3px}.curation-tool .curation-tool-settings__dropdown:after{left:50%;margin-left:-4px}.curation-tool .curation-tool-settings__dropdown-item{background:transparent}.curation-tool .curation-tool-settings__setting{display:-webkit-inline-box;display:inline-flex;width:calc(100% - 20px);-webkit-box-pack:justify;justify-content:space-between;align-content:center;margin:10px;cursor:pointer}.curation-tool .curation-tool-settings__setting--highlight .curation-tool-settings__highlight-text{color:#0093ec}.curation-tool .curation-tool-settings__setting .toggle label{margin-top:3px}@media only screen and (max-width: 63.9em){.curation-tool .curation-save-button-wrapper,.curation-tool .curation-tool-trigger{display:none}}.curation-tool-container{margin-top:10px}.curation-tool .curation-tool-wrapper{top:-78px}.curation-tool[data-layout=Classic] .curation-tool-wrapper,.curation-tool[data-layout=Highlight] .curation-tool-wrapper{top:-70px}.featured-items--branded .featured-item .gmg-avatar{width:20px;position:absolute;z-index:2;right:0}.featured-items--branded .featured-item--avclub{border-top-color:#1c263c}.featured-items--branded .featured-item--earther{border-top-color:#0075b2}.featured-items--branded .featured-item--deadspin{border-top-color:#1b3a4d}.featured-items--branded .featured-item--gizmodo{border-top-color:#18afed}.featured-items--branded .featured-item--jalopnik{border-top-color:#ff4d00}.featured-items--branded .featured-item--jezebel{border-top-color:#ec1238}.featured-items--branded .featured-item--kotaku{border-top-color:#fbc000}.featured-items--branded .featured-item--lifehacker{border-top-color:#94b330}.featured-items--branded .featured-item--splinter{border-top-color:#f85637}.featured-items--branded .featured-item--theroot{border-top-color:#509b22}.ad-container{background-color:#fff;text-align:center}.ad-top{position:relative;z-index:97;line-height:0}.pe_newlayout .mezzanine .ad-top-banner{display:none}@media only screen and (min-width: 53.126em){.pe_newlayout .mezzanine .ad-top-banner{display:block;text-align:center}.pe_newlayout .mezzanine .ad-top-banner .ad-container{height:250px;max-width:970px;margin-left:auto;margin-right:auto;display:block;margin-bottom:20px;background-color:#fff}}.ad-unit.hide-contents{display:none}.newsletter-subscribe-wrapper{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}.newsletter-subscribe-wrapper.open{max-height:600px}.newsletter-subscribe{position:relative;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;max-width:540px;padding:14px 24px;background:#f5f5f5;margin-left:auto;margin-right:auto}@media only screen and (max-width: 53.125em){.newsletter-subscribe{padding:14px}}.newsletter-subscribe--email{display:block;padding-bottom:0}.newsletter-subscribe--email .newsletter-subscribe__copy{text-align:left}@media only screen and (max-width: 53.125em){.newsletter-subscribe--email .newsletter-subscribe__copy{margin-bottom:30px}}.newsletter-subscribe--email .newsletter-subscribe__cta{margin-top:10px;display:-webkit-box;display:flex;-webkit-box-align:start;align-items:flex-start;-webkit-box-pack:justify;justify-content:space-between}.newsletter-subscribe--email .newsletter-subscribe__cta .fielddescription{visibility:hidden}.newsletter-subscribe--email .newsletter-subscribe__cta .email__input{font-size:1rem;line-height:2rem;height:30px;padding-right:0}@media only screen and (max-width: 63.9em){.newsletter-subscribe--email .newsletter-subscribe__cta .email__input{font-size:.95rem}}.newsletter-subscribe--email .newsletter-subscribe__cta .button{padding-left:1rem;padding-right:1rem;margin:0;min-width:90px;word-wrap:normal}.newsletter-subscribe--email .field{padding:0 1rem 0 0;margin-bottom:0;width:100%}@media only screen and (max-width: 53.125em){.newsletter-subscribe--email .field{margin-bottom:0}}.inline .newsletter-subscribe{margin-left:auto;margin-right:auto}@media only screen and (min-width: 64em){.newsletter-subscribe{max-width:362px}}.newsletter-subscribe__copy{font-family:\"ProximaNovaCond\",sans-serif;text-align:left;margin-right:8px;font-size:16px;text-align:center}@media only screen and (max-width: 53.125em){.newsletter-subscribe__copy{font-size:20px}}.newsletter-subscribe__cta{display:block}@media only screen and (max-width: 66.25em){.newsletter-subscribe__cta{min-width:80px}}@media only screen and (max-width: 63.9em){.newsletter-subscribe__cta{min-width:127px}}.newsletter-subscribe__close{position:absolute;top:0;right:0;padding:6px 6px 8px 8px;cursor:pointer;display:block}.newsletter-subscribe__close svg{fill:#333;-webkit-transition:opacity 0.6;transition:opacity 0.6}.dui .newsletter-subscribe__close{position:absolute;top:0;right:0;padding:6px 6px 8px 8px;cursor:pointer;display:block}.dui .newsletter-subscribe__close svg{fill:#333;-webkit-transition:opacity 0.6;transition:opacity 0.6}.newsletter-btn--subscribe__nodismiss .newsletter-subscribe__close{display:none}footer .newsletter-btn{margin:0 auto}@media only screen and (min-width: 53.126em){.permalink footer .newsletter-btn{margin:0 0 30px 15px;text-align:left}}.newsletter-btn--mid-articles{margin-bottom:30px}.newsletter-btn--mid-articles .newsletter-subscribe{margin-bottom:0}.newsletter-btn--mid-articles:after{content:'';display:block;height:1px;background-color:#e5e5e5;margin-top:30px;margin-right:0}@media only screen and (min-width: 53.126em){.newsletter-btn--mid-articles:after{margin-right:60px}}.newsletter-extra__subscription{display:inline-block;width:33.333%;padding:20px;position:relative}@media only screen and (max-width: 37.438em){.newsletter-extra__subscription{width:50%}}.newsletter-extra__subscription svg.gmg-logo{width:100%}.newsletter-extra__subscription button.secondary{display:block;margin:0 auto}@media only screen and (max-width: 37.438em){.newsletter-extra__subscription button.secondary{padding:0 1.5rem;height:34px;border-radius:34px;line-height:34px;font-size:14px}}.newsletter-extra__logo{margin-bottom:1rem}.newsletter-extra__content,.newsletter-extra__logo{position:relative;line-height:100%}.newsletter-extra__message{position:absolute;left:0;right:0;top:0}.avclub .sidebar-content .newsletter-subscribe{border-color:#1C263C}.sidebar-content .newsletter-subscribe-wrapper{margin-top:30px}.sidebar-content .newsletter-subscribe--email{margin-top:0;border-top:2px solid}.sidebar-content .newsletter-subscribe--email .newsletter-subscribe__logo{display:none}.sidebar-content .newsletter-subscribe--email .newsletter-subscribe__close,.sidebar-content .newsletter-subscribe--email .newsletter-subscribe__options .checkbox__desc{display:block}.site-footer .newsletter-subscribe .newsletter-subscribe__options .newsletter-subscribe__option,.site-footer .newsletter-subscribe .newsletter-subscribe__options label{display:inline}.site-footer .newsletter-subscribe .newsletter-subscribe__options .newsletter-subscribe__option:first-child,.site-footer .newsletter-subscribe .newsletter-subscribe__options label:first-child{margin-right:1rem}.site-footer .newsletter-subscribe .newsletter-subscribe__options .checkbox__desc{display:none}.newsletter-subscribe-wrapper{background:#f5f5f5;padding:0}.newsletter-btn--subscribe{margin:0}.newsletter-subscribe{padding:26px 30px}.newsletter-subscribe--email .field{padding:0;min-height:60px}.newsletter-subscribe--email .field input{border-bottom-color:#666}.newsletter-subscribe--email .field .warningmessage{color:#ef7740;text-align:center;margin-bottom:8px}.newsletter-subscribe--email .field input.warninginput{border-color:#ef7740}.newsletter-subscribe--email .newsletter-subscribe__cta{margin-top:.5rem}.newsletter-subscribe--email .newsletter-subscribe__cta .email__input{text-align:center;font-size:1.125rem}.newsletter-subscribe--email .newsletter-subscribe__copy{text-align:center;margin:0}.newsletter-subscribe--email .newsletter-subscribe__button{margin-top:-8px}.newsletter-subscribe--email .newsletter-subscribe__button .button{margin:0.5rem auto;display:block;background-color:#666;font-weight:normal}.newsletter-subscribe--email .newsletter-subscribe__button .button:active,.newsletter-subscribe--email .newsletter-subscribe__button .button:focus,.newsletter-subscribe--email .newsletter-subscribe__button .button:hover{background-color:#333}.newsletter-subscribe--email .newsletter-subscribe__logo{text-align:center}.newsletter-subscribe--email .newsletter-subscribe__logo .gmg-logo{width:110px}.newsletter-subscribe--email .newsletter-subscribe__logo .gmg-logo.gmg-logo--gizmodo-es{margin:0 auto;width:175px}.newsletter-subscribe--email .newsletter-subscribe__options{text-align:center;margin-top:.5rem}.newsletter-subscribe--email .newsletter-subscribe__options .newsletter-subscribe__option{margin-bottom:0.5rem}.newsletter-subscribe--email .newsletter-subscribe__options label{text-align:center}.newsletter-subscribe--email .newsletter-subscribe__options input{margin:0 0.125rem 0 0}.newsletter-subscribe--email .newsletter-subscribe__options .checkbox__cta{padding-left:0.125rem}.newsletter-subscribe--email .newsletter-subscribe__options .checkbox__desc{padding-left:0.125rem;color:#aaa;font-weight:200}.newsletter-subscribe--email .newsletter-subscribe__close{position:static;padding:0;display:none;text-align:center;cursor:default;margin-top:1rem}.newsletter-subscribe--email .newsletter-subscribe__close span{-webkit-transition:color .4s ease-in-out,color .4s ease-in-out,color .4s ease-in-out;transition:color .4s ease-in-out,color .4s ease-in-out,color .4s ease-in-out;cursor:pointer;color:#666}.newsletter-subscribe--email .newsletter-subscribe__close span:hover{color:gray}.tp-iframe-wrapper{position:absolute;top:30%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}em,h1,h2,h3,h4,h5,p,span{text-rendering:optimizeLegibility}p{margin-bottom:1.25rem}h1,h2,h3,h4,h5,h6{line-height:1.3}@media only screen and (min-width: 37.5em){h1{font-size:2.38rem}h2{font-size:1.75rem}h3{font-size:1.56rem}h4{font-size:1.31rem}h5{font-size:1.19rem}h6{font-size:1rem}}.global-nav__left .f-dropdown-ct{min-width:300px}.windows .post p{font-weight:500}ol,ul{padding-left:0}.post-list--pe>.post-wrapper:last-child .postlist__item{border-bottom:0}.main__content .load-more,.searchpage .load-more{margin-bottom:40px}.main__content .load-more .load-more__button,.searchpage .load-more .load-more__button{margin-top:20px;text-align:center}.thumb-inset,.thumb-inset a{margin-bottom:20px}.thumb-inset a{display:block}.thumb-inset a,.thumb-inset a:focus,.thumb-inset a:hover{color:#000}.thumb-inset a.meta--native,.thumb-inset a:focus.meta--native,.thumb-inset a:hover.meta--native{text-decoration:none}.thumb-inset .img-border{height:0;padding-bottom:57%;margin-bottom:7px;overflow:hidden}.thumb-inset .meta--native{color:#aaa;display:inline-block;font-size:14px}.thumb-inset .meta--native .meta__blog_avatar{float:left;margin-bottom:5px;margin-right:10px;margin-top:-1px;position:relative;width:20px}.thumb-inset .meta--native .svg-sharedpost--small{margin-right:3px;margin-top:-3px}.thumb-inset .thumb{display:block;width:100%}.thumb-inset .inset-headline{font-size:16px;font-weight:bold;line-height:1.3;color:#333;display:block}.video-thumb-play{position:relative;display:block}.video-thumb-play .play-icon{display:block;position:absolute;left:10px;bottom:10px;width:28px;height:30px;border-radius:5px;background:rgba(0,0,0,0.6)}.video-thumb-play .svg-icon{opacity:0.8;width:28px;height:30px;margin-top:0}.video-thumb-play:hover .svg-icon{opacity:1}.marquee-asset .play-icon{width:38px;height:40px;border-radius:5px;background:rgba(0,0,0,0.6)}.marquee-asset .play-icon .svg-icon{opacity:0.8;width:38px;height:40px;stroke:#e5e5e5}.marquee-asset:hover .svg-icon{opacity:1}.lazy-image img{background:#f5f5f5;overflow:hidden}.lazy-image img.lazyloaded{background:none}.lazy-image img.ls-pre-lazy-img{height:100%;background:none}.lazy-image video{max-width:100%;height:auto}.lazy-image video::-webkit-media-controls-start-playback-button{display:none;-webkit-appearance:none}.lazy-image .lazy-image--blur{-webkit-filter:blur(4px);-moz-filter:blur(4px);filter:blur(4px)}.lazy-image .lazy-image--blur.lazyloaded{-webkit-filter:blur(0);-moz-filter:blur(0);filter:blur(0)}iframe.lazyload{background:#f5f5f5}.img-wrapper{overflow:hidden;position:relative}.img-wrapper img,.img-wrapper video{position:absolute;height:auto;top:0;bottom:0;left:0;right:0;width:100%}.lazy-gif{cursor:pointer;display:block}.lazy-gif,.lazy-gif .img-permalink-sub-wrapper{position:relative}@media only screen and (max-width: 37.438em){.lazy-gif .animationContainer{display:none}}.gif-play{-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.5s;transition-duration:.5s;position:absolute;bottom:10px;left:10px;font-size:12px;font-family:\"ProximaNovaCond\",sans-serif;padding:0 6px;border-radius:6px;color:rgba(255,255,255,0.8);background-color:rgba(0,0,0,0.79);cursor:pointer;opacity:1}.gif-play.gif-play--hidden{opacity:0}.gif-play .svg-icon{width:12px;height:12px;fill:#fff;opacity:0.8}.ls-pre-lazy-img{position:absolute;background-size:contain;z-index:10}.animationContainer{contain:strict;height:26px;width:40px;text-align:initial;padding:2px 0 0 7px;background:#000;position:absolute;z-index:11;bottom:10px;left:10px;border-radius:3px}.loading-animation__circle{border-radius:6px;position:absolute;top:10px;width:6px;height:6px;border:1px solid #aaa}.loading-animation__circle-1,.loading-animation__circle-4{-webkit-transform-origin:6px 6px;transform-origin:6px 6px}.loading-animation__circle-1{-webkit-animation:circle-1 0.65s cubic-bezier(0.51, 0, 0.21, 0.9) infinite;animation:circle-1 0.65s cubic-bezier(0.51, 0, 0.21, 0.9) infinite}.loading-animation__circle-2{-webkit-animation:circle-2 0.65s cubic-bezier(0.51, 0, 0.21, 0.9) infinite;animation:circle-2 0.65s cubic-bezier(0.51, 0, 0.21, 0.9) infinite}.loading-animation__circle-3{left:16px;-webkit-animation:circle-3 0.65s cubic-bezier(0.51, 0, 0.21, 0.9) infinite;animation:circle-3 0.65s cubic-bezier(0.51, 0, 0.21, 0.9) infinite}.loading-animation__circle-4{left:25px;-webkit-animation:circle-4 0.65s cubic-bezier(0.51, 0, 0.21, 0.9) infinite;animation:circle-4 0.65s cubic-bezier(0.51, 0, 0.21, 0.9) infinite}@-webkit-keyframes circle-1{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes circle-1{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes circle-2{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(9px);transform:translateX(9px)}}@keyframes circle-2{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(9px);transform:translateX(9px)}}@-webkit-keyframes circle-3{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(9px);transform:translateX(9px)}}@keyframes circle-3{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(9px);transform:translateX(9px)}}@-webkit-keyframes circle-4{0%{opacity:1;-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}to{opacity:0;-webkit-transform:scale(0) translateX(8px);transform:scale(0) translateX(8px)}}@keyframes circle-4{0%{opacity:1;-webkit-transform:scale(1) translateX(0);transform:scale(1) translateX(0)}to{opacity:0;-webkit-transform:scale(0) translateX(8px);transform:scale(0) translateX(8px)}}h2.first-text,h3.first-text,h4.first-text,h5.first-text,h6.first-text{white-space:pre-wrap}.hover-highlight:hover .timestamp a{text-decoration:underline}.post-item-dashboard .first-text:hover,.post-item-frontpage .first-text:hover,.post-item-profilepage .first-text:hover,.post-item-search .first-text:hover,.post-item-tag .first-text:hover{cursor:pointer}.recommended-package h5{margin:0}.recommended-package .icon{opacity:0.3}.reply-excerpt p{font-style:italic}.reply-excerpt p .read-more{font-style:normal}.f_story_tag_stream_on .postlist__item>.meta--pe{display:block}.postlist__item{box-sizing:border-box;margin-bottom:30px}.postlist__item:after{content:'';display:block;height:1px;background-color:#e5e5e5;margin-top:30px;margin-right:0}@media only screen and (min-width: 53.126em){.postlist__item:after{margin-right:60px}}.postlist__item:hover .meta--pe .post-dropdown-trigger{visibility:visible;-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}.postlist__item:hover .meta--pe .post-dropdown-trigger:hover{opacity:1}@media only screen and (min-width: 53.126em){.postlist__item .meta--pe{margin-bottom:15px}}@media only screen and (max-width: 53.125em){.postlist__item .meta--pe{flex-wrap:wrap}}@media screen and (min-width: 50rem) and (max-width: 87.5rem){.postlist__item .meta--pe .meta__data--comment{-webkit-box-ordinal-group:2;order:1}.postlist__item .meta--pe .meta__data--recommend{-webkit-box-ordinal-group:3;order:2}.postlist__item .meta--pe .meta__tools{-webkit-box-ordinal-group:1;order:0;position:relative}}.postlist__item .meta--pe .meta__byline a{white-space:nowrap}@media only screen and (min-width: 53.126em){.postlist__item .meta--pe .meta__byline{display:inline}}@media only screen and (max-width: 53.125em){.postlist__item .meta--pe .meta__byline:not(.multiple-authors){width:50%;margin-right:10px}.postlist__item .meta--pe .meta__byline.multiple-authors{width:100%;margin-bottom:15px}}.postlist__item .meta--pe .meta__container{display:inline}@media only screen and (min-width: 53.126em){.postlist__item .meta--pe .meta__container{width:100%}}@media only screen and (max-width: 53.125em){.postlist__item .meta--pe .meta__container{width:50%}}@media only screen and (max-width: 37.438em){.postlist__item .meta--pe .meta__container{width:auto}.postlist__item .meta--pe .meta__container.multiple-authors{padding-top:2px}.postlist__item .meta--pe .meta__container.multiple-authors+.meta__right{-webkit-box-align:normal;align-items:normal}.postlist__item .meta--pe .meta__container:not(.multiple-authors){width:50%}}.postlist__item .meta--pe .meta__container .meta__byline{width:auto}.postlist__item .meta--pe .meta__container .meta__time{white-space:nowrap}@media only screen and (max-width: 37.438em){.postlist__item .meta--pe .view-count-container{width:0}}@media only screen and (max-width: 37.438em){.postlist__item .meta--pe .meta__right{-webkit-box-align:end;align-items:flex-end;width:auto}}@media only screen and (max-width: 37.438em){.postlist__item .meta--pe .meta__data .text{margin-top:2px}}@media only screen and (max-width: 37.438em){.postlist__item .meta--pe .meta__tools{left:0}}@media screen and (min-width: 87.562rem){.postlist__item .meta--pe .meta__tools{position:absolute;display:-webkit-box;display:flex;width:24px;height:180px;top:0;right:-30px}}@media only screen and (min-width: 53.126em){.postlist__item .item__content,.postlist__item header{padding-right:60px}}.postlist__item .headline{font-size:24px;margin:10px 0}html.fallback-fonts .postlist__item .headline{font-family:\"Arial Narrow\",Arial,sans-serif;font-size:22.68px;line-height:1.349;letter-spacing:0.5px}.postlist__item .headline.featured{font-size:38px}html.fallback-fonts .postlist__item .headline.featured{font-family:\"Arial Narrow\",Arial,sans-serif;font-size:35.91px;line-height:1.349;letter-spacing:0.5px}@media only screen and (max-width: 37.438em){.postlist__item .headline.featured{font-size:32px}html.fallback-fonts .postlist__item .headline.featured{font-family:\"Arial Narrow\",Arial,sans-serif;font-size:30.24px;line-height:1.349;letter-spacing:0.5px}}.postlist__item .item__content{margin:0 -1.125rem;max-width:none;width:auto}.postlist__item .item__content:after,.postlist__item .item__content:before{content:\" \";display:table}.postlist__item .item__content:after{clear:both}.postlist__item .item__content .featured-post__featured-media--background-video{height:100%;width:100%}.postlist__item .asset{padding-left:1.125rem;padding-right:1.125rem;float:left;width:100%;margin:0 0 20px}@media only screen and (max-width: 37.438em){.postlist__item .asset{padding:0}}.postlist__item .asset img{width:100%}.postlist__item .asset img[data-sizes=auto],.postlist__item .asset video[data-sizes=auto]{display:block;width:100%}@media only screen and (max-width: 37.438em){.postlist__item .asset{float:none}}.postlist__item .excerpt{padding-left:1.125rem;padding-right:1.125rem;width:100%;float:left}@media only screen and (min-width: 37.5em){.postlist__item .excerpt{padding-left:1.125rem;padding-right:1.125rem;width:83.333%;float:left}.postlist__item .excerpt iframe{width:121.2%;max-width:121.2%}}.postlist__item .excerpt,.postlist__item .excerpt p{font-family:\"ElizabethSerif\",Georgia,serif;font-size:16px;line-height:1.7}html.fallback-fonts .postlist__item .excerpt,html.fallback-fonts .postlist__item .excerpt p{font-family:Georgia,serif;font-size:16.8px;line-height:1.649;letter-spacing:0.5px}.postlist__item .excerpt p{margin-bottom:0}@media only screen and (min-width: 37.5em){.postlist__item .item__content--thumb .asset{padding-left:1.125rem;padding-right:1.125rem;width:33.333%;float:left;margin-bottom:0}.postlist__item .item__content--thumb .excerpt{padding-left:1.125rem;padding-right:1.125rem;width:66.667%;float:left;padding-left:0}}.postlist__item iframe{max-width:100%}@media only screen and (min-width: 53.126em){.postlist__item header{position:relative}.postlist__item .meta--pe{display:inline-block}.postlist__item .meta--pe .multiple-authors{display:inline}.postlist__item .meta--pe .meta__byline:after{display:inline-block;content:'\\00B7';color:#aaa;margin:0 4px}.postlist__item .meta--pe .meta__right{position:absolute;right:0;top:0;width:24px;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}.postlist__item .meta--pe .meta__data{margin:0 0 15px}}.f_ssl_on iframe[data-src^=\"http:\"],.f_ssl_on iframe[src^=\"http:\"]{border:10px dashed #000}@media only screen and (max-width: 37.438em){.ad-promotions-container.postlist__item{width:100vw;margin:0 -1.125rem}}.ad-promotions-container .meta--pe{position:absolute;top:-10px;right:1.125rem}@media only screen and (min-width: 53.126em){.ad-promotions-container .meta--pe{top:0}}.ad-promotions-container.postlist__item:after{margin:0}body>img{display:none}.inner-wrap{padding-top:0;padding-bottom:1rem}@media only screen and (max-width: 53.125em){.inner-wrap{padding-top:0}}.page.row{margin-top:10px}.main-column{float:right}@media only screen and (width: 1024px){.main-column{margin-right:-1px}}@media only screen and (min-width: 37.5em) and (max-width: 53.125em){.main-column{max-width:39.75rem;margin:0 auto;float:none}}body:not(.permalink) .main-column{padding-top:5px}.f_splashy_ad_on #splashy-ad-container-top.no-overflow{overflow:hidden}.f_splashy_ad_on #splashy-ad-container-top .static-fallback{padding:20px 0}.f_splashy_ad_on #splashy-ad-container-top .static-fallback .centered{margin:0 auto}.f_splashy_ad_on #splashy-ad-container-top.bottom-border{border-bottom:1px solid #e5e5e5}.pe_newlayout .mezzanine{width:100%;text-align:center}.pe_newlayout .mezzanine .ad-top-banner{border-bottom:1px solid #e5e5e5;margin-top:20px}.pe_newlayout .mezzanine .ad-top-banner div{margin-bottom:20px}.pe_newlayout .mezzanine .ad-top-banner div iframe{margin:0 auto}@media only screen and (max-width: 969px){.pe_newlayout .mezzanine .ad-container{display:none}}@media only screen and (max-width: 63.9em){.pe_newlayout.editor-open .page{overflow:visible}}.pe_newlayout .page{margin:0 auto;max-width:63rem;width:100%;max-width:1336px}.pe_newlayout .page:after,.pe_newlayout .page:before{content:\" \";display:table}.pe_newlayout .page:after{clear:both}@media only screen and (min-width: 53.126em){.pe_newlayout .page{overflow:visible}}.pe_newlayout .sidebar{display:none}.pe_newlayout .main,.pe_newlayout .sidebar{padding:0 1.125rem;position:relative}.pe_newlayout .sidebar__content{min-width:300px;max-width:360px;float:left}.pe_newlayout .reading-list .sidebar__content{width:100%}.pe_newlayout .reading-list .sidebar__content .ad-container{margin:0 auto 31px}.pe_newlayout .reading-list .sidebar__content .ad-promotion-sidebar{max-width:360px}.pe_newlayout .reading-list .sidebar__content .ad-promotion-sidebar .ad-container{height:310px}.pe_newlayout .reading-list .sidebar__content .ad-promotion-sidebar .ad-container.js_slot-hidden{display:none}.pe_newlayout .main__content{width:100%;max-width:800px;padding-top:35px;margin:0 auto}@media only screen and (min-width: 64em){.pe_newlayout .page{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-pack:end;justify-content:flex-end}.pe_newlayout .single-column{margin:2rem auto}.pe_newlayout .sidebar{display:block;width:33.5%;float:left;-webkit-box-ordinal-group:1;order:0;border-right:1px solid #e5e5e5}.pe_newlayout .main{width:66.5%;float:right;-webkit-box-ordinal-group:2;order:1;border-left:1px solid #e5e5e5;left:-1px}.pe_newlayout .main__content{float:right}.pe_newlayout .footer__items{background-color:#fff;width:66.5%;float:right;padding:0 2%;left:auto}.pe_newlayout .footer__inner{max-width:800px;margin-left:auto;margin-right:auto}.pe_newlayout .footer__nav{right:auto}}.pe_newlayout .basement{width:100%;text-align:center}.pe_newlayout .basement .ad-unit{border-top:1px solid #e5e5e5}.pe_newlayout .basement .ad-unit .ad-container{margin:20px auto 13px}@media only screen and (max-width: 969px){.pe_newlayout .basement .ad-container{display:none}}.pe_newlayout .scroll-list-break{width:100%;text-align:center}.pe_newlayout .scroll-list-break .ad-unit{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.pe_newlayout .scroll-list-break .ad-unit .ad-container{margin:20px auto}@media only screen and (min-width: 53.126em){.pe_newlayout .scroll-list-break .ad-unit.ad-infinite-scroll-ad-mobile{display:none}}.pe_newlayout .scroll-list-break .ad-unit.ad-infinite-scroll-ad-mobile iframe{margin:auto}@media only screen and (max-width: 53.125em){.pe_newlayout .scroll-list-break .ad-unit.ad-infinite-scroll-ad{display:none}}.pe_newlayout .scroll-list-break .ad-unit.ad-infinite-scroll-ad iframe{margin:auto}.pe_newlayout .kinja-logo-divider,.pe_newlayout .kinja-logo-divider hr{margin-top:0}.pe_newlayout .kinja-logo-divider hr{border-color:#e5e5e5}.pe_newlayout .post .marquee-asset img{width:100%}.pe_newlayout .ad-google-adx,.pe_newlayout .google-adx{max-width:800px;margin-left:auto;margin-right:auto}@media only screen and (max-width: 37.438em){.pe_newlayout.permalink .main{padding:0}}.pe_newlayout.featured-post .page{max-width:none}.pe_newlayout.featured-post .main{float:none;border:0;width:100%;margin:0 auto}.pe_newlayout.featured-post .main__content{float:none;max-width:none;padding-top:0}.f_infinite_right_rail_on .page{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.f_infinite_right_rail_on .sidebar__content{float:right}@media only screen and (min-width: 64em){.f_infinite_right_rail_on .sidebar{border-right:none;border-left:1px solid #e5e5e5}.f_infinite_right_rail_on .main{border-left:none;border-right:1px solid #e5e5e5;left:auto;right:-1px}.f_infinite_right_rail_on .main__content{float:left}}@media only screen and (max-width: 53.125em){.f_enhance_mobile_nav_on.pe_newlayout .main__content{padding-top:1.125rem}}.permalink .post-wrapper{margin:0 -1.125rem;max-width:none;width:auto}.permalink .post-wrapper:after,.permalink .post-wrapper:before{content:\" \";display:table}.permalink .post-wrapper:after{clear:both}@media only screen and (max-width: 37.438em){.permalink .post-wrapper{margin:0}}.permalink .post{padding-left:0;padding-right:0;width:100%;float:left;margin-bottom:2.5rem;box-sizing:border-box}.permalink .post .read-more-container,.permalink .post__content-wrapper{padding-left:1.125rem;padding-right:1.125rem}@media only screen and (min-width: 64em){.permalink .post .meta--pe .post-dropdown-trigger{visibility:visible}}@media only screen and (min-width: 88em){.permalink .post .meta--pe .post-dropdown-trigger{visibility:hidden}}.permalink .post:hover .meta--pe .post-dropdown-trigger{visibility:visible;-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}.permalink .post:hover .meta--pe .post-dropdown-trigger:hover{opacity:1}.permalink .post .headline{font-size:40px;line-height:1.2;margin-top:0;margin-bottom:1rem}@media only screen and (max-width: 37.438em){.permalink .post .headline{font-size:32px}}.permalink .post .headline.meta--none{margin-bottom:1.5625rem;margin-top:0.9375rem}.permalink .post .meta--pe{margin-bottom:24px}@media only screen and (max-width: 37.438em){.permalink .post .meta--pe{margin-bottom:15px}}@media only screen and (max-width: 37.438em){.permalink .post .meta--pe.hideauthorinfo{-webkit-box-align:end;align-items:flex-end}}@media only screen and (max-width: 37.438em){.permalink .post .meta--pe.hideauthorinfo .meta__container,.permalink .post .meta--pe.hideauthorinfo .meta__right{width:auto}}@media only screen and (max-width: 37.438em){.permalink .post .meta--pe.hideauthorinfo .meta__container{margin-bottom:0}}.permalink .post .meta--pe:first-child{margin-bottom:16px}.permalink .post .meta--pe .meta__container{width:100%}@media only screen and (max-width: 37.438em){.permalink .post .meta--pe .meta__container{margin-bottom:15px}}.permalink .post .meta--pe .meta__byline{width:calc(100% - 50px)}.permalink .post .meta--pe .meta__tools{position:relative;left:10px}@media only screen and (max-width: 37.438em){.permalink .post .meta--pe .meta__tools{position:initial}}@media only screen and (max-width: 53.125em){.permalink .post .meta--pe .meta__time{display:inline-block}}.permalink .post .meta--pe .meta__label:after{content:''}@media only screen and (max-width: 37.438em){.permalink .post .meta--pe .meta__right{-webkit-box-pack:end;justify-content:flex-end}}@media only screen and (max-width: 37.438em){.permalink .post .meta--pe .view-count-container{-webkit-box-align:start;align-items:flex-start}}.permalink .post .permalink--promoted{text-align:left}.permalink .post .permalink--promoted .img--16x9{height:auto;padding-bottom:0}.permalink .post .permalink--promoted .img--16x9.partial-width{padding-left:1.12rem;padding-right:1.12rem;background-color:#fff}.permalink .post .permalink--promoted .headline{font-size:20px;padding-left:1.12rem;padding-right:1.12rem}.permalink .post .permalink--promoted .meta--source{font-size:14px;font-weight:normal;color:#aaa;padding:0.4rem 1.12rem 0}.permalink .post .permalink--promoted .meta--source strong{font-weight:normal}.permalink .post .permalink--promoted .excerpt.entry-summary{padding-left:1.12rem;padding-right:1.12rem}.windows .post-content dl,.windows .post-content ol,.windows .post-content p,.windows .post-content ul{font-weight:500}.editor h2.align--center,.editor h3.align--center,.editor h4.align--center,.featured-post h2.align--center,.featured-post h3.align--center,.featured-post h4.align--center{text-align:center}.editor h2.align--right,.editor h3.align--right,.editor h4.align--right,.featured-post h2.align--right,.featured-post h3.align--right,.featured-post h4.align--right{text-align:right}.editor .editor-inner blockquote,.editor .editor-inner dl,.editor .editor-inner ol,.editor .editor-inner p,.editor .editor-inner ul,.post-content blockquote,.post-content dl,.post-content ol,.post-content p,.post-content ul{font-family:\"ElizabethSerif\",Georgia,serif;font-weight:400;font-size:16px;line-height:29px}html.fallback-fonts .editor .editor-inner blockquote,html.fallback-fonts .editor .editor-inner dl,html.fallback-fonts .editor .editor-inner ol,html.fallback-fonts .editor .editor-inner p,html.fallback-fonts .editor .editor-inner ul,html.fallback-fonts .post-content blockquote,html.fallback-fonts .post-content dl,html.fallback-fonts .post-content ol,html.fallback-fonts .post-content p,html.fallback-fonts .post-content ul{font-family:Georgia,serif;font-size:16.8px;line-height:28.13px;letter-spacing:0.5px}@media only screen and (max-width: 37.438em){.editor .editor-inner blockquote,.editor .editor-inner dl,.editor .editor-inner ol,.editor .editor-inner p,.editor .editor-inner ul,.post-content blockquote,.post-content dl,.post-content ol,.post-content p,.post-content ul{font-size:15px;line-height:28px}html.fallback-fonts .editor .editor-inner blockquote,html.fallback-fonts .editor .editor-inner dl,html.fallback-fonts .editor .editor-inner ol,html.fallback-fonts .editor .editor-inner p,html.fallback-fonts .editor .editor-inner ul,html.fallback-fonts .post-content blockquote,html.fallback-fonts .post-content dl,html.fallback-fonts .post-content ol,html.fallback-fonts .post-content p,html.fallback-fonts .post-content ul{font-family:Georgia,serif;font-size:15.75px;line-height:27.16px;letter-spacing:0.5px}}@media only screen and (min-width: 90.062em){.editor .editor-inner blockquote,.editor .editor-inner dl,.editor .editor-inner ol,.editor .editor-inner p,.editor .editor-inner ul,.post-content blockquote,.post-content dl,.post-content ol,.post-content p,.post-content ul{font-size:17px;line-height:32px}html.fallback-fonts .editor .editor-inner blockquote,html.fallback-fonts .editor .editor-inner dl,html.fallback-fonts .editor .editor-inner ol,html.fallback-fonts .editor .editor-inner p,html.fallback-fonts .editor .editor-inner ul,html.fallback-fonts .post-content blockquote,html.fallback-fonts .post-content dl,html.fallback-fonts .post-content ol,html.fallback-fonts .post-content p,html.fallback-fonts .post-content ul{font-family:Georgia,serif;font-size:17.85px;line-height:31.04px;letter-spacing:0.5px}}.editor .editor-inner .google-adx,.editor .editor-inner .inset--story,.editor .editor-inner .instream-permalink,.editor .editor-inner .pullquote,.editor .editor-inner .quotable,.editor .editor-inner .referenced-fullwidth,.editor .editor-inner .storytype-boilerplate,.editor .editor-inner>span,.editor .editor-inner blockquote,.editor .editor-inner figure,.editor .editor-inner h1,.editor .editor-inner h2,.editor .editor-inner h3,.editor .editor-inner h4,.editor .editor-inner h5,.editor .editor-inner h6,.editor .editor-inner hr,.editor .editor-inner ol,.editor .editor-inner p,.editor .editor-inner pre,.editor .editor-inner ul,.post-content .google-adx,.post-content .inset--story,.post-content .instream-permalink,.post-content .pullquote,.post-content .quotable,.post-content .referenced-fullwidth,.post-content .storytype-boilerplate,.post-content>span,.post-content blockquote,.post-content figure,.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6,.post-content hr,.post-content ol,.post-content p,.post-content pre,.post-content ul{max-width:636px;margin-left:auto;margin-right:auto}.editor .editor-inner .storytype-boilerplate,.post-content .storytype-boilerplate{margin-bottom:25px}.editor .editor-inner .ad-container,.post-content .ad-container{margin:0;width:auto}.editor .editor-inner .ad-container:after,.editor .editor-inner .ad-container:before,.post-content .ad-container:after,.post-content .ad-container:before{display:inline}.editor .editor-inner .ad-container:after,.post-content .ad-container:after{clear:none}.editor .editor-inner .ad-container.ad-loaded,.post-content .ad-container.ad-loaded{clear:both;margin:0 auto;max-width:63rem;width:100%}.editor .editor-inner .ad-container.ad-loaded:after,.editor .editor-inner .ad-container.ad-loaded:before,.post-content .ad-container.ad-loaded:after,.post-content .ad-container.ad-loaded:before{content:\" \";display:table}.editor .editor-inner .ad-container.ad-loaded:after,.post-content .ad-container.ad-loaded:after{clear:both}.editor .editor-inner .ad-container.ad-loaded .ad-instream.ad-instream--elastic,.post-content .ad-container.ad-loaded .ad-instream.ad-instream--elastic{width:100%}.editor .editor-inner .ad-container .instream-permalink,.post-content .ad-container .instream-permalink{margin-top:3rem;margin-bottom:4.5rem}.editor .editor-inner .ad-container .instream-permalink:before,.post-content .ad-container .instream-permalink:before{border-top:1px solid #e5e5e5;padding-top:9px}.editor .editor-inner p.media-large.has-custom-embed,.post-content p.media-large.has-custom-embed{max-width:none}.editor .editor-inner>span,.post-content>span{display:block}.editor .editor-inner p:last-child,.editor .editor-inner p:only-child,.post-content p:last-child,.post-content p:only-child,.editor .editor-inner p:last-child.has-embed .flex-video,.editor .editor-inner p:last-child.has-image img,.editor .editor-inner p:only-child.has-embed .flex-video,.editor .editor-inner p:only-child.has-image img,.post-content p:last-child.has-embed .flex-video,.post-content p:last-child.has-image img,.post-content p:only-child.has-embed .flex-video,.post-content p:only-child.has-image img{margin-bottom:0}.editor .editor-inner p:last-child.has-embed .flex-video .recommend,.editor .editor-inner p:last-child.has-image img .recommend,.editor .editor-inner p:only-child.has-embed .flex-video .recommend,.editor .editor-inner p:only-child.has-image img .recommend,.post-content p:last-child.has-embed .flex-video .recommend,.post-content p:last-child.has-image img .recommend,.post-content p:only-child.has-embed .flex-video .recommend,.post-content p:only-child.has-image img .recommend{right:48px}.editor .editor-inner .asset-loading,.post-content .asset-loading{border:1px solid rgba(0,0,0,0.1);background:#f5f5f5 url(\"//x.kinja-static.com/assets/images/loader-editor-imageplaceholder.gif\") center no-repeat}.editor .editor-inner .asset-loading img,.post-content .asset-loading img{display:none}.editor .editor-inner .has-embed,.editor .editor-inner .has-image,.editor .editor-inner .has-video,.post-content .has-embed,.post-content .has-image,.post-content .has-video{margin-bottom:0;width:100%;clear:left}.editor .editor-inner .embed-iframe,.editor .editor-inner .embed-inset,.post-content .embed-iframe,.post-content .embed-inset{clear:left}.editor .editor-inner .has-image.has-image,.editor .editor-inner .has-video.has-video,.post-content .has-image.has-image,.post-content .has-video.has-video{margin-top:0;margin-bottom:1.5rem;position:relative}.editor .editor-inner .has-image.has-image.media-large,.editor .editor-inner .has-video.has-video.media-large,.post-content .has-image.has-image.media-large,.post-content .has-video.has-video.media-large{max-width:800px}.editor .editor-inner .has-image.has-image.media-large,.editor .editor-inner .has-image.has-image.media-medium,.editor .editor-inner .has-image.has-image.media-small,.editor .editor-inner .has-video.has-video.media-large,.editor .editor-inner .has-video.has-video.media-medium,.editor .editor-inner .has-video.has-video.media-small,.post-content .has-image.has-image.media-large,.post-content .has-image.has-image.media-medium,.post-content .has-image.has-image.media-small,.post-content .has-video.has-video.media-large,.post-content .has-video.has-video.media-medium,.post-content .has-video.has-video.media-small{width:auto;text-align:center}.editor .editor-inner .has-image.has-image.media-medium .lightbox-wrapper,.editor .editor-inner .has-image.has-image.media-small .lightbox-wrapper,.editor .editor-inner .has-video.has-video.media-medium .lightbox-wrapper,.editor .editor-inner .has-video.has-video.media-small .lightbox-wrapper,.post-content .has-image.has-image.media-medium .lightbox-wrapper,.post-content .has-image.has-image.media-small .lightbox-wrapper,.post-content .has-video.has-video.media-medium .lightbox-wrapper,.post-content .has-video.has-video.media-small .lightbox-wrapper{display:inline-block;max-width:100%}@media only screen and (min-width: 37.5em){.editor .editor-inner .has-image.has-image.media-small,.editor .editor-inner .has-video.has-video.media-small,.post-content .has-image.has-image.media-small,.post-content .has-video.has-video.media-small{max-width:400px;float:left;margin:0.5rem 1.125rem 0.5rem 0}}@media only screen and (max-width: 53.125em){.editor .editor-inner .has-image.has-image.media-large,.editor .editor-inner .has-image.has-image.media-medium,.editor .editor-inner .has-video.has-video.media-large,.editor .editor-inner .has-video.has-video.media-medium,.post-content .has-image.has-image.media-large,.post-content .has-image.has-image.media-medium,.post-content .has-video.has-video.media-large,.post-content .has-video.has-video.media-medium{width:auto;margin-left:-1.125rem;margin-right:-1.125rem}.editor .editor-inner .has-image.has-image.media-large .video-embed__caption,.editor .editor-inner .has-image.has-image.media-large figcaption,.editor .editor-inner .has-image.has-image.media-medium .video-embed__caption,.editor .editor-inner .has-image.has-image.media-medium figcaption,.editor .editor-inner .has-video.has-video.media-large .video-embed__caption,.editor .editor-inner .has-video.has-video.media-large figcaption,.editor .editor-inner .has-video.has-video.media-medium .video-embed__caption,.editor .editor-inner .has-video.has-video.media-medium figcaption,.post-content .has-image.has-image.media-large .video-embed__caption,.post-content .has-image.has-image.media-large figcaption,.post-content .has-image.has-image.media-medium .video-embed__caption,.post-content .has-image.has-image.media-medium figcaption,.post-content .has-video.has-video.media-large .video-embed__caption,.post-content .has-video.has-video.media-large figcaption,.post-content .has-video.has-video.media-medium .video-embed__caption,.post-content .has-video.has-video.media-medium figcaption{padding:0 1.125rem}}.editor .editor-inner .has-image.has-image.media-small.align--center,.editor .editor-inner .has-video.has-video.media-small.align--center,.post-content .has-image.has-image.media-small.align--center,.post-content .has-video.has-video.media-small.align--center{max-width:none;float:none;padding:0;margin:0 0 1.5rem}.editor .editor-inner .has-image.has-image.align--left,.editor .editor-inner .has-video.has-video.align--left,.post-content .has-image.has-image.align--left,.post-content .has-video.has-video.align--left{max-width:400px;float:left;margin:0.5rem 1.125rem 0.5rem 0;clear:left}.editor .editor-inner .has-image.has-image.align--right,.editor .editor-inner .has-video.has-video.align--right,.post-content .has-image.has-image.align--right,.post-content .has-video.has-video.align--right{max-width:400px;float:right;margin:0.5rem 0 0.5rem 1.125rem;clear:right}.editor .editor-inner .has-image.has-image.align--center,.editor .editor-inner .has-video.has-video.align--center,.post-content .has-image.has-image.align--center,.post-content .has-video.has-video.align--center{float:none}.editor .editor-inner .has-image.has-image.align--center .lightbox-wrapper,.editor .editor-inner .has-video.has-video.align--center .lightbox-wrapper,.post-content .has-image.has-image.align--center .lightbox-wrapper,.post-content .has-video.has-video.align--center .lightbox-wrapper{display:inline-block}.editor .editor-inner .has-image.has-image.align--bleed,.editor .editor-inner .has-video.has-video.align--bleed,.post-content .has-image.has-image.align--bleed,.post-content .has-video.has-video.align--bleed{clear:both}.editor .editor-inner .has-image.has-image.align--bleed .lightbox-wrapper,.editor .editor-inner .has-video.has-video.align--bleed .lightbox-wrapper,.post-content .has-image.has-image.align--bleed .lightbox-wrapper,.post-content .has-video.has-video.align--bleed .lightbox-wrapper{width:100%}@media only screen and (max-width: 53.125em){.editor .editor-inner.reply-content .has-media.media-large,.editor .editor-inner.reply-content .has-media.media-medium,.editor .editor-inner.reply__content .has-media.media-large,.editor .editor-inner.reply__content .has-media.media-medium,.post-content.reply-content .has-media.media-large,.post-content.reply-content .has-media.media-medium,.post-content.reply__content .has-media.media-large,.post-content.reply__content .has-media.media-medium{margin-left:auto;margin-right:auto}}.f_use_dap_on .editor .editor-inner figure,.f_use_dap_on .post-content figure{margin-top:0;margin-bottom:1.5rem}.f_use_dap_on .editor .editor-inner aside.align--bleed,.f_use_dap_on .editor .editor-inner figure.align--bleed,.f_use_dap_on .editor .editor-inner p.align--bleed,.f_use_dap_on .post-content aside.align--bleed,.f_use_dap_on .post-content figure.align--bleed,.f_use_dap_on .post-content p.align--bleed{max-width:none;clear:left}@media only screen and (max-width: 53.125em){.f_use_dap_on .editor .editor-inner aside.align--bleed,.f_use_dap_on .editor .editor-inner figure.align--bleed,.f_use_dap_on .editor .editor-inner p.align--bleed,.f_use_dap_on .post-content aside.align--bleed,.f_use_dap_on .post-content figure.align--bleed,.f_use_dap_on .post-content p.align--bleed{margin-left:-1.125rem;margin-right:-1.125rem}.f_use_dap_on .editor .editor-inner aside.align--bleed .video-embed__caption,.f_use_dap_on .editor .editor-inner aside.align--bleed figcaption,.f_use_dap_on .editor .editor-inner figure.align--bleed .video-embed__caption,.f_use_dap_on .editor .editor-inner figure.align--bleed figcaption,.f_use_dap_on .editor .editor-inner p.align--bleed .video-embed__caption,.f_use_dap_on .editor .editor-inner p.align--bleed figcaption,.f_use_dap_on .post-content aside.align--bleed .video-embed__caption,.f_use_dap_on .post-content aside.align--bleed figcaption,.f_use_dap_on .post-content figure.align--bleed .video-embed__caption,.f_use_dap_on .post-content figure.align--bleed figcaption,.f_use_dap_on .post-content p.align--bleed .video-embed__caption,.f_use_dap_on .post-content p.align--bleed figcaption{padding:0 1.125rem}}.f_use_dap_on .editor .editor-inner aside.align--bleed img,.f_use_dap_on .editor .editor-inner figure.align--bleed img,.f_use_dap_on .editor .editor-inner p.align--bleed img,.f_use_dap_on .post-content aside.align--bleed img,.f_use_dap_on .post-content figure.align--bleed img,.f_use_dap_on .post-content p.align--bleed img{width:100%}.f_use_dap_on .editor .editor-inner aside.align--bleed .img-wrapper,.f_use_dap_on .editor .editor-inner figure.align--bleed .img-wrapper,.f_use_dap_on .editor .editor-inner p.align--bleed .img-wrapper,.f_use_dap_on .post-content aside.align--bleed .img-wrapper,.f_use_dap_on .post-content figure.align--bleed .img-wrapper,.f_use_dap_on .post-content p.align--bleed .img-wrapper{margin-left:auto;margin-right:auto}.f_use_dap_on .editor .editor-inner aside.align--center:not(.pullquote):not(.reviewbox-inset).video-embed,.f_use_dap_on .editor .editor-inner figure.align--center:not(.pullquote):not(.reviewbox-inset).video-embed,.f_use_dap_on .editor .editor-inner p.align--center:not(.pullquote):not(.reviewbox-inset).video-embed,.f_use_dap_on .post-content aside.align--center:not(.pullquote):not(.reviewbox-inset).video-embed,.f_use_dap_on .post-content figure.align--center:not(.pullquote):not(.reviewbox-inset).video-embed,.f_use_dap_on .post-content p.align--center:not(.pullquote):not(.reviewbox-inset).video-embed{max-width:636px;margin-left:auto;margin-right:auto}@media only screen and (max-width: 37.438em){.f_use_dap_on .editor .editor-inner aside.align--center:not(.pullquote):not(.reviewbox-inset),.f_use_dap_on .editor .editor-inner figure.align--center:not(.pullquote):not(.reviewbox-inset),.f_use_dap_on .editor .editor-inner p.align--center:not(.pullquote):not(.reviewbox-inset),.f_use_dap_on .post-content aside.align--center:not(.pullquote):not(.reviewbox-inset),.f_use_dap_on .post-content figure.align--center:not(.pullquote):not(.reviewbox-inset),.f_use_dap_on .post-content p.align--center:not(.pullquote):not(.reviewbox-inset){margin-left:-1.125rem;margin-right:-1.125rem;margin-left:auto;margin-right:auto}.f_use_dap_on .editor .editor-inner aside.align--center:not(.pullquote):not(.reviewbox-inset) .video-embed__caption,.f_use_dap_on .editor .editor-inner aside.align--center:not(.pullquote):not(.reviewbox-inset) figcaption,.f_use_dap_on .editor .editor-inner figure.align--center:not(.pullquote):not(.reviewbox-inset) .video-embed__caption,.f_use_dap_on .editor .editor-inner figure.align--center:not(.pullquote):not(.reviewbox-inset) figcaption,.f_use_dap_on .editor .editor-inner p.align--center:not(.pullquote):not(.reviewbox-inset) .video-embed__caption,.f_use_dap_on .editor .editor-inner p.align--center:not(.pullquote):not(.reviewbox-inset) figcaption,.f_use_dap_on .post-content aside.align--center:not(.pullquote):not(.reviewbox-inset) .video-embed__caption,.f_use_dap_on .post-content aside.align--center:not(.pullquote):not(.reviewbox-inset) figcaption,.f_use_dap_on .post-content figure.align--center:not(.pullquote):not(.reviewbox-inset) .video-embed__caption,.f_use_dap_on .post-content figure.align--center:not(.pullquote):not(.reviewbox-inset) figcaption,.f_use_dap_on .post-content p.align--center:not(.pullquote):not(.reviewbox-inset) .video-embed__caption,.f_use_dap_on .post-content p.align--center:not(.pullquote):not(.reviewbox-inset) figcaption{padding:0 1.125rem}}.f_use_dap_on .editor .editor-inner aside.align--center:not(.pullquote):not(.reviewbox-inset) .img-wrapper,.f_use_dap_on .editor .editor-inner figure.align--center:not(.pullquote):not(.reviewbox-inset) .img-wrapper,.f_use_dap_on .editor .editor-inner p.align--center:not(.pullquote):not(.reviewbox-inset) .img-wrapper,.f_use_dap_on .post-content aside.align--center:not(.pullquote):not(.reviewbox-inset) .img-wrapper,.f_use_dap_on .post-content figure.align--center:not(.pullquote):not(.reviewbox-inset) .img-wrapper,.f_use_dap_on .post-content p.align--center:not(.pullquote):not(.reviewbox-inset) .img-wrapper{margin-left:auto;margin-right:auto}.f_use_dap_on .editor .editor-inner aside.align--left,.f_use_dap_on .editor .editor-inner aside.align--right,.f_use_dap_on .editor .editor-inner figure.align--left,.f_use_dap_on .editor .editor-inner figure.align--right,.f_use_dap_on .editor .editor-inner p.align--left,.f_use_dap_on .editor .editor-inner p.align--right,.f_use_dap_on .post-content aside.align--left,.f_use_dap_on .post-content aside.align--right,.f_use_dap_on .post-content figure.align--left,.f_use_dap_on .post-content figure.align--right,.f_use_dap_on .post-content p.align--left,.f_use_dap_on .post-content p.align--right{max-width:400px}.f_use_dap_on .editor .editor-inner aside.align--left.video-embed,.f_use_dap_on .editor .editor-inner aside.align--right.video-embed,.f_use_dap_on .editor .editor-inner figure.align--left.video-embed,.f_use_dap_on .editor .editor-inner figure.align--right.video-embed,.f_use_dap_on .editor .editor-inner p.align--left.video-embed,.f_use_dap_on .editor .editor-inner p.align--right.video-embed,.f_use_dap_on .post-content aside.align--left.video-embed,.f_use_dap_on .post-content aside.align--right.video-embed,.f_use_dap_on .post-content figure.align--left.video-embed,.f_use_dap_on .post-content figure.align--right.video-embed,.f_use_dap_on .post-content p.align--left.video-embed,.f_use_dap_on .post-content p.align--right.video-embed{width:100%}@media only screen and (max-width: 37.438em){.f_use_dap_on .editor .editor-inner aside.align--left,.f_use_dap_on .editor .editor-inner aside.align--right,.f_use_dap_on .editor .editor-inner figure.align--left,.f_use_dap_on .editor .editor-inner figure.align--right,.f_use_dap_on .editor .editor-inner p.align--left,.f_use_dap_on .editor .editor-inner p.align--right,.f_use_dap_on .post-content aside.align--left,.f_use_dap_on .post-content aside.align--right,.f_use_dap_on .post-content figure.align--left,.f_use_dap_on .post-content figure.align--right,.f_use_dap_on .post-content p.align--left,.f_use_dap_on .post-content p.align--right{max-width:100%}.f_use_dap_on .editor .editor-inner aside.align--left.pullquote,.f_use_dap_on .editor .editor-inner aside.align--left.reviewbox-inset,.f_use_dap_on .editor .editor-inner aside.align--left.video-embed,.f_use_dap_on .editor .editor-inner aside.align--right.pullquote,.f_use_dap_on .editor .editor-inner aside.align--right.reviewbox-inset,.f_use_dap_on .editor .editor-inner aside.align--right.video-embed,.f_use_dap_on .editor .editor-inner figure.align--left.pullquote,.f_use_dap_on .editor .editor-inner figure.align--left.reviewbox-inset,.f_use_dap_on .editor .editor-inner figure.align--left.video-embed,.f_use_dap_on .editor .editor-inner figure.align--right.pullquote,.f_use_dap_on .editor .editor-inner figure.align--right.reviewbox-inset,.f_use_dap_on .editor .editor-inner figure.align--right.video-embed,.f_use_dap_on .editor .editor-inner p.align--left.pullquote,.f_use_dap_on .editor .editor-inner p.align--left.reviewbox-inset,.f_use_dap_on .editor .editor-inner p.align--left.video-embed,.f_use_dap_on .editor .editor-inner p.align--right.pullquote,.f_use_dap_on .editor .editor-inner p.align--right.reviewbox-inset,.f_use_dap_on .editor .editor-inner p.align--right.video-embed,.f_use_dap_on .post-content aside.align--left.pullquote,.f_use_dap_on .post-content aside.align--left.reviewbox-inset,.f_use_dap_on .post-content aside.align--left.video-embed,.f_use_dap_on .post-content aside.align--right.pullquote,.f_use_dap_on .post-content aside.align--right.reviewbox-inset,.f_use_dap_on .post-content aside.align--right.video-embed,.f_use_dap_on .post-content figure.align--left.pullquote,.f_use_dap_on .post-content figure.align--left.reviewbox-inset,.f_use_dap_on .post-content figure.align--left.video-embed,.f_use_dap_on .post-content figure.align--right.pullquote,.f_use_dap_on .post-content figure.align--right.reviewbox-inset,.f_use_dap_on .post-content figure.align--right.video-embed,.f_use_dap_on .post-content p.align--left.pullquote,.f_use_dap_on .post-content p.align--left.reviewbox-inset,.f_use_dap_on .post-content p.align--left.video-embed,.f_use_dap_on .post-content p.align--right.pullquote,.f_use_dap_on .post-content p.align--right.reviewbox-inset,.f_use_dap_on .post-content p.align--right.video-embed{float:none}.f_use_dap_on .editor .editor-inner aside.align--left.video-embed,.f_use_dap_on .editor .editor-inner aside.align--right.video-embed,.f_use_dap_on .editor .editor-inner figure.align--left.video-embed,.f_use_dap_on .editor .editor-inner figure.align--right.video-embed,.f_use_dap_on .editor .editor-inner p.align--left.video-embed,.f_use_dap_on .editor .editor-inner p.align--right.video-embed,.f_use_dap_on .post-content aside.align--left.video-embed,.f_use_dap_on .post-content aside.align--right.video-embed,.f_use_dap_on .post-content figure.align--left.video-embed,.f_use_dap_on .post-content figure.align--right.video-embed,.f_use_dap_on .post-content p.align--left.video-embed,.f_use_dap_on .post-content p.align--right.video-embed{margin-left:0;margin-right:0;max-width:100%}.f_use_dap_on .editor .editor-inner aside.align--left.pullquote,.f_use_dap_on .editor .editor-inner aside.align--right.pullquote,.f_use_dap_on .editor .editor-inner figure.align--left.pullquote,.f_use_dap_on .editor .editor-inner figure.align--right.pullquote,.f_use_dap_on .editor .editor-inner p.align--left.pullquote,.f_use_dap_on .editor .editor-inner p.align--right.pullquote,.f_use_dap_on .post-content aside.align--left.pullquote,.f_use_dap_on .post-content aside.align--right.pullquote,.f_use_dap_on .post-content figure.align--left.pullquote,.f_use_dap_on .post-content figure.align--right.pullquote,.f_use_dap_on .post-content p.align--left.pullquote,.f_use_dap_on .post-content p.align--right.pullquote{margin:2rem auto}.f_use_dap_on .editor .editor-inner aside.align--left.reviewbox-inset,.f_use_dap_on .editor .editor-inner aside.align--right.reviewbox-inset,.f_use_dap_on .editor .editor-inner figure.align--left.reviewbox-inset,.f_use_dap_on .editor .editor-inner figure.align--right.reviewbox-inset,.f_use_dap_on .editor .editor-inner p.align--left.reviewbox-inset,.f_use_dap_on .editor .editor-inner p.align--right.reviewbox-inset,.f_use_dap_on .post-content aside.align--left.reviewbox-inset,.f_use_dap_on .post-content aside.align--right.reviewbox-inset,.f_use_dap_on .post-content figure.align--left.reviewbox-inset,.f_use_dap_on .post-content figure.align--right.reviewbox-inset,.f_use_dap_on .post-content p.align--left.reviewbox-inset,.f_use_dap_on .post-content p.align--right.reviewbox-inset{margin:0}}.f_use_dap_on .editor .editor-inner aside.align--left,.f_use_dap_on .editor .editor-inner figure.align--left,.f_use_dap_on .editor .editor-inner p.align--left,.f_use_dap_on .post-content aside.align--left,.f_use_dap_on .post-content figure.align--left,.f_use_dap_on .post-content p.align--left{float:left;margin:0.5rem 1.125rem 2rem 0;clear:left}.f_use_dap_on .editor .editor-inner aside.align--left.pullquote,.f_use_dap_on .editor .editor-inner aside.align--left.reviewbox-inset,.f_use_dap_on .editor .editor-inner figure.align--left.pullquote,.f_use_dap_on .editor .editor-inner figure.align--left.reviewbox-inset,.f_use_dap_on .editor .editor-inner p.align--left.pullquote,.f_use_dap_on .editor .editor-inner p.align--left.reviewbox-inset,.f_use_dap_on .post-content aside.align--left.pullquote,.f_use_dap_on .post-content aside.align--left.reviewbox-inset,.f_use_dap_on .post-content figure.align--left.pullquote,.f_use_dap_on .post-content figure.align--left.reviewbox-inset,.f_use_dap_on .post-content p.align--left.pullquote,.f_use_dap_on .post-content p.align--left.reviewbox-inset{margin-right:2.25rem}.f_use_dap_on .editor .editor-inner aside.align--right,.f_use_dap_on .editor .editor-inner figure.align--right,.f_use_dap_on .editor .editor-inner p.align--right,.f_use_dap_on .post-content aside.align--right,.f_use_dap_on .post-content figure.align--right,.f_use_dap_on .post-content p.align--right{float:right;margin:0.5rem 0 2rem 1.125rem;clear:right}.f_use_dap_on .editor .editor-inner aside.align--right.pullquote,.f_use_dap_on .editor .editor-inner aside.align--right.reviewbox-inset,.f_use_dap_on .editor .editor-inner figure.align--right.pullquote,.f_use_dap_on .editor .editor-inner figure.align--right.reviewbox-inset,.f_use_dap_on .editor .editor-inner p.align--right.pullquote,.f_use_dap_on .editor .editor-inner p.align--right.reviewbox-inset,.f_use_dap_on .post-content aside.align--right.pullquote,.f_use_dap_on .post-content aside.align--right.reviewbox-inset,.f_use_dap_on .post-content figure.align--right.pullquote,.f_use_dap_on .post-content figure.align--right.reviewbox-inset,.f_use_dap_on .post-content p.align--right.pullquote,.f_use_dap_on .post-content p.align--right.reviewbox-inset{margin-left:2.25rem}.f_use_dap_on .editor .editor-inner .instream-permalink,.f_use_dap_on .post-content .instream-permalink{font-family:\"ProximaNovaCond\",sans-serif}.editor .editor-inner iframe,.post-content iframe{max-width:100%}.editor .editor-inner iframe[width=\"100%\"],.post-content iframe[width=\"100%\"]{width:1px;min-width:100%}.editor .editor-inner .has-embed .flex-video,.post-content .has-embed .flex-video{margin-bottom:1.5rem}.editor .editor-inner .non-secure-iframe,.post-content .non-secure-iframe{display:block;padding:0.5rem 0}.editor .editor-inner .non-secure-iframe .icon--container,.post-content .non-secure-iframe .icon--container{padding:40px 0;display:block;fill:#e5e5e5;background:#f5f5f5}.editor .editor-inner .non-secure-iframe span,.post-content .non-secure-iframe span{display:block;color:#aaa;font-size:0.95rem;line-height:1.2rem;padding:10px 0 0 10px;font-family:\"ProximaNovaCond\", sans-serif}.editor .editor-inner .non-secure-iframe svg,.post-content .non-secure-iframe svg{width:70px;height:70px;color:#e5e5e5;display:block;margin:0 auto}.editor .editor-inner .embed-iframe,.post-content .embed-iframe{position:relative}.editor .editor-inner .embed-iframe__non-ssl,.post-content .embed-iframe__non-ssl{padding-bottom:56.25%}.editor .editor-inner .non-ssl-iframe iframe,.post-content .non-ssl-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%}.editor .editor-inner .flex-video,.post-content .flex-video{position:relative}.editor .editor-inner .flex-video .non-secure-iframe,.post-content .flex-video .non-secure-iframe{position:absolute;top:0;width:100%;height:90%}.editor .editor-inner .flex-video .non-secure-iframe .icon--container,.post-content .flex-video .non-secure-iframe .icon--container{position:relative;height:100%;width:100%}.editor .editor-inner .flex-video .non-secure-iframe svg,.post-content .flex-video .non-secure-iframe svg{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:auto;width:100%}@media only screen and (max-width: 37.438em){.editor .editor-inner .has-embed,.editor .editor-inner .has-image.media-470,.editor .editor-inner .has-image.media-640,.post-content .has-embed,.post-content .has-image.media-470,.post-content .has-image.media-640{width:auto;margin-left:-1.125rem;margin-right:-1.125rem}}.editor .editor-inner blockquote,.post-content blockquote{clear:both;overflow:visible;font-style:normal;background-color:#f5f5f5;border-radius:3px}.editor .editor-inner blockquote cite,.post-content blockquote cite{text-align:right;font-style:normal}.editor .editor-inner ol,.editor .editor-inner ul,.post-content ol,.post-content ul{margin-bottom:1.5rem}.editor .editor-inner ol:last-child,.editor .editor-inner ul:last-child,.post-content ol:last-child,.post-content ul:last-child{margin-bottom:0}.editor .editor-inner ol li,.editor .editor-inner ul li,.post-content ol li,.post-content ul li{padding-left:2.25rem;margin-bottom:6px}.editor .editor-inner ol.commerce li,.editor .editor-inner ul.commerce li,.post-content ol.commerce li,.post-content ul.commerce li{font-family:\"FiraSans\",sans-serif;padding-left:0}.editor .editor-inner ul,.post-content ul{position:relative}.editor .editor-inner ul li:before,.post-content ul li:before{position:absolute;content:'\\b7';margin:-1px 0 0 -29px;font-weight:bold;font-size:24px}.editor .editor-inner ol,.post-content ol{counter-reset:item;position:relative}.editor .editor-inner ol li:before,.post-content ol li:before{position:absolute;width:1.125rem;content:counter(item) \". \";counter-increment:item;margin:0 0 0 -2rem;font-weight:normal;font-size:.938rem;white-space:nowrap}.editor .editor-inner code,.editor .editor-inner pre,.editor .editor-inner pre p,.post-content code,.post-content pre,.post-content pre p{font-family:Courier,monospace;color:#333;font-size:1rem}html.fallback-fonts .editor .editor-inner code,html.fallback-fonts .editor .editor-inner pre,html.fallback-fonts .editor .editor-inner pre p,html.fallback-fonts .post-content code,html.fallback-fonts .post-content pre,html.fallback-fonts .post-content pre p{font-family:Courier,monospace}.editor .editor-inner code,.editor .editor-inner pre,.post-content code,.post-content pre{background-color:#f5f5f5}.editor .editor-inner pre,.post-content pre{box-shadow:inset 0 0 5px 0 rgba(0,0,0,0.5);display:block;overflow:auto;padding:1.125rem;margin-bottom:1.5rem;width:auto;word-break:break-all}.editor .editor-inner pre>code,.post-content pre>code{background-color:transparent}.editor .editor-inner pre p,.post-content pre p{line-height:24px}.editor .editor-inner .gist pre,.post-content .gist pre{box-shadow:none}.editor .editor-inner .comment-embed iframe,.editor .editor-inner .twitter-embed iframe,.post-content .comment-embed iframe,.post-content .twitter-embed iframe{margin:0 auto}.editor .editor-inner code,.post-content code{padding:0 7px;display:inline-block}.editor .editor-inner .google-adx,.post-content .google-adx{margin-top:2rem;margin-bottom:2rem;font-family:\"ProximaNovaCond\",sans-serif}.editor .editor-inner .google-adx .google-ads,.post-content .google-adx .google-ads{padding-top:15px}.editor .editor-inner hr,.post-content hr{margin-top:40px;margin-bottom:40px}.editor .editor-inner hr.storybreak-stars,.post-content hr.storybreak-stars{border:0;min-width:49px;height:10px;background-image:url('data:image/svg+xml;utf8,<svg width=\"49\" height=\"10\" viewBox=\"0 0 49 10\" xmlns=\"http://www.w3.org/2000/svg\"><title>storybreak stars<\\/title><path d=\"M5.146 9.01l-.19-3.623 3.057 1.985.693-1.197-3.213-1.67 3.213-1.638-.693-1.197-3.056 1.953L5.147 0H3.76l.158 3.623L.893 1.67.2 2.867l3.214 1.638L.2 6.175l.693 1.197 3.025-1.985L3.76 9.01m21.386 0l-.19-3.623 3.057 1.985.693-1.197-3.213-1.67 3.213-1.638-.693-1.197-3.056 1.953.19-3.623H23.76l.158 3.623-3.025-1.953-.693 1.197 3.214 1.638-3.214 1.67.693 1.197 3.025-1.985-.158 3.623m21.386 0l-.19-3.623 3.057 1.985.693-1.197-3.213-1.67 3.213-1.638-.693-1.197-3.056 1.953.19-3.623H43.76l.158 3.623-3.025-1.953-.693 1.197 3.214 1.638-3.214 1.67.693 1.197 3.025-1.985-.158 3.623\" fill=\"%23CCC\" fill-rule=\"evenodd\"/><\\/svg>');background-repeat:no-repeat;background-position:center}.editor .editor-inner div.legacy-raw-html,.post-content div.legacy-raw-html{border:3px solid #eeb544;padding:5px;margin-bottom:20px}.editor .editor-inner div.legacy-raw-html:before,.post-content div.legacy-raw-html:before{content:'Before this post can be saved, this block must be removed.';font-size:12px;display:inline-block}.editor .editor-inner div.legacy-raw-html table,.post-content div.legacy-raw-html table{margin-bottom:0}.f_dap_tables_on .editor .editor-inner table,.f_dap_tables_on .post-content table,.f_use_dap .editor .editor-inner table,.f_use_dap .post-content table{font-family:\"ProximaNovaCond\",sans-serif;border:1px solid #e5e5e5;width:100%;margin-bottom:1.5rem;border-spacing:0}.f_dap_tables_on .editor .editor-inner table td,.f_dap_tables_on .editor .editor-inner table th,.f_dap_tables_on .post-content table td,.f_dap_tables_on .post-content table th,.f_use_dap .editor .editor-inner table td,.f_use_dap .editor .editor-inner table th,.f_use_dap .post-content table td,.f_use_dap .post-content table th{padding:10px;text-align:left;border:0;border-right:1px solid #fff}.f_dap_tables_on .editor .editor-inner table td:last-child,.f_dap_tables_on .editor .editor-inner table th:last-child,.f_dap_tables_on .post-content table td:last-child,.f_dap_tables_on .post-content table th:last-child,.f_use_dap .editor .editor-inner table td:last-child,.f_use_dap .editor .editor-inner table th:last-child,.f_use_dap .post-content table td:last-child,.f_use_dap .post-content table th:last-child{border-right:0}.f_dap_tables_on .editor .editor-inner table tr:nth-child(2n) td,.f_dap_tables_on .post-content table tr:nth-child(2n) td,.f_use_dap .editor .editor-inner table tr:nth-child(2n) td,.f_use_dap .post-content table tr:nth-child(2n) td{background-color:#f5f5f5}.above-headline-image .video-embed__caption,.above-headline-image figcaption,.editor .editor-inner .video-embed__caption,.editor .editor-inner figcaption,.featured-post__featured-media-caption .video-embed__caption,.featured-post__featured-media-caption figcaption,.post-content .video-embed__caption,.post-content figcaption{position:relative;font-family:\"ProximaNovaCond\",sans-serif;color:#aaa;font-size:15px;line-height:21px;text-align:left;margin-top:0.5rem;display:block}.above-headline-image .video-embed__caption:focus,.above-headline-image figcaption:focus,.editor .editor-inner .video-embed__caption:focus,.editor .editor-inner figcaption:focus,.featured-post__featured-media-caption .video-embed__caption:focus,.featured-post__featured-media-caption figcaption:focus,.post-content .video-embed__caption:focus,.post-content figcaption:focus{outline:none}.above-headline-image :not(.jwplayer)+.video-embed__caption,.editor .editor-inner :not(.jwplayer)+.video-embed__caption,.featured-post__featured-media-caption :not(.jwplayer)+.video-embed__caption,.post-content :not(.jwplayer)+.video-embed__caption{margin-top:-0.5rem}.above-headline-image .featured-post__caption,.editor .editor-inner .featured-post__caption,.featured-post__featured-media-caption .featured-post__caption,.post-content .featured-post__caption{position:absolute;top:100%}.ad-unit--featured-recirculation{opacity:1;pointer-events:auto;-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;z-index:97}.ad-unit--featured-recirculation .ad-container{background:#f5f5f5;width:300px;height:250px}.ad-unit--featured-recirculation .ad-container--hidden{opacity:0;pointer-events:none;visibility:hidden}.ad-unit--fixed-bottom{position:fixed;bottom:3.5rem;right:1.125rem;height:auto;width:300px;opacity:1;-webkit-transition:opacity 0.2s ease-in-out;transition:opacity 0.2s ease-in-out;pointer-events:auto}.ad-unit--fixed-bottom--invisible{opacity:0;pointer-events:none}.ad-unit--fixed-bottom .ad-container{background:#f5f5f5;width:300px;height:250px}.editor .editor-inner .has-image.align--center.media-large{max-width:636px}.shared{margin-bottom:3.4rem}.shared .content-wrapper{background-color:#f5f5f5;padding-top:24px;border:1px #aaa solid}.shared .referenced-label{background-color:#f5f5f5}.shared .reframe-post{margin-bottom:1.875rem}.post .linked,.post .recommend{background-color:rgba(0,0,0,0.7);position:absolute;cursor:pointer;top:8px;right:8px;width:32px;height:32px;opacity:0;-webkit-transition:all 0.15s ease-out;transition:all 0.15s ease-out;border-radius:5px;z-index:1}.post .linked{bottom:0;border-top-left-radius:5px}.post .flex-video:hover .recommend,.post .has-image:hover .linked,.post .has-image:hover .recommend,.post figure:hover .linked,.post figure:hover .recommend{opacity:1}.post .has-image .recommend{right:8px}.post .movementventures,.post .qzzr{width:100%}.post a[x-inset=hidden]{display:none}.pullquote{margin-bottom:2rem;margin-top:2rem;text-align:center;padding:10px 0;font-family:\"ProximaNovaCond\",sans-serif;font-weight:lighter;font-style:italic;font-size:25px;line-height:37px;clear:left}.pullquote:after,.pullquote:before{content:'';display:block;width:45px;height:0;margin:0 auto;position:relative;border-top-width:1px;border-top-style:solid;border-color:#0093ec}.pullquote:before{margin-bottom:20px}.pullquote:after{margin-top:20px}@media only screen and (min-width: 37.5em){.pullquote.align--left{width:40%;max-width:320px;float:left;margin-right:2.25rem;text-align:left;margin-bottom:0.5em;margin-top:0}.pullquote.align--left .pullquote__content{padding-left:0;padding-right:0}.pullquote.align--left:after,.pullquote.align--left:before{margin-left:0;margin-right:0}}.pullquote__helper{display:none}.commentlist .pullquote,.quickreply .pullquote{margin-bottom:1em;margin-top:1em;text-align:left;padding:0 0 0 1.125rem;font-size:22px;line-height:30px;position:relative}.commentlist .pullquote:before,.quickreply .pullquote:before{position:absolute;left:0;top:3px;bottom:5px;width:0;height:auto;border-top:0;border-left-width:1px;border-left-style:solid;margin:0}.commentlist .pullquote:after,.quickreply .pullquote:after{display:none}.post-content .inset--story{clear:both;margin:2rem auto;padding:1.125rem;border:#e5e5e5 1px solid;border-radius:5px;box-shadow:#e5e5e5 0 2px 5px;max-width:636px}.post-content .inset--story p{font-size:15px;line-height:25px;margin-bottom:0.6rem}@media only screen and (min-width: 37.5em){.post-content .inset--story{display:-webkit-box;display:flex}}.post-content .inset--story__thumb{display:block;position:relative;margin:-1.125rem -1.125rem 1rem}@media only screen and (min-width: 37.5em){.post-content .inset--story__thumb{width:25%;min-width:25%;margin:0 1.125rem 0 0;float:left}}.post-content .inset--story__thumb figure{margin:0;position:relative}.post-content .inset--story__thumb img{width:100%}.post-content .inset--story__headline{font-size:20px;line-height:24px;margin-bottom:10px}.post-content .inset--story__headline a,.post-content .inset--story__headline a:hover{color:#000}.post-content .inset--story__readmore{font-family:\"ProximaNovaCond\",sans-serif;font-size:16px}.post-content .inset--story__readmore .hostname{font-weight:bold}.non-secure-iframe-embed{position:relative;padding-bottom:56.25%;display:block}.iframe-container{position:absolute;top:0;left:0;height:100%;width:100%;display:block}.iframe-container__external-source,.iframe-container__unsupported{height:92.5%;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;line-height:1.5;font-size:.938rem;font-family:\"ProximaNovaCond\",sans-serif}@media only screen and (max-width: 37.438em){.iframe-container__external-source,.iframe-container__unsupported{position:relative}}.iframe-container__external-source svg,.iframe-container__unsupported svg{display:block;opacity:1;margin-bottom:20px}@media only screen and (max-width: 37.438em){.iframe-container__external-source svg,.iframe-container__unsupported svg{width:20px;height:20px;margin-bottom:10px}}.iframe-container__external-source img,.iframe-container__unsupported img{position:absolute;top:0;left:0;width:100%}@media only screen and (max-width: 37.438em){.iframe-container__external-source img,.iframe-container__unsupported img{position:relative}}.iframe-container__external-source{background-color:#f5f5f5;color:#666 !important;box-shadow:none !important;font-size:.875rem}.iframe-container__external-source:active,.iframe-container__external-source:focus,.iframe-container__external-source:hover{color:#222 !important;text-decoration:none}.iframe-container__external-source:active svg,.iframe-container__external-source:focus svg,.iframe-container__external-source:hover svg{fill:#222}.iframe-container__external-source:active .iframe-container__message--has-thumbnail,.iframe-container__external-source:focus .iframe-container__message--has-thumbnail,.iframe-container__external-source:hover .iframe-container__message--has-thumbnail{opacity:1}.iframe-container__external-source:active .iframe-container__message--has-thumbnail svg,.iframe-container__external-source:focus .iframe-container__message--has-thumbnail svg,.iframe-container__external-source:hover .iframe-container__message--has-thumbnail svg{fill:#fff}.iframe-container__external-source svg{fill:#666}.iframe-container__unsupported{background-color:#fff;border:1px dashed #ccc}.iframe-container__unsupported svg{stroke:#666;width:32px;height:32px}@media only screen and (max-width: 37.438em){.iframe-container__unsupported svg{width:20px;height:20px;margin-bottom:10px}}.iframe-container__message{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;position:absolute;max-width:240px;padding:25px}@media only screen and (max-width: 37.438em){.iframe-container__message{padding:5px;max-height:95px}}.iframe-container__message--has-thumbnail{background-color:#000;border-radius:5px;color:#fff;-webkit-transition:opacity 0.25s ease-in-out;transition:opacity 0.25s ease-in-out;opacity:.8;z-index:1}@media only screen and (max-width: 37.438em){.iframe-container__message--has-thumbnail{padding:15px}}.iframe-container__message--has-thumbnail svg{fill:#fff}.google-adx .container{background-color:#f5f5f5;line-height:18px;padding:5px 1.125rem}.google-adx .by-google{color:#000;font-size:14px}.google-adx .google-headline{color:#333}.post-bottom{margin:0 -1.125rem;max-width:none;width:auto}.post-bottom:after,.post-bottom:before{content:\" \";display:table}.post-bottom:after{clear:both}@media only screen and (max-width: 37.438em){.post-bottom{margin:2rem 0 1rem}}@media only screen and (min-width: 37.5em){.post-bottom{margin:1.5rem 0}}.post-bottom .post-bottom__inner{max-width:636px;margin:0 auto}.post-bottom,.post-bottom a{color:#777}.post-bottom .fb-like{float:left;z-index:4;width:auto}.post-bottom .reply-to-post{color:#aaa}.post-bottom .reply-to-post .icon{margin-left:7px}.post-bottom .icon{opacity:0.3;margin-left:5px;vertical-align:middle}.private-post-list{border-bottom:2px #aaa solid}.stream{padding-bottom:0}.stream .meta .publish-time .icon{margin:0 5px}.stream .post-dropdown-ct{display:none}.unshare-bloglist{position:absolute;top:0;right:0;z-index:10}.unshare-bloglist .unshare-bloglist-select,.unshare-bloglist .unshare-bloglist-title{display:inline-block;vertical-align:middle}.unshare-bloglist .unshare-bloglist-title{padding:0 3px;background-color:#fff;margin:0 10px 0 0}.unshare-bloglist .unshare-bloglist-select{margin-bottom:0}.text-red{color:#eeb544}.post-tools-wrapper .reply-to-post__container .svg-icon{margin-left:0;position:relative;top:2px}@media only screen and (max-width: 37.438em){.post-tools-wrapper .reply-to-post__container{display:none}}@media only screen and (max-width: 37.438em){.post-tools-wrapper{-webkit-box-flex:1;-moz-flex:1 1 100%;flex:1 1 100%;-webkit-box-ordinal-group:3;-moz-order:2;order:2;margin:30px 0 14px}}@media only screen and (max-width: 37.438em){.post-tools-wrapper .button-recommend-post,.post-tools-wrapper .reply-count{display:none}}.newsletter-subscribe-post{display:block;font-family:\"ElizabethSerif\",Georgia,serif;border-top:#e5e5e5 1px solid;margin:1.5rem 0;max-width:636px}.newsletter-subscribe-post__copy{color:#aaa;margin:1.5rem 0 1rem;line-height:29px}.newsletter-subscribe-post .button{font-size:1.1rem;padding:0 1.2rem}.newsletter-subscribe-post .svg-icon{opacity:1;fill:#0093ec}.center{margin:0 auto}ul.commerce-inset.fake-list{margin-bottom:0;margin-top:-20px}.asset.has-media.has-image.align--left,.asset.has-media.has-image.align--left.media-large,.asset.has-media.has-image.align--left.media-medium{max-width:400px;margin:0.5rem 1.125rem 0.5rem 0}.asset.has-media.has-image.align--left.media-large{width:100%}.asset.has-media.has-image.media-large.align--center{max-width:636px}@media only screen and (max-width: 27.25rem){.asset.has-media.has-image.align--left,.asset.has-media.has-image.align--left.media-large,.asset.has-media.has-image.align--left.media-medium{max-width:100%}}@media only screen and (min-width: 37.5em){.asset.has-media.has-image{margin-left:auto;margin-right:auto;max-width:636px}.asset.has-media.has-image.media-large{margin-left:-1.125rem;margin-right:-1.125rem;max-width:initial}.asset.has-media.has-image.media-large.align--center{margin-left:auto;margin-right:auto}.asset.media-small.has-media.has-image:not(.align--center){margin-bottom:0.5rem;margin-right:1.125rem}}@media only screen and (min-width: 53.126em){.asset.has-media.has-image.media-large{margin-left:auto;margin-right:auto}}.post-content{font-family:\"ElizabethSerif\",Georgia,serif}.post-content .has-image.has-image.media-large .img-permalink-sub-wrapper,.post-content .has-image.has-image.media-medium .img-permalink-sub-wrapper,.post-content .has-image.has-image.media-small .img-permalink-sub-wrapper{position:relative;background:#f5f5f5}.post-content .has-image.has-image.media-large .img-permalink-sub-wrapper.img-permalink-sub-wrapper--nobackground,.post-content .has-image.has-image.media-medium .img-permalink-sub-wrapper.img-permalink-sub-wrapper--nobackground,.post-content .has-image.has-image.media-small .img-permalink-sub-wrapper.img-permalink-sub-wrapper--nobackground,.post-content .has-image.has-image.media-large .img-permalink-sub-wrapper img,.post-content .has-image.has-image.media-medium .img-permalink-sub-wrapper img,.post-content .has-image.has-image.media-small .img-permalink-sub-wrapper img{background:none}.post-content .has-image.has-image.media-large .img-wrapper,.post-content .has-image.has-image.media-medium .img-wrapper,.post-content .has-image.has-image.media-small .img-wrapper{max-width:100%}.post-content .has-image.has-image.media-large .img-wrapper img,.post-content .has-image.has-image.media-medium .img-wrapper img,.post-content .has-image.has-image.media-small .img-wrapper img{position:absolute;height:auto;top:0;left:0;right:0;bottom:0}.post-content .has-image.has-image.media-large .lightbox-wrapper,.post-content .has-image.has-image.media-medium .lightbox-wrapper,.post-content .has-image.has-image.media-small .lightbox-wrapper{display:block}.img-wrapper{max-width:100%}.old-post-type-img{display:block;margin:1.125rem auto}.gmg-text-ad{margin:2rem auto;max-width:636px;font-family:\"ProximaNovaCond\", sans-serif}.gmg-text-ad .text-ad__inner{border:1px solid #e5e5e5;border-left-width:0;border-right-width:0;padding:30px 18px 10px;position:relative;background-color:#f5f5f5}.gmg-text-ad .text-ad__inner:before{content:'Advertisement';text-transform:uppercase;position:absolute;top:0;width:100%;text-align:center;color:#ccc;font-size:13px}.gmg-text-ad a{display:block;color:#000}.gmg-text-ad a:hover{text-decoration:none}.gmg-text-ad .text-ad__headline{font-size:20px;line-height:24px;margin-bottom:5px;color:#000}.gmg-text-ad a:hover .text-ad__headline{text-decoration:underline}.gmg-text-ad .text-ad__excerpt{font-family:\"ElizabethSerif\", Georgia, serif;font-size:15px;color:#333;line-height:26px;margin:0 0 3px}.gmg-text-ad .text-ad__more{color:#ccc;font-size:15px}@-webkit-keyframes discussion-status-badge-animation{0%{opacity:0}25%{opacity:1}75%{opacity:1}to{opacity:0}}@keyframes discussion-status-badge-animation{0%{opacity:0}25%{opacity:1}75%{opacity:1}to{opacity:0}}.discussion-status-badge-wrapper{display:block;margin-bottom:2px}.discussion-status-badge-wrapper .discussion-status-badge{color:#fff;background-color:rgba(0,0,0,0.7);display:inline;padding:5px 10px}.discussion-status-badge{color:#ef7740;line-height:24px;margin-bottom:12px;text-transform:uppercase}.discussion-status-badge:before{display:inline-block;content:'';width:11px;height:11px;background-color:#ef7740;border-radius:11px;margin-right:5px;-webkit-animation:discussion-status-badge-animation 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;animation:discussion-status-badge-animation 4s cubic-bezier(0.4, 0, 0.2, 1) infinite}.meta__tools .f-dropdown{text-align:left}.commerce-disclaimer{margin-bottom:20px;display:-webkit-box;display:flex}.commerce-disclaimer:before{content:\"\";border-left:2px solid #72ad75;margin:4px 0 6px}.commerce-disclaimer span{padding-left:10px}.customkinja-backlink{max-width:636px;margin:2em auto}.customkinja-backlink:after,.customkinja-backlink:before{content:'';display:block;height:0;width:auto;border-top-width:1px;border-top-style:solid;border-color:#ccc}.customkinja-backlink a{display:inline-block;padding:1em 0}.post__misc{clear:both}.featured-post__featured-media-caption figcaption,.post-content figcaption.caption,.post-content figcaption.full-bleed__caption{color:#aaa}.featured-post__featured-media-caption.above-attribution{padding-bottom:0}.featured-post__featured-media-caption.below-caption{padding-top:0}.post-content figcaption.below-caption{margin-top:0}.featured-post__featured-media{position:relative;width:100%}.featured-post__featured-media .featured-post__featured-media--image,.featured-post__featured-media .featured-post__featured-media--video{width:100%}.featured-post__featured-media .featured-post__featured-media--video{position:relative;width:100%;z-index:1}.featured-post__featured-media .featured-post__featured-media--video div[class^=video-type]{position:relative;height:100%;max-height:100%;max-width:100%;width:100%}.featured-post__featured-media .featured-post__featured-media--video div[class^=video-type]:after{content:\"\";display:block;padding-top:56.25%;width:100%}.featured-post__featured-media .featured-post__featured-media--video div[class^=video-type]>iframe{bottom:0;left:0;position:absolute;right:0;top:0}.featured-post__featured-media .featured-post__featured-media--video iframe{height:100%;width:100%}.featured-post__featured-media .featured-post__featured-media--cover{background-position:center;background-repeat:no-repeat;background-size:contain;cursor:pointer;height:100%;left:0;max-height:100%;position:absolute;top:0;width:100%}.featured-post__featured-media .featured-post__featured-media--cover .play-icon{background:rgba(0,0,0,0.6);border-radius:5px;display:block;height:60px;left:calc(50% - 18px);position:absolute;top:calc(50% - 30px);width:56px}.featured-post__featured-media .featured-post__featured-media--cover .svg-icon{height:60px;margin-top:0;opacity:0.8;width:56px}.featured-post__featured-media .featured-post__featured-media--cover:hover .svg-icon{opacity:1}.featured-post__featured-media-caption{padding:10px 1.125rem}.featured-post__featured-media-caption figcaption{margin:auto;max-width:636px}.featured-post__featured-media--background-video{position:relative;height:100%;max-height:100%;max-width:100%;width:100%;z-index:1}.featured-post__featured-media--background-video:after{content:\"\";display:block;padding-top:56.25%;width:100%}.featured-post__featured-media--background-video>video{bottom:0;left:0;position:absolute;right:0;top:0}.featured-post__title{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;padding:20px}.featured-post__title h1{color:white;font-size:8.5vw;font-weight:normal;line-height:1.1;text-align:center;margin:0 auto;max-width:1180px;width:100%}.featured-post__title h1 a,.featured-post__title h1 a:hover{color:white}@media only screen and (min-width: 37.5em){.featured-post__title h1{font-size:6vw}}@media only screen and (min-width: 64em){.featured-post__title{padding:40px}.featured-post__title h1{font-size:4vw}}.featured-post__meta{background:black;padding:20px 1.125rem}.featured-post__meta .meta--pe{margin:0 auto !important;max-width:636px;padding:0;width:100%}.featured-post__meta .meta--pe:first-child{margin:inherit}.featured-post__meta .meta--pe .svg-icon{opacity:1;stroke:#aaa}.featured-post__meta .meta--pe .meta__byline,.featured-post__meta .meta--pe .meta__byline a,.featured-post__meta .meta--pe .post-tags-container .first-tag span{color:white}.featured-post__meta.reverse-meta-colors{background:white}.featured-post__meta.reverse-meta-colors .meta--pe .svg-icon{stroke:#aaa}.featured-post__meta.reverse-meta-colors .meta--pe .meta__byline,.featured-post__meta.reverse-meta-colors .meta--pe .meta__byline a,.featured-post__meta.reverse-meta-colors .meta--pe .post-tags-container .first-tag span{color:#333}.featured-post__meta.reverse-meta-colors:after{border-bottom:1px solid #e5e5e5;content:'';display:block;padding:20px 1.125rem;width:100%;max-width:636px;margin:auto}.featured-post__meta-caption-container{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.featured-post__meta-caption-container .featured-post__meta{-webkit-box-ordinal-group:2;order:1}.featured-post__meta-caption-container .featured-post__featured-media-caption{-webkit-box-ordinal-group:3;order:2}@media only screen and (min-width: 64em){.featured-post__meta{background:transparent}.featured-post__meta .meta--pe{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;margin:40px auto !important;padding:40px 0}.featured-post__meta .meta--pe .meta__byline,.featured-post__meta .meta--pe .meta__byline a,.featured-post__meta .meta--pe .post-tags-container .first-tag span{color:initial}.featured-post__meta.reverse-meta-colors:after{display:none}.featured-post__meta-caption-container{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.featured-post__meta-caption-container .featured-post__meta{-webkit-box-ordinal-group:3;order:2}.featured-post__meta-caption-container .featured-post__featured-media-caption{-webkit-box-ordinal-group:2;order:1}}.featured-post__default-header{background:black;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:relative;width:100%}@media only screen and (min-width: 64em){.featured-post__default-header .featured-post__featured-media{padding:0 2.5%}.featured-post__default-header .featured-post__featured-media:after{background:white;bottom:0;content:'';display:block;height:25%;left:0;position:absolute;right:0;width:100%}.featured-post__default-header .featured-post__featured-media .img-wrapper{z-index:1}.featured-post__default-header .featured-post__title{-webkit-box-ordinal-group:0;order:-1}}@media only screen and (min-width: 90.062em){.featured-post__default-header .featured-post__title h1{font-size:3vw}}.featured-post__magazine-header{background:black;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:relative;width:100%}@media only screen and (min-width: 64em){.featured-post__magazine-header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.featured-post__magazine-header .featured-post__featured-media{width:75%}.featured-post__magazine-header .featured-post__title{-webkit-box-align:start;align-items:flex-start;min-width:350px;-webkit-box-ordinal-group:0;order:-1;width:25%}.featured-post__magazine-header .featured-post__title h1{font-size:3vw;text-align:left}}@media only screen and (min-width: 90.062em){.featured-post__magazine-header .featured-post__title h1{font-size:2.5vw}}.featured-post__impact-header{background:black;height:100vh;max-width:100%;overflow:hidden;position:relative;width:100%}.featured-post__impact-header .featured-post__featured-media--image .img-wrapper{background:url(\"\") no-repeat fixed;background-size:cover;background-position:top center;background-repeat:no-repeat;height:100vh;width:100%}.featured-post__impact-header .featured-post__featured-media--image .img-wrapper picture{visibility:hidden}.featured-post__impact-header .featured-post__featured-media--background-video{height:100vh;position:relative;width:100%}.featured-post__impact-header video{height:100%;left:0px;-o-object-fit:cover;object-fit:cover;position:absolute;top:0px;width:100%}.featured-post__impact-header+.featured-post__meta-caption-container .featured-post__meta{-webkit-box-ordinal-group:4;order:3}.super-hero~.page .featured-post__impact-header-nav{position:relative}.super-hero~.page .featured-post__impact-header-nav.dealt-with-super-hero{position:fixed}.featured-post__impact-header-nav{-webkit-box-align:center;align-items:center;background:black;display:-webkit-box;display:flex;height:42px;-webkit-box-pack:justify;justify-content:space-between;left:0;padding:5px;position:fixed;-webkit-transition:top 0.2s ease-in-out;transition:top 0.2s ease-in-out;top:0;width:100%;z-index:100}.featured-post__impact-header-nav .featured-post__impact-header-logo{color:white;cursor:pointer;display:block;margin:0 auto 0 1.125rem;height:24px;z-index:1}.featured-post__impact-header-nav .featured-post__impact-header-logo svg{width:auto;height:24px}.featured-post__impact-header-nav .featured-post__impact-header-logo .branding{color:#fff;font-weight:700;text-decoration:none;text-transform:uppercase}.featured-post__impact-header-nav.nav-up{top:-42px}.featured-post__impact-header-nav-usertools{position:absolute;right:0;width:300px}.featured-post__impact-header-nav-usertools .networknav{display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end}.featured-post__impact-header-nav-usertools .networknav .networknav__login-btn{display:block !important}.featured-post__impact-header-nav-usertools .notif-menu.open,.featured-post__impact-header-nav-usertools .user-menu.open{margin-top:1px;top:34px !important}.featured-post__impact-header-nav-usertools .notif-menu.open:after,.featured-post__impact-header-nav-usertools .notif-menu.open:before,.featured-post__impact-header-nav-usertools .user-menu.open:after,.featured-post__impact-header-nav-usertools .user-menu.open:before{display:none}.featured-post__impact-header-overlay{-webkit-box-align:center;align-items:center;bottom:0;display:-webkit-box;display:flex;height:100%;left:0;-webkit-box-pack:center;justify-content:center;position:absolute;right:0;top:0;width:100%;z-index:10}.featured-post__impact-header-overlay:after{background:-webkit-linear-gradient(transparent, rgba(0,0,0,0.7)) bottom repeat;background:linear-gradient(transparent, rgba(0,0,0,0.7)) bottom repeat;bottom:0;content:'';display:block;height:80%;position:absolute;width:100%}.featured-post__impact-header-overlay.reverse-color-scheme:after{background:-webkit-linear-gradient(transparent, rgba(255,255,255,0.7)) bottom repeat;background:linear-gradient(transparent, rgba(255,255,255,0.7)) bottom repeat}.featured-post__impact-header-overlay.reverse-color-scheme .featured-post__title a,.featured-post__impact-header-overlay.reverse-color-scheme .featured-post__title h1{color:#000}.featured-post__impact-header-overlay.reverse-color-scheme .storytype-label{border-color:#000;color:#000}.featured-post__impact-header-overlay.reverse-color-scheme .storytype-label:hover{background-color:#000;color:#fff}.featured-post__impact-header-overlay .featured-post__title{pointer-events:auto;position:relative;text-align:center;padding:0;width:90%;z-index:10}.featured-post__impact-header-overlay .featured-post__title h1{font-size:10vw;font-weight:800;color:white;line-height:1.1;margin:0;max-width:100%;padding:0;text-align:inherit}@media only screen and (min-width: 37.5em){.featured-post__impact-header-overlay .featured-post__title{bottom:70px;position:absolute;width:80%}.featured-post__impact-header-overlay .featured-post__title h1{font-size:7vw}.featured-post__impact-header-overlay.align-title-BottomLeft .featured-post__title{-webkit-box-align:start;align-items:flex-start;left:40px;text-align:left}.featured-post__impact-header-overlay.align-title-BottomRight .featured-post__title{-webkit-box-align:end;align-items:flex-end;right:40px;text-align:right}.featured-post__impact-header-overlay.align-title-BottomCenter .featured-post__title{text-align:center}.featured-post__impact-header-overlay.align-title-Center .featured-post__title{bottom:auto;position:relative;text-align:center}}@media only screen and (min-width: 53.126em){.featured-post__impact-header-nav .featured-post__impact-header-logo{margin:auto}.featured-post__impact-header-overlay .featured-post__title{bottom:75px;width:62%}.featured-post__impact-header-overlay.align-title-BottomLeft .featured-post__title{left:50px}.featured-post__impact-header-overlay.align-title-BottomRight .featured-post__title{right:50px}}@media only screen and (min-width: 64em){.featured-post__impact-header-overlay .featured-post__title h1{font-size:4.5vw}}@media only screen and (max-width: 63.9em){.featured-post__impact-header .featured-post__featured-media--image .img-wrapper{background-attachment:scroll}}.promoted-featured-post{color:#fff;height:auto;margin:0 auto 40px auto;position:static}.promoted-featured-post .featured-post-inner{background:#000;padding:8px}.promoted-featured-post .featured-post-inner .post-container{margin:0 auto}.promoted-featured-post .featured-post-inner .post-container .inner-body{margin:0 8px}.promoted-featured-post .featured-post-inner .meta__label{-webkit-box-align:middle;align-items:middle;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;margin:26px 0 -4px 0}.promoted-featured-post .featured-post-inner .meta__label span{border:1px solid #fff;padding:2px 8px 0px 8px}.promoted-featured-post .featured-post-inner .main-image img{width:100%}.promoted-featured-post .featured-post-inner .headline{font-size:40px;line-height:1;margin:1.6rem 0;text-align:center}.promoted-featured-post .featured-post-inner .headline a{color:#fff;font-weight:lighter}.promoted-featured-post .featured-post-inner .headline a:active,.promoted-featured-post .featured-post-inner .headline a:hover{color:#fff}.promoted-featured-post .featured-post-inner .meta--pe{border-bottom:1px solid #666;display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;padding-bottom:20px}.promoted-featured-post .featured-post-inner .meta--pe .meta__byline.author a{color:#fff}.promoted-featured-post .featured-post-inner .meta__post-stats{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;justify-content:space-around;width:160px}.promoted-featured-post .featured-post-inner .meta__post-stats .post-stat{-webkit-box-align:center;align-items:center;cursor:default;display:-webkit-box;display:flex}.promoted-featured-post .featured-post-inner .meta__post-stats svg{display:inline;margin-right:4px;opacity:1;stroke:#aaa;width:14px}.promoted-featured-post .featured-post-inner .meta__post-stats span{opacity:1}.promoted-featured-post .featured-post-inner .body-preview{font-family:\"ElizabethSerif\", Georgia, serif;font-size:16px;margin:20px auto;max-width:636px}.promoted-featured-post .featured-post-inner .body-preview p{line-height:28px}.promoted-featured-post .read-more{-webkit-box-align:center;align-items:center;background-color:#0093ec;color:#fff;display:-webkit-box;display:flex;font-weight:600;font-size:17px;-webkit-box-pack:center;justify-content:center;height:40px;width:100%}.promoted-featured-post .read-more svg{margin-top:1px;margin-left:8px;opacity:1;stroke:#fff}.promoted-featured-post .read-more:active,.promoted-featured-post .read-more:hover{background-color:#0076bd;color:#fff;text-decoration:none}@media only screen and (min-width: 53.126em){.promoted-featured-post .featured-post-outer{margin:0 20px 20px 20px}.promoted-featured-post .featured-post-outer .featured-post-inner{padding:24px}}.storytype-label.featured-post-scroll-item{font-size:16px;margin-left:7px}.storytype-label.featured-post-scroll-item a{color:#000}.storytype-label.featured-post-scroll-item a:hover{text-decoration:none}@media only screen and (min-width: 53.126em){.storytype-label.featured-post-scroll-item{margin-left:20px}}.permalink.featured-post:not(.is-video) .navwrap--outer{display:none}.permalink.featured-post:not(.is-video) .navwrap--outer.show{display:block}.permalink.featured-post .main{left:0;padding:0}.permalink.featured-post .post{padding:0}.permalink.featured-post .post__misc{padding:0 1.125rem}.permalink.featured-post .post-content:not(.reply__content){margin-top:30px;padding:0 1.125rem}.permalink.featured-post .post-wrapper{margin:0}.permalink.featured-post .commerce-disclaimer{margin:0;width:100%}.permalink.featured-post .commerce-disclaimer:before{display:none}.permalink.featured-post .commerce-disclaimer span{max-width:636px;padding:10px 1.125rem;margin:auto;text-align:center}.permalink.featured-post .main__content{padding-top:0}.featured-post__sponsored-label{color:#aaa;font-size:13px;text-transform:uppercase}.movable-ad{display:-webkit-box;display:flex;width:100%;-webkit-box-pack:center;justify-content:center}.movable-ad .ad-container{padding:0}.movable-ad .ad-container .ad-label{width:100%;margin-left:0;margin-right:0}.movable-ad .ad-toolbar-wrapper{position:relative;margin:1rem 0;width:100%}.movable-ad .js_movable-ad-toolbar{border:1px dashed;border-color:#ccc;-webkit-box-align:center;align-items:center;background:#fff;display:-webkit-box;display:flex;height:100%;-webkit-box-pack:center;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1}.movable-ad .js_movable-ad-toolbar button{margin:10px}.movable-ad .js_movable-ad-toolbar .icon--svg{pointer-events:none}@media only screen and (min-width: 64em){.permalink.featured-post .post .post-content{margin:auto;margin-top:0;max-width:1024px;width:100%}}.f_kinja_darkmode_on{background-color:#222;color:#eee}.f_kinja_darkmode_on .headline,.f_kinja_darkmode_on .headline a,.f_kinja_darkmode_on .headline a:active,.f_kinja_darkmode_on .headline a:focus,.f_kinja_darkmode_on .headline a:hover,.f_kinja_darkmode_on h1,.f_kinja_darkmode_on h2,.f_kinja_darkmode_on h3,.f_kinja_darkmode_on h4,.f_kinja_darkmode_on h5,.f_kinja_darkmode_on h6{color:#eee}.f_kinja_darkmode_on .featured-post__featured-media-caption figcaption,.f_kinja_darkmode_on .post-content figcaption.caption,.f_kinja_darkmode_on .post-content figcaption.full-bleed__caption{color:#aaa}.f_kinja_darkmode_on .featured-post__meta.reverse-meta-colors{background-color:transparent}.f_kinja_darkmode_on .featured-post__meta .meta--pe{border-top-color:#666;border-bottom-color:#666}.f_kinja_darkmode_on .featured-post__meta .meta--pe a{color:#aaa}.f_kinja_darkmode_on .featured-post__meta .meta--pe .meta__byline a{color:#eee}.f_kinja_darkmode_on .featured-post__meta.reverse-meta-colors:after{border-bottom-color:#666}.f_kinja_darkmode_on .featured-post__meta.reverse-meta-colors .meta--pe .post-tags-container .first-tag span{color:#aaa}.f_kinja_darkmode_on .author-bio__name{color:#eee !important}@media only screen and (max-width: 37.438em){.f_kinja_darkmode_on .author-bio__container{border-color:#666}}.f_kinja_darkmode_on .basement,.f_kinja_darkmode_on .discussion-region{display:none}.f_kinja_darkmode_on .sharingfooter{background-color:#000}.sharingfooter{position:fixed;bottom:0;left:0;right:0;background:#fff;z-index:98;box-shadow:0 0 1px rgba(0,0,0,0.4);height:38px;line-height:38px;vertical-align:middle;font-size:13px}html.fallback-fonts .sharingfooter{font-family:\"Arial Narrow\",Arial,sans-serif;font-size:12.285px;line-height:39.444px;letter-spacing:0.5px}.sharingfooter:active,.sharingfooter:hover{box-shadow:0 0 1px rgba(0,0,0,0.55),0 0 3px rgba(0,0,0,0.1);-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}.sharingfooter__wrapper{margin:0 auto;max-width:63rem;width:100%;max-width:1336px}.sharingfooter__wrapper:after,.sharingfooter__wrapper:before{content:\" \";display:table}.sharingfooter__wrapper:after{clear:both}.sharingfooter__content{float:right;padding:0 1.125rem}.sharingfooter__content a{display:inline-block;margin-left:10px}.sharingfooter__content .button--share{margin-top:5px}@media only screen and (max-width: 53.125em){.sharingfooter__content{float:none;text-align:center}.sharingfooter__content a{margin:0}.sharingfooter__content .sharingfooter__facebook{text-align:right;padding-right:10px}.sharingfooter__content .sharingfooter__twitter{text-align:left;padding-left:10px}}.alert-bar{position:relative;padding:0.5em;background-color:#eeb544;color:rgba(0,0,0,0.6)}.alert-bar.alert-bar__hero{margin:2em 0;font-size:1.1em}.alert-bar.alert-bar__inline{width:100%}.alert-bar.alert-bar__control{padding-right:2em}.alert-bar .alert-bar__text{position:relative;top:1px}.alert-bar .alert-bar__icon{position:absolute;top:10px;right:10px}.reply__byline,a.reply__count span,a.reply__link span{font-family:\"ProximaNovaCond\",sans-serif;font-weight:500}.reply .unapproved-msg,.reply__pending-label,.reply__publish-time,.reply__to-author{font-family:\"ProximaNovaCond\",sans-serif;font-weight:400}@media only screen and (max-width: 37.438em){.reply--depth-0{margin-left:0}}.reply--depth-0>.reply__header>.avatar{margin-top:0}.reply--depth-0>.reply__header>.avatar img{width:40px;height:40px}@media only screen and (max-width: 37.438em){.reply--depth-0>.reply__header>.avatar{margin-top:2px}.reply--depth-0>.reply__header>.avatar img{width:32px;height:32px}}.reply--depth-0>.reply__content{-webkit-box-flex:1;-moz-flex:1 1 1px;flex:1 1 1px;max-width:696px;padding-left:60px}@media only screen and (max-width: 37.438em){.reply--depth-0>.reply__content{flex-basis:100%;padding-left:0}}.reply--depth-0>.reply__tools{padding-left:60px}@media only screen and (max-width: 37.438em){.reply--depth-0>.reply__tools{padding-left:1.125rem}}.reply--depth-0.anchor>.reply__content{max-width:666px}ul.commentlist{margin:0}ul.commentlist--depth-0{position:relative;left:-5px}@media only screen and (max-width: 37.438em){ul.commentlist--depth-0{left:0}}ul.commentlist--depth-1{margin-left:60px}@media only screen and (max-width: 37.438em){ul.commentlist--depth-1{margin-left:18px}}ul.commentlist--depth-1+.reply-footer-bar{margin-left:60px}@media only screen and (max-width: 37.438em){ul.commentlist--depth-1+.reply-footer-bar{margin-left:0}}.commentlist__item:after{content:'';display:block;height:0;width:auto;border-bottom:1px solid #e5e5e5;margin:0 60px}@media only screen and (max-width: 37.438em){.commentlist__item:after{position:relative;width:120%;left:-20%;margin:0}}.commentlist__item:last-child:after{display:none}@media only screen and (min-width: 37.5em){.commentlist__item--depth-1:after{width:auto;margin:0 46px 0 50px}}@media screen and (min-width: 64em) and (max-width: 69.375em){.commentlist__item--depth-1:after{margin:0 0 0 50px}}.commentlist__item--depth-1:first-child:before{content:'';display:block;height:0;width:auto;border-bottom:1px solid #e5e5e5}@media only screen and (max-width: 37.438em){.commentlist__item--depth-1:first-child:before{position:relative;width:120%;left:-20%}}@media only screen and (min-width: 37.5em){.commentlist__item--depth-1:first-child:before{margin-right:50px}}@media screen and (min-width: 1024px) and (max-width: 1110px){.commentlist__item--depth-1:first-child:before{margin:0}}.commentlist__item:not(.commentlist__item--depth-0) .editor{margin-left:0}.commentlist__item--depth-0.commentlist__item--expandable:after{display:none}.commentlist__item--depth-0.commentlist__item--expandable .reply-footer-bar{display:block}.reply{display:-webkit-box;display:-moz-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;max-width:800px;padding:20px 0;position:relative}.reply:hover .post-dropdown-trigger .svg-icon{opacity:1}.reply p.media-640{padding-bottom:1rem}.reply .media-300{float:left;max-width:50%;margin:0 2.25rem 0 0;padding:5px 0 15px 0}.reply .post-tools{bottom:0;margin:0;position:absolute;right:0}.reply .post-tools .post-bottom{margin:0}.reply .unapproved-msg{color:#aaa;font-size:.875rem;padding-bottom:1rem;font-style:italic}.reply img{width:100%}.reply.anchor:before{content:'';display:inline-block;height:100%;width:3px;position:absolute;left:-16px;top:0}@media only screen and (max-width: 37.438em){.reply.anchor:before{left:-1.125rem}}.reply__header{-webkit-box-ordinal-group:1;-moz-order:0;order:0;width:100%;color:#aaa;line-height:1.4;position:relative;padding-right:23px;padding-bottom:10px}@media only screen and (min-width: 66.3em){.reply__header{padding-right:0}}.reply__header .icon{opacity:0.3;margin-left:10px}@media only screen and (max-width: 1024px){.reply__header .icon{margin-top:-5px;margin-left:3px}}.reply__header>.avatar{float:left;display:block;position:relative;margin-top:2px;margin-right:20px}@media only screen and (max-width: 37.438em){.reply__header>.avatar{margin-right:10px}}.reply__header>.avatar img{height:30px;width:30px;display:block}@media only screen and (max-width: 37.438em){.reply__header>.avatar img{width:32px;height:32px}}.reply__header>.avatar .svg-checkmark{right:-6px;bottom:-5px}.reply__header .avatar .svg-checkmark,.reply__header .avatar .svg-checkmark--small{display:none;position:absolute;fill:#0093ec;opacity:.9}.reply__header .post-dropdown-trigger{position:absolute;right:0}@media only screen and (max-width: 37.438em){.reply__header .post-dropdown-trigger{right:10px}}.reply__header .post-dropdown-ct{position:absolute;top:3px}@media only screen and (max-width: 37.438em){.reply__header .post-dropdown-ct{position:static}}@media only screen and (min-width: 37.5em){.reply__header .post-dropdown-ct{right:-14px}}@media only screen and (min-width: 900px) and (max-width: 1024px){.reply__header .post-dropdown-ct{right:-67px;min-width:300px;min-height:100px}}@media only screen and (min-width: 1280px) and (max-width: 1407px){.reply__header .post-dropdown-ct{right:-41px;min-width:300px;min-height:100px}}@media only screen and (min-width: 1408px){.reply__header .post-dropdown-ct{right:-67px;min-width:300px;min-height:100px}}@media only screen and (min-width: 37.5em){.reply__header .post-dropdown-ct .f-dropdown{margin-left:6px}}@media only screen and (min-width: 88em){.reply__header .post-dropdown-ct .f-dropdown{margin-left:-169px}}@media only screen and (max-width: 37.438em){.reply__header .post-dropdown-ct .f-dropdown{width:90%;left:5%;right:5%}}.reply__header .post-dropdown-ct .f-dropdown .repostblock{background:inherit;cursor:default}.reply__header .post-dropdown-ct .f-dropdown .repostblock ul{margin:0}.reply__header .post-dropdown-ct .f-dropdown .repostblock .repostheader{display:block;background:inherit;cursor:default;padding-left:0.5rem}.reply__header.without-dropdown{padding-right:0}.reply__header.without-dropdown .post-dropdown-ct{display:none}.reply__header.followed .avatar .svg-checkmark,.reply__header.followed .avatar .svg-checkmark--small{display:block}.featured-post .reply__header .post-dropdown-ct{right:-14px}.reply__byline{display:-webkit-box;display:-moz-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;font-size:16px}@media only screen and (max-width: 37.438em){.reply__byline{font-size:14px}}.reply__byline a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:none;-webkit-box-flex:0;-moz-flex:0 1 auto;flex:0 1 auto;font-weight:bold;color:#000}.reply__byline a:focus,.reply__byline a:hover{color:#000}.reply__to-author{-webkit-box-flex:0;-moz-flex:0 1 auto;flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:none;font-weight:normal}@media only screen and (max-width: 1024px){.reply__to-author .icon{margin-top:-3px}}.reply__publish-time{font-size:.812rem}.reply__publish-time a{color:#aaa}.reply__publish-time a:active,.reply__publish-time a:focus,.reply__publish-time a:hover{color:#aaa;text-decoration:underline}.reply__pending-label{color:#000;text-transform:uppercase;font-size:14px;display:none;float:right;margin-right:50px}@media only screen and (max-width: 37.438em){.reply__pending-label{float:none;margin:0;position:absolute;right:0;top:22px}}.reply--unapproved .reply__publish-time .reply__pending-label{display:none}@media only screen and (max-width: 37.438em){.reply--unapproved .reply__publish-time .reply__pending-label{color:black;position:static;font-size:13px;margin-left:5px;display:inline-block}}.reply__content{-webkit-box-flex:1;-moz-flex:1 1 1px;flex:1 1 1px;-webkit-box-ordinal-group:2;-moz-order:1;order:1;max-width:636px;position:relative;padding-left:50px}@media only screen and (max-width: 37.438em){.reply__content{flex-basis:100%;padding-left:0}}.reply__content blockquote,.reply__content h2,.reply__content h3,.reply__content h4,.reply__content h5,.reply__content ol,.reply__content p,.reply__content ul{font-size:15px;line-height:28px}@media only screen and (max-width: 37.438em){.reply__content blockquote,.reply__content h2,.reply__content h3,.reply__content h4,.reply__content h5,.reply__content ol,.reply__content p,.reply__content ul{padding-left:1.125rem;padding-right:1.125rem}}@media only screen and (max-width: 37.438em){.reply__content .pullquote,.reply__content blockquote{margin-left:1.125rem;margin-right:1.125rem}}@media only screen and (max-width: 37.438em){.reply__content .pullquote p,.reply__content blockquote p{padding-left:0;padding-right:0}}.reply__content blockquote{padding-bottom:.625rem}.reply__content>:last-child{padding-bottom:0}@media only screen and (max-width: 37.438em){.reply__content{width:100%}}@media only screen and (max-width: 53.125em){.reply__content .has-video.has-video.media-large{margin:0}}@media only screen and (max-width: 37.438em){.reply--depth-1 .reply__content h2,.reply--depth-1 .reply__content h3,.reply--depth-1 .reply__content h4,.reply--depth-1 .reply__content h5,.reply--depth-1 .reply__content ol,.reply--depth-1 .reply__content p,.reply--depth-1 .reply__content ul{padding-left:0}}@media only screen and (max-width: 37.438em){.reply--depth-1 .reply__content .pullquote,.reply--depth-1 .reply__content blockquote{margin-left:0}}.reply--depth-1 .reply__tools{padding-left:0}a.reply__count,a.reply__link{line-height:1;color:#aaa}a.reply__count span,a.reply__link span{color:#000}a.reply__count .icon,a.reply__link .icon{margin-left:5px}a.reply__count:active,a.reply__count:focus,a.reply__count:hover,a.reply__link:active,a.reply__link:focus,a.reply__link:hover{color:#aaa;text-decoration:none}.reply__link{margin-left:6.5px;position:relative}@media only screen and (max-width: 37.438em){.reply-disabled,.reply__header{padding-left:1.125rem;padding-right:1.125rem}}@media only screen and (max-width: 37.438em){.reply--depth-1 .reply-disabled,.reply--depth-1 .reply__header{padding-left:0}}@-webkit-keyframes kinja-slide-wiggle{50%{-webkit-transform:translate3d(-10%, 0, 0);transform:translate3d(-10%, 0, 0)}80%{-webkit-transform:translate3d(0%, 0, 0);transform:translate3d(0%, 0, 0)}}@keyframes kinja-slide-wiggle{50%{-webkit-transform:translate3d(-10%, 0, 0);transform:translate3d(-10%, 0, 0)}80%{-webkit-transform:translate3d(0%, 0, 0);transform:translate3d(0%, 0, 0)}}.kinja-slide{-webkit-transition-timing-function:cubic-bezier(0.25, 0.1, 0.25, 1);transition-timing-function:cubic-bezier(0.25, 0.1, 0.25, 1)}.kinja-slide__container{width:100%;padding-bottom:66.6666%;position:relative}.kinja-slide__container--wide{padding-bottom:56.25%}@media only screen and (max-width: 53.125em){.kinja-slide--ad .kinja-slide__container{padding-bottom:18px}}.kinja-slide__image-container{-webkit-box-align:center;align-items:center;box-sizing:border-box;position:absolute;left:0;top:0;right:0;bottom:0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;overflow:hidden;background:#000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media only screen and (max-width: 53.125em){.kinja-slide__image-container{background:#333;pointer-events:none}}@media only screen and (min-width: 53.126em){.kinja-slide__image-container{cursor:pointer}}.kinja-slide__image-container>.kinja-slide__fullscreen-indicator{position:absolute;top:16px;left:16px;opacity:0;z-index:1;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:42px;height:42px;border-radius:50%;padding:13px;background:#333;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out}.kinja-slide__image-container>.kinja-slide__fullscreen-indicator .svg-icon{position:relative;margin-top:0;-webkit-transition:top .2s ease-out;transition:top .2s ease-out;stroke:#fff;opacity:1}@media only screen and (min-width: 53.126em){.kinja-slide__image-container:hover>.kinja-slide__fullscreen-indicator{opacity:1}}.kinja-slide__image{-webkit-box-align:center;align-items:center;box-sizing:border-box;position:absolute;left:0;top:0;right:0;bottom:0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;overflow:hidden}.kinja-slide__image,.kinja-slide__image img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.kinja-slide__image img{max-width:100%;max-height:100%;align-self:center;position:relative;-o-object-fit:contain;object-fit:contain}.kinja-slide__image.kinja-slide__image.kinja-slide__image.kinja-slide__image{width:100%}.kinja-slide__image--hidden{display:none}.kinja-slide__blur-background{background-size:cover;background-position:center center;-webkit-filter:blur(30px);filter:blur(30px);position:absolute;width:120%;height:120%;opacity:0.6}.kinja-slide__blur-background--hidden{display:none}@media only screen and (max-width: 53.125em){.kinja-slide__blur-background{display:none}}.kinja-slide__caption.kinja-slide__caption.kinja-slide__caption.kinja-slide__caption figcaption{color:#333;font-size:16px;line-height:21px;margin:0 auto;padding:18px;max-width:636px}@media only screen and (min-width: 53.126em){.kinja-slide__caption.kinja-slide__caption.kinja-slide__caption.kinja-slide__caption figcaption{padding:18px 0;margin:0 82px}}.kinja-slideshow--fullscreen .kinja-slide__caption.kinja-slide__caption.kinja-slide__caption.kinja-slide__caption figcaption{padding:0;color:#fff}.kinja-slide .loading .container{background:#f5f5f5}.kinja-slide__ad-container{-webkit-box-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;box-sizing:border-box;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#aaa;font-size:14px;font-weight:bold;line-height:17px}@media only screen and (min-width: 53.126em){.kinja-slide__ad-container{background:#333;position:absolute;left:0;top:0;right:0;bottom:0}}.kinja-slide__ad-container .ad-container{width:300px;height:250px;background-color:#fff}.kinja-slide__ad-label{margin-bottom:5px;margin-top:15px;font-weight:normal}@media only screen and (max-width: 53.125em){.kinja-slide__ad-label{width:300px;display:-webkit-box;display:flex}}.kinja-slide__ad-label-main{text-transform:uppercase}@media only screen and (max-width: 53.125em){.kinja-slide__ad-label-main{-webkit-box-flex:1;flex:1}}.kinja-slide__ad-label--disabled .kinja-slide__ad-label-skip{opacity:1}.kinja-slide__ad-label--enabled .kinja-slide__ad-label-skip{opacity:0;-webkit-transition:opacity 3s;transition:opacity 3s}@media only screen and (min-width: 53.126em){.kinja-slide__ad-label-skip{display:none}}.kinja-slide__ad-label--bottom{font-size:16px;font-weight:normal;text-transform:none;line-height:21px;padding-top:5px}@media only screen and (max-width: 53.125em){.kinja-slide__ad-label--bottom{display:none}}.kinja-slide__ad-label--bottom.kinja-slide__ad-label--disabled{opacity:1}.kinja-slide__ad-label--bottom.kinja-slide__ad-label--enabled{opacity:0;-webkit-transition:opacity 3s;transition:opacity 3s}.kinja-slide__ad-buttons{display:-webkit-box;display:flex;margin-top:15px;-webkit-box-pack:justify;justify-content:space-between;width:300px}@media only screen and (min-width: 53.126em){.kinja-slide__ad-buttons{display:none}}.kinja-slide.wiggle .kinja-slide__caption,.kinja-slide.wiggle .kinja-slide__container{-webkit-animation:kinja-slide-wiggle 0.60s ease-in-out both;animation:kinja-slide-wiggle 0.60s ease-in-out both}.kinja-slideshow{margin-bottom:20px;position:relative;overflow:hidden;background-color:#f5f5f5;font-family:\"ProximaNovaCond\",sans-serif}.kinja-slideshow__deck{display:-webkit-box;display:flex}.kinja-slideshow .kinja-slide{width:100%;position:relative;-webkit-box-flex:0;flex:0 0 100%}.kinja-slideshow .kinja-slide div.popup-attribution{color:#666}@media only screen and (min-width: 53.126em){.kinja-slideshow .kinja-slide div.popup-attribution{margin:0 82px 8px}}.kinja-slideshow .kinja-slide--ad .kinja-slide__inner{margin:auto}.kinja-slideshow .kinja-slide--ad .kinja-slide__ad-buttons{display:inherit}.kinja-slideshow .kinja-slideshow__navigate-left{display:none;position:absolute;top:20px;margin-top:66.6666%;left:20px}.kinja-slideshow .kinja-slideshow__navigate-left .svg-icon{stroke:#666}@media only screen and (min-width: 53.126em){.kinja-slideshow .kinja-slideshow__navigate-left{display:inherit}}.kinja-slideshow .kinja-slideshow__navigate-right{display:none;position:absolute;top:20px;margin-top:66.6666%;right:20px}.kinja-slideshow .kinja-slideshow__navigate-right .svg-icon{stroke:#666}@media only screen and (min-width: 53.126em){.kinja-slideshow .kinja-slideshow__navigate-right{display:inherit}}.kinja-slideshow--wide .kinja-slideshow__navigate-left,.kinja-slideshow--wide .kinja-slideshow__navigate-right{margin-top:56.25%}.kinja-slideshow__index{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;padding:0 18px 15px;max-width:636px;margin:0 auto;font-size:16px;line-height:21px;font-weight:normal;color:#aaa}.kinja-slideshow__index .svg-icon{margin-right:3px}@media only screen and (min-width: 53.126em){.kinja-slideshow__index{padding:0 0 15px;margin:0 82px}}.kinja-slideshow__index .kinja-slideshow__index-fullscreen{cursor:pointer}@media only screen and (min-width: 53.126em){.kinja-slideshow__index .kinja-slideshow__index-fullscreen{display:none}}.kinja-slideshow--fullscreen{position:fixed;top:0;left:0;bottom:0;right:0;z-index:10000;overflow:auto;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;margin-bottom:0;background:#000}@media only screen and (min-width: 53.126em){.kinja-slideshow--fullscreen .kinja-slideshow__index-fullscreen{display:inherit}}.kinja-slideshow--fullscreen .kinja-slideshow__index-fullscreen .svg-icon{stroke:#fff}.kinja-slideshow--fullscreen .kinja-slideshow__navigate-left,.kinja-slideshow--fullscreen .kinja-slideshow__navigate-right{display:none}.kinja-slideshow--fullscreen .kinja-slideshow__navigate-left span,.kinja-slideshow--fullscreen .kinja-slideshow__navigate-right span{width:100%}.kinja-slideshow--fullscreen .kinja-slideshow__navigate-left .svg-icon,.kinja-slideshow--fullscreen .kinja-slideshow__navigate-right .svg-icon{stroke:#fff}.kinja-slideshow--fullscreen .svg-icon{opacity:1}.kinja-slideshow--fullscreen .kinja-slide__caption,.kinja-slideshow--fullscreen .kinja-slideshow__index{color:#fff}.kinja-slideshow--fullscreen .kinja-slideshow__deck,.kinja-slideshow--fullscreen .kinja-slideshow__swipe-area{height:100%}.kinja-slideshow--fullscreen .kinja-slideshow__index{position:fixed;top:0;left:0;width:100%;max-width:none;margin:0;padding:15px 18px;-webkit-transition:top .2s ease-out;transition:top .2s ease-out}.kinja-slideshow--fullscreen .kinja-slideshow__index--hidden{top:-51px}.kinja-slideshow--fullscreen .kinja-slideshow__index-fullscreen,.kinja-slideshow--fullscreen .kinja-slideshow__index-paging{-webkit-filter:drop-shadow(1px 1px 0 rgba(0,0,0,0.5));filter:drop-shadow(1px 1px 0 rgba(0,0,0,0.5))}.kinja-slideshow--fullscreen .kinja-slideshow__index .svg-icon{stroke:#fff}.kinja-slideshow--fullscreen .kinja-slide__caption{max-width:none;margin:0;padding:18px;opacity:1;-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.kinja-slideshow--fullscreen .kinja-slide__caption--hidden{opacity:0}.kinja-slideshow--fullscreen .kinja-slide__blur-background{display:none}.kinja-slideshow--fullscreen .kinja-slideshow__blur-background--fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden}.kinja-slideshow--fullscreen .kinja-slideshow__blur-background--fullscreen-image{background-size:cover;background-position:center center;-webkit-filter:blur(30px);filter:blur(30px);position:absolute;top:-10%;left:-10%;z-index:-1;width:120%;height:120%;opacity:0.6;-webkit-transition:opacity 600ms ease-in-out;transition:opacity 600ms ease-in-out;will-change:opacity}.kinja-slideshow--fullscreen .kinja-slide__container{padding-bottom:0}.kinja-slideshow--fullscreen .kinja-slide__image-container:hover>.kinja-slide__fullscreen-indicator{display:none}.kinja-slideshow--fullscreen .kinja-slide__ad-container,.kinja-slideshow--fullscreen .kinja-slide__image,.kinja-slideshow--fullscreen .kinja-slide__image-container{position:static}@media only screen and (min-width: 53.126em){.kinja-slideshow--fullscreen .kinja-slide__ad-container,.kinja-slideshow--fullscreen .kinja-slide__image-container{cursor:inherit}}.kinja-slideshow--fullscreen .kinja-slide__inner{margin:auto}.kinja-slideshow--fullscreen .kinja-slide{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;overflow:auto}.kinja-slideshow--fullscreen .kinja-slideshow__sidebar{display:none}@media only screen and (orientation: landscape){.kinja-slideshow--fullscreen,.kinja-slideshow--fullscreen .kinja-slide{-webkit-box-pack:start;justify-content:flex-start}.kinja-slideshow--fullscreen .kinja-slide__inner{margin:inherit}}@media only screen and (min-width: 53.126em){.kinja-slideshow--fullscreen{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.kinja-slideshow--fullscreen .kinja-slideshow__sidebar,.kinja-slideshow--fullscreen .kinja-slideshow__swipe-area{flex-basis:50%}.kinja-slideshow--fullscreen .kinja-slideshow__swipe-area{-webkit-box-flex:1;flex:1 1;padding:25px 0 25px 25px;overflow:hidden}.kinja-slideshow--fullscreen .kinja-slideshow__sidebar{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-flex:0;flex:0 0 350px;-webkit-box-pack:justify;justify-content:space-between;position:relative;overflow:auto;padding:25px;color:white}.kinja-slideshow--fullscreen .kinja-slideshow__navigate-left,.kinja-slideshow--fullscreen .kinja-slideshow__navigate-right{display:inherit;margin-top:0}.kinja-slideshow--fullscreen .kinja-slide{overflow:hidden}.kinja-slideshow--fullscreen .kinja-slide__container,.kinja-slideshow--fullscreen .kinja-slide__image,.kinja-slideshow--fullscreen .kinja-slide__image-container,.kinja-slideshow--fullscreen .kinja-slide__inner{height:100%}.kinja-slideshow--fullscreen .kinja-slide__image-container{background:none}.kinja-slideshow--fullscreen .kinja-slide__image img{align-self:flex-start}.kinja-slideshow--fullscreen .kinja-slide__ad-container{background-color:none}.kinja-slideshow--fullscreen .kinja-slide__caption{display:none}.kinja-slideshow--fullscreen .kinja-slideshow__sidebar-caption{margin:0 0 15px 0;padding-top:84px;font-family:\"ProximaNovaCond\",sans-serif;font-size:16px;line-height:21px}.kinja-slideshow--fullscreen .kinja-slideshow__index{left:auto;right:0;width:auto;padding:36px 25px}.kinja-slideshow--fullscreen .kinja-slideshow__index-paging{display:none}.kinja-slideshow--fullscreen .kinja-slideshow__navigate-left svg,.kinja-slideshow--fullscreen .kinja-slideshow__navigate-right svg{width:100%}.kinja-slideshow--fullscreen .kinja-slideshow__navigate-left{top:25px;left:auto;right:283px}.kinja-slideshow--fullscreen .kinja-slideshow__navigate-left.button--disabled svg{stroke:#000}.kinja-slideshow--fullscreen .kinja-slideshow__navigate-right{top:25px;right:226px}.kinja-slideshow--fullscreen .kinja-slideshow__sidebar-index{color:rgba(255,255,255,0.6)}.kinja-slideshow--fullscreen .kinja-slideshow__sidebar-index svg{opacity:0.6}.kinja-slideshow--fullscreen .kinja-slideshow__sidebar-headline{font-size:19px;font-weight:600;line-height:24px;color:rgba(255,255,255,0.6)}.kinja-slideshow--fullscreen .kinja-slideshow__sidebar-ad-wrap{margin-top:30px}.kinja-slideshow--fullscreen .kinja-slideshow__sidebar-ad-label{text-transform:uppercase}.kinja-slideshow--fullscreen .kinja-slideshow__sidebar-ad{height:250px;background:grey;margin-top:5px}.kinja-slideshow--fullscreen .kinja-slideshow__sidebar-paging{padding-bottom:15px;border-bottom:1px solid rgba(245,245,245,0.2);margin-bottom:15px}.kinja-slideshow--fullscreen .kinja-slideshow__sidebar-paging .svg-icon{margin-right:3px;stroke:rgba(255,255,255,0.6)}.kinja-slideshow--fullscreen .kinja-slideshow__sidebar-share-button{margin-right:15px}.kinja-slideshow--fullscreen .kinja-slideshow__index--hidden{top:0}}.f_branding_on .post-content .kinja-slideshow__sidebar-caption a{color:#fff}.reviewbox-inset{clear:left}.reviewbox-inset .review-box__head-content-wrapper{display:none}@media only screen and (min-width: 37.5em){.reviewbox-inset.align--left .review-box{width:320px;margin:0}}.reviewbox-inset.align--left .review-box__head-content{display:none}@media only screen and (min-width: 53.126em){.reviewbox-inset.align--fullbleed .review-box{max-width:100%}}@media only screen and (min-width: 53.126em){.reviewbox-inset.align--fullbleed .review-box__head{position:relative;display:-webkit-box;display:flex;-webkit-box-align:left;align-items:left;padding-left:64%}}.reviewbox-inset.align--fullbleed .review-box__head--noimage{padding-left:0}.reviewbox-inset.align--fullbleed .review-box__head--noimage .review-box__head-content-wrapper:before{padding-top:36%}.reviewbox-inset.align--fullbleed .review-box__head-content-wrapper{position:relative;display:block;width:100%}.reviewbox-inset.align--fullbleed .review-box__head-content-wrapper:before{content:\"\";width:1px;margin-left:-1px;float:left;height:0;padding-top:100%}.reviewbox-inset.align--fullbleed .review-box__head-content-wrapper:after{content:\"\";display:table;clear:both}@media only screen and (max-width: 53.125em){.reviewbox-inset.align--fullbleed .review-box__head-content-wrapper{display:none}}@media only screen and (min-width: 53.126em){.reviewbox-inset.align--fullbleed .review-box__head-content{display:-webkit-box;display:flex;-webkit-box-flex:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;max-width:100%;padding:15px}.reviewbox-inset.align--fullbleed .review-box__head-content .review-score{position:unset;margin:0 auto;background:#fff;border-color:#fff}.reviewbox-inset.align--fullbleed .review-box__head-content .review-box__title{color:#fff}.reviewbox-inset.align--fullbleed .review-box__head-content:not(.review-box__head-content--visually-hidden){position:absolute;top:0;right:0;bottom:0;left:0}.reviewbox-inset.align--fullbleed .review-box__head-content--visually-hidden{visibility:hidden}}@media only screen and (min-width: 53.126em){.reviewbox-inset.align--fullbleed .review-box__image-wrapper{flex-basis:64%;padding-top:36%;padding:0;position:absolute;width:64%;top:0;left:0;right:36%;bottom:0;height:auto}}@media only screen and (min-width: 53.126em){.reviewbox-inset.align--fullbleed .review-box__image{position:absolute;top:-9999px;right:-9999px;bottom:-9999px;left:-9999px;min-height:100%;max-width:none;width:auto;margin:auto}}@media only screen and (min-width: 53.126em){.reviewbox-inset.align--fullbleed .review-box__content .review-box__title,.reviewbox-inset.align--fullbleed .review-box__content .review-score,.reviewbox-inset.align--fullbleed .review-box__content--nodata{display:none}}@media only screen and (min-width: 53.126em){.reviewbox-inset.align--fullbleed .review-box__data-wrapper:not(.review-box__data-wrapper--single){-webkit-column-count:2;column-count:2;-webkit-column-gap:30px;column-gap:30px}}.reviewbox-inset.align--fullbleed .review-box__data-item{-webkit-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid}.reviewbox-inset.align--fullbleed .review-box__data-label,.reviewbox-inset.align--fullbleed .review-box__data-value{max-width:none}@media only screen and (min-width: 53.126em){.reviewbox-inset.align--fullbleed .storytype-label-wrapper--top{display:none}}.reviewbox-inset.align--fullbleed .storytype-label-wrapper--head{-webkit-box-pack:center;justify-content:center;margin-bottom:20px}.review-box{margin:30px auto;max-width:470px;width:100%}.review-inset-editor .review-box{width:320px}.review-box__tag-wrapper{max-width:100%;height:26px;margin-bottom:1px;display:-webkit-box;display:flex}.review-box__tag{height:100%;padding:5px 5px 5px 7px;display:-webkit-box;display:flex;-webkit-box-flex:0;flex:0 0 auto;overflow:hidden;font-family:\"ProximaNovaCond\",sans-serif;font-size:15px;line-height:18px;background-color:#0093ec;-webkit-transition:background-color 0.1s ease-out;transition:background-color 0.1s ease-out}.review-box__tag:first-child{-webkit-box-flex:0;flex:0 1 auto}.review-box__tag:first-child .review-box__text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.review-box__tag:hover{text-decoration:none;background-color:#0073b9}.review-box__tag:not(:last-child){margin-right:1px}.review-box__tag .svg-icon.small{min-width:10px;height:100%;align-self:flex-end;stroke:#fff;opacity:1}.review-box__text{margin-right:5px;color:#fff;text-transform:uppercase}.review-box__image-wrapper{position:relative;height:0;padding-top:56.25%}.review-box__image-container{width:100%;overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0}.review-box__image-container .spinner.bounce{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;width:100%;height:100%;background-color:#e5e5e5}.review-box__image{width:100%}.review-box__head-content-wrapper{display:none}.review-box__content{position:relative;padding:15px 15px 1px 15px;background-color:#f5f5f5}.review-box__content--nodata{padding:15px}.review-box__content--nodata .review-box__title{margin-bottom:0}.review-box__content--nodata .review-box__data-wrapper{display:none}.review-box__title{margin-bottom:15px;font-size:24px;line-height:28px;text-align:center}.review-box__title:last-child{margin-bottom:0}.review-box__data-item{padding-bottom:15px}.review-box__data-label{margin-bottom:0;font-family:\"ProximaNovaCond\",sans-serif;font-size:15px;font-weight:normal;line-height:28px;color:#666;text-transform:uppercase}.review-box__data-value{font-family:\"ElizabethSerif\",Georgia,serif;color:#222;margin-bottom:0}.post-content .review-box__data-value,.dui-modal .review-box__data-value{font-size:15px;line-height:28px}.review-score{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:48px;height:48px;margin:0 auto 15px;border:2px solid #f5f5f5;border-radius:50%;font-family:\"ProximaNovaCond\",sans-serif;font-size:24px;line-height:24px;color:#fff;background-color:#333}.review-score--img{margin:0;position:absolute;top:-38px;left:calc(50% - 24px)}.review-score--small{font-size:19px;line-height:19px;height:36px;width:36px}@media only screen and (min-width: 37.5em){.review-score--small-on-medium-up{font-size:19px;line-height:19px;height:36px;width:36px}}.postlist__item--compact .asset,.postlist__item .asset,.storytype--section .item__image{position:relative}.postlist__item--compact .asset .review-score,.postlist__item .asset .review-score,.storytype--section .item__image .review-score{margin:0;position:absolute;left:10px;top:10px;z-index:1}@media only screen and (min-width: 37.5em){.postlist__item .asset .review-score{left:28px}}.content-widget-wrapper{width:100%;margin-bottom:-1px;border-bottom:1px solid #e5e5e5}.content-widget-container,.content-widget-container--condensed{margin:0 auto;padding:36px 0}.content-widget-container--card{background-color:#fbfbfb}.content-widget-container--featured{border-top:1px solid #ccc}@media only screen and (min-width: 53.126em){.content-widget-container,.content-widget-container--condensed{min-height:382px}}@media only screen and (min-width: 37.5em) and (max-width: 53.125em){.content-widget-container,.content-widget-container--condensed{min-height:340px}}@media only screen and (max-width: 37.438em){.content-widget-container,.content-widget-container--condensed{min-height:440px}}.content-widget{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;width:100%}.content-widget__title{margin-bottom:0;text-align:center;font-size:26px;font-weight:normal;text-transform:uppercase}@media only screen and (max-width: 37.438em){.content-widget__title--condensed{text-transform:none}}.content-widget__content{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:justify;justify-content:space-between;width:100%;max-width:1148px;padding-left:1.125rem;padding-right:1.125rem;margin-top:7px}.content-widget__content .item{width:32.3%;max-width:358px}.content-widget__content .item .ad-unit{height:100%;border:0}.content-widget__content .item .js_ad-dynamic{height:100%}.content-widget__content .item .js_ad-dynamic .ad-container{height:100%;margin:0}.content-widget__content .item .js_ad-dynamic .ad-container>div{height:100% !important}.content-widget__content .image__wrapper{position:relative;margin-bottom:8px}.content-widget__content .image__wrapper img{width:100%;-o-object-fit:cover;object-fit:cover}.content-widget__content .content__label{min-height:24px;color:#222;font-size:14px;font-weight:bold}.content-widget__content .content__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.content-widget__content .content__container a:hover{text-decoration:none}.content-widget__content .content__container a:hover h5{-webkit-text-decoration:underline solid #222;text-decoration:underline solid #222}.content-widget__content .content__wrapper--branded{padding:10px}.content-widget__content .content__wrapper h5{margin-bottom:0;font-size:16px;line-height:19px;text-align:left}.content-widget__content .content__wrapper>span{margin-bottom:7px;font-size:14px;color:#222;text-transform:uppercase}.content-widget__content--overlay .item .gmg-avatar{width:100%}.content-widget__content--card .item{display:-webkit-box;display:flex}.content-widget__content--card .content__headline-wrapper__label{display:none}.content-widget__content--card .content__wrapper{-webkit-box-flex:1;flex-grow:1;padding:10px 8px}.content-widget__content--card .content__container,.content-widget__content--card .content__link{display:-webkit-box;display:flex;-webkit-box-flex:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.content-widget__content--card .content__link{border:1px solid #ccc}.content-widget__content--headline{max-width:1006px;display:grid;grid-gap:6px;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;margin-top:12px}.content-widget__content--headline .item{display:-webkit-box;display:flex;width:100%;max-width:100%;min-height:85px;padding:8px 15px;border:1px solid #ccc}.content-widget__content--headline .content__condensed{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;margin-bottom:0}.content-widget__content--headline .content__condensed-avatar{position:relative;align-self:center;margin-right:6px}.content-widget__content--headline .content__condensed-avatar .gmg-avatar{width:100%;bottom:unset}.content-widget__content--headline .content__condensed-content{display:-webkit-box;display:flex;justify-content:space-around;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;position:relative;width:90%;border-left:2px solid currentColor;padding-left:6px}.content-widget__content--headline .content__condensed-content span{display:block;margin-bottom:4px;font-size:14px;font-weight:bold}.content-widget__content--headline .content__condensed-content a:hover h5{-webkit-text-decoration:underline solid #222;text-decoration:underline solid #222}.content-widget__content--headline .content__condensed-content h5{margin-bottom:-6px;margin-top:-3px;font-size:20px;line-height:24px;text-align:left}.content-widget--featured .content-widget__content{max-width:1337px}.content-widget--featured .content-widget__content .item{max-width:420px}.content-widget--featured .content-widget__content--classic .gmg-avatar{width:100%}.content-widget--featured .content-widget__content--card{max-width:876px;margin-top:31px}.content-widget--featured .content-widget__content--card .item{width:100%;max-width:100%}.content-widget--featured .content-widget__content--card .item:not(:last-child){margin-bottom:61px}.content-widget--featured .content-widget__content--card .content__label{display:none}.content-widget--featured .content-widget__content--card .content__label-wrapper{-webkit-box-flex:1;flex-grow:1}.content-widget--featured .content-widget__content--card .content-widget__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.content-widget--featured .content-widget__content--card .content__link{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.content-widget--featured .content-widget__content--card .content__headline-wrapper__label{display:block}.content-widget--featured .content-widget__content--card .content__wrapper{width:50%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;padding:23px 12px 0 23px}.content-widget--featured .content-widget__content--card .content__wrapper h5{font-size:28px;line-height:30px;text-align:left}.content-widget--featured .content-widget__content--card .content__wrapper span{margin-bottom:2px}.content-widget--featured .content-widget__content--card .content__headline-wrapper{position:relative;display:-webkit-box;display:flex;-webkit-box-flex:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center}.content-widget--featured .content-widget__content--card .content__headline-wrapper__label{margin-bottom:4px;font-weight:600;line-height:17px}.content-widget--featured .content-widget__content--card .content__avatar-wrapper{margin-bottom:20px}.content-widget--featured .content-widget__content--card .content__avatar-wrapper .content__headline-wrapper__label{display:none}.content-widget--featured .content-widget__content--card .image-container-wrapper{width:50%}.content-widget--featured .content-widget__content--card .image__wrapper{margin-bottom:0}.content-widget--featured .content-widget__content--headline{max-width:1201px;grid-gap:25px;grid-template-rows:1fr 1fr 1fr 1fr;margin-top:38px}.content-widget--featured .content-widget__content--headline .item{max-width:100%;min-height:120px}.content-widget--featured .content-widget__content--headline .content__condensed-content h5{font-size:24px;line-height:32px}.content-widget--featured .content__wrapper h5{font-size:24px;line-height:27px;text-align:center}@media only screen and (min-width: 53.126em){.content-widget__content:not(.content-widget__content--card) .content__wrapper{padding:0 40px}}@media only screen and (max-width: 63.9em){.content-widget--featured .content__wrapper h5{font-size:16px;line-height:19px}}@media only screen and (min-width: 37.5em){.content-widget__title--decoration{padding-bottom:43px;border-width:0 0 1px 0;border-style:solid;-webkit-border-image:-webkit-linear-gradient(left, transparent 0%, transparent 16%, #c9c9c9 16%, #c9c9c9 84%, transparent 84%, transparent 100%) 1;-o-border-image:linear-gradient(to right, transparent 0%, transparent 16%, #c9c9c9 16%, #c9c9c9 84%, transparent 84%, transparent 100%) 1;border-image:linear-gradient(to right, transparent 0%, transparent 16%, #c9c9c9 16%, #c9c9c9 84%, transparent 84%, transparent 100%) 1}.content-widget__content .content__wrapper>span{display:none}.content-widget .content-widget__content--card .content__label{background-color:#fbfbfb}.content-widget--featured .content-widget__content--classic,.content-widget--featured .content-widget__content--overlay{margin-top:29px}.content-widget--featured .content-widget__content--classic .item:nth-child(-n+3),.content-widget--featured .content-widget__content--overlay .item:nth-child(-n+3){margin-bottom:39px}.content-widget--featured .content-widget__content--headline .item{padding:15px 27px 15px 35px}.content-widget--featured .content-widget__content--headline .content__condensed-avatar{margin-right:15px}.content-widget--featured .content-widget__content--headline .content__condensed-content{padding-left:12px}}@media only screen and (min-width: 37.5em) and (max-width: 53.125em){.content-widget--featured .content-widget__content--card{padding:13px 13px 5px}.content-widget--featured .content-widget__content--card .item .content__wrapper .gmg-avatar{width:30px;height:30px}.content-widget--featured .content-widget__content--card .item .content__wrapper h5{font-size:20px;line-height:25px}.content-widget--featured .content-widget__content--card .content__avatar-wrapper{margin-bottom:0}}@media only screen and (max-width: 37.438em){.content-widget__title{letter-spacing:2px}.content-widget__content{margin-top:19px}.content-widget__content .item{width:100%;max-width:100%}.content-widget__content .content__label{display:none}.content-widget__content .content__link{display:-webkit-box;display:flex}.content-widget__content .content__wrapper{width:50%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:center;justify-content:center;padding:0 15px}.content-widget__content .content__wrapper h5{line-height:18px;text-align:left}.content-widget__content .content__wrapper span{margin-bottom:5px;font-weight:600}.content-widget__content .image-container-wrapper{width:50%}.content-widget__content .image__wrapper{margin-bottom:0}.content-widget__content--classic .item:not(:last-child),.content-widget__content--overlay .item:not(:last-child){padding-bottom:15px;border-bottom:1px solid #ddd;margin-bottom:15px}.content-widget__content--classic .content__wrapper,.content-widget__content--overlay .content__wrapper{padding:0 0 0 14px}.content-widget__content--classic .content__wrapper__label,.content-widget__content--overlay .content__wrapper__label{line-height:17px}.content-widget__content--classic .content__wrapper h5,.content-widget__content--overlay .content__wrapper h5{font-size:15px}.content-widget__content--overlay .item .image__wrapper--overlay .gmg-avatar{width:20px;height:20px;top:5px}.content-widget__content--card .item.branded-item:not(:last-child){margin-bottom:31px}.content-widget__content--card .item.branded-item .content__wrapper .gmg-avatar{width:20px;height:20px}.content-widget__content--card .content__link{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;border:1px solid #ccc}.content-widget__content--card .content__wrapper{padding-top:15px}.content-widget__content--card .content__wrapper__label{display:none}.content-widget__content--card .content__wrapper .content__headline-wrapper__label{margin-bottom:0}.content-widget__content--card .content__avatar-wrapper{height:20px;display:-webkit-box;display:flex;margin-bottom:5px}.content-widget__content--card .content__avatar-wrapper .content__headline-wrapper__label{display:block;font-size:14px}.content-widget__content--card .content__avatar-wrapper>div{width:20px;margin-right:6px}.content-widget__content--card .content__avatar-wrapper>div>span{width:20px !important;height:20px !important;margin-right:-10px;margin-bottom:0}.content-widget__content--card .content__headline-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-flex:1;flex-grow:1}.content-widget__content--headline{grid-template-columns:1fr;grid-gap:20px;margin-top:12px}.content-widget__content--headline .item{width:100%;min-height:unset;padding-left:10px}.content-widget__content--headline .content__condensed-avatar{width:40px;height:40px;margin-right:9px}.content-widget__content--headline .content__condensed-content h5{font-size:18px;line-height:21px}.content-widget--headline .content-widget__title{text-transform:capitalize}.content-widget:not(.content-widget--featured) .item:nth-child(n+5){display:none}.content-widget--featured .content-widget__content .item{max-width:100%}.content-widget--featured .content-widget__content .content__wrapper{padding:15px 15px 0}.content-widget--featured .content-widget__content .content__wrapper h5{font-size:16px;line-height:18px}.content-widget--featured .content-widget__content .content__avatar-wrapper{-webkit-box-align:center;align-items:center;margin-bottom:5px}.content-widget--featured .content-widget__content .content__avatar-wrapper .content__headline-wrapper__label{display:block;margin-bottom:0}.content-widget--featured .content-widget__content .content__avatar-wrapper>div>span{margin-bottom:0}.content-widget--featured .content-widget__content--headline{grid-gap:16px;margin-top:12px}.content-widget--featured .content-widget__content--headline .item{min-height:unset}.content-widget--featured .content-widget__content--headline .item:not(:last-child){margin-bottom:0}.content-widget--featured .content-widget__content--headline .content__condensed-content h5{font-size:18px;line-height:21px}}@media only screen and (max-width: 450px){.content-widget__content--card .content__link{padding:5px}.content-widget__content--card .content__link .content__wrapper{padding:0 0 0 5px}.content-widget__content--card .content__headline-wrapper{padding:0}.content-widget__content--card .content__avatar-wrapper>div>span{margin-bottom:-16px}.content-widget__content--card .content__avatar-wrapper .gmg-avatar{height:20px}}.content-promotion .item{margin:0 0 50px;max-width:636px;width:100%}.content-promotion a:hover{text-decoration:none}.content-promotion a:hover h5{color:#000000;text-decoration:underline}.content-promotion h5{font-size:1.25rem;margin-bottom:0}.content-promotion .image-container-wrapper{border:1px solid #72ad75;display:block;position:relative}.content-promotion .image-container-wrapper:before{width:26px;height:26px;border-radius:26px;background-size:auto;display:block;position:absolute;content:'';top:7px;left:7px;background:#72ad75;background-image:url(\"//x.kinja-static.com/assets/images/commerce-pop.svg\");background-position:50% 50%;background-repeat:no-repeat;background-size:20px;z-index:92}.branded-item .headline a{color:#000 !important}.branded-item .inset--story__thumb figure,.branded-item.item .image__wrapper{border-bottom:5px solid transparent}.branded-item .inset--story__thumb figure--overlay,.branded-item.item .image__wrapper--overlay{border-bottom:none}.branded-item .inset--story__thumb figure--overlay>.image__img,.branded-item.item .image__wrapper--overlay>.image__img{opacity:.5;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.branded-item .inset--story__thumb figure--overlay .gmg-avatar,.branded-item.item .image__wrapper--overlay .gmg-avatar{top:5px;left:5px;bottom:0}.branded-item.item:hover .image__wrapper--overlay>.image__img{opacity:1}.branded-item.item .content__wrapper .gmg-avatar{width:100%;position:relative;bottom:0}.branded-item .gmg-avatar{width:20px;position:absolute;bottom:-5px;left:0}.branded-item .inset--story__readmore{display:inline-block}.branded-item--deadspin.item{color:#1b3a4d}.branded-item--deadspin .inset--story__thumb figure,.branded-item--deadspin.item .image__wrapper{border-bottom-color:#1b3a4d}.branded-item--deadspin .inset--story__thumb figure--overlay,.branded-item--deadspin.item .image__wrapper--overlay{background-color:#1b3a4d}.branded-item--deadspin .inset--story__readmore{color:#000;box-shadow:inset 0 -2px 0 #3d84af;line-height:18px}.branded-item--deadspin .inset--story__readmore:hover{color:#1b3a4d;text-decoration:none}.branded-item--clickhole.item{color:#F16922}.branded-item--clickhole .inset--story__thumb figure,.branded-item--clickhole.item .image__wrapper{border-bottom-color:#F16922}.branded-item--clickhole .inset--story__thumb figure--overlay,.branded-item--clickhole.item .image__wrapper--overlay{background-color:#F16922}.branded-item--clickhole .inset--story__readmore{color:#000;box-shadow:inset 0 -2px 0 #aee8fa;line-height:18px}.branded-item--clickhole .inset--story__readmore:hover{color:#31C4F3;text-decoration:none}.branded-item--earther.item{color:#0075b2}.branded-item--earther .inset--story__thumb figure,.branded-item--earther.item .image__wrapper{border-bottom-color:#0075b2}.branded-item--earther .inset--story__thumb figure--overlay,.branded-item--earther.item .image__wrapper--overlay{background-color:#0075b2}.branded-item--earther .inset--story__readmore{color:#000;box-shadow:inset 0 -2px 0 #38bbff;line-height:18px}.branded-item--earther .inset--story__readmore:hover{color:#0075b2;text-decoration:none}.branded-item--fusion.item{color:#00004e}.branded-item--fusion .inset--story__thumb figure,.branded-item--fusion.item .image__wrapper{border-bottom-color:#00004e}.branded-item--fusion .inset--story__thumb figure--overlay,.branded-item--fusion.item .image__wrapper--overlay{background-color:#00004e}.branded-item--fusion .inset--story__readmore{color:#000;box-shadow:inset 0 -2px 0 #7ae8ff;line-height:18px}.branded-item--fusion .inset--story__readmore:hover{color:#00caf4;text-decoration:none}.branded-item--gizmodo.item{color:#18afed}.branded-item--gizmodo .inset--story__thumb figure,.branded-item--gizmodo.item .image__wrapper{border-bottom-color:#18afed}.branded-item--gizmodo .inset--story__thumb figure--overlay,.branded-item--gizmodo.item .image__wrapper--overlay{background-color:#18afed}.branded-item--gizmodo .inset--story__readmore{color:#000;box-shadow:inset 0 -2px 0 #93daf7;line-height:18px}.branded-item--gizmodo .inset--story__readmore:hover{color:#18afed;text-decoration:none}.branded-item--jalopnik.item{color:#ff4d00}.branded-item--jalopnik .inset--story__thumb figure,.branded-item--jalopnik.item .image__wrapper{border-bottom-color:#ff4d00}.branded-item--jalopnik .inset--story__thumb figure--overlay,.branded-item--jalopnik.item .image__wrapper--overlay{background-color:#ff4d00}.branded-item--jalopnik .inset--story__readmore{color:#000;box-shadow:inset 0 -2px 0 #ffaa85;line-height:18px}.branded-item--jalopnik .inset--story__readmore:hover{color:#ff4d00;text-decoration:none}.branded-item--jezebel.item{color:#ec1238}.branded-item--jezebel .inset--story__thumb figure,.branded-item--jezebel.item .image__wrapper{border-bottom-color:#ec1238}.branded-item--jezebel .inset--story__thumb figure--overlay,.branded-item--jezebel.item .image__wrapper--overlay{background-color:#ec1238}.branded-item--jezebel .inset--story__readmore{color:#000;box-shadow:inset 0 -2px 0 #f68c9f;line-height:18px}.branded-item--jezebel .inset--story__readmore:hover{color:#ec1238;text-decoration:none}.branded-item--kotaku.item{color:#fbc000}.branded-item--kotaku .inset--story__thumb figure,.branded-item--kotaku.item .image__wrapper{border-bottom-color:#fbc000}.branded-item--kotaku .inset--story__thumb figure--overlay,.branded-item--kotaku.item .image__wrapper--overlay{background-color:#fbc000}.branded-item--kotaku .inset--story__readmore{color:#000;box-shadow:inset 0 -2px 0 #ffe181;line-height:18px}.branded-item--kotaku .inset--story__readmore:hover{color:#fbc000;text-decoration:none}.branded-item--lifehacker.item{color:#94b330}.branded-item--lifehacker .inset--story__thumb figure,.branded-item--lifehacker.item .image__wrapper{border-bottom-color:#94b330}.branded-item--lifehacker .inset--story__thumb figure--overlay,.branded-item--lifehacker.item .image__wrapper--overlay{background-color:#94b330}.branded-item--lifehacker .inset--story__readmore{color:#000;box-shadow:inset 0 -2px 0 #cbdf88;line-height:18px}.branded-item--lifehacker .inset--story__readmore:hover{color:#94b330;text-decoration:none}.branded-item--theonion.item{color:#006b3a}.branded-item--theonion .inset--story__thumb figure,.branded-item--theonion.item .image__wrapper{border-bottom-color:#006b3a}.branded-item--theonion .inset--story__thumb figure--overlay,.branded-item--theonion.item .image__wrapper--overlay{background-color:#006b3a}.branded-item--theonion .inset--story__readmore{color:#000;box-shadow:inset 0 -2px 0 #00f082;line-height:18px}.branded-item--theonion .inset--story__readmore:hover{color:#006b3a;text-decoration:none}.branded-item--theroot.item{color:#509b22}.branded-item--theroot .inset--story__thumb figure,.branded-item--theroot.item .image__wrapper{border-bottom-color:#509b22}.branded-item--theroot .inset--story__thumb figure--overlay,.branded-item--theroot.item .image__wrapper--overlay{background-color:#509b22}.branded-item--theroot .inset--story__readmore{color:#000;box-shadow:inset 0 -2px 0 #92dd64;line-height:18px}.branded-item--theroot .inset--story__readmore:hover{color:#509b22;text-decoration:none}.branded-item--splinter.item{color:#f85637}.branded-item--splinter .inset--story__thumb figure,.branded-item--splinter.item .image__wrapper{border-bottom-color:#f85637}.branded-item--splinter .inset--story__thumb figure--overlay,.branded-item--splinter.item .image__wrapper--overlay{background-color:#f85637}.branded-item--splinter .inset--story__readmore{color:#000;box-shadow:inset 0 -2px 0 #fcc2b7;line-height:18px}.branded-item--splinter .inset--story__readmore:hover{color:#f85637;text-decoration:none}.branded-item--avclub.item{color:#1c263c}.branded-item--avclub .inset--story__thumb figure,.branded-item--avclub.item .image__wrapper{border-bottom-color:#1c263c}.branded-item--avclub .inset--story__thumb figure--overlay,.branded-item--avclub.item .image__wrapper--overlay{background-color:#1c263c}.branded-item--avclub .inset--story__readmore{color:#000;box-shadow:inset 0 -2px 0 #465f96;line-height:18px}.branded-item--avclub .inset--story__readmore:hover{color:#1c263c;text-decoration:none}.branded-item--thetakeout.item{color:#E5371A}.branded-item--thetakeout .inset--story__thumb figure,.branded-item--thetakeout.item .image__wrapper{border-bottom-color:#E5371A}.branded-item--thetakeout .inset--story__thumb figure--overlay,.branded-item--thetakeout.item .image__wrapper--overlay{background-color:#E5371A}.branded-item--thetakeout .inset--story__readmore{color:#000;box-shadow:inset 0 -2px 0 #fef7dd;line-height:18px}.branded-item--thetakeout .inset--story__readmore:hover{color:#F9DB5D;text-decoration:none}.branded-item--theinventory.item{color:#8F085E}.branded-item--theinventory .inset--story__thumb figure,.branded-item--theinventory.item .image__wrapper{border-bottom-color:#8F085E}.branded-item--theinventory .inset--story__thumb figure--overlay,.branded-item--theinventory.item .image__wrapper--overlay{background-color:#8F085E}.branded-item--theinventory .inset--story__readmore{color:#000;box-shadow:inset 0 -2px 0 #f329aa;line-height:18px}.branded-item--theinventory .inset--story__readmore:hover{color:#8F085E;text-decoration:none}.scroll-list-break{border-top:3px solid #0093ec}.post-content.dropcap--on>p:first-of-type:first-letter{margin:13px 10px 0 -5px;float:left;color:#0093ec;font-family:\"ProximaNovaCond\",sans-serif;font-weight:bold;font-size:100px;line-height:70px}@media only screen and (max-width: 37.438em){.post-content.dropcap--on>p:first-of-type:first-letter{line-height:65px}}@media only screen and (min-width: 90.062em){.post-content.dropcap--on>p:first-of-type:first-letter{font-size:117px;line-height:80px}}.post-content .inset--story__headline a{color:#000;box-shadow:none}.post-content .inset--story__headline a:hover{text-decoration:underline;color:#000}.post-content .quotable a,.post-content .storytype-boilerplate a,.post-content footer a,.post-content h1 a,.post-content h2 a,.post-content h3 a,.post-content h4 a,.post-content h5 a,.post-content h6 a,.post-content li a,.post-content p a{color:#222;box-shadow:inset 0 -2px 0 #72caff;-webkit-transition:color 0.1s ease-out;transition:color 0.1s ease-out;text-decoration:none}.post-content .quotable a:hover,.post-content .storytype-boilerplate a:hover,.post-content footer a:hover,.post-content h1 a:hover,.post-content h2 a:hover,.post-content h3 a:hover,.post-content h4 a:hover,.post-content h5 a:hover,.post-content h6 a:hover,.post-content li a:hover,.post-content p a:hover{color:#0093ec}.post-content .kinja-slideshow__sidebar-caption a{color:#fff}figcaption a{color:#0093ec}figcaption a:hover{color:#0073b9}.editor-inner.post-content blockquote,.entry-content blockquote{border-radius:0;border-left:5px solid #0093ec;padding:0 0 0 1.125rem;background-color:transparent;margin-top:2rem;margin-bottom:2rem}.editor-inner.post-content blockquote p,.entry-content blockquote p{font-size:15px;line-height:28px}@media only screen and (max-width: 37.438em){.editor-inner.post-content blockquote p,.entry-content blockquote p{font-size:14px;line-height:26px}}@media only screen and (min-width: 90.062em){.editor-inner.post-content blockquote p,.entry-content blockquote p{font-size:16px;line-height:29px}}.editor-inner.post-content .pullquote__content,.entry-content .pullquote__content{display:block;padding-left:1.125rem;padding-right:1.125rem}.editor-inner.post-content .pullquote.align--center,.entry-content .pullquote.align--center{margin-top:2.5rem;margin-bottom:2.5rem}@media only screen and (min-width: 37.5em){.editor-inner.post-content .pullquote.align--center,.entry-content .pullquote.align--center{max-width:66%}}.storybreak-branded-a,.storybreak-branded-b{border:0;background-position:center;background-repeat:no-repeat}.review-score,.reviewbox-inset.align--fullbleed .review-box__head{background-color:#333}.reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label{color:#fff;border-color:#fff}.reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label:hover{background-color:#fff;color:#333}.reviewbox-inset.align--fullbleed .review-box__head-content .review-score{color:#333}.storytype-label:not(.storytype-label--white){color:#0093ec;border-color:#0093ec}.storytype-label:not(.storytype-label--white):hover{color:#0073b9;border-color:#0073b9}.author-bio__name{color:#222}.author-bio a:not(.author-bio__name){color:#0093ec}.author-bio a:not(.author-bio__name) .svg-icon--filled{fill:#0093ec}.author-bio a:not(.author-bio__name) .svg-icon:not(.svg-icon--filled){stroke:#0093ec}.author-bio a:not(.author-bio__name):hover{color:#0073b9}.author-bio a:not(.author-bio__name):hover .svg-icon--filled{fill:#0073b9}.author-bio a:not(.author-bio__name):hover .svg-icon:not(.svg-icon--filled){stroke:#0073b9}.sidebar-content .newsletter-subscribe{border-color:#0093ec}.curation-mountain .item-author a:hover,.textbox-shadow{color:#0093ec}.blog-group-deadspin .scroll-list-break{border-top:3px solid #2d9d92}.blog-group-deadspin .post-content.dropcap--on>p:first-of-type:first-letter{margin:13px 10px 0 -5px;float:left;color:#1b3a4d;font-family:\"ProximaNovaCond\",sans-serif;font-weight:bold;font-size:100px;line-height:70px}@media only screen and (max-width: 37.438em){.blog-group-deadspin .post-content.dropcap--on>p:first-of-type:first-letter{line-height:65px}}@media only screen and (min-width: 90.062em){.blog-group-deadspin .post-content.dropcap--on>p:first-of-type:first-letter{font-size:117px;line-height:80px}}.blog-group-deadspin .post-content .inset--story__headline a{color:#000;box-shadow:none}.blog-group-deadspin .post-content .inset--story__headline a:hover{text-decoration:underline;color:#000}.blog-group-deadspin .post-content .quotable a,.blog-group-deadspin .post-content .storytype-boilerplate a,.blog-group-deadspin .post-content footer a,.blog-group-deadspin .post-content h1 a,.blog-group-deadspin .post-content h2 a,.blog-group-deadspin .post-content h3 a,.blog-group-deadspin .post-content h4 a,.blog-group-deadspin .post-content h5 a,.blog-group-deadspin .post-content h6 a,.blog-group-deadspin .post-content li a,.blog-group-deadspin .post-content p a{color:#222;box-shadow:inset 0 -2px 0 #77d8ce;-webkit-transition:color 0.1s ease-out;transition:color 0.1s ease-out;text-decoration:none}.blog-group-deadspin .post-content .quotable a:hover,.blog-group-deadspin .post-content .storytype-boilerplate a:hover,.blog-group-deadspin .post-content footer a:hover,.blog-group-deadspin .post-content h1 a:hover,.blog-group-deadspin .post-content h2 a:hover,.blog-group-deadspin .post-content h3 a:hover,.blog-group-deadspin .post-content h4 a:hover,.blog-group-deadspin .post-content h5 a:hover,.blog-group-deadspin .post-content h6 a:hover,.blog-group-deadspin .post-content li a:hover,.blog-group-deadspin .post-content p a:hover{color:#2d9d92}.blog-group-deadspin .post-content .kinja-slideshow__sidebar-caption a{color:#fff}.blog-group-deadspin figcaption a{color:#2d9d92}.blog-group-deadspin figcaption a:hover{color:#22756d}.blog-group-deadspin .editor-inner.post-content blockquote,.blog-group-deadspin .entry-content blockquote{border-radius:0;border-left:5px solid #1b3a4d;padding:0 0 0 1.125rem;background-color:transparent;margin-top:2rem;margin-bottom:2rem}.blog-group-deadspin .editor-inner.post-content blockquote p,.blog-group-deadspin .entry-content blockquote p{font-size:15px;line-height:28px}@media only screen and (max-width: 37.438em){.blog-group-deadspin .editor-inner.post-content blockquote p,.blog-group-deadspin .entry-content blockquote p{font-size:14px;line-height:26px}}@media only screen and (min-width: 90.062em){.blog-group-deadspin .editor-inner.post-content blockquote p,.blog-group-deadspin .entry-content blockquote p{font-size:16px;line-height:29px}}.blog-group-deadspin .editor-inner.post-content .pullquote__content,.blog-group-deadspin .entry-content .pullquote__content{display:block;padding-left:1.125rem;padding-right:1.125rem}.blog-group-deadspin .editor-inner.post-content .pullquote.align--center,.blog-group-deadspin .entry-content .pullquote.align--center{margin-top:2.5rem;margin-bottom:2.5rem}@media only screen and (min-width: 37.5em){.blog-group-deadspin .editor-inner.post-content .pullquote.align--center,.blog-group-deadspin .entry-content .pullquote.align--center{max-width:66%}}.blog-group-deadspin .storybreak-branded-a,.blog-group-deadspin .storybreak-branded-b{border:0;background-position:center;background-repeat:no-repeat}.blog-group-deadspin .review-score,.blog-group-deadspin .reviewbox-inset.align--fullbleed .review-box__head{background-color:#1b3a4d}.blog-group-deadspin .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label{color:#fff;border-color:#fff}.blog-group-deadspin .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label:hover{background-color:#fff;color:#1b3a4d}.blog-group-deadspin .reviewbox-inset.align--fullbleed .review-box__head-content .review-score{color:#1b3a4d}.blog-group-deadspin .storytype-label:not(.storytype-label--white){color:#2d9d92;border-color:#2d9d92}.blog-group-deadspin .storytype-label:not(.storytype-label--white):hover{color:#22756d;border-color:#22756d}.blog-group-deadspin .author-bio__name{color:#222}.blog-group-deadspin .author-bio a:not(.author-bio__name){color:#2d9d92}.blog-group-deadspin .author-bio a:not(.author-bio__name) .svg-icon--filled{fill:#2d9d92}.blog-group-deadspin .author-bio a:not(.author-bio__name) .svg-icon:not(.svg-icon--filled){stroke:#2d9d92}.blog-group-deadspin .author-bio a:not(.author-bio__name):hover{color:#22756d}.blog-group-deadspin .author-bio a:not(.author-bio__name):hover .svg-icon--filled{fill:#22756d}.blog-group-deadspin .author-bio a:not(.author-bio__name):hover .svg-icon:not(.svg-icon--filled){stroke:#22756d}.blog-group-deadspin .sidebar-content .newsletter-subscribe{border-color:#1b3a4d}.blog-group-deadspin .curation-mountain .item-author a:hover,.blog-group-deadspin .textbox-shadow{color:#2d9d92}.blog-group-deadspin .editor-inner.post-content .pullquote,.blog-group-deadspin .entry-content .pullquote{border-top:1px solid #1b3a4d;border-bottom:1px solid #1b3a4d;padding:30px 0;position:relative;color:#1b3a4d;font-size:22px;line-height:32px;font-weight:bold;text-align:center}.blog-group-deadspin .editor-inner.post-content .pullquote.align--left,.blog-group-deadspin .entry-content .pullquote.align--left{text-align:center}@media only screen and (min-width: 37.5em){.blog-group-deadspin .editor-inner.post-content .pullquote.align--left,.blog-group-deadspin .entry-content .pullquote.align--left{margin-bottom:1rem}}.blog-group-deadspin .editor-inner.post-content .pullquote:after,.blog-group-deadspin .editor-inner.post-content .pullquote:before,.blog-group-deadspin .entry-content .pullquote:after,.blog-group-deadspin .entry-content .pullquote:before{border:0;height:4px;width:26px;position:absolute;left:calc(50% - 13px);background-image:url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"26\" height=\"4\" viewBox=\"0 0 26 4\"><title>deadspin-quote-carrot-aligned-w-bgr-2<\\/title><path d=\"M10,3.5l3-3,3,3Z\" style=\"fill:%23ffffff;stroke:%23ffffff\"/><path d=\"M0,3.5H10l3-3,3,3H26\" style=\"fill:none;stroke:%231b3a4d\"/><\\/svg>')}.blog-group-deadspin .editor-inner.post-content .pullquote:before,.blog-group-deadspin .entry-content .pullquote:before{top:-4px}.blog-group-deadspin .editor-inner.post-content .pullquote:after,.blog-group-deadspin .entry-content .pullquote:after{bottom:-4px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.blog-group-deadspin .editor-inner.post-content .pullquote .pullquote__helper,.blog-group-deadspin .entry-content .pullquote .pullquote__helper{display:block;position:absolute;width:100%}.blog-group-deadspin .editor-inner.post-content .pullquote .pullquote__helper:first-child,.blog-group-deadspin .entry-content .pullquote .pullquote__helper:first-child{top:0}.blog-group-deadspin .editor-inner.post-content .pullquote .pullquote__helper:last-child,.blog-group-deadspin .entry-content .pullquote .pullquote__helper:last-child{bottom:6px}.blog-group-deadspin .editor-inner.post-content .pullquote .pullquote__helper:after,.blog-group-deadspin .editor-inner.post-content .pullquote .pullquote__helper:before,.blog-group-deadspin .entry-content .pullquote .pullquote__helper:after,.blog-group-deadspin .entry-content .pullquote .pullquote__helper:before{display:block;content:'';height:9px;width:18px;position:absolute;top:-1px;background-color:#fff}.blog-group-deadspin .editor-inner.post-content .pullquote .pullquote__helper:before,.blog-group-deadspin .entry-content .pullquote .pullquote__helper:before{left:0}.blog-group-deadspin .editor-inner.post-content .pullquote .pullquote__helper:after,.blog-group-deadspin .entry-content .pullquote .pullquote__helper:after{right:0}.blog-group-deadspin .editor-inner.post-content .pullquote .pullquote__helper:last-child:after,.blog-group-deadspin .editor-inner.post-content .pullquote .pullquote__helper:last-child:before,.blog-group-deadspin .entry-content .pullquote .pullquote__helper:last-child:after,.blog-group-deadspin .entry-content .pullquote .pullquote__helper:last-child:before{top:-2px}.blog-group-deadspin .editor-inner.post-content .pullquote .pullquote__helper:first-child:after,.blog-group-deadspin .editor-inner.post-content .pullquote .pullquote__helper:first-child:before,.blog-group-deadspin .editor-inner.post-content .pullquote .pullquote__helper:last-child:after,.blog-group-deadspin .editor-inner.post-content .pullquote .pullquote__helper:last-child:before,.blog-group-deadspin .entry-content .pullquote .pullquote__helper:first-child:after,.blog-group-deadspin .entry-content .pullquote .pullquote__helper:first-child:before,.blog-group-deadspin .entry-content .pullquote .pullquote__helper:last-child:after,.blog-group-deadspin .entry-content .pullquote .pullquote__helper:last-child:before{background-image:url('data:image/svg+xml;utf8,<svg width=\"19\" height=\"9\" viewBox=\"0 0 19 9\" xmlns=\"http://www.w3.org/2000/svg\"><title>deadspin-quote-topleft<\\/title><path d=\"M.5 8.5c0-4.43 3.655-8.054 8-8h10\" stroke=\"%231B3A4D\" fill=\"none\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><\\/svg>')}.blog-group-deadspin .editor-inner.post-content .pullquote .pullquote__helper:first-child:after,.blog-group-deadspin .entry-content .pullquote .pullquote__helper:first-child:after{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.blog-group-deadspin .editor-inner.post-content .pullquote .pullquote__helper:last-child:before,.blog-group-deadspin .entry-content .pullquote .pullquote__helper:last-child:before{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.blog-group-deadspin .editor-inner.post-content .pullquote .pullquote__helper:last-child:after,.blog-group-deadspin .entry-content .pullquote .pullquote__helper:last-child:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.blog-group-deadspin .storybreak-branded-a{min-width:49px;height:14px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='14' viewBox='0 0 49 14'%3E %3Cpath fill='%231B3A4D' fill-rule='evenodd' d='M0 6.75l3.914 4.013 3.96-4.06L3.96 2.69M24.282 0l-6.6 6.767 6.523 6.688 6.6-6.767m9.882.062l3.914 4.013 3.96-4.06-3.91-4.013'/%3E %3C/svg%3E\")}.blog-group-deadspin .storybreak-branded-b{min-width:49px;height:14px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49' height='14' viewBox='0 0 49 14'%3E %3Cpath fill='%23249D9D' fill-rule='evenodd' d='M0 6.75l3.914 4.013 3.96-4.06L3.96 2.69M24.282 0l-6.6 6.767 6.523 6.688 6.6-6.767m9.882.062l3.914 4.013 3.96-4.06-3.91-4.013'/%3E %3C/svg%3E\")}.blog-group-clickhole .scroll-list-break{border-top:3px solid #F16922}.blog-group-clickhole .post-content.dropcap--on>p:first-of-type:first-letter{margin:13px 10px 0 -5px;float:left;color:#F16922;font-family:\"ProximaNovaCond\",sans-serif;font-weight:bold;font-size:100px;line-height:70px}@media only screen and (max-width: 37.438em){.blog-group-clickhole .post-content.dropcap--on>p:first-of-type:first-letter{line-height:65px}}@media only screen and (min-width: 90.062em){.blog-group-clickhole .post-content.dropcap--on>p:first-of-type:first-letter{font-size:117px;line-height:80px}}.blog-group-clickhole .post-content .inset--story__headline a{color:#000;box-shadow:none}.blog-group-clickhole .post-content .inset--story__headline a:hover{text-decoration:underline;color:#000}.blog-group-clickhole .post-content .quotable a,.blog-group-clickhole .post-content .storytype-boilerplate a,.blog-group-clickhole .post-content footer a,.blog-group-clickhole .post-content h1 a,.blog-group-clickhole .post-content h2 a,.blog-group-clickhole .post-content h3 a,.blog-group-clickhole .post-content h4 a,.blog-group-clickhole .post-content h5 a,.blog-group-clickhole .post-content h6 a,.blog-group-clickhole .post-content li a,.blog-group-clickhole .post-content p a{color:#222;box-shadow:inset 0 -2px 0 #31c4f3;-webkit-transition:color 0.1s ease-out;transition:color 0.1s ease-out;text-decoration:none}.blog-group-clickhole .post-content .quotable a:hover,.blog-group-clickhole .post-content .storytype-boilerplate a:hover,.blog-group-clickhole .post-content footer a:hover,.blog-group-clickhole .post-content h1 a:hover,.blog-group-clickhole .post-content h2 a:hover,.blog-group-clickhole .post-content h3 a:hover,.blog-group-clickhole .post-content h4 a:hover,.blog-group-clickhole .post-content h5 a:hover,.blog-group-clickhole .post-content h6 a:hover,.blog-group-clickhole .post-content li a:hover,.blog-group-clickhole .post-content p a:hover,.blog-group-clickhole .post-content .kinja-slideshow__sidebar-caption a{color:#31C4F3}.blog-group-clickhole figcaption a{color:#F16922}.blog-group-clickhole figcaption a:hover{color:#d3510d}.blog-group-clickhole .editor-inner.post-content blockquote,.blog-group-clickhole .entry-content blockquote{border-radius:0;border-left:5px solid #F16922;padding:0 0 0 1.125rem;background-color:transparent;margin-top:2rem;margin-bottom:2rem}.blog-group-clickhole .editor-inner.post-content blockquote p,.blog-group-clickhole .entry-content blockquote p{font-size:15px;line-height:28px}@media only screen and (max-width: 37.438em){.blog-group-clickhole .editor-inner.post-content blockquote p,.blog-group-clickhole .entry-content blockquote p{font-size:14px;line-height:26px}}@media only screen and (min-width: 90.062em){.blog-group-clickhole .editor-inner.post-content blockquote p,.blog-group-clickhole .entry-content blockquote p{font-size:16px;line-height:29px}}.blog-group-clickhole .editor-inner.post-content .pullquote__content,.blog-group-clickhole .entry-content .pullquote__content{display:block;padding-left:1.125rem;padding-right:1.125rem}.blog-group-clickhole .editor-inner.post-content .pullquote.align--center,.blog-group-clickhole .entry-content .pullquote.align--center{margin-top:2.5rem;margin-bottom:2.5rem}@media only screen and (min-width: 37.5em){.blog-group-clickhole .editor-inner.post-content .pullquote.align--center,.blog-group-clickhole .entry-content .pullquote.align--center{max-width:66%}}.blog-group-clickhole .storybreak-branded-a,.blog-group-clickhole .storybreak-branded-b{border:0;background-position:center;background-repeat:no-repeat}.blog-group-clickhole .review-score,.blog-group-clickhole .reviewbox-inset.align--fullbleed .review-box__head{background-color:#F16922}.blog-group-clickhole .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label{color:#fff;border-color:#fff}.blog-group-clickhole .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label:hover{background-color:#fff;color:#F16922}.blog-group-clickhole .reviewbox-inset.align--fullbleed .review-box__head-content .review-score{color:#F16922}.blog-group-clickhole .storytype-label:not(.storytype-label--white){color:#F16922;border-color:#F16922}.blog-group-clickhole .storytype-label:not(.storytype-label--white):hover{color:#d3510d;border-color:#d3510d}.blog-group-clickhole .author-bio__name{color:#222}.blog-group-clickhole .author-bio a:not(.author-bio__name){color:#F16922}.blog-group-clickhole .author-bio a:not(.author-bio__name) .svg-icon--filled{fill:#F16922}.blog-group-clickhole .author-bio a:not(.author-bio__name) .svg-icon:not(.svg-icon--filled){stroke:#F16922}.blog-group-clickhole .author-bio a:not(.author-bio__name):hover{color:#d3510d}.blog-group-clickhole .author-bio a:not(.author-bio__name):hover .svg-icon--filled{fill:#d3510d}.blog-group-clickhole .author-bio a:not(.author-bio__name):hover .svg-icon:not(.svg-icon--filled){stroke:#d3510d}.blog-group-clickhole .sidebar-content .newsletter-subscribe{border-color:#F16922}.blog-group-clickhole .curation-mountain .item-author a:hover{color:#F16922}.blog-group-clickhole .textbox-shadow{color:#31C4F3}.blog-group-clickhole .pullquote{font-style:normal;font-weight:normal;color:#F16922}.blog-group-clickhole .pullquote:after,.blog-group-clickhole .pullquote:before{width:240px;border-top-width:2px;border-color:#F16922}.blog-group-clickhole .storybreak-branded-a{min-width:106px;height:5px;background-image:url(\"data:image/svg+xml,%3Csvg width='106' height='5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.632 4.284a2.142 2.142 0 1 1 0-4.284 2.142 2.142 0 0 1 0 4.284zm16.79 0a2.142 2.142 0 1 1 0-4.284 2.142 2.142 0 0 1 0 4.284zm16.788 0a2.142 2.142 0 1 1 0-4.284 2.142 2.142 0 0 1 0 4.284zm16.79 0A2.142 2.142 0 1 1 53 0a2.142 2.142 0 0 1 0 4.284zm16.79 0A2.142 2.142 0 1 1 69.788 0a2.142 2.142 0 0 1 .002 4.284zm16.789 0A2.142 2.142 0 1 1 86.577 0a2.142 2.142 0 0 1 .002 4.284zm16.789 0A2.142 2.142 0 1 1 103.366 0a2.142 2.142 0 0 1 .002 4.284z' fill='%2331C4F3' fill-rule='evenodd'/%3E%3C/svg%3E\")}.blog-group-clickhole .storybreak-branded-b{min-width:162px;height:16px;background-image:url(\"data:image/svg+xml,%3Csvg width='162' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.793 10.07l.815-1.927a3.79 3.79 0 0 0 1.53.935.793.793 0 0 0 .247.039c.297 0 .575-.163.682-.426.139-.337-.055-.71-.433-.831a2.303 2.303 0 0 1-1.009-.651h3.334v2.862h-5.166zM0 5.594c0-1.09.994-1.978 2.216-1.978h10.441c.595-.046 1.172-.554 1.732-1.046.668-.588 1.36-1.196 2.24-1.196h10.148V.486h7.027v.887h15.332l3.633 2.08h11.95l.726-.361h3.44v2.195h-3.44l-.726-.362h-11.95v.589H39.314L36.8 6.604v7.863l-6.098 1.488V7.974h-2.29v2.746c0 .358-.325.648-.726.648h-6.442l-1.177 2.79.413.509-.337.912s-3.812-.935-4.549-1.246a.94.94 0 0 1-.521-.523.81.81 0 0 1 .06-.698c.708-1.217 2.678-4.416 3.06-5.287.33-.754.02-1.118-.445-1.136h-1.473c-1.747.21-10.88 4.663-13.147 5.577a2.441 2.441 0 0 1-2.114-.14C.38 11.759 0 11.139 0 10.465V5.593zm161.886 0v4.872c0 .674-.38 1.294-1.014 1.66a2.441 2.441 0 0 1-2.114.14c-2.268-.913-11.4-5.365-13.148-5.576h-1.473c-.464.018-.774.382-.444 1.136.381.87 2.352 4.07 3.06 5.287a.81.81 0 0 1 .06.698.94.94 0 0 1-.521.523c-.738.31-4.55 1.246-4.55 1.246l-.337-.912.415-.51-1.178-2.79H134.2c-.401 0-.726-.29-.726-.647V7.974h-2.29v7.98l-6.099-1.487V6.604l-2.511-1.09h-13.457v-.59h-11.95l-.725.363H93V3.092h3.44l.727.362h11.948l3.633-2.081h15.333V.486h7.026v.887h10.15c.879 0 1.57.608 2.24 1.196.559.492 1.137 1 1.73 1.046h10.442c1.223 0 2.216.888 2.216 1.978z' fill='%23E5110C' fill-rule='evenodd'/%3E%3C/svg%3E\")}.blog-group-clickhole .mobile-nav__mainstrip--logo .topnav__subtitle,.blog-group-clickhole .topnav__logostrip.topnav__logostrip--subtitle .topnav__logo-wrapper .topnav__subtitle{color:#000;text-transform:capitalize;font-weight:800;font-size:24px;line-height:31px;font-style:italic}.blog-group-clickhole .topnav__logostrip.topnav__logostrip--subtitle .topnav__logo-wrapper .topnav__subtitle{font-size:40px}.blog-group-clickhole .mobile-nav__mainstrip--logo .topnav__subtitle{font-size:26px}.blog-group-clickhole.patriothole .scroll-list-break{border-top:3px solid #E5110C}.blog-group-clickhole.patriothole .post-content.dropcap--on>p:first-of-type:first-letter{margin:13px 10px 0 -5px;float:left;color:#E5110C;font-family:\"ProximaNovaCond\",sans-serif;font-weight:bold;font-size:100px;line-height:70px}@media only screen and (max-width: 37.438em){.blog-group-clickhole.patriothole .post-content.dropcap--on>p:first-of-type:first-letter{line-height:65px}}@media only screen and (min-width: 90.062em){.blog-group-clickhole.patriothole .post-content.dropcap--on>p:first-of-type:first-letter{font-size:117px;line-height:80px}}.blog-group-clickhole.patriothole .post-content .inset--story__headline a{color:#000;box-shadow:none}.blog-group-clickhole.patriothole .post-content .inset--story__headline a:hover{text-decoration:underline;color:#000}.blog-group-clickhole.patriothole .post-content .quotable a,.blog-group-clickhole.patriothole .post-content .storytype-boilerplate a,.blog-group-clickhole.patriothole .post-content footer a,.blog-group-clickhole.patriothole .post-content h1 a,.blog-group-clickhole.patriothole .post-content h2 a,.blog-group-clickhole.patriothole .post-content h3 a,.blog-group-clickhole.patriothole .post-content h4 a,.blog-group-clickhole.patriothole .post-content h5 a,.blog-group-clickhole.patriothole .post-content h6 a,.blog-group-clickhole.patriothole .post-content li a,.blog-group-clickhole.patriothole .post-content p a{color:#222;box-shadow:inset 0 -2px 0 #e5110c;-webkit-transition:color 0.1s ease-out;transition:color 0.1s ease-out;text-decoration:none}.blog-group-clickhole.patriothole .post-content .quotable a:hover,.blog-group-clickhole.patriothole .post-content .storytype-boilerplate a:hover,.blog-group-clickhole.patriothole .post-content footer a:hover,.blog-group-clickhole.patriothole .post-content h1 a:hover,.blog-group-clickhole.patriothole .post-content h2 a:hover,.blog-group-clickhole.patriothole .post-content h3 a:hover,.blog-group-clickhole.patriothole .post-content h4 a:hover,.blog-group-clickhole.patriothole .post-content h5 a:hover,.blog-group-clickhole.patriothole .post-content h6 a:hover,.blog-group-clickhole.patriothole .post-content li a:hover,.blog-group-clickhole.patriothole .post-content p a:hover,.blog-group-clickhole.patriothole .post-content .kinja-slideshow__sidebar-caption a,.blog-group-clickhole.patriothole figcaption a{color:#E5110C}.blog-group-clickhole.patriothole figcaption a:hover{color:#b50d09}.blog-group-clickhole.patriothole .editor-inner.post-content blockquote,.blog-group-clickhole.patriothole .entry-content blockquote{border-radius:0;border-left:5px solid #E5110C;padding:0 0 0 1.125rem;background-color:transparent;margin-top:2rem;margin-bottom:2rem}.blog-group-clickhole.patriothole .editor-inner.post-content blockquote p,.blog-group-clickhole.patriothole .entry-content blockquote p{font-size:15px;line-height:28px}@media only screen and (max-width: 37.438em){.blog-group-clickhole.patriothole .editor-inner.post-content blockquote p,.blog-group-clickhole.patriothole .entry-content blockquote p{font-size:14px;line-height:26px}}@media only screen and (min-width: 90.062em){.blog-group-clickhole.patriothole .editor-inner.post-content blockquote p,.blog-group-clickhole.patriothole .entry-content blockquote p{font-size:16px;line-height:29px}}.blog-group-clickhole.patriothole .editor-inner.post-content .pullquote__content,.blog-group-clickhole.patriothole .entry-content .pullquote__content{display:block;padding-left:1.125rem;padding-right:1.125rem}.blog-group-clickhole.patriothole .editor-inner.post-content .pullquote.align--center,.blog-group-clickhole.patriothole .entry-content .pullquote.align--center{margin-top:2.5rem;margin-bottom:2.5rem}@media only screen and (min-width: 37.5em){.blog-group-clickhole.patriothole .editor-inner.post-content .pullquote.align--center,.blog-group-clickhole.patriothole .entry-content .pullquote.align--center{max-width:66%}}.blog-group-clickhole.patriothole .storybreak-branded-a,.blog-group-clickhole.patriothole .storybreak-branded-b{border:0;background-position:center;background-repeat:no-repeat}.blog-group-clickhole.patriothole .review-score,.blog-group-clickhole.patriothole .reviewbox-inset.align--fullbleed .review-box__head{background-color:#E5110C}.blog-group-clickhole.patriothole .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label{color:#fff;border-color:#fff}.blog-group-clickhole.patriothole .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label:hover{background-color:#fff;color:#E5110C}.blog-group-clickhole.patriothole .reviewbox-inset.align--fullbleed .review-box__head-content .review-score{color:#E5110C}.blog-group-clickhole.patriothole .storytype-label:not(.storytype-label--white){color:#E5110C;border-color:#E5110C}.blog-group-clickhole.patriothole .storytype-label:not(.storytype-label--white):hover{color:#b50d09;border-color:#b50d09}.blog-group-clickhole.patriothole .author-bio__name{color:#222}.blog-group-clickhole.patriothole .author-bio a:not(.author-bio__name){color:#E5110C}.blog-group-clickhole.patriothole .author-bio a:not(.author-bio__name) .svg-icon--filled{fill:#E5110C}.blog-group-clickhole.patriothole .author-bio a:not(.author-bio__name) .svg-icon:not(.svg-icon--filled){stroke:#E5110C}.blog-group-clickhole.patriothole .author-bio a:not(.author-bio__name):hover{color:#b50d09}.blog-group-clickhole.patriothole .author-bio a:not(.author-bio__name):hover .svg-icon--filled{fill:#b50d09}.blog-group-clickhole.patriothole .author-bio a:not(.author-bio__name):hover .svg-icon:not(.svg-icon--filled){stroke:#b50d09}.blog-group-clickhole.patriothole .sidebar-content .newsletter-subscribe{border-color:#E5110C}.blog-group-clickhole.patriothole .curation-mountain .item-author a:hover,.blog-group-clickhole.patriothole .textbox-shadow,.blog-group-clickhole.patriothole .curation-module .content-meta__headline a:hover,.blog-group-clickhole.patriothole .headline:hover,.blog-group-clickhole.patriothole .headline a:hover,.blog-group-clickhole.patriothole .sidebar-item:hover .headline,.blog-group-clickhole.patriothole .sidebar-item a:hover .headline{color:#E5110C}.blog-group-clickhole.patriothole .curation-module .image-container:hover:before{background-color:rgba(229,17,12,0.7)}.blog-group-clickhole.patriothole .pullquote{padding:0}.blog-group-clickhole.patriothole .pullquote .pullquote__content{display:inline;color:#E5110C;background-color:rgba(229,17,12,0.2);padding:0;box-shadow:10px 0 0 rgba(229,17,12,0.2),-10px 0 0 rgba(229,17,12,0.2)}.blog-group-clickhole.patriothole .pullquote.align--left{text-align:center}.blog-group-clickhole.patriothole .pullquote:before{margin-top:0;margin-bottom:20px}.blog-group-clickhole.patriothole .pullquote:after{margin-top:20px;margin-bottom:0}.blog-group-clickhole.patriothole .pullquote:after,.blog-group-clickhole.patriothole .pullquote:before{border:0;height:25px;width:306px;position:relative;margin-left:auto;margin-right:auto;background-image:url(\"data:image/svg+xml,%3Csvg width='306' height='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M302.057 11.199c-3.059-.415-6.066-.208-9.125.519a15.704 15.704 0 0 0-2.8-.571c-2.643-.363-5.288-.467-7.932-.207a3.535 3.535 0 0 0-.414-.985c.57-3.318.932-6.636.932-9.955l-1.14 2.333c0 2.385-.259 4.77-.726 7.155-.052-.052-.104-.052-.155 0a.473.473 0 0 0-.364.155c-.103-.258-.207-.466-.31-.466 0-.052-.053-.052-.105-.052-.207-.103-.465-.103-.673-.052-.208.052-.364.052-.519.052-.104.052-.155.052-.155.104-.156-.104-.26-.156-.364-.156-.051-.051-.258-.051-.518 0-.259.052-.414.052-.518.156a.91.91 0 0 0-.208.259l-.052-.052c-.363-.311-.829-.259-1.295.311v.156c-2.593-1.763-4.563-3.629-5.963-5.651l-2.074-1.297c1.763 3.474 4.355 6.17 7.777 7.985v.051h-.104v.053c-.051.103-.155.207-.207.311a12.992 12.992 0 0 0-1.4-.208 24.302 24.302 0 0 0-9.073.467h-.051c-.053 0-.105 0-.208-.052a15.243 15.243 0 0 0-2.593-.518 23.64 23.64 0 0 0-6.636 0c-.466.103-.933.155-1.4.259-.519-.104-1.036-.208-1.606-.259a19.522 19.522 0 0 0-3.889-.208c-1.815 0-3.629.208-5.444.674-.208-.052-.415-.103-.571-.155-.103-.052-.207-.052-.31-.104l-1.711-.311c-.83-.104-1.659-.156-2.437-.208-2.022-.155-3.992-.155-5.963.052-.155-.363-.259-.726-.414-.985l.829-9.384c-.155.311-.311.571-.415.829-.259.467-.467.934-.725 1.4l-.622 6.688c-.104-.051-.156-.051-.208-.051l-.311.155c-.103-.259-.207-.414-.26-.414h-.051c0-.052-.052-.052-.104-.052h-.052c-.207-.104-.414-.104-.674-.052-.155 0-.311.052-.466.052-.104.052-.156.052-.207.155a.456.456 0 0 0-.312-.207c-.103-.052-.259-.052-.518 0-.207 0-.415.052-.519.207-.104.052-.207.104-.207.156h-.052c-.415-.311-.829-.259-1.244.311-.052.051-.052.051-.052.104l-4.148-4.511c-.519-.208-1.036-.467-1.555-.674-.415-.208-.83-.312-1.192-.519l6.584 6.792v.052h-.052v.052a1.087 1.087 0 0 0-.207.311c-.467-.104-.934-.208-1.4-.259-3.059-.363-6.066-.208-9.074.518a23.945 23.945 0 0 0-5.391-.622c-1.296-.052-2.592 0-3.889.208-.518.051-1.037.155-1.555.259-.518-.104-.985-.156-1.452-.259a23.64 23.64 0 0 0-6.636 0c-.881.103-1.763.259-2.592.518-.104.052-.156.052-.207.052h-.053a24.352 24.352 0 0 0-9.072-.467c-.467.052-.934.104-1.401.208a1.046 1.046 0 0 0-.207-.311v-.053h-.051v-.051l7.776-7.985-2.955 1.297-5.185 5.651v-.156c-.415-.57-.829-.622-1.244-.311-.052 0-.052 0-.052.052a.893.893 0 0 0-.208-.259c-.103-.104-.31-.104-.517-.156-.26-.051-.467-.051-.519 0-.104 0-.208.052-.311.156-.052-.052-.104-.052-.207-.104-.157 0-.312 0-.467-.052-.26-.051-.467-.051-.726.052-.052 0-.104 0-.156.052-.052 0-.155.208-.259.466-.103-.103-.207-.155-.311-.155-.104-.052-.156-.052-.207 0l-.674-7.155L174.204 0l.933 9.955c-.155.259-.31.57-.414.985-2.645-.26-5.289-.156-7.933.207-.933.104-1.866.311-2.799.571-3.007-.727-6.067-.934-9.125-.519-.674.104-1.245.208-1.867.363a23.001 23.001 0 0 0-1.814-.363c-3.06-.415-6.118-.208-9.178.519a16.097 16.097 0 0 0-2.747-.571c-2.696-.363-5.289-.467-7.932-.207a3.504 3.504 0 0 0-.416-.985A62.83 62.83 0 0 0 131.846 0l-1.192 2.333a22.84 22.84 0 0 1-.674 7.155h-.208c-.104 0-.207.052-.311.155-.104-.258-.208-.414-.259-.466-.052 0-.104-.052-.156-.052a1.042 1.042 0 0 0-.674-.052c-.208.052-.363.052-.518.052-.105.052-.156.104-.208.156-.104-.156-.207-.156-.311-.208-.051-.051-.259-.051-.466 0-.259.052-.467.052-.571.156-.103.156-.155.207-.207.259-.467-.363-.882-.259-1.297.259-.051.052-.051.104 0 .156l-4.666-5.133a20.55 20.55 0 0 1-1.711-.415 6.203 6.203 0 0 1-.518-.156l6.533 6.792-.052.053a1.091 1.091 0 0 0-.208.311 12.937 12.937 0 0 0-1.399-.208 24.3 24.3 0 0 0-9.073.467c-.052 0-.052 0-.052.051-.104-.051-.155-.051-.208-.051-.829-.259-1.71-.415-2.592-.57a23.648 23.648 0 0 0-6.637 0c-.466.103-.932.155-1.399.259-.207-.052-.415-.104-.622-.104-.986-.104-1.971-.208-2.904-.311a25.125 25.125 0 0 0-2.799 0c-.519.052-1.089.052-1.659.103-.571.053-1.141.104-1.763.208-.882 0-1.763.052-2.645.104-.155 0-.362-.052-.57-.052-.622-.052-1.244-.156-1.814-.156-1.918-.155-3.785-.259-5.6-.155-.57 0-1.089 0-1.659.051.415-1.503.778-3.317 1.193-5.495.259-1.504.57-3.111.829-4.822-.207.259-.57.726-1.037 1.245 0 .051 0 .155-.052.207-.103.518-.31 1.503-.57 2.903-.467 2.437-.882 4.2-1.244 5.34v.052a1.55 1.55 0 0 0-.207.519c-.363-.467-.519-.726-.57-.778 0-.104-.053-.155-.105-.207l-.155-.156c-.104-.052-.207-.052-.311-.052h-.208c-.207 0-.31.052-.466.156-.052.104-.104.104-.104.104v-.104c-.052 0-.052 0-.052-.052a.914.914 0 0 0-.259-.208c-.259-.103-.57-.103-.83.104-.051.052-.103.104-.051.156l-.104.052-.052-.052h-.052c-.259-.207-.57-.207-.83-.156-.103.052-.207.052-.207.156-.103.104-.155.259-.103.518a2.567 2.567 0 0 0-.156-.363c-.051 0-.104-.051-.104-.051a.986.986 0 0 0-.674-.104h-.259c-.103 0-.208.104-.259.155l.467-8.814c-.364.208-.726.83-1.089 1.919l-.571 8.192v.155h-.103c-.467-.155-.934-.207-1.452-.259-2.54-.311-5.132-.311-7.673.207v-.207c-.104.052-.207.052-.311.052-.311.052-.57.104-.882.155-1.866-.363-3.732-.518-5.651-.518-.985 0-1.97.104-2.955.259-.882.052-1.711.259-2.541.519-3.007-.778-6.065-.934-9.125-.519a3.85 3.85 0 0 0-1.036.156h-.26a.394.394 0 0 1-.259.103 24.124 24.124 0 0 0-8.399-.363c-.467.052-.985.104-1.451.26h-.053v-.156l-.622-8.244c-.311-1.089-.674-1.659-1.036-1.866l.414 8.814c-.052-.052-.155-.156-.259-.156-.103-.051-.208-.051-.26-.051-.259 0-.466.051-.622.155-.052.052-.103.052-.103.052a.57.57 0 0 0-.156.311c0-.207 0-.311-.103-.467-.105-.104-.155-.104-.208-.104-.311-.103-.57-.103-.829.053-.052 0-.052.051-.104.051v.052l-.156-.103c.053 0 .053-.053-.052-.104-.259-.207-.518-.207-.829-.104-.103.052-.155.155-.207.208-.053 0-.053.051-.053.051-.051.052-.051.052-.051.104s-.052 0-.104-.104a.403.403 0 0 0-.414-.104c-.104-.051-.156-.051-.208-.051-.103 0-.207.051-.311.051l-.156.156-.155.156c0 .103-.207.363-.519.777a1.566 1.566 0 0 1-.207-.518c-.415-1.089-.83-2.904-1.296-5.34-.259-1.659-.466-2.644-.623-3.111-.465-.519-.777-.933-1.036-1.244.726 4.458 1.4 7.88 2.022 10.317-2.852-.207-5.807-.156-8.71.259-.519.104-1.037.156-1.556.26a24.12 24.12 0 0 0-8.398-.364c-1.141.156-2.282.467-3.37.83L0 12.443c.986.311 2.023.57 3.112.674 3.058.415 6.117.26 9.176-.466.881.259 1.763.466 2.748.622 2.696.311 5.34.363 7.932.155.156.363.312.674.415.934l-.881 10.006 1.141-2.281.674-7.207h.207c.103 0 .208-.052.311-.155.104.259.207.414.311.466 0 0 .052 0 .156.052.207.103.414.103.674.052.155-.052.31-.052.519-.104.051 0 .103-.052.155-.103.103.103.259.155.31.207.105.051.26.051.519 0 .208-.052.415-.104.518-.207.104-.104.208-.156.208-.208h.052c.414.363.829.259 1.296-.259v-.155l5.133 5.65 2.955 1.297-7.776-8.036c0-.053.051-.053.051-.053.104-.103.156-.207.207-.311.467.053.934.156 1.4.26 3.059.363 6.066.207 9.073-.519h.26c.881.259 1.711.415 2.643.57 2.178.26 4.408.26 6.585-.051.519-.052.986-.156 1.452-.26.518.156 1.037.26 1.607.311 1.244.156 2.541.208 3.837.208 1.814 0 3.629-.259 5.391-.674 3.008.778 6.015.933 9.074.519.466-.053.933-.104 1.4-.208l.155.311.052.052h.052l-7.777 8.036 3.007-1.296 5.133-5.651c-.052.052-.052.104 0 .155.414.519.829.623 1.296.312.052 0 .104.051.207.155a.835.835 0 0 0 .57.207c.208.052.415.052.467 0 .104 0 .208-.104.312-.207.051.052.051.103.207.103.103.053.311.104.518.104.207.052.415 0 .674-.051.052-.053.104-.053.156-.053.051-.051.156-.207.259-.466a.847.847 0 0 0 .362.208c.053-.053.105-.053.157-.053l.725 7.156 1.141 2.333-.934-9.955a4.23 4.23 0 0 0 .415-.985c.882.104 1.763.104 2.645.104 1.089.052 2.229 0 3.317-.104.83 0 1.608-.052 2.438-.207.467-.053.984-.104 1.451-.208.208-.052.415-.103.57-.156.83-.155 1.711-.103 2.645.156.674.155 1.347.363 2.021.467.727-.052 1.452-.052 2.178-.052.83-.156 1.659-.26 2.489-.26.778-.103 1.607-.258 2.437-.362a283 283 0 0 1 1.089-.311c3.007.777 6.065.933 9.125.518.31-.052.674-.103 1.036-.156h.26c.051-.051.155-.051.258-.103 2.8.622 5.6.726 8.4.363.518-.052.985-.156 1.504-.26h.051c-.051.053-.051.104-.051.156l.622 8.244c.362 1.036.725 1.659 1.037 1.814l-.415-8.814c.052.104.155.156.31.208h.208c.259.052.467 0 .674-.104 0-.051.052-.051.104-.104.051-.103.103-.207.155-.259-.052.156-.052.363.104.467.052.052.104.104.208.104.259.103.57.103.829-.052 0-.052.051-.052.051-.104h.053l.104.052c-.052.052-.052.052.103.155.207.156.467.208.777.104.105-.052.157-.155.26-.207v-.104h.052c0-.052.052-.052.104 0 .103.156.259.207.466.207h.207c.052 0 .156-.051.26-.103.104 0 .155-.052.207-.104 0-.052.104-.103.104-.207.051-.052.155-.26.466-.622.674.933 1.504 2.488 2.489 4.666.726 1.451 1.193 2.437 1.4 2.799.622.415 1.037.726 1.348.986-1.503-3.37-2.8-6.067-3.889-8.14-.103-.208-.103-.363-.155-.519 2.851.208 5.755.104 8.71-.259.518-.104 1.037-.156 1.555-.26 2.749.571 5.6.727 8.4.364.777-.104 1.503-.26 2.281-.467.726.207 1.451.363 2.177.414 2.851.364 5.651.26 8.451-.311.519.104 1.037.156 1.556.26 2.955.363 5.858.467 8.71.259-.052.052-.052.104-.052.208v.051c-1.141 2.074-2.385 4.77-3.889 8.036.312-.207.726-.518 1.349-.933.207-.362.674-1.348 1.399-2.799.934-1.971 1.711-3.474 2.333-4.459.312.415.467.674.519.726 0 .104.052.155.103.207.052 0 .105.052.208.104.052.052.104.052.207.103h.104c.052-.051.103-.051.156 0 .207 0 .362-.051.466-.207.052-.052.104-.052.104 0h.052v.104c.052.052.156.155.259.155.259.156.519.104.777-.052.105-.103.157-.155.105-.155l.103-.052h.052c.052.052.052.052.104.052.207.207.518.207.83.104.051 0 .103-.052.155-.104.104-.155.155-.311.104-.519l.155.311c.052.053.103.053.103.104.208.104.415.156.675.104h.259c.103-.052.207-.104.259-.208l-.414 8.814c.31-.155.673-.778 1.037-1.814l.622-8.244c-.053-.052-.053-.103-.053-.156h.053c.517.104.984.156 1.503.26 2.8.363 5.599.259 8.399-.363.052 0 .155.052.259.103h.26c.31.053.674.104 1.037.156 3.058.415 6.065.259 9.125-.518.777.259 1.658.415 2.488.518 1.037.155 2.022.208 3.007.208 1.918.051 3.785-.104 5.651-.519 3.319.519 6.274.57 8.867.259.465-.104.984-.155 1.502-.259v.155l.623 8.244c.311 1.037.673 1.659 1.037 1.867l-.415-8.814c.051.052.155.103.259.156h.259a.99.99 0 0 0 .674-.104c0-.052.052-.052.052-.052.104-.156.156-.259.208-.363-.052.207-.052.363.103.519.052.103.104.103.156.103.311.104.57.052.83-.103.051 0 .051 0 .103-.053h.052l.103.053c-.051 0-.051.103.104.155.208.207.467.207.778.052.104 0 .156-.104.207-.156.052-.051.052-.051.052-.104l.052-.051.103.051c.105.156.26.156.415.156.104 0 .156 0 .208.052.104 0 .207-.052.311-.052.052-.103.103-.156.208-.156 0-.051.052-.103.103-.207 0-.052.207-.311.571-.778.051.156.103.363.155.519l.052.052c.363 1.089.777 2.903 1.244 5.34.103.674.208 1.296.311 1.763.259.259.519.466.778.725.103.052.208.156.311.26-.622-3.681-1.192-6.585-1.762-8.71 2.384.155 4.769.155 7.206-.104.673 0 1.296-.104 1.97-.156.052-.051.104-.051.156-.051.103 0 .207 0 .31-.053.26 0 .571-.103.83-.155 1.866.415 3.784.57 5.652.519.984 0 2.021-.053 3.006-.208.882-.103 1.711-.259 2.489-.518a23.62 23.62 0 0 0 9.125.518c.363-.052.674-.103 1.037-.156h.259c.104-.051.156-.103.259-.103 2.748.622 5.6.726 8.4.363.518-.104 1.036-.156 1.503-.26h.052v.156l.57 8.244c.363 1.036.726 1.659 1.037 1.814l-.415-8.814c.104.104.156.156.311.208h.259c.208.052.415 0 .623-.104 0-.051.052-.051.104-.104l.155-.311a.602.602 0 0 0 .104.519c.051.052.103.104.155.104.311.103.622.103.882-.104 0 0 .051 0 .051-.052h.052l.104.052c-.052 0-.052.052.103.155a.704.704 0 0 0 .779.052c.103 0 .155-.103.258-.155 0-.052 0-.052.052-.104 0-.052.053-.052.105 0 .155.156.258.207.465.207.053-.051.104-.051.208 0 .052 0 .207-.051.311-.103 0-.052.103-.104.156-.104.052-.052.104-.103.104-.207 0-.052.207-.311.518-.778.104.156.156.311.259.518v.052c.363 1.089.778 2.852 1.244 5.34.312 1.608.519 2.644.623 3.111.466.519.829.933 1.036 1.244-.725-4.458-1.399-7.88-1.969-10.317 2.851.208 5.755.104 8.658-.259.518-.104 1.037-.156 1.556-.26 2.798.571 5.598.675 8.45.311 1.14-.103 2.229-.414 3.318-.777l.208-.622c-.985-.363-2.074-.57-3.163-.726' fill-rule='evenodd'/%3E%3C/svg%3E\")}.blog-group-earther .scroll-list-break{border-top:3px solid #0075b2}.blog-group-earther .post-content.dropcap--on>p:first-of-type:first-letter{margin:13px 10px 0 -5px;float:left;color:#0075b2;font-family:\"ProximaNovaCond\",sans-serif;font-weight:bold;font-size:100px;line-height:70px}@media only screen and (max-width: 37.438em){.blog-group-earther .post-content.dropcap--on>p:first-of-type:first-letter{line-height:65px}}@media only screen and (min-width: 90.062em){.blog-group-earther .post-content.dropcap--on>p:first-of-type:first-letter{font-size:117px;line-height:80px}}.blog-group-earther .post-content .inset--story__headline a{color:#000;box-shadow:none}.blog-group-earther .post-content .inset--story__headline a:hover{text-decoration:underline;color:#000}.blog-group-earther .post-content .quotable a,.blog-group-earther .post-content .storytype-boilerplate a,.blog-group-earther .post-content footer a,.blog-group-earther .post-content h1 a,.blog-group-earther .post-content h2 a,.blog-group-earther .post-content h3 a,.blog-group-earther .post-content h4 a,.blog-group-earther .post-content h5 a,.blog-group-earther .post-content h6 a,.blog-group-earther .post-content li a,.blog-group-earther .post-content p a{color:#222;box-shadow:inset 0 -2px 0 #38bbff;-webkit-transition:color 0.1s ease-out;transition:color 0.1s ease-out;text-decoration:none}.blog-group-earther .post-content .quotable a:hover,.blog-group-earther .post-content .storytype-boilerplate a:hover,.blog-group-earther .post-content footer a:hover,.blog-group-earther .post-content h1 a:hover,.blog-group-earther .post-content h2 a:hover,.blog-group-earther .post-content h3 a:hover,.blog-group-earther .post-content h4 a:hover,.blog-group-earther .post-content h5 a:hover,.blog-group-earther .post-content h6 a:hover,.blog-group-earther .post-content li a:hover,.blog-group-earther .post-content p a:hover{color:#0075b2}.blog-group-earther .post-content .kinja-slideshow__sidebar-caption a{color:#fff}.blog-group-earther figcaption a{color:#0075b2}.blog-group-earther figcaption a:hover{color:#00537f}.blog-group-earther .editor-inner.post-content blockquote,.blog-group-earther .entry-content blockquote{border-radius:0;border-left:5px solid #0075b2;padding:0 0 0 1.125rem;background-color:transparent;margin-top:2rem;margin-bottom:2rem}.blog-group-earther .editor-inner.post-content blockquote p,.blog-group-earther .entry-content blockquote p{font-size:15px;line-height:28px}@media only screen and (max-width: 37.438em){.blog-group-earther .editor-inner.post-content blockquote p,.blog-group-earther .entry-content blockquote p{font-size:14px;line-height:26px}}@media only screen and (min-width: 90.062em){.blog-group-earther .editor-inner.post-content blockquote p,.blog-group-earther .entry-content blockquote p{font-size:16px;line-height:29px}}.blog-group-earther .editor-inner.post-content .pullquote__content,.blog-group-earther .entry-content .pullquote__content{display:block;padding-left:1.125rem;padding-right:1.125rem}.blog-group-earther .editor-inner.post-content .pullquote.align--center,.blog-group-earther .entry-content .pullquote.align--center{margin-top:2.5rem;margin-bottom:2.5rem}@media only screen and (min-width: 37.5em){.blog-group-earther .editor-inner.post-content .pullquote.align--center,.blog-group-earther .entry-content .pullquote.align--center{max-width:66%}}.blog-group-earther .storybreak-branded-a,.blog-group-earther .storybreak-branded-b{border:0;background-position:center;background-repeat:no-repeat}.blog-group-earther .review-score,.blog-group-earther .reviewbox-inset.align--fullbleed .review-box__head{background-color:#0075b2}.blog-group-earther .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label{color:#fff;border-color:#fff}.blog-group-earther .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label:hover{background-color:#fff;color:#0075b2}.blog-group-earther .reviewbox-inset.align--fullbleed .review-box__head-content .review-score{color:#0075b2}.blog-group-earther .storytype-label:not(.storytype-label--white){color:#0075b2;border-color:#0075b2}.blog-group-earther .storytype-label:not(.storytype-label--white):hover{color:#00537f;border-color:#00537f}.blog-group-earther .author-bio__name{color:#222}.blog-group-earther .author-bio a:not(.author-bio__name){color:#0075b2}.blog-group-earther .author-bio a:not(.author-bio__name) .svg-icon--filled{fill:#0075b2}.blog-group-earther .author-bio a:not(.author-bio__name) .svg-icon:not(.svg-icon--filled){stroke:#0075b2}.blog-group-earther .author-bio a:not(.author-bio__name):hover{color:#00537f}.blog-group-earther .author-bio a:not(.author-bio__name):hover .svg-icon--filled{fill:#00537f}.blog-group-earther .author-bio a:not(.author-bio__name):hover .svg-icon:not(.svg-icon--filled){stroke:#00537f}.blog-group-earther .sidebar-content .newsletter-subscribe{border-color:#0075b2}.blog-group-earther .curation-mountain .item-author a:hover,.blog-group-earther .textbox-shadow{color:#0075b2}.blog-group-earther .editor-inner.post-content .pullquote,.blog-group-earther .entry-content .pullquote{border-top:none;border-bottom:none;padding:30px;position:relative;font-size:22px;line-height:32px;text-align:center}.blog-group-earther .editor-inner.post-content .pullquote.align--left,.blog-group-earther .entry-content .pullquote.align--left{text-align:center}@media only screen and (min-width: 37.5em){.blog-group-earther .editor-inner.post-content .pullquote.align--left,.blog-group-earther .entry-content .pullquote.align--left{margin-bottom:1rem}}.blog-group-earther .editor-inner.post-content .pullquote:after,.blog-group-earther .editor-inner.post-content .pullquote:before,.blog-group-earther .entry-content .pullquote:after,.blog-group-earther .entry-content .pullquote:before{border:0;height:30px;width:30px;position:absolute;background-image:url('data:image/svg+xml;utf8,<svg width=\"30\" height=\"30\" viewBox=\"0 0 40 40\" xmlns=\"http://www.w3.org/2000/svg\"><title>pq-earther<\\/title><path d=\"M4 0h36v8H8v32H0V0h4z\" fill=\"%230075B2\" fill-rule=\"evenodd\"/><\\/svg>');margin:0}.blog-group-earther .editor-inner.post-content .pullquote:before,.blog-group-earther .entry-content .pullquote:before{top:0;left:0}.blog-group-earther .editor-inner.post-content .pullquote:after,.blog-group-earther .entry-content .pullquote:after{bottom:0;right:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.blog-group-earther .editor-inner.post-content .pullquote .pullquote__content,.blog-group-earther .entry-content .pullquote .pullquote__content{padding:0}.blog-group-earther .storybreak-branded-a{min-width:26px;height:26px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E %3Cg fill='none' fill-rule='evenodd' stroke='%230075B2' stroke-linejoin='round'%3E %3Cpath d='M21.292 21.292c-4.757 4.757-12.47 4.756-17.225 0-4.756-4.757-4.756-12.47 0-17.225 4.757-4.756 12.47-4.756 17.225 0 4.756 4.757 4.756 12.47 0 17.225z'/%3E %3Cpath d='M21.69 20.988c-3.98 2.526-10.537 1.65-14.767-2.578C2.69 14.177 1.857 8.238 4.607 3.655'/%3E %3Cpath stroke-width='1.077' d='M22.75 14.657c-2.503 2.5-7.226 1.83-10.55-1.494C8.88 9.84 8.215 5.117 10.718 2.617c2.504-2.5 7.227-1.83 10.55 1.494 3.323 3.33 3.987 8.05 1.484 10.55z'/%3E %3Cpath d='M20.294 9.234c-.793.793-2.37.5-3.524-.654s-1.447-2.732-.654-3.525c.792-.793 2.37-.5 3.524.654 1.154 1.15 1.446 2.73.654 3.52zm-.02.17c2.69 4.38 1.677 10.43-1.856 13.964M2.014 6.963c3.567-3.566 9.973-5.35 13.926-2.225m4.456 2.548c1.473.093 2.75.523 3.745 1.32m-6.07-3.77c-.11-1.416-.534-2.646-1.31-3.61'/%3E %3Cpath d='M18.852 9.85c-.55 2.345-2.005 6.053-4.95 8.998-2.427 2.428-4.818 3.666-6.967 4.52m-4.512-4.512c.846-2.16 1.646-4.94 4.098-7.39 2.95-2.945 6.66-3.93 9.01-4.478'/%3E %3C/g%3E %3C/svg%3E\")}.blog-group-earther .storybreak-branded-b{min-width:25px;height:25px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%230075B2' d='M24.398 12.438c0 6.63-5.374 12.004-12.004 12.004S.39 19.068.39 12.438 5.765.434 12.394.434c6.63 0 12.004 5.375 12.004 12.004'/%3E %3Cpath stroke='%23ffffff' stroke-width='.88' d='M0 12.32h24.64M12.32 0v24.42m8.74-20.818L3.73 20.932M3.727 3.596l17.336 17.34m-1.358-8.67c0 4.037-3.273 7.31-7.31 7.31-4.037 0-7.31-3.273-7.31-7.31 0-4.037 3.273-7.31 7.31-7.31 4.037 0 7.31 3.273 7.31 7.31z'/%3E %3C/g%3E %3C/svg%3E\")}.blog-group-gizmodo .scroll-list-break{border-top:3px solid #0093ec}.blog-group-gizmodo .post-content.dropcap--on>p:first-of-type:first-letter{margin:13px 10px 0 -5px;float:left;color:#0093ec;font-family:\"ProximaNovaCond\",sans-serif;font-weight:bold;font-size:100px;line-height:70px}@media only screen and (max-width: 37.438em){.blog-group-gizmodo .post-content.dropcap--on>p:first-of-type:first-letter{line-height:65px}}@media only screen and (min-width: 90.062em){.blog-group-gizmodo .post-content.dropcap--on>p:first-of-type:first-letter{font-size:117px;line-height:80px}}.blog-group-gizmodo .post-content .inset--story__headline a{color:#000;box-shadow:none}.blog-group-gizmodo .post-content .inset--story__headline a:hover{text-decoration:underline;color:#000}.blog-group-gizmodo .post-content .quotable a,.blog-group-gizmodo .post-content .storytype-boilerplate a,.blog-group-gizmodo .post-content footer a,.blog-group-gizmodo .post-content h1 a,.blog-group-gizmodo .post-content h2 a,.blog-group-gizmodo .post-content h3 a,.blog-group-gizmodo .post-content h4 a,.blog-group-gizmodo .post-content h5 a,.blog-group-gizmodo .post-content h6 a,.blog-group-gizmodo .post-content li a,.blog-group-gizmodo .post-content p a{color:#222;box-shadow:inset 0 -2px 0 #72caff;-webkit-transition:color 0.1s ease-out;transition:color 0.1s ease-out;text-decoration:none}.blog-group-gizmodo .post-content .quotable a:hover,.blog-group-gizmodo .post-content .storytype-boilerplate a:hover,.blog-group-gizmodo .post-content footer a:hover,.blog-group-gizmodo .post-content h1 a:hover,.blog-group-gizmodo .post-content h2 a:hover,.blog-group-gizmodo .post-content h3 a:hover,.blog-group-gizmodo .post-content h4 a:hover,.blog-group-gizmodo .post-content h5 a:hover,.blog-group-gizmodo .post-content h6 a:hover,.blog-group-gizmodo .post-content li a:hover,.blog-group-gizmodo .post-content p a:hover{color:#0093ec}.blog-group-gizmodo .post-content .kinja-slideshow__sidebar-caption a{color:#fff}.blog-group-gizmodo figcaption a{color:#0093ec}.blog-group-gizmodo figcaption a:hover{color:#0073b9}.blog-group-gizmodo .editor-inner.post-content blockquote,.blog-group-gizmodo .entry-content blockquote{border-radius:0;border-left:5px solid #0093ec;padding:0 0 0 1.125rem;background-color:transparent;margin-top:2rem;margin-bottom:2rem}.blog-group-gizmodo .editor-inner.post-content blockquote p,.blog-group-gizmodo .entry-content blockquote p{font-size:15px;line-height:28px}@media only screen and (max-width: 37.438em){.blog-group-gizmodo .editor-inner.post-content blockquote p,.blog-group-gizmodo .entry-content blockquote p{font-size:14px;line-height:26px}}@media only screen and (min-width: 90.062em){.blog-group-gizmodo .editor-inner.post-content blockquote p,.blog-group-gizmodo .entry-content blockquote p{font-size:16px;line-height:29px}}.blog-group-gizmodo .editor-inner.post-content .pullquote__content,.blog-group-gizmodo .entry-content .pullquote__content{display:block;padding-left:1.125rem;padding-right:1.125rem}.blog-group-gizmodo .editor-inner.post-content .pullquote.align--center,.blog-group-gizmodo .entry-content .pullquote.align--center{margin-top:2.5rem;margin-bottom:2.5rem}@media only screen and (min-width: 37.5em){.blog-group-gizmodo .editor-inner.post-content .pullquote.align--center,.blog-group-gizmodo .entry-content .pullquote.align--center{max-width:66%}}.blog-group-gizmodo .storybreak-branded-a,.blog-group-gizmodo .storybreak-branded-b{border:0;background-position:center;background-repeat:no-repeat}.blog-group-gizmodo .review-score,.blog-group-gizmodo .reviewbox-inset.align--fullbleed .review-box__head{background-color:#0093ec}.blog-group-gizmodo .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label{color:#fff;border-color:#fff}.blog-group-gizmodo .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label:hover{background-color:#fff;color:#0093ec}.blog-group-gizmodo .reviewbox-inset.align--fullbleed .review-box__head-content .review-score{color:#0093ec}.blog-group-gizmodo .storytype-label:not(.storytype-label--white){color:#0093ec;border-color:#0093ec}.blog-group-gizmodo .storytype-label:not(.storytype-label--white):hover{color:#0073b9;border-color:#0073b9}.blog-group-gizmodo .author-bio__name{color:#222}.blog-group-gizmodo .author-bio a:not(.author-bio__name){color:#0093ec}.blog-group-gizmodo .author-bio a:not(.author-bio__name) .svg-icon--filled{fill:#0093ec}.blog-group-gizmodo .author-bio a:not(.author-bio__name) .svg-icon:not(.svg-icon--filled){stroke:#0093ec}.blog-group-gizmodo .author-bio a:not(.author-bio__name):hover{color:#0073b9}.blog-group-gizmodo .author-bio a:not(.author-bio__name):hover .svg-icon--filled{fill:#0073b9}.blog-group-gizmodo .author-bio a:not(.author-bio__name):hover .svg-icon:not(.svg-icon--filled){stroke:#0073b9}.blog-group-gizmodo .sidebar-content .newsletter-subscribe{border-color:#0093ec}.blog-group-gizmodo .curation-mountain .item-author a:hover,.blog-group-gizmodo .textbox-shadow{color:#0093ec}.blog-group-gizmodo .editor-inner.post-content .pullquote,.blog-group-gizmodo .entry-content .pullquote{border-top:2px solid #18afed;border-bottom:2px solid #18afed;padding-top:30px;padding-bottom:30px;position:relative}.blog-group-gizmodo .editor-inner.post-content .pullquote:before,.blog-group-gizmodo .entry-content .pullquote:before{border:0;height:42px;width:42px;position:absolute;left:calc(50% - 21px);top:-21px;background-image:url('data:image/svg+xml;utf8,<svg width=\"42\" height=\"42\" viewBox=\"0 0 42 42\" xmlns=\"http://www.w3.org/2000/svg\"><title>gizmodo-quote<\\/title><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"M41.95 20.974c0 11.583-9.392 20.974-20.976 20.974S0 32.558 0 20.974 9.39 0 20.974 0 41.95 9.39 41.95 20.974\" fill=\"%2318AFED\"/><path d=\"M21.8 21.422c0-6.874 3.744-9.434 9.622-9.623l.76 3.46c-3.178.38-4.74 1.894-4.647 4.453h3.51l-.002 9.245H21.8v-7.54zm-12.562 0c0-6.874 3.697-9.434 9.622-9.623l.71 3.46c-3.175.38-4.74 1.894-4.597 4.453h3.508l.004 9.245H9.238v-7.54z\" fill=\"%23ffffff\"/><\\/g><\\/svg>')}.blog-group-gizmodo .editor-inner.post-content .pullquote:after,.blog-group-gizmodo .entry-content .pullquote:after{display:none}.blog-group-gizmodo .editor-inner.post-content .pullquote.align--left,.blog-group-gizmodo .entry-content .pullquote.align--left{text-align:center}@media only screen and (min-width: 37.5em){.blog-group-gizmodo .editor-inner.post-content .pullquote.align--left,.blog-group-gizmodo .entry-content .pullquote.align--left{margin-bottom:1rem}}.blog-group-gizmodo .storybreak-branded-a{min-width:33px;height:12px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='12' viewBox='0 0 33 12'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%2318AFED' d='M11 12h11V0H11'/%3E %3Cpath fill='%23000' d='M0 12h11V0H0m22 12h11V0H22'/%3E %3C/g%3E %3C/svg%3E\")}.blog-group-gizmodo .storybreak-branded-b{min-width:111px;height:25px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='111' height='25' viewBox='0 0 111 25'%3E %3Cdefs%3E %3Cpath id='a' d='M0 5V.324h4.676V5H0z'/%3E %3Cpath id='c' d='M4.985.26v4.008H.977V.26h4.008z'/%3E %3Cpath id='e' d='M.398.842H3.07v2.672H.398V.842z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath stroke='%2318AFED' stroke-width='.445' d='M34.61 19.42L1.762 21.857l9.583-18.002 22.69 15.603L44.157 1.372l10.73 10.52 18.044 9.124 3.855-14.23'/%3E %3Cg transform='translate(0 19.158)'%3E %3Cmask id='b' fill='%23fff'%3E %3Cuse xlink:href='%23a'/%3E %3C/mask%3E %3Cpath fill='%2318AFED' d='M4.67 2.516c.084 1.29-.896 2.4-2.184 2.48-1.29.08-2.4-.9-2.48-2.188-.08-1.29.898-2.4 2.188-2.48C3.48.25 4.59 1.23 4.67 2.518' mask='url(%23b)'/%3E %3C/g%3E %3Cpath fill='%2318AFED' d='M13.587 3.714c.058.92-.642 1.713-1.562 1.77-.92.06-1.714-.64-1.77-1.56-.06-.922.64-1.715 1.56-1.772.92-.058 1.714.64 1.772 1.562m43.543 8.038c.06.92-.64 1.713-1.56 1.77-.922.06-1.715-.64-1.772-1.56-.058-.922.64-1.715 1.562-1.772.92-.058 1.713.64 1.77 1.562m42.882-7.804c.058.92-.642 1.713-1.562 1.77-.92.06-1.714-.64-1.77-1.56-.06-.922.64-1.715 1.56-1.772.92-.058 1.714.64 1.772 1.562m-25.368 16.46c.058.92-.642 1.713-1.562 1.77-.92.06-1.714-.64-1.77-1.56-.06-.922.64-1.715 1.56-1.772.92-.058 1.714.64 1.772 1.562M79.36 6.625c.07 1.105-.77 2.056-1.874 2.125-1.105.07-2.056-.77-2.125-1.875-.066-1.104.77-2.056 1.878-2.125 1.104-.07 2.056.77 2.125 1.875'/%3E %3Cg transform='translate(106 18.158)'%3E %3Cmask id='d' fill='%23fff'%3E %3Cuse xlink:href='%23c'/%3E %3C/mask%3E %3Cpath fill='%2318AFED' d='M4.98 2.14c.07 1.104-.77 2.055-1.874 2.124C2 4.334 1.05 3.494.98 2.39.91 1.284 1.75.332 2.857.263c1.104-.07 2.056.77 2.125 1.875' mask='url(%23d)'/%3E %3C/g%3E %3Cpath fill='%2318AFED' d='M36.61 19.296c.07 1.105-.77 2.056-1.875 2.125-1.105.07-2.056-.77-2.125-1.872-.07-1.104.77-2.056 1.875-2.125 1.104-.068 2.056.77 2.125 1.876'/%3E %3Cg transform='translate(43 -.842)'%3E %3Cmask id='f' fill='%23fff'%3E %3Cuse xlink:href='%23e'/%3E %3C/mask%3E %3Cpath fill='%2318AFED' d='M3.067 2.095c.046.735-.514 1.37-1.25 1.416C1.08 3.56.447 3 .4 2.265.354 1.524.914.89 1.65.844c.737-.046 1.37.514 1.417 1.25' mask='url(%23f)'/%3E %3C/g%3E %3Cpath stroke='%2318AFED' stroke-width='.445' d='M55.464 11.856L34.61 19.42m-32.272 2.4L44.734 1.336 77.36 6.75l32.24 13.83L97.985 3.574 72.977 20.512'/%3E %3C/g%3E %3C/svg%3E\")}.blog-group-jalopnik .scroll-list-break{border-top:3px solid #ff4d00}.blog-group-jalopnik .post-content.dropcap--on>p:first-of-type:first-letter{margin:13px 10px 0 -5px;float:left;color:#ff4d00;font-family:\"ProximaNovaCond\",sans-serif;font-weight:bold;font-size:100px;line-height:70px}@media only screen and (max-width: 37.438em){.blog-group-jalopnik .post-content.dropcap--on>p:first-of-type:first-letter{line-height:65px}}@media only screen and (min-width: 90.062em){.blog-group-jalopnik .post-content.dropcap--on>p:first-of-type:first-letter{font-size:117px;line-height:80px}}.blog-group-jalopnik .post-content .inset--story__headline a{color:#000;box-shadow:none}.blog-group-jalopnik .post-content .inset--story__headline a:hover{text-decoration:underline;color:#000}.blog-group-jalopnik .post-content .quotable a,.blog-group-jalopnik .post-content .storytype-boilerplate a,.blog-group-jalopnik .post-content footer a,.blog-group-jalopnik .post-content h1 a,.blog-group-jalopnik .post-content h2 a,.blog-group-jalopnik .post-content h3 a,.blog-group-jalopnik .post-content h4 a,.blog-group-jalopnik .post-content h5 a,.blog-group-jalopnik .post-content h6 a,.blog-group-jalopnik .post-content li a,.blog-group-jalopnik .post-content p a{color:#222;box-shadow:inset 0 -2px 0 #a1c0de;-webkit-transition:color 0.1s ease-out;transition:color 0.1s ease-out;text-decoration:none}.blog-group-jalopnik .post-content .quotable a:hover,.blog-group-jalopnik .post-content .storytype-boilerplate a:hover,.blog-group-jalopnik .post-content footer a:hover,.blog-group-jalopnik .post-content h1 a:hover,.blog-group-jalopnik .post-content h2 a:hover,.blog-group-jalopnik .post-content h3 a:hover,.blog-group-jalopnik .post-content h4 a:hover,.blog-group-jalopnik .post-content h5 a:hover,.blog-group-jalopnik .post-content h6 a:hover,.blog-group-jalopnik .post-content li a:hover,.blog-group-jalopnik .post-content p a:hover{color:#417eb9}.blog-group-jalopnik .post-content .kinja-slideshow__sidebar-caption a{color:#fff}.blog-group-jalopnik figcaption a{color:#417eb9}.blog-group-jalopnik figcaption a:hover{color:#346493}.blog-group-jalopnik .editor-inner.post-content blockquote,.blog-group-jalopnik .entry-content blockquote{border-radius:0;border-left:5px solid #417eb9;padding:0 0 0 1.125rem;background-color:transparent;margin-top:2rem;margin-bottom:2rem}.blog-group-jalopnik .editor-inner.post-content blockquote p,.blog-group-jalopnik .entry-content blockquote p{font-size:15px;line-height:28px}@media only screen and (max-width: 37.438em){.blog-group-jalopnik .editor-inner.post-content blockquote p,.blog-group-jalopnik .entry-content blockquote p{font-size:14px;line-height:26px}}@media only screen and (min-width: 90.062em){.blog-group-jalopnik .editor-inner.post-content blockquote p,.blog-group-jalopnik .entry-content blockquote p{font-size:16px;line-height:29px}}.blog-group-jalopnik .editor-inner.post-content .pullquote__content,.blog-group-jalopnik .entry-content .pullquote__content{display:block;padding-left:1.125rem;padding-right:1.125rem}.blog-group-jalopnik .editor-inner.post-content .pullquote.align--center,.blog-group-jalopnik .entry-content .pullquote.align--center{margin-top:2.5rem;margin-bottom:2.5rem}@media only screen and (min-width: 37.5em){.blog-group-jalopnik .editor-inner.post-content .pullquote.align--center,.blog-group-jalopnik .entry-content .pullquote.align--center{max-width:66%}}.blog-group-jalopnik .storybreak-branded-a,.blog-group-jalopnik .storybreak-branded-b{border:0;background-position:center;background-repeat:no-repeat}.blog-group-jalopnik .review-score,.blog-group-jalopnik .reviewbox-inset.align--fullbleed .review-box__head{background-color:#ff4d00}.blog-group-jalopnik .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label{color:#fff;border-color:#fff}.blog-group-jalopnik .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label:hover{background-color:#fff;color:#ff4d00}.blog-group-jalopnik .reviewbox-inset.align--fullbleed .review-box__head-content .review-score{color:#ff4d00}.blog-group-jalopnik .storytype-label:not(.storytype-label--white){color:#417eb9;border-color:#417eb9}.blog-group-jalopnik .storytype-label:not(.storytype-label--white):hover{color:#346493;border-color:#346493}.blog-group-jalopnik .author-bio__name{color:#222}.blog-group-jalopnik .author-bio a:not(.author-bio__name){color:#417eb9}.blog-group-jalopnik .author-bio a:not(.author-bio__name) .svg-icon--filled{fill:#417eb9}.blog-group-jalopnik .author-bio a:not(.author-bio__name) .svg-icon:not(.svg-icon--filled){stroke:#417eb9}.blog-group-jalopnik .author-bio a:not(.author-bio__name):hover{color:#346493}.blog-group-jalopnik .author-bio a:not(.author-bio__name):hover .svg-icon--filled{fill:#346493}.blog-group-jalopnik .author-bio a:not(.author-bio__name):hover .svg-icon:not(.svg-icon--filled){stroke:#346493}.blog-group-jalopnik .sidebar-content .newsletter-subscribe{border-color:#417eb9}.blog-group-jalopnik .curation-mountain .item-author a:hover,.blog-group-jalopnik .textbox-shadow{color:#417eb9}.blog-group-jalopnik .editor-inner.post-content .pullquote,.blog-group-jalopnik .entry-content .pullquote{font-size:22px;line-height:32px;font-weight:bold}.blog-group-jalopnik .editor-inner.post-content .pullquote:after,.blog-group-jalopnik .editor-inner.post-content .pullquote:before,.blog-group-jalopnik .entry-content .pullquote:after,.blog-group-jalopnik .entry-content .pullquote:before{border:0}.blog-group-jalopnik .editor-inner.post-content .pullquote:before,.blog-group-jalopnik .entry-content .pullquote:before{height:8px;width:219px;background-image:url('data:image/svg+xml;utf8,<svg width=\"219\" height=\"8\" viewBox=\"0 0 219 8\" xmlns=\"http://www.w3.org/2000/svg\"><title>%23-quote-top<\\/title><defs><linearGradient x1=\"0%\" y1=\"50%\" y2=\"50%\" id=\"a\"><stop stop-color=\"%23FFB200\" offset=\"0%\"/><stop stop-color=\"%23FF4E00\" offset=\"100%\"/><\\/linearGradient><\\/defs><g fill=\"none\" fill-rule=\"evenodd\"><path fill=\"url(%23a)\" transform=\"matrix(-1 0 0 1 265 0)\" d=\"M46 0h170l3 4H49\"/><path fill=\"%23FF4D00\" d=\"M116 4H2L0 8h114\"/><\\/g><\\/svg>')}.blog-group-jalopnik .editor-inner.post-content .pullquote:after,.blog-group-jalopnik .entry-content .pullquote:after{height:8px;width:116px;background-image:url('data:image/svg+xml;utf8,<svg width=\"116\" height=\"8\" viewBox=\"0 0 116 8\" xmlns=\"http://www.w3.org/2000/svg\"><title>%23-quote-bottom<\\/title><defs><linearGradient x1=\"0%\" y1=\"50%\" y2=\"50%\" id=\"a\"><stop stop-color=\"%23FFB200\" offset=\"0%\"/><stop stop-color=\"%23FF4E00\" offset=\"100%\"/><\\/linearGradient><\\/defs><g fill=\"none\" fill-rule=\"evenodd\"><path fill=\"%23FF4D00\" d=\"M116 0H48l-1 4h68\"/><path fill=\"url(%23a)\" transform=\"matrix(-1 0 0 1 84 0)\" d=\"M0 4h83l1 4H1\"/><\\/g><\\/svg>')}.blog-group-jalopnik .storybreak-branded-a{min-width:77px;height:10px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77' height='10' viewBox='0 0 77 10'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23CCC' d='M12.423 4L10 10h64.577L77 4'/%3E %3Cpath fill='%23FF4D00' d='M2.423 0L0 6h64.577L67 0'/%3E %3C/g%3E %3C/svg%3E\")}.blog-group-jalopnik .storybreak-branded-b{min-width:80px;height:12px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='12' viewBox='0 0 80 12'%3E %3Cdefs%3E %3ClinearGradient id='a' x1='0%25' y1='50%25' y2='50%25'%3E %3Cstop offset='0%25' stop-color='%23FFB200'/%3E %3Cstop offset='100%25' stop-color='%23FF4E00'/%3E %3C/linearGradient%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='url(%23a)' d='M75.1 5.982L78.82 12H3L4.185 0H80'/%3E %3Cpath fill='%23FF4D00' d='M3.517 11.977c-.194 0-.696.023-.96.023H0l.5-5.086h2.585c.264 0 .5-.22.527-.49L4.242 0H9l-.665 6.92c-.026.27-.105.705-.175.965 0 0-.532 4.068-4.643 4.092z'/%3E %3C/g%3E %3C/svg%3E\")}.blog-group-jalopnik .pullquote__content{padding-left:0;padding-right:0}.blog-group-jezebel .scroll-list-break{border-top:3px solid #ec1238}.blog-group-jezebel .post-content.dropcap--on>p:first-of-type:first-letter{margin:13px 10px 0 -5px;float:left;color:#ec1238;font-family:\"ProximaNovaCond\",sans-serif;font-weight:bold;font-size:100px;line-height:70px}@media only screen and (max-width: 37.438em){.blog-group-jezebel .post-content.dropcap--on>p:first-of-type:first-letter{line-height:65px}}@media only screen and (min-width: 90.062em){.blog-group-jezebel .post-content.dropcap--on>p:first-of-type:first-letter{font-size:117px;line-height:80px}}.blog-group-jezebel .post-content .inset--story__headline a{color:#000;box-shadow:none}.blog-group-jezebel .post-content .inset--story__headline a:hover{text-decoration:underline;color:#000}.blog-group-jezebel .post-content .quotable a,.blog-group-jezebel .post-content .storytype-boilerplate a,.blog-group-jezebel .post-content footer a,.blog-group-jezebel .post-content h1 a,.blog-group-jezebel .post-content h2 a,.blog-group-jezebel .post-content h3 a,.blog-group-jezebel .post-content h4 a,.blog-group-jezebel .post-content h5 a,.blog-group-jezebel .post-content h6 a,.blog-group-jezebel .post-content li a,.blog-group-jezebel .post-content p a{color:#222;box-shadow:inset 0 -2px 0 #f68c9f;-webkit-transition:color 0.1s ease-out;transition:color 0.1s ease-out;text-decoration:none}.blog-group-jezebel .post-content .quotable a:hover,.blog-group-jezebel .post-content .storytype-boilerplate a:hover,.blog-group-jezebel .post-content footer a:hover,.blog-group-jezebel .post-content h1 a:hover,.blog-group-jezebel .post-content h2 a:hover,.blog-group-jezebel .post-content h3 a:hover,.blog-group-jezebel .post-content h4 a:hover,.blog-group-jezebel .post-content h5 a:hover,.blog-group-jezebel .post-content h6 a:hover,.blog-group-jezebel .post-content li a:hover,.blog-group-jezebel .post-content p a:hover{color:#ec1238}.blog-group-jezebel .post-content .kinja-slideshow__sidebar-caption a{color:#fff}.blog-group-jezebel figcaption a{color:#ec1238}.blog-group-jezebel figcaption a:hover{color:#bd0e2d}.blog-group-jezebel .editor-inner.post-content blockquote,.blog-group-jezebel .entry-content blockquote{border-radius:0;border-left:5px solid #ec1238;padding:0 0 0 1.125rem;background-color:transparent;margin-top:2rem;margin-bottom:2rem}.blog-group-jezebel .editor-inner.post-content blockquote p,.blog-group-jezebel .entry-content blockquote p{font-size:15px;line-height:28px}@media only screen and (max-width: 37.438em){.blog-group-jezebel .editor-inner.post-content blockquote p,.blog-group-jezebel .entry-content blockquote p{font-size:14px;line-height:26px}}@media only screen and (min-width: 90.062em){.blog-group-jezebel .editor-inner.post-content blockquote p,.blog-group-jezebel .entry-content blockquote p{font-size:16px;line-height:29px}}.blog-group-jezebel .editor-inner.post-content .pullquote__content,.blog-group-jezebel .entry-content .pullquote__content{display:block;padding-left:1.125rem;padding-right:1.125rem}.blog-group-jezebel .editor-inner.post-content .pullquote.align--center,.blog-group-jezebel .entry-content .pullquote.align--center{margin-top:2.5rem;margin-bottom:2.5rem}@media only screen and (min-width: 37.5em){.blog-group-jezebel .editor-inner.post-content .pullquote.align--center,.blog-group-jezebel .entry-content .pullquote.align--center{max-width:66%}}.blog-group-jezebel .storybreak-branded-a,.blog-group-jezebel .storybreak-branded-b{border:0;background-position:center;background-repeat:no-repeat}.blog-group-jezebel .review-score,.blog-group-jezebel .reviewbox-inset.align--fullbleed .review-box__head{background-color:#ec1238}.blog-group-jezebel .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label{color:#fff;border-color:#fff}.blog-group-jezebel .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label:hover{background-color:#fff;color:#ec1238}.blog-group-jezebel .reviewbox-inset.align--fullbleed .review-box__head-content .review-score{color:#ec1238}.blog-group-jezebel .storytype-label:not(.storytype-label--white){color:#ec1238;border-color:#ec1238}.blog-group-jezebel .storytype-label:not(.storytype-label--white):hover{color:#bd0e2d;border-color:#bd0e2d}.blog-group-jezebel .author-bio__name{color:#222}.blog-group-jezebel .author-bio a:not(.author-bio__name){color:#ec1238}.blog-group-jezebel .author-bio a:not(.author-bio__name) .svg-icon--filled{fill:#ec1238}.blog-group-jezebel .author-bio a:not(.author-bio__name) .svg-icon:not(.svg-icon--filled){stroke:#ec1238}.blog-group-jezebel .author-bio a:not(.author-bio__name):hover{color:#bd0e2d}.blog-group-jezebel .author-bio a:not(.author-bio__name):hover .svg-icon--filled{fill:#bd0e2d}.blog-group-jezebel .author-bio a:not(.author-bio__name):hover .svg-icon:not(.svg-icon--filled){stroke:#bd0e2d}.blog-group-jezebel .sidebar-content .newsletter-subscribe{border-color:#ec1238}.blog-group-jezebel .curation-mountain .item-author a:hover,.blog-group-jezebel .textbox-shadow{color:#ec1238}.blog-group-jezebel .editor-inner.post-content .pullquote,.blog-group-jezebel .entry-content .pullquote{font-size:22px;line-height:32px;font-weight:bold;position:relative;padding:36px 0;text-transform:uppercase;font-weight:100;color:#ec1238;font-size:31px;line-height:33px}.blog-group-jezebel .editor-inner.post-content .pullquote:after,.blog-group-jezebel .editor-inner.post-content .pullquote:before,.blog-group-jezebel .entry-content .pullquote:after,.blog-group-jezebel .entry-content .pullquote:before{border:0;display:block;content:'';position:absolute;width:23px;height:18px;left:calc(50% - 12px);background-image:url('data:image/svg+xml;utf8,<svg width=\"23\" height=\"18\" viewBox=\"0 0 23 18\" xmlns=\"http://www.w3.org/2000/svg\"><title>jezbel-quote<\\/title><path d=\"M23 13.46c0 1.253-.45 2.323-1.345 3.21-.897.887-1.977 1.33-3.243 1.33-1.69 0-2.968-.548-3.837-1.644-.87-1.095-1.306-2.426-1.306-3.99 0-2.192.76-4.435 2.29-6.73C17.09 3.338 19.252 1.46 22.05 0L23 1.41c-1.32 1.147-2.36 2.347-3.125 3.598-.765 1.253-1.358 2.48-1.78 3.68 1.53.104 2.73.613 3.6 1.525.87.913 1.305 1.995 1.305 3.248m-12.385 0c0 1.258-.457 2.328-1.373 3.21-.915.89-2 1.33-3.256 1.33-1.622 0-2.878-.543-3.767-1.64-.89-1.1-1.34-2.43-1.34-3.99 0-2.194.756-4.437 2.273-6.73C4.677 3.335 6.85 1.46 9.673 0l.86 1.41c-1.305 1.147-2.34 2.347-3.1 3.598-.755 1.253-1.344 2.48-1.762 3.68 1.52.104 2.72.613 3.61 1.525.89.913 1.338 1.995 1.338 3.248\" fill=\"%23EC1238\" fill-rule=\"evenodd\"/><\\/svg>')}.blog-group-jezebel .editor-inner.post-content .pullquote:before,.blog-group-jezebel .entry-content .pullquote:before{top:-6px}.blog-group-jezebel .editor-inner.post-content .pullquote:after,.blog-group-jezebel .entry-content .pullquote:after{bottom:-6px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.blog-group-jezebel .editor-inner.post-content .pullquote .pullquote__content,.blog-group-jezebel .entry-content .pullquote .pullquote__content{padding-left:0;padding-right:0}.blog-group-jezebel .editor-inner.post-content .pullquote .pullquote__helper,.blog-group-jezebel .entry-content .pullquote .pullquote__helper{display:block;position:absolute;height:7px;width:calc(50% - 20px);background-color:#ec1238;-webkit-transform:skewX(-7deg);transform:skewX(-7deg)}.blog-group-jezebel .editor-inner.post-content .pullquote .pullquote__helper:first-child,.blog-group-jezebel .entry-content .pullquote .pullquote__helper:first-child{top:0;left:0}.blog-group-jezebel .editor-inner.post-content .pullquote .pullquote__helper:last-child,.blog-group-jezebel .entry-content .pullquote .pullquote__helper:last-child{bottom:0;right:0}@media only screen and (min-width: 37.5em){.blog-group-jezebel .editor-inner.post-content .pullquote.align--left,.blog-group-jezebel .entry-content .pullquote.align--left{padding:31px 0 0;text-align:left;margin-bottom:1rem}.blog-group-jezebel .editor-inner.post-content .pullquote.align--left .pullquote__helper:last-child,.blog-group-jezebel .editor-inner.post-content .pullquote.align--left:after,.blog-group-jezebel .editor-inner.post-content .pullquote.align--left:before,.blog-group-jezebel .entry-content .pullquote.align--left .pullquote__helper:last-child,.blog-group-jezebel .entry-content .pullquote.align--left:after,.blog-group-jezebel .entry-content .pullquote.align--left:before{display:none}}.blog-group-jezebel .storybreak-branded-a{min-width:31px;height:31px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31'%3E %3Cpath fill='%23EC1238' fill-rule='evenodd' d='M18.53.852h2.906v7.85c0 1-.852 2.643-1.91 3.39-.392.275-.855.582-1.42.738v-.613c.29-.284.425-1.11.425-1.762V.852zM8.46 2.337L10.684.5l5.13 6.014c.652.765 1.072 2.563.75 3.804-.12.46-.274.986-.607 1.465l-.398-.472c.03-.4-.41-1.11-.83-1.61L8.46 2.34M1.713 9.844L2.22 7.03l7.858 1.362c1 .173 2.497 1.285 3.06 2.44.207.427.434.928.492 1.504l-.613-.108c-.234-.33-1.04-.603-1.69-.716-.906-.157-6.215-1.08-9.612-1.668M1.453 19.86C.963 19.023.49 18.22 0 17.384l6.91-3.925c.88-.5 2.752-.6 3.938-.07.438.19.94.43 1.36.84-.063.03-.334.19-.54.3-.394-.106-1.19.193-1.763.52l-8.452 4.8m6.342 7.84l-2.73-.978 2.73-7.376c.347-.94 1.72-2.197 2.972-2.54.464-.13 1.006-.26 1.593-.218-.026.07-.135.354-.216.574-.37.17-.784.903-1.01 1.515l-3.34 9.03m9.98 1.99l-2.73.978-2.73-7.38c-.345-.94-.116-2.77.62-3.83.272-.39.6-.837 1.08-1.175.023.07.127.357.21.576-.175.364-.013 1.186.213 1.8.315.85 2.16 5.833 3.338 9.022m8.948-4.785c-.49.837-.962 1.64-1.453 2.476l-6.91-3.926c-.88-.5-1.9-2.048-2.027-3.32-.047-.474-.086-1.02.06-1.58l.537.306c.106.39.767.917 1.34 1.243l8.453 4.8m3.727-9.32l.505 2.815-7.858 1.36c-1 .175-2.792-.366-3.722-1.262-.345-.332-.732-.727-.987-1.25.073-.01.38-.062.614-.103.334.23 1.185.22 1.837.107l9.61-1.667m-3.24-9.5l2.222 1.84c-1.756 2.06-3.37 3.953-5.13 6.013-.652.765-2.38 1.485-3.676 1.387-.48-.037-1.035-.094-1.57-.33.046-.06.25-.29.4-.47.41-.036 1.052-.584 1.477-1.08l6.274-7.36'/%3E %3C/svg%3E\")}.blog-group-jezebel .storybreak-branded-b{border:0;font-family:\"ElizabethSerif\",Georgia,serif;letter-spacing:7px;margin-top:40px;margin-bottom:60px;overflow:visible;text-align:center}.blog-group-jezebel .storybreak-branded-b:before{color:#ec1238;content:'***';display:inline-block;font-size:17px}.blog-group-jezebel .storybreak-branded-b.storybreak-variant--branded{margin:0;padding:4px}.blog-group-jezebel.f_kinja_darkmode_on .post-content a{color:#eee;box-shadow:inset 0 -2px 0 #00d0ff}.blog-group-jezebel.f_kinja_darkmode_on .post-content a:active,.blog-group-jezebel.f_kinja_darkmode_on .post-content a:hover,.blog-group-jezebel.f_kinja_darkmode_on .storybreak-branded-b:before{color:#00d0ff}.blog-group-jezebel.f_kinja_darkmode_on .entry-content blockquote{border-left-color:#00d0ff}.blog-group-jezebel.f_kinja_darkmode_on blockquote,.blog-group-jezebel.f_kinja_darkmode_on blockquote p{color:#eee}.blog-group-jezebel.f_kinja_darkmode_on .entry-content .pullquote{color:#00d0ff}.blog-group-jezebel.f_kinja_darkmode_on .entry-content .pullquote .pullquote__helper{background-color:#00d0ff}.blog-group-jezebel.f_kinja_darkmode_on .entry-content .pullquote:after,.blog-group-jezebel.f_kinja_darkmode_on .entry-content .pullquote:before{background-image:url('data:image/svg+xml;utf8,<svg width=\"23\" height=\"18\" viewBox=\"0 0 23 18\" xmlns=\"http://www.w3.org/2000/svg\"><title>jezbel-quote<\\/title><path d=\"M23 13.46c0 1.253-.45 2.323-1.345 3.21-.897.887-1.977 1.33-3.243 1.33-1.69 0-2.968-.548-3.837-1.644-.87-1.095-1.306-2.426-1.306-3.99 0-2.192.76-4.435 2.29-6.73C17.09 3.338 19.252 1.46 22.05 0L23 1.41c-1.32 1.147-2.36 2.347-3.125 3.598-.765 1.253-1.358 2.48-1.78 3.68 1.53.104 2.73.613 3.6 1.525.87.913 1.305 1.995 1.305 3.248m-12.385 0c0 1.258-.457 2.328-1.373 3.21-.915.89-2 1.33-3.256 1.33-1.622 0-2.878-.543-3.767-1.64-.89-1.1-1.34-2.43-1.34-3.99 0-2.194.756-4.437 2.273-6.73C4.677 3.335 6.85 1.46 9.673 0l.86 1.41c-1.305 1.147-2.34 2.347-3.1 3.598-.755 1.253-1.344 2.48-1.762 3.68 1.52.104 2.72.613 3.61 1.525.89.913 1.338 1.995 1.338 3.248\" fill=\"%2300d0ff\" fill-rule=\"evenodd\"/><\\/svg>')}.blog-group-jezebel.f_kinja_darkmode_on .author-bio a:not(.author-bio__name){color:#00d0ff}.blog-group-jezebel.f_kinja_darkmode_on .author-bio a:not(.author-bio__name) .svg-icon:not(.svg-icon--filled){stroke:#00d0ff}.blog-group-jezebel.f_kinja_darkmode_on .author-bio a:not(.author-bio__name) .svg-icon--filled{fill:#00d0ff}.blog-group-kotaku .scroll-list-break{border-top:3px solid #fbc000}.blog-group-kotaku .post-content.dropcap--on>p:first-of-type:first-letter{margin:13px 10px 0 -5px;float:left;color:#b12460;font-family:\"ProximaNovaCond\",sans-serif;font-weight:bold;font-size:100px;line-height:70px}@media only screen and (max-width: 37.438em){.blog-group-kotaku .post-content.dropcap--on>p:first-of-type:first-letter{line-height:65px}}@media only screen and (min-width: 90.062em){.blog-group-kotaku .post-content.dropcap--on>p:first-of-type:first-letter{font-size:117px;line-height:80px}}.blog-group-kotaku .post-content .inset--story__headline a{color:#000;box-shadow:none}.blog-group-kotaku .post-content .inset--story__headline a:hover{text-decoration:underline;color:#000}.blog-group-kotaku .post-content .quotable a,.blog-group-kotaku .post-content .storytype-boilerplate a,.blog-group-kotaku .post-content footer a,.blog-group-kotaku .post-content h1 a,.blog-group-kotaku .post-content h2 a,.blog-group-kotaku .post-content h3 a,.blog-group-kotaku .post-content h4 a,.blog-group-kotaku .post-content h5 a,.blog-group-kotaku .post-content h6 a,.blog-group-kotaku .post-content li a,.blog-group-kotaku .post-content p a{color:#222;box-shadow:inset 0 -2px 0 #ffe181;-webkit-transition:color 0.1s ease-out;transition:color 0.1s ease-out;text-decoration:none}.blog-group-kotaku .post-content .quotable a:hover,.blog-group-kotaku .post-content .storytype-boilerplate a:hover,.blog-group-kotaku .post-content footer a:hover,.blog-group-kotaku .post-content h1 a:hover,.blog-group-kotaku .post-content h2 a:hover,.blog-group-kotaku .post-content h3 a:hover,.blog-group-kotaku .post-content h4 a:hover,.blog-group-kotaku .post-content h5 a:hover,.blog-group-kotaku .post-content h6 a:hover,.blog-group-kotaku .post-content li a:hover,.blog-group-kotaku .post-content p a:hover{color:#fbc000}.blog-group-kotaku .post-content .kinja-slideshow__sidebar-caption a{color:#fff}.blog-group-kotaku figcaption a{color:#b12460}.blog-group-kotaku figcaption a:hover{color:#871b49}.blog-group-kotaku .editor-inner.post-content blockquote,.blog-group-kotaku .entry-content blockquote{border-radius:0;border-left:5px solid #fbc000;padding:0 0 0 1.125rem;background-color:transparent;margin-top:2rem;margin-bottom:2rem}.blog-group-kotaku .editor-inner.post-content blockquote p,.blog-group-kotaku .entry-content blockquote p{font-size:15px;line-height:28px}@media only screen and (max-width: 37.438em){.blog-group-kotaku .editor-inner.post-content blockquote p,.blog-group-kotaku .entry-content blockquote p{font-size:14px;line-height:26px}}@media only screen and (min-width: 90.062em){.blog-group-kotaku .editor-inner.post-content blockquote p,.blog-group-kotaku .entry-content blockquote p{font-size:16px;line-height:29px}}.blog-group-kotaku .editor-inner.post-content .pullquote__content,.blog-group-kotaku .entry-content .pullquote__content{display:block;padding-left:1.125rem;padding-right:1.125rem}.blog-group-kotaku .editor-inner.post-content .pullquote.align--center,.blog-group-kotaku .entry-content .pullquote.align--center{margin-top:2.5rem;margin-bottom:2.5rem}@media only screen and (min-width: 37.5em){.blog-group-kotaku .editor-inner.post-content .pullquote.align--center,.blog-group-kotaku .entry-content .pullquote.align--center{max-width:66%}}.blog-group-kotaku .storybreak-branded-a,.blog-group-kotaku .storybreak-branded-b{border:0;background-position:center;background-repeat:no-repeat}.blog-group-kotaku .review-score,.blog-group-kotaku .reviewbox-inset.align--fullbleed .review-box__head{background-color:#b12460}.blog-group-kotaku .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label{color:#fff;border-color:#fff}.blog-group-kotaku .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label:hover{background-color:#fff;color:#b12460}.blog-group-kotaku .reviewbox-inset.align--fullbleed .review-box__head-content .review-score{color:#b12460}.blog-group-kotaku .storytype-label:not(.storytype-label--white){color:#b12460;border-color:#b12460}.blog-group-kotaku .storytype-label:not(.storytype-label--white):hover{color:#871b49;border-color:#871b49}.blog-group-kotaku .author-bio__name{color:#222}.blog-group-kotaku .author-bio a:not(.author-bio__name){color:#b12460}.blog-group-kotaku .author-bio a:not(.author-bio__name) .svg-icon--filled{fill:#b12460}.blog-group-kotaku .author-bio a:not(.author-bio__name) .svg-icon:not(.svg-icon--filled){stroke:#b12460}.blog-group-kotaku .author-bio a:not(.author-bio__name):hover{color:#871b49}.blog-group-kotaku .author-bio a:not(.author-bio__name):hover .svg-icon--filled{fill:#871b49}.blog-group-kotaku .author-bio a:not(.author-bio__name):hover .svg-icon:not(.svg-icon--filled){stroke:#871b49}.blog-group-kotaku .sidebar-content .newsletter-subscribe{border-color:#fbc000}.blog-group-kotaku .curation-mountain .item-author a:hover{color:#b12460}.blog-group-kotaku .textbox-shadow{color:#fbc000}.blog-group-kotaku .editor-inner.post-content .pullquote,.blog-group-kotaku .entry-content .pullquote{font-size:22px;line-height:32px;font-weight:bold}.blog-group-kotaku .editor-inner.post-content .pullquote:after,.blog-group-kotaku .editor-inner.post-content .pullquote:before,.blog-group-kotaku .entry-content .pullquote:after,.blog-group-kotaku .entry-content .pullquote:before{border:0}.blog-group-kotaku .editor-inner.post-content .pullquote:before,.blog-group-kotaku .entry-content .pullquote:before{height:7px;width:244px;background-image:url('data:image/svg+xml;utf8,<svg width=\"244\" height=\"7\" viewBox=\"0 0 244 7\" xmlns=\"http://www.w3.org/2000/svg\"><title>kotaku-quote-top<\\/title><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"M243 4H1\" stroke=\"%23B12460\" stroke-linecap=\"round\"/><path d=\"M177.167 6.972c2.622.13 5.38-1.883 6.14-4.54L184 .022 64.833.002v.004c-2.622-.13-5.38 1.884-6.14 4.54L58 6.956l.01.044 119.157-.028z\" fill=\"%23FBC000\"/><\\/g><\\/svg>')}.blog-group-kotaku .editor-inner.post-content .pullquote:after,.blog-group-kotaku .entry-content .pullquote:after{height:7px;width:129px;background-image:url('data:image/svg+xml;utf8,<svg width=\"129\" height=\"7\" viewBox=\"0 0 129 7\" xmlns=\"http://www.w3.org/2000/svg\"><title>kotaku-quote-bottom<\\/title><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"M128 4H1\" stroke=\"%23B12460\" stroke-linecap=\"round\"/><path d=\"M81.075 6.972c2.657.13 5.452-1.883 6.224-4.54l.7-2.41-40.076-.02v.004c-2.657-.13-5.452 1.884-6.224 4.54l-.7 2.41.01.044 40.065-.028z\" fill=\"%23FBC000\"/><\\/g><\\/svg>')}@media only screen and (min-width: 37.5em){.blog-group-kotaku .editor-inner.post-content .pullquote.align--left:before,.blog-group-kotaku .entry-content .pullquote.align--left:before{background-image:url('data:image/svg+xml;utf8,<svg width=\"243\" height=\"7\" viewBox=\"0 0 243 7\" xmlns=\"http://www.w3.org/2000/svg\"><title>kotaku-quote-lefttop<\\/title><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"M242.5 3.688H.5\" stroke=\"%23B12460\" stroke-linecap=\"round\"/><path d=\"M157.912 6.845c2.375.128 4.872-1.85 5.562-4.457L164.1.02 41.194.004v.003c-2.374-.128-4.87 1.85-5.56 4.457l-.628 2.367.01.043 122.896-.027z\" fill=\"%23FBC000\"/><\\/g><\\/svg>')}.blog-group-kotaku .editor-inner.post-content .pullquote.align--left:after,.blog-group-kotaku .entry-content .pullquote.align--left:after{background-image:url('data:image/svg+xml;utf8,<svg width=\"117\" height=\"7\" viewBox=\"0 0 117 7\" xmlns=\"http://www.w3.org/2000/svg\"><title>kotaku-quote-leftbottom<\\/title><g fill=\"none\" fill-rule=\"evenodd\"><path d=\"M116.5 3.688H.5\" stroke=\"%23B12460\" stroke-linecap=\"round\"/><path d=\"M74.912 6.845c2.375.128 4.872-1.85 5.562-4.457L81.1.02 41.194.004v.003c-2.374-.128-4.87 1.85-5.56 4.457l-.628 2.367.01.043 39.896-.027z\" fill=\"%23FBC000\"/><\\/g><\\/svg>')}}.blog-group-kotaku .editor-inner.post-content .pullquote .pullquote__content,.blog-group-kotaku .entry-content .pullquote .pullquote__content{padding-left:0;padding-right:0}.blog-group-kotaku .storybreak-branded-a{min-width:75px;height:16px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='16' viewBox='0 0 75 16'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%23B12460' d='M0 16h5V0H0m7 16h5V0H7m7 16h5V0h-5m7 16h5V0h-5m7 16h5V0h-5m7 16h5V0h-5m7 16h5V0h-5'/%3E %3Cpath fill='%23FBC000' d='M49 16h5V0h-5m7 16h5V0h-5m7 16h5V0h-5m7 16h5V0h-5'/%3E %3C/g%3E %3C/svg%3E\")}.blog-group-kotaku .storybreak-branded-b{display:none !important}.blog-group-lifehacker .scroll-list-break{border-top:3px solid #94b330}.blog-group-lifehacker .post-content.dropcap--on>p:first-of-type:first-letter{margin:13px 10px 0 -5px;float:left;color:#94b330;font-family:\"ProximaNovaCond\",sans-serif;font-weight:bold;font-size:100px;line-height:70px}@media only screen and (max-width: 37.438em){.blog-group-lifehacker .post-content.dropcap--on>p:first-of-type:first-letter{line-height:65px}}@media only screen and (min-width: 90.062em){.blog-group-lifehacker .post-content.dropcap--on>p:first-of-type:first-letter{font-size:117px;line-height:80px}}.blog-group-lifehacker .post-content .inset--story__headline a{color:#000;box-shadow:none}.blog-group-lifehacker .post-content .inset--story__headline a:hover{text-decoration:underline;color:#000}.blog-group-lifehacker .post-content .quotable a,.blog-group-lifehacker .post-content .storytype-boilerplate a,.blog-group-lifehacker .post-content footer a,.blog-group-lifehacker .post-content h1 a,.blog-group-lifehacker .post-content h2 a,.blog-group-lifehacker .post-content h3 a,.blog-group-lifehacker .post-content h4 a,.blog-group-lifehacker .post-content h5 a,.blog-group-lifehacker .post-content h6 a,.blog-group-lifehacker .post-content li a,.blog-group-lifehacker .post-content p a{color:#222;box-shadow:inset 0 -2px 0 #9dcee7;-webkit-transition:color 0.1s ease-out;transition:color 0.1s ease-out;text-decoration:none}.blog-group-lifehacker .post-content .quotable a:hover,.blog-group-lifehacker .post-content .storytype-boilerplate a:hover,.blog-group-lifehacker .post-content footer a:hover,.blog-group-lifehacker .post-content h1 a:hover,.blog-group-lifehacker .post-content h2 a:hover,.blog-group-lifehacker .post-content h3 a:hover,.blog-group-lifehacker .post-content h4 a:hover,.blog-group-lifehacker .post-content h5 a:hover,.blog-group-lifehacker .post-content h6 a:hover,.blog-group-lifehacker .post-content li a:hover,.blog-group-lifehacker .post-content p a:hover{color:#39c}.blog-group-lifehacker .post-content .kinja-slideshow__sidebar-caption a{color:#fff}.blog-group-lifehacker figcaption a{color:#39c}.blog-group-lifehacker figcaption a:hover{color:#297aa3}.blog-group-lifehacker .editor-inner.post-content blockquote,.blog-group-lifehacker .entry-content blockquote{border-radius:0;border-left:5px solid #94b330;padding:0 0 0 1.125rem;background-color:transparent;margin-top:2rem;margin-bottom:2rem}.blog-group-lifehacker .editor-inner.post-content blockquote p,.blog-group-lifehacker .entry-content blockquote p{font-size:15px;line-height:28px}@media only screen and (max-width: 37.438em){.blog-group-lifehacker .editor-inner.post-content blockquote p,.blog-group-lifehacker .entry-content blockquote p{font-size:14px;line-height:26px}}@media only screen and (min-width: 90.062em){.blog-group-lifehacker .editor-inner.post-content blockquote p,.blog-group-lifehacker .entry-content blockquote p{font-size:16px;line-height:29px}}.blog-group-lifehacker .editor-inner.post-content .pullquote__content,.blog-group-lifehacker .entry-content .pullquote__content{display:block;padding-left:1.125rem;padding-right:1.125rem}.blog-group-lifehacker .editor-inner.post-content .pullquote.align--center,.blog-group-lifehacker .entry-content .pullquote.align--center{margin-top:2.5rem;margin-bottom:2.5rem}@media only screen and (min-width: 37.5em){.blog-group-lifehacker .editor-inner.post-content .pullquote.align--center,.blog-group-lifehacker .entry-content .pullquote.align--center{max-width:66%}}.blog-group-lifehacker .storybreak-branded-a,.blog-group-lifehacker .storybreak-branded-b{border:0;background-position:center;background-repeat:no-repeat}.blog-group-lifehacker .review-score,.blog-group-lifehacker .reviewbox-inset.align--fullbleed .review-box__head{background-color:#94b330}.blog-group-lifehacker .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label{color:#fff;border-color:#fff}.blog-group-lifehacker .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label:hover{background-color:#fff;color:#94b330}.blog-group-lifehacker .reviewbox-inset.align--fullbleed .review-box__head-content .review-score{color:#94b330}.blog-group-lifehacker .storytype-label:not(.storytype-label--white){color:#39c;border-color:#39c}.blog-group-lifehacker .storytype-label:not(.storytype-label--white):hover{color:#297aa3;border-color:#297aa3}.blog-group-lifehacker .author-bio__name{color:#222}.blog-group-lifehacker .author-bio a:not(.author-bio__name){color:#39c}.blog-group-lifehacker .author-bio a:not(.author-bio__name) .svg-icon--filled{fill:#39c}.blog-group-lifehacker .author-bio a:not(.author-bio__name) .svg-icon:not(.svg-icon--filled){stroke:#39c}.blog-group-lifehacker .author-bio a:not(.author-bio__name):hover{color:#297aa3}.blog-group-lifehacker .author-bio a:not(.author-bio__name):hover .svg-icon--filled{fill:#297aa3}.blog-group-lifehacker .author-bio a:not(.author-bio__name):hover .svg-icon:not(.svg-icon--filled){stroke:#297aa3}.blog-group-lifehacker .sidebar-content .newsletter-subscribe{border-color:#94b330}.blog-group-lifehacker .curation-mountain .item-author a:hover,.blog-group-lifehacker .textbox-shadow{color:#39c}.blog-group-lifehacker .editor-inner.post-content .pullquote,.blog-group-lifehacker .entry-content .pullquote{padding:0 23px 0 61px;text-align:left;max-width:400px}.blog-group-lifehacker .editor-inner.post-content .pullquote:after,.blog-group-lifehacker .editor-inner.post-content .pullquote:before,.blog-group-lifehacker .entry-content .pullquote:after,.blog-group-lifehacker .entry-content .pullquote:before{display:none}.blog-group-lifehacker .editor-inner.post-content .pullquote .pullquote__content,.blog-group-lifehacker .entry-content .pullquote .pullquote__content{display:inline;background-color:#39c;box-shadow:10px 0 0 #39c,-10px 0 0 #39c;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:white;padding:4px 0 3px;line-height:40px;position:relative}.blog-group-lifehacker .editor-inner.post-content .pullquote .pullquote__content:after,.blog-group-lifehacker .editor-inner.post-content .pullquote .pullquote__content:before,.blog-group-lifehacker .entry-content .pullquote .pullquote__content:after,.blog-group-lifehacker .entry-content .pullquote .pullquote__content:before{display:block;content:'';position:absolute}.blog-group-lifehacker .editor-inner.post-content .pullquote .pullquote__content:before,.blog-group-lifehacker .entry-content .pullquote .pullquote__content:before{width:46px;height:36px;left:-61px;top:0;background-image:url('data:image/svg+xml;utf8,<svg width=\"46\" height=\"36\" viewBox=\"0 0 46 36\" xmlns=\"http://www.w3.org/2000/svg\"><title>lifehacker-quote<\\/title><path d=\"M36 0L25 18v18h21V17h-8l8-17M11 0L0 18v18h21V17h-8l8-17\" fill=\"%2394B330\" fill-rule=\"evenodd\"/><\\/svg>')}.blog-group-lifehacker .editor-inner.post-content .pullquote .pullquote__content:after,.blog-group-lifehacker .entry-content .pullquote .pullquote__content:after{width:10px;height:36px;background-color:#94b330;right:-23px;bottom:0}@media only screen and (min-width: 37.5em){.blog-group-lifehacker .editor-inner.post-content .pullquote.align--left,.blog-group-lifehacker .entry-content .pullquote.align--left{margin-bottom:1rem}}.blog-group-lifehacker .storybreak-branded-a{min-width:46px;height:11px;background-image:url('data:image/svg+xml;utf8,<svg width=\"46\" height=\"11\" viewBox=\"0 0 46 11\" xmlns=\"http://www.w3.org/2000/svg\"><title>lifehacker-default<\\/title><g fill=\"none\" fill-rule=\"evenodd\"><path fill=\"%2394B330\" d=\"M0 11h11V0H0\"/><path fill=\"%2339C\" d=\"M18 11h11V0H18\"/><path fill=\"%2394B330\" d=\"M35 11h11V0H35\"/><\\/g><\\/svg>')}.blog-group-lifehacker .storybreak-branded-b{min-width:48px;height:47px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='48' height='47' viewBox='0 0 48 47'%3E %3Cdefs%3E %3Cpath id='a' d='M2.667 3.052H.077V.526h2.59v2.526z'/%3E %3C/defs%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%2394B330' d='M18.638 41.243c.347 0 .348-.568 0-.568-.347 0-.347.568 0 .568'/%3E %3Cpath fill='%2394B330' d='M18.946 40.75c-1.036-1.347-2.153-2.62-3.35-3.824-.297-.297-.756.167-.46.466 1.2 1.202 2.315 2.477 3.352 3.824.256.334.712-.135.458-.465'/%3E %3Cpath fill='%2394B330' d='M15.494 36.886c-1.74-.117-3.66.613-3.115 2.77.28 1.13 1.21 1.998 1.95 2.832.46.523.92 1.05 1.4 1.57.24.272.37.474.74.478.15 0 .26-.104.31-.24l.02-.075c.13-.4-.49-.57-.63-.17l-.03.08.31-.24c-.33 0-1.16-1.26-1.4-1.54-.51-.57-1.05-1.12-1.5-1.74-.55-.76-.98-1.82-.21-2.6.56-.56 1.39-.5 2.12-.45.41.03.41-.63 0-.65'/%3E %3Cpath fill='%2394B330' d='M18.347 41.227c-.956.002-1.96.457-2.25 1.456-.258.89.197 1.853 1.13 2.03 2.043.386 2.757-4.04.655-3.797-.41.047-.415.706 0 .657.906-.104.6 1.11.427 1.604-.21.574-.62 1.207-1.28.76-.48-.32-.44-.975-.15-1.41.33-.487.9-.642 1.46-.642.42 0 .42-.658 0-.658m-6.95-6.855c-.92.443-1.23 1.53-1.01 2.49.24 1.055 1.01 1.84 1.99 2.21.39.145.56-.49.17-.636-1.22-.453-2.51-2.692-.84-3.495.37-.18.04-.74-.33-.56'/%3E %3Cpath fill='%2394B330' d='M7.78 30.77c1.056 1.365 2.166 2.683 3.33 3.956.283.312.74-.154.458-.464-1.163-1.273-2.273-2.592-3.33-3.957-.257-.333-.713.136-.458.465'/%3E %3Cpath fill='%2394B330' d='M7.552 30.174c-.795.645-1.212 1.656-1.107 2.683.042.416.69.42.648 0-.09-.877.24-1.667.917-2.218.326-.27-.135-.73-.458-.47'/%3E %3Cpath fill='%2394B330' d='M6.338 32.807c1.373 1.997 2.885 3.88 4.54 5.644.29.31.747-.15.46-.46-1.618-1.72-3.1-3.56-4.44-5.51-.236-.34-.8-.01-.56.34M2.32 23.86c1.26 1.41 2.453 2.873 3.578 4.395.247.335.81.008.56-.33-1.157-1.57-2.382-3.08-3.68-4.53-.28-.315-.737.15-.457.464'/%3E %3Cpath fill='%2394B330' d='M6.246 27.827c-1.023-.156-2.033.427-2.13 1.547-.11 1.262 1.225 2.29 1.97 3.122.282.315.74-.152.46-.464-.42-.468-.854-.924-1.256-1.405-.207-.246-.44-.533-.51-.86-.17-.82.53-1.422 1.294-1.305.408.062.584-.57.172-.635'/%3E %3Cpath fill='%2394B330' d='M2.377 23.144C.73 23.118-.278 24.674.304 26.21c.372.982 1.224 1.835 1.883 2.624.872 1.043 1.786 2.034 2.823 2.91.32.27.78-.194.46-.465-1.138-.96-2.124-2.06-3.072-3.21-.48-.59-1.03-1.16-1.372-1.84-.584-1.17.02-2.45 1.35-2.43.418 0 .418-.65 0-.66'/%3E %3Cpath fill='%2394B330' d='M3.83 24.67c2.076-2.947 3.984-6.012 5.69-9.194.57-1.062 1.92-5.088 3.52-4.11.863.527 1.453 1.582 2.046 2.375.585.79 1.17 1.57 1.756 2.36.25.34.812.01.56-.33l-2.132-2.86c-.53-.71-1.04-1.5-1.775-2.01-1.49-1.04-2.423.08-3.074 1.4-2.07 4.2-4.46 8.23-7.15 12.05-.24.35.32.68.56.33m14.97-6.51c.84.83 1.59 1.72 2.34 2.63.27.33.73-.14.46-.46-.75-.91-1.5-1.79-2.33-2.62-.3-.29-.76.17-.46.47m4.52 4.61c1.96 1.96 4 3.81 6.11 5.6.32.27.78-.19.46-.46-2.11-1.79-4.15-3.64-6.11-5.6-.3-.29-.76.17-.46.47'/%3E %3Cpath fill='%2394B330' d='M19.263 43.354c1.434-2.502 2.87-5.004 4.303-7.507.718-1.25 1.435-2.502 2.152-3.754.65-1.133 1.243-2.717 2.222-3.596.464-.415 1.08-.428 1.542.062.166.17.242.7.285.94.084.47.097.96.19 1.43.173.87.55 1.7 1.09 2.4.58.75 1.292 1.25 2.102 1.71.5.28 1.07.57 1.36 1.1.62 1.14-.52 1.92-1.44 2.22-.4.13-.23.76.17.63.96-.31 2.03-.99 2.12-2.12.09-1.15-.9-1.83-1.77-2.34-1.41-.83-2.53-1.82-2.95-3.49-.26-1.04-.07-2.52-.96-3.29-.76-.65-1.71-.29-2.32.36-1.13 1.19-1.83 2.94-2.65 4.36L18.7 43.02c-.21.368.35.7.56.332'/%3E %3Cpath fill='%2394B330' d='M18.524 44.16l15.417-5.356c.4-.137.23-.772-.17-.634l-15.42 5.357c-.39.136-.22.772.18.634'/%3E %3Cpath fill='%2394B330' d='M19.892 43.348c-.897.385-2.05 1.183-1.64 2.35.28.796 1.28 1.075 2.003.76.876-.38 1.28-1.473 1.205-2.385-.068-.846-.927-1.777-1.765-1.12-.326.254-.003.825.327.566.703-.55.836.77.755 1.18-.096.49-.384 1.05-.9 1.19-.46.12-1.076-.13-1.052-.68.03-.72.84-1.07 1.394-1.31.38-.17.05-.73-.33-.57'/%3E %3Cg transform='translate(16.8 43.636)'%3E %3Cmask id='b' fill='%23fff'%3E %3Cuse xlink:href='%23a'/%3E %3C/mask%3E %3Cpath fill='%2394B330' d='M.15 1.106c.573.747 1.26 1.377 2.04 1.892.35.23.676-.338.327-.568C1.78 1.945 1.147 1.344.61.64.353.308-.103.776.15 1.107' mask='url(%23b)'/%3E %3C/g%3E %3Cpath fill='%2394B330' d='M15.728 37.47c.878-3.268 2.82-6.17 4.473-9.077l5.07-8.905c.79-1.376 1.49-2.88 2.42-4.155.96-1.307 2.33-1.59 3.82-1.865 2.24-.415 4.03-1.36 4.36-3.842.6-4.545-3.33-9.333-7.83-9.613C26.1-.11 24.09.68 23.29 2.59c-1.123 2.695.3 5.637-1.438 8.21-1.1 1.624-2.637 3-3.97 4.424l-3.86 4.116-8.306 8.87c-.287.308.17.774.46.466l13.35-14.253c1.66-1.77 3.612-3.502 3.934-6.06.32-2.54-.724-6.044 2.234-7.324 4.93-2.14 10.68 4.14 9.44 9.03-.755 2.98-3.88 2.4-6.1 3.35-.904.38-1.55 1.05-2.09 1.87-.894 1.35-1.634 2.83-2.436 4.23l-5.17 9.09c-1.583 2.78-3.38 5.55-4.22 8.68-.11.41.515.58.624.17'/%3E %3Cpath fill='%2394B330' d='M5.26 31.196c2.932.283 5.002-2.353 6.686-4.398 2.21-2.686 4.27-5.497 6.482-8.18 1.125-1.365 2.29-2.695 3.53-3.955.988-1.004 2.065-1.962 2.818-3.17.757-1.215.942-2.5.82-3.912-.14-1.62-.592-5.74 2.273-5.03.4.1.57-.53.17-.63-1.05-.26-2.09.2-2.69 1.12-.81 1.24-.59 2.79-.45 4.17.21 2.14-.26 3.66-1.69 5.24-1.12 1.25-2.35 2.38-3.47 3.63-2.36 2.65-4.47 5.5-6.67 8.28-1.86 2.36-4.4 6.53-7.83 6.2-.42-.04-.42.62 0 .66'/%3E %3Cpath fill='%2394B330' d='M27.74 2.567c3.007.406 5.905 3.983 5.18 7.12-.733 3.155-4.715.37-6.08 2.546-.226.36.335.69.56.332.543-.868 2-.506 2.847-.526.62-.02 1.267-.08 1.84-.34 1.312-.59 1.66-2.04 1.543-3.38-.274-3.11-2.82-6-5.89-6.42-.41-.06-.407.6 0 .65'/%3E %3Cpath fill='%2394B330' d='M13.184 37.95c.393-2.47 1.518-4.688 2.65-6.885 1.11-2.158 2.278-4.287 3.512-6.376 2.41-4.08 5.083-7.99 7.888-11.8.25-.34-.313-.67-.56-.33-2.878 3.91-5.616 7.92-8.076 12.11-1.232 2.1-2.398 4.24-3.507 6.41-1.09 2.13-2.15 4.29-2.53 6.68-.06.41.56.59.63.17M27.3 26.37c2.16-.15 5.43-.3 6.38-2.67.586-1.45.746-2.91 2.55-3.21 1.525-.252 3.16.267 4.596.745 1.593.53 3.165 1.294 4.32 2.56 1.158 1.27 2.14 3.21 1.476 4.942-1.143 2.974-4.62 1.404-6.82.93-3.265-.702-6.127 1.096-8.715 2.894-.343.24-.02.81.327.57 1.565-1.08 3.19-2.21 5.043-2.72 1.685-.46 3.147-.11 4.78.31 2.22.58 4.92.93 5.977-1.68 1.076-2.67-1.046-5.62-3.163-7.01-1.49-.98-3.24-1.55-4.96-1.96-1.23-.29-2.63-.48-3.84.03-1.47.63-1.62 2.03-2.16 3.37-.82 2.04-3.93 2.14-5.78 2.27-.41.03-.41.69 0 .66'/%3E %3Cpath fill='%2394B330' d='M28.908 27.835c2.463-.212 5.497-.644 6.547-3.298.336-.85.365-1.976 1.42-2.257.866-.23 1.942.194 2.744.5 1.51.576 3.2 1.457 4.29 2.693.78.88 1.27 2.253-.14 2.864-.83.36-1.75.04-2.57-.198-1.28-.38-2.55-.59-3.89-.5-2.7.18-5.24 1.39-7.1 3.38-.29.31.17.77.46.46 2.58-2.76 6.44-3.83 10.05-2.81 1.27.36 2.82.88 3.95-.13.93-.84.76-2.04.11-3.01-.83-1.25-2.28-2.12-3.58-2.78-1.28-.65-3.05-1.51-4.51-1.13-1.57.41-1.4 2.01-2.12 3.18-1.18 1.93-3.68 2.17-5.69 2.34-.42.03-.42.69 0 .66'/%3E %3C/g%3E %3C/svg%3E\")}.blog-group-splinter .scroll-list-break{border-top:3px solid #f85637}.blog-group-splinter .post-content.dropcap--on>p:first-of-type:first-letter{margin:13px 10px 0 -5px;float:left;color:#f85637;font-family:\"ProximaNovaCond\",sans-serif;font-weight:bold;font-size:100px;line-height:70px}@media only screen and (max-width: 37.438em){.blog-group-splinter .post-content.dropcap--on>p:first-of-type:first-letter{line-height:65px}}@media only screen and (min-width: 90.062em){.blog-group-splinter .post-content.dropcap--on>p:first-of-type:first-letter{font-size:117px;line-height:80px}}.blog-group-splinter .post-content .inset--story__headline a{color:#000;box-shadow:none}.blog-group-splinter .post-content .inset--story__headline a:hover{text-decoration:underline;color:#000}.blog-group-splinter .post-content .quotable a,.blog-group-splinter .post-content .storytype-boilerplate a,.blog-group-splinter .post-content footer a,.blog-group-splinter .post-content h1 a,.blog-group-splinter .post-content h2 a,.blog-group-splinter .post-content h3 a,.blog-group-splinter .post-content h4 a,.blog-group-splinter .post-content h5 a,.blog-group-splinter .post-content h6 a,.blog-group-splinter .post-content li a,.blog-group-splinter .post-content p a{color:#222;box-shadow:inset 0 -2px 0 #fcc2b7;-webkit-transition:color 0.1s ease-out;transition:color 0.1s ease-out;text-decoration:none}.blog-group-splinter .post-content .quotable a:hover,.blog-group-splinter .post-content .storytype-boilerplate a:hover,.blog-group-splinter .post-content footer a:hover,.blog-group-splinter .post-content h1 a:hover,.blog-group-splinter .post-content h2 a:hover,.blog-group-splinter .post-content h3 a:hover,.blog-group-splinter .post-content h4 a:hover,.blog-group-splinter .post-content h5 a:hover,.blog-group-splinter .post-content h6 a:hover,.blog-group-splinter .post-content li a:hover,.blog-group-splinter .post-content p a:hover{color:#f85637}.blog-group-splinter .post-content .kinja-slideshow__sidebar-caption a{color:#fff}.blog-group-splinter figcaption a{color:#f85637}.blog-group-splinter figcaption a:hover{color:#f32e09}.blog-group-splinter .editor-inner.post-content blockquote,.blog-group-splinter .entry-content blockquote{border-radius:0;border-left:5px solid #f85637;padding:0 0 0 1.125rem;background-color:transparent;margin-top:2rem;margin-bottom:2rem}.blog-group-splinter .editor-inner.post-content blockquote p,.blog-group-splinter .entry-content blockquote p{font-size:15px;line-height:28px}@media only screen and (max-width: 37.438em){.blog-group-splinter .editor-inner.post-content blockquote p,.blog-group-splinter .entry-content blockquote p{font-size:14px;line-height:26px}}@media only screen and (min-width: 90.062em){.blog-group-splinter .editor-inner.post-content blockquote p,.blog-group-splinter .entry-content blockquote p{font-size:16px;line-height:29px}}.blog-group-splinter .editor-inner.post-content .pullquote__content,.blog-group-splinter .entry-content .pullquote__content{display:block;padding-left:1.125rem;padding-right:1.125rem}.blog-group-splinter .editor-inner.post-content .pullquote.align--center,.blog-group-splinter .entry-content .pullquote.align--center{margin-top:2.5rem;margin-bottom:2.5rem}@media only screen and (min-width: 37.5em){.blog-group-splinter .editor-inner.post-content .pullquote.align--center,.blog-group-splinter .entry-content .pullquote.align--center{max-width:66%}}.blog-group-splinter .storybreak-branded-a,.blog-group-splinter .storybreak-branded-b{border:0;background-position:center;background-repeat:no-repeat}.blog-group-splinter .review-score,.blog-group-splinter .reviewbox-inset.align--fullbleed .review-box__head{background-color:#f85637}.blog-group-splinter .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label{color:#fff;border-color:#fff}.blog-group-splinter .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label:hover{background-color:#fff;color:#f85637}.blog-group-splinter .reviewbox-inset.align--fullbleed .review-box__head-content .review-score{color:#f85637}.blog-group-splinter .storytype-label:not(.storytype-label--white){color:#f85637;border-color:#f85637}.blog-group-splinter .storytype-label:not(.storytype-label--white):hover{color:#f32e09;border-color:#f32e09}.blog-group-splinter .author-bio__name{color:#222}.blog-group-splinter .author-bio a:not(.author-bio__name){color:#f85637}.blog-group-splinter .author-bio a:not(.author-bio__name) .svg-icon--filled{fill:#f85637}.blog-group-splinter .author-bio a:not(.author-bio__name) .svg-icon:not(.svg-icon--filled){stroke:#f85637}.blog-group-splinter .author-bio a:not(.author-bio__name):hover{color:#f32e09}.blog-group-splinter .author-bio a:not(.author-bio__name):hover .svg-icon--filled{fill:#f32e09}.blog-group-splinter .author-bio a:not(.author-bio__name):hover .svg-icon:not(.svg-icon--filled){stroke:#f32e09}.blog-group-splinter .sidebar-content .newsletter-subscribe{border-color:#f85637}.blog-group-splinter .curation-mountain .item-author a:hover,.blog-group-splinter .textbox-shadow{color:#f85637}.blog-group-splinter .editor-inner.post-content .pullquote,.blog-group-splinter .entry-content .pullquote{border-top:4px solid #f85637;padding-top:30px;padding-bottom:0;position:relative;font-weight:bold;font-style:normal}.blog-group-splinter .editor-inner.post-content .pullquote:before,.blog-group-splinter .entry-content .pullquote:before{border:0;height:32px;width:32px;position:absolute;left:calc(50% - 18px);top:-18px;background-image:url('data:image/svg+xml;utf8,<svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" xmlns=\"http://www.w3.org/2000/svg\"><title>splinter-pq<\\/title><g fill=\"none\" fill-rule=\"evenodd\"><path fill=\"%23F85637\" d=\"M0 32h32V0H0\"/><path d=\"M14 7.466c-.015-.227.162-.42.39-.423L17.657 7c.233-.002.417.195.398.427C17.82 10.26 16.49 26.06 15.94 26.06c-.547 0-1.735-15.805-1.94-18.593z\" fill=\"%23ffffff\"/><\\/g><\\/svg>')}.blog-group-splinter .editor-inner.post-content .pullquote:after,.blog-group-splinter .entry-content .pullquote:after{display:none}@media only screen and (min-width: 37.5em){.blog-group-splinter .editor-inner.post-content .pullquote.align--left,.blog-group-splinter .entry-content .pullquote.align--left{margin-bottom:1rem}}.blog-group-splinter .storybreak-branded-a{min-width:31px;height:50px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='50' viewBox='0 0 31 50'%3E %3Cg fill='white' fill-rule='evenodd'%3E %3Cpath fill='%23F85637' d='M1.407 9.33l6.696-3.054v7.495l-6.696 3.06'/%3E %3Cpath fill='%23000' d='M9.167 24.32H7.223V5.027c0-1.455-1.183-2.637-2.637-2.637S1.95 3.572 1.95 5.027V24.32H.005V5.027C.005 2.5 2.06.447 4.585.447c2.527 0 4.58 2.054 4.58 4.58V24.32z'/%3E %3Cpath fill='%23000' d='M11.804 17.935c-1.454 0-2.637 1.183-2.637 2.638v6.8c0 1.455 1.183 2.638 2.637 2.638s2.637-1.18 2.637-2.63v-6.8c0-1.45-1.18-2.64-2.63-2.64m0 14.02c-2.52 0-4.58-2.05-4.58-4.58v-6.8c0-2.52 2.06-4.58 4.58-4.58 2.53 0 4.58 2.06 4.58 4.58v6.81c0 2.53-2.05 4.58-4.58 4.58'/%3E %3Cpath fill='%23000' d='M19.002 17.935c-1.454 0-2.637 1.183-2.637 2.638v6.8c0 1.455 1.183 2.638 2.637 2.638s2.638-1.18 2.638-2.63v-6.8c0-1.45-1.184-2.64-2.638-2.64m0 14.02c-2.525 0-4.58-2.05-4.58-4.58v-6.8c0-2.52 2.055-4.58 4.58-4.58 2.526 0 4.58 2.06 4.58 4.58v6.8c0 2.53-2.054 4.58-4.58 4.58'/%3E %3Cpath fill='%23000' d='M26.2 17.935c-1.453 0-2.636 1.183-2.636 2.638v6.8c0 1.455 1.183 2.638 2.637 2.638 1.46 0 2.64-1.18 2.64-2.63v-6.8c0-1.45-1.18-2.64-2.63-2.64m0 14.02c-2.52 0-4.58-2.05-4.58-4.58v-6.8c0-2.52 2.06-4.58 4.58-4.58 2.53 0 4.58 2.06 4.58 4.58v6.8c0 2.53-2.05 4.58-4.58 4.58m-10.65 7.36h-5.14v-1.95h5.14c1.46 0 2.64-1.18 2.64-2.63s-1.18-2.633-2.64-2.633H4.59c-1.454 0-2.637 1.183-2.637 2.637H.01c0-2.524 2.055-4.58 4.58-4.58h10.96c2.526 0 4.58 2.056 4.58 4.58 0 2.527-2.054 4.58-4.58 4.58'/%3E %3Cpath fill='%23000' d='M15.36 49.895c-4.086 0-7.94-1.602-10.85-4.51C1.603 42.475 0 38.62 0 34.535V20.99h1.955v13.545c0 3.564 1.4 6.926 3.94 9.466 2.538 2.54 5.9 3.94 9.466 3.94 3.57 0 6.93-1.4 9.47-3.94s3.94-5.9 3.94-9.46V20.99h1.96v13.545c0 4.087-1.6 7.94-4.51 10.85-2.91 2.908-6.76 4.51-10.85 4.51'/%3E %3C/g%3E %3C/svg%3E\")}.blog-group-splinter .storybreak-branded-b{display:none !important}.blog-group-avclub .scroll-list-break{border-top:3px solid #1c263c}.blog-group-avclub .post-content.dropcap--on>p:first-of-type:first-letter{margin:13px 10px 0 -5px;float:left;color:#91dbd9;font-family:\"ProximaNovaCond\",sans-serif;font-weight:bold;font-size:100px;line-height:70px}@media only screen and (max-width: 37.438em){.blog-group-avclub .post-content.dropcap--on>p:first-of-type:first-letter{line-height:65px}}@media only screen and (min-width: 90.062em){.blog-group-avclub .post-content.dropcap--on>p:first-of-type:first-letter{font-size:117px;line-height:80px}}.blog-group-avclub .post-content .inset--story__headline a{color:#000;box-shadow:none}.blog-group-avclub .post-content .inset--story__headline a:hover{text-decoration:underline;color:#000}.blog-group-avclub .post-content .quotable a,.blog-group-avclub .post-content .storytype-boilerplate a,.blog-group-avclub .post-content footer a,.blog-group-avclub .post-content h1 a,.blog-group-avclub .post-content h2 a,.blog-group-avclub .post-content h3 a,.blog-group-avclub .post-content h4 a,.blog-group-avclub .post-content h5 a,.blog-group-avclub .post-content h6 a,.blog-group-avclub .post-content li a,.blog-group-avclub .post-content p a{color:#222;box-shadow:inset 0 -2px 0 #e33af5;-webkit-transition:color 0.1s ease-out;transition:color 0.1s ease-out;text-decoration:none}.blog-group-avclub .post-content .quotable a:hover,.blog-group-avclub .post-content .storytype-boilerplate a:hover,.blog-group-avclub .post-content footer a:hover,.blog-group-avclub .post-content h1 a:hover,.blog-group-avclub .post-content h2 a:hover,.blog-group-avclub .post-content h3 a:hover,.blog-group-avclub .post-content h4 a:hover,.blog-group-avclub .post-content h5 a:hover,.blog-group-avclub .post-content h6 a:hover,.blog-group-avclub .post-content li a:hover,.blog-group-avclub .post-content p a:hover{color:#9408a3}.blog-group-avclub .post-content .kinja-slideshow__sidebar-caption a{color:#fff}.blog-group-avclub figcaption a{color:#9408a3}.blog-group-avclub figcaption a:hover{color:#680672}.blog-group-avclub .editor-inner.post-content blockquote,.blog-group-avclub .entry-content blockquote{border-radius:0;border-left:5px solid #1c263c;padding:0 0 0 1.125rem;background-color:transparent;margin-top:2rem;margin-bottom:2rem}.blog-group-avclub .editor-inner.post-content blockquote p,.blog-group-avclub .entry-content blockquote p{font-size:15px;line-height:28px}@media only screen and (max-width: 37.438em){.blog-group-avclub .editor-inner.post-content blockquote p,.blog-group-avclub .entry-content blockquote p{font-size:14px;line-height:26px}}@media only screen and (min-width: 90.062em){.blog-group-avclub .editor-inner.post-content blockquote p,.blog-group-avclub .entry-content blockquote p{font-size:16px;line-height:29px}}.blog-group-avclub .editor-inner.post-content .pullquote__content,.blog-group-avclub .entry-content .pullquote__content{display:block;padding-left:1.125rem;padding-right:1.125rem}.blog-group-avclub .editor-inner.post-content .pullquote.align--center,.blog-group-avclub .entry-content .pullquote.align--center{margin-top:2.5rem;margin-bottom:2.5rem}@media only screen and (min-width: 37.5em){.blog-group-avclub .editor-inner.post-content .pullquote.align--center,.blog-group-avclub .entry-content .pullquote.align--center{max-width:66%}}.blog-group-avclub .storybreak-branded-a,.blog-group-avclub .storybreak-branded-b{border:0;background-position:center;background-repeat:no-repeat}.blog-group-avclub .review-score,.blog-group-avclub .reviewbox-inset.align--fullbleed .review-box__head{background-color:#1c263c}.blog-group-avclub .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label{color:#fff;border-color:#fff}.blog-group-avclub .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label:hover{background-color:#fff;color:#1c263c}.blog-group-avclub .reviewbox-inset.align--fullbleed .review-box__head-content .review-score{color:#1c263c}.blog-group-avclub .storytype-label:not(.storytype-label--white){color:#9408a3;border-color:#9408a3}.blog-group-avclub .storytype-label:not(.storytype-label--white):hover{color:#680672;border-color:#680672}.blog-group-avclub .author-bio__name{color:#222}.blog-group-avclub .author-bio a:not(.author-bio__name){color:#9408a3}.blog-group-avclub .author-bio a:not(.author-bio__name) .svg-icon--filled{fill:#9408a3}.blog-group-avclub .author-bio a:not(.author-bio__name) .svg-icon:not(.svg-icon--filled){stroke:#9408a3}.blog-group-avclub .author-bio a:not(.author-bio__name):hover{color:#680672}.blog-group-avclub .author-bio a:not(.author-bio__name):hover .svg-icon--filled{fill:#680672}.blog-group-avclub .author-bio a:not(.author-bio__name):hover .svg-icon:not(.svg-icon--filled){stroke:#680672}.blog-group-avclub .sidebar-content .newsletter-subscribe{border-color:#1c263c}.blog-group-avclub .curation-mountain .item-author a:hover,.blog-group-avclub .textbox-shadow{color:#9408a3}.blog-group-avclub .editor-inner.post-content .pullquote,.blog-group-avclub .entry-content .pullquote{border:2px solid #91dbd9;padding:30px;position:relative;font-weight:normal;font-style:normal}.blog-group-avclub .editor-inner.post-content .pullquote:before,.blog-group-avclub .entry-content .pullquote:before{border:0;height:30px;width:40px;position:absolute;left:-14px;top:-14px;background-repeat:no-repeat;background-color:#fff;background-image:url('data:image/svg+xml;utf8,<svg width=\"33\" height=\"23\" viewBox=\"0 0 33 23\" xmlns=\"http://www.w3.org/2000/svg\"><title>avc-pq<\\/title><path d=\"M22.725 4.39c-1.04 1.14-1.763 2.345-2.157 3.61-.274.894-.41 1.736-.41 2.53 0 .496.06 1.055.186 1.674 1.362-1.586 3.223-2.38 5.58-2.38 2.03 0 3.657.577 4.872 1.727 1.213 1.16 1.822 2.76 1.822 4.82 0 1.987-.656 3.58-1.97 4.78-1.316 1.204-3.038 1.806-5.17 1.806-1.34 0-2.53-.243-3.57-.723-1.043-.487-1.86-1.187-2.455-2.103-.573-.745-1.03-1.76-1.377-3.05-.348-1.29-.52-2.69-.52-4.204 0-2.652.682-5.094 2.044-7.326 1.362-2.23 3.37-3.956 6.025-5.17l.67 1.376c-1.34.62-2.53 1.502-3.57 2.64m-17.518 0C4.165 5.53 3.447 6.734 3.05 8c-.274.894-.41 1.736-.41 2.53 0 .496.062 1.055.188 1.674 1.362-1.586 3.22-2.38 5.578-2.38 2.032 0 3.66.577 4.872 1.727 1.215 1.16 1.822 2.76 1.822 4.82 0 1.987-.656 3.58-1.97 4.78-1.316 1.204-3.05 1.806-5.208 1.806-1.315 0-2.492-.243-3.533-.723-1.048-.487-1.86-1.187-2.46-2.103-.57-.77-1.035-1.795-1.395-3.07C.18 15.78 0 14.382 0 12.87c0-2.653.69-5.095 2.062-7.327 1.38-2.23 3.392-3.956 6.047-5.17l.66 1.377c-1.338.62-2.53 1.5-3.57 2.64\" fill=\"%231C263C\" fill-rule=\"evenodd\"/><\\/svg>')}.blog-group-avclub .editor-inner.post-content .pullquote:after,.blog-group-avclub .entry-content .pullquote:after{display:none}.blog-group-avclub .editor-inner.post-content .pullquote.align--left,.blog-group-avclub .entry-content .pullquote.align--left{text-align:center}@media only screen and (min-width: 37.5em){.blog-group-avclub .editor-inner.post-content .pullquote.align--left,.blog-group-avclub .entry-content .pullquote.align--left{margin-bottom:1rem}}.blog-group-avclub .storybreak-branded-a{min-width:18px;height:11px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' viewBox='0 0 18 11'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%231C263C' d='M4.63 0L0 10.56h9.59'/%3E %3Cpath fill='%2391DBD9' d='M7.8 0l4.784 10.56L17.658.03'/%3E %3C/g%3E %3C/svg%3E\")}.blog-group-avclub .storybreak-branded-b{min-width:162px;height:13px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='162' height='13' viewBox='0 0 162 13'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath fill='%239408A3' d='M93.427 6.925h67.595V6.14H93.427M0 6.925h67.595V6.14H0'/%3E %3Cpath fill='%23E6E6E6' d='M86.664 6.216c0 3.433-2.783 6.216-6.216 6.215-3.433 0-6.216-2.78-6.216-6.213S77.015 0 80.448 0c3.433 0 6.216 2.783 6.216 6.216'/%3E %3C/g%3E %3C/svg%3E\")}.blog-group-theinventory .scroll-list-break{border-top:3px solid #8F085E}.blog-group-theinventory .post-content.dropcap--on>p:first-of-type:first-letter{margin:13px 10px 0 -5px;float:left;color:#8F085E;font-family:\"ProximaNovaCond\",sans-serif;font-weight:bold;font-size:100px;line-height:70px}@media only screen and (max-width: 37.438em){.blog-group-theinventory .post-content.dropcap--on>p:first-of-type:first-letter{line-height:65px}}@media only screen and (min-width: 90.062em){.blog-group-theinventory .post-content.dropcap--on>p:first-of-type:first-letter{font-size:117px;line-height:80px}}.blog-group-theinventory .post-content .inset--story__headline a{color:#000;box-shadow:none}.blog-group-theinventory .post-content .inset--story__headline a:hover{text-decoration:underline;color:#000}.blog-group-theinventory .post-content .quotable a,.blog-group-theinventory .post-content .storytype-boilerplate a,.blog-group-theinventory .post-content footer a,.blog-group-theinventory .post-content h1 a,.blog-group-theinventory .post-content h2 a,.blog-group-theinventory .post-content h3 a,.blog-group-theinventory .post-content h4 a,.blog-group-theinventory .post-content h5 a,.blog-group-theinventory .post-content h6 a,.blog-group-theinventory .post-content li a,.blog-group-theinventory .post-content p a{color:#222;box-shadow:inset 0 -2px 0 #8f085e;-webkit-transition:color 0.1s ease-out;transition:color 0.1s ease-out;text-decoration:none}.blog-group-theinventory .post-content .quotable a:hover,.blog-group-theinventory .post-content .storytype-boilerplate a:hover,.blog-group-theinventory .post-content footer a:hover,.blog-group-theinventory .post-content h1 a:hover,.blog-group-theinventory .post-content h2 a:hover,.blog-group-theinventory .post-content h3 a:hover,.blog-group-theinventory .post-content h4 a:hover,.blog-group-theinventory .post-content h5 a:hover,.blog-group-theinventory .post-content h6 a:hover,.blog-group-theinventory .post-content li a:hover,.blog-group-theinventory .post-content p a:hover{color:#8F085E}.blog-group-theinventory .post-content .kinja-slideshow__sidebar-caption a{color:#fff}.blog-group-theinventory figcaption a{color:#8F085E}.blog-group-theinventory figcaption a:hover{color:#5f053e}.blog-group-theinventory .editor-inner.post-content blockquote,.blog-group-theinventory .entry-content blockquote{border-radius:0;border-left:5px solid #8F085E;padding:0 0 0 1.125rem;background-color:transparent;margin-top:2rem;margin-bottom:2rem}.blog-group-theinventory .editor-inner.post-content blockquote p,.blog-group-theinventory .entry-content blockquote p{font-size:15px;line-height:28px}@media only screen and (max-width: 37.438em){.blog-group-theinventory .editor-inner.post-content blockquote p,.blog-group-theinventory .entry-content blockquote p{font-size:14px;line-height:26px}}@media only screen and (min-width: 90.062em){.blog-group-theinventory .editor-inner.post-content blockquote p,.blog-group-theinventory .entry-content blockquote p{font-size:16px;line-height:29px}}.blog-group-theinventory .editor-inner.post-content .pullquote__content,.blog-group-theinventory .entry-content .pullquote__content{display:block;padding-left:1.125rem;padding-right:1.125rem}.blog-group-theinventory .editor-inner.post-content .pullquote.align--center,.blog-group-theinventory .entry-content .pullquote.align--center{margin-top:2.5rem;margin-bottom:2.5rem}@media only screen and (min-width: 37.5em){.blog-group-theinventory .editor-inner.post-content .pullquote.align--center,.blog-group-theinventory .entry-content .pullquote.align--center{max-width:66%}}.blog-group-theinventory .storybreak-branded-a,.blog-group-theinventory .storybreak-branded-b{border:0;background-position:center;background-repeat:no-repeat}.blog-group-theinventory .review-score,.blog-group-theinventory .reviewbox-inset.align--fullbleed .review-box__head{background-color:#8F085E}.blog-group-theinventory .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label{color:#fff;border-color:#fff}.blog-group-theinventory .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label:hover{background-color:#fff;color:#8F085E}.blog-group-theinventory .reviewbox-inset.align--fullbleed .review-box__head-content .review-score{color:#8F085E}.blog-group-theinventory .storytype-label:not(.storytype-label--white){color:#8F085E;border-color:#8F085E}.blog-group-theinventory .storytype-label:not(.storytype-label--white):hover{color:#5f053e;border-color:#5f053e}.blog-group-theinventory .author-bio__name{color:#222}.blog-group-theinventory .author-bio a:not(.author-bio__name){color:#8F085E}.blog-group-theinventory .author-bio a:not(.author-bio__name) .svg-icon--filled{fill:#8F085E}.blog-group-theinventory .author-bio a:not(.author-bio__name) .svg-icon:not(.svg-icon--filled){stroke:#8F085E}.blog-group-theinventory .author-bio a:not(.author-bio__name):hover{color:#5f053e}.blog-group-theinventory .author-bio a:not(.author-bio__name):hover .svg-icon--filled{fill:#5f053e}.blog-group-theinventory .author-bio a:not(.author-bio__name):hover .svg-icon:not(.svg-icon--filled){stroke:#5f053e}.blog-group-theinventory .sidebar-content .newsletter-subscribe{border-color:#8F085E}.blog-group-theinventory .curation-mountain .item-author a:hover,.blog-group-theinventory .textbox-shadow{color:#8F085E}@media only screen and (max-width: 37.438em){.blog-group-theinventory .pullquote.align--center{max-width:90%}}.blog-group-theinventory .pullquote:after,.blog-group-theinventory .pullquote:before{display:none}.blog-group-theinventory .pullquote .pullquote__content{padding:1.125rem;background-color:#8F085E;box-shadow:-15px 15px 0px 0px #f99dd8;color:#fff;font-style:normal;font-weight:bold;line-height:1.4}.blog-group-theinventory .storybreak-branded-a{min-width:114px;height:24px;background-image:url(\"data:image/svg+xml,%3Csvg width='114' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238F085E'%3E%3Cpath d='M42 8.374l11.002 3.996 2.108-3.447-10.996-3.935zM66.911 18.577l.085-7.039-8.416 3.063-1.486-2.44v10.933c-.567.262 9.817-4.517 9.817-4.517M67.43 3.422L56.165.271 45.142 3.422 48.95 4.77l7.215-2.076 7.421 2.09z'/%3E%3Cpath d='M45.366 11.538v7l9.902 4.562V12.16l-1.486 2.442zM57.462 8.923l2.107 3.447 11.003-3.996-2.094-3.352z'/%3E%3C/g%3E%3Cpath fill='%23D8D8D8' d='M0 10h25v4H0zM89 10h25v4H89z'/%3E%3C/g%3E%3C/svg%3E\")}.blog-group-theinventory .storybreak-branded-b{min-width:114px;height:24px;background-image:url(\"data:image/svg+xml,%3Csvg width='114' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2372ad75'%3E%3Cpath d='M42 8.374l11.002 3.996 2.108-3.447-10.996-3.935zM66.911 18.577l.085-7.039-8.416 3.063-1.486-2.44v10.933c-.567.262 9.817-4.517 9.817-4.517M67.43 3.422L56.165.271 45.142 3.422 48.95 4.77l7.215-2.076 7.421 2.09z'/%3E%3Cpath d='M45.366 11.538v7l9.902 4.562V12.16l-1.486 2.442zM57.462 8.923l2.107 3.447 11.003-3.996-2.094-3.352z'/%3E%3C/g%3E%3Cpath fill='%23D8D8D8' d='M0 10h25v4H0zM89 10h25v4H89z'/%3E%3C/g%3E%3C/svg%3E\")}.blog-group-theinventory .mobile-nav__mainstrip--logo .topnav__subtitle{color:black;font-weight:800;text-transform:capitalize}.blog-group-theinventory.deals .scroll-list-break{border-top:3px solid #72ad75}.blog-group-theinventory.deals .post-content.dropcap--on>p:first-of-type:first-letter{margin:13px 10px 0 -5px;float:left;color:#72ad75;font-family:\"ProximaNovaCond\",sans-serif;font-weight:bold;font-size:100px;line-height:70px}@media only screen and (max-width: 37.438em){.blog-group-theinventory.deals .post-content.dropcap--on>p:first-of-type:first-letter{line-height:65px}}@media only screen and (min-width: 90.062em){.blog-group-theinventory.deals .post-content.dropcap--on>p:first-of-type:first-letter{font-size:117px;line-height:80px}}.blog-group-theinventory.deals .post-content .inset--story__headline a{color:#000;box-shadow:none}.blog-group-theinventory.deals .post-content .inset--story__headline a:hover{text-decoration:underline;color:#000}.blog-group-theinventory.deals .post-content .quotable a,.blog-group-theinventory.deals .post-content .storytype-boilerplate a,.blog-group-theinventory.deals .post-content footer a,.blog-group-theinventory.deals .post-content h1 a,.blog-group-theinventory.deals .post-content h2 a,.blog-group-theinventory.deals .post-content h3 a,.blog-group-theinventory.deals .post-content h4 a,.blog-group-theinventory.deals .post-content h5 a,.blog-group-theinventory.deals .post-content h6 a,.blog-group-theinventory.deals .post-content li a,.blog-group-theinventory.deals .post-content p a{color:#222;box-shadow:inset 0 -2px 0 #40d0ff;-webkit-transition:color 0.1s ease-out;transition:color 0.1s ease-out;text-decoration:none}.blog-group-theinventory.deals .post-content .quotable a:hover,.blog-group-theinventory.deals .post-content .storytype-boilerplate a:hover,.blog-group-theinventory.deals .post-content footer a:hover,.blog-group-theinventory.deals .post-content h1 a:hover,.blog-group-theinventory.deals .post-content h2 a:hover,.blog-group-theinventory.deals .post-content h3 a:hover,.blog-group-theinventory.deals .post-content h4 a:hover,.blog-group-theinventory.deals .post-content h5 a:hover,.blog-group-theinventory.deals .post-content h6 a:hover,.blog-group-theinventory.deals .post-content li a:hover,.blog-group-theinventory.deals .post-content p a:hover{color:#008CBA}.blog-group-theinventory.deals .post-content .kinja-slideshow__sidebar-caption a{color:#fff}.blog-group-theinventory.deals figcaption a{color:#008CBA}.blog-group-theinventory.deals figcaption a:hover{color:#006687}.blog-group-theinventory.deals .editor-inner.post-content blockquote,.blog-group-theinventory.deals .entry-content blockquote{border-radius:0;border-left:5px solid #72ad75;padding:0 0 0 1.125rem;background-color:transparent;margin-top:2rem;margin-bottom:2rem}.blog-group-theinventory.deals .editor-inner.post-content blockquote p,.blog-group-theinventory.deals .entry-content blockquote p{font-size:15px;line-height:28px}@media only screen and (max-width: 37.438em){.blog-group-theinventory.deals .editor-inner.post-content blockquote p,.blog-group-theinventory.deals .entry-content blockquote p{font-size:14px;line-height:26px}}@media only screen and (min-width: 90.062em){.blog-group-theinventory.deals .editor-inner.post-content blockquote p,.blog-group-theinventory.deals .entry-content blockquote p{font-size:16px;line-height:29px}}.blog-group-theinventory.deals .editor-inner.post-content .pullquote__content,.blog-group-theinventory.deals .entry-content .pullquote__content{display:block;padding-left:1.125rem;padding-right:1.125rem}.blog-group-theinventory.deals .editor-inner.post-content .pullquote.align--center,.blog-group-theinventory.deals .entry-content .pullquote.align--center{margin-top:2.5rem;margin-bottom:2.5rem}@media only screen and (min-width: 37.5em){.blog-group-theinventory.deals .editor-inner.post-content .pullquote.align--center,.blog-group-theinventory.deals .entry-content .pullquote.align--center{max-width:66%}}.blog-group-theinventory.deals .storybreak-branded-a,.blog-group-theinventory.deals .storybreak-branded-b{border:0;background-position:center;background-repeat:no-repeat}.blog-group-theinventory.deals .review-score,.blog-group-theinventory.deals .reviewbox-inset.align--fullbleed .review-box__head{background-color:#72ad75}.blog-group-theinventory.deals .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label{color:#fff;border-color:#fff}.blog-group-theinventory.deals .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label:hover{background-color:#fff;color:#72ad75}.blog-group-theinventory.deals .reviewbox-inset.align--fullbleed .review-box__head-content .review-score{color:#72ad75}.blog-group-theinventory.deals .storytype-label:not(.storytype-label--white){color:#008CBA;border-color:#008CBA}.blog-group-theinventory.deals .storytype-label:not(.storytype-label--white):hover{color:#006687;border-color:#006687}.blog-group-theinventory.deals .author-bio__name{color:#222}.blog-group-theinventory.deals .author-bio a:not(.author-bio__name){color:#008CBA}.blog-group-theinventory.deals .author-bio a:not(.author-bio__name) .svg-icon--filled{fill:#008CBA}.blog-group-theinventory.deals .author-bio a:not(.author-bio__name) .svg-icon:not(.svg-icon--filled){stroke:#008CBA}.blog-group-theinventory.deals .author-bio a:not(.author-bio__name):hover{color:#006687}.blog-group-theinventory.deals .author-bio a:not(.author-bio__name):hover .svg-icon--filled{fill:#006687}.blog-group-theinventory.deals .author-bio a:not(.author-bio__name):hover .svg-icon:not(.svg-icon--filled){stroke:#006687}.blog-group-theinventory.deals .sidebar-content .newsletter-subscribe{border-color:#72ad75}.blog-group-theinventory.deals .curation-mountain .item-author a:hover,.blog-group-theinventory.deals .textbox-shadow{color:#008CBA}.blog-group-theinventory.deals .pullquote .pullquote__content{background-color:#72ad75;box-shadow:-15px 15px 0px 0px #d3e5d4}.blog-group-theinventory.deals .post-content .commerce-inset__link{box-shadow:none}.blog-group-theinventory.deals .post-content .commerce-inset__link,.blog-group-theinventory.deals .post-content .commerce-inset__link:hover{color:#666}.blog-group-theinventory.deals ul.commerce li a{color:inherit;text-decoration:none;box-shadow:none}.blog-group-theinventory.deals ul.commerce li a:hover strong{text-decoration:underline}.blog-group-theinventory.deals #theinventory-avatar-bg{fill:#72ad75}.blog-group-theinventory.deals .branded-item--theinventory .inset--story__thumb figure,.blog-group-theinventory.deals .branded-item--theinventory.item .image__wrapper{border-bottom-color:#72ad75}.blog-group-theonion .scroll-list-break{border-top:3px solid #006b3a}.blog-group-theonion .post-content.dropcap--on>p:first-of-type:first-letter{margin:13px 10px 0 -5px;float:left;color:#94d1b4;font-family:\"ProximaNovaCond\",sans-serif;font-weight:bold;font-size:100px;line-height:70px}@media only screen and (max-width: 37.438em){.blog-group-theonion .post-content.dropcap--on>p:first-of-type:first-letter{line-height:65px}}@media only screen and (min-width: 90.062em){.blog-group-theonion .post-content.dropcap--on>p:first-of-type:first-letter{font-size:117px;line-height:80px}}.blog-group-theonion .post-content .inset--story__headline a{color:#000;box-shadow:none}.blog-group-theonion .post-content .inset--story__headline a:hover{text-decoration:underline;color:#000}.blog-group-theonion .post-content .quotable a,.blog-group-theonion .post-content .storytype-boilerplate a,.blog-group-theonion .post-content footer a,.blog-group-theonion .post-content h1 a,.blog-group-theonion .post-content h2 a,.blog-group-theonion .post-content h3 a,.blog-group-theonion .post-content h4 a,.blog-group-theonion .post-content h5 a,.blog-group-theonion .post-content h6 a,.blog-group-theonion .post-content li a,.blog-group-theonion .post-content p a{color:#222;box-shadow:inset 0 -2px 0 #94d1b4;-webkit-transition:color 0.1s ease-out;transition:color 0.1s ease-out;text-decoration:none}.blog-group-theonion .post-content .quotable a:hover,.blog-group-theonion .post-content .storytype-boilerplate a:hover,.blog-group-theonion .post-content footer a:hover,.blog-group-theonion .post-content h1 a:hover,.blog-group-theonion .post-content h2 a:hover,.blog-group-theonion .post-content h3 a:hover,.blog-group-theonion .post-content h4 a:hover,.blog-group-theonion .post-content h5 a:hover,.blog-group-theonion .post-content h6 a:hover,.blog-group-theonion .post-content li a:hover,.blog-group-theonion .post-content p a:hover{color:#94d1b4}.blog-group-theonion .post-content .kinja-slideshow__sidebar-caption a{color:#fff}.blog-group-theonion figcaption a{color:#006b3a}.blog-group-theonion figcaption a:hover{color:#00381e}.blog-group-theonion .editor-inner.post-content blockquote,.blog-group-theonion .entry-content blockquote{border-radius:0;border-left:5px solid #94d1b4;padding:0 0 0 1.125rem;background-color:transparent;margin-top:2rem;margin-bottom:2rem}.blog-group-theonion .editor-inner.post-content blockquote p,.blog-group-theonion .entry-content blockquote p{font-size:15px;line-height:28px}@media only screen and (max-width: 37.438em){.blog-group-theonion .editor-inner.post-content blockquote p,.blog-group-theonion .entry-content blockquote p{font-size:14px;line-height:26px}}@media only screen and (min-width: 90.062em){.blog-group-theonion .editor-inner.post-content blockquote p,.blog-group-theonion .entry-content blockquote p{font-size:16px;line-height:29px}}.blog-group-theonion .editor-inner.post-content .pullquote__content,.blog-group-theonion .entry-content .pullquote__content{display:block;padding-left:1.125rem;padding-right:1.125rem}.blog-group-theonion .editor-inner.post-content .pullquote.align--center,.blog-group-theonion .entry-content .pullquote.align--center{margin-top:2.5rem;margin-bottom:2.5rem}@media only screen and (min-width: 37.5em){.blog-group-theonion .editor-inner.post-content .pullquote.align--center,.blog-group-theonion .entry-content .pullquote.align--center{max-width:66%}}.blog-group-theonion .storybreak-branded-a,.blog-group-theonion .storybreak-branded-b{border:0;background-position:center;background-repeat:no-repeat}.blog-group-theonion .review-score,.blog-group-theonion .reviewbox-inset.align--fullbleed .review-box__head{background-color:#006b3a}.blog-group-theonion .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label{color:#fff;border-color:#fff}.blog-group-theonion .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label:hover{background-color:#fff;color:#006b3a}.blog-group-theonion .reviewbox-inset.align--fullbleed .review-box__head-content .review-score{color:#006b3a}.blog-group-theonion .storytype-label:not(.storytype-label--white){color:#006b3a;border-color:#006b3a}.blog-group-theonion .storytype-label:not(.storytype-label--white):hover{color:#00381e;border-color:#00381e}.blog-group-theonion .author-bio__name{color:#222}.blog-group-theonion .author-bio a:not(.author-bio__name){color:#006b3a}.blog-group-theonion .author-bio a:not(.author-bio__name) .svg-icon--filled{fill:#006b3a}.blog-group-theonion .author-bio a:not(.author-bio__name) .svg-icon:not(.svg-icon--filled){stroke:#006b3a}.blog-group-theonion .author-bio a:not(.author-bio__name):hover{color:#00381e}.blog-group-theonion .author-bio a:not(.author-bio__name):hover .svg-icon--filled{fill:#00381e}.blog-group-theonion .author-bio a:not(.author-bio__name):hover .svg-icon:not(.svg-icon--filled){stroke:#00381e}.blog-group-theonion .sidebar-content .newsletter-subscribe{border-color:#94d1b4}.blog-group-theonion .curation-mountain .item-author a:hover{color:#006b3a}.blog-group-theonion .textbox-shadow{color:#94d1b4}.blog-group-theonion .headline,.blog-group-theonion .inset-headline,.blog-group-theonion .kinja-slide__caption,.blog-group-theonion .post-content h1,.blog-group-theonion .post-content h2,.blog-group-theonion .post-content h3,.blog-group-theonion .post-content h4,.blog-group-theonion .post-content h5,.blog-group-theonion .post-content h6,.blog-group-theonion .featured-post__title h1{font-family:\"ElizabethSerif\",Georgia,serif}.blog-group-theonion.permalink .post .entry-title{font-size:34px;line-height:1.3}.blog-group-theonion .postlist__item .headline{font-size:22px;line-height:1.4}.blog-group-theonion .thumb-inset .inset-headline{font-size:14px;line-height:1.4}.blog-group-theonion .kinja-slide__caption{font-size:13px;line-height:1.5}.blog-group-theonion .editor-inner.post-content .pullquote,.blog-group-theonion .entry-content .pullquote{border-top:none;border-bottom:8px solid #006b3a;padding:0 0 30px;position:relative;font-size:28px;line-height:1.3;text-align:left;font-family:\"ElizabethSerif\",Georgia,serif;font-weight:bold;color:#006b3a}@media only screen and (min-width: 37.5em){.blog-group-theonion .editor-inner.post-content .pullquote.align--left,.blog-group-theonion .entry-content .pullquote.align--left{margin-top:0}}.blog-group-theonion .editor-inner.post-content .pullquote:after,.blog-group-theonion .editor-inner.post-content .pullquote:before,.blog-group-theonion .entry-content .pullquote:after,.blog-group-theonion .entry-content .pullquote:before{display:none}.blog-group-theonion .editor-inner.post-content .pullquote .pullquote__content,.blog-group-theonion .entry-content .pullquote .pullquote__content{padding:0}.blog-group-theonion .storybreak-branded-a{min-width:60px;height:5px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='5' viewBox='0 0 60 5'%3E %3Cpath fill='%2391D8B6' fill-rule='evenodd' d='M0 0h60v1H0zm0 4h60v1H0z'/%3E %3C/svg%3E\")}.blog-group-theonion .storybreak-branded-b{display:none !important}.blog-group-theonion .mobile-nav__mainstrip--logo .topnav__subtitle,.blog-group-theonion .topnav__logostrip.topnav__logostrip--subtitle .topnav__logo-wrapper .topnav__subtitle{font-family:\"ElizabethSerif\",Georgia,serif;color:#000;text-transform:capitalize;font-weight:bold;line-height:31px}.blog-group-theonion .topnav__logostrip.topnav__logostrip--subtitle .topnav__logo-wrapper .topnav__subtitle{font-size:34px}.blog-group-theonion .mobile-nav__mainstrip--logo .topnav__subtitle{font-size:22px}.networknav__hovernav-wrapper.theonion .hovernav__post-list h4{font-family:\"ElizabethSerif\",Georgia,serif;font-size:15px;line-height:1.4}.curation-mountain .content-meta__byline a{color:#006b3a}.blog-group-theroot .scroll-list-break{border-top:3px solid #509b22}.blog-group-theroot .post-content.dropcap--on>p:first-of-type:first-letter{margin:13px 10px 0 -5px;float:left;color:#509b22;font-family:\"ProximaNovaCond\",sans-serif;font-weight:bold;font-size:100px;line-height:70px}@media only screen and (max-width: 37.438em){.blog-group-theroot .post-content.dropcap--on>p:first-of-type:first-letter{line-height:65px}}@media only screen and (min-width: 90.062em){.blog-group-theroot .post-content.dropcap--on>p:first-of-type:first-letter{font-size:117px;line-height:80px}}.blog-group-theroot .post-content .inset--story__headline a{color:#000;box-shadow:none}.blog-group-theroot .post-content .inset--story__headline a:hover{text-decoration:underline;color:#000}.blog-group-theroot .post-content .quotable a,.blog-group-theroot .post-content .storytype-boilerplate a,.blog-group-theroot .post-content footer a,.blog-group-theroot .post-content h1 a,.blog-group-theroot .post-content h2 a,.blog-group-theroot .post-content h3 a,.blog-group-theroot .post-content h4 a,.blog-group-theroot .post-content h5 a,.blog-group-theroot .post-content h6 a,.blog-group-theroot .post-content li a,.blog-group-theroot .post-content p a{color:#222;box-shadow:inset 0 -2px 0 #92dd64;-webkit-transition:color 0.1s ease-out;transition:color 0.1s ease-out;text-decoration:none}.blog-group-theroot .post-content .quotable a:hover,.blog-group-theroot .post-content .storytype-boilerplate a:hover,.blog-group-theroot .post-content footer a:hover,.blog-group-theroot .post-content h1 a:hover,.blog-group-theroot .post-content h2 a:hover,.blog-group-theroot .post-content h3 a:hover,.blog-group-theroot .post-content h4 a:hover,.blog-group-theroot .post-content h5 a:hover,.blog-group-theroot .post-content h6 a:hover,.blog-group-theroot .post-content li a:hover,.blog-group-theroot .post-content p a:hover{color:#509b22}.blog-group-theroot .post-content .kinja-slideshow__sidebar-caption a{color:#fff}.blog-group-theroot figcaption a{color:#509b22}.blog-group-theroot figcaption a:hover{color:#3a7119}.blog-group-theroot .editor-inner.post-content blockquote,.blog-group-theroot .entry-content blockquote{border-radius:0;border-left:5px solid #dd6634;padding:0 0 0 1.125rem;background-color:transparent;margin-top:2rem;margin-bottom:2rem}.blog-group-theroot .editor-inner.post-content blockquote p,.blog-group-theroot .entry-content blockquote p{font-size:15px;line-height:28px}@media only screen and (max-width: 37.438em){.blog-group-theroot .editor-inner.post-content blockquote p,.blog-group-theroot .entry-content blockquote p{font-size:14px;line-height:26px}}@media only screen and (min-width: 90.062em){.blog-group-theroot .editor-inner.post-content blockquote p,.blog-group-theroot .entry-content blockquote p{font-size:16px;line-height:29px}}.blog-group-theroot .editor-inner.post-content .pullquote__content,.blog-group-theroot .entry-content .pullquote__content{display:block;padding-left:1.125rem;padding-right:1.125rem}.blog-group-theroot .editor-inner.post-content .pullquote.align--center,.blog-group-theroot .entry-content .pullquote.align--center{margin-top:2.5rem;margin-bottom:2.5rem}@media only screen and (min-width: 37.5em){.blog-group-theroot .editor-inner.post-content .pullquote.align--center,.blog-group-theroot .entry-content .pullquote.align--center{max-width:66%}}.blog-group-theroot .storybreak-branded-a,.blog-group-theroot .storybreak-branded-b{border:0;background-position:center;background-repeat:no-repeat}.blog-group-theroot .review-score,.blog-group-theroot .reviewbox-inset.align--fullbleed .review-box__head{background-color:#dd6634}.blog-group-theroot .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label{color:#fff;border-color:#fff}.blog-group-theroot .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label:hover{background-color:#fff;color:#dd6634}.blog-group-theroot .reviewbox-inset.align--fullbleed .review-box__head-content .review-score{color:#dd6634}.blog-group-theroot .storytype-label:not(.storytype-label--white){color:#509b22;border-color:#509b22}.blog-group-theroot .storytype-label:not(.storytype-label--white):hover{color:#3a7119;border-color:#3a7119}.blog-group-theroot .author-bio__name{color:#222}.blog-group-theroot .author-bio a:not(.author-bio__name){color:#509b22}.blog-group-theroot .author-bio a:not(.author-bio__name) .svg-icon--filled{fill:#509b22}.blog-group-theroot .author-bio a:not(.author-bio__name) .svg-icon:not(.svg-icon--filled){stroke:#509b22}.blog-group-theroot .author-bio a:not(.author-bio__name):hover{color:#3a7119}.blog-group-theroot .author-bio a:not(.author-bio__name):hover .svg-icon--filled{fill:#3a7119}.blog-group-theroot .author-bio a:not(.author-bio__name):hover .svg-icon:not(.svg-icon--filled){stroke:#3a7119}.blog-group-theroot .sidebar-content .newsletter-subscribe{border-color:#dd6634}.blog-group-theroot .curation-mountain .item-author a:hover,.blog-group-theroot .textbox-shadow{color:#509b22}.blog-group-theroot .entry-content .pullquote{padding:0 20px;max-width:400px}.blog-group-theroot .entry-content .pullquote:after,.blog-group-theroot .entry-content .pullquote:before{display:none}.blog-group-theroot .entry-content .pullquote .editor-inner.post-content .pullquote,.blog-group-theroot .entry-content .pullquote .pullquote__content{display:inline;background-color:#000;box-shadow:20px 0 0 #000,-20px 0 0 #000;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:white;padding:1px 0;line-height:37px;font-size:26px;font-weight:normal;font-style:normal;position:relative}.blog-group-theroot .entry-content .pullquote .editor-inner.post-content .pullquote:after,.blog-group-theroot .entry-content .pullquote .editor-inner.post-content .pullquote:before,.blog-group-theroot .entry-content .pullquote .pullquote__content:after,.blog-group-theroot .entry-content .pullquote .pullquote__content:before{display:block;content:'';position:absolute}.blog-group-theroot .entry-content .pullquote .editor-inner.post-content .pullquote:before,.blog-group-theroot .entry-content .pullquote .pullquote__content:before{width:15px;height:32px;left:-20px;top:0;background-image:url('data:image/svg+xml;utf8,<svg width=\"15\" height=\"32\" viewBox=\"0 0 15 32\" xmlns=\"http://www.w3.org/2000/svg\"><title>theroot-quote-green<\\/title><path d=\"M14.345 0H0v32h3.627\" fill=\"%23509B22\" fill-rule=\"evenodd\"/><\\/svg>')}.blog-group-theroot .entry-content .pullquote .editor-inner.post-content .pullquote:after,.blog-group-theroot .entry-content .pullquote .pullquote__content:after{width:14px;height:32px;right:-20px;bottom:0;background-image:url('data:image/svg+xml;utf8,<svg width=\"14\" height=\"32\" viewBox=\"0 0 14 32\" xmlns=\"http://www.w3.org/2000/svg\"><title>theroot-quote-red<\\/title><path d=\"M0 32h14V0h-4\" fill=\"%23DD6634\" fill-rule=\"evenodd\"/><\\/svg>')}@media only screen and (min-width: 37.5em){.blog-group-theroot .entry-content .pullquote.align--left{margin-bottom:1rem}}.blog-group-theroot .storybreak-branded-a{min-width:24px;height:55px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='55' viewBox='0 0 24 55'%3E %3Cg fill-rule='evenodd'%3E %3Cpath d='M23.32 27.59l-6.346-4.574-.475-4.45-2.83.42 2.79-1.39 2.3-3.49 2.393-2.87.14-1.603-2.347-5.31-1.22-.328-2.066.42-2.856-.606-1.62.74v1.68l2.013 1.7s2.638.54 2.83.44c.19-.1 2.686-1.02 2.686-1.02L16.2 9.17l1.73 3.03-3.03-2.704-1.162.606-1.258.233-.28.838-.852 4.264-.218-3.655-.76.343-.766-.19-1.625.81-2.03-.643L3.63 8.84l-.29.91.62 1.384.906 3.87.664.67 1.38 2.44.128 1.336-.364 3.56L0 27.586v7.69h1.243V54.54c0 .258.21.467.467.467s.466-.21.466-.468V35.27H3.73v19.27c0 .26.21.468.467.468.258 0 .467-.21.467-.47v-19.26h1.554v19.265c0 .258.21.467.467.467.258 0 .467-.21.467-.47V35.278h1.554v19.265c0 .258.21.467.467.467s.466-.21.466-.47V35.278h1.55v19.265c0 .258.21.467.46.467s.463-.21.463-.47V35.278h1.554v19.265c0 .258.21.467.47.467.255 0 .464-.21.464-.47V35.278h1.555v19.265c0 .258.205.467.462.467s.466-.21.466-.47V35.278h1.555v19.265c0 .258.21.467.467.467s.466-.21.466-.47V35.278h1.555v19.265c0 .258.21.467.47.467s.466-.21.466-.47V35.278h1.246V27.59z'/%3E %3Cpath d='M10.515 11.187c.144-.048.956-.526.956-.526l.43-1.09s-1.29-3.39-1.29-3.54c0-.14-1.25-2.49-1.25-2.49l-.8-.325-1.29.56-.47 1.162 2.91 6.16s.67.144.81.096m-2.77.57l1.01-.813-2.59-5.4-.91-.336-1.48 1.484-.24 1.387 2.87 3.2m7.26-1.95l.82-.53-1.44-.39-1.4-1.246.776 1.73m2.38-8.9l-.998 1.242.562 2.008 1.46.29 1.89-.19V1.44L16.51.098m-5.938 3.62l1.84-.84 1.314.28-.46-1.58L12.32.98l-1.714.56-.643 1.056.61 2.285'/%3E %3C/g%3E %3C/svg%3E\")}.blog-group-theroot .storybreak-branded-b{min-width:32px;height:41px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='41' viewBox='0 0 32 41'%3E %3Cg fill-rule='evenodd'%3E %3Cpath d='M20.474 0L18.62 2.18l1.02 3.524 2.85.503 3.698-.335V2.517l-2.51-2.35m-5.22 5.37l-.848-2.77-1.693-1.047-3.048.985-.75 1.85 1.466 4.01V6.52l2.868-1.473m-1.3 11.73S12.87 10.82 12.87 10.57c0-.252-2.22-4.378-2.22-4.378L9.228 5.62l-2.296.982-.825 2.046L11.26 19.46s1.185.252 1.44.17c.253-.085 1.693-.924 1.693-.924l.762-1.93zM4.994 9.73l4.58 9.475-1.786 1.43-2.37-.84-5.08-5.62.422-2.432 2.625-2.6m11.313 3.433l1.376 3.034 2.202.755 1.46-.925-2.55-.677'/%3E %3Cpath d='M6.266 40.307L6.66 34.1l-.283-2.328-2.47-4.27-1.192-1.168-1.612-6.792L0 17.112l.507-1.594L4.62 21.25l3.592 1.13 2.88-1.426 1.353.336 1.347-.603.388 6.407 1.51-7.48.495-1.474 2.23-.408 2.066-1.064 5.37 4.746-3.054-5.32 4.472-3.174s-4.38 1.616-4.72 1.784c-.34.167-4.664-.78-4.664-.78l-3.15-2.985V7.99l2.462-1.31 4.783 1.064 3.587-.736 2.125.574 4.145 9.32-.257 2.81-4.24 5.035-4.074 6.124-4.933 2.44 5.04-.78 1.133 7.773H6.266z'/%3E %3C/g%3E %3C/svg%3E\")}.blog-group-thetakeout .scroll-list-break{border-top:3px solid #E5371A}.blog-group-thetakeout .post-content.dropcap--on>p:first-of-type:first-letter{margin:13px 10px 0 -5px;float:left;color:#E5371A;font-family:\"ProximaNovaCond\",sans-serif;font-weight:bold;font-size:100px;line-height:70px}@media only screen and (max-width: 37.438em){.blog-group-thetakeout .post-content.dropcap--on>p:first-of-type:first-letter{line-height:65px}}@media only screen and (min-width: 90.062em){.blog-group-thetakeout .post-content.dropcap--on>p:first-of-type:first-letter{font-size:117px;line-height:80px}}.blog-group-thetakeout .post-content .inset--story__headline a{color:#000;box-shadow:none}.blog-group-thetakeout .post-content .inset--story__headline a:hover{text-decoration:underline;color:#000}.blog-group-thetakeout .post-content .quotable a,.blog-group-thetakeout .post-content .storytype-boilerplate a,.blog-group-thetakeout .post-content footer a,.blog-group-thetakeout .post-content h1 a,.blog-group-thetakeout .post-content h2 a,.blog-group-thetakeout .post-content h3 a,.blog-group-thetakeout .post-content h4 a,.blog-group-thetakeout .post-content h5 a,.blog-group-thetakeout .post-content h6 a,.blog-group-thetakeout .post-content li a,.blog-group-thetakeout .post-content p a{color:#222;box-shadow:inset 0 -2px 0 #f9db5d;-webkit-transition:color 0.1s ease-out;transition:color 0.1s ease-out;text-decoration:none}.blog-group-thetakeout .post-content .quotable a:hover,.blog-group-thetakeout .post-content .storytype-boilerplate a:hover,.blog-group-thetakeout .post-content footer a:hover,.blog-group-thetakeout .post-content h1 a:hover,.blog-group-thetakeout .post-content h2 a:hover,.blog-group-thetakeout .post-content h3 a:hover,.blog-group-thetakeout .post-content h4 a:hover,.blog-group-thetakeout .post-content h5 a:hover,.blog-group-thetakeout .post-content h6 a:hover,.blog-group-thetakeout .post-content li a:hover,.blog-group-thetakeout .post-content p a:hover{color:#F9DB5D}.blog-group-thetakeout .post-content .kinja-slideshow__sidebar-caption a{color:#fff}.blog-group-thetakeout figcaption a{color:#E5371A}.blog-group-thetakeout figcaption a:hover{color:#b72c15}.blog-group-thetakeout .editor-inner.post-content blockquote,.blog-group-thetakeout .entry-content blockquote{border-radius:0;border-left:5px solid #174066;padding:0 0 0 1.125rem;background-color:transparent;margin-top:2rem;margin-bottom:2rem}.blog-group-thetakeout .editor-inner.post-content blockquote p,.blog-group-thetakeout .entry-content blockquote p{font-size:15px;line-height:28px}@media only screen and (max-width: 37.438em){.blog-group-thetakeout .editor-inner.post-content blockquote p,.blog-group-thetakeout .entry-content blockquote p{font-size:14px;line-height:26px}}@media only screen and (min-width: 90.062em){.blog-group-thetakeout .editor-inner.post-content blockquote p,.blog-group-thetakeout .entry-content blockquote p{font-size:16px;line-height:29px}}.blog-group-thetakeout .editor-inner.post-content .pullquote__content,.blog-group-thetakeout .entry-content .pullquote__content{display:block;padding-left:1.125rem;padding-right:1.125rem}.blog-group-thetakeout .editor-inner.post-content .pullquote.align--center,.blog-group-thetakeout .entry-content .pullquote.align--center{margin-top:2.5rem;margin-bottom:2.5rem}@media only screen and (min-width: 37.5em){.blog-group-thetakeout .editor-inner.post-content .pullquote.align--center,.blog-group-thetakeout .entry-content .pullquote.align--center{max-width:66%}}.blog-group-thetakeout .storybreak-branded-a,.blog-group-thetakeout .storybreak-branded-b{border:0;background-position:center;background-repeat:no-repeat}.blog-group-thetakeout .review-score,.blog-group-thetakeout .reviewbox-inset.align--fullbleed .review-box__head{background-color:#E5371A}.blog-group-thetakeout .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label{color:#fff;border-color:#fff}.blog-group-thetakeout .reviewbox-inset.align--fullbleed .storytype-label-wrapper--head .storytype-label:hover{background-color:#fff;color:#E5371A}.blog-group-thetakeout .reviewbox-inset.align--fullbleed .review-box__head-content .review-score{color:#E5371A}.blog-group-thetakeout .storytype-label:not(.storytype-label--white){color:#E5371A;border-color:#E5371A}.blog-group-thetakeout .storytype-label:not(.storytype-label--white):hover{color:#b72c15;border-color:#b72c15}.blog-group-thetakeout .author-bio__name{color:#222}.blog-group-thetakeout .author-bio a:not(.author-bio__name){color:#E5371A}.blog-group-thetakeout .author-bio a:not(.author-bio__name) .svg-icon--filled{fill:#E5371A}.blog-group-thetakeout .author-bio a:not(.author-bio__name) .svg-icon:not(.svg-icon--filled){stroke:#E5371A}.blog-group-thetakeout .author-bio a:not(.author-bio__name):hover{color:#b72c15}.blog-group-thetakeout .author-bio a:not(.author-bio__name):hover .svg-icon--filled{fill:#b72c15}.blog-group-thetakeout .author-bio a:not(.author-bio__name):hover .svg-icon:not(.svg-icon--filled){stroke:#b72c15}.blog-group-thetakeout .sidebar-content .newsletter-subscribe{border-color:#174066}.blog-group-thetakeout .curation-mountain .item-author a:hover{color:#E5371A}.blog-group-thetakeout .textbox-shadow{color:#F9DB5D}.blog-group-thetakeout .entry-content .pullquote{padding:30px;max-width:400px;border:1px solid #F9DB5D;border-radius:5px;font-style:normal;text-align:left;position:relative;margin-top:3rem}@media only screen and (max-width: 37.438em){.blog-group-thetakeout .entry-content .pullquote{margin-top:3rem}}.blog-group-thetakeout .entry-content .pullquote:before{border:0;display:block;content:'';position:absolute;margin:0;width:79px;height:33px;background-color:#fff;background-image:url('data:image/svg+xml;utf8,<svg width=\"79\" height=\"33\" viewBox=\"0 0 79 33\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\"><title>pq-thetakeout<\\/title><defs><path id=\"a\" d=\"M334.706 0H.5v136.817h334.206z\"/><path id=\"c\" d=\"M22.702 0v18.41H0V0h22.702z\"/><\\/defs><g fill=\"none\" fill-rule=\"evenodd\"><g transform=\"translate(-30)\"><mask id=\"b\" fill=\"%23ffffff\"><use xlink:href=\"%23a\"/><\\/mask><path d=\"M106.262 21.627l-.775-14.652c-.27-3.65-3.31-6.475-6.972-6.475H40.28c-3.662 0-6.704 2.825-6.974 6.474l-.775 14.652c-.08 1.095-.99 1.944-2.09 1.944H3.998C2.067 23.57.5 25.134.5 27.064v106.258c0 1.93 1.565 3.495 3.496 3.495H331.21c1.93 0 3.496-1.565 3.496-3.495V27.064c0-1.93-1.565-3.494-3.496-3.494H108.354c-1.1 0-2.01-.85-2.092-1.944z\" stroke=\"%23F9DB5D\" mask=\"url(#b)\"/><\\/g><g transform=\"translate(28 14)\"><mask id=\"d\" fill=\"%23ffffff\"><use xlink:href=\"%23c\"/><\\/mask><path d=\"M12.243 11.274c0-6.46 4.307-9.844 5.722-11.013.43-.303.86-.43 1.353.127l.923.923c.435.49.31 1.045-.06 1.353-.674.493-4.304 3.2-4.37 7.384 0 0 1.05-.43 2.465-.43 2.4 0 4.43 1.906 4.43 4.367 0 2.4-2.03 4.43-4.86 4.43-2.338 0-5.6-1.783-5.6-7.136M0 11.274C0 4.814 4.306 1.43 5.722.26c.43-.306.86-.43 1.353.124l.923.923c.43.492.307 1.046-.062 1.354-.676.496-4.306 3.2-4.368 7.387 0 0 1.046-.43 2.46-.43 2.4 0 4.43 1.906 4.43 4.367 0 2.4-2.03 4.43-4.86 4.43C3.26 18.41 0 16.628 0 11.274\" fill=\"%23F9DB5D\" mask=\"url(#d)\"/><\\/g><\\/g><\\/svg>');left:30px;top:-24px}.blog-group-thetakeout .entry-content .pullquote:after{display:none}.blog-group-thetakeout .entry-content .pullquote .pullquote__content{padding:0}@media only screen and (min-width: 37.5em){.blog-group-thetakeout .entry-content .pullquote.align--left{margin-top:1.5rem;margin-bottom:1rem}}@media only screen and (max-width: 37.438em){.blog-group-thetakeout .entry-content .pullquote.align--left{margin-top:3rem}}.blog-group-thetakeout .storybreak-branded-a{min-width:109px;height:13px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='109' height='13' viewBox='0 0 109 13'%3E %3Cg fill='none' fill-rule='evenodd' stroke='%23F9DB5D'%3E %3Cpath d='M3.35 5.733c-.028.17-.047.345-.047.523v2.18c0 1.728 1.413 3.14 3.14 3.14H22.77c1.727 0 3.14-1.412 3.14-3.14v-2.18c0-.178-.02-.352-.048-.523'/%3E %3Cpath d='M26.096.5H3.116C1.676.5.5 1.677.5 3.117s1.177 2.616 2.616 2.616h.235c.255-1.48 1.548-2.616 3.096-2.616H22.77c1.548 0 2.84 1.136 3.092 2.616h.234c1.44 0 2.617-1.177 2.617-2.616 0-1.44-1.178-2.617-2.617-2.617zM43.09 5.733c-.03.17-.05.345-.05.523v2.18c0 1.728 1.414 3.14 3.14 3.14h16.33c1.727 0 3.14-1.412 3.14-3.14v-2.18c0-.178-.02-.352-.048-.523'/%3E %3Cpath d='M65.834.5h-22.98c-1.44 0-2.616 1.177-2.616 2.617s1.177 2.616 2.616 2.616h.235c.25-1.48 1.54-2.616 3.09-2.616h16.324c1.55 0 2.84 1.136 3.093 2.616h.233c1.44 0 2.617-1.177 2.618-2.616C68.45 1.677 67.274.5 65.835.5zm16.993 5.233c-.03.17-.048.345-.048.523v2.18c0 1.728 1.41 3.14 3.14 3.14h16.323c1.727 0 3.14-1.412 3.14-3.14v-2.18c0-.178-.02-.352-.048-.523'/%3E %3Cpath d='M105.572.5h-22.98c-1.44 0-2.616 1.177-2.616 2.617s1.177 2.616 2.616 2.616h.235c.25-1.48 1.544-2.616 3.092-2.616h16.322c1.55 0 2.84 1.136 3.093 2.616h.234c1.44 0 2.616-1.177 2.616-2.616 0-1.44-1.177-2.617-2.616-2.617z'/%3E %3C/g%3E %3C/svg%3E\")}.blog-group-thetakeout .storybreak-branded-b{min-width:43px;height:13px;background-image:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='13' viewBox='0 0 43 13'%3E %3Cpath fill='none' stroke='%23E5371A' stroke-linecap='round' d='M7 1.308L36.154 1M7 12.308L36.154 12M.5 6.735l42.11-.445'/%3E %3C/svg%3E\")}.storytype--box{display:-webkit-box;display:flex;flex-wrap:wrap;margin-bottom:1.5rem}.storytype--box__text{padding:0}.storytype--box__title{margin:0}.storytype--box__description{font-family:\"ElizabethSerif\",Georgia,serif;font-size:14px;line-height:1.5;color:#666;margin-top:0.5rem}@media only screen and (max-width: 37.438em){.storytype--box__description{margin-bottom:1.5rem}}.storytype--box__asset img{display:block;width:100%}.storytype--box.storytype--box__wrap{margin-bottom:2.5rem;padding:1.125rem 0;background-color:#f5f5f5}.storytype--box.storytype--box__wrap .storytype--box__text{padding:0 1.125rem}@media only screen and (min-width: 37.5em){.storytype__content .postlist__item--compact{padding-left:1.125rem}.storytype__content .postlist__item--compact .item__content--thumb .asset{padding-left:0}}.storytype--nav{margin:0 -16px;min-height:calc(36px + 2rem)}@media only screen and (max-width: 37.438em){.storytype--nav{min-height:calc(36px + 2rem)}}@media only screen and (max-width: 37.438em){.storytype--nav--two-dropdowns{min-height:calc(36px * 2 + 1rem + 2rem)}}.storytype--nav__categoryselector,.storytype--nav__subcategoryselector{margin-bottom:2rem}@media only screen and (max-width: 37.438em){.storytype--nav__subcategoryselector{margin-top:-1rem}}.storytype--nav .select-component-list{max-height:300px;overflow-y:scroll}.storytype--nav .select-component-list ul{overflow-y:hidden}@media only screen and (max-width: 37.438em){.storytype--section{margin-left:-1.125rem;margin-right:-1.125rem}}.storytype--section header{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:justify;justify-content:space-between;border-bottom:1px solid #e5e5e5;margin-bottom:15px}@media only screen and (max-width: 37.438em){.storytype--section header{margin-left:1.125rem;margin-right:1.125rem}}.storytype--section header h2{margin-bottom:5px}.storytype--section header h2 a{color:#000}.storytype--section__viewall{text-transform:uppercase;display:inline-block;align-self:center}.storytype--section__wrapper{margin-bottom:3rem}@media only screen and (max-width: 37.438em){.storytype--section__wrapper{width:100%;overflow-x:scroll;padding-left:1.125rem}}.storytype--section__items{display:-webkit-box;display:flex;flex-wrap:nowrap;-webkit-box-pack:start;justify-content:flex-start}.storytype--section__item{width:31.8%;position:relative;flex-shrink:0;margin-right:1.125rem}.storytype--section__item:last-of-type{margin-right:0}@media only screen and (max-width: 37.438em){.storytype--section__item{width:200px;margin-right:1.125rem}.storytype--section__item:last-of-type{width:218px;padding-right:1.125rem}}.storytype--section .item__image{display:block;margin-bottom:10px}.storytype--section .headline{margin-bottom:0}.storytype-label{font-family:\"ProximaNovaCond\",sans-serif;font-size:15px;font-weight:bold;padding-right:10px;text-transform:uppercase;color:#0093ec}.storytype-label:hover{color:#0073b9;text-decoration:none}.storytype-label:hover.storytype-label--white{background-color:#ffffff;color:#000}.storytype-label--white{color:#ffffff}.storytype-label--outlined{border:1px solid #0093ec;font-weight:normal;line-height:27px;margin-right:5px;height:27px;padding:0 8px}.storytype-label--outlined.storytype-label--white{border-color:#ffffff;color:#ffffff}.storytype-label-wrapper{display:-webkit-box;display:flex;max-width:100%;overflow:hidden}.storytype-label-wrapper--small-margin{margin-bottom:5px}.storytype-label-wrapper--medium-margin{margin-bottom:10px}.storytype-label-wrapper--large-margin{margin-bottom:15px}.storytype-label-wrapper--huge-margin{margin-bottom:20px}@media only screen and (max-width: 53.125em){.storytype-label-wrapper--curation{-webkit-box-pack:center;justify-content:center;padding:0 18px}}.storytype-label-wrapper .storytype-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storytype-label-wrapper :last-child{margin-right:0}.postlist__item--compact{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #e5e5e5}.postlist__item--compact:last-of-type{border-bottom:0;margin-bottom:0}.postlist__item--compact .item__content{margin:0 -1.125rem;max-width:none;width:auto}.postlist__item--compact .item__content:after,.postlist__item--compact .item__content:before{content:\" \";display:table}.postlist__item--compact .item__content:after{clear:both}.postlist__item--compact .item__text{padding-left:1.125rem;padding-right:1.125rem;float:left}@media only screen and (min-width: 37.5em){.postlist__item--compact .item__content--thumb .asset{padding-left:1.125rem;padding-right:1.125rem;width:33.333%;float:left;margin-bottom:0}.postlist__item--compact .item__content--thumb .item__text{padding-left:1.125rem;padding-right:1.125rem;width:66.667%;float:left;padding-left:0}}.postlist__item--compact .asset{width:100%;position:relative;margin:0 0 20px}@media only screen and (max-width: 37.438em){.postlist__item--compact .asset{padding:0}}.postlist__item--compact .asset img{width:100%}.postlist__item--compact .asset img[data-sizes=auto],.postlist__item--compact .asset video[data-sizes=auto]{display:block;width:100%}@media only screen and (max-width: 37.438em){.postlist__item--compact .asset{float:none}}.postlist__item--compact .headline{font-size:24px;margin-bottom:5px}html.fallback-fonts .postlist__item--compact .headline{font-family:\"Arial Narrow\",Arial,sans-serif;font-size:22.68px;line-height:1.349;letter-spacing:0.5px}.postlist__item--compact .meta--pe{display:block;margin-bottom:7px}.postlist__item--compact .meta__container{font-size:15px}.postlist__item--compact .meta__byline,.postlist__item--compact .meta__time{display:inline-block}.postlist__item--compact .meta__byline:after{display:inline-block;content:'·';color:#aaa;padding:0 5px}.postlist__item--compact .meta__right{display:none}.postlist__item--compact .excerpt{font-family:\"ElizabethSerif\",Georgia,serif}.postlist__item--compact .excerpt p{margin-bottom:0}.navwrap--outer:not(.navwrap--frontpage)+.curation-main-container .curation-mountain .curation-mountain__toolbar{top:-100px}.navwrap--outer:not(.navwrap--frontpage)+.curation-main-container .curation-mountain .layout__toolbar{top:-56px}.curation-mountain:not(.Headline):not(.Editor){border-bottom:1px solid #e5e5e5}.curation-mountain:not(.Headline):not(.Editor) .layout:not(.layout--Headline1){padding:18px 18px 20px}@media only screen and (max-width: 53.125em){.curation-mountain:not(.Headline):not(.Editor) .layout:not(.layout--Headline1){padding:0}}.curation-mountain.Editor.edit-mode{border-bottom:1px solid #e5e5e5}.curation-mountain.Editor.edit-mode .layout:not(.layout--Headline1){padding:18px 18px 20px}@media only screen and (max-width: 53.125em){.curation-mountain.Editor.edit-mode .layout:not(.layout--Headline1){padding:0}}.curation-mountain .layout{max-width:1318px}.curation-mountain .layout.layout:not(.layout--Headline1){margin-left:auto;margin-right:auto}@media only screen and (max-width: 53.125em){.curation-mountain .layout.layout:not(.layout--Headline1){padding:0}}.curation-mountain .layout--Headline1{max-width:100%}.curation-mountain .layout.layout--Modular3,.curation-mountain .layout.layout--Modular3 .grid.grid--modular{max-width:1024px;min-height:586px}.curation-mountain .layout.layout--Modular4,.curation-mountain .layout.layout--Modular4 .grid.grid--modular{max-width:1300px;min-height:586px}@media only screen and (min-width: 53.126em){.curation-mountain .layout.layout--Modular4 .grid.grid--modular{max-height:700px}}.curation-mountain .layout.layout--Equal3{max-width:1300px;min-height:230px;align-content:center}.curation-mountain .layout.layout--Equal3 .grid.grid--equal{max-width:1300px;min-height:230px;box-shadow:none;align-content:center}.curation-mountain .layout.layout--Equal4,.curation-mountain .layout.layout--Equal4 .grid.grid--equal{min-height:170px;align-content:center}.curation-mountain .layout.layout--Equal4,.curation-mountain .layout.layout--Equal6{max-width:1300px}.curation-mountain .layout.layout--Equal4 .grid.grid--equal,.curation-mountain .layout.layout--Equal6 .grid.grid--equal{max-width:1300px;box-shadow:none}.curation-mountain .layout.layout--Equal6,.curation-mountain .layout.layout--Equal6 .grid.grid--equal{min-height:474px}.curation-mountain .layout.layout--Equal6 .curation-module__zone .curation-module__item:first-child{margin-bottom:15px}@media only screen and (max-width: 53.125em){.curation-mountain .layout.layout--Equal6 .curation-module__zone .curation-module__item:first-child{margin-bottom:0}}@media only screen and (max-width: 53.125em){.curation-mountain .curation-module{display:-webkit-box;display:flex}}.curation-mountain .layout.layout--Headline1 .grid.grid--headline{position:relative;height:600px;max-width:100%}@media only screen and (max-width: 53.125em){.curation-mountain .layout.layout--Headline1 .grid.grid--headline{height:inherit}}.curation-mountain .layout.layout--Equal3,.curation-mountain .layout.layout--Equal4,.curation-mountain .layout.layout--Equal6,.curation-mountain .layout.layout--Modular3,.curation-mountain .layout.layout--Modular4{margin:0 auto}.curation-mountain .layout__toolbar>div{margin-top:1px}.curation-mountain .layout__toolbar p{color:#000}@supports not (display: grid){.curation-module{display:-webkit-box;display:flex}.grid--equal.zones-length-4 .curation-module__zone .box,.grid--equal.zones-length-4 .curation-module__zone.tall{width:25%}@media only screen and (max-width: 53.125em){.grid--equal.zones-length-4 .curation-module__zone .box,.grid--equal.zones-length-4 .curation-module__zone.tall{width:100%}}.grid--equal.zones-length-4 .curation-module__zone .box .curation-module__item,.grid--equal.zones-length-4 .curation-module__zone.tall .curation-module__item{width:100%}.grid--equal.zones-length-3 .curation-module__zone.box{width:33%}@media only screen and (max-width: 53.125em){.grid--equal.zones-length-3 .curation-module__zone.box{width:100%}}.grid--equal .curation-module__zone.box .curation-module__item{margin-bottom:10px}@media only screen and (max-width: 53.125em){.grid--equal .curation-module__zone.box .curation-module__item{margin-bottom:0}}.grid--modular.zones-length-2 .curation-module__zone.big{width:70%}@media only screen and (max-width: 53.125em){.grid--modular.zones-length-2 .curation-module__zone.big{width:100%}}.grid--modular.zones-length-2 .curation-module__zone.box{width:30%}@media only screen and (max-width: 53.125em){.grid--modular.zones-length-2 .curation-module__zone.box{width:100%}}.curation-module__zone{display:-webkit-box;display:flex}.curation-module__zone.hero,.curation-module__zone.hero .curation-module__item{width:100%}.curation-module__zone.box{width:25%;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:justify;justify-content:space-between;margin:0 10px}@media only screen and (max-width: 53.125em){.curation-module__zone.box{width:100%}}.curation-module__zone.tall{width:25%;margin:0 10px}@media only screen and (max-width: 53.125em){.curation-module__zone.tall,.curation-module__zone.tall .curation-module__item{width:100%}}.curation-module__zone.big{width:50%;margin:0 10px}@media only screen and (max-width: 53.125em){.curation-module__zone.big{width:100%}}}.curation-module__zone{position:relative;display:grid;grid-auto-flow:row;grid-auto-rows:1fr;grid-gap:15px;max-height:inherit}@media only screen and (max-width: 53.125em){.curation-module__zone{-webkit-box-ordinal-group:2;order:1;grid-gap:0;grid-auto-rows:auto}.curation-module__zone.big{-webkit-box-ordinal-group:1;order:0;overflow:hidden;display:block}}.curation-module__item:hover .image-container:after{opacity:.9;position:absolute;left:0;right:0;top:0;bottom:0;background-color:#000;pointer-events:none}.curation-module__item .content-wrapper{padding:15px}.curation-module__item .content-meta__byline,.curation-module__item .content-meta__headline+h3,.curation-module__item .content-meta__storyType{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;width:100%}.curation-module__item .content-meta__storyType{font-size:12px;margin-bottom:20px}.curation-module__item .content-meta__headline h3{color:#000;font-size:32px}.curation-module__item .content-meta__headline h3 a{color:inherit}.curation-module__item .content-meta__headline h6{color:#000;font-size:18px}.curation-module__item .content-meta__headline h6 a{color:inherit}.curation-module__item .content-meta__excerpt p{font-family:\"ElizabethSerif\", Georgia, serif;font-size:14px;line-height:1.3;color:#333}.curation-module__item .content-meta__byline span{font-size:14px;color:#aaa}.curation-module__item .content-meta__byline .item-authors{display:-webkit-box;display:flex}.curation-module__item .content-meta__byline .item-author a:hover{-webkit-text-decoration-color:#aaa;text-decoration-color:#aaa}@media only screen and (max-width: 53.125em){.grid{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;margin:0 auto;height:100%}}.grid [contenteditable]:focus{outline-color:#0093ec;outline-width:1px;outline-offset:-1px}.grid [contenteditable]{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}@media only screen and (max-width: 53.125em){.grid .curation-module__item.hero .content-wrapper{padding:20px 55px 10px 10px}}@media only screen and (max-width: 37.438em){.grid .curation-module__item.hero .content-wrapper{padding:20px 10px}}.grid.grid--headline .image-container{position:absolute;left:0;top:0}@media only screen and (max-width: 53.125em){.grid.grid--headline .image-container{position:relative;padding-bottom:0;height:inherit}}.grid.grid--headline .image-container:before{display:none;z-index:-1}.grid.grid--headline .image-container img{position:relative}@media only screen and (max-width: 53.125em){.grid.grid--headline{height:inherit}}.grid.grid--headline .content-wrapper{position:absolute;left:0;bottom:0}@media only screen and (max-width: 53.125em){.grid.grid--headline .content-wrapper{position:static;left:initial;bottom:initial}}.grid.grid--headline .storytype-label.storytype-label{font-weight:initial;font-size:14px;color:#fff;border:0}.grid.grid--headline .storytype-label.storytype-label:hover{color:#fff}.grid.grid--headline .storytype-label.storytype-label a{font-weight:initial;color:#fff;padding:0}.grid.grid--headline .content-meta__storyType{margin:0}.grid.grid--headline .content-meta__storyType .storytype-label-wrapper{padding:0 5px;background-color:rgba(0,0,0,0.7)}@media only screen and (max-width: 53.125em){.grid.grid--headline .content-meta__storyType{font-size:14px;text-transform:uppercase}.grid.grid--headline .content-meta__storyType .storytype-label-wrapper{margin:auto;background:none;padding:0 10px}.grid.grid--headline .content-meta__storyType .storytype-label-wrapper .storytype-label{border:1px solid #0093ec;color:#0093ec}}.grid.grid--headline .content-meta__headline{max-width:50vw}.grid.grid--headline .content-meta__headline a:hover{color:#fff}.grid.grid--headline .content-meta__headline h3{color:#fff;background-color:rgba(0,0,0,0.7);padding:0 6px;display:inline;box-decoration-break:clone;-webkit-box-decoration-break:clone}@media only screen and (max-width: 53.125em){.grid.grid--headline .content-meta__headline{max-width:100vw;text-align:center;padding:20px 0 10px 0}.grid.grid--headline .content-meta__headline a:hover{color:#000}.grid.grid--headline .content-meta__headline h3{color:#000;background:none;font-size:calc(28px + (24 - 16) * (100vw - 400px) / (800 - 400))}}.grid.grid--headline .content-meta__byline .item-author{background-color:rgba(0,0,0,0.7);padding:6px}.grid.grid--headline .content-meta__byline .item-author a,.grid.grid--headline .content-meta__byline .item-author span{font-size:14px;color:#fff}@media only screen and (max-width: 53.125em){.grid.grid--headline .content-meta__byline .item-author{margin:10px auto}.grid.grid--headline .content-meta__byline .item-author a,.grid.grid--headline .content-meta__byline .item-author span{background:none;color:#aaa}}.grid.grid--headline .content-meta__byline a{font-size:14px;color:#fff;border:0;padding:0;margin:0}.grid.grid--headline .grid__zone{position:absolute;left:0;top:0;width:100%;height:600px;overflow:hidden}@media only screen and (max-width: 53.125em){.grid.grid--headline .grid__zone{position:relative;height:inherit}}.grid.grid--headline .grid__zone img{width:100vw}@media only screen and (max-width: 53.125em){.grid.grid--equal .curation-module__zone:first-child{-webkit-box-ordinal-group:1;order:0;overflow:hidden;display:block}}@media only screen and (max-width: 53.125em){.grid.grid--equal .curation-module__zone:first-child .curation-module__item:first-child .item{height:inherit}.grid.grid--equal .curation-module__zone:first-child .curation-module__item:first-child .curation-module__item__wrapper{display:grid;height:100%;grid-auto-rows:-webkit-min-content auto;grid-auto-rows:min-content auto}.grid.grid--equal .curation-module__zone:first-child .curation-module__item:first-child .content-wrapper{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;-webkit-box-pack:center;justify-content:center;padding:20px 36px;margin-top:auto;height:auto;width:100%}.grid.grid--equal .curation-module__zone:first-child .curation-module__item:first-child .image-container-wrapper{width:100%}.grid.grid--equal .curation-module__zone:first-child .curation-module__item:first-child .content-meta__storyType{-webkit-box-pack:center;justify-content:center;margin-top:20px;margin-bottom:0}.grid.grid--equal .curation-module__zone:first-child .curation-module__item:first-child .content-meta__headline{text-align:center}.grid.grid--equal .curation-module__zone:first-child .curation-module__item:first-child .content-meta__headline h3,.grid.grid--equal .curation-module__zone:first-child .curation-module__item:first-child .content-meta__headline h6{display:block;font-size:28px;padding:15px 2.25rem}.grid.grid--equal .curation-module__zone:first-child .curation-module__item:first-child .content-meta__byline{-webkit-box-pack:center;justify-content:center}}@media only screen and (max-width: 53.125em){.grid.grid--equal .curation-module__zone:first-child .curation-module__item:first-child .curation-module__item__wrapper{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding:0 0 1.125rem}}.grid.grid--equal .curation-module__zone{display:block}.grid.grid--equal .curation-module__item{height:auto;box-shadow:none;border:0}.grid.grid--equal .curation-module__item .content-meta__byline,.grid.grid--equal .curation-module__item .content-meta__excerpt{display:none}.grid.grid--equal .curation-module__item .content-meta__headline__wrapper{padding:0 10px 0 0}@media only screen and (min-width: 53.126em){.grid.grid--equal .curation-module__item .content-meta__headline h3,.grid.grid--equal .curation-module__item .content-meta__headline h6{display:inline;width:100%;margin:0;color:#fff;background-color:rgba(0,0,0,0.7);padding:0 6px;box-decoration-break:clone;-webkit-box-decoration-break:clone;font-size:22px;line-height:1;font-weight:initial}}.grid.grid--equal .curation-module__item .content-wrapper{padding:0;position:absolute;bottom:-1px;left:0;width:100%}@media only screen and (max-width: 53.125em){.grid.grid--equal .curation-module__item .content-wrapper{position:static !important;padding:0 15px !important}}.curation-module{position:relative;display:grid;grid-gap:20px;width:100%;margin-left:auto;margin-right:auto}@media only screen and (max-width: 53.125em){.curation-module.grid[style]{grid-template-columns:1fr !important;grid-gap:0}.curation-module.grid{height:auto;max-height:100% !important;box-shadow:0 1px 2px #aaa;border:none}}.curation-module .image-container{position:relative;padding-bottom:56.25%;overflow:hidden}.curation-module .image-container:before{content:'';background-color:transparent;bottom:0;left:0;position:absolute;right:0;top:0;-webkit-transition:.5s;transition:.5s;z-index:1;pointer-events:none}.curation-module .image-container:hover:before{background-color:rgba(0,0,0,0.3)}.curation-module .image-container .animationContainer{top:10px;right:10px;left:auto;bottom:auto}.curation-module .image-container img{position:absolute;width:100%}.curation-module--hide{display:none}@media only screen and (max-width: 53.125em){.curation-module__zone.box,.curation-module__zone.tall{display:block}}.curation-module__item{position:relative;border-bottom:none;box-shadow:0px 1px 1px #aaa;border-top:1px solid #e5e5e5;margin-bottom:inherit;height:inherit;max-height:inherit}@media only screen and (max-width: 53.125em){.curation-module__item{height:auto;max-height:100%;box-shadow:none;border:none}}.curation-module__item .content-meta__storytype{font-family:\"ProximaNovaCond\", sans-serif;font-size:14px;font-weight:bold;text-transform:uppercase}.curation-module__item .content-meta__headline,.curation-module__item .content-meta__headline [contenteditable]{cursor:text}@media only screen and (max-width: 53.125em){.curation-module__item .content-meta__headline h3,.curation-module__item .content-meta__headline h6{background-color:transparent;color:#000;font-weight:600;padding:0;margin:0}}.curation-module__item .content-meta__excerpt [contenteditable]{cursor:text}@media only screen and (max-width: 53.125em){.curation-module__item .content-meta__byline{display:-webkit-box !important;display:flex !important}}.curation-module__item.hero .content-wrapper{padding:0 55px 60px}.curation-module__item.hero .content-wrapper .content-meta__storyType{margin:0 0 1px 0}.curation-module__item.hero .content-wrapper .content-meta__storyType .storytype-label{padding:1px 2px 0 2px}.curation-module__item.hero .content-wrapper .content-meta__byline{margin-top:1px}@media only screen and (max-width: 53.125em){.curation-module__item.hero .content-wrapper .content-meta__byline .item-author{background:none;padding:0}}.curation-module__item.hero .content-wrapper .content-meta__headline.short-headline h3,.curation-module__item.hero .content-wrapper .content-meta__headline.short-headline h6{font-size:50px}@media only screen and (max-width: 53.125em){.curation-module__item.hero .image-container:before{display:none !important}}.curation-module__item.big .item{height:inherit}@media only screen and (max-width: 53.125em){.curation-module__item.big:first-child{border-bottom:1px solid #e5e5e5}}.curation-module__item.big .curation-module__item__wrapper{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:100%}@media only screen and (max-width: 53.125em){.curation-module__item.big .curation-module__item__wrapper{display:block}}.curation-module__item.big .content-wrapper{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;-webkit-box-pack:center;justify-content:center;padding:20px 36px;height:100%}@media only screen and (max-width: 53.125em){.curation-module__item.big .content-wrapper{margin-top:auto;height:auto}}.curation-module__item.big .content-meta__storyType{-webkit-box-pack:center;justify-content:center}@media only screen and (max-width: 53.125em){.curation-module__item.big .content-meta__storyType{margin-top:20px;margin-bottom:0}}.curation-module__item.big .content-meta__headline{text-align:center}.curation-module__item.big .content-meta__headline.short-headline h3,.curation-module__item.big .content-meta__headline.short-headline h6{font-size:45px}.curation-module__item.big .content-meta__headline.medium-headline h3,.curation-module__item.big .content-meta__headline.medium-headline h6{font-size:32px}.curation-module__item.big .content-meta__headline.long-headline h3,.curation-module__item.big .content-meta__headline.long-headline h6{font-size:28px}@media only screen and (max-width: 53.125em){.curation-module__item.big .content-meta__headline h3,.curation-module__item.big .content-meta__headline h6{display:block;font-size:28px;padding:20px 0 10px 0}}.curation-module__item.big .content-meta__byline{-webkit-box-pack:center;justify-content:center}.curation-module__item.box .content-wrapper{padding:15px}@media only screen and (max-width: 53.125em){.curation-module__item.box .curation-module__item__wrapper{display:-webkit-box;display:flex;padding:15px;border-bottom:1px solid #e5e5e5}.curation-module__item.box .curation-module__item__wrapper .image-container-wrapper{width:40%}.curation-module__item.box .curation-module__item__wrapper .content-wrapper{width:60%}.curation-module__item.box .content-meta__headline h3,.curation-module__item.box .content-meta__headline h6{font-size:18px}.curation-module__item.box .content-meta__excerpt{display:none}.curation-module__item.box .content-wrapper,.curation-module__item.box .image-container-wrapper{padding:0}.curation-module__item.box .content-wrapper{padding-left:15px;position:static}}.curation-module__item.tall .content-wrapper{padding:15px}@media only screen and (max-width: 53.125em){.curation-module__item.tall .content-wrapper{width:60%}}@media only screen and (max-width: 63.9em){.curation-module__item.tall .content-wrapper .content-meta__excerpt{max-height:240px;overflow:hidden}}.curation-module__item.tall .content-wrapper .content-meta__excerpt p{line-height:1.9}@media only screen and (max-width: 53.125em){.curation-module__item.tall .curation-module__item__wrapper{display:-webkit-box;display:flex;padding:15px;border-bottom:1px solid #e5e5e5}.curation-module__item.tall .curation-module__item__wrapper .image-container-wrapper{width:40%}.curation-module__item.tall .curation-module__item__wrapper .content-wrapper{width:60%}.curation-module__item.tall .content-meta__headline h3,.curation-module__item.tall .content-meta__headline h6{font-size:18px}.curation-module__item.tall .content-meta__excerpt{display:none}.curation-module__item.tall .content-wrapper,.curation-module__item.tall .image-container-wrapper{padding:0}.curation-module__item.tall .content-wrapper{padding-left:15px;position:static}}.curation-module__item .image-container{position:relative;padding-bottom:56.25%;overflow:hidden}.curation-module__item .image-container img{position:absolute;top:0;left:0;width:100%}.curation-module .layout--Equal3 .content-meta__excerpt,.curation-module .layout--Equal4 .content-meta__excerpt,.curation-module .layout--Equal6 .content-meta__excerpt{display:none}.curation-module .grid .grid__zone .item .image-container{position:relative;padding-bottom:56.25%;overflow:hidden}.curation-module .grid .grid__zone .item .image-container img{position:absolute;top:0;left:0;width:100%}.curation-module .grid .grid__zone .item .content-wrapper{padding:15px}@media only screen and (min-width: 53.126em){.blog-group-theonion .layout.layout:not(.layout--Headline1){padding:18px}}.blog-group-theonion .layout.layout--Modular3,.blog-group-theonion .layout.layout--Modular4{max-height:100%}.blog-group-theonion .layout.layout--Modular3 .grid.grid--modular,.blog-group-theonion .layout.layout--Modular4 .grid.grid--modular{max-height:inherit}.blog-group-theonion .grid.grid--headline .content-wrapper{padding:55px 55px 36px}.blog-group-theonion .grid.grid--headline .content-meta__headline h3{color:#000;font-size:30px;background-color:rgba(255,255,255,0.9);padding:5px 6px 7px;line-height:1.8}.blog-group-theonion .grid.grid--headline .content-meta__headline h3 a{color:#000}.blog-group-theonion .grid.grid--headline .content-meta__storyType .storytype-label-wrapper{background-color:transparent;padding:0}.blog-group-theonion .grid.grid--headline .content-meta__storyType .storytype-label{background-color:rgba(255,255,255,0.9);color:#000;font-weight:600;padding:3px 6px 0;height:auto}.blog-group-theonion .grid.grid--equal .grid__zone{padding-bottom:0}.blog-group-theonion .curation-module__item{box-shadow:none}.blog-group-theonion .curation-module__item .content-meta__byline a,.blog-group-theonion .curation-module__item .content-meta__byline span,.blog-group-theonion .curation-module__item .content-meta__headline h3,.blog-group-theonion .curation-module__item .content-meta__headline h6{font-family:\"ElizabethSerif\", Georgia, serif}.blog-group-theonion .curation-module__item.big .content-meta__headline{padding:0}@media only screen and (max-width: 53.125em){.blog-group-theonion .curation-module__item.big .content-meta__headline{margin:auto}}@media only screen and (max-width: 53.125em){.blog-group-theonion .curation-module__item.big .content-meta__headline h3,.blog-group-theonion .curation-module__item.big .content-meta__headline h6{font-size:22px;padding:30px 18px}}@media only screen and (max-width: 53.125em){.blog-group-theonion .curation-module__item.box .content-meta__headline h3,.blog-group-theonion .curation-module__item.tall .content-meta__headline h3{font-size:20px;padding:20px 18px 0;margin:0}}@media only screen and (max-width: 53.125em){.blog-group-theonion .curation-module__item.box .content-meta__headline h6,.blog-group-theonion .curation-module__item.tall .content-meta__headline h6{font-size:16px;margin:0;padding:0 15px}}.blog-group-theonion .curation-module__item.box .content-meta__excerpt,.blog-group-theonion .curation-module__item.tall .content-meta__excerpt{max-height:100%}.blog-group-theonion .curation-module__item .content-meta__headline{text-align:left}.blog-group-theonion .curation-module__item .content-meta__headline h6{font-size:16px;padding:20px 0 0 0}.blog-group-theonion .curation-module__item .content-meta__headline h3{font-size:24px;padding:20px 0 0 0}.blog-group-theonion .curation-module__item .content-meta__excerpt p{font-size:15px;line-height:1.8}@media only screen and (max-width: 53.125em){.blog-group-theonion .curation-module__item .content-meta__excerpt{display:none !important}}.blog-group-theonion .curation-module__item .content-meta__byline{font-size:15px;-webkit-box-pack:start;justify-content:flex-start}.blog-group-theonion .curation-module__item .content-meta__byline .item-author,.blog-group-theonion .curation-module__item .content-meta__byline .item-authors{display:none !important}@media only screen and (max-width: 53.125em){.blog-group-theonion .curation-module__item .content-meta__byline{display:none !important}}.blog-group-theonion .curation-module__item .content-wrapper{-webkit-box-align:start;align-items:flex-start;padding:0}.blog-group-theonion .curation-module__item+.curation-module__item,.blog-group-theonion .zone__item+.zone__item{border-top:1px solid #e5e5e5;padding-top:20px}@media only screen and (max-width: 53.125em){.blog-group-theonion .curation-module__item+.curation-module__item,.blog-group-theonion .zone__item+.zone__item{padding-top:0;border-top:none}}.blog-group-theonion .grid__zone{border-left:1px solid #e5e5e5;padding:0 0 55px 20px}@media only screen and (max-width: 53.125em){.blog-group-theonion .grid__zone{padding:0}}.blog-group-theonion .grid__zone:first-child{padding-left:0;border-left:0}.storytype-boilerplate{-webkit-transition:all .5s;transition:all .5s}.storytype-boilerplate .content-summary__Image img{max-width:100%;height:auto}.storytype-boilerplate .content-summary__ShadowBox{display:-webkit-box;display:flex;align-self:start;border:0 solid #cccccc;padding:0;margin-left:12px;box-shadow:-12px 12px 0 0;flex-shrink:0;height:auto}.storytype-boilerplate .content-summary__ShadowBox img{max-width:250px;height:calc(250px * 9 / 16)}.storytype-boilerplate .content-summary__Side{display:inline-block;margin-left:18px;margin-top:0;width:100%}.storytype-boilerplate .content-summary__Title{font-weight:600;font-size:22px;color:#e5e5e5;background-color:#e5e5e5;text-decoration:none;display:block;width:60%;font-family:ProximaNovaCond,sans-serif}.storytype-boilerplate .content-summary__Description{display:block;font-size:14px;line-height:24px;margin-top:18px;height:24px;color:#e5e5e5;background-color:#e5e5e5;font-style:italic;font-family:ElizabethSerif,Georgia,serif;overflow:hidden}.storytype-boilerplate .content-summary__SummaryBox{display:-webkit-box;display:flex;margin-top:20px;padding-bottom:40px;border-bottom:1px solid #d4d4d4;flex-flow:nowrap}</style><script>window._K_MSGS = []; window._K_MSG_L = function (e) {_K_MSGS.push(e);}; window.addEventListener('message', window._K_MSG_L);</script><link rel=\"preload\" href=\"//x.kinja-static.com/assets/stylesheets/blog-3523b6f3ab8df89e6133a366ef807a30.css\" as=\"style\" onload=\"this.rel='stylesheet'\"><link rel=\"preload\" href=\"//x.kinja-static.com/assets/stylesheets/insets-4b9beaab98932794978ca7c908bacad2.css\" as=\"style\" onload=\"this.rel='stylesheet'\"><link rel=\"preload\" href=\"//x.kinja-static.com/assets/stylesheets/piano-d41d8cd98f00b204e9800998ecf8427e.css\" as=\"style\" onload=\"this.rel='stylesheet'\"><script src=\"https://kinja.com/api/profile/accountwithtoken?jsonp=_fasttoken&newFollows=true\" async defer></script><meta name=\"dynamic-stylesheet\" id=\"editor-css-url\" content=\"//x.kinja-static.com/assets/stylesheets/editor-4c2565f58b089c7db202d18eee141fed.css\"><meta name=\"google-site-verification\" content=\"P13oAn8o8LB6FVCJWKsHWXvxfbR-SJrmvox6EgULpUs\" /><!-- IE Fix for HTML5 Tags --><!--[if lte IE 9]><script src=\"//html5shiv.googlecode.com/svn/trunk/html5.js\"></script><![endif]--><!-- Set the viewport width to device width for mobile --><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0,maximum-scale=10.0\" /><meta name=\"ROBOTS\" content=\"INDEX, FOLLOW\" /><title>BlazBlue: Cross Tag Battle Is Dead Simple By Design</title><!-- favicon and touch icons --><link rel=\"shortcut icon\" href=\"https://i.kinja-img.com/gawker-media/image/upload/s--Dbyvpkm7--/c_fill,fl_progressive,g_center,h_80,q_80,w_80/vubzifzigsnqlmsbkeew.png\" /><link rel=\"apple-touch-icon\" href=\"https://i.kinja-img.com/gawker-media/image/upload/s--XbC5B_1Y--/c_fill,fl_progressive,g_center,h_200,q_80,w_200/vubzifzigsnqlmsbkeew.png\" /><meta name=\"msapplication-square70x70logo\" content=\"https://i.kinja-img.com/gawker-media/image/upload/s--Dbyvpkm7--/c_fill,fl_progressive,g_center,h_80,q_80,w_80/vubzifzigsnqlmsbkeew.png\" /><meta name=\"msapplication-square150x150logo\" content=\"https://i.kinja-img.com/gawker-media/image/upload/s--XbC5B_1Y--/c_fill,fl_progressive,g_center,h_200,q_80,w_200/vubzifzigsnqlmsbkeew.png\" /><link rel=\"dns-prefetch\" href=\"//kinja.com\" /><link rel=\"dns-prefetch\" href=\"//i.kinja-img.com\" /><link rel=\"dns-prefetch\" href=\"//x.kinja-static.com\" /><link rel=\"dns-prefetch\" href=\"//f.kinja-static.com\" /><link rel=\"dns-prefetch\" href=\"//www.googletagservices.com\" /><link rel=\"dns-prefetch\" href=\"//pubads.g.doubleclick.net\" /><link rel=\"dns-prefetch\" href=\"//c.amazon-adsystem.com\" /><link rel=\"dns-prefetch\" href=\"//aax.amazon-adsystem.com\" /><link rel=\"dns-prefetch\" href=\"//beacon.krxd.net\" /><link rel=\"dns-prefetch\" href=\"//stats.g.doubleclick.net\" /><link rel=\"dns-prefetch\" href=\"//js-agent.newrelic.com\" /><link rel=\"preconnect\" href=\"https://i.kinja-img.com\" /><link rel=\"preconnect\" href=\"//x.kinja-static.com\" /><link rel=\"preconnect\" href=\"//f.kinja-static.com\" crossorigin /><!-- rss --><link rel=\"alternate\" type=\"application/rss+xml\" title=\"Compete - All stories\" href=\"https://compete.kotaku.com/rss\" /><!-- Open Graph/Facebook headers --><meta name=\"keywords\" content=\"BlazBlue: Cross Tag Battle, Toshimichi Mori, interview, Kotaku Core, Compete\" /><meta name=\"news_keywords\" content=\"BlazBlue: Cross Tag Battle, Toshimichi Mori, interview, Kotaku Core, Compete\" /><meta name=\"twitter:url\" content=\"https://compete.kotaku.com/blazblue-cross-tag-battle-is-dead-simple-by-design-1826579397\" /><link rel=\"canonical\" href=\"https://compete.kotaku.com/blazblue-cross-tag-battle-is-dead-simple-by-design-1826579397\" /><meta property=\"og:title\" content=\"BlazBlue: Cross Tag Battle Is Dead Simple By Design\" /><meta property=\"og:type\" content=\"article\" /><meta name=\"twitter:image\" content=\"https://i.kinja-img.com/gawker-media/image/upload/s--G9Y4stcm--/c_fill,fl_progressive,g_center,h_900,q_80,w_1600/jhvo3paz6ikemi81uklc.bmp\" /><meta property=\"og:image\" content=\"https://i.kinja-img.com/gawker-media/image/upload/s--G9Y4stcm--/c_fill,fl_progressive,g_center,h_900,q_80,w_1600/jhvo3paz6ikemi81uklc.bmp\" /><meta name=\"author\" content=\"Ian Walker\" /><meta property=\"og:url\" content=\"https://compete.kotaku.com/blazblue-cross-tag-battle-is-dead-simple-by-design-1826579397\" /><meta name=\"twitter:card\" content=\"summary_large_image\"><meta name=\"twitter:site\" content=\"@kotaku\"><meta name=\"twitter:title\" content=\"BlazBlue: Cross Tag Battle Is Dead Simple By Design\"><meta property=\"og:description\" content=\"Since its debut in 2008, the BlazBlue franchise has enjoyed a decade of serious growth, with four mainline installments, various revisions, and an expansive cast that rivals even its Arc System Works cousin Guilty Gear. The latest game, BlazBlue: Cross Tag Battle, is a two-on-two crossover fighter that landed in North America today. With characters from Persona 4 Arena, Under Night In-Birth Exe:Late, RWBY, and, of course, BlazBlue, this is an ambitious project that strays from the developer’s traditional path in multiple ways. Compete recently spoke with director Toshimichi Mori about how this release came to fruition and where he sees it fitting into the fighting game landscape.\n\" /><meta name=\"description\" content=\"Since its debut in 2008, the BlazBlue franchise has enjoyed a decade of serious growth, with four mainline installments, various revisions, and an expansive cast that rivals even its Arc System Works cousin Guilty Gear. The latest game, BlazBlue: Cross Tag Battle, is a two-on-two crossover fighter that landed in North America today. With characters from Persona 4 Arena, Under Night In-Birth Exe:Late, RWBY, and, of course, BlazBlue, this is an ambitious project that strays from the developer’s traditional path in multiple ways. Compete recently spoke with director Toshimichi Mori about how this release came to fruition and where he sees it fitting into the fighting game landscape.\n\" /><meta name=\"twitter:description\" content=\"Since its debut in 2008, the BlazBlue franchise has enjoyed a decade of serious growth, with four mainline installments, various revisions, and an expansive cast that rivals even its Arc System Works cousin Guilty Gear. The latest game, BlazBlue: Cross Tag Battle, is a two-on-two crossover fighter that landed in North America today. With characters from Persona 4 Arena, Under Night In-Birth Exe:Late, RWBY, and, of course, BlazBlue, this is an ambitious project that strays from the developer’s traditional path in multiple ways. Compete recently spoke with director Toshimichi Mori about how this release came to fruition and where he sees it fitting into the fighting game landscape.\n\" /><meta property=\"og:locale\" content=\"en_US\" /><meta property=\"og:site_name\" content=\"Compete\" /><meta property=\"fb:app_id\" content=\"36368793975\"/><script>window.gaExperimentId = 'btoEZ6LKTa2IH59fcaQAkw';window.gaVariation =  1.0 ;</script><link rel=\"amphtml\" href=\"https://compete.kotaku.com/blazblue-cross-tag-battle-is-dead-simple-by-design-1826579397/amp\"><meta name=\"cXenseParse:fmg-pageType\" content=\"permalink\"/><meta name=\"cXenseParse:fmg-blogGroup\" content=\"kotaku\"/><meta name=\"cXenseParse:fmg-brandingBlogId\" content=\"9\"/><meta name=\"cXenseParse:articleid\" content=\"1826579397\"/><meta name=\"cXenseParse:recs:publishtime\" content=\"2018-06-05T20:48:00.397Z\"/><meta name=\"cXenseParse:fmg-plaintext\" content=\"Since its debut in 2008, the BlazBlue franchise has enjoyed a decade of serious growth, with four mainline installments, various revisions, and an expansive cast that rivals even its Arc System Works cousin Guilty Gear. The latest game, BlazBlue: Cross Tag Battle, is a two-on-two crossover fighter that landed in North America today. With characters from Persona 4 Arena, Under Night In-Birth Exe:Late, RWBY, and, of course, BlazBlue, this is an ambitious project that strays from the developer’s traditional path in multiple ways. Compete recently spoke with director Toshimichi Mori about how this release came to fruition and where he sees it fitting into the fighting game landscape.\n\"/><meta name=\"cXenseParse:fmg-imageSrc\" content=\"https://i.kinja-img.com/gawker-media/image/upload/s--bE9GWJDb--/c_fill,fl_progressive,g_center,h_900,q_80,w_1600/vw4dpnlovocuvckyvrou.jpg\" /><meta name=\"cXenseParse:fmg-categories\" content=\"BlazBlue: Cross Tag Battle\"/><meta name=\"cXenseParse:fmg-categories\" content=\"Toshimichi Mori\"/><meta name=\"cXenseParse:fmg-categories\" content=\"interview\"/><meta name=\"cXenseParse:fmg-categories\" content=\"Kotaku Core\"/><meta name=\"cXenseParse:fmg-authors\" content=\"Ian Walker\"/></head><body class=\"compete blog-group-kotaku blog-recirc-group-fmgNonSatire custom-skin permalink en-US f_ads_a9_timeout_on f_adx_permalink_text_on f_amazon_aps_tag_on f_amp_comments_on f_amp_fs_on f_amp_liveblog_on f_amp_mcp_on f_analyticstracking_on f_android_waypoints_220_on f_autoplay_permalink_video_test_on f_avclub_legacy_login_on f_blog_search_exclude_blog_groups_on f_branded_insets_on f_branding_theinventory_on f_chartbeat_video_on f_collect_cxense_data_on f_comment_sorting_on f_comment_sorting_b_on f_commerce_inset_small_c_on f_csp_on f_curatedbyuserid_on f_desktop_permalink_outstream_on f_dfp_campaign_type_on f_dfp_desktop_three_on f_dfp_display_date_filters_on f_dfp_lineitem_actions_on f_dfp_lineitem_opts_on f_dfpstorytype_on f_digitrust_on f_dist_tools_ext_on f_donotcrawl_on f_dynamic_billboard_on f_ecommerce_blogsales_on f_editor_save_screen_update_on f_editor_word_counter_on f_editorial_promotion_on f_enable_eu_videos_on f_enhance_mobile_nav_on f_exclusive_group_tags_on f_fusion_kinja_subdomain_on f_geo_features_on f_gif_to_mp4_on f_gif_to_mp4_amp_on f_img_f_auto_on f_infinite_promotion_on f_infinite_scroll_on f_inset_refactor_on f_left_top_ad_on f_leftrail_notrending_on f_manage_nav_verticals_on f_manual_properties_override_on f_mobile_jw_permalink_outstream_on f_mobile_videod_first_slot_on f_multiple_client_ids_on f_native_homepage_on f_network_nav_the_inventory_on f_networknav_satire_on f_new_linkpreview_css_on f_newloginstyles_on f_newmodalstyles_on f_newsvgpath_on f_nielsen_dcr_on f_outstream_video_collapse_on f_permalink_body_mobile_ad_on f_permalink_body_mobile_ad_label_on f_piano_prod_on f_preact_top_nav_on f_preload_rubicon_header_on f_preroll_html_on f_promoted_cleanup_on f_put_dem_jeans_on f_rail_content_promotion_on f_react_footer_on f_reviewbox_alignment_full_bleed_on f_safeframe_no_collapse_on f_safeframe_timer_check_on f_samba_for_simplereach_on f_session_depth_tracking_on f_shorter_starter_comments_on f_sideloaded_ga_on f_simplereach_expanded_on f_six_node_ads_on f_skimlinks_blog_property_on f_slideshow_enable_fullscreen_on f_smartcrop_on f_splashy_ad_on f_splice_parent_on f_store_subtags_to_commerce_on f_storify_placeholder_on f_story_tag_stream_on f_stream_grades_on f_subscription_first_on f_toggle_vertical_distribution_on f_tradedesk_pixel_on f_truncated_video_ad_insertion_on f_use_dap_on f_use_react_blocknode_renderer_editor_on f_video_preroll_flag_on f_videoad_after_second_on pe_newlayout\" data-timezone-offset=\"-14400000\"><iframe height=\"0px\" width=\"0px\" hidden=\"true\" marginheight=\"0\" marginwidth=\"0\" frameborder=\"0\" id=\"cross-domain-tracker\" ></iframe><script>\n\t\tvar hostname = window.location.host.includes('localhost') ? '//kinja.localhost:9000' : '//kinja.com';\n\t\tdocument.getElementById('cross-domain-tracker').src = hostname + '/assets/cross-domain-tracking.html';\n\t\t</script><div id=\"splashy-ad-container-top\" class=\"splashy-ad-container no-overflow\"\tstyle=\"display: none;\"><div is=\"bulbs-dfp\" class=\"ad-container dfp dfp-slot-SPLASHY_TOP ad-splashy-top\" data-ad-unit=\"SPLASHY_TOP\"  data-targeting='{\"pos\":\"splashytop\"}' ></div></div><div class=\"success-messages\" id=\"js_success-box-container\"></div><!--  md5!  --><div class=\"navwrap--outer js-navwrap--outer navwrap--permalink navwrap-mobile--networknav\"><nav class=\"js_global-nav-wrap js_top-nav global-nav global-nav--desktop notransition shown hide-for-medium-down global-nav--permalink\"><div class=\"topnav topnav__is-vertical\"><div class=\"networknav js_networknav\"><div class=\"networknav__search\"><a onclick=\"window.ga('send', 'event', 'Network navigation', 'Search click', 'permalink');\" role=\"button\" tabIndex=\"0\" class=\"networknav__search-link js_networknav-search-btn\" ><svg class=\"svg-icon svg-search\"><use xlink:href=\"#iconset-search\" /></svg></a></div><div><ul class=\"networknav__sitelist\"><li class=\"js_hovernav__trigger networknav--is-comm\"data-blog-id=\"1636027099\" data-blog-group=\"avclub\" data-blog-domain=\"//avclub.com\"><a onclick=\"window.ga('send', 'event', 'Network navigation', 'Network Blog Click', '\\/\\/avclub.com', {metric20: 1});\" href=\"//avclub.com\">The A.V. Club</a></li><li class=\"js_hovernav__trigger networknav--is-comm\"data-blog-id=\"11\" data-blog-group=\"deadspin\" data-blog-domain=\"//deadspin.com\"><a onclick=\"window.ga('send', 'event', 'Network navigation', 'Network Blog Click', '\\/\\/deadspin.com', {metric20: 1});\" href=\"//deadspin.com\">Deadspin</a></li><li class=\"js_hovernav__trigger networknav--is-comm\"data-blog-id=\"1636390014\" data-blog-group=\"earther\" data-blog-domain=\"//earther.com\"><a onclick=\"window.ga('send', 'event', 'Network navigation', 'Network Blog Click', '\\/\\/earther.com', {metric20: 1});\" href=\"//earther.com\">Earther</a></li><li class=\"js_hovernav__trigger networknav--is-comm\"data-blog-id=\"4\" data-blog-group=\"gizmodo\" data-blog-domain=\"//gizmodo.com\"><a onclick=\"window.ga('send', 'event', 'Network navigation', 'Network Blog Click', '\\/\\/gizmodo.com', {metric20: 1});\" href=\"//gizmodo.com\">Gizmodo</a></li><li class=\"js_hovernav__trigger networknav--is-comm\"data-blog-id=\"12\" data-blog-group=\"jalopnik\" data-blog-domain=\"//jalopnik.com\"><a onclick=\"window.ga('send', 'event', 'Network navigation', 'Network Blog Click', '\\/\\/jalopnik.com', {metric20: 1});\" href=\"//jalopnik.com\">Jalopnik</a></li><li class=\"js_hovernav__trigger networknav--is-comm\"data-blog-id=\"39\" data-blog-group=\"jezebel\" data-blog-domain=\"//jezebel.com\"><a onclick=\"window.ga('send', 'event', 'Network navigation', 'Network Blog Click', '\\/\\/jezebel.com', {metric20: 1});\" href=\"//jezebel.com\">Jezebel</a></li><li class=\"js_hovernav__trigger networknav--is-comm\"data-blog-id=\"9\" data-blog-group=\"kotaku\" data-blog-domain=\"//kotaku.com\"><a onclick=\"window.ga('send', 'event', 'Network navigation', 'Network Blog Click', '\\/\\/kotaku.com', {metric20: 1});\" href=\"//kotaku.com\">Kotaku</a></li><li class=\"js_hovernav__trigger networknav--is-comm\"data-blog-id=\"17\" data-blog-group=\"lifehacker\" data-blog-domain=\"//lifehacker.com\"><a onclick=\"window.ga('send', 'event', 'Network navigation', 'Network Blog Click', '\\/\\/lifehacker.com', {metric20: 1});\" href=\"//lifehacker.com\">Lifehacker</a></li><li class=\"js_hovernav__trigger networknav--is-comm\"data-blog-id=\"1635895473\" data-blog-group=\"splinter\" data-blog-domain=\"//splinternews.com\"><a onclick=\"window.ga('send', 'event', 'Network navigation', 'Network Blog Click', '\\/\\/splinternews.com', {metric20: 1});\" href=\"//splinternews.com\">Splinter</a></li><li class=\"js_hovernav__trigger networknav--is-comm\"data-blog-id=\"1636140418\" data-blog-group=\"thetakeout\" data-blog-domain=\"//thetakeout.com\"><a onclick=\"window.ga('send', 'event', 'Network navigation', 'Network Blog Click', '\\/\\/thetakeout.com', {metric20: 1});\" href=\"//thetakeout.com\">The Takeout</a></li><li class=\"js_hovernav__trigger networknav--is-comm\"data-blog-id=\"1635821517\" data-blog-group=\"theroot\" data-blog-domain=\"//theroot.com\"><a onclick=\"window.ga('send', 'event', 'Network navigation', 'Network Blog Click', '\\/\\/theroot.com', {metric20: 1});\" href=\"//theroot.com\">The Root</a></li><li class=\"js_hovernav__trigger networknav--is-satire\"data-blog-id=\"1636079510\" data-blog-group=\"theonion\" data-blog-domain=\"//theonion.com\"><a onclick=\"window.ga('send', 'event', 'Network navigation', 'Network Blog Click', '\\/\\/theonion.com', {metric20: 1});\" href=\"//theonion.com\">The Onion</a></li><li class=\"js_hovernav__trigger networknav--is-satire\"data-blog-id=\"1636577167\" data-blog-group=\"clickhole\" data-blog-domain=\"//clickhole.com\"><a onclick=\"window.ga('send', 'event', 'Network navigation', 'Network Blog Click', '\\/\\/clickhole.com', {metric20: 1});\" href=\"//clickhole.com\">Clickhole</a></li><li class=\"js_hovernav__trigger networknav--is-partner\"data-blog-id=\"1458353822\" data-blog-group=\"theinventory\" data-blog-domain=\"//theinventory.com\"><a onclick=\"window.ga('send', 'event', 'Network navigation', 'Network Blog Click', '\\/\\/theinventory.com', {metric20: 1});\" href=\"//theinventory.com\">The Inventory</a></li></ul></div><div class=\"networknav__usertools\"><span class=\"networknav__notificationButton\"></span><div class=\"networknav__userButton\"></div></div></div></div><div class=\"topnav__logostrip\"><div class=\"topnav__logo-wrapper\"><div class=\"topnav__logo\"><a href=\"//compete.kotaku.com\" class=\"logo\" title=\"Compete\" data-ga=\"[Sub navigation, Logo click, Compete]\"><img src=\"https://i.kinja-img.com/gawker-media/image/upload/s--9-AtVhm4--/c_fit,fl_progressive,h_100,q_80/lu2gjhymhqsqciziwji3.png\" alt=\"\" /></a></div></div><div class=\"topnav__scrollback-tools\"><a class=\"topnav__back-to-top js_scroll-to-top\" onclick=\"window.ga('send', 'event', 'Sub navigation', 'Back to top', &#39;permalink&#39;)\"><svg class=\"svg-icon svg-arrow-top\"><use xlink:href=\"#iconset-arrow-top\" /></svg></a></div></div><div class=\"proxima f-dropdown nav-dropdown content user-menu user-menu--mobile\" id=\"js_usermenu--dropdown\" data-dropdown-content></div></nav><nav class=\"js_global-nav-wrap js_top-nav global-nav mobile-nav notransition shown hide-for-large-up\"><div class=\"mobile-nav__mainstrip\"><div class=\"mobile-nav__mainstrip--logo\"><a class=\"mobile-nav__avatar\" href=\"//kotaku.com\" title=\"Kotaku\" data-ga=\"[Sub navigation, Logo click, Kotaku]\"><img data-src=\"https://i.kinja-img.com/gawker-media/image/upload/s--Be8ABqDy--/c_fill,fl_progressive,g_center,h_80,q_80,w_80/q7zwusd8shuags0nnpk5.png\" width=\"30\" height=\"30\" class=\"lazyload\" /></a><a href=\"//compete.kotaku.com\" class=\"logo\" title=\"Compete\" data-ga=\"[Sub navigation, Logo click, Compete]\"><img src=\"https://i.kinja-img.com/gawker-media/image/upload/s--9-AtVhm4--/c_fit,fl_progressive,h_100,q_80/lu2gjhymhqsqciziwji3.png\" alt=\"\" /></a></div><div class=\"mobile-nav__mainstrip--menu js_mobile-nav-menu\" data-ga=\"[Mobile navigation, Navigation Menu Click, permalink]\"><div class=\"mobile-nav__menu\"><div class=\"mobile-nav__hamburger\"><span></span><span></span><span></span></div><span class=\"js_notif-mobile-badge\"></span></div></div></div><div class=\"mobile-nav__section-strip\"><div class=\"section-nav\"><ul class=\"js_sections\"><li class=\"section-nav__section js_nav-section\" data-blogid=1633980057 data-index=\"1\"><a href=\"//thebests.kotaku.com\" onclick=\"window.ga('send', 'event', 'Sub navigation', 'Vertical/Tag Click', 'thebests');\">The Bests</a></li><li class=\"section-nav__section js_nav-section\" data-blogid=1634338914 data-index=\"2\"><a href=\"//steamed.kotaku.com\" onclick=\"window.ga('send', 'event', 'Sub navigation', 'Vertical/Tag Click', 'steamed');\">Steamed</a></li><li class=\"section-nav__section js_nav-section\" data-blogid=1538697436 data-index=\"3\"><a href=\"//cosplay.kotaku.com\" onclick=\"window.ga('send', 'event', 'Sub navigation', 'Vertical/Tag Click', 'cosplay');\">Cosplay</a></li><li class=\"section-nav__section js_nav-section section-nav__section--active\" data-blogid=1635889143 data-index=\"4\"><a href=\"//compete.kotaku.com\" onclick=\"window.ga('send', 'event', 'Sub navigation', 'Vertical/Tag Click', 'compete');\">Compete</a></li><li class=\"section-nav__section js_nav-section\" data-tagcanonical=snacktaku data-index=\"5\"><a href=\"//kotaku.com/tag/snacktaku\" onclick=\"window.ga('send', 'event', 'Sub navigation', 'Vertical/Tag Click', '/tag/snacktaku');\">Snacktaku</a></li><li class=\"section-nav__section js_nav-section\" data-tagcanonical=highlightreel data-index=\"6\"><a href=\"//kotaku.com/tag/highlightreel\" onclick=\"window.ga('send', 'event', 'Sub navigation', 'Vertical/Tag Click', '/tag/highlightreel');\">Highlight Reel</a></li><li class=\"section-nav__section js_nav-section\" data-tagcanonical=podcast data-index=\"7\"><a href=\"//kotaku.com/tag/podcast\" onclick=\"window.ga('send', 'event', 'Sub navigation', 'Vertical/Tag Click', '/tag/podcast');\">Podcast</a></li><li class=\"section-nav__section js_nav-section\" data-tagcanonical=review data-index=\"8\"><a href=\"//kotaku.com/c/review\" onclick=\"window.ga('send', 'event', 'Sub navigation', 'Vertical/Tag Click', '/c/review');\">Review</a></li></ul></div></div></nav></div><div class=\"mezzanine\"><div id=\"ad-970x90-container\" class=\"js_ad-top ad-wide ad-top show-for-xlarge-up\"><div is=\"bulbs-dfp\" class=\"ad-container dfp dfp-slot-TOP_BANNER ad-top-banner\" data-ad-unit=\"TOP_BANNER\"  data-targeting='{\"pos\":\"top\"}' ></div><div id=\"taboola-top-banner-abp\" class=\"row show-for-xlarge-up\"></div></div></div><div class=\"page js_page\"><section class=\"main\"><div class=\"main__content js_main__content\"><div id=\"false\"></div><div id=\"fb-root\"></div><svg id=\"kotaku-svg\" class=\"hide\"><symbol id=\"kotaku-svgid\"><path d=\"M157.73 4.788l.982 14.883-7.047.13-.82-15.202-5.358-.148.773 17.41c.11 2.488 1.875 4.46 3.92 4.38l10.677-.403c1.892-.073 3.263-2.055 3.086-4.41l-1.238-16.503-4.975-.136zm10.572.487c-.183-2.168-1.742-3.97-3.498-4.04l-1.61-.062.592 8.002 4.835.07-.318-3.97zm5.348.143c-.2-2.13-1.725-3.902-3.42-3.968l-1.557-.062.66 7.867L174 9.32l-.35-3.902zm-49.396-1.55l.155 23.353 2.09-.08c2.317-.087 4.137-2.29 4.092-4.898l-.287-18.21-6.05-.165zm6.812 8.33l6.484.028c2.12.01 3.078.95 3.87 2.43l7.82 16.618c-.868 1.12-5.718.65-7.71-3.806l-4.146-9.058-.365.006-.317.01c-2.234.03-5.705-2.08-5.637-6.227zm-12.913-8.5l-10.078-.276c-4.797-.13-6.058 4.05-5.29 6.768l13.177.12-.082 10.155-9.073.17.043-1.792 2.66-.037c4.77-.064 5.922-4.007 5.14-6.667h-.027l.012-.01-9.927-.043c-2.577-.01-4.77 2.197-4.872 4.954l-.03.882L99.62 23c-.102 2.842 1.992 5.085 4.643 4.984l13.788-.522c2.428-.093 4.367-2.35 4.357-5.02l-.043-14.085c-.01-2.518-1.882-4.595-4.21-4.66zm-32.8 19.648c-.18 2.952 2.017 5.28 4.872 5.168l2.55-.095.834-17.26-7.5-.048-.757 12.234zM96.506 10.13c5.032.047 6.305-4.187 5.542-6.875l-17.004-.467c-5.416-.15-6.426 4.3-5.676 7.183l17.138.16zM72.91 2.453l-15.95-.44c-6.218-.17-8.286 4.583-7.564 7.68l20.136.188L68.5 21.347l-11.618.216 1.188-10.634-8.955-.058-1.705 13.403c-.41 3.24 2.076 5.79 5.504 5.658l17.71-.668c3.1-.12 5.77-2.683 5.998-5.703l1.203-15.864c.215-2.826-1.97-5.16-4.915-5.243zm-56.847-.47l-5.637 29.73 3.54-.134c3.9-.147 7.482-2.995 8.052-6.327L26 2.256l-9.937-.273zm9.204 10.532l10.615.045c3.443.014 4.778 1.195 5.72 3.047L48.2 31.315c-1.666 1.44-9.445.94-11.653-4.7l-2.408-6.273-.597.008-.516.004c-3.68.05-8.885-2.6-7.76-7.84zm-12.365-2.323l1.547-8.254-5.39-.148C1.556 1.584-.515 6.725.104 10.074l12.8.118zm18.55 1.855L44.906 9.11C47.43 7.563 48.51 1.98 46.733.346L33.696 3.51c-2.222 1.196-4.766 4.682-2.243 8.537zm103.008-.32l7.108-3.88c2.463-2.107 3.16-5.583 1.052-7.847l-7.675 4.854c-2.734 1.858-2.325 4.62-.485 6.874z\" fill=\"#FBC000\" fill-rule=\"evenodd\"/></symbol></svg><svg id=\"kotaku-white-svg\" class=\"hide\"><symbol id=\"kotaku-white-svgid\"><path d=\"M157.73 4.788l.982 14.883-7.047.13-.82-15.202-5.358-.148.773 17.41c.11 2.488 1.875 4.46 3.92 4.38l10.677-.403c1.892-.073 3.263-2.055 3.086-4.41l-1.238-16.503-4.975-.136zm10.572.487c-.183-2.168-1.742-3.97-3.498-4.04l-1.61-.062.592 8.002 4.835.07-.318-3.97zm5.348.143c-.2-2.13-1.725-3.902-3.42-3.968l-1.557-.062.66 7.867L174 9.32l-.35-3.902zm-49.396-1.55l.155 23.353 2.09-.08c2.317-.087 4.137-2.29 4.092-4.898l-.287-18.21-6.05-.165zm6.812 8.33l6.484.028c2.12.01 3.078.95 3.87 2.43l7.82 16.618c-.868 1.12-5.718.65-7.71-3.806l-4.146-9.058-.365.006-.317.01c-2.234.03-5.705-2.08-5.637-6.227zm-12.913-8.5l-10.078-.276c-4.797-.13-6.058 4.05-5.29 6.768l13.177.12-.082 10.155-9.073.17.043-1.792 2.66-.037c4.77-.064 5.922-4.007 5.14-6.667h-.027l.012-.01-9.927-.043c-2.577-.01-4.77 2.197-4.872 4.954l-.03.882L99.62 23c-.102 2.842 1.992 5.085 4.643 4.984l13.788-.522c2.428-.093 4.367-2.35 4.357-5.02l-.043-14.085c-.01-2.518-1.882-4.595-4.21-4.66zm-32.8 19.648c-.18 2.952 2.017 5.28 4.872 5.168l2.55-.095.834-17.26-7.5-.048-.757 12.234zM96.506 10.13c5.032.047 6.305-4.187 5.542-6.875l-17.004-.467c-5.416-.15-6.426 4.3-5.676 7.183l17.138.16zM72.91 2.453l-15.95-.44c-6.218-.17-8.286 4.583-7.564 7.68l20.136.188L68.5 21.347l-11.618.216 1.188-10.634-8.955-.058-1.705 13.403c-.41 3.24 2.076 5.79 5.504 5.658l17.71-.668c3.1-.12 5.77-2.683 5.998-5.703l1.203-15.864c.215-2.826-1.97-5.16-4.915-5.243zm-56.847-.47l-5.637 29.73 3.54-.134c3.9-.147 7.482-2.995 8.052-6.327L26 2.256l-9.937-.273zm9.204 10.532l10.615.045c3.443.014 4.778 1.195 5.72 3.047L48.2 31.315c-1.666 1.44-9.445.94-11.653-4.7l-2.408-6.273-.597.008-.516.004c-3.68.05-8.885-2.6-7.76-7.84zm-12.365-2.323l1.547-8.254-5.39-.148C1.556 1.584-.515 6.725.104 10.074l12.8.118zm18.55 1.855L44.906 9.11C47.43 7.563 48.51 1.98 46.733.346L33.696 3.51c-2.222 1.196-4.766 4.682-2.243 8.537zm103.008-.32l7.108-3.88c2.463-2.107 3.16-5.583 1.052-7.847l-7.675 4.854c-2.734 1.858-2.325 4.62-.485 6.874z\" fill=\"#fff\" fill-rule=\"evenodd\"/></symbol></svg><section class=\"branch-wrapper\"><div id=\"editorplaceholder\" class=\"editorplaceholder\"></div><div class=\"post-wrapper js_post-wrapper \"  ><article class=\"post js_post_item status-published post-item-permalink commented js_amazon_module\" data-id=\"1826579397\" id=\"post_1826579397\" data-model=\"%7B%22id%22%3A1826579397%2C%22isBlip%22%3Afalse%2C%22authorBlogId%22%3A1635842916%2C%22authorId%22%3A%225876237249236897528%22%2C%22authorIds%22%3A%5B%225876237249236897528%22%5D%2C%22defaultBlogId%22%3A1635889143%2C%22contentType%22%3A%22Media%22%2C%22sharedPostId%22%3Anull%2C%22parentId%22%3Anull%2C%22parentAuthorId%22%3Anull%2C%22starterId%22%3A1826579397%2C%22status%22%3A%22PUBLISHED%22%7D\"><div class=\"post__content-wrapper\"><header><header class=\"\"><h1 class=\"headline hover-highlight entry-title js_entry-title\"><a href=\"https://compete.kotaku.com/blazblue-cross-tag-battle-is-dead-simple-by-design-1826579397\" data-id=\"\" onClick=\"window.ga('send', 'event', 'Permalink page click', 'Permalink page click - post header', 'standard');\">BlazBlue: Cross Tag Battle Is Dead Simple By Design<em></em></a></h1></header><div class=\"meta--pe \"><div class=\"meta__container \"><div class=\"meta__avatar js_meta-byline\"><a href=\"//kinja.com/iantothemax\" class=\"avatar__link\"><img class=\"avatar__img\" src=\"https://i.kinja-img.com/gawker-media/image/upload/s--eC72xRXx--/c_fill,f_auto,fl_progressive,g_center,h_80,q_80,w_80/r4o8kkdpn3qclccccjb6.jpg\" /></a></div><div class=\"meta__byline js_meta-byline author \"><a href=\"//kinja.com/iantothemax\">Ian Walker</a></div><time class=\"meta__time updated\" datetime=\"2018-06-05T16:48:00-04:00\"><a onclick=\"\" href=\"https://compete.kotaku.com/blazblue-cross-tag-battle-is-dead-simple-by-design-1826579397\" class=\"js_entry-link js_publish_time\" target=\"_self\" title=\"6/05/18 4:48pm\" >Today 4:48pm</a></time><div class=\"post-tags-container f-dropdown-ct\"><a href=\"//compete.kotaku.com/tag/blazblue-cross-tag-battle\" class=\"first-tag show-for-medium-up\" data-urlname=\"blazblue-cross-tag-battle\" data-dropdown=\"taglist-1826579397\" data-options=\"is_hover:true;autoalign:true;\" onclick=\"window.ga('send', 'event', 'Permalink meta', 'Tag click', 'First tag click');\">Filed to: <span>BlazBlue: Cross Tag Battle</span><svg class=\"svg-icon svg-chevron chevron--bottom\"><use xlink:href=\"#iconset-chevron-right\" /></svg></a><a href=\"//compete.kotaku.com/tag/blazblue-cross-tag-battle\" class=\"first-tag show-for-small-only\" data-urlname=\"blazblue-cross-tag-battle\" data-dropdown=\"taglist-1826579397\"  onclick=\"window.ga('send', 'event', 'Permalink meta', 'Tag click', 'First tag click');\">Filed to: <span>BlazBlue: Cross Tag Battle</span><svg class=\"svg-icon svg-chevron chevron--bottom\"><use xlink:href=\"#iconset-chevron-right\" /></svg></a><div id=\"taglist-1826579397\" class=\"post-taglist tiny f-dropdown text-upper\" data-dropdown-content><div><ul><li class=\"hide-for-large-up\"><a href=\"//compete.kotaku.com/tag/blazblue-cross-tag-battle\" data-urlname=\"blazblue-cross-tag-battle\" onclick=\"window.ga('send', 'event', 'Permalink meta', 'Tag click', 'Dropdown tag click');\">BlazBlue: Cross Tag Battle</a></li><li ><a href=\"//compete.kotaku.com/tag/toshimichi-mori\" data-urlname=\"toshimichi-mori\" onclick=\"window.ga('send', 'event', 'Permalink meta', 'Tag click', 'Dropdown tag click');\">Toshimichi Mori</a></li><li ><a href=\"//compete.kotaku.com/tag/interview\" data-urlname=\"interview\" onclick=\"window.ga('send', 'event', 'Permalink meta', 'Tag click', 'Dropdown tag click');\">interview</a></li><li ><a href=\"//compete.kotaku.com/tag/kotaku-core\" data-urlname=\"kotaku-core\" onclick=\"window.ga('send', 'event', 'Permalink meta', 'Tag click', 'Dropdown tag click');\">Kotaku Core</a></li></ul></div></div></div></div><div class=\"meta__right\"><div class=\"meta__data view-count-container\"></div><a class=\"meta__data meta__data--comment js_meta__data--comment\" href=\"https://compete.kotaku.com/blazblue-cross-tag-battle-is-dead-simple-by-design-1826579397#replies\"><svg class=\"svg-icon svg-bubble\"><use xlink:href=\"#iconset-bubble\" /></svg><span class='text'>4</span></a><a href=\"#\" class=\"meta__data meta__data--recommend js_like icon--svg u-darkened--onhover js_like_icon\" title=\"Recommend\" data-likecount=\"1\" data-analytics-target=\"starterTop\"><svg class=\"svg-icon svg-star\"><use xlink:href=\"#iconset-star\" /></svg><span class=\"js_like_count text\">1</span></a><div class=\"meta__tools js_meta-tools post-dropdown-ct js_post-dropdown-ct\"><ul id=\"dropdown-1826579397\" class=\"f-dropdown proxima js_post-dropdown js_follow-controls js_user-follow-controls whitelisted-links\" data-postid=\"1826579397\" data-starterid=\"1826579397\" data-authorid=\"5876237249236897528\" data-blogid=\"1635842916\" data-sourceblogid=\"1635889143\" data-dropdown-content><li class=\"js_edit-post hover-icon hide readonly-hide\"><a href=\"#\" rel=\"nofollow\" class=\"icon--svg u-darkened--onhover u-prepended\"><svg class=\"svg-icon svg-write\"><use xlink:href=\"#iconset-write\" /></svg>Edit</a></li><li class=\"js_send_to_editor hover-icon hide\"><a href=\"#\" rel=\"nofollow\" class=\"icon--svg u-darkened--onhover u-prepended\"><svg class=\"svg-icon svg-mail\"><use xlink:href=\"#iconset-mail\" /></svg>Send to Editors</a></li><li class=\"js_promote hover-icon hide readonly-hide\"><a href=\"#\" rel=\"nofollow\" class=\"icon--svg u-darkened--onhover u-prepended\"><svg class=\"svg-icon svg-icon--filled svg-star-circle\"><use xlink:href=\"#iconset-star-circle\" /></svg>Promote</a></li><li class=\"js_kinja-share-block readonly-hide\"><a class=\"js_kinja-share hover-icon icon--svg u-darkened--onhover u-prepended\" href=\"#\" rel=\"nofollow\"><svg class=\"svg-icon svg-external-link\"><use xlink:href=\"#iconset-external-link\" /></svg>Share to Kinja</a></li><li class=\"js_toggle-qa hover-icon readonly-hide\"><a href=\"#\" rel=\"nofollow\" class=\"icon--svg u-darkened--onhover u-prepended\"><svg class=\"svg-icon svg-bubble\"><use xlink:href=\"#iconset-bubble\" /></svg>Toggle Conversation tools</a></li><li class=\"js_go-to-permalink\"><a class=\"hover-icon icon--svg u-darkened--onhover u-prepended\" href=\"https://compete.kotaku.com/blazblue-cross-tag-battle-is-dead-simple-by-design-1826579397\" onclick=\"window.ga('send', 'event', 'Group Chats', 'Drop down - Go to permalink click');\"><svg class=\"svg-icon svg-link\"><use xlink:href=\"#iconset-link\" /></svg>Go to permalink</a></li></ul><a href=\"#\" target=\"_self\" class=\"post-dropdown-trigger js_post-menu-toggler icon--svg u-darkened--onhover\" data-dropdown=\"dropdown-1826579397\"><svg class=\"svg-icon stroked svg-tools\"><use xlink:href=\"#iconset-tools--giant\" /></svg></a></div></div></div></header></div><div class=\"post__content-wrapper\"><div class=\"post-content entry-content js_entry-content \"><figure class=\"js_marquee-assetfigure align--bleed\"><div class=\"img-wrapper lazy-image \"style=\"max-width:1920px;\"><div class=\"img-permalink-sub-wrapper\" style=\"padding-bottom: 56.3%\"><span class=\"js_lightbox-wrapper lightbox-wrapper\"><span class=\"magnifier js_lightbox lightbox hide\"><svg class=\"svg-icon svg-zoom-in\"><use xlink:href=\"#iconset-zoom-in\" /></svg></span><picture><source class=\"ls-small-media-source\"data-srcset=\"https://i.kinja-img.com/gawker-media/image/upload/s---YMJrsr9--/c_scale,f_auto,fl_progressive,q_80,w_800/vw4dpnlovocuvckyvrou.jpg\"media=\"--small\" /><source data-srcset=\"https://i.kinja-img.com/gawker-media/image/upload/s---YMJrsr9--/c_scale,f_auto,fl_progressive,q_80,w_800/vw4dpnlovocuvckyvrou.jpg\" media=\"--xlarge\" /><source data-srcset=\"https://i.kinja-img.com/gawker-media/image/upload/s---YMJrsr9--/c_scale,f_auto,fl_progressive,q_80,w_800/vw4dpnlovocuvckyvrou.jpg\" /><img src=\"https://i.kinja-img.com/gawker-media/image/upload/s---YMJrsr9--/c_scale,f_auto,fl_progressive,q_80,w_800/vw4dpnlovocuvckyvrou.jpg\" class=\"lazyload ls-lazy-image-tag\" data-sizes=\"auto\"data-width=\"1920\" data-chomp-id=\"vw4dpnlovocuvckyvrou\" data-format=\"jpg\" /></picture></span></div></div></figure><p>Since its debut in 2008, the <em>BlazBlue</em> franchise has enjoyed a decade of serious growth, with four mainline installments, various revisions, and an expansive cast that rivals even its Arc System Works cousin <em>Guilty Gear</em>. The latest game, <em>BlazBlue: Cross Tag Battle</em>, is a two-on-two crossover fighter that landed in North America today. With characters from <em>Persona 4 Arena</em>, <em>Under Night In-Birth Exe:Late</em>, <em>RWBY</em>, and, of course, <em>BlazBlue</em>, this is an ambitious project that strays from the developer’s traditional path in multiple ways. <em>Compete</em> recently spoke with director Toshimichi Mori about how this release came to fruition and where he sees it fitting into the fighting game landscape.<br></p><p><em>BlazBlue: Cross Tag Battle</em> began its life over three years ago as a <em>BlazBlue</em>-exclusive title, but Mori felt the new style of gameplay was a chance to “reset the entire playing field” and create a more unique product. This meant paring down the core combat mechanics that had been expanding for years and introducing new franchises to the <em>BlazBlue</em> universe.</p><div class=\"js_ad-dynamic\"><div class=\"ad-unit js_ad-unit hide-contents ad-splashy-mid js_ad-splashy-mid\"><div id=\"ad-container-81377445\" class=\"ad-container js_ad-container\" data-zone-type=\"SPLASHYMID\"></div></div></div><div class=\"ad-container js_ad-video row ad-wide ad-top js_ad-video-desktop\"><div class=\"ad-instream--waypoint\"></div><div class=\"ad-instream ad-instream--elastic instream-permalink ad-instream__initial\"><div class=\"elastic__wrapper\"><div class=\"ad-unit js_ad-unit ad-video js_ad-video\"><div id=\"ad-container-13287144\" class=\"ad-container js_ad-container\" data-media-type=\"INSTREAM_VIDEO\" data-zone-type=\"INSTREAM_VIDEO\" data-instream-position=\"instream_3\"><span id=\"js_instream_video-placeholder-13287144\" class=\"js_instream-video-placeholder\"></span></div></div></div></div></div><div class=\"js_ad-dynamic\"><div class=\"ad-unit js_ad-unit hide-contents ad-splashy-mid js_ad-splashy-mid\"><div id=\"ad-container-39464798\" class=\"ad-container js_ad-container\" data-zone-type=\"SPLASHYMID_MOBILE\"></div></div></div><div class=\"ad-container js_ad-video row ad-wide ad-top js_ad-video-mobile\"><div class=\"ad-instream--waypoint\"></div><div class=\"ad-instream ad-instream--elastic instream-permalink ad-instream__initial\"><div class=\"elastic__wrapper\"><div class=\"ad-unit js_ad-unit ad-video js_ad-video\"><div id=\"ad-container-40940954\" class=\"ad-container js_ad-container\" data-media-type=\"INSTREAM_VIDEO_MOBILE\" data-zone-type=\"INSTREAM_VIDEO_MOBILE\" data-instream-position=\"instream_3\"><span id=\"js_instream_video-placeholder-40940954\" class=\"js_instream-video-placeholder\"></span></div></div></div></div></div><p>The former was daunting, especially when adding in characters and mechanics from radically different franchises. Mori’s team took a variety of steps to simplify <em>BlazBlue: Cross Tag Battle</em> as a way to prevent system bloat, alleviate the need for a complicated controller, and reduce the skill gap between mid- and high-level players.</p><p>“I wanted to make it as easy as possible...well, maybe easy’s not the right word,” Mori told <em>Compete</em>. “I wanted to make it as accessible as possible. For one, I reset the entire control scheme to give everyone the same starting line. And second...let’s be honest, arcade sticks are pretty expensive, right? Again, not accessible. Then, there’s the roster. It would be way too much for people to remember. The entire concept around <em>BlazBlue: Cross Tag Battle</em> is to create a fighting game that forgives a little difference in skill and still remains playable and, most importantly, enjoyable.”</p><p>Mori’s philosophy is reflected in <em>BlazBlue: Cross Tag Battle</em>’s basic control scheme. Gone are complicated motions, replaced by simple quarter-circles or down-down inputs. Every mechanic is bound to one or two buttons, and characters can even perform simple auto-combos with the repeated press of a single attack. These systems naturally expand and become more complex as they’re used in conjunction, but the barrier for entry has been significantly reduced for new players.</p><div class=\"js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic \"><div class=\"ad-unit js_ad-unit hide-contents ad-mobile js_ad-mobile\"><div class=\"ad-mobile-inner\"><p class=\"ad-label proxima\"><small class=\"proxima\">Advertisement</small></p><div class=\"ad-toolbar-wrapper\"><div class=\"js_movable-ad-toolbar hide\"><button class=\"button button--circle button--primary move-ad-up\"><span class=\"icon--svg \"><svg class=\"svg-icon svg-arrow-top\"><use xlink:href=\"#iconset-arrow-top\" /></svg></span></button><button class=\"button button--circle button--secondary hide-ad hide\"><span class=\"icon--svg\"><svg class=\"svg-icon svg-trashcan\"><use xlink:href=\"#iconset-trashcan\" /></svg></span></button><button class=\"button button--circle button--primary move-ad-down\"><span class=\"icon--svg \"><svg class=\"svg-icon svg-arrow-bottom\"><use xlink:href=\"#iconset-arrow-bottom\" /></svg></span></button></div><div id=\"ad-container-97715601\" class=\"ad-container js_ad-container\" data-zone-type=\"MOBILE_IN_POST\"data-paragraph-position=\"mid\"data-change-correlator=\"true\"></div></div><p class=\"ad-label-bottom\"></p></div></div></div><p>In <a href=\"https://venturebeat.com/2018/03/05/how-arc-system-works-is-aiming-for-a-simpler-fighter-with-blazblue-cross-tag-battle/\" target=\"_blank\" rel=\"noopener\" onclick=\"window.ga(&#39;send&#39;, &#39;event&#39;, &#39;Embedded Url&#39;, &#39;External link&#39;, &#39;https://venturebeat.com/2018/03/05/how-arc-system-works-is-aiming-for-a-simpler-fighter-with-blazblue-cross-tag-battle/&#39;, {metric25:1})\">another interview</a> from earlier this year, Mori explained that his impetus for reducing complexity in <em>BlazBlue: Cross Tag Battle</em> was to reduce the gap between Japanese and non-Japanese players in competition. I found his line of reasoning <a href=\"https://compete.kotaku.com/blazblue-producer-is-wrong-about-why-japanese-players-d-1823646703#_ga=2.41946149.1448359743.1528128934-581774943.1517041568\" rel=\"nofollow\" onclick=\"window.ga(&#39;send&#39;, &#39;event&#39;, &#39;Embedded Url&#39;, &#39;Internal link&#39;, &#39;https://compete.kotaku.com/blazblue-producer-is-wrong-about-why-japanese-players-d-1823646703#_ga=2.41946149.1448359743.1528128934-581774943.1517041568&#39;, {metric25:1})\">wholly unsatisfying</a>: I don’t think Japanese players are inherently superior, and believe the performance gap is mostly due to release delays in Western countries and problems with online stability. I asked Mori about this; he mostly didn’t answer, although he did say that <em>Cross Tag Battle</em> was not a game “designed solely for the purpose of competition.”</p><p>(It should be noted that a developer’s intentions have little bearing on how a game’s competitive future shakes out. <em>Super Smash Bros.</em> director Masahiro Sakurai has <a href=\"https://sourcegaming.info/2016/09/12/sakurais-thoughts-on-the-competitive-community/\" target=\"_blank\" rel=\"noopener\" onclick=\"window.ga(&#39;send&#39;, &#39;event&#39;, &#39;Embedded Url&#39;, &#39;External link&#39;, &#39;https://sourcegaming.info/2016/09/12/sakurais-thoughts-on-the-competitive-community/&#39;, {metric25:1})\">repeatedly stated</a> that he doesn’t consider the franchise a purely competitive property and has even implemented mechanics that <a href=\"https://www.ssbwiki.com/Tripping#Controversy\" target=\"_blank\" rel=\"noopener\" onclick=\"window.ga(&#39;send&#39;, &#39;event&#39;, &#39;Embedded Url&#39;, &#39;External link&#39;, &#39;https://www.ssbwiki.com/Tripping#Controversy&#39;, {metric25:1})\">negatively impact</a> high-level play, but that hasn’t stopped a dedicated tournament scene from springing up around every release in the series.)</p><p>Unlike the years of work Mori’s team spent paring down the complex mechanics from earlier in the <em>BlazBlue </em>series, the foundations for adding new characters from other properties were laid in one interview. In 2016, Mori <a href=\"https://www.forbes.com/sites/olliebarder/2016/05/21/arc-system-works-and-its-fighting-game-legacy-its-all-about-the-cool\" target=\"_blank\" rel=\"noopener\" onclick=\"window.ga(&#39;send&#39;, &#39;event&#39;, &#39;Embedded Url&#39;, &#39;External link&#39;, &#39;https://www.forbes.com/sites/olliebarder/2016/05/21/arc-system-works-and-its-fighting-game-legacy-its-all-about-the-cool&#39;, {metric25:1})\">told Forbes</a> that he wanted to work with the <em>RWBY</em> property, an anime-style web series produced by Rooster Teeth. He was drawn to the <a href=\"https://www.youtube.com/watch?v=9OzdNNu14TM\" target=\"_blank\" rel=\"noopener\" onclick=\"window.ga(&#39;send&#39;, &#39;event&#39;, &#39;Embedded Url&#39;, &#39;External link&#39;, &#39;https://www.youtube.com/watch?v=9OzdNNu14TM&#39;, {metric25:1})\">individuality of the main cast</a> and mentioned that he hoped to spearhead such a project if the franchise ever became a fighting game. Shortly after the interview was published, Rooster Teeth reached out to Arc System Works, and two years later, their characters are in Mori’s game.</p><p class=\"has-video media-large video-embed align--bleed\"><span class=\"flex-video widescreen\"><iframe allowfullscreen=\"allowfullscreen\" data-chomp-id=\"9OzdNNu14TM\" scrolling=\"no\" mozallowfullscreen=\"mozallowfullscreen\" data-src=\"/ajax/inset/iframe?id=youtube-video-9OzdNNu14TM&amp;start=0\" data-recommend-id=\"youtube://9OzdNNu14TM\" height=\"450\" id=\"youtube-9OzdNNu14TM\" webkitAllowFullScreen=\"webkitAllowFullScreen\" class=\"core-inset lazyload\" width=\"800\" frameborder=\"0\"></iframe></span></p><p>In addition to the <em>RWBY</em> girls, <em>BlazBlue: Cross Tag Battle</em> also introduces characters from <em>Persona 4 Arena</em>, the 2012 fighting game spin-off of the popular <em>Persona</em> roleplaying series, and <em>Under Night In-Birth</em>, the latest from famed <em>Melty Blood</em> developers French Bread and Ecole Software. Arc System Works is intimately familiar with both franchises (they helped develop the former and publish the latter), but instead of creating a neutral ground for these characters to meet, they chose to insert them into the existing <em>BlazBlue</em> universe. When asked about this decision, Mori briefly mentioned “politics beyond my control” as a cause but did not elaborate.</p><div class=\"js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic \"><div class=\"ad-unit js_ad-unit hide-contents ad-mobile js_ad-mobile\"><div class=\"ad-mobile-inner\"><p class=\"ad-label proxima\"><small class=\"proxima\">Advertisement</small></p><div class=\"ad-toolbar-wrapper\"><div class=\"js_movable-ad-toolbar hide\"><button class=\"button button--circle button--primary move-ad-up\"><span class=\"icon--svg \"><svg class=\"svg-icon svg-arrow-top\"><use xlink:href=\"#iconset-arrow-top\" /></svg></span></button><button class=\"button button--circle button--secondary hide-ad hide\"><span class=\"icon--svg\"><svg class=\"svg-icon svg-trashcan\"><use xlink:href=\"#iconset-trashcan\" /></svg></span></button><button class=\"button button--circle button--primary move-ad-down\"><span class=\"icon--svg \"><svg class=\"svg-icon svg-arrow-bottom\"><use xlink:href=\"#iconset-arrow-bottom\" /></svg></span></button></div><div id=\"ad-container-17514758\" class=\"ad-container js_ad-container\" data-zone-type=\"MOBILE_IN_POST\"data-paragraph-position=\"bottom\"data-change-correlator=\"true\"></div></div><p class=\"ad-label-bottom\"></p></div></div></div><p>The commitment to accessibility also extends to the price point, though there’s a catch. At $49.99<strong>, </strong><em>BlazBlue: Cross Tag Battle</em> is $10 less than the typical video game release, but it’s packaged with a a divisive downloadable content campaign. Arc System Works launched the game in beta with 20 characters supported by another 20 released by additional fees and was immediately hit with a barrage of complaints. Fans complaining to fighting game developers is nothing new, but locking half the roster behind a paywall was particularly blatant, especially when some <em>RWBY </em>cast members were free and some were not. The developer<a href=\"http://shoryuken.com/2018/02/06/blake-belladonna-and-yang-xiao-long-from-rwby-will-be-available-as-free-dlc-in-blazblue-cross-tag-battle/\" target=\"_blank\" rel=\"noopener\" onclick=\"window.ga(&#39;send&#39;, &#39;event&#39;, &#39;Embedded Url&#39;, &#39;External link&#39;, &#39;http://shoryuken.com/2018/02/06/blake-belladonna-and-yang-xiao-long-from-rwby-will-be-available-as-free-dlc-in-blazblue-cross-tag-battle/&#39;, {metric25:1})\"> eventually announced</a> that the additional <em>RWBY</em> characters would be free to download and <a href=\"https://www.destructoid.com/blazblue-cross-tag-battle-producer-addresses-dlc-pricing-484209.phtml\" target=\"_blank\" rel=\"noopener\" onclick=\"window.ga(&#39;send&#39;, &#39;event&#39;, &#39;Embedded Url&#39;, &#39;External link&#39;, &#39;https://www.destructoid.com/blazblue-cross-tag-battle-producer-addresses-dlc-pricing-484209.phtml&#39;, {metric25:1})\">claimed</a> that even with the additional paid downloads, the game would still not cost more than a standard video game.</p><p>“The entire concept was to price the game competitively with a full-packaged game when you purchase all the characters,” Mori explained. “I think the even bigger issue is the difference in perception across Japan and the United States. This was a big learning experience for me, too. We really wanted the players to play the game as long as possible. And no joke, we’re in the middle of developing the remaining characters, as we speak. The characters need to function within a tag-team system, which, believe it or not, takes a lot of work. ‘Oh the sprites are already done, so just drop them in!’ I’m afraid it doesn’t work that way. I think the biggest mistake I made with <em>BlazBlue: Cross Tag Battle</em> was focusing too much on [Japanese] consumers. We didn’t have enough research of [non-Japanese] markets.”</p><p>As it stands now, <em>BlazBlue: Cross Tag Battle</em> includes characters from four separate franchises, and Mori says it’s “feasible” to add more cameos based on the game’s performance. (Datamining has <a href=\"http://shoryuken.com/2018/05/16/datamining-of-blazblue-cross-tag-battle-announcer-voice-reveals-possible-senran-kagura-guest-characters/\" target=\"_blank\" rel=\"noopener\" onclick=\"window.ga(&#39;send&#39;, &#39;event&#39;, &#39;Embedded Url&#39;, &#39;External link&#39;, &#39;http://shoryuken.com/2018/05/16/datamining-of-blazblue-cross-tag-battle-announcer-voice-reveals-possible-senran-kagura-guest-characters/&#39;, {metric25:1})\">uncovered voice files</a> that point towards characters from the “<a href=\"https://kotaku.com/lets-see-how-long-it-takes-senran-kagura-to-make-you-un-1765108290#_ga=2.54315944.1448359743.1528128934-581774943.1517041568\" target=\"_blank\" rel=\"noopener\" onclick=\"window.ga(&#39;send&#39;, &#39;event&#39;, &#39;Embedded Url&#39;, &#39;Internal link&#39;, &#39;https://kotaku.com/lets-see-how-long-it-takes-senran-kagura-to-make-you-un-1765108290#_ga=2.54315944.1448359743.1528128934-581774943.1517041568&#39;, {metric25:1})\">unapologetically pervy</a>” Senran Kagura appearing in the game, for instance, but Mori wouldn’t comment on that.) He doesn’t want to “spawn out new characters like rabbits,” though—he has to save some ideas for the next <em>BlazBlue</em> and, Mori confirmed, future <em>Persona </em>projects. This is Arc System Works’ first indication of a new <em>Persona</em>-based fighter since the release of <em>Persona 4 Arena Ultimax</em> in 2013, during which time an entirely new installment of the main series, 2016&#39;s <em>Persona 5</em>, was released.</p><div class=\"js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic \"><div class=\"ad-unit js_ad-unit hide-contents ad-mobile js_ad-mobile\"><div class=\"ad-mobile-inner\"><p class=\"ad-label proxima\"><small class=\"proxima\">Advertisement</small></p><div class=\"ad-toolbar-wrapper\"><div class=\"js_movable-ad-toolbar hide\"><button class=\"button button--circle button--primary move-ad-up\"><span class=\"icon--svg \"><svg class=\"svg-icon svg-arrow-top\"><use xlink:href=\"#iconset-arrow-top\" /></svg></span></button><button class=\"button button--circle button--secondary hide-ad hide\"><span class=\"icon--svg\"><svg class=\"svg-icon svg-trashcan\"><use xlink:href=\"#iconset-trashcan\" /></svg></span></button><button class=\"button button--circle button--primary move-ad-down\"><span class=\"icon--svg \"><svg class=\"svg-icon svg-arrow-bottom\"><use xlink:href=\"#iconset-arrow-bottom\" /></svg></span></button></div><div id=\"ad-container-96277732\" class=\"ad-container js_ad-container\" data-zone-type=\"MOBILE_IN_POST\"data-paragraph-position=\"bottom\"data-change-correlator=\"true\"></div></div><p class=\"ad-label-bottom\"></p></div></div></div><figure class=\"js_marquee-assetfigure align--bleed\"><div class=\"img-wrapper lazy-image \"style=\"max-width:1920px;\"><div class=\"img-permalink-sub-wrapper\" style=\"padding-bottom: 56.3%\"><span class=\"js_lightbox-wrapper lightbox-wrapper\"><span class=\"magnifier js_lightbox lightbox hide\"><svg class=\"svg-icon svg-zoom-in\"><use xlink:href=\"#iconset-zoom-in\" /></svg></span><picture><source class=\"ls-small-media-source\"data-srcset=\"https://i.kinja-img.com/gawker-media/image/upload/s--kJtUzfwC--/c_fit,f_auto,fl_progressive,q_80,w_636/zj07gezepolyqvlpeodx.jpg\"media=\"--small\" /><source data-srcset=\"https://i.kinja-img.com/gawker-media/image/upload/s--FGgGFFgw--/c_scale,f_auto,fl_progressive,q_80,w_800/zj07gezepolyqvlpeodx.jpg\" media=\"--xlarge\" /><source data-srcset=\"https://i.kinja-img.com/gawker-media/image/upload/s--FGgGFFgw--/c_scale,f_auto,fl_progressive,q_80,w_800/zj07gezepolyqvlpeodx.jpg\" /><img src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload ls-lazy-image-tag\" data-sizes=\"auto\"data-width=\"1920\" data-chomp-id=\"zj07gezepolyqvlpeodx\" data-format=\"jpg\" /></picture></span></div></div></figure><p><em>BlazBlue: Cross Tag Battle</em> comes out at an odd time for fighting games. Releases are coming more frequently than ever, and tournaments have gone from low-key church basement gatherings to filling arenas in a few years. With the <a href=\"https://compete.kotaku.com/marvel-vs-capcom-infinite-won-t-be-on-the-capcom-pro-1822883639\" rel=\"nofollow\" onclick=\"window.ga(&#39;send&#39;, &#39;event&#39;, &#39;Embedded Url&#39;, &#39;Internal link&#39;, &#39;https://compete.kotaku.com/marvel-vs-capcom-infinite-won-t-be-on-the-capcom-pro-1822883639&#39;, {metric25:1})\">failure of <em>Marvel vs. Capcom: Infinite</em></a>, the fighting game community is desperate for a competent team-based fighting game. <em>Dragon Ball FighterZ</em> succeeded in part thanks to its adherence to classic <em>Versus</em> gameplay, but <em>BlazBlue: Cross Tag Battle</em> is making waves in a completely different market. By mixing anime sensibilities with typical <em>Versus</em> mechanics, Arc System Works has developed something truly unique that they hope can bring players together no matter their skill level.<br></p><p><em>BlazBlue</em> players are hoping to support <em>Cross Tag Battle</em> alongside the main franchise, but that’s not entirely feasible outside specialized tournaments like CEOtaku, which focuses entirely on anime-inspired titles. Evo 2018, the largest fighting game competition in the world, will feature <em>Cross Tag Battle</em> instead of the latest mainline release, <em>BlazBlue: Central Fiction</em>.</p><div class=\"js_ad-mobile-dynamic js_ad-dynamic ad-mobile-dynamic \"><div class=\"ad-unit js_ad-unit hide-contents ad-mobile js_ad-mobile\"><div class=\"ad-mobile-inner\"><p class=\"ad-label proxima\"><small class=\"proxima\">Advertisement</small></p><div class=\"ad-toolbar-wrapper\"><div class=\"js_movable-ad-toolbar hide\"><button class=\"button button--circle button--primary move-ad-up\"><span class=\"icon--svg \"><svg class=\"svg-icon svg-arrow-top\"><use xlink:href=\"#iconset-arrow-top\" /></svg></span></button><button class=\"button button--circle button--secondary hide-ad hide\"><span class=\"icon--svg\"><svg class=\"svg-icon svg-trashcan\"><use xlink:href=\"#iconset-trashcan\" /></svg></span></button><button class=\"button button--circle button--primary move-ad-down\"><span class=\"icon--svg \"><svg class=\"svg-icon svg-arrow-bottom\"><use xlink:href=\"#iconset-arrow-bottom\" /></svg></span></button></div><div id=\"ad-container-81879429\" class=\"ad-container js_ad-container\" data-zone-type=\"MOBILE_IN_POST\"data-paragraph-position=\"bottom\"data-change-correlator=\"true\"></div></div><p class=\"ad-label-bottom\"></p></div></div></div><p>“I see it as a great transition for players on the sidelines, players who are interested in 2D fighting games but are too afraid of the barrier to entry,” Mori said of where he sees <em>BlazBlue: Cross Tag Battle</em> fitting into the genre. “In fact, I hope that it will fill that gap. The game’s tempo is really speedy, too. With that demo we recently released, I saw a lot of players say, ‘Wow, time flew by and I didn’t even realize it.’ Not just that, but some of the players said they really didn’t play fighting games much before, and hours flew by. How cool is that? That’s great for the fighting game scene.”</p><p>“I want to turn <em>BlazBlue</em> and the <em>BlazBlue: Cross Tag Battle</em> series into a piece of content that will answer everyone’s expectations,” Mori added. “We’re going to do everything we can to meet those expectations.”</p><p><em>Compete is Deadspin and Kotaku’s joint site dedicated to competitive gaming.</em></p><p><em><small>Ian Walker loves fighting games and writing about them. You can find him on Twitter at <a href=\"https://twitter.com/iantothemax\" target=\"_blank\" rel=\"noopener\" onclick=\"window.ga(&#39;send&#39;, &#39;event&#39;, &#39;Embedded Url&#39;, &#39;External link&#39;, &#39;https://twitter.com/iantothemax&#39;, {metric25:1})\">@iantothemax</a>.</em></small></p></div><div class=\"post__misc\"><div class=\"js_related-module related-module\"><div class=\"module-header js_related-header-region\" ><h4>Recommended Stories</h4></div><div class=\"js_related-posts-region\"><div class=\"wrapper\"><div class=\"items has-3-items\"><div class=\"item branded-item branded-item--kotaku\"><a href=\"http://compete.kotaku.com/blazblue-producer-is-wrong-about-why-japanese-players-d-1823646703\"  class=\"link js_link\" onclick=\"window.ga('send', 'event', 'Related Posts Module', 'Position 1 of 3', 'http:\\/\\/compete.kotaku.com\\/blazblue-producer-is-wrong-about-why-japanese-players-d-1823646703', {metric18: 1})\"><span class=\"image__wrapper lazy-image\"><span class=\"img--16x9\"><picture><source data-srcset=\"https://i.kinja-img.com/gawker-media/image/upload/s--NvSAbdTD--/c_fill,f_auto,fl_progressive,g_north,h_264,q_80,w_470/viaxslzxczjozf5naoik.jpg\" media=\"--small\" /><source data-srcset=\"https://i.kinja-img.com/gawker-media/image/upload/s--NvSAbdTD--/c_fill,f_auto,fl_progressive,g_north,h_264,q_80,w_470/viaxslzxczjozf5naoik.jpg\" media=\"--medium\" /><source data-srcset=\"https://i.kinja-img.com/gawker-media/image/upload/s--NvSAbdTD--/c_fill,f_auto,fl_progressive,g_north,h_264,q_80,w_470/viaxslzxczjozf5naoik.jpg\" /><img src=\"https://i.kinja-img.com/gawker-media/image/upload/s--NvSAbdTD--/c_fill,f_auto,fl_progressive,g_north,h_264,q_80,w_470/viaxslzxczjozf5naoik.jpg\" class=\"featured-image lazyload\" data-sizes=\"auto\" /></picture></span><svg id=\"kotaku-avatar-svg\" class=\"hide\"><symbol id=\"kotaku-avatar-svgid\"><path fill=\"#FBC000\" d=\"M0 0h64v64H0z\"/><path d=\"M22.645 17.757l-5.84 31.866 3.666-.142c4.044-.155 7.756-3.21 8.347-6.78l4.127-24.65-10.298-.292m9.536 11.287l11 .048c3.568.016 4.95 1.282 5.928 3.267l6.835 16.838c-1.725 1.542-9.786 1.007-12.074-5.04l-2.493-6.723-.618.01-.536.003c-3.81.055-9.206-2.787-8.04-8.403m-12.814-2.49l1.603-8.847-5.584-.158c-7.78-.222-9.926 5.29-9.284 8.88l13.263.126zm19.223 1.99l13.94-3.148c2.614-1.66 3.734-7.644 1.894-9.397l-13.51 3.394c-2.302 1.28-4.94 5.018-2.324 9.15\" fill=\"#FFF\"/></symbol></svg><svg class=\"gmg-avatar gmg-avatar--kotaku\" viewBox=\"0 0 64 64\"><use xlink:href=\"#kotaku-avatar-svgid\" /></svg></span><div class=\"headline--wrapper\"><h5 class=\"headline\"><i>BlazBlue</i> Producer Is Wrong About Why Japanese Players Dominate His Games</h5></div></a></div><div class=\"item branded-item branded-item--kotaku\"><a href=\"http://compete.kotaku.com/you-can-conjure-corners-out-of-thin-air-in-blazblue-cr-1826274117\"  class=\"link js_link\" onclick=\"window.ga('send', 'event', 'Related Posts Module', 'Position 2 of 3', 'http:\\/\\/compete.kotaku.com\\/you-can-conjure-corners-out-of-thin-air-in-blazblue-cr-1826274117', {metric18: 1})\"><span class=\"image__wrapper lazy-image\"><span class=\"img--16x9\"><picture><source data-srcset=\"https://i.kinja-img.com/gawker-media/image/upload/s--Dv22O2Oe--/c_fill,f_auto,fl_progressive,g_north,h_264,q_80,w_470/hifj4sesurd2vofxnuuf.png\" media=\"--small\" /><source data-srcset=\"https://i.kinja-img.com/gawker-media/image/upload/s--Dv22O2Oe--/c_fill,f_auto,fl_progressive,g_north,h_264,q_80,w_470/hifj4sesurd2vofxnuuf.png\" media=\"--medium\" /><source data-srcset=\"https://i.kinja-img.com/gawker-media/image/upload/s--Dv22O2Oe--/c_fill,f_auto,fl_progressive,g_north,h_264,q_80,w_470/hifj4sesurd2vofxnuuf.png\" /><img src=\"https://i.kinja-img.com/gawker-media/image/upload/s--Dv22O2Oe--/c_fill,f_auto,fl_progressive,g_north,h_264,q_80,w_470/hifj4sesurd2vofxnuuf.png\" class=\"featured-image lazyload\" data-sizes=\"auto\" /></picture></span><svg id=\"kotaku-avatar-svg\" class=\"hide\"><symbol id=\"kotaku-avatar-svgid\"><path fill=\"#FBC000\" d=\"M0 0h64v64H0z\"/><path d=\"M22.645 17.757l-5.84 31.866 3.666-.142c4.044-.155 7.756-3.21 8.347-6.78l4.127-24.65-10.298-.292m9.536 11.287l11 .048c3.568.016 4.95 1.282 5.928 3.267l6.835 16.838c-1.725 1.542-9.786 1.007-12.074-5.04l-2.493-6.723-.618.01-.536.003c-3.81.055-9.206-2.787-8.04-8.403m-12.814-2.49l1.603-8.847-5.584-.158c-7.78-.222-9.926 5.29-9.284 8.88l13.263.126zm19.223 1.99l13.94-3.148c2.614-1.66 3.734-7.644 1.894-9.397l-13.51 3.394c-2.302 1.28-4.94 5.018-2.324 9.15\" fill=\"#FFF\"/></symbol></svg><svg class=\"gmg-avatar gmg-avatar--kotaku\" viewBox=\"0 0 64 64\"><use xlink:href=\"#kotaku-avatar-svgid\" /></svg></span><div class=\"headline--wrapper\"><h5 class=\"headline\">You Can Conjure Corners Out Of Thin Air In <i>BlazBlue: Cross Tag Battle</i></h5></div></a></div><div class=\"item branded-item branded-item--kotaku\"><a href=\"http://compete.kotaku.com/blazblue-cross-tag-battle-character-provides-bootleg-t-1825968432\"  class=\"link js_link\" onclick=\"window.ga('send', 'event', 'Related Posts Module', 'Position 3 of 3', 'http:\\/\\/compete.kotaku.com\\/blazblue-cross-tag-battle-character-provides-bootleg-t-1825968432', {metric18: 1})\"><span class=\"image__wrapper lazy-image\"><span class=\"img--16x9\"><picture><source data-srcset=\"https://i.kinja-img.com/gawker-media/image/upload/s--n08OwdG4--/c_fill,f_auto,fl_progressive,g_north,h_264,q_80,w_470/xvc3erevsre13s7ery1x.jpg\" media=\"--small\" /><source data-srcset=\"https://i.kinja-img.com/gawker-media/image/upload/s--n08OwdG4--/c_fill,f_auto,fl_progressive,g_north,h_264,q_80,w_470/xvc3erevsre13s7ery1x.jpg\" media=\"--medium\" /><source data-srcset=\"https://i.kinja-img.com/gawker-media/image/upload/s--n08OwdG4--/c_fill,f_auto,fl_progressive,g_north,h_264,q_80,w_470/xvc3erevsre13s7ery1x.jpg\" /><img src=\"https://i.kinja-img.com/gawker-media/image/upload/s--n08OwdG4--/c_fill,f_auto,fl_progressive,g_north,h_264,q_80,w_470/xvc3erevsre13s7ery1x.jpg\" class=\"featured-image lazyload\" data-sizes=\"auto\" /></picture></span><svg id=\"kotaku-avatar-svg\" class=\"hide\"><symbol id=\"kotaku-avatar-svgid\"><path fill=\"#FBC000\" d=\"M0 0h64v64H0z\"/><path d=\"M22.645 17.757l-5.84 31.866 3.666-.142c4.044-.155 7.756-3.21 8.347-6.78l4.127-24.65-10.298-.292m9.536 11.287l11 .048c3.568.016 4.95 1.282 5.928 3.267l6.835 16.838c-1.725 1.542-9.786 1.007-12.074-5.04l-2.493-6.723-.618.01-.536.003c-3.81.055-9.206-2.787-8.04-8.403m-12.814-2.49l1.603-8.847-5.584-.158c-7.78-.222-9.926 5.29-9.284 8.88l13.263.126zm19.223 1.99l13.94-3.148c2.614-1.66 3.734-7.644 1.894-9.397l-13.51 3.394c-2.302 1.28-4.94 5.018-2.324 9.15\" fill=\"#FFF\"/></symbol></svg><svg class=\"gmg-avatar gmg-avatar--kotaku\" viewBox=\"0 0 64 64\"><use xlink:href=\"#kotaku-avatar-svgid\" /></svg></span><div class=\"headline--wrapper\"><h5 class=\"headline\"><i>BlazBlue: Cross Tag Battle</i> Character Provides Bootleg Training Mode In Limited Beta</h5></div></a></div></div></div></div></div></div></div><div class=\"post__content-wrapper\"><div class=\"js_qamodule-settings\"></div><div class=\"js_postbottom-waypoint-hook\"><a name=\"replies\"></a></div></div></article></div></section><section id=\"js_discussion-region\" class=\"discussion-region  discussion-region--truncated discussion-region--truncated--default js_discussion-region\"data-reply-count-curated=\"0\" data-reply-count-approved=\"3\" data-reply-count-pending=\"1\" data-reply-count-total=\"4\" ><div class=\"center reply-spinner\"><span class=\"spinner bounce\"><span class=\"one\"></span><span class=\"two\"></span><span class=\"three\"></span></span></div></section><script type=\"text/javascript\">(function () {window.kinja = window.kinja || {}; window.kinja.postMeta = JSON.parse('{\\x22post\\x22:{\\x22id\\x22:1826579397,\\x22headline\\x22:\\x22BlazBlue: Cross Tag Battle Is Dead Simple By Design\\x3cem\\x3e\\x3c\\/em\\x3e\\x22,\\x22isStarter\\x22:true,\\x22isFeatured\\x22:false,\\x22isVideo\\x22:false,\\x22allowReplies\\x22:true,\\x22replyCount\\x22:4,\\x22status\\x22:\\x22PUBLISHED\\x22,\\x22permalink\\x22:\\x22http:\\/\\/compete.kotaku.com\\/blazblue-cross-tag-battle-is-dead-simple-by-design-1826579397\\x22,\\x22securePermalink\\x22:\\x22https:\\/\\/compete.kotaku.com\\/blazblue-cross-tag-battle-is-dead-simple-by-design-1826579397\\x22,\\x22featuredMedia\\x22:null,\\x22first100Characters\\x22:\\x22Since its debut in 2008, the BlazBlue franchise has enjoyed a decade of serious growth, with four ma\\x22,\\x22firstSentence\\x22:\\x22Since its debut in 2008, the BlazBlue franchise has enjoyed a decade of serious growth, with four ma\\x22,\\x22facebookImage\\x22:{\\x22src\\x22:\\x22https:\\/\\/i.kinja-img.com\\/gawker-media\\/image\\/upload\\/s--1bmYP3dr--\\/c_fit,fl_progressive,q_80,w_636\\/vw4dpnlovocuvckyvrou.jpg\\x22,\\x22id\\x22:\\x22vw4dpnlovocuvckyvrou\\x22,\\x22width\\x22:636,\\x22height\\x22:357,\\x22format\\x22:\\x22jpg\\x22},\\x22twitterCardType\\x22:\\x22summary_large_image\\x22,\\x22plaintext\\x22:\\x22Since its debut in 2008, the BlazBlue franchise has enjoyed a decade of serious growth, with four mainline installments, various revisions, and an expansive cast that rivals even its Arc System Works cousin Guilty Gear. The latest game, BlazBlue: Cross Tag Battle, is a two-on-two crossover fighter that landed in North America today. With characters from Persona 4 Arena, Under Night In-Birth Exe:Late, RWBY, and, of course, BlazBlue, this is an ambitious project that strays from the developer’s traditional path in multiple ways. Compete recently spoke with director Toshimichi Mori about how this release came to fruition and where he sees it fitting into the fighting game landscape.\\\\n\\x22,\\x22author\\x22:{\\x22id\\x22:\\x225876237249236897528\\x22,\\x22screenName\\x22:\\x22iantothemax\\x22,\\x22displayName\\x22:\\x22Ian Walker\\x22,\\x22defaultBlogId\\x22:1635842916,\\x22defaultBlog\\x22:null,\\x22avatar\\x22:{\\x22id\\x22:\\x22r4o8kkdpn3qclccccjb6\\x22,\\x22format\\x22:\\x22jpg\\x22}},\\x22authors\\x22:[{\\x22id\\x22:\\x225876237249236897528\\x22,\\x22screenName\\x22:\\x22iantothemax\\x22,\\x22displayName\\x22:\\x22Ian Walker\\x22,\\x22defaultBlogId\\x22:1635842916,\\x22defaultBlog\\x22:null,\\x22avatar\\x22:{\\x22id\\x22:\\x22r4o8kkdpn3qclccccjb6\\x22,\\x22format\\x22:\\x22jpg\\x22}}],\\x22authorScreenName\\x22:\\x22iantothemax\\x22,\\x22byline\\x22:\\x22\\x22,\\x22tags\\x22:[{\\x22canonical\\x22:\\x22blazbluecrosstagbattle\\x22,\\x22urlName\\x22:\\x22blazblue-cross-tag-battle\\x22,\\x22displayName\\x22:\\x22BlazBlue: Cross Tag Battle\\x22},{\\x22canonical\\x22:\\x22toshimichimori\\x22,\\x22urlName\\x22:\\x22toshimichi-mori\\x22,\\x22displayName\\x22:\\x22Toshimichi Mori\\x22},{\\x22canonical\\x22:\\x22interview\\x22,\\x22urlName\\x22:\\x22interview\\x22,\\x22displayName\\x22:\\x22interview\\x22},{\\x22canonical\\x22:\\x22kotakucore\\x22,\\x22urlName\\x22:\\x22kotaku-core\\x22,\\x22displayName\\x22:\\x22Kotaku Core\\x22}],\\x22publishTimeMillis\\x22:1528231680397,\\x22publishTimeISO\\x22:\\x222018-06-05T20:48:00.397Z\\x22,\\x22adZone\\x22:\\x22\\x22,\\x22adSenseDisabled\\x22:false,\\x22sponsored\\x22:false,\\x22doNotCrawl\\x22:false,\\x22blogs\\x22:[{\\x22id\\x22:1635889143,\\x22name\\x22:\\x22compete\\x22,\\x22displayName\\x22:\\x22Compete\\x22,\\x22canonicalHost\\x22:\\x22compete.kotaku.com\\x22,\\x22cxenseSiteId\\x22:\\x221141876438685671428\\x22,\\x22hosts\\x22:[\\x22compete.kinja.com\\x22],\\x22status\\x22:\\x22ENABLED\\x22,\\x22timezone\\x22:\\x22America\\/New_York\\x22,\\x22timezoneOffset\\x22:-14400000,\\x22timezoneShortname\\x22:\\x22EDT\\x22,\\x22createTimeMillis\\x22:null,\\x22ownerId\\x22:null,\\x22description\\x22:null,\\x22properties\\x22:{\\x22aboutPostId\\x22:458637663,\\x22groupBlog\\x22:true,\\x22robotsAllowed\\x22:true,\\x22newsletter\\x22:true,\\x22navigationGroup\\x22:\\x22fmg\\x22,\\x22singleOptIn\\x22:true,\\x22facebookScreenName\\x22:\\x22kotaku\\x22,\\x22blogGroup\\x22:\\x22kotaku\\x22,\\x22instagramScreenName\\x22:\\x22kotakudotcom\\x22,\\x22youtubeUrl\\x22:\\x22https:\\/\\/www.youtube.com\\/kotaku\\x22,\\x22twitterScreenName\\x22:\\x22@kotaku\\x22,\\x22googleAnalyticsID\\x22:\\x22UA-142218-8\\x22,\\x22noindex\\x22:false,\\x22sourcepointDomain\\x22:\\x22mms.kotaku.com\\x22,\\x22logoLink\\x22:\\x22https:\\/\\/x.kinja-static.com\\/assets\\/images\\/logos\\/newsletter\\/kotaku-500px.png\\x22,\\x22salesforceExternalKey\\x22:\\x22Kotaku_Daily\\x22,\\x22cxenseSiteId\\x22:\\x221141876438685671428\\x22,\\x22recircGroup\\x22:\\x22fmgNonSatire\\x22,\\x22facebookPixelId\\x22:\\x22574907642841384\\x22},\\x22parentId\\x22:null,\\x22avatar\\x22:{\\x22id\\x22:\\x22vubzifzigsnqlmsbkeew\\x22,\\x22format\\x22:\\x22png\\x22},\\x22logo\\x22:null,\\x22locale\\x22:\\x22en-US\\x22,\\x22language\\x22:\\x22en\\x22,\\x22fbAppId\\x22:null,\\x22fbPagesId\\x22:null,\\x22robotsAllowed\\x22:true,\\x22adsTxtEnabled\\x22:false,\\x22googleSiteVerification\\x22:null,\\x22googleAnalyticsID\\x22:\\x22UA-142218-8\\x22,\\x22pinterestVerification\\x22:null,\\x22kruxId\\x22:null,\\x22isGmgBlog\\x22:false,\\x22isCommerce\\x22:false,\\x22directRssFeed\\x22:false,\\x22groupBlog\\x22:true,\\x22blogGroup\\x22:\\x22kotaku\\x22,\\x22aboutPostId\\x22:458637663,\\x22twitterScreenName\\x22:\\x22kotaku\\x22,\\x22facebookScreenName\\x22:\\x22kotaku\\x22,\\x22pianoProdAid\\x22:null,\\x22pianoSandboxAid\\x22:null,\\x22instagramScreenName\\x22:\\x22kotakudotcom\\x22,\\x22youtubeUrl\\x22:\\x22https:\\/\\/www.youtube.com\\/kotaku\\x22,\\x22navigationGroup\\x22:\\x22fmg\\x22,\\x22recircGroup\\x22:\\x22fmgNonSatire\\x22,\\x22noindex\\x22:false,\\x22hideViewcounts\\x22:false,\\x22hideAuthorInfo\\x22:false,\\x22commentsDisabled\\x22:false,\\x22hideRecommendations\\x22:false,\\x22hideImageAttributions\\x22:false,\\x22alternativeFiledToText\\x22:null,\\x22isOnionModularEnabled\\x22:false,\\x22numberOfInfiniteScrollArticles\\x22:null,\\x22replyAuthorName\\x22:null},{\\x22id\\x22:1635842916,\\x22name\\x22:\\x22iantothemax\\x22,\\x22displayName\\x22:\\x22Ian Walker\\x22,\\x22canonicalHost\\x22:\\x22iantothemax.kinja.com\\x22,\\x22cxenseSiteId\\x22:null,\\x22hosts\\x22:[],\\x22status\\x22:\\x22ENABLED\\x22,\\x22timezone\\x22:\\x22America\\/New_York\\x22,\\x22timezoneOffset\\x22:-14400000,\\x22timezoneShortname\\x22:\\x22EDT\\x22,\\x22createTimeMillis\\x22:null,\\x22ownerId\\x22:null,\\x22description\\x22:null,\\x22properties\\x22:null,\\x22parentId\\x22:null,\\x22avatar\\x22:null,\\x22logo\\x22:null,\\x22locale\\x22:\\x22en-US\\x22,\\x22language\\x22:\\x22en\\x22,\\x22fbAppId\\x22:null,\\x22fbPagesId\\x22:null,\\x22robotsAllowed\\x22:false,\\x22adsTxtEnabled\\x22:false,\\x22googleSiteVerification\\x22:null,\\x22googleAnalyticsID\\x22:null,\\x22pinterestVerification\\x22:null,\\x22kruxId\\x22:null,\\x22isGmgBlog\\x22:false,\\x22isCommerce\\x22:false,\\x22directRssFeed\\x22:false,\\x22groupBlog\\x22:false,\\x22blogGroup\\x22:\\x22default\\x22,\\x22aboutPostId\\x22:null,\\x22twitterScreenName\\x22:null,\\x22facebookScreenName\\x22:null,\\x22pianoProdAid\\x22:null,\\x22pianoSandboxAid\\x22:null,\\x22instagramScreenName\\x22:null,\\x22youtubeUrl\\x22:null,\\x22navigationGroup\\x22:\\x22fmg\\x22,\\x22recircGroup\\x22:null,\\x22noindex\\x22:false,\\x22hideViewcounts\\x22:false,\\x22hideAuthorInfo\\x22:false,\\x22commentsDisabled\\x22:false,\\x22hideRecommendations\\x22:false,\\x22hideImageAttributions\\x22:false,\\x22alternativeFiledToText\\x22:null,\\x22isOnionModularEnabled\\x22:false,\\x22numberOfInfiniteScrollArticles\\x22:null,\\x22replyAuthorName\\x22:null}],\\x22sharedPostId\\x22:null,\\x22defaultBlogId\\x22:1635889143,\\x22images\\x22:[{\\x22src\\x22:\\x22https:\\/\\/i.kinja-img.com\\/gawker-media\\/image\\/upload\\/s--1bmYP3dr--\\/c_fit,fl_progressive,q_80,w_636\\/vw4dpnlovocuvckyvrou.jpg\\x22,\\x22id\\x22:\\x22vw4dpnlovocuvckyvrou\\x22,\\x22width\\x22:636,\\x22height\\x22:357,\\x22format\\x22:\\x22jpg\\x22},{\\x22src\\x22:\\x22https:\\/\\/i.kinja-img.com\\/gawker-media\\/image\\/upload\\/s--h2n3AZ_n--\\/c_fit,fl_progressive,q_80,w_636\\/zj07gezepolyqvlpeodx.jpg\\x22,\\x22id\\x22:\\x22zj07gezepolyqvlpeodx\\x22,\\x22width\\x22:636,\\x22height\\x22:357,\\x22format\\x22:\\x22jpg\\x22}],\\x22videos\\x22:[{\\x22id\\x22:null,\\x22type\\x22:\\x22youtube\\x22,\\x22src\\x22:\\x22youtube:\\/\\/9OzdNNu14TM\\x22,\\x22embedCode\\x22:null,\\x22height\\x22:null,\\x22width\\x22:null,\\x22thumbnails\\x22:[{\\x22id\\x22:\\x22znzikjeoirqvjftydqmg\\x22,\\x22format\\x22:\\x22jpg\\x22}]}],\\x22mainMedia\\x22:{\\x22id\\x22:\\x22vw4dpnlovocuvckyvrou\\x22,\\x22format\\x22:\\x22jpg\\x22,\\x22width\\x22:1920,\\x22height\\x22:1080,\\x22alignment\\x22:\\x22Bleed\\x22,\\x22caption\\x22:[],\\x22syndicationRights\\x22:false,\\x22attribution\\x22:[],\\x22lightbox\\x22:true,\\x22type\\x22:\\x22Image\\x22},\\x22qaParticipants\\x22:[],\\x22qaMembers\\x22:[],\\x22qaStatus\\x22:null,\\x22qaStaffCanAnswer\\x22:false,\\x22hasFeaturedVideo\\x22:false,\\x22discussionSettings\\x22:null,\\x22storyType\\x22:null,\\x22socialHeadline\\x22:null,\\x22gaDimensions\\x22:{\\x22wordCount\\x22:1555,\\x22wordCountBucket\\x22:\\x221400 - 1600\\x22,\\x22gaVideoIds\\x22:\\x22youtube-video-9OzdNNu14TM\\x22}},\\x22starterId\\x22:1826579397,\\x22tags\\x22:\\x22blazblue cross tag battle,toshimichi mori,interview,kotaku core\\x22,\\x22postId\\x22:1826579397,\\x22authors\\x22:\\x22Ian Walker\\x22,\\x22postAuthorBlogName\\x22:\\x22iantothemax\\x22,\\x22starterAuthorBlogName\\x22:\\x22iantothemax\\x22,\\x22starterAuthorId\\x22:\\x225876237249236897528\\x22,\\x22isLiveblogPost\\x22:false,\\x22discussionSettings\\x22:{\\x22postId\\x22:1826579397,\\x22mode\\x22:\\x22Normal\\x22,\\x22status\\x22:\\x22Queued\\x22,\\x22staffIncluded\\x22:false,\\x22sort\\x22:\\x22asc\\x22},\\x22curatedReplyCounts\\x22:{\\x22curated\\x22:0,\\x22total\\x22:4,\\x22approved\\x22:3,\\x22pending\\x22:1},\\x22categories\\x22:\\x22\\x22}');}());</script><script type=\"application/ld+json\">{\"@type\":\"NewsArticle\",\"@context\":\"http://schema.org\",\"url\":\"https://compete.kotaku.com/blazblue-cross-tag-battle-is-dead-simple-by-design-1826579397\",\"author\":{\"@type\":\"Person\",\"name\":\"Ian Walker\"},\"headline\":\"BlazBlue: Cross Tag Battle Is Dead Simple By Design\",\"datePublished\":\"2018-06-05T16:48:00-04:00\",\"mainEntityOfPage\":true,\"image\":{\"@list\":[{\"@type\":\"ImageObject\",\"height\":675,\"width\":1200,\"url\":\"https://i.kinja-img.com/gawker-media/image/upload/s--B-2WlE3F--/c_fill,f_auto,fl_progressive,g_center,h_675,q_80,w_1200/jhvo3paz6ikemi81uklc.bmp\"},{\"@type\":\"ImageObject\",\"height\":675,\"width\":1200,\"url\":\"https://i.kinja-img.com/gawker-media/image/upload/s--ol6910QH--/c_fill,f_auto,fl_progressive,g_center,h_675,q_80,w_1200/vw4dpnlovocuvckyvrou.jpg\"},{\"@type\":\"ImageObject\",\"height\":675,\"width\":1200,\"url\":\"https://i.kinja-img.com/gawker-media/image/upload/s--y6Xa747g--/c_fill,f_auto,fl_progressive,g_center,h_675,q_80,w_1200/zj07gezepolyqvlpeodx.jpg\"}]},\"dateCreated\":\"2018-06-05T16:48:00-04:00\",\"dateModified\":\"2018-06-05T16:58:34-04:00\",\"articleSection\":\"compete.kotaku.com\",\"creator\":[\"Ian Walker\"],\"keywords\":[\"blazblue cross tag battle\",\"toshimichi mori\",\"interview\",\"kotaku core\"],\"publisher\":{\"@type\":\"Organization\",\"name\":\"Compete\",\"url\":\"https://compete.kotaku.com\",\"logo\":{\"@type\":\"ImageObject\",\"height\":60,\"width\":600,\"url\":\"https://i.kinja-img.com/gawker-media/image/upload/s--2PHI-L6q--/b_white,c_fill,f_auto,fl_progressive,g_center,h_60,q_80,w_600/lu2gjhymhqsqciziwji3.png\"},\"sameAs\":[\"https://www.facebook.com/kotaku\",\"https://instagram.com/kotakudotcom\",\"https://twitter.com/kotaku\",\"https://www.youtube.com/kotaku\"]}}</script><div id=\"analytics-permalink-view\" style=\"display: none;\" data-analytics-api-root-url=\"//kinja.com/api/analytics/\" data-post-id=\"1826579397\" data-blog-id=\"1635889143\" data-author-id=\"5876237249236897528\" data-tags=\"blazbluecrosstagbattle,toshimichimori,interview,kotakucore\"></div></div></section><section class=\"sidebar\"><div class=\"sidebar__content sidebar-container js_sidebar-actual-container\"><div class=\"sidebar-content js_sidebar-container js_sidebar\"><div class =\"sidebar-module leftrailmodule ad-non-sticky notransform noskimlinks noskimwords\"><div class=\"contained-ad-wrapper contained-ad-shaft\"><div class=\"ad-pad\"></div><div is=\"bulbs-dfp\" class=\"ad-container dfp dfp-slot-LEFT_TOP ad-left-top\" data-ad-unit=\"LEFT_TOP\"  data-targeting='{\"pos\":\"left-top\",\"postId\":\"1826579397\"}' ></div><div class=\"ad-pad\"></div></div></div><div class=\"sidebar-module js_leftrailmodule leftrailmodule--popular\"><header><h2><strong>Recent</strong> from <a href=\"//kinja.com/iantothemax\">Ian Walker</a></h2></header><div class=\"sidebar-item js_sidebar_item_popular  recommended\"><div class=\"meta--pe\"></div><a href=\"https://compete.kotaku.com/dragon-ball-fighterz-gave-us-a-rare-look-at-what-neutra-1826426921\" onclick=\"window.ga('send', 'event', 'Popular stories click', 'recent from author - position 1', 'https:\\/\\/compete.kotaku.com\\/dragon-ball-fighterz-gave-us-a-rare-look-at-what-neutra-1826426921', {metric17: 1})\"><span class=\"thumbnail-wrapper\"><span class=\"img--16x9\"><span class=\"data-overlay\"><ul><li>11<svg class=\"svg-icon svg-star\"><use xlink:href=\"#iconset-star\" /></svg></li><li>20<svg class=\"svg-icon svg-bubble\"><use xlink:href=\"#iconset-bubble\" /></svg></li><li>48.9K<svg class=\"svg-icon svg-flame\"><use xlink:href=\"#iconset-flame\" /></svg></li></ul></span><picture><source data-srcset=\"https://i.kinja-img.com/gawker-media/image/upload/s--QuhTHlq9--/c_fill,f_auto,fl_progressive,g_center,h_180,q_80,w_320/v4puv1q11at2o9ueabes.png\" /><img src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload ls-lazy-sidebar-tag\" data-sizes=\"auto\"alt=\"&lt;i&gt;Dragon Ball FighterZ&lt;/i&gt; Gave Us A Rare Look At What Neutral Play Feels Like&lt;em&gt;&lt;/em&gt;\" aria-label=\"&lt;i&gt;Dragon Ball FighterZ&lt;/i&gt; Gave Us A Rare Look At What Neutral Play Feels Like&lt;em&gt;&lt;/em&gt;\"/></picture></span></span><span class=\"headline__wrapper\"><h4 class=\"headline\"><i>Dragon Ball FighterZ</i> Gave Us A Rare Look At What Neutral Play Feels Like<em></em></h4></span><div class=\"meta--pe\"><div class=\"meta meta--byline\"><strong>Ian Walker</strong></div><div class=\"meta meta--time\"><time>5/30/18 2:14pm</time></div></div></a></div><div class=\"sidebar-item js_sidebar_item_popular  recommended\"><div class=\"meta--pe\"></div><a href=\"https://compete.kotaku.com/you-can-conjure-corners-out-of-thin-air-in-blazblue-cr-1826274117\" onclick=\"window.ga('send', 'event', 'Popular stories click', 'recent from author - position 2', 'https:\\/\\/compete.kotaku.com\\/you-can-conjure-corners-out-of-thin-air-in-blazblue-cr-1826274117', {metric17: 1})\"><span class=\"thumbnail-wrapper\"><span class=\"img--16x9\"><span class=\"data-overlay\"><ul><li>5<svg class=\"svg-icon svg-star\"><use xlink:href=\"#iconset-star\" /></svg></li><li>4<svg class=\"svg-icon svg-bubble\"><use xlink:href=\"#iconset-bubble\" /></svg></li><li>11.7K<svg class=\"svg-icon svg-flame\"><use xlink:href=\"#iconset-flame\" /></svg></li></ul></span><picture><source data-srcset=\"https://i.kinja-img.com/gawker-media/image/upload/s--uZN0YALI--/c_fill,f_auto,fl_progressive,g_center,h_180,q_80,w_320/hifj4sesurd2vofxnuuf.png\" /><img src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"lazyload ls-lazy-sidebar-tag\" data-sizes=\"auto\"alt=\"You Can Conjure Corners Out Of Thin Air In &lt;i&gt;BlazBlue: Cross Tag Battle&lt;/i&gt;\" aria-label=\"You Can Conjure Corners Out Of Thin Air In &lt;i&gt;BlazBlue: Cross Tag Battle&lt;/i&gt;\"/></picture></span></span><span class=\"headline__wrapper\"><h4 class=\"headline\">You Can Conjure Corners Out Of Thin Air In <i>BlazBlue: Cross Tag Battle</i></h4></span><div class=\"meta--pe\"><div class=\"meta meta--byline\"><strong>Ian Walker</strong></div><div class=\"meta meta--time\"><time>5/23/18 6:20pm</time></div></div></a></div><div class=\"sidebar-item js_sidebar_item_popular  recommended\"><div class=\"meta--pe\"></div><a href=\"https://compete.kotaku.com/the-umeshoryu-is-the-gutsiest-move-in-fighting-games-1826232577\" onclick=\"window.ga('send', 'event', 'Popular stories click', 'recent from author - position 3', 'https:\\/\\/compete.kotaku.com\\/the-umeshoryu-is-the-gutsiest-move-in-fighting-games-1826232577', {metric17: 1})\"><span class=\"thumbnail-wrapper\"><span class=\"img--16x9\"><span class=\"data-overlay\"><ul><li>15<svg class=\"svg-icon svg-star\"><use xlink:href=\"#iconset-star\" /></svg></li><li>32<svg class=\"svg-icon svg-bubble\"><use xlink:href=\"#iconset-bubble\" /></svg></li><li>49.2K<svg class=\"svg-icon svg-flame\"><use xlink:href=\"#iconset-flame\" /></svg></li></ul></span><video autoplay playsinline loop muted poster=\"https://i.kinja-img.com/gawker-media/image/upload/s--IIjpDB5U--/c_fill,f_auto,fl_progressive,g_north,h_180,q_80,w_320/lmvlcwcujv8p5yissljy.jpg\"><source type=\"video/mp4\" src=\"https://i.kinja-img.com/gawker-media/image/upload/s--BdBjlJ2---/c_fill,fl_progressive,g_north,h_180,q_80,w_320/lmvlcwcujv8p5yissljy.mp4\"><source type=\"video/webm\" src=\"https://i.kinja-img.com/gawker-media/image/upload/s--q2YoxpJU--/c_fill,fl_progressive,g_north,h_180,q_80,w_320/lmvlcwcujv8p5yissljy.webm\"></video></span></span><span class=\"headline__wrapper\"><h4 class=\"headline\">The Umeshoryu Is The Gutsiest Move In Fighting Games<em></em></h4></span><div class=\"meta--pe\"><div class=\"meta meta--byline\"><strong>Ian Walker</strong></div><div class=\"meta meta--time\"><time>5/22/18 2:04pm</time></div></div></a></div><div class=\"leftrailmodule--promotion js_leftrailmodule--promotion js_ad-promotion ad-promotions-container row\"><div is=\"bulbs-dfp\" class=\"ad-container dfp dfp-slot-PROMOTION_NATIVE_SIDEBAR ad-promotion-sidebar\" data-ad-unit=\"PROMOTION_NATIVE_SIDEBAR\" data-pp-position=\"sidebar\" data-targeting='{\"pos\":\"promotion_native_sidebar\",\"pp_position\":\"sidebar\"}' ></div></div></div><div id=\"js_leftrailmodule--preloadedad\" class=\"sidebar-module js_contained-ad-container contained-ad-container js_leftrailmodule invisible\"><div class=\"contained-ad-shaft js_contained-ad-shaft\"><div class=\"contained-ad-wrapper js_contained-ad-wrapper\"><div class=\"ad-pad\"></div><div class=\"ad-unit js_ad-unit ad-left-rail js_ad-left-rail\"><div id=\"ad-container-64931192\" class=\"ad-container js_ad-container\" data-zone-type=\"LEFT_RAIL\" data-post-id=\"1826579397\" data-override-post-id=\"1826579397\"data-change-correlator=\"true\"></div></div><div class=\"ad-pad\"></div></div></div></div><div class=\"sidebar-module js_contained-ad-container contained-ad-container block-empty  invisible\"><div class=\"contained-ad-shaft js_contained-ad-shaft\"><div class=\"contained-ad-wrapper  notransform\"></div></div></div></div></div></section></div><div class = \"js_ad-starter-pageview\"><div is=\"bulbs-dfp\" class=\"ad-container dfp dfp-slot-STARTER_PAGEVIEW ad-starter-pageview\" data-ad-unit=\"STARTER_PAGEVIEW\" data-pp-position=\"starter\" data-targeting='{\"pos\":\"starter\",\"pp_position\":\"starter\"}' ></div></div><div class = \"js_ad-infinite-promotion\"><div is=\"bulbs-dfp\" class=\"ad-container dfp dfp-slot-INFINITE_PROMOTION ad-infinite-promotion\" data-ad-unit=\"INFINITE_PROMOTION\" data-pp-position=\"scroll\" data-targeting='{\"pos\":\"scroll\",\"pp_position\":\"scroll\"}' ></div></div><div class=\"js_reading-list reading-list\"><div class=\"js_reading-list-item\" data-post-id=\"1826582964\"></div><div class=\"js_reading-list-item\" data-post-id=\"1826570197\"></div><div class=\"js_reading-list-item\" data-post-id=\"1826567259\"></div><div class=\"js_reading-list-item\" data-post-id=\"1826548939\"></div></div><div data-analytics-target=\"sharingBottom\" id=\"sharingfooter\" class=\"js_sharingfooter sharingfooter noskimlinks noskimwords\"><div class=\"sharingfooter__wrapper\"><div class=\"sharingfooter__content\"><a class=\"sharingfooter__facebook js_share-post-item facebook icon--svg\" rel=\"nofollow\" href=\"https://facebook.com/sharer.php?u=POST_URL\" onclick=\"window.ga('send', 'event', 'Sharing Bar', 'click', 'Share to Facebook click');\"><span class=\"button button--share button--facebook\"><span class=\"icon--svg u-prepended\"><svg class=\"svg-icon svg-icon--filled svg-facebook\"><use xlink:href=\"#iconset-facebook\" /></svg></span>Share</span></a><a class=\"sharingfooter__twitter js_share-post-item twitter icon--svg\" rel=\"nofollow\" href=\"https://twitter.com/share?text=POST_TITLE&amp;via=kotaku&amp;url=POST_URL\" onclick=\"window.ga('send', 'event', 'Sharing Bar', 'click', 'Share to Twitter click');\"><span class=\"button button--share button--twitter\"><span class=\"icon--svg u-prepended\"><svg class=\"svg-icon svg-icon--filled svg-twitter\"><use xlink:href=\"#iconset-twitter\" /></svg></span>Tweet</span></a></div></div></div><div class=\"js_fixed-toolbar\"></div><div class=\"reveal-modal-bg\"></div><div id=\"modalplaceholder\"></div><div class=\"footer-subscribe\"><div class=\"js_newsletter-btn--subscribe js_subscribe-region-footer newsletter-btn--subscribe newsletter-btn--subscribe__nodismiss\" data-sourceid=\"footer\"></div></div><div class=\"js_site-footer\"></div><!-- Begin comScore Tag --><noscript><img src=\"https://sb.scorecardresearch.com/p?c1=2&c2=6770184&cv=2.0&cj=1\" /></noscript><!-- End comScore Tag --><div id=\"js_placeholder--duimodal\"></div><div id=\"splashy-ad-container-bottom\" class=\"splashy-ad-container no-overflow\" style=\"display: none;\"><div is=\"bulbs-dfp\" class=\"ad-container dfp dfp-slot-SPLASHY_BOTTOM ad-splashy-bottom\" data-ad-unit=\"SPLASHY_BOTTOM\"  data-targeting='{\"pos\":\"bottom\"}' ></div></div><div style=\"display:none;\" id=\"read-only-warning\"><div class=\"row\"><div class=\"column small-12\">Kinja is in read-only mode. We are working to restore service.</div></div></div><div id=\"js_svg-definitions\" class=\"hide\"><svg id=\"svggroup--crucial\" class=\"hide\"><symbol id=\"iconset-lightning\" viewBox=\"0 0 18 18\"><path d=\"M11.76.5L4.98 8.798l3.334 2.24-1.74 6.462 7.155-7.926-3.396-2.55z\"/></symbol><symbol id=\"iconset-search\" viewBox=\"0 0 18 18\" x=\"2\" y=\"2\"><circle cx=\"9\" cy=\"5\" r=\"4.5\"/><path d=\"M.5 13.5l5.3-5.297\"/></symbol><symbol id=\"iconset-facebook\" viewBox=\"0 0 18 18\"><path d=\"M7.003 17l-.006-7H4l.006-3h2.997V4.995C7.003 2.408 8.457 1 10.808 1c1.126 0 1.91.082 2.192.12v2.877h-1.447c-1.278 0-1.526.597-1.526 1.472V7h2.866l-.403 3h-2.47l.007 7H7.003z\"/></symbol><symbol id=\"iconset-twitter\" viewBox=\"0 0 18 18\"><path d=\"M12.077 2c-1.812 0-3.282 1.582-3.282 3.534 0 .277.03.547.085.806-2.728-.148-5.147-1.555-6.766-3.693a3.727 3.727 0 0 0-.445 1.777c0 1.226.58 2.308 1.46 2.942a3.093 3.093 0 0 1-1.49-.443v.045c0 1.712 1.13 3.14 2.634 3.465a3.07 3.07 0 0 1-1.483.06c.42 1.407 1.632 2.427 3.07 2.457-1.124.946-2.54 1.51-4.077 1.51A6.22 6.22 0 0 1 1 14.413 8.818 8.818 0 0 0 6.032 16c6.038 0 9.34-5.385 9.34-10.056 0-.153-.004-.306-.01-.457A6.98 6.98 0 0 0 17 3.657a6.2 6.2 0 0 1-1.885.557 3.51 3.51 0 0 0 1.443-1.956c-.634.405-1.337.7-2.085.858C13.875 2.43 13.023 2 12.077 2\"></symbol><symbol id=\"iconset-instagram\" viewBox=\"0 0 18 18\"><path d=\"M9 .5H5.5c-1 0-1.5.3-2 .5-.6.2-1 .5-1.5 1-.5.4-.8 1-1 1.5-.2.5-.4 1-.4 2v7.2c0 1 .2 1.5.4 2 .2.6.5 1 1 1.5.4.6 1 1 1.5 1 .5.3 1 .5 2 .5h7.1c1 0 1.5-.2 2-.4.6 0 1-.4 1.5-1 .6-.3 1-.8 1-1.4.3-.5.5-1 .5-2V9 5.6c0-1-.2-1.5-.4-2 0-.6-.4-1-1-1.5-.3-.5-.8-.8-1.4-1-.5-.2-1-.4-2-.4H9M9 2h3.5l1.6.4c.5.2.7.4 1 .7l.7 1 .3 1.6v7c0 .8-.2 1.3-.3 1.6-.2.5-.4.7-.7 1-.3.3-.5.5-1 .7l-1.5.3H5.6c-.8 0-1.3-.2-1.6-.3L3 15l-.6-1-.3-1.5V9 5.7L2.5 4 3 3l1-.6L5.6 2H9\"/><path d=\"M9 11.8c-1.5 0-2.8-1.3-2.8-2.8 0-1.6 1.3-2.8 2.8-2.8 1.6 0 3 1.2 3 2.8 0 1.5-1.4 2.8-3 2.8m0-7C6.6 4.7 4.7 6.5 4.7 9c0 2.4 2 4.3 4.3 4.3 2.5 0 4.4-2 4.4-4.3 0-2.4-2-4.3-4.4-4.3M14.6 4.5c0 .6-.5 1-1 1-.6 0-1-.4-1-1 0-.5.4-1 1-1 .5 0 1 .5 1 1\"/></symbol><symbol id=\"iconset-youtube\" viewBox=\"0 0 18 18\"><path d=\"M7 11V6l5 2.5L7 11zm9.8-5.6s0-1-.6-1.6c-.6-.6-1.3-.6-1.6-.6C12.4 3 9 3 9 3s-3.4 0-5.6.2c-.3 0-1 0-1.6.6-.5.5-.6 1.6-.6 1.6S1 6.6 1 8v1c0 1.4.2 2.6.2 2.6s0 1 .6 1.6c.6.6 1.4.6 1.8.6C4.8 14 9 14 9 14s3.4 0 5.6-.2c.3 0 1 0 1.6-.6.5-.5.6-1.6.6-1.6s.2-1.2.2-2.5V8c0-1.4-.2-2.6-.2-2.6z\"/></symbol><symbol id=\"iconset-rss\" viewBox=\"0 0 18 18\"><path d=\"M2.4 12.7c1.3 0 2.4 1 2.4 2.4s-1 2.4-2.4 2.4C1 17.4 0 16.4 0 15c0-1.2 1-2.3 2.4-2.3\"/><path d=\"M0 6.7v3c4.3 0 7.8 3.5 7.8 7.7h3C11 11.4 6 6.7 0 6.7m0-6v3c7.7 0 14 6 14 13.7h3C17 8.2 9.5.6 0 .6\"/></symbol><symbol id=\"iconset-search\" viewBox=\"0 0 18 18\"><circle cx=\"9\" cy=\"5\" r=\"4.5\"/><path d=\"M.5 13.5l5-5\"/></symbol><symbol id=\"iconset-star--giant\" viewBox=\"0 0 24 24\"><path d=\"M12 17.68l-7.053 5.028 2.602-8.262L.585 9.292l8.662-.078L12 1l2.75 8.214 8.663.078-6.962 5.154 2.604 8.262z\"/></symbol><symbol id=\"iconset-flame--giant\" viewBox=\"0 0 24 24\"><path d=\"M9.538 11.154C9.836 10.95 10.47 3.3 16.202.5c-.93 2.4-.804 4.016 1.098 6.947 1.9 2.93 3.067 3.85 3.067 7.267 0 4.598-4.02 8.786-8.433 8.786-4.414 0-8.434-4.188-8.434-8.786 0-2.903 1.243-6.85 4.55-9.877C6.526 11.78 9.078 12 9.54 11.154z\"/></symbol><symbol id=\"iconset-bubble--giant\" viewBox=\"0 0 24 24\"><path d=\"M5.862 18.16C3.092 16.327 1.5 13.72 1.5 10.335 1.5 4.905 6.2.5 12 .5c5.798 0 10.563 4.49 10.5 9.836-.365 10.24-12.13 9.57-12.786 9.45-.45.682-6.128 5.424-4.783 3.058 1.348-2.367 1.978-4.063.933-4.685z\"/></symbol><symbol id=\"iconset-menu\" viewBox=\"0 0 18 18\" x=\"2\" y=\"1\"><path d=\"M.5 1.5h13M.5 7.5h13M.5 13.5h13\"/></symbol></svg><svg id=\"svggroup--commerce\" class=\"hide\"><symbol id=\"iconset-deals-box\" viewBox=\"0 0 39 28\"><path d=\"M4.22 4.53L19.5.5l15.275 4.03L19.5 9.8z\"/><path d=\"M4.187 4.578l-3.67 5.78 15.467 5.454 3.72-6\"/><path d=\"M34.88 4.578l3.636 5.78-15.318 5.454-3.682-6\"/><path d=\"M5.168 12.214v8.833l14.19 6.39 14.236-6.39.1-8.833M20 10.5v15\"/></symbol><symbol id=\"iconset-amex-logo\" viewBox=\"0 0 285 284\"><path d=\"M282.584.598H.64v282.966h281.944v-93.386c1.12-1.62 1.673-3.69 1.673-6.222 0-2.898-.553-4.693-1.673-6.205\" /><path d=\"M26.053 123.042l-5.424-13.217-5.4 13.217h10.82zm119.49-5.263c-1.09.66-2.377.68-3.92.68h-9.627v-7.37h9.758c1.38 0 2.822.06 3.758.6 1.028.48 1.664 1.51 1.664 2.93 0 1.45-.605 2.61-1.633 3.15zm68.678 5.26l-5.48-13.22-5.45 13.21h10.94zM86.2 137.35h-8.123l-.03-25.966-11.49 25.966h-6.96l-11.52-25.99v25.99H31.96l-3.046-7.395h-16.5l-3.076 7.395H.73l14.192-33.154h11.774l13.478 31.39v-31.39h12.934l10.37 22.49 9.528-22.49H86.2v33.154zm32.38 0H92.107v-33.154h26.473v6.904h-18.548v5.976h18.103v6.796h-18.103v6.62h18.548v6.858zm37.326-24.225c0 5.286-3.528 8.017-5.584 8.837 1.734.66 3.215 1.826 3.92 2.792 1.12 1.65 1.312 3.122 1.312 6.083v6.513h-7.993l-.03-4.18c0-1.996.2-4.865-1.25-6.46-1.15-1.166-2.92-1.42-5.77-1.42H132v12.06h-7.925v-33.154H142.3c4.05 0 7.034.107 9.596 1.588 2.507 1.48 4.01 3.643 4.01 7.34zm12.682 24.225h-8.086v-33.154h8.086v33.154zm93.808 0h-11.23l-15.02-24.884v24.884h-16.14l-3.084-7.395H200.46l-2.992 7.395h-9.273c-3.852 0-8.73-.852-11.49-3.667-2.786-2.813-4.235-6.626-4.235-12.655 0-4.917.866-9.412 4.272-12.964 2.562-2.645 6.574-3.865 12.035-3.865h7.672v7.1h-7.52c-2.89 0-4.53.43-6.1 1.96-1.35 1.39-2.28 4.03-2.28 7.51 0 3.55.7 6.11 2.18 7.78 1.22 1.31 3.43 1.71 5.52 1.71h3.56l11.17-26.08h11.87l13.41 31.36v-31.36h12.07l13.93 23.09v-23.09h8.112v33.15zM.64 143.86h13.54l3.052-7.364h6.835l3.045 7.364h26.64v-5.63l2.38 5.654h13.83l2.377-5.738v5.714h66.2l-.03-12.088h1.28c.89.03 1.16.114 1.16 1.595v10.493h34.24v-2.814c2.76 1.48 7.05 2.814 12.71 2.814h14.4l3.08-7.364h6.83l3.01 7.364H243v-6.995l4.204 6.995h22.245V97.62h-22.01v5.46l-3.09-5.46h-22.59v5.46l-2.83-5.46h-30.51c-5.11 0-9.6.713-13.23 2.7v-2.7h-21.06v2.7c-2.31-2.048-5.45-2.7-8.95-2.7H68.26l-5.162 11.943-5.3-11.943H33.562v5.46L30.9 97.62H10.236L.638 119.605v24.255zm281.944 24.455H268.14c-1.44 0-2.4.054-3.206.6-.836.536-1.158 1.333-1.158 2.385 0 1.25.706 2.102 1.733 2.47.83.29 1.73.376 3.05.376l4.29.115c4.33.11 7.22.86 8.99 2.67.32.26.51.54.73.82v-9.43zm0 21.863c-1.925 2.815-5.676 4.242-10.754 4.242h-15.304v-7.11h15.242c1.512 0 2.57-.2 3.207-.822.552-.513.937-1.258.937-2.163 0-.966-.385-1.733-.968-2.193-.575-.506-1.412-.736-2.792-.736-7.44-.253-16.724.23-16.724-10.264 0-4.81 3.054-9.873 11.37-9.873h15.785v-6.6h-14.666c-4.426 0-7.64 1.06-9.918 2.71v-2.71h-21.7c-3.47 0-7.54.86-9.47 2.71v-2.71H188.1v2.71c-3.082-2.23-8.284-2.71-10.685-2.71h-25.552v2.71c-2.44-2.37-7.863-2.71-11.17-2.71h-28.596l-6.544 7.08-6.13-7.08H56.707v46.27H98.62l6.743-7.2 6.352 7.19 25.836.02v-10.88h2.54c3.43.05 7.48-.09 11.04-1.63v12.49h21.31v-12.06h1.03c1.31 0 1.44.05 1.44 1.36v10.69h64.74c4.11 0 8.41-1.05 10.79-2.96v2.96h20.54c4.28 0 8.45-.597 11.62-2.13v-8.62zm-31.61-13.248c1.542 1.597 2.37 3.613 2.37 7.026 0 7.134-4.458 10.464-12.45 10.464H225.46v-7.11h15.372c1.503 0 2.57-.2 3.237-.822.54-.513.93-1.258.93-2.163 0-.966-.43-1.733-.97-2.193-.61-.506-1.44-.736-2.82-.736-7.41-.253-16.69.23-16.69-10.264 0-4.81 3.02-9.873 11.33-9.873h15.88v7.05H237.2c-1.44 0-2.377.05-3.174.6-.87.53-1.19 1.33-1.19 2.38 0 1.25.735 2.1 1.732 2.47.836.29 1.734.37 3.084.37l4.266.11c4.302.102 7.255.85 9.05 2.664zm-71.51-2.048c-1.06.63-2.37.683-3.912.683h-9.627v-7.448h9.758c1.41 0 2.823.03 3.782.6 1.027.536 1.64 1.563 1.64 2.982 0 1.41-.613 2.56-1.64 3.18zm4.787 4.127c1.77.65 3.21 1.81 3.89 2.78 1.12 1.62 1.28 3.13 1.32 6.05v6.57h-7.96v-4.15c0-2 .2-4.95-1.28-6.49-1.16-1.19-2.92-1.48-5.81-1.48h-8.47v12.11h-7.96v-33.16h18.3c4.01 0 6.937.17 9.538 1.56 2.5 1.51 4.073 3.58 4.073 7.36 0 5.29-3.53 7.99-5.616 8.82zm10.02-17.76h26.45v6.86h-18.56v6.03h18.11v6.76h-18.11v6.6l18.56.03v6.88h-26.45v-33.16zm-53.47 15.31h-10.24v-8.45h10.33c2.86 0 4.85 1.16 4.85 4.06 0 2.87-1.89 4.38-4.94 4.38zm-18.13 14.84l-12.17-13.51 12.17-13.08v26.59zm-31.42-3.9H71.76v-6.6h17.4v-6.77h-17.4v-6.03h19.87l8.667 9.66-9.052 9.73zm63.01-15.33c0 9.21-6.87 11.11-13.8 11.11h-9.89v11.12h-15.41l-9.752-10.98-10.14 10.98H63.87v-33.16h31.87l9.75 10.87 10.08-10.87h25.32c6.29 0 13.356 1.74 13.356 10.923z\" fill=\"#FFF\"/></symbol><symbol id=\"iconset-visa-logo\" viewBox=\"0 0 280 92\"><path d=\"M183.19.983c-22.43 0-38.184 11.924-38.323 28.974-.142 12.63 11.267 19.674 19.848 23.872 8.853 4.29 11.81 7.05 11.78 10.88-.087 5.885-7.083 8.566-13.584 8.566-9.06 0-13.89-1.323-21.32-4.59l-2.94-1.4-3.17 19.652c5.303 2.444 15.095 4.563 25.275 4.674 23.8 0 39.287-11.787 39.47-29.987.095-10.016-5.96-17.6-19.055-23.86-7.905-4.07-12.793-6.77-12.72-10.89.006-3.643 4.1-7.55 12.99-7.55 7.425-.124 12.764 1.58 16.968 3.376l2.022 1.01 3.08-19.035C199.03 2.91 191.96.983 183.19.983zm-70.41 1.532L98.594 90.323h22.665l14.19-87.81h-22.67l-.008.002zM79.575 2.6L57.38 62.444l-2.194-11.432C48.51 35.09 36.684 20.542 23.59 13.392l20.3 76.847 24-.02L103.58 2.6H79.576zm164.57.006c-5.43 0-9.5 1.547-11.897 7.288L198.59 90.352h23.814s3.893-10.83 4.774-13.2c2.6 0 25.727.05 29.027.05.7 3.06 2.76 13.15 2.76 13.15h21.056L261.67 2.605h-17.52zm1.602 23.673l1.51 7.56s4.358 20.95 5.267 25.34h-18.822c1.883-5.04 9.032-24.545 9.032-24.545-.14.24 1.86-5.08 3.013-8.365z\"/><path d=\"M.23.554l-.213 1.51c28.43 7.272 47.05 25.268 54.942 45.75L47.06 7.95C45.7 2.4 41.72.75 36.79.554H.23z\"/></symbol><symbol id=\"iconset-mastercard-logo\" viewBox=\"0 0 298 179\"><path d=\"M148.99 23.76C164.707 9.536 185.554.87 208.424.87c48.935 0 88.605 39.67 88.605 88.605s-39.67 88.605-88.61 88.605c-22.86 0-43.7-8.657-59.42-22.87-15.72 14.225-36.57 22.89-59.44 22.89-48.93 0-88.6-39.67-88.6-88.605S40.64.89 89.57.89c22.86 0 43.7 8.657 59.416 22.87zm0 0c-17.916 16.214-29.17 39.65-29.17 65.715 0 26.075 11.264 49.52 29.19 65.734 17.916-16.22 29.17-39.65 29.17-65.72 0-26.08-11.264-49.52-29.19-65.74z\" /><path d=\"M148.762 27.206C131.722 42.74 122 65.116 122 89.99c0 24.773 10.338 47.068 27.01 62.593C165.67 137.058 176 114.773 176 90.01c0-24.885-10.432-47.27-27.238-62.804z\" /><path d=\"M121.434 112.06l1.18-8.02c-.644 0-1.593.276-2.43.276-3.284 0-3.646-1.746-3.437-3.037l2.653-16.37h4.99l1.206-8.87h-4.706l.958-5.52h-9.434c-.208.21-5.57 31.02-5.57 34.77 0 5.55 3.12 8.03 7.518 7.99 3.444-.03 6.126-.99 7.072-1.24zm2.99-15.29c0 13.332 8.8 16.5 16.296 16.5 6.92 0 9.965-1.547 9.965-1.547l1.662-9.1s-5.264 2.32-10.018 2.32c-10.13 0-8.36-7.553-8.36-7.553h19.17s1.24-6.113 1.24-8.604c0-6.216-3.1-13.79-13.45-13.79-9.49.002-16.51 10.223-16.51 21.774zm16.543-13.325c5.324 0 4.342 5.983 4.342 6.467h-10.48c0-.618.99-6.467 6.13-6.467zm59.74 28.61l1.688-10.285s-4.63 2.32-7.806 2.32c-6.7 0-9.38-5.11-9.38-10.6 0-11.136 5.76-17.263 12.17-17.263 4.8 0 8.66 2.7 8.66 2.7l1.54-9.994s-5.72-2.315-10.63-2.315c-10.89 0-21.49 9.448-21.49 27.192 0 11.766 5.72 19.537 16.98 19.537 3.18 0 8.25-1.292 8.25-1.292zM69.547 75.143c-6.47 0-11.428 2.08-11.428 2.08l-1.37 8.126s4.09-1.67 10.28-1.67c3.51 0 6.08.39 6.08 3.25 0 1.73-.32 2.37-.32 2.37s-2.77-.24-4.06-.24c-8.16 0-16.73 3.48-16.73 13.98 0 8.27 5.62 10.17 9.11 10.17 6.65 0 9.52-4.32 9.68-4.33l-.31 3.6h8.3l3.72-25.96c0-11.03-9.62-11.38-12.96-11.38zm2.02 21.154c.18 1.587-.994 9.026-6.674 9.026-2.93 0-3.692-2.238-3.692-3.562 0-2.58 1.41-5.68 8.32-5.68 1.61 0 1.78.18 2.05.22zm19.763 16.74c2.126 0 14.274.54 14.274-11.994 0-11.72-11.245-9.404-11.245-14.112 0-2.34 1.83-3.08 5.18-3.08 1.33 0 6.44.43 6.44.43l1.19-8.33s-3.32-.74-8.71-.74c-6.98 0-14.06 2.79-14.06 12.32 0 10.8 11.81 9.72 11.81 14.27 0 3.04-3.3 3.29-5.84 3.29-4.4 0-8.37-1.51-8.38-1.43l-1.26 8.25c.22.07 2.67 1.16 10.58 1.16zm187.522-45.37l-2.035 12.628s-3.55-4.905-9.11-4.905c-8.644 0-15.85 10.422-15.85 22.397 0 7.73 3.844 15.304 11.7 15.304 5.65 0 8.784-3.94 8.784-3.94l-.41 3.37h9.18l7.21-44.86-9.45.02zm-4.38 24.62c0 4.984-2.468 11.64-7.583 11.64-3.4 0-4.99-2.85-4.99-7.323 0-7.314 3.28-12.14 7.43-12.14 3.39 0 5.14 2.332 5.14 7.824zm-256.006 20.27l5.743-33.87.84 33.87h6.5l12.12-33.87-5.37 33.87h9.65L55.4 67.63H40.468l-9.3 27.563-.485-27.563H16.915L9.37 112.555m154.448.062c2.746-15.616 3.255-28.296 9.808-25.975 1.147-6.044 2.254-8.382 3.506-10.94 0 0-.587-.123-1.82-.123-4.224 0-7.354 5.77-7.354 5.77l.84-5.3h-8.783l-5.885 36.56h9.688zm58.657-37.474c-6.47 0-11.428 2.08-11.428 2.08l-1.368 8.126s4.09-1.67 10.28-1.67c3.51 0 6.08.39 6.08 3.25 0 1.73-.32 2.37-.32 2.37s-2.77-.24-4.06-.24c-8.16 0-16.73 3.48-16.73 13.98 0 8.27 5.62 10.17 9.11 10.17 6.65 0 9.52-4.32 9.67-4.33l-.31 3.6h8.31l3.7-25.98c0-11.02-9.62-11.38-12.96-11.38zm2.024 21.154c.18 1.587-1 9.026-6.68 9.026-2.93 0-3.69-2.238-3.69-3.562 0-2.58 1.4-5.68 8.31-5.68 1.61 0 1.78.18 2.05.22zm18.52 16.32c2.75-15.617 3.26-28.297 9.81-25.975 1.15-6.044 2.25-8.382 3.5-10.94 0 0-.59-.123-1.82-.123-4.23 0-7.36 5.77-7.36 5.77l.84-5.3h-8.79l-5.88 36.56H243zm45.08-5.642c.48 0 .95.123 1.4.373.46.242.81.598 1.07 1.06.25.457.38.934.38 1.433 0 .5-.13.97-.38 1.43-.25.46-.61.81-1.06 1.07-.46.25-.93.38-1.43.38-.5 0-.98-.12-1.43-.37-.46-.25-.81-.61-1.06-1.06-.26-.45-.38-.93-.38-1.42 0-.49.12-.97.38-1.43.26-.46.61-.81 1.07-1.06.46-.25.93-.37 1.41-.37m0 .47c-.4 0-.79.11-1.18.32-.38.2-.68.5-.9.88-.213.38-.32.78-.32 1.197 0 .414.104.81.313 1.19.215.375.51.67.89.884.38.21.776.314 1.19.314.41 0 .81-.106 1.19-.314.38-.215.68-.51.89-.888.21-.38.314-.78.314-1.19 0-.417-.105-.816-.32-1.197-.21-.383-.51-.68-.893-.882-.38-.2-.77-.31-1.17-.31m-1.253 3.98v-3.08h1.06c.36 0 .63.03.79.09.16.055.29.154.38.297.094.15.14.29.14.45 0 .23-.08.43-.24.59-.16.17-.37.26-.633.28.106.05.194.1.26.17.125.12.277.326.457.61l.377.605h-.61l-.27-.484c-.216-.38-.39-.62-.52-.712-.09-.07-.225-.11-.4-.11h-.29v1.31h-.503m.5-1.732h.604c.29 0 .48-.043.586-.13.1-.083.16-.2.16-.34 0-.092-.03-.174-.08-.243-.05-.075-.123-.13-.214-.165-.09-.037-.254-.055-.498-.055h-.567v.93\" fill=\"#FFF\"/></symbol><symbol id=\"iconset-stripe-logo\" viewBox=\"0 0 360 150\"><path d=\"M360 77.4c0-25.6-12.4-45.8-36.1-45.8-23.8 0-38.2 20.2-38.2 45.6 0 30.1 17 45.3 41.4 45.3 11.9 0 20.9-2.7 27.7-6.5V96c-6.8 3.4-14.6 5.5-24.5 5.5-9.7 0-18.3-3.4-19.4-15.2h48.9c0-1.3.2-6.5.2-8.9zm-49.4-9.5c0-11.3 6.9-16 13.2-16 6.1 0 12.6 4.7 12.6 16h-25.8zm-63.5-36.3c-9.8 0-16.1 4.6-19.6 7.8l-1.3-6.2h-22v116.6l25-5.3.1-28.3c3.6 2.6 8.9 6.3 17.7 6.3 17.9 0 34.2-14.4 34.2-46.1-.1-29-16.6-44.8-34.1-44.8zm-6 68.9c-5.9 0-9.4-2.1-11.8-4.7l-.1-37.1c2.6-2.9 6.2-4.9 11.9-4.9 9.1 0 15.4 10.2 15.4 23.3 0 13.4-6.2 23.4-15.4 23.4zm-71.3-74.8l25.1-5.4V0l-25.1 5.3m0 28h25.1v87.5h-25.1zm-26.9 7.4l-1.6-7.4h-21.6v87.5h25V61.5c5.9-7.7 15.9-6.3 19-5.2v-23c-3.2-1.2-14.9-3.4-20.8 7.4zm-50-29.1l-24.4 5.2-.1 80.1c0 14.8 11.1 25.7 25.9 25.7 8.2 0 14.2-1.5 17.5-3.3V99c-3.2 1.3-19 5.9-19-8.9V54.6h19V33.3h-19l.1-21.7zM25.3 58.7c0-3.9 3.2-5.4 8.5-5.4 7.6 0 17.2 2.3 24.8 6.4V36.2c-8.3-3.3-16.5-4.6-24.8-4.6C13.5 31.6 0 42.2 0 59.9 0 87.5 38 83.1 38 95c0 4.6-4 6.1-9.6 6.1-8.3 0-18.9-3.4-27.3-8v23.8c9.3 4 18.7 5.7 27.3 5.7 20.8 0 35.1-10.3 35.1-28.2-.1-29.8-38.2-24.5-38.2-35.7z\" fill-rule=\"evenodd\"/></symbol><symbol id=\"iconset-poweredby-stripe\" viewBox=\"0 0 119 26\"><path d=\"M113 26H6c-3.314 0-6-2.686-6-6V6c0-3.314 2.686-6 6-6h107c3.314 0 6 2.686 6 6v14c0 3.314-2.686 6-6 6zM11.128 8.892H8.57v7.24h1.35v-2.6h1.21c1.474 0 2.526-.946 2.526-2.314s-1.052-2.326-2.526-2.326zm5.915 1.853c-1.59 0-2.715 1.136-2.715 2.757 0 1.61 1.126 2.757 2.715 2.757 1.59 0 2.705-1.15 2.705-2.76 0-1.62-1.116-2.76-2.705-2.76zm9.893.126l-1.063 3.58-1.063-3.58h-1.22l-1.063 3.58-1.063-3.58h-1.347l1.81 5.27h1.21l1.063-3.58 1.074 3.58h1.21l1.8-5.26h-1.348zm4.316-.12c-1.505 0-2.6 1.13-2.6 2.72 0 1.64 1.116 2.8 2.705 2.8.59 0 1.19-.13 1.79-.41v-1.13c-.548.32-1.085.5-1.57.5-.883 0-1.514-.543-1.6-1.343h3.57c.02-.18.02-.346.02-.494 0-1.546-.937-2.63-2.315-2.63zm6.472.05c-.147-.04-.294-.05-.442-.05-.452 0-.915.23-1.294.65v-.52H34.64v5.27h1.348v-3.52c.347-.44.82-.683 1.263-.683.16 0 .33.02.48.063v-1.2zm3.084-.05c-1.505 0-2.6 1.13-2.6 2.72 0 1.64 1.117 2.8 2.706 2.8.59 0 1.19-.13 1.79-.41v-1.13c-.55.32-1.085.5-1.57.5-.883 0-1.515-.544-1.6-1.344h3.568c.02-.18.02-.346.02-.494 0-1.546-.935-2.63-2.314-2.63zm8.104-2.18h-1.358v2.67c-.41-.31-.873-.48-1.336-.48-1.4 0-2.378 1.14-2.378 2.76 0 1.62.978 2.758 2.378 2.758.463 0 .926-.17 1.336-.496v.37h1.358V8.57zm6.778 2.18c-.452 0-.915.17-1.336.49V8.57h-1.347v7.567h1.347v-.37c.42.328.884.496 1.336.496 1.41 0 2.378-1.14 2.378-2.76s-.968-2.755-2.378-2.755zm6.62.13l-1.273 3.46-1.263-3.45h-1.38l2.01 5.074-1.01 2.494H60.7l2.99-7.563h-1.38zm10.8-.58c.862 0 1.96.27 2.823.73V8.35c-.94-.375-1.88-.52-2.822-.52-2.3 0-3.83 1.204-3.83 3.214 0 3.14 4.32 2.63 4.32 3.99 0 .526-.45.696-1.09.696-.94 0-2.15-.387-3.1-.905v2.71c1.057.455 2.127.645 3.106.645 2.36 0 3.99-1.166 3.99-3.21 0-3.386-4.34-2.78-4.34-4.056 0-.445.37-.617.963-.617zm9.07-2.27h-2.156l-.002-2.46-2.772.59-.013 9.11c0 1.68 1.265 2.92 2.95 2.92.928 0 1.614-.166 1.992-.374V15.5c-.37.144-2.16.665-2.16-1.008v-4.04h2.15V8.02zm6.095 0c-.378-.13-1.705-.38-2.37.84l-.178-.84h-2.455v9.958h2.838v-6.75c.67-.882 1.804-.712 2.165-.595V8.02zM92 4.23l-2.85.606V7.15L92 6.542V4.23zm0 3.784h-2.85v9.952H92V8.014zm6.125-.19c-1.113 0-1.832.525-2.224.89l-.14-.7h-2.5v13.254l2.84-.604.01-3.213c.41.3 1.02.72 2.01.72 2.03 0 3.89-1.63 3.89-5.24 0-3.3-1.88-5.1-3.87-5.1zm8.924 0c-2.71 0-4.35 2.297-4.35 5.19 0 3.423 1.94 5.155 4.7 5.155 1.35 0 2.37-.31 3.14-.74v-2.29c-.778.39-1.66.62-2.79.62-1.11 0-2.08-.39-2.21-1.72h5.56c.01-.16.034-.75.034-1.03 0-2.908-1.408-5.203-4.105-5.203zm-.02 2.316c.69 0 1.43.537 1.43 1.815h-2.94c0-1.28.79-1.815 1.5-1.815zm-9.59 5.52c-.67 0-1.07-.24-1.34-.538l-.02-4.22c.29-.324.7-.562 1.35-.562 1.04 0 1.75 1.164 1.75 2.65 0 1.528-.705 2.67-1.755 2.67zM55.4 15.1c-.367 0-.736-.157-1.05-.472v-2.252c.315-.316.684-.474 1.052-.474.758 0 1.284.653 1.284 1.6 0 .947-.527 1.6-1.285 1.6zm-8.892 0c-.77 0-1.295-.65-1.295-1.598 0-.947.526-1.6 1.295-1.6.37 0 .738.158 1.04.474v2.252c-.302.315-.67.473-1.04.473zm-5.757-3.314c.6 0 1.03.495 1.08 1.21h-2.3c.07-.725.57-1.21 1.22-1.21zm-9.55 0c.6 0 1.03.495 1.08 1.21h-2.3c.065-.725.57-1.21 1.22-1.21zm-14.16 3.347c-.79 0-1.33-.663-1.33-1.63 0-.97.55-1.632 1.34-1.632.78 0 1.33.67 1.33 1.64s-.55 1.63-1.32 1.63zm-6.1-2.693H9.92V9.986h1.02c.78 0 1.327.495 1.327 1.23 0 .727-.547 1.222-1.326 1.222z\" fill-rule=\"evenodd\"/></symbol></svg></div><div id=\"trackers\" style=\"display: none;\"></div><script src=\"//x.kinja-static.com/assets/packaged-js/trackers.8eefce7ec706c19b4827.en-US.js\" defer></script>\n\t\t\t\t<script>\n\t\t\t   \ttp = window.tp || [];\n\t\t\t   \t// Set Application ID\n\t\t\t   \ttp.push([\"setAid\",\"ZpCykEM7YO\"]);\n\t\t\t   \t// Is application in sandbox?\n\t\t\t   \ttp.push([\"setSandbox\", false]);\n\t\t\t   \t// Does application use Piano ID?\n\t\t\t   \ttp.push([\"setUseTinypassAccounts\", false]);\n\n\t\t\t   \t(function(src) {\n\t\t\t      var a = document.createElement(\"script\");\n\t\t\t      a.type = \"text/javascript\";\n\t\t\t      a.async = true;\n\t\t\t      a.src = src;\n\t\t\t      var b = document.getElementsByTagName(\"script\")[0];\n\t\t\t      b.parentNode.insertBefore(a, b)\n\t\t\t   \t})(\"//cdn.tinypass.com/api/tinypass.min.js\");\n\t\t\t\t</script>\n\n\t\t\t\t<script>\n\t\t   \t\tdocument.cookie = \"__adblocker=; expires=Thu, 01 Jan 1970 00:00:00 GMT; path=/\";\n\t\t   \t\tvar setNptTechAdblockerCookie = function(adblocker) {\n\t\t       \tvar d = new Date();\n\t\t       \td.setTime(d.getTime() + 60 * 60 * 24 * 2 * 1000);\n\t\t       \tdocument.cookie = \"__adblocker=\" + (adblocker ? \"true\" : \"false\") + \"; expires=\" + d.toUTCString() + \"; path=/\";\n\t\t   \t\t}\n\t\t\t\t\tvar script = document.createElement(\"script\");\n\t\t\t\t\tscript.setAttribute(\"async\", true);\n\t\t\t\t\tscript.setAttribute(\"src\", \"//www.npttech.com/advertising.js\");\n\t\t\t\t\tscript.setAttribute(\"onerror\", \"setNptTechAdblockerCookie(true);\");\n\t\t\t\t\tdocument.getElementsByTagName(\"head\")[0].appendChild(script);\n\t\t\t\t</script>\n\t\t\t<script type=\"text/javascript\">var cX = cX || {}; cX.callQueue = cX.callQueue || []; cX.callQueue.push(['setSiteId', '1141876438685671428']); cX.callQueue.push(['sendPageViewEvent']);\n\t\t\t\t  (function(d,s,e,t){e=d.createElement(s);e.type='text/java'+s;e.async='async';\n\t\t\t\t  e.src='http'+('https:'===location.protocol?'s://s':'://')+'cdn.cxense.com/cx.js';\n\t\t\t\t  t=d.getElementsByTagName(s)[0];t.parentNode.insertBefore(e,t);})(document,'script');\n\t\t\t  </script><noscript><img src=\"//pubads.g.doubleclick.net/activity;dc_iu=/4246/DFP_Audience_Pixel;dc_seg=22540930;blog=compete;ord=1?\" width=\"1\" height=\"1\" border=\"0\" /></noscript><img height=\"1\" width=\"1\" style=\"border-style:none;\" alt=\"\" src=\"https://insight.adsrvr.org/track/evnt/?adv=5zq9nmk&ct=0:ngtk7da&fmt=3\" /><script src=\"https://cdn.digitru.st/prod/1/digitrust.min.js\"></script><script type=\"text/javascript\">\n\t\t\t\t\t\t\tDigiTrust.initialize({\n\t\t\t\t\t\t\t\tmember: \"RsL44oJhYk\",\n\t\t\t\t\t\t\t\tsite: \"4xY1BcTdWj\"\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\tfunction (digiTrustResult) {\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t</script><script type=\"text/javascript\">(function () {window.kinja = window.kinja || {}; window.kinja.meta = JSON.parse('{\\x22cloudinaryRequest\\x22:{\\x22default\\x22:{\\x22eager\\x22:\\x22c_fill,fl_progressive,g_center,h_180,q_80,w_320|c_fill,fl_progressive,g_center,h_180,q_80,w_320|c_fill,f_auto,fl_progressive,g_center,h_180,q_80,w_320|c_fill,fl_progressive,g_center,h_450,q_80,w_800|c_fill,f_auto,fl_progressive,g_north,h_180,q_80,w_320|c_fit,fl_progressive,h_100,q_80|c_fill,fl_progressive,g_center,h_900,q_80,w_1200|c_fill,f_auto,fl_progressive,g_north,h_358,q_80,w_636|c_fill,fl_progressive,g_center,h_600,q_80,w_800|c_fit,fl_progressive,h_64,q_80|b_rgb:000,c_lpad,f_auto,fl_progressive,h_450,q_80,w_800|c_fill,fl_progressive,g_north_west,h_1500,q_80,w_2000|c_scale,fl_progressive,g_north,h_450,q_80,w_800|c_scale,fl_progressive,q_80,w_1600|c_fit,fl_progressive,h_64,q_80|c_fill,fl_progressive,g_center,h_264,q_80,w_470|c_fill,fl_progressive,g_north,h_264,q_80,w_470|c_scale,f_auto,fl_progressive,g_north,h_450,q_80,w_800|c_fit,f_auto,fl_progressive,q_80,w_470|c_fill,f_auto,fl_progressive,g_north,h_180,q_80,w_320|b_rgb:000,c_lpad,f_auto,fl_progressive,h_450,q_80,w_800|c_fit,f_auto,fl_progressive,q_80,w_636|c_fit,fl_progressive,q_80,w_320|c_fill,fl_progressive,g_north,h_264,q_80,w_470|c_fill,fl_progressive,g_faces,h_77,q_80,w_137|c_scale,f_auto,fl_progressive,g_north,h_450,q_80,w_800|b_rgb:000,c_lpad,fl_progressive,h_450,q_80,w_800|b_rgb:fff,c_lpad,fl_progressive,g_center,h_166,q_80,w_295|c_fill,fl_progressive,g_center,h_77,q_80,w_137|c_fill,fl_progressive,g_center,h_900,q_80,w_1200|c_fill,f_auto,fl_progressive,g_north,h_77,q_80,w_137|c_fill,fl_progressive,g_center,h_264,q_80,w_470|c_fill,fl_progressive,g_center,h_1500,q_80,w_2000|c_fill,f_auto,fl_progressive,g_center,h_180,q_80,w_320|c_fill,f_auto,fl_progressive,g_north,h_264,q_80,w_470|c_fill,f_auto,fl_progressive,g_center,h_358,q_80,w_636|c_fit,fl_progressive,q_15,w_32|c_fill,fl_progressive,g_north,h_77,q_80,w_137|c_fill,fl_progressive,g_north_west,h_900,q_80,w_1200|c_fill,fl_progressive,g_center,h_600,q_80,w_800|c_fill,fl_progressive,g_center,h_120,q_80,w_120|c_fill,fl_progressive,g_center,h_100,q_80,w_100|c_fit,f_auto,fl_progressive,q_80,w_320|c_fill,fl_progressive,g_center,h_77,q_80,w_137|c_fit,f_auto,fl_progressive,q_80,w_470|c_fit,f_auto,fl_progressive,q_80,w_320|c_fill,fl_progressive,g_center,h_450,q_80,w_800|c_fit,fl_progressive,h_100,q_80,w_75|c_fill,fl_progressive,g_north,h_77,q_80,w_137|c_fill,f_auto,fl_progressive,g_center,h_77,q_80,w_137|c_fill,fl_progressive,g_north,h_358,q_80,w_636|c_scale,f_auto,fl_progressive,q_80,w_800|c_fill,f_auto,fl_progressive,g_north,h_264,q_80,w_470|c_fill,f_auto,fl_progressive,g_north,h_77,q_80,w_137|c_scale,fl_progressive,q_80,w_800|c_fill,f_auto,fl_progressive,g_north,h_358,q_80,w_636|c_fit,fl_progressive,q_15,w_320|b_rgb:fff,c_lpad,fl_progressive,g_center,h_330,q_80,w_500|c_fill,fl_progressive,g_center,h_80,q_80,w_80|c_fill,f_auto,fl_progressive,g_center,h_675,q_80,w_1200|c_fit,fl_progressive,h_166,q_80,w_295|b_rgb:000,c_lpad,fl_progressive,h_450,q_80,w_800|c_fill,fl_progressive,g_north,h_180,q_80,w_320|c_fill,fl_progressive,g_north_west,h_600,q_80,w_800|c_fit,f_auto,fl_progressive,q_80,w_636|c_fill,fl_progressive,g_north,h_180,q_80,w_320|b_rgb:fff,c_lpad,fl_progressive,g_center,h_330,q_80,w_500|c_fit,fl_progressive,q_80,w_470|c_fill,fl_progressive,g_center,h_1500,q_80,w_2000|c_fill,fl_progressive,g_center,h_120,q_80,w_120|c_fill,fl_progressive,g_center,h_200,q_80,w_200|c_fill,f_auto,fl_progressive,g_center,h_675,q_80,w_1200|c_fill,fl_progressive,g_faces,h_77,q_80,w_137|c_fill,fl_progressive,g_center,h_80,q_80,w_80||c_scale,f_auto,fl_progressive,g_center,h_450,q_80,w_800|c_fill,fl_progressive,g_north_west,h_600,q_80,w_800|c_scale,fl_progressive,q_80,w_800|c_fit,fl_progressive,q_80,w_470|c_fit,fl_progressive,q_80,w_636|c_fit,fl_progressive,q_15,w_320|c_fill,fl_progressive,g_center,h_100,q_80,w_100|c_scale,f_auto,fl_progressive,q_80,w_800|c_scale,f_auto,fl_progressive,g_center,h_450,q_80,w_800|c_scale,fl_progressive,q_80,w_1600|c_fill,fl_progressive,g_center,h_200,q_80,w_200|c_fit,fl_progressive,q_80,w_636|c_fit,fl_progressive,h_100,q_80|c_fill,fl_progressive,g_north_west,h_900,q_80,w_1200|c_fill,f_auto,fl_progressive,g_center,h_77,q_80,w_137|c_scale,fl_progressive,g_north,h_450,q_80,w_800|c_fit,fl_progressive,q_80,w_320|c_fill,f_auto,fl_progressive,g_center,h_358,q_80,w_636|c_fit,fl_progressive,h_100,q_80,w_75|c_fill,fl_progressive,g_north,h_358,q_80,w_636|c_fit,fl_progressive,h_166,q_80,w_295|c_fit,fl_progressive,q_15,w_32|c_fill,fl_progressive,g_center,h_358,q_80,w_636|c_fill,fl_progressive,g_north_west,h_1500,q_80,w_2000|b_rgb:fff,c_lpad,fl_progressive,g_center,h_166,q_80,w_295||c_fill,fl_progressive,g_center,h_358,q_80,w_636\\x22,\\x22timestamp\\x22:\\x221528235338\\x22,\\x22signature\\x22:\\x22a0df4a41777fd09bf2224dabe49158bd98b26169\\x22,\\x22api_key\\x22:\\x22196565315244936\\x22,\\x22eager_async\\x22:\\x22true\\x22},\\x22gif\\x22:{\\x22eager\\x22:\\x22c_fill,fl_progressive,g_center,h_180,q_80,w_320|c_fill,fl_progressive,g_center,h_180,q_80,w_320|c_fill,f_auto,fl_progressive,g_center,h_180,q_80,w_320|c_fill,fl_progressive,g_center,h_450,q_80,w_800|c_fill,f_auto,fl_progressive,g_north,h_180,q_80,w_320|c_fit,fl_progressive,h_100,q_80|c_fill,fl_progressive,g_center,h_900,q_80,w_1200|c_fill,f_auto,fl_progressive,g_north,h_358,q_80,w_636|c_fill,fl_progressive,g_center,h_600,q_80,w_800|c_fit,fl_progressive,h_64,q_80|b_rgb:000,c_lpad,f_auto,fl_progressive,h_450,q_80,w_800|c_fill,fl_progressive,g_north_west,h_1500,q_80,w_2000|c_scale,fl_progressive,g_north,h_450,q_80,w_800|c_scale,fl_progressive,q_80,w_1600|c_fit,fl_progressive,h_64,q_80|c_fill,fl_progressive,g_center,h_264,q_80,w_470|c_fill,fl_progressive,g_north,h_264,q_80,w_470|c_scale,f_auto,fl_progressive,g_north,h_450,q_80,w_800|c_fit,f_auto,fl_progressive,q_80,w_470|c_fill,f_auto,fl_progressive,g_north,h_180,q_80,w_320|b_rgb:000,c_lpad,f_auto,fl_progressive,h_450,q_80,w_800|c_fit,f_auto,fl_progressive,q_80,w_636|c_fit,fl_progressive,q_80,w_320|c_fill,fl_progressive,g_north,h_264,q_80,w_470|c_fill,fl_progressive,g_faces,h_77,q_80,w_137|c_scale,f_auto,fl_progressive,g_north,h_450,q_80,w_800|b_rgb:000,c_lpad,fl_progressive,h_450,q_80,w_800|b_rgb:fff,c_lpad,fl_progressive,g_center,h_166,q_80,w_295|c_fill,fl_progressive,g_center,h_77,q_80,w_137|c_fill,fl_progressive,g_center,h_900,q_80,w_1200|c_fill,f_auto,fl_progressive,g_north,h_77,q_80,w_137|c_fill,fl_progressive,g_center,h_264,q_80,w_470|c_fill,fl_progressive,g_center,h_1500,q_80,w_2000|c_fill,f_auto,fl_progressive,g_center,h_180,q_80,w_320|c_fill,f_auto,fl_progressive,g_north,h_264,q_80,w_470|c_fill,f_auto,fl_progressive,g_center,h_358,q_80,w_636|c_fit,fl_progressive,q_15,w_32|c_fill,fl_progressive,g_north,h_77,q_80,w_137|c_fill,fl_progressive,g_north_west,h_900,q_80,w_1200|c_fill,fl_progressive,g_center,h_600,q_80,w_800|c_fill,fl_progressive,g_center,h_120,q_80,w_120|c_fill,fl_progressive,g_center,h_100,q_80,w_100|c_fit,f_auto,fl_progressive,q_80,w_320|c_fill,fl_progressive,g_center,h_77,q_80,w_137|c_fit,f_auto,fl_progressive,q_80,w_470|c_fit,f_auto,fl_progressive,q_80,w_320|c_fill,fl_progressive,g_center,h_450,q_80,w_800|c_fit,fl_progressive,h_100,q_80,w_75|c_fill,fl_progressive,g_north,h_77,q_80,w_137|c_fill,f_auto,fl_progressive,g_center,h_77,q_80,w_137|c_fill,fl_progressive,g_north,h_358,q_80,w_636|c_scale,f_auto,fl_progressive,q_80,w_800|c_fill,f_auto,fl_progressive,g_north,h_264,q_80,w_470|c_fill,f_auto,fl_progressive,g_north,h_77,q_80,w_137|c_scale,fl_progressive,q_80,w_800|c_fill,f_auto,fl_progressive,g_north,h_358,q_80,w_636|c_fit,fl_progressive,q_15,w_320|b_rgb:fff,c_lpad,fl_progressive,g_center,h_330,q_80,w_500|c_fill,fl_progressive,g_center,h_80,q_80,w_80|c_fill,f_auto,fl_progressive,g_center,h_675,q_80,w_1200|c_fit,fl_progressive,h_166,q_80,w_295|b_rgb:000,c_lpad,fl_progressive,h_450,q_80,w_800|c_fill,fl_progressive,g_north,h_180,q_80,w_320|c_fill,fl_progressive,g_north_west,h_600,q_80,w_800|c_fit,f_auto,fl_progressive,q_80,w_636|c_fill,fl_progressive,g_north,h_180,q_80,w_320|b_rgb:fff,c_lpad,fl_progressive,g_center,h_330,q_80,w_500|c_fit,fl_progressive,q_80,w_470|c_fill,fl_progressive,g_center,h_1500,q_80,w_2000|c_fill,fl_progressive,g_center,h_120,q_80,w_120|c_fill,fl_progressive,g_center,h_200,q_80,w_200|c_fill,f_auto,fl_progressive,g_center,h_675,q_80,w_1200|c_fill,fl_progressive,g_faces,h_77,q_80,w_137|c_fill,fl_progressive,g_center,h_80,q_80,w_80||c_scale,f_auto,fl_progressive,g_center,h_450,q_80,w_800|c_fill,fl_progressive,g_north_west,h_600,q_80,w_800|c_scale,fl_progressive,q_80,w_800|c_fit,fl_progressive,q_80,w_470|c_fit,fl_progressive,q_80,w_636|c_fit,fl_progressive,q_15,w_320|c_fill,fl_progressive,g_center,h_100,q_80,w_100|c_scale,f_auto,fl_progressive,q_80,w_800|c_scale,f_auto,fl_progressive,g_center,h_450,q_80,w_800|c_scale,fl_progressive,q_80,w_1600|c_fill,fl_progressive,g_center,h_200,q_80,w_200|c_fit,fl_progressive,q_80,w_636|c_fit,fl_progressive,h_100,q_80|c_fill,fl_progressive,g_north_west,h_900,q_80,w_1200|c_fill,f_auto,fl_progressive,g_center,h_77,q_80,w_137|c_scale,fl_progressive,g_north,h_450,q_80,w_800|c_fit,fl_progressive,q_80,w_320|c_fill,f_auto,fl_progressive,g_center,h_358,q_80,w_636|c_fit,fl_progressive,h_100,q_80,w_75|c_fill,fl_progressive,g_north,h_358,q_80,w_636|c_fit,fl_progressive,h_166,q_80,w_295|c_fit,fl_progressive,q_15,w_32|c_fill,fl_progressive,g_center,h_358,q_80,w_636|c_fill,fl_progressive,g_north_west,h_1500,q_80,w_2000|b_rgb:fff,c_lpad,fl_progressive,g_center,h_166,q_80,w_295||c_fill,fl_progressive,g_center,h_358,q_80,w_636\\x22,\\x22timestamp\\x22:\\x221528235338\\x22,\\x22tags\\x22:\\x22gif\\x22,\\x22signature\\x22:\\x22a7c2a2a3cf37e9fe835842eaa5a45f46b0e7f989\\x22,\\x22api_key\\x22:\\x22196565315244936\\x22,\\x22eager_async\\x22:\\x22true\\x22}},\\x22syncFeatures\\x22:null,\\x22mode\\x22:\\x22live\\x22,\\x22domain\\x22:\\x22kotaku\\x22,\\x22pageType\\x22:\\x22permalink\\x22,\\x22currentUrl\\x22:\\x22\\/blazblue-cross-tag-battle-is-dead-simple-by-design-1826579397\\x22,\\x22locale\\x22:\\x22en-US\\x22,\\x22localeWithUnderscore\\x22:\\x22en_US\\x22,\\x22imgassets\\x22:\\x22\\/\\/x.kinja-static.com\\/assets\\/images\\/\\x22,\\x22versions\\x22:{\\x22analytics\\x22:20151119,\\x22core\\x22:20160517,\\x22profile\\x22:20141118,\\x22notification\\x22:20141118,\\x22features\\x22:20160114,\\x22comments\\x22:20160114},\\x22dimension60\\x22:\\x22production:scala\\x22,\\x22blog\\x22:{\\x22id\\x22:1635889143,\\x22name\\x22:\\x22compete\\x22,\\x22displayName\\x22:\\x22Compete\\x22,\\x22canonicalHost\\x22:\\x22compete.kotaku.com\\x22,\\x22cxenseSiteId\\x22:\\x221141876438685671428\\x22,\\x22hosts\\x22:[\\x22compete.kinja.com\\x22],\\x22status\\x22:\\x22ENABLED\\x22,\\x22timezone\\x22:\\x22America\\/New_York\\x22,\\x22timezoneOffset\\x22:-14400000,\\x22timezoneShortname\\x22:\\x22EDT\\x22,\\x22createTimeMillis\\x22:1485531827961,\\x22ownerId\\x22:\\x225724319325347612106\\x22,\\x22description\\x22:null,\\x22properties\\x22:{\\x22aboutPostId\\x22:458637663,\\x22groupBlog\\x22:true,\\x22robotsAllowed\\x22:true,\\x22newsletter\\x22:true,\\x22navigationGroup\\x22:\\x22fmg\\x22,\\x22singleOptIn\\x22:true,\\x22facebookScreenName\\x22:\\x22kotaku\\x22,\\x22blogGroup\\x22:\\x22kotaku\\x22,\\x22instagramScreenName\\x22:\\x22kotakudotcom\\x22,\\x22youtubeUrl\\x22:\\x22https:\\/\\/www.youtube.com\\/kotaku\\x22,\\x22twitterScreenName\\x22:\\x22@kotaku\\x22,\\x22googleAnalyticsID\\x22:\\x22UA-142218-8\\x22,\\x22noindex\\x22:false,\\x22sourcepointDomain\\x22:\\x22mms.kotaku.com\\x22,\\x22logoLink\\x22:\\x22https:\\/\\/x.kinja-static.com\\/assets\\/images\\/logos\\/newsletter\\/kotaku-500px.png\\x22,\\x22salesforceExternalKey\\x22:\\x22Kotaku_Daily\\x22,\\x22cxenseSiteId\\x22:\\x221141876438685671428\\x22,\\x22recircGroup\\x22:\\x22fmgNonSatire\\x22,\\x22facebookPixelId\\x22:\\x22574907642841384\\x22},\\x22parentId\\x22:9,\\x22avatar\\x22:{\\x22id\\x22:\\x22vubzifzigsnqlmsbkeew\\x22,\\x22format\\x22:\\x22png\\x22},\\x22logo\\x22:{\\x22id\\x22:\\x22lu2gjhymhqsqciziwji3\\x22,\\x22format\\x22:\\x22png\\x22},\\x22locale\\x22:\\x22en-US\\x22,\\x22language\\x22:\\x22en\\x22,\\x22fbAppId\\x22:null,\\x22fbPagesId\\x22:null,\\x22robotsAllowed\\x22:true,\\x22adsTxtEnabled\\x22:false,\\x22googleSiteVerification\\x22:null,\\x22googleAnalyticsID\\x22:\\x22UA-142218-8\\x22,\\x22pinterestVerification\\x22:null,\\x22kruxId\\x22:null,\\x22isGmgBlog\\x22:false,\\x22isCommerce\\x22:false,\\x22directRssFeed\\x22:false,\\x22groupBlog\\x22:true,\\x22blogGroup\\x22:\\x22kotaku\\x22,\\x22aboutPostId\\x22:458637663,\\x22twitterScreenName\\x22:\\x22kotaku\\x22,\\x22facebookScreenName\\x22:\\x22kotaku\\x22,\\x22pianoProdAid\\x22:null,\\x22pianoSandboxAid\\x22:null,\\x22instagramScreenName\\x22:\\x22kotakudotcom\\x22,\\x22youtubeUrl\\x22:\\x22https:\\/\\/www.youtube.com\\/kotaku\\x22,\\x22navigationGroup\\x22:\\x22fmg\\x22,\\x22recircGroup\\x22:\\x22fmgNonSatire\\x22,\\x22noindex\\x22:false,\\x22hideViewcounts\\x22:false,\\x22hideAuthorInfo\\x22:false,\\x22commentsDisabled\\x22:false,\\x22hideRecommendations\\x22:false,\\x22hideImageAttributions\\x22:false,\\x22alternativeFiledToText\\x22:null,\\x22isOnionModularEnabled\\x22:false,\\x22numberOfInfiniteScrollArticles\\x22:null,\\x22replyAuthorName\\x22:null},\\x22blogOwner\\x22:{\\x22id\\x22:\\x225724319325347612106\\x22,\\x22screenName\\x22:\\x22stephentotilo\\x22,\\x22displayName\\x22:\\x22Stephen Totilo\\x22,\\x22avatar\\x22:{\\x22id\\x22:\\x2218n6pxktu8nerjpg\\x22,\\x22format\\x22:\\x22jpg\\x22},\\x22superUser\\x22:false,\\x22defaultBlogId\\x22:746,\\x22defaultBlog\\x22:null},\\x22blogSales\\x22:{\\x22blogId\\x22:1635889143,\\x22amazonInsetsEnabled\\x22:false,\\x22amazonAffiliateTag\\x22:\\x22\\x22,\\x22adsEnabled\\x22:true,\\x22adNetworkId\\x22:4246,\\x22adSiteName\\x22:\\x22gm.kotaku\\x22,\\x22tagsExcludedFromPartnerRss\\x22:[],\\x22tagsForceSynced\\x22:[],\\x22adSlotsDisabled\\x22:[],\\x22indexExchangeWebSiteId\\x22:\\x2280685363813128\\x22,\\x22indexExchangeAmpSiteId\\x22:\\x22272210\\x22}}');}());</script><script type=\"text/javascript\">window.kinjaads = window.kinjaads || {}; window.kinjaads.queue = window.kinjaads.queue || [];window.webpackManifest = {\"45\":\"BlacklistPage.c9f20b1e7b549ba03e22.en-US.js\",\"34\":\"FrontPage.9b554ac52fcc386c451d.en-US.js\",\"12\":\"lightboxjs.e41cc6bf612fc6c87524.en-US.js\",\"51\":\"NewsletterPage.67cb9118e45cb4f4d740.en-US.js\",\"8\":\"8.e4aaf3d0b9e03b27ac6f.en-US.js\",\"19\":\"19.cf5370c1830c65af96a8.en-US.js\",\"23\":\"23.b45e921721436231de65.en-US.js\",\"4\":\"4.8bbaefff3a6ef57d4f77.en-US.js\",\"40\":\"VideoPage.68bcc82ae95691e05603.en-US.js\",\"15\":\"Liveblog.3710c95e51f201715998.en-US.js\",\"11\":\"11.ce65c887fe5edb9df0c9.en-US.js\",\"9\":\"9.93b0a428b0c8c59b1b17.en-US.js\",\"44\":\"FollowPage.6bd2306d1a117527961e.en-US.js\",\"33\":\"ClaimPage.fcb7a928ef9a633a1baa.en-US.js\",\"22\":\"22.516f961e49a88d2b0e0f.en-US.js\",\"56\":\"vendor.bf68db85542665271703.en-US.js\",\"55\":\"RuleSystem.4e41d78f5e4c1bfe81f4.en-US.js\",\"26\":\"26.3cc63ff72f2ce18907ba.en-US.js\",\"50\":\"SubscriptionPage.d53ac8e571faf6c37815.en-US.js\",\"37\":\"UserSettings.06db80b9352fff58ea05.en-US.js\",\"13\":\"13.8e87251d291618f8520c.en-US.js\",\"46\":\"FeaturesPage.cbad25a81f87781bb1bb.en-US.js\",\"24\":\"24.1ae05918cf3b1471ff01.en-US.js\",\"35\":\"PromotedPostAdmin.948d7c56db7c91063992.en-US.js\",\"16\":\"QandA.0291de726dad4910f026.en-US.js\",\"5\":\"5.d0d6265cb6c5c7044e26.en-US.js\",\"10\":\"10.a44d4b26c83bfcadcc5e.en-US.js\",\"48\":\"ErrorPage.748592bab3d0dd4db3dc.en-US.js\",\"21\":\"21.448494fe4d7855a75ad3.en-US.js\",\"54\":\"SplashPage.3789ba700d036e5ead91.en-US.js\",\"43\":\"GmgFeaturesPage.4805c1f01b13ebd16618.en-US.js\",\"57\":\"outstreamVideo.0f879ab9839978817344.en-US.js\",\"32\":\"Editor.8255cc40a96ffef97a00.en-US.js\",\"49\":\"LeaderboardStatsPage.813e291d16217068093c.en-US.js\",\"6\":\"6.679f4e7da68c8c760246.en-US.js\",\"36\":\"Post.a3acc0b873e71eb4dce1.en-US.js\",\"1\":\"Discussions.d7598dfa283b7513c24a.en-US.js\",\"39\":\"SearchPage.5641cdde774d598edcc4.en-US.js\",\"17\":\"17.87b014af53dc65fd5a3c.en-US.js\",\"25\":\"25.cc8b04c302bd6fc2b9ea.en-US.js\",\"14\":\"14.dc8b94801edc94e7292d.en-US.js\",\"47\":\"NewUIKit.9d09d6b8aa09b6870f5a.en-US.js\",\"31\":\"31.ca2d584087f08a63329b.en-US.js\",\"58\":\"react.cc37e5d4210c96871698.en-US.js\",\"53\":\"CategoryStreamPage.ceb8af9f1f05695038a8.en-US.js\",\"42\":\"ProfilePage.88466fbba4ca4527715b.en-US.js\",\"0\":\"loginmodule.f75428456e8277aa95b8.en-US.js\",\"20\":\"20.3cafc51fdd0a37f6614d.en-US.js\",\"27\":\"27.b787c87da6772af685a4.en-US.js\",\"2\":\"2.ea0360dd1518c9f4cd5c.en-US.js\",\"38\":\"DashboardPage.f62eb7eb0c34537f5a37.en-US.js\",\"18\":\"18.e13e43e9054e6c23e0b3.en-US.js\",\"30\":\"30.a7d51f1e656fe421e36a.en-US.js\",\"7\":\"QandASettingsController.6ac1fd58edb0ecfa3121.en-US.js\",\"29\":\"29.8bdef8b4a87c23b6e844.en-US.js\",\"41\":\"TagPage.a9ec3eb2490da540d718.en-US.js\",\"3\":\"3.0517928a0515dfa57121.en-US.js\",\"52\":\"UIKit.a798435e87b2eaeb67ce.en-US.js\",\"28\":\"28.7dbbe648ed27d901aade.en-US.js\"};(function(modules){var parentJsonpFunction=window[\"webpackJsonp\"];window[\"webpackJsonp\"]=function webpackJsonpCallback(chunkIds,moreModules,executeModules){var moduleId,chunkId,i=0,resolves=[],result;for(;i<chunkIds.length;i++){chunkId=chunkIds[i];if(installedChunks[chunkId]){resolves.push(installedChunks[chunkId][0])}installedChunks[chunkId]=0}for(moduleId in moreModules){if(Object.prototype.hasOwnProperty.call(moreModules,moduleId)){modules[moduleId]=moreModules[moduleId]}}if(parentJsonpFunction)parentJsonpFunction(chunkIds,moreModules,executeModules);while(resolves.length){resolves.shift()()}if(executeModules){for(i=0;i<executeModules.length;i++){result=__webpack_require__(__webpack_require__.s=executeModules[i])}}return result};var installedModules={};var installedChunks={58:0};function __webpack_require__(moduleId){if(installedModules[moduleId]){return installedModules[moduleId].exports}var module=installedModules[moduleId]={i:moduleId,l:false,exports:{}};modules[moduleId].call(module.exports,module,module.exports,__webpack_require__);module.l=true;return module.exports}__webpack_require__.e=function requireEnsure(chunkId){if(installedChunks[chunkId]===0){return Promise.resolve()}if(installedChunks[chunkId]){return installedChunks[chunkId][2]}var promise=new Promise(function(resolve,reject){installedChunks[chunkId]=[resolve,reject]});installedChunks[chunkId][2]=promise;var head=document.getElementsByTagName(\"head\")[0];var script=document.createElement(\"script\");script.type=\"text/javascript\";script.charset=\"utf-8\";script.async=true;script.timeout=12e4;if(__webpack_require__.nc){script.setAttribute(\"nonce\",__webpack_require__.nc)}script.src=__webpack_require__.p+window[\"webpackManifest\"][chunkId];var timeout=setTimeout(onScriptComplete,12e4);script.onerror=script.onload=onScriptComplete;function onScriptComplete(){script.onerror=script.onload=null;clearTimeout(timeout);var chunk=installedChunks[chunkId];if(chunk!==0){if(chunk){chunk[1](new Error(\"Loading chunk \"+chunkId+\" failed.\"))}installedChunks[chunkId]=undefined}}head.appendChild(script);return promise};__webpack_require__.m=modules;__webpack_require__.c=installedModules;__webpack_require__.i=function(value){return value};__webpack_require__.d=function(exports,name,getter){if(!__webpack_require__.o(exports,name)){Object.defineProperty(exports,name,{configurable:false,enumerable:true,get:getter})}};__webpack_require__.n=function(module){var getter=module&&module.__esModule?function getDefault(){return module[\"default\"]}:function getModuleExports(){return module};__webpack_require__.d(getter,\"a\",getter);return getter};__webpack_require__.o=function(object,property){return Object.prototype.hasOwnProperty.call(object,property)};__webpack_require__.p=\"\\/\\/x.kinja-static.com/assets/packaged-js/\";__webpack_require__.oe=function(err){console.error(err);throw err}})([]);var jsAssets = [ '\\/\\/x.kinja-static.com\\/assets\\/packaged-js\\/vendor.bf68db85542665271703.en-US.js' ];jsAssets.push('\\/\\/x.kinja-static.com\\/assets\\/packaged-js\\/outstreamVideo.0f879ab9839978817344.en-US.js');jsAssets.push('\\/\\/x.kinja-static.com\\/assets\\/packaged-js\\/Post.a3acc0b873e71eb4dce1.en-US.js'); jsAssets.forEach(function(src) {var script = document.createElement('script'); script.src = src; script.async = false; document.head.appendChild(script);});</script><script src=\"//x.kinja-static.com/assets/packaged-js/OnionAM.9ed59c3e10be02285d15.en-US.js\" defer></script><script src=\"//www.googletagservices.com/tag/js/gpt.js\" async></script><script src=\"//ads.rubiconproject.com/header/12156.js\" async></script></body></html>\n"
  },
  {
    "path": "api/test/data/og/techcrunch.html",
    "content": "\n<!DOCTYPE html>\n<html lang=\"en-US\" class=\"no-js\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" /><script type=\"text/javascript\">window.NREUM||(NREUM={}),__nr_require=function(e,t,n){function r(n){if(!t[n]){var o=t[n]={exports:{}};e[n][0].call(o.exports,function(t){var o=e[n][1][t];return r(o||t)},o,o.exports)}return t[n].exports}if(\"function\"==typeof __nr_require)return __nr_require;for(var o=0;o<n.length;o++)r(n[o]);return r}({1:[function(e,t,n){function r(){}function o(e,t,n){return function(){return i(e,[f.now()].concat(u(arguments)),t?null:this,n),t?void 0:this}}var i=e(\"handle\"),a=e(2),u=e(3),c=e(\"ee\").get(\"tracer\"),f=e(\"loader\"),s=NREUM;\"undefined\"==typeof window.newrelic&&(newrelic=s);var p=[\"setPageViewName\",\"setCustomAttribute\",\"setErrorHandler\",\"finished\",\"addToTrace\",\"inlineHit\",\"addRelease\"],d=\"api-\",l=d+\"ixn-\";a(p,function(e,t){s[t]=o(d+t,!0,\"api\")}),s.addPageAction=o(d+\"addPageAction\",!0),s.setCurrentRouteName=o(d+\"routeName\",!0),t.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,t){var n={},r=this,o=\"function\"==typeof t;return i(l+\"tracer\",[f.now(),e,n],r),function(){if(c.emit((o?\"\":\"no-\")+\"fn-start\",[f.now(),r,o],n),o)try{return t.apply(this,arguments)}catch(e){throw c.emit(\"fn-err\",[arguments,this,e],n),e}finally{c.emit(\"fn-end\",[f.now()],n)}}}};a(\"setName,setAttribute,save,ignore,onEnd,getContext,end,get\".split(\",\"),function(e,t){m[t]=o(l+t)}),newrelic.noticeError=function(e){\"string\"==typeof e&&(e=new Error(e)),i(\"err\",[e,f.now()])}},{}],2:[function(e,t,n){function r(e,t){var n=[],r=\"\",i=0;for(r in e)o.call(e,r)&&(n[i]=t(r,e[r]),i+=1);return n}var o=Object.prototype.hasOwnProperty;t.exports=r},{}],3:[function(e,t,n){function r(e,t,n){t||(t=0),\"undefined\"==typeof n&&(n=e?e.length:0);for(var r=-1,o=n-t||0,i=Array(o<0?0:o);++r<o;)i[r]=e[t+r];return i}t.exports=r},{}],4:[function(e,t,n){t.exports={exists:\"undefined\"!=typeof window.performance&&window.performance.timing&&\"undefined\"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,t,n){function r(){}function o(e){function t(e){return e&&e instanceof r?e:e?c(e,u,i):i()}function n(n,r,o,i){if(!d.aborted||i){e&&e(n,r,o);for(var a=t(o),u=m(n),c=u.length,f=0;f<c;f++)u[f].apply(a,r);var p=s[y[n]];return p&&p.push([b,n,r,a]),a}}function l(e,t){v[e]=m(e).concat(t)}function m(e){return v[e]||[]}function w(e){return p[e]=p[e]||o(n)}function g(e,t){f(e,function(e,n){t=t||\"feature\",y[n]=t,t in s||(s[t]=[])})}var v={},y={},b={on:l,emit:n,get:w,listeners:m,context:t,buffer:g,abort:a,aborted:!1};return b}function i(){return new r}function a(){(s.api||s.feature)&&(d.aborted=!0,s=d.backlog={})}var u=\"nr@context\",c=e(\"gos\"),f=e(2),s={},p={},d=t.exports=o();d.backlog=s},{}],gos:[function(e,t,n){function r(e,t,n){if(o.call(e,t))return e[t];var r=n();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return e[t]=r,r}var o=Object.prototype.hasOwnProperty;t.exports=r},{}],handle:[function(e,t,n){function r(e,t,n,r){o.buffer([e],r),o.emit(e,t,n)}var o=e(\"ee\").get(\"handle\");t.exports=r,r.ee=o},{}],id:[function(e,t,n){function r(e){var t=typeof e;return!e||\"object\"!==t&&\"function\"!==t?-1:e===window?0:a(e,i,function(){return o++})}var o=1,i=\"nr@id\",a=e(\"gos\");t.exports=r},{}],loader:[function(e,t,n){function r(){if(!x++){var e=h.info=NREUM.info,t=d.getElementsByTagName(\"script\")[0];if(setTimeout(s.abort,3e4),!(e&&e.licenseKey&&e.applicationID&&t))return s.abort();f(y,function(t,n){e[t]||(e[t]=n)}),c(\"mark\",[\"onload\",a()+h.offset],null,\"api\");var n=d.createElement(\"script\");n.src=\"https://\"+e.agent,t.parentNode.insertBefore(n,t)}}function o(){\"complete\"===d.readyState&&i()}function i(){c(\"mark\",[\"domContent\",a()+h.offset],null,\"api\")}function a(){return E.exists&&performance.now?Math.round(performance.now()):(u=Math.max((new Date).getTime(),u))-h.offset}var u=(new Date).getTime(),c=e(\"handle\"),f=e(2),s=e(\"ee\"),p=window,d=p.document,l=\"addEventListener\",m=\"attachEvent\",w=p.XMLHttpRequest,g=w&&w.prototype;NREUM.o={ST:setTimeout,SI:p.setImmediate,CT:clearTimeout,XHR:w,REQ:p.Request,EV:p.Event,PR:p.Promise,MO:p.MutationObserver};var v=\"\"+location,y={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\",agent:\"js-agent.newrelic.com/nr-1071.min.js\"},b=w&&g&&g[l]&&!/CriOS/.test(navigator.userAgent),h=t.exports={offset:u,now:a,origin:v,features:{},xhrWrappable:b};e(1),d[l]?(d[l](\"DOMContentLoaded\",i,!1),p[l](\"load\",r,!1)):(d[m](\"onreadystatechange\",o),p[m](\"onload\",r)),c(\"mark\",[\"firstbyte\",u],null,\"api\");var x=0,E=e(4)},{}]},{},[\"loader\"]);</script>\n\t<meta name=\"viewport\" content=\"width=device-width\">\n\t<meta name=\"viewport\" content=\"initial-scale=1.0,width=device-width,user-scalable=no,minimum-scale=1.0,maximum-scale=1.0\">\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">\n\t<link rel=\"pingback\" href=\"https://techcrunch.com/xmlrpc.php\">\n\t<title>What to expect at WWDC 2018 &#8211; TechCrunch</title>\n<!-- Jetpack Site Verification Tags -->\n<meta name=\"google-site-verification\" content=\"4U1OC1LwZlFHAehLhCV4rt3YzWI_AyF7Gb0XqlaVEhE\" />\n<meta name=\"msvalidate.01\" content=\"5ABD8A078F3356F3A6A8C8643C31FB8F\" />\n<link rel='dns-prefetch' href='//consent.cmp.oath.com' />\n<link rel='dns-prefetch' href='//o.aolcdn.com' />\n<link rel='dns-prefetch' href='//s.yimg.com' />\n<link rel='dns-prefetch' href='//use.typekit.net' />\n<link rel='dns-prefetch' href='//cdn.vidible.tv' />\n<link rel='dns-prefetch' href='//plugin.mediavoice.com' />\n<link rel='dns-prefetch' href='//s.w.org' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"TechCrunch &raquo; Feed\" href=\"https://techcrunch.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"TechCrunch &raquo; Comments Feed\" href=\"https://techcrunch.com/comments/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"TechCrunch &raquo; What to expect at WWDC 2018 Comments Feed\" href=\"https://techcrunch.com/2018/06/01/what-to-expect-at-wwdc-2018/feed/\" />\n\t\t<meta name=\"oath:guce:product-eu\" content=\"false\" />\n\t\t<meta name=\"oath:guce:consent-host\" content=\"guce.techcrunch.com\" />\n\t\t<meta name=\"oath:guce:inline-consent\" content=\"true\"/>\n\t\t<script async src=\"//s.yimg.com/oa/guce.js\"></script>\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/2.4\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/2.4\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/techcrunch.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=4.9.6\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55357,56692,8205,9792,65039],[55357,56692,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&&k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],\"flag\"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n<link rel='stylesheet' id='all-css-0' href='https://techcrunch.com/wp-content/themes/techcrunch-2017/build/css/main.css?m=1527882278g' type='text/css' media='all' />\n<script type='text/javascript' src='https://consent.cmp.oath.com/cmp.js?ver=4.9.6'></script>\n<script type='text/javascript' src='https://o.aolcdn.com/ads/adsWrapper.js'></script>\n<script type='text/javascript' src='https://s.yimg.com/ss/rapid-3.45.0.js?ver=4.9.6'></script>\n<script type='text/javascript' src='//cdn.vidible.tv/prod/player/js/latest/vidible-min.js?ver=4.9.6'></script>\n<script type='text/javascript' src='//plugin.mediavoice.com/mediaconductor/mc.js?ver=4.9.6'></script>\n<link rel='https://api.w.org/' href='https://techcrunch.com/wp-json/' />\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://techcrunch.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://techcrunch.com/wp-includes/wlwmanifest.xml\" />\n<meta name=\"generator\" content=\"WordPress 4.9.6\" />\n<link rel=\"canonical\" href=\"https://techcrunch.com/2018/06/01/what-to-expect-at-wwdc-2018/\" />\n<link rel='shortlink' href='https://techcrunch.com/?p=1649606' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://techcrunch.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftechcrunch.com%2F2018%2F06%2F01%2Fwhat-to-expect-at-wwdc-2018%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://techcrunch.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftechcrunch.com%2F2018%2F06%2F01%2Fwhat-to-expect-at-wwdc-2018%2F&#038;format=xml\" />\n\n<link rel='dns-prefetch' href='//v0.wordpress.com'/>\n<style type='text/css'>img#wpstats{display:none}</style>\n\n<!-- BEGIN Sailthru Horizon Meta Information -->\n<meta name=\"sailthru.date\" content=\"2018-06-01 13:10:14\" />\n<meta name=\"sailthru.title\" content=\"What to expect at WWDC 2018\" />\n<meta name=\"sailthru.tags\" content=\"Apple, Apple Watch, HomePod, iOS, iOS 12, macos, watchOS, WWDC 2018\" />\n<meta name=\"sailthru.author\" content=\"Brian Heater\" />\n<meta name=\"sailthru.description\" content=\"According to the calendar, it’s somehow already June. That means Apple’s annual Worldwide Developers Conference is just around the corner. As matter of fact, things kick off in San Jose on Monday morning at 10AM PT (1PM ET). As ever, the main thrust of the show will be focused on developers — it’s right there [&hellip;]\" />\n<meta name=\"sailthru.image.full\" content=\"https://techcrunch.com/wp-content/uploads/2018/06/wwdc-2018-logo.jpg\" />\n<meta name=\"sailthru.image.thumb\" content=\"https://techcrunch.com/wp-content/uploads/2018/06/wwdc-2018-logo.jpg?w=50\" />\n<!-- END Sailthru Horizon Meta Information -->\n\n<!-- BEGIN wp-parsely Plugin Version 1.10.3 -->\n<meta name='wp-parsely_version' id='wp-parsely_version' content='1.10.3' />\n   <script type=\"application/ld+json\">\n   {\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"NewsArticle\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"http:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/what-to-expect-at-wwdc-2018\\/\"},\"headline\":\"What to expect at WWDC 2018\",\"url\":\"http:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/what-to-expect-at-wwdc-2018\\/\",\"thumbnailUrl\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2018\\/06\\/wwdc-2018-logo.jpg?w=150\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2018\\/06\\/wwdc-2018-logo.jpg?w=150\"},\"dateCreated\":\"2018-06-01T20:10:14Z\",\"datePublished\":\"2018-06-01T20:10:14Z\",\"dateModified\":\"1970-01-01T00:00:00Z\",\"articleSection\":\"post\",\"author\":[{\"@type\":\"Person\",\"name\":\"Brian Heater\"}],\"creator\":[\"Brian Heater\"],\"publisher\":{\"@type\":\"Organization\",\"name\":\"TechCrunch\",\"logo\":{\"@type\":\"imageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\\/images\\/logo-json-ld.png\",\"width\":\"600\",\"height\":\"60\"}},\"keywords\":[\"@post-id:1649606\",\"tc\",\"apple\",\"apple watch\",\"homepod\",\"ios\",\"ios 12\",\"macos\",\"watchos\",\"wwdc 2018\"]}   </script>\n    <!-- END wp-parsely Plugin Version 1.10.3 -->\n\t\t<meta property=\"fb:app_id\" content=\"187288694643718\" />\n\t\t<meta property=\"fb:pages\" content=\"8062627951\" />\n\t\t<meta property=\"fb:admins\" content=\"543710097,506404657,726995222,771265067,1550970059,1661021707,1178144075,643979435,852465367,4700188\" />\n\t\t<meta property=\"article:publisher\" content=\"https://www.facebook.com/techcrunch\" />\n\t\t<meta property=\"og:site_name\" content=\"TechCrunch\" />\n\t\t<meta property=\"og:site\" content=\"social.techcrunch.com\" />\n\t\t<meta property=\"og:title\" content=\"What to expect at WWDC 2018\" />\n\t\t<meta property=\"og:description\" content=\"According to the calendar, it’s somehow already June. That means Apple’s annual Worldwide Developers Conference is just around the corner. As matter of fact, things kick off in San Jose on Monday morning at 10AM PT (1PM ET). As ever, the main thrust of the show will be focused on developers — it’s …\" />\n\t\t<meta property=\"og:image\" content=\"https://techcrunch.com/wp-content/uploads/2018/06/wwdc-2018-logo.jpg?w=585\" />\n\t\t<meta property=\"og:url\" content=\"http://social.techcrunch.com/2018/06/01/what-to-expect-at-wwdc-2018/\" />\n\t\t<meta property=\"og:type\" content=\"article\" />\n<script type=\"text/javascript\">var ajaxurl = \"https://techcrunch.com/wp-admin/admin-ajax.php\"</script><link rel=\"amphtml\" href=\"https://techcrunch.com/2018/06/01/what-to-expect-at-wwdc-2018/amp/\">\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"What to expect at WWDC 2018\" />\n<meta property=\"og:url\" content=\"https://techcrunch.com/2018/06/01/what-to-expect-at-wwdc-2018/\" />\n<meta property=\"og:description\" content=\"According to the calendar, it’s somehow already June. That means Apple’s annual Worldwide Developers Conference is just around the corner. As matter of fact, things kick off in San Jose on Monday m…\" />\n<meta property=\"article:published_time\" content=\"2018-06-01T20:10:14+00:00\" />\n<meta property=\"article:modified_time\" content=\"2018-06-01T20:10:14+00:00\" />\n<meta property=\"og:site_name\" content=\"TechCrunch\" />\n<meta property=\"og:image\" content=\"https://techcrunch.com/wp-content/uploads/2018/06/wwdc-2018-logo.jpg\" />\n<meta property=\"og:image:width\" content=\"1024\" />\n<meta property=\"og:image:height\" content=\"700\" />\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta name=\"twitter:site\" content=\"@TechCrunch\" />\n<meta name=\"twitter:text:title\" content=\"What to expect at WWDC 2018\" />\n<meta name=\"twitter:image\" content=\"https://techcrunch.com/wp-content/uploads/2018/06/wwdc-2018-logo.jpg?w=640\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<meta name=\"twitter:creator\" content=\"@TechCrunch\" />\n\n<!-- End Jetpack Open Graph Tags -->\n<link rel=\"icon\" href=\"https://techcrunch.com/wp-content/uploads/2015/02/cropped-cropped-favicon-gradient.png?w=32\" sizes=\"32x32\" />\n<link rel=\"icon\" href=\"https://techcrunch.com/wp-content/uploads/2015/02/cropped-cropped-favicon-gradient.png?w=192\" sizes=\"192x192\" />\n<link rel=\"apple-touch-icon-precomposed\" href=\"https://techcrunch.com/wp-content/uploads/2015/02/cropped-cropped-favicon-gradient.png?w=180\" />\n<meta name=\"msapplication-TileImage\" content=\"https://techcrunch.com/wp-content/uploads/2015/02/cropped-cropped-favicon-gradient.png?w=270\" />\n</head>\n<body class=\"\">\n\n<div id=\"root\">\n\t<div><!-- duplicate React-root div for styling -->\n\t<div class=\"content\">\n\t\t<article class=\"article-container article--post \">\n\t\t\t<header class=\"article__header article-featured__header\">\n\t<div class=\"article__title-wrapper\">\n\t\t\t\t\t\t<h1 class=\"article__title\">What to expect at WWDC 2018</h1>\n\t\t\t<h2 class=\"article__subtitle\">iOS, MacOS and more will take center stage at Apple&#039;s World Wide Development Conference next week</h2>\n\t\t</div>\n\n\t\t\t<div class=\"article__byline-wrapper\">\n\n<div class=\"article__byline\">\n\t\t\t<a href=\"https://techcrunch.com/author/brian-heater/\">\n\t\t\tBrian Heater\t\t</a>\n\t\t<span class=\"article__byline__meta\">\n\t        \t\t        <a href=\"https://twitter.com/bheater\">@</a>\n\t\t        <span class=\"text--green\"> / </span>\n\t        \t\t\t1 day\t\t</span>\n\t</div>\n\t\t</div>\n\n\t\t\t<div class=\"article__featured-image-wrapper \">\n\t\t\t<img src=\"https://techcrunch.com/wp-content/uploads/2018/06/wwdc-2018-logo.jpg?w=585\" class=\"article__featured-image\" />\n\t\t</div>\n\t</header>\n\n\t\t\t<div class=\"article-content\">\n\t\t\t\t<p><span class=\"featured__span-first-words\">According to the</span> calendar, it’s somehow already June. That means Apple’s annual Worldwide Developers Conference is just around the corner. As matter of fact, things kick off in San Jose on Monday morning at 10AM PT (1PM ET).</p>\n<p>As ever, the main thrust of the show will be focused on developers — it’s right there in the name — but <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/apple/\" target=\"_blank\" data-type=\"organization\" data-entity=\"apple\">Apple <span class=\"crunchbase-tooltip-indicator\"></span></a> also loves to use yearly spotlight as an opportunity to make some big announcements on the consumer side, as well. iOS and MacOS will no doubt be the focus of the show per usual, but ARKit, Home Kit, Watch OS and some hardware are likely to make strong showings at the event, as well.</p>\n<p>Apple’s certainly surprised us before, but here’s our best (educated) guesses at what the company will be showing off in the next week.</p>\n<h2>iOS</h2>\n<p><img class=\"breakout alignnone size-full wp-image-1581070\" src=\"https://techcrunch.com/wp-content/uploads/2017/12/31-iphone-x.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></p>\n<p>The company dropped the latest update to its mobile operating system just week. 11.4 provides some key insight into the state of the ecosystem and, perhaps, a glimpse into where Apple is going as it continues to build connections between its various software offerings. The home was the key this time out, as the company added AirPlay and improved HomePod functionality, among others.</p>\n<p>A glimpse at iOS 12 could well be on the schedule for Monday morning. From the sound of leaks, rumors and the like, this latest major upgrade is more about increasing the overall stability of the operating system, rather than focusing on the latest flashy features — including bug fixes and helping improve the updates introduced in its predecessor.</p>\n<p>That said, there’s likely to be at least a few interesting new, consumer-facing additions to iOS this time out. NFC-based door unlocking is one of the more compelling rumors, this time around, bringing even more highly personal functionality to Apple’s handsets.</p>\n<p>A bigger push into personal health seems like a no-brainer, given everything that Apple’s been focusing on with its wearable. Just this morning, word of a new digital well being features made the rounds, bringing into sharp focus the amount of time users spend on their devices. If <a href=\"https://techcrunch.com/2018/06/01/apple-to-launch-its-own-digital-health-features-in-ios-12-says-report/\">“Digital Health”</a> does get added here, it will join the likes of Facebook and Google in a push to give users more insight into their hardware habits.</p>\n<h2>MacOS</h2>\n<p><img class=\"breakout alignnone size-full wp-image-1408452\" src=\"https://techcrunch.com/wp-content/uploads/2016/10/img_2562.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></p>\n<p>Apple’s desktop operating seems poised to get a little less love that its mobile counterpart, this time out — but honestly, what else is new? In fact, the biggest rumor on this front is the addition of so-called “Universal Apps,” which further blur the line between desktop and mobile. The system would essentially provide seamless syncing between apps on the two operating systems, allowing users to switch between devices, picking up where they left off.</p>\n<p>WatchOS<br />\nIn spite of a recent rename, Wear OS got virtually no love at Google I/O the other week. But Apple’s own wearable initiative has been a much more consistent success story for the company. While the company seems unlikely to actually show off a newer version of the watch itself, we’ll probably get a glimpse at Watch OS 5. What, exactly the wearable OS will look like, however, is strictly conjecture at the moment, though the long-awaited addition of Spotify has been rumored, and fitness features, as ever, seem like a no-brainer.</p>\n<h2>ARKit</h2>\n<p><img class=\"breakout alignnone size-full wp-image-1613413\" src=\"https://techcrunch.com/wp-content/uploads/2018/03/arkit-six-months-hero.jpg\" alt=\"\" width=\"1024\" height=\"600\" /></p>\n<p>Speaking of no-brainers, Apple could use some news on the augmented reality front, after a full year of hype. ARKIT 2.0 has been rumored for the event, bringing the ability for multiple users to share the same AR environment, to facilitate IRL multi-person games and other activities.</p>\n<h2>Hardware</h2>\n<p><img class=\"breakout alignnone size-full wp-image-1595010\" src=\"https://techcrunch.com/wp-content/uploads/2018/02/img_9267.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></p>\n<p>This being a developer conference, hardware is never the primary focus for the event, but it always seems to sneak its way in. After all, Apple’s already got the eyes of the tech world on it this week, so why announce some new gadgets?</p>\n<p>New MacBook Pros seem like a reasonable candidate for the event. New Intel processors under the hood are the likeliest addition on that front. And then there’s the whole keyboard bit. The new switches have been a headache for the company since they were launched back in 2016, including reports of increased failure rates and the looming specter of class action suits. Now would be the perfect chance for the company to introduce a new-new version of the QWERTY.</p>\n<p>Rumors have always been floating around with regard to a new MacBook Air — a product that’s been MIA for some time now, particularly in the wake of the new standard MacBook. A cheaper version of the once revolutionary laptop is said to be coming at some point this year, and WWDC could be just the right launching pad.</p>\n<p>iPhones seem pretty unlikely here, given the release schedule the company has adhered to, but much like the MacBook Air, the iPhone SE is due for a refresh. Perhaps the company will mix things up by tossing the four-inch iPhone into the mix.</p>\n<p>AirPower is yet another wildcard. The company announced its all-device wireless charging pad in the fall, and we’ve not heard hide nor hair of it since, which is pretty unlike Apple. Maybe we’ll actually get a release timeframe this time out? Also potentially on the list are a refreshed iPad Pro, which was missing at Apple’s recent education event and a cheaper HomePod. The latter seems the least likely of the bunch, but Apple’s smart speaker will likely get some love this time out.</p>\n\t\t\t</div>\n\n\t\t\t<footer class=\"article-footer\">\n\t\t\t\t\t\t\t\t\t<input title=\"Article Shortlink\" class=\"shortlink\" readOnly type=\"text\" value=\"\" />\n\t\t\t\t\t\t\t</footer>\n\t\t</article>\n\t</div>\n\t\t</div><!-- end React-root duplication div -->\n</div><!--end #root-->\n\t<!-- JSON-LD -->\n\t<script type=\"application/ld+json\">\n\t\t{\"@context\":\"http:\\/\\/schema.org\",\"publisher\":{\"@type\":\"Organization\",\"name\":\"TechCrunch\",\"logo\":{\"@type\":\"imageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\\/images\\/logo-json-ld.png\",\"width\":\"600\",\"height\":\"60\"}},\"@type\":\"NewsArticle\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/what-to-expect-at-wwdc-2018\\/\"},\"headline\":\"What to expect at WWDC 2018\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2018\\/06\\/wwdc-2018-logo.jpg?w=680\",\"width\":680,\"height\":465},\"datePublished\":\"2018-06-01T20:10:14+00:00\",\"dateModified\":\"2018-06-01T20:10:14+00:00\",\"author\":[{\"@type\":\"Person\",\"name\":\"Brian Heater\"}],\"description\":\"According to the calendar, it\\u2019s somehow already June. That means Apple\\u2019s annual Worldwide Developers Conference is just around the corner. As matter of fact, things kick off in San Jose on Monday morning at 10AM PT (1PM ET). As ever, the main thrust of the show will be focused on developers \\u2014 it\\u2019s right there [&hellip;]\"}\t</script>\n\t<!-- End JSON-LD -->\n\t<script type='text/javascript' src='https://use.typekit.net/svv7knm.js'></script>\n<script type='text/javascript'>\ntry{Typekit.load({ async: true });}catch(e){}\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar tc_app_data = {\"ads\":{\"mns\":[{\"where\":\"*\",\"placements\":{\"native\":\"93501877\",\"mobile_native\":\"93501878\",\"leaderboard\":\"93484975\",\"rightrail\":\"93484976\",\"rightrail_on_view\":\"93484977\",\"mobile_300x250\":\"93484973\",\"mobile_dynamic\":\"93484974\",\"gallery_300x250\":\"93484952\",\"amp\":\"93523784\"}},{\"where\":{\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"gallery_300x250\":\"93484952\",\"leaderboard\":\"93484953\"}},{\"where\":{\"post_type\":[\"tc_sponsored_post\"]},\"placements\":{\"gallery_300x250\":\"93484862\",\"leaderboard\":\"963872468\",\"leaderboard_on_view\":\"963872469\",\"rightrail\":\"963872467\",\"rightrail_on_view\":\"963872467\",\"mobile_320x50\":\"963872466\",\"mobile_dynamic\":\"963872466\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"crunchbase-video-hub\"]},\"placements\":{\"mobile_300x250\":\"93487470\",\"mobile_dynamic\":\"93487469\",\"leaderboard\":\"93487468\",\"rightrail\":\"93487467\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"enterprise\"]},\"placements\":{\"gallery_300x250\":\"93512992\",\"mobile_300x250\":\"93484901\",\"mobile_dynamic\":\"93484902\",\"leaderboard\":\"93484903\",\"rightrail\":\"93484904\",\"rightrail_on_view\":\"93484905\",\"amp\":\"93523756\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"enterprise\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"93512990\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"gadgets\"]},\"placements\":{\"gallery_300x250\":\"93513298\",\"mobile_300x250\":\"93484912\",\"mobile_dynamic\":\"93484913\",\"leaderboard\":\"93484914\",\"rightrail\":\"93484915\",\"rightrail_on_view\":\"93484916\",\"amp\":\"93523764\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"gadgets\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"93513296\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"mobile\"]},\"placements\":{\"mobile_native\":\"93484962\",\"gallery_300x250\":\"93510143\",\"mobile_300x250\":\"93484960\",\"mobile_dynamic\":\"93484961\",\"leaderboard\":\"93484957\",\"rightrail\":\"93484958\",\"rightrail_on_view\":\"93484959\",\"amp\":\"93523763\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"mobile\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"93510142\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"startups\"]},\"placements\":{\"gallery_300x250\":\"93511985\",\"mobile_300x250\":\"93484986\",\"mobile_dynamic\":\"93484987\",\"leaderboard\":\"93484988\",\"rightrail\":\"93484989\",\"rightrail_on_view\":\"93484990\",\"amp\":\"93523762\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"startups\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"93511984\"}},{\"where\":{\"post_type\":[\"tc_marketing\"]},\"placements\":{\"mobile_dynamic\":\"93484859\",\"leaderboard\":\"93484860\",\"leaderboard_on_view\":\"93484861\",\"rightrail\":\"93484862\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"apple\"]},\"placements\":{\"mobile_300x250\":\"93484869\",\"mobile_dynamic\":\"93484870\",\"leaderboard\":\"93484866\",\"rightrail\":\"93484867\",\"rightrail_on_view\":\"93484868\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"back-to-school\",\"backtoschool\",\"backtoschool13\"]},\"placements\":{\"mobile_300x250\":\"93484871\",\"mobile_dynamic\":\"93484872\",\"leaderboard\":\"93484873\",\"rightrail\":\"93484874\",\"rightrail_on_view\":\"93484875\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"ces\"]},\"placements\":{\"gallery_300x250\":\"963853166\",\"mobile_300x250\":\"93484876\",\"mobile_dynamic\":\"93484877\",\"leaderboard\":\"93484878\",\"rightrail\":\"93484879\",\"rightrail_on_view\":\"93484880\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"ces\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"963853167\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"disrupt\"]},\"placements\":{\"mobile_300x250\":\"93484895\",\"mobile_dynamic\":\"93484896\",\"leaderboard\":\"93484897\",\"rightrail\":\"93484898\",\"rightrail_on_view\":\"93484899\",\"amp\":\"93523765\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"holiday-gift-guide\"]},\"placements\":{\"gallery_300x250\":\"93518231\",\"mobile_300x250\":\"93484930\",\"mobile_dynamic\":\"93484931\",\"leaderboard\":\"93484932\",\"rightrail\":\"93484933\",\"rightrail_on_view\":\"93484934\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"holiday-gift-guide\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"93518230\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"sxsw\"]},\"placements\":{\"gallery_300x250\":\"963858038\",\"mobile_300x250\":\"963858040\",\"mobile_dynamic\":\"963858041\",\"leaderboard\":\"963858042\",\"rightrail\":\"963858043\",\"rightrail_on_view\":\"963858044\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"holiday-gift-guide\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"963858039\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"tc_video\"]},\"placements\":{\"leaderboard\":\"963874666\",\"rightrail\":\"963874667\",\"rightrail_on_view\":\"963874668\",\"mobile_320x50\":\"93485001\",\"mobile_300x250\":\"93485000\",\"mobile_dynamic\":\"93484943\",\"amp\":\"93523757\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"developer\"]},\"placements\":{\"gallery_300x250\":\"93510995\",\"mobile_300x250\":\"93484890\",\"mobile_dynamic\":\"93484891\",\"leaderboard\":\"93484892\",\"rightrail\":\"93484893\",\"rightrail_on_view\":\"93484894\",\"amp\":\"93523761\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"developer\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"93510992\"}},{\"where\":{\"url\":\"\\/video\\/\"},\"placements\":{\"leaderboard\":\"963874666\",\"rightrail\":\"963874667\",\"rightrail_on_view\":\"963874668\",\"mobile_320x50\":\"93485001\",\"mobile_300x250\":\"93485000\",\"mobile_dynamic\":\"93484943\",\"amp\":\"93523757\"}},{\"where\":{\"url\":\"\\/(page\\/\\\\d+)?\"},\"placements\":{\"native\":\"93484857\",\"leaderboard\":\"93484945\",\"rightrail\":\"93484946\",\"rightrail_on_view\":\"93484947\",\"amp\":\"93523758\",\"mobile_native\":\"93484858\",\"mobile_300x250\":\"93484942\",\"mobile_dynamic\":\"93484943\"}}],\"adpage\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\\/features\\/ads\\/_uac\\/adpage.html\"},\"assetURI\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\",\"breaking\":\"\",\"live_event\":\"0\",\"livestream_hash\":null,\"feature_island\":[],\"isAdminBar\":\"\",\"marketoEventId\":\"1004\",\"menus\":{\"main\":[{\"id\":335981,\"order\":1,\"parent\":0,\"text\":\"Startups\",\"url\":\"https:\\/\\/techcrunch.com\\/startups\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":20429,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]},{\"id\":1599989,\"order\":2,\"parent\":0,\"text\":\"Apps\",\"url\":\"https:\\/\\/techcrunch.com\\/apps\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":449557102,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]},{\"id\":335983,\"order\":3,\"parent\":0,\"text\":\"Gadgets\",\"url\":\"https:\\/\\/techcrunch.com\\/gadgets\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":449557086,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]},{\"id\":1599990,\"order\":4,\"parent\":0,\"text\":\"Events\",\"url\":\"\\/events\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1599990,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":335986,\"order\":5,\"parent\":0,\"text\":\"Videos\",\"url\":\"\\/video\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":335986,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1599991,\"order\":6,\"parent\":0,\"text\":\"\\u2014\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1599991,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1599992,\"order\":7,\"parent\":0,\"text\":\"Crunchbase\",\"url\":\"http:\\/\\/crunchbase.com\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1599992,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}],\"submenu\":[{\"id\":1599997,\"order\":1,\"parent\":0,\"text\":\"Topics\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1599997,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[{\"id\":1600003,\"order\":2,\"parent\":1599997,\"text\":\"Social\",\"url\":\"https:\\/\\/techcrunch.com\\/social\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"How technology is shaping the way we live with each other\",\"object_id\":3457,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]},{\"id\":1600004,\"order\":3,\"parent\":1599997,\"text\":\"Mobile\",\"url\":\"https:\\/\\/techcrunch.com\\/mobile\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"The apps, platforms and businesses redefining how we use computers\",\"object_id\":449557028,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]},{\"id\":1600005,\"order\":4,\"parent\":1599997,\"text\":\"Enterprise\",\"url\":\"https:\\/\\/techcrunch.com\\/enterprise\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"How cloud computing, big data and new devices are changing work\",\"object_id\":449557044,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]}]},{\"id\":1599998,\"order\":5,\"parent\":0,\"text\":\"About\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1599998,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[{\"id\":1601717,\"order\":6,\"parent\":1599998,\"text\":\"Staff\",\"url\":\"\\/pages\\/about-techcrunch\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601717,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1600007,\"order\":7,\"parent\":1599998,\"text\":\"Contact Us\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/contact-us\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":672,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]},{\"id\":1600006,\"order\":8,\"parent\":1599998,\"text\":\"Advertising Opportunities\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/advertisement-events-calendar\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1416499,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]}]},{\"id\":1600000,\"order\":9,\"parent\":0,\"text\":\"More TechCrunch\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600000,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[{\"id\":1600009,\"order\":10,\"parent\":1600000,\"text\":\"Startup Battlefield\",\"url\":\"\\/startup-battlefield\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600009,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1600010,\"order\":11,\"parent\":1600000,\"text\":\"Include\",\"url\":\"\\/include\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600010,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1600012,\"order\":12,\"parent\":1600000,\"text\":\"Crunchboard\",\"url\":\"http:\\/\\/crunchboard.com\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600012,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1600011,\"order\":13,\"parent\":1600000,\"text\":\"TechCrunch Store\",\"url\":\"http:\\/\\/techcrunchstore.com\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600011,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1620756,\"order\":14,\"parent\":1600000,\"text\":\"Apply to Startup Events\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/tc-startup-programs\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1617703,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]}]},{\"id\":1600001,\"order\":15,\"parent\":0,\"text\":\"Read Anywhere\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600001,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[{\"id\":1600013,\"order\":16,\"parent\":1600001,\"text\":\"App Store\",\"url\":\"https:\\/\\/itunes.apple.com\\/us\\/app\\/techcrunch\\/id526058642?mt=8\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600013,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1600014,\"order\":17,\"parent\":1600001,\"text\":\"Google Play\",\"url\":\"https:\\/\\/play.google.com\\/store\\/apps\\/details?id=com.aol.mobile.techcrunch\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600014,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}]},{\"id\":1600002,\"order\":18,\"parent\":0,\"text\":\"International\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600002,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[{\"id\":1600015,\"order\":19,\"parent\":1600002,\"text\":\"China\",\"url\":\"http:\\/\\/techcrunch.cn\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600015,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1600016,\"order\":20,\"parent\":1600002,\"text\":\"Japan\",\"url\":\"http:\\/\\/jp.techcrunch.com\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600016,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}]}],\"footer\":[{\"id\":1601925,\"order\":1,\"parent\":0,\"text\":\"Privacy Policy (Updated)\",\"url\":\"https:\\/\\/policies.oath.com\\/xw\\/en\\/oath\\/privacy\\/intl\\/index.html\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601925,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1601926,\"order\":2,\"parent\":0,\"text\":\"About Our Ads\",\"url\":\"http:\\/\\/adinfo.aol.com\\/about-our-ads\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601926,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1601987,\"order\":3,\"parent\":0,\"text\":\"Anti-Harassment Policy\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/anti-harassment-policy\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":881251,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]},{\"id\":1601928,\"order\":4,\"parent\":0,\"text\":\"Terms of Service (Updated)\",\"url\":\"https:\\/\\/policies.oath.com\\/us\\/en\\/oath\\/terms\\/otos\\/index.html\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601928,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}],\"include\":[{\"id\":1601974,\"order\":1,\"parent\":0,\"text\":\"Our Mission\",\"url\":\"\\/include\\/mission-statement\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601974,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1601975,\"order\":2,\"parent\":0,\"text\":\"Office Hours\",\"url\":\"\\/include\\/office-hours\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601975,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}],\"startup-battlefield\":[{\"id\":1602061,\"order\":1,\"parent\":0,\"text\":\"About\",\"url\":\"\\/startup-battlefield\\/about\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1602061,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1602062,\"order\":2,\"parent\":0,\"text\":\"FAQ\",\"url\":\"\\/startup-battlefield\\/faq\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1602062,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1602063,\"order\":3,\"parent\":0,\"text\":\"Leaderboard\",\"url\":\"\\/startup-battlefield\\/leaderboard\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1602063,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1602065,\"order\":4,\"parent\":0,\"text\":\"Battlefield Home\",\"url\":\"\\/startup-battlefield\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1602065,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}],\"video-hub\":[{\"id\":1605165,\"order\":1,\"parent\":0,\"text\":\"News\",\"url\":\"\\/shows\\/tctv-news\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605165,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605166,\"order\":2,\"parent\":0,\"text\":\"Gadgets\",\"url\":\"\\/shows\\/gadgets\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605166,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605167,\"order\":3,\"parent\":0,\"text\":\"Features\",\"url\":\"\\/shows\\/features\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605167,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605168,\"order\":4,\"parent\":0,\"text\":\"Reviews\",\"url\":\"\\/shows\\/reviews\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605168,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605169,\"order\":5,\"parent\":0,\"text\":\"Interviews\",\"url\":\"\\/shows\\/interviews\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605169,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605170,\"order\":6,\"parent\":0,\"text\":\"Apps\",\"url\":\"\\/shows\\/apps\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605170,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605171,\"order\":7,\"parent\":0,\"text\":\"Disrupt\",\"url\":\"\\/shows\\/techcrunch-disrupt\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605171,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605172,\"order\":8,\"parent\":0,\"text\":\"Battlefield\",\"url\":\"\\/shows\\/techcrunch-battlefield\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605172,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605173,\"order\":9,\"parent\":0,\"text\":\"Sessions\",\"url\":\"\\/shows\\/tc-sessions\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605173,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605174,\"order\":10,\"parent\":0,\"text\":\"Crunch Report\",\"url\":\"\\/shows\\/crunch-report\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605174,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605175,\"order\":11,\"parent\":0,\"text\":\"Judah vs the Machines\",\"url\":\"\\/shows\\/judah-vs-the-machines\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605175,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605176,\"order\":12,\"parent\":0,\"text\":\"Down Round\",\"url\":\"\\/shows\\/down-round\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605176,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605177,\"order\":13,\"parent\":0,\"text\":\"Trust Disrupted\",\"url\":\"\\/shows\\/trust-disrupted\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605177,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605178,\"order\":14,\"parent\":0,\"text\":\"Built in Brooklyn\",\"url\":\"\\/shows\\/built-in-brooklyn\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605178,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605179,\"order\":15,\"parent\":0,\"text\":\"Inside Jobs\",\"url\":\"\\/shows\\/inside-jobs\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605179,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605180,\"order\":16,\"parent\":0,\"text\":\"TC Cribs\",\"url\":\"\\/shows\\/tc-cribs\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605180,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}]},\"playlistData\":{\"homepage\":{\"id\":\"5769adbee4b0f19a0c6993bf\",\"title\":\"Latest TechCrunch Videos\",\"description\":\"The latest videos from the TechCrunch team.\",\"numberOfVideos\":100,\"tags\":[\"techcrunch\",\"new\",\"latest\",\"all\",\"videos\"],\"modificationDate\":\"2018-05-04 05:19:26\",\"creationDate\":\"2016-06-21 21:12:30\",\"thumbnail\":\"http:\\/\\/img.vidible.tv\\/prod\\/2018-06\\/01\\/5b1168ad7cce6e408cbe9e6f\\/5b116909539014689dcdd8d4_o_U_v1.png\",\"type\":\"dynamic\",\"createdBy\":\"Felicia Williams\",\"name\":\"Latest TechCrunch Videos\"},\"videohub\":[]},\"entities\":{\"posts\":[{\"id\":1649606,\"date\":\"2018-06-01T13:10:14\",\"date_gmt\":\"2018-06-01T20:10:14\",\"guid\":{\"rendered\":\"https:\\/\\/techcrunch.com\\/?p=1649606\"},\"modified\":\"2018-06-01T13:10:14\",\"modified_gmt\":\"2018-06-01T20:10:14\",\"slug\":\"what-to-expect-at-wwdc-2018\",\"status\":\"publish\",\"type\":\"post\",\"link\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/what-to-expect-at-wwdc-2018\\/\",\"title\":{\"rendered\":\"What to expect at WWDC 2018\"},\"content\":{\"rendered\":\"<p><span class=\\\"featured__span-first-words\\\">According to the<\\/span> calendar, it\\u2019s somehow already June. That means Apple\\u2019s annual Worldwide Developers Conference is just around the corner. As matter of fact, things kick off in San Jose on Monday morning at 10AM PT (1PM ET).<\\/p>\\n<p>As ever, the main thrust of the show will be focused on developers \\u2014 it\\u2019s right there in the name \\u2014 but <a class=\\\"crunchbase-link\\\" href=\\\"https:\\/\\/www.crunchbase.com\\/organization\\/apple\\/\\\" target=\\\"_blank\\\" data-type=\\\"organization\\\" data-entity=\\\"apple\\\">Apple <span class=\\\"crunchbase-tooltip-indicator\\\"><\\/span><\\/a> also loves to use yearly spotlight as an opportunity to make some big announcements on the consumer side, as well. iOS and MacOS will no doubt be the focus of the show per usual, but ARKit, Home Kit, Watch OS and some hardware are likely to make strong showings at the event, as well.<\\/p>\\n<p>Apple\\u2019s certainly surprised us before, but here\\u2019s our best (educated) guesses at what the company will be showing off in the next week.<\\/p>\\n<h2>iOS<\\/h2>\\n<p><img class=\\\"breakout alignnone size-full wp-image-1581070\\\" src=\\\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/12\\/31-iphone-x.jpg\\\" alt=\\\"\\\" width=\\\"1024\\\" height=\\\"683\\\" \\/><\\/p>\\n<p>The company dropped the latest update to its mobile operating system just week. 11.4 provides some key insight into the state of the ecosystem and, perhaps, a glimpse into where Apple is going as it continues to build connections between its various software offerings. The home was the key this time out, as the company added AirPlay and improved HomePod functionality, among others.<\\/p>\\n<p>A glimpse at iOS 12 could well be on the schedule for Monday morning. From the sound of leaks, rumors and the like, this latest major upgrade is more about increasing the overall stability of the operating system, rather than focusing on the latest flashy features \\u2014 including bug fixes and helping improve the updates introduced in its predecessor.<\\/p>\\n<p>That said, there\\u2019s likely to be at least a few interesting new, consumer-facing additions to iOS this time out. NFC-based door unlocking is one of the more compelling rumors, this time around, bringing even more highly personal functionality to Apple\\u2019s handsets.<\\/p>\\n<p>A bigger push into personal health seems like a no-brainer, given everything that Apple\\u2019s been focusing on with its wearable. Just this morning, word of a new digital well being features made the rounds, bringing into sharp focus the amount of time users spend on their devices. If <a href=\\\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/apple-to-launch-its-own-digital-health-features-in-ios-12-says-report\\/\\\">\\u201cDigital Health\\u201d<\\/a> does get added here, it will join the likes of Facebook and Google in a push to give users more insight into their hardware habits.<\\/p>\\n<h2>MacOS<\\/h2>\\n<p><img class=\\\"breakout alignnone size-full wp-image-1408452\\\" src=\\\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2016\\/10\\/img_2562.jpg\\\" alt=\\\"\\\" width=\\\"1024\\\" height=\\\"683\\\" \\/><\\/p>\\n<p>Apple\\u2019s desktop operating seems poised to get a little less love that its mobile counterpart, this time out \\u2014 but honestly, what else is new? In fact, the biggest rumor on this front is the addition of so-called \\u201cUniversal Apps,\\u201d which further blur the line between desktop and mobile. The system would essentially provide seamless syncing between apps on the two operating systems, allowing users to switch between devices, picking up where they left off.<\\/p>\\n<p>WatchOS<br \\/>\\nIn spite of a recent rename, Wear OS got virtually no love at Google I\\/O the other week. But Apple\\u2019s own wearable initiative has been a much more consistent success story for the company. While the company seems unlikely to actually show off a newer version of the watch itself, we\\u2019ll probably get a glimpse at Watch OS 5. What, exactly the wearable OS will look like, however, is strictly conjecture at the moment, though the long-awaited addition of Spotify has been rumored, and fitness features, as ever, seem like a no-brainer.<\\/p>\\n<h2>ARKit<\\/h2>\\n<p><img class=\\\"breakout alignnone size-full wp-image-1613413\\\" src=\\\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2018\\/03\\/arkit-six-months-hero.jpg\\\" alt=\\\"\\\" width=\\\"1024\\\" height=\\\"600\\\" \\/><\\/p>\\n<p>Speaking of no-brainers, Apple could use some news on the augmented reality front, after a full year of hype. ARKIT 2.0 has been rumored for the event, bringing the ability for multiple users to share the same AR environment, to facilitate IRL multi-person games and other activities.<\\/p>\\n<h2>Hardware<\\/h2>\\n<p><img class=\\\"breakout alignnone size-full wp-image-1595010\\\" src=\\\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2018\\/02\\/img_9267.jpg\\\" alt=\\\"\\\" width=\\\"1024\\\" height=\\\"683\\\" \\/><\\/p>\\n<p>This being a developer conference, hardware is never the primary focus for the event, but it always seems to sneak its way in. After all, Apple\\u2019s already got the eyes of the tech world on it this week, so why announce some new gadgets?<\\/p>\\n<p>New MacBook Pros seem like a reasonable candidate for the event. New Intel processors under the hood are the likeliest addition on that front. And then there\\u2019s the whole keyboard bit. The new switches have been a headache for the company since they were launched back in 2016, including reports of increased failure rates and the looming specter of class action suits. Now would be the perfect chance for the company to introduce a new-new version of the QWERTY.<\\/p>\\n<p>Rumors have always been floating around with regard to a new MacBook Air \\u2014 a product that\\u2019s been MIA for some time now, particularly in the wake of the new standard MacBook. A cheaper version of the once revolutionary laptop is said to be coming at some point this year, and WWDC could be just the right launching pad.<\\/p>\\n<p>iPhones seem pretty unlikely here, given the release schedule the company has adhered to, but much like the MacBook Air, the iPhone SE is due for a refresh. Perhaps the company will mix things up by tossing the four-inch iPhone into the mix.<\\/p>\\n<p>AirPower is yet another wildcard. The company announced its all-device wireless charging pad in the fall, and we\\u2019ve not heard hide nor hair of it since, which is pretty unlike Apple. Maybe we\\u2019ll actually get a release timeframe this time out? Also potentially on the list are a refreshed iPad Pro, which was missing at Apple\\u2019s recent education event and a cheaper HomePod. The latter seems the least likely of the bunch, but Apple\\u2019s smart speaker will likely get some love this time out.<\\/p>\\n\",\"protected\":false},\"excerpt\":{\"rendered\":\"<p>According to the calendar, it\\u2019s somehow already June. That means Apple\\u2019s annual Worldwide Developers Conference is just around the corner. As matter of fact, things kick off in San Jose on Monday morning at 10AM PT (1PM ET). As ever, the main thrust of the show will be focused on developers \\u2014 it\\u2019s right there [&hellip;]<\\/p>\\n\",\"protected\":false},\"author\":699688,\"featured_media\":1649607,\"comment_status\":\"open\",\"ping_status\":\"closed\",\"sticky\":false,\"template\":\"\",\"format\":\"standard\",\"meta\":{\"outcome\":\"\",\"status\":\"\",\"crunchbase_tag\":0,\"amp_status\":\"\",\"relegenceEntities\":[],\"relegenceSubjects\":[]},\"categories\":[17396],\"tags\":[291,36265994,576594947,324281,576602452,55368,335035922,576603510],\"crunchbase_tag\":[],\"tc_stories_tax\":[],\"tc_event\":[],\"shortlink\":\"https:\\/\\/tcrn.ch\\/2xG6Dlo\",\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"featured\":true,\"subtitle\":\"iOS, MacOS and more will take center stage at Apple's World Wide Development Conference next week\",\"fundingRound\":false,\"seoTitle\":\"\",\"seoDescription\":\"\",\"tc_unified_tagging\":[{\"tag\":{\"term_id\":576603510,\"name\":\"WWDC 2018\",\"slug\":\"wwdc-2018\",\"term_group\":0,\"term_taxonomy_id\":159644,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":1,\"filter\":\"raw\"},\"cb_tags\":[]},{\"tag\":{\"term_id\":291,\"name\":\"Apple\",\"slug\":\"apple\",\"term_group\":0,\"term_taxonomy_id\":66,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":8689,\"filter\":\"raw\"},\"cb_tags\":[{\"apple-organization\":\"Apple\"}]},{\"tag\":{\"term_id\":576594947,\"name\":\"HomePod\",\"slug\":\"homepod\",\"term_group\":0,\"term_taxonomy_id\":151081,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":28,\"filter\":\"raw\"},\"cb_tags\":[]},{\"tag\":{\"term_id\":576602452,\"name\":\"iOS 12\",\"slug\":\"ios-12\",\"term_group\":0,\"term_taxonomy_id\":158586,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":1,\"filter\":\"raw\"},\"cb_tags\":[]},{\"tag\":{\"term_id\":324281,\"name\":\"iOS\",\"slug\":\"ios\",\"term_group\":0,\"term_taxonomy_id\":7242,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":1164,\"filter\":\"raw\"},\"cb_tags\":[]},{\"tag\":{\"term_id\":55368,\"name\":\"macos\",\"slug\":\"macos\",\"term_group\":0,\"term_taxonomy_id\":127371,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":42,\"filter\":\"raw\"},\"cb_tags\":[]},{\"tag\":{\"term_id\":335035922,\"name\":\"watchOS\",\"slug\":\"watchos\",\"term_group\":0,\"term_taxonomy_id\":120474,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":17,\"filter\":\"raw\"},\"cb_tags\":[]},{\"tag\":{\"term_id\":36265994,\"name\":\"Apple Watch\",\"slug\":\"apple-watch\",\"term_group\":0,\"term_taxonomy_id\":107072,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":344,\"filter\":\"raw\"},\"cb_tags\":[]}],\"associatedEvent\":null,\"event\":null,\"authors\":[699688],\"hideFeaturedImage\":false,\"relatedArticles\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/1649606\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/types\\/post\"}],\"version-history\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/1649606\\/revisions\"}],\"authors\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/699688\"}],\"replies\":[{\"embeddable\":true,\"count\":1,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments?post=1649606&order=asc&tc_hierarchical=flat\"}],\"author\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/699688\"}],\"wp:featuredmedia\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\\/1649607\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media?parent=1649606\"}],\"wp:term\":[{\"taxonomy\":\"category\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories?post=1649606\"},{\"taxonomy\":\"post_tag\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags?post=1649606\"},{\"taxonomy\":\"_tc_cb_tag_taxonomy\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/crunchbase_tag?post=1649606\"},{\"taxonomy\":\"tc_stories_tax\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_stories_tax?post=1649606\"},{\"taxonomy\":\"tc_event\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_event?post=1649606\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]},\"_embedded\":{\"authors\":[{\"id\":699688,\"name\":\"Brian Heater\",\"url\":\"\",\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/author\\/brian-heater\\/\",\"slug\":\"brian-heater\",\"avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/69b6dc548d05dedd0132f12e075bf7de?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/69b6dc548d05dedd0132f12e075bf7de?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/69b6dc548d05dedd0132f12e075bf7de?s=96&d=identicon&r=g\"},\"links\":{\"twitter\":\"https:\\/\\/twitter.com\\/bheater\",\"linkedin\":\"http:\\/\\/www.linkedin.com\\/pub\\/brian-heater\\/1\\/a92\\/94\",\"crunchbase\":\"https:\\/\\/www.crunchbase.com\\/person\\/brian-heater\"},\"position\":\"Hardware Editor\",\"cbDescription\":\"<p>Brian Heater is the Hardware Editor at TechCrunch. He worked for a number of leading tech publications, including Engadget, PCMag, Laptop, and Tech Times, where he served as the Managing Editor. His writing has appeared in Spin, Wired, Playboy, Entertainment Weekly, The Onion, Boing Boing, Publishers Weekly, The Daily Beast and various other publications. He hosts the weekly Boing Boing interview podcast RiYL, has appeared as a regular NPR contributor and shares his Queens apartment with a rabbit named Lucy.<\\/p>\",\"cbAvatar\":\"https:\\/\\/crunchbase-production-res.cloudinary.com\\/image\\/upload\\/h_216,w_216,c_fit\\/v1461345979\\/xynitsmpgmmobpekzxkg.jpg\",\"twitter\":\"bheater\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/699688\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\"}]}}],\"replies\":[[{\"id\":565784,\"parent\":0,\"author\":0,\"author_name\":\"Greg Oliver\",\"author_url\":\"\",\"date\":\"2018-06-02T01:42:38\",\"content\":{\"rendered\":\"<p>Exciting things ahead. Love them or hate them, no one sets the trend quite like Apple.<\\/p>\\n<p><a href=\\\"https:\\/\\/TheGadgetNerds.com\\\" rel=\\\"nofollow\\\">https:\\/\\/TheGadgetNerds.com<\\/a><\\/p>\\n\"},\"link\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/what-to-expect-at-wwdc-2018\\/#comment-565784\",\"type\":\"comment\",\"author_avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/46152105c64990e0e7b589dff2f65b4f?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/46152105c64990e0e7b589dff2f65b4f?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/46152105c64990e0e7b589dff2f65b4f?s=96&d=identicon&r=g\"},\"techcrunch\":{\"avatar\":\"https:\\/\\/ct.yimg.com\\/cy\\/1768\\/39361574426_98028a_64sq.jpg\",\"company\":\"(no company found)\",\"title\":\"(no title found)\",\"user\":\"W2T3X2JUL2NHL6AQE43FQEM6IS\"},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments\\/565784\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments\"}],\"up\":[{\"embeddable\":true,\"post_type\":\"post\",\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/1649606\"}]}}]],\"author\":[{\"id\":699688,\"name\":\"Brian Heater\",\"url\":\"\",\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/author\\/brian-heater\\/\",\"slug\":\"brian-heater\",\"avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/69b6dc548d05dedd0132f12e075bf7de?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/69b6dc548d05dedd0132f12e075bf7de?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/69b6dc548d05dedd0132f12e075bf7de?s=96&d=identicon&r=g\"},\"links\":{\"twitter\":\"https:\\/\\/twitter.com\\/bheater\",\"linkedin\":\"http:\\/\\/www.linkedin.com\\/pub\\/brian-heater\\/1\\/a92\\/94\",\"crunchbase\":\"https:\\/\\/www.crunchbase.com\\/person\\/brian-heater\"},\"position\":\"Hardware Editor\",\"cbDescription\":\"<p>Brian Heater is the Hardware Editor at TechCrunch. He worked for a number of leading tech publications, including Engadget, PCMag, Laptop, and Tech Times, where he served as the Managing Editor. His writing has appeared in Spin, Wired, Playboy, Entertainment Weekly, The Onion, Boing Boing, Publishers Weekly, The Daily Beast and various other publications. He hosts the weekly Boing Boing interview podcast RiYL, has appeared as a regular NPR contributor and shares his Queens apartment with a rabbit named Lucy.<\\/p>\",\"cbAvatar\":\"https:\\/\\/crunchbase-production-res.cloudinary.com\\/image\\/upload\\/h_216,w_216,c_fit\\/v1461345979\\/xynitsmpgmmobpekzxkg.jpg\",\"twitter\":\"bheater\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/699688\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\"}]}}],\"wp:featuredmedia\":[{\"id\":1649607,\"date\":\"2018-06-01T12:50:47\",\"slug\":\"wwdc-2018-logo\",\"type\":\"attachment\",\"link\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/what-to-expect-at-wwdc-2018\\/wwdc-2018-logo\\/\",\"title\":{\"rendered\":\"wwdc-2018-logo\"},\"author\":699688,\"license\":\"\",\"authors\":[699688],\"caption\":{\"rendered\":\"\"},\"alt_text\":\"\",\"media_type\":\"image\",\"mime_type\":\"image\\/jpeg\",\"media_details\":{\"width\":1600,\"height\":1094,\"file\":\"2018\\/06\\/wwdc-2018-logo.jpg\",\"sizes\":[],\"image_meta\":{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"0\",\"keywords\":[]}},\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2018\\/06\\/wwdc-2018-logo.jpg\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\\/1649607\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/types\\/attachment\"}],\"replies\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments?post=1649607\"}],\"author\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/699688\"}]}}],\"wp:term\":[[{\"id\":17396,\"link\":\"https:\\/\\/techcrunch.com\\/tc\\/\",\"name\":\"TC\",\"slug\":\"tc\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/17396\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=17396\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=17396\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=17396\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[{\"id\":291,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/apple\\/\",\"name\":\"Apple\",\"slug\":\"apple\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/291\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=291\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=291\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=291\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=291\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=291\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":36265994,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/apple-watch\\/\",\"name\":\"Apple Watch\",\"slug\":\"apple-watch\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/36265994\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=36265994\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=36265994\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=36265994\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=36265994\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=36265994\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":576594947,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/homepod\\/\",\"name\":\"HomePod\",\"slug\":\"homepod\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/576594947\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=576594947\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=576594947\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=576594947\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=576594947\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=576594947\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":324281,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/ios\\/\",\"name\":\"iOS\",\"slug\":\"ios\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/324281\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=324281\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=324281\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=324281\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=324281\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=324281\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":576602452,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/ios-12\\/\",\"name\":\"iOS 12\",\"slug\":\"ios-12\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/576602452\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=576602452\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=576602452\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=576602452\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=576602452\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=576602452\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":55368,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/macos\\/\",\"name\":\"macos\",\"slug\":\"macos\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/55368\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=55368\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=55368\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=55368\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=55368\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=55368\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":335035922,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/watchos\\/\",\"name\":\"watchOS\",\"slug\":\"watchos\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/335035922\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=335035922\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=335035922\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=335035922\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=335035922\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=335035922\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":576603510,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/wwdc-2018\\/\",\"name\":\"WWDC 2018\",\"slug\":\"wwdc-2018\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/576603510\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=576603510\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=576603510\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=576603510\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=576603510\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=576603510\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[],[],[]]}}],\"media\":[],\"events\":[],\"battlefieldEvents\":[],\"battlefieldCompanies\":[],\"battlefieldPages\":[]},\"current_posts\":[1649606],\"request\":\"\\/2018\\/06\\/01\\/what-to-expect-at-wwdc-2018\\/\",\"siteURI\":\"https:\\/\\/techcrunch.com\\/\",\"totalPages\":\"0\",\"trending\":[{\"id\":\"291\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/apple\\/\",\"name\":\"Apple \",\"type\":\"tag\"},{\"id\":\"424613844\",\"link\":\"https:\\/\\/techcrunch.com\\/artificial-intelligence-2\\/\",\"name\":\"Artificial Intelligence\",\"type\":\"category\"},{\"id\":\"1599510\",\"link\":\"https:\\/\\/techcrunch.com\\/events\\/techcrunch-tel-aviv\\/\",\"name\":\"TechCrunch Tel Aviv \",\"type\":\"event\"},{\"id\":\"576601119\",\"link\":\"https:\\/\\/techcrunch.com\\/cryptocurrency\\/\",\"name\":\"Cryptocurrency\",\"type\":\"category\"},{\"id\":\"11160\",\"link\":\"https:\\/\\/techcrunch.com\\/ecommerce\\/\",\"name\":\"eCommerce \",\"type\":\"category\"},{\"id\":\"2401\",\"link\":\"https:\\/\\/techcrunch.com\\/transportation\\/\",\"name\":\"Transportation \",\"type\":\"category\"},{\"id\":\"6602\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/amazon\\/\",\"name\":\"Amazon \",\"type\":\"tag\"},{\"id\":\"60523764\",\"link\":\"https:\\/\\/techcrunch.com\\/fundings-exits\\/\",\"name\":\"Fundings & Exits \",\"type\":\"category\"},{\"id\":\"449223024\",\"link\":\"https:\\/\\/techcrunch.com\\/hardware\\/\",\"name\":\"Hardware \",\"type\":\"category\"},{\"id\":\"426637499\",\"link\":\"https:\\/\\/techcrunch.com\\/privacy\\/\",\"name\":\"Privacy \",\"type\":\"category\"},{\"id\":\"3457\",\"link\":\"https:\\/\\/techcrunch.com\\/social\\/\",\"name\":\"Social \",\"type\":\"category\"},{\"id\":\"13217\",\"link\":\"https:\\/\\/techcrunch.com\\/policy\\/\",\"name\":\"Policy \",\"type\":\"category\"}],\"videoPlayerIds\":{\"no-ad-autostart\":\"56f58bbbe4b01497527036b2\",\"regular\":\"56df4e9de4b0c9c31d626c18\",\"regular-autostart\":\"56faf851e4b0d3dcac2e081a\",\"sideview-autostart\":\"57e2c53fcc52c7730882bbfe\"},\"facebookPixelId\":\"1447508128842484\",\"marketoAccountId\":\"270-WRY-762\",\"vidibleCompanyId\":\"564f313b67b6231408bc51ee\",\"recaptchaPublic\":\"6LeZyjwUAAAAABqkWH_Ct0efGn0B4pGU6ZLUeUvA\",\"googleAnalyticsID\":\"UA-991406-1\",\"googleAnalyticsDomains\":[\"techcrunch.com\"],\"tinypass\":{\"scriptURL\":\"https:\\/\\/dashboard.tinypass.com\",\"apiKey\":\"Fy7FpgyUxA\",\"apiURL\":\"https:\\/\\/api.tinypass.com\"},\"legacyPages\":[],\"apiNonce\":\"9bcbe3c6f6\",\"userCan\":{\"editPosts\":false,\"restNonce\":null},\"initialStore\":{\"events\":{\"eventTypeIDs\":[],\"eventPostIds\":[],\"featuredEventIDs\":{\"event_home\":[]},\"featuredPostIDs\":{},\"pastEventIDs\":{\"default\":[]},\"pastFilters\":{},\"pastLoading\":false,\"upcomingEventIDs\":{\"default\":null},\"upcomingFilters\":{},\"upcomingLoading\":false},\"section\":{\"allPosts\":[1649606],\"contentObject\":null,\"currentPage\":1,\"expandedPost\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/what-to-expect-at-wwdc-2018\\/\",\"expandedIsland\":\"\",\"loading\":false,\"component\":\"singlePost\"}}};\n/* ]]> */\n</script>\n<script type='text/javascript' src='https://techcrunch.com/_static/??/wp-content/themes/techcrunch-2017/build/js/main.js,/wp-includes/js/wp-embed.min.js?m=1527882278j'></script>\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"techcrunch.com\"></div>\n</div>\n<script data-cfasync=\"false\">\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.setAttribute('data-cfasync', 'false'); e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include: Standard -->\n<script type='text/javascript' src='https://stats.wp.com/e-201822.js' async='async' defer='defer'></script>\n<script type='text/javascript'>\n\t_stq = window._stq || [];\n\t_stq.push([ 'view', {v:'ext',j:'1:6.1.1',blog:'136296444',post:'1649606',tz:'-7',srv:'techcrunch.com'} ]);\n\t_stq.push([ 'clickTrackerInit', '136296444', '1649606' ]);\n</script>\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"bam.nr-data.net\",\"licenseKey\":\"4750574831\",\"applicationID\":\"71001471\",\"transactionName\":\"NlRbNkYEWERTVkVcXA8eehdHEVlaHUJBGkVTHk0BawBAUlxB\",\"queueTime\":0,\"applicationTime\":201,\"atts\":\"GhNMQA4eSxsQVBMPSBxM\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"\"}</script></body>\n</html>\n"
  },
  {
    "path": "api/test/data/og/techcrunch_broken.html",
    "content": "\n<!DOCTYPE html>\n<html lang=\"en-US\" class=\"no-js\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" /><script type=\"text/javascript\">window.NREUM||(NREUM={}),__nr_require=function(e,t,n){function r(n){if(!t[n]){var o=t[n]={exports:{}};e[n][0].call(o.exports,function(t){var o=e[n][1][t];return r(o||t)},o,o.exports)}return t[n].exports}if(\"function\"==typeof __nr_require)return __nr_require;for(var o=0;o<n.length;o++)r(n[o]);return r}({1:[function(e,t,n){function r(){}function o(e,t,n){return function(){return i(e,[f.now()].concat(u(arguments)),t?null:this,n),t?void 0:this}}var i=e(\"handle\"),a=e(2),u=e(3),c=e(\"ee\").get(\"tracer\"),f=e(\"loader\"),s=NREUM;\"undefined\"==typeof window.newrelic&&(newrelic=s);var p=[\"setPageViewName\",\"setCustomAttribute\",\"setErrorHandler\",\"finished\",\"addToTrace\",\"inlineHit\",\"addRelease\"],d=\"api-\",l=d+\"ixn-\";a(p,function(e,t){s[t]=o(d+t,!0,\"api\")}),s.addPageAction=o(d+\"addPageAction\",!0),s.setCurrentRouteName=o(d+\"routeName\",!0),t.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,t){var n={},r=this,o=\"function\"==typeof t;return i(l+\"tracer\",[f.now(),e,n],r),function(){if(c.emit((o?\"\":\"no-\")+\"fn-start\",[f.now(),r,o],n),o)try{return t.apply(this,arguments)}catch(e){throw c.emit(\"fn-err\",[arguments,this,e],n),e}finally{c.emit(\"fn-end\",[f.now()],n)}}}};a(\"setName,setAttribute,save,ignore,onEnd,getContext,end,get\".split(\",\"),function(e,t){m[t]=o(l+t)}),newrelic.noticeError=function(e){\"string\"==typeof e&&(e=new Error(e)),i(\"err\",[e,f.now()])}},{}],2:[function(e,t,n){function r(e,t){var n=[],r=\"\",i=0;for(r in e)o.call(e,r)&&(n[i]=t(r,e[r]),i+=1);return n}var o=Object.prototype.hasOwnProperty;t.exports=r},{}],3:[function(e,t,n){function r(e,t,n){t||(t=0),\"undefined\"==typeof n&&(n=e?e.length:0);for(var r=-1,o=n-t||0,i=Array(o<0?0:o);++r<o;)i[r]=e[t+r];return i}t.exports=r},{}],4:[function(e,t,n){t.exports={exists:\"undefined\"!=typeof window.performance&&window.performance.timing&&\"undefined\"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,t,n){function r(){}function o(e){function t(e){return e&&e instanceof r?e:e?c(e,u,i):i()}function n(n,r,o,i){if(!d.aborted||i){e&&e(n,r,o);for(var a=t(o),u=m(n),c=u.length,f=0;f<c;f++)u[f].apply(a,r);var p=s[y[n]];return p&&p.push([b,n,r,a]),a}}function l(e,t){v[e]=m(e).concat(t)}function m(e){return v[e]||[]}function w(e){return p[e]=p[e]||o(n)}function g(e,t){f(e,function(e,n){t=t||\"feature\",y[n]=t,t in s||(s[t]=[])})}var v={},y={},b={on:l,emit:n,get:w,listeners:m,context:t,buffer:g,abort:a,aborted:!1};return b}function i(){return new r}function a(){(s.api||s.feature)&&(d.aborted=!0,s=d.backlog={})}var u=\"nr@context\",c=e(\"gos\"),f=e(2),s={},p={},d=t.exports=o();d.backlog=s},{}],gos:[function(e,t,n){function r(e,t,n){if(o.call(e,t))return e[t];var r=n();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return e[t]=r,r}var o=Object.prototype.hasOwnProperty;t.exports=r},{}],handle:[function(e,t,n){function r(e,t,n,r){o.buffer([e],r),o.emit(e,t,n)}var o=e(\"ee\").get(\"handle\");t.exports=r,r.ee=o},{}],id:[function(e,t,n){function r(e){var t=typeof e;return!e||\"object\"!==t&&\"function\"!==t?-1:e===window?0:a(e,i,function(){return o++})}var o=1,i=\"nr@id\",a=e(\"gos\");t.exports=r},{}],loader:[function(e,t,n){function r(){if(!x++){var e=h.info=NREUM.info,t=d.getElementsByTagName(\"script\")[0];if(setTimeout(s.abort,3e4),!(e&&e.licenseKey&&e.applicationID&&t))return s.abort();f(y,function(t,n){e[t]||(e[t]=n)}),c(\"mark\",[\"onload\",a()+h.offset],null,\"api\");var n=d.createElement(\"script\");n.src=\"https://\"+e.agent,t.parentNode.insertBefore(n,t)}}function o(){\"complete\"===d.readyState&&i()}function i(){c(\"mark\",[\"domContent\",a()+h.offset],null,\"api\")}function a(){return E.exists&&performance.now?Math.round(performance.now()):(u=Math.max((new Date).getTime(),u))-h.offset}var u=(new Date).getTime(),c=e(\"handle\"),f=e(2),s=e(\"ee\"),p=window,d=p.document,l=\"addEventListener\",m=\"attachEvent\",w=p.XMLHttpRequest,g=w&&w.prototype;NREUM.o={ST:setTimeout,SI:p.setImmediate,CT:clearTimeout,XHR:w,REQ:p.Request,EV:p.Event,PR:p.Promise,MO:p.MutationObserver};var v=\"\"+location,y={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\",agent:\"js-agent.newrelic.com/nr-1071.min.js\"},b=w&&g&&g[l]&&!/CriOS/.test(navigator.userAgent),h=t.exports={offset:u,now:a,origin:v,features:{},xhrWrappable:b};e(1),d[l]?(d[l](\"DOMContentLoaded\",i,!1),p[l](\"load\",r,!1)):(d[m](\"onreadystatechange\",o),p[m](\"onload\",r)),c(\"mark\",[\"firstbyte\",u],null,\"api\");var x=0,E=e(4)},{}]},{},[\"loader\"]);</script>\n\t<meta name=\"viewport\" content=\"width=device-width\">\n\t<meta name=\"viewport\" content=\"initial-scale=1.0,width=device-width,user-scalable=no,minimum-scale=1.0,maximum-scale=1.0\">\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">\n\t<link rel=\"pingback\" href=\"https://techcrunch.com/xmlrpc.php\">\n\t<title>What to expect at WWDC 2018 &#8211; TechCrunch</title>\n<!-- Jetpack Site Verification Tags -->\n<meta name=\"google-site-verification\" content=\"4U1OC1LwZlFHAehLhCV4rt3YzWI_AyF7Gb0XqlaVEhE\" />\n<meta name=\"msvalidate.01\" content=\"5ABD8A078F3356F3A6A8C8643C31FB8F\" />\n<link rel='dns-prefetch' href='//consent.cmp.oath.com' />\n<link rel='dns-prefetch' href='//o.aolcdn.com' />\n<link rel='dns-prefetch' href='//s.yimg.com' />\n<link rel='dns-prefetch' href='//use.typekit.net' />\n<link rel='dns-prefetch' href='//cdn.vidible.tv' />\n<link rel='dns-prefetch' href='//plugin.mediavoice.com' />\n<link rel='dns-prefetch' href='//s.w.org' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"TechCrunch &raquo; Feed\" href=\"https://techcrunch.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"TechCrunch &raquo; Comments Feed\" href=\"https://techcrunch.com/comments/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"TechCrunch &raquo; What to expect at WWDC 2018 Comments Feed\" href=\"https://techcrunch.com/2018/06/01/what-to-expect-at-wwdc-2018/feed/\" />\n\t\t<meta name=\"oath:guce:product-eu\" content=\"false\" />\n\t\t<meta name=\"oath:guce:consent-host\" content=\"guce.techcrunch.com\" />\n\t\t<meta name=\"oath:guce:inline-consent\" content=\"true\"/>\n\t\t<script async src=\"//s.yimg.com/oa/guce.js\"></script>\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/2.4\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/2.4\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/techcrunch.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=4.9.6\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55357,56692,8205,9792,65039],[55357,56692,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&&k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],\"flag\"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n<link rel='stylesheet' id='all-css-0' href='https://techcrunch.com/wp-content/themes/techcrunch-2017/build/css/main.css?m=1527882278g' type='text/css' media='all' />\n<script type='text/javascript' src='https://consent.cmp.oath.com/cmp.js?ver=4.9.6'></script>\n<script type='text/javascript' src='https://o.aolcdn.com/ads/adsWrapper.js'></script>\n<script type='text/javascript' src='https://s.yimg.com/ss/rapid-3.45.0.js?ver=4.9.6'></script>\n<script type='text/javascript' src='//cdn.vidible.tv/prod/player/js/latest/vidible-min.js?ver=4.9.6'></script>\n<script type='text/javascript' src='//plugin.mediavoice.com/mediaconductor/mc.js?ver=4.9.6'></script>\n<link rel='https://api.w.org/' href='https://techcrunch.com/wp-json/' />\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://techcrunch.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://techcrunch.com/wp-includes/wlwmanifest.xml\" />\n<meta name=\"generator\" content=\"WordPress 4.9.6\" />\n<link rel=\"canonical\" href=\"https://techcrunch.com/2018/06/01/what-to-expect-at-wwdc-2018/\" />\n<link rel='shortlink' href='https://techcrunch.com/?p=1649606' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://techcrunch.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftechcrunch.com%2F2018%2F06%2F01%2Fwhat-to-expect-at-wwdc-2018%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://techcrunch.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftechcrunch.com%2F2018%2F06%2F01%2Fwhat-to-expect-at-wwdc-2018%2F&#038;format=xml\" />\n\n<link rel='dns-prefetch' href='//v0.wordpress.com'/>\n<style type='text/css'>img#wpstats{display:none}</style>\n\n<!-- BEGIN Sailthru Horizon Meta Information -->\n<meta name=\"sailthru.date\" content=\"2018-06-01 13:10:14\" />\n<meta name=\"sailthru.title\" content=\"What to expect at WWDC 2018\" />\n<meta name=\"sailthru.tags\" content=\"Apple, Apple Watch, HomePod, iOS, iOS 12, macos, watchOS, WWDC 2018\" />\n<meta name=\"sailthru.author\" content=\"Brian Heater\" />\n<meta name=\"sailthru.description\" content=\"According to the calendar, it’s somehow already June. That means Apple’s annual Worldwide Developers Conference is just around the corner. As matter of fact, things kick off in San Jose on Monday morning at 10AM PT (1PM ET). As ever, the main thrust of the show will be focused on developers — it’s right there [&hellip;]\" />\n<meta name=\"sailthru.image.full\" content=\"https://techcrunch.com/wp-content/uploads/2018/06/wwdc-2018-logo.jpg\" />\n<meta name=\"sailthru.image.thumb\" content=\"https://techcrunch.com/wp-content/uploads/2018/06/wwdc-2018-logo.jpg?w=50\" />\n<!-- END Sailthru Horizon Meta Information -->\n\n<!-- BEGIN wp-parsely Plugin Version 1.10.3 -->\n<meta name='wp-parsely_version' id='wp-parsely_version' content='1.10.3' />\n   <script type=\"application/ld+json\">\n   {\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"NewsArticle\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"http:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/what-to-expect-at-wwdc-2018\\/\"},\"headline\":\"What to expect at WWDC 2018\",\"url\":\"http:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/what-to-expect-at-wwdc-2018\\/\",\"thumbnailUrl\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2018\\/06\\/wwdc-2018-logo.jpg?w=150\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2018\\/06\\/wwdc-2018-logo.jpg?w=150\"},\"dateCreated\":\"2018-06-01T20:10:14Z\",\"datePublished\":\"2018-06-01T20:10:14Z\",\"dateModified\":\"1970-01-01T00:00:00Z\",\"articleSection\":\"post\",\"author\":[{\"@type\":\"Person\",\"name\":\"Brian Heater\"}],\"creator\":[\"Brian Heater\"],\"publisher\":{\"@type\":\"Organization\",\"name\":\"TechCrunch\",\"logo\":{\"@type\":\"imageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\\/images\\/logo-json-ld.png\",\"width\":\"600\",\"height\":\"60\"}},\"keywords\":[\"@post-id:1649606\",\"tc\",\"apple\",\"apple watch\",\"homepod\",\"ios\",\"ios 12\",\"macos\",\"watchos\",\"wwdc 2018\"]}   </script>\n    <!-- END wp-parsely Plugin Version 1.10.3 -->\n\t\t<meta property=\"fb:app_id\" content=\"187288694643718\" />\n\t\t<meta property=\"fb:pages\" content=\"8062627951\" />\n\t\t<meta property=\"fb:admins\" content=\"543710097,506404657,726995222,771265067,1550970059,1661021707,1178144075,643979435,852465367,4700188\" />\n\t\t<meta property=\"article:publisher\" content=\"https://www.facebook.com/techcrunch\" />\n\t\t<meta property=\"og:site_name\" content=\"TechCrunch\" />\n\t\t<meta property=\"og:site\" content=\"social.techcrunch.com\" />\n\t\t<meta property=\"og:title\" content=\"What to expect at WWDC 2018\" />\n\t\t<meta property=\"og:description\" content=\"According to the calendar, it’s somehow already June. That means Apple’s annual Worldwide Developers Conference is just around the corner. As matter of fact, things kick off in San Jose on Monday morning at 10AM PT (1PM ET). As ever, the main thrust of the show will be focused on developers — it’s …\" />\n\t\t<meta property=\"og:image\" ctent=\"https://techcrunch.com/wp-content/uploads/2018/06/wwdc-2018-logo.jpg?w=585\" />\n\t\t<meta property=\"og:url\" content=\"http://social.techcrunch.com/2018/06/01/what-to-expect-at-wwdc-2018/\" />\n\t\t<meta property=\"og:type\" content=\"article\" />\n<script type=\"text/javascript\">var ajaxurl = \"https://techcrunch.com/wp-admin/admin-ajax.php\"</script><link rel=\"amphtml\" href=\"https://techcrunch.com/2018/06/01/what-to-expect-at-wwdc-2018/amp/\">\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"What to expect at WWDC 2018\" />\n<meta property=\"og:url\" content=\"https://techcrunch.com/2018/06/01/what-to-expect-at-wwdc-2018/\" />\n<meta property=\"og:description\" content=\"According to the calendar, it’s somehow already June. That means Apple’s annual Worldwide Developers Conference is just around the corner. As matter of fact, things kick off in San Jose on Monday m…\" />\n<meta property=\"article:published_time\" content=\"2018-06-01T20:10:14+00:00\" />\n<meta property=\"article:modified_time\" content=\"2018-06-01T20:10:14+00:00\" />\n<meta property=\"og:site_name\" content=\"TechCrunch\" />\n<meta property=\"og:image\" content=\"https://techcrunch.com/wp-content/uploads/2018/06/wwdc-2018-logo.jpg\" />\n<meta property=\"og:image:width\" content=\"1024\" />\n<meta property=\"og:image:height\" content=\"700\" />\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta name=\"twitter:site\" content=\"@TechCrunch\" />\n<meta name=\"twitter:text:title\" content=\"What to expect at WWDC 2018\" />\n<meta name=\"twitter:image\" content=\"https://techcrunch.com/wp-content/uploads/2018/06/wwdc-2018-logo.jpg?w=640\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<meta name=\"twitter:creator\" content=\"@TechCrunch\" />\n\n<!-- End Jetpack Open Graph Tags -->\n<link rel=\"icon\" href=\"https://techcrunch.com/wp-content/uploads/2015/02/cropped-cropped-favicon-gradient.png?w=32\" sizes=\"32x32\" />\n<link rel=\"icon\" href=\"https://techcrunch.com/wp-content/uploads/2015/02/cropped-cropped-favicon-gradient.png?w=192\" sizes=\"192x192\" />\n<link rel=\"apple-touch-icon-precomposed\" href=\"https://techcrunch.com/wp-content/uploads/2015/02/cropped-cropped-favicon-gradient.png?w=180\" />\n<meta name=\"msapplication-TileImage\" content=\"https://techcrunch.com/wp-content/uploads/2015/02/cropped-cropped-favicon-gradient.png?w=270\" />\n</head>\n<body class=\"\">\n\n<div id=\"root\">\n\t<div><!-- duplicate React-root div for styling -->\n\t<div class=\"content\">\n\t\t<article class=\"article-container article--post \">\n\t\t\t<header class=\"article__header article-featured__header\">\n\t<div class=\"article__title-wrapper\">\n\t\t\t\t\t\t<h1 class=\"article__title\">What to expect at WWDC 2018</h1>\n\t\t\t<h2 class=\"article__subtitle\">iOS, MacOS and more will take center stage at Apple&#039;s World Wide Development Conference next week</h2>\n\t\t</div>\n\n\t\t\t<div class=\"article__byline-wrapper\">\n\n<div class=\"article__byline\">\n\t\t\t<a href=\"https://techcrunch.com/author/brian-heater/\">\n\t\t\tBrian Heater\t\t</a>\n\t\t<span class=\"article__byline__meta\">\n\t        \t\t        <a href=\"https://twitter.com/bheater\">@</a>\n\t\t        <span class=\"text--green\"> / </span>\n\t        \t\t\t1 day\t\t</span>\n\t</div>\n\t\t</div>\n\n\t\t\t<div class=\"article__featured-image-wrapper \">\n\t\t\t<img src=\"https://techcrunch.com/wp-content/uploads/2018/06/wwdc-2018-logo.jpg?w=585\" class=\"article__featured-image\" />\n\t\t</div>\n\t</header>\n\n\t\t\t<div class=\"article-content\">\n\t\t\t\t<p><span class=\"featured__span-first-words\">According to the</span> calendar, it’s somehow already June. That means Apple’s annual Worldwide Developers Conference is just around the corner. As matter of fact, things kick off in San Jose on Monday morning at 10AM PT (1PM ET).</p>\n<p>As ever, the main thrust of the show will be focused on developers — it’s right there in the name — but <a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/apple/\" target=\"_blank\" data-type=\"organization\" data-entity=\"apple\">Apple <span class=\"crunchbase-tooltip-indicator\"></span></a> also loves to use yearly spotlight as an opportunity to make some big announcements on the consumer side, as well. iOS and MacOS will no doubt be the focus of the show per usual, but ARKit, Home Kit, Watch OS and some hardware are likely to make strong showings at the event, as well.</p>\n<p>Apple’s certainly surprised us before, but here’s our best (educated) guesses at what the company will be showing off in the next week.</p>\n<h2>iOS</h2>\n<p><img class=\"breakout alignnone size-full wp-image-1581070\" src=\"https://techcrunch.com/wp-content/uploads/2017/12/31-iphone-x.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></p>\n<p>The company dropped the latest update to its mobile operating system just week. 11.4 provides some key insight into the state of the ecosystem and, perhaps, a glimpse into where Apple is going as it continues to build connections between its various software offerings. The home was the key this time out, as the company added AirPlay and improved HomePod functionality, among others.</p>\n<p>A glimpse at iOS 12 could well be on the schedule for Monday morning. From the sound of leaks, rumors and the like, this latest major upgrade is more about increasing the overall stability of the operating system, rather than focusing on the latest flashy features — including bug fixes and helping improve the updates introduced in its predecessor.</p>\n<p>That said, there’s likely to be at least a few interesting new, consumer-facing additions to iOS this time out. NFC-based door unlocking is one of the more compelling rumors, this time around, bringing even more highly personal functionality to Apple’s handsets.</p>\n<p>A bigger push into personal health seems like a no-brainer, given everything that Apple’s been focusing on with its wearable. Just this morning, word of a new digital well being features made the rounds, bringing into sharp focus the amount of time users spend on their devices. If <a href=\"https://techcrunch.com/2018/06/01/apple-to-launch-its-own-digital-health-features-in-ios-12-says-report/\">“Digital Health”</a> does get added here, it will join the likes of Facebook and Google in a push to give users more insight into their hardware habits.</p>\n<h2>MacOS</h2>\n<p><img class=\"breakout alignnone size-full wp-image-1408452\" src=\"https://techcrunch.com/wp-content/uploads/2016/10/img_2562.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></p>\n<p>Apple’s desktop operating seems poised to get a little less love that its mobile counterpart, this time out — but honestly, what else is new? In fact, the biggest rumor on this front is the addition of so-called “Universal Apps,” which further blur the line between desktop and mobile. The system would essentially provide seamless syncing between apps on the two operating systems, allowing users to switch between devices, picking up where they left off.</p>\n<p>WatchOS<br />\nIn spite of a recent rename, Wear OS got virtually no love at Google I/O the other week. But Apple’s own wearable initiative has been a much more consistent success story for the company. While the company seems unlikely to actually show off a newer version of the watch itself, we’ll probably get a glimpse at Watch OS 5. What, exactly the wearable OS will look like, however, is strictly conjecture at the moment, though the long-awaited addition of Spotify has been rumored, and fitness features, as ever, seem like a no-brainer.</p>\n<h2>ARKit</h2>\n<p><img class=\"breakout alignnone size-full wp-image-1613413\" src=\"https://techcrunch.com/wp-content/uploads/2018/03/arkit-six-months-hero.jpg\" alt=\"\" width=\"1024\" height=\"600\" /></p>\n<p>Speaking of no-brainers, Apple could use some news on the augmented reality front, after a full year of hype. ARKIT 2.0 has been rumored for the event, bringing the ability for multiple users to share the same AR environment, to facilitate IRL multi-person games and other activities.</p>\n<h2>Hardware</h2>\n<p><img class=\"breakout alignnone size-full wp-image-1595010\" src=\"https://techcrunch.com/wp-content/uploads/2018/02/img_9267.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></p>\n<p>This being a developer conference, hardware is never the primary focus for the event, but it always seems to sneak its way in. After all, Apple’s already got the eyes of the tech world on it this week, so why announce some new gadgets?</p>\n<p>New MacBook Pros seem like a reasonable candidate for the event. New Intel processors under the hood are the likeliest addition on that front. And then there’s the whole keyboard bit. The new switches have been a headache for the company since they were launched back in 2016, including reports of increased failure rates and the looming specter of class action suits. Now would be the perfect chance for the company to introduce a new-new version of the QWERTY.</p>\n<p>Rumors have always been floating around with regard to a new MacBook Air — a product that’s been MIA for some time now, particularly in the wake of the new standard MacBook. A cheaper version of the once revolutionary laptop is said to be coming at some point this year, and WWDC could be just the right launching pad.</p>\n<p>iPhones seem pretty unlikely here, given the release schedule the company has adhered to, but much like the MacBook Air, the iPhone SE is due for a refresh. Perhaps the company will mix things up by tossing the four-inch iPhone into the mix.</p>\n<p>AirPower is yet another wildcard. The company announced its all-device wireless charging pad in the fall, and we’ve not heard hide nor hair of it since, which is pretty unlike Apple. Maybe we’ll actually get a release timeframe this time out? Also potentially on the list are a refreshed iPad Pro, which was missing at Apple’s recent education event and a cheaper HomePod. The latter seems the least likely of the bunch, but Apple’s smart speaker will likely get some love this time out.</p>\n\t\t\t</div>\n\n\t\t\t<footer class=\"article-footer\">\n\t\t\t\t\t\t\t\t\t<input title=\"Article Shortlink\" class=\"shortlink\" readOnly type=\"text\" value=\"\" />\n\t\t\t\t\t\t\t</footer>\n\t\t</article>\n\t</div>\n\t\t</div><!-- end React-root duplication div -->\n</div><!--end #root-->\n\t<!-- JSON-LD -->\n\t<script type=\"application/ld+json\">\n\t\t{\"@context\":\"http:\\/\\/schema.org\",\"publisher\":{\"@type\":\"Organization\",\"name\":\"TechCrunch\",\"logo\":{\"@type\":\"imageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\\/images\\/logo-json-ld.png\",\"width\":\"600\",\"height\":\"60\"}},\"@type\":\"NewsArticle\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/what-to-expect-at-wwdc-2018\\/\"},\"headline\":\"What to expect at WWDC 2018\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2018\\/06\\/wwdc-2018-logo.jpg?w=680\",\"width\":680,\"height\":465},\"datePublished\":\"2018-06-01T20:10:14+00:00\",\"dateModified\":\"2018-06-01T20:10:14+00:00\",\"author\":[{\"@type\":\"Person\",\"name\":\"Brian Heater\"}],\"description\":\"According to the calendar, it\\u2019s somehow already June. That means Apple\\u2019s annual Worldwide Developers Conference is just around the corner. As matter of fact, things kick off in San Jose on Monday morning at 10AM PT (1PM ET). As ever, the main thrust of the show will be focused on developers \\u2014 it\\u2019s right there [&hellip;]\"}\t</script>\n\t<!-- End JSON-LD -->\n\t<script type='text/javascript' src='https://use.typekit.net/svv7knm.js'></script>\n<script type='text/javascript'>\ntry{Typekit.load({ async: true });}catch(e){}\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar tc_app_data = {\"ads\":{\"mns\":[{\"where\":\"*\",\"placements\":{\"native\":\"93501877\",\"mobile_native\":\"93501878\",\"leaderboard\":\"93484975\",\"rightrail\":\"93484976\",\"rightrail_on_view\":\"93484977\",\"mobile_300x250\":\"93484973\",\"mobile_dynamic\":\"93484974\",\"gallery_300x250\":\"93484952\",\"amp\":\"93523784\"}},{\"where\":{\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"gallery_300x250\":\"93484952\",\"leaderboard\":\"93484953\"}},{\"where\":{\"post_type\":[\"tc_sponsored_post\"]},\"placements\":{\"gallery_300x250\":\"93484862\",\"leaderboard\":\"963872468\",\"leaderboard_on_view\":\"963872469\",\"rightrail\":\"963872467\",\"rightrail_on_view\":\"963872467\",\"mobile_320x50\":\"963872466\",\"mobile_dynamic\":\"963872466\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"crunchbase-video-hub\"]},\"placements\":{\"mobile_300x250\":\"93487470\",\"mobile_dynamic\":\"93487469\",\"leaderboard\":\"93487468\",\"rightrail\":\"93487467\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"enterprise\"]},\"placements\":{\"gallery_300x250\":\"93512992\",\"mobile_300x250\":\"93484901\",\"mobile_dynamic\":\"93484902\",\"leaderboard\":\"93484903\",\"rightrail\":\"93484904\",\"rightrail_on_view\":\"93484905\",\"amp\":\"93523756\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"enterprise\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"93512990\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"gadgets\"]},\"placements\":{\"gallery_300x250\":\"93513298\",\"mobile_300x250\":\"93484912\",\"mobile_dynamic\":\"93484913\",\"leaderboard\":\"93484914\",\"rightrail\":\"93484915\",\"rightrail_on_view\":\"93484916\",\"amp\":\"93523764\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"gadgets\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"93513296\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"mobile\"]},\"placements\":{\"mobile_native\":\"93484962\",\"gallery_300x250\":\"93510143\",\"mobile_300x250\":\"93484960\",\"mobile_dynamic\":\"93484961\",\"leaderboard\":\"93484957\",\"rightrail\":\"93484958\",\"rightrail_on_view\":\"93484959\",\"amp\":\"93523763\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"mobile\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"93510142\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"startups\"]},\"placements\":{\"gallery_300x250\":\"93511985\",\"mobile_300x250\":\"93484986\",\"mobile_dynamic\":\"93484987\",\"leaderboard\":\"93484988\",\"rightrail\":\"93484989\",\"rightrail_on_view\":\"93484990\",\"amp\":\"93523762\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"startups\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"93511984\"}},{\"where\":{\"post_type\":[\"tc_marketing\"]},\"placements\":{\"mobile_dynamic\":\"93484859\",\"leaderboard\":\"93484860\",\"leaderboard_on_view\":\"93484861\",\"rightrail\":\"93484862\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"apple\"]},\"placements\":{\"mobile_300x250\":\"93484869\",\"mobile_dynamic\":\"93484870\",\"leaderboard\":\"93484866\",\"rightrail\":\"93484867\",\"rightrail_on_view\":\"93484868\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"back-to-school\",\"backtoschool\",\"backtoschool13\"]},\"placements\":{\"mobile_300x250\":\"93484871\",\"mobile_dynamic\":\"93484872\",\"leaderboard\":\"93484873\",\"rightrail\":\"93484874\",\"rightrail_on_view\":\"93484875\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"ces\"]},\"placements\":{\"gallery_300x250\":\"963853166\",\"mobile_300x250\":\"93484876\",\"mobile_dynamic\":\"93484877\",\"leaderboard\":\"93484878\",\"rightrail\":\"93484879\",\"rightrail_on_view\":\"93484880\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"ces\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"963853167\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"disrupt\"]},\"placements\":{\"mobile_300x250\":\"93484895\",\"mobile_dynamic\":\"93484896\",\"leaderboard\":\"93484897\",\"rightrail\":\"93484898\",\"rightrail_on_view\":\"93484899\",\"amp\":\"93523765\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"holiday-gift-guide\"]},\"placements\":{\"gallery_300x250\":\"93518231\",\"mobile_300x250\":\"93484930\",\"mobile_dynamic\":\"93484931\",\"leaderboard\":\"93484932\",\"rightrail\":\"93484933\",\"rightrail_on_view\":\"93484934\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"holiday-gift-guide\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"93518230\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"sxsw\"]},\"placements\":{\"gallery_300x250\":\"963858038\",\"mobile_300x250\":\"963858040\",\"mobile_dynamic\":\"963858041\",\"leaderboard\":\"963858042\",\"rightrail\":\"963858043\",\"rightrail_on_view\":\"963858044\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"holiday-gift-guide\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"963858039\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"tc_video\"]},\"placements\":{\"leaderboard\":\"963874666\",\"rightrail\":\"963874667\",\"rightrail_on_view\":\"963874668\",\"mobile_320x50\":\"93485001\",\"mobile_300x250\":\"93485000\",\"mobile_dynamic\":\"93484943\",\"amp\":\"93523757\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"developer\"]},\"placements\":{\"gallery_300x250\":\"93510995\",\"mobile_300x250\":\"93484890\",\"mobile_dynamic\":\"93484891\",\"leaderboard\":\"93484892\",\"rightrail\":\"93484893\",\"rightrail_on_view\":\"93484894\",\"amp\":\"93523761\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"developer\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"93510992\"}},{\"where\":{\"url\":\"\\/video\\/\"},\"placements\":{\"leaderboard\":\"963874666\",\"rightrail\":\"963874667\",\"rightrail_on_view\":\"963874668\",\"mobile_320x50\":\"93485001\",\"mobile_300x250\":\"93485000\",\"mobile_dynamic\":\"93484943\",\"amp\":\"93523757\"}},{\"where\":{\"url\":\"\\/(page\\/\\\\d+)?\"},\"placements\":{\"native\":\"93484857\",\"leaderboard\":\"93484945\",\"rightrail\":\"93484946\",\"rightrail_on_view\":\"93484947\",\"amp\":\"93523758\",\"mobile_native\":\"93484858\",\"mobile_300x250\":\"93484942\",\"mobile_dynamic\":\"93484943\"}}],\"adpage\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\\/features\\/ads\\/_uac\\/adpage.html\"},\"assetURI\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\",\"breaking\":\"\",\"live_event\":\"0\",\"livestream_hash\":null,\"feature_island\":[],\"isAdminBar\":\"\",\"marketoEventId\":\"1004\",\"menus\":{\"main\":[{\"id\":335981,\"order\":1,\"parent\":0,\"text\":\"Startups\",\"url\":\"https:\\/\\/techcrunch.com\\/startups\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":20429,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]},{\"id\":1599989,\"order\":2,\"parent\":0,\"text\":\"Apps\",\"url\":\"https:\\/\\/techcrunch.com\\/apps\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":449557102,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]},{\"id\":335983,\"order\":3,\"parent\":0,\"text\":\"Gadgets\",\"url\":\"https:\\/\\/techcrunch.com\\/gadgets\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":449557086,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]},{\"id\":1599990,\"order\":4,\"parent\":0,\"text\":\"Events\",\"url\":\"\\/events\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1599990,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":335986,\"order\":5,\"parent\":0,\"text\":\"Videos\",\"url\":\"\\/video\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":335986,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1599991,\"order\":6,\"parent\":0,\"text\":\"\\u2014\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1599991,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1599992,\"order\":7,\"parent\":0,\"text\":\"Crunchbase\",\"url\":\"http:\\/\\/crunchbase.com\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1599992,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}],\"submenu\":[{\"id\":1599997,\"order\":1,\"parent\":0,\"text\":\"Topics\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1599997,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[{\"id\":1600003,\"order\":2,\"parent\":1599997,\"text\":\"Social\",\"url\":\"https:\\/\\/techcrunch.com\\/social\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"How technology is shaping the way we live with each other\",\"object_id\":3457,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]},{\"id\":1600004,\"order\":3,\"parent\":1599997,\"text\":\"Mobile\",\"url\":\"https:\\/\\/techcrunch.com\\/mobile\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"The apps, platforms and businesses redefining how we use computers\",\"object_id\":449557028,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]},{\"id\":1600005,\"order\":4,\"parent\":1599997,\"text\":\"Enterprise\",\"url\":\"https:\\/\\/techcrunch.com\\/enterprise\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"How cloud computing, big data and new devices are changing work\",\"object_id\":449557044,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]}]},{\"id\":1599998,\"order\":5,\"parent\":0,\"text\":\"About\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1599998,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[{\"id\":1601717,\"order\":6,\"parent\":1599998,\"text\":\"Staff\",\"url\":\"\\/pages\\/about-techcrunch\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601717,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1600007,\"order\":7,\"parent\":1599998,\"text\":\"Contact Us\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/contact-us\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":672,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]},{\"id\":1600006,\"order\":8,\"parent\":1599998,\"text\":\"Advertising Opportunities\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/advertisement-events-calendar\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1416499,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]}]},{\"id\":1600000,\"order\":9,\"parent\":0,\"text\":\"More TechCrunch\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600000,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[{\"id\":1600009,\"order\":10,\"parent\":1600000,\"text\":\"Startup Battlefield\",\"url\":\"\\/startup-battlefield\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600009,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1600010,\"order\":11,\"parent\":1600000,\"text\":\"Include\",\"url\":\"\\/include\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600010,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1600012,\"order\":12,\"parent\":1600000,\"text\":\"Crunchboard\",\"url\":\"http:\\/\\/crunchboard.com\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600012,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1600011,\"order\":13,\"parent\":1600000,\"text\":\"TechCrunch Store\",\"url\":\"http:\\/\\/techcrunchstore.com\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600011,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1620756,\"order\":14,\"parent\":1600000,\"text\":\"Apply to Startup Events\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/tc-startup-programs\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1617703,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]}]},{\"id\":1600001,\"order\":15,\"parent\":0,\"text\":\"Read Anywhere\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600001,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[{\"id\":1600013,\"order\":16,\"parent\":1600001,\"text\":\"App Store\",\"url\":\"https:\\/\\/itunes.apple.com\\/us\\/app\\/techcrunch\\/id526058642?mt=8\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600013,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1600014,\"order\":17,\"parent\":1600001,\"text\":\"Google Play\",\"url\":\"https:\\/\\/play.google.com\\/store\\/apps\\/details?id=com.aol.mobile.techcrunch\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600014,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}]},{\"id\":1600002,\"order\":18,\"parent\":0,\"text\":\"International\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600002,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[{\"id\":1600015,\"order\":19,\"parent\":1600002,\"text\":\"China\",\"url\":\"http:\\/\\/techcrunch.cn\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600015,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1600016,\"order\":20,\"parent\":1600002,\"text\":\"Japan\",\"url\":\"http:\\/\\/jp.techcrunch.com\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600016,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}]}],\"footer\":[{\"id\":1601925,\"order\":1,\"parent\":0,\"text\":\"Privacy Policy (Updated)\",\"url\":\"https:\\/\\/policies.oath.com\\/xw\\/en\\/oath\\/privacy\\/intl\\/index.html\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601925,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1601926,\"order\":2,\"parent\":0,\"text\":\"About Our Ads\",\"url\":\"http:\\/\\/adinfo.aol.com\\/about-our-ads\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601926,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1601987,\"order\":3,\"parent\":0,\"text\":\"Anti-Harassment Policy\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/anti-harassment-policy\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":881251,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]},{\"id\":1601928,\"order\":4,\"parent\":0,\"text\":\"Terms of Service (Updated)\",\"url\":\"https:\\/\\/policies.oath.com\\/us\\/en\\/oath\\/terms\\/otos\\/index.html\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601928,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}],\"include\":[{\"id\":1601974,\"order\":1,\"parent\":0,\"text\":\"Our Mission\",\"url\":\"\\/include\\/mission-statement\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601974,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1601975,\"order\":2,\"parent\":0,\"text\":\"Office Hours\",\"url\":\"\\/include\\/office-hours\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601975,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}],\"startup-battlefield\":[{\"id\":1602061,\"order\":1,\"parent\":0,\"text\":\"About\",\"url\":\"\\/startup-battlefield\\/about\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1602061,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1602062,\"order\":2,\"parent\":0,\"text\":\"FAQ\",\"url\":\"\\/startup-battlefield\\/faq\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1602062,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1602063,\"order\":3,\"parent\":0,\"text\":\"Leaderboard\",\"url\":\"\\/startup-battlefield\\/leaderboard\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1602063,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1602065,\"order\":4,\"parent\":0,\"text\":\"Battlefield Home\",\"url\":\"\\/startup-battlefield\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1602065,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}],\"video-hub\":[{\"id\":1605165,\"order\":1,\"parent\":0,\"text\":\"News\",\"url\":\"\\/shows\\/tctv-news\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605165,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605166,\"order\":2,\"parent\":0,\"text\":\"Gadgets\",\"url\":\"\\/shows\\/gadgets\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605166,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605167,\"order\":3,\"parent\":0,\"text\":\"Features\",\"url\":\"\\/shows\\/features\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605167,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605168,\"order\":4,\"parent\":0,\"text\":\"Reviews\",\"url\":\"\\/shows\\/reviews\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605168,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605169,\"order\":5,\"parent\":0,\"text\":\"Interviews\",\"url\":\"\\/shows\\/interviews\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605169,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605170,\"order\":6,\"parent\":0,\"text\":\"Apps\",\"url\":\"\\/shows\\/apps\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605170,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605171,\"order\":7,\"parent\":0,\"text\":\"Disrupt\",\"url\":\"\\/shows\\/techcrunch-disrupt\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605171,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605172,\"order\":8,\"parent\":0,\"text\":\"Battlefield\",\"url\":\"\\/shows\\/techcrunch-battlefield\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605172,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605173,\"order\":9,\"parent\":0,\"text\":\"Sessions\",\"url\":\"\\/shows\\/tc-sessions\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605173,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605174,\"order\":10,\"parent\":0,\"text\":\"Crunch Report\",\"url\":\"\\/shows\\/crunch-report\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605174,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605175,\"order\":11,\"parent\":0,\"text\":\"Judah vs the Machines\",\"url\":\"\\/shows\\/judah-vs-the-machines\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605175,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605176,\"order\":12,\"parent\":0,\"text\":\"Down Round\",\"url\":\"\\/shows\\/down-round\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605176,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605177,\"order\":13,\"parent\":0,\"text\":\"Trust Disrupted\",\"url\":\"\\/shows\\/trust-disrupted\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605177,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605178,\"order\":14,\"parent\":0,\"text\":\"Built in Brooklyn\",\"url\":\"\\/shows\\/built-in-brooklyn\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605178,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605179,\"order\":15,\"parent\":0,\"text\":\"Inside Jobs\",\"url\":\"\\/shows\\/inside-jobs\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605179,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605180,\"order\":16,\"parent\":0,\"text\":\"TC Cribs\",\"url\":\"\\/shows\\/tc-cribs\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605180,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}]},\"playlistData\":{\"homepage\":{\"id\":\"5769adbee4b0f19a0c6993bf\",\"title\":\"Latest TechCrunch Videos\",\"description\":\"The latest videos from the TechCrunch team.\",\"numberOfVideos\":100,\"tags\":[\"techcrunch\",\"new\",\"latest\",\"all\",\"videos\"],\"modificationDate\":\"2018-05-04 05:19:26\",\"creationDate\":\"2016-06-21 21:12:30\",\"thumbnail\":\"http:\\/\\/img.vidible.tv\\/prod\\/2018-06\\/01\\/5b1168ad7cce6e408cbe9e6f\\/5b116909539014689dcdd8d4_o_U_v1.png\",\"type\":\"dynamic\",\"createdBy\":\"Felicia Williams\",\"name\":\"Latest TechCrunch Videos\"},\"videohub\":[]},\"entities\":{\"posts\":[{\"id\":1649606,\"date\":\"2018-06-01T13:10:14\",\"date_gmt\":\"2018-06-01T20:10:14\",\"guid\":{\"rendered\":\"https:\\/\\/techcrunch.com\\/?p=1649606\"},\"modified\":\"2018-06-01T13:10:14\",\"modified_gmt\":\"2018-06-01T20:10:14\",\"slug\":\"what-to-expect-at-wwdc-2018\",\"status\":\"publish\",\"type\":\"post\",\"link\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/what-to-expect-at-wwdc-2018\\/\",\"title\":{\"rendered\":\"What to expect at WWDC 2018\"},\"content\":{\"rendered\":\"<p><span class=\\\"featured__span-first-words\\\">According to the<\\/span> calendar, it\\u2019s somehow already June. That means Apple\\u2019s annual Worldwide Developers Conference is just around the corner. As matter of fact, things kick off in San Jose on Monday morning at 10AM PT (1PM ET).<\\/p>\\n<p>As ever, the main thrust of the show will be focused on developers \\u2014 it\\u2019s right there in the name \\u2014 but <a class=\\\"crunchbase-link\\\" href=\\\"https:\\/\\/www.crunchbase.com\\/organization\\/apple\\/\\\" target=\\\"_blank\\\" data-type=\\\"organization\\\" data-entity=\\\"apple\\\">Apple <span class=\\\"crunchbase-tooltip-indicator\\\"><\\/span><\\/a> also loves to use yearly spotlight as an opportunity to make some big announcements on the consumer side, as well. iOS and MacOS will no doubt be the focus of the show per usual, but ARKit, Home Kit, Watch OS and some hardware are likely to make strong showings at the event, as well.<\\/p>\\n<p>Apple\\u2019s certainly surprised us before, but here\\u2019s our best (educated) guesses at what the company will be showing off in the next week.<\\/p>\\n<h2>iOS<\\/h2>\\n<p><img class=\\\"breakout alignnone size-full wp-image-1581070\\\" src=\\\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2017\\/12\\/31-iphone-x.jpg\\\" alt=\\\"\\\" width=\\\"1024\\\" height=\\\"683\\\" \\/><\\/p>\\n<p>The company dropped the latest update to its mobile operating system just week. 11.4 provides some key insight into the state of the ecosystem and, perhaps, a glimpse into where Apple is going as it continues to build connections between its various software offerings. The home was the key this time out, as the company added AirPlay and improved HomePod functionality, among others.<\\/p>\\n<p>A glimpse at iOS 12 could well be on the schedule for Monday morning. From the sound of leaks, rumors and the like, this latest major upgrade is more about increasing the overall stability of the operating system, rather than focusing on the latest flashy features \\u2014 including bug fixes and helping improve the updates introduced in its predecessor.<\\/p>\\n<p>That said, there\\u2019s likely to be at least a few interesting new, consumer-facing additions to iOS this time out. NFC-based door unlocking is one of the more compelling rumors, this time around, bringing even more highly personal functionality to Apple\\u2019s handsets.<\\/p>\\n<p>A bigger push into personal health seems like a no-brainer, given everything that Apple\\u2019s been focusing on with its wearable. Just this morning, word of a new digital well being features made the rounds, bringing into sharp focus the amount of time users spend on their devices. If <a href=\\\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/apple-to-launch-its-own-digital-health-features-in-ios-12-says-report\\/\\\">\\u201cDigital Health\\u201d<\\/a> does get added here, it will join the likes of Facebook and Google in a push to give users more insight into their hardware habits.<\\/p>\\n<h2>MacOS<\\/h2>\\n<p><img class=\\\"breakout alignnone size-full wp-image-1408452\\\" src=\\\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2016\\/10\\/img_2562.jpg\\\" alt=\\\"\\\" width=\\\"1024\\\" height=\\\"683\\\" \\/><\\/p>\\n<p>Apple\\u2019s desktop operating seems poised to get a little less love that its mobile counterpart, this time out \\u2014 but honestly, what else is new? In fact, the biggest rumor on this front is the addition of so-called \\u201cUniversal Apps,\\u201d which further blur the line between desktop and mobile. The system would essentially provide seamless syncing between apps on the two operating systems, allowing users to switch between devices, picking up where they left off.<\\/p>\\n<p>WatchOS<br \\/>\\nIn spite of a recent rename, Wear OS got virtually no love at Google I\\/O the other week. But Apple\\u2019s own wearable initiative has been a much more consistent success story for the company. While the company seems unlikely to actually show off a newer version of the watch itself, we\\u2019ll probably get a glimpse at Watch OS 5. What, exactly the wearable OS will look like, however, is strictly conjecture at the moment, though the long-awaited addition of Spotify has been rumored, and fitness features, as ever, seem like a no-brainer.<\\/p>\\n<h2>ARKit<\\/h2>\\n<p><img class=\\\"breakout alignnone size-full wp-image-1613413\\\" src=\\\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2018\\/03\\/arkit-six-months-hero.jpg\\\" alt=\\\"\\\" width=\\\"1024\\\" height=\\\"600\\\" \\/><\\/p>\\n<p>Speaking of no-brainers, Apple could use some news on the augmented reality front, after a full year of hype. ARKIT 2.0 has been rumored for the event, bringing the ability for multiple users to share the same AR environment, to facilitate IRL multi-person games and other activities.<\\/p>\\n<h2>Hardware<\\/h2>\\n<p><img class=\\\"breakout alignnone size-full wp-image-1595010\\\" src=\\\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2018\\/02\\/img_9267.jpg\\\" alt=\\\"\\\" width=\\\"1024\\\" height=\\\"683\\\" \\/><\\/p>\\n<p>This being a developer conference, hardware is never the primary focus for the event, but it always seems to sneak its way in. After all, Apple\\u2019s already got the eyes of the tech world on it this week, so why announce some new gadgets?<\\/p>\\n<p>New MacBook Pros seem like a reasonable candidate for the event. New Intel processors under the hood are the likeliest addition on that front. And then there\\u2019s the whole keyboard bit. The new switches have been a headache for the company since they were launched back in 2016, including reports of increased failure rates and the looming specter of class action suits. Now would be the perfect chance for the company to introduce a new-new version of the QWERTY.<\\/p>\\n<p>Rumors have always been floating around with regard to a new MacBook Air \\u2014 a product that\\u2019s been MIA for some time now, particularly in the wake of the new standard MacBook. A cheaper version of the once revolutionary laptop is said to be coming at some point this year, and WWDC could be just the right launching pad.<\\/p>\\n<p>iPhones seem pretty unlikely here, given the release schedule the company has adhered to, but much like the MacBook Air, the iPhone SE is due for a refresh. Perhaps the company will mix things up by tossing the four-inch iPhone into the mix.<\\/p>\\n<p>AirPower is yet another wildcard. The company announced its all-device wireless charging pad in the fall, and we\\u2019ve not heard hide nor hair of it since, which is pretty unlike Apple. Maybe we\\u2019ll actually get a release timeframe this time out? Also potentially on the list are a refreshed iPad Pro, which was missing at Apple\\u2019s recent education event and a cheaper HomePod. The latter seems the least likely of the bunch, but Apple\\u2019s smart speaker will likely get some love this time out.<\\/p>\\n\",\"protected\":false},\"excerpt\":{\"rendered\":\"<p>According to the calendar, it\\u2019s somehow already June. That means Apple\\u2019s annual Worldwide Developers Conference is just around the corner. As matter of fact, things kick off in San Jose on Monday morning at 10AM PT (1PM ET). As ever, the main thrust of the show will be focused on developers \\u2014 it\\u2019s right there [&hellip;]<\\/p>\\n\",\"protected\":false},\"author\":699688,\"featured_media\":1649607,\"comment_status\":\"open\",\"ping_status\":\"closed\",\"sticky\":false,\"template\":\"\",\"format\":\"standard\",\"meta\":{\"outcome\":\"\",\"status\":\"\",\"crunchbase_tag\":0,\"amp_status\":\"\",\"relegenceEntities\":[],\"relegenceSubjects\":[]},\"categories\":[17396],\"tags\":[291,36265994,576594947,324281,576602452,55368,335035922,576603510],\"crunchbase_tag\":[],\"tc_stories_tax\":[],\"tc_event\":[],\"shortlink\":\"https:\\/\\/tcrn.ch\\/2xG6Dlo\",\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"featured\":true,\"subtitle\":\"iOS, MacOS and more will take center stage at Apple's World Wide Development Conference next week\",\"fundingRound\":false,\"seoTitle\":\"\",\"seoDescription\":\"\",\"tc_unified_tagging\":[{\"tag\":{\"term_id\":576603510,\"name\":\"WWDC 2018\",\"slug\":\"wwdc-2018\",\"term_group\":0,\"term_taxonomy_id\":159644,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":1,\"filter\":\"raw\"},\"cb_tags\":[]},{\"tag\":{\"term_id\":291,\"name\":\"Apple\",\"slug\":\"apple\",\"term_group\":0,\"term_taxonomy_id\":66,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":8689,\"filter\":\"raw\"},\"cb_tags\":[{\"apple-organization\":\"Apple\"}]},{\"tag\":{\"term_id\":576594947,\"name\":\"HomePod\",\"slug\":\"homepod\",\"term_group\":0,\"term_taxonomy_id\":151081,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":28,\"filter\":\"raw\"},\"cb_tags\":[]},{\"tag\":{\"term_id\":576602452,\"name\":\"iOS 12\",\"slug\":\"ios-12\",\"term_group\":0,\"term_taxonomy_id\":158586,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":1,\"filter\":\"raw\"},\"cb_tags\":[]},{\"tag\":{\"term_id\":324281,\"name\":\"iOS\",\"slug\":\"ios\",\"term_group\":0,\"term_taxonomy_id\":7242,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":1164,\"filter\":\"raw\"},\"cb_tags\":[]},{\"tag\":{\"term_id\":55368,\"name\":\"macos\",\"slug\":\"macos\",\"term_group\":0,\"term_taxonomy_id\":127371,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":42,\"filter\":\"raw\"},\"cb_tags\":[]},{\"tag\":{\"term_id\":335035922,\"name\":\"watchOS\",\"slug\":\"watchos\",\"term_group\":0,\"term_taxonomy_id\":120474,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":17,\"filter\":\"raw\"},\"cb_tags\":[]},{\"tag\":{\"term_id\":36265994,\"name\":\"Apple Watch\",\"slug\":\"apple-watch\",\"term_group\":0,\"term_taxonomy_id\":107072,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":344,\"filter\":\"raw\"},\"cb_tags\":[]}],\"associatedEvent\":null,\"event\":null,\"authors\":[699688],\"hideFeaturedImage\":false,\"relatedArticles\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/1649606\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/types\\/post\"}],\"version-history\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/1649606\\/revisions\"}],\"authors\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/699688\"}],\"replies\":[{\"embeddable\":true,\"count\":1,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments?post=1649606&order=asc&tc_hierarchical=flat\"}],\"author\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/699688\"}],\"wp:featuredmedia\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\\/1649607\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media?parent=1649606\"}],\"wp:term\":[{\"taxonomy\":\"category\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories?post=1649606\"},{\"taxonomy\":\"post_tag\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags?post=1649606\"},{\"taxonomy\":\"_tc_cb_tag_taxonomy\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/crunchbase_tag?post=1649606\"},{\"taxonomy\":\"tc_stories_tax\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_stories_tax?post=1649606\"},{\"taxonomy\":\"tc_event\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_event?post=1649606\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]},\"_embedded\":{\"authors\":[{\"id\":699688,\"name\":\"Brian Heater\",\"url\":\"\",\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/author\\/brian-heater\\/\",\"slug\":\"brian-heater\",\"avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/69b6dc548d05dedd0132f12e075bf7de?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/69b6dc548d05dedd0132f12e075bf7de?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/69b6dc548d05dedd0132f12e075bf7de?s=96&d=identicon&r=g\"},\"links\":{\"twitter\":\"https:\\/\\/twitter.com\\/bheater\",\"linkedin\":\"http:\\/\\/www.linkedin.com\\/pub\\/brian-heater\\/1\\/a92\\/94\",\"crunchbase\":\"https:\\/\\/www.crunchbase.com\\/person\\/brian-heater\"},\"position\":\"Hardware Editor\",\"cbDescription\":\"<p>Brian Heater is the Hardware Editor at TechCrunch. He worked for a number of leading tech publications, including Engadget, PCMag, Laptop, and Tech Times, where he served as the Managing Editor. His writing has appeared in Spin, Wired, Playboy, Entertainment Weekly, The Onion, Boing Boing, Publishers Weekly, The Daily Beast and various other publications. He hosts the weekly Boing Boing interview podcast RiYL, has appeared as a regular NPR contributor and shares his Queens apartment with a rabbit named Lucy.<\\/p>\",\"cbAvatar\":\"https:\\/\\/crunchbase-production-res.cloudinary.com\\/image\\/upload\\/h_216,w_216,c_fit\\/v1461345979\\/xynitsmpgmmobpekzxkg.jpg\",\"twitter\":\"bheater\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/699688\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\"}]}}],\"replies\":[[{\"id\":565784,\"parent\":0,\"author\":0,\"author_name\":\"Greg Oliver\",\"author_url\":\"\",\"date\":\"2018-06-02T01:42:38\",\"content\":{\"rendered\":\"<p>Exciting things ahead. Love them or hate them, no one sets the trend quite like Apple.<\\/p>\\n<p><a href=\\\"https:\\/\\/TheGadgetNerds.com\\\" rel=\\\"nofollow\\\">https:\\/\\/TheGadgetNerds.com<\\/a><\\/p>\\n\"},\"link\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/what-to-expect-at-wwdc-2018\\/#comment-565784\",\"type\":\"comment\",\"author_avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/46152105c64990e0e7b589dff2f65b4f?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/46152105c64990e0e7b589dff2f65b4f?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/46152105c64990e0e7b589dff2f65b4f?s=96&d=identicon&r=g\"},\"techcrunch\":{\"avatar\":\"https:\\/\\/ct.yimg.com\\/cy\\/1768\\/39361574426_98028a_64sq.jpg\",\"company\":\"(no company found)\",\"title\":\"(no title found)\",\"user\":\"W2T3X2JUL2NHL6AQE43FQEM6IS\"},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments\\/565784\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments\"}],\"up\":[{\"embeddable\":true,\"post_type\":\"post\",\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/1649606\"}]}}]],\"author\":[{\"id\":699688,\"name\":\"Brian Heater\",\"url\":\"\",\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/author\\/brian-heater\\/\",\"slug\":\"brian-heater\",\"avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/69b6dc548d05dedd0132f12e075bf7de?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/69b6dc548d05dedd0132f12e075bf7de?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/69b6dc548d05dedd0132f12e075bf7de?s=96&d=identicon&r=g\"},\"links\":{\"twitter\":\"https:\\/\\/twitter.com\\/bheater\",\"linkedin\":\"http:\\/\\/www.linkedin.com\\/pub\\/brian-heater\\/1\\/a92\\/94\",\"crunchbase\":\"https:\\/\\/www.crunchbase.com\\/person\\/brian-heater\"},\"position\":\"Hardware Editor\",\"cbDescription\":\"<p>Brian Heater is the Hardware Editor at TechCrunch. He worked for a number of leading tech publications, including Engadget, PCMag, Laptop, and Tech Times, where he served as the Managing Editor. His writing has appeared in Spin, Wired, Playboy, Entertainment Weekly, The Onion, Boing Boing, Publishers Weekly, The Daily Beast and various other publications. He hosts the weekly Boing Boing interview podcast RiYL, has appeared as a regular NPR contributor and shares his Queens apartment with a rabbit named Lucy.<\\/p>\",\"cbAvatar\":\"https:\\/\\/crunchbase-production-res.cloudinary.com\\/image\\/upload\\/h_216,w_216,c_fit\\/v1461345979\\/xynitsmpgmmobpekzxkg.jpg\",\"twitter\":\"bheater\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/699688\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\"}]}}],\"wp:featuredmedia\":[{\"id\":1649607,\"date\":\"2018-06-01T12:50:47\",\"slug\":\"wwdc-2018-logo\",\"type\":\"attachment\",\"link\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/what-to-expect-at-wwdc-2018\\/wwdc-2018-logo\\/\",\"title\":{\"rendered\":\"wwdc-2018-logo\"},\"author\":699688,\"license\":\"\",\"authors\":[699688],\"caption\":{\"rendered\":\"\"},\"alt_text\":\"\",\"media_type\":\"image\",\"mime_type\":\"image\\/jpeg\",\"media_details\":{\"width\":1600,\"height\":1094,\"file\":\"2018\\/06\\/wwdc-2018-logo.jpg\",\"sizes\":[],\"image_meta\":{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"0\",\"keywords\":[]}},\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2018\\/06\\/wwdc-2018-logo.jpg\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\\/1649607\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/types\\/attachment\"}],\"replies\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments?post=1649607\"}],\"author\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/699688\"}]}}],\"wp:term\":[[{\"id\":17396,\"link\":\"https:\\/\\/techcrunch.com\\/tc\\/\",\"name\":\"TC\",\"slug\":\"tc\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/17396\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=17396\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=17396\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=17396\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[{\"id\":291,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/apple\\/\",\"name\":\"Apple\",\"slug\":\"apple\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/291\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=291\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=291\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=291\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=291\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=291\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":36265994,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/apple-watch\\/\",\"name\":\"Apple Watch\",\"slug\":\"apple-watch\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/36265994\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=36265994\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=36265994\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=36265994\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=36265994\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=36265994\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":576594947,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/homepod\\/\",\"name\":\"HomePod\",\"slug\":\"homepod\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/576594947\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=576594947\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=576594947\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=576594947\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=576594947\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=576594947\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":324281,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/ios\\/\",\"name\":\"iOS\",\"slug\":\"ios\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/324281\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=324281\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=324281\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=324281\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=324281\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=324281\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":576602452,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/ios-12\\/\",\"name\":\"iOS 12\",\"slug\":\"ios-12\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/576602452\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=576602452\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=576602452\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=576602452\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=576602452\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=576602452\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":55368,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/macos\\/\",\"name\":\"macos\",\"slug\":\"macos\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/55368\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=55368\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=55368\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=55368\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=55368\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=55368\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":335035922,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/watchos\\/\",\"name\":\"watchOS\",\"slug\":\"watchos\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/335035922\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=335035922\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=335035922\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=335035922\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=335035922\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=335035922\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":576603510,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/wwdc-2018\\/\",\"name\":\"WWDC 2018\",\"slug\":\"wwdc-2018\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/576603510\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=576603510\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=576603510\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=576603510\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=576603510\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=576603510\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[],[],[]]}}],\"media\":[],\"events\":[],\"battlefieldEvents\":[],\"battlefieldCompanies\":[],\"battlefieldPages\":[]},\"current_posts\":[1649606],\"request\":\"\\/2018\\/06\\/01\\/what-to-expect-at-wwdc-2018\\/\",\"siteURI\":\"https:\\/\\/techcrunch.com\\/\",\"totalPages\":\"0\",\"trending\":[{\"id\":\"291\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/apple\\/\",\"name\":\"Apple \",\"type\":\"tag\"},{\"id\":\"424613844\",\"link\":\"https:\\/\\/techcrunch.com\\/artificial-intelligence-2\\/\",\"name\":\"Artificial Intelligence\",\"type\":\"category\"},{\"id\":\"1599510\",\"link\":\"https:\\/\\/techcrunch.com\\/events\\/techcrunch-tel-aviv\\/\",\"name\":\"TechCrunch Tel Aviv \",\"type\":\"event\"},{\"id\":\"576601119\",\"link\":\"https:\\/\\/techcrunch.com\\/cryptocurrency\\/\",\"name\":\"Cryptocurrency\",\"type\":\"category\"},{\"id\":\"11160\",\"link\":\"https:\\/\\/techcrunch.com\\/ecommerce\\/\",\"name\":\"eCommerce \",\"type\":\"category\"},{\"id\":\"2401\",\"link\":\"https:\\/\\/techcrunch.com\\/transportation\\/\",\"name\":\"Transportation \",\"type\":\"category\"},{\"id\":\"6602\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/amazon\\/\",\"name\":\"Amazon \",\"type\":\"tag\"},{\"id\":\"60523764\",\"link\":\"https:\\/\\/techcrunch.com\\/fundings-exits\\/\",\"name\":\"Fundings & Exits \",\"type\":\"category\"},{\"id\":\"449223024\",\"link\":\"https:\\/\\/techcrunch.com\\/hardware\\/\",\"name\":\"Hardware \",\"type\":\"category\"},{\"id\":\"426637499\",\"link\":\"https:\\/\\/techcrunch.com\\/privacy\\/\",\"name\":\"Privacy \",\"type\":\"category\"},{\"id\":\"3457\",\"link\":\"https:\\/\\/techcrunch.com\\/social\\/\",\"name\":\"Social \",\"type\":\"category\"},{\"id\":\"13217\",\"link\":\"https:\\/\\/techcrunch.com\\/policy\\/\",\"name\":\"Policy \",\"type\":\"category\"}],\"videoPlayerIds\":{\"no-ad-autostart\":\"56f58bbbe4b01497527036b2\",\"regular\":\"56df4e9de4b0c9c31d626c18\",\"regular-autostart\":\"56faf851e4b0d3dcac2e081a\",\"sideview-autostart\":\"57e2c53fcc52c7730882bbfe\"},\"facebookPixelId\":\"1447508128842484\",\"marketoAccountId\":\"270-WRY-762\",\"vidibleCompanyId\":\"564f313b67b6231408bc51ee\",\"recaptchaPublic\":\"6LeZyjwUAAAAABqkWH_Ct0efGn0B4pGU6ZLUeUvA\",\"googleAnalyticsID\":\"UA-991406-1\",\"googleAnalyticsDomains\":[\"techcrunch.com\"],\"tinypass\":{\"scriptURL\":\"https:\\/\\/dashboard.tinypass.com\",\"apiKey\":\"Fy7FpgyUxA\",\"apiURL\":\"https:\\/\\/api.tinypass.com\"},\"legacyPages\":[],\"apiNonce\":\"9bcbe3c6f6\",\"userCan\":{\"editPosts\":false,\"restNonce\":null},\"initialStore\":{\"events\":{\"eventTypeIDs\":[],\"eventPostIds\":[],\"featuredEventIDs\":{\"event_home\":[]},\"featuredPostIDs\":{},\"pastEventIDs\":{\"default\":[]},\"pastFilters\":{},\"pastLoading\":false,\"upcomingEventIDs\":{\"default\":null},\"upcomingFilters\":{},\"upcomingLoading\":false},\"section\":{\"allPosts\":[1649606],\"contentObject\":null,\"currentPage\":1,\"expandedPost\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/what-to-expect-at-wwdc-2018\\/\",\"expandedIsland\":\"\",\"loading\":false,\"component\":\"singlePost\"}}};\n/* ]]> */\n</script>\n<script type='text/javascript' src='https://techcrunch.com/_static/??/wp-content/themes/techcrunch-2017/build/js/main.js,/wp-includes/js/wp-embed.min.js?m=1527882278j'></script>\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"techcrunch.com\"></div>\n</div>\n<script data-cfasync=\"false\">\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.setAttribute('data-cfasync', 'false'); e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include: Standard -->\n<script type='text/javascript' src='https://stats.wp.com/e-201822.js' async='async' defer='defer'></script>\n<script type='text/javascript'>\n\t_stq = window._stq || [];\n\t_stq.push([ 'view', {v:'ext',j:'1:6.1.1',blog:'136296444',post:'1649606',tz:'-7',srv:'techcrunch.com'} ]);\n\t_stq.push([ 'clickTrackerInit', '136296444', '1649606' ]);\n</script>\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"bam.nr-data.net\",\"licenseKey\":\"4750574831\",\"applicationID\":\"71001471\",\"transactionName\":\"NlRbNkYEWERTVkVcXA8eehdHEVlaHUJBGkVTHk0BawBAUlxB\",\"queueTime\":0,\"applicationTime\":201,\"atts\":\"GhNMQA4eSxsQVBMPSBxM\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"\"}</script></body>\n</html>\n"
  },
  {
    "path": "api/test/data/og/techcrunch_instagram.html",
    "content": "\n<!DOCTYPE html>\n<html lang=\"en-US\" class=\"no-js\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\" /><script type=\"text/javascript\">window.NREUM||(NREUM={}),__nr_require=function(e,t,n){function r(n){if(!t[n]){var o=t[n]={exports:{}};e[n][0].call(o.exports,function(t){var o=e[n][1][t];return r(o||t)},o,o.exports)}return t[n].exports}if(\"function\"==typeof __nr_require)return __nr_require;for(var o=0;o<n.length;o++)r(n[o]);return r}({1:[function(e,t,n){function r(){}function o(e,t,n){return function(){return i(e,[f.now()].concat(u(arguments)),t?null:this,n),t?void 0:this}}var i=e(\"handle\"),a=e(2),u=e(3),c=e(\"ee\").get(\"tracer\"),f=e(\"loader\"),s=NREUM;\"undefined\"==typeof window.newrelic&&(newrelic=s);var p=[\"setPageViewName\",\"setCustomAttribute\",\"setErrorHandler\",\"finished\",\"addToTrace\",\"inlineHit\",\"addRelease\"],d=\"api-\",l=d+\"ixn-\";a(p,function(e,t){s[t]=o(d+t,!0,\"api\")}),s.addPageAction=o(d+\"addPageAction\",!0),s.setCurrentRouteName=o(d+\"routeName\",!0),t.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,t){var n={},r=this,o=\"function\"==typeof t;return i(l+\"tracer\",[f.now(),e,n],r),function(){if(c.emit((o?\"\":\"no-\")+\"fn-start\",[f.now(),r,o],n),o)try{return t.apply(this,arguments)}catch(e){throw c.emit(\"fn-err\",[arguments,this,e],n),e}finally{c.emit(\"fn-end\",[f.now()],n)}}}};a(\"setName,setAttribute,save,ignore,onEnd,getContext,end,get\".split(\",\"),function(e,t){m[t]=o(l+t)}),newrelic.noticeError=function(e){\"string\"==typeof e&&(e=new Error(e)),i(\"err\",[e,f.now()])}},{}],2:[function(e,t,n){function r(e,t){var n=[],r=\"\",i=0;for(r in e)o.call(e,r)&&(n[i]=t(r,e[r]),i+=1);return n}var o=Object.prototype.hasOwnProperty;t.exports=r},{}],3:[function(e,t,n){function r(e,t,n){t||(t=0),\"undefined\"==typeof n&&(n=e?e.length:0);for(var r=-1,o=n-t||0,i=Array(o<0?0:o);++r<o;)i[r]=e[t+r];return i}t.exports=r},{}],4:[function(e,t,n){t.exports={exists:\"undefined\"!=typeof window.performance&&window.performance.timing&&\"undefined\"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,t,n){function r(){}function o(e){function t(e){return e&&e instanceof r?e:e?c(e,u,i):i()}function n(n,r,o,i){if(!d.aborted||i){e&&e(n,r,o);for(var a=t(o),u=m(n),c=u.length,f=0;f<c;f++)u[f].apply(a,r);var p=s[y[n]];return p&&p.push([b,n,r,a]),a}}function l(e,t){v[e]=m(e).concat(t)}function m(e){return v[e]||[]}function w(e){return p[e]=p[e]||o(n)}function g(e,t){f(e,function(e,n){t=t||\"feature\",y[n]=t,t in s||(s[t]=[])})}var v={},y={},b={on:l,emit:n,get:w,listeners:m,context:t,buffer:g,abort:a,aborted:!1};return b}function i(){return new r}function a(){(s.api||s.feature)&&(d.aborted=!0,s=d.backlog={})}var u=\"nr@context\",c=e(\"gos\"),f=e(2),s={},p={},d=t.exports=o();d.backlog=s},{}],gos:[function(e,t,n){function r(e,t,n){if(o.call(e,t))return e[t];var r=n();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,t,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return e[t]=r,r}var o=Object.prototype.hasOwnProperty;t.exports=r},{}],handle:[function(e,t,n){function r(e,t,n,r){o.buffer([e],r),o.emit(e,t,n)}var o=e(\"ee\").get(\"handle\");t.exports=r,r.ee=o},{}],id:[function(e,t,n){function r(e){var t=typeof e;return!e||\"object\"!==t&&\"function\"!==t?-1:e===window?0:a(e,i,function(){return o++})}var o=1,i=\"nr@id\",a=e(\"gos\");t.exports=r},{}],loader:[function(e,t,n){function r(){if(!x++){var e=h.info=NREUM.info,t=d.getElementsByTagName(\"script\")[0];if(setTimeout(s.abort,3e4),!(e&&e.licenseKey&&e.applicationID&&t))return s.abort();f(y,function(t,n){e[t]||(e[t]=n)}),c(\"mark\",[\"onload\",a()+h.offset],null,\"api\");var n=d.createElement(\"script\");n.src=\"https://\"+e.agent,t.parentNode.insertBefore(n,t)}}function o(){\"complete\"===d.readyState&&i()}function i(){c(\"mark\",[\"domContent\",a()+h.offset],null,\"api\")}function a(){return E.exists&&performance.now?Math.round(performance.now()):(u=Math.max((new Date).getTime(),u))-h.offset}var u=(new Date).getTime(),c=e(\"handle\"),f=e(2),s=e(\"ee\"),p=window,d=p.document,l=\"addEventListener\",m=\"attachEvent\",w=p.XMLHttpRequest,g=w&&w.prototype;NREUM.o={ST:setTimeout,SI:p.setImmediate,CT:clearTimeout,XHR:w,REQ:p.Request,EV:p.Event,PR:p.Promise,MO:p.MutationObserver};var v=\"\"+location,y={beacon:\"bam.nr-data.net\",errorBeacon:\"bam.nr-data.net\",agent:\"js-agent.newrelic.com/nr-1071.min.js\"},b=w&&g&&g[l]&&!/CriOS/.test(navigator.userAgent),h=t.exports={offset:u,now:a,origin:v,features:{},xhrWrappable:b};e(1),d[l]?(d[l](\"DOMContentLoaded\",i,!1),p[l](\"load\",r,!1)):(d[m](\"onreadystatechange\",o),p[m](\"onload\",r)),c(\"mark\",[\"firstbyte\",u],null,\"api\");var x=0,E=e(4)},{}]},{},[\"loader\"]);</script>\n\t<meta name=\"viewport\" content=\"width=device-width\">\n\t<meta name=\"viewport\" content=\"initial-scale=1.0,width=device-width,user-scalable=no,minimum-scale=1.0,maximum-scale=1.0\">\n\t<link rel=\"profile\" href=\"http://gmpg.org/xfn/11\">\n\t<link rel=\"pingback\" href=\"https://techcrunch.com/xmlrpc.php\">\n\t<title>How Instagram&#8217;s algorithm works &#8211; TechCrunch</title>\n<!-- Jetpack Site Verification Tags -->\n<meta name=\"google-site-verification\" content=\"4U1OC1LwZlFHAehLhCV4rt3YzWI_AyF7Gb0XqlaVEhE\" />\n<meta name=\"msvalidate.01\" content=\"5ABD8A078F3356F3A6A8C8643C31FB8F\" />\n<link rel='dns-prefetch' href='//consent.cmp.oath.com' />\n<link rel='dns-prefetch' href='//o.aolcdn.com' />\n<link rel='dns-prefetch' href='//s.yimg.com' />\n<link rel='dns-prefetch' href='//use.typekit.net' />\n<link rel='dns-prefetch' href='//cdn.vidible.tv' />\n<link rel='dns-prefetch' href='//plugin.mediavoice.com' />\n<link rel='dns-prefetch' href='//s.w.org' />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"TechCrunch &raquo; Feed\" href=\"https://techcrunch.com/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"TechCrunch &raquo; Comments Feed\" href=\"https://techcrunch.com/comments/feed/\" />\n<link rel=\"alternate\" type=\"application/rss+xml\" title=\"TechCrunch &raquo; How Instagram&#8217;s algorithm works Comments Feed\" href=\"https://techcrunch.com/2018/06/01/how-instagram-feed-works/feed/\" />\n\t\t<meta name=\"oath:guce:product-eu\" content=\"false\" />\n\t\t<meta name=\"oath:guce:consent-host\" content=\"guce.techcrunch.com\" />\n\t\t<meta name=\"oath:guce:inline-consent\" content=\"true\"/>\n\t\t<script async src=\"//s.yimg.com/oa/guce.js\"></script>\n\t\t<script type=\"text/javascript\">\n\t\t\twindow._wpemojiSettings = {\"baseUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/2.4\\/72x72\\/\",\"ext\":\".png\",\"svgUrl\":\"https:\\/\\/s.w.org\\/images\\/core\\/emoji\\/2.4\\/svg\\/\",\"svgExt\":\".svg\",\"source\":{\"concatemoji\":\"https:\\/\\/techcrunch.com\\/wp-includes\\/js\\/wp-emoji-release.min.js?ver=4.9.6\"}};\n\t\t\t!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=\"top\",l.font=\"600 32px Arial\",a){case\"flag\":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case\"emoji\":return b=d([55357,56692,8205,9792,65039],[55357,56692,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(\"script\");c.src=a,c.defer=c.type=\"text/javascript\",b.getElementsByTagName(\"head\")[0].appendChild(c)}var g,h,i,j,k=b.createElement(\"canvas\"),l=k.getContext&&k.getContext(\"2d\");for(j=Array(\"flag\",\"emoji\"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],\"flag\"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener(\"DOMContentLoaded\",h,!1),a.addEventListener(\"load\",h,!1)):(a.attachEvent(\"onload\",h),b.attachEvent(\"onreadystatechange\",function(){\"complete\"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);\n\t\t</script>\n\t\t<style type=\"text/css\">\nimg.wp-smiley,\nimg.emoji {\n\tdisplay: inline !important;\n\tborder: none !important;\n\tbox-shadow: none !important;\n\theight: 1em !important;\n\twidth: 1em !important;\n\tmargin: 0 .07em !important;\n\tvertical-align: -0.1em !important;\n\tbackground: none !important;\n\tpadding: 0 !important;\n}\n</style>\n<link rel='stylesheet' id='all-css-0' href='https://techcrunch.com/wp-content/themes/techcrunch-2017/build/css/main.css?m=1527882281g' type='text/css' media='all' />\n<script type='text/javascript' src='https://consent.cmp.oath.com/cmp.js?ver=4.9.6'></script>\n<script type='text/javascript' src='https://o.aolcdn.com/ads/adsWrapper.js'></script>\n<script type='text/javascript' src='https://s.yimg.com/ss/rapid-3.45.0.js?ver=4.9.6'></script>\n<script type='text/javascript' src='//cdn.vidible.tv/prod/player/js/latest/vidible-min.js?ver=4.9.6'></script>\n<script type='text/javascript' src='//plugin.mediavoice.com/mediaconductor/mc.js?ver=4.9.6'></script>\n<link rel='https://api.w.org/' href='https://techcrunch.com/wp-json/' />\n<link rel=\"EditURI\" type=\"application/rsd+xml\" title=\"RSD\" href=\"https://techcrunch.com/xmlrpc.php?rsd\" />\n<link rel=\"wlwmanifest\" type=\"application/wlwmanifest+xml\" href=\"https://techcrunch.com/wp-includes/wlwmanifest.xml\" />\n<meta name=\"generator\" content=\"WordPress 4.9.6\" />\n<link rel=\"canonical\" href=\"https://techcrunch.com/2018/06/01/how-instagram-feed-works/\" />\n<link rel='shortlink' href='https://techcrunch.com/?p=1649541' />\n<link rel=\"alternate\" type=\"application/json+oembed\" href=\"https://techcrunch.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftechcrunch.com%2F2018%2F06%2F01%2Fhow-instagram-feed-works%2F\" />\n<link rel=\"alternate\" type=\"text/xml+oembed\" href=\"https://techcrunch.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Ftechcrunch.com%2F2018%2F06%2F01%2Fhow-instagram-feed-works%2F&#038;format=xml\" />\n\n<link rel='dns-prefetch' href='//v0.wordpress.com'/>\n<style type='text/css'>img#wpstats{display:none}</style>\n\n<!-- BEGIN Sailthru Horizon Meta Information -->\n<meta name=\"sailthru.date\" content=\"2018-06-01 11:03:11\" />\n<meta name=\"sailthru.title\" content=\"How Instagram&#8217;s algorithm works\" />\n<meta name=\"sailthru.tags\" content=\"Facebook News Feed, instagram, Instagram algorithm\" />\n<meta name=\"sailthru.author\" content=\"Josh Constine\" />\n<meta name=\"sailthru.description\" content=\"Instagram users were missing 70 percent of all posts and 50 percent of their friends&#8217; posts before the app ditched the reverse chronological feed for an algorithm in July 2016. Despite backlash about confusing ordering, Instagram now says relevancy sorting has led to its 800 million-plus users seeing 90 percent of their friends&#8217; posts and [&hellip;]\" />\n<meta name=\"sailthru.image.full\" content=\"https://techcrunch.com/wp-content/uploads/2018/06/instagram-algorithm.png\" />\n<meta name=\"sailthru.image.thumb\" content=\"https://techcrunch.com/wp-content/uploads/2018/06/instagram-algorithm.png?w=50\" />\n<!-- END Sailthru Horizon Meta Information -->\n\n<!-- BEGIN wp-parsely Plugin Version 1.10.3 -->\n<meta name='wp-parsely_version' id='wp-parsely_version' content='1.10.3' />\n   <script type=\"application/ld+json\">\n   {\"@context\":\"http:\\/\\/schema.org\",\"@type\":\"NewsArticle\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"http:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/how-instagram-feed-works\\/\"},\"headline\":\"How Instagram&#039;s algorithm works\",\"url\":\"http:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/how-instagram-feed-works\\/\",\"thumbnailUrl\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2018\\/06\\/instagram-algorithm.png?w=150\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2018\\/06\\/instagram-algorithm.png?w=150\"},\"dateCreated\":\"2018-06-01T18:03:11Z\",\"datePublished\":\"2018-06-01T18:03:11Z\",\"dateModified\":\"1970-01-01T00:00:00Z\",\"articleSection\":\"post\",\"author\":[{\"@type\":\"Person\",\"name\":\"Josh Constine\"}],\"creator\":[\"Josh Constine\"],\"publisher\":{\"@type\":\"Organization\",\"name\":\"TechCrunch\",\"logo\":{\"@type\":\"imageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\\/images\\/logo-json-ld.png\",\"width\":\"600\",\"height\":\"60\"}},\"keywords\":[\"@post-id:1649541\",\"apps\",\"mobile\",\"social\",\"tc\",\"facebook news feed\",\"instagram\",\"instagram algorithm\"]}   </script>\n    <!-- END wp-parsely Plugin Version 1.10.3 -->\n\t\t<meta property=\"fb:app_id\" content=\"187288694643718\" />\n\t\t<meta property=\"fb:pages\" content=\"8062627951\" />\n\t\t<meta property=\"fb:admins\" content=\"543710097,506404657,726995222,771265067,1550970059,1661021707,1178144075,643979435,852465367,4700188\" />\n\t\t<meta property=\"article:publisher\" content=\"https://www.facebook.com/techcrunch\" />\n\t\t<meta property=\"og:site_name\" content=\"TechCrunch\" />\n\t\t<meta property=\"og:site\" content=\"social.techcrunch.com\" />\n\t\t<meta property=\"og:title\" content=\"How Instagram&#8217;s algorithm works\" />\n\t\t<meta property=\"og:description\" content=\"Instagram users were missing 70 percent of all posts and 50 percent of their friends&#8217; posts before the app ditched the reverse chronological feed for an algorithm in July 2016. Despite backlash about confusing ordering, Instagram now says relevancy sorting has led to its 800 million-plus user…\" />\n\t\t<meta property=\"og:image\" content=\"https://techcrunch.com/wp-content/uploads/2018/06/instagram-algorithm.png?w=753\" />\n\t\t<meta property=\"og:url\" content=\"http://social.techcrunch.com/2018/06/01/how-instagram-feed-works/\" />\n\t\t<meta property=\"og:type\" content=\"article\" />\n<script type=\"text/javascript\">var ajaxurl = \"https://techcrunch.com/wp-admin/admin-ajax.php\"</script><link rel=\"amphtml\" href=\"https://techcrunch.com/2018/06/01/how-instagram-feed-works/amp/\">\n<!-- Jetpack Open Graph Tags -->\n<meta property=\"og:type\" content=\"article\" />\n<meta property=\"og:title\" content=\"How Instagram&#8217;s algorithm works\" />\n<meta property=\"og:url\" content=\"https://techcrunch.com/2018/06/01/how-instagram-feed-works/\" />\n<meta property=\"og:description\" content=\"Instagram users were missing 70 percent of all posts and 50 percent of their friends&#8217; posts before the app ditched the reverse chronological feed for an algorithm in July 2016. Despite backla…\" />\n<meta property=\"article:published_time\" content=\"2018-06-01T18:03:11+00:00\" />\n<meta property=\"article:modified_time\" content=\"2018-06-01T19:00:39+00:00\" />\n<meta property=\"og:site_name\" content=\"TechCrunch\" />\n<meta property=\"og:image\" content=\"https://techcrunch.com/wp-content/uploads/2018/06/instagram-algorithm.png\" />\n<meta property=\"og:image:width\" content=\"1024\" />\n<meta property=\"og:image:height\" content=\"544\" />\n<meta property=\"og:locale\" content=\"en_US\" />\n<meta name=\"twitter:site\" content=\"@TechCrunch\" />\n<meta name=\"twitter:text:title\" content=\"How Instagram&#8217;s algorithm works\" />\n<meta name=\"twitter:image\" content=\"https://techcrunch.com/wp-content/uploads/2018/06/instagram-algorithm.png?w=640\" />\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<meta name=\"twitter:creator\" content=\"@TechCrunch\" />\n\n<!-- End Jetpack Open Graph Tags -->\n<link rel=\"icon\" href=\"https://techcrunch.com/wp-content/uploads/2015/02/cropped-cropped-favicon-gradient.png?w=32\" sizes=\"32x32\" />\n<link rel=\"icon\" href=\"https://techcrunch.com/wp-content/uploads/2015/02/cropped-cropped-favicon-gradient.png?w=192\" sizes=\"192x192\" />\n<link rel=\"apple-touch-icon-precomposed\" href=\"https://techcrunch.com/wp-content/uploads/2015/02/cropped-cropped-favicon-gradient.png?w=180\" />\n<meta name=\"msapplication-TileImage\" content=\"https://techcrunch.com/wp-content/uploads/2015/02/cropped-cropped-favicon-gradient.png?w=270\" />\n</head>\n<body class=\"\">\n\n<div id=\"root\">\n\t<div><!-- duplicate React-root div for styling -->\n\t<div class=\"content\">\n\t\t<article class=\"article-container article--post \">\n\t\t\t<header class=\"article__header \">\n\t<div class=\"article__title-wrapper\">\n\t\t\t\t\t\t<h1 class=\"article__title\">How Instagram&#8217;s algorithm works</h1>\n\t\t</div>\n\n\t\t\t<div class=\"article__byline-wrapper\">\n\n<div class=\"article__byline\">\n\t\t\t<a href=\"https://techcrunch.com/author/josh-constine/\">\n\t\t\tJosh Constine\t\t</a>\n\t\t<span class=\"article__byline__meta\">\n\t        \t\t        <a href=\"https://twitter.com/JoshConstine\">@</a>\n\t\t        <span class=\"text--green\"> / </span>\n\t        \t\t\t2 days\t\t</span>\n\t</div>\n\t\t</div>\n\n\t\t\t<div class=\"article__featured-image-wrapper breakout\">\n\t\t\t<img src=\"https://techcrunch.com/wp-content/uploads/2018/06/instagram-algorithm.png?w=730\" class=\"article__featured-image\" />\n\t\t</div>\n\t</header>\n\n\t\t\t<div class=\"article-content\">\n\t\t\t\t<p><a class=\"crunchbase-link\" href=\"https://www.crunchbase.com/organization/instagram/\" target=\"_blank\" data-type=\"organization\" data-entity=\"instagram\">Instagram <span class=\"crunchbase-tooltip-indicator\"></span></a> users were missing 70 percent of all posts and 50 percent of their friends&#8217; posts before the app ditched the reverse chronological feed for an algorithm in July 2016. Despite backlash about confusing ordering, Instagram now says relevancy sorting has led to its 800 million-plus users seeing 90 percent of their friends&#8217; posts and spending more time on the app.</p>\n<p>Yet Instagram has never explained exactly how the algorithm chooses what to show you until today. The Facebook-owned company assembled a group of reporters at its under-construction new San Francisco office to take the lid off the Instagram feed ranking algorithm.</p>\n<div id=\"attachment_1649557\" style=\"width: 690px\" class=\"wp-caption aligncenter\"><img class=\"wp-image-1649557 size-large\" src=\"https://techcrunch.com/wp-content/uploads/2018/06/img_4487.jpg?w=680\" alt=\"\" width=\"680\" height=\"510\" /><p class=\"wp-caption-text\">Instagram product lead Julian Gutman explains the algorithm</p></div>\n<h2>Instagram&#8217;s feed ranking criteria</h2>\n<p>Instagram relies on machine learning based on your past behavior to create a unique feed for everyone. Even if you follow the exact same accounts as someone else, you&#8217;ll get a personalized feed based on how you interact with those accounts.</p>\n<p>Three main factors determine what you see in your Instagram feed:</p>\n<ol>\n<li><strong>Interest:</strong> How much Instagram predicts you&#8217;ll care about a post, with higher ranking for what matters to you, determined by past behavior on similar content and potentially machine vision analyzing the actual content of the post.</li>\n<li><strong>Recency:</strong> How recently the post was shared, with prioritization for timely posts over weeks-old ones.</li>\n<li><strong>Relationship:</strong> How close you are to the person who shared it, with higher ranking for people you&#8217;ve interacted with a lot in the past on Instagram, such as by commenting on their posts or being tagged together in photos.</li>\n</ol>\n<p><img class=\"size-large wp-image-1649568 aligncenter\" src=\"https://techcrunch.com/wp-content/uploads/2018/06/instagram-algorithm-signals.jpg?w=680\" alt=\"\" width=\"680\" height=\"255\" /></p>\n<p>Beyond those core factors, three additional signals that influence rankings are:</p>\n<ul>\n<li><strong>Frequency:</strong> How often you open Instagram, as it will try to show you the best posts since your last visit.</li>\n<li><strong>Following:</strong> If you follow a lot of people, Instagram will be picking from a wider breadth of authors so you might see less of any specific person.</li>\n<li><strong>Usage:</strong> How long you spend on Instagram determines if you&#8217;re just seeing the best posts during short sessions, or it&#8217;s digging deeper into its catalog if you spend more total time browsing.</li>\n</ul>\n<h2>Instagram mythbusting</h2>\n<p>Instagram&#8217;s team also responded to many of the most common questions and conspiracy theories about how its feed works. TechCrunch can&#8217;t verify the accuracy of these claims, but this is what Instagram&#8217;s team told us:</p>\n<ul>\n<li>Instagram is not at this time considering an option to see the old reverse chronological feed because it doesn&#8217;t want to add more complexity (users might forget what feed they&#8217;re set to), but it is listening to users who dislike the algorithm.</li>\n<li>Instagram does not hide posts in the feed, and you&#8217;ll see everything posted by everyone you follow if you keep scrolling.</li>\n<li>Feed ranking does not favor the photo or video format universally, but people&#8217;s feeds are tuned based on what kind of content they engage with, so if you never stop to watch videos you might see fewer of them.</li>\n<li>Instagram&#8217;s feed doesn&#8217;t favor users who use Stories, Live, or other special features of the app.</li>\n<li>Instagram doesn&#8217;t downrank users for posting too frequently or for other specific behaviors, but it might swap in other content in between someone&#8217;s if they rapid-fire separate posts.</li>\n<li>Instagram doesn&#8217;t give extra feed presence to personal accounts or business accounts, so switching won&#8217;t help your reach.</li>\n<li>Shadowbanning is not a real thing, and Instagram says it doesn&#8217;t hide people&#8217;s content for posting too many hashtags or taking other actions.</li>\n</ul>\n<p>Today’s Instagram whiteboard session with reporters, its first, should go a long way to clearing up misunderstandings about how it works. When people feel confident that their posts will reach their favorite people, that they can reliably build a public audience, and that they’ll always see great content, they&#8217;ll open the app more often.</p>\n<p>Yet on the horizon looms a <a href=\"https://techcrunch.com/2016/09/06/ultimate-guide-to-the-news-feed/\">problem similar to what Facebook’s algorithm experienced</a> around 2015: competition reduces reach. As more users and businesses join Instagram and post more often, but feed browsing time stays stable per user, the average post will get drowned out and receive fewer views. People will inevitably complain that Instagram is trying to force them to buy ads, but it’s a natural and inevitable consequence of increasingly popular algorithmic feeds.</p>\n<p>The more Instagram can disarm that problem by pushing excess content creation to Stories and educating users about how the feed operates, the less they’ll complain. Facebook is already uncool, so Instagram must stay in our good graces.</p>\n\t\t\t</div>\n\n\t\t\t<footer class=\"article-footer\">\n\t\t\t\t\t\t\t\t\t<input title=\"Article Shortlink\" class=\"shortlink\" readOnly type=\"text\" value=\"\" />\n\t\t\t\t\t\t\t</footer>\n\t\t</article>\n\t</div>\n\t\t</div><!-- end React-root duplication div -->\n</div><!--end #root-->\n\t<!-- JSON-LD -->\n\t<script type=\"application/ld+json\">\n\t\t{\"@context\":\"http:\\/\\/schema.org\",\"publisher\":{\"@type\":\"Organization\",\"name\":\"TechCrunch\",\"logo\":{\"@type\":\"imageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\\/images\\/logo-json-ld.png\",\"width\":\"600\",\"height\":\"60\"}},\"@type\":\"NewsArticle\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/how-instagram-feed-works\\/\"},\"headline\":\"How Instagram&#8217;s algorithm works\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2018\\/06\\/instagram-algorithm.png?w=680\",\"width\":680,\"height\":361},\"datePublished\":\"2018-06-01T18:03:11+00:00\",\"dateModified\":\"2018-06-01T19:00:39+00:00\",\"author\":[{\"@type\":\"Person\",\"name\":\"Josh Constine\"}],\"description\":\"Instagram users were missing 70 percent of all posts and 50 percent of their friends&#8217; posts before the app ditched the reverse chronological feed for an algorithm in July 2016. Despite backlash about confusing ordering, Instagram now says relevancy sorting has led to its 800 million-plus users seeing 90 percent of their friends&#8217; posts and [&hellip;]\"}\t</script>\n\t<!-- End JSON-LD -->\n\t<script type='text/javascript' src='https://use.typekit.net/svv7knm.js'></script>\n<script type='text/javascript'>\ntry{Typekit.load({ async: true });}catch(e){}\n</script>\n<script type='text/javascript'>\n/* <![CDATA[ */\nvar tc_app_data = {\"ads\":{\"mns\":[{\"where\":\"*\",\"placements\":{\"native\":\"93501877\",\"mobile_native\":\"93501878\",\"leaderboard\":\"93484975\",\"rightrail\":\"93484976\",\"rightrail_on_view\":\"93484977\",\"mobile_300x250\":\"93484973\",\"mobile_dynamic\":\"93484974\",\"gallery_300x250\":\"93484952\",\"amp\":\"93523784\"}},{\"where\":{\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"gallery_300x250\":\"93484952\",\"leaderboard\":\"93484953\"}},{\"where\":{\"post_type\":[\"tc_sponsored_post\"]},\"placements\":{\"gallery_300x250\":\"93484862\",\"leaderboard\":\"963872468\",\"leaderboard_on_view\":\"963872469\",\"rightrail\":\"963872467\",\"rightrail_on_view\":\"963872467\",\"mobile_320x50\":\"963872466\",\"mobile_dynamic\":\"963872466\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"crunchbase-video-hub\"]},\"placements\":{\"mobile_300x250\":\"93487470\",\"mobile_dynamic\":\"93487469\",\"leaderboard\":\"93487468\",\"rightrail\":\"93487467\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"enterprise\"]},\"placements\":{\"gallery_300x250\":\"93512992\",\"mobile_300x250\":\"93484901\",\"mobile_dynamic\":\"93484902\",\"leaderboard\":\"93484903\",\"rightrail\":\"93484904\",\"rightrail_on_view\":\"93484905\",\"amp\":\"93523756\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"enterprise\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"93512990\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"gadgets\"]},\"placements\":{\"gallery_300x250\":\"93513298\",\"mobile_300x250\":\"93484912\",\"mobile_dynamic\":\"93484913\",\"leaderboard\":\"93484914\",\"rightrail\":\"93484915\",\"rightrail_on_view\":\"93484916\",\"amp\":\"93523764\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"gadgets\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"93513296\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"mobile\"]},\"placements\":{\"mobile_native\":\"93484962\",\"gallery_300x250\":\"93510143\",\"mobile_300x250\":\"93484960\",\"mobile_dynamic\":\"93484961\",\"leaderboard\":\"93484957\",\"rightrail\":\"93484958\",\"rightrail_on_view\":\"93484959\",\"amp\":\"93523763\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"mobile\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"93510142\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"startups\"]},\"placements\":{\"gallery_300x250\":\"93511985\",\"mobile_300x250\":\"93484986\",\"mobile_dynamic\":\"93484987\",\"leaderboard\":\"93484988\",\"rightrail\":\"93484989\",\"rightrail_on_view\":\"93484990\",\"amp\":\"93523762\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"startups\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"93511984\"}},{\"where\":{\"post_type\":[\"tc_marketing\"]},\"placements\":{\"mobile_dynamic\":\"93484859\",\"leaderboard\":\"93484860\",\"leaderboard_on_view\":\"93484861\",\"rightrail\":\"93484862\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"apple\"]},\"placements\":{\"mobile_300x250\":\"93484869\",\"mobile_dynamic\":\"93484870\",\"leaderboard\":\"93484866\",\"rightrail\":\"93484867\",\"rightrail_on_view\":\"93484868\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"back-to-school\",\"backtoschool\",\"backtoschool13\"]},\"placements\":{\"mobile_300x250\":\"93484871\",\"mobile_dynamic\":\"93484872\",\"leaderboard\":\"93484873\",\"rightrail\":\"93484874\",\"rightrail_on_view\":\"93484875\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"ces\"]},\"placements\":{\"gallery_300x250\":\"963853166\",\"mobile_300x250\":\"93484876\",\"mobile_dynamic\":\"93484877\",\"leaderboard\":\"93484878\",\"rightrail\":\"93484879\",\"rightrail_on_view\":\"93484880\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"ces\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"963853167\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"disrupt\"]},\"placements\":{\"mobile_300x250\":\"93484895\",\"mobile_dynamic\":\"93484896\",\"leaderboard\":\"93484897\",\"rightrail\":\"93484898\",\"rightrail_on_view\":\"93484899\",\"amp\":\"93523765\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"holiday-gift-guide\"]},\"placements\":{\"gallery_300x250\":\"93518231\",\"mobile_300x250\":\"93484930\",\"mobile_dynamic\":\"93484931\",\"leaderboard\":\"93484932\",\"rightrail\":\"93484933\",\"rightrail_on_view\":\"93484934\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"holiday-gift-guide\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"93518230\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"sxsw\"]},\"placements\":{\"gallery_300x250\":\"963858038\",\"mobile_300x250\":\"963858040\",\"mobile_dynamic\":\"963858041\",\"leaderboard\":\"963858042\",\"rightrail\":\"963858043\",\"rightrail_on_view\":\"963858044\"}},{\"where\":{\"taxonomy\":\"post_tag\",\"terms\":[\"holiday-gift-guide\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"963858039\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"tc_video\"]},\"placements\":{\"leaderboard\":\"963874666\",\"rightrail\":\"963874667\",\"rightrail_on_view\":\"963874668\",\"mobile_320x50\":\"93485001\",\"mobile_300x250\":\"93485000\",\"mobile_dynamic\":\"93484943\",\"amp\":\"93523757\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"developer\"]},\"placements\":{\"gallery_300x250\":\"93510995\",\"mobile_300x250\":\"93484890\",\"mobile_dynamic\":\"93484891\",\"leaderboard\":\"93484892\",\"rightrail\":\"93484893\",\"rightrail_on_view\":\"93484894\",\"amp\":\"93523761\"}},{\"where\":{\"taxonomy\":\"category\",\"terms\":[\"developer\"],\"post_type\":[\"tc-media-gallery\"]},\"placements\":{\"leaderboard\":\"93510992\"}},{\"where\":{\"url\":\"\\/video\\/\"},\"placements\":{\"leaderboard\":\"963874666\",\"rightrail\":\"963874667\",\"rightrail_on_view\":\"963874668\",\"mobile_320x50\":\"93485001\",\"mobile_300x250\":\"93485000\",\"mobile_dynamic\":\"93484943\",\"amp\":\"93523757\"}},{\"where\":{\"url\":\"\\/(page\\/\\\\d+)?\"},\"placements\":{\"native\":\"93484857\",\"leaderboard\":\"93484945\",\"rightrail\":\"93484946\",\"rightrail_on_view\":\"93484947\",\"amp\":\"93523758\",\"mobile_native\":\"93484858\",\"mobile_300x250\":\"93484942\",\"mobile_dynamic\":\"93484943\"}}],\"adpage\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\\/features\\/ads\\/_uac\\/adpage.html\"},\"assetURI\":\"https:\\/\\/techcrunch.com\\/wp-content\\/themes\\/techcrunch-2017\",\"breaking\":\"\",\"live_event\":\"0\",\"livestream_hash\":null,\"feature_island\":[],\"isAdminBar\":\"\",\"marketoEventId\":\"1004\",\"menus\":{\"main\":[{\"id\":335981,\"order\":1,\"parent\":0,\"text\":\"Startups\",\"url\":\"https:\\/\\/techcrunch.com\\/startups\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":20429,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]},{\"id\":1599989,\"order\":2,\"parent\":0,\"text\":\"Apps\",\"url\":\"https:\\/\\/techcrunch.com\\/apps\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":449557102,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]},{\"id\":335983,\"order\":3,\"parent\":0,\"text\":\"Gadgets\",\"url\":\"https:\\/\\/techcrunch.com\\/gadgets\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":449557086,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]},{\"id\":1599990,\"order\":4,\"parent\":0,\"text\":\"Events\",\"url\":\"\\/events\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1599990,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":335986,\"order\":5,\"parent\":0,\"text\":\"Videos\",\"url\":\"\\/video\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":335986,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1599991,\"order\":6,\"parent\":0,\"text\":\"\\u2014\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1599991,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1599992,\"order\":7,\"parent\":0,\"text\":\"Crunchbase\",\"url\":\"http:\\/\\/crunchbase.com\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1599992,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}],\"submenu\":[{\"id\":1599997,\"order\":1,\"parent\":0,\"text\":\"Topics\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1599997,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[{\"id\":1600003,\"order\":2,\"parent\":1599997,\"text\":\"Social\",\"url\":\"https:\\/\\/techcrunch.com\\/social\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"How technology is shaping the way we live with each other\",\"object_id\":3457,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]},{\"id\":1600004,\"order\":3,\"parent\":1599997,\"text\":\"Mobile\",\"url\":\"https:\\/\\/techcrunch.com\\/mobile\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"The apps, platforms and businesses redefining how we use computers\",\"object_id\":449557028,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]},{\"id\":1600005,\"order\":4,\"parent\":1599997,\"text\":\"Enterprise\",\"url\":\"https:\\/\\/techcrunch.com\\/enterprise\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"How cloud computing, big data and new devices are changing work\",\"object_id\":449557044,\"object\":\"category\",\"type\":\"taxonomy\",\"type_label\":\"Category\",\"children\":[]}]},{\"id\":1599998,\"order\":5,\"parent\":0,\"text\":\"About\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1599998,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[{\"id\":1601717,\"order\":6,\"parent\":1599998,\"text\":\"Staff\",\"url\":\"\\/pages\\/about-techcrunch\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601717,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1600007,\"order\":7,\"parent\":1599998,\"text\":\"Contact Us\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/contact-us\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":672,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]},{\"id\":1600006,\"order\":8,\"parent\":1599998,\"text\":\"Advertising Opportunities\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/advertisement-events-calendar\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1416499,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]}]},{\"id\":1600000,\"order\":9,\"parent\":0,\"text\":\"More TechCrunch\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600000,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[{\"id\":1600009,\"order\":10,\"parent\":1600000,\"text\":\"Startup Battlefield\",\"url\":\"\\/startup-battlefield\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600009,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1600010,\"order\":11,\"parent\":1600000,\"text\":\"Include\",\"url\":\"\\/include\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600010,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1600012,\"order\":12,\"parent\":1600000,\"text\":\"Crunchboard\",\"url\":\"http:\\/\\/crunchboard.com\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600012,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1600011,\"order\":13,\"parent\":1600000,\"text\":\"TechCrunch Store\",\"url\":\"http:\\/\\/techcrunchstore.com\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600011,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1620756,\"order\":14,\"parent\":1600000,\"text\":\"Apply to Startup Events\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/tc-startup-programs\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1617703,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]}]},{\"id\":1600001,\"order\":15,\"parent\":0,\"text\":\"Read Anywhere\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600001,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[{\"id\":1600013,\"order\":16,\"parent\":1600001,\"text\":\"App Store\",\"url\":\"https:\\/\\/itunes.apple.com\\/us\\/app\\/techcrunch\\/id526058642?mt=8\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600013,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1600014,\"order\":17,\"parent\":1600001,\"text\":\"Google Play\",\"url\":\"https:\\/\\/play.google.com\\/store\\/apps\\/details?id=com.aol.mobile.techcrunch\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600014,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}]},{\"id\":1600002,\"order\":18,\"parent\":0,\"text\":\"International\",\"url\":\"#\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600002,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[{\"id\":1600015,\"order\":19,\"parent\":1600002,\"text\":\"China\",\"url\":\"http:\\/\\/techcrunch.cn\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600015,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1600016,\"order\":20,\"parent\":1600002,\"text\":\"Japan\",\"url\":\"http:\\/\\/jp.techcrunch.com\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1600016,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}]}],\"footer\":[{\"id\":1601925,\"order\":1,\"parent\":0,\"text\":\"Privacy Policy (Updated)\",\"url\":\"https:\\/\\/policies.oath.com\\/xw\\/en\\/oath\\/privacy\\/intl\\/index.html\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601925,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1601926,\"order\":2,\"parent\":0,\"text\":\"About Our Ads\",\"url\":\"http:\\/\\/adinfo.aol.com\\/about-our-ads\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601926,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1601987,\"order\":3,\"parent\":0,\"text\":\"Anti-Harassment Policy\",\"url\":\"https:\\/\\/techcrunch.com\\/pages\\/anti-harassment-policy\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":881251,\"object\":\"page\",\"type\":\"post_type\",\"type_label\":\"Page\",\"children\":[]},{\"id\":1601928,\"order\":4,\"parent\":0,\"text\":\"Terms of Service (Updated)\",\"url\":\"https:\\/\\/policies.oath.com\\/us\\/en\\/oath\\/terms\\/otos\\/index.html\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601928,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}],\"include\":[{\"id\":1601974,\"order\":1,\"parent\":0,\"text\":\"Our Mission\",\"url\":\"\\/include\\/mission-statement\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601974,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1601975,\"order\":2,\"parent\":0,\"text\":\"Office Hours\",\"url\":\"\\/include\\/office-hours\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1601975,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}],\"startup-battlefield\":[{\"id\":1602061,\"order\":1,\"parent\":0,\"text\":\"About\",\"url\":\"\\/startup-battlefield\\/about\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1602061,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1602062,\"order\":2,\"parent\":0,\"text\":\"FAQ\",\"url\":\"\\/startup-battlefield\\/faq\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1602062,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1602063,\"order\":3,\"parent\":0,\"text\":\"Leaderboard\",\"url\":\"\\/startup-battlefield\\/leaderboard\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1602063,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1602065,\"order\":4,\"parent\":0,\"text\":\"Battlefield Home\",\"url\":\"\\/startup-battlefield\\/\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1602065,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}],\"video-hub\":[{\"id\":1605165,\"order\":1,\"parent\":0,\"text\":\"News\",\"url\":\"\\/shows\\/tctv-news\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605165,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605166,\"order\":2,\"parent\":0,\"text\":\"Gadgets\",\"url\":\"\\/shows\\/gadgets\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605166,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605167,\"order\":3,\"parent\":0,\"text\":\"Features\",\"url\":\"\\/shows\\/features\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605167,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605168,\"order\":4,\"parent\":0,\"text\":\"Reviews\",\"url\":\"\\/shows\\/reviews\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605168,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605169,\"order\":5,\"parent\":0,\"text\":\"Interviews\",\"url\":\"\\/shows\\/interviews\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605169,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605170,\"order\":6,\"parent\":0,\"text\":\"Apps\",\"url\":\"\\/shows\\/apps\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605170,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605171,\"order\":7,\"parent\":0,\"text\":\"Disrupt\",\"url\":\"\\/shows\\/techcrunch-disrupt\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605171,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605172,\"order\":8,\"parent\":0,\"text\":\"Battlefield\",\"url\":\"\\/shows\\/techcrunch-battlefield\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605172,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605173,\"order\":9,\"parent\":0,\"text\":\"Sessions\",\"url\":\"\\/shows\\/tc-sessions\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605173,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605174,\"order\":10,\"parent\":0,\"text\":\"Crunch Report\",\"url\":\"\\/shows\\/crunch-report\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605174,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605175,\"order\":11,\"parent\":0,\"text\":\"Judah vs the Machines\",\"url\":\"\\/shows\\/judah-vs-the-machines\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605175,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605176,\"order\":12,\"parent\":0,\"text\":\"Down Round\",\"url\":\"\\/shows\\/down-round\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605176,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605177,\"order\":13,\"parent\":0,\"text\":\"Trust Disrupted\",\"url\":\"\\/shows\\/trust-disrupted\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605177,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605178,\"order\":14,\"parent\":0,\"text\":\"Built in Brooklyn\",\"url\":\"\\/shows\\/built-in-brooklyn\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605178,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605179,\"order\":15,\"parent\":0,\"text\":\"Inside Jobs\",\"url\":\"\\/shows\\/inside-jobs\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605179,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]},{\"id\":1605180,\"order\":16,\"parent\":0,\"text\":\"TC Cribs\",\"url\":\"\\/shows\\/tc-cribs\",\"attr\":\"\",\"target\":\"\",\"classes\":[\"\"],\"description\":\"\",\"object_id\":1605180,\"object\":\"custom\",\"type\":\"custom\",\"type_label\":\"Custom Link\",\"children\":[]}]},\"playlistData\":{\"homepage\":{\"id\":\"5769adbee4b0f19a0c6993bf\",\"title\":\"Latest TechCrunch Videos\",\"description\":\"The latest videos from the TechCrunch team.\",\"numberOfVideos\":100,\"tags\":[\"techcrunch\",\"new\",\"latest\",\"all\",\"videos\"],\"modificationDate\":\"2018-05-04 05:19:26\",\"creationDate\":\"2016-06-21 21:12:30\",\"thumbnail\":\"http:\\/\\/img.vidible.tv\\/prod\\/2018-06\\/01\\/5b1168ad7cce6e408cbe9e6f\\/5b116909539014689dcdd8d4_o_U_v1.png\",\"type\":\"dynamic\",\"createdBy\":\"Felicia Williams\",\"name\":\"Latest TechCrunch Videos\"},\"videohub\":[]},\"entities\":{\"posts\":[{\"id\":1649541,\"date\":\"2018-06-01T11:03:11\",\"date_gmt\":\"2018-06-01T18:03:11\",\"guid\":{\"rendered\":\"https:\\/\\/techcrunch.com\\/?p=1649541\"},\"modified\":\"2018-06-01T12:00:39\",\"modified_gmt\":\"2018-06-01T19:00:39\",\"slug\":\"how-instagram-feed-works\",\"status\":\"publish\",\"type\":\"post\",\"link\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/how-instagram-feed-works\\/\",\"title\":{\"rendered\":\"How Instagram&#8217;s algorithm works\"},\"content\":{\"rendered\":\"<p><a class=\\\"crunchbase-link\\\" href=\\\"https:\\/\\/www.crunchbase.com\\/organization\\/instagram\\/\\\" target=\\\"_blank\\\" data-type=\\\"organization\\\" data-entity=\\\"instagram\\\">Instagram <span class=\\\"crunchbase-tooltip-indicator\\\"><\\/span><\\/a> users were missing 70 percent of all posts and 50 percent of their friends&#8217; posts before the app ditched the reverse chronological feed for an algorithm in July 2016. Despite backlash about confusing ordering, Instagram now says relevancy sorting has led to its 800 million-plus users seeing 90 percent of their friends&#8217; posts and spending more time on the app.<\\/p>\\n<p>Yet Instagram has never explained exactly how the algorithm chooses what to show you until today. The Facebook-owned company assembled a group of reporters at its under-construction new San Francisco office to take the lid off the Instagram feed ranking algorithm.<\\/p>\\n<div id=\\\"attachment_1649557\\\" style=\\\"width: 690px\\\" class=\\\"wp-caption aligncenter\\\"><img class=\\\"wp-image-1649557 size-large\\\" src=\\\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2018\\/06\\/img_4487.jpg?w=680\\\" alt=\\\"\\\" width=\\\"680\\\" height=\\\"510\\\" \\/><p class=\\\"wp-caption-text\\\">Instagram product lead Julian Gutman explains the algorithm<\\/p><\\/div>\\n<h2>Instagram&#8217;s feed ranking criteria<\\/h2>\\n<p>Instagram relies on machine learning based on your past behavior to create a unique feed for everyone. Even if you follow the exact same accounts as someone else, you&#8217;ll get a personalized feed based on how you interact with those accounts.<\\/p>\\n<p>Three main factors determine what you see in your Instagram feed:<\\/p>\\n<ol>\\n<li><strong>Interest:<\\/strong> How much Instagram predicts you&#8217;ll care about a post, with higher ranking for what matters to you, determined by past behavior on similar content and potentially machine vision analyzing the actual content of the post.<\\/li>\\n<li><strong>Recency:<\\/strong> How recently the post was shared, with prioritization for timely posts over weeks-old ones.<\\/li>\\n<li><strong>Relationship:<\\/strong> How close you are to the person who shared it, with higher ranking for people you&#8217;ve interacted with a lot in the past on Instagram, such as by commenting on their posts or being tagged together in photos.<\\/li>\\n<\\/ol>\\n<p><img class=\\\"size-large wp-image-1649568 aligncenter\\\" src=\\\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2018\\/06\\/instagram-algorithm-signals.jpg?w=680\\\" alt=\\\"\\\" width=\\\"680\\\" height=\\\"255\\\" \\/><\\/p>\\n<p>Beyond those core factors, three additional signals that influence rankings are:<\\/p>\\n<ul>\\n<li><strong>Frequency:<\\/strong> How often you open Instagram, as it will try to show you the best posts since your last visit.<\\/li>\\n<li><strong>Following:<\\/strong> If you follow a lot of people, Instagram will be picking from a wider breadth of authors so you might see less of any specific person.<\\/li>\\n<li><strong>Usage:<\\/strong> How long you spend on Instagram determines if you&#8217;re just seeing the best posts during short sessions, or it&#8217;s digging deeper into its catalog if you spend more total time browsing.<\\/li>\\n<\\/ul>\\n<h2>Instagram mythbusting<\\/h2>\\n<p>Instagram&#8217;s team also responded to many of the most common questions and conspiracy theories about how its feed works. TechCrunch can&#8217;t verify the accuracy of these claims, but this is what Instagram&#8217;s team told us:<\\/p>\\n<ul>\\n<li>Instagram is not at this time considering an option to see the old reverse chronological feed because it doesn&#8217;t want to add more complexity (users might forget what feed they&#8217;re set to), but it is listening to users who dislike the algorithm.<\\/li>\\n<li>Instagram does not hide posts in the feed, and you&#8217;ll see everything posted by everyone you follow if you keep scrolling.<\\/li>\\n<li>Feed ranking does not favor the photo or video format universally, but people&#8217;s feeds are tuned based on what kind of content they engage with, so if you never stop to watch videos you might see fewer of them.<\\/li>\\n<li>Instagram&#8217;s feed doesn&#8217;t favor users who use Stories, Live, or other special features of the app.<\\/li>\\n<li>Instagram doesn&#8217;t downrank users for posting too frequently or for other specific behaviors, but it might swap in other content in between someone&#8217;s if they rapid-fire separate posts.<\\/li>\\n<li>Instagram doesn&#8217;t give extra feed presence to personal accounts or business accounts, so switching won&#8217;t help your reach.<\\/li>\\n<li>Shadowbanning is not a real thing, and Instagram says it doesn&#8217;t hide people&#8217;s content for posting too many hashtags or taking other actions.<\\/li>\\n<\\/ul>\\n<p>Today\\u2019s Instagram whiteboard session with reporters, its first, should go a long way to clearing up misunderstandings about how it works. When people feel confident that their posts will reach their favorite people, that they can reliably build a public audience, and that they\\u2019ll always see great content, they&#8217;ll open the app more often.<\\/p>\\n<p>Yet on the horizon looms a <a href=\\\"https:\\/\\/techcrunch.com\\/2016\\/09\\/06\\/ultimate-guide-to-the-news-feed\\/\\\">problem similar to what Facebook\\u2019s algorithm experienced<\\/a> around 2015: competition reduces reach. As more users and businesses join Instagram and post more often, but feed browsing time stays stable per user, the average post will get drowned out and receive fewer views. People will inevitably complain that Instagram is trying to force them to buy ads, but it\\u2019s a natural and inevitable consequence of increasingly popular algorithmic feeds.<\\/p>\\n<p>The more Instagram can disarm that problem by pushing excess content creation to Stories and educating users about how the feed operates, the less they\\u2019ll complain. Facebook is already uncool, so Instagram must stay in our good graces.<\\/p>\\n\",\"protected\":false},\"excerpt\":{\"rendered\":\"<p>Instagram users were missing 70 percent of all posts and 50 percent of their friends&#8217; posts before the app ditched the reverse chronological feed for an algorithm in July 2016. Despite backlash about confusing ordering, Instagram now says relevancy sorting has led to its 800 million-plus users seeing 90 percent of their friends&#8217; posts and [&hellip;]<\\/p>\\n\",\"protected\":false},\"author\":1603003,\"featured_media\":1649556,\"comment_status\":\"open\",\"ping_status\":\"closed\",\"sticky\":false,\"template\":\"\",\"format\":\"standard\",\"meta\":{\"outcome\":\"\",\"status\":\"\",\"crunchbase_tag\":0,\"amp_status\":\"\",\"relegenceEntities\":[],\"relegenceSubjects\":[]},\"categories\":[449557102,449557028,3457,17396],\"tags\":[4056909,42653521,576603803],\"crunchbase_tag\":[],\"tc_stories_tax\":[],\"tc_event\":[],\"shortlink\":\"https:\\/\\/tcrn.ch\\/2LN5kDX\",\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"featured\":false,\"subtitle\":\"\",\"fundingRound\":false,\"seoTitle\":\"\",\"seoDescription\":\"\",\"tc_unified_tagging\":[{\"tag\":{\"term_id\":42653521,\"name\":\"instagram\",\"slug\":\"instagram\",\"term_group\":0,\"term_taxonomy_id\":7116,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":752,\"filter\":\"raw\"},\"cb_tags\":[{\"instagram-organization\":\"Instagram\"}]},{\"tag\":{\"term_id\":576603803,\"name\":\"Instagram algorithm\",\"slug\":\"instagram-algorithm\",\"term_group\":0,\"term_taxonomy_id\":159937,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":0,\"filter\":\"raw\"},\"cb_tags\":[]},{\"tag\":{\"term_id\":4056909,\"name\":\"Facebook News Feed\",\"slug\":\"facebook-news-feed\",\"term_group\":0,\"term_taxonomy_id\":75493,\"taxonomy\":\"post_tag\",\"description\":\"\",\"parent\":0,\"count\":27,\"filter\":\"raw\"},\"cb_tags\":[]}],\"associatedEvent\":null,\"event\":null,\"authors\":[1603003],\"hideFeaturedImage\":false,\"relatedArticles\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/1649541\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/types\\/post\"}],\"version-history\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/1649541\\/revisions\"}],\"authors\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/1603003\"}],\"replies\":[{\"embeddable\":true,\"count\":6,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments?post=1649541&order=asc&tc_hierarchical=flat\"}],\"author\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/1603003\"}],\"wp:featuredmedia\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\\/1649556\"}],\"wp:attachment\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media?parent=1649541\"}],\"wp:term\":[{\"taxonomy\":\"category\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories?post=1649541\"},{\"taxonomy\":\"post_tag\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags?post=1649541\"},{\"taxonomy\":\"_tc_cb_tag_taxonomy\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/crunchbase_tag?post=1649541\"},{\"taxonomy\":\"tc_stories_tax\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_stories_tax?post=1649541\"},{\"taxonomy\":\"tc_event\",\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_event?post=1649541\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]},\"_embedded\":{\"authors\":[{\"id\":1603003,\"name\":\"Josh Constine\",\"url\":\"\",\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/author\\/josh-constine\\/\",\"slug\":\"josh-constine\",\"avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/fd3b857e7f0024396cdbd36c4c102a5d?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/fd3b857e7f0024396cdbd36c4c102a5d?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/fd3b857e7f0024396cdbd36c4c102a5d?s=96&d=identicon&r=g\"},\"links\":{\"homepage\":\"http:\\/\\/about.me\\/joshconstine\",\"facebook\":\"http:\\/\\/www.facebook.com\\/JoshConstine\",\"twitter\":\"https:\\/\\/twitter.com\\/joshconstine\",\"linkedin\":\"https:\\/\\/www.linkedin.com\\/in\\/joshconstine\\/\",\"crunchbase\":\"https:\\/\\/www.crunchbase.com\\/person\\/josh-constine\"},\"position\":\"Editor-At-Large\",\"cbDescription\":\"<p>Josh Constine is a technology journalist who specializes in deep analysis of social products. He is currently an Editor-At-Large for TechCrunch.<\\/p>\\n\\n<p>Previously, Constine was the Lead Writer of Inside Facebook,  where he covered Facebook product changes, privacy, ads, ecommerce, games, and music technology.<\\/p>\\n\\n<p>Constine graduated from Stanford University in 2009 with a Master's degree in Cybersociology, examining the influence of technology on social interaction. He researched the impact of privacy controls on the socialization of children, meme popularity cycles, and what influences the click through rate of links posted to Twitter.<\\/p>\\n\\n<p>Constine also received a Bachelor of Arts degree with honors from Stanford University in 2007, with a concentration in Social Psychology & Interpersonal Processes.<\\/p>\\n\\n<p>Josh Constine is an experienced public speaker, and has moderated over 100 on-stage interviews in 13 countries with leaders including Facebook CEO Mark Zuckerberg, whistleblower Edward Snowden (via on-stage video conference), and U.S. Senator Cory Booker. He's been quoted by The Wall Street Journal, CNN Money, The Atlantic, BBC World Magazine, Slate, and more, plus has been featured on television on Good Morning, America, China Central Television, and Fox News. Constine is available for speaking gigs. Constine is ranked as the #1 most cited tech journalist on prestigious news aggregator Techmeme.<\\/p>\\n\\n<p>[Disclosures: Josh Constine advised a college friend's social location-sharing startup codenamed 'Signal' that was based in San Francisco before dissolving in 2015. This advising role was cleared with AOL and TechCrunch's editors. Constine's cousin Darren Lachtman is the founder of Niche, which connects social media stars to sponsorships from brands, and was acquired by Twitter. Constine has personal relationships stemming from college housing with founders at Skybox Imaging (now Terra Bella), Hustle, Snapchat, and Robinhood. Constine occasionally does paid speaking engagements at conferences funded by companies he does not cover. Constine owns a small position in Ethereum and Bitcoin cryptocurrencies.]<\\/p>\",\"cbAvatar\":\"https:\\/\\/crunchbase-production-res.cloudinary.com\\/image\\/upload\\/h_216,w_216,c_fit\\/v1415412437\\/xje35licfau9iewxnf44.png\",\"twitter\":\"joshconstine\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/1603003\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\"}]}}],\"replies\":[[{\"id\":565706,\"parent\":0,\"author\":0,\"author_name\":\"Micah BOWEN\",\"author_url\":\"\",\"date\":\"2018-06-01T13:48:46\",\"content\":{\"rendered\":\"<p>Instagram is lying! Back when I had 1,500 followers I was getting more likes on my posts than now, and I have 10k followers now.. The quality of my posts havent gone down. Instagram is just lying to cover their @ss. <\\/p>\\n\"},\"link\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/how-instagram-feed-works\\/#comment-565706\",\"type\":\"comment\",\"author_avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/cd53cbe1a81d9fbbae2c61e1c881b2f8?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/cd53cbe1a81d9fbbae2c61e1c881b2f8?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/cd53cbe1a81d9fbbae2c61e1c881b2f8?s=96&d=identicon&r=g\"},\"techcrunch\":{\"avatar\":\"https:\\/\\/ct.yimg.com\\/cy\\/1768\\/39361574426_98028a_64sq.jpg\",\"company\":\"(no company found)\",\"title\":\"(no title found)\",\"user\":\"ZNNMBXT3GU7B4HMK5WASZ4YLP7\"},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments\\/565706\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments\"}],\"up\":[{\"embeddable\":true,\"post_type\":\"post\",\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/1649541\"}]}},{\"id\":565712,\"parent\":0,\"author\":0,\"author_name\":\"Sarah Beline\",\"author_url\":\"\",\"date\":\"2018-06-01T14:13:03\",\"content\":{\"rendered\":\"<p>I agree. I reached 10k+ in 12 months, and it&#8217;s been six months and I&#8217;ve grown only &gt;600 more. That&#8217;s almost a 90% decrease in month over month growth, and my photos get half the likes. It&#8217;s not an enjoyable experience anymore. <\\/p>\\n\"},\"link\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/how-instagram-feed-works\\/#comment-565712\",\"type\":\"comment\",\"author_avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/cd66e5511ed6150c05784cfa11f612a7?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/cd66e5511ed6150c05784cfa11f612a7?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/cd66e5511ed6150c05784cfa11f612a7?s=96&d=identicon&r=g\"},\"techcrunch\":{\"avatar\":\"https:\\/\\/ct.yimg.com\\/cy\\/1768\\/39361574426_98028a_64sq.jpg\",\"company\":\"(no company found)\",\"title\":\"(no title found)\",\"user\":\"SXI7RE7SSWJX5JIBQBINOHW7NE\"},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments\\/565712\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments\"}],\"up\":[{\"embeddable\":true,\"post_type\":\"post\",\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/1649541\"}]}},{\"id\":565739,\"parent\":0,\"author\":0,\"author_name\":\"Eric Cawford\",\"author_url\":\"\",\"date\":\"2018-06-01T15:51:39\",\"content\":{\"rendered\":\"<p>I would pay around $20-30\\/yr to get the chronological feed + some additional filtering capabilities. Would anyone else do this? <\\/p>\\n<p>I feel like IG could build more customer trust by giving more control to the user. The &#8216;one-size fits all&#8217; \\/ &#8216;we know what&#8217;s best&#8217; approach to feed curation &amp; personalization is great for the business but likely limits engagement for those who want more control of their feed display.<\\/p>\\n\"},\"link\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/how-instagram-feed-works\\/#comment-565739\",\"type\":\"comment\",\"author_avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/5bdd915adf287ccfcb8349634b63c1bf?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/5bdd915adf287ccfcb8349634b63c1bf?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/5bdd915adf287ccfcb8349634b63c1bf?s=96&d=identicon&r=g\"},\"techcrunch\":{\"avatar\":\"https:\\/\\/ct.yimg.com\\/cy\\/1768\\/39361574426_98028a_64sq.jpg\",\"company\":\"(no company found)\",\"title\":\"(no title found)\",\"user\":\"JVXKU3KD4N46TJILALWGSD7ZXI\"},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments\\/565739\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments\"}],\"up\":[{\"embeddable\":true,\"post_type\":\"post\",\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/1649541\"}]}},{\"id\":565783,\"parent\":0,\"author\":0,\"author_name\":\"Greg Oliver\",\"author_url\":\"\",\"date\":\"2018-06-02T01:40:13\",\"content\":{\"rendered\":\"<p>I hate Instagram with a passion. It&#8217;s such a jumbled mess, and the lack of customization makes for a bad user experience. I&#8217;ll stick to Twitter and Facebook.<\\/p>\\n<p><a href=\\\"https:\\/\\/TheGadgetNerds.com\\\" rel=\\\"nofollow\\\">https:\\/\\/TheGadgetNerds.com<\\/a><\\/p>\\n\"},\"link\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/how-instagram-feed-works\\/#comment-565783\",\"type\":\"comment\",\"author_avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/46152105c64990e0e7b589dff2f65b4f?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/46152105c64990e0e7b589dff2f65b4f?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/46152105c64990e0e7b589dff2f65b4f?s=96&d=identicon&r=g\"},\"techcrunch\":{\"avatar\":\"https:\\/\\/ct.yimg.com\\/cy\\/1768\\/39361574426_98028a_64sq.jpg\",\"company\":\"(no company found)\",\"title\":\"(no title found)\",\"user\":\"W2T3X2JUL2NHL6AQE43FQEM6IS\"},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments\\/565783\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments\"}],\"up\":[{\"embeddable\":true,\"post_type\":\"post\",\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/1649541\"}]}},{\"id\":565829,\"parent\":0,\"author\":0,\"author_name\":\"Scott Bram\",\"author_url\":\"\",\"date\":\"2018-06-02T12:05:31\",\"content\":{\"rendered\":\"<p>\\u201cInstagram is not at this time considering an option to see the old reverse chronological feed because it doesn\\u2019t want to add more complexity (users might forget what feed they\\u2019re set to)\\u2026\\u201d<\\/p>\\n<p>jameshardenohplease.gif<\\/p>\\n<p>I put as much stock in the veracity of this claim as the likelihood that \\u201cSee fewer posts like this\\u201d does anything.<\\/p>\\n\"},\"link\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/how-instagram-feed-works\\/#comment-565829\",\"type\":\"comment\",\"author_avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/c17367d1362b21766a0dcd83c7ac8de9?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/c17367d1362b21766a0dcd83c7ac8de9?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/c17367d1362b21766a0dcd83c7ac8de9?s=96&d=identicon&r=g\"},\"techcrunch\":{\"avatar\":\"https:\\/\\/ct.yimg.com\\/cy\\/1768\\/39361574426_98028a_64sq.jpg\",\"company\":\"(no company found)\",\"title\":\"(no title found)\",\"user\":\"ERFXIVQUWSNWB5B5MLADUMPPNT\"},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments\\/565829\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments\"}],\"up\":[{\"embeddable\":true,\"post_type\":\"post\",\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/1649541\"}]}},{\"id\":565879,\"parent\":0,\"author\":0,\"author_name\":\"susan marsh\",\"author_url\":\"\",\"date\":\"2018-06-03T06:37:56\",\"content\":{\"rendered\":\"<p>Funny. You might consider signing up for Instagram, building up your following and then have Instagram pitch you on what it does and doesn&#8217;t do. Or maybe talk to some heavy instagram users as part of your coverage.<\\/p>\\n\"},\"link\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/how-instagram-feed-works\\/#comment-565879\",\"type\":\"comment\",\"author_avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/59438deaeaf9ed2928435d355b8cdf14?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/59438deaeaf9ed2928435d355b8cdf14?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/59438deaeaf9ed2928435d355b8cdf14?s=96&d=identicon&r=g\"},\"techcrunch\":{\"avatar\":\"https:\\/\\/ct.yimg.com\\/cy\\/1768\\/39361574426_98028a_64sq.jpg\",\"company\":\"Ms\",\"title\":\"Ms\",\"user\":\"JWCDLTFZPN4235GTEALKTMOUDM\"},\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments\\/565879\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments\"}],\"up\":[{\"embeddable\":true,\"post_type\":\"post\",\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts\\/1649541\"}]}}]],\"author\":[{\"id\":1603003,\"name\":\"Josh Constine\",\"url\":\"\",\"description\":\"\",\"link\":\"https:\\/\\/techcrunch.com\\/author\\/josh-constine\\/\",\"slug\":\"josh-constine\",\"avatar_urls\":{\"24\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/fd3b857e7f0024396cdbd36c4c102a5d?s=24&d=identicon&r=g\",\"48\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/fd3b857e7f0024396cdbd36c4c102a5d?s=48&d=identicon&r=g\",\"96\":\"https:\\/\\/secure.gravatar.com\\/avatar\\/fd3b857e7f0024396cdbd36c4c102a5d?s=96&d=identicon&r=g\"},\"links\":{\"homepage\":\"http:\\/\\/about.me\\/joshconstine\",\"facebook\":\"http:\\/\\/www.facebook.com\\/JoshConstine\",\"twitter\":\"https:\\/\\/twitter.com\\/joshconstine\",\"linkedin\":\"https:\\/\\/www.linkedin.com\\/in\\/joshconstine\\/\",\"crunchbase\":\"https:\\/\\/www.crunchbase.com\\/person\\/josh-constine\"},\"position\":\"Editor-At-Large\",\"cbDescription\":\"<p>Josh Constine is a technology journalist who specializes in deep analysis of social products. He is currently an Editor-At-Large for TechCrunch.<\\/p>\\n\\n<p>Previously, Constine was the Lead Writer of Inside Facebook,  where he covered Facebook product changes, privacy, ads, ecommerce, games, and music technology.<\\/p>\\n\\n<p>Constine graduated from Stanford University in 2009 with a Master's degree in Cybersociology, examining the influence of technology on social interaction. He researched the impact of privacy controls on the socialization of children, meme popularity cycles, and what influences the click through rate of links posted to Twitter.<\\/p>\\n\\n<p>Constine also received a Bachelor of Arts degree with honors from Stanford University in 2007, with a concentration in Social Psychology & Interpersonal Processes.<\\/p>\\n\\n<p>Josh Constine is an experienced public speaker, and has moderated over 100 on-stage interviews in 13 countries with leaders including Facebook CEO Mark Zuckerberg, whistleblower Edward Snowden (via on-stage video conference), and U.S. Senator Cory Booker. He's been quoted by The Wall Street Journal, CNN Money, The Atlantic, BBC World Magazine, Slate, and more, plus has been featured on television on Good Morning, America, China Central Television, and Fox News. Constine is available for speaking gigs. Constine is ranked as the #1 most cited tech journalist on prestigious news aggregator Techmeme.<\\/p>\\n\\n<p>[Disclosures: Josh Constine advised a college friend's social location-sharing startup codenamed 'Signal' that was based in San Francisco before dissolving in 2015. This advising role was cleared with AOL and TechCrunch's editors. Constine's cousin Darren Lachtman is the founder of Niche, which connects social media stars to sponsorships from brands, and was acquired by Twitter. Constine has personal relationships stemming from college housing with founders at Skybox Imaging (now Terra Bella), Hustle, Snapchat, and Robinhood. Constine occasionally does paid speaking engagements at conferences funded by companies he does not cover. Constine owns a small position in Ethereum and Bitcoin cryptocurrencies.]<\\/p>\",\"cbAvatar\":\"https:\\/\\/crunchbase-production-res.cloudinary.com\\/image\\/upload\\/h_216,w_216,c_fit\\/v1415412437\\/xje35licfau9iewxnf44.png\",\"twitter\":\"joshconstine\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/1603003\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\"}]}}],\"wp:featuredmedia\":[{\"id\":1649556,\"date\":\"2018-06-01T10:55:02\",\"slug\":\"instagram-algorithm\",\"type\":\"attachment\",\"link\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/how-instagram-feed-works\\/instagram-algorithm\\/\",\"title\":{\"rendered\":\"instagram-algorithm\"},\"author\":1603003,\"license\":{\"source_key\":\"other\",\"source\":\"TechCrunch\",\"person\":\"Bryce Durbin\"},\"authors\":[1603003],\"caption\":{\"rendered\":\"<p>Image: Bryce Durbin \\/ TechCrunch<\\/p>\\n\"},\"alt_text\":\"\",\"media_type\":\"image\",\"mime_type\":\"image\\/png\",\"media_details\":{\"width\":3200,\"height\":1700,\"file\":\"2018\\/06\\/instagram-algorithm.png\",\"sizes\":[],\"image_meta\":{\"aperture\":\"0\",\"credit\":\"\",\"camera\":\"\",\"caption\":\"\",\"created_timestamp\":\"0\",\"copyright\":\"\",\"focal_length\":\"0\",\"iso\":\"0\",\"shutter_speed\":\"0\",\"title\":\"\",\"orientation\":\"0\",\"keywords\":[]}},\"source_url\":\"https:\\/\\/techcrunch.com\\/wp-content\\/uploads\\/2018\\/06\\/instagram-algorithm.png\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\\/1649556\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/media\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/types\\/attachment\"}],\"replies\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/comments?post=1649556\"}],\"author\":[{\"embeddable\":true,\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/tc\\/v1\\/users\\/1603003\"}]}}],\"wp:term\":[[{\"id\":449557102,\"link\":\"https:\\/\\/techcrunch.com\\/apps\\/\",\"name\":\"Apps\",\"slug\":\"apps\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/449557102\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=449557102\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=449557102\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=449557102\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":449557028,\"link\":\"https:\\/\\/techcrunch.com\\/mobile\\/\",\"name\":\"Mobile\",\"slug\":\"mobile\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/449557028\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=449557028\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=449557028\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=449557028\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":3457,\"link\":\"https:\\/\\/techcrunch.com\\/social\\/\",\"name\":\"Social\",\"slug\":\"social\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/3457\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=3457\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=3457\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=3457\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":17396,\"link\":\"https:\\/\\/techcrunch.com\\/tc\\/\",\"name\":\"TC\",\"slug\":\"tc\",\"taxonomy\":\"category\",\"parent\":0,\"rapidData\":{\"pt\":\"\",\"pct\":\"\"},\"submenu_categories\":[],\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\\/17396\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/categories\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/category\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?categories=17396\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?categories=17396\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?categories=17396\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[{\"id\":4056909,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/facebook-news-feed\\/\",\"name\":\"Facebook News Feed\",\"slug\":\"facebook-news-feed\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/4056909\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=4056909\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=4056909\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=4056909\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=4056909\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=4056909\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":42653521,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/instagram\\/\",\"name\":\"instagram\",\"slug\":\"instagram\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/42653521\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=42653521\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=42653521\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=42653521\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=42653521\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=42653521\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}},{\"id\":576603803,\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/instagram-algorithm\\/\",\"name\":\"Instagram algorithm\",\"slug\":\"instagram-algorithm\",\"taxonomy\":\"post_tag\",\"_links\":{\"self\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\\/576603803\"}],\"collection\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tags\"}],\"about\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/taxonomies\\/post_tag\"}],\"wp:post_type\":[{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/posts?tags=576603803\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/battlefield-companies?tags=576603803\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc-media-gallery?tags=576603803\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_topic?tags=576603803\"},{\"href\":\"https:\\/\\/techcrunch.com\\/wp-json\\/wp\\/v2\\/tc_video?tags=576603803\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https:\\/\\/api.w.org\\/{rel}\",\"templated\":true}]}}],[],[],[]]}}],\"media\":[],\"events\":[],\"battlefieldEvents\":[],\"battlefieldCompanies\":[],\"battlefieldPages\":[]},\"current_posts\":[1649541],\"request\":\"\\/2018\\/06\\/01\\/how-instagram-feed-works\\/\",\"siteURI\":\"https:\\/\\/techcrunch.com\\/\",\"totalPages\":\"0\",\"trending\":[{\"id\":\"291\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/apple\\/\",\"name\":\"Apple \",\"type\":\"tag\"},{\"id\":\"424613844\",\"link\":\"https:\\/\\/techcrunch.com\\/artificial-intelligence-2\\/\",\"name\":\"Artificial Intelligence\",\"type\":\"category\"},{\"id\":\"1599510\",\"link\":\"https:\\/\\/techcrunch.com\\/events\\/techcrunch-tel-aviv\\/\",\"name\":\"TechCrunch Tel Aviv \",\"type\":\"event\"},{\"id\":\"576601119\",\"link\":\"https:\\/\\/techcrunch.com\\/cryptocurrency\\/\",\"name\":\"Cryptocurrency\",\"type\":\"category\"},{\"id\":\"11160\",\"link\":\"https:\\/\\/techcrunch.com\\/ecommerce\\/\",\"name\":\"eCommerce \",\"type\":\"category\"},{\"id\":\"2401\",\"link\":\"https:\\/\\/techcrunch.com\\/transportation\\/\",\"name\":\"Transportation \",\"type\":\"category\"},{\"id\":\"6602\",\"link\":\"https:\\/\\/techcrunch.com\\/tag\\/amazon\\/\",\"name\":\"Amazon \",\"type\":\"tag\"},{\"id\":\"60523764\",\"link\":\"https:\\/\\/techcrunch.com\\/fundings-exits\\/\",\"name\":\"Fundings & Exits \",\"type\":\"category\"},{\"id\":\"449223024\",\"link\":\"https:\\/\\/techcrunch.com\\/hardware\\/\",\"name\":\"Hardware \",\"type\":\"category\"},{\"id\":\"426637499\",\"link\":\"https:\\/\\/techcrunch.com\\/privacy\\/\",\"name\":\"Privacy \",\"type\":\"category\"},{\"id\":\"3457\",\"link\":\"https:\\/\\/techcrunch.com\\/social\\/\",\"name\":\"Social \",\"type\":\"category\"},{\"id\":\"13217\",\"link\":\"https:\\/\\/techcrunch.com\\/policy\\/\",\"name\":\"Policy \",\"type\":\"category\"}],\"videoPlayerIds\":{\"no-ad-autostart\":\"56f58bbbe4b01497527036b2\",\"regular\":\"56df4e9de4b0c9c31d626c18\",\"regular-autostart\":\"56faf851e4b0d3dcac2e081a\",\"sideview-autostart\":\"57e2c53fcc52c7730882bbfe\"},\"facebookPixelId\":\"1447508128842484\",\"marketoAccountId\":\"270-WRY-762\",\"vidibleCompanyId\":\"564f313b67b6231408bc51ee\",\"recaptchaPublic\":\"6LeZyjwUAAAAABqkWH_Ct0efGn0B4pGU6ZLUeUvA\",\"googleAnalyticsID\":\"UA-991406-1\",\"googleAnalyticsDomains\":[\"techcrunch.com\"],\"tinypass\":{\"scriptURL\":\"https:\\/\\/dashboard.tinypass.com\",\"apiKey\":\"Fy7FpgyUxA\",\"apiURL\":\"https:\\/\\/api.tinypass.com\"},\"legacyPages\":[],\"apiNonce\":\"2f22bb662a\",\"userCan\":{\"editPosts\":false,\"restNonce\":null},\"initialStore\":{\"events\":{\"eventTypeIDs\":[],\"eventPostIds\":[],\"featuredEventIDs\":{\"event_home\":[]},\"featuredPostIDs\":{},\"pastEventIDs\":{\"default\":[]},\"pastFilters\":{},\"pastLoading\":false,\"upcomingEventIDs\":{\"default\":null},\"upcomingFilters\":{},\"upcomingLoading\":false},\"section\":{\"allPosts\":[1649541],\"contentObject\":null,\"currentPage\":1,\"expandedPost\":\"https:\\/\\/techcrunch.com\\/2018\\/06\\/01\\/how-instagram-feed-works\\/\",\"expandedIsland\":\"\",\"loading\":false,\"component\":\"singlePost\"}}};\n/* ]]> */\n</script>\n<script type='text/javascript' src='https://techcrunch.com/_static/??/wp-content/themes/techcrunch-2017/build/js/main.js,/wp-includes/js/wp-embed.min.js?m=1527882281j'></script>\n\n<!-- START Parse.ly Include: Standard -->\n<div id=\"parsely-root\" style=\"display: none\">\n  <div id=\"parsely-cfg\" data-parsely-site=\"techcrunch.com\"></div>\n</div>\n<script data-cfasync=\"false\">\n(function(s, p, d) {\n  var h=d.location.protocol, i=p+\"-\"+s,\n      e=d.getElementById(i), r=d.getElementById(p+\"-root\"),\n      u=h===\"https:\"?\"d1z2jf7jlzjs58.cloudfront.net\"\n      :\"static.\"+p+\".com\";\n  if (e) return;\n  e = d.createElement(s); e.id = i; e.async = true;\n  e.setAttribute('data-cfasync', 'false'); e.src = h+\"//\"+u+\"/p.js\"; r.appendChild(e);\n})(\"script\", \"parsely\", document);\n</script>\n<!-- END Parse.ly Include: Standard -->\n<script type='text/javascript' src='https://stats.wp.com/e-201822.js' async='async' defer='defer'></script>\n<script type='text/javascript'>\n\t_stq = window._stq || [];\n\t_stq.push([ 'view', {v:'ext',j:'1:6.1.1',blog:'136296444',post:'1649541',tz:'-7',srv:'techcrunch.com'} ]);\n\t_stq.push([ 'clickTrackerInit', '136296444', '1649541' ]);\n</script>\n<script type=\"text/javascript\">window.NREUM||(NREUM={});NREUM.info={\"beacon\":\"bam.nr-data.net\",\"licenseKey\":\"4750574831\",\"applicationID\":\"71001471\",\"transactionName\":\"NlRbNkYEWERTVkVcXA8eehdHEVlaHUJBGkVTHk0BawBAUlxB\",\"queueTime\":0,\"applicationTime\":207,\"atts\":\"GhNMQA4eSxsQVBMPSBxM\",\"errorBeacon\":\"bam.nr-data.net\",\"agent\":\"\"}</script></body>\n</html>\n"
  },
  {
    "path": "api/test/data/podcast-feed/a16z",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\"\n\txmlns:content=\"http://purl.org/rss/1.0/modules/content/\"\n\txmlns:wfw=\"http://wellformedweb.org/CommentAPI/\"\n\txmlns:dc=\"http://purl.org/dc/elements/1.1/\"\n\txmlns:atom=\"http://www.w3.org/2005/Atom\"\n\txmlns:sy=\"http://purl.org/rss/1.0/modules/syndication/\"\n\txmlns:slash=\"http://purl.org/rss/1.0/modules/slash/\"\n\txmlns:georss=\"http://www.georss.org/georss\" xmlns:geo=\"http://www.w3.org/2003/01/geo/wgs84_pos#\" xmlns:media=\"http://search.yahoo.com/mrss/\"\n\t>\n\n<channel>\n\t<title>Andreessen Horowitz</title>\n\t<atom:link href=\"https://a16z.com/feed/\" rel=\"self\" type=\"application/rss+xml\" />\n\t<link>https://a16z.com</link>\n\t<description>Software Is Eating the World</description>\n\t<lastBuildDate>Wed, 06 Jun 2018 05:55:38 +0000</lastBuildDate>\n\t<language>en</language>\n\t<sy:updatePeriod>hourly</sy:updatePeriod>\n\t<sy:updateFrequency>1</sy:updateFrequency>\n\t<generator>http://wordpress.com/</generator>\n\n<image>\n\t<url>https://a16z.files.wordpress.com/2017/12/cropped-a16z-favicon.png?w=32</url>\n\t<title>Andreessen Horowitz</title>\n\t<link>https://a16z.com</link>\n\t<width>32</width>\n\t<height>32</height>\n</image>\n<cloud domain='a16z.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />\n<atom:link rel=\"search\" type=\"application/opensearchdescription+xml\" href=\"https://a16z.com/osd.xml\" title=\"Andreessen Horowitz\" />\n\t<atom:link rel='hub' href='https://a16z.com/?pushpress=hub'/>\n\t<item>\n\t\t<title>How Startups Get Addicted to Paid Marketing (and How to Go Beyond the Local Max)</title>\n\t\t<link>http://andrewchen.co/paid-marketing-addiction/</link>\n\t\t<pubDate>Mon, 04 Jun 2018 17:00:38 +0000</pubDate>\n\t\t<dc:creator><![CDATA[sonala16z]]></dc:creator>\n\t\t\t\t<category><![CDATA[Uncategorized]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=214101</guid>\n\t\t<description><![CDATA[<p>&#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://0.gravatar.com/avatar/0a6cea5804bdc50314d9adf7c8a2ad0e?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">sonala16z</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>Microsoft Buys GitHub for $7.5 Billion</title>\n\t\t<link>https://a16z.com/2018/06/04/microsoft-buys-github-for-7-5-billion/</link>\n\t\t<pubDate>Mon, 04 Jun 2018 13:11:17 +0000</pubDate>\n\t\t<dc:creator><![CDATA[peterlevinea16z]]></dc:creator>\n\t\t\t\t<category><![CDATA[Uncategorized]]></category>\n\t\t<category><![CDATA[announcements]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=213988</guid>\n\t\t<description><![CDATA[<p>Six years ago we invested an “eye-popping” $100 million into GitHub. This was not only a Series A investment and the first institutional money ever raised by the company, but it was also the largest single check we had ever &#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://2.gravatar.com/avatar/b83c8bbc5298f76f33fa5b352041c199?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">peterlevinea16z</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>Video: Netflix&#8217; Ted Sarandos in Conversation with Marc Andreessen</title>\n\t\t<link>https://a16z.com/2018/06/01/sarandos-andreessen-summit-excerpts/</link>\n\t\t<pubDate>Sat, 02 Jun 2018 03:00:37 +0000</pubDate>\n\t\t<dc:creator><![CDATA[sonala16z]]></dc:creator>\n\t\t\t\t<category><![CDATA[Uncategorized]]></category>\n\t\t<category><![CDATA[a16z Bytes]]></category>\n\t\t<category><![CDATA[entertainment]]></category>\n\t\t<category><![CDATA[our Summit events]]></category>\n\t\t<category><![CDATA[videos]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=213061</guid>\n\t\t<description><![CDATA[<p><iframe class='youtube-player' type='text/html' width='640' height='390' src='https://www.youtube.com/embed/oy97TfvnMuo?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' allowfullscreen='true' style='border:0;'></iframe></p>\n<p><strong>watch time: 22 minutes</strong></p>\n<p>Netflix chief content officer Ted Sarandos shares nuggets &#8212; from the business of streaming and creating content to making decisions about taste and culture &#8212; about the Netflix journey, in conversation with Marc Andreessen.</p>\n<p>Based on &#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://0.gravatar.com/avatar/0a6cea5804bdc50314d9adf7c8a2ad0e?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">sonala16z</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>Yubico - Hardware Eats Security</title>\n\t\t<link>https://a16z.com/2018/05/31/yubico/</link>\n\t\t<pubDate>Thu, 31 May 2018 15:00:01 +0000</pubDate>\n\t\t<dc:creator><![CDATA[garcegarce]]></dc:creator>\n\t\t\t\t<category><![CDATA[Uncategorized]]></category>\n\t\t<category><![CDATA[announcements]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=211583</guid>\n\t\t<description><![CDATA[<p>I’ve been directly or peripherally involved in the security community approaching two decades now: in the early 2000’s working with the intelligence community; as a PhD student researching networking security; subsequently at my startup Nicira where security was a major &#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://0.gravatar.com/avatar/6d60e2b836af2aa53e1ae86aebc84428?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">garcegarce</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>CAMP4</title>\n\t\t<link>https://a16z.com/2018/05/31/camp4/</link>\n\t\t<pubDate>Thu, 31 May 2018 12:30:13 +0000</pubDate>\n\t\t<dc:creator><![CDATA[htidnam]]></dc:creator>\n\t\t\t\t<category><![CDATA[bio]]></category>\n\t\t<category><![CDATA[announcements]]></category>\n\t\t<category><![CDATA[bio fund]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=211705</guid>\n\t\t<description><![CDATA[<p>Biology is elegant, but it’s rarely simple. Following the completion of the $3 billion <a href=\"https://www.genome.gov/10001772/all-about-the--human-genome-project-hgp/\" target=\"_blank\" rel=\"noopener\">Human Genome Project</a> in the early 2000s, scientists were surprised to discover that the human genome contained <em>only</em> 20,000 or so genes, accounting for less than &#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://1.gravatar.com/avatar/df0c9c7e33454384ed1c5d00573200ae?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">htidnam</media:title>\n\t\t</media:content>\n\n\t\t<media:content url=\"http://a16z.files.wordpress.com/2018/05/camp4.png?w=300\" medium=\"image\" />\n\t</item>\n\t\t<item>\n\t\t<title>FlyHomes</title>\n\t\t<link>https://a16z.com/2018/05/31/flyhomes/</link>\n\t\t<pubDate>Thu, 31 May 2018 10:00:37 +0000</pubDate>\n\t\t<dc:creator><![CDATA[htidnam]]></dc:creator>\n\t\t\t\t<category><![CDATA[Uncategorized]]></category>\n\t\t<category><![CDATA[announcements]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=211711</guid>\n\t\t<description><![CDATA[<blockquote>\n<p style=\"text-align:left;\"><span style=\"font-weight:400;\">“You can observe a lot just by watching.”<br />\n</span><span style=\"font-weight:400;\">&#8211;Yogi Berra</span></p>\n</blockquote>\n<p><span style=\"font-weight:400;\">David Ricardo was born in the late 18th century, and along with Adam Smith was one of the most influential early economists, pioneering the term “comparative advantage.” A plumber is </span>&#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://1.gravatar.com/avatar/df0c9c7e33454384ed1c5d00573200ae?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">htidnam</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>a16z Podcast: Autonomy in Service</title>\n\t\t<link>https://a16z.com/2018/05/27/autonomy-service-national-security-ai/</link>\n\t\t<pubDate>Sun, 27 May 2018 21:06:33 +0000</pubDate>\n\t\t<dc:creator><![CDATA[htidnam]]></dc:creator>\n\t\t\t\t<category><![CDATA[autonomous cars & drones]]></category>\n\t\t<category><![CDATA[security & privacy]]></category>\n\t\t<category><![CDATA[tech is global]]></category>\n\t\t<category><![CDATA[veterans]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=210237</guid>\n\t\t<description><![CDATA[<iframe width=\"100%\" height=\"300\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F449132874&#038;visual=true&#038;color=%23ff5500&#038;auto_play=false&#038;hide_related=false&#038;show_comments=true&#038;show_user=true&#038;show_reposts=false&#038;show_teaser=true\"></iframe>\n<div class=\"page\" title=\"Page 6\">\n<div class=\"section\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<div>We now live in a world where connecting the dots between intel and modeling threats has become infinitely more complex: not only is the surface area to protect larger than ever, but the entry points and issues are more diverse </div></div></div></div></div><p>&#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://1.gravatar.com/avatar/df0c9c7e33454384ed1c5d00573200ae?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">htidnam</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>a16z Podcast: When Journalism Goes Global</title>\n\t\t<link>https://a16z.com/2018/05/26/journalism-tech-global-icij-panama-papers/</link>\n\t\t<pubDate>Sat, 26 May 2018 19:33:58 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Madelyne Xiao]]></dc:creator>\n\t\t\t\t<category><![CDATA[networking]]></category>\n\t\t<category><![CDATA[online communities]]></category>\n\t\t<category><![CDATA[policy]]></category>\n\t\t<category><![CDATA[security & privacy]]></category>\n\t\t<category><![CDATA[storytelling]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=209248</guid>\n\t\t<description><![CDATA[<iframe width=\"100%\" height=\"300\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F448164903&#038;visual=true&#038;color=%23ff5500&#038;auto_play=false&#038;hide_related=false&#038;show_comments=true&#038;show_user=true&#038;show_reposts=false&#038;show_teaser=true\"></iframe>\n<p><span class=\"im\">The <a href=\"https://www.icij.org/\">International Consortium of Investigative Journalists</a> is the organization responsible for the compilation and release of the first the Panama Papers, a series of 11.5 million documents that detailed the offshore dealings of governments and individuals the world over, soon </span>&#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://1.gravatar.com/avatar/d2ad024d49dc1fad8c307fba07675b73?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">madelynexiao1</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>How To Democratize Healthcare: AI Gives Everyone The Very Best Doctor</title>\n\t\t<link>https://a16z.com/2018/05/25/democratizing-healthcare-ai-doctors/</link>\n\t\t<pubDate>Fri, 25 May 2018 18:30:51 +0000</pubDate>\n\t\t<dc:creator><![CDATA[Madelyne Xiao]]></dc:creator>\n\t\t\t\t<category><![CDATA[AI, machine & deep learning]]></category>\n\t\t<category><![CDATA[bio]]></category>\n\t\t<category><![CDATA[healthcare]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=208839</guid>\n\t\t<description><![CDATA[<p>The greatest problem of health care in United States – <a href=\"https://www.washingtonpost.com/news/wonk/wp/2017/06/05/america-is-a-world-leader-in-health-inequality/?utm_term=.3a4aebdcaf99\" target=\"_blank\" rel=\"nofollow noopener\">the world leader in health inequality</a> – isn’t actually about the <em>quality</em> of care. The greatest problem we have is <em>access</em> to care. According to the <a href=\"https://www.cdc.gov/nchs/data/hus/hus16.pdf#062\" target=\"_blank\" rel=\"nofollow noopener\">CDC</a>, nearly 20% &#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://1.gravatar.com/avatar/d2ad024d49dc1fad8c307fba07675b73?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">madelynexiao1</media:title>\n\t\t</media:content>\n\t</item>\n\t\t<item>\n\t\t<title>12 Business Lessons about Growth from Andrew Chen</title>\n\t\t<link>https://25iq.com/2018/05/19/business-lessons-about-growth-from-andrew-chen-andreessen-horowitz/</link>\n\t\t<pubDate>Tue, 22 May 2018 14:00:01 +0000</pubDate>\n\t\t<dc:creator><![CDATA[sonala16z]]></dc:creator>\n\t\t\t\t<category><![CDATA[Uncategorized]]></category>\n\t\t<category><![CDATA[listicles]]></category>\n\n\t\t<guid isPermaLink=\"false\">http://a16z.com/?p=208048</guid>\n\t\t<description><![CDATA[<p>&#8230;</p>]]></description>\n\n\t\t<media:content url=\"http://0.gravatar.com/avatar/0a6cea5804bdc50314d9adf7c8a2ad0e?s=96&#38;d=identicon&#38;r=G\" medium=\"image\">\n\t\t\t<media:title type=\"html\">sonala16z</media:title>\n\t\t</media:content>\n\t</item>\n\t</channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/podcast-feed/atlantamonster",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<rss version=\"2.0\" xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\" xmlns:atom=\"http://www.w3.org/2005/Atom\">\n  <channel>\n    <atom:link href=\"https://feeds.megaphone.fm/atlantamonster\" rel=\"self\" type=\"application/rss+xml\"/>\n    <title>Atlanta Monster</title>\n    <link>http://atlantamonster.com</link>\n    <language>en</language>\n    <copyright>Copyright 2017 HowStuffWorks and Tenderfoot TV</copyright>\n    <description>From the producers of Up and Vanished and HowStuffWorks, Atlanta Monster aims to tell the true story of one of Atlanta’s darkest secrets, almost 40 years later.</description>\n    <image>\n      <url>http://static.megaphone.fm/podcasts/84e4a5c4-2de7-11e8-98b7-87f52d4374c4/image/uploads_2F1521733294980-xkcadcjrpar-7faa79cc84d505be934000c158cf54f5_2Fatlanta-monster-main-art.jpg</url>\n      <title>Atlanta Monster</title>\n      <link>http://atlantamonster.com</link>\n    </image>\n    <itunes:type>episodic</itunes:type>\n    <itunes:subtitle>Atlanta Monster</itunes:subtitle>\n    <itunes:author>HowStuffWorks &amp; Tenderfoot TV</itunes:author>\n    <itunes:summary>From the producers of Up and Vanished and HowStuffWorks, Atlanta Monster aims to tell the true story of one of Atlanta’s darkest secrets, almost 40 years later.</itunes:summary>\n    <itunes:owner>\n      <itunes:name>HowStuffWorks &amp; Tenderfoot TV</itunes:name>\n      <itunes:email>applepodcast@howstuffworks.com</itunes:email>\n    </itunes:owner>\n    <itunes:image href=\"http://static.megaphone.fm/podcasts/84e4a5c4-2de7-11e8-98b7-87f52d4374c4/image/uploads_2F1521733294980-xkcadcjrpar-7faa79cc84d505be934000c158cf54f5_2Fatlanta-monster-main-art.jpg\"/>\n    <itunes:category text=\"Society &amp; Culture\">\n    </itunes:category>\n    <itunes:new-feed-url>https://feeds.megaphone.fm/atlantamonster</itunes:new-feed-url>\n    <item>\n      <title>Live from SXSW</title>\n      <description>Live from the TuneIn stage at SXSW, the team gives a behind-the-scenes look at the creation of Atlanta Monster. Moderated by Tracy Kaplan.&lt;br&gt;&lt;br&gt;Learn more about advertising on the HowStuffWorks podcasts at &lt;a href='http://www.howstuffworks.com/advertisers.htm'&gt;www.howstuffworks.com/advertisers.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;And to learn about your ad choices when listening to podcasts, visit &lt;a href='https://www.howstuffworks.com/privacy.htm#ad-choices'&gt;https://www.howstuffworks.com/privacy.htm#ad-choices&lt;/a&gt;</description>\n      <pubDate>Fri, 18 May 2018 04:00:00 -0000</pubDate>\n      <itunes:author>HowStuffWorks &amp; Tenderfoot TV</itunes:author>\n      <itunes:image href=\"http://commondatastorage.googleapis.com/megaphone-prod/podcasts/4e168350-5a0b-11e8-bc3c-3b5f5ec75fb3/image/uploads_2F1526586267618-7640yvoruad-beb40c012a72a2d5bb73dd3de346ee57_2FAtlantaMonster_Main%2BArt.jpg\"/>\n      <itunes:title>Live from SXSW</itunes:title>\n      <itunes:episodeType>bonus</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:subtitle></itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[Live from the TuneIn stage at SXSW, the team gives a behind-the-scenes look at the creation of Atlanta Monster. Moderated by Tracy Kaplan.]]>\n      </itunes:summary>\n      <itunes:duration>3634</itunes:duration>\n      <guid>4e168350-5a0b-11e8-bc3c-3b5f5ec75fb3</guid>\n      <enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/traffic.megaphone.fm/HSW7011693605.mp3\" length=\"55509159\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Questions: Part 2</title>\n      <description>Payne and the team answer more listener questions.&lt;br&gt;&lt;br&gt;Learn more about advertising on the HowStuffWorks podcasts at &lt;a href='http://www.howstuffworks.com/advertisers.htm'&gt;www.howstuffworks.com/advertisers.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;And to learn about your ad choices when listening to podcasts, visit &lt;a href='https://www.howstuffworks.com/privacy.htm#ad-choices'&gt;https://www.howstuffworks.com/privacy.htm#ad-choices&lt;/a&gt;</description>\n      <pubDate>Fri, 04 May 2018 04:00:00 -0000</pubDate>\n      <itunes:author>HowStuffWorks &amp; Tenderfoot TV</itunes:author>\n      <itunes:image href=\"http://commondatastorage.googleapis.com/megaphone-prod/podcasts/2b16691e-4ee0-11e8-adb0-cbb311c0cb2a/image/uploads_2F1525358421175-0uvbyjhsg6h-fe2201e23d138f6ee39a855b49ea1f81_2FAtlantaMonster_Main%2BArt.jpg\"/>\n      <itunes:title>Questions: Part 2</itunes:title>\n      <itunes:episodeType>bonus</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:subtitle></itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[Payne and the team answer more listener questions.]]>\n      </itunes:summary>\n      <itunes:duration>1785</itunes:duration>\n      <guid>2b16691e-4ee0-11e8-adb0-cbb311c0cb2a</guid>\n      <enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/traffic.megaphone.fm/HSW2605262049.mp3\" length=\"25929769\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Questions: Part 1</title>\n      <description>Payne and the team answer listener questions.&lt;br&gt;&lt;br&gt;Learn more about advertising on the HowStuffWorks podcasts at &lt;a href='http://www.howstuffworks.com/advertisers.htm'&gt;www.howstuffworks.com/advertisers.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;And to learn about your ad choices when listening to podcasts, visit &lt;a href='https://www.howstuffworks.com/privacy.htm#ad-choices'&gt;https://www.howstuffworks.com/privacy.htm#ad-choices&lt;/a&gt;</description>\n      <pubDate>Fri, 27 Apr 2018 04:00:00 -0000</pubDate>\n      <itunes:author>HowStuffWorks &amp; Tenderfoot TV</itunes:author>\n      <itunes:image href=\"http://commondatastorage.googleapis.com/megaphone-prod/podcasts/482bc882-44db-11e8-ba5f-97288c93ffb5/image/uploads_2F1524256830803-6w141c4bcan-1b8855785fe89c5661c74293b364b311_2FAtlantaMonster_Main%2BArt.jpg\"/>\n      <itunes:title>Questions: Part 1</itunes:title>\n      <itunes:episodeType>bonus</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:subtitle></itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[Payne and the team answer listener questions.]]>\n      </itunes:summary>\n      <itunes:duration>2295</itunes:duration>\n      <guid>482bc882-44db-11e8-ba5f-97288c93ffb5</guid>\n      <enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/traffic.megaphone.fm/HSW4489263445.mp3?updated=1524260677\" length=\"34079973\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Episode 10: Loose Ends</title>\n      <description>In this case, the truth depends on who you choose to believe.&lt;br&gt;&lt;br&gt;Learn more about advertising on the HowStuffWorks podcasts at &lt;a href='http://www.howstuffworks.com/advertisers.htm'&gt;www.howstuffworks.com/advertisers.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;And to learn about your ad choices when listening to podcasts, visit &lt;a href='https://www.howstuffworks.com/privacy.htm#ad-choices'&gt;https://www.howstuffworks.com/privacy.htm#ad-choices&lt;/a&gt;</description>\n      <pubDate>Fri, 23 Mar 2018 04:00:22 -0000</pubDate>\n      <itunes:author>HowStuffWorks &amp; Tenderfoot TV</itunes:author>\n      <itunes:title>Episode 10: Loose Ends</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:episode>10</itunes:episode>\n      <itunes:subtitle>In this case, the truth depends on who you choose to believe.</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[In this case, the truth depends on who you choose to believe.]]>\n      </itunes:summary>\n      <itunes:duration>4139</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <guid>http://www.podtrac.com/pts/redirect.mp3/podcasts.howstuffworks.com/hsw/podcasts/atlm/2018-03-22-atlm-episode-ten.mp3</guid>\n      <enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/traffic.megaphone.fm/HSW7873522611.mp3\" length=\"95393749\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Episode 09: The Trial</title>\n      <description>Trial by trace evidence&lt;br&gt;&lt;br&gt;Learn more about advertising on the HowStuffWorks podcasts at &lt;a href='http://www.howstuffworks.com/advertisers.htm'&gt;www.howstuffworks.com/advertisers.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;And to learn about your ad choices when listening to podcasts, visit &lt;a href='https://www.howstuffworks.com/privacy.htm#ad-choices'&gt;https://www.howstuffworks.com/privacy.htm#ad-choices&lt;/a&gt;</description>\n      <pubDate>Fri, 16 Mar 2018 04:01:21 -0000</pubDate>\n      <itunes:author>HowStuffWorks &amp; Tenderfoot TV</itunes:author>\n      <itunes:title>Episode 09: The Trial</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:episode>9</itunes:episode>\n      <itunes:subtitle>Trial by trace evidence</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[Trial by trace evidence]]>\n      </itunes:summary>\n      <itunes:duration>3047</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <guid>http://www.podtrac.com/pts/redirect.mp3/podcasts.howstuffworks.com/hsw/podcasts/atlm/2018-03-15-atlm-epiosde-nine.mp3</guid>\n      <enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/traffic.megaphone.fm/HSW2192968882.mp3\" length=\"69170154\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>The List</title>\n      <description>One thing is clear -- no one can agree on The List.&lt;br&gt;&lt;br&gt;Learn more about advertising on the HowStuffWorks podcasts at &lt;a href='http://www.howstuffworks.com/advertisers.htm'&gt;www.howstuffworks.com/advertisers.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;And to learn about your ad choices when listening to podcasts, visit &lt;a href='https://www.howstuffworks.com/privacy.htm#ad-choices'&gt;https://www.howstuffworks.com/privacy.htm#ad-choices&lt;/a&gt;</description>\n      <pubDate>Fri, 09 Mar 2018 23:30:00 -0000</pubDate>\n      <itunes:author>HowStuffWorks &amp; Tenderfoot TV</itunes:author>\n      <itunes:title>The List</itunes:title>\n      <itunes:episodeType>bonus</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:subtitle>One thing is clear -- no one can agree on The List.</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[One thing is clear -- no one can agree on The List.]]>\n      </itunes:summary>\n      <itunes:duration>2996</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <guid>https://podcasts.howstuffworks.com/hsw/podcasts/atlm/2018-03-09-atlm-the-list.mp3</guid>\n      <enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/traffic.megaphone.fm/HSW4327137352.mp3\" length=\"67950758\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Episode 08: CIA</title>\n      <description>What car did Wayne really drive? Where did the reward money go? And was Wayne scouted by the CIA?&lt;br&gt;&lt;br&gt;Learn more about advertising on the HowStuffWorks podcasts at &lt;a href='http://www.howstuffworks.com/advertisers.htm'&gt;www.howstuffworks.com/advertisers.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;And to learn about your ad choices when listening to podcasts, visit &lt;a href='https://www.howstuffworks.com/privacy.htm#ad-choices'&gt;https://www.howstuffworks.com/privacy.htm#ad-choices&lt;/a&gt;</description>\n      <pubDate>Fri, 02 Mar 2018 20:20:44 -0000</pubDate>\n      <itunes:author>HowStuffWorks &amp; Tenderfoot TV</itunes:author>\n      <itunes:title>Episode 08: CIA</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:episode>8</itunes:episode>\n      <itunes:subtitle>What car did Wayne really drive? Where did the reward money go? And was Wayne scouted by the CIA?</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[What car did Wayne really drive? Where did the reward money go? And was Wayne scouted by the CIA?]]>\n      </itunes:summary>\n      <itunes:duration>2787</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <guid>http://www.podtrac.com/pts/redirect.mp3/podcasts.howstuffworks.com/hsw/podcasts/atlm/2018-03-02-atlm-epiosde-08.mp3</guid>\n      <enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/traffic.megaphone.fm/HSW5648322348.mp3\" length=\"62932113\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>The Vault</title>\n      <description>The team behind Atlanta Monster digs deeper into untold stories&lt;br&gt;&lt;br&gt;Learn more about advertising on the HowStuffWorks podcasts at &lt;a href='http://www.howstuffworks.com/advertisers.htm'&gt;www.howstuffworks.com/advertisers.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;And to learn about your ad choices when listening to podcasts, visit &lt;a href='https://www.howstuffworks.com/privacy.htm#ad-choices'&gt;https://www.howstuffworks.com/privacy.htm#ad-choices&lt;/a&gt;</description>\n      <pubDate>Fri, 23 Feb 2018 05:21:00 -0000</pubDate>\n      <itunes:author>HowStuffWorks &amp; Tenderfoot TV</itunes:author>\n      <itunes:title>The Vault</itunes:title>\n      <itunes:episodeType>bonus</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:subtitle>The team behind Atlanta Monster digs deeper into untold stories</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[The team behind Atlanta Monster digs deeper into untold stories]]>\n      </itunes:summary>\n      <itunes:duration>3645</itunes:duration>\n      <itunes:explicit>no</itunes:explicit>\n      <guid>http://www.podtrac.com/pts/redirect.mp3/podcasts.howstuffworks.com/hsw/podcasts/atlm/2018-02-22-atlm-vault-p1.mp3</guid>\n      <enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/traffic.megaphone.fm/HSW7327147147.mp3\" length=\"83532067\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Episode 07: Conspiracy?</title>\n      <description>Payne explores theories of Klan involvement within the case.&lt;br&gt;&lt;br&gt;Learn more about advertising on the HowStuffWorks podcasts at &lt;a href='http://www.howstuffworks.com/advertisers.htm'&gt;www.howstuffworks.com/advertisers.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;And to learn about your ad choices when listening to podcasts, visit &lt;a href='https://www.howstuffworks.com/privacy.htm#ad-choices'&gt;https://www.howstuffworks.com/privacy.htm#ad-choices&lt;/a&gt;</description>\n      <pubDate>Fri, 16 Feb 2018 05:00:01 -0000</pubDate>\n      <itunes:author>HowStuffWorks &amp; Tenderfoot TV</itunes:author>\n      <itunes:title>Episode 07: Conspiracy?</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:episode>7</itunes:episode>\n      <itunes:subtitle>Payne explores theories of Klan involvement within the case.</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[Payne explores theories of Klan involvement within the case.]]>\n      </itunes:summary>\n      <itunes:duration>3014</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <guid>http://www.podtrac.com/pts/redirect.mp3/podcasts.howstuffworks.com/hsw/podcasts/atlm/2018-02-15-atlm-episode-seven.mp3</guid>\n      <enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/traffic.megaphone.fm/HSW9917138286.mp3\" length=\"68383346\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Episode 06: The Splash</title>\n      <description>Payne and the team gear up for a closer look at the so-called \"bridge incident.\"&lt;br&gt;&lt;br&gt;Learn more about advertising on the HowStuffWorks podcasts at &lt;a href='http://www.howstuffworks.com/advertisers.htm'&gt;www.howstuffworks.com/advertisers.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;And to learn about your ad choices when listening to podcasts, visit &lt;a href='https://www.howstuffworks.com/privacy.htm#ad-choices'&gt;https://www.howstuffworks.com/privacy.htm#ad-choices&lt;/a&gt;</description>\n      <pubDate>Fri, 09 Feb 2018 05:39:52 -0000</pubDate>\n      <itunes:author>HowStuffWorks &amp; Tenderfoot TV</itunes:author>\n      <itunes:title>Episode 06: The Splash</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:episode>6</itunes:episode>\n      <itunes:subtitle>Payne and the team gear up for a closer look at the so-called \"bridge incident.\"</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[Payne and the team gear up for a closer look at the so-called \"bridge incident.\"]]>\n      </itunes:summary>\n      <itunes:duration>3135</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <guid>http://www.podtrac.com/pts/redirect.mp3/podcasts.howstuffworks.com/hsw/podcasts/atlm/2018-02-08-atlm-episode-six.mp3</guid>\n      <enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/traffic.megaphone.fm/HSW8855701119.mp3\" length=\"71296730\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Episode 05: Wayne's World</title>\n      <description>Payne makes contact with the alleged Atlanta Monster.&lt;br&gt;&lt;br&gt;Learn more about advertising on the HowStuffWorks podcasts at &lt;a href='http://www.howstuffworks.com/advertisers.htm'&gt;www.howstuffworks.com/advertisers.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;And to learn about your ad choices when listening to podcasts, visit &lt;a href='https://www.howstuffworks.com/privacy.htm#ad-choices'&gt;https://www.howstuffworks.com/privacy.htm#ad-choices&lt;/a&gt;</description>\n      <pubDate>Fri, 02 Feb 2018 05:00:01 -0000</pubDate>\n      <itunes:author>HowStuffWorks &amp; Tenderfoot TV</itunes:author>\n      <itunes:title>Episode 05: Wayne's World</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:episode>5</itunes:episode>\n      <itunes:subtitle>Payne makes contact with the alleged Atlanta Monster.</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[Payne makes contact with the alleged Atlanta Monster.]]>\n      </itunes:summary>\n      <itunes:duration>3262</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <guid>http://www.podtrac.com/pts/redirect.mp3/podcasts.howstuffworks.com/hsw/podcasts/atlm/2018-02-01-atlm-episode-five.mp3</guid>\n      <enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/traffic.megaphone.fm/HSW2144261641.mp3\" length=\"74344906\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Episode 04: Gemini</title>\n      <description>Wayne Williams through the eyes of those seemingly closest to him...&lt;br&gt;&lt;br&gt;Learn more about advertising on the HowStuffWorks podcasts at &lt;a href='http://www.howstuffworks.com/advertisers.htm'&gt;www.howstuffworks.com/advertisers.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;And to learn about your ad choices when listening to podcasts, visit &lt;a href='https://www.howstuffworks.com/privacy.htm#ad-choices'&gt;https://www.howstuffworks.com/privacy.htm#ad-choices&lt;/a&gt;</description>\n      <pubDate>Fri, 26 Jan 2018 05:00:00 -0000</pubDate>\n      <itunes:author>HowStuffWorks &amp; Tenderfoot TV</itunes:author>\n      <itunes:title>Episode 04: Gemini</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:episode>4</itunes:episode>\n      <itunes:subtitle>Wayne Williams through the eyes of those seemingly closest to him...</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[Wayne Williams through the eyes of those seemingly closest to him...]]>\n      </itunes:summary>\n      <itunes:duration>3677</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <guid>http://www.podtrac.com/pts/redirect.mp3/podcasts.howstuffworks.com/hsw/podcasts/atlm/2018-01-25-atlm-epiosde-four-03.mp3</guid>\n      <enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/traffic.megaphone.fm/HSW2744779535.mp3\" length=\"84298186\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Episode 03: Atlanta Monster Seized</title>\n      <description>Atlanta asks, who is Wayne Williams?&lt;br&gt;&lt;br&gt;Learn more about advertising on the HowStuffWorks podcasts at &lt;a href='http://www.howstuffworks.com/advertisers.htm'&gt;www.howstuffworks.com/advertisers.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;And to learn about your ad choices when listening to podcasts, visit &lt;a href='https://www.howstuffworks.com/privacy.htm#ad-choices'&gt;https://www.howstuffworks.com/privacy.htm#ad-choices&lt;/a&gt;</description>\n      <pubDate>Fri, 19 Jan 2018 05:01:03 -0000</pubDate>\n      <itunes:author>HowStuffWorks &amp; Tenderfoot TV</itunes:author>\n      <itunes:title>Episode 03: Atlanta Monster Seized</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:episode>3</itunes:episode>\n      <itunes:subtitle>Atlanta asks, who is Wayne Williams?</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[Atlanta asks, who is Wayne Williams?]]>\n      </itunes:summary>\n      <itunes:duration>3514</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <guid>http://www.podtrac.com/pts/redirect.mp3/podcasts.howstuffworks.com/hsw/podcasts/atlm/2018-01-18-atlm-episode-three-04.mp3</guid>\n      <enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/traffic.megaphone.fm/HSW2805745746.mp3\" length=\"80392359\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Episode 02: Manhunt</title>\n      <description>Atlanta’s search for a serial killer becomes more and more convoluted.&lt;br&gt;&lt;br&gt;Learn more about advertising on the HowStuffWorks podcasts at &lt;a href='http://www.howstuffworks.com/advertisers.htm'&gt;www.howstuffworks.com/advertisers.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;And to learn about your ad choices when listening to podcasts, visit &lt;a href='https://www.howstuffworks.com/privacy.htm#ad-choices'&gt;https://www.howstuffworks.com/privacy.htm#ad-choices&lt;/a&gt;</description>\n      <pubDate>Fri, 12 Jan 2018 05:02:26 -0000</pubDate>\n      <itunes:author>HowStuffWorks &amp; Tenderfoot TV</itunes:author>\n      <itunes:title>Episode 02: Manhunt</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:episode>2</itunes:episode>\n      <itunes:subtitle>Atlanta’s search for a serial killer becomes more and more convoluted.</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[Atlanta’s search for a serial killer becomes more and more convoluted.]]>\n      </itunes:summary>\n      <itunes:duration>2717</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <guid>http://www.podtrac.com/pts/redirect.mp3/podcasts.howstuffworks.com/hsw/podcasts/atlm/2018-01-11-atlm-episode-two-03.mp3</guid>\n      <enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/traffic.megaphone.fm/HSW2393051977.mp3\" length=\"61254426\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Episode 01: Boogeyman</title>\n      <description>It's 1979 in Atlanta - and children are going missing.&lt;br&gt;&lt;br&gt;Learn more about advertising on the HowStuffWorks podcasts at &lt;a href='http://www.howstuffworks.com/advertisers.htm'&gt;www.howstuffworks.com/advertisers.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;And to learn about your ad choices when listening to podcasts, visit &lt;a href='https://www.howstuffworks.com/privacy.htm#ad-choices'&gt;https://www.howstuffworks.com/privacy.htm#ad-choices&lt;/a&gt;</description>\n      <pubDate>Fri, 05 Jan 2018 05:54:00 -0000</pubDate>\n      <itunes:author>HowStuffWorks &amp; Tenderfoot TV</itunes:author>\n      <itunes:title>Episode 01: Boogeyman</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:episode>1</itunes:episode>\n      <itunes:subtitle>It's 1979 in Atlanta - and children are going missing.</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[It's 1979 in Atlanta - and children are going missing.]]>\n      </itunes:summary>\n      <itunes:duration>2709</itunes:duration>\n      <itunes:explicit>no</itunes:explicit>\n      <guid>http://www.podtrac.com/pts/redirect.mp3/podcasts.howstuffworks.com/hsw/podcasts/atlm/2018-01-04-atlm-episode-one-03.mp3</guid>\n      <enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/traffic.megaphone.fm/HSW4272908484.mp3\" length=\"61073867\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Episode Zero: Missing Darron Glass</title>\n      <description>On September 14, 1980, Darron Glass went missing.&lt;br&gt;&lt;br&gt;Learn more about advertising on the HowStuffWorks podcasts at &lt;a href='http://www.howstuffworks.com/advertisers.htm'&gt;www.howstuffworks.com/advertisers.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;And to learn about your ad choices when listening to podcasts, visit &lt;a href='https://www.howstuffworks.com/privacy.htm#ad-choices'&gt;https://www.howstuffworks.com/privacy.htm#ad-choices&lt;/a&gt;</description>\n      <pubDate>Mon, 01 Jan 2018 05:00:23 -0000</pubDate>\n      <itunes:author>HowStuffWorks &amp; Tenderfoot TV</itunes:author>\n      <itunes:title>Episode Zero: Missing Darron Glass</itunes:title>\n      <itunes:episodeType>trailer</itunes:episodeType>\n      <itunes:subtitle>On September 14, 1980, Darron Glass went missing.</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[On September 14, 1980, Darron Glass went missing.]]>\n      </itunes:summary>\n      <itunes:duration>211</itunes:duration>\n      <guid>http://www.podtrac.com/pts/redirect.mp3/podcasts.howstuffworks.com/hsw/podcasts/atlm/2017-12-27-atlm-episode-zero.mp3</guid>\n      <enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/traffic.megaphone.fm/HSW5615032711.mp3\" length=\"5082592\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Official Trailer: Atlanta Monster</title>\n      <description>Hysteria hits as kids disappear from their own neighborhoods.&lt;br&gt;&lt;br&gt;Learn more about advertising on the HowStuffWorks podcasts at &lt;a href='http://www.howstuffworks.com/advertisers.htm'&gt;www.howstuffworks.com/advertisers.htm&lt;/a&gt;&lt;br&gt;&lt;br&gt;And to learn about your ad choices when listening to podcasts, visit &lt;a href='https://www.howstuffworks.com/privacy.htm#ad-choices'&gt;https://www.howstuffworks.com/privacy.htm#ad-choices&lt;/a&gt;</description>\n      <pubDate>Mon, 25 Dec 2017 11:30:00 -0000</pubDate>\n      <itunes:author>HowStuffWorks &amp; Tenderfoot TV</itunes:author>\n      <itunes:title>Official Trailer: Atlanta Monster</itunes:title>\n      <itunes:episodeType>trailer</itunes:episodeType>\n      <itunes:subtitle>Hysteria hits as kids disappear from their own neighborhoods.</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[Hysteria hits as kids disappear from their own neighborhoods.]]>\n      </itunes:summary>\n      <itunes:duration>61</itunes:duration>\n      <guid>http://www.podtrac.com/pts/redirect.mp3/podcasts.howstuffworks.com/hsw/podcasts/atlm/2017-12-22-atlm-official-trailer.mp3</guid>\n      <enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/traffic.megaphone.fm/HSW6991410991.mp3\" length=\"1478321\" type=\"audio/mpeg\"/>\n    </item>\n  </channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/podcast-feed/buffering-the-vampire-slayer",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<rss version=\"2.0\" xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\" xmlns:atom=\"http://www.w3.org/2005/Atom\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" xmlns:art19=\"https://art19.com/xmlns/rss-extensions/1.0\">\n  <channel>\n    <title>Buffering the Vampire Slayer | A Buffy the Vampire Slayer Podcast</title>\n    <description>\n      <![CDATA[Buffering the Vampire Slayer is a weekly podcast in which your hosts Jenny Owen Youngs (professional musician and recreational Whedonverse aficionado) and Kristin Russo (professional writer and former goth teen) discuss Buffy the Vampire Slayer, one episode at a time. Every installment of the podcast also includes a new original song recapping each glorious Buffy episode! *wolf howl*]]>\n    </description>\n    <managingEditor>bufferingthevampireslayer@gmail.com (Jenny Owen Youngs)</managingEditor>\n    <copyright>© All rights reserved.</copyright>\n    <atom:link href=\"https://rss.art19.com/buffering-the-vampire-slayer\" rel=\"self\" type=\"application/rss+xml\"/>\n    <link>https://art19.com/shows/buffering-the-vampire-slayer</link>\n    <itunes:new-feed-url>https://rss.art19.com/buffering-the-vampire-slayer</itunes:new-feed-url>\n    <itunes:owner>\n      <itunes:name>Jenny Owen Youngs</itunes:name>\n      <itunes:email>bufferingthevampireslayer@gmail.com</itunes:email>\n    </itunes:owner>\n    <itunes:author>Jenny Owen Youngs &amp; Kristin Russo</itunes:author>\n    <itunes:summary>\n      <![CDATA[Buffering the Vampire Slayer is a weekly podcast in which your hosts Jenny Owen Youngs (professional musician and recreational Whedonverse aficionado) and Kristin Russo (professional writer and former goth teen) discuss Buffy the Vampire Slayer, one episode at a time. Every installment of the podcast also includes a new original song recapping each glorious Buffy episode! *wolf howl*]]>\n    </itunes:summary>\n    <language>en</language>\n    <itunes:explicit>yes</itunes:explicit>\n    <itunes:category text=\"TV &amp; Film\">\n    </itunes:category>\n    <itunes:keywords>whedon,vampire,spike,slayer,joss,Buffy,Angel</itunes:keywords>\n    <itunes:type>episodic</itunes:type>\n    <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n    <image>\n      <url>https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg</url>\n      <link>https://art19.com/shows/buffering-the-vampire-slayer</link>\n      <title>Buffering the Vampire Slayer | A Buffy the Vampire Slayer Podcast</title>\n    </image>\n    <item>\n      <title>4.02: Living Conditions</title>\n      <description>\n        <![CDATA[<p>Buffy's college roommate Kathy is here in full force, so you'd better log your calls, label your eggs, and make sure your face is glued on tight!! Passive-aggression is the demonic force at play in Sunnydale this week, and not even the park benches will be safe. *blasts Cher* Today we are discussing S4E2: Living Conditions.</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>We're taping a LIVE episode for BEER BAD at Littlefield in Brooklyn on July 8th! Full details at&nbsp;<a href=\"http://bufferingthevampireslayer.com/jennycalendar\" target=\"_blank\">bufferingthevampireslayer.com/jennycalendar</a>!</p><p>MERCH MERCH MERCH - so many things back in stock (what's up, muscle tanks) plus preorders for new Just Keep Fighting tees and TOTES, we've got the the Songs From Season 3 CD available, and loads more -- visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and click SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </description>\n      <itunes:title>4.02: Living Conditions</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Buffy's college roommate Kathy is here in full force, so you'd better log your calls, label your eggs, and make sure your face is glued on tight!! Passive-aggression is the demonic force at play in Sunnydale this week, and not even the park benches will be safe. *blasts Cher* Today we are discussing S4E2: Living Conditions.\n\n\n\n\nLOCATE YOUR HOSTS UPON THE INTERNET\n\nJenny Owen Youngs: @jennyowenyoungs; jennyowenyoungs.com/buffering\n\nKristin Russo: @kristinnoeline; kristinnoeline.com, everyoneisgay.com, mykidisgay.com\n\nBuffering the Vampire Slayer: @bufferingcast on twitter, facebook, and instagram\n\n\n\n\nHOT HOT TIPS\n\nWe're taping a LIVE episode for BEER BAD at Littlefield in Brooklyn on July 8th! Full details at bufferingthevampireslayer.com/jennycalendar!\n\nMERCH MERCH MERCH - so many things back in stock (what's up, muscle tanks) plus preorders for new Just Keep Fighting tees and TOTES, we've got the the Songs From Season 3 CD available, and loads more -- visit bufferingthevampireslayer.com and click SHOP.\n\n\n\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Buffy's college roommate Kathy is here in full force, so you'd better log your calls, label your eggs, and make sure your face is glued on tight!! Passive-aggression is the demonic force at play in Sunnydale this week, and not even the park benches will be safe. *blasts Cher* Today we are discussing S4E2: Living Conditions.</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>We're taping a LIVE episode for BEER BAD at Littlefield in Brooklyn on July 8th! Full details at&nbsp;<a href=\"http://bufferingthevampireslayer.com/jennycalendar\" target=\"_blank\">bufferingthevampireslayer.com/jennycalendar</a>!</p><p>MERCH MERCH MERCH - so many things back in stock (what's up, muscle tanks) plus preorders for new Just Keep Fighting tees and TOTES, we've got the the Songs From Season 3 CD available, and loads more -- visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and click SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/gD8SIdpajpULd8yiMf3N___0SJO6wvLXdt3pmGmJobc</guid>\n      <pubDate>Wed, 06 Jun 2018 04:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:16:17</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/91aaef4e-5a1e-4aef-b66a-84432e29f9eb.mp3\" type=\"audio/mpeg\" length=\"73245257\"/>\n    </item>\n    <item>\n      <title>4.01: The Freshman</title>\n      <description>\n        <![CDATA[<p>Buffy's off to COLLEGE and navigating the many obstacles of higher education matriculation - frathouse Jell-O shots, misogynistic professors, and of course on-campus vampires who kill your new friends, insult your outfit, and read your diary. Hellmouth no! Today we are discussing S4E1: The Freshman.</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://kristinnoeline.com\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://everyoneisgay.com\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://mykidisgay.com\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>GET TO KNOW OUR BUFFY FASHIONWATCH CORRESPONDENT:</p><p>Kate Leth:&nbsp;<strong>@kateleth</strong>;&nbsp;<a href=\"http://kateleth.com\" target=\"_blank\">kateleth.com</a></p><p><br></p><p>HOT HOT TIPS</p><p>We're taping a LIVE episode for BEER BAD at Littlefield in Brooklyn on July 8th! Full details at <a href=\"http://bufferingthevampireslayer.com/jennycalendar\" target=\"_blank\">bufferingthevampireslayer.com/jennycalendar</a>!</p><p>MERCH MERCH MERCH - so many things back in stock (what's up, muscle tanks) plus preorders for new Just Keep Fighting tees and TOTES, we've got the the Songs From Season 3 CD available, and loads more -- visit&nbsp;<a href=\"http://bufferingthevampireslayer.com\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and click SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </description>\n      <itunes:title>4.01: The Freshman</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Buffy's off to COLLEGE and navigating the many obstacles of higher education matriculation - frathouse Jell-O shots, misogynistic professors, and of course on-campus vampires who kill your new friends, insult your outfit, and read your diary. Hellmouth no! Today we are discussing S4E1: The Freshman.\n\n\n\n\nLOCATE YOUR HOSTS UPON THE INTERNET\n\nJenny Owen Youngs: @jennyowenyoungs; jennyowenyoungs.com/buffering\n\nKristin Russo: @kristinnoeline; kristinnoeline.com, everyoneisgay.com, mykidisgay.com\n\nBuffering the Vampire Slayer: @bufferingcast on twitter, facebook, and instagram\n\n\n\n\nGET TO KNOW OUR BUFFY FASHIONWATCH CORRESPONDENT:\n\nKate Leth: @kateleth; kateleth.com\n\n\n\n\nHOT HOT TIPS\n\nWe're taping a LIVE episode for BEER BAD at Littlefield in Brooklyn on July 8th! Full details at bufferingthevampireslayer.com/jennycalendar!\n\nMERCH MERCH MERCH - so many things back in stock (what's up, muscle tanks) plus preorders for new Just Keep Fighting tees and TOTES, we've got the the Songs From Season 3 CD available, and loads more -- visit bufferingthevampireslayer.com and click SHOP.\n\n\n\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Buffy's off to COLLEGE and navigating the many obstacles of higher education matriculation - frathouse Jell-O shots, misogynistic professors, and of course on-campus vampires who kill your new friends, insult your outfit, and read your diary. Hellmouth no! Today we are discussing S4E1: The Freshman.</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://kristinnoeline.com\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://everyoneisgay.com\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://mykidisgay.com\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>GET TO KNOW OUR BUFFY FASHIONWATCH CORRESPONDENT:</p><p>Kate Leth:&nbsp;<strong>@kateleth</strong>;&nbsp;<a href=\"http://kateleth.com\" target=\"_blank\">kateleth.com</a></p><p><br></p><p>HOT HOT TIPS</p><p>We're taping a LIVE episode for BEER BAD at Littlefield in Brooklyn on July 8th! Full details at <a href=\"http://bufferingthevampireslayer.com/jennycalendar\" target=\"_blank\">bufferingthevampireslayer.com/jennycalendar</a>!</p><p>MERCH MERCH MERCH - so many things back in stock (what's up, muscle tanks) plus preorders for new Just Keep Fighting tees and TOTES, we've got the the Songs From Season 3 CD available, and loads more -- visit&nbsp;<a href=\"http://bufferingthevampireslayer.com\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and click SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/Z7mox2CLpWFT5TPU4nAJ2h1T5hzvRwKp7N-FSN8TlPE</guid>\n      <pubDate>Wed, 23 May 2018 08:36:44 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:21:43</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/0ae25150-b904-4043-8619-95609d6208db.mp3\" type=\"audio/mpeg\" length=\"78452610\"/>\n    </item>\n    <item>\n      <title>0.13: Interview with Harry Groener!!</title>\n      <description>\n        <![CDATA[<p>WOW, Kristin got the chance to sit down and chat with the mayor of Sunnydale himself, <strong>Harry Groener</strong>!! We couldn't think of a better way to close out season 3 than to share this fantastic conversation with all of you. You'll hear them dig into Richard Wilkins III's complicated relationship with Faith, discuss how a mayor ascending is similar to Bruce Banner hulking out, and you'll also be delighted (or perhaps terrified) to find that Harry and the mayor have the same laugh... though in this context, it's considerably less ominous. Today we're saying a fond farewell to Season Faith, with this very special Episode Mayor!</p><p><br></p><p>LEARN MORE ABOUT WHAT HARRY GROENER'S UP TO:</p><p><strong>Antaeus Theatre Company //</strong> <a href=\"http://antaeus.org/\" target=\"_blank\">antaeus.org</a></p><p><a href=\"https://en.wikipedia.org/wiki/A_Futile_and_Stupid_Gesture_(film)\" target=\"_blank\"><strong>A Futile and Stupid Gesture</strong></a> </p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>Get your Buffy &amp; Faith Erotic Novel Zines in our store! Hot off the presses! Plus you can pre-order the Season 3 CD, there's a new Willow in the Sheets Enamel Pin, and loads more -- visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and click SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </description>\n      <itunes:title>0.13: Interview with Harry Groener!!</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>WOW, Kristin got the chance to sit down and chat with the mayor of Sunnydale himself, Harry Groener!! We couldn't think of a better way to close out season 3 than to share this fantastic conversation with all of you. You'll hear them dig into Richard Wilkins III's complicated relationship with Faith, discuss how a mayor ascending is similar to Bruce Banner hulking out, and you'll also be delighted (or perhaps terrified) to find that Harry and the mayor have the same laugh... though in this context, it's considerably less ominous. Today we're saying a fond farewell to Season Faith, with this very special Episode Mayor!\n\n\n\n\nLEARN MORE ABOUT WHAT HARRY GROENER'S UP TO:\n\nAntaeus Theatre Company // antaeus.org\n\nA Futile and Stupid Gesture\n\n\n\n\nLOCATE YOUR HOSTS UPON THE INTERNET\n\nJenny Owen Youngs: @jennyowenyoungs; jennyowenyoungs.com/buffering\n\nKristin Russo: @kristinnoeline; kristinnoeline.com, everyoneisgay.com, mykidisgay.com\n\nBuffering the Vampire Slayer: @bufferingcast on twitter, facebook, and instagram\n\n\n\n\nHOT HOT TIPS\n\nGet your Buffy &amp;amp; Faith Erotic Novel Zines in our store! Hot off the presses! Plus you can pre-order the Season 3 CD, there's a new Willow in the Sheets Enamel Pin, and loads more -- visit bufferingthevampireslayer.com and click SHOP.\n\n\n\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>WOW, Kristin got the chance to sit down and chat with the mayor of Sunnydale himself, <strong>Harry Groener</strong>!! We couldn't think of a better way to close out season 3 than to share this fantastic conversation with all of you. You'll hear them dig into Richard Wilkins III's complicated relationship with Faith, discuss how a mayor ascending is similar to Bruce Banner hulking out, and you'll also be delighted (or perhaps terrified) to find that Harry and the mayor have the same laugh... though in this context, it's considerably less ominous. Today we're saying a fond farewell to Season Faith, with this very special Episode Mayor!</p><p><br></p><p>LEARN MORE ABOUT WHAT HARRY GROENER'S UP TO:</p><p><strong>Antaeus Theatre Company //</strong> <a href=\"http://antaeus.org/\" target=\"_blank\">antaeus.org</a></p><p><a href=\"https://en.wikipedia.org/wiki/A_Futile_and_Stupid_Gesture_(film)\" target=\"_blank\"><strong>A Futile and Stupid Gesture</strong></a> </p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>Get your Buffy &amp; Faith Erotic Novel Zines in our store! Hot off the presses! Plus you can pre-order the Season 3 CD, there's a new Willow in the Sheets Enamel Pin, and loads more -- visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and click SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/om1D-3DA8MI6ad5Ih5mVkEKfcD6BgGIKCG4bOzhHqfg</guid>\n      <pubDate>Wed, 04 Apr 2018 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:01:04</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/58c24f4f-34b2-4cdc-a1b8-f0dcb15f0606.mp3\" type=\"audio/mpeg\" length=\"58635911\"/>\n    </item>\n    <item>\n      <title>3.22: Graduation Day Part 2</title>\n      <description>\n        <![CDATA[<p>Angel stands silhouetted in a foggy mist reflecting on his passions whilst Faith and Buffy find each other in a shared dreamscape. Seriously, though, this is the one where the class of '99 RISES UP TO BATTLE SOME MAJOR EVIL. Uh-huh that's right. Today we are discussing S3E22: Graduation Day Part 2.</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>New Willow in the Sheets Enamel Pins AND Buffy &amp; Faith Erotic Novel Zines are in our store! Plus you can pre-order the Season 3 CD, our sweatshirts are back in stock, and loads more -- visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and click SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </description>\n      <itunes:title>3.22: Graduation Day Part 2</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Angel stands silhouetted in a foggy mist reflecting on his passions whilst Faith and Buffy find each other in a shared dreamscape. Seriously, though, this is the one where the class of '99 RISES UP TO BATTLE SOME MAJOR EVIL. Uh-huh that's right. Today we are discussing S3E22: Graduation Day Part 2.\n\n\n\n\nLOCATE YOUR HOSTS UPON THE INTERNET\n\nJenny Owen Youngs: @jennyowenyoungs; jennyowenyoungs.com/buffering\n\nKristin Russo: @kristinnoeline; kristinnoeline.com, everyoneisgay.com, mykidisgay.com\n\nBuffering the Vampire Slayer: @bufferingcast on twitter, facebook, and instagram\n\n\n\n\nHOT HOT TIPS\n\nNew Willow in the Sheets Enamel Pins AND Buffy &amp;amp; Faith Erotic Novel Zines are in our store! Plus you can pre-order the Season 3 CD, our sweatshirts are back in stock, and loads more -- visit bufferingthevampireslayer.com and click SHOP.\n\n\n\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Angel stands silhouetted in a foggy mist reflecting on his passions whilst Faith and Buffy find each other in a shared dreamscape. Seriously, though, this is the one where the class of '99 RISES UP TO BATTLE SOME MAJOR EVIL. Uh-huh that's right. Today we are discussing S3E22: Graduation Day Part 2.</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>New Willow in the Sheets Enamel Pins AND Buffy &amp; Faith Erotic Novel Zines are in our store! Plus you can pre-order the Season 3 CD, our sweatshirts are back in stock, and loads more -- visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and click SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/9DYi89Mz-EEaY7vPB7dpnRoMotLIkWjxucSR6P_xkhA</guid>\n      <pubDate>Wed, 28 Mar 2018 07:08:40 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:24:46</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/fa4f7294-8e0c-4679-b6be-63b631294def.mp3\" type=\"audio/mpeg\" length=\"81390445\"/>\n    </item>\n    <item>\n      <title>3.21: Graduation Day Part 1</title>\n      <description>\n        <![CDATA[<p>WOW wow wow wow wow THIS IS THE ONE WHERE Buffy puts on some leather pants and Faith's eating a twizzler and then THEY FIGHT aaaaah probably some other stuff happens too but WHO CARES?! Today we're discussing S3E21: Graduation Day Part 1.</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>THANKS TO OUR SPONSORS</p><p><strong>Audible:</strong> go to <a href=\"http://audible.com/BUFFERING\" target=\"_blank\">audible.com/BUFFERING</a> or text BUFFERING to 500-500 for a 30 day trial and a FREE audio book.</p><p><strong>Pretty Litter:</strong> go to <a href=\"http://prettylitter.com\" target=\"_blank\">prettylitter.com</a> and use code BUFFY for 20% off your first order.</p><p><strong>Better Help:</strong> go to <a href=\"http://betterhelp.com/BUFFY\" target=\"_blank\">betterhelp.com/BUFFY</a> and use invite code BUFFY to get your first seven days FREE.</p><p><br></p><p>HOT HOT TIPS</p><p>New soft enamel Randy for Giles pins are in our store! Plus Girl Gang tees, a new Hardcore Smash crewneck sweatshirt, and loads more -- visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and click SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </description>\n      <itunes:title>3.21: Graduation Day Part 1</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>WOW wow wow wow wow THIS IS THE ONE WHERE Buffy puts on some leather pants and Faith's eating a twizzler and then THEY FIGHT aaaaah probably some other stuff happens too but WHO CARES?! Today we're discussing S3E21: Graduation Day Part 1.\n\n\n\n\nLOCATE YOUR HOSTS UPON THE INTERNET\n\nJenny Owen Youngs: @jennyowenyoungs; jennyowenyoungs.com/buffering\n\nKristin Russo: @kristinnoeline; kristinnoeline.com, everyoneisgay.com, mykidisgay.com\n\nBuffering the Vampire Slayer: @bufferingcast on twitter, facebook, and instagram\n\n\n\n\nTHANKS TO OUR SPONSORS\n\nAudible: go to audible.com/BUFFERING or text BUFFERING to 500-500 for a 30 day trial and a FREE audio book.\n\nPretty Litter: go to prettylitter.com and use code BUFFY for 20% off your first order.\n\nBetter Help: go to betterhelp.com/BUFFY and use invite code BUFFY to get your first seven days FREE.\n\n\n\n\nHOT HOT TIPS\n\nNew soft enamel Randy for Giles pins are in our store! Plus Girl Gang tees, a new Hardcore Smash crewneck sweatshirt, and loads more -- visit bufferingthevampireslayer.com and click SHOP.\n\n\n\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>WOW wow wow wow wow THIS IS THE ONE WHERE Buffy puts on some leather pants and Faith's eating a twizzler and then THEY FIGHT aaaaah probably some other stuff happens too but WHO CARES?! Today we're discussing S3E21: Graduation Day Part 1.</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>THANKS TO OUR SPONSORS</p><p><strong>Audible:</strong> go to <a href=\"http://audible.com/BUFFERING\" target=\"_blank\">audible.com/BUFFERING</a> or text BUFFERING to 500-500 for a 30 day trial and a FREE audio book.</p><p><strong>Pretty Litter:</strong> go to <a href=\"http://prettylitter.com\" target=\"_blank\">prettylitter.com</a> and use code BUFFY for 20% off your first order.</p><p><strong>Better Help:</strong> go to <a href=\"http://betterhelp.com/BUFFY\" target=\"_blank\">betterhelp.com/BUFFY</a> and use invite code BUFFY to get your first seven days FREE.</p><p><br></p><p>HOT HOT TIPS</p><p>New soft enamel Randy for Giles pins are in our store! Plus Girl Gang tees, a new Hardcore Smash crewneck sweatshirt, and loads more -- visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and click SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/31gn6UvXDQWd2Z5WSgc8vG8xx1Qaim_9dTPxGT3jz6g</guid>\n      <pubDate>Wed, 21 Mar 2018 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>00:59:23</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/c1922b8a-caf8-4944-9469-a3119b260024.mp3\" type=\"audio/mpeg\" length=\"57016737\"/>\n    </item>\n    <item>\n      <title>3.20: The Prom</title>\n      <description>\n        <![CDATA[<p><strong>Ira Madison III </strong>returns to help us discuss the finer points of breaking up with your girlfriend in a sewer, how great Cordelia looks in her prom dress, and the most beautiful umbrella anyone has ever received as a token of gratitude for defending a whole town from the forces of evil. Today we're discussing S3E20: The Prom.</p><p><br></p><p>GET TO KNOW OUR GUEST:</p><p>Ira Madison III: on twitter <strong>@ira</strong>, writing on The Daily Beast, and podcasting via KEEP IT!</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>Prom Meetups (#promups) are happening in Chicago, Atlanta, New York, Philadelphia, and even PARIS FRANCE  — plus we are having a free meet up in Los Angeles the day after our LA prom for all! All details can be found at&nbsp;<a href=\"http://bufferingthevampireslayer.com/prom\" target=\"_blank\">bufferingthevampireslayer.com/prom</a></p><p>New soft enamel Randy for Giles pins are in our store! Visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and click SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </description>\n      <itunes:title>3.20: The Prom</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Ira Madison III returns to help us discuss the finer points of breaking up with your girlfriend in a sewer, how great Cordelia looks in her prom dress, and the most beautiful umbrella anyone has ever received as a token of gratitude for defending a whole town from the forces of evil. Today we're discussing S3E20: The Prom.\n\n\n\n\nGET TO KNOW OUR GUEST:\n\nIra Madison III: on twitter @ira, writing on The Daily Beast, and podcasting via KEEP IT!\n\n\n\n\nLOCATE YOUR HOSTS UPON THE INTERNET\n\nJenny Owen Youngs: @jennyowenyoungs; jennyowenyoungs.com/buffering\n\nKristin Russo: @kristinnoeline; kristinnoeline.com, everyoneisgay.com, mykidisgay.com\n\nBuffering the Vampire Slayer: @bufferingcast on twitter, facebook, and instagram\n\n\n\n\nHOT HOT TIPS\n\nProm Meetups (#promups) are happening in Chicago, Atlanta, New York, Philadelphia, and even PARIS FRANCE  — plus we are having a free meet up in Los Angeles the day after our LA prom for all! All details can be found at bufferingthevampireslayer.com/prom\n\nNew soft enamel Randy for Giles pins are in our store! Visit bufferingthevampireslayer.com and click SHOP.\n\n\n\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p><strong>Ira Madison III </strong>returns to help us discuss the finer points of breaking up with your girlfriend in a sewer, how great Cordelia looks in her prom dress, and the most beautiful umbrella anyone has ever received as a token of gratitude for defending a whole town from the forces of evil. Today we're discussing S3E20: The Prom.</p><p><br></p><p>GET TO KNOW OUR GUEST:</p><p>Ira Madison III: on twitter <strong>@ira</strong>, writing on The Daily Beast, and podcasting via KEEP IT!</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>Prom Meetups (#promups) are happening in Chicago, Atlanta, New York, Philadelphia, and even PARIS FRANCE  — plus we are having a free meet up in Los Angeles the day after our LA prom for all! All details can be found at&nbsp;<a href=\"http://bufferingthevampireslayer.com/prom\" target=\"_blank\">bufferingthevampireslayer.com/prom</a></p><p>New soft enamel Randy for Giles pins are in our store! Visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and click SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/S4Nvkk-ADM0Tj9w4qSAeCRgnbn0q2WdFTe5nk1QGMfk</guid>\n      <pubDate>Wed, 07 Mar 2018 08:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:13:22</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/4046b77f-b8ad-4d30-af14-a2c522f4cd34.mp3\" type=\"audio/mpeg\" length=\"70446184\"/>\n    </item>\n    <item>\n      <title>3.19: Choices</title>\n      <description>\n        <![CDATA[<p>Willow is kidnapped! Faith is gifted a fresh-smelling thing of beauty! The Mayor eats a twelve-course meal of spiders! Buffy gets into Northwestern! Angel drops the winch on his burgeoning detective career! Today we're discussing S3E19: Choices.</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>February Lyric Sheet proceeds are going to benefit The Brown Boi Project (<a href=\"http://brownboiproject.org/\" target=\"_blank\">brownboiproject.org</a>) and you can scoop one by going to&nbsp;<a href=\"http://bufferingthevampireslayer.bigcartel.com/\" target=\"_blank\">bufferingthevampireslayer.bigcartel.com</a>!</p><p>Prom Meetups (#promups) are happening in Chicago, Atlanta, and New York — plus we are having a free meet up in Los Angeles the day after our LA prom for all! All details can be found at <a href=\"http://bufferingthevampireslayer.com/prom\" target=\"_blank\">bufferingthevampireslayer.com/prom</a> </p><p>New soft enamel Randy for Giles pins are in our store! Visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and click SHOP.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p><p><br></p>]]>\n      </description>\n      <itunes:title>3.19: Choices</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Willow is kidnapped! Faith is gifted a fresh-smelling thing of beauty! The Mayor eats a twelve-course meal of spiders! Buffy gets into Northwestern! Angel drops the winch on his burgeoning detective career! Today we're discussing S3E19: Choices.\n\n\n\n\nLOCATE YOUR HOSTS UPON THE INTERNET\n\nJenny Owen Youngs: @jennyowenyoungs; jennyowenyoungs.com/buffering\n\nKristin Russo: @kristinnoeline; kristinnoeline.com, everyoneisgay.com, mykidisgay.com\n\nBuffering the Vampire Slayer: @bufferingcast on twitter, facebook, and instagram\n\n\n\n\nHOT HOT TIPS\n\nFebruary Lyric Sheet proceeds are going to benefit The Brown Boi Project (brownboiproject.org) and you can scoop one by going to bufferingthevampireslayer.bigcartel.com!\n\nProm Meetups (#promups) are happening in Chicago, Atlanta, and New York — plus we are having a free meet up in Los Angeles the day after our LA prom for all! All details can be found at bufferingthevampireslayer.com/prom\n\nNew soft enamel Randy for Giles pins are in our store! Visit bufferingthevampireslayer.com and click SHOP.\n\nLogo: Kristine Thune (kristinethune.com)\n\n\n</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Willow is kidnapped! Faith is gifted a fresh-smelling thing of beauty! The Mayor eats a twelve-course meal of spiders! Buffy gets into Northwestern! Angel drops the winch on his burgeoning detective career! Today we're discussing S3E19: Choices.</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>February Lyric Sheet proceeds are going to benefit The Brown Boi Project (<a href=\"http://brownboiproject.org/\" target=\"_blank\">brownboiproject.org</a>) and you can scoop one by going to&nbsp;<a href=\"http://bufferingthevampireslayer.bigcartel.com/\" target=\"_blank\">bufferingthevampireslayer.bigcartel.com</a>!</p><p>Prom Meetups (#promups) are happening in Chicago, Atlanta, and New York — plus we are having a free meet up in Los Angeles the day after our LA prom for all! All details can be found at <a href=\"http://bufferingthevampireslayer.com/prom\" target=\"_blank\">bufferingthevampireslayer.com/prom</a> </p><p>New soft enamel Randy for Giles pins are in our store! Visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and click SHOP.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p><p><br></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/LyxX7iJyaAKs3_DP1rpRIGDgv0Cw083CMX4N5m3mOu4</guid>\n      <pubDate>Wed, 28 Feb 2018 08:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:14:36</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/49c3cc8e-6a14-460c-a65b-886d6a59682e.mp3\" type=\"audio/mpeg\" length=\"71631516\"/>\n    </item>\n    <item>\n      <title>3.18: Earshot</title>\n      <description>\n        <![CDATA[<p>Our #1 fave Joanna Robinson returns to help us explore the finer points of Herbal Essences commercials, Alex Mack, and the simple fact that&nbsp;when you unexpectedly absorb the silvery blood of a mouthless demon and gain the power to read minds, it's not all sunshine and puppies.&nbsp;Today we're discussing S3E18: Earshot.</p><p><br></p><p>GET TO KNOW OUR GUEST:</p><p>Joanna Robinson: @jowrotethis;&nbsp;<a href=\"https://www.vanityfair.com/contributor/joanna-robinson\" target=\"_blank\">https://www.vanityfair.com/contributor/joanna-robinson</a></p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>February Lyric Sheet proceeds are going to benefit The Brown Boi Project (<a href=\"http://brownboiproject.org/\" target=\"_blank\">brownboiproject.org</a>) and you can scoop one by going to&nbsp;<a href=\"http://bufferingthevampireslayer.bigcartel.com/\" target=\"_blank\">bufferingthevampireslayer.bigcartel.com</a>!</p><p>Pre-order our new \"Be The Thing That Monsters Have Nightmares About\" tee, designed by Kristine Thune! 100% of the proceeds will go to benefit Time's Up! Just visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and click SHOP.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p><p><br></p><p>SUICIDE PREVENTION HOTLINES</p><p>National Suicide Prevention Lifeline: 800-273-8255 •&nbsp;<a href=\"http://suicidepreventionlifeline.org/\" target=\"_blank\">suicidepreventionlifeline.org</a></p><p>The Trevor Project:&nbsp;866-488-7386&nbsp;•&nbsp;<a href=\"http://thetrevorproject.org/\" target=\"_blank\">thetrevorproject.org</a></p>]]>\n      </description>\n      <itunes:title>3.18: Earshot</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Our #1 fave Joanna Robinson returns to help us explore the finer points of Herbal Essences commercials, Alex Mack, and the simple fact that when you unexpectedly absorb the silvery blood of a mouthless demon and gain the power to read minds, it's not all sunshine and puppies. Today we're discussing S3E18: Earshot.\n\n\n\n\nGET TO KNOW OUR GUEST:\n\nJoanna Robinson: @jowrotethis; https://www.vanityfair.com/contributor/joanna-robinson\n\n\n\n\nLOCATE YOUR HOSTS UPON THE INTERNET\n\nJenny Owen Youngs: @jennyowenyoungs; jennyowenyoungs.com/buffering\n\nKristin Russo: @kristinnoeline; kristinnoeline.com, everyoneisgay.com, mykidisgay.com\n\nBuffering the Vampire Slayer: @bufferingcast on twitter, facebook, and instagram\n\n\n\n\nHOT HOT TIPS\n\nFebruary Lyric Sheet proceeds are going to benefit The Brown Boi Project (brownboiproject.org) and you can scoop one by going to bufferingthevampireslayer.bigcartel.com!\n\nPre-order our new \"Be The Thing That Monsters Have Nightmares About\" tee, designed by Kristine Thune! 100% of the proceeds will go to benefit Time's Up! Just visit bufferingthevampireslayer.com and click SHOP.\n\nLogo: Kristine Thune (kristinethune.com)\n\n\n\n\nSUICIDE PREVENTION HOTLINES\n\nNational Suicide Prevention Lifeline: 800-273-8255 • suicidepreventionlifeline.org\n\nThe Trevor Project: 866-488-7386 • thetrevorproject.org</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Our #1 fave Joanna Robinson returns to help us explore the finer points of Herbal Essences commercials, Alex Mack, and the simple fact that&nbsp;when you unexpectedly absorb the silvery blood of a mouthless demon and gain the power to read minds, it's not all sunshine and puppies.&nbsp;Today we're discussing S3E18: Earshot.</p><p><br></p><p>GET TO KNOW OUR GUEST:</p><p>Joanna Robinson: @jowrotethis;&nbsp;<a href=\"https://www.vanityfair.com/contributor/joanna-robinson\" target=\"_blank\">https://www.vanityfair.com/contributor/joanna-robinson</a></p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>February Lyric Sheet proceeds are going to benefit The Brown Boi Project (<a href=\"http://brownboiproject.org/\" target=\"_blank\">brownboiproject.org</a>) and you can scoop one by going to&nbsp;<a href=\"http://bufferingthevampireslayer.bigcartel.com/\" target=\"_blank\">bufferingthevampireslayer.bigcartel.com</a>!</p><p>Pre-order our new \"Be The Thing That Monsters Have Nightmares About\" tee, designed by Kristine Thune! 100% of the proceeds will go to benefit Time's Up! Just visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and click SHOP.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p><p><br></p><p>SUICIDE PREVENTION HOTLINES</p><p>National Suicide Prevention Lifeline: 800-273-8255 •&nbsp;<a href=\"http://suicidepreventionlifeline.org/\" target=\"_blank\">suicidepreventionlifeline.org</a></p><p>The Trevor Project:&nbsp;866-488-7386&nbsp;•&nbsp;<a href=\"http://thetrevorproject.org/\" target=\"_blank\">thetrevorproject.org</a></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/JoUgzmz31uSugRYE0Emtxve6igIy3bdQCWpQ50tRt7M</guid>\n      <pubDate>Wed, 14 Feb 2018 09:57:25 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:33:58</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/cfdfc4c6-5f8e-4153-96dd-92f2ba41757e.mp3\" type=\"audio/mpeg\" length=\"90216907\"/>\n    </item>\n    <item>\n      <title>3.17: Enemies</title>\n      <description>\n        <![CDATA[<p>This is the one where Buffy and Faith become (Best Fr)ENEMIES, so buckle up for some serious drama. Hrishikesh Hirway of The West Wing Weekly and Song Exploder joins us in our discussion of French films, billowing blouses, and bondage. Today we're discussing S3E17: Enemies.</p><p><br></p><p>GET TO KNOW OUR GUEST:</p><p>Hrishikesh Hirway: @HrishiHirway;&nbsp;<a href=\"http://hrishikesh.co/\" target=\"_blank\">hrishikesh.co</a></p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>February Lyric Sheet proceeds are going to benefit The Brown Boi Project (<a href=\"http://brownboiproject.org/\" target=\"_blank\">brownboiproject.org</a>) and you can scoop one by going to&nbsp;<a href=\"http://bufferingthevampireslayer.bigcartel.com/\" target=\"_blank\">bufferingthevampireslayer.bigcartel.com</a>!</p><p>Pre-order our new \"Be The Thing That Monsters Have Nightmares About\" tee, designed by Kristine Thune! 100% of the proceeds will go to benefit Time's Up! Just visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and click SHOP.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </description>\n      <itunes:title>3.17: Enemies</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This is the one where Buffy and Faith become (Best Fr)ENEMIES, so buckle up for some serious drama. Hrishikesh Hirway of The West Wing Weekly and Song Exploder joins us in our discussion of French films, billowing blouses, and bondage. Today we're discussing S3E17: Enemies.\n\n\n\n\nGET TO KNOW OUR GUEST:\n\nHrishikesh Hirway: @HrishiHirway; hrishikesh.co\n\n\n\n\nLOCATE YOUR HOSTS UPON THE INTERNET\n\nJenny Owen Youngs: @jennyowenyoungs; jennyowenyoungs.com/buffering\n\nKristin Russo: @kristinnoeline; kristinnoeline.com, everyoneisgay.com, mykidisgay.com\n\nBuffering the Vampire Slayer: @bufferingcast on twitter, facebook, and instagram\n\n\n\n\nHOT HOT TIPS\n\nFebruary Lyric Sheet proceeds are going to benefit The Brown Boi Project (brownboiproject.org) and you can scoop one by going to bufferingthevampireslayer.bigcartel.com!\n\nPre-order our new \"Be The Thing That Monsters Have Nightmares About\" tee, designed by Kristine Thune! 100% of the proceeds will go to benefit Time's Up! Just visit bufferingthevampireslayer.com and click SHOP.\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>This is the one where Buffy and Faith become (Best Fr)ENEMIES, so buckle up for some serious drama. Hrishikesh Hirway of The West Wing Weekly and Song Exploder joins us in our discussion of French films, billowing blouses, and bondage. Today we're discussing S3E17: Enemies.</p><p><br></p><p>GET TO KNOW OUR GUEST:</p><p>Hrishikesh Hirway: @HrishiHirway;&nbsp;<a href=\"http://hrishikesh.co/\" target=\"_blank\">hrishikesh.co</a></p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>February Lyric Sheet proceeds are going to benefit The Brown Boi Project (<a href=\"http://brownboiproject.org/\" target=\"_blank\">brownboiproject.org</a>) and you can scoop one by going to&nbsp;<a href=\"http://bufferingthevampireslayer.bigcartel.com/\" target=\"_blank\">bufferingthevampireslayer.bigcartel.com</a>!</p><p>Pre-order our new \"Be The Thing That Monsters Have Nightmares About\" tee, designed by Kristine Thune! 100% of the proceeds will go to benefit Time's Up! Just visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and click SHOP.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/SSZfMpdEfX3PKZy7Ul75U-1VnNu7qb7_i0Bz-iNff6w</guid>\n      <pubDate>Wed, 07 Feb 2018 08:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:38:47</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/841fad14-f743-43d9-b5cc-1bdbeb172fb4.mp3\" type=\"audio/mpeg\" length=\"94844133\"/>\n    </item>\n    <item>\n      <title>3.16: Doppelgängland</title>\n      <description>\n        <![CDATA[<p>TWO WILLOWS, NO WAITING! Plus we have a lovely chat with story expert (and Buffy aficionado) <strong>Lani Diane Rich</strong>, and a mind-bending Buffy FashionWatch from <strong>Kate Leth</strong> - once you hear it, you'll never be the same. Today we're discussing S3E16: Doppelgängland.</p><p><br></p><p>GET TO KNOW OUR GUESTS:</p><p>Lani Diane Rich: <strong>@lanidianerich</strong>; <a href=\"https://chipperish.com/\" target=\"_blank\">chipperish.com</a></p><p>Kate Leth: <strong>@kateleth</strong>; <a href=\"http://www.kateleth.com\" target=\"_blank\">kateleth.com</a> </p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>Listen to Kate Leth's musical ode to this episode OVER AND OVER AGAIN on our Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\">patreon.com/bufferingcast</a>!</p><p>Pre-order our new \"Willow in the Streets, Vampire Willow in the Sheets\" and \"Local Girl Gang - The Slayers\" shirts by visiting&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and clicking SHOP. </p><p>Check out more of Mallory Wolk (designer of the new \"Local Girl Gang\" tee)'s art at <a href=\"https://mallorywolkart.tumblr.com/\" target=\"_blank\">mallorywolkart.tumblr.com</a>!</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p><p><br></p>]]>\n      </description>\n      <itunes:title>3.16: Doppelgängland</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>TWO WILLOWS, NO WAITING! Plus we have a lovely chat with story expert (and Buffy aficionado) Lani Diane Rich, and a mind-bending Buffy FashionWatch from Kate Leth - once you hear it, you'll never be the same. Today we're discussing S3E16: Doppelgängland.\n\n\n\n\nGET TO KNOW OUR GUESTS:\n\nLani Diane Rich: @lanidianerich; chipperish.com\n\nKate Leth: @kateleth; kateleth.com\n\n\n\n\nLOCATE YOUR HOSTS UPON THE INTERNET\n\nJenny Owen Youngs: @jennyowenyoungs; jennyowenyoungs.com/buffering\n\nKristin Russo: @kristinnoeline; kristinnoeline.com, everyoneisgay.com, mykidisgay.com\n\nBuffering the Vampire Slayer: @bufferingcast on twitter, facebook, and instagram\n\n\n\n\nHOT HOT TIPS\n\nListen to Kate Leth's musical ode to this episode OVER AND OVER AGAIN on our Patreon at patreon.com/bufferingcast!\n\nPre-order our new \"Willow in the Streets, Vampire Willow in the Sheets\" and \"Local Girl Gang - The Slayers\" shirts by visiting bufferingthevampireslayer.com and clicking SHOP.\n\nCheck out more of Mallory Wolk (designer of the new \"Local Girl Gang\" tee)'s art at mallorywolkart.tumblr.com!\n\n\n\n\nLogo: Kristine Thune (kristinethune.com)\n\n\n</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>TWO WILLOWS, NO WAITING! Plus we have a lovely chat with story expert (and Buffy aficionado) <strong>Lani Diane Rich</strong>, and a mind-bending Buffy FashionWatch from <strong>Kate Leth</strong> - once you hear it, you'll never be the same. Today we're discussing S3E16: Doppelgängland.</p><p><br></p><p>GET TO KNOW OUR GUESTS:</p><p>Lani Diane Rich: <strong>@lanidianerich</strong>; <a href=\"https://chipperish.com/\" target=\"_blank\">chipperish.com</a></p><p>Kate Leth: <strong>@kateleth</strong>; <a href=\"http://www.kateleth.com\" target=\"_blank\">kateleth.com</a> </p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>Listen to Kate Leth's musical ode to this episode OVER AND OVER AGAIN on our Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\">patreon.com/bufferingcast</a>!</p><p>Pre-order our new \"Willow in the Streets, Vampire Willow in the Sheets\" and \"Local Girl Gang - The Slayers\" shirts by visiting&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and clicking SHOP. </p><p>Check out more of Mallory Wolk (designer of the new \"Local Girl Gang\" tee)'s art at <a href=\"https://mallorywolkart.tumblr.com/\" target=\"_blank\">mallorywolkart.tumblr.com</a>!</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p><p><br></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/DsPF2MYHtsWqbA69T565XAB1f6E310_zc1WuhrC9Plo</guid>\n      <pubDate>Wed, 31 Jan 2018 08:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:46:29</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/a7edb64f-66eb-4e13-97e3-a43d6c8c0a93.mp3\" type=\"audio/mpeg\" length=\"102231144\"/>\n    </item>\n    <item>\n      <title>3.15: Consequences</title>\n      <description>\n        <![CDATA[<p>We can barely recall when one leather-clad vampire slayer came a-fogging up classroom windows and drawing hearts everywhere - 'twas so like a dream, and only one short week ago. Lo! The winds of change blow harsh through Sunnydale, forcing Buffy and Faith farther apart from one another. Will they ever find their way back?! Today we're discussing S3E15: Consequences.</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>Snag a handwritten lyric sheet this January and benefit&nbsp;<strong>Time's Up</strong>&nbsp;(<a href=\"https://www.timesupnow.com/\" target=\"_blank\">timesupnow.com</a>) at&nbsp;<a href=\"http://www.bufferingthevampireslayer.com/greatergood\" target=\"_blank\">bufferingthevampireslayer.com/greatergood</a></p><p>Still feeling festive? \"Buffy, It's Cold Outside\" can be seen &amp; heard at&nbsp;<a href=\"http://bufferingthevampireslayer.com/tistheseason\" target=\"_blank\">bufferingthevampireslayer.com/tistheseason</a>&nbsp;\"Amends\" can be downloaded for free at&nbsp;<a href=\"http://bufferingthevampireslayer.com/amends\" target=\"_blank\">bufferingthevampireslayer.com/amends</a></p><p>Join us on Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\">patreon.com/bufferingcast</a></p><p>Snag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and clicking SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p><p><br></p>]]>\n      </description>\n      <itunes:title>3.15: Consequences</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>We can barely recall when one leather-clad vampire slayer came a-fogging up classroom windows and drawing hearts everywhere - 'twas so like a dream, and only one short week ago. Lo! The winds of change blow harsh through Sunnydale, forcing Buffy and Faith farther apart from one another. Will they ever find their way back?! Today we're discussing S3E15: Consequences.\n\n\n\n\nLOCATE YOUR HOSTS UPON THE INTERNET\n\nJenny Owen Youngs: @jennyowenyoungs; jennyowenyoungs.com/buffering\n\nKristin Russo: @kristinnoeline; kristinnoeline.com, everyoneisgay.com, mykidisgay.com\n\nBuffering the Vampire Slayer: @bufferingcast on twitter, facebook, and instagram\n\n\n\n\nHOT HOT TIPS\n\nSnag a handwritten lyric sheet this January and benefit Time's Up (timesupnow.com) at bufferingthevampireslayer.com/greatergood\n\nStill feeling festive? \"Buffy, It's Cold Outside\" can be seen &amp;amp; heard at bufferingthevampireslayer.com/tistheseason \"Amends\" can be downloaded for free at bufferingthevampireslayer.com/amends\n\nJoin us on Patreon at patreon.com/bufferingcast\n\nSnag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting bufferingthevampireslayer.com and clicking SHOP.\n\n\n\n\nLogo: Kristine Thune (kristinethune.com)\n\n\n</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>We can barely recall when one leather-clad vampire slayer came a-fogging up classroom windows and drawing hearts everywhere - 'twas so like a dream, and only one short week ago. Lo! The winds of change blow harsh through Sunnydale, forcing Buffy and Faith farther apart from one another. Will they ever find their way back?! Today we're discussing S3E15: Consequences.</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>Snag a handwritten lyric sheet this January and benefit&nbsp;<strong>Time's Up</strong>&nbsp;(<a href=\"https://www.timesupnow.com/\" target=\"_blank\">timesupnow.com</a>) at&nbsp;<a href=\"http://www.bufferingthevampireslayer.com/greatergood\" target=\"_blank\">bufferingthevampireslayer.com/greatergood</a></p><p>Still feeling festive? \"Buffy, It's Cold Outside\" can be seen &amp; heard at&nbsp;<a href=\"http://bufferingthevampireslayer.com/tistheseason\" target=\"_blank\">bufferingthevampireslayer.com/tistheseason</a>&nbsp;\"Amends\" can be downloaded for free at&nbsp;<a href=\"http://bufferingthevampireslayer.com/amends\" target=\"_blank\">bufferingthevampireslayer.com/amends</a></p><p>Join us on Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\">patreon.com/bufferingcast</a></p><p>Snag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and clicking SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p><p><br></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/DB29tfPIrQiCeBuadp45NRWQqfiaug1ELQFgWO955Mk</guid>\n      <pubDate>Wed, 17 Jan 2018 08:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:12:57</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/8d21e757-35b9-4673-bd6c-b6531c6bf237.mp3\" type=\"audio/mpeg\" length=\"70036584\"/>\n    </item>\n    <item>\n      <title>3.14: Bad Girls</title>\n      <description>\n        <![CDATA[<p>THE TIME HAS COME FOR ALL BAD GIRLS TO BREATHE FOG ONTO THE WINDOW PANE AND DRAW STAKED HEARTS UPON THE GLASS! Faith and Buffy are spending a LOT of time together this episode, and Jenny can't stop screaming about it. (Kristin is also excited but is playing it characteristically *cool.*)</p><p>Kristin has a fantastic talk with the lovely <strong>Jack Plotnick</strong>&nbsp;(portrayer of deputy mayor Allan!!), Buffering poet laureate <strong>Kate Leth</strong> delivers the greatest Buffy FashionWatch of all time, and <strong>Jess Abbott </strong>returns to voice Faith for an outlaw-country bad girls duet! Today we're discussing S3E14: BAD GIRLS!!!!!!!</p><p><br></p><p>GET TO KNOW OUR GUESTS</p><p>Jack Plotnick:&nbsp;<strong>@jackplotnick</strong>&nbsp;on twitter; hop to&nbsp;<a href=\"http://jackplotnick.com/\" target=\"_blank\">jackplotnick.com</a> for the whole sharknado of Jack-ness!</p><p>Jess Abbott:&nbsp;<strong>@tancredjess</strong>&nbsp;on twitter; get an earful of her band Tancred at <a href=\"http://tancredmusic.com/\" target=\"_blank\">tancredmusic.com</a></p><p>Kate Leth: @kateleth on twitter; 360 degrees of our fashion queen at <a href=\"http://kateleth.com/\" target=\"_blank\">kateleth.com</a></p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>Snag a handwritten lyric sheet this January and benefit&nbsp;<strong>Time's Up</strong>&nbsp;(<a href=\"https://www.timesupnow.com/\" target=\"_blank\">timesupnow.com</a>) at&nbsp;<a href=\"http://www.bufferingthevampireslayer.com/greatergood\" target=\"_blank\">bufferingthevampireslayer.com/greatergood</a></p><p>Still feeling festive? \"Buffy, It's Cold Outside\" can be seen &amp; heard at&nbsp;<a href=\"http://bufferingthevampireslayer.com/tistheseason\" target=\"_blank\">bufferingthevampireslayer.com/tistheseason</a>&nbsp;\"Amends\" can be downloaded for free at&nbsp;<a href=\"http://bufferingthevampireslayer.com/amends\" target=\"_blank\">bufferingthevampireslayer.com/amends</a></p><p>Join us on Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\">patreon.com/bufferingcast</a></p><p>Snag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and clicking SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </description>\n      <itunes:title>3.14: Bad Girls</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>THE TIME HAS COME FOR ALL BAD GIRLS TO BREATHE FOG ONTO THE WINDOW PANE AND DRAW STAKED HEARTS UPON THE GLASS! Faith and Buffy are spending a LOT of time together this episode, and Jenny can't stop screaming about it. (Kristin is also excited but is playing it characteristically *cool.*)\n\nKristin has a fantastic talk with the lovely Jack Plotnick (portrayer of deputy mayor Allan!!), Buffering poet laureate Kate Leth delivers the greatest Buffy FashionWatch of all time, and Jess Abbott returns to voice Faith for an outlaw-country bad girls duet! Today we're discussing S3E14: BAD GIRLS!!!!!!!\n\n\n\n\nGET TO KNOW OUR GUESTS\n\nJack Plotnick: @jackplotnick on twitter; hop to jackplotnick.com for the whole sharknado of Jack-ness!\n\nJess Abbott: @tancredjess on twitter; get an earful of her band Tancred at tancredmusic.com\n\nKate Leth: @kateleth on twitter; 360 degrees of our fashion queen at kateleth.com\n\n\n\n\nLOCATE YOUR HOSTS UPON THE INTERNET\n\nJenny Owen Youngs: @jennyowenyoungs; jennyowenyoungs.com/buffering\n\nKristin Russo: @kristinnoeline; kristinnoeline.com, everyoneisgay.com, mykidisgay.com\n\nBuffering the Vampire Slayer: @bufferingcast on twitter, facebook, and instagram\n\n\n\n\nHOT HOT TIPS\n\nSnag a handwritten lyric sheet this January and benefit Time's Up (timesupnow.com) at bufferingthevampireslayer.com/greatergood\n\nStill feeling festive? \"Buffy, It's Cold Outside\" can be seen &amp;amp; heard at bufferingthevampireslayer.com/tistheseason \"Amends\" can be downloaded for free at bufferingthevampireslayer.com/amends\n\nJoin us on Patreon at patreon.com/bufferingcast\n\nSnag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting bufferingthevampireslayer.com and clicking SHOP.\n\n\n\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>THE TIME HAS COME FOR ALL BAD GIRLS TO BREATHE FOG ONTO THE WINDOW PANE AND DRAW STAKED HEARTS UPON THE GLASS! Faith and Buffy are spending a LOT of time together this episode, and Jenny can't stop screaming about it. (Kristin is also excited but is playing it characteristically *cool.*)</p><p>Kristin has a fantastic talk with the lovely <strong>Jack Plotnick</strong>&nbsp;(portrayer of deputy mayor Allan!!), Buffering poet laureate <strong>Kate Leth</strong> delivers the greatest Buffy FashionWatch of all time, and <strong>Jess Abbott </strong>returns to voice Faith for an outlaw-country bad girls duet! Today we're discussing S3E14: BAD GIRLS!!!!!!!</p><p><br></p><p>GET TO KNOW OUR GUESTS</p><p>Jack Plotnick:&nbsp;<strong>@jackplotnick</strong>&nbsp;on twitter; hop to&nbsp;<a href=\"http://jackplotnick.com/\" target=\"_blank\">jackplotnick.com</a> for the whole sharknado of Jack-ness!</p><p>Jess Abbott:&nbsp;<strong>@tancredjess</strong>&nbsp;on twitter; get an earful of her band Tancred at <a href=\"http://tancredmusic.com/\" target=\"_blank\">tancredmusic.com</a></p><p>Kate Leth: @kateleth on twitter; 360 degrees of our fashion queen at <a href=\"http://kateleth.com/\" target=\"_blank\">kateleth.com</a></p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>Snag a handwritten lyric sheet this January and benefit&nbsp;<strong>Time's Up</strong>&nbsp;(<a href=\"https://www.timesupnow.com/\" target=\"_blank\">timesupnow.com</a>) at&nbsp;<a href=\"http://www.bufferingthevampireslayer.com/greatergood\" target=\"_blank\">bufferingthevampireslayer.com/greatergood</a></p><p>Still feeling festive? \"Buffy, It's Cold Outside\" can be seen &amp; heard at&nbsp;<a href=\"http://bufferingthevampireslayer.com/tistheseason\" target=\"_blank\">bufferingthevampireslayer.com/tistheseason</a>&nbsp;\"Amends\" can be downloaded for free at&nbsp;<a href=\"http://bufferingthevampireslayer.com/amends\" target=\"_blank\">bufferingthevampireslayer.com/amends</a></p><p>Join us on Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\">patreon.com/bufferingcast</a></p><p>Snag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\">bufferingthevampireslayer.com</a>&nbsp;and clicking SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/uAJ10n-d062A2kekTdHOUNNLpI7xuf7xpX-FxVPZpWk</guid>\n      <pubDate>Wed, 10 Jan 2018 08:21:41 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:43:30</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/226d5e79-e5ef-4d74-a689-ebc0107c8bb1.mp3\" type=\"audio/mpeg\" length=\"99363944\"/>\n    </item>\n    <item>\n      <title>3.13: The Zeppo</title>\n      <description>\n        <![CDATA[<p>It's Season Faith, Episode Xander, and <strong>Andrew Ti</strong> (of the <strong>Yo, Is This Racist?</strong> blog &amp; podcast) joins us for a deep dive into the patriarchy and macramé owls! Plus!! The incredible <strong>Chris Farren</strong> returns, performing and producing the song that we wrote for this week's episode. Today we're discussing S3E13: The Zeppo.</p><p><br></p><p>GET TO KNOW OUR GUESTS</p><p>Andrew Ti:&nbsp;<strong>@ANDREWTI</strong>&nbsp;on twitter; <a href=\"http://yoisthisracist.com/\" target=\"_blank\">yoisthisracist.com</a> and <a href=\"http://www.earwolf.com/show/yo-is-this-racist/\" target=\"_blank\">earwolf.com/show/yo-is-this-racist</a></p><p>Chris Farren:&nbsp;<strong>@chrisfarren</strong>&nbsp;on twitter; witness his full web presence at <a href=\"http://www.chrisfarren.com\" target=\"_blank\">chrisfarren.com</a></p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>Snag a handwritten lyric sheet this January and benefit <strong>Time's Up</strong> (<a href=\"https://www.timesupnow.com/\" target=\"_blank\">timesupnow.com</a>) at <a href=\"http://www.bufferingthevampireslayer.com/greatergood\" target=\"_blank\">bufferingthevampireslayer.com/greatergood</a></p><p>Still feeling festive? \"Buffy, It's Cold Outside\" can be seen &amp; heard at&nbsp;<a href=\"http://bufferingthevampireslayer.com/tistheseason\" target=\"_blank\">bufferingthevampireslayer.com/tistheseason</a> \"Amends\" can be downloaded for free at&nbsp;<a href=\"http://bufferingthevampireslayer.com/amends\" target=\"_blank\">bufferingthevampireslayer.com/amends</a></p><p>Join us on Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\">patreon.com/bufferingcast</a></p><p>Snag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting <a href=\"http://bufferingthevampireslayer.com\" target=\"_blank\">bufferingthevampireslayer.com</a> and clicking SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </description>\n      <itunes:title>3.13: The Zeppo</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>It's Season Faith, Episode Xander, and Andrew Ti (of the Yo, Is This Racist? blog &amp;amp; podcast) joins us for a deep dive into the patriarchy and macramé owls! Plus!! The incredible Chris Farren returns, performing and producing the song that we wrote for this week's episode. Today we're discussing S3E13: The Zeppo.\n\n\n\n\nGET TO KNOW OUR GUESTS\n\nAndrew Ti: @ANDREWTI on twitter; yoisthisracist.com and earwolf.com/show/yo-is-this-racist\n\nChris Farren: @chrisfarren on twitter; witness his full web presence at chrisfarren.com\n\n\n\n\nLOCATE YOUR HOSTS UPON THE INTERNET\n\nJenny Owen Youngs: @jennyowenyoungs; jennyowenyoungs.com/buffering\n\nKristin Russo: @kristinnoeline; kristinnoeline.com, everyoneisgay.com, mykidisgay.com\n\nBuffering the Vampire Slayer: @bufferingcast on twitter, facebook, and instagram\n\n\n\n\nHOT HOT TIPS\n\nSnag a handwritten lyric sheet this January and benefit Time's Up (timesupnow.com) at bufferingthevampireslayer.com/greatergood\n\nStill feeling festive? \"Buffy, It's Cold Outside\" can be seen &amp;amp; heard at bufferingthevampireslayer.com/tistheseason \"Amends\" can be downloaded for free at bufferingthevampireslayer.com/amends\n\nJoin us on Patreon at patreon.com/bufferingcast\n\nSnag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting bufferingthevampireslayer.com and clicking SHOP.\n\n\n\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>It's Season Faith, Episode Xander, and <strong>Andrew Ti</strong> (of the <strong>Yo, Is This Racist?</strong> blog &amp; podcast) joins us for a deep dive into the patriarchy and macramé owls! Plus!! The incredible <strong>Chris Farren</strong> returns, performing and producing the song that we wrote for this week's episode. Today we're discussing S3E13: The Zeppo.</p><p><br></p><p>GET TO KNOW OUR GUESTS</p><p>Andrew Ti:&nbsp;<strong>@ANDREWTI</strong>&nbsp;on twitter; <a href=\"http://yoisthisracist.com/\" target=\"_blank\">yoisthisracist.com</a> and <a href=\"http://www.earwolf.com/show/yo-is-this-racist/\" target=\"_blank\">earwolf.com/show/yo-is-this-racist</a></p><p>Chris Farren:&nbsp;<strong>@chrisfarren</strong>&nbsp;on twitter; witness his full web presence at <a href=\"http://www.chrisfarren.com\" target=\"_blank\">chrisfarren.com</a></p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>Snag a handwritten lyric sheet this January and benefit <strong>Time's Up</strong> (<a href=\"https://www.timesupnow.com/\" target=\"_blank\">timesupnow.com</a>) at <a href=\"http://www.bufferingthevampireslayer.com/greatergood\" target=\"_blank\">bufferingthevampireslayer.com/greatergood</a></p><p>Still feeling festive? \"Buffy, It's Cold Outside\" can be seen &amp; heard at&nbsp;<a href=\"http://bufferingthevampireslayer.com/tistheseason\" target=\"_blank\">bufferingthevampireslayer.com/tistheseason</a> \"Amends\" can be downloaded for free at&nbsp;<a href=\"http://bufferingthevampireslayer.com/amends\" target=\"_blank\">bufferingthevampireslayer.com/amends</a></p><p>Join us on Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\">patreon.com/bufferingcast</a></p><p>Snag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting <a href=\"http://bufferingthevampireslayer.com\" target=\"_blank\">bufferingthevampireslayer.com</a> and clicking SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/Q9UvOMEIddyeP8Mebp9RLu2cMqAQ-HvfdsV0P3kYJvA</guid>\n      <pubDate>Wed, 03 Jan 2018 08:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:30:02</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/5fa40339-98de-4087-8efe-1d6b245bb780.mp3\" type=\"audio/mpeg\" length=\"86448169\"/>\n    </item>\n    <item>\n      <title>0.12: Santa Barbara, The Mayor, &amp; Nerf Herder</title>\n      <description>\n        <![CDATA[<p>In this VERY SPECIAL EPISODE, we venture to Santa Barbara (aka Sunnydale) at the request of THE MAYOR (<strong>Helene Schneider</strong>, who is, as best we can tell, not evil *at all* but a totally lovely human, as well as a Buffy fan)! We chat with Helene -- and also Parry Gripp and Steve Sherlock of <strong>Nerf Herder</strong> (!!!) who of course you know WROTE AND PERFORMED the Buffy theme (eeeeeee) and brought us an unbelievable gift. This week, we're totally convinced that Santa Barbara is the real Sunnydale!</p><p><br></p><p>FIND NERF HERDER ON TWITTER:&nbsp;<strong>@NerfHerder_band</strong></p><p>Our closing song this week is \"The Chosen One\" by Heather Stevenson. You can find it on her album Golden, available on iTunes and Spotify!</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>\"Buffy, It's Cold Outside\" can be seen &amp; heard at&nbsp;<a href=\"http://bufferingthevampireslayer.com/tistheseason\" target=\"_blank\">bufferingthevampireslayer.com/tistheseason</a></p><p>\"Amends\" can be downloaded for free at&nbsp;<a href=\"http://bufferingthevampireslayer.com/amends\" target=\"_blank\">bufferingthevampireslayer.com/amends</a></p><p>Join us on Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\">patreon.com/bufferingcast</a></p><p>Snag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting bufferingthevampireslayer.com and clicking SHOP. Snag 15% off your purchase through the end of the year with code BYE2017.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </description>\n      <itunes:title>0.12: Santa Barbara, The Mayor, &amp; Nerf Herder</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>In this VERY SPECIAL EPISODE, we venture to Santa Barbara (aka Sunnydale) at the request of THE MAYOR (Helene Schneider, who is, as best we can tell, not evil *at all* but a totally lovely human, as well as a Buffy fan)! We chat with Helene -- and also Parry Gripp and Steve Sherlock of Nerf Herder (!!!) who of course you know WROTE AND PERFORMED the Buffy theme (eeeeeee) and brought us an unbelievable gift. This week, we're totally convinced that Santa Barbara is the real Sunnydale!\n\n\n\n\nFIND NERF HERDER ON TWITTER: @NerfHerder_band\n\nOur closing song this week is \"The Chosen One\" by Heather Stevenson. You can find it on her album Golden, available on iTunes and Spotify!\n\n\n\n\nLOCATE YOUR HOSTS UPON THE INTERNET\n\nJenny Owen Youngs: @jennyowenyoungs; jennyowenyoungs.com/buffering\n\nKristin Russo: @kristinnoeline; kristinnoeline.com, everyoneisgay.com, mykidisgay.com\n\nBuffering the Vampire Slayer: @bufferingcast on twitter, facebook, and instagram\n\n\n\n\nHOT HOT TIPS\n\n\"Buffy, It's Cold Outside\" can be seen &amp;amp; heard at bufferingthevampireslayer.com/tistheseason\n\n\"Amends\" can be downloaded for free at bufferingthevampireslayer.com/amends\n\nJoin us on Patreon at patreon.com/bufferingcast\n\nSnag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting bufferingthevampireslayer.com and clicking SHOP. Snag 15% off your purchase through the end of the year with code BYE2017.\n\n\n\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>In this VERY SPECIAL EPISODE, we venture to Santa Barbara (aka Sunnydale) at the request of THE MAYOR (<strong>Helene Schneider</strong>, who is, as best we can tell, not evil *at all* but a totally lovely human, as well as a Buffy fan)! We chat with Helene -- and also Parry Gripp and Steve Sherlock of <strong>Nerf Herder</strong> (!!!) who of course you know WROTE AND PERFORMED the Buffy theme (eeeeeee) and brought us an unbelievable gift. This week, we're totally convinced that Santa Barbara is the real Sunnydale!</p><p><br></p><p>FIND NERF HERDER ON TWITTER:&nbsp;<strong>@NerfHerder_band</strong></p><p>Our closing song this week is \"The Chosen One\" by Heather Stevenson. You can find it on her album Golden, available on iTunes and Spotify!</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>\"Buffy, It's Cold Outside\" can be seen &amp; heard at&nbsp;<a href=\"http://bufferingthevampireslayer.com/tistheseason\" target=\"_blank\">bufferingthevampireslayer.com/tistheseason</a></p><p>\"Amends\" can be downloaded for free at&nbsp;<a href=\"http://bufferingthevampireslayer.com/amends\" target=\"_blank\">bufferingthevampireslayer.com/amends</a></p><p>Join us on Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\">patreon.com/bufferingcast</a></p><p>Snag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting bufferingthevampireslayer.com and clicking SHOP. Snag 15% off your purchase through the end of the year with code BYE2017.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/IZx4kirijUX_W_iD3nsTagch5sop1icaEZ3QZpRLqXg</guid>\n      <pubDate>Wed, 27 Dec 2017 08:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:02:39</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/e19b9049-cf57-42b9-bc06-5b3b28babb0d.mp3\" type=\"audio/mpeg\" length=\"60146416\"/>\n    </item>\n    <item>\n      <title>3.12: Helpless</title>\n      <description>\n        <![CDATA[<p>Will Buffy get to go to the ice show for her birthday? Will Angel finish his cheese plate? These are just a couple of the questions we're examining today, PLUS <strong>Jeff Kober</strong> joins us to talk about playing Zachary Kralik!! In case you forgot, this is the one where Quentin Travers, the head of the Watchers Council, is all \"Hi Buffy, we'll be drugging you without your knowledge before locking you, in your weakened state, inside a deteriorating old boarding house with a former serial killer/current vampire.\" Today we're discussing S3E12: Helpless. </p><p><br></p><p>FIND OUR GUEST ON TWITTER!</p><p>Jeff Kober:&nbsp;<strong>@jeffkober</strong></p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>\"Buffy, It's Cold Outside\" can be seen &amp; heard at&nbsp;<a href=\"http://bufferingthevampireslayer.com/tistheseason\" target=\"_blank\">bufferingthevampireslayer.com/tistheseason</a></p><p>\"Amends\" can be downloaded for free at&nbsp;<a href=\"http://bufferingthevampireslayer.com/amends\" target=\"_blank\">bufferingthevampireslayer.com/amends</a></p><p>Join us on Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\">patreon.com/bufferingcast</a></p><p>Snag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting bufferingthevampireslayer.com and clicking SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p><p><br></p>]]>\n      </description>\n      <itunes:title>3.12: Helpless</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Will Buffy get to go to the ice show for her birthday? Will Angel finish his cheese plate? These are just a couple of the questions we're examining today, PLUS Jeff Kober joins us to talk about playing Zachary Kralik!! In case you forgot, this is the one where Quentin Travers, the head of the Watchers Council, is all \"Hi Buffy, we'll be drugging you without your knowledge before locking you, in your weakened state, inside a deteriorating old boarding house with a former serial killer/current vampire.\" Today we're discussing S3E12: Helpless.\n\n\n\n\nFIND OUR GUEST ON TWITTER!\n\nJeff Kober: @jeffkober\n\n\n\n\nLOCATE YOUR HOSTS UPON THE INTERNET\n\nJenny Owen Youngs: @jennyowenyoungs; jennyowenyoungs.com/buffering\n\nKristin Russo: @kristinnoeline; kristinnoeline.com, everyoneisgay.com, mykidisgay.com\n\nBuffering the Vampire Slayer: @bufferingcast on twitter, facebook, and instagram\n\n\n\n\nHOT HOT TIPS\n\n\"Buffy, It's Cold Outside\" can be seen &amp;amp; heard at bufferingthevampireslayer.com/tistheseason\n\n\"Amends\" can be downloaded for free at bufferingthevampireslayer.com/amends\n\nJoin us on Patreon at patreon.com/bufferingcast\n\nSnag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting bufferingthevampireslayer.com and clicking SHOP.\n\n\n\n\nLogo: Kristine Thune (kristinethune.com)\n\n\n</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Will Buffy get to go to the ice show for her birthday? Will Angel finish his cheese plate? These are just a couple of the questions we're examining today, PLUS <strong>Jeff Kober</strong> joins us to talk about playing Zachary Kralik!! In case you forgot, this is the one where Quentin Travers, the head of the Watchers Council, is all \"Hi Buffy, we'll be drugging you without your knowledge before locking you, in your weakened state, inside a deteriorating old boarding house with a former serial killer/current vampire.\" Today we're discussing S3E12: Helpless. </p><p><br></p><p>FIND OUR GUEST ON TWITTER!</p><p>Jeff Kober:&nbsp;<strong>@jeffkober</strong></p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>\"Buffy, It's Cold Outside\" can be seen &amp; heard at&nbsp;<a href=\"http://bufferingthevampireslayer.com/tistheseason\" target=\"_blank\">bufferingthevampireslayer.com/tistheseason</a></p><p>\"Amends\" can be downloaded for free at&nbsp;<a href=\"http://bufferingthevampireslayer.com/amends\" target=\"_blank\">bufferingthevampireslayer.com/amends</a></p><p>Join us on Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\">patreon.com/bufferingcast</a></p><p>Snag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting bufferingthevampireslayer.com and clicking SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p><p><br></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/IGCPy2ViYKw3OZ7oWQ7apk3_7U7aecePnJCo6lMrHfk</guid>\n      <pubDate>Wed, 13 Dec 2017 08:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:49:14</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/bb33bb9d-6fc3-47d5-ac51-058ed9d4a644.mp3\" type=\"audio/mpeg\" length=\"104880169\"/>\n    </item>\n    <item>\n      <title>3.11: Gingerbread</title>\n      <description>\n        <![CDATA[<p>Grab your pitchforks and brace yourselves for some mob mentality, Sunnydale-style - we've arrived at Season Faith, Episode M.O.O.!  Also, holy cheese wheels, we talked to Elizabeth Anne Allen (who plays Amy Madison) about nearly getting burned at the stake on her birthday, meeting the rat-actor who played her character's rat-self, and loads more! Today we're discussing S3E11: Gingerbread.</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>\"Buffy, It's Cold Outside\" can be seen &amp; heard at&nbsp;<a href=\"http://bufferingthevampireslayer.com/tistheseason\" target=\"_blank\">bufferingthevampireslayer.com/tistheseason</a></p><p>\"Amends\" can be downloaded for free at&nbsp;<a href=\"http://bufferingthevampireslayer.com/amends\" target=\"_blank\">bufferingthevampireslayer.com/amends</a></p><p>Join us on Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\">patreon.com/bufferingcast</a></p><p>Snag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting bufferingthevampireslayer.com and clicking SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </description>\n      <itunes:title>3.11: Gingerbread</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Grab your pitchforks and brace yourselves for some mob mentality, Sunnydale-style - we've arrived at Season Faith, Episode M.O.O.!  Also, holy cheese wheels, we talked to Elizabeth Anne Allen (who plays Amy Madison) about nearly getting burned at the stake on her birthday, meeting the rat-actor who played her character's rat-self, and loads more! Today we're discussing S3E11: Gingerbread.\n\n\n\n\nLOCATE YOUR HOSTS UPON THE INTERNET\n\nJenny Owen Youngs: @jennyowenyoungs; jennyowenyoungs.com/buffering\n\nKristin Russo: @kristinnoeline; kristinnoeline.com, everyoneisgay.com, mykidisgay.com\n\nBuffering the Vampire Slayer: @bufferingcast on twitter, facebook, and instagram\n\n\n\n\nHOT HOT TIPS\n\n\"Buffy, It's Cold Outside\" can be seen &amp;amp; heard at bufferingthevampireslayer.com/tistheseason\n\n\"Amends\" can be downloaded for free at bufferingthevampireslayer.com/amends\n\nJoin us on Patreon at patreon.com/bufferingcast\n\nSnag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting bufferingthevampireslayer.com and clicking SHOP.\n\n\n\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Grab your pitchforks and brace yourselves for some mob mentality, Sunnydale-style - we've arrived at Season Faith, Episode M.O.O.!  Also, holy cheese wheels, we talked to Elizabeth Anne Allen (who plays Amy Madison) about nearly getting burned at the stake on her birthday, meeting the rat-actor who played her character's rat-self, and loads more! Today we're discussing S3E11: Gingerbread.</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs:&nbsp;<strong>@jennyowenyoungs</strong>;&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo:&nbsp;<strong>@kristinnoeline</strong>;&nbsp;<a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>,&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">everyoneisgay.com</a>,&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">mykidisgay.com</a></p><p>Buffering the Vampire Slayer:&nbsp;<strong>@bufferingcast</strong>&nbsp;on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>\"Buffy, It's Cold Outside\" can be seen &amp; heard at&nbsp;<a href=\"http://bufferingthevampireslayer.com/tistheseason\" target=\"_blank\">bufferingthevampireslayer.com/tistheseason</a></p><p>\"Amends\" can be downloaded for free at&nbsp;<a href=\"http://bufferingthevampireslayer.com/amends\" target=\"_blank\">bufferingthevampireslayer.com/amends</a></p><p>Join us on Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\">patreon.com/bufferingcast</a></p><p>Snag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting bufferingthevampireslayer.com and clicking SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\">kristinethune.com</a>)</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/EJKZnc0_LKopjN1UIVBhe3_9tYhdVTfHkiYd-kcpMds</guid>\n      <pubDate>Wed, 06 Dec 2017 08:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:40:31</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/7435cc7a-1c97-45cb-84f4-fbb869308b6a.mp3\" type=\"audio/mpeg\" length=\"96502177\"/>\n    </item>\n    <item>\n      <title>3.10: Amends</title>\n      <description>\n        <![CDATA[<p>It's that magical time of year when tree lights twinkle, snowfall dusts the distant hilltops, and the ghosts of those you've murdered in cold blood come back to haunt you. Gaby Dunn RETURNS and Joanna Robinson pops by for a quick Buffy FeelingsWatch (and brings her impression of Angel's impression of an Irish accent). Today we're discussing S3E10: Amends.</p><p><br></p><p>GET TO KNOW OUR GUESTS</p><p>Gaby Dunn: <strong>@gabydunn</strong> on twitter; <a href=\"http://youtube.com/justbetweenusshow\" target=\"_blank\">youtube.com/justbetweenusshow</a>; and read her book(!) <a href=\"https://t.co/2JTlYd6I08\" target=\"_blank\">smarturl.it/IHEBYbook&nbsp;</a></p><p>Joanna Robinson: <strong>@jowrotethis</strong> on twitter; read her freaking <a href=\"https://www.vanityfair.com/hollywood/2017/11/marvel-cover-story\" target=\"_blank\">VANITY FAIR COVER STORY</a> about the Marvel Cinematic Universe; listen to her podcasts current &amp; past such as A Storm of Spoilers, A Cast of Kings, Decoding Westworld, Little Gold Men, GenPop, and... jesus she's everywhere.</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs: <strong>@jennyowenyoungs</strong>; <a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo: <strong>@kristinnoeline</strong>; <a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>, <a href=\"http://www.everyoneisgay.com\" target=\"_blank\">everyoneisgay.com</a>, <a href=\"http://www.mykidisgay.com\" target=\"_blank\">mykidisgay.com</a> </p><p>Buffering the Vampire Slayer: <strong>@bufferingcast</strong> on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>\"Buffy, It's Cold Outside\" can be seen &amp; heard at <a href=\"http://bufferingthevampireslayer.com/tistheseason\" target=\"_blank\">bufferingthevampireslayer.com/tistheseason</a></p><p>\"Amends\" can be downloaded for free at <a href=\"http://bufferingthevampireslayer.com/amends\" target=\"_blank\">bufferingthevampireslayer.com/amends</a></p><p>Join us on Patreon at <a href=\"http://patreon.com/bufferingcast\" target=\"_blank\">patreon.com/bufferingcast</a></p><p>Snag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting bufferingthevampireslayer.com and clicking SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com\" target=\"_blank\">kristinethune.com</a>) </p><p><br></p><p><br></p><p><br></p>]]>\n      </description>\n      <itunes:title>3.10: Amends</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>It's that magical time of year when tree lights twinkle, snowfall dusts the distant hilltops, and the ghosts of those you've murdered in cold blood come back to haunt you. Gaby Dunn RETURNS and Joanna Robinson pops by for a quick Buffy FeelingsWatch (and brings her impression of Angel's impression of an Irish accent). Today we're discussing S3E10: Amends.\n\n\n\n\nGET TO KNOW OUR GUESTS\n\nGaby Dunn: @gabydunn on twitter; youtube.com/justbetweenusshow; and read her book(!) smarturl.it/IHEBYbook \n\nJoanna Robinson: @jowrotethis on twitter; read her freaking VANITY FAIR COVER STORY about the Marvel Cinematic Universe; listen to her podcasts current &amp;amp; past such as A Storm of Spoilers, A Cast of Kings, Decoding Westworld, Little Gold Men, GenPop, and... jesus she's everywhere.\n\n\n\n\nLOCATE YOUR HOSTS UPON THE INTERNET\n\nJenny Owen Youngs: @jennyowenyoungs; jennyowenyoungs.com/buffering\n\nKristin Russo: @kristinnoeline; kristinnoeline.com, everyoneisgay.com, mykidisgay.com\n\nBuffering the Vampire Slayer: @bufferingcast on twitter, facebook, and instagram\n\n\n\n\nHOT HOT TIPS\n\n\"Buffy, It's Cold Outside\" can be seen &amp;amp; heard at bufferingthevampireslayer.com/tistheseason\n\n\"Amends\" can be downloaded for free at bufferingthevampireslayer.com/amends\n\nJoin us on Patreon at patreon.com/bufferingcast\n\nSnag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting bufferingthevampireslayer.com and clicking SHOP.\n\n\n\n\nLogo: Kristine Thune (kristinethune.com)\n\n\n\n\n\n\n\n\n</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>It's that magical time of year when tree lights twinkle, snowfall dusts the distant hilltops, and the ghosts of those you've murdered in cold blood come back to haunt you. Gaby Dunn RETURNS and Joanna Robinson pops by for a quick Buffy FeelingsWatch (and brings her impression of Angel's impression of an Irish accent). Today we're discussing S3E10: Amends.</p><p><br></p><p>GET TO KNOW OUR GUESTS</p><p>Gaby Dunn: <strong>@gabydunn</strong> on twitter; <a href=\"http://youtube.com/justbetweenusshow\" target=\"_blank\">youtube.com/justbetweenusshow</a>; and read her book(!) <a href=\"https://t.co/2JTlYd6I08\" target=\"_blank\">smarturl.it/IHEBYbook&nbsp;</a></p><p>Joanna Robinson: <strong>@jowrotethis</strong> on twitter; read her freaking <a href=\"https://www.vanityfair.com/hollywood/2017/11/marvel-cover-story\" target=\"_blank\">VANITY FAIR COVER STORY</a> about the Marvel Cinematic Universe; listen to her podcasts current &amp; past such as A Storm of Spoilers, A Cast of Kings, Decoding Westworld, Little Gold Men, GenPop, and... jesus she's everywhere.</p><p><br></p><p>LOCATE YOUR HOSTS UPON THE INTERNET</p><p>Jenny Owen Youngs: <strong>@jennyowenyoungs</strong>; <a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">jennyowenyoungs.com/buffering</a></p><p>Kristin Russo: <strong>@kristinnoeline</strong>; <a href=\"http://www.kristinnoeline.com/\" target=\"_blank\">kristinnoeline.com</a>, <a href=\"http://www.everyoneisgay.com\" target=\"_blank\">everyoneisgay.com</a>, <a href=\"http://www.mykidisgay.com\" target=\"_blank\">mykidisgay.com</a> </p><p>Buffering the Vampire Slayer: <strong>@bufferingcast</strong> on twitter, facebook, and instagram</p><p><br></p><p>HOT HOT TIPS</p><p>\"Buffy, It's Cold Outside\" can be seen &amp; heard at <a href=\"http://bufferingthevampireslayer.com/tistheseason\" target=\"_blank\">bufferingthevampireslayer.com/tistheseason</a></p><p>\"Amends\" can be downloaded for free at <a href=\"http://bufferingthevampireslayer.com/amends\" target=\"_blank\">bufferingthevampireslayer.com/amends</a></p><p>Join us on Patreon at <a href=\"http://patreon.com/bufferingcast\" target=\"_blank\">patreon.com/bufferingcast</a></p><p>Snag the new \"Randy for Giles\" pin, designed by Kate Leth, along with heaps of other sweet Buffering merch, by visiting bufferingthevampireslayer.com and clicking SHOP.</p><p><br></p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com\" target=\"_blank\">kristinethune.com</a>) </p><p><br></p><p><br></p><p><br></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/metiRfEXW9d6OYURzBsMlaR5YZrvU1V4JlXTr33ifVE</guid>\n      <pubDate>Wed, 29 Nov 2017 08:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:43:04</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/c01cea10-d254-4998-ae22-73b818d7b006.mp3\" type=\"audio/mpeg\" length=\"98957270\"/>\n    </item>\n    <item>\n      <title>3.09: The Wish</title>\n      <description>\n        <![CDATA[<p>Bored now? Of course you're not!! There's ANYA! And VAMPIRE WILLOW! Today we're discussing&nbsp;<strong>S3E9: The Wish.</strong></p><p>Jenny Owen Youngs is&nbsp;<strong>@jennyowenyoungs</strong>&nbsp;on twitter, and you can check out some of her non-Buffy songs at www.jennyowenyoungs.com/buffering</p><p>Kristin Russo is&nbsp;<strong>@kristinnoeline</strong>&nbsp;on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at www.everyoneisgay.com and www.mykidisgay.com.</p><p>Get to know Buffy FashionWatch Correspondent and general dreamboat Kate Leth better at www.kateleth.com and on twitter&nbsp;<strong>@kateleth</strong>!</p><p>Follow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram&nbsp;<strong>@bufferingcast</strong>!</p><p>In honor of today's episode, we've got a new BORED MEOW shirt up in our online store, featuring a magical kitten and designed by Diana Kresge! We've also got a goth-friendly new version of our Smash the Demon Lizard Patriarchy tee, designed by Devan Power - plus a new baby onesie and plenty of restocks!&nbsp;&nbsp;www.bufferingthevampireslayer.com - just click on SHOP.</p><p>Looking for our jingles?! They're all right here:&nbsp;<a href=\"https://www.bufferingthevampireslayer.com/jingles\" target=\"_blank\">www.bufferingthevampireslayer.com/jingles</a>&nbsp;</p><p>**PLEASE NOTE** our \"The Patriarchy\" jingle is available as a free download TO ALL on Patreon! Click on the \"jingles\" tag on the left to find it fast!</p><p>www.patreon.com/bufferingcast.&nbsp;</p><p>Logo: Kristine Thune (www.kristinethune.com).</p>]]>\n      </description>\n      <itunes:title>3.09: The Wish</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Bored now? Of course you're not!! There's ANYA! And VAMPIRE WILLOW! Today we're discussing S3E9: The Wish.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at www.jennyowenyoungs.com/buffering\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at www.everyoneisgay.com and www.mykidisgay.com.\n\nGet to know Buffy FashionWatch Correspondent and general dreamboat Kate Leth better at www.kateleth.com and on twitter @kateleth!\n\nFollow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram @bufferingcast!\n\nIn honor of today's episode, we've got a new BORED MEOW shirt up in our online store, featuring a magical kitten and designed by Diana Kresge! We've also got a goth-friendly new version of our Smash the Demon Lizard Patriarchy tee, designed by Devan Power - plus a new baby onesie and plenty of restocks!  www.bufferingthevampireslayer.com - just click on SHOP.\n\nLooking for our jingles?! They're all right here: www.bufferingthevampireslayer.com/jingles \n\n**PLEASE NOTE** our \"The Patriarchy\" jingle is available as a free download TO ALL on Patreon! Click on the \"jingles\" tag on the left to find it fast!\n\nwww.patreon.com/bufferingcast. \n\nLogo: Kristine Thune (www.kristinethune.com).</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Bored now? Of course you're not!! There's ANYA! And VAMPIRE WILLOW! Today we're discussing&nbsp;<strong>S3E9: The Wish.</strong></p><p>Jenny Owen Youngs is&nbsp;<strong>@jennyowenyoungs</strong>&nbsp;on twitter, and you can check out some of her non-Buffy songs at www.jennyowenyoungs.com/buffering</p><p>Kristin Russo is&nbsp;<strong>@kristinnoeline</strong>&nbsp;on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at www.everyoneisgay.com and www.mykidisgay.com.</p><p>Get to know Buffy FashionWatch Correspondent and general dreamboat Kate Leth better at www.kateleth.com and on twitter&nbsp;<strong>@kateleth</strong>!</p><p>Follow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram&nbsp;<strong>@bufferingcast</strong>!</p><p>In honor of today's episode, we've got a new BORED MEOW shirt up in our online store, featuring a magical kitten and designed by Diana Kresge! We've also got a goth-friendly new version of our Smash the Demon Lizard Patriarchy tee, designed by Devan Power - plus a new baby onesie and plenty of restocks!&nbsp;&nbsp;www.bufferingthevampireslayer.com - just click on SHOP.</p><p>Looking for our jingles?! They're all right here:&nbsp;<a href=\"https://www.bufferingthevampireslayer.com/jingles\" target=\"_blank\">www.bufferingthevampireslayer.com/jingles</a>&nbsp;</p><p>**PLEASE NOTE** our \"The Patriarchy\" jingle is available as a free download TO ALL on Patreon! Click on the \"jingles\" tag on the left to find it fast!</p><p>www.patreon.com/bufferingcast.&nbsp;</p><p>Logo: Kristine Thune (www.kristinethune.com).</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/8A4DLBRvVLqrXZ_tYAVe-CtuBklKN83NmcZPX0OEDwo</guid>\n      <pubDate>Wed, 15 Nov 2017 08:05:07 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:22:32</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/2e48234a-61e5-4e07-8c34-4655bd06b93b.mp3\" type=\"audio/mpeg\" length=\"79239209\"/>\n    </item>\n    <item>\n      <title>3.08: Lover's Walk</title>\n      <description>\n        <![CDATA[<p>Official Spike fan-club president Joanna Robinson returns because GUESS WHO JUST DROVE THROUGH THE SUNNYDALE SIGN AGAIN!!! Also Angel is reading Sartre's Nausea by the fire in the original French and we NEED to talk about it. Today we're discussing&nbsp;<strong>S3E8: Lover's Walk.</strong></p><p>Follow earth angel Joanna Robinson on twitter&nbsp;<strong>@jowrotethis</strong>, read her writings on&nbsp;<a href=\"http://vanityfair.com/\" target=\"_blank\">VanityFair.com</a>, and listen to her podcast on Storm Of Spoilers, Little Gold Men, and perhaps also on every podcast ever, because she is everywhere &amp; everything.</p><p>Jenny Owen Youngs is&nbsp;<strong>@jennyowenyoungs</strong>&nbsp;on twitter, and you can check out some of her non-Buffy songs at&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">www.jennyowenyoungs.com/buffering</a></p><p>Kristin Russo is&nbsp;<strong>@kristinnoeline</strong>&nbsp;on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">www.everyoneisgay.com</a>&nbsp;and&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">www.mykidisgay.com</a>.</p><p>Follow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram&nbsp;<strong>@bufferingcast</strong>!</p><p>WE HAVE NEW MERCH! There's fresh and toasty \"Awoo\" baseball tees, Smash the Demon Lizard Patriarchy hoodies, an \"Awooooooooooooooo\" knit beanie w/ pom, and STICKERS (!!!! - it's all happening over at&nbsp;<a href=\"http://www.bufferingthevampireslayer.com/\" target=\"_blank\">www.bufferingthevampireslayer.com</a>&nbsp;- just click on SHOP.</p><p>We've also got CDs of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE in the store, or if you prefer your music in non-corporeal form, both albums are both available now on iTunes, or wherever you get your digital music.&nbsp;</p><p>You can now support the show on Patreon at&nbsp;<a href=\"http://www.patreon.com/bufferingcast\" target=\"_blank\">www.patreon.com/bufferingcast</a>. **PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL on Patreon! click on the \"jingles\" tag on the left to find it fast!</p><p>Logo: Kristine Thune (<a href=\"http://www.kristinethune.com/\" target=\"_blank\">www.kristinethune.com</a>).</p>]]>\n      </description>\n      <itunes:title>3.08: Lover's Walk</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Official Spike fan-club president Joanna Robinson returns because GUESS WHO JUST DROVE THROUGH THE SUNNYDALE SIGN AGAIN!!! Also Angel is reading Sartre's Nausea by the fire in the original French and we NEED to talk about it. Today we're discussing S3E8: Lover's Walk.\n\nFollow earth angel Joanna Robinson on twitter @jowrotethis, read her writings on VanityFair.com, and listen to her podcast on Storm Of Spoilers, Little Gold Men, and perhaps also on every podcast ever, because she is everywhere &amp;amp; everything.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at www.jennyowenyoungs.com/buffering\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at www.everyoneisgay.com and www.mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram @bufferingcast!\n\nWE HAVE NEW MERCH! There's fresh and toasty \"Awoo\" baseball tees, Smash the Demon Lizard Patriarchy hoodies, an \"Awooooooooooooooo\" knit beanie w/ pom, and STICKERS (!!!! - it's all happening over at www.bufferingthevampireslayer.com - just click on SHOP.\n\nWe've also got CDs of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE in the store, or if you prefer your music in non-corporeal form, both albums are both available now on iTunes, or wherever you get your digital music. \n\nYou can now support the show on Patreon at www.patreon.com/bufferingcast. **PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL on Patreon! click on the \"jingles\" tag on the left to find it fast!\n\nLogo: Kristine Thune (www.kristinethune.com).</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Official Spike fan-club president Joanna Robinson returns because GUESS WHO JUST DROVE THROUGH THE SUNNYDALE SIGN AGAIN!!! Also Angel is reading Sartre's Nausea by the fire in the original French and we NEED to talk about it. Today we're discussing&nbsp;<strong>S3E8: Lover's Walk.</strong></p><p>Follow earth angel Joanna Robinson on twitter&nbsp;<strong>@jowrotethis</strong>, read her writings on&nbsp;<a href=\"http://vanityfair.com/\" target=\"_blank\">VanityFair.com</a>, and listen to her podcast on Storm Of Spoilers, Little Gold Men, and perhaps also on every podcast ever, because she is everywhere &amp; everything.</p><p>Jenny Owen Youngs is&nbsp;<strong>@jennyowenyoungs</strong>&nbsp;on twitter, and you can check out some of her non-Buffy songs at&nbsp;<a href=\"http://www.jennyowenyoungs.com/buffering\" target=\"_blank\">www.jennyowenyoungs.com/buffering</a></p><p>Kristin Russo is&nbsp;<strong>@kristinnoeline</strong>&nbsp;on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at&nbsp;<a href=\"http://www.everyoneisgay.com/\" target=\"_blank\">www.everyoneisgay.com</a>&nbsp;and&nbsp;<a href=\"http://www.mykidisgay.com/\" target=\"_blank\">www.mykidisgay.com</a>.</p><p>Follow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram&nbsp;<strong>@bufferingcast</strong>!</p><p>WE HAVE NEW MERCH! There's fresh and toasty \"Awoo\" baseball tees, Smash the Demon Lizard Patriarchy hoodies, an \"Awooooooooooooooo\" knit beanie w/ pom, and STICKERS (!!!! - it's all happening over at&nbsp;<a href=\"http://www.bufferingthevampireslayer.com/\" target=\"_blank\">www.bufferingthevampireslayer.com</a>&nbsp;- just click on SHOP.</p><p>We've also got CDs of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE in the store, or if you prefer your music in non-corporeal form, both albums are both available now on iTunes, or wherever you get your digital music.&nbsp;</p><p>You can now support the show on Patreon at&nbsp;<a href=\"http://www.patreon.com/bufferingcast\" target=\"_blank\">www.patreon.com/bufferingcast</a>. **PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL on Patreon! click on the \"jingles\" tag on the left to find it fast!</p><p>Logo: Kristine Thune (<a href=\"http://www.kristinethune.com/\" target=\"_blank\">www.kristinethune.com</a>).</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/FUxhq-m5ccEeiO_B0vomcPgLv2lacXzn6Tm1L1h0TJg</guid>\n      <pubDate>Wed, 08 Nov 2017 08:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:36:22</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/8ff4a9cb-30cb-4483-a680-1ed09f473f49.mp3\" type=\"audio/mpeg\" length=\"92521952\"/>\n    </item>\n    <item>\n      <title>3.07: Revelations</title>\n      <description>\n        <![CDATA[<p>Live from The NerdMelt Showroom! Special guests <strong>Kristine Thune, Ira Madison III, Kate Leth,</strong> and <strong>Gaby Dunn</strong> (who somehow forced her way on stage) help us sort through our feelings about Gwendolyn Post, Slayer Tension, and The Glove of Non-Monogamy! Today we're discussing <strong>S3E7: Revelations.</strong></p><p><strong>Follow our amazing guests on Twitter :</strong></p><p>Kristine Thune - <strong>@kristinetuna</strong></p><p>Ira Madison III - <strong>@ira</strong></p><p>Kate Leth - <strong>@kateleth</strong></p><p>Gaby Dunn - <strong>@gabydunn</strong></p><p>Jenny Owen Youngs is <strong>@jennyowenyoungs</strong> on twitter, and you can check out some of her non-Buffy songs at www.jennyowenyoungs.com/buffering</p><p>Kristin Russo is <strong>@kristinnoeline</strong> on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at www.everyoneisgay.com and www.mykidisgay.com.</p><p>Follow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram <strong>@bufferingcast</strong>!</p><p>WE HAVE NEW MERCH! There's fresh and toasty \"Awoo\" baseball tees, Smash the Demon Lizard Patriarchy hoodies, an \"Awooooooooooooooo\" knit beanie w/ pom, and STICKERS (!!!! - it's all happening over at www.bufferingthevampireslayer.com - just click on SHOP.</p><p>We've also got CDs of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE in the store, or if you prefer your music in non-corporeal form, both albums are both available now on iTunes, or wherever you get your digital music.&nbsp;</p><p>You can now support the show on Patreon at www.patreon.com/bufferingcast. **PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL on Patreon! click on the \"jingles\" tag on the left to find it fast!</p><p>Logo: Kristine Thune (www.kristinethune.com).</p>]]>\n      </description>\n      <itunes:title>3.07: Revelations</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Live from The NerdMelt Showroom! Special guests Kristine Thune, Ira Madison III, Kate Leth, and Gaby Dunn (who somehow forced her way on stage) help us sort through our feelings about Gwendolyn Post, Slayer Tension, and The Glove of Non-Monogamy! Today we're discussing S3E7: Revelations.\n\nFollow our amazing guests on Twitter :\n\nKristine Thune - @kristinetuna\n\nIra Madison III - @ira\n\nKate Leth - @kateleth\n\nGaby Dunn - @gabydunn\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at www.jennyowenyoungs.com/buffering\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at www.everyoneisgay.com and www.mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram @bufferingcast!\n\nWE HAVE NEW MERCH! There's fresh and toasty \"Awoo\" baseball tees, Smash the Demon Lizard Patriarchy hoodies, an \"Awooooooooooooooo\" knit beanie w/ pom, and STICKERS (!!!! - it's all happening over at www.bufferingthevampireslayer.com - just click on SHOP.\n\nWe've also got CDs of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE in the store, or if you prefer your music in non-corporeal form, both albums are both available now on iTunes, or wherever you get your digital music. \n\nYou can now support the show on Patreon at www.patreon.com/bufferingcast. **PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL on Patreon! click on the \"jingles\" tag on the left to find it fast!\n\nLogo: Kristine Thune (www.kristinethune.com).</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Live from The NerdMelt Showroom! Special guests <strong>Kristine Thune, Ira Madison III, Kate Leth,</strong> and <strong>Gaby Dunn</strong> (who somehow forced her way on stage) help us sort through our feelings about Gwendolyn Post, Slayer Tension, and The Glove of Non-Monogamy! Today we're discussing <strong>S3E7: Revelations.</strong></p><p><strong>Follow our amazing guests on Twitter :</strong></p><p>Kristine Thune - <strong>@kristinetuna</strong></p><p>Ira Madison III - <strong>@ira</strong></p><p>Kate Leth - <strong>@kateleth</strong></p><p>Gaby Dunn - <strong>@gabydunn</strong></p><p>Jenny Owen Youngs is <strong>@jennyowenyoungs</strong> on twitter, and you can check out some of her non-Buffy songs at www.jennyowenyoungs.com/buffering</p><p>Kristin Russo is <strong>@kristinnoeline</strong> on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at www.everyoneisgay.com and www.mykidisgay.com.</p><p>Follow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram <strong>@bufferingcast</strong>!</p><p>WE HAVE NEW MERCH! There's fresh and toasty \"Awoo\" baseball tees, Smash the Demon Lizard Patriarchy hoodies, an \"Awooooooooooooooo\" knit beanie w/ pom, and STICKERS (!!!! - it's all happening over at www.bufferingthevampireslayer.com - just click on SHOP.</p><p>We've also got CDs of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE in the store, or if you prefer your music in non-corporeal form, both albums are both available now on iTunes, or wherever you get your digital music.&nbsp;</p><p>You can now support the show on Patreon at www.patreon.com/bufferingcast. **PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL on Patreon! click on the \"jingles\" tag on the left to find it fast!</p><p>Logo: Kristine Thune (www.kristinethune.com).</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/SUzXcI7AGQy0cYX6vOf0_D4CYHWrl5gOZvQuKynP0Ak</guid>\n      <pubDate>Wed, 01 Nov 2017 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:33:52</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/5fc1a37d-8476-4d44-b1f7-a047747a2bfd.mp3\" type=\"audio/mpeg\" length=\"90112417\"/>\n    </item>\n    <item>\n      <title>3.06: Band Candy</title>\n      <description>\n        <![CDATA[<p>Kristine Sutherland (!!!) and Kate Leth guest -- ARE YOU EFFING KIDDING US, IT'S EFFING BAND CANDY!!!!! We mean *ahem* -- today we're discussing <strong>S3E6: Band Candy</strong>.</p><p>Jenny Owen Youngs is <strong>@jennyowenyoungs</strong> on twitter, and you can check out some of her non-Buffy songs at www.jennyowenyoungs.com/buffering</p><p>Kristin Russo is <strong>@kristinnoeline</strong> on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at www.everyoneisgay.com and www.mykidisgay.com.</p><p>Get to know Buffy FashionWatch Correspondent and general dreamboat Kate Leth better at www.kateleth.com and on twitter <strong>@kateleth</strong>!</p><p>Follow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram <strong>@bufferingcast</strong>!</p><p>WE HAVE NEW MERCH! There's fresh and toasty \"Awoo\" baseball tees, Smash the Demon Lizard Patriarchy hoodies, an \"Awooooooooooooooo\" knit beanie w/ pom, and STICKERS (!!!! - it's all happening over at www.bufferingthevampireslayer.com - just click on SHOP.</p><p>We've also got CDs of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE in the store, or if you prefer your music in non-corporeal form, both albums are both available now on iTunes, or wherever you get your digital music.&nbsp;</p><p>You can now support the show on Patreon at www.patreon.com/bufferingcast. **PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL on Patreon! click on the \"jingles\" tag on the left to find it fast!</p><p>Logo: Kristine Thune (www.kristinethune.com).</p>]]>\n      </description>\n      <itunes:title>3.06: Band Candy</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Kristine Sutherland (!!!) and Kate Leth guest -- ARE YOU EFFING KIDDING US, IT'S EFFING BAND CANDY!!!!! We mean *ahem* -- today we're discussing S3E6: Band Candy.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at www.jennyowenyoungs.com/buffering\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at www.everyoneisgay.com and www.mykidisgay.com.\n\nGet to know Buffy FashionWatch Correspondent and general dreamboat Kate Leth better at www.kateleth.com and on twitter @kateleth!\n\nFollow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram @bufferingcast!\n\nWE HAVE NEW MERCH! There's fresh and toasty \"Awoo\" baseball tees, Smash the Demon Lizard Patriarchy hoodies, an \"Awooooooooooooooo\" knit beanie w/ pom, and STICKERS (!!!! - it's all happening over at www.bufferingthevampireslayer.com - just click on SHOP.\n\nWe've also got CDs of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE in the store, or if you prefer your music in non-corporeal form, both albums are both available now on iTunes, or wherever you get your digital music. \n\nYou can now support the show on Patreon at www.patreon.com/bufferingcast. **PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL on Patreon! click on the \"jingles\" tag on the left to find it fast!\n\nLogo: Kristine Thune (www.kristinethune.com).</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Kristine Sutherland (!!!) and Kate Leth guest -- ARE YOU EFFING KIDDING US, IT'S EFFING BAND CANDY!!!!! We mean *ahem* -- today we're discussing <strong>S3E6: Band Candy</strong>.</p><p>Jenny Owen Youngs is <strong>@jennyowenyoungs</strong> on twitter, and you can check out some of her non-Buffy songs at www.jennyowenyoungs.com/buffering</p><p>Kristin Russo is <strong>@kristinnoeline</strong> on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at www.everyoneisgay.com and www.mykidisgay.com.</p><p>Get to know Buffy FashionWatch Correspondent and general dreamboat Kate Leth better at www.kateleth.com and on twitter <strong>@kateleth</strong>!</p><p>Follow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram <strong>@bufferingcast</strong>!</p><p>WE HAVE NEW MERCH! There's fresh and toasty \"Awoo\" baseball tees, Smash the Demon Lizard Patriarchy hoodies, an \"Awooooooooooooooo\" knit beanie w/ pom, and STICKERS (!!!! - it's all happening over at www.bufferingthevampireslayer.com - just click on SHOP.</p><p>We've also got CDs of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE in the store, or if you prefer your music in non-corporeal form, both albums are both available now on iTunes, or wherever you get your digital music.&nbsp;</p><p>You can now support the show on Patreon at www.patreon.com/bufferingcast. **PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL on Patreon! click on the \"jingles\" tag on the left to find it fast!</p><p>Logo: Kristine Thune (www.kristinethune.com).</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/C_aCMXnXN-tXPRoCyGK_fd1HRuJ-S8rzV8iwORVhokM</guid>\n      <pubDate>Wed, 18 Oct 2017 07:42:27 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:17:33</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/a6acd15f-2e9f-4762-9bf4-7bec2726631b.mp3\" type=\"audio/mpeg\" length=\"74454831\"/>\n    </item>\n    <item>\n      <title>3.05: Homecoming</title>\n      <description>\n        <![CDATA[<p><strong>BUFFERING 3.05: Homecoming</strong></p><p>GET IN THE LIMO! It's the episode that launched a zillion Cordelia/Spatula fan fics! Buckle up for SlayerFest 98! Today we're discussing <strong>S3E5: Homecoming</strong>.</p><p>Jenny Owen Youngs is <strong>@jennyowenyoungs</strong> on twitter, and you can check out some of her non-Buffy songs at www.jennyowenyoungs.com/buffering</p><p>Kristin Russo is <strong>@kristinnoeline</strong> on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at www.everyoneisgay.com and www.mykidisgay.com.</p><p>Follow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram <strong>@bufferingcast</strong>!</p><p>WE HAVE NEW MERCH! There's fresh and toasty \"Awoo\" baseball tees, Smash the Demon Lizard Patriarchy hoodies, an \"Awooooooooooooooo\" knit beanie w/ pom, and STICKERS (!!!! - it's all happening over at www.bufferingthevampireslayer.com - just click on SHOP.</p><p>We've also got CDs of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE in the store, or if you prefer your music in non-corporeal form, both albums are both available now on iTunes, or wherever you get your digital music.&nbsp;</p><p>You can now support the show on Patreon at www.patreon.com/bufferingcast. **PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL on Patreon! click on the \"jingles\" tag on the left to find it fast!</p><p>Logo: Kristine Thune (www.kristinethune.com).</p>]]>\n      </description>\n      <itunes:title>3.05: Homecoming</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>BUFFERING 3.05: Homecoming\n\nGET IN THE LIMO! It's the episode that launched a zillion Cordelia/Spatula fan fics! Buckle up for SlayerFest 98! Today we're discussing S3E5: Homecoming.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at www.jennyowenyoungs.com/buffering\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at www.everyoneisgay.com and www.mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram @bufferingcast!\n\nWE HAVE NEW MERCH! There's fresh and toasty \"Awoo\" baseball tees, Smash the Demon Lizard Patriarchy hoodies, an \"Awooooooooooooooo\" knit beanie w/ pom, and STICKERS (!!!! - it's all happening over at www.bufferingthevampireslayer.com - just click on SHOP.\n\nWe've also got CDs of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE in the store, or if you prefer your music in non-corporeal form, both albums are both available now on iTunes, or wherever you get your digital music. \n\nYou can now support the show on Patreon at www.patreon.com/bufferingcast. **PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL on Patreon! click on the \"jingles\" tag on the left to find it fast!\n\nLogo: Kristine Thune (www.kristinethune.com).</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p><strong>BUFFERING 3.05: Homecoming</strong></p><p>GET IN THE LIMO! It's the episode that launched a zillion Cordelia/Spatula fan fics! Buckle up for SlayerFest 98! Today we're discussing <strong>S3E5: Homecoming</strong>.</p><p>Jenny Owen Youngs is <strong>@jennyowenyoungs</strong> on twitter, and you can check out some of her non-Buffy songs at www.jennyowenyoungs.com/buffering</p><p>Kristin Russo is <strong>@kristinnoeline</strong> on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at www.everyoneisgay.com and www.mykidisgay.com.</p><p>Follow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram <strong>@bufferingcast</strong>!</p><p>WE HAVE NEW MERCH! There's fresh and toasty \"Awoo\" baseball tees, Smash the Demon Lizard Patriarchy hoodies, an \"Awooooooooooooooo\" knit beanie w/ pom, and STICKERS (!!!! - it's all happening over at www.bufferingthevampireslayer.com - just click on SHOP.</p><p>We've also got CDs of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE in the store, or if you prefer your music in non-corporeal form, both albums are both available now on iTunes, or wherever you get your digital music.&nbsp;</p><p>You can now support the show on Patreon at www.patreon.com/bufferingcast. **PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL on Patreon! click on the \"jingles\" tag on the left to find it fast!</p><p>Logo: Kristine Thune (www.kristinethune.com).</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/66jSMKE_BL3z3bnlRGji5yFOSq7u2vyt1cbyUeqHcpU</guid>\n      <pubDate>Wed, 11 Oct 2017 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:17:53</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/2023431f-459b-44f1-849d-4dd74b65d293.mp3\" type=\"audio/mpeg\" length=\"74782511\"/>\n    </item>\n    <item>\n      <title>3.04: Beauty and the Beasts</title>\n      <description>\n        <![CDATA[<p><strong>BUFFERING 3.04: Beauty and the Beasts</strong></p><p>In this episode, Buffy finds herself surrounded by all kinds of man-beasts, Faith coins the phrase \"kickin the gearshift\" (now a timeless classic), and Xander takes a very poorly-timed nap. We also talk to Red McCormick about her experience in working with survivors of domestic violence, and how that intersects with this episode of Buffy. Today we're discussing&nbsp;<strong>S3E4: Beauty and the Beasts</strong>.</p><p><br></p><p><strong>Resources for survivors of domestic violence in the US:</strong></p><p>National Coalition of Anti-Violence Programs: <a href=\"https://avp.org/ncavp/\" target=\"_blank\">https://avp.org/ncavp/</a></p><p>National Domestic Violence Hotline: <a href=\"http://www.thehotline.org/\" target=\"_blank\">http://www.thehotline.org/</a></p><p>Battered Women's Justice Project: <a href=\"http://www.bwjp.org/\" target=\"_blank\">http://www.bwjp.org/</a></p><p>NW Network Resource List (LGBT Specific): <a href=\"http://www.nwnetwork.org/helpful-links/\" target=\"_blank\">http://www.nwnetwork.org/helpful-links/</a></p><p><br></p><p><strong>Australia Domestic Violence Resources:</strong></p><p><a href=\"http://www.anothercloset.com.au\" target=\"_blank\">http://www.anothercloset.com.au</a> (specifically queer)</p><p><a href=\"http://www.acon.org.au\" target=\"_blank\">http://www.acon.org.au</a> (specifically queer)</p><p><a href=\"http://www.sass.org.au/directory/\" target=\"_blank\">http://www.sass.org.au/directory/</a> (this is a resource that contains info on multiple orgs, primarily for sexual assault, but many for DV as well).</p><p><a href=\"http://www.dvrcv.org.au\" target=\"_blank\">http://www.dvrcv.org.au</a></p><p><br></p><p><strong>UK Domestic Violence Resources:</strong></p><p>The National Domestic Violence Helpline - 0808 200 0247</p><p>National Centre for Domestic Violence Helpline - 0844 804 4999 - for free legal advice and help getting a restraining order.</p><p>ManKind Helpline - for male victims of domestic abuse - 01823 334244</p><p>Respect Helpline for perpetrators of Domestic abuse - 0808 802 4040</p><p>The Samaritans if you just need someone to listen - 08457 90 90 90</p><p>If you are in immediate danger, always phone 999.&nbsp;</p><p><br></p><p>Jenny Owen Youngs&nbsp;is&nbsp;<strong>@jennyowenyoungs&nbsp;</strong>on twitter, and you can check out some of her non-Buffy songs at&nbsp;<a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\"><strong>jennyowenyoungs.com/buffering</strong></a>.&nbsp;</p><p>Kristin Russo is&nbsp;<strong>@kristinnoeline</strong>&nbsp;on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at&nbsp;<a href=\"http://everyoneisgay.com/\" target=\"_blank\"><strong>everyoneisgay.com</strong></a>&nbsp;and&nbsp;<a href=\"http://mykidisgay.com/\" target=\"_blank\"><strong>mykidisgay.com</strong></a>.</p><p>Follow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram&nbsp;<strong>@bufferingcast</strong>!&nbsp;</p><p>WE HAVE NEW MERCH! There's fresh and toasty \"Awoo\" baseball tees, Smash the Demon Lizard Patriarchy hoodies, an \"Awooooooooooooooo\" knit beanie w/ pom, and STICKERS (!!!!) - it's all happening over at&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\"><strong>bufferingthevampireslayer.com</strong></a><strong>&nbsp;</strong>- just click on SHOP.</p><p>We've also got CDs of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE in the store, or if you prefer your music in non-corporeal form, both albums are both available now on iTunes, or wherever you get your digital music.</p><p>**PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL! Just visit&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>and click on the \"jingles\" tag on the left to find it fast!</p><p>You can now support the show on Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\"><strong>kristinethune.com</strong></a>).&nbsp;</p>]]>\n      </description>\n      <itunes:title>3.04: Beauty and the Beasts</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>BUFFERING 3.04: Beauty and the Beasts\n\nIn this episode, Buffy finds herself surrounded by all kinds of man-beasts, Faith coins the phrase \"kickin the gearshift\" (now a timeless classic), and Xander takes a very poorly-timed nap. We also talk to Red McCormick about her experience in working with survivors of domestic violence, and how that intersects with this episode of Buffy. Today we're discussing S3E4: Beauty and the Beasts.\n\n\n\n\nResources for survivors of domestic violence in the US:\n\nNational Coalition of Anti-Violence Programs: https://avp.org/ncavp/\n\nNational Domestic Violence Hotline: http://www.thehotline.org/\n\nBattered Women's Justice Project: http://www.bwjp.org/\n\nNW Network Resource List (LGBT Specific): http://www.nwnetwork.org/helpful-links/\n\n\n\n\nAustralia Domestic Violence Resources:\n\nhttp://www.anothercloset.com.au (specifically queer)\n\nhttp://www.acon.org.au (specifically queer)\n\nhttp://www.sass.org.au/directory/ (this is a resource that contains info on multiple orgs, primarily for sexual assault, but many for DV as well).\n\nhttp://www.dvrcv.org.au\n\n\n\n\nUK Domestic Violence Resources:\n\nThe National Domestic Violence Helpline - 0808 200 0247\n\nNational Centre for Domestic Violence Helpline - 0844 804 4999 - for free legal advice and help getting a restraining order.\n\nManKind Helpline - for male victims of domestic abuse - 01823 334244\n\nRespect Helpline for perpetrators of Domestic abuse - 0808 802 4040\n\nThe Samaritans if you just need someone to listen - 08457 90 90 90\n\nIf you are in immediate danger, always phone 999. \n\n\n\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram @bufferingcast! \n\nWE HAVE NEW MERCH! There's fresh and toasty \"Awoo\" baseball tees, Smash the Demon Lizard Patriarchy hoodies, an \"Awooooooooooooooo\" knit beanie w/ pom, and STICKERS (!!!!) - it's all happening over at bufferingthevampireslayer.com - just click on SHOP.\n\nWe've also got CDs of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE in the store, or if you prefer your music in non-corporeal form, both albums are both available now on iTunes, or wherever you get your digital music.\n\n**PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL! Just visit patreon.com/bufferingcastand click on the \"jingles\" tag on the left to find it fast!\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nLogo: Kristine Thune (kristinethune.com). </itunes:summary>\n      <content:encoded>\n        <![CDATA[<p><strong>BUFFERING 3.04: Beauty and the Beasts</strong></p><p>In this episode, Buffy finds herself surrounded by all kinds of man-beasts, Faith coins the phrase \"kickin the gearshift\" (now a timeless classic), and Xander takes a very poorly-timed nap. We also talk to Red McCormick about her experience in working with survivors of domestic violence, and how that intersects with this episode of Buffy. Today we're discussing&nbsp;<strong>S3E4: Beauty and the Beasts</strong>.</p><p><br></p><p><strong>Resources for survivors of domestic violence in the US:</strong></p><p>National Coalition of Anti-Violence Programs: <a href=\"https://avp.org/ncavp/\" target=\"_blank\">https://avp.org/ncavp/</a></p><p>National Domestic Violence Hotline: <a href=\"http://www.thehotline.org/\" target=\"_blank\">http://www.thehotline.org/</a></p><p>Battered Women's Justice Project: <a href=\"http://www.bwjp.org/\" target=\"_blank\">http://www.bwjp.org/</a></p><p>NW Network Resource List (LGBT Specific): <a href=\"http://www.nwnetwork.org/helpful-links/\" target=\"_blank\">http://www.nwnetwork.org/helpful-links/</a></p><p><br></p><p><strong>Australia Domestic Violence Resources:</strong></p><p><a href=\"http://www.anothercloset.com.au\" target=\"_blank\">http://www.anothercloset.com.au</a> (specifically queer)</p><p><a href=\"http://www.acon.org.au\" target=\"_blank\">http://www.acon.org.au</a> (specifically queer)</p><p><a href=\"http://www.sass.org.au/directory/\" target=\"_blank\">http://www.sass.org.au/directory/</a> (this is a resource that contains info on multiple orgs, primarily for sexual assault, but many for DV as well).</p><p><a href=\"http://www.dvrcv.org.au\" target=\"_blank\">http://www.dvrcv.org.au</a></p><p><br></p><p><strong>UK Domestic Violence Resources:</strong></p><p>The National Domestic Violence Helpline - 0808 200 0247</p><p>National Centre for Domestic Violence Helpline - 0844 804 4999 - for free legal advice and help getting a restraining order.</p><p>ManKind Helpline - for male victims of domestic abuse - 01823 334244</p><p>Respect Helpline for perpetrators of Domestic abuse - 0808 802 4040</p><p>The Samaritans if you just need someone to listen - 08457 90 90 90</p><p>If you are in immediate danger, always phone 999.&nbsp;</p><p><br></p><p>Jenny Owen Youngs&nbsp;is&nbsp;<strong>@jennyowenyoungs&nbsp;</strong>on twitter, and you can check out some of her non-Buffy songs at&nbsp;<a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\"><strong>jennyowenyoungs.com/buffering</strong></a>.&nbsp;</p><p>Kristin Russo is&nbsp;<strong>@kristinnoeline</strong>&nbsp;on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at&nbsp;<a href=\"http://everyoneisgay.com/\" target=\"_blank\"><strong>everyoneisgay.com</strong></a>&nbsp;and&nbsp;<a href=\"http://mykidisgay.com/\" target=\"_blank\"><strong>mykidisgay.com</strong></a>.</p><p>Follow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram&nbsp;<strong>@bufferingcast</strong>!&nbsp;</p><p>WE HAVE NEW MERCH! There's fresh and toasty \"Awoo\" baseball tees, Smash the Demon Lizard Patriarchy hoodies, an \"Awooooooooooooooo\" knit beanie w/ pom, and STICKERS (!!!!) - it's all happening over at&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\"><strong>bufferingthevampireslayer.com</strong></a><strong>&nbsp;</strong>- just click on SHOP.</p><p>We've also got CDs of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE in the store, or if you prefer your music in non-corporeal form, both albums are both available now on iTunes, or wherever you get your digital music.</p><p>**PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL! Just visit&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>and click on the \"jingles\" tag on the left to find it fast!</p><p>You can now support the show on Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\"><strong>kristinethune.com</strong></a>).&nbsp;</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/T2Tkukct-FJ7N-jh1Q8Mj9ICuumnJHh4N0GBIJak8QY</guid>\n      <pubDate>Wed, 04 Oct 2017 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:16:17</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/0ede5653-ebb8-48bc-87b6-8630d0ec1ebf.mp3\" type=\"audio/mpeg\" length=\"73248182\"/>\n    </item>\n    <item>\n      <title>3.03: Faith, Hope &amp; Trick</title>\n      <description>\n        <![CDATA[<p>Lock up your daughters because FAITH IS HERE!! Prepare for pleather pants, alligator wrestling, and a hearty Boston accent, and then brace for impact because *something* is about to fall out of the sky. ALSO this episode features our first musical guest &amp; songwriting collaborator,&nbsp;<strong>Jess Abbott</strong>&nbsp;(of Tancred) in the role of Faith!! Today we're discussing&nbsp;<strong>S3E3: Faith, Hope &amp; Trick</strong>.</p><p>Jenny Owen Youngs&nbsp;is&nbsp;<strong>@jennyowenyoungs&nbsp;</strong>on twitter, and you can check out some of her non-Buffy songs at&nbsp;<a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\"><strong>jennyowenyoungs.com/buffering</strong></a>.&nbsp;</p><p>Kristin Russo is&nbsp;<strong>@kristinnoeline</strong>&nbsp;on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at&nbsp;<a href=\"http://everyoneisgay.com/\" target=\"_blank\"><strong>everyoneisgay.com</strong></a>&nbsp;and&nbsp;<a href=\"http://mykidisgay.com/\" target=\"_blank\"><strong>mykidisgay.com</strong></a>.</p><p>Follow Jess Abbott on twitter (<strong>@tancredjess</strong>) and check out her band Tancred at&nbsp;<a href=\"http://tancredmusic.com/\" target=\"_blank\"><strong>tancredmusic.com</strong></a>.</p><p>Follow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram&nbsp;<strong>@bufferingcast</strong>!&nbsp;</p><p>Transform into a Buffering burrito by ensconcing yourself in a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\"><strong>bufferingthevampireslayer.com</strong></a><strong>&nbsp;</strong>and click on SHOP to check out our little cabinet of WONDERS.<strong>&nbsp;</strong>If you prefer your music in non-corporeal form, Buffering the Vampire&nbsp;</p><p>**PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL! Just visit&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>and click on the \"jingles\" tag on the left to find it fast!</p><p>You can now support the show on Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\"><strong>kristinethune.com</strong></a>).&nbsp;</p>]]>\n      </description>\n      <itunes:title>3.03: Faith, Hope &amp; Trick</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Lock up your daughters because FAITH IS HERE!! Prepare for pleather pants, alligator wrestling, and a hearty Boston accent, and then brace for impact because *something* is about to fall out of the sky. ALSO this episode features our first musical guest &amp;amp; songwriting collaborator, Jess Abbott (of Tancred) in the role of Faith!! Today we're discussing S3E3: Faith, Hope &amp;amp; Trick.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Jess Abbott on twitter (@tancredjess) and check out her band Tancred at tancredmusic.com.\n\nFollow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram @bufferingcast! \n\nTransform into a Buffering burrito by ensconcing yourself in a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit bufferingthevampireslayer.com and click on SHOP to check out our little cabinet of WONDERS. If you prefer your music in non-corporeal form, Buffering the Vampire \n\n**PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL! Just visit patreon.com/bufferingcastand click on the \"jingles\" tag on the left to find it fast!\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nLogo: Kristine Thune (kristinethune.com). </itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Lock up your daughters because FAITH IS HERE!! Prepare for pleather pants, alligator wrestling, and a hearty Boston accent, and then brace for impact because *something* is about to fall out of the sky. ALSO this episode features our first musical guest &amp; songwriting collaborator,&nbsp;<strong>Jess Abbott</strong>&nbsp;(of Tancred) in the role of Faith!! Today we're discussing&nbsp;<strong>S3E3: Faith, Hope &amp; Trick</strong>.</p><p>Jenny Owen Youngs&nbsp;is&nbsp;<strong>@jennyowenyoungs&nbsp;</strong>on twitter, and you can check out some of her non-Buffy songs at&nbsp;<a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\"><strong>jennyowenyoungs.com/buffering</strong></a>.&nbsp;</p><p>Kristin Russo is&nbsp;<strong>@kristinnoeline</strong>&nbsp;on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at&nbsp;<a href=\"http://everyoneisgay.com/\" target=\"_blank\"><strong>everyoneisgay.com</strong></a>&nbsp;and&nbsp;<a href=\"http://mykidisgay.com/\" target=\"_blank\"><strong>mykidisgay.com</strong></a>.</p><p>Follow Jess Abbott on twitter (<strong>@tancredjess</strong>) and check out her band Tancred at&nbsp;<a href=\"http://tancredmusic.com/\" target=\"_blank\"><strong>tancredmusic.com</strong></a>.</p><p>Follow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram&nbsp;<strong>@bufferingcast</strong>!&nbsp;</p><p>Transform into a Buffering burrito by ensconcing yourself in a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\"><strong>bufferingthevampireslayer.com</strong></a><strong>&nbsp;</strong>and click on SHOP to check out our little cabinet of WONDERS.<strong>&nbsp;</strong>If you prefer your music in non-corporeal form, Buffering the Vampire&nbsp;</p><p>**PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL! Just visit&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>and click on the \"jingles\" tag on the left to find it fast!</p><p>You can now support the show on Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\"><strong>kristinethune.com</strong></a>).&nbsp;</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/3auAj0U1digr5Lx98WUp72XbQf35opCnC8qsox800iw</guid>\n      <pubDate>Wed, 20 Sep 2017 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:18:56</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/c76e205b-8dab-457e-bb5a-25716113b8b5.mp3\" type=\"audio/mpeg\" length=\"75782269\"/>\n    </item>\n    <item>\n      <title>3.02: Dead Man's Party</title>\n      <description>\n        <![CDATA[<p>LIVE FROM FLAMECON in Brooklyn NY, this episode features guest appearances from musician <strong>Mal Blum</strong>, senior Autostraddle editor <strong>Heather Hogan</strong>, and our beloved <strong>Kate Leth</strong>! We talk about zombie cats, zombie humans, and of course... Joyce and Pat. This week we're discussing s3e2:<strong> Dead Man's Party</strong>.&nbsp;</p><p>**PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL! Just visit <a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a><strong> </strong>and click on the \"jingles\" tag on the left to find it fast!</p><p>Jenny Owen Youngs is <strong>@jennyowenyoungs</strong> on twitter, and you can check out some of her non-Buffy songs at <a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\"><strong>jennyowenyoungs.com/buffering</strong></a>.&nbsp;</p><p>Kristin Russo is <strong>@kristinnoeline</strong> on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at <a href=\"http://everyoneisgay.com/\" target=\"_blank\"><strong>everyoneisgay.com</strong></a> and <a href=\"http://mykidisgay.com/\" target=\"_blank\"><strong>mykidisgay.com</strong></a>.</p><p>Follow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram <strong>@bufferingcast</strong>! And while you're at it, find our guests on twitter too: <strong>@malblum</strong>, <strong>@theheatherhogan</strong>, and <strong>@kateleth</strong>!&nbsp;</p><p>Thanks to this episode's sponsors!&nbsp;</p><p>MERCH REMAINS IN STOCK, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit <a href=\"http://bufferingthevampireslayer.com\" target=\"_blank\"><strong>bufferingthevampireslayer.com</strong></a><strong> </strong>and click on SHOP to check out our little cabinet of WONDERS.<strong> </strong>If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.</p><p>You can now support the show on Patreon at <a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com\" target=\"_blank\"><strong>kristinethune.com</strong></a>).&nbsp;</p>]]>\n      </description>\n      <itunes:title>3.02: Dead Man's Party</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>LIVE FROM FLAMECON in Brooklyn NY, this episode features guest appearances from musician Mal Blum, senior Autostraddle editor Heather Hogan, and our beloved Kate Leth! We talk about zombie cats, zombie humans, and of course... Joyce and Pat. This week we're discussing s3e2: Dead Man's Party. \n\n**PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL! Just visit patreon.com/bufferingcast and click on the \"jingles\" tag on the left to find it fast!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram @bufferingcast! And while you're at it, find our guests on twitter too: @malblum, @theheatherhogan, and @kateleth! \n\nThanks to this episode's sponsors! \n\nMERCH REMAINS IN STOCK, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit bufferingthevampireslayer.com and click on SHOP to check out our little cabinet of WONDERS. If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nLogo: Kristine Thune (kristinethune.com). </itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>LIVE FROM FLAMECON in Brooklyn NY, this episode features guest appearances from musician <strong>Mal Blum</strong>, senior Autostraddle editor <strong>Heather Hogan</strong>, and our beloved <strong>Kate Leth</strong>! We talk about zombie cats, zombie humans, and of course... Joyce and Pat. This week we're discussing s3e2:<strong> Dead Man's Party</strong>.&nbsp;</p><p>**PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL! Just visit <a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a><strong> </strong>and click on the \"jingles\" tag on the left to find it fast!</p><p>Jenny Owen Youngs is <strong>@jennyowenyoungs</strong> on twitter, and you can check out some of her non-Buffy songs at <a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\"><strong>jennyowenyoungs.com/buffering</strong></a>.&nbsp;</p><p>Kristin Russo is <strong>@kristinnoeline</strong> on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at <a href=\"http://everyoneisgay.com/\" target=\"_blank\"><strong>everyoneisgay.com</strong></a> and <a href=\"http://mykidisgay.com/\" target=\"_blank\"><strong>mykidisgay.com</strong></a>.</p><p>Follow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram <strong>@bufferingcast</strong>! And while you're at it, find our guests on twitter too: <strong>@malblum</strong>, <strong>@theheatherhogan</strong>, and <strong>@kateleth</strong>!&nbsp;</p><p>Thanks to this episode's sponsors!&nbsp;</p><p>MERCH REMAINS IN STOCK, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit <a href=\"http://bufferingthevampireslayer.com\" target=\"_blank\"><strong>bufferingthevampireslayer.com</strong></a><strong> </strong>and click on SHOP to check out our little cabinet of WONDERS.<strong> </strong>If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.</p><p>You can now support the show on Patreon at <a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com\" target=\"_blank\"><strong>kristinethune.com</strong></a>).&nbsp;</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/Lfj9IhtB0w8HaC7MQJ5Xx92cwYitt423ooYMXUKjlRg</guid>\n      <pubDate>Wed, 13 Sep 2017 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:00:25</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/392bd6b0-a71d-444a-9d04-7aabf9623d89.mp3\" type=\"audio/mpeg\" length=\"58002285\"/>\n    </item>\n    <item>\n      <title>3.01: Anne</title>\n      <description>\n        <![CDATA[<p>HOLY HELLMOUTH WE ARE BACK!! We're kicking off Season 3 with a supersize episode, complete with a Buffy FashionWatch fix from Kate Leth and an interview with the *delightful* Julia Lee Stander, who plays Lily/Anne in this ep and was going by Chanterelle all the way back in 2.07: Lie to Me. This week we're SO THRILLED to be discussing s3e1:<strong> Anne</strong>.&nbsp;</p><p>**PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL! Just visit <a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a><strong> </strong>and click on the \"jingles\" tag on the left to find it fast!</p><p>Jenny Owen Youngs is <strong>@jennyowenyoungs</strong> on twitter, and you can check out some of her non-Buffy songs at <a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\"><strong>jennyowenyoungs.com/buffering</strong></a>.&nbsp;</p><p>Kristin Russo is <strong>@kristinnoeline</strong> on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at <a href=\"http://everyoneisgay.com/\" target=\"_blank\"><strong>everyoneisgay.com</strong></a> and <a href=\"http://mykidisgay.com/\" target=\"_blank\"><strong>mykidisgay.com</strong></a>.</p><p>Get to know Buffy Fashion-Watch correspondent Kate Leth better at <a href=\"http://kateleth.com\" target=\"_blank\"><strong>kateleth.com</strong></a>, or give her a shout on twitter (<strong>@kateleth</strong>).&nbsp;</p><p>Follow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram <strong>@bufferingcast</strong>!</p><p>Thanks to this episode's sponsors!&nbsp;</p><p>-Lola: For 60% off your first order, visit <a href=\"http://mylola.com\" target=\"_blank\">mylola.com</a> and enter BUFFY when you subscribe.</p><p>-Casper: Get $50 toward any mattress purchase when you visit <a href=\"http://casper.com/BUFFY\" target=\"_blank\">casper.com/BUFFY</a> and use offer code BUFFY.&nbsp;</p><p>-RXBAR: For 25% off your first order, visit RXBAR.com/BUFFY and enter promo code BUFFY at checkout.&nbsp;</p><p>Try <strong>Stitcher Premium</strong> for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts &amp; creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit <a href=\"http://stitcherpremium.com/buffy\" target=\"_blank\"><strong>stitcherpremium.com/buffy</strong></a> and use promo code <strong>buffy</strong>.</p><p>We've got NEW MERCH, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit <a href=\"http://bufferingthevampireslayer.com\" target=\"_blank\"><strong>bufferingthevampireslayer.com</strong></a><strong> </strong>and click on SHOP to check out our little shop of WONDERS.<strong> </strong>If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.</p><p>You can now support the show on Patreon at <a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com\" target=\"_blank\"><strong>kristinethune.com</strong></a><strong>)&nbsp;</strong></p>]]>\n      </description>\n      <itunes:title>3.01: Anne</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>HOLY HELLMOUTH WE ARE BACK!! We're kicking off Season 3 with a supersize episode, complete with a Buffy FashionWatch fix from Kate Leth and an interview with the *delightful* Julia Lee Stander, who plays Lily/Anne in this ep and was going by Chanterelle all the way back in 2.07: Lie to Me. This week we're SO THRILLED to be discussing s3e1: Anne. \n\n**PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL! Just visit patreon.com/bufferingcast and click on the \"jingles\" tag on the left to find it fast!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy Fashion-Watch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth). \n\nFollow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram @bufferingcast!\n\nThanks to this episode's sponsors! \n\n-Lola: For 60% off your first order, visit mylola.com and enter BUFFY when you subscribe.\n\n-Casper: Get $50 toward any mattress purchase when you visit casper.com/BUFFY and use offer code BUFFY. \n\n-RXBAR: For 25% off your first order, visit RXBAR.com/BUFFY and enter promo code BUFFY at checkout. \n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts &amp;amp; creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nWe've got NEW MERCH, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit bufferingthevampireslayer.com and click on SHOP to check out our little shop of WONDERS. If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nLogo: Kristine Thune (kristinethune.com) </itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>HOLY HELLMOUTH WE ARE BACK!! We're kicking off Season 3 with a supersize episode, complete with a Buffy FashionWatch fix from Kate Leth and an interview with the *delightful* Julia Lee Stander, who plays Lily/Anne in this ep and was going by Chanterelle all the way back in 2.07: Lie to Me. This week we're SO THRILLED to be discussing s3e1:<strong> Anne</strong>.&nbsp;</p><p>**PLEASE NOTE** our new \"The Patriarchy\" jingle is available as a free download TO ALL! Just visit <a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a><strong> </strong>and click on the \"jingles\" tag on the left to find it fast!</p><p>Jenny Owen Youngs is <strong>@jennyowenyoungs</strong> on twitter, and you can check out some of her non-Buffy songs at <a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\"><strong>jennyowenyoungs.com/buffering</strong></a>.&nbsp;</p><p>Kristin Russo is <strong>@kristinnoeline</strong> on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at <a href=\"http://everyoneisgay.com/\" target=\"_blank\"><strong>everyoneisgay.com</strong></a> and <a href=\"http://mykidisgay.com/\" target=\"_blank\"><strong>mykidisgay.com</strong></a>.</p><p>Get to know Buffy Fashion-Watch correspondent Kate Leth better at <a href=\"http://kateleth.com\" target=\"_blank\"><strong>kateleth.com</strong></a>, or give her a shout on twitter (<strong>@kateleth</strong>).&nbsp;</p><p>Follow Buffering the Vampire Slayer on Twitter, Facebook, and Instagram <strong>@bufferingcast</strong>!</p><p>Thanks to this episode's sponsors!&nbsp;</p><p>-Lola: For 60% off your first order, visit <a href=\"http://mylola.com\" target=\"_blank\">mylola.com</a> and enter BUFFY when you subscribe.</p><p>-Casper: Get $50 toward any mattress purchase when you visit <a href=\"http://casper.com/BUFFY\" target=\"_blank\">casper.com/BUFFY</a> and use offer code BUFFY.&nbsp;</p><p>-RXBAR: For 25% off your first order, visit RXBAR.com/BUFFY and enter promo code BUFFY at checkout.&nbsp;</p><p>Try <strong>Stitcher Premium</strong> for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts &amp; creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit <a href=\"http://stitcherpremium.com/buffy\" target=\"_blank\"><strong>stitcherpremium.com/buffy</strong></a> and use promo code <strong>buffy</strong>.</p><p>We've got NEW MERCH, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit <a href=\"http://bufferingthevampireslayer.com\" target=\"_blank\"><strong>bufferingthevampireslayer.com</strong></a><strong> </strong>and click on SHOP to check out our little shop of WONDERS.<strong> </strong>If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.</p><p>You can now support the show on Patreon at <a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com\" target=\"_blank\"><strong>kristinethune.com</strong></a><strong>)&nbsp;</strong></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/8X9cvcutKUurW_1rUOFLLNbjYaXXEwigRR07A-JcmZo</guid>\n      <pubDate>Wed, 06 Sep 2017 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:41:37</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/ec455b69-ce74-475f-a3d4-2c6b491c2030.mp3\" type=\"audio/mpeg\" length=\"97561704\"/>\n    </item>\n    <item>\n      <title>0.09: Season 2 Wrap-Up</title>\n      <description>\n        <![CDATA[<p>Today we stand on a mountaintop, shading our eyes from the glare of the sun, looking back on all that we have endured together over these last 22 episodes. The second chapter of Buffy the Vampire Slayer has some high highs and some LOW lows, and we're discussing our favorite moments as well as some truly painful ones. You'll also hear from Gaby Dunn, Joanna Robinson, Brittani Nichols, and of COURSE Kate Leth! This is our <strong>Season 2 Wrap Up</strong>!&nbsp;</p><p>Jenny Owen Youngs is <strong>@jennyowenyoungs</strong> on twitter, and you can check out some of her non-Buffy songs at <a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\"><strong>jennyowenyoungs.com/buffering</strong></a>.&nbsp;</p><p>Kristin Russo is <strong>@kristinnoeline</strong> on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at <a href=\"http://everyoneisgay.com/\" target=\"_blank\"><strong>everyoneisgay.com</strong></a> and <a href=\"http://mykidisgay.com/\" target=\"_blank\"><strong>mykidisgay.com</strong></a>.</p><p>Get to know Buffy Fashion-Watch correspondent Kate Leth better at <a href=\"http://kateleth.com\" target=\"_blank\"><strong>kateleth.com</strong></a>, or give her a shout on twitter (<strong>@kateleth</strong>).&nbsp;</p><p>Twitter it up with our special guests Gaby Dunn (<strong>@gabydunn</strong>), Brittani Nichols (<strong>@bishilarious</strong>), and Joanna Robinson (<strong>@jowrotethis</strong>).</p><p>Follow Buffering the Vampire Slayer on twitter (<strong>@bufferingcast)</strong> and on facebook (<a href=\"http://facebook.com/bufferingcast\" target=\"_blank\"><strong>facebook.com/bufferingcast</strong></a>)!</p><p>Thanks to this episode's sponsors!&nbsp;</p><p>-RXBAR: For 25% off your first order, visit RXBAR.com/BUFFY and enter promo code BUFFY at checkout.&nbsp;</p><p>-Book of the Month: Go to <a href=\"http://bookofthemonth.com/BUFFERING\" target=\"_blank\">bookofthemonth.com/BUFFERING</a> and get your first book for $10.</p><p>-ModCloth: Shop on <a href=\"http://ModCloth.com\" target=\"_blank\">ModCloth.com</a> and enter promo code \"BUFFY\" at checkout to get 30% off your order of $100 or more.&nbsp;</p><p>-And remember to check out the new LeVar Burton Reads podcast! &nbsp;</p><p>Try <strong>Stitcher Premium</strong> for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts &amp; creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit <a href=\"http://stitcherpremium.com/buffy\" target=\"_blank\"><strong>stitcherpremium.com/buffy</strong></a> and use promo code <strong>buffy</strong>.</p><p>We've got NEW MERCH, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit <a href=\"http://bufferingthevampireslayer.com\" target=\"_blank\"><strong>bufferingthevampireslayer.com</strong></a><strong> </strong>and click on SHOP to check out our little shop of WONDERS.<strong> </strong>If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.</p><p>You can now support the show on Patreon at <a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com\" target=\"_blank\"><strong>kristinethune.com</strong></a><strong>)&nbsp;</strong></p>]]>\n      </description>\n      <itunes:title>0.09: Season 2 Wrap-Up</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Today we stand on a mountaintop, shading our eyes from the glare of the sun, looking back on all that we have endured together over these last 22 episodes. The second chapter of Buffy the Vampire Slayer has some high highs and some LOW lows, and we're discussing our favorite moments as well as some truly painful ones. You'll also hear from Gaby Dunn, Joanna Robinson, Brittani Nichols, and of COURSE Kate Leth! This is our Season 2 Wrap Up! \n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy Fashion-Watch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth). \n\nTwitter it up with our special guests Gaby Dunn (@gabydunn), Brittani Nichols (@bishilarious), and Joanna Robinson (@jowrotethis).\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nThanks to this episode's sponsors! \n\n-RXBAR: For 25% off your first order, visit RXBAR.com/BUFFY and enter promo code BUFFY at checkout. \n\n-Book of the Month: Go to bookofthemonth.com/BUFFERING and get your first book for $10.\n\n-ModCloth: Shop on ModCloth.com and enter promo code \"BUFFY\" at checkout to get 30% off your order of $100 or more. \n\n-And remember to check out the new LeVar Burton Reads podcast!  \n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts &amp;amp; creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nWe've got NEW MERCH, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit bufferingthevampireslayer.com and click on SHOP to check out our little shop of WONDERS. If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nLogo: Kristine Thune (kristinethune.com) </itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Today we stand on a mountaintop, shading our eyes from the glare of the sun, looking back on all that we have endured together over these last 22 episodes. The second chapter of Buffy the Vampire Slayer has some high highs and some LOW lows, and we're discussing our favorite moments as well as some truly painful ones. You'll also hear from Gaby Dunn, Joanna Robinson, Brittani Nichols, and of COURSE Kate Leth! This is our <strong>Season 2 Wrap Up</strong>!&nbsp;</p><p>Jenny Owen Youngs is <strong>@jennyowenyoungs</strong> on twitter, and you can check out some of her non-Buffy songs at <a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\"><strong>jennyowenyoungs.com/buffering</strong></a>.&nbsp;</p><p>Kristin Russo is <strong>@kristinnoeline</strong> on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at <a href=\"http://everyoneisgay.com/\" target=\"_blank\"><strong>everyoneisgay.com</strong></a> and <a href=\"http://mykidisgay.com/\" target=\"_blank\"><strong>mykidisgay.com</strong></a>.</p><p>Get to know Buffy Fashion-Watch correspondent Kate Leth better at <a href=\"http://kateleth.com\" target=\"_blank\"><strong>kateleth.com</strong></a>, or give her a shout on twitter (<strong>@kateleth</strong>).&nbsp;</p><p>Twitter it up with our special guests Gaby Dunn (<strong>@gabydunn</strong>), Brittani Nichols (<strong>@bishilarious</strong>), and Joanna Robinson (<strong>@jowrotethis</strong>).</p><p>Follow Buffering the Vampire Slayer on twitter (<strong>@bufferingcast)</strong> and on facebook (<a href=\"http://facebook.com/bufferingcast\" target=\"_blank\"><strong>facebook.com/bufferingcast</strong></a>)!</p><p>Thanks to this episode's sponsors!&nbsp;</p><p>-RXBAR: For 25% off your first order, visit RXBAR.com/BUFFY and enter promo code BUFFY at checkout.&nbsp;</p><p>-Book of the Month: Go to <a href=\"http://bookofthemonth.com/BUFFERING\" target=\"_blank\">bookofthemonth.com/BUFFERING</a> and get your first book for $10.</p><p>-ModCloth: Shop on <a href=\"http://ModCloth.com\" target=\"_blank\">ModCloth.com</a> and enter promo code \"BUFFY\" at checkout to get 30% off your order of $100 or more.&nbsp;</p><p>-And remember to check out the new LeVar Burton Reads podcast! &nbsp;</p><p>Try <strong>Stitcher Premium</strong> for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts &amp; creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit <a href=\"http://stitcherpremium.com/buffy\" target=\"_blank\"><strong>stitcherpremium.com/buffy</strong></a> and use promo code <strong>buffy</strong>.</p><p>We've got NEW MERCH, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit <a href=\"http://bufferingthevampireslayer.com\" target=\"_blank\"><strong>bufferingthevampireslayer.com</strong></a><strong> </strong>and click on SHOP to check out our little shop of WONDERS.<strong> </strong>If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.</p><p>You can now support the show on Patreon at <a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com\" target=\"_blank\"><strong>kristinethune.com</strong></a><strong>)&nbsp;</strong></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/PYj7Y8uZTyGJCysVSazJU8YGx_jxZf0iHS5ho9-XAQ4</guid>\n      <pubDate>Wed, 19 Jul 2017 08:29:18 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:14:16</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/b3f391e8-0d93-480c-b0c8-ab651ce936dd.mp3\" type=\"audio/mpeg\" length=\"71300911\"/>\n    </item>\n    <item>\n      <title>0.08: Wonder Woman!</title>\n      <description>\n        <![CDATA[<p>THE AMAZONS ARE TRAINING ON THE ISLAND!!!! On this very special episode of Buffering the Vampire Slayer, Jenny, Kristin, and Wonder Woman aficionado Heather Hogan dig into Diana, Themyscira, and the shockingly deep feminist roots of this DC character. This week we're discussing <strong>Wonder Woman!</strong>&nbsp;</p><p>Read Heather's work on <a href=\"http://autostraddle.com\" target=\"_blank\"><strong>autostraddle.com</strong></a> and follow her on twitter <strong>@theheatherhogan</strong>!</p><p>Jenny Owen Youngs is <strong>@jennyowenyoungs</strong> on twitter, and you can check out some of her non-Buffy songs at <a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\"><strong>jennyowenyoungs.com/buffering</strong></a>.&nbsp;</p><p>Kristin Russo is <strong>@kristinnoeline</strong> on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at <a href=\"http://everyoneisgay.com/\" target=\"_blank\"><strong>everyoneisgay.com</strong></a> and <a href=\"http://mykidisgay.com/\" target=\"_blank\"><strong>mykidisgay.com</strong></a>.</p><p>Follow Buffering the Vampire Slayer on twitter (<strong>@bufferingcast)</strong> and on facebook (<a href=\"http://facebook.com/bufferingcast\" target=\"_blank\"><strong>facebook.com/bufferingcast</strong></a>)!</p><p>This episode was sponsored by:</p><p>Reality Bytes: Check out this fantastic new podcast about love, dating, and connection in the digital age. Your faves Jenny and Kristin were featured on a recent episode!</p><p>ModCloth: Shop at modcloth.com and use promo code \"BUFFY\" for 30% off your order of $100 or more.</p><p>Care/Of: Visit TakeCareOf.com, and use offer code BUFFERING for 50% off your first order.</p><p>We've got NEW MERCH, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit <a href=\"http://bufferingthevampireslayer.com\" target=\"_blank\"><strong>bufferingthevampireslayer.com</strong></a><strong> </strong>and click on SHOP to check out our little shop of WONDERS.<strong> </strong>If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.</p><p>You can now support the show on Patreon at <a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com\" target=\"_blank\"><strong>kristinethune.com</strong></a><strong>)&nbsp;</strong></p><p><br></p><p><strong><u>HEATHER HOGAN'S SUGGESTED ADDITIONAL WONDER WOMAN READING:</u></strong></p><p><br></p><p><strong>Wonder Woman history books:&nbsp;</strong></p><p>+ Wonder Women: Unbound, by Tim Hanley</p><p>+&nbsp;The Secret History of Wonder Woman, by Jill Lepore</p><p><br></p><p><strong>Wonder Woman's best Greek Mythology arcs:</strong></p><p>+<strong>&nbsp;</strong>Wonder Woman: The Golden Age Omnibus/The Wonder Woman Chronicles</p><p>+ Wonder Woman Vol. 2, #1-24 (1987)</p><p>+ Wonder Woman: Eyes of the Gorgon (1987)</p><p>+ Wonder Woman: Earth One (1996)</p><p>+ Wonder Woman: Year One (1997)</p><p><br></p><p><strong>Wonder Woman comics that focus on mythology and run into Batwoman:</strong></p><p>+ Wonder Woman: Blood collects issues 1-6 of Wonder Woman's run in the New 52 (2012)</p><p>+ Wonder Woman: Guts collects issues 7-12 (2013)</p><p><br></p><p><strong>Pair with:&nbsp;</strong></p><p>+ Batwoman: Elegy (collects Wonder Woman's Detective Comics run, first run after comes out at as a lesbian)</p><p>+ Batwoman: Hydrology (collects Batwoman 1-6, first issues of her solo comic)</p><p>+ Batwoman: To Drown the World (collects Batwoman 7-12)</p><p>+ Batwoman World's Finest (collects 13-17, the Wonder Woman tag-team, and WW's engagement to her girlfriend)</p>]]>\n      </description>\n      <itunes:title>0.08: Wonder Woman!</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>THE AMAZONS ARE TRAINING ON THE ISLAND!!!! On this very special episode of Buffering the Vampire Slayer, Jenny, Kristin, and Wonder Woman aficionado Heather Hogan dig into Diana, Themyscira, and the shockingly deep feminist roots of this DC character. This week we're discussing Wonder Woman! \n\nRead Heather's work on autostraddle.com and follow her on twitter @theheatherhogan!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nThis episode was sponsored by:\n\nReality Bytes: Check out this fantastic new podcast about love, dating, and connection in the digital age. Your faves Jenny and Kristin were featured on a recent episode!\n\nModCloth: Shop at modcloth.com and use promo code \"BUFFY\" for 30% off your order of $100 or more.\n\nCare/Of: Visit TakeCareOf.com, and use offer code BUFFERING for 50% off your first order.\n\nWe've got NEW MERCH, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit bufferingthevampireslayer.com and click on SHOP to check out our little shop of WONDERS. If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nLogo: Kristine Thune (kristinethune.com) \n\n\n\n\nHEATHER HOGAN'S SUGGESTED ADDITIONAL WONDER WOMAN READING:\n\n\n\n\nWonder Woman history books: \n\n+ Wonder Women: Unbound, by Tim Hanley\n\n+ The Secret History of Wonder Woman, by Jill Lepore\n\n\n\n\nWonder Woman's best Greek Mythology arcs:\n\n+ Wonder Woman: The Golden Age Omnibus/The Wonder Woman Chronicles\n\n+ Wonder Woman Vol. 2, #1-24 (1987)\n\n+ Wonder Woman: Eyes of the Gorgon (1987)\n\n+ Wonder Woman: Earth One (1996)\n\n+ Wonder Woman: Year One (1997)\n\n\n\n\nWonder Woman comics that focus on mythology and run into Batwoman:\n\n+ Wonder Woman: Blood collects issues 1-6 of Wonder Woman's run in the New 52 (2012)\n\n+ Wonder Woman: Guts collects issues 7-12 (2013)\n\n\n\n\nPair with: \n\n+ Batwoman: Elegy (collects Wonder Woman's Detective Comics run, first run after comes out at as a lesbian)\n\n+ Batwoman: Hydrology (collects Batwoman 1-6, first issues of her solo comic)\n\n+ Batwoman: To Drown the World (collects Batwoman 7-12)\n\n+ Batwoman World's Finest (collects 13-17, the Wonder Woman tag-team, and WW's engagement to her girlfriend)</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>THE AMAZONS ARE TRAINING ON THE ISLAND!!!! On this very special episode of Buffering the Vampire Slayer, Jenny, Kristin, and Wonder Woman aficionado Heather Hogan dig into Diana, Themyscira, and the shockingly deep feminist roots of this DC character. This week we're discussing <strong>Wonder Woman!</strong>&nbsp;</p><p>Read Heather's work on <a href=\"http://autostraddle.com\" target=\"_blank\"><strong>autostraddle.com</strong></a> and follow her on twitter <strong>@theheatherhogan</strong>!</p><p>Jenny Owen Youngs is <strong>@jennyowenyoungs</strong> on twitter, and you can check out some of her non-Buffy songs at <a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\"><strong>jennyowenyoungs.com/buffering</strong></a>.&nbsp;</p><p>Kristin Russo is <strong>@kristinnoeline</strong> on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at <a href=\"http://everyoneisgay.com/\" target=\"_blank\"><strong>everyoneisgay.com</strong></a> and <a href=\"http://mykidisgay.com/\" target=\"_blank\"><strong>mykidisgay.com</strong></a>.</p><p>Follow Buffering the Vampire Slayer on twitter (<strong>@bufferingcast)</strong> and on facebook (<a href=\"http://facebook.com/bufferingcast\" target=\"_blank\"><strong>facebook.com/bufferingcast</strong></a>)!</p><p>This episode was sponsored by:</p><p>Reality Bytes: Check out this fantastic new podcast about love, dating, and connection in the digital age. Your faves Jenny and Kristin were featured on a recent episode!</p><p>ModCloth: Shop at modcloth.com and use promo code \"BUFFY\" for 30% off your order of $100 or more.</p><p>Care/Of: Visit TakeCareOf.com, and use offer code BUFFERING for 50% off your first order.</p><p>We've got NEW MERCH, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit <a href=\"http://bufferingthevampireslayer.com\" target=\"_blank\"><strong>bufferingthevampireslayer.com</strong></a><strong> </strong>and click on SHOP to check out our little shop of WONDERS.<strong> </strong>If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.</p><p>You can now support the show on Patreon at <a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com\" target=\"_blank\"><strong>kristinethune.com</strong></a><strong>)&nbsp;</strong></p><p><br></p><p><strong><u>HEATHER HOGAN'S SUGGESTED ADDITIONAL WONDER WOMAN READING:</u></strong></p><p><br></p><p><strong>Wonder Woman history books:&nbsp;</strong></p><p>+ Wonder Women: Unbound, by Tim Hanley</p><p>+&nbsp;The Secret History of Wonder Woman, by Jill Lepore</p><p><br></p><p><strong>Wonder Woman's best Greek Mythology arcs:</strong></p><p>+<strong>&nbsp;</strong>Wonder Woman: The Golden Age Omnibus/The Wonder Woman Chronicles</p><p>+ Wonder Woman Vol. 2, #1-24 (1987)</p><p>+ Wonder Woman: Eyes of the Gorgon (1987)</p><p>+ Wonder Woman: Earth One (1996)</p><p>+ Wonder Woman: Year One (1997)</p><p><br></p><p><strong>Wonder Woman comics that focus on mythology and run into Batwoman:</strong></p><p>+ Wonder Woman: Blood collects issues 1-6 of Wonder Woman's run in the New 52 (2012)</p><p>+ Wonder Woman: Guts collects issues 7-12 (2013)</p><p><br></p><p><strong>Pair with:&nbsp;</strong></p><p>+ Batwoman: Elegy (collects Wonder Woman's Detective Comics run, first run after comes out at as a lesbian)</p><p>+ Batwoman: Hydrology (collects Batwoman 1-6, first issues of her solo comic)</p><p>+ Batwoman: To Drown the World (collects Batwoman 7-12)</p><p>+ Batwoman World's Finest (collects 13-17, the Wonder Woman tag-team, and WW's engagement to her girlfriend)</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/r3UiVrOnHZ81ETRpHVUonUBDjhHMGRH95s_8DP6J_2M</guid>\n      <pubDate>Wed, 12 Jul 2017 08:28:40 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:07:10</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/c9d4678a-f4ea-4bc9-a6cc-6fec3c06f845.mp3\" type=\"audio/mpeg\" length=\"64483578\"/>\n    </item>\n    <item>\n      <title>2.22: Becoming (Part 2) </title>\n      <description>\n        <![CDATA[<p>Buckle up for a heavy one, friends, because it's a very emotional day in Sunnydale. Angel wants to destroy the world, and Buffy wants to stop him. This episode is SUCH a doozy that Kate Leth decided to forgo fashion talk and record a Buffy FEELINGS-Watch! This week we're discussing s2e22:<strong> Becoming (Part 2)</strong>.&nbsp;</p><p>This episode is brought to you by <strong>Book of the Month</strong>. Get your first book for $10 at <a href=\"http://www.bookofthemonth.com/BUFFERING\" target=\"_blank\"><strong>bookofthemonth.com/BUFFERING</strong></a>.</p><p>This episode is also sponsored by <strong>Care/of</strong>. Go to <a href=\"http://www.TakeCareOf.com\" target=\"_blank\"><strong>TakeCareOf.com</strong></a> now and get a personalized vitamin recommendation, then use code BUFFERING to get 50% off your first order.</p><p>Jenny Owen Youngs is <strong>@jennyowenyoungs</strong> on twitter, and you can check out some of her non-Buffy songs at <a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\"><strong>jennyowenyoungs.com/buffering</strong></a>.&nbsp;</p><p>Kristin Russo is <strong>@kristinnoeline</strong> on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at <a href=\"http://everyoneisgay.com/\" target=\"_blank\"><strong>everyoneisgay.com</strong></a> and <a href=\"http://mykidisgay.com/\" target=\"_blank\"><strong>mykidisgay.com</strong></a>.</p><p>Get to know Buffy FEELINGS-Watch correspondent Kate Leth better at <a href=\"http://kateleth.com\" target=\"_blank\"><strong>kateleth.com</strong></a>, or give her a shout on twitter (<strong>@kateleth</strong>).&nbsp;</p><p>Follow Buffering the Vampire Slayer on twitter (<strong>@bufferingcast)</strong> and on facebook (<a href=\"http://facebook.com/bufferingcast\" target=\"_blank\"><strong>facebook.com/bufferingcast</strong></a>)!</p><p>Try <strong>Stitcher Premium</strong> for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts &amp; creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit <a href=\"http://stitcherpremium.com/buffy\" target=\"_blank\"><strong>stitcherpremium.com/buffy</strong></a> and use promo code <strong>buffy</strong>.</p><p>We've got NEW MERCH, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit <a href=\"http://bufferingthevampireslayer.com\" target=\"_blank\"><strong>bufferingthevampireslayer.com</strong></a><strong> </strong>and click on SHOP to check out our little shop of WONDERS.<strong> </strong>If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.</p><p>You can now support the show on Patreon at <a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com\" target=\"_blank\"><strong>kristinethune.com</strong></a><strong>)&nbsp;</strong></p>]]>\n      </description>\n      <itunes:title>2.22: Becoming (Part 2) </itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Buckle up for a heavy one, friends, because it's a very emotional day in Sunnydale. Angel wants to destroy the world, and Buffy wants to stop him. This episode is SUCH a doozy that Kate Leth decided to forgo fashion talk and record a Buffy FEELINGS-Watch! This week we're discussing s2e22: Becoming (Part 2). \n\nThis episode is brought to you by Book of the Month. Get your first book for $10 at bookofthemonth.com/BUFFERING.\n\nThis episode is also sponsored by Care/of. Go to TakeCareOf.com now and get a personalized vitamin recommendation, then use code BUFFERING to get 50% off your first order.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FEELINGS-Watch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth). \n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts &amp;amp; creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nWe've got NEW MERCH, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit bufferingthevampireslayer.com and click on SHOP to check out our little shop of WONDERS. If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nLogo: Kristine Thune (kristinethune.com) </itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Buckle up for a heavy one, friends, because it's a very emotional day in Sunnydale. Angel wants to destroy the world, and Buffy wants to stop him. This episode is SUCH a doozy that Kate Leth decided to forgo fashion talk and record a Buffy FEELINGS-Watch! This week we're discussing s2e22:<strong> Becoming (Part 2)</strong>.&nbsp;</p><p>This episode is brought to you by <strong>Book of the Month</strong>. Get your first book for $10 at <a href=\"http://www.bookofthemonth.com/BUFFERING\" target=\"_blank\"><strong>bookofthemonth.com/BUFFERING</strong></a>.</p><p>This episode is also sponsored by <strong>Care/of</strong>. Go to <a href=\"http://www.TakeCareOf.com\" target=\"_blank\"><strong>TakeCareOf.com</strong></a> now and get a personalized vitamin recommendation, then use code BUFFERING to get 50% off your first order.</p><p>Jenny Owen Youngs is <strong>@jennyowenyoungs</strong> on twitter, and you can check out some of her non-Buffy songs at <a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\"><strong>jennyowenyoungs.com/buffering</strong></a>.&nbsp;</p><p>Kristin Russo is <strong>@kristinnoeline</strong> on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at <a href=\"http://everyoneisgay.com/\" target=\"_blank\"><strong>everyoneisgay.com</strong></a> and <a href=\"http://mykidisgay.com/\" target=\"_blank\"><strong>mykidisgay.com</strong></a>.</p><p>Get to know Buffy FEELINGS-Watch correspondent Kate Leth better at <a href=\"http://kateleth.com\" target=\"_blank\"><strong>kateleth.com</strong></a>, or give her a shout on twitter (<strong>@kateleth</strong>).&nbsp;</p><p>Follow Buffering the Vampire Slayer on twitter (<strong>@bufferingcast)</strong> and on facebook (<a href=\"http://facebook.com/bufferingcast\" target=\"_blank\"><strong>facebook.com/bufferingcast</strong></a>)!</p><p>Try <strong>Stitcher Premium</strong> for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts &amp; creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit <a href=\"http://stitcherpremium.com/buffy\" target=\"_blank\"><strong>stitcherpremium.com/buffy</strong></a> and use promo code <strong>buffy</strong>.</p><p>We've got NEW MERCH, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit <a href=\"http://bufferingthevampireslayer.com\" target=\"_blank\"><strong>bufferingthevampireslayer.com</strong></a><strong> </strong>and click on SHOP to check out our little shop of WONDERS.<strong> </strong>If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.</p><p>You can now support the show on Patreon at <a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com\" target=\"_blank\"><strong>kristinethune.com</strong></a><strong>)&nbsp;</strong></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/7bCL05E4RtRy-d8CcMuHW3s0yuN4frof2xbkN6K4jcY</guid>\n      <pubDate>Wed, 05 Jul 2017 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:20:26</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/5f15e190-b92d-4402-9297-930de590dd04.mp3\" type=\"audio/mpeg\" length=\"77218377\"/>\n    </item>\n    <item>\n      <title>2.21: Becoming (Part 1)</title>\n      <description>\n        <![CDATA[<p>WOW Buffy and Willow find a very important floppy disk, an old friend comes to visit from far away, and Angelus decides he wants to bring forth the demon Acathla and destroy the world. HOLY HECK the Scoobies are in some serious peril! This week we're discussing s2e21:<strong>&nbsp;Becoming (Part 1)</strong>.&nbsp;</p><p>Jenny Owen Youngs is&nbsp;<strong>@jennyowenyoungs</strong>&nbsp;on twitter, and you can check out some of her non-Buffy songs at&nbsp;<a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\"><strong>jennyowenyoungs.com/buffering</strong></a>.&nbsp;</p><p>Kristin Russo is&nbsp;<strong>@kristinnoeline</strong>&nbsp;on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at&nbsp;<a href=\"http://everyoneisgay.com/\" target=\"_blank\"><strong>everyoneisgay.com</strong></a>&nbsp;and&nbsp;<a href=\"http://mykidisgay.com/\" target=\"_blank\"><strong>mykidisgay.com</strong></a>.</p><p>Follow Buffering the Vampire Slayer on twitter (<strong>@bufferingcast)</strong>&nbsp;and on facebook (<a href=\"http://facebook.com/bufferingcast\" target=\"_blank\"><strong>facebook.com/bufferingcast</strong></a>)!</p><p>Today's episode is brought to you by Bold Food. Learn more about the incredible, curated food adventures that Bold Food organizes over at <a href=\"http://www.boldfoodco.com\" target=\"_blank\"><strong>boldfoodco.com</strong></a>!</p><p>If you loved Becoming (Part 1) and just must must must listen to our finale episode for (Becoming Part 2) RIGHT NOW... we totally feel you. Stitcher Premium members are able to listen to s2e22: Becoming (Part Two) right this very moment! Head on over to <a href=\"http://www.stitcherpremium.com/buffy\" target=\"_blank\"><strong>stitcherpremium.com/buffy</strong></a> and use promo code BUFFY for a free first month!</p><p>We've got NEW MERCH, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\"><strong>bufferingthevampireslayer.com</strong></a><strong>&nbsp;</strong>and click on SHOP to check out our little shop of WONDERS.<strong>&nbsp;</strong>If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.</p><p>You can now support the show on Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\"><strong>kristinethune.com</strong></a><strong>)&nbsp;</strong></p>]]>\n      </description>\n      <itunes:title>2.21: Becoming (Part 1)</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>WOW Buffy and Willow find a very important floppy disk, an old friend comes to visit from far away, and Angelus decides he wants to bring forth the demon Acathla and destroy the world. HOLY HECK the Scoobies are in some serious peril! This week we're discussing s2e21: Becoming (Part 1). \n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nToday's episode is brought to you by Bold Food. Learn more about the incredible, curated food adventures that Bold Food organizes over at boldfoodco.com!\n\nIf you loved Becoming (Part 1) and just must must must listen to our finale episode for (Becoming Part 2) RIGHT NOW... we totally feel you. Stitcher Premium members are able to listen to s2e22: Becoming (Part Two) right this very moment! Head on over to stitcherpremium.com/buffy and use promo code BUFFY for a free first month!\n\nWe've got NEW MERCH, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit bufferingthevampireslayer.com and click on SHOP to check out our little shop of WONDERS. If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nLogo: Kristine Thune (kristinethune.com) </itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>WOW Buffy and Willow find a very important floppy disk, an old friend comes to visit from far away, and Angelus decides he wants to bring forth the demon Acathla and destroy the world. HOLY HECK the Scoobies are in some serious peril! This week we're discussing s2e21:<strong>&nbsp;Becoming (Part 1)</strong>.&nbsp;</p><p>Jenny Owen Youngs is&nbsp;<strong>@jennyowenyoungs</strong>&nbsp;on twitter, and you can check out some of her non-Buffy songs at&nbsp;<a href=\"http://jennyowenyoungs.com/buffering\" target=\"_blank\"><strong>jennyowenyoungs.com/buffering</strong></a>.&nbsp;</p><p>Kristin Russo is&nbsp;<strong>@kristinnoeline</strong>&nbsp;on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at&nbsp;<a href=\"http://everyoneisgay.com/\" target=\"_blank\"><strong>everyoneisgay.com</strong></a>&nbsp;and&nbsp;<a href=\"http://mykidisgay.com/\" target=\"_blank\"><strong>mykidisgay.com</strong></a>.</p><p>Follow Buffering the Vampire Slayer on twitter (<strong>@bufferingcast)</strong>&nbsp;and on facebook (<a href=\"http://facebook.com/bufferingcast\" target=\"_blank\"><strong>facebook.com/bufferingcast</strong></a>)!</p><p>Today's episode is brought to you by Bold Food. Learn more about the incredible, curated food adventures that Bold Food organizes over at <a href=\"http://www.boldfoodco.com\" target=\"_blank\"><strong>boldfoodco.com</strong></a>!</p><p>If you loved Becoming (Part 1) and just must must must listen to our finale episode for (Becoming Part 2) RIGHT NOW... we totally feel you. Stitcher Premium members are able to listen to s2e22: Becoming (Part Two) right this very moment! Head on over to <a href=\"http://www.stitcherpremium.com/buffy\" target=\"_blank\"><strong>stitcherpremium.com/buffy</strong></a> and use promo code BUFFY for a free first month!</p><p>We've got NEW MERCH, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit&nbsp;<a href=\"http://bufferingthevampireslayer.com/\" target=\"_blank\"><strong>bufferingthevampireslayer.com</strong></a><strong>&nbsp;</strong>and click on SHOP to check out our little shop of WONDERS.<strong>&nbsp;</strong>If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.</p><p>You can now support the show on Patreon at&nbsp;<a href=\"http://patreon.com/bufferingcast\" target=\"_blank\"><strong>patreon.com/bufferingcast</strong></a>.</p><p>Logo: Kristine Thune (<a href=\"http://kristinethune.com/\" target=\"_blank\"><strong>kristinethune.com</strong></a><strong>)&nbsp;</strong></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/p1X2r05UyTUnlsAa07KXtkFmI2Vi5PIInh9eLgqSKh0</guid>\n      <pubDate>Wed, 28 Jun 2017 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:07:23</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/c728d19f-8224-4a38-92f4-62df816cf569.mp3\" type=\"audio/mpeg\" length=\"64696320\"/>\n    </item>\n    <item>\n      <title>0.07: Welcome to the Mailbag Vol. 5</title>\n      <description>\n        <![CDATA[SPECIAL DELIVERY: Answers! Here's some HellMath for you - your emails + our responses = this episode! This is Welcome to the Mailbag: Vol. 5!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nWe've got NEW MERCH, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit bufferingthevampireslayer.com and click on SHOP to check out our little shop of WONDERS. If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts & creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nBTW: you can now support the show on Patreon at patreon.com/bufferingcast.\n\nLogo: Kristine Thune (kristinethune.com) ]]>\n      </description>\n      <itunes:title>0.07: Welcome to the Mailbag Vol. 5</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>SPECIAL DELIVERY: Answers! Here's some HellMath for you - your emails + our responses = this episode! This is Welcome to the Mailbag: Vol. 5!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nWe've got NEW MERCH, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit bufferingthevampireslayer.com and click on SHOP to check out our little shop of WONDERS. If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts &amp; creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nBTW: you can now support the show on Patreon at patreon.com/bufferingcast.\n\nLogo: Kristine Thune (kristinethune.com) </itunes:summary>\n      <content:encoded>\n        <![CDATA[SPECIAL DELIVERY: Answers! Here's some HellMath for you - your emails + our responses = this episode! This is Welcome to the Mailbag: Vol. 5!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nWe've got NEW MERCH, including a wolf-y AWOO shirt designed by Isabella Rotman, an ADORABLE \"even a werewolf is better than misogyny\" tee designed by Cameron Glavin, and the JUST KEEP FIGHTING tee in a new color! We've also got CDs ready to order - limited quantities of both SONGS FROM SEASON TWO and SONGS FROM SEASON ONE. Visit bufferingthevampireslayer.com and click on SHOP to check out our little shop of WONDERS. If you prefer your music in non-corporeal form, Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts & creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nBTW: you can now support the show on Patreon at patreon.com/bufferingcast.\n\nLogo: Kristine Thune (kristinethune.com) ]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/17i6EI4Q47EPOSgQhpbVAqLp_1awh99Ptv2-Z-2izas</guid>\n      <pubDate>Wed, 21 Jun 2017 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>00:41:59</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/3c0bdf12-56c8-45b4-93d2-d596b74bac13.mp3\" type=\"audio/mpeg\" length=\"40309237\"/>\n    </item>\n    <item>\n      <title>2.20: Go Fish</title>\n      <description>\n        <![CDATA[Brittany Ashley joins us to discuss the *FISHY* business going on with the Sunnydale Swim Team! Also LOOK AT THAT FREAKING TURTLENECK ON GAGE! This week we're discussing s2e20: Go Fish.\n\nToday's episode is brought to you by Bold Food, a San Francisco Bay Area-based company that teaches the science of cooking and organizes food-focused travel tours. Learn more at boldfoodco.com, and use code BUFFY to save $300 off your first food tour!\n\nThis episode was also sponsored by Shudder, the premium streaming video service devoted to thrillers, horror, and suspense. Go to shudder.com and receive your first month free when you use the code BUFFERING.\n\nFollow Brittany Ashley on twitter & instagram @britt27ash, and check out Sicker Sadder World, the Daria podcast she co-hosts with Laura Zak - available on iTunes and Bumpers! (We can confirm that this podcast is SICK. But not sad.)\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts & creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY tees & tanks, plus so much more - go to bufferingthevampireslayer.com and click on SHOP to check out our little shop of WONDERS. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com) ]]>\n      </description>\n      <itunes:title>2.20: Go Fish</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Brittany Ashley joins us to discuss the *FISHY* business going on with the Sunnydale Swim Team! Also LOOK AT THAT FREAKING TURTLENECK ON GAGE! This week we're discussing s2e20: Go Fish.\n\nToday's episode is brought to you by Bold Food, a San Francisco Bay Area-based company that teaches the science of cooking and organizes food-focused travel tours. Learn more at boldfoodco.com, and use code BUFFY to save $300 off your first food tour!\n\nThis episode was also sponsored by Shudder, the premium streaming video service devoted to thrillers, horror, and suspense. Go to shudder.com and receive your first month free when you use the code BUFFERING.\n\nFollow Brittany Ashley on twitter &amp; instagram @britt27ash, and check out Sicker Sadder World, the Daria podcast she co-hosts with Laura Zak - available on iTunes and Bumpers! (We can confirm that this podcast is SICK. But not sad.)\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts &amp; creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY tees &amp; tanks, plus so much more - go to bufferingthevampireslayer.com and click on SHOP to check out our little shop of WONDERS. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com) </itunes:summary>\n      <content:encoded>\n        <![CDATA[Brittany Ashley joins us to discuss the *FISHY* business going on with the Sunnydale Swim Team! Also LOOK AT THAT FREAKING TURTLENECK ON GAGE! This week we're discussing s2e20: Go Fish.\n\nToday's episode is brought to you by Bold Food, a San Francisco Bay Area-based company that teaches the science of cooking and organizes food-focused travel tours. Learn more at boldfoodco.com, and use code BUFFY to save $300 off your first food tour!\n\nThis episode was also sponsored by Shudder, the premium streaming video service devoted to thrillers, horror, and suspense. Go to shudder.com and receive your first month free when you use the code BUFFERING.\n\nFollow Brittany Ashley on twitter & instagram @britt27ash, and check out Sicker Sadder World, the Daria podcast she co-hosts with Laura Zak - available on iTunes and Bumpers! (We can confirm that this podcast is SICK. But not sad.)\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts & creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY tees & tanks, plus so much more - go to bufferingthevampireslayer.com and click on SHOP to check out our little shop of WONDERS. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com) ]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/lUqWBKb_CnemwD8oI6Hz1b4KMz4oLv7h9Qm6w8SSj1o</guid>\n      <pubDate>Wed, 14 Jun 2017 07:49:21 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:10:20</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/4c4df360-3755-4a8c-86dc-a1d7007c70f9.mp3\" type=\"audio/mpeg\" length=\"67535516\"/>\n    </item>\n    <item>\n      <title>2.19: I Only Have Eyes For You</title>\n      <description>\n        <![CDATA[It's time for the Sadie Hawkins dance, and I think we all know just how much poltergeists hate this particular high school event. Watch out for bees, snakes, and melting floors! This week we're discussing s2e19: I Only Have Eyes For You.\n\nToday's episode is brought to you by Bold Food, a San Francisco Bay Area-based company that teaches the science of cooking and organizes food-focused travel tours. Learn more at boldfoodco.com, and use code BUFFY to save $300 off your first food tour!\n\nThis episode was also sponsored by Shudder, the premium streaming video service devoted to thrillers, horror, and suspense. Go to shudder.com and receive your first month free when you use the code BUFFERING.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts & creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY tees & tanks, plus so much more over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com) ]]>\n      </description>\n      <itunes:title>2.19: I Only Have Eyes For You</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>It's time for the Sadie Hawkins dance, and I think we all know just how much poltergeists hate this particular high school event. Watch out for bees, snakes, and melting floors! This week we're discussing s2e19: I Only Have Eyes For You.\n\nToday's episode is brought to you by Bold Food, a San Francisco Bay Area-based company that teaches the science of cooking and organizes food-focused travel tours. Learn more at boldfoodco.com, and use code BUFFY to save $300 off your first food tour!\n\nThis episode was also sponsored by Shudder, the premium streaming video service devoted to thrillers, horror, and suspense. Go to shudder.com and receive your first month free when you use the code BUFFERING.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts &amp; creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY tees &amp; tanks, plus so much more over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com) </itunes:summary>\n      <content:encoded>\n        <![CDATA[It's time for the Sadie Hawkins dance, and I think we all know just how much poltergeists hate this particular high school event. Watch out for bees, snakes, and melting floors! This week we're discussing s2e19: I Only Have Eyes For You.\n\nToday's episode is brought to you by Bold Food, a San Francisco Bay Area-based company that teaches the science of cooking and organizes food-focused travel tours. Learn more at boldfoodco.com, and use code BUFFY to save $300 off your first food tour!\n\nThis episode was also sponsored by Shudder, the premium streaming video service devoted to thrillers, horror, and suspense. Go to shudder.com and receive your first month free when you use the code BUFFERING.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts & creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY tees & tanks, plus so much more over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com) ]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/TVBY7ee2JHsRIwgaxm-dc7QaZT_-5h-OnXw83f3Dzbs</guid>\n      <pubDate>Wed, 07 Jun 2017 07:28:37 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>00:59:28</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/5cd654ad-42a9-40de-a5f5-1fbdc4e66560.mp3\" type=\"audio/mpeg\" length=\"57098657\"/>\n    </item>\n    <item>\n      <title>2.18: Killed By Death</title>\n      <description>\n        <![CDATA[Recorded live at A-Camp, this episode features guest appearances from Kate Leth, El Sanchez, Heather Hogan, and the unsinkable Gaby Dunn! This is the one where it's Nightmare On Elm Street but Elm Street happens to be in Sunnydale! This week we're discussing s2e18: Killed By Death.\n\nToday's episode is brought to you by Shudder, the premium streaming video service devoted to thrillers, horror, and suspense. Go to shudder.com and receive your first month free when you use the code BUFFERING.\n\nFind all of our amazing guests on twitter: Kate Leth (@kateleth), El Sanchez (@el_sanchovilla), Heather Hogan (@theheatherhogan), and Gaby Dunn (@gabydunn)!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts & creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY tees & tanks, plus so much more over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)]]>\n      </description>\n      <itunes:title>2.18: Killed By Death</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Recorded live at A-Camp, this episode features guest appearances from Kate Leth, El Sanchez, Heather Hogan, and the unsinkable Gaby Dunn! This is the one where it's Nightmare On Elm Street but Elm Street happens to be in Sunnydale! This week we're discussing s2e18: Killed By Death.\n\nToday's episode is brought to you by Shudder, the premium streaming video service devoted to thrillers, horror, and suspense. Go to shudder.com and receive your first month free when you use the code BUFFERING.\n\nFind all of our amazing guests on twitter: Kate Leth (@kateleth), El Sanchez (@el_sanchovilla), Heather Hogan (@theheatherhogan), and Gaby Dunn (@gabydunn)!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts &amp; creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY tees &amp; tanks, plus so much more over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[Recorded live at A-Camp, this episode features guest appearances from Kate Leth, El Sanchez, Heather Hogan, and the unsinkable Gaby Dunn! This is the one where it's Nightmare On Elm Street but Elm Street happens to be in Sunnydale! This week we're discussing s2e18: Killed By Death.\n\nToday's episode is brought to you by Shudder, the premium streaming video service devoted to thrillers, horror, and suspense. Go to shudder.com and receive your first month free when you use the code BUFFERING.\n\nFind all of our amazing guests on twitter: Kate Leth (@kateleth), El Sanchez (@el_sanchovilla), Heather Hogan (@theheatherhogan), and Gaby Dunn (@gabydunn)!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts & creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY tees & tanks, plus so much more over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/hhuQ_HaU9TdJjk51ztiTBdqzjQMraLw-E0Yz8M1hWXA</guid>\n      <pubDate>Wed, 31 May 2017 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,slayer,spike,Angel,joss,vampire</itunes:keywords>\n      <itunes:duration>01:10:15</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/8a2559a2-d899-4b4b-b3e3-2d04c6c9107b.mp3\" type=\"audio/mpeg\" length=\"67442729\"/>\n    </item>\n    <item>\n      <title>2.17: Passion</title>\n      <description>\n        <![CDATA[Angel spends this episode doing a lot of voice over, sketching multiple people whilst they sleep, and being a general creep. We also say goodbye to one of the good guys. Hope you brought tissues to this episode, friend. This week we're discussing s2e17: Passion.\n\nToday's episode is brought to you by Shudder, the premium streaming video service devoted to thrillers, horror, and suspense. Go to shudder.com and receive your first month free when you use the code BUFFERING.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts & creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY tees & tanks, plus so much more over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)]]>\n      </description>\n      <itunes:title>2.17: Passion</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Angel spends this episode doing a lot of voice over, sketching multiple people whilst they sleep, and being a general creep. We also say goodbye to one of the good guys. Hope you brought tissues to this episode, friend. This week we're discussing s2e17: Passion.\n\nToday's episode is brought to you by Shudder, the premium streaming video service devoted to thrillers, horror, and suspense. Go to shudder.com and receive your first month free when you use the code BUFFERING.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts &amp; creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY tees &amp; tanks, plus so much more over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[Angel spends this episode doing a lot of voice over, sketching multiple people whilst they sleep, and being a general creep. We also say goodbye to one of the good guys. Hope you brought tissues to this episode, friend. This week we're discussing s2e17: Passion.\n\nToday's episode is brought to you by Shudder, the premium streaming video service devoted to thrillers, horror, and suspense. Go to shudder.com and receive your first month free when you use the code BUFFERING.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts & creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY tees & tanks, plus so much more over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/j3LypONP3_kvOyZcQlhTgKkjiSuWg2PkKNXoAZqwV8M</guid>\n      <pubDate>Wed, 24 May 2017 05:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,slayer,spike,Angel,joss,vampire</itunes:keywords>\n      <itunes:duration>01:02:52</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/599fb46b-7297-4f94-9089-7920c3f5e3aa.mp3\" type=\"audio/mpeg\" length=\"60360411\"/>\n    </item>\n    <item>\n      <title>2.16: Bewitched, Bothered and Bewildered</title>\n      <description>\n        <![CDATA[The world has turned upside-down and everyone is in love with Xander! Also someone you care about gets turned into a rat. We hope this cautionary tale encourages you to think twice before you go blackmailing your peers into casting revenge spells on your behalf.  Dan Kois (slate.com, Mom and Dad Are Fighting) joins us to talk best practices for parenting on the Hellmouth, and of course to speak for all men! This week we're discussing s2e16: Bewitched, Bothered and Bewildered.\n \nRead Dan Kois's writing on slate.com, find him on twitter @dankois, and listen to Mom and Dad are Fighting, the Slate parenting podcast he cohosted before he shipped off with his family to live abroad for a year!\n\nThis episode is sponsored by MACK WELDON. Visit mackweldon.com and get 20% off your purchase using the promo code BUFFY.\n\nThis episode is also sponsored by SHUDDER. Go to shudder.com and receive your first month free when you use the code BUFFERING.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts & creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nSupport the show on Patreon at patreon.com/bufferingcast. Visit our store for SMASH THE DEMON LIZARD PATRIARCHY tees & tanks, plus so much more at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)]]>\n      </description>\n      <itunes:title>2.16: Bewitched, Bothered and Bewildered</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>The world has turned upside-down and everyone is in love with Xander! Also someone you care about gets turned into a rat. We hope this cautionary tale encourages you to think twice before you go blackmailing your peers into casting revenge spells on your behalf.  Dan Kois (slate.com, Mom and Dad Are Fighting) joins us to talk best practices for parenting on the Hellmouth, and of course to speak for all men! This week we're discussing s2e16: Bewitched, Bothered and Bewildered.\n \nRead Dan Kois's writing on slate.com, find him on twitter @dankois, and listen to Mom and Dad are Fighting, the Slate parenting podcast he cohosted before he shipped off with his family to live abroad for a year!\n\nThis episode is sponsored by MACK WELDON. Visit mackweldon.com and get 20% off your purchase using the promo code BUFFY.\n\nThis episode is also sponsored by SHUDDER. Go to shudder.com and receive your first month free when you use the code BUFFERING.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts &amp; creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nSupport the show on Patreon at patreon.com/bufferingcast. Visit our store for SMASH THE DEMON LIZARD PATRIARCHY tees &amp; tanks, plus so much more at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[The world has turned upside-down and everyone is in love with Xander! Also someone you care about gets turned into a rat. We hope this cautionary tale encourages you to think twice before you go blackmailing your peers into casting revenge spells on your behalf.  Dan Kois (slate.com, Mom and Dad Are Fighting) joins us to talk best practices for parenting on the Hellmouth, and of course to speak for all men! This week we're discussing s2e16: Bewitched, Bothered and Bewildered.\n \nRead Dan Kois's writing on slate.com, find him on twitter @dankois, and listen to Mom and Dad are Fighting, the Slate parenting podcast he cohosted before he shipped off with his family to live abroad for a year!\n\nThis episode is sponsored by MACK WELDON. Visit mackweldon.com and get 20% off your purchase using the promo code BUFFY.\n\nThis episode is also sponsored by SHUDDER. Go to shudder.com and receive your first month free when you use the code BUFFERING.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts & creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nSupport the show on Patreon at patreon.com/bufferingcast. Visit our store for SMASH THE DEMON LIZARD PATRIARCHY tees & tanks, plus so much more at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/gdeqmxitpMtmtOWdOjWRBHmHQl09B6dqXlG3ynAdD7Y</guid>\n      <pubDate>Wed, 10 May 2017 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,slayer,spike,Angel,joss,vampire</itunes:keywords>\n      <itunes:duration>01:10:16</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/2a2b848a-9c63-4448-aa9d-d75a4b407be8.mp3\" type=\"audio/mpeg\" length=\"67465717\"/>\n    </item>\n    <item>\n      <title>2.15: Phases</title>\n      <description>\n        <![CDATA[Ye gods! There's a werewolf loose in Sunnydale, and it's tearing up Lover's Lane, The Bronze, and Cordelia's cloth-top convertible too! Also, today's episode features PEAK Patriarchy, a great scream by Willow, and another installment of HellMath. This week we're discussing s2e15: Phases.\n\nToday's episode is brought to you by Mack Weldon. Go to MackWeldon.com and get 20% off your purchase using the promo code BUFFY.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts & creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nYou can also support the show on Patreon at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY tees & tanks, plus so much more over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)]]>\n      </description>\n      <itunes:title>2.15: Phases</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Ye gods! There's a werewolf loose in Sunnydale, and it's tearing up Lover's Lane, The Bronze, and Cordelia's cloth-top convertible too! Also, today's episode features PEAK Patriarchy, a great scream by Willow, and another installment of HellMath. This week we're discussing s2e15: Phases.\n\nToday's episode is brought to you by Mack Weldon. Go to MackWeldon.com and get 20% off your purchase using the promo code BUFFY.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts &amp; creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nYou can also support the show on Patreon at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY tees &amp; tanks, plus so much more over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[Ye gods! There's a werewolf loose in Sunnydale, and it's tearing up Lover's Lane, The Bronze, and Cordelia's cloth-top convertible too! Also, today's episode features PEAK Patriarchy, a great scream by Willow, and another installment of HellMath. This week we're discussing s2e15: Phases.\n\nToday's episode is brought to you by Mack Weldon. Go to MackWeldon.com and get 20% off your purchase using the promo code BUFFY.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering. \n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nTry Stitcher Premium for an ad-free experience, and to access oodles of exclusive content from a variety of podcasts & creators. Stitcher Premium is offering our listeners a free month-long trial, and $5 off the first year of an annual plan - just visit stitcherpremium.com/buffy and use promo code buffy.\n\nYou can also support the show on Patreon at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY tees & tanks, plus so much more over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/WZXLPNgnvl8BKT4eAsz9FyIRgKPaoq68qqCk1v62JVo</guid>\n      <pubDate>Wed, 03 May 2017 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>Buffy,whedon,slayer,spike,Angel,joss,vampire</itunes:keywords>\n      <itunes:duration>01:11:19</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/120078fc-2ba1-4bf7-9a84-605309bbdc19.mp3\" type=\"audio/mpeg\" length=\"68480104\"/>\n    </item>\n    <item>\n      <title>2.14: Innocence</title>\n      <description>\n        <![CDATA[Dream-guest Joanna Robinson swings by Buffering this week to teach us some new soul-related math and also to talk about this massively pivotal episode. EEEEEEEEEK! Spoiler alert: claddagh-on-claddagh flashbacks occur! This week we're discussing s2e14: Innocence.\n\nFollow Joanna Robinson on twitter @jowrotethis, read the many great things she writes on VanityFair.com, and listen to her cohost the hell out of glorious podcasts like Storm of Spoilers, GenPop, Little Gold Men, Decoding Westworld, and Cast of Kings (to name but a fraction of her catalog)!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY tees & tanks, plus so much more over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)]]>\n      </description>\n      <itunes:title>2.14: Innocence</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Dream-guest Joanna Robinson swings by Buffering this week to teach us some new soul-related math and also to talk about this massively pivotal episode. EEEEEEEEEK! Spoiler alert: claddagh-on-claddagh flashbacks occur! This week we're discussing s2e14: Innocence.\n\nFollow Joanna Robinson on twitter @jowrotethis, read the many great things she writes on VanityFair.com, and listen to her cohost the hell out of glorious podcasts like Storm of Spoilers, GenPop, Little Gold Men, Decoding Westworld, and Cast of Kings (to name but a fraction of her catalog)!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY tees &amp; tanks, plus so much more over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[Dream-guest Joanna Robinson swings by Buffering this week to teach us some new soul-related math and also to talk about this massively pivotal episode. EEEEEEEEEK! Spoiler alert: claddagh-on-claddagh flashbacks occur! This week we're discussing s2e14: Innocence.\n\nFollow Joanna Robinson on twitter @jowrotethis, read the many great things she writes on VanityFair.com, and listen to her cohost the hell out of glorious podcasts like Storm of Spoilers, GenPop, Little Gold Men, Decoding Westworld, and Cast of Kings (to name but a fraction of her catalog)!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY tees & tanks, plus so much more over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">b7e40c062cc9b4e70a6700f09e905ea2</guid>\n      <pubDate>Wed, 26 Apr 2017 07:00:15 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:29:13</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/ac42d8be-01b1-4a2f-a8df-a66565a71115.mp3\" type=\"audio/mpeg\" length=\"85649031\"/>\n    </item>\n    <item>\n      <title>2.13: Surprise</title>\n      <description>\n        <![CDATA[SOMETHING BIG HAPPENS IN THIS EPISODE and no we don't mean the exchange of claddagh rings omfgaskfadjfdaffjadhfgjf!!!!!!! There's *so* much to deal with here, and we're thrilled that special guest Carolyn Yates stopped by to help us sort through it. I can't tell you what she's an expert in because SPOILERS. This week we're discussing s2e13: Surprise.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know more about Carolyn Yates at carolynyates.com, or give her a shout on twitter @c_yates!\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY shirts and so much more over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)]]>\n      </description>\n      <itunes:title>2.13: Surprise</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>SOMETHING BIG HAPPENS IN THIS EPISODE and no we don't mean the exchange of claddagh rings omfgaskfadjfdaffjadhfgjf!!!!!!! There's *so* much to deal with here, and we're thrilled that special guest Carolyn Yates stopped by to help us sort through it. I can't tell you what she's an expert in because SPOILERS. This week we're discussing s2e13: Surprise.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know more about Carolyn Yates at carolynyates.com, or give her a shout on twitter @c_yates!\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY shirts and so much more over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[SOMETHING BIG HAPPENS IN THIS EPISODE and no we don't mean the exchange of claddagh rings omfgaskfadjfdaffjadhfgjf!!!!!!! There's *so* much to deal with here, and we're thrilled that special guest Carolyn Yates stopped by to help us sort through it. I can't tell you what she's an expert in because SPOILERS. This week we're discussing s2e13: Surprise.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know more about Carolyn Yates at carolynyates.com, or give her a shout on twitter @c_yates!\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast.\n\nWe've got SMASH THE DEMON LIZARD PATRIARCHY shirts and so much more over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">e87d99f03334b196eb29be8061807b82</guid>\n      <pubDate>Wed, 19 Apr 2017 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:13:15</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/28eede04-763d-4f2c-9e35-3e6497485b5e.mp3\" type=\"audio/mpeg\" length=\"70321632\"/>\n    </item>\n    <item>\n      <title>0.06: Welcome to the Mailbag Vol. 4</title>\n      <description>\n        <![CDATA[Ding dong! Who's there? Why it's the Buffering the Vampire Slayer postal worker with SO MANY EMAILS FROM YOU GUYS! We've got answers! PLUS a live performance of some listener-created lyrics for \"Staking Time!\"\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast.\n\nWe're restocked on our new shirts & everything else over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>0.06: Welcome to the Mailbag Vol. 4</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Ding dong! Who's there? Why it's the Buffering the Vampire Slayer postal worker with SO MANY EMAILS FROM YOU GUYS! We've got answers! PLUS a live performance of some listener-created lyrics for \"Staking Time!\"\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast.\n\nWe're restocked on our new shirts &amp; everything else over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[Ding dong! Who's there? Why it's the Buffering the Vampire Slayer postal worker with SO MANY EMAILS FROM YOU GUYS! We've got answers! PLUS a live performance of some listener-created lyrics for \"Staking Time!\"\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast.\n\nWe're restocked on our new shirts & everything else over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">a57899949ae253dd00c97ae31faf32d6</guid>\n      <pubDate>Wed, 12 Apr 2017 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>00:45:29</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/655e148e-f70b-4691-a1cf-1aa116c04dd5.mp3\" type=\"audio/mpeg\" length=\"43675898\"/>\n    </item>\n    <item>\n      <title>2.12: Bad Eggs</title>\n      <description>\n        <![CDATA[GROSS gross gross gross this episode is FULL OF EGG BUGS grooooooss but *also* there is a LOT of making out, so... win some lose some? This week we're discussing s2e12: Bad Eggs.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast.\n\nWe're restocked on our new shirts & everything else over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)]]>\n      </description>\n      <itunes:title>2.12: Bad Eggs</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>GROSS gross gross gross this episode is FULL OF EGG BUGS grooooooss but *also* there is a LOT of making out, so... win some lose some? This week we're discussing s2e12: Bad Eggs.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast.\n\nWe're restocked on our new shirts &amp; everything else over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[GROSS gross gross gross this episode is FULL OF EGG BUGS grooooooss but *also* there is a LOT of making out, so... win some lose some? This week we're discussing s2e12: Bad Eggs.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast.\n\nWe're restocked on our new shirts & everything else over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">71e67c7b7d36ab4a4112e3fa94d26083</guid>\n      <pubDate>Wed, 05 Apr 2017 06:12:02 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:05:22</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/b4f09bed-468d-45dd-b762-e65c279f9f6c.mp3\" type=\"audio/mpeg\" length=\"62757825\"/>\n    </item>\n    <item>\n      <title>2.11: Ted</title>\n      <description>\n        <![CDATA[Shannon Woodward (Westworld, Raising Hope) brings her android expertise to the table to help us sort out Joyce's new robot boyfriend. Pass the mini pizzas! This week we're discussing s2e11: Ted.\n\nFollow Shannon on twitter @shannonwoodward! You should also probably re-watch season 1 of Westworld for good measure.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast.\n\nWe're restocked on our new shirts & everything else over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)]]>\n      </description>\n      <itunes:title>2.11: Ted</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Shannon Woodward (Westworld, Raising Hope) brings her android expertise to the table to help us sort out Joyce's new robot boyfriend. Pass the mini pizzas! This week we're discussing s2e11: Ted.\n\nFollow Shannon on twitter @shannonwoodward! You should also probably re-watch season 1 of Westworld for good measure.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast.\n\nWe're restocked on our new shirts &amp; everything else over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)</itunes:summary>\n      <content:encoded>\n        <![CDATA[Shannon Woodward (Westworld, Raising Hope) brings her android expertise to the table to help us sort out Joyce's new robot boyfriend. Pass the mini pizzas! This week we're discussing s2e11: Ted.\n\nFollow Shannon on twitter @shannonwoodward! You should also probably re-watch season 1 of Westworld for good measure.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast.\n\nWe're restocked on our new shirts & everything else over at bufferingthevampireslayer.bigcartel.com. Also! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.\n\nLogo: Kristine Thune (kristinethune.com)]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">0f1b9f9e5a6ef0eac51a70192f55f29d</guid>\n      <pubDate>Wed, 29 Mar 2017 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:04:13</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/ec054a8e-b303-4c6f-a8d7-373694ee944f.mp3\" type=\"audio/mpeg\" length=\"61650233\"/>\n    </item>\n    <item>\n      <title>2.10: What's My Line (Part 2)</title>\n      <description>\n        <![CDATA[Two truths and a lie about this episode: 1) Angel can't keep his shirt buttoned, 2) Buffy and Kendra braid each other's hair, and 3) two sworn enemies smooch unexpectedly. PLUS the wonderful Kelly Connell joins us to discuss his portrayal of the Terrakan \"man of mealworms!\" This week we're discussing s2e10: What's My Line (Part 2).\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast! We've also got 2 BRAND NEW SHIRTS over at bufferingthevampireslayer.bigcartel.com - one that will remind you to JUST KEEP FIGHTING and one to help you smash the DEMON LIZARD PATRIARCHY... as well as a sweet new enamel pin based on our logo by the great Kristine Thune (kristinethune.com)!\n\nAlso! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.]]>\n      </description>\n      <itunes:title>2.10: What's My Line (Part 2)</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Two truths and a lie about this episode: 1) Angel can't keep his shirt buttoned, 2) Buffy and Kendra braid each other's hair, and 3) two sworn enemies smooch unexpectedly. PLUS the wonderful Kelly Connell joins us to discuss his portrayal of the Terrakan \"man of mealworms!\" This week we're discussing s2e10: What's My Line (Part 2).\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast! We've also got 2 BRAND NEW SHIRTS over at bufferingthevampireslayer.bigcartel.com - one that will remind you to JUST KEEP FIGHTING and one to help you smash the DEMON LIZARD PATRIARCHY... as well as a sweet new enamel pin based on our logo by the great Kristine Thune (kristinethune.com)!\n\nAlso! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.</itunes:summary>\n      <content:encoded>\n        <![CDATA[Two truths and a lie about this episode: 1) Angel can't keep his shirt buttoned, 2) Buffy and Kendra braid each other's hair, and 3) two sworn enemies smooch unexpectedly. PLUS the wonderful Kelly Connell joins us to discuss his portrayal of the Terrakan \"man of mealworms!\" This week we're discussing s2e10: What's My Line (Part 2).\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast! We've also got 2 BRAND NEW SHIRTS over at bufferingthevampireslayer.bigcartel.com - one that will remind you to JUST KEEP FIGHTING and one to help you smash the DEMON LIZARD PATRIARCHY... as well as a sweet new enamel pin based on our logo by the great Kristine Thune (kristinethune.com)!\n\nAlso! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">b6f167e8d5706667c05d1a9bf711b6e0</guid>\n      <pubDate>Wed, 22 Mar 2017 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:00:39</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/7823aad1-f6c6-457e-a0c3-296d48cd9509.mp3\" type=\"audio/mpeg\" length=\"58235506\"/>\n    </item>\n    <item>\n      <title>2.09: What's My Line (Part 1)</title>\n      <description>\n        <![CDATA[Buffy's got those low-down Career Week blues! She's also being hunted by members of the Order of Terraka, including a dude made entirely of mealworms. YECHH! On top of everything else, a mysterious woman in silk pajama bottoms has arrived in Sunnydale to complicate Buffy's life even further. This week we're discussing s2e9: What's My Line (Part 1).\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast! We've also got 2 BRAND NEW SHIRTS over at bufferingthevampireslayer.bigcartel.com - one that will remind you to JUST KEEP FIGHTING and one to help you smash the DEMON LIZARD PATRIARCHY... as well as a sweet new enamel pin based on our logo by the great Kristine Thune (kristinethune.com)!\n\nAlso! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.]]>\n      </description>\n      <itunes:title>2.09: What's My Line (Part 1)</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Buffy's got those low-down Career Week blues! She's also being hunted by members of the Order of Terraka, including a dude made entirely of mealworms. YECHH! On top of everything else, a mysterious woman in silk pajama bottoms has arrived in Sunnydale to complicate Buffy's life even further. This week we're discussing s2e9: What's My Line (Part 1).\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast! We've also got 2 BRAND NEW SHIRTS over at bufferingthevampireslayer.bigcartel.com - one that will remind you to JUST KEEP FIGHTING and one to help you smash the DEMON LIZARD PATRIARCHY... as well as a sweet new enamel pin based on our logo by the great Kristine Thune (kristinethune.com)!\n\nAlso! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.</itunes:summary>\n      <content:encoded>\n        <![CDATA[Buffy's got those low-down Career Week blues! She's also being hunted by members of the Order of Terraka, including a dude made entirely of mealworms. YECHH! On top of everything else, a mysterious woman in silk pajama bottoms has arrived in Sunnydale to complicate Buffy's life even further. This week we're discussing s2e9: What's My Line (Part 1).\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast! We've also got 2 BRAND NEW SHIRTS over at bufferingthevampireslayer.bigcartel.com - one that will remind you to JUST KEEP FIGHTING and one to help you smash the DEMON LIZARD PATRIARCHY... as well as a sweet new enamel pin based on our logo by the great Kristine Thune (kristinethune.com)!\n\nAlso! Buffering the Vampire Slayer: Songs From Season One is available now on iTunes, or wherever you get your digital music.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">bbf451a577e13ec012784fb946c77b5f</guid>\n      <pubDate>Wed, 15 Mar 2017 07:11:03 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>00:56:38</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/aceb8515-610c-4775-84c8-e758c2e0c824.mp3\" type=\"audio/mpeg\" length=\"54370638\"/>\n    </item>\n    <item>\n      <title>0.05: Happy 20th Anniversary, Buffy!</title>\n      <description>\n        <![CDATA[Today marks the 20th Anniversary of Buffy the Vampire Slayer, and we are SO excited about it that we made you a bonus mini-episode! We talk about how we came to the show, and why it means so much to us.\n\nJenny wrote an original song as a tribute to the series called “Demons to Fight,\" and you can download it on our website for free (bufferingthevampireslayer.com)! We hope that it helps you celebrate all that Buffy has brought to the world for the past two decades.]]>\n      </description>\n      <itunes:title>0.05: Happy 20th Anniversary, Buffy!</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Today marks the 20th Anniversary of Buffy the Vampire Slayer, and we are SO excited about it that we made you a bonus mini-episode! We talk about how we came to the show, and why it means so much to us.\n\nJenny wrote an original song as a tribute to the series called “Demons to Fight,\" and you can download it on our website for free (bufferingthevampireslayer.com)! We hope that it helps you celebrate all that Buffy has brought to the world for the past two decades.</itunes:summary>\n      <content:encoded>\n        <![CDATA[Today marks the 20th Anniversary of Buffy the Vampire Slayer, and we are SO excited about it that we made you a bonus mini-episode! We talk about how we came to the show, and why it means so much to us.\n\nJenny wrote an original song as a tribute to the series called “Demons to Fight,\" and you can download it on our website for free (bufferingthevampireslayer.com)! We hope that it helps you celebrate all that Buffy has brought to the world for the past two decades.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">3eca1c38125a73971b36b57a4b1eea14</guid>\n      <pubDate>Fri, 10 Mar 2017 08:27:56 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>00:18:22</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/030144d7-4a96-460e-9428-d37ae11a3c17.mp3\" type=\"audio/mpeg\" length=\"17641639\"/>\n    </item>\n    <item>\n      <title>2.08: The Dark Age</title>\n      <description>\n        <![CDATA[At a certain point in a young girl's life, she will be forced to confront the reality that her Watcher was once her age. For Buffy, that time is now. Stuart McLean (who plays Philip Henry) drops by to talk morgue drawers and zombie makeup, and Kate Leth returns with a tweed-ful installment of Buffy FashionWatch! This week we're discussing s2e8: The Dark Age.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFind Stuart McLean on twitter (@SirStuartMcLean) and keep an eye out for The Midnighters, premiering at the Phoenix Film Festival next month!\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast! We've also got 2 BRAND NEW SHIRTS over at bufferingthevampireslayer.bigcartel.com - one that will remind you to JUST KEEP FIGHTING and one to help you smash the DEMON LIZARD PATRIARCHY. Also! You can snag the album Buffering the Vampire Slayer: Songs From Season One on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>2.08: The Dark Age</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>At a certain point in a young girl's life, she will be forced to confront the reality that her Watcher was once her age. For Buffy, that time is now. Stuart McLean (who plays Philip Henry) drops by to talk morgue drawers and zombie makeup, and Kate Leth returns with a tweed-ful installment of Buffy FashionWatch! This week we're discussing s2e8: The Dark Age.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFind Stuart McLean on twitter (@SirStuartMcLean) and keep an eye out for The Midnighters, premiering at the Phoenix Film Festival next month!\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast! We've also got 2 BRAND NEW SHIRTS over at bufferingthevampireslayer.bigcartel.com - one that will remind you to JUST KEEP FIGHTING and one to help you smash the DEMON LIZARD PATRIARCHY. Also! You can snag the album Buffering the Vampire Slayer: Songs From Season One on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[At a certain point in a young girl's life, she will be forced to confront the reality that her Watcher was once her age. For Buffy, that time is now. Stuart McLean (who plays Philip Henry) drops by to talk morgue drawers and zombie makeup, and Kate Leth returns with a tweed-ful installment of Buffy FashionWatch! This week we're discussing s2e8: The Dark Age.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFind Stuart McLean on twitter (@SirStuartMcLean) and keep an eye out for The Midnighters, premiering at the Phoenix Film Festival next month!\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast! We've also got 2 BRAND NEW SHIRTS over at bufferingthevampireslayer.bigcartel.com - one that will remind you to JUST KEEP FIGHTING and one to help you smash the DEMON LIZARD PATRIARCHY. Also! You can snag the album Buffering the Vampire Slayer: Songs From Season One on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">bc58bef468d68360adf26aedf448868f</guid>\n      <pubDate>Wed, 08 Mar 2017 08:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:08:34</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/e584a4b7-9f05-48dc-b188-97542a119516.mp3\" type=\"audio/mpeg\" length=\"65837766\"/>\n    </item>\n    <item>\n      <title>2.07: Lie To Me</title>\n      <description>\n        <![CDATA[You know that *classic* thing where your fifth-grade crush shows up at your new high school and tries to trade you to vampires in exchange for being made immortal? What about that thing where your girlfriend won't stop talking to a dead bird in a cage? No? Weird. This week we're discussing s2e7: Lie To Me.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins. You can snag the album Buffering the Vampire Slayer: Songs From Season One on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>2.07: Lie To Me</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>You know that *classic* thing where your fifth-grade crush shows up at your new high school and tries to trade you to vampires in exchange for being made immortal? What about that thing where your girlfriend won't stop talking to a dead bird in a cage? No? Weird. This week we're discussing s2e7: Lie To Me.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins. You can snag the album Buffering the Vampire Slayer: Songs From Season One on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[You know that *classic* thing where your fifth-grade crush shows up at your new high school and tries to trade you to vampires in exchange for being made immortal? What about that thing where your girlfriend won't stop talking to a dead bird in a cage? No? Weird. This week we're discussing s2e7: Lie To Me.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon, at patreon.com/bufferingcast! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins. You can snag the album Buffering the Vampire Slayer: Songs From Season One on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">1339959e879affde1813d83958a26eff</guid>\n      <pubDate>Wed, 01 Mar 2017 08:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:11:41</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/b1eeea34-0a1d-4b50-b616-070dabd5263d.mp3\" type=\"audio/mpeg\" length=\"68826592\"/>\n    </item>\n    <item>\n      <title>0.04: Welcome to the Mailbag Vol. 3</title>\n      <description>\n        <![CDATA[Today we dip back into the old Buffering mailbag to share some more of your fantastic questions, comments, and clarifications! You all are really great communicators. PLUS: the debut of the Patrol Cat theme song! Hooray!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins. You can snag the album Buffering the Vampire Slayer: Songs From Season One on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>0.04: Welcome to the Mailbag Vol. 3</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Today we dip back into the old Buffering mailbag to share some more of your fantastic questions, comments, and clarifications! You all are really great communicators. PLUS: the debut of the Patrol Cat theme song! Hooray!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins. You can snag the album Buffering the Vampire Slayer: Songs From Season One on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[Today we dip back into the old Buffering mailbag to share some more of your fantastic questions, comments, and clarifications! You all are really great communicators. PLUS: the debut of the Patrol Cat theme song! Hooray!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter (@bufferingcast) and on facebook (facebook.com/bufferingcast)!\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins. You can snag the album Buffering the Vampire Slayer: Songs From Season One on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">f12ae89310334467d010c9929f999180</guid>\n      <pubDate>Wed, 22 Feb 2017 07:11:23 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>00:42:42</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/13e9c7dc-8b73-4a1e-ace3-352ea1c0809e.mp3\" type=\"audio/mpeg\" length=\"40996780\"/>\n    </item>\n    <item>\n      <title>2.06: Halloween</title>\n      <description>\n        <![CDATA[Kate Leth returns, and not a moment too soon! Sunnydale residents are being mystically transformed into their costumes - Buffy is a helpless 17th century noblewoman, Willow is an accidental sexy ghost, Xander is a soldier, and Cordelia is... well she's Cordelia, but in a cat costume. Across town, Oz wonders aloud for the zillionth time, \"Who IS that girl?\" and we wonder aloud \"Will he ever find out??\" This week we're discussing s2e6: Halloween.\n\nKate Leth is a comics writer and artist (Patsy Walker, A.K.A. Hellcat!; Spell On Wheels), an eyeshadow warlock, and our Buffy FashionWatch Correspondent. Get to know her better at kateleth.com, patreon.com/kateleth, or give her a shout on twitter (@kateleth).\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins. You can also snag the album Buffering the Vampire Slayer: Songs From Season One on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>2.06: Halloween</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Kate Leth returns, and not a moment too soon! Sunnydale residents are being mystically transformed into their costumes - Buffy is a helpless 17th century noblewoman, Willow is an accidental sexy ghost, Xander is a soldier, and Cordelia is... well she's Cordelia, but in a cat costume. Across town, Oz wonders aloud for the zillionth time, \"Who IS that girl?\" and we wonder aloud \"Will he ever find out??\" This week we're discussing s2e6: Halloween.\n\nKate Leth is a comics writer and artist (Patsy Walker, A.K.A. Hellcat!; Spell On Wheels), an eyeshadow warlock, and our Buffy FashionWatch Correspondent. Get to know her better at kateleth.com, patreon.com/kateleth, or give her a shout on twitter (@kateleth).\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins. You can also snag the album Buffering the Vampire Slayer: Songs From Season One on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[Kate Leth returns, and not a moment too soon! Sunnydale residents are being mystically transformed into their costumes - Buffy is a helpless 17th century noblewoman, Willow is an accidental sexy ghost, Xander is a soldier, and Cordelia is... well she's Cordelia, but in a cat costume. Across town, Oz wonders aloud for the zillionth time, \"Who IS that girl?\" and we wonder aloud \"Will he ever find out??\" This week we're discussing s2e6: Halloween.\n\nKate Leth is a comics writer and artist (Patsy Walker, A.K.A. Hellcat!; Spell On Wheels), an eyeshadow warlock, and our Buffy FashionWatch Correspondent. Get to know her better at kateleth.com, patreon.com/kateleth, or give her a shout on twitter (@kateleth).\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nFollow Buffering the Vampire Slayer on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins. You can also snag the album Buffering the Vampire Slayer: Songs From Season One on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">1b9b5274ffbe22e5943fd5f3233b33bf</guid>\n      <pubDate>Wed, 15 Feb 2017 07:45:35 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:08:42</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/7845f8cd-29ac-46a0-9e46-5f061ba3360c.mp3\" type=\"audio/mpeg\" length=\"65960646\"/>\n    </item>\n    <item>\n      <title>2.05: Reptile Boy</title>\n      <description>\n        <![CDATA[Our first live episode, recorded at the NerdMelt Showroom in Los Angeles!!! This is the one where white dudes with rich dads sacrifice women to a demon lizard for financial gain... why does that sound kind of familiar? Plus we've got THREE glorious guests - Chris Farren, Brittani Nichols, and (first repeat guest!) Gaby Dunn - helping us sort through the wreckage left at the intersection of Patriarchy Ave and Demon Worship Alley. This week we're discussing s2e5: Reptile Boy.\n\nChris Farren is a perfect songwriter and Jenny's hair-twin. (twitter: @chrisfarren // chrisfarren.com)\n\nBrittani Nichols is a comedian, writer, and actor who is funny beyond reason and attractive beyond belief. (twitter: @bishilarious // brittaninichols.com)\n\nGaby Dunn is an actor, writer, YouTuber, and the host of the excellent podcast Bad With Money. (twitter: @gabydunn // youtube.com/justbetweenusshow)\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins. You can also snag the album Buffering the Vampire Slayer: Songs From Season One on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>2.05: Reptile Boy</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Our first live episode, recorded at the NerdMelt Showroom in Los Angeles!!! This is the one where white dudes with rich dads sacrifice women to a demon lizard for financial gain... why does that sound kind of familiar? Plus we've got THREE glorious guests - Chris Farren, Brittani Nichols, and (first repeat guest!) Gaby Dunn - helping us sort through the wreckage left at the intersection of Patriarchy Ave and Demon Worship Alley. This week we're discussing s2e5: Reptile Boy.\n\nChris Farren is a perfect songwriter and Jenny's hair-twin. (twitter: @chrisfarren // chrisfarren.com)\n\nBrittani Nichols is a comedian, writer, and actor who is funny beyond reason and attractive beyond belief. (twitter: @bishilarious // brittaninichols.com)\n\nGaby Dunn is an actor, writer, YouTuber, and the host of the excellent podcast Bad With Money. (twitter: @gabydunn // youtube.com/justbetweenusshow)\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins. You can also snag the album Buffering the Vampire Slayer: Songs From Season One on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[Our first live episode, recorded at the NerdMelt Showroom in Los Angeles!!! This is the one where white dudes with rich dads sacrifice women to a demon lizard for financial gain... why does that sound kind of familiar? Plus we've got THREE glorious guests - Chris Farren, Brittani Nichols, and (first repeat guest!) Gaby Dunn - helping us sort through the wreckage left at the intersection of Patriarchy Ave and Demon Worship Alley. This week we're discussing s2e5: Reptile Boy.\n\nChris Farren is a perfect songwriter and Jenny's hair-twin. (twitter: @chrisfarren // chrisfarren.com)\n\nBrittani Nichols is a comedian, writer, and actor who is funny beyond reason and attractive beyond belief. (twitter: @bishilarious // brittaninichols.com)\n\nGaby Dunn is an actor, writer, YouTuber, and the host of the excellent podcast Bad With Money. (twitter: @gabydunn // youtube.com/justbetweenusshow)\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins. You can also snag the album Buffering the Vampire Slayer: Songs From Season One on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">585c050914047fc557184165d98e0284</guid>\n      <pubDate>Wed, 08 Feb 2017 08:07:29 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:10:59</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/97266174-c533-4f93-b29b-84b06d635804.mp3\" type=\"audio/mpeg\" length=\"68147826\"/>\n    </item>\n    <item>\n      <title>2.04: Inca Mummy Girl</title>\n      <description>\n        <![CDATA[Mey Rude (Trans Editor at Autostraddle.com) joins us to talk about this episode, which centers around how hard the dating scene can be when you're a 500-year-old mummy. Kate Leth returns with what is arguably the greatest installment of Buffy FashionWatch ever! We also touch on Cordelia-on-Cordelia fanfic (which is a thing! that totally exists! because of course it is!). This week we're discussing s2e4: Inca Mummy Girl.\n\nRead a zillion amazing things Mey Rude has written on Autostraddle, and give her a shout on twitter @meyrude!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins... and that's where you can grab a Buffering the Vampire Slayer: Songs From Season One CD (we've still got a few copies left). You can also snag the album on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>2.04: Inca Mummy Girl</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Mey Rude (Trans Editor at Autostraddle.com) joins us to talk about this episode, which centers around how hard the dating scene can be when you're a 500-year-old mummy. Kate Leth returns with what is arguably the greatest installment of Buffy FashionWatch ever! We also touch on Cordelia-on-Cordelia fanfic (which is a thing! that totally exists! because of course it is!). This week we're discussing s2e4: Inca Mummy Girl.\n\nRead a zillion amazing things Mey Rude has written on Autostraddle, and give her a shout on twitter @meyrude!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins... and that's where you can grab a Buffering the Vampire Slayer: Songs From Season One CD (we've still got a few copies left). You can also snag the album on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[Mey Rude (Trans Editor at Autostraddle.com) joins us to talk about this episode, which centers around how hard the dating scene can be when you're a 500-year-old mummy. Kate Leth returns with what is arguably the greatest installment of Buffy FashionWatch ever! We also touch on Cordelia-on-Cordelia fanfic (which is a thing! that totally exists! because of course it is!). This week we're discussing s2e4: Inca Mummy Girl.\n\nRead a zillion amazing things Mey Rude has written on Autostraddle, and give her a shout on twitter @meyrude!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins... and that's where you can grab a Buffering the Vampire Slayer: Songs From Season One CD (we've still got a few copies left). You can also snag the album on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">d5f058cbdce76a66866e8b50f0febc86</guid>\n      <pubDate>Wed, 01 Feb 2017 07:29:20 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:10:25</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/6414a681-9bb4-4cde-8d86-eb1122839bd6.mp3\" type=\"audio/mpeg\" length=\"67612839\"/>\n    </item>\n    <item>\n      <title>2.03: School Hard</title>\n      <description>\n        <![CDATA[This week WHATEVER WHO CARES SPIKE AND DRUSILLA ARE HERE! If you must know more, though, it's also Parent-Teacher Night at Sunnydale High, Cordelia & Willow lock themselves in a utility closet, Angel is still an ensouled vampire, and WHATEVER SPIKE AND DRUSILLA ARE HERE. This week we're discussing s2e3: School Hard.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins... and that's where you can grab a Buffering the Vampire Slayer: Songs From Season One CD (we've still got a few copies left). You can also snag the album on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>2.03: School Hard</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week WHATEVER WHO CARES SPIKE AND DRUSILLA ARE HERE! If you must know more, though, it's also Parent-Teacher Night at Sunnydale High, Cordelia &amp; Willow lock themselves in a utility closet, Angel is still an ensouled vampire, and WHATEVER SPIKE AND DRUSILLA ARE HERE. This week we're discussing s2e3: School Hard.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins... and that's where you can grab a Buffering the Vampire Slayer: Songs From Season One CD (we've still got a few copies left). You can also snag the album on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[This week WHATEVER WHO CARES SPIKE AND DRUSILLA ARE HERE! If you must know more, though, it's also Parent-Teacher Night at Sunnydale High, Cordelia & Willow lock themselves in a utility closet, Angel is still an ensouled vampire, and WHATEVER SPIKE AND DRUSILLA ARE HERE. This week we're discussing s2e3: School Hard.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins... and that's where you can grab a Buffering the Vampire Slayer: Songs From Season One CD (we've still got a few copies left). You can also snag the album on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">af261e10e5b08f485c466834c4b6064c</guid>\n      <pubDate>Wed, 25 Jan 2017 14:02:06 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:07:46</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/b0366333-6376-4e6b-b743-1fc3f3854eec.mp3\" type=\"audio/mpeg\" length=\"65057436\"/>\n    </item>\n    <item>\n      <title>2.02: Some Assembly Required</title>\n      <description>\n        <![CDATA[Hilarious geniuses Cameron Esposito and Rhea Butcher (!!!) join us to discuss that magical time in a young man's life when he dies and then his science-nerd brother brings him back to life (Frankenstein's monster-style) only to realize that life as a reanimated zombie guy is meaningless if you have no one to share it with. Zombie Guy's ideal eternal partner? Cordelia of course! This week we're discussing s2e2: Some Assembly Required.\n\nFind Cameron Esposito and Rhea Butcher on twitter (@cameronesposito and @rheabutcher), check out their standup podcast Put Your Hands Together,  and watch the complete first season of their fantastic show Take My Wife on Seeso!\n\nPut Your Hands Together: feralaudio.com/show/pyht-with-cam-and-rhea\n\nTake My Wife: seeso.com/view/series/take-my-wife\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins... and that's where you can grab a Buffering the Vampire Slayer: Songs From Season One CD (we've still got a few copies left). You can also snag the album on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>2.02: Some Assembly Required</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Hilarious geniuses Cameron Esposito and Rhea Butcher (!!!) join us to discuss that magical time in a young man's life when he dies and then his science-nerd brother brings him back to life (Frankenstein's monster-style) only to realize that life as a reanimated zombie guy is meaningless if you have no one to share it with. Zombie Guy's ideal eternal partner? Cordelia of course! This week we're discussing s2e2: Some Assembly Required.\n\nFind Cameron Esposito and Rhea Butcher on twitter (@cameronesposito and @rheabutcher), check out their standup podcast Put Your Hands Together,  and watch the complete first season of their fantastic show Take My Wife on Seeso!\n\nPut Your Hands Together: feralaudio.com/show/pyht-with-cam-and-rhea\n\nTake My Wife: seeso.com/view/series/take-my-wife\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins... and that's where you can grab a Buffering the Vampire Slayer: Songs From Season One CD (we've still got a few copies left). You can also snag the album on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[Hilarious geniuses Cameron Esposito and Rhea Butcher (!!!) join us to discuss that magical time in a young man's life when he dies and then his science-nerd brother brings him back to life (Frankenstein's monster-style) only to realize that life as a reanimated zombie guy is meaningless if you have no one to share it with. Zombie Guy's ideal eternal partner? Cordelia of course! This week we're discussing s2e2: Some Assembly Required.\n\nFind Cameron Esposito and Rhea Butcher on twitter (@cameronesposito and @rheabutcher), check out their standup podcast Put Your Hands Together,  and watch the complete first season of their fantastic show Take My Wife on Seeso!\n\nPut Your Hands Together: feralaudio.com/show/pyht-with-cam-and-rhea\n\nTake My Wife: seeso.com/view/series/take-my-wife\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins... and that's where you can grab a Buffering the Vampire Slayer: Songs From Season One CD (we've still got a few copies left). You can also snag the album on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">d9067cfdd2780fe18981153b64130d72</guid>\n      <pubDate>Wed, 18 Jan 2017 15:59:14 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:21:51</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/1d23d189-ed2f-4021-8f3e-5885bfe487cd.mp3\" type=\"audio/mpeg\" length=\"78587193\"/>\n    </item>\n    <item>\n      <title>2.01: When She Was Bad</title>\n      <description>\n        <![CDATA[Buffy's back from LA, where she apparently spent her summer vacation developing a TERRIBLE ATTITUDE. She's got a whole lot of unprocessed trauma, and she's taking it out on her closest friends (and also Cordelia). Also OMFG Cibo Matto is playing at The Bronze!!! This week we're discussing s2e1: When She Was Bad.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins... and that's where you can grab a Buffering the Vampire Slayer: Songs From Season One CD (we've still got a few copies left). You can also snag the album on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>2.01: When She Was Bad</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Buffy's back from LA, where she apparently spent her summer vacation developing a TERRIBLE ATTITUDE. She's got a whole lot of unprocessed trauma, and she's taking it out on her closest friends (and also Cordelia). Also OMFG Cibo Matto is playing at The Bronze!!! This week we're discussing s2e1: When She Was Bad.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins... and that's where you can grab a Buffering the Vampire Slayer: Songs From Season One CD (we've still got a few copies left). You can also snag the album on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[Buffy's back from LA, where she apparently spent her summer vacation developing a TERRIBLE ATTITUDE. She's got a whole lot of unprocessed trauma, and she's taking it out on her closest friends (and also Cordelia). Also OMFG Cibo Matto is playing at The Bronze!!! This week we're discussing s2e1: When She Was Bad.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette/Cordette pins... and that's where you can grab a Buffering the Vampire Slayer: Songs From Season One CD (we've still got a few copies left). You can also snag the album on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">9f043f170ecacf685de20349ac3d27bb</guid>\n      <pubDate>Wed, 11 Jan 2017 08:19:47 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:09:27</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/fcd90ea9-32a3-446e-bd8d-1cdd5c06c845.mp3\" type=\"audio/mpeg\" length=\"66677446\"/>\n    </item>\n    <item>\n      <title>0.03: Welcome to the Mailbag Vol. 2</title>\n      <description>\n        <![CDATA[WE'RE BAAAAAAAA-AAAAAAAAAAACK! Today we're answering some of your most fascinating and hilarious emails, as well as sharing some of your favorite moments from Season 1. Next week we'll be back to talk about the first episode of Season 2. AAAH!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad little merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette & Cordette pins... and that's where you can snag Buffering the Vampire Slayer: Songs From Season One CD (we've still got a few copies left). You can also snag the album on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>0.03: Welcome to the Mailbag Vol. 2</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>WE'RE BAAAAAAAA-AAAAAAAAAAACK! Today we're answering some of your most fascinating and hilarious emails, as well as sharing some of your favorite moments from Season 1. Next week we'll be back to talk about the first episode of Season 2. AAAH!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad little merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette &amp; Cordette pins... and that's where you can snag Buffering the Vampire Slayer: Songs From Season One CD (we've still got a few copies left). You can also snag the album on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[WE'RE BAAAAAAAA-AAAAAAAAAAACK! Today we're answering some of your most fascinating and hilarious emails, as well as sharing some of your favorite moments from Season 1. Next week we'll be back to talk about the first episode of Season 2. AAAH!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can now support the show on Patreon! We've also got a rad little merch store over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette & Cordette pins... and that's where you can snag Buffering the Vampire Slayer: Songs From Season One CD (we've still got a few copies left). You can also snag the album on iTunes or wherever you get your digital music!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">9adc4435e3a81ca7c4125e0ac2c6b9d9</guid>\n      <pubDate>Wed, 04 Jan 2017 11:49:19 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>00:45:32</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/0aa35723-75ac-4da4-8c4f-9f22f2d02d13.mp3\" type=\"audio/mpeg\" length=\"43726471\"/>\n    </item>\n    <item>\n      <title>1.12: Prophecy Girl</title>\n      <description>\n        <![CDATA[Holy shit. The hellmouth is open, Angel is back, Buffy faces The Master, and Cordelia drives her car through the hallways of Sunnydale High School. This week we're discussing the finale of Season One, s1e12: Prophecy Girl.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.' We've also got a rad little merch store going over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette & Cordette pins... and right now, that's where you can (deep breath) pre-order physical copies of Buffering the Vampire Slayer: Songs From Season One, which will be officially out in a week or two. AAAAAAAH!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>1.12: Prophecy Girl</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Holy shit. The hellmouth is open, Angel is back, Buffy faces The Master, and Cordelia drives her car through the hallways of Sunnydale High School. This week we're discussing the finale of Season One, s1e12: Prophecy Girl.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.' We've also got a rad little merch store going over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette &amp; Cordette pins... and right now, that's where you can (deep breath) pre-order physical copies of Buffering the Vampire Slayer: Songs From Season One, which will be officially out in a week or two. AAAAAAAH!\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[Holy shit. The hellmouth is open, Angel is back, Buffy faces The Master, and Cordelia drives her car through the hallways of Sunnydale High School. This week we're discussing the finale of Season One, s1e12: Prophecy Girl.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.' We've also got a rad little merch store going over at bufferingthevampireslayer.bigcartel.com, where you can find a Buffering tee and Slayerette & Cordette pins... and right now, that's where you can (deep breath) pre-order physical copies of Buffering the Vampire Slayer: Songs From Season One, which will be officially out in a week or two. AAAAAAAH!\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">a7c79c14cec71e627e1aea1c27464b46</guid>\n      <pubDate>Wed, 07 Dec 2016 08:22:52 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:12:31</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/9f38729e-6b88-4a3f-9748-fb5c83addf9b.mp3\" type=\"audio/mpeg\" length=\"69622386\"/>\n    </item>\n    <item>\n      <title>1.11: Out of Mind, Out of Sight</title>\n      <description>\n        <![CDATA[An invisible girl is terrorizing the school, and her main target seems to be *gasp* CORDELIA. NO! KEEP CORDELIA SAFE AT ALL COSTS!! This week we're discussing Buffy the Vampire Slayer s1e11: Out of Mind, Out of Sight.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, by snagging a Buffering the Vampire Slayer tee or Slayerette/Cordette pin at bufferingthevampireslayer.bigcartel.com, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>1.11: Out of Mind, Out of Sight</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>An invisible girl is terrorizing the school, and her main target seems to be *gasp* CORDELIA. NO! KEEP CORDELIA SAFE AT ALL COSTS!! This week we're discussing Buffy the Vampire Slayer s1e11: Out of Mind, Out of Sight.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, by snagging a Buffering the Vampire Slayer tee or Slayerette/Cordette pin at bufferingthevampireslayer.bigcartel.com, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[An invisible girl is terrorizing the school, and her main target seems to be *gasp* CORDELIA. NO! KEEP CORDELIA SAFE AT ALL COSTS!! This week we're discussing Buffy the Vampire Slayer s1e11: Out of Mind, Out of Sight.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, by snagging a Buffering the Vampire Slayer tee or Slayerette/Cordette pin at bufferingthevampireslayer.bigcartel.com, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">472456014275d5bfe090db2b8cfc802a</guid>\n      <pubDate>Wed, 30 Nov 2016 07:27:38 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:04:54</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/04e5f58a-9a66-4102-ae5b-f70db6733d12.mp3\" type=\"audio/mpeg\" length=\"62315206\"/>\n    </item>\n    <item>\n      <title>1.10: Nightmares</title>\n      <description>\n        <![CDATA[TARANTULAS IN A TEXTBOOK? CLOWNS WITH KNIVES? NO THANKS. This week we're discussing Buffy the Vampire Slayer s1e10: Nightmares. *spooky music*\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>1.10: Nightmares</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>TARANTULAS IN A TEXTBOOK? CLOWNS WITH KNIVES? NO THANKS. This week we're discussing Buffy the Vampire Slayer s1e10: Nightmares. *spooky music*\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[TARANTULAS IN A TEXTBOOK? CLOWNS WITH KNIVES? NO THANKS. This week we're discussing Buffy the Vampire Slayer s1e10: Nightmares. *spooky music*\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Buffy FashionWatch correspondent Kate Leth better at kateleth.com, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">0af6fbcdff027e9c566eaa2125ab92f4</guid>\n      <pubDate>Wed, 23 Nov 2016 08:00:32 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:03:44</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/42c5881c-fd4d-48af-9902-f7cdfc4dc9ba.mp3\" type=\"audio/mpeg\" length=\"61184626\"/>\n    </item>\n    <item>\n      <title>0.02: An Interview with Armin Shimerman</title>\n      <description>\n        <![CDATA[In this special bonus episode, we speak with Armin Shimerman, who plays Principal Snyder. WHAT A DELIGHT!\n\nArmin Shimerman is @shimermanarmin on twitter, and you can learn more about Antaeus Theatre Company, where he serves as artistic director, at antaeus.org.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>0.02: An Interview with Armin Shimerman</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>In this special bonus episode, we speak with Armin Shimerman, who plays Principal Snyder. WHAT A DELIGHT!\n\nArmin Shimerman is @shimermanarmin on twitter, and you can learn more about Antaeus Theatre Company, where he serves as artistic director, at antaeus.org.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[In this special bonus episode, we speak with Armin Shimerman, who plays Principal Snyder. WHAT A DELIGHT!\n\nArmin Shimerman is @shimermanarmin on twitter, and you can learn more about Antaeus Theatre Company, where he serves as artistic director, at antaeus.org.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">6dc39b21cda2ae2bc64a5007b4dc07f8</guid>\n      <pubDate>Sat, 19 Nov 2016 22:19:24 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>00:24:39</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/b9938310-facb-4caa-a773-c13b3d6b8d9b.mp3\" type=\"audio/mpeg\" length=\"23674880\"/>\n    </item>\n    <item>\n      <title>1.09: The Puppet Show</title>\n      <description>\n        <![CDATA[The Sunnydale High School Talent Show is upon us, and no one is safe... from Cordelia's singing. Also, is it just us or is there a living ventriloquist's dummy on the loose? This week we're discussing Buffy the Vampire Slayer s1e9: The Puppet Show.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Kate Leth better at kateleth.com, patreon.com/kateleth, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>1.09: The Puppet Show</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>The Sunnydale High School Talent Show is upon us, and no one is safe... from Cordelia's singing. Also, is it just us or is there a living ventriloquist's dummy on the loose? This week we're discussing Buffy the Vampire Slayer s1e9: The Puppet Show.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Kate Leth better at kateleth.com, patreon.com/kateleth, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[The Sunnydale High School Talent Show is upon us, and no one is safe... from Cordelia's singing. Also, is it just us or is there a living ventriloquist's dummy on the loose? This week we're discussing Buffy the Vampire Slayer s1e9: The Puppet Show.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Kate Leth better at kateleth.com, patreon.com/kateleth, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">2925429237d7707b268c8b4cec386f3b</guid>\n      <pubDate>Wed, 16 Nov 2016 05:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:04:00</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/a953bea9-a5db-47f0-ad99-eec9142af8d0.mp3\" type=\"audio/mpeg\" length=\"61446687\"/>\n    </item>\n    <item>\n      <title>1.08: I, Robot... You, Jane</title>\n      <description>\n        <![CDATA[Gaby Dunn (Just Between Us, Bad With Money) joins us this week to talk about catfishing, the unbearable beauty of Ms. Calendar, and the basics of a Harry Potter/Buffy parallel. We've also got a fresh installment of Buffy FashionWatch for you, courtesy of the one and only Kate Leth! This week we're discussing Buffy the Vampire Slayer s1e8: I, Robot... You, Jane.\n\nWatch Gaby's hilarious videos at youtube.com/justbetweenusshow, listen to her fascinating and mega-layered podcast Bad With Money (on iTunes or wherever you get your podcasts), or follow her on twitter @gabydunn. She's also got another podcast called Finale Rally, where three people watch the series finale of a show they've never seen before... which seems like something you might be into.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Kate Leth better at kateleth.com, patreon.com/kateleth, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>1.08: I, Robot... You, Jane</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Gaby Dunn (Just Between Us, Bad With Money) joins us this week to talk about catfishing, the unbearable beauty of Ms. Calendar, and the basics of a Harry Potter/Buffy parallel. We've also got a fresh installment of Buffy FashionWatch for you, courtesy of the one and only Kate Leth! This week we're discussing Buffy the Vampire Slayer s1e8: I, Robot... You, Jane.\n\nWatch Gaby's hilarious videos at youtube.com/justbetweenusshow, listen to her fascinating and mega-layered podcast Bad With Money (on iTunes or wherever you get your podcasts), or follow her on twitter @gabydunn. She's also got another podcast called Finale Rally, where three people watch the series finale of a show they've never seen before... which seems like something you might be into.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Kate Leth better at kateleth.com, patreon.com/kateleth, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[Gaby Dunn (Just Between Us, Bad With Money) joins us this week to talk about catfishing, the unbearable beauty of Ms. Calendar, and the basics of a Harry Potter/Buffy parallel. We've also got a fresh installment of Buffy FashionWatch for you, courtesy of the one and only Kate Leth! This week we're discussing Buffy the Vampire Slayer s1e8: I, Robot... You, Jane.\n\nWatch Gaby's hilarious videos at youtube.com/justbetweenusshow, listen to her fascinating and mega-layered podcast Bad With Money (on iTunes or wherever you get your podcasts), or follow her on twitter @gabydunn. She's also got another podcast called Finale Rally, where three people watch the series finale of a show they've never seen before... which seems like something you might be into.\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Kate Leth better at kateleth.com, patreon.com/kateleth, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">5eef5f3247a6c361f55f991472ec183d</guid>\n      <pubDate>Wed, 09 Nov 2016 09:05:38 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:12:39</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/008fc2cb-c22f-4054-b367-9148fd7e7a0d.mp3\" type=\"audio/mpeg\" length=\"69754880\"/>\n    </item>\n    <item>\n      <title>1.07: Angel</title>\n      <description>\n        <![CDATA[OMFG CAN YOU EVEN BELIEVE WHAT WE FIND OUT ABOUT ANGEL THIS EPISODE?!?!?!?! SQUEEEEEEEEEEEEEEEE\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com.]]>\n      </description>\n      <itunes:title>1.07: Angel</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>OMFG CAN YOU EVEN BELIEVE WHAT WE FIND OUT ABOUT ANGEL THIS EPISODE?!?!?!?! SQUEEEEEEEEEEEEEEEE\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com.</itunes:summary>\n      <content:encoded>\n        <![CDATA[OMFG CAN YOU EVEN BELIEVE WHAT WE FIND OUT ABOUT ANGEL THIS EPISODE?!?!?!?! SQUEEEEEEEEEEEEEEEE\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">1fe0d95999661cccfc147385cf206c56</guid>\n      <pubDate>Wed, 02 Nov 2016 14:13:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:02:18</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/ac8ea890-86c8-4204-9e7e-32c8a68d3a45.mp3\" type=\"audio/mpeg\" length=\"59814138\"/>\n    </item>\n    <item>\n      <title>0.01: Welcome to the Mailbag!</title>\n      <description>\n        <![CDATA[This mailbag episode is all about YOU! We answer your toughest questions, like \"When will the recap songs be available for download?\" and \"When can we all watch an episode together?!\" and \"Why are Jenny and Kristin digging out the complete Buffy DVD box set and no longer watching on Netflix?\" YOU NEED ONLY LISTEN TO THIS MAILBAG EPISODE, AND ALL SHALL BE REVEALED TO YOU, GENTLE LISTENER!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>0.01: Welcome to the Mailbag!</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This mailbag episode is all about YOU! We answer your toughest questions, like \"When will the recap songs be available for download?\" and \"When can we all watch an episode together?!\" and \"Why are Jenny and Kristin digging out the complete Buffy DVD box set and no longer watching on Netflix?\" YOU NEED ONLY LISTEN TO THIS MAILBAG EPISODE, AND ALL SHALL BE REVEALED TO YOU, GENTLE LISTENER!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[This mailbag episode is all about YOU! We answer your toughest questions, like \"When will the recap songs be available for download?\" and \"When can we all watch an episode together?!\" and \"Why are Jenny and Kristin digging out the complete Buffy DVD box set and no longer watching on Netflix?\" YOU NEED ONLY LISTEN TO THIS MAILBAG EPISODE, AND ALL SHALL BE REVEALED TO YOU, GENTLE LISTENER!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nYou can support the show by leaving us a review on iTunes, or by visiting bufferingthevampireslayer.com and clicking 'donate.'\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">dac9cef7d9c9bd748bbb551d8a2e6007</guid>\n      <pubDate>Wed, 26 Oct 2016 07:00:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>00:32:17</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/39c53c82-8157-4a3c-89c7-54167c2c6611.mp3\" type=\"audio/mpeg\" length=\"30998360\"/>\n    </item>\n    <item>\n      <title>1.06: The Pack</title>\n      <description>\n        <![CDATA[When Xander and a group of stereotypical mean kids get possessed by some kind of supernatural hyena spirit, heads (and eyes) may roll! Buckle your heart-belts: two beautiful souls don't make it out of this episode alive.\n\nWe chat with our pal STEVEN SMITH (Steven's Untitled Rock Show; Going Off Track podcast) who played Adam (from the infamous hot dog picnic table scene) about his experience acting in two episodes of Buffy, and KATE LETH returns for the first official installment of Buffy FashionWatch!\n\nCheck out Steven's awesome podcast Going Off Track (cohosted by another of our favorite people, Jonah Bayer) at goingofftrack.com, and find Steven on twitter @stevensmithsays!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Kate Leth better at kateleth.com, patreon.com/kateleth, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>1.06: The Pack</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>When Xander and a group of stereotypical mean kids get possessed by some kind of supernatural hyena spirit, heads (and eyes) may roll! Buckle your heart-belts: two beautiful souls don't make it out of this episode alive.\n\nWe chat with our pal STEVEN SMITH (Steven's Untitled Rock Show; Going Off Track podcast) who played Adam (from the infamous hot dog picnic table scene) about his experience acting in two episodes of Buffy, and KATE LETH returns for the first official installment of Buffy FashionWatch!\n\nCheck out Steven's awesome podcast Going Off Track (cohosted by another of our favorite people, Jonah Bayer) at goingofftrack.com, and find Steven on twitter @stevensmithsays!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Kate Leth better at kateleth.com, patreon.com/kateleth, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[When Xander and a group of stereotypical mean kids get possessed by some kind of supernatural hyena spirit, heads (and eyes) may roll! Buckle your heart-belts: two beautiful souls don't make it out of this episode alive.\n\nWe chat with our pal STEVEN SMITH (Steven's Untitled Rock Show; Going Off Track podcast) who played Adam (from the infamous hot dog picnic table scene) about his experience acting in two episodes of Buffy, and KATE LETH returns for the first official installment of Buffy FashionWatch!\n\nCheck out Steven's awesome podcast Going Off Track (cohosted by another of our favorite people, Jonah Bayer) at goingofftrack.com, and find Steven on twitter @stevensmithsays!\n\nJenny Owen Youngs is @jennyowenyoungs on twitter, and you can check out some of her non-Buffy songs at jennyowenyoungs.com/buffering.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nGet to know Kate Leth better at kateleth.com, patreon.com/kateleth, or give her a shout on twitter (@kateleth).\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">312bf4c1771dc0aef98ed8de169c086f</guid>\n      <pubDate>Wed, 19 Oct 2016 04:01:00 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>01:05:03</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/3ad34865-4514-4f5c-8e5a-499f29b4f844.mp3\" type=\"audio/mpeg\" length=\"62455222\"/>\n    </item>\n    <item>\n      <title>1.05: Never Kill a Boy on the First Date</title>\n      <description>\n        <![CDATA[Writer and artist KATE LETH (Marvel's Hellcat) joins us to discuss the difficulties of dating if you're The Slayer, the likelihood of high school boys actually reading Emily Dickinson, and Xander's chronic case of being The Worst. This week we're discussing Buffy the Vampire Slayer s1e5: Never Kill a Boy on the First Date. If you enjoy this podcast, consider leaving us a review on iTunes!\n\nGet to know Kate better at kateleth.com, patreon.com/kateleth, or give her a shout on twitter (@kateleth).\n\nJenny Owen Youngs is @jennyowenyoungs on twitter. You can check out all the songs she writes about non-Buffy things at jennyowenyoungs.com.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nLogo: Kristine Thune, kristinethune.com\n\nMEGA-THANKS to the amazing Mike Tuccillo, who saved the day by giving us some much-needed mixing support on this episode! Seriously, this episode almost perished in the flames. THANKS MIKE! <3]]>\n      </description>\n      <itunes:title>1.05: Never Kill a Boy on the First Date</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Writer and artist KATE LETH (Marvel's Hellcat) joins us to discuss the difficulties of dating if you're The Slayer, the likelihood of high school boys actually reading Emily Dickinson, and Xander's chronic case of being The Worst. This week we're discussing Buffy the Vampire Slayer s1e5: Never Kill a Boy on the First Date. If you enjoy this podcast, consider leaving us a review on iTunes!\n\nGet to know Kate better at kateleth.com, patreon.com/kateleth, or give her a shout on twitter (@kateleth).\n\nJenny Owen Youngs is @jennyowenyoungs on twitter. You can check out all the songs she writes about non-Buffy things at jennyowenyoungs.com.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nLogo: Kristine Thune, kristinethune.com\n\nMEGA-THANKS to the amazing Mike Tuccillo, who saved the day by giving us some much-needed mixing support on this episode! Seriously, this episode almost perished in the flames. THANKS MIKE! &lt;3</itunes:summary>\n      <content:encoded>\n        <![CDATA[Writer and artist KATE LETH (Marvel's Hellcat) joins us to discuss the difficulties of dating if you're The Slayer, the likelihood of high school boys actually reading Emily Dickinson, and Xander's chronic case of being The Worst. This week we're discussing Buffy the Vampire Slayer s1e5: Never Kill a Boy on the First Date. If you enjoy this podcast, consider leaving us a review on iTunes!\n\nGet to know Kate better at kateleth.com, patreon.com/kateleth, or give her a shout on twitter (@kateleth).\n\nJenny Owen Youngs is @jennyowenyoungs on twitter. You can check out all the songs she writes about non-Buffy things at jennyowenyoungs.com.\n\nKristin Russo is @kristinnoeline on twitter. Learn more about the resources she creates for LGBTQ individuals and their families at everyoneisgay.com and mykidisgay.com.\n\nBuffering the Vampire Slayer is on twitter @bufferingcast and on facebook facebook.com/bufferingcast.\n\nLogo: Kristine Thune, kristinethune.com\n\nMEGA-THANKS to the amazing Mike Tuccillo, who saved the day by giving us some much-needed mixing support on this episode! Seriously, this episode almost perished in the flames. THANKS MIKE! <3]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">bf9954e383b0c1b8cc7ed1537f0575b0</guid>\n      <pubDate>Wed, 12 Oct 2016 16:56:59 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>00:59:04</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/4308aba7-0d4d-4728-9b56-2d5e334e6fda.mp3\" type=\"audio/mpeg\" length=\"56716225\"/>\n    </item>\n    <item>\n      <title>1.04: Teacher's Pet</title>\n      <description>\n        <![CDATA[When a giant she-mantis comes to town and masquerades as a smokin' hot substitute science teacher, lives (and masculinity) are in peril! This week we're discussing Buffy the Vampire Slayer s1e4: Teacher's Pet. If you're into this podcast, perhaps you'd like to leave us a review on iTunes?!\n\nHit us up on twitter:\n\nJenny Owen Youngs (@jennyowenyoungs).\n\nKristin Russo (@kristinnoeline).\n\nBuffering the Vampire Slayer (@bufferingcast).\n\nYou can also join us on facebook.com/bufferingcast.\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>1.04: Teacher's Pet</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>When a giant she-mantis comes to town and masquerades as a smokin' hot substitute science teacher, lives (and masculinity) are in peril! This week we're discussing Buffy the Vampire Slayer s1e4: Teacher's Pet. If you're into this podcast, perhaps you'd like to leave us a review on iTunes?!\n\nHit us up on twitter:\n\nJenny Owen Youngs (@jennyowenyoungs).\n\nKristin Russo (@kristinnoeline).\n\nBuffering the Vampire Slayer (@bufferingcast).\n\nYou can also join us on facebook.com/bufferingcast.\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[When a giant she-mantis comes to town and masquerades as a smokin' hot substitute science teacher, lives (and masculinity) are in peril! This week we're discussing Buffy the Vampire Slayer s1e4: Teacher's Pet. If you're into this podcast, perhaps you'd like to leave us a review on iTunes?!\n\nHit us up on twitter:\n\nJenny Owen Youngs (@jennyowenyoungs).\n\nKristin Russo (@kristinnoeline).\n\nBuffering the Vampire Slayer (@bufferingcast).\n\nYou can also join us on facebook.com/bufferingcast.\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">a08de7d6f73480356d0efc32e5f515e2</guid>\n      <pubDate>Wed, 05 Oct 2016 18:28:15 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>00:50:17</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/7cca0eb0-05fa-49cc-9f2c-52d253fb0e6a.mp3\" type=\"audio/mpeg\" length=\"48277211\"/>\n    </item>\n    <item>\n      <title>1.03: Witch</title>\n      <description>\n        <![CDATA[In Sunnydale, even driver's ed is spooky and unsafe! This week we're discussing Buffy the Vampire Slayer s1e3: Witch. If you like the show, why not leave us a review on iTunes? Thanks!\n\nFeel free to give us a shout on twitter:\n\nJenny Owen Youngs (@jennyowenyoungs).\n\nKristin Russo (@kristinnoeline).\n\nBuffering the Vampire Slayer (@bufferingcast).\n\nYou can also join us on facebook.com/bufferingcast.\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>1.03: Witch</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>In Sunnydale, even driver's ed is spooky and unsafe! This week we're discussing Buffy the Vampire Slayer s1e3: Witch. If you like the show, why not leave us a review on iTunes? Thanks!\n\nFeel free to give us a shout on twitter:\n\nJenny Owen Youngs (@jennyowenyoungs).\n\nKristin Russo (@kristinnoeline).\n\nBuffering the Vampire Slayer (@bufferingcast).\n\nYou can also join us on facebook.com/bufferingcast.\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[In Sunnydale, even driver's ed is spooky and unsafe! This week we're discussing Buffy the Vampire Slayer s1e3: Witch. If you like the show, why not leave us a review on iTunes? Thanks!\n\nFeel free to give us a shout on twitter:\n\nJenny Owen Youngs (@jennyowenyoungs).\n\nKristin Russo (@kristinnoeline).\n\nBuffering the Vampire Slayer (@bufferingcast).\n\nYou can also join us on facebook.com/bufferingcast.\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">f04e9108fee45b8c5108e91366ab8096</guid>\n      <pubDate>Wed, 28 Sep 2016 13:26:15 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>00:53:54</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/e92a6a9a-db30-429a-be98-e2a42d57ca0a.mp3\" type=\"audio/mpeg\" length=\"51749198\"/>\n    </item>\n    <item>\n      <title>1.02: The Harvest</title>\n      <description>\n        <![CDATA[Did Buffy make it out of that casket where Luke had her pinned last week? LET'S FIND OUT TOGETHER! (If she didn't, the remaining 6 seasons might be kind of hard to pull off.) This week we're discussing Buffy the Vampire Slayer s1e2: The Harvest. If you like the show, consider leaving us a review on iTunes!\n\nGive us a holler on twitter:\n\nJenny Owen Youngs (@jennyowenyoungs).\n\nKristin Russo (@kristinnoeline).\n\nBuffering the Vampire Slayer (@bufferingcast).\n\nYou can also join us on facebook.com/bufferingcast.\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>1.02: The Harvest</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Did Buffy make it out of that casket where Luke had her pinned last week? LET'S FIND OUT TOGETHER! (If she didn't, the remaining 6 seasons might be kind of hard to pull off.) This week we're discussing Buffy the Vampire Slayer s1e2: The Harvest. If you like the show, consider leaving us a review on iTunes!\n\nGive us a holler on twitter:\n\nJenny Owen Youngs (@jennyowenyoungs).\n\nKristin Russo (@kristinnoeline).\n\nBuffering the Vampire Slayer (@bufferingcast).\n\nYou can also join us on facebook.com/bufferingcast.\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[Did Buffy make it out of that casket where Luke had her pinned last week? LET'S FIND OUT TOGETHER! (If she didn't, the remaining 6 seasons might be kind of hard to pull off.) This week we're discussing Buffy the Vampire Slayer s1e2: The Harvest. If you like the show, consider leaving us a review on iTunes!\n\nGive us a holler on twitter:\n\nJenny Owen Youngs (@jennyowenyoungs).\n\nKristin Russo (@kristinnoeline).\n\nBuffering the Vampire Slayer (@bufferingcast).\n\nYou can also join us on facebook.com/bufferingcast.\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">f82002730846201518deec406af8c803</guid>\n      <pubDate>Wed, 21 Sep 2016 14:09:16 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>00:49:44</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/6c655ba9-56ad-41d4-a97d-f3059c089de2.mp3\" type=\"audio/mpeg\" length=\"47756016\"/>\n    </item>\n    <item>\n      <title>1.01: Welcome to the Hellmouth</title>\n      <description>\n        <![CDATA[This week on the very first episode of Buffering the Vampire Slayer, Jenny and Kristin watch and discuss Buffy the Vampire Slayer Season 1 Episode 1: Welcome to the Hellmouth. If you like the show, feel free to leave us a review on iTunes - that would be so rad of you!\n\nGive us a shout on twitter:\n\nJenny Owen Youngs (@jennyowenyoungs).\n\nKristin Russo (@kristinnoeline).\n\nBuffering the Vampire Slayer (@bufferingcast).\n\nYou can also join us on facebook.com/bufferingcast.\n\nLogo: Kristine Thune, kristinethune.com\n\nSpecial thanks to Mike Tuccillo, mix consultant on our theme music.]]>\n      </description>\n      <itunes:title>1.01: Welcome to the Hellmouth</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week on the very first episode of Buffering the Vampire Slayer, Jenny and Kristin watch and discuss Buffy the Vampire Slayer Season 1 Episode 1: Welcome to the Hellmouth. If you like the show, feel free to leave us a review on iTunes - that would be so rad of you!\n\nGive us a shout on twitter:\n\nJenny Owen Youngs (@jennyowenyoungs).\n\nKristin Russo (@kristinnoeline).\n\nBuffering the Vampire Slayer (@bufferingcast).\n\nYou can also join us on facebook.com/bufferingcast.\n\nLogo: Kristine Thune, kristinethune.com\n\nSpecial thanks to Mike Tuccillo, mix consultant on our theme music.</itunes:summary>\n      <content:encoded>\n        <![CDATA[This week on the very first episode of Buffering the Vampire Slayer, Jenny and Kristin watch and discuss Buffy the Vampire Slayer Season 1 Episode 1: Welcome to the Hellmouth. If you like the show, feel free to leave us a review on iTunes - that would be so rad of you!\n\nGive us a shout on twitter:\n\nJenny Owen Youngs (@jennyowenyoungs).\n\nKristin Russo (@kristinnoeline).\n\nBuffering the Vampire Slayer (@bufferingcast).\n\nYou can also join us on facebook.com/bufferingcast.\n\nLogo: Kristine Thune, kristinethune.com\n\nSpecial thanks to Mike Tuccillo, mix consultant on our theme music.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">eab6ee17fdaaf22ede6ff36b80979937</guid>\n      <pubDate>Wed, 14 Sep 2016 15:08:32 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>00:46:13</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/bc2656ce-1151-49ba-97f5-129d1034d05c.mp3\" type=\"audio/mpeg\" length=\"44382249\"/>\n    </item>\n    <item>\n      <title>0.00: New Podcast Rising</title>\n      <description>\n        <![CDATA[Buffering the Vampire Slayer is a weekly podcast in which your hosts Jenny Owen Youngs (professional musician and recreational Whedonverse aficionado) and Kristin Russo (professional writer and former goth teen) discuss Buffy the Vampire Slayer, one episode at a time. *wolf howl*\n\nGet at us on twitter:\n\nJenny Owen Youngs (@jennyowenyoungs).\n\nKristin Russo (@kristinnoeline).\n\nBuffering the Vampire Slayer (@bufferingcast).\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </description>\n      <itunes:title>0.00: New Podcast Rising</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Buffering the Vampire Slayer is a weekly podcast in which your hosts Jenny Owen Youngs (professional musician and recreational Whedonverse aficionado) and Kristin Russo (professional writer and former goth teen) discuss Buffy the Vampire Slayer, one episode at a time. *wolf howl*\n\nGet at us on twitter:\n\nJenny Owen Youngs (@jennyowenyoungs).\n\nKristin Russo (@kristinnoeline).\n\nBuffering the Vampire Slayer (@bufferingcast).\n\nLogo: Kristine Thune, kristinethune.com</itunes:summary>\n      <content:encoded>\n        <![CDATA[Buffering the Vampire Slayer is a weekly podcast in which your hosts Jenny Owen Youngs (professional musician and recreational Whedonverse aficionado) and Kristin Russo (professional writer and former goth teen) discuss Buffy the Vampire Slayer, one episode at a time. *wolf howl*\n\nGet at us on twitter:\n\nJenny Owen Youngs (@jennyowenyoungs).\n\nKristin Russo (@kristinnoeline).\n\nBuffering the Vampire Slayer (@bufferingcast).\n\nLogo: Kristine Thune, kristinethune.com]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">bae90912acfb6c0524b1d5ab62a52397</guid>\n      <pubDate>Fri, 02 Sep 2016 01:39:50 -0000</pubDate>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg\"/>\n      <itunes:keywords>whedon,buffy,angel,slayer,spike,joss,vampire</itunes:keywords>\n      <itunes:duration>00:01:35</itunes:duration>\n      <enclosure url=\"http://rss.art19.com/episodes/a1288c23-7dff-4dbe-b856-7374a2359a7a.mp3\" type=\"audio/mpeg\" length=\"1522207\"/>\n    </item>\n  </channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/podcast-feed/design-details",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<rss version=\"2.0\" xmlns:atom=\"http://www.w3.org/2005/Atom\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">\n  <channel>\n    <atom:link rel=\"self\" type=\"application/atom+xml\" href=\"https://rss.simplecast.com/podcasts/1034/rss\" title=\"MP3 Audio\"/>\n    <title>Design Details</title>\n    <generator>https://simplecast.com</generator>\n    <description>A show about the people who design our favorite products. Hosted by Bryn Jackson and Brian Lovin.</description>\n    <copyright>© 2017 Spec Network, Inc.</copyright>\n    <language>en</language>\n    <pubDate>Wed, 23 May 2018 05:00:00 -0700</pubDate>\n    <lastBuildDate>Thu, 31 May 2018 05:02:59 -0700</lastBuildDate>\n    <link>http://spec.fm/show/design-details</link>\n    <image>\n      <url>https://media.simplecast.com/podcast/image/1034/1471485006-artwork.jpg</url>\n      <title>Design Details</title>\n      <link>http://spec.fm/show/design-details</link>\n    </image>\n    <itunes:new-feed-url>https://rss.simplecast.com/podcasts/1034/rss</itunes:new-feed-url>\n    <itunes:author>Spec</itunes:author>\n    <itunes:image href=\"https://media.simplecast.com/podcast/image/1034/1471485006-artwork.jpg\"/>\n    <itunes:summary>A show about the people who design our favorite products. Hosted by Bryn Jackson and Brian Lovin.</itunes:summary>\n    <itunes:subtitle>A show about the people who design our favorite products.</itunes:subtitle>\n    <itunes:explicit>no</itunes:explicit>\n    <itunes:keywords>design, design details, technology, brian lovin, bryn jackson</itunes:keywords>\n    <itunes:type>episodic</itunes:type>\n    <itunes:owner>\n      <itunes:name>Spec Network, Inc.</itunes:name>\n      <itunes:email>shows@spec.fm</itunes:email>\n    </itunes:owner>\n    <itunes:category text=\"Technology\"/>\n    <itunes:category text=\"Arts\">\n      <itunes:category text=\"Design\"/>\n    </itunes:category>\n    <itunes:category text=\"Arts\"/>\n    <item>\n      <title>249: Hi/Lo Technical (feat. Priyanka Kodikal)</title>\n      <guid isPermaLink=\"false\">ea7d9ec7-e730-4c47-9444-5ac782b52cb7</guid>\n      <link>http://designdetails.simplecast.fm/priyanka-kodikal</link>\n      <description>Today we caught up with Priyanka Kodikal, a product designer currently working at WhatsApp. In this episode we dig into Priyanka's work at WhatsApp and what it's like shipping to more than a billion people around the world. We also learn about Priyanka's journey from India to WhatsApp, and the winding path it took to land at her dream job.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Priyanka Kodikal, a product designer currently working at WhatsApp. In this episode we dig into Priyanka's work at WhatsApp and what it's like shipping to more than a billion people around the world. We also learn about Priyanka's journey from India to WhatsApp, and the winding path it took to land at her dream job.</p>\n\n<a name=\"Priyanka.on.the.web\"></a>\n<h5>Priyanka on the web</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/pkodikal\">Dribbble</a></li>\n<li><a href=\"https://medium.com/@pkodikal\">Medium</a></li>\n<li><a href=\"https://twitter.com/pkodikal?lang=en\">Twitter</a></li>\n<li><a href=\"http://www.priyankakodikal.com/\">Website</a></li>\n</ul>\n\n\n<a name=\"Sponsors\"></a>\n<h5>Sponsors</h5>\n\n<p>Thanks to <a href=\"https://www.goabstract.com/?utm_source=Referral&amp;utm_medium=Design-Detail&amp;utm_campaign=RF-CY18-Q2-DesignDetail-Apr-Jul&amp;utm_term=show-notes&amp;utm_content=show-notes\">Abstract</a> for sponsoring today's episode!</p>\n\n<p><strong>✨Abstract is a secure version-controlled hub for your design files.</strong></p>\n\n<p>Salespeople have Salesforce, Developers have Github, Marketers have Marketo and now designers have Abstract.</p>\n\n<p>You can try Abstract free for one month! Just visit <a href=\"https://www.goabstract.com/?utm_source=Referral&amp;utm_medium=Design-Detail&amp;utm_campaign=RF-CY18-Q2-DesignDetail-Apr-Jul&amp;utm_term=show-notes&amp;utm_content=show-notes\">www.goabstract.com</a> for more information.</p>\n]]>\n      </content:encoded>\n      <pubDate>Wed, 23 May 2018 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/0b85ae76.mp3\" length=\"69376090\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/148760/1527003941-artwork.jpg\"/>\n      <itunes:duration>01:12:12</itunes:duration>\n      <itunes:summary>Today we caught up with Priyanka Kodikal, a product designer currently working at WhatsApp. In this episode we dig into Priyanka's work at WhatsApp and what it's like shipping to more than a billion people around the world. We also learn about Priyanka's journey from India to WhatsApp, and the winding path it took to land at her dream job.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Priyanka Kodikal, a product designer currently working at WhatsApp. In this episode we dig into Priyanka's work at WhatsApp and what it's like shipping to more than a billion people around the world. We also learn about Priyanka's </itunes:subtitle>\n      <itunes:keywords>technology, web, design</itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>250</itunes:episode>\n    </item>\n    <item>\n      <title>248: OshKoshFigJosh (feat. Josh Dunsterville)</title>\n      <guid isPermaLink=\"false\">ee0887e3-d76e-4d7c-9541-dc0683951d66</guid>\n      <link>http://designdetails.simplecast.fm/josh-dunsterville</link>\n      <description>Today we caught up with Josh Dunsterville, a designer and community manager currently building the community at Figma. In this episode we dig into Josh's work at Figma, diving deep into what it really means to grow a healthy online community. We also caught up with Josh about his journey into design, coming from a small town in Nevada to working remote for a technology company.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Josh Dunsterville, a designer and community manager currently building the community at Figma. In this episode we dig into Josh's work at Figma, diving deep into what it really means to grow a healthy online community. We also caught up with Josh about his journey into design, coming from a small town in Nevada to working remote for a technology company.</p>\n\n<a name=\"Josh.on.the.web\"></a>\n<h5>Josh on the web</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/neversitdull\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/neversitdull\">Twitter</a></li>\n<li><a href=\"https://medium.com/@neversitdull\">Medium</a></li>\n</ul>\n\n\n<a name=\"Sponsors\"></a>\n<h5>Sponsors</h5>\n\n<p>Thanks to  <a href=\"http://www.swipi.es/\">Swipies</a>  &amp; <a href=\"https://www.goabstract.com/?utm_source=Referral&amp;utm_medium=Design-Detail&amp;utm_campaign=RF-CY18-Q2-DesignDetail-Apr-Jul&amp;utm_term=show-notes&amp;utm_content=show-notes\">Abstract</a>  for sponsoring today's episode!</p>\n\n<p><strong>✨Abstract, is a secure version-controlled hub for your design files.</strong></p>\n\n<p>Salespeople have Salesforce, Developers have Github, Marketers have Marketo and now designers have Abstract.</p>\n\n<p>You can try Abstract free for one month! Just visit <a href=\"https://www.goabstract.com/?utm_source=Referral&amp;utm_medium=Design-Detail&amp;utm_campaign=RF-CY18-Q2-DesignDetail-Apr-Jul&amp;utm_term=show-notes&amp;utm_content=show-notes\">www.goabstract.com</a> for more information.</p>\n\n<p><strong>📝Swipies are a reusable, durable, synthetic paper made for creative, productive people.</strong></p>\n\n<p>They're designed to be used with wet-erase pens, allowing your work to stay put until rinsed with water. They're the perfect companion in the home and in the office.</p>\n\n<p>We use them here at Spec and now listeners will receive 10% off the entire store with promo code <strong>SPECFM</strong></p>\n\n<p>Check it out and make the switch at <a href=\"http://www.swipi.es/\">http://www.swipi.es/</a></p>\n\n<a name=\"Get.in.Touch\"></a>\n<h3>Get in Touch</h3>\n\n<p>If you'd like to talk about today's episode, ask us or today's guest a question or just say, \"hello\", We've got a place for that in our <a href=\"https://spectrum.chat/thread/5ef03f96-7178-46ae-8096-e2e854ca561c\">Spectrum.chat community channel</a></p>\n]]>\n      </content:encoded>\n      <pubDate>Wed, 16 May 2018 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/e083fba0.mp3\" length=\"80508015\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/145615/1526339593-artwork.jpg\"/>\n      <itunes:duration>01:23:47</itunes:duration>\n      <itunes:summary>Today we caught up with Josh Dunsterville, a designer and community manager currently building the community at Figma. In this episode we dig into Josh's work at Figma, diving deep into what it really means to grow a healthy online community. We also caught up with Josh about his journey into design, coming from a small town in Nevada to working remote for a technology company.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Josh Dunsterville, a designer and community manager currently building the community at Figma. In this episode we dig into Josh's work at Figma, diving deep into what it really means to grow a healthy online community. We also caug</itunes:subtitle>\n      <itunes:keywords>technology, web, design, figma</itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>249</itunes:episode>\n    </item>\n    <item>\n      <title>247: Give A Goat A Gobstopper (feat. Kyle Turman)</title>\n      <guid isPermaLink=\"false\">5adf05a1-4bef-4e55-a4a3-0b9fb13e26a0</guid>\n      <link>http://designdetails.simplecast.fm/kyle-turman</link>\n      <description>Today we caught up with Kyle Turman, a product designer on the design systems team at Etsy. In this episode we dig into Kyle's work at Etsy on building seller-facing design systems, working remotely, the value of craft, and Bryn and Brian get a free therapy session.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Kyle Turman, a product designer on the design systems team at Etsy. In this episode we dig into Kyle's work at Etsy on building seller-facing design systems, working remotely, the value of craft, and Bryn and Brian get a free therapy session.</p>\n\n<a name=\"Kyle.on.the.web\"></a>\n<h5>Kyle on the web</h5>\n\n<ul>\n<li><a href=\"http://turman.co/\">Website</a></li>\n<li><a href=\"https://twitter.com/kyleturman\">Twitter</a></li>\n<li><a href=\"https://medium.com/@kyleturman\">Medium</a></li>\n<li><a href=\"https://www.instagram.com/kyleturman/?hl=en\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Sponsors\"></a>\n<h5>Sponsors</h5>\n\n<p>Thanks to  <a href=\"http://www.swipi.es/\">Swipies</a>  &amp; <a href=\"https://www.goabstract.com/?utm_source=Referral&amp;utm_medium=Design-Detail&amp;utm_campaign=RF-CY18-Q2-DesignDetail-Apr-Jul&amp;utm_term=show-notes&amp;utm_content=show-notes\">Abstract</a>  for sponsoring today's episode!</p>\n\n<p><strong>✨Abstract, is a secure version-controlled hub for your design files.</strong></p>\n\n<p>Salespeople have Salesforce, Developers have Github, Marketers have Marketo and now designers have Abstract.</p>\n\n<p>You can try Abstract free for one month! Just visit <a href=\"https://www.goabstract.com/?utm_source=Referral&amp;utm_medium=Design-Detail&amp;utm_campaign=RF-CY18-Q2-DesignDetail-Apr-Jul&amp;utm_term=show-notes&amp;utm_content=show-notes\">www.goabstract.com</a> for more information.</p>\n\n<p><strong>📝Swipies are a reusable, durable, synthetic paper made for creative, productive people.</strong></p>\n\n<p>They're designed to be used with wet-erase pens, allowing your work to stay put until rinsed with water. They're the perfect companion in the home and in the office.</p>\n\n<p>We use them here at Spec and now listeners will receive 10% off the entire store with promo code <strong>SPECFM</strong></p>\n\n<p>Check it out and make the switch at <a href=\"http://www.swipi.es/\">http://www.swipi.es/</a></p>\n]]>\n      </content:encoded>\n      <pubDate>Wed, 09 May 2018 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/9506bbb5.mp3\" length=\"102197609\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/143817/1525735943-artwork.jpg\"/>\n      <itunes:duration>01:46:23</itunes:duration>\n      <itunes:summary>Today we caught up with Kyle Turman, a product designer on the design systems team at Etsy. In this episode we dig into Kyle's work at Etsy on building seller-facing design systems, working remotely, the value of craft, and Bryn and Brian get a free therapy session.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Kyle Turman, a product designer on the design systems team at Etsy. In this episode we dig into Kyle's work at Etsy on building seller-facing design systems, working remotely, the value of craft, and Bryn and Brian get a free thera</itunes:subtitle>\n      <itunes:keywords>technology, web, design</itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>248</itunes:episode>\n    </item>\n    <item>\n      <title>246: Cats &amp; Design Systems (feat. Diana Mounter &amp; Brent Jackson)</title>\n      <guid isPermaLink=\"false\">d87f6b1d-d6d0-40e7-b253-e665ae627fd5</guid>\n      <link>http://designdetails.simplecast.fm/design-systems</link>\n      <description>Today we dipped into a double-guest episode with our friends Diana Mounter and Brent Jackson! Diana and Brent are some of the best people working on design systems today, and in this episode we get to dig into the tools and workflows they've developed when working on systems, what they're excited about in design systems, and we even get technical to talk about the technologies that are change the way we build.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we dipped into a double-guest episode with our friends Diana Mounter and Brent Jackson! Diana and Brent are some of the best people working on design systems today, and in this episode we get to dig into the tools and workflows they've developed when working on systems, what they're excited about in design systems, and we even get technical to talk about the technologies that are change the way we build.</p>\n\n<a name=\"Diana.on.the.web\"></a>\n<h5>Diana on the web</h5>\n\n<ul>\n<li><a href=\"https://broccolini.net/\">Website</a></li>\n<li><a href=\"https://twitter.com/broccolini?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\">Twitter</a></li>\n<li><a href=\"https://github.com/broccolini\">GitHub</a></li>\n<li><a href=\"https://medium.com/@broccolini\">Medium</a></li>\n<li><a href=\"https://dribbble.com/broccolini\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Brent.on.the.web\"></a>\n<h5>Brent on the web</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/jxnblk\">Twitter</a></li>\n<li><a href=\"https://github.com/jxnblk\">GitHub</a></li>\n<li><a href=\"http://jxnblk.com/\">Website</a></li>\n<li><a href=\"https://compositor.io/\">Compositor</a></li>\n<li><a href=\"http://jxnblk.com/writing/\">Writing</a></li>\n</ul>\n\n\n<a name=\"Sponsors\"></a>\n<h5>Sponsors</h5>\n\n<p>Thanks to  <a href=\"http://www.swipi.es/\">Swipies</a>  &amp; <a href=\"https://www.goabstract.com/?utm_source=Referral&amp;utm_medium=Design-Detail&amp;utm_campaign=RF-CY18-Q2-DesignDetail-Apr-Jul&amp;utm_term=show-notes&amp;utm_content=show-notes\">Abstract</a>  for sponsoring today's episode!</p>\n\n<p><strong>✨Abstract, is a secure version-controlled hub for your design files.</strong></p>\n\n<p>Salespeople have Salesforce, Developers have Github, Marketers have Marketo and now designers have Abstract.</p>\n\n<p>You can try Abstract free for one month! Just visit <a href=\"https://www.goabstract.com/?utm_source=Referral&amp;utm_medium=Design-Detail&amp;utm_campaign=RF-CY18-Q2-DesignDetail-Apr-Jul&amp;utm_term=show-notes&amp;utm_content=show-notes\">www.goabstract.com</a> for more information.</p>\n\n<p><strong>📝Swipies are a reusable, durable, synthetic paper made for creative, productive people.</strong></p>\n\n<p>They're designed to be used with wet-erase pens, allowing your work to stay put until rinsed with water. They're the perfect companion in the home and in the office.</p>\n\n<p>We use them here at Spec and now listeners will receive 10% off the entire store with promo code <strong>SPECFM</strong></p>\n\n<p>Check it out and make the switch at <a href=\"http://www.swipi.es/\">http://www.swipi.es/</a></p>\n]]>\n      </content:encoded>\n      <pubDate>Wed, 02 May 2018 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/4657fe1c.mp3\" length=\"100790387\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/141132/1525222681-artwork.jpg\"/>\n      <itunes:duration>01:44:55</itunes:duration>\n      <itunes:summary>Today we dipped into a double-guest episode with our friends Diana Mounter and Brent Jackson! Diana and Brent are some of the best people working on design systems today, and in this episode we get to dig into the tools and workflows they've developed when working on systems, what they're excited about in design systems, and we even get technical to talk about the technologies that are change the way we build.\n</itunes:summary>\n      <itunes:subtitle>Today we dipped into a double-guest episode with our friends Diana Mounter and Brent Jackson! Diana and Brent are some of the best people working on design systems today, and in this episode we get to dig into the tools and workflows they've developed whe</itunes:subtitle>\n      <itunes:keywords>technology, web, design</itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>247</itunes:episode>\n    </item>\n    <item>\n      <title>245: Sandwich Principal (feat. Tom Moor)</title>\n      <guid isPermaLink=\"false\">98b12666-8576-44fc-8353-558731a826d6</guid>\n      <link>http://designdetails.simplecast.fm/tom-moor</link>\n      <description>Today we caught up with Tom Moor, a software engineer building Abstract. In this episode we dig into Tom's journey with startups, including his work at Buffer, Sqwiggle, Speak, Outline, and now Abstract. We also get to talk about Tom's current work at Abstract, evolving the design review, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Tom Moor, a software engineer building Abstract. In this episode we dig into Tom's journey with startups, including his work at Buffer, Sqwiggle, Speak, Outline, and now Abstract. We also get to talk about Tom's current work at Abstract, evolving the design review, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Tom.on.the.web\"></a>\n<h5>Tom on the web</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/tommoor\">Twitter</a></li>\n<li><a href=\"http://blog.tommoor.com/about/\">Website</a></li>\n<li><a href=\"https://www.getoutline.com/\">Outlnie</a></li>\n</ul>\n\n\n<a name=\"Thanks.to......Swipies..for.sponsoring.Today.s.Episode.\"></a>\n<h3>Thanks to 📝 <a href=\"http://www.swipi.es/\">Swipies</a>  for sponsoring Today's Episode!</h3>\n\n<p>Swipies are a reusable, durable, synthetic paper made for creative, productive people. They're designed to be used with wet-erase pens, allowing your work to stay put until rinsed with water. They're the perfect companion in the home and in the office.</p>\n\n<p>We use them here at Spec and now listeners will receive 10% off the entire store with promo code <strong>SPECFM</strong></p>\n\n<p>Check it out and make the switch at <a href=\"http://www.swipi.es/\">http://www.swipi.es/</a></p>\n]]>\n      </content:encoded>\n      <pubDate>Wed, 25 Apr 2018 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/dc76788b.mp3\" length=\"78088482\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/137935/1524529881-artwork.jpg\"/>\n      <itunes:duration>01:21:16</itunes:duration>\n      <itunes:summary>Today we caught up with Tom Moor, a software engineer building Abstract. In this episode we dig into Tom's journey with startups, including his work at Buffer, Sqwiggle, Speak, Outline, and now Abstract. We also get to talk about Tom's current work at Abstract, evolving the design review, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Tom Moor, a software engineer building Abstract. In this episode we dig into Tom's journey with startups, including his work at Buffer, Sqwiggle, Speak, Outline, and now Abstract. We also get to talk about Tom's current work at Abs</itunes:subtitle>\n      <itunes:keywords>technology, web, design</itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>246</itunes:episode>\n    </item>\n    <item>\n      <title>244: Peter Piper Pizza Party (feat. Claudio Vallejo)</title>\n      <guid isPermaLink=\"false\">ac81c9e1-9f0c-4074-a1e3-14a80d50eeea</guid>\n      <link>http://designdetails.simplecast.fm/claudio-vallejo</link>\n      <description>Today we caught up with Claudio Vallejo, a product designer currently working at Managed by Q in New York. In this episode we dig into Claudio's current work as a designer solving meat-space problems, his journey from Mexico to the United States, self discipline and burnout, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Claudio Vallejo, a product designer currently working at Managed by Q in New York. In this episode we dig into Claudio's current work as a designer solving meat-space problems, his journey from Mexico to the United States, self discipline and burnout, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Claudio.on.the.web\"></a>\n<h5>Claudio on the web</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/claudiovallejo\">Dribbble</a></li>\n<li><a href=\"http://www.claudiovallejo.mx/\">Website</a></li>\n<li><a href=\"https://github.com/claudiovallejo\">GitHub</a></li>\n<li><a href=\"https://twitter.com/claudiovallejop?lang=en\">Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 18 Apr 2018 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/8726dcd2.mp3\" length=\"68384721\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/135554/1523913498-artwork.jpg\"/>\n      <itunes:duration>01:11:10</itunes:duration>\n      <itunes:summary>Today we caught up with Claudio Vallejo, a product designer currently working at Managed by Q in New York. In this episode we dig into Claudio's current work as a designer solving meat-space problems, his journey from Mexico to the United States, self discipline and burnout, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Claudio Vallejo, a product designer currently working at Managed by Q in New York. In this episode we dig into Claudio's current work as a designer solving meat-space problems, his journey from Mexico to the United States, self dis</itunes:subtitle>\n      <itunes:keywords>technology, web, design</itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>245</itunes:episode>\n    </item>\n    <item>\n      <title>243: Maximum Potassium (feat. Vlad Magdalin)</title>\n      <guid isPermaLink=\"false\">02fa5036-ba5e-4897-8a60-6bf89568b184</guid>\n      <link>http://designdetails.simplecast.fm/vlad-magdalin</link>\n      <description>Today we caught up with Vlad Magdalin, co-founder and CEO of Webflow. In this episode we dig into Vlad's history, moving from Russia to the US, his journey to Webflow, the challenges of starting up, raising money, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Vlad Magdalin, co-founder and CEO of Webflow. In this episode we dig into Vlad's history, moving from Russia to the US, his journey to Webflow, the challenges of starting up, raising money, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Vlad.on.the.web\"></a>\n<h5>Vlad on the web</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/callmevlad\">Twitter</a></li>\n<li><a href=\"https://medium.com/@callmevlad\">Medium</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 11 Apr 2018 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/da2a0446.mp3\" length=\"117573498\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/132936/1523400707-artwork.jpg\"/>\n      <itunes:duration>02:02:24</itunes:duration>\n      <itunes:summary>Today we caught up with Vlad Magdalin, co-founder and CEO of Webflow. In this episode we dig into Vlad's history, moving from Russia to the US, his journey to Webflow, the challenges of starting up, raising money, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Vlad Magdalin, co-founder and CEO of Webflow. In this episode we dig into Vlad's history, moving from Russia to the US, his journey to Webflow, the challenges of starting up, raising money, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>244</itunes:episode>\n    </item>\n    <item>\n      <title>242: Traitor Joe (feat. Victor Kernes)</title>\n      <guid isPermaLink=\"false\">5fd708ec-423a-4f19-9616-4a3ab74c06d6</guid>\n      <link>http://designdetails.simplecast.fm/victor-kernes</link>\n      <description>Today we caught up with Victor Kernes, a designer working on reversing type 2 diabetes at Virta. In this episode we dig into transitioning from marketing to design, working in the healthcare industry, advice to young designers, the traitor named Joe, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Victor Kernes, a designer working on reversing type 2 diabetes at Virta. In this episode we dig into transitioning from marketing to design, working in the healthcare industry, advice to young designers, the traitor named Joe, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Victor.on.the.web\"></a>\n<h5>Victor on the web</h5>\n\n<ul>\n<li><a href=\"http://victorkernes.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/victorkernes\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/victorkernes\">Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 04 Apr 2018 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/02a92178.mp3\" length=\"49228370\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/130517/1522796194-artwork.jpg\"/>\n      <itunes:duration>00:51:12</itunes:duration>\n      <itunes:summary>Today we caught up with Victor Kernes, a designer working on reversing type 2 diabetes at Virta. In this episode we dig into transitioning from marketing to design, working in the healthcare industry, advice to young designers, the traitor named Joe, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Victor Kernes, a designer working on reversing type 2 diabetes at Virta. In this episode we dig into transitioning from marketing to design, working in the healthcare industry, advice to young designers, the traitor named Joe, and </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>243</itunes:episode>\n    </item>\n    <item>\n      <title>241: Toast, The Bread (feat. Meg Robichaud)</title>\n      <guid isPermaLink=\"false\">b69fce24-36c8-4c92-9f2e-28fb2281a482</guid>\n      <link>http://designdetails.simplecast.fm/meg-robichaud</link>\n      <description>Today we caught up once again with our good friend Meg Robichaud. Meg draws things for money, and is currently doing so at Lyft. In this episode we dig into what she's been up to over the last two years, the journey to Lyft, freelance vs. in-house, moving to San Francisco, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up once again with our good friend Meg Robichaud. Meg draws things for money, and is currently doing so at Lyft. In this episode we dig into what she's been up to over the last two years, the journey to Lyft, freelance vs. in-house, moving to San Francisco, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Meg.on.the.web:\"></a>\n<h5>Meg on the web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/megdraws\">Dribbble</a></li>\n<li><a href=\"https://medium.com/@megdraws\">Medium</a></li>\n<li><a href=\"https://twitter.com/MegDraws\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/megdraws\">Instagram</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 28 Mar 2018 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/5828363f.mp3\" length=\"55351044\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/128891/1522191594-artwork.jpg\"/>\n      <itunes:duration>00:57:35</itunes:duration>\n      <itunes:summary>Today we caught up once again with our good friend Meg Robichaud. Meg draws things for money, and is currently doing so at Lyft. In this episode we dig into what she's been up to over the last two years, the journey to Lyft, freelance vs. in-house, moving to San Francisco, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up once again with our good friend Meg Robichaud. Meg draws things for money, and is currently doing so at Lyft. In this episode we dig into what she's been up to over the last two years, the journey to Lyft, freelance vs. in-house, moving</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>242</itunes:episode>\n    </item>\n    <item>\n      <title>240: Proxima Nova Revolution (feat. Hardik Pandya)</title>\n      <guid isPermaLink=\"false\">4ff3795f-7271-4bcb-a70f-5ce19189aa54</guid>\n      <link>http://designdetails.simplecast.fm/hardik-pandya</link>\n      <description>Today we caught up with Hardik Pandya, a product designer at Google in India, currently working on GSuite and Google Photos. In this episode we dig into Hardik's background and discovery of design, working from startups to Google, the design scene and tech landscape in India, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Hardik Pandya, a product designer at Google in India, currently working on GSuite and Google Photos. In this episode we dig into Hardik's background and discovery of design, working from startups to Google, the design scene and tech landscape in India, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Hardik.on.the.web:\"></a>\n<h5>Hardik on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/hvpandya\">Twitter</a></li>\n<li><a href=\"https://medium.com/@hvpandya\">Medium</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 21 Mar 2018 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/afdab4b0.mp3\" length=\"65083268\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/126638/1521582716-artwork.jpg\"/>\n      <itunes:duration>01:07:43</itunes:duration>\n      <itunes:summary>Today we caught up with Hardik Pandya, a product designer at Google in India, currently working on GSuite and Google Photos. In this episode we dig into Hardik's background and discovery of design, working from startups to Google, the design scene and tech landscape in India, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Hardik Pandya, a product designer at Google in India, currently working on GSuite and Google Photos. In this episode we dig into Hardik's background and discovery of design, working from startups to Google, the design scene and tec</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>241</itunes:episode>\n    </item>\n    <item>\n      <title>239: Data Ultra (feat. Lin Wang)</title>\n      <guid isPermaLink=\"false\">753558f1-0af4-4f49-8b72-45059a28ff66</guid>\n      <link>http://designdetails.simplecast.fm/lin-wang</link>\n      <description>Today we caught up with Lin Wang, a product designer working on the Core Passenger team at Lyft. In this episode we dig into Lin's background, her journey from China to SF, moving from graphic to product design, and how she eventually landed a job at Lyft.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Lin Wang, a product designer working on the Core Passenger team at Lyft. In this episode we dig into Lin's background, her journey from China to SF, moving from graphic to product design, and how she eventually landed a job at Lyft.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Lin.on.the.web:\"></a>\n<h5>Lin on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/linafab\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/lina_debeselis/\">Instagram</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 14 Mar 2018 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/25a163f9.mp3\" length=\"67641540\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/124279/1520975905-artwork.jpg\"/>\n      <itunes:duration>01:10:23</itunes:duration>\n      <itunes:summary>Today we caught up with Lin Wang, a product designer working on the Core Passenger team at Lyft. In this episode we dig into Lin's background, her journey from China to SF, moving from graphic to product design, and how she eventually landed a job at Lyft.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Lin Wang, a product designer working on the Core Passenger team at Lyft. In this episode we dig into Lin's background, her journey from China to SF, moving from graphic to product design, and how she eventually landed a job at Lyft</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>240</itunes:episode>\n    </item>\n    <item>\n      <title>238: Grocery Social (feat. Julie Delanoy)</title>\n      <guid isPermaLink=\"false\">296dd012-3282-4063-8524-d277bdfe67de</guid>\n      <link>http://designdetails.simplecast.fm/julie-delanoy</link>\n      <description>Today we caught up with Julie Delanoy, a product designer currently building things at Product Hunt. In this episode we dig into Julie's journey to Product Hunt, working remotely, designing for communities, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Julie Delanoy, a product designer currently building things at Product Hunt. In this episode we dig into Julie's journey to Product Hunt, working remotely, designing for communities, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Julie.on.the.web:\"></a>\n<h5>Julie on the web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/sys\">Dribbble</a></li>\n<li><a href=\"http://julie.design/\">Website</a></li>\n<li><a href=\"https://twitter.com/syswarren?lang=en\">Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 07 Mar 2018 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/70ca6dd6.mp3\" length=\"64954678\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/121701/1520378156-artwork.jpg\"/>\n      <itunes:duration>01:07:35</itunes:duration>\n      <itunes:summary>Today we caught up with Julie Delanoy, a product designer currently building things at Product Hunt. In this episode we dig into Julie's journey to Product Hunt, working remotely, designing for communities, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Julie Delanoy, a product designer currently building things at Product Hunt. In this episode we dig into Julie's journey to Product Hunt, working remotely, designing for communities, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>239</itunes:episode>\n    </item>\n    <item>\n      <title>237: Hoppy Borthdoy (feat. Hartley Miller)</title>\n      <guid isPermaLink=\"false\">04299e25-0c85-40cf-9564-36abf919cc9d</guid>\n      <link>http://designdetails.simplecast.fm/hartley-miller</link>\n      <description>Today we caught up with Hartley Miller, a product designer at Pinterest. In this episode we dig into what Hartley's working on, the ups and downs of not having a plan, finding meaning in work, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Hartley Miller, a product designer at Pinterest. In this episode we dig into what Hartley's working on, the ups and downs of not having a plan, finding meaning in work, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Hartley.on.the.Web:\"></a>\n<h5>Hartley on the Web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/hartleymiller\">Dribbble</a></li>\n<li><a href=\"http://hartleymiller.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/hrtlym?lang=en\">Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 28 Feb 2018 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/033fba67.mp3\" length=\"47230521\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/118912/1519766052-artwork.jpg\"/>\n      <itunes:duration>00:49:08</itunes:duration>\n      <itunes:summary>Today we caught up with Hartley Miller, a product designer at Pinterest. In this episode we dig into what Hartley's working on, the ups and downs of not having a plan, finding meaning in work, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Hartley Miller, a product designer at Pinterest. In this episode we dig into what Hartley's working on, the ups and downs of not having a plan, finding meaning in work, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>237</itunes:episode>\n    </item>\n    <item>\n      <title>236: TI-85 (feat. Charlie Cheever)</title>\n      <guid isPermaLink=\"false\">7b2955cc-51a3-477d-82f5-485c73ede8b7</guid>\n      <link>http://designdetails.simplecast.fm/charlie-cheever</link>\n      <description>Today we caught up with Charlie Cheever, the founder of Expo, an open source toolchain that helps people build native mobile apps (which we're using to build Spectrum!). In this episode we dig into the Charlie's path to working on Expo, including building calculator games, building Facebook Platform, co-founding Quora, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Charlie Cheever, the founder of <a href=\"https://expo.io/\">Expo</a>, an open source toolchain that helps people build native mobile apps (which we're using to build Spectrum!). In this episode we dig into the Charlie's path to working on Expo, including building calculator games, building Facebook Platform, co-founding Quora, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Charlie.on.the.Web:\"></a>\n<h5>Charlie on the Web:</h5>\n\n<ul>\n<li><a href=\"https://github.com/ccheever\">GitHub</a></li>\n<li><a href=\"https://twitter.com/ccheever\">Twitter</a></li>\n<li><a href=\"https://medium.com/@ccheever\">Medium</a></li>\n<li><a href=\"https://www.quora.com/profile/Charlie-Cheever\">Quora</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 21 Feb 2018 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/9fe90903.mp3\" length=\"62774004\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/115338/1519086363-artwork.jpg\"/>\n      <itunes:duration>01:05:19</itunes:duration>\n      <itunes:summary>Today we caught up with Charlie Cheever, the founder of Expo, an open source toolchain that helps people build native mobile apps (which we're using to build Spectrum!). In this episode we dig into the Charlie's path to working on Expo, including building calculator games, building Facebook Platform, co-founding Quora, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Charlie Cheever, the founder of Expo, an open source toolchain that helps people build native mobile apps (which we're using to build Spectrum!). In this episode we dig into the Charlie's path to working on Expo, including building</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>236</itunes:episode>\n    </item>\n    <item>\n      <title>235: Incremental Correctness (feat. Guillermo Rauch)</title>\n      <guid isPermaLink=\"false\">a13d044c-e55e-45bc-8815-a1555f5fb3c6</guid>\n      <link>http://designdetails.simplecast.fm/238</link>\n      <description>Today we caught up with Guillermo Rauch, the founder of Zeit. We're huge fans of Guillermo's work, his contributions to the open source community, and the work that his team is doing at Zeit to make cloud computing more accessible. In this episode we dig into Guillermo's philosophies for building products, dive into the nitty gritty technical details of JavaScript and React, learn Guillermo's favorite mental models, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Guillermo Rauch, the founder of Zeit. We're huge fans of Guillermo's work, his contributions to the open source community, and the work that his team is doing at Zeit to make cloud computing more accessible. In this episode we dig into Guillermo's philosophies for building products, dive into the nitty gritty technical details of JavaScript and React, learn Guillermo's favorite mental models, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Guillermo.on.the.Web:\"></a>\n<h5>Guillermo on the Web:</h5>\n\n<ul>\n<li><a href=\"https://github.com/rauchg\">GitHub</a></li>\n<li><a href=\"https://twitter.com/rauchg\">Twitter</a></li>\n<li><a href=\"https://rauchg.com/\">Website</a></li>\n<li><a href=\"https://zeit.co/about\">Zeit</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 14 Feb 2018 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/b7abe27f.mp3\" length=\"96464897\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/113490/1518481431-artwork.jpg\"/>\n      <itunes:duration>01:40:25</itunes:duration>\n      <itunes:summary>Today we caught up with Guillermo Rauch, the founder of Zeit. We're huge fans of Guillermo's work, his contributions to the open source community, and the work that his team is doing at Zeit to make cloud computing more accessible. In this episode we dig into Guillermo's philosophies for building products, dive into the nitty gritty technical details of JavaScript and React, learn Guillermo's favorite mental models, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Guillermo Rauch, the founder of Zeit. We're huge fans of Guillermo's work, his contributions to the open source community, and the work that his team is doing at Zeit to make cloud computing more accessible. In this episode we dig </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>238</itunes:episode>\n    </item>\n    <item>\n      <title>234: Maximum Effort (feat. PJ Buddhari)</title>\n      <guid isPermaLink=\"false\">31b4a10f-8f93-4fbb-94d3-54025a645684</guid>\n      <link>http://designdetails.simplecast.fm/234</link>\n      <description>To kick off 2018 we caught up with PJ Buddhari, a product designer currently working on the design systems team at Adobe. In this episode we dig into what it takes to put together a design system across such a huge lineup of products, moving to the US, PJ's path into design, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>To kick off 2018 we caught up with PJ Buddhari, a product designer currently working on the design systems team at Adobe. In this episode we dig into what it takes to put together a design system across such a huge lineup of products, moving to the US, PJ's path into design, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://reaktor.com/careers\">Reaktor</a> - Reaktor is a product design studio in NYC, designing and building for forward-thinking businesses and organizations. And they're hiring someone like you!</li>\n</ul>\n\n\n<a name=\"PJ.on.the.Web:\"></a>\n<h5>PJ on the Web:</h5>\n\n<ul>\n<li><a href=\"http://pudjeeb.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/pudjeeb_pj\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/pudjeeb\">Dribbble</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 07 Feb 2018 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/829ed2da.mp3\" length=\"58224513\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/110229/1517533073-artwork.jpg\"/>\n      <itunes:duration>01:00:35</itunes:duration>\n      <itunes:summary>To kick off 2018 we caught up with PJ Buddhari, a product designer currently working on the design systems team at Adobe. In this episode we dig into what it takes to put together a design system across such a huge lineup of products, moving to the US, PJ's path into design, and so much more.\n</itunes:summary>\n      <itunes:subtitle>To kick off 2018 we caught up with PJ Buddhari, a product designer currently working on the design systems team at Adobe. In this episode we dig into what it takes to put together a design system across such a huge lineup of products, moving to the US, PJ</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>237</itunes:episode>\n    </item>\n    <item>\n      <title>233: Recapisode #4 (Looking Back at 2017)</title>\n      <guid isPermaLink=\"false\">5be907a0-b9d1-40b6-bc03-02b092c15121</guid>\n      <link>http://designdetails.simplecast.fm/25d299d3</link>\n      <description>Every year at this time we take a break and reflect on all of the wonderful conversations we've had during the past year.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Every year at this time we take a break and reflect on all of the wonderful conversations we've had during the past year.</p>\n\n<p>For people who are new to Design Details, we hope this is a nice sample of some of the topics and people we were able to meet in 2017. And for long-time listeners, we hope that like us, you'll enjoy this opportunity to recap everything we talked about last year.</p>\n\n<ul>\n<li><a href=\"https://spec.fm/podcasts/design-details/103061\">Best of 2017 pt.1</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/103132\">Best of 2017 pt.2</a></li>\n<li><p><a href=\"https://spec.fm/podcasts/design-details/103172\">Best of 2017 pt.3</a></p></li>\n<li><p><a href=\"https://spec.fm/podcasts/design-details/55888\">Best of 2016 pt.1</a></p></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/55889\">Best of 2016 pt.2</a></li>\n<li><p><a href=\"https://spec.fm/podcasts/design-details/55892\">Best of 2016 pt.3</a></p></li>\n<li><p><a href=\"https://spec.fm/podcasts/design-details/23605\">Best of 2015 pt.1</a></p></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/23876\">Best of 2015 pt.2</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/23882\">Best of 2015 pt.3</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/23881\">Best of 2015 pt.4</a></li>\n</ul>\n\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://reaktor.com/careers\">Reaktor</a> - Reaktor is a product design studio in NYC, designing and building for forward-thinking businesses and organizations. And they're hiring someone like you!</li>\n</ul>\n\n\n<a name=\"Design.Details.on.the.Web:\"></a>\n<h5>Design Details on the Web:</h5>\n\n<ul>\n<li><a href=\"https://spectrum.chat/specfm/design-details\">Spectrum</a></li>\n<li><a href=\"https://twitter.com/designdetailsfm\">Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 31 Jan 2018 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/1f428b05.mp3\" length=\"98256579\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/103320/1515035849-artwork.jpg\"/>\n      <itunes:duration>01:42:17</itunes:duration>\n      <itunes:summary>Every year at this time we take a break and reflect on all of the wonderful conversations we've had during the past year.\n</itunes:summary>\n      <itunes:subtitle>Every year at this time we take a break and reflect on all of the wonderful conversations we've had during the past year.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>236</itunes:episode>\n    </item>\n    <item>\n      <title>232: Recapisode #3 (Looking Back at 2017)</title>\n      <guid isPermaLink=\"false\">61539795-6918-4032-a0cc-10068c8a557c</guid>\n      <link>http://designdetails.simplecast.fm/9e9d5010</link>\n      <description>Every year at this time we take a break and reflect on all of the wonderful conversations we've had during the past year.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Every year at this time we take a break and reflect on all of the wonderful conversations we've had during the past year.</p>\n\n<p>For people who are new to Design Details, we hope this is a nice sample of some of the topics and people we were able to meet in 2017. And for long-time listeners, we hope that like us, you'll enjoy this opportunity to recap everything we talked about last year.</p>\n\n<ul>\n<li><a href=\"https://spec.fm/podcasts/design-details/103061\">Best of 2017 pt.1</a></li>\n<li><p><a href=\"https://spec.fm/podcasts/design-details/103132\">Best of 2017 pt.2</a></p></li>\n<li><p><a href=\"https://spec.fm/podcasts/design-details/55888\">Best of 2016 pt.1</a></p></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/55889\">Best of 2016 pt.2</a></li>\n<li><p><a href=\"https://spec.fm/podcasts/design-details/55892\">Best of 2016 pt.3</a></p></li>\n<li><p><a href=\"https://spec.fm/podcasts/design-details/23605\">Best of 2015 pt.1</a></p></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/23876\">Best of 2015 pt.2</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/23882\">Best of 2015 pt.3</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/23881\">Best of 2015 pt.4</a></li>\n</ul>\n\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://reaktor.com/careers\">Reaktor</a> - Reaktor is a product design studio in NYC, designing and building for forward-thinking businesses and organizations. And they're hiring someone like you!</li>\n</ul>\n\n\n<a name=\"Design.Details.on.the.Web:\"></a>\n<h5>Design Details on the Web:</h5>\n\n<ul>\n<li><a href=\"https://spectrum.chat/specfm/design-details\">Spectrum</a></li>\n<li><a href=\"https://twitter.com/designdetailsfm\">Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 24 Jan 2018 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/69067175.mp3\" length=\"83807345\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/103172/1514938384-artwork.jpg\"/>\n      <itunes:duration>01:27:14</itunes:duration>\n      <itunes:summary>Every year at this time we take a break and reflect on all of the wonderful conversations we've had during the past year.\n</itunes:summary>\n      <itunes:subtitle>Every year at this time we take a break and reflect on all of the wonderful conversations we've had during the past year.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>235</itunes:episode>\n    </item>\n    <item>\n      <title>231: Recapisode #2  (Looking Back at 2017)</title>\n      <guid isPermaLink=\"false\">87429047-b8ab-44bb-a8d6-0f6d35110c69</guid>\n      <link>http://designdetails.simplecast.fm/69457eca</link>\n      <description>Every year at this time we take a break and reflect on all of the wonderful conversations we've had during the past year.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Every year at this time we take a break and reflect on all of the wonderful conversations we've had during the past year.</p>\n\n<p>For people who are new to Design Details, we hope this is a nice sample of some of the topics and people we were able to meet in 2017. And for long-time listeners, we hope that like us, you'll enjoy this opportunity to recap everything we talked about last year.</p>\n\n<ul>\n<li><a href=\"https://spec.fm/podcasts/design-details/103061\">Best of 2017 pt.1</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/55888\">Best of 2016 pt.1</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/55889\">Best of 2016 pt.2</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/55892\">Best of 2016 pt.3</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/23605\">Best of 2015 pt.1</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/23876\">Best of 2015 pt.2</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/23882\">Best of 2015 pt.3</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/23881\">Best of 2015 pt.4</a></li>\n</ul>\n\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://reaktor.com/careers\">Reaktor</a> - Reaktor is a product design studio in NYC, designing and building for forward-thinking businesses and organizations. And they're hiring someone like you!</li>\n</ul>\n\n\n<a name=\"Design.Details.on.the.Web:\"></a>\n<h5>Design Details on the Web:</h5>\n\n<ul>\n<li><a href=\"https://spectrum.chat/specfm/design-details\">Spectrum</a></li>\n<li><a href=\"https://twitter.com/designdetailsfm\">Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 17 Jan 2018 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/a1793a73.mp3\" length=\"58140168\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/103132/1514918726-artwork.jpg\"/>\n      <itunes:duration>01:20:39</itunes:duration>\n      <itunes:summary>Every year at this time we take a break and reflect on all of the wonderful conversations we've had during the past year.\n</itunes:summary>\n      <itunes:subtitle>Every year at this time we take a break and reflect on all of the wonderful conversations we've had during the past year.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>234</itunes:episode>\n    </item>\n    <item>\n      <title>230: Recapisode #1 (Looking Back At 2017)</title>\n      <guid isPermaLink=\"false\">332b42fa-376c-44f5-927e-9a0c092fec9a</guid>\n      <link>http://designdetails.simplecast.fm/cc0c2106</link>\n      <description>Every year at this time we take a break and reflect on all of the wonderful conversations we've had during the past year.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Every year at this time we take a break and reflect on all of the wonderful conversations we've had during the past year.</p>\n\n<p>For people who are new to Design Details, we hope this is a nice sample of some of the topics and people we were able to meet in 2017. And for long-time listeners, we hope that like us, you'll enjoy this opportunity to recap everything we talked about last year.</p>\n\n<ul>\n<li><a href=\"https://spec.fm/podcasts/design-details/55888\">Best of 2016 pt.1</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/55889\">Best of 2016 pt.2</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/55892\">Best of 2016 pt.3</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/23605\">Best of 2015 pt.1</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/23876\">Best of 2015 pt.2</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/23882\">Best of 2015 pt.3</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/23881\">Best of 2015 pt.4</a></li>\n</ul>\n\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Design.Details.on.the.Web:\"></a>\n<h5>Design Details on the Web:</h5>\n\n<ul>\n<li><a href=\"https://spectrum.chat/specfm/design-details\">Spectrum</a></li>\n<li><a href=\"https://twitter.com/designdetailsfm\">Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 10 Jan 2018 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/92b8c169.mp3\" length=\"81628100\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/103061/1514838008-artwork.jpg\"/>\n      <itunes:duration>01:24:57</itunes:duration>\n      <itunes:summary>Every year at this time we take a break and reflect on all of the wonderful conversations we've had during the past year.\n</itunes:summary>\n      <itunes:subtitle>Every year at this time we take a break and reflect on all of the wonderful conversations we've had during the past year.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>233</itunes:episode>\n    </item>\n    <item>\n      <title>229: Graphic DeSpyner (feat. Christina Nguyen)</title>\n      <guid isPermaLink=\"false\">8ab4404f-0fef-42d4-9677-c34874a3792b</guid>\n      <link>http://designdetails.simplecast.fm/6b1f6508</link>\n      <description>Today we caught up with Christina Nguyen, a designer in San Francisco currently working on Guilded. In this episode we get nostalgic about video games, talk about balancing hobbies and work when they overlap, going from dream job to startup, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Christina Nguyen, a designer in San Francisco currently working on <a href=\"https://www.guilded.gg/\">Guilded</a>. In this episode we get nostalgic about video games, talk about balancing hobbies and work when they overlap, going from dream job to startup, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.fusetools.com/\">Fuse</a> - Build native apps on iOS and Android. Use the promo code 'dd' to save 70% off the professional plan!</li>\n</ul>\n\n\n<a name=\"Christina.on.the.Web:\"></a>\n<h5>Christina on the Web:</h5>\n\n<ul>\n<li><a href=\"http://christinanguyen.net/\">Website</a></li>\n<li><a href=\"https://twitter.com/stfu__christina\">Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 03 Jan 2018 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/cb38824d.mp3\" length=\"73661434\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/103059/1514837280-artwork.jpg\"/>\n      <itunes:duration>01:16:40</itunes:duration>\n      <itunes:summary>Today we caught up with Christina Nguyen, a designer in San Francisco currently working on Guilded. In this episode we get nostalgic about video games, talk about balancing hobbies and work when they overlap, going from dream job to startup, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Christina Nguyen, a designer in San Francisco currently working on Guilded. In this episode we get nostalgic about video games, talk about balancing hobbies and work when they overlap, going from dream job to startup, and so much m</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>232</itunes:episode>\n    </item>\n    <item>\n      <title>228: Empathy &amp; Impostors (feat. Coleen Baik)</title>\n      <guid isPermaLink=\"false\">f1a975fa-4b80-438d-a640-4ac8432b726e</guid>\n      <link>http://designdetails.simplecast.fm/901ecbb7</link>\n      <description>Today we caught up with Coleen Baik, an independent designer and advisor en route to NYC via SF. In this episode we talk about Coleen's path into design, her work at Twitter, the responsibilities of designing at scale, expanding perspectives by traveling to North Korea, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Coleen Baik, an independent designer and advisor en route to NYC via SF. In this episode we talk about Coleen's path into design, her work at Twitter, the responsibilities of designing at scale, expanding perspectives by traveling to North Korea, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://porkbun.com/?coupon=SPEC\">.design domains</a> - porkbun is running a promotion on .design domain names - get your non-premium .design domain for $35 today, with promo code 'SPEC'</li>\n<li><a href=\"https://figma.com/careers\">Figma</a> - Figma is hiring designers, design advocates, and content writers to help them build the future of design tools.</li>\n</ul>\n\n\n<a name=\"Coleen.on.the.Web:\"></a>\n<h5>Coleen on the Web:</h5>\n\n<ul>\n<li><a href=\"http://www.coleenbaik.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/colbay?lang=en\">Twitter</a></li>\n<li><a href=\"https://medium.com/@colbay\">Medium</a></li>\n<li><a href=\"https://dribbble.com/colbay\">Dribbble</a>\nWe've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</li>\n</ul>\n\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://www.fusetools.com/\">Fuse</a> - Build native apps on iOS and Android. Use the promo code '<strong>dd</strong>' to <strong>save 70%</strong> off the professional plan!</li>\n</ul>\n\n\n<a name=\"Coleen.on.the.Web:\"></a>\n<h5>Coleen on the Web:</h5>\n\n<ul>\n<li><a href=\"http://www.coleenbaik.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/colbay?lang=en\">Twitter</a></li>\n<li><a href=\"https://medium.com/@colbay\">Medium</a></li>\n<li><a href=\"https://dribbble.com/colbay\">Dribbble</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 27 Dec 2017 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/6bd2f8d1.mp3\" length=\"59650616\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/102371/1514319822-artwork.jpg\"/>\n      <itunes:duration>01:02:04</itunes:duration>\n      <itunes:summary>Today we caught up with Coleen Baik, an independent designer and advisor en route to NYC via SF. In this episode we talk about Coleen's path into design, her work at Twitter, the responsibilities of designing at scale, expanding perspectives by traveling to North Korea, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Coleen Baik, an independent designer and advisor en route to NYC via SF. In this episode we talk about Coleen's path into design, her work at Twitter, the responsibilities of designing at scale, expanding perspectives by traveling </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>231</itunes:episode>\n    </item>\n    <item>\n      <title>227: Hype Down (feat. Kathleen Warner)</title>\n      <guid isPermaLink=\"false\">dafb892c-d807-4eac-b558-47b9c98c6132</guid>\n      <link>http://designdetails.simplecast.fm/8b506099</link>\n      <description>Today we caught up with Kathleen Warner, a product designer working at Facebook on the newsfeed team. In this episode we dig into Kathleen's path from music to product design, music production, getting to Facebook, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Kathleen Warner, a product designer working at Facebook on the newsfeed team. In this episode we dig into Kathleen's path from music to product design, music production, getting to Facebook, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://porkbun.com/?coupon=SPEC\">.design domains</a> - porkbun is running a promotion on .design domain names - get your non-premium .design domain for $35 today, with promo code 'SPEC'</li>\n<li><a href=\"https://figma.com/careers\">Figma</a> - Figma is hiring designers, design advocates, and content writers to help them build the future of design tools.</li>\n</ul>\n\n\n<a name=\"Kathleen.on.the.Web:\"></a>\n<h5>Kathleen on the Web:</h5>\n\n<ul>\n<li><a href=\"http://kathleenwarner.me/\">Website</a></li>\n<li><a href=\"https://twitter.com/kathleen_warner?lang=en\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/kath\">Dribbble</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 20 Dec 2017 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/e541e17f.mp3\" length=\"71251463\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/101601/1513732794-artwork.jpg\"/>\n      <itunes:duration>01:14:09</itunes:duration>\n      <itunes:summary>Today we caught up with Kathleen Warner, a product designer working at Facebook on the newsfeed team. In this episode we dig into Kathleen's path from music to product design, music production, getting to Facebook, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Kathleen Warner, a product designer working at Facebook on the newsfeed team. In this episode we dig into Kathleen's path from music to product design, music production, getting to Facebook, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>230</itunes:episode>\n    </item>\n    <item>\n      <title>226: Mood Lightning (feat. Rafael Conde)</title>\n      <guid isPermaLink=\"false\">5ff21a8d-9a4a-4298-bba2-a35e54fe5fc8</guid>\n      <link>http://designdetails.simplecast.fm/3fd0a219</link>\n      <description>Today we caught up with Rafael Conde, a designer at Netlify and co-host of the Layout podcast. In this episode we talk about our own existential crises, the paths of ICs and managers, Rafa's story and journey to design, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Rafael Conde, a designer at Netlify and co-host of the Layout podcast. In this episode we talk about our own existential crises, the paths of ICs and managers, Rafa's story and journey to design, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://www.reaktor.com/careers\">Reaktor</a> - Reaktor is hiring designers and product-minded people to come build exceptional products.</li>\n<li><a href=\"https://figma.com/careers\">Figma</a> - Figma is hiring designers, design advocates, and content writers to help them build the future of design tools.</li>\n</ul>\n\n\n<a name=\"Rafa.on.the.Web:\"></a>\n<h5>Rafa on the Web:</h5>\n\n<ul>\n<li><a href=\"https://rafaelconde.net/\">Website</a></li>\n<li><a href=\"https://twitter.com/rafahari\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/rafahari\">Dribbble</a></li>\n<li><a href=\"https://github.com/rafaelconde\">GitHub</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 13 Dec 2017 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/c96412da.mp3\" length=\"69735521\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/100637/1513119737-artwork.jpg\"/>\n      <itunes:duration>01:12:34</itunes:duration>\n      <itunes:summary>Today we caught up with Rafael Conde, a designer at Netlify and co-host of the Layout podcast. In this episode we talk about our own existential crises, the paths of ICs and managers, Rafa's story and journey to design, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Rafael Conde, a designer at Netlify and co-host of the Layout podcast. In this episode we talk about our own existential crises, the paths of ICs and managers, Rafa's story and journey to design, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>229</itunes:episode>\n    </item>\n    <item>\n      <title>225: D.D.P.D. (feat. Zach Johnston)</title>\n      <guid isPermaLink=\"false\">349851c4-67ae-43bb-b8d5-eb3e4f316ab6</guid>\n      <link>http://designdetails.simplecast.fm/33b89eb6</link>\n      <description>Today we caught up with Zach Johnston, a designer currently working on the design system at Dropbox. In this episode we talk about design systems, the role of a design system team, Zach's journey to and within Dropbox, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Zach Johnston, a designer currently working on the design system at Dropbox. In this episode we talk about design systems, the role of a design system team, Zach's journey to and within Dropbox, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://porkbun.com/?coupon=SPEC\">.design domains</a> - porkbun is running a promotion on .design domain names - get your non-premium .design domain for $35 today, with promo code 'SPEC'</li>\n<li><a href=\"https://www.fusetools.com/\">Fuse</a> - Build native apps on iOS and Android. Use the promo code 'dd' to save 70% off the professional plan!</li>\n</ul>\n\n\n<a name=\"Zach.on.the.Web:\"></a>\n<h5>Zach on the Web:</h5>\n\n<ul>\n<li><a href=\"http://zachjohnston.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/zach__johnston\">Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 06 Dec 2017 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/495a82c1.mp3\" length=\"71195083\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/99364/1512521965-artwork.jpg\"/>\n      <itunes:duration>01:14:07</itunes:duration>\n      <itunes:summary>Today we caught up with Zach Johnston, a designer currently working on the design system at Dropbox. In this episode we talk about design systems, the role of a design system team, Zach's journey to and within Dropbox, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Zach Johnston, a designer currently working on the design system at Dropbox. In this episode we talk about design systems, the role of a design system team, Zach's journey to and within Dropbox, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>228</itunes:episode>\n    </item>\n    <item>\n      <title>224: Maybe It's The Carrots? (feat. Courtland Allen)</title>\n      <guid isPermaLink=\"false\">268f36d5-3a20-44fa-be5a-40353774c495</guid>\n      <link>http://designdetails.simplecast.fm/60ea9c64</link>\n      <description>Today we caught up with Courtland Allen, the creator of Indie Hackers. In this episode we dig into Courtland's background in engineering, design, and product building, how he ended up creating Indie Hackers, the journey to the Stripe acquisition, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Courtland Allen, the creator of Indie Hackers. In this episode we dig into Courtland's background in engineering, design, and product building, how he ended up creating Indie Hackers, the journey to the Stripe acquisition, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://porkbun.com/?coupon=SPEC\">.design</a> - <a href=\"http://porkbun.com/?coupon=SPEC\">Porkbun</a> is running a promotion on .design domain names - get your non-premium .design domain for $35 today, with promo code 'SPEC'</li>\n<li><a href=\"https://www.fusetools.com/\">Fuse</a> - Build native apps on iOS and Android. Use the promo code 'dd' to save 70% off the professional plan!</li>\n</ul>\n\n\n<a name=\"Courtland.on.the.Web:\"></a>\n<h5>Courtland on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/csallen?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\">Twitter</a></li>\n<li><a href=\"https://www.indiehackers.com/\">Indie Hackers</a></li>\n<li><a href=\"https://github.com/courthead\">GitHub</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 29 Nov 2017 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/fda7a9e4.mp3\" length=\"76672422\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/97678/1511910385-artwork.jpg\"/>\n      <itunes:duration>01:19:48</itunes:duration>\n      <itunes:summary>Today we caught up with Courtland Allen, the creator of Indie Hackers. In this episode we dig into Courtland's background in engineering, design, and product building, how he ended up creating Indie Hackers, the journey to the Stripe acquisition, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Courtland Allen, the creator of Indie Hackers. In this episode we dig into Courtland's background in engineering, design, and product building, how he ended up creating Indie Hackers, the journey to the Stripe acquisition, and so m</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>227</itunes:episode>\n    </item>\n    <item>\n      <title>223: Demystified Denim (feat. Jessica Karle)</title>\n      <guid isPermaLink=\"false\">0be94b0d-6def-4437-aeff-e7f26cd86fc1</guid>\n      <link>http://designdetails.simplecast.fm/9501a1ed</link>\n      <description>Today we caught up with Jess Karle, the head of digital design at Everlane. In this episode we dig into Jess's work at the intersection of retail and e-commerce, hiring a design team, navigating startups to big-co, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Jess Karle, the head of digital design at Everlane. In this episode we dig into Jess's work at the intersection of retail and e-commerce, hiring a design team, navigating startups to big-co, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.figma.com/careers\">Figma</a> - Figma is hiring product designers, a community manager, and a content writer. Join this team and build the future of design tools!</li>\n<li><a href=\"https://www.fusetools.com/\">Fuse</a> - Build native apps on iOS and Android. Use the promo code 'dd' to save 70% off the professional plan!</li>\n</ul>\n\n\n<a name=\"Jess.on.the.Web:\"></a>\n<h5>Jess on the Web:</h5>\n\n<ul>\n<li><a href=\"http://www.jessicakarle.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/jkarle\">Dribbble</a></li>\n<li><a href=\"https://www.instagram.com/jessicakarle/\">Instagram</a></li>\n<li><a href=\"https://twitter.com/jesskarle?lang=en\">Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 15 Nov 2017 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/def55c74.mp3\" length=\"70717733\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/95625/1510716957-artwork.jpg\"/>\n      <itunes:duration>01:13:36</itunes:duration>\n      <itunes:summary>Today we caught up with Jess Karle, the head of digital design at Everlane. In this episode we dig into Jess's work at the intersection of retail and e-commerce, hiring a design team, navigating startups to big-co, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Jess Karle, the head of digital design at Everlane. In this episode we dig into Jess's work at the intersection of retail and e-commerce, hiring a design team, navigating startups to big-co, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>226</itunes:episode>\n    </item>\n    <item>\n      <title>222: Almost as Good as Cheese (feat. Fiona Rolander)</title>\n      <guid isPermaLink=\"false\">1c59897f-5b7b-405b-8358-5332965debdf</guid>\n      <link>http://designdetails.simplecast.fm/35a677e2</link>\n      <description>Today we caught up with Fiona Rolander, a designer currently doing work at Spotify. In this episode we dig into Fiona's journey to becoming a designer, the ups and downs of freelancing, nomading, cheese, and so much more!\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Fiona Rolander, a designer currently doing work at Spotify. In this episode we dig into Fiona's journey to becoming a designer, the ups and downs of freelancing, nomading, cheese, and so much more!</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.figma.com/careers\">Figma</a> - Figma is hiring product designers, a community manager, and a content writer. Join this team and build the future of design tools!</li>\n<li><a href=\"https://www.fusetools.com/\">Fuse</a> - Build native apps on iOS and Android. Use the promo code 'dd' to save 70% off the professional plan!</li>\n</ul>\n\n\n<a name=\"Fiona.on.the.Web:\"></a>\n<h5>Fiona on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/fionaosaurusrex\">Twitter</a></li>\n<li><a href=\"http://fionarolander.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/fionaosaurusrex\">Dribbble</a></li>\n<li><a href=\"https://medium.com/@fionarolander\">Medium</a></li>\n<li><a href=\"https://www.instagram.com/fionaosaurusrex/?hl=en\">Instagram</a></li>\n<li><a href=\"https://github.com/fionar\">GitHub</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 08 Nov 2017 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/355c2dca.mp3\" length=\"67029664\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/94532/1510110565-artwork.jpg\"/>\n      <itunes:duration>01:09:45</itunes:duration>\n      <itunes:summary>Today we caught up with Fiona Rolander, a designer currently doing work at Spotify. In this episode we dig into Fiona's journey to becoming a designer, the ups and downs of freelancing, nomading, cheese, and so much more!\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Fiona Rolander, a designer currently doing work at Spotify. In this episode we dig into Fiona's journey to becoming a designer, the ups and downs of freelancing, nomading, cheese, and so much more!\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>225</itunes:episode>\n    </item>\n    <item>\n      <title>221: Rate The Fire (feat. Chikezie Ejiasi)</title>\n      <guid isPermaLink=\"false\">5ebcf70c-bbd5-4a75-b5f7-cf8be72388f8</guid>\n      <link>http://designdetails.simplecast.fm/390fcdc1</link>\n      <description>Today we caught up with Chikezie Ejiasi, a designer currently working on Daydream at Google. In this episode we dig into building for VR, moving from softwared to hardware to virtual reality, design tooling, career navigation, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Chikezie Ejiasi, a designer currently working on Daydream at Google. In this episode we dig into building for VR, moving from softwared to hardware to virtual reality, design tooling, career navigation, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://webflow.com/ix2?utm_source=designdetails\">Webflow</a> - Webflow has launched Interactions 2.0! Now with features like parallax scrolling, sequenced and scroll-based animations, it's never been easier to build a responsive website without touching a line of code.</li>\n<li><ul>\n<li><a href=\"https://www.fusetools.com/\">Fuse</a> - Build native apps on iOS and Android. Use the promo code 'dd' to save 70% off the professional plan!</li>\n</ul>\n</li>\n</ul>\n\n\n<a name=\"Chikezie.on.the.Web:\"></a>\n<h5>Chikezie on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/chik\">Twitter</a></li>\n<li><a href=\"http://nineliondesign.com/\">Website</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 01 Nov 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/6c91a4b8.mp3\" length=\"69231869\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/93570/1509486022-artwork.jpg\"/>\n      <itunes:duration>01:12:03</itunes:duration>\n      <itunes:summary>Today we caught up with Chikezie Ejiasi, a designer currently working on Daydream at Google. In this episode we dig into building for VR, moving from softwared to hardware to virtual reality, design tooling, career navigation, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Chikezie Ejiasi, a designer currently working on Daydream at Google. In this episode we dig into building for VR, moving from softwared to hardware to virtual reality, design tooling, career navigation, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>224</itunes:episode>\n    </item>\n    <item>\n      <title>220: Turtle Tiles (feat. Melody Quintana)</title>\n      <guid isPermaLink=\"false\">182cc6b1-4e48-4ec7-a2f3-7f3b82e7dcf9</guid>\n      <link>http://designdetails.simplecast.fm/cf0841f7</link>\n      <description>Today we caught up with Melody Quintana, a designer and writer currently working at Dropbox. In this episode we dive into Melody's work on Dropbox Home, moving from content strategy to design, finding the Goldilocks company size, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Melody Quintana, a designer and writer currently working at Dropbox. In this episode we dive into Melody's work on Dropbox Home, moving from content strategy to design, finding the Goldilocks company size, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://webflow.com/ix2?utm_source=designdetails\">Webflow</a> - Webflow has launched Interactions 2.0! Now with features like parallax scrolling, sequenced and scroll-based animations, it's never been easier to build a responsive website without touching a line of code.</li>\n<li><a href=\"https://www.figma.com/careers\">Figma</a> - Figma is hiring product designers, a community manager, and a content writer. Join this team and build the future of design tools!</li>\n</ul>\n\n\n<a name=\"Melody.on.the.Web:\"></a>\n<h5>Melody on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/melodyquintana\">Twitter</a></li>\n<li><a href=\"http://www.melodyquintana.com/\">Website</a></li>\n<li><a href=\"https://www.instagram.com/melodyq/\">Instagram</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 25 Oct 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/c9a6fa6a.mp3\" length=\"61952689\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/92475/1508882115-artwork.jpg\"/>\n      <itunes:duration>01:04:28</itunes:duration>\n      <itunes:summary>Today we caught up with Melody Quintana, a designer and writer currently working at Dropbox. In this episode we dive into Melody's work on Dropbox Home, moving from content strategy to design, finding the Goldilocks company size, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Melody Quintana, a designer and writer currently working at Dropbox. In this episode we dive into Melody's work on Dropbox Home, moving from content strategy to design, finding the Goldilocks company size, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>223</itunes:episode>\n    </item>\n    <item>\n      <title>219: Artisanal Iceman (feat. Patrick Wong)</title>\n      <guid isPermaLink=\"false\">a9dd432f-5a5e-49c5-9e6a-e81c48b49248</guid>\n      <link>http://designdetails.simplecast.fm/08875161</link>\n      <description>Today we caught up with Patrick Wong, a design manager currently working at Lyft. In this episode we dig into Patricks journey into design, transitioning into management, preserving culture as a design team scales, working with design systems, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Patrick Wong, a design manager currently working at Lyft. In this episode we dig into Patricks journey into design, transitioning into management, preserving culture as a design team scales, working with design systems, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://webflow.com/ix2?utm_source=designdetails\">Webflow</a> - Webflow is gearing up to launch Interactions 2.0 which adds features like parallax scrolling, sequenced and scroll-based animations, and much more.</li>\n<li><a href=\"https://www.figma.com/careers\">Figma</a> - Figma is hiring product designers, a community manager, and a content writer. Join this team and build the future of design tools!</li>\n</ul>\n\n\n<a name=\"Patrick.on.the.Web:\"></a>\n<h5>Patrick on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/patrickswong\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/patrickwong\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/learndesign\">Learn Design</a></li>\n<li><a href=\"http://patrick.design/\">Website</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 18 Oct 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/a1f5c2ae.mp3\" length=\"66341289\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/91490/1508286461-artwork.jpg\"/>\n      <itunes:duration>01:09:02</itunes:duration>\n      <itunes:summary>Today we caught up with Patrick Wong, a design manager currently working at Lyft. In this episode we dig into Patricks journey into design, transitioning into management, preserving culture as a design team scales, working with design systems, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Patrick Wong, a design manager currently working at Lyft. In this episode we dig into Patricks journey into design, transitioning into management, preserving culture as a design team scales, working with design systems, and so much</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>222</itunes:episode>\n    </item>\n    <item>\n      <title>218: How Dutch Can I Go? (feat. Owen Williams)</title>\n      <guid isPermaLink=\"false\">d436ccc2-9ad3-4628-8813-9e89d366efa0</guid>\n      <link>http://designdetails.simplecast.fm/eeb6c1a3</link>\n      <description>Today we caught up with Owen Williams, a writer, developer, marketer, and most recently, full-time freelancer. In this episode we dig into building side projects with profitability in mind, making the leap to freelancing, being a generalist, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Owen Williams, a writer, developer, marketer, and most recently, full-time freelancer. In this episode we dig into building side projects with profitability in mind, making the leap to freelancing, being a generalist, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.fusetools.com/\">Fuse</a> - Build native apps on iOS and Android.\nSimpler. Faster. Use the discount code 'dd' to save 70% on Fuse Professional.</li>\n</ul>\n\n\n<a name=\"Owen.on.the.Web:\"></a>\n<h5>Owen on the Web:</h5>\n\n<ul>\n<li><a href=\"http://owenwillia.ms/\">Website</a></li>\n<li><a href=\"https://twitter.com/ow\">Twitter</a></li>\n<li><a href=\"https://github.com/ow\">GitHub</a></li>\n<li><a href=\"https://char.gd/\">Charged</a></li>\n<li><a href=\"http://owenwillia.ms/photography/\">Photography</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 04 Oct 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/b9aa1e1c.mp3\" length=\"74717199\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/88861/1507060500-artwork.jpg\"/>\n      <itunes:duration>01:17:46</itunes:duration>\n      <itunes:summary>Today we caught up with Owen Williams, a writer, developer, marketer, and most recently, full-time freelancer. In this episode we dig into building side projects with profitability in mind, making the leap to freelancing, being a generalist, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Owen Williams, a writer, developer, marketer, and most recently, full-time freelancer. In this episode we dig into building side projects with profitability in mind, making the leap to freelancing, being a generalist, and so much m</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>221</itunes:episode>\n    </item>\n    <item>\n      <title>217: Mystery Lifestyle (feat. Tyler Thompson)</title>\n      <guid isPermaLink=\"false\">00aa9105-4329-4798-9693-bafdecb4ccee</guid>\n      <link>http://designdetails.simplecast.fm/6d49cf37</link>\n      <description>Today we caught up with Tyler Thompson, a designer and artist currently working at Stripe in San Francisco. In this episode we dig into Tyler's background as an artist, creative direction, job titles, escaping tech, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Tyler Thompson, a designer and artist currently working at Stripe in San Francisco. In this episode we dig into Tyler's background as an artist, creative direction, job titles, escaping tech, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Tyler.on.the.Web:\"></a>\n<h5>Tyler on the Web:</h5>\n\n<ul>\n<li><a href=\"http://muffduff.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/tyler_thompson?lang=en\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/tthompson\">Dribbble</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 27 Sep 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/b95788fa.mp3\" length=\"70971417\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/88046/1506469056-artwork.jpg\"/>\n      <itunes:duration>01:13:51</itunes:duration>\n      <itunes:summary>Today we caught up with Tyler Thompson, a designer and artist currently working at Stripe in San Francisco. In this episode we dig into Tyler's background as an artist, creative direction, job titles, escaping tech, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Tyler Thompson, a designer and artist currently working at Stripe in San Francisco. In this episode we dig into Tyler's background as an artist, creative direction, job titles, escaping tech, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>220</itunes:episode>\n    </item>\n    <item>\n      <title>216: Topo Geeko (feat. John Rodriguez)</title>\n      <guid isPermaLink=\"false\">05a7f85d-6195-4719-8882-a5667188fee1</guid>\n      <link>http://designdetails.simplecast.fm/405a549d</link>\n      <description>Today we caught up with John Rodriguez, aka J-Ro, a brand and marketing strategist currently working at Stage Two. In this episode we dig into the world of building hardware, brand and product marketing, working with early stage startups, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with John Rodriguez, aka J-Ro, a brand and marketing strategist currently working at Stage Two. In this episode we dig into the world of building hardware, brand and product marketing, working with early stage startups, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"J-Ro.on.the.Web:\"></a>\n<h5>J-Ro on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/johnrodriguez\">Twitter</a></li>\n<li><a href=\"https://about.me/j-ro\">Website</a></li>\n<li><a href=\"https://www.instagram.com/johncharlesrodriguez/\">Instagram</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 20 Sep 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/19e546e7.mp3\" length=\"60750683\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/86683/1505859964-artwork.jpg\"/>\n      <itunes:duration>01:03:13</itunes:duration>\n      <itunes:summary>Today we caught up with John Rodriguez, aka J-Ro, a brand and marketing strategist currently working at Stage Two. In this episode we dig into the world of building hardware, brand and product marketing, working with early stage startups, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with John Rodriguez, aka J-Ro, a brand and marketing strategist currently working at Stage Two. In this episode we dig into the world of building hardware, brand and product marketing, working with early stage startups, and so much more</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>219</itunes:episode>\n    </item>\n    <item>\n      <title>215: Shared Coolness Mood Board (feat. Salih Abdul-Karim)</title>\n      <guid isPermaLink=\"false\">d9d112ca-0127-4190-ad89-1314f5707d58</guid>\n      <link>http://designdetails.simplecast.fm/31c920da</link>\n      <description>Today we caught up with Salih Abdul-Karim, an experience and motion designer at AirBnb and a member of the team that created Lottie, an open source tool to easily add animations to native apps. In this episode we dig into Salih's journey into motion design, moving from NYC to SF, freelancing versus big co work, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Salih Abdul-Karim, an experience and motion designer at AirBnb and a member of the team that created Lottie, an open source tool to easily add animations to native apps. In this episode we dig into Salih's journey into motion design, moving from NYC to SF, freelancing versus big co work, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.fusetools.com/\">Fuse</a> - Build native apps on iOS and Android.\nSimpler. Faster. Use the discount code 'designdetails' to save 50% on Fuse Professional.</li>\n</ul>\n\n\n<a name=\"Salih.on.the.Web:\"></a>\n<h5>Salih on the Web:</h5>\n\n<ul>\n<li><a href=\"http://www.salih.tv/\">Website</a></li>\n<li><a href=\"https://twitter.com/TheRealSalih\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/therealsalih/\">Instagram</a></li>\n<li><a href=\"https://dribbble.com/TheRealSalih\">Dribbble</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 13 Sep 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/322ebffe.mp3\" length=\"60440569\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/86034/1505259700-artwork.jpg\"/>\n      <itunes:duration>01:02:53</itunes:duration>\n      <itunes:summary>Today we caught up with Salih Abdul-Karim, an experience and motion designer at AirBnb and a member of the team that created Lottie, an open source tool to easily add animations to native apps. In this episode we dig into Salih's journey into motion design, moving from NYC to SF, freelancing versus big co work, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Salih Abdul-Karim, an experience and motion designer at AirBnb and a member of the team that created Lottie, an open source tool to easily add animations to native apps. In this episode we dig into Salih's journey into motion desig</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>218</itunes:episode>\n    </item>\n    <item>\n      <title>214: Hot Weather Hugs (feat. Greyson MacAlpine)</title>\n      <guid isPermaLink=\"false\">4745f10e-9eed-40ed-b6d8-ed2ef21c7add</guid>\n      <link>http://designdetails.simplecast.fm/e43b2f70</link>\n      <description>Today we caught up with Greyson MacAlpine, a freelance designer currently working on Wild &amp; Grey, a new creative studio. In this episode we dig into growing up, changing career paths, Greyson's road to design, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Greyson MacAlpine, a freelance designer currently working on <a href=\"https://twitter.com/wildgreystudio\">Wild &amp; Grey</a>, a new creative studio. In this episode we dig into growing up, changing career paths, Greyson's road to design, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.fusetools.com/\">Fuse</a> - Build native apps on iOS and Android.\nSimpler. Faster. Use the discount code 'designdetails' to save 50% on Fuse Professional.</li>\n</ul>\n\n\n<a name=\"Greyson.on.the.Web:\"></a>\n<h5>Greyson on the Web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/GreysonMacAlpine\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/GreysonSofia\">Twitter</a></li>\n<li><a href=\"https://www.greysonmacalpine.com/\">Website</a></li>\n<li><a href=\"https://www.instagram.com/greysonsofia_/?hl=en\">Instagram</a></li>\n<li><a href=\"https://medium.com/@GreysonSofia\">Medium</a></li>\n</ul>\n\n\n<p><strong>Thanks To Today's Sponsor: <a href=\"https://www.fusetools.com/plans\">Fuse </a></strong></p>\n\n<p>Fuse is making app development faster, easier and more fun for both developers and designers, and it's completely FREE for individual users, but if you're a part of a company and want a plan they're giving Design Details listeners 50% off the retail price of Fuse Professional for 12 months after having been redeemed.</p>\n\n<p>Check them out at <a href=\"https://www.fusetools.com/\">Fusetools.com</a> and if you want that discount just use \"<strong>designdetails</strong>\" at checkout.</p>\n]]>\n      </content:encoded>\n      <pubDate>Wed, 06 Sep 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/e43b2f70.mp3\" length=\"69153318\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/85429/1504645156-artwork.jpg\"/>\n      <itunes:duration>01:11:58</itunes:duration>\n      <itunes:summary>Today we caught up with Greyson MacAlpine, a freelance designer currently working on Wild &amp; Grey, a new creative studio. In this episode we dig into growing up, changing career paths, Greyson's road to design, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Greyson MacAlpine, a freelance designer currently working on Wild &amp; Grey, a new creative studio. In this episode we dig into growing up, changing career paths, Greyson's road to design, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>217</itunes:episode>\n    </item>\n    <item>\n      <title>213: 5,000 Horsepower (feat. Will Peng)</title>\n      <guid isPermaLink=\"false\">3819a3b6-f1f8-4993-86c2-7e0e4e5115f8</guid>\n      <link>http://designdetails.simplecast.fm/580fd692</link>\n      <description>Today we caught up with Will Peng, a designer, investor, and co-founder of a new startup, Northstar. In this episode we talk about building a company, transitioning from design to VC, making the leap out of VC, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Will Peng, a designer, investor, and co-founder of a new startup, Northstar. In this episode we talk about building a company, transitioning from design to VC, making the leap out of VC, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Will.on.the.Web:\"></a>\n<h5>Will on the Web:</h5>\n\n<ul>\n<li><a href=\"http://williampeng.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/wp?lang=en\">Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 30 Aug 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/580fd692.mp3\" length=\"68379201\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/84837/1504061127-artwork.jpg\"/>\n      <itunes:duration>01:11:09</itunes:duration>\n      <itunes:summary>Today we caught up with Will Peng, a designer, investor, and co-founder of a new startup, Northstar. In this episode we talk about building a company, transitioning from design to VC, making the leap out of VC, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Will Peng, a designer, investor, and co-founder of a new startup, Northstar. In this episode we talk about building a company, transitioning from design to VC, making the leap out of VC, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>216</itunes:episode>\n    </item>\n    <item>\n      <title>212: Extreme Portfolio Makeover (feat. Conway Anderson)</title>\n      <guid isPermaLink=\"false\">d09d382b-e97e-4fa5-9c6a-8b7cb7a1c603</guid>\n      <link>http://designdetails.simplecast.fm/3ddd1d51</link>\n      <description>Today we caught up with Conway Anderson, a designer and developer currently working on connecting designers and opportunities with a new, unreleased product. In this episode we dig into Conway's beginnings, finding design, hiring and getting hired, faking it, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Conway Anderson, a designer and developer currently working on connecting designers and opportunities with a new, unreleased product. In this episode we dig into Conway's beginnings, finding design, hiring and getting hired, faking it, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.goabstract.com/\">Abstract</a> - Abstract is a platform for modern design teams to work together. Join now to try Abstract free for one month.</li>\n</ul>\n\n\n<a name=\"Conway.on.the.Web:\"></a>\n<h5>Conway on the Web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/conwayanderson\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/conwayanderson?lang=en\">Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 23 Aug 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/3ddd1d51.mp3\" length=\"74539097\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/84176/1503448691-artwork.jpg\"/>\n      <itunes:duration>01:17:34</itunes:duration>\n      <itunes:summary>Today we caught up with Conway Anderson, a designer and developer currently working on connecting designers and opportunities with a new, unreleased product. In this episode we dig into Conway's beginnings, finding design, hiring and getting hired, faking it, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Conway Anderson, a designer and developer currently working on connecting designers and opportunities with a new, unreleased product. In this episode we dig into Conway's beginnings, finding design, hiring and getting hired, faking</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>215</itunes:episode>\n    </item>\n    <item>\n      <title>211: Sunshine In A Bag (feat. Mercedes Bazan)</title>\n      <guid isPermaLink=\"false\">f00c1e9a-5113-401e-9c74-cd60a4aa27c1</guid>\n      <link>http://designdetails.simplecast.fm/1776b01e</link>\n      <description>Today we caught up with Mercedes Bazan, a designer at Stripe by way of Argentina. In this episode we dig into Mechi's background, her journey into design, moving to the US, designing for print inside a high tech company, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Mercedes Bazan, a designer at Stripe by way of Argentina. In this episode we dig into Mechi's background, her journey into design, moving to the US, designing for print inside a high tech company, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.goabstract.com/\">Abstract</a> - Abstract is a platform for modern design teams to work together. Join now to try Abstract free for one month.</li>\n</ul>\n\n\n<a name=\"Mercedes.on.the.Web:\"></a>\n<h5>Mercedes on the Web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/mercedesbazan\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/mechibaz?lang=en\">Twitter</a></li>\n<li><a href=\"https://www.behance.net/mercedesbazan\">Béhance</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 16 Aug 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/1776b01e.mp3\" length=\"58740240\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/82583/1502829260-artwork.jpg\"/>\n      <itunes:duration>01:01:07</itunes:duration>\n      <itunes:summary>Today we caught up with Mercedes Bazan, a designer at Stripe by way of Argentina. In this episode we dig into Mechi's background, her journey into design, moving to the US, designing for print inside a high tech company, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Mercedes Bazan, a designer at Stripe by way of Argentina. In this episode we dig into Mechi's background, her journey into design, moving to the US, designing for print inside a high tech company, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>214</itunes:episode>\n    </item>\n    <item>\n      <title>210: Did I Write This? (feat. Jules Forrest)</title>\n      <guid isPermaLink=\"false\">4a68519d-ebc5-4f13-bb75-2f5a6892e9e7</guid>\n      <link>http://designdetails.simplecast.fm/213</link>\n      <description>Today we caught up with Jules Forrest, a product designer making her way to Credit Karma by way of Sequoia, Medium, Optimizely, and more. In this episode we dig into Jules' background, building and launching side projects, discovering design systems, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Jules Forrest, a product designer making her way to Credit Karma by way of Sequoia, Medium, Optimizely, and more. In this episode we dig into Jules' background, building and launching side projects, discovering design systems, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://shopify.com/careers\">Shopify</a> - Shopify is hiring designers, content strategists, researchers, and UX leads!</li>\n<li><a href=\"https://www.goabstract.com/\">Abstract</a> - Abstract is a platform for modern design teams to work together. Join now to try Abstract free for one month.</li>\n</ul>\n\n\n<a name=\"Jules.on.the.Web:\"></a>\n<h5>Jules on the Web:</h5>\n\n<ul>\n<li><a href=\"http://freshpepper.co/\">Website</a></li>\n<li><a href=\"https://twitter.com/julesforrest?lang=en\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/julesforrest\">Dribbble</a></li>\n<li><a href=\"https://github.com/julesforrest\">GitHub</a></li>\n<li><a href=\"https://womenwho.design/\">Women Who Design</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 09 Aug 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/1cb4a5df.mp3\" length=\"61472437\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/80536/1502222267-artwork.jpg\"/>\n      <itunes:duration>01:03:58</itunes:duration>\n      <itunes:summary>Today we caught up with Jules Forrest, a product designer making her way to Credit Karma by way of Sequoia, Medium, Optimizely, and more. In this episode we dig into Jules' background, building and launching side projects, discovering design systems, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Jules Forrest, a product designer making her way to Credit Karma by way of Sequoia, Medium, Optimizely, and more. In this episode we dig into Jules' background, building and launching side projects, discovering design systems, and </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>213</itunes:episode>\n    </item>\n    <item>\n      <title>209: Charmander++ (feat. Brian Lovin &amp; Bryn Jackson)</title>\n      <guid isPermaLink=\"false\">c76416c9-18fb-43c5-bbb2-8a4a3ce6eed9</guid>\n      <link>http://designdetails.simplecast.fm/212</link>\n      <description>This week we caught up with...us. Over the last two and a half years people have asked us questions about our own backgrounds, our journeys into design, starting side projects, building companies, how we manage working with each other so much, and more. So today we spent a while talking it through - we hope you enjoy listening!\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we caught up with...us. Over the last two and a half years people have asked us questions about our own backgrounds, our journeys into design, starting side projects, building companies, how we manage working with each other <em>so</em> much, and more. So today we spent a while talking it through - we hope you enjoy listening!</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://shopify.com/careers\">Shopify</a> - Shopify is hiring designers, content strategists, researchers, and UX leads!</li>\n<li><a href=\"https://www.goabstract.com/\">Abstract</a> - Abstract is a platform for modern design teams to work together. Join now to try Abstract free for one month.</li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 02 Aug 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/3e342ac0.mp3\" length=\"94603660\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/79352/1501627141-artwork.jpg\"/>\n      <itunes:duration>01:38:28</itunes:duration>\n      <itunes:summary>This week we caught up with...us. Over the last two and a half years people have asked us questions about our own backgrounds, our journeys into design, starting side projects, building companies, how we manage working with each other so much, and more. So today we spent a while talking it through - we hope you enjoy listening!\n</itunes:summary>\n      <itunes:subtitle>This week we caught up with...us. Over the last two and a half years people have asked us questions about our own backgrounds, our journeys into design, starting side projects, building companies, how we manage working with each other so much, and more. S</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>212</itunes:episode>\n    </item>\n    <item>\n      <title>208: Say More Things (feat. Josh Brewer)</title>\n      <guid isPermaLink=\"false\">dac84af3-1163-4037-801c-9d37e77d4414</guid>\n      <link>http://designdetails.simplecast.fm/211</link>\n      <description>Today we caught up with Josh Brewer, the co-founder and CEO at Abstract, previously a principal designer at Twitter. In this episode we dig into the design tools ecosystem, how to launch a startup, social responsibility in product design, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Josh Brewer, the co-founder and CEO at Abstract, previously a principal designer at Twitter. In this episode we dig into the design tools ecosystem, how to launch a startup, social responsibility in product design, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://shopify.com/careers\">Shopify</a> - Shopify is hiring designers, content strategists, researchers, and UX leads!</li>\n</ul>\n\n\n<a name=\"Josh.on.the.web:\"></a>\n<h5>Josh on the web:</h5>\n\n<ul>\n<li><a href=\"http://jbrewer.me/\">Website</a></li>\n<li><a href=\"https://twitter.com/jbrewer?lang=en\">Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 26 Jul 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/d56f51fa.mp3\" length=\"63927497\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/78195/1501026983-artwork.jpg\"/>\n      <itunes:duration>01:06:31</itunes:duration>\n      <itunes:summary>Today we caught up with Josh Brewer, the co-founder and CEO at Abstract, previously a principal designer at Twitter. In this episode we dig into the design tools ecosystem, how to launch a startup, social responsibility in product design, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Josh Brewer, the co-founder and CEO at Abstract, previously a principal designer at Twitter. In this episode we dig into the design tools ecosystem, how to launch a startup, social responsibility in product design, and so much more</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>211</itunes:episode>\n    </item>\n    <item>\n      <title>207: Livin' The Target Life (feat. Alex Estrada)</title>\n      <guid isPermaLink=\"false\">f8fac4f5-2a44-4cf2-a34e-5f1a42ef7b48</guid>\n      <link>http://designdetails.simplecast.fm/210</link>\n      <description>Today we caught up with Alex Estrada, a product designer living in Salt Lake City, currently working at Jane.com. In this episode we dig into Alex's background in design, navigating startup highs and lows, moving to new cities, building teams, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Alex Estrada, a product designer living in Salt Lake City, currently working at Jane.com. In this episode we dig into Alex's background in design, navigating startup highs and lows, moving to new cities, building teams, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://shopify.com/careers\">Shopify</a> - Shopify is hiring designers, content strategists, researchers, and UX leads!</li>\n<li><a href=\"http://www.thereadydesk.com/\">Readydesk</a> - The standing desk for perfect posture. Use the coupon code 'DESIGN' to save $10!</li>\n</ul>\n\n\n<a name=\"Alex.on.the.web:\"></a>\n<h5>Alex on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/al3xestrada?lang=en\">Twitter</a></li>\n<li><a href=\"http://www.alexestrada.me/\">Website</a></li>\n<li><a href=\"https://www.instagram.com/ALEXESTRADA/\">Instagram</a></li>\n<li><a href=\"https://dribbble.com/alexestrada\">Dribbble</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 19 Jul 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/a9fd2315.mp3\" length=\"72310961\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/74662/1498696684-artwork.jpg\"/>\n      <itunes:duration>01:15:15</itunes:duration>\n      <itunes:summary>Today we caught up with Alex Estrada, a product designer living in Salt Lake City, currently working at Jane.com. In this episode we dig into Alex's background in design, navigating startup highs and lows, moving to new cities, building teams, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Alex Estrada, a product designer living in Salt Lake City, currently working at Jane.com. In this episode we dig into Alex's background in design, navigating startup highs and lows, moving to new cities, building teams, and so much</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>210</itunes:episode>\n    </item>\n    <item>\n      <title>206: Aspirational Open Mindedness (feat. Mills Baker)</title>\n      <guid isPermaLink=\"false\">600c5245-6925-4618-888c-17cfcda8c48a</guid>\n      <link>http://designdetails.simplecast.fm/209</link>\n      <description>Today we caught up with Mills Baker, a Design Manager at Quora, and previously a Product Designer at Facebook. In this extra-long episode, we dug into Mills' background, life in New Orleans, social mechanics, epistemology, and much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Mills Baker, a Design Manager at Quora, and previously a Product Designer at Facebook. In this extra-long episode, we dug into Mills' background, life in New Orleans, social mechanics, epistemology, and much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm\">SpecFM community</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">our Spectrum bug report channel</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://shopify.com/careers\">Shopify</a> - Shopify is hiring designers, content strategists, researchers, and UX leads!</li>\n<li><a href=\"http://www.thereadydesk.com/\">Readydesk</a> - The standing desk for perfect posture. Use the coupon code 'DESIGN' to save $10!</li>\n</ul>\n\n\n<a name=\"Mills.on.the.web:\"></a>\n<h5>Mills on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/millsbaker\">Twitter</a></li>\n<li><a href=\"http://mills.land/\">Website</a></li>\n<li><a href=\"http://metaismurder.com\">Blog</a></li>\n<li><a href=\"https://medium.com/@millsbaker\">Medium</a></li>\n<li><a href=\"https://www.quora.com/profile/Mills-Baker\">Quora</a></li>\n<li><a href=\"https://www.instagram.com/millsbaker/\">Instagram</a></li>\n<li><a href=\"https://themanual.org/read/issues/5/mills-baker/lesson\">The Manual</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 12 Jul 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/310f7764.mp3\" length=\"102279900\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/74759/1498773807-artwork.jpg\"/>\n      <itunes:duration>01:46:28</itunes:duration>\n      <itunes:summary>Today we caught up with Mills Baker, a Design Manager at Quora, and previously a Product Designer at Facebook. In this extra-long episode, we dug into Mills' background, life in New Orleans, social mechanics, epistemology, and much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Mills Baker, a Design Manager at Quora, and previously a Product Designer at Facebook. In this extra-long episode, we dug into Mills' background, life in New Orleans, social mechanics, epistemology, and much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>209</itunes:episode>\n    </item>\n    <item>\n      <title>205: New York Calls (feat. Robyn Kanner)</title>\n      <guid isPermaLink=\"false\">cba62e12-6880-4375-9d3f-076885035047</guid>\n      <link>http://designdetails.simplecast.fm/208</link>\n      <description>Today we caught up with Robyn Kanner, currently designing products at Etsy, co-founded MyTransHealth, and was previously an art director at Amazon (among other amazing roles). In this episode we dug into Robyn's background, her journey into the design field, escaping small towns, building MyTransHealth, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Robyn Kanner, currently designing products at Etsy, co-founded MyTransHealth, and was previously an art director at Amazon (among other amazing roles). In this episode we dug into Robyn's background, her journey into the design field, escaping small towns, building MyTransHealth, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm/design-details\">Design Details frequency</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">hugs-n-bugs</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://shopify.com/careers\">Shopify</a> - Shopify is hiring designers, content strategists, researchers, and UX leads!</li>\n<li><a href=\"http://www.thereadydesk.com/\">Readydesk</a> - The standing desk for perfect posture. Use the coupon code 'DESIGN' to save $10!</li>\n</ul>\n\n\n<a name=\"Robyn.on.the.web:\"></a>\n<h5>Robyn on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/robynkanner\">Twitter</a></li>\n<li><a href=\"http://robynkanner.com/\">Website</a></li>\n<li><a href=\"https://www.instagram.com/robynkanner/?hl=en\">Instagram</a></li>\n<li><a href=\"https://dribbble.com/robynkanner\">Dribbble</a></li>\n<li><a href=\"https://thegreatdiscontent.com/interview/robyn-kanner\">The Great Discontent</a></li>\n<li><a href=\"http://mytranshealth.com/\">MyTransHealth</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 05 Jul 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/afbeb498.mp3\" length=\"70397110\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/74660/1498696529-artwork.jpg\"/>\n      <itunes:duration>01:13:16</itunes:duration>\n      <itunes:summary>Today we caught up with Robyn Kanner, currently designing products at Etsy, co-founded MyTransHealth, and was previously an art director at Amazon (among other amazing roles). In this episode we dug into Robyn's background, her journey into the design field, escaping small towns, building MyTransHealth, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Robyn Kanner, currently designing products at Etsy, co-founded MyTransHealth, and was previously an art director at Amazon (among other amazing roles). In this episode we dug into Robyn's background, her journey into the design fie</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>208</itunes:episode>\n    </item>\n    <item>\n      <title>204: Happy Online Darkness (feat. Morgane Santos)</title>\n      <guid isPermaLink=\"false\">66d86f7c-1e5e-457a-88f1-8190f1e6b75b</guid>\n      <link>http://designdetails.simplecast.fm/207</link>\n      <description>Today we caught up with Morgane Santos, a designer, developer and artist currently designing experiences at thoughtbot. In this episode we dig into Morgane's background, building games, learning VR and 3D, transitioning from programming to design, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Morgane Santos, a designer, developer and artist currently designing experiences at thoughtbot. In this episode we dig into Morgane's background, building games, learning VR and 3D,  transitioning from programming to design, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm/design-details\">Design Details frequency</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">hugs-n-bugs</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.fusetools.com/\">Fuse</a> - Build native apps on iOS and Android.\nSimpler. Faster. Use the discount code 'designdetails' to save 50% on Fuse Professional.</li>\n</ul>\n\n\n<a name=\"Morgane.on.the.web:\"></a>\n<h5>Morgane on the web:</h5>\n\n<ul>\n<li><a href=\"http://morgane.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/morgan_e_\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/morgane_santos\">Dribbble</a></li>\n<li><a href=\"https://medium.com/@morgane\">Medium</a></li>\n<li><a href=\"https://www.instagram.com/msantos.art/\">Instagram</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 28 Jun 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/2fd1d202.mp3\" length=\"61108807\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/74474/1498626258-artwork.jpg\"/>\n      <itunes:duration>01:03:35</itunes:duration>\n      <itunes:summary>Today we caught up with Morgane Santos, a designer, developer and artist currently designing experiences at thoughtbot. In this episode we dig into Morgane's background, building games, learning VR and 3D, transitioning from programming to design, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Morgane Santos, a designer, developer and artist currently designing experiences at thoughtbot. In this episode we dig into Morgane's background, building games, learning VR and 3D, transitioning from programming to design, and so </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>207</itunes:episode>\n    </item>\n    <item>\n      <title>203: Pool Pod Improv (feat. Chantal Jandard)</title>\n      <guid isPermaLink=\"false\">5d12b2e6-8f74-4ad7-941b-637c8072e27f</guid>\n      <link>http://designdetails.simplecast.fm/206</link>\n      <description>Today we caught up with Chantal Jandard, a designer currently building products at PlanGrid. In this episode we dig into Chantal's background, building a portfolio, learning how to interview, and...improv!\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Chantal Jandard, a designer currently building products at PlanGrid. In this episode we dig into Chantal's background, building a portfolio, learning how to interview, and...improv!</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm/design-details\">Design Details frequency</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">hugs-n-bugs</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.fusetools.com/\">Fuse</a> - Build native apps on iOS and Android.\nSimpler. Faster. Use the discount code 'designdetails' to save 50% on Fuse Professional.</li>\n<li><a href=\"https://www.figma.com/careers\">Figma</a> - Turn Ideas into Products Faster. Figma is hiring a design advocate and design writer.</li>\n</ul>\n\n\n<a name=\"Chantal.on.the.web:\"></a>\n<h5>Chantal on the web:</h5>\n\n<ul>\n<li><a href=\"http://www.chantastique.net/\">Website</a></li>\n<li><a href=\"https://twitter.com/chantastique\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/chantastique\">Dribbble</a></li>\n<li><a href=\"https://medium.com/@chantastique\">Medium</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 21 Jun 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/6725b826.mp3\" length=\"68898318\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/73456/1498000324-artwork.jpg\"/>\n      <itunes:duration>01:11:42</itunes:duration>\n      <itunes:summary>Today we caught up with Chantal Jandard, a designer currently building products at PlanGrid. In this episode we dig into Chantal's background, building a portfolio, learning how to interview, and...improv!\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Chantal Jandard, a designer currently building products at PlanGrid. In this episode we dig into Chantal's background, building a portfolio, learning how to interview, and...improv!\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>206</itunes:episode>\n    </item>\n    <item>\n      <title>202: Botpito (feat. Diogenes Brito)</title>\n      <guid isPermaLink=\"false\">70e4d688-f779-4d0d-a4ef-c61ea63ffd6b</guid>\n      <link>http://designdetails.simplecast.fm/205</link>\n      <description>Today we caught up with Diogenes Brito, a product designer at Slack who previously worked on LinkedIn and SquareSpace. In this episode we dig into Dio's background in design, navigating university, being a designer-y engineer, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Diogenes Brito, a product designer at Slack who previously worked on LinkedIn and SquareSpace. In this episode we dig into Dio's background in design, navigating university, being a designer-y engineer, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm/design-details\">Design Details frequency</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">hugs-n-bugs</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.fusetools.com/\">Fuse</a> - Build native apps on iOS and Android.\nSimpler. Faster. Use the discount code 'designdetails' to save 50% on Fuse Professional.</li>\n<li><a href=\"https://www.figma.com/careers\">Figma</a> - Turn Ideas into Products Faster. Figma is hiring a design advocate and design writer.</li>\n<li><a href=\"http://wearevectors.com/\">Vectors Conference</a> - <a href=\"https://spectrum.chat/vectors\">Join the community</a> for the upcoming conference in San Francisco on July 15th.</li>\n</ul>\n\n\n<a name=\"Dio.on.the.web:\"></a>\n<h5>Dio on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/uxdiogenes?lang=en\">Twitter</a></li>\n<li><a href=\"https://medium.com/@uxdiogenes\">Medium</a></li>\n<li><a href=\"https://dribbble.com/uxdiogenes\">Dribbble</a></li>\n<li><a href=\"http://uxdiogenes.com/\">Website</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 14 Jun 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/dbf16c58.mp3\" length=\"85403088\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/72791/1497405748-artwork.jpg\"/>\n      <itunes:duration>01:28:53</itunes:duration>\n      <itunes:summary>Today we caught up with Diogenes Brito, a product designer at Slack who previously worked on LinkedIn and SquareSpace. In this episode we dig into Dio's background in design, navigating university, being a designer-y engineer, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Diogenes Brito, a product designer at Slack who previously worked on LinkedIn and SquareSpace. In this episode we dig into Dio's background in design, navigating university, being a designer-y engineer, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>205</itunes:episode>\n    </item>\n    <item>\n      <title>201: Thrown Under the Self Driving Bus (feat. Max Schoening)</title>\n      <guid isPermaLink=\"false\">ac33a831-13b9-4056-9918-92d40d58cb86</guid>\n      <link>http://designdetails.simplecast.fm/204</link>\n      <description>Today we caught up with Max Schoening, a designer, developer and product manager currently working at Google. In this episode we dig into Max's background in the field, building and selling startups, going serverless, the challenges of PMing, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Max Schoening, a designer, developer and product manager currently working at Google. In this episode we dig into Max's background in the field, building and selling startups, going serverless, the challenges of PMing, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/specfm/design-details\">Design Details frequency</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/hugs-n-bugs\">hugs-n-bugs</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.fusetools.com/\">Fuse</a> - Build native apps on iOS and Android.\nSimpler. Faster. Use the discount code 'designdetails' to save 50% on Fuse Professional.</li>\n<li><a href=\"https://www.figma.com/careers\">Figma</a> - Turn Ideas into Products Faster. Figma is hiring a design advocate and design writer.</li>\n<li><a href=\"http://wearevectors.com/\">Vectors Conference</a> - <a href=\"https://spectrum.chat/vectors\">Join the community</a> for the upcoming conference in San Francisco on July 15th.</li>\n</ul>\n\n\n<a name=\"Max.on.the.web:\"></a>\n<h5>Max on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/mschoening\">Twitter</a></li>\n<li><a href=\"https://github.com/max\">GitHub</a></li>\n<li><a href=\"https://dribbble.com/mschoening\">Dribbble</a></li>\n<li><a href=\"https://max.wtf/\">Website</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 07 Jun 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/50cf8353.mp3\" length=\"91395015\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/72328/1496817165-artwork.jpg\"/>\n      <itunes:duration>01:35:08</itunes:duration>\n      <itunes:summary>Today we caught up with Max Schoening, a designer, developer and product manager currently working at Google. In this episode we dig into Max's background in the field, building and selling startups, going serverless, the challenges of PMing, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Max Schoening, a designer, developer and product manager currently working at Google. In this episode we dig into Max's background in the field, building and selling startups, going serverless, the challenges of PMing, and so much </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>204</itunes:episode>\n    </item>\n    <item>\n      <title>200: Karate Chop Feels (feat. Josh Williams)</title>\n      <guid isPermaLink=\"false\">83adeecc-3367-4ad5-bca0-09fdd315ee4f</guid>\n      <link>http://designdetails.simplecast.fm/203</link>\n      <description>We made it to episode 200! Today we caught up with Josh Williams, a designer currently doing independent work, who is best known for previously co-founding Gowalla and designing at Facebook. In this episode we dig into identity in the startup industry, building and selling a company, modern day inspiration, putting out fires, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>We made it to episode 200! Today we caught up with Josh Williams, a designer currently doing independent work, who is best known for previously co-founding Gowalla and designing at Facebook. In this episode we dig into identity in the startup industry, building and selling a company, modern day inspiration, putting out fires, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/~design-details\">Design Details frequency</a>, and share feedback in <a href=\"https://spectrum.chat/~hugs-n-bugs\">~hugs-n-bugs</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.fusetools.com/\">Fuse</a> - Build native apps on iOS and Android.\nSimpler. Faster. Use the discount code 'designdetails' to save 50% on Fuse Professional.</li>\n<li><a href=\"https://www.figma.com/careers\">Figma</a> - Turn Ideas into Products Faster. Figma is hiring a design advocate and design writer.</li>\n<li><a href=\"http://wearevectors.com/\">Vectors Conference</a> - Get on the waitlist for the conference on June 15th in San Francisco.</li>\n</ul>\n\n\n<a name=\"Josh.on.the.web:\"></a>\n<h5>Josh on the web:</h5>\n\n<ul>\n<li><a href=\"http://jwdesign.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/jw\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/jw/\">Instagram</a></li>\n<li><a href=\"https://dribbble.com/jw\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"http://blog.gowalla.com/\">Gowalla</a></li>\n<li><a href=\"https://twitter.com/keeg\">Keegan Jones</a></li>\n<li><a href=\"https://www.helloastro.com/\">Astro</a></li>\n<li><a href=\"https://stownpodcast.org/\">S-Town Podcast</a></li>\n<li><a href=\"https://twitter.com/processpix\">Process Pix</a></li>\n<li><a href=\"https://twitter.com/dustin\">Dustin Senos</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/10733\">Dustin on Design Details</a></li>\n<li><a href=\"https://twitter.com/benbarry\">Ben Barry</a></li>\n<li><a href=\"https://twitter.com/ugmonk\">Jeff Sheldon</a></li>\n<li><a href=\"https://www.kickstarter.com/projects/ugmonk/gather-the-minimal-modular-organizer-that-cuts-clu\">Gather by Ugmonk</a></li>\n<li><a href=\"https://twitter.com/maxvoltar\">Tim Van Damme</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/8914\">Tim on Design Details</a></li>\n<li><a href=\"https://www.instagram.com/kevin/?hl=en\">Kevin Systrom</a></li>\n<li><a href=\"https://github.com/Alamofire/Alamofire\">Alamo Fire</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 31 May 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/ded1b20c.mp3\" length=\"86844648\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/70867/1496173431-artwork.jpg\"/>\n      <itunes:duration>01:30:24</itunes:duration>\n      <itunes:summary>We made it to episode 200! Today we caught up with Josh Williams, a designer currently doing independent work, who is best known for previously co-founding Gowalla and designing at Facebook. In this episode we dig into identity in the startup industry, building and selling a company, modern day inspiration, putting out fires, and so much more.\n</itunes:summary>\n      <itunes:subtitle>We made it to episode 200! Today we caught up with Josh Williams, a designer currently doing independent work, who is best known for previously co-founding Gowalla and designing at Facebook. In this episode we dig into identity in the startup industry, bu</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>203</itunes:episode>\n    </item>\n    <item>\n      <title>199: The Ballad of Computer Boy (feat. Judson Collier)</title>\n      <guid isPermaLink=\"false\">3ccaf6cb-21ea-4839-941d-d961cae40861</guid>\n      <link>http://designdetails.simplecast.fm/202</link>\n      <description>Today we caught up with Judson Collier, a designer working at the brand design studio at Intercom. In this episode we dig into Judson's background, finding a team, being a freelancer, the merits of kale pizza, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Judson Collier, a designer working at the brand design studio at Intercom. In this episode we dig into Judson's background, finding a team, being a freelancer, the merits of kale pizza, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/~design-details\">Design Details frequency</a>, and share feedback in <a href=\"https://spectrum.chat/~hugs-n-bugs\">~hugs-n-bugs</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.fusetools.com/\">Fuse</a> - Build native apps on iOS and Android.\nSimpler. Faster.</li>\n</ul>\n\n\n<a name=\"Judson.on.the.web:\"></a>\n<h5>Judson on the web:</h5>\n\n<ul>\n<li><a href=\"https://www.jdsn.co/\">Website</a></li>\n<li><a href=\"https://twitter.com/JudsonCollier\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/judsoncollier\">Dribbble</a></li>\n<li><a href=\"https://www.instagram.com/judsoncollier/?hl=en\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/stewartsc\">Stewart Scott-Curran</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/41167\">Stewart on Design Details</a></li>\n<li><a href=\"https://twitter.com/justinpervorse?lang=en\">Justin Pervorse</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/23240\">Justin on Design Details</a></li>\n<li><a href=\"https://twitter.com/ryanjhubbard\">Ryan Hubbard</a></li>\n<li><a href=\"https://brandstudio.intercom.com/\">Intercom Brand Studio</a></li>\n<li><a href=\"https://www.intercom.com/careers\">Intercom Careers</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 24 May 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/08c491ca.mp3\" length=\"72302618\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/70409/1495591328-artwork.jpg\"/>\n      <itunes:duration>01:15:15</itunes:duration>\n      <itunes:summary>Today we caught up with Judson Collier, a designer working at the brand design studio at Intercom. In this episode we dig into Judson's background, finding a team, being a freelancer, the merits of kale pizza, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Judson Collier, a designer working at the brand design studio at Intercom. In this episode we dig into Judson's background, finding a team, being a freelancer, the merits of kale pizza, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>202</itunes:episode>\n    </item>\n    <item>\n      <title>198: Berry Ink For Bears (feat. Janum Trivedi)</title>\n      <guid isPermaLink=\"false\">2ae24643-52f1-495f-af97-0d3777d079f1</guid>\n      <link>http://designdetails.simplecast.fm/201</link>\n      <description>Today we caught up with Janum Trivedi, a designer and developer currently interning at Apple. In this show we dig deep on internships, side projects, the state of the web, dependency trees, Dungeons and Dragons, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Janum Trivedi, a designer and developer currently interning at Apple. In this show we dig deep on internships, side projects, the state of the web, dependency trees, Dungeons and Dragons, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/~design-details\">Design Details frequency</a>, and share feedback in <a href=\"https://spectrum.chat/~hugs-n-bugs\">~hugs-n-bugs</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.fusetools.com/\">Fuse</a> - Build native apps on iOS and Android.\nSimpler. Faster.</li>\n</ul>\n\n\n<a name=\"Janum.on.the.web:\"></a>\n<h5>Janum on the web:</h5>\n\n<ul>\n<li><a href=\"http://janumtrivedi.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/jmtrivedi\">Twitter</a></li>\n<li><a href=\"https://github.com/jtrivedi\">GitHub</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/ayanonagon\">Ayaka Nonaka</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/17167\">Ayaka on Design Details</a></li>\n<li><a href=\"https://github.com/jtrivedi/Teddy-Compiler\">Teddy Compiler</a></li>\n<li><a href=\"https://whatwg.org/\">WHATWG</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 17 May 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/0319c78b.mp3\" length=\"80324488\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/69723/1494981630-artwork.jpg\"/>\n      <itunes:duration>01:23:36</itunes:duration>\n      <itunes:summary>Today we caught up with Janum Trivedi, a designer and developer currently interning at Apple. In this show we dig deep on internships, side projects, the state of the web, dependency trees, Dungeons and Dragons, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Janum Trivedi, a designer and developer currently interning at Apple. In this show we dig deep on internships, side projects, the state of the web, dependency trees, Dungeons and Dragons, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>201</itunes:episode>\n    </item>\n    <item>\n      <title>197: Chillaphobia (feat. Rachel Been)</title>\n      <guid isPermaLink=\"false\">a2a8a0e7-2b04-47d0-b922-0f30c309d638</guid>\n      <link>http://designdetails.simplecast.fm/200</link>\n      <description>Today we caught up with Rachel Been, a creative director at Google working on the Material Design team. In this episode we dig deep into building design systems, creative and art direction, international empathy, machine learning in design, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Rachel Been, a creative director at Google working on the Material Design team. In this episode we dig deep into building design systems, creative and art direction, international empathy, machine learning in design, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/~design-details\">Design Details frequency</a>, and share feedback in <a href=\"https://spectrum.chat/~hugs-n-bugs\">~hugs-n-bugs</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.fusetools.com/\">Fuse</a> - Build native apps on iOS and Android.\nSimpler. Faster.</li>\n</ul>\n\n\n<a name=\"Rachel.on.the.web:\"></a>\n<h5>Rachel on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/rachelbeen?lang=en\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/rachelbeen/\">Instagram</a></li>\n<li><a href=\"http://www.rachelbeen.com/\">Website</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://wearevectors.com/\">Vectors Conference</a></li>\n<li><a href=\"https://twitter.com/gabrielvaldivia\">Gabe Valdivia</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/7937\">Gabe on Design Details</a></li>\n<li><a href=\"https://material.io/\">Material Design</a></li>\n<li><a href=\"https://material.io/color/#!/?view.left=0&amp;view.right=0\">Color Tool</a></li>\n<li><a href=\"https://design.google.com/span-2016-la/\">Span Conference</a></li>\n<li><a href=\"https://material.io/guidelines/material-design/introduction.html\">Material Guidelines</a></li>\n<li><a href=\"http://minkmgmt.com/carl-kleiner/\">Carl Kleiner</a></li>\n<li><a href=\"https://developer.apple.com/ios/human-interface-guidelines/overview/design-principles/\">HIG</a></li>\n<li><a href=\"https://spec.fm/specifics/8-pt-grid\">The 8pt Grid</a></li>\n<li><a href=\"http://www.craigandkarl.com/\">Craig and Karl</a></li>\n<li><a href=\"http://www.billboard.com/\">Billboard</a></li>\n<li><a href=\"https://mediastorm.com/\">Mediastorm</a></li>\n<li><a href=\"http://www.nytimes.com/projects/2012/snow-fall/#/?part=tunnel-creek\">Snow Fall</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 10 May 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/cb8d8eff.mp3\" length=\"68248388\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/69192/1494376449-artwork.jpg\"/>\n      <itunes:duration>01:11:01</itunes:duration>\n      <itunes:summary>Today we caught up with Rachel Been, a creative director at Google working on the Material Design team. In this episode we dig deep into building design systems, creative and art direction, international empathy, machine learning in design, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Rachel Been, a creative director at Google working on the Material Design team. In this episode we dig deep into building design systems, creative and art direction, international empathy, machine learning in design, and so much mo</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>200</itunes:episode>\n    </item>\n    <item>\n      <title>196: What is Button? (feat. Rafael Conde &amp; Kevin Clark)</title>\n      <guid isPermaLink=\"false\">f2f0cd3b-409f-46a8-bd6d-ff94fb3c8d13</guid>\n      <link>http://designdetails.simplecast.fm/199</link>\n      <description>In today's episode we caught up with our fellow Spec podcasters and designers, Rafael Conde and Kevin Clark, to talk about podcasting, side projects, building design systems, design obsession, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In today's episode we caught up with our fellow Spec podcasters and designers, Rafael Conde and Kevin Clark, to talk about podcasting, side projects, building design systems, design obsession, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/~design-details\">Design Details frequency</a>, and share feedback in <a href=\"https://spectrum.chat/~hugs-n-bugs\">~hugs-n-bugs</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.fusetools.com/?utm_source=designdetails&amp;utm_medium=podcast&amp;utm_campaign=aprilmay17\">Fuse</a> - Build native apps on iOS and Android.\nSimpler. Faster.</li>\n</ul>\n\n\n<a name=\"Rafael.on.the.Web:\"></a>\n<h5>Rafael on the Web:</h5>\n\n<ul>\n<li><a href=\"https://rafaelconde.net/\">Website</a></li>\n<li><a href=\"https://twitter.com/rafahari\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/rafahari\">Dribbble</a></li>\n<li><a href=\"https://github.com/rafaelconde\">GitHub</a></li>\n<li><a href=\"http://breakthissafe.com/\">Break This Safe</a></li>\n</ul>\n\n\n<a name=\"Kevin.on.the.Web:\"></a>\n<h5>Kevin on the Web:</h5>\n\n<ul>\n<li><a href=\"http://kevinclark.ca/\">Website</a></li>\n<li><a href=\"https://twitter.com/vernalkick\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/vernalkick\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://layout.fm/\">Layout</a></li>\n<li><a href=\"http://layout.fm/episodes/55\">55: With Our Powers Combined (With Brian Lovin and Bryn Jackson)</a></li>\n<li><a href=\"https://spec.fm/\">Spec</a></li>\n<li><a href=\"https://www.netlify.com/\">Netlify</a></li>\n<li><a href=\"https://spectrum.chat\">Spectrum</a></li>\n<li><a href=\"https://unite.shopify.com/\">Shopify Unite</a></li>\n<li><a href=\"https://www.shopify.com/blog/accelerate-checkout-with-shopify-pay\">Shopify Pay</a></li>\n<li><a href=\"https://wilsonminer.com/\">Wilson Miner</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/7935\">Wilson on Design Details</a></li>\n<li><a href=\"http://www.podcastchart.com/podcasts/the-artboard/episodes/01-motion-design\">The Artboard</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/10545\">Game design on Design Details</a></li>\n<li><a href=\"https://www.quora.com/Why-are-so-many-product-design-teams-releasing-design-systems-these-days\">Why are so many product design teams releasing design systems these days?</a></li>\n<li><a href=\"https://polaris.shopify.com/\">Shopify Polaris</a></li>\n<li><a href=\"https://medium.com/goabstract/a-component-based-workflow-for-sketch-6d3556b18d4c\">A Component-based Workflow for Sketch</a></li>\n<li><a href=\"https://twitter.com/maxvoltar\">Tim Van Damme</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/8914\">Tim on Design Details</a></li>\n<li><a href=\"https://twitter.com/tarngerine\">Julius Tarng</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 03 May 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/1cd1a43c.mp3\" length=\"80494616\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/68532/1493760045-artwork.jpg\"/>\n      <itunes:duration>01:23:47</itunes:duration>\n      <itunes:summary>In today's episode we caught up with our fellow Spec podcasters and designers, Rafael Conde and Kevin Clark, to talk about podcasting, side projects, building design systems, design obsession, and so much more.\n</itunes:summary>\n      <itunes:subtitle>In today's episode we caught up with our fellow Spec podcasters and designers, Rafael Conde and Kevin Clark, to talk about podcasting, side projects, building design systems, design obsession, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>199</itunes:episode>\n    </item>\n    <item>\n      <title>195: Weird Old Grandma (feat. Helen Tran)</title>\n      <guid isPermaLink=\"false\">5f1f8d47-a331-496d-819b-a5c8ba5e7c7a</guid>\n      <link>http://designdetails.simplecast.fm/198</link>\n      <description>Today we caught up with Helen Tran, a design lead at Shopify, writer, and explorer. In this episode we dig into Helen's background, finding motivation, design management, bodybuilding, being interesting, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Helen Tran, a design lead at Shopify, writer, and explorer. In this episode we dig into Helen's background, finding motivation, design management, bodybuilding, being interesting, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/~design-details\">Design Details frequency</a>, and share feedback in <a href=\"https://spectrum.chat/~hugs-n-bugs\">~hugs-n-bugs</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.fusetools.com/?utm_source=designdetails&amp;utm_medium=podcast&amp;utm_campaign=aprilmay17\">Fuse</a> - Build native apps on iOS and Android.\nSimpler. Faster.</li>\n</ul>\n\n\n<a name=\"Helen.on.the.Web:\"></a>\n<h5>Helen on the Web:</h5>\n\n<ul>\n<li><a href=\"http://helentran.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/tranhelen\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/tranhelen\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/tranhelen/?hl=en\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://shopify.com/\">Shopify</a></li>\n<li><a href=\"https://polaris.shopify.com/\">Polaris</a></li>\n<li><a href=\"https://twitter.com/DannPetty\">Dann Petty</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/20172\">Dann on Design Details</a></li>\n<li><a href=\"http://www.jetcooper.com/\">Jet Cooper</a></li>\n<li><a href=\"http://helentran.com/the-path\">The Path</a></li>\n<li><a href=\"http://shop.oreilly.com/product/0636920044949.do\">Org Design for Design Orgs</a></li>\n<li><a href=\"https://twitter.com/cap\">Cap Watkins</a></li>\n<li><a href=\"http://blog.capwatkins.com/the-sliding-scale-of-giving-a-fuck\">The Sliding Scale of Giving a Fuck</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/7939\">Cap on Design Details</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 26 Apr 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/33273c3b.mp3\" length=\"74685781\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/67963/1493145081-artwork.jpg\"/>\n      <itunes:duration>01:17:44</itunes:duration>\n      <itunes:summary>Today we caught up with Helen Tran, a design lead at Shopify, writer, and explorer. In this episode we dig into Helen's background, finding motivation, design management, bodybuilding, being interesting, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Helen Tran, a design lead at Shopify, writer, and explorer. In this episode we dig into Helen's background, finding motivation, design management, bodybuilding, being interesting, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>198</itunes:episode>\n    </item>\n    <item>\n      <title>194: That's So Hot Topic (feat. Kevin Smith)</title>\n      <guid isPermaLink=\"false\">0aaed780-0751-4b0e-8d4f-85b50f1c91fb</guid>\n      <link>http://designdetails.simplecast.fm/197</link>\n      <description>Today we caught up with Kevin Smith, co-founder and CTO at Abstract. In this episode we dig into Kevin's origins, the state of design tools and design workflows, focus and productivity, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Kevin Smith, co-founder and CTO at Abstract. In this episode we dig into Kevin's origins, the state of design tools and design workflows, focus and productivity, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/spectrum/~design-details\">Design Details frequency</a>, and share feedback in <a href=\"https://spectrum.chat/spectrum/~hugs-n-bugs\">~hugs-n-bugs</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<p>We're looking for sponsors! If you or your team are hiring, launching a new product, or just want to get your message out to designers around the world, reach out to us through our <a href=\"https://spec.fm/sponsors\">sponsors page</a></p>\n\n<a name=\"Kevin.on.the.Web:\"></a>\n<h5>Kevin on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/kvnsmth\">Twitter</a></li>\n<li><a href=\"https://github.com/kvnsmth\">GitHub</a></li>\n<li><a href=\"http://kevinsmith.cc/\">Website</a></li>\n<li><a href=\"http://tumblr.kevinsmith.cc/\">Blog</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.abstractapp.com\">Abstract</a></li>\n<li><a href=\"https://www.subtraction.com/2015/03/12/the-demise-of-layervault/\">On LayerVault</a></li>\n<li><a href=\"https://twitter.com/KellySutton\">Kelly Sutton</a></li>\n<li><a href=\"https://electron.atom.io/\">Electron</a></li>\n<li><a href=\"https://medium.com/sketch-app-sources/sketch-43-is-coming-to-town-with-a-new-game-an-open-file-format-ae62e7e7c223\">Sketch 43</a></li>\n<li><a href=\"https://twitter.com/mschoening\">Max Schoening</a></li>\n<li><a href=\"http://www.adobe.com/products/experience-design.html\">Adobe XD</a></li>\n<li><a href=\"https://twitter.com/whale\">Matthew Smith</a></li>\n<li><a href=\"http://hipstamatic.com/camera/\">Hipstamatic</a></li>\n<li><a href=\"https://twitter.com/jbrewer\">Josh Brewer</a></li>\n<li><a href=\"https://twitter.com/maxvoltar\">Tim Van Damme</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/8914\">Tim on Design Details</a></li>\n<li><a href=\"https://twitter.com/tommoor\">Tom Moor</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 19 Apr 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/7988cc74.mp3\" length=\"66525632\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/66586/1492563386-artwork.jpg\"/>\n      <itunes:duration>01:09:16</itunes:duration>\n      <itunes:summary>Today we caught up with Kevin Smith, co-founder and CTO at Abstract. In this episode we dig into Kevin's origins, the state of design tools and design workflows, focus and productivity, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Kevin Smith, co-founder and CTO at Abstract. In this episode we dig into Kevin's origins, the state of design tools and design workflows, focus and productivity, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>197</itunes:episode>\n    </item>\n    <item>\n      <title>193: Puppy Bears (feat. Laura Helen Winn)</title>\n      <guid isPermaLink=\"false\">307c16e4-d989-40b6-b3ba-2396ee7ad836</guid>\n      <link>http://designdetails.simplecast.fm/196</link>\n      <description>Today we caught up with Laura Helen Winn, an independent designer and photographer in San Francisco. In this show we dig into Laura's background, planning life, self employment, overwork, happiness and listening, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Laura Helen Winn, an independent designer and photographer in San Francisco. In this show we dig into Laura's background, planning life, self employment, overwork, happiness and listening, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/~design-details\">Design Details frequency</a>, and share feedback in <a href=\"https://spectrum.chat/~hugs-n-bugs\">~hugs-n-bugs</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://getflow.com/designdetails\">Flow</a> - Simple project management for designers. Save 20% when you sign up for a monthly trial, and save 30% when you start the annual trial!</li>\n</ul>\n\n\n<a name=\"Laura.on.the.Web:\"></a>\n<h5>Laura on the Web:</h5>\n\n<ul>\n<li><a href=\"http://www.laurahelenwinn.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/LauraHelenWinn\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/laurahelenwinn\">Dribbble</a></li>\n<li><a href=\"https://www.instagram.com/laurahelenwinn/?hl=en\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://marmaladebleue.com/\">Danielle Evans</a></li>\n<li><a href=\"https://learntsh.com/\">The Secret Handshake</a></li>\n<li><a href=\"https://www.facebook.com/LisaFrankOfficial/\">Lisa Frank</a></li>\n<li><a href=\"https://helloelephant.com/\">Elephant</a></li>\n<li><a href=\"https://twitter.com/michaelbierut\">Michael Bierut</a></li>\n<li><a href=\"https://about.me/\">About Me</a></li>\n<li><a href=\"https://smartdesignworldwide.com/\">Smart Design</a></li>\n<li><a href=\"https://twitter.com/nettatheninja?lang=en\">Netta Marshall</a></li>\n<li><a href=\"https://twitter.com/dburka\">Daniel Burka</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/25164\">Daniel on Design Details</a></li>\n<li><a href=\"http://www.makeshiftsociety.com/\">Makeshift Society</a></li>\n<li><a href=\"http://muledesign.com/\">Mule</a></li>\n<li><a href=\"http://www.hellolucky.com/\">Hello!Lucky</a></li>\n<li><a href=\"https://twitter.com/rena_tom\">Rena Tom</a></li>\n<li><a href=\"https://brightbrightgreat.com/\">Bright Bright Great</a></li>\n<li><a href=\"https://twitter.com/ashsmash\">Ash Huang</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/18466\">Ash on Design Details</a></li>\n<li><a href=\"https://twitter.com/stewartsc\">Stewart Scott-Curran</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/41167\">Stewart on Design Details</a></li>\n<li><a href=\"http://celesteprevost.com/\">Celeste Prevost</a></li>\n<li><a href=\"http://www.nextbigfuture.com/2017/03/elon-musk-has-gone-public-with-his.html\">Neurolace</a></li>\n<li><a href=\"https://twitter.com/socialstudysf\">Social Study</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 12 Apr 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/e39381de.mp3\" length=\"74621495\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/65869/1491882963-artwork.jpg\"/>\n      <itunes:duration>01:17:42</itunes:duration>\n      <itunes:summary>Today we caught up with Laura Helen Winn, an independent designer and photographer in San Francisco. In this show we dig into Laura's background, planning life, self employment, overwork, happiness and listening, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Laura Helen Winn, an independent designer and photographer in San Francisco. In this show we dig into Laura's background, planning life, self employment, overwork, happiness and listening, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>196</itunes:episode>\n    </item>\n    <item>\n      <title>192: One Stuff At A Time (feat. Joel Califa)</title>\n      <guid isPermaLink=\"false\">e434fc69-4260-40b6-a48d-4ef890023a18</guid>\n      <link>http://designdetails.simplecast.fm/195</link>\n      <description>Today we caught up with Joel Califa, a design manager at Digital Ocean. In this episode we discuss the state of design Twitter, design quality and process, managing up, hiring designers, rethinking empathy, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Joel Califa, a design manager at Digital Ocean. In this episode we discuss the state of design Twitter, design quality and process, managing up, hiring designers, rethinking empathy, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/~design-details\">Design Details frequency</a>, and share feedback in <a href=\"https://spectrum.chat/~hugs-n-bugs\">~hugs-n-bugs</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://getflow.com/designdetails\">Flow</a> - Simple project management for designers. Save 20% when you sign up for a monthly trial, and save 30% when you start the annual trial!</li>\n</ul>\n\n\n<a name=\"Joel.on.the.Web:\"></a>\n<h5>Joel on the Web:</h5>\n\n<ul>\n<li><a href=\"http://joelcalifa.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/notdetails\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/joelc\">Dribbble</a></li>\n<li><a href=\"https://medium.com/@notdetails\">Medium</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://spec.fm/podcasts/design-details/21184\">NYC Live Design Details</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=N470hsHKXNc\">Full Stack Anxiety</a></li>\n<li><a href=\"https://www.digitalocean.com/\">Digital Ocean</a></li>\n<li><a href=\"https://twitter.com/chasingux?lang=en\">Jesse Chase</a></li>\n<li><a href=\"https://twitter.com/soleio?lang=en\">Soleio</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/18064\">Soleio on Design Details</a></li>\n<li><a href=\"https://angel.co/forrst\">Forrst</a></li>\n<li><a href=\"http://commments.com/\">Dribbble comment generator</a></li>\n<li><a href=\"https://www.amazon.com/Managing-Humans-Humorous-Software-Engineering/dp/1430243147\">Managing Humans</a></li>\n<li><a href=\"https://twitter.com/zeigenvector\">Jenna Zeigen</a></li>\n<li><a href=\"https://twitter.com/twoblacknerds?lang=en\">Two Black Nerds</a></li>\n<li><a href=\"https://twitter.com/kwuchu\">Iheanyi Ekechukwu</a></li>\n<li><a href=\"https://twitter.com/kwiromeo\">I. Romeo Kwihangana</a></li>\n<li><a href=\"https://spectrum.chat\">Spectrum</a></li>\n<li><a href=\"http://jon.gold/\">Jon Gold</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/14150\">Jon on Design Details</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Jakob_Nielsen_(usability_consultant\">Jakob Nielsen</a>)</li>\n<li><a href=\"http://dustinsenos.com/\">Dustin Senos</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/10733\">Dustin on Design Details</a></li>\n<li><a href=\"https://twitter.com/ooohours?lang=en\">Out of Office Hours</a></li>\n<li><a href=\"https://spectrum.chat/~ooohours\">OOOH on Spectrum</a></li>\n<li><a href=\"http://www.cayleebetts.com/\">Caylee Betts</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/43506\">Design Details feat. Athyuttam Reddy</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 05 Apr 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/a19a3b6f.mp3\" length=\"85296595\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/65235/1491283707-artwork.jpg\"/>\n      <itunes:duration>01:28:49</itunes:duration>\n      <itunes:summary>Today we caught up with Joel Califa, a design manager at Digital Ocean. In this episode we discuss the state of design Twitter, design quality and process, managing up, hiring designers, rethinking empathy, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Joel Califa, a design manager at Digital Ocean. In this episode we discuss the state of design Twitter, design quality and process, managing up, hiring designers, rethinking empathy, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>195</itunes:episode>\n    </item>\n    <item>\n      <title>191: Triangle of Passions (feat. Will Newton)</title>\n      <guid isPermaLink=\"false\">2025fdfd-7141-48aa-8fb8-59d1ff828559</guid>\n      <link>http://designdetails.simplecast.fm/194</link>\n      <description>Today we sat down with Will Newton, a product designer at Gusto who previously worked on Crossfader. In this episode we dig into Will's upcoming April Fools hijinks, his journey to San Francisco, finding balance in self-improvement, the triangle of passions, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Will Newton, a product designer at Gusto who previously worked on Crossfader. In this episode we dig into Will's upcoming April Fools hijinks, his journey to San Francisco, finding balance in self-improvement, the triangle of passions, and so much more.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for the community to hang out and share what's going on in design, development, and anything else you might be interested in.</p>\n\n<p>We're still in beta, so expect bugs and lots of improvements over the next few weeks, but in the meantime we'd love to hang out with you and chat!</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/~design-details\">Design Details frequency</a>, and share feedback in <a href=\"https://spectrum.chat/~hugs-n-bugs\">~hugs-n-bugs</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://getflow.com/designdetails\">Flow</a> - Simple project management for designers. Save 20% when you sign up for a monthly trial, and save 30% when you start the annual trial!</li>\n</ul>\n\n\n<a name=\"Will.on.the.Web:\"></a>\n<h5>Will on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/willdjthrill\">Twitter</a></li>\n<li><a href=\"http://williamnewton.co/index.html\">Website</a></li>\n<li><a href=\"http://instagram.com/wow_willnewton\">Instagram</a></li>\n<li><a href=\"https://dribbble.com/willdjthrill\">Dribbble</a></li>\n<li><a href=\"https://www.mixcloud.com/willaa/\">Mixcloud</a></li>\n<li><a href=\"https://medium.com/@willdjthrill/\">Medium</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://gusto.com/\">Gusto</a></li>\n<li><a href=\"https://www.bombingscience.com/\">Bombing Science</a></li>\n<li><a href=\"https://medium.com/@willdjthrill/the-best-rejection-letter-i-ever-received-b9d7e2db7e81\">The rejection letter post</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Grooveshark\">Grooveshark</a></li>\n<li><a href=\"https://www.crossfader.fm/\">Crossfader</a></li>\n<li><a href=\"https://postmarkapp.com/\">Postmark</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 29 Mar 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/9ddac3a1.mp3\" length=\"68506351\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/64460/1490724021-artwork.jpg\"/>\n      <itunes:duration>01:11:19</itunes:duration>\n      <itunes:summary>Today we sat down with Will Newton, a product designer at Gusto who previously worked on Crossfader. In this episode we dig into Will's upcoming April Fools hijinks, his journey to San Francisco, finding balance in self-improvement, the triangle of passions, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Will Newton, a product designer at Gusto who previously worked on Crossfader. In this episode we dig into Will's upcoming April Fools hijinks, his journey to San Francisco, finding balance in self-improvement, the triangle of passio</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>194</itunes:episode>\n    </item>\n    <item>\n      <title>190: Brain Drain (feat. Christine Røde)</title>\n      <guid isPermaLink=\"false\">895c095f-0a47-4f45-81b6-8952b65856ed</guid>\n      <link>http://designdetails.simplecast.fm/193</link>\n      <description>Today we caught up with Christine Røde, a brand and interaction designer working in Amsterdam who previously worked at Facebook on Workplace and search. In this episode we dig into Christine's background, her journey to San Francisco, navigating startup and big company life, and her advice to folks outside the Bay Area.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Christine Røde, a brand and interaction designer working in Amsterdam who previously worked at Facebook on Workplace and search. In this episode we dig into Christine's background, her journey to San Francisco, navigating startup and big company life, and her advice to folks outside the Bay Area.</p>\n\n<p>We've also got a big announcement: we're building a new thing for you! It's called <a href=\"https://spectrum.chat\">Spectrum</a> and it's a place for our community to hang out and share what's going on in design, development, podcasts, news, music, and more.</p>\n\n<p>We're still in beta, so expect a few bugs and lots of improvements over the next few weeks! But in the meantime, we'd love to hang out with you and chat...<em>in real time</em>.</p>\n\n<p>Sign up at <a href=\"https://spectrum.chat\">Spectrum.chat</a>, join the <a href=\"https://spectrum.chat/~design-details\">Design Details frequency</a>, discover communities in <a href=\"https://spectrum.chat/~discover\">~discover</a>, and share feedback in <a href=\"https://spectrum.chat/~hugs-n-bugs\">~hugs-n-bugs</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<p>We're looking for sponsors! If you or your team are hiring, launching a new product, or just want to get your message out to designers around the world, reach out to us through our <a href=\"https://spec.fm/sponsors\">sponsors page</a></p>\n\n<a name=\"Christine.on.the.Web:\"></a>\n<h5>Christine on the Web:</h5>\n\n<ul>\n<li><a href=\"http://christinerode.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/chrstnerode\">Twitter</a></li>\n<li><a href=\"https://medium.com/@chrstnerode\">Medium</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.gluehome.com/\">Glue</a></li>\n<li><a href=\"https://www.amazon.com/Save-Everything-Click-Here-Technological/dp/1610393708\">To Save Everything, Click Here</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Dave_Eggers\">Dave Eggers</a></li>\n<li><a href=\"https://www.amazon.com/Circle-Dave-Eggers/dp/0345807294\">The Circle</a></li>\n<li><a href=\"https://workplace.fb.com/\">Workplace</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 22 Mar 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/8a051122.mp3\" length=\"58691395\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/63535/1489883074-artwork.jpg\"/>\n      <itunes:duration>01:01:06</itunes:duration>\n      <itunes:summary>Today we caught up with Christine Røde, a brand and interaction designer working in Amsterdam who previously worked at Facebook on Workplace and search. In this episode we dig into Christine's background, her journey to San Francisco, navigating startup and big company life, and her advice to folks outside the Bay Area.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Christine Røde, a brand and interaction designer working in Amsterdam who previously worked at Facebook on Workplace and search. In this episode we dig into Christine's background, her journey to San Francisco, navigating startup a</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>193</itunes:episode>\n    </item>\n    <item>\n      <title>189: Done Goofed (feat. Max Stoiber) </title>\n      <guid isPermaLink=\"false\">b46a09b9-288c-4333-a2ec-4b65a7ea4a6f</guid>\n      <link>http://designdetails.simplecast.fm/192</link>\n      <description>Today we caught up with Max Stoiber, the creator of Styled Components and React Boilerplate (among many other projects), and a massive contributor overall to the world of open-source Javascript. We dig into Max's background, designing with code, building in the open, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Max Stoiber, the creator of Styled Components and React Boilerplate (among many other projects), and a massive contributor overall to the world of open-source Javascript. We dig into Max's background, designing with code, building in the open, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 7,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<p>We're looking for sponsors! If you or your team are hiring, launching a new product, or just want to get your message out to designers around the world, reach out to us through our <a href=\"https://spec.fm/sponsors\">sponsors page</a></p>\n\n<a name=\"Max.on.the.Web:\"></a>\n<h5>Max on the Web:</h5>\n\n<ul>\n<li><a href=\"https://mxstbr.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/mxstbr\">Twitter</a></li>\n<li><a href=\"https://medium.com/@mxstbr\">Medium</a></li>\n<li><a href=\"http://mxstbr.blog/\">Blog</a></li>\n<li><a href=\"https://github.com/mxstbr\">GitHub</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.daybook.co/\">Daybook</a></li>\n<li><a href=\"https://www.thinkmill.com.au/\">Thinkmill</a></li>\n<li><a href=\"https://styled-components.com/\">Styled Components</a></li>\n<li><a href=\"https://www.reactboilerplate.com/\">React Boilerplate</a></li>\n<li><a href=\"https://bryn.io/\">Bryn's Website</a></li>\n<li><a href=\"https://twitter.com/glenmaddern\">Glen Maddern</a></li>\n<li><a href=\"https://angularjs.org/\">Angular</a></li>\n<li><a href=\"http://emberjs.com/\">Ember</a></li>\n<li><a href=\"https://github.com/uberbryn/spector\">Spector</a></li>\n<li><a href=\"https://formidable.com/\">Formidable</a></li>\n<li><a href=\"http://formidable.com/open-source/radium/\">Radium</a></li>\n<li><a href=\"https://github.com/threepointone/glamor\">Glamor</a></li>\n<li><a href=\"https://github.com/Khan/aphrodite\">Aphrodite</a></li>\n<li><a href=\"https://www.educative.io/collection/5642398931615744/5741031244955648\">Learn React on Educative</a></li>\n<li><a href=\"http://wesbos.com/\">Wes Bos</a></li>\n<li><a href=\"https://spec.fm/podcasts/developer-tea/57615\">Wes on Developer Tea pt. 1</a></li>\n<li><a href=\"https://spec.fm/podcasts/developer-tea/57803\">Wes on Developer Tea pt. 2</a></li>\n<li><a href=\"http://conf.reactjs.org/\">React Conf</a></li>\n<li><a href=\"https://twitter.com/joshpuckett\">Josh Puckett</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/17168\">Josh on Design Details</a></li>\n<li><a href=\"https://vimeo.com/85040589\">The Gap by Ira Glass</a></li>\n<li><a href=\"https://shop.ugmonk.com/\">Ugmonk</a></li>\n<li><a href=\"https://twitter.com/ugmonk\">Jeff Sheldon</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 15 Mar 2017 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/03203c95.mp3\" length=\"65031830\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/63297/1489529902-artwork.jpg\"/>\n      <itunes:duration>01:07:42</itunes:duration>\n      <itunes:summary>Today we caught up with Max Stoiber, the creator of Styled Components and React Boilerplate (among many other projects), and a massive contributor overall to the world of open-source Javascript. We dig into Max's background, designing with code, building in the open, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Max Stoiber, the creator of Styled Components and React Boilerplate (among many other projects), and a massive contributor overall to the world of open-source Javascript. We dig into Max's background, designing with code, building </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>192</itunes:episode>\n    </item>\n    <item>\n      <title>188: Doodle Television (feat. Kathy Zheng)</title>\n      <guid isPermaLink=\"false\">2c8f4346-07b8-4449-a47f-a446c8b44f3e</guid>\n      <link>http://designdetails.simplecast.fm/191</link>\n      <description>Today we caught up with Kathy Zheng, a designer at GitHub, previously at Patreon. In this episode we dig into failure and taking chances, hiring early designers, learning how to communicate, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Kathy Zheng, a designer at GitHub, previously at Patreon. In this episode we dig into failure and taking chances, hiring early designers, learning how to communicate, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 7,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<p>We're looking for sponsors! If you or your team are hiring, launching a new product, or just want to get your message out to designers around the world, reach out to us through our <a href=\"https://spec.fm/sponsors\">sponsors page</a></p>\n\n<a name=\"Kathy.on.the.Web:\"></a>\n<h5>Kathy on the Web:</h5>\n\n<ul>\n<li><a href=\"http://kathyz.cantaloupe.io/\">Website</a></li>\n<li><a href=\"https://twitter.com/pifafu\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/pifafu/\">Instagram</a></li>\n<li><a href=\"https://github.com/pifafu\">GitHub</a></li>\n<li><a href=\"https://dribbble.com/pifafu\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"https://github.com\">GitHub</a></li>\n<li><a href=\"https://www.patreon.com/\">Patreon</a></li>\n<li><a href=\"http://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9mon_Adventures\">Pokémon Adventures</a></li>\n<li><a href=\"https://www.instagram.com/dew/\">Daniel Waldron</a></li>\n<li><a href=\"https://buffer.com\">Buffer</a></li>\n<li><a href=\"https://twitter.com/connors?lang=en\">Connor Sears</a></li>\n<li><a href=\"https://twitter.com/mdo\">Mark Otto</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/14701\">Mark on Design Details</a></li>\n<li><a href=\"https://gitter.im/\">Gitter</a></li>\n<li><a href=\"http://makeafox.com/\">Fox doodles</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 08 Mar 2017 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/d99d8195.mp3\" length=\"60764888\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/62178/1488953937-artwork.jpg\"/>\n      <itunes:duration>01:03:16</itunes:duration>\n      <itunes:summary>Today we caught up with Kathy Zheng, a designer at GitHub, previously at Patreon. In this episode we dig into failure and taking chances, hiring early designers, learning how to communicate, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Kathy Zheng, a designer at GitHub, previously at Patreon. In this episode we dig into failure and taking chances, hiring early designers, learning how to communicate, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>191</itunes:episode>\n    </item>\n    <item>\n      <title>187: Performance Enhancing Calculators (feat. Ryhan Hassan)</title>\n      <guid isPermaLink=\"false\">3962e398-4dda-4293-86db-53943547471c</guid>\n      <link>http://designdetails.simplecast.fm/190</link>\n      <description>Today we caught up with Ryhan Hassan, a designer at Dropbox who previously worked on Paper. We dig into Ryhan's background, his transition from development to design, building side projects, easter eggs, and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Ryhan Hassan, a designer at Dropbox who previously worked on Paper. We dig into Ryhan's background, his transition from development to design, building side projects, easter eggs, and more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 7,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<p>We're looking for sponsors! If you or your team are hiring, launching a new product, or just want to get your message out to designers around the world, reach out to us through our <a href=\"https://spec.fm/sponsors\">sponsors page</a></p>\n\n<a name=\"Ryhan.on.the.Web:\"></a>\n<h5>Ryhan on the Web:</h5>\n\n<ul>\n<li><a href=\"http://ryhan.me/\">Website</a></li>\n<li><a href=\"https://twitter.com/ryhanhassan?lang=en\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/ryhan\">Dribbble</a></li>\n<li><a href=\"http://ryhan.org/\">Blog</a></li>\n<li><a href=\"https://github.com/ryhan\">GitHub</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"https://www.dropbox.com/\">Dropbox</a></li>\n<li><a href=\"https://twitter.com/soopa?lang=en\">Adam Michela</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/25900\">Adam on Design Details</a></li>\n<li><a href=\"https://twitter.com/soleio\">Soleio</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/18064\">Soleio on Design Details</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 01 Mar 2017 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/69bbb2eb.mp3\" length=\"52189646\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/61438/1488347803-artwork.jpg\"/>\n      <itunes:duration>00:54:20</itunes:duration>\n      <itunes:summary>Today we caught up with Ryhan Hassan, a designer at Dropbox who previously worked on Paper. We dig into Ryhan's background, his transition from development to design, building side projects, easter eggs, and more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Ryhan Hassan, a designer at Dropbox who previously worked on Paper. We dig into Ryhan's background, his transition from development to design, building side projects, easter eggs, and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>190</itunes:episode>\n    </item>\n    <item>\n      <title>186: Bucket Heads (feat. Sarah Pease)</title>\n      <guid isPermaLink=\"false\">467c4264-a7c3-4ff8-ab2b-1bff722f2b17</guid>\n      <link>http://designdetails.simplecast.fm/189</link>\n      <description>Today we caught up with Sarah Pease, a designer at Facebook, previously building Figma. In this episode we go deep on buckets and furniture design, designing for civic engagement, taking risks, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Sarah Pease, a designer at Facebook, previously building Figma. In this episode we go deep on buckets and furniture design, designing for civic engagement, taking risks, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 7,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<p>We're looking for sponsors! If you or your team are hiring, launching a new product, or just want to get your message out to designers around the world, reach out to us through our <a href=\"https://spec.fm/sponsors\">sponsors page</a></p>\n\n<a name=\"Sarah.on.the.Web:\"></a>\n<h5>Sarah on the Web:</h5>\n\n<ul>\n<li><a href=\"http://sarahpease.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/s_pease?lang=en\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/figmadesign\">Figma</a></li>\n<li><a href=\"https://twitter.com/designerbridge\">Designer Bridge</a></li>\n<li><a href=\"https://twitter.com/risdsteam\">RISD STEAM</a></li>\n<li><a href=\"https://www.greycork.com/\">Greycork</a></li>\n<li><a href=\"https://www.dwell.com/\">Dwell</a></li>\n<li><a href=\"https://www.sketchapp.com/\">Sketch</a></li>\n<li><a href=\"https://twitter.com/zoink?lang=en\">Dylan Field</a></li>\n<li><a href=\"https://twitter.com/evanwallace\">Evan Wallace</a></li>\n<li><a href=\"https://twitter.com/18F\">18F</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 22 Feb 2017 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/c5ce30da.mp3\" length=\"55064743\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/60856/1487635523-artwork.jpg\"/>\n      <itunes:duration>00:57:19</itunes:duration>\n      <itunes:summary>Today we caught up with Sarah Pease, a designer at Facebook, previously building Figma. In this episode we go deep on buckets and furniture design, designing for civic engagement, taking risks, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Sarah Pease, a designer at Facebook, previously building Figma. In this episode we go deep on buckets and furniture design, designing for civic engagement, taking risks, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>189</itunes:episode>\n    </item>\n    <item>\n      <title>185: Orland &amp; Portlando (feat. Matt Spiel) </title>\n      <guid isPermaLink=\"false\">ffeb2c43-dfee-4fd3-b48a-abfeba43626e</guid>\n      <link>http://designdetails.simplecast.fm/188</link>\n      <description>Today we caught up with Matt Spiel, the Director of Design at Treehouse, visiting us by way of Missouri. We learn about his destiny in Arizona, design activism, remote work, company hierarchy, taking bets on people, managing designers, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Matt Spiel, the Director of Design at Treehouse, visiting us by way of Missouri. We learn about his destiny in Arizona, design activism, remote work, company hierarchy, taking bets on people, managing designers, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 7,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<p>We're looking for sponsors! If you or your team are hiring, launching a new product, or just want to get your message out to designers around the world, reach out to us through our <a href=\"https://spec.fm/sponsors\">sponsors page</a></p>\n\n<a name=\"Matt.on.the.Web:\"></a>\n<h5>Matt on the Web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/thinmatt\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/thinmatt\">Twitter</a></li>\n<li><a href=\"https://teamtreehouse.com/thinmatt\">Treehouse</a></li>\n<li><a href=\"https://medium.com/@thinmatt\">Medium</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"https://teamtreehouse.com\">Treehouse</a></li>\n<li><a href=\"http://yasly.com/\">Danny Jones</a></li>\n<li><a href=\"http://keeg.co/\">Keegan Jones</a></li>\n<li><a href=\"https://twitter.com/simmy?lang=en\">Ryan Sims</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/9395\">Ryan on Desgin Details</a></li>\n<li><a href=\"https://cottonbureau.com/products/only-you-can-prevent-alt-facts\">Only You Can Prevent Alt Facts</a></li>\n<li><a href=\"https://twitter.com/trumpdraws\">@trumpdraws</a></li>\n<li><a href=\"https://www.amazon.com/Crucial-Conversations-Talking-Stakes-Second/dp/1469266822\">Crucial Conversations</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 15 Feb 2017 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/0983e471.mp3\" length=\"71043351\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/60461/1487099846-artwork.jpg\"/>\n      <itunes:duration>01:13:58</itunes:duration>\n      <itunes:summary>Today we caught up with Matt Spiel, the Director of Design at Treehouse, visiting us by way of Missouri. We learn about his destiny in Arizona, design activism, remote work, company hierarchy, taking bets on people, managing designers, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Matt Spiel, the Director of Design at Treehouse, visiting us by way of Missouri. We learn about his destiny in Arizona, design activism, remote work, company hierarchy, taking bets on people, managing designers, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>188</itunes:episode>\n    </item>\n    <item>\n      <title>184: Three Scarves (feat. Meredith Schomburg)</title>\n      <guid isPermaLink=\"false\">6f33d176-48df-4cf8-a1e0-f93f15a60b13</guid>\n      <link>http://designdetails.simplecast.fm/187</link>\n      <description>Today we caught up with Meredith Schomburg, a designer and illustrator at Airbnb. We dig into the impact of illustration, finding the right team at Airbnb, finding role models and fulfillment, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Meredith Schomburg, a designer and illustrator at Airbnb. We dig into the impact of illustration, finding the right team at Airbnb, finding role models and fulfillment, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 7,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<p>We're looking for sponsors! If you or your team are hiring, launching a new product, or just want to get your message out to designers around the world, reach out to us through our <a href=\"https://spec.fm/sponsors\">sponsors page</a></p>\n\n<a name=\"Meredith.on.the.Web:\"></a>\n<h5>Meredith on the Web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/meredithschomburg\">Dribbble</a></li>\n<li><a href=\"http://www.meredith-paige-schomburg.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/schombombadil?lang=en\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/meredith_schomburg/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"http://airbnb.design/\">Airbnb Design</a></li>\n<li><a href=\"http://airbnb.design/tag/dls/\">DLS</a></li>\n<li><a href=\"https://dribbble.com/RYPEARTS\">Ryan Putnam</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/12598\">Ryan on Design Details</a></li>\n<li><a href=\"https://www.epicurrence.com/\">Epicurrence</a></li>\n<li><a href=\"https://twitter.com/lil_dill\">Katie Dill</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/19155\">Katie on Design Details</a></li>\n<li><a href=\"https://twitter.com/gojeanyn?lang=en\">Jeany Ngo</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/43443\">Jeany on Design Details</a></li>\n<li><a href=\"https://twitter.com/teganmierle?lang=en\">Tegan Mierle</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/53076\">Tegan on Design Details</a></li>\n<li><a href=\"https://twitter.com/GraydonSpeace\">Graydon Speace</a></li>\n<li><a href=\"https://twitter.com/pxpong?lang=en\">Pixel Pong</a></li>\n<li><a href=\"https://twitter.com/rogie\">Rogie King</a></li>\n<li><a href=\"https://twitter.com/jongold\">Jon Gold</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/14150\">Jon on Design Details</a></li>\n<li><a href=\"https://twitter.com/karrisaarinen\">Karri Saarinen</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/40840\">Karri on Design Details</a></li>\n<li><a href=\"https://twitter.com/thatbenlifetho\">Benjamin Wilkins</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/47267\">Ben on Design Details</a></li>\n<li><a href=\"https://twitter.com/nettatheninja\">Netta Marshall</a></li>\n<li><a href=\"https://twitter.com/MegDraws\">Meg Robichaud</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/22329\">Meg on Design Details</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 08 Feb 2017 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/550ff06b.mp3\" length=\"43692521\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/59792/1486500017-artwork.jpg\"/>\n      <itunes:duration>01:00:38</itunes:duration>\n      <itunes:summary>Today we caught up with Meredith Schomburg, a designer and illustrator at Airbnb. We dig into the impact of illustration, finding the right team at Airbnb, finding role models and fulfillment, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Meredith Schomburg, a designer and illustrator at Airbnb. We dig into the impact of illustration, finding the right team at Airbnb, finding role models and fulfillment, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>187</itunes:episode>\n    </item>\n    <item>\n      <title>183: Vicious Soda Can (feat. Cat Noone)</title>\n      <guid isPermaLink=\"false\">b67b9d24-fceb-40c1-bae2-6fb99d47bb25</guid>\n      <link>http://designdetails.simplecast.fm/186</link>\n      <description>Today we caught up with Cat Noone, a designer and founder currently working on a new startup, Iris. In this episode we learn how to do math on our fingers, discuss how to navigate a career and different types of companies, learn what it takes to bootstrap a startup, hear Cat's advice for aspiring entrepreneurs, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Cat Noone, a designer and founder currently working on a new startup, Iris. In this episode we learn how to do math on our fingers, discuss how to navigate a career and different types of companies, learn what it takes to bootstrap a startup, hear Cat's advice for aspiring entrepreneurs, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 7,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<p>We're looking for sponsors! If you or your team are hiring, launching a new product, or just want to get your message out to designers around the world, reach out to us through our <a href=\"https://spec.fm/sponsors\">sponsors page</a></p>\n\n<a name=\"Cat.on.the.Web:\"></a>\n<h5>Cat on the Web:</h5>\n\n<ul>\n<li><a href=\"http://heyimcat.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/imcatnoone\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/imcatnoone\">Dribbble</a></li>\n<li><a href=\"https://medium.com/@imcatnoone\">Medium</a></li>\n<li><a href=\"https://github.com/imcatnoone\">Github</a></li>\n<li><a href=\"https://www.instagram.com/imcatnoone\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"http://getiris.co/\">Iris</a></li>\n<li><a href=\"https://twitter.com/blehnert\">Benedikt Lehnert</a></li>\n<li><a href=\"https://www.wunderlist.com/\">Wunderlist</a></li>\n<li><a href=\"http://www.liber.io/\">Liberio</a></li>\n<li><a href=\"https://nest.com/smoke-co-alarm/meet-nest-protect/\">Nest Protect</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 01 Feb 2017 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/c69205d3.mp3\" length=\"62954160\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/59106/1485809147-artwork.jpg\"/>\n      <itunes:duration>01:05:32</itunes:duration>\n      <itunes:summary>Today we caught up with Cat Noone, a designer and founder currently working on a new startup, Iris. In this episode we learn how to do math on our fingers, discuss how to navigate a career and different types of companies, learn what it takes to bootstrap a startup, hear Cat's advice for aspiring entrepreneurs, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Cat Noone, a designer and founder currently working on a new startup, Iris. In this episode we learn how to do math on our fingers, discuss how to navigate a career and different types of companies, learn what it takes to bootstrap</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>186</itunes:episode>\n    </item>\n    <item>\n      <title>182: Sugar Puppy (feat. Jenny Johannesson</title>\n      <guid isPermaLink=\"false\">11e30569-8e6c-453c-84cb-9c864d63c78e</guid>\n      <link>http://designdetails.simplecast.fm/185</link>\n      <description>Today we caught up with Jenny Johannesson, a designer at Ueno, previously at Fantasy and DDB, who currently lives in San Francisco by way of Sweden. We dig into Jenny's background, design confidence, green cards and visas, that sweet agency life, advice for young designers, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Jenny Johannesson, a designer at Ueno, previously at Fantasy and DDB, who currently lives in San Francisco by way of Sweden. We dig into Jenny's background, design confidence, green cards and visas, that sweet agency life, advice for young designers, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 7,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<p>We're looking for sponsors! If you or your team are hiring, launching a new product, or just want to get your message out to designers around the world, reach out to us through our <a href=\"https://spec.fm/sponsors\">sponsors page</a></p>\n\n<a name=\"Jenny.on.the.Web:\"></a>\n<h5>Jenny on the Web:</h5>\n\n<ul>\n<li><a href=\"http://www.jennyjohannesson.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/chopse\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/chopse/\">Instagram</a></li>\n<li><a href=\"https://dribbble.com/chopse\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/iamharaldur\">HaraldurThorleifsson</a></li>\n<li><a href=\"http://www.ddbgroup.nl/en/\">DDB</a></li>\n<li><a href=\"https://ueno.co/\">Ueno</a></li>\n<li><a href=\"https://dribbble.com/robbincenijn\">Robbin Cenijn</a></li>\n<li><a href=\"http://www.jennyjohannesson.com/\">Jenny's Website</a></li>\n<li><a href=\"http://www.fantasy.co/\">Fantasy</a></li>\n<li><a href=\"https://www.linkedin.com/in/chadtafolla\">Chad Tafolla</a></li>\n<li><a href=\"http://www.guglieri.com/\">Claudio Guglieri</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/37362\">Claudio on Design Details</a></li>\n<li><a href=\"https://twitter.com/generosss\">Gene Ross</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/20301\">Gene on Design Details</a></li>\n<li><a href=\"http://www.bryanjamesdesign.co.uk/\">Bryan James</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 25 Jan 2017 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/5116918b.mp3\" length=\"49121527\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/58415/1485286176-artwork.jpg\"/>\n      <itunes:duration>01:08:11</itunes:duration>\n      <itunes:summary>Today we caught up with Jenny Johannesson, a designer at Ueno, previously at Fantasy and DDB, who currently lives in San Francisco by way of Sweden. We dig into Jenny's background, design confidence, green cards and visas, that sweet agency life, advice for young designers, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Jenny Johannesson, a designer at Ueno, previously at Fantasy and DDB, who currently lives in San Francisco by way of Sweden. We dig into Jenny's background, design confidence, green cards and visas, that sweet agency life, advice f</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>185</itunes:episode>\n    </item>\n    <item>\n      <title>181: 5,000 Tickets Gets The Gum (feat. Alex Cornell)</title>\n      <guid isPermaLink=\"false\">5ff8db97-a5fd-47f3-8167-cbc2f3cd889d</guid>\n      <link>http://designdetails.simplecast.fm/184</link>\n      <description>Today we caught up with Alex Cornell, a product designer at Facebook, filmmaker, book writer, musician, photographer, and so much more. We dig deep into his thoughts on finding fulfillment, growing as a communicator, fame, the good ol' days of design communities, and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Alex Cornell, a product designer at Facebook, filmmaker, book writer, musician, photographer, and so much more. We dig deep into his thoughts on finding fulfillment, growing as a communicator, fame, the good ol' days of design communities, and more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 6,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<p>We're looking for sponsors! If you or your team are hiring, launching a new product, or just want to get your message out to designers around the world, reach out to us through our <a href=\"https://spec.fm/sponsors\">sponsors page</a></p>\n\n<a name=\"Alex.on.the.Web:\"></a>\n<h5>Alex on the Web:</h5>\n\n<ul>\n<li><a href=\"http://www.alexcornell.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/alexcornell?lang=en\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/alexcornell/\">Instagram</a></li>\n<li><a href=\"https://www.youtube.com/user/alxcornell\">YouTube</a></li>\n<li><a href=\"https://vimeo.com/alexcornell\">Vimeo</a></li>\n<li><a href=\"https://soundcloud.com/alexcornell\">SoundCloud</a></li>\n<li><a href=\"https://medium.com/@alexcornell\">Medium</a></li>\n<li><a href=\"https://play.spotify.com/artist/2zVCLRV59G7nPOoKxj4xyY?play=true&amp;utm_source=open.spotify.com&amp;utm_medium=open\">Spotify</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"https://live.fb.com/\">Facebook Live</a></li>\n<li><a href=\"https://twitter.com/gk3\">George Kedenburg III</a></li>\n<li><a href=\"https://play.spotify.com/artist/2zVCLRV59G7nPOoKxj4xyY?play=true&amp;utm_source=open.spotify.com&amp;utm_medium=open\">Alex on Spotify</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/11419\">Kevin Rose on Design Details</a></li>\n<li><a href=\"https://twitter.com/gabrielvaldivia\">Gabe Valdivia</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/7937\">Gabe on Design Details</a></li>\n<li><a href=\"http://worms2d.info/Ninja_Rope\">Ninja Rope</a></li>\n<li><a href=\"http://origami.design/\">Origami</a></li>\n<li><a href=\"https://twitter.com/wilsonminer\">Wilson Miner</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/7935\">Wilson on Design Details</a></li>\n<li><a href=\"https://twitter.com/soopa\">Adam Michela</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/25900\">Adam on Design Details</a></li>\n<li><a href=\"http://blog.iso50.com/\">ISO50</a></li>\n<li><a href=\"http://thegreatdiscontent.com/interview/scott-hansen\">Scott Hansen</a></li>\n<li><a href=\"https://twitter.com/taramann\">Tara Mann</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/16690\">Tara on Design Details</a></li>\n<li><a href=\"https://medium.com/@taramann/learning-to-just-be-a-person-a69c1a852fcb\">Tara Mann: Learning to Just Be a Person</a></li>\n<li><a href=\"https://twitter.com/khoi\">Khoi Vinh</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/10060\">Khoi on Design Details</a></li>\n<li><a href=\"http://www.imdb.com/title/tt0847817/\">Helvetica</a></li>\n<li><a href=\"http://abduzeedo.com/\">Abduzeedo</a></li>\n<li><a href=\"http://www.videocopilot.net/\">Video Copilot</a></li>\n<li><a href=\"https://www.amazon.com/Breakthrough-Strategies-Overcome-Creative-Imagination/dp/1616890398\">Alex's book, Breakthrough!</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Erik_Spiekermann\">Erik Spiekermann</a></li>\n<li><a href=\"http://matthew-lyons.com/\">Matthew Lyons</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 18 Jan 2017 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/c482c7dc.mp3\" length=\"52771584\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/57939/1484688594-artwork.jpg\"/>\n      <itunes:duration>01:13:15</itunes:duration>\n      <itunes:summary>Today we caught up with Alex Cornell, a product designer at Facebook, filmmaker, book writer, musician, photographer, and so much more. We dig deep into his thoughts on finding fulfillment, growing as a communicator, fame, the good ol' days of design communities, and more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Alex Cornell, a product designer at Facebook, filmmaker, book writer, musician, photographer, and so much more. We dig deep into his thoughts on finding fulfillment, growing as a communicator, fame, the good ol' days of design comm</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>184</itunes:episode>\n    </item>\n    <item>\n      <title>180: Best of 2016 (Part 3) </title>\n      <guid isPermaLink=\"false\">61c578f3-551b-43cf-9a74-332878da2158</guid>\n      <link>http://designdetails.simplecast.fm/183</link>\n      <description>For the next week we're taking some time off with our friends and family – to tide everyone over, we've compiled three episodes with some of our favorite clips of 2016. We hope you enjoy listening back and rediscovering some of our episodes from this year, and we'll be back with new interviews in 2017!\n</description>\n      <content:encoded>\n        <![CDATA[<p>For the next week we're taking some time off with our friends and family – to tide everyone over, we've compiled three episodes with some of our favorite clips of 2016. We hope you enjoy listening back and rediscovering some of our episodes from this year, and we'll be back with new interviews in 2017!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a> and on <a href=\"https://dribbble.com/ueno\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Design.Details.on.the.Web:\"></a>\n<h5>Design Details on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm on Twitter</a></li>\n<li><a href=\"https://twitter.com/specfm\">@specfm</a></li>\n<li><a href=\"http://spec.fm/slack\">Slack</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://spec.fm/podcasts/design-details/26731\">104: All Good in the Hood (feat. Jen &amp; Amy Hood)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/40298\">140: Murky Waters (feat. Mike Davidson)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/45021\">158: D.R.E.A.M. (feat. Bob Baxley)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/41946\">147: Editorial Spackle (feat. Jessica Collier)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/42532\">149: Melayoncé (feat. Melanie Araujo)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/52635\">171: Never Not Crunched (feat. Sarah Marie &amp; Marshall Bock)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/47267\">163: Guardrails (feat. Ben Wilkins)</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 11 Jan 2017 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/de1b33d9.mp3\" length=\"72911180\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/55892/1482803484-artwork.jpg\"/>\n      <itunes:duration>01:15:55</itunes:duration>\n      <itunes:summary>For the next week we're taking some time off with our friends and family – to tide everyone over, we've compiled three episodes with some of our favorite clips of 2016. We hope you enjoy listening back and rediscovering some of our episodes from this year, and we'll be back with new interviews in 2017!\n</itunes:summary>\n      <itunes:subtitle>For the next week we're taking some time off with our friends and family – to tide everyone over, we've compiled three episodes with some of our favorite clips of 2016. We hope you enjoy listening back and rediscovering some of our episodes from this year</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>183</itunes:episode>\n    </item>\n    <item>\n      <title>179: Best of 2016 (Part 2) </title>\n      <guid isPermaLink=\"false\">329e9cfd-b9f9-4137-9f51-dda52b5e425b</guid>\n      <link>http://designdetails.simplecast.fm/182</link>\n      <description>For the next two weeks we're taking some time off with our friends and family – to tide everyone over, we've compiled three episodes with some of our favorite clips of 2016. We hope you enjoy listening back and rediscovering some of our episodes from this year, and we'll be back with new interviews in 2017!\n</description>\n      <content:encoded>\n        <![CDATA[<p>For the next two weeks we're taking some time off with our friends and family – to tide everyone over, we've compiled three episodes with some of our favorite clips of 2016. We hope you enjoy listening back and rediscovering some of our episodes from this year, and we'll be back with new interviews in 2017!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a> and on <a href=\"https://dribbble.com/ueno\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Design.Details.on.the.Web:\"></a>\n<h5>Design Details on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm on Twitter</a></li>\n<li><a href=\"https://twitter.com/specfm\">@specfm</a></li>\n<li><a href=\"http://spec.fm/slack\">Slack</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://spec.fm/podcasts/design-details/43442\">152: Maniacal Easy-Bake (feat. Beth Dean)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/36211\">125: Back to the Drawing Board, Baby (feat. Vanessa Cho)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/38919\">136: All Bridge, No Apple (feat. Rasmus Andersson)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/41167\">144: Coca-Coolaid (feat. Stewart Scott-Curran)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/37362\">129: Respect the Craft (feat. Claudio Guglieri)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/49153\">166: Ambient Struggles (feat. May-Li Khoe &amp; Andy Matuschak)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/50883\">169: Invisible Unicorns (feat. Maykel Loomans)</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 04 Jan 2017 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/b24da4e4.mp3\" length=\"69997987\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/55889/1482798529-artwork.jpg\"/>\n      <itunes:duration>01:12:53</itunes:duration>\n      <itunes:summary>For the next two weeks we're taking some time off with our friends and family – to tide everyone over, we've compiled three episodes with some of our favorite clips of 2016. We hope you enjoy listening back and rediscovering some of our episodes from this year, and we'll be back with new interviews in 2017!\n</itunes:summary>\n      <itunes:subtitle>For the next two weeks we're taking some time off with our friends and family – to tide everyone over, we've compiled three episodes with some of our favorite clips of 2016. We hope you enjoy listening back and rediscovering some of our episodes from this</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>182</itunes:episode>\n    </item>\n    <item>\n      <title>178: Best of 2016 (Part 1) </title>\n      <guid isPermaLink=\"false\">74ac429e-106e-46fa-b4ae-705821b17f18</guid>\n      <link>http://designdetails.simplecast.fm/181</link>\n      <description>For the next three weeks we're taking some time off with our friends and family – to tide everyone over, we've compiled three episodes with some of our favorite clips of 2016. We hope you enjoy listening back and rediscovering some of our episodes from this year, and we'll be back with new interviews in 2017!\n</description>\n      <content:encoded>\n        <![CDATA[<p>For the next three weeks we're taking some time off with our friends and family – to tide everyone over, we've compiled three episodes with some of our favorite clips of 2016. We hope you enjoy listening back and rediscovering some of our episodes from this year, and we'll be back with new interviews in 2017!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a> and on <a href=\"https://dribbble.com/ueno\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Design.Details.on.the.Web:\"></a>\n<h5>Design Details on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm on Twitter</a></li>\n<li><a href=\"https://twitter.com/specfm\">@specfm</a></li>\n<li><a href=\"http://spec.fm/slack\">Slack</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://spec.fm/podcasts/design-details/34520\">118: The Helena Price™ (feat. Helena Price)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/25164\">100: Goldilocks Fidelity (feat. Daniel Burka)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/48685\">165: Whitespace Friends (feat. Lori Kaplan)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/28426\">111: Claim to Flame (feat. Vicki Tan)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/29238\">113: Artist Formerly Known As (feat. Jeff Smith)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/55583\">177: Chocolate Soul Cup (feat. Jon Schlossberg)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/37620\">130: Ramen UI (feat. Linda Dong)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/43506\">155: Duckicopters (feat. Athyuttam Reddy)</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/53628\">173: Grammar Different (feat. Leigh Taylor)</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 28 Dec 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/0857a356.mp3\" length=\"73208763\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/55888/1482797813-artwork.jpg\"/>\n      <itunes:duration>01:16:13</itunes:duration>\n      <itunes:summary>For the next three weeks we're taking some time off with our friends and family – to tide everyone over, we've compiled three episodes with some of our favorite clips of 2016. We hope you enjoy listening back and rediscovering some of our episodes from this year, and we'll be back with new interviews in 2017!\n</itunes:summary>\n      <itunes:subtitle>For the next three weeks we're taking some time off with our friends and family – to tide everyone over, we've compiled three episodes with some of our favorite clips of 2016. We hope you enjoy listening back and rediscovering some of our episodes from th</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>181</itunes:episode>\n    </item>\n    <item>\n      <title>177: Chocolate Soul Cup (feat. Jon Schlossberg)</title>\n      <guid isPermaLink=\"false\">687ee7e0-0980-4d7f-af46-1e1665304a6b</guid>\n      <link>http://designdetails.simplecast.fm/180</link>\n      <description>Today we sat down with Jon Schlossberg, the cofounder and CEO at Even. We had a wonderful chat with Jon, digging into his path to becoming a designer, developing the skills of critical thinking, the cognitive energy cup, designing against inequality, telling the truth, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Jon Schlossberg, the cofounder and CEO at Even. We had a wonderful chat with Jon, digging into his path to becoming a designer, developing the skills of critical thinking, the cognitive energy cup, designing against inequality, telling the truth, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 6,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a> and on <a href=\"https://dribbble.com/ueno\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Jon.on.the.Web:\"></a>\n<h5>Jon on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/jschloss?lang=en\">Twitter</a></li>\n<li><a href=\"http://www.jschlossberg.com/\">Website</a></li>\n<li><a href=\"https://medium.com/@jschloss\">Medium</a></li>\n<li><a href=\"https://www.quora.com/profile/Jon-Schlossberg\">Quora</a></li>\n<li><a href=\"https://even.com\">Even</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/chopse\">Jenny Johannesson</a></li>\n<li><a href=\"https://even.com\">Even</a></li>\n<li><a href=\"https://twitter.com/dustin\">Dustin Senos</a></li>\n<li><a href=\"https://shift.newco.co/holiday-office-hours-92ea96e6c29f#.ag76f7o6o\">Dustin's Holiday Office Hours</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/10733\">Dustin on Design Details</a></li>\n<li><a href=\"https://managedbyq.com/\">Managed by Q</a></li>\n<li><a href=\"http://www.hugeinc.com/\">Huge</a></li>\n<li><a href=\"http://www.allcaps.cc/\">Joe Stewart</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Pareto_principle\">Pareto Principle</a></li>\n<li><a href=\"http://www.knocktounlock.com/\">Knock to Unlock</a></li>\n<li><a href=\"http://www.jschlossberg.com/writing/\">Jon's Writing</a></li>\n<li><a href=\"https://schloss.quora.com/Design-doesnt-deserve-a-seat-at-the-table\">Design doesn't deserve a seat at the table</a></li>\n<li><a href=\"http://www.bjfogg.com/\">BJ Fogg</a></li>\n<li><a href=\"https://twitter.com/jschloss/status/796550481661362178?lang=en\">List of Startups tweet...</a></li>\n<li><a href=\"http://www.jschlossberg.com/writing/the-importance-of-being-ruthless/\">The importance of being ruthless</a></li>\n<li><a href=\"https://twitter.com/patrickc\">Patrick Collison</a></li>\n<li><a href=\"https://www.amazon.com/Zero-One-Notes-Startups-Future/dp/0804139296\">Zero to One</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/How_to_Win_Friends_and_Influence_People\">How to Win Friends</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 21 Dec 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/15a70d0f.mp3\" length=\"59161023\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/55583/1482268430-artwork.jpg\"/>\n      <itunes:duration>01:22:07</itunes:duration>\n      <itunes:summary>Today we sat down with Jon Schlossberg, the cofounder and CEO at Even. We had a wonderful chat with Jon, digging into his path to becoming a designer, developing the skills of critical thinking, the cognitive energy cup, designing against inequality, telling the truth, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Jon Schlossberg, the cofounder and CEO at Even. We had a wonderful chat with Jon, digging into his path to becoming a designer, developing the skills of critical thinking, the cognitive energy cup, designing against inequality, tell</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>180</itunes:episode>\n    </item>\n    <item>\n      <title>176: Location Irrelevance (feat. Juan Arreguin) </title>\n      <guid isPermaLink=\"false\">f6c8a917-dc5b-406d-8fbf-a37304f2de95</guid>\n      <link>http://designdetails.simplecast.fm/179</link>\n      <description>Today we caught up with longtime-friend and freelance designer Juan Arreguin. We dig into Juan's origins as a designer in the midwest, the body as design, building a community in San Francisco, designing as a nomad, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with longtime-friend and freelance designer Juan Arreguin. We dig into Juan's origins as a designer in the midwest, the body as design, building a community in San Francisco, designing as a nomad, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 6,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a> and on <a href=\"https://dribbble.com/ueno\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Juan.on.the.web:\"></a>\n<h5>Juan on the web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/JUANARREGUIN\">Dribbble</a></li>\n<li><a href=\"http://www.arregu.in/\">Website</a></li>\n<li><a href=\"https://twitter.com/juanarreguin\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/juanarreguin/\">Instagram</a></li>\n<li><a href=\"https://unsplash.com/@juanarreguin\">Unsplash</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/tsozik?lang=en\">Dmitry Tsozik</a></li>\n<li><a href=\"https://twitter.com/BrianBenitez\">Brian Benitez</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/24307\">Brian on Design Details</a></li>\n<li><a href=\"https://twitter.com/brdrck\">Jeff Broderick</a></li>\n<li><a href=\"http://www.junior.io/\">Junior</a></li>\n<li><a href=\"https://twitter.com/DannPetty\">Dann Petty</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/20172\">Dann on Design Details</a></li>\n<li><a href=\"http://rallyinteractive.com/\">Rally</a></li>\n<li><a href=\"http://www.underbelly.is/\">Underbelly</a></li>\n<li><a href=\"https://twitter.com/yocline\">Ben Cline</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/26847\">Ben on Design Details</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 14 Dec 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/33ffc0b9.mp3\" length=\"65576036\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/54766/1481226428-artwork.jpg\"/>\n      <itunes:duration>01:08:16</itunes:duration>\n      <itunes:summary>Today we caught up with longtime-friend and freelance designer Juan Arreguin. We dig into Juan's origins as a designer in the midwest, the body as design, building a community in San Francisco, designing as a nomad, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with longtime-friend and freelance designer Juan Arreguin. We dig into Juan's origins as a designer in the midwest, the body as design, building a community in San Francisco, designing as a nomad, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>179</itunes:episode>\n    </item>\n    <item>\n      <title>175: Honeymoon &amp; Humble Ping-Pong (feat. Claire Tauziet) </title>\n      <guid isPermaLink=\"false\">393e9132-44c9-42c1-82ce-184093325f3b</guid>\n      <link>http://designdetails.simplecast.fm/178</link>\n      <description>Today we caught up with Claire Tauziet, a designer at Google, previously at BigCommerce, by way of France. We dig into Claire's background, sharing past work, building a career in a new country, advice for young designers, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Claire Tauziet, a designer at Google, previously at BigCommerce, by way of France. We dig into Claire's background, sharing past work, building a career in a new country, advice for young designers, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 6,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a> and on <a href=\"https://dribbble.com/ueno\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Claire.on.the.web:\"></a>\n<h5>Claire on the web:</h5>\n\n<ul>\n<li><a href=\"http://www.clairetauziet.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/ClaireTauziet\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/ClaireTauziet\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/clairetauziet/\">Instagram</a></li>\n<li><a href=\"https://medium.com/@clairetauziet\">Medium</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"http://blog.fliptop.com/\">Fliptop</a></li>\n<li><a href=\"https://twitter.com/christauziet?lang=en\">Christophe Tauziet</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/38920\">Christophe on Design Details</a></li>\n<li><a href=\"https://parse.com/\">Parse</a></li>\n<li><a href=\"https://www.bigcommerce.com/\">BigCommerce</a></li>\n<li><a href=\"https://twitter.com/dresigner\">Andrea Wagner</a></li>\n<li><a href=\"https://medium.com/@clairetauziet\">Claire on Medium</a></li>\n<li><a href=\"https://www.16personalities.com/intj-personality\">INTJ</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=HuvuSo7_OvY\">Claire on YouTube</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 07 Dec 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/bb965cf5.mp3\" length=\"59185035\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/54104/1480546142-artwork.jpg\"/>\n      <itunes:duration>01:01:37</itunes:duration>\n      <itunes:summary>Today we caught up with Claire Tauziet, a designer at Google, previously at BigCommerce, by way of France. We dig into Claire's background, sharing past work, building a career in a new country, advice for young designers, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Claire Tauziet, a designer at Google, previously at BigCommerce, by way of France. We dig into Claire's background, sharing past work, building a career in a new country, advice for young designers, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>178</itunes:episode>\n    </item>\n    <item>\n      <title>174: Lava Lamp Nail Salon (feat. Noah Levin) </title>\n      <guid isPermaLink=\"false\">5e2ed6ea-bb10-4599-8661-13ba55693d5f</guid>\n      <link>http://designdetails.simplecast.fm/177</link>\n      <description>Today we caught up with Noah Levin, a design manager at ClassPass, previously building the Google app for iOS, and before that a designer at NASA. We dig into Noah's origins, wireframing and visual design, navigating design at a big company, stigmas in therapy, imposter syndrome, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Noah Levin, a design manager at ClassPass, previously building the Google app for iOS, and before that a designer at NASA. We dig into Noah's origins, wireframing and visual design, navigating design at a big company, stigmas in therapy, imposter syndrome, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 6,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a> and on <a href=\"https://dribbble.com/ueno\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Noah.on.the.web:\"></a>\n<h5>Noah on the web:</h5>\n\n<ul>\n<li><a href=\"http://nlevin.dribbble.com/\">Website</a></li>\n<li><a href=\"https://github.com/nlevin\">GitHub</a></li>\n<li><a href=\"https://dribbble.com/nlevin\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/nlevin\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"https://classpass.com/get\">ClassPass</a></li>\n<li><a href=\"https://twitter.com/kowitz\">Braden Kowitz</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/38523\">Braden on Design Details</a></li>\n<li><a href=\"https://www.gv.com/\">Google Ventures</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/COBOL\">COBOL</a></li>\n<li><a href=\"https://www.crunchbase.com/organization/arc90\">Arc90</a></li>\n<li><a href=\"https://www.readability.com/\">Readability</a></li>\n<li><a href=\"http://www.brianlovin.com/design-details/google-search-for-ios\">Design Details: Google for iOS</a></li>\n<li><a href=\"http://neue.austinbales.com/\">Austin Bales</a></li>\n<li><a href=\"https://framerjs.com/\">Framer</a></li>\n<li><a href=\"https://twitter.com/koenbok\">Koen Bok</a></li>\n<li><a href=\"https://twitter.com/jornvandijk\">Jorn van Dijk</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/50030\">Koen and Jorn on Design Details</a></li>\n<li><a href=\"https://twitter.com/jeremygoldbrg\">Jeremy Goldberg</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/36213\">Jeremy on Design Details</a></li>\n<li><a href=\"http://valiocon.com/\">ValioCon</a></li>\n<li><a href=\"https://twitter.com/alcor?lang=en\">Nicholas Jitkoff</a></li>\n<li><a href=\"http://arifhuda.com/\">Arif Huda</a></li>\n<li><a href=\"https://twitter.com/jonwiley\">Jon Wiley</a></li>\n<li><a href=\"https://dribbble.com/rashibirla\">Rashi Birla</a></li>\n<li><a href=\"https://www.amazon.com/Dip-Little-Book-Teaches-Stick/dp/1591841666\">The Dip</a></li>\n<li><a href=\"http://www.sethgodin.com/sg/\">Seth Godin</a></li>\n<li><a href=\"https://www.amazon.com/Minute-Manager-Kenneth-Blanchard-Ph-D/dp/074350917X\">The One Minute Manager</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 30 Nov 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/1ed0bb33.mp3\" length=\"51098271\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/53776/1480209092-artwork.jpg\"/>\n      <itunes:duration>01:10:55</itunes:duration>\n      <itunes:summary>Today we caught up with Noah Levin, a design manager at ClassPass, previously building the Google app for iOS, and before that a designer at NASA. We dig into Noah's origins, wireframing and visual design, navigating design at a big company, stigmas in therapy, imposter syndrome, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Noah Levin, a design manager at ClassPass, previously building the Google app for iOS, and before that a designer at NASA. We dig into Noah's origins, wireframing and visual design, navigating design at a big company, stigmas in th</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>177</itunes:episode>\n    </item>\n    <item>\n      <title>173: Grammar Different (feat. Leigh Taylor) </title>\n      <guid isPermaLink=\"false\">ae046239-452f-43d4-a855-963d1595622f</guid>\n      <link>http://designdetails.simplecast.fm/176</link>\n      <description>Today we caught up with Leigh Taylor, a freelancing designer previously building AI design systems at The Grid. In this conversation, we dig into chasing people versus jobs, predictability and consistency, design patterns, living like you're retired, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Leigh Taylor, a freelancing designer previously building AI design systems at The Grid. In this conversation, we dig into chasing people versus jobs, predictability and consistency, design patterns, living like you're retired, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 6,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a> and on <a href=\"https://dribbble.com/ueno\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Leigh.on.the.web:\"></a>\n<h5>Leigh on the web:</h5>\n\n<ul>\n<li><a href=\"https://www.behance.net/leightaylor\">Behance</a></li>\n<li><a href=\"https://twitter.com/lat\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/leightaylor\">Dribbble</a></li>\n<li><a href=\"https://medium.com/@lat\">Medium</a></li>\n<li><a href=\"http://www.leightaylor.co.uk/\">Website</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/chopse\">Jenny Johannesson</a> and her <a href=\"http://www.jennyjohannesson.com/\">portfolio</a></li>\n<li><a href=\"https://twitter.com/jongold\">Jon Gold</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/14150\">Jon on Design Details</a></li>\n<li><a href=\"https://dribbble.com/aaronstump\">Aaron Stump</a></li>\n<li><a href=\"https://www.amazon.com/Thinking-Fast-Slow-Daniel-Kahneman/dp/0374533555\">Thinking, Fast and Slow</a></li>\n<li><a href=\"https://www.amazon.com/Social-Animal-Sources-Character-Achievement/dp/0812979370\">The Social Animal</a></li>\n<li><a href=\"http://derrenbrown.co.uk/\">Derren Brown</a></li>\n<li><a href=\"https://medium.com/the-grid/the-start-of-design-evolution-c5435706540c#.dd6rpptej\">Design Driven AI</a></li>\n<li><a href=\"https://thegrid.io/\">The Grid</a></li>\n<li><a href=\"https://twitter.com/mrmrs_\">Adam Morse</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/16190\">Adam on Design Details</a></li>\n<li><a href=\"http://tachyons.io/\">Tachyons</a></li>\n<li><a href=\"http://jxnblk.com/\">Brent Jackson</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/19537\">Brent on Design Details</a></li>\n<li><a href=\"https://twitter.com/dustin\">Dustin Senos</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/10733\">Dustin on Design Details</a></li>\n<li><a href=\"https://twitter.com/d4tocchini\">Dan Tocchini</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Phi\">Phi</a></li>\n<li><a href=\"https://spec.fm/specifics/type-scale\">Specifics 002: Typographic Scales</a></li>\n<li><a href=\"https://www.amazon.com/Quadrivium-Classical-Liberal-Geometry-Cosmology/dp/0802778135\">Quadrivium</a></li>\n<li><a href=\"https://www.amazon.com/Sapiens-Humankind-Yuval-Noah-Harari/dp/0062316095\">Sapiens</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 23 Nov 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/dbf1df15.mp3\" length=\"69093991\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/53628/1479857704-artwork.jpg\"/>\n      <itunes:duration>01:11:56</itunes:duration>\n      <itunes:summary>Today we caught up with Leigh Taylor, a freelancing designer previously building AI design systems at The Grid. In this conversation, we dig into chasing people versus jobs, predictability and consistency, design patterns, living like you're retired, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Leigh Taylor, a freelancing designer previously building AI design systems at The Grid. In this conversation, we dig into chasing people versus jobs, predictability and consistency, design patterns, living like you're retired, and </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>176</itunes:episode>\n    </item>\n    <item>\n      <title>172: That Sweater Life (feat. Tegan Mierle) </title>\n      <guid isPermaLink=\"false\">703861a1-11e0-4cf0-bfa4-53def3dcf45a</guid>\n      <link>http://designdetails.simplecast.fm/175</link>\n      <description>Today we caught up with Tegan Mierle, a designer at Sense, living in SF by way of Toronto. We dig into Tegan's origins, how she built her own business, the fears around sharing work, maintaining balance, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Tegan Mierle, a designer at Sense, living in SF by way of Toronto. We dig into Tegan's origins, how she built her own business, the fears around sharing work, maintaining balance, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 6,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a> and on <a href=\"https://dribbble.com/ueno\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Tegan.on.the.web:\"></a>\n<h5>Tegan on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/teganmierle\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/teganmierle/\">Instagram</a></li>\n<li><a href=\"http://iamtegan.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/teganm\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"https://angel.co/sensehq\">Sense HQ</a></li>\n<li><a href=\"https://dribbble.com/shots/1934367-Drake-s-Eyebrows\">Drake's eyebrows</a></li>\n<li><a href=\"http://www.pilotinteractive.ca/\">Pilot Interactive</a></li>\n<li><a href=\"https://www.instagram.com/teganmierle/\">Tegan on Instagram</a></li>\n<li><a href=\"http://gooddayhairshop.com/\">Good Day Hairshop</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 16 Nov 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/fe77d51c.mp3\" length=\"59659800\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/53076/1479254572-artwork.jpg\"/>\n      <itunes:duration>01:02:06</itunes:duration>\n      <itunes:summary>Today we caught up with Tegan Mierle, a designer at Sense, living in SF by way of Toronto. We dig into Tegan's origins, how she built her own business, the fears around sharing work, maintaining balance, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Tegan Mierle, a designer at Sense, living in SF by way of Toronto. We dig into Tegan's origins, how she built her own business, the fears around sharing work, maintaining balance, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>175</itunes:episode>\n    </item>\n    <item>\n      <title>171: Never Not Crunched (feat. Sarah Marie &amp; Marshall Bock) </title>\n      <guid isPermaLink=\"false\">a5b71a83-d915-4a46-9cad-6d95aaff2e17</guid>\n      <link>http://designdetails.simplecast.fm/174</link>\n      <description>Today was a different kind of episode, featuring return friends of the show Marshall Bock and Sarah Marie. We had a more casual conversation, digging into topics like shutting down side projects, giving up, accountability and motivation, time management, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today was a different kind of episode, featuring return friends of the show Marshall Bock and Sarah Marie. We had a more casual conversation, digging into topics like shutting down side projects, giving up, accountability and motivation, time management, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a> and on <a href=\"https://dribbble.com/ueno\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Sarah.on.the.web:\"></a>\n<h5>Sarah on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/sarahberus\">Twitter</a></li>\n<li><a href=\"http://smjackson.me/\">Website</a></li>\n<li><a href=\"https://www.pinterest.com/JacksonSarahM/\">Pinterest</a></li>\n<li><a href=\"https://www.instagram.com/sarah_m_jackson/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Marshall.on.the.web:\"></a>\n<h5>Marshall on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/marshallbock\">Twitter</a></li>\n<li><a href=\"http://marshallbock.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/marshallbock\">Dribbble</a></li>\n<li><a href=\"https://instagram.com/marshallbock/\">Instagram</a></li>\n<li><a href=\"http://blog.marshallbock.com/\">Blog</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/chopse\">Jenny Johannesson</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/38205\">Sarah on Design Details</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/29237\">Marshall on Design Details</a></li>\n<li><a href=\"https://www.kickstarter.com/projects/readingrainbow/bring-reading-rainbow-back-for-every-child-everywh\">Reading Rainbow</a></li>\n<li><a href=\"https://gaming.youtube.com/\">YouTube Gaming</a></li>\n<li><a href=\"https://spec.fm/podcasts/vicarious\">Vicarious</a></li>\n<li><a href=\"https://twitter.com/sortino\">Joshua Sortino</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=yJZmqfQ8Ik0\">Better Elevation</a></li>\n<li><a href=\"https://www.ted.com/talks/roman_mars_why_city_flags_may_be_the_worst_designed_thing_you_ve_never_noticed?language=en\">Roman Mars on TED</a></li>\n<li><a href=\"https://twitter.com/soffes\">Sam Soffes</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/7933\">Sam on Design Details Ep. 1</a></li>\n<li><a href=\"http://runpee.com/\">RunPee</a></li>\n<li><a href=\"https://twitter.com/pxpong\">Pixel Pong</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 09 Nov 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/e7b20409.mp3\" length=\"77787996\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/52635/1478651346-artwork.jpg\"/>\n      <itunes:duration>01:20:59</itunes:duration>\n      <itunes:summary>Today was a different kind of episode, featuring return friends of the show Marshall Bock and Sarah Marie. We had a more casual conversation, digging into topics like shutting down side projects, giving up, accountability and motivation, time management, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today was a different kind of episode, featuring return friends of the show Marshall Bock and Sarah Marie. We had a more casual conversation, digging into topics like shutting down side projects, giving up, accountability and motivation, time management, </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>174</itunes:episode>\n    </item>\n    <item>\n      <title>170: #BringBackThePipes (feat. Majd Taby) </title>\n      <guid isPermaLink=\"false\">62479f1d-c41a-4401-aeda-3683329fda45</guid>\n      <link>http://designdetails.simplecast.fm/173</link>\n      <description>Today we caught up with Majd Taby, the founder of Darkroom who previously built products at Instagram, Facebook and Apple. We dig into his story as a software engineer and designer, hiring at tech companies, being scrappy, emotion in building products, finding work that matters, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Majd Taby, the founder of Darkroom who previously built products at Instagram, Facebook and Apple. We dig into his story as a software engineer and designer, hiring at tech companies, being scrappy, emotion in building products, finding work that matters, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a> and on <a href=\"https://dribbble.com/ueno\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Majd.on.the.web:\"></a>\n<h5>Majd on the web:</h5>\n\n<ul>\n<li><a href=\"http://jtaby.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/jtaby\">Twitter</a></li>\n<li><a href=\"https://medium.com/@jtaby\">Medium</a></li>\n<li><a href=\"https://github.com/jtaby\">GitHub</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/darkroom-photo-editor/id953286746?mt=8\">Darkroom</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"https://www.kickstarter.com/projects/1093122046/displaced-stories-from-the-syrian-diaspora\">Displaced</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/darkroom-photo-editor/id953286746?mt=8\">Darkroom</a></li>\n<li><a href=\"https://twitter.com/jmtrivedi\">Janum Trivedi</a></li>\n<li><a href=\"https://twitter.com/soopa\">Adam Michela</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/25900\">Adam on Design Details</a></li>\n<li><a href=\"https://twitter.com/wilsonminer\">Wilson Miner</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/7935\">Wilson on Design Details</a></li>\n<li><a href=\"https://vsco.co/\">VSCO</a></li>\n<li><a href=\"http://store.steampowered.com/app/255710/\">Cities: Skylines</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 02 Nov 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/b42b5f51.mp3\" length=\"48733771\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/52058/1478041949-artwork.jpg\"/>\n      <itunes:duration>01:07:38</itunes:duration>\n      <itunes:summary>Today we caught up with Majd Taby, the founder of Darkroom who previously built products at Instagram, Facebook and Apple. We dig into his story as a software engineer and designer, hiring at tech companies, being scrappy, emotion in building products, finding work that matters, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Majd Taby, the founder of Darkroom who previously built products at Instagram, Facebook and Apple. We dig into his story as a software engineer and designer, hiring at tech companies, being scrappy, emotion in building products, fi</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>173</itunes:episode>\n    </item>\n    <item>\n      <title>169: Invisible Unicorns (feat. Maykel Loomans)</title>\n      <guid isPermaLink=\"false\">0e58d152-52e0-4337-ac51-4a1be054cdc4</guid>\n      <link>http://designdetails.simplecast.fm/172</link>\n      <description>Today we caught up once again with Maykel Loomans, a designer on Facebook's Search team and previously at Instagram. We dig into what Maykel has been up to this past year, building a career as a designer, mentorship, photography, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up once again with Maykel Loomans, a designer on Facebook's Search team and previously at Instagram. We dig into what Maykel has been up to this past year, building a career as a designer, mentorship, photography, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a> and on <a href=\"https://dribbble.com/ueno\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Maykel.on.the.web:\"></a>\n<h5>Maykel on the web:</h5>\n\n<ul>\n<li><a href=\"http://www.maykelloomans.com/\">Website</a></li>\n<li><a href=\"https://www.flickr.com/photos/miekd/\">Flickr</a></li>\n<li><a href=\"https://twitter.com/miekd\">Twitter</a></li>\n<li><a href=\"https://instagram.com/miekd/?hl=en\">Instagram</a></li>\n<li><a href=\"http://miekd.com/\">Blog</a></li>\n<li><a href=\"https://dribbble.com/miekd/\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.notes:\"></a>\n<h5>Show notes:</h5>\n\n<ul>\n<li><a href=\"https://spec.fm/podcasts/design-details/18708\">Maykel on the show in 2015</a></li>\n<li><a href=\"https://instagram.com/miekd/?hl=en\">Maykel's photos</a></li>\n<li><a href=\"https://twitter.com/wilsonminer\">Wilson Miner</a></li>\n<li><a href=\"https://vimeo.com/34017777\">When We Build</a></li>\n<li><a href=\"https://twitter.com/hotdogsladies\">Merlin Mann</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 26 Oct 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/880ce1ac.mp3\" length=\"66917683\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/50883/1477435737-artwork.jpg\"/>\n      <itunes:duration>01:09:40</itunes:duration>\n      <itunes:summary>Today we caught up once again with Maykel Loomans, a designer on Facebook's Search team and previously at Instagram. We dig into what Maykel has been up to this past year, building a career as a designer, mentorship, photography, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up once again with Maykel Loomans, a designer on Facebook's Search team and previously at Instagram. We dig into what Maykel has been up to this past year, building a career as a designer, mentorship, photography, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>172</itunes:episode>\n    </item>\n    <item>\n      <title>168: Auto Goats (feat. Koen Bok and Jorn van Dijk)</title>\n      <guid isPermaLink=\"false\">7ae227aa-9a9e-4129-a947-0ac7326d96c1</guid>\n      <link>http://designdetails.simplecast.fm/171</link>\n      <description>Today we caught up with Koen Bok and Jorn van Dijk, the co-founders of Framer, previously building products at Facebook and Sofa. This was a fun episode where we went deep into topics like building a startup in Amsterdam, the future of design tools, how to help designers level up, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Koen Bok and Jorn van Dijk, the co-founders of Framer, previously building products at Facebook and Sofa. This was a fun episode where we went deep into topics like building a startup in Amsterdam, the future of design tools, how to help designers level up, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a> and on <a href=\"https://dribbble.com/ueno\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Koen.on.the.web:\"></a>\n<h5>Koen on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/koenbok\">Twitter</a></li>\n<li><a href=\"http://koenbok.com/\">Website</a></li>\n<li><a href=\"https://medium.com/@koenbok\">Medium</a></li>\n</ul>\n\n\n<a name=\"Jorn.on.the.web:\"></a>\n<h5>Jorn on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/jornvandijk?lang=en\">Twitter</a></li>\n<li><a href=\"http://jornvandijk.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/jornvandijk\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://madebysofa.com/\">Sofa</a></li>\n<li><a href=\"https://twitter.com/sdw\">Sebastiaan de With</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/11896\">Sebastiaan on Design Details</a></li>\n<li><a href=\"https://framerjs.com\">Framer</a></li>\n<li><a href=\"https://beamer-app.com/\">Beamer</a></li>\n<li><a href=\"https://www.sketchapp.com/\">Sketch</a></li>\n<li><a href=\"https://www.figma.com\">Figma</a></li>\n<li><a href=\"http://blog.framerjs.com/posts/introducing-autocode-animation.html\">Autocode for Animations</a></li>\n<li><a href=\"http://versionsapp.com/\">Versions</a></li>\n<li><a href=\"http://www.kaleidoscopeapp.com/\">Kaleidoscope</a></li>\n<li><a href=\"https://twitter.com/bwalkin?lang=en\">Brandon Walkin</a></li>\n<li><a href=\"https://twitter.com/mike_matas?lang=en\">Mike Matas</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Quartz_Composer\">Quartz Composer</a></li>\n<li><a href=\"https://twitter.com/rsms?lang=en\">Rasmus Andersson</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/38919\">Rasmus on Design Details</a></li>\n<li><a href=\"https://www.invisionapp.com/\">InVision</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 19 Oct 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/f531a355.mp3\" length=\"72208193\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/50030/1476833997-artwork.jpg\"/>\n      <itunes:duration>01:15:11</itunes:duration>\n      <itunes:summary>Today we caught up with Koen Bok and Jorn van Dijk, the co-founders of Framer, previously building products at Facebook and Sofa. This was a fun episode where we went deep into topics like building a startup in Amsterdam, the future of design tools, how to help designers level up, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Koen Bok and Jorn van Dijk, the co-founders of Framer, previously building products at Facebook and Sofa. This was a fun episode where we went deep into topics like building a startup in Amsterdam, the future of design tools, how t</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>171</itunes:episode>\n    </item>\n    <item>\n      <title>167: Daisy Chained Brains (feat. Payam Rajabi) </title>\n      <guid isPermaLink=\"false\">9a3f4dfd-45ed-40ac-bdfc-c4e02a9d657d</guid>\n      <link>http://designdetails.simplecast.fm/170</link>\n      <description>Today we caught up with Payam Rajabi, a designer at Shopify working on design systems and product development. We dig into Payam's background, building design systems, designing with content and form, learning how to work remotely, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Payam Rajabi, a designer at Shopify working on design systems and product development. We dig into Payam's background, building design systems, designing with content and form, learning how to work remotely, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a> and on <a href=\"https://dribbble.com/ueno\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Payam.on.the.web:\"></a>\n<h5>Payam on the web:</h5>\n\n<ul>\n<li><a href=\"http://payamrajabi.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/payamrajabi#_=_\">Twitter</a></li>\n<li><a href=\"https://medium.com/@PAYAMRAJABI#_=_\">Medium</a></li>\n<li><a href=\"https://www.youtube.com/user/payamrajabi/#_=_\">YouTube</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://shopify.com/\">Shopify</a></li>\n<li><a href=\"http://venturebeat.com/2016/04/13/shopify-acquires-kit-the-artificially-intelligent-marketing-bot/\">Kit</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Flexography\">Flexography</a></li>\n<li><a href=\"https://www.coursera.org/\">Coursera</a></li>\n<li><a href=\"https://37signals.com/remote\">Remote by 37signals</a></li>\n<li><a href=\"http://jxnblk.com/\">Brent Jackson</a></li>\n<li><a href=\"http://videos.theconference.se/john-willshire-strategy-is-dead-long-live\">John Willshire: Strategy is Dead - Long Live Meta-strategy</a></li>\n<li><a href=\"https://medium.com/@PAYAMRAJABI#_=_\">Payam on Medium</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 12 Oct 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/8e9e4f71.mp3\" length=\"59362235\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/49647/1476226456-artwork.jpg\"/>\n      <itunes:duration>01:01:48</itunes:duration>\n      <itunes:summary>Today we caught up with Payam Rajabi, a designer at Shopify working on design systems and product development. We dig into Payam's background, building design systems, designing with content and form, learning how to work remotely, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Payam Rajabi, a designer at Shopify working on design systems and product development. We dig into Payam's background, building design systems, designing with content and form, learning how to work remotely, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>170</itunes:episode>\n    </item>\n    <item>\n      <title>166: Ambient Struggles (feat. May-Li Khoe &amp; Andy Matuschak) </title>\n      <guid isPermaLink=\"false\">55d38592-a692-415b-ad47-41709f379a30</guid>\n      <link>http://designdetails.simplecast.fm/169</link>\n      <description>Today's show is a rare two-person episode featuring previous-guest May-Li Khoe and newcomer Andy Matuschak. In this episode we do things a bit different, digging into tough topics like fear, learning how to learn, designing with convictions, working on the right problems, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today's show is a rare two-person episode featuring previous-guest May-Li Khoe and newcomer Andy Matuschak. In this episode we do things a bit different, digging into tough topics like fear, learning how to learn, designing with convictions, working on the right problems, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a> and on <a href=\"https://dribbble.com/ueno\">Dribbble</a></li>\n<li><a href=\"https://hired.com/designdetails\">Hired</a></li>\n</ul>\n\n\n<a name=\"May-Li.on.the.web:\"></a>\n<h5>May-Li on the web:</h5>\n\n<ul>\n<li><a href=\"http://www.maylikhoe.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/mayli\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/mayli/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Andy.on.the.web:\"></a>\n<h5>Andy on the web:</h5>\n\n<ul>\n<li><a href=\"https://andymatuschak.org/\">Website</a></li>\n<li><a href=\"https://twitter.com/andy_matuschak?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\">Twitter</a></li>\n<li><a href=\"https://github.com/andymatuschak\">GitHub</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.khanacademy.org/\">Khan Academy</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/43155\">May-Li on Design Details</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=rJosPrqBqrA0\">Functioning as a Functionalist</a></li>\n<li><a href=\"https://xoxofest.com\">XOXO</a></li>\n<li><a href=\"https://twitter.com/waxpancake?lang=en\">Andy Baio</a></li>\n<li><a href=\"https://twitter.com/andymcmillan\">Andy McMillan</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Alan_Kay\">Alan Kay</a></li>\n<li><a href=\"https://twitter.com/mayli/status/783508382753824768\">Sine Cosine Tangent GIF</a></li>\n<li><a href=\"http://www.dictionary.com/browse/pedagogy\">Pedagogy</a></li>\n<li><a href=\"https://www.isixsigma.com/tools-templates/cause-effect/determine-root-cause-5-whys/\">5 Whys</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 05 Oct 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/7c11fbaa.mp3\" length=\"69743115\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/49153/1475614369-artwork.jpg\"/>\n      <itunes:duration>01:12:37</itunes:duration>\n      <itunes:summary>Today's show is a rare two-person episode featuring previous-guest May-Li Khoe and newcomer Andy Matuschak. In this episode we do things a bit different, digging into tough topics like fear, learning how to learn, designing with convictions, working on the right problems, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today's show is a rare two-person episode featuring previous-guest May-Li Khoe and newcomer Andy Matuschak. In this episode we do things a bit different, digging into tough topics like fear, learning how to learn, designing with convictions, working on th</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>169</itunes:episode>\n    </item>\n    <item>\n      <title>165: Whitespace Friends (feat. Lori Kaplan) </title>\n      <guid isPermaLink=\"false\">50c0952f-8dde-4bd0-9940-2bc14378f4ca</guid>\n      <link>http://designdetails.simplecast.fm/168</link>\n      <description>Today we caught up with Lori Kaplan, a designer with 30 years of experience at companies like Apple, Netscape, Netflix, Motorola, and Groupon (among many others). We chat about Lori's journey into design, what it takes to design organizations, navigating job changes throughout a career, writing the Macintosh human interface guidelines, beating imposter syndrome, and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Lori Kaplan, a designer with 30 years of experience at companies like Apple, Netscape, Netflix, Motorola, and Groupon (among many others). We chat about Lori's journey into design, what it takes to design organizations, navigating job changes throughout a career, writing the Macintosh human interface guidelines, beating imposter syndrome, and more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a> and on <a href=\"https://dribbble.com/ueno\">Dribbble</a></li>\n<li><a href=\"https://spec.fm/mbq\">Managed by Q</a></li>\n</ul>\n\n\n<a name=\"Lori.on.the.web:\"></a>\n<h5>Lori on the web:</h5>\n\n<ul>\n<li><a href=\"https://www.linkedin.com/in/lorikaplan\">LinkedIn</a></li>\n<li><a href=\"https://twitter.com/lekaplan\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.lendingclub.com/\">LendingClub</a></li>\n<li><a href=\"http://www.brianlovin.com/journal/57e54af1ee98b10e00860f9d\">Good product design portfolios</a></li>\n<li><a href=\"https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/OSXHIGuidelines/\">macOS HIG</a></li>\n<li><a href=\"https://developer.apple.com/ios/human-interface-guidelines/\">iOS HIG</a></li>\n<li><a href=\"https://developer.apple.com/tvos/human-interface-guidelines/\">tvOS HIG</a></li>\n<li><a href=\"https://developer.apple.com/watchos/human-interface-guidelines/\">watchOS HIG</a></li>\n<li><a href=\"https://www.duolingo.com/\">Duolingo</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 28 Sep 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/0968b30d.mp3\" length=\"67404610\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/48685/1475033286-artwork.jpg\"/>\n      <itunes:duration>01:10:11</itunes:duration>\n      <itunes:summary>Today we caught up with Lori Kaplan, a designer with 30 years of experience at companies like Apple, Netscape, Netflix, Motorola, and Groupon (among many others). We chat about Lori's journey into design, what it takes to design organizations, navigating job changes throughout a career, writing the Macintosh human interface guidelines, beating imposter syndrome, and more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Lori Kaplan, a designer with 30 years of experience at companies like Apple, Netscape, Netflix, Motorola, and Groupon (among many others). We chat about Lori's journey into design, what it takes to design organizations, navigating </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>168</itunes:episode>\n    </item>\n    <item>\n      <title>164: Maximum Vignelli (feat. Lucas Smith) </title>\n      <guid isPermaLink=\"false\">638f3866-7fb1-4818-875e-332c6d471313</guid>\n      <link>http://designdetails.simplecast.fm/167</link>\n      <description>In this episode, we hung out  the one and only Lucas Smith. We covered everything from design systems, to fighting your CFO, and even the hot new front-end framework, Haskell.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In this episode, we hung out  the one and only Lucas Smith. We covered everything from design systems to fighting your CFO, and the hot new front-end framework, Haskell.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a></li>\n<li><a href=\"https://spec.fm/mbq\">Managed by Q</a></li>\n</ul>\n\n\n<a name=\"Lucas.on.the.web:\"></a>\n<h5>Lucas on the web:</h5>\n\n<ul>\n<li><a href=\"http://www.lucassmith.me/\">Website</a></li>\n<li><a href=\"https://twitter.com/volanStudio\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/volanStudio\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.earnest.com/\">Earnest</a></li>\n<li><a href=\"https://twitter.com/marcoarment\">Marco Arment</a></li>\n<li><a href=\"https://overcast.fm/\">Overcast</a></li>\n<li><a href=\"http://xoxofest.com\">XOXO</a></li>\n<li><a href=\"https://marco.org/podcasting-microphones\">Marco's Microphone Mega Review</a></li>\n<li><a href=\"http://www.masterdynamic.com/products/mw60-wireless-over-ear-headphones\">M&amp;D MW60 Headphones</a></li>\n<li><a href=\"http://www.shure.com/americas/products/microphones/beta/beta-87a-vocal-microphone\">Shure Beta 87a</a></li>\n<li><a href=\"https://www.haskell.org/\">Haskell</a></li>\n<li><a href=\"https://www.mozilla.org/\">Mozilla</a></li>\n<li><a href=\"https://www.perl.org/\">Perl</a></li>\n<li><a href=\"http://tachyons.io/\">Tachyons</a></li>\n<li><a href=\"https://facebook.github.io/react/\">React</a></li>\n<li><a href=\"http://tri.be/\">Modern Tribe</a></li>\n<li><a href=\"http://designerfund.com/bridge/\">Designer Fund Bridge</a></li>\n<li><a href=\"https://twitter.com/justinpervorse\">Justin Pervorse</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/15975\">Jacob Thornton's 45-minute intro</a></li>\n<li><a href=\"https://twitter.com/Cennydd\">Cennydd Bowles</a></li>\n<li><a href=\"https://twitter.com/jongold\">Jon Gold</a></li>\n<li><a href=\"https://twitter.com/wilsonminer\">Wilson Miner</a></li>\n<li><a href=\"http://www.vignelli.com/\">Massimo Vignelli</a></li>\n<li><a href=\"https://twitter.com/wilsonminer/status/776205355680280576\">the \"shovel\" tweets</a></li>\n<li><a href=\"http://www.aisleone.net/2010/05/10/massimo-vignellis-unigrid-system/\">Unigrid</a></li>\n<li><a href=\"https://spec.fm/specifics/8-pt-grid\">The 8-pt Grid</a></li>\n<li><a href=\"https://twitter.com/karrisaarinen\">Karri Saarinen</a></li>\n<li><a href=\"https://twitter.com/schombombadil\">Meredith Schomburg</a></li>\n<li><a href=\"https://buffer.com/\">Buffer</a></li>\n<li><a href=\"http://www.basscss.com/\">BassCSS</a></li>\n<li><a href=\"http://github.com/uberbryn/spector\">Spector</a></li>\n<li><a href=\"http://www.davidcarsondesign.com/\">David Carson</a></li>\n<li><a href=\"https://twitter.com/worrydream\">Bret Victor</a></li>\n<li><a href=\"http://worrydream.com/ClimateChange/\">Bret Victor's climate post</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Dune_(novel\">Dune</a>)</li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 21 Sep 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/b09875e6.mp3\" length=\"71401138\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/47795/1474267528-artwork.jpg\"/>\n      <itunes:duration>01:14:20</itunes:duration>\n      <itunes:summary>In this episode, we hung out  the one and only Lucas Smith. We covered everything from design systems, to fighting your CFO, and even the hot new front-end framework, Haskell.\n</itunes:summary>\n      <itunes:subtitle>In this episode, we hung out  the one and only Lucas Smith. We covered everything from design systems, to fighting your CFO, and even the hot new front-end framework, Haskell.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>167</itunes:episode>\n    </item>\n    <item>\n      <title>163: Guardrails (feat. Ben Wilkins) </title>\n      <guid isPermaLink=\"false\">92f5d04f-e235-46e0-af38-dff482e95e29</guid>\n      <link>http://designdetails.simplecast.fm/166</link>\n      <description>Today we caught up with Ben Wilkins, a design technologist building systems at Airbnb. We dig into what it takes to build design systems, coding as prototyping, the current world of design tools, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Ben Wilkins, a design technologist building systems at Airbnb. We dig into what it takes to build design systems, coding as prototyping, the current world of design tools, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a></li>\n<li><a href=\"https://spec.fm/mbq\">Managed by Q</a></li>\n</ul>\n\n\n<a name=\"Ben.on.the.web:\"></a>\n<h5>Ben on the web:</h5>\n\n<ul>\n<li><a href=\"https://www.instagram.com/thatbenlifetho/\">Instagram</a></li>\n<li><a href=\"http://benjamincoreywilkins.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/thatbenlifetho\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://jon.gold/\">Jon Gold</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/14150\">Jon on Design Details</a></li>\n<li><a href=\"http://jeanyngo.com/\">Jeany Ngo</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/43443\">Jeany on Design Details</a></li>\n<li><a href=\"http://engagementlab.org/\">Citizen Engagement Lab</a></li>\n<li><a href=\"http://www.onemedical.com/sf/doctor/\">One Medical</a></li>\n<li><a href=\"https://twitter.com/alexoid\">Alex Schleifer</a></li>\n<li><a href=\"https://www.linkedin.com/in/adriancleave\">Adrian Cleave</a></li>\n<li><a href=\"https://www.epicurrence.com/\">Epicurrence</a></li>\n<li><a href=\"https://twitter.com/vickiheart\">Vicki Tan</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/28426\">Vicki on Design Details</a></li>\n<li><a href=\"https://twitter.com/MegDraws\">Meg Robichaud</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/22329\">Meg on Design Details</a></li>\n<li><a href=\"https://twitter.com/jeffpersonified\">Jeff Smith</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/29238\">Jeff on Design Details</a></li>\n<li><a href=\"http://samhuskins.com/\">Sam Huskins</a></li>\n<li><a href=\"https://twitter.com/karrisaarinen\">Karri Saarinen</a></li>\n<li><a href=\"http://airbnb.design/building-a-visual-language/\">Airbnb DLS</a></li>\n<li><a href=\"http://principleformac.com/\">Principle</a></li>\n<li><a href=\"https://www.flinto.com/\">Flinto</a></li>\n<li><a href=\"https://facebook.github.io/react/blog/2016/07/22/create-apps-with-no-configuration.html\">Create React App</a></li>\n<li><a href=\"https://twitter.com/dan_abramov\">Dan Abramov</a></li>\n<li><a href=\"https://unity3d.com/\">Unity</a></li>\n<li><a href=\"https://framerjs.com/\">Framer</a></li>\n<li><a href=\"https://facebook.github.io/origami/\">Origami</a></li>\n<li><a href=\"http://www.jon.gold/2016/06/declarative-design-tools/\">Declarative Design Tools</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 14 Sep 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/e807fe2d.mp3\" length=\"79499941\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/47267/1473804467-artwork.jpg\"/>\n      <itunes:duration>01:22:46</itunes:duration>\n      <itunes:summary>Today we caught up with Ben Wilkins, a design technologist building systems at Airbnb. We dig into what it takes to build design systems, coding as prototyping, the current world of design tools, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Ben Wilkins, a design technologist building systems at Airbnb. We dig into what it takes to build design systems, coding as prototyping, the current world of design tools, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>166</itunes:episode>\n    </item>\n    <item>\n      <title>162: Gnarwhale (feat. Andy Chung) </title>\n      <guid isPermaLink=\"false\">1f492ab5-1267-49e1-8b0d-e024077bc791</guid>\n      <link>http://designdetails.simplecast.fm/165</link>\n      <description>Today we met with Andy Chung, a designer building Pattern, and previously working at Facebook. We dig into Andy's beginnings, designing at Facebook, understanding changes at scale, bringing Reactions to market, intuition-driven design, and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we met with Andy Chung, a designer building Pattern, and previously working at Facebook. We dig into Andy's beginnings, designing at Facebook, understanding changes at scale, bringing Reactions to market, intuition-driven design, and more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a> and on <a href=\"https://www.instagram.com/uenodotco/\">Instagram</a></li>\n<li><a href=\"https://spec.fm/mbq\">Managed by Q</a></li>\n</ul>\n\n\n<a name=\"Andy.on.the.web:\"></a>\n<h5>Andy on the web:</h5>\n\n<ul>\n<li><a href=\"http://andychung.me/\">Website</a></li>\n<li><a href=\"https://twitter.com/_andychung\">Twitter</a></li>\n<li><a href=\"https://github.com/andychung\">GitHub</a></li>\n<li><a href=\"https://www.youtube.com/channel/UCch90LY45QGFOL_KFolxDNg\">YouTube</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://pattern.is/\">Pattern</a></li>\n<li><a href=\"http://www.mozillalabs.com/en-US/raindrop/\">Raindrop</a></li>\n<li><a href=\"https://twitter.com/suprb\">Andreas Pihlström</a></li>\n<li><a href=\"http://requirejs.org/\">requireJS</a></li>\n<li><a href=\"https://jquery.com/\">jQuery</a></li>\n<li><a href=\"https://twitter.com/francisluu\">Francis Luu</a></li>\n<li><a href=\"https://twitter.com/wjosephflynn\">Joey Flynn</a></li>\n<li><a href=\"https://twitter.com/drewhamlin?lang=en\">Drew Hamlin</a></li>\n<li><a href=\"https://twitter.com/rsg\">Bobby Goodlatte</a></li>\n<li><a href=\"https://twitter.com/jornvandijk?lang=en\">Jorn van Dijk</a></li>\n<li><a href=\"https://twitter.com/tarngerine\">Julius Tarnge</a></li>\n<li><a href=\"https://twitter.com/mike_matas\">Mike Matas</a></li>\n<li><a href=\"https://twitter.com/bwalkin?lang=en\">Brandon Walkin</a></li>\n<li><a href=\"https://dribbble.com/frick\">Brian Frick</a></li>\n<li><a href=\"https://techcrunch.com/2014/10/23/facebook-rooms/\">Rooms</a></li>\n<li><a href=\"https://dribbble.com/seth_eckert\">Seth Eckert</a></li>\n<li><a href=\"https://twitter.com/joulee\">Julie Zhuo</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/13301\">Julie on Design Details</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 07 Sep 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/b9ec64eb.mp3\" length=\"62443414\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/46281/1473140210-artwork.jpg\"/>\n      <itunes:duration>01:05:00</itunes:duration>\n      <itunes:summary>Today we met with Andy Chung, a designer building Pattern, and previously working at Facebook. We dig into Andy's beginnings, designing at Facebook, understanding changes at scale, bringing Reactions to market, intuition-driven design, and more.\n</itunes:summary>\n      <itunes:subtitle>Today we met with Andy Chung, a designer building Pattern, and previously working at Facebook. We dig into Andy's beginnings, designing at Facebook, understanding changes at scale, bringing Reactions to market, intuition-driven design, and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>165</itunes:episode>\n    </item>\n    <item>\n      <title>161: Coming Soon (feat. Julia Khusainova)</title>\n      <guid isPermaLink=\"false\">50af9341-a65d-473b-9b8c-61b1476d8221</guid>\n      <link>http://designdetails.simplecast.fm/164</link>\n      <description>Today we sat down with Julia Khusainova, a designer at Shyp, previously at Twitter. We dig into Julia's background, leaving Russia, transitioning from engineering to design, designing onboarding experiences, facing burnout, balancing side projects, and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Julia Khusainova, a designer at Shyp, previously at Twitter. We dig into Julia's background, leaving Russia, transitioning from engineering to design, designing onboarding experiences, facing burnout, balancing side projects, and more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://spec.fm/mbq\">Managed by Q</a></li>\n</ul>\n\n\n<a name=\"Julia.on.the.web:\"></a>\n<h5>Julia on the web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/juliakhusainova\">Dribbble</a></li>\n<li><a href=\"http://julia.im/\">Website</a></li>\n<li><a href=\"https://twitter.com/juliakhusainova?lang=en\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/juliakhusainova/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.shyp.com/\">Shyp</a></li>\n<li><a href=\"https://twitter.com/dburka\">Daniel Burka</a></li>\n<li><a href=\"http://micah.im/\">Micah Sivitz</a></li>\n<li><a href=\"http://www.irinablok.com/\">Irina Blok</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/43445\">Irina on Design Details</a></li>\n<li><a href=\"https://twitter.com/kurtvarner?lang=en\">Kurt Varner</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 31 Aug 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/d5040f6c.mp3\" length=\"59660658\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/45495/1472439319-artwork.jpg\"/>\n      <itunes:duration>01:02:07</itunes:duration>\n      <itunes:summary>Today we sat down with Julia Khusainova, a designer at Shyp, previously at Twitter. We dig into Julia's background, leaving Russia, transitioning from engineering to design, designing onboarding experiences, facing burnout, balancing side projects, and more.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Julia Khusainova, a designer at Shyp, previously at Twitter. We dig into Julia's background, leaving Russia, transitioning from engineering to design, designing onboarding experiences, facing burnout, balancing side projects, and mo</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>164</itunes:episode>\n    </item>\n    <item>\n      <title>160: Unicorn Farts (feat. Dr. Charles Pearson) </title>\n      <guid isPermaLink=\"false\">0aae28bc-b559-4fe0-a7b4-053a52bf1957</guid>\n      <link>http://designdetails.simplecast.fm/163</link>\n      <description>Today we sat down with Dr. Charles Pearson, a cultural anthropologist working at InVision. We dig into Charles' thoughts on anthropology, research in design and startups, exploratory design, personas, legacy, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Dr. Charles Pearson, a cultural anthropologist working at InVision. We dig into Charles' thoughts on anthropology, research in design and startups, exploratory design, personas, legacy, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n<li><a href=\"https://twitter.com/uenodotco\">UENO on Twitter</a></li>\n<li><a href=\"https://instagram.com/uenodotco\">UENO on Instagram</a></li>\n<li><a href=\"https://dribbble.com/ueno\">UENO on Dribbble</a></li>\n</ul>\n\n\n<a name=\"Charles.on.the.web:\"></a>\n<h5>Charles on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/mediauras\">Twitter</a></li>\n<li><a href=\"https://medium.com/@Mediauras\">Medium</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://www.collectiveray.com/\">Collective Ray</a></li>\n<li><a href=\"https://dribbble.com/benitez\">Brian Benitez</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/24307\">Brian on Design Details</a></li>\n<li><a href=\"http://brdrck.me/\">Jeff Broderick</a></li>\n<li><a href=\"http://pacifichelm.com/\">Pacific Helm</a></li>\n<li><a href=\"https://dribbble.com/bradellis\">Brad Ellis</a></li>\n<li><a href=\"https://dribbble.com/mantia\">Louie Mantia</a></li>\n<li><a href=\"https://twitter.com/jessiechar\">Jessie Char</a></li>\n<li><a href=\"https://bjango.com/\">Bjango</a></li>\n<li><a href=\"https://bjango.com/mac/skala/\">Skala</a></li>\n<li><a href=\"https://twitter.com/marcedwards\">Marc Edwards</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/12868\">Marc on Design Details</a></li>\n<li><a href=\"http://muledesign.com/\">Mule Design</a></li>\n<li><a href=\"https://twitter.com/sarahberus\">Sarah Jackson</a></li>\n<li><a href=\"http://www.lbjlib.utexas.edu/johnson/archives.hom/FAQs/Recipes/pickled_okra.asp\">Lady Bird Johnson's Pickled Okra</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/27580\">Epicurrence #3 Episode</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 29 Aug 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/24422b1e.mp3\" length=\"60938787\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/45490/1472436798-artwork.jpg\"/>\n      <itunes:duration>01:03:26</itunes:duration>\n      <itunes:summary>Today we sat down with Dr. Charles Pearson, a cultural anthropologist working at InVision. We dig into Charles' thoughts on anthropology, research in design and startups, exploratory design, personas, legacy, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Dr. Charles Pearson, a cultural anthropologist working at InVision. We dig into Charles' thoughts on anthropology, research in design and startups, exploratory design, personas, legacy, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>163</itunes:episode>\n    </item>\n    <item>\n      <title>159: Twe-mail (feat. Lisa Sy) </title>\n      <guid isPermaLink=\"false\">04e748b5-7c72-4a89-bd52-fc7431175140</guid>\n      <link>http://designdetails.simplecast.fm/162</link>\n      <description>Today we caught up with Lisa Sy, a designer working at Facebook, and previously building products at thoughtbot. We dig into Lisa's background, designing for privacy and control, internships vs. apprenticeships, design and code, multidisciplinary design, and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Lisa Sy, a designer working at Facebook, and previously building products at thoughtbot. We dig into Lisa's background, designing for privacy and control, internships vs. apprenticeships, design and code, multidisciplinary design, and more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Lisa.on.the.web:\"></a>\n<h5>Lisa on the web:</h5>\n\n<ul>\n<li><a href=\"http://lisasy.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/lisasy\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/lisasy\">Twitter</a></li>\n<li><a href=\"https://github.com/lisasy\">GitHub</a></li>\n<li><a href=\"http://www.techiesproject.com/lisa-sy/\">Techies</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://youtube.com/c/specfm\">Spec on YouTube</a></li>\n<li><a href=\"http://www.techiesproject.com/lisa-sy/\">Lisa on Techies</a></li>\n<li><a href=\"https://www.smashingmagazine.com/\">Smashing Magazine</a></li>\n<li><a href=\"http://design.tutsplus.com/\">PSD Tuts</a></li>\n<li><a href=\"http://abduzeedo.com/\">Abduzeedo</a></li>\n<li><a href=\"https://thoughtbot.com/\">thoughtbot</a></li>\n<li><a href=\"http://jtroll.com/\">JT Trollmman</a></li>\n<li><a href=\"https://daneden.me/\">Dan Eden</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/27960\">Dan on Design Details</a></li>\n<li><a href=\"http://www.basscss.com/\">Basscss</a></li>\n<li><a href=\"http://www.sfzinefest.org/\">SF Zine Fest</a></li>\n<li><a href=\"https://www.facebook.com/pluralsandnoun\">Plurals and Noun</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 24 Aug 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/85e9387c.mp3\" length=\"58345737\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/45158/1471895101-artwork.jpg\"/>\n      <itunes:duration>01:00:44</itunes:duration>\n      <itunes:summary>Today we caught up with Lisa Sy, a designer working at Facebook, and previously building products at thoughtbot. We dig into Lisa's background, designing for privacy and control, internships vs. apprenticeships, design and code, multidisciplinary design, and more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Lisa Sy, a designer working at Facebook, and previously building products at thoughtbot. We dig into Lisa's background, designing for privacy and control, internships vs. apprenticeships, design and code, multidisciplinary design, </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>162</itunes:episode>\n    </item>\n    <item>\n      <title>158: D.R.E.A.M. (feat. Bob Baxley) </title>\n      <guid isPermaLink=\"false\">200942d9-d66c-49fa-a9e7-9a7e9d0fcb0b</guid>\n      <link>http://designdetails.simplecast.fm/161</link>\n      <description>Today we caught up with Bob Baxley, a designer in Silicon Valley. Bob formerly led design at Pinterest, and before that built products at Apple and Yahoo!. We dig into topics like med-tech, managing millennials, Pokémon GO and Gen-Z, design in big tech, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Bob Baxley, a designer in Silicon Valley. Bob formerly led design at Pinterest, and before that built products at Apple and Yahoo!. We dig into topics like med-tech, managing millennials, Pokémon GO and Gen-Z, design in big tech, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n<li><a href=\"https://twitter.com/uenodotco\">UENO on Twitter</a></li>\n<li><a href=\"https://instagram.com/uenodotco\">UENO on Instagram</a></li>\n<li><a href=\"https://dribbble.com/ueno\">UENO on Dribbble</a></li>\n</ul>\n\n\n<a name=\"Bob.on.the.web:\"></a>\n<h5>Bob on the web:</h5>\n\n<ul>\n<li><a href=\"http://baxleydesign.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/bbaxley\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://layout.fm\">Layout Podcast</a></li>\n<li><a href=\"http://carrotsense.com/\">Carrot Sense</a></li>\n<li><a href=\"https://twitter.com/SusanKare\">Susan Kare</a></li>\n<li><a href=\"https://twitter.com/alexoid\">Alex Schleifer</a></li>\n<li><a href=\"https://twitter.com/lil_dill?lang=en\">Katie Dill</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/19155\">Katie on Design Details</a></li>\n<li><a href=\"https://twitter.com/jgebbia\">Joe Gebbia</a></li>\n<li><a href=\"https://twitter.com/mags?lang=en\">Margaret Stewart</a></li>\n<li><a href=\"https://twitter.com/joulee\">Julie Zhuo</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/13301\">Julie on Design Details</a></li>\n<li><a href=\"https://twitter.com/lkwds?lang=en\">Luke Woods</a></li>\n<li><a href=\"http://conferences.oreilly.com/design/ux-interaction-iot-us-2016/profile/215861\">Bob at O'Reilly</a></li>\n<li><a href=\"https://twitter.com/johnmaeda\">John Maeda</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 22 Aug 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/54213d5e.mp3\" length=\"80720779\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/45021/1471730592-artwork.jpg\"/>\n      <itunes:duration>01:24:03</itunes:duration>\n      <itunes:summary>Today we caught up with Bob Baxley, a designer in Silicon Valley. Bob formerly led design at Pinterest, and before that built products at Apple and Yahoo!. We dig into topics like med-tech, managing millennials, Pokémon GO and Gen-Z, design in big tech, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Bob Baxley, a designer in Silicon Valley. Bob formerly led design at Pinterest, and before that built products at Apple and Yahoo!. We dig into topics like med-tech, managing millennials, Pokémon GO and Gen-Z, design in big tech, a</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>161</itunes:episode>\n    </item>\n    <item>\n      <title>157: Walking Empathy Sponge (feat. Kory Westerhold)</title>\n      <guid isPermaLink=\"false\">531b81dc-09ea-42be-9fce-2f1ff62f28d7</guid>\n      <link>http://designdetails.simplecast.fm/160</link>\n      <description>Today we sat down with Kory Westerhold, a designer at Facebook working on Newsfeed, who previously designed at Twitter, Apple, and more. We dig deep on video games, opinions in design, theater and story telling, portfolios, designing for newsfeed, carrying an Android phone, and balancing side projects.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Kory Westerhold, a designer at Facebook working on Newsfeed, who previously designed at Twitter, Apple, and more. We dig deep on video games, opinions in design, theater and story telling, portfolios, designing for newsfeed, carrying an Android phone, and balancing side projects.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Kory.on.the.web:\"></a>\n<h5>Kory on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/iamkory\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/kory\">Dribbble</a></li>\n<li><a href=\"https://www.instagram.com/iamkory/\">Instagram</a></li>\n<li><a href=\"http://www.quietpupil.co/\">Website</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://www.no-mans-sky.com/\">No Man's Sky</a></li>\n<li><a href=\"https://twitter.com/taramann\">Tara Mann</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/16690\">Tara on Design Details</a></li>\n<li><a href=\"https://twitter.com/gt\">Geoff Teehan</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/13530\">Geoff on Design Details</a></li>\n<li><a href=\"https://twitter.com/darrellwhitelaw\">Darrell Whitelaw</a></li>\n<li><a href=\"http://neubible.co/\">NeuBible</a></li>\n<li><a href=\"http://www.brianlovin.com/design-details/neubible-for-ios\">NeuBible on Design Details</a></li>\n<li><a href=\"http://www.fastcodesign.com/3044019/ex-apple-designer-rethinks-the-bible-for-a-mobile-world\">NeuBible on FastCo</a></li>\n<li><a href=\"https://twitter.com/joulee\">Julie Zhuo</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/13301\">Julie on Design Details</a></li>\n<li><a href=\"https://twitter.com/jmdenisme\">Jean-Marc Denis</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/14062\">JM on Design Details</a></li>\n<li><a href=\"https://twitter.com/roxaneclediere\">Roxane Clediere</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/16274\">Roxane on Design Details</a></li>\n<li><a href=\"https://twitter.com/jeremygoldbrg\">Jeremy Goldberg</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/36213\">Jeremy on Design Details</a></li>\n<li><a href=\"https://twitter.com/ryryjmo\">Ryan Morrison</a></li>\n<li><a href=\"https://twitter.com/griffinmcelroy\">Griffin McElroy</a></li>\n<li><a href=\"https://dribbble.com/robinclediere\">Robin Clediere</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/16274\">Robin on Design Details</a></li>\n<li><a href=\"https://twitter.com/Stammy\">Stammy</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/8654\">Stammy on Design Details</a></li>\n<li><a href=\"https://simplenote.com/\">Simplenote</a></li>\n<li><a href=\"http://alternoteapp.com/\">Alternote</a></li>\n<li><a href=\"http://www.ulyssesapp.com/\">Ulysses</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 17 Aug 2016 03:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/ad80a842.mp3\" length=\"75036305\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/44652/1471305417-artwork.jpg\"/>\n      <itunes:duration>01:18:07</itunes:duration>\n      <itunes:summary>Today we sat down with Kory Westerhold, a designer at Facebook working on Newsfeed, who previously designed at Twitter, Apple, and more. We dig deep on video games, opinions in design, theater and story telling, portfolios, designing for newsfeed, carrying an Android phone, and balancing side projects.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Kory Westerhold, a designer at Facebook working on Newsfeed, who previously designed at Twitter, Apple, and more. We dig deep on video games, opinions in design, theater and story telling, portfolios, designing for newsfeed, carryin</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>160</itunes:episode>\n    </item>\n    <item>\n      <title>156: Segue... (Feat. Alexandra Bond) </title>\n      <guid isPermaLink=\"false\">e4a9b4b5-cd75-4369-a61b-05d394adf623</guid>\n      <link>http://designdetails.simplecast.fm/159</link>\n      <description>Today we caught up with Alexandra Bond, a design fellow at Sequoia Creative Labs and previously a designer at Pinterest. We pick her brain about her origins, friction in design, transitioning into a product role, navigating the job search, answering the why, and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Alexandra Bond, a design fellow at Sequoia Creative Labs and previously a designer at Pinterest. We pick her brain about her origins, friction in design, transitioning into a product role, navigating the job search, answering the <em>why</em>, and more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Alex.on.the.web:\"></a>\n<h5>Alex on the web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/alexandrabond\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/bond_alexandra\">Twitter</a></li>\n<li><a href=\"https://www.pinterest.com/alexandra_bond/\">Pinterest</a></li>\n<li><a href=\"https://www.instagram.com/alexandra_bond/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.sequoiacap.com/\">Sequoia</a></li>\n<li><a href=\"https://www.plangrid.com/\">PlanGrid</a></li>\n<li><a href=\"https://twitter.com/buckhouse\">James Buckhouse</a></li>\n<li><a href=\"http://www.gv.com/sprint/\">Google Sprint</a></li>\n<li><a href=\"https://www.figma.com/\">Figma</a></li>\n<li><a href=\"http://www.wiboworks.com/\">Jen Wibowo</a></li>\n<li><a href=\"https://www.instagram.com/alexandrabond_100days/\">100 Days of Patterns</a></li>\n<li><a href=\"http://elleluna.com/\">Elle Luna</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/14316\">Elle on Design Details</a></li>\n<li><a href=\"https://klout.com/home\">Klout</a></li>\n<li><a href=\"http://www.colorkite.com/\">Colorkite</a></li>\n<li><a href=\"https://twitter.com/jedmund\">Justin Edmund</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/19703\">Justin on Design Details</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 15 Aug 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/f405a420.mp3\" length=\"61538685\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/43726/1470173394-artwork.jpg\"/>\n      <itunes:duration>01:04:04</itunes:duration>\n      <itunes:summary>Today we caught up with Alexandra Bond, a design fellow at Sequoia Creative Labs and previously a designer at Pinterest. We pick her brain about her origins, friction in design, transitioning into a product role, navigating the job search, answering the why, and more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Alexandra Bond, a design fellow at Sequoia Creative Labs and previously a designer at Pinterest. We pick her brain about her origins, friction in design, transitioning into a product role, navigating the job search, answering the w</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>159</itunes:episode>\n    </item>\n    <item>\n      <title>155: Duckicopters (feat. Athyuttam Reddy)</title>\n      <guid isPermaLink=\"false\">cac511e4-cb57-4565-a9af-870f93bcd39b</guid>\n      <link>http://designdetails.simplecast.fm/158</link>\n      <description>Today we sat down with Athyuttam Reddy, a designer-engineer intern at Figma. We cover so much in this episode, including engineer design hybrid roles, getting a design job as a new grad, landing meaningful internships, becoming jaded, diversity and inclusivity, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Athyuttam Reddy, a designer-engineer intern at Figma. We cover so much in this episode, including engineer design hybrid roles, getting a design job as a new grad, landing meaningful internships, becoming jaded, diversity and inclusivity, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Athyuttam.on.the.web:\"></a>\n<h5>Athyuttam on the web:</h5>\n\n<ul>\n<li><a href=\"http://athyuttamre.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/athyuttamre\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://figma.com/\">Figma</a></li>\n<li><a href=\"http://rykap.com/\">Ryan Kaplan</a></li>\n<li><a href=\"http://cakefordinner.com/\">Jessica Liu</a></li>\n<li><a href=\"https://github.com/athyuttamre\">GitHub</a></li>\n<li><a href=\"https://medium.com/@athyuttamre\">Medium</a></li>\n<li><a href=\"http://www.erondu.com/\">Jared Erondu</a></li>\n<li><a href=\"https://designdetails.simplecast.fm/16\">Jared on Design Details</a></li>\n<li><a href=\"http://joshuasortino.com/\">Joshua Sortino</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/14638\">Josh on Design Details</a></li>\n<li><a href=\"http://rypearts.com/\">Ryan Putnam</a></li>\n<li><a href=\"https://spec.fm/podcasts/design-details/12598\">Ryan on Design Details</a></li>\n<li><a href=\"https://2016.hackatbrown.org/\">Hack@Brown</a></li>\n<li><a href=\"https://www.designernews.co/stories/67034-men-of-designernews\">Men of Designer News</a></li>\n<li><a href=\"http://jon.gold/\">Jon Gold</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/14150\">Jon on Design Details</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 10 Aug 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/d91f2622.mp3\" length=\"56466746\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/43506/1469831095-artwork.jpg\"/>\n      <itunes:duration>00:58:47</itunes:duration>\n      <itunes:summary>Today we sat down with Athyuttam Reddy, a designer-engineer intern at Figma. We cover so much in this episode, including engineer design hybrid roles, getting a design job as a new grad, landing meaningful internships, becoming jaded, diversity and inclusivity, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Athyuttam Reddy, a designer-engineer intern at Figma. We cover so much in this episode, including engineer design hybrid roles, getting a design job as a new grad, landing meaningful internships, becoming jaded, diversity and inclus</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>158</itunes:episode>\n    </item>\n    <item>\n      <title>154: Dancing Baby Dior (feat. Irina Blok) </title>\n      <guid isPermaLink=\"false\">964a14b6-9c5d-4459-8b44-3f7604eca760</guid>\n      <link>http://designdetails.simplecast.fm/157</link>\n      <description>Today we caught up with Irina Blok, a designer at Zendesk who has previously designed at Google, Yahoo, and Adobe (among so many other companies). We talk about brand and product, moving from Russia to California, designing in the real world, putting in the work, and much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Irina Blok, a designer at Zendesk who has previously designed at Google, Yahoo, and Adobe (among so many other companies). We talk about brand and product, moving from Russia to California, designing in the real world, putting in the work, and much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Irina.on.the.web:\"></a>\n<h5>Irina on the web:</h5>\n\n<ul>\n<li><a href=\"http://www.irinablok.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/irinablok\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/irinablok\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.zendesk.com/\">Zendesk</a></li>\n<li><a href=\"http://www.nytimes.com/2013/10/13/magazine/who-made-that-android-logo.html\">Android Logo</a></li>\n<li><a href=\"https://panic.com/blog/the-panic-sign/\">The Panic Sign</a></li>\n<li><a href=\"http://landor.com/\">Landor</a></li>\n<li><a href=\"http://www.wheretheheckismatt.com/\">Where the Hell is Matt</a></li>\n<li><a href=\"https://twitter.com/johnmaeda\">John Maeda</a></li>\n<li><a href=\"http://www.irinablok.com/fashionmasks\">Fashion Surgical Masks</a></li>\n<li><a href=\"http://sharktankblog.com/business/face-blok/\">Irina on Shark Tank</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 08 Aug 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/2aab1bf0.mp3\" length=\"67423548\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/43445/1469743679-artwork.jpg\"/>\n      <itunes:duration>01:10:12</itunes:duration>\n      <itunes:summary>Today we caught up with Irina Blok, a designer at Zendesk who has previously designed at Google, Yahoo, and Adobe (among so many other companies). We talk about brand and product, moving from Russia to California, designing in the real world, putting in the work, and much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Irina Blok, a designer at Zendesk who has previously designed at Google, Yahoo, and Adobe (among so many other companies). We talk about brand and product, moving from Russia to California, designing in the real world, putting in t</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>157</itunes:episode>\n    </item>\n    <item>\n      <title>153: Khaleesi of the Couch (feat. Jeany Ngo) </title>\n      <guid isPermaLink=\"false\">aa6b99cd-c08a-40eb-8444-3660e48bfa09</guid>\n      <link>http://designdetails.simplecast.fm/156</link>\n      <description>Today we caught up with Jeany Ngo, a designer by day at Airbnb, artist and creator and cosplayer by night. We dig into her journey into design, internships and hustle, art and cosplay, aphantasia and logic, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Jeany Ngo, a designer by day at Airbnb, artist and creator and cosplayer by night. We dig into her journey into design, internships and hustle, art and cosplay, aphantasia and logic, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Jeany.on.the.web:\"></a>\n<h5>Jeany on the web:</h5>\n\n<ul>\n<li><a href=\"http://jeanyngo.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/gojeanyn\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/gojeanyn\">Dribbble</a></li>\n<li><a href=\"https://www.instagram.com/gojeanyn/?hl=en\">Instagram</a></li>\n<li><a href=\"https://medium.com/@gojeanyn\">Medium</a></li>\n<li><a href=\"https://www.twitch.tv/gojeanyn\">Twitch</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://www.pokemongo.com/\">Pokémon GO</a></li>\n<li><a href=\"https://www.ingress.com/\">Ingress</a></li>\n<li><a href=\"https://twitter.com/bydisgn\">Steve Johnson</a></li>\n<li><a href=\"http://jeanyngo.com/\">Jeany's Art</a></li>\n<li><a href=\"https://www.facebook.com/notes/blake-ross/aphantasia-how-it-feels-to-be-blind-in-your-mind/10156834777480504/\">Aphantasia</a></li>\n<li><a href=\"https://www.facebook.com/blake\">Blake Ross</a></li>\n<li><a href=\"https://twitter.com/Ashthorp\">Ash Thorp</a></li>\n<li><a href=\"https://twitter.com/JustinMezzell\">Justin Mezzell</a></li>\n<li><a href=\"https://www.twitch.tv/lettershoppe\">LetterShoppe</a></li>\n<li><a href=\"https://www.twitch.tv/gojeanyn\">Jeany on Twitch</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 03 Aug 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/21c5f696.mp3\" length=\"57747381\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/43443/1469743537-artwork.jpg\"/>\n      <itunes:duration>01:00:07</itunes:duration>\n      <itunes:summary>Today we caught up with Jeany Ngo, a designer by day at Airbnb, artist and creator and cosplayer by night. We dig into her journey into design, internships and hustle, art and cosplay, aphantasia and logic, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Jeany Ngo, a designer by day at Airbnb, artist and creator and cosplayer by night. We dig into her journey into design, internships and hustle, art and cosplay, aphantasia and logic, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>156</itunes:episode>\n    </item>\n    <item>\n      <title>152: Maniacal Easy-Bake (feat. Beth Dean) </title>\n      <guid isPermaLink=\"false\">22ba301f-a5ed-4be6-902d-4477f0275dc9</guid>\n      <link>http://designdetails.simplecast.fm/155</link>\n      <description>Today we caught up with Beth Dean, a designer at Facebook, avid hiker, creator of toys and comics, illustrator, and artist. We dig into Beth's journey into design, adventures in SF, designing at Facebook, transitional states in design, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Beth Dean, a designer at Facebook, avid hiker, creator of toys and comics, illustrator, and artist. We dig into Beth's journey into design, adventures in SF, designing at Facebook, transitional states in design, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/beth_dean\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Beth.on.the.web:\"></a>\n<h5>Beth on the web:</h5>\n\n<ul>\n<li><a href=\"http://thebethdean.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/bethdean\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/bethdean\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://krampus.bigcartel.com/product/emergency-sacrifice-kit\">Emergency Sacrifice Kit</a></li>\n<li><a href=\"http://noisepop.com/\">Noise Pop</a></li>\n<li><a href=\"http://treasureislandfestival.com/2016/\">Treasure Island Music Festival</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Kai%27s_Power_Tools\">Kai's Power Tools</a></li>\n<li><a href=\"https://twitter.com/morganknutson\">Morgan Knutson</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/19152\">Morgan on Design Details</a></li>\n<li><a href=\"https://flipboard.com/\">Flipboard</a></li>\n<li><a href=\"http://feltron.com/\">Nicholas Felton</a></li>\n<li><a href=\"https://creativemornings.com/talks/beth-dean/1\">Emotional Intelligence in Design</a></li>\n<li><a href=\"http://www.tristanharris.com/\">Tristan Harris</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/wander-co-location-based-photo/id944064086?mt=8\">Wander</a></li>\n<li><a href=\"https://twitter.com/justinrgraham\">Justin Graham</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/37914\">Justin on Design Details</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 01 Aug 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/b532910c.mp3\" length=\"73150843\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/43442/1469743330-artwork.jpg\"/>\n      <itunes:duration>01:16:10</itunes:duration>\n      <itunes:summary>Today we caught up with Beth Dean, a designer at Facebook, avid hiker, creator of toys and comics, illustrator, and artist. We dig into Beth's journey into design, adventures in SF, designing at Facebook, transitional states in design, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Beth Dean, a designer at Facebook, avid hiker, creator of toys and comics, illustrator, and artist. We dig into Beth's journey into design, adventures in SF, designing at Facebook, transitional states in design, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>155</itunes:episode>\n    </item>\n    <item>\n      <title>151: 100-Armed Octopus (feat. Mackey Saturday) </title>\n      <guid isPermaLink=\"false\">161e7da5-b689-4dfc-bdd3-995e54e37f93</guid>\n      <link>http://designdetails.simplecast.fm/153</link>\n      <description>Today we got to catch up for a second time with Mackey Saturday, a brand and logo designer at CGH in New York. We dig deep into logo and brand design, working for free, making mistakes, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we got to catch up for a second time with Mackey Saturday, a brand and logo designer at CGH in New York. We dig deep into logo and brand design, working for free, making mistakes, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Mackey.on.the.web:\"></a>\n<h5>Mackey on the web:</h5>\n\n<ul>\n<li><a href=\"http://mackeysaturday.com/#profile\">Website</a></li>\n<li><a href=\"https://dribbble.com/mackeysaturday\">Dribbble</a></li>\n<li><a href=\"https://www.instagram.com/saturday/?hl=en\">Instagram</a></li>\n<li><a href=\"https://twitter.com/saturday?lang=en\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://github.com/specfm\">Spec on GitHub</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/27410\">Mackey + Meg on Design Details</a></li>\n<li><a href=\"https://www.epicurrence.com/\">Epicurrence</a></li>\n<li><a href=\"https://twitter.com/cghnyc\">CGH</a></li>\n<li><a href=\"https://www.oculus.com/\">Oculus</a></li>\n<li><a href=\"http://thenextweb.com/dd/2015/09/07/30-year-belo/\">Airbnb’s logo found in decades-old trademark book</a></li>\n<li><a href=\"https://dribbble.com/shots/1054954-Instagram-Logo\">Mackey's Instagram Logo</a></li>\n<li><a href=\"https://twitter.com/DannPetty\">Dann Petty</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/20172\">Dann on Design Details</a></li>\n<li><a href=\"http://luxe.com/\">Luxe</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 27 Jul 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/1c98336d.mp3\" length=\"58339635\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/43115/1469338287-artwork.jpg\"/>\n      <itunes:duration>01:00:44</itunes:duration>\n      <itunes:summary>Today we got to catch up for a second time with Mackey Saturday, a brand and logo designer at CGH in New York. We dig deep into logo and brand design, working for free, making mistakes, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we got to catch up for a second time with Mackey Saturday, a brand and logo designer at CGH in New York. We dig deep into logo and brand design, working for free, making mistakes, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>153</itunes:episode>\n    </item>\n    <item>\n      <title>150: Fantastic Digital Goo (feat. May-Li Khoe) </title>\n      <guid isPermaLink=\"false\">de904444-1d95-41be-ba61-c9fabacfe62b</guid>\n      <link>http://designdetails.simplecast.fm/154</link>\n      <description>Today we were able to catch up with May-Li Khoe, a designer at Khan Academy who previously spent seven years on the design team at Apple. In this episode we dig deep into long-term thinking, passion and work, priorities and flow, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we were able to catch up with May-Li Khoe, a designer at Khan Academy who previously spent seven years on the design team at Apple. In this episode we dig deep into long-term thinking, passion and work, priorities and flow, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a> and on <a href=\"https://twitter.com/uenodotco\">Twitter</a></li>\n</ul>\n\n\n<a name=\"May-Li.on.the.web:\"></a>\n<h5>May-Li on the web:</h5>\n\n<ul>\n<li><a href=\"http://www.maylikhoe.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/mayli\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/mayli/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.khanacademy.org/\">Khan Academy</a></li>\n<li><a href=\"http://fashion.eyebeam.org/tutu\">Generative tutu</a></li>\n<li><a href=\"https://twitter.com/gabrielvaldivia?lang=en\">Gabe Valdivia</a></li>\n<li><a href=\"https://www.figma.com/\">Figma</a></li>\n<li><a href=\"http://www.lindadong.com/\">Linda Dong</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/37620\">Linda on Design Details</a></li>\n<li><a href=\"http://framerjs.com/\">Framer</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/monument-valley/id728293409?mt=8\">Monument Valley</a></li>\n<li><a href=\"http://us.battle.net/hearthstone/en/\">Hearthstone</a></li>\n<li><a href=\"https://andymatuschak.org/\">Andy Matuschak</a></li>\n<li><a href=\"http://metamorphabet.com/\">Metamorphabet</a></li>\n<li><a href=\"http://vectorpark.com/\">Vectorpark</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/pokemon-go/id1094591345?mt=8\">Pokémon GO</a></li>\n<li><a href=\"https://twitter.com/LittleBigPlanet\">Littl Big Planet</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Flow_(video_game\">FlOw</a>#References)</li>\n<li><a href=\"http://store.steampowered.com/app/295790/\">Never Alone</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Alan_Kay\">Alan Kay</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Smalltalk\">Smalltalk</a></li>\n<li><a href=\"http://venturebeat.com/2016/05/11/y-combinator-research-launches-human-advancement-research-community-alan-kay-participating/\">HARC</a></li>\n<li><a href=\"http://worrydream.com/\">Bret Victor</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Dynabook\">Dynabook</a></li>\n<li><a href=\"https://screenhero.com/\">Screenhero</a></li>\n<li><a href=\"https://www.htcvive.com/us/\">HTC Vive</a></li>\n<li><a href=\"https://twitter.com/danielchooper?lang=en\">Daniel Hooper</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/40679\">Daniel on Design Details</a></li>\n<li><a href=\"https://www.amazon.com/Thinking-Fast-Slow-Daniel-Kahneman/dp/0374533555\">Thinking, Fast and Slow</a></li>\n<li><a href=\"https://klout.com/home\">Klout</a></li>\n<li><a href=\"https://twitter.com/sf_avi?lang=en\">Avi Cieplinski</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/8654\">Avi on Design Details</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Smell-O-Vision\">Smell-O-Vision</a></li>\n<li><a href=\"https://twitter.com/amberwrencart\">Amber Cartwright</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/41937\">Amber on Design Details</a></li>\n<li><a href=\"https://www.parc.com/\">PARC</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/The_Mother_of_All_Demos\">The Mother of All Demos</a></li>\n<li><a href=\"https://www.subtraction.com/\">Khoi Vinh</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/10060\">Khoi on Design Details</a></li>\n<li><a href=\"https://news.ycombinator.com/item?id=11939851\">Alan Kay AMA</a></li>\n<li><a href=\"http://50years.today/\">50 Years</a></li>\n<li><a href=\"http://itshunkydory.com/\">Paula Te</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 25 Jul 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/de0a4e8f.mp3\" length=\"70393994\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/43155/1469407729-artwork.jpg\"/>\n      <itunes:duration>01:13:17</itunes:duration>\n      <itunes:summary>Today we were able to catch up with May-Li Khoe, a designer at Khan Academy who previously spent seven years on the design team at Apple. In this episode we dig deep into long-term thinking, passion and work, priorities and flow, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we were able to catch up with May-Li Khoe, a designer at Khan Academy who previously spent seven years on the design team at Apple. In this episode we dig deep into long-term thinking, passion and work, priorities and flow, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>154</itunes:episode>\n    </item>\n    <item>\n      <title>149: Melayoncé (feat. Melanie Araujo)</title>\n      <guid isPermaLink=\"false\">d1bb981a-3b74-4b7a-94f3-29807c84d290</guid>\n      <link>http://designdetails.simplecast.fm/152</link>\n      <description>Today we had the opportunity to talk with Melanie Araujo, an independent designer and the creator of Front and Center. She shares her story with us, and we dig into complex topics like self-awareness, identity, personal growth, inclusion and diversity, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we had the opportunity to talk with Melanie Araujo, an independent designer and the creator of Front and Center. She shares her story with us, and we dig into complex topics like self-awareness, identity, personal growth, inclusion and diversity, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Melanie.on.the.web:\"></a>\n<h5>Melanie on the web:</h5>\n\n<ul>\n<li><a href=\"http://www.melaniearaujo.co/\">Website</a></li>\n<li><a href=\"https://twitter.com/melarauj0\">Twitter</a></li>\n<li><a href=\"http://www.techiesproject.com/melanie-araujo/\">Techies</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://www.frontandcenter.co/\">Front and Center</a></li>\n<li><a href=\"http://figma.com/\">Figma</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Cape_Verde\">Cape Verde</a></li>\n<li><a href=\"http://www.karmaloop.com/\">Karmaloop</a></li>\n<li><a href=\"https://generalassemb.ly/\">General Assembly</a></li>\n<li><a href=\"http://www.telenav.com/\">Telenav</a></li>\n<li><a href=\"https://www.skillshare.com/\">Skillshare</a></li>\n<li><a href=\"http://human.co/\">Human</a></li>\n<li><a href=\"http://renatovaldes.com/\">Renato Valdés Olmos</a></li>\n<li><a href=\"https://www.omnigroup.com/omnigraffle\">OmniGraffle</a></li>\n<li><a href=\"http://principleformac.com/\">Principle</a></li>\n<li><a href=\"https://twitter.com/danielchooper?lang=en\">Daniel Hooper</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/40679\">Daniel on Design Details</a></li>\n<li><a href=\"https://twitter.com/johnmaeda?lang=en\">John Maeda</a></li>\n<li><a href=\"http://www.kpcb.com/\">KPCB</a></li>\n<li><a href=\"https://twitter.com/phaedrael\">Phaedra Ellis-Lamkins</a></li>\n<li><a href=\"https://twitter.com/FeliciaHorowitz\">Felicia Horowitz</a></li>\n<li><a href=\"https://twitter.com/a16z\">A16Z</a></li>\n<li><a href=\"http://www.bhorowitz.com/\">Ben Horowitz</a></li>\n<li><a href=\"https://www.amazon.com/Hard-Thing-About-Things-Building/dp/0062273205\">The Hard Thing About Hard Things</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 20 Jul 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/2dbd7810.mp3\" length=\"71746076\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/42532/1468802337-artwork.jpg\"/>\n      <itunes:duration>01:14:42</itunes:duration>\n      <itunes:summary>Today we had the opportunity to talk with Melanie Araujo, an independent designer and the creator of Front and Center. She shares her story with us, and we dig into complex topics like self-awareness, identity, personal growth, inclusion and diversity, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we had the opportunity to talk with Melanie Araujo, an independent designer and the creator of Front and Center. She shares her story with us, and we dig into complex topics like self-awareness, identity, personal growth, inclusion and diversity, an</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>152</itunes:episode>\n    </item>\n    <item>\n      <title>148: Verbal Punctuation (feat. Tim Quirino) </title>\n      <guid isPermaLink=\"false\">dbf18a06-729f-4ff3-afb0-eecd82109b2b</guid>\n      <link>http://designdetails.simplecast.fm/151</link>\n      <description>Today we caught up with Tim Quirino, a product designer at Facebook working on Live. We dig into his background, mentorship, a designer's responsibility, vulnerability, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Tim Quirino, a product designer at Facebook working on Live. We dig into his background, mentorship, a designer's responsibility, vulnerability, and so much more.</p>\n\n<p>Come chat with us in our <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n<li><a href=\"http://spec.fm/skurt\">Skurt</a></li>\n</ul>\n\n\n<a name=\"Tim.on.the.web:\"></a>\n<h5>Tim on the web:</h5>\n\n<ul>\n<li><a href=\"http://timquirino.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/timquirino\">Dribbble</a></li>\n<li><a href=\"http://www.techiesproject.com/tim-quirino/\">Techies</a></li>\n<li><a href=\"https://www.instagram.com/timquirino/\">Instagram</a></li>\n<li><a href=\"https://twitter.com/timquirino?lang=en\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/timquirino?lang=en\">Tim on Twitter</a></li>\n<li><a href=\"https://twitter.com/stewartsc\">Stewart Scott-Curran</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/41167\">Stewart on Design Details</a></li>\n<li><a href=\"https://www.facebook.com/livemap/\">Facebook Live</a></li>\n<li><a href=\"http://timquirino.com/\">Facebook Music Stories</a></li>\n<li><a href=\"http://punkave.com/\">P'unk Avenue</a></li>\n<li><a href=\"http://www.adobe.com/products/dreamweaver.html\">Dreamweaver</a></li>\n<li><a href=\"http://www.geekadelphia.com/\">Geekadelphia</a></li>\n<li><a href=\"http://www.geekadelphia.com/category/philly-geek-awards/\">Philly Geek Awards</a></li>\n<li><a href=\"http://www.uwishunu.com/\">Uwishunu</a></li>\n<li><a href=\"http://ericsmithrocks.com/about/\">Eric Smith</a></li>\n<li><a href=\"https://twitter.com/gabrielvaldivia?lang=en\">Gabe Valdivia</a></li>\n<li><a href=\"http://talkturkey.chat/tim-quirino/\">Tim on Talk Turkey</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 18 Jul 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/8165cfcd.mp3\" length=\"67973570\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/42522/1468791653-artwork.jpg\"/>\n      <itunes:duration>01:10:46</itunes:duration>\n      <itunes:summary>Today we caught up with Tim Quirino, a product designer at Facebook working on Live. We dig into his background, mentorship, a designer's responsibility, vulnerability, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Tim Quirino, a product designer at Facebook working on Live. We dig into his background, mentorship, a designer's responsibility, vulnerability, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>151</itunes:episode>\n    </item>\n    <item>\n      <title>147: Editorial Spackle (feat. Jessica Collier) </title>\n      <guid isPermaLink=\"false\">332afbd8-a7cc-4967-93e2-eeae738a5bbd</guid>\n      <link>http://designdetails.simplecast.fm/150</link>\n      <description>Today we sat down with Jessica Collier, who was most recently a word person at Stellar. We go deep into designing economies, the importance of words and titles, Silicon Valley, the role of content in design, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Jessica Collier, who most recently led content and design at Stellar.org. We go deep into designing economies, the importance of words and titles, Silicon Valley, the role of content in design, and so much more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://spec.fm/dropbox\">Dropbox</a></li>\n<li><a href=\"http://spec.fm/skurt\">Skurt</a></li>\n</ul>\n\n\n<a name=\"Jessica.on.the.web:\"></a>\n<h5>Jessica on the web:</h5>\n\n<ul>\n<li><a href=\"https://medium.com/@verbagetruck\">Medium</a></li>\n<li><a href=\"https://twitter.com/verbagetruck\">Twitter</a></li>\n<li><a href=\"http://jessicalcollier.com/\">Website</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.stellar.org/\">Stellar</a></li>\n<li><a href=\"https://github.com/stellar/developers\">Stellar Developers</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Mt._Gox\">Mt. Gox</a></li>\n<li><a href=\"http://www.icn.uni-hamburg.de/narrbib/interface-as-mimesis\">Interface as Mimesis</a></li>\n<li><a href=\"https://medium.com/@verbagetruck\">Jessica on Medium</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Transcendentalism\">Trancendentalism</a></li>\n<li><a href=\"https://www.amazon.com/Save-Everything-Click-Here-Technological/dp/1610393708\">To Save Everything, Click Here</a></li>\n<li><a href=\"https://twitter.com/heatherjacket\">Heather Phillips</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/36839\">Heather Phillips on Design Details</a></li>\n<li><a href=\"https://themanual.org/read/issues/5/jessica-collier/lesson\">Lesson, on The Manual</a></li>\n<li><a href=\"https://themanual.org/read/issues/5/jessica-collier/article\">Our Narratives, Ourselves, on The Manual</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 13 Jul 2016 03:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/ead0aec3.mp3\" length=\"66499032\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/41946/1468192407-artwork.jpg\"/>\n      <itunes:duration>01:09:14</itunes:duration>\n      <itunes:summary>Today we sat down with Jessica Collier, who was most recently a word person at Stellar. We go deep into designing economies, the importance of words and titles, Silicon Valley, the role of content in design, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Jessica Collier, who was most recently a word person at Stellar. We go deep into designing economies, the importance of words and titles, Silicon Valley, the role of content in design, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>150</itunes:episode>\n    </item>\n    <item>\n      <title>146: Smell-o-vision (feat. Amber Cartwright)</title>\n      <guid isPermaLink=\"false\">e3045a5a-54b8-45a0-b4d0-f23c6f2c95d4</guid>\n      <link>http://designdetails.simplecast.fm/149</link>\n      <description>Today we caught up with Amber Cartwright, a design manager at Airbnb. We dig into her past and journey into design, management and leadership, invisible design, machine learning and AI, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Amber Cartwright, a design manager at Airbnb. We dig into her past and journey into design, management and leadership, invisible design, machine learning and AI, and so much more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 5,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://spec.fm/dropbox\">Dropbox</a></li>\n<li><a href=\"http://spec.fm/skurt\">Skurt</a></li>\n</ul>\n\n\n<a name=\"Amber.on.the.web:\"></a>\n<h5>Amber on the web:</h5>\n\n<ul>\n<li><a href=\"https://medium.com/@amberwrencart\">Medium</a></li>\n<li><a href=\"https://twitter.com/amberwrencart\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://airbnb.com\">Airbnb</a></li>\n<li><a href=\"https://material.google.com/motion/choreography.html\">Material Design Choreography</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Wireless_Application_Protocol\">WAP</a></li>\n<li><a href=\"http://www.hugeinc.com/about\">Huge</a></li>\n<li><a href=\"https://www.ideo.com/about/\">IDEO Design Thinking</a></li>\n<li><a href=\"https://twitter.com/lil_dill\">Katie Dill</a></li>\n<li><a href=\"https://medium.com/swlh/invisible-design-co-designing-with-machines-aea62a1e0f6d#.y57cuotbt\">Invisible Design</a></li>\n<li><a href=\"http://airbnb.design\">Airbnb Design blog</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 11 Jul 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/78c33263.mp3\" length=\"67365872\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/41937/1468189850-artwork.jpg\"/>\n      <itunes:duration>01:10:08</itunes:duration>\n      <itunes:summary>Today we caught up with Amber Cartwright, a design manager at Airbnb. We dig into her past and journey into design, management and leadership, invisible design, machine learning and AI, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Amber Cartwright, a design manager at Airbnb. We dig into her past and journey into design, management and leadership, invisible design, machine learning and AI, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>149</itunes:episode>\n    </item>\n    <item>\n      <title>145: Sinister Candybar (feat. Chris Downer) </title>\n      <guid isPermaLink=\"false\">e659d1c0-af71-4a06-9e1c-429ec6185d1d</guid>\n      <link>http://designdetails.simplecast.fm/148</link>\n      <description>We recently sat down with Chris Downer, a designer at Sketch, previously at Realmac Software. We dig into his background, what it takes to design Sketch, how to build great software, and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>We recently sat down with Chris Downer, a designer at Sketch, previously at Realmac Software. We dig into his background, what it takes to design Sketch, how to build great software, and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://spec.fm/dropbox\">Dropbox</a></li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Chris.on.the.web:\"></a>\n<h5>Chris on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/cjdowner\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/cjdowner\">Dribbble</a></li>\n<li><a href=\"http://christopherdowner.com/\">Website</a></li>\n<li><a href=\"https://www.instagram.com/cjdowner/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.sketchapp.com/\">Sketch</a></li>\n<li><a href=\"https://medium.com/bpxl-craft/exploring-group-resizing-in-sketch-3-9-e372d6635a54#.grt8cycp0\">Sketch 3.9</a></li>\n<li><a href=\"https://twitter.com/pieteromvlee\">Pieter Omvlee</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/40299\">Design Details ft. Pieter Omvlee</a></li>\n<li><a href=\"https://twitter.com/sketchapp\">@sketchapp</a></li>\n<li><a href=\"https://realmacsoftware.com/\">Realmac Software</a></li>\n<li><a href=\"http://www.pixelmator.com/mac/\">Pixelmator</a></li>\n<li><a href=\"http://flyingmeat.com/acorn/\">Acorn</a></li>\n<li><a href=\"https://twitter.com/emanuelsa\">Emanuel Sá</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/clear-tasks-reminders-to-do/id493136154?mt=8\">Clear</a></li>\n<li><a href=\"https://twitter.com/dancounsell\">Dan Counsell</a></li>\n<li><a href=\"http://reederapp.com/\">Reeder</a></li>\n<li><a href=\"http://tapbots.com/tweetbot/\">Tweetbot</a></li>\n<li><a href=\"http://www.theverge.com/2016/6/30/12062124/facebook-paper-shutdown\">Paper</a></li>\n<li><a href=\"https://twitter.com/courierapp?lang=en\">Courier</a></li>\n<li><a href=\"http://www.businesswire.com/news/home/20140701005123/en/Appuous-Acquires-Analog-Analog-Camera-Realmac-Software\">Analog</a></li>\n<li><a href=\"https://techcrunch.com/2013/07/23/littlesnapper-becomes-ember-as-realmac-software-overhauls-its-mac-app-for-digital-creatives/\">LittleSnapper -> Ember</a></li>\n<li><a href=\"https://dribbble.com/slaterdesign\">Nick Slater</a></li>\n<li><a href=\"https://dribbble.com/RYPEARTS\">Ryan Putnam</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 06 Jul 2016 03:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/eebdff4f.mp3\" length=\"61901473\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/41168/1467322785-artwork.jpg\"/>\n      <itunes:duration>01:04:26</itunes:duration>\n      <itunes:summary>We recently sat down with Chris Downer, a designer at Sketch, previously at Realmac Software. We dig into his background, what it takes to design Sketch, how to build great software, and more.\n</itunes:summary>\n      <itunes:subtitle>We recently sat down with Chris Downer, a designer at Sketch, previously at Realmac Software. We dig into his background, what it takes to design Sketch, how to build great software, and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>148</itunes:episode>\n    </item>\n    <item>\n      <title>144: Coca-Coolaid (feat. Stewart Scott-Curran)</title>\n      <guid isPermaLink=\"false\">5d4fad23-d8e7-4d04-bea2-b9355f4d064f</guid>\n      <link>http://designdetails.simplecast.fm/147</link>\n      <description>Today we sat down with Stewart Scott-Curran, a designer working to build the brand team at Intercom. We dig into his background and journey as a designer, building a team with opinions, the ethics of design, and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Stewart Scott-Curran, a designer working to build the brand team at Intercom. We dig into his background and journey as a designer, building a team with opinions, the ethics of design, and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://spec.fm/dropbox\">Dropbox</a></li>\n</ul>\n\n\n<a name=\"Stewart.on.the.web:\"></a>\n<h5>Stewart on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/stewartsc\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/stewartsc/?hl=en\">Instagram</a></li>\n<li><a href=\"http://onlymoreneverless.com/\">Website</a></li>\n<li><a href=\"https://medium.com/@stewartsc\">Medium</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.intercom.io/\">Intercom</a></li>\n<li><a href=\"https://creativemornings.com/cities/sf\">Creative Mornings SF</a></li>\n<li><a href=\"https://twitter.com/iamharaldur?lang=en\">Halli</a></li>\n<li><a href=\"https://twitter.com/littlenono?lang=en\">Linda Eliasen</a></li>\n<li><a href=\"https://blog.intercom.io/\">Inside Intercom</a></li>\n<li><a href=\"https://www.intercom.io/insideintercom/\">Intercom World Tour</a></li>\n<li><a href=\"https://blog.intercom.io/podcast-julie-zhuo-on-product-design/\">Julie on Inside Intercom</a></li>\n<li><a href=\"https://twitter.com/clarkerharris\">Clarke Harris</a></li>\n<li><a href=\"https://twitter.com/theonlymaria1\">Maria Gonzalez</a></li>\n<li><a href=\"https://twitter.com/justinpervorse\">Justin Pervorse</a></li>\n<li><a href=\"http://photolog.jennie.li/\">Jennie Li</a></li>\n<li><a href=\"https://twitter.com/ryanjhubbard?lang=en\">Ryan Hubbard</a></li>\n<li><a href=\"http://www.thedesignersrepublic.com/\">The Designers Republic</a></li>\n<li><a href=\"https://www.amazon.com/Thinking-Fast-Slow-Daniel-Kahneman/dp/0374533555\">Thinking Fast and Slow</a></li>\n<li><a href=\"https://twitter.com/swissmiss\">Tina Roth Eisenberg</a></li>\n<li><a href=\"https://twitter.com/mulegirl\">Erika Hall</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/9245\">Erika on Design Details</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 04 Jul 2016 03:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/c914dbc5.mp3\" length=\"62785883\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/41167/1467322282-artwork.jpg\"/>\n      <itunes:duration>01:05:22</itunes:duration>\n      <itunes:summary>Today we sat down with Stewart Scott-Curran, a designer working to build the brand team at Intercom. We dig into his background and journey as a designer, building a team with opinions, the ethics of design, and more.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Stewart Scott-Curran, a designer working to build the brand team at Intercom. We dig into his background and journey as a designer, building a team with opinions, the ethics of design, and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>147</itunes:episode>\n    </item>\n    <item>\n      <title>143: Design Systems: So Hot Right Now (feat. Karri Saarinen)</title>\n      <guid isPermaLink=\"false\">387239ed-0f6f-4582-afed-2d8351611af2</guid>\n      <link>http://designdetails.simplecast.fm/146</link>\n      <description>Today we met with Karri Saarinen, a designer at Airbnb working on their Design Language System. In this episode we dig deep into design tools and systems, collaboration at scale, building trust with design, and much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we met with Karri Saarinen, a designer at Airbnb working on their Design Language System. In this episode we dig deep into design tools and systems, collaboration at scale, building trust with design, and much more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n<li><a href=\"http://spec.fm/dropbox\">Dropbox</a></li>\n</ul>\n\n\n<a name=\"Karri.on.the.web:\"></a>\n<h5>Karri on the web:</h5>\n\n<ul>\n<li><a href=\"http://karrisaarinen.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/karrisaarinen\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/karrisaarinen/\">Instagram</a></li>\n<li><a href=\"https://dribbble.com/karrisaarinen\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.coinbase.com/\">Coinbase</a></li>\n<li><a href=\"http://kippt.com/\">Kippt</a></li>\n<li><a href=\"http://airbnb.design/building-a-visual-language/\">Building a Visual Language</a></li>\n<li><a href=\"http://airbnb.design/the-way-we-build/\">Airbnb, The Way We Build</a></li>\n<li><a href=\"https://github.com/mathieudutour/git-sketch-plugin\">Git Sketch Plugin</a></li>\n<li><a href=\"http://www.brianlovin.com/journal/575ee225781b270e00666c9a\">Valistration</a></li>\n<li><a href=\"http://www.jasonclient.org/\">Jason</a></li>\n<li><a href=\"https://twitter.com/taido?lang=en\">Taido Nakajima</a></li>\n<li><a href=\"https://twitter.com/pablocar0\">Pablo Caro</a></li>\n<li><a href=\"http://www.salih.tv/\">Salih Abdul-Karim</a></li>\n<li><a href=\"http://www.mmmmmmmmmmmmmimic.net/\">Roy Stanfield</a></li>\n<li><a href=\"https://twitter.com/thatbenlifetho\">Ben Wilkins</a></li>\n<li><a href=\"https://sendtoinc.com/\">Inc</a></li>\n<li><a href=\"http://zurb.com/forrst\">Forrst</a></li>\n<li><a href=\"https://twitter.com/kylebragger\">Kyle Bragger</a></li>\n<li><a href=\"http://luke.so/\">Luke Beard</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/36892\">Luke on Design Details</a></li>\n<li><a href=\"http://airbnb.design/\">Airbnb's design blog</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 29 Jun 2016 03:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/a778192e.mp3\" length=\"68935345\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/40840/1467091195-artwork.jpg\"/>\n      <itunes:duration>01:11:46</itunes:duration>\n      <itunes:summary>Today we met with Karri Saarinen, a designer at Airbnb working on their Design Language System. In this episode we dig deep into design tools and systems, collaboration at scale, building trust with design, and much more.\n</itunes:summary>\n      <itunes:subtitle>Today we met with Karri Saarinen, a designer at Airbnb working on their Design Language System. In this episode we dig deep into design tools and systems, collaboration at scale, building trust with design, and much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>146</itunes:episode>\n    </item>\n    <item>\n      <title>142: Relax To Get Past (feat. Daniel Hooper) </title>\n      <guid isPermaLink=\"false\">36f96ee3-eaf6-46c0-821d-0acd45dee9e9</guid>\n      <link>http://designdetails.simplecast.fm/145</link>\n      <description>Today we caught up with Daniel Hooper, a designer and engineer working on Principle. We dig into his process of building a prototyping tool, building side projects, San Francisco, Apple, and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Daniel Hooper, a designer and engineer working on Principle. We dig into his process of building a prototyping tool, building side projects, San Francisco, Apple, and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://spec.fm/dropbox\">Dropbox</a></li>\n</ul>\n\n\n<a name=\"Daniel.on.the.web:\"></a>\n<h5>Daniel on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/danielchooper\">Twitter</a></li>\n<li><a href=\"http://principleformac.com/\">Principle</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://principleformac.com/\">Principle</a></li>\n<li><a href=\"http://framerjs.com/\">Framer</a></li>\n<li><a href=\"https://www.flinto.com/\">Flinto</a></li>\n<li><a href=\"https://www.invisionapp.com/\">InVision</a></li>\n<li><a href=\"https://facebook.github.io/origami/\">Origami</a></li>\n<li><a href=\"http://www.pixate.com/\">Pixate</a></li>\n<li><a href=\"https://www.producthunt.com/\">Product Hunt</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/percepto/id419502225?mt=8\">Percepto</a></li>\n<li><a href=\"https://gumroad.com/\">Gumroad</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 27 Jun 2016 06:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/61f515f7.mp3\" length=\"53286921\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/40679/1466786513-artwork.jpg\"/>\n      <itunes:duration>00:55:28</itunes:duration>\n      <itunes:summary>Today we caught up with Daniel Hooper, a designer and engineer working on Principle. We dig into his process of building a prototyping tool, building side projects, San Francisco, Apple, and more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Daniel Hooper, a designer and engineer working on Principle. We dig into his process of building a prototyping tool, building side projects, San Francisco, Apple, and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>145</itunes:episode>\n    </item>\n    <item>\n      <title>141: Stardust Towers (feat. Pieter Omvlee)</title>\n      <guid isPermaLink=\"false\">22fae092-1a8a-4d8a-bac5-f6c42f213680</guid>\n      <link>http://designdetails.simplecast.fm/144</link>\n      <description>In this episode we sat down with Pieter Omvlee, the creator of Bohemian Coding and Sketch. We chat about remote work, building and designing software, creating culture, the vision for Sketch, and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In this episode we sat down with Pieter Omvlee, the creator of Bohemian Coding and Sketch. We chat about remote work, building and designing software, creating culture, the vision for Sketch, and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://spec.fm/dropbox\">Dropbox</a></li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Pieter.on.the.web:\"></a>\n<h5>Pieter on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/pieteromvlee\">Twitter</a></li>\n<li><a href=\"http://pieteromvlee.tumblr.com/\">Website</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/attasi\">Tom Giannattasio</a></li>\n<li><a href=\"https://www.sketchapp.com/\">Sketch</a></li>\n<li><a href=\"https://www.omnigroup.com/\">The Omni Group</a></li>\n<li><a href=\"https://delicious-monster.com/\">Delicious Monster</a></li>\n<li><a href=\"http://bohemiancoding.tumblr.com/post/65603011680/retiring-fontcase\">Fontcase</a></li>\n<li><a href=\"http://pieteromvlee.tumblr.com/\">Pieter's blog</a></li>\n<li><a href=\"http://bohemiancoding.tumblr.com/post/134322691555/leaving-the-mac-app-store\">Leaving the Mac App Store</a></li>\n<li><a href=\"https://blog.sketchapp.com/versioning-licensing-and-sketch-4-0-8ad98783e9ba?source=latest\">Sketch's new pricing model</a></li>\n<li><a href=\"https://www.subtraction.com/2016/01/12/geoff-teehan-interviews-sketchs-pieter-omvlee/\">Teehan + Pieter</a></li>\n<li><a href=\"https://www.invisionapp.com/\">InVision</a></li>\n<li><a href=\"https://www.invisionapp.com/craft\">Craft</a></li>\n<li><a href=\"https://github.com/preciousforever/sketch-data-populator\">Sketch Data Populator</a></li>\n<li><a href=\"https://37signals.com/\">Basecamp</a></li>\n<li><a href=\"https://affinity.serif.com/en-gb/\">Affinity Designer</a></li>\n<li><a href=\"https://www.figma.com/\">Figma</a></li>\n<li><a href=\"http://www.adobe.com/products/experience-design.html\">Adobe XD</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 22 Jun 2016 03:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/d29b24f2.mp3\" length=\"58892585\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/40299/1466215757-artwork.jpg\"/>\n      <itunes:duration>01:01:18</itunes:duration>\n      <itunes:summary>In this episode we sat down with Pieter Omvlee, the creator of Bohemian Coding and Sketch. We chat about remote work, building and designing software, creating culture, the vision for Sketch, and more.\n</itunes:summary>\n      <itunes:subtitle>In this episode we sat down with Pieter Omvlee, the creator of Bohemian Coding and Sketch. We chat about remote work, building and designing software, creating culture, the vision for Sketch, and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>144</itunes:episode>\n    </item>\n    <item>\n      <title>140: Murky Waters (feat. Mike Davidson) </title>\n      <guid isPermaLink=\"false\">a9ad28de-02a5-4a13-b85f-6217202a66b9</guid>\n      <link>http://designdetails.simplecast.fm/143</link>\n      <description>This episode has been a long time coming: we finally caught up with Mike Davidson, the previous VP of design at Twitter and an all-around wonderful human. We dig deep into topics like evaluating designers, openness and honesty in tech, building teams, diversity, and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This episode has been a long time coming: we finally caught up with Mike Davidson, the previous VP of design at Twitter and an all-around wonderful human. We dig deep into topics like evaluating designers, openness and honesty in tech, building teams, diversity, and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://spec.fm/dropbox\">Dropbox</a></li>\n</ul>\n\n\n<a name=\"Mike.on.the.web:\"></a>\n<h5>Mike on the web:</h5>\n\n<ul>\n<li><a href=\"http://mikeindustries.com/blog/\">Website</a></li>\n<li><a href=\"https://twitter.com/mikeindustries\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/mikeindustries\">Mike on Twitter</a></li>\n<li><a href=\"https://mikeindustries.com/blog/archive/2016/06/evaluating-employees-in-product-design-development-roles\">Evaluating Designers</a></li>\n<li><a href=\"http://fivethirtyeight.com/\">Five Thirty Eight</a></li>\n<li><a href=\"https://www.epicurrence.com/\">Epicurrence</a></li>\n<li><a href=\"https://twitter.com/soopa\">Soopa</a></li>\n<li><a href=\"https://mikeindustries.com/blog/archive/2016/05/three-years-in-san-francisco\">Mike's thoughts on SF and Tech</a></li>\n<li><a href=\"https://www.amazon.com/Where-Good-Ideas-Steven-Johnson/dp/1594485380\">Where Good Ideas Come From</a></li>\n<li><a href=\"https://www.amazon.com/Creativity-Inc-Overcoming-Unseen-Inspiration/dp/0812993012\">Creativity Inc.</a></li>\n<li><a href=\"https://twitter.com/dburka\">Daniel Burka</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 20 Jun 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/cf96eddf.mp3\" length=\"61621435\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/40298/1466208828-artwork.jpg\"/>\n      <itunes:duration>01:04:09</itunes:duration>\n      <itunes:summary>This episode has been a long time coming: we finally caught up with Mike Davidson, the previous VP of design at Twitter and an all-around wonderful human. We dig deep into topics like evaluating designers, openness and honesty in tech, building teams, diversity, and more.\n</itunes:summary>\n      <itunes:subtitle>This episode has been a long time coming: we finally caught up with Mike Davidson, the previous VP of design at Twitter and an all-around wonderful human. We dig deep into topics like evaluating designers, openness and honesty in tech, building teams, div</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>143</itunes:episode>\n    </item>\n    <item>\n      <title>139: Story Time! (feat. Josh Austin) </title>\n      <guid isPermaLink=\"false\">9c665690-79b0-4512-a87d-4bd300c12511</guid>\n      <link>http://designdetails.simplecast.fm/142</link>\n      <description>Today we sat down with Josh Austin, a designer working on the VR team at YouTube. We dig into his past, talk about blogs and learning, communities and leveling up, virtual reality and what's next for designers, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Josh Austin, a designer working on the VR team at YouTube. We dig into his past, talk about blogs and learning, communities and leveling up, virtual reality and what's next for designers, and so much more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://spec.fm/dropbox\">Dropbox</a></li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Josh.on.the.web:\"></a>\n<h5>Josh on the web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/joshaustin\">Dribbble</a></li>\n<li><a href=\"http://www.joshuaaustin.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/joshaustin\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.youtube.com/360\">YouTube 360</a></li>\n<li><a href=\"https://vr.google.com/daydream/\">Daydream</a></li>\n<li><a href=\"http://blog.spoongraphics.co.uk/\">Chris Spooner</a></li>\n<li><a href=\"http://code.tutsplus.com/\">Tuts</a></li>\n<li><a href=\"https://www.smashingmagazine.com/\">Smashing Magazine</a></li>\n<li><a href=\"http://abduzeedo.com/\">Abduzeedo</a></li>\n<li><a href=\"http://fabiosasso.com/\">Fabio Sasso</a></li>\n<li><a href=\"https://mobile.twitter.com/jmdenisme\">Jean-Marc Denis</a></li>\n<li><a href=\"epicurrence.com\">Epicurrence</a></li>\n<li><a href=\"https://twitter.com/hemeon\">Marc Hemeon</a></li>\n<li><a href=\"https://css-tricks.com/\">CSS Tricks</a></li>\n<li><a href=\"http://digg.com/reader\">Digg Reader</a></li>\n<li><a href=\"http://www.polygon.com/\">Polygon</a></li>\n<li><a href=\"http://jon.gold/\">Jon Gold</a></li>\n<li><a href=\"http://mrmrs.io/writing/\">Mrmrs Writing</a></li>\n<li><a href=\"http://www.backcountry.com/\">Backcountry</a></li>\n<li><a href=\"http://www.oakley.com/\">Oakley</a></li>\n<li><a href=\"http://markjardine.com/\">Mark Jardine</a></li>\n<li><a href=\"http://tapbots.com/\">Tapbots</a></li>\n<li><a href=\"https://twitter.com/chrisw\">Chris Welch</a></li>\n<li><a href=\"https://twitter.com/Chik\">Chikezie Ejiasi</a></li>\n<li><a href=\"http://www.zackeeler.com/\">Zac Keeler</a></li>\n<li><a href=\"http://www.nathanrobertsdesign.com/\">Nathan Roberts</a></li>\n<li><a href=\"https://dribbble.com/shots/995275-Oakley-Minisite-Airbrake-MX\">Airbrake Minisite</a></li>\n<li><a href=\"http://bradfrost.com/\">Brad Frost</a></li>\n<li><a href=\"https://twitter.com/beep\">Ethan Marcotte</a></li>\n<li><a href=\"http://www.oakley.com/en/mens/goggles/snow-goggles/airwave/product/WGOO7049\">Oakley Airwave</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Nick_Woodman\">Nick Woodman</a></li>\n<li><a href=\"https://www.engadget.com/2014/03/24/google-glass-ray-ban-oakley-luxottica/\">Oakley + Google Glass</a></li>\n<li><a href=\"http://www.weareenvoy.com/\">Envoy</a></li>\n<li><a href=\"https://vr.google.com/cardboard/index.html\">Google Cardboard</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=lGUmTQgbiAY\">Daydream Labs</a></li>\n<li><a href=\"https://twitter.com/wisebeard\">Brian Pullen</a></li>\n<li><a href=\"https://www.oculus.com/en-us/\">Oculus</a></li>\n<li><a href=\"https://www.htcvive.com/us/\">Vive</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/38920\">Christophe Tauziet on Design Details</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 15 Jun 2016 03:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/281ee77f.mp3\" length=\"68096033\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/39425/1465772557-artwork.jpg\"/>\n      <itunes:duration>01:10:54</itunes:duration>\n      <itunes:summary>Today we sat down with Josh Austin, a designer working on the VR team at YouTube. We dig into his past, talk about blogs and learning, communities and leveling up, virtual reality and what's next for designers, and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Josh Austin, a designer working on the VR team at YouTube. We dig into his past, talk about blogs and learning, communities and leveling up, virtual reality and what's next for designers, and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>142</itunes:episode>\n    </item>\n    <item>\n      <title>138: SlickSlacks (feat. Chanpory Rith) </title>\n      <guid isPermaLink=\"false\">253c4f33-9c01-4dad-b6db-2f65323c1358</guid>\n      <link>http://designdetails.simplecast.fm/141</link>\n      <description>In this episode we catch up with Chanpory Rith, co-founder of Mixmax and previously a designer at Google, Dubberly Design Office and Meta Design. We talk about his journey through tech, working at agencies, big companies and startups, advice to young designers, and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In this episode we catch up with Chanpory Rith, co-founder of Mixmax and previously a designer at Google, Dubberly Design Office and Meta Design. We talk about his journey through tech, working at agencies, big companies and startups, advice to young designers, and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://spec.fm/dropbox\">Dropbox</a></li>\n</ul>\n\n\n<a name=\"Chanpory.on.the.web:\"></a>\n<h5>Chanpory on the web:</h5>\n\n<ul>\n<li><a href=\"http://chanpory.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/chanpory\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/chanpory?lang=en\">Twitter</a></li>\n<li><a href=\"https://medium.com/@chanpory\">Medium</a></li>\n<li><a href=\"https://mixmax.com/\">Mixmax</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://cottonbureau.com/products/design-tee-tails\">Design Details Tee</a></li>\n<li><a href=\"https://mixmax.com/\">Mixmax</a></li>\n<li><a href=\"http://www.techiesproject.com/\">Techies</a></li>\n<li><a href=\"http://www.techiesproject.com/chanpory-rith/\">Chanpory on Techies</a></li>\n<li><a href=\"http://ueno.co/\">UENO</a></li>\n<li><a href=\"http://sanfrancisco.metadesign.com/\">MetaDesign</a></li>\n<li><a href=\"https://twitter.com/espiekermann\">Erik Spiekermann</a></li>\n<li><a href=\"http://www.dubberly.com/\">Dubberly Design Office</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=qQ8Htm4jAGc\">Chefs Table with Francis Mallmann</a></li>\n<li><a href=\"https://joyable.com/\">Joyable</a></li>\n<li><a href=\"https://twitter.com/jasoncornwell\">Jason Cornwell</a></li>\n<li><a href=\"https://www.inkling.com/\">Inkling</a></li>\n<li><a href=\"https://twitter.com/hemeon\">Marc Hemeon</a></li>\n<li><a href=\"https://www.etsy.com/shop/Swipies\">Swipies</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 13 Jun 2016 03:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/d9f2bd30.mp3\" length=\"64063152\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/39424/1465772480-artwork.jpg\"/>\n      <itunes:duration>01:06:42</itunes:duration>\n      <itunes:summary>In this episode we catch up with Chanpory Rith, co-founder of Mixmax and previously a designer at Google, Dubberly Design Office and Meta Design. We talk about his journey through tech, working at agencies, big companies and startups, advice to young designers, and more.\n</itunes:summary>\n      <itunes:subtitle>In this episode we catch up with Chanpory Rith, co-founder of Mixmax and previously a designer at Google, Dubberly Design Office and Meta Design. We talk about his journey through tech, working at agencies, big companies and startups, advice to young desi</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>141</itunes:episode>\n    </item>\n    <item>\n      <title>137: NBA Friends (feat. Christophe Tauziet)</title>\n      <guid isPermaLink=\"false\">675abcbc-a9c6-49d4-a8aa-83281cdb6da0</guid>\n      <link>http://designdetails.simplecast.fm/140</link>\n      <description>Today we caught up with Christophe Tauziet, a designer at Facebook working on social VR. We dig into his background and hobbies, working at Apple, Parse and Facebook, designing at scale, VR, the future of design, and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Christophe Tauziet, a designer at Facebook working on social VR. We dig into his background and hobbies, working at Apple, Parse and Facebook, designing at scale, VR, the future of design, and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Christophe.on.the.web:\"></a>\n<h5>Christophe on the web:</h5>\n\n<ul>\n<li><a href=\"http://www.tauziet.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/christauziet\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/christauziet\">Twitter</a></li>\n<li><a href=\"http://www.peopleoverheroes.com/allthearticlesarehere/christophe-tauziet\">People over Heroes</a></li>\n<li><a href=\"https://www.instagram.com/christauziet/?hl=en\">Instagram</a></li>\n<li><a href=\"https://medium.com/@christauziet\">Medium</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://parse.com/\">Parse</a></li>\n<li><a href=\"http://www.sofrenchproject.com/\">So French Project</a></li>\n<li><a href=\"https://www.firebase.com/\">Firebase</a></li>\n<li><a href=\"https://www.instagram.com/christauziet/?hl=en\">Christophe's Instagram</a></li>\n<li><a href=\"https://www.facebook.com/livemap/\">Facebook Live</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/11237\">Christophe on Design Details last year</a></li>\n<li><a href=\"https://buffer.com\">Buffer</a></li>\n<li><a href=\"https://twitter.com/soffes\">Sam Soffes</a></li>\n<li><a href=\"http://louie.land/\">Louie Mantia</a></li>\n<li><a href=\"http://www.bhphotovideo.com/c/product/1159878-REG/sony_a7r_mark_ii_digital.html\">Sony a7R II</a></li>\n<li><a href=\"https://theta360.com/en/\">Ricoh Theta</a></li>\n<li><a href=\"https://twitter.com/gk3\">GK3</a></li>\n<li><a href=\"http://thenextweb.com/facebook/2015/12/03/facebook-now-automatically-makes-collages-of-your-photos-adds-live-streaming-for-all/#gref\">Collage</a></li>\n<li><a href=\"http://jeremy-goldberg.com/\">Jeremy Goldberg</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/36213\">Jeremy on Design Details</a></li>\n<li><a href=\"https://twitter.com/alexcornell\">Alex Cornell</a></li>\n<li><a href=\"http://iamsamevans.com/about.html\">Sam Evans</a></li>\n<li><a href=\"https://unity3d.com/\">Unity</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 08 Jun 2016 03:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/9d8c330c.mp3\" length=\"51057106\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/38920/1465096817-artwork.jpg\"/>\n      <itunes:duration>00:53:09</itunes:duration>\n      <itunes:summary>Today we caught up with Christophe Tauziet, a designer at Facebook working on social VR. We dig into his background and hobbies, working at Apple, Parse and Facebook, designing at scale, VR, the future of design, and more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Christophe Tauziet, a designer at Facebook working on social VR. We dig into his background and hobbies, working at Apple, Parse and Facebook, designing at scale, VR, the future of design, and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>140</itunes:episode>\n    </item>\n    <item>\n      <title>136: All Bridge, No Apple (feat. Rasmus Andersson)</title>\n      <guid isPermaLink=\"false\">91f9cabe-a987-44a0-848d-e9d17ed75a42</guid>\n      <link>http://designdetails.simplecast.fm/139</link>\n      <description>In today's episode we sat down with Rasmus Andersson, a designer at Figma who previously designed at Dropbox, Facebook and Spotify. We dig into the world of design tools, programming, design process, collaboration, craft, bridges and apples, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In today's episode we sat down with Rasmus Andersson, a designer at Figma who previously designed at Dropbox, Facebook and Spotify. We dig into the world of design tools, programming, design process, collaboration, craft, bridges and apples, and so much more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Rasmus.on.the.web:\"></a>\n<h5>Rasmus on the web:</h5>\n\n<ul>\n<li><a href=\"https://rsms.me/\">Website</a></li>\n<li><a href=\"https://www.instagram.com/rasmusfabbe/\">Instagram</a></li>\n<li><a href=\"https://twitter.com/rsms?lang=en\">Twitter</a></li>\n<li><a href=\"https://github.com/rsms\">GitHub</a></li>\n<li><a href=\"https://dribbble.com/rsms\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://cottonbureau.com/products/design-tee-tails\">Design Tee-Tails Shirt</a></li>\n<li><a href=\"https://www.figma.com/\">Figma</a></li>\n<li><a href=\"https://www.pixelapse.com/\">Pixelapse</a></li>\n<li><a href=\"http://www.pixate.com/\">Pixate</a></li>\n<li><a href=\"http://principleformac.com/\">Principle</a></li>\n<li><a href=\"http://www.relativewave.com/form/\">Form</a></li>\n<li><a href=\"https://www.flinto.com/\">Flinto</a></li>\n<li><a href=\"https://www.invisionapp.com/\">InVision</a></li>\n<li><a href=\"https://marvelapp.com/\">Marvel</a></li>\n<li><a href=\"http://www.marcuseckert.com/squall/\">Squall</a></li>\n<li><a href=\"https://github.com/WebAssembly\">Web Assembly</a></li>\n<li><a href=\"https://twitter.com/sdw\">Sebastiaan de With</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 06 Jun 2016 03:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/320e74ae.mp3\" length=\"63702892\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/38919/1465096210-artwork.jpg\"/>\n      <itunes:duration>01:06:19</itunes:duration>\n      <itunes:summary>In today's episode we sat down with Rasmus Andersson, a designer at Figma who previously designed at Dropbox, Facebook and Spotify. We dig into the world of design tools, programming, design process, collaboration, craft, bridges and apples, and so much more.\n</itunes:summary>\n      <itunes:subtitle>In today's episode we sat down with Rasmus Andersson, a designer at Figma who previously designed at Dropbox, Facebook and Spotify. We dig into the world of design tools, programming, design process, collaboration, craft, bridges and apples, and so much m</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>139</itunes:episode>\n    </item>\n    <item>\n      <title>135: How Hard Can It Be? (feat. Jasper Hauser) </title>\n      <guid isPermaLink=\"false\">109d1038-d542-42fa-914f-555e4c4e872d</guid>\n      <link>http://designdetails.simplecast.fm/138</link>\n      <description>In today's show we catch up with Jasper Hauser, the co-founder of SOFA and currently a design manager at Facebook. We dig into Jasper's past, the creation and evolution of SOFA, moving to Palo Alto by way of Facebook, craft and icon design, managing teams and processes, and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In today's show we catch up with Jasper Hauser, the co-founder of SOFA and currently a design manager at Facebook. We dig into Jasper's past, the creation and evolution of SOFA, moving to Palo Alto by way of Facebook, craft and icon design, managing teams and processes, and so much more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Jasper.on.the.web:\"></a>\n<h5>Jasper on the web:</h5>\n\n<ul>\n<li><a href=\"http://www.jasperhauser.nl/\">Website</a></li>\n<li><a href=\"https://dribbble.com/jasperhauser\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/jasperhauser?lang=en\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://en.wikipedia.org/wiki/Ootje_Oxenaar\">Ootje Oxenaar</a></li>\n<li><a href=\"https://twitter.com/dirkstoop\">Dirk Stoop</a></li>\n<li><a href=\"https://twitter.com/koenbok\">Koen Bok</a></li>\n<li><a href=\"http://madebysofa.com/archive/#company\">SOFA</a></li>\n<li><a href=\"http://www.checkoutapp.com/\">Checkout</a></li>\n<li><a href=\"http://www.discoapp.com/\">Disco</a></li>\n<li><a href=\"http://www.cappuccino-project.org/\">Cappuccino</a></li>\n<li><a href=\"https://twitter.com/mike_matas\">Mike Matas</a></li>\n<li><a href=\"https://twitter.com/hugovanheuven\">Hugo van Heuven</a></li>\n<li><a href=\"http://www.kaleidoscopeapp.com/\">Kaleidoscope</a></li>\n<li><a href=\"https://dribbble.com/shots/1452581-Whiskey-App-Icon\">Whiskey App Icon</a></li>\n<li><a href=\"https://twitter.com/drewhamlin\">Drew Hamlin</a></li>\n<li><a href=\"https://twitter.com/jw\">Josh Williams</a></li>\n<li><a href=\"https://twitter.com/keeg\">Keegan Jones</a></li>\n<li><a href=\"http://figma.com/\">Figma</a></li>\n<li><a href=\"https://twitter.com/jlax\">Jon Lax</a></li>\n<li><a href=\"https://nvite.com/DubDubDsgn/bd51\">Nylas + Sketch + Design Details Meetup</a></li>\n<li><a href=\"https://cottonbureau.com/products/design-tee-tails\">Design Tee-Tails Shirt</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 01 Jun 2016 03:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/6f853586.mp3\" length=\"59298436\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/38525/1464491195-artwork.jpg\"/>\n      <itunes:duration>01:01:44</itunes:duration>\n      <itunes:summary>In today's show we catch up with Jasper Hauser, the co-founder of SOFA and currently a design manager at Facebook. We dig into Jasper's past, the creation and evolution of SOFA, moving to Palo Alto by way of Facebook, craft and icon design, managing teams and processes, and so much more.\n</itunes:summary>\n      <itunes:subtitle>In today's show we catch up with Jasper Hauser, the co-founder of SOFA and currently a design manager at Facebook. We dig into Jasper's past, the creation and evolution of SOFA, moving to Palo Alto by way of Facebook, craft and icon design, managing teams</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>138</itunes:episode>\n    </item>\n    <item>\n      <title>134: Bias Filter (feat. Braden Kowitz)</title>\n      <guid isPermaLink=\"false\">a163fc71-a17d-422b-9112-3d59b2eb2ad6</guid>\n      <link>http://designdetails.simplecast.fm/137</link>\n      <description>Today we caught up with Braden Kowitz, a design partner at Google Ventures. We dig into Braden's work at GV, his background and journey at Google, prototyping, design process, building a design culture, and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Braden Kowitz, a design partner at Google Ventures. We dig into Braden's work at GV, his background and journey at Google, prototyping, design process, building a design culture, and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Braden.on.the.web:\"></a>\n<h5>Braden on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/kowitz\">Twitter</a></li>\n<li><a href=\"http://www.gv.com/team/braden-kowitz/\">GV Profile</a></li>\n<li><a href=\"https://dribbble.com/kowitz\">Dribbble</a></li>\n<li><a href=\"https://medium.com/@kowitz\">Medium</a></li>\n<li><a href=\"https://www.instagram.com/kowitz/?hl=en\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://nvite.com/DubDubDsgn/bd51\">Design Details + Sketch + Nylas Meetup</a></li>\n<li><a href=\"http://www.gv.com/\">GV</a></li>\n<li><a href=\"https://twitter.com/dburka\">Daniel Burka</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/25164\">Daniel on Design Details</a></li>\n<li><a href=\"https://twitter.com/jakek\">Jake Knapp</a></li>\n<li><a href=\"http://www.gv.com/team/michael-margolis/\">Michael Margolis</a></li>\n<li><a href=\"https://twitter.com/jazer\">John Zeratsky</a></li>\n<li><a href=\"https://twitter.com/by_knb\">Kristen Brillantes</a></li>\n<li><a href=\"http://www.gv.com/sprint/\">GV Sprint</a></li>\n<li><a href=\"http://www.amazon.com/Sprint-Solve-Problems-Test-Ideas/dp/150112174X/\">Sprint Book</a></li>\n<li><a href=\"https://redditenhancementsuite.com/\">RES</a></li>\n<li><a href=\"https://classpass.com/start/san-francisco\">ClassPass</a></li>\n<li><a href=\"https://www.flatiron.com/\">Flatiron Health</a></li>\n<li><a href=\"https://twitter.com/marshallbock\">Marshall Bock</a></li>\n<li><a href=\"https://gfycat.com/UncommonGrandGermanpinscher\">Git Sketch</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 30 May 2016 03:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/e95a0bed.mp3\" length=\"57061498\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/38523/1464488103-artwork.jpg\"/>\n      <itunes:duration>00:59:24</itunes:duration>\n      <itunes:summary>Today we caught up with Braden Kowitz, a design partner at Google Ventures. We dig into Braden's work at GV, his background and journey at Google, prototyping, design process, building a design culture, and more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Braden Kowitz, a design partner at Google Ventures. We dig into Braden's work at GV, his background and journey at Google, prototyping, design process, building a design culture, and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>137</itunes:episode>\n    </item>\n    <item>\n      <title>133: Follow the Gifs (feat. Sarah Jackson)</title>\n      <guid isPermaLink=\"false\">0b6013ce-54aa-4121-82d8-a584949b5929</guid>\n      <link>http://designdetails.simplecast.fm/136</link>\n      <description>Today we're excited to share a very special episode of Design Details! In this show we sat down with Sarah Jackson, the full-time producer of our very own Spec Network. Sarah has been producing all of the Spec podcasts for almost a year, managing all operations, sales, new show onboarding and so much more – we dig into her journey to SF, what it's like building a content network, upcoming projects and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we're excited to share a very special episode of Design Details! In this show we sat down with Sarah Jackson, the full-time producer of our very own Spec Network. Sarah has been producing all of the Spec podcasts for almost a year, managing all operations, sales, new show onboarding and so much more – we dig into her journey to SF, what it's like building a content network, upcoming projects and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Sarah.on.the.web:\"></a>\n<h5>Sarah on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/sarahberus\">Twitter</a></li>\n<li><a href=\"http://smjackson.me/\">Website</a></li>\n<li><a href=\"https://www.pinterest.com/JacksonSarahM/\">Pinterest</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://spec.fm\">Spec</a></li>\n<li><a href=\"https://twitter.com/cpaandrew\">Andrew Carroll</a></li>\n<li><a href=\"http://spec.fm/podcasts/immutable/24804\">Andrew on Immutable</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/28426\">Vicki Tan on Design Details</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/26731\">The Hood Sisters on Design Details</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/17842\">Linda Eliasen on Design Details</a></li>\n<li><a href=\"http://spec.fm/podcasts/vicarious\">Vicarious</a></li>\n<li><a href=\"http://shopsavvy.com/\">ShopSavvy</a></li>\n<li><a href=\"http://muledesign.com/\">Mule Design</a></li>\n<li><a href=\"https://twitter.com/monteiro\">Mike Monteiro</a></li>\n<li><a href=\"https://twitter.com/mulegirl\">Erika Hall</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/9245\">Erika on Design Details</a></li>\n<li><a href=\"https://twitter.com/KristinCMartin\">Kristin Martin</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/35761\">Design Details Live @ GitHub</a></li>\n<li><a href=\"https://twitter.com/specfm\">Spec on Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 25 May 2016 03:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/1560a1f7.mp3\" length=\"62669248\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/38205/1464036630-artwork.jpg\"/>\n      <itunes:duration>01:05:14</itunes:duration>\n      <itunes:summary>Today we're excited to share a very special episode of Design Details! In this show we sat down with Sarah Jackson, the full-time producer of our very own Spec Network. Sarah has been producing all of the Spec podcasts for almost a year, managing all operations, sales, new show onboarding and so much more – we dig into her journey to SF, what it's like building a content network, upcoming projects and more.\n</itunes:summary>\n      <itunes:subtitle>Today we're excited to share a very special episode of Design Details! In this show we sat down with Sarah Jackson, the full-time producer of our very own Spec Network. Sarah has been producing all of the Spec podcasts for almost a year, managing all oper</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>136</itunes:episode>\n    </item>\n    <item>\n      <title>132: Outdoor Disrupt (feat. Justin Graham)</title>\n      <guid isPermaLink=\"false\">4482a521-d56f-4c26-b63b-6d906c2816ce</guid>\n      <link>http://designdetails.simplecast.fm/135</link>\n      <description>Today we caught up with Justin Graham after returning from his journey to the Pacific Northwest and Japan. We dig into his background, making the leap to SF, building side projects, freelancing, remote work, traveling and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Justin Graham after returning from his journey to the Pacific Northwest and Japan. We dig into his background, making the leap to SF, building side projects, freelancing, remote work, traveling and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://freshbooks.com/designdetails\">Freshbooks</a></li>\n</ul>\n\n\n<a name=\"Justin.on.the.web:\"></a>\n<h5>Justin on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/justinrgraham\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/justingraham_/\">Instagram</a></li>\n<li><a href=\"https://dribbble.com/justingraham\">Dribbble</a></li>\n<li><a href=\"http://www.gowander.co/\">Wander</a></li>\n<li><a href=\"https://www.behance.net/justingraham\">Behance</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.google.com/search?q=evergreen+lake&amp;source=lnms&amp;tbm=isch&amp;sa=X&amp;ved=0ahUKEwighKTMuO7MAhUCxWMKHTM-AIwQ_AUICCgC&amp;biw=1440&amp;bih=778\">Evergreen Lake</a></li>\n<li><a href=\"http://muse.adobe.com/\">Muse</a></li>\n<li><a href=\"https://www.behance.net/justingraham\">Justin on Behance</a></li>\n<li><a href=\"https://twitter.com/jeffrey\">Jeffrey Kalmikoff</a></li>\n<li><a href=\"https://twitter.com/gabrielvaldivia\">Gabriel Valdivia</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/7937\">Gabe on Design Details</a></li>\n<li><a href=\"https://twitter.com/calebd\">Caleb Davenport</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/12782\">Caleb on Design Details</a></li>\n<li><a href=\"https://twitter.com/soffes\">Sam Soffes</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/7933\">Sam on Design Details</a></li>\n<li><a href=\"https://www.headspace.com/\">Headspace</a></li>\n<li><a href=\"https://twitter.com/MegDraws\">Meg Robichaud</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/22329\">Meg on Design Details</a></li>\n<li><a href=\"http://keeg.co/\">Keegan Jones</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 23 May 2016 03:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/d9f6cdbf.mp3\" length=\"58833235\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/37914/1463625517-artwork.jpg\"/>\n      <itunes:duration>01:01:15</itunes:duration>\n      <itunes:summary>Today we caught up with Justin Graham after returning from his journey to the Pacific Northwest and Japan. We dig into his background, making the leap to SF, building side projects, freelancing, remote work, traveling and more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Justin Graham after returning from his journey to the Pacific Northwest and Japan. We dig into his background, making the leap to SF, building side projects, freelancing, remote work, traveling and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>135</itunes:episode>\n    </item>\n    <item>\n      <title>131: A Silicon Valley Eternity (feat. Joshua Taylor)</title>\n      <guid isPermaLink=\"false\">3fb45d66-2b44-46ab-aa7a-949397956ba5</guid>\n      <link>http://designdetails.simplecast.fm/134</link>\n      <description>Today we caught up once again with Joshua Taylor, previously a design director at Evernote who is currently contracting and working on a better experience for podcast consumption. We talk about his back story and becoming a designer, growing within organizations, freelancing and humility, leveling up as a junior designer and more\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up once again with Joshua Taylor, previously a design director at Evernote who is currently contracting and working on a better experience for podcast consumption. We talk about his back story and becoming a designer, growing within organizations, freelancing and humility, leveling up as a junior designer and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Joshua.on.the.web:\"></a>\n<h5>Joshua on the web:</h5>\n\n<ul>\n<li><a href=\"http://joshuataylordesign.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/joshuantaylor\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/joshuantaylor\">Dribbble</a></li>\n<li><a href=\"https://www.instagram.com/joshuantaylor/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://spec.fm/podcasts/design-details/24648\">Joshua on Design Details #98</a></li>\n<li><a href=\"https://evernote.com/?var=c\">Evernote</a></li>\n<li><a href=\"http://hyperapp.fm/\">Hyper</a></li>\n<li><a href=\"http://www.beyonce.com/album/\">Lemonade</a></li>\n<li><a href=\"https://twitter.com/espiekermann\">Erik Spiekermann</a></li>\n<li><a href=\"http://mashable.com/2016/05/09/google-black-links/#bugzFTIWtiqE\">Google black links a/b test</a></li>\n<li><a href=\"https://twitter.com/gcampodonico\">Gabe Campodonico</a></li>\n<li><a href=\"http://www.designinc.com/\">Design Inc.</a></li>\n<li><a href=\"https://twitter.com/hemeon\">Marc Hemeon</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 18 May 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/98e214ec.mp3\" length=\"62291982\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/37628/1463283190-artwork.jpg\"/>\n      <itunes:duration>01:04:51</itunes:duration>\n      <itunes:summary>Today we caught up once again with Joshua Taylor, previously a design director at Evernote who is currently contracting and working on a better experience for podcast consumption. We talk about his back story and becoming a designer, growing within organizations, freelancing and humility, leveling up as a junior designer and more\n</itunes:summary>\n      <itunes:subtitle>Today we caught up once again with Joshua Taylor, previously a design director at Evernote who is currently contracting and working on a better experience for podcast consumption. We talk about his back story and becoming a designer, growing within organi</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>134</itunes:episode>\n    </item>\n    <item>\n      <title>130: Ramen UI (feat. Linda Dong)</title>\n      <guid isPermaLink=\"false\">6b1ad9eb-3289-4807-9708-4c46ed0e3864</guid>\n      <link>http://designdetails.simplecast.fm/133</link>\n      <description>Today we caught up with Linda Dong, a designer who worked on the prototyping team at Apple before leaving to travel the world. We dig into her experiences prototyping, diversity in tech, dealing with criticism, building video games and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Linda Dong, a designer who worked on the prototyping team at Apple before leaving to travel the world. We dig into her experiences prototyping, diversity in tech, dealing with criticism, building video games and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://freshbooks.com/designdetails\">Freshbooks</a></li>\n</ul>\n\n\n<a name=\"Linda.on.the.web:\"></a>\n<h5>Linda on the web:</h5>\n\n<ul>\n<li><a href=\"http://www.lindadong.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/lindadong\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/lindadong/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://www.firewatchgame.com/\">Firewatch</a></li>\n<li><a href=\"http://ollymoss.com/\">Olly Moss</a></li>\n<li><a href=\"https://vimeo.com/129807396\">Linda's Keynote Motion Graphic</a></li>\n<li><a href=\"https://developer.apple.com/iad/iad-producer/\">iAd Producer</a></li>\n<li><a href=\"http://www.apple.com/diversity/\">Apple Diversity</a></li>\n<li><a href=\"https://twitter.com/mikeindustries\">Mike Davidson</a></li>\n<li><a href=\"http://www.mikeindustries.com/blog/archive/2016/05/three-years-in-san-francisco\">Mike's blog post</a></li>\n<li><a href=\"https://twitter.com/worrydream\">Bret Victor</a></li>\n<li><a href=\"https://twitter.com/sf_avi\">Avi Cieplinski</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/8654\">Avi on Design Details</a></li>\n<li><a href=\"https://twitter.com/iamdavidhart\">David Hart</a></li>\n<li><a href=\"https://www.smashingmagazine.com/2014/09/prototyping-for-better-products-stronger-teams-and-happier-clients/\">Mica</a></li>\n<li><a href=\"http://swiftaday.com/\">Swift A Day</a></li>\n<li><a href=\"https://facebook.github.io/origami/\">Origami</a></li>\n<li><a href=\"http://www.apple.com/final-cut-pro/\">Final Cut Pro X</a></li>\n<li><a href=\"http://vitotechnology.com/star-walk.html\">Star Walk</a></li>\n<li><a href=\"https://www.instagram.com/misofrenchie/\">@misofrenchie</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 16 May 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/37b7d4dd.mp3\" length=\"64833070\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/37620/1463272377-artwork.jpg\"/>\n      <itunes:duration>01:07:30</itunes:duration>\n      <itunes:summary>Today we caught up with Linda Dong, a designer who worked on the prototyping team at Apple before leaving to travel the world. We dig into her experiences prototyping, diversity in tech, dealing with criticism, building video games and more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Linda Dong, a designer who worked on the prototyping team at Apple before leaving to travel the world. We dig into her experiences prototyping, diversity in tech, dealing with criticism, building video games and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>133</itunes:episode>\n    </item>\n    <item>\n      <title>129: Respect the Craft (feat. Claudio Guglieri)</title>\n      <guid isPermaLink=\"false\">d740f942-b545-4ee3-bfe8-543279a5802c</guid>\n      <link>http://designdetails.simplecast.fm/132</link>\n      <description>Today we were able to catch up with Claudio Guglieri, a designer in SF making beautiful websites and products. We dig into his background as a designer from Spain, his process, honing craft, hiring designers, building producs, writing for yourself, developing personal styles and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we were able to catch up with Claudio Guglieri, a designer in SF making beautiful websites and products. We dig into his background as a designer from Spain, his process, honing craft, hiring designers, building products, writing for yourself, developing personal styles and so much more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a>, <a href=\"https://twitter.com/uenodotco\">UENO on Twitter</a></li>\n</ul>\n\n\n<a name=\"Claudio.on.the.web:\"></a>\n<h5>Claudio on the web:</h5>\n\n<ul>\n<li><a href=\"http://www.guglieri.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/claudioguglieri\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/claudioguglieri\">Dribbble</a></li>\n<li><a href=\"https://www.behance.net/claudioguglieri\">Behance</a></li>\n<li><a href=\"https://medium.com/@claudioguglieri\">Medium</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://helloelephant.com/\">Elephant</a></li>\n<li><a href=\"https://twitter.com/gabrielvaldivia\">Gabriel Valdivia</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/7937\">Gabe on Design Details</a></li>\n<li><a href=\"https://facebook.github.io/design/\">Facebook Design Resources</a></li>\n<li><a href=\"http://www.guglieri.com/\">Claudio's amazing website</a></li>\n<li><a href=\"http://framerjs.com/\">Framer</a></li>\n<li><a href=\"https://dribbble.com/shots/2702597-Drag-to-Selfie\">Drag to selfie</a></li>\n<li><a href=\"http://www.sillybeastillustration.com/\">Therese Larsson</a></li>\n<li><a href=\"http://www.northkingdom.com/\">North Kingdom</a></li>\n<li><a href=\"https://mega.nz/\">Mega</a></li>\n<li><a href=\"https://twitter.com/KimDotcom\">Kim Dotcom</a></li>\n<li><a href=\"https://twitter.com/ashenden?lang=en\">John Ashenden</a></li>\n<li><a href=\"http://fantasy.co/\">Fantasy Interactive</a></li>\n<li><a href=\"https://dribbble.com/shots/2587156-What-Makes-You-Special-Guglieri-com\">What makes you special?</a></li>\n<li><a href=\"https://twitter.com/DannPetty\">Dann Petty</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/20172\">Dann on Design Details</a></li>\n<li><a href=\"https://dribbble.com/shots/1191226-Iphone-6-Wrap-Around-screen\">The photoshop template</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 11 May 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/f29c02a0.mp3\" length=\"66705454\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/37362/1462831592-artwork.jpg\"/>\n      <itunes:duration>01:09:27</itunes:duration>\n      <itunes:summary>Today we were able to catch up with Claudio Guglieri, a designer in SF making beautiful websites and products. We dig into his background as a designer from Spain, his process, honing craft, hiring designers, building producs, writing for yourself, developing personal styles and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we were able to catch up with Claudio Guglieri, a designer in SF making beautiful websites and products. We dig into his background as a designer from Spain, his process, honing craft, hiring designers, building producs, writing for yourself, develo</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>132</itunes:episode>\n    </item>\n    <item>\n      <title>128: I Call Shotgun! (feat. Al Ingram and Ben Mingo)</title>\n      <guid isPermaLink=\"false\">9c7bfab0-f262-46ac-8fb9-97c2bad06917</guid>\n      <link>http://designdetails.simplecast.fm/131</link>\n      <description>Today we sat down with Al Ingram and Ben Mingo, two pixel pushers at UENO and recent SF transplants. We dig into their backgrounds and journeys to San Francisco, what it's like working at UENO, finding inspiration, interviewing and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Al Ingram and Ben Mingo, two pixel pushers at UENO and recent SF transplants. We dig into their backgrounds and journeys to San Francisco, what it's like working at UENO, finding inspiration, interviewing and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://freshbooks.com/designdetails\">Freshbooks</a></li>\n</ul>\n\n\n<a name=\"Al.on.the.web:\"></a>\n<h5>Al on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/pixelpusher91\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/PixelPusher91\">Dribbble</a></li>\n<li><a href=\"https://www.behance.net/Aingram\">Behance</a></li>\n<li><a href=\"https://www.instagram.com/pixelpusher91/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Ben.on.the.web:\"></a>\n<h5>Ben on the web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/benmingo\">Dribbble</a></li>\n<li><a href=\"http://www.benmingo.com/\">Website</a></li>\n<li><a href=\"https://www.behance.net/benmingo\">Behance</a></li>\n<li><a href=\"https://twitter.com/benmingo\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/benmingo/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n<li><a href=\"https://twitter.com/dannpetty\">Dann Petty</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=EYwKabWGYRs\">Dann's Vlog</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/20172\">Dann on Design Details</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=RZ9JqnfBpV4\">Brian on Dann's Vlog</a></li>\n<li><a href=\"http://chiefexecutive.net/ideo-ceo-tim-brown-t-shaped-stars-the-backbone-of-ideoae%E2%84%A2s-collaborative-culture/\">T-Shaped Person</a></li>\n<li><a href=\"https://twitter.com/iamharaldur\">Hali</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/18432\">Halli on Design Details</a></li>\n<li><a href=\"https://buffer.com\">Buffer</a></li>\n<li><a href=\"https://twitter.com/carolynz?lang=en\">Carolyn Zhang</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/35761\">Carolyn on Design Details</a></li>\n<li><a href=\"https://twitter.com/michaelbierut\">Michael Beirut</a></li>\n<li><a href=\"https://twitter.com/ansonschall\">Anson Schall</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/26847\">Anson on Design Details</a></li>\n<li><a href=\"https://twitter.com/uenodotco\">UENO on Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 09 May 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/31ccc960.mp3\" length=\"52986840\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/37250/1462672485-artwork.jpg\"/>\n      <itunes:duration>00:55:09</itunes:duration>\n      <itunes:summary>Today we sat down with Al Ingram and Ben Mingo, two pixel pushers at UENO and recent SF transplants. We dig into their backgrounds and journeys to San Francisco, what it's like working at UENO, finding inspiration, interviewing and more.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Al Ingram and Ben Mingo, two pixel pushers at UENO and recent SF transplants. We dig into their backgrounds and journeys to San Francisco, what it's like working at UENO, finding inspiration, interviewing and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>131</itunes:episode>\n    </item>\n    <item>\n      <title>127: F of X (feat. Luke Beard)  </title>\n      <guid isPermaLink=\"false\">803fb678-db69-46af-90e2-4c70f37f1c86</guid>\n      <link>http://designdetails.simplecast.fm/130</link>\n      <description>Today we caught up with Luke Beard, a designer currently working on building Exposure, a platform for photo stories. We invent a new mathematical formula for success, discuss building businesses vs. companies, talk origin stories and making moves to Silicon Valley, and much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Luke Beard, a designer currently working on building Exposure, a platform for photo stories. We invent a new mathematical formula for success, discuss building businesses vs. companies, talk origin stories and making moves to Silicon Valley, and much more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Luke.on.the.web:\"></a>\n<h5>Luke on the web:</h5>\n\n<ul>\n<li><a href=\"http://luke.so/\">Website</a></li>\n<li><a href=\"https://twitter.com/LukesBeard\">Twitter</a></li>\n<li><a href=\"https://luke.exposure.co/\">Exposure</a></li>\n<li><a href=\"https://www.instagram.com/lukesbeard/\">Instagram</a></li>\n<li><a href=\"https://dribbble.com/lukesbeard\">Dribbble</a></li>\n<li><a href=\"http://blog.lukesbeard.com/\">Blog</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://exposure.co/\">Exposure</a></li>\n<li><a href=\"http://kylewritescode.com/\">Kyle Bragger</a></li>\n<li><a href=\"http://www.elepath.com/\">Elepath</a></li>\n<li><a href=\"http://getthinglist.co/\">Thinglist</a></li>\n<li><a href=\"https://www.digitalocean.com/\">Digital Ocean</a></li>\n<li><a href=\"http://buffer.com/\">Buffer</a></li>\n<li><a href=\"https://twitter.com/joelgascoigne\">Joel Gascoigne</a></li>\n<li><a href=\"https://twitter.com/LeoWid\">Leo Widrich</a></li>\n<li><a href=\"https://twitter.com/tommoor\">Tom Moor</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 04 May 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/88f42328.mp3\" length=\"60354607\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/36892/1462210241-artwork.jpg\"/>\n      <itunes:duration>01:02:50</itunes:duration>\n      <itunes:summary>Today we caught up with Luke Beard, a designer currently working on building Exposure, a platform for photo stories. We invent a new mathematical formula for success, discuss building businesses vs. companies, talk origin stories and making moves to Silicon Valley, and much more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Luke Beard, a designer currently working on building Exposure, a platform for photo stories. We invent a new mathematical formula for success, discuss building businesses vs. companies, talk origin stories and making moves to Silic</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>130</itunes:episode>\n    </item>\n    <item>\n      <title>126: Hone Your Own (feat. Heather Phillips) </title>\n      <guid isPermaLink=\"false\">e4ab865f-f047-40b0-8858-239e4bff0803</guid>\n      <link>http://designdetails.simplecast.fm/129</link>\n      <description>Today we sat down with Heather Phillips, a designer currently managing at Designer Fund. We chat about her experiences working across a huge range of designers and startups, women in design, mentorship, getting a first job, the value of design school and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Heather Phillips, a designer currently managing at Designer Fund. We chat about her experiences working across a huge range of designers and startups, women in design, mentorship, getting a first job, the value of design school and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://freshbooks.com/designdetails\">Freshbooks</a></li>\n</ul>\n\n\n<a name=\"Heather.on.the.web:\"></a>\n<h5>Heather on the web:</h5>\n\n<ul>\n<li><a href=\"http://heatherkphillips.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/heatherjacket\">Twitter</a></li>\n<li><a href=\"https://medium.com/@heatherjacket\">Medium</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/heatherjacket\">Heather on Twitter</a></li>\n<li><a href=\"http://designerfund.com/bridge/women-in-design/\">Women in Design</a></li>\n<li><a href=\"https://twitter.com/mariamolfino\">Maria Molfino</a></li>\n<li><a href=\"http://www.xxux.org/\">XX+UX</a></li>\n<li><a href=\"http://designerfund.com/\">Designer Fund</a></li>\n<li><a href=\"http://designerfund.com/bridge/\">Designer Fund Bridge</a></li>\n<li><a href=\"https://twitter.com/toppsyturby\">Katie Topper</a></li>\n<li><a href=\"https://generalassemb.ly/\">General Assembly</a></li>\n<li><a href=\"http://tradecrafted.com/\">Tradecraft</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 02 May 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/e7d137f2.mp3\" length=\"57894083\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/36839/1462132484-artwork.jpg\"/>\n      <itunes:duration>01:00:16</itunes:duration>\n      <itunes:summary>Today we sat down with Heather Phillips, a designer currently managing at Designer Fund. We chat about her experiences working across a huge range of designers and startups, women in design, mentorship, getting a first job, the value of design school and more.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Heather Phillips, a designer currently managing at Designer Fund. We chat about her experiences working across a huge range of designers and startups, women in design, mentorship, getting a first job, the value of design school and </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>129</itunes:episode>\n    </item>\n    <item>\n      <title>125: Back to the Drawing Board, Baby (feat. Vanessa Cho) </title>\n      <guid isPermaLink=\"false\">d84f7f64-22a7-4fd7-9d6f-c7827454ad14</guid>\n      <link>http://designdetails.simplecast.fm/127</link>\n      <description>Today we caught up with Vanessa Cho, a designer and manager leading the software team at GoPro. We dig into her background as a designer, the hard truths about being a great manager and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Vanessa Cho, a designer and manager leading the software team at GoPro. We dig into her background as a designer, the hard truths about being a great manager and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Vanessa.on.the.web:\"></a>\n<h5>Vanessa on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/vcho22?lang=en\">Twitter</a></li>\n<li><a href=\"https://www.oreilly.com/ideas/vanessa-cho-on-gopros-design-approach-2\">Interview with O'Reilly Design</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://gopro.com/\">GoPro</a></li>\n<li><a href=\"https://twitter.com/charliecwaite\">Charlie Waite</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/21297\">Charlie on Design Details</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 27 Apr 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/c81d9fbf.mp3\" length=\"73583437\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/36211/1461460989-artwork.jpg\"/>\n      <itunes:duration>01:16:37</itunes:duration>\n      <itunes:summary>Today we caught up with Vanessa Cho, a designer and manager leading the software team at GoPro. We dig into her background as a designer, the hard truths about being a great manager and more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Vanessa Cho, a designer and manager leading the software team at GoPro. We dig into her background as a designer, the hard truths about being a great manager and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>127</itunes:episode>\n    </item>\n    <item>\n      <title>124: Dazzle (feat. Jeremy Goldberg) </title>\n      <guid isPermaLink=\"false\">afce80e5-e9c5-4d06-bc84-d9be89d1be37</guid>\n      <link>http://designdetails.simplecast.fm/128</link>\n      <description>Today we caught up once more with Jeremy Goldberg, a designer at Facebook working on Messenger and bots. We dig into designing for AI/bots, critique, process, trust, and more. Oh, and we coin a fun new term for designers.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up once more with Jeremy Goldberg, a designer at Facebook working on Messenger and bots. We dig into designing for AI/bots, critique, process, trust, and more. Oh, and we coin a fun new term for designers.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://freshbooks.com/designdetails\">Freshbooks</a></li>\n</ul>\n\n\n<a name=\"Jeremy.on.the.web:\"></a>\n<h5>Jeremy on the web:</h5>\n\n<ul>\n<li><a href=\"http://jeremy-goldberg.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/jeremygoldberg\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/jeremygoldbrg?lang=en\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://cottonbureau.com/products/design-tee-tails\">Design Tee-Tails</a></li>\n<li><a href=\"https://developers.facebook.com/blog/post/2016/04/12/bots-for-messenger/\">Messenger Bots</a></li>\n<li><a href=\"https://quip.com/\">Quip</a></li>\n<li><a href=\"https://www.dropbox.com/paper\">Dropbox Paper</a></li>\n<li><a href=\"http://www.wired.com/2015/09/get-peek-someone-using-facebooks-new-assistant-m/\">M by Facebook</a></li>\n<li><a href=\"https://www.epicurrence.com/\">Epicurrence</a></li>\n<li><a href=\"https://www.shopspring.com/\">Spring</a></li>\n<li><a href=\"http://www.brianlovin.com/design-details/quartz-for-ios\">Quartz Design Details</a></li>\n<li><a href=\"http://www.gv.com/sprint/\">Sprint</a></li>\n<li><a href=\"http://leggett.org/\">Michael Leggett</a></li>\n<li><a href=\"https://twitter.com/davidmarcus\">David Marcus</a></li>\n<li><a href=\"http://neue.austinbales.com/\">Austin Bales</a></li>\n<li><a href=\"https://medium.com/buzzfeed-design/buzzfeed-product-design-roles-2-0-6fe445078a74\">BuzzFeed Product Design Roles 2.0</a></li>\n<li><a href=\"https://twitter.com/DannPetty\">Dann Petty</a></li>\n<li><a href=\"https://twitter.com/anthny\">Anthony Smith</a></li>\n<li><a href=\"https://twitter.com/carolynz\">Carolyn Zhang</a></li>\n<li><a href=\"https://twitter.com/dustin\">Dustin Senos</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 25 Apr 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/6c2a2e7c.mp3\" length=\"64223223\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/36213/1461464986-artwork.jpg\"/>\n      <itunes:duration>01:06:52</itunes:duration>\n      <itunes:summary>Today we caught up once more with Jeremy Goldberg, a designer at Facebook working on Messenger and bots. We dig into designing for AI/bots, critique, process, trust, and more. Oh, and we coin a fun new term for designers.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up once more with Jeremy Goldberg, a designer at Facebook working on Messenger and bots. We dig into designing for AI/bots, critique, process, trust, and more. Oh, and we coin a fun new term for designers.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>128</itunes:episode>\n    </item>\n    <item>\n      <title>123: Live @ Github (feat. Carolyn Zhang, Heather Phillips, Mo Woods &amp; Diana Mounter) </title>\n      <guid isPermaLink=\"false\">74063c1c-d168-4112-aab0-0a57c57be6c4</guid>\n      <link>http://designdetails.simplecast.fm/126</link>\n      <description>This is it! Our first live episode recorded at GitHub in SF - thank you so much to GitHub for hosting and to everyone who was able to make it out! We had a blast in this episode talking with our four panelists about design mentorship, education, critique and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This is it! Our first live episode recorded at GitHub in SF - thank you so much to GitHub for hosting and to everyone who was able to make it out! We had a blast in this episode talking with our four panelists about design mentorship, education, critique and more.</p>\n\n<p>If you weren't able to make it to the live show, you can catch the video on our <a href=\"https://www.twitch.tv/specfm\">Twitch stream</a>. We'll be hosting more live events soon, so stay in touch on <a href=\"https://twitter.com/designdetailsfm\">Twitter</a>.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Mo.on.the.web:\"></a>\n<h5>Mo on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/dlrowseom\">Twitter</a></li>\n<li><a href=\"http://www.inneractproject.org/\">Inneract Project</a></li>\n</ul>\n\n\n<a name=\"Diana.on.the.web:\"></a>\n<h5>Diana on the web:</h5>\n\n<ul>\n<li><a href=\"http://broccolini.net/\">Website</a></li>\n<li><a href=\"https://twitter.com/broccolini\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/broccolini\">Dribbble</a></li>\n<li><a href=\"https://github.com/broccolini\">GitHub</a></li>\n</ul>\n\n\n<a name=\"Carolyn.on.the.web:\"></a>\n<h5>Carolyn on the web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/carolynz\">Dribbble</a></li>\n<li><a href=\"https://www.instagram.com/carolynzmakes/\">Instagram</a></li>\n<li><a href=\"http://carolynzhang.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/carolynz?lang=en\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Heather.on.the.web:\"></a>\n<h5>Heather on the web:</h5>\n\n<ul>\n<li><a href=\"http://heatherkphillips.com/\">Website</a></li>\n<li><a href=\"http://designerfund.com/bridge/designer/heather-phillips/\">Designer Fund</a></li>\n<li><a href=\"https://twitter.com/heatherjacket\">Twitter</a></li>\n<li><a href=\"https://medium.com/@heatherjacket\">Medium</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://github.com/\">GitHub</a></li>\n<li><a href=\"https://twitter.com/mdo?lang=en\">Mark Otto</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/14701\">Mark on Design Details</a></li>\n<li><a href=\"https://twitter.com/michaelschultz\">Michael Schultz</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/12525\">Michael on Design Details</a></li>\n<li><a href=\"http://spec.fm/\">Spec.fm</a></li>\n<li><a href=\"https://twitter.com/KristyT\">Kristy Tillman</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/7936\">Kristy on Design Details</a></li>\n<li><a href=\"https://twitter.com/joshuantaylor\">Josh Taylor</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/24648\">Josh on Design Details</a></li>\n<li><a href=\"http://www.inneractproject.org/\">Inneract Project</a></li>\n<li><a href=\"http://www.pentagram.com/#/home\">Pentagram</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/19431\">Diana on Design Details</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/21184\">Design Details Live @ Etsy</a></li>\n<li><a href=\"https://twitter.com/jtberlow\">Jacob Berlow</a></li>\n<li><a href=\"https://twitter.com/iamharaldur?lang=en\">HaraldurThorleifsson</a></li>\n<li><a href=\"http://www.chroniclebooks.com/\">Chronicle Books</a></li>\n<li><a href=\"https://twitter.com/jgebbia\">Joe Gebbia</a></li>\n<li><a href=\"http://designerfund.com/\">Designer Fund</a></li>\n<li><a href=\"https://twitter.com/enriqueallen\">Enrique Allen</a></li>\n<li><a href=\"https://twitter.com/blumenfeld\">Ben Blumenfeld</a></li>\n<li><a href=\"http://kpcbfellows.com/\">KPCB Fellowship</a></li>\n<li><a href=\"http://www.amazon.com/The-Illusion-Life-Disney-Animation/dp/0786860707\">The Illusion of Life</a></li>\n<li><a href=\"https://twitter.com/gem_ray\">Cemre Güngör</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 20 Apr 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/b528b6a7.mp3\" length=\"70977959\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/35761/1461082499-artwork.jpg\"/>\n      <itunes:duration>01:13:54</itunes:duration>\n      <itunes:summary>This is it! Our first live episode recorded at GitHub in SF - thank you so much to GitHub for hosting and to everyone who was able to make it out! We had a blast in this episode talking with our four panelists about design mentorship, education, critique and more.\n</itunes:summary>\n      <itunes:subtitle>This is it! Our first live episode recorded at GitHub in SF - thank you so much to GitHub for hosting and to everyone who was able to make it out! We had a blast in this episode talking with our four panelists about design mentorship, education, critique </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>126</itunes:episode>\n    </item>\n    <item>\n      <title>122: Lookin' to Cookin' (feat. Josh Puckett &amp; Justin Pervorse) </title>\n      <guid isPermaLink=\"false\">90200cdb-f6ad-4c3f-89e8-44b7c108d996</guid>\n      <link>http://designdetails.simplecast.fm/125</link>\n      <description>Today we regrouped with the JPs - Justin Pervorse and Josh Puckett! We dig into cooking, definitions, titles, critique, management and so much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we regrouped with the JPs - Justin Pervorse and Josh Puckett! We dig into cooking, definitions, titles, critique, management and so much more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,200 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://freshbooks.com/designdetails\">Freshbooks</a></li>\n<li><a href=\"https://dropbox.com\">Dropbox</a></li>\n</ul>\n\n\n<a name=\"Josh.on.the.web:\"></a>\n<h5>Josh on the web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/joshpuckett\">Dribbble</a></li>\n<li><a href=\"http://joshpuckett.me/\">Website</a></li>\n<li><a href=\"https://twitter.com/joshpuckett\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Justin.on.the.web:\"></a>\n<h5>Justin on the web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/justinpervorse\">Dribbble</a></li>\n<li><a href=\"http://justinpervorse.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/justinpervorse\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://cottonbureau.com/products/design-tee-tails\">Design Details Tees</a></li>\n<li><a href=\"https://www.netflix.com/title/80007945\">Chef's Table</a></li>\n<li><a href=\"https://www.netflix.com/title/80022456\">Cooked</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/23240\">Justin on Design Details</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/17168\">Josh on Design Details</a></li>\n<li><a href=\"https://twitter.com/DannPetty\">Dann Petty</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/20172\">Dann on Design Details</a></li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n<li><a href=\"https://schloss.quora.com/Design-doesnt-deserve-a-seat-at-the-table\">Schloss Post</a></li>\n<li><a href=\"https://even.com/\">Even</a></li>\n<li><a href=\"https://twitter.com/jeffholden?lang=en\">Jeff Holden</a></li>\n<li><a href=\"https://www.figma.com/\">Figma</a></li>\n<li><a href=\"http://framerjs.com/\">Framer</a></li>\n<li><a href=\"https://twitter.com/koenbok\">Koen Bock</a></li>\n<li><a href=\"http://www.omfbeer.com/\">Our Mutual Friend Brewery</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 18 Apr 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/b54d1bcb.mp3\" length=\"75157913\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/35626/1460935468-artwork.jpg\"/>\n      <itunes:duration>01:18:15</itunes:duration>\n      <itunes:summary>Today we regrouped with the JPs - Justin Pervorse and Josh Puckett! We dig into cooking, definitions, titles, critique, management and so much more.\n</itunes:summary>\n      <itunes:subtitle>Today we regrouped with the JPs - Justin Pervorse and Josh Puckett! We dig into cooking, definitions, titles, critique, management and so much more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>125</itunes:episode>\n    </item>\n    <item>\n      <title>121: Web Trauma (feat. Bill Labus and Benjamin De Cock)</title>\n      <guid isPermaLink=\"false\">cdbc35f7-d02f-4f1c-91b9-5bdeced3f887</guid>\n      <link>http://designdetails.simplecast.fm/124</link>\n      <description>Today we caught up with two members of the Stripe design team, Bill Labus and Benjamin De Cock. We dig into their roles as UI designers, collaborating in code, critique, process and tools at Stripe, working remotely, origin stories, and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with two members of the Stripe design team, Bill Labus and Benjamin De Cock. We dig into their roles as UI designers, collaborating in code, critique, process and tools at Stripe, working remotely, origin stories, and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,200 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n<li><a href=\"https://dropbox.com\">Dropbox</a></li>\n</ul>\n\n\n<a name=\"Bill.on.the.web:\"></a>\n<h5>Bill on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/billlabus\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/blabus\">Dribbble</a></li>\n<li><a href=\"http://labus.me/\">Website</a></li>\n</ul>\n\n\n<p> ##### Ben on the web:</p>\n\n<ul>\n<li><a href=\"https://twitter.com/bdc\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/bdc\">Dribbble</a></li>\n<li><a href=\"https://github.com/bendc\">GitHub</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://stripe.com\">Stripe</a></li>\n<li><a href=\"https://onfleet.com/\">onfleet</a></li>\n<li><a href=\"https://twitter.com/khoi\">Khoi Vinh</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/10060\">Khoi on Design Details</a></li>\n<li><a href=\"https://twitter.com/malthe\">Malthe Sigurdsson</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/15396\">Malthe on Design Details</a></li>\n<li><a href=\"https://twitter.com/ludwig\">Ludwig Pettersson</a></li>\n<li><a href=\"https://dribbble.com/stripe\">Stripe on Dribbble</a></li>\n<li><a href=\"https://stripe.com/relay\">Stripe Relay</a></li>\n<li><a href=\"https://stripe.com/bitcoin\">Stripe Bitcoin</a></li>\n<li><a href=\"https://stripe.com/atlas\">Stripe Atlas</a></li>\n<li><a href=\"https://stripe.com/connect\">Stripe Connect</a></li>\n<li><a href=\"https://twitter.com/michaelvillar\">Michaël Villar</a></li>\n<li><a href=\"https://twitter.com/kickoffapp\">Kickoff</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 13 Apr 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/2cb79167.mp3\" length=\"67078758\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/35067/1460409677-artwork.jpg\"/>\n      <itunes:duration>01:09:50</itunes:duration>\n      <itunes:summary>Today we caught up with two members of the Stripe design team, Bill Labus and Benjamin De Cock. We dig into their roles as UI designers, collaborating in code, critique, process and tools at Stripe, working remotely, origin stories, and more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with two members of the Stripe design team, Bill Labus and Benjamin De Cock. We dig into their roles as UI designers, collaborating in code, critique, process and tools at Stripe, working remotely, origin stories, and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>124</itunes:episode>\n    </item>\n    <item>\n      <title>120: Shout Out, Mom! (feat. Adam Polselli) </title>\n      <guid isPermaLink=\"false\">dc70b633-ff2f-420d-9bf6-4f4e44f58d24</guid>\n      <link>http://designdetails.simplecast.fm/123</link>\n      <description>Today we caught up with Adam Polselli, a product designer and design lead at Dropbox. We dig into current projects at Dropbox, Adam's background, rejection and navigating a career path, hiring designers, what keeps Adam up at night and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Adam Polselli, a product designer and design lead at Dropbox. We dig into current projects at Dropbox, Adam's background, rejection and navigating a career path, hiring designers, what keeps Adam up at night and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,200 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://dropbox.com\">Dropbox</a></li>\n<li><a href=\"https://etsy.com/careers\">Etsy</a></li>\n</ul>\n\n\n<a name=\"Adam.on.the.web:\"></a>\n<h5>Adam on the web:</h5>\n\n<ul>\n<li><a href=\"http://www.adampolselli.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/adampolselli\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/adampolselli\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/adampolselli/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://en.wikipedia.org/wiki/Director_X\">Director X</a></li>\n<li><a href=\"https://twitter.com/soleio\">Soleio</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/18064\">Soleio on Design Details</a></li>\n<li><a href=\"https://twitter.com/wilsonminer\">Wilson Miner</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/7935\">Wilson on Design Details</a></li>\n<li><a href=\"https://twitter.com/joshpuckett\">Josh Puckett</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/17168\">Josh on Design Details</a></li>\n<li><a href=\"https://twitter.com/malthe\">Malthe Sigurdsson</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/15396\">Malthe on Design Details</a></li>\n<li><a href=\"https://twitter.com/joshuajenkins?lang=en\">Joshua Jenkins</a></li>\n<li><a href=\"https://twitter.com/vashthest\">Yi Wei</a></li>\n<li><a href=\"https://twitter.com/morganknutson\">Morgan Knutson</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/19152\">Morgan on Design Details</a></li>\n<li><a href=\"https://twitter.com/house\">Allison House</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/13050\">Allison on Design Details</a></li>\n<li><a href=\"https://twitter.com/drewhouston?lang=en\">Drew Houston</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 11 Apr 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/b717c20b.mp3\" length=\"58831145\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/34998/1460323191-artwork.jpg\"/>\n      <itunes:duration>01:01:15</itunes:duration>\n      <itunes:summary>Today we caught up with Adam Polselli, a product designer and design lead at Dropbox. We dig into current projects at Dropbox, Adam's background, rejection and navigating a career path, hiring designers, what keeps Adam up at night and more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Adam Polselli, a product designer and design lead at Dropbox. We dig into current projects at Dropbox, Adam's background, rejection and navigating a career path, hiring designers, what keeps Adam up at night and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>123</itunes:episode>\n    </item>\n    <item>\n      <title>119: Dead Sea Scrollbar (feat. Yaron Schoen)</title>\n      <guid isPermaLink=\"false\">8793d957-5328-4cb9-a9d1-886f6fd12abe</guid>\n      <link>http://designdetails.simplecast.fm/122</link>\n      <description>Today we caught up with Yaron Schoen, a designer at Compass living in New York. We dig into Yaron's background and path into design, the changing environment of client work, building style guides and shipping great work.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Yaron Schoen, a designer at Compass living in New York. We dig into Yaron's background and path into design, the changing environment of client work, building style guides and shipping great work.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://dropbox.com\">Dropbox</a></li>\n<li><a href=\"https://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Yaron.on.the.web:\"></a>\n<h5>Yaron on the web:</h5>\n\n<ul>\n<li><a href=\"http://yaronschoen.com/\">Website</a></li>\n<li><a href=\"http://yaronschoen.com/info/\">About</a></li>\n<li><a href=\"https://twitter.com/Yarcom\">Twitter</a></li>\n<li><a href=\"http://thegreatdiscontent.com/interview/yaron-schoen\">TGD</a></li>\n<li><a href=\"https://dribbble.com/yaron\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.compass.com/\">Compass</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=qM79_itR0Nc\">Moviephone</a></li>\n<li><a href=\"http://clarityconf.com/\">Clarity Conf</a></li>\n<li><a href=\"https://medium.com/@yarcom/in-defense-of-homogeneous-design-b27f79f4bb87#.cgs5kdpa2\">In Defense of Homogeneous Design</a></li>\n<li><a href=\"http://www.brianlovin.com/journal/56f48833dab6840e00fd37f9\">Brian's response</a></li>\n<li><a href=\"https://medium.com/@morgane/the-unbearable-homogeneity-of-design-fe1a44d48f3d#.f151vwajd\">The Unbearable Homogeneity of Design</a></li>\n<li><a href=\"https://twitter.com/cap\">Cap</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 06 Apr 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/d7d0eb21.mp3\" length=\"64570149\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/34733/1459916635-artwork.jpg\"/>\n      <itunes:duration>01:07:13</itunes:duration>\n      <itunes:summary>Today we caught up with Yaron Schoen, a designer at Compass living in New York. We dig into Yaron's background and path into design, the changing environment of client work, building style guides and shipping great work.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Yaron Schoen, a designer at Compass living in New York. We dig into Yaron's background and path into design, the changing environment of client work, building style guides and shipping great work.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>122</itunes:episode>\n    </item>\n    <item>\n      <title>118: The Helena Price™ (feat. Helena Price)</title>\n      <guid isPermaLink=\"false\">6478432b-e360-4dcf-89a6-3fff75a52176</guid>\n      <link>http://designdetails.simplecast.fm/121</link>\n      <description>Today we were able to sit down with Helena Price, a photographer in SF who has been hard at work on the Techies Project (launching today!). In this show we dig into Techies, Helena's background in tech and path to becoming a full-time photographer, dealing with stagnation and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we were able to sit down with Helena Price, a photographer in SF who has been hard at work on the Techies Project (launching today!). In this show we dig into Techies, Helena's background in tech and path to becoming a full-time photographer, dealing with stagnation and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 4,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"https://etsy.com/careers\">Etsy</a></li>\n</ul>\n\n\n<a name=\"Helena.on.the.web:\"></a>\n<h5>Helena on the web:</h5>\n\n<ul>\n<li><a href=\"http://techiesproject.com/\">Techies</a></li>\n<li><a href=\"http://www.helenaprice.com/\">Website</a></li>\n<li><a href=\"http://blog.helenaprice.com/\">Blog</a></li>\n<li><a href=\"https://twitter.com/helena\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/helenadagmar/?hl=en\">Instagram</a></li>\n<li><a href=\"https://medium.com/@helena\">Medium</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://techiesproject.com/\">Techies</a></li>\n<li><a href=\"https://twitter.com/helena/status/684427091740209152\">The tweet</a></li>\n<li><a href=\"https://medium.com/@helena/tech-portrait-project-call-for-subjects-b33d15ed9286#.tpwnhl660\">The call for subjects</a></li>\n<li><a href=\"https://www.usa.canon.com/internet/portal/us/home/products/details/cameras/dslr/eos-5d-mark-iii?pageKeyCode=43\">Mark III</a></li>\n<li><a href=\"https://twitter.com/stewartsc\">Stewart Scott-Curran</a></li>\n<li><a href=\"https://www.juicero.com/\">Juicero</a></li>\n<li><a href=\"https://www.meetearnest.com/\">Earnest</a></li>\n<li><a href=\"https://twitter.com/iamharaldur\">Haraldur Thorleifsson</a></li>\n<li><a href=\"https://twitter.com/carolynz?lang=en\">Carolyn Zhang</a></li>\n<li><a href=\"http://ueno.co/\">UENO</a></li>\n<li><a href=\"https://twitter.com/dannpetty\">Dann Petty</a></li>\n<li><a href=\"https://twitter.com/lbm\">Laura Brunow Miner</a></li>\n<li><a href=\"https://www.phaseone.com/en/Products/Software/Capture-One-Pro/Highlights.aspx\">Capture One</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 04 Apr 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/0db8e4af.mp3\" length=\"68078916\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/34520/1459703336-artwork.jpg\"/>\n      <itunes:duration>01:10:53</itunes:duration>\n      <itunes:summary>Today we were able to sit down with Helena Price, a photographer in SF who has been hard at work on the Techies Project (launching today!). In this show we dig into Techies, Helena's background in tech and path to becoming a full-time photographer, dealing with stagnation and more.\n</itunes:summary>\n      <itunes:subtitle>Today we were able to sit down with Helena Price, a photographer in SF who has been hard at work on the Techies Project (launching today!). In this show we dig into Techies, Helena's background in tech and path to becoming a full-time photographer, dealin</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>121</itunes:episode>\n    </item>\n    <item>\n      <title>117: The Cool Tools (feat. Dylan Field) </title>\n      <guid isPermaLink=\"false\">27f1eb47-8543-41af-86ea-80d5c2f8e802</guid>\n      <link>http://designdetails.simplecast.fm/120</link>\n      <description>Today we caught up with Dylan Field, the CEO and co-founder of Figma. In this episode we dig into Dylan's background, design tools an Figma, internships, opinionated design, design education and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Dylan Field, the CEO and co-founder of Figma. In this episode we dig into Dylan's background, design tools an Figma, internships, opinionated design, design education and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Dylan.on.the.web:\"></a>\n<h5>Dylan on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/zoink?lang=en\">Twitter</a></li>\n<li><a href=\"https://www.figma.com/\">Figma</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.figma.com/\">Figma</a></li>\n<li><a href=\"https://medium.com/figma-design/introducing-vector-networks-3b877d2b864f\">Figma Vector Networks</a></li>\n<li><a href=\"https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API\">WebGL</a></li>\n<li><a href=\"http://www.oreilly.com/\">O'Reilly</a></li>\n<li><a href=\"http://www.indinero.com/\">inDinero</a></li>\n<li><a href=\"https://twitter.com/dj44\">DJ Patil</a></li>\n<li><a href=\"https://flipboard.com/\">Flipboard</a></li>\n<li><a href=\"https://twitter.com/evanwallace\">Evan Wallace</a></li>\n<li><a href=\"http://thielfellowship.org/\">The Thiel Fellowship</a></li>\n<li><a href=\"https://twitter.com/s_pease\">Sarah Pease</a></li>\n<li><a href=\"https://bjango.com/mac/skalapreview/\">Skala Preview</a></li>\n<li><a href=\"https://sites.google.com/site/steveyegge2/nonesuch-beast\">Irreducible Complexity</a></li>\n<li><a href=\"https://www.invisionapp.com/craft\">Craft</a></li>\n<li><a href=\"http://programmers.stackexchange.com/questions/120716/difference-between-rest-and-crud\">REST vs. CRUD</a></li>\n<li><a href=\"http://www.adobe.com/products/experience-design.html\">Adobe XD</a></li>\n<li><a href=\"http://sandwichvideo.com/\">Sandwich</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 30 Mar 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/6951a981.mp3\" length=\"66307171\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/33929/1459278148-artwork.jpg\"/>\n      <itunes:duration>01:09:02</itunes:duration>\n      <itunes:summary>Today we caught up with Dylan Field, the CEO and co-founder of Figma. In this episode we dig into Dylan's background, design tools an Figma, internships, opinionated design, design education and more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Dylan Field, the CEO and co-founder of Figma. In this episode we dig into Dylan's background, design tools an Figma, internships, opinionated design, design education and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>120</itunes:episode>\n    </item>\n    <item>\n      <title>116: At Least There's Catan (feat. Connor McSheffrey)</title>\n      <guid isPermaLink=\"false\">93da5991-9ace-498a-9bb2-bb84228a7a27</guid>\n      <link>http://designdetails.simplecast.fm/119</link>\n      <description>Today we sat down with Connor McSheffrey, a photographer and designer in SF most recently at Dropbox and VSCO. We dig into his background in programming and freelancing, making the leap to SF, photography and more!\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Connor McSheffrey, a photographer and designer in SF most recently at Dropbox and VSCO. We dig into his background in programming and freelancing, making the leap to SF, photography and more!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"https://etsy.com/careers\">Etsy</a></li>\n</ul>\n\n\n<a name=\"Connor.on.the.Web:\"></a>\n<h5>Connor on the Web:</h5>\n\n<ul>\n<li><a href=\"http://connormcsheffrey.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/mcsheffrey\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/connor/\">Instagram</a></li>\n<li><a href=\"http://vsco.co/connor/grid/1\">VSCO</a></li>\n<li><a href=\"https://github.com/mcsheffrey\">GitHub</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/jongold\">Jon Gold</a></li>\n<li><a href=\"https://twitter.com/littlenono\">Linda Eliasen</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/32292\">Jon + Linda on Design Details</a></li>\n<li><a href=\"http://vsco.co/\">VSCO</a></li>\n<li><a href=\"https://twitter.com/kevinrose?lang=en\">Kevin Rose</a></li>\n<li><a href=\"https://twit.tv/shows/new-screen-savers\">The New Screensavers</a></li>\n<li><a href=\"http://ethanmarcotte.com/\">Ethan Marcotte</a></li>\n<li><a href=\"http://www.zeldman.com/\">Jeffrey Zeldman</a></li>\n<li><a href=\"https://twitter.com/danielmall\">Dan Mall</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/23251\">Dan on Design Details</a></li>\n<li><a href=\"https://twitter.com/jasonsantamaria\">Jason Santa Maria</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/21134\">Jason on Design Details</a></li>\n<li><a href=\"https://twitter.com/RypeArts\">Ryan Putnam</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/12598\">Ryan on Design Details</a></li>\n<li><a href=\"https://www.instagram.com/connor/\">Connor on Instagram</a></li>\n<li><a href=\"http://www.nikonusa.com/en/nikon-products/product/dslr-cameras/d810.html\">Nikon D810</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 28 Mar 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/730ac2b7.mp3\" length=\"59498648\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/33776/1459107089-artwork.jpg\"/>\n      <itunes:duration>01:01:56</itunes:duration>\n      <itunes:summary>Today we sat down with Connor McSheffrey, a photographer and designer in SF most recently at Dropbox and VSCO. We dig into his background in programming and freelancing, making the leap to SF, photography and more!\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Connor McSheffrey, a photographer and designer in SF most recently at Dropbox and VSCO. We dig into his background in programming and freelancing, making the leap to SF, photography and more!\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>119</itunes:episode>\n    </item>\n    <item>\n      <title>115: Puppies, People, 'Puters (feat. Kelly Sutton) </title>\n      <guid isPermaLink=\"false\">f36dc6a7-1e13-4877-8ca5-ff88a6224778</guid>\n      <link>http://designdetails.simplecast.fm/118</link>\n      <description>Today we caught up with Kelly Sutton, a software engineer currently leading product at imgix who is well-known in the design community for co-founding Designer News. In this episode we dig into Kelly's background, learn how to deal with a company shutdown and the story of Designer News, discuss tips for managing ICs and more!\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Kelly Sutton, a software engineer currently leading product at imgix who is well-known in the design community for co-founding Designer News. In this episode we dig into Kelly's background, learn how to deal with a company shutdown and the story of Designer News, discuss tips for managing ICs and more!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Kelly.on.the.Web:\"></a>\n<h5>Kelly on the Web:</h5>\n\n<ul>\n<li><a href=\"http://kellysutton.com/\">Website</a></li>\n<li><a href=\"https://github.com/kellysutton\">GitHub</a></li>\n<li><a href=\"https://twitter.com/KellySutton\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.imgix.com/\">imgix</a></li>\n<li><a href=\"http://spec.fm/podcasts/immutable/29204\">Kelly on Immutable</a></li>\n<li><a href=\"http://www.amazingsuperpowers.com/\">AmazingSuperPowers</a></li>\n<li><a href=\"http://sandwichvideo.com/\">Lonely Sandwich</a></li>\n<li><a href=\"http://www.hackcollege.com/\">Hack College</a></li>\n<li><a href=\"http://www.layervault.com/\">LayerVault</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Product/market_fit\">Product/market Fit</a></li>\n<li><a href=\"http://spec.fm\">Spec</a></li>\n<li><a href=\"http://spec.fm/slack\">Spec Slack team</a></li>\n<li><a href=\"https://twitter.com/Allan\">Allan Grinshtein</a></li>\n<li><a href=\"http://layervault.tumblr.com/post/32267022219/flat-interface-design\">The Flat Design Era</a></li>\n<li><a href=\"https://medium.com/@joshuantaylor\">Josh Taylor</a></li>\n<li><a href=\"https://medium.com/@joshuantaylor/designers-shouldn-t-code-they-should-study-business-dc3e7e203d39\">\"Designers shouldn’t code. They should study business.\"</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/24648\">Design Details feat. Josh Taylor</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 23 Mar 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/2e447b37.mp3\" length=\"58202946\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/32877/1458674110-artwork.jpg\"/>\n      <itunes:duration>01:00:35</itunes:duration>\n      <itunes:summary>Today we caught up with Kelly Sutton, a software engineer currently leading product at imgix who is well-known in the design community for co-founding Designer News. In this episode we dig into Kelly's background, learn how to deal with a company shutdown and the story of Designer News, discuss tips for managing ICs and more!\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Kelly Sutton, a software engineer currently leading product at imgix who is well-known in the design community for co-founding Designer News. In this episode we dig into Kelly's background, learn how to deal with a company shutdown</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>118</itunes:episode>\n    </item>\n    <item>\n      <title>114: Coffee Road Show (feat. Linda Eliasen + Jon Gold)</title>\n      <guid isPermaLink=\"false\">c89f28ab-e195-4165-9c00-cc9e4c5f92f6</guid>\n      <link>http://designdetails.simplecast.fm/117</link>\n      <description>Today we sat down with two previous guests and our good friends, Linda Eliasen and Jon Gold! We catch up on what these two have been working on, we dig into work culture and gendered pronouns, we explore design tools and working too late, and at the end we kept a special bonus segment where Brian defends the thing people hate most about Silicon Valley.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with two previous guests and our good friends, Linda Eliasen and Jon Gold! We catch up on what these two have been working on, we dig into work culture and gendered pronouns, we explore design tools and working too late, and at the end we kept a special bonus segment where Brian defends the thing people hate most about Silicon Valley.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"https://atomic.io?utm_source=designdetails\">Atomic</a> - Mention @designdetailsfm to <a href=\"http://twitter.com/we_are_atomic\">Atomic on Twitter</a> and they’ll double your free trial to 60 days, or restart an old one if you’ve checked them out before.</li>\n</ul>\n\n\n<a name=\"Linda.on.the.Web:\"></a>\n<h5>Linda on the Web:</h5>\n\n<ul>\n<li><a href=\"http://lindaeliasen.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/lindaeliasen\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/littlenono\">Twitter</a></li>\n<li><a href=\"https://medium.com/@lindaeliasen\">Medium</a></li>\n<li><a href=\"https://instagram.com/lindaeliasen/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Jon.on.the.Web:\"></a>\n<h5>Jon on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/jongold\">Twitter</a></li>\n<li><a href=\"https://www.pinterest.com/jonvetica\">Pinterest</a></li>\n<li><a href=\"http://www.jon.gold/\">Website</a></li>\n<li><a href=\"http://www.jon.gold/words.html\">Blog</a></li>\n<li><a href=\"https://dribbble.com/gold\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/17842\">Linda on Design Details</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/14150\">Jon on Design Details</a></li>\n<li><a href=\"https://twitter.com/iamharaldur?lang=en\">Hali</a></li>\n<li><a href=\"http://www.paulgraham.com/makersschedule.html\">Maker's Schedule, Manager's Schedule</a></li>\n<li><a href=\"http://www.amazon.com/Deep-Work-Focused-Success-Distracted/dp/1455586692\">Deep Work</a></li>\n<li><a href=\"https://twitter.com/paulg\">Paul Graham</a></li>\n<li><a href=\"http://www.paulgraham.com/hp.html\">Hackers and Painters</a></li>\n<li><a href=\"http://www.jon.gold/\">Jon's website</a></li>\n<li><a href=\"https://twitter.com/gabrielvaldivia\">Gabe Valdivia</a></li>\n<li><a href=\"https://twitter.com/dburka\">Daniel Burka</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 21 Mar 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/cedf2227.mp3\" length=\"74545181\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/32292/1458253181-artwork.jpg\"/>\n      <itunes:duration>01:17:37</itunes:duration>\n      <itunes:summary>Today we sat down with two previous guests and our good friends, Linda Eliasen and Jon Gold! We catch up on what these two have been working on, we dig into work culture and gendered pronouns, we explore design tools and working too late, and at the end we kept a special bonus segment where Brian defends the thing people hate most about Silicon Valley.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with two previous guests and our good friends, Linda Eliasen and Jon Gold! We catch up on what these two have been working on, we dig into work culture and gendered pronouns, we explore design tools and working too late, and at the end w</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>117</itunes:episode>\n    </item>\n    <item>\n      <title>113: Artist Formerly Known As (feat. Jeff Smith) </title>\n      <guid isPermaLink=\"false\">5bd021d8-be47-4288-a7b3-26a9f0fcd99d</guid>\n      <link>http://designdetails.simplecast.fm/116</link>\n      <description>Today we caught up with our good friend Jeff Smith, a designer at Facebook, a shralper at heart, and an all-around amazing designer. We start off digging into Jeff's background but quickly start to uncover what makes a great manager, how to deal with imposter syndrome, filling in skill gaps, answering the eternal 1x vs 2x debate, and addressing the importance of visual design.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with our good friend Jeff Smith, a designer at Facebook, a shralper at heart, and an all-around amazing designer. We start off digging into Jeff's background but quickly start to uncover what makes a great manager, how to deal with imposter syndrome, filling in skill gaps, answering the eternal 1x vs 2x debate, and addressing the importance of visual design.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Jeff.on.the.Web:\"></a>\n<h5>Jeff on the Web:</h5>\n\n<ul>\n<li><a href=\"http://jeffmatthewsmith.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/jeffpersonified\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/jeff_smith/\">Instagram</a></li>\n<li><a href=\"https://dribbble.com/jeffpersonified\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"\">Frindle (book)</a></li>\n<li><a href=\"https://twitter.com/generosss\">Gene Ross</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/20301\">Gene on Design Details</a></li>\n<li><a href=\"https://twitter.com/elegantseagulls\">Ben Johnson / Elegant Seagulls</a></li>\n<li><a href=\"https://gopro.com/\">GoPro</a></li>\n<li><a href=\"https://dribbble.com/mds\">MDS</a></li>\n<li><a href=\"http://mds.is/float-label-pattern/\">Float Label Pattern</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Pho\">Pho</a></li>\n<li><a href=\"https://thoughtbot.com/\">thoughtbot</a></li>\n<li><a href=\"https://twitter.com/gt\">Geoff Teehan</a></li>\n<li><a href=\"https://facebook.github.io/design/\">Facebook Design Resources</a></li>\n<li><a href=\"http://teehanlax.com/\">Teehan + Lax</a></li>\n<li><a href=\"https://facebook.github.io/design/ios9.html\">Facebook iOS 9 GUI</a></li>\n<li><a href=\"https://facebook.github.io/design/devices.html\">Facebook Devices</a></li>\n<li><a href=\"https://facebook.github.io/design/handskit.html\">Hands Kit</a></li>\n<li><a href=\"https://twitter.com/tarngerine\">Julius Tarng</a></li>\n<li><a href=\"https://twitter.com/gabrielvaldivia\">Gabriel Valdivia</a></li>\n<li><a href=\"https://www.epicurrence.com/\">Epicurrence</a></li>\n<li><a href=\"https://dailyui.co/\">Daily UI</a></li>\n<li><a href=\"https://twitter.com/kanyewest/status/707365972194283520\">Kanye West on Ikea</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 16 Mar 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/6d997523.mp3\" length=\"58587489\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/29238/1457824113-artwork.jpg\"/>\n      <itunes:duration>01:00:59</itunes:duration>\n      <itunes:summary>Today we caught up with our good friend Jeff Smith, a designer at Facebook, a shralper at heart, and an all-around amazing designer. We start off digging into Jeff's background but quickly start to uncover what makes a great manager, how to deal with imposter syndrome, filling in skill gaps, answering the eternal 1x vs 2x debate, and addressing the importance of visual design.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with our good friend Jeff Smith, a designer at Facebook, a shralper at heart, and an all-around amazing designer. We start off digging into Jeff's background but quickly start to uncover what makes a great manager, how to deal with impo</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>116</itunes:episode>\n    </item>\n    <item>\n      <title>112: Turtleneck Tutorials (feat. Marshall Bock) </title>\n      <guid isPermaLink=\"false\">f04786da-cff7-47ba-a5ae-6504b9e79403</guid>\n      <link>http://designdetails.simplecast.fm/115</link>\n      <description>Today we finally had the chance to catch Marshall Bock on a solo recording! We dig deeper into his background, dive into sketch tips and tricks, talk about grids and guides and how to build great cross-platform experiences.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we finally had the chance to catch Marshall Bock on a solo recording! We dig deeper into his background, dive into sketch tips and tricks, talk about grids and guides and how to build great cross-platform experiences.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n</ul>\n\n\n<a name=\"Marshall.on.the.Web:\"></a>\n<h5>Marshall on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/marshallbock\">Twitter</a></li>\n<li><a href=\"http://marshallbock.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/marshallbock\">Dribbble</a></li>\n<li><a href=\"https://instagram.com/marshallbock/\">Instagram</a></li>\n<li><a href=\"http://blog.marshallbock.com/\">Blog</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://spec.fm/podcasts/vicarious\">Vicarious</a></li>\n<li><a href=\"https://gaming.youtube.com/\">YouTube Gaming</a></li>\n<li><a href=\"http://spec.fm/\">Spec Network</a></li>\n<li><a href=\"https://twitter.com/sarahberus?lang=en\">Sarah Jackson</a></li>\n<li><a href=\"http://www.stuffyoushouldknow.com/\">Stuff You Should Know</a></li>\n<li><a href=\"http://www.wms.com/Pages/default.aspx\">WMS</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/13908\">Marshall on Design Details pt. 1</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/15264\">Marshall on Design Details pt. 2</a></li>\n<li><a href=\"https://www.google.com/design/spec/material-design/introduction.html\">Material Design Guidelines</a></li>\n<li><a href=\"https://twitter.com/morganknutson?lang=en\">Morgan Knutson</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/19152\">Morgan on Design Details</a></li>\n<li><a href=\"http://www.brianlovin.com/design-details/stripe-dashboard-for-ios\">Design Details exploration of Stripe Dashboard</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/14316\">Elle Luna on Design Details</a></li>\n<li><a href=\"https://twitter.com/lorenb?lang=en\">Loren Brichter</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/WebOS\">Palm webOS</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/WebOS\">Matias Duarte</a></li>\n<li><a href=\"http://jeremy-goldberg.com/\">Jeremy Goldberg</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/11237\">Jeremy on Design Details</a></li>\n<li><a href=\"http://nudg.it/\">Nudge.it</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 14 Mar 2016 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/4136dcf5.mp3\" length=\"55515002\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/29237/1457822242-artwork.jpg\"/>\n      <itunes:duration>01:17:03</itunes:duration>\n      <itunes:summary>Today we finally had the chance to catch Marshall Bock on a solo recording! We dig deeper into his background, dive into sketch tips and tricks, talk about grids and guides and how to build great cross-platform experiences.\n</itunes:summary>\n      <itunes:subtitle>Today we finally had the chance to catch Marshall Bock on a solo recording! We dig deeper into his background, dive into sketch tips and tricks, talk about grids and guides and how to build great cross-platform experiences.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>115</itunes:episode>\n    </item>\n    <item>\n      <title>111: Claim to Flame (feat. Vicki Tan) </title>\n      <guid isPermaLink=\"false\">51d0afaf-153f-471f-bbb9-402093885410</guid>\n      <link>http://designdetails.simplecast.fm/114</link>\n      <description>Today we sat down with Vicki Tan, a designer here in SF working at Lyft and wearing all black. In this episode we get into Vicki's journey to design, crafting a better interview process, management and having successful one-on-ones, hustling, getting a first design job and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Vicki Tan, a designer here in SF working at Lyft and wearing all black. In this episode we get into Vicki's journey to design, crafting a better interview process, management and having successful one-on-ones, hustling, getting a first design job and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Vicki.on.the.Web:\"></a>\n<h5>Vicki on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/vickiheart\">Twitter</a></li>\n<li><a href=\"https://medium.com/@vickiheart\">Medium</a></li>\n<li><a href=\"https://www.instagram.com/vickiheart/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.lyft.com/\">Lyft</a></li>\n<li><a href=\"https://twitter.com/atmosphere?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\">Atmosphere</a></li>\n<li><a href=\"http://www.amazon.com/Interaction-Color-Revised-Josef-Albers/dp/0300018460\">Interaction of Color</a></li>\n<li><a href=\"https://twitter.com/harrisonbowden\">Harrison Bowden</a></li>\n<li><a href=\"https://twitter.com/frankyoo\">Frank Yoo</a></li>\n<li><a href=\"https://twitter.com/marchaumann\">Marc Haumann</a></li>\n<li><a href=\"https://openideo.com/\">Open IDEO</a></li>\n<li><a href=\"http://cargocollective.com/\">Cargo Collective</a></li>\n<li><a href=\"https://teamtreehouse.com/\">Treehouse</a></li>\n<li><a href=\"https://twitter.com/rypearts\">Ryan Putnam</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/12598\">Design Details with Ryan</a></li>\n<li><a href=\"https://twitter.com/saturday?lang=en\">Mackey Saturday</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/27410\">Design Details with Mackey</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 09 Mar 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/d41e28d1.mp3\" length=\"49587257\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/28426/1457334940-artwork.jpg\"/>\n      <itunes:duration>01:08:49</itunes:duration>\n      <itunes:summary>Today we sat down with Vicki Tan, a designer here in SF working at Lyft and wearing all black. In this episode we get into Vicki's journey to design, crafting a better interview process, management and having successful one-on-ones, hustling, getting a first design job and more.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Vicki Tan, a designer here in SF working at Lyft and wearing all black. In this episode we get into Vicki's journey to design, crafting a better interview process, management and having successful one-on-ones, hustling, getting a fi</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>114</itunes:episode>\n    </item>\n    <item>\n      <title>110: MAMP Patient Zero (feat. Joey Banks) </title>\n      <guid isPermaLink=\"false\">8573a862-c123-46a8-9f64-cff7bb058935</guid>\n      <link>http://designdetails.simplecast.fm/113</link>\n      <description>Today we caught up with Joey Banks, a designer here in SF, previously at Scoot Networks. Joey is a self-described junior designer, and in today's show we dig into his journy in the industry, his next projects, what makes a good mentor, how to build your network and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Joey Banks, a designer here in SF, previously at Scoot Networks. Joey is a self-described junior designer, and in today's show we dig into his journy in the industry, his next projects, what makes a good mentor, how to build your network and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n</ul>\n\n\n<a name=\"Joey.on.the.Web:\"></a>\n<h5>Joey on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/joeyabanks\">Twitter</a></li>\n<li><a href=\"http://joeyabanks.me/\">Website</a></li>\n<li><a href=\"http://blog.joeyabanks.me/\">Blog</a></li>\n<li><a href=\"https://dribbble.com/joeyabanks\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://www.scootnetworks.com/\">Scoot Networks</a></li>\n<li><a href=\"https://twitter.com/joeyabanks/status/695494901723635713\">Pumped</a></li>\n<li><a href=\"https://open.spotify.com/user/12138404374/playlist/58VKDpWsYZvvdMEt6IYrhc\">Brian on Spotify</a></li>\n<li><a href=\"https://open.spotify.com/user/joeyabanks\">Joey on Spotify</a></li>\n<li><a href=\"https://twitter.com/kerem\">Kerem Suer</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/24463\">Kerem on Design Details</a></li>\n<li><a href=\"https://www.operator.com/\">Operator</a></li>\n<li><a href=\"https://www.figma.com/\">Figma</a></li>\n<li><a href=\"https://twitter.com/dustin\">Dustin Senos</a></li>\n<li><a href=\"https://twitter.com/soffes\">Sam Soffes</a></li>\n<li><a href=\"http://www.invisionapp.com/craft\">Craft</a></li>\n<li><a href=\"https://github.com/preciousforever/sketch-data-populator\">Sketch Data Populator</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 07 Mar 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/e5b025db.mp3\" length=\"48116154\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/28412/1457313666-artwork.jpg\"/>\n      <itunes:duration>01:06:47</itunes:duration>\n      <itunes:summary>Today we caught up with Joey Banks, a designer here in SF, previously at Scoot Networks. Joey is a self-described junior designer, and in today's show we dig into his journy in the industry, his next projects, what makes a good mentor, how to build your network and more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Joey Banks, a designer here in SF, previously at Scoot Networks. Joey is a self-described junior designer, and in today's show we dig into his journy in the industry, his next projects, what makes a good mentor, how to build your n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>113</itunes:episode>\n    </item>\n    <item>\n      <title>109: Vim Me Up, Scottie (feat. Dan Eden)</title>\n      <guid isPermaLink=\"false\">cb53aae2-734a-451c-a280-ae65ae6fdbe2</guid>\n      <link>http://designdetails.simplecast.fm/112</link>\n      <description>Today we sat down with Daniel Eden, a design engineer at Dropbox. We dig briefly into Dan's background, talk about the relationship between designers and developers, writing CSS at scale, scratching your own itch and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Daniel Eden, a design engineer at Dropbox. We dig briefly into Dan's background, talk about the relationship between designers and developers, writing CSS at scale, scratching your own itch and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Dan.on.the.Web:\"></a>\n<h5>Dan on the Web:</h5>\n\n<ul>\n<li><a href=\"https://daneden.me/\">Website</a></li>\n<li><a href=\"https://twitter.com/_dte\">Twitter</a></li>\n<li><a href=\"https://daneden.me/portfolio/\">Portfolio</a></li>\n<li><a href=\"https://dribbble.com/dte\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.dropbox.com/\">Dropbox</a></li>\n<li><a href=\"https://www.dropbox.com/business\">Dropbox Business</a></li>\n<li><a href=\"https://daneden.me/portfolio/\">Dan's side projects</a></li>\n<li><a href=\"https://github.com/dropbox/scooter\">Scooter</a></li>\n<li><a href=\"https://twitter.com/mdo\">Mark Otto</a></li>\n<li><a href=\"http://getbootstrap.com/\">Bootstrap</a></li>\n<li><a href=\"http://daneden.github.io/animate.css/\">Animate.css</a></li>\n<li><a href=\"https://twitter.com/morganknutson\">Morgan Knutson</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/19152\">Morgan on Design Details</a></li>\n<li><a href=\"https://www.myfonts.com/fonts/fontfont/ff-quadraat/\">Quadraat</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Vim_(text_editor\">vim</a>)</li>\n<li><a href=\"https://twitter.com/mrmrs_\">Adam Morse</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/16190\">Adam Morse on Design Details</a></li>\n<li><a href=\"https://developer.ibm.com/swift/\">Swift @ IBM</a></li>\n<li><a href=\"http://spec.fm/podcasts/immutable\">Immutable</a></li>\n<li><a href=\"http://digitalru.in/\">Digital Ruin</a></li>\n<li><a href=\"https://goldenhour.photos/\">Golden Hour</a></li>\n<li><a href=\"http://www.amazon.com/The-Code-Book-Science-Cryptography/dp/0385495323\">The Code Book</a></li>\n<li><a href=\"https://twitter.com/drewwilson\">Drew Wilson</a></li>\n<li><a href=\"https://twitter.com/soffes\">Sam Soffes</a></li>\n<li><a href=\"https://twitter.com/maxvoltar\">Tim Van Damme</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 02 Mar 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/4f977647.mp3\" length=\"59690831\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/27960/1456794999-artwork.jpg\"/>\n      <itunes:duration>01:02:08</itunes:duration>\n      <itunes:summary>Today we sat down with Daniel Eden, a design engineer at Dropbox. We dig briefly into Dan's background, talk about the relationship between designers and developers, writing CSS at scale, scratching your own itch and more.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Daniel Eden, a design engineer at Dropbox. We dig briefly into Dan's background, talk about the relationship between designers and developers, writing CSS at scale, scratching your own itch and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>112</itunes:episode>\n    </item>\n    <item>\n      <title>108: The Flopping Dead (feat. Brad Simpson) </title>\n      <guid isPermaLink=\"false\">e35c5d8e-2832-4746-84c4-c826f822d1af</guid>\n      <link>http://designdetails.simplecast.fm/111</link>\n      <description>Today we caught up with the designer formerly known as Brad Simpson. Brad currently designs at Medium, but he comes from a highly technical hardware background at IDEO and MIT. We dig into Brad's transition from hardware/mechanical design to software design, the challenges of designing at Medium and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with the designer formerly known as Brad Simpson. Brad currently designs at Medium, but he comes from a highly technical hardware background at IDEO and MIT. We dig into Brad's transition from hardware/mechanical design to software design, the challenges of designing at Medium and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://spec.fm/sponsors\">Sponsor Spec</a></li>\n</ul>\n\n\n<a name=\"Brad.on.the.Web:\"></a>\n<h5>Brad on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/lightningboltz?lang=en\">Twitter</a></li>\n<li><a href=\"https://medium.com/@lightningboltz\">Medium</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://medium.com/designing-medium\">The Medium Design Team</a></li>\n<li><a href=\"http://www.imdb.com/title/tt0113243/\">Hackers</a></li>\n<li><a href=\"http://www.amazon.com/Flow-Psychology-Experience-Perennial-Classics/dp/0061339202\">Flow</a></li>\n<li><a href=\"https://twitter.com/wilsonminer\">Wilson Miner</a></li>\n<li><a href=\"http://www.designkit.org/human-centered-design\">Human Centered Design</a></li>\n<li><a href=\"https://twitter.com/mike_matas\">Mike Matas</a></li>\n<li><a href=\"http://www.bwater.com/Uploads/FileManager/Principles/Bridgewater-Associates-Ray-Dalio-Principles.pdf\">Principles</a></li>\n<li><a href=\"https://twitter.com/ev\">Ev Williams</a></li>\n<li><a href=\"https://californiasunday.com/\">The California Sunday Magazine</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 29 Feb 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/5c382388.mp3\" length=\"60209606\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/27850/1456687748-artwork.jpg\"/>\n      <itunes:duration>01:02:41</itunes:duration>\n      <itunes:summary>Today we caught up with the designer formerly known as Brad Simpson. Brad currently designs at Medium, but he comes from a highly technical hardware background at IDEO and MIT. We dig into Brad's transition from hardware/mechanical design to software design, the challenges of designing at Medium and more.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with the designer formerly known as Brad Simpson. Brad currently designs at Medium, but he comes from a highly technical hardware background at IDEO and MIT. We dig into Brad's transition from hardware/mechanical design to software desi</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>111</itunes:episode>\n    </item>\n    <item>\n      <title>107: Just Enough Wax: LIVE @ Epicurrence</title>\n      <guid isPermaLink=\"false\">afb49065-b0f9-4da8-8cb1-eea3d4cf8a19</guid>\n      <link>http://designdetails.simplecast.fm/110</link>\n      <description>Today we have a very special, experimental episode of Design Details. On our last night of Epicurrence #3 we invited folks to come answer one of three questions; the result is a 28-guest mega-episode!\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we have a very special, experimental episode of Design Details. On our last night of Epicurrence #3 we invited folks to come answer one of three questions; the result is a 28-guest mega-episode!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n<li><a href=\"https://medium.com/@ueno/montues-sponsorship-eae7339caf9e#.1ywox8t7z\">UENO's Free Epicurrence Montues Ticket</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://epicurrence.brianlovin.com/\">All Epicurrence #3 Folks</a></li>\n<li><a href=\"https://twitter.com/LadyScrib\">Kassie Scribner</a></li>\n<li><a href=\"https://twitter.com/aub\">Aubrey Johnson</a></li>\n<li><a href=\"https://twitter.com/mds\">Matt D. Smith</a></li>\n<li><a href=\"https://twitter.com/jeffpersonified\">Jeff Smith</a></li>\n<li><a href=\"https://twitter.com/mediauras\">Charles Pearson</a></li>\n<li><a href=\"https://twitter.com/elegantseagulls\">Ben Johnson</a></li>\n<li><a href=\"https://twitter.com/robbin_cenijn\">Robbin Cenijn</a></li>\n<li><a href=\"https://twitter.com/jm_denis\">Jean-Marc Denis</a></li>\n<li><a href=\"https://twitter.com/roxaneclediere\">Roxanne Clediere</a></li>\n<li><a href=\"https://twitter.com/bobbilee19\">Bobbilee Hartman</a></li>\n<li><a href=\"https://twitter.com/courteroy\">Courtney Leonard</a></li>\n<li><a href=\"https://twitter.com/ericatwell_\">Eric Atwell</a></li>\n<li><a href=\"https://twitter.com/jimdebrock\">Jim DeBrock</a></li>\n<li><a href=\"https://twitter.com/brianathey\">Brian Athey</a></li>\n<li><a href=\"https://twitter.com/schombombadil\">Meredith Schomburg</a></li>\n<li><a href=\"https://twitter.com/hemeon\">Marc Hemeon</a></li>\n<li><a href=\"https://twitter.com/ansonschall\">Anson Schall</a></li>\n<li><a href=\"https://twitter.com/ashsmash\">Ash Huang</a></li>\n<li><a href=\"https://twitter.com/rgbeav\">Brittany Brown</a></li>\n<li><a href=\"https://twitter.com/arthur_armenta\">Arthur Armenta</a></li>\n<li><a href=\"https://twitter.com/rectangular\">Goef Crowl</a></li>\n<li><a href=\"https://twitter.com/dannpetty\">Dann Petty</a></li>\n<li><a href=\"https://twitter.com/_luptak\">Adam Luptak</a></li>\n<li><a href=\"https://twitter.com/generosss\">Gene Ross</a></li>\n<li><a href=\"https://twitter.com/zackeeler\">Zac Keeler</a></li>\n<li><a href=\"https://twitter.com/dainal\">Daina Lightfoot</a></li>\n<li><a href=\"https://twitter.com/robinclediere\">Robin Clediere</a></li>\n<li><a href=\"https://twitter.com/saturday\">Mackey Saturday</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 24 Feb 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/86a7b33d.mp3\" length=\"52846384\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/27580/1456283755-artwork.jpg\"/>\n      <itunes:duration>00:55:01</itunes:duration>\n      <itunes:summary>Today we have a very special, experimental episode of Design Details. On our last night of Epicurrence #3 we invited folks to come answer one of three questions; the result is a 28-guest mega-episode!\n</itunes:summary>\n      <itunes:subtitle>Today we have a very special, experimental episode of Design Details. On our last night of Epicurrence #3 we invited folks to come answer one of three questions; the result is a 28-guest mega-episode!\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>110</itunes:episode>\n    </item>\n    <item>\n      <title>106: Glorified Hustlers (feat. Mackey Saturday &amp; Meg Robichaud)</title>\n      <guid isPermaLink=\"false\">1c2579ed-e5f5-4e02-b739-6058e1a414ae</guid>\n      <link>http://designdetails.simplecast.fm/109</link>\n      <description>For our third Epicurrence episode we sat down with Mackey Saturday and Meg Robichaud. We catch up on their past year, branding and illustration work, how to navigate company politics, the way to get critique as a freelancer, and a handfull of listener questions at the end!\n</description>\n      <content:encoded>\n        <![CDATA[<p>For our third Epicurrence episode we sat down with Mackey Saturday and Meg Robichaud. We catch up on their past year, branding and illustration work, how to navigate company politics, the way to get critique as a freelancer, and a handfull of listener questions at the end!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Mackey.on.the.web:\"></a>\n<h5>Mackey on the web:</h5>\n\n<ul>\n<li><a href=\"http://mackeysaturday.com/#profile\">Website</a></li>\n<li><a href=\"https://dribbble.com/mackeysaturday\">Dribbble</a></li>\n<li><a href=\"https://www.instagram.com/saturday/?hl=en\">Instagram</a></li>\n<li><a href=\"https://twitter.com/Saturday\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Meg.on.the.web:\"></a>\n<h5>Meg on the web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/megdraws\">Dribbble</a></li>\n<li><a href=\"http://www.meg.is/awesome/\">Website</a></li>\n<li><a href=\"https://twitter.com/megdraws\">Twitter</a></li>\n<li><a href=\"https://www.behance.net/megdraws\">Behance</a></li>\n<li><a href=\"https://www.instagram.com/megdraws/?hl=en\">Instagram</a></li>\n<li><a href=\"https://medium.com/@megdraws\">Medium</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://spec.fm/podcasts/design-details/26087\">Dann Petty + Drew Wilson on Design Details</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/22329\">Meg on Design Details</a></li>\n<li><a href=\"http://mackeysaturday.com/#profile\">Mackey's Studio</a></li>\n<li><a href=\"https://twitter.com/CGHNYC\">CGH</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/20301\">Gene Ross on Design Details</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 22 Feb 2016 10:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/67fa9606.mp3\" length=\"57145955\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/27410/1456082048-artwork.jpg\"/>\n      <itunes:duration>00:59:29</itunes:duration>\n      <itunes:summary>For our third Epicurrence episode we sat down with Mackey Saturday and Meg Robichaud. We catch up on their past year, branding and illustration work, how to navigate company politics, the way to get critique as a freelancer, and a handfull of listener questions at the end!\n</itunes:summary>\n      <itunes:subtitle>For our third Epicurrence episode we sat down with Mackey Saturday and Meg Robichaud. We catch up on their past year, branding and illustration work, how to navigate company politics, the way to get critique as a freelancer, and a handfull of listener que</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>109</itunes:episode>\n    </item>\n    <item>\n      <title>105: Arbiter of Taste (feat. Ben Cline &amp; Anson Schall) </title>\n      <guid isPermaLink=\"false\">d4bb104d-e90c-42ed-9e9c-229c18bfaa6b</guid>\n      <link>http://designdetails.simplecast.fm/108</link>\n      <description>In another Epicurrence recording of Design Details, we caught up with Ben Cline and Anson Schall of Rally Interactive. We dig into Rally's humble beginnings, the merit of design awards, how designers and developers work together, and the worst kind of client.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In another Epicurrence recording of Design Details, we caught up with Ben Cline and Anson Schall of Rally Interactive. We dig into Rally's humble beginnings, the merit of design awards, how designers and developers work together, and the worst kind of client.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Ben.on.the.web:\"></a>\n<h5>Ben on the web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/letsgorally\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/yocline?lang=en\">Twitter</a></li>\n<li><a href=\"https://www.behance.net/yocline\">Behance</a></li>\n<li><a href=\"https://medium.com/@yocline\">Medium</a></li>\n</ul>\n\n\n<a name=\"Anson.on.the.web:\"></a>\n<h5>Anson on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/ansonschall\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/ansonschall\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://rallyinteractive.com/\">Rally Interactive</a></li>\n<li><a href=\"http://beta.rallyinteractive.com/national-parks/\">National Parks Case Study</a></li>\n<li><a href=\"http://www.welikesmall.com/\">Welikesmall</a></li>\n<li><a href=\"https://twitter.com/wespear\">Wes Pearce</a></li>\n<li><a href=\"https://dribbble.com/rally\">Rally on Dribbble</a></li>\n<li><a href=\"http://www.thefwa.com/\">FWA</a></li>\n<li><a href=\"http://beta.rallyinteractive.com/snowbird/\">Snowbird Case Study</a></li>\n<li><a href=\"http://www.invisionapp.com/\">InVision</a></li>\n<li><a href=\"http://beta.rallyinteractive.com/\">Beta Rally Interactive</a></li>\n<li><a href=\"http://teehanlax.com/\">Teehan+Lax</a></li>\n<li><a href=\"https://twitter.com/yocline?lang=en\">Rally on Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 17 Feb 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/7f3e0e96.mp3\" length=\"68570005\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/26847/1455665764-artwork.jpg\"/>\n      <itunes:duration>01:11:23</itunes:duration>\n      <itunes:summary>In another Epicurrence recording of Design Details, we caught up with Ben Cline and Anson Schall of Rally Interactive. We dig into Rally's humble beginnings, the merit of design awards, how designers and developers work together, and the worst kind of client.\n</itunes:summary>\n      <itunes:subtitle>In another Epicurrence recording of Design Details, we caught up with Ben Cline and Anson Schall of Rally Interactive. We dig into Rally's humble beginnings, the merit of design awards, how designers and developers work together, and the worst kind of cli</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>108</itunes:episode>\n    </item>\n    <item>\n      <title>104: All Good in the Hood (feat. Jen &amp; Amy Hood)</title>\n      <guid isPermaLink=\"false\">19fcafdf-88c3-49f5-89f7-ee9c0dba3bb3</guid>\n      <link>http://designdetails.simplecast.fm/107</link>\n      <description>In our first Epicurrence recording we caught up with the talented Amy and Jen Hood, founders of Hoodzpah Design. In this show we chat with the twins about their backgrounds as designers, work life balance, side projects, pricing and how to start a design business.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In our first Epicurrence recording we caught up with the talented Amy and Jen Hood, founders of Hoodzpah Design. In this show we chat with the twins about their backgrounds as designers, work life balance, side projects, pricing and how to start a design business.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Amy.on.the.web:\"></a>\n<h5>Amy on the web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/amy_hoodlum\">Dribbble</a></li>\n<li><a href=\"https://www.instagram.com/amyhoodlum/\">Instagram</a></li>\n<li><a href=\"https://twitter.com/amy_hoodlum\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Jen.on.the.web:\"></a>\n<h5>Jen on the web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/jenhood\">Dribbble</a></li>\n<li><a href=\"https://www.instagram.com/TheGoodHood/\">Instagram</a></li>\n<li><a href=\"https://twitter.com/InTheGoodHood\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://hoodzpahdesign.com/\">Hoodzpah</a></li>\n<li><a href=\"http://oddsandsods.co/\">Odds and Sods</a></li>\n<li><a href=\"http://hoodzpahdesign.com/in-pursuit-of/\">In Pursuit Of</a></li>\n<li><a href=\"http://connectingthings.co/\">#ConnectingThings</a></li>\n<li><a href=\"http://bumpers.fm/e/NQEmqY39bM\">Geoff + Bryn's Podcast</a></li>\n<li><a href=\"http://soulpancake.com/\">SoulPancake</a></li>\n<li><a href=\"http://kidpresident.com/\">Kid President</a></li>\n<li><a href=\"https://twitter.com/ashsmash\">Ash Huang</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/18466\">Ash Huang on Design Details</a></li>\n<li><a href=\"https://twitter.com/saturday\">Mackey Saturday</a></li>\n<li><a href=\"https://epicurrence.com\">Epicurrence</a></li>\n<li><a href=\"https://twitter.com/hemeon\">Marc Hemeon</a></li>\n<li><a href=\"http://hoodzpahdesign.com/product/how-to-establish-ebook/\">A Hoodrat’s Guide to: Starting a Design Business</a></li>\n<li><a href=\"https://www.instagram.com/hoodzpahdesign/\">Hoodzpah Instagram</a></li>\n<li><a href=\"https://twitter.com/sortino\">Josh Sortino</a></li>\n<li><a href=\"valiocon.com\">Valio Con</a></li>\n<li><a href=\"https://twitter.com/aub\">Aubrey Johnson</a></li>\n<li><a href=\"http://deuscustoms.com/\">Deus Ex Machina</a></li>\n<li><a href=\"https://twitter.com/Dan_Cassaro\">Dan Cassaro</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 15 Feb 2016 09:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/78aba6d6.mp3\" length=\"61154147\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/26731/1455516775-artwork.jpg\"/>\n      <itunes:duration>01:03:40</itunes:duration>\n      <itunes:summary>In our first Epicurrence recording we caught up with the talented Amy and Jen Hood, founders of Hoodzpah Design. In this show we chat with the twins about their backgrounds as designers, work life balance, side projects, pricing and how to start a design business.\n</itunes:summary>\n      <itunes:subtitle>In our first Epicurrence recording we caught up with the talented Amy and Jen Hood, founders of Hoodzpah Design. In this show we chat with the twins about their backgrounds as designers, work life balance, side projects, pricing and how to start a design </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>107</itunes:episode>\n    </item>\n    <item>\n      <title>103: Sacrifice for Pixels (feat. Drew Wilson &amp; Dann Petty)</title>\n      <guid isPermaLink=\"false\">8faa7c61-3939-42cd-8f27-862420ad710f</guid>\n      <link>http://designdetails.simplecast.fm/106</link>\n      <description>In another special roundtable episode of Design Details, we caught up with Drew Wilson and Dann Petty, the creators of the Valio Con and Epicurrence design conferences. We dig into the ethos of their creations, the hardest parts of pulling together a community, and what it takes to create a physical experience for hundreds of people.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In another special roundtable episode of Design Details, we caught up with Drew Wilson and Dann Petty, the creators of the Valio Con and Epicurrence design conferences. We dig into the ethos of their creations, the hardest parts of pulling together a community, and what it takes to create a physical experience for hundreds of people.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Dann.on.the.Web:\"></a>\n<h5>Dann on the Web:</h5>\n\n<ul>\n<li><a href=\"https://www.behance.net/dannpetty\">Behance</a></li>\n<li><a href=\"https://dribbble.com/dannpetty\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/DannPetty\">Twitter</a></li>\n<li><a href=\"https://medium.com/@DannPetty\">Medium</a></li>\n<li><a href=\"https://www.instagram.com/dannpetty/?hl=en\">Instagram</a></li>\n<li><a href=\"https://www.epicurrence.com/\">Epicurrence</a></li>\n</ul>\n\n\n<a name=\"Drew.on.the.Web:\"></a>\n<h5>Drew on the Web:</h5>\n\n<ul>\n<li><a href=\"http://drewwilson.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/drewwilson\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/drewwilson\">Dribbble</a></li>\n<li><a href=\"https://github.com/drewwilson\">GitHub</a></li>\n<li><a href=\"https://plasso.co/\">Plasso</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://spec.fm/podcasts/design-details/19961\">Design Details ft. Drew Wilson</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/20172\">Design Details ft. Dann Petty</a></li>\n<li><a href=\"https://www.epicurrence.com/\">Epicurrence</a></li>\n<li><a href=\"https://montues.com/\">Montues</a></li>\n<li><a href=\"http://valiocon.com/\">Valio Con</a></li>\n<li><a href=\"http://www.pictos.cc/\">Pictos</a></li>\n<li><a href=\"https://twitter.com/mikeindustries\">Mike Davidson</a></li>\n<li><a href=\"https://twitter.com/joshhemsley\">Josh Hemsley</a></li>\n<li><a href=\"https://twitter.com/hemeon\">Marc Hemeon</a></li>\n<li><a href=\"https://twitter.com/vanschneider\">Tobias van Schneider</a></li>\n<li><a href=\"https://twitter.com/dburka\">Daniel Burka</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/18432\">Design Details, Epicurrence Live</a></li>\n<li><a href=\"http://designinc.com/\">Design Inc.</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/20301\">Design Details ft. Gene Ross</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 10 Feb 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/5d9a1e2b.mp3\" length=\"75715865\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/26087/1455034353-artwork.jpg\"/>\n      <itunes:duration>01:18:50</itunes:duration>\n      <itunes:summary>In another special roundtable episode of Design Details, we caught up with Drew Wilson and Dann Petty, the creators of the Valio Con and Epicurrence design conferences. We dig into the ethos of their creations, the hardest parts of pulling together a community, and what it takes to create a physical experience for hundreds of people.\n</itunes:summary>\n      <itunes:subtitle>In another special roundtable episode of Design Details, we caught up with Drew Wilson and Dann Petty, the creators of the Valio Con and Epicurrence design conferences. We dig into the ethos of their creations, the hardest parts of pulling together a comm</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>106</itunes:episode>\n    </item>\n    <item>\n      <title>102: Sick Ajax Skills (feat. Adam Michela)</title>\n      <guid isPermaLink=\"false\">bff7974a-7252-42f0-ab12-f371b67fd527</guid>\n      <link>http://designdetails.simplecast.fm/105</link>\n      <description>This episode with Adam Michela was soopa fun; Adam is a designer at AirBnb, previously at Last, Facebook and Gowalla among others. We caught up to talk about Adam's background as a designer, building style guides at scale, the impact of engineering on user experience, and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This episode with Adam Michela was soopa fun; Adam is a designer at AirBnb, previously at Last, Facebook and Gowalla among others. We caught up to talk about Adam's background as a designer, building style guides at scale, the impact of engineering on user experience, and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Adam.on.the.web:\"></a>\n<h5>Adam on the web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/soopa\">Twitter</a></li>\n<li><a href=\"http://miche.la/\">Website</a></li>\n<li><a href=\"https://medium.com/@soopa\">Medium</a></li>\n<li><a href=\"https://github.com/soopa\">GitHub</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/karrisaarinen\">Karri Saarinen</a></li>\n<li><a href=\"https://montues.com/\">Epicurrence Montues</a></li>\n<li><a href=\"https://twitter.com/flyosity\">Mike Rundle</a></li>\n<li><a href=\"https://twitter.com/khoi\">Khoi Vinh</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/10060\">Koi Vinh on Design Details</a></li>\n<li><a href=\"https://twitter.com/zeldman\">Jeffrey Zeldman</a></li>\n<li><a href=\"http://www.amazon.com/Designing-Web-Standards-3rd-Edition/dp/0321616952\">Designing with Web Standards</a></li>\n<li><a href=\"https://twitter.com/mikeindustries\">Mike Davidson</a></li>\n<li><a href=\"https://capitalfactory.com/\">Capital Factory</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Gowalla\">Gowalla</a></li>\n<li><a href=\"https://foursquare.com/\">Foursquare</a></li>\n<li><a href=\"https://github.com/AFNetworking/AFNetworking\">AFNetworking</a></li>\n<li><a href=\"https://github.com/Alamofire/Alamofire\">Alamo Fire</a></li>\n<li><a href=\"https://twitter.com/jw\">Josh Williams</a></li>\n<li><a href=\"http://bulbapedia.bulbagarden.net/wiki/Flame_Wheel_(move\">Flame Wheel Pokémon move</a>)</li>\n<li><a href=\"https://twitter.com/keeg\">Keegan Jones</a></li>\n<li><a href=\"https://twitter.com/sco?lang=en\">Scott Raymond</a></li>\n<li><a href=\"https://www.blinksale.com/\">Blinksale</a></li>\n<li><a href=\"https://www.facebook.com/packratgame/\">Pack Rat facebook game</a></li>\n<li><a href=\"https://twitter.com/jack\">Jack Dorsey</a></li>\n<li><a href=\"http://thenextweb.com/facebook/2011/10/28/beluga-is-officially-shutting-down-facebook-messenger-now-the-top-free-app/#gref\">Beluga</a></li>\n<li><a href=\"https://twitter.com/maxvoltar\">Tim Van Damme</a></li>\n<li><a href=\"https://twitter.com/hollyburns\">Holly Burns</a></li>\n<li><a href=\"https://www.instagram.com/phil/\">Phil McAllister</a></li>\n<li><a href=\"https://www.facebook.com/paper\">Facebook Paper</a></li>\n<li><a href=\"https://twitter.com/mike_matas\">Mike Matas</a></li>\n<li><a href=\"https://github.com/facebook/pop\">Pop on GitHub</a></li>\n<li><a href=\"http://asyncdisplaykit.org/\">AsyncDisplayKit</a></li>\n<li><a href=\"https://twitter.com/bwalkin\">Brandon Walkin</a></li>\n<li><a href=\"https://twitter.com/kimon\">Kimon Tsinteris</a></li>\n<li><a href=\"http://daringfireball.net/\">Daring Fireball</a></li>\n<li><a href=\"http://atp.fm/\">Accidental Tech Podcast</a></li>\n<li><a href=\"https://twitter.com/soleio\">Soleio</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/18064\">Soleio on Design Details</a></li>\n<li><a href=\"https://twitter.com/wilsonminer\">Wilson Miner</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/16058\">Wilson Miner on Design Details</a></li>\n<li><a href=\"http://thenextweb.com/apps/2012/08/29/obvious-co-backed-lift-sharply-designed-app-iphone-helps-build-good-habits/#gref\">Lift</a></li>\n<li><a href=\"https://twitter.com/lastguide\">The Last Guide Company</a></li>\n<li><a href=\"https://www.drinksoma.com/\">Soma water filter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 08 Feb 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/cf898bf1.mp3\" length=\"65316591\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/25900/1454708516-artwork.jpg\"/>\n      <itunes:duration>01:08:00</itunes:duration>\n      <itunes:summary>This episode with Adam Michela was soopa fun; Adam is a designer at AirBnb, previously at Last, Facebook and Gowalla among others. We caught up to talk about Adam's background as a designer, building style guides at scale, the impact of engineering on user experience, and more.\n</itunes:summary>\n      <itunes:subtitle>This episode with Adam Michela was soopa fun; Adam is a designer at AirBnb, previously at Last, Facebook and Gowalla among others. We caught up to talk about Adam's background as a designer, building style guides at scale, the impact of engineering on use</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>105</itunes:episode>\n    </item>\n    <item>\n      <title>101: Everyone's Thirsty (feat. Katie Zhu &amp; Tara Mann) </title>\n      <guid isPermaLink=\"false\">e00293c6-4e95-42f7-bee5-bbbe7338b5e1</guid>\n      <link>http://designdetails.simplecast.fm/104</link>\n      <description>In another roundtable episode of Design Details, we caught up with Katie Zhu and Tara Mann to chat about social media, personal brands, new media, storytelling and our favorite undiscovered apps!\n</description>\n      <content:encoded>\n        <![CDATA[<p>In another roundtable episode of Design Details, we caught up with Katie Zhu and Tara Mann to chat about social media, personal brands, new media, storytelling and our favorite undiscovered apps!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.frontutah.com/\">Front Conference</a> - Use the promo code 'designdetails' to get $50 off!</li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Katie.on.the.Web:\"></a>\n<h5>Katie on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/ktzhu\">Twitter</a></li>\n<li><a href=\"https://medium.com/@katie\">Medium</a></li>\n<li><a href=\"https://www.instagram.com/ktzhu/\">Instagram</a></li>\n<li><a href=\"https://ktzine.com/\">Website</a></li>\n<li><a href=\"http://tinyletter.com/kt\">pamplemousse</a></li>\n</ul>\n\n\n<a name=\"Tara.on.the.Web:\"></a>\n<h5>Tara on the Web:</h5>\n\n<ul>\n<li><a href=\"http://taramann.com/\">Website</a></li>\n<li><a href=\"https://instagram.com/taramann/\">Instagram</a></li>\n<li><a href=\"https://twitter.com/taramann\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://peach.cool/\">Peach</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Thread_(computing\">Threads for dummies, i.e. Brian</a>)</li>\n<li><a href=\"http://tinyletter.com/kt\">Kt's Email Newsletter</a></li>\n<li><a href=\"http://www.vanschneider.com/\">Tobias van Schneider</a></li>\n<li><a href=\"http://www.garyvaynerchuk.com/\">Gary Vaynerchuk</a></li>\n<li><a href=\"http://callyourgirlfriend.com/\">Call Your Girlfriend</a></li>\n<li><a href=\"https://www.instagram.com/fuckjerry/\">fuckjerry</a></li>\n<li><a href=\"https://www.instagram.com/jerryoftheday/\">Jerry of the Day</a></li>\n<li><a href=\"https://twitter.com/JonyIveParody?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\">Not Jony Ive</a></li>\n<li><a href=\"http://daringfireball.net/\">Daring Fireball</a></li>\n<li><a href=\"http://nuzzel.com/\">Nuzzel</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/input-the-cloud-console/id968620206?mt=8\">Input</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/pinpoint-mark-up-screenshots/id669858907?mt=8\">Pinpoint</a></li>\n<li><a href=\"https://twitter.com/calebd\">Caleb Davenport</a></li>\n<li><a href=\"http://lickability.com/\">Lickability</a></li>\n<li><a href=\"https://li.st/\">List App</a></li>\n<li><a href=\"https://useoldsport.com\">Old Sport</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/delectable-wines-wine-scanner/id512106648?mt=8\">Delectable</a></li>\n<li><a href=\"https://twitter.com/uberbryn\">@uberbryn</a></li>\n<li><a href=\"https://medium.com/@DonRumsfeld/at-83-i-decided-to-develop-an-app-dadd4e53d342#.gnezcoho9\">Rumsfeld Solitaire</a></li>\n<li><a href=\"https://twitter.com/MikeIsaac?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\">Mike Isaac</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 03 Feb 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/894f7369.mp3\" length=\"72101798\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/25712/1454452512-artwork.jpg\"/>\n      <itunes:duration>01:15:04</itunes:duration>\n      <itunes:summary>In another roundtable episode of Design Details, we caught up with Katie Zhu and Tara Mann to chat about social media, personal brands, new media, storytelling and our favorite undiscovered apps!\n</itunes:summary>\n      <itunes:subtitle>In another roundtable episode of Design Details, we caught up with Katie Zhu and Tara Mann to chat about social media, personal brands, new media, storytelling and our favorite undiscovered apps!\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>104</itunes:episode>\n    </item>\n    <item>\n      <title>100: Goldilocks Fidelity (feat. Daniel Burka)</title>\n      <guid isPermaLink=\"false\">ea43eba3-3a9e-4593-a69b-1a78465d9e76</guid>\n      <link>http://designdetails.simplecast.fm/103</link>\n      <description>Episode 100! We made it - thank you so much to everyone has listened to an episode, shared the show with a friend or reached out to us on Twitter this past year; we wouldn't be here without you. For this special episode we caught up with Daniel Burka to talk about his background, process, critique, what keeps him up at night and more. Enjoy!\n</description>\n      <content:encoded>\n        <![CDATA[<p>Episode 100! We made it - thank you so much to everyone has listened to an episode, shared the show with a friend or reached out to us on Twitter this past year; we wouldn't be here without you. For this special episode we caught up with Daniel Burka to talk about his background, process, critique, what keeps him up at night and more. Enjoy!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<a name=\"Daniel.on.the.Web:\"></a>\n<h5>Daniel on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/dburka\">Twitter</a></li>\n<li><a href=\"http://www.deltatangobravo.com/\">Website</a></li>\n<li><a href=\"https://www.instagram.com/dburka/\">Instagram</a></li>\n<li><a href=\"http://www.gv.com/team/daniel-burka/\">GV Profile</a></li>\n<li><a href=\"https://medium.com/@dburka\">Medium</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://www.gv.com/\">GV</a></li>\n<li><a href=\"http://www.designweek.co.uk/google-ventures-rebrands-as-gv/\">Google Ventures Rebrand</a></li>\n<li><a href=\"https://dribbble.com/dburka\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/ireneau\">Irene Au</a></li>\n<li><a href=\"https://twitter.com/johnmaeda\">John Maeda</a></li>\n<li><a href=\"https://twitter.com/erondu\">Jared Erondu</a></li>\n<li><a href=\"http://www.gv.com/team/\">GV Design Team</a></li>\n<li><a href=\"http://www.silverorange.com/\">silverorange</a></li>\n<li><a href=\"http://www.hicksdesign.co.uk/journal/branding-firefox\">Jon Hicks on Firefox Branding</a></li>\n<li><a href=\"https://twitter.com/kevinrose\">Kevin Rose</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Pownce\">Pownce</a></li>\n<li><a href=\"https://twitter.com/stewart\">Stewart Butterfield</a></li>\n<li><a href=\"https://slack.com/\">Slack</a></li>\n<li><a href=\"http://money.cnn.com/2012/03/20/technology/startups/Google-Digg-Milk/\">Milk acquisition</a></li>\n<li><a href=\"http://www.gv.com/sprint/\">Sprint Book</a></li>\n<li><a href=\"http://www.fastcodesign.com/1672889/from-google-ventures-the-6-ingredients-you-need-to-run-a-design-sprint\">Design sprints how-to</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 01 Feb 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/4e7a5aaa.mp3\" length=\"62948884\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/25164/1454282072-artwork.jpg\"/>\n      <itunes:duration>01:05:32</itunes:duration>\n      <itunes:summary>Episode 100! We made it - thank you so much to everyone has listened to an episode, shared the show with a friend or reached out to us on Twitter this past year; we wouldn't be here without you. For this special episode we caught up with Daniel Burka to talk about his background, process, critique, what keeps him up at night and more. Enjoy!\n</itunes:summary>\n      <itunes:subtitle>Episode 100! We made it - thank you so much to everyone has listened to an episode, shared the show with a friend or reached out to us on Twitter this past year; we wouldn't be here without you. For this special episode we caught up with Daniel Burka to t</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>103</itunes:episode>\n    </item>\n    <item>\n      <title>99: Internet Points (feat. Ian Silber) </title>\n      <guid isPermaLink=\"false\">92f97f1d-1df5-4e91-a3f4-95b717e54f71</guid>\n      <link>http://designdetails.simplecast.fm/102</link>\n      <description>Today we sat down with Ian Silber, a designer (and design manager!) at Instagram. We dig into his background, talk about taking bets on young designers, his key learnings in management, briefly diverge into cooking, and return back to his process for hiring at Instagram.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Ian Silber, a designer (and design manager!) at Instagram. We dig into his background, talk about taking bets on young designers, his key learnings in management, briefly diverge into cooking, and return back to his process for hiring at Instagram.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Ian.on.the.Web:\"></a>\n<h5>Ian on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/iansilber\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/iansilber\">Dribbble</a></li>\n<li><a href=\"http://www.iansilber.com/\">Website</a></li>\n<li><a href=\"https://medium.com/@iansilber\">Medium</a></li>\n<li><a href=\"https://www.instagram.com/iansilber/\">Instagram</a></li>\n<li><a href=\"https://github.com/iansilber\">GitHub</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://play.typeracer.com/\">typeracer</a></li>\n<li><a href=\"https://37signals.com/\">37signals</a></li>\n<li><a href=\"https://www.campaignmonitor.com/\">Campaign Monitor</a></li>\n<li><a href=\"https://anotepad.com/\">anotepad.com</a></li>\n<li><a href=\"http://iansilber.com/intab/\">Intab</a></li>\n<li><a href=\"http://orteil.dashnet.org/cookieclicker/\">Cookie Clicker</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/adventure-capitalist!/id927006017?mt=8\">AdVenture Capitalist!</a></li>\n<li><a href=\"https://twitter.com/joshpuckett\">Josh Puckett</a></li>\n<li><a href=\"https://twitter.com/stevenwalker\">Steven Walker</a></li>\n<li><a href=\"http://rourkery.com/\">Ryan O'Rourke</a></li>\n<li><a href=\"https://twitter.com/soleio\">Soleio</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/18064\">Soleio on Design Details</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/17168\">Josh Puckett on Design Details</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/hyperlapse-from-instagram/id740146917?mt=8&amp;utm_content=7589633&amp;utm_medium=social&amp;utm_source=twitter\">Hyperlapse</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/layout-from-instagram/id967351793?mt=8\">Layout</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/boomerang-from-instagram/id1041596399?mt=8\">Boomerang</a></li>\n<li><a href=\"http://chrisconnolly.com/\">Chris Connolly</a></li>\n<li><a href=\"https://www.figma.com/\">Figma</a></li>\n<li><a href=\"http://landing.adobe.com/en/na/products/creative-cloud/comet/229818-notifyme.html\">Project Comet</a></li>\n<li><a href=\"http://principleformac.com/\">Principle</a></li>\n<li><a href=\"http://www.amazon.com/gp/product/B00JI58UA0/ref=dp-kindle-redirect?ie=UTF8&amp;btkr=1\">Flour + Water</a></li>\n<li><a href=\"https://www.soylent.com/\">Soylent</a></li>\n<li><a href=\"https://www.blueapron.com/\">Blue Apron</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Thu, 28 Jan 2016 09:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/cf24cdd5.mp3\" length=\"65404790\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/24905/1453947133-artwork.jpg\"/>\n      <itunes:duration>01:08:05</itunes:duration>\n      <itunes:summary>Today we sat down with Ian Silber, a designer (and design manager!) at Instagram. We dig into his background, talk about taking bets on young designers, his key learnings in management, briefly diverge into cooking, and return back to his process for hiring at Instagram.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Ian Silber, a designer (and design manager!) at Instagram. We dig into his background, talk about taking bets on young designers, his key learnings in management, briefly diverge into cooking, and return back to his process for hiri</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>102</itunes:episode>\n    </item>\n    <item>\n      <title>98: Inhale the Flattery (feat. Marc Hemeon &amp; Joshua Taylor) </title>\n      <guid isPermaLink=\"false\">c144dad4-c17b-4c92-99bf-15e3951d32e9</guid>\n      <link>http://designdetails.simplecast.fm/101</link>\n      <description>For episode 98 we sat down with Marc Hemeon and Joshua Taylor to talk about their new company, Design Inc. We also dig into their biggest advice for young designers, what they would learn if they could start again, soul vs. ego and what it takes to surround yourself with the best people.\n</description>\n      <content:encoded>\n        <![CDATA[<p>For episode 98 we sat down with Marc Hemeon and Joshua Taylor to talk about their new company, Design Inc. We also dig into their biggest advice for young designers, what they would learn if they could start again, soul vs. ego and what it takes to surround yourself with the best people.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<a name=\"Marc.on.the.Web:\"></a>\n<h5>Marc on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/hemeon?lang=en\">Twitter</a></li>\n<li><a href=\"http://hemeon.com/\">Website</a></li>\n<li><a href=\"https://medium.com/@hemeon\">Medium</a></li>\n<li><a href=\"http://www.marchemeon.com/\">Art</a></li>\n<li><a href=\"https://dribbble.com/hemeon\">Dribbble</a></li>\n<li><a href=\"https://www.instagram.com/hemeon/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Josh.on.the.Web:\"></a>\n<h5>Josh on the Web:</h5>\n\n<ul>\n<li><a href=\"http://joshuataylordesign.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/joshuantaylor\">Dribbble</a></li>\n<li><a href=\"https://medium.com/@joshuantaylor\">Website</a></li>\n<li><a href=\"https://www.instagram.com/joshuantaylor/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://designinc.com/\">Design Inc.</a></li>\n<li><a href=\"https://evernote.com/\">Evernote</a></li>\n<li><a href=\"http://www.watchville.com/\">Watchville</a></li>\n<li><a href=\"https://twitter.com/kevinrose\">Kevin Rose</a></li>\n<li><a href=\"https://www.teefury.com/\">TeeFury</a></li>\n<li><a href=\"http://www.designbyhumans.com/\">Design by Humans</a></li>\n<li><a href=\"https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/\">iOS HIG</a></li>\n<li><a href=\"https://www.google.com/design/spec/material-design/introduction.html\">Material Spec</a></li>\n<li><a href=\"https://medium.com/life-tips/design-process-is-a-myth-87f8ca6f17a2#.92ttoy29i\">Marc on Design Process</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 25 Jan 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/fcee7ccf.mp3\" length=\"46398442\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/24648/1453593766-artwork.jpg\"/>\n      <itunes:duration>01:04:23</itunes:duration>\n      <itunes:summary>For episode 98 we sat down with Marc Hemeon and Joshua Taylor to talk about their new company, Design Inc. We also dig into their biggest advice for young designers, what they would learn if they could start again, soul vs. ego and what it takes to surround yourself with the best people.\n</itunes:summary>\n      <itunes:subtitle>For episode 98 we sat down with Marc Hemeon and Joshua Taylor to talk about their new company, Design Inc. We also dig into their biggest advice for young designers, what they would learn if they could start again, soul vs. ego and what it takes to surrou</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>101</itunes:episode>\n    </item>\n    <item>\n      <title>97: Eleven Month Itch (feat. Marshall Bock &amp; Joshua Sortino)</title>\n      <guid isPermaLink=\"false\">4defe49b-1908-4ee9-b8b0-b6df582fd539</guid>\n      <link>http://designdetails.simplecast.fm/100</link>\n      <description>In today's episode of Design Details we brought the Vicarious crew, Marshall Bock and Josh Sortino, over to have a round table discussion about design leadership. This is a different format from our usual shows, so ping us on Twitter @designdetailsfm with your thoughts and feedback!\n</description>\n      <content:encoded>\n        <![CDATA[<p>In today's episode of Design Details we brought the Vicarious crew, Marshall Bock and Josh Sortino, over to have a round table discussion about design leadership. This is a different format from our usual shows, so ping us on Twitter @designdetailsfm with your thoughts and feedback!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Josh.on.the.Web:\"></a>\n<h5>Josh on the Web:</h5>\n\n<ul>\n<li><a href=\"http://joshuasortino.com/\">Website</a></li>\n<li><a href=\"http://medium.com/@sortino\">Medium</a></li>\n<li><a href=\"https://dribbble.com/sortino\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/sortino\">Twitter</a></li>\n<li><a href=\"https://unsplash.com/sortino\">Unsplash</a></li>\n<li><a href=\"https://instagram.com/joshuasortino/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Marshall.on.the.Web:\"></a>\n<h5>Marshall on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/marshallbock\">Twitter</a></li>\n<li><a href=\"http://marshallbock.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/marshallbock\">Dribbble</a></li>\n<li><a href=\"https://instagram.com/marshallbock/\">Instagram</a></li>\n<li><a href=\"http://blog.marshallbock.com/\">Blog</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://medium.com/@sortino/the-state-of-design-leadership-3b9b217823d6#.3h9esuo4d\">Josh on the State of Design Leadership</a></li>\n<li><a href=\"https://teespring.com/\">Teespring</a></li>\n<li><a href=\"https://gaming.youtube.com/\">YouTube Gaming</a></li>\n<li><a href=\"https://instagram.com/joshuasortino/\">Josh on Instagram</a></li>\n<li><a href=\"http://spec.fm/podcasts/vicarious\">Vicarious Podcast</a></li>\n<li><a href=\"https://twitter.com/gt\">Geoff Teehan</a></li>\n<li><a href=\"https://medium.com/@joulee\">Julie Zhuo</a></li>\n<li><a href=\"http://capwatkins.com/\">Cap Watkins</a></li>\n<li><a href=\"https://twitter.com/dburka\">Daniel Burka</a></li>\n<li><a href=\"http://www.kimbost.com/\">Kim Bost</a></li>\n<li><a href=\"https://dribbble.com/letsgorally\">Ben Cline</a></li>\n<li><a href=\"http://www.mikematas.com/#!g9/pMyuLtpEA/photos/italian_road_trip_honeymoon\">Mike Matas</a></li>\n<li><a href=\"https://twitter.com/@vicarious_fm\">@vicarious_fm on Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 20 Jan 2016 10:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/13ab5c80.mp3\" length=\"62031908\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/24553/1453284798-artwork.jpg\"/>\n      <itunes:duration>01:04:35</itunes:duration>\n      <itunes:summary>In today's episode of Design Details we brought the Vicarious crew, Marshall Bock and Josh Sortino, over to have a round table discussion about design leadership. This is a different format from our usual shows, so ping us on Twitter @designdetailsfm with your thoughts and feedback!\n</itunes:summary>\n      <itunes:subtitle>In today's episode of Design Details we brought the Vicarious crew, Marshall Bock and Josh Sortino, over to have a round table discussion about design leadership. This is a different format from our usual shows, so ping us on Twitter @designdetailsfm with</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>100</itunes:episode>\n    </item>\n    <item>\n      <title>96: Granola Mogul (feat. Kerem Suer)</title>\n      <guid isPermaLink=\"false\">ea52c246-8c09-4444-a407-bdac1c068fea</guid>\n      <link>http://designdetails.simplecast.fm/99</link>\n      <description>Today we caught up with Kerem Suer, a product designer at Operator. We've been itching to chat with Kerem for the past year, and it was so fun to finally get to catch up! In this episode we talk about Kerem's background as a designer and sailor, career progression, side projects, and the dumbest domain names we've ever bought.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Kerem Suer, a product designer at Operator. We've been itching to chat with Kerem for the past year, and it was so fun to finally get to catch up! In this episode we talk about Kerem's background as a designer and sailor, career progression, side projects, and the dumbest domain names we've ever bought.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 3,000 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://montues.com/\">Epicurrence Montues</a></li>\n</ul>\n\n\n<a name=\"Kerem.on.the.Web:\"></a>\n<h5>Kerem on the Web:</h5>\n\n<ul>\n<li><a href=\"http://kerem.co/\">Website</a></li>\n<li><a href=\"https://dribbble.com/kerem\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/kerem\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/keremsuer/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.operator.com/\">Operator</a></li>\n<li><a href=\"https://www.fitbit.com/\">Fitbit</a></li>\n<li><a href=\"https://twitter.com/jonnyliebs\">Jonathan Lieberman</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/16274\">Design Details ft. Robin and Roxane Clediere</a></li>\n<li><a href=\"https://dribbble.com/shots/1131013-Naming\">Kerem's file naming structure</a></li>\n<li><a href=\"https://omadahealth.com/\">Omada Health</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 18 Jan 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/2972ae0f.mp3\" length=\"58469139\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/24463/1453094257-artwork.jpg\"/>\n      <itunes:duration>01:00:52</itunes:duration>\n      <itunes:summary>Today we caught up with Kerem Suer, a product designer at Operator. We've been itching to chat with Kerem for the past year, and it was so fun to finally get to catch up! In this episode we talk about Kerem's background as a designer and sailor, career progression, side projects, and the dumbest domain names we've ever bought.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Kerem Suer, a product designer at Operator. We've been itching to chat with Kerem for the past year, and it was so fun to finally get to catch up! In this episode we talk about Kerem's background as a designer and sailor, career pr</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>99</itunes:episode>\n    </item>\n    <item>\n      <title>95: Sandwich Artist (feat. Brian Benitez) </title>\n      <guid isPermaLink=\"false\">269681d3-852e-45ba-8eab-999b07ea5bae</guid>\n      <link>http://designdetails.simplecast.fm/98</link>\n      <description>For our first new recording in 2016 we caught up with Brian Benitez, a designer who built Collective Ray over the past 5 years and has just recently joined the team at Weebly. We chat about his origins as a designer, making the switch to Weebly, moving to SF and, of course, sandwich art.\n</description>\n      <content:encoded>\n        <![CDATA[<p>For our first new recording in 2016 we caught up with Brian Benitez, a designer who built Collective Ray over the past 5 years and has just recently joined the team at Weebly. We chat about his origins as a designer, making the switch to Weebly, moving to SF and, of course, sandwich art.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 2,900 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">Ueno</a></li>\n<li><a href=\"https://montues.com/\">Epicurrence Montues</a></li>\n</ul>\n\n\n<a name=\"Brian.on.the.Web:\"></a>\n<h5>Brian on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/brianbenitez\">Twitter</a></li>\n<li><a href=\"http://brianbenitez.me/\">Website</a></li>\n<li><a href=\"https://dribbble.com/benitez\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://www.weebly.com/\">Weebly</a></li>\n<li><a href=\"http://www.collectiveray.com/\">Collective Ray</a></li>\n<li><a href=\"https://twitter.com/brdrck\">Jeff Broderick</a></li>\n<li><a href=\"https://disqus.com/\">Disqus</a></li>\n<li><a href=\"https://getmagicnow.com/\">Magic</a></li>\n<li><a href=\"https://digit.co/\">Digit</a></li>\n<li><a href=\"http://principleformac.com/\">Principle</a></li>\n<li><a href=\"https://www.flinto.com/\">Flinto</a></li>\n<li><a href=\"https://dribbble.com/collectiveray\">Collective Ray on Dribbble</a></li>\n<li><a href=\"https://dribbble.com/focuslab\">Focus Lab</a></li>\n<li><a href=\"https://www.oculus.com/en-us/\">Oculus Rift Preorder</a></li>\n<li><a href=\"http://gamingbolt.com/pokemon-go-wiki-everything-you-need-to-know-about-the-game\">Pokemon Go</a></li>\n<li><a href=\"http://www.amazon.com/gp/product/B004J4WKUQ/ref=dp-kindle-redirect?ie=UTF8&amp;btkr=1\">Ready Player One</a></li>\n<li><a href=\"https://twitter.com/rogie\">Rogie King</a></li>\n<li><a href=\"https://twitter.com/morganknutson\">Morgan Knutson</a></li>\n<li><a href=\"https://twitter.com/JuanArreguin\">Juan Arreguin</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 13 Jan 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/5f14cf14.mp3\" length=\"52864294\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/24307/1452641491-artwork.jpg\"/>\n      <itunes:duration>00:55:02</itunes:duration>\n      <itunes:summary>For our first new recording in 2016 we caught up with Brian Benitez, a designer who built Collective Ray over the past 5 years and has just recently joined the team at Weebly. We chat about his origins as a designer, making the switch to Weebly, moving to SF and, of course, sandwich art.\n</itunes:summary>\n      <itunes:subtitle>For our first new recording in 2016 we caught up with Brian Benitez, a designer who built Collective Ray over the past 5 years and has just recently joined the team at Weebly. We chat about his origins as a designer, making the switch to Weebly, moving to</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>98</itunes:episode>\n    </item>\n    <item>\n      <title>94: Best of 2015 - Part 4</title>\n      <guid isPermaLink=\"false\">0d5882cc-0c5b-4c2d-a0a3-9cf9eff89c88</guid>\n      <link>http://designdetails.simplecast.fm/96</link>\n      <description>For the next two weeks we're taking some time off with our friends and family - to tide everyone over, we've compiled four episodes with some of our favorite clips of 2015. We hope you enjoy listening back and re-discovering some of our earliest content, and we'll be back with new interviews in 2016!\n</description>\n      <content:encoded>\n        <![CDATA[<p>For the next two weeks we're taking some time off with our friends and family - to tide everyone over, we've compiled four episodes with some of our favorite clips of 2015. We hope you enjoy listening back and re-discovering some of our earliest content, and we'll be back with new interviews in 2016!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 2,700 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Design.Details.on.the.Web:\"></a>\n<h5>Design Details on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm on Twitter</a></li>\n<li><a href=\"https://twitter.com/specfm\">@specfm</a></li>\n<li><a href=\"http://spec.fm/slack\">Slack</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://spec.fm/podcasts/design-details/21184\">81: It's Complicated... (Live at Etsy, feat. Joel Califa, Jessica Harllee &amp; Justin Edmund)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/19155\">73: Feedback Friends (feat. Katie Dill)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/19431\">74: Itchy Feet (feat. Diana Mounter)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/18466\">70: Nothing's Sacred, Not Even Goats (feat. Ash Huang)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/21894\">84: Crochet Monotype (feat. Aaron Moodie)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/7936\">4: Meatspace User Onboarding (feat. Kristy Tillman)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/11419\">24: Open Source Religion (feat. Kevin Rose)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/17842\">65: Meatwad Flip-Flops (feat. Linda Eliasen)</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 11 Jan 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/4273fc30.mp3\" length=\"55569301\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/23881/1451850333-artwork.jpg\"/>\n      <itunes:duration>00:57:51</itunes:duration>\n      <itunes:summary>For the next two weeks we're taking some time off with our friends and family - to tide everyone over, we've compiled four episodes with some of our favorite clips of 2015. We hope you enjoy listening back and re-discovering some of our earliest content, and we'll be back with new interviews in 2016!\n</itunes:summary>\n      <itunes:subtitle>For the next two weeks we're taking some time off with our friends and family - to tide everyone over, we've compiled four episodes with some of our favorite clips of 2015. We hope you enjoy listening back and re-discovering some of our earliest content, </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>96</itunes:episode>\n    </item>\n    <item>\n      <title>93: Best of 2015 - Part 3</title>\n      <guid isPermaLink=\"false\">22e10480-6dce-45c8-9952-dfc3ed1ed06e</guid>\n      <link>http://designdetails.simplecast.fm/97</link>\n      <description>For the next two weeks we're taking some time off with our friends and family - to tide everyone over, we've compiled four episodes with some of our favorite clips of 2015. We hope you enjoy listening back and re-discovering some of our earliest content, and we'll be back with new interviews in 2016!\n</description>\n      <content:encoded>\n        <![CDATA[<p>For the next two weeks we're taking some time off with our friends and family - to tide everyone over, we've compiled four episodes with some of our favorite clips of 2015. We hope you enjoy listening back and re-discovering some of our earliest content, and we'll be back with new interviews in 2016!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 2,700 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Design.Details.on.the.Web:\"></a>\n<h5>Design Details on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm on Twitter</a></li>\n<li><a href=\"https://twitter.com/specfm\">@specfm</a></li>\n<li><a href=\"http://spec.fm/slack\">Slack</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://spec.fm/podcasts/design-details/13607\">39: YoTube (feat. Mike Essl)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/13050\">34: Second Shift (feat. Allison House)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/13301\">37: Crisper Articulation (feat. Julie Zhuo)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/12598\">29: Bananagrams (feat. Ryan Putnam &amp; Nick Slater)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/11176\">22: Poor Man's Pokemon (feat. Cennydd Bowles)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/10733\">20: Soft Computer Hands (feat. Dustin Senos)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/10452\">17: Ptotes Pterodactyl (feat. Divya Manian &amp; Bradee Evans)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/7933\">1: How Nerdy of an Answer Do You Want? (feat. Sam Soffes)</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 06 Jan 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/0ef73e68.mp3\" length=\"64775274\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/23882/1451850263-artwork.jpg\"/>\n      <itunes:duration>01:07:27</itunes:duration>\n      <itunes:summary>For the next two weeks we're taking some time off with our friends and family - to tide everyone over, we've compiled four episodes with some of our favorite clips of 2015. We hope you enjoy listening back and re-discovering some of our earliest content, and we'll be back with new interviews in 2016!\n</itunes:summary>\n      <itunes:subtitle>For the next two weeks we're taking some time off with our friends and family - to tide everyone over, we've compiled four episodes with some of our favorite clips of 2015. We hope you enjoy listening back and re-discovering some of our earliest content, </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>97</itunes:episode>\n    </item>\n    <item>\n      <title>92: Best of 2015 - Part 2</title>\n      <guid isPermaLink=\"false\">ca4bd292-7466-4129-8f36-4655b1ff97ee</guid>\n      <link>http://designdetails.simplecast.fm/95</link>\n      <description>For the next two weeks we're taking some time off with our friends and family - to tide everyone over, we've compiled four episodes with some of our favorite clips of 2015. We hope you enjoy listening back and re-discovering some of our earliest content, and we'll be back with new interviews in 2016!\n</description>\n      <content:encoded>\n        <![CDATA[<p>For the next two weeks we're taking some time off with our friends and family - to tide everyone over, we've compiled four episodes with some of our favorite clips of 2015. We hope you enjoy listening back and re-discovering some of our earliest content, and we'll be back with new interviews in 2016!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 2,700 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'DESIGNDETAILS' to save 50% off your first month of Iconfinder Pro</li>\n<li><a href=\"https://www.iconfinder.com/custom-icon-design\">Iconfinder Custom Design</a></li>\n</ul>\n\n\n<a name=\"Design.Details.on.the.Web:\"></a>\n<h5>Design Details on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm on Twitter</a></li>\n<li><a href=\"https://twitter.com/specfm\">@specfm</a></li>\n<li><a href=\"http://spec.fm/slack\">Slack</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://spec.fm/podcasts/design-details/17168\">61: State of Louisville (feat. Josh Puckett)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/14316\">45: Year of the Snail (feat. Elle Luna)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/18064\">67: Open the Kimono (feat. Soleio Cuervo)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/19961\">77: Pegacorns (feat. Drew Wilson)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/20172\">78: Bob Ross Petty (feat. Dann Petty)</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 04 Jan 2016 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/a9714959.mp3\" length=\"58839836\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/23876/1451850265-artwork.jpg\"/>\n      <itunes:duration>01:01:16</itunes:duration>\n      <itunes:summary>For the next two weeks we're taking some time off with our friends and family - to tide everyone over, we've compiled four episodes with some of our favorite clips of 2015. We hope you enjoy listening back and re-discovering some of our earliest content, and we'll be back with new interviews in 2016!\n</itunes:summary>\n      <itunes:subtitle>For the next two weeks we're taking some time off with our friends and family - to tide everyone over, we've compiled four episodes with some of our favorite clips of 2015. We hope you enjoy listening back and re-discovering some of our earliest content, </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>95</itunes:episode>\n    </item>\n    <item>\n      <title>91: Best of 2015 - Part 1</title>\n      <guid isPermaLink=\"false\">7aaf9da2-e02a-4b5a-bdfa-87cd588d3a63</guid>\n      <link>http://designdetails.simplecast.fm/94</link>\n      <description>For the next two weeks we're taking some time off with our friends and family - to tide everyone over, we've compiled four episodes with some of our favorite clips of 2015. We hope you enjoy listening back and re-discovering some of our earliest content, and we'll be back with new interviews in 2016!\n</description>\n      <content:encoded>\n        <![CDATA[<p>For the next two weeks we're taking some time off with our friends and family - to tide everyone over, we've compiled four episodes with some of our favorite clips of 2015. We hope you enjoy listening back and re-discovering some of our earliest content, and we'll be back with new interviews in 2016!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 2,700 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Design.Details.on.the.Web:\"></a>\n<h5>Design Details on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm on Twitter</a></li>\n<li><a href=\"https://twitter.com/specfm\">@specfm</a></li>\n<li><a href=\"http://spec.fm/slack\">Slack</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://spec.fm/podcasts/design-details/17554\">63: More Nougat (feat. Jon Lax)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/16058\">55: Wizards (feat. Wilson Miner and Ryan Sims)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/7939\">7: VP of Unnecessary Redesign (feat. Cap Watkins)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/13530\">38: Electronic Parties (feat. Geoff Teehan)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/14150\">43: Freedom Juice (feat. Jon Gold)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/15885\">53: Solving the Shout Problem (feat. Sahil Lavingia)</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/15975\">54: Cute Puppy Syndrome (feat. Jacob Thornton)</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 30 Dec 2015 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/a379aa71.mp3\" length=\"68522276\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/23605/1450992791-artwork.jpg\"/>\n      <itunes:duration>01:11:21</itunes:duration>\n      <itunes:summary>For the next two weeks we're taking some time off with our friends and family - to tide everyone over, we've compiled four episodes with some of our favorite clips of 2015. We hope you enjoy listening back and re-discovering some of our earliest content, and we'll be back with new interviews in 2016!\n</itunes:summary>\n      <itunes:subtitle>For the next two weeks we're taking some time off with our friends and family - to tide everyone over, we've compiled four episodes with some of our favorite clips of 2015. We hope you enjoy listening back and re-discovering some of our earliest content, </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>94</itunes:episode>\n    </item>\n    <item>\n      <title>90: Master Yodan (feat. Dan Mall)</title>\n      <guid isPermaLink=\"false\">605fb03a-77d5-4f12-b840-93683f204d75</guid>\n      <link>http://designdetails.simplecast.fm/93</link>\n      <description>In our last recorded guest episode of 2015, we were able to catch up with Dan Mall! We couldn't have asked for a more perfect episode to end our year - in this show Dan drops knowledge about freelancing, job titles, and helping people do the best work of their lives.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In our last recorded guest episode of 2015, we were able to catch up with Dan Mall! We couldn't have asked for a more perfect episode to end our year - in this show Dan drops knowledge about freelancing, job titles, and helping people do the best work of their lives.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 2,600 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'DESIGNDETAILS' to save 50% off your first month of Iconfinder Pro</li>\n<li><a href=\"https://www.iconfinder.com/custom-icon-design\">Iconfinder Custom Design</a></li>\n</ul>\n\n\n<a name=\"Dan.on.the.Web:\"></a>\n<h5>Dan on the Web:</h5>\n\n<ul>\n<li><a href=\"http://danielmall.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/danielmall\">Twitter</a></li>\n<li><a href=\"http://danielmall.com/articles/\">Writings</a></li>\n<li><a href=\"https://dribbble.com/danielmall\">Dribbble</a></li>\n<li><a href=\"http://superfriend.ly/\">SuperFriendly</a></li>\n<li><a href=\"http://typedia.com/\">Typedia</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://blog.amtrak.com/2014/03/amtrak-residency-for-writers/\">Amtrak Writers Residency</a></li>\n<li><a href=\"https://twitter.com/jasonsantamaria\">Jason Santa Maria</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/21134\">Design Details with Jason Santa Maria</a></li>\n<li><a href=\"http://superfriend.ly/\">SuperFriendly</a></li>\n<li><a href=\"http://danielmall.com/articles/\">Dan's Blog</a></li>\n<li><a href=\"https://twitter.com/robweychert\">Rob Weychert</a></li>\n<li><a href=\"http://www.bearskinrug.co.uk/\">Kevin Cornell</a></li>\n<li><a href=\"https://twitter.com/ccashdollar\">Chris Cashdollar</a></li>\n<li><a href=\"https://twitter.com/seehereyou\">April Donovan</a></li>\n<li><a href=\"http://www.bigspaceship.com/\">Big Spaceship</a></li>\n<li><a href=\"http://happycog.com/\">Happy Cog</a></li>\n<li><a href=\"http://alistapart.com/\">A List Apart</a></li>\n<li><a href=\"http://www.zeldman.com/\">Zeldman</a></li>\n<li><a href=\"https://twitter.com/hoyboy\">Greg Hoy</a></li>\n<li><a href=\"https://twitter.com/dustin\">Dustin Senos</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/10733\">Dustin Senos on Design Details</a></li>\n<li><a href=\"https://medium.com/@uberbryn/modeling-mentorship-b46ff470b669#.caszvlohj\">Modeling Mentorship</a></li>\n<li><a href=\"https://twitter.com/DannPetty\">Dann Petty</a></li>\n<li><a href=\"http://danielmall.com/articles/titles-are-important/\">Titles Are Important</a></li>\n<li><a href=\"https://twitter.com/adactio\">Jeremy Keith</a></li>\n<li><a href=\"http://themessagepodcast.com/\">The Message Podcast</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 28 Dec 2015 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/1c163217.mp3\" length=\"64369046\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/23251/1450584922-artwork.jpg\"/>\n      <itunes:duration>01:07:01</itunes:duration>\n      <itunes:summary>In our last recorded guest episode of 2015, we were able to catch up with Dan Mall! We couldn't have asked for a more perfect episode to end our year - in this show Dan drops knowledge about freelancing, job titles, and helping people do the best work of their lives.\n</itunes:summary>\n      <itunes:subtitle>In our last recorded guest episode of 2015, we were able to catch up with Dan Mall! We couldn't have asked for a more perfect episode to end our year - in this show Dan drops knowledge about freelancing, job titles, and helping people do the best work of </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>93</itunes:episode>\n    </item>\n    <item>\n      <title>89: Sh**s &amp; Gigs (feat. Justin Pervorse)</title>\n      <guid isPermaLink=\"false\">9856a735-c72b-4dfd-97c0-d51e66bc5ec6</guid>\n      <link>http://designdetails.simplecast.fm/91</link>\n      <description>In this episode we caught up with Justin Pervorse, a designer and illustrator at Dropbox, and previously at MailChimp. We dig into Justin's backstory, making vinyl toys at MailChimp, creating a custom t-shirt deli shop at Dropbox and the worst parts about living in San Francisco.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In this episode we caught up with Justin Pervorse, a designer and illustrator at Dropbox, and previously at MailChimp. We dig into Justin's backstory, making vinyl toys at MailChimp, creating a custom t-shirt deli shop at Dropbox and the worst parts about living in San Francisco.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 2,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Justin.on.the.Web:\"></a>\n<h5>Justin on the Web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/justinpervorse\">Dribbble</a></li>\n<li><a href=\"http://justinpervorse.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/justinpervorse\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://mailchimp.com/\">MailChimp</a></li>\n<li><a href=\"https://twitter.com/seriousron\">Ron Lewis</a></li>\n<li><a href=\"https://blog.mailchimp.com/behind-our-surprise-toy-giveaway/\">MailChimp toy</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=-ZuxQcp84o0\">Justin as a puppet</a></li>\n<li><a href=\"https://twitter.com/littlenono\">Linda Eliasen</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/17842\">Linda on Design Details</a></li>\n<li><a href=\"https://twitter.com/joshpuckett\">Josh Puckett</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/17168\">Josh on Desgin Details</a></li>\n<li><a href=\"https://carousel.dropbox.com/\">Carousel</a></li>\n<li><a href=\"https://www.mailboxapp.com/\">Mailbox</a></li>\n<li><a href=\"https://www.dropbox.com/jobs\">Dropbox Jobs</a></li>\n<li><a href=\"https://dribbble.com/shots/1674116-Scooters-Sandwich-Shop\">Scooters Sandwich Shop</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 23 Dec 2015 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/680d0898.mp3\" length=\"48381178\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/23240/1450566700-artwork.jpg\"/>\n      <itunes:duration>00:50:22</itunes:duration>\n      <itunes:summary>In this episode we caught up with Justin Pervorse, a designer and illustrator at Dropbox, and previously at MailChimp. We dig into Justin's backstory, making vinyl toys at MailChimp, creating a custom t-shirt deli shop at Dropbox and the worst parts about living in San Francisco.\n</itunes:summary>\n      <itunes:subtitle>In this episode we caught up with Justin Pervorse, a designer and illustrator at Dropbox, and previously at MailChimp. We dig into Justin's backstory, making vinyl toys at MailChimp, creating a custom t-shirt deli shop at Dropbox and the worst parts about</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>91</itunes:episode>\n    </item>\n    <item>\n      <title>88: Deuces, Coding (feat. Katie Zhu)</title>\n      <guid isPermaLink=\"false\">86ef4d28-ca58-4bc5-b786-34c43ce6612b</guid>\n      <link>http://designdetails.simplecast.fm/92</link>\n      <description>This week we caught up with Katie Zhu, an engineer and product manager at Medium. We pick Katie's brain about product management, holacracy and organizational structure, exploring new products, email newsletters, imposter syndrome and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we caught up with Katie Zhu, an engineer and product manager at Medium. We pick Katie's brain about product management, holacracy and organizational structure, exploring new products, email newsletters, imposter syndrome and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 2,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'DESIGNDETAILS' to save 50% off your first month of Iconfinder Pro</li>\n<li><a href=\"https://www.iconfinder.com/custom-icon-design\">Iconfinder Custom Design</a></li>\n</ul>\n\n\n<a name=\"Katie.on.the.Web:\"></a>\n<h5>Katie on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/ktzhu\">Twitter</a></li>\n<li><a href=\"https://medium.com/@katie\">Medium</a></li>\n<li><a href=\"https://www.instagram.com/ktzhu/\">Instagram</a></li>\n<li><a href=\"https://ktzine.com/\">Website</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://medium.com/the-story/taking-medium-to-the-next-level-cb7f223fad86#.py9ecev3d\">Medium 2.0</a></li>\n<li><a href=\"https://twitter.com/dustin\">Dustin Senos</a></li>\n<li><a href=\"https://twitter.com/gt\">Geoff Teehan</a></li>\n<li><a href=\"https://twitter.com/lightningboltz\">Brad Simpson</a></li>\n<li><a href=\"https://www.epicurrence.com/\">Epicurrence</a></li>\n<li><a href=\"https://twitter.com/@uberbryn\">Bryn's mentorship post</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/medium/id828256236?mt=8\">Medium iOS App</a></li>\n<li><a href=\"http://www.holacracy.org/how-it-works/\">Holacracy</a></li>\n<li><a href=\"http://www.amazon.com/Where-Good-Ideas-Come-From/dp/1594485380\">Where Good Ideas Come From</a></li>\n<li><a href=\"http://tinyletter.com/kt\">pamplemousse</a></li>\n<li><a href=\"http://www.annfriedman.com/weekly/\">Ann Friedman Weekly</a></li>\n<li><a href=\"http://jackcheng.com/sunday\">Jack Cheng Sunday</a></li>\n<li><a href=\"https://twitter.com/vanschneider?lang=en\">Tobias van Schneider</a></li>\n<li><a href=\"https://twitter.com/fat\">Jacob Thornton</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/15975\">@fat on Design Details</a></li>\n<li><a href=\"https://twitter.com/ev\">Ev Williams</a></li>\n<li><a href=\"https://ktzine.com/being-fat-s-gf-f889fe21bccf#.z40wz4ah1\">Being @fat's Girlfriend</a></li>\n<li><a href=\"https://twitter.com/rauchg\">Guillermo Rauch</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 21 Dec 2015 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/c3162b36.mp3\" length=\"61052025\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/23247/1450578598-artwork.jpg\"/>\n      <itunes:duration>01:03:34</itunes:duration>\n      <itunes:summary>This week we caught up with Katie Zhu, an engineer and product manager at Medium. We pick Katie's brain about product management, holacracy and organizational structure, exploring new products, email newsletters, imposter syndrome and more.\n</itunes:summary>\n      <itunes:subtitle>This week we caught up with Katie Zhu, an engineer and product manager at Medium. We pick Katie's brain about product management, holacracy and organizational structure, exploring new products, email newsletters, imposter syndrome and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>92</itunes:episode>\n    </item>\n    <item>\n      <title>87: Chillustrations (feat. Meg Robichaud) </title>\n      <guid isPermaLink=\"false\">63cded3c-674f-4082-ae9a-49eb2e529a66</guid>\n      <link>http://designdetails.simplecast.fm/90</link>\n      <description>In this episode we finally caught up with Meg Robichaud, a designer and illustrator traveling and freelancing around the world. We talk about her background as a  creator, the nomad lifestyle, her illustration processes and some of her latest thoughts and writings.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In this episode we finally caught up with Meg Robichaud, a designer and illustrator traveling and freelancing around the world. We talk about her background as a creator, the nomad lifestyle, her illustration processes and some of her latest thoughts and writings.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 2,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Meg.on.the.Web:\"></a>\n<h5>Meg on the Web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/megdraws\">Dribbble</a></li>\n<li><a href=\"http://www.meg.is/awesome/\">Website</a></li>\n<li><a href=\"https://twitter.com/megdraws\">Twitter</a></li>\n<li><a href=\"https://www.behance.net/megdraws\">Behance</a></li>\n<li><a href=\"https://www.instagram.com/megdraws/?hl=en\">Instagram</a></li>\n<li><a href=\"https://medium.com/@megdraws\">Medium</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"http://www.meg.is/busy/#/new-gallery-2/\">Teespring 404s</a></li>\n<li><a href=\"https://twitter.com/dannpetty\">Dann Petty</a></li>\n<li><a href=\"https://www.epicurrence.com/\">Epicurrence</a></li>\n<li><a href=\"http://www.hackerparadise.org/\">Hacker Paradise</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/20172\">Dann Petty on working for free</a></li>\n<li><a href=\"https://www.behance.net/megdraws\">Meg on Behance</a></li>\n<li><a href=\"https://dribbble.com/megdraws\">Meg on Dribbble</a></li>\n<li><a href=\"http://www.wacom.com/en-us/products/pen-displays\">Cintiq</a></li>\n<li><a href=\"https://medium.com/@megdraws\">Meg's writing</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 16 Dec 2015 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/43ae70fa.mp3\" length=\"39269423\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/22329/1449891609-artwork.jpg\"/>\n      <itunes:duration>00:54:30</itunes:duration>\n      <itunes:summary>In this episode we finally caught up with Meg Robichaud, a designer and illustrator traveling and freelancing around the world. We talk about her background as a  creator, the nomad lifestyle, her illustration processes and some of her latest thoughts and writings.\n</itunes:summary>\n      <itunes:subtitle>In this episode we finally caught up with Meg Robichaud, a designer and illustrator traveling and freelancing around the world. We talk about her background as a  creator, the nomad lifestyle, her illustration processes and some of her latest thoughts and</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>90</itunes:episode>\n    </item>\n    <item>\n      <title>86: Adult Recess (feat. Susan Lin) </title>\n      <guid isPermaLink=\"false\">a499f901-e2cb-46d6-ad4d-0491df34916d</guid>\n      <link>http://designdetails.simplecast.fm/89</link>\n      <description>This week we caught up with Susan Lin, an artist, designer and coder building things over at Treehouse. In this episode we dig into Susan's background as a creative, her process as a designer and developer, how remote work and flat organizations can maximize productivity, and the value of building a personal brand.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we caught up with Susan Lin, an artist, designer and coder building things over at Treehouse. In this episode we dig into Susan's background as a creative, her process as a designer and developer, how remote work and flat organizations can maximize productivity, and the value of building a personal brand.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 2,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'DESIGNDETAILS' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Susan.on.the.Web:\"></a>\n<h5>Susan on the Web:</h5>\n\n<ul>\n<li><a href=\"http://bysusanlin.com/\">Website</a></li>\n<li><a href=\"http://sketch.bysusanlin.com/\">Blog</a></li>\n<li><a href=\"http://shop.bysusanlin.com/\">Shop</a></li>\n<li><a href=\"https://www.instagram.com/susanl/\">Instagram</a></li>\n<li><a href=\"https://twitter.com/bysusanlin\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/bysusanlin\">Dribbble</a></li>\n<li><a href=\"http://codepen.io/bysusanlin/\">CodePen</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://teamtreehouse.com/\">Treehouse</a></li>\n<li><a href=\"https://twitter.com/thinmatt\">Matt Spiel</a></li>\n<li><a href=\"https://twitter.com/hatefulcrawdad\">Chris Michel</a></li>\n<li><a href=\"http://www.opentable.com/start/home\">Open Table</a></li>\n<li><a href=\"http://shop.bysusanlin.com/\">Susan's shop</a></li>\n<li><a href=\"https://www.amanufactory.com/\">A Manufactory</a></li>\n<li><a href=\"http://bysusanlin.com/raincat/\">Raincat</a></li>\n<li><a href=\"http://bysusanlin.com/sketchnotes/\">Sketchnotes</a></li>\n<li><a href=\"https://creativemornings.com/\">Creative Mornings</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 14 Dec 2015 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/b9bcb3bb.mp3\" length=\"47349048\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/22326/1449883127-artwork.jpg\"/>\n      <itunes:duration>01:05:43</itunes:duration>\n      <itunes:summary>This week we caught up with Susan Lin, an artist, designer and coder building things over at Treehouse. In this episode we dig into Susan's background as a creative, her process as a designer and developer, how remote work and flat organizations can maximize productivity, and the value of building a personal brand.\n</itunes:summary>\n      <itunes:subtitle>This week we caught up with Susan Lin, an artist, designer and coder building things over at Treehouse. In this episode we dig into Susan's background as a creative, her process as a designer and developer, how remote work and flat organizations can maxim</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>89</itunes:episode>\n    </item>\n    <item>\n      <title>85: Lettering Liaison (feat. Tobias Frere-Jones) </title>\n      <guid isPermaLink=\"false\">2ef24c8c-c2cb-4b27-b7b9-92573e25a8bf</guid>\n      <link>http://designdetails.simplecast.fm/88</link>\n      <description>This is the last of our New York recordings with none-other than legendary type designer, Tobias Frere-Jones! Tobias recently released Mallory, his new company's first family, so the timing couldn't have been better. In this episode we learn about Tobias' design process, how he first became interested in type, and just what kind of details go into creating an entire family.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This is the last of our New York recordings with none-other than legendary type designer, Tobias Frere-Jones! Tobias recently released Mallory, his new company's first family, so the timing couldn't have been better. In this episode we learn about Tobias' design process, how he first became interested in type, and just what kind of details go into creating an entire family.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 2,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Tobias.on.the.Web:\"></a>\n<h5>Tobias on the Web:</h5>\n\n<ul>\n<li><a href=\"https://frerejones.com/\">Website</a></li>\n<li><a href=\"https://frerejones.com/families/mallory\">Mallory</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Tobias_Frere-Jones\">Wikipedia</a></li>\n<li><a href=\"http://www.fontbureau.com/people/TobiasFrereJones/\">Font Bureau Profile</a></li>\n<li><a href=\"https://twitter.com/frerejones\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://frerejones.com/families/mallory\">Mallory</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Sasha_Frere-Jones\">Sasha Frere-Jones</a></li>\n<li><a href=\"https://www.fontshop.com/\">FontShop</a></li>\n<li><a href=\"http://www.fontbureau.com/\">Font Bureau</a></li>\n<li><a href=\"https://www.fontfont.com/fonts/dolores\">Dolores</a></li>\n<li><em>Note</em>: MicroFocus renamed to MicroPlus</li>\n<li><a href=\"http://www.fontbureau.com/people/MatthewCarter/\">Matthew Carter</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Linotype_machine\">Linotype</a></li>\n<li><a href=\"http://www.oakknoll.com/pages/books/121256/bruce/specimens-of-printing-types-made-at-bruces-new-york-type-foundry-established-in-1813-with-the\">Specimens of printing types</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 09 Dec 2015 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/ab7224d6.mp3\" length=\"36501236\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/21957/1449563335-artwork.jpg\"/>\n      <itunes:duration>00:50:40</itunes:duration>\n      <itunes:summary>This is the last of our New York recordings with none-other than legendary type designer, Tobias Frere-Jones! Tobias recently released Mallory, his new company's first family, so the timing couldn't have been better. In this episode we learn about Tobias' design process, how he first became interested in type, and just what kind of details go into creating an entire family.\n</itunes:summary>\n      <itunes:subtitle>This is the last of our New York recordings with none-other than legendary type designer, Tobias Frere-Jones! Tobias recently released Mallory, his new company's first family, so the timing couldn't have been better. In this episode we learn about Tobias'</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>88</itunes:episode>\n    </item>\n    <item>\n      <title>84: Crochet Monotype (feat. Aaron Moodie)</title>\n      <guid isPermaLink=\"false\">2bb689e9-062b-43d5-8ad7-34d6379c92a2</guid>\n      <link>http://designdetails.simplecast.fm/87</link>\n      <description>Last month while in New York City we got to catch up with Aaron Moodie, a product designer at Etsy. We pick his brain about hustling, portfolio advice, moving around the world for new jobs and the future of apps.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Last month while in New York City we got to catch up with Aaron Moodie, a product designer at Etsy. We pick his brain about hustling, portfolio advice, moving around the world for new jobs and the future of apps.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 2,300 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'DESIGNDETAILS' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Aaron.on.the.Web:\"></a>\n<h5>Aaron on the Web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/aaronmoodie\">Dribbble</a></li>\n<li><a href=\"http://aaronmoodie.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/aaronmoodie?lang=en\">Twitter</a></li>\n<li><a href=\"https://www.instagram.com/aaronmoodie/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<ul>\n<li><a href=\"https://www.etsy.com/\">Etsy</a></li>\n<li><a href=\"https://www.etsy.com/sell\">Etsy sell page</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/21345\">Design Details ft. Randy Hunt</a></li>\n<li><a href=\"https://soundcloud.com/designmatters/design-matters-with-debbie-124\">Design Matters with Randy Hunt</a></li>\n<li><a href=\"http://slime.io/\">Slime</a></li>\n<li><a href=\"https://atom.io/\">Atom</a></li>\n<li><a href=\"https://www.sketchapp.com/\">Sketch</a></li>\n<li><a href=\"http://jxnblk.com/\">Brent Jackson</a></li>\n<li><a href=\"https://digit.co/\">Digit</a></li>\n<li><a href=\"https://www.acorns.com/\">Acorns</a></li>\n<li><a href=\"https://www.operator.com/\">Operator</a></li>\n<li><a href=\"https://getmagicnow.com/\">Magic</a></li>\n<li><a href=\"http://www.wired.com/2015/08/facebook-launches-m-new-kind-virtual-assistant/\">Facebook M</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 07 Dec 2015 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/8fa5f471.mp3\" length=\"44986183\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/21894/1449472300-artwork.jpg\"/>\n      <itunes:duration>01:02:27</itunes:duration>\n      <itunes:summary>Last month while in New York City we got to catch up with Aaron Moodie, a product designer at Etsy. We pick his brain about hustling, portfolio advice, moving around the world for new jobs and the future of apps.\n</itunes:summary>\n      <itunes:subtitle>Last month while in New York City we got to catch up with Aaron Moodie, a product designer at Etsy. We pick his brain about hustling, portfolio advice, moving around the world for new jobs and the future of apps.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>87</itunes:episode>\n    </item>\n    <item>\n      <title>83: It Depends (Live @Etsy, feat. Randy Hunt) </title>\n      <guid isPermaLink=\"false\">116722dc-afeb-4a1b-941e-935f40eb15ae</guid>\n      <link>http://designdetails.simplecast.fm/86</link>\n      <description>A few weeks ago we flew to New York City to interview some of our favorite designers. On our first day in the city we had the chance to sit down with Randy Hunt, the VP of Design at Etsy, in front of the entire Etsy design team for a very special live episode! In this show we dig into some of the challenges Randy's facing as the design org continues to expand, his journey to becoming a designer, what keeps him awake at night, and much more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>A few weeks ago we flew to New York City to interview some of our favorite designers. On our first day in the city we had the chance to sit down with Randy Hunt, the VP of Design at Etsy, in front of the entire Etsy design team for a very special live episode! In this show we dig into some of the challenges Randy's facing as the design org continues to expand, his journey to becoming a designer, what keeps him awake at night, and much more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 2,400 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Randy.on.the.Web:\"></a>\n<h5>Randy on the Web:</h5>\n\n<ul>\n<li><a href=\"http://randyjhunt.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/randyjhunt\">Twitter</a></li>\n<li><a href=\"http://www.amazon.com/Product-Design-Web-Principles-Designing/dp/0321929039\">Product Design for the Web</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"https://www.etsy.com/\">Etsy</a></li>\n<li><a href=\"https://twitter.com/broccolini\">Diana Mounter</a></li>\n<li><a href=\"https://twitter.com/aaronmoodie\">Aaron Moodie</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 02 Dec 2015 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/221884fc.mp3\" length=\"44526024\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/21345/1448840724-artwork.jpg\"/>\n      <itunes:duration>01:01:48</itunes:duration>\n      <itunes:summary>A few weeks ago we flew to New York City to interview some of our favorite designers. On our first day in the city we had the chance to sit down with Randy Hunt, the VP of Design at Etsy, in front of the entire Etsy design team for a very special live episode! In this show we dig into some of the challenges Randy's facing as the design org continues to expand, his journey to becoming a designer, what keeps him awake at night, and much more.\n</itunes:summary>\n      <itunes:subtitle>A few weeks ago we flew to New York City to interview some of our favorite designers. On our first day in the city we had the chance to sit down with Randy Hunt, the VP of Design at Etsy, in front of the entire Etsy design team for a very special live epi</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>86</itunes:episode>\n    </item>\n    <item>\n      <title>82: Salt Boogers (feat. Charlie Waite) </title>\n      <guid isPermaLink=\"false\">9f38e666-981b-4533-ac64-036d1b813796</guid>\n      <link>http://designdetails.simplecast.fm/85</link>\n      <description>Today we sat down with Charlie Waite, a designer at GoPro who previously spent time designing at Focus Lab. We explore how design works at GoPro, the key differences between agency and product work, navigating work-life balance and working as a freelancer on the side.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Charlie Waite, a designer at GoPro who previously spent time designing at Focus Lab. We explore how design works at GoPro, the key differences between agency and product work, navigating work-life balance and working as a freelancer on the side.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 2,400 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'DESIGNDETAILS' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Charlie.on.the.Web:\"></a>\n<h5>Charlie on the Web:</h5>\n\n<ul>\n<li><a href=\"http://charliewaite.me/\">Website</a></li>\n<li><a href=\"https://www.behance.net/charliewaite\">Behance</a></li>\n<li><a href=\"https://dribbble.com/charliewaite\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/charliecwaite\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"http://gopro.com/\">GoPro</a></li>\n<li><a href=\"http://focuslabllc.com/\">Focus Lab</a></li>\n<li><a href=\"https://dribbble.com/billskenney\">Bill Kenney</a></li>\n<li><a href=\"https://twitter.com/lil_dill\">Katie Dill</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/19155\">Katie Dill on Design Details</a></li>\n<li><a href=\"https://twitter.com/dburka\">Daniel Burka</a></li>\n<li><a href=\"https://twitter.com/ErikReagan\">Erik Reagan</a></li>\n<li><a href=\"https://dribbble.com/focuslab\">Focus Lab on Dribbble</a></li>\n<li><a href=\"http://spec.fm/slack\">Spec Slack team</a></li>\n<li><a href=\"https://twitter.com/erondu\">Jared Erondu</a></li>\n<li><a href=\"https://dribbble.com/uberbryn\">Bryn is on Dribbble, too</a></li>\n<li><a href=\"http://www.joshuaaustin.com/\">Josh Austin</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 30 Nov 2015 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/920ecf08.mp3\" length=\"46275144\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/21297/1448674194-artwork.jpg\"/>\n      <itunes:duration>01:04:14</itunes:duration>\n      <itunes:summary>Today we sat down with Charlie Waite, a designer at GoPro who previously spent time designing at Focus Lab. We explore how design works at GoPro, the key differences between agency and product work, navigating work-life balance and working as a freelancer on the side.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Charlie Waite, a designer at GoPro who previously spent time designing at Focus Lab. We explore how design works at GoPro, the key differences between agency and product work, navigating work-life balance and working as a freelancer</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>85</itunes:episode>\n    </item>\n    <item>\n      <title>81: It's Complicated... (Live at Etsy, feat. Joel Califa, Jessica Harllee &amp; Justin Edmund) </title>\n      <guid isPermaLink=\"false\">e9f23c51-4ba6-4570-bcf6-e425031f1feb</guid>\n      <link>http://designdetails.simplecast.fm/84</link>\n      <description>Last weekend we visited New York City to meet some of our favorite designers for Design Details! While we were there, we hosted our first-ever live meetup at the Etsy offices. More than 70 people came to catch up with Justin Edmund, Jessica Harllee and Joel Califa; we picked their brains about their journey, mistakes they've made, mentorship vs. coaching, learning new skills, and more - we even answered questions from the audience! Huge thanks to Aaron, Diana and Floris at Etsy for making this event possible; we can't wait to host our next meetup in San Francisco next year!\n</description>\n      <content:encoded>\n        <![CDATA[<p>Last weekend we visited New York City to meet some of our favorite designers for Design Details! While we were there, we hosted our first-ever live meetup at the Etsy offices. More than 70 people came to catch up with Justin Edmund, Jessica Harllee and Joel Califa; we picked their brains about their journey, mistakes they've made, mentorship vs. coaching, learning new skills, and more - we even answered questions from the audience! Huge thanks to Aaron, Diana and Floris at Etsy for making this event possible; we can't wait to host our next meetup in San Francisco next year!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 2,300 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Joel.on.the.Web:\"></a>\n<h5>Joel on the Web:</h5>\n\n<ul>\n<li><a href=\"https://medium.com/@notdetails\">Blog</a></li>\n<li><a href=\"http://joelcalifa.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/notdetails\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/joelc\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Jessica.on.the.Web:\"></a>\n<h5>Jessica on the Web:</h5>\n\n<ul>\n<li><a href=\"http://jessicaharllee.com/notes/\">Blog</a></li>\n<li><a href=\"http://jessicaharllee.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/harllee?lang=en\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/harllee\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Justin.on.the.Web:\"></a>\n<h5>Justin on the Web:</h5>\n\n<ul>\n<li><a href=\"https://medium.com/@jedmund\">Blog</a></li>\n<li><a href=\"http://www.jedmund.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/jedmund\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/jedmund\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"http://spec.fm/podcasts/design-details/19703\">Design Details ft. Justin Edmund</a></li>\n<li><a href=\"https://www.etsy.com/shop/harllee\">Embroidered Emoji</a></li>\n<li><a href=\"http://www.neopets.com/\">Neopets</a></li>\n<li><a href=\"http://alistapart.com/\">A List Apart</a></li>\n<li><a href=\"http://www.smashingmagazine.com/\">Smashing Magazine</a></li>\n<li><a href=\"https://medium.com/@uberbryn/modeling-mentorship-b46ff470b669#.8sxsde3ye\">Bryn's post on mentorship</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Tobias_Frere-Jones\">Tobias Frere-Jones</a></li>\n<li><a href=\"https://twitter.com/aaronmoodie\">Aaron Moodie</a></li>\n<li><a href=\"http://readyplayerone.com/\">Ready Player One</a></li>\n<li><a href=\"https://facebook.github.io/origami/\">Origami</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 25 Nov 2015 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/0203cfbb.mp3\" length=\"56286257\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/21184/1448353202-artwork.jpg\"/>\n      <itunes:duration>01:18:08</itunes:duration>\n      <itunes:summary>Last weekend we visited New York City to meet some of our favorite designers for Design Details! While we were there, we hosted our first-ever live meetup at the Etsy offices. More than 70 people came to catch up with Justin Edmund, Jessica Harllee and Joel Califa; we picked their brains about their journey, mistakes they've made, mentorship vs. coaching, learning new skills, and more - we even answered questions from the audience! Huge thanks to Aaron, Diana and Floris at Etsy for making this event possible; we can't wait to host our next meetup in San Francisco next year!\n</itunes:summary>\n      <itunes:subtitle>Last weekend we visited New York City to meet some of our favorite designers for Design Details! While we were there, we hosted our first-ever live meetup at the Etsy offices. More than 70 people came to catch up with Justin Edmund, Jessica Harllee and Jo</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>84</itunes:episode>\n    </item>\n    <item>\n      <title>80: Helvetica, Helvetica, Helvetica (feat. Jason Santa Maria) </title>\n      <guid isPermaLink=\"false\">00434eef-4dd7-46d9-9145-dcddf6c9b18e</guid>\n      <link>http://designdetails.simplecast.fm/83</link>\n      <description>Last weekend we visited New York City and caught up with one of our favorite designers, Jason Santa Maria. We pick his brain about process, mentorship and typography, and he walked us through his journey as a designer.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Last weekend we visited New York City and caught up with one of our favorite designers, Jason Santa Maria. We pick his brain about process, mentorship and typography, and he walked us through his journey as a designer.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 2,200 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'DESIGNDETAILS' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Jason.on.the.Web:\"></a>\n<h5>Jason on the Web:</h5>\n\n<ul>\n<li><a href=\"http://jasonsantamaria.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/jasonsantamaria\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/JSM\">Dribbble</a></li>\n<li><a href=\"http://aneventapart.com/speakers/jason-santa-maria\">An Event Apart</a></li>\n<li><a href=\"http://abookapart.com/products/on-web-typography\">A Book Apart</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"http://jasonsantamaria.com/\">Jasons' Website</a></li>\n<li><a href=\"http://abookapart.com/\">A Book Apart</a></li>\n<li><a href=\"http://www.voxmedia.com/\">Vox Media</a></li>\n<li><a href=\"http://www.apple.com/news/\">Apple News</a></li>\n<li><a href=\"https://instantarticles.fb.com/\">Instant Articles</a></li>\n<li><a href=\"http://www.amazon.com/Designing-Web-Standards-3rd-Edition/dp/0321616952\">Designing With Web Standards</a></li>\n<li><a href=\"http://www.zeldman.com/\">Jeffrey Zeldman</a></li>\n<li><a href=\"http://happycog.com/\">Happy Cog</a></li>\n<li><a href=\"http://happycog.com/hoy\">Greg Hoy</a></li>\n<li><a href=\"http://danielmall.com/\">Dan Mall</a></li>\n<li><a href=\"http://alistapart.com/\">A List Apart</a></li>\n<li><a href=\"http://meyerweb.com/\">Eric Meyer</a></li>\n<li><a href=\"http://alistapart.com/author/kcornell\">Kevin Cornell</a></li>\n</ul>\n\n\n<p><strong>20:00</strong> - Typekit, Editorially, etc.</p>\n\n<ul>\n<li><a href=\"https://typekit.com/fonts\">Typekit</a></li>\n<li><a href=\"https://twitter.com/veen\">Jeffrey Veen</a></li>\n<li><a href=\"https://twitter.com/gregveen\">Greg Veen</a></li>\n<li><a href=\"http://stet.editorially.com/articles/editorially-joins-vox-media/\">Editorially</a></li>\n<li><a href=\"https://ghost.org/\">Ghost</a></li>\n<li><a href=\"https://twitter.com/dustin\">Dustin Senos</a></li>\n</ul>\n\n\n<p><strong>40:00</strong> - Type</p>\n\n<ul>\n<li><a href=\"https://typekit.com/fonts/jaf-facitweb\">Facit</a></li>\n<li><a href=\"http://abookapart.com/products/on-web-typography\">Jason's A Book Apart</a></li>\n<li><a href=\"http://insideparagraphs.com/\">Inside Paragraphs</a></li>\n<li><a href=\"https://developer.apple.com/videos/play/wwdc2015-804/\">San Francisco Keynote</a></li>\n</ul>\n\n\n<p><strong>45:00</strong> - Process, mentorship</p>\n\n<ul>\n<li><a href=\"http://code-of-conduct.voxmedia.com/\">Vox Code of Conduct</a></li>\n<li><a href=\"http://thegreatdiscontent.com/interview/jason-santa-maria\">Jason Santa Maria on The Great Discontent</a></li>\n<li><a href=\"https://twitter.com/michaelbierut?lang=en\">Michael Bierut</a></li>\n<li><a href=\"http://www.nytimes.com/2015/10/21/business/media/the-times-partners-with-google-on-virtual-reality-project.html?_r=0\">New York Times + VR</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=GSbkn6mCfXE\">Glen Keane VR</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 23 Nov 2015 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/9f324649.mp3\" length=\"47995519\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/21134/1448234933-artwork.jpg\"/>\n      <itunes:duration>01:06:37</itunes:duration>\n      <itunes:summary>Last weekend we visited New York City and caught up with one of our favorite designers, Jason Santa Maria. We pick his brain about process, mentorship and typography, and he walked us through his journey as a designer.\n</itunes:summary>\n      <itunes:subtitle>Last weekend we visited New York City and caught up with one of our favorite designers, Jason Santa Maria. We pick his brain about process, mentorship and typography, and he walked us through his journey as a designer.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>83</itunes:episode>\n    </item>\n    <item>\n      <title>79: Fart Director (feat. Gene Ross)</title>\n      <guid isPermaLink=\"false\">04879b6e-ae4a-4969-8d6c-184a32c108ef</guid>\n      <link>http://designdetails.simplecast.fm/82</link>\n      <description>Today we caught up with Gene Ross, a designer at Luxe currently NOT living in San Francisco. We picked Gene's brain about imposter syndrome, work life balance, his Runescape journey and coming to the west coast.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Gene Ross, a designer at Luxe currently NOT living in San Francisco. We picked Gene's brain about imposter syndrome, work life balance, his Runescape journey and coming to the west coast.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 2,200 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://ueno.co\">UENO</a></li>\n</ul>\n\n\n<a name=\"Gene.on.the.Web:\"></a>\n<h5>Gene on the Web:</h5>\n\n<ul>\n<li><a href=\"http://geneross.co/\">Website</a></li>\n<li><a href=\"https://twitter.com/generosss\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/geneross\">Dribbble</a></li>\n<li><a href=\"http://feeedback.co/\">Feeedback</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"http://luxe.com/\">Luxe</a></li>\n<li><a href=\"http://www.elegantseagulls.com/\">Elegant Seagulls</a></li>\n<li><a href=\"https://twitter.com/DannPetty\">Dann Petty</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/20172\">Dann Petty on Design Details</a></li>\n<li><a href=\"https://dribbble.com/bjohnson\">Ben Johnson</a></li>\n<li><a href=\"https://epicurrence.com/\">Epicurrence</a></li>\n<li><a href=\"http://haraldurthorleifsson.com/\">Haraldur Thorleifsson</a></li>\n<li><a href=\"http://bradfrost.com/blog/post/atomic-web-design/\">Atomic Design</a></li>\n<li><a href=\"http://feeedback.co/\">Feeedback</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 18 Nov 2015 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/9b674357.mp3\" length=\"37822418\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/20301/1447750222-artwork.jpg\"/>\n      <itunes:duration>00:52:30</itunes:duration>\n      <itunes:summary>Today we caught up with Gene Ross, a designer at Luxe currently NOT living in San Francisco. We picked Gene's brain about imposter syndrome, work life balance, his Runescape journey and coming to the west coast.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Gene Ross, a designer at Luxe currently NOT living in San Francisco. We picked Gene's brain about imposter syndrome, work life balance, his Runescape journey and coming to the west coast.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>82</itunes:episode>\n    </item>\n    <item>\n      <title>78: Bob Ross Petty (feat. Dann Petty)</title>\n      <guid isPermaLink=\"false\">d11eac7e-d8bb-4017-af3c-c9922b6c062d</guid>\n      <link>http://designdetails.simplecast.fm/81</link>\n      <description>We've been waiting to chat with Dann Petty for months now, but finally after returning from Epicurrence No. 2 we made it happen! In this episode we chat about Dann's background as a designer, what's going on with Epicurrence, his advice for freelancers, and tips for young designers just getting started. If you enjoy this episode, go to Epicurrence.com and sign up to come hang out this February in Park City, Utah!\n</description>\n      <content:encoded>\n        <![CDATA[<p>We've been waiting to chat with Dann Petty for months now, but finally after returning from Epicurrence No. 2 we made it happen! In this episode we chat about Dann's background as a designer, what's going on with Epicurrence, his advice for freelancers, and tips for young designers just getting started. If you enjoy this episode, go to <a href=\"https://www.epicurrence.com/\">Epicurrence.com</a> and sign up to come hang out this February in Park City, Utah!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 2,200 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'DESIGNDETAILS' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Dann.on.the.Web:\"></a>\n<h5>Dann on the Web:</h5>\n\n<ul>\n<li><a href=\"https://www.behance.net/dannpetty\">Behance</a></li>\n<li><a href=\"https://dribbble.com/dannpetty\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/DannPetty\">Twitter</a></li>\n<li><a href=\"https://medium.com/@DannPetty\">Medium</a></li>\n<li><a href=\"https://www.instagram.com/dannpetty/?hl=en\">Instagram</a></li>\n<li><a href=\"https://www.epicurrence.com/\">Epicurrence</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"https://www.epicurrence.com/\">Epicurrence</a></li>\n<li><a href=\"https://medium.com/@DannPetty/creating-a-conference-the-launch-of-epicurrence-be925c312b15\">The Launch of Epicurrence</a></li>\n<li><a href=\"http://luxe.com/\">Luxe</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=5rlweY_PPxw\">Epicurrence Oahu</a></li>\n<li><a href=\"https://twitter.com/hemeon\">Marc Hemeon</a></li>\n<li><a href=\"https://twitter.com/schneidertobias\">Tobias Van Schneider</a></li>\n</ul>\n\n\n<p>_12:00__ - Epicurrence and Diversity</p>\n\n<ul>\n<li><a href=\"Donovan%20Bass\">https://twitter.com/donovanxdb</a></li>\n<li><a href=\"https://medium.com/@verbagetruck/discomfort-zone-talking-diversity-at-epicurrence-ba77fda4a784\">Jessica Collier on Epicurrence</a></li>\n<li><a href=\"http://danielmall.com/articles/epicurrence/\">Dan Mall on Epicurrence</a></li>\n<li><a href=\"http://rallyinteractive.com/\">Rally Interactive</a></li>\n<li><a href=\"https://twitter.com/yocline\">Ben Cline</a></li>\n</ul>\n\n\n<p><strong>22:00</strong> - Background, advice</p>\n\n<ul>\n<li><a href=\"http://www.nixon.com/us/en/\">Nixon</a></li>\n<li><a href=\"http://ueno.co/\">UENO</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 16 Nov 2015 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/790f6a8d.mp3\" length=\"42862739\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/20172/1447655240-artwork.jpg\"/>\n      <itunes:duration>00:59:30</itunes:duration>\n      <itunes:summary>We've been waiting to chat with Dann Petty for months now, but finally after returning from Epicurrence No. 2 we made it happen! In this episode we chat about Dann's background as a designer, what's going on with Epicurrence, his advice for freelancers, and tips for young designers just getting started. If you enjoy this episode, go to Epicurrence.com and sign up to come hang out this February in Park City, Utah!\n</itunes:summary>\n      <itunes:subtitle>We've been waiting to chat with Dann Petty for months now, but finally after returning from Epicurrence No. 2 we made it happen! In this episode we chat about Dann's background as a designer, what's going on with Epicurrence, his advice for freelancers, a</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>81</itunes:episode>\n    </item>\n    <item>\n      <title>77: Pegacorns (feat. Drew Wilson)</title>\n      <guid isPermaLink=\"false\">4a0d18b4-db02-47ca-9b1b-1973bb3bc1ef</guid>\n      <link>http://designdetails.simplecast.fm/80</link>\n      <description>Today we sat down with Drew Wilson, a prolific designer, developer and product creator who recently moved to the Bay Area to build Plasso. We chat about Drew's background, how he builds so many products, taking risks and his observations on design in the valley.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Drew Wilson, a prolific designer, developer and product creator who recently moved to the Bay Area to build Plasso. We chat about Drew's background, how he builds so many products, taking risks and his observations on design in the valley.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 1,900 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://onemonth.com/designdetails\">One Month</a> - save 25% on the first month with this link!</li>\n</ul>\n\n\n<a name=\"Drew.on.the.Web:\"></a>\n<h5>Drew on the Web:</h5>\n\n<ul>\n<li><a href=\"http://drewwilson.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/drewwilson\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/drewwilson\">Dribbble</a></li>\n<li><a href=\"https://github.com/drewwilson\">GitHub</a></li>\n<li><a href=\"https://plasso.co/\">Plasso</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"https://vimeo.com/6421489\">Walking on Water</a></li>\n<li><a href=\"http://drewwilson.com/\">Drew builds a lot of things</a></li>\n<li><a href=\"https://vimeo.com/1514024\">FIRERIFT Trailer</a></li>\n<li><a href=\"http://quixly.com/\">Quixly</a></li>\n<li><a href=\"http://hlvticons.ch/\">Hlvticons</a></li>\n<li><a href=\"http://www.glyphish.com/\">Glyphish</a></li>\n<li><a href=\"http://pictos.cc/\">Pictos</a></li>\n<li><a href=\"https://plasso.co/\">Plasso</a></li>\n</ul>\n\n\n<p><strong>15:00</strong> - Taking risks, road trips</p>\n\n<ul>\n<li><a href=\"http://www.investopedia.com/terms/r/risktolerance.asp\">Risk Tolerance</a></li>\n<li><a href=\"https://buffalo.io/\">Buffalo</a></li>\n<li><a href=\"http://whiteboard.drewwilson.com/\">Whiteboard</a></li>\n<li><a href=\"https://filtron.co/\">Filtron</a></li>\n<li><a href=\"https://namebox.io/\">Namebox</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 11 Nov 2015 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/8af870e3.mp3\" length=\"47048779\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/19961/1447223875-artwork.jpg\"/>\n      <itunes:duration>01:05:18</itunes:duration>\n      <itunes:summary>Today we sat down with Drew Wilson, a prolific designer, developer and product creator who recently moved to the Bay Area to build Plasso. We chat about Drew's background, how he builds so many products, taking risks and his observations on design in the valley.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Drew Wilson, a prolific designer, developer and product creator who recently moved to the Bay Area to build Plasso. We chat about Drew's background, how he builds so many products, taking risks and his observations on design in the </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>80</itunes:episode>\n    </item>\n    <item>\n      <title>76: Full Feltron (feat. Justin Edmund)</title>\n      <guid isPermaLink=\"false\">81b0a15f-c5de-4690-bf99-1680f928bca9</guid>\n      <link>http://designdetails.simplecast.fm/79</link>\n      <description>Today we sat down with Justin Edmund, a designer well known for his work at Pinterest over the last four years. We chat about his background in design, going to design school, what the Pinterest process is like, and how Justin is looking into the future of design.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Justin Edmund, a designer well known for his work at Pinterest over the last four years. We chat about his background in design, going to design school, what the Pinterest process is like, and how Justin is looking into the future of design.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 1,900 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'DESIGNDETAILS' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Justin.on.the.Web:\"></a>\n<h5>Justin on the Web:</h5>\n\n<ul>\n<li><a href=\"https://medium.com/@jedmund\">Blog</a></li>\n<li><a href=\"http://www.jedmund.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/jedmund\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/jedmund\">Dribbble</a></li>\n<li><a href=\"https://www.designernews.co/stories/12669-ama-im-justin-edmund-the-first-product-design-hire-at-pinterest\">AMA</a></li>\n<li><a href=\"https://www.pinterest.com/jedmund/\">Pinterest</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"http://jedmund.com/made/foundation\">Foundation</a></li>\n<li><a href=\"https://www.pinterest.com/jedmund/\">Justin on Pinterest</a></li>\n<li><a href=\"http://cargocollective.com/\">Cargo</a></li>\n<li><a href=\"http://feltron.com/\">Feltron</a></li>\n<li><a href=\"http://www.reporter-app.com/\">Reporter App</a></li>\n<li><a href=\"http://www.withings.com/us/en/products/smart-body-analyzer\">Withings Scale</a></li>\n<li><a href=\"https://juneoven.com/\">June Oven</a></li>\n<li><a href=\"https://www.myvessyl.com/\">Vessyl</a></li>\n<li><a href=\"https://business.pinterest.com/en/rich-pins\">Rich pins</a></li>\n<li><a href=\"http://designerfund.com/\">Designer Fund</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 09 Nov 2015 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/a4cc2bff.mp3\" length=\"50451774\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/19703/1446838860-artwork.jpg\"/>\n      <itunes:duration>01:10:02</itunes:duration>\n      <itunes:summary>Today we sat down with Justin Edmund, a designer well known for his work at Pinterest over the last four years. We chat about his background in design, going to design school, what the Pinterest process is like, and how Justin is looking into the future of design.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Justin Edmund, a designer well known for his work at Pinterest over the last four years. We chat about his background in design, going to design school, what the Pinterest process is like, and how Justin is looking into the future o</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>79</itunes:episode>\n    </item>\n    <item>\n      <title>75: Gitway Drug (feat. Brent Jackson) </title>\n      <guid isPermaLink=\"false\">a61fa9f7-bcf0-4a6d-b16d-3d4f535915df</guid>\n      <link>http://designdetails.simplecast.fm/78</link>\n      <description>Today we sat down with Brent Jackson aka jxnblk to talk about all things design and development! Brent is a prolific creator and we love his tools here at Spec - we chat with him about side projects, being a designer and a developer, building design systems and how he got his nickname.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Brent Jackson aka jxnblk to talk about all things design and development! Brent is a prolific creator and we love his tools here at Spec - we chat with him about side projects, being a designer and a developer, building design systems and how he got his nickname.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 1,900 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://ueno.co\">Ueno</a></li>\n</ul>\n\n\n<a name=\"Brent.on.the.Web:\"></a>\n<h5>Brent on the Web:</h5>\n\n<ul>\n<li><a href=\"http://jxnblk.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/jxnblk\">Twitter</a></li>\n<li><a href=\"https://github.com/jxnblk\">GitHub</a></li>\n<li><a href=\"https://dribbble.com/jxnblk\">Dribbble</a></li>\n<li><a href=\"http://codepen.io/jxnblk/\">CodePen</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"https://thegrid.io/\">The Grid</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/16058\">Wilson Miner on Design Details</a></li>\n<li><a href=\"https://twitter.com/jongold\">Jon Gold</a></li>\n</ul>\n\n\n<p><strong>9:00</strong> - Jackson's work</p>\n\n<ul>\n<li><a href=\"http://jxnblk.com/\">Brent's Website</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/16190\">Adam Morse on Design Details</a></li>\n<li><a href=\"http://mrsjxn.com/\">MRSJXN</a></li>\n<li><a href=\"http://cssstats.com/\">CSS Stats</a></li>\n<li><a href=\"https://github.com/stubbornella/oocss/wiki\">OOCSS</a></li>\n<li><a href=\"https://github.com/postcss/postcss\">PostCSS</a></li>\n<li><a href=\"https://facebook.github.io/react/\">React</a></li>\n<li><a href=\"http://nicolasgallagher.com/\">Nicolas Gallagher</a></li>\n<li><a href=\"https://facebook.github.io/react/tips/inline-styles.html\">React inline styles</a></li>\n<li><a href=\"http://webcomponents.org/\">Web Components</a></li>\n<li><a href=\"http://getbootstrap.com/\">Bootstrap</a></li>\n<li><a href=\"https://www.polymer-project.org/1.0/\">Polymer Project</a></li>\n<li><a href=\"http://www.basscss.com/\">Basscss</a></li>\n<li><a href=\"https://github.com/tachyons-css/tachyons\">Tachyons</a></li>\n<li><a href=\"http://jxnblk.com/react-fitter-happier-text/\">Fitter Happier Text</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 04 Nov 2015 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/fd04139f.mp3\" length=\"47400773\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/19537/1446612158-artwork.jpg\"/>\n      <itunes:duration>01:05:48</itunes:duration>\n      <itunes:summary>Today we sat down with Brent Jackson aka jxnblk to talk about all things design and development! Brent is a prolific creator and we love his tools here at Spec - we chat with him about side projects, being a designer and a developer, building design systems and how he got his nickname.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Brent Jackson aka jxnblk to talk about all things design and development! Brent is a prolific creator and we love his tools here at Spec - we chat with him about side projects, being a designer and a developer, building design syste</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>78</itunes:episode>\n    </item>\n    <item>\n      <title>74: Itchy Feet (feat. Diana Mounter)</title>\n      <guid isPermaLink=\"false\">84c2871b-3ac0-45e1-9989-1ced7bd3746d</guid>\n      <link>http://designdetails.simplecast.fm/77</link>\n      <description>In today's episode of Design Details we caught up with Diana Mounter, aka Broccolini. Diana is a designer at Etsy, and in this show we chat about her journey to Etsy, why git is a valuable tool for designers and the hardest part about onboarding new hires.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In today's episode of Design Details we caught up with Diana Mounter, aka Broccolini. Diana is a designer at Etsy, and in this show we chat about her journey to Etsy, why git is a valuable tool for designers and the hardest part about onboarding new hires.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 1,900 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'DESIGNDETAILS' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Diana.on.the.Web:\"></a>\n<h5>Diana on the Web:</h5>\n\n<ul>\n<li><a href=\"http://broccolini.net/\">Website</a></li>\n<li><a href=\"https://twitter.com/broccolini\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/broccolini\">Dribbble</a></li>\n<li><a href=\"https://github.com/broccolini\">GitHub</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"https://www.etsy.com/\">Etsy</a></li>\n<li><a href=\"https://twitter.com/cap\">@cap</a></li>\n<li><a href=\"http://robotodex.com/\">Robotodex</a></li>\n<li><a href=\"http://www.thisismetis.com/blog/design-for-people\">Design for People</a></li>\n</ul>\n\n\n<p><strong>12:00</strong> - Background</p>\n\n<ul>\n<li><a href=\"http://www.digitaleskimo.net/\">Digital Eskimo</a></li>\n<li><a href=\"https://playbook.cio.gov/designstandards/\">U.S. Web Design Standards</a></li>\n<li><a href=\"https://twitter.com/jongold\">Jon Gold</a></li>\n<li><a href=\"https://startupbus.com/\">StartupBus</a></li>\n</ul>\n\n\n<p><strong>28:00</strong> - Coding, git, startups</p>\n\n<ul>\n<li><a href=\"http://www.commitlogsfromlastnight.com/\">Commit Logs From Last Night</a></li>\n<li><a href=\"http://www.basscss.com/\">Basscss</a></li>\n<li><a href=\"http://jxnblk.com/\">Jackson Black</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 02 Nov 2015 05:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/05733e64.mp3\" length=\"49662815\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/19431/1446399889-artwork.jpg\"/>\n      <itunes:duration>01:08:56</itunes:duration>\n      <itunes:summary>In today's episode of Design Details we caught up with Diana Mounter, aka Broccolini. Diana is a designer at Etsy, and in this show we chat about her journey to Etsy, why git is a valuable tool for designers and the hardest part about onboarding new hires.\n</itunes:summary>\n      <itunes:subtitle>In today's episode of Design Details we caught up with Diana Mounter, aka Broccolini. Diana is a designer at Etsy, and in this show we chat about her journey to Etsy, why git is a valuable tool for designers and the hardest part about onboarding new hires</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>77</itunes:episode>\n    </item>\n    <item>\n      <title>73: Feedback Friends (feat. Katie Dill) </title>\n      <guid isPermaLink=\"false\">6a8ddbf6-3a80-485f-8073-decb42fd13f9</guid>\n      <link>http://designdetails.simplecast.fm/76</link>\n      <description>This week we had the chance to sit down with Katie Dill, the head of experience design at Airbnb. We talked about her background as a designer, what she looks for in new hires, how designers can work more effectively with businesses, and the critique process used at Airbnb.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we had the chance to sit down with Katie Dill, the head of experience design at Airbnb. We talked about her background as a designer, what she looks for in new hires, how designers can work more effectively with businesses, and the critique process used at Airbnb.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 1,800 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://onemonth.com/designdetails\">One Month</a> - save 25% on the first month with this link!</li>\n</ul>\n\n\n<a name=\"Katie.on.the.Web:\"></a>\n<h5>Katie on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/lil_dill\">Twitter</a></li>\n<li><a href=\"https://instagram.com/lil_dilly/\">Instagram</a></li>\n<li><a href=\"https://www.crunchbase.com/person/katie-dill#/entity\">Crunchbase</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>2:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"https://airbnb.com\">Airbnb</a></li>\n<li><a href=\"http://www.oreilly.com/conferences/\">O'Reilly Conferences</a></li>\n</ul>\n\n\n<p><strong>24:00</strong> - Background</p>\n\n<ul>\n<li><a href=\"http://www.frogdesign.com/\">Frog Design</a></li>\n<li><a href=\"https://www.airbnb.com/press/news/airbnb-open-2015-will-welcome-6000-hosts-in-paris-france\">Airbnb Conference</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 28 Oct 2015 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/24734d6c.mp3\" length=\"47398271\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/19155/1445806862-artwork.jpg\"/>\n      <itunes:duration>01:05:48</itunes:duration>\n      <itunes:summary>This week we had the chance to sit down with Katie Dill, the head of experience design at Airbnb. We talked about her background as a designer, what she looks for in new hires, how designers can work more effectively with businesses, and the critique process used at Airbnb.\n</itunes:summary>\n      <itunes:subtitle>This week we had the chance to sit down with Katie Dill, the head of experience design at Airbnb. We talked about her background as a designer, what she looks for in new hires, how designers can work more effectively with businesses, and the critique proc</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>76</itunes:episode>\n    </item>\n    <item>\n      <title>72: No...Nope...Not At All (feat. Morgan Knutson) </title>\n      <guid isPermaLink=\"false\">3d9aae81-4e42-47c5-89fd-5f6f843cefbb</guid>\n      <link>http://designdetails.simplecast.fm/75</link>\n      <description>Today we caught up with Morgan Knutson, a co-founder and designer at Shift, notable for his previous work at Dropbox and Google. In this episode we talk about what it takes to get hired as a designer, Morgan's background, working at Google, and how to get things done as a designer.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Morgan Knutson, a co-founder and designer at Shift, notable for his previous work at Dropbox and Google. In this episode we talk about what it takes to get hired as a designer, Morgan's background, working at Google, and how to get things done as a designer.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 1,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'DESIGNDETAILS' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Morgan.on.the.Web:\"></a>\n<h5>Morgan on the Web:</h5>\n\n<ul>\n<li><a href=\"http://www.morganallanknutson.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/morgan\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/morganknutson?lang=en\">Twitter</a></li>\n<li><a href=\"https://instagram.com/morganknutson\">Instagram</a></li>\n<li><a href=\"https://driveshift.com/\">Shift</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>2:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"https://driveshift.com/\">Shift</a></li>\n<li><a href=\"http://bringatrailer.com/\">Bring a Trailer</a></li>\n<li><a href=\"https://www.crunchbase.com/person/gentry-underwood#/entity\">Gentry Underwood</a></li>\n<li><a href=\"https://driveshift.com/jobs\">Shift jobs</a></li>\n</ul>\n\n\n<p><strong>11:00</strong> - Getting hired</p>\n\n<ul>\n<li><a href=\"http://gettingthingsdone.com/\">Getting Things Done</a></li>\n<li><a href=\"http://daneden.me/\">Dan Eden</a></li>\n<li><a href=\"http://marshallbock.com/\">Marshall Bock</a></li>\n<li><a href=\"http://www.getmiro.com/\">Miro</a></li>\n</ul>\n\n\n<p><strong>16:00</strong> - Background</p>\n\n<ul>\n<li><a href=\"http://downhillbattle.org/\">Downhill Battle</a></li>\n<li><a href=\"https://www.opencongress.org/\">OpenCongress</a></li>\n<li><a href=\"http://genius.com/\">Genius</a></li>\n<li><a href=\"https://photos.google.com/\">Google Photos</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Andy_Hertzfeld\">Andy Hertzfeld</a></li>\n<li><a href=\"http://www.nlevin.com/\">Noah Levin</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 26 Oct 2015 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/bbbf83c1.mp3\" length=\"43860785\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/19152/1445804717-artwork.jpg\"/>\n      <itunes:duration>01:00:53</itunes:duration>\n      <itunes:summary>Today we caught up with Morgan Knutson, a co-founder and designer at Shift, notable for his previous work at Dropbox and Google. In this episode we talk about what it takes to get hired as a designer, Morgan's background, working at Google, and how to get things done as a designer.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Morgan Knutson, a co-founder and designer at Shift, notable for his previous work at Dropbox and Google. In this episode we talk about what it takes to get hired as a designer, Morgan's background, working at Google, and how to get</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>75</itunes:episode>\n    </item>\n    <item>\n      <title>71: Tomb Braider (feat. Maykel Loomans) </title>\n      <guid isPermaLink=\"false\">4e8c1661-c2a2-4e88-931b-8cf39db991a6</guid>\n      <link>http://designdetails.simplecast.fm/74</link>\n      <description>In today's episode we sat down with Maykel Loomans, a designer and developer currently working on search at Facebook and is notable for his previous work at Instagram. In this episode we chat about Maykel's background as a designer, working at scale, mentorship and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In today's episode we sat down with Maykel Loomans, a designer and developer currently working on search at Facebook and is notable for his previous work at Instagram. In this episode we chat about Maykel's background as a designer, working at scale, mentorship and more.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 1,500 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://onemonth.com/designdetails\">One Month</a> - save 25% on the first month with this link!</li>\n</ul>\n\n\n<a name=\"Maykel.on.the.Web:\"></a>\n<h5>Maykel on the Web:</h5>\n\n<ul>\n<li><a href=\"http://www.maykelloomans.com/\">Website</a></li>\n<li><a href=\"https://www.flickr.com/photos/miekd/\">Flickr</a></li>\n<li><a href=\"https://twitter.com/miekd\">Twitter</a></li>\n<li><a href=\"https://instagram.com/miekd/?hl=en\">Instagram</a></li>\n<li><a href=\"http://miekd.com/\">Blog</a></li>\n<li><a href=\"https://dribbble.com/miekd/\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"https://en.wikipedia.org/wiki/Maastricht_Treaty\">Maastricht Treaty</a></li>\n<li><a href=\"https://github.com/facebook/pop\">Facebook Pop</a></li>\n<li><a href=\"https://twitter.com/floydophone\">Pete Hunt</a></li>\n<li><a href=\"https://facebook.github.io/react/\">React</a></li>\n<li><a href=\"https://parse.com/\">Parse</a></li>\n</ul>\n\n\n<p><strong>27:00</strong> - Facebook</p>\n\n<ul>\n<li><a href=\"https://twitter.com/justahl\">Justin Stahl</a></li>\n<li><a href=\"http://www.fontgameapp.com/\">The Font Game</a></li>\n<li><a href=\"https://twitter.com/dustin\">Dustin Senos</a></li>\n<li><a href=\"http://framerjs.com/\">Framer</a></li>\n<li><a href=\"https://twitter.com/koenbok\">Koen Bok</a></li>\n<li><a href=\"https://launch.blendle.com/\">Blendle</a></li>\n<li><a href=\"https://www.optimizely.com/\">Optimizely</a></li>\n</ul>\n\n\n<p><strong>56:00</strong> - Mentorship</p>\n\n<ul>\n<li><a href=\"https://medium.com/@uberbryn/modeling-mentorship-b46ff470b669#.2tqyyjbes\">Modeling Mentorship</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 21 Oct 2015 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/0be9a49d.mp3\" length=\"54402740\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/18708/1445406827-artwork.jpg\"/>\n      <itunes:duration>01:15:31</itunes:duration>\n      <itunes:summary>In today's episode we sat down with Maykel Loomans, a designer and developer currently working on search at Facebook and is notable for his previous work at Instagram. In this episode we chat about Maykel's background as a designer, working at scale, mentorship and more.\n</itunes:summary>\n      <itunes:subtitle>In today's episode we sat down with Maykel Loomans, a designer and developer currently working on search at Facebook and is notable for his previous work at Instagram. In this episode we chat about Maykel's background as a designer, working at scale, ment</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>74</itunes:episode>\n    </item>\n    <item>\n      <title>70: Nothing's Sacred, Not Even Goats (feat. Ash Huang) </title>\n      <guid isPermaLink=\"false\">2f8ed269-9944-47ee-9765-72d1428dafef</guid>\n      <link>http://designdetails.simplecast.fm/73</link>\n      <description>For episode 70 we sat down with Ash Huang, an independent designer, illustrator and writer here in San Francisco. In the past Ash  worked on brand design at Twitter, brand and product design at Pinterest, and has most recently published her own book, The Firesteel.\n</description>\n      <content:encoded>\n        <![CDATA[<p>For episode 70 we sat down with Ash Huang, an independent designer, illustrator and writer here in San Francisco. In the past Ash  worked on brand design at Twitter, brand and product design at Pinterest, and has most recently published her own book, <em>The Firesteel</em>.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 900 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'DESIGNDETAILS' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Ash.on.the.Web:\"></a>\n<h5>Ash on the Web:</h5>\n\n<ul>\n<li><a href=\"http://ashsmash.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/ashsmash\">Twitter</a></li>\n<li><a href=\"https://medium.com/@ashsmash\">Medium</a></li>\n<li><a href=\"https://dribbble.com/ashsmash\">Dribbble</a></li>\n<li><a href=\"https://instagram.com/ashsmash/\">Instagram</a></li>\n<li><a href=\"http://wildwomanroadtrip.com/\">Wild Woman Roadtrip</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"https://twitter.com/ashsmash\">Ash on Twitter</a></li>\n<li><a href=\"http://thefiresteel.com/\">The Firesteel</a></li>\n<li><a href=\"http://www.amazon.com/The-Firesteel-Ash-Huang-ebook/dp/B0143I9ACI/ref=as_li_ss_tl?ie=UTF8&amp;linkCode=sl1&amp;tag=prairie01-20&amp;linkId=07e7e38b1b987982d77d577f23614d40\">The Firesteel on Amazon</a> - <a href=\"http://thecannyvalley.com/products/the-firesteel\">Buy direct</a></li>\n<li><a href=\"https://archive.org/web/\">Wayback Machine</a></li>\n<li><a href=\"https://www.kickstarter.com/projects/239153965/the-firesteel-a-novel\">The Firesteel on Kickstarter</a></li>\n</ul>\n\n\n<p><strong>20:00</strong> - Writing</p>\n\n<ul>\n<li><a href=\"https://medium.com/@ashsmash\">Ash on Medium</a></li>\n<li><a href=\"http://thomsonshore.com/\">Thomson-Shore</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Dave_Eggers\">Dave Eggers</a></li>\n<li><a href=\"http://www.jamesvictore.com/\">James Victore</a></li>\n<li><a href=\"https://twitter.com/mdo\">Mark Otto</a></li>\n<li><a href=\"https://medium.com/swlh/a-woman-who-happens-to-tech-c76b6a6d8527\">A Woman Who Happens to Tech</a></li>\n<li><a href=\"https://twitter.com/_dte\">Dan Eden</a></li>\n<li><a href=\"http://www.heathceramics.com/\">Heath Ceramics</a></li>\n<li><a href=\"https://vimeo.com/85040589\">Ira Glass, The Gap</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 19 Oct 2015 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/37b0bc47.mp3\" length=\"45705564\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/18466/1444860595-artwork.jpg\"/>\n      <itunes:duration>01:03:26</itunes:duration>\n      <itunes:summary>For episode 70 we sat down with Ash Huang, an independent designer, illustrator and writer here in San Francisco. In the past Ash  worked on brand design at Twitter, brand and product design at Pinterest, and has most recently published her own book, The Firesteel.\n</itunes:summary>\n      <itunes:subtitle>For episode 70 we sat down with Ash Huang, an independent designer, illustrator and writer here in San Francisco. In the past Ash  worked on brand design at Twitter, brand and product design at Pinterest, and has most recently published her own book, The </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>73</itunes:episode>\n    </item>\n    <item>\n      <title>69: Epicurrence Live (feat. Dustin Senos + Haraldur Thorleifsson)</title>\n      <guid isPermaLink=\"false\">451ec36a-46ae-4e6d-bd55-bf96a08cc836</guid>\n      <link>http://designdetails.simplecast.fm/72</link>\n      <description>Welcome to our first live episode of Design Details! We recorded this show last week at Epicurrence North Shore with Haraldur Thorleifsson and Dustin Senos - we dig into inspiration, mentorship, identifying potential and more. Let us know what you think of this live format on Twitter!\n</description>\n      <content:encoded>\n        <![CDATA[<p>Welcome to our first live episode of Design Details! We recorded this show last week at Epicurrence North Shore with Haraldur Thorleifsson and Dustin Senos - we dig into inspiration, mentorship, identifying potential and more. Let us know what you think of this live format on Twitter!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 1,400 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://cpaandrew.com/spec\">NCH Tax and Wealth Advisors</a></li>\n</ul>\n\n\n<a name=\"Haraldur.on.the.Web:\"></a>\n<h5>Haraldur on the Web:</h5>\n\n<ul>\n<li><a href=\"http://haraldurthorleifsson.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/ueno\">Dribbble</a></li>\n<li><a href=\"http://www.ueno.co/\">UENO</a></li>\n<li><a href=\"http://theindustry.cc/2013/02/25/an-interview-with-haraldur-thorleifsson/\">An Interview with Haraldur Thorleifsson</a></li>\n<li><a href=\"https://twitter.com/iamharaldur\">Twitter</a></li>\n<li><a href=\"https://instagram.com/haraldurthorleifsson/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Dustin.on.the.Web:\"></a>\n<h5>Dustin on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/dustin\">Twitter</a></li>\n<li><a href=\"https://medium.com/@dustin\">Medium</a></li>\n<li><a href=\"https://dribbble.com/dustin\">Dribbble</a></li>\n<li><a href=\"https://instagram.com/dustin/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - Inspiration</p>\n\n<ul>\n<li><a href=\"https://epicurrence.com/\">Epicurrence</a></li>\n<li><a href=\"http://sidewire.com/\">Sidewire</a></li>\n<li><a href=\"http://ueno.co/\">UENO</a></li>\n<li><a href=\"https://twitter.com/DannPetty\">Dann Petty</a></li>\n</ul>\n\n\n<p><strong>12:00</strong> - Mentorship</p>\n\n<ul>\n<li><a href=\"https://medium.com/@uberbryn/modeling-mentorship-b46ff470b669\">Modeling Mentorship</a></li>\n<li><a href=\"http://www.missionbit.com/\">Mission Bit</a></li>\n<li><a href=\"https://twitter.com/ev\">Ev Williams</a></li>\n<li><a href=\"https://santatracker.google.com/#village\">Santa Tracker</a></li>\n</ul>\n\n\n<p><strong>24:00</strong> - Sharing work</p>\n\n<ul>\n<li><a href=\"http://teehanlax.com/blog/#\">Teehan+Lax case studies</a></li>\n<li><a href=\"https://medium.com/the-way-north/the-making-of-tiiny-60b527757997\">The Making of Tiiny</a></li>\n</ul>\n\n\n<p><strong>34:00</strong> - Designers</p>\n\n<ul>\n<li><a href=\"https://twitter.com/lil_dill\">Katie Dill</a></li>\n<li><a href=\"https://twitter.com/hemeon\">Marc Hemeon</a></li>\n<li><a href=\"http://chiefexecutive.net/ideo-ceo-tim-brown-t-shaped-stars-the-backbone-of-ideoae%E2%84%A2s-collaborative-culture/\">T-shaped people</a></li>\n</ul>\n\n\n<p><strong>45:00</strong> - Q&amp;A</p>\n]]>\n      </content:encoded>\n      <pubDate>Wed, 14 Oct 2015 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/f0a3b56b.mp3\" length=\"43913170\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/18432/1444784690-artwork.jpg\"/>\n      <itunes:duration>01:00:57</itunes:duration>\n      <itunes:summary>Welcome to our first live episode of Design Details! We recorded this show last week at Epicurrence North Shore with Haraldur Thorleifsson and Dustin Senos - we dig into inspiration, mentorship, identifying potential and more. Let us know what you think of this live format on Twitter!\n</itunes:summary>\n      <itunes:subtitle>Welcome to our first live episode of Design Details! We recorded this show last week at Epicurrence North Shore with Haraldur Thorleifsson and Dustin Senos - we dig into inspiration, mentorship, identifying potential and more. Let us know what you think o</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>72</itunes:episode>\n    </item>\n    <item>\n      <title>68: Should Designers Cat? (feat. Trevor McNaughton + Katie Rinkevich)</title>\n      <guid isPermaLink=\"false\">364fb315-f480-4b30-83d4-b771a9856de2</guid>\n      <link>http://designdetails.simplecast.fm/69</link>\n      <description>Today we had a very fun, very casual conversation with Katie Rinkevich and Trevor McNaughton, both product designers living here in San Francisco. We chat about A/B testing, accidentally becoming designers and the concept car method of designing products.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we had a very fun, very casual conversation with Katie Rinkevich and Trevor McNaughton, both product designers living here in San Francisco. We chat about A/B testing, accidentally becoming designers and the concept car method of designing products.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 1,400 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'DESIGNDETAILS' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Katie.on.the.Web:\"></a>\n<h5>Katie on the Web:</h5>\n\n<ul>\n<li><a href=\"http://www.katierink.com/\">Website</a></li>\n<li><a href=\"https://instagram.com/katierink\">Instagram</a></li>\n<li><a href=\"https://twitter.com/katierink\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/katierink\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Trevor.on.the.Web:\"></a>\n<h5>Trevor on the Web:</h5>\n\n<ul>\n<li><a href=\"http://trvr.co/\">Website</a></li>\n<li><a href=\"http://trevortrevor.tumblr.com/\">Photos</a></li>\n<li><a href=\"https://twitter.com/trvrmcn\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/trvr\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - Introductions, story time</p>\n\n<ul>\n<li><a href=\"https://www.braintreepayments.com/\">Braintree</a></li>\n<li><a href=\"http://modest.com/\">Modest</a></li>\n<li><a href=\"https://www.optimizely.com/\">Optimizely</a></li>\n<li><a href=\"https://picturelife.com/home\">Picturelife</a></li>\n<li><a href=\"https://facebook.github.io/react/\">React</a></li>\n<li><a href=\"http://www.guggenheim.org/\">Guggenheim</a></li>\n<li><a href=\"https://www.etsy.com/\">Etsy</a></li>\n<li><a href=\"https://twitter.com/cap\">Cap Watkins</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 12 Oct 2015 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/e58e2df2.mp3\" length=\"44298745\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/18061/1443983315-artwork.jpg\"/>\n      <itunes:duration>01:01:29</itunes:duration>\n      <itunes:summary>Today we had a very fun, very casual conversation with Katie Rinkevich and Trevor McNaughton, both product designers living here in San Francisco. We chat about A/B testing, accidentally becoming designers and the concept car method of designing products.\n</itunes:summary>\n      <itunes:subtitle>Today we had a very fun, very casual conversation with Katie Rinkevich and Trevor McNaughton, both product designers living here in San Francisco. We chat about A/B testing, accidentally becoming designers and the concept car method of designing products.</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>69</itunes:episode>\n    </item>\n    <item>\n      <title>67: Open the Kimono (feat. Soleio Cuervo)</title>\n      <guid isPermaLink=\"false\">236c1c15-c495-4885-a501-f04872aa24b1</guid>\n      <link>http://designdetails.simplecast.fm/71</link>\n      <description>Today we caught up with Soleio Cuervo, a designer, advisor and investor. He's well known for laying the groundwork of Facebook's early design team and, of course, his work on the original incarnation of the 'like' button. He currently advises many companies and startups in tech, and we had a blast digging into his stories and lessons learned!\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Soleio Cuervo, a designer, advisor and investor. He's well known for laying the groundwork of Facebook's early design team and, of course, his work on the original incarnation of the 'like' button. He currently advises many companies and startups in tech, and we had a blast digging into his stories and lessons learned!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 900 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://cpaandrew.com/spec\">NCH Tax and Wealth Advisors</a></li>\n<li><a href=\"https://www.dropbox.com/\">Dropbox</a></li>\n</ul>\n\n\n<a name=\"Soleio.on.the.Web:\"></a>\n<h5>Soleio on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/soleio\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/soleio\">Dribbble</a></li>\n<li><a href=\"https://www.facebook.com/soleio\">Facebook</a></li>\n<li><a href=\"https://instagram.com/soleio/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"http://www.wsj.com/articles/SB10001424053111904007304576499220914732798\">Creator of the Like button</a></li>\n<li><a href=\"http://blaisedipersia.com/\">Blaise DiPersia</a></li>\n</ul>\n\n\n<p><strong>13:00</strong> - Facebook</p>\n\n<ul>\n<li><a href=\"http://www.askmen.com/celebs/men/business_politics/soleio-cuervo/\">Ask Men Profile</a></li>\n<li><a href=\"https://www.facebook.com/notes\">FB Notes</a></li>\n<li><a href=\"https://twitter.com/joulee\">Julie Zhuo</a></li>\n<li><a href=\"https://twitter.com/rsg\">Bobby Goodlatte</a></li>\n<li><a href=\"https://twitter.com/wjosephflynn\">Joey Flynn</a></li>\n<li><a href=\"https://twitter.com/drewhamlin\">Drew Hamlin</a></li>\n</ul>\n\n\n<p><strong>48:00</strong> - New designers</p>\n\n<ul>\n<li><a href=\"https://vimeo.com/85040589\">Ira Glass on taste</a></li>\n<li><a href=\"http://paulstamatiou.com/twitter-video/\">Designing Twitter Video</a></li>\n<li><a href=\"https://twitter.com/stammy\">@stammy</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 07 Oct 2015 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/3c75dfe7.mp3\" length=\"48588834\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/18064/1443985872-artwork.jpg\"/>\n      <itunes:duration>01:07:27</itunes:duration>\n      <itunes:summary>Today we caught up with Soleio Cuervo, a designer, advisor and investor. He's well known for laying the groundwork of Facebook's early design team and, of course, his work on the original incarnation of the 'like' button. He currently advises many companies and startups in tech, and we had a blast digging into his stories and lessons learned!\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Soleio Cuervo, a designer, advisor and investor. He's well known for laying the groundwork of Facebook's early design team and, of course, his work on the original incarnation of the 'like' button. He currently advises many compani</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>71</itunes:episode>\n    </item>\n    <item>\n      <title>66: Kittenish (feat. Ryan Hoover)</title>\n      <guid isPermaLink=\"false\">89166569-de96-4afc-8c44-0f26e91b91bb</guid>\n      <link>http://designdetails.simplecast.fm/70</link>\n      <description>For episode 66 we caught up with Ryan Hoover, the founder of Product Hunt. We get insights into PH's latest podcasting branch, building in public, what it's like designing and building Product Hunt, and some of the biggest mistakes Ryan sees people making.\n</description>\n      <content:encoded>\n        <![CDATA[<p>For episode 66 we caught up with Ryan Hoover, the founder of Product Hunt. We get insights into PH's latest podcasting branch, building in public, what it's like designing and building Product Hunt, and some of the biggest mistakes Ryan sees people making.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 900 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'DESIGNDETAILS' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Ryan.on.the.Web:\"></a>\n<h5>Ryan on the Web:</h5>\n\n<ul>\n<li><a href=\"http://ryanhoover.me/\">Website</a></li>\n<li><a href=\"https://twitter.com/rrhoover\">Twitter</a></li>\n<li><a href=\"https://medium.com/@rrhoover\">Medium</a></li>\n<li><a href=\"http://www.producthunt.com/\">Product Hunt</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"http://www.producthunt.com\">Product Hunt</a></li>\n<li><a href=\"http://www.producthunt.com/games\">PH Games</a></li>\n<li><a href=\"http://www.producthunt.com/books\">PH Books</a></li>\n<li><a href=\"http://www.producthunt.com/podcasts\">PH Podcasts</a></li>\n<li><a href=\"http://www.producthunt.com/tech/design-details-podcast\">Design Details on Product Hunt</a></li>\n<li><a href=\"http://thisweekinstartups.com/\">This Week in Startups</a></li>\n<li><a href=\"https://gimletmedia.com/\">Gimlet Media</a></li>\n<li><a href=\"https://gimletmedia.com/show/startup/\">Startup Podcast</a></li>\n<li><a href=\"https://gimletmedia.com/show/reply-all/\">Reply All</a></li>\n<li><a href=\"https://gimletmedia.com/show/mystery-show/\">Mystery Show</a></li>\n</ul>\n\n\n<p><strong>9:00</strong> - Podcasting, building in public</p>\n\n<ul>\n<li><a href=\"http://serialpodcast.org/\">Serial</a></li>\n<li><a href=\"https://itunes.apple.com/us/podcast/nomad-podcast/id301419170?mt=2\">Nomad Podcast</a></li>\n<li><a href=\"https://twitter.com/eriktorenberg\">Erik Torenberg</a></li>\n<li><a href=\"https://twitter.com/ProductHunt\">@producthunt</a></li>\n<li><a href=\"http://ryanhoover.me/post/83426962555/why-you-should-build-your-product-in-public\">Building in Public</a></li>\n<li><a href=\"http://www.producthunt.com/live\">Product Hunt Live</a></li>\n</ul>\n\n\n<p><strong>42:00</strong> - Designing Product Hunt</p>\n\n<ul>\n<li><a href=\"https://twitter.com/shaunmodi\">Shaun Modi</a></li>\n<li><a href=\"https://twitter.com/stephnbain\">Steph Bain</a></li>\n<li><a href=\"http://www.weare.tm/\">We Are TM</a></li>\n<li><a href=\"http://www.feld.com/\">Brad Feld</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 05 Oct 2015 05:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/e37b41f0.mp3\" length=\"47759060\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/18062/1443983856-artwork.jpg\"/>\n      <itunes:duration>01:06:18</itunes:duration>\n      <itunes:summary>For episode 66 we caught up with Ryan Hoover, the founder of Product Hunt. We get insights into PH's latest podcasting branch, building in public, what it's like designing and building Product Hunt, and some of the biggest mistakes Ryan sees people making.\n</itunes:summary>\n      <itunes:subtitle>For episode 66 we caught up with Ryan Hoover, the founder of Product Hunt. We get insights into PH's latest podcasting branch, building in public, what it's like designing and building Product Hunt, and some of the biggest mistakes Ryan sees people making</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>70</itunes:episode>\n    </item>\n    <item>\n      <title>65: Meatwad Flip-Flops (feat. Linda Eliasen) </title>\n      <guid isPermaLink=\"false\">79ea3fcf-08f8-419a-9825-6b26dfae1c94</guid>\n      <link>http://designdetails.simplecast.fm/68</link>\n      <description>Today we sat down with Linda Eliasen to chat about the latest happenings in her career, what it was like illustrating for Cartoon Network and her favorite project at Dropbox. We also take the time to dig through Linda's journey as a designer leading up until now as she sets off on her next adventure.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Linda Eliasen to chat about the latest happenings in her career, what it was like illustrating for Cartoon Network and her favorite project at Dropbox. We also take the time to dig through Linda's journey as a designer leading up until now as she sets off on her next adventure.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 900 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://getharvest.com\">Harvest</a> - use the promo code 'designdetails' to save 50% off your first month of Harvest</li>\n</ul>\n\n\n<a name=\"Linda.on.the.Web:\"></a>\n<h5>Linda on the Web:</h5>\n\n<ul>\n<li><a href=\"http://lindaeliasen.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/lindaeliasen\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/littlenono\">Twitter</a></li>\n<li><a href=\"https://medium.com/@lindaeliasen\">Medium</a></li>\n<li><a href=\"https://instagram.com/lindaeliasen/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"https://twitter.com/jongold\">Jon Gold</a></li>\n<li><a href=\"https://2015.xoxofest.com/\">XOXO</a></li>\n</ul>\n\n\n<p><strong>10:00</strong> - Stories</p>\n\n<ul>\n<li><a href=\"https://twitter.com/morganknutson\">Morgan Knutson</a></li>\n<li><a href=\"https://twitter.com/rypearts\">Ryan Putnam</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=-ZuxQcp84o0\">The puppet video</a></li>\n<li><a href=\"https://twitter.com/codyozz\">Cody Osborne</a></li>\n<li><a href=\"https://twitter.com/justinpervorse\">Justin Pervorse</a></li>\n<li><a href=\"http://www.filmorange.com/\">Film Orange</a></li>\n<li><a href=\"http://rickandmorty.wikia.com/wiki/Mr._Meeseeks\">Mr. Meeseeks</a></li>\n<li><a href=\"http://mailchimp.com/\">MailChimp</a></li>\n<li><a href=\"https://twitter.com/benchestnut\">Ben Chestnut</a></li>\n<li><a href=\"https://www.codecademy.com/\">Codecademy</a></li>\n<li><a href=\"http://www.squarespace.com/\">Squarespace</a></li>\n<li><a href=\"https://twitter.com/rsms?lang=en\">Rasmus</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 30 Sep 2015 07:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/f8fa9614.mp3\" length=\"45418406\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/17842/1443571881-artwork.jpg\"/>\n      <itunes:duration>01:03:03</itunes:duration>\n      <itunes:summary>Today we sat down with Linda Eliasen to chat about the latest happenings in her career, what it was like illustrating for Cartoon Network and her favorite project at Dropbox. We also take the time to dig through Linda's journey as a designer leading up until now as she sets off on her next adventure.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Linda Eliasen to chat about the latest happenings in her career, what it was like illustrating for Cartoon Network and her favorite project at Dropbox. We also take the time to dig through Linda's journey as a designer leading up un</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>68</itunes:episode>\n    </item>\n    <item>\n      <title>64: Get Tricky (feat. Alli Dryer)</title>\n      <guid isPermaLink=\"false\">a4c41fac-79a7-4c9d-acfd-32c6488354f4</guid>\n      <link>http://designdetails.simplecast.fm/67</link>\n      <description>Today we caught up with Alli Dryer, a designer and architect working on the Twitter timeline. In this show we chat about Alli's background in design and architecture, what it's like to design at Twitter and what she's working on next.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Alli Dryer, a designer and architect working on the Twitter timeline. In this show we chat about Alli's background in design and architecture, what it's like to design at Twitter and what she's working on next.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 900 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'DESIGNDETAILS' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Alli.on.the.Web:\"></a>\n<h5>Alli on the Web:</h5>\n\n<ul>\n<li><a href=\"http://allidryer.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/allidryer\">Twitter</a></li>\n<li><a href=\"https://instagram.com/allidryer/\">Instagram</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/capptivate.co/id940220184?mt=8\">Capptivate</a></li>\n<li><a href=\"http://badyewex.com/\">Blog</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"http://capptivate.co\">Capptivate</a></li>\n<li><a href=\"http://www.bottlerocketstudios.com/\">Bottle Rocket</a></li>\n<li><a href=\"http://blog.brianlovin.com/design-details/\">Design Details Blog</a></li>\n<li><a href=\"http://pttrns.com/\">Pttrns</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/capptivate.co/id940220184?mt=8\">Capptivate App</a></li>\n</ul>\n\n\n<p><strong>11:00</strong> - Architecture and starting up</p>\n\n<ul>\n<li><a href=\"http://allidryer.com/#/website-architerials/\">Architerials</a></li>\n<li><a href=\"http://badyewex.com/\">Bad Yewex</a></li>\n</ul>\n\n\n<p><strong>20:00</strong> - Twitter</p>\n\n<ul>\n<li><a href=\"https://twitter.com/allidryer\">Alli on Twitter</a></li>\n<li><a href=\"https://codepath.com/\">CodePath</a></li>\n<li><a href=\"https://www.flinto.com/\">Flinto</a></li>\n<li><a href=\"http://www.invisionapp.com/\">InVision</a></li>\n<li><a href=\"http://www.ryangomba.com/automatically-export-sketch-slices-xcode.html\">Export Sketch files to XCode</a></li>\n</ul>\n\n\n<p><strong>36:00</strong> - Interests</p>\n\n<ul>\n<li><a href=\"https://www.oculus.com/en-us/\">Oculus</a></li>\n<li><a href=\"https://www.google.com/get/cardboard/\">Google Cardboard</a></li>\n<li><a href=\"http://uxarchive.com/\">UX Archive</a></li>\n<li><a href=\"http://www.airsquirrels.com/reflector/\">Reflector</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 28 Sep 2015 04:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/d0d3122f.mp3\" length=\"47534891\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/17701/1443417485-artwork.jpg\"/>\n      <itunes:duration>01:05:59</itunes:duration>\n      <itunes:summary>Today we caught up with Alli Dryer, a designer and architect working on the Twitter timeline. In this show we chat about Alli's background in design and architecture, what it's like to design at Twitter and what she's working on next.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Alli Dryer, a designer and architect working on the Twitter timeline. In this show we chat about Alli's background in design and architecture, what it's like to design at Twitter and what she's working on next.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>67</itunes:episode>\n    </item>\n    <item>\n      <title>63: More Nougat (feat. Jon Lax) </title>\n      <guid isPermaLink=\"false\">08c2e530-39b9-4f1c-8f9d-dfff4b556d09</guid>\n      <link>http://designdetails.simplecast.fm/66</link>\n      <description>For episode 63 we sat down with Jon Lax, one of the design directors at Facebook overseeing the Utility Org. Jon is well-known for his writings during his time at Teehan+Lax, the design agency he co-founded with Geoff Teehan. In this show we talk about his work at Facebook, design culture, designing at scale, and of course, Jon's backstory as a designer.\n</description>\n      <content:encoded>\n        <![CDATA[<p>For episode 63 we sat down with Jon Lax, one of the design directors at Facebook overseeing the Utility Org. Jon is well-known for his writings during his time at Teehan+Lax, the design agency he co-founded with Geoff Teehan. In this show we talk about his work at Facebook, design culture, designing at scale, and of course, Jon's backstory as a designer.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 900 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://codeschool.com/designdetails\">Code School</a></li>\n</ul>\n\n\n<a name=\"Jon.on.the.Web:\"></a>\n<h5>Jon on the Web:</h5>\n\n<ul>\n<li><a href=\"http://jonlax.com/\">Website</a></li>\n<li><a href=\"https://medium.com/@jlax\">Medium</a></li>\n<li><a href=\"http://www.teehanlax.com/blog/author/jon/\">Teehan+Lax Blog</a></li>\n<li><a href=\"https://twitter.com/jlax\">Twitter</a></li>\n<li><a href=\"https://instagram.com/jonlax/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>2:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"http://teehanlax.com/\">Teehan+Lax</a></li>\n<li><a href=\"http://www.teehanlax.com/tools/iphone/\">iPhone GUI PSD - iPhone 6</a></li>\n</ul>\n\n\n<p><strong>4:00</strong> - Culture</p>\n\n<ul>\n<li><a href=\"http://spec.fm/podcasts/design-details/13301\">Design Details ft. Julie Zhuo</a></li>\n<li><a href=\"https://twitter.com/mags\">Margaret Stewart</a></li>\n<li><a href=\"https://twitter.com/lkwds\">Luke Woods</a></li>\n<li><a href=\"http://www.teehanlax.com/blog/10-years-of-teehan-lax/\">10 Years of Teehan+Lax</a></li>\n<li><a href=\"http://www.teehanlax.com/blog/author/jon/\">Jon's posts on Teehan+Lax</a></li>\n<li><a href=\"http://www.slideshare.net/reed2001/culture-1798664\">Netflix Culture</a></li>\n<li><a href=\"http://www.triballeadership.net/core-values/core-values-exercises\">Mountains and Valleys</a></li>\n<li><a href=\"http://www.culturesync.net/tribal-leadership-book/\">Tribal Leadership</a></li>\n<li><a href=\"https://twitter.com/mvernal\">Mike Vernal</a></li>\n</ul>\n\n\n<p><strong>19:00</strong> - Backstory</p>\n\n<ul>\n<li><a href=\"http://jobstobedone.org/\">Jobs to be Done</a></li>\n<li><a href=\"https://twitter.com/claychristensen?lang=en\">Clayton Christensen</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Theodore_Levitt\">Theodore Levitt</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/5_Whys\">5 Whys</a></li>\n</ul>\n\n\n<p><strong>44:00</strong> - Designing at scale, more</p>\n\n<ul>\n<li><a href=\"https://twitter.com/wilsonminer?lang=en\">Wilson Miner</a></li>\n<li><a href=\"https://twitter.com/mike_matas\">Mike Matas</a></li>\n<li><a href=\"https://twitter.com/dburka\">Daniel Burka</a></li>\n<li><a href=\"https://medium.com/@joulee\">Julie's Blog</a></li>\n<li><a href=\"http://www.amazon.com/The-Innovators-Dilemma-Revolutionary-Business/dp/0062060244\">The Innovator's Dilemma</a></li>\n<li><a href=\"http://sidewire.com/\">Sidewire</a></li>\n<li><a href=\"http://spec.fm/slack\">Spec Slack Team</a></li>\n<li><a href=\"https://twitter.com/brad_frost\">Brad Frost</a></li>\n<li><a href=\"http://jonlax.com/\">Jon's Website</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 23 Sep 2015 04:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/5f58dcbf.mp3\" length=\"62922511\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/17554/1442967243-artwork.jpg\"/>\n      <itunes:duration>01:27:21</itunes:duration>\n      <itunes:summary>For episode 63 we sat down with Jon Lax, one of the design directors at Facebook overseeing the Utility Org. Jon is well-known for his writings during his time at Teehan+Lax, the design agency he co-founded with Geoff Teehan. In this show we talk about his work at Facebook, design culture, designing at scale, and of course, Jon's backstory as a designer.\n</itunes:summary>\n      <itunes:subtitle>For episode 63 we sat down with Jon Lax, one of the design directors at Facebook overseeing the Utility Org. Jon is well-known for his writings during his time at Teehan+Lax, the design agency he co-founded with Geoff Teehan. In this show we talk about hi</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>66</itunes:episode>\n    </item>\n    <item>\n      <title>62: Pencil Mileage (feat. Alice Lee)</title>\n      <guid isPermaLink=\"false\">507aaff6-0a0d-4257-be71-73b0bc55ec85</guid>\n      <link>http://designdetails.simplecast.fm/65</link>\n      <description>In today's episode we caught up with Alice Lee, a designer, illustrator and developer living in San Francisco. Alice is well-known for her work at Dropbox, illustrating for the New York Times, and her latest freelance work across a range of amazing companies. In this show we chat about her journey as a designer and illustrator, the story behind Dropbox and Carousel and the latest projects Alice is working on.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In today's episode we caught up with Alice Lee, a designer, illustrator and developer living in San Francisco. Alice is well-known for her work at Dropbox, illustrating for the New York Times, and her latest freelance work across a range of amazing companies. In this show we chat about her journey as a designer and illustrator, the story behind Dropbox and Carousel and the latest projects Alice is working on.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 900 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'DESIGNDETAILS' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Alice.on.the.Web:\"></a>\n<h5>Alice on the Web:</h5>\n\n<ul>\n<li><a href=\"http://byalicelee.com/\">Website</a></li>\n<li><a href=\"http://blog.byalicelee.com/\">Blog</a></li>\n<li><a href=\"https://twitter.com/byalicelee\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/byalicelee\">Dribbble</a></li>\n<li><a href=\"https://instagram.com/byalicelee/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"https://postmates.com/\">Postmates</a></li>\n<li><a href=\"http://www.tonkohouse.com/\">Tonko House</a></li>\n<li><a href=\"http://www.thedamkeeper.com/\">The Dam Keeper</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Glen_Keane\">Glen Keane</a></li>\n<li><a href=\"http://claireonacloud.com/\">Claire Keane</a></li>\n<li><a href=\"https://twitter.com/morganknutson\">Morgan Knutson</a></li>\n</ul>\n\n\n<p><strong>27:00</strong> - Carousel and Dropbox</p>\n\n<ul>\n<li><a href=\"https://dribbble.com/RYPEARTS\">Ryan Putnam</a></li>\n<li><a href=\"https://carousel.dropbox.com/\">Carousel</a></li>\n<li><a href=\"http://byalicelee.com/carousel/\">Carousel case study</a></li>\n<li><a href=\"http://www.mikematas.com/\">Mike Matas</a></li>\n<li><a href=\"http://www.fastcompany.com/3043856/tech-forecast/behind-the-scenes-at-dropbox-black-ops\">Jon Ying</a></li>\n<li><a href=\"http://blog.brianlovin.com/design-details-carousel-by-dropbox/\">Design Details: Carousel</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/12598\">Design Details with Ryan Putnam</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/17168\">Design Details with Josh Puckett</a></li>\n</ul>\n\n\n<p><strong>37:00</strong> - Other projects</p>\n\n<ul>\n<li><a href=\"http://www.ketums.com/\">Ketums</a></li>\n<li><a href=\"http://www.byalicelee.com/ketums/\">Ketums case study</a></li>\n</ul>\n\n\n<p><strong>50:00</strong> - Voice</p>\n\n<ul>\n<li><a href=\"https://en.wikipedia.org/wiki/Naruto\">Naruto</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 21 Sep 2015 04:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/7bd59008.mp3\" length=\"43667037\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/17454/1442798284-artwork.jpg\"/>\n      <itunes:duration>01:00:37</itunes:duration>\n      <itunes:summary>In today's episode we caught up with Alice Lee, a designer, illustrator and developer living in San Francisco. Alice is well-known for her work at Dropbox, illustrating for the New York Times, and her latest freelance work across a range of amazing companies. In this show we chat about her journey as a designer and illustrator, the story behind Dropbox and Carousel and the latest projects Alice is working on.\n</itunes:summary>\n      <itunes:subtitle>In today's episode we caught up with Alice Lee, a designer, illustrator and developer living in San Francisco. Alice is well-known for her work at Dropbox, illustrating for the New York Times, and her latest freelance work across a range of amazing compan</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>65</itunes:episode>\n    </item>\n    <item>\n      <title>61: State of Louisville (feat. Josh Puckett)</title>\n      <guid isPermaLink=\"false\">1aedbeb5-e1fe-4bd6-bffd-ad53f3438c93</guid>\n      <link>http://designdetails.simplecast.fm/64</link>\n      <description>In today's show we caught up with Josh Puckett, a designer and developer living in Palo Alto. We talk about Josh's journey at Dropbox and what it was like to build Carousel, how he manages to make so many apps, the current state of design tools, and the world of freelance designing. Stick around after the show to hear our 30 minutes of bonus conversation about the latest Apple event!\n</description>\n      <content:encoded>\n        <![CDATA[<p>In today's show we caught up with Josh Puckett, a designer and developer living in Palo Alto. We talk about Josh's journey at Dropbox and what it was like to build Carousel, how he manages to make so many apps, the current state of design tools, and the world of freelance designing. Stick around after the show to hear our 30 minutes of bonus conversation about the latest Apple event!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 900 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://codeschool.com/designdetails\">Code School</a></li>\n<li><a href=\"http://hired.com/designdetails\">Hired</a></li>\n</ul>\n\n\n<a name=\"Josh.on.the.Web:\"></a>\n<h5>Josh on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/joshpuckett\">Twitter</a></li>\n<li><a href=\"https://instagram.com/joshpuckett/\">Instagram</a></li>\n<li><a href=\"http://joshpuckett.me/\">Website</a></li>\n<li><a href=\"https://dribbble.com/joshpuckett\">Dribbble</a></li>\n<li><a href=\"https://medium.com/@joshpuckett\">Medium</a></li>\n<li><a href=\"https://github.com/joshpuckett\">GitHub</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"https://twitter.com/stewart/status/641391662078365696\">Stewart's Tweet</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/16690\">Design Details with Tara Mann</a></li>\n<li><a href=\"https://twitter.com/stammy\">Stammy</a></li>\n</ul>\n\n\n<p><strong>9:00</strong> - The Carousel story</p>\n\n<ul>\n<li><a href=\"https://carousel.dropbox.com/\">Carousel</a></li>\n<li><a href=\"http://blog.brianlovin.com/design-details-carousel-by-dropbox/\">Carousel on Design Details</a></li>\n<li><a href=\"https://twitter.com/vashthest\">Yi Wei</a></li>\n</ul>\n\n\n<p><strong>15:00</strong> - Building side projects</p>\n\n<ul>\n<li><a href=\"http://joshpuckett.me/projects.html\">Josh's side projects</a></li>\n<li><a href=\"https://twitter.com/iansilber\">Ian Silber</a></li>\n<li><a href=\"https://epicurrence.com/\">Epicurrence</a></li>\n<li><a href=\"https://dribbble.com/shots/1902846-Trim\">Trim App</a></li>\n<li><a href=\"http://blog.instagram.com/post/114416360957/layout-from-instagram\">Layout from Instagram</a></li>\n<li><a href=\"http://techcrunch.com/2015/06/08/apple-wwdc-intro-video-features-bill-hader/\">Bill Hader, Siri</a></li>\n<li><a href=\"https://www.soylent.com/\">Soylent</a></li>\n<li><a href=\"http://www.imdb.com/title/tt2707408/\">Narcos</a></li>\n<li><a href=\"https://medium.com/@luckyshirt/dear-guy-who-just-made-my-burrito-fd08c0babb57\">Dear Guy Who Just Made My Burrito</a></li>\n<li><a href=\"http://www.charitywater.org/\">Charity Water</a></li>\n<li><a href=\"http://spec.fm/slack\">Spec Slack Team</a></li>\n</ul>\n\n\n<p><strong>32:00</strong> - Design tools</p>\n\n<ul>\n<li><a href=\"https://medium.com/bridge-collection/modern-design-tools-adaptive-layouts-e236070856e3\">Modern Design Tools: Adaptive Layouts</a></li>\n<li><a href=\"https://medium.com/bridge-collection/modern-design-tools-using-real-data-62d499e97482\">Modern Design Tools: Using Real Data</a></li>\n<li><a href=\"https://dribbble.com/shots/1590268-Tweak-2\">Tweak</a></li>\n<li><a href=\"http://principleformac.com/\">Principle for Mac</a></li>\n<li><a href=\"http://www.hrescak.com/\">Matej Hrescak</a></li>\n<li><a href=\"http://brandonwalkin.com/\">Brandon Walkin</a></li>\n<li><a href=\"http://bohemiancoding.com/sketch/\">Sketch</a></li>\n<li><a href=\"http://www.sketchappsources.com/plugins-for-sketch.html\">Sketch Plugins</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/10452\">Design Details with Bradee Evans</a></li>\n<li><a href=\"https://github.com/joshpuckett/SketchPlugins\">Josh's Sketch Plugins</a></li>\n<li><a href=\"https://www.fontfont.com/how-to-use-ff-chartwell\">FF Chartwell</a></li>\n<li><a href=\"http://www.wired.com/2015/08/facebook-launches-m-new-kind-virtual-assistant/\">M</a></li>\n</ul>\n\n\n<p><strong>45:00</strong> - Wealthfront</p>\n\n<ul>\n<li><a href=\"https://www.wealthfront.com/\">Wealthfront</a></li>\n<li><a href=\"http://www.imdb.com/title/tt4158110/\">Mr. Robot</a></li>\n<li><a href=\"http://www.apple.com/tv/\">Apple TV</a></li>\n<li><a href=\"http://www.canistream.it/\">Can I Stream It</a></li>\n</ul>\n\n\n<p><strong>50:00</strong> - Freelancing</p>\n\n<ul>\n<li><a href=\"https://twitter.com/allanbranch\">Allan Branch</a></li>\n<li><a href=\"https://twitter.com/soleio\">Soleio</a></li>\n<li><a href=\"https://twitter.com/mantia\">Louie Mantia</a></li>\n<li><a href=\"https://twitter.com/rsms\">Rasmus Andersson</a></li>\n<li><a href=\"https://github.com/rsms/fb-mac-messenger\">Messenger for Mac</a></li>\n<li><a href=\"https://twitter.com/littlenono\">Linda Eliasen</a></li>\n<li><a href=\"https://twitter.com/EnriqueAllen\">Enrique Allen</a></li>\n<li><a href=\"https://twitter.com/blumenfeld\">Ben Blumenfeld</a></li>\n</ul>\n\n\n<p><strong>1:06:00</strong> - Bonus! We chat about the Apple event</p>\n]]>\n      </content:encoded>\n      <pubDate>Wed, 16 Sep 2015 04:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/446149d4.mp3\" length=\"62358290\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/17168/1442133394-artwork.jpg\"/>\n      <itunes:duration>01:26:34</itunes:duration>\n      <itunes:summary>In today's show we caught up with Josh Puckett, a designer and developer living in Palo Alto. We talk about Josh's journey at Dropbox and what it was like to build Carousel, how he manages to make so many apps, the current state of design tools, and the world of freelance designing. Stick around after the show to hear our 30 minutes of bonus conversation about the latest Apple event!\n</itunes:summary>\n      <itunes:subtitle>In today's show we caught up with Josh Puckett, a designer and developer living in Palo Alto. We talk about Josh's journey at Dropbox and what it was like to build Carousel, how he manages to make so many apps, the current state of design tools, and the w</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>64</itunes:episode>\n    </item>\n    <item>\n      <title>60: One Big Wrist Button (feat. Ayaka Nonaka and Sam Soffes) </title>\n      <guid isPermaLink=\"false\">c98d9ed4-cc8e-4485-9b4c-6490f33a467f</guid>\n      <link>http://designdetails.simplecast.fm/63</link>\n      <description>In this episode we sat down with Ayaka Nonaka and Sam Soffes to deconstruct the new Apple announcements from last week. We dig through each product and talk about the design and development implications we can expect in the future!\n</description>\n      <content:encoded>\n        <![CDATA[<p>In this episode we sat down with Ayaka Nonaka and Sam Soffes to deconstruct the new Apple announcements from last week. We dig through each product and talk about the design and development implications we can expect in the future!</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 900 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'ROBOT' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Ayaka.on.the.Web:\"></a>\n<h5>Ayaka on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/ayanonagon\">Twitter</a></li>\n<li><a href=\"http://www.ayaka.me/\">Website</a></li>\n<li><a href=\"https://github.com/ayanonagon\">GitHub</a></li>\n<li><a href=\"https://medium.com/@ayanonagon\">Medium</a></li>\n<li><a href=\"https://instagram.com/ayanonagon/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Sam.on.the.Web:\"></a>\n<h5>Sam on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/soffes\">Twitter</a></li>\n<li><a href=\"http://soff.es/\">Website</a></li>\n<li><a href=\"https://github.com/soffes\">Github</a></li>\n<li><a href=\"https://instagram.com/soffes/\">Instagram</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/redacted/id984968384?mt=12\">Redacted</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - Introductions + Apple Chat</p>\n\n<ul>\n<li><a href=\"https://venmo.com/\">Venmo</a></li>\n<li><a href=\"http://www.apple.com/apple-events/september-2015/\">Apple September Event</a></li>\n<li><a href=\"http://www.bloomberg.com/features/2015-how-apple-built-3d-touch-iphone-6s/\">How Apple Built 3D Touch</a></li>\n<li><a href=\"http://www.amazon.com/Amazon-SK705DI-Echo/dp/B00X4WHP5E\">Amazon Echo</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 14 Sep 2015 07:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/88f9e398.mp3\" length=\"50712621\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/17167/1442129754-artwork.jpg\"/>\n      <itunes:duration>01:10:24</itunes:duration>\n      <itunes:summary>In this episode we sat down with Ayaka Nonaka and Sam Soffes to deconstruct the new Apple announcements from last week. We dig through each product and talk about the design and development implications we can expect in the future!\n</itunes:summary>\n      <itunes:subtitle>In this episode we sat down with Ayaka Nonaka and Sam Soffes to deconstruct the new Apple announcements from last week. We dig through each product and talk about the design and development implications we can expect in the future!\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>63</itunes:episode>\n    </item>\n    <item>\n      <title>59: Bay Curious (feat. Tara Mann) </title>\n      <guid isPermaLink=\"false\">8acf52c0-6e81-4cb9-b33f-c15b584a0645</guid>\n      <link>http://designdetails.simplecast.fm/62</link>\n      <description>For episode 59 we caught up with Tara Mann, a product designer and sneaker collector currently making things at Twitter. In this show we dig into Tara's background and discuss what it means to grow as a new designer. We also chat about the recent Google rebrand, entrepreneurial thought leaders and design school.\n</description>\n      <content:encoded>\n        <![CDATA[<p>For episode 59 we caught up with Tara Mann, a product designer and sneaker collector currently making things at Twitter. In this show we dig into Tara's background and discuss what it means to grow as a new designer. We also chat about the recent Google rebrand, entrepreneurial thought leaders and design school.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 800 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://www.hired.com/designdetails\">Hired</a></li>\n<li><a href=\"http://getharvest.com\">Harvest</a> - use the promo code 'designdetails' to save 50% off your first month of Harvest</li>\n</ul>\n\n\n<a name=\"Tara.on.the.Web:\"></a>\n<h5>Tara on the Web:</h5>\n\n<ul>\n<li><a href=\"http://taramann.com/\">Website</a></li>\n<li><a href=\"https://instagram.com/taramann/\">Instagram</a></li>\n<li><a href=\"https://twitter.com/taramann\">Twitter</a></li>\n<li><a href=\"https://twitter.com/trylinks\">Links for iOS</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"http://hypebeast.com/\">Hypebeast</a></li>\n<li><a href=\"http://www.sneakerfreaker.com/\">Sneaker Freaker</a></li>\n<li><a href=\"http://www.flightclub.com/nike-dunk-low-pro-sb-pigeon-medium-grey-white-dark-grey-080016\">Dunk SB Pigeon</a></li>\n<li><a href=\"http://www.flightclub.com/\">Flight Club</a></li>\n</ul>\n\n\n<p><strong>10:00</strong> - Design school</p>\n\n<ul>\n<li><a href=\"http://www.newschool.edu/parsons/\">Parsons School of Design</a></li>\n<li><a href=\"https://twitter.com/jenniferbrook?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\">Jennifer Brook</a></li>\n<li><a href=\"https://twitter.com/khoi\">Khoi Vinh</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/10060\">Design Details ft. Khoi Vinh</a></li>\n<li><a href=\"http://spec.fm/podcasts/immutable/16259\">Immutable Episode 1</a></li>\n<li><a href=\"https://www.fontshop.com/families/ff-din\">DIN</a></li>\n</ul>\n\n\n<p><strong>14:00</strong> - New Google logo</p>\n\n<ul>\n<li><a href=\"https://storage.googleapis.com/g-design/static/product-sans-specimen.pdf\">Product Sans</a></li>\n<li><a href=\"https://design.google.com/articles/evolving-the-google-identity/\">Evolving the Google Identity</a></li>\n<li><a href=\"http://kottke.org/15/09/google-has-a-new-logo\">Gymboree vs. Google</a></li>\n</ul>\n\n\n<p><strong>16:00</strong> - Background</p>\n\n<ul>\n<li><a href=\"http://daringfireball.net/\">Daring Fireball</a></li>\n<li><a href=\"http://www.marco.org/\">Marco Arment</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/16274\">Startups vs. Agencies discussion</a></li>\n<li><a href=\"http://science-inc.com/\">Science</a></li>\n<li><a href=\"http://www.aubrey.me/\">Aubrey Johnson</a></li>\n</ul>\n\n\n<p><strong>34:00</strong> - Design chat</p>\n\n<ul>\n<li><a href=\"https://itunes.apple.com/us/app/keezy/id605855595?mt=80\">Keezy</a></li>\n<li><a href=\"http://ecorner.stanford.edu/podcasts.html\">Entrepreneurial Thought Leaders</a></li>\n<li><a href=\"http://deuscustoms.com/\">Deus</a></li>\n<li><a href=\"https://twitter.com/mikeindustries\">Mike Davidson</a></li>\n<li><a href=\"https://twitter.com/Stammy\">Stammy</a></li>\n<li><a href=\"https://twitter.com/sf_avi\">Avi Cieplinski</a></li>\n<li><a href=\"https://buffer.com/\">Buffer</a></li>\n<li><a href=\"http://metalab.co/\">MetaLab</a></li>\n<li><a href=\"https://medium.com/facebook-design/live-for-mentions-cb91b8a59a27\">Designing Live for Facebook Mentions</a></li>\n<li><a href=\"https://design.google.com/articles/evolving-the-google-identity/\">Evolving the Google Identity</a></li>\n<li><a href=\"http://paulstamatiou.com/twitter-video/\">Designing Twitter Video</a></li>\n<li><a href=\"https://medium.com/the-way-north/the-making-of-tiiny-60b527757997\">The Making of Tiiny</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 09 Sep 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/ace77c48.mp3\" length=\"42258613\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/16690/1441749348-artwork.jpg\"/>\n      <itunes:duration>00:58:39</itunes:duration>\n      <itunes:summary>For episode 59 we caught up with Tara Mann, a product designer and sneaker collector currently making things at Twitter. In this show we dig into Tara's background and discuss what it means to grow as a new designer. We also chat about the recent Google rebrand, entrepreneurial thought leaders and design school.\n</itunes:summary>\n      <itunes:subtitle>For episode 59 we caught up with Tara Mann, a product designer and sneaker collector currently making things at Twitter. In this show we dig into Tara's background and discuss what it means to grow as a new designer. We also chat about the recent Google r</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>62</itunes:episode>\n    </item>\n    <item>\n      <title>58: Fat Cat Cat Chat (feat. Kyle Meyer and Charlie Deets) </title>\n      <guid isPermaLink=\"false\">1a9b8a4f-3f81-400b-ae36-212df7180615</guid>\n      <link>http://designdetails.simplecast.fm/61</link>\n      <description>In this episode we caught up with Kyle Meyer and Charlie Deets, two product designers that have a huge range of experience in the design and development world. We chat about design at Facebook, remote working, unsolicited redesigns and the power of sound.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In this episode we caught up with Kyle Meyer and Charlie Deets, two product designers that have a huge range of experience in the design and development world. We chat about design at Facebook, remote working, unsolicited redesigns and the power of sound.</p>\n\n<p>Come chat with us in our new <a href=\"http://spec.fm/slack\">Slack team</a>! Over 750 designers and developers have already joined our team, chatting about the latest tools and news in the design world. Each week we also host a community critique with a special guest host. To join our team visit our <a href=\"http://spec.fm/slack\">Slack invite page</a> and we'll send you an invitation!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'ROBOT' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Kyle.on.the.Web:\"></a>\n<h5>Kyle on the Web:</h5>\n\n<ul>\n<li><a href=\"http://kylemeyer.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/kylemeyer\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/kylemeyer\">Dribbble</a></li>\n<li><a href=\"http://blog.kylemeyer.com/\">Blog</a></li>\n<li><a href=\"https://instagram.com/kylemeyer/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Charlie.on.the.Web:\"></a>\n<h5>Charlie on the Web:</h5>\n\n<ul>\n<li><a href=\"http://charliedeets.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/charliedeets\">Twitter</a></li>\n<li><a href=\"https://soundcloud.com/charliedeets\">SoundCloud</a></li>\n<li><a href=\"https://dribbble.com/charliedeets\">Dribbble</a></li>\n<li><a href=\"https://medium.com/@charliedeets\">Blog</a></li>\n<li><a href=\"https://instagram.com/lasereyes/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"http://www.facebookgroups.com/\">Facebook Groups</a></li>\n<li><a href=\"http://whyamicrazytoday.com/\">MOON app</a></li>\n<li><a href=\"http://catchat.fish/\">Cat Chat</a></li>\n<li><a href=\"http://charliedeets.com/rethinking-the-destiny-companion-app/\">Rethinking the Destiny Companion App</a></li>\n</ul>\n\n\n<p><strong>10:00</strong> - Unsolicited redesigns</p>\n\n<ul>\n<li><a href=\"http://www.slate.com/articles/technology/technology/2009/07/lets_fix_facebook.html\">Four Ways to Redesign Facebook</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/16058\">Wilson Miner and Ryan Sims on Design Details</a></li>\n</ul>\n\n\n<p><strong>14:00</strong> - Backstories</p>\n\n<ul>\n<li><a href=\"https://www.bigcartel.com/\">Big Cartel</a></li>\n</ul>\n\n\n<p><strong>27:00</strong> - Facebook Groups, games, sound design</p>\n\n<ul>\n<li><a href=\"https://twitter.com/wavegroupwill\">Will Littlejohn</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=hMJvw-RfTEI\">Messenger sound design</a></li>\n<li><a href=\"https://messenger.com\">Messenger</a></li>\n<li><a href=\"http://us.battle.net/hearthstone/en/\">Hearthstone</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=uGHYIrjd6PY\">it's pollinating time</a></li>\n<li><a href=\"http://spec.fm/podcasts/immutable\">Immutable</a></li>\n<li><a href=\"https://soundcloud.com/charliedeets\">Charlie on SoundCloud</a></li>\n</ul>\n\n\n<p><strong>44:00</strong> - More backstories</p>\n\n<ul>\n<li><a href=\"http://electricpulp.com/\">Electric Pulp</a></li>\n<li><a href=\"http://blindbrowser.com/\">Blind Browser</a></li>\n<li><a href=\"http://helloduo.com/\">Duo App</a></li>\n</ul>\n\n\n<p>_57:00__ - Workflows</p>\n\n<ul>\n<li><a href=\"https://wake.io\">Wake</a></li>\n<li><a href=\"http://reactwithpeek.com/\">Peek</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 07 Sep 2015 01:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/9e13b73d.mp3\" length=\"50887223\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/16445/1441590714-artwork.jpg\"/>\n      <itunes:duration>01:10:38</itunes:duration>\n      <itunes:summary>In this episode we caught up with Kyle Meyer and Charlie Deets, two product designers that have a huge range of experience in the design and development world. We chat about design at Facebook, remote working, unsolicited redesigns and the power of sound.\n</itunes:summary>\n      <itunes:subtitle>In this episode we caught up with Kyle Meyer and Charlie Deets, two product designers that have a huge range of experience in the design and development world. We chat about design at Facebook, remote working, unsolicited redesigns and the power of sound.</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>61</itunes:episode>\n    </item>\n    <item>\n      <title>57: DubDubDub (feat. Robin and Roxane Clediere)</title>\n      <guid isPermaLink=\"false\">e0a7c607-bcd6-421b-befe-2ec73da835db</guid>\n      <link>http://designdetails.simplecast.fm/60</link>\n      <description>In this episode, we hung out with Robin and Roxane Clediere. They're a pair of French designers who not only are married, but work together on design projects. We discussed working together as a couple, joining Facebook, and moving from a small town in France to San Francisco.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In this episode, we hung out with Robin and Roxane Clediere. They're a pair of French designers who not only are married, but work together on design projects. We discussed working together as a couple, joining Facebook, and moving from a small town in France to San Francisco.</p>\n\n<p>If you missed it, we recently announced <a href=\"http://spec.fm\">Spec</a>, a new podcast network for designers and developers and our first new show, <a href=\"http://spec.fm/podcasts/immutable\">Immutable</a>! We hope you'll check it out and follow <a href=\"https://twitter.com/specfm\">@specfm</a> and <a href=\"https://twitter.com/immutablefm\">@immutablefm</a> on Twitter for new shows and updates!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://codeschool.com/designdetails\">Code School</a></li>\n<li><a href=\"http://hired.com/designdetails\">Hired</a></li>\n</ul>\n\n\n<a name=\"Roxane.on.the.Web:\"></a>\n<h5>Roxane on the Web:</h5>\n\n<ul>\n<li><a href=\"http://www.roxaneclediere.com\">Website</a></li>\n<li><a href=\"https://twitter.com/roxaneclediere\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/roxane\">Dribbble</a></li>\n<li><a href=\"https://medium.com/@roxane\">Medium</a></li>\n<li><a href=\"https://roxane.exposure.co\">Exposure</a></li>\n</ul>\n\n\n<a name=\"Robin.on.the.Web\"></a>\n<h5>Robin on the Web</h5>\n\n<ul>\n<li><a href=\"http://robinclediere.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/robinclediere\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/robinclediere\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:30</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"https://en.wikipedia.org/wiki/Limoges\">Limoges, France</a></li>\n</ul>\n\n\n<p><strong>7:00</strong> - Joining Facebook</p>\n\n<p><strong>10:00</strong> - Working together as a couple, getting visas, and side projects</p>\n\n<ul>\n<li><a href=\"https://roxane.exposure.co/52-burgers-1\">52 Burgers</a></li>\n<li><a href=\"http://marlowesf.com\">Marlowe</a></li>\n<li><a href=\"http://www.burger-bar.com\">Burger Bar</a></li>\n<li><a href=\"http://www.peopleoverheroes.com\">People Over Heroes</a></li>\n<li><a href=\"https://dribbble.com/roxane\">Roxane's illustration style</a></li>\n</ul>\n\n\n<p><strong>21:30</strong> - Getting started in design &amp; working with large design teams</p>\n\n<ul>\n<li><a href=\"http://lesavignons.com\">Les Avignons</a></li>\n<li><a href=\"http://365awesomedesigners.com\">365 Awesome Designers</a></li>\n<li><a href=\"https://twitter.com/gt\">Geoff Teehan</a></li>\n<li><a href=\"https://twitter.com/jlax\">Jon Lax</a></li>\n<li><a href=\"https://twitter.com/ChrisTauziet\">Christophe Tauziet</a></li>\n<li><a href=\"https://twitter.com/ClaireTauziet\">Claire Tauziet</a></li>\n<li><a href=\"https://twitter.com/kounterb\">Sebastien Gabriel</a></li>\n<li><a href=\"https://twitter.com/jm_denis\">Jean-Marc Denis</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/14062\">Sebastien and Jean-Marc's episode</a></li>\n<li><a href=\"https://twitter.com/maxvoltar\">Tim Van Damme</a></li>\n</ul>\n\n\n<p><strong>37:00</strong> - Launching a product at Facebook</p>\n\n<ul>\n<li><a href=\"https://twitter.com/gem_ray\">Cemre Güngör</a></li>\n<li><a href=\"http://branch.com\">Branch</a></li>\n<li><a href=\"http://framerjs.com\">Framer</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Quartz_Composer\">Quartz Composer</a></li>\n<li><a href=\"http://techcrunch.com/2015/06/18/facebook-see-first-puts-your-favorite-people-atop-the-feed/\">See First</a></li>\n<li><a href=\"https://www.facebook.com/zuck\">Zuck</a></li>\n</ul>\n\n\n<p><strong>45:00</strong> - Design Tools</p>\n\n<ul>\n<li><a href=\"https://marvelapp.com\">Marvel</a></li>\n<li><a href=\"https://twitter.com/chantastique\">Chantal Jandard</a></li>\n<li><a href=\"https://deardesignstudent.com/mo-tools-mo-problems-9ff8abeb98ee\">Mo' Tools, Mo' Problems</a></li>\n<li><a href=\"https://twitter.com/marcedwards\">Marc Edwards</a></li>\n<li><a href=\"https://twitter.com/muledesign\">Mule Design</a></li>\n<li><a href=\"https://twitter.com/essl\">Mike Essl</a></li>\n<li><a href=\"https://www.designernews.co/comments/171135\">Marc's Response</a></li>\n<li><a href=\"http://spec.fm/slack\">Spec Slack Team</a></li>\n<li><a href=\"http://gruntjs.com\">Grunt</a></li>\n<li><a href=\"http://gulpjs.com\">Gulp</a></li>\n<li><a href=\"https://robots.thoughtbot.com/animating-with-keynote\">Keynote Prototyping</a></li>\n<li><a href=\"http://principleformac.com\">Principle</a></li>\n<li><a href=\"https://twitter.com/danielchooper\">Daniel Hooper</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/principle-mirror-ui-design/id991911319?mt=8\">Principle Mirror for iOS</a></li>\n</ul>\n\n\n<p><strong>55:00</strong> - Startups vs Agencies</p>\n\n<ul>\n<li><a href=\"https://deardesignstudent.com/8-reasons-to-turn-down-that-startup-job-1f82a00ade34\">8 Reasons to Turn Down That Startup Job</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Power_Man_and_Iron_Fist\">Luke Cage &amp; Iron Fist</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 02 Sep 2015 06:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/39e42cb0.mp3\" length=\"49628302\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/16274/1441158090-artwork.jpg\"/>\n      <itunes:duration>01:08:53</itunes:duration>\n      <itunes:summary>In this episode, we hung out with Robin and Roxane Clediere. They're a pair of French designers who not only are married, but work together on design projects. We discussed working together as a couple, joining Facebook, and moving from a small town in France to San Francisco.\n</itunes:summary>\n      <itunes:subtitle>In this episode, we hung out with Robin and Roxane Clediere. They're a pair of French designers who not only are married, but work together on design projects. We discussed working together as a couple, joining Facebook, and moving from a small town in Fr</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>60</itunes:episode>\n    </item>\n    <item>\n      <title>56: Lego Bits (feat. Adam Morse) </title>\n      <guid isPermaLink=\"false\">b601bb9a-c665-450f-bf80-52decaa8b720</guid>\n      <link>http://designdetails.simplecast.fm/59</link>\n      <description>In this episode we sat down with Adam Morse, aka mrmrs, a front-end developer and designer. Adam shares his knowledge of building systems and making the internet better.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In this episode we sat down with Adam Morse, aka mrmrs, a front-end developer and designer. Adam shares his knowledge of building systems and making the internet better.</p>\n\n<p>If you missed it, we recently announced <a href=\"http://spec.fm\">Spec</a>, a new podcast network for designers and developers! We hope you'll check it out and follow <a href=\"https://twitter.com/specfm\">@specfm</a> on Twitter for new shows and updates!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://getharvest.com\">Harvest</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'ROBOT' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Adam.on.the.Web:\"></a>\n<h5>Adam on the Web:</h5>\n\n<ul>\n<li><a href=\"http://mrmrs.cc/\">Website</a></li>\n<li><a href=\"https://github.com/mrmrs\">GitHub</a></li>\n<li><a href=\"https://twitter.com/mrmrs_\">Twitter</a></li>\n<li><a href=\"http://mrmrs.io/\">Other website</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"https://thegrid.io/\">The Grid</a></li>\n<li><a href=\"https://github.com/mrmrs/tachyons\">Tachyons</a></li>\n</ul>\n\n\n<p><strong>12:00</strong> - CSS</p>\n\n<ul>\n<li><a href=\"http://www.basscss.com/\">Basscss</a></li>\n<li><a href=\"https://twitter.com/jxnblk\">Brent Jackson</a></li>\n<li><a href=\"https://github.com/cssstats/cssstats\">CSS Stats</a></li>\n<li><a href=\"http://mrsjxn.com/\">MRSJXN</a></li>\n</ul>\n\n\n<p><strong>22:00</strong> - Writing</p>\n\n<ul>\n<li><a href=\"http://xn--h4hg.ws/\">mrmrs blog</a></li>\n<li><a href=\"http://xn--h4hg.ws/2015/08/11/books-to-read/\">Adam's reading list</a></li>\n<li><a href=\"http://www.zell-weekeat.com/how-to-write-mobile-first-css\">Mobile-first CSS</a></li>\n<li><a href=\"https://github.com/postcss/postcss\">PostCSS</a></li>\n<li><a href=\"https://twitter.com/fat\">@fat</a></li>\n<li><a href=\"http://spec.fm/podcasts/design-details/15975\">Jacob Thornton on Design Details</a></li>\n<li><a href=\"https://twitter.com/jongold\">Jon Gold</a></li>\n</ul>\n\n\n<p><strong>43:00</strong> - Other</p>\n\n<ul>\n<li><a href=\"http://techcrunch.com/gallery/everything-you-need-to-know-about-ios-9s-new-content-blockers/\">iOS 9 Content Blockers</a></li>\n<li><a href=\"https://twitter.com/jasonsantamaria\">Jason Santa Maria</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 31 Aug 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/f76935d1.mp3\" length=\"41890596\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/16190/1440970827-artwork.jpg\"/>\n      <itunes:duration>00:58:09</itunes:duration>\n      <itunes:summary>In this episode we sat down with Adam Morse, aka mrmrs, a front-end developer and designer. Adam shares his knowledge of building systems and making the internet better.\n</itunes:summary>\n      <itunes:subtitle>In this episode we sat down with Adam Morse, aka mrmrs, a front-end developer and designer. Adam shares his knowledge of building systems and making the internet better.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>59</itunes:episode>\n    </item>\n    <item>\n      <title>55: Wizards (feat. Wilson Miner and Ryan Sims)</title>\n      <guid isPermaLink=\"false\">353f8ed6-80ed-4b49-871b-aa40c64029a8</guid>\n      <link>http://designdetails.simplecast.fm/57</link>\n      <description>They're back! In this episode we sat down with Wilson Miner and Ryan Sims to chat about their latest adventures in design, Apple Music, design collaboration and job transitions.\n</description>\n      <content:encoded>\n        <![CDATA[<p>They're back! In this episode we sat down with Wilson Miner and Ryan Sims to chat about their latest adventures in design, Apple Music, design collaboration and job transitions.</p>\n\n<p>If you missed it, we recently announced <a href=\"http://spec.fm\">Spec</a>, a new podcast network for designers and developers! We hope you'll check it out and follow <a href=\"https://twitter.com/specfm\">@specfm</a> on Twitter for new shows and updates!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://www.Hired.com/designdetails\">Hired</a></li>\n</ul>\n\n\n<a name=\"Wilson.on.the.Web:\"></a>\n<h5>Wilson on the Web:</h5>\n\n<ul>\n<li><a href=\"http://wilsonminer.com\">Website</a></li>\n<li><a href=\"https://twitter.com/wilsonminer\">Twitter</a></li>\n<li><a href=\"https://instagram.com/wilsonminer/\">Instagram</a></li>\n<li><a href=\"http://vimeo.com/34017777\">When We Build</a></li>\n<li><a href=\"https://dribbble.com/wilsonminer\">Dribbble</a></li>\n<li><a href=\"http://www.quora.com/Wilson-Miner\">Quora</a></li>\n</ul>\n\n\n<a name=\"Ryan.on.the.Web:\"></a>\n<h5>Ryan on the Web:</h5>\n\n<ul>\n<li><a href=\"http://rynsms.com/about\">Website</a></li>\n<li><a href=\"https://twitter.com/simmy\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/simmy\">Dribbble</a></li>\n<li><a href=\"http://www.rdio.com/people/simmy/\">Rdio</a></li>\n<li><a href=\"https://instagram.com/simmy/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"https://californiasunday.com/\">California Sunday Magazine</a></li>\n<li><a href=\"http://spec.fm/show/design-details/7935\">Wilson on Design Details</a></li>\n<li><a href=\"http://spec.fm/show/design-details/9395\">Ryan on Design Details</a></li>\n</ul>\n\n\n<p><strong>7:00</strong> - Transitioning jobs, Apple Music, collaborating</p>\n\n<ul>\n<li><a href=\"https://twitter.com/adampolselli\">Adam Polselli</a></li>\n<li><a href=\"https://twitter.com/LBM\">Laura Miner</a></li>\n<li><a href=\"http://max.adobe.com/\">Adobe MAX</a></li>\n<li><a href=\"https://rdio.com\">Rdio</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 26 Aug 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/8d91a29c.mp3\" length=\"49680619\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/16058/1440537508-artwork.jpg\"/>\n      <itunes:duration>01:08:58</itunes:duration>\n      <itunes:summary>They're back! In this episode we sat down with Wilson Miner and Ryan Sims to chat about their latest adventures in design, Apple Music, design collaboration and job transitions.\n</itunes:summary>\n      <itunes:subtitle>They're back! In this episode we sat down with Wilson Miner and Ryan Sims to chat about their latest adventures in design, Apple Music, design collaboration and job transitions.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>57</itunes:episode>\n    </item>\n    <item>\n      <title>54: Cute Puppy Syndrome (feat. Jacob Thornton)</title>\n      <guid isPermaLink=\"false\">49a2b18f-4b33-4159-8275-59ea518ab7de</guid>\n      <link>http://designdetails.simplecast.fm/56</link>\n      <description>Today we sat down with Jacob Thornton, co-founder of Bootstrap and previously an engineer at Twitter and Medium. Jacob tells us all about his magical experience with Snoop Dogg, the history of CSS and the free software movement.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Jacob Thornton, co-founder of Bootstrap and previously an engineer at Twitter and Medium. Jacob tells us all about his magical experience with Snoop Dogg, the history of CSS and the free software movement.</p>\n\n<p>If you missed it, we recently announced <a href=\"http://spec.fm\">Spec</a>, a new podcast network for designers and developers! We hope you'll check it out and follow <a href=\"https://twitter.com/specfm\">@specfm</a> on Twitter for new shows and updates!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'ROBOT' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Jacob.on.the.Web:\"></a>\n<h5>Jacob on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/fat\">Twitter</a></li>\n<li><a href=\"https://github.com/fat\">GitHub</a></li>\n<li><a href=\"http://byfat.xxx\">Website</a></li>\n<li><a href=\"http://getbootstrap.com/\">Bootstrap</a></li>\n<li><a href=\"https://medium.com/@fat\">Medium</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - Introductions and Snoop Dogg</p>\n\n<ul>\n<li><a href=\"https://www.youtube.com/watch?v=MC1q5Dvgyjg\">Snoop Dogg at Twitter</a></li>\n</ul>\n\n\n<p><strong>11:00</strong> - Free software</p>\n\n<ul>\n<li><a href=\"https://en.wikipedia.org/wiki/Richard_Stallman\">Richard Stallman</a></li>\n<li><a href=\"http://www.fsf.org/\">Free Software Foundation</a></li>\n<li><a href=\"http://www.catb.org/esr/writings/cathedral-bazaar/\">The Cathedral and the Bazaar</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=UIDb6VBO9os\">What Is Open Source &amp; Why Do I Feel So Guilty?</a></li>\n<li><a href=\"http://byfat.xxx\">byfat.xxx</a></li>\n<li><a href=\"https://twitter.com/dhg\">Dave Gamache</a></li>\n</ul>\n\n\n<p><strong>23:00</strong> - Bootstrap</p>\n\n<ul>\n<li><a href=\"http://getbootstrap.com/\">Bootstrap</a></li>\n<li><a href=\"https://twitter.com/mdo\">Mark Otto</a></li>\n<li><a href=\"http://blog.getbootstrap.com/2015/08/19/bootstrap-4-alpha/\">Bootstrap 4 Alpha</a></li>\n</ul>\n\n\n<p><strong>33:00</strong> - CSS</p>\n\n<ul>\n<li><a href=\"https://www.youtube.com/watch?v=iniwPUEbPUM\">Cascading Shit Show</a></li>\n<li><a href=\"http://themes.getbootstrap.com/\">Bootstrap Themes</a></li>\n<li><a href=\"https://github.com/postcss/autoprefixer\">Autoprefixer</a></li>\n<li><a href=\"https://medium.com/@fat/mediums-css-is-actually-pretty-fucking-good-b8e2a6c78b06\">Medium’s CSS is actually pretty f***ing good</a></li>\n<li><a href=\"https://twitter.com/necolas\">Nicolas Gallagher</a></li>\n<li><a href=\"http://shop.oreilly.com/product/0636920030706.do\">Beautiful Javascript</a></li>\n<li><a href=\"http://sass-lang.com/\">Sass</a></li>\n<li><a href=\"http://lesscss.org/\">Less</a></li>\n<li><a href=\"https://github.com/postcss/postcss\">PostCSS</a></li>\n<li><a href=\"http://facebook.github.io/react/\">React</a></li>\n<li><a href=\"https://twitter.com/tjholowaychuk\">TJ Holowaychuk</a></li>\n<li><a href=\"https://medium.com/@tjholowaychuk/farewell-node-js-4ba9e7f3e52b\">Farewell Node.js</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 24 Aug 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/ef43b062.mp3\" length=\"50762723\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/15975/1440352670-artwork.jpg\"/>\n      <itunes:duration>01:10:25</itunes:duration>\n      <itunes:summary>Today we sat down with Jacob Thornton, co-founder of Bootstrap and previously an engineer at Twitter and Medium. Jacob tells us all about his magical experience with Snoop Dogg, the history of CSS and the free software movement.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Jacob Thornton, co-founder of Bootstrap and previously an engineer at Twitter and Medium. Jacob tells us all about his magical experience with Snoop Dogg, the history of CSS and the free software movement.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>56</itunes:episode>\n    </item>\n    <item>\n      <title>53: Solving the Shout Problem (feat. Sahil Lavingia)</title>\n      <guid isPermaLink=\"false\">9274496f-f284-4af5-8f32-88889c0b7efb</guid>\n      <link>http://designdetails.simplecast.fm/55</link>\n      <description>Today we caught up with Sahil Lavingia, the founder and CEO at Gumroad. We chat about building an audience online, the challenges of being a designer, engineer and founder, and what the hiring process looks like at Gumroad.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Sahil Lavingia, the founder and CEO at Gumroad. We chat about building an audience online, the challenges of being a designer, engineer and founder, and what the hiring process looks like at Gumroad.</p>\n\n<p>If you missed it, we recently announced <a href=\"http://spec.fm\">Spec</a>, a new podcast network for designers and developers! We hope you'll check it out and follow <a href=\"https://twitter.com/specfm\">@specfm</a> on Twitter for new shows and updates!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://wake.io\">Wake</a></li>\n<li><a href=\"https://wake.io\">Wake</a></li>\n</ul>\n\n\n<a name=\"Sahil.on.the.Web:\"></a>\n<h5>Sahil on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/shl\">Twitter</a></li>\n<li><a href=\"https://github.com/slavingia\">GitHub</a></li>\n<li><a href=\"https://medium.com/@shl\">Medium</a></li>\n<li><a href=\"https://gumroad.com/\">Gumroad</a></li>\n<li><a href=\"https://dribbble.com/slavingia\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"https://gumroad.com/\">Gumroad</a></li>\n<li><a href=\"https://gumroad.com/kyletwebster\">Kyle Webster</a></li>\n</ul>\n\n\n<p><strong>6:00</strong> - Building audiences</p>\n\n<ul>\n<li><a href=\"https://gumroad.com/smallproductlab\">Small Product Lab</a></li>\n<li><a href=\"http://www.amazon.com/The-Fault-Stars-John-Green/dp/014242417X\">The Fault In Our Stars</a></li>\n<li><a href=\"http://www.inc.com/articles/2010/12/randy-komisar-on-mercenary-entrepreneurs.html\">Missionary vs. Mercenary</a></li>\n<li><a href=\"https://twitter.com/shl\">@shl</a></li>\n<li><a href=\"http://www.amazon.com/On-Writing-Anniversary-Edition-Memoir/dp/1439156816\">On Writing</a></li>\n</ul>\n\n\n<p><strong>46:00</strong> - Design challenges</p>\n\n<ul>\n<li><a href=\"http://jeremy-goldberg.com/\">Jeremy Goldberg</a></li>\n<li><a href=\"http://www.iamgk3.com/\">George Kedenburg III</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 19 Aug 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/b5b46ff1.mp3\" length=\"50304131\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/15885/1439942644-artwork.jpg\"/>\n      <itunes:duration>01:09:47</itunes:duration>\n      <itunes:summary>Today we caught up with Sahil Lavingia, the founder and CEO at Gumroad. We chat about building an audience online, the challenges of being a designer, engineer and founder, and what the hiring process looks like at Gumroad.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Sahil Lavingia, the founder and CEO at Gumroad. We chat about building an audience online, the challenges of being a designer, engineer and founder, and what the hiring process looks like at Gumroad.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>55</itunes:episode>\n    </item>\n    <item>\n      <title>52: Save the Prototype (feat. Malthe Sigurdsson)</title>\n      <guid isPermaLink=\"false\">893f80b3-a09d-44ba-b58e-4593009cbde8</guid>\n      <link>http://designdetails.simplecast.fm/54</link>\n      <description>Today we sat down with Malthe Sigurdsson, the current Head of Design at Stripe. Before joining Stripe, Malthe was the VP of Product at Rdio, and before that he was the Creative Director at Skype. In this episode we dig into Malthe's journey through these amazing companies, diving deep into hiring and scaling design teams and how to think like a product designer.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Malthe Sigurdsson, the current Head of Design at Stripe. Before joining Stripe, Malthe was the VP of Product at Rdio, and before that he was the Creative Director at Skype. In this episode we dig into Malthe's journey through these amazing companies, diving deep into hiring and scaling design teams and how to think like a product designer.</p>\n\n<p>If you missed it, we recently announced <a href=\"http://spec.fm\">Spec</a>, a new podcast network for designers and developers! We hope you'll check it out and follow <a href=\"https://twitter.com/specfm\">@specfm</a> on Twitter for new shows and updates!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://www.Hired.com/designdetails\">Hired</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'ROBOT' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Malthe.on.the.Web:\"></a>\n<h5>Malthe on the Web:</h5>\n\n<ul>\n<li><a href=\"http://sigurdsson.dk/\">Website</a></li>\n<li><a href=\"https://twitter.com/malthe\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>5:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"https://stripe.com/\">Stripe</a></li>\n<li><a href=\"https://www.themuse.com/companies/stripe\">Stripe is hiring</a></li>\n</ul>\n\n\n<p><strong>7:00</strong> - Design at Stripe</p>\n\n<ul>\n<li><a href=\"https://stripe.com/connect\">Stripe Connect</a></li>\n<li><a href=\"https://twitter.com/bdc\">Benjamin De Cock</a></li>\n<li><a href=\"https://twitter.com/michaelvillar\">Michaël Villar</a></li>\n<li><a href=\"https://twitter.com/wilsonminer\">Wilson Miner</a></li>\n</ul>\n\n\n<p><strong>12:00</strong> - Malthe's history</p>\n\n<ul>\n<li><a href=\"http://www.skype.com/en/\">Skype</a></li>\n<li><a href=\"http://www.rdio.com/\">Rdio</a></li>\n<li><a href=\"http://www.rdio.com/people/malthe/\">Malthe on Rdio</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Kazaa\">Kazaa</a></li>\n<li><a href=\"https://twitter.com/simmy\">Ryan Sims</a></li>\n<li><a href=\"https://twitter.com/adampolselli\">Adam Polselli</a></li>\n</ul>\n\n\n<p><strong>35:00</strong> - Growing a design team</p>\n\n<ul>\n<li><a href=\"http://www.amazon.com/Design-Everyday-Things-Donald-Norman/dp/1452654123\">Design of Everyday Things</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 17 Aug 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/b5376b98.mp3\" length=\"42623810\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/15396/1439764265-artwork.jpg\"/>\n      <itunes:duration>00:59:07</itunes:duration>\n      <itunes:summary>Today we sat down with Malthe Sigurdsson, the current Head of Design at Stripe. Before joining Stripe, Malthe was the VP of Product at Rdio, and before that he was the Creative Director at Skype. In this episode we dig into Malthe's journey through these amazing companies, diving deep into hiring and scaling design teams and how to think like a product designer.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Malthe Sigurdsson, the current Head of Design at Stripe. Before joining Stripe, Malthe was the VP of Product at Rdio, and before that he was the Creative Director at Skype. In this episode we dig into Malthe's journey through these </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>54</itunes:episode>\n    </item>\n    <item>\n      <title>51: Dopesick (feat. Marshall Bock and Sam Soffes) </title>\n      <guid isPermaLink=\"false\">b1f4d843-009e-409a-a1d1-7d368c388251</guid>\n      <link>http://designdetails.simplecast.fm/53</link>\n      <description>It's teaser time! This episode we caught up with Sam Soffes and Marshall Bock, two upcoming hosts on the Spec Network! In this show we chat about the future of Spec and dive deep into some Sketch pro tips.\n</description>\n      <content:encoded>\n        <![CDATA[<p>It's teaser time! This episode we caught up with Sam Soffes and Marshall Bock, two upcoming hosts on the Spec Network! In this show we chat about the future of Spec and dive deep into some Sketch pro tips.</p>\n\n<p>If you missed it, we recently announced <a href=\"http://spec.fm\">Spec</a>, a new podcast network for designers and developers! We hope you'll check it out and follow <a href=\"https://twitter.com/specfm\">@specfm</a> on Twitter for new shows and updates!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://www.codeschool.com/designdetails/?utm_source=test&amp;utm_medium=podcast&amp;utm_term=august&amp;utm_content=homepage&amp;utm_campaign=designdetails\">Code School</a></li>\n<li><a href=\"http://www.Hired.com/designdetails\">Hired</a></li>\n</ul>\n\n\n<a name=\"Sam.on.the.Web:\"></a>\n<h5>Sam on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/soffes\">Twitter</a></li>\n<li><a href=\"http://soff.es/\">Website</a></li>\n<li><a href=\"https://github.com/soffes\">Github</a></li>\n<li><a href=\"https://instagram.com/soffes/\">Instagram</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/redacted/id984968384?mt=12\">Redacted</a></li>\n</ul>\n\n\n<a name=\"Marshall.on.the.Web:\"></a>\n<h5>Marshall on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/marshallbock\">Twitter</a></li>\n<li><a href=\"http://marshallbock.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/marshallbock\">Dribbble</a></li>\n<li><a href=\"https://instagram.com/marshallbock/\">Instagram</a></li>\n<li><a href=\"http://blog.marshallbock.com/\">Blog</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - Who are you?</p>\n\n<ul>\n<li><a href=\"http://marshallbock.com/\">Bock</a></li>\n<li><a href=\"https://gaming.youtube.com/coming_soon\">YouTube Gaming</a></li>\n<li><a href=\"http://soff.es/\">Soffes</a></li>\n</ul>\n\n\n<p><strong>6:00</strong> - New Spec shows!</p>\n\n<ul>\n<li><a href=\"http://spec.fm\">Spec</a></li>\n<li><a href=\"https://twitter.com/sortino\">Josh Sortino</a></li>\n<li><a href=\"http://spec.fm/show/design-details/14638\">Josh on Design Details</a></li>\n<li><a href=\"https://twitter.com/immutablefm\">@immutablefm</a></li>\n<li><a href=\"https://twitter.com/vicarious_fm\">@vicarious_fm</a></li>\n</ul>\n\n\n<p><strong>17:00</strong> - Message us on Twitter (@specfm) with your email address to join our Slack Team!</p>\n\n<ul>\n<li><a href=\"https://twitter.com/specfm\">@specfm</a></li>\n</ul>\n\n\n<p><strong>21:00</strong> - Marshall shares his story.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/morganknutson\">Morgan Allan Knutson</a></li>\n<li><a href=\"https://twitter.com/cpaandrew\">@cpaandrew</a></li>\n</ul>\n\n\n<p><strong>33:00</strong> - Sam's working on things.</p>\n\n<ul>\n<li><a href=\"https://dribbble.com/shots/1460483-Clock-Screensaver\">Sam's Braun Screensaver</a></li>\n<li><a href=\"http://usewhiskey.com/release-notes\">Whiskey</a></li>\n<li><a href=\"https://vimeo.com/135906800\">Sam tells us what he's working on</a></li>\n</ul>\n\n\n<p><strong>38:00</strong> - Sketch talk.</p>\n\n<ul>\n<li><a href=\"https://zeplin.io/\">Zeplin</a></li>\n<li><a href=\"http://kerem.co/\">Kerem Suer</a></li>\n<li><a href=\"https://dribbble.com/shots/1131013-Naming\">Kerem's naming convention</a></li>\n<li><a href=\"https://medium.com/@hrescak/exploring-dynamic-layout-in-sketch-fdf0e825d1cf\">Exploring Dynamic Layouts in Sketch</a></li>\n<li><a href=\"https://vimeo.com/64895205\">Stop Drawing Dead Fish</a></li>\n<li><a href=\"https://twitter.com/worrydream\">Bret Victor</a></li>\n<li><a href=\"https://launchkit.io/\">LaunchKit</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 12 Aug 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/b6904694.mp3\" length=\"51652667\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/15264/1439335665-artwork.jpg\"/>\n      <itunes:duration>01:11:40</itunes:duration>\n      <itunes:summary>It's teaser time! This episode we caught up with Sam Soffes and Marshall Bock, two upcoming hosts on the Spec Network! In this show we chat about the future of Spec and dive deep into some Sketch pro tips.\n</itunes:summary>\n      <itunes:subtitle>It's teaser time! This episode we caught up with Sam Soffes and Marshall Bock, two upcoming hosts on the Spec Network! In this show we chat about the future of Spec and dive deep into some Sketch pro tips.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>53</itunes:episode>\n    </item>\n    <item>\n      <title>50: #FF00FF (feat. Steph Monette and Liam Campbell) </title>\n      <guid isPermaLink=\"false\">f245bc89-7051-4bc1-a6ae-af07bd2231ce</guid>\n      <link>http://designdetails.simplecast.fm/52</link>\n      <description>For our 50th episode we sat down with Steph Monette and Liam Campbell, developers at Mule Design, to chat about CSS, startups versus agencies and the state of tech in San Francisco.\n</description>\n      <content:encoded>\n        <![CDATA[<p>For our 50th episode we sat down with Steph Monette and Liam Campbell, developers at Mule Design, to chat about CSS, startups versus agencies and the state of tech in San Francisco.</p>\n\n<p>If you missed it, we recently announced <a href=\"http://spec.fm\">Spec</a>, a new podcast network for designers and developers! We hope you'll check it out and follow <a href=\"https://twitter.com/specfm\">@specfm</a> on Twitter for new shows and updates!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'ROBOT' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Steph.on.the.Web:\"></a>\n<h5>Steph on the Web:</h5>\n\n<ul>\n<li><a href=\"http://www.stephmonette.com/\">Website</a></li>\n<li><a href=\"https://github.com/smonette\">GitHub</a></li>\n<li><a href=\"https://medium.com/@steph_monette\">Medium</a></li>\n<li><a href=\"https://twitter.com/steph_monette\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Liam.on.the.Web:\"></a>\n<h5>Liam on the Web:</h5>\n\n<ul>\n<li><a href=\"http://thecampbellog.com/\">Website</a></li>\n<li><a href=\"https://github.com/liamdanger\">GitHub</a></li>\n<li><a href=\"https://twitter.com/liamdanger\">Twitter</a></li>\n<li><a href=\"https://deardesignstudent.com/\">Dear Design Student</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - NPR</p>\n\n<p><strong>5:00</strong> - Introductions</p>\n\n<ul>\n<li><a href=\"http://teamsketch.io/\">Team Sketch</a></li>\n<li><a href=\"http://muledesign.com/\">Mule Design</a></li>\n<li><a href=\"https://twitter.com/monteiro\">Mike Monteiro</a></li>\n</ul>\n\n\n<p><strong>6:00</strong> - What are you working on?</p>\n\n<ul>\n<li><a href=\"http://www.audubon.org/\">National Audubon Society</a></li>\n<li><a href=\"http://www.seattletimes.com/\">The Seattle Times</a></li>\n<li><a href=\"http://andrewnorcross.com/\">Andrew Norcross</a></li>\n<li><a href=\"http://reaktivstudios.com/\">Reaktiv Studios</a></li>\n<li><a href=\"http://spec.fm/show/developer-tea/12861\">Norcross on Developer Tea pt. 1</a></li>\n<li><a href=\"http://spec.fm/show/developer-tea/12960\">Norcross on Developer Tea pt. 2</a></li>\n<li><a href=\"https://generalassemb.ly/\">General Assembly</a></li>\n<li><a href=\"https://twitter.com/monteiro\">Mike Monteiro</a></li>\n</ul>\n\n\n<p><strong>12:00</strong> - Hyphens vs. Underscores</p>\n\n<ul>\n<li><a href=\"http://sass-lang.com/\">Sass</a></li>\n<li><a href=\"http://www.hamptoncatlin.com/\">Hampton Catlin</a></li>\n<li><a href=\"http://www.jon.gold/2015/07/functional-css/\">Functional CSS</a></li>\n<li><a href=\"https://twitter.com/jxnblk\">Brent Jackson</a></li>\n<li><a href=\"https://twitter.com/jongold\">Jon Gold</a></li>\n<li><a href=\"https://twitter.com/mrmrs_\">murmurs</a></li>\n<li><a href=\"https://github.com/mrmrs/pesticide\">Pesticide</a></li>\n<li><a href=\"https://github.com/necolas/griddle\">Griddle</a></li>\n<li><a href=\"http://www.quirksmode.org/blog/archives/2015/07/stop_pushing_th.html\">Stop Pushing the Web Forward</a></li>\n<li><a href=\"http://codepen.io/\">CodePen</a></li>\n<li><a href=\"https://css-tricks.com/basics-css-blend-modes/\">CSS Blend Modes</a></li>\n</ul>\n\n\n<p><strong>26:00</strong> - Startup culture</p>\n\n<ul>\n<li><a href=\"https://www.dropbox.com/\">Dropbox</a></li>\n<li><a href=\"https://www.codeschool.com/designdetails\">Code School</a></li>\n<li><a href=\"https://www.iconfinder.com/\">Iconfinder</a></li>\n<li><a href=\"https://deardesignstudent.com/\">Dear Design Student</a></li>\n</ul>\n\n\n<p><strong>51:00</strong> - What are you excited about?</p>\n\n<ul>\n<li><a href=\"https://thegrid.io/\">The Grid</a></li>\n<li><a href=\"https://twitter.com/partyfists\">Ben Bayard</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Rubber_duck_debugging\">Rubber Duck Debugging</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 10 Aug 2015 10:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/ab17fcfb.mp3\" length=\"44955795\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/15156/1439076918-artwork.jpg\"/>\n      <itunes:duration>01:02:22</itunes:duration>\n      <itunes:summary>For our 50th episode we sat down with Steph Monette and Liam Campbell, developers at Mule Design, to chat about CSS, startups versus agencies and the state of tech in San Francisco.\n</itunes:summary>\n      <itunes:subtitle>For our 50th episode we sat down with Steph Monette and Liam Campbell, developers at Mule Design, to chat about CSS, startups versus agencies and the state of tech in San Francisco.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>52</itunes:episode>\n    </item>\n    <item>\n      <title>49: Space Dinosaurs (feat. Anand Sharma) </title>\n      <guid isPermaLink=\"false\">43a0394b-930d-425c-b02d-46dfc804d564</guid>\n      <link>http://designdetails.simplecast.fm/51</link>\n      <description>Today we sat down with Anand Sharma, founder of Gyroscope and an insanely-talented designer/developer. We caught up about his work on Gyroscope, the future of health tracking and how the quantified self is changing the world.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Anand Sharma, founder of Gyroscope and an insanely-talented designer/developer. We caught up about his work on Gyroscope, the future of health tracking and how the quantified self is changing the world.</p>\n\n<p>If you missed it, we recently announced <a href=\"http://spec.fm\">Spec</a>, a new podcast network for designers and developers! We hope you'll check it out and follow <a href=\"https://twitter.com/specfm\">@specfm</a> on Twitter for new shows and updates!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://www.codeschool.com/designdetails/?utm_source=test&amp;utm_medium=podcast&amp;utm_term=august&amp;utm_content=homepage&amp;utm_campaign=designdetails\">Code School</a></li>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n</ul>\n\n\n<a name=\"Anand.on.the.Web:\"></a>\n<h5>Anand on the Web:</h5>\n\n<ul>\n<li><a href=\"https://aprilzero.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/aprilzero\">Twitter</a></li>\n<li><a href=\"https://github.com/aprilzero\">GitHub</a></li>\n<li><a href=\"https://instagram.com/aprilzero/\">Instagram</a></li>\n<li><a href=\"https://dribbble.com/aprilzero\">Dribbble</a></li>\n<li><a href=\"https://gyrosco.pe/\">Gyroscope</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - What are you working on?</p>\n\n<ul>\n<li><a href=\"https://gyrosco.pe/\">Gyroscope</a></li>\n<li><a href=\"https://instagram.com/gyroscope_app/\">Gyroscope on Instagram</a></li>\n<li><a href=\"https://aprilzero.com/\">Aprilzero</a></li>\n<li><a href=\"http://aprilzero.com/journal/making-of-aprilzero/\">Making of Aprilzero</a></li>\n<li><a href=\"https://www.rescuetime.com/\">RescueTime</a></li>\n<li><a href=\"https://hello.is/\">Sense</a></li>\n<li><a href=\"http://lunasleep.com/\">Luna</a></li>\n<li><a href=\"https://www.myvessyl.com/\">Vessyl</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 05 Aug 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/9a35f265.mp3\" length=\"41615676\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/14919/1438731113-artwork.jpg\"/>\n      <itunes:duration>00:57:43</itunes:duration>\n      <itunes:summary>Today we sat down with Anand Sharma, founder of Gyroscope and an insanely-talented designer/developer. We caught up about his work on Gyroscope, the future of health tracking and how the quantified self is changing the world.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Anand Sharma, founder of Gyroscope and an insanely-talented designer/developer. We caught up about his work on Gyroscope, the future of health tracking and how the quantified self is changing the world.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>51</itunes:episode>\n    </item>\n    <item>\n      <title>48: Switzerland of Tumblr (feat. Floris Dekker)</title>\n      <guid isPermaLink=\"false\">d21b0ade-d9b8-487f-8802-9ce3d0bc80ab</guid>\n      <link>http://designdetails.simplecast.fm/50</link>\n      <description>Happy Monday! Today we caught up with Floris Dekker, senior design manager at Etsy and founder of Little Big Details! In this show we chat about Little Big Details, management as a design problem, gardening and what Floris is excited about in the world of design.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Happy Monday! Today we caught up with Floris Dekker, senior design manager at Etsy and founder of Little Big Details! In this show we chat about Little Big Details, management as a design problem, gardening and what Floris is excited about in the world of design.</p>\n\n<p>If you missed it, we recently announced <a href=\"http://spec.fm\">Spec</a>, a new podcast network for designers and developers! We hope you'll check it out and follow <a href=\"https://twitter.com/specfm\">@specfm</a> on Twitter for new shows and updates!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'ROBOT' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Floris.on.the.Web:\"></a>\n<h5>Floris on the Web:</h5>\n\n<ul>\n<li><a href=\"http://florisdekker.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/floriz\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/floriz\">Dribbble</a></li>\n<li><a href=\"https://instagram.com/florisdekker/\">Instagram</a></li>\n<li><a href=\"http://littlebigdetails.com/\">Little Big Details</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - What are you working on right now?</p>\n\n<ul>\n<li><a href=\"https://www.etsy.com/\">Etsy</a></li>\n<li><a href=\"http://littlebigdetails.com/\">Little Big Details</a></li>\n<li><a href=\"https://www.etsy.com/progress-report/2014\">Etsy Progress Report 2014</a></li>\n<li><a href=\"https://www.kickstarter.com/\">Kickstarter</a></li>\n</ul>\n\n\n<p><strong>10:00</strong> - Designing around the world.</p>\n\n<ul>\n<li><a href=\"http://www.madebysofa.com/\">Made by Sofa</a></li>\n</ul>\n\n\n<p><strong>14:00</strong> - We learn about Little Big Details</p>\n\n<ul>\n<li><a href=\"http://littlebigdetails.com/\">Little Big Details</a></li>\n<li><a href=\"http://www.swiss-miss.com/\">swissmiss</a></li>\n<li><a href=\"http://www.webbyawards.com/\">The Webby Awards</a></li>\n<li><a href=\"http://andrevv.com/\">Andrew McCarthy</a></li>\n</ul>\n\n\n<p><strong>29:00</strong> - Management as a design problem.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/cap\">Cap Watkins</a></li>\n<li><a href=\"http://spec.fm/show/design-details/12046\">Design Details with Cap</a></li>\n</ul>\n\n\n<p><strong>45:00</strong> - What else are you excited for in the design world?</p>\n\n<ul>\n<li><a href=\"http://www.invisionapp.com/\">InVision</a></li>\n<li><a href=\"http://framerjs.com/\">Framer</a></li>\n<li><a href=\"https://webflow.com/\">Webflow</a></li>\n<li><a href=\"https://facebook.github.io/origami/\">Origami</a></li>\n<li><a href=\"https://proto.io/\">Proto</a></li>\n<li><a href=\"https://atomic.io/\">Atomic</a></li>\n<li><a href=\"https://www.designernews.co/\">Designer News</a></li>\n</ul>\n\n\n<p><strong>49:00</strong> - What's a strong opinion you have right now?</p>\n\n<ul>\n<li><a href=\"https://dribbble.com/floriz\">Floris on Dribbble</a></li>\n<li><a href=\"https://dribbble.com/shots/2154816-Facebook?list=users\">Drama on Dribbble</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/beme-share-video.-honestly./id1005178547?mt=8\">Beme</a></li>\n<li><a href=\"https://twitter.com/caseyneistat\">Casey Neistat</a></li>\n<li><a href=\"https://www.etsy.com/careers/locations/san-francisco/\">Etsy San Francisco</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 03 Aug 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/6efe2d3c.mp3\" length=\"47075784\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/14808/1438548712-artwork.jpg\"/>\n      <itunes:duration>01:05:18</itunes:duration>\n      <itunes:summary>Happy Monday! Today we caught up with Floris Dekker, senior design manager at Etsy and founder of Little Big Details! In this show we chat about Little Big Details, management as a design problem, gardening and what Floris is excited about in the world of design.\n</itunes:summary>\n      <itunes:subtitle>Happy Monday! Today we caught up with Floris Dekker, senior design manager at Etsy and founder of Little Big Details! In this show we chat about Little Big Details, management as a design problem, gardening and what Floris is excited about in the world of</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>50</itunes:episode>\n    </item>\n    <item>\n      <title>47: Symmetrical Sandwich (feat. Mark Otto) </title>\n      <guid isPermaLink=\"false\">a37cf55f-0354-4a22-8d72-4989ca79c3e6</guid>\n      <link>http://designdetails.simplecast.fm/49</link>\n      <description>Today we caught up with Mark Otto, the creator of Bootstrap and designer at GitHub. We go deep into the CSS/front-end world on this one, we hope you enjoy listening!\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Mark Otto, the creator of Bootstrap and designer at GitHub. We go deep into the CSS/front-end world on this one, we hope you enjoy listening!</p>\n\n<p>If you missed it, we recently announced <a href=\"http://spec.fm\">Spec</a>, a new podcast network for designers and developers! We hope you'll check it out and follow <a href=\"https://twitter.com/specfm\">@specfm</a> on Twitter for new shows and updates!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://www.codeschool.com/designdetails/?utm_source=test&amp;utm_medium=podcast&amp;utm_term=august&amp;utm_content=homepage&amp;utm_campaign=designdetails\">Code School</a></li>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n</ul>\n\n\n<a name=\"Mark.on.the.Web:\"></a>\n<h5>Mark on the Web:</h5>\n\n<ul>\n<li><a href=\"http://markdotto.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/mdo\">Twitter</a></li>\n<li><a href=\"https://github.com/mdo\">GitHub</a></li>\n<li><a href=\"https://dribbble.com/mdo\">Dribbble</a></li>\n<li><a href=\"https://instagram.com/mdo\">Instagram</a></li>\n<li><a href=\"http://getbootstrap.com/about/\">Bootstrap</a></li>\n<li><a href=\"http://codeguide.co/\">Code Guide</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - What are you working on?</p>\n\n<ul>\n<li><a href=\"http://getbootstrap.com/\">Bootstrap</a></li>\n<li><a href=\"http://www.sublimetext.com/\">Sublime</a></li>\n<li><a href=\"https://atom.io/\">Atom</a></li>\n<li><a href=\"https://slack.com/\">Slack</a></li>\n<li><a href=\"http://bohemiancoding.com/sketch/\">Sketch</a></li>\n<li><a href=\"http://theolabrothers.com/\">Sip</a></li>\n<li><a href=\"http://www.photoshop.com/\">Photoshop</a></li>\n<li><a href=\"https://github.com/twbs/bootstrap\">Boostrap on GitHub</a></li>\n</ul>\n\n\n<p><strong>14:00</strong> - We learn more about Boostrap</p>\n\n<ul>\n<li><a href=\"http://webcomponents.org/\">Web Components</a></li>\n<li><a href=\"https://github.com/postcss/postcss\">PostCSS</a></li>\n<li><a href=\"http://sass-lang.com/\">Sass</a></li>\n<li><a href=\"http://lesscss.org/\">Less</a></li>\n<li><a href=\"http://spec.fm/show/design-details/14150\">Design Details with Jon Gold</a></li>\n<li><a href=\"https://speakerdeck.com/mdo/at-mdo-ular-css\">@mdo-ular CSS</a></li>\n</ul>\n\n\n<p><strong>24:00</strong> - More about the current state of the front-end</p>\n\n<ul>\n<li><a href=\"http://facebook.github.io/react/\">React</a></li>\n<li><a href=\"https://facebook.github.io/react/tips/inline-styles.html\">CSS with React</a></li>\n<li><a href=\"http://www.jon.gold/2015/07/functional-css/\">Functional CSS</a></li>\n<li><a href=\"https://github.com/mrmrs/tachyons\">Tachyons</a></li>\n<li><a href=\"http://jxnblk.com/\">Brent Jackson</a></li>\n<li><a href=\"http://www.basscss.com/\">Basscss</a></li>\n<li><a href=\"https://github.com/johnotander/immutable-css\">Immutable CSS</a></li>\n<li><a href=\"https://css-tricks.com/bem-101/\">BEM 101</a></li>\n<li><a href=\"http://markdotto.com/2015/07/20/css-nesting/\">Nesting in CSS</a></li>\n<li><a href=\"https://github.com/primer/primer\">Primer</a></li>\n</ul>\n\n\n<p><strong>40:00</strong> - Burritos</p>\n\n<ul>\n<li><a href=\"http://codepen.io/\">CodePen</a></li>\n<li><a href=\"https://jsbin.com/?html,output\">JS Bin</a></li>\n</ul>\n\n\n<p><strong>47:00</strong> - Getting into our backgrounds</p>\n\n<ul>\n<li><a href=\"http://zurb.com/\">ZURB</a></li>\n<li><a href=\"http://foundation.zurb.com/\">Foundation</a></li>\n<li><a href=\"http://spec.fm/show/design-details/13908\">Design Details with Michael Schultz</a></li>\n<li><a href=\"https://github.com/mdo\">Mark on GitHub</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 29 Jul 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/4eef9a97.mp3\" length=\"48651501\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/14701/1438071114-artwork.jpg\"/>\n      <itunes:duration>01:07:30</itunes:duration>\n      <itunes:summary>Today we caught up with Mark Otto, the creator of Bootstrap and designer at GitHub. We go deep into the CSS/front-end world on this one, we hope you enjoy listening!\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Mark Otto, the creator of Bootstrap and designer at GitHub. We go deep into the CSS/front-end world on this one, we hope you enjoy listening!\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>49</itunes:episode>\n    </item>\n    <item>\n      <title>46: It Started With Neopets (feat. Joshua Sortino)</title>\n      <guid isPermaLink=\"false\">3260fa89-7aa8-4f23-b6d9-5041c7163be5</guid>\n      <link>http://designdetails.simplecast.fm/48</link>\n      <description>Today we caught up with Josh Sortino, designer at Teespring, startup advisor and photographer. We chat about design and communication, the design world in San Francisco, photography and how designers can get a seat at the table.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Josh Sortino, designer at Teespring, startup advisor and photographer. We chat about design and communication, the design world in San Francisco, photography and how designers can get a seat at the table.</p>\n\n<p>If you missed it, we recently announced <a href=\"http://spec.fm\">Spec</a>, a new podcast network for designers and developers! We hope you'll check it out and follow <a href=\"https://twitter.com/specfm\">@specfm</a> on Twitter for new shows and updates!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'ROBOT' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Josh.on.the.Web:\"></a>\n<h5>Josh on the Web:</h5>\n\n<ul>\n<li><a href=\"http://joshuasortino.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/sortino\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/sortino\">Twitter</a></li>\n<li><a href=\"https://unsplash.com/sortino\">Unsplash</a></li>\n<li><a href=\"https://instagram.com/joshuasortino/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - What are you working on right now?</p>\n\n<ul>\n<li><a href=\"http://teespring.com/\">Teespring</a></li>\n<li><a href=\"https://bentonow.com/\">Bento</a></li>\n</ul>\n\n\n<p><strong>9:00</strong> - How did you start advising startups?</p>\n\n<ul>\n<li><a href=\"http://www.launchincubator.co/\">LAUNCH</a></li>\n<li><a href=\"http://fi.co/contents/fast#\">FAST Agreement</a></li>\n<li><a href=\"https://twitter.com/soffes\">Sam Soffes</a></li>\n<li><a href=\"http://www.shyp.com/\">Shyp</a></li>\n<li><a href=\"https://www.facebook.com/business/products/ads\">Facebook Ad Platform</a></li>\n<li><a href=\"http://www.jon.gold/2015/07/functional-css/\">Functional CSS</a></li>\n<li><a href=\"https://thegrid.io/\">The Grid</a></li>\n<li><a href=\"http://www.shopify.com/\">Shopify</a></li>\n</ul>\n\n\n<p><strong>20:00</strong> - How did you get into photography?</p>\n\n<ul>\n<li><a href=\"http://sortinophotos.com/\">Sortino Photos</a></li>\n<li><a href=\"http://www.bhphotovideo.com/c/product/1044728-REG/sony_ilce7s_b_alpha_a7s_mirrorless_digital.html\">Sony a7S</a></li>\n<li><a href=\"http://www.bhphotovideo.com/c/product/582764-REG/Sony_SAL1635Z_SAL_1635Z_16_35mm_f_2_8_ZA.html\">16-35mm Zeiss</a></li>\n<li><a href=\"http://www.dpreview.com/articles/8917769536/sony-alpha-a7r-ii-has-42-4mp-on-full-frame-bsi-cmos-sensor\">Sony a7R II</a></li>\n</ul>\n\n\n<p><strong>30:00</strong> - What do you do outside of work?</p>\n\n<ul>\n<li><a href=\"http://agar.io/\">Agar</a></li>\n</ul>\n\n\n<p><strong>40:00</strong> - Design + Communication</p>\n\n<ul>\n<li><a href=\"http://spec.fm/show/design-details/14236\">Design Details with Haraldur Thorleifsson</a></li>\n<li><a href=\"http://www.busytownmysteries.com/\">Busytown</a></li>\n<li><a href=\"http://darrennegraeff.com/the-importance-of-t-shaped-individuals/\">T-shaped People</a></li>\n<li><a href=\"https://news.ycombinator.com/user?id=patio11\">Patio11</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 27 Jul 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/d37d613f.mp3\" length=\"51538220\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/14638/1437878336-artwork.jpg\"/>\n      <itunes:duration>01:11:30</itunes:duration>\n      <itunes:summary>Today we caught up with Josh Sortino, designer at Teespring, startup advisor and photographer. We chat about design and communication, the design world in San Francisco, photography and how designers can get a seat at the table.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Josh Sortino, designer at Teespring, startup advisor and photographer. We chat about design and communication, the design world in San Francisco, photography and how designers can get a seat at the table.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>48</itunes:episode>\n    </item>\n    <item>\n      <title>45: Year of the Snail (feat. Elle Luna) </title>\n      <guid isPermaLink=\"false\">93fc8a25-98de-4b6e-920c-bc871481a69c</guid>\n      <link>http://designdetails.simplecast.fm/47</link>\n      <description>It's time for a break from the normal conversations we have here on Design Details; today we stepped back to try and see the bigger picture with Elle Luna. Elle is a writer, designer, artist, entrepreneur and life adventurer, and in this episode she helps us navigate some of the bigger questions in our lives and in our careers.\n</description>\n      <content:encoded>\n        <![CDATA[<p>It's time for a break from the normal conversations we have here on Design Details; today we stepped back to try and see the bigger picture with Elle Luna. Elle is a writer, designer, artist, entrepreneur and life adventurer, and in this episode she helps us navigate some of the bigger questions in our lives and in our careers.</p>\n\n<p>If you missed it, we recently announced <a href=\"http://spec.fm\">Spec</a>, a new podcast network for designers and developers! We hope you'll check it out and follow <a href=\"https://twitter.com/specfm\">@specfm</a> on Twitter for new shows and updates!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://adobe.com\">Adobe</a> (and check out <a href=\"http://www.adobe.com/products/photoshop/features.html\">What's New in CC 2015!</a>)</li>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n</ul>\n\n\n<a name=\"Elle.on.the.Web:\"></a>\n<h5>Elle on the Web:</h5>\n\n<ul>\n<li><a href=\"http://elleluna.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/elleluna\">Twitter</a></li>\n<li><a href=\"https://instagram.com/elleluna/?hl=en\">Instagram</a></li>\n<li><a href=\"https://medium.com/@elleluna\">Medium</a></li>\n<li><a href=\"https://thegreatdiscontent.com/interview/elle-luna-100-day-project\">Elle on The Great Discontent</a></li>\n<li><a href=\"https://medium.com/@elleluna/the-crossroads-of-should-and-must-90c75eb7c5b0\">The Crossroads of Should and Must - Blog Post</a></li>\n<li><a href=\"http://www.amazon.com/The-Crossroads-Should-Must-Passion/dp/0761184880\">The Crossroads of Should and Must - Book</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>5:00</strong> - What are you working on?</p>\n\n<ul>\n<li><a href=\"http://www.amazon.com/The-Crossroads-Should-Must-Passion/dp/0761184880\">The Crossroads of Should and Must on Amazon</a></li>\n<li><a href=\"https://thegreatdiscontent.com/interview/elle-luna-100-day-project\">The 100 Day Project</a></li>\n</ul>\n\n\n<p><strong>14:00</strong> - We chat about design, art and utility.</p>\n\n<ul>\n<li><a href=\"http://www.mailboxapp.com/\">Mailbox</a></li>\n<li><a href=\"http://shop.bulanproject.com/\">Bulan Project</a></li>\n<li><a href=\"https://medium.com/@elleluna/the-crossroads-of-should-and-must-90c75eb7c5b0\">The Crossroads of Should and Must - Blog Post</a></li>\n<li><a href=\"http://firstround.com/review/What-to-Do-at-the-Crossroads-of-Should-and-Must/\">First Round + Elle Luna</a></li>\n</ul>\n\n\n<p><strong>41:00</strong> - More about side projects and careers</p>\n\n<ul>\n<li><a href=\"https://twitter.com/sortino\">Josh Sortino</a></li>\n<li><a href=\"https://twitter.com/erondu\">Jared Erondu</a></li>\n<li><a href=\"https://instagram.com/moneal/\">Michael O'Neal</a></li>\n<li><a href=\"http://www.ted.com/talks/stefan_sagmeister_the_power_of_time_off?language=en\">Stefan Sagmeister: The power of time off</a></li>\n<li><a href=\"http://fourhourworkweek.com/\">Four Hour Work Week</a></li>\n<li><a href=\"http://spec.fm/show/design-details/10733\">Design Details ft. Dustin Senos</a></li>\n<li><a href=\"http://elleluna.com/post/64778186759/the-more-i-discovered-about-picassos-life-and\">Elle on Picasso</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Alejandro_Jodorowsky\">Alejandro Jodorowsky</a></li>\n<li><a href=\"https://twitter.com/jodoenglish\">JodoEnglish</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 22 Jul 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/33bf5421.mp3\" length=\"50179376\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/14316/1437493578-artwork.jpg\"/>\n      <itunes:duration>01:09:37</itunes:duration>\n      <itunes:summary>It's time for a break from the normal conversations we have here on Design Details; today we stepped back to try and see the bigger picture with Elle Luna. Elle is a writer, designer, artist, entrepreneur and life adventurer, and in this episode she helps us navigate some of the bigger questions in our lives and in our careers.\n</itunes:summary>\n      <itunes:subtitle>It's time for a break from the normal conversations we have here on Design Details; today we stepped back to try and see the bigger picture with Elle Luna. Elle is a writer, designer, artist, entrepreneur and life adventurer, and in this episode she helps</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>47</itunes:episode>\n    </item>\n    <item>\n      <title>44: Everything is a Beta (feat. Haraldur Thorleifsson)</title>\n      <guid isPermaLink=\"false\">8da1ad76-de0d-4df4-9806-5e934a3743d1</guid>\n      <link>http://designdetails.simplecast.fm/46</link>\n      <description>For episode 44 we caught up with Haraldur Thorleifsson, a designer and agency founder leading the amazing team at UENO. In this show we chat about Haraldur's background and journey to starting UENO, the state of web design, Apple Watch, burnout and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>For episode 44 we caught up with Haraldur Thorleifsson, a designer and agency founder leading the amazing team at UENO. In this show we chat about Haraldur's background and journey to starting UENO, the state of web design, Apple Watch, burnout and more.</p>\n\n<p>We recently announced <a href=\"http://spec.fm\">Spec</a>, a new podcast network for designers and developers! We hope you'll check it out and follow <a href=\"https://twitter.com/specfm\">@specfm</a> on Twitter for new shows and updates!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'ROBOT' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Halli.on.the.Web:\"></a>\n<h5>Halli on the Web:</h5>\n\n<ul>\n<li><a href=\"http://haraldurthorleifsson.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/ueno\">Dribbble</a></li>\n<li><a href=\"http://www.ueno.co/\">UENO</a></li>\n<li><a href=\"http://theindustry.cc/2013/02/25/an-interview-with-haraldur-thorleifsson/\">An Interview with Haraldur Thorleifsson</a></li>\n<li><a href=\"https://twitter.com/iamharaldur\">Twitter</a></li>\n<li><a href=\"https://instagram.com/haraldurthorleifsson/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>5:00</strong> - What are you working on?</p>\n\n<ul>\n<li><a href=\"http://ueno.co/\">UENO</a></li>\n<li><a href=\"https://timeline.com/\">Timeline</a></li>\n<li><a href=\"http://luxe.com/\">Luxe</a></li>\n<li><a href=\"https://twitter.com/saturday\">Mackey Saturday</a></li>\n<li><a href=\"https://twitter.com/dannpetty\">Dann Petty</a></li>\n</ul>\n\n\n<p><strong>13:00</strong> - How did you get big clients as a freelancer?</p>\n\n<ul>\n<li><a href=\"https://santatracker.google.com/#village\">Santa Tracker</a></li>\n<li><a href=\"http://haraldurthorleifsson.com/\">The Case Studies</a></li>\n<li><a href=\"https://dribbble.com/ueno\">Halli on Dribbble</a></li>\n</ul>\n\n\n<p><strong>22:00</strong> - Is the web becoming a series of boxes?</p>\n\n<ul>\n<li><a href=\"http://spec.fm/show/design-details/13116\">Design Details ft. Noah Stokes</a></li>\n<li><a href=\"http://spec.fm\">Spec</a></li>\n</ul>\n\n\n<p><strong>35:00</strong> - What's your toolkit these days?</p>\n\n<ul>\n<li><a href=\"http://www.photoshop.com/\">Photoshop</a></li>\n<li><a href=\"http://bohemiancoding.com/sketch/\">Sketch</a></li>\n</ul>\n\n\n<p><strong>40:00</strong> We chat UENO, Apple Watch, burnout and more</p>\n\n<ul>\n<li><a href=\"https://medium.com\">Medium</a></li>\n<li><a href=\"http://firstround.com/review/How-Medium-is-building-a-new-kind-of-company-with-no-managers/\">Medium and Holocracy</a></li>\n<li><a href=\"http://www.macalope.com/\">Macalope</a></li>\n<li><a href=\"http://www.bloomberg.com/news/features/2015-05-26/evan-spiegel-reveals-plan-to-turn-snapchat-into-a-real-business\">Bloomberg on Evan Spiegel</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 20 Jul 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/f01e38ff.mp3\" length=\"45719621\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/14236/1437252953-artwork.jpg\"/>\n      <itunes:duration>01:03:25</itunes:duration>\n      <itunes:summary>For episode 44 we caught up with Haraldur Thorleifsson, a designer and agency founder leading the amazing team at UENO. In this show we chat about Haraldur's background and journey to starting UENO, the state of web design, Apple Watch, burnout and more.\n</itunes:summary>\n      <itunes:subtitle>For episode 44 we caught up with Haraldur Thorleifsson, a designer and agency founder leading the amazing team at UENO. In this show we chat about Haraldur's background and journey to starting UENO, the state of web design, Apple Watch, burnout and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>46</itunes:episode>\n    </item>\n    <item>\n      <title>43: Freedom Juice (feat. Jon Gold)</title>\n      <guid isPermaLink=\"false\">99efa572-d502-42cc-8c73-d982e039836d</guid>\n      <link>http://designdetails.simplecast.fm/45</link>\n      <description>Today we caught up with Jon Gold, an immensely talented and thoughtful designer making things at The Grid. In this show we chat about functional CSS, skeuomorphism and aesthetics, going to design school and the latest products from Apple.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we caught up with Jon Gold, an immensely talented and thoughtful designer making things at The Grid. In this show we chat about functional CSS, skeuomorphism and aesthetics, going to design school and the latest products from Apple.</p>\n\n<p>Last week we also announced <a href=\"http://spec.fm\">Spec</a>, a new podcast network for designers and developers! We hope you'll check it out and follow <a href=\"https://twitter.com/specfm\">@specfm</a> on Twitter for new shows and updates!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://adobe.com\">Adobe</a> (and check out <a href=\"http://www.adobe.com/products/photoshop/features.html\">What's New in CC 2015!</a>)</li>\n</ul>\n\n\n<a name=\"Jon.on.the.Web:\"></a>\n<h5>Jon on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/jongold\">Twitter</a></li>\n<li><a href=\"https://www.pinterest.com/jonvetica\">Pinterest</a></li>\n<li><a href=\"http://www.jon.gold/\">Website</a></li>\n<li><a href=\"http://alpha.jon.gold/\">Jon's Alpha Website</a></li>\n<li><a href=\"http://www.jon.gold/words.html\">Blog</a></li>\n<li><a href=\"https://dribbble.com/gold\">Dribbble</a></li>\n<li><a href=\"https://thegrid.io/\">The Grid</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - Miller High Life and Harleys</p>\n\n<ul>\n<li><a href=\"https://twitter.com/jongold\">Jon on Twitter</a></li>\n<li><a href=\"https://www.pinterest.com/jonvetica\">Jon on Pinterest</a></li>\n</ul>\n\n\n<p><strong>8:00</strong> - What are you working on right now?</p>\n\n<ul>\n<li><a href=\"https://thegrid.io/\">The Grid</a></li>\n<li><a href=\"http://www.typewolf.com/\">Typewolf</a></li>\n<li><a href=\"http://www.typewolf.com/site-of-the-day/fonts/tiempos-headline\">Tiempos</a></li>\n<li><a href=\"http://www.typewolf.com/site-of-the-day/fonts/akkurat\">Akkurat</a></li>\n<li><a href=\"https://www.try.com/\">Try.com</a></li>\n<li><a href=\"http://www.typography.com/\">Hoefler</a></li>\n<li><a href=\"http://www.typewolf.com/site-of-the-day/fonts/geogrotesque\">Geogrotesque</a></li>\n</ul>\n\n\n<p><strong>18:00</strong> - Jon shares his approach to functional CSS</p>\n\n<ul>\n<li><a href=\"http://www.jon.gold/2015/07/functional-css/\">Functional CSS</a></li>\n<li><a href=\"http://www.basscss.com/\">Basscss</a></li>\n<li><a href=\"http://jxnblk.com/\">Brent Jackson</a></li>\n<li><a href=\"http://mrmrs.cc/\">Adam Morse</a></li>\n<li><a href=\"https://github.com/mrmrs/tachyons\">Tachyons</a></li>\n<li><a href=\"http://oocss.org/\">OOCSS</a></li>\n<li><a href=\"https://smacss.com/\">SMACSS</a></li>\n<li><a href=\"http://glenmaddern.com/articles/interoperable-css\">Interoperable CSS</a></li>\n<li><a href=\"http://spec.fm/show/design-details/13116\">Design Details with Noah Stokes</a></li>\n<li><a href=\"https://medium.com/@hrescak/exploring-dynamic-layout-in-sketch-fdf0e825d1cf\">Exploring Dynamic Layout In Sketch</a></li>\n<li><a href=\"https://medium.com/bridge-collection/modern-design-tools-using-real-data-62d499e97482\">Modern Design Tools Using Real Data</a></li>\n<li><a href=\"https://twitter.com/joshpuckett\">Josh Puckett</a></li>\n</ul>\n\n\n<p><strong>39:00</strong> - Are you working on mobile projects?</p>\n\n<ul>\n<li><a href=\"http://www.pixate.com/\">Pixate</a></li>\n<li><a href=\"http://framerjs.com/\">Framer</a></li>\n<li><a href=\"https://developer.apple.com/swift/\">Swift</a></li>\n</ul>\n\n\n<p><strong>41:00</strong> - Skeuomorphism</p>\n\n<ul>\n<li><a href=\"https://en.wikipedia.org/wiki/Josef_M%C3%BCller-Brockmann\">Josef Müller-Brockmann</a></li>\n<li><a href=\"http://layervault.tumblr.com/post/32267022219/flat-interface-design\">The Flat Design Era</a></li>\n<li><a href=\"https://dribbble.com/gold\">Jon on Dribbble</a></li>\n</ul>\n\n\n<p><strong>46:00</strong> - Design school</p>\n\n<ul>\n<li><a href=\"https://twitter.com/worrydream\">Bret Victor</a></li>\n<li><a href=\"https://twitter.com/kylry\">Kyle Ryan</a></li>\n<li><a href=\"https://twitter.com/jedmund\">Justin Edmund</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=ibuiUXOTE4M\">Startup.com</a></li>\n<li><a href=\"http://www.imdb.com/title/tt0262021/\">E-Dreams</a></li>\n</ul>\n\n\n<p><strong>55:00</strong> - Are you working on any side projects?</p>\n\n<ul>\n<li><a href=\"http://alpha.jon.gold/\">Jon's new site in alpha</a></li>\n</ul>\n\n\n<p><strong>57:00</strong> - We chat Apple Music, Material Design, Apple Watch</p>\n\n<ul>\n<li><a href=\"http://spec.fm/show/design-details/13908\">Design Details Ep. 41</a></li>\n<li><a href=\"https://www.spotify.com/us/\">Spotify</a></li>\n<li><a href=\"http://www.rdio.com/\">Rdio</a></li>\n<li><a href=\"https://www.google.com/design/\">Material Design</a></li>\n<li><a href=\"https://twitter.com/lukew\">Luke Wroblewski</a></li>\n<li><a href=\"http://gettingthingsdone.com/\">Getting Things Done</a></li>\n<li><a href=\"https://twitter.com/ashsmash\">Ash Huang</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 15 Jul 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/5b088906.mp3\" length=\"54791172\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/14150/1436938301-artwork.jpg\"/>\n      <itunes:duration>01:16:01</itunes:duration>\n      <itunes:summary>Today we caught up with Jon Gold, an immensely talented and thoughtful designer making things at The Grid. In this show we chat about functional CSS, skeuomorphism and aesthetics, going to design school and the latest products from Apple.\n</itunes:summary>\n      <itunes:subtitle>Today we caught up with Jon Gold, an immensely talented and thoughtful designer making things at The Grid. In this show we chat about functional CSS, skeuomorphism and aesthetics, going to design school and the latest products from Apple.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>45</itunes:episode>\n    </item>\n    <item>\n      <title>42: Lonely T-Rex (feat. Sebastien Gabriel and Jean-Marc Denis)</title>\n      <guid isPermaLink=\"false\">16493d91-653f-4003-b811-2b73c1ae2f49</guid>\n      <link>http://designdetails.simplecast.fm/44</link>\n      <description>This week we finally caught up with our friends at Google, Jean-Marc Denis and Sebastien Gabriel. In this episode we chat Material Design, designing invisible interfaces, current design tools and moving from France to the US.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we finally caught up with our friends at Google, Jean-Marc Denis and Sebastien Gabriel. In this episode we chat Material Design, designing invisible interfaces, current design tools and moving from France to the US.</p>\n\n<p>Last week we also announced <a href=\"http://spec.fm\">Spec</a>, a new podcast network for designers and developers! We hope you'll check it out and follow <a href=\"https://twitter.com/specfm\">@specfm</a> on Twitter for new shows and updates!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'ROBOT' to save 50% off your first month of Iconfinder Pro</li>\n</ul>\n\n\n<a name=\"Sebastien.on.the.Web:\"></a>\n<h5>Sebastien on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/kounterb\">Twitter</a></li>\n<li><a href=\"http://sebastien-gabriel.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/kounterb\">Dribbble</a></li>\n<li><a href=\"https://instagram.com/kounterb/\">Instagram</a></li>\n<li><a href=\"http://sebastiengabriel.vsco.co/grid/1\">VSCO</a></li>\n</ul>\n\n\n<a name=\"Jean-Marc.on.the.Web:\"></a>\n<h5>Jean-Marc on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/jm_denis\">Twitter</a></li>\n<li><a href=\"http://www.jmd.im/#intro\">Website</a></li>\n<li><a href=\"https://dribbble.com/jmd\">Dribbble</a></li>\n<li><a href=\"https://medium.com/@jm_denis\">Medium</a></li>\n<li><a href=\"https://instagram.com/jeanmarc/\">Instagram</a></li>\n<li><a href=\"http://sketchdesign.io/\">Sketch Design</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>5:00</strong> - What are you working on?</p>\n\n<ul>\n<li><a href=\"http://www.google.com/chrome/\">Chrome</a></li>\n<li><a href=\"https://www.google.com/get/cardboard/\">Google Cardboard</a></li>\n<li><a href=\"https://twitter.com/gmurphy\">Glen Murphy</a></li>\n<li><a href=\"http://www.google.com/inbox/\">Google Inbox</a></li>\n</ul>\n\n\n<p><strong>14:00</strong> - We chat about designing interfaces.</p>\n\n<ul>\n<li><a href=\"https://dribbble.com/kounterb\">Sebastien on Dribbble</a></li>\n<li><a href=\"https://medium.com/google-design/redesigning-chrome-android-11eab15dc7ee\">Redesigning Chrome for Android</a></li>\n<li><a href=\"https://www.google.com/design/\">Google Design</a></li>\n<li><a href=\"http://www.theverge.com/2013/1/24/3904134/google-redesign-how-larry-page-engineered-beautiful-revolution\">Kennedy Project</a></li>\n<li><a href=\"https://twitter.com/marshallbock\">Marshall Bock</a></li>\n<li><a href=\"http://spec.fm/show/design-details/13908\">Design Details 41: Heart For You (feat. Marshall Bock and Michael Schultz)</a></li>\n<li><a href=\"https://developers.google.com/web/tools/material-design-lite/index?hl=en\">Material Design Lite</a></li>\n<li><a href=\"http://www.getmdl.io/components/index.html\">MDL Components</a></li>\n</ul>\n\n\n<p><strong>35:00</strong> - What design tools do you use?</p>\n\n<ul>\n<li><a href=\"http://bohemiancoding.com/sketch/\">Sketch</a></li>\n<li><a href=\"https://twitter.com/mengto\">Meng To</a></li>\n<li><a href=\"https://twitter.com/bdc\">Ben De Cock</a></li>\n<li><a href=\"http://spec.fm/show/design-details/13243\">Design Details 36: 10x (feat. Meng To)</a></li>\n<li><a href=\"http://www.bohemiancoding.com/sketch/beta/\">Sketch Beta</a></li>\n<li><a href=\"https://twitter.com/maxvoltar\">Tim Van Damme</a></li>\n<li><a href=\"http://spec.fm/show/design-details/8914\">Design Details 10: Tiny Nuggets of Delight (feat. Tim Van Damme)</a></li>\n<li><a href=\"http://www.autodesk.com/products/maya/overview\">Maya</a></li>\n<li><a href=\"https://www.google.com/design/jobs/\">Material Design Jobs</a></li>\n</ul>\n\n\n<p><strong>46:00</strong> - On designing error pages.</p>\n\n<ul>\n<li><a href=\"https://www.quora.com/What-is-the-story-behind-Chromes-unable-to-connect-to-the-internet-T-Rex-image\">Chrome T-Rex</a></li>\n</ul>\n\n\n<p><strong>52:00</strong> - We dig into Jean-Marc and Sebastien's backgrounds.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/roxaneclediere\">Roxane Clediere</a></li>\n<li><a href=\"https://medium.com/google-design/how-i-joined-google-9bdb2d8bcb60\">How I Joined Google</a></li>\n<li><a href=\"https://www.google.com/design/spec/style/color.html\">Material Design Colors</a></li>\n<li><a href=\"http://spec.fm/show/design-details/13908\">Design Details 41: Heart For You (feat. Marshall Bock and Michael Schultz)</a></li>\n<li><a href=\"https://github.com/watsonbox/exportify\">Exportify</a></li>\n<li><a href=\"http://www.rdio.com/\">Rdio</a></li>\n<li><a href=\"https://www.apple.com/music/\">Apple Music</a></li>\n<li><a href=\"https://www.google.com/get/cardboard/\">Google Cardboard</a></li>\n<li><a href=\"https://www.oculus.com/en-us/\">Oculus</a></li>\n<li><a href=\"http://www.peopleoverheroes.com/\">People Over Heroes</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 13 Jul 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/f0f7c7a5.mp3\" length=\"53663684\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/14062/1436771431-artwork.jpg\"/>\n      <itunes:duration>01:14:27</itunes:duration>\n      <itunes:summary>This week we finally caught up with our friends at Google, Jean-Marc Denis and Sebastien Gabriel. In this episode we chat Material Design, designing invisible interfaces, current design tools and moving from France to the US.\n</itunes:summary>\n      <itunes:subtitle>This week we finally caught up with our friends at Google, Jean-Marc Denis and Sebastien Gabriel. In this episode we chat Material Design, designing invisible interfaces, current design tools and moving from France to the US.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>44</itunes:episode>\n    </item>\n    <item>\n      <title>41: Heart For You (feat. Marshall Bock and Michael Schultz)</title>\n      <guid isPermaLink=\"false\">04e97f70-644d-4072-82e0-2a966a00ea05</guid>\n      <link>http://designdetails.simplecast.fm/43</link>\n      <description>It's been a week since Apple Music launched giving us the perfect reason to have a round-table discussion about the new app with Marshall Bock and Michael Schultz. We bounce around this episode sharing our thoughts on Apple Music and streaming services in general - we hope you have fun listening!\n</description>\n      <content:encoded>\n        <![CDATA[<p>It's been a week since Apple Music launched giving us the perfect reason to have a round-table discussion about the new app with Marshall Bock and Michael Schultz. We bounce around this episode sharing our thoughts on Apple Music and streaming services in general - we hope you have fun listening!</p>\n\n<p>You all got us nominated for Podcast of the Year at The Net Awards! If you can spare the time, we would very much appreciate if you would <a href=\"https://thenetawards.com/vote/podcast/the-design-details-podcast/\">vote</a> for us, or share the show with a friend!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"http://adobe.com\">Adobe</a> (and check out <a href=\"http://www.adobe.com/products/photoshop/features.html\">What's New in CC 2015!</a>)</li>\n</ul>\n\n\n<a name=\"Marshall.on.the.Web:\"></a>\n<h5>Marshall on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/marshallbock\">Twitter</a></li>\n<li><a href=\"http://marshallbock.com/\">Website</a></li>\n<li><a href=\"https://dribbble.com/marshallbock\">Dribbble</a></li>\n<li><a href=\"https://instagram.com/marshallbock/\">Instagram</a></li>\n<li><a href=\"http://blog.marshallbock.com/\">Blog</a></li>\n</ul>\n\n\n<a name=\"Michael.on.the.Web:\"></a>\n<h5>Michael on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/michaelschultz\">Twitter</a></li>\n<li><a href=\"http://michaelschultz.com/\">Website</a></li>\n<li><a href=\"https://medium.com/@michaelschultz\">Medium</a></li>\n<li><a href=\"https://instagram.com/michaelschultz/\">Instagram</a></li>\n<li><a href=\"https://dribbble.com/michaelschultz\">Dribbble</a></li>\n<li><a href=\"https://iodine.com\">Iodine</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>5:00</strong> - So Apple Music came out...</p>\n\n<ul>\n<li><a href=\"https://www.apple.com/music/\">Apple Music</a></li>\n<li><a href=\"https://www.apple.com/music/radio/\">Beats 1</a></li>\n<li><a href=\"http://www.rdio.com/\">Rdio</a></li>\n<li><a href=\"https://www.spotify.com/us/\">Spotify</a></li>\n<li><a href=\"http://www.theverge.com/2015/6/8/8744963/steve-jobs-jesus-people-dont-want-music-subscriptions\">Steve Jobs: People Don't Want Music Subscriptions</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=aEr6K1bwIVs\">Steve Jobs Official Trailer</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=S78RzZr3IwI\">Sorkinisms</a></li>\n<li><a href=\"https://github.com/watsonbox/exportify\">Exportify</a></li>\n<li><a href=\"https://www.mvsic.co/\">Mvsic</a></li>\n<li><a href=\"http://thekollection.com\">The Kollection</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=t4OEsI0Sc_s\">2007 WWDC Keynote</a></li>\n<li><a href=\"http://www.hulu.com/watch/795522\">Mr. Robot</a></li>\n<li><a href=\"http://www.polygon.com/2015/6/12/8772143/youtube-gaming-app-channel\">Polygon on YouTube Gaming</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 08 Jul 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/2c6c1c88.mp3\" length=\"63224645\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/13908/1436317740-artwork.jpg\"/>\n      <itunes:duration>01:27:44</itunes:duration>\n      <itunes:summary>It's been a week since Apple Music launched giving us the perfect reason to have a round-table discussion about the new app with Marshall Bock and Michael Schultz. We bounce around this episode sharing our thoughts on Apple Music and streaming services in general - we hope you have fun listening!\n</itunes:summary>\n      <itunes:subtitle>It's been a week since Apple Music launched giving us the perfect reason to have a round-table discussion about the new app with Marshall Bock and Michael Schultz. We bounce around this episode sharing our thoughts on Apple Music and streaming services in</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>43</itunes:episode>\n    </item>\n    <item>\n      <title>40: Ace of Bass (feat. Gabe Valdivia and Kyle Ryan)</title>\n      <guid isPermaLink=\"false\">1b166f13-ed4a-47ad-bf8d-7f4c864b30ee</guid>\n      <link>http://designdetails.simplecast.fm/42</link>\n      <description>Today we sat down with Gabe Valdivia and Kyle Ryan to talk about design at Facebook, the progress of their side project, Peek, and the value of obviousness in design.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we sat down with Gabe Valdivia and Kyle Ryan to talk about design at Facebook, the progress of their side project, Peek, and the value of obviousness in design.</p>\n\n<p>You all got us nominated for Podcast of the Year at The Net Awards! If you can spare the time, we would very much appreciate if you would <a href=\"https://thenetawards.com/vote/podcast/the-design-details-podcast/\">vote</a> for us, or share the show with a friend!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - use the promo code 'ROBOT' to save 50% off your first month of Iconfinder Pro</li>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n</ul>\n\n\n<a name=\"Gabe.on.the.Web:\"></a>\n<h5>Gabe on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/gabrielvaldivia\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/gabrielvaldivia\">Dribbble</a></li>\n<li><a href=\"http://www.gabrielvaldivia.com/\">Website</a></li>\n<li><a href=\"http://www.reactwithpeek.com/\">Peek</a></li>\n<li><a href=\"http://www.designdetails.fm/episode-5/\">Episode 5 of Design Details</a></li>\n</ul>\n\n\n<a name=\"Kyle.on.the.Web:\"></a>\n<h5>Kyle on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/kylry\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - What are you working on?</p>\n\n<ul>\n<li><a href=\"http://www.reactwithpeek.com/\">Peek</a></li>\n</ul>\n\n\n<p><strong>20:00</strong> - We dig more into Peek</p>\n\n<ul>\n<li><a href=\"https://ello.co/beta-public-profiles\">Ello</a></li>\n<li><a href=\"http://appstore.com/ello/ello\">Ello iOS</a></li>\n<li><a href=\"https://play.google.com/store/apps/details?id=com.contextlabs.facefeed&amp;hl=en\">Facefeed</a></li>\n<li><a href=\"http://www.designdetails.fm/34/\">Design Details with Allison House</a></li>\n</ul>\n\n\n<p><strong>48:00</strong> - How do you recruit an engineer to help you build a project?</p>\n\n<ul>\n<li><a href=\"https://medium.com/bridge-collection/modern-design-tools-using-real-data-62d499e97482\">Modern Design Tools: Using Real Data</a></li>\n<li><a href=\"https://twitter.com/joshpuckett\">Josh Puckett</a></li>\n<li><a href=\"https://facebook.github.io/origami/\">Origami</a></li>\n<li><a href=\"https://www.automatic.com/\">That car startup</a></li>\n<li><a href=\"http://catchat.fish/\">Cat Chat</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 06 Jul 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/1bbd4b8b.mp3\" length=\"50165939\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/13848/1436192029-artwork.jpg\"/>\n      <itunes:duration>01:09:36</itunes:duration>\n      <itunes:summary>Today we sat down with Gabe Valdivia and Kyle Ryan to talk about design at Facebook, the progress of their side project, Peek, and the value of obviousness in design.\n</itunes:summary>\n      <itunes:subtitle>Today we sat down with Gabe Valdivia and Kyle Ryan to talk about design at Facebook, the progress of their side project, Peek, and the value of obviousness in design.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>42</itunes:episode>\n    </item>\n    <item>\n      <title>39: YoTube (feat. Mike Essl)</title>\n      <guid isPermaLink=\"false\">e2e7baa1-e600-4311-a137-aa80aa5e1f88</guid>\n      <link>http://designdetails.simplecast.fm/41</link>\n      <description>On this episode we caught up with Mike Essl: designer, artist, Mr. T memorabilia collector. We talk about Mike's personal story as a designer, Cooper Union, and yes, we chat comics.\n</description>\n      <content:encoded>\n        <![CDATA[<p>On this episode we caught up with Mike Essl: designer, artist, Mr. T memorabilia collector. We talk about Mike's personal story as a designer, Cooper Union, and yes, we chat comics.</p>\n\n<p>You all got us nominated for Podcast of the Year at The Net Awards! If you can spare the time, we would very much appreciate if you would <a href=\"https://thenetawards.com/vote/podcast/the-design-details-podcast/\">vote</a> for us, or share the show with a friend!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n</ul>\n\n\n<a name=\"Mike.Essl.on.the.Web:\"></a>\n<h5>Mike Essl on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/essl\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/essl\">Dribbble</a></li>\n<li><a href=\"http://mike.essl.com/\">Website</a></li>\n<li><a href=\"https://www.cooper.edu/art/people/mike-essl\">Cooper Union</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>2:30</strong> - What are you working on right now?</p>\n\n<ul>\n<li><a href=\"http://www.dccomics.com/\">DC Comics</a></li>\n<li><a href=\"http://muledesign.com/\">Mule Design</a></li>\n<li><a href=\"http://nerduo.com/\">nerduo</a></li>\n<li><a href=\"https://twitter.com/irrg\">Robb Irrgang</a></li>\n<li><a href=\"http://nerduo.com/thebattle/\">The Battle</a></li>\n<li><a href=\"https://www.80stees.com/\">80sTees</a></li>\n<li><a href=\"http://1.21jiggawatts.com/\">1.21 jiggawatts</a></li>\n</ul>\n\n\n<p><strong>5:00</strong> - F'ing Sandman</p>\n\n<ul>\n<li><a href=\"http://www.amazon.com/Annotated-Sandman-Vol-Leslie-Klinger/dp/1401233325\">The Annotated Sandman Vol. 1</a></li>\n<li><a href=\"http://www.amazon.com/Annotated-Sandman-Vol-The/dp/1401235662\">The Annotated Sandman Vol. 2</a></li>\n<li><a href=\"http://www.amazon.com/Annotated-Sandman-Vol-Neil-Gaiman/dp/1401241026\">The Annotated Sandman Vol. 3</a></li>\n<li><a href=\"http://www.amazon.com/The-Comics-Action-Figure-Archive/dp/0811858324\">DC Comics Action Figure Archive</a></li>\n</ul>\n\n\n<p><strong>8:00</strong> - Essl shares his other projects</p>\n\n<ul>\n<li><a href=\"http://andimapc.com/\">And I'm a PC</a></li>\n<li><a href=\"http://appft.com/\">App for That</a></li>\n<li><a href=\"http://www.honan.net/\">Mat Honan</a></li>\n<li><a href=\"http://kottke.org/\">Jason Kottke</a></li>\n</ul>\n\n\n<p><strong>14:00</strong> - How do you balance your time with all these projects?</p>\n\n<ul>\n<li><a href=\"http://www.cooper.edu/\">The Cooper Union</a></li>\n</ul>\n\n\n<p><strong>22:00</strong> - Why did you ignore everone's advice to not go to art school?</p>\n\n<ul>\n<li><a href=\"https://twitter.com/monteiro\">Mike Monteiro</a></li>\n<li><a href=\"http://www.designdetails.fm/11/\">Erika Hall on Design Details</a></li>\n<li><a href=\"http://www.amazon.com/Milton-Glaser-Graphic-Design/dp/0879511885\">Graphic Design by Milton Glaser</a></li>\n</ul>\n\n\n<p><strong>41:00</strong> - Mike's dream work</p>\n\n<ul>\n<li><a href=\"http://www.amazon.com/Watching-Watchmen-Definitive-Companion-Ultimate/dp/1848560419\">Watching the Watchmen</a></li>\n<li><a href=\"http://www.muleradio.net/issues/\">Issues Podcast</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=h9hbONcodHY\">The eBay Promo video</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=cBnrn-tHrrQ\">Mr. T and Me</a></li>\n</ul>\n\n\n<p><strong>1:06:00</strong> - What are you taking back from San Francisco?</p>\n\n<ul>\n<li><a href=\"http://www.zeldman.com/\">Jeffrey Zeldman</a></li>\n</ul>\n\n\n<p><strong>1:10:00</strong> - What's the difference between design and art?</p>\n\n<ul>\n<li><a href=\"http://isgraphicdesignart.com/\">Is Graphic Design Art?</a></li>\n<li><a href=\"https://en.wikipedia.org/wiki/Jenny_Holzer\">Jenny Holzer</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 01 Jul 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/866d2658.mp3\" length=\"57115604\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/13607/1435727513-artwork.jpg\"/>\n      <itunes:duration>01:19:15</itunes:duration>\n      <itunes:summary>On this episode we caught up with Mike Essl: designer, artist, Mr. T memorabilia collector. We talk about Mike's personal story as a designer, Cooper Union, and yes, we chat comics.\n</itunes:summary>\n      <itunes:subtitle>On this episode we caught up with Mike Essl: designer, artist, Mr. T memorabilia collector. We talk about Mike's personal story as a designer, Cooper Union, and yes, we chat comics.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>41</itunes:episode>\n    </item>\n    <item>\n      <title>38: Electronic Parties (feat. Geoff Teehan)</title>\n      <guid isPermaLink=\"false\">d1e351dc-18b9-4733-ae92-e7f1ae265936</guid>\n      <link>http://designdetails.simplecast.fm/40</link>\n      <description>For episode 38, we were joined by Geoff Teehan, a super-talented Canadian designer who is at least partially responsible for several of our favorite products. He has not only worked on some amazing projects for companies like Medium, Google, and now Facebook - he has also built some really great resources for designers.\n</description>\n      <content:encoded>\n        <![CDATA[<p>For episode 38, we were joined by Geoff Teehan, a super-talented Canadian designer who is at least partially responsible for several of our favorite products. He has not only worked on some amazing projects for companies like Medium, Google, and now Facebook - he has also built some really great resources for designers.</p>\n\n<p>You all got us nominated for Podcast of the Year at The Net Awards! If you can spare the time, we would very much appreciate if you would <a href=\"https://thenetawards.com/vote/podcast/the-design-details-podcast/\">vote</a> for us, or share the show with a friend!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> - Use promo code 'ROBOT' for 50% off your first month of Iconfinder Pro!</li>\n<li><a href=\"http://adobe.com\">Adobe</a> (and check out <a href=\"http://www.adobe.com/products/photoshop/features.html\">What's New in CC 2015!</a>)</li>\n</ul>\n\n\n<a name=\"Geoff.Teehan.on.the.Web:\"></a>\n<h5>Geoff Teehan on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/gt\">Twitter</a></li>\n<li><a href=\"https://medium.com/@gt\">Medium</a></li>\n<li><a href=\"https://dribbble.com/gteehan\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:50</strong> - What are you working on?</p>\n\n<ul>\n<li><a href=\"http://www.teehanlax.com\">Teehan + Lax</a></li>\n</ul>\n\n\n<p><strong>6:20</strong> - How do you see the trend of designers moving from small agencies to product companies?</p>\n\n<p><strong>10:00</strong> - Getting work and creating products as an agency</p>\n\n<ul>\n<li><a href=\"http://www.teehanlax.com/story/medium/\">Medium case study</a></li>\n<li><a href=\"http://labs.teehanlax.com/project/hyperlapse\">Hyperlapse</a></li>\n<li><a href=\"https://twitter.com/jlax\">Jon Lax</a></li>\n<li><a href=\"https://twitter.com/sarahberus/status/578747367156903936\">The Dog Conference</a></li>\n<li><a href=\"http://www.teehanlax.com/story/prismatic/\">Prismatic case study</a></li>\n<li><a href=\"https://twitter.com/dannpetty\">Dann Petty</a></li>\n<li><a href=\"https://twitter.com/dustin\">Dustin Senos</a></li>\n<li><a href=\"https://twitter.com/lat\">Leigh Taylor</a></li>\n<li><a href=\"https://twitter.com/ev\">Ev Goldberg</a></li>\n<li><a href=\"https://twitter.com/obviouscorp\">Obvious Corp.</a></li>\n<li><a href=\"http://labs.teehanlax.com\">T+L Labs</a></li>\n<li><a href=\"http://labs.teehanlax.com/project/do-we-have-milk\">Bags of milk</a></li>\n<li><a href=\"http://labs.teehanlax.com/project/digit\">D.I.G.I.T.</a></li>\n<li><a href=\"http://labs.teehanlax.com/project/tvi\">Touch Vision</a></li>\n<li><a href=\"http://labs.teehanlax.com/project/painting-with-a-digital-brush\">ASCII Street View</a></li>\n<li><a href=\"http://www.teehanlax.com/tools/iphone/\">iOS GUI Templates</a></li>\n<li><a href=\"http://digg.com\">Digg</a></li>\n<li><a href=\"http://aws.amazon.com\">Amazon AWS</a></li>\n<li><a href=\"http://www.rackspace.com/en-us\">Rackspace</a></li>\n<li><a href=\"http://com.teehanlax.assets.s3-website-us-east-1.amazonaws.com/resources/img/story/socialportrait/canvas/tl-bg.jpg\">\"The Photo\"</a></li>\n<li><a href=\"http://www.finnohara.com\">Finn O'Hara</a></li>\n<li><a href=\"https://twitter.com/tylr\">Tyler Howarth</a></li>\n</ul>\n\n\n<p><strong>40:00</strong> - How did you get into design?</p>\n\n<ul>\n<li><a href=\"http://www.coreldraw.com/us/\">CorelDRAW</a></li>\n<li><a href=\"http://www.modamedia.com\">ModaMedia</a></li>\n</ul>\n\n\n<p><strong>50:00</strong> - Talking about the Apple Watch... again.</p>\n\n<p><strong>58:00</strong> - Why Facebook?</p>\n]]>\n      </content:encoded>\n      <pubDate>Mon, 29 Jun 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/bfcf304c.mp3\" length=\"49573561\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/13530/1435589920-artwork.jpg\"/>\n      <itunes:duration>01:08:47</itunes:duration>\n      <itunes:summary>For episode 38, we were joined by Geoff Teehan, a super-talented Canadian designer who is at least partially responsible for several of our favorite products. He has not only worked on some amazing projects for companies like Medium, Google, and now Facebook - he has also built some really great resources for designers.\n</itunes:summary>\n      <itunes:subtitle>For episode 38, we were joined by Geoff Teehan, a super-talented Canadian designer who is at least partially responsible for several of our favorite products. He has not only worked on some amazing projects for companies like Medium, Google, and now Faceb</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>40</itunes:episode>\n    </item>\n    <item>\n      <title>37: Crisper Articulation (feat. Julie Zhuo)</title>\n      <guid isPermaLink=\"false\">948e96fd-3385-4e70-a8d1-7ad07402d810</guid>\n      <link>http://designdetails.simplecast.fm/39</link>\n      <description>For episode 37, we were lucky enough to get to spend some time with Julie Zhuo! We're both huge fans of her writing on Medium and the way she thinks about design and especially that she shares that with the entire community.\n</description>\n      <content:encoded>\n        <![CDATA[<p>For episode 37, we were lucky enough to get to spend some time with Julie Zhuo! We're both huge fans of her writing on Medium and the way she thinks about design and <em>especially</em> that she shares that with the entire community.</p>\n\n<p>Speaking of sharing with the community, you all got us nominated for Podcast of the Year at The Net Awards! If you can spare the time, we would very much appreciate if you would <a href=\"https://thenetawards.com/vote/podcast/the-design-details-podcast/\">vote</a> for us, or share the show with a friend!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n<li><a href=\"https://www.imgix.com/?utm_source=design-details&amp;utm_medium=podcast&amp;utm_term=default-language&amp;utm_content=designers&amp;utm_campaign=design-centric\">imgix</a></li>\n</ul>\n\n\n<a name=\"Julie.Zhuo.on.the.Web:\"></a>\n<h5>Julie Zhuo on the Web:</h5>\n\n<ul>\n<li><a href=\"http://www.juliezhuo.com\">Website</a></li>\n<li><a href=\"https://twitter.com/joulee\">Twitter</a></li>\n<li><a href=\"https://medium.com/@joulee\">Medium</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:50</strong> - What are you working on?</p>\n\n<ul>\n<li><a href=\"https://twitter.com/cap\">Cap Watkins</a></li>\n<li><a href=\"http://www.designdetails.fm/27/\">DD27: Socialist Design (feat. Cap Watkins &amp; Kim Bost)</a></li>\n</ul>\n\n\n<p><strong>9:15</strong> - What have been the hardest parts of scaling a design team?</p>\n\n<ul>\n<li><a href=\"http://www.wired.com/2015/03/facebook-moves-new-garden-roofed-fantasyland/\">MPK20</a></li>\n</ul>\n\n\n<p><strong>14:50</strong> - The Year of the Looking Glass</p>\n\n<ul>\n<li><a href=\"https://medium.com/the-year-of-the-looking-glass\">The Year of the Looking Glass on Medium</a></li>\n<li><a href=\"https://medium.com/the-year-of-the-looking-glass/how-to-be-that-designer-96b6215fcd1c\">How to Be That Designer</a></li>\n<li><a href=\"https://medium.com/the-year-of-the-looking-glass/the-imposter-syndrome-9e23e2326d88\">The Imposter Syndrome</a></li>\n<li><a href=\"https://twitter.com/sherylsandberg\">Sheryl Sandberg</a></li>\n<li><a href=\"http://leanin.org\">Lean In</a></li>\n</ul>\n\n\n<p><strong>22:00</strong> - What keeps you excited about working at Facebook?</p>\n\n<ul>\n<li><a href=\"https://www.facebook.com/zuck\">Mark Zuckerberg</a></li>\n<li><a href=\"https://internet.org\">Internet.org</a></li>\n</ul>\n\n\n<p><strong>24:30</strong> - How is design perceived inside Facebook?</p>\n\n<ul>\n<li><a href=\"http://hhvm.com\">HHVM</a></li>\n</ul>\n\n\n<p><strong>36:30</strong> - How are products designed at Facebook?</p>\n\n<ul>\n<li><a href=\"http://www.amazon.com/Creativity-Inc-Overcoming-Unseen-Inspiration/dp/0812993012\">Creativity, Inc.</a></li>\n<li><a href=\"https://en.wikipedia.org/?title=Edwin_Catmull\">Ed Catmull</a></li>\n<li><a href=\"https://medium.com/@joulee/whatevers-best-for-the-people-thats-what-we-do-ed75a0ee7641\">Whatever's Best for the People, That's What We'll Do</a></li>\n<li><a href=\"http://www.mikematas.com\">Mike Matas</a></li>\n<li><a href=\"http://techcrunch.com/2015/06/04/download-facebook-lite/\">Facebook Lite</a></li>\n</ul>\n\n\n<p><strong>51:00</strong> - What do you want to do next?</p>\n\n<ul>\n<li><a href=\"https://www.oculus.com/en-us/\">Oculus Rift</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 24 Jun 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/681c37fe.mp3\" length=\"40514609\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/13301/1435136157-artwork.jpg\"/>\n      <itunes:duration>00:56:12</itunes:duration>\n      <itunes:summary>For episode 37, we were lucky enough to get to spend some time with Julie Zhuo! We're both huge fans of her writing on Medium and the way she thinks about design and especially that she shares that with the entire community.\n</itunes:summary>\n      <itunes:subtitle>For episode 37, we were lucky enough to get to spend some time with Julie Zhuo! We're both huge fans of her writing on Medium and the way she thinks about design and especially that she shares that with the entire community.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>39</itunes:episode>\n    </item>\n    <item>\n      <title>36: 10x (feat. Meng To)</title>\n      <guid isPermaLink=\"false\">470a541f-233d-497f-817a-2d65abe53e76</guid>\n      <link>http://designdetails.simplecast.fm/38</link>\n      <description>For episode 36, we got to spend some time with Meng To discussing what makes a great product, how to get started with design and development, and what it takes to build a thing. Meng's an incredibly talented creator and we're grateful he was able to take a break from helping people get started in our industry to hang out with us for an hour or so!\n</description>\n      <content:encoded>\n        <![CDATA[<p>For episode 36, we got to spend some time with Meng To discussing what makes a great product, how to get started with design and development, and what it takes to build a thing. Meng's an incredibly talented creator and we're grateful he was able to take a break from helping people get started in our industry to hang out with us for an hour or so!</p>\n\n<p>In case you haven't noticed, we were nominated for Podcast of the Year at The Net Awards! There's about 2 weeks left and we would love it if you'd take a minute to <a href=\"https://thenetawards.com/vote/podcast/the-design-details-podcast/\">vote</a> for us!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://adobe.com\">Adobe</a> (and check out <a href=\"http://www.adobe.com/products/photoshop/features.html\">What's New in CC 2015!</a>)</li>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a></li>\n</ul>\n\n\n<a name=\"Meng.To.on.the.Web:\"></a>\n<h5>Meng To on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/MengTo\">Twitter</a></li>\n<li><a href=\"http://mengto.com/\">Website</a></li>\n<li><a href=\"http://blog.mengto.com/\">Blog</a></li>\n<li><a href=\"https://medium.com/@MengTo\">Medium</a></li>\n<li><a href=\"https://dribbble.com/mengto\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - What Meng's working on</p>\n\n<ul>\n<li><a href=\"http://shadowness.com/closing.php\">Shadowness</a></li>\n<li><a href=\"http://www.imdb.com/title/tt0133093/\">The Matrix</a></li>\n<li><a href=\"https://www.wikiwand.com/en/StarCraft\">StarCraft</a></li>\n</ul>\n\n\n<p><strong>9:30</strong> - What are you excited about in design?</p>\n\n<ul>\n<li><a href=\"http://bohemiancoding.com/sketch/\">Sketch</a></li>\n<li><a href=\"http://www.invisionapp.com/\">Invision</a></li>\n<li><a href=\"http://www.pixate.com/\">Pixate</a></li>\n<li><a href=\"https://slack.com/\">Slack</a></li>\n<li><a href=\"https://designcode.io/\">Design + Code</a></li>\n<li><a href=\"https://developer.apple.com/xcode/\">Xcode</a></li>\n<li><a href=\"https://developer.apple.com/swift/\">Swift</a></li>\n</ul>\n\n\n<p><strong>15:00</strong> - Should designers write production code?</p>\n\n<ul>\n<li><a href=\"http://macaw.co/\">Macaw</a></li>\n<li><a href=\"http://www.adobe.com/products/dreamweaver.html\">Dreamweaver</a></li>\n<li><a href=\"http://framerjs.com/\">Framer</a></li>\n<li><a href=\"https://angularjs.org/\">AngularJS</a></li>\n<li><a href=\"https://www.meteor.com/\">MeteorJS</a></li>\n<li><a href=\"https://nodejs.org/\">NodeJS</a></li>\n<li><a href=\"http://www.codecademy.com/\">Codecademy</a></li>\n<li><a href=\"https://www.google.com/design/spec/material-design/introduction.html\">Material Design</a></li>\n<li><a href=\"https://www.snapchat.com/\">Snapchat</a></li>\n</ul>\n\n\n<p><strong>24:30</strong> - Creating free content vs paid content</p>\n\n<ul>\n<li><a href=\"https://github.com/MengTo/Spring\">Spring library</a></li>\n<li><a href=\"https://designcode.io/watch\">Apple Watch GUI</a></li>\n</ul>\n\n\n<p><strong>32:00</strong> - WWDC expectations</p>\n\n<ul>\n<li><a href=\"http://sixcolors.com/post/2015/02/new-apple-photos-app-contains-uxkit-framework/\">UXKit rumors</a></li>\n</ul>\n\n\n<p><strong>35:00</strong> - Global differences in design/dev culture</p>\n\n<ul>\n<li><a href=\"https://www.wikiwand.com/en/Alipay\">Alipay</a></li>\n</ul>\n\n\n<p><strong>40:30</strong> - Learning development and gaming as a gateway to the tech industry</p>\n\n<ul>\n<li><a href=\"https://www.udemy.com/\">udemy</a></li>\n<li><a href=\"https://www.wikiwand.com/en/Super_Smash_Bros.\">Super Smash Bros.</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=U-DSQocaPG4\">SoundBlaster 16 for Windows 3.11</a></li>\n<li><a href=\"http://blog.dota2.com/\">DOTA</a></li>\n<li><a href=\"https://www.wikiwand.com/en/Warcraft_III:_Reign_of_Chaos\">Warcraft III</a></li>\n<li><a href=\"http://us.battle.net/heroes/en/\">Heroes of the Storm</a></li>\n<li><a href=\"http://us.battle.net/wow/en/\">World of Warcraft</a></li>\n<li><a href=\"http://us.battle.net/hearthstone/en/\">Hearthstone</a></li>\n<li><a href=\"https://twitter.com/wilsonminer\">Wilson Miner</a></li>\n<li><a href=\"http://www.designdetails.fm/episode-3/\">DD 3: I'm Tired of Looking at Apps (feat. Wilson Miner)</a></li>\n<li><a href=\"https://twitter.com/StoneLibrande\">Stone Librande</a></li>\n<li><a href=\"http://www.designdetails.fm/18/\">DD 12: Kleenex Testers (feat. Stone Librande)</a></li>\n</ul>\n\n\n<p><strong>50:30</strong> - The elements of a really compelling product</p>\n\n<ul>\n<li><a href=\"https://twitter.com/marcedwards\">Marc Edwards</a></li>\n<li><a href=\"http://bjango.com/articles/actions/\">Bjango Actions</a></li>\n<li><a href=\"https://github.com/utom/sketch-measure\">sketch-measure</a></li>\n<li><a href=\"https://zeplin.io/\">Zeplin</a></li>\n</ul>\n\n\n<p><strong>55:00</strong> - Don't give up. Just do something crazy.</p>\n]]>\n      </content:encoded>\n      <pubDate>Mon, 22 Jun 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/2d303814.mp3\" length=\"49760349\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/13243/1434955788-artwork.jpg\"/>\n      <itunes:duration>01:09:02</itunes:duration>\n      <itunes:summary>For episode 36, we got to spend some time with Meng To discussing what makes a great product, how to get started with design and development, and what it takes to build a thing. Meng's an incredibly talented creator and we're grateful he was able to take a break from helping people get started in our industry to hang out with us for an hour or so!\n</itunes:summary>\n      <itunes:subtitle>For episode 36, we got to spend some time with Meng To discussing what makes a great product, how to get started with design and development, and what it takes to build a thing. Meng's an incredibly talented creator and we're grateful he was able to take </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>38</itunes:episode>\n    </item>\n    <item>\n      <title>35: Senate Design Overcommittee (feat. Noah Stokes)</title>\n      <guid isPermaLink=\"false\">85cc50d0-c96e-4311-a8db-dae013f1fdf1</guid>\n      <link>http://designdetails.simplecast.fm/37</link>\n      <description>For episode 35, we finally convinced the Motherfuton himself, Mr. Noah Stokes, to come hang with us for a bit and talk about lazy web design, ornamentation vs utility, design education and so much more. It was super fun to pick his brain for an hour or so and he brought up some frequently overlooked shortcomings of how we build the web today.\n</description>\n      <content:encoded>\n        <![CDATA[<p>For episode 35, we <strong>finally</strong> convinced the Motherfuton himself, Mr. Noah Stokes, to come hang with us for a bit and talk about lazy web design, ornamentation vs utility, design education and so much more. It was super fun to pick his brain for an hour or so and he brought up some frequently overlooked shortcomings of how we build the web today.</p>\n\n<p>In case you haven't noticed, we were nominated for Podcast of the Year at The Net Awards! If you can spare the time, we would very much appreciate a <a href=\"https://thenetawards.com/vote/podcast/the-design-details-podcast/\">vote</a>!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://adobe.com\">Adobe</a></li>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n</ul>\n\n\n<a name=\"Noah.Stokes.on.the.Web:\"></a>\n<h5>Noah Stokes on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/motherfuton\">Twitter</a></li>\n<li><a href=\"http://noahstokes.com\">Website</a></li>\n<li><a href=\"http://esbueno.noahstokes.com/\">Blog</a></li>\n<li><a href=\"https://dribbble.com/motherfuton\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:30</strong> - What Noah's working on</p>\n\n<ul>\n<li><a href=\"https://creativemarket.com/\">Creative Market</a></li>\n<li><a href=\"http://www.autodesk.com/\">AutoDesk</a></li>\n<li><a href=\"http://www.autodesk.com/products/autocad/overview\">AutoCAD</a></li>\n</ul>\n\n\n<p><strong>6:30</strong> - Moving from client services to an in-house design team</p>\n\n<ul>\n<li><a href=\"http://esbueno.noahstokes.com/post/112136265808/end-of-an-era\">\"End of An Era\"</a></li>\n<li><a href=\"http://happycog.com/\">Happy Cog</a></li>\n<li><a href=\"http://teehanlax.com/\">Teehan+Lax</a></li>\n<li><a href=\"http://hellobold.com/\">BOLD</a></li>\n<li><a href=\"https://twitter.com/gstjohn\">Garrett St. John</a></li>\n<li><a href=\"https://twitter.com/drknlsn\">Derek Nelson</a></li>\n<li><a href=\"https://twitter.com/zachmcnair\">Zach McNair</a></li>\n<li><a href=\"http://weightshift.com/\">Weightshift</a></li>\n<li><a href=\"http://paravelinc.com/\">Paravel</a></li>\n<li><a href=\"http://superfriend.ly/\">SuperFriendly</a></li>\n<li><a href=\"http://www.bigge.com/\">Bigge cranes</a></li>\n</ul>\n\n\n<p><strong>16:45</strong> - Life before BOLD and how Apple has changed</p>\n\n<ul>\n<li><a href=\"https://www.wikiwand.com/en/LifeDrive\">PalmOne LifeDrive</a></li>\n<li><a href=\"http://www.wikiwand.com/en/Palm_Treo\">Palm Treo</a></li>\n<li><a href=\"http://www.wikiwand.com/en/IPod_Mini\">iPod Mini</a></li>\n<li><a href=\"https://www.wikiwand.com/en/PowerBook_G4\">17\" PowerBook</a></li>\n<li><a href=\"http://www.apple.com/live/2015-june-event/\">Apple's WWDC 2015 Keynote</a></li>\n<li><a href=\"https://agilebits.com/onepassword\">1Password</a></li>\n<li><a href=\"https://youtu.be/MzYPr9g103w\">How to Pronounce Helvetica Neue</a></li>\n</ul>\n\n\n<p><strong>28:15</strong> - How responsive design made the web boring</p>\n\n<ul>\n<li><a href=\"https://stripe.com/dashboard/iphone\">Stripe Dashboard Page</a></li>\n<li><a href=\"https://www.google.com/design/spec/material-design/introduction.html\">Material Design</a></li>\n<li><a href=\"https://twitter.com/billlabus\">Bill Labus</a></li>\n<li><a href=\"https://twitter.com/malthe\">Malthe Sigurdsson</a></li>\n<li><a href=\"https://twitter.com/bdc\">Ben De Cock</a></li>\n<li><a href=\"http://prototypejs.org/\">PrototypeJS</a></li>\n<li><a href=\"https://script.aculo.us/\">Scriptaculous</a></li>\n<li><a href=\"https://twitter.com/jeresig?lang=en\">John Resig</a></li>\n<li><a href=\"https://twitter.com/sstephenson\">Sam Stephenson</a></li>\n<li><a href=\"http://sass-lang.com/\">SASS</a></li>\n<li><a href=\"http://lesscss.org/\">LESS</a></li>\n<li><a href=\"https://twitter.com/fat\">@fat</a></li>\n<li><a href=\"http://ai.github.io/about-postcss/en/\">PostCSS</a></li>\n<li><a href=\"https://en.bem.info/\">BEM</a></li>\n<li><a href=\"https://css-tricks.com/snippets/sass/bem-mixins/\">BEM Nesting (+ Mixins!) in SASS</a></li>\n<li><a href=\"http://instantarticles.fb.com/\">Facebook Instant Articles</a></li>\n<li><a href=\"http://techcrunch.com/2015/06/04/download-facebook-lite/#.mvk64w:HX9d\">Facebook Lite</a></li>\n<li><a href=\"https://twitter.com/gruber\">John Gruber</a></li>\n<li><a href=\"http://daringfireball.net/2015/05/facebook_instant_articles\">Gruber on Instant Articles</a></li>\n</ul>\n\n\n<p><strong>46:00</strong> - UI for pure utility vs UI ornamentation</p>\n\n<ul>\n<li><a href=\"https://itunes.apple.com/us/app/stripe-dashboard/id978516833?mt=8\">Stripe Dashboard App</a></li>\n<li><a href=\"https://twitter.com/sdw\">Sebastiaan De With</a></li>\n<li><a href=\"https://www.wikiwand.com/en/SCSI\">SCSI cable</a></li>\n<li><a href=\"https://www.wikiwand.com/en/VGA_connector\">VGA connector</a></li>\n</ul>\n\n\n<p><strong>50:00</strong> - Web education and regulation</p>\n\n<ul>\n<li><a href=\"https://www.healthcare.gov/\">Healthcare.gov</a></li>\n<li><a href=\"https://teamtreehouse.com/\">Treehouse</a></li>\n<li><a href=\"https://twitter.com/execute\">Execute iOS</a></li>\n<li><a href=\"https://twitter.com/soffes\">Sam Soffes</a></li>\n<li><a href=\"https://www.meteor.com/\">MeteorJS</a></li>\n<li><a href=\"https://twitter.com/sachagreif\">Sacha Greif</a></li>\n<li><a href=\"http://www.reactnative.com/\">React Native</a></li>\n<li><a href=\"https://twitter.com/gk3\">George Kedenburg</a></li>\n<li><a href=\"https://www.npmjs.com/\">NPM</a></li>\n<li><a href=\"https://github.com/nodejs/io.js/issues/37\">ioJS logo thread</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=JfAF1CKHsX8\">The Motherfuton News on YouTube</a></li>\n<li><a href=\"https://spoken.co/t/2481601\">The Motherfuton News on Spoken</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 17 Jun 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/3241f745.mp3\" length=\"46021969\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/13116/1434530706-artwork.jpg\"/>\n      <itunes:duration>01:03:51</itunes:duration>\n      <itunes:summary>For episode 35, we finally convinced the Motherfuton himself, Mr. Noah Stokes, to come hang with us for a bit and talk about lazy web design, ornamentation vs utility, design education and so much more. It was super fun to pick his brain for an hour or so and he brought up some frequently overlooked shortcomings of how we build the web today.\n</itunes:summary>\n      <itunes:subtitle>For episode 35, we finally convinced the Motherfuton himself, Mr. Noah Stokes, to come hang with us for a bit and talk about lazy web design, ornamentation vs utility, design education and so much more. It was super fun to pick his brain for an hour or so</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>37</itunes:episode>\n    </item>\n    <item>\n      <title>34: Second Shift (feat. Allison House)</title>\n      <guid isPermaLink=\"false\">f511844a-e777-4bce-b52e-f1cfd5e15888</guid>\n      <link>http://designdetails.simplecast.fm/36</link>\n      <description>This week we hopped on a call with the one-and-only Allison House! Allison currently lives in Austin, exploring her way through 3D art and design - in this episode we chat about her background in design, her transition into 3D and what she's excited for in the future.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we hopped on a call with the one-and-only Allison House! Allison currently lives in Austin, exploring her way through 3D art and design - in this episode we chat about her background in design, her transition into 3D and what she's excited for in the future. We're also in the running for Podcast of the Year!</p>\n\n<p>If you're enjoying the show, we'd love your support - <a href=\"https://thenetawards.com/vote/podcast/the-design-details-podcast/\">Vote for Design Details</a>.</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://iconfinder.com\">Iconfinder</a></li>\n</ul>\n\n\n<a name=\"Allison.on.the.Web:\"></a>\n<h5>Allison on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/house\">Twitter</a></li>\n<li><a href=\"http://allison.house/\">Website</a></li>\n<li><a href=\"https://dribbble.com/house\">Dribbble</a></li>\n<li><a href=\"https://instagram.com/allisonhouse/\">Instagram</a></li>\n<li><a href=\"http://allison.house/newsletter/\">Allison's Newsletter</a></li>\n<li><a href=\"http://allisonhouse.tumblr.com/\">Tumblr</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - What in the world are you working on?</p>\n\n<ul>\n<li><a href=\"http://allisonhouse.tumblr.com/\">Allison's Tumblr</a></li>\n<li><a href=\"http://www.maxon.net/products/cinema-4d-studio/who-should-use-it.html\">Cinema 4D</a></li>\n<li><a href=\"https://dribbble.com/shots/1523601-b-b-b-bomb\">The Bomb</a></li>\n<li><a href=\"http://greyscalegorilla.com/\">Greyscalegorilla</a></li>\n</ul>\n\n\n<p><strong>9:00</strong> - Have you felt new clarity after leaving SF?</p>\n\n<p><strong>11:00</strong> - What got you started in design?</p>\n\n<ul>\n<li><a href=\"https://teamtreehouse.com/\">Treehouse</a></li>\n<li><a href=\"http://www.carsonified.com/\">Carsonified</a></li>\n<li><a href=\"https://twitter.com/ryancarson\">Ryan Carson</a></li>\n<li><a href=\"http://www.codecademy.com/\">Codecademy</a></li>\n<li><a href=\"https://twitter.com/jasonfried\">Jason Fried</a></li>\n<li><a href=\"https://twitter.com/garyvee\">Gary Vaynerchuck</a></li>\n</ul>\n\n\n<p><strong>19:00</strong> - Why Dropbox?</p>\n\n<ul>\n<li><a href=\"https://twitter.com/morganknutson\">Morgan Knutson</a></li>\n<li><a href=\"https://twitter.com/soleio\">Soleio</a></li>\n</ul>\n\n\n<p><strong>20:00</strong> - How do you identify the next place to grow as a designer?</p>\n\n<ul>\n<li><a href=\"https://dribbble.com/dropbox\">Dropbox on Dribbble</a></li>\n</ul>\n\n\n<p><strong>22:00</strong> - Allison shares her process for the Tweedy video.</p>\n\n<ul>\n<li><a href=\"http://allison.house/blog/making-tweedy-summer-noon-music-video/\">Tweedy video</a></li>\n<li><a href=\"http://www.amazon.com/Cinematic-Storytelling-Powerful-Conventions-Filmmaker/dp/193290705X\">Cinematic Storytelling</a></li>\n</ul>\n\n\n<p><strong>28:00</strong> - How do you incorporate expression into design?</p>\n\n<ul>\n<li><a href=\"https://slack.com/\">Slack</a></li>\n</ul>\n\n\n<p><strong>30:00</strong> - What are other products you're excited about right now?</p>\n\n<ul>\n<li><a href=\"http://giphy.com/\">Giphy</a></li>\n<li><a href=\"http://giphy.com/house/\">Allison on Giphy</a></li>\n<li><a href=\"https://dribbble.com/turnislefthome\">Tim Reynolds</a></li>\n<li><a href=\"http://society6.com/\">Society6</a> (<a href=\"http://society6.com/house/prints?curator=house\">Allison's store</a>)</li>\n</ul>\n\n\n<p><strong>35:00</strong> - What's your take on the state of Dribbble and design credibility?</p>\n\n<ul>\n<li><a href=\"https://dribbble.com/house\">Allison on Dribbble</a></li>\n<li><a href=\"https://blog.intercom.io/the-dribbblisation-of-design/\">The Dribbblisation of Design</a></li>\n<li><a href=\"https://dribbble.com/morgan\">Morgan on Dribbble</a></li>\n<li><a href=\"http://max.adobe.com/\">Adobe MAX Conference</a></li>\n</ul>\n\n\n<p><strong>39:00</strong> - Allison explains her learning process.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/rypearts\">Ryan Putnam</a></li>\n<li><a href=\"https://dribbble.com/shots/1959708-Ceramic-Ideas\">Ryan's Cactus</a></li>\n<li><a href=\"https://dribbble.com/shots/1961254-Cactus?list=users&amp;offset=7\">Allison's animated cactus</a></li>\n</ul>\n\n\n<p><strong>44:00</strong> - What's the big picture goal for you as an artist and designer?</p>\n\n<ul>\n<li><a href=\"https://brooklynbeta.org/\">Brooklyn Beta</a></li>\n<li><a href=\"http://designerfund.com/\">Designer Fund</a></li>\n</ul>\n\n\n<p><strong>47:00</strong> - What are the common struggles for designers moving from freelance to full time?</p>\n\n<ul>\n<li><a href=\"http://allison.house/newsletter/\">Allison's newsletter</a></li>\n<li><a href=\"http://allison.house\">Allison's website</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 15 Jun 2015 08:36:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/c33d43b4.mp3\" length=\"37871425\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/13050/1434378334-artwork.jpg\"/>\n      <itunes:duration>00:52:32</itunes:duration>\n      <itunes:summary>This week we hopped on a call with the one-and-only Allison House! Allison currently lives in Austin, exploring her way through 3D art and design - in this episode we chat about her background in design, her transition into 3D and what she's excited for in the future.\n</itunes:summary>\n      <itunes:subtitle>This week we hopped on a call with the one-and-only Allison House! Allison currently lives in Austin, exploring her way through 3D art and design - in this episode we chat about her background in design, her transition into 3D and what she's excited for i</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>36</itunes:episode>\n    </item>\n    <item>\n      <title>33: The Rusty Theorem (feat. Marc Edwards &amp; Russell Ivanovic)</title>\n      <guid isPermaLink=\"false\">c3b9523f-0a3c-4c00-ae5a-ef7435c82b09</guid>\n      <link>http://designdetails.simplecast.fm/35</link>\n      <description>The epic conclusion of our first ever two-parter! Marc and Russell were kind enough to come back for round two to discuss Apple's WWDC Keynote, Marc's weird workflows, optical alignment, PDF assets and more!\n</description>\n      <content:encoded>\n        <![CDATA[<p>The epic conclusion of our first ever two-parter! Marc and Russell were kind enough to come back for round two to discuss Apple's WWDC Keynote, Marc's weird workflows, optical alignment, PDF assets and more!</p>\n\n<p>We're also in the running for Podcast of the Year! If you're enjoying the show, we'd love your support - <a href=\"https://thenetawards.com/vote/podcast/the-design-details-podcast/\">vote for Design Details</a>!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://dropbox.com\">Dropbox</a></li>\n</ul>\n\n\n<a name=\"Marc.Edwards.on.the.Web\"></a>\n<h5>Marc Edwards on the Web</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/marcedwards\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/bjango\">Dribbble</a></li>\n<li><a href=\"https://bjango.com\">Bjango</a></li>\n</ul>\n\n\n<a name=\"Russell.Ivanovic.on.the.Web\"></a>\n<h5>Russell Ivanovic on the Web</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/rustyshelf\">Twitter</a></li>\n<li><a href=\"http://rustyshelf.com\">Website</a></li>\n<li><a href=\"http://ShiftyJelly.com\">ShiftyJelly</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - \"What'd you think of the Apple Keynote?\"</p>\n\n<ul>\n<li><a href=\"http://www.apple.com/live/2015-june-event/\">Full Keynote</a></li>\n<li><a href=\"https://www.wikiwand.com/en/Jimmy_Iovine\">Jimmy Iovine</a></li>\n<li><a href=\"https://www.wikiwand.com/en/El_Capitan\">El Capitán</a></li>\n<li><a href=\"https://twitter.com/soffes\">Sam Soffes</a></li>\n<li><a href=\"https://twitter.com/calebd\">Caleb Davenport</a></li>\n<li><a href=\"http://daringfireball.net/\">Daring Fireball</a></li>\n<li><a href=\"https://twitter.com/sdw/status/608046435372802048\">SFNSDisplay</a></li>\n<li><a href=\"https://twitter.com/swilliams/status/608406199831244800\">Search Settings</a></li>\n</ul>\n\n\n<p><strong>20:30</strong> - Marc's shameful admission</p>\n\n<ul>\n<li><a href=\"http://www.alfredapp.com/\">Alfred</a></li>\n<li><a href=\"http://www.lg.com/uk/monitors/lg-34UM95\">Marc's 34\" display</a></li>\n</ul>\n\n\n<p><strong>25:00</strong> - iOS announcements</p>\n\n<ul>\n<li><a href=\"http://www.designdetails.fm/episode-9/\">Episode 9</a></li>\n</ul>\n\n\n<p><strong>30:00</strong> - Open Source Swift and the only hardware announcement at WWDC</p>\n\n<ul>\n<li><a href=\"http://bjango.com/mac/skalapreview/\">Skala View</a></li>\n<li><a href=\"http://bjango.com/mac/skala/\">Skala</a></li>\n<li><a href=\"https://twitter.com/viticci\">Federico Viticci</a></li>\n<li><a href=\"https://twitter.com/imyke\">Myke Hurley</a></li>\n<li><a href=\"https://twitter.com/ismh\">Stephen Hackett</a></li>\n<li><a href=\"https://twitter.com/chris_mrtn\">Chris Martin</a></li>\n<li><a href=\"https://squareup.com/apple-pay\">Square Apple Pay Reader</a></li>\n</ul>\n\n\n<p><strong>34:00</strong> - iOS Usability</p>\n\n<ul>\n<li><a href=\"https://twitter.com/jm_denis\">Jean-Marc Denis</a></li>\n</ul>\n\n\n<p><strong>38:30</strong> - Apple Music</p>\n\n<ul>\n<li><a href=\"https://www.youtube.com/watch?v=u4AXaFlIFQA\">\"It's like giving a glass of ice water to somebody in hell\"</a></li>\n<li><a href=\"https://www.apple.com/music/\">Apple Music</a></li>\n<li><a href=\"https://www.apple.com/music/radio/\">Beats One</a></li>\n<li><a href=\"https://twitter.com/zanelowe\">Zane Lowe</a></li>\n<li><a href=\"http://www.theverge.com/2015/6/5/8737537/apple-music-and-the-terrible-return-of-drm\">Nilay Patel's piece on music DRM</a></li>\n<li><a href=\"https://workflow.is/\">Workflow App</a></li>\n<li><a href=\"http://www.loopinsight.com/2015/04/06/running-to-the-press/\">\"If you run to the press and trash us, it never helps.\"</a></li>\n<li><a href=\"https://twitter.com/espresso\">Graham Clarke</a></li>\n<li><a href=\"https://www.wikiwand.com/en/Kiss_FM_Australia\">Kiss FM</a></li>\n<li><a href=\"http://www.imdb.com/title/tt2575988/\">Silicon Valley</a></li>\n<li><a href=\"https://twitter.com/lorenb\">Loren Brichter</a></li>\n<li><a href=\"https://twitter.com/dannpetty\">Dann Petty</a></li>\n</ul>\n\n\n<p><strong>49:30</strong> - Optical Alignment</p>\n\n<ul>\n<li><a href=\"https://twitter.com/imcatnoone/status/607935607021703168\">Cat's tweet</a></li>\n<li><a href=\"http://www.acqualia.com/soulver/\">Soulver</a></li>\n<li><a href=\"http://bjango.com/articles/soulver/\">\"Using Soulver for Design\" on Bjango</a></li>\n<li><a href=\"https://medium.com/@erqiudao/the-play-button-is-not-optical-alignment-4cea11bda175\">\"The PLAY Button is Not Optical Alignment\" on Medium</a></li>\n</ul>\n\n\n<p><strong>57:00</strong> - PDF Assets on iOS</p>\n\n<ul>\n<li><a href=\"http://www.paintcodeapp.com/\">PaintCode</a></li>\n<li><a href=\"http://bjango.com/articles/\">Bjango articles</a></li>\n<li><a href=\"http://bjango.com/articles/actions/\">Bjango actions</a></li>\n<li><a href=\"http://www.keyboardmaestro.com/main/\">Keyboard Maestro</a></li>\n<li><a href=\"http://bjango.com/mac/istatmenus/\">iStat Menus</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 10 Jun 2015 08:15:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/5576a906.mp3\" length=\"50167621\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/12963/1433948493-artwork.jpg\"/>\n      <itunes:duration>01:09:36</itunes:duration>\n      <itunes:summary>The epic conclusion of our first ever two-parter! Marc and Russell were kind enough to come back for round two to discuss Apple's WWDC Keynote, Marc's weird workflows, optical alignment, PDF assets and more!\n</itunes:summary>\n      <itunes:subtitle>The epic conclusion of our first ever two-parter! Marc and Russell were kind enough to come back for round two to discuss Apple's WWDC Keynote, Marc's weird workflows, optical alignment, PDF assets and more!\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>35</itunes:episode>\n    </item>\n    <item>\n      <title>32: Dethrone Marco (feat. Russell Ivanovic and Marc Edwards)</title>\n      <guid isPermaLink=\"false\">39051298-ddb0-4766-bc1c-c78331527ecd</guid>\n      <link>http://designdetails.simplecast.fm/34</link>\n      <description>It's WWDC week, and this time we're catching up with Russell Ivanovic and Marc Edwards, both founders of independent app development companies in Australia. We spent this hour chatting about Google I/O, iOS, Material Design and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>It's WWDC week, and this time we're catching up with Russell Ivanovic and Marc Edwards, both founders of independent app development companies in Australia. We spent this hour chatting about Google I/O, iOS, Material Design and more. We're also in the running for Podcast of the Year!</p>\n\n<p>If you're enjoying the show, we'd love your support - <a href=\"https://thenetawards.com/vote/podcast/the-design-details-podcast/\">Vote for Design Details</a></p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://iconfinder.com\">Iconfinder</a> and the <a href=\"https://www.iconfinder.com/dreamicons\">Dream Icon set</a>.</li>\n</ul>\n\n\n<a name=\"Russell.on.the.Web:\"></a>\n<h5>Russell on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/rustyshelf\">Twitter</a></li>\n<li><a href=\"http://rustyshelf.org/\">Website</a></li>\n<li><a href=\"http://www.shiftyjelly.com/\">ShiftyJelly</a></li>\n</ul>\n\n\n<a name=\"Marc.on.the.Web:\"></a>\n<h5>Marc on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/marcedwards\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/bjango\">Dribbble</a></li>\n<li><a href=\"http://bjango.com/\">Bjango</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>2:00</strong> - What're you working on?</p>\n\n<ul>\n<li><a href=\"http://www.shiftyjelly.com/pocketcasts\">Pocket Casts</a> (<a href=\"https://itunes.apple.com/au/app/pocket-casts/id414834813?mt=8&amp;ign-mpt=uo%3D4\">App Store</a>, <a href=\"https://play.google.com/store/apps/details?id=au.com.shiftyjelly.pocketcasts\">Play Store</a>, <a href=\"https://www.windowsphone.com/en-us/store/app/pocket-casts/55b093dc-219e-472e-9545-4c317f59cb57\">Windows Store</a></li>\n<li><a href=\"https://twitter.com/geekygecko/\">Philip Simpson</a></li>\n<li><a href=\"https://twitter.com/chris_mrtn/\">Chris Martin</a></li>\n<li><a href=\"http://bjango.com/mac/skalapreview/\">Skala Preview</a></li>\n<li><a href=\"http://bjango.com/apps/\">Bjango Apps</a></li>\n</ul>\n\n\n<p><strong>5:00</strong> - How did you two meet?</p>\n\n<ul>\n<li><a href=\"http://onemorething.com.au/\">One More Thing Conference</a></li>\n</ul>\n\n\n<p><strong>8:00</strong> - How do you see your companies growing in the next few years?</p>\n\n<ul>\n<li><a href=\"http://www.google.com/design/articles/material-design-awards/\">Material Design Awards 2015</a></li>\n<li><a href=\"http://bohemiancoding.com/\">Sketch</a></li>\n</ul>\n\n\n<p><strong>12:00</strong> - We chat Android design.</p>\n\n<ul>\n<li><a href=\"http://www.samsung.com/uk/galaxys6/\">Galaxy S6</a></li>\n<li><a href=\"http://www.lg.com/us/smartwatch/urbane\">LG Urbane</a></li>\n</ul>\n\n\n<p><strong>16:00</strong> - What are your reactions to the announcements from Google I/O?</p>\n\n<ul>\n<li><a href=\"http://www.theverge.com/2015/5/28/8676769/google-io-2015-highlights-announcements-recap\">Google I/O Recap</a></li>\n<li><a href=\"http://www.google.com/design/\">Google Design</a></li>\n</ul>\n\n\n<p><strong>20:00</strong> - We get Marc's thoughts on Yosemite + iOS.</p>\n\n<ul>\n<li><a href=\"http://applidium.com/en/news/mastering_blur_and_vibrancy_with_iOS_8/\">Mastering blur and vibrancy</a></li>\n<li><a href=\"http://bjango.com/articles/subpixeltext/\">Understanding Sub-pixel text</a></li>\n</ul>\n\n\n<p><strong>28:00</strong> - And Russell shares his thoughts on Material Design.</p>\n\n<ul>\n<li><a href=\"http://www.google.com/inbox/\">Inbox</a></li>\n</ul>\n\n\n<p><strong>33:00</strong> - How does Material Design cascade down to Android Wear?</p>\n\n<ul>\n<li><a href=\"http://www.lg.com/us/smartwatch/urbane\">LG Urbane</a></li>\n<li><a href=\"https://www.android.com/intl/en_us/wear/\">Android Wear</a></li>\n</ul>\n\n\n<p><strong>36:00</strong> - We share our opinions on the latest hardware changes, like force touch and haptic feedback.</p>\n\n<ul>\n<li><a href=\"http://www.logitech.com/en-us/product/mx-master\">Logitech MX Master</a></li>\n<li><a href=\"https://www.apple.com/magicmouse/\">Magic Mouse</a></li>\n<li><a href=\"http://www.razerzone.com/gaming-mice/razer-mamba\">Razer Mamba</a></li>\n</ul>\n\n\n<p><strong>48:00</strong> - Russell busts the Android fragmentation misconception.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/Moogmeister/\">Monica Polewski</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 08 Jun 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/5e6e96d3.mp3\" length=\"44215459\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/12868/1433768005-artwork.jpg\"/>\n      <itunes:duration>01:01:20</itunes:duration>\n      <itunes:summary>It's WWDC week, and this time we're catching up with Russell Ivanovic and Marc Edwards, both founders of independent app development companies in Australia. We spent this hour chatting about Google I/O, iOS, Material Design and more.\n</itunes:summary>\n      <itunes:subtitle>It's WWDC week, and this time we're catching up with Russell Ivanovic and Marc Edwards, both founders of independent app development companies in Australia. We spent this hour chatting about Google I/O, iOS, Material Design and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>34</itunes:episode>\n    </item>\n    <item>\n      <title>31: Jaded People (feat. Caleb Davenport &amp; Sam Soffes)</title>\n      <guid isPermaLink=\"false\">827ec2e3-4749-4ccd-9a3c-a1131cffad0e</guid>\n      <link>http://designdetails.simplecast.fm/33</link>\n      <description>This week we caught up with Caleb Davenport and Sam Soffes to chat about the latest Google I/O announcements, our upcoming WWDC wish list, OSX and iOS design and more.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we caught up with Caleb Davenport and Sam Soffes to chat about the latest Google I/O announcements, our upcoming WWDC wish list, OSX and iOS design and more. We're also in the running for Podcast of the Year!</p>\n\n<p>If you're enjoying the show, we'd love your support - <a href=\"https://thenetawards.com/vote/podcast/the-design-details-podcast/\">Vote for Design Details</a></p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://dropbox.com\">Dropbox</a></li>\n</ul>\n\n\n<a name=\"Caleb.on.the.Web:\"></a>\n<h5>Caleb on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/calebd\">Twitter</a></li>\n<li><a href=\"http://calebd.me/\">Website</a></li>\n<li><a href=\"https://github.com/calebd\">Github</a></li>\n<li><a href=\"https://instagram.com/calebmdavenport/\">Instagram</a></li>\n<li><a href=\"http://lickability.com/pinpoint/\">Pinpoint</a></li>\n</ul>\n\n\n<a name=\"Sam.on.the.Web:\"></a>\n<h5>Sam on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/soffes\">Twitter</a></li>\n<li><a href=\"http://soff.es/\">Website</a></li>\n<li><a href=\"https://github.com/soffes\">Github</a></li>\n<li><a href=\"https://instagram.com/soffes/\">Instagram</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/redacted/id984968384?mt=12\">Redacted</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - We catch up on the latest news from Google I/O.</p>\n\n<ul>\n<li><a href=\"http://www.google.com/design/\">Google Design</a></li>\n<li><a href=\"http://www.theverge.com/2015/5/28/8676769/google-io-2015-highlights-announcements-recap\">Google I/O Recap</a></li>\n<li><a href=\"http://tholman.com/elevator.js/\">Elevator.js</a></li>\n<li><a href=\"http://thecodeplayer.com/walkthrough/ripple-click-effect-google-material-design\">Ripple click effect</a></li>\n<li><a href=\"http://www.jmd.im/\">Jean-Marc</a></li>\n<li><a href=\"https://twitter.com/mschoening/status/604004857599557632\">This is so DESIGNED</a></li>\n</ul>\n\n\n<p><strong>9:00</strong> - You don't have to worry about pixels anymore.</p>\n\n<ul>\n<li><a href=\"http://www.google.com/design/jobs/\">Google Design Jobs</a></li>\n<li><a href=\"https://developer.yahoo.com/ypatterns/\">Yahoo! Design</a></li>\n</ul>\n\n\n<p><strong>12:00</strong> - We try not to complain the whole episode.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/dcurtis\">Dustin Curtis</a></li>\n<li><a href=\"http://www.google.com/inbox/\">Google Inbox</a></li>\n<li><a href=\"http://www.mailboxapp.com/\">Mailbox</a></li>\n<li><a href=\"http://www.adweek.com/socialtimes/test-path-flyout-menu-iphone-app/620852\">Facebook tests tab bar post button</a></li>\n<li><a href=\"https://www.messenger.com/\">Messenger</a></li>\n<li><a href=\"https://www.facebook.com/paper\">Facebook Paper</a></li>\n<li><a href=\"http://www.mikematas.com/\">Mike Matas</a></li>\n</ul>\n\n\n<p><strong>21:00</strong> - We try <em>again</em> - this time digging into upcoming WWDC announcements.</p>\n\n<ul>\n<li><a href=\"https://developer.apple.com/wwdc/\">WWDC 2015</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=s6_MD3UwpOI\">OSX Weed</a></li>\n<li><a href=\"http://www.marco.org/2015/05/08/overcast-apple-watch-redesign\">Redesigning Overcast for Apple Watch</a></li>\n</ul>\n\n\n<p><strong>41:00</strong> - We chat about Apple TV design and what we might build.</p>\n\n<ul>\n<li><a href=\"http://www.playwerewolf.co/\">Werewolf</a></li>\n</ul>\n\n\n<p><strong>52:00</strong> - But what are we <em>excited</em> about?</p>\n\n<ul>\n<li><a href=\"http://www.theverge.com/2015/5/28/8677147/google-now-on-tap-announced\">Google Now on Tap</a></li>\n<li><a href=\"http://www.trywildcard.com/\">Wildcard</a></li>\n<li><a href=\"http://techcrunch.com/2015/05/21/quizup-just-turned-into-a-social-network/\">QuizUp turns into a social network</a></li>\n<li><a href=\"https://venmo.com/\">Venmo</a></li>\n</ul>\n\n\n<p><strong>1:00:00</strong> - Our WWDC wishlist.</p>\n\n<ul>\n<li><a href=\"http://partytime.io/\">Partytime</a></li>\n<li><a href=\"http://lickability.com/pinpoint/\">Pinpoint</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/redacted/id984968384?mt=12\">Redacted</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 03 Jun 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/321852e5.mp3\" length=\"51711442\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/12782/1433337527-artwork.jpg\"/>\n      <itunes:duration>01:11:45</itunes:duration>\n      <itunes:summary>This week we caught up with Caleb Davenport and Sam Soffes to chat about the latest Google I/O announcements, our upcoming WWDC wish list, OSX and iOS design and more.\n</itunes:summary>\n      <itunes:subtitle>This week we caught up with Caleb Davenport and Sam Soffes to chat about the latest Google I/O announcements, our upcoming WWDC wish list, OSX and iOS design and more.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>33</itunes:episode>\n    </item>\n    <item>\n      <title>30: Rewarding Holding Experience (feat. Didi Medina)</title>\n      <guid isPermaLink=\"false\">9752e822-7357-402e-9c14-c251bb46e62b</guid>\n      <link>http://designdetails.simplecast.fm/32</link>\n      <description>This episode, we geeked out with Didi Medina over photography and music - and we still found time to dig into his origin story a bit.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This episode, we geeked out with Didi Medina over photography and music - and we still found time to dig into his origin story a bit.</p>\n\n<p>We were nominated for Podcast of the Year at The Net Awards and would very much appreciate a <a href=\"https://thenetawards.com/vote/podcast/the-design-details-podcast/\">vote</a>!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach out to us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> Use promo code <em>\"Robot\"</em> to save 50% on your first month!</li>\n</ul>\n\n\n<a name=\"Didi.on.the.Web:\"></a>\n<h5>Didi on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/_mrdidi\">Twitter</a></li>\n<li><a href=\"https://instagram.com/_mrdidi/\">Instagram</a></li>\n<li><a href=\"https://dribbble.com/mrdidi\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>2:30</strong> - What Didi's working on... and where he started.</p>\n\n<ul>\n<li><a href=\"https://instagram.com/vibesheriff/\">Vibe Sheriff</a></li>\n<li><a href=\"http://www.amazon.com/Canon-T1i-Digital-18-55mm-3-5-5-6/dp/B001XURPQS\">Canon T1i</a></li>\n<li><a href=\"http://www.amazon.com/Canon-Frame-Full-HD-Digital-Camera/dp/B007FGYZFI\">Canon 5D Mark III</a></li>\n<li><a href=\"https://twitter.com/lanuiop\">Drew Herron</a></li>\n<li><a href=\"https://twitter.com/ilieciorba\">Ilie Ciorba</a></li>\n<li><a href=\"https://twitter.com/maxdicapua\">Max Di Capua</a></li>\n<li><a href=\"http://www.amazon.com/Sony-DSC-RX1-Cyber-shot-Full-frame-Digital/dp/B0097CXFCC\">Sony RX1</a></li>\n<li><a href=\"https://twitter.com/landrew\">Andrew Laffoon</a></li>\n<li><a href=\"http://www.amazon.com/Sony-NEX-5R-Compact-Interchangeable-Digital/dp/B0090QXG0G\">Sony NEX-5R</a></li>\n<li><a href=\"http://www.amazon.com/Sony-Compact-Interchangeable-Digital-Camera/dp/B00JIWXTXG\">Sony A7S</a></li>\n<li><a href=\"http://petapixel.com/2015/04/17/wikileaks-sony-docs-a7r-ii-a6000-ii-and-rx-cameras-coming-a-mount-left-to-die/\">Sony A7R II</a></li>\n</ul>\n\n\n<p><strong>21:10</strong> - Cultural Differences between NYC &amp; SF and making the move to California</p>\n\n<ul>\n<li><a href=\"https://place.xyz/login?redirectPathname=%2F%3FcookiesChecked%3D1\">Backplane</a></li>\n<li><a href=\"http://cascadesf.com/\">UX Night</a></li>\n<li><a href=\"https://twitter.com/andigalpern?lang=en\">Andi Galpern</a></li>\n<li><a href=\"http://www.designdetails.fm/25/\">Chris Kalani's episode</a></li>\n<li><a href=\"https://www.viralheat.com/\">ViralHeat</a></li>\n<li><a href=\"https://twitter.com/clinkle\">Clinkle</a></li>\n<li><a href=\"https://twitter.com/mynameisraj\">Raj Ramamurthy</a></li>\n<li><a href=\"http://www.startupcastle.org/\">Startup Castle</a></li>\n</ul>\n\n\n<p><strong>37:30</strong> - Starting your own company and future goals</p>\n\n<p><strong>42:30</strong> - Working on physical products, getting away from work, and improving yourself</p>\n\n<ul>\n<li><a href=\"http://www.mixbook.com/\">Mixbook</a></li>\n<li><a href=\"https://www.montagebook.com/\">Montage Book</a></li>\n<li><a href=\"https://www.ableton.com/\">Ableton</a></li>\n<li><a href=\"https://twitter.com/sortino\">Josh Sortino</a></li>\n<li><a href=\"http://www.native-instruments.com/en/products/maschine/production-systems/maschine/\">Maschine Sampler</a></li>\n<li><a href=\"http://line6.com/sonicport-audio-interface/\">Line 6 Sonic Port</a></li>\n<li><a href=\"http://www.moogmusic.com/\">Moog</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 01 Jun 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/e200d84e.mp3\" length=\"46516625\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/12720/1433146167-artwork.jpg\"/>\n      <itunes:duration>01:04:32</itunes:duration>\n      <itunes:summary>This episode, we geeked out with Didi Medina over photography and music - and we still found time to dig into his origin story a bit.\n</itunes:summary>\n      <itunes:subtitle>This episode, we geeked out with Didi Medina over photography and music - and we still found time to dig into his origin story a bit.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>32</itunes:episode>\n    </item>\n    <item>\n      <title>29: Bananagrams (feat. Ryan Putnam &amp; Nick Slater)</title>\n      <guid isPermaLink=\"false\">032b6f24-0128-4e2d-aecd-b570cdf1e4b4</guid>\n      <link>http://designdetails.simplecast.fm/31</link>\n      <description>In this episode of Design Details we had the pleasure of catching up with Ryan Putnam and returning-guest Nick Slater! We chat about illustration, designing a company culture, mixing mediums and finding our spirit animals.\n</description>\n      <content:encoded>\n        <![CDATA[<p>In this episode of Design Details we had the pleasure of catching up with Ryan Putnam and returning-guest Nick Slater! We chat about illustration, designing a company culture, mixing mediums and finding our spirit animals.</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Ryan.on.the.Web:\"></a>\n<h5>Ryan on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/rypearts\">Twitter</a></li>\n<li><a href=\"https://instagram.com/ryanputnam/\">Instagram</a></li>\n<li><a href=\"https://dribbble.com/rypearts\">Dribbble</a></li>\n<li><a href=\"http://ryanputn.am/\">Website</a></li>\n</ul>\n\n\n<a name=\"Nick.on.the.Web:\"></a>\n<h5>Nick on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/slaterdesign\">Twitter</a></li>\n<li><a href=\"https://instagram.com/nickslaterdesign/\">Instagram</a></li>\n<li><a href=\"https://dribbble.com/slaterdesign\">Dribbble</a></li>\n<li><a href=\"http://www.nickslater.co/\">Website</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>1:00</strong> - What are you working on right now?</p>\n\n<ul>\n<li><a href=\"https://operator.com/\">Operator</a></li>\n<li><a href=\"https://www.meetearnest.com/\">Earnest</a></li>\n<li><a href=\"https://stripe.com/\">Stripe</a></li>\n<li><a href=\"http://www.elementthree.com/\">Element Three</a></li>\n<li><a href=\"https://www.palantir.com/\">Palantir</a></li>\n<li><a href=\"https://twitter.com/tylergalpin\">Tyler Galpin</a></li>\n<li><a href=\"https://www.onradpad.com/\">RadPad</a></li>\n<li><a href=\"https://twitter.com/rogie\">Rogie</a></li>\n</ul>\n\n\n<p><strong>5:00</strong> - We discover our spirit animals.</p>\n\n<ul>\n<li><a href=\"https://dribbble.com/shots/919495-Otter-Brew?list=tags&amp;tag=otter&amp;offset=2\">Otters</a></li>\n</ul>\n\n\n<p><strong>7:00</strong> - Ryan shares more about his background in illustration.</p>\n\n<ul>\n<li><a href=\"http://www.designdetails.fm/episode-2-so-vanilla-feat-nick-slater/\">Design Details Ep. 2 with Nick Slater</a></li>\n<li><a href=\"https://dribbble.com/slaterdesign\">Nick on Dribbble</a></li>\n<li><a href=\"https://dribbble.com/rypearts\">Ryan on Dribbble</a></li>\n<li><a href=\"https://dribbble.com/axelherrmann\">Axel Herrmann</a></li>\n<li><a href=\"https://dribbble.com/WOLF_STEVE\">Steve Wolf</a></li>\n<li><a href=\"https://dribbble.com/jfletcherdesign\">Jay Fletcher</a></li>\n</ul>\n\n\n<p><strong>10:00</strong> - Nick and Ryan share more about their design setups.</p>\n\n<ul>\n<li><a href=\"http://www.wacom.com/en-us/products/pen-displays/cintiq-22-hd\">Cintiq 22HD</a></li>\n<li><a href=\"http://designedforcreativity.wacom.com/americas/united-states-english/\">Intuos</a></li>\n</ul>\n\n\n<p><strong>13:00</strong> - How does one begin learning illustration? What is product illustration?</p>\n\n<ul>\n<li><a href=\"https://www.dropbox.com/downgrade\">Dropbox downgrade page</a></li>\n<li><a href=\"https://dribbble.com/shots/1690958-Betacoin-Illustrations\">Betacoin illustration</a></li>\n<li><a href=\"https://dribbble.com/lindaeliasen\">Linda Eliasen</a></li>\n</ul>\n\n\n<p><strong>21:00</strong> - We talk about design within Dropbox and Palantir and how it impacts culture.</p>\n\n<ul>\n<li><a href=\"http://allthingsd.com/20120815/inside-dropboxs-reverse-engineered-company-culture/\">Jon Ying and Dropbox culture</a></li>\n</ul>\n\n\n<p><strong>31:00</strong> - A brief divergence into DBZ and comics.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/michael_deforge\">Michael DeForge</a></li>\n</ul>\n\n\n<p><strong>33:00</strong> - Where do you come up with all of your ideas for illustration and design?</p>\n\n<ul>\n<li><a href=\"http://shop.ryanputn.am/\">Ryan's shop</a></li>\n<li><a href=\"https://cottonbureau.com/people/nick-slater\">Slater's shirts</a></li>\n</ul>\n\n\n<p><strong>44:00</strong> - We learn more about freelancing and how it compares to big company work.</p>\n\n<ul>\n<li><a href=\"https://instagram.com/ryanputnam/\">Ryan on Instagram</a></li>\n</ul>\n\n\n<p><strong>54:00</strong> - Do you have plans for sharing more of your process as blog posts?</p>\n\n<ul>\n<li><a href=\"https://www.creativesouthga.com/\">Creative South</a></li>\n</ul>\n\n\n<p><strong>57:00</strong> - What's the next step in your career?</p>\n]]>\n      </content:encoded>\n      <pubDate>Wed, 27 May 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/14102a89.mp3\" length=\"44454618\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/12598/1432735531-artwork.jpg\"/>\n      <itunes:duration>01:01:40</itunes:duration>\n      <itunes:summary>In this episode of Design Details we had the pleasure of catching up with Ryan Putnam and returning-guest Nick Slater! We chat about illustration, designing a company culture, mixing mediums and finding our spirit animals.\n</itunes:summary>\n      <itunes:subtitle>In this episode of Design Details we had the pleasure of catching up with Ryan Putnam and returning-guest Nick Slater! We chat about illustration, designing a company culture, mixing mediums and finding our spirit animals.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>31</itunes:episode>\n    </item>\n    <item>\n      <title>28: #TeamOneCircle (feat. Michael Schultz)</title>\n      <guid isPermaLink=\"false\">6448e6a9-deff-4c13-bc49-3bf8d2be8f76</guid>\n      <link>http://designdetails.simplecast.fm/30</link>\n      <description>This week we caught up with Michael Schultz, a designer living in San Francisco tackling one of the hardest design problems out there: health and medicine. We chat all about the problems he faces designing in the medical world, how to launch and market side projects and we end with a healthy debate about designer job titles.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we caught up with Michael Schultz, a designer living in San Francisco tackling one of the hardest design problems out there: health and medicine. We chat all about the problems he faces designing in the medical world, how to launch and market side projects and we end with a healthy debate about designer job titles.</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.iconfinder.com/\">IconFinder</a> - Promo code 'ROBOT' for 50% off your first month of Iconfinder Pro!</li>\n</ul>\n\n\n<a name=\"Michael.on.the.Web:\"></a>\n<h5>Michael on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/michaelschultz\">Twitter</a></li>\n<li><a href=\"http://michaelschultz.com/\">Website</a></li>\n<li><a href=\"https://medium.com/@michaelschultz\">Medium</a></li>\n<li><a href=\"https://instagram.com/michaelschultz/\">Instagram</a></li>\n<li><a href=\"https://dribbble.com/michaelschultz\">Dribbble</a></li>\n<li><a href=\"http://www.iodine.com/\">Iodine</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - Michael fills us in on what he's working on.</p>\n\n<ul>\n<li><a href=\"http://www.iodine.com/\">Iodine</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/iodine-drug-reviews-health/id988602459?ls=1&amp;mt=8\">Iodine for iOS</a></li>\n<li><a href=\"https://chrome.google.com/webstore/detail/medical-translator-by-iod/emfpjjnbhppbflfgenlainjafijjnpmh?hl=en-US\">Medical Jargon Chrome plugin by Iodine</a></li>\n</ul>\n\n\n<p><strong>11:00</strong> - We dig into Michael's background and introduction to the medical world.</p>\n\n<ul>\n<li><a href=\"https://itunes.apple.com/us/app/hemoglobe/id622855569?mt=8\">Hemoglobe</a></li>\n<li><a href=\"https://twitter.com/jesse_squires\">Jesse Squires</a></li>\n</ul>\n\n\n<p><strong>24:00</strong> - Michael and Bryn worked on a side project together, Privatize.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/soffes\">Sam Soffes</a></li>\n<li><a href=\"https://twitter.com/mdo\">Mark Otto</a></li>\n<li><a href=\"https://twitter.com/matteleonard\">Matt Leonard</a></li>\n</ul>\n\n\n<p><strong>35:00</strong> - Michael has strong opinions about Product Hunt.</p>\n\n<ul>\n<li><a href=\"http://www.producthunt.com/\">Product Hunt</a></li>\n<li><a href=\"https://chrome.google.com/webstore/detail/product-hunt/likjafohlgffamccflcidmedfongmkee?hl=en\">PH Chrome extension</a></li>\n<li><a href=\"http://blog.soff.es/redacted-for-mac-launch/\">Redacted for Mac</a></li>\n</ul>\n\n\n<p><strong>41:00</strong> - How did you market your personal apps pre-Product Hunt?</p>\n\n<ul>\n<li><a href=\"http://www.thomasgoetz.com/\">Thomas Goetz</a></li>\n</ul>\n\n\n<p><strong>48:00</strong> - Michael shares how he designed Iodine to be a place that makes data understandable and easy to use.</p>\n\n<ul>\n<li><a href=\"http://www.merges.net/\">Adam Baker</a></li>\n</ul>\n\n\n<p><strong>1:03:00</strong> - How do you define different design roles? Bryn and Brian debate.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/jakemarsh\">Jake Marsh</a></li>\n</ul>\n\n\n<p><strong>1:12:00</strong> - We discuss designers who code and developers who design.</p>\n]]>\n      </content:encoded>\n      <pubDate>Mon, 25 May 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/c6d6f4c3.mp3\" length=\"58934695\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/12525/1432562237-artwork.jpg\"/>\n      <itunes:duration>01:21:47</itunes:duration>\n      <itunes:summary>This week we caught up with Michael Schultz, a designer living in San Francisco tackling one of the hardest design problems out there: health and medicine. We chat all about the problems he faces designing in the medical world, how to launch and market side projects and we end with a healthy debate about designer job titles.\n</itunes:summary>\n      <itunes:subtitle>This week we caught up with Michael Schultz, a designer living in San Francisco tackling one of the hardest design problems out there: health and medicine. We chat all about the problems he faces designing in the medical world, how to launch and market si</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>30</itunes:episode>\n    </item>\n    <item>\n      <title>27: Socialist Design (feat. Kim Bost &amp; Cap Watkins)</title>\n      <guid isPermaLink=\"false\">a3d14131-1d10-46b9-920d-fe89b7cf92ce</guid>\n      <link>http://designdetails.simplecast.fm/29</link>\n      <description>Last week Kim and Cap were in SF for the week and dropped by to record another fun episode of Design Details! We chat about what it's like to be married to a designer, how to hire designers and how to overcome the biggest challenges design managers face.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Last week Kim and Cap were in SF for the week and dropped by to record another fun episode of Design Details! We chat about what it's like to be married to a designer, how to hire designers and how to overcome the biggest challenges design managers face.</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Kim.on.the.Web:\"></a>\n<h5>Kim on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/kimbost\">Twitter</a></li>\n<li><a href=\"http://kimbost.com/\">Website</a></li>\n<li><a href=\"https://instagram.com/kimbost/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Cap.on.the.Web:\"></a>\n<h5>Cap on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/cap\">Twitter</a></li>\n<li><a href=\"http://capwatkins.com/\">Website</a></li>\n<li><a href=\"https://instagram.com/cap/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>1:00</strong> - We touch base with Cap and Kim.</p>\n\n<ul>\n<li><a href=\"http://www.paywithcover.com/\">Cover</a></li>\n<li><a href=\"https://instagram.com/cap/\">Cap on Instagram</a></li>\n<li><a href=\"https://instagram.com/kimbost/\">Kim on Instagram</a></li>\n<li><a href=\"https://twitter.com/aaronshapiro\">Aaron Shapiro</a></li>\n</ul>\n\n\n<p><strong>6:00</strong> - Cap fills us in on the latest news at BuzzFeed.</p>\n\n<ul>\n<li><a href=\"http://www.designdetails.fm/episode-7/\">Design Details Ep.7 with Cap</a></li>\n<li><a href=\"http://www.buzzfeed.com/news\">BuzzFeed News</a> (<a href=\"http://www.buzzfeed.com/tools/mobile-ios\">Get the App</a>)</li>\n</ul>\n\n\n<p><strong>9:00</strong> - What's it like being married to another designer?</p>\n\n<ul>\n<li><a href=\"http://www.flatiron.com/\">Flatiron Health</a></li>\n</ul>\n\n\n<p><strong>18:00</strong> - How do you keep a growing product design team in sync?</p>\n\n<ul>\n<li><a href=\"http://www.smashingmagazine.com/2011/12/12/an-introduction-to-object-oriented-css-oocss/\">An introduction to OOCSS</a></li>\n<li><a href=\"https://en.bem.info/\">BEM</a></li>\n<li><a href=\"http://getbootstrap.com/\">Bootstrap</a></li>\n<li><a href=\"http://cssstats.com/\">CSS Stats</a></li>\n<li><a href=\"https://basecamp.com/\">Basecamp</a></li>\n<li><a href=\"https://www.atlassian.com/software/jira\">Jira</a></li>\n<li><a href=\"https://www.hipchat.com/\">HipChat</a></li>\n<li><a href=\"http://wake.io/\">Wake</a></li>\n</ul>\n\n\n<p><strong>38:00</strong> - What are the biggest challenges for new design managers?</p>\n\n<ul>\n<li><a href=\"http://www.amazon.com/Start-Why-Leaders-Inspire-Everyone/dp/1591846447\">Start With Why</a></li>\n</ul>\n\n\n<p><strong>44:00</strong> - How do hire designers?</p>\n\n<ul>\n<li><a href=\"https://angel.co/\">AngelList</a></li>\n</ul>\n\n\n<p><strong>55:00</strong> - How do you divide up design roles?</p>\n\n<ul>\n<li><a href=\"http://blog.capwatkins.com/the-boring-designer\">The Boring Designer</a></li>\n<li><a href=\"https://twitter.com/lukew/status/591296890030915585\">Mystery Meat Navigation</a></li>\n<li><a href=\"https://dribbble.com/ZachRoszczewski\">Zach Roszczewski</a></li>\n</ul>\n\n\n<p><strong>1:02:00</strong> - Cap and Kim share what they're excited about in design.</p>\n\n<ul>\n<li><a href=\"https://medium.com/@sarahcpr/the-difference-between-living-in-new-york-and-san-francisco-3e8ae58832a5\">The Difference Between Living in New York and San Francisco</a></li>\n<li><a href=\"http://festalounge.com/\">Festa</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=4vaN01VLYSQ\">Shoop</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=jI-w4gvkCkQ\">Slow Jamz</a></li>\n<li><a href=\"mailto:cap@buzzfeed.com\">cap@buzzfeed.com</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 20 May 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/32ee3976.mp3\" length=\"54114494\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/12046/1432129281-artwork.jpg\"/>\n      <itunes:duration>01:15:05</itunes:duration>\n      <itunes:summary>Last week Kim and Cap were in SF for the week and dropped by to record another fun episode of Design Details! We chat about what it's like to be married to a designer, how to hire designers and how to overcome the biggest challenges design managers face.\n</itunes:summary>\n      <itunes:subtitle>Last week Kim and Cap were in SF for the week and dropped by to record another fun episode of Design Details! We chat about what it's like to be married to a designer, how to hire designers and how to overcome the biggest challenges design managers face.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>29</itunes:episode>\n    </item>\n    <item>\n      <title>26: Beep Beep I Like Ferns Beep (feat. Sebastiaan De With)</title>\n      <guid isPermaLink=\"false\">68b787c7-f4f8-4ddb-bfea-5b6142c4d26b</guid>\n      <link>http://designdetails.simplecast.fm/28</link>\n      <description>This week we sat down with Sebastiaan de With to chat about everything design (and motorcycles)! We caught up on his evolving career in design, what it's like building a new agency, how to work with international clients and the power of giving design resources away for free.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we sat down with Sebastiaan de With to chat about everything design (and motorcycles)! We caught up on his evolving career in design, what it's like building a new agency, how to work with international clients and the power of giving design resources away for free.</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sebastiaan.on.the.Web:\"></a>\n<h5>Sebastiaan on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/sdw\">Twitter</a></li>\n<li><a href=\"http://www.icondesigner.net/\">Website</a></li>\n<li><a href=\"http://dewith.com/\">Another Website</a></li>\n<li><a href=\"https://instagram.com/sdw/\">Instagram</a></li>\n<li><a href=\"https://dribbble.com/sdw\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - We catch up with Sebastiaan on what he's up to.</p>\n\n<ul>\n<li><a href=\"http://pictogram.agency/pokemonbranding/\">Pokemon Branding</a></li>\n<li><a href=\"http://pictogram.agency/\">Pictogram</a></li>\n<li><a href=\"http://www.ridenorth.net/\">Ride North</a></li>\n<li><a href=\"https://www.kickstarter.com/projects/sdw/ride-north-a-moto-photographic-journey-from-sf-to\">Ride North Kickstarter</a></li>\n<li><a href=\"https://instagram.com/sdw/\">SDW on Instagram</a></li>\n<li><a href=\"https://www.doubletwist.com/\">doubleTwist</a></li>\n<li><a href=\"http://ridescorpio.com/\">Scorpio</a></li>\n<li><a href=\"https://www.aetherapparel.com/\">Aether Apparel</a></li>\n</ul>\n\n\n<p><strong>14:00</strong> - We dig a bit further into SDW's past work as a designer.</p>\n\n<ul>\n<li><a href=\"http://sachagreif.com/flat-pixels/\">Stiched leather</a></li>\n</ul>\n\n\n<p><strong>21:00</strong> - We learn a little bit more about the Apple design process.</p>\n\n<ul>\n<li><a href=\"http://louie.land/\">Louie Mantia</a></li>\n</ul>\n\n\n<p><strong>23:00</strong> - SDW shares more about his personal branding and background as a young designer.</p>\n\n<ul>\n<li><a href=\"https://pbs.twimg.com/profile_images/540672019717570561/gyb3Jcts.png\">Latte art</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/sparkle-visual-web-design/id863015334?mt=12\">Sparkle</a></li>\n<li><a href=\"https://twitter.com/duncanwilcox\">Duncan Wilcox</a></li>\n</ul>\n\n\n<p><strong>32:00</strong> - How did you end up moving to California?</p>\n\n<ul>\n<li><a href=\"https://twitter.com/maxvoltar\">Tim Van Damme</a></li>\n<li><a href=\"https://squareup.com/\">Square</a></li>\n</ul>\n\n\n<p><strong>41:00</strong> - Circling back around to some of SDW's current projects.</p>\n\n<ul>\n<li><a href=\"http://dewith.com/2015/muir-the-master-collection/\">Muir icon set</a></li>\n<li><a href=\"https://dribbble.com/shots/2036633-Motomoji-Ducati-Monster-750-93-00\">Motomoji</a></li>\n</ul>\n\n\n<p><strong>47:00</strong> - Not a lot of designers can separate from their work this much.</p>\n\n<ul>\n<li>(Follow us on Periscope - designdetailsfm!)</li>\n</ul>\n\n\n<p><strong>53:00</strong> - What kind of designer do you consider yourself?</p>\n\n<ul>\n<li><a href=\"https://twitter.com/jm_denis\">Jean-Marc Denis</a></li>\n<li><a href=\"http://paulstamatiou.com/twitter-video/\">Designing Twitter Video</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 18 May 2015 21:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/463e6768.mp3\" length=\"50631550\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/11896/1432006538-artwork.jpg\"/>\n      <itunes:duration>01:10:15</itunes:duration>\n      <itunes:summary>This week we sat down with Sebastiaan de With to chat about everything design (and motorcycles)! We caught up on his evolving career in design, what it's like building a new agency, how to work with international clients and the power of giving design resources away for free.\n</itunes:summary>\n      <itunes:subtitle>This week we sat down with Sebastiaan de With to chat about everything design (and motorcycles)! We caught up on his evolving career in design, what it's like building a new agency, how to work with international clients and the power of giving design res</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>28</itunes:episode>\n    </item>\n    <item>\n      <title>25: Arbitrary Head Chef (feat. Danny Trinh &amp; Chris Kalani)</title>\n      <guid isPermaLink=\"false\">0aac3086-ffb5-40fa-9c3c-deb9e8dc56ab</guid>\n      <link>http://designdetails.simplecast.fm/27</link>\n      <description>This episode, we had two designers building their own companies by building some awesome products that we're super excited about - Chris Kalani of Wake and Danny Trinh from Free. We took a bunch of questions from people watching on Periscope and these guys have some great energy which lead to a fantastic conversation and some \"real talk\"!\n</description>\n      <content:encoded>\n        <![CDATA[<p>This episode, we had two designers building their own companies by building some awesome products that we're super excited about - Chris Kalani of Wake and Danny Trinh from Free. We took a bunch of questions from people watching on Periscope and these guys have some great energy which lead to a fantastic conversation and some \"real talk\"!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://launchkit.io\">LaunchKit</a></li>\n</ul>\n\n\n<a name=\"Chris.Kalani.on.the.Web\"></a>\n<h5>Chris Kalani on the Web</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/wakeinc\">Twitter (Wake, Inc.)</a></li>\n<li><a href=\"http://chriskalani.com\">Website</a></li>\n<li><a href=\"http://instagram.com/chriskalani\">Instagram</a></li>\n<li><a href=\"http://facebook.com/ck\">Facebook</a></li>\n</ul>\n\n\n<a name=\"Danny.Trinh.on.the.Web\"></a>\n<h5>Danny Trinh on the Web</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/dtrinh\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/dtrinh\">Dribbble</a></li>\n<li><a href=\"http://ffrree.com\">Free</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:30</strong> - Danny and Chris tell us about their current projects</p>\n\n<ul>\n<li><a href=\"http://wake.io\">Wake</a></li>\n<li><a href=\"http://bakkenbaeck.com\">Bakken &amp; Baeck</a></li>\n<li><a href=\"http://ffrree.com\">Free</a></li>\n<li><a href=\"https://twitter.com/dburka\">Daniel Burka</a></li>\n<li><a href=\"https://twitter.com/rsg\">Bobby Goodlatte</a></li>\n<li><a href=\"http://digg.com\">Digg</a></li>\n<li><a href=\"https://twitter.com/kevinrose\">Kevin Rose</a></li>\n<li><a href=\"https://www.stanford.edu/\">Stanford</a></li>\n</ul>\n\n\n<p><strong>12:00</strong> - The best ways to learn design and the fear of sharing things</p>\n\n<ul>\n<li><a href=\"https://twitter.com/harper\">Harper Reed</a></li>\n<li><a href=\"https://twitter.com/googleventures\">Google Ventures</a></li>\n<li><a href=\"http://www.gv.com/sprint/\">GV Design Sprints</a></li>\n<li><a href=\"http://layervault.com/\">LayerVault</a></li>\n<li><a href=\"http://alignedpixels.com/\">Aligned Pixels, Ink.</a></li>\n<li><a href=\"https://twitter.com/marcedwards\">Marc Edwards</a></li>\n<li><a href=\"https://twitter.com/slaterdesign\">Nick Slater</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=GIalL5fkhPM\">Wake Commercial</a></li>\n<li><a href=\"https://twitter.com/willw\">Will Wilkinson</a></li>\n<li><a href=\"http://metalab.co/\">MetaLab</a></li>\n<li><a href=\"https://twitter.com/awilkinson\">Andrew Wilkinson</a></li>\n<li><a href=\"https://vimeo.com/ww\">Will's videos</a></li>\n<li><a href=\"https://twitter.com/mikeindustries\">Mike Davidson</a></li>\n<li><a href=\"https://twitter.com/tbo225\">T-Bo da Firecracker</a></li>\n</ul>\n\n\n<p><strong>27:00</strong> - Super Smash Bros. rosters and Pokemon as a game for designers</p>\n\n<ul>\n<li><a href=\"https://twitter.com/sdw\">Sebastiaan De With</a></li>\n<li><a href=\"http://pictogram.agency/pokemonbranding/\">Pokemon Brands</a></li>\n<li><a href=\"http://ollymoss.com/\">Olly Moss</a></li>\n<li><a href=\"https://twitter.com/justinmezzell\">Justin Mezzell</a></li>\n</ul>\n\n\n<p><strong>30:00</strong> - Leveling up your UI and your career</p>\n\n<ul>\n<li><a href=\"https://twitter.com/mvanhorn\">Matt Van Horn</a></li>\n<li><a href=\"https://twitter.com/dmierau\">Dustin Mierau</a></li>\n<li><a href=\"https://www.wikiwand.com/en/Bay_to_Breakers\">Bay to Breakers</a></li>\n<li><a href=\"https://path.com/\">Path</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=tqn5jhktdms\">The Path Button</a></li>\n<li><a href=\"https://twitter.com/flyingeaglebear\">Daniel Davis</a></li>\n<li><a href=\"http://slackhq.com/\">Slack</a></li>\n<li><a href=\"https://campfirenow.com/\">Campfire</a></li>\n<li><a href=\"http://www.businessinsider.com/stewart-butterfield-tiny-speck-glitch-closing-2012-11\">Glitch</a></li>\n<li><a href=\"https://twitter.com/stewart\">Stewart Butterfield</a></li>\n<li><a href=\"https://medium.com/@dustin/your-friends-are-more-than-their-job-titles-and-so-are-you-71c3b2f3d0ff\">\"Your friends are more than their job titles (and so are you)\"</a></li>\n<li><a href=\"https://twitter.com/dustin\">Dustin Senos</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=AK2B5ffWR6g\">Zoolander \"Who Am I?\"</a></li>\n</ul>\n\n\n<p><strong>45:00</strong> - Dumb titles and how to divide up design roles on a team</p>\n\n<ul>\n<li><a href=\"http://www.amazon.com/Creativity-Inc-Overcoming-Unseen-Inspiration/dp/0812993012\">Creativity, Inc.</a></li>\n<li><a href=\"https://www.wikiwand.com/en/Sh%C5%8Dch%C5%AB\">Shochu</a></li>\n</ul>\n\n\n<p><strong>50:00</strong> - Listener Questions</p>\n]]>\n      </content:encoded>\n      <pubDate>Wed, 13 May 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/dd07fe4f.mp3\" length=\"45553973\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/11482/1431506618-artwork.jpg\"/>\n      <itunes:duration>01:03:12</itunes:duration>\n      <itunes:summary>This episode, we had two designers building their own companies by building some awesome products that we're super excited about - Chris Kalani of Wake and Danny Trinh from Free. We took a bunch of questions from people watching on Periscope and these guys have some great energy which lead to a fantastic conversation and some \"real talk\"!\n</itunes:summary>\n      <itunes:subtitle>This episode, we had two designers building their own companies by building some awesome products that we're super excited about - Chris Kalani of Wake and Danny Trinh from Free. We took a bunch of questions from people watching on Periscope and these guy</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>27</itunes:episode>\n    </item>\n    <item>\n      <title>24: Open Source Religion (feat. Kevin Rose)</title>\n      <guid isPermaLink=\"false\">2ff60467-6e8f-4ce5-a97e-8eca0780bb76</guid>\n      <link>http://designdetails.simplecast.fm/26</link>\n      <description>This week we sat down with Kevin Rose - he's a product creator and VC who has had a prolific presence in the tech community for several years. We chat about the things he's loving right now, watch culture, health and cooking, hiring and so much more!\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we sat down with Kevin Rose - he's a designer, product creator and venture capitalist who has had a prolific presence in the tech community for several years. We chat about the things he's loving right now, watch culture, health and cooking, hiring and so much more!</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://www.iconfinder.com/\">IconFinder</a> - Promo code 'ROBOT' for 50% off your first month of Iconfinder Pro!</li>\n<li><a href=\"https://www.codeschool.com/\">Code School</a> - Learn to code from the comfort of your browser</li>\n<li><a href=\"https://www.youtube.com/watch?v=MLFo49yv3XY&amp;feature=youtu.be\">Video: Unmasking HTML Emails</a></li>\n</ul>\n\n\n<a name=\"Kevin.on.the.Web:\"></a>\n<h5>Kevin on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/kevinrose\">Twitter</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Kevin_Rose\">Wikipedia</a></li>\n<li><a href=\"https://www.youtube.com/user/kevinrose\">YouTube</a></li>\n<li><a href=\"https://medium.com/@kevinrose\">Medium</a></li>\n<li><a href=\"https://www.crunchbase.com/person/kevin-rose\">CrunchBase</a></li>\n<li><a href=\"https://instagram.com/kevinrose/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>5:00</strong> - We catch up on Kevin's latest projects.</p>\n\n<ul>\n<li><a href=\"http://www.n-o-r-t-h-t-e-c-h-n-o-l-o-g-i-e-s.com/\">North</a></li>\n<li><a href=\"http://www.watchville.com/\">Watchville Website</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/watchville/id932598030?mt=8\">Watchville App</a></li>\n<li><a href=\"http://www.tiiny.com/\">Tiiny</a></li>\n<li><a href=\"https://betaworks.com/\">betaworks</a></li>\n<li><a href=\"https://www.crunchbase.com/organization/milk\">Milk</a></li>\n</ul>\n\n\n<p><strong>11:00</strong> - Kevin shares more about his journey at Google+.</p>\n\n<ul>\n<li><a href=\"https://www.gv.com/\">Google Ventures</a></li>\n<li><a href=\"http://plus.google.com\">Google+</a></li>\n<li><a href=\"https://twitter.com/dburka\">Daniel Burka</a></li>\n<li><a href=\"https://twitter.com/vicgundotra\">Vic Gundotra</a></li>\n</ul>\n\n\n<p><strong>18:00</strong> - We learn more about what working at Google Ventures was like.</p>\n\n<ul>\n<li><a href=\"https://nextdoor.com/\">Nextdoor</a></li>\n<li><a href=\"https://medium.com\">Medium</a></li>\n<li><a href=\"https://www.noredink.com/\">NoRedInk</a></li>\n<li><a href=\"https://www.omnigroup.com/omnigraffle\">OmniGraffle</a></li>\n<li><a href=\"https://twitter.com/hemeon\">Marc Hemeon</a></li>\n</ul>\n\n\n<p><strong>23:00</strong> - Where do you fall on the line of product or design?</p>\n\n<ul>\n<li><a href=\"http://www.designdetails.fm/22/\">Design Details with Cennydd Bowles</a></li>\n</ul>\n\n\n<p><strong>26:00</strong> - What are the startups you're really excited about right now?</p>\n\n<ul>\n<li><a href=\"http://www.shyp.com/\">Shyp</a></li>\n</ul>\n\n\n<p><strong>30:00</strong> - We talk watches.</p>\n\n<ul>\n<li><a href=\"http://www.nomos-glashuette.com/\">NOMOS</a></li>\n<li><a href=\"http://www.girard-perregaux.com/home-en.aspx\">Girard-Perregaux</a></li>\n<li><a href=\"http://seikousa.com/index.php\">Seiko</a></li>\n<li><a href=\"http://dufourwatches.free.fr/\">Philippe Dufour</a></li>\n<li><a href=\"http://m.alange-soehne.com/en/\">A. Lange &amp; Söhne 2015</a></li>\n</ul>\n\n\n<p><strong>34:00</strong> - What do you bring back from outside of the US into the product and design world?</p>\n\n<ul>\n<li><a href=\"https://instagram.com/kevinrose/\">Kevin on Instagram</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=JCfvXWX38ew\">Kevin Rose on The Screen Savers</a></li>\n<li><a href=\"https://instagram.com/p/upKiXKwRLK/?taken-by=kevinrose\">Old Beans</a></li>\n<li><a href=\"https://twitter.com/tferriss\">Tim Ferriss</a></li>\n<li><a href=\"http://www.newyorker.com/magazine/2015/02/23/shape-things-come\">Jony Ive talks about the Apple Watch</a></li>\n</ul>\n\n\n<p><strong>43:00</strong> - Do you feel like you've gotten out of the rat race of the tech world?</p>\n\n<ul>\n<li><a href=\"https://www.secret.ly/\">Secret</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/microsoft-outlook/id951937596?mt=8\">Outlook on iOS</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/sunrise-calendar-for-google/id599114150?mt=8\">Sunrise Calendar</a></li>\n</ul>\n\n\n<p><strong>46:00</strong> - Flashback to Kevin's past roles in the media world.</p>\n\n<ul>\n<li><a href=\"http://twit.tv/show/new-screen-savers/1\">The New Screen Savers</a></li>\n<li><a href=\"http://revision3.com/diggnation/\">Diggnation</a></li>\n<li><a href=\"https://twitter.com/leolaporte\">Leo Laporte</a></li>\n</ul>\n\n\n<p><strong>48:00</strong> - How do you spot <em>that</em> in the hiring process?</p>\n\n<ul>\n<li><a href=\"https://twitter.com/calebd\">Caleb Davenport</a></li>\n<li><a href=\"https://twitter.com/soffes\">Sam Soffes</a></li>\n<li><a href=\"https://twitter.com/dtrinh\">Danny Trinh</a></li>\n</ul>\n\n\n<p><strong>54:00</strong> - Why do all the podcasts and shows?</p>\n\n<ul>\n<li><a href=\"http://gizmodo.com/bulletproof-coffee-debunking-the-hot-buttered-hype-1681321467\">Bulletproof Coffee</a></li>\n<li><a href=\"http://foundation.bz/\">Foundation</a></li>\n<li><a href=\"https://twitter.com/shl\">Sahil Lavingia</a></li>\n</ul>\n\n\n<p><strong>57:00</strong> - Would you encourage everyone to come to SF/Silicon Valley?</p>\n\n<ul>\n<li><a href=\"http://techcrunch.com/2014/04/06/kevin-rose-protesters-parasite/\">Kevin Rose's house protest</a></li>\n</ul>\n\n\n<p><strong>59:00</strong> - We diverge, briefly, to chat about tattoos, Tokyo and cooking.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/summertomato\">Darya Rose</a></li>\n</ul>\n\n\n<p><strong>1:02:00</strong> - A fake-out ending, we hear what Kevin is into these days.</p>\n\n<ul>\n<li><a href=\"https://slack.com/\">Slack</a></li>\n<li><a href=\"https://www.wealthfront.com/\">Wealthfront</a></li>\n<li><a href=\"https://www.periscope.tv/\">Periscope</a></li>\n<li><a href=\"https://meerkatapp.co/\">Meerkat</a></li>\n<li><a href=\"https://cash.me/\">Square Cash</a></li>\n<li><a href=\"https://www.messenger.com/\">Messenger</a> (<a href=\"http://messengerfordesktop.com/\">Desktop Wrapper</a>)</li>\n<li><a href=\"https://twitter.com/sdw\">Sebastiaan de With</a></li>\n<li><a href=\"https://twitter.com/joshpuckett\">Josh Puckett</a></li>\n<li><a href=\"https://www.dropbox.com/\">Dropbox</a></li>\n<li><a href=\"https://www.dropbox.com/business\">Dropbox for Business</a></li>\n<li><a href=\"http://www.mailboxapp.com/\">Mailbox</a></li>\n<li><a href=\"https://hackpad.com/\">Hackpad</a></li>\n<li><a href=\"https://evernote.com/\">Evernote</a></li>\n<li><a href=\"http://www.getcloudapp.com/\">CloudApp</a></li>\n<li><a href=\"http://slackhq.com/post/98406508850/spaces-joins-slack\">Slack + Spaces</a></li>\n<li><a href=\"https://medium.com/@awilkinson/slack-s-2-8-billion-dollar-secret-sauce-5c5ec7117908\">Slack’s $2.8 Billion Dollar Secret Sauce</a></li>\n<li><a href=\"http://metalab.co/\">Metalab</a></li>\n</ul>\n\n\n<p><strong>1:12:00</strong> - We talk health, nutrition and religion.</p>\n\n<ul>\n<li><a href=\"https://www.myvessyl.com/\">Vessyl</a></li>\n<li><a href=\"https://gyrosco.pe/\">Gyroscope</a></li>\n<li><a href=\"https://twitter.com/aprilzero\">Anand Sharma</a></li>\n<li><a href=\"http://www.soylent.me/\">Soylent</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=5-wa7dcMMlw\">Going Clear: Scientology &amp; the Prison of Belief HBO trailer</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=hHN-f6xTzsY\">The Racoon Incident</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 11 May 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/a4a69ea1.mp3\" length=\"58611197\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/11419/1431327744-artwork.jpg\"/>\n      <itunes:duration>01:21:20</itunes:duration>\n      <itunes:summary>This week we sat down with Kevin Rose - he's a product creator and VC who has had a prolific presence in the tech community for several years. We chat about the things he's loving right now, watch culture, health and cooking, hiring and so much more!\n</itunes:summary>\n      <itunes:subtitle>This week we sat down with Kevin Rose - he's a product creator and VC who has had a prolific presence in the tech community for several years. We chat about the things he's loving right now, watch culture, health and cooking, hiring and so much more!\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>26</itunes:episode>\n    </item>\n    <item>\n      <title>23: Brains are Stupid (feat. Christophe Tauziet, Jeremy Goldberg, and George Kedenburg)</title>\n      <guid isPermaLink=\"false\">35a0c0f5-6118-4cd1-bb10-99db7a6c583e</guid>\n      <link>http://designdetails.simplecast.fm/25</link>\n      <description>This was the most impromptu episode we've ever done. We were just out to dinner with these guys and we were having so much fun debating design things that we decided to record our first-ever 3-guest episode. We made a lot of references to George and Jeremy's last episode - so definitely go check that out. This was a really fun episode for us - hopefully it is for you too!\n</description>\n      <content:encoded>\n        <![CDATA[<p>This was the most impromptu episode we've ever done. We were just out to dinner with these guys and we were having so much fun debating design things that we decided to record our first-ever 3-guest episode. We made a lot of references to George and Jeremy's last episode - so definitely go <a href=\"http://www.designdetails.fm/15/\">check that out</a>. This was a really fun episode for us - hopefully it is for you too!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://codeschool.com\">Code School</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=MLFo49yv3XY&amp;feature=youtu.be\">Code School's 'Unmasking HTML Emails' video</a></li>\n</ul>\n\n\n<a name=\"George.Kedenburg.on.the.Web:\"></a>\n<h5>George Kedenburg on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/gk3\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/gk3\">Dribbble</a></li>\n<li><a href=\"http://www.iamgk3.com\">Website</a></li>\n</ul>\n\n\n<a name=\"Jeremy.Goldberg.on.the.Web:\"></a>\n<h5>Jeremy Goldberg on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/jeremygoldbrg\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/jeremygoldberg\">Dribbble</a></li>\n<li><a href=\"http://jeremy-goldberg.com\">Website</a></li>\n</ul>\n\n\n<a name=\"Christophe.Tauziet.on.the.Web:\"></a>\n<h5>Christophe Tauziet on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/christauziet\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/christauziet\">Dribbble</a></li>\n<li><a href=\"http://www.tauziet.com\">Website</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - Apple's product strategy</p>\n\n<ul>\n<li><a href=\"http://en.wikipedia.org/wiki/Motorola_Rokr#E1\">Motorola Rokr</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Marc_Newson\">Marc Newson</a></li>\n<li><a href=\"http://www.automotivefamilytree.com/Auto%20Family%20Tree/Auto%20Family%20Tree-PORSCHE.jpg\">Volkswagen family tree</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Fluoroelastomer\">Fluoroelastomer</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=VfbJYWrXS9I\">Mercedes self-driving car</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=HoEDLvQZg5I&amp;spfreload=10\">R8 eTron sound</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=inkPSCo3USA&amp;spfreload=10\">Stop/Start Technology</a></li>\n</ul>\n\n\n<p><strong>16:00</strong> - Modern services and stupid brains</p>\n\n<ul>\n<li><a href=\"https://www.youtube.com/watch?v=TrbBQXyCWyo&amp;spfreload=10\">Jeremy's metal band, Age of Evil</a></li>\n<li><a href=\"https://instagram.com/p/1aLFhvl_8t/?taken-by=christauziet\">Christophe's Wedding</a></li>\n<li><a href=\"http://august.com\">August Smart Lock</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Don_Norman\">Don Norman</a></li>\n<li><a href=\"http://newsfeed.time.com/2012/06/29/watch-everybody-trips-on-this-one-subway-stair/\">People tripping on stairs</a></li>\n</ul>\n\n\n<p><strong>30:00</strong> - May predictions and how designers work (We recorded the show in mid-April)</p>\n\n<ul>\n<li><a href=\"http://www.imdb.com/title/tt2395427/\">Avengers: Age of Ultron</a></li>\n<li><a href=\"http://daringfireball.net/2007/10/iphone_web_apps\">\"The Sweet Solution\"</a></li>\n<li><a href=\"https://twitter.com/soffes\">Sam Soffes</a></li>\n<li><a href=\"http://www.theguardian.com/technology/2010/jan/28/apple-ipad-itampon\">\"iTampon\"</a></li>\n<li><a href=\"https://www.apple.com/macbook/\">The New Macbook</a></li>\n<li><a href=\"https://twitter.com/gmunk\">GMunk</a></li>\n<li><a href=\"http://www.imdb.com/title/tt1104001/\">Tron: Legacy</a></li>\n<li><a href=\"http://valiocon.com\">ValioCon</a></li>\n<li><a href=\"https://twitter.com/drewwilson\">Drew Wilson</a></li>\n<li><a href=\"http://www.boxproject.org\">The Box Project</a></li>\n<li><a href=\"http://work.gmunk.com/OBLIVION-GFX\">Oblivion</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=rzQkO2VAkKM\">GMunk's talk from ValioCon</a></li>\n</ul>\n\n\n<p><strong>52:00</strong> - Designing original things and what makes a good brand</p>\n\n<ul>\n<li><a href=\"http://messenger.com\">Messenger.com</a></li>\n<li><a href=\"https://quip.com\">Quip</a></li>\n<li><a href=\"http://www.samsung.com/global/galaxys3/\">Samsung Galaxy S3</a></li>\n<li><a href=\"https://fbf8.com\">FB F8</a></li>\n<li><a href=\"https://www.parse.com\">FB Parse</a></li>\n</ul>\n\n\n<p><strong>01:02:00</strong> - Movie Talk</p>\n\n<ul>\n<li><a href=\"http://www.imdb.com/title/tt0816692/\">Interstellar</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=IwfUnkBfdZ4\">Batman vs Superman Trailer #1</a></li>\n<li><a href=\"http://www.imdb.com/title/tt0416449/\">300</a></li>\n<li><a href=\"http://www.imdb.com/title/tt0409459/\">Watchmen</a></li>\n<li><a href=\"http://www.imdb.com/name/nm0811583/\">Zack Snyder</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=ngElkyQ6Rhs\">Star Wars: The Force Awakens Trailer #2</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=A_K10fX9DSY\">BB-8</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Bob_Iger\">Bob Iger</a></li>\n<li><a href=\"http://www.gosphero.com/starwars/\">Sphero</a></li>\n<li><a href=\"http://disneyaccelerator.com\">Disney Accelerator</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=AXwGVXD7qEQ\">\"It's working! IT'S WORKING!\"</a></li>\n<li><a href=\"https://twitter.com/marshallbock\">Marshall Bock</a></li>\n<li><a href=\"https://twitter.com/erondu\">Jared Erondu</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Vision_(Marvel_Comics\">The Vision</a>)</li>\n<li><a href=\"http://www.theguardian.com/technology/video/2015/apr/28/myidol-china-app-video\">MyIdol</a></li>\n<li><a href=\"https://twitter.com/mikeindustries\">Mike Davidson</a></li>\n<li><a href=\"https://www.facebook.com/gk3/videos/10203885685917958/?pnref=story\">George's MyIdol video</a></li>\n<li><a href=\"http://www.designdetails.fm/15/\">Her Left Me (feat. Jeremy Goldberg and George Kedenburg)</a></li>\n<li><a href=\"https://twitter.com/sarahberus\">Our producer, Sarah!</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 06 May 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/4459368a.mp3\" length=\"60775777\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/11237/1430897458-artwork.jpg\"/>\n      <itunes:duration>01:24:20</itunes:duration>\n      <itunes:summary>This was the most impromptu episode we've ever done. We were just out to dinner with these guys and we were having so much fun debating design things that we decided to record our first-ever 3-guest episode. We made a lot of references to George and Jeremy's last episode - so definitely go check that out. This was a really fun episode for us - hopefully it is for you too!\n</itunes:summary>\n      <itunes:subtitle>This was the most impromptu episode we've ever done. We were just out to dinner with these guys and we were having so much fun debating design things that we decided to record our first-ever 3-guest episode. We made a lot of references to George and Jerem</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>25</itunes:episode>\n    </item>\n    <item>\n      <title>22: Poor Man's Pokemon (feat. Cennydd Bowles)</title>\n      <guid isPermaLink=\"false\">5be5182c-b6c7-497a-b090-8d8338687f82</guid>\n      <link>http://designdetails.simplecast.fm/24</link>\n      <description>This week we caught up with Cennydd Bowles over Skype for a truly fascinating discussion about cross-OS design, the future of wearables, what it means to be a junior vs. senior designer, and why sound design will be the next big trend.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we caught up with Cennydd Bowles over Skype for a truly fascinating discussion about cross-OS design, the future of wearables, what it means to be a junior vs. senior designer, and why sound design will be the next big trend.</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://www.iconfinder.com/\">IconFinder</a> - Promo code 'ROBOT' for 50% off your first month of Iconfinder Pro!</li>\n<li><a href=\"https://www.codeschool.com/\">Code School</a> - Learn to code from the comfort of your browser</li>\n<li><a href=\"https://www.youtube.com/watch?v=MLFo49yv3XY&amp;feature=youtu.be\">Video: Unmasking HTML Emails</a></li>\n</ul>\n\n\n<a name=\"Cennydd.on.the.Web:\"></a>\n<h5>Cennydd on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/cennydd\">Twitter</a></li>\n<li><a href=\"http://www.cennydd.com/\">Website</a></li>\n<li><a href=\"http://alistapart.com/author/cbowles\">A List Apart articles</a></li>\n<li><a href=\"http://undercoverux.com/\">Undercover User Experience Design</a> (<a href=\"http://www.amazon.com/Undercover-Experience-Design-Voices-Matter/dp/0321719905\">The Book</a>)</li>\n<li><a href=\"https://the-pastry-box-project.net/baker/cennydd-bowles\">The Pastry Box Project writing</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=SB_GDF-mKTE\">The Ethical Designer - Talk</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>5:00</strong> - What are you working on these days? How did you get started at Twitter?</p>\n\n<ul>\n<li><a href=\"https://twitter.com/cennydd\">@cennydd</a></li>\n<li><a href=\"https://tweetdeck.com\">Tweetdeck</a></li>\n</ul>\n\n\n<p><strong>16:00</strong> - We talk mobile design, Windows and the OS landscape.</p>\n\n<ul>\n<li><a href=\"http://www.extremetech.com/computing/204781-extremetalk-windows-10-mobile-can-run-ios-android-apps-do-you-care\">Windows 10 can run iOS and Android</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/microsoft-outlook/id951937596?mt=8\">Outlook for iOS</a></li>\n</ul>\n\n\n<p><strong>27:00</strong> - Cennydd has more experience with wearables than most.</p>\n\n<ul>\n<li><a href=\"http://www.samsung.com/global/microsite/gears/gears_features.html\">Samsung Gear S</a></li>\n<li><a href=\"https://moto360.motorola.com/\">Moto 360</a></li>\n<li><a href=\"http://www.apple.com/watch/\">Apple Watch</a></li>\n<li><a href=\"http://www.lg.com/global/gwatch/index.html\">LG G Watch</a></li>\n</ul>\n\n\n<p><strong>36:00</strong> - What are your hunches about the future of design for wearables?</p>\n\n<ul>\n<li><a href=\"https://www.youtube.com/watch?v=HdkcNO3YqGY\">Dragon Ball Z Revival of F</a></li>\n<li><a href=\"https://www.oculus.com/\">Oculus</a></li>\n</ul>\n\n\n<p><strong>39:00</strong> - Cennydd shares his thoughts on the <em>toxic MVP</em>.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/cennydd/status/510436950948724736\">\"Delighted that ‘MVP’ is starting to be seen as toxic.\"</a></li>\n<li><a href=\"http://speckyboy.com/2014/10/07/4-reasons-minimum-viable-products-fail/\">4 Reasons MVPs Fail</a></li>\n<li><a href=\"https://medium.com/spook-studio/beyond-mvp-10-steps-to-make-your-product-minimum-loveable-51800164ae0c\">Minimum Lovable Product</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=SB_GDF-mKTE\">The Ethical Designer - Talk</a></li>\n</ul>\n\n\n<p><strong>48:00</strong> - Thoughts on the process of creation and iteration, junior vs. senior designers.</p>\n\n<ul>\n<li><a href=\"http://alistapart.com/column/letter-to-a-junior-designer\">Letter to a Junior Designer</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 04 May 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/3bbe1202.mp3\" length=\"48608296\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/11176/1430748523-artwork.jpg\"/>\n      <itunes:duration>01:07:26</itunes:duration>\n      <itunes:summary>This week we caught up with Cennydd Bowles over Skype for a truly fascinating discussion about cross-OS design, the future of wearables, what it means to be a junior vs. senior designer, and why sound design will be the next big trend.\n</itunes:summary>\n      <itunes:subtitle>This week we caught up with Cennydd Bowles over Skype for a truly fascinating discussion about cross-OS design, the future of wearables, what it means to be a junior vs. senior designer, and why sound design will be the next big trend.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>24</itunes:episode>\n    </item>\n    <item>\n      <title>21: Startup Lubricant (feat. Bin Chen) </title>\n      <guid isPermaLink=\"false\">907a97b3-75e3-4853-88e6-46acc46c6aeb</guid>\n      <link>http://designdetails.simplecast.fm/23</link>\n      <description>This episode, we talked tea with Boba Guys and Tea People co-founder Bin Chen! He's had one of the most unique design careers we've ever heard of and he tells a really great story - which made this episode especially fun for us. Hopefully, you'll dig it too!\n</description>\n      <content:encoded>\n        <![CDATA[<p>This episode, we talked tea with Boba Guys and Tea People co-founder Bin Chen! He's had one of the most unique design careers we've ever heard of and he tells a really great story - which made this episode especially fun for us. Hopefully, you'll dig it too!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsors\"></a>\n<h5>Sponsors</h5>\n\n<ul>\n<li><a href=\"http://iconfinder.com\">IconFinder</a> – Promo code ‘ROBOT’ for 50% off your first month of Iconfinder Pro!</li>\n<li><a href=\"http://blog.iconfinder.com/icons-apple-watch-definitive-guide/\">Iconfinder's Definitive Guide to Apple Watch Icons</a></li>\n</ul>\n\n\n<a name=\"Bin.on.the.Web\"></a>\n<h5>Bin on the Web</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/ymfy\">Twitter</a></li>\n<li><a href=\"http://ymfy.com\">You Might Find Yourself</a></li>\n<li><a href=\"http://www.bobaguys.com\">Boba Guys</a></li>\n<li><a href=\"http://teapeople.us\">Tea People</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:30</strong> - Beer!</p>\n\n<ul>\n<li><a href=\"http://www.teapeople.us/oolong/muscat-oolong\">Muscat Oolong</a></li>\n<li><a href=\"http://www.blacksandsbeer.com\">Black Sands Brewery</a></li>\n</ul>\n\n\n<p><strong>5:00</strong> - What are you working on?</p>\n\n<ul>\n<li><a href=\"http://www.timbuk2.com\">Timbuk2</a></li>\n<li><a href=\"http://teapeople.us\">Tea People</a></li>\n<li><a href=\"https://twitter.com/chaumeleon\">Andrew Chau</a></li>\n<li><a href=\"http://www.teapeople.us/black/boba-guys-blend-no1\">Boba Guys Blend #1</a></li>\n<li><a href=\"http://eatkenkenramen.com\">Ken Ken Ramen</a></li>\n<li><a href=\"http://www.missionmission.org\">Mission Mission</a></li>\n<li><a href=\"http://www.biddenly.com\">Biddenly</a></li>\n<li><a href=\"https://twitter.com/ajayn23\">Ajay Nainani</a></li>\n<li><a href=\"https://www.kickstarter.com/projects/ymfy/beautiful-craigslist-ads\">Biddenly Kickstarter</a></li>\n</ul>\n\n\n<p><strong>15:30</strong> - Tea People and Boba Guys' Culture</p>\n\n<ul>\n<li><a href=\"http://en.wikipedia.org/wiki/Horchata\">Horchata</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Boiling_frog\">Boiling frog</a></li>\n<li><a href=\"http://www.patagonia.com/us/home\">Patagonia</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Kaizen\">Kaizen</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Yvon_Chouinard\">Yvon Chouinard</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Sheryl_Swoopes\">Sheryl Swoopes</a></li>\n<li><a href=\"https://instagram.com/bobaguysnashville/\">Boba Guys Nashville Pop-up</a></li>\n<li><a href=\"http://www.slideshare.net/Bufferapp/buffer-culture-05\">The Buffer Culture</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Myers%E2%80%93Briggs_Type_Indicator\">Myers-Briggs Personality Test</a></li>\n</ul>\n\n\n<p><strong>26:30</strong> - Differences between digital design and brick and mortar</p>\n\n<ul>\n<li><a href=\"https://squareup.com\">Square</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Net_Promoter\">Net Promoter Score</a></li>\n<li><a href=\"http://www.twilio.com\">Twilio</a></li>\n<li><a href=\"http://www.twitch.tv\">Twitch</a></li>\n<li><a href=\"http://www.bobaguys.com/puremilktea/\">Pure Milk Tea</a></li>\n<li><a href=\"https://www.sprig.com/#/\">Sprig</a></li>\n<li><a href=\"http://magazine.good.is/slideshows/three-steps-toward-a-fully-realized-brand-the-boba-guys-logo-tone-and-presentation\">the Boba Guys branding &amp; aardvark</a></li>\n<li><a href=\"https://bluebottlecoffee.com\">Blue Bottle Coffee</a></li>\n<li><a href=\"http://ritualroasters.com\">Ritual Coffee</a></li>\n<li><a href=\"http://fourbarrelcoffee.com\">Four Barrel Coffee</a></li>\n<li><a href=\"http://www.amazon.com/Count-EXTRA-Drinking-Straw-Striped/dp/B008Y07XSU\">boba straws</a></li>\n<li><a href=\"http://www.imore.com/how-type-spocks-vulcan-salute-emoji-your-iphone-or-ipad\">LLAP emoji</a></li>\n</ul>\n\n\n<p><strong>37:00</strong> - How Bin got into design...</p>\n\n<ul>\n<li><a href=\"http://www.aqua-zyme.com\">Aqua-zyme</a></li>\n<li><a href=\"http://www.real.com\">Realmedia</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=wowW8qHlmzY&amp;noredirect=1\">Adobe Premiere 1.0</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Adobe_ColdFusion\">Adobe ColdFusion</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Adobe_Dreamweaver\">Adobe Dreamweaver</a></li>\n<li><a href=\"http://mccann.com\">McCann-Erickson</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=p8HQ2JLlc4E\">The Fast and the Furious: Tokyo Drift</a></li>\n<li><a href=\"http://www.amazon.com/Hands-Toilet-Flusher-Pedal-Adapter/dp/B0018RVWZ6\">Foot pedal for toilets</a></li>\n<li><a href=\"https://www.google.com/?tbm=pts&amp;gws_rd=ssl\">Google Patent Search</a></li>\n<li><a href=\"https://www.google.com/?tbm=pts&amp;gws_rd=ssl\">Vimeo</a></li>\n<li><a href=\"https://twitter.com/mrbenbrown\">Ben Brown</a></li>\n<li><a href=\"https://twitter.com/Michael_Eisner/\">Michael Eisner</a></li>\n<li><a href=\"http://johncjay.tumblr.com\">John C. Jay</a></li>\n<li><a href=\"http://www.jjay.cuny.edu\">John Jay College of Criminal Justice</a></li>\n<li><a href=\"http://www.wk.com\">Wieden &amp; Kennedy</a></li>\n</ul>\n\n\n<p><strong>53:00</strong> - Generalism vs Specialty</p>\n\n<p><strong>59:00</strong> - Managing vs Individual Contribution</p>\n\n<ul>\n<li><a href=\"https://twitter.com/johnmaeda\">John Maeda</a></li>\n<li><a href=\"http://www.kpcb.com\">Kleiner Perkins Caulfield &amp; Byers</a></li>\n<li><a href=\"http://www.crummy.com/software/BeautifulSoup/\">Beautiful Soup</a></li>\n<li><a href=\"https://squareup.com/help/us/en/article/5194-kitchen-tickets\">Square Kitchen Tickets</a></li>\n</ul>\n\n\n<p><strong>1:07:00</strong> - Scaling in digital vs physical space</p>\n\n<ul>\n<li><a href=\"http://www.shyp.com\">Shyp</a></li>\n<li><a href=\"http://www.shipstation.com\">ShipStation</a></li>\n<li><a href=\"http://www.alitedesigns.com\">Alite</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 29 Apr 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/6e4a266d.mp3\" length=\"52995383\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/11077/1430286602-artwork.jpg\"/>\n      <itunes:duration>01:13:32</itunes:duration>\n      <itunes:summary>This episode, we talked tea with Boba Guys and Tea People co-founder Bin Chen! He's had one of the most unique design careers we've ever heard of and he tells a really great story - which made this episode especially fun for us. Hopefully, you'll dig it too!\n</itunes:summary>\n      <itunes:subtitle>This episode, we talked tea with Boba Guys and Tea People co-founder Bin Chen! He's had one of the most unique design careers we've ever heard of and he tells a really great story - which made this episode especially fun for us. Hopefully, you'll dig it t</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>23</itunes:episode>\n    </item>\n    <item>\n      <title>20: Soft Computer Hands (feat. Dustin Senos)</title>\n      <guid isPermaLink=\"false\">f64cb4cb-dc85-48b6-8028-94c2ef1e9b3f</guid>\n      <link>http://designdetails.simplecast.fm/22</link>\n      <description>This week we caught up with Dustin Senos, the lead designer at Medium for the past 3 years who has spent his professional career traversing the worlds of design and engineering. We dig into Dustin's background and how design has shaped Medium into the product it is today.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we caught up with Dustin Senos, the lead designer at Medium for the past 3 years who has spent his professional career traversing the worlds of design and engineering. We dig into Dustin's background and how design has shaped Medium into the product it is today.</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"https://www.iconfinder.com/\">IconFinder</a> - Promo code 'ROBOT' for 50% off your first month of Iconfinder Pro!</li>\n</ul>\n\n\n<a name=\"Dustin.on.the.Web:\"></a>\n<h5>Dustin on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/dustin\">Twitter</a></li>\n<li><a href=\"https://medium.com/@dustin\">Medium</a></li>\n<li><a href=\"https://dribbble.com/dustin\">Dribbble</a></li>\n<li><a href=\"https://instagram.com/dustin/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>2:00</strong> - Dustin tells us about his transitions between engineering and design.</p>\n\n<ul>\n<li><a href=\"https://www.acromediainc.com/\">Acro Media</a></li>\n<li><a href=\"http://littleipsum.com/\">LittleIpsum</a></li>\n</ul>\n\n\n<p><strong>7:00</strong> - Should designers code?</p>\n\n<ul>\n<li><a href=\"https://www.flinto.com/\">Flinto</a></li>\n<li><a href=\"http://framerjs.com/\">Framer</a></li>\n<li><a href=\"https://balsamiq.com/\">Balsamiq</a></li>\n</ul>\n\n\n<p><strong>11:00</strong> - How did you end up at Medium?</p>\n\n<ul>\n<li><a href=\"https://twitter.com/ev\">@ev</a></li>\n<li><a href=\"https://medium.com/\">Medium</a></li>\n<li><a href=\"https://obvious.com/\">Obvious</a></li>\n</ul>\n\n\n<p><strong>17:00</strong> - How was Medium approached as a design challenge?</p>\n\n<ul>\n<li><a href=\"http://www.punctuationmatters.com/the-hyphen-dash-n-dash-and-m-dash/\">The hyphen, n-dash and em-dash</a></li>\n</ul>\n\n\n<p><strong>21:00</strong> - How would you describe the aesthetic of Medium today? How did the agency work shape that aesthetic?</p>\n\n<ul>\n<li><a href=\"http://teehanlax.com/\">Teehan+Lax</a></li>\n<li><a href=\"https://twitter.com/dannpetty\">@dannpetty</a></li>\n<li><a href=\"http://teehanlax.com/story/medium/\">Teehan+Lax Medium case study</a></li>\n</ul>\n\n\n<p><strong>30:00</strong> - We chat about the culture at Medium and their experience with holacracy</p>\n\n<ul>\n<li><a href=\"http://firstround.com/review/How-Medium-is-building-a-new-kind-of-company-with-no-managers/\">How Medium is Building a New Kind of Company with No Managers</a></li>\n<li><a href=\"http://holacracy.org/\">Holacracy</a></li>\n<li><a href=\"http://holacracy.org/blog/evan-williams-on-building-a-mindful-company\">Evan Williams on Building a Mindful Company</a></li>\n<li><a href=\"https://open.bufferapp.com/no-managers-forest/\">Buffer's no-managers setup</a></li>\n</ul>\n\n\n<p><strong>43:00</strong> - We diverge into a chat about diversity in design.</p>\n\n<ul>\n<li><a href=\"http://www.designdetails.fm/13/\">Design Details Ep. 13 with Mo Woods</a></li>\n</ul>\n\n\n<p><strong>45:00</strong> - How did you approach hiring at Medium?</p>\n\n<ul>\n<li><a href=\"https://medium.com/@joulee/how-to-impress-an-interviewer-c210d9d8e84a\">How to Impress an Interviewer by Julie Zhuo</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/calm-meditate-sleep-relax/id571800810?mt=8\">Calm</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 27 Apr 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/d4de3c47.mp3\" length=\"29357923\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/10733/1430080846-artwork.jpg\"/>\n      <itunes:duration>01:01:03</itunes:duration>\n      <itunes:summary>This week we caught up with Dustin Senos, the lead designer at Medium for the past 3 years who has spent his professional career traversing the worlds of design and engineering. We dig into Dustin's background and how design has shaped Medium into the product it is today.\n</itunes:summary>\n      <itunes:subtitle>This week we caught up with Dustin Senos, the lead designer at Medium for the past 3 years who has spent his professional career traversing the worlds of design and engineering. We dig into Dustin's background and how design has shaped Medium into the pro</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>22</itunes:episode>\n    </item>\n    <item>\n      <title>19: Super-Dinky Hodinkee (feat. Caleb Davenport and Jake Marsh)</title>\n      <guid isPermaLink=\"false\">23d2a2b6-2d8f-4f78-8384-c4dc13e74ed8</guid>\n      <link>http://designdetails.simplecast.fm/21</link>\n      <description>This episode, we dug into our concerns after all the Apple Watch reviews came out with a couple of our favorite iOS developers: Caleb Davenport and Jake Marsh. This episode was completely ridiculous and fun (even moreso if you caught the Periscope livestream featuring the inimitable Marc Hemeon). We discuss the models that each of us pre-ordered as well as Amazon Dash and our most-hoped-for features of the Apple Watch when it finally comes out!\n</description>\n      <content:encoded>\n        <![CDATA[<p>This episode, we dug into our concerns after all the Apple Watch reviews came out with a couple of our favorite iOS developers: Caleb Davenport and Jake Marsh. This episode was completely ridiculous and fun (even moreso if you caught the Periscope livestream featuring the inimitable Marc Hemeon). We discuss the models that each of us pre-ordered as well as Amazon Dash and our most-hoped-for features of the Apple Watch when it finally comes out!</p>\n\n<p>If you have feedback or suggestions please don’t hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetails.fm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://iconfinder.com\">IconFinder</a> – Promo code ‘ROBOT’ for 50% off your first month of Iconfinder Pro!</li>\n</ul>\n\n\n<a name=\"Caleb.on.the.Web:\"></a>\n<h5>Caleb on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/calebd\">Twitter</a></li>\n<li><a href=\"http://www.n-o-r-t-h-t-e-c-h-n-o-l-o-g-i-e-s.com/\">North Technologies</a></li>\n</ul>\n\n\n<a name=\"Jake.on.the.Web:\"></a>\n<h5>Jake on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/jakemarsh\">Twitter</a></li>\n<li><a href=\"http://deallocatedobjects.com\">Deallocated Objects</a></li>\n</ul>\n\n\n<p><strong>4:00</strong> - We discuss the Apple Watch pre-orders</p>\n\n<ul>\n<li><a href=\"https://www.apple.com/watch/apple-watch/stainless-steel-case-black-modern-buckle/\">\"The Marco Special\"</a></li>\n<li><a href=\"https://twitter.com/hemeon\">Marc Hemeon</a></li>\n<li><a href=\"https://twitter.com/kevinrose\">Kevin Rose</a></li>\n<li><a href=\"http://www.watchville.com/\">Watchville</a></li>\n<li><a href=\"http://www.hodinkee.com/\">Hodinkee</a></li>\n<li><a href=\"https://twitter.com/calebd/status/586397811781971970\">Caleb's Nomos Glashütte</a></li>\n<li><a href=\"https://twitter.com/uberbryn/status/586397373309390848\">Bryn's Rado</a></li>\n<li><a href=\"http://www.wixonjewelers.com/education/swiss-watches/complications/\">\"Complications\"</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=FcKe_PkcCPc\">Grande Sonnerie</a></li>\n</ul>\n\n\n<p><strong>9:00</strong> - California vs Not California</p>\n\n<ul>\n<li><a href=\"http://designdetails.fm/16\">Khoi's episode</a></li>\n<li><a href=\"http://designdetails.fm/7\">Cap's episode</a></li>\n<li><a href=\"https://twitter.com/om\">Om Malik</a></li>\n<li><a href=\"https://twitter.com/soffes\">Sam Soffes</a></li>\n<li><a href=\"https://twitter.com/sarahberus/status/583477006777454593\">Jared Erondu &amp; his donuts</a></li>\n<li><a href=\"http://www.designdetails.fm/bonus-episode-1/\">Bonus Apple Watch episode with Sam Soffes</a></li>\n</ul>\n\n\n<p><strong>13:00</strong> - Technical Difficulties of the Apple Watch</p>\n\n<ul>\n<li><a href=\"https://medium.com/@transitapp/one-less-tap-for-man-one-giant-leap-for-transit-riders-269878e06417\">Transit for Apple Watch</a></li>\n<li><a href=\"http://shopsavvy.com\">ShopSavvy</a></li>\n<li><a href=\"http://rack.3.mshcdn.com/media/ZgkyMDE0LzA5LzA5LzlkL2Jvbm9jb29rLjMxMWM0LmdpZgpwCXRodW1iCTEyMDB4OTYwMD4/21f2e501/ed5/bonocook.gif\">\"Bono/Tim Cook Finger Thing\"</a></li>\n<li><a href=\"http://www.macworld.com/article/1058344/iphone_dev.html\">The Sweet Solution</a></li>\n<li><a href=\"https://twitter.com/_davidsmith\">\"Underscore\" David Smith</a></li>\n<li><a href=\"http://david-smith.org/blog/2015/04/20/my-watchkit-apps/\">David Smith's Watch Apps</a></li>\n</ul>\n\n\n<p><strong>21:00</strong> - Amazon Dash</p>\n\n<ul>\n<li><a href=\"https://poppyhome.com/\">Poppy by Quirky</a></li>\n</ul>\n\n\n<p><strong>23:30</strong> - ...aaaaaand back to the Watch</p>\n\n<ul>\n<li><a href=\"https://twitter.com/mantia\">Louie Mantia</a></li>\n<li><a href=\"https://twitter.com/mantia/status/574992154268819456\">Mickey's foot is wrong</a></li>\n<li><a href=\"http://jakewatchesthings.com/post/94302858944/teenage-mutant-ninja-turtles-2014\">Jake's TMNT blog post</a></li>\n<li><a href=\"https://twitter.com/davidwisesf\">David Wise</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 22 Apr 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/7635893c.mp3\" length=\"24778169\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/10685/1429683940-artwork.jpg\"/>\n      <itunes:duration>00:51:31</itunes:duration>\n      <itunes:summary>This episode, we dug into our concerns after all the Apple Watch reviews came out with a couple of our favorite iOS developers: Caleb Davenport and Jake Marsh. This episode was completely ridiculous and fun (even moreso if you caught the Periscope livestream featuring the inimitable Marc Hemeon). We discuss the models that each of us pre-ordered as well as Amazon Dash and our most-hoped-for features of the Apple Watch when it finally comes out!\n</itunes:summary>\n      <itunes:subtitle>This episode, we dug into our concerns after all the Apple Watch reviews came out with a couple of our favorite iOS developers: Caleb Davenport and Jake Marsh. This episode was completely ridiculous and fun (even moreso if you caught the Periscope livestr</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>21</itunes:episode>\n    </item>\n    <item>\n      <title>18: Kleenex Testers (feat. Stone Librande)</title>\n      <guid isPermaLink=\"false\">a0e67c33-6ab1-42fb-a9ed-bc4a7006d846</guid>\n      <link>http://designdetails.simplecast.fm/20</link>\n      <description>This week we broke up our regular string of web designer guests to chat with Stone Librande, lead designer at Riot Games. Stone was also the lead designer of Diablo 3, SimCity and Spore; he's an incredibly talented creator who shared so much insight with us on this episode of Design Details!\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we broke up our regular string of web designer guests to chat with Stone Librande, lead designer at Riot Games. Stone was also the lead designer of Diablo 3, SimCity and Spore; he's an incredibly talented creator who shared so much insight with us on this episode of Design Details!</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://www.iconfinder.com/\">IconFinder</a> - Promo code 'ROBOT' for 50% off your first month of Iconfinder Pro!</li>\n<li><a href=\"https://medium.com/@iconfinder/500-000-icons-and-why-the-number-matters-24e0945a0c34\">500,000 Icons and why the Number Matters</a></li>\n<li><a href=\"http://www.invisionapp.com/signup/designdetails\">InVision</a></li>\n</ul>\n\n\n<a name=\"Stone.on.the.Web:\"></a>\n<h5>Stone on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/stonelibrande\">Twitter</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Stone_Librande\">Wikipedia</a></li>\n<li><a href=\"http://www.stonetronix.com/\">Website</a></li>\n<li><a href=\"http://www.gdcvault.com/play/1022001/game\">Stone's GDC 2015 Talk</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>6:00</strong> - We catch up with Stone on his current work as a game designer.</p>\n\n<ul>\n<li><a href=\"http://www.riotgames.com/\">Riot Games</a></li>\n<li><a href=\"http://www.gdcvault.com/play/1022001/game\">Stone's GDC 2015 Talk</a></li>\n</ul>\n\n\n<p><strong>9:00</strong> - Stone shares his journey to becoming a game designer.</p>\n\n<ul>\n<li><a href=\"http://en.wikipedia.org/wiki/Blizzard_North\">Blizzard North</a></li>\n</ul>\n\n\n<p><strong>20:00</strong> - Stone shares some of the more specific challenges he's faces as a game designer.</p>\n\n<ul>\n<li><a href=\"http://www.spore.com/ftl\">Spore</a></li>\n<li><a href=\"http://us.battle.net/en/int?r=d3\">Diablo 3</a></li>\n<li><a href=\"https://minecraft.net/\">Minecraft</a></li>\n</ul>\n\n\n<p><strong>24:00</strong> - You also build lots of physical games?</p>\n\n<ul>\n<li><a href=\"http://www.stonetronix.com/games/fridge2/\">Fridge Game</a></li>\n<li><a href=\"http://www.stonetronix.com/games/fridge/fridge-game-2013.gif\">Fridge Game GIF</a></li>\n<li><a href=\"http://www.stonetronix.com/games/\">Stone's other games</a></li>\n</ul>\n\n\n<p><strong>28:00</strong> - What has been your favorite game to design?</p>\n\n<ul>\n<li><a href=\"http://www.simcity.com/\">SimCity</a></li>\n<li><a href=\"http://bradfrost.com/blog/post/atomic-web-design/\">Atomic Design</a></li>\n</ul>\n\n\n<p><strong>54:00</strong> - Stone talks about the games he's enjoying at the moment.</p>\n\n<ul>\n<li><a href=\"http://www.ftlgame.com/\">FTL</a></li>\n<li><a href=\"http://www.roguelegacy.com/\">Rogue Legacy</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/candy-crush-saga/id553834731?mt=8\">Candy Crush (App Store)</a></li>\n</ul>\n\n\n<p><strong>57:00</strong> - How do feel about the broader trend of DLC and in-app purchases?</p>\n\n<ul>\n<li><a href=\"https://itunes.apple.com/us/app/tap-titans/id940596201?mt=8\">Tap Titans (App Store)</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/bitcoin-billionaire/id911117141?mt=8\">Bitcoin Billionaire (App Store)</a></li>\n<li><a href=\"http://fezgame.com/\">Fez</a></li>\n</ul>\n\n\n<p><strong>1:07:00</strong> - Stone shares his thoughts on virtual reality and augmented realitigy games.</p>\n\n<ul>\n<li><a href=\"https://www.microsoft.com/microsoft-hololens/en-us\">HoloLens</a></li>\n<li><a href=\"https://www.oculus.com/\">Oculus</a></li>\n<li><a href=\"http://www.reconinstruments.com/products/snow2/\">Recon snowboard goggles</a></li>\n<li><a href=\"http://money.cnn.com/2015/04/10/autos/mini-cooper-goggles/\">Mini Cooper Goggles</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 20 Apr 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/c4abd835.mp3\" length=\"37637066\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/10545/1429500449-artwork.jpg\"/>\n      <itunes:duration>01:18:18</itunes:duration>\n      <itunes:summary>This week we broke up our regular string of web designer guests to chat with Stone Librande, lead designer at Riot Games. Stone was also the lead designer of Diablo 3, SimCity and Spore; he's an incredibly talented creator who shared so much insight with us on this episode of Design Details!\n</itunes:summary>\n      <itunes:subtitle>This week we broke up our regular string of web designer guests to chat with Stone Librande, lead designer at Riot Games. Stone was also the lead designer of Diablo 3, SimCity and Spore; he's an incredibly talented creator who shared so much insight with </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>20</itunes:episode>\n    </item>\n    <item>\n      <title>17: Ptotes Pterodactyl (feat. Divya Manian &amp; Bradee Evans)</title>\n      <guid isPermaLink=\"false\">9cd737fd-ec51-4e26-9f75-91d11149b0c2</guid>\n      <link>http://designdetails.simplecast.fm/19</link>\n      <description>This week we hung out with Divya Manian and Bradee Evans from the Photoshop team at Adobe. This was a really, really fun episode to record and Divya and Bradee were amazing guests. We got to talk about everything from important issues around diversity to just making dumb jokes about pterodactyls and unicorns. We hope you enjoy it half as much as we enjoyed recording it.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we hung out with Divya Manian and Bradee Evans from the Photoshop team at Adobe. This was a really, really fun episode to record and Divya and Bradee were amazing guests. We got to talk about everything from important issues around diversity to just making dumb jokes about pterodactyls and unicorns. We hope you enjoy it half as much as we enjoyed recording it.</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Divya.on.the.Web:\"></a>\n<h5>Divya on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/divya\">Twitter</a></li>\n<li><a href=\"http://nimbu.in\">Website</a></li>\n</ul>\n\n\n<a name=\"Bradee.on.the.Web:\"></a>\n<h5>Bradee on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/bradee\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/bradee\">Dribbble</a></li>\n<li><a href=\"https://medium.com/@bradee\">Medium</a></li>\n<li><a href=\"https://www.behance.net/bradee\">Behance</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>2:00</strong> - Bradee's Second Career &amp; Explicit Ratings for Podcasts</p>\n\n<ul>\n<li><a href=\"http://soundcloud.com\">SoundCloud</a></li>\n<li><a href=\"http://simplecast.com\">Simplecast</a></li>\n<li><a href=\"https://twitter.com/joshlong\">Josh Long</a></li>\n<li><a href=\"https://twitter.com/jonbuda\">\"The Other Guy\" aka Jon Buda</a></li>\n</ul>\n\n\n<p><strong>4:00</strong> - What's up with female representation in tech?</p>\n\n<ul>\n<li><a href=\"http://www.scpr.org/programs/take-two/2013/07/18/32766/the-power-of-black-twitter-to-effect-change/\">Feminista Jones on NPR</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Impostor_syndrome\">Impostor Syndrome</a></li>\n</ul>\n\n\n<p><strong>7:30</strong> - Making mistakes in big products</p>\n\n<ul>\n<li><a href=\"http://www.usertesting.com/\">UserTesting.com</a></li>\n<li><a href=\"https://twitter.com/divya/status/585223446935818241\">\"Error Bad\"</a></li>\n<li><a href=\"https://medium.com/photoshop/layer-comps-and-place-linked-smart-objects-6feb574963ef\">Stateful Design</a></li>\n</ul>\n\n\n<p><strong>16:00</strong> - \"Uncle Photoshop\"</p>\n\n<ul>\n<li><a href=\"https://twitter.com/marcedwards\">Marc Edwards</a></li>\n</ul>\n\n\n<p><strong>20:00</strong> - What's it like working on Photoshop?</p>\n\n<ul>\n<li><a href=\"https://www.youtube.com/watch?v=WGoi1MSGu64\">\"The Humans are Dead\" by Flight of the Conchords</a></li>\n</ul>\n\n\n<p><strong>27:00</strong> - Working on Web Standards</p>\n\n<ul>\n<li><a href=\"https://gimmebar-assets.s3.amazonaws.com/50a54eeeb0ce5.gif\">How to Spot a Web Designer GIF</a></li>\n<li><a href=\"http://lanyrd.com/profile/divya/\">Divya's Talks</a></li>\n<li><a href=\"https://twitter.com/arnog\">Arno Gourdol</a></li>\n<li><a href=\"https://twitter.com/rocky0\">Rocky Offner</a></li>\n</ul>\n\n\n<p><strong>38:00</strong> - Sketch's effect on how Photoshop is built</p>\n\n<ul>\n<li><a href=\"http://twitter.com/brdrck\">Jeff Broderick</a></li>\n<li><a href=\"https://twitter.com/timriot\">Tim Riot</a></li>\n</ul>\n\n\n<p><strong>55:00</strong> - Why diversity is important for creativity</p>\n\n<ul>\n<li><a href=\"http://www.scientificamerican.com/article/how-diversity-makes-us-smarter/\">\"How Diversity Makes us Smarter\" - The Scientific American</a></li>\n</ul>\n\n\n<p><strong>58:00</strong> - Art vs Design</p>\n\n<ul>\n<li><a href=\"https://twitter.com/uberbryn/status/576494055170822144\">Twitter Conversation</a></li>\n</ul>\n\n\n<p><strong>59:30</strong> - Maintaining confidence when putting out an important tool to a large audience</p>\n\n<ul>\n<li><a href=\"http://alignedpixels.com/\">Aligned Pixels, Ink.</a></li>\n<li><a href=\"https://youtu.be/olOXVskDwOs?t=39\">\"Did somebody call an excavation expert?\"</a></li>\n</ul>\n\n\n<p><strong>1:03:30</strong> - Quirks: Sketch vs Photoshop</p>\n\n<ul>\n<li><a href=\"https://twitter.com/sethclifford\">Seth Clifford</a></li>\n</ul>\n\n\n<p><strong>1:11:30</strong> - Running out of keyboard shortcuts and the move from hardware to software</p>\n\n<ul>\n<li><a href=\"http://www.technologyreview.com/news/421191/a-touch-screen-with-texture/\">Touch screens with textures</a></li>\n<li><a href=\"http://twitter.com/sf_avi\">Avi Cieplinski</a></li>\n</ul>\n\n\n<p><strong>1:15:00</strong> - Magic UI</p>\n\n<ul>\n<li><a href=\"https://www.amazon.com/oc/dash-button\">Amazon Dash</a></li>\n<li><a href=\"http://hyperallergic.com/195922/what-happens-when-you-try-to-photoshop-money/\">Trying to edit money in Adobe products</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=xxjiQoTp864\">Photoshop Enhance Demo</a>&lt;/li<strong></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Wed, 15 Apr 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/08604f41.mp3\" length=\"40594784\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/10452/1429105954-artwork.jpg\"/>\n      <itunes:duration>01:24:28</itunes:duration>\n      <itunes:summary>This week we hung out with Divya Manian and Bradee Evans from the Photoshop team at Adobe. This was a really, really fun episode to record and Divya and Bradee were amazing guests. We got to talk about everything from important issues around diversity to just making dumb jokes about pterodactyls and unicorns. We hope you enjoy it half as much as we enjoyed recording it.\n</itunes:summary>\n      <itunes:subtitle>This week we hung out with Divya Manian and Bradee Evans from the Photoshop team at Adobe. This was a really, really fun episode to record and Divya and Bradee were amazing guests. We got to talk about everything from important issues around diversity to </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>19</itunes:episode>\n    </item>\n    <item>\n      <title>16: Extravagant Shallowness (feat. Khoi Vinh)</title>\n      <guid isPermaLink=\"false\">4a8f7b0a-0ac1-43d9-a85b-3a42b080617c</guid>\n      <link>http://designdetails.simplecast.fm/18</link>\n      <description>This week we caught up with Khoi Vinh, an insightful and talented designer making Wildcard in New York City. In this Skype chat we talked about designing for the tablet, honesty on the web and how Khoi manages to maintain so many projects!\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we caught up with Khoi Vinh, an insightful and talented designer making Wildcard in New York City. In this Skype chat we talked about designing for the tablet, honesty on the web and how Khoi manages to maintain so many projects!</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://www.iconfinder.com/\">IconFinder</a> - Promo code 'ROBOT' for 50% off your first month of Iconfinder Pro!</li>\n<li><a href=\"http://www.invisionapp.com/signup/designdetails\">InVision</a></li>\n</ul>\n\n\n<a name=\"Khoi.on.the.Web:\"></a>\n<h5>Khoi on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/khoi\">Twitter</a></li>\n<li><a href=\"http://www.subtraction.com/\">Website</a></li>\n<li><a href=\"http://trywildcard.com/\">Wildcard</a></li>\n<li><a href=\"http://howtheygotthere.us/\">How They Got There</a></li>\n<li><a href=\"https://dribbble.com/subtraction\">Dribbble</a></li>\n<li><a href=\"https://instagram.com/khoi/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>5:00</strong> - We catch up with Khoi and chat about his current project, Wildcard.</p>\n\n<ul>\n<li><a href=\"http://www.trywildcard.com/\">Wildcard</a></li>\n<li><a href=\"https://twitter.com/jordancooper\">Jordan Cooper</a></li>\n<li><a href=\"https://twitter.com/petkanics\">Doug Petkanics</a></li>\n<li><a href=\"https://twitter.com/ericxtang\">Eric Tang</a></li>\n<li><a href=\"https://twitter.com/stephenmeszaros\">Stephen Meszaros</a></li>\n</ul>\n\n\n<p><strong>9:00</strong> - Khoi tells us more about the specifics of designing at Wildcard, including why cards are the future of the web.</p>\n\n<ul>\n<li><a href=\"http://www.subtraction.com/2014/08/26/what-is-a-card/\">What is a card?</a></li>\n<li><a href=\"http://www.subtraction.com/2013/09/09/cards-are-the-future-of-the-web/\">Cards are the future of the web</a></li>\n</ul>\n\n\n<p><strong>15:00</strong> - How have you become such a prolific design writer?</p>\n\n<ul>\n<li><a href=\"http://www.subtraction.com/\">subtraction.com</a></li>\n<li>Khoi's book, <a href=\"http://howtheygotthere.us/\">How They Got There</a></li>\n<li><a href=\"http://www.amazon.com/Ordering-Disorder-Principles-Design-Voices/dp/0321703537\">Ordering Disorder: Grid Principles for Web Design</a></li>\n<li><a href=\"https://medium.com/galleys/how-she-got-there-3a64d89ba112\">How She Got There: Erika Hall</a></li>\n</ul>\n\n\n<p><strong>20:00</strong> - We learn a bit more about the process behind <em>How They Got There</em>.</p>\n\n<ul>\n<li><a href=\"http://howtheygotthere.us/\">How They Got There</a></li>\n</ul>\n\n\n<p><strong>26:00</strong> - Khoi's also busy on other side projects and explorations - we learn more.</p>\n\n<ul>\n<li><a href=\"http://www.subtraction.com/2011/11/10/introducing-mixel/\">Mixel</a></li>\n<li><a href=\"http://www.subtraction.com/2015/03/30/layup-is-now-adobe-comp-cc/\">Adobe Comp CC</a></li>\n</ul>\n\n\n<p><strong>32:00</strong> - What are the possibilities for tablets that are still untapped?</p>\n\n<ul>\n<li><a href=\"https://www.fiftythree.com/paper\">Paper</a></li>\n</ul>\n\n\n<p><strong>37:00</strong> - We chat about what it means to be honest on the web.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/khoi\">@khoi</a></li>\n<li><a href=\"https://signalvnoise.com/posts/3868-look-and-feel-and-feel\">Look and Feel and Feel</a></li>\n</ul>\n\n\n<p><strong>47:00</strong> - Khoi tells us about how he shares content and thinks about having a large following on Twitter.</p>\n\n<ul>\n<li><p><a href=\"https://buffer.com\">Buffer</a></p></li>\n<li><p><strong>54:00</strong> - What were your responsibilities while designing for the New York Times?</p></li>\n<li><p><a href=\"http://www.nytimes.com/\">nytimes.com</a></p></li>\n<li><p><a href=\"https://medium.com/@niederme/a-farewell-to-the-times-32013afef8cc\">A Farewell to the Times</a></p></li>\n<li><p><strong>1:00:00</strong> - We dig in more to Khoi's journey since leaving the Times.</p></li>\n<li><p><a href=\"https://www.kidpost.net/\">Kidpost</a></p></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 13 Apr 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/abf6224c.mp3\" length=\"32438911\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/10060/1428898156-artwork.jpg\"/>\n      <itunes:duration>01:07:29</itunes:duration>\n      <itunes:summary>This week we caught up with Khoi Vinh, an insightful and talented designer making Wildcard in New York City. In this Skype chat we talked about designing for the tablet, honesty on the web and how Khoi manages to maintain so many projects!\n</itunes:summary>\n      <itunes:subtitle>This week we caught up with Khoi Vinh, an insightful and talented designer making Wildcard in New York City. In this Skype chat we talked about designing for the tablet, honesty on the web and how Khoi manages to maintain so many projects!\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>18</itunes:episode>\n    </item>\n    <item>\n      <title>15: Her Left Me (feat. Jeremy Goldberg and George Kedenburg)</title>\n      <guid isPermaLink=\"false\">81eb56d2-6565-4424-b6df-94b0ed924df8</guid>\n      <link>http://designdetails.simplecast.fm/17</link>\n      <description>This is our first time to have a second episode scheduled for the week! We're excited to try out this new format, kicking things off with two guests: Jeremy Goldberg and George Kedenburg. We chat about design at Facebook, their journeys as designers and how they're growing within such a large company.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This is our first time to have a second episode scheduled for the week! We're excited to try out this new format, kicking things off with two guests: Jeremy Goldberg and George Kedenburg. We chat about design at Facebook, their journeys as designers and how they're growing within such a large organization!</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Jeremy.on.the.Web:\"></a>\n<h5>Jeremy on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/jeremygoldbrg\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/jeremygoldberg\">Dribbble</a></li>\n<li><a href=\"http://jeremy-goldberg.com/\">Website</a></li>\n</ul>\n\n\n<a name=\"George.on.the.Web:\"></a>\n<h5>George on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/gk3\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/gk3\">Dribbble</a></li>\n<li><a href=\"http://www.iamgk3.com/\">Website</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>1:00</strong> - A beautiful story of a Periscope party.</p>\n\n<ul>\n<li><a href=\"https://www.periscope.tv/\">Periscope</a></li>\n<li><a href=\"http://meerkatapp.co/\">Meerkat</a></li>\n<li><a href=\"http://personalsam.com/\">Personal Sam</a></li>\n</ul>\n\n\n<p><strong>5:00</strong> - We catch up on the announcements at F8 and what's coming with 3rd party apps.</p>\n\n<ul>\n<li><a href=\"https://messenger.com/\">Facebook Messenger</a></li>\n<li><a href=\"https://messenger.com/platform\">Messenger Platform</a></li>\n<li><a href=\"https://messenger.com/business\">Messenger for Business</a></li>\n<li><a href=\"https://path.com/talk\">Path Talk</a></li>\n<li><a href=\"http://vivianwang.com/\">Vivian Wang</a></li>\n</ul>\n\n\n<p><strong>8:00</strong> - What is the design process like for a product with 600 million users?</p>\n\n<ul>\n<li>\"Get real time shipping updates on your phone. Send to Messenger.\"</li>\n</ul>\n\n\n<p><strong>15:00</strong> - So React Native is a thing!</p>\n\n<ul>\n<li><a href=\"http://facebook.github.io/react-native/\">React Native</a></li>\n<li><a href=\"https://www.parse.com/\">Parse</a></li>\n<li><a href=\"http://blog.parse.com/2015/03/25/connecting-hardware-with-the-cloud-parse-for-iot/\">Parse for IoT</a></li>\n</ul>\n\n\n<p><strong>18:00</strong> - George shares what it's like to work at Parse, a startup-like culture within Facebook.</p>\n\n<ul>\n<li><a href=\"http://techcrunch.com/2012/05/24/facebook-camera/\">Facebook Camera</a></li>\n</ul>\n\n\n<p><strong>22:00</strong> - Facebook just moved into a new office!</p>\n\n<ul>\n<li><a href=\"https://www.facebook.com/notes/facebook-menlo-park/unveiling-our-campus-expansion/408653002515369\">New FB Campus announcement</a></li>\n<li><a href=\"http://www.businessinsider.com/facebook-new-campus-pictures-2015-3\">Photos of the new Campus</a></li>\n<li><a href=\"http://www.theverge.com/2015/3/31/8318435/facebook-new-headquarters-mk20-campus-photos\">Instagram Campus campaign</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Frank_Gehry\">Frank Gehry</a></li>\n</ul>\n\n\n<p><strong>27:00</strong> - Jared and George share some of their personal stories with us.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/ageofjeremy\">@ageofjeremy</a></li>\n<li><a href=\"https://twitter.com/nlevin\">@nlevin</a></li>\n</ul>\n\n\n<p><strong>36:00</strong> - George chat with Terry Crews on Twitter...</p>\n\n<ul>\n<li><a href=\"https://twitter.com/GK3/status/560972512729645056\">The conversation</a></li>\n<li><a href=\"https://twitter.com/maxvoltar\">@maxvoltar</a></li>\n<li><a href=\"http://www.bohemiancoding.com/sketch/beta/\">Sketch Beta</a></li>\n</ul>\n\n\n<p><strong>45:00</strong> - Do you worry about feature bloat in Messenger?</p>\n\n<ul>\n<li><a href=\"http://www.pcmag.com/article2/0,2817,2420856,00.asp\">The giant Like button</a></li>\n<li><a href=\"http://www.fastcodesign.com/1672692/what-you-didnt-know-about-facebooks-sound-design\">Facebook Sound Design</a></li>\n<li><a href=\"http://www.quora.com/How-much-research-has-gone-into-developing-the-Facebook-ping-sound\">More about Facebook's sounds</a></li>\n</ul>\n\n\n<p><strong>51:00</strong> - Jeremy shares his experiences with designing interactions and animations at Google.</p>\n\n<ul>\n<li><a href=\"https://facebook.github.io/origami/\">Origami</a></li>\n<li><a href=\"http://www.adobe.com/products/aftereffects.html\">After Effects</a></li>\n<li><a href=\"http://framerjs.com/\">Framer</a></li>\n<li><a href=\"http://blog.parse.com/2014/12/18/using-parse-to-power-up-your-framer-prototypes-part-i/\">Framer + Parse</a></li>\n</ul>\n\n\n<p><strong>55:00</strong> - How are you pushing yourself to be a better designer every day?</p>\n]]>\n      </content:encoded>\n      <pubDate>Wed, 08 Apr 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/f338f1d1.mp3\" length=\"30121567\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/9983/1428503253-artwork.jpg\"/>\n      <itunes:duration>01:02:39</itunes:duration>\n      <itunes:summary>This is our first time to have a second episode scheduled for the week! We're excited to try out this new format, kicking things off with two guests: Jeremy Goldberg and George Kedenburg. We chat about design at Facebook, their journeys as designers and how they're growing within such a large company.\n</itunes:summary>\n      <itunes:subtitle>This is our first time to have a second episode scheduled for the week! We're excited to try out this new format, kicking things off with two guests: Jeremy Goldberg and George Kedenburg. We chat about design at Facebook, their journeys as designers and h</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>17</itunes:episode>\n    </item>\n    <item>\n      <title>14: Unless You're Dumb (feat. Jared Erondu)</title>\n      <guid isPermaLink=\"false\">80cecbc8-fb18-4e25-9679-8235e80af499</guid>\n      <link>http://designdetails.simplecast.fm/16</link>\n      <description>This week we hung out with Jared Erondu for an hour or so. He has put out an extremely impressive body of work in a very short time - from his work at Lift, to Omada, to co-founding The Industry with Drew Wilson, to his current role as Creative Director at Teespring. We covered a lot of ground - from the future of user interfaces to donuts to whether or not \"UX designer\" should be a job title anymore.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we hung out with Jared Erondu, a designer well-known for his work at Lift, Omada Health, The Industry and his current role as Creative Director at Teespring. We covered a lot of ground – from the future of user interfaces to donuts to whether or not “UX designer” should be a job title anymore!</p>\n\n<p>This was a great conversation and, for the first time ever, we have another one coming on Thursday where we discuss the announcements from the F8 conference with Facebook designers <a href=\"https://twitter.com/jeremygoldbrg\">Jeremy Goldberg</a> and <a href=\"https://twitter.com/gk3\">George Kedenburg</a>!</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"https://www.iconfinder.com/\">IconFinder</a> - Promo code 'ROBOT' for 50% off your first month of Iconfinder Pro!</li>\n<li><a href=\"http://www.invisionapp.com/signup/designdetails\">Invision</a></li>\n</ul>\n\n\n<a name=\"Jared.on.the.Web\"></a>\n<h5>Jared on the Web</h5>\n\n<ul>\n<li><a href=\"http://erondu.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/erondu\">Twitter</a></li>\n<li><a href=\"http://teespring.com/\">Teespring</a></li>\n<li><a href=\"https://dribbble.com/erondu\">Dribbble</a></li>\n<li><a href=\"https://instagram.com/erondu\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>4:00</strong> - We catch up with Jared and the latest projects he's working on!</p>\n\n<ul>\n<li><a href=\"http://teespring.com/\">Teespring</a></li>\n<li><a href=\"http://erondu.com/\">Jared's Personal Site</a></li>\n<li><a href=\"https://instagram.com/erondu/\">Jared's photos</a></li>\n<li><a href=\"http://elleluna.com/\">Elle Luna</a></li>\n<li><a href=\"http://shop.bulanproject.com/\">Bulan Project</a></li>\n<li><a href=\"https://medium.com/@elleluna/the-crossroads-of-should-and-must-90c75eb7c5b0\">The Crossroads of Should and Must</a></li>\n<li><a href=\"http://www.amazon.com/The-Crossroads-Should-Must-Passion/dp/0761184880\">Elle's Book</a></li>\n<li><a href=\"https://instagram.com/p/zI5kGwwUGM/?taken-by=erondu\">Picture from the helicopter ride</a></li>\n<li><a href=\"https://instagram.com/joshuasortino/\">Josh Sortino</a></li>\n<li><a href=\"http://twitter.com/christauziet\">Christophe Tauziet</a></li>\n<li><a href=\"http://www.yelp.com/biz/transamerica-redwood-park-san-francisco\">Transamerica Redwood Park</a></li>\n</ul>\n\n\n<p><strong>10:00</strong> - Jared tells us about his journey of becoming a designer.</p>\n\n<ul>\n<li><a href=\"http://teamtreehouse.com/\">Treehouse</a></li>\n<li><a href=\"https://twitter.com/ryancarson\">Ryan Carson</a></li>\n<li><a href=\"https://twitter.com/chriscoyier\">Chris Coyier</a></li>\n<li><a href=\"https://futureofwebdesign.com/\">Future of Web</a></li>\n<li><a href=\"https://dribbble.com/shots/794176-Evomail-Logo-and-Icon?list=users&amp;offset=25\">Evomail</a></li>\n<li><a href=\"https://circanews.com/\">Circa</a></li>\n<li><a href=\"http://zite.com/\">Zite</a></li>\n<li><a href=\"https://twitter.com/philosophygeek\">Mark Johnson</a></li>\n<li><a href=\"https://zerply.com/\">Zerply</a></li>\n<li><a href=\"https://twitter.com/ckarltorp\">Christofer Karltorp</a></li>\n<li><a href=\"https://twitter.com/flud\">Flud</a></li>\n<li><a href=\"https://twitter.com/ghoshal\">Bobby Ghoshal</a></li>\n<li><a href=\"https://twitter.com/drewwilson\">Drew Wilson</a></li>\n<li><a href=\"http://valiocon.com/\">Valiocon</a></li>\n</ul>\n\n\n<p><strong>20:00</strong> - How did The Industry become so popular?</p>\n\n<ul>\n<li><a href=\"http://theindustry.cc/\">The Industry</a></li>\n<li><a href=\"https://twitter.com/adamstac\">Adam Stacoviak</a></li>\n<li><a href=\"http://theindustry.cc/2013/01/07/13-design-trends-for-2013/\">13 Design Trends For 2013</a> by <a href=\"https://twitter.com/gannonburgett\">Gannon Burgett</a></li>\n<li><a href=\"http://blog.erondu.com/\">Jared's Svbtle blog</a></li>\n<li><a href=\"http://blog.erondu.com/go-home-ios-7-youre-drunk\">Go Home iOS7, You're Drunk.</a></li>\n</ul>\n\n\n<p><strong>31:00</strong> - What do you think of Apple's first-party apps?</p>\n\n<ul>\n<li><a href=\"https://twitter.com/ChrisTauziet/status/583386268148563968\">Twitter Conversation</a></li>\n</ul>\n\n\n<p><strong>32:00</strong> - We talk about designers getting a seat at the table.</p>\n\n<ul>\n<li><a href=\"https://medium.com/\">Medium</a> is changing content</li>\n<li><a href=\"http://designerfund.com/\">DesignerFund</a></li>\n<li><a href=\"http://www.kpcb.com/partner/john-maeda\">KPCB</a></li>\n<li><a href=\"http://www.imdb.com/title/tt1798709/\">Her</a></li>\n<li><a href=\"http://images.scribblelive.com/2014/10/16/dc42b379-04eb-4dd4-addc-40bcd19aa744.png\">Apple \"Evolution\" image</a></li>\n<li><a href=\"http://www.motorola.com/us/accessories/talk/bluetooth-headsets/moto-hint/moto-hint-pdp.html\">Moto Hint</a></li>\n<li><a href=\"https://www.kickstarter.com/projects/1629248706/earin-the-worlds-smallest-wireless-earbuds/comments?cursor=7361086\">Earin</a></li>\n<li><a href=\"https://www.kickstarter.com/projects/hellobragi/the-dash-wireless-smart-in-ear-headphones\">Dash</a></li>\n<li><a href=\"https://postmates.com/\">Postmates</a></li>\n<li><a href=\"http://twitter.com/jeremygoldbrg\">Jeremy</a></li>\n</ul>\n\n\n<p><strong>42:00</strong> - What was it like moving from the East Coast to San Francisco?</p>\n\n<ul>\n<li><a href=\"http://www.imdb.com/title/tt0094898/\">Coming To America</a></li>\n<li><a href=\"http://omadahealth.com/\">Omada Health</a></li>\n<li><a href=\"https://poppyhome.com/pour-over\">Poppy Coffee Maker</a></li>\n<li><a href=\"http://www.smithsonianmag.com/arts-culture/the-long-history-of-the-espresso-machine-126012814/?no-ist\">History of Espresso</a></li>\n<li><a href=\"https://www.amazon.com/oc/dash-button\">Amazon Dash</a></li>\n</ul>\n\n\n<p><strong>50:00</strong> - We dig a bit deeper into some of Jared's previous roles in design</p>\n\n<ul>\n<li><a href=\"http://designerfund.com/bridge/\">Bridge</a></li>\n<li><a href=\"https://preventnow.com/\">Prevent</a></li>\n<li><a href=\"https://preventnow.com/obesity\">Cool obesity chart</a></li>\n<li><a href=\"http://www.fitbit.com/ca/aria#i.u5yaq016tacuhs\">FitBit Aria</a></li>\n<li><a href=\"https://obvious.com/\">Obvious</a></li>\n<li><a href=\"https://www.coach.me/\">Lift(now Coach.me)</a></li>\n<li><a href=\"https://medium.com\">Medium</a></li>\n<li><a href=\"https://twitter.com/ev\">Ev Williams</a></li>\n<li><a href=\"https://twitter.com/tonystubblebine\">Tony Stubblebine</a></li>\n</ul>\n\n\n<p><strong>1:00:00</strong> - Donuts!</p>\n\n<ul>\n<li><a href=\"pic.twitter.com/swKuVNlgLj\">MMMM Donuts!</a></li>\n<li><a href=\"http://www.designdetails.fm/episode-4/\">Episode 4</a></li>\n</ul>\n\n\n<p><strong>1:05:00</strong> - Jared talks about a secret agenda...</p>\n\n<ul>\n<li><a href=\"http://wake.io/\">Wake</a></li>\n</ul>\n\n\n<p><strong>1:11:00</strong> - What does it mean to be a creative director?</p>\n\n<ul>\n<li><a href=\"https://twitter.com/dannpetty\">Dann Petty</a></li>\n<li><a href=\"http://www.rdio.com/people/erondu/playlists/1362645/The_Creative%27s_Mix/\">\"The Creative's Mix\"</a> on Rdio</li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 06 Apr 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/aef01111.mp3\" length=\"39107022\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/9927/1428334799-artwork.jpg\"/>\n      <itunes:duration>01:21:22</itunes:duration>\n      <itunes:summary>This week we hung out with Jared Erondu for an hour or so. He has put out an extremely impressive body of work in a very short time - from his work at Lift, to Omada, to co-founding The Industry with Drew Wilson, to his current role as Creative Director at Teespring. We covered a lot of ground - from the future of user interfaces to donuts to whether or not \"UX designer\" should be a job title anymore.\n</itunes:summary>\n      <itunes:subtitle>This week we hung out with Jared Erondu for an hour or so. He has put out an extremely impressive body of work in a very short time - from his work at Lift, to Omada, to co-founding The Industry with Drew Wilson, to his current role as Creative Director a</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>16</itunes:episode>\n    </item>\n    <item>\n      <title>13: Eating Horse (feat. Maurice Woods)</title>\n      <guid isPermaLink=\"false\">cc547b29-ec0e-4ecc-96fe-31e50ed903ba</guid>\n      <link>http://designdetails.simplecast.fm/15</link>\n      <description>We had an amazing conversation this week with Maurice \"Mo\" Woods, a senior visual designer at Yahoo and founder of the Inneract Project. We chat about what he's doing in design education, diversity in design and how his background as a pro basketball player has served him in his career as a designer.\n</description>\n      <content:encoded>\n        <![CDATA[<p>We had an amazing conversation this week with Maurice \"Mo\" Woods, a senior visual designer at Yahoo and founder of the Inneract Project. We chat about what he's doing in design education, diversity in design and how his background as a pro basketball player has served him in his career as a designer.</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> (use promo code 'ROBOT' for 50% off your first month!)</li>\n<li><a href=\"http://www.invisionapp.com/\">InVision</a></li>\n</ul>\n\n\n<a name=\"Mo.on.the.Web:\"></a>\n<h5>Mo on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/dlrowseom\">Twitter</a></li>\n<li><a href=\"http://www.aiga.org/design-journeys-maurice-woods/\">AIGA Profile</a></li>\n<li><a href=\"http://www.howdesign.com/design-creativity/yahoo-maurice-woods-service-leadership/\">Mo's HOW Interview</a></li>\n<li><a href=\"http://www.inneractproject.org/about-us/ip-team/maurice-woods\">Inneract Project Founder</a></li>\n<li><a href=\"http://www.inneractproject.org/\">Inneract Project</a></li>\n<li><a href=\"https://www.linkedin.com/profile/view?id=19975920&amp;authType=NAME_SEARCH&amp;authToken=azPP&amp;locale=en_US&amp;srchid=1269673361427725341396&amp;srchindex=1&amp;srchtotal=46&amp;trk=vsrp_people_res_name&amp;trkInfo=VSRPsearchId%3A1269673361427725341396%2CVSRPtargetId%3A19975920%2CVSRPcmpt%3Aprimary%2CVSRPnm%3A\">LinkedIn</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>14:00</strong> - We learn more about Mo's interest in design education for kids.</p>\n\n<ul>\n<li><a href=\"http://www.inneractproject.org/\">Inneract Project</a></li>\n</ul>\n\n\n<p><strong>20:00</strong> - Mo gets into the details of what's going on at Inneract and why it's so important.</p>\n\n<ul>\n<li><a href=\"http://www.inneractproject.org/get-involved/teach-class\">Teach a class at Inneract</a></li>\n<li><a href=\"http://www.inneractproject.org/get-involved/volunteer\">Volunteer</a></li>\n<li><a href=\"https://rally.org/inneractproject\">Donate</a></li>\n</ul>\n\n\n<p><strong>37:00</strong> - Want to help with the Inneract Project? They need your help.</p>\n\n<ul>\n<li><a href=\"https://www.facebook.com/inneractproject?fref=ts\">Like Inneract Project on Facebook</a></li>\n<li><a href=\"https://twitter.com/inneractproject\">Follow Inneract Project on Twitter</a></li>\n<li><a href=\"http://www.inneractproject.org/get-involved\">Get Involved</a></li>\n<li><a href=\"http://www.inneractproject.org/get-involved/teach-class\">Teach a class at Inneract</a></li>\n<li><a href=\"http://www.inneractproject.org/get-involved/volunteer\">Volunteer</a></li>\n<li><a href=\"https://rally.org/inneractproject\">Donate</a></li>\n</ul>\n\n\n<p><strong>57:00</strong> - The real reason design is so important for kids in underserved communities.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/kristyt\">Kristy Tillman</a></li>\n<li><a href=\"http://designdetails.fm/episode-4\">Design Details with Kristy Tillman</a></li>\n</ul>\n\n\n<p><strong>1:03:00</strong> - We chat about diversity in design, tech and the hiring process.</p>\n\n<ul>\n<li><a href=\"https://www.linkedin.com/profile/view?id=19975920&amp;authType=NAME_SEARCH&amp;authToken=azPP&amp;locale=en_US&amp;trk=tyah&amp;trkInfo=clickedVertical%3Amynetwork%2Cidx%3A1-2-2%2CtarId%3A1427724298092%2Ctas%3Amaurice+woods\">Mo on LinkedIn</a></li>\n</ul>\n\n\n<p><strong>1:12:00</strong> - Where are all the designers of color?</p>\n\n<ul>\n<li><a href=\"https://www.linkedin.com/in/gdolin\">Guthrie Dolin on LinkedIn</a></li>\n<li><a href=\"http://www.google.com/diversity/at-google.html\">Diversity at Google</a></li>\n<li><a href=\"https://www.apple.com/diversity/\">Diversity at Apple</a></li>\n<li><a href=\"http://newsroom.fb.com/news/2014/06/building-a-more-diverse-facebook/\">Diversity at Facebook</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 30 Mar 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/8305a264.mp3\" length=\"58481413\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/9490/1427725571-artwork.jpg\"/>\n      <itunes:duration>01:21:09</itunes:duration>\n      <itunes:summary>We had an amazing conversation this week with Maurice \"Mo\" Woods, a senior visual designer at Yahoo and founder of the Inneract Project. We chat about what he's doing in design education, diversity in design and how his background as a pro basketball player has served him in his career as a designer.\n</itunes:summary>\n      <itunes:subtitle>We had an amazing conversation this week with Maurice \"Mo\" Woods, a senior visual designer at Yahoo and founder of the Inneract Project. We chat about what he's doing in design education, diversity in design and how his background as a pro basketball play</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>15</itunes:episode>\n    </item>\n    <item>\n      <title>12: Topsoil Decisions (feat. Ryan Sims)</title>\n      <guid isPermaLink=\"false\">3d505491-ae0b-46cd-848b-aeb7c43de2cf</guid>\n      <link>http://designdetails.simplecast.fm/14</link>\n      <description>This past week we sat down with Ryan Sims, the former head of design at Rdio. We caught up with him about his latest career change as he heads to Adobe, what it was like growing the design team at Rdio and what it means to have a design mentor. This was an insightful episode, and we hope you all enjoy!\n</description>\n      <content:encoded>\n        <![CDATA[<p>This past week we sat down with Ryan Sims, the former head of design at Rdio. We caught up with him about his latest career change as he heads to Adobe, what it was like growing the design team at Rdio and what it means to have a design mentor.</p>\n\n<p>This was an insightful episode, and we hope you all enjoy! If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> (use promo code 'ROBOT' for 50% off your first month!)</li>\n<li><a href=\"http://www.invisionapp.com/\">InVision</a></li>\n</ul>\n\n\n<a name=\"Ryan.on.the.Web:\"></a>\n<h5>Ryan on the Web:</h5>\n\n<ul>\n<li><a href=\"http://rynsms.com/about\">Website</a></li>\n<li><a href=\"https://twitter.com/simmy\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/simmy\">Dribbble</a></li>\n<li><a href=\"http://www.rdio.com/people/simmy/\">Rdio</a></li>\n<li><a href=\"https://instagram.com/simmy/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - We catch up with Ryan on his latest adventures in funemployment.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/veen\">@veen</a></li>\n<li><a href=\"https://futureofwebdesign.com/\">Future of Web Design</a></li>\n<li><a href=\"https://typekit.com/\">Typekit</a></li>\n<li><a href=\"https://twitter.com/wilsonminer\">@wilsonminer</a></li>\n</ul>\n\n\n<p><strong>9:00</strong> - a mispronunciation kicks off a backstory of Ryan's journey at Rdio.</p>\n\n<ul>\n<li><a href=\"https://rdio.com\">Rdio</a></li>\n<li><a href=\"http://virb.com/\">Virb</a></li>\n<li><a href=\"https://www.everyblock.com/\">EveryBlock</a></li>\n<li><a href=\"https://twitter.com/malthe\">@malthe</a></li>\n</ul>\n\n\n<p><strong>15:00</strong> - A brief diversion into Ryan's latest music.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/pusha_t\">@pusha_t</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Clipse\">Clipse</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/The_Neptunes\">The Neptunes</a></li>\n<li><a href=\"https://twitter.com/Pharrell\">@pharrell</a></li>\n<li><a href=\"https://twitter.com/kendricklamar\">@kendricklamar</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/To_Pimp_a_Butterfly\">To Pimp a Butterfly</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/My_Beautiful_Dark_Twisted_Fantasy\">My Beautiful Dark Twisted Fantasy</a></li>\n<li><a href=\"http://www.radiohead.com/\">Radiohead</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/OK_Computer\">OK Computer</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Warren_G\">Warren G</a></li>\n</ul>\n\n\n<p><strong>18:00</strong> - We chat branding, Vdio and working at a music startup.</p>\n\n<ul>\n<li><a href=\"http://en.wikipedia.org/wiki/Vdio\">Vdio</a></li>\n<li><a href=\"https://www.crunchbase.com/person/janus-friis\">Janus Friis</a></li>\n</ul>\n\n\n<p><strong>21:00</strong> - Ryan explains his path to get into Rdio and how he managed a growing design team.</p>\n\n<ul>\n<li><a href=\"https://thegreatdiscontent.com/interview/ryan-sims\">Ryan Sims on The Great Discontent</a></li>\n</ul>\n\n\n<p><strong>42:00</strong> - The two traits that Ryan looks for in a designer.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/mtowber\">@mtowber</a></li>\n</ul>\n\n\n<p><strong>53:00</strong> - Ryan explains his views on design mentors and why he wished he'd had one.</p>\n\n<ul>\n<li><a href=\"http://styleboost.com/\">Styleboost</a></li>\n<li><a href=\"https://twitter.com/ludwig\">@ludwig</a></li>\n</ul>\n\n\n<p><strong>1:06:00</strong> - How do you navigate a career transition?</p>\n\n<ul>\n<li><a href=\"https://twitter.com/koopacetic\">@koopacetic</a></li>\n<li><a href=\"http://www.purevolume.com/\">PureVolume</a></li>\n<li><a href=\"http://rynsms.com/work/the-big-noob\">Neubix</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 23 Mar 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/5ac75566.mp3\" length=\"55225730\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/9395/1427111564-artwork.jpg\"/>\n      <itunes:duration>01:16:38</itunes:duration>\n      <itunes:summary>This past week we sat down with Ryan Sims, the former head of design at Rdio. We caught up with him about his latest career change as he heads to Adobe, what it was like growing the design team at Rdio and what it means to have a design mentor. This was an insightful episode, and we hope you all enjoy!\n</itunes:summary>\n      <itunes:subtitle>This past week we sat down with Ryan Sims, the former head of design at Rdio. We caught up with him about his latest career change as he heads to Adobe, what it was like growing the design team at Rdio and what it means to have a design mentor. This was a</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>14</itunes:episode>\n    </item>\n    <item>\n      <title>11: Artisanal Fitness (feat. Erika Hall)</title>\n      <guid isPermaLink=\"false\">f492ba8e-016d-4c5b-bb65-a2eb43503d78</guid>\n      <link>http://designdetails.simplecast.fm/13</link>\n      <description>This week we caught up with Erika Hall, co-founder of Mule Design and author of Just Enough Research. We dive deep into a handful of topics, from user research to gender in tech, from the Apple Watch to the evolution of San Francisco culture - we had a lot of fun recording this one!\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we caught up with Erika Hall, co-founder of Mule Design and author of <em>Just Enough Research</em>. We dive deep into a handful of topics, from user research to gender in tech, from the Apple Watch to the evolution of San Francisco culture - we had a lot of fun recording this one!</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> (use promo code 'ROBOT' for 50% off your first month!)</li>\n<li><a href=\"http://www.pixate.com/dd\">Pixate</a> (<a href=\"http://www.pixate.com/dd\">click here to save 25% on a yearly subscription</a>!)</li>\n</ul>\n\n\n<a name=\"Erika.on.the.Web:\"></a>\n<h5>Erika on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/mulegirl\">Twitter</a></li>\n<li><a href=\"https://medium.com/@mulegirl\">Medium</a></li>\n<li><a href=\"https://instagram.com/mulegirl/\">Instagram</a></li>\n<li><a href=\"http://abookapart.com/products/just-enough-research\">Just Enough Research</a></li>\n<li><a href=\"http://muledesign.com/\">Mule Design</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>3:00</strong> - We catch up with Erika to learn about design research.</p>\n\n<ul>\n<li><a href=\"https://medium.com/@mulegirl\">Erika Hall on Medium</a></li>\n<li><a href=\"http://abookapart.com/products/just-enough-research\">Just Enough Research</a></li>\n<li><a href=\"http://www.amazon.com/Observing-User-Experience-Second-Edition/dp/0123848695\">Observing the User Experience</a></li>\n</ul>\n\n\n<p><strong>8:00</strong> - What are some of the myths of design and research?</p>\n\n<ul>\n<li><a href=\"https://www.youtube.com/watch?v=WHsHKzYOV2E\">Steve Jobs building NeXT</a></li>\n</ul>\n\n\n<p><strong>16:00</strong> - Has Mule ever considered launching original products?</p>\n\n<ul>\n<li><a href=\"http://www.muleradio.net/\">Mule Radio Syndicate</a></li>\n<li><a href=\"http://evening-edition.com/\">Mule Evening Edition</a></li>\n<li><a href=\"http://unsuck-it.com/\">Unsuck-It</a></li>\n<li><a href=\"http://muledesign.com/2015/02/birds\">Mule's Audubon case study</a></li>\n<li><a href=\"http://www.seattletimes.com/\">The new Seattle Times</a></li>\n</ul>\n\n\n<p><strong>1:17:00</strong> - Plugs!</p>\n\n<ul>\n<li><a href=\"http://abookapart.com/products/youre-my-favorite-client\">You're My Favorite Client</a></li>\n<li><a href=\"https://cottonbureau.com/products/chug-life\">Chug Life</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 16 Mar 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/58ce58ee.mp3\" length=\"57400897\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/9245/1426492124-artwork.jpg\"/>\n      <itunes:duration>01:19:39</itunes:duration>\n      <itunes:summary>This week we caught up with Erika Hall, co-founder of Mule Design and author of Just Enough Research. We dive deep into a handful of topics, from user research to gender in tech, from the Apple Watch to the evolution of San Francisco culture - we had a lot of fun recording this one!\n</itunes:summary>\n      <itunes:subtitle>This week we caught up with Erika Hall, co-founder of Mule Design and author of Just Enough Research. We dive deep into a handful of topics, from user research to gender in tech, from the Apple Watch to the evolution of San Francisco culture - we had a lo</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>13</itunes:episode>\n    </item>\n    <item>\n      <title>Bonus Episode: Apple Watch Watch 2015</title>\n      <guid isPermaLink=\"false\">78700348-a897-4e51-9e78-1320c52cae86</guid>\n      <link>http://designdetails.simplecast.fm/12</link>\n      <description>Today we're excited to release a special bonus episode of the Design Details Podcast! After today's Apple Watch event we grabbed Sam Soffes to chat about the implications for us as designers and what the watch means for app design going into the future.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Today we're excited to release a special bonus episode of the Design Details Podcast! After today's Apple Watch event we grabbed <a href=\"http://soff.es\">Sam Soffes</a> to chat about the implications for us as designers and what the watch means for app design going into the future.</p>\n\n<p>This is our first \"bonus episode\" and we'd love to hear your thoughts! We're excited to explore more weekly episodes in the future but we want to make sure we get the content and format just right. If you have feedback or suggestions on this style, give us a shout on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a>!</p>\n\n<a name=\"Sponsor:\"></a>\n<h5>Sponsor:</h5>\n\n<ul>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> (use promo code 'ROBOT' for 50% off your first month!)</li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 09 Mar 2015 20:55:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/d496ec14.mp3\" length=\"34840773\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/8980/1425959694-artwork.jpg\"/>\n      <itunes:duration>00:48:19</itunes:duration>\n      <itunes:summary>Today we're excited to release a special bonus episode of the Design Details Podcast! After today's Apple Watch event we grabbed Sam Soffes to chat about the implications for us as designers and what the watch means for app design going into the future.\n</itunes:summary>\n      <itunes:subtitle>Today we're excited to release a special bonus episode of the Design Details Podcast! After today's Apple Watch event we grabbed Sam Soffes to chat about the implications for us as designers and what the watch means for app design going into the future.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>12</itunes:episode>\n    </item>\n    <item>\n      <title>10: Tiny Nuggets of Delight (feat. Tim Van Damme)</title>\n      <guid isPermaLink=\"false\">854773e9-7462-4713-ad3e-820590dcf724</guid>\n      <link>http://designdetails.simplecast.fm/11</link>\n      <description>This week we caught up with Tim Van Damme, an amazing designer who has been a part of some of our favorite products including Instagram and Dropbox. For this hour we chat about Tim's past experience in design, working on Mailbox, Dribbble and the future of design/technology. We had a lot of fun with this show and we hope you all enjoy the conversation!\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we caught up with <a href=\"http://timvandamme.com/\">Tim Van Damme</a>, an amazing designer who has been a part of some of our favorite products including Instagram and Dropbox. For this hour we chat about Tim's past experience in design, working on Mailbox, Dribbble and the future of design/technology. We had a lot of fun with this show and we hope you all enjoy the conversation!</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> (use promo code 'ROBOT' for 50% off your first month!)</li>\n<li><a href=\"https://www.hover.com/\">Hover</a> (use promo code 'bragdriven' to save on your first order!)</li>\n</ul>\n\n\n<a name=\"Tim.on.the.Web:\"></a>\n<h5>Tim on the Web:</h5>\n\n<ul>\n<li><a href=\"http://timvandamme.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/maxvoltar\">Twitter</a></li>\n<li><a href=\"https://maxvoltar.exposure.co/\">Exposure</a></li>\n<li><a href=\"https://instagram.com/maxvoltar/\">Instagram</a></li>\n<li><a href=\"https://dribbble.com/maxvoltar\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>2:00</strong> - We dig a bit into Tim's past interview experiences and first steps into the design world.</p>\n\n<ul>\n<li><a href=\"https://thegreatdiscontent.com/interview/tim-van-damme\">The Great Discontent with Tim Van Damme</a></li>\n<li><a href=\"https://twitter.com/netmag\">net magazine</a></li>\n<li><a href=\"http://24ways.org/\">24 Ways</a> (<a href=\"http://24ways.org/2009/css-animations/\">Tim's piece</a>)</li>\n<li><a href=\"http://www.atebits.com/\">atebits</a> (<a href=\"http://en.wikipedia.org/wiki/Tweetie\">Tweetie</a>, <a href=\"https://twitter.com/lorenb\">Loren Brichter</a>)</li>\n</ul>\n\n\n<p><strong>14:00</strong> - Tim talks about taking breaks and disconnecting.</p>\n\n<ul>\n<li><a href=\"https://instagram.com/maxvoltar/\">Tim's Instagram</a></li>\n<li><a href=\"https://www.storehouse.co/\">Storehouse</a></li>\n<li><a href=\"https://exposure.co/\">Exposure</a></li>\n</ul>\n\n\n<p><strong>20:00</strong> - What it's like working on Mailbox for Mac; Tim tells us about his personal style.</p>\n\n<ul>\n<li><a href=\"http://www.mailboxapp.com/\">Mailbox</a></li>\n</ul>\n\n\n<p><strong>27:00</strong> - We get into the ethos of UI design, talking about the details and emotional design.</p>\n\n<ul>\n<li><a href=\"http://blog.brianlovin.com/design-details/\">The Design Details blog posts</a></li>\n<li><a href=\"http://blog.brianlovin.com/design-details-tumblr-for-ios/\">Design Details: Tumblr for iOS</a></li>\n<li><a href=\"http://cl.ly/a5mw\">Screenshot of Dropbox's uploader</a></li>\n</ul>\n\n\n<p><strong>37:00</strong> - Let's talk Dribbble.</p>\n\n<ul>\n<li><a href=\"https://dribbble.com/dropbox\">Dropbox on Dribbble</a></li>\n<li><a href=\"https://dribbble.com/maxvoltar\">Tim on Dribbble</a></li>\n</ul>\n\n\n<p><strong>48:00</strong> - We chat about the current state of user interfaces and what the next big leap will be.</p>\n\n<ul>\n<li><a href=\"http://www.kare.com/\">Susan Kare</a></li>\n<li><a href=\"https://medium.com/@brian_lovin\">A polyphasic sleep experiment</a></li>\n</ul>\n\n\n<p><strong>55:00</strong> - What will be the next breakthrough in input mechanisms?</p>\n\n<ul>\n<li><a href=\"http://www.ibtimes.co.uk/paralysed-woman-flies-f-35-fighter-jet-using-only-her-mind-1490216\">Paralysed woman flies F-35 fighter jet using only her mind</a></li>\n</ul>\n\n\n<p><strong>1:03:00</strong> - We chat about email as a communication method and what's next for Mailbox.</p>\n\n<ul>\n<li><a href=\"http://bryn.io/email-is-the-worst-part-1-composing-a-decent-email/\">Email is the Worst</a></li>\n</ul>\n\n\n<p><strong>1:05:00</strong></p>\n\n<ul>\n<li><a href=\"http://littlebigdetails.com/post/112696394432/dropbox-when-you-visit-the-dropbox-support\">Little Big Details on Dropbox</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 09 Mar 2015 08:00:00 -0700</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/370d67ab.mp3\" length=\"50030108\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/8914/1425652695-artwork.jpg\"/>\n      <itunes:duration>01:09:25</itunes:duration>\n      <itunes:summary>This week we caught up with Tim Van Damme, an amazing designer who has been a part of some of our favorite products including Instagram and Dropbox. For this hour we chat about Tim's past experience in design, working on Mailbox, Dribbble and the future of design/technology. We had a lot of fun with this show and we hope you all enjoy the conversation!\n</itunes:summary>\n      <itunes:subtitle>This week we caught up with Tim Van Damme, an amazing designer who has been a part of some of our favorite products including Instagram and Dropbox. For this hour we chat about Tim's past experience in design, working on Mailbox, Dribbble and the future o</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>11</itunes:episode>\n    </item>\n    <item>\n      <title>9: When Did the Marketing Department Get Here? (feat. Paul Stamatiou and Avi Cieplinski)</title>\n      <guid isPermaLink=\"false\">34f9180c-99ab-4dab-b1dc-4889ee8f0a8c</guid>\n      <link>http://designdetails.simplecast.fm/10</link>\n      <description>For Episode 9, we had our first chat with two guests! This time we caught up with Paul Stamatiou and Avi Cieplinski, from the Photo and Video Team at Twitter. We covered a lot this week - chatting about prototyping, wearables, design process and what it's like to work at Twitter and Apple!\n</description>\n      <content:encoded>\n        <![CDATA[<p>For Episode 9, we had our first chat with two guests! This time we caught up with Paul Stamatiou and Avi Cieplinski from the Photo and Video Team at Twitter. We covered a lot this week - chatting about prototyping, wearables, design process and what it's like to work at Twitter and Apple!</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> (use promo code 'ROBOT' for 50% off your first month!)</li>\n<li><a href=\"https://www.hover.com/\">Hover</a> (use promo code 'bragdriven' to save 10% on your first order!)</li>\n</ul>\n\n\n<a name=\"Paul.on.the.Web:\"></a>\n<h5>Paul on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/stammy\">Twitter</a></li>\n<li><a href=\"http://paulstamatiou.com/\">Website</a></li>\n<li><a href=\"https://instagram.com/pstamatiou/\">Instagram</a></li>\n<li><a href=\"https://github.com/stammy\">Github</a></li>\n</ul>\n\n\n<a name=\"Avi.on.the.Web:\"></a>\n<h5>Avi on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/sf_avi\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>2:00</strong> - We sat down with Paul and Avi to chat about what they've been working on.</p>\n\n<ul>\n<li><a href=\"https://about.twitter.com/videos-on-twitter\">Twitter Video</a></li>\n<li><a href=\"http://framerjs.com/\">Framer</a></li>\n<li><a href=\"http://www.pixate.com/\">Pixate</a></li>\n</ul>\n\n\n<p><strong>6:00</strong> - The importance of sharing the design process in public.</p>\n\n<ul>\n<li><a href=\"http://paulstamatiou.com/twitter-video/\">Building Twitter Video</a></li>\n</ul>\n\n\n<p><strong>16:00</strong> - We dive a bit deeper into prototyping at big tech companies.</p>\n\n<ul>\n<li><a href=\"https://facebook.github.io/origami/\">Origami 2.0</a></li>\n<li><a href=\"http://www.bohemiancoding.com/sketch/beta/\">Sketch Beta</a></li>\n</ul>\n\n\n<p><strong>21:00</strong> - We dig a bit into Paul's background as a designer.</p>\n\n<ul>\n<li><a href=\"http://paulstamatiou.com/\">Paul's blog</a></li>\n</ul>\n\n\n<p><strong>53:00</strong> - The conversation makes a quick transition into past startups and fun Twitter spin-off products.</p>\n\n<ul>\n<li><a href=\"https://super.me/\">Super</a></li>\n<li><a href=\"http://idarb.com/\">#IDARB</a></li>\n<li><a href=\"https://play.twidaq.com/\">twiDAQ</a> (incorrectly called Twitstock on air)</li>\n</ul>\n\n\n<p><strong>1:00:00</strong> - Do you have a design philosophy?</p>\n\n<ul>\n<li><a href=\"https://twitter.com/aprilzero\">@aprilzero</a> - <a href=\"http://aprilzero.com/\">aprilzero.com</a></li>\n<li><a href=\"gyrosco.pe\">Gyroscope</a></li>\n</ul>\n\n\n<p><strong>1:07:00</strong> - We dig into some of the hiring processes in place at Twitter.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/design\">Twitter Design</a></li>\n<li><a href=\"https://twitter.com/TwitterEng\">Twitter Engineering</a></li>\n<li><a href=\"https://about.twitter.com/careers\">Twitter Careers</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 02 Mar 2015 08:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/0bf71b29.mp3\" length=\"35734814\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/8654/1425268189-artwork.jpg\"/>\n      <itunes:duration>01:14:21</itunes:duration>\n      <itunes:summary>For Episode 9, we had our first chat with two guests! This time we caught up with Paul Stamatiou and Avi Cieplinski, from the Photo and Video Team at Twitter. We covered a lot this week - chatting about prototyping, wearables, design process and what it's like to work at Twitter and Apple!\n</itunes:summary>\n      <itunes:subtitle>For Episode 9, we had our first chat with two guests! This time we caught up with Paul Stamatiou and Avi Cieplinski, from the Photo and Video Team at Twitter. We covered a lot this week - chatting about prototyping, wearables, design process and what it's</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>10</itunes:episode>\n    </item>\n    <item>\n      <title>8: Deathly Allergic to Avocado (feat. Chloe Park)</title>\n      <guid isPermaLink=\"false\">db4aaa9b-363f-459d-b247-9eb0b5b0e4ee</guid>\n      <link>http://designdetails.simplecast.fm/9</link>\n      <description>Episode 8 everyone! This week we sat down with the lovely Chloe Park, an experience designer making things happen at OpenTable. We chat about everything from the design process at OpenTable to Chloe's biggest problems with relationships in tech. This was a fun episode for us to record and we hope you enjoy it!\n</description>\n      <content:encoded>\n        <![CDATA[<p>Episode 8 everyone! This week we sat down with the lovely Chloe Park, an experience designer making things happen at OpenTable. We chat about everything from the design process at OpenTable to Chloe's biggest problems with relationships in tech. This was a fun episode for us to record and we hope you enjoy it!</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://iconfinder.com\">Iconfinder</a> (use promo code 'ROBOT' for 50% off your first month!)</li>\n<li><a href=\"https://www.hover.com/\">Hover</a> (use promo code 'bragdriven' to save on your first order!)</li>\n</ul>\n\n\n<a name=\"Chloe.Park.on.the.Web:\"></a>\n<h5>Chloe Park on the Web:</h5>\n\n<ul>\n<li><a href=\"http://chloepark.com/\">Website</a></li>\n<li><a href=\"https://twitter.com/chloepark\">Twitter</a></li>\n<li><a href=\"https://dribbble.com/chloepark\">Dribbble</a></li>\n<li><a href=\"https://instagram.com/chloepark/\">Instagram</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>2:00</strong> - We catch up with Chloe on everything she's working on at OpenTable.</p>\n\n<ul>\n<li><a href=\"http://www.opentable.com/\">OpenTable</a></li>\n</ul>\n\n\n<p><strong>7:00</strong> - What's the design process at OpenTable?</p>\n\n<ul>\n<li><a href=\"http://www.opentable.com/careers/\">OpenTable is hiring!</a></li>\n<li><a href=\"https://twitter.com/chloepark/status/469533166642819073\">The OpenTable design family</a></li>\n</ul>\n\n\n<p><strong>23:00</strong> - Chloe shares a \"project\" she's working on...</p>\n\n<ul>\n<li><a href=\"https://keezy.co/\">Keezy</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 23 Feb 2015 08:00:00 -0800</pubDate>\n      <author>shows@spec.fm (Spec)</author>\n      <enclosure url=\"https://audio.simplecast.com/87d7d738.mp3\" length=\"36640465\" type=\"audio/mpeg\"/>\n      <itunes:author>Spec</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/7940/1424665088-artwork.jpg\"/>\n      <itunes:duration>01:16:14</itunes:duration>\n      <itunes:summary>Episode 8 everyone! This week we sat down with the lovely Chloe Park, an experience designer making things happen at OpenTable. We chat about everything from the design process at OpenTable to Chloe's biggest problems with relationships in tech. This was a fun episode for us to record and we hope you enjoy it!\n</itunes:summary>\n      <itunes:subtitle>Episode 8 everyone! This week we sat down with the lovely Chloe Park, an experience designer making things happen at OpenTable. We chat about everything from the design process at OpenTable to Chloe's biggest problems with relationships in tech. This was </itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>9</itunes:episode>\n    </item>\n    <item>\n      <title>7: VP of Unnecessary Redesign (feat. Cap Watkins)</title>\n      <guid isPermaLink=\"false\">tag:soundcloud,2010:tracks/191390704</guid>\n      <link>http://designdetails.simplecast.fm/8</link>\n      <description>This week we caught up with Cap Watkins, the recently-appointed VP of design at BuzzFeed. We picked Cap's brain about hiring designers, A/B testing, beard-growing, East Coast design and more. Oh, and robo-horses!\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we caught up with Cap Watkins, the recently-appointed VP of design at BuzzFeed. We picked Cap's brain about hiring designers, A/B testing, beard-growing, East Coast design and more. Oh, and robo-horses!</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://weebly.com\">Weebly</a> and their <a href=\"http://dribbble.com/weebly\">Dribbble team</a></li>\n<li><a href=\"https://www.hover.com/\">Hover</a> (use promo code 'bragdriven' to save on your first order!)</li>\n</ul>\n\n\n<a name=\"Cap.Watkins.on.the.Web:\"></a>\n<h5>Cap Watkins on the Web:</h5>\n\n<ul>\n<li><a href=\"http://capwatkins.com/\">Website</a></li>\n<li><a href=\"http://blog.capwatkins.com/\">Cap's Blog</a></li>\n<li><a href=\"https://twitter.com/cap\">Twitter</a></li>\n<li><a href=\"http://instagram.com/cap\">Instagram</a></li>\n<li><a href=\"https://www.youtube.com/watch?v=_loLuwo2bxk\">Video: Designing at Scale</a></li>\n<li><a href=\"https://news.layervault.com/stories/37784-ama-im-cap-watkins-product-design-manager-at-etsy\">Designer News AMA</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>02:00</strong> - Cap tells us what he's been up to lately.</p>\n\n<ul>\n<li><a href=\"http://www.buzzfeed.com/\">BuzzFeed</a></li>\n<li><a href=\"https://www.etsy.com/\">Etsy</a></li>\n</ul>\n\n\n<p><strong>03:00</strong> - We explore life as a designer on the East Coast.</p>\n\n<ul>\n<li><a href=\"http://bagel.io\">Bagel.io</a> - unregistered!</li>\n<li><a href=\"https://twitter.com/kimbost\">Kim Bost</a></li>\n</ul>\n\n\n<p><strong>11:30</strong> - Cap Watkins: VP of Unnecessary Redesign.</p>\n\n<ul>\n<li><a href=\"http://blog.capwatkins.com/two-weeks-at-buzzfeed\">Two Weeks at BuzzFeed</a></li>\n</ul>\n\n\n<p><strong>15:00</strong> - We explore a bit about the hiring decisions being made at BuzzFeed.</p>\n\n<ul>\n<li><a href=\"http://blog.capwatkins.com/the-boring-designer\">The Boring Designer</a></li>\n<li><a href=\"http://www.bignerdranch.com/\">Big Nerd Ranch</a></li>\n</ul>\n\n\n<p><strong>18:00</strong> - What prototyping tools are you using?</p>\n\n<ul>\n<li><a href=\"https://www.flinto.com/\">Flinto</a></li>\n<li><a href=\"https://www.invisionapp.com/\">InVision</a></li>\n<li><a href=\"http://www.smashingmagazine.com/2011/12/12/an-introduction-to-object-oriented-css-oocss/\">OOCSS</a></li>\n<li><a href=\"https://facebook.github.io/origami/\">Origami + Quartz Composer</a></li>\n<li><a href=\"http://www.pixate.com/\">Pixate</a></li>\n<li><a href=\"http://www.relativewave.com/form/\">Form</a></li>\n</ul>\n\n\n<p><strong>28:30</strong> - What does it mean to be a VP of design?</p>\n\n<ul>\n<li><a href=\"http://randyjhunt.com/\">Randy Hunt</a></li>\n<li><a href=\"http://blog.capwatkins.com/reflections-on-managing-people\">Reflections from a First-Time Manager</a></li>\n</ul>\n\n\n<p><strong>32:00</strong> - We learn some management advice for designers.</p>\n\n<ul>\n<li><a href=\"http://blog.capwatkins.com/the-switch-from-designer-to-manager\">The Switch from Designer to Manager</a></li>\n<li><a href=\"http://www.amazon.com/Managing-Humans-Humorous-Software-Engineering/dp/1430243147\">Managing Humans: Biting and Humorous Tales of a Software Engineering Manager</a></li>\n</ul>\n\n\n<p><strong>37:00</strong> - We get down with some chef biographies.</p>\n\n<ul>\n<li><a href=\"http://www.amazon.com/Anthony-Bourdain/e/B001H6GY4C\">Anthony Bourdain</a></li>\n<li><a href=\"http://www.marcussamuelsson.com/\">Marcus Samuelsson</a></li>\n<li><a href=\"http://www.amazon.com/Alinea-Grant-Achatz/dp/1580089283\">Grant Achatz</a></li>\n<li><a href=\"http://www.amazon.com/Kitchen-Confidential-Updated-Edition-Adventures/dp/0060899220\">Kitchen Confidential</a></li>\n</ul>\n\n\n<p><strong>52:00</strong> - We get back to the biggest challenges of hiring designers and some of the most common mistakes people make when applying for a design job.</p>\n\n<ul>\n<li><a href=\"http://zurb.com/article/1323/the-dribbblification-of-design-and-what-w\">Dribbblification of Design</a></li>\n</ul>\n\n\n<p><strong>59:00</strong> - Cap shares his process as a designer.</p>\n\n<ul>\n<li><a href=\"http://blog.capwatkins.com/my-design-process-part-1\">My Design Process, Part 1</a></li>\n<li><a href=\"http://blog.capwatkins.com/my-design-process-part-2\">My Design Process, Part 2</a></li>\n<li><a href=\"http://blog.capwatkins.com/my-design-process-part-3\">My Design Process, Part 3</a></li>\n</ul>\n\n\n<p><strong>1:09:00</strong> - Winding things down, here's where you can find Cap.</p>\n\n<ul>\n<li><a href=\"http://capwatkins.com/links/\">Cap's links</a></li>\n<li><a href=\"http://buzzfeed.com\">Satisfy your cat needs</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 16 Feb 2015 01:58:00 -0800</pubDate>\n      <author>shows@spec.fm (Brian Lovin &amp; Bryn Jackson)</author>\n      <enclosure url=\"https://audio.simplecast.com/da841eb4.mp3\" length=\"36994857\" type=\"audio/mpeg\"/>\n      <itunes:author>Brian Lovin &amp; Bryn Jackson</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/7939/1424592779-artwork.jpg\"/>\n      <itunes:duration>01:16:58</itunes:duration>\n      <itunes:summary>This week we caught up with Cap Watkins, the recently-appointed VP of design at BuzzFeed. We picked Cap's brain about hiring designers, A/B testing, beard-growing, East Coast design and more. Oh, and robo-horses!\n</itunes:summary>\n      <itunes:subtitle>This week we caught up with Cap Watkins, the recently-appointed VP of design at BuzzFeed. We picked Cap's brain about hiring designers, A/B testing, beard-growing, East Coast design and more. Oh, and robo-horses!\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>8</itunes:episode>\n    </item>\n    <item>\n      <title>6: Down the Stuffed Rabbit Hole (feat. Marissa Louie)</title>\n      <guid isPermaLink=\"false\">tag:soundcloud,2010:tracks/190209178</guid>\n      <link>http://designdetails.simplecast.fm/7</link>\n      <description>This week we hung out with Marissa Louie - a rather prolific designer, activist, and creator who has worked on many of our favorite products at places like Apple, Yahoo, Ness Computing, and Wanelo, among others. We discussed everything from teddy bears to social justice - and the profound impact of emotional design.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we hung out with Marissa Louie - a rather prolific designer, activist, and creator who has worked on many of our favorite products at places like Apple, Yahoo, Ness Computing, and Wanelo, among others. We discussed everything from teddy bears to social justice - and the profound impact of emotional design.</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://weebly.com\">Weebly</a> and their <a href=\"http://dribbble.com/weebly\">Dribbble team</a></li>\n<li><a href=\"http://invisionapp.com\">InVision</a></li>\n</ul>\n\n\n<a name=\"Marissa.Louie..on.the.Web:\"></a>\n<h5>Marissa Louie on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/malouie\">Twitter</a></li>\n<li><a href=\"http://behance.net/malouie\">Behance</a></li>\n<li><a href=\"https://dribbble.com/malouie\">Dribbble</a></li>\n<li><a href=\"http://mybearbear.com\">BearBear</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>01:05</strong> - Marissa's \"Origin Story\"</p>\n\n<ul>\n<li><a href=\"https://www.yahoo.com/\">Yahoo Homepage + Search</a></li>\n<li><a href=\"http://techcrunch.com/2014/02/06/opentable-ness/\">OpenTable buys Ness</a></li>\n<li><a href=\"http://wanelo.com\">Wanelo</a></li>\n<li><a href=\"http://wanelo.com/malouie\">Marissa on Wanelo</a></li>\n<li><a href=\"http://mybearbear.com\">BearBear, Inc.</a></li>\n</ul>\n\n\n<p><strong>15:45</strong> - How did you transition into building stuffed animals?</p>\n\n<ul>\n<li><a href=\"http://www.mybearbear.com/shop/bearbear-ball-16-in-purple-shaggy\">Bear Ball</a></li>\n</ul>\n\n\n<p><strong>30:00</strong> - What's a product with a really great experience?</p>\n\n<ul>\n<li><a href=\"http://wanelo.com\">Wanelo</a></li>\n</ul>\n\n\n<p><strong>32:00</strong> - Bringing emotion to data-driven products</p>\n\n<ul>\n<li><a href=\"https://search.yahoo.com/search;_ylt=ApVbP6a2sAcvp5oIBSjaMBSbvZx4?p=marissa+louie&amp;toggle=1&amp;cop=mss&amp;ei=UTF-8&amp;fr=yfp-t-707&amp;fp=1\">Yahoo Search Results</a></li>\n<li><a href=\"https://medium.com/@brian_lovin/shanghai-24843f29e25c\">Brian in Shanghai</a></li>\n<li><a href=\"https://itunes.apple.com/us/app/yahoo-weather/id628677149?mt=8\">Yahoo Weather App</a></li>\n</ul>\n\n\n<p><strong>35:00</strong> - Designers Guild</p>\n\n<ul>\n<li><a href=\"https://www.facebook.com/groups/designguild/\">On Facebook</a></li>\n<li><a href=\"http://www.osxyz.co/\">Osandi Sekoú Robinson</a></li>\n<li><a href=\"http://designerfund.com\">Designer Fund</a></li>\n<li><a href=\"https://twitter.com/enriqueallen\">Enrique Allen</a></li>\n<li><a href=\"https://twitter.com/designerbridge\">Designer Bridge</a></li>\n<li><a href=\"http://www.meetup.com/cascadesf/\">UX Night</a></li>\n<li><a href=\"https://twitter.com/andigalpern/\">Andi Galpern</a></li>\n<li><a href=\"https://twitter.com/codeforamerica\">Code for America</a></li>\n<li><a href=\"https://twitter.com/Design_Justice\">Designers Guild for Justice</a></li>\n</ul>\n\n\n<p><strong>44:00</strong> - How can designers best help people?</p>\n\n<ul>\n<li><a href=\"https://twitter.com/Design_Justice/status/543821440316100609\">Flyers</a></li>\n<li>Designers care about people / affect emotions</li>\n<li><a href=\"https://twitter.com/NeiliLecarol\">Neili (Jones) LeCarol</a></li>\n</ul>\n\n\n<p><strong>52:00</strong> - BearBear + charity</p>\n\n<ul>\n<li><a href=\"http://www.worldwildlife.org/\">World Wildlife Fund</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Sun, 08 Feb 2015 22:51:00 -0800</pubDate>\n      <author>shows@spec.fm (Brian Lovin &amp; Bryn Jackson)</author>\n      <enclosure url=\"https://audio.simplecast.com/f3a7a159.mp3\" length=\"27024949\" type=\"audio/mpeg\"/>\n      <itunes:author>Brian Lovin &amp; Bryn Jackson</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/7938/1424592776-artwork.jpg\"/>\n      <itunes:duration>00:56:12</itunes:duration>\n      <itunes:summary>This week we hung out with Marissa Louie - a rather prolific designer, activist, and creator who has worked on many of our favorite products at places like Apple, Yahoo, Ness Computing, and Wanelo, among others. We discussed everything from teddy bears to social justice - and the profound impact of emotional design.\n</itunes:summary>\n      <itunes:subtitle>This week we hung out with Marissa Louie - a rather prolific designer, activist, and creator who has worked on many of our favorite products at places like Apple, Yahoo, Ness Computing, and Wanelo, among others. We discussed everything from teddy bears to</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>7</itunes:episode>\n    </item>\n    <item>\n      <title>5: Squeeze in Some Meat with Your Candy (feat. Gabriel Valdivia)</title>\n      <guid isPermaLink=\"false\">tag:soundcloud,2010:tracks/189129799</guid>\n      <link>http://designdetails.simplecast.fm/6</link>\n      <description>This week we had a chat with Gabriel Valdivia, a Product Designer at Facebook. He's a close friend and a remarkable designer best known for his work at Automatic. We had a great time chatting about a lot of Gabe's favorite things - from prototyping to Serial to meat/candy hybrids.\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we had a chat with Gabriel Valdivia, a Product Designer at Facebook. He's a close friend and a remarkable designer best known for his work at Automatic. We had a great time chatting about a lot of Gabe's favorite things - from prototyping to Serial to meat/candy hybrids.</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://weebly.com\">Weebly</a> and their <a href=\"http://dribbble.com/weebly\">Dribbble team</a></li>\n<li><a href=\"http://invisionapp.com\">InVision</a></li>\n</ul>\n\n\n<a name=\"Gabe.Valdivia.on.the.Web:\"></a>\n<h5>Gabe Valdivia on the Web:</h5>\n\n<ul>\n<li><a href=\"http://gabrielvaldivia.com\">Website</a></li>\n<li><a href=\"https://twitter.com/gabrielvaldivia\">Twitter</a></li>\n<li><a href=\"https://medium.com/@gabrielvaldivia\">Medium</a></li>\n<li><a href=\"https://dribbble.com/gabrielvaldivia\">Dribbble</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>01:45</strong> - Gabe tells us about his upcoming Facebook adventure in London</p>\n\n<ul>\n<li><a href=\"https://www.facebook.com/facebooklondon\">Facebook London</a></li>\n</ul>\n\n\n<p><strong>05:45</strong> - Does the design culture at Facebook encourage bold new ideas?</p>\n\n<ul>\n<li><a href=\"https://www.facebook.com/slingshot\">Slingshot</a></li>\n</ul>\n\n\n<p><strong>07:05</strong> - Gabe shares about his transition from startup life to big corporation</p>\n\n<ul>\n<li><a href=\"https://www.automatic.com\">Automatic</a></li>\n</ul>\n\n\n<p><strong>17:30</strong> - We learn a bit more about Facebook's latest experimental apps</p>\n\n<ul>\n<li><a href=\"https://www.facebook.com/labs\">Facebook Labs</a></li>\n<li><a href=\"http://www.rooms.me\">Rooms</a></li>\n</ul>\n\n\n<p><strong>25:00</strong> - What are the prototyping tools being used at Facebook?</p>\n\n<ul>\n<li><a href=\"https://facebook.github.io/origami/\">Origami</a></li>\n<li><a href=\"http://framerjs.com\">Framer</a></li>\n<li><a href=\"http://bohemiancoding.com/sketch/\">Sketch</a></li>\n<li><a href=\"http://www.pixate.com\">Pixate</a></li>\n</ul>\n\n\n<p><strong>37:00</strong> - How do you design an emotional experience?</p>\n\n<ul>\n<li><a href=\"https://medium.com/@gabrielvaldivia/designing-happiness-ac9c56359df\">Designing Happiness</a></li>\n</ul>\n\n\n<p><strong>45:00</strong> - Jay did it</p>\n\n<ul>\n<li><a href=\"http://serialpodcast.org\">Serial Podcast</a></li>\n</ul>\n\n\n<p><strong>60:00</strong> - Gabe shares about a meaningful mentor in his life</p>\n\n<ul>\n<li><a href=\"https://www.ted.com/speakers/margaret_stewart\">Margaret Stewart</a> <a href=\"https://twitter.com/mags\">Twitter</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 02 Feb 2015 09:21:00 -0800</pubDate>\n      <author>shows@spec.fm (Brian Lovin &amp; Bryn Jackson)</author>\n      <enclosure url=\"https://audio.simplecast.com/f194f517.mp3\" length=\"30734332\" type=\"audio/mpeg\"/>\n      <itunes:author>Brian Lovin &amp; Bryn Jackson</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/7937/1424592774-artwork.jpg\"/>\n      <itunes:duration>01:03:56</itunes:duration>\n      <itunes:summary>This week we had a chat with Gabriel Valdivia, a Product Designer at Facebook. He's a close friend and a remarkable designer best known for his work at Automatic. We had a great time chatting about a lot of Gabe's favorite things - from prototyping to Serial to meat/candy hybrids.\n</itunes:summary>\n      <itunes:subtitle>This week we had a chat with Gabriel Valdivia, a Product Designer at Facebook. He's a close friend and a remarkable designer best known for his work at Automatic. We had a great time chatting about a lot of Gabe's favorite things - from prototyping to Ser</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>6</itunes:episode>\n    </item>\n    <item>\n      <title>4: Meatspace User Onboarding (feat. Kristy Tillman)</title>\n      <guid isPermaLink=\"false\">tag:soundcloud,2010:tracks/187912386</guid>\n      <link>http://designdetails.simplecast.fm/5</link>\n      <description>This week we caught up with Kristy Tillman, a former designer at IDEO who now leads the design charge at Society of Grownups. We had a great time chatting across a huge range of topics, from diversity in tech to meatspace user onboarding!\n</description>\n      <content:encoded>\n        <![CDATA[<p>This week we caught up with Kristy Tillman, a former designer at IDEO who now leads the design charge at Society of Grownups. We had a great time chatting across a huge range of topics, from diversity in tech to meatspace user onboarding!</p>\n\n<p>If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://weebly.com\">Weebly</a> (and their <a href=\"http://dribbble.com/weebly\">Dribbble team</a>)</li>\n<li><a href=\"http://hover.com\">Hover</a> (use coupon code <strong>\"thatshouldbeaplugin\"</strong> to save 10% on your first purchase)</li>\n</ul>\n\n\n<a name=\"Kristy.Tillman.on.the.Web:\"></a>\n<h5>Kristy Tillman on the Web:</h5>\n\n<ul>\n<li><a href=\"https://twitter.com/kristyt\">Twitter</a></li>\n<li><a href=\"http://boycottlettuce.com\">Website</a></li>\n<li><a href=\"https://www.societyofgrownups.com\">Society of Grownups</a></li>\n<li><a href=\"https://www.detroitwaterproject.org\">Detroit Water Project</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>00:00</strong> - We catch up with Kristy about what she's working on</p>\n\n<ul>\n<li><a href=\"https://www.societyofgrownups.com\">Society of Grownups</a></li>\n<li><a href=\"http://www.ideo.com/\">IDEO</a></li>\n<li><a href=\"https://www.detroitwaterproject.org\">Detroit Water Project</a></li>\n</ul>\n\n\n<p><strong>07:00</strong> - We explore some of Kristy's work in helping marginalized communities, including why there's less diversity in tech</p>\n\n<ul>\n<li><a href=\"http://www.nytimes.com/roomfordebate/2014/08/19/the-war-against-online-trolls/women-and-minorities-as-targets-of-attack-online\">NY Times: Women and Minorities as Targets of Attack Online</a></li>\n<li><a href=\"https://blog.twitter.com/2014/building-a-twitter-we-can-be-proud-of\">Twitter</a></li>\n<li><a href=\"https://www.apple.com/diversity/\">Apple</a></li>\n<li><a href=\"http://newsroom.fb.com/news/2014/06/building-a-more-diverse-facebook/\">Facebook</a></li>\n<li><a href=\"http://www.google.com/diversity/at-google.html\">Google</a></li>\n<li><a href=\"http://www.youthdesign.org\">Youth Design</a></li>\n<li><a href=\"http://new.pentagram.com/category/partners/eddie-opara/\">Eddie Opara</a></li>\n<li><a href=\"http://jarederondu.com\">Jared Erondu</a></li>\n</ul>\n\n\n<p><strong>15:30</strong> - Kristy adds context to explaining why there are fewer prominent female designers</p>\n\n<ul>\n<li><a href=\"http://theconfidencecode.com\">The Confidence Code</a></li>\n<li><a href=\"http://leanin.org\">Lean In</a></li>\n<li><a href=\"http://www.theguardian.com/technology/2014/oct/10/microsoft-ceo-satya-nadella-women-dont-ask-for-a-raise\">Satya Nadella: Women, Don't Ask for a Raise</a></li>\n<li><a href=\"http://en.wikipedia.org/wiki/Impostor_syndrome\">Imposter syndrome</a></li>\n</ul>\n\n\n<p><strong>19:00</strong> - We circled back around to talk about Kristy's current work at Society of Grownups</p>\n\n<ul>\n<li><a href=\"https://www.societyofgrownups.com\">Society of Grownups</a></li>\n<li><a href=\"http://youngjerks.com\">Dan Cassaro</a></li>\n<li><a href=\"http://www.erikmarinovich.com\">Erik Marinovich</a></li>\n</ul>\n\n\n<p><strong>36:30</strong> - Kristy explains some of the challenges in hiring for designers and developers on the East Coast</p>\n\n<ul>\n<li><a href=\"https://twitter.com/cmchn\">Christopher Michon</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Sun, 25 Jan 2015 22:17:00 -0800</pubDate>\n      <author>shows@spec.fm (Brian Lovin &amp; Bryn Jackson)</author>\n      <enclosure url=\"https://audio.simplecast.com/852c4827.mp3\" length=\"27360330\" type=\"audio/mpeg\"/>\n      <itunes:author>Brian Lovin &amp; Bryn Jackson</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/7936/1424592772-artwork.jpg\"/>\n      <itunes:duration>00:56:54</itunes:duration>\n      <itunes:summary>This week we caught up with Kristy Tillman, a former designer at IDEO who now leads the design charge at Society of Grownups. We had a great time chatting across a huge range of topics, from diversity in tech to meatspace user onboarding!\n</itunes:summary>\n      <itunes:subtitle>This week we caught up with Kristy Tillman, a former designer at IDEO who now leads the design charge at Society of Grownups. We had a great time chatting across a huge range of topics, from diversity in tech to meatspace user onboarding!\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>5</itunes:episode>\n    </item>\n    <item>\n      <title>3: I'm Tired of Looking at Apps (feat. Wilson Miner)</title>\n      <guid isPermaLink=\"false\">tag:soundcloud,2010:tracks/186729913</guid>\n      <link>http://designdetails.simplecast.fm/4</link>\n      <description>Another Monday means another episode of Design Details! This week we caught up with Wilson Miner, an insanely thoughtful and talented designer well-known for his work at Apple, Rdio and Facebook. In this episode we talked with Wilson about game design, his favorite products and more - we hope you enjoy the show!\n</description>\n      <content:encoded>\n        <![CDATA[<p>Another Monday means another episode of Design Details! This week we caught up with Wilson Miner, an insanely thoughtful and talented designer well-known for his work at Apple, Rdio and Facebook.</p>\n\n<p>In this episode we talked with Wilson about game design, his favorite products and more  - we hope you enjoy the show! If you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or email us directly (<a href=\"&#109;&#97;&#105;&#x6c;&#x74;&#x6f;&#x3a;&#100;&#x65;&#x73;&#105;&#x67;&#x6e;&#x64;&#x65;&#x74;&#x61;&#x69;&#108;&#115;&#x66;&#109;&#64;&#x67;&#109;&#x61;&#x69;&#x6c;&#46;&#99;&#111;&#109;\">&#100;&#101;&#x73;&#x69;&#x67;&#x6e;&#x64;&#x65;&#116;&#x61;&#105;&#x6c;&#x73;&#x66;&#109;&#64;&#x67;&#109;&#97;&#105;&#108;&#46;&#99;&#x6f;&#x6d;</a>)</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://weebly.com\">Weebly</a> and their <a href=\"http://dribbble.com/weebly\">Dribbble team</a></li>\n<li><a href=\"http://hover.com\">Hover</a>, use coupon code \"sovanilla\" to save 10% on your first purchase</li>\n</ul>\n\n\n<a name=\"Wilson.Miner.on.the.Web:\"></a>\n<h5>Wilson Miner on the Web:</h5>\n\n<ul>\n<li><a href=\"http://wilsonminer.com\">Website</a></li>\n<li><a href=\"https://twitter.com/wilsonminer\">Twitter</a></li>\n<li><a href=\"http://vimeo.com/34017777\">When We Build</a></li>\n<li><a href=\"https://dribbble.com/wilsonminer\">Dribbble</a></li>\n<li><a href=\"http://www.quora.com/Wilson-Miner\">Quora</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>2:00</strong></p>\n\n<ul>\n<li><a href=\"https://gigaom.com/2013/06/21/the-factory-janus-friis-todd-berman/\">The Factory</a></li>\n<li><a href=\"http://rdio.com\">Rdio</a></li>\n</ul>\n\n\n<p><strong>3:00</strong></p>\n\n<p> - <a href=\"https://dribbble.com/shots/1647147-Bear-Shark\">Games</a>\n - <a href=\"http://us.battle.net/hearthstone/en/\">Hearthstone</a>\n - <a href=\"http://tableflip.us/\">TableFlip</a>14:10\n - <a href=\"http://framerjs.com/\">Framer</a>\n - <a href=\"https://developer.apple.com/technologies/mac/graphics-and-animation.html\">Quartz Composer</a>\n - <a href=\"https://github.com/timuric/Content-generator-sketch-plugin\">Content Generator Sketch Plugin</a>\n - <a href=\"https://parse.com/\">Parse</a>\n - <a href=\"https://medium.com/@gk3/using-parse-to-power-up-your-framer-prototypes-88cb87009d00\">George Kedenburg's piece on prototyping with Parse and Framer</a>\n - <a href=\"http://www.paintcodeapp.com/\">Paintcode</a> (mistakenly called \"Codepaint\")\n - <a href=\"https://www.facebook.com/origami.qc\">Origami</a>\n - <a href=\"https://www.unrealengine.com/what-is-unreal-engine-4\">Unreal Engine</a>\n - <a href=\"https://docs.unrealengine.com/latest/INT/Engine/Blueprints/index.html\">Blueprints Visual Scripting</a>\n - <a href=\"http://www.pixate.com/\">Pixate</a></p>\n\n<p><strong>27:00</strong></p>\n\n<ul>\n<li><a href=\"http://www.mikematas.com\">Mike Matas</a></li>\n<li><a href=\"http://brandonwalkin.com/\">Brandon Walkin</a></li>\n</ul>\n\n\n<p><strong>34:00</strong></p>\n\n<ul>\n<li><a href=\"http://rynsms.com/\">Ryan Sims</a></li>\n<li><a href=\"http://www.adampolselli.com/\">Adam Polselli</a></li>\n</ul>\n\n\n<p><strong>37:00</strong></p>\n\n<ul>\n<li><a href=\"http://us.battle.net/en/int?r=hearthstone\">Hearthstone</a></li>\n</ul>\n\n\n<p><strong>42:00</strong></p>\n\n<ul>\n<li><a href=\"http://www.imdb.com/title/tt1872181/\">The Amazing Spider-Man 2</a></li>\n<li><a href=\"http://www.imdb.com/title/tt0120667/\">The Fantastic Four</a></li>\n<li><a href=\"http://www.wikiwand.com/en/Batman:_Arkham\">Batman: Arkham series</a></li>\n<li><a href=\"http://www.polygon.com/2014/10/13/6970533/shadow-of-mordors-nemesis-system-is-simpler-than-you-think-and-should\">Shadow of Mordor's Nemesis System</a></li>\n</ul>\n\n\n<p><strong>49:00</strong></p>\n\n<ul>\n<li><a href=\"http://vimeo.com/34017777\">\"When We Build\"</a></li>\n</ul>\n\n\n<p><strong>53:00</strong></p>\n\n<ul>\n<li><a href=\"https://www.youtube.com/watch?v=nU1G0t3c5yc\">\"I guess I just like liking things.\"</a></li>\n</ul>\n\n\n<p><strong>55:00</strong></p>\n\n<ul>\n<li><a href=\"https://imagecomics.com/\">Image Comics</a></li>\n<li><a href=\"http://www.wikiwand.com/en/Robert_Kirkman\">Robert Kirkman</a></li>\n<li><a href=\"https://imagecomics.com/comics/series/saga\">Saga</a></li>\n<li><a href=\"https://imagecomics.com/comics/series/sex-criminals\">Sex Criminals</a></li>\n<li><a href=\"https://twitter.com/mattfraction\">Matt Fraction</a></li>\n<li><a href=\"http://www.buzzfeed.com/thaliaelendil/24-reasons-why-you-should-be-reading-matt-fraction-utvk\">Hawkeye</a></li>\n</ul>\n\n\n<p><strong>1:01:00</strong> - Don't let the frustration own you</p>\n\n<p><strong>1:01:50</strong> - There are no dream jobs</p>\n]]>\n      </content:encoded>\n      <pubDate>Sun, 18 Jan 2015 17:57:00 -0800</pubDate>\n      <author>shows@spec.fm (Brian Lovin &amp; Bryn Jackson)</author>\n      <enclosure url=\"https://audio.simplecast.com/03e161ee.mp3\" length=\"30138089\" type=\"audio/mpeg\"/>\n      <itunes:author>Brian Lovin &amp; Bryn Jackson</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/7935/1424592770-artwork.jpg\"/>\n      <itunes:duration>01:02:41</itunes:duration>\n      <itunes:summary>Another Monday means another episode of Design Details! This week we caught up with Wilson Miner, an insanely thoughtful and talented designer well-known for his work at Apple, Rdio and Facebook. In this episode we talked with Wilson about game design, his favorite products and more - we hope you enjoy the show!\n</itunes:summary>\n      <itunes:subtitle>Another Monday means another episode of Design Details! This week we caught up with Wilson Miner, an insanely thoughtful and talented designer well-known for his work at Apple, Rdio and Facebook. In this episode we talked with Wilson about game design, hi</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>4</itunes:episode>\n    </item>\n    <item>\n      <title>2: So Vanilla (feat. Nick Slater)</title>\n      <guid isPermaLink=\"false\">tag:soundcloud,2010:tracks/185672387</guid>\n      <link>http://designdetails.simplecast.fm/3</link>\n      <description>Here we go, episode two of the Design Details Podcast! This week we caught up with Nick Slater, an insanely talented designer and illustrator doing wonderful work at Palantir.\n</description>\n      <content:encoded>\n        <![CDATA[<p>Here we go, episode two of the Design Details Podcast! This week we caught up with Nick Slater, an insanely talented designer and illustrator doing wonderful work at Palantir. We had <em>a lot</em> of fun recording this show and we really think you'll enjoy it!</p>\n\n<p>Full Disclosure: this episode is a bit longer and does have some strong language.</p>\n\n<p>As always, if you have feedback or suggestions please don't hesitate to reach us on Twitter at <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or <a href=\"mailto:designdetailsfm@gmail.com\">email us directly</a>!</p>\n\n<a name=\"Sponsors:\"></a>\n<h5>Sponsors:</h5>\n\n<ul>\n<li><a href=\"http://weebly.com\">Weebly</a> and their <a href=\"http://dribbble.com/weebly\">Dribbble team</a></li>\n<li><a href=\"http://hover.com\">Hover</a> (use coupon code \"bragdriven\" to save 10% on your first purchase)</li>\n</ul>\n\n\n<a name=\"Nick.Slater.on.the.Web:\"></a>\n<h5>Nick Slater on the Web:</h5>\n\n<ul>\n<li><a href=\"https://dribbble.com/slaterdesign\">Dribbble</a></li>\n<li><a href=\"https://twitter.com/slaterdesign\">Twitter</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>0:05:45</strong> - We dig back into Nick's origins - corgi conversations ensue.</p>\n\n<ul>\n<li><a href=\"http://instagram.com/thorgithecorgi\">Thorgi the Corgi on Instagram</a></li>\n</ul>\n\n\n<p><strong>0:07:00</strong> - We start digging into Nick's journey to joining Palantir.</p>\n\n<ul>\n<li><a href=\"https://www.palantir.com\">Palantir</a></li>\n<li><a href=\"https://dribbble.com/palantir\">Palantir on Dribbble</a></li>\n</ul>\n\n\n<p><strong>0:28:00</strong> - What's it like working with a quickly-growing team of designers?</p>\n\n<ul>\n<li><a href=\"https://dribbble.com/croe\">Collin Roe-Raymond</a></li>\n<li><a href=\"https://dribbble.com/holadaniel\">Daniel Mendez</a></li>\n<li><a href=\"https://dribbble.com/viethuynh\">Viet Huynh</a></li>\n<li><a href=\"https://dribbble.com/sophsophsoph\">Sophia Umansky</a></li>\n<li><a href=\"http://instagram.com/noinstagrammika\">Mika Kunisaki</a></li>\n<li><a href=\"https://dribbble.com/nmelendres\">Nixie Melendres</a></li>\n<li><a href=\"https://dribbble.com/johnjoh\">John Joh</a></li>\n</ul>\n\n\n<p><strong>0:37:00</strong> - Why is there such a huge focus on investing in illustrators at tech companies?</p>\n\n<ul>\n<li><a href=\"https://dribbble.com/RYPEARTS\">Ryan Putnam</a></li>\n<li><a href=\"https://dribbble.com/byalicelee\">Alice Lee</a></li>\n<li><a href=\"https://dribbble.com/justinpervorse\">Justin Pervorse</a></li>\n<li><a href=\"http://cl.ly/ZFxD\">Screenshot of Dropbox's downgrade fishbowl</a></li>\n<li><a href=\"https://www.dropbox.com/guide\">Dropbox Guide</a></li>\n</ul>\n\n\n<p><strong>1:00:00</strong> - Exploring the many Lord of the Rings inside jokes at Palantir.</p>\n\n<ul>\n<li><a href=\"http://www.sciencechannel.com/tv-shows/through-the-wormhole\">Through the Wormhole</a></li>\n<li><a href=\"http://www.gamasutra.com/view/feature/172993/chrono_triggers_design_secrets.php\">Chrono Trigger's Unique Design</a></li>\n<li><a href=\"http://www.wikiwand.com/en/Battletoads_%28video_game%29\">Battletoads</a> (The bad level is <a href=\"https://www.youtube.com/watch?v=idZ9C0Qtj2A\">Wind Tunnel</a>)</li>\n</ul>\n\n\n<p><strong>1:10:30</strong> - Adventure Time</p>\n\n<ul>\n<li><a href=\"http://finegoodsmarket.com/product/homies-pre-order\">Rogie's BMO print</a></li>\n<li><a href=\"https://twitter.com/jakemarsh\">Jake \"Jake the Dog\" Marsh</a></li>\n</ul>\n\n\n<p><strong>1:12:00</strong> - Dribbble and Nick's lack of online presence.</p>\n\n<ul>\n<li><a href=\"https://dribbble.com/simplebits\">Dan Cederholm</a></li>\n<li><a href=\"http://theindustry.cc/2012/02/09/a-real-interview-with-illustrator-nick-slater/\">Interview with Trevor Gerzen</a></li>\n<li><a href=\"http://twitter.com/erondu\">Jared Erondu</a></li>\n<li><a href=\"http://theindustry.cc/\">The Industry</a></li>\n<li>Bob's Donuts' <a href=\"https://www.youtube.com/watch?v=P8B03DTs2xE\">Giant Donut</a></li>\n<li><a href=\"http://www.designdetails.fm/episode-1-feat-sam-soffes/\">Sam Soffes</a></li>\n<li><a href=\"https://dribbble.com/teespring\">Teespring</a></li>\n<li><a href=\"http://brdrck.me\">Jeff Broderick</a></li>\n<li><a href=\"http://brianbenitez.me/\">Brian Benitez</a></li>\n<li><a href=\"http://collectiveray.com\">Collective Ray</a></li>\n</ul>\n\n\n<p><strong>1:20:50</strong> - Nick's motivation for working hard to succeed.</p>\n\n<ul>\n<li><a href=\"http://www.designdetails.fm/episode-1-feat-sam-soffes/\">Brag-Driven Motivation</a></li>\n</ul>\n\n\n<p><strong>1:26:00</strong> - Nick's current projects</p>\n\n<ul>\n<li><a href=\"https://dribbble.com/shots/1813370-Unicorn-Skulls-and-stuffs?list=users&amp;offset=12\">The Unicorn Skull</a></li>\n<li><a href=\"http://www.gomonsterproject.com/\">The Monster Project</a></li>\n<li><a href=\"https://dribbble.com/shots/1840137-The-Monster-Project-Burt?list=users&amp;offset=7\">Nick's Submissions</a></li>\n<li><a href=\"https://dribbble.com/shots/1678948-Corgiboros?list=searches&amp;tag=corgi&amp;offset=12\">The Corgiboros (Not by Nick)</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 12 Jan 2015 06:06:00 -0800</pubDate>\n      <author>shows@spec.fm (Brian Lovin &amp; Bryn Jackson)</author>\n      <enclosure url=\"https://audio.simplecast.com/b73ecdff.mp3\" length=\"53214392\" type=\"audio/mpeg\"/>\n      <itunes:author>Brian Lovin &amp; Bryn Jackson</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/7934/1424592768-artwork.jpg\"/>\n      <itunes:duration>01:50:10</itunes:duration>\n      <itunes:summary>Here we go, episode two of the Design Details Podcast! This week we caught up with Nick Slater, an insanely talented designer and illustrator doing wonderful work at Palantir.\n</itunes:summary>\n      <itunes:subtitle>Here we go, episode two of the Design Details Podcast! This week we caught up with Nick Slater, an insanely talented designer and illustrator doing wonderful work at Palantir.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>3</itunes:episode>\n    </item>\n    <item>\n      <title>1: How Nerdy of an Answer Do You Want? (feat. Sam Soffes)</title>\n      <guid isPermaLink=\"false\">tag:soundcloud,2010:tracks/184597739</guid>\n      <link>http://designdetails.simplecast.fm/2</link>\n      <description>The first episode of Design Details has arrived! For our opening show, we sat down with designer and developer Sam Soffes to talk about his latest project (Whiskey), building in public, brag-driven development and his interest in working as a designer.\n</description>\n      <content:encoded>\n        <![CDATA[<p>The first episode of Design Details has arrived! For our opening show, we sat down with designer and developer <a href=\"http://soff.es\">Sam Soffes</a> to talk about his latest project (<a href=\"http://usewhiskey.com\">Whiskey</a>), building in public, brag-driven development and his interest in working as a designer. This is our first episode and we're learning a lot! We'd love your feedback or suggestions - give a shout on Twitter, <a href=\"https://twitter.com/designdetailsfm\">@designdetailsfm</a> or send us a private <a href=\"mailto:designdetailsfm@gmail.com\">email</a>!</p>\n\n<a name=\"Sam.Soffes.on.the.Web:\"></a>\n<h5>Sam Soffes on the Web:</h5>\n\n<ul>\n<li><a href=\"http://soff.es\">Website / Portfolio</a></li>\n<li><a href=\"https://twitter.com/soffes\">Twitter</a></li>\n<li><a href=\"https://github.com/soffes\">Github</a></li>\n<li><a href=\"http://instagram.com/soffes\">Instagram</a></li>\n<li><a href=\"http://nothingmagical.com\">Nothing Magical</a></li>\n<li><a href=\"http://usewhiskey.com\">Whiskey Markdown Editor</a></li>\n<li><a href=\"http://blog.soff.es\">Sam's Blog</a></li>\n<li><a href=\"http://personalsam.com\">Sam's Video Podcast</a></li>\n<li><a href=\"http://soff.es/about\">More About Sam</a></li>\n<li><a href=\"http://hire.soff.es\">Hire Sam</a></li>\n</ul>\n\n\n<a name=\"Show.Notes:\"></a>\n<h5>Show Notes:</h5>\n\n<p><strong>1:35</strong> - We chat with Sam about his latest labor of love, <a href=\"http://usewhiskey.com\">Whiskey</a>.</p>\n\n<ul>\n<li><a href=\"https://twitter.com/soffes/status/532674781414301696\">Tim Van Damme of Dropbox designed a theme</a></li>\n<li>Sam is building Whiskey in public via feedback on <a href=\"https://twitter.com/soffes\">Twitter</a> and with public <a href=\"http://usewhiskey.com/release-notes\">release notes</a></li>\n</ul>\n\n\n<p><strong>6:30</strong> - We talk about some of Sam's older projects.</p>\n\n<ul>\n<li><a href=\"https://cheddarapp.com\">Cheddar</a> (which we compared to <a href=\"http://whiteboard.co\">Whiteboard</a>)</li>\n<li><a href=\"https://itunes.apple.com/app/shares-2/id717510981?mt=8&amp;ign-mpt=uo%3D4\">Shares</a></li>\n</ul>\n\n\n<p><strong>7:50</strong> - Discussion about the difficulty selling apps, including Cheddar and <a href=\"http://roon.io\">Roon</a></p>\n\n<ul>\n<li><a href=\"https://ghost.org\">Ghost.org</a></li>\n<li><a href=\"http://blog.ghost.org/roon/\">Ghost Acquires Roon</a></li>\n<li><a href=\"https://github.com/TryGhost/Roon\">Roon's open-source Ghost theme</a></li>\n</ul>\n\n\n<p><strong>11:15</strong> - How do you balance freelancing with clients and building your own side projects?</p>\n\n<ul>\n<li><a href=\"http://nothingmagical.com\">Nothing Magical</a></li>\n</ul>\n\n\n<p><strong>12:10</strong> - We dive a bit deeper into the challenges of building Whiskey - what's your product philosophy?</p>\n\n<ul>\n<li><a href=\"http://www.iawriter.com/mac/\">iA Writer</a></li>\n</ul>\n\n\n<p><strong>18:45</strong> - Sam shares a brilliant product development hack.</p>\n\n<ul>\n<li><a href=\"https://cheddarapp.com/changelog\">Example of the changelog process</a></li>\n</ul>\n\n\n<p><strong>22:33</strong> - What does it take to design a text/markdown editor?</p>\n\n<ul>\n<li><a href=\"https://dribbble.com/shots/1452581-Whiskey-App-Icon\">Whiskey App Icon on Dribbble</a></li>\n<li><a href=\"https://dribbble.com/mantia\">Louie Mantia</a></li>\n</ul>\n\n\n<p><strong>26:05</strong> - Sam has built several photo apps; we dive into the process.</p>\n\n<ul>\n<li><a href=\"http://www.tiiny.com\">Tiiny</a></li>\n<li><a href=\"https://twitter.com/kevinrose\">Kevin Rose</a></li>\n<li><a href=\"https://twitter.com/hemeon\">Marc Hemeon</a></li>\n<li><a href=\"https://medium.com/the-official-tiiny-blog/the-making-of-tiiny-60b527757997\">Marc Hemeon's blog post on Building Tiiny</a></li>\n<li><a href=\"http://www.designdetails.fm/wp-content/uploads/2014/12/IMG_0743.png\">A screenshot of Tiiny's onboarding instructions</a></li>\n<li><a href=\"https://github.com/soffes\">Sam on Github</a></li>\n<li><a href=\"http://madewithover.com\">Over</a></li>\n<li><a href=\"https://twitter.com/AaronMarshall\">Aaron Marshall</a></li>\n</ul>\n\n\n<p><strong>37:40</strong> - We chat about Sam's motorcycle trip through South Africa</p>\n\n<ul>\n<li><a href=\"https://www.icloud.com/photostream/#A35qXGF1HdnAZ\">Sam's public photostream</a></li>\n<li><a href=\"http://instagram.com/soffes\">Sam's Instagram</a></li>\n<li><a href=\"http://instagram.com/aaronmarshall\">Aaron Marshall on Instagram</a></li>\n</ul>\n\n\n<p><strong>43:52</strong> - <a href=\"http://youngjerks.com/#/deus-ex-machina/\">Dan Cassaro for Deus</a></p>\n\n<p><strong>44:01</strong> - Sam tells us about designing an onboarding experience in Litely</p>\n\n<ul>\n<li><a href=\"http://lite.ly\">Litely</a></li>\n<li>Litely was named one of Apple's Best Apps of 2014</li>\n</ul>\n\n\n<p><strong>50:50</strong> - Sam talks about his move from development to design. Can taste be learned?</p>\n\n<ul>\n<li><a href=\"http://vimeo.com/113751583\">Aaron Draplin Takes On a Logo Design Challenge</a></li>\n</ul>\n\n\n<p><strong>57:27</strong> - We briefly chat about prototyping and the tools Sam uses.</p>\n\n<ul>\n<li><a href=\"http://bohemiancoding.com/sketch/\">Sketch</a></li>\n<li><a href=\"http://www.sublimetext.com\">Sublime Text</a></li>\n</ul>\n\n]]>\n      </content:encoded>\n      <pubDate>Mon, 05 Jan 2015 07:58:00 -0800</pubDate>\n      <author>shows@spec.fm (Brian Lovin &amp; Bryn Jackson)</author>\n      <enclosure url=\"https://audio.simplecast.com/9287a5ab.mp3\" length=\"28595412\" type=\"audio/mpeg\"/>\n      <itunes:author>Brian Lovin &amp; Bryn Jackson</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/7933/1424592766-artwork.jpg\"/>\n      <itunes:duration>00:59:28</itunes:duration>\n      <itunes:summary>The first episode of Design Details has arrived! For our opening show, we sat down with designer and developer Sam Soffes to talk about his latest project (Whiskey), building in public, brag-driven development and his interest in working as a designer.\n</itunes:summary>\n      <itunes:subtitle>The first episode of Design Details has arrived! For our opening show, we sat down with designer and developer Sam Soffes to talk about his latest project (Whiskey), building in public, brag-driven development and his interest in working as a designer.\n</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>2</itunes:episode>\n    </item>\n    <item>\n      <title>0: Design Details Teaser</title>\n      <guid isPermaLink=\"false\">tag:soundcloud,2010:tracks/179413159</guid>\n      <link>http://designdetails.simplecast.fm/1</link>\n      <description>This is a little teaser recording for us to test our equipment, set up our feeds and get the website up and running. You can subscribe to the podcast by heading to http://designdetails.fm and following on iTunes, RSS or email! The first Design Details episode is coming January 5th, 2015 - stay posted!\n</description>\n      <content:encoded>\n        <![CDATA[<p>This is a little teaser recording for us to test our equipment, set up our feeds and get the website up and running. You can subscribe to the podcast by heading to <a href=\"http://designdetails.fm\">http://designdetails.fm</a> and following on iTunes, RSS or email! The first Design Details episode is coming January 5th, 2015 - stay posted!</p>\n]]>\n      </content:encoded>\n      <pubDate>Sun, 30 Nov 2014 21:49:00 -0800</pubDate>\n      <author>shows@spec.fm (Brian Lovin &amp; Bryn Jackson)</author>\n      <enclosure url=\"https://audio.simplecast.com/f52f3d4b.mp3\" length=\"1066098\" type=\"audio/mpeg\"/>\n      <itunes:author>Brian Lovin &amp; Bryn Jackson</itunes:author>\n      <itunes:image href=\"https://media.simplecast.com/episode/image/7932/1424592764-artwork.jpg\"/>\n      <itunes:duration>00:00:46</itunes:duration>\n      <itunes:summary>This is a little teaser recording for us to test our equipment, set up our feeds and get the website up and running. You can subscribe to the podcast by heading to http://designdetails.fm and following on iTunes, RSS or email! The first Design Details episode is coming January 5th, 2015 - stay posted!\n</itunes:summary>\n      <itunes:subtitle>This is a little teaser recording for us to test our equipment, set up our feeds and get the website up and running. You can subscribe to the podcast by heading to http://designdetails.fm and following on iTunes, RSS or email! The first Design Details epi</itunes:subtitle>\n      <itunes:keywords></itunes:keywords>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:episode>1</itunes:episode>\n    </item>\n  </channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/podcast-feed/giant-bombcast",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<rss xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\" xmlns:atom=\"http://www.w3.org/2005/Atom\" xmlns:media=\"http://search.yahoo.com/mrss/\" version=\"2.0\">\n  <channel xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\" xmlns:atom=\"http://www.w3.org/2005/Atom\" xmlns:media=\"http://search.yahoo.com/mrss/\">\n    <title>Giant Bombcast</title>\n    <description>Giant Bomb discusses the latest video game news and new releases, taste-test questionable beverages, and get wildly off-topic in this weekly podcast.</description>\n    <link>https://www.giantbomb.com</link>\n    <copyright>2008-2018 CBS Interactive</copyright>\n    <language>en-us</language>\n          <itunes:image href=\"https://static.giantbomb.com/uploads/original/11/110673/2927815-3756859778-28940.png?20180530\" />\n            <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb discusses the latest video game news and new releases, taste-test questionable beverages, and get wildly off-topic in this weekly podcast.</itunes:subtitle>\n    <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n    <itunes:summary xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb discusses the latest video game news and new releases, taste-test questionable beverages, and get wildly off-topic in this weekly podcast.</itunes:summary>\n    <atom:link xmlns:atom=\"http://www.w3.org/2005/Atom\" href=\"https://www.giantbomb.com\" rel=\"self\" type=\"application/rss+xml\"/>\n    <itunes:owner xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">\n      <itunes:name>Giant Bomb</itunes:name>\n      <itunes:email>bombcast@giantbomb.com</itunes:email>\n    </itunes:owner>\n                <itunes:category xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\" text=\"Games &amp; Hobbies\">\n        <itunes:category text=\"Video Games\"/>\n      </itunes:category>\n                      <itunes:category xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\" text=\"Technology\">\n        <itunes:category text=\"Gadgets\"/>\n      </itunes:category>\n                      <itunes:category xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\" text=\"Games &amp; Hobbies\">\n        <itunes:category text=\"Other Games\"/>\n      </itunes:category>\n              <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n          <image>\n                  <title>Giant Bombcast</title>\n                  <url>https://static.giantbomb.com/uploads/original/11/110673/2927815-3756859778-28940.png</url>\n                  <link>https://www.giantbomb.com</link>\n                  <width>144</width>\n                  <height>144</height>\n              </image>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n    <media:copyright xmlns:media=\"http://search.yahoo.com/mrss/\">2008-2018 CBS Interactive</media:copyright>\n          <media:thumbnail xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://static.giantbomb.com/uploads/original/11/110673/2927815-3756859778-28940.png?20180530\"/>\n              <media:category xmlns:media=\"http://search.yahoo.com/mrss/\" scheme=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Games &amp; Hobbies/Other Games</media:category>\n          <media:category xmlns:media=\"http://search.yahoo.com/mrss/\" scheme=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Technology/Gadgets</media:category>\n\n          <item>\n        <title>Giant Bombcast 534: Forklift Academy</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-534-forklift-academy/1600-2347/</link>\n        <description>Back on up to the loading dock for the latest scuttlebutt about Blazblue: Cross Tag Battle, Street Fighter&#039;s 30th-ish anniversary, the return of PixelJunk, PUBG lawsuits, the future of PlayStation, and pre-E3 thoughts big and small.</description>\n        <pubDate>Tue, 29 May 2018 16:14:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2347</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Back on up to the loading dock for the latest scuttlebutt about Blazblue: Cross Tag Battle, Street Fighter&#039;s 30th-ish anniversary, the return of PixelJunk, PUBG lawsuits, the future of PlayStation, and pre-E3 thoughts big and small.</itunes:subtitle>\n        <itunes:summary>Back on up to the loading dock for the latest scuttlebutt about Blazblue: Cross Tag Battle, Street Fighter&#039;s 30th-ish anniversary, the return of PixelJunk, PUBG lawsuits, the future of PlayStation, and pre-E3 thoughts big and small.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10233</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/3024269-jh-cfs-forklifts-warehouse-fleet-services-head.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2347/Giant_Bombcast_534__Forklift_Academy-05-29-2018-5923302638.mp3\" fileSize=\"82121339\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2347/Giant_Bombcast_534__Forklift_Academy-05-29-2018-5923302638.mp3\" length=\"82121339\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 533: We&#039;ve Got the Truck Stick!</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-533-weve-got-the-truck-stick/1600-2341/</link>\n        <description>&quot;Scoops&quot; Klepek is in the studio to help walk us through the Black Ops IIII reveal, hands-on with Dreams, the li&#039;l Neo Geo, hard zombie times, and the tyranny of electric sidewalk scooters.</description>\n        <pubDate>Tue, 22 May 2018 15:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2341</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">&quot;Scoops&quot; Klepek is in the studio to help walk us through the Black Ops IIII reveal, hands-on with Dreams, the li&#039;l Neo Geo, hard zombie times, and the tyranny of electric sidewalk scooters.</itunes:subtitle>\n        <itunes:summary>&quot;Scoops&quot; Klepek is in the studio to help walk us through the Black Ops IIII reveal, hands-on with Dreams, the li&#039;l Neo Geo, hard zombie times, and the tyranny of electric sidewalk scooters.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9909</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/3022857-scoop.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2341/Giant_Bombcast_533__We%27ve_Got_the_Truck_Stick!-05-22-2018-9353630249.mp3\" fileSize=\"79523756\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2341/Giant_Bombcast_533__We%27ve_Got_the_Truck_Stick!-05-22-2018-9353630249.mp3\" length=\"79523756\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 532: Hard Onboard</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-532-hard-onboard/1600-2336/</link>\n        <description>The good ship E3 has sprung a few leaks, and Will Smith is here to help us bail as fast as we can. Also: State of Decay 2, Frostpunk, the new Dota Battle Pi... uh, Pass, the Rage 2 announcement, Star Fox Karts, and your emails!</description>\n        <pubDate>Tue, 15 May 2018 16:53:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2336</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The good ship E3 has sprung a few leaks, and Will Smith is here to help us bail as fast as we can. Also: State of Decay 2, Frostpunk, the new Dota Battle Pi... uh, Pass, the Rage 2 announcement, Star Fox Karts, and your emails!</itunes:subtitle>\n        <itunes:summary>The good ship E3 has sprung a few leaks, and Will Smith is here to help us bail as fast as we can. Also: State of Decay 2, Frostpunk, the new Dota Battle Pi... uh, Pass, the Rage 2 announcement, Star Fox Karts, and your emails!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9589</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/3021362-6701992369_fde6ae9b71_o.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2336/Giant_Bombcast_532__Hard_Onboard-05-15-2018-7056233709.mp3\" fileSize=\"76964780\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2336/Giant_Bombcast_532__Hard_Onboard-05-15-2018-7056233709.mp3\" length=\"76964780\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 531: Domestic Beers and Zoolander</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-531-domestic-beers-and-zoolander/1600-2329/</link>\n        <description>Try to hold your pee long enough to listen to us talk about E3 hopes and dreams, VR lightsabers, Nintendo Switch Online, Super Ubi Bros., tragic pinball developments, and the magic of the renaissance faire.</description>\n        <pubDate>Tue, 08 May 2018 15:32:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2329</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Try to hold your pee long enough to listen to us talk about E3 hopes and dreams, VR lightsabers, Nintendo Switch Online, Super Ubi Bros., tragic pinball developments, and the magic of the renaissance faire.</itunes:subtitle>\n        <itunes:summary>Try to hold your pee long enough to listen to us talk about E3 hopes and dreams, VR lightsabers, Nintendo Switch Online, Super Ubi Bros., tragic pinball developments, and the magic of the renaissance faire.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9908</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/3019986-ar-120919641.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2329/Giant_Bombcast_531__Domestic_Beers_and_Zoolander-05-08-2018-9534674870.mp3\" fileSize=\"79518572\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2329/Giant_Bombcast_531__Domestic_Beers_and_Zoolander-05-08-2018-9534674870.mp3\" length=\"79518572\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 530: Olympic Uno</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-530-olympic-uno/1600-2320/</link>\n        <description>Late-game thoughts on God of War, the legality of loot boxes, all kinds of Nintendo goings on, Lunchable heating strategies, memories of lousy music teachers, and a dawning awareness of E3 await in this week&#039;s Bombcast!</description>\n        <pubDate>Tue, 01 May 2018 16:48:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2320</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Late-game thoughts on God of War, the legality of loot boxes, all kinds of Nintendo goings on, Lunchable heating strategies, memories of lousy music teachers, and a dawning awareness of E3 await in this week&#039;s Bombcast!</itunes:subtitle>\n        <itunes:summary>Late-game thoughts on God of War, the legality of loot boxes, all kinds of Nintendo goings on, Lunchable heating strategies, memories of lousy music teachers, and a dawning awareness of E3 await in this week&#039;s Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9948</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/3018248-billy-zane-1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2320/Giant_Bombcast_530__Olympic_Uno-05-01-2018-4536527654.mp3\" fileSize=\"79839596\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2320/Giant_Bombcast_530__Olympic_Uno-05-01-2018-4536527654.mp3\" length=\"79839596\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 529: POLICE USE NUNCHAKU</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-529-police-use-nunchaku/1600-2312/</link>\n        <description>This week we dig into cardboard video games, God of War, Swords of Ditto, Call of Duty&#039;s multiplayer-only future, Valve&#039;s Campo Santo, Neo Geo nostalgia, the great domain-name scam, college martial arts, and a big giant list of E3 maybes.</description>\n        <pubDate>Tue, 24 Apr 2018 15:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2312</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we dig into cardboard video games, God of War, Swords of Ditto, Call of Duty&#039;s multiplayer-only future, Valve&#039;s Campo Santo, Neo Geo nostalgia, the great domain-name scam, college martial arts, and a big giant list of E3 maybes.</itunes:subtitle>\n        <itunes:summary>This week we dig into cardboard video games, God of War, Swords of Ditto, Call of Duty&#039;s multiplayer-only future, Valve&#039;s Campo Santo, Neo Geo nostalgia, the great domain-name scam, college martial arts, and a big giant list of E3 maybes.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10052</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/3016746-screen+shot+2018-04-24+at+2.08.01+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2312/Giant_Bombcast_529__POLICE_USE_NUNCHAKU-04-24-2018-9729320765.mp3\" fileSize=\"80666156\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2312/Giant_Bombcast_529__POLICE_USE_NUNCHAKU-04-24-2018-9729320765.mp3\" length=\"80666156\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 528: Boy!</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-528-boy/1600-2305/</link>\n        <description>This week we talk about the early hours of Kratos and his son&#039;s new adventure, some hardcore boat action, some hardcore &quot;action,&quot; the proper way to enjoy a PB&amp;amp;J sandwich, and way more.</description>\n        <pubDate>Tue, 17 Apr 2018 15:41:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2305</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we talk about the early hours of Kratos and his son&#039;s new adventure, some hardcore boat action, some hardcore &quot;action,&quot; the proper way to enjoy a PB&amp;amp;J sandwich, and way more.</itunes:subtitle>\n        <itunes:summary>This week we talk about the early hours of Kratos and his son&#039;s new adventure, some hardcore boat action, some hardcore &quot;action,&quot; the proper way to enjoy a PB&amp;amp;J sandwich, and way more.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9035</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/3015155-ss_a67605d7a6b219c6b70982b5c6e96711ca8c5ec7.600x338.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2305/bombcast-20180417-04-17-2018-3336541802.mp3\" fileSize=\"72348214\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2305/bombcast-20180417-04-17-2018-3336541802.mp3\" length=\"72348214\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 527: LINE NOISE!!</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-527-line-noise/1600-2298/</link>\n        <description>In the wake of PAX and Wrestlemania, we check in on Extinction, Far Cry 5, Ni no Kuni II, Boss Key&#039;s battle royale, the return of Sam Fisher, GBA excellence, serious piñata management, and the whereabouts of Richard Grieco.</description>\n        <pubDate>Tue, 10 Apr 2018 14:52:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2298</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">In the wake of PAX and Wrestlemania, we check in on Extinction, Far Cry 5, Ni no Kuni II, Boss Key&#039;s battle royale, the return of Sam Fisher, GBA excellence, serious piñata management, and the whereabouts of Richard Grieco.</itunes:subtitle>\n        <itunes:summary>In the wake of PAX and Wrestlemania, we check in on Extinction, Far Cry 5, Ni no Kuni II, Boss Key&#039;s battle royale, the return of Sam Fisher, GBA excellence, serious piñata management, and the whereabouts of Richard Grieco.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9943</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/3011900-33z5hkg.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2298/Giant_Bombcast_527__LINE_NOISE!!-04-10-2018-6997624889.mp3\" fileSize=\"79800620\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2298/Giant_Bombcast_527__LINE_NOISE!!-04-10-2018-6997624889.mp3\" length=\"79800620\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 526: Ultra Mario</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-526-ultra-mario/1600-2287/</link>\n        <description>This week we&#039;re all about old and new arcade games, consoles that did and didn&#039;t exist, and rampant E3 speculation, with a dash of new releases like Minit, Ni no Kuni 2, and Far Cry 5 for good measure!</description>\n        <pubDate>Tue, 03 Apr 2018 16:04:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2287</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we&#039;re all about old and new arcade games, consoles that did and didn&#039;t exist, and rampant E3 speculation, with a dash of new releases like Minit, Ni no Kuni 2, and Far Cry 5 for good measure!</itunes:subtitle>\n        <itunes:summary>This week we&#039;re all about old and new arcade games, consoles that did and didn&#039;t exist, and rampant E3 speculation, with a dash of new releases like Minit, Ni no Kuni 2, and Far Cry 5 for good measure!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9157</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/3010458-screen+shot+2018-04-03+at+3.46.04+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2287/Giant_Bombcast_526__Ultra_Mario-04-03-2018-9847167804.mp3\" fileSize=\"73505900\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2287/Giant_Bombcast_526__Ultra_Mario-04-03-2018-9847167804.mp3\" length=\"73505900\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 525: The Chocolate Mystery</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-525-the-chocolate-mystery/1600-2281/</link>\n        <description>The Giant Bomb Gang gathers to talk about Far Cry 5, gentleman&#039;s club buffets, Ni no Kuni II, Jason&#039;s powered skateboard, new Fortnite records, the latest video game news, your emails, and more!</description>\n        <pubDate>Tue, 27 Mar 2018 15:54:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2281</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Giant Bomb Gang gathers to talk about Far Cry 5, gentleman&#039;s club buffets, Ni no Kuni II, Jason&#039;s powered skateboard, new Fortnite records, the latest video game news, your emails, and more!</itunes:subtitle>\n        <itunes:summary>The Giant Bomb Gang gathers to talk about Far Cry 5, gentleman&#039;s club buffets, Ni no Kuni II, Jason&#039;s powered skateboard, new Fortnite records, the latest video game news, your emails, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9914</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/3008642-faithseed_1080p_gold_1522063841.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2281/giantbombcast525-03-27-2018-7037427971.mp3\" fileSize=\"79377522\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2281/giantbombcast525-03-27-2018-7037427971.mp3\" length=\"79377522\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 524: Rez 2</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-524-rez-2/1600-2270/</link>\n        <description>Mark MacDonald and John Ricciardi swoop in to chat about the state of Japanese games (besides Rez 2, which does not exist), Sea of Thieves, the Fortnite craze, Ubisoft&#039;s newfound freedom, and world-traveling World Warriors.</description>\n        <pubDate>Tue, 20 Mar 2018 15:56:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2270</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Mark MacDonald and John Ricciardi swoop in to chat about the state of Japanese games (besides Rez 2, which does not exist), Sea of Thieves, the Fortnite craze, Ubisoft&#039;s newfound freedom, and world-traveling World Warriors.</itunes:subtitle>\n        <itunes:summary>Mark MacDonald and John Ricciardi swoop in to chat about the state of Japanese games (besides Rez 2, which does not exist), Sea of Thieves, the Fortnite craze, Ubisoft&#039;s newfound freedom, and world-traveling World Warriors.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8585</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/3007380-img_armor01.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2270/Giant_Bombcast_524__Rez_2-03-20-2018-2887727025.mp3\" fileSize=\"68930924\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2270/Giant_Bombcast_524__Rez_2-03-20-2018-2887727025.mp3\" length=\"68930924\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 523: Realistic Wad of Flesh</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-523-realistic-wad-of-flesh/1600-2262/</link>\n        <description>We&#039;ve braved the light drizzle outside to go in on hot topics like Fortnite mobile, Black Ops IIII, Dota subscriptions, the Nintendo Direct, Burnout Paradise Remastered, Into the Breach&#039;s continued dominance, and the mysterious egg beer.</description>\n        <pubDate>Tue, 13 Mar 2018 16:05:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2262</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;ve braved the light drizzle outside to go in on hot topics like Fortnite mobile, Black Ops IIII, Dota subscriptions, the Nintendo Direct, Burnout Paradise Remastered, Into the Breach&#039;s continued dominance, and the mysterious egg beer.</itunes:subtitle>\n        <itunes:summary>We&#039;ve braved the light drizzle outside to go in on hot topics like Fortnite mobile, Black Ops IIII, Dota subscriptions, the Nintendo Direct, Burnout Paradise Remastered, Into the Breach&#039;s continued dominance, and the mysterious egg beer.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10393</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/3005833-img_6269.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2262/Giant_Bombcast_523__Realistic_Wad_of_Flesh-03-13-2018-5028890171.mp3\" fileSize=\"83399873\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2262/Giant_Bombcast_523__Realistic_Wad_of_Flesh-03-13-2018-5028890171.mp3\" length=\"83399873\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 522: Shuckin&#039; Drive</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-522-shuckin-drive/1600-2255/</link>\n        <description>This week Into the Breach is the only thing most of us can think about, but we manage to mix Battlefield: WWII, Hunt: Showdown, Vermintide 2, free Yakuza, Capcom vs. Capcom, good platformer physics, and bad Chrono Trigger into the show for good measure.</description>\n        <pubDate>Tue, 06 Mar 2018 15:25:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2255</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week Into the Breach is the only thing most of us can think about, but we manage to mix Battlefield: WWII, Hunt: Showdown, Vermintide 2, free Yakuza, Capcom vs. Capcom, good platformer physics, and bad Chrono Trigger into the show for good measure.</itunes:subtitle>\n        <itunes:summary>This week Into the Breach is the only thing most of us can think about, but we manage to mix Battlefield: WWII, Hunt: Showdown, Vermintide 2, free Yakuza, Capcom vs. Capcom, good platformer physics, and bad Chrono Trigger into the show for good measure.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9381</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/3004177-screen+shot+2018-03-06+at+2.14.57+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2255/Giant_Bombcast_522__Shuckin%27_Drive-03-06-2018-5969272065.mp3\" fileSize=\"75304395\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2255/Giant_Bombcast_522__Shuckin%27_Drive-03-06-2018-5969272065.mp3\" length=\"75304395\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 521: On the Devil&#039;s Level</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-521-on-the-devils-level/1600-2244/</link>\n        <description>This week we&#039;re obligated to dive deep on the entirety of Metal Gear Survive, plus Into the Breach, Hunt: Showdown, Activision moving and shaking, Switch homebrew, illicit GameStop goings-on, and the class conflict of PapaPriority.</description>\n        <pubDate>Tue, 27 Feb 2018 14:35:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2244</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we&#039;re obligated to dive deep on the entirety of Metal Gear Survive, plus Into the Breach, Hunt: Showdown, Activision moving and shaking, Switch homebrew, illicit GameStop goings-on, and the class conflict of PapaPriority.</itunes:subtitle>\n        <itunes:summary>This week we&#039;re obligated to dive deep on the entirety of Metal Gear Survive, plus Into the Breach, Hunt: Showdown, Activision moving and shaking, Switch homebrew, illicit GameStop goings-on, and the class conflict of PapaPriority.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9394</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/3002083-ikari-6.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2244/Giant_Bombcast_521__On_the_Devil%27s_Level-02-27-2018-1345838760.mp3\" fileSize=\"75405932\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2244/Giant_Bombcast_521__On_the_Devil%27s_Level-02-27-2018-1345838760.mp3\" length=\"75405932\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 520: Nice Meme, Jeff</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-520-nice-meme-jeff/1600-2237/</link>\n        <description>This week on the podcast train, we give up our seat for Metal Gear Survive, hold the door for Burnout Paradise Remastered, glance suspiciously at Atari&#039;s cryptocurrency, and strike up a friendly conversation with your emails.</description>\n        <pubDate>Tue, 20 Feb 2018 15:56:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2237</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week on the podcast train, we give up our seat for Metal Gear Survive, hold the door for Burnout Paradise Remastered, glance suspiciously at Atari&#039;s cryptocurrency, and strike up a friendly conversation with your emails.</itunes:subtitle>\n        <itunes:summary>This week on the podcast train, we give up our seat for Metal Gear Survive, hold the door for Burnout Paradise Remastered, glance suspiciously at Atari&#039;s cryptocurrency, and strike up a friendly conversation with your emails.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8747</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/3000788-seat.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2237/Giant_Bombcast_520__Nice_Meme,_Jeff-02-20-2018-3017409085.mp3\" fileSize=\"70227692\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2237/Giant_Bombcast_520__Nice_Meme,_Jeff-02-20-2018-3017409085.mp3\" length=\"70227692\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 519: Jim Davis Get Paid Dot Biz</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-519-jim-davis-get-paid-dot-biz/1600-2231/</link>\n        <description>We&#039;re on a globetrotting search for lasagna and bootleg Burger King, along the way encountering Monster Hunter: World, the Analogue Super NT, Metroid Prime 4 rumors, Bone Thugs-n-Zelda, and the latest on Billy Mitchell&#039;s MAME adventure.</description>\n        <pubDate>Tue, 13 Feb 2018 15:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2231</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re on a globetrotting search for lasagna and bootleg Burger King, along the way encountering Monster Hunter: World, the Analogue Super NT, Metroid Prime 4 rumors, Bone Thugs-n-Zelda, and the latest on Billy Mitchell&#039;s MAME adventure.</itunes:subtitle>\n        <itunes:summary>We&#039;re on a globetrotting search for lasagna and bootleg Burger King, along the way encountering Monster Hunter: World, the Analogue Super NT, Metroid Prime 4 rumors, Bone Thugs-n-Zelda, and the latest on Billy Mitchell&#039;s MAME adventure.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9420</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2999355-6720322787-DV8mA5NU0AAn6pI.jpg%3Alarge?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2231/Giant_Bombcast_519__Jim_Davis_Get_Paid_Dot_Biz-02-13-2018-1968097559.mp3\" fileSize=\"75614853\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2231/Giant_Bombcast_519__Jim_Davis_Get_Paid_Dot_Biz-02-13-2018-1968097559.mp3\" length=\"75614853\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 518: I&#039;m Known for My Viscous Dips</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-518-im-known-for-my-viscous-dips/1600-2225/</link>\n        <description>Ben returns to the office to find we all got way into Dragon Ball and Monster Hunter in his absence. Only lengthy discussions of hockey jersey numbers, arcade high score controversies, Sword of Sodan, and the Mario movie can return us to normalcy.</description>\n        <pubDate>Tue, 06 Feb 2018 16:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2225</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Ben returns to the office to find we all got way into Dragon Ball and Monster Hunter in his absence. Only lengthy discussions of hockey jersey numbers, arcade high score controversies, Sword of Sodan, and the Mario movie can return us to normalcy.</itunes:subtitle>\n        <itunes:summary>Ben returns to the office to find we all got way into Dragon Ball and Monster Hunter in his absence. Only lengthy discussions of hockey jersey numbers, arcade high score controversies, Sword of Sodan, and the Mario movie can return us to normalcy.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2997786-mms.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2225/Giant_Bombcast_518__I%27m_Known_for_My_Viscous_Dips-02-06-2018-7305267710.mp3\" fileSize=\"1\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2225/Giant_Bombcast_518__I%27m_Known_for_My_Viscous_Dips-02-06-2018-7305267710.mp3\" length=\"1\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 517: Master Roshi&#039;s Adult Bookstore</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-517-master-roshis-adult-bookstore/1600-2214/</link>\n        <description>We can finally talk about Dragon Ball FighterZ and Monster Hunter: World, and we do just that! Also: Celeste, the Sea of Thieves beta, the Anthem delay, old gaming jargon, snakes on a boat, and dubious investment opportunities.</description>\n        <pubDate>Tue, 30 Jan 2018 16:27:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2214</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We can finally talk about Dragon Ball FighterZ and Monster Hunter: World, and we do just that! Also: Celeste, the Sea of Thieves beta, the Anthem delay, old gaming jargon, snakes on a boat, and dubious investment opportunities.</itunes:subtitle>\n        <itunes:summary>We can finally talk about Dragon Ball FighterZ and Monster Hunter: World, and we do just that! Also: Celeste, the Sea of Thieves beta, the Anthem delay, old gaming jargon, snakes on a boat, and dubious investment opportunities.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9195</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2996283-dragon-ball-roshi-993087-1280x0.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2214/Giant_Bombcast_517__Master_Roshi%27s_Adult_Bookstore-01-30-2018-9489931161.mp3\" fileSize=\"73562251\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2214/Giant_Bombcast_517__Master_Roshi%27s_Adult_Bookstore-01-30-2018-9489931161.mp3\" length=\"73562251\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 516: God-Damn ROMs</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-516-god-damn-roms/1600-2209/</link>\n        <description>The news is popping off this week with Nintendo Labo, Xbox&#039;s widened Game Pass, game industry moving and shaking, John Cena&#039;s movie career, and... PlayStation shoes, plus games like Monster Hunter and Dragon Ball we can barely talk about!</description>\n        <pubDate>Tue, 23 Jan 2018 15:14:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2209</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The news is popping off this week with Nintendo Labo, Xbox&#039;s widened Game Pass, game industry moving and shaking, John Cena&#039;s movie career, and... PlayStation shoes, plus games like Monster Hunter and Dragon Ball we can barely talk about!</itunes:subtitle>\n        <itunes:summary>The news is popping off this week with Nintendo Labo, Xbox&#039;s widened Game Pass, game industry moving and shaking, John Cena&#039;s movie career, and... PlayStation shoes, plus games like Monster Hunter and Dragon Ball we can barely talk about!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9776</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2994696-nintendo-labo-toy-920x518.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2209/Giant_Bombcast_516__God-Damn_ROMs-01-23-2018-9599864488.mp3\" fileSize=\"78457772\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2209/Giant_Bombcast_516__God-Damn_ROMs-01-23-2018-9599864488.mp3\" length=\"78457772\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 515: The Bionic Beaver</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-515-the-bionic-beaver/1600-2204/</link>\n        <description>This week we&#039;re hot in pursuit of moose and squirrel, but along the way we run into Street Fighter V: AE, Horizon DLC, Nintendo&#039;s tiny Direct, horrible Silicon Valley beverages, Canadian computers, and thoughts on the state of the arcade scene.</description>\n        <pubDate>Tue, 16 Jan 2018 14:55:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2204</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we&#039;re hot in pursuit of moose and squirrel, but along the way we run into Street Fighter V: AE, Horizon DLC, Nintendo&#039;s tiny Direct, horrible Silicon Valley beverages, Canadian computers, and thoughts on the state of the arcade scene.</itunes:subtitle>\n        <itunes:summary>This week we&#039;re hot in pursuit of moose and squirrel, but along the way we run into Street Fighter V: AE, Horizon DLC, Nintendo&#039;s tiny Direct, horrible Silicon Valley beverages, Canadian computers, and thoughts on the state of the arcade scene.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9782</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2992751-rocky.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2204/Giant_Bombcast_515__The_Bionic_Beaver-01-16-2018-7868364184.mp3\" fileSize=\"78507116\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2204/Giant_Bombcast_515__The_Bionic_Beaver-01-16-2018-7868364184.mp3\" length=\"78507116\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 514: Carpe Light Gun</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-514-carpe-light-gun/1600-2199/</link>\n        <description>Rorie pops in to talk about Jeff&#039;s Reno trip, the latest in VR and TV, some exciting website updates, a Ben check-in, X-Men on the Genesis, and recapturing the magic of arcade light gun games.</description>\n        <pubDate>Tue, 09 Jan 2018 14:59:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2199</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Rorie pops in to talk about Jeff&#039;s Reno trip, the latest in VR and TV, some exciting website updates, a Ben check-in, X-Men on the Genesis, and recapturing the magic of arcade light gun games.</itunes:subtitle>\n        <itunes:summary>Rorie pops in to talk about Jeff&#039;s Reno trip, the latest in VR and TV, some exciting website updates, a Ben check-in, X-Men on the Genesis, and recapturing the magic of arcade light gun games.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9148</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2990655-screen+shot+2018-01-09+at+2.04.40+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2199/Giant_Bombcast_514__Carpe_Light_Gun-01-09-2018-5717888090.mp3\" fileSize=\"73434668\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2199/Giant_Bombcast_514__Carpe_Light_Gun-01-09-2018-5717888090.mp3\" length=\"73434668\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 513: 2018 Stick</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-513-2018-stick/1600-2195/</link>\n        <description>We&#039;re ringing in the new year with chat about a bunch of old years that include Apple II gaming, Usenet archives, Trumpet Winsock, and vector monitors. Oh, there are some new games too. Happy 2018!</description>\n        <pubDate>Tue, 02 Jan 2018 16:51:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2195</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re ringing in the new year with chat about a bunch of old years that include Apple II gaming, Usenet archives, Trumpet Winsock, and vector monitors. Oh, there are some new games too. Happy 2018!</itunes:subtitle>\n        <itunes:summary>We&#039;re ringing in the new year with chat about a bunch of old years that include Apple II gaming, Usenet archives, Trumpet Winsock, and vector monitors. Oh, there are some new games too. Happy 2018!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10131</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2988700-untitled-1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2195/Giant_Bombcast_513__2018_Stick-01-02-2018-1010283381.mp3\" fileSize=\"81304364\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2195/Giant_Bombcast_513__2018_Stick-01-02-2018-1010283381.mp3\" length=\"81304364\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Game of the Year 2017: Day Five Deliberations</title>\n        <link>https://www.giantbomb.com/podcasts/game-of-the-year-2017-day-five-deliberations/1600-2178/</link>\n        <description>This is it! On the fifth and final day we deliver Best Super Mario Odyssey Capture, Best Cast of Characters, Worst Game (That We Played), and Best Game.</description>\n        <pubDate>Fri, 29 Dec 2017 08:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2178</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This is it! On the fifth and final day we deliver Best Super Mario Odyssey Capture, Best Cast of Characters, Worst Game (That We Played), and Best Game.</itunes:subtitle>\n        <itunes:summary>This is it! On the fifth and final day we deliver Best Super Mario Odyssey Capture, Best Cast of Characters, Worst Game (That We Played), and Best Game.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">23935</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2984151-goty-day5.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2178/Game_of_the_Year_2017__Day_Five_Deliberations_7b8jq4ss-12-29-2017-8709952550.mp3\" fileSize=\"191730122\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2178/Game_of_the_Year_2017__Day_Five_Deliberations_7b8jq4ss-12-29-2017-8709952550.mp3\" length=\"191730122\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Game of the Year 2017: Day Four Deliberations</title>\n        <link>https://www.giantbomb.com/podcasts/game-of-the-year-2017-day-four-deliberations/1600-2175/</link>\n        <description>It&#039;s day four of the awards, and that means it&#039;s time for Best Debut, Best Styyyyyyyyyyyyyyyyyle, Best New Character, and Best Story.</description>\n        <pubDate>Thu, 28 Dec 2017 08:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2175</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s day four of the awards, and that means it&#039;s time for Best Debut, Best Styyyyyyyyyyyyyyyyyle, Best New Character, and Best Story.</itunes:subtitle>\n        <itunes:summary>It&#039;s day four of the awards, and that means it&#039;s time for Best Debut, Best Styyyyyyyyyyyyyyyyyle, Best New Character, and Best Story.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">15808</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2984150-goty-day4.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2175/Game_of_the_Year_2017__Day_Four_Deliberations_jrrcehw9-12-28-2017-0777003137.mp3\" fileSize=\"126719286\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2175/Game_of_the_Year_2017__Day_Four_Deliberations_jrrcehw9-12-28-2017-0777003137.mp3\" length=\"126719286\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Game of the Year 2017: Day Three Deliberations</title>\n        <link>https://www.giantbomb.com/podcasts/game-of-the-year-2017-day-three-deliberations/1600-2174/</link>\n        <description>On the third day of Game of the Year, my true love gave to me Best World, PLEASE STOP, Best Wolfenstein II Moment or Sequence, and Best Sequence.</description>\n        <pubDate>Wed, 27 Dec 2017 08:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2174</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">On the third day of Game of the Year, my true love gave to me Best World, PLEASE STOP, Best Wolfenstein II Moment or Sequence, and Best Sequence.</itunes:subtitle>\n        <itunes:summary>On the third day of Game of the Year, my true love gave to me Best World, PLEASE STOP, Best Wolfenstein II Moment or Sequence, and Best Sequence.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">20118</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2984148-goty-day3.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2174/Game_of_the_Year_2017__Day_Three_Deliberations_zujd8dsh-12-27-2017-1414719717.mp3\" fileSize=\"161201338\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2174/Game_of_the_Year_2017__Day_Three_Deliberations_zujd8dsh-12-27-2017-1414719717.mp3\" length=\"161201338\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Game of the Year 2017: Day Two Deliberations</title>\n        <link>https://www.giantbomb.com/podcasts/game-of-the-year-2017-day-two-deliberations/1600-2172/</link>\n        <description>Day two brings cheer, nog, Best Multiplayer, Hottest Mess, Best Surprise, and Best Music.</description>\n        <pubDate>Tue, 26 Dec 2017 08:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2172</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Day two brings cheer, nog, Best Multiplayer, Hottest Mess, Best Surprise, and Best Music.</itunes:subtitle>\n        <itunes:summary>Day two brings cheer, nog, Best Multiplayer, Hottest Mess, Best Surprise, and Best Music.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">18871</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2984149-goty-day2.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2172/Game_of_the_Year_2017__Day_Two_Deliberations_opa92h01-12-26-2017-1173670037.mp3\" fileSize=\"151220681\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2172/Game_of_the_Year_2017__Day_Two_Deliberations_opa92h01-12-26-2017-1173670037.mp3\" length=\"151220681\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Game of the Year 2017: Day One Deliberations</title>\n        <link>https://www.giantbomb.com/podcasts/game-of-the-year-2017-day-one-deliberations/1600-2171/</link>\n        <description>Ye olde video game arguments commence with 2017&#039;s Old Game of the Year, Best Shopkeeper, Most Disappointing Game, and Best Looking Game.</description>\n        <pubDate>Mon, 25 Dec 2017 08:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2171</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Ye olde video game arguments commence with 2017&#039;s Old Game of the Year, Best Shopkeeper, Most Disappointing Game, and Best Looking Game.</itunes:subtitle>\n        <itunes:summary>Ye olde video game arguments commence with 2017&#039;s Old Game of the Year, Best Shopkeeper, Most Disappointing Game, and Best Looking Game.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">14992</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2984147-goty-day1.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2171/Game_of_the_Year_2017__Day_One_Deliberations_j8df1shs-12-25-2017-4571461793.mp3\" fileSize=\"120190554\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2171/Game_of_the_Year_2017__Day_One_Deliberations_j8df1shs-12-25-2017-4571461793.mp3\" length=\"120190554\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Seasons Greetings From Giant Bomb</title>\n        <link>https://www.giantbomb.com/podcasts/seasons-greetings-from-giant-bomb/1600-2187/</link>\n        <description>A message of thanks, and some quick housekeeping on our upcoming Game of the Year schedule.</description>\n        <pubDate>Fri, 22 Dec 2017 08:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2187</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">A message of thanks, and some quick housekeeping on our upcoming Game of the Year schedule.</itunes:subtitle>\n        <itunes:summary>A message of thanks, and some quick housekeeping on our upcoming Game of the Year schedule.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">612</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2984818-christmas-wreath-69130_960_720.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2187/Seasons_Greetings_From_Giant_Bomb-12-20-2017-2604018215.mp3\" fileSize=\"5149278\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2187/Seasons_Greetings_From_Giant_Bomb-12-20-2017-2604018215.mp3\" length=\"5149278\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 512: Nectar From Hector</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-512-nectar-from-hector/1600-2184/</link>\n        <description>Procedural building maintenance can&#039;t stop us (for long) from talking about the greatest of the Jaguar, competitive Catherine, how to Get Over It, eggs any style, crypto-gamer-cash, and your final emails of 2017.</description>\n        <pubDate>Tue, 19 Dec 2017 15:48:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2184</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Procedural building maintenance can&#039;t stop us (for long) from talking about the greatest of the Jaguar, competitive Catherine, how to Get Over It, eggs any style, crypto-gamer-cash, and your final emails of 2017.</itunes:subtitle>\n        <itunes:summary>Procedural building maintenance can&#039;t stop us (for long) from talking about the greatest of the Jaguar, competitive Catherine, how to Get Over It, eggs any style, crypto-gamer-cash, and your final emails of 2017.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9226</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2984540-27507-trevor-mcfur-in-the-crescent-galaxy-jaguar-screenshot-an-introduction.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2184/Giant_Bombcast_512__Nectar_From_Hector-12-19-2017-7856608231.mp3\" fileSize=\"74059052\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2184/Giant_Bombcast_512__Nectar_From_Hector-12-19-2017-7856608231.mp3\" length=\"74059052\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 511: Baby in a Jar</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-511-baby-in-a-jar/1600-2169/</link>\n        <description>It may be December, but there&#039;s plenty of news in the wake of the Game Awards and PSX. Also: PUBG on Xbox, the Monster Hunter World beta, Fighting EX Layer, Slurpee opportunities, and more!</description>\n        <pubDate>Tue, 12 Dec 2017 13:24:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2169</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It may be December, but there&#039;s plenty of news in the wake of the Game Awards and PSX. Also: PUBG on Xbox, the Monster Hunter World beta, Fighting EX Layer, Slurpee opportunities, and more!</itunes:subtitle>\n        <itunes:summary>It may be December, but there&#039;s plenty of news in the wake of the Game Awards and PSX. Also: PUBG on Xbox, the Monster Hunter World beta, Fighting EX Layer, Slurpee opportunities, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7344</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2982100-untitled-1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2169/Giant_Bombcast_511__Baby_in_a_Jar-12-12-2017-5809630447.mp3\" fileSize=\"59009324\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2169/Giant_Bombcast_511__Baby_in_a_Jar-12-12-2017-5809630447.mp3\" length=\"59009324\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 510: Ken&#039;s Alpha Hair</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-510-kens-alpha-hair/1600-2165/</link>\n        <description>We take a break from GOTY deliberations to talk about... other video games, the Mario cereal, improv teams, Mega Men, old arcade boards, and undercover narcs!</description>\n        <pubDate>Tue, 05 Dec 2017 15:26:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2165</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We take a break from GOTY deliberations to talk about... other video games, the Mario cereal, improv teams, Mega Men, old arcade boards, and undercover narcs!</itunes:subtitle>\n        <itunes:summary>We take a break from GOTY deliberations to talk about... other video games, the Mario cereal, improv teams, Mega Men, old arcade boards, and undercover narcs!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9691</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2980845-cn6.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2165/Giant_Bombcast_510__Ken%27s_Alpha_Hair-12-05-2017-4488505937.mp3\" fileSize=\"77785019\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2165/Giant_Bombcast_510__Ken%27s_Alpha_Hair-12-05-2017-4488505937.mp3\" length=\"77785019\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 509: Tom Nook&#039;s Grim Rictus</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-509-tom-nooks-grim-rictus/1600-2159/</link>\n        <description>Our impossibly full studio brings you a chaotic discussion of the games of the day, live trivia play, the dire state of loot boxes, the meats of the Mushroom Kingdom, and the ongoing mystery of the fingernail bandit.</description>\n        <pubDate>Tue, 28 Nov 2017 15:58:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2159</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Our impossibly full studio brings you a chaotic discussion of the games of the day, live trivia play, the dire state of loot boxes, the meats of the Mushroom Kingdom, and the ongoing mystery of the fingernail bandit.</itunes:subtitle>\n        <itunes:summary>Our impossibly full studio brings you a chaotic discussion of the games of the day, live trivia play, the dire state of loot boxes, the meats of the Mushroom Kingdom, and the ongoing mystery of the fingernail bandit.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10762</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2979004-cwl-2o1ueaa8dp-.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2159/Giant_Bombcast_509__Tom_Nook%27s_Grim_Rictus-11-28-2017-2446664970.mp3\" fileSize=\"86351084\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2159/Giant_Bombcast_509__Tom_Nook%27s_Grim_Rictus-11-28-2017-2446664970.mp3\" length=\"86351084\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 508: Xfinity Heavy Industries</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-508-xfinity-heavy-industries/1600-2153/</link>\n        <description>Loot boxes keep rearing their randomized heads all through this podcast, but we also manage to chat at length about our GOTY cram lists, Battle Chef Brigade, the perilous fate of the Trap Trebek, baby shampoo taste tests, and definitely not what the best </description>\n        <pubDate>Tue, 21 Nov 2017 15:44:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2153</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Loot boxes keep rearing their randomized heads all through this podcast, but we also manage to chat at length about our GOTY cram lists, Battle Chef Brigade, the perilous fate of the Trap Trebek, baby shampoo taste tests, and definitely not what the best </itunes:subtitle>\n        <itunes:summary>Loot boxes keep rearing their randomized heads all through this podcast, but we also manage to chat at length about our GOTY cram lists, Battle Chef Brigade, the perilous fate of the Trap Trebek, baby shampoo taste tests, and definitely not what the best </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9915</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2976936-freescott2.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2153/Giant_Bombcast_508__Xfinity_Heavy_Industries-11-21-2017-3753861277.mp3\" fileSize=\"79575020\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2153/Giant_Bombcast_508__Xfinity_Heavy_Industries-11-21-2017-3753861277.mp3\" length=\"79575020\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 507: Mon Martha</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-507-mon-martha/1600-2133/</link>\n        <description>This week we&#039;re cramming in games new and old, from Battlefront II and Mario Odyssey to Nier and Horizon, with a dash of EA acquisitions, Mario movies, Xbox One X sales, prank call analysis, discarded Sega hardware, and a brand new producer!</description>\n        <pubDate>Tue, 14 Nov 2017 14:18:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2133</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we&#039;re cramming in games new and old, from Battlefront II and Mario Odyssey to Nier and Horizon, with a dash of EA acquisitions, Mario movies, Xbox One X sales, prank call analysis, discarded Sega hardware, and a brand new producer!</itunes:subtitle>\n        <itunes:summary>This week we&#039;re cramming in games new and old, from Battlefront II and Mario Odyssey to Nier and Horizon, with a dash of EA acquisitions, Mario movies, Xbox One X sales, prank call analysis, discarded Sega hardware, and a brand new producer!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8599</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2975390-sonic-and-pokemon-knuckle-anime-tattoo.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2133/Giant_Bombcast_507__Mon_Martha-11-14-2017-6166844816.mp3\" fileSize=\"69049196\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2133/Giant_Bombcast_507__Mon_Martha-11-14-2017-6166844816.mp3\" length=\"69049196\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 506: CornFights.com</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-506-cornfightscom/1600-2128/</link>\n        <description>This week it takes us two hours to talk through all the big new releases flying to and fro, and that&#039;s before we even get to Blizzcon news, industry downsizing, trophies 4 cash, the perfect Street Fighter, and historic Monopoly scams.</description>\n        <pubDate>Tue, 07 Nov 2017 15:43:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2128</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week it takes us two hours to talk through all the big new releases flying to and fro, and that&#039;s before we even get to Blizzcon news, industry downsizing, trophies 4 cash, the perfect Street Fighter, and historic Monopoly scams.</itunes:subtitle>\n        <itunes:summary>This week it takes us two hours to talk through all the big new releases flying to and fro, and that&#039;s before we even get to Blizzcon news, industry downsizing, trophies 4 cash, the perfect Street Fighter, and historic Monopoly scams.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10219</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2974032-screen+shot+2017-11-07+at+3.41.48+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2128/Giant_Bombcast_506__CornFights.com-11-07-2017-8794673402.mp3\" fileSize=\"82006316\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2128/Giant_Bombcast_506__CornFights.com-11-07-2017-8794673402.mp3\" length=\"82006316\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 505: Put the Suit Jacket On, It&#039;s Time!</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-505-put-the-suit-jacket-on-its-time/1600-2122/</link>\n        <description>Greg Chiller... sorry, Miller joins us for a terrifying Halloween show full of Wolfenstein II, Mario Odyssey, Sony&#039;s Paris Games Week showing, the fate of the Visceral Games, and some really bad costumes.</description>\n        <pubDate>Tue, 31 Oct 2017 16:54:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2122</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Greg Chiller... sorry, Miller joins us for a terrifying Halloween show full of Wolfenstein II, Mario Odyssey, Sony&#039;s Paris Games Week showing, the fate of the Visceral Games, and some really bad costumes.</itunes:subtitle>\n        <itunes:summary>Greg Chiller... sorry, Miller joins us for a terrifying Halloween show full of Wolfenstein II, Mario Odyssey, Sony&#039;s Paris Games Week showing, the fate of the Visceral Games, and some really bad costumes.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10812</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2972994-wolfenstein-ii-the-new-colossus.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2122/Giant_Bombcast_505__Put_the_Suit_Jacket_On,_It%27s_Time!-10-31-2017-3595942213.mp3\" fileSize=\"86747564\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2122/Giant_Bombcast_505__Put_the_Suit_Jacket_On,_It%27s_Time!-10-31-2017-3595942213.mp3\" length=\"86747564\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 504: Tell Kent&#039;s Wife Where the Stuff Is</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-504-tell-kents-wife-where-the-stuff/1600-2117/</link>\n        <description>Virtual Reality&#039;s own Will Smith joins us to gab about Fire Emblem Warriors, PUBG hacks, secret Switch firmware, new Hitman stuff, old Xbox games, more storage units, and the recent allegations roiling the industry.</description>\n        <pubDate>Tue, 24 Oct 2017 16:11:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2117</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Virtual Reality&#039;s own Will Smith joins us to gab about Fire Emblem Warriors, PUBG hacks, secret Switch firmware, new Hitman stuff, old Xbox games, more storage units, and the recent allegations roiling the industry.</itunes:subtitle>\n        <itunes:summary>Virtual Reality&#039;s own Will Smith joins us to gab about Fire Emblem Warriors, PUBG hacks, secret Switch firmware, new Hitman stuff, old Xbox games, more storage units, and the recent allegations roiling the industry.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11646</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2971528-screen+shot+2017-10-24+at+3.48.26+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2117/Giant_Bombcast_504__Tell_Kent%27s_Wife_Where_the_Stuff_Is-10-24-2017-3228213662.mp3\" fileSize=\"93422980\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2117/Giant_Bombcast_504__Tell_Kent%27s_Wife_Where_the_Stuff_Is-10-24-2017-3228213662.mp3\" length=\"93422980\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 503: Virtual Kevtris</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-503-virtual-kevtris/1600-2113/</link>\n        <description>This week&#039;s scrappy show covers Gran Turismo Sport, The Evil Within 2, Super NES wizardry, the shocking closure of Visceral Games, the latest VR goings on, runaway segment music, and your emails!</description>\n        <pubDate>Tue, 17 Oct 2017 16:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2113</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week&#039;s scrappy show covers Gran Turismo Sport, The Evil Within 2, Super NES wizardry, the shocking closure of Visceral Games, the latest VR goings on, runaway segment music, and your emails!</itunes:subtitle>\n        <itunes:summary>This week&#039;s scrappy show covers Gran Turismo Sport, The Evil Within 2, Super NES wizardry, the shocking closure of Visceral Games, the latest VR goings on, runaway segment music, and your emails!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9963</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2969998-screen+shot+2017-10-17+at+4.02.42+pm.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2113/Giant_Bombcast_503__Virtual_Kevtris-10-17-2017-9066751119.mp3\" fileSize=\"79960723\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2113/Giant_Bombcast_503__Virtual_Kevtris-10-17-2017-9066751119.mp3\" length=\"79960723\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 502: Bad Wood</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-502-bad-wood/1600-2108/</link>\n        <description>We&#039;ve come through the smoke and flame to talk about Shadow of War (and its loot boxes), the truth about Mugman, Street Fighter V&#039;s Arcade Edition, many much Gundam Versus, shower spiders, Erik Estrada, and disturbing genetic facts.</description>\n        <pubDate>Tue, 10 Oct 2017 15:41:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2108</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;ve come through the smoke and flame to talk about Shadow of War (and its loot boxes), the truth about Mugman, Street Fighter V&#039;s Arcade Edition, many much Gundam Versus, shower spiders, Erik Estrada, and disturbing genetic facts.</itunes:subtitle>\n        <itunes:summary>We&#039;ve come through the smoke and flame to talk about Shadow of War (and its loot boxes), the truth about Mugman, Street Fighter V&#039;s Arcade Edition, many much Gundam Versus, shower spiders, Erik Estrada, and disturbing genetic facts.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10197</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2968829-gene.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2108/Giant_Bombcast_502__Bad_Wood-10-10-2017-6953055503.mp3\" fileSize=\"81832971\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2108/Giant_Bombcast_502__Bad_Wood-10-10-2017-6953055503.mp3\" length=\"81832971\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 501: Wavy Tube Physics</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-501-wavy-tube-physics/1600-2101/</link>\n        <description>The spookiest month begins with indie favs like Steamworld Dig 2 and Cuphead, a Destiny 2 raid post-mortem, Forza progression woes, Red Dead 2 trailer impressions, bootleg Star Fox 2 carts, and your b-mails!</description>\n        <pubDate>Tue, 03 Oct 2017 15:19:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2101</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The spookiest month begins with indie favs like Steamworld Dig 2 and Cuphead, a Destiny 2 raid post-mortem, Forza progression woes, Red Dead 2 trailer impressions, bootleg Star Fox 2 carts, and your b-mails!</itunes:subtitle>\n        <itunes:summary>The spookiest month begins with indie favs like Steamworld Dig 2 and Cuphead, a Destiny 2 raid post-mortem, Forza progression woes, Red Dead 2 trailer impressions, bootleg Star Fox 2 carts, and your b-mails!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10500</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2967791-dims.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2101/Giant_Bombcast_501__Wavy_Tube_Physics-10-03-2017-3776220030.mp3\" fileSize=\"84256925\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2101/Giant_Bombcast_501__Wavy_Tube_Physics-10-03-2017-3776220030.mp3\" length=\"84256925\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 500: Half Jax</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-500-half-jax/1600-2096/</link>\n        <description>After pondering the advanced age of this podcast, we get back to business with Ruiner, Hob, Destiny 2 raid prep, Battle Royale beef, hopes and dreams for Borderlands 3, and thoughts on our tolerance for cold nuggs.</description>\n        <pubDate>Tue, 26 Sep 2017 16:20:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2096</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">After pondering the advanced age of this podcast, we get back to business with Ruiner, Hob, Destiny 2 raid prep, Battle Royale beef, hopes and dreams for Borderlands 3, and thoughts on our tolerance for cold nuggs.</itunes:subtitle>\n        <itunes:summary>After pondering the advanced age of this podcast, we get back to business with Ruiner, Hob, Destiny 2 raid prep, Battle Royale beef, hopes and dreams for Borderlands 3, and thoughts on our tolerance for cold nuggs.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10061</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2966473-9699127890-DKrUO2cWsAU2MUU.jpg%3Alarge?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2096/Giant_Bombcast_500__Half_Jax-09-26-2017-9177849808.mp3\" fileSize=\"80740216\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2096/Giant_Bombcast_500__Half_Jax-09-26-2017-9177849808.mp3\" length=\"80740216\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 499: The Huge Dudes</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-499-the-huge-dudes/1600-2090/</link>\n        <description>Ben and Jason gives us a deep dive on Marvel vs. Capcom: Infinite, we try to shake our endgame Destiny 2 addiction, the words &quot;Grand Theft Auto VI&quot; are spoken, and Tokyo Game Show looms!</description>\n        <pubDate>Tue, 19 Sep 2017 16:17:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2090</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Ben and Jason gives us a deep dive on Marvel vs. Capcom: Infinite, we try to shake our endgame Destiny 2 addiction, the words &quot;Grand Theft Auto VI&quot; are spoken, and Tokyo Game Show looms!</itunes:subtitle>\n        <itunes:summary>Ben and Jason gives us a deep dive on Marvel vs. Capcom: Infinite, we try to shake our endgame Destiny 2 addiction, the words &quot;Grand Theft Auto VI&quot; are spoken, and Tokyo Game Show looms!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9890</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2965092-huge.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2090/Giant_Bombcast_499__The_Huge_Dudes-09-19-2017-7168048115.mp3\" fileSize=\"79376206\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2090/Giant_Bombcast_499__The_Huge_Dudes-09-19-2017-7168048115.mp3\" length=\"79376206\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 498: Cat Spanker&#039;s Alley</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-498-cat-spankers-alley/1600-2082/</link>\n        <description>This week it&#039;s hard to talk about anything besides Destiny 2, but we also touch on Fortnite&#039;s Battlegrounds, the second coming of the NES Classic, bad YouTube behavior, worthless video game systems, Mario&#039;s embrace of the bourgeoisie, and Kinects in casin</description>\n        <pubDate>Tue, 12 Sep 2017 15:49:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2082</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week it&#039;s hard to talk about anything besides Destiny 2, but we also touch on Fortnite&#039;s Battlegrounds, the second coming of the NES Classic, bad YouTube behavior, worthless video game systems, Mario&#039;s embrace of the bourgeoisie, and Kinects in casin</itunes:subtitle>\n        <itunes:summary>This week it&#039;s hard to talk about anything besides Destiny 2, but we also touch on Fortnite&#039;s Battlegrounds, the second coming of the NES Classic, bad YouTube behavior, worthless video game systems, Mario&#039;s embrace of the bourgeoisie, and Kinects in casin</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10342</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2963791-db-cooper_wantedposter_ek-1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2082/Giant_Bombcast_498__Cat_Spanker%27s_Alley-09-12-2017-4992856535.mp3\" fileSize=\"82986747\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2082/Giant_Bombcast_498__Cat_Spanker%27s_Alley-09-12-2017-4992856535.mp3\" length=\"82986747\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 497: Tasteful but Stupid</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-497-tasteful-but-stupid/1600-2078/</link>\n        <description>PAX pox and heat waves can&#039;t stop us from convening for some real early Destiny 2 impressions, more on Mario + Rabbids, a quick PAX indie roundup, musings about mobile Puzzle Fighter, and the grave injustice of SNES cart reproductions.</description>\n        <pubDate>Tue, 05 Sep 2017 15:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2078</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">PAX pox and heat waves can&#039;t stop us from convening for some real early Destiny 2 impressions, more on Mario + Rabbids, a quick PAX indie roundup, musings about mobile Puzzle Fighter, and the grave injustice of SNES cart reproductions.</itunes:subtitle>\n        <itunes:summary>PAX pox and heat waves can&#039;t stop us from convening for some real early Destiny 2 impressions, more on Mario + Rabbids, a quick PAX indie roundup, musings about mobile Puzzle Fighter, and the grave injustice of SNES cart reproductions.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8908</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2961300-1635783959-DI_MxClXcAEr_no.jpg%3Alarge?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2078/Giant_Bombcast_497__Tasteful_but_Stupid-09-05-2017-0643113454.mp3\" fileSize=\"71517529\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2078/Giant_Bombcast_497__Tasteful_but_Stupid-09-05-2017-0643113454.mp3\" length=\"71517529\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 496: SiN Is My Half-Life</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-496-sin-is-my-half-life/1600-2072/</link>\n        <description>This week we talk about kinky rabbids, the Half-Life that wasn&#039;t, martial arts Dark Souls, the Switch voice chat boondoggle, the crime of butter on sandwiches, and your emails!</description>\n        <pubDate>Tue, 29 Aug 2017 15:02:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2072</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we talk about kinky rabbids, the Half-Life that wasn&#039;t, martial arts Dark Souls, the Switch voice chat boondoggle, the crime of butter on sandwiches, and your emails!</itunes:subtitle>\n        <itunes:summary>This week we talk about kinky rabbids, the Half-Life that wasn&#039;t, martial arts Dark Souls, the Switch voice chat boondoggle, the crime of butter on sandwiches, and your emails!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10196</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2960108-5057886510-DIa0dk5UMAAf9ua.jpg%3Alarge?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2072/Giant_Bombcast_496__SiN_Is_My_Half-Life-08-29-2017-1371491477.mp3\" fileSize=\"81821477\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2072/Giant_Bombcast_496__SiN_Is_My_Half-Life-08-29-2017-1371491477.mp3\" length=\"81821477\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 495: Sludge Trudgin&#039;</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-495-sludge-trudgin/1600-2065/</link>\n        <description>We&#039;ve played a ton of games and now we&#039;re talking about &#039;em! Among them are Uncharted: The Lost Legacy, Sonic Mania, Agents of Mayhem, Marvel vs. Capcom: Infinite, Monster Hunter: World, Dauntless, and MatterFall. Also: Gamescom! Also: scorpions!</description>\n        <pubDate>Tue, 22 Aug 2017 15:25:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2065</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;ve played a ton of games and now we&#039;re talking about &#039;em! Among them are Uncharted: The Lost Legacy, Sonic Mania, Agents of Mayhem, Marvel vs. Capcom: Infinite, Monster Hunter: World, Dauntless, and MatterFall. Also: Gamescom! Also: scorpions!</itunes:subtitle>\n        <itunes:summary>We&#039;ve played a ton of games and now we&#039;re talking about &#039;em! Among them are Uncharted: The Lost Legacy, Sonic Mania, Agents of Mayhem, Marvel vs. Capcom: Infinite, Monster Hunter: World, Dauntless, and MatterFall. Also: Gamescom! Also: scorpions!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10825</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2958693-gargoyle.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2065/Giant_Bombcast_495__Sludge_Trudgin%27-08-22-2017-8879187273.mp3\" fileSize=\"86853540\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2065/Giant_Bombcast_495__Sludge_Trudgin%27-08-22-2017-8879187273.mp3\" length=\"86853540\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 494: Fievel Fight</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-494-fievel-fight/1600-2059/</link>\n        <description>This week we round up as many new releases as we can, like Sonic Mania, Starcraft Remastered, and Matterfall, run down the end of the International, ponder card games, weigh in on scorpions and Riff Raff, and try on our best accents.</description>\n        <pubDate>Tue, 15 Aug 2017 15:25:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2059</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we round up as many new releases as we can, like Sonic Mania, Starcraft Remastered, and Matterfall, run down the end of the International, ponder card games, weigh in on scorpions and Riff Raff, and try on our best accents.</itunes:subtitle>\n        <itunes:summary>This week we round up as many new releases as we can, like Sonic Mania, Starcraft Remastered, and Matterfall, run down the end of the International, ponder card games, weigh in on scorpions and Riff Raff, and try on our best accents.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10139</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2957460-mv5bognjodeyndgtywniyi00ndewlwi2ytmtm2jmzwyynjg2ztczxkeyxkfqcgdeqxvymzczmze2odm%40._v1_uy1200_cr78%2C0%2C630%2C1200_al_.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2059/Giant_Bombcast_494__Fievel_Fight-08-15-2017-9295850509.mp3\" fileSize=\"81362558\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2059/Giant_Bombcast_494__Fievel_Fight-08-15-2017-9295850509.mp3\" length=\"81362558\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 493: Boosh! It&#039;s a Mess</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-493-boosh-its-a-mess/1600-2053/</link>\n        <description>We ruminate on Hellblade&#039;s intimate handling of psychosis, gush about Mossmouth&#039;s new game reveal, take sides in the Splatfest civil war, lust after crates full of miniskirts, and check in with Scottish Ben, all on this week&#039;s Bombcast!</description>\n        <pubDate>Tue, 08 Aug 2017 15:29:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2053</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We ruminate on Hellblade&#039;s intimate handling of psychosis, gush about Mossmouth&#039;s new game reveal, take sides in the Splatfest civil war, lust after crates full of miniskirts, and check in with Scottish Ben, all on this week&#039;s Bombcast!</itunes:subtitle>\n        <itunes:summary>We ruminate on Hellblade&#039;s intimate handling of psychosis, gush about Mossmouth&#039;s new game reveal, take sides in the Splatfest civil war, lust after crates full of miniskirts, and check in with Scottish Ben, all on this week&#039;s Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8565</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2956287-screenshot_04.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2053/Giant_Bombcast_493__Boosh!_It%27s_a_Mess-08-08-2017-4518911084.mp3\" fileSize=\"68771119\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2053/Giant_Bombcast_493__Boosh!_It%27s_a_Mess-08-08-2017-4518911084.mp3\" length=\"68771119\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 492: Plug Into TV</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-492-plug-into-tv/1600-2047/</link>\n        <description>GameSpot&#039;s Peter Brown pops in to chat about retro topics big and small, from the mini-Genesis boondoggle to prototype Ataris and five-figure Super Mario carts, along with the hottest games of the day like Tacoma, Pyre, Sundered, and maple syrup corndogs.</description>\n        <pubDate>Tue, 01 Aug 2017 15:18:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2047</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GameSpot&#039;s Peter Brown pops in to chat about retro topics big and small, from the mini-Genesis boondoggle to prototype Ataris and five-figure Super Mario carts, along with the hottest games of the day like Tacoma, Pyre, Sundered, and maple syrup corndogs.</itunes:subtitle>\n        <itunes:summary>GameSpot&#039;s Peter Brown pops in to chat about retro topics big and small, from the mini-Genesis boondoggle to prototype Ataris and five-figure Super Mario carts, along with the hottest games of the day like Tacoma, Pyre, Sundered, and maple syrup corndogs.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7729</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2954378-tac_my17_0001_v001.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2047/Giant_Bombcast_492__Plug_Into_TV-08-01-2017-4156700400.mp3\" fileSize=\"62082100\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2047/Giant_Bombcast_492__Plug_Into_TV-08-01-2017-4156700400.mp3\" length=\"62082100\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 491: Just a Bowl of Dough</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-491-just-a-bowl-of-dough/1600-2042/</link>\n        <description>Fresh off the state fair, noted Australian Ben regales us with tales of &#039;90s bands and corndogs before we sink our teeth into Pyre, Splatoon 2, Kingsway, Fortnite, the Pokemon Go kerfuffle, the pitfalls of nostalgia, and a quick lesson on some slang from </description>\n        <pubDate>Tue, 25 Jul 2017 15:02:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2042</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Fresh off the state fair, noted Australian Ben regales us with tales of &#039;90s bands and corndogs before we sink our teeth into Pyre, Splatoon 2, Kingsway, Fortnite, the Pokemon Go kerfuffle, the pitfalls of nostalgia, and a quick lesson on some slang from </itunes:subtitle>\n        <itunes:summary>Fresh off the state fair, noted Australian Ben regales us with tales of &#039;90s bands and corndogs before we sink our teeth into Pyre, Splatoon 2, Kingsway, Fortnite, the Pokemon Go kerfuffle, the pitfalls of nostalgia, and a quick lesson on some slang from </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10816</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2953094-smash.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2042/Giant_Bombcast_491__Just_a_Bowl_of_Dough-07-25-2017-9694505516.mp3\" fileSize=\"86782861\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2042/Giant_Bombcast_491__Just_a_Bowl_of_Dough-07-25-2017-9694505516.mp3\" length=\"86782861\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 490: Sometimes Pepperoni, Sometimes Hot Dog</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-490-sometimes-pepperoni-sometimes-h/1600-2037/</link>\n        <description>A strange odor wafts through the halls of Giant Bomb, so we huddle in the podcast studio to chat about Splatoon 2, the Ataribox, all the action at EVO, the end (?) of the Miiverse, and the unexpected return of Casey Hudson.</description>\n        <pubDate>Tue, 18 Jul 2017 14:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2037</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">A strange odor wafts through the halls of Giant Bomb, so we huddle in the podcast studio to chat about Splatoon 2, the Ataribox, all the action at EVO, the end (?) of the Miiverse, and the unexpected return of Casey Hudson.</itunes:subtitle>\n        <itunes:summary>A strange odor wafts through the halls of Giant Bomb, so we huddle in the podcast studio to chat about Splatoon 2, the Ataribox, all the action at EVO, the end (?) of the Miiverse, and the unexpected return of Casey Hudson.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8912</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2951977-ss2-1.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2037/Giant_Bombcast_490__Sometimes_Pepperoni,_Sometimes_Hot_Dog-07-18-2017-4887104153.mp3\" fileSize=\"71546368\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2037/Giant_Bombcast_490__Sometimes_Pepperoni,_Sometimes_Hot_Dog-07-18-2017-4887104153.mp3\" length=\"71546368\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 489: Cash 4 Wrestling</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-489-cash-4-wrestling/1600-2020/</link>\n        <description>The dog days of summer are upon us, and with them quick impressions of the new Fire Pro, more gushing over Battlegrounds, some light Splatoon 2 chat, the whereabouts of Bobby Kotick, reflections on old tweets, and a totally authoritative discussion about </description>\n        <pubDate>Tue, 11 Jul 2017 15:05:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2020</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The dog days of summer are upon us, and with them quick impressions of the new Fire Pro, more gushing over Battlegrounds, some light Splatoon 2 chat, the whereabouts of Bobby Kotick, reflections on old tweets, and a totally authoritative discussion about </itunes:subtitle>\n        <itunes:summary>The dog days of summer are upon us, and with them quick impressions of the new Fire Pro, more gushing over Battlegrounds, some light Splatoon 2 chat, the whereabouts of Bobby Kotick, reflections on old tweets, and a totally authoritative discussion about </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7584</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2950955-hungry-hungry-hippos-2.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2020/Giant_Bombcast_489__Cash_4_Wrestling-07-11-2017-5656586587.mp3\" fileSize=\"60924159\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2020/Giant_Bombcast_489__Cash_4_Wrestling-07-11-2017-5656586587.mp3\" length=\"60924159\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 488: bigbomb@giantguy.ben</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-488-bigbombgiantguyben/1600-2015/</link>\n        <description>Hey, instead of blowing up your video game hands with fireworks, have a safe and sane 4th here. With us. And your emails?</description>\n        <pubDate>Tue, 04 Jul 2017 08:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2015</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Hey, instead of blowing up your video game hands with fireworks, have a safe and sane 4th here. With us. And your emails?</itunes:subtitle>\n        <itunes:summary>Hey, instead of blowing up your video game hands with fireworks, have a safe and sane 4th here. With us. And your emails?</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8995</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2949173-4923106822-email.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2015/Giant_Bombcast_488__bigbomb@giantguy.ben-06-30-2017-0315963058.mp3\" fileSize=\"71967102\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2015/Giant_Bombcast_488__bigbomb@giantguy.ben-06-30-2017-0315963058.mp3\" length=\"71967102\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 487: Call of the Night Rooster</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-487-call-of-the-night-rooster/1600-2011/</link>\n        <description>This week our SNESs are tiny and our Battle Passes leveled. Jeff checks in with Saturn modding. Brad checks in with PS VR. Ben finished Nier a thousand times. It&#039;s a podcast!</description>\n        <pubDate>Tue, 27 Jun 2017 15:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2011</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week our SNESs are tiny and our Battle Passes leveled. Jeff checks in with Saturn modding. Brad checks in with PS VR. Ben finished Nier a thousand times. It&#039;s a podcast!</itunes:subtitle>\n        <itunes:summary>This week our SNESs are tiny and our Battle Passes leveled. Jeff checks in with Saturn modding. Brad checks in with PS VR. Ben finished Nier a thousand times. It&#039;s a podcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8750</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2948645-mattress_0.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2011/Giant_Bombcast_487__Call_of_the_Night_Rooster-06-27-2017-2417063513.mp3\" fileSize=\"70255292\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2011/Giant_Bombcast_487__Call_of_the_Night_Rooster-06-27-2017-2417063513.mp3\" length=\"70255292\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 486: The Episode After E3</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-486-the-episode-after-e3/1600-2005/</link>\n        <description>Friend of the site Gary Whitta joins us to recap all our favorite stuff from last week&#039;s expo, along with a celebration of IO Interactive&#039;s new freedom, a gut check on Anthem, musings on the Ataribox, and our hopes for the glorious return of... avatars.</description>\n        <pubDate>Tue, 20 Jun 2017 14:35:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2005</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Friend of the site Gary Whitta joins us to recap all our favorite stuff from last week&#039;s expo, along with a celebration of IO Interactive&#039;s new freedom, a gut check on Anthem, musings on the Ataribox, and our hopes for the glorious return of... avatars.</itunes:subtitle>\n        <itunes:summary>Friend of the site Gary Whitta joins us to recap all our favorite stuff from last week&#039;s expo, along with a celebration of IO Interactive&#039;s new freedom, a gut check on Anthem, musings on the Ataribox, and our hopes for the glorious return of... avatars.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8721</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2947451-3249250-nintendo-0639.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2005/Giant_Bombcast_486__The_Episode_After_E3-06-20-2017-3432936724.mp3\" fileSize=\"70024895\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2005/Giant_Bombcast_486__The_Episode_After_E3-06-20-2017-3432936724.mp3\" length=\"70024895\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb at Nite - Live From E3 2017: Nite 3: The Podcast</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-at-nite-live-from-e3-2017-nite-3-the-po/1600-2002/</link>\n        <description>E3 wraps up with a momentous range of guests from every nook and cranny of the games industry.</description>\n        <pubDate>Fri, 16 Jun 2017 16:16:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2002</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">E3 wraps up with a momentous range of guests from every nook and cranny of the games industry.</itunes:subtitle>\n        <itunes:summary>E3 wraps up with a momentous range of guests from every nook and cranny of the games industry.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">18034</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2946759-screen+shot+2017-06-16+at+4.24.23+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2002/Giant_Bomb_at_Nite__Live_From_E3_2017__Nite_3__The_Podcast-06-16-2017-7310694985.mp3\" fileSize=\"144521825\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2002/Giant_Bomb_at_Nite__Live_From_E3_2017__Nite_3__The_Podcast-06-16-2017-7310694985.mp3\" length=\"144521825\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb at Nite - Live From E3 2017: Nite 2: The Podcast</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-at-nite-live-from-e3-2017-nite-2-the-po/1600-1995/</link>\n        <description>Night two of E3 rolls on with professional wrestlers, world travelers, a cadre of knuckleheads, and players known and unknown.</description>\n        <pubDate>Thu, 15 Jun 2017 09:55:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1995</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Night two of E3 rolls on with professional wrestlers, world travelers, a cadre of knuckleheads, and players known and unknown.</itunes:subtitle>\n        <itunes:summary>Night two of E3 rolls on with professional wrestlers, world travelers, a cadre of knuckleheads, and players known and unknown.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">16171</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2946468-6714966381-joetn.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1995/Giant_Bomb_at_Nite__Live_From_E3_2017__Nite_2__The_Podcast-06-15-2017-8480729509.mp3\" fileSize=\"129622833\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1995/Giant_Bomb_at_Nite__Live_From_E3_2017__Nite_2__The_Podcast-06-15-2017-8480729509.mp3\" length=\"129622833\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb at Nite - Live From E3 2017: Nite 1: The Podcast</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-at-nite-live-from-e3-2017-nite-1-the-po/1600-1994/</link>\n        <description>The first night of Electronic Three begins with a cavalcade of guests from every corner of the industry. Beers will be chugged! Vapes will be vaped!</description>\n        <pubDate>Wed, 14 Jun 2017 21:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1994</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The first night of Electronic Three begins with a cavalcade of guests from every corner of the industry. Beers will be chugged! Vapes will be vaped!</itunes:subtitle>\n        <itunes:summary>The first night of Electronic Three begins with a cavalcade of guests from every corner of the industry. Beers will be chugged! Vapes will be vaped!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2946335-screen+shot+2017-06-14+at+4.34.24+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1994/Giant_Bomb_at_Nite__Live_From_E3_2017__Nite_1__The_Podcast-06-14-2017-1841640316.mp3\" fileSize=\"1\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1994/Giant_Bomb_at_Nite__Live_From_E3_2017__Nite_1__The_Podcast-06-14-2017-1841640316.mp3\" length=\"1\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 485: The E3 2017 Sealed Envelope</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-485-the-e3-2017-sealed-envelope/1600-1984/</link>\n        <description>As this year&#039;s show floor opens, let&#039;s run through everything Jeff saw at judges&#039; week and our probably wrong predictions about what we&#039;re gonna see at the show!</description>\n        <pubDate>Tue, 13 Jun 2017 12:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1984</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">As this year&#039;s show floor opens, let&#039;s run through everything Jeff saw at judges&#039; week and our probably wrong predictions about what we&#039;re gonna see at the show!</itunes:subtitle>\n        <itunes:summary>As this year&#039;s show floor opens, let&#039;s run through everything Jeff saw at judges&#039; week and our probably wrong predictions about what we&#039;re gonna see at the show!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7468</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2944594-confidential.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1984/Giant_Bombcast_485__The_E3_2017_Sealed_Envelope-06-13-2017-9937563974.mp3\" fileSize=\"59748606\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1984/Giant_Bombcast_485__The_E3_2017_Sealed_Envelope-06-13-2017-9937563974.mp3\" length=\"59748606\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 484: Dirty Dusted Grandpa</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-484-dirty-dusted-grandpa/1600-1983/</link>\n        <description>Our last regular show before E3 sees us diving deep into Tekken 7, dissecting the Switch&#039;s weird online offering, pondering all the movers and shakers at the show, taking knife-vs-bat offworld, and tapping the wokest clicker ever made.</description>\n        <pubDate>Tue, 06 Jun 2017 16:34:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1983</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Our last regular show before E3 sees us diving deep into Tekken 7, dissecting the Switch&#039;s weird online offering, pondering all the movers and shakers at the show, taking knife-vs-bat offworld, and tapping the wokest clicker ever made.</itunes:subtitle>\n        <itunes:summary>Our last regular show before E3 sees us diving deep into Tekken 7, dissecting the Switch&#039;s weird online offering, pondering all the movers and shakers at the show, taking knife-vs-bat offworld, and tapping the wokest clicker ever made.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10370</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2944213-cnxb_sevmairr10.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1983/Giant_Bombcast_484__Dirty_Dusted_Grandpa-06-06-2017-8027653779.mp3\" fileSize=\"83212673\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1983/Giant_Bombcast_484__Dirty_Dusted_Grandpa-06-06-2017-8027653779.mp3\" length=\"83212673\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 483: Sega Flair Vs. Virtua Hogan</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-483-sega-flair-vs-virtua-hogan/1600-1978/</link>\n        <description>This week we stretch our Arms, crash into the Danger Zone, try and fail to play Friday the 13th, ponder the Far Cry 5 reveal, do some E3 speculatin&#039;, blast through a lightning round, and entertain the idea of a new Seaman?!</description>\n        <pubDate>Tue, 30 May 2017 15:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1978</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we stretch our Arms, crash into the Danger Zone, try and fail to play Friday the 13th, ponder the Far Cry 5 reveal, do some E3 speculatin&#039;, blast through a lightning round, and entertain the idea of a new Seaman?!</itunes:subtitle>\n        <itunes:summary>This week we stretch our Arms, crash into the Danger Zone, try and fail to play Friday the 13th, ponder the Far Cry 5 reveal, do some E3 speculatin&#039;, blast through a lightning round, and entertain the idea of a new Seaman?!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9951</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2942547-242420-seaman2.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1978/Giant_Bombcast_483__Sega_Flair_Vs._Virtua_Hogan-05-30-2017-4426558067.mp3\" fileSize=\"79860438\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1978/Giant_Bombcast_483__Sega_Flair_Vs._Virtua_Hogan-05-30-2017-4426558067.mp3\" length=\"79860438\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 482: Mega Duck Hunt</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-482-mega-duck-hunt/1600-1973/</link>\n        <description>Jeff&#039;s back from LA with a bunch of thoughts on Destiny 2, then we turn to Far Cry 5, more turmoil at IO, Injustice 2, some very disturbing Rabbids, weird old consoles, and a few difficult questions.</description>\n        <pubDate>Tue, 23 May 2017 15:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1973</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff&#039;s back from LA with a bunch of thoughts on Destiny 2, then we turn to Far Cry 5, more turmoil at IO, Injustice 2, some very disturbing Rabbids, weird old consoles, and a few difficult questions.</itunes:subtitle>\n        <itunes:summary>Jeff&#039;s back from LA with a bunch of thoughts on Destiny 2, then we turn to Far Cry 5, more turmoil at IO, Injustice 2, some very disturbing Rabbids, weird old consoles, and a few difficult questions.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8782</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2940930-oxp12ahx-998474.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1973/Giant_Bombcast_482__Mega_Duck_Hunt-05-23-2017-8126154680.mp3\" fileSize=\"70512768\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1973/Giant_Bombcast_482__Mega_Duck_Hunt-05-23-2017-8126154680.mp3\" length=\"70512768\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 481: Rupert Grint&#039;s Ice Cream Truck</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-481-rupert-grints-ice-cream-truck/1600-1968/</link>\n        <description>It&#039;s easy to forget E3 looms on the horizon with Farpoint, Battlegrounds, The Surge, Ubisoft&#039;s 2017 lineup, Alan Wake&#039;s delisting, Vanquish&#039;s PC release, IO Interactive&#039;s shocking betrayal, and live pinball to talk about!</description>\n        <pubDate>Tue, 16 May 2017 16:05:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1968</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s easy to forget E3 looms on the horizon with Farpoint, Battlegrounds, The Surge, Ubisoft&#039;s 2017 lineup, Alan Wake&#039;s delisting, Vanquish&#039;s PC release, IO Interactive&#039;s shocking betrayal, and live pinball to talk about!</itunes:subtitle>\n        <itunes:summary>It&#039;s easy to forget E3 looms on the horizon with Farpoint, Battlegrounds, The Surge, Ubisoft&#039;s 2017 lineup, Alan Wake&#039;s delisting, Vanquish&#039;s PC release, IO Interactive&#039;s shocking betrayal, and live pinball to talk about!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9991</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2939173-c_-wk5cuwaahglj.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1968/Giant_Bombcast_481__Rupert_Grint%27s_Ice_Cream_Truck-05-16-2017-2866216181.mp3\" fileSize=\"80179136\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1968/Giant_Bombcast_481__Rupert_Grint%27s_Ice_Cream_Truck-05-16-2017-2866216181.mp3\" length=\"80179136\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 480: Bad Ball Feel</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-480-bad-ball-feel/1600-1963/</link>\n        <description>This week we check in with basketball games new and old, spend some time with Prey, dig into Persona 5 romance, do a little Spaceplanning, catch up on the hottest E3 leaks, and ask the new guy some pressing questions.</description>\n        <pubDate>Tue, 09 May 2017 16:06:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1963</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we check in with basketball games new and old, spend some time with Prey, dig into Persona 5 romance, do a little Spaceplanning, catch up on the hottest E3 leaks, and ask the new guy some pressing questions.</itunes:subtitle>\n        <itunes:summary>This week we check in with basketball games new and old, spend some time with Prey, dig into Persona 5 romance, do a little Spaceplanning, catch up on the hottest E3 leaks, and ask the new guy some pressing questions.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10546</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2937519-nba-jam610.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1963/Giant_Bombcast_480__Bad_Ball_Feel-05-09-2017-6036724275.mp3\" fileSize=\"84623070\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1963/Giant_Bombcast_480__Bad_Ball_Feel-05-09-2017-6036724275.mp3\" length=\"84623070\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 479: McCree Overlord</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-479-mccree-overlord/1600-1959/</link>\n        <description>We welcome our towering new member Ben Pack to a whopper of a podcast overflowing with Persona, Dota, Guilty Gear, Battlegrounds, Darksiders, corporate brand research, X-Pac, and only the most legal money-laundering schemes.</description>\n        <pubDate>Tue, 02 May 2017 16:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1959</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We welcome our towering new member Ben Pack to a whopper of a podcast overflowing with Persona, Dota, Guilty Gear, Battlegrounds, Darksiders, corporate brand research, X-Pac, and only the most legal money-laundering schemes.</itunes:subtitle>\n        <itunes:summary>We welcome our towering new member Ben Pack to a whopper of a podcast overflowing with Persona, Dota, Guilty Gear, Battlegrounds, Darksiders, corporate brand research, X-Pac, and only the most legal money-laundering schemes.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10914</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2935882-unnamed.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1959/Giant_Bombcast_479__McCree_Overlord-05-02-2017-7369302958.mp3\" fileSize=\"87566550\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1959/Giant_Bombcast_479__McCree_Overlord-05-02-2017-7369302958.mp3\" length=\"87566550\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 478: Twelve Deaths a Year, Mostly by Heat Stroke</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-478-twelve-deaths-a-year-mostly-by-/1600-1953/</link>\n        <description>This week: COD goes back to WWII, Jeff goes to Vegas, Brad goes to Polecat country, Jason goes all Omega Force, and Rorie goes to the magical land of mismatched socks.</description>\n        <pubDate>Tue, 25 Apr 2017 16:05:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1953</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week: COD goes back to WWII, Jeff goes to Vegas, Brad goes to Polecat country, Jason goes all Omega Force, and Rorie goes to the magical land of mismatched socks.</itunes:subtitle>\n        <itunes:summary>This week: COD goes back to WWII, Jeff goes to Vegas, Brad goes to Polecat country, Jason goes all Omega Force, and Rorie goes to the magical land of mismatched socks.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10648</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2934369-full-18.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1953/Giant_Bombcast_478__Twelve_Deaths_a_Year_Mostly_by_Heat_Stroke-04-25-2017-7493263075.mp3\" fileSize=\"85434944\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1953/Giant_Bombcast_478__Twelve_Deaths_a_Year_Mostly_by_Heat_Stroke-04-25-2017-7493263075.mp3\" length=\"85434944\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 477: The Husband Who Owned Himself</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-477-the-husband-who-owned-himself/1600-1948/</link>\n        <description>A couple of Thumbs swing by to dish on a bunch of game dev stuff, a deep dive into Zelda systems, the Full Throttle remaster, hot Admiral Ackbar gifs, and the legal rights of trees.</description>\n        <pubDate>Tue, 18 Apr 2017 14:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1948</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">A couple of Thumbs swing by to dish on a bunch of game dev stuff, a deep dive into Zelda systems, the Full Throttle remaster, hot Admiral Ackbar gifs, and the legal rights of trees.</itunes:subtitle>\n        <itunes:summary>A couple of Thumbs swing by to dish on a bunch of game dev stuff, a deep dive into Zelda systems, the Full Throttle remaster, hot Admiral Ackbar gifs, and the legal rights of trees.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8100</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2932809-main-qimg-03c91c2587db94d31b944cd81b923147.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1948/Giant_Bombcast_477__The_Husband_Who_Owned_Himself-04-18-2017-4417104135.mp3\" fileSize=\"65056716\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1948/Giant_Bombcast_477__The_Husband_Who_Owned_Himself-04-18-2017-4417104135.mp3\" length=\"65056716\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 476: Pinkies out for Duke</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-476-pinkies-out-for-duke/1600-1929/</link>\n        <description>Hot topics this week include Battle(grounds) Royale, those Scorpio numbers, Nier&#039;s cyber-metafiction, questionable showering habits, Star Trek time travel, and remote car kill switches.</description>\n        <pubDate>Tue, 11 Apr 2017 15:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1929</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Hot topics this week include Battle(grounds) Royale, those Scorpio numbers, Nier&#039;s cyber-metafiction, questionable showering habits, Star Trek time travel, and remote car kill switches.</itunes:subtitle>\n        <itunes:summary>Hot topics this week include Battle(grounds) Royale, those Scorpio numbers, Nier&#039;s cyber-metafiction, questionable showering habits, Star Trek time travel, and remote car kill switches.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9557</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2931419-incredible-apple-logo-eat-windows-tattoo-design.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1929/Giant_Bombcast_476__Pinkies_out_for_Duke-04-11-2017-9928271694.mp3\" fileSize=\"76705552\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1929/Giant_Bombcast_476__Pinkies_out_for_Duke-04-11-2017-9928271694.mp3\" length=\"76705552\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 475: Hey, What&#039;s Parappening?</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-475-hey-whats-parappening/1600-1924/</link>\n        <description>This week GameSpot duo Peter Brown and Justin Haywald talk us through Persona 5&#039;s weird launch, Portland game hunts, news about Scorpio news, the end of Mad Catz, an unsettling discussion about Parappa, and scrappy breakfast cereals.</description>\n        <pubDate>Tue, 04 Apr 2017 15:02:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1924</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week GameSpot duo Peter Brown and Justin Haywald talk us through Persona 5&#039;s weird launch, Portland game hunts, news about Scorpio news, the end of Mad Catz, an unsettling discussion about Parappa, and scrappy breakfast cereals.</itunes:subtitle>\n        <itunes:summary>This week GameSpot duo Peter Brown and Justin Haywald talk us through Persona 5&#039;s weird launch, Portland game hunts, news about Scorpio news, the end of Mad Catz, an unsettling discussion about Parappa, and scrappy breakfast cereals.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8991</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2930006-preview_screenshot1_133583.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1924/Giant_Bombcast_475__Hey,_What%27s_Parappening_-04-04-2017-8982670396.mp3\" fileSize=\"71933024\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1924/Giant_Bombcast_475__Hey,_What%27s_Parappening_-04-04-2017-8982670396.mp3\" length=\"71933024\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 474: &quot;Fun!&quot;</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-474-fun/1600-1919/</link>\n        <description>The critics agree: this week&#039;s podcast features a &quot;stellar cast&quot; including Supergiant&#039;s Greg Kasavin, some fast and furious game-industry chat, and plenty of action news with Destiny, Call of Duty and StarCraft!</description>\n        <pubDate>Tue, 28 Mar 2017 16:10:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1919</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The critics agree: this week&#039;s podcast features a &quot;stellar cast&quot; including Supergiant&#039;s Greg Kasavin, some fast and furious game-industry chat, and plenty of action news with Destiny, Call of Duty and StarCraft!</itunes:subtitle>\n        <itunes:summary>The critics agree: this week&#039;s podcast features a &quot;stellar cast&quot; including Supergiant&#039;s Greg Kasavin, some fast and furious game-industry chat, and plenty of action news with Destiny, Call of Duty and StarCraft!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11970</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2928698-infinite+warfare_method+man+vo+pack_masterart_final.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1919/Giant_Bombcast_474___Fun_-03-28-2017-0056871967.mp3\" fileSize=\"96009939\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1919/Giant_Bombcast_474___Fun_-03-28-2017-0056871967.mp3\" length=\"96009939\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 473: I’ve Always Cared About Science</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-473-ive-always-cared-about-science/1600-1911/</link>\n        <description>We spend way too much time pondering the mystery that is Mass Effect: Andromeda before moving on to more pleasant subjects like Disney NES games, Quake Champions, a better Toukiden, neighborly noise complaints, and Danny O&#039;Dwyer&#039;s DNA.</description>\n        <pubDate>Tue, 21 Mar 2017 16:19:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1911</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We spend way too much time pondering the mystery that is Mass Effect: Andromeda before moving on to more pleasant subjects like Disney NES games, Quake Champions, a better Toukiden, neighborly noise complaints, and Danny O&#039;Dwyer&#039;s DNA.</itunes:subtitle>\n        <itunes:summary>We spend way too much time pondering the mystery that is Mass Effect: Andromeda before moving on to more pleasant subjects like Disney NES games, Quake Champions, a better Toukiden, neighborly noise complaints, and Danny O&#039;Dwyer&#039;s DNA.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10710</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2927553-untitled-1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1911/Giant_Bombcast_473__I_ve_Always_Cared_About_Science-03-21-2017-9707881130.mp3\" fileSize=\"85932731\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1911/Giant_Bombcast_473__I_ve_Always_Cared_About_Science-03-21-2017-9707881130.mp3\" length=\"85932731\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 472: Weird-Looking Space People</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-472-weird-looking-space-people/1600-1905/</link>\n        <description>GameSpot&#039;s Peter Brown and a mysterious world traveler join us for a Nintendo Switch road report, some PAX highlights, more deep dives into Breath of the Wild, and the John Carmack lawsuit of the week.</description>\n        <pubDate>Tue, 14 Mar 2017 13:50:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1905</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GameSpot&#039;s Peter Brown and a mysterious world traveler join us for a Nintendo Switch road report, some PAX highlights, more deep dives into Breath of the Wild, and the John Carmack lawsuit of the week.</itunes:subtitle>\n        <itunes:summary>GameSpot&#039;s Peter Brown and a mysterious world traveler join us for a Nintendo Switch road report, some PAX highlights, more deep dives into Breath of the Wild, and the John Carmack lawsuit of the week.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7114</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2925844-c61lkw-xuaab7ze.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1905/Giant_Bombcast_472__Weird-Looking_Space_People-03-14-2017-9337736042.mp3\" fileSize=\"57163137\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1905/Giant_Bombcast_472__Weird-Looking_Space_People-03-14-2017-9337736042.mp3\" length=\"57163137\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 471: And Baby Makes Three</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-471-and-baby-makes-three/1600-1900/</link>\n        <description>After a weekend spent with the Switch and/or Breath of the Wild, we&#039;ve got a lot of thoughts and they&#039;re mostly positive! Not so much Ghost Recon: Wildlands, but hey. It&#039;s a podcast!</description>\n        <pubDate>Tue, 07 Mar 2017 15:58:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1900</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">After a weekend spent with the Switch and/or Breath of the Wild, we&#039;ve got a lot of thoughts and they&#039;re mostly positive! Not so much Ghost Recon: Wildlands, but hey. It&#039;s a podcast!</itunes:subtitle>\n        <itunes:summary>After a weekend spent with the Switch and/or Breath of the Wild, we&#039;ve got a lot of thoughts and they&#039;re mostly positive! Not so much Ghost Recon: Wildlands, but hey. It&#039;s a podcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10996</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2924956-untitled.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1900/Giant_Bombcast_471__And_Baby_Makes_Three-03-07-2017-8530380948.mp3\" fileSize=\"88218347\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1900/Giant_Bombcast_471__And_Baby_Makes_Three-03-07-2017-8530380948.mp3\" length=\"88218347\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 470: Switch Stance</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-470-switch-stance/1600-1894/</link>\n        <description>We&#039;re joined by Steve Lin from gamehistory.org as well as Mark &amp;amp; John from the 8-4 Play podcast to talk about Mark&#039;s rules for RE7, the Nintendo Switch, preserving SNES carts, Peter Moore&#039;s EAxit, and more!</description>\n        <pubDate>Tue, 28 Feb 2017 15:19:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1894</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re joined by Steve Lin from gamehistory.org as well as Mark &amp;amp; John from the 8-4 Play podcast to talk about Mark&#039;s rules for RE7, the Nintendo Switch, preserving SNES carts, Peter Moore&#039;s EAxit, and more!</itunes:subtitle>\n        <itunes:summary>We&#039;re joined by Steve Lin from gamehistory.org as well as Mark &amp;amp; John from the 8-4 Play podcast to talk about Mark&#039;s rules for RE7, the Nintendo Switch, preserving SNES carts, Peter Moore&#039;s EAxit, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9676</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2923347-7079949041-main-qimg-4530f030c2eaf60e06a34555e7395ebb?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1894/Giant_Bombcast_470__Switch_Stance-02-28-2017-8174208948.mp3\" fileSize=\"77413742\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1894/Giant_Bombcast_470__Switch_Stance-02-28-2017-8174208948.mp3\" length=\"77413742\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 469: Meme Money, Meme Problems</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-469-meme-money-meme-problems/1600-1888/</link>\n        <description>This week we can&#039;t stop gushing about Horizon: Zero Dawn, but we manage to take a break for some early Switch impressions, a list of exciting hedgehog facts, Erik Wolpaw&#039;s Final Fight One review, and a surprise announcement from the Internet&#039;s favorite re</description>\n        <pubDate>Tue, 21 Feb 2017 15:41:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1888</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we can&#039;t stop gushing about Horizon: Zero Dawn, but we manage to take a break for some early Switch impressions, a list of exciting hedgehog facts, Erik Wolpaw&#039;s Final Fight One review, and a surprise announcement from the Internet&#039;s favorite re</itunes:subtitle>\n        <itunes:summary>This week we can&#039;t stop gushing about Horizon: Zero Dawn, but we manage to take a break for some early Switch impressions, a list of exciting hedgehog facts, Erik Wolpaw&#039;s Final Fight One review, and a surprise announcement from the Internet&#039;s favorite re</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8338</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2921444-tumblr_inline_olfwi9hvmf1r76lqg_500.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1888/Giant_Bombcast_469__Meme_Money,_Meme_Problems-02-21-2017-1804491223.mp3\" fileSize=\"66954040\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1888/Giant_Bombcast_469__Meme_Money,_Meme_Problems-02-21-2017-1804491223.mp3\" length=\"66954040\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 468: It&#039;s Always Sunny Above the Clouds</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-468-its-always-sunny-above-the-clou/1600-1880/</link>\n        <description>This week, we pull ourselves out of childhood arcade nostalgia long enough to talk about E3 going public, the end of Steam Greenlight, Zelda DLC, Drew&#039;s piloting adventures, old game magazines, and what shoes everyone&#039;s wearing.</description>\n        <pubDate>Tue, 14 Feb 2017 15:19:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1880</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week, we pull ourselves out of childhood arcade nostalgia long enough to talk about E3 going public, the end of Steam Greenlight, Zelda DLC, Drew&#039;s piloting adventures, old game magazines, and what shoes everyone&#039;s wearing.</itunes:subtitle>\n        <itunes:summary>This week, we pull ourselves out of childhood arcade nostalgia long enough to talk about E3 going public, the end of Steam Greenlight, Zelda DLC, Drew&#039;s piloting adventures, old game magazines, and what shoes everyone&#039;s wearing.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9885</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2919448-asdfasdf.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1880/Giant_Bombcast_468__It%27s_Always_Sunny_Above_the_Clouds-02-14-2017-4749699077.mp3\" fileSize=\"79336081\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1880/Giant_Bombcast_468__It%27s_Always_Sunny_Above_the_Clouds-02-14-2017-4749699077.mp3\" length=\"79336081\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 467: X-Plane 11 Is...</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-467-x-plane-11-is/1600-1876/</link>\n        <description>This week we reflect on the madness of the Super Bowl, the many features of PS4 firmware 4.5, the unexpected excellence of Nioh, the Ghost Recon: Wildlands beta, and one very wrong opinion about Bojangles.</description>\n        <pubDate>Tue, 07 Feb 2017 16:18:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1876</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we reflect on the madness of the Super Bowl, the many features of PS4 firmware 4.5, the unexpected excellence of Nioh, the Ghost Recon: Wildlands beta, and one very wrong opinion about Bojangles.</itunes:subtitle>\n        <itunes:summary>This week we reflect on the madness of the Super Bowl, the many features of PS4 firmware 4.5, the unexpected excellence of Nioh, the Ghost Recon: Wildlands beta, and one very wrong opinion about Bojangles.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8467</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2917907-bo.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1876/Giant_Bombcast_467__X-Plane_11_Is-02-07-2017-5645279808.mp3\" fileSize=\"67986609\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1876/Giant_Bombcast_467__X-Plane_11_Is-02-07-2017-5645279808.mp3\" length=\"67986609\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 466: SCART Cables for Everyone</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-466-scart-cables-for-everyone/1600-1869/</link>\n        <description>Jason&#039;s getting destroyed in Injustice 2, Drew&#039;s on a new version of X-Plane, Jeff&#039;s got things to say about Double Dragon IV, and Peter Brown&#039;s cleaning up his video signals in this week&#039;s installment of the Giant Bombcast!</description>\n        <pubDate>Tue, 31 Jan 2017 15:56:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1869</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jason&#039;s getting destroyed in Injustice 2, Drew&#039;s on a new version of X-Plane, Jeff&#039;s got things to say about Double Dragon IV, and Peter Brown&#039;s cleaning up his video signals in this week&#039;s installment of the Giant Bombcast!</itunes:subtitle>\n        <itunes:summary>Jason&#039;s getting destroyed in Injustice 2, Drew&#039;s on a new version of X-Plane, Jeff&#039;s got things to say about Double Dragon IV, and Peter Brown&#039;s cleaning up his video signals in this week&#039;s installment of the Giant Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9802</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2916074-screen+shot+2017-01-31+at+3.18.21+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1869/Giant_Bombcast_466__SCART_Cables_for_Everyone-01-31-2017-7336922150.mp3\" fileSize=\"78666387\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1869/Giant_Bombcast_466__SCART_Cables_for_Everyone-01-31-2017-7336922150.mp3\" length=\"78666387\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 465: Skeleton Crew</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-465-skeleton-crew/1600-1864/</link>\n        <description>Seasonal illnesses aren&#039;t enough to stop us from putting people in front of microphones and talking about video games. One of them is even Resident Evil 7!</description>\n        <pubDate>Tue, 24 Jan 2017 13:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1864</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Seasonal illnesses aren&#039;t enough to stop us from putting people in front of microphones and talking about video games. One of them is even Resident Evil 7!</itunes:subtitle>\n        <itunes:summary>Seasonal illnesses aren&#039;t enough to stop us from putting people in front of microphones and talking about video games. One of them is even Resident Evil 7!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8091</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2914805-childs-play-2-ruler.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1864/Giant_Bombcast_465__Skeleton_Crew-01-24-2017-1282522247.mp3\" fileSize=\"64978975\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1864/Giant_Bombcast_465__Skeleton_Crew-01-24-2017-1282522247.mp3\" length=\"64978975\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 464: Season of the Switch</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-464-season-of-the-switch/1600-1857/</link>\n        <description>Nintendo has finally unveiled all the details on their forthcoming portable/console hybrid, Jeff&#039;s back from playing it, and Noclip&#039;s Danny O&#039;dwyer joins us to talk about it!</description>\n        <pubDate>Tue, 17 Jan 2017 16:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1857</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Nintendo has finally unveiled all the details on their forthcoming portable/console hybrid, Jeff&#039;s back from playing it, and Noclip&#039;s Danny O&#039;dwyer joins us to talk about it!</itunes:subtitle>\n        <itunes:summary>Nintendo has finally unveiled all the details on their forthcoming portable/console hybrid, Jeff&#039;s back from playing it, and Noclip&#039;s Danny O&#039;dwyer joins us to talk about it!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10477</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2913377-untitled.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1857/Giant_Bombcast_464__Season_of_the_Switch-01-17-2017-5720389385.mp3\" fileSize=\"84073232\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1857/Giant_Bombcast_464__Season_of_the_Switch-01-17-2017-5720389385.mp3\" length=\"84073232\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 463: A Tokyo New Year</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-463-a-tokyo-new-year/1600-1852/</link>\n        <description>Drew&#039;s back from Japan with tales to tell, plus we reflect on the cancellation of Scalebound, some early thoughts on Gravity Rush 2, the hacking of the NES Classic, Paul Walker&#039;s Agent 47, and Mario secrets hidden by the mists of time.</description>\n        <pubDate>Tue, 10 Jan 2017 16:05:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1852</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Drew&#039;s back from Japan with tales to tell, plus we reflect on the cancellation of Scalebound, some early thoughts on Gravity Rush 2, the hacking of the NES Classic, Paul Walker&#039;s Agent 47, and Mario secrets hidden by the mists of time.</itunes:subtitle>\n        <itunes:summary>Drew&#039;s back from Japan with tales to tell, plus we reflect on the cancellation of Scalebound, some early thoughts on Gravity Rush 2, the hacking of the NES Classic, Paul Walker&#039;s Agent 47, and Mario secrets hidden by the mists of time.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9767</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2911698-l0k21qk.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1852/Giant_Bombcast_463__A_Tokyo_New_Year-01-10-2017-1500630154.mp3\" fileSize=\"78388778\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1852/Giant_Bombcast_463__A_Tokyo_New_Year-01-10-2017-1500630154.mp3\" length=\"78388778\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 462: Got the Shaky Jakes</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-462-got-the-shaky-jakes/1600-1848/</link>\n        <description>We&#039;re back in the studio for the first Bombcast of 2017 with thoughts on all the Dead Risings, World of Warcraft past and present, the mystery of Double Dragon IV, the great 3DS shortage, and the stealth-ish launch of Frog Fractions 2.</description>\n        <pubDate>Tue, 03 Jan 2017 15:35:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1848</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re back in the studio for the first Bombcast of 2017 with thoughts on all the Dead Risings, World of Warcraft past and present, the mystery of Double Dragon IV, the great 3DS shortage, and the stealth-ish launch of Frog Fractions 2.</itunes:subtitle>\n        <itunes:summary>We&#039;re back in the studio for the first Bombcast of 2017 with thoughts on all the Dead Risings, World of Warcraft past and present, the mystery of Double Dragon IV, the great 3DS shortage, and the stealth-ish launch of Frog Fractions 2.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9752</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/11/117445/1724513-warrior_00083.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1848/Giant_Bombcast_462__Got_the_Shaky_Jakes-01-03-2017-6602584329.mp3\" fileSize=\"78271749\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1848/Giant_Bombcast_462__Got_the_Shaky_Jakes-01-03-2017-6602584329.mp3\" length=\"78271749\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Game of the Year 2016: Day Five Deliberations</title>\n        <link>https://www.giantbomb.com/podcasts/game-of-the-year-2016-day-five-deliberations/1600-1829/</link>\n        <description>This is it! Our fifth and final day brings with it Overwatch Character of the Year, Best Story, Worst Game, and, of course, Best Game of 2016.</description>\n        <pubDate>Fri, 30 Dec 2016 09:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1829</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This is it! Our fifth and final day brings with it Overwatch Character of the Year, Best Story, Worst Game, and, of course, Best Game of 2016.</itunes:subtitle>\n        <itunes:summary>This is it! Our fifth and final day brings with it Overwatch Character of the Year, Best Story, Worst Game, and, of course, Best Game of 2016.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">13764</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2907017-goty2016_delibpodcast_day5_v1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1829/Game_of_the_Year_2016__Day_Five_Deliberations-12-30-2016-1801476211.mp3\" fileSize=\"110365372\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1829/Game_of_the_Year_2016__Day_Five_Deliberations-12-30-2016-1801476211.mp3\" length=\"110365372\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Game of the Year 2016: Day Four Deliberations</title>\n        <link>https://www.giantbomb.com/podcasts/game-of-the-year-2016-day-four-deliberations/1600-1827/</link>\n        <description>We&#039;re getting down to it on day four, with winners declared for Best Music, Best Multiplayer, Xbox One Backwards-Compatible Game of the Year, and Best Moment or Sequence.</description>\n        <pubDate>Thu, 29 Dec 2016 09:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1827</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re getting down to it on day four, with winners declared for Best Music, Best Multiplayer, Xbox One Backwards-Compatible Game of the Year, and Best Moment or Sequence.</itunes:subtitle>\n        <itunes:summary>We&#039;re getting down to it on day four, with winners declared for Best Music, Best Multiplayer, Xbox One Backwards-Compatible Game of the Year, and Best Moment or Sequence.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9196</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2907015-goty2016_delibpodcast_day4_v1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1827/Game_of_the_Year_2016__Day_Four_Deliberations-12-29-2016-8843395043.mp3\" fileSize=\"73818393\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1827/Game_of_the_Year_2016__Day_Four_Deliberations-12-29-2016-8843395043.mp3\" length=\"73818393\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Game of the Year 2016: Day Three Deliberations</title>\n        <link>https://www.giantbomb.com/podcasts/game-of-the-year-2016-day-three-deliberations/1600-1825/</link>\n        <description>We&#039;re back on the mics and ready to argue about 2016&#039;s Best Remaster, Best Fake Computer, Best Surprise, and the always cheery PLEASE STOP.</description>\n        <pubDate>Wed, 28 Dec 2016 09:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1825</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re back on the mics and ready to argue about 2016&#039;s Best Remaster, Best Fake Computer, Best Surprise, and the always cheery PLEASE STOP.</itunes:subtitle>\n        <itunes:summary>We&#039;re back on the mics and ready to argue about 2016&#039;s Best Remaster, Best Fake Computer, Best Surprise, and the always cheery PLEASE STOP.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10514</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2907013-goty2016_delibpodcast_day3_v1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1825/Game_of_the_Year_2016__Day_Three_Deliberations-12-28-2016-2384454008.mp3\" fileSize=\"84364549\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1825/Game_of_the_Year_2016__Day_Three_Deliberations-12-28-2016-2384454008.mp3\" length=\"84364549\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Game of the Year 2016: Day Two Deliberations</title>\n        <link>https://www.giantbomb.com/podcasts/game-of-the-year-2016-day-two-deliberations/1600-1823/</link>\n        <description>On the second day of Game of the Year, my true love gave to me... Best New Character, Best VR Experience, Most Disappointing Game, and Best-Looking game.</description>\n        <pubDate>Tue, 27 Dec 2016 09:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1823</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">On the second day of Game of the Year, my true love gave to me... Best New Character, Best VR Experience, Most Disappointing Game, and Best-Looking game.</itunes:subtitle>\n        <itunes:summary>On the second day of Game of the Year, my true love gave to me... Best New Character, Best VR Experience, Most Disappointing Game, and Best-Looking game.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12627</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2907011-goty2016_delibpodcast_day2_v1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1823/Game_of_the_Year_2016__Day_Two_Deliberations-12-27-2016-6032025819.mp3\" fileSize=\"101265774\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1823/Game_of_the_Year_2016__Day_Two_Deliberations-12-27-2016-6032025819.mp3\" length=\"101265774\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Game of the Year 2016: Day One Deliberations</title>\n        <link>https://www.giantbomb.com/podcasts/game-of-the-year-2016-day-one-deliberations/1600-1821/</link>\n        <description>It&#039;s that time of year again! Our annual Game of the Year deliberation podcasts kick off with 2016&#039;s Old Game of the Year, Best Debut, Hottest Mess, and Best Styyyyyyyle.</description>\n        <pubDate>Mon, 26 Dec 2016 09:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1821</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s that time of year again! Our annual Game of the Year deliberation podcasts kick off with 2016&#039;s Old Game of the Year, Best Debut, Hottest Mess, and Best Styyyyyyyle.</itunes:subtitle>\n        <itunes:summary>It&#039;s that time of year again! Our annual Game of the Year deliberation podcasts kick off with 2016&#039;s Old Game of the Year, Best Debut, Hottest Mess, and Best Styyyyyyyle.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11814</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2907009-goty2016_delibpodcast_day1_v1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1821/Game_of_the_Year_2016__Day_One_Deliberations-12-26-2016-2711110662.mp3\" fileSize=\"94766741\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1821/Game_of_the_Year_2016__Day_One_Deliberations-12-26-2016-2711110662.mp3\" length=\"94766741\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 461: Movie Theater Ghosts</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-461-movie-theater-ghosts/1600-1819/</link>\n        <description>Our last regular podcast of the year sees us catching up on Q4 games, reminiscing about movie theater memories, musing about the latest Switch leaks, walking down Agent 47&#039;s memory lane, and digging through a big old pile of emails.</description>\n        <pubDate>Tue, 20 Dec 2016 16:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1819</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Our last regular podcast of the year sees us catching up on Q4 games, reminiscing about movie theater memories, musing about the latest Switch leaks, walking down Agent 47&#039;s memory lane, and digging through a big old pile of emails.</itunes:subtitle>\n        <itunes:summary>Our last regular podcast of the year sees us catching up on Q4 games, reminiscing about movie theater memories, musing about the latest Switch leaks, walking down Agent 47&#039;s memory lane, and digging through a big old pile of emails.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10158</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2907156-0590731659-assas.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1819/Giant_Bombcast_461__Movie_Theater_Ghosts-12-20-2016-3473816456.mp3\" fileSize=\"81515322\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1819/Giant_Bombcast_461__Movie_Theater_Ghosts-12-20-2016-3473816456.mp3\" length=\"81515322\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 460: Molten Cheese Core</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-460-molten-cheese-core/1600-1817/</link>\n        <description>Dan Ryckert&#039;s last (regular) Bombcast includes chat about cramming for GOTY, breaking your lease, the impending release of Super Mario Run, the new Dota sequel, cheese-filled meat, and a deep dive about life in the great state of Minnesota.</description>\n        <pubDate>Tue, 13 Dec 2016 15:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1817</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Dan Ryckert&#039;s last (regular) Bombcast includes chat about cramming for GOTY, breaking your lease, the impending release of Super Mario Run, the new Dota sequel, cheese-filled meat, and a deep dive about life in the great state of Minnesota.</itunes:subtitle>\n        <itunes:summary>Dan Ryckert&#039;s last (regular) Bombcast includes chat about cramming for GOTY, breaking your lease, the impending release of Super Mario Run, the new Dota sequel, cheese-filled meat, and a deep dive about life in the great state of Minnesota.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8845</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2905875-minnesota.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1817/Giant_Bombcast_460__Molten_Cheese_Core-12-13-2016-3474920981.mp3\" fileSize=\"71012843\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1817/Giant_Bombcast_460__Molten_Cheese_Core-12-13-2016-3474920981.mp3\" length=\"71012843\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 459: Something Happened</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-459-something-happened/1600-1806/</link>\n        <description>This week it&#039;s a December to remember, with news flowing from the Game Awards and PSX, The Last Guardian and Dead Rising 4 hitting the streets, and crappy Windows 10 error messages enraging people across the land.</description>\n        <pubDate>Tue, 06 Dec 2016 16:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1806</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week it&#039;s a December to remember, with news flowing from the Game Awards and PSX, The Last Guardian and Dead Rising 4 hitting the streets, and crappy Windows 10 error messages enraging people across the land.</itunes:subtitle>\n        <itunes:summary>This week it&#039;s a December to remember, with news flowing from the Game Awards and PSX, The Last Guardian and Dead Rising 4 hitting the streets, and crappy Windows 10 error messages enraging people across the land.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12196</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2904443-asdf.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1806/Giant_Bombcast_459__Something_Happened-12-06-2016-5835272572.mp3\" fileSize=\"97818238\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1806/Giant_Bombcast_459__Something_Happened-12-06-2016-5835272572.mp3\" length=\"97818238\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 458: East Meets West</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-458-east-meets-west/1600-1802/</link>\n        <description>The gang&#039;s all here for game of the year, so what better time to cram everyone into the same podcast studio and chat about the games of today, the arcade cabinets of yesterday, and the Pringles-eating strategies of always.</description>\n        <pubDate>Tue, 29 Nov 2016 15:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1802</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The gang&#039;s all here for game of the year, so what better time to cram everyone into the same podcast studio and chat about the games of today, the arcade cabinets of yesterday, and the Pringles-eating strategies of always.</itunes:subtitle>\n        <itunes:summary>The gang&#039;s all here for game of the year, so what better time to cram everyone into the same podcast studio and chat about the games of today, the arcade cabinets of yesterday, and the Pringles-eating strategies of always.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11185</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2903120-asdfasdf.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1802/Giant_Bombcast_458__East_Meets_West-11-29-2016-9482120290.mp3\" fileSize=\"89733458\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1802/Giant_Bombcast_458__East_Meets_West-11-29-2016-9482120290.mp3\" length=\"89733458\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 457: Everyone&#039;s a Robot</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-457-everyones-a-robot/1600-1792/</link>\n        <description>We&#039;re back in the studio with Will Smith for an in-depth Hitman lesson, more on Watch Dogs 2, less on Sleeping Dogs 2, and discussions on theme park ethics, Hello Games, the Mass Effect series, and a scientific analysis of drinking lava.</description>\n        <pubDate>Tue, 22 Nov 2016 17:05:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1792</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re back in the studio with Will Smith for an in-depth Hitman lesson, more on Watch Dogs 2, less on Sleeping Dogs 2, and discussions on theme park ethics, Hello Games, the Mass Effect series, and a scientific analysis of drinking lava.</itunes:subtitle>\n        <itunes:summary>We&#039;re back in the studio with Will Smith for an in-depth Hitman lesson, more on Watch Dogs 2, less on Sleeping Dogs 2, and discussions on theme park ethics, Hello Games, the Mass Effect series, and a scientific analysis of drinking lava.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10630</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2900031-hitman_marrakesh_47.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1792/Giant_Bombcast_457__Everyone%27s_a_Robot-11-22-2016-1039624670.mp3\" fileSize=\"85297225\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1792/Giant_Bombcast_457__Everyone%27s_a_Robot-11-22-2016-1039624670.mp3\" length=\"85297225\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 456: The Littlest Mac</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-456-the-littlest-mac/1600-1786/</link>\n        <description>As Q4 marches on, we&#039;re splitting our time between Watch Dogs 2 and Dishonored 2 this week, and filling in what remains with Nintendo Switch pricing rumors, the mysterious whereabouts of Frog Fractions 2, and reflections on Street Fighter III, vector moni</description>\n        <pubDate>Tue, 15 Nov 2016 16:05:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1786</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">As Q4 marches on, we&#039;re splitting our time between Watch Dogs 2 and Dishonored 2 this week, and filling in what remains with Nintendo Switch pricing rumors, the mysterious whereabouts of Frog Fractions 2, and reflections on Street Fighter III, vector moni</itunes:subtitle>\n        <itunes:summary>As Q4 marches on, we&#039;re splitting our time between Watch Dogs 2 and Dishonored 2 this week, and filling in what remains with Nintendo Switch pricing rumors, the mysterious whereabouts of Frog Fractions 2, and reflections on Street Fighter III, vector moni</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9049</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2899764-megamac.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1786/Giant_Bombcast_456__The_Littlest_Mac-11-15-2016-6014520514.mp3\" fileSize=\"72647063\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1786/Giant_Bombcast_456__The_Littlest_Mac-11-15-2016-6014520514.mp3\" length=\"72647063\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 455: Would You Like Fries With That?</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-455-would-you-like-fries-with-that/1600-1779/</link>\n        <description>Pull up to the drive-through for a heaping helping of shooters, with seasoned insights on COD: Infinite Warfare and Titanfall 2, early thoughts on the PS4 Pro, late appreciation for Hitman, hands-on with the NES Classic, and the latest in our award-winnin</description>\n        <pubDate>Tue, 08 Nov 2016 16:10:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1779</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Pull up to the drive-through for a heaping helping of shooters, with seasoned insights on COD: Infinite Warfare and Titanfall 2, early thoughts on the PS4 Pro, late appreciation for Hitman, hands-on with the NES Classic, and the latest in our award-winnin</itunes:subtitle>\n        <itunes:summary>Pull up to the drive-through for a heaping helping of shooters, with seasoned insights on COD: Infinite Warfare and Titanfall 2, early thoughts on the PS4 Pro, late appreciation for Hitman, hands-on with the NES Classic, and the latest in our award-winnin</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10092</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2898190-wafflefries-0057.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1779/Giant_Bombcast_455__Would_You_Like_Fries_With_That_-11-08-2016-7540758322.mp3\" fileSize=\"80989738\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1779/Giant_Bombcast_455__Would_You_Like_Fries_With_That_-11-08-2016-7540758322.mp3\" length=\"80989738\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 454: Where the Mold Grows</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-454-where-the-mold-grows/1600-1773/</link>\n        <description>This week: Shooters! Everyone&#039;s playin&#039; &#039;em, especially Titanfall 2, Battlefield 1, and Gears 4. New Nintendo Switch info, Bethesda&#039;s reviews policy, Hello Games hacks, the end of the Wii U, disc rot, road trips, and hygiene habits all round out the best </description>\n        <pubDate>Tue, 01 Nov 2016 15:03:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1773</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week: Shooters! Everyone&#039;s playin&#039; &#039;em, especially Titanfall 2, Battlefield 1, and Gears 4. New Nintendo Switch info, Bethesda&#039;s reviews policy, Hello Games hacks, the end of the Wii U, disc rot, road trips, and hygiene habits all round out the best </itunes:subtitle>\n        <itunes:summary>This week: Shooters! Everyone&#039;s playin&#039; &#039;em, especially Titanfall 2, Battlefield 1, and Gears 4. New Nintendo Switch info, Bethesda&#039;s reviews policy, Hello Games hacks, the end of the Wii U, disc rot, road trips, and hygiene habits all round out the best </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10570</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2896686-asdf.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1773/Giant_Bombcast_454__Where_the_Mold_Grows-11-01-2016-5017547217.mp3\" fileSize=\"84809885\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1773/Giant_Bombcast_454__Where_the_Mold_Grows-11-01-2016-5017547217.mp3\" length=\"84809885\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 453: Big Beautiful Baked Potato</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-453-big-beautiful-baked-potato/1600-1763/</link>\n        <description>The NX is now the Switch, and it&#039;s also nearly all anyone can talk about, but we also manage to hit Titanfall 2, the Red Dead 2 trailer, video game (car) engines, the trials of PC-building, Zelda dubs, the ugly truth about Mario&#039;s age, and the last word o</description>\n        <pubDate>Tue, 25 Oct 2016 16:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1763</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The NX is now the Switch, and it&#039;s also nearly all anyone can talk about, but we also manage to hit Titanfall 2, the Red Dead 2 trailer, video game (car) engines, the trials of PC-building, Zelda dubs, the ugly truth about Mario&#039;s age, and the last word o</itunes:subtitle>\n        <itunes:summary>The NX is now the Switch, and it&#039;s also nearly all anyone can talk about, but we also manage to hit Titanfall 2, the Red Dead 2 trailer, video game (car) engines, the trials of PC-building, Zelda dubs, the ugly truth about Mario&#039;s age, and the last word o</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10347</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2895686-screen+shot+2016-10-25+at+4.23.07+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1763/Giant_Bombcast_453__Big_Beautiful_Baked_Potato-10-25-2016-3546374941.mp3\" fileSize=\"83031705\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1763/Giant_Bombcast_453__Big_Beautiful_Baked_Potato-10-25-2016-3546374941.mp3\" length=\"83031705\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 452: A Board-Certified Medical Podcast</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-452-a-board-certified-medical-podca/1600-1756/</link>\n        <description>Let our team of accredited physicians ease your pain with the finest treatments money can buy, including Red Dead Redemption 2, more Gears of Four, a little PSVR followup, tidbits from Steam Dev Days, back massages, eyeball massages, and more of Dan&#039;s wed</description>\n        <pubDate>Tue, 18 Oct 2016 16:05:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1756</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Let our team of accredited physicians ease your pain with the finest treatments money can buy, including Red Dead Redemption 2, more Gears of Four, a little PSVR followup, tidbits from Steam Dev Days, back massages, eyeball massages, and more of Dan&#039;s wed</itunes:subtitle>\n        <itunes:summary>Let our team of accredited physicians ease your pain with the finest treatments money can buy, including Red Dead Redemption 2, more Gears of Four, a little PSVR followup, tidbits from Steam Dev Days, back massages, eyeball massages, and more of Dan&#039;s wed</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10306</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2894339-cu-lrstw8aaszbg.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1756/Giant_Bombcast_452__A_Board-Certified_Medical_Podcast-10-18-2016-3903305545.mp3\" fileSize=\"82700027\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1756/Giant_Bombcast_452__A_Board-Certified_Medical_Podcast-10-18-2016-3903305545.mp3\" length=\"82700027\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 451: 5.3 Million Scovilles</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-451-53-million-scovilles/1600-1743/</link>\n        <description>Verlin Smith returns from his travels in the wild, wild west of virtual reality to talk Oculus Connect and PlayStation VR, the new Mafia, Dragon Quest Builders, way too much about pepper spray, Dan&#039;s crappy superpowers, and the Great Pacific Garbage Patch</description>\n        <pubDate>Tue, 11 Oct 2016 16:05:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1743</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Verlin Smith returns from his travels in the wild, wild west of virtual reality to talk Oculus Connect and PlayStation VR, the new Mafia, Dragon Quest Builders, way too much about pepper spray, Dan&#039;s crappy superpowers, and the Great Pacific Garbage Patch</itunes:subtitle>\n        <itunes:summary>Verlin Smith returns from his travels in the wild, wild west of virtual reality to talk Oculus Connect and PlayStation VR, the new Mafia, Dragon Quest Builders, way too much about pepper spray, Dan&#039;s crappy superpowers, and the Great Pacific Garbage Patch</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10128</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2892692-smith.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1743/Giant_Bombcast_451__53_Million_Scovilles-10-11-2016-7317402004.mp3\" fileSize=\"81276667\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1743/Giant_Bombcast_451__53_Million_Scovilles-10-11-2016-7317402004.mp3\" length=\"81276667\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 450: Fun at the Movies</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-450-fun-at-the-movies/1600-1740/</link>\n        <description>Betwixt the best and worst of cinema, we find a way to cram in talk about new-old Call of Duty, the return of Marcus Fenix, the highs and lows of Paper Mario: Color Splash, grumpy Miyamoto, serious hacking, and a field test in the neverending war of bat v</description>\n        <pubDate>Tue, 04 Oct 2016 15:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1740</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Betwixt the best and worst of cinema, we find a way to cram in talk about new-old Call of Duty, the return of Marcus Fenix, the highs and lows of Paper Mario: Color Splash, grumpy Miyamoto, serious hacking, and a field test in the neverending war of bat v</itunes:subtitle>\n        <itunes:summary>Betwixt the best and worst of cinema, we find a way to cram in talk about new-old Call of Duty, the return of Marcus Fenix, the highs and lows of Paper Mario: Color Splash, grumpy Miyamoto, serious hacking, and a field test in the neverending war of bat v</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10622</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2890976-duck.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1740/Giant_Bombcast_450__Fun_at_the_Movies-10-04-2016-8784145195.mp3\" fileSize=\"85232653\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1740/Giant_Bombcast_450__Fun_at_the_Movies-10-04-2016-8784145195.mp3\" length=\"85232653\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 449: Roomful of Narcs</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-449-roomful-of-narcs/1600-1732/</link>\n        <description>Yet another week of mysterious illness can&#039;t stop us from talking about Forza Horizon 3 on PC, this year&#039;s Destiny expansion, excitable chihuahuas, tropical animals, Palmer Luckey&#039;s malignant memes, mo&#039; fighting game problems, and the true value of the Su</description>\n        <pubDate>Tue, 27 Sep 2016 15:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1732</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Yet another week of mysterious illness can&#039;t stop us from talking about Forza Horizon 3 on PC, this year&#039;s Destiny expansion, excitable chihuahuas, tropical animals, Palmer Luckey&#039;s malignant memes, mo&#039; fighting game problems, and the true value of the Su</itunes:subtitle>\n        <itunes:summary>Yet another week of mysterious illness can&#039;t stop us from talking about Forza Horizon 3 on PC, this year&#039;s Destiny expansion, excitable chihuahuas, tropical animals, Palmer Luckey&#039;s malignant memes, mo&#039; fighting game problems, and the true value of the Su</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9611</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2889590-img_0852.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1732/Giant_Bombcast_449__Roomful_of_Narcs-09-27-2016-1151223769.mp3\" fileSize=\"77144095\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1732/Giant_Bombcast_449__Roomful_of_Narcs-09-27-2016-1151223769.mp3\" length=\"77144095\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 448: A Chance Encounter With Methed-Up Billy Idol</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-448-a-chance-encounter-with-methed-/1600-1727/</link>\n        <description>We gather a tight crew and discuss the magic of Rec Room, the power of Rez Infinite, the beauty of Forza Horizon 3, the impending release of Gears of War 4, the curiosity that is Metal Gear Survive, and whether or not outlaws will drive cars once driving </description>\n        <pubDate>Tue, 20 Sep 2016 15:38:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1727</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We gather a tight crew and discuss the magic of Rec Room, the power of Rez Infinite, the beauty of Forza Horizon 3, the impending release of Gears of War 4, the curiosity that is Metal Gear Survive, and whether or not outlaws will drive cars once driving </itunes:subtitle>\n        <itunes:summary>We gather a tight crew and discuss the magic of Rec Room, the power of Rez Infinite, the beauty of Forza Horizon 3, the impending release of Gears of War 4, the curiosity that is Metal Gear Survive, and whether or not outlaws will drive cars once driving </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10993</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2887457-6186554796-billy.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1727/Giant_Bombcast_448__A_Chance_Encounter_With_Methed-Up_Billy_Idol-09-20-2016-3528986664.mp3\" fileSize=\"87996217\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1727/Giant_Bombcast_448__A_Chance_Encounter_With_Methed-Up_Billy_Idol-09-20-2016-3528986664.mp3\" length=\"87996217\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 447: Onccce a Mannnnn</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-447-onccce-a-mannnnn/1600-1720/</link>\n        <description>This week we grapple with strange new realities like PS4 Pro, Super Mario Run, and a world where Warcraft Adventures is playable by human beings. Free-to-play communism, Frank West memories, extreme ReCore jank, bike lust. It&#039;s all here!</description>\n        <pubDate>Tue, 13 Sep 2016 16:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1720</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we grapple with strange new realities like PS4 Pro, Super Mario Run, and a world where Warcraft Adventures is playable by human beings. Free-to-play communism, Frank West memories, extreme ReCore jank, bike lust. It&#039;s all here!</itunes:subtitle>\n        <itunes:summary>This week we grapple with strange new realities like PS4 Pro, Super Mario Run, and a world where Warcraft Adventures is playable by human beings. Free-to-play communism, Frank West memories, extreme ReCore jank, bike lust. It&#039;s all here!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11055</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2884378-5316869970-maxre.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1720/Giant_Bombcast_447__Onccce_a_Mannnnn-09-13-2016-2203681978.mp3\" fileSize=\"88692098\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1720/Giant_Bombcast_447__Onccce_a_Mannnnn-09-13-2016-2203681978.mp3\" length=\"88692098\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 446: Ranking of Zeldas</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-446-ranking-of-zeldas/1600-1715/</link>\n        <description>Dan&#039;s back from New York and we&#039;re all back from PAX, so let us commence discussion about highlights from the show, mobile Lumines, the 3DS Direct, the end (?) of Firefall, early-access DLC, the Bay Area wasteland, and... more about Adam Jensen&#039;s metal be</description>\n        <pubDate>Tue, 06 Sep 2016 15:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1715</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Dan&#039;s back from New York and we&#039;re all back from PAX, so let us commence discussion about highlights from the show, mobile Lumines, the 3DS Direct, the end (?) of Firefall, early-access DLC, the Bay Area wasteland, and... more about Adam Jensen&#039;s metal be</itunes:subtitle>\n        <itunes:summary>Dan&#039;s back from New York and we&#039;re all back from PAX, so let us commence discussion about highlights from the show, mobile Lumines, the 3DS Direct, the end (?) of Firefall, early-access DLC, the Bay Area wasteland, and... more about Adam Jensen&#039;s metal be</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9581</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2882330-2530133-11.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1715/Giant_Bombcast_446__Ranking_of_Zeldas-09-06-2016-8062983639.mp3\" fileSize=\"76902932\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1715/Giant_Bombcast_446__Ranking_of_Zeldas-09-06-2016-8062983639.mp3\" length=\"76902932\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 445: Irish Tax Loophole</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-445-irish-tax-loophole/1600-1709/</link>\n        <description>This is the true story of five dudes picked to sit in a room and start getting real about cheap foreign insulin, the brothers Myst, the No Man&#039;s Sky refund kerfuffle, Rocket League pangs, the Q4 video game outlook, large anime men, and Adam Jensen&#039;s metal</description>\n        <pubDate>Tue, 30 Aug 2016 16:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1709</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This is the true story of five dudes picked to sit in a room and start getting real about cheap foreign insulin, the brothers Myst, the No Man&#039;s Sky refund kerfuffle, Rocket League pangs, the Q4 video game outlook, large anime men, and Adam Jensen&#039;s metal</itunes:subtitle>\n        <itunes:summary>This is the true story of five dudes picked to sit in a room and start getting real about cheap foreign insulin, the brothers Myst, the No Man&#039;s Sky refund kerfuffle, Rocket League pangs, the Q4 video game outlook, large anime men, and Adam Jensen&#039;s metal</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11594</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2880629-where-san-francisco-real-world-cast.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1709/Giant_Bombcast_445__Irish_Tax_Loophole-08-30-2016-2753775725.mp3\" fileSize=\"93002737\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1709/Giant_Bombcast_445__Irish_Tax_Loophole-08-30-2016-2753775725.mp3\" length=\"93002737\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 444: Cricket Mouthfeel</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-444-cricket-mouthfeel/1600-1701/</link>\n        <description>Alexa Ray Corriea shows up to sell us on anime. Brad retaliates with Dota. An accord is struck over Bound, the new Deus Ex, that slim PS4, Tekken 7&#039;s precious moments, &quot;Metal Gear&quot; Survive, and exotic energy bars.</description>\n        <pubDate>Tue, 23 Aug 2016 16:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1701</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Alexa Ray Corriea shows up to sell us on anime. Brad retaliates with Dota. An accord is struck over Bound, the new Deus Ex, that slim PS4, Tekken 7&#039;s precious moments, &quot;Metal Gear&quot; Survive, and exotic energy bars.</itunes:subtitle>\n        <itunes:summary>Alexa Ray Corriea shows up to sell us on anime. Brad retaliates with Dota. An accord is struck over Bound, the new Deus Ex, that slim PS4, Tekken 7&#039;s precious moments, &quot;Metal Gear&quot; Survive, and exotic energy bars.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10923</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2879214-167514589.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1701/Giant_Bombcast_444__Cricket_Mouthfeel-08-23-2016-4154679801.mp3\" fileSize=\"87638841\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1701/Giant_Bombcast_444__Cricket_Mouthfeel-08-23-2016-4154679801.mp3\" length=\"87638841\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 443: Hideo Kojima Jr.</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-443-hideo-kojima-jr/1600-1695/</link>\n        <description>We&#039;re down two regular members, but Rorie has the conversational strength of 10 men, and he brings it to bear on No Man&#039;s Sky, Grow Up, &quot;Metroid Prime&quot; on 3DS, the new THQ, the International 6, Final Fantasy delays, console clickers, and video game body h</description>\n        <pubDate>Tue, 16 Aug 2016 16:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1695</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re down two regular members, but Rorie has the conversational strength of 10 men, and he brings it to bear on No Man&#039;s Sky, Grow Up, &quot;Metroid Prime&quot; on 3DS, the new THQ, the International 6, Final Fantasy delays, console clickers, and video game body h</itunes:subtitle>\n        <itunes:summary>We&#039;re down two regular members, but Rorie has the conversational strength of 10 men, and he brings it to bear on No Man&#039;s Sky, Grow Up, &quot;Metroid Prime&quot; on 3DS, the new THQ, the International 6, Final Fantasy delays, console clickers, and video game body h</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10887</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2877615-0522592204-maxre.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1695/Giant_Bombcast_443__Hideo_Kojima_Jr-08-16-2016-9103495313.mp3\" fileSize=\"87348150\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1695/Giant_Bombcast_443__Hideo_Kojima_Jr-08-16-2016-9103495313.mp3\" length=\"87348150\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 442: Hair Products and Turkey Bacon</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-442-hair-products-and-turkey-bacon/1600-1690/</link>\n        <description>The holy trinity of Iron Galaxy returns to bless us with discussion of No Man&#039;s Sky and the process of releasing a game in 2016, Abzu, the Hitman future, purging your game collection, West Coast road trips, the whereabouts of Yoot Saito, and, of course, w</description>\n        <pubDate>Tue, 09 Aug 2016 15:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1690</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The holy trinity of Iron Galaxy returns to bless us with discussion of No Man&#039;s Sky and the process of releasing a game in 2016, Abzu, the Hitman future, purging your game collection, West Coast road trips, the whereabouts of Yoot Saito, and, of course, w</itunes:subtitle>\n        <itunes:summary>The holy trinity of Iron Galaxy returns to bless us with discussion of No Man&#039;s Sky and the process of releasing a game in 2016, Abzu, the Hitman future, purging your game collection, West Coast road trips, the whereabouts of Yoot Saito, and, of course, w</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8995</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2876163-untitled+2.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1690/Giant_Bombcast_442__Hair_Products_and_Turkey_Bacon-08-09-2016-0722626534.mp3\" fileSize=\"72210922\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1690/Giant_Bombcast_442__Hair_Products_and_Turkey_Bacon-08-09-2016-0722626534.mp3\" length=\"72210922\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 441: Mr. Eyeballs&#039; Booger Sugar</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-441-mr-eyeballs-booger-sugar/1600-1684/</link>\n        <description>GameSpot&#039;s own Peter Brown pops in to chat about Abzu, Rimworld, life on the flea market circuit, Final Fantasy Tactics preservation, No Man&#039;s Sky&#039;s no-show, Rocket League in Overwatch, Vita homebrew, the future of Advance Wars, and Game of the Game of th</description>\n        <pubDate>Tue, 02 Aug 2016 16:25:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1684</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GameSpot&#039;s own Peter Brown pops in to chat about Abzu, Rimworld, life on the flea market circuit, Final Fantasy Tactics preservation, No Man&#039;s Sky&#039;s no-show, Rocket League in Overwatch, Vita homebrew, the future of Advance Wars, and Game of the Game of th</itunes:subtitle>\n        <itunes:summary>GameSpot&#039;s own Peter Brown pops in to chat about Abzu, Rimworld, life on the flea market circuit, Final Fantasy Tactics preservation, No Man&#039;s Sky&#039;s no-show, Rocket League in Overwatch, Vita homebrew, the future of Advance Wars, and Game of the Game of th</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8728</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2874714-screen+shot+2016-08-02+at+3.57.19+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1684/Giant_Bombcast_441__Mr_Eyeballs%27_Booger_Sugar-08-02-2016-1303413010.mp3\" fileSize=\"70079748\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1684/Giant_Bombcast_441__Mr_Eyeballs%27_Booger_Sugar-08-02-2016-1303413010.mp3\" length=\"70079748\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 440: The Live One</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-440-the-live-one/1600-1679/</link>\n        <description>We&#039;ve made history by broadcasting the first live podcast live on the Internet ever in history. Ever. This discussion of Headlander, Quadrilateral Cowboy, Sonic the Hedgehog, the Nintendo NX, Segagaga, Stranger Things, 16-bit sound hardware, laserdiscs, C</description>\n        <pubDate>Tue, 26 Jul 2016 15:10:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1679</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;ve made history by broadcasting the first live podcast live on the Internet ever in history. Ever. This discussion of Headlander, Quadrilateral Cowboy, Sonic the Hedgehog, the Nintendo NX, Segagaga, Stranger Things, 16-bit sound hardware, laserdiscs, C</itunes:subtitle>\n        <itunes:summary>We&#039;ve made history by broadcasting the first live podcast live on the Internet ever in history. Ever. This discussion of Headlander, Quadrilateral Cowboy, Sonic the Hedgehog, the Nintendo NX, Segagaga, Stranger Things, 16-bit sound hardware, laserdiscs, C</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8957</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2872675-team1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1679/Giant_Bombcast_440-07-26-2016-9415185566.mp3\" fileSize=\"71909155\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1679/Giant_Bombcast_440-07-26-2016-9415185566.mp3\" length=\"71909155\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07/19/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07192016/1600-1673/</link>\n        <description>That li&#039;l NES. Famous elusive targets. Famous.af. Sega CD memories. EVO chat. The future of SNK. The truth about Dan&#039;s bladder. Ten minutes of HOT INSIDE SPOILERS. This Bombcast has it all!</description>\n        <pubDate>Tue, 19 Jul 2016 16:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1673</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">That li&#039;l NES. Famous elusive targets. Famous.af. Sega CD memories. EVO chat. The future of SNK. The truth about Dan&#039;s bladder. Ten minutes of HOT INSIDE SPOILERS. This Bombcast has it all!</itunes:subtitle>\n        <itunes:summary>That li&#039;l NES. Famous elusive targets. Famous.af. Sega CD memories. EVO chat. The future of SNK. The truth about Dan&#039;s bladder. Ten minutes of HOT INSIDE SPOILERS. This Bombcast has it all!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9521</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2870957-coolworld.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1673/Giant_Bombcast_07_19_2016-07-19-2016-8958168028.mp3\" fileSize=\"76420611\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1673/Giant_Bombcast_07_19_2016-07-19-2016-8958168028.mp3\" length=\"76420611\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07/12/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07122016/1600-1666/</link>\n        <description>On our journey to Meat Mountain, we cross through the Lang Zone and do battle with Videoball, Raw Data, Pokemon Go, Inside, a free-to-play Evolve, the Saturn&#039;s DRM, Adam Boyes, and perhaps the most inadvisable bracket ever conceived.</description>\n        <pubDate>Tue, 12 Jul 2016 16:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1666</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">On our journey to Meat Mountain, we cross through the Lang Zone and do battle with Videoball, Raw Data, Pokemon Go, Inside, a free-to-play Evolve, the Saturn&#039;s DRM, Adam Boyes, and perhaps the most inadvisable bracket ever conceived.</itunes:subtitle>\n        <itunes:summary>On our journey to Meat Mountain, we cross through the Lang Zone and do battle with Videoball, Raw Data, Pokemon Go, Inside, a free-to-play Evolve, the Saturn&#039;s DRM, Adam Boyes, and perhaps the most inadvisable bracket ever conceived.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10751</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2869156-meat.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1666/Giant_Bombcast_07_12_2016-07-12-2016-0472751750.mp3\" fileSize=\"86260411\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1666/Giant_Bombcast_07_12_2016-07-12-2016-0472751750.mp3\" length=\"86260411\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07/05/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07052016/1600-1646/</link>\n        <description>Fresh off of defeating an alien menace, Will Smith joins us to chat about buying gunpowder in bulk, the great pizza exposition, and video games like Inside, Pokemon Go, Uncharted 4, and the greatest hits of the Jaguar.</description>\n        <pubDate>Tue, 05 Jul 2016 17:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1646</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Fresh off of defeating an alien menace, Will Smith joins us to chat about buying gunpowder in bulk, the great pizza exposition, and video games like Inside, Pokemon Go, Uncharted 4, and the greatest hits of the Jaguar.</itunes:subtitle>\n        <itunes:summary>Fresh off of defeating an alien menace, Will Smith joins us to chat about buying gunpowder in bulk, the great pizza exposition, and video games like Inside, Pokemon Go, Uncharted 4, and the greatest hits of the Jaguar.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12117</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2867917-10270112_ori.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1646/Giant_Bombcast_07_05_2016-07-05-2016-9527776405.mp3\" fileSize=\"97191093\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1646/Giant_Bombcast_07_05_2016-07-05-2016-9527776405.mp3\" length=\"97191093\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 6/28/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-6282016/1600-1641/</link>\n        <description>With no headphones and a batch of mysterious emails, we&#039;re practically flying blind this week through discussions of Inside, Asemblance, Umbrella Corps, that awful Cheeto/macaroni thing, more crappy buffet pizza, and the tragic loss of Ustream.</description>\n        <pubDate>Tue, 28 Jun 2016 17:35:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1641</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With no headphones and a batch of mysterious emails, we&#039;re practically flying blind this week through discussions of Inside, Asemblance, Umbrella Corps, that awful Cheeto/macaroni thing, more crappy buffet pizza, and the tragic loss of Ustream.</itunes:subtitle>\n        <itunes:summary>With no headphones and a batch of mysterious emails, we&#039;re practically flying blind this week through discussions of Inside, Asemblance, Umbrella Corps, that awful Cheeto/macaroni thing, more crappy buffet pizza, and the tragic loss of Ustream.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8298</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2866392-clock.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1641/Giant_Bombcast_06_28_2016-06-28-2016-2162415274.mp3\" fileSize=\"66634092\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1641/Giant_Bombcast_06_28_2016-06-28-2016-2162415274.mp3\" length=\"66634092\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06/21/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06212016/1600-1634/</link>\n        <description>Now that we&#039;re as far from the next E3 as we&#039;re ever going to get, it&#039;s time to reflect on everything we saw at this year&#039;s show, as well as a few of the downloads we ran into along the way.</description>\n        <pubDate>Tue, 21 Jun 2016 17:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1634</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Now that we&#039;re as far from the next E3 as we&#039;re ever going to get, it&#039;s time to reflect on everything we saw at this year&#039;s show, as well as a few of the downloads we ran into along the way.</itunes:subtitle>\n        <itunes:summary>Now that we&#039;re as far from the next E3 as we&#039;re ever going to get, it&#039;s time to reflect on everything we saw at this year&#039;s show, as well as a few of the downloads we ran into along the way.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10370</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2864500-clash.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1634/Giant_Bombcast_06_21_2016-06-21-2016-5767098561.mp3\" fileSize=\"83212862\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1634/Giant_Bombcast_06_21_2016-06-21-2016-5767098561.mp3\" length=\"83212862\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb LIVE! at E3 2016: Day 03: The Podcast</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-live-at-e3-2016-day-03-the-podcast/1600-1633/</link>\n        <description>We wrap things up with good people like Ed Boon, Gio Corsi, Josh Holmes, Adriel Wallick, and Thom Glunt. Then we really wrap things up with &quot;good&quot; people like David Lang, John Vignocchi, and EA Canada&#039;s Adam Boyes. Then we really REALLY wrap things up and</description>\n        <pubDate>Tue, 21 Jun 2016 16:16:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1633</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We wrap things up with good people like Ed Boon, Gio Corsi, Josh Holmes, Adriel Wallick, and Thom Glunt. Then we really wrap things up with &quot;good&quot; people like David Lang, John Vignocchi, and EA Canada&#039;s Adam Boyes. Then we really REALLY wrap things up and</itunes:subtitle>\n        <itunes:summary>We wrap things up with good people like Ed Boon, Gio Corsi, Josh Holmes, Adriel Wallick, and Thom Glunt. Then we really wrap things up with &quot;good&quot; people like David Lang, John Vignocchi, and EA Canada&#039;s Adam Boyes. Then we really REALLY wrap things up and</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">14058</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2864492-screen+shot+2016-06-21+at+4.15.08+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1633/Giant_Bomb_LIVE!_at_E3_2016__Day_03__The_Podcast-06-21-2016-2402223582.mp3\" fileSize=\"112472730\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1633/Giant_Bomb_LIVE!_at_E3_2016__Day_03__The_Podcast-06-21-2016-2402223582.mp3\" length=\"112472730\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb LIVE! at E3 2016: Day 02: The Podcast</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-live-at-e3-2016-day-02-the-podcast/1600-1629/</link>\n        <description>A second night of live shows ensues as we chat about what we saw at E3 before welcoming Phil Spencer, Tim Schafer, Cliff Bleszinski and more!</description>\n        <pubDate>Thu, 16 Jun 2016 15:52:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1629</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">A second night of live shows ensues as we chat about what we saw at E3 before welcoming Phil Spencer, Tim Schafer, Cliff Bleszinski and more!</itunes:subtitle>\n        <itunes:summary>A second night of live shows ensues as we chat about what we saw at E3 before welcoming Phil Spencer, Tim Schafer, Cliff Bleszinski and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">16091</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2862961-5366395256-36190.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1629/Giant_Bomb_LIVE!_at_E3_2016__Day_02__The_Podcast-06-16-2016-6262972403.mp3\" fileSize=\"128982138\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1629/Giant_Bomb_LIVE!_at_E3_2016__Day_02__The_Podcast-06-16-2016-6262972403.mp3\" length=\"128982138\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb LIVE! at E3 2016: Day 01: The Podcast</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-live-at-e3-2016-day-01-the-podcast/1600-1626/</link>\n        <description>We get together to briefly discuss our first day of E3 games before the cavalcade of guests takes over for the night.</description>\n        <pubDate>Wed, 15 Jun 2016 22:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1626</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We get together to briefly discuss our first day of E3 games before the cavalcade of guests takes over for the night.</itunes:subtitle>\n        <itunes:summary>We get together to briefly discuss our first day of E3 games before the cavalcade of guests takes over for the night.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">15543</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2862596-screen+shot+2016-06-15+at+10.02.10+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1626/Giant_Bomb_LIVE!_at_E3_2016__Day_01__The_Podcast-06-15-2016-1341876350.mp3\" fileSize=\"124599418\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1626/Giant_Bomb_LIVE!_at_E3_2016__Day_01__The_Podcast-06-15-2016-1341876350.mp3\" length=\"124599418\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>The Giant Bombcast E3 2016 Sealed Envelope Spectacular</title>\n        <link>https://www.giantbomb.com/podcasts/the-giant-bombcast-e3-2016-sealed-envelope-spectac/1600-1619/</link>\n        <description>Last week, we sat down and talked about what we (thought we) knew about E3. Now that show&#039;s in full swing, let&#039;s rip open this envelope and see how we did!</description>\n        <pubDate>Tue, 14 Jun 2016 12:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1619</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Last week, we sat down and talked about what we (thought we) knew about E3. Now that show&#039;s in full swing, let&#039;s rip open this envelope and see how we did!</itunes:subtitle>\n        <itunes:summary>Last week, we sat down and talked about what we (thought we) knew about E3. Now that show&#039;s in full swing, let&#039;s rip open this envelope and see how we did!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7768</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2861837-8903822426-24968.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1619/The_Giant_Bombcast_E3_2016_Sealed_Envelope_Spectacular-06-14-2016-2387932543.mp3\" fileSize=\"62401244\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1619/The_Giant_Bombcast_E3_2016_Sealed_Envelope_Spectacular-06-14-2016-2387932543.mp3\" length=\"62401244\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06/07/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06072016/1600-1616/</link>\n        <description>The good ship E3 has sprung more than a few leaks, and we&#039;re bailing water as fast as we can with the help of New York&#039;s Alex Navarro. Agents of Mayhem! Dead Rising 4! More Injustice! More Wolfenstein! More... Destiny? The games of tomorrow, today!</description>\n        <pubDate>Tue, 07 Jun 2016 17:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1616</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The good ship E3 has sprung more than a few leaks, and we&#039;re bailing water as fast as we can with the help of New York&#039;s Alex Navarro. Agents of Mayhem! Dead Rising 4! More Injustice! More Wolfenstein! More... Destiny? The games of tomorrow, today!</itunes:subtitle>\n        <itunes:summary>The good ship E3 has sprung more than a few leaks, and we&#039;re bailing water as fast as we can with the help of New York&#039;s Alex Navarro. Agents of Mayhem! Dead Rising 4! More Injustice! More Wolfenstein! More... Destiny? The games of tomorrow, today!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10166</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2859184-screen+shot+2016-06-07+at+4.40.12+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1616/Giant_Bombcast_06_07_2016-06-07-2016-0197209873.mp3\" fileSize=\"81578226\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1616/Giant_Bombcast_06_07_2016-06-07-2016-0197209873.mp3\" length=\"81578226\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05/31/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05312016/1600-1611/</link>\n        <description>With less than two weeks till E3, we&#039;re playing as much Overwatch as we can while mulling over Xbox leaks, the No Man&#039;s Sky delay, id games new and old, fruit trees, grow operations, a long meditation on meditation, and an unexpected blast from Dan&#039;s past</description>\n        <pubDate>Tue, 31 May 2016 15:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1611</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With less than two weeks till E3, we&#039;re playing as much Overwatch as we can while mulling over Xbox leaks, the No Man&#039;s Sky delay, id games new and old, fruit trees, grow operations, a long meditation on meditation, and an unexpected blast from Dan&#039;s past</itunes:subtitle>\n        <itunes:summary>With less than two weeks till E3, we&#039;re playing as much Overwatch as we can while mulling over Xbox leaks, the No Man&#039;s Sky delay, id games new and old, fruit trees, grow operations, a long meditation on meditation, and an unexpected blast from Dan&#039;s past</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8933</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2857197-pasted_image_at_2016_05_31_02_44_pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1611/Giant_Bombcast_05_31_2016_2-05-31-2016-7831100238.mp3\" fileSize=\"71717105\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1611/Giant_Bombcast_05_31_2016_2-05-31-2016-7831100238.mp3\" length=\"71717105\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05/24/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05242016/1600-1604/</link>\n        <description>Doom still rules the roost around here, but Overwatch is making some inroads, as are the latest E3 shakeups and leaks, the hottest pachinko tips, Drew&#039;s island adventures, Dan &amp;amp; Jason&#039;s fighting school, and a few unsavory bathroom emails.</description>\n        <pubDate>Tue, 24 May 2016 15:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1604</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Doom still rules the roost around here, but Overwatch is making some inroads, as are the latest E3 shakeups and leaks, the hottest pachinko tips, Drew&#039;s island adventures, Dan &amp;amp; Jason&#039;s fighting school, and a few unsavory bathroom emails.</itunes:subtitle>\n        <itunes:summary>Doom still rules the roost around here, but Overwatch is making some inroads, as are the latest E3 shakeups and leaks, the hottest pachinko tips, Drew&#039;s island adventures, Dan &amp;amp; Jason&#039;s fighting school, and a few unsavory bathroom emails.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9538</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2854651-untitled.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1604/Giant_Bombcast_05_24_2016-05-24-2016-8531463444.mp3\" fileSize=\"76555609\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1604/Giant_Bombcast_05_24_2016-05-24-2016-8531463444.mp3\" length=\"76555609\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05/17/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05172016/1600-1599/</link>\n        <description>Danny &quot;the Irish guy&quot; O&#039;Dwyer joins us to discuss the glory that is the new Doom, obscure piratical references, the end of Disney Infinity, some E3 expectations, office dental care, Kansas City dirtbags, and the ultimate fate of poo particles. Don&#039;t ask.</description>\n        <pubDate>Mon, 16 May 2016 18:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1599</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Danny &quot;the Irish guy&quot; O&#039;Dwyer joins us to discuss the glory that is the new Doom, obscure piratical references, the end of Disney Infinity, some E3 expectations, office dental care, Kansas City dirtbags, and the ultimate fate of poo particles. Don&#039;t ask.</itunes:subtitle>\n        <itunes:summary>Danny &quot;the Irish guy&quot; O&#039;Dwyer joins us to discuss the glory that is the new Doom, obscure piratical references, the end of Disney Infinity, some E3 expectations, office dental care, Kansas City dirtbags, and the ultimate fate of poo particles. Don&#039;t ask.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8002</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2852260-ad_200785878.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1599/Giant_Bombcast_05_17_2016-05-16-2016-0349190615.mp3\" fileSize=\"64268026\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1599/Giant_Bombcast_05_17_2016-05-16-2016-0349190615.mp3\" length=\"64268026\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05/10/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05102016/1600-1592/</link>\n        <description>We&#039;ve gathered &#039;round the microphones to see Nathan Drake off into the sunset (again), chat about the Overwatch beta, ponder Gearbox&#039;s next move, puzzle at shooter versus shooter, parse a Dota pop quiz, and contemplate a few hamburgers long past.</description>\n        <pubDate>Tue, 10 May 2016 16:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1592</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;ve gathered &#039;round the microphones to see Nathan Drake off into the sunset (again), chat about the Overwatch beta, ponder Gearbox&#039;s next move, puzzle at shooter versus shooter, parse a Dota pop quiz, and contemplate a few hamburgers long past.</itunes:subtitle>\n        <itunes:summary>We&#039;ve gathered &#039;round the microphones to see Nathan Drake off into the sunset (again), chat about the Overwatch beta, ponder Gearbox&#039;s next move, puzzle at shooter versus shooter, parse a Dota pop quiz, and contemplate a few hamburgers long past.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9593</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2850237-untitled.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1592/Giant_Bombcast_05_10_2016-05-10-2016-1461324664.mp3\" fileSize=\"76994048\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1592/Giant_Bombcast_05_10_2016-05-10-2016-1461324664.mp3\" length=\"76994048\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05/03/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05032016/1600-1587/</link>\n        <description>The mics are hot and we&#039;re ready to talk! This week it&#039;s NX delayishness, Call of Duty future-fatigue, Battleborn bafflement, the great fruit debate, and even more of those #vapefacts you crave.</description>\n        <pubDate>Tue, 03 May 2016 16:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1587</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The mics are hot and we&#039;re ready to talk! This week it&#039;s NX delayishness, Call of Duty future-fatigue, Battleborn bafflement, the great fruit debate, and even more of those #vapefacts you crave.</itunes:subtitle>\n        <itunes:summary>The mics are hot and we&#039;re ready to talk! This week it&#039;s NX delayishness, Call of Duty future-fatigue, Battleborn bafflement, the great fruit debate, and even more of those #vapefacts you crave.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2848247-640.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1587/Giant_Bombcast_05_03_2016-05-03-2016-7199598432.mp3\" fileSize=\"1\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1587/Giant_Bombcast_05_03_2016-05-03-2016-7199598432.mp3\" length=\"1\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04/26/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04262016/1600-1579/</link>\n        <description>The gang&#039;s all back from PAX and unnervingly battered and bruised, but even wrestling injuries can&#039;t stand in the way of talk about the best of the show, Housemarque&#039;s latest, the end of the Xbox 360, the uncertain whereabouts of Frog Fractions 2, and, um</description>\n        <pubDate>Tue, 26 Apr 2016 13:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1579</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The gang&#039;s all back from PAX and unnervingly battered and bruised, but even wrestling injuries can&#039;t stand in the way of talk about the best of the show, Housemarque&#039;s latest, the end of the Xbox 360, the uncertain whereabouts of Frog Fractions 2, and, um</itunes:subtitle>\n        <itunes:summary>The gang&#039;s all back from PAX and unnervingly battered and bruised, but even wrestling injuries can&#039;t stand in the way of talk about the best of the show, Housemarque&#039;s latest, the end of the Xbox 360, the uncertain whereabouts of Frog Fractions 2, and, um</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8629</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2845474-fullsizerender.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1579/Giant_Bombcast_04_26_2016-04-26-2016-1550835983.mp3\" fileSize=\"69288970\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1579/Giant_Bombcast_04_26_2016-04-26-2016-1550835983.mp3\" length=\"69288970\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04/19/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04192016/1600-1574/</link>\n        <description>This week we&#039;ve got breaking news about the new PlayStation 4, hands-on with Supergiant&#039;s third game, sordid strife at Rockstar, mobile esports, baseball memories, fanny pack tips, and more. This podcast is so hot we need the Benz!</description>\n        <pubDate>Tue, 19 Apr 2016 12:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1574</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we&#039;ve got breaking news about the new PlayStation 4, hands-on with Supergiant&#039;s third game, sordid strife at Rockstar, mobile esports, baseball memories, fanny pack tips, and more. This podcast is so hot we need the Benz!</itunes:subtitle>\n        <itunes:summary>This week we&#039;ve got breaking news about the new PlayStation 4, hands-on with Supergiant&#039;s third game, sordid strife at Rockstar, mobile esports, baseball memories, fanny pack tips, and more. This podcast is so hot we need the Benz!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10848</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2843236-untitled.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1574/Giant_Bombcast_04_19_2016-04-19-2016-1833752732.mp3\" fileSize=\"87036145\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1574/Giant_Bombcast_04_19_2016-04-19-2016-1833752732.mp3\" length=\"87036145\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04/12/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04122016/1600-1566/</link>\n        <description>Bonfire Watch 2016 is on! In between trips to the Steam forums, we touch on early Star Fox Zero impressions, unearthed Neo Geo prototypes, the Ratchet reboot, entering the Gungeon, Nintendo&#039;s &quot;friendly&quot; market research, a variety of vape flavors, and the </description>\n        <pubDate>Tue, 12 Apr 2016 17:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1566</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Bonfire Watch 2016 is on! In between trips to the Steam forums, we touch on early Star Fox Zero impressions, unearthed Neo Geo prototypes, the Ratchet reboot, entering the Gungeon, Nintendo&#039;s &quot;friendly&quot; market research, a variety of vape flavors, and the </itunes:subtitle>\n        <itunes:summary>Bonfire Watch 2016 is on! In between trips to the Steam forums, we touch on early Star Fox Zero impressions, unearthed Neo Geo prototypes, the Ratchet reboot, entering the Gungeon, Nintendo&#039;s &quot;friendly&quot; market research, a variety of vape flavors, and the </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10622</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2841264-bonk.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1566/Giant_Bombcast_04_12_2016-04-12-2016-7668808896.mp3\" fileSize=\"85225545\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1566/Giant_Bombcast_04_12_2016-04-12-2016-7668808896.mp3\" length=\"85225545\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04/05/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04052016/1600-1559/</link>\n        <description>Another week, another VR launch. Also! Quantum Break, Killer Instinct season 3, Dark Souls III, the new Street Fighter V patch, that Doom beta, Nintendo dismissals, Final Fantasy announcements, Oculus uncertainty, and your emails!</description>\n        <pubDate>Tue, 05 Apr 2016 13:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1559</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Another week, another VR launch. Also! Quantum Break, Killer Instinct season 3, Dark Souls III, the new Street Fighter V patch, that Doom beta, Nintendo dismissals, Final Fantasy announcements, Oculus uncertainty, and your emails!</itunes:subtitle>\n        <itunes:summary>Another week, another VR launch. Also! Quantum Break, Killer Instinct season 3, Dark Souls III, the new Street Fighter V patch, that Doom beta, Nintendo dismissals, Final Fantasy announcements, Oculus uncertainty, and your emails!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10607</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2839750-1770114948-Steve.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1559/Giant_Bombcast_04_05_2016-04-05-2016-1565458627.mp3\" fileSize=\"85107472\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1559/Giant_Bombcast_04_05_2016-04-05-2016-1565458627.mp3\" length=\"85107472\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03/29/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03292016/1600-1549/</link>\n        <description>In between the launches of two VR headsets, we manage to... only talk about VR a little before delving into remastered adventure games, Street Fighter patches, early Dark Souls releases, some reminiscing about the good old days, and a whole bunch of Ninte</description>\n        <pubDate>Tue, 29 Mar 2016 17:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1549</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">In between the launches of two VR headsets, we manage to... only talk about VR a little before delving into remastered adventure games, Street Fighter patches, early Dark Souls releases, some reminiscing about the good old days, and a whole bunch of Ninte</itunes:subtitle>\n        <itunes:summary>In between the launches of two VR headsets, we manage to... only talk about VR a little before delving into remastered adventure games, Street Fighter patches, early Dark Souls releases, some reminiscing about the good old days, and a whole bunch of Ninte</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9751</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2838209-screen+shot+2016-03-29+at+5.04.51+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1549/Giant_Bombcast_03_29_2016-03-29-2016-7208317203.mp3\" fileSize=\"78260886\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1549/Giant_Bombcast_03_29_2016-03-29-2016-7208317203.mp3\" length=\"78260886\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03/22/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03222016/1600-1542/</link>\n        <description>With our glorious and/or horrible VR future nearly upon us, it&#039;s time to take stock of all the headsets and games we tried at GDC, along with a bunch of regular old flat games, the strange future of the console business, the best in chips, a stack of your</description>\n        <pubDate>Tue, 22 Mar 2016 13:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1542</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With our glorious and/or horrible VR future nearly upon us, it&#039;s time to take stock of all the headsets and games we tried at GDC, along with a bunch of regular old flat games, the strange future of the console business, the best in chips, a stack of your</itunes:subtitle>\n        <itunes:summary>With our glorious and/or horrible VR future nearly upon us, it&#039;s time to take stock of all the headsets and games we tried at GDC, along with a bunch of regular old flat games, the strange future of the console business, the best in chips, a stack of your</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11211</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2836683-asdf.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1542/Giant_Bombcast_03_22_2016-03-22-2016-0721211418.mp3\" fileSize=\"89939084\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1542/Giant_Bombcast_03_22_2016-03-22-2016-0721211418.mp3\" length=\"89939084\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03/15/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03152016/1600-1536/</link>\n        <description>Our podcasting compatriots from 8-4 join us for another GDC check-in that includes a Division deep dive, gushing over Stardew Valley, a lot of game industry movin&#039; and shakin&#039;, mobile clashes of various kinds, and more than a few trips down memory lane.</description>\n        <pubDate>Tue, 15 Mar 2016 13:20:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1536</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Our podcasting compatriots from 8-4 join us for another GDC check-in that includes a Division deep dive, gushing over Stardew Valley, a lot of game industry movin&#039; and shakin&#039;, mobile clashes of various kinds, and more than a few trips down memory lane.</itunes:subtitle>\n        <itunes:summary>Our podcasting compatriots from 8-4 join us for another GDC check-in that includes a Division deep dive, gushing over Stardew Valley, a lot of game industry movin&#039; and shakin&#039;, mobile clashes of various kinds, and more than a few trips down memory lane.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11710</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2834682-img_3863.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1536/Giant_Bombcast_03_15_2016-03-15-2016-8992463406.mp3\" fileSize=\"93937073\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1536/Giant_Bombcast_03_15_2016-03-15-2016-8992463406.mp3\" length=\"93937073\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03/08/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03082016/1600-1529/</link>\n        <description>This week&#039;s show is packed to the gills with No Man&#039;s Sky, The Division, Microsoft studio closures, the weird future of the Xbox, the strange saga of the Coleco Chameleon, some Street Fighter emails, the cleanliness of San Francisco sidewalks, and more!</description>\n        <pubDate>Tue, 08 Mar 2016 11:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1529</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week&#039;s show is packed to the gills with No Man&#039;s Sky, The Division, Microsoft studio closures, the weird future of the Xbox, the strange saga of the Coleco Chameleon, some Street Fighter emails, the cleanliness of San Francisco sidewalks, and more!</itunes:subtitle>\n        <itunes:summary>This week&#039;s show is packed to the gills with No Man&#039;s Sky, The Division, Microsoft studio closures, the weird future of the Xbox, the strange saga of the Coleco Chameleon, some Street Fighter emails, the cleanliness of San Francisco sidewalks, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12510</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2831580-creatures.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1529/Giant_Bombcast_03_08_2016-03-08-2016-9252668733.mp3\" fileSize=\"100336233\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1529/Giant_Bombcast_03_08_2016-03-08-2016-9252668733.mp3\" length=\"100336233\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03/01/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03012016/1600-1522/</link>\n        <description>Another week, another super-pricey head-mounted doohickey. Also: thoughts on the Xbox Spring Showcase, Dota strife, the end of the PlayStation TV, Mass Effect rides, Mike Haggar&#039;s campaign platform, and nighttime bathroom habits.</description>\n        <pubDate>Tue, 01 Mar 2016 11:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1522</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Another week, another super-pricey head-mounted doohickey. Also: thoughts on the Xbox Spring Showcase, Dota strife, the end of the PlayStation TV, Mass Effect rides, Mike Haggar&#039;s campaign platform, and nighttime bathroom habits.</itunes:subtitle>\n        <itunes:summary>Another week, another super-pricey head-mounted doohickey. Also: thoughts on the Xbox Spring Showcase, Dota strife, the end of the PlayStation TV, Mass Effect rides, Mike Haggar&#039;s campaign platform, and nighttime bathroom habits.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11024</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2830909-turlet.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1522/Giant_Bombcast_03_01_2016-03-01-2016-1284960329.mp3\" fileSize=\"88443622\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1522/Giant_Bombcast_03_01_2016-03-01-2016-1284960329.mp3\" length=\"88443622\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02/23/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02232016/1600-1513/</link>\n        <description>Jeff returns from prehistory to talk about Far Cry Primal. Brad can&#039;t stop daggering devils. Dan still likes Twilight Princess. Drew is a photochemical process. Aw man did you see that wolf?! #skate4</description>\n        <pubDate>Tue, 23 Feb 2016 13:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1513</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff returns from prehistory to talk about Far Cry Primal. Brad can&#039;t stop daggering devils. Dan still likes Twilight Princess. Drew is a photochemical process. Aw man did you see that wolf?! #skate4</itunes:subtitle>\n        <itunes:summary>Jeff returns from prehistory to talk about Far Cry Primal. Brad can&#039;t stop daggering devils. Dan still likes Twilight Princess. Drew is a photochemical process. Aw man did you see that wolf?! #skate4</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9171</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2828588-ss_5f08d0fc5a418ab6e236d61c04808b7e4b02478a.1920x1080.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1513/Giant_Bombcast_02_23_2016-02-23-2016-1103261937.mp3\" fileSize=\"73618614\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1513/Giant_Bombcast_02_23_2016-02-23-2016-1103261937.mp3\" length=\"73618614\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02/16/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02162016/1600-1507/</link>\n        <description>The launch of Street Fighter V has brought out some strong feelings on this podcast, but we didn&#039;t forget to hit XCOM 2, Firewatch, Quantum Break exclusivity, Fallout DLC, marital hijinks, unlikely fighting game match-ups, and the latest updates from the </description>\n        <pubDate>Tue, 16 Feb 2016 17:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1507</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The launch of Street Fighter V has brought out some strong feelings on this podcast, but we didn&#039;t forget to hit XCOM 2, Firewatch, Quantum Break exclusivity, Fallout DLC, marital hijinks, unlikely fighting game match-ups, and the latest updates from the </itunes:subtitle>\n        <itunes:summary>The launch of Street Fighter V has brought out some strong feelings on this podcast, but we didn&#039;t forget to hit XCOM 2, Firewatch, Quantum Break exclusivity, Fallout DLC, marital hijinks, unlikely fighting game match-ups, and the latest updates from the </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11233</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2729046-5_bmp_jpgcopy.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1507/Giant_Bombcast_02_16_2016-02-16-2016-4361719520.mp3\" fileSize=\"90117553\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1507/Giant_Bombcast_02_16_2016-02-16-2016-4361719520.mp3\" length=\"90117553\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02/09/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02092016/1600-1501/</link>\n        <description>We &quot;mourn&quot; the passing of Super Bowl City before looking ahead to cheerier topics like the trials of XCOM 2, the wide-open expanses of Firewatch, the ongoing mystery of Godus, and the distressing meaning of the dark shower.</description>\n        <pubDate>Tue, 09 Feb 2016 13:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1501</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We &quot;mourn&quot; the passing of Super Bowl City before looking ahead to cheerier topics like the trials of XCOM 2, the wide-open expanses of Firewatch, the ongoing mystery of Godus, and the distressing meaning of the dark shower.</itunes:subtitle>\n        <itunes:summary>We &quot;mourn&quot; the passing of Super Bowl City before looking ahead to cheerier topics like the trials of XCOM 2, the wide-open expanses of Firewatch, the ongoing mystery of Godus, and the distressing meaning of the dark shower.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9184</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2824400-czwg4tkw0aim-jr.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1501/Giant_Bombcast_02_09_2016-02-09-2016-8270465901.mp3\" fileSize=\"73722058\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1501/Giant_Bombcast_02_09_2016-02-09-2016-8270465901.mp3\" length=\"73722058\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02/02/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02022016/1600-1494/</link>\n        <description>This week from the new studio: Jason mourns the last Street Fighter V beta; Dan has begun to bear Witness; Brad really likes the mood lighting; Jeff has thoughts on Mario. All this plus your emails!</description>\n        <pubDate>Tue, 02 Feb 2016 14:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1494</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week from the new studio: Jason mourns the last Street Fighter V beta; Dan has begun to bear Witness; Brad really likes the mood lighting; Jeff has thoughts on Mario. All this plus your emails!</itunes:subtitle>\n        <itunes:summary>This week from the new studio: Jason mourns the last Street Fighter V beta; Dan has begun to bear Witness; Brad really likes the mood lighting; Jeff has thoughts on Mario. All this plus your emails!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10414</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2822403-untitled.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1494/Giant_Bombcast_02_02_2016-02-02-2016-7667832768.mp3\" fileSize=\"83564162\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1494/Giant_Bombcast_02_02_2016-02-02-2016-7667832768.mp3\" length=\"83564162\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01/26/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01262016/1600-1486/</link>\n        <description>We&#039;ve been doing a lot of Witnessing and we&#039;re very excited about it, but that doesn&#039;t mean we forgot about Sony reorgs, mysterious Konami vans, fighting game failures, in-game crosshairs, questionable root beer, or mobile apps made by certain controversi</description>\n        <pubDate>Tue, 26 Jan 2016 17:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1486</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;ve been doing a lot of Witnessing and we&#039;re very excited about it, but that doesn&#039;t mean we forgot about Sony reorgs, mysterious Konami vans, fighting game failures, in-game crosshairs, questionable root beer, or mobile apps made by certain controversi</itunes:subtitle>\n        <itunes:summary>We&#039;ve been doing a lot of Witnessing and we&#039;re very excited about it, but that doesn&#039;t mean we forgot about Sony reorgs, mysterious Konami vans, fighting game failures, in-game crosshairs, questionable root beer, or mobile apps made by certain controversi</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7813</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2818983-the+witness_20160122063259.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1486/Giant_Bombcast_01_26_2016-01-26-2016-9949472309.mp3\" fileSize=\"62756481\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1486/Giant_Bombcast_01_26_2016-01-26-2016-9949472309.mp3\" length=\"62756481\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01/19/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01192016/1600-1480/</link>\n        <description>Come for the handy tips on bathing your infant, stay for the lively chat about drinking at work, &quot;getting&quot; Resident Evil, plumbing the Darkest Dungeon, busting up Hitman, dredging up the Ninja Turtles, and chugging a 40 faster than anyone you know!</description>\n        <pubDate>Tue, 19 Jan 2016 17:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1480</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Come for the handy tips on bathing your infant, stay for the lively chat about drinking at work, &quot;getting&quot; Resident Evil, plumbing the Darkest Dungeon, busting up Hitman, dredging up the Ninja Turtles, and chugging a 40 faster than anyone you know!</itunes:subtitle>\n        <itunes:summary>Come for the handy tips on bathing your infant, stay for the lively chat about drinking at work, &quot;getting&quot; Resident Evil, plumbing the Darkest Dungeon, busting up Hitman, dredging up the Ninja Turtles, and chugging a 40 faster than anyone you know!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10165</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2817442-9151996440-p1000.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1480/Giant_Bombcast_01_19_2016-01-19-2016-9682693335.mp3\" fileSize=\"81575717\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1480/Giant_Bombcast_01_19_2016-01-19-2016-9682693335.mp3\" length=\"81575717\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01/12/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01122016/1600-1473/</link>\n        <description>We come perilously close to probing the mysteries of a dwarven fortress before retreating to the relative comfort of safer topics like XCOM 2, SNL movies, VR pricing, Valve retirements, desert buses, grocery haulists, rap skits, and... M*A*S*H?</description>\n        <pubDate>Tue, 12 Jan 2016 18:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1473</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We come perilously close to probing the mysteries of a dwarven fortress before retreating to the relative comfort of safer topics like XCOM 2, SNL movies, VR pricing, Valve retirements, desert buses, grocery haulists, rap skits, and... M*A*S*H?</itunes:subtitle>\n        <itunes:summary>We come perilously close to probing the mysteries of a dwarven fortress before retreating to the relative comfort of safer topics like XCOM 2, SNL movies, VR pricing, Valve retirements, desert buses, grocery haulists, rap skits, and... M*A*S*H?</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10514</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2815183-dwarf.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1473/Giant_Bombcast_01_12_2016-01-12-2016-0020062817.mp3\" fileSize=\"84369147\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1473/Giant_Bombcast_01_12_2016-01-12-2016-0020062817.mp3\" length=\"84369147\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01/05/2016</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01052016/1600-1467/</link>\n        <description>We&#039;re *yawn* back from break and, uh, feelin&#039; refreshed in 2016! Time to remember how to talk as we chew the fat about Oculus Rift preorders, esports sales, Mario Maker websites, Steam breaches, Hall &amp;amp; Oates, and a year without Assassin&#039;s Creed.</description>\n        <pubDate>Tue, 05 Jan 2016 13:50:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1467</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re *yawn* back from break and, uh, feelin&#039; refreshed in 2016! Time to remember how to talk as we chew the fat about Oculus Rift preorders, esports sales, Mario Maker websites, Steam breaches, Hall &amp;amp; Oates, and a year without Assassin&#039;s Creed.</itunes:subtitle>\n        <itunes:summary>We&#039;re *yawn* back from break and, uh, feelin&#039; refreshed in 2016! Time to remember how to talk as we chew the fat about Oculus Rift preorders, esports sales, Mario Maker websites, Steam breaches, Hall &amp;amp; Oates, and a year without Assassin&#039;s Creed.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9574</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2812825-asdf.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1467/Giant_Bombcast_01_05_2016-01-05-2016-8937819143.mp3\" fileSize=\"76848393\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1467/Giant_Bombcast_01_05_2016-01-05-2016-8937819143.mp3\" length=\"76848393\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb&#039;s Game of the Year 2015: Day Five</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombs-game-of-the-year-2015-day-five/1600-1452/</link>\n        <description>All threads converge on our final day of discussions, in which we&#039;ll name the Best Use of FMV, Animal of the Year, Incremental/Idle Experience of the Year, and Best Game.</description>\n        <pubDate>Fri, 01 Jan 2016 09:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1452</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">All threads converge on our final day of discussions, in which we&#039;ll name the Best Use of FMV, Animal of the Year, Incremental/Idle Experience of the Year, and Best Game.</itunes:subtitle>\n        <itunes:summary>All threads converge on our final day of discussions, in which we&#039;ll name the Best Use of FMV, Animal of the Year, Incremental/Idle Experience of the Year, and Best Game.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">16792</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2807026-day05_slate_podcast?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1452/Giant_Bomb%27s_Game_of_the_Year_2015__Day_Five-12-31-2015-7511209767.mp3\" fileSize=\"134591540\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1452/Giant_Bomb%27s_Game_of_the_Year_2015__Day_Five-12-31-2015-7511209767.mp3\" length=\"134591540\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb&#039;s Game of the Year 2015: Day Four</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombs-game-of-the-year-2015-day-four/1600-1451/</link>\n        <description>Four days in, Game of the Year stops for nothing! We&#039;ve made it to Best Story, Best Styyyyyyyyyyle, Worst Game of the Year, and PLEASE STOP.</description>\n        <pubDate>Thu, 31 Dec 2015 09:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1451</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Four days in, Game of the Year stops for nothing! We&#039;ve made it to Best Story, Best Styyyyyyyyyyle, Worst Game of the Year, and PLEASE STOP.</itunes:subtitle>\n        <itunes:summary>Four days in, Game of the Year stops for nothing! We&#039;ve made it to Best Story, Best Styyyyyyyyyyle, Worst Game of the Year, and PLEASE STOP.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12630</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2807025-day04_slate_podcast?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1451/Giant_Bomb%27s_Game_of_the_Year_2015__Day_Four-12-31-2015-4416543496.mp3\" fileSize=\"101295030\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1451/Giant_Bomb%27s_Game_of_the_Year_2015__Day_Four-12-31-2015-4416543496.mp3\" length=\"101295030\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb&#039;s Game of the Year 2015: Day Three</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombs-game-of-the-year-2015-day-three/1600-1450/</link>\n        <description>We&#039;re at the halfway point in our week-long deliberations, with Best Debut, Best Multiplayer, Best Moment or Sequence, and Hottest Mess rounding out day three.</description>\n        <pubDate>Wed, 30 Dec 2015 09:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1450</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re at the halfway point in our week-long deliberations, with Best Debut, Best Multiplayer, Best Moment or Sequence, and Hottest Mess rounding out day three.</itunes:subtitle>\n        <itunes:summary>We&#039;re at the halfway point in our week-long deliberations, with Best Debut, Best Multiplayer, Best Moment or Sequence, and Hottest Mess rounding out day three.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">13607</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2807024-day03_slate_podcast?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1450/Giant_Bomb%27s_Game_of_the_Year_2015__Day_Three-12-30-2015-8276229504.mp3\" fileSize=\"109109822\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1450/Giant_Bomb%27s_Game_of_the_Year_2015__Day_Three-12-30-2015-8276229504.mp3\" length=\"109109822\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb&#039;s Game of the Year 2015: Day Two</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombs-game-of-the-year-2015-day-two/1600-1449/</link>\n        <description>Our mammoth second day of GOTY deliberations gets rolling with categories including Best Music, Most Disappointing Game, Best Short-Time Game, and Best New Character.</description>\n        <pubDate>Tue, 29 Dec 2015 09:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1449</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Our mammoth second day of GOTY deliberations gets rolling with categories including Best Music, Most Disappointing Game, Best Short-Time Game, and Best New Character.</itunes:subtitle>\n        <itunes:summary>Our mammoth second day of GOTY deliberations gets rolling with categories including Best Music, Most Disappointing Game, Best Short-Time Game, and Best New Character.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">15600</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2807023-day02_slate_podcast?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1449/Giant_Bomb%27s_Game_of_the_Year_2015__Day_Two-12-29-2015-4252671598.mp3\" fileSize=\"125054965\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1449/Giant_Bomb%27s_Game_of_the_Year_2015__Day_Two-12-29-2015-4252671598.mp3\" length=\"125054965\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb&#039;s Game of the Year 2015: Day One</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombs-game-of-the-year-2015-day-one/1600-1448/</link>\n        <description>The gang&#039;s all here to kick off our year-end deliberations with discussions on 2015&#039;s Old Game of the Year, Best Surprise, Least Necessary HD Remaster, and Best Looking Game.</description>\n        <pubDate>Mon, 28 Dec 2015 09:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1448</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The gang&#039;s all here to kick off our year-end deliberations with discussions on 2015&#039;s Old Game of the Year, Best Surprise, Least Necessary HD Remaster, and Best Looking Game.</itunes:subtitle>\n        <itunes:summary>The gang&#039;s all here to kick off our year-end deliberations with discussions on 2015&#039;s Old Game of the Year, Best Surprise, Least Necessary HD Remaster, and Best Looking Game.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9046</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2807022-day01_slate_podcast.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1448/Giant_Bomb%27s_Game_of_the_Year_2015__Day_One_2-12-28-2015-2304573511.mp3\" fileSize=\"72622402\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1448/Giant_Bomb%27s_Game_of_the_Year_2015__Day_One_2-12-28-2015-2304573511.mp3\" length=\"72622402\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12/22/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12222015/1600-1460/</link>\n        <description>The year&#039;s almost over, so let&#039;s quickly run over a little bit of news and dive headfirst into your emails and tmails! Tmails?</description>\n        <pubDate>Tue, 22 Dec 2015 08:12:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1460</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The year&#039;s almost over, so let&#039;s quickly run over a little bit of news and dive headfirst into your emails and tmails! Tmails?</itunes:subtitle>\n        <itunes:summary>The year&#039;s almost over, so let&#039;s quickly run over a little bit of news and dive headfirst into your emails and tmails! Tmails?</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10661</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2808327-9047342336-twitt.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1460/Giant_Bombcast_12_22_2015-12-22-2015-2201689492.mp3\" fileSize=\"85295567\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1460/Giant_Bombcast_12_22_2015-12-22-2015-2201689492.mp3\" length=\"85295567\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12/15/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12152015/1600-1446/</link>\n        <description>As the holidays draw nigh, GameSpot&#039;s Mary Kish joins in for a chilly chat about Nintendo patents, produce rankings, Star Wars saturation, the long-awaited release of Nuclear Throne, smelly VR, Pokemon pooping, more foreign movie titles, and the perils of</description>\n        <pubDate>Tue, 15 Dec 2015 12:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1446</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">As the holidays draw nigh, GameSpot&#039;s Mary Kish joins in for a chilly chat about Nintendo patents, produce rankings, Star Wars saturation, the long-awaited release of Nuclear Throne, smelly VR, Pokemon pooping, more foreign movie titles, and the perils of</itunes:subtitle>\n        <itunes:summary>As the holidays draw nigh, GameSpot&#039;s Mary Kish joins in for a chilly chat about Nintendo patents, produce rankings, Star Wars saturation, the long-awaited release of Nuclear Throne, smelly VR, Pokemon pooping, more foreign movie titles, and the perils of</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9153</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2806373-yoda.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1446/Giant_Bombcast_12_15_2015-12-15-2015-6756638107.mp3\" fileSize=\"73477343\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1446/Giant_Bombcast_12_15_2015-12-15-2015-6756638107.mp3\" length=\"73477343\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12/08/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12082015/1600-1437/</link>\n        <description>It&#039;s December. Where&#039;d all this news come from? Oh well, time to break down all the goings-on out of the Game Awards and the PlayStation Experience with the help of one very special Irish guest. All this plus new offices, KGB spies, erstwhile hooahs, and </description>\n        <pubDate>Tue, 08 Dec 2015 14:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1437</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s December. Where&#039;d all this news come from? Oh well, time to break down all the goings-on out of the Game Awards and the PlayStation Experience with the help of one very special Irish guest. All this plus new offices, KGB spies, erstwhile hooahs, and </itunes:subtitle>\n        <itunes:summary>It&#039;s December. Where&#039;d all this news come from? Oh well, time to break down all the goings-on out of the Game Awards and the PlayStation Experience with the help of one very special Irish guest. All this plus new offices, KGB spies, erstwhile hooahs, and </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9999</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2804237-screen+shot+2015-12-08+at+1.31.10+pm.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1437/Giant_Bombcast_12_08_2015-12-08-2015-7705410932.mp3\" fileSize=\"80247655\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1437/Giant_Bombcast_12_08_2015-12-08-2015-7705410932.mp3\" length=\"80247655\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12/01/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12012015/1600-1432/</link>\n        <description>The gang&#039;s all here in what may be our longest and most chaotic episode ever. Black Friday strategies! Just Cause 3! NX release speculation! Lara Croft&#039;s prepping tips! Very old emails! This week we&#039;ve got it all.</description>\n        <pubDate>Tue, 01 Dec 2015 15:20:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1432</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The gang&#039;s all here in what may be our longest and most chaotic episode ever. Black Friday strategies! Just Cause 3! NX release speculation! Lara Croft&#039;s prepping tips! Very old emails! This week we&#039;ve got it all.</itunes:subtitle>\n        <itunes:summary>The gang&#039;s all here in what may be our longest and most chaotic episode ever. Black Friday strategies! Just Cause 3! NX release speculation! Lara Croft&#039;s prepping tips! Very old emails! This week we&#039;ve got it all.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12932</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2802240-untitled.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1432/Giant_Bombcast_12_01_2015-12-01-2015-7182932087.mp3\" fileSize=\"103709582\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1432/Giant_Bombcast_12_01_2015-12-01-2015-7182932087.mp3\" length=\"103709582\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11/24/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11242015/1600-1426/</link>\n        <description>Hot topics this week include airsoft, stuff in Jeff&#039;s garage, the new Bloodborne DLC, PlayStation 4 PlayStation 2 emulation, messing with the Steam Link and Controller, Xbox 360 memories, and more emails about synthetic weed than you ever thought possible</description>\n        <pubDate>Tue, 24 Nov 2015 15:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1426</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Hot topics this week include airsoft, stuff in Jeff&#039;s garage, the new Bloodborne DLC, PlayStation 4 PlayStation 2 emulation, messing with the Steam Link and Controller, Xbox 360 memories, and more emails about synthetic weed than you ever thought possible</itunes:subtitle>\n        <itunes:summary>Hot topics this week include airsoft, stuff in Jeff&#039;s garage, the new Bloodborne DLC, PlayStation 4 PlayStation 2 emulation, messing with the Steam Link and Controller, Xbox 360 memories, and more emails about synthetic weed than you ever thought possible</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10992</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2800952-2010249092-Hand%25.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1426/Giant_Bombcast_11_24_2015-11-24-2015-9875024023.mp3\" fileSize=\"88188044\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1426/Giant_Bombcast_11_24_2015-11-24-2015-9875024023.mp3\" length=\"88188044\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11/17/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11172015/1600-1421/</link>\n        <description>Battlefront! Fallout! Tomb Raider! StarCraft! The games of holiday 2015 are upon us, but that doesn&#039;t keep us from other important topics like old Bruce Lee games, Nintendo&#039;s first post-Iwata Direct, the fate of System Shock, seafood pizza, a bunch of gam</description>\n        <pubDate>Tue, 17 Nov 2015 15:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1421</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Battlefront! Fallout! Tomb Raider! StarCraft! The games of holiday 2015 are upon us, but that doesn&#039;t keep us from other important topics like old Bruce Lee games, Nintendo&#039;s first post-Iwata Direct, the fate of System Shock, seafood pizza, a bunch of gam</itunes:subtitle>\n        <itunes:summary>Battlefront! Fallout! Tomb Raider! StarCraft! The games of holiday 2015 are upon us, but that doesn&#039;t keep us from other important topics like old Bruce Lee games, Nintendo&#039;s first post-Iwata Direct, the fate of System Shock, seafood pizza, a bunch of gam</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12829</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2799008-2965273-6.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1421/Giant_Bombcast_11_17_2015-11-17-2015-4768141922.mp3\" fileSize=\"102883486\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1421/Giant_Bombcast_11_17_2015-11-17-2015-4768141922.mp3\" length=\"102883486\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11/10/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11102015/1600-1410/</link>\n        <description>Fresh off of Extra Life, Chicago&#039;s favorite son swoops in to chat about the biggest games of the season, open-world quality assurance, 6 billion dollar acquisitions, forced eSports, questionable parenting tips, a whole bunch of business minutes, and the j</description>\n        <pubDate>Tue, 10 Nov 2015 14:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1410</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Fresh off of Extra Life, Chicago&#039;s favorite son swoops in to chat about the biggest games of the season, open-world quality assurance, 6 billion dollar acquisitions, forced eSports, questionable parenting tips, a whole bunch of business minutes, and the j</itunes:subtitle>\n        <itunes:summary>Fresh off of Extra Life, Chicago&#039;s favorite son swoops in to chat about the biggest games of the season, open-world quality assurance, 6 billion dollar acquisitions, forced eSports, questionable parenting tips, a whole bunch of business minutes, and the j</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10799</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2797327-knqgixte.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1410/Giant_Bombcast_11_10_2015-11-10-2015-9770854399.mp3\" fileSize=\"86645771\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1410/Giant_Bombcast_11_10_2015-11-10-2015-9770854399.mp3\" length=\"86645771\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11/03/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11032015/1600-1405/</link>\n        <description>Drew&#039;s back from Europe! Jeff&#039;s bummed about Need for Speed! Dan&#039;s a wrestling manager! Brad can&#039;t really talk about Tomb Raider! Questionable tax advice! The mystery of Half-Life 3! Applebee&#039;s vs. Chili&#039;s! IHOP vs. Waffle House! Sweet &#039;nade bro!</description>\n        <pubDate>Tue, 03 Nov 2015 12:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1405</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Drew&#039;s back from Europe! Jeff&#039;s bummed about Need for Speed! Dan&#039;s a wrestling manager! Brad can&#039;t really talk about Tomb Raider! Questionable tax advice! The mystery of Half-Life 3! Applebee&#039;s vs. Chili&#039;s! IHOP vs. Waffle House! Sweet &#039;nade bro!</itunes:subtitle>\n        <itunes:summary>Drew&#039;s back from Europe! Jeff&#039;s bummed about Need for Speed! Dan&#039;s a wrestling manager! Brad can&#039;t really talk about Tomb Raider! Questionable tax advice! The mystery of Half-Life 3! Applebee&#039;s vs. Chili&#039;s! IHOP vs. Waffle House! Sweet &#039;nade bro!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10438</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2795393-slack+for+ios+upload.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1405/Giant_Bombcast_11_03_2015-11-03-2015-6778315817.mp3\" fileSize=\"83759554\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1405/Giant_Bombcast_11_03_2015-11-03-2015-6778315817.mp3\" length=\"83759554\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10/27/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10272015/1600-1399/</link>\n        <description>Between fall video games shipping and Sony holding press conferences, we almost missed this week&#039;s podcast! Luckily we rode our bears here from Paris to touch on all these topics, plus the quirks of Canadian money, the horrors of Bayou Billy, educational </description>\n        <pubDate>Tue, 27 Oct 2015 17:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1399</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Between fall video games shipping and Sony holding press conferences, we almost missed this week&#039;s podcast! Luckily we rode our bears here from Paris to touch on all these topics, plus the quirks of Canadian money, the horrors of Bayou Billy, educational </itunes:subtitle>\n        <itunes:summary>Between fall video games shipping and Sony holding press conferences, we almost missed this week&#039;s podcast! Luckily we rode our bears here from Paris to touch on all these topics, plus the quirks of Canadian money, the horrors of Bayou Billy, educational </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10770</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2793831-screen+shot+2015-10-27+at+5.09.19+pm.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1399/Giant_Bombcast_10_27_2015-10-27-2015-2965634155.mp3\" fileSize=\"86415057\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1399/Giant_Bombcast_10_27_2015-10-27-2015-2965634155.mp3\" length=\"86415057\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: LA Podfest 2015 Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-la-podfest-2015-edition/1600-1390/</link>\n        <description>Live from Los Angeles, it&#039;s our show from the LA Podfest! Well, it was live when it happened. You&#039;ll just have to trust us.</description>\n        <pubDate>Wed, 21 Oct 2015 15:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1390</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Live from Los Angeles, it&#039;s our show from the LA Podfest! Well, it was live when it happened. You&#039;ll just have to trust us.</itunes:subtitle>\n        <itunes:summary>Live from Los Angeles, it&#039;s our show from the LA Podfest! Well, it was live when it happened. You&#039;ll just have to trust us.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5628</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2791939-7950908447-santa.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1390/Giant_Bombcast__LA_Podfest_2015_Edition-10-21-2015-2288220474.mp3\" fileSize=\"45277650\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1390/Giant_Bombcast__LA_Podfest_2015_Edition-10-21-2015-2288220474.mp3\" length=\"45277650\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10/20/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10202015/1600-1387/</link>\n        <description>A harrowing two-week journey without any video producers has begun, but we&#039;ll survive by recruiting one Matthew Rorie to chat about water-cooled laptops, nasty time capsules, NES memories, not much Halo (yet), the NX timeline (again), the wonders of arcad</description>\n        <pubDate>Tue, 20 Oct 2015 16:20:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1387</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">A harrowing two-week journey without any video producers has begun, but we&#039;ll survive by recruiting one Matthew Rorie to chat about water-cooled laptops, nasty time capsules, NES memories, not much Halo (yet), the NX timeline (again), the wonders of arcad</itunes:subtitle>\n        <itunes:summary>A harrowing two-week journey without any video producers has begun, but we&#039;ll survive by recruiting one Matthew Rorie to chat about water-cooled laptops, nasty time capsules, NES memories, not much Halo (yet), the NX timeline (again), the wonders of arcad</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9198</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2791734-6870134838_a656d80cea_b.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1387/Giant_Bombcast_10_20_2015-10-20-2015-4193532856.mp3\" fileSize=\"73834068\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1387/Giant_Bombcast_10_20_2015-10-20-2015-4193532856.mp3\" length=\"73834068\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10/13/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10132015/1600-1380/</link>\n        <description>Danny O&#039;Dwyer joins us as we uncover the 10 Hottest Spots in Lisbon and discuss our adventures in amateur level design, disappearing Darth Vader, the FOB rebalance, the saga of Finicky Larry, mods for the console version of Fallout 4, that New Xbox One Ex</description>\n        <pubDate>Tue, 13 Oct 2015 12:32:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1380</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Danny O&#039;Dwyer joins us as we uncover the 10 Hottest Spots in Lisbon and discuss our adventures in amateur level design, disappearing Darth Vader, the FOB rebalance, the saga of Finicky Larry, mods for the console version of Fallout 4, that New Xbox One Ex</itunes:subtitle>\n        <itunes:summary>Danny O&#039;Dwyer joins us as we uncover the 10 Hottest Spots in Lisbon and discuss our adventures in amateur level design, disappearing Darth Vader, the FOB rebalance, the saga of Finicky Larry, mods for the console version of Fallout 4, that New Xbox One Ex</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11621</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2789916-screen+shot+2015-10-13+at+12.09.11+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1380/Giant_Bombcast_10_13_2015-10-13-2015-2650262117.mp3\" fileSize=\"92976068\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1380/Giant_Bombcast_10_13_2015-10-13-2015-2650262117.mp3\" length=\"92976068\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10/06/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10062015/1600-1375/</link>\n        <description>It&#039;s an indie-stravaganza this week with Undertale, The Beginner&#039;s Guide, Read Only Memories, and Indivisible, along with a little much-needed Tony Hawk catharsis, some now-outdated Far Cry speculation, thoughts on wrasslin&#039; and Rock Band, and... yeah, OK</description>\n        <pubDate>Tue, 06 Oct 2015 14:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1375</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s an indie-stravaganza this week with Undertale, The Beginner&#039;s Guide, Read Only Memories, and Indivisible, along with a little much-needed Tony Hawk catharsis, some now-outdated Far Cry speculation, thoughts on wrasslin&#039; and Rock Band, and... yeah, OK</itunes:subtitle>\n        <itunes:summary>It&#039;s an indie-stravaganza this week with Undertale, The Beginner&#039;s Guide, Read Only Memories, and Indivisible, along with a little much-needed Tony Hawk catharsis, some now-outdated Far Cry speculation, thoughts on wrasslin&#039; and Rock Band, and... yeah, OK</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10378</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2788175-8689544038-D-Lo..jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1375/Giant_Bombcast_10_06_2015-10-06-2015-5119103369.mp3\" fileSize=\"83280781\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1375/Giant_Bombcast_10_06_2015-10-06-2015-5119103369.mp3\" length=\"83280781\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09/29/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09292015/1600-1364/</link>\n        <description>Just as fall is starting to heat up, let&#039;s talk about all the games we HAVEN&#039;T played yet! Like Tony Hawk 5! And Lego Dimensions! And Destin...yeah, no, we&#039;ve been playing way too much of that. Anyway, whatever. Video games! They&#039;re back!</description>\n        <pubDate>Tue, 29 Sep 2015 16:55:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1364</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Just as fall is starting to heat up, let&#039;s talk about all the games we HAVEN&#039;T played yet! Like Tony Hawk 5! And Lego Dimensions! And Destin...yeah, no, we&#039;ve been playing way too much of that. Anyway, whatever. Video games! They&#039;re back!</itunes:subtitle>\n        <itunes:summary>Just as fall is starting to heat up, let&#039;s talk about all the games we HAVEN&#039;T played yet! Like Tony Hawk 5! And Lego Dimensions! And Destin...yeah, no, we&#039;ve been playing way too much of that. Anyway, whatever. Video games! They&#039;re back!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9713</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/39/2748195-thps5_school_riley_kickflipmctwist.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1364/Giant_Bombcast_09_29_2015-09-29-2015-2791306425.mp3\" fileSize=\"77955981\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1364/Giant_Bombcast_09_29_2015-09-29-2015-2791306425.mp3\" length=\"77955981\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09/22/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09222015/1600-1359/</link>\n        <description>We&#039;ve got some new podcasting equipment, and we talked directly into it for your listening enjoyment! Just in time for Destiny: The Taken King, Animal Crossing: Happy Home Designer, Tokyo Game Show: Not Much Happened, Video Games: A Few Got Delayed, Email</description>\n        <pubDate>Tue, 22 Sep 2015 15:35:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1359</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;ve got some new podcasting equipment, and we talked directly into it for your listening enjoyment! Just in time for Destiny: The Taken King, Animal Crossing: Happy Home Designer, Tokyo Game Show: Not Much Happened, Video Games: A Few Got Delayed, Email</itunes:subtitle>\n        <itunes:summary>We&#039;ve got some new podcasting equipment, and we talked directly into it for your listening enjoyment! Just in time for Destiny: The Taken King, Animal Crossing: Happy Home Designer, Tokyo Game Show: Not Much Happened, Video Games: A Few Got Delayed, Email</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8411</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2785080-slack-imgs.com.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1359/Giant_Bombcast_09_22_2015-09-22-2015-4997784843.mp3\" fileSize=\"67540647\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1359/Giant_Bombcast_09_22_2015-09-22-2015-4997784843.mp3\" length=\"67540647\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09/15/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09152015/1600-1350/</link>\n        <description>Should Drew buy a Wii U? What&#039;s the best emoji of 2015&#039;s freshman class? Just how good IS Super Mario Maker? Does Forza 6 still have cars? All these and other burning questions will be explored on this week&#039;s edition of... what&#039;s this podcast called again</description>\n        <pubDate>Tue, 15 Sep 2015 12:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1350</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Should Drew buy a Wii U? What&#039;s the best emoji of 2015&#039;s freshman class? Just how good IS Super Mario Maker? Does Forza 6 still have cars? All these and other burning questions will be explored on this week&#039;s edition of... what&#039;s this podcast called again</itunes:subtitle>\n        <itunes:summary>Should Drew buy a Wii U? What&#039;s the best emoji of 2015&#039;s freshman class? Just how good IS Super Mario Maker? Does Forza 6 still have cars? All these and other burning questions will be explored on this week&#039;s edition of... what&#039;s this podcast called again</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9887</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2783570-asdfsadfds.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1350/Giant_Bombcast_09_15_2015-09-15-2015-6087732750.mp3\" fileSize=\"79349666\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1350/Giant_Bombcast_09_15_2015-09-15-2015-6087732750.mp3\" length=\"79349666\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09/08/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09082015/1600-1346/</link>\n        <description>Roughly 75 percent of this podcast is about Metal Gear Solid V, but we somehow manage to sneak in a tidbit here and there about Marty O&#039;Donnell and the future of Destiny, new PS4 firmware business, Dan&#039;s adventures in pants-buying, and the video game mona</description>\n        <pubDate>Tue, 08 Sep 2015 16:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1346</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Roughly 75 percent of this podcast is about Metal Gear Solid V, but we somehow manage to sneak in a tidbit here and there about Marty O&#039;Donnell and the future of Destiny, new PS4 firmware business, Dan&#039;s adventures in pants-buying, and the video game mona</itunes:subtitle>\n        <itunes:summary>Roughly 75 percent of this podcast is about Metal Gear Solid V, but we somehow manage to sneak in a tidbit here and there about Marty O&#039;Donnell and the future of Destiny, new PS4 firmware business, Dan&#039;s adventures in pants-buying, and the video game mona</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8419</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2781684-mgsv-pp-d-dog3.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1346/Giant_Bombcast_09_08_2015-09-08-2015-8192000301.mp3\" fileSize=\"67605645\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1346/Giant_Bombcast_09_08_2015-09-08-2015-8192000301.mp3\" length=\"67605645\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09/01/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09012015/1600-1335/</link>\n        <description>All anyone wants to do is play Metal Gear, but we also manage to squeeze in some chit-chat about Lara Croft Go, Mad Max, the HTC Vive, crowdfunded preorders, Christmas games, E40&#039;s 40s, and getting too old for PAX.</description>\n        <pubDate>Tue, 01 Sep 2015 16:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1335</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">All anyone wants to do is play Metal Gear, but we also manage to squeeze in some chit-chat about Lara Croft Go, Mad Max, the HTC Vive, crowdfunded preorders, Christmas games, E40&#039;s 40s, and getting too old for PAX.</itunes:subtitle>\n        <itunes:summary>All anyone wants to do is play Metal Gear, but we also manage to squeeze in some chit-chat about Lara Croft Go, Mad Max, the HTC Vive, crowdfunded preorders, Christmas games, E40&#039;s 40s, and getting too old for PAX.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8970</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2778581-2528601673-MGS5_.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1335/Giant_Bombcast_09_01_2015-09-01-2015-6162400158.mp3\" fileSize=\"72016573\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1335/Giant_Bombcast_09_01_2015-09-01-2015-6162400158.mp3\" length=\"72016573\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08/25/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08252015/1600-1329/</link>\n        <description>We talk about airplanes and drive-ins and video games and Metal Gear! Someone said &quot;Sad Factory&quot; and that was pretty funny! See you at PAX!</description>\n        <pubDate>Tue, 25 Aug 2015 18:05:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1329</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We talk about airplanes and drive-ins and video games and Metal Gear! Someone said &quot;Sad Factory&quot; and that was pretty funny! See you at PAX!</itunes:subtitle>\n        <itunes:summary>We talk about airplanes and drive-ins and video games and Metal Gear! Someone said &quot;Sad Factory&quot; and that was pretty funny! See you at PAX!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9930</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2776544-space_needle002.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1329/Giant_Bombcast_08_25_2015-08-25-2015-3518395058.mp3\" fileSize=\"79689677\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1329/Giant_Bombcast_08_25_2015-08-25-2015-3518395058.mp3\" length=\"79689677\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08/18/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08182015/1600-1319/</link>\n        <description>We&#039;ve got thoughts on movies new and old, and by golly, you&#039;re gonna hear &#039;em. Also: video game tattoos, way too much Metal Gear, doping in electronic sports, and Dan&#039;s unexpected spiritual awakening. Don&#039;t forget to tip your server!</description>\n        <pubDate>Tue, 18 Aug 2015 14:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1319</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;ve got thoughts on movies new and old, and by golly, you&#039;re gonna hear &#039;em. Also: video game tattoos, way too much Metal Gear, doping in electronic sports, and Dan&#039;s unexpected spiritual awakening. Don&#039;t forget to tip your server!</itunes:subtitle>\n        <itunes:summary>We&#039;ve got thoughts on movies new and old, and by golly, you&#039;re gonna hear &#039;em. Also: video game tattoos, way too much Metal Gear, doping in electronic sports, and Dan&#039;s unexpected spiritual awakening. Don&#039;t forget to tip your server!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11205</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2774421-007-roger-moore-theredlist.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1319/Giant_Bombcast_08_18_2015-08-18-2015-7086080563.mp3\" fileSize=\"89890807\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1319/Giant_Bombcast_08_18_2015-08-18-2015-7086080563.mp3\" length=\"89890807\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08/11/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08112015/1600-1313/</link>\n        <description>This week! Jeff&#039;s clicking sakuras, Brad visited Tacoma, Jason&#039;s sneaking in Galak-Z, and Dan&#039;s boldly going... somewhere. Also: WOW expansions, Mafia announcements, Time Magazine covers, Dr. Dre albums, a vigorous conversation about nuts, and your emails</description>\n        <pubDate>Tue, 11 Aug 2015 13:05:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1313</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week! Jeff&#039;s clicking sakuras, Brad visited Tacoma, Jason&#039;s sneaking in Galak-Z, and Dan&#039;s boldly going... somewhere. Also: WOW expansions, Mafia announcements, Time Magazine covers, Dr. Dre albums, a vigorous conversation about nuts, and your emails</itunes:subtitle>\n        <itunes:summary>This week! Jeff&#039;s clicking sakuras, Brad visited Tacoma, Jason&#039;s sneaking in Galak-Z, and Dan&#039;s boldly going... somewhere. Also: WOW expansions, Mafia announcements, Time Magazine covers, Dr. Dre albums, a vigorous conversation about nuts, and your emails</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10936</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2772729-8760991866-30396.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1313/Giant_Bombcast_08_11_2015-08-11-2015-6792778640.mp3\" fileSize=\"87743542\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1313/Giant_Bombcast_08_11_2015-08-11-2015-6792778640.mp3\" length=\"87743542\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08/04/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08042015/1600-1304/</link>\n        <description>Hot off the presses, straight from the streets, we&#039;re here with the latest chatter about Microsoft&#039;s Gamescom showing, the savage spaceship abuses of Galak-Z, Rare&#039;s economy-sized 30-pack, the Konami surveillance state, and the weirdest changes to hit Des</description>\n        <pubDate>Tue, 04 Aug 2015 14:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1304</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Hot off the presses, straight from the streets, we&#039;re here with the latest chatter about Microsoft&#039;s Gamescom showing, the savage spaceship abuses of Galak-Z, Rare&#039;s economy-sized 30-pack, the Konami surveillance state, and the weirdest changes to hit Des</itunes:subtitle>\n        <itunes:summary>Hot off the presses, straight from the streets, we&#039;re here with the latest chatter about Microsoft&#039;s Gamescom showing, the savage spaceship abuses of Galak-Z, Rare&#039;s economy-sized 30-pack, the Konami surveillance state, and the weirdest changes to hit Des</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9701</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2771333-screen+shot+2015-08-04+at+2.36.57+pm.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1304/Giant_Bombcast_08_04_2015-08-04-2015-8369972258.mp3\" fileSize=\"77864240\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1304/Giant_Bombcast_08_04_2015-08-04-2015-8369972258.mp3\" length=\"77864240\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07/28/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07282015/1600-1300/</link>\n        <description>We console our sadness about the broken Street Fighter V beta by, um, talking a lot about Street Fighter, along with the new King&#039;s Quest, the end of Ouya, way more Rocket League, super healthy living, super unhealthy clicking, and the war of humans again</description>\n        <pubDate>Tue, 28 Jul 2015 09:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1300</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We console our sadness about the broken Street Fighter V beta by, um, talking a lot about Street Fighter, along with the new King&#039;s Quest, the end of Ouya, way more Rocket League, super healthy living, super unhealthy clicking, and the war of humans again</itunes:subtitle>\n        <itunes:summary>We console our sadness about the broken Street Fighter V beta by, um, talking a lot about Street Fighter, along with the new King&#039;s Quest, the end of Ouya, way more Rocket League, super healthy living, super unhealthy clicking, and the war of humans again</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10600</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2769300-8224095894-28162.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1300/Giant_Bombcast_07_28_2015-07-28-2015-4149583119.mp3\" fileSize=\"85054601\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1300/Giant_Bombcast_07_28_2015-07-28-2015-4149583119.mp3\" length=\"85054601\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07/21/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07212015/1600-1290/</link>\n        <description>When Brad&#039;s away, you&#039;ll get to play... a new episode of the Giant Bombcast, that is! Join Jeff, Dan, Drew, and Jason for another installment of the world&#039;s only video game podcast as we discuss Street Fighter V&#039;s post-release purchasing plans, Rising Thu</description>\n        <pubDate>Mon, 20 Jul 2015 19:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1290</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">When Brad&#039;s away, you&#039;ll get to play... a new episode of the Giant Bombcast, that is! Join Jeff, Dan, Drew, and Jason for another installment of the world&#039;s only video game podcast as we discuss Street Fighter V&#039;s post-release purchasing plans, Rising Thu</itunes:subtitle>\n        <itunes:summary>When Brad&#039;s away, you&#039;ll get to play... a new episode of the Giant Bombcast, that is! Join Jeff, Dan, Drew, and Jason for another installment of the world&#039;s only video game podcast as we discuss Street Fighter V&#039;s post-release purchasing plans, Rising Thu</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8334</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/56/328700-ss_17.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1290/Giant_Bombcast_07_21_2015-07-20-2015-3261613538.mp3\" fileSize=\"66678134\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1290/Giant_Bombcast_07_21_2015-07-20-2015-3261613538.mp3\" length=\"66678134\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07/14/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07142015/1600-1284/</link>\n        <description>We come together to talk about the untimely passing of Nintendo&#039;s Satoru Iwata before moving on to lighter topics like Rocket League, EA&#039;s Jade Raymond, The Magic Circle, face-scannin&#039;, the dissolution of KojiPro, and... look out everyone, Kratos is MAD!!</description>\n        <pubDate>Tue, 14 Jul 2015 12:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1284</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We come together to talk about the untimely passing of Nintendo&#039;s Satoru Iwata before moving on to lighter topics like Rocket League, EA&#039;s Jade Raymond, The Magic Circle, face-scannin&#039;, the dissolution of KojiPro, and... look out everyone, Kratos is MAD!!</itunes:subtitle>\n        <itunes:summary>We come together to talk about the untimely passing of Nintendo&#039;s Satoru Iwata before moving on to lighter topics like Rocket League, EA&#039;s Jade Raymond, The Magic Circle, face-scannin&#039;, the dissolution of KojiPro, and... look out everyone, Kratos is MAD!!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11157</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2765606-2294173757-Ninte.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1284/Giant_Bombcast_07_14_2015-07-14-2015-0612377002.mp3\" fileSize=\"89511718\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1284/Giant_Bombcast_07_14_2015-07-14-2015-0612377002.mp3\" length=\"89511718\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07/07/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07072015/1600-1277/</link>\n        <description>Bellies full with deep-fried candy bars, we&#039;re ready to dig deep into the Nintendo PlayStation, weird Minecraft news, the dubious allure of Fallout Shelter, multiple weird Japanese fighting games, Nintendo&#039;s tough investor talk, hot pepper facts, and much</description>\n        <pubDate>Tue, 07 Jul 2015 12:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1277</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Bellies full with deep-fried candy bars, we&#039;re ready to dig deep into the Nintendo PlayStation, weird Minecraft news, the dubious allure of Fallout Shelter, multiple weird Japanese fighting games, Nintendo&#039;s tough investor talk, hot pepper facts, and much</itunes:subtitle>\n        <itunes:summary>Bellies full with deep-fried candy bars, we&#039;re ready to dig deep into the Nintendo PlayStation, weird Minecraft news, the dubious allure of Fallout Shelter, multiple weird Japanese fighting games, Nintendo&#039;s tough investor talk, hot pepper facts, and much</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11692</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2764218-untitled.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1277/Giant_Bombcast_07_07_2015-07-07-2015-2139355577.mp3\" fileSize=\"93790365\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1277/Giant_Bombcast_07_07_2015-07-07-2015-2139355577.mp3\" length=\"93790365\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06/30/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06302015/1600-1270/</link>\n        <description>This week: a lot of PlayStation Vue gets vued, we all played Batman, dances get very expensive, Dan definitely shouldn&#039;t play with fireworks, and Driveclub will never, ever be spoken of again. All this, plus your emails!</description>\n        <pubDate>Tue, 30 Jun 2015 13:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1270</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week: a lot of PlayStation Vue gets vued, we all played Batman, dances get very expensive, Dan definitely shouldn&#039;t play with fireworks, and Driveclub will never, ever be spoken of again. All this, plus your emails!</itunes:subtitle>\n        <itunes:summary>This week: a lot of PlayStation Vue gets vued, we all played Batman, dances get very expensive, Dan definitely shouldn&#039;t play with fireworks, and Driveclub will never, ever be spoken of again. All this, plus your emails!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10558</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2762762-3411393795-astra.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1270/Giant_Bombcast_06_30_2015-06-30-2015-4789101475.mp3\" fileSize=\"84719397\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1270/Giant_Bombcast_06_30_2015-06-30-2015-4789101475.mp3\" length=\"84719397\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06/23/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-23-2015/1600-1260/</link>\n        <description>We&#039;ve dragged ourselves from the smoldering wreckage of E3 to wrap up some lingering topics from the show, including impressions of Horizon: Zero Dawn, Black Ops 3, Rise of the Tomb Raider, and MGS5, the incontinent effects of VR, that new Xbox One UI, fi</description>\n        <pubDate>Tue, 23 Jun 2015 11:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1260</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;ve dragged ourselves from the smoldering wreckage of E3 to wrap up some lingering topics from the show, including impressions of Horizon: Zero Dawn, Black Ops 3, Rise of the Tomb Raider, and MGS5, the incontinent effects of VR, that new Xbox One UI, fi</itunes:subtitle>\n        <itunes:summary>We&#039;ve dragged ourselves from the smoldering wreckage of E3 to wrap up some lingering topics from the show, including impressions of Horizon: Zero Dawn, Black Ops 3, Rise of the Tomb Raider, and MGS5, the incontinent effects of VR, that new Xbox One UI, fi</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10348</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2761335-5130469263-26136.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1260/Giant_Bombcast_06_23_2015-06-23-2015-9792795217.mp3\" fileSize=\"83035021\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1260/Giant_Bombcast_06_23_2015-06-23-2015-9792795217.mp3\" length=\"83035021\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>E3 2015: Giant Bomb&#039;s Day 3 Live Broadcast</title>\n        <link>https://www.giantbomb.com/podcasts/e3-2015-giant-bomb-s-day-3-live-broadcast/1600-1257/</link>\n        <description>Given the way E3 2015 ended, we&#039;re not sure if it&#039;ll even be possible to have an E3 2016.</description>\n        <pubDate>Sat, 20 Jun 2015 19:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1257</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Given the way E3 2015 ended, we&#039;re not sure if it&#039;ll even be possible to have an E3 2016.</itunes:subtitle>\n        <itunes:summary>Given the way E3 2015 ended, we&#039;re not sure if it&#039;ll even be possible to have an E3 2016.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12194</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2760664-screen+shot+2015-06-20+at+7.04.38+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1257/E3_2015__Giant_Bomb%27s_Day_3_Live_Broadcast-06-20-2015-9723674057.mp3\" fileSize=\"97558680\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1257/E3_2015__Giant_Bomb%27s_Day_3_Live_Broadcast-06-20-2015-9723674057.mp3\" length=\"97558680\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>E3 2015: Giant Bomb&#039;s Day 2 Live Broadcast</title>\n        <link>https://www.giantbomb.com/podcasts/e3-2015-giant-bomb-s-day-2-live-broadcast/1600-1251/</link>\n        <description>E3 continues to burn down Los Angeles as we bring in a big ol&#039; range of people working on Deus Ex: Mankind Divided, Tony Hawk 5, Volume, Destiny, Below, Rock Band 4, and professional wrestling!</description>\n        <pubDate>Thu, 18 Jun 2015 13:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1251</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">E3 continues to burn down Los Angeles as we bring in a big ol&#039; range of people working on Deus Ex: Mankind Divided, Tony Hawk 5, Volume, Destiny, Below, Rock Band 4, and professional wrestling!</itunes:subtitle>\n        <itunes:summary>E3 continues to burn down Los Angeles as we bring in a big ol&#039; range of people working on Deus Ex: Mankind Divided, Tony Hawk 5, Volume, Destiny, Below, Rock Band 4, and professional wrestling!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9131</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2760032-8051023515-poste.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1251/E3_2015__Giant_Bomb%27s_Day_2_Live_Broadcast-06-18-2015-9604134729.mp3\" fileSize=\"73054030\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1251/E3_2015__Giant_Bomb%27s_Day_2_Live_Broadcast-06-18-2015-9604134729.mp3\" length=\"73054030\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>E3 2015: Giant Bomb&#039;s Day 1 Live Broadcast</title>\n        <link>https://www.giantbomb.com/podcasts/e3-2015-giant-bomb-s-day-1-live-broadcast/1600-1248/</link>\n        <description>We collect a wicked assortment of guests and cover virtual reality, Microsoft&#039;s Hololens, Def Jam Icon, the number of explosions found in Just Cause 3, Halo 5&#039;s new warzone mode, playing soccer in a prison camp, how the heck the Xbox One is emulating 360 </description>\n        <pubDate>Wed, 17 Jun 2015 01:37:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1248</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We collect a wicked assortment of guests and cover virtual reality, Microsoft&#039;s Hololens, Def Jam Icon, the number of explosions found in Just Cause 3, Halo 5&#039;s new warzone mode, playing soccer in a prison camp, how the heck the Xbox One is emulating 360 </itunes:subtitle>\n        <itunes:summary>We collect a wicked assortment of guests and cover virtual reality, Microsoft&#039;s Hololens, Def Jam Icon, the number of explosions found in Just Cause 3, Halo 5&#039;s new warzone mode, playing soccer in a prison camp, how the heck the Xbox One is emulating 360 </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9309</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/8/82063/2676854-firewatch-5.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1248/E3_2015__Giant_Bomb%27s_Day_1_Live_Broadcast-06-17-2015-1148765648.mp3\" fileSize=\"74482317\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1248/E3_2015__Giant_Bomb%27s_Day_1_Live_Broadcast-06-17-2015-1148765648.mp3\" length=\"74482317\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>The Giant Bombcast E3 2015 Sealed Envelope Spectacular</title>\n        <link>https://www.giantbomb.com/podcasts/the-giant-bombcast-e3-2015-sealed-envelope-spectac/1600-1240/</link>\n        <description>We plow through all the remaining games Jeff saw at judges&#039; week before launching into a bunch of predictions about what already happened at E3!</description>\n        <pubDate>Tue, 16 Jun 2015 12:01:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1240</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We plow through all the remaining games Jeff saw at judges&#039; week before launching into a bunch of predictions about what already happened at E3!</itunes:subtitle>\n        <itunes:summary>We plow through all the remaining games Jeff saw at judges&#039; week before launching into a bunch of predictions about what already happened at E3!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9963</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2757842-6154450508-E3-Ex.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1240/The_Giant_Bombcast_E3_2015_Sealed_Envelope_Spectacular-06-16-2015-4462880569.mp3\" fileSize=\"79954035\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1240/The_Giant_Bombcast_E3_2015_Sealed_Envelope_Spectacular-06-16-2015-4462880569.mp3\" length=\"79954035\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>E3 2015: The Giant Bomb E3 2015 Attack Plan</title>\n        <link>https://www.giantbomb.com/podcasts/e3-2015-the-giant-bomb-e3-2015-attack-plan/1600-1243/</link>\n        <description>Where are we? When are we streaming? What&#039;s going on in Los Angeles next week? Get all the answers right here!</description>\n        <pubDate>Fri, 12 Jun 2015 18:43:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1243</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Where are we? When are we streaming? What&#039;s going on in Los Angeles next week? Get all the answers right here!</itunes:subtitle>\n        <itunes:summary>Where are we? When are we streaming? What&#039;s going on in Los Angeles next week? Get all the answers right here!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/1992/2757843-screen+shot+2015-06-12+at+6.18.14+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1243/E3_2015__The_Giant_Bomb_E3_2015_Attack_Plan-06-12-2015-6592189108.mp3\" fileSize=\"1\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1243/E3_2015__The_Giant_Bomb_E3_2015_Attack_Plan-06-12-2015-6592189108.mp3\" length=\"1\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06/09/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-09-2015/1600-1235/</link>\n        <description>With E3 close on the horizon, Jeff starts spilling the beans on stuff like Fortnite and Metal Gear Solid 5, Fallout 4 makes itself known, the rebirth of Digital Eclipse turns a few heads, a long-overdue mattress update appears, then we all get knighted. S</description>\n        <pubDate>Tue, 09 Jun 2015 15:25:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1235</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With E3 close on the horizon, Jeff starts spilling the beans on stuff like Fortnite and Metal Gear Solid 5, Fallout 4 makes itself known, the rebirth of Digital Eclipse turns a few heads, a long-overdue mattress update appears, then we all get knighted. S</itunes:subtitle>\n        <itunes:summary>With E3 close on the horizon, Jeff starts spilling the beans on stuff like Fortnite and Metal Gear Solid 5, Fallout 4 makes itself known, the rebirth of Digital Eclipse turns a few heads, a long-overdue mattress update appears, then we all get knighted. S</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10172</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2756718-showbiz_kenneth_branagh_knighted_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1235/Giant_Bombcast_06_09_2015-06-09-2015-2575551256.mp3\" fileSize=\"81630353\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1235/Giant_Bombcast_06_09_2015-06-09-2015-2575551256.mp3\" length=\"81630353\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06/02/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-02-2015/1600-1229/</link>\n        <description>Hey, who splattered ink all over this podcast? We&#039;re diving deep into Splatoon, E3 sandwiches, XCOM with swords, impressions of Batman: Arkham Knight and Lego Dimensions, killer shadows, and the great Amiibo caper of 2015.</description>\n        <pubDate>Tue, 02 Jun 2015 13:10:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1229</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Hey, who splattered ink all over this podcast? We&#039;re diving deep into Splatoon, E3 sandwiches, XCOM with swords, impressions of Batman: Arkham Knight and Lego Dimensions, killer shadows, and the great Amiibo caper of 2015.</itunes:subtitle>\n        <itunes:summary>Hey, who splattered ink all over this podcast? We&#039;re diving deep into Splatoon, E3 sandwiches, XCOM with swords, impressions of Batman: Arkham Knight and Lego Dimensions, killer shadows, and the great Amiibo caper of 2015.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9734</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/8/82063/2748213-17+-+1lqekzy.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1229/Giant_Bombcast_06_02_2015-06-02-2015-7946423124.mp3\" fileSize=\"78126926\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1229/Giant_Bombcast_06_02_2015-06-02-2015-7946423124.mp3\" length=\"78126926\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05/26/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-26-2015/1600-1220/</link>\n        <description>Straight out of the emergency backup recording shelter, we&#039;ve cobbled together our thoughts on The Witcher 3, Mad Max (the game), Eurovision 2015, that Star Citizen leak, new-old Need for Speed, Dan&#039;s childhood machinations... and Destiny: House of Wolves</description>\n        <pubDate>Tue, 26 May 2015 17:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1220</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Straight out of the emergency backup recording shelter, we&#039;ve cobbled together our thoughts on The Witcher 3, Mad Max (the game), Eurovision 2015, that Star Citizen leak, new-old Need for Speed, Dan&#039;s childhood machinations... and Destiny: House of Wolves</itunes:subtitle>\n        <itunes:summary>Straight out of the emergency backup recording shelter, we&#039;ve cobbled together our thoughts on The Witcher 3, Mad Max (the game), Eurovision 2015, that Star Citizen leak, new-old Need for Speed, Dan&#039;s childhood machinations... and Destiny: House of Wolves</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10836</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2752525-asdf.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1220/Giant_Bombcast_05_26_2015-05-26-2015-3177941252.mp3\" fileSize=\"86945448\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1220/Giant_Bombcast_05_26_2015-05-26-2015-3177941252.mp3\" length=\"86945448\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05/19/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-19-2015/1600-1213/</link>\n        <description>Bay to Breakers may have scoured the landscape clean, but we were safely cowering in our suck buckets the whole time! Now we&#039;re back to go in-depth with The Witcher 3, ponder Mario &amp;amp; Luigi &amp;amp; Puzzle &amp;amp; Dragons, try to get excited about another A</description>\n        <pubDate>Tue, 19 May 2015 14:10:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1213</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Bay to Breakers may have scoured the landscape clean, but we were safely cowering in our suck buckets the whole time! Now we&#039;re back to go in-depth with The Witcher 3, ponder Mario &amp;amp; Luigi &amp;amp; Puzzle &amp;amp; Dragons, try to get excited about another A</itunes:subtitle>\n        <itunes:summary>Bay to Breakers may have scoured the landscape clean, but we were safely cowering in our suck buckets the whole time! Now we&#039;re back to go in-depth with The Witcher 3, ponder Mario &amp;amp; Luigi &amp;amp; Puzzle &amp;amp; Dragons, try to get excited about another A</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9695</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2750918-asdf.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1213/Giant_Bombcast_05_19_2015-05-19-2015-8699763111.mp3\" fileSize=\"77810322\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1213/Giant_Bombcast_05_19_2015-05-19-2015-8699763111.mp3\" length=\"77810322\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05/12/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-12-2015/1600-1208/</link>\n        <description>This week, it&#039;s Kirkhope vs. Wise! Sword vs. whip! Dan vs. figs! The Giant Bombcast is all about strife... and also dabbling with The Witcher 3, pondering the Desert Golf endgame, drinking in The Old Blood, cohabitating with Notch, and spending even more </description>\n        <pubDate>Tue, 12 May 2015 15:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1208</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week, it&#039;s Kirkhope vs. Wise! Sword vs. whip! Dan vs. figs! The Giant Bombcast is all about strife... and also dabbling with The Witcher 3, pondering the Desert Golf endgame, drinking in The Old Blood, cohabitating with Notch, and spending even more </itunes:subtitle>\n        <itunes:summary>This week, it&#039;s Kirkhope vs. Wise! Sword vs. whip! Dan vs. figs! The Giant Bombcast is all about strife... and also dabbling with The Witcher 3, pondering the Desert Golf endgame, drinking in The Old Blood, cohabitating with Notch, and spending even more </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11067</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2749463-capture.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1208/Giant_Bombcast_05_12_2015-05-12-2015-3451100000.mp3\" fileSize=\"88793036\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1208/Giant_Bombcast_05_12_2015-05-12-2015-3451100000.mp3\" length=\"88793036\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05/05/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-05-2015/1600-1201/</link>\n        <description>This week! We say later to Letterman, Drew gets back into Dirt &#039;n Destiny, Brad and Jeff cast their lot in the Great Composer Showdown 2015, Dan&#039;s never seen Law &amp;amp; Order. Westerado! Project CARS! Avalon mysteries! Billy Corgan! Nuclear missiles!</description>\n        <pubDate>Tue, 05 May 2015 11:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1201</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week! We say later to Letterman, Drew gets back into Dirt &#039;n Destiny, Brad and Jeff cast their lot in the Great Composer Showdown 2015, Dan&#039;s never seen Law &amp;amp; Order. Westerado! Project CARS! Avalon mysteries! Billy Corgan! Nuclear missiles!</itunes:subtitle>\n        <itunes:summary>This week! We say later to Letterman, Drew gets back into Dirt &#039;n Destiny, Brad and Jeff cast their lot in the Great Composer Showdown 2015, Dan&#039;s never seen Law &amp;amp; Order. Westerado! Project CARS! Avalon mysteries! Billy Corgan! Nuclear missiles!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12906</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2747714-asdfasdf.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1201/Giant_Bombcast_05_05_2015-05-05-2015-1519455034.mp3\" fileSize=\"103499349\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1201/Giant_Bombcast_05_05_2015-05-05-2015-1519455034.mp3\" length=\"103499349\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04/28/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-28-2015/1600-1197/</link>\n        <description>Vinny and Alex party-in-the-sky their way from New Yawk to San Francisco so we can chat about the Silent Hills that wasn&#039;t, Valve&#039;s paid-mod calamity, the fully formed Broken Age, the Telltale fast food tie-in, video game knockoffs, lady MCs, the future o</description>\n        <pubDate>Tue, 28 Apr 2015 13:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1197</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Vinny and Alex party-in-the-sky their way from New Yawk to San Francisco so we can chat about the Silent Hills that wasn&#039;t, Valve&#039;s paid-mod calamity, the fully formed Broken Age, the Telltale fast food tie-in, video game knockoffs, lady MCs, the future o</itunes:subtitle>\n        <itunes:summary>Vinny and Alex party-in-the-sky their way from New Yawk to San Francisco so we can chat about the Silent Hills that wasn&#039;t, Valve&#039;s paid-mod calamity, the fully formed Broken Age, the Telltale fast food tie-in, video game knockoffs, lady MCs, the future o</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">13615</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2745389-9275305086-t1lar.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1197/Giant_Bombcast_04_28_2015-04-28-2015-0801305194.mp3\" fileSize=\"109169801\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1197/Giant_Bombcast_04_28_2015-04-28-2015-0801305194.mp3\" length=\"109169801\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04/21/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-21-2015/1600-1194/</link>\n        <description>Giant Bomb Action News is live on the scene with the latest on high-speed chases (onscreen and off), Star Wars of all kinds, Mortal Kombat hacks, Titan Souls, still more Bloodborne, celebrity governors, our expert E3 strategies, and the uncertain whereabo</description>\n        <pubDate>Tue, 21 Apr 2015 15:05:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1194</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb Action News is live on the scene with the latest on high-speed chases (onscreen and off), Star Wars of all kinds, Mortal Kombat hacks, Titan Souls, still more Bloodborne, celebrity governors, our expert E3 strategies, and the uncertain whereabo</itunes:subtitle>\n        <itunes:summary>Giant Bomb Action News is live on the scene with the latest on high-speed chases (onscreen and off), Star Wars of all kinds, Mortal Kombat hacks, Titan Souls, still more Bloodborne, celebrity governors, our expert E3 strategies, and the uncertain whereabo</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11099</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2744147-672905_630x354.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1194/Giant_Bombcast_04_21_2015-04-21-2015-2390379473.mp3\" fileSize=\"89042767\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1194/Giant_Bombcast_04_21_2015-04-21-2015-2390379473.mp3\" length=\"89042767\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04/14/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-14-2015/1600-1189/</link>\n        <description>Mortal Monday may be over, but we&#039;re still here to talk about MK past and present, the martial absurdity of WMAC Masters, the return of (FMV) Guitar Hero, the travails of video game preservation, a crash course in Irish, the Oestreicher origin story, and </description>\n        <pubDate>Tue, 14 Apr 2015 18:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1189</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Mortal Monday may be over, but we&#039;re still here to talk about MK past and present, the martial absurdity of WMAC Masters, the return of (FMV) Guitar Hero, the travails of video game preservation, a crash course in Irish, the Oestreicher origin story, and </itunes:subtitle>\n        <itunes:summary>Mortal Monday may be over, but we&#039;re still here to talk about MK past and present, the martial absurdity of WMAC Masters, the return of (FMV) Guitar Hero, the travails of video game preservation, a crash course in Irish, the Oestreicher origin story, and </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11201</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2742739-wmac.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1189/Giant_Bombcast_04_14_2015-04-14-2015-4843367792.mp3\" fileSize=\"89864684\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1189/Giant_Bombcast_04_14_2015-04-14-2015-4843367792.mp3\" length=\"89864684\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04/07/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-07-2015/1600-1182/</link>\n        <description>We interrupt your regularly scheduled video game podcast for a special report on DMX&#039;s latest legal troubles. Now back to way more Bloodborne chat, the latest direct from Nintendo, Drew&#039;s trip south of the border, the death of OnLive, and a belated elegy </description>\n        <pubDate>Tue, 07 Apr 2015 13:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1182</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We interrupt your regularly scheduled video game podcast for a special report on DMX&#039;s latest legal troubles. Now back to way more Bloodborne chat, the latest direct from Nintendo, Drew&#039;s trip south of the border, the death of OnLive, and a belated elegy </itunes:subtitle>\n        <itunes:summary>We interrupt your regularly scheduled video game podcast for a special report on DMX&#039;s latest legal troubles. Now back to way more Bloodborne chat, the latest direct from Nintendo, Drew&#039;s trip south of the border, the death of OnLive, and a belated elegy </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10709</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2741360-dmx-performing-2003-miami-billboard-650.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1182/Giant_Bombcast_04_07_2015-04-07-2015-6963304857.mp3\" fileSize=\"85926672\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1182/Giant_Bombcast_04_07_2015-04-07-2015-6963304857.mp3\" length=\"85926672\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03/31/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-31-2015/1600-1176/</link>\n        <description>What&#039;s the haps, daddy-o? This week the Giant Bombcast is spinning all the platters that matter, like that brand new hit record Axiom Verge, more Bloodborne, the Wrasslemania fallout, the mystery of Puzzle &amp;amp; Dragons, the modern Kickstarter landscape, </description>\n        <pubDate>Tue, 31 Mar 2015 16:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1176</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">What&#039;s the haps, daddy-o? This week the Giant Bombcast is spinning all the platters that matter, like that brand new hit record Axiom Verge, more Bloodborne, the Wrasslemania fallout, the mystery of Puzzle &amp;amp; Dragons, the modern Kickstarter landscape, </itunes:subtitle>\n        <itunes:summary>What&#039;s the haps, daddy-o? This week the Giant Bombcast is spinning all the platters that matter, like that brand new hit record Axiom Verge, more Bloodborne, the Wrasslemania fallout, the mystery of Puzzle &amp;amp; Dragons, the modern Kickstarter landscape, </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11198</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2739354-img_1763.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1176/Giant_Bombcast_03_31_2015-03-31-2015-2631557734.mp3\" fileSize=\"89835635\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1176/Giant_Bombcast_03_31_2015-03-31-2015-2631557734.mp3\" length=\"89835635\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03/24/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-24-2015/1600-1169/</link>\n        <description>Bloodborne is out, we&#039;ve played a lot of it, and we&#039;ll now discuss it in excruciating detail! Also: Pillars of Eternity, The Handsome Collection, Nintendo on mobile, the Kojima future, eau de burgers, Rorie&#039;s frequent pee breaks, and tips for taming your </description>\n        <pubDate>Mon, 23 Mar 2015 21:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1169</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Bloodborne is out, we&#039;ve played a lot of it, and we&#039;ll now discuss it in excruciating detail! Also: Pillars of Eternity, The Handsome Collection, Nintendo on mobile, the Kojima future, eau de burgers, Rorie&#039;s frequent pee breaks, and tips for taming your </itunes:subtitle>\n        <itunes:summary>Bloodborne is out, we&#039;ve played a lot of it, and we&#039;ll now discuss it in excruciating detail! Also: Pillars of Eternity, The Handsome Collection, Nintendo on mobile, the Kojima future, eau de burgers, Rorie&#039;s frequent pee breaks, and tips for taming your </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10707</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2737447-lantern_1427135360.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1169/Giant_Bombcast_03_24_2015-03-23-2015-7426049491.mp3\" fileSize=\"85910581\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1169/Giant_Bombcast_03_24_2015-03-23-2015-7426049491.mp3\" length=\"85910581\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03/17/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-17-2015/1600-1163/</link>\n        <description>As St. Patrick scourges the land, we hunker down in our bunker to discuss adventures in civic planning, the glut of dumb cop-show games, Final Fantasies of all stripes, Ori and the Delightful Difficulty, the return (?) of Joe Montana, further uses for liq</description>\n        <pubDate>Tue, 17 Mar 2015 17:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1163</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">As St. Patrick scourges the land, we hunker down in our bunker to discuss adventures in civic planning, the glut of dumb cop-show games, Final Fantasies of all stripes, Ori and the Delightful Difficulty, the return (?) of Joe Montana, further uses for liq</itunes:subtitle>\n        <itunes:summary>As St. Patrick scourges the land, we hunker down in our bunker to discuss adventures in civic planning, the glut of dumb cop-show games, Final Fantasies of all stripes, Ori and the Delightful Difficulty, the return (?) of Joe Montana, further uses for liq</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12334</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2735609-dsc08636.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1163/Giant_Bombcast_03_17_2015-03-17-2015-9598696015.mp3\" fileSize=\"98928129\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1163/Giant_Bombcast_03_17_2015-03-17-2015-9598696015.mp3\" length=\"98928129\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03/10/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-10-2015/1600-1159/</link>\n        <description>We&#039;ve clawed our way back from the great white hellscape that is Boston to wrap up the business out of PAX and GDC before turning our attention to more pertinent topics. Can you take a 3DS into North Korea? Where&#039;s Chris Cashman these days? And who the he</description>\n        <pubDate>Tue, 10 Mar 2015 17:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1159</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;ve clawed our way back from the great white hellscape that is Boston to wrap up the business out of PAX and GDC before turning our attention to more pertinent topics. Can you take a 3DS into North Korea? Where&#039;s Chris Cashman these days? And who the he</itunes:subtitle>\n        <itunes:summary>We&#039;ve clawed our way back from the great white hellscape that is Boston to wrap up the business out of PAX and GDC before turning our attention to more pertinent topics. Can you take a 3DS into North Korea? Where&#039;s Chris Cashman these days? And who the he</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9453</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2733100-9188670230-abc_s.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1159/Giant_Bombcast_03_10_2015-03-10-2015-0683470256.mp3\" fileSize=\"75876843\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1159/Giant_Bombcast_03_10_2015-03-10-2015-0683470256.mp3\" length=\"75876843\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 3/3/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-3-3-2015/1600-1153/</link>\n        <description>Fresh from Japan, 8-4&#039;s John Ricciardi and Mark MacDonald are here to talk about, well, Monster Hunter and Destiny! Wait, where are you goi...um, and also the state of games in Japan, VR VR VR, the (non-)revival of old PC games, the whereabouts of Koji Ig</description>\n        <pubDate>Tue, 03 Mar 2015 14:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1153</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Fresh from Japan, 8-4&#039;s John Ricciardi and Mark MacDonald are here to talk about, well, Monster Hunter and Destiny! Wait, where are you goi...um, and also the state of games in Japan, VR VR VR, the (non-)revival of old PC games, the whereabouts of Koji Ig</itunes:subtitle>\n        <itunes:summary>Fresh from Japan, 8-4&#039;s John Ricciardi and Mark MacDonald are here to talk about, well, Monster Hunter and Destiny! Wait, where are you goi...um, and also the state of games in Japan, VR VR VR, the (non-)revival of old PC games, the whereabouts of Koji Ig</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12008</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2731440-untitled.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1153/Giant_Bombcast_03_03_2015-03-03-2015-6371181227.mp3\" fileSize=\"96315675\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1153/Giant_Bombcast_03_03_2015-03-03-2015-6371181227.mp3\" length=\"96315675\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 55/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-55-2015/1600-1148/</link>\n        <description>This week, Simon says &quot;Bleed... and then listen to our chatter about Dan&#039;s adventures in San Angeles, all about The Order, the Kirby curse, award-winning middleware, the magic of unaffiliated local TV, and the many endings of Red Dead Redemption. OK, you </description>\n        <pubDate>Tue, 24 Feb 2015 13:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1148</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week, Simon says &quot;Bleed... and then listen to our chatter about Dan&#039;s adventures in San Angeles, all about The Order, the Kirby curse, award-winning middleware, the magic of unaffiliated local TV, and the many endings of Red Dead Redemption. OK, you </itunes:subtitle>\n        <itunes:summary>This week, Simon says &quot;Bleed... and then listen to our chatter about Dan&#039;s adventures in San Angeles, all about The Order, the Kirby curse, award-winning middleware, the magic of unaffiliated local TV, and the many endings of Red Dead Redemption. OK, you </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10573</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2729092-1700327-simonphoenixeye.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1148/Giant_Bombcast_55_2015-02-24-2015-7674021976.mp3\" fileSize=\"84839769\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1148/Giant_Bombcast_55_2015-02-24-2015-7674021976.mp3\" length=\"84839769\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02/17/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-17-2015/1600-1143/</link>\n        <description>After a weekend honoring our founding fathers, we&#039;re back with the straight dope on Evolve, Tekken vs. Soul Calibur, sidewalk-poop-as-entertainment, the game of the (last) generation, 40 years of SNL, the trials and tribulations of Peter Molyneux, and our</description>\n        <pubDate>Tue, 17 Feb 2015 18:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1143</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">After a weekend honoring our founding fathers, we&#039;re back with the straight dope on Evolve, Tekken vs. Soul Calibur, sidewalk-poop-as-entertainment, the game of the (last) generation, 40 years of SNL, the trials and tribulations of Peter Molyneux, and our</itunes:subtitle>\n        <itunes:summary>After a weekend honoring our founding fathers, we&#039;re back with the straight dope on Evolve, Tekken vs. Soul Calibur, sidewalk-poop-as-entertainment, the game of the (last) generation, 40 years of SNL, the trials and tribulations of Peter Molyneux, and our</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9853</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2727351-alfred-uncle-sam-print_5425df6df15780.35182387.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1143/bombcast-021715-final-02-17-2015-6962315280.mp3\" fileSize=\"78830492\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1143/bombcast-021715-final-02-17-2015-6962315280.mp3\" length=\"78830492\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02/10/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-10-2015/1600-1139/</link>\n        <description>This week! Mortal Kombat oldsters, the clumsy climbing of Grow Home, Jeff&#039;s adventures on the Chinese Internet, the updating of automotive firmware, and how to obtain membership at the Super Elite Zelda country club. Please apply the Giant Bombcast direct</description>\n        <pubDate>Tue, 10 Feb 2015 14:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1139</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week! Mortal Kombat oldsters, the clumsy climbing of Grow Home, Jeff&#039;s adventures on the Chinese Internet, the updating of automotive firmware, and how to obtain membership at the Super Elite Zelda country club. Please apply the Giant Bombcast direct</itunes:subtitle>\n        <itunes:summary>This week! Mortal Kombat oldsters, the clumsy climbing of Grow Home, Jeff&#039;s adventures on the Chinese Internet, the updating of automotive firmware, and how to obtain membership at the Super Elite Zelda country club. Please apply the Giant Bombcast direct</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10910</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2725013-screen+shot+2015-02-10+at+1.40.58+pm.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1139/Giant_Bombcast_02_10_2015-02-10-2015-5597439174.mp3\" fileSize=\"87537069\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1139/Giant_Bombcast_02_10_2015-02-10-2015-5597439174.mp3\" length=\"87537069\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02/03/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-03-2015/1600-1130/</link>\n        <description>Our very favorite Irishman Danny O&#039;Dwyer joins us to shake off Super Bowl hangovers and talk about European American Football, the down low on Dying Light, SOE&#039;s sudden independence, the dangers of Mendocino County, and the most learned analysis of Ninten</description>\n        <pubDate>Tue, 03 Feb 2015 14:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1130</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Our very favorite Irishman Danny O&#039;Dwyer joins us to shake off Super Bowl hangovers and talk about European American Football, the down low on Dying Light, SOE&#039;s sudden independence, the dangers of Mendocino County, and the most learned analysis of Ninten</itunes:subtitle>\n        <itunes:summary>Our very favorite Irishman Danny O&#039;Dwyer joins us to shake off Super Bowl hangovers and talk about European American Football, the down low on Dying Light, SOE&#039;s sudden independence, the dangers of Mendocino County, and the most learned analysis of Ninten</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10669</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2722599-ap-super-bowl-footballs-5.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1130/Giant_Bombcast_02_03_2015-02-03-2015-7176411522.mp3\" fileSize=\"85602963\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1130/Giant_Bombcast_02_03_2015-02-03-2015-7176411522.mp3\" length=\"85602963\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01/27/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-27-2015/1600-1127/</link>\n        <description>Everyone&#039;s back from San Antonio and other parts unknown to run down PAX South before addressing the pertinent issues of the day, like that new Majora&#039;s Mask, Dying Light, Norm MacDonald&#039;s storied career, multiple Resident Evils, the plight of the noble l</description>\n        <pubDate>Tue, 27 Jan 2015 17:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1127</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Everyone&#039;s back from San Antonio and other parts unknown to run down PAX South before addressing the pertinent issues of the day, like that new Majora&#039;s Mask, Dying Light, Norm MacDonald&#039;s storied career, multiple Resident Evils, the plight of the noble l</itunes:subtitle>\n        <itunes:summary>Everyone&#039;s back from San Antonio and other parts unknown to run down PAX South before addressing the pertinent issues of the day, like that new Majora&#039;s Mask, Dying Light, Norm MacDonald&#039;s storied career, multiple Resident Evils, the plight of the noble l</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8686</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2720466-screen+shot+2015-01-27+at+4.42.08+pm.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1127/Giant_Bombcast_01_27_2015-01-27-2015-9011105293.mp3\" fileSize=\"69738903\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1127/Giant_Bombcast_01_27_2015-01-27-2015-9011105293.mp3\" length=\"69738903\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01/20/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-20-2015/1600-1123/</link>\n        <description>This century is 15 percent over, and it&#039;s high time we pondered the important questions! For instance: What are Colin Quinn&#039;s current whereabouts? Is Gat out of Hell any good? What the heck is up with Rock Band? When, where, and what is Nintendo&#039;s next ha</description>\n        <pubDate>Tue, 20 Jan 2015 17:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1123</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This century is 15 percent over, and it&#039;s high time we pondered the important questions! For instance: What are Colin Quinn&#039;s current whereabouts? Is Gat out of Hell any good? What the heck is up with Rock Band? When, where, and what is Nintendo&#039;s next ha</itunes:subtitle>\n        <itunes:summary>This century is 15 percent over, and it&#039;s high time we pondered the important questions! For instance: What are Colin Quinn&#039;s current whereabouts? Is Gat out of Hell any good? What the heck is up with Rock Band? When, where, and what is Nintendo&#039;s next ha</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11588</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2718852-maxresdefault.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1123/Giant_Bombcast_01_20_2015-01-20-2015-5517175263.mp3\" fileSize=\"92955701\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1123/Giant_Bombcast_01_20_2015-01-20-2015-5517175263.mp3\" length=\"92955701\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01/13/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-13-2015/1600-1122/</link>\n        <description>Video games, and the people who love them! Herein lies discussion of The Talos Principle, emulated Marios, Internet video archival strategies, Drew&#039;s adventures in spacefaring, the magic of Puyo Puyo Tetris, and illicit uses for your cough syrup.</description>\n        <pubDate>Tue, 13 Jan 2015 17:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1122</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Video games, and the people who love them! Herein lies discussion of The Talos Principle, emulated Marios, Internet video archival strategies, Drew&#039;s adventures in spacefaring, the magic of Puyo Puyo Tetris, and illicit uses for your cough syrup.</itunes:subtitle>\n        <itunes:summary>Video games, and the people who love them! Herein lies discussion of The Talos Principle, emulated Marios, Internet video archival strategies, Drew&#039;s adventures in spacefaring, the magic of Puyo Puyo Tetris, and illicit uses for your cough syrup.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11650</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2716829-dfd-160_1z.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1122/Giant_Bombcast_01_13_2015-01-13-2015-6568493044.mp3\" fileSize=\"93457038\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1122/Giant_Bombcast_01_13_2015-01-13-2015-6568493044.mp3\" length=\"93457038\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01/06/2015</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-06-2015/1600-1118/</link>\n        <description>Welcome to 2015! We&#039;re getting our obvious Back to the Future II jokes out of the way nice and early so we can move on to more important topics like holiday hijinks, Dan&#039;s debilitating disease, console network outages, the white whale that is Mike Tyson, </description>\n        <pubDate>Tue, 06 Jan 2015 12:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1118</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Welcome to 2015! We&#039;re getting our obvious Back to the Future II jokes out of the way nice and early so we can move on to more important topics like holiday hijinks, Dan&#039;s debilitating disease, console network outages, the white whale that is Mike Tyson, </itunes:subtitle>\n        <itunes:summary>Welcome to 2015! We&#039;re getting our obvious Back to the Future II jokes out of the way nice and early so we can move on to more important topics like holiday hijinks, Dan&#039;s debilitating disease, console network outages, the white whale that is Mike Tyson, </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9481</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2714791-back-to-the-future-hoverboard.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1118/Giant_Bombcast_01_06_2015-01-06-2015-3841075000.mp3\" fileSize=\"76104417\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1118/Giant_Bombcast_01_06_2015-01-06-2015-3841075000.mp3\" length=\"76104417\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2014: Day Five</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2014-day-five/1600-1106/</link>\n        <description>No brakes on the GOTY train! We&#039;re plowing through to the Best Game of 2014, but not before we also name Best Horror Game, Worst Game, and the coveted PLEASE STOP.</description>\n        <pubDate>Tue, 30 Dec 2014 10:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1106</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">No brakes on the GOTY train! We&#039;re plowing through to the Best Game of 2014, but not before we also name Best Horror Game, Worst Game, and the coveted PLEASE STOP.</itunes:subtitle>\n        <itunes:summary>No brakes on the GOTY train! We&#039;re plowing through to the Best Game of 2014, but not before we also name Best Horror Game, Worst Game, and the coveted PLEASE STOP.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">15288</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2711874-day05podcast.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1106/05-f-achoihoif-12-30-2014-3609669688.mp3\" fileSize=\"122556433\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1106/05-f-achoihoif-12-30-2014-3609669688.mp3\" length=\"122556433\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2014: Day Four</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2014-day-four/1600-1104/</link>\n        <description>We&#039;re coming down the home stretch, but there are still winners to select for Hottest Mess, Best Moment or Sequence, Best Local Multiplayer, and Best Styyyyyyyyyyle!</description>\n        <pubDate>Mon, 29 Dec 2014 10:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1104</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re coming down the home stretch, but there are still winners to select for Hottest Mess, Best Moment or Sequence, Best Local Multiplayer, and Best Styyyyyyyyyyle!</itunes:subtitle>\n        <itunes:summary>We&#039;re coming down the home stretch, but there are still winners to select for Hottest Mess, Best Moment or Sequence, Best Local Multiplayer, and Best Styyyyyyyyyyle!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5649</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2711873-day04podcast.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1104/04-f-saduyfioh-12-29-2014-6625111194.mp3\" fileSize=\"45447141\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1104/04-f-saduyfioh-12-29-2014-6625111194.mp3\" length=\"45447141\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2014: Day Three</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2014-day-three/1600-1102/</link>\n        <description>The deliberations rage on, with winners for Best New Character, Best Early Access Experience, Best Console Exclusives, and Best Debut emerging from the fray.</description>\n        <pubDate>Sun, 28 Dec 2014 10:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1102</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The deliberations rage on, with winners for Best New Character, Best Early Access Experience, Best Console Exclusives, and Best Debut emerging from the fray.</itunes:subtitle>\n        <itunes:summary>The deliberations rage on, with winners for Best New Character, Best Early Access Experience, Best Console Exclusives, and Best Debut emerging from the fray.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6541</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2711872-day03podcast.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1102/03-f-y43hof-12-28-2014-6986400760.mp3\" fileSize=\"52582332\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1102/03-f-y43hof-12-28-2014-6986400760.mp3\" length=\"52582332\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2014: Day Two</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2014-day-two/1600-1100/</link>\n        <description>Game of the Year continues! It&#039;s time to hash out the winners of Best Story, Best Music, Best Short-Time Game, and Most Disappointing Game.</description>\n        <pubDate>Sat, 27 Dec 2014 10:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1100</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Game of the Year continues! It&#039;s time to hash out the winners of Best Story, Best Music, Best Short-Time Game, and Most Disappointing Game.</itunes:subtitle>\n        <itunes:summary>Game of the Year continues! It&#039;s time to hash out the winners of Best Story, Best Music, Best Short-Time Game, and Most Disappointing Game.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8970</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2711871-day02podcast.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1100/02-f-asdiohwe-12-27-2014-0457787875.mp3\" fileSize=\"72015552\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1100/02-f-asdiohwe-12-27-2014-0457787875.mp3\" length=\"72015552\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2014: Day One</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2014-day-one/1600-1098/</link>\n        <description>Our annual awardstravaganza commences with deliberations on 2014&#039;s Old Game of the Year, Best Surprise, Best-Looking Game, and, uh, Most Likely To Be Frog Fractions 2!</description>\n        <pubDate>Fri, 26 Dec 2014 10:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1098</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Our annual awardstravaganza commences with deliberations on 2014&#039;s Old Game of the Year, Best Surprise, Best-Looking Game, and, uh, Most Likely To Be Frog Fractions 2!</itunes:subtitle>\n        <itunes:summary>Our annual awardstravaganza commences with deliberations on 2014&#039;s Old Game of the Year, Best Surprise, Best-Looking Game, and, uh, Most Likely To Be Frog Fractions 2!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8758</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2711868-day01podcast.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1098/01-f-asdkflk-12-26-2014-5898075283.mp3\" fileSize=\"70317175\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1098/01-f-asdkflk-12-26-2014-5898075283.mp3\" length=\"70317175\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12/23/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-23-2014/1600-1114/</link>\n        <description>With the rest of the team out for the holiday break or feverishly finishing up our Game of the Year content, Jeff and Matthew sit down to take a handful of your questions on a variety of topics.</description>\n        <pubDate>Tue, 23 Dec 2014 18:49:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1114</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With the rest of the team out for the holiday break or feverishly finishing up our Game of the Year content, Jeff and Matthew sit down to take a handful of your questions on a variety of topics.</itunes:subtitle>\n        <itunes:summary>With the rest of the team out for the holiday break or feverishly finishing up our Game of the Year content, Jeff and Matthew sit down to take a handful of your questions on a variety of topics.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10754</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2711391-2199425913-27113.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1114/Giant_Bombcast_12_23_2014-12-23-2014-4128799321.mp3\" fileSize=\"86044339\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1114/Giant_Bombcast_12_23_2014-12-23-2014-4128799321.mp3\" length=\"86044339\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12/16/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-16-2014/1600-1096/</link>\n        <description>A couple of tall, dark and handsome clowns blow into town to tell the tallest tales of comically large telephones, Jeff&#039;s history with the Dark Carnival, the latest Surge surge, the &quot;truth&quot; about the Wa &quot;brothers,&quot; November hardware sales, the likely wher</description>\n        <pubDate>Tue, 16 Dec 2014 12:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1096</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">A couple of tall, dark and handsome clowns blow into town to tell the tallest tales of comically large telephones, Jeff&#039;s history with the Dark Carnival, the latest Surge surge, the &quot;truth&quot; about the Wa &quot;brothers,&quot; November hardware sales, the likely wher</itunes:subtitle>\n        <itunes:summary>A couple of tall, dark and handsome clowns blow into town to tell the tallest tales of comically large telephones, Jeff&#039;s history with the Dark Carnival, the latest Surge surge, the &quot;truth&quot; about the Wa &quot;brothers,&quot; November hardware sales, the likely wher</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10060</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2709422-maxresdefault.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1096/Giant_Bombcast_12_16_2014-12-16-2014-2184424888.mp3\" fileSize=\"80734151\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1096/Giant_Bombcast_12_16_2014-12-16-2014-2184424888.mp3\" length=\"80734151\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12/09/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-09-2014/1600-1087/</link>\n        <description>Who went and gave the video game industry permission to break all this news in December? We convene our eight-seat roundtable of experts to discuss all the latest happenings at the Game Awards and PlayStation Experience, along with the passing of Ralph Ba</description>\n        <pubDate>Tue, 09 Dec 2014 19:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1087</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Who went and gave the video game industry permission to break all this news in December? We convene our eight-seat roundtable of experts to discuss all the latest happenings at the Game Awards and PlayStation Experience, along with the passing of Ralph Ba</itunes:subtitle>\n        <itunes:summary>Who went and gave the video game industry permission to break all this news in December? We convene our eight-seat roundtable of experts to discuss all the latest happenings at the Game Awards and PlayStation Experience, along with the passing of Ralph Ba</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10494</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2707526-asfasdfasfa.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1087/Giant_Bombcast_12_09_2014-12-09-2014-8716622475.mp3\" fileSize=\"84204466\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1087/Giant_Bombcast_12_09_2014-12-09-2014-8716622475.mp3\" length=\"84204466\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12/02/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-02-2014/1600-1084/</link>\n        <description>The holidays are almost upon us, and we&#039;re cramming every last person we can into this podcast just for you! The entire current Giant Bomb staff is here to discuss the games of the day, the perils of home ownership, why you&#039;d want a mortgage, living in ge</description>\n        <pubDate>Tue, 02 Dec 2014 15:25:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1084</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The holidays are almost upon us, and we&#039;re cramming every last person we can into this podcast just for you! The entire current Giant Bomb staff is here to discuss the games of the day, the perils of home ownership, why you&#039;d want a mortgage, living in ge</itunes:subtitle>\n        <itunes:summary>The holidays are almost upon us, and we&#039;re cramming every last person we can into this podcast just for you! The entire current Giant Bomb staff is here to discuss the games of the day, the perils of home ownership, why you&#039;d want a mortgage, living in ge</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">13500</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2705712-2014-12-01+15.20.32.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1084/Giant_Bombcast_12_02_14-12-02-2014-3170366765.mp3\" fileSize=\"108250704\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1084/Giant_Bombcast_12_02_14-12-02-2014-3170366765.mp3\" length=\"108250704\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11/25/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-25-2014/1600-1079/</link>\n        <description>We&#039;re reconvening the drink council for a very important test before moving on to the regular business of, uh, talking about whatever. There&#039;s a new Geometry Wars! Master Chief Collection is still broken! Smash Bros. came out! Little girls hate Quick Look</description>\n        <pubDate>Tue, 25 Nov 2014 12:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1079</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re reconvening the drink council for a very important test before moving on to the regular business of, uh, talking about whatever. There&#039;s a new Geometry Wars! Master Chief Collection is still broken! Smash Bros. came out! Little girls hate Quick Look</itunes:subtitle>\n        <itunes:summary>We&#039;re reconvening the drink council for a very important test before moving on to the regular business of, uh, talking about whatever. There&#039;s a new Geometry Wars! Master Chief Collection is still broken! Smash Bros. came out! Little girls hate Quick Look</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12707</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2703826-surge.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1079/Giant_Bombcast_11_25_2014-11-25-2014-4554469778.mp3\" fileSize=\"101912979\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1079/Giant_Bombcast_11_25_2014-11-25-2014-4554469778.mp3\" length=\"101912979\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11/18/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-18-2014/1600-1074/</link>\n        <description>Rorie substitutes in for Drew to chat about the latest Age of Dragons before we move on to kneecap last week&#039;s shoddy releases. There&#039;s no talking in the library, but plenty of talk about Far Cry 4, the new GTA V, Corbin Bernsen&#039;s directing career, PlaySt</description>\n        <pubDate>Tue, 18 Nov 2014 14:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1074</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Rorie substitutes in for Drew to chat about the latest Age of Dragons before we move on to kneecap last week&#039;s shoddy releases. There&#039;s no talking in the library, but plenty of talk about Far Cry 4, the new GTA V, Corbin Bernsen&#039;s directing career, PlaySt</itunes:subtitle>\n        <itunes:summary>Rorie substitutes in for Drew to chat about the latest Age of Dragons before we move on to kneecap last week&#039;s shoddy releases. There&#039;s no talking in the library, but plenty of talk about Far Cry 4, the new GTA V, Corbin Bernsen&#039;s directing career, PlaySt</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11898</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2702057-untitled.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1074/Giant_Bombcast_11_18_2014-11-18-2014-5802221670.mp3\" fileSize=\"95436284\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1074/Giant_Bombcast_11_18_2014-11-18-2014-5802221670.mp3\" length=\"95436284\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11/11/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-11-2014/1600-1065/</link>\n        <description>The fourth quarter is HEATING UP, and Giant Bomb Action News is on the scene to report on Assassin&#039;s Creed: Unity, the Master Chief Collection, &quot;new&quot; Blizzard games, the Mario Stack Rank, the return of one Mr. Hawk, and the true identity of the rap game K</description>\n        <pubDate>Tue, 11 Nov 2014 11:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1065</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The fourth quarter is HEATING UP, and Giant Bomb Action News is on the scene to report on Assassin&#039;s Creed: Unity, the Master Chief Collection, &quot;new&quot; Blizzard games, the Mario Stack Rank, the return of one Mr. Hawk, and the true identity of the rap game K</itunes:subtitle>\n        <itunes:summary>The fourth quarter is HEATING UP, and Giant Bomb Action News is on the scene to report on Assassin&#039;s Creed: Unity, the Master Chief Collection, &quot;new&quot; Blizzard games, the Mario Stack Rank, the return of one Mr. Hawk, and the true identity of the rap game K</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10424</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2699945-asdfasdf.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1065/Giant_Bombcast_11_11_2014-11-11-2014-7871643993.mp3\" fileSize=\"83645655\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1065/Giant_Bombcast_11_11_2014-11-11-2014-7871643993.mp3\" length=\"83645655\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11/04/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-04-2014/1600-1057/</link>\n        <description>Dan&#039;s back from his Kansas City odyssey to regale us with tales of... well, you&#039;ll see, plus the annual Call of Duty check-in, Freddie Mercury&#039;s Sunset Overdrive, the true value of Donkey Kong Country, Dennis Dyack&#039;s re-return, the latest Canseco mishap, </description>\n        <pubDate>Tue, 04 Nov 2014 15:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1057</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Dan&#039;s back from his Kansas City odyssey to regale us with tales of... well, you&#039;ll see, plus the annual Call of Duty check-in, Freddie Mercury&#039;s Sunset Overdrive, the true value of Donkey Kong Country, Dennis Dyack&#039;s re-return, the latest Canseco mishap, </itunes:subtitle>\n        <itunes:summary>Dan&#039;s back from his Kansas City odyssey to regale us with tales of... well, you&#039;ll see, plus the annual Call of Duty check-in, Freddie Mercury&#039;s Sunset Overdrive, the true value of Donkey Kong Country, Dennis Dyack&#039;s re-return, the latest Canseco mishap, </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10683</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2698331-asdfasdf.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1057/Giant_Bombcast_11_04_2014-11-04-2014-1117749203.mp3\" fileSize=\"85721031\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1057/Giant_Bombcast_11_04_2014-11-04-2014-1117749203.mp3\" length=\"85721031\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10/28/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-28-2014/1600-1048/</link>\n        <description>We&#039;re fresh (?!) off of Extra Life to recap strategies for stayin&#039; up all night, Drew&#039;s globetrotting adventures, more on Sunset Overdrive, the not-very-mysterious identity of Quartermann, Xbox price drops, and the gastric processes of vampires.</description>\n        <pubDate>Tue, 28 Oct 2014 18:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1048</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re fresh (?!) off of Extra Life to recap strategies for stayin&#039; up all night, Drew&#039;s globetrotting adventures, more on Sunset Overdrive, the not-very-mysterious identity of Quartermann, Xbox price drops, and the gastric processes of vampires.</itunes:subtitle>\n        <itunes:summary>We&#039;re fresh (?!) off of Extra Life to recap strategies for stayin&#039; up all night, Drew&#039;s globetrotting adventures, more on Sunset Overdrive, the not-very-mysterious identity of Quartermann, Xbox price drops, and the gastric processes of vampires.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8863</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2696664-screen-shot-2014-10-28-at-6.03.55-pmb.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1048/Giant_Bombcast_10_28_2014-10-28-2014-3292317790.mp3\" fileSize=\"71159124\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1048/Giant_Bombcast_10_28_2014-10-28-2014-3292317790.mp3\" length=\"71159124\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10/21/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-21-2014/1600-1041/</link>\n        <description>With Drew wrapping up his odyssey on the other side of the world, Jason&#039;s back to keep the podcast party going with more on Bayonetta 2, Sunset Overdrive, Borderlands: The Pre-Sequel, Killer Instinct Season 2, Axl Rose&#039;s favorite pinball phrases, some byg</description>\n        <pubDate>Tue, 21 Oct 2014 14:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1041</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With Drew wrapping up his odyssey on the other side of the world, Jason&#039;s back to keep the podcast party going with more on Bayonetta 2, Sunset Overdrive, Borderlands: The Pre-Sequel, Killer Instinct Season 2, Axl Rose&#039;s favorite pinball phrases, some byg</itunes:subtitle>\n        <itunes:summary>With Drew wrapping up his odyssey on the other side of the world, Jason&#039;s back to keep the podcast party going with more on Bayonetta 2, Sunset Overdrive, Borderlands: The Pre-Sequel, Killer Instinct Season 2, Axl Rose&#039;s favorite pinball phrases, some byg</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11894</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2694231-untitled.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1041/Giant_Bombcast_10_21_2014-10-21-2014-6509205671.mp3\" fileSize=\"95407444\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1041/Giant_Bombcast_10_21_2014-10-21-2014-6509205671.mp3\" length=\"95407444\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10/14/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-14-2014/1600-1034/</link>\n        <description>With the Destiny raid completed, we sit back and, um, chat about the Destiny raid... Wait, come back! Jason A. Striker joins us to talk Bayonetta 2, The Evil Within, Borderlands: The Pre-Sequel, the new New 3DS, more on AC: Unity resolutions, nice bounty </description>\n        <pubDate>Tue, 14 Oct 2014 17:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1034</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With the Destiny raid completed, we sit back and, um, chat about the Destiny raid... Wait, come back! Jason A. Striker joins us to talk Bayonetta 2, The Evil Within, Borderlands: The Pre-Sequel, the new New 3DS, more on AC: Unity resolutions, nice bounty </itunes:subtitle>\n        <itunes:summary>With the Destiny raid completed, we sit back and, um, chat about the Destiny raid... Wait, come back! Jason A. Striker joins us to talk Bayonetta 2, The Evil Within, Borderlands: The Pre-Sequel, the new New 3DS, more on AC: Unity resolutions, nice bounty </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10221</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2691621-peanuts_full.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1034/Giant_Bombcast_10_14_2014-10-14-2014-1451096026.mp3\" fileSize=\"82019584\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1034/Giant_Bombcast_10_14_2014-10-14-2014-1451096026.mp3\" length=\"82019584\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10/07/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-07-2014/1600-1027/</link>\n        <description>We&#039;re back from Black Rock City with all the latest on art cars, sex tents, desert drugs, and video games! Matthew &quot;Matt&quot; Rorie joins us to chat Driveclub, Alien: Isolation, even more on the Destiny endgame, beaver butts, the 900th P, and Dan Ryckert&#039;s fe</description>\n        <pubDate>Tue, 07 Oct 2014 18:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1027</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re back from Black Rock City with all the latest on art cars, sex tents, desert drugs, and video games! Matthew &quot;Matt&quot; Rorie joins us to chat Driveclub, Alien: Isolation, even more on the Destiny endgame, beaver butts, the 900th P, and Dan Ryckert&#039;s fe</itunes:subtitle>\n        <itunes:summary>We&#039;re back from Black Rock City with all the latest on art cars, sex tents, desert drugs, and video games! Matthew &quot;Matt&quot; Rorie joins us to chat Driveclub, Alien: Isolation, even more on the Destiny endgame, beaver butts, the 900th P, and Dan Ryckert&#039;s fe</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12198</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2689614-burning-man-festival-2013.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1027/Giant_Bombcast_10_07_2014-10-07-2014-3560232576.mp3\" fileSize=\"97834743\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1027/Giant_Bombcast_10_07_2014-10-07-2014-3560232576.mp3\" length=\"97834743\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09/30/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-30-2014/1600-1021/</link>\n        <description>Quarter four is upon us and it&#039;s all games all the time around here, with in-depth chattin&#039; about Shadow of Mordor, Forza Horizon 2, Super Smash Bros. 3DS, and Gauntlet. Well, fine, you can also hang around for our favorite hangover avoidance strategies. </description>\n        <pubDate>Tue, 30 Sep 2014 16:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1021</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Quarter four is upon us and it&#039;s all games all the time around here, with in-depth chattin&#039; about Shadow of Mordor, Forza Horizon 2, Super Smash Bros. 3DS, and Gauntlet. Well, fine, you can also hang around for our favorite hangover avoidance strategies. </itunes:subtitle>\n        <itunes:summary>Quarter four is upon us and it&#039;s all games all the time around here, with in-depth chattin&#039; about Shadow of Mordor, Forza Horizon 2, Super Smash Bros. 3DS, and Gauntlet. Well, fine, you can also hang around for our favorite hangover avoidance strategies. </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11043</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2687424-asdf.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1021/Giant_Bombcast_09_30_2014-09-30-2014-0242176111.mp3\" fileSize=\"88595334\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1021/Giant_Bombcast_09_30_2014-09-30-2014-0242176111.mp3\" length=\"88595334\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09/23/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-23-2014/1600-1013/</link>\n        <description>It&#039;s an Irish invasion as GameSpot&#039;s Danny O&#039;Dwyer joins us to talk about the right way to enjoy Destiny, the wrong way to parse English accents, whatever the hell Final Fantasy is now, and the perils of programming video games. It has been two (2) weeks </description>\n        <pubDate>Tue, 23 Sep 2014 16:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1013</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s an Irish invasion as GameSpot&#039;s Danny O&#039;Dwyer joins us to talk about the right way to enjoy Destiny, the wrong way to parse English accents, whatever the hell Final Fantasy is now, and the perils of programming video games. It has been two (2) weeks </itunes:subtitle>\n        <itunes:summary>It&#039;s an Irish invasion as GameSpot&#039;s Danny O&#039;Dwyer joins us to talk about the right way to enjoy Destiny, the wrong way to parse English accents, whatever the hell Final Fantasy is now, and the perils of programming video games. It has been two (2) weeks </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7920</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2685556-mc3-1024x768.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1013/Giant_Bombcast_09_23_2014-09-23-2014-6886492276.mp3\" fileSize=\"1\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1013/Giant_Bombcast_09_23_2014-09-23-2014-6886492276.mp3\" length=\"1\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09/16/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-16-2014/1600-1006/</link>\n        <description>Destiny still rules the video game talk around these parts... but then, who just listens to this podcast for games? Especially when you can also hear about hot topics like dying on Mars, drinking on battleships, the John Carmack Tweet of the Week, and TWO</description>\n        <pubDate>Tue, 16 Sep 2014 14:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-1006</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Destiny still rules the video game talk around these parts... but then, who just listens to this podcast for games? Especially when you can also hear about hot topics like dying on Mars, drinking on battleships, the John Carmack Tweet of the Week, and TWO</itunes:subtitle>\n        <itunes:summary>Destiny still rules the video game talk around these parts... but then, who just listens to this podcast for games? Especially when you can also hear about hot topics like dying on Mars, drinking on battleships, the John Carmack Tweet of the Week, and TWO</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10862</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2683395-fall+and+winter+2011+030.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1006/Giant_Bombcast_09_16_2014-09-16-2014-4547615993.mp3\" fileSize=\"87146966\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/1006/Giant_Bombcast_09_16_2014-09-16-2014-4547615993.mp3\" length=\"87146966\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09/09/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-09-2014/1600-996/</link>\n        <description>Destiny is here and it&#039;s time to talk about it. Once we&#039;ve gone over our first few hours with Bungie&#039;s latest, stick around for further discussion of Drew&#039;s introduction to local wrestling, Dan&#039;s recipe for bathtub chicken, and the popularity of Giant Bom</description>\n        <pubDate>Tue, 09 Sep 2014 18:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-996</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Destiny is here and it&#039;s time to talk about it. Once we&#039;ve gone over our first few hours with Bungie&#039;s latest, stick around for further discussion of Drew&#039;s introduction to local wrestling, Dan&#039;s recipe for bathtub chicken, and the popularity of Giant Bom</itunes:subtitle>\n        <itunes:summary>Destiny is here and it&#039;s time to talk about it. Once we&#039;ve gone over our first few hours with Bungie&#039;s latest, stick around for further discussion of Drew&#039;s introduction to local wrestling, Dan&#039;s recipe for bathtub chicken, and the popularity of Giant Bom</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7920</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2681192-10446492_718539621516396_982544460160723806_n.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/996/Giant_Bombcast_09_09_2014-09-09-2014-2471478547.mp3\" fileSize=\"1\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/996/Giant_Bombcast_09_09_2014-09-09-2014-2471478547.mp3\" length=\"1\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09/02/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-02-2014/1600-985/</link>\n        <description>Join us as we mop up the last little bit of PAX Prime business before moving on to more pressing discussions about eating bugs, Sony&#039;s TGS news, Frasier Pinball, the marvels of food science, and how to survive the apocalypse.</description>\n        <pubDate>Tue, 02 Sep 2014 18:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-985</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Join us as we mop up the last little bit of PAX Prime business before moving on to more pressing discussions about eating bugs, Sony&#039;s TGS news, Frasier Pinball, the marvels of food science, and how to survive the apocalypse.</itunes:subtitle>\n        <itunes:summary>Join us as we mop up the last little bit of PAX Prime business before moving on to more pressing discussions about eating bugs, Sony&#039;s TGS news, Frasier Pinball, the marvels of food science, and how to survive the apocalypse.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7920</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2677896-chicken_nuggets_-_10pc.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/985/Giant_Bombcast_09_02_2014-09-02-2014-0421006970.mp3\" fileSize=\"1\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/985/Giant_Bombcast_09_02_2014-09-02-2014-0421006970.mp3\" length=\"1\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08/26/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-26-2014/1600-982/</link>\n        <description>Not even the earth shaking beneath our feet can stop us from talking about bad Mario Kart tournaments, Infamous: First Light, the feasibility of Star Citizen, the Amazon/Twitch deal, Smash Bros. leaks, and another of Dan&#039;s awful, awful stories.</description>\n        <pubDate>Tue, 26 Aug 2014 18:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-982</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Not even the earth shaking beneath our feet can stop us from talking about bad Mario Kart tournaments, Infamous: First Light, the feasibility of Star Citizen, the Amazon/Twitch deal, Smash Bros. leaks, and another of Dan&#039;s awful, awful stories.</itunes:subtitle>\n        <itunes:summary>Not even the earth shaking beneath our feet can stop us from talking about bad Mario Kart tournaments, Infamous: First Light, the feasibility of Star Citizen, the Amazon/Twitch deal, Smash Bros. leaks, and another of Dan&#039;s awful, awful stories.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7920</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2674982-7168319663_2a37290f1c.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/982/Giant_Bombcast_08_26_2014-08-26-2014-4550906413.mp3\" fileSize=\"1\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/982/Giant_Bombcast_08_26_2014-08-26-2014-4550906413.mp3\" length=\"1\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08/19/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-19-2014/1600-974/</link>\n        <description>With Dan out at SummerSlam, Matt Rorie joins us to... have a lengthy conversation about professional wrestling, not to mention discussions of platform exclusivity, the Gamescom meat grinder, John Romero&#039;s return to shooters, and how to protect your virtua</description>\n        <pubDate>Tue, 19 Aug 2014 13:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-974</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With Dan out at SummerSlam, Matt Rorie joins us to... have a lengthy conversation about professional wrestling, not to mention discussions of platform exclusivity, the Gamescom meat grinder, John Romero&#039;s return to shooters, and how to protect your virtua</itunes:subtitle>\n        <itunes:summary>With Dan out at SummerSlam, Matt Rorie joins us to... have a lengthy conversation about professional wrestling, not to mention discussions of platform exclusivity, the Gamescom meat grinder, John Romero&#039;s return to shooters, and how to protect your virtua</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7920</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2672326-asdf.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/974/Giant_Bombcast_08_19_2014-08-19-2014-0165639036.mp3\" fileSize=\"1\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/974/Giant_Bombcast_08_19_2014-08-19-2014-0165639036.mp3\" length=\"1\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08/12/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-12-2014/1600-965/</link>\n        <description>Jeff is back in the office...just long enough to tell us about his budding career as a pro Blitzball player. Brad played games other than Dota. Drew did battle in Golden Gate Park. Dan&#039;s been hanging out with the riff raff again. All this, plus your scari</description>\n        <pubDate>Tue, 12 Aug 2014 17:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-965</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff is back in the office...just long enough to tell us about his budding career as a pro Blitzball player. Brad played games other than Dota. Drew did battle in Golden Gate Park. Dan&#039;s been hanging out with the riff raff again. All this, plus your scari</itunes:subtitle>\n        <itunes:summary>Jeff is back in the office...just long enough to tell us about his budding career as a pro Blitzball player. Brad played games other than Dota. Drew did battle in Golden Gate Park. Dan&#039;s been hanging out with the riff raff again. All this, plus your scari</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12503</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2669660-098.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/965/Giant_Bombcast_08_12_2014-08-12-2014-4971499083.mp3\" fileSize=\"100276531\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/965/Giant_Bombcast_08_12_2014-08-12-2014-4971499083.mp3\" length=\"100276531\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08/05/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-05-2014/1600-957/</link>\n        <description>Newly minted Sony company man John T. Drake has completed his cross-country trek just in time to discuss the mystery of Matt Kessler, the riddle of Dan Ryckert, the curse of historic Barkerville, and the dilemma of Dwayne Johnson.</description>\n        <pubDate>Tue, 05 Aug 2014 17:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-957</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Newly minted Sony company man John T. Drake has completed his cross-country trek just in time to discuss the mystery of Matt Kessler, the riddle of Dan Ryckert, the curse of historic Barkerville, and the dilemma of Dwayne Johnson.</itunes:subtitle>\n        <itunes:summary>Newly minted Sony company man John T. Drake has completed his cross-country trek just in time to discuss the mystery of Matt Kessler, the riddle of Dan Ryckert, the curse of historic Barkerville, and the dilemma of Dwayne Johnson.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11198</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2666961-untitled.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/957/Giant_Bombcast_08_05_2014-08-05-2014-7068316248.mp3\" fileSize=\"1\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/957/Giant_Bombcast_08_05_2014-08-05-2014-7068316248.mp3\" length=\"1\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07/29/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-29-2014/1600-949/</link>\n        <description>We&#039;re live from the great state of Silicon Valley, USA with a hot list of summer tips to keep your water usage cool and conservational! Then you can beat the heat with the latest on Firefall, Destiny, Velvet Sundown, The Last of Us Remastered, and the end</description>\n        <pubDate>Tue, 29 Jul 2014 14:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-949</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re live from the great state of Silicon Valley, USA with a hot list of summer tips to keep your water usage cool and conservational! Then you can beat the heat with the latest on Firefall, Destiny, Velvet Sundown, The Last of Us Remastered, and the end</itunes:subtitle>\n        <itunes:summary>We&#039;re live from the great state of Silicon Valley, USA with a hot list of summer tips to keep your water usage cool and conservational! Then you can beat the heat with the latest on Firefall, Destiny, Velvet Sundown, The Last of Us Remastered, and the end</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11657</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2663897-5fbc76031a6e4a4287689794f5af8d17170af99e0180ed53d9c9ee70ae9592e6.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/949/Giant_Bombcast_07_29_2014-07-29-2014-4264559189.mp3\" fileSize=\"93509567\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/949/Giant_Bombcast_07_29_2014-07-29-2014-4264559189.mp3\" length=\"93509567\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07/22/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-22-2014/1600-941/</link>\n        <description>Brad&#039;s fresh off a plane from The International 4 to talk about rare couriers! Oh, and also Dota 2. Drew is a Ghostship Snowpiercer. Jeff plays too much bingo. Dan Ryckert doesn&#039;t know how to cook. Plus your incredible edible emails!</description>\n        <pubDate>Tue, 22 Jul 2014 21:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-941</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Brad&#039;s fresh off a plane from The International 4 to talk about rare couriers! Oh, and also Dota 2. Drew is a Ghostship Snowpiercer. Jeff plays too much bingo. Dan Ryckert doesn&#039;t know how to cook. Plus your incredible edible emails!</itunes:subtitle>\n        <itunes:summary>Brad&#039;s fresh off a plane from The International 4 to talk about rare couriers! Oh, and also Dota 2. Drew is a Ghostship Snowpiercer. Jeff plays too much bingo. Dan Ryckert doesn&#039;t know how to cook. Plus your incredible edible emails!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">13370</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2661135-img_1483.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/941/Giant_Bombcast_07_22_2014-07-22-2014-0609144494.mp3\" fileSize=\"107210822\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/941/Giant_Bombcast_07_22_2014-07-22-2014-0609144494.mp3\" length=\"107210822\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07/15/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-15-2014/1600-924/</link>\n        <description>Sentris developer Samantha Kalman drops by to chat with us about GaymerX2, the value of programming, the Nintendo 64&#039;s forgotten lineup, electronic sports, the secret identity of Freezyfrog, microbial science, and Dan Ryckert&#039;s odd, odd palate.</description>\n        <pubDate>Tue, 15 Jul 2014 16:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-924</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Sentris developer Samantha Kalman drops by to chat with us about GaymerX2, the value of programming, the Nintendo 64&#039;s forgotten lineup, electronic sports, the secret identity of Freezyfrog, microbial science, and Dan Ryckert&#039;s odd, odd palate.</itunes:subtitle>\n        <itunes:summary>Sentris developer Samantha Kalman drops by to chat with us about GaymerX2, the value of programming, the Nintendo 64&#039;s forgotten lineup, electronic sports, the secret identity of Freezyfrog, microbial science, and Dan Ryckert&#039;s odd, odd palate.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9021</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2657957-e_coli.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/924/Giant_Bombcast_07_15_2014-07-15-2014-4731535869.mp3\" fileSize=\"72422526\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/924/Giant_Bombcast_07_15_2014-07-15-2014-4731535869.mp3\" length=\"72422526\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07/08/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-08-2014/1600-918/</link>\n        <description>July rages on with discussion of important games like horseshoes. Also we discuss Cliff Blezinski&#039;s new operation, Gearbox&#039;s new hobby-grade meta-growth video gaming product, Destiny&#039;s ninety different versions, Mighty No. 9&#039;s hat-passing techniques, and </description>\n        <pubDate>Tue, 08 Jul 2014 18:49:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-918</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">July rages on with discussion of important games like horseshoes. Also we discuss Cliff Blezinski&#039;s new operation, Gearbox&#039;s new hobby-grade meta-growth video gaming product, Destiny&#039;s ninety different versions, Mighty No. 9&#039;s hat-passing techniques, and </itunes:subtitle>\n        <itunes:summary>July rages on with discussion of important games like horseshoes. Also we discuss Cliff Blezinski&#039;s new operation, Gearbox&#039;s new hobby-grade meta-growth video gaming product, Destiny&#039;s ninety different versions, Mighty No. 9&#039;s hat-passing techniques, and </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8112</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2655042-4374258116-Olymp.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/918/Giant_Bombcast_07_08_2014-07-08-2014-5812425322.mp3\" fileSize=\"65151995\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/918/Giant_Bombcast_07_08_2014-07-08-2014-5812425322.mp3\" length=\"65151995\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07/01/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-01-2014/1600-915/</link>\n        <description>Brad returns from vacation to discuss his handheld travel adventures while Jeff and Drew wax poetic about the news of the week, shooting Nazis in their privates, buying Japanese PSN games, and your emails. This week: Why can&#039;t Jeff stop playing Marvel Her</description>\n        <pubDate>Mon, 30 Jun 2014 18:11:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-915</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Brad returns from vacation to discuss his handheld travel adventures while Jeff and Drew wax poetic about the news of the week, shooting Nazis in their privates, buying Japanese PSN games, and your emails. This week: Why can&#039;t Jeff stop playing Marvel Her</itunes:subtitle>\n        <itunes:summary>Brad returns from vacation to discuss his handheld travel adventures while Jeff and Drew wax poetic about the news of the week, shooting Nazis in their privates, buying Japanese PSN games, and your emails. This week: Why can&#039;t Jeff stop playing Marvel Her</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7549</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2651627-img_1476.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/915/Giant_Bombcast_07_01_2014-06-30-2014-4049796443.mp3\" fileSize=\"60651006\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/915/Giant_Bombcast_07_01_2014-06-30-2014-4049796443.mp3\" length=\"60651006\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06/24/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-24-2014/1600-905/</link>\n        <description>Drew and Jeff are joined by a pair of guests as we discuss table flipping arcade games, the mysterious appearance of Vince, EA&#039;s UFC, Primal Rage 2, floppy disk versions of Strider, and &quot;football.&quot;</description>\n        <pubDate>Tue, 24 Jun 2014 14:51:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-905</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Drew and Jeff are joined by a pair of guests as we discuss table flipping arcade games, the mysterious appearance of Vince, EA&#039;s UFC, Primal Rage 2, floppy disk versions of Strider, and &quot;football.&quot;</itunes:subtitle>\n        <itunes:summary>Drew and Jeff are joined by a pair of guests as we discuss table flipping arcade games, the mysterious appearance of Vince, EA&#039;s UFC, Primal Rage 2, floppy disk versions of Strider, and &quot;football.&quot;</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7981</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2649599-6001335744-17iqo.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/905/Giant_Bombcast_06_24_2014-06-24-2014-0291598917.mp3\" fileSize=\"64103126\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/905/Giant_Bombcast_06_24_2014-06-24-2014-0291598917.mp3\" length=\"64103126\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06/17/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-17-2014/1600-900/</link>\n        <description>E3 2014 has come and gone, and we&#039;re left to pick up the pieces with further ruminations on No Man&#039;s Sky, Battlefield Hardline, Far Cry 4, and Destiny, along with Drew&#039;s weekend combat experience, Danny&#039;s Irish plague, Rorie&#039;s E3 at home, and the one emai</description>\n        <pubDate>Tue, 17 Jun 2014 18:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-900</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">E3 2014 has come and gone, and we&#039;re left to pick up the pieces with further ruminations on No Man&#039;s Sky, Battlefield Hardline, Far Cry 4, and Destiny, along with Drew&#039;s weekend combat experience, Danny&#039;s Irish plague, Rorie&#039;s E3 at home, and the one emai</itunes:subtitle>\n        <itunes:summary>E3 2014 has come and gone, and we&#039;re left to pick up the pieces with further ruminations on No Man&#039;s Sky, Battlefield Hardline, Far Cry 4, and Destiny, along with Drew&#039;s weekend combat experience, Danny&#039;s Irish plague, Rorie&#039;s E3 at home, and the one emai</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8594</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/30/2647290-staring_contest.svg.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/900/Giant_Bombcast_06_17_2014-06-17-2014-2230621314.mp3\" fileSize=\"103389134\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/900/Giant_Bombcast_06_17_2014-06-17-2014-2230621314.mp3\" length=\"103389134\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>E3 2014: Day Three LIVE!</title>\n        <link>https://www.giantbomb.com/podcasts/e3-2014-day-three-live/1600-896/</link>\n        <description>We close out the show with our impressions and a lineup of guests that includes Ed Boon, Zoe Quinn, Geoff Keighley, Alexa Ray Corriea, Josh Sawyer, Abbie Heppe, Rami Ismail, Paul Barnett, and more!</description>\n        <pubDate>Fri, 13 Jun 2014 13:48:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-896</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We close out the show with our impressions and a lineup of guests that includes Ed Boon, Zoe Quinn, Geoff Keighley, Alexa Ray Corriea, Josh Sawyer, Abbie Heppe, Rami Ismail, Paul Barnett, and more!</itunes:subtitle>\n        <itunes:summary>We close out the show with our impressions and a lineup of guests that includes Ed Boon, Zoe Quinn, Geoff Keighley, Alexa Ray Corriea, Josh Sawyer, Abbie Heppe, Rami Ismail, Paul Barnett, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">13506</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2645582-screen+shot+2014-06-13+at+1.30.43+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/896/E3_2014_Day_3-06-13-2014-6622666530.mp3\" fileSize=\"108303763\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/896/E3_2014_Day_3-06-13-2014-6622666530.mp3\" length=\"108303763\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>E3 2014: Day Two LIVE!</title>\n        <link>https://www.giantbomb.com/podcasts/e3-2014-day-two-live/1600-894/</link>\n        <description>We&#039;re joined by Some Brothers McElroy, Cara Ellison, Casey Lynch, Mikey Neumann, Beef O&#039;Brady, Seth Killian, Wes Phillips, Jeremy Hoffman, Chris Charla, Mike Mika, Dennis Wedin, Nathan Vella, Kris Piotrowski, Greg Rice, Rayme Vinson, Abbie Heppe, and more</description>\n        <pubDate>Thu, 12 Jun 2014 13:39:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-894</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re joined by Some Brothers McElroy, Cara Ellison, Casey Lynch, Mikey Neumann, Beef O&#039;Brady, Seth Killian, Wes Phillips, Jeremy Hoffman, Chris Charla, Mike Mika, Dennis Wedin, Nathan Vella, Kris Piotrowski, Greg Rice, Rayme Vinson, Abbie Heppe, and more</itunes:subtitle>\n        <itunes:summary>We&#039;re joined by Some Brothers McElroy, Cara Ellison, Casey Lynch, Mikey Neumann, Beef O&#039;Brady, Seth Killian, Wes Phillips, Jeremy Hoffman, Chris Charla, Mike Mika, Dennis Wedin, Nathan Vella, Kris Piotrowski, Greg Rice, Rayme Vinson, Abbie Heppe, and more</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11953</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2645107-tumblr_n71loftlko1taj4kwo1_1280.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/894/E3_2014_Day_2-06-12-2014-4351225992.mp3\" fileSize=\"95882240\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/894/E3_2014_Day_2-06-12-2014-4351225992.mp3\" length=\"95882240\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>E3 2014: Day One LIVE!</title>\n        <link>https://www.giantbomb.com/podcasts/e3-2014-day-one-live/1600-892/</link>\n        <description>We&#039;re joined by Palmer Luckey, Shuhei Yoshida, Phil Spencer, Dave Lang, Adam Boyes, Greg Kasavin, Sean Murray, John Mamais, and a host of additional luminaries as our first day of E3 2014 wraps up!</description>\n        <pubDate>Wed, 11 Jun 2014 12:39:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-892</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re joined by Palmer Luckey, Shuhei Yoshida, Phil Spencer, Dave Lang, Adam Boyes, Greg Kasavin, Sean Murray, John Mamais, and a host of additional luminaries as our first day of E3 2014 wraps up!</itunes:subtitle>\n        <itunes:summary>We&#039;re joined by Palmer Luckey, Shuhei Yoshida, Phil Spencer, Dave Lang, Adam Boyes, Greg Kasavin, Sean Murray, John Mamais, and a host of additional luminaries as our first day of E3 2014 wraps up!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9858</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2644453-screen+shot+2014-06-11+at+12.29.48+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/892/E3_2014_Day_1-06-11-2014-5347121814.mp3\" fileSize=\"79116016\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/892/E3_2014_Day_1-06-11-2014-5347121814.mp3\" length=\"79116016\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06/10/2014: E3 Preview and Predictions!</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-10-2014-e3-preview-and-predictio/1600-888/</link>\n        <description>We gather together the week before E3 to cover the games Jeff saw during his pre-show sojourn and make a bunch of very half-cocked predictions. Listen in to see just how wrong we were!</description>\n        <pubDate>Tue, 10 Jun 2014 12:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-888</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We gather together the week before E3 to cover the games Jeff saw during his pre-show sojourn and make a bunch of very half-cocked predictions. Listen in to see just how wrong we were!</itunes:subtitle>\n        <itunes:summary>We gather together the week before E3 to cover the games Jeff saw during his pre-show sojourn and make a bunch of very half-cocked predictions. Listen in to see just how wrong we were!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8970</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/96/1522989-trico19.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/888/Video_Games_Giant_Bombcast_06_10_2014-06-10-2014-4185635559.mp3\" fileSize=\"72014678\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/888/Video_Games_Giant_Bombcast_06_10_2014-06-10-2014-4185635559.mp3\" length=\"72014678\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>E3 2014: Day Zero Wrap-Up!</title>\n        <link>https://www.giantbomb.com/podcasts/e3-2014-day-zero-wrap-up/1600-890/</link>\n        <description>The press conferences are over and we&#039;re wrapping up with friends from 8-4, Harmonix, and more!</description>\n        <pubDate>Tue, 10 Jun 2014 08:44:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-890</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The press conferences are over and we&#039;re wrapping up with friends from 8-4, Harmonix, and more!</itunes:subtitle>\n        <itunes:summary>The press conferences are over and we&#039;re wrapping up with friends from 8-4, Harmonix, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2643688-8266185548-tumbl.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/890/E3_2014_Day_0_%28Premium%29-06-10-2014-1469170785.mp3\" fileSize=\"1\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/890/E3_2014_Day_0_%28Premium%29-06-10-2014-1469170785.mp3\" length=\"1\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06/03/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-03-2014/1600-882/</link>\n        <description>It&#039;s the week before E3 and we&#039;re just going to shout &quot;Pushmo World&quot; over and over again. OK, well, maybe we&#039;ll talk a bit about Batman: Arkham Knight, Mortal Kombat X, Sonic Boom, Mario Kart 8, Battlefield Hardline, Forza Horizon 2, PSO2&#039;s English chance</description>\n        <pubDate>Tue, 03 Jun 2014 17:59:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-882</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s the week before E3 and we&#039;re just going to shout &quot;Pushmo World&quot; over and over again. OK, well, maybe we&#039;ll talk a bit about Batman: Arkham Knight, Mortal Kombat X, Sonic Boom, Mario Kart 8, Battlefield Hardline, Forza Horizon 2, PSO2&#039;s English chance</itunes:subtitle>\n        <itunes:summary>It&#039;s the week before E3 and we&#039;re just going to shout &quot;Pushmo World&quot; over and over again. OK, well, maybe we&#039;ll talk a bit about Batman: Arkham Knight, Mortal Kombat X, Sonic Boom, Mario Kart 8, Battlefield Hardline, Forza Horizon 2, PSO2&#039;s English chance</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9450</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2640259-0026158287-zardo.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/882/Giant_Bombcast_06_03_2014-06-03-2014-6302240437.mp3\" fileSize=\"75854483\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/882/Giant_Bombcast_06_03_2014-06-03-2014-6302240437.mp3\" length=\"75854483\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05/27/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-27-2014/1600-876/</link>\n        <description>Games, games, games! We&#039;re talking about Watch Dogs, we&#039;re talking about The Order, we&#039;re talking about Driveclub, we&#039;re talking about The Evil Within, Lego Batman 3, UFC, Middle-earth: Shadow of Mordor, Evolve, the process of packing and moving, French v</description>\n        <pubDate>Tue, 27 May 2014 14:10:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-876</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Games, games, games! We&#039;re talking about Watch Dogs, we&#039;re talking about The Order, we&#039;re talking about Driveclub, we&#039;re talking about The Evil Within, Lego Batman 3, UFC, Middle-earth: Shadow of Mordor, Evolve, the process of packing and moving, French v</itunes:subtitle>\n        <itunes:summary>Games, games, games! We&#039;re talking about Watch Dogs, we&#039;re talking about The Order, we&#039;re talking about Driveclub, we&#039;re talking about The Evil Within, Lego Batman 3, UFC, Middle-earth: Shadow of Mordor, Evolve, the process of packing and moving, French v</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9497</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/329/2637664-watch_dogs%E2%84%A2_20140527225809.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/876/Giant_Bombcast_05_27_2014-05-27-2014-8623408624.mp3\" fileSize=\"76235244\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/876/Giant_Bombcast_05_27_2014-05-27-2014-8623408624.mp3\" length=\"76235244\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05/20/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-20-2014/1600-874/</link>\n        <description>We break down the latest details in the Grand Giant Bomb Expansion Plan and then cover the Kinectless Xbox One, the relevance of E3, Nintendo&#039;s Wi-Fi Connection (or lack thereof), Rockstar, Superhot, Far Cry 4, that Halo stuff, Night Trap, and your emails</description>\n        <pubDate>Tue, 20 May 2014 19:58:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-874</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We break down the latest details in the Grand Giant Bomb Expansion Plan and then cover the Kinectless Xbox One, the relevance of E3, Nintendo&#039;s Wi-Fi Connection (or lack thereof), Rockstar, Superhot, Far Cry 4, that Halo stuff, Night Trap, and your emails</itunes:subtitle>\n        <itunes:summary>We break down the latest details in the Grand Giant Bomb Expansion Plan and then cover the Kinectless Xbox One, the relevance of E3, Nintendo&#039;s Wi-Fi Connection (or lack thereof), Rockstar, Superhot, Far Cry 4, that Halo stuff, Night Trap, and your emails</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11590</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/1992/1753368-new_york.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/874/Giant_Bombcast_05_20_2014-05-20-2014-9456847568.mp3\" fileSize=\"92974287\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/874/Giant_Bombcast_05_20_2014-05-20-2014-9456847568.mp3\" length=\"92974287\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05/13/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-13-2014/1600-869/</link>\n        <description>Greg Kasavin and Danny O&#039;Dwyer join us as we talk about Super Time Force, Sunset Overdrive, releasing a game, Eurovision, butt holes in your wall, and how many pillows is enough pillows.</description>\n        <pubDate>Tue, 13 May 2014 19:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-869</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Greg Kasavin and Danny O&#039;Dwyer join us as we talk about Super Time Force, Sunset Overdrive, releasing a game, Eurovision, butt holes in your wall, and how many pillows is enough pillows.</itunes:subtitle>\n        <itunes:summary>Greg Kasavin and Danny O&#039;Dwyer join us as we talk about Super Time Force, Sunset Overdrive, releasing a game, Eurovision, butt holes in your wall, and how many pillows is enough pillows.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9981</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/31/2632576-8989261909-donat.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/869/Giant_Bombcast_05-13-2014-05-13-2014-7875783486.mp3\" fileSize=\"80408052\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/869/Giant_Bombcast_05-13-2014-05-13-2014-7875783486.mp3\" length=\"80408052\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05/06/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-06-2014/1600-860/</link>\n        <description>The Giant Bomb Gang reconvenes to discuss the proper lineage of Datel&#039;s cheat devices, that Kevin Spacey Call of Duty thing, Sony&#039;s grip of indie announcements, DIsney&#039;s Marvel thing, the ambitions of Zenimax&#039;s legal team, and all that.</description>\n        <pubDate>Tue, 06 May 2014 14:16:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-860</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Giant Bomb Gang reconvenes to discuss the proper lineage of Datel&#039;s cheat devices, that Kevin Spacey Call of Duty thing, Sony&#039;s grip of indie announcements, DIsney&#039;s Marvel thing, the ambitions of Zenimax&#039;s legal team, and all that.</itunes:subtitle>\n        <itunes:summary>The Giant Bomb Gang reconvenes to discuss the proper lineage of Datel&#039;s cheat devices, that Kevin Spacey Call of Duty thing, Sony&#039;s grip of indie announcements, DIsney&#039;s Marvel thing, the ambitions of Zenimax&#039;s legal team, and all that.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9636</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/9/93770/2362083-nes_nesplayactionfootball_2.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/860/Giant_Bombcast_05_06_2014-05-06-2014-5670117416.mp3\" fileSize=\"77340730\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/860/Giant_Bombcast_05_06_2014-05-06-2014-5670117416.mp3\" length=\"77340730\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04/29/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-29-2014/1600-851/</link>\n        <description>We get ourselves into a room and discuss landfill diving for old video games, The Amazing Spider-Man 2, James Bond making out with imaginary ladies, firebombs, the new Skylanders, Colorado&#039;s view of Dave Lang, Vinny&#039;s hometown, and more!</description>\n        <pubDate>Tue, 29 Apr 2014 19:17:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-851</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We get ourselves into a room and discuss landfill diving for old video games, The Amazing Spider-Man 2, James Bond making out with imaginary ladies, firebombs, the new Skylanders, Colorado&#039;s view of Dave Lang, Vinny&#039;s hometown, and more!</itunes:subtitle>\n        <itunes:summary>We get ourselves into a room and discuss landfill diving for old video games, The Amazing Spider-Man 2, James Bond making out with imaginary ladies, firebombs, the new Skylanders, Colorado&#039;s view of Dave Lang, Vinny&#039;s hometown, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9615</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/5768/714720-et.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/851/Giant_Bombcast_04_29_2014-04-29-2014-8897784909.mp3\" fileSize=\"77174382\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/851/Giant_Bombcast_04_29_2014-04-29-2014-8897784909.mp3\" length=\"77174382\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04/22/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-22-2014/1600-839/</link>\n        <description>We briefly celebrate the anniversary of the Game Boy and get into a little Trials Fusion before trying to figure out what the heck is happening over at Naughty Dog, what the heck is happening over at Bungie, and what the heck is up with Spider-Man on the </description>\n        <pubDate>Tue, 22 Apr 2014 17:05:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-839</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We briefly celebrate the anniversary of the Game Boy and get into a little Trials Fusion before trying to figure out what the heck is happening over at Naughty Dog, what the heck is happening over at Bungie, and what the heck is up with Spider-Man on the </itunes:subtitle>\n        <itunes:summary>We briefly celebrate the anniversary of the Game Boy and get into a little Trials Fusion before trying to figure out what the heck is happening over at Naughty Dog, what the heck is happening over at Bungie, and what the heck is up with Spider-Man on the </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8476</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/11/112517/1800160-nintendogameboybox.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/839/Giant_Bombcast_04_22_2014-04-22-2014-5434043186.mp3\" fileSize=\"68067678\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/839/Giant_Bombcast_04_22_2014-04-22-2014-5434043186.mp3\" length=\"68067678\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04/15/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-15-2014/1600-831/</link>\n        <description>A trio of Giant Bomb compadres compare notes on PAX East 2014, Wrestlemania 2000, tank simulators, Trials Fusion, Snoop Dogg&#039;s latest release, Johnny Gat&#039;s latest cameo, drinking soda in front of a camera, and more stuff!</description>\n        <pubDate>Tue, 15 Apr 2014 17:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-831</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">A trio of Giant Bomb compadres compare notes on PAX East 2014, Wrestlemania 2000, tank simulators, Trials Fusion, Snoop Dogg&#039;s latest release, Johnny Gat&#039;s latest cameo, drinking soda in front of a camera, and more stuff!</itunes:subtitle>\n        <itunes:summary>A trio of Giant Bomb compadres compare notes on PAX East 2014, Wrestlemania 2000, tank simulators, Trials Fusion, Snoop Dogg&#039;s latest release, Johnny Gat&#039;s latest cameo, drinking soda in front of a camera, and more stuff!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7372</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/1992/2619859-dsc06222.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/831/Giant_Bombcast_04_15_2014-04-15-2014-1270640434.mp3\" fileSize=\"59234543\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/831/Giant_Bombcast_04_15_2014-04-15-2014-1270640434.mp3\" length=\"59234543\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04/08/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-08-2014/1600-825/</link>\n        <description>Brad returns from the wilderness of his mind to talk with us about Dark Souls II for the PC, that new Batman game, Amy Hennig&#039;s new Star Wars gig, the fine art of launching missiles, the appeal of Dynasty Warriors, our PAX East plans, Amazon&#039;s new Fire TV</description>\n        <pubDate>Tue, 08 Apr 2014 00:01:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-825</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Brad returns from the wilderness of his mind to talk with us about Dark Souls II for the PC, that new Batman game, Amy Hennig&#039;s new Star Wars gig, the fine art of launching missiles, the appeal of Dynasty Warriors, our PAX East plans, Amazon&#039;s new Fire TV</itunes:subtitle>\n        <itunes:summary>Brad returns from the wilderness of his mind to talk with us about Dark Souls II for the PC, that new Batman game, Amy Hennig&#039;s new Star Wars gig, the fine art of launching missiles, the appeal of Dynasty Warriors, our PAX East plans, Amazon&#039;s new Fire TV</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8253</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2617315-screen+shot+2014-04-07+at+8.31.53+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/825/Giant_Bombcast_04_08_2014-04-07-2014-3128964076.mp3\" fileSize=\"66276516\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/825/Giant_Bombcast_04_08_2014-04-07-2014-3128964076.mp3\" length=\"66276516\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04/01/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-01-2014/1600-814/</link>\n        <description>Illness befalls the Giant Bomb office and Vinny, Drew, and Jeff must soldier on to discuss Facebook&#039;s purchase of the Oculus Rift, Diablo III&#039;s new adventure mode, Elder Scrolls Online, the budding conflict between Liverpool and Manchester by way of Japan</description>\n        <pubDate>Tue, 01 Apr 2014 11:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-814</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Illness befalls the Giant Bomb office and Vinny, Drew, and Jeff must soldier on to discuss Facebook&#039;s purchase of the Oculus Rift, Diablo III&#039;s new adventure mode, Elder Scrolls Online, the budding conflict between Liverpool and Manchester by way of Japan</itunes:subtitle>\n        <itunes:summary>Illness befalls the Giant Bomb office and Vinny, Drew, and Jeff must soldier on to discuss Facebook&#039;s purchase of the Oculus Rift, Diablo III&#039;s new adventure mode, Elder Scrolls Online, the budding conflict between Liverpool and Manchester by way of Japan</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9497</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2615444-screen+shot+2014-04-01+at+11.16.24+am.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/814/Giant_Bombcast_04_01_2014-04-01-2014-3066935872.mp3\" fileSize=\"76235244\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/814/Giant_Bombcast_04_01_2014-04-01-2014-3066935872.mp3\" length=\"76235244\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03/25/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-25-2014/1600-809/</link>\n        <description>We clear away the post-GDC haze to discuss Sony&#039;s virtual reality plans, Metal Gear Solid V: Ground Zeroes, Arrowhead&#039;s new Gauntlet reboot, hot firmware updates, Infamous: Second Son, and another batch of profoundly terrible listener mail.</description>\n        <pubDate>Tue, 25 Mar 2014 16:12:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-809</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We clear away the post-GDC haze to discuss Sony&#039;s virtual reality plans, Metal Gear Solid V: Ground Zeroes, Arrowhead&#039;s new Gauntlet reboot, hot firmware updates, Infamous: Second Son, and another batch of profoundly terrible listener mail.</itunes:subtitle>\n        <itunes:summary>We clear away the post-GDC haze to discuss Sony&#039;s virtual reality plans, Metal Gear Solid V: Ground Zeroes, Arrowhead&#039;s new Gauntlet reboot, hot firmware updates, Infamous: Second Son, and another batch of profoundly terrible listener mail.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9182</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2613351-toiletterrorist-cropped.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/809/Giant_Bombcast_03_25_2014-03-25-2014-1588770188.mp3\" fileSize=\"73710545\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/809/Giant_Bombcast_03_25_2014-03-25-2014-1588770188.mp3\" length=\"73710545\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03/18/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-18-2014/1600-799/</link>\n        <description>We get a Chicago double as Patrick Klepek comes home to the Giant Bombcast for GDC week! Also, he brought Iron Galaxy&#039;s Dave Lang with him, and we discuss Luftrausers, Metal Gear Solid: Ground Zeroes, Dark Souls 2, and real steps you can take to make Wind</description>\n        <pubDate>Tue, 18 Mar 2014 10:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-799</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We get a Chicago double as Patrick Klepek comes home to the Giant Bombcast for GDC week! Also, he brought Iron Galaxy&#039;s Dave Lang with him, and we discuss Luftrausers, Metal Gear Solid: Ground Zeroes, Dark Souls 2, and real steps you can take to make Wind</itunes:subtitle>\n        <itunes:summary>We get a Chicago double as Patrick Klepek comes home to the Giant Bombcast for GDC week! Also, he brought Iron Galaxy&#039;s Dave Lang with him, and we discuss Luftrausers, Metal Gear Solid: Ground Zeroes, Dark Souls 2, and real steps you can take to make Wind</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11935</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/7/74510/1376583-800px_cta_loop_junction.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/799/Giant_Bombcast_03_18_2014-03-17-2014-2638143170.mp3\" fileSize=\"95732620\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/799/Giant_Bombcast_03_18_2014-03-17-2014-2638143170.mp3\" length=\"95732620\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03/11/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-11-2014/1600-790/</link>\n        <description>Drummer, professional traveler, and apparent Grim Reaper John Drake joins us to discuss the horrible things he&#039;s seen on the road, the release of Titanfall, the continued non-release of Driveclub, the release of Amy Hennig, the release of Jack Tretton, th</description>\n        <pubDate>Tue, 11 Mar 2014 16:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-790</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Drummer, professional traveler, and apparent Grim Reaper John Drake joins us to discuss the horrible things he&#039;s seen on the road, the release of Titanfall, the continued non-release of Driveclub, the release of Amy Hennig, the release of Jack Tretton, th</itunes:subtitle>\n        <itunes:summary>Drummer, professional traveler, and apparent Grim Reaper John Drake joins us to discuss the horrible things he&#039;s seen on the road, the release of Titanfall, the continued non-release of Driveclub, the release of Amy Hennig, the release of Jack Tretton, th</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9983</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/2986/592851-new_jersey.gif?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/790/Giant_Bombcast_03_11_2014-03-11-2014-8647357173.mp3\" fileSize=\"80119128\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/790/Giant_Bombcast_03_11_2014-03-11-2014-8647357173.mp3\" length=\"80119128\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03/04/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-04-2014/1600-781/</link>\n        <description>Your favorite Australian fashion podcast returns with a special video-game-themed episode! Thong talk alongside discussion of South Park, Castlevania: Lords of Shadow 2, the Diablo III patch, Loadout, and more? Sounds like a good time, mate! Koala bears.</description>\n        <pubDate>Tue, 04 Mar 2014 19:03:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-781</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Your favorite Australian fashion podcast returns with a special video-game-themed episode! Thong talk alongside discussion of South Park, Castlevania: Lords of Shadow 2, the Diablo III patch, Loadout, and more? Sounds like a good time, mate! Koala bears.</itunes:subtitle>\n        <itunes:summary>Your favorite Australian fashion podcast returns with a special video-game-themed episode! Thong talk alongside discussion of South Park, Castlevania: Lords of Shadow 2, the Diablo III patch, Loadout, and more? Sounds like a good time, mate! Koala bears.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9611</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/1/14741/1109554-800px_flag_of_australia.svg.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/781/Giant_Bombcast_03_04_2014-03-04-2014-7188229639.mp3\" fileSize=\"77141869\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/781/Giant_Bombcast_03_04_2014-03-04-2014-7188229639.mp3\" length=\"77141869\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02/25/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-25-2014/1600-773/</link>\n        <description>Things heat up as the release calendar intensifies, forcing us to discuss hot new releases such as Thief, Plants vs. Zombies Garden Warfare, Castlevania: Lords of Shadow 2, Epic Pinball, and Tyrian.</description>\n        <pubDate>Tue, 25 Feb 2014 16:08:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-773</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Things heat up as the release calendar intensifies, forcing us to discuss hot new releases such as Thief, Plants vs. Zombies Garden Warfare, Castlevania: Lords of Shadow 2, Epic Pinball, and Tyrian.</itunes:subtitle>\n        <itunes:summary>Things heat up as the release calendar intensifies, forcing us to discuss hot new releases such as Thief, Plants vs. Zombies Garden Warfare, Castlevania: Lords of Shadow 2, Epic Pinball, and Tyrian.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12713</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2604878-screen+shot+2014-02-25+at+4.02.58+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/773/Giant_Bombcast_02_25_2014-02-25-2014-2701629034.mp3\" fileSize=\"101962079\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/773/Giant_Bombcast_02_25_2014-02-25-2014-2701629034.mp3\" length=\"101962079\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02/18/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-18-2014/1600-761/</link>\n        <description>Vinny leaves his home in search of information about the upcoming human/cyborg conflict while Jeff stays home to type &quot;start&quot; into a Twitch chat window over and over again. Drew flies a plane. Oh, and Brad Shoemaker rushes in to talk about that DLC for Th</description>\n        <pubDate>Tue, 18 Feb 2014 18:17:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-761</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Vinny leaves his home in search of information about the upcoming human/cyborg conflict while Jeff stays home to type &quot;start&quot; into a Twitch chat window over and over again. Drew flies a plane. Oh, and Brad Shoemaker rushes in to talk about that DLC for Th</itunes:subtitle>\n        <itunes:summary>Vinny leaves his home in search of information about the upcoming human/cyborg conflict while Jeff stays home to type &quot;start&quot; into a Twitch chat window over and over again. Drew flies a plane. Oh, and Brad Shoemaker rushes in to talk about that DLC for Th</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10637</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/3/34651/1251671-0robocop2.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/761/Giant_Bombcast_02_18_2014-02-18-2014-6953565128.mp3\" fileSize=\"85353858\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/761/Giant_Bombcast_02_18_2014-02-18-2014-6953565128.mp3\" length=\"85353858\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02/11/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-11-2014/1600-755/</link>\n        <description>The podcast gang reforms to discuss Super Metroid. Oh, and also Bravely Default, more horrific workplace nudity, Dungeon Keeper (not that one, the other one), Jeff&#039;s trip to the DICE Summit, Titanfall on the Xbox 360, the business of arcade games in laund</description>\n        <pubDate>Tue, 11 Feb 2014 16:24:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-755</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The podcast gang reforms to discuss Super Metroid. Oh, and also Bravely Default, more horrific workplace nudity, Dungeon Keeper (not that one, the other one), Jeff&#039;s trip to the DICE Summit, Titanfall on the Xbox 360, the business of arcade games in laund</itunes:subtitle>\n        <itunes:summary>The podcast gang reforms to discuss Super Metroid. Oh, and also Bravely Default, more horrific workplace nudity, Dungeon Keeper (not that one, the other one), Jeff&#039;s trip to the DICE Summit, Titanfall on the Xbox 360, the business of arcade games in laund</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12483</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2600176-5117138906-defpo.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/755/Giant_Bombcast_02_11_2014-02-11-2014-3500376824.mp3\" fileSize=\"100119506\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/755/Giant_Bombcast_02_11_2014-02-11-2014-3500376824.mp3\" length=\"100119506\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02/04/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-04-2014/1600-750/</link>\n        <description>Will Smith and Dave Snider join us as we swap tales of games, space battles, and workplace nightmare scenarios. Everything a good woodworking podcast needs.</description>\n        <pubDate>Tue, 04 Feb 2014 20:47:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-750</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Will Smith and Dave Snider join us as we swap tales of games, space battles, and workplace nightmare scenarios. Everything a good woodworking podcast needs.</itunes:subtitle>\n        <itunes:summary>Will Smith and Dave Snider join us as we swap tales of games, space battles, and workplace nightmare scenarios. Everything a good woodworking podcast needs.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11391</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/31/2598407-woodrightsshop.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/750/Giant_Bombcast_02-04-2014-02-04-2014-5426536629.mp3\" fileSize=\"91687855\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/750/Giant_Bombcast_02-04-2014-02-04-2014-5426536629.mp3\" length=\"91687855\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01/28/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-28-2014/1600-741/</link>\n        <description>Vinny practices The Castle Doctrine while Jeff makes a serious attempt to become a Strider. Meanwhile, Drew gets into something wild while Brad continues to suffer from a crippling MOBA addiction. Also, we talk Nintendo, getting &quot;Genesis big,&quot; Las Vegas, </description>\n        <pubDate>Tue, 28 Jan 2014 12:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-741</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Vinny practices The Castle Doctrine while Jeff makes a serious attempt to become a Strider. Meanwhile, Drew gets into something wild while Brad continues to suffer from a crippling MOBA addiction. Also, we talk Nintendo, getting &quot;Genesis big,&quot; Las Vegas, </itunes:subtitle>\n        <itunes:summary>Vinny practices The Castle Doctrine while Jeff makes a serious attempt to become a Strider. Meanwhile, Drew gets into something wild while Brad continues to suffer from a crippling MOBA addiction. Also, we talk Nintendo, getting &quot;Genesis big,&quot; Las Vegas, </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9454</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/1/17172/1414830-magnifyingglass.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/741/Giant_Bombcast_01_28_2014-01-28-2014-5085227788.mp3\" fileSize=\"75890421\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/741/Giant_Bombcast_01_28_2014-01-28-2014-5085227788.mp3\" length=\"75890421\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01/21/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-21-2014/1600-730/</link>\n        <description>Giant Bomb checks in this week with timely coverage of Dark Souls, Broken Age, OlliOlli, Beyond 2000, cataloguing your classics, how to kill the teens of Maniac Mansion, and the precise number of Atari 2600s a person should own.</description>\n        <pubDate>Tue, 21 Jan 2014 20:59:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-730</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb checks in this week with timely coverage of Dark Souls, Broken Age, OlliOlli, Beyond 2000, cataloguing your classics, how to kill the teens of Maniac Mansion, and the precise number of Atari 2600s a person should own.</itunes:subtitle>\n        <itunes:summary>Giant Bomb checks in this week with timely coverage of Dark Souls, Broken Age, OlliOlli, Beyond 2000, cataloguing your classics, how to kill the teens of Maniac Mansion, and the precise number of Atari 2600s a person should own.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10764</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/8/87790/2209399-box_bds.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/730/Giant_Bombcast_01_21_2014-01-21-2014-6673464685.mp3\" fileSize=\"86364380\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/730/Giant_Bombcast_01_21_2014-01-21-2014-6673464685.mp3\" length=\"86364380\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01/14/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-14-2014/1600-725/</link>\n        <description>The health experts at Giant Bomb finally wade into the flu vaccine debate, then we discuss the deeper nuances of Action Biker for the Commodore 64, some of this Dota 2 business, and end up talking about Ryu&#039;s magical/not-magical abilities some more.</description>\n        <pubDate>Tue, 14 Jan 2014 14:21:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-725</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The health experts at Giant Bomb finally wade into the flu vaccine debate, then we discuss the deeper nuances of Action Biker for the Commodore 64, some of this Dota 2 business, and end up talking about Ryu&#039;s magical/not-magical abilities some more.</itunes:subtitle>\n        <itunes:summary>The health experts at Giant Bomb finally wade into the flu vaccine debate, then we discuss the deeper nuances of Action Biker for the Commodore 64, some of this Dota 2 business, and end up talking about Ryu&#039;s magical/not-magical abilities some more.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12174</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2590456-0571398981-flu_v.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/725/Giant_Bombcast_01_14_2014-01-14-2014-5628903382.mp3\" fileSize=\"97646639\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/725/Giant_Bombcast_01_14_2014-01-14-2014-5628903382.mp3\" length=\"97646639\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01/07/2014</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-07-2014/1600-714/</link>\n        <description>It&#039;s CES week, so you know that means it&#039;s time to talk televisions! Get down and dirty with our resolution resolutions for 2014... or should we say 2014K????? Because 4K televisions, you know? Anyway, video games.</description>\n        <pubDate>Tue, 07 Jan 2014 00:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-714</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s CES week, so you know that means it&#039;s time to talk televisions! Get down and dirty with our resolution resolutions for 2014... or should we say 2014K????? Because 4K televisions, you know? Anyway, video games.</itunes:subtitle>\n        <itunes:summary>It&#039;s CES week, so you know that means it&#039;s time to talk televisions! Get down and dirty with our resolution resolutions for 2014... or should we say 2014K????? Because 4K televisions, you know? Anyway, video games.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10738</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2587549-bdv7itccqaawnzt.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/714/Giant_Bombcast_01_07_2014-01-06-2014-8759117537.mp3\" fileSize=\"86162174\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/714/Giant_Bombcast_01_07_2014-01-06-2014-8759117537.mp3\" length=\"86162174\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12/31/2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-31-2013/1600-713/</link>\n        <description>This episode of the Giant Bombcast was filmed live in front of a webcam audience. The audio is pretty rough for the first five minutes, then it gets better. But it&#039;s still not as good as it sounds when we&#039;re in a studio, because we weren&#039;t in a studio. Th</description>\n        <pubDate>Mon, 30 Dec 2013 20:24:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-713</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This episode of the Giant Bombcast was filmed live in front of a webcam audience. The audio is pretty rough for the first five minutes, then it gets better. But it&#039;s still not as good as it sounds when we&#039;re in a studio, because we weren&#039;t in a studio. Th</itunes:subtitle>\n        <itunes:summary>This episode of the Giant Bombcast was filmed live in front of a webcam audience. The audio is pretty rough for the first five minutes, then it gets better. But it&#039;s still not as good as it sounds when we&#039;re in a studio, because we weren&#039;t in a studio. Th</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6751</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2584961-screen+shot+2013-12-30+at+5.29.41+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/713/Giant_Bombcast_12_31_2013-12-30-2013-9364940467.mp3\" fileSize=\"54264982\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/713/Giant_Bombcast_12_31_2013-12-30-2013-9364940467.mp3\" length=\"54264982\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2013: Day Five</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2013-day-five/1600-708/</link>\n        <description>The final day is upon us, so sit down and get angry as we determine Giant Bomb&#039;s Best Horror Game, &quot;Please Stop,&quot; Worst Game, and Best Game. Best game!</description>\n        <pubDate>Fri, 27 Dec 2013 10:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-708</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The final day is upon us, so sit down and get angry as we determine Giant Bomb&#039;s Best Horror Game, &quot;Please Stop,&quot; Worst Game, and Best Game. Best game!</itunes:subtitle>\n        <itunes:summary>The final day is upon us, so sit down and get angry as we determine Giant Bomb&#039;s Best Horror Game, &quot;Please Stop,&quot; Worst Game, and Best Game. Best game!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12076</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2583575-goty05.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/708/Giant_Bomb_Game_of_the_Year_2013__Day_Five-12-27-2013-0695800211.mp3\" fileSize=\"96860274\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/708/Giant_Bomb_Game_of_the_Year_2013__Day_Five-12-27-2013-0695800211.mp3\" length=\"96860274\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2013: Day Four</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2013-day-four/1600-707/</link>\n        <description>Day four is here and it&#039;s time to talk about 2013&#039;s Hottest Mess, Best Moment or Sequence, Best Use of a Licensed Song, and the Biggest News.</description>\n        <pubDate>Thu, 26 Dec 2013 10:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-707</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Day four is here and it&#039;s time to talk about 2013&#039;s Hottest Mess, Best Moment or Sequence, Best Use of a Licensed Song, and the Biggest News.</itunes:subtitle>\n        <itunes:summary>Day four is here and it&#039;s time to talk about 2013&#039;s Hottest Mess, Best Moment or Sequence, Best Use of a Licensed Song, and the Biggest News.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6975</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2583463-goty04.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/707/Giant_Bomb_Game_of_the_Year_2013__Day_Four-12-18-2013-6322669313.mp3\" fileSize=\"56056119\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/707/Giant_Bomb_Game_of_the_Year_2013__Day_Four-12-18-2013-6322669313.mp3\" length=\"56056119\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2013: Day Three</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2013-day-three/1600-706/</link>\n        <description>Strap in and prepare yourself as we get set to debate Best Exclusive Launch Game, Apology of the Year, Best Trend, and Best Debut.</description>\n        <pubDate>Wed, 25 Dec 2013 10:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-706</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Strap in and prepare yourself as we get set to debate Best Exclusive Launch Game, Apology of the Year, Best Trend, and Best Debut.</itunes:subtitle>\n        <itunes:summary>Strap in and prepare yourself as we get set to debate Best Exclusive Launch Game, Apology of the Year, Best Trend, and Best Debut.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5879</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2583126-goty03.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/706/Giant_Bomb_Game_of_the_Year_2013__Day_Three-12-18-2013-1239288012.mp3\" fileSize=\"47288225\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/706/Giant_Bomb_Game_of_the_Year_2013__Day_Three-12-18-2013-1239288012.mp3\" length=\"47288225\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2013: Day Two</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2013-day-two/1600-705/</link>\n        <description>Giant Bomb&#039;s deliberations continue as we determine the winners of Best Story, Best Music, Most Disappointing Game, and Best New Character.</description>\n        <pubDate>Tue, 24 Dec 2013 10:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-705</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb&#039;s deliberations continue as we determine the winners of Best Story, Best Music, Most Disappointing Game, and Best New Character.</itunes:subtitle>\n        <itunes:summary>Giant Bomb&#039;s deliberations continue as we determine the winners of Best Story, Best Music, Most Disappointing Game, and Best New Character.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8488</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2582714-goty02.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/705/Giant_Bomb_Game_of_the_Year_2013__Day_Two-12-18-2013-5933778061.mp3\" fileSize=\"68160273\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/705/Giant_Bomb_Game_of_the_Year_2013__Day_Two-12-18-2013-5933778061.mp3\" length=\"68160273\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2013: Day One</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2013-day-one/1600-704/</link>\n        <description>We convene to determine the winners of 2013’s Old Game of the Year, URL of the Year, Best Surprise, and Best-Looking Game as this year&#039;s Game of the Year presentation commences!</description>\n        <pubDate>Mon, 23 Dec 2013 10:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-704</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We convene to determine the winners of 2013’s Old Game of the Year, URL of the Year, Best Surprise, and Best-Looking Game as this year&#039;s Game of the Year presentation commences!</itunes:subtitle>\n        <itunes:summary>We convene to determine the winners of 2013’s Old Game of the Year, URL of the Year, Best Surprise, and Best-Looking Game as this year&#039;s Game of the Year presentation commences!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7489</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2582603-goty01.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/704/Giant_Bomb_Game_of_the_Year_2013__Day_One-12-23-2013-6235941552.mp3\" fileSize=\"60170918\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/704/Giant_Bomb_Game_of_the_Year_2013__Day_One-12-23-2013-6235941552.mp3\" length=\"60170918\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12/17/2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-17-2013/1600-701/</link>\n        <description>We close out the year in &quot;typical&quot; podcasting with one that&#039;s loaded up solid with your emails.</description>\n        <pubDate>Tue, 17 Dec 2013 12:55:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-701</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We close out the year in &quot;typical&quot; podcasting with one that&#039;s loaded up solid with your emails.</itunes:subtitle>\n        <itunes:summary>We close out the year in &quot;typical&quot; podcasting with one that&#039;s loaded up solid with your emails.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9377</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/14/147995/2403972-2403971-bradcopmaker.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/701/Giant_Bombcast_12_17_2013-12-17-2013-3875729167.mp3\" fileSize=\"75273492\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/701/Giant_Bombcast_12_17_2013-12-17-2013-3875729167.mp3\" length=\"75273492\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12/10/2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-10-2013/1600-695/</link>\n        <description>The crew convenes just before beginning the long trek to determine Giant Bomb&#039;s Official and Binding Game of the Year for 2013 to talk about Peggle 2, Starbound, Doki-Doki Universe, and other such video games.</description>\n        <pubDate>Tue, 10 Dec 2013 16:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-695</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The crew convenes just before beginning the long trek to determine Giant Bomb&#039;s Official and Binding Game of the Year for 2013 to talk about Peggle 2, Starbound, Doki-Doki Universe, and other such video games.</itunes:subtitle>\n        <itunes:summary>The crew convenes just before beginning the long trek to determine Giant Bomb&#039;s Official and Binding Game of the Year for 2013 to talk about Peggle 2, Starbound, Doki-Doki Universe, and other such video games.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10603</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/2/26790/2532497-starbound-2013-07-15-00-09-56-65.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/695/Giant_Bombcast_12_10_2013-12-10-2013-8484855914.mp3\" fileSize=\"85080344\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/695/Giant_Bombcast_12_10_2013-12-10-2013-8484855914.mp3\" length=\"85080344\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12/03/2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-03-2013/1600-688/</link>\n        <description>&quot;Eastside&quot; Alex Navarro comes to town to discuss cold weather and trampolines, but the rest of us are on-hand to discuss video games! (Also, Thanksgiving.)</description>\n        <pubDate>Tue, 03 Dec 2013 19:28:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-688</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">&quot;Eastside&quot; Alex Navarro comes to town to discuss cold weather and trampolines, but the rest of us are on-hand to discuss video games! (Also, Thanksgiving.)</itunes:subtitle>\n        <itunes:summary>&quot;Eastside&quot; Alex Navarro comes to town to discuss cold weather and trampolines, but the rest of us are on-hand to discuss video games! (Also, Thanksgiving.)</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7912</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2576899-6770324101-dsc01.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/688/Giant_Bombcast_12_03_2013-12-03-2013-3147673971.mp3\" fileSize=\"63549954\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/688/Giant_Bombcast_12_03_2013-12-03-2013-3147673971.mp3\" length=\"63549954\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11/26/2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-26-2013/1600-679/</link>\n        <description>Atlus gets serious about another generation of video game consoles, Drew goes for a run. Brad and Vinny think about earning PP while Jeff lives the life of a pirate.</description>\n        <pubDate>Tue, 26 Nov 2013 14:44:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-679</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Atlus gets serious about another generation of video game consoles, Drew goes for a run. Brad and Vinny think about earning PP while Jeff lives the life of a pirate.</itunes:subtitle>\n        <itunes:summary>Atlus gets serious about another generation of video game consoles, Drew goes for a run. Brad and Vinny think about earning PP while Jeff lives the life of a pirate.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12706</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2574616-screen+shot+2013-11-26+at+2.41.46+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/679/Giant_Bombcast_11_26_2013-11-26-2013-2215563273.mp3\" fileSize=\"101905652\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/679/Giant_Bombcast_11_26_2013-11-26-2013-2215563273.mp3\" length=\"101905652\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11/19/2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-19-2013/1600-677/</link>\n        <description>&quot;Scoops&quot; of the popular morning show, Scoops &amp;amp; The Wolf, joins the team for a special video-game-themed episode, where we discuss current generation video game devices, like the Sony PlayStation 4, Microsoft Xbox One, and Nintendo Wii U.</description>\n        <pubDate>Tue, 19 Nov 2013 21:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-677</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">&quot;Scoops&quot; of the popular morning show, Scoops &amp;amp; The Wolf, joins the team for a special video-game-themed episode, where we discuss current generation video game devices, like the Sony PlayStation 4, Microsoft Xbox One, and Nintendo Wii U.</itunes:subtitle>\n        <itunes:summary>&quot;Scoops&quot; of the popular morning show, Scoops &amp;amp; The Wolf, joins the team for a special video-game-themed episode, where we discuss current generation video game devices, like the Sony PlayStation 4, Microsoft Xbox One, and Nintendo Wii U.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12606</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/2840/2495534-xboxone_dayonecontroller_f_blackbg_rgb_2013.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/677/Giant_Bombcast_11_19_2013-11-19-2013-9325442542.mp3\" fileSize=\"101106087\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/677/Giant_Bombcast_11_19_2013-11-19-2013-9325442542.mp3\" length=\"101106087\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11/12/2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-12-2013/1600-671/</link>\n        <description>Brad talks about Dota 2, Jeff shares his years of industry knowledge, and Drew recalls his weekend adventures. EVERYTHING IS UNDER CONTROL!</description>\n        <pubDate>Tue, 12 Nov 2013 20:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-671</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Brad talks about Dota 2, Jeff shares his years of industry knowledge, and Drew recalls his weekend adventures. EVERYTHING IS UNDER CONTROL!</itunes:subtitle>\n        <itunes:summary>Brad talks about Dota 2, Jeff shares his years of industry knowledge, and Drew recalls his weekend adventures. EVERYTHING IS UNDER CONTROL!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10094</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/31/2570020-bombcast_11122013.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/671/Giant_Bombcast_11-12-2013-11-12-2013-1102562319.mp3\" fileSize=\"80761544\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/671/Giant_Bombcast_11-12-2013-11-12-2013-1102562319.mp3\" length=\"80761544\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11/05/2013: That&#039;s a Tuesday!</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-05-2013-that-s-a-tuesday/1600-660/</link>\n        <description>The Giant Bomb Gang reflects on its marathon livestreaming weekend while discussing deep Windjammers strats, Call of Duty For Ghosts, Kameo, that ill-advised pizza order, how to give candy to children, and a distinct lack of Diretide.</description>\n        <pubDate>Tue, 05 Nov 2013 19:44:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-660</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Giant Bomb Gang reflects on its marathon livestreaming weekend while discussing deep Windjammers strats, Call of Duty For Ghosts, Kameo, that ill-advised pizza order, how to give candy to children, and a distinct lack of Diretide.</itunes:subtitle>\n        <itunes:summary>The Giant Bomb Gang reflects on its marathon livestreaming weekend while discussing deep Windjammers strats, Call of Duty For Ghosts, Kameo, that ill-advised pizza order, how to give candy to children, and a distinct lack of Diretide.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10489</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2567906-5785865661-tcane.gif?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/660/Giant_Bombcast_11_05_2013-11-05-2013-7882472573.mp3\" fileSize=\"84170798\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/660/Giant_Bombcast_11_05_2013-11-05-2013-7882472573.mp3\" length=\"84170798\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10/29/2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-29-2013/1600-653/</link>\n        <description>Drew gets deep into video game nudity while Vinny explores his piratical side. Jeff and Brad steal a big-rig full of beer and attempt to smuggle it into Dota City before sundown.</description>\n        <pubDate>Tue, 29 Oct 2013 16:19:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-653</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Drew gets deep into video game nudity while Vinny explores his piratical side. Jeff and Brad steal a big-rig full of beer and attempt to smuggle it into Dota City before sundown.</itunes:subtitle>\n        <itunes:summary>Drew gets deep into video game nudity while Vinny explores his piratical side. Jeff and Brad steal a big-rig full of beer and attempt to smuggle it into Dota City before sundown.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9809</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2565251-screen+shot+2013-10-29+at+4.26.55+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/653/Giant_Bombcast_10_29_2013-10-29-2013-1197784306.mp3\" fileSize=\"78731685\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/653/Giant_Bombcast_10_29_2013-10-29-2013-1197784306.mp3\" length=\"78731685\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10/22/2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-22-2013/1600-649/</link>\n        <description>With Jeff out of town we get a chance to savor topics including Beyond: Two Souls, the PS4, The Stanley Parable, and our legitimate concerns about the Holodeck. It&#039;s the most grande Bombcast ever!</description>\n        <pubDate>Tue, 22 Oct 2013 14:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-649</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With Jeff out of town we get a chance to savor topics including Beyond: Two Souls, the PS4, The Stanley Parable, and our legitimate concerns about the Holodeck. It&#039;s the most grande Bombcast ever!</itunes:subtitle>\n        <itunes:summary>With Jeff out of town we get a chance to savor topics including Beyond: Two Souls, the PS4, The Stanley Parable, and our legitimate concerns about the Holodeck. It&#039;s the most grande Bombcast ever!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9036</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/31/2562513-bombcast_102213.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/649/Giant_Bombcast_10-22-2013-10-22-2013-4122474550.mp3\" fileSize=\"72292643\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/649/Giant_Bombcast_10-22-2013-10-22-2013-4122474550.mp3\" length=\"72292643\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10/15/2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-15-2013/1600-643/</link>\n        <description>Jeff warns the team of the dangers of pipe dope while Vinny misses his winDOw. Brad and Drew atTempt to find new wAys 2 receive the signal.</description>\n        <pubDate>Tue, 15 Oct 2013 00:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-643</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff warns the team of the dangers of pipe dope while Vinny misses his winDOw. Brad and Drew atTempt to find new wAys 2 receive the signal.</itunes:subtitle>\n        <itunes:summary>Jeff warns the team of the dangers of pipe dope while Vinny misses his winDOw. Brad and Drew atTempt to find new wAys 2 receive the signal.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9684</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2559632-1144329883-10822.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/643/Giant_Bombcast_10_15_2013-10-14-2013-7663235008.mp3\" fileSize=\"77726283\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/643/Giant_Bombcast_10_15_2013-10-14-2013-7663235008.mp3\" length=\"77726283\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10/08/2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-08-2013/1600-636/</link>\n        <description>Vinny attempts to live out his solo crime saga while Jeff bangs his head against Grand Theft Auto V&#039;s online component. Meanwhile, Drew learns a valuable lesson about a different kind of automotive thievery. Brad buys a Wii U in preparation for the inevit</description>\n        <pubDate>Tue, 08 Oct 2013 00:14:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-636</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Vinny attempts to live out his solo crime saga while Jeff bangs his head against Grand Theft Auto V&#039;s online component. Meanwhile, Drew learns a valuable lesson about a different kind of automotive thievery. Brad buys a Wii U in preparation for the inevit</itunes:subtitle>\n        <itunes:summary>Vinny attempts to live out his solo crime saga while Jeff bangs his head against Grand Theft Auto V&#039;s online component. Meanwhile, Drew learns a valuable lesson about a different kind of automotive thievery. Brad buys a Wii U in preparation for the inevit</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10221</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2556854-5599477670-BVSFg.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/636/Giant_Bombcast_10_08_2013-10-07-2013-4095449050.mp3\" fileSize=\"82024994\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/636/Giant_Bombcast_10_08_2013-10-07-2013-4095449050.mp3\" length=\"82024994\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10/01/2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-01-2013/1600-631/</link>\n        <description>The gang reconvenes to discuss Brad&#039;s Grand Theft Auto V vacation, Jeff&#039;s love of thunderstorms, Steam&#039;s odd future, Drew&#039;s descent into ArmA III, the power of alcohol, Vinny&#039;s voicework career, and the idea of playing Dota 2 on a controller.</description>\n        <pubDate>Tue, 01 Oct 2013 12:08:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-631</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The gang reconvenes to discuss Brad&#039;s Grand Theft Auto V vacation, Jeff&#039;s love of thunderstorms, Steam&#039;s odd future, Drew&#039;s descent into ArmA III, the power of alcohol, Vinny&#039;s voicework career, and the idea of playing Dota 2 on a controller.</itunes:subtitle>\n        <itunes:summary>The gang reconvenes to discuss Brad&#039;s Grand Theft Auto V vacation, Jeff&#039;s love of thunderstorms, Steam&#039;s odd future, Drew&#039;s descent into ArmA III, the power of alcohol, Vinny&#039;s voicework career, and the idea of playing Dota 2 on a controller.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11896</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2553744-99.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/631/Giant_Bombcast_10-01-2013-10-01-2013-9955184419.mp3\" fileSize=\"95421840\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/631/Giant_Bombcast_10-01-2013-10-01-2013-9955184419.mp3\" length=\"95421840\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09/24/2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-24-2013/1600-626/</link>\n        <description>With that pesky Brad Shoemaker out on vacation, we can finally get down and dirty with the rest of the team&#039;s favorite game, Dota 2. Grand Theft Auto V, America&#039;s Cup, fireworks, SteamOS, and way more video games are also discussed.</description>\n        <pubDate>Tue, 24 Sep 2013 14:42:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-626</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With that pesky Brad Shoemaker out on vacation, we can finally get down and dirty with the rest of the team&#039;s favorite game, Dota 2. Grand Theft Auto V, America&#039;s Cup, fireworks, SteamOS, and way more video games are also discussed.</itunes:subtitle>\n        <itunes:summary>With that pesky Brad Shoemaker out on vacation, we can finally get down and dirty with the rest of the team&#039;s favorite game, Dota 2. Grand Theft Auto V, America&#039;s Cup, fireworks, SteamOS, and way more video games are also discussed.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11620</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/8/80045/2483350-exnflqw.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/626/Giant_Bombcast_09-24-2013-09-24-2013-1386042150.mp3\" fileSize=\"93212092\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/626/Giant_Bombcast_09-24-2013-09-24-2013-1386042150.mp3\" length=\"93212092\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-17-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-17-2013/1600-615/</link>\n        <description>Jeff has some things to say about Grand Theft Auto V while Vinny attempts to talk Brad off the ledge after a dismal Dota 2 weekend. Meanwhile Drew looks on from his jet simulator, disapprovingly.</description>\n        <pubDate>Tue, 17 Sep 2013 15:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-615</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff has some things to say about Grand Theft Auto V while Vinny attempts to talk Brad off the ledge after a dismal Dota 2 weekend. Meanwhile Drew looks on from his jet simulator, disapprovingly.</itunes:subtitle>\n        <itunes:summary>Jeff has some things to say about Grand Theft Auto V while Vinny attempts to talk Brad off the ledge after a dismal Dota 2 weekend. Meanwhile Drew looks on from his jet simulator, disapprovingly.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10136</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2547804-pod.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/615/Giant_Bombcast_09-17-2013-09-17-2013-2634438812.mp3\" fileSize=\"81347273\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/615/Giant_Bombcast_09-17-2013-09-17-2013-2634438812.mp3\" length=\"81347273\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-10-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-10-2013/1600-606/</link>\n        <description>Vinny returns from vacation with a secret. Brad ponders the fate of open-world video games. Drew crashes a Jetski. Jeff looks on, disapprovingly. Dota 2 gets caught up in a liquor store heist gone horribly wrong.</description>\n        <pubDate>Tue, 10 Sep 2013 14:42:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-606</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Vinny returns from vacation with a secret. Brad ponders the fate of open-world video games. Drew crashes a Jetski. Jeff looks on, disapprovingly. Dota 2 gets caught up in a liquor store heist gone horribly wrong.</itunes:subtitle>\n        <itunes:summary>Vinny returns from vacation with a secret. Brad ponders the fate of open-world video games. Drew crashes a Jetski. Jeff looks on, disapprovingly. Dota 2 gets caught up in a liquor store heist gone horribly wrong.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11297</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/11/112916/1558093-933037_20080320_screen028.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/606/Giant_Bombcast_09-10-2013-09-10-2013-3113540700.mp3\" fileSize=\"90632445\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/606/Giant_Bombcast_09-10-2013-09-10-2013-3113540700.mp3\" length=\"90632445\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-03-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-03-2013/1600-598/</link>\n        <description>Jeff, Brad, and Drew go over their final PAX notes to discuss Samurai Gunn, Grand Theft Auto V, Steamworld Dig, games for the Vita, extreme PAX panel injuries, D.O.T.A. II, potential butt energy, and a hot grip of your emails on this emails-focused podcas</description>\n        <pubDate>Tue, 03 Sep 2013 19:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-598</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff, Brad, and Drew go over their final PAX notes to discuss Samurai Gunn, Grand Theft Auto V, Steamworld Dig, games for the Vita, extreme PAX panel injuries, D.O.T.A. II, potential butt energy, and a hot grip of your emails on this emails-focused podcas</itunes:subtitle>\n        <itunes:summary>Jeff, Brad, and Drew go over their final PAX notes to discuss Samurai Gunn, Grand Theft Auto V, Steamworld Dig, games for the Vita, extreme PAX panel injuries, D.O.T.A. II, potential butt energy, and a hot grip of your emails on this emails-focused podcas</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8598</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2540154-img_4436.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/598/Giant_Bombcast_09-03-2013-09-03-2013-1304577914.mp3\" fileSize=\"69038583\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/598/Giant_Bombcast_09-03-2013-09-03-2013-1304577914.mp3\" length=\"69038583\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08/27/2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-27-2013/1600-582/</link>\n        <description>This week&#039;s podcast gets down and dirty on the real with further discussion of submarines, Saints Row IV, Lost Planet 3, Splinter Cell, trying to buy a hybrid, Final Fantasy XIV-2, bathroom design, how to handle dust, and all the Dota 2 that you can possi</description>\n        <pubDate>Tue, 27 Aug 2013 12:37:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-582</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week&#039;s podcast gets down and dirty on the real with further discussion of submarines, Saints Row IV, Lost Planet 3, Splinter Cell, trying to buy a hybrid, Final Fantasy XIV-2, bathroom design, how to handle dust, and all the Dota 2 that you can possi</itunes:subtitle>\n        <itunes:summary>This week&#039;s podcast gets down and dirty on the real with further discussion of submarines, Saints Row IV, Lost Planet 3, Splinter Cell, trying to buy a hybrid, Final Fantasy XIV-2, bathroom design, how to handle dust, and all the Dota 2 that you can possi</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11031</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2535872-cwv9610_1xl.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/582/Giant_Bombcast_08_27_2013-08-27-2013-8452286629.mp3\" fileSize=\"88504197\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/582/Giant_Bombcast_08_27_2013-08-27-2013-8452286629.mp3\" length=\"88504197\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-20-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-20-2013/1600-558/</link>\n        <description>The gang gets together to discuss John Cena&#039;s catchphrase, the magic of Disney Infinity, the even-more-magic of krokodil, Dota 2, Gone Home, Ultima Forever vs. Plants vs. Zombies, War Thunder, GTA Online, and the value of pretending to be into football.</description>\n        <pubDate>Tue, 20 Aug 2013 14:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-558</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The gang gets together to discuss John Cena&#039;s catchphrase, the magic of Disney Infinity, the even-more-magic of krokodil, Dota 2, Gone Home, Ultima Forever vs. Plants vs. Zombies, War Thunder, GTA Online, and the value of pretending to be into football.</itunes:subtitle>\n        <itunes:summary>The gang gets together to discuss John Cena&#039;s catchphrase, the magic of Disney Infinity, the even-more-magic of krokodil, Dota 2, Gone Home, Ultima Forever vs. Plants vs. Zombies, War Thunder, GTA Online, and the value of pretending to be into football.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12077</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/16/162639/2258237-vector_team_chaotix_archie_17352306_300_362.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/558/Giant_Bombcast_08-20-2013-08-20-2013-6482388917.mp3\" fileSize=\"96873841\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/558/Giant_Bombcast_08-20-2013-08-20-2013-6482388917.mp3\" length=\"96873841\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-13-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-13-2013/1600-549/</link>\n        <description>The Giant Bomb Podcast Gang reconvenes to talk about Microsoft&#039;s inability to commit, Vinny&#039;s ability to Pikmin, introducing new people to the Oculus Rift, and a new multiplayer online battle arena video game called Dota II.</description>\n        <pubDate>Tue, 13 Aug 2013 16:07:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-549</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Giant Bomb Podcast Gang reconvenes to talk about Microsoft&#039;s inability to commit, Vinny&#039;s ability to Pikmin, introducing new people to the Oculus Rift, and a new multiplayer online battle arena video game called Dota II.</itunes:subtitle>\n        <itunes:summary>The Giant Bomb Podcast Gang reconvenes to talk about Microsoft&#039;s inability to commit, Vinny&#039;s ability to Pikmin, introducing new people to the Oculus Rift, and a new multiplayer online battle arena video game called Dota II.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">13956</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2528997-yothisdogisrabid.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/549/Giant_Bombcast_08-13-2013-08-13-2013-7427145023.mp3\" fileSize=\"111902609\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/549/Giant_Bombcast_08-13-2013-08-13-2013-7427145023.mp3\" length=\"111902609\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-06-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-06-2013/1600-546/</link>\n        <description>We pile five-deep into a room to discuss the finer points of Uncle Luke, the magic of iRacing, Bioshock Infinite&#039;s add-ons, what it&#039;s like to speak directly to the Ultimate Warrior, beeeeeees, Atlus, and why you should NEVER bet on DBZ. Dota 2.</description>\n        <pubDate>Tue, 06 Aug 2013 11:12:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-546</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We pile five-deep into a room to discuss the finer points of Uncle Luke, the magic of iRacing, Bioshock Infinite&#039;s add-ons, what it&#039;s like to speak directly to the Ultimate Warrior, beeeeeees, Atlus, and why you should NEVER bet on DBZ. Dota 2.</itunes:subtitle>\n        <itunes:summary>We pile five-deep into a room to discuss the finer points of Uncle Luke, the magic of iRacing, Bioshock Infinite&#039;s add-ons, what it&#039;s like to speak directly to the Ultimate Warrior, beeeeeees, Atlus, and why you should NEVER bet on DBZ. Dota 2.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12666</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2525981-luke_banned_1990_original.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/546/Giant_Bombcast_08-06-2013-08-06-2013-0278477157.mp3\" fileSize=\"101581778\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/546/Giant_Bombcast_08-06-2013-08-06-2013-0278477157.mp3\" length=\"101581778\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-30-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-30-2013/1600-542/</link>\n        <description>The cast and crew of Giant Bomb dot com get together to discuss the PAX 10, Drew&#039;s trip to an aircraft carrier, Ridiculous Fishing, Phil Fishing, Reel Fishing, real fishing, and Valve&#039;s hot new online strategy game, Defense of the Ancients II.</description>\n        <pubDate>Tue, 30 Jul 2013 17:59:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-542</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The cast and crew of Giant Bomb dot com get together to discuss the PAX 10, Drew&#039;s trip to an aircraft carrier, Ridiculous Fishing, Phil Fishing, Reel Fishing, real fishing, and Valve&#039;s hot new online strategy game, Defense of the Ancients II.</itunes:subtitle>\n        <itunes:summary>The cast and crew of Giant Bomb dot com get together to discuss the PAX 10, Drew&#039;s trip to an aircraft carrier, Ridiculous Fishing, Phil Fishing, Reel Fishing, real fishing, and Valve&#039;s hot new online strategy game, Defense of the Ancients II.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9829</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/4527/463755-reel_fishing_front.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/542/Giant_Bombcast_07-30-2013-07-30-2013-9341493554.mp3\" fileSize=\"78886341\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/542/Giant_Bombcast_07-30-2013-07-30-2013-9341493554.mp3\" length=\"78886341\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-23-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-23-2013/1600-537/</link>\n        <description>We let Zartan burn as we discuss the right time to release DLC, getting/being old, Rockapella, this &quot;Dota 2&quot; game, and that evil Nintendo salesrabbit.</description>\n        <pubDate>Tue, 23 Jul 2013 14:29:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-537</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We let Zartan burn as we discuss the right time to release DLC, getting/being old, Rockapella, this &quot;Dota 2&quot; game, and that evil Nintendo salesrabbit.</itunes:subtitle>\n        <itunes:summary>We let Zartan burn as we discuss the right time to release DLC, getting/being old, Rockapella, this &quot;Dota 2&quot; game, and that evil Nintendo salesrabbit.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">13254</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2519321-screen+shot+2013-07-23+at+2.32.40+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/537/Giant_Bombcast_07-23-2013-07-23-2013-2286429067.mp3\" fileSize=\"106289625\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/537/Giant_Bombcast_07-23-2013-07-23-2013-2286429067.mp3\" length=\"106289625\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-16-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-16-2013/1600-533/</link>\n        <description>Bombcast! continues with some bootleg high-pitched music, video games to play when you barely feel like playing video games, and... Dota 2. Yeah, again.</description>\n        <pubDate>Tue, 16 Jul 2013 12:34:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-533</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Bombcast! continues with some bootleg high-pitched music, video games to play when you barely feel like playing video games, and... Dota 2. Yeah, again.</itunes:subtitle>\n        <itunes:summary>Bombcast! continues with some bootleg high-pitched music, video games to play when you barely feel like playing video games, and... Dota 2. Yeah, again.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9481</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2516075-screen+shot+2013-07-16+at+12.03.30+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/533/Giant_Bombcast_07_16_2013-07-16-2013-6040807954.mp3\" fileSize=\"75883623\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/533/Giant_Bombcast_07_16_2013-07-16-2013-6040807954.mp3\" length=\"75883623\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-09-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-09-2013/1600-530/</link>\n        <description>Giant Bomb comes together to remember our dear friend and colleague, Ryan Davis.</description>\n        <pubDate>Tue, 09 Jul 2013 21:21:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-530</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb comes together to remember our dear friend and colleague, Ryan Davis.</itunes:subtitle>\n        <itunes:summary>Giant Bomb comes together to remember our dear friend and colleague, Ryan Davis.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7593</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/31/2512300-bombcast_070813.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/530/Giant_Bombcast_07-09-2013-07-09-2013-6792162740.mp3\" fileSize=\"60752368\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/530/Giant_Bombcast_07-09-2013-07-09-2013-6792162740.mp3\" length=\"60752368\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-02-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-02-2013/1600-527/</link>\n        <description>Jeff, Brad, and Drew sit back and spin a yarn about surfing, the Saints, Don Mattrick, the infinite power of cloud magic, and... sure, numbers stations. Why not?</description>\n        <pubDate>Tue, 02 Jul 2013 18:40:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-527</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff, Brad, and Drew sit back and spin a yarn about surfing, the Saints, Don Mattrick, the infinite power of cloud magic, and... sure, numbers stations. Why not?</itunes:subtitle>\n        <itunes:summary>Jeff, Brad, and Drew sit back and spin a yarn about surfing, the Saints, Don Mattrick, the infinite power of cloud magic, and... sure, numbers stations. Why not?</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9489</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/8/83365/1468041-now_this_is_how_you_crowd_surf_25508_1234977408_51.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/527/bombcast-070213-07-02-2013-8557520879.mp3\" fileSize=\"75952180\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/527/bombcast-070213-07-02-2013-8557520879.mp3\" length=\"75952180\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-25-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-25-2013/1600-526/</link>\n        <description>We talk The Biggest Little City, The Last of Us, the fate of Phantasy Star Online 2, virtual Slurpee machines, Ken Levine&#039;s Logan&#039;s Run, bricked PlayStation 3s, Microsoft&#039;s shocking Xbox One DRM policy revision, and more!</description>\n        <pubDate>Tue, 25 Jun 2013 18:03:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-526</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We talk The Biggest Little City, The Last of Us, the fate of Phantasy Star Online 2, virtual Slurpee machines, Ken Levine&#039;s Logan&#039;s Run, bricked PlayStation 3s, Microsoft&#039;s shocking Xbox One DRM policy revision, and more!</itunes:subtitle>\n        <itunes:summary>We talk The Biggest Little City, The Last of Us, the fate of Phantasy Star Online 2, virtual Slurpee machines, Ken Levine&#039;s Logan&#039;s Run, bricked PlayStation 3s, Microsoft&#039;s shocking Xbox One DRM policy revision, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10706</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2503512-2503502-8285261901-97.pn.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/526/giantbombcast-062513-06-25-2013-0231862572.mp3\" fileSize=\"85900521\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/526/giantbombcast-062513-06-25-2013-0231862572.mp3\" length=\"85900521\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-18-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-18-2013/1600-519/</link>\n        <description>Before we ship Patrick off to the hot streets of Chicago, we get the gang back together to reflect on the events of E3 2013.</description>\n        <pubDate>Tue, 18 Jun 2013 19:41:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-519</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Before we ship Patrick off to the hot streets of Chicago, we get the gang back together to reflect on the events of E3 2013.</itunes:subtitle>\n        <itunes:summary>Before we ship Patrick off to the hot streets of Chicago, we get the gang back together to reflect on the events of E3 2013.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11273</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2500425-2500417-sqyi06xtn88iiy6i.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/519/giantbombcast-061813-06-18-2013-8232470618.mp3\" fileSize=\"90442068\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/519/giantbombcast-061813-06-18-2013-8232470618.mp3\" length=\"90442068\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast E3 2013 Day Three</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2013-day-three/1600-515/</link>\n        <description>E3 2013: case closed.</description>\n        <pubDate>Fri, 14 Jun 2013 19:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-515</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">E3 2013: case closed.</itunes:subtitle>\n        <itunes:summary>E3 2013: case closed.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11064</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2498850-2498840-screen%2Bshot%2B2013-06-14%2Bat%2B6.31.47%2Bpm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/515/giantbombcast-061313-06-14-2013-0300348754.mp3\" fileSize=\"88765632\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/515/giantbombcast-061313-06-14-2013-0300348754.mp3\" length=\"88765632\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast E3 2013 Day Two</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2013-day-two/1600-513/</link>\n        <description>We bring Cliff Bleszinski, Jonathan Blow, Vince Zampella and the Respawn team, John Drake and Eric Pope from Harmonix, and Double Fine&#039;s own Brad Muir in for questioning.</description>\n        <pubDate>Thu, 13 Jun 2013 13:16:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-513</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We bring Cliff Bleszinski, Jonathan Blow, Vince Zampella and the Respawn team, John Drake and Eric Pope from Harmonix, and Double Fine&#039;s own Brad Muir in for questioning.</itunes:subtitle>\n        <itunes:summary>We bring Cliff Bleszinski, Jonathan Blow, Vince Zampella and the Respawn team, John Drake and Eric Pope from Harmonix, and Double Fine&#039;s own Brad Muir in for questioning.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10284</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2498167-2498166-screen%2Bshot%2B2013-06-13%2Bat%2B1.12.20%2Bpm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/513/giantbombcast-061213-06-13-2013-0316788845.mp3\" fileSize=\"82524247\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/513/giantbombcast-061213-06-13-2013-0316788845.mp3\" length=\"82524247\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast E3 2013 Day One</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2013-day-one/1600-509/</link>\n        <description>Special guests from Naughty Dog, Polygon, Gearbox, Game Informer, and more join us for our first nightly wrap-up from E3 2013. Includes bonus pre-show banter!</description>\n        <pubDate>Wed, 12 Jun 2013 12:24:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-509</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Special guests from Naughty Dog, Polygon, Gearbox, Game Informer, and more join us for our first nightly wrap-up from E3 2013. Includes bonus pre-show banter!</itunes:subtitle>\n        <itunes:summary>Special guests from Naughty Dog, Polygon, Gearbox, Game Informer, and more join us for our first nightly wrap-up from E3 2013. Includes bonus pre-show banter!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11131</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2497563-2497559-tumblr_mo9lakbc7l1svu1rgo1_1280.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/509/giantbombcast-061113-06-12-2013-7924892665.mp3\" fileSize=\"89300815\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/509/giantbombcast-061113-06-12-2013-7924892665.mp3\" length=\"89300815\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast E3 2013: The Sealed Envelope</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2013-the-sealed-envelope/1600-502/</link>\n        <description>Recorded prior to Monday&#039;s dramatic press conferences, Jeff shares more of his Judges&#039; Week experiences, while the whole staff makes predictions that are, in hindsight, hilarious.</description>\n        <pubDate>Tue, 11 Jun 2013 12:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-502</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Recorded prior to Monday&#039;s dramatic press conferences, Jeff shares more of his Judges&#039; Week experiences, while the whole staff makes predictions that are, in hindsight, hilarious.</itunes:subtitle>\n        <itunes:summary>Recorded prior to Monday&#039;s dramatic press conferences, Jeff shares more of his Judges&#039; Week experiences, while the whole staff makes predictions that are, in hindsight, hilarious.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5660</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2496812-2496809-sealed-envelope.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/502/sealedenvelope2013-06-11-2013-2210449783.mp3\" fileSize=\"45538620\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/502/sealedenvelope2013-06-11-2013-2210449783.mp3\" length=\"45538620\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-04-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-04-2013/1600-497/</link>\n        <description>We stress out about E3s past and future, free-to-play games, Kickstarter, and more! Mostly E3, though.</description>\n        <pubDate>Tue, 04 Jun 2013 18:39:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-497</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We stress out about E3s past and future, free-to-play games, Kickstarter, and more! Mostly E3, though.</itunes:subtitle>\n        <itunes:summary>We stress out about E3s past and future, free-to-play games, Kickstarter, and more! Mostly E3, though.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">13112</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2492341-2492339-img_0092.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/497/giantbombcast-060413-06-04-2013-9645276337.mp3\" fileSize=\"105193251\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/497/giantbombcast-060413-06-04-2013-9645276337.mp3\" length=\"105193251\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-28-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-28-2013/1600-493/</link>\n        <description>Vinny dives into the sordid world of voice-acting for toys and grapples with gophers, Jeff shares his first weekend with the Oculus Rift, and we all discuss FUSE, Valve economics, next-gen aftermarkets, The Swapper, the dark side of Star Trek, and more!</description>\n        <pubDate>Tue, 28 May 2013 20:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-493</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Vinny dives into the sordid world of voice-acting for toys and grapples with gophers, Jeff shares his first weekend with the Oculus Rift, and we all discuss FUSE, Valve economics, next-gen aftermarkets, The Swapper, the dark side of Star Trek, and more!</itunes:subtitle>\n        <itunes:summary>Vinny dives into the sordid world of voice-acting for toys and grapples with gophers, Jeff shares his first weekend with the Oculus Rift, and we all discuss FUSE, Valve economics, next-gen aftermarkets, The Swapper, the dark side of Star Trek, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12501</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2489431-2489428-z-ken-ici-bottasgopher.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/493/giantbombcast-052813-05-28-2013-2849958759.mp3\" fileSize=\"100309189\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/493/giantbombcast-052813-05-28-2013-2849958759.mp3\" length=\"100309189\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-21-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-21-2013/1600-489/</link>\n        <description>Hot on the heels of Microsoft&#039;s Xbox One reveal event, we talk at length about the forthcoming next-gen console battle. Also Star Trek. And spiders. Go Bears!</description>\n        <pubDate>Tue, 21 May 2013 19:29:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-489</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Hot on the heels of Microsoft&#039;s Xbox One reveal event, we talk at length about the forthcoming next-gen console battle. Also Star Trek. And spiders. Go Bears!</itunes:subtitle>\n        <itunes:summary>Hot on the heels of Microsoft&#039;s Xbox One reveal event, we talk at length about the forthcoming next-gen console battle. Also Star Trek. And spiders. Go Bears!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11259</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2486192-2486167-2386870555-dmack.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/489/giantbombcast-052113-05-21-2013-3857876423.mp3\" fileSize=\"90330471\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/489/giantbombcast-052113-05-21-2013-3857876423.mp3\" length=\"90330471\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-14-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-14-2013/1600-486/</link>\n        <description>With Jeff out of the office on pre-E3 business, we spend an inordinate amount of time on Durango speculation while also finding the time to talk Metro: Last Light, Wolfenstein: The New Order, Prison Architect, and more!</description>\n        <pubDate>Tue, 14 May 2013 20:03:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-486</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With Jeff out of the office on pre-E3 business, we spend an inordinate amount of time on Durango speculation while also finding the time to talk Metro: Last Light, Wolfenstein: The New Order, Prison Architect, and more!</itunes:subtitle>\n        <itunes:summary>With Jeff out of the office on pre-E3 business, we spend an inordinate amount of time on Durango speculation while also finding the time to talk Metro: Last Light, Wolfenstein: The New Order, Prison Architect, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12129</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2483034-2483033-8954777318-2013-.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/486/giantbombcast-051413-05-14-2013-0194410179.mp3\" fileSize=\"97286566\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/486/giantbombcast-051413-05-14-2013-0194410179.mp3\" length=\"97286566\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-07-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-07-2013/1600-481/</link>\n        <description>Ryan mistakes Bob Hoskins for dead; Jeff loves Riff-Raff; Vinny loves sleep; Brad loves Dota 2; Patrick loves Ellen; the gang learns what the best console is; the Shmoo is real.</description>\n        <pubDate>Tue, 07 May 2013 09:17:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-481</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Ryan mistakes Bob Hoskins for dead; Jeff loves Riff-Raff; Vinny loves sleep; Brad loves Dota 2; Patrick loves Ellen; the gang learns what the best console is; the Shmoo is real.</itunes:subtitle>\n        <itunes:summary>Ryan mistakes Bob Hoskins for dead; Jeff loves Riff-Raff; Vinny loves sleep; Brad loves Dota 2; Patrick loves Ellen; the gang learns what the best console is; the Shmoo is real.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12383</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2479905-2479904-il_fullxfull.340593282.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/481/giantbombcast-050713-05-07-2013-5700375490.mp3\" fileSize=\"99318474\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/481/giantbombcast-050713-05-07-2013-5700375490.mp3\" length=\"99318474\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-30-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-30-2013/1600-477/</link>\n        <description>Patrick&#039;s back from Iceland with three solid hours of Bjork stories.</description>\n        <pubDate>Tue, 30 Apr 2013 19:52:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-477</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Patrick&#039;s back from Iceland with three solid hours of Bjork stories.</itunes:subtitle>\n        <itunes:summary>Patrick&#039;s back from Iceland with three solid hours of Bjork stories.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11727</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2477115-2477113-m_1449820001.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/477/giantbombcast-043013-04-30-2013-4160497134.mp3\" fileSize=\"94074650\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/477/giantbombcast-043013-04-30-2013-4160497134.mp3\" length=\"94074650\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-23-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-23-2013/1600-471/</link>\n        <description>Brad discovers a use for interns in Dota 2; Patrick prepares for Reyjkavik; Ryan endorses the Neti pot; Jeff is assaulted by the Neti pot; Vinny hangs drywall.</description>\n        <pubDate>Tue, 23 Apr 2013 10:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-471</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Brad discovers a use for interns in Dota 2; Patrick prepares for Reyjkavik; Ryan endorses the Neti pot; Jeff is assaulted by the Neti pot; Vinny hangs drywall.</itunes:subtitle>\n        <itunes:summary>Brad discovers a use for interns in Dota 2; Patrick prepares for Reyjkavik; Ryan endorses the Neti pot; Jeff is assaulted by the Neti pot; Vinny hangs drywall.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11960</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2473040-screen+shot+2013-04-23+at+8.36.21+am.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/471/giantbombcast-042313-04-23-2013-7144073873.mp3\" fileSize=\"95934468\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/471/giantbombcast-042313-04-23-2013-7144073873.mp3\" length=\"95934468\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-16-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-16-2013/1600-465/</link>\n        <description>Vinny finds new homes for old possessions; Jeff fantasizes about his own Coke Freestyle machine; Patrick considers a new hat; Ryan is sleepy; Brad is named Bombcast Ombudsman.</description>\n        <pubDate>Tue, 16 Apr 2013 19:55:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-465</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Vinny finds new homes for old possessions; Jeff fantasizes about his own Coke Freestyle machine; Patrick considers a new hat; Ryan is sleepy; Brad is named Bombcast Ombudsman.</itunes:subtitle>\n        <itunes:summary>Vinny finds new homes for old possessions; Jeff fantasizes about his own Coke Freestyle machine; Patrick considers a new hat; Ryan is sleepy; Brad is named Bombcast Ombudsman.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9534</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2470658-2470657-ombudsofficeseal.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/465/giantbombcast-041613-04-16-2013-0201643607.mp3\" fileSize=\"76312032\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/465/giantbombcast-041613-04-16-2013-0201643607.mp3\" length=\"76312032\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-09-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-09-2013/1600-461/</link>\n        <description>Vinny returns with harrowing tales of airplanes, babies, and bathtubs; Patrick combines his love of BioShock and Lost into a... Singularity; Jeff tries to make sense of Defiance; Brad falls down a Dota 2 hole; everyone mourns the passing of LucasArts.</description>\n        <pubDate>Tue, 09 Apr 2013 19:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-461</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Vinny returns with harrowing tales of airplanes, babies, and bathtubs; Patrick combines his love of BioShock and Lost into a... Singularity; Jeff tries to make sense of Defiance; Brad falls down a Dota 2 hole; everyone mourns the passing of LucasArts.</itunes:subtitle>\n        <itunes:summary>Vinny returns with harrowing tales of airplanes, babies, and bathtubs; Patrick combines his love of BioShock and Lost into a... Singularity; Jeff tries to make sense of Defiance; Brad falls down a Dota 2 hole; everyone mourns the passing of LucasArts.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11671</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2467613-2467612-0366147883-GAM17.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/461/giantbombcast-040913-04-09-2013-7192309871.mp3\" fileSize=\"93404339\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/461/giantbombcast-040913-04-09-2013-7192309871.mp3\" length=\"93404339\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04/02/2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-02-2013/1600-458/</link>\n        <description>After back-to-back PAX East and GDC, it&#039;s a decidedly low-key week on the Bombcast. We fight off the malaise with spoiler-free BioShock Infinite talk, Ouya impressions, Metal Gear Solid V thoughts, and more!</description>\n        <pubDate>Tue, 02 Apr 2013 14:14:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-458</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">After back-to-back PAX East and GDC, it&#039;s a decidedly low-key week on the Bombcast. We fight off the malaise with spoiler-free BioShock Infinite talk, Ouya impressions, Metal Gear Solid V thoughts, and more!</itunes:subtitle>\n        <itunes:summary>After back-to-back PAX East and GDC, it&#039;s a decidedly low-key week on the Bombcast. We fight off the malaise with spoiler-free BioShock Infinite talk, Ouya impressions, Metal Gear Solid V thoughts, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8616</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2464194-2464193-img_0462.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/458/giantbombcast-040213-04-02-2013-2876997714.mp3\" fileSize=\"68968071\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/458/giantbombcast-040213-04-02-2013-2876997714.mp3\" length=\"68968071\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-26-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-26-2013/1600-447/</link>\n        <description>Ryan, Jeff, and Patrick return from PAX East 2013 exhausted, excited, and looking forward to the shenanigans promised by GDC 2013. Now! Who wants pie?</description>\n        <pubDate>Tue, 26 Mar 2013 18:12:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-447</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Ryan, Jeff, and Patrick return from PAX East 2013 exhausted, excited, and looking forward to the shenanigans promised by GDC 2013. Now! Who wants pie?</itunes:subtitle>\n        <itunes:summary>Ryan, Jeff, and Patrick return from PAX East 2013 exhausted, excited, and looking forward to the shenanigans promised by GDC 2013. Now! Who wants pie?</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8331</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2460474-2460473-7388501781-Rhuba.JPG?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/447/giantbombcast-032613-03-26-2013-6388996833.mp3\" fileSize=\"66683924\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/447/giantbombcast-032613-03-26-2013-6388996833.mp3\" length=\"66683924\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-19-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-19-2013/1600-433/</link>\n        <description>We talk about &quot;smart&quot; watches and the inevitable Cyborg Wars while occasionally slipping into a little Gears of War: Judgment, Monster Hunter (!?!?!), and mooooore.</description>\n        <pubDate>Tue, 19 Mar 2013 19:55:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-433</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We talk about &quot;smart&quot; watches and the inevitable Cyborg Wars while occasionally slipping into a little Gears of War: Judgment, Monster Hunter (!?!?!), and mooooore.</itunes:subtitle>\n        <itunes:summary>We talk about &quot;smart&quot; watches and the inevitable Cyborg Wars while occasionally slipping into a little Gears of War: Judgment, Monster Hunter (!?!?!), and mooooore.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11780</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2457569-screen+shot+2013-03-19+at+7.54.19+pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/433/Giant_Bombcast_03_19_2013-03-19-2013-2629611409.mp3\" fileSize=\"94278447\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/433/Giant_Bombcast_03_19_2013-03-19-2013-2629611409.mp3\" length=\"94278447\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-12-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-12-2013/1600-429/</link>\n        <description>We&#039;re downright feverish in our discussions of Mass Effect 3 DLC, God of War: Ascension, SimCity, Starcraft II: Heart of the Swarm, Thief, and more!</description>\n        <pubDate>Tue, 12 Mar 2013 19:43:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-429</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re downright feverish in our discussions of Mass Effect 3 DLC, God of War: Ascension, SimCity, Starcraft II: Heart of the Swarm, Thief, and more!</itunes:subtitle>\n        <itunes:summary>We&#039;re downright feverish in our discussions of Mass Effect 3 DLC, God of War: Ascension, SimCity, Starcraft II: Heart of the Swarm, Thief, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11704</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2454437-2454436-compsick.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/429/giantbombcast-031213-03-12-2013-6623072271.mp3\" fileSize=\"93668178\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/429/giantbombcast-031213-03-12-2013-6623072271.mp3\" length=\"93668178\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-05-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-05-2013/1600-427/</link>\n        <description>Ryan returns from Disneyland; Jeff and Vinny reinvent bath-time and mealtime; Brad falls down an apocalyptic rabbit hole; everyone has allergies.</description>\n        <pubDate>Tue, 05 Mar 2013 18:08:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-427</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Ryan returns from Disneyland; Jeff and Vinny reinvent bath-time and mealtime; Brad falls down an apocalyptic rabbit hole; everyone has allergies.</itunes:subtitle>\n        <itunes:summary>Ryan returns from Disneyland; Jeff and Vinny reinvent bath-time and mealtime; Brad falls down an apocalyptic rabbit hole; everyone has allergies.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11230</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2447118-2447114-tumblr_llnyjsybyj1qb4ej3o1_500.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/427/giantbombcast-030513-03-05-2013-9292667826.mp3\" fileSize=\"89844635\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/427/giantbombcast-030513-03-05-2013-9292667826.mp3\" length=\"89844635\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02/26/2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-26-2013/1600-423/</link>\n        <description>Jeff. Vinny, Brad, and Patrick talk over Metal Gear Rising, Crysis 3, the PlayStation 4, having a body full of foreign objects, Tomb Raider, and more.</description>\n        <pubDate>Tue, 26 Feb 2013 15:17:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-423</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff. Vinny, Brad, and Patrick talk over Metal Gear Rising, Crysis 3, the PlayStation 4, having a body full of foreign objects, Tomb Raider, and more.</itunes:subtitle>\n        <itunes:summary>Jeff. Vinny, Brad, and Patrick talk over Metal Gear Rising, Crysis 3, the PlayStation 4, having a body full of foreign objects, Tomb Raider, and more.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11240</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/176/2440417-lb_0282_large_extra_large.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/423/Giant_Bombcast_02_26_2013-02-26-2013-2332756124.mp3\" fileSize=\"89959807\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/423/Giant_Bombcast_02_26_2013-02-26-2013-2332756124.mp3\" length=\"89959807\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-19-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-19-2013/1600-399/</link>\n        <description>Everything new is old again as the Giant Bombcast feels the crushing weight of the unrelenting passage of time! With special guest star Dave Snider!</description>\n        <pubDate>Tue, 19 Feb 2013 19:57:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-399</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Everything new is old again as the Giant Bombcast feels the crushing weight of the unrelenting passage of time! With special guest star Dave Snider!</itunes:subtitle>\n        <itunes:summary>Everything new is old again as the Giant Bombcast feels the crushing weight of the unrelenting passage of time! With special guest star Dave Snider!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8574</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2438754-old-snake.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/399/giantbombcast-021913-02-19-2013-2494468873.mp3\" fileSize=\"68631405\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/399/giantbombcast-021913-02-19-2013-2494468873.mp3\" length=\"68631405\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-12-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-12-2013/1600-379/</link>\n        <description>The pitfalls of potholes, rumored Durango specs, Hit Clips and MiniDiscs, The Witcher 3, Bald Paul Walker, JJ Abrams vs. Gabe Newell, the delay of Rayman Legends, Impossible Studios’ final mission, and if we sell enough GRIT then we can get a bike!</description>\n        <pubDate>Tue, 12 Feb 2013 17:14:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-379</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The pitfalls of potholes, rumored Durango specs, Hit Clips and MiniDiscs, The Witcher 3, Bald Paul Walker, JJ Abrams vs. Gabe Newell, the delay of Rayman Legends, Impossible Studios’ final mission, and if we sell enough GRIT then we can get a bike!</itunes:subtitle>\n        <itunes:summary>The pitfalls of potholes, rumored Durango specs, Hit Clips and MiniDiscs, The Witcher 3, Bald Paul Walker, JJ Abrams vs. Gabe Newell, the delay of Rayman Legends, Impossible Studios’ final mission, and if we sell enough GRIT then we can get a bike!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11159</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2430362-weinergate-20110602-01.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/379/Giant_Bombcast_02-12-2013-02-12-2013-8655797447.mp3\" fileSize=\"89308077\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/379/Giant_Bombcast_02-12-2013-02-12-2013-8655797447.mp3\" length=\"89308077\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 2013 Relaunch PSA</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-2013-relaunch-psa/1600-378/</link>\n        <description>We&#039;re relaunching giantbomb.com on February 12, 2013! Here&#039;s how that may impact our beloved podcast listeners.</description>\n        <pubDate>Fri, 08 Feb 2013 15:35:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-378</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re relaunching giantbomb.com on February 12, 2013! Here&#039;s how that may impact our beloved podcast listeners.</itunes:subtitle>\n        <itunes:summary>We&#039;re relaunching giantbomb.com on February 12, 2013! Here&#039;s how that may impact our beloved podcast listeners.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">280</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2429845-winners_dont_use_drugs.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/378/giantbombcast-020813.mp3\" fileSize=\"2518978\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/378/giantbombcast-020813.mp3\" length=\"2518978\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-05-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-05-2013/1600-377/</link>\n        <description>We might as well rename it the &quot;Fast and Furious&quot;…cast.</description>\n        <pubDate>Tue, 05 Feb 2013 11:13:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-377</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We might as well rename it the &quot;Fast and Furious&quot;…cast.</itunes:subtitle>\n        <itunes:summary>We might as well rename it the &quot;Fast and Furious&quot;…cast.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12575</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2427660-fast_five_2.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/377/giantbombcast-020513.mp3\" fileSize=\"100873405\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/377/giantbombcast-020513.mp3\" length=\"100873405\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-29-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-29-2013/1600-376/</link>\n        <description>We go spelunking in The Cave, compare the relative merits of the Underworld and Resident Evil film franchises, dig into the bureaucracy of SimCity, question the very nature of reality with Antichamber, and pour one out for THQ on this week&#039;s Bombcast!</description>\n        <pubDate>Tue, 29 Jan 2013 15:24:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-376</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We go spelunking in The Cave, compare the relative merits of the Underworld and Resident Evil film franchises, dig into the bureaucracy of SimCity, question the very nature of reality with Antichamber, and pour one out for THQ on this week&#039;s Bombcast!</itunes:subtitle>\n        <itunes:summary>We go spelunking in The Cave, compare the relative merits of the Underworld and Resident Evil film franchises, dig into the bureaucracy of SimCity, question the very nature of reality with Antichamber, and pour one out for THQ on this week&#039;s Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11545</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2430336-2423764-screen_shot_2013_01_29_at_3.33.16_pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/376/giantbombcast-012913.mp3\" fileSize=\"92634866\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/376/giantbombcast-012913.mp3\" length=\"92634866\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-22-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-22-2013/1600-374/</link>\n        <description>After spending no less than a half-hour talking about Yelp, the gang finally gets down to business with Letterpress, Ni no Kuni, Halo 4 spoilers, Kentucky Route Zero, Antichamber, and, of course, Beverly Hills Cop.</description>\n        <pubDate>Tue, 22 Jan 2013 18:37:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-374</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">After spending no less than a half-hour talking about Yelp, the gang finally gets down to business with Letterpress, Ni no Kuni, Halo 4 spoilers, Kentucky Route Zero, Antichamber, and, of course, Beverly Hills Cop.</itunes:subtitle>\n        <itunes:summary>After spending no less than a half-hour talking about Yelp, the gang finally gets down to business with Letterpress, Ni no Kuni, Halo 4 spoilers, Kentucky Route Zero, Antichamber, and, of course, Beverly Hills Cop.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10998</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2430337-2419214-2419213_2419207_323435_beverly_hills_cop_1_front.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/374/giantbombcast-012213.mp3\" fileSize=\"88259605\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/374/giantbombcast-012213.mp3\" length=\"88259605\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-15-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-15-2013/1600-373/</link>\n        <description>We talk flu watch, dog food, contentious furniture ownership, Black Ops II, Twin Peaks, Devil May Cry, and more!</description>\n        <pubDate>Tue, 15 Jan 2013 12:05:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-373</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We talk flu watch, dog food, contentious furniture ownership, Black Ops II, Twin Peaks, Devil May Cry, and more!</itunes:subtitle>\n        <itunes:summary>We talk flu watch, dog food, contentious furniture ownership, Black Ops II, Twin Peaks, Devil May Cry, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11528</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2414165-tumblr_m59hq0juu41qemxfbo1_500.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/373/giantbombcast-011513.mp3\" fileSize=\"92233063\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/373/giantbombcast-011513.mp3\" length=\"92233063\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-08-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-08-2013/1600-371/</link>\n        <description>Everyone&#039;s back in the office and ready to grapple with the big issues of 2013, including Jeff Goldblum, Hundreds, Barkley Shut Up and Jam: Gaiden, Halo déjà vu, the fate of THQ, the cost of doing next-gen business, Nvidia&#039;s Project Shield, fried chicke</description>\n        <pubDate>Tue, 08 Jan 2013 14:44:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-371</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Everyone&#039;s back in the office and ready to grapple with the big issues of 2013, including Jeff Goldblum, Hundreds, Barkley Shut Up and Jam: Gaiden, Halo déjà vu, the fate of THQ, the cost of doing next-gen business, Nvidia&#039;s Project Shield, fried chicke</itunes:subtitle>\n        <itunes:summary>Everyone&#039;s back in the office and ready to grapple with the big issues of 2013, including Jeff Goldblum, Hundreds, Barkley Shut Up and Jam: Gaiden, Halo déjà vu, the fate of THQ, the cost of doing next-gen business, Nvidia&#039;s Project Shield, fried chicke</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11422</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2409927-2409925-jeff_goldblum_jeff_goldblum_13452924_1280_960.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/371/giantbombcast-010813.mp3\" fileSize=\"91647791\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/371/giantbombcast-010813.mp3\" length=\"91647791\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-01-2013</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-01-2013/1600-370/</link>\n        <description>Everyone&#039;s still on vacation, but nothing stops the Bombcast! Not even dodgy Skype calls, illegal drinks, and the death of Dick Clark!</description>\n        <pubDate>Tue, 01 Jan 2013 17:33:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-370</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Everyone&#039;s still on vacation, but nothing stops the Bombcast! Not even dodgy Skype calls, illegal drinks, and the death of Dick Clark!</itunes:subtitle>\n        <itunes:summary>Everyone&#039;s still on vacation, but nothing stops the Bombcast! Not even dodgy Skype calls, illegal drinks, and the death of Dick Clark!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6689</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2405951-dick_clark_thumb.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/370/giantbombcast-010113.mp3\" fileSize=\"53788169\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/370/giantbombcast-010113.mp3\" length=\"53788169\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2012: Day Five</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2012-day-five/1600-369/</link>\n        <description>We close out our Game of the Year 2012 deliberations with our picks for Dumbest Motion-Controlled Moment, Best Trend, Biggest News, Worst Game, and finally, our pick for overall Game of the Year.</description>\n        <pubDate>Fri, 28 Dec 2012 10:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-369</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We close out our Game of the Year 2012 deliberations with our picks for Dumbest Motion-Controlled Moment, Best Trend, Biggest News, Worst Game, and finally, our pick for overall Game of the Year.</itunes:subtitle>\n        <itunes:summary>We close out our Game of the Year 2012 deliberations with our picks for Dumbest Motion-Controlled Moment, Best Trend, Biggest News, Worst Game, and finally, our pick for overall Game of the Year.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8868</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2401026-2400472_2400471_2394941_day1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/369/giantbombcast-goty2012-day5-1039.mp3\" fileSize=\"71200643\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/369/giantbombcast-goty2012-day5-1039.mp3\" length=\"71200643\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2012: Day Four</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2012-day-four/1600-367/</link>\n        <description>We choose winners for the WarioWare Spirit Award, Best Multiplayer, Best Download Game, Best Story, and Most Disappointing Game of 2012.</description>\n        <pubDate>Thu, 27 Dec 2012 10:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-367</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We choose winners for the WarioWare Spirit Award, Best Multiplayer, Best Download Game, Best Story, and Most Disappointing Game of 2012.</itunes:subtitle>\n        <itunes:summary>We choose winners for the WarioWare Spirit Award, Best Multiplayer, Best Download Game, Best Story, and Most Disappointing Game of 2012.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7364</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2401026-2400472_2400471_2394941_day1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/367/giantbombcast-goty2012-day4-3025.mp3\" fileSize=\"59161766\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/367/giantbombcast-goty2012-day4-3025.mp3\" length=\"59161766\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2012: Day Three</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2012-day-three/1600-366/</link>\n        <description>We make some hard decisions concerning Skrillex, Nolan North, good-looking games, bad trends, and browser-based games on day three of our 2012 deliberations.</description>\n        <pubDate>Wed, 26 Dec 2012 10:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-366</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We make some hard decisions concerning Skrillex, Nolan North, good-looking games, bad trends, and browser-based games on day three of our 2012 deliberations.</itunes:subtitle>\n        <itunes:summary>We make some hard decisions concerning Skrillex, Nolan North, good-looking games, bad trends, and browser-based games on day three of our 2012 deliberations.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">4177</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2401026-2400472_2400471_2394941_day1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/366/giantbombcast-goty2012-day3-8341.mp3\" fileSize=\"33661450\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/366/giantbombcast-goty2012-day3-8341.mp3\" length=\"33661450\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2012: Day Two</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2012-day-two/1600-365/</link>\n        <description>Listen in as we hash out our choices for Walking Dead Episode of the Year, Best Debut, Best Surprise, Miiverse Community of the Year, and Best Use of a Licensed Song.</description>\n        <pubDate>Tue, 25 Dec 2012 10:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-365</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Listen in as we hash out our choices for Walking Dead Episode of the Year, Best Debut, Best Surprise, Miiverse Community of the Year, and Best Use of a Licensed Song.</itunes:subtitle>\n        <itunes:summary>Listen in as we hash out our choices for Walking Dead Episode of the Year, Best Debut, Best Surprise, Miiverse Community of the Year, and Best Use of a Licensed Song.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5142</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2401026-2400472_2400471_2394941_day1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/365/giantbombcast-goty2012-day2-7815.mp3\" fileSize=\"41381572\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/365/giantbombcast-goty2012-day2-7815.mp3\" length=\"41381572\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2012: Day One</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2012-day-one/1600-363/</link>\n        <description>We kick things off with our picks for 2012&#039;s 2011 Game of the Year, Best Moment/Sequence, Best New Character, Best Music, and Best Classic Revival.</description>\n        <pubDate>Mon, 24 Dec 2012 10:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-363</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We kick things off with our picks for 2012&#039;s 2011 Game of the Year, Best Moment/Sequence, Best New Character, Best Music, and Best Classic Revival.</itunes:subtitle>\n        <itunes:summary>We kick things off with our picks for 2012&#039;s 2011 Game of the Year, Best Moment/Sequence, Best New Character, Best Music, and Best Classic Revival.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7397</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2400472-2400471-2394941_day1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/363/giantbombcast-goty2012-day1-3002.mp3\" fileSize=\"59430912\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/363/giantbombcast-goty2012-day1-3002.mp3\" length=\"59430912\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12-18-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-18-2012/1600-362/</link>\n        <description>Patrick learns first-hand about the karmic repercussions of sports-team trash-talking, Brad gets an iPhone 5, Ryan sees The Hobbit, and we read as many listener emails as we can stand.</description>\n        <pubDate>Tue, 18 Dec 2012 15:34:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-362</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Patrick learns first-hand about the karmic repercussions of sports-team trash-talking, Brad gets an iPhone 5, Ryan sees The Hobbit, and we read as many listener emails as we can stand.</itunes:subtitle>\n        <itunes:summary>Patrick learns first-hand about the karmic repercussions of sports-team trash-talking, Brad gets an iPhone 5, Ryan sees The Hobbit, and we read as many listener emails as we can stand.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5995</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2392475-2392473-screen_shot_2012_12_18_at_3.33.38_pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/362/giantbombcast-121812.mp3\" fileSize=\"48232070\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/362/giantbombcast-121812.mp3\" length=\"48232070\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12-11-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-11-2012/1600-360/</link>\n        <description>Now that Brad has finally finished Mass Effect 3, we spend a solid hour going over that trilogy&#039;s conclusion, while also discussing FTL, ZombiU, Far Cry 2, 999, Phantom Pain, and more!</description>\n        <pubDate>Tue, 11 Dec 2012 17:51:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-360</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Now that Brad has finally finished Mass Effect 3, we spend a solid hour going over that trilogy&#039;s conclusion, while also discussing FTL, ZombiU, Far Cry 2, 999, Phantom Pain, and more!</itunes:subtitle>\n        <itunes:summary>Now that Brad has finally finished Mass Effect 3, we spend a solid hour going over that trilogy&#039;s conclusion, while also discussing FTL, ZombiU, Far Cry 2, 999, Phantom Pain, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10582</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2387685-2387684-tumblr_m9s3q1mxna1ru2dlxo2_250.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/360/giantbombcast-121112.mp3\" fileSize=\"84928052\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/360/giantbombcast-121112.mp3\" length=\"84928052\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12-04-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-04-2012/1600-359/</link>\n        <description>After his two-week absence, Patrick returns to us with harrowing tales of Sports Assholes, while we also tackle topics including The Walking Dead, Far Cry 3, &quot;the new Wii&quot;, Bungie&#039;s Destiny, and the 2012 Levia-thon, going on now at your local Reaper deale</description>\n        <pubDate>Tue, 04 Dec 2012 15:02:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-359</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">After his two-week absence, Patrick returns to us with harrowing tales of Sports Assholes, while we also tackle topics including The Walking Dead, Far Cry 3, &quot;the new Wii&quot;, Bungie&#039;s Destiny, and the 2012 Levia-thon, going on now at your local Reaper deale</itunes:subtitle>\n        <itunes:summary>After his two-week absence, Patrick returns to us with harrowing tales of Sports Assholes, while we also tackle topics including The Walking Dead, Far Cry 3, &quot;the new Wii&quot;, Bungie&#039;s Destiny, and the 2012 Levia-thon, going on now at your local Reaper deale</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10173</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2382242-1804812-screen03tcm1918401.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/359/giantbombcast-120412.mp3\" fileSize=\"81661282\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/359/giantbombcast-120412.mp3\" length=\"81661282\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-27-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-27-2012/1600-357/</link>\n        <description>We&#039;re back from Thanksgiving break with tales of Funky Barn, Wii U retail experiences, pocket watches, Kickstarter, Assassin&#039;s Creed III, Far Cry 3, The Walking Dead, Persona 4, PlanetSide 2, big-ass monitors, and more!</description>\n        <pubDate>Tue, 27 Nov 2012 18:23:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-357</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re back from Thanksgiving break with tales of Funky Barn, Wii U retail experiences, pocket watches, Kickstarter, Assassin&#039;s Creed III, Far Cry 3, The Walking Dead, Persona 4, PlanetSide 2, big-ass monitors, and more!</itunes:subtitle>\n        <itunes:summary>We&#039;re back from Thanksgiving break with tales of Funky Barn, Wii U retail experiences, pocket watches, Kickstarter, Assassin&#039;s Creed III, Far Cry 3, The Walking Dead, Persona 4, PlanetSide 2, big-ass monitors, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11138</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2377256-2377253-turkey_carcass1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/357/giantbombcast-112712.mp3\" fileSize=\"89376730\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/357/giantbombcast-112712.mp3\" length=\"89376730\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-20-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-20-2012/1600-356/</link>\n        <description>We give thanks for a short work week, Home Run Pies, Assassin&#039;s Creed III, Hitman: Absolution, the Wii U launch, the evolution of Mario, PlayStation All-Stars, Mass Effect 3, Starcraft II: Heart of the Swarm, Grand Theft Auto V, and more!</description>\n        <pubDate>Tue, 20 Nov 2012 16:29:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-356</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We give thanks for a short work week, Home Run Pies, Assassin&#039;s Creed III, Hitman: Absolution, the Wii U launch, the evolution of Mario, PlayStation All-Stars, Mass Effect 3, Starcraft II: Heart of the Swarm, Grand Theft Auto V, and more!</itunes:subtitle>\n        <itunes:summary>We give thanks for a short work week, Home Run Pies, Assassin&#039;s Creed III, Hitman: Absolution, the Wii U launch, the evolution of Mario, PlayStation All-Stars, Mass Effect 3, Starcraft II: Heart of the Swarm, Grand Theft Auto V, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11636</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2372852-2372851-pie_homerun1.gif?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/356/giantbombcast-112012.mp3\" fileSize=\"93359734\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/356/giantbombcast-112012.mp3\" length=\"93359734\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-13-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-13-2012/1600-354/</link>\n        <description>We report in on our first week of Wii U ownership with a scathing treatise on the music of New Super Mario Bros. U, plus we share our latest thoughts on Halo 4, Black Ops II, Curiosity&#039;s life-changing secret, and the sexual enigma that is Michael Keaton.</description>\n        <pubDate>Tue, 13 Nov 2012 15:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-354</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We report in on our first week of Wii U ownership with a scathing treatise on the music of New Super Mario Bros. U, plus we share our latest thoughts on Halo 4, Black Ops II, Curiosity&#039;s life-changing secret, and the sexual enigma that is Michael Keaton.</itunes:subtitle>\n        <itunes:summary>We report in on our first week of Wii U ownership with a scathing treatise on the music of New Super Mario Bros. U, plus we share our latest thoughts on Halo 4, Black Ops II, Curiosity&#039;s life-changing secret, and the sexual enigma that is Michael Keaton.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11382</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2367449-2367448-michaelkeaton.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/354/giantbombcast-111312.mp3\" fileSize=\"91327784\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/354/giantbombcast-111312.mp3\" length=\"91327784\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-06-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-06-2012/1600-353/</link>\n        <description>Ryan and Patrick throw down the Assassin&#039;s Creed gauntlet with Brad, Vinny learns the hard way about infant incompatibility with Daylight Savings, Jeff plays a bunch of Halo 4, and more!</description>\n        <pubDate>Tue, 06 Nov 2012 14:55:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-353</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Ryan and Patrick throw down the Assassin&#039;s Creed gauntlet with Brad, Vinny learns the hard way about infant incompatibility with Daylight Savings, Jeff plays a bunch of Halo 4, and more!</itunes:subtitle>\n        <itunes:summary>Ryan and Patrick throw down the Assassin&#039;s Creed gauntlet with Brad, Vinny learns the hard way about infant incompatibility with Daylight Savings, Jeff plays a bunch of Halo 4, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">13306</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2361476-2361474-sleep_deprived_mom300x310.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/353/giantbombcast-110612a.mp3\" fileSize=\"106722267\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/353/giantbombcast-110612a.mp3\" length=\"106722267\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-30-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-30-2012/1600-351/</link>\n        <description>We talk Need for Speed: Most Wanted, Assassin&#039;s Creed III, The Walking Dead, Dust: An Elysian Tail, Zynga layoffs, and the current state of ethics in game journalism.</description>\n        <pubDate>Tue, 30 Oct 2012 21:42:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-351</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We talk Need for Speed: Most Wanted, Assassin&#039;s Creed III, The Walking Dead, Dust: An Elysian Tail, Zynga layoffs, and the current state of ethics in game journalism.</itunes:subtitle>\n        <itunes:summary>We talk Need for Speed: Most Wanted, Assassin&#039;s Creed III, The Walking Dead, Dust: An Elysian Tail, Zynga layoffs, and the current state of ethics in game journalism.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12439</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2356256-2356255-596867_ghostbusters2_3.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/351/giantbombcast-103012.mp3\" fileSize=\"99787874\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/351/giantbombcast-103012.mp3\" length=\"99787874\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-23-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-23-2012/1600-350/</link>\n        <description>When they&#039;re not still going on and on about XCOM, the guys manage to squeeze in some talk about Dance Central 3, Skylanders: Giants, Doom 3 BFG, The Walking Dead, the horrors of Kinect, and more!</description>\n        <pubDate>Tue, 23 Oct 2012 14:47:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-350</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">When they&#039;re not still going on and on about XCOM, the guys manage to squeeze in some talk about Dance Central 3, Skylanders: Giants, Doom 3 BFG, The Walking Dead, the horrors of Kinect, and more!</itunes:subtitle>\n        <itunes:summary>When they&#039;re not still going on and on about XCOM, the guys manage to squeeze in some talk about Dance Central 3, Skylanders: Giants, Doom 3 BFG, The Walking Dead, the horrors of Kinect, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8323</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2350715-2350714-beard_hope.gif?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/350/giantbombcast-102312.mp3\" fileSize=\"66860034\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/350/giantbombcast-102312.mp3\" length=\"66860034\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-16-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-16-2012/1600-348/</link>\n        <description>With Ryan out of commission, Jeff takes the helm to discuss Brad&#039;s Mass Effect 3 deadline, XCOM: Enemy Unknown, Dishonored, Forza Horizon, expired soda, Dance Central 3, couch treasure hunting, Jeff&#039;s Internet woes, Halo 4 leaks, and more!</description>\n        <pubDate>Tue, 16 Oct 2012 16:14:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-348</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With Ryan out of commission, Jeff takes the helm to discuss Brad&#039;s Mass Effect 3 deadline, XCOM: Enemy Unknown, Dishonored, Forza Horizon, expired soda, Dance Central 3, couch treasure hunting, Jeff&#039;s Internet woes, Halo 4 leaks, and more!</itunes:subtitle>\n        <itunes:summary>With Ryan out of commission, Jeff takes the helm to discuss Brad&#039;s Mass Effect 3 deadline, XCOM: Enemy Unknown, Dishonored, Forza Horizon, expired soda, Dance Central 3, couch treasure hunting, Jeff&#039;s Internet woes, Halo 4 leaks, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11158</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2345757-2345756-031_cc_lemon_drink.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/348/giantbombcast-101612.mp3\" fileSize=\"89542869\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/348/giantbombcast-101612.mp3\" length=\"89542869\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-09-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-09-2012/1600-347/</link>\n        <description>Vinny returns to regale us with the pleasures of air-travel with a six-month old, Brad returns to Albion in Fable: The Journey, Jeff plots out his raid on Tokyo, Patrick chooses his own adventure in Dishonored, and Ryan gets overwhelmed by the alien scour</description>\n        <pubDate>Tue, 09 Oct 2012 19:39:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-347</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Vinny returns to regale us with the pleasures of air-travel with a six-month old, Brad returns to Albion in Fable: The Journey, Jeff plots out his raid on Tokyo, Patrick chooses his own adventure in Dishonored, and Ryan gets overwhelmed by the alien scour</itunes:subtitle>\n        <itunes:summary>Vinny returns to regale us with the pleasures of air-travel with a six-month old, Brad returns to Albion in Fable: The Journey, Jeff plots out his raid on Tokyo, Patrick chooses his own adventure in Dishonored, and Ryan gets overwhelmed by the alien scour</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11812</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2341269-2341268-5182fcc1.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/347/giantbombcast-100912.mp3\" fileSize=\"94774543\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/347/giantbombcast-100912.mp3\" length=\"94774543\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-02-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-02-2012/1600-345/</link>\n        <description>We download our collective consciousness into Cybertown to air our grievances with Resident Evil 6 and NiGHTS, while also spending an inordinate amount of time discussing the TurboGrafx-16, the Ataris Lynx and Jaguar, Merlin Racing for the Nuon, Elexis Si</description>\n        <pubDate>Tue, 02 Oct 2012 19:11:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-345</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We download our collective consciousness into Cybertown to air our grievances with Resident Evil 6 and NiGHTS, while also spending an inordinate amount of time discussing the TurboGrafx-16, the Ataris Lynx and Jaguar, Merlin Racing for the Nuon, Elexis Si</itunes:subtitle>\n        <itunes:summary>We download our collective consciousness into Cybertown to air our grievances with Resident Evil 6 and NiGHTS, while also spending an inordinate amount of time discussing the TurboGrafx-16, the Ataris Lynx and Jaguar, Merlin Racing for the Nuon, Elexis Si</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10182</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2337145-2337144-alttp_link1.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/345/giantbombcast-100212.mp3\" fileSize=\"81731629\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/345/giantbombcast-100212.mp3\" length=\"81731629\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-24-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-24-2012/1600-344/</link>\n        <description>We talk Halo 4, Hell Yeah, Borderlands 2, Transformers: Fall of Cybertron, Sleeping Dogs, Dead or Alive 5, FTL, Torchlight II, Tokyo Jungle, Far Cry 3, and more!</description>\n        <pubDate>Tue, 25 Sep 2012 17:38:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-344</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We talk Halo 4, Hell Yeah, Borderlands 2, Transformers: Fall of Cybertron, Sleeping Dogs, Dead or Alive 5, FTL, Torchlight II, Tokyo Jungle, Far Cry 3, and more!</itunes:subtitle>\n        <itunes:summary>We talk Halo 4, Hell Yeah, Borderlands 2, Transformers: Fall of Cybertron, Sleeping Dogs, Dead or Alive 5, FTL, Torchlight II, Tokyo Jungle, Far Cry 3, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9270</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2332283-2230715-26668hell_yeahlvl3002.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/344/giantbombcast-092412.mp3\" fileSize=\"74433002\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/344/giantbombcast-092412.mp3\" length=\"74433002\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-18-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-18-2012/1600-342/</link>\n        <description>The Giant Bombcast: your home for classic bing bong, Borderlands 2, Torchlight II, Oregon Trail in Space, franchise maths, Wii U, BioWare, and more!</description>\n        <pubDate>Tue, 18 Sep 2012 18:47:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-342</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Giant Bombcast: your home for classic bing bong, Borderlands 2, Torchlight II, Oregon Trail in Space, franchise maths, Wii U, BioWare, and more!</itunes:subtitle>\n        <itunes:summary>The Giant Bombcast: your home for classic bing bong, Borderlands 2, Torchlight II, Oregon Trail in Space, franchise maths, Wii U, BioWare, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10069</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2327311-2327310-saison_sm3.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/342/giantbombcast-091812.mp3\" fileSize=\"80829018\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/342/giantbombcast-091812.mp3\" length=\"80829018\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-11-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-11-2012/1600-340/</link>\n        <description>CHINA DON&#039;T CARE.</description>\n        <pubDate>Tue, 11 Sep 2012 19:35:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-340</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">CHINA DON&#039;T CARE.</itunes:subtitle>\n        <itunes:summary>CHINA DON&#039;T CARE.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11402</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2319944-chinadontcare.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/340/giantbombcast-091112.mp3\" fileSize=\"91493066\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/340/giantbombcast-091112.mp3\" length=\"91493066\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-04-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-04-2012/1600-338/</link>\n        <description>With PAX Prime 2012 now in our rearview, we try to retrace our steps to figure out where it all went so horribly awesome.</description>\n        <pubDate>Tue, 04 Sep 2012 18:53:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-338</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With PAX Prime 2012 now in our rearview, we try to retrace our steps to figure out where it all went so horribly awesome.</itunes:subtitle>\n        <itunes:summary>With PAX Prime 2012 now in our rearview, we try to retrace our steps to figure out where it all went so horribly awesome.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11028</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2309417-img_0289.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/338/giantbombcast-090412.mp3\" fileSize=\"88497289\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/338/giantbombcast-090412.mp3\" length=\"88497289\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-28-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-28-2012/1600-336/</link>\n        <description>We prep for PAX with yelling lessons from Sam Kinison, waterbeds, new cars, Rock Band Blitz, Darksiders, Dick&#039;s, Guild Wars 2, Nolan North&#039;s upcoming Burn Notice spin-off, Nintendo Power, Masocore Mario, and much more!</description>\n        <pubDate>Tue, 28 Aug 2012 12:42:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-336</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We prep for PAX with yelling lessons from Sam Kinison, waterbeds, new cars, Rock Band Blitz, Darksiders, Dick&#039;s, Guild Wars 2, Nolan North&#039;s upcoming Burn Notice spin-off, Nintendo Power, Masocore Mario, and much more!</itunes:subtitle>\n        <itunes:summary>We prep for PAX with yelling lessons from Sam Kinison, waterbeds, new cars, Rock Band Blitz, Darksiders, Dick&#039;s, Guild Wars 2, Nolan North&#039;s upcoming Burn Notice spin-off, Nintendo Power, Masocore Mario, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10069</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2303713-2303712-image7mm1.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/336/giantbombcast-082812.mp3\" fileSize=\"80829088\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/336/giantbombcast-082812.mp3\" length=\"80829088\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-21-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-21-2012/1600-334/</link>\n        <description>With Patrick Klepek fresh from his Hawaiian honeymoon we discuss superior BBS software, Sleepy Dawgz, Dust: An Elysian Tail, Pitfall!, Windows 8, Transformers: Fall of Cybertron, Assassin&#039;s Creed III, XCOM: Enemy Unknown, OnLive, and more!</description>\n        <pubDate>Tue, 21 Aug 2012 18:24:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-334</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With Patrick Klepek fresh from his Hawaiian honeymoon we discuss superior BBS software, Sleepy Dawgz, Dust: An Elysian Tail, Pitfall!, Windows 8, Transformers: Fall of Cybertron, Assassin&#039;s Creed III, XCOM: Enemy Unknown, OnLive, and more!</itunes:subtitle>\n        <itunes:summary>With Patrick Klepek fresh from his Hawaiian honeymoon we discuss superior BBS software, Sleepy Dawgz, Dust: An Elysian Tail, Pitfall!, Windows 8, Transformers: Fall of Cybertron, Assassin&#039;s Creed III, XCOM: Enemy Unknown, OnLive, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11675</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2298778-2298777-mixed_peppercorns_close_up.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/334/giantbombcast-082112.mp3\" fileSize=\"93671951\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/334/giantbombcast-082112.mp3\" length=\"93671951\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-14-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-14-2012/1600-333/</link>\n        <description>Brad Shoemaker returns to the fold and we&#039;re joined by Will Smith from Tested.com for the latest on Mars, TechNeck, Windows 8, MakerBot, dodgy pronunciations, Darksiders, New Super Mario Bros. 2, LaserDiscs, Pokémon, After Earth, and more on this week’</description>\n        <pubDate>Tue, 14 Aug 2012 15:08:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-333</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Brad Shoemaker returns to the fold and we&#039;re joined by Will Smith from Tested.com for the latest on Mars, TechNeck, Windows 8, MakerBot, dodgy pronunciations, Darksiders, New Super Mario Bros. 2, LaserDiscs, Pokémon, After Earth, and more on this week’</itunes:subtitle>\n        <itunes:summary>Brad Shoemaker returns to the fold and we&#039;re joined by Will Smith from Tested.com for the latest on Mars, TechNeck, Windows 8, MakerBot, dodgy pronunciations, Darksiders, New Super Mario Bros. 2, LaserDiscs, Pokémon, After Earth, and more on this week’</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11600</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2293066-2293065-tumblr_lrhsghmff91qkz2cdo1_500.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/333/giantbombcast-081412.mp3\" fileSize=\"93074206\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/333/giantbombcast-081412.mp3\" length=\"93074206\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-07-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-07-2012/1600-331/</link>\n        <description>This week we do battle with dodgy technology to bring you &quot;Brad Shoemaker&quot;, the triumphant return and immediate retirement of Energy Drink Taste Tests, Iron Brigade for PC, the future of Persona, life after Mass Effect 3, and more! #crackinwise</description>\n        <pubDate>Tue, 07 Aug 2012 15:42:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-331</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we do battle with dodgy technology to bring you &quot;Brad Shoemaker&quot;, the triumphant return and immediate retirement of Energy Drink Taste Tests, Iron Brigade for PC, the future of Persona, life after Mass Effect 3, and more! #crackinwise</itunes:subtitle>\n        <itunes:summary>This week we do battle with dodgy technology to bring you &quot;Brad Shoemaker&quot;, the triumphant return and immediate retirement of Energy Drink Taste Tests, Iron Brigade for PC, the future of Persona, life after Mass Effect 3, and more! #crackinwise</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10326</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2287540-2287539-beerc265.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/331/giantbombcast-080712a.mp3\" fileSize=\"82885614\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/331/giantbombcast-080712a.mp3\" length=\"82885614\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-31-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-31-2012/1600-330/</link>\n        <description>We discuss the 3DS XL, grinding coins in New Super Mario Bros. 2, Dumbo rides, California Extreme, Snoop Lion, the drunken value of half a hot dog, and more!</description>\n        <pubDate>Tue, 31 Jul 2012 20:11:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-330</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We discuss the 3DS XL, grinding coins in New Super Mario Bros. 2, Dumbo rides, California Extreme, Snoop Lion, the drunken value of half a hot dog, and more!</itunes:subtitle>\n        <itunes:summary>We discuss the 3DS XL, grinding coins in New Super Mario Bros. 2, Dumbo rides, California Extreme, Snoop Lion, the drunken value of half a hot dog, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10719</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2281248-2281247-f46b6c2ed94811e1a1fa22000a1c00cf_7.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/330/giantbombcast-073112.mp3\" fileSize=\"86024469\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/330/giantbombcast-073112.mp3\" length=\"86024469\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-24-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-24-2012/1600-328/</link>\n        <description>It&#039;s our 300th podcast! To celebrate this most momentous occasion, we talk about…video games. And other nonsense. You won&#039;t want to miss it!</description>\n        <pubDate>Tue, 24 Jul 2012 17:40:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-328</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s our 300th podcast! To celebrate this most momentous occasion, we talk about…video games. And other nonsense. You won&#039;t want to miss it!</itunes:subtitle>\n        <itunes:summary>It&#039;s our 300th podcast! To celebrate this most momentous occasion, we talk about…video games. And other nonsense. You won&#039;t want to miss it!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10113</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2275262-2275261-300_sparta.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/328/giantbombcast-072412.mp3\" fileSize=\"81173973\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/328/giantbombcast-072412.mp3\" length=\"81173973\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-17-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-17-2012/1600-327/</link>\n        <description>We prepare for the end-days with Jim-Bakker-endorsed food buckets, ham radios, suburban crime, chemtrails, hummingbird masks, modem sounds, the Gizmondo, cable TV, the Commodore 128, CPS2 games, Dyad, Olympic sex, and more!</description>\n        <pubDate>Tue, 17 Jul 2012 12:44:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-327</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We prepare for the end-days with Jim-Bakker-endorsed food buckets, ham radios, suburban crime, chemtrails, hummingbird masks, modem sounds, the Gizmondo, cable TV, the Commodore 128, CPS2 games, Dyad, Olympic sex, and more!</itunes:subtitle>\n        <itunes:summary>We prepare for the end-days with Jim-Bakker-endorsed food buckets, ham radios, suburban crime, chemtrails, hummingbird masks, modem sounds, the Gizmondo, cable TV, the Commodore 128, CPS2 games, Dyad, Olympic sex, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10408</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2268202-2268200-promo_face_5x5_brighter.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/327/giantbombcast-071712.mp3\" fileSize=\"83539512\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/327/giantbombcast-071712.mp3\" length=\"83539512\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-10-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-10-2012/1600-325/</link>\n        <description>Let&#039;s get a little buzzer going up in here as Drew Scanlon joins us to talk numbers stations, the proper way to operate a HAM radio, The Secret World, Downloads of a Nintendo persuasion, and how to figure out if the computer that&#039;s recording your podcast </description>\n        <pubDate>Tue, 10 Jul 2012 18:32:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-325</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Let&#039;s get a little buzzer going up in here as Drew Scanlon joins us to talk numbers stations, the proper way to operate a HAM radio, The Secret World, Downloads of a Nintendo persuasion, and how to figure out if the computer that&#039;s recording your podcast </itunes:subtitle>\n        <itunes:summary>Let&#039;s get a little buzzer going up in here as Drew Scanlon joins us to talk numbers stations, the proper way to operate a HAM radio, The Secret World, Downloads of a Nintendo persuasion, and how to figure out if the computer that&#039;s recording your podcast </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7454</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2262326-2262325-axfd2vsceaebvua.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/325/giantbombcast-071012.mp3\" fileSize=\"59831649\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/325/giantbombcast-071012.mp3\" length=\"59831649\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-03-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-03-2012/1600-324/</link>\n        <description>We prepare for the Molotov cocktail of American holidays with fireworks fantasies, Cisco on Cisco on Sisqó, the unexpected legacy of Spec Ops: The Line, One Winged Angel vs. Freebird, the end of Radical, the state of Sega, launch-day server woes, and mor</description>\n        <pubDate>Tue, 03 Jul 2012 17:18:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-324</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We prepare for the Molotov cocktail of American holidays with fireworks fantasies, Cisco on Cisco on Sisqó, the unexpected legacy of Spec Ops: The Line, One Winged Angel vs. Freebird, the end of Radical, the state of Sega, launch-day server woes, and mor</itunes:subtitle>\n        <itunes:summary>We prepare for the Molotov cocktail of American holidays with fireworks fantasies, Cisco on Cisco on Sisqó, the unexpected legacy of Spec Ops: The Line, One Winged Angel vs. Freebird, the end of Radical, the state of Sega, launch-day server woes, and mor</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10589</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2254415-2254414-fantavision_pal_cover.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/324/giantbombcast-070312.mp3\" fileSize=\"84992260\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/324/giantbombcast-070312.mp3\" length=\"84992260\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-26-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-26-2012/1600-322/</link>\n        <description>It&#039;s like a bucket of confetti for your ears as we talk zombies, Globetrotters, Law &amp;amp; Order, LEGO Batman 2, Quantum Conundrum, Phantasy Star Online 2, The Amazing Spider-Man, Spec Ops: The Line, beer delivery technology, Spencer&#039;s Gifts, and more!</description>\n        <pubDate>Tue, 26 Jun 2012 16:23:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-322</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s like a bucket of confetti for your ears as we talk zombies, Globetrotters, Law &amp;amp; Order, LEGO Batman 2, Quantum Conundrum, Phantasy Star Online 2, The Amazing Spider-Man, Spec Ops: The Line, beer delivery technology, Spencer&#039;s Gifts, and more!</itunes:subtitle>\n        <itunes:summary>It&#039;s like a bucket of confetti for your ears as we talk zombies, Globetrotters, Law &amp;amp; Order, LEGO Batman 2, Quantum Conundrum, Phantasy Star Online 2, The Amazing Spider-Man, Spec Ops: The Line, beer delivery technology, Spencer&#039;s Gifts, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10848</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2246527-2246526-0.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/322/giantbombcast-062612.mp3\" fileSize=\"87051623\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/322/giantbombcast-062612.mp3\" length=\"87051623\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-19-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-19-2012/1600-321/</link>\n        <description>We talk Microsoft Surface, fresh Wii U hands-on impressions, the Diablo III real money auction house, the ideal ratio of alcohol to Amnesia: The Dark Descent, the categorical failures of Steel Battalion: Heavy Armor, and, of course, our inevitable guest a</description>\n        <pubDate>Tue, 19 Jun 2012 20:37:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-321</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We talk Microsoft Surface, fresh Wii U hands-on impressions, the Diablo III real money auction house, the ideal ratio of alcohol to Amnesia: The Dark Descent, the categorical failures of Steel Battalion: Heavy Armor, and, of course, our inevitable guest a</itunes:subtitle>\n        <itunes:summary>We talk Microsoft Surface, fresh Wii U hands-on impressions, the Diablo III real money auction house, the ideal ratio of alcohol to Amnesia: The Dark Descent, the categorical failures of Steel Battalion: Heavy Armor, and, of course, our inevitable guest a</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10543</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2240933-2240932-passwor_scan_01.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/321/giantbombcast-061912.mp3\" fileSize=\"84619727\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/321/giantbombcast-061912.mp3\" length=\"84619727\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-12-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-12-2012/1600-319/</link>\n        <description>With E3 2012 mostly behind us, and our bodies brimming with coconut water and Portillo&#039;s, we step up to the plate with a Japanese curveball of StarCraft II: Heart of the Swarm, car adventures, Jason Rubin, Tomb Raider, and more.</description>\n        <pubDate>Tue, 12 Jun 2012 17:08:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-319</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With E3 2012 mostly behind us, and our bodies brimming with coconut water and Portillo&#039;s, we step up to the plate with a Japanese curveball of StarCraft II: Heart of the Swarm, car adventures, Jason Rubin, Tomb Raider, and more.</itunes:subtitle>\n        <itunes:summary>With E3 2012 mostly behind us, and our bodies brimming with coconut water and Portillo&#039;s, we step up to the plate with a Japanese curveball of StarCraft II: Heart of the Swarm, car adventures, Jason Rubin, Tomb Raider, and more.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7798</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2235356-2235355-dscn1967.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/319/giantbombcast-061212.mp3\" fileSize=\"62663077\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/319/giantbombcast-061212.mp3\" length=\"62663077\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: E3 2012 Day Three</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2012-day-three/1600-318/</link>\n        <description>We close out the show with IGN&#039;s Greg Miller, 343 Industries&#039; Frank O&#039;Connor, Josh Holmes, and David Ellis, Hello Games, Eric Pope, Alex Rigopulos, and John Drake from Harmonix, Justin McElroy and Russ Frushtick from Polygon, and, of course, MAGIC.</description>\n        <pubDate>Fri, 08 Jun 2012 20:25:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-318</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We close out the show with IGN&#039;s Greg Miller, 343 Industries&#039; Frank O&#039;Connor, Josh Holmes, and David Ellis, Hello Games, Eric Pope, Alex Rigopulos, and John Drake from Harmonix, Justin McElroy and Russ Frushtick from Polygon, and, of course, MAGIC.</itunes:subtitle>\n        <itunes:summary>We close out the show with IGN&#039;s Greg Miller, 343 Industries&#039; Frank O&#039;Connor, Josh Holmes, and David Ellis, Hello Games, Eric Pope, Alex Rigopulos, and John Drake from Harmonix, Justin McElroy and Russ Frushtick from Polygon, and, of course, MAGIC.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12485</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2231355-2231353-6g2jv.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/318/giantbombcast-060712.mp3\" fileSize=\"100159868\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/318/giantbombcast-060712.mp3\" length=\"100159868\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: E3 2012 Day Two</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2012-day-two/1600-317/</link>\n        <description>We&#039;re joined by Geoff Keighley, Ed Boon, Rich Gallup, Rocco from Mega64, Iron Galaxy&#039;s Dave Lang, Sony Computer Entertainment&#039;s Adam Boyes, Disney Interactive&#039;s John Vignocchi, Stephen Totilo, DrinkBox Studios, Alphonso, and, of course, Hawkman.</description>\n        <pubDate>Thu, 07 Jun 2012 10:51:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-317</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re joined by Geoff Keighley, Ed Boon, Rich Gallup, Rocco from Mega64, Iron Galaxy&#039;s Dave Lang, Sony Computer Entertainment&#039;s Adam Boyes, Disney Interactive&#039;s John Vignocchi, Stephen Totilo, DrinkBox Studios, Alphonso, and, of course, Hawkman.</itunes:subtitle>\n        <itunes:summary>We&#039;re joined by Geoff Keighley, Ed Boon, Rich Gallup, Rocco from Mega64, Iron Galaxy&#039;s Dave Lang, Sony Computer Entertainment&#039;s Adam Boyes, Disney Interactive&#039;s John Vignocchi, Stephen Totilo, DrinkBox Studios, Alphonso, and, of course, Hawkman.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">15005</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2230150-2230149-tumblr_m58iw9qwme1ry1tqco1_500.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/317/giantbombcast-060612.mp3\" fileSize=\"120298254\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/317/giantbombcast-060612.mp3\" length=\"120298254\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: E3 2012 Day One</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2012-day-one/1600-315/</link>\n        <description>We end our first day on the show floor with Jake Solomon and Garth DeAngelis from Firaxis, Mikey Neumann from Gearbox, Cowboy from Naughty Dog, Chris Tilton, Cards Against Humanity&#039;s Max Temkin, Will Smith and Norm Chan, and David Jaffe!</description>\n        <pubDate>Wed, 06 Jun 2012 09:38:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-315</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We end our first day on the show floor with Jake Solomon and Garth DeAngelis from Firaxis, Mikey Neumann from Gearbox, Cowboy from Naughty Dog, Chris Tilton, Cards Against Humanity&#039;s Max Temkin, Will Smith and Norm Chan, and David Jaffe!</itunes:subtitle>\n        <itunes:summary>We end our first day on the show floor with Jake Solomon and Garth DeAngelis from Firaxis, Mikey Neumann from Gearbox, Cowboy from Naughty Dog, Chris Tilton, Cards Against Humanity&#039;s Max Temkin, Will Smith and Norm Chan, and David Jaffe!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12121</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2228776-2228775-the_hidden_bathroom_and_solid_snake_5.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/315/giantbombcast-060512.mp3\" fileSize=\"97259024\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/315/giantbombcast-060512.mp3\" length=\"97259024\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast Pre-E3 2012: The Sealed Envelope</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-pre-e3-2012-the-sealed-envelope/1600-314/</link>\n        <description>We send a message to the future with our (now hilariously out-of-date) pre-show predictions, as well as the last of Jeff&#039;s Judges&#039; Week secrets. </description>\n        <pubDate>Tue, 05 Jun 2012 12:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-314</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We send a message to the future with our (now hilariously out-of-date) pre-show predictions, as well as the last of Jeff&#039;s Judges&#039; Week secrets. </itunes:subtitle>\n        <itunes:summary>We send a message to the future with our (now hilariously out-of-date) pre-show predictions, as well as the last of Jeff&#039;s Judges&#039; Week secrets. </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8019</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2227271-2227269-carnac.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/314/giantbombcast-060512-sealedenvelope.mp3\" fileSize=\"64419774\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/314/giantbombcast-060512-sealedenvelope.mp3\" length=\"64419774\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: E3 2012 Day Zero</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2012-day-zero/1600-313/</link>\n        <description>We burn the midnight oil wrapping up the day&#039;s press conferences with Jeff Green, Brad Muir, Michael Pachter, Ben Gilbert, and Alexander Sliwinsky.</description>\n        <pubDate>Tue, 05 Jun 2012 08:55:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-313</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We burn the midnight oil wrapping up the day&#039;s press conferences with Jeff Green, Brad Muir, Michael Pachter, Ben Gilbert, and Alexander Sliwinsky.</itunes:subtitle>\n        <itunes:summary>We burn the midnight oil wrapping up the day&#039;s press conferences with Jeff Green, Brad Muir, Michael Pachter, Ben Gilbert, and Alexander Sliwinsky.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8438</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2227337-2227330-screen_shot_2012_06_05_at_8.40.53_am.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/313/giantbombcast-060412.mp3\" fileSize=\"67775138\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/313/giantbombcast-060412.mp3\" length=\"67775138\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast Pre-E3 2012 With Paul Barnett</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-pre-e3-2012-with-paul-barnett/1600-312/</link>\n        <description>BioWare&#039;s Paul Barnett is a regular fixture of Giant Bomb&#039;s E3 coverage. Apparently Paul has more important things to do this year, so we check in with him before we take off for the big show.</description>\n        <pubDate>Fri, 01 Jun 2012 15:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-312</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">BioWare&#039;s Paul Barnett is a regular fixture of Giant Bomb&#039;s E3 coverage. Apparently Paul has more important things to do this year, so we check in with him before we take off for the big show.</itunes:subtitle>\n        <itunes:summary>BioWare&#039;s Paul Barnett is a regular fixture of Giant Bomb&#039;s E3 coverage. Apparently Paul has more important things to do this year, so we check in with him before we take off for the big show.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2224175-2224174-paul_barnett_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/312/giantbombcast-e32012-paulbarnett.mp3\" fileSize=\"21860747\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/312/giantbombcast-e32012-paulbarnett.mp3\" length=\"21860747\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-29-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-29-2012/1600-310/</link>\n        <description>We spend even more time talking Diablo III while also finding the time to discuss drinking and old age, getting your car towed, home owners associates, Hitman, Way of the Warrior 2, Amnesia: The Dark Descent, the 38 Studios aftermath, Ecto Cooler, and Who</description>\n        <pubDate>Tue, 29 May 2012 19:37:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-310</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We spend even more time talking Diablo III while also finding the time to discuss drinking and old age, getting your car towed, home owners associates, Hitman, Way of the Warrior 2, Amnesia: The Dark Descent, the 38 Studios aftermath, Ecto Cooler, and Who</itunes:subtitle>\n        <itunes:summary>We spend even more time talking Diablo III while also finding the time to discuss drinking and old age, getting your car towed, home owners associates, Hitman, Way of the Warrior 2, Amnesia: The Dark Descent, the 38 Studios aftermath, Ecto Cooler, and Who</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10911</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2220125-2220124-ecto_cooler_slimer_hi_c.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/310/giantbombcast-052912.mp3\" fileSize=\"87545090\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/310/giantbombcast-052912.mp3\" length=\"87545090\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-22-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-22-2012/1600-309/</link>\n        <description>We’ve got spit-roasting pigs with Peter Dinklage, long babies, the finer points of eating your friend’s leg, The Last of Us, XCOM Enemy Unkown, Diablo III, Dragon’s Dogma, annular solar eclipses, BREAKING NEWS,  the dire state of 38 Studios, and mor</description>\n        <pubDate>Tue, 22 May 2012 15:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-309</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We’ve got spit-roasting pigs with Peter Dinklage, long babies, the finer points of eating your friend’s leg, The Last of Us, XCOM Enemy Unkown, Diablo III, Dragon’s Dogma, annular solar eclipses, BREAKING NEWS,  the dire state of 38 Studios, and mor</itunes:subtitle>\n        <itunes:summary>We’ve got spit-roasting pigs with Peter Dinklage, long babies, the finer points of eating your friend’s leg, The Last of Us, XCOM Enemy Unkown, Diablo III, Dragon’s Dogma, annular solar eclipses, BREAKING NEWS,  the dire state of 38 Studios, and mor</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9680</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2212339-2212336-tumblr_m411m4zeid1qzheiuo1_500.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/309/giantbombcast-052212.mp3\" fileSize=\"77714537\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/309/giantbombcast-052212.mp3\" length=\"77714537\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-15-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-15-2012/1600-307/</link>\n        <description>It&#039;s the secret cow level of podcasts as we discuss Diablo III, Max Payne 3, game delays, the fate of 38 Studios, and more!</description>\n        <pubDate>Tue, 15 May 2012 18:15:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-307</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s the secret cow level of podcasts as we discuss Diablo III, Max Payne 3, game delays, the fate of 38 Studios, and more!</itunes:subtitle>\n        <itunes:summary>It&#039;s the secret cow level of podcasts as we discuss Diablo III, Max Payne 3, game delays, the fate of 38 Studios, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9320</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2206600-2206598-cow02.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/307/giantbombcast-051512.mp3\" fileSize=\"74836974\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/307/giantbombcast-051512.mp3\" length=\"74836974\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-08-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-08-2012/1600-306/</link>\n        <description>Unemployment enthusiast and master sleuth Adam Sessler joins us this week to talk GameSpot TV, Infinity Ward vs. Activision, arts vs. crafts, AdamSessler.com, The Money Machine, Minecraft, hot tubs, Thunderbird, and more!</description>\n        <pubDate>Tue, 08 May 2012 12:51:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-306</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Unemployment enthusiast and master sleuth Adam Sessler joins us this week to talk GameSpot TV, Infinity Ward vs. Activision, arts vs. crafts, AdamSessler.com, The Money Machine, Minecraft, hot tubs, Thunderbird, and more!</itunes:subtitle>\n        <itunes:summary>Unemployment enthusiast and master sleuth Adam Sessler joins us this week to talk GameSpot TV, Infinity Ward vs. Activision, arts vs. crafts, AdamSessler.com, The Money Machine, Minecraft, hot tubs, Thunderbird, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10490</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2201910-2201909-screen_shot_2012_05_08_at_12.27.58_pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/306/giantbombcast-050812.mp3\" fileSize=\"84193409\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/306/giantbombcast-050812.mp3\" length=\"84193409\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant CODcast: Black Ops II</title>\n        <link>https://www.giantbomb.com/podcasts/giant-codcast-black-ops-ii/1600-304/</link>\n        <description>We interrogate Jeff about his recent visit to Treyarch and his first impressions of Call of Duty: Black Ops II.</description>\n        <pubDate>Tue, 01 May 2012 21:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-304</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We interrogate Jeff about his recent visit to Treyarch and his first impressions of Call of Duty: Black Ops II.</itunes:subtitle>\n        <itunes:summary>We interrogate Jeff about his recent visit to Treyarch and his first impressions of Call of Duty: Black Ops II.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2196206-2196202-photo.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/304/giantcodcast-050112.mp3\" fileSize=\"23216713\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/304/giantcodcast-050112.mp3\" length=\"23216713\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-01-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-01-2012/1600-303/</link>\n        <description>Close the shades, lock the door, and enjoy this May Day Bombcast in private as we discuss The Walking Dead, Trials Evolution, Asura&#039;s Wrath, and more. Your pal Clippy, of course, just likes to watch.</description>\n        <pubDate>Tue, 01 May 2012 14:55:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-303</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Close the shades, lock the door, and enjoy this May Day Bombcast in private as we discuss The Walking Dead, Trials Evolution, Asura&#039;s Wrath, and more. Your pal Clippy, of course, just likes to watch.</itunes:subtitle>\n        <itunes:summary>Close the shades, lock the door, and enjoy this May Day Bombcast in private as we discuss The Walking Dead, Trials Evolution, Asura&#039;s Wrath, and more. Your pal Clippy, of course, just likes to watch.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10134</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2196109-2196107-clippy.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/303/giantbombcast-050112.mp3\" fileSize=\"81315429\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/303/giantbombcast-050112.mp3\" length=\"81315429\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-24-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-24-2012/1600-294/</link>\n        <description>Ryan&#039;s out and we have no idea how any of this works, but we still manage to get Johnny on the phone near the end. Oh, and we talk about Prey 2, God of War, Prototype 2, Bloodforge, and more Fez!</description>\n        <pubDate>Tue, 24 Apr 2012 18:51:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-294</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Ryan&#039;s out and we have no idea how any of this works, but we still manage to get Johnny on the phone near the end. Oh, and we talk about Prey 2, God of War, Prototype 2, Bloodforge, and more Fez!</itunes:subtitle>\n        <itunes:summary>Ryan&#039;s out and we have no idea how any of this works, but we still manage to get Johnny on the phone near the end. Oh, and we talk about Prey 2, God of War, Prototype 2, Bloodforge, and more Fez!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7673</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2188540-2188537-tacobell_baconcheddargorditacrunch.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/294/giantbombcast-042412.mp3\" fileSize=\"61652670\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/294/giantbombcast-042412.mp3\" length=\"61652670\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-17-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-17-2012/1600-293/</link>\n        <description>New father Vinny Caravella returns to the Giant Bombcast with champagne wishes and baby-deathwatch dreams! We also talk a whole lot about FEZ, Kickstarter, The Witcher 2, and more.</description>\n        <pubDate>Tue, 17 Apr 2012 09:28:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-293</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">New father Vinny Caravella returns to the Giant Bombcast with champagne wishes and baby-deathwatch dreams! We also talk a whole lot about FEZ, Kickstarter, The Witcher 2, and more.</itunes:subtitle>\n        <itunes:summary>New father Vinny Caravella returns to the Giant Bombcast with champagne wishes and baby-deathwatch dreams! We also talk a whole lot about FEZ, Kickstarter, The Witcher 2, and more.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9106</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2182084-2182081-220px_belhassen2.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/293/giantbombcast-041712.mp3\" fileSize=\"73125013\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/293/giantbombcast-041712.mp3\" length=\"73125013\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: The Walking Dead</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-the-walking-dead/1600-292/</link>\n        <description>Ryan and Patrick are joined by Telltale&#039;s Richard Iggo and writer Gary Whitta to discuss The Walking Dead.</description>\n        <pubDate>Wed, 11 Apr 2012 17:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-292</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Ryan and Patrick are joined by Telltale&#039;s Richard Iggo and writer Gary Whitta to discuss The Walking Dead.</itunes:subtitle>\n        <itunes:summary>Ryan and Patrick are joined by Telltale&#039;s Richard Iggo and writer Gary Whitta to discuss The Walking Dead.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">3158</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2176359-2144779_walkingdeadupcloseandpersonal.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/292/giantbombcast-thewalkingdead.mp3\" fileSize=\"25534937\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/292/giantbombcast-thewalkingdead.mp3\" length=\"25534937\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-10-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-10-2012/1600-290/</link>\n        <description>Still exhausted from PAX East 2012, our laconic commentators muster up all they&#039;ve got to discuss Capcom&#039;s latest, the non-ironic appeal of Bud Light Lime, gong ownership, and more.</description>\n        <pubDate>Tue, 10 Apr 2012 11:36:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-290</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Still exhausted from PAX East 2012, our laconic commentators muster up all they&#039;ve got to discuss Capcom&#039;s latest, the non-ironic appeal of Bud Light Lime, gong ownership, and more.</itunes:subtitle>\n        <itunes:summary>Still exhausted from PAX East 2012, our laconic commentators muster up all they&#039;ve got to discuss Capcom&#039;s latest, the non-ironic appeal of Bud Light Lime, gong ownership, and more.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9399</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2174503-2174502-home_bottle.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/290/giantbombcast-041012.mp3\" fileSize=\"75467052\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/290/giantbombcast-041012.mp3\" length=\"75467052\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: PAX East 2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-pax-east-2012/1600-291/</link>\n        <description>We make friends, enemies, and plenty of ska music during our Saturday night panel at the Penny Arcade Expo East 2012!</description>\n        <pubDate>Tue, 10 Apr 2012 04:14:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-291</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We make friends, enemies, and plenty of ska music during our Saturday night panel at the Penny Arcade Expo East 2012!</itunes:subtitle>\n        <itunes:summary>We make friends, enemies, and plenty of ska music during our Saturday night panel at the Penny Arcade Expo East 2012!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5692</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2174701-2174700-screen_shot_2012_04_10_at_4.24.05_pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/291/giantbombcast-paxeast2012.mp3\" fileSize=\"45807629\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/291/giantbombcast-paxeast2012.mp3\" length=\"45807629\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-03-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-03-2012/1600-289/</link>\n        <description>It&#039;s All-You-Can-Eat Soup, Salad, and Breadsticks night on the Giant Bombcast as special guest Giancarlo Varanini traces his storied career, Brad laments the Kinect Star Wars experience, Patrick and Ryan talk horror, and much more!</description>\n        <pubDate>Tue, 03 Apr 2012 18:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-289</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s All-You-Can-Eat Soup, Salad, and Breadsticks night on the Giant Bombcast as special guest Giancarlo Varanini traces his storied career, Brad laments the Kinect Star Wars experience, Patrick and Ryan talk horror, and much more!</itunes:subtitle>\n        <itunes:summary>It&#039;s All-You-Can-Eat Soup, Salad, and Breadsticks night on the Giant Bombcast as special guest Giancarlo Varanini traces his storied career, Brad laments the Kinect Star Wars experience, Patrick and Ryan talk horror, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10842</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2167286-2167285-olive_garden_all_you_can_eat_soup_salad_and_breadsticks.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/289/giantbombcast-040312.mp3\" fileSize=\"87007741\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/289/giantbombcast-040312.mp3\" length=\"87007741\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-27-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-27-2012/1600-288/</link>\n        <description>This week&#039;s discussions of Kid Icarus, Dragon&#039;s Lair, Operation Raccoon City, Guild Wars 2, Journey, Asura&#039;s Wrath, pizza tycoons, and Prey 2 will not leave you indifferent!</description>\n        <pubDate>Tue, 27 Mar 2012 13:02:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-288</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week&#039;s discussions of Kid Icarus, Dragon&#039;s Lair, Operation Raccoon City, Guild Wars 2, Journey, Asura&#039;s Wrath, pizza tycoons, and Prey 2 will not leave you indifferent!</itunes:subtitle>\n        <itunes:summary>This week&#039;s discussions of Kid Icarus, Dragon&#039;s Lair, Operation Raccoon City, Guild Wars 2, Journey, Asura&#039;s Wrath, pizza tycoons, and Prey 2 will not leave you indifferent!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10492</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2161292-2161291-2weinterrupt.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/288/giantbombcast-032712.mp3\" fileSize=\"84207623\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/288/giantbombcast-032712.mp3\" length=\"84207623\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-20-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-20-2012/1600-286/</link>\n        <description>Coming to you, live, from Television City in Hollywood, it&#039;s The Giant Bombcast!!!</description>\n        <pubDate>Tue, 20 Mar 2012 18:13:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-286</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Coming to you, live, from Television City in Hollywood, it&#039;s The Giant Bombcast!!!</itunes:subtitle>\n        <itunes:summary>Coming to you, live, from Television City in Hollywood, it&#039;s The Giant Bombcast!!!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9026</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2155510-2155509-cbs_tv.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/286/giantbombcast-032012.mp3\" fileSize=\"72288531\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/286/giantbombcast-032012.mp3\" length=\"72288531\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-13-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-13-2012/1600-285/</link>\n        <description>We celebrate Chili Day with loads of Mass Effect 3 talk, some Street Fighter X Tekken, thatgamecompany&#039;s Journey, and, of course, plenty of Pokémon poop-flinging tactics.</description>\n        <pubDate>Tue, 13 Mar 2012 17:13:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-285</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We celebrate Chili Day with loads of Mass Effect 3 talk, some Street Fighter X Tekken, thatgamecompany&#039;s Journey, and, of course, plenty of Pokémon poop-flinging tactics.</itunes:subtitle>\n        <itunes:summary>We celebrate Chili Day with loads of Mass Effect 3 talk, some Street Fighter X Tekken, thatgamecompany&#039;s Journey, and, of course, plenty of Pokémon poop-flinging tactics.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12261</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2148371-2148370-241066_vjourney_large.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/285/giantbombcast-031312.mp3\" fileSize=\"98364532\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/285/giantbombcast-031312.mp3\" length=\"98364532\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-06-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-06-2012/1600-284/</link>\n        <description>We burn the midnight oil with GDC 2012, Indie Game: The Movie, Mass Effect 3, Street Fighter X Tekken, I Am Alive, Steele Battalion: Heavy Armor, Fable: The Journey, Halo 4, Trials Evolution, Max Payne 3, and Assassin&#039;s Creed III.</description>\n        <pubDate>Tue, 06 Mar 2012 21:18:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-284</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We burn the midnight oil with GDC 2012, Indie Game: The Movie, Mass Effect 3, Street Fighter X Tekken, I Am Alive, Steele Battalion: Heavy Armor, Fable: The Journey, Halo 4, Trials Evolution, Max Payne 3, and Assassin&#039;s Creed III.</itunes:subtitle>\n        <itunes:summary>We burn the midnight oil with GDC 2012, Indie Game: The Movie, Mass Effect 3, Street Fighter X Tekken, I Am Alive, Steele Battalion: Heavy Armor, Fable: The Journey, Halo 4, Trials Evolution, Max Payne 3, and Assassin&#039;s Creed III.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9216</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2144663-2144662-assassins_creed_3.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/284/giantbombcast-030612.mp3\" fileSize=\"74005080\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/284/giantbombcast-030612.mp3\" length=\"74005080\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: Mass Effect 3 Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-mass-effect-3-edition/1600-283/</link>\n        <description>The Master of Mass Effect Casey Hudson stops by to give us the full briefing on Commander Shepard&#039;s final mission.</description>\n        <pubDate>Wed, 29 Feb 2012 17:45:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-283</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Master of Mass Effect Casey Hudson stops by to give us the full briefing on Commander Shepard&#039;s final mission.</itunes:subtitle>\n        <itunes:summary>The Master of Mass Effect Casey Hudson stops by to give us the full briefing on Commander Shepard&#039;s final mission.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">2892</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/31/2140951-hudson_image.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/283/giantbombcast_me3_022912.mp3\" fileSize=\"23037274\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/283/giantbombcast_me3_022912.mp3\" length=\"23037274\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-28-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-28-2012/1600-282/</link>\n        <description>Giant Bomb&#039;s own Dave Snider joins us to talk mechs, head tracking, and fools going wild on livestreams.</description>\n        <pubDate>Tue, 28 Feb 2012 18:14:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-282</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb&#039;s own Dave Snider joins us to talk mechs, head tracking, and fools going wild on livestreams.</itunes:subtitle>\n        <itunes:summary>Giant Bomb&#039;s own Dave Snider joins us to talk mechs, head tracking, and fools going wild on livestreams.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9533</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/2140410-screen_shot_2012_02_28_at_6.10.27_pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/282/giantbombcast-022812.mp3\" fileSize=\"76362362\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/282/giantbombcast-022812.mp3\" length=\"76362362\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-21-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-21-2012/1600-281/</link>\n        <description>Join us for some compelling post-Presidents-Day discussion of flight sticks, Dear Esther, Syndicate, Assassin&#039;s Creed III, Karateka, The Darkness vs. Alan Wake, Hoarders vs. Storage Wars, Laugh-In vs. Hee-Haw vs. You Can&#039;t Do That On Television, and more!</description>\n        <pubDate>Tue, 21 Feb 2012 16:47:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-281</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Join us for some compelling post-Presidents-Day discussion of flight sticks, Dear Esther, Syndicate, Assassin&#039;s Creed III, Karateka, The Darkness vs. Alan Wake, Hoarders vs. Storage Wars, Laugh-In vs. Hee-Haw vs. You Can&#039;t Do That On Television, and more!</itunes:subtitle>\n        <itunes:summary>Join us for some compelling post-Presidents-Day discussion of flight sticks, Dear Esther, Syndicate, Assassin&#039;s Creed III, Karateka, The Darkness vs. Alan Wake, Hoarders vs. Storage Wars, Laugh-In vs. Hee-Haw vs. You Can&#039;t Do That On Television, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9480</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2134189-2134188-810861_karateka_artwork.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/281/giantbombcast-022112.mp3\" fileSize=\"75934366\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/281/giantbombcast-022112.mp3\" length=\"75934366\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-14-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-14-2012/1600-280/</link>\n        <description>Join us for a laid-back vibe session with Valentine&#039;s Day stab wounds, The Darkness II, virtual pinball wish lists, the highs and lows of the Vita launch, Blizzard vs. Valve, and that whole, crazy-ass Double Fine/Kickstarter thing.</description>\n        <pubDate>Tue, 14 Feb 2012 15:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-280</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Join us for a laid-back vibe session with Valentine&#039;s Day stab wounds, The Darkness II, virtual pinball wish lists, the highs and lows of the Vita launch, Blizzard vs. Valve, and that whole, crazy-ass Double Fine/Kickstarter thing.</itunes:subtitle>\n        <itunes:summary>Join us for a laid-back vibe session with Valentine&#039;s Day stab wounds, The Darkness II, virtual pinball wish lists, the highs and lows of the Vita launch, Blizzard vs. Valve, and that whole, crazy-ass Double Fine/Kickstarter thing.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11440</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2128640-tim_schafer_reading_my_story_2.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/280/giantbombcast-021412.mp3\" fileSize=\"91615574\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/280/giantbombcast-021412.mp3\" length=\"91615574\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-07-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-07-2012/1600-279/</link>\n        <description>We deliver insightful coverage of Jedi ghosts, in-depth Super Bowl commercial analysis, the superiority of off-brand Zelda, Kingdoms of Amalur: Reckoning, good stupid vs. bad stupid in Resident Evil, Final Fantasy naming conventions, and more!</description>\n        <pubDate>Tue, 07 Feb 2012 12:35:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-279</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We deliver insightful coverage of Jedi ghosts, in-depth Super Bowl commercial analysis, the superiority of off-brand Zelda, Kingdoms of Amalur: Reckoning, good stupid vs. bad stupid in Resident Evil, Final Fantasy naming conventions, and more!</itunes:subtitle>\n        <itunes:summary>We deliver insightful coverage of Jedi ghosts, in-depth Super Bowl commercial analysis, the superiority of off-brand Zelda, Kingdoms of Amalur: Reckoning, good stupid vs. bad stupid in Resident Evil, Final Fantasy naming conventions, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9188</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2123443-2123439-lmfao_and_madonna_perform_at_superbowl_xlvi_show.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/279/giantbombcast-020712.mp3\" fileSize=\"73778911\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/279/giantbombcast-020712.mp3\" length=\"73778911\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-31-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-31-2012/1600-278/</link>\n        <description>Ranger Rick&#039;s Tumblr, Kingdoms of Amalur: Reckoning, close encounters with Dan Aykroyd, Soul Calibur V, Final Fantasy XIII-2, Resident Evil: Revelations, Jeff&#039;s space-garbage-and-murder-slingshot election ticket...yeah. It&#039;s a weird week.</description>\n        <pubDate>Tue, 31 Jan 2012 15:28:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-278</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Ranger Rick&#039;s Tumblr, Kingdoms of Amalur: Reckoning, close encounters with Dan Aykroyd, Soul Calibur V, Final Fantasy XIII-2, Resident Evil: Revelations, Jeff&#039;s space-garbage-and-murder-slingshot election ticket...yeah. It&#039;s a weird week.</itunes:subtitle>\n        <itunes:summary>Ranger Rick&#039;s Tumblr, Kingdoms of Amalur: Reckoning, close encounters with Dan Aykroyd, Soul Calibur V, Final Fantasy XIII-2, Resident Evil: Revelations, Jeff&#039;s space-garbage-and-murder-slingshot election ticket...yeah. It&#039;s a weird week.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11298</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2117998-2117997-c57517_kevin_bacon_posters.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/278/giantbombcast-013112.mp3\" fileSize=\"90393624\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/278/giantbombcast-013112.mp3\" length=\"90393624\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-24-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-24-2012/1600-277/</link>\n        <description>What do chewy tannins, Chicago sports, warm fronts, makin&#039; cables, Steven Tyler, the Crypt Keeper, SSX, and Resident Evil 6 all have in common? You&#039;ll have to listen to this week&#039;s episode of the Giant Bombcast to find out!</description>\n        <pubDate>Tue, 24 Jan 2012 17:49:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-277</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">What do chewy tannins, Chicago sports, warm fronts, makin&#039; cables, Steven Tyler, the Crypt Keeper, SSX, and Resident Evil 6 all have in common? You&#039;ll have to listen to this week&#039;s episode of the Giant Bombcast to find out!</itunes:subtitle>\n        <itunes:summary>What do chewy tannins, Chicago sports, warm fronts, makin&#039; cables, Steven Tyler, the Crypt Keeper, SSX, and Resident Evil 6 all have in common? You&#039;ll have to listen to this week&#039;s episode of the Giant Bombcast to find out!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9138</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2112158-2112157-article_0_0e8f5b9400000578_349_468x522.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/277/giantbombcast-012412.mp3\" fileSize=\"73200077\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/277/giantbombcast-012412.mp3\" length=\"73200077\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-17-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-17-2012/1600-276/</link>\n        <description>A penny for your thoughts on Skyrim bugs, Star Trek Online, Hitman: Absolution, SOPA, and more.</description>\n        <pubDate>Tue, 17 Jan 2012 19:18:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-276</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">A penny for your thoughts on Skyrim bugs, Star Trek Online, Hitman: Absolution, SOPA, and more.</itunes:subtitle>\n        <itunes:summary>A penny for your thoughts on Skyrim bugs, Star Trek Online, Hitman: Absolution, SOPA, and more.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11572</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2106994-2106993-pic_of_bad_penny.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/276/giantbombcast-011712.mp3\" fileSize=\"92673632\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/276/giantbombcast-011712.mp3\" length=\"92673632\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb&#039;s GOTY 2011: Supplemental</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombs-goty-2011-supplemental/1600-275/</link>\n        <description>Electronic Arts&#039; Paul Barnett explains his top 10 games of 2011, brought to you by the letter D.</description>\n        <pubDate>Thu, 12 Jan 2012 12:28:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-275</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Electronic Arts&#039; Paul Barnett explains his top 10 games of 2011, brought to you by the letter D.</itunes:subtitle>\n        <itunes:summary>Electronic Arts&#039; Paul Barnett explains his top 10 games of 2011, brought to you by the letter D.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">1599</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2103411-2103410-904053_l_7cd3d72956950f6dffcd15ff3fb7cefd.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/275/giantbombcast-011212-barnett.mp3\" fileSize=\"12885013\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/275/giantbombcast-011212-barnett.mp3\" length=\"12885013\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: Amalur Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-amalur-edition/1600-274/</link>\n        <description>Ryan and Brad sit down with Big Huge Games&#039; Ken Rolston and Joe Quadara to discuss Kingdoms of Amalur: Reckoning, dungeon masters, Curt Schilling&#039;s fastball, and more!</description>\n        <pubDate>Wed, 11 Jan 2012 13:39:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-274</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Ryan and Brad sit down with Big Huge Games&#039; Ken Rolston and Joe Quadara to discuss Kingdoms of Amalur: Reckoning, dungeon masters, Curt Schilling&#039;s fastball, and more!</itunes:subtitle>\n        <itunes:summary>Ryan and Brad sit down with Big Huge Games&#039; Ken Rolston and Joe Quadara to discuss Kingdoms of Amalur: Reckoning, dungeon masters, Curt Schilling&#039;s fastball, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">2945</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2102819-1817886-reckoning_cntbg2.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/274/giantbombcast-amalur.mp3\" fileSize=\"23653104\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/274/giantbombcast-amalur.mp3\" length=\"23653104\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-10-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-10-2012/1600-273/</link>\n        <description>Go green with this week&#039;s Giant Bombcast as we welcome Jeff and Patrick back to the show and discuss Star Wars: The Old Republic, Guild Wars, Skyrim, and the great Petaluma pizza drought. There won&#039;t be a heart left beating!</description>\n        <pubDate>Tue, 10 Jan 2012 11:46:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-273</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Go green with this week&#039;s Giant Bombcast as we welcome Jeff and Patrick back to the show and discuss Star Wars: The Old Republic, Guild Wars, Skyrim, and the great Petaluma pizza drought. There won&#039;t be a heart left beating!</itunes:subtitle>\n        <itunes:summary>Go green with this week&#039;s Giant Bombcast as we welcome Jeff and Patrick back to the show and discuss Star Wars: The Old Republic, Guild Wars, Skyrim, and the great Petaluma pizza drought. There won&#039;t be a heart left beating!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9032</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2099755-2099754-dsc_0031.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/273/giantbombcast-011012.mp3\" fileSize=\"72353085\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/273/giantbombcast-011012.mp3\" length=\"72353085\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-03-2012</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-03-2012/1600-271/</link>\n        <description>We ease back into things for the Deuce Dizzy with talk of earthquake preparedness, Game of the Year behind the scenes, townhouse barbecuing, cutting the cable, and, you know, maybe some games!</description>\n        <pubDate>Tue, 03 Jan 2012 18:35:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-271</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We ease back into things for the Deuce Dizzy with talk of earthquake preparedness, Game of the Year behind the scenes, townhouse barbecuing, cutting the cable, and, you know, maybe some games!</itunes:subtitle>\n        <itunes:summary>We ease back into things for the Deuce Dizzy with talk of earthquake preparedness, Game of the Year behind the scenes, townhouse barbecuing, cutting the cable, and, you know, maybe some games!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8778</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2095617-2095608-dscf1076.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/271/giantbombcast-010312.mp3\" fileSize=\"70323055\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/271/giantbombcast-010312.mp3\" length=\"70323055\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb&#039;s GOTY 2011 Deliberations: Day Five</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombs-goty-2011-deliberations-day-five/1600-270/</link>\n        <description>We finish out our regular categories before facing off in a tense game of Russian roulette as we whittle down Giant Bomb&#039;s top 10 games of 2011.</description>\n        <pubDate>Fri, 30 Dec 2011 09:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-270</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We finish out our regular categories before facing off in a tense game of Russian roulette as we whittle down Giant Bomb&#039;s top 10 games of 2011.</itunes:subtitle>\n        <itunes:summary>We finish out our regular categories before facing off in a tense game of Russian roulette as we whittle down Giant Bomb&#039;s top 10 games of 2011.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">14380</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2091999-2091996-vince_lombardi_trophy.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/270/giantbombcast-goty2011-day5-1151.mp3\" fileSize=\"115050709\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/270/giantbombcast-goty2011-day5-1151.mp3\" length=\"115050709\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb&#039;s GOTY 2011 Deliberations: Day Four</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombs-goty-2011-deliberations-day-four/1600-269/</link>\n        <description>Things turn straight-up Real World ugly as discuss our choices for Best Download-Only Game, Best Co-Op, Best Story, Most Disappointing, and Best Remake/HD Update. WHO WILL GET VOTED OUT OF THE HOUSE???</description>\n        <pubDate>Thu, 29 Dec 2011 09:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-269</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Things turn straight-up Real World ugly as discuss our choices for Best Download-Only Game, Best Co-Op, Best Story, Most Disappointing, and Best Remake/HD Update. WHO WILL GET VOTED OUT OF THE HOUSE???</itunes:subtitle>\n        <itunes:summary>Things turn straight-up Real World ugly as discuss our choices for Best Download-Only Game, Best Co-Op, Best Story, Most Disappointing, and Best Remake/HD Update. WHO WILL GET VOTED OUT OF THE HOUSE???</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5891</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2091981-2091979-kentucky_derby_trophy.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/269/giantbombcast-goty2011-day4-471.mp3\" fileSize=\"47131086\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/269/giantbombcast-goty2011-day4-471.mp3\" length=\"47131086\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb&#039;s GOTY 2011 Deliberations: Day Three</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombs-goty-2011-deliberations-day-three/1600-268/</link>\n        <description>Supplies begin to run low and panic sets in as we frantically decide Best Competitive Multiplayer, Best Use of Nolan North, and more!</description>\n        <pubDate>Wed, 28 Dec 2011 09:29:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-268</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Supplies begin to run low and panic sets in as we frantically decide Best Competitive Multiplayer, Best Use of Nolan North, and more!</itunes:subtitle>\n        <itunes:summary>Supplies begin to run low and panic sets in as we frantically decide Best Competitive Multiplayer, Best Use of Nolan North, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5580</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2091957-2091956-trophy__1_.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/268/giantbombcast-goty2011-day3-446.mp3\" fileSize=\"44646318\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/268/giantbombcast-goty2011-day3-446.mp3\" length=\"44646318\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb&#039;s GOTY 2011 Deliberations: Day Two</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombs-goty-2011-deliberations-day-two/1600-267/</link>\n        <description>Things heat up on day two as we choose our winners for Skylander of the Year, Best Debut, Best Surprise, Best Sky Game, and Best Use of a Licensed Song.</description>\n        <pubDate>Tue, 27 Dec 2011 09:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-267</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Things heat up on day two as we choose our winners for Skylander of the Year, Best Debut, Best Surprise, Best Sky Game, and Best Use of a Licensed Song.</itunes:subtitle>\n        <itunes:summary>Things heat up on day two as we choose our winners for Skylander of the Year, Best Debut, Best Surprise, Best Sky Game, and Best Use of a Licensed Song.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6124</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2091470-2091468-trophy.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/267/giantbombcast-goty2011-day2-49.mp3\" fileSize=\"48997483\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/267/giantbombcast-goty2011-day2-49.mp3\" length=\"48997483\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb&#039;s GOTY 2011 Deliberations: Day One</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombs-goty-2011-deliberations-day-one/1600-266/</link>\n        <description>We kick off our annual verbal knife fight with 2011&#039;s 2010 Game of the Year, Best Mission/Level, Best New Character, Dave&#039;s Eastern Bloc Game of the Year, and Best Music.</description>\n        <pubDate>Mon, 26 Dec 2011 09:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-266</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We kick off our annual verbal knife fight with 2011&#039;s 2010 Game of the Year, Best Mission/Level, Best New Character, Dave&#039;s Eastern Bloc Game of the Year, and Best Music.</itunes:subtitle>\n        <itunes:summary>We kick off our annual verbal knife fight with 2011&#039;s 2010 Game of the Year, Best Mission/Level, Best New Character, Dave&#039;s Eastern Bloc Game of the Year, and Best Music.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5796</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2091161-2091160-trophy_image_3.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/266/giantbombcast-goty2011-day1-464.mp3\" fileSize=\"46370191\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/266/giantbombcast-goty2011-day1-464.mp3\" length=\"46370191\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12-20-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-20-2011/1600-265/</link>\n        <description>Just in time for the holidays, we discuss Skyrim on the PlayStation 3, Trine 2, the Japanese Vita launch, the future of full-motion video, and our first days with Star Wars: The Old Republic. Plus, emails galore!</description>\n        <pubDate>Tue, 20 Dec 2011 13:25:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-265</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Just in time for the holidays, we discuss Skyrim on the PlayStation 3, Trine 2, the Japanese Vita launch, the future of full-motion video, and our first days with Star Wars: The Old Republic. Plus, emails galore!</itunes:subtitle>\n        <itunes:summary>Just in time for the holidays, we discuss Skyrim on the PlayStation 3, Trine 2, the Japanese Vita launch, the future of full-motion video, and our first days with Star Wars: The Old Republic. Plus, emails galore!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9064</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2087377-starwarsholiday1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/265/giantbombcast-122011.mp3\" fileSize=\"72605530\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/265/giantbombcast-122011.mp3\" length=\"72605530\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12-13-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-13-2011/1600-264/</link>\n        <description>We work out the kinks in Vinny&#039;s diabolical plan to clone the Beatles, talk Kingdoms of Amalur: Reckoning with Brad, reminisce about rap tapes, and generally spend way, way too much time discussing the Spike TV VGAs on this week&#039;s Bombcast!</description>\n        <pubDate>Tue, 13 Dec 2011 12:52:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-264</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We work out the kinks in Vinny&#039;s diabolical plan to clone the Beatles, talk Kingdoms of Amalur: Reckoning with Brad, reminisce about rap tapes, and generally spend way, way too much time discussing the Spike TV VGAs on this week&#039;s Bombcast!</itunes:subtitle>\n        <itunes:summary>We work out the kinks in Vinny&#039;s diabolical plan to clone the Beatles, talk Kingdoms of Amalur: Reckoning with Brad, reminisce about rap tapes, and generally spend way, way too much time discussing the Spike TV VGAs on this week&#039;s Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">11496</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2081460-no_sleep_tapes.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/264/giantbombcast-121311.mp3\" fileSize=\"92067384\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/264/giantbombcast-121311.mp3\" length=\"92067384\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12-06-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-06-2011/1600-263/</link>\n        <description>Vinny makes his triumphant return with tales from the suburbs, Patrick cruises Internet chat rooms, Brad catches Black Friday Fever, Ryan hates giant laptops, Jeff craves Texas toast, and everyone plays Saints Row: The Third.</description>\n        <pubDate>Tue, 06 Dec 2011 13:34:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-263</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Vinny makes his triumphant return with tales from the suburbs, Patrick cruises Internet chat rooms, Brad catches Black Friday Fever, Ryan hates giant laptops, Jeff craves Texas toast, and everyone plays Saints Row: The Third.</itunes:subtitle>\n        <itunes:summary>Vinny makes his triumphant return with tales from the suburbs, Patrick cruises Internet chat rooms, Brad catches Black Friday Fever, Ryan hates giant laptops, Jeff craves Texas toast, and everyone plays Saints Row: The Third.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10535</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2076753-sizzler.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/263/giantbombcast-120611.mp3\" fileSize=\"84375261\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/263/giantbombcast-120611.mp3\" length=\"84375261\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-29-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-29-2011/1600-262/</link>\n        <description>Alex Navarro joins us for post-Thanksgiving discussions of Rodian roadies, finding asylum in Raider Nation, hair security, shark punching, the great Zelda switcheroo, Mario Kart 7, tugging&#039; vs. dumpin&#039;, Spec Ops: The Line, and more!</description>\n        <pubDate>Tue, 29 Nov 2011 15:56:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-262</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Alex Navarro joins us for post-Thanksgiving discussions of Rodian roadies, finding asylum in Raider Nation, hair security, shark punching, the great Zelda switcheroo, Mario Kart 7, tugging&#039; vs. dumpin&#039;, Spec Ops: The Line, and more!</itunes:subtitle>\n        <itunes:summary>Alex Navarro joins us for post-Thanksgiving discussions of Rodian roadies, finding asylum in Raider Nation, hair security, shark punching, the great Zelda switcheroo, Mario Kart 7, tugging&#039; vs. dumpin&#039;, Spec Ops: The Line, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9676</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2071448-889981496_35e6247aee.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/262/giantbombcast-112911.mp3\" fileSize=\"77508399\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/262/giantbombcast-112911.mp3\" length=\"77508399\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-22-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-22-2011/1600-261/</link>\n        <description>Tested.com’s Will Smith brings his signature word pronunciations, Patrick goes back to NASbraska, Jeff talks high-level Blitz play, Brad runs HDMI cables, and Ryan gets serious about Ultranationalism in this week’s Bombcast!</description>\n        <pubDate>Tue, 22 Nov 2011 17:49:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-261</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Tested.com’s Will Smith brings his signature word pronunciations, Patrick goes back to NASbraska, Jeff talks high-level Blitz play, Brad runs HDMI cables, and Ryan gets serious about Ultranationalism in this week’s Bombcast!</itunes:subtitle>\n        <itunes:summary>Tested.com’s Will Smith brings his signature word pronunciations, Patrick goes back to NASbraska, Jeff talks high-level Blitz play, Brad runs HDMI cables, and Ryan gets serious about Ultranationalism in this week’s Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10110</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2066546-2f017d2012f611e1a87612313804ec91_7.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/261/giantbombcast-112211.mp3\" fileSize=\"80973073\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/261/giantbombcast-112211.mp3\" length=\"80973073\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-15-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-15-2011/1600-259/</link>\n        <description>Nearly three hours of Skyrim, Uncharted 3, Assassin&#039;s Creed: Revelations, Halo: Combat Evolved Anniversary, The Legend of Zelda: Skyward Sword, Need for Speed: The Run, and more!</description>\n        <pubDate>Tue, 15 Nov 2011 17:12:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-259</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Nearly three hours of Skyrim, Uncharted 3, Assassin&#039;s Creed: Revelations, Halo: Combat Evolved Anniversary, The Legend of Zelda: Skyward Sword, Need for Speed: The Run, and more!</itunes:subtitle>\n        <itunes:summary>Nearly three hours of Skyrim, Uncharted 3, Assassin&#039;s Creed: Revelations, Halo: Combat Evolved Anniversary, The Legend of Zelda: Skyward Sword, Need for Speed: The Run, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10640</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2060250-skyrim.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/259/giantbombcast-111511.mp3\" fileSize=\"85127130\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/259/giantbombcast-111511.mp3\" length=\"85127130\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-08-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-08-2011/1600-258/</link>\n        <description>Get all cozy with a nice, piping-hot 40, and join us for some heated conversation about our experiences with Call of Duty: Modern Warfare 3, Saints Row: The Third, RAGE, Uncharted 3: Drake’s Deception, and much more!</description>\n        <pubDate>Tue, 08 Nov 2011 15:37:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-258</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Get all cozy with a nice, piping-hot 40, and join us for some heated conversation about our experiences with Call of Duty: Modern Warfare 3, Saints Row: The Third, RAGE, Uncharted 3: Drake’s Deception, and much more!</itunes:subtitle>\n        <itunes:summary>Get all cozy with a nice, piping-hot 40, and join us for some heated conversation about our experiences with Call of Duty: Modern Warfare 3, Saints Row: The Third, RAGE, Uncharted 3: Drake’s Deception, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9970</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2023101-ex_40oz_koozies_lot.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/258/giantbombcast-110811.mp3\" fileSize=\"79765340\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/258/giantbombcast-110811.mp3\" length=\"79765340\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-01-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-01-2011/1600-257/</link>\n        <description>We nurse our fun-size Halloween hangovers with the Bat-man, Rocksmith, Battlefield 3, Uncharted 3, horror movies, and, of course, an inappropriate amount of candy.</description>\n        <pubDate>Tue, 01 Nov 2011 16:02:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-257</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We nurse our fun-size Halloween hangovers with the Bat-man, Rocksmith, Battlefield 3, Uncharted 3, horror movies, and, of course, an inappropriate amount of candy.</itunes:subtitle>\n        <itunes:summary>We nurse our fun-size Halloween hangovers with the Bat-man, Rocksmith, Battlefield 3, Uncharted 3, horror movies, and, of course, an inappropriate amount of candy.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10444</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2012524-trick__r_treat_front_case_cover.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/257/giantbombcast-110111a.mp3\" fileSize=\"83675860\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/257/giantbombcast-110111a.mp3\" length=\"83675860\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-25-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-25-2011/1600-256/</link>\n        <description>We make breakthroughs on Brad&#039;s crippling Altoids addiction and Jeff&#039;s crippling Skylanders addiction, while also covering Batman&#039;s ethics, Rocksmith, learning to type the old-fashioned way, Battlefield 3, Uncharted 3, BlizzCon, and more! Je m&#039;appelle Tra</description>\n        <pubDate>Tue, 25 Oct 2011 14:32:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-256</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We make breakthroughs on Brad&#039;s crippling Altoids addiction and Jeff&#039;s crippling Skylanders addiction, while also covering Batman&#039;s ethics, Rocksmith, learning to type the old-fashioned way, Battlefield 3, Uncharted 3, BlizzCon, and more! Je m&#039;appelle Tra</itunes:subtitle>\n        <itunes:summary>We make breakthroughs on Brad&#039;s crippling Altoids addiction and Jeff&#039;s crippling Skylanders addiction, while also covering Batman&#039;s ethics, Rocksmith, learning to type the old-fashioned way, Battlefield 3, Uncharted 3, BlizzCon, and more! Je m&#039;appelle Tra</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8983</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/2006451-trigger_happy.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/256/giantbombcast-102511.mp3\" fileSize=\"71989303\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/256/giantbombcast-102511.mp3\" length=\"71989303\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-18-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-18-2011/1600-255/</link>\n        <description>We talk Transformers, Skylanders, Resistance 3, Rage, Skyrim, Max Payne 3, Russian Martian Bears, Double Fine Happy Action Theater, Dance Central 2, Just Dance 3, Batman, Batman, and, you guessed it, Batman, all on this week’s Giant Bombcast!</description>\n        <pubDate>Tue, 18 Oct 2011 17:03:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-255</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We talk Transformers, Skylanders, Resistance 3, Rage, Skyrim, Max Payne 3, Russian Martian Bears, Double Fine Happy Action Theater, Dance Central 2, Just Dance 3, Batman, Batman, and, you guessed it, Batman, all on this week’s Giant Bombcast!</itunes:subtitle>\n        <itunes:summary>We talk Transformers, Skylanders, Resistance 3, Rage, Skyrim, Max Payne 3, Russian Martian Bears, Double Fine Happy Action Theater, Dance Central 2, Just Dance 3, Batman, Batman, and, you guessed it, Batman, all on this week’s Giant Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9712</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1992976-captain_power_and_the_soldiers_of_the_future.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/255/giantbombcast-101811.mp3\" fileSize=\"77815818\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/255/giantbombcast-101811.mp3\" length=\"77815818\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-11-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-11-2011/1600-254/</link>\n        <description>It&#039;s Muppets vs. monsters, Wipeout vs. Wipeout, and Forza 4 vs. Trackmania 2 on this week&#039;s Giant Bombcast. We also cover the multiple layers of griefing in Dark Souls, Dead Rising canon, bad comic book games, and more. And Brad Shoemaker is here!</description>\n        <pubDate>Tue, 11 Oct 2011 18:25:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-254</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s Muppets vs. monsters, Wipeout vs. Wipeout, and Forza 4 vs. Trackmania 2 on this week&#039;s Giant Bombcast. We also cover the multiple layers of griefing in Dark Souls, Dead Rising canon, bad comic book games, and more. And Brad Shoemaker is here!</itunes:subtitle>\n        <itunes:summary>It&#039;s Muppets vs. monsters, Wipeout vs. Wipeout, and Forza 4 vs. Trackmania 2 on this week&#039;s Giant Bombcast. We also cover the multiple layers of griefing in Dark Souls, Dead Rising canon, bad comic book games, and more. And Brad Shoemaker is here!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9695</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1982170-screen_shot_2011_10_11_at_6.16.24_pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/254/giantbombcast-101111.mp3\" fileSize=\"77683997\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/254/giantbombcast-101111.mp3\" length=\"77683997\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-04-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-04-2011/1600-252/</link>\n        <description>Ol’ Vinny “Two Pens” Caravella gives us the whole Dark Souls rigmarole, Jeff returns from Vegas with the latest on Syndicate, Kingdoms of Amalur: Reckoning, SSX, and Need for Speed: The Run, and we misinterpret Occam’s Razor in the grossest way po</description>\n        <pubDate>Tue, 04 Oct 2011 17:11:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-252</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Ol’ Vinny “Two Pens” Caravella gives us the whole Dark Souls rigmarole, Jeff returns from Vegas with the latest on Syndicate, Kingdoms of Amalur: Reckoning, SSX, and Need for Speed: The Run, and we misinterpret Occam’s Razor in the grossest way po</itunes:subtitle>\n        <itunes:summary>Ol’ Vinny “Two Pens” Caravella gives us the whole Dark Souls rigmarole, Jeff returns from Vegas with the latest on Syndicate, Kingdoms of Amalur: Reckoning, SSX, and Need for Speed: The Run, and we misinterpret Occam’s Razor in the grossest way po</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9480</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1969787-296_1246152442owjr.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/252/giantbombcast-100411.mp3\" fileSize=\"75960124\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/252/giantbombcast-100411.mp3\" length=\"75960124\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-27-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-27-2011/1600-251/</link>\n        <description>With Jeff in Vegas, Ryan, Vinny, Patrick, and Brad explore the limits of microphone clipping, Total Recall technology, marathon Gears of War 3 horde sessions, the mystery of From Software, AMC&#039;s Breaking Bad featuring Rage from id Software, and the raw, u</description>\n        <pubDate>Tue, 27 Sep 2011 18:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-251</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With Jeff in Vegas, Ryan, Vinny, Patrick, and Brad explore the limits of microphone clipping, Total Recall technology, marathon Gears of War 3 horde sessions, the mystery of From Software, AMC&#039;s Breaking Bad featuring Rage from id Software, and the raw, u</itunes:subtitle>\n        <itunes:summary>With Jeff in Vegas, Ryan, Vinny, Patrick, and Brad explore the limits of microphone clipping, Total Recall technology, marathon Gears of War 3 horde sessions, the mystery of From Software, AMC&#039;s Breaking Bad featuring Rage from id Software, and the raw, u</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10481</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1913595-kuato_desafio_total.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/251/giantbombcast-092711.mp3\" fileSize=\"83973033\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/251/giantbombcast-092711.mp3\" length=\"83973033\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-20-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-20-2011/1600-250/</link>\n        <description>Gears of War 3 is out today! So we talk about Gears of War 3. A lot. Turns out, we have no idea what a cog actually is! We&#039;re a little more knowledgable about TrackMania 2, Burnout CRASH!, Resident Evil 4, and Renegade Ops, though.</description>\n        <pubDate>Tue, 20 Sep 2011 16:22:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-250</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Gears of War 3 is out today! So we talk about Gears of War 3. A lot. Turns out, we have no idea what a cog actually is! We&#039;re a little more knowledgable about TrackMania 2, Burnout CRASH!, Resident Evil 4, and Renegade Ops, though.</itunes:subtitle>\n        <itunes:summary>Gears of War 3 is out today! So we talk about Gears of War 3. A lot. Turns out, we have no idea what a cog actually is! We&#039;re a little more knowledgable about TrackMania 2, Burnout CRASH!, Resident Evil 4, and Renegade Ops, though.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8726</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1897396-gears__1_.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/250/giantbombcast-092011.mp3\" fileSize=\"69932734\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/250/giantbombcast-092011.mp3\" length=\"69932734\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-13-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-13-2011/1600-249/</link>\n        <description>We recover from the Second Annual Big Live Live Show: Live! with Infinite Vinnys, technology acronyms for idiots, ManiaPlanet’s insane potential, Johann Sebastian Joust, the new 360 dashboard, The Gunstringer, the dire state of the 3DS, Syndicate, and m</description>\n        <pubDate>Tue, 13 Sep 2011 17:43:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-249</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We recover from the Second Annual Big Live Live Show: Live! with Infinite Vinnys, technology acronyms for idiots, ManiaPlanet’s insane potential, Johann Sebastian Joust, the new 360 dashboard, The Gunstringer, the dire state of the 3DS, Syndicate, and m</itunes:subtitle>\n        <itunes:summary>We recover from the Second Annual Big Live Live Show: Live! with Infinite Vinnys, technology acronyms for idiots, ManiaPlanet’s insane potential, Johann Sebastian Joust, the new 360 dashboard, The Gunstringer, the dire state of the 3DS, Syndicate, and m</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8243</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1890223-untitled_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/249/giantbombcast-091311.mp3\" fileSize=\"66068911\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/249/giantbombcast-091311.mp3\" length=\"66068911\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-06-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-06-2011/1600-248/</link>\n        <description>Pickles, Daggerfall, Warhammers, Driver: San Francisco, Dead Island, Resistance 3, Rock of Ages, and, oh, did we mention? The Second Annual Whiskey Media Big Live Live Show Live is happening this Friday!</description>\n        <pubDate>Tue, 06 Sep 2011 18:18:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-248</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Pickles, Daggerfall, Warhammers, Driver: San Francisco, Dead Island, Resistance 3, Rock of Ages, and, oh, did we mention? The Second Annual Whiskey Media Big Live Live Show Live is happening this Friday!</itunes:subtitle>\n        <itunes:summary>Pickles, Daggerfall, Warhammers, Driver: San Francisco, Dead Island, Resistance 3, Rock of Ages, and, oh, did we mention? The Second Annual Whiskey Media Big Live Live Show Live is happening this Friday!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8866</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1882351-asdf.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/248/giantbombcast-090611.mp3\" fileSize=\"71050148\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/248/giantbombcast-090611.mp3\" length=\"71050148\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-30-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-30-2011/1600-247/</link>\n        <description>We escape the gravitational pull of the PAX Firefall booth with no shortage of inscrutable inside jokes, as well as some thoughts on Fez, Word Fighter, Charlie Murder, Borderlands 2, Super Monday Night Combat, and much more!</description>\n        <pubDate>Tue, 30 Aug 2011 18:05:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-247</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We escape the gravitational pull of the PAX Firefall booth with no shortage of inscrutable inside jokes, as well as some thoughts on Fez, Word Fighter, Charlie Murder, Borderlands 2, Super Monday Night Combat, and much more!</itunes:subtitle>\n        <itunes:summary>We escape the gravitational pull of the PAX Firefall booth with no shortage of inscrutable inside jokes, as well as some thoughts on Fez, Word Fighter, Charlie Murder, Borderlands 2, Super Monday Night Combat, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8468</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1875130-gerstmann_and_davis_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/247/giantbombcast-083011-34733255.mp3\" fileSize=\"67864045\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/247/giantbombcast-083011-34733255.mp3\" length=\"67864045\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-23-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-23-2011/1600-246/</link>\n        <description>We kick off Comedy Relief 2011 with Richard Belzer, Judy Tenuta, The Witcher 2, Deus Ex: Human Revolution, TrackMania 2, free-to-play fighting games, Tetris Battle Gaiden, Street Fighter III, Ridge Racer Unbounded, and much much more!</description>\n        <pubDate>Tue, 23 Aug 2011 14:11:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-246</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We kick off Comedy Relief 2011 with Richard Belzer, Judy Tenuta, The Witcher 2, Deus Ex: Human Revolution, TrackMania 2, free-to-play fighting games, Tetris Battle Gaiden, Street Fighter III, Ridge Racer Unbounded, and much much more!</itunes:subtitle>\n        <itunes:summary>We kick off Comedy Relief 2011 with Richard Belzer, Judy Tenuta, The Witcher 2, Deus Ex: Human Revolution, TrackMania 2, free-to-play fighting games, Tetris Battle Gaiden, Street Fighter III, Ridge Racer Unbounded, and much much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10553</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1868403-936full_richard_belzer.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/246/giantbombcast-082311.mp3\" fileSize=\"84555664\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/246/giantbombcast-082311.mp3\" length=\"84555664\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-16-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-16-2011/1600-245/</link>\n        <description>Jeff returns from his exile of silence to weigh in on the Summer of Disappointment, Patrick scratches an itch, Brad goes free-to-play, and Ryan catches the MOBA bug, plus Steam trading, Creative Suite: Global Offensive, and more in this week’s Bombcast!</description>\n        <pubDate>Tue, 16 Aug 2011 12:11:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-245</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff returns from his exile of silence to weigh in on the Summer of Disappointment, Patrick scratches an itch, Brad goes free-to-play, and Ryan catches the MOBA bug, plus Steam trading, Creative Suite: Global Offensive, and more in this week’s Bombcast!</itunes:subtitle>\n        <itunes:summary>Jeff returns from his exile of silence to weigh in on the Summer of Disappointment, Patrick scratches an itch, Brad goes free-to-play, and Ryan catches the MOBA bug, plus Steam trading, Creative Suite: Global Offensive, and more in this week’s Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9746</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1863205-1555521_1555508_dota2_onesheet_linagu9h.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/245/giantbombcast-081611a.mp3\" fileSize=\"78088163\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/245/giantbombcast-081611a.mp3\" length=\"78088163\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-09-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-09-2011/1600-244/</link>\n        <description>It’s natural 20s for everyone as Patrick and Ryan testify about their time with The Witness, Vinny continues to be bewitched by The Witcher, and Brad gets physical with fruit. We also discuss the Borderlands 2 kerfuffle, Pandaren Brewmasters, and more!</description>\n        <pubDate>Tue, 09 Aug 2011 14:47:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-244</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It’s natural 20s for everyone as Patrick and Ryan testify about their time with The Witness, Vinny continues to be bewitched by The Witcher, and Brad gets physical with fruit. We also discuss the Borderlands 2 kerfuffle, Pandaren Brewmasters, and more!</itunes:subtitle>\n        <itunes:summary>It’s natural 20s for everyone as Patrick and Ryan testify about their time with The Witness, Vinny continues to be bewitched by The Witcher, and Brad gets physical with fruit. We also discuss the Borderlands 2 kerfuffle, Pandaren Brewmasters, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8361</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1858384-d20.jpeg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/244/giantbombcast-080911.mp3\" fileSize=\"67019997\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/244/giantbombcast-080911.mp3\" length=\"67019997\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-02-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-02-2011/1600-243/</link>\n        <description>We blow your shirt clean off your back with over two-and-a-half hours of alcohol-fueled, nitro-burnin&#039; funny podcast action! Scantron standardized tests! From Dust! Secret Caravella Podcasts! Insanely Twisted Shadow Planet! AND MORE!!!</description>\n        <pubDate>Tue, 02 Aug 2011 16:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-243</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We blow your shirt clean off your back with over two-and-a-half hours of alcohol-fueled, nitro-burnin&#039; funny podcast action! Scantron standardized tests! From Dust! Secret Caravella Podcasts! Insanely Twisted Shadow Planet! AND MORE!!!</itunes:subtitle>\n        <itunes:summary>We blow your shirt clean off your back with over two-and-a-half hours of alcohol-fueled, nitro-burnin&#039; funny podcast action! Scantron standardized tests! From Dust! Secret Caravella Podcasts! Insanely Twisted Shadow Planet! AND MORE!!!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9784</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1852617-john_force_7_30.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/243/giantbombcast-0802011.mp3\" fileSize=\"78409157\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/243/giantbombcast-0802011.mp3\" length=\"78409157\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-26-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-26-2011/1600-242/</link>\n        <description>Email chaos continues to infect the Giant Bombcast as we try and discuss Vinny&#039;s tortilla-craft, Jeff&#039;s dysfunctional relationship with Catherine, Brad&#039;s affection for Starfox&#039;s vocal stylings, the fate of Mega Man, From Dust, Demolition Man, and more!</description>\n        <pubDate>Tue, 26 Jul 2011 16:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-242</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Email chaos continues to infect the Giant Bombcast as we try and discuss Vinny&#039;s tortilla-craft, Jeff&#039;s dysfunctional relationship with Catherine, Brad&#039;s affection for Starfox&#039;s vocal stylings, the fate of Mega Man, From Dust, Demolition Man, and more!</itunes:subtitle>\n        <itunes:summary>Email chaos continues to infect the Giant Bombcast as we try and discuss Vinny&#039;s tortilla-craft, Jeff&#039;s dysfunctional relationship with Catherine, Brad&#039;s affection for Starfox&#039;s vocal stylings, the fate of Mega Man, From Dust, Demolition Man, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9371</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1847906-chicken_and_dumplings.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/242/giantbombcast-072611.mp3\" fileSize=\"75104144\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/242/giantbombcast-072611.mp3\" length=\"75104144\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-19-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-19-2011/1600-241/</link>\n        <description>Ryan reinvents the remix as we discuss Doom 3, Garcia Hotspur&#039;s Pepsi endorsement, socks and pillows, public pools and gas station bathrooms, and, of course, Bastion.</description>\n        <pubDate>Tue, 19 Jul 2011 13:50:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-241</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Ryan reinvents the remix as we discuss Doom 3, Garcia Hotspur&#039;s Pepsi endorsement, socks and pillows, public pools and gas station bathrooms, and, of course, Bastion.</itunes:subtitle>\n        <itunes:summary>Ryan reinvents the remix as we discuss Doom 3, Garcia Hotspur&#039;s Pepsi endorsement, socks and pillows, public pools and gas station bathrooms, and, of course, Bastion.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7906</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1842647-doom3_screen001.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/241/giantbombcast-071911.mp3\" fileSize=\"63370148\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/241/giantbombcast-071911.mp3\" length=\"63370148\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-12-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-12-2011/1600-240/</link>\n        <description>Patrick tells the tale of his first California Extreme, Jeff hates Applebee&#039;s, Vinny gets disturbed by American McGee, Brad gets carried in Starcraft, and Ryan&#039;s a goddamn narc.</description>\n        <pubDate>Tue, 12 Jul 2011 14:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-240</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Patrick tells the tale of his first California Extreme, Jeff hates Applebee&#039;s, Vinny gets disturbed by American McGee, Brad gets carried in Starcraft, and Ryan&#039;s a goddamn narc.</itunes:subtitle>\n        <itunes:summary>Patrick tells the tale of his first California Extreme, Jeff hates Applebee&#039;s, Vinny gets disturbed by American McGee, Brad gets carried in Starcraft, and Ryan&#039;s a goddamn narc.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9774</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1838849-21jumpstreet.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/240/giantbombcast-071211.mp3\" fileSize=\"78314070\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/240/giantbombcast-071211.mp3\" length=\"78314070\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-05-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-05-2011/1600-239/</link>\n        <description>The boys recuperate from an amnesia-inducing holiday weekend with Puzzle Agent 2, Galaga Legions DX, thatgamecompany&#039;s Journey, and more!</description>\n        <pubDate>Tue, 05 Jul 2011 16:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-239</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The boys recuperate from an amnesia-inducing holiday weekend with Puzzle Agent 2, Galaga Legions DX, thatgamecompany&#039;s Journey, and more!</itunes:subtitle>\n        <itunes:summary>The boys recuperate from an amnesia-inducing holiday weekend with Puzzle Agent 2, Galaga Legions DX, thatgamecompany&#039;s Journey, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5658</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1832763-untitled_2.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/239/giantbombcast-070511.mp3\" fileSize=\"45382647\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/239/giantbombcast-070511.mp3\" length=\"45382647\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-28-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-28-2011/1600-238/</link>\n        <description>We celebrate a special birthday with a 100-foot lava man, wizard beef, controversial pie, the world&#039;s worst lapdance, Swery, and everyone&#039;s favorite, the United States Supreme Court. It&#039;s a party, y&#039;all!</description>\n        <pubDate>Tue, 28 Jun 2011 12:44:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-238</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We celebrate a special birthday with a 100-foot lava man, wizard beef, controversial pie, the world&#039;s worst lapdance, Swery, and everyone&#039;s favorite, the United States Supreme Court. It&#039;s a party, y&#039;all!</itunes:subtitle>\n        <itunes:summary>We celebrate a special birthday with a 100-foot lava man, wizard beef, controversial pie, the world&#039;s worst lapdance, Swery, and everyone&#039;s favorite, the United States Supreme Court. It&#039;s a party, y&#039;all!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9859</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1825719-dog_birthday.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/238/giantbombcast-062811a.mp3\" fileSize=\"78991791\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/238/giantbombcast-062811a.mp3\" length=\"78991791\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-21-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-21-2011/1600-237/</link>\n        <description>The steamiest podcast heats up just in time for summer as we jam on inFamous 2, Origin.com, bad milk and worse steaks, Trenched, fake rumors about blood ninjas, Ocarina of Time, Wii U, stealing Redboxes, and more...girl.</description>\n        <pubDate>Tue, 21 Jun 2011 18:00:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-237</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The steamiest podcast heats up just in time for summer as we jam on inFamous 2, Origin.com, bad milk and worse steaks, Trenched, fake rumors about blood ninjas, Ocarina of Time, Wii U, stealing Redboxes, and more...girl.</itunes:subtitle>\n        <itunes:summary>The steamiest podcast heats up just in time for summer as we jam on inFamous 2, Origin.com, bad milk and worse steaks, Trenched, fake rumors about blood ninjas, Ocarina of Time, Wii U, stealing Redboxes, and more...girl.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9842</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1819933-summerjam2011.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/237/giantbombcast-062111.mp3\" fileSize=\"78858880\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/237/giantbombcast-062111.mp3\" length=\"78858880\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-14-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-14-2011/1600-236/</link>\n        <description>As if you didn&#039;t get enough Giant Bomb podcasting action last week, this week our E3 2011 PTSD is compounded by the release of Duke Nukem Forever, which, it turns out, is an actual game. Sorta. You know what? You should probably just listen.</description>\n        <pubDate>Tue, 14 Jun 2011 16:44:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-236</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">As if you didn&#039;t get enough Giant Bomb podcasting action last week, this week our E3 2011 PTSD is compounded by the release of Duke Nukem Forever, which, it turns out, is an actual game. Sorta. You know what? You should probably just listen.</itunes:subtitle>\n        <itunes:summary>As if you didn&#039;t get enough Giant Bomb podcasting action last week, this week our E3 2011 PTSD is compounded by the release of Duke Nukem Forever, which, it turns out, is an actual game. Sorta. You know what? You should probably just listen.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7949</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1814616-bottle_of_duke_nukems_steroids.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/236/giantbombcast-061411.mp3\" fileSize=\"63714964\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/236/giantbombcast-061411.mp3\" length=\"63714964\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: E3 2011 Day Three</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2011-day-three/1600-235/</link>\n        <description>No one man should have all this podcast!</description>\n        <pubDate>Fri, 10 Jun 2011 08:25:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-235</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">No one man should have all this podcast!</itunes:subtitle>\n        <itunes:summary>No one man should have all this podcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10817</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1809675-kanye_west_power_remix_1.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/235/giantbombcast-060911.mp3\" fileSize=\"86541713\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/235/giantbombcast-060911.mp3\" length=\"86541713\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: E3 2011 Day Two</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2011-day-two/1600-234/</link>\n        <description>By jove! What an extraordinarily long podcast!</description>\n        <pubDate>Thu, 09 Jun 2011 13:06:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-234</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">By jove! What an extraordinarily long podcast!</itunes:subtitle>\n        <itunes:summary>By jove! What an extraordinarily long podcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">16622</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1808870-sherlockholmes_wrong.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/234/giantbombcast-060811.mp3\" fileSize=\"132981159\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/234/giantbombcast-060811.mp3\" length=\"132981159\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: E3 2011 Day One</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2011-day-one/1600-233/</link>\n        <description>Mega64. Naughty Dog. Double Fine. David Jaffe. Rich Gallup. Four hours and twenty four minutes of the rawest, realest developer conversation you will ever hear.</description>\n        <pubDate>Wed, 08 Jun 2011 11:54:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-233</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Mega64. Naughty Dog. Double Fine. David Jaffe. Rich Gallup. Four hours and twenty four minutes of the rawest, realest developer conversation you will ever hear.</itunes:subtitle>\n        <itunes:summary>Mega64. Naughty Dog. Double Fine. David Jaffe. Rich Gallup. Four hours and twenty four minutes of the rawest, realest developer conversation you will ever hear.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">15917</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1807028-ps3_mushroom_clown.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/233/giantbombcast-060711.mp3\" fileSize=\"127343516\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/233/giantbombcast-060711.mp3\" length=\"127343516\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: E3 2011 Day Zero</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2011-day-zero/1600-232/</link>\n        <description>We welcome several special guests--including Braid creator Jonathan Blow, e &amp;amp; Stepto from Xbox, and Gary Whitta--while also covering the Microsoft, EA, Ubisoft, and Sony press conferences.</description>\n        <pubDate>Tue, 07 Jun 2011 07:40:27 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-232</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We welcome several special guests--including Braid creator Jonathan Blow, e &amp;amp; Stepto from Xbox, and Gary Whitta--while also covering the Microsoft, EA, Ubisoft, and Sony press conferences.</itunes:subtitle>\n        <itunes:summary>We welcome several special guests--including Braid creator Jonathan Blow, e &amp;amp; Stepto from Xbox, and Gary Whitta--while also covering the Microsoft, EA, Ubisoft, and Sony press conferences.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">12107</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1805366-plugin_container_2011_06_06_16_44_51_01.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/232/giantbombcast-060611.mp3\" fileSize=\"96966240\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/232/giantbombcast-060611.mp3\" length=\"96966240\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-31-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-31-2011/1600-231/</link>\n        <description>It&#039;s our last regularly scheduled Bombcast before the crew ships off to Los Angeles for E3! We cover men&#039;s haircuts, L.A. Noire, Call of Duty Elite, StarCraft II: Heart of the Swarm, PlayStation Vita, and, of course, E3.</description>\n        <pubDate>Tue, 31 May 2011 18:08:15 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-231</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s our last regularly scheduled Bombcast before the crew ships off to Los Angeles for E3! We cover men&#039;s haircuts, L.A. Noire, Call of Duty Elite, StarCraft II: Heart of the Swarm, PlayStation Vita, and, of course, E3.</itunes:subtitle>\n        <itunes:summary>It&#039;s our last regularly scheduled Bombcast before the crew ships off to Los Angeles for E3! We cover men&#039;s haircuts, L.A. Noire, Call of Duty Elite, StarCraft II: Heart of the Swarm, PlayStation Vita, and, of course, E3.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10193</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1798068-flowbee.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/231/giantbombcast-053111.mp3\" fileSize=\"81666730\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/231/giantbombcast-053111.mp3\" length=\"81666730\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast Pre-E3 2011 Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-pre-e3-2011-edition/1600-230/</link>\n        <description>Special guest Michael &quot;Pach-Man&quot; Pachter joins Ryan, Jeff, and Patrick for this pre-E3 Bombcast full of predictions, hopes, fears, and more!</description>\n        <pubDate>Thu, 26 May 2011 13:28:59 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-230</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Special guest Michael &quot;Pach-Man&quot; Pachter joins Ryan, Jeff, and Patrick for this pre-E3 Bombcast full of predictions, hopes, fears, and more!</itunes:subtitle>\n        <itunes:summary>Special guest Michael &quot;Pach-Man&quot; Pachter joins Ryan, Jeff, and Patrick for this pre-E3 Bombcast full of predictions, hopes, fears, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">4262</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1794007-pachterscream580.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/230/giantbombcast-052611-pachter.mp3\" fileSize=\"34219174\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/230/giantbombcast-052611-pachter.mp3\" length=\"34219174\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-24-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-24-2011/1600-229/</link>\n        <description>Brad messes around with his Windows Phone 7 phone, Jeff waxes rhapsodic about BioShock Infinite, Vinny buries himself in Witcher backlog, Ryan goes to a parade, and everyone stresses hard on E3 in this week&#039;s Bombcast!</description>\n        <pubDate>Tue, 24 May 2011 16:33:16 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-229</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Brad messes around with his Windows Phone 7 phone, Jeff waxes rhapsodic about BioShock Infinite, Vinny buries himself in Witcher backlog, Ryan goes to a parade, and everyone stresses hard on E3 in this week&#039;s Bombcast!</itunes:subtitle>\n        <itunes:summary>Brad messes around with his Windows Phone 7 phone, Jeff waxes rhapsodic about BioShock Infinite, Vinny buries himself in Witcher backlog, Ryan goes to a parade, and everyone stresses hard on E3 in this week&#039;s Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9122</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1791920-screen_shot_2011_05_24_at_4.29.51_pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/229/giantbombcast-052411.mp3\" fileSize=\"73095014\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/229/giantbombcast-052411.mp3\" length=\"73095014\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-17-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-17-2011/1600-228/</link>\n        <description>It&#039;s brown apples for everyone as we discuss the finer points of mustaches, sailboat brunches, the rich tradition of running through the park drunk and naked, and more. We also spend way, way too much time discussing Rockstar&#039;s latest, L.A. Noire.</description>\n        <pubDate>Tue, 17 May 2011 16:16:04 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-228</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s brown apples for everyone as we discuss the finer points of mustaches, sailboat brunches, the rich tradition of running through the park drunk and naked, and more. We also spend way, way too much time discussing Rockstar&#039;s latest, L.A. Noire.</itunes:subtitle>\n        <itunes:summary>It&#039;s brown apples for everyone as we discuss the finer points of mustaches, sailboat brunches, the rich tradition of running through the park drunk and naked, and more. We also spend way, way too much time discussing Rockstar&#039;s latest, L.A. Noire.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9627</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1785361-brown_apple.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/228/giantbombcast-051711.mp3\" fileSize=\"77137097\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/228/giantbombcast-051711.mp3\" length=\"77137097\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-10-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-10-2011/1600-227/</link>\n        <description>We build a scatological birdhouse in this week&#039;s Bombcast, discussing Lorne Michaels&#039; royalties, Sony&#039;s E3 press conference, the burden of fruit trees, the controversial popcorn issue, foot food, and, of course, lobthtuh monthtuth.</description>\n        <pubDate>Tue, 10 May 2011 17:31:04 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-227</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We build a scatological birdhouse in this week&#039;s Bombcast, discussing Lorne Michaels&#039; royalties, Sony&#039;s E3 press conference, the burden of fruit trees, the controversial popcorn issue, foot food, and, of course, lobthtuh monthtuth.</itunes:subtitle>\n        <itunes:summary>We build a scatological birdhouse in this week&#039;s Bombcast, discussing Lorne Michaels&#039; royalties, Sony&#039;s E3 press conference, the burden of fruit trees, the controversial popcorn issue, foot food, and, of course, lobthtuh monthtuth.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9379</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1779847-37973_cowboy_rooster_birdhouse.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/227/giantbombcast-051011.mp3\" fileSize=\"75151791\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/227/giantbombcast-051011.mp3\" length=\"75151791\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-03-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-03-2011/1600-226/</link>\n        <description>We re-open old Fable III wounds, get serious about Mortal Kombat fiction, spend an inordinate amount of time figuring out how to bring pizza to space, try and make sense of Jet&#039;s publishing/foreign language business, and more in this week&#039;s Bombcast!</description>\n        <pubDate>Tue, 03 May 2011 17:16:14 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-226</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We re-open old Fable III wounds, get serious about Mortal Kombat fiction, spend an inordinate amount of time figuring out how to bring pizza to space, try and make sense of Jet&#039;s publishing/foreign language business, and more in this week&#039;s Bombcast!</itunes:subtitle>\n        <itunes:summary>We re-open old Fable III wounds, get serious about Mortal Kombat fiction, spend an inordinate amount of time figuring out how to bring pizza to space, try and make sense of Jet&#039;s publishing/foreign language business, and more in this week&#039;s Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9316</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1774671-jet_mag_tyrese_cover.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/226/giantbombcast-050311.mp3\" fileSize=\"74652539\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/226/giantbombcast-050311.mp3\" length=\"74652539\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-26-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-26-2011/1600-225/</link>\n        <description>Brad returns from Mexico with magical tales of free pool bars, Ryan dares Vinny to stop playing Dragon Age II, and Patrick helps us digest what has been an action-packed week in news in this week&#039;s edition of the Giant Bombcast!</description>\n        <pubDate>Tue, 26 Apr 2011 17:54:27 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-225</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Brad returns from Mexico with magical tales of free pool bars, Ryan dares Vinny to stop playing Dragon Age II, and Patrick helps us digest what has been an action-packed week in news in this week&#039;s edition of the Giant Bombcast!</itunes:subtitle>\n        <itunes:summary>Brad returns from Mexico with magical tales of free pool bars, Ryan dares Vinny to stop playing Dragon Age II, and Patrick helps us digest what has been an action-packed week in news in this week&#039;s edition of the Giant Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9116</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1769202-best_buy_employee_wii_lg.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/225/giantbombcast-042611.mp3\" fileSize=\"73047575\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/225/giantbombcast-042611.mp3\" length=\"73047575\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Portal 2 Spoilercast!</title>\n        <link>https://www.giantbomb.com/podcasts/portal-2-spoilercast/1600-224/</link>\n        <description>Ryan Davis sits down with Valve&#039;s Erik Wolpaw, Jay Pinkerton, and Chet Faliszek to discuss the inner workings of Portal 2. WARNING! Do not listen if you haven&#039;t finished Portal 2 yet. You will ruin Portal 2 for yourself.</description>\n        <pubDate>Sun, 24 Apr 2011 07:02:08 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-224</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Ryan Davis sits down with Valve&#039;s Erik Wolpaw, Jay Pinkerton, and Chet Faliszek to discuss the inner workings of Portal 2. WARNING! Do not listen if you haven&#039;t finished Portal 2 yet. You will ruin Portal 2 for yourself.</itunes:subtitle>\n        <itunes:summary>Ryan Davis sits down with Valve&#039;s Erik Wolpaw, Jay Pinkerton, and Chet Faliszek to discuss the inner workings of Portal 2. WARNING! Do not listen if you haven&#039;t finished Portal 2 yet. You will ruin Portal 2 for yourself.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">1847</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1765351-giant_bombcast.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/224/portal2spoilercast-042211.mp3\" fileSize=\"14835633\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/224/portal2spoilercast-042211.mp3\" length=\"14835633\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-19-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-19-2011/1600-223/</link>\n        <description>We get messy with Grandma&#039;s Cookies as the conversation leans towards less tawdry fare, like Might &amp;amp; Magic: Clash of Heroes, Bethesda&#039;s open-world first-person shooter factory, vendor trash, Wii HD, and--surprise surprise--Mortal Kombat and Portal 2.</description>\n        <pubDate>Tue, 19 Apr 2011 15:19:15 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-223</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We get messy with Grandma&#039;s Cookies as the conversation leans towards less tawdry fare, like Might &amp;amp; Magic: Clash of Heroes, Bethesda&#039;s open-world first-person shooter factory, vendor trash, Wii HD, and--surprise surprise--Mortal Kombat and Portal 2.</itunes:subtitle>\n        <itunes:summary>We get messy with Grandma&#039;s Cookies as the conversation leans towards less tawdry fare, like Might &amp;amp; Magic: Clash of Heroes, Bethesda&#039;s open-world first-person shooter factory, vendor trash, Wii HD, and--surprise surprise--Mortal Kombat and Portal 2.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8969</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1763346-grandma_cookies.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/223/giantbombcast-041911.mp3\" fileSize=\"71870601\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/223/giantbombcast-041911.mp3\" length=\"71870601\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-11-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-11-2011/1600-222/</link>\n        <description>Jeff, Vinny, and Dave take to the microphones to discuss the stupidity of kayaking, Capcom&#039;s recent announcements, that Persona 4 anime, and more.</description>\n        <pubDate>Tue, 12 Apr 2011 17:43:04 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-222</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff, Vinny, and Dave take to the microphones to discuss the stupidity of kayaking, Capcom&#039;s recent announcements, that Persona 4 anime, and more.</itunes:subtitle>\n        <itunes:summary>Jeff, Vinny, and Dave take to the microphones to discuss the stupidity of kayaking, Capcom&#039;s recent announcements, that Persona 4 anime, and more.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8711</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/1757509-kayak.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/222/giantbombcast-041211.mp3\" fileSize=\"69811965\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/222/giantbombcast-041211.mp3\" length=\"69811965\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-05-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-05-2011/1600-221/</link>\n        <description>Brad returns from his self-imposed exile, and we dazzle him--Rip-Van-Winkle-style--with tales of Mega Man Universe, the cancellation of The Agency, the rise and fall and re-rise of Majesco, GameStop going digital, Stardock confusion, and much more!</description>\n        <pubDate>Tue, 05 Apr 2011 17:38:01 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-221</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Brad returns from his self-imposed exile, and we dazzle him--Rip-Van-Winkle-style--with tales of Mega Man Universe, the cancellation of The Agency, the rise and fall and re-rise of Majesco, GameStop going digital, Stardock confusion, and much more!</itunes:subtitle>\n        <itunes:summary>Brad returns from his self-imposed exile, and we dazzle him--Rip-Van-Winkle-style--with tales of Mega Man Universe, the cancellation of The Agency, the rise and fall and re-rise of Majesco, GameStop going digital, Stardock confusion, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8475</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1752716-1086591_1654.2.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/221/giantbombcast-040511.mp3\" fileSize=\"67923396\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/221/giantbombcast-040511.mp3\" length=\"67923396\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-29-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-29-2011/1600-220/</link>\n        <description>It&#039;s your boy, the big dog pitbull, dropping&#039; bombs on &#039;em with Zojirushi action journals, Dragon Age II economics, the 3DS launch, Pac-Man Battle Royale, Fight for Relief, Resident Evil, Duke Nukem delays, and more! Yo, rewind that!</description>\n        <pubDate>Tue, 29 Mar 2011 18:54:16 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-220</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s your boy, the big dog pitbull, dropping&#039; bombs on &#039;em with Zojirushi action journals, Dragon Age II economics, the 3DS launch, Pac-Man Battle Royale, Fight for Relief, Resident Evil, Duke Nukem delays, and more! Yo, rewind that!</itunes:subtitle>\n        <itunes:summary>It&#039;s your boy, the big dog pitbull, dropping&#039; bombs on &#039;em with Zojirushi action journals, Dragon Age II economics, the 3DS launch, Pac-Man Battle Royale, Fight for Relief, Resident Evil, Duke Nukem delays, and more! Yo, rewind that!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8692</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1746474-atomic_explosion___4.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/220/giantbombcast-032911.mp3\" fileSize=\"69659180\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/220/giantbombcast-032911.mp3\" length=\"69659180\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-22-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-22-2011/1600-219/</link>\n        <description>The World Champions of Podcasting are back at it again! Get your fill of Dragon Age II, premium Japanese thermoses, Philip K. Dick&#039;s insatiable appetite for amphetamines, Crysis 2, our first week with the Nintendo 3DS, and much more!</description>\n        <pubDate>Tue, 22 Mar 2011 16:34:28 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-219</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The World Champions of Podcasting are back at it again! Get your fill of Dragon Age II, premium Japanese thermoses, Philip K. Dick&#039;s insatiable appetite for amphetamines, Crysis 2, our first week with the Nintendo 3DS, and much more!</itunes:subtitle>\n        <itunes:summary>The World Champions of Podcasting are back at it again! Get your fill of Dragon Age II, premium Japanese thermoses, Philip K. Dick&#039;s insatiable appetite for amphetamines, Crysis 2, our first week with the Nintendo 3DS, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6517</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1741671-mike_rowe_dirty_jobs_1640717_415_312.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/219/giantbombcast-032211.mp3\" fileSize=\"52254314\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/219/giantbombcast-032211.mp3\" length=\"52254314\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-15-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-15-2011/1600-218/</link>\n        <description>The brave few that made it back from the Penny Arcade Expo with any serious longterm damage gather to discuss the games at the show along with our shiny new Nintendo 3DS, Prey 2, and the best way to smith up some rocks.</description>\n        <pubDate>Tue, 15 Mar 2011 21:35:26 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-218</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The brave few that made it back from the Penny Arcade Expo with any serious longterm damage gather to discuss the games at the show along with our shiny new Nintendo 3DS, Prey 2, and the best way to smith up some rocks.</itunes:subtitle>\n        <itunes:summary>The brave few that made it back from the Penny Arcade Expo with any serious longterm damage gather to discuss the games at the show along with our shiny new Nintendo 3DS, Prey 2, and the best way to smith up some rocks.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">4973</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/1734101-hidingbrad.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/218/giantbombcast-031511.mp3\" fileSize=\"39903850\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/218/giantbombcast-031511.mp3\" length=\"39903850\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-08-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-08-2011/1600-217/</link>\n        <description>We&#039;ve got BurgerTime pathos, Shanghai McGee, Suda51&#039;s boner, the far-flung future of the Gathering of Juggalos, Beyond Good &amp;amp; Evil HD, spoiler Pokemon, Tiny Iwata, and more! Oh, and Max Schaefer stops by to talk about all things Torchlight. Strap it o</description>\n        <pubDate>Tue, 08 Mar 2011 18:09:23 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-217</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;ve got BurgerTime pathos, Shanghai McGee, Suda51&#039;s boner, the far-flung future of the Gathering of Juggalos, Beyond Good &amp;amp; Evil HD, spoiler Pokemon, Tiny Iwata, and more! Oh, and Max Schaefer stops by to talk about all things Torchlight. Strap it o</itunes:subtitle>\n        <itunes:summary>We&#039;ve got BurgerTime pathos, Shanghai McGee, Suda51&#039;s boner, the far-flung future of the Gathering of Juggalos, Beyond Good &amp;amp; Evil HD, spoiler Pokemon, Tiny Iwata, and more! Oh, and Max Schaefer stops by to talk about all things Torchlight. Strap it o</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8141</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1728255-1723157_195467_mario.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/217/giantbombcast-030811.mp3\" fileSize=\"65248457\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/217/giantbombcast-030811.mp3\" length=\"65248457\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-03-2011 (GDC 2011)</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-03-2011-gdc-2011/1600-216/</link>\n        <description>Jeff and Brad lure a fresh batch of guests into the Giant Bomb bar, including Jeremiah Slaczka, Ben Gilbert, John Vignocchi, John Bellomy, John Drake, and more! Listen in to this noisy podcast as we discuss Chicago, Japan, Tron threesomes, and GDC 2011.</description>\n        <pubDate>Sun, 06 Mar 2011 14:19:25 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-216</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff and Brad lure a fresh batch of guests into the Giant Bomb bar, including Jeremiah Slaczka, Ben Gilbert, John Vignocchi, John Bellomy, John Drake, and more! Listen in to this noisy podcast as we discuss Chicago, Japan, Tron threesomes, and GDC 2011.</itunes:subtitle>\n        <itunes:summary>Jeff and Brad lure a fresh batch of guests into the Giant Bomb bar, including Jeremiah Slaczka, Ben Gilbert, John Vignocchi, John Bellomy, John Drake, and more! Listen in to this noisy podcast as we discuss Chicago, Japan, Tron threesomes, and GDC 2011.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6366</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/1726626-chicago.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/216/giantbombcast-030311.mp3\" fileSize=\"51053346\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/216/giantbombcast-030311.mp3\" length=\"51053346\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-02-2011 (GDC 2011)</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-02-2011-gdc-2011/1600-215/</link>\n        <description>Jeff and Brad are joined by guests for the first of our two podcasts from Game Developers Conference 2011. Hang out with us as we chat with Adam Sessler, John Pearl, Chris Remo, Patrick Klepek, and more!</description>\n        <pubDate>Fri, 04 Mar 2011 11:39:27 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-215</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff and Brad are joined by guests for the first of our two podcasts from Game Developers Conference 2011. Hang out with us as we chat with Adam Sessler, John Pearl, Chris Remo, Patrick Klepek, and more!</itunes:subtitle>\n        <itunes:summary>Jeff and Brad are joined by guests for the first of our two podcasts from Game Developers Conference 2011. Hang out with us as we chat with Adam Sessler, John Pearl, Chris Remo, Patrick Klepek, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5280</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/1724807-spaceasshole.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/215/giantbombcast-030211.mp3\" fileSize=\"42359115\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/215/giantbombcast-030211.mp3\" length=\"42359115\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-01-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-01-2011/1600-214/</link>\n        <description>Brad and Jeff went to the Microsoft showcase and have a lot to say about Batman: Arkham City, Gears of War 3, ketchup, and Vinny and Alex are here, too! WARNING: Nintendo downloads are also discussed.</description>\n        <pubDate>Tue, 01 Mar 2011 10:18:42 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-214</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Brad and Jeff went to the Microsoft showcase and have a lot to say about Batman: Arkham City, Gears of War 3, ketchup, and Vinny and Alex are here, too! WARNING: Nintendo downloads are also discussed.</itunes:subtitle>\n        <itunes:summary>Brad and Jeff went to the Microsoft showcase and have a lot to say about Batman: Arkham City, Gears of War 3, ketchup, and Vinny and Alex are here, too! WARNING: Nintendo downloads are also discussed.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7000</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/1722136-ketchup2.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/214/giantbombcast-030111.mp3\" fileSize=\"56122736\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/214/giantbombcast-030111.mp3\" length=\"56122736\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-22-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-22-2011/1600-213/</link>\n        <description>Vinny punishes himself with 10 more inexplicable hours of Demon&#039;s Souls, Jeff tries to buy the publishing rights to RBI Baseball, Brad celebrates American royalty on Presidents Day, Ryan denounces saxophones, and everyone yells on this week&#039;s Bombcast!</description>\n        <pubDate>Tue, 22 Feb 2011 16:49:05 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-213</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Vinny punishes himself with 10 more inexplicable hours of Demon&#039;s Souls, Jeff tries to buy the publishing rights to RBI Baseball, Brad celebrates American royalty on Presidents Day, Ryan denounces saxophones, and everyone yells on this week&#039;s Bombcast!</itunes:subtitle>\n        <itunes:summary>Vinny punishes himself with 10 more inexplicable hours of Demon&#039;s Souls, Jeff tries to buy the publishing rights to RBI Baseball, Brad celebrates American royalty on Presidents Day, Ryan denounces saxophones, and everyone yells on this week&#039;s Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7860</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1716573-7177319_md.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/213/giantbombcast-022211.mp3\" fileSize=\"63001508\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/213/giantbombcast-022211.mp3\" length=\"63001508\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-15-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-15-2011/1600-212/</link>\n        <description>Jeff and Ryan return from DICE with tales of chest models, Hollywood agents, outer space, and Facebook! We also discuss You Don&#039;t Know Jack, Stacking, Killzone 3, Marvel vs. Capcom 3, Duke Nukem Forever, and more!</description>\n        <pubDate>Tue, 15 Feb 2011 17:31:43 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-212</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff and Ryan return from DICE with tales of chest models, Hollywood agents, outer space, and Facebook! We also discuss You Don&#039;t Know Jack, Stacking, Killzone 3, Marvel vs. Capcom 3, Duke Nukem Forever, and more!</itunes:subtitle>\n        <itunes:summary>Jeff and Ryan return from DICE with tales of chest models, Hollywood agents, outer space, and Facebook! We also discuss You Don&#039;t Know Jack, Stacking, Killzone 3, Marvel vs. Capcom 3, Duke Nukem Forever, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8476</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1709492-285_model_chest_101807.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/212/giantbombcast-021511.mp3\" fileSize=\"67926739\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/212/giantbombcast-021511.mp3\" length=\"67926739\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-08-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-08-2011/1600-211/</link>\n        <description>Our expert team of broadcasters bring you the Super Bowl wrap-up coverage you crave, hitting other hot topics like, Dead Space subtitles, Stanley Kubrick and Terry Gilliam vs. Buckaroo Bonzai, Bionic Commando Rearmed 2, wizards, and more along the way!</description>\n        <pubDate>Tue, 08 Feb 2011 10:51:23 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-211</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Our expert team of broadcasters bring you the Super Bowl wrap-up coverage you crave, hitting other hot topics like, Dead Space subtitles, Stanley Kubrick and Terry Gilliam vs. Buckaroo Bonzai, Bionic Commando Rearmed 2, wizards, and more along the way!</itunes:subtitle>\n        <itunes:summary>Our expert team of broadcasters bring you the Super Bowl wrap-up coverage you crave, hitting other hot topics like, Dead Space subtitles, Stanley Kubrick and Terry Gilliam vs. Buckaroo Bonzai, Bionic Commando Rearmed 2, wizards, and more along the way!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8419</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1703505-screen_shot_2011_02_07_at_8.53.59_pm.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/211/giantbombcast-020811.mp3\" fileSize=\"67471791\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/211/giantbombcast-020811.mp3\" length=\"67471791\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-01-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-01-2011/1600-210/</link>\n        <description>Despite a compromised immune system, Ryan reclaims his rightful hosting duties, doing his best to keep it focused on Dead Space 2, Bionic Commando: Rearmed 2, the Sony NGP, and MMO pricing structures, and away from Jeff&#039;s insane Nintendo agenda. Ningenda?</description>\n        <pubDate>Tue, 01 Feb 2011 17:14:27 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-210</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Despite a compromised immune system, Ryan reclaims his rightful hosting duties, doing his best to keep it focused on Dead Space 2, Bionic Commando: Rearmed 2, the Sony NGP, and MMO pricing structures, and away from Jeff&#039;s insane Nintendo agenda. Ningenda?</itunes:subtitle>\n        <itunes:summary>Despite a compromised immune system, Ryan reclaims his rightful hosting duties, doing his best to keep it focused on Dead Space 2, Bionic Commando: Rearmed 2, the Sony NGP, and MMO pricing structures, and away from Jeff&#039;s insane Nintendo agenda. Ningenda?</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8110</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1698040-1697711_bcr_spencercomparison.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/210/giantbombcast-020111.mp3\" fileSize=\"65002697\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/210/giantbombcast-020111.mp3\" length=\"65002697\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-25-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-25-2011/1600-209/</link>\n        <description>With Ryan planted firmly on the bench, Jeff steps into the role of host and there&#039;s nothing you can do to stop him. Nothing! Also, the 3DS and PSP2 are totally discussed in exhaustive detail and/or speculation! Can you possibly afford to miss this?</description>\n        <pubDate>Tue, 25 Jan 2011 18:45:04 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-209</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With Ryan planted firmly on the bench, Jeff steps into the role of host and there&#039;s nothing you can do to stop him. Nothing! Also, the 3DS and PSP2 are totally discussed in exhaustive detail and/or speculation! Can you possibly afford to miss this?</itunes:subtitle>\n        <itunes:summary>With Ryan planted firmly on the bench, Jeff steps into the role of host and there&#039;s nothing you can do to stop him. Nothing! Also, the 3DS and PSP2 are totally discussed in exhaustive detail and/or speculation! Can you possibly afford to miss this?</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8442</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/1685596-nintendownloadxpress.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/209/giantbombcast-012511.mp3\" fileSize=\"67658833\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/209/giantbombcast-012511.mp3\" length=\"67658833\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-18-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-18-2011/1600-208/</link>\n        <description>Alex Navarro tags in on this week&#039;s conversations about DC Universe Online&#039;s shortcomings, whatever “Macho Man” Randy Savage is up to these days, the unexplored qualities of the Charlie Sheen movie The Chase, Final Fantasy XIII-2, and much more!</description>\n        <pubDate>Tue, 18 Jan 2011 16:23:29 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-208</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Alex Navarro tags in on this week&#039;s conversations about DC Universe Online&#039;s shortcomings, whatever “Macho Man” Randy Savage is up to these days, the unexplored qualities of the Charlie Sheen movie The Chase, Final Fantasy XIII-2, and much more!</itunes:subtitle>\n        <itunes:summary>Alex Navarro tags in on this week&#039;s conversations about DC Universe Online&#039;s shortcomings, whatever “Macho Man” Randy Savage is up to these days, the unexplored qualities of the Charlie Sheen movie The Chase, Final Fantasy XIII-2, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7586</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1685240-3552613261_c333ab23d7.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/208/giantbombcast-011811.mp3\" fileSize=\"60814119\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/208/giantbombcast-011811.mp3\" length=\"60814119\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-11-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-11-2011/1600-207/</link>\n        <description>Jeff takes a break from his go-kart training to join our discussions of kill room aesthetics, earthquakes, Predator tech support, Mel Blanc oral reports, Borderlands sadism, ilomilo pronunciation, crank calls, crypto, and 3DS redesigns. Plus, a contest!</description>\n        <pubDate>Tue, 11 Jan 2011 16:25:50 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-207</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff takes a break from his go-kart training to join our discussions of kill room aesthetics, earthquakes, Predator tech support, Mel Blanc oral reports, Borderlands sadism, ilomilo pronunciation, crank calls, crypto, and 3DS redesigns. Plus, a contest!</itunes:subtitle>\n        <itunes:summary>Jeff takes a break from his go-kart training to join our discussions of kill room aesthetics, earthquakes, Predator tech support, Mel Blanc oral reports, Borderlands sadism, ilomilo pronunciation, crank calls, crypto, and 3DS redesigns. Plus, a contest!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8448</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1679941-eapoe_crypto_ltr_small.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/207/giantbombcast-011111.mp3\" fileSize=\"67707402\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/207/giantbombcast-011111.mp3\" length=\"67707402\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-04-2011</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-04-2011/1600-206/</link>\n        <description>Ryan, Vinny, and Brad are joined by a very special flaxen-haired guest in this, our inaugural Bombcast of 2011! We return from our holiday break with heartwarming tales of family togetherness and... actually, it&#039;s mostly just games.</description>\n        <pubDate>Tue, 04 Jan 2011 12:23:42 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-206</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Ryan, Vinny, and Brad are joined by a very special flaxen-haired guest in this, our inaugural Bombcast of 2011! We return from our holiday break with heartwarming tales of family togetherness and... actually, it&#039;s mostly just games.</itunes:subtitle>\n        <itunes:summary>Ryan, Vinny, and Brad are joined by a very special flaxen-haired guest in this, our inaugural Bombcast of 2011! We return from our holiday break with heartwarming tales of family togetherness and... actually, it&#039;s mostly just games.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6505</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1674864-adam_sessler_on_like_dkong.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/206/giantbombcast-010411.mp3\" fileSize=\"52171138\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/206/giantbombcast-010411.mp3\" length=\"52171138\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2010: Day Six</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2010-day-six/1600-205/</link>\n        <description>And lo, the sixth seal was broken, and it revealed our Best Game Room Release, Best Motion-Controlled Game, Worst Game of the Year, Most Disappointing Game, Best Multiplatform Game, and our 2010 Game of the Year!</description>\n        <pubDate>Thu, 30 Dec 2010 12:15:27 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-205</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">And lo, the sixth seal was broken, and it revealed our Best Game Room Release, Best Motion-Controlled Game, Worst Game of the Year, Most Disappointing Game, Best Multiplatform Game, and our 2010 Game of the Year!</itunes:subtitle>\n        <itunes:summary>And lo, the sixth seal was broken, and it revealed our Best Game Room Release, Best Motion-Controlled Game, Worst Game of the Year, Most Disappointing Game, Best Multiplatform Game, and our 2010 Game of the Year!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9084</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1664070-die_hard.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/205/gbgoty2010-6-saveferris.mp3\" fileSize=\"72796579\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/205/gbgoty2010-6-saveferris.mp3\" length=\"72796579\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2010: Day Five</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2010-day-five/1600-204/</link>\n        <description>Our descent into madness is almost complete as we enter day five of our deliberations, where we choose winners for The Northies - Best Performance by Nolan North, Best Competitive Multiplayer, Best Ending, the Take a Break Award, and Best PS3-Only Game.</description>\n        <pubDate>Thu, 30 Dec 2010 12:14:44 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-204</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Our descent into madness is almost complete as we enter day five of our deliberations, where we choose winners for The Northies - Best Performance by Nolan North, Best Competitive Multiplayer, Best Ending, the Take a Break Award, and Best PS3-Only Game.</itunes:subtitle>\n        <itunes:summary>Our descent into madness is almost complete as we enter day five of our deliberations, where we choose winners for The Northies - Best Performance by Nolan North, Best Competitive Multiplayer, Best Ending, the Take a Break Award, and Best PS3-Only Game.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1664074-lethal_weapon_b2c6bd02.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/204/gbgoty2010-5-slowgherkin.mp3\" fileSize=\"22591947\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/204/gbgoty2010-5-slowgherkin.mp3\" length=\"22591947\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2010: Paul Barnett&#039;s Top 10</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2010-paul-barnetts-top/1600-203/</link>\n        <description>EA Mythic&#039;s Paul Barnett brings some holiday cheer and his top 10 games of 2010.</description>\n        <pubDate>Fri, 24 Dec 2010 09:58:51 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-203</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">EA Mythic&#039;s Paul Barnett brings some holiday cheer and his top 10 games of 2010.</itunes:subtitle>\n        <itunes:summary>EA Mythic&#039;s Paul Barnett brings some holiday cheer and his top 10 games of 2010.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1664088-961059_3406733365_b2cfacd7c7_b.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/203/gbgoty2010-paul.mp3\" fileSize=\"21567322\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/203/gbgoty2010-paul.mp3\" length=\"21567322\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2010: Day Four</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2010-day-four/1600-200/</link>\n        <description>We pass the point of no return in our deliberations, which today include Character We&#039;d Most Like to Party With, Dave&#039;s Eastern Bloc Game of the Year, Worst Trend, Best Story, and Best DS-Only Game.</description>\n        <pubDate>Fri, 24 Dec 2010 09:38:32 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-200</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We pass the point of no return in our deliberations, which today include Character We&#039;d Most Like to Party With, Dave&#039;s Eastern Bloc Game of the Year, Worst Trend, Best Story, and Best DS-Only Game.</itunes:subtitle>\n        <itunes:summary>We pass the point of no return in our deliberations, which today include Character We&#039;d Most Like to Party With, Dave&#039;s Eastern Bloc Game of the Year, Worst Trend, Best Story, and Best DS-Only Game.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">3750</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1664071-gremlins_original.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/200/gbgoty2010-4-punchtheclown.mp3\" fileSize=\"30123779\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/200/gbgoty2010-4-punchtheclown.mp3\" length=\"30123779\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2010: Day Three</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2010-day-three/1600-199/</link>\n        <description>Who will be the first to snap as we enter day three of our Game of the Year deliberations, which include Most Ridiculous Use of FMV, Most Improved Franchise, Most Egregious Use of Product Placement/In-Game Advertising, Worst Accent, and Best Wii-Only Game</description>\n        <pubDate>Fri, 24 Dec 2010 09:37:12 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-199</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Who will be the first to snap as we enter day three of our Game of the Year deliberations, which include Most Ridiculous Use of FMV, Most Improved Franchise, Most Egregious Use of Product Placement/In-Game Advertising, Worst Accent, and Best Wii-Only Game</itunes:subtitle>\n        <itunes:summary>Who will be the first to snap as we enter day three of our Game of the Year deliberations, which include Most Ridiculous Use of FMV, Most Improved Franchise, Most Egregious Use of Product Placement/In-Game Advertising, Worst Accent, and Best Wii-Only Game</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1664069-10_scrooged.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/199/gbgoty2010-3-madness.mp3\" fileSize=\"22466139\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/199/gbgoty2010-3-madness.mp3\" length=\"22466139\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2010: Day Two</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2010-day-two/1600-198/</link>\n        <description>The battle continues with Best Downloadable Add-On, Best Co-Op, Best Download-Only Game, Best-Looking Game, and Best Xbox 360-Only Game.</description>\n        <pubDate>Fri, 24 Dec 2010 09:35:13 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-198</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The battle continues with Best Downloadable Add-On, Best Co-Op, Best Download-Only Game, Best-Looking Game, and Best Xbox 360-Only Game.</itunes:subtitle>\n        <itunes:summary>The battle continues with Best Downloadable Add-On, Best Co-Op, Best Download-Only Game, Best-Looking Game, and Best Xbox 360-Only Game.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6942</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1664073-jingle_all_the_way_original.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/198/gbgoty2010-2-toasters.mp3\" fileSize=\"55663802\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/198/gbgoty2010-2-toasters.mp3\" length=\"55663802\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bomb Game of the Year 2010: Day One</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bomb-game-of-the-year-2010-day-one/1600-197/</link>\n        <description>We open up our deliberations with 2010&#039;s 2009 Game of the Year, Best New Character, Best Original Song, Best Debut, and Best PC-Only Game.</description>\n        <pubDate>Fri, 24 Dec 2010 09:28:52 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-197</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We open up our deliberations with 2010&#039;s 2009 Game of the Year, Best New Character, Best Original Song, Best Debut, and Best PC-Only Game.</itunes:subtitle>\n        <itunes:summary>We open up our deliberations with 2010&#039;s 2009 Game of the Year, Best New Character, Best Original Song, Best Debut, and Best PC-Only Game.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5510</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1664072-home_alone_home_alone_2258019_1024_768.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/197/gbgoty2010-1-conspiracy.mp3\" fileSize=\"44208128\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/197/gbgoty2010-1-conspiracy.mp3\" length=\"44208128\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12-21-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-21-2010/1600-196/</link>\n        <description>Hey 2010! Put your head between your legs and kiss your ass goodbye with this all-emails edition of the Giant Bombcast!</description>\n        <pubDate>Tue, 21 Dec 2010 15:00:50 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-196</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Hey 2010! Put your head between your legs and kiss your ass goodbye with this all-emails edition of the Giant Bombcast!</itunes:subtitle>\n        <itunes:summary>Hey 2010! Put your head between your legs and kiss your ass goodbye with this all-emails edition of the Giant Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6791</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1662432-mail_pile.thumbnail.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/196/giantbombcast-122110.mp3\" fileSize=\"54453614\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/196/giantbombcast-122110.mp3\" length=\"54453614\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12-14-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-14-2010/1600-194/</link>\n        <description>We match three with PopCap&#039;s own Jeff Green, who joins us for this week&#039;s discussions of adult-themed Bejeweled, our Doritos Game of the Year, Andy Serkis&#039; one-man show, inventing ancient artifacts for Uncharted 3, and much more!</description>\n        <pubDate>Tue, 14 Dec 2010 12:42:38 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-194</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We match three with PopCap&#039;s own Jeff Green, who joins us for this week&#039;s discussions of adult-themed Bejeweled, our Doritos Game of the Year, Andy Serkis&#039; one-man show, inventing ancient artifacts for Uncharted 3, and much more!</itunes:subtitle>\n        <itunes:summary>We match three with PopCap&#039;s own Jeff Green, who joins us for this week&#039;s discussions of adult-themed Bejeweled, our Doritos Game of the Year, Andy Serkis&#039; one-man show, inventing ancient artifacts for Uncharted 3, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9752</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1656740-screen_shot_2010_12_14_at_12.20.39_pm.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/194/giantbombcast-121410.mp3\" fileSize=\"78135809\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/194/giantbombcast-121410.mp3\" length=\"78135809\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12-07-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-07-2010/1600-193/</link>\n        <description>Get your meat-eaters license, it&#039;s another episode of the Giant Bombcast! This week we put Assassin&#039;s Creed: Brotherhood to rest, address annoying save mechanics, catch up with Wesley Snipes, and more. There really are Bombcasts for every occasion!</description>\n        <pubDate>Tue, 07 Dec 2010 17:28:59 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-193</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Get your meat-eaters license, it&#039;s another episode of the Giant Bombcast! This week we put Assassin&#039;s Creed: Brotherhood to rest, address annoying save mechanics, catch up with Wesley Snipes, and more. There really are Bombcasts for every occasion!</itunes:subtitle>\n        <itunes:summary>Get your meat-eaters license, it&#039;s another episode of the Giant Bombcast! This week we put Assassin&#039;s Creed: Brotherhood to rest, address annoying save mechanics, catch up with Wesley Snipes, and more. There really are Bombcasts for every occasion!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8691</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1652219-prime_rib.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/193/giantbombcast-120710.mp3\" fileSize=\"69647057\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/193/giantbombcast-120710.mp3\" length=\"69647057\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-30-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-30-2010/1600-192/</link>\n        <description>We return from the Thanksgiving break ready to discuss milk and Pepsi, Ezio’s posse, expert Foley work, Rosetta Stone-induced panic, Tron, Japanese smooth jazz, Brad’s introduction to drifting, speed stacking, and more!</description>\n        <pubDate>Tue, 30 Nov 2010 13:23:16 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-192</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We return from the Thanksgiving break ready to discuss milk and Pepsi, Ezio’s posse, expert Foley work, Rosetta Stone-induced panic, Tron, Japanese smooth jazz, Brad’s introduction to drifting, speed stacking, and more!</itunes:subtitle>\n        <itunes:summary>We return from the Thanksgiving break ready to discuss milk and Pepsi, Ezio’s posse, expert Foley work, Rosetta Stone-induced panic, Tron, Japanese smooth jazz, Brad’s introduction to drifting, speed stacking, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8389</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1644581-nbsspeedstacking2.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/192/giantbombcast-113010.mp3\" fileSize=\"67233761\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/192/giantbombcast-113010.mp3\" length=\"67233761\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-23-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-23-2010/1600-191/</link>\n        <description>We put the Bomb in Bombcast with Assassin&#039;s Creed: Brotherhood&#039;s paranoid multiplayer, our collective Fable III disappointment, the dilating effect of Pac-Man Championship Edition DX, Drifting 101 in Need for Speed: Hot Pursuit, and more!</description>\n        <pubDate>Tue, 23 Nov 2010 15:26:36 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-191</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We put the Bomb in Bombcast with Assassin&#039;s Creed: Brotherhood&#039;s paranoid multiplayer, our collective Fable III disappointment, the dilating effect of Pac-Man Championship Edition DX, Drifting 101 in Need for Speed: Hot Pursuit, and more!</itunes:subtitle>\n        <itunes:summary>We put the Bomb in Bombcast with Assassin&#039;s Creed: Brotherhood&#039;s paranoid multiplayer, our collective Fable III disappointment, the dilating effect of Pac-Man Championship Edition DX, Drifting 101 in Need for Speed: Hot Pursuit, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8835</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1639257-1620957_30786cedx_screenshot03.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/191/giantbombcast-112310.mp3\" fileSize=\"70800416\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/191/giantbombcast-112310.mp3\" length=\"70800416\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-16-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-16-2010/1600-190/</link>\n        <description>Brad returns from Seoul, Korea with a head cold and StarCraft II stories aplenty, Jeff and Vinny conside Ice Cube’s Russian and Sam Worthington’s Alaskan accents, Ryan sharpens his blades for Assassin’s Creed: Brotherhood, and we consider potential </description>\n        <pubDate>Tue, 16 Nov 2010 14:52:45 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-190</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Brad returns from Seoul, Korea with a head cold and StarCraft II stories aplenty, Jeff and Vinny conside Ice Cube’s Russian and Sam Worthington’s Alaskan accents, Ryan sharpens his blades for Assassin’s Creed: Brotherhood, and we consider potential </itunes:subtitle>\n        <itunes:summary>Brad returns from Seoul, Korea with a head cold and StarCraft II stories aplenty, Jeff and Vinny conside Ice Cube’s Russian and Sam Worthington’s Alaskan accents, Ryan sharpens his blades for Assassin’s Creed: Brotherhood, and we consider potential </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8673</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1632928-193900193.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/190/giantbombcast-111610.mp3\" fileSize=\"69504533\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/190/giantbombcast-111610.mp3\" length=\"69504533\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-09-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-09-2010/1600-189/</link>\n        <description>With Ryan on the IR list, we lure Alex Navarro out of his van with some candy to talk about zombie reproduction, Fable III&#039;s wrinkle in time, the highs and lows of the Kinect launch, Call of Duty: Black Ops, the cancellation of NBA Elite 11, and more!</description>\n        <pubDate>Tue, 09 Nov 2010 14:59:27 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-189</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With Ryan on the IR list, we lure Alex Navarro out of his van with some candy to talk about zombie reproduction, Fable III&#039;s wrinkle in time, the highs and lows of the Kinect launch, Call of Duty: Black Ops, the cancellation of NBA Elite 11, and more!</itunes:subtitle>\n        <itunes:summary>With Ryan on the IR list, we lure Alex Navarro out of his van with some candy to talk about zombie reproduction, Fable III&#039;s wrinkle in time, the highs and lows of the Kinect launch, Call of Duty: Black Ops, the cancellation of NBA Elite 11, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7726</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1626772-bomb.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/189/giantbombcast-110910.mp3\" fileSize=\"61931535\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/189/giantbombcast-110910.mp3\" length=\"61931535\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-02-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-02-2010/1600-188/</link>\n        <description>Ladies and gentlemen, here&#039;s the starting lineup for the 2010 World Champions, your San Francisco Giant... Bombcast! We check in from the riots to discuss Fable III, cell phone distraction in James Bond 007: Blood Stone, The Force Unleashed II, and more!</description>\n        <pubDate>Tue, 02 Nov 2010 18:29:46 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-188</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Ladies and gentlemen, here&#039;s the starting lineup for the 2010 World Champions, your San Francisco Giant... Bombcast! We check in from the riots to discuss Fable III, cell phone distraction in James Bond 007: Blood Stone, The Force Unleashed II, and more!</itunes:subtitle>\n        <itunes:summary>Ladies and gentlemen, here&#039;s the starting lineup for the 2010 World Champions, your San Francisco Giant... Bombcast! We check in from the riots to discuss Fable III, cell phone distraction in James Bond 007: Blood Stone, The Force Unleashed II, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8866</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1619626-article_1325836_0bdf3a65000005dc_983_306x423.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/188/giantbombcast-110210.mp3\" fileSize=\"70931772\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/188/giantbombcast-110210.mp3\" length=\"70931772\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-26-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-26-2010/1600-187/</link>\n        <description>Shirtless masseurs, pancakes prepared by drunk firefighters, the Fallout fixing powers of the command console, the seasonal potential of Costume Quest, the end of the line for rhythm games, plus the very worst kind of cake, all in this week&#039;s Bombcast!</description>\n        <pubDate>Tue, 26 Oct 2010 17:02:42 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-187</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Shirtless masseurs, pancakes prepared by drunk firefighters, the Fallout fixing powers of the command console, the seasonal potential of Costume Quest, the end of the line for rhythm games, plus the very worst kind of cake, all in this week&#039;s Bombcast!</itunes:subtitle>\n        <itunes:summary>Shirtless masseurs, pancakes prepared by drunk firefighters, the Fallout fixing powers of the command console, the seasonal potential of Costume Quest, the end of the line for rhythm games, plus the very worst kind of cake, all in this week&#039;s Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8352</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1565323-l_6a33f149beb90b357e41a7228a65b9fd.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/187/giantbombcast-102610.mp3\" fileSize=\"66934711\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/187/giantbombcast-102610.mp3\" length=\"66934711\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-19-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-19-2010/1600-186/</link>\n        <description>We bring in Alex Navarro to help us discuss the insane torrent of new releases, including Super Meat Boy, Kirby&#039;s Epic Yarn, Costume Quest, Fallout: New Vegas, EA Sports MMA, Vanquish, Game Dev Story, and much more!</description>\n        <pubDate>Tue, 19 Oct 2010 16:11:19 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-186</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We bring in Alex Navarro to help us discuss the insane torrent of new releases, including Super Meat Boy, Kirby&#039;s Epic Yarn, Costume Quest, Fallout: New Vegas, EA Sports MMA, Vanquish, Game Dev Story, and much more!</itunes:subtitle>\n        <itunes:summary>We bring in Alex Navarro to help us discuss the insane torrent of new releases, including Super Meat Boy, Kirby&#039;s Epic Yarn, Costume Quest, Fallout: New Vegas, EA Sports MMA, Vanquish, Game Dev Story, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9360</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1560128-1406207_supermeatboy_esrb_nyrt_720p30_st_57.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/186/giantbombcast-101910.mp3\" fileSize=\"75002786\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/186/giantbombcast-101910.mp3\" length=\"75002786\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-12-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-12-2010/1600-185/</link>\n        <description>We hold the tomato sauce AND the crust on this week&#039;s Bombcast, leaving plenty of room for funky coleslaw, Medal of Honor, Tron: Evolution - The Video Game, Rock Band 3, MODOK&#039;s fighting style, and many other delicious, wholesome toppings!</description>\n        <pubDate>Tue, 12 Oct 2010 18:30:05 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-185</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We hold the tomato sauce AND the crust on this week&#039;s Bombcast, leaving plenty of room for funky coleslaw, Medal of Honor, Tron: Evolution - The Video Game, Rock Band 3, MODOK&#039;s fighting style, and many other delicious, wholesome toppings!</itunes:subtitle>\n        <itunes:summary>We hold the tomato sauce AND the crust on this week&#039;s Bombcast, leaving plenty of room for funky coleslaw, Medal of Honor, Tron: Evolution - The Video Game, Rock Band 3, MODOK&#039;s fighting style, and many other delicious, wholesome toppings!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8727</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1554870-screen_shot_2010_10_12_at_5.48.39_pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/185/giantbombcast-101210.mp3\" fileSize=\"69934404\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/185/giantbombcast-101210.mp3\" length=\"69934404\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-05-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-05-2010/1600-184/</link>\n        <description>The Giant Bombcast heads to Kidsylvania to do battle with an army of Nazi zombies, Claptraps, fruit dealers, the Taliban, lambent Ice-Ts, and more! All in stunning 3-D!!!</description>\n        <pubDate>Tue, 05 Oct 2010 15:45:45 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-184</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Giant Bombcast heads to Kidsylvania to do battle with an army of Nazi zombies, Claptraps, fruit dealers, the Taliban, lambent Ice-Ts, and more! All in stunning 3-D!!!</itunes:subtitle>\n        <itunes:summary>The Giant Bombcast heads to Kidsylvania to do battle with an army of Nazi zombies, Claptraps, fruit dealers, the Taliban, lambent Ice-Ts, and more! All in stunning 3-D!!!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8536</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1547148-11413orig.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/184/giantbombcast-100510.mp3\" fileSize=\"68414078\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/184/giantbombcast-100510.mp3\" length=\"68414078\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-28-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-28-2010/1600-183/</link>\n        <description>We accidentally burn the Bombcast to the ground with our red-hot discussions of Civilization V, Minecraft, Dead Rising 2, the fate of old computer parts, and other nonsense!</description>\n        <pubDate>Tue, 28 Sep 2010 16:43:51 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-183</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We accidentally burn the Bombcast to the ground with our red-hot discussions of Civilization V, Minecraft, Dead Rising 2, the fate of old computer parts, and other nonsense!</itunes:subtitle>\n        <itunes:summary>We accidentally burn the Bombcast to the ground with our red-hot discussions of Civilization V, Minecraft, Dead Rising 2, the fate of old computer parts, and other nonsense!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7505</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1539448-1505441_ryanedit1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/183/giantbombcast-092810.mp3\" fileSize=\"60158339\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/183/giantbombcast-092810.mp3\" length=\"60158339\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-21-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-21-2010/1600-182/</link>\n        <description>It&#039;s the first meeting of the Giant Bomb Civilization V Support group as we spend a considerable amount of time discussing Sid Meier&#039;s latest, as well as more thoughts on Halo: Reach, Dead Rising 2: Case Zero, the Tokyo Game Show, and more!</description>\n        <pubDate>Tue, 21 Sep 2010 14:52:12 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-182</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s the first meeting of the Giant Bomb Civilization V Support group as we spend a considerable amount of time discussing Sid Meier&#039;s latest, as well as more thoughts on Halo: Reach, Dead Rising 2: Case Zero, the Tokyo Game Show, and more!</itunes:subtitle>\n        <itunes:summary>It&#039;s the first meeting of the Giant Bomb Civilization V Support group as we spend a considerable amount of time discussing Sid Meier&#039;s latest, as well as more thoughts on Halo: Reach, Dead Rising 2: Case Zero, the Tokyo Game Show, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9994</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1531351-sid_meier_s_civilization_5.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/182/giantbombcast-092110.mp3\" fileSize=\"80076393\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/182/giantbombcast-092110.mp3\" length=\"80076393\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-14-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-14-2010/1600-181/</link>\n        <description>We spend a whole lot of time talking about Halo: Reach and the history of the Halo franchise, get ridiculously excited about Pac-Man Championship Edition DX, and much more in this three-hour, free-as-all-hell episode of the Giant Bombcast!</description>\n        <pubDate>Tue, 14 Sep 2010 16:44:52 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-181</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We spend a whole lot of time talking about Halo: Reach and the history of the Halo franchise, get ridiculously excited about Pac-Man Championship Edition DX, and much more in this three-hour, free-as-all-hell episode of the Giant Bombcast!</itunes:subtitle>\n        <itunes:summary>We spend a whole lot of time talking about Halo: Reach and the history of the Halo franchise, get ridiculously excited about Pac-Man Championship Edition DX, and much more in this three-hour, free-as-all-hell episode of the Giant Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10879</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1521065-1519891_johndrake.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/181/giantbombcast-091410.mp3\" fileSize=\"87154952\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/181/giantbombcast-091410.mp3\" length=\"87154952\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Let&#039;s Talk About Memberships!</title>\n        <link>https://www.giantbomb.com/podcasts/lets-talk-about-memberships/1600-180/</link>\n        <description>Giant Bomb&#039;s Ryan Davis and Jeff Gerstmann sit down with Whiskey Media&#039;s Dave Snider to talk about our new membership program.</description>\n        <pubDate>Wed, 08 Sep 2010 13:28:50 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-180</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb&#039;s Ryan Davis and Jeff Gerstmann sit down with Whiskey Media&#039;s Dave Snider to talk about our new membership program.</itunes:subtitle>\n        <itunes:summary>Giant Bomb&#039;s Ryan Davis and Jeff Gerstmann sit down with Whiskey Media&#039;s Dave Snider to talk about our new membership program.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1510516-untitled_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/180/whiskeymediamemberships-090810.mp3\" fileSize=\"22114207\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/180/whiskeymediamemberships-090810.mp3\" length=\"22114207\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-07-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-07-2010/1600-179/</link>\n        <description>We recuperate from an amazing weekend at the Penny Arcade Expo and reflect on our time with Duke Nukem Forever, Portal 2 co-op, Mortal Kombat, Torchlight II, a menagerie of awesome and inventive indie games, and much more!</description>\n        <pubDate>Tue, 07 Sep 2010 15:05:07 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-179</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We recuperate from an amazing weekend at the Penny Arcade Expo and reflect on our time with Duke Nukem Forever, Portal 2 co-op, Mortal Kombat, Torchlight II, a menagerie of awesome and inventive indie games, and much more!</itunes:subtitle>\n        <itunes:summary>We recuperate from an amazing weekend at the Penny Arcade Expo and reflect on our time with Duke Nukem Forever, Portal 2 co-op, Mortal Kombat, Torchlight II, a menagerie of awesome and inventive indie games, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7290</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1507956-img_0002.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/179/giantbombcast-090710.mp3\" fileSize=\"58444706\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/179/giantbombcast-090710.mp3\" length=\"58444706\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast Live! PAX 2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-live-pax-2010/1600-177/</link>\n        <description>Enjoy the audio from Giant Bomb&#039;s live podcast panel at PAX 2010, featuring special guests John Vignocchi, Michael Pachter, Gary Whitta, and Jeff Green!</description>\n        <pubDate>Mon, 06 Sep 2010 11:19:11 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-177</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Enjoy the audio from Giant Bomb&#039;s live podcast panel at PAX 2010, featuring special guests John Vignocchi, Michael Pachter, Gary Whitta, and Jeff Green!</itunes:subtitle>\n        <itunes:summary>Enjoy the audio from Giant Bomb&#039;s live podcast panel at PAX 2010, featuring special guests John Vignocchi, Michael Pachter, Gary Whitta, and Jeff Green!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5540</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1505295-vf_pax_2010_panel_thumb.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/177/giantbombcast-pax-090310b.mp3\" fileSize=\"44327416\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/177/giantbombcast-pax-090310b.mp3\" length=\"44327416\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-31-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-31-2010/1600-176/</link>\n        <description>Giant Bomb newsman Brad Nicholson takes a quick break from the free weights and joins our merry band this week to discuss Bayonetta, Shank, Halo: Reach, the Xbox Live price hike, the latest installment in the award-winning myNotebook franchise, and more!</description>\n        <pubDate>Tue, 31 Aug 2010 14:55:38 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-176</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb newsman Brad Nicholson takes a quick break from the free weights and joins our merry band this week to discuss Bayonetta, Shank, Halo: Reach, the Xbox Live price hike, the latest installment in the award-winning myNotebook franchise, and more!</itunes:subtitle>\n        <itunes:summary>Giant Bomb newsman Brad Nicholson takes a quick break from the free weights and joins our merry band this week to discuss Bayonetta, Shank, Halo: Reach, the Xbox Live price hike, the latest installment in the award-winning myNotebook franchise, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7144</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1487220-24kt_gold_xbox_360_by_computer_choppers1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/176/giantbombcast-083110.mp3\" fileSize=\"57271707\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/176/giantbombcast-083110.mp3\" length=\"57271707\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-24-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-24-2010/1600-175/</link>\n        <description>Vinny makes some bad food decisions, Jeff gets blinded by the speed of Quake, Ryan buys a bunch of LaserDiscs, and Brad, against all odds, continues obsessing on StarCraft II, in this week&#039;s edition of the Giant Bombcast!</description>\n        <pubDate>Tue, 24 Aug 2010 18:34:34 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-175</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Vinny makes some bad food decisions, Jeff gets blinded by the speed of Quake, Ryan buys a bunch of LaserDiscs, and Brad, against all odds, continues obsessing on StarCraft II, in this week&#039;s edition of the Giant Bombcast!</itunes:subtitle>\n        <itunes:summary>Vinny makes some bad food decisions, Jeff gets blinded by the speed of Quake, Ryan buys a bunch of LaserDiscs, and Brad, against all odds, continues obsessing on StarCraft II, in this week&#039;s edition of the Giant Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8198</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1477295-600full_shannon_tweed.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/175/giantbombcast-082410.mp3\" fileSize=\"65708841\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/175/giantbombcast-082410.mp3\" length=\"65708841\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-17-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-17-2010/1600-174/</link>\n        <description>With Vinny out on special assignment, we&#039;re joined by none other than Jeff Green for this XXL edition of the Giant Bombcast, where we discuss the joys of unemployment, Kane &amp;amp; Lynch 2, BioShock Infinite, the state of id Software, Dance Central, and muc</description>\n        <pubDate>Tue, 17 Aug 2010 16:22:10 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-174</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With Vinny out on special assignment, we&#039;re joined by none other than Jeff Green for this XXL edition of the Giant Bombcast, where we discuss the joys of unemployment, Kane &amp;amp; Lynch 2, BioShock Infinite, the state of id Software, Dance Central, and muc</itunes:subtitle>\n        <itunes:summary>With Vinny out on special assignment, we&#039;re joined by none other than Jeff Green for this XXL edition of the Giant Bombcast, where we discuss the joys of unemployment, Kane &amp;amp; Lynch 2, BioShock Infinite, the state of id Software, Dance Central, and muc</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8644</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1469303-reed_richards.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/174/giantbombcast-081710.mp3\" fileSize=\"69276537\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/174/giantbombcast-081710.mp3\" length=\"69276537\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-10-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-10-2010/1600-173/</link>\n        <description>Arachnophobia rears its ugly, murderous head this week, and yet we soldier on with discussions of NBA Jam, Batman, Pokemon, and of course, StarCraft, StarCraft, StarCraft.</description>\n        <pubDate>Tue, 10 Aug 2010 15:19:15 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-173</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Arachnophobia rears its ugly, murderous head this week, and yet we soldier on with discussions of NBA Jam, Batman, Pokemon, and of course, StarCraft, StarCraft, StarCraft.</itunes:subtitle>\n        <itunes:summary>Arachnophobia rears its ugly, murderous head this week, and yet we soldier on with discussions of NBA Jam, Batman, Pokemon, and of course, StarCraft, StarCraft, StarCraft.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8025</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1463249-651_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/173/giantbombcast-081010.mp3\" fileSize=\"64319122\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/173/giantbombcast-081010.mp3\" length=\"64319122\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-03-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-03-2010/1600-172/</link>\n        <description>Though Brad spends an inordinate amount of time talking about StarCraft II this week, we still find time to talk a little truck, debate the console future of Battlefield 3, discuss John Riccitiello&#039;s hair-suit, and much more. Good luck, have Batman!</description>\n        <pubDate>Tue, 03 Aug 2010 13:01:03 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-172</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Though Brad spends an inordinate amount of time talking about StarCraft II this week, we still find time to talk a little truck, debate the console future of Battlefield 3, discuss John Riccitiello&#039;s hair-suit, and much more. Good luck, have Batman!</itunes:subtitle>\n        <itunes:summary>Though Brad spends an inordinate amount of time talking about StarCraft II this week, we still find time to talk a little truck, debate the console future of Battlefield 3, discuss John Riccitiello&#039;s hair-suit, and much more. Good luck, have Batman!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7990</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1457050-halolz_dot_com_starcraft_zergcake.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/172/giantbombcast-080310.mp3\" fileSize=\"64044523\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/172/giantbombcast-080310.mp3\" length=\"64044523\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-27-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-27-2010/1600-171/</link>\n        <description>Vinny and Ryan recount their weekend adventures in arcade-hunting, Brad exhibits a Pavlovian response to the very mention of StarCraft II, and Jeff goes toobin&#039; with Toobin&#039;.</description>\n        <pubDate>Tue, 27 Jul 2010 14:32:59 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-171</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Vinny and Ryan recount their weekend adventures in arcade-hunting, Brad exhibits a Pavlovian response to the very mention of StarCraft II, and Jeff goes toobin&#039; with Toobin&#039;.</itunes:subtitle>\n        <itunes:summary>Vinny and Ryan recount their weekend adventures in arcade-hunting, Brad exhibits a Pavlovian response to the very mention of StarCraft II, and Jeff goes toobin&#039; with Toobin&#039;.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8247</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1450615-toobin.cover.front.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/171/giantbombcast-072710.mp3\" fileSize=\"66098793\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/171/giantbombcast-072710.mp3\" length=\"66098793\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-20-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-20-2010/1600-170/</link>\n        <description>We&#039;re joined by a very special guest on this week&#039;s Bombcast, where we talk about our classic arcade experience at California Extreme 2010, the dark arts of Limbo, the fate of 1 vs. 100, bad video-game television shows, and much more!</description>\n        <pubDate>Tue, 20 Jul 2010 18:26:32 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-170</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re joined by a very special guest on this week&#039;s Bombcast, where we talk about our classic arcade experience at California Extreme 2010, the dark arts of Limbo, the fate of 1 vs. 100, bad video-game television shows, and much more!</itunes:subtitle>\n        <itunes:summary>We&#039;re joined by a very special guest on this week&#039;s Bombcast, where we talk about our classic arcade experience at California Extreme 2010, the dark arts of Limbo, the fate of 1 vs. 100, bad video-game television shows, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7863</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1443150-sam_fisher_hair.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/170/giantbombcast-072010.mp3\" fileSize=\"63023031\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/170/giantbombcast-072010.mp3\" length=\"63023031\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-13-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-13-2010/1600-169/</link>\n        <description>Dave sits in while Brad recovers from a non-fish-can-related food injury and we do some competition-grade jaw-jacking about Singularity, Puzzle Agent, EVO 2010, Internet awfulness, vinyl collectors in space, pre-LC, the laziness of zombies, and more!</description>\n        <pubDate>Tue, 13 Jul 2010 17:40:31 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-169</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Dave sits in while Brad recovers from a non-fish-can-related food injury and we do some competition-grade jaw-jacking about Singularity, Puzzle Agent, EVO 2010, Internet awfulness, vinyl collectors in space, pre-LC, the laziness of zombies, and more!</itunes:subtitle>\n        <itunes:summary>Dave sits in while Brad recovers from a non-fish-can-related food injury and we do some competition-grade jaw-jacking about Singularity, Puzzle Agent, EVO 2010, Internet awfulness, vinyl collectors in space, pre-LC, the laziness of zombies, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8070</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1435899-408_norm_cosplay.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/169/giantbombcast-071310.mp3\" fileSize=\"64681702\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/169/giantbombcast-071310.mp3\" length=\"64681702\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-06-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-06-2010/1600-168/</link>\n        <description>We return from celebrating America&#039;s Birthday with all our fingers and toes miraculously intact to christen Giant Bomb&#039;s new San Francisco offices with plenty of hot, sweaty talk about Crackdown 2, Singularity, illegal fireworks, and more!</description>\n        <pubDate>Tue, 06 Jul 2010 21:58:59 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-168</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We return from celebrating America&#039;s Birthday with all our fingers and toes miraculously intact to christen Giant Bomb&#039;s new San Francisco offices with plenty of hot, sweaty talk about Crackdown 2, Singularity, illegal fireworks, and more!</itunes:subtitle>\n        <itunes:summary>We return from celebrating America&#039;s Birthday with all our fingers and toes miraculously intact to christen Giant Bomb&#039;s new San Francisco offices with plenty of hot, sweaty talk about Crackdown 2, Singularity, illegal fireworks, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8542</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1427441-fantavision_usa.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/168/giantbombcast-070610.mp3\" fileSize=\"68460471\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/168/giantbombcast-070610.mp3\" length=\"68460471\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-29-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-29-2010/1600-167/</link>\n        <description>We talk about Sherlock Holmes, EVE Online, Uplink, Risk: Factions, APB, Transformers: War For Cybertron, DeathSpank, and more, before being driven absolutely mad by the sounds of deliberately broken electronics in our final Sausalito-based Bombcast!</description>\n        <pubDate>Tue, 29 Jun 2010 17:19:09 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-167</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We talk about Sherlock Holmes, EVE Online, Uplink, Risk: Factions, APB, Transformers: War For Cybertron, DeathSpank, and more, before being driven absolutely mad by the sounds of deliberately broken electronics in our final Sausalito-based Bombcast!</itunes:subtitle>\n        <itunes:summary>We talk about Sherlock Holmes, EVE Online, Uplink, Risk: Factions, APB, Transformers: War For Cybertron, DeathSpank, and more, before being driven absolutely mad by the sounds of deliberately broken electronics in our final Sausalito-based Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8417</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1420740-choo_choo1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/167/giantbombcast-062910.mp3\" fileSize=\"67461758\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/167/giantbombcast-062910.mp3\" length=\"67461758\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-22-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-22-2010/1600-166/</link>\n        <description>We return to our regularly scheduled Bombcast with a little E3 wrap-up. Jeff and Brad indulge their compulsive Mortal Kombat needs, Ryan considers Kinect achievements, and Vinny keeps the Bombcast blue!</description>\n        <pubDate>Tue, 22 Jun 2010 18:49:45 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-166</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We return to our regularly scheduled Bombcast with a little E3 wrap-up. Jeff and Brad indulge their compulsive Mortal Kombat needs, Ryan considers Kinect achievements, and Vinny keeps the Bombcast blue!</itunes:subtitle>\n        <itunes:summary>We return to our regularly scheduled Bombcast with a little E3 wrap-up. Jeff and Brad indulge their compulsive Mortal Kombat needs, Ryan considers Kinect achievements, and Vinny keeps the Bombcast blue!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7096</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1414625-bumper_stickers.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/166/giantbombcast-062210.mp3\" fileSize=\"56890734\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/166/giantbombcast-062210.mp3\" length=\"56890734\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast E3 2010 Day Three</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2010-day-three/1600-165/</link>\n        <description>E3 2010 is over! As the Lakers win the Finals and LA riots outside, we produce plenty of our own chaos with special guests Dino Ignacio, Paul Barnett, Leigh Alexander, Eric Pope, Chris Tilton, and alcohol.</description>\n        <pubDate>Fri, 18 Jun 2010 13:31:36 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-165</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">E3 2010 is over! As the Lakers win the Finals and LA riots outside, we produce plenty of our own chaos with special guests Dino Ignacio, Paul Barnett, Leigh Alexander, Eric Pope, Chris Tilton, and alcohol.</itunes:subtitle>\n        <itunes:summary>E3 2010 is over! As the Lakers win the Finals and LA riots outside, we produce plenty of our own chaos with special guests Dino Ignacio, Paul Barnett, Leigh Alexander, Eric Pope, Chris Tilton, and alcohol.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10633</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1411212-ddp.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/165/giantbombcast-061710.mp3\" fileSize=\"85183055\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/165/giantbombcast-061710.mp3\" length=\"85183055\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast E3 2010 Day Two</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2010-day-two/1600-164/</link>\n        <description>This is one for the books. Nearly three hours of Jeff Bridges, regrettable impressions, even more regrettable wagers, Spec Ops: The Line, Rock Band 3, Dance Central, SOCOM 4, Fable III, Gears of War 3, Halo: Reach, Deus Ex: Human Revolution, Def Jam: Raps</description>\n        <pubDate>Thu, 17 Jun 2010 02:02:54 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-164</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This is one for the books. Nearly three hours of Jeff Bridges, regrettable impressions, even more regrettable wagers, Spec Ops: The Line, Rock Band 3, Dance Central, SOCOM 4, Fable III, Gears of War 3, Halo: Reach, Deus Ex: Human Revolution, Def Jam: Raps</itunes:subtitle>\n        <itunes:summary>This is one for the books. Nearly three hours of Jeff Bridges, regrettable impressions, even more regrettable wagers, Spec Ops: The Line, Rock Band 3, Dance Central, SOCOM 4, Fable III, Gears of War 3, Halo: Reach, Deus Ex: Human Revolution, Def Jam: Raps</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">10731</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1408401-icet.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/164/giantbombcast-061610.mp3\" fileSize=\"85696691\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/164/giantbombcast-061610.mp3\" length=\"85696691\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast E3 2010 Day One</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2010-day-one/1600-163/</link>\n        <description>With day one come to a close, we rap about the Nintendo and Sony press conferences, Zelda, our hands-on experiences with the 3DS, Jack Tretton, Need for Speed: Hot Pursuit, and more Mortal Kombat than the law will allow.</description>\n        <pubDate>Wed, 16 Jun 2010 00:20:48 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-163</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With day one come to a close, we rap about the Nintendo and Sony press conferences, Zelda, our hands-on experiences with the 3DS, Jack Tretton, Need for Speed: Hot Pursuit, and more Mortal Kombat than the law will allow.</itunes:subtitle>\n        <itunes:summary>With day one come to a close, we rap about the Nintendo and Sony press conferences, Zelda, our hands-on experiences with the 3DS, Jack Tretton, Need for Speed: Hot Pursuit, and more Mortal Kombat than the law will allow.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5926</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1407053-1404530_iwata_super.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/163/giantbombcast-061510.mp3\" fileSize=\"47528657\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/163/giantbombcast-061510.mp3\" length=\"47528657\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast E3 2010 Day Zero</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2010-day-zero/1600-162/</link>\n        <description>We run down the day&#039;s events, including the Microsoft, Electronic Arts, and Ubisoft press conferences, plus some first-hand Kinect experiences and the oversized Activision soiree at the Staples Center.</description>\n        <pubDate>Tue, 15 Jun 2010 01:21:21 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-162</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We run down the day&#039;s events, including the Microsoft, Electronic Arts, and Ubisoft press conferences, plus some first-hand Kinect experiences and the oversized Activision soiree at the Staples Center.</itunes:subtitle>\n        <itunes:summary>We run down the day&#039;s events, including the Microsoft, Electronic Arts, and Ubisoft press conferences, plus some first-hand Kinect experiences and the oversized Activision soiree at the Staples Center.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">4568</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1403732-6a01053624b365970c0120a5582c2f970b_800wi.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/162/giantbombcast-061410.mp3\" fileSize=\"36667569\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/162/giantbombcast-061410.mp3\" length=\"36667569\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast E3 2010 Day Minus One</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2010-day-minus-one/1600-161/</link>\n        <description>We snare a wood nymph and bring it back to the Bomb House to tell us all about Microsoft&#039;s Cirque du Soleil show, the Kinect reveal, and the Xbox 360 slim. Also, white smocks for everyone!</description>\n        <pubDate>Sun, 13 Jun 2010 23:55:52 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-161</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We snare a wood nymph and bring it back to the Bomb House to tell us all about Microsoft&#039;s Cirque du Soleil show, the Kinect reveal, and the Xbox 360 slim. Also, white smocks for everyone!</itunes:subtitle>\n        <itunes:summary>We snare a wood nymph and bring it back to the Bomb House to tell us all about Microsoft&#039;s Cirque du Soleil show, the Kinect reveal, and the Xbox 360 slim. Also, white smocks for everyone!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1401866-img_017611111111.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/161/giantbombcast-061310.mp3\" fileSize=\"28650693\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/161/giantbombcast-061310.mp3\" length=\"28650693\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-08-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-08-2010/1600-160/</link>\n        <description>In our last regular Bombcast before E3 2010, we discuss overconfident drum reveals, Kid Rock&#039;s authenticity, Ice-T on the internet, Infamous 2, Kevin Butler&#039;s E3 presence, Activision&#039;s independence, Gene Simmons, Hulu on the 360, PSP fire sales, and more!</description>\n        <pubDate>Tue, 08 Jun 2010 19:08:24 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-160</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">In our last regular Bombcast before E3 2010, we discuss overconfident drum reveals, Kid Rock&#039;s authenticity, Ice-T on the internet, Infamous 2, Kevin Butler&#039;s E3 presence, Activision&#039;s independence, Gene Simmons, Hulu on the 360, PSP fire sales, and more!</itunes:subtitle>\n        <itunes:summary>In our last regular Bombcast before E3 2010, we discuss overconfident drum reveals, Kid Rock&#039;s authenticity, Ice-T on the internet, Infamous 2, Kevin Butler&#039;s E3 presence, Activision&#039;s independence, Gene Simmons, Hulu on the 360, PSP fire sales, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7681</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1396573-1396405_kid_rock_25_super.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/160/giantbombcast-060810.mp3\" fileSize=\"61571041\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/160/giantbombcast-060810.mp3\" length=\"61571041\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-01-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-01-2010/1600-159/</link>\n        <description>We return from our glorious three-day weekend rested and ready for lengthy discussions about Red Dead Redemption, Alpha Protocol, Crackdown 2, Killzone 3, J Allard and Robbie Bach&#039;s departures from Microsoft, Insomniac&#039;s multiplatform deal, and more!</description>\n        <pubDate>Tue, 01 Jun 2010 16:23:26 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-159</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We return from our glorious three-day weekend rested and ready for lengthy discussions about Red Dead Redemption, Alpha Protocol, Crackdown 2, Killzone 3, J Allard and Robbie Bach&#039;s departures from Microsoft, Insomniac&#039;s multiplatform deal, and more!</itunes:subtitle>\n        <itunes:summary>We return from our glorious three-day weekend rested and ready for lengthy discussions about Red Dead Redemption, Alpha Protocol, Crackdown 2, Killzone 3, J Allard and Robbie Bach&#039;s departures from Microsoft, Insomniac&#039;s multiplatform deal, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7419</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1390777-1279066_1249482_screenshot_090_o.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/159/giantbombcast-060110.mp3\" fileSize=\"59471005\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/159/giantbombcast-060110.mp3\" length=\"59471005\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-25-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-25-2010/1600-158/</link>\n        <description>Jeff returns with tales of Tron: Evolution, Pirates of the Caribbean: Armada of the Damned, and mini-cheeseburgers. We also dig into Red Dead Redemption&#039;s slow start, Blur&#039;s kart comparisons, Killzone 3, the trajectory of J Allard, and much more!</description>\n        <pubDate>Tue, 25 May 2010 18:09:11 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-158</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff returns with tales of Tron: Evolution, Pirates of the Caribbean: Armada of the Damned, and mini-cheeseburgers. We also dig into Red Dead Redemption&#039;s slow start, Blur&#039;s kart comparisons, Killzone 3, the trajectory of J Allard, and much more!</itunes:subtitle>\n        <itunes:summary>Jeff returns with tales of Tron: Evolution, Pirates of the Caribbean: Armada of the Damned, and mini-cheeseburgers. We also dig into Red Dead Redemption&#039;s slow start, Blur&#039;s kart comparisons, Killzone 3, the trajectory of J Allard, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7791</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1383734-allard_gates_zune_071002.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/158/giantbombcast-052510.mp3\" fileSize=\"62451263\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/158/giantbombcast-052510.mp3\" length=\"62451263\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-18-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-18-2010/1600-157/</link>\n        <description>Get ready for a little three-man dance as Ryan, Vinny, and Brad shed light on what makes Damnation so awful, the dry heat of Prince of Persia: The Forgotten Sands, the Bruckheimerian appeal of Split/Second, the ongoing Korean Starcraft scandal, and more!</description>\n        <pubDate>Tue, 18 May 2010 15:36:43 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-157</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Get ready for a little three-man dance as Ryan, Vinny, and Brad shed light on what makes Damnation so awful, the dry heat of Prince of Persia: The Forgotten Sands, the Bruckheimerian appeal of Split/Second, the ongoing Korean Starcraft scandal, and more!</itunes:subtitle>\n        <itunes:summary>Get ready for a little three-man dance as Ryan, Vinny, and Brad shed light on what makes Damnation so awful, the dry heat of Prince of Persia: The Forgotten Sands, the Bruckheimerian appeal of Split/Second, the ongoing Korean Starcraft scandal, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7288</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1378179-1281421_mall_03.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/157/giantbombcast-051810.mp3\" fileSize=\"58427361\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/157/giantbombcast-051810.mp3\" length=\"58427361\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-11-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-11-2010/1600-156/</link>\n        <description>We&#039;re joined by two very special guests as we discuss Skate 3, Alan Wake, EA&#039;s multiplayer offensive, in-game advertising, Michael Ironside&#039;s LittleBigPlanet 2 audition, Marvel vs. Capcom 3, and much more on this week&#039;s Bombcast!</description>\n        <pubDate>Tue, 11 May 2010 13:31:56 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-156</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re joined by two very special guests as we discuss Skate 3, Alan Wake, EA&#039;s multiplayer offensive, in-game advertising, Michael Ironside&#039;s LittleBigPlanet 2 audition, Marvel vs. Capcom 3, and much more on this week&#039;s Bombcast!</itunes:subtitle>\n        <itunes:summary>We&#039;re joined by two very special guests as we discuss Skate 3, Alan Wake, EA&#039;s multiplayer offensive, in-game advertising, Michael Ironside&#039;s LittleBigPlanet 2 audition, Marvel vs. Capcom 3, and much more on this week&#039;s Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7842</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1369636-mike_smiles.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/156/giantbombcast051110.mp3\" fileSize=\"62860026\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/156/giantbombcast051110.mp3\" length=\"62860026\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-04-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-04-2010/1600-155/</link>\n        <description>Gerstmann goes off on headshots, Vinny gets Dieseled, Brad defends his slap-worthy sunburn, Ryan succumbs to the madness of the Mickey Rourke Whopper, and we still find the time to talk about some damn games on this week&#039;s Bombcast!</description>\n        <pubDate>Tue, 04 May 2010 13:39:55 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-155</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Gerstmann goes off on headshots, Vinny gets Dieseled, Brad defends his slap-worthy sunburn, Ryan succumbs to the madness of the Mickey Rourke Whopper, and we still find the time to talk about some damn games on this week&#039;s Bombcast!</itunes:subtitle>\n        <itunes:summary>Gerstmann goes off on headshots, Vinny gets Dieseled, Brad defends his slap-worthy sunburn, Ryan succumbs to the madness of the Mickey Rourke Whopper, and we still find the time to talk about some damn games on this week&#039;s Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7144</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1362760-whiplashwhopper1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/155/giantbombcast-050410.mp3\" fileSize=\"57271285\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/155/giantbombcast-050410.mp3\" length=\"57271285\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-27-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-27-2010/1600-154/</link>\n        <description>We tackle Just Cause 2 mods, Super Street Fighter IV, Starcraft haircare products, Halo: Reach, the cameraman in Kane &amp;amp; Lynch 2: Dog Days, the intellectual property rights for RZA&#039;s mocap, the fool&#039;s promise of another GoldenEye game, and more!</description>\n        <pubDate>Tue, 27 Apr 2010 15:49:54 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-154</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We tackle Just Cause 2 mods, Super Street Fighter IV, Starcraft haircare products, Halo: Reach, the cameraman in Kane &amp;amp; Lynch 2: Dog Days, the intellectual property rights for RZA&#039;s mocap, the fool&#039;s promise of another GoldenEye game, and more!</itunes:subtitle>\n        <itunes:summary>We tackle Just Cause 2 mods, Super Street Fighter IV, Starcraft haircare products, Halo: Reach, the cameraman in Kane &amp;amp; Lynch 2: Dog Days, the intellectual property rights for RZA&#039;s mocap, the fool&#039;s promise of another GoldenEye game, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7879</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1354200-500x_rzapic.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/154/giantbombcast-042710.mp3\" fileSize=\"63154897\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/154/giantbombcast-042710.mp3\" length=\"63154897\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-20-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-20-2010/1600-153/</link>\n        <description>Jeff tells us all about the games of Captivate 2010 and we reflect on last week&#039;s Xboxalypse, plus discussions of Nick Nolte&#039;s role in South Korea&#039;s Starcraft scandal, Nolan Bushnell&#039;s glorious return to Atari, and, you know, other stuff! Bombcast!</description>\n        <pubDate>Tue, 20 Apr 2010 14:05:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-153</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff tells us all about the games of Captivate 2010 and we reflect on last week&#039;s Xboxalypse, plus discussions of Nick Nolte&#039;s role in South Korea&#039;s Starcraft scandal, Nolan Bushnell&#039;s glorious return to Atari, and, you know, other stuff! Bombcast!</itunes:subtitle>\n        <itunes:summary>Jeff tells us all about the games of Captivate 2010 and we reflect on last week&#039;s Xboxalypse, plus discussions of Nick Nolte&#039;s role in South Korea&#039;s Starcraft scandal, Nolan Bushnell&#039;s glorious return to Atari, and, you know, other stuff! Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7357</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1343812-picture_18_300x270.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/153/giantbombcast-042010.mp3\" fileSize=\"58979067\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/153/giantbombcast-042010.mp3\" length=\"58979067\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-13-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-13-2010/1600-152/</link>\n        <description>We discuss high-score tactics in Yar&#039;s Revenge, Bleszinski vs Bieber, the birth of Respawn Entertainment, the exciting conclusion to our Splinter Cell: Conviction wager, the potato turducken, and, if you can believe it, much more!</description>\n        <pubDate>Tue, 13 Apr 2010 13:59:44 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-152</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We discuss high-score tactics in Yar&#039;s Revenge, Bleszinski vs Bieber, the birth of Respawn Entertainment, the exciting conclusion to our Splinter Cell: Conviction wager, the potato turducken, and, if you can believe it, much more!</itunes:subtitle>\n        <itunes:summary>We discuss high-score tactics in Yar&#039;s Revenge, Bleszinski vs Bieber, the birth of Respawn Entertainment, the exciting conclusion to our Splinter Cell: Conviction wager, the potato turducken, and, if you can believe it, much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8267</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1332380-008.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/152/giantbombcast-041310.mp3\" fileSize=\"66256572\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/152/giantbombcast-041310.mp3\" length=\"66256572\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-06-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-06-2010/1600-151/</link>\n        <description>Tested.com&#039;s own Will Smith and Norm Chan join Ryan and Vinny to discuss the finer points of technology vs. science-ology, iPad return policies, OCD in Just Cause 2, the most expensive game of Scrabble ever, Liar&#039;s Day highlights, and more!</description>\n        <pubDate>Tue, 06 Apr 2010 17:04:23 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-151</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Tested.com&#039;s own Will Smith and Norm Chan join Ryan and Vinny to discuss the finer points of technology vs. science-ology, iPad return policies, OCD in Just Cause 2, the most expensive game of Scrabble ever, Liar&#039;s Day highlights, and more!</itunes:subtitle>\n        <itunes:summary>Tested.com&#039;s own Will Smith and Norm Chan join Ryan and Vinny to discuss the finer points of technology vs. science-ology, iPad return policies, OCD in Just Cause 2, the most expensive game of Scrabble ever, Liar&#039;s Day highlights, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8063</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1318131-will_smith_fresh_prince.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/151/giantbombcast-040610.mp3\" fileSize=\"64627576\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/151/giantbombcast-040610.mp3\" length=\"64627576\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-30-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-30-2010/1600-150/</link>\n        <description>Jeff returns from the Beast Coast and Brad recovers from a bad case of Banana Mouth just in time to discuss UFC Undisputed 2010, PAX East highlights, Just Cause 2, and more edge-of-your-seat console firmware conversations than you can possibly handle!</description>\n        <pubDate>Tue, 30 Mar 2010 16:51:48 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-150</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff returns from the Beast Coast and Brad recovers from a bad case of Banana Mouth just in time to discuss UFC Undisputed 2010, PAX East highlights, Just Cause 2, and more edge-of-your-seat console firmware conversations than you can possibly handle!</itunes:subtitle>\n        <itunes:summary>Jeff returns from the Beast Coast and Brad recovers from a bad case of Banana Mouth just in time to discuss UFC Undisputed 2010, PAX East highlights, Just Cause 2, and more edge-of-your-seat console firmware conversations than you can possibly handle!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8374</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1312876-at06yg.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/150/giantbombcast-033010.mp3\" fileSize=\"67117359\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/150/giantbombcast-033010.mp3\" length=\"67117359\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-23-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-23-2010/1600-149/</link>\n        <description>It&#039;s your favorite Farmer&#039;s Almanac with the latest on the Nintendo 3DS, Dragon Age: Awakening, God of War III, Command &amp;amp; Conquer 4, Dawn of War II: Chaos Rising, Super Street Fighter IV, David Cage&#039;s take on one of our favorite Flash games, and more!</description>\n        <pubDate>Tue, 23 Mar 2010 13:44:41 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-149</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s your favorite Farmer&#039;s Almanac with the latest on the Nintendo 3DS, Dragon Age: Awakening, God of War III, Command &amp;amp; Conquer 4, Dawn of War II: Chaos Rising, Super Street Fighter IV, David Cage&#039;s take on one of our favorite Flash games, and more!</itunes:subtitle>\n        <itunes:summary>It&#039;s your favorite Farmer&#039;s Almanac with the latest on the Nintendo 3DS, Dragon Age: Awakening, God of War III, Command &amp;amp; Conquer 4, Dawn of War II: Chaos Rising, Super Street Fighter IV, David Cage&#039;s take on one of our favorite Flash games, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9068</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1307466-heavy_rain_screenshot_fat_guy_detailed_face.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/149/giantbombcast-032310.mp3\" fileSize=\"72662637\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/149/giantbombcast-032310.mp3\" length=\"72662637\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-16-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-16-2010/1600-148/</link>\n        <description>We recover from GDC 2010 to bring you the latest on Splinter Cell: Conviction, Mafia II, Medal of Honor, Final Fantasy XIII, Yakuza 3, Hunted: The Demon&#039;s Forge, Lara Croft and the Guardian of Light, Modern Warfare 2 DLC, PlayStation Move, and much more!</description>\n        <pubDate>Tue, 16 Mar 2010 17:59:34 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-148</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We recover from GDC 2010 to bring you the latest on Splinter Cell: Conviction, Mafia II, Medal of Honor, Final Fantasy XIII, Yakuza 3, Hunted: The Demon&#039;s Forge, Lara Croft and the Guardian of Light, Modern Warfare 2 DLC, PlayStation Move, and much more!</itunes:subtitle>\n        <itunes:summary>We recover from GDC 2010 to bring you the latest on Splinter Cell: Conviction, Mafia II, Medal of Honor, Final Fantasy XIII, Yakuza 3, Hunted: The Demon&#039;s Forge, Lara Croft and the Guardian of Light, Modern Warfare 2 DLC, PlayStation Move, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8208</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1301296-drink_sdelight_290x400_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/148/giantbombcast-031610.mp3\" fileSize=\"65782820\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/148/giantbombcast-031610.mp3\" length=\"65782820\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: GDC 2010 Day Two</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-gdc-2010-day-two/1600-147/</link>\n        <description>We&#039;re joined by Mega64 and 5th Cell for our second and final GDC 2010 Bombcast, where we spend more time talking about Tommy Tallarico, new objects for Scribblenauts 2, and, surprise surprise, Lincoln Force than we do the actual Game Developers Conference</description>\n        <pubDate>Fri, 12 Mar 2010 23:22:21 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-147</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re joined by Mega64 and 5th Cell for our second and final GDC 2010 Bombcast, where we spend more time talking about Tommy Tallarico, new objects for Scribblenauts 2, and, surprise surprise, Lincoln Force than we do the actual Game Developers Conference</itunes:subtitle>\n        <itunes:summary>We&#039;re joined by Mega64 and 5th Cell for our second and final GDC 2010 Bombcast, where we spend more time talking about Tommy Tallarico, new objects for Scribblenauts 2, and, surprise surprise, Lincoln Force than we do the actual Game Developers Conference</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5736</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1298654-219655_tommytallarico.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/147/giantbombcast-031210.mp3\" fileSize=\"46010842\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/147/giantbombcast-031210.mp3\" length=\"46010842\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: GDC 2010 Day One</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-gdc-2010-day-one/1600-146/</link>\n        <description>A rotating cast of characters from 343 Studios, Irrational Games, 38 Studios, and Capcom--among others--join us for some chaotic conversation in our first podcast from GDC 2010.</description>\n        <pubDate>Fri, 12 Mar 2010 01:40:22 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-146</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">A rotating cast of characters from 343 Studios, Irrational Games, 38 Studios, and Capcom--among others--join us for some chaotic conversation in our first podcast from GDC 2010.</itunes:subtitle>\n        <itunes:summary>A rotating cast of characters from 343 Studios, Irrational Games, 38 Studios, and Capcom--among others--join us for some chaotic conversation in our first podcast from GDC 2010.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6022</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1297449-9j6.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/146/giantbombcast-031110.mp3\" fileSize=\"48295616\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/146/giantbombcast-031110.mp3\" length=\"48295616\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-09-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-09-2010/1600-145/</link>\n        <description>We are joined by special guest &quot;Vinny Caravella&quot; as we warm up for GDC 2010 with close calls with Bam Margera, the scrum master certification process, the literal definition of Phoenix Down, Ryan&#039;s Abe Lincoln action game, and much more!</description>\n        <pubDate>Tue, 09 Mar 2010 18:03:54 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-145</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We are joined by special guest &quot;Vinny Caravella&quot; as we warm up for GDC 2010 with close calls with Bam Margera, the scrum master certification process, the literal definition of Phoenix Down, Ryan&#039;s Abe Lincoln action game, and much more!</itunes:subtitle>\n        <itunes:summary>We are joined by special guest &quot;Vinny Caravella&quot; as we warm up for GDC 2010 with close calls with Bam Margera, the scrum master certification process, the literal definition of Phoenix Down, Ryan&#039;s Abe Lincoln action game, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8708</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1295778-abraham_lincoln.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/145/giantbombcast-030910.mp3\" fileSize=\"69786869\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/145/giantbombcast-030910.mp3\" length=\"69786869\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-02-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-02-2010/1600-144/</link>\n        <description>We break into our regularly scheduled podcast to talk about today&#039;s Infinity Ward news, then it&#039;s on to a sleepy discussion of Metroid: Other M, God of War III, Battlefield: Bad Company 2, and something that qualifies as much, much more!</description>\n        <pubDate>Tue, 02 Mar 2010 17:45:51 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-144</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We break into our regularly scheduled podcast to talk about today&#039;s Infinity Ward news, then it&#039;s on to a sleepy discussion of Metroid: Other M, God of War III, Battlefield: Bad Company 2, and something that qualifies as much, much more!</itunes:subtitle>\n        <itunes:summary>We break into our regularly scheduled podcast to talk about today&#039;s Infinity Ward news, then it&#039;s on to a sleepy discussion of Metroid: Other M, God of War III, Battlefield: Bad Company 2, and something that qualifies as much, much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9283</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/1289349-infinityward.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/144/giantbombcast-030210.mp3\" fileSize=\"74389703\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/144/giantbombcast-030210.mp3\" length=\"74389703\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-23-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-23-2010/1600-143/</link>\n        <description>A smokey-voiced stranger pulls up a chair and joins in on our discussions of Heavy Rain, StarCraft II, C&amp;amp;C4, Dragon Age, Prince of Persia, Borderlands, Just Cause 2, Bad Company 2, Alan Wake, Fallout: New Vegas, and more. Damn, that&#039;s a lot of games!</description>\n        <pubDate>Tue, 23 Feb 2010 17:50:46 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-143</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">A smokey-voiced stranger pulls up a chair and joins in on our discussions of Heavy Rain, StarCraft II, C&amp;amp;C4, Dragon Age, Prince of Persia, Borderlands, Just Cause 2, Bad Company 2, Alan Wake, Fallout: New Vegas, and more. Damn, that&#039;s a lot of games!</itunes:subtitle>\n        <itunes:summary>A smokey-voiced stranger pulls up a chair and joins in on our discussions of Heavy Rain, StarCraft II, C&amp;amp;C4, Dragon Age, Prince of Persia, Borderlands, Just Cause 2, Bad Company 2, Alan Wake, Fallout: New Vegas, and more. Damn, that&#039;s a lot of games!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8774</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1282451-770895_cglurkerhigh.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/143/giantbombcast-022310.mp3\" fileSize=\"70310781\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/143/giantbombcast-022310.mp3\" length=\"70310781\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-16-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-16-2010/1600-142/</link>\n        <description>Topics open for discussion in this week&#039;s support group include Vinny&#039;s crippling Mass Effect addiction, Jeff&#039;s irrational fear of Myst, Ryan&#039;s inappropriate Wii Shop music fixation, and Drew&#039;s... well, Drew&#039;s thing is off-limits for now.</description>\n        <pubDate>Tue, 16 Feb 2010 23:14:58 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-142</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Topics open for discussion in this week&#039;s support group include Vinny&#039;s crippling Mass Effect addiction, Jeff&#039;s irrational fear of Myst, Ryan&#039;s inappropriate Wii Shop music fixation, and Drew&#039;s... well, Drew&#039;s thing is off-limits for now.</itunes:subtitle>\n        <itunes:summary>Topics open for discussion in this week&#039;s support group include Vinny&#039;s crippling Mass Effect addiction, Jeff&#039;s irrational fear of Myst, Ryan&#039;s inappropriate Wii Shop music fixation, and Drew&#039;s... well, Drew&#039;s thing is off-limits for now.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7997</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1273200-jungler1.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/142/giantbombcast-021610.mp3\" fileSize=\"64100743\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/142/giantbombcast-021610.mp3\" length=\"64100743\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-09-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-09-2010/1600-141/</link>\n        <description>We turn in our guns and our badges for this episode about fake websites, BioShock 2, the end of Xbox Live, the fourth Sonic the Hedgehog game, the most delicious Pokemon, Holodays, modern monocles, intern abuse, and more! We don&#039;t care what the commission</description>\n        <pubDate>Tue, 09 Feb 2010 17:26:57 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-141</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We turn in our guns and our badges for this episode about fake websites, BioShock 2, the end of Xbox Live, the fourth Sonic the Hedgehog game, the most delicious Pokemon, Holodays, modern monocles, intern abuse, and more! We don&#039;t care what the commission</itunes:subtitle>\n        <itunes:summary>We turn in our guns and our badges for this episode about fake websites, BioShock 2, the end of Xbox Live, the fourth Sonic the Hedgehog game, the most delicious Pokemon, Holodays, modern monocles, intern abuse, and more! We don&#039;t care what the commission</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7635</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1266722-img_1109.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/141/giantbombcast-020910.mp3\" fileSize=\"61204364\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/141/giantbombcast-020910.mp3\" length=\"61204364\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-02-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-02-2010/1600-140/</link>\n        <description>It&#039;s Groundhog Day, so you know what that means: endless conversations about Mass Effect 2 and Star Trek, with just enough Brian Doyle Murray peppered in to keep things interesting. What is this, Miami Beach?</description>\n        <pubDate>Tue, 02 Feb 2010 15:54:54 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-140</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s Groundhog Day, so you know what that means: endless conversations about Mass Effect 2 and Star Trek, with just enough Brian Doyle Murray peppered in to keep things interesting. What is this, Miami Beach?</itunes:subtitle>\n        <itunes:summary>It&#039;s Groundhog Day, so you know what that means: endless conversations about Mass Effect 2 and Star Trek, with just enough Brian Doyle Murray peppered in to keep things interesting. What is this, Miami Beach?</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7953</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1261426-untitled_1.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/140/giantbombcast-020210.mp3\" fileSize=\"63675823\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/140/giantbombcast-020210.mp3\" length=\"63675823\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-26-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-26-2010/1600-139/</link>\n        <description>We prove our love of talking about Star Trek Online and Mass Effect 2, while also touching on Bad Company 2, Spec Ops, Tony Hawk&#039;s next RIDE, and more. We also answer the question, “who in this picture&#039;s the duck, and who&#039;s wearing the powdered wig?&quot;</description>\n        <pubDate>Tue, 26 Jan 2010 17:24:22 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-139</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We prove our love of talking about Star Trek Online and Mass Effect 2, while also touching on Bad Company 2, Spec Ops, Tony Hawk&#039;s next RIDE, and more. We also answer the question, “who in this picture&#039;s the duck, and who&#039;s wearing the powdered wig?&quot;</itunes:subtitle>\n        <itunes:summary>We prove our love of talking about Star Trek Online and Mass Effect 2, while also touching on Bad Company 2, Spec Ops, Tony Hawk&#039;s next RIDE, and more. We also answer the question, “who in this picture&#039;s the duck, and who&#039;s wearing the powdered wig?&quot;</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7739</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1256756-copcoasd.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/139/giantbombcast-012610.mp3\" fileSize=\"61967205\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/139/giantbombcast-012610.mp3\" length=\"61967205\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: Mass Effect 2 Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-mass-effect-2-edition/1600-138/</link>\n        <description>We sit down with BioWare&#039;s Casey Hudson to discuss Mass Effect 2&#039;s sci-fi inspiration, DLC, sexy aliens, the BioWare doctors, and more.</description>\n        <pubDate>Wed, 20 Jan 2010 11:58:28 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-138</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We sit down with BioWare&#039;s Casey Hudson to discuss Mass Effect 2&#039;s sci-fi inspiration, DLC, sexy aliens, the BioWare doctors, and more.</itunes:subtitle>\n        <itunes:summary>We sit down with BioWare&#039;s Casey Hudson to discuss Mass Effect 2&#039;s sci-fi inspiration, DLC, sexy aliens, the BioWare doctors, and more.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1251549-1249309_screenshot_083_o.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/138/giantbiocast-012010.mp3\" fileSize=\"17831341\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/138/giantbiocast-012010.mp3\" length=\"17831341\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-19-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-19-2010/1600-137/</link>\n        <description>We shake things up quite literally with weird Japanese drinks, Dark Void, our ideal Star Trek game experience, multiplayer Assassin&#039;s Creed, FPS hindsight, meat virgins, video game baby names, and much more in this week&#039;s Bombcast!</description>\n        <pubDate>Tue, 19 Jan 2010 18:49:22 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-137</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We shake things up quite literally with weird Japanese drinks, Dark Void, our ideal Star Trek game experience, multiplayer Assassin&#039;s Creed, FPS hindsight, meat virgins, video game baby names, and much more in this week&#039;s Bombcast!</itunes:subtitle>\n        <itunes:summary>We shake things up quite literally with weird Japanese drinks, Dark Void, our ideal Star Trek game experience, multiplayer Assassin&#039;s Creed, FPS hindsight, meat virgins, video game baby names, and much more in this week&#039;s Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7772</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1251086-633492181997185646_cardassian_torture.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/137/giantbombcast-011910-1.mp3\" fileSize=\"62231774\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/137/giantbombcast-011910-1.mp3\" length=\"62231774\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-12-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-12-2010/1600-136/</link>\n        <description>We fortify this week&#039;s Bombcast with coffee additives as we discuss the finer points of snuggies for golems, slow-motion breakdancing, The Legend of Darksiders, Fallout 3 and Mass Effect 2 spoilers, BioShock 2, the appeal of 3D, NBA Jam, and more!</description>\n        <pubDate>Tue, 12 Jan 2010 16:15:52 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-136</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We fortify this week&#039;s Bombcast with coffee additives as we discuss the finer points of snuggies for golems, slow-motion breakdancing, The Legend of Darksiders, Fallout 3 and Mass Effect 2 spoilers, BioShock 2, the appeal of 3D, NBA Jam, and more!</itunes:subtitle>\n        <itunes:summary>We fortify this week&#039;s Bombcast with coffee additives as we discuss the finer points of snuggies for golems, slow-motion breakdancing, The Legend of Darksiders, Fallout 3 and Mass Effect 2 spoilers, BioShock 2, the appeal of 3D, NBA Jam, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8208</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1244956-52740324.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/136/giantbombcast-011210.mp3\" fileSize=\"65715225\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/136/giantbombcast-011210.mp3\" length=\"65715225\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-05-2010</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-05-2010/1600-135/</link>\n        <description>We return from the holiday break ready to discuss important topics like the right way to say 2010, Vinny&#039;s Steam sale bender, Brad&#039;s first impressions of Fallout 3, the return of Wrex, the legacy of NBA Jam, and much more in this week&#039;s Bombcast!</description>\n        <pubDate>Tue, 05 Jan 2010 18:55:33 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-135</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We return from the holiday break ready to discuss important topics like the right way to say 2010, Vinny&#039;s Steam sale bender, Brad&#039;s first impressions of Fallout 3, the return of Wrex, the legacy of NBA Jam, and much more in this week&#039;s Bombcast!</itunes:subtitle>\n        <itunes:summary>We return from the holiday break ready to discuss important topics like the right way to say 2010, Vinny&#039;s Steam sale bender, Brad&#039;s first impressions of Fallout 3, the return of Wrex, the legacy of NBA Jam, and much more in this week&#039;s Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7613</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1239724-robotron_large_boxed.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/135/giantbombcast-010510.mp3\" fileSize=\"60958252\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/135/giantbombcast-010510.mp3\" length=\"60958252\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Game of the Year 2009 Deliberations</title>\n        <link>https://www.giantbomb.com/podcasts/game-of-the-year-2009-deliberations/1600-134/</link>\n        <description>We spend nearly four hours debating which games deserve to win Giant Bomb&#039;s 2009 platform awards, as well as our overall Game of the Year, in this mammoth Bombcast.</description>\n        <pubDate>Fri, 01 Jan 2010 15:59:30 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-134</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We spend nearly four hours debating which games deserve to win Giant Bomb&#039;s 2009 platform awards, as well as our overall Game of the Year, in this mammoth Bombcast.</itunes:subtitle>\n        <itunes:summary>We spend nearly four hours debating which games deserve to win Giant Bomb&#039;s 2009 platform awards, as well as our overall Game of the Year, in this mammoth Bombcast.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">13390</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1232147-2979373617_17e6d9646e.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/134/GOTY_2009_FINAL_HFB.mp3\" fileSize=\"107178328\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/134/GOTY_2009_FINAL_HFB.mp3\" length=\"107178328\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Game of the Year 2009, Day Five</title>\n        <link>https://www.giantbomb.com/podcasts/game-of-the-year-2009-day-five/1600-132/</link>\n        <description>We finish off this metric Willennium with our picks for 2009&#039;s Best New Non-Player Character, Best Performance By Nolan North, Most Disappointing Game, Best Competitive Multiplayer, and Weirdest game.</description>\n        <pubDate>Thu, 31 Dec 2009 10:43:50 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-132</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We finish off this metric Willennium with our picks for 2009&#039;s Best New Non-Player Character, Best Performance By Nolan North, Most Disappointing Game, Best Competitive Multiplayer, and Weirdest game.</itunes:subtitle>\n        <itunes:summary>We finish off this metric Willennium with our picks for 2009&#039;s Best New Non-Player Character, Best Performance By Nolan North, Most Disappointing Game, Best Competitive Multiplayer, and Weirdest game.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1230935-willenium.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/132/GOTY_D5_nnnn.mp3\" fileSize=\"8956387\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/132/GOTY_D5_nnnn.mp3\" length=\"8956387\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Game of the Year 2009, Day Four</title>\n        <link>https://www.giantbomb.com/podcasts/game-of-the-year-2009-day-four/1600-131/</link>\n        <description>In today&#039;s Game of the Year update we talk about downloads, Soulja Boy, big-ass ramps, classic revivals, and more!</description>\n        <pubDate>Wed, 30 Dec 2009 11:58:32 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-131</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">In today&#039;s Game of the Year update we talk about downloads, Soulja Boy, big-ass ramps, classic revivals, and more!</itunes:subtitle>\n        <itunes:summary>In today&#039;s Game of the Year update we talk about downloads, Soulja Boy, big-ass ramps, classic revivals, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1230433-bomb.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/131/GOTY_D4_slbtm.mp3\" fileSize=\"6579029\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/131/GOTY_D4_slbtm.mp3\" length=\"6579029\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Game of the Year 2009, Day Three</title>\n        <link>https://www.giantbomb.com/podcasts/game-of-the-year-2009-day-three/1600-130/</link>\n        <description>What do Eastern Europe, villainy, terrible games, DLC, and guilty pleasures all have in common? Listen here to find out!</description>\n        <pubDate>Tue, 29 Dec 2009 11:56:10 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-130</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">What do Eastern Europe, villainy, terrible games, DLC, and guilty pleasures all have in common? Listen here to find out!</itunes:subtitle>\n        <itunes:summary>What do Eastern Europe, villainy, terrible games, DLC, and guilty pleasures all have in common? Listen here to find out!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1229922-639495_50_blood_on_the_sand_cover_super.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/130/GOTY_D3_bots.mp3\" fileSize=\"6656544\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/130/GOTY_D3_bots.mp3\" length=\"6656544\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Game of the Year 2009, Day Two</title>\n        <link>https://www.giantbomb.com/podcasts/game-of-the-year-2009-day-two/1600-129/</link>\n        <description>We explain our choices for Best Debut, Best Co-Op, Best Use of Zombies, Best Graphics, and Best Ending for Giant Bomb&#039;s Game of the Year 2009.</description>\n        <pubDate>Mon, 28 Dec 2009 11:13:23 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-129</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We explain our choices for Best Debut, Best Co-Op, Best Use of Zombies, Best Graphics, and Best Ending for Giant Bomb&#039;s Game of the Year 2009.</itunes:subtitle>\n        <itunes:summary>We explain our choices for Best Debut, Best Co-Op, Best Use of Zombies, Best Graphics, and Best Ending for Giant Bomb&#039;s Game of the Year 2009.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1229314-bomb.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/129/GOTY_D2_ttwz.mp3\" fileSize=\"5175320\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/129/GOTY_D2_ttwz.mp3\" length=\"5175320\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Game of the Year 2009, Day One</title>\n        <link>https://www.giantbomb.com/podcasts/game-of-the-year-2009-day-one/1600-128/</link>\n        <description>We discuss the nominees for 2009&#039;s 2008 Game of the Year, Most Divisive Game, Best Song In A Non-Rhythm Game, Best Late Title Card, and Best Original Soundtrack, and how we came to our winners.</description>\n        <pubDate>Sun, 27 Dec 2009 09:39:14 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-128</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We discuss the nominees for 2009&#039;s 2008 Game of the Year, Most Divisive Game, Best Song In A Non-Rhythm Game, Best Late Title Card, and Best Original Soundtrack, and how we came to our winners.</itunes:subtitle>\n        <itunes:summary>We discuss the nominees for 2009&#039;s 2008 Game of the Year, Most Divisive Game, Best Song In A Non-Rhythm Game, Best Late Title Card, and Best Original Soundtrack, and how we came to our winners.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1228865-957529_minna14.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/128/GOTY_D1_iacm.mp3\" fileSize=\"5072703\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/128/GOTY_D1_iacm.mp3\" length=\"5072703\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12-22-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-22-2009/1600-126/</link>\n        <description>With videogames all curled up in their holiday hibernation, we turn to you, the listener, to help us pad out two hours of freeform nonsense in this all-email holiday edition of the Bombcast! Special thanks to coffeesash for the holly-jolly holiday theme.</description>\n        <pubDate>Tue, 22 Dec 2009 21:23:59 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-126</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With videogames all curled up in their holiday hibernation, we turn to you, the listener, to help us pad out two hours of freeform nonsense in this all-email holiday edition of the Bombcast! Special thanks to coffeesash for the holly-jolly holiday theme.</itunes:subtitle>\n        <itunes:summary>With videogames all curled up in their holiday hibernation, we turn to you, the listener, to help us pad out two hours of freeform nonsense in this all-email holiday edition of the Bombcast! Special thanks to coffeesash for the holly-jolly holiday theme.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7545</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1226884-dan_akroyd_santa.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/126/giantbombcast-122209.mp3\" fileSize=\"60418040\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/126/giantbombcast-122209.mp3\" length=\"60418040\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12-15-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-15-2009/1600-125/</link>\n        <description>It&#039;s nothing but drunk Santas, MKII arcade machines, fluid dynamics, James Cameron&#039;s Avatar, Swedish cowboys, Akham Asylum Too, the limits of Drew&#039;s Halo knowledge, and Game of the Year preparations in this week&#039;s Bombcast!</description>\n        <pubDate>Tue, 15 Dec 2009 20:42:17 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-125</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s nothing but drunk Santas, MKII arcade machines, fluid dynamics, James Cameron&#039;s Avatar, Swedish cowboys, Akham Asylum Too, the limits of Drew&#039;s Halo knowledge, and Game of the Year preparations in this week&#039;s Bombcast!</itunes:subtitle>\n        <itunes:summary>It&#039;s nothing but drunk Santas, MKII arcade machines, fluid dynamics, James Cameron&#039;s Avatar, Swedish cowboys, Akham Asylum Too, the limits of Drew&#039;s Halo knowledge, and Game of the Year preparations in this week&#039;s Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8214</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1220085-1214518_screen_shot_2009_12_11_at_12.34.27_pm.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/125/giantbombcast-121509.mp3\" fileSize=\"65769865\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/125/giantbombcast-121509.mp3\" length=\"65769865\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12-08-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-08-2009/1600-124/</link>\n        <description>Gather &#039;round the ole Bombcast for tales of pagan Christmas tree rituals, suicide eff bombers, enemy trains, Le Saboteur, dice rolls in Star Wars: The Old Republic, Medal of Honor&#039;s modern warfare, the most common achievement names, and so much more!</description>\n        <pubDate>Tue, 08 Dec 2009 18:39:27 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-124</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Gather &#039;round the ole Bombcast for tales of pagan Christmas tree rituals, suicide eff bombers, enemy trains, Le Saboteur, dice rolls in Star Wars: The Old Republic, Medal of Honor&#039;s modern warfare, the most common achievement names, and so much more!</itunes:subtitle>\n        <itunes:summary>Gather &#039;round the ole Bombcast for tales of pagan Christmas tree rituals, suicide eff bombers, enemy trains, Le Saboteur, dice rolls in Star Wars: The Old Republic, Medal of Honor&#039;s modern warfare, the most common achievement names, and so much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8392</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1211985-dragnet_blog_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/124/giantbombcast-120809.mp3\" fileSize=\"67187495\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/124/giantbombcast-120809.mp3\" length=\"67187495\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12-01-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-01-2009/1600-123/</link>\n        <description>All the tryptophan and cheese-covered car keys in the world can&#039;t stop us from going on about cursing at the end of the world, Assassin&#039;s Creed II, underestimating kids, Dragon Age: Origins, and the bittersweet return of Metro City mayor Mike Haggar.</description>\n        <pubDate>Tue, 01 Dec 2009 18:56:21 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-123</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">All the tryptophan and cheese-covered car keys in the world can&#039;t stop us from going on about cursing at the end of the world, Assassin&#039;s Creed II, underestimating kids, Dragon Age: Origins, and the bittersweet return of Metro City mayor Mike Haggar.</itunes:subtitle>\n        <itunes:summary>All the tryptophan and cheese-covered car keys in the world can&#039;t stop us from going on about cursing at the end of the world, Assassin&#039;s Creed II, underestimating kids, Dragon Age: Origins, and the bittersweet return of Metro City mayor Mike Haggar.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7924</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1204317-5892_468x_mike_haggar.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/123/giantbombcast-120109.mp3\" fileSize=\"63443416\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/123/giantbombcast-120109.mp3\" length=\"63443416\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-24-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-24-2009/1600-122/</link>\n        <description>Let the Giant Bombcast guide you through this hectic holiday week with conversations on turkeys full of toothpaste, the pros and cons of Fresno, Assassin&#039;s Creed II, light-gun semantics, the last days of Pandemic, and more! Brought to you by Corningware!</description>\n        <pubDate>Tue, 24 Nov 2009 15:46:05 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-122</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Let the Giant Bombcast guide you through this hectic holiday week with conversations on turkeys full of toothpaste, the pros and cons of Fresno, Assassin&#039;s Creed II, light-gun semantics, the last days of Pandemic, and more! Brought to you by Corningware!</itunes:subtitle>\n        <itunes:summary>Let the Giant Bombcast guide you through this hectic holiday week with conversations on turkeys full of toothpaste, the pros and cons of Fresno, Assassin&#039;s Creed II, light-gun semantics, the last days of Pandemic, and more! Brought to you by Corningware!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8782</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1197847-point_break_blu_ray_snapshot20080624132148.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/122/giantbombcast-112409.mp3\" fileSize=\"70311322\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/122/giantbombcast-112409.mp3\" length=\"70311322\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-17-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-17-2009/1600-121/</link>\n        <description>We celebrate the last big week of the holiday release season with discussions of the Dragon Age, New Super Mario Bros. Wii, more Modern Warfare 2 chatter, Super Street Fighter IV, the fate of Chicago Ted in Left 4 Dead 2, Assassin&#039;s Creed II, and more!</description>\n        <pubDate>Tue, 17 Nov 2009 19:00:22 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-121</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We celebrate the last big week of the holiday release season with discussions of the Dragon Age, New Super Mario Bros. Wii, more Modern Warfare 2 chatter, Super Street Fighter IV, the fate of Chicago Ted in Left 4 Dead 2, Assassin&#039;s Creed II, and more!</itunes:subtitle>\n        <itunes:summary>We celebrate the last big week of the holiday release season with discussions of the Dragon Age, New Super Mario Bros. Wii, more Modern Warfare 2 chatter, Super Street Fighter IV, the fate of Chicago Ted in Left 4 Dead 2, Assassin&#039;s Creed II, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7805</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1193054-untitled_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/121/giantbombcast-111709.mp3\" fileSize=\"62492350\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/121/giantbombcast-111709.mp3\" length=\"62492350\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: Modern Warfare 2 Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-modern-warfare-2-edition/1600-120/</link>\n        <description>It&#039;s a Giant Spoilercast as we discuss many of the specifics of the single-player experience in Modern Warfare 2.</description>\n        <pubDate>Fri, 13 Nov 2009 19:09:49 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-120</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s a Giant Spoilercast as we discuss many of the specifics of the single-player experience in Modern Warfare 2.</itunes:subtitle>\n        <itunes:summary>It&#039;s a Giant Spoilercast as we discuss many of the specifics of the single-player experience in Modern Warfare 2.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">4321</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1190750-untitled_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/120/mowa2cast-111309.mp3\" fileSize=\"34623452\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/120/mowa2cast-111309.mp3\" length=\"34623452\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-10-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-10-2009/1600-119/</link>\n        <description>Brad has fun in Chinatown, Jeff flashes his firmware, Ryan gets Rabbid, Vinny returns a changed man, and we all talk a lot of Modern Warfare 2 in this week&#039;s edition of the Giant Bombcast.</description>\n        <pubDate>Tue, 10 Nov 2009 19:39:07 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-119</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Brad has fun in Chinatown, Jeff flashes his firmware, Ryan gets Rabbid, Vinny returns a changed man, and we all talk a lot of Modern Warfare 2 in this week&#039;s edition of the Giant Bombcast.</itunes:subtitle>\n        <itunes:summary>Brad has fun in Chinatown, Jeff flashes his firmware, Ryan gets Rabbid, Vinny returns a changed man, and we all talk a lot of Modern Warfare 2 in this week&#039;s edition of the Giant Bombcast.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6841</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1189393-e3da73ca4f472bd853b944d13dc6330e_player.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/119/giantbombcast-111009.mp3\" fileSize=\"54783093\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/119/giantbombcast-111009.mp3\" length=\"54783093\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-03-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-03-2009/1600-118/</link>\n        <description>Friend of Giant Bomb Jared Rea sits in for discussions of Jeff&#039;s pretty robot girlfriend, the perceived benefits of gold rhythm game controllers, the parallels between Sailor Moon fighting games and jazz music, Hideo Kojima&#039;s love of Twilight, and more!</description>\n        <pubDate>Tue, 03 Nov 2009 18:18:36 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-118</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Friend of Giant Bomb Jared Rea sits in for discussions of Jeff&#039;s pretty robot girlfriend, the perceived benefits of gold rhythm game controllers, the parallels between Sailor Moon fighting games and jazz music, Hideo Kojima&#039;s love of Twilight, and more!</itunes:subtitle>\n        <itunes:summary>Friend of Giant Bomb Jared Rea sits in for discussions of Jeff&#039;s pretty robot girlfriend, the perceived benefits of gold rhythm game controllers, the parallels between Sailor Moon fighting games and jazz music, Hideo Kojima&#039;s love of Twilight, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8621</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1184705-sailor_moon_tuxedo_mask.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/118/giantbombcast-110309.mp3\" fileSize=\"69020873\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/118/giantbombcast-110309.mp3\" length=\"69020873\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-27-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-27-2009/1600-117/</link>\n        <description>It&#039;s a show for the over-sophisticated and the under-sophisticated as we discuss trucks and villains in Uncharted 2, Prototype&#039;s shelf life, the bitter gift of Demon&#039;s Souls, Modern Warfare on the Moon, Xbox Experience 3.0, deep-fried sandwiches, and so m</description>\n        <pubDate>Tue, 27 Oct 2009 14:14:02 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-117</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s a show for the over-sophisticated and the under-sophisticated as we discuss trucks and villains in Uncharted 2, Prototype&#039;s shelf life, the bitter gift of Demon&#039;s Souls, Modern Warfare on the Moon, Xbox Experience 3.0, deep-fried sandwiches, and so m</itunes:subtitle>\n        <itunes:summary>It&#039;s a show for the over-sophisticated and the under-sophisticated as we discuss trucks and villains in Uncharted 2, Prototype&#039;s shelf life, the bitter gift of Demon&#039;s Souls, Modern Warfare on the Moon, Xbox Experience 3.0, deep-fried sandwiches, and so m</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8117</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1180607-screen_shot_2009_10_27_at_12.01.53_pm.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/117/giantbombcast-102709.mp3\" fileSize=\"64992166\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/117/giantbombcast-102709.mp3\" length=\"64992166\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-20-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-20-2009/1600-116/</link>\n        <description>The Giant Bomb staff sounds off on Brutal Legend, Borderlands, The Beatles: Rock Band vs. Guitar Hero 5, wrestlers vs. cars, Infinity Ward&#039;s Modern Warfare 2 PC drama, and DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO!</description>\n        <pubDate>Tue, 20 Oct 2009 17:13:32 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-116</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Giant Bomb staff sounds off on Brutal Legend, Borderlands, The Beatles: Rock Band vs. Guitar Hero 5, wrestlers vs. cars, Infinity Ward&#039;s Modern Warfare 2 PC drama, and DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO!</itunes:subtitle>\n        <itunes:summary>The Giant Bomb staff sounds off on Brutal Legend, Borderlands, The Beatles: Rock Band vs. Guitar Hero 5, wrestlers vs. cars, Infinity Ward&#039;s Modern Warfare 2 PC drama, and DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO DOMO!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8032</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1175435-domo_kun.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/116/giantbombcast-102009.mp3\" fileSize=\"64313607\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/116/giantbombcast-102009.mp3\" length=\"64313607\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-13-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-13-2009/1600-115/</link>\n        <description>Capcom&#039;s Adam Boyes and freelance troublemaker John Vignocchi join the crew for some rowdy, champagne-fueled shouting about the downfall of Midway, Demon&#039;s Souls, Forza 3, Chuck D, Brutal Legend, New Super Mario Bros. Wii, and more in this week&#039;s Bombcast</description>\n        <pubDate>Tue, 13 Oct 2009 19:25:01 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-115</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Capcom&#039;s Adam Boyes and freelance troublemaker John Vignocchi join the crew for some rowdy, champagne-fueled shouting about the downfall of Midway, Demon&#039;s Souls, Forza 3, Chuck D, Brutal Legend, New Super Mario Bros. Wii, and more in this week&#039;s Bombcast</itunes:subtitle>\n        <itunes:summary>Capcom&#039;s Adam Boyes and freelance troublemaker John Vignocchi join the crew for some rowdy, champagne-fueled shouting about the downfall of Midway, Demon&#039;s Souls, Forza 3, Chuck D, Brutal Legend, New Super Mario Bros. Wii, and more in this week&#039;s Bombcast</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8821</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1169849-champagne.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/115/giantbombcast-101309.mp3\" fileSize=\"70626463\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/115/giantbombcast-101309.mp3\" length=\"70626463\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-06-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-06-2009/1600-114/</link>\n        <description>With the taste of Modern Warfare 2 on our lips we set our sights on the PSPgo, the world&#039;s largest pinball expo, the acrimony of Work Time Fun, Uncharted 2, Lego Bowie, night-vision goggles in TrackMania 2, the PlayStation Threemote, and much more!</description>\n        <pubDate>Tue, 06 Oct 2009 20:21:22 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-114</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With the taste of Modern Warfare 2 on our lips we set our sights on the PSPgo, the world&#039;s largest pinball expo, the acrimony of Work Time Fun, Uncharted 2, Lego Bowie, night-vision goggles in TrackMania 2, the PlayStation Threemote, and much more!</itunes:subtitle>\n        <itunes:summary>With the taste of Modern Warfare 2 on our lips we set our sights on the PSPgo, the world&#039;s largest pinball expo, the acrimony of Work Time Fun, Uncharted 2, Lego Bowie, night-vision goggles in TrackMania 2, the PlayStation Threemote, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8093</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1164581-500x_davidbowie.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/114/giantbombcast-100609.mp3\" fileSize=\"64802622\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/114/giantbombcast-100609.mp3\" length=\"64802622\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-29-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-29-2009/1600-113/</link>\n        <description>The Giant Bombcast rocks out with more Arkham Asylum conversation, our first DJ Hero hands-on experience, Jeff&#039;s undying love of video pinball, our TGS 2009 highlights, Super Street Fighter IV, our continuing Splinter Cell: Conviction drama, and more!</description>\n        <pubDate>Tue, 29 Sep 2009 18:33:18 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-113</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Giant Bombcast rocks out with more Arkham Asylum conversation, our first DJ Hero hands-on experience, Jeff&#039;s undying love of video pinball, our TGS 2009 highlights, Super Street Fighter IV, our continuing Splinter Cell: Conviction drama, and more!</itunes:subtitle>\n        <itunes:summary>The Giant Bombcast rocks out with more Arkham Asylum conversation, our first DJ Hero hands-on experience, Jeff&#039;s undying love of video pinball, our TGS 2009 highlights, Super Street Fighter IV, our continuing Splinter Cell: Conviction drama, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8547</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1152224-8319_142215103510_570923510_2691512_4094684_n.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/113/giantbombcast-092909.mp3\" fileSize=\"68438029\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/113/giantbombcast-092909.mp3\" length=\"68438029\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-22-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-22-2009/1600-112/</link>\n        <description>We hold it down stateside with Gears of War energy drinks as we discuss ODST and the future of Halo, TrackMania 2, the failings of Scribblenauts, Modern Warfare 2 perks, the realities of Rock Band Network, life after the Endurance Run, and more!</description>\n        <pubDate>Tue, 22 Sep 2009 20:44:12 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-112</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We hold it down stateside with Gears of War energy drinks as we discuss ODST and the future of Halo, TrackMania 2, the failings of Scribblenauts, Modern Warfare 2 perks, the realities of Rock Band Network, life after the Endurance Run, and more!</itunes:subtitle>\n        <itunes:summary>We hold it down stateside with Gears of War energy drinks as we discuss ODST and the future of Halo, TrackMania 2, the failings of Scribblenauts, Modern Warfare 2 perks, the realities of Rock Band Network, life after the Endurance Run, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8736</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1145660-p4jefftemplate.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/112/giantbombcast-092209.mp3\" fileSize=\"69948115\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/112/giantbombcast-092209.mp3\" length=\"69948115\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-15-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-15-2009/1600-111/</link>\n        <description>The first four missions of Halo 3: ODST, Need for Speed: SHIFT, the best way to scratch an Xbox 360 disc, the awesomeness of sleep, and Courtney Love&#039;s internet insanity are just a few of the topics on this week&#039;s edition of the Giant Bombcast!</description>\n        <pubDate>Tue, 15 Sep 2009 20:03:33 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-111</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The first four missions of Halo 3: ODST, Need for Speed: SHIFT, the best way to scratch an Xbox 360 disc, the awesomeness of sleep, and Courtney Love&#039;s internet insanity are just a few of the topics on this week&#039;s edition of the Giant Bombcast!</itunes:subtitle>\n        <itunes:summary>The first four missions of Halo 3: ODST, Need for Speed: SHIFT, the best way to scratch an Xbox 360 disc, the awesomeness of sleep, and Courtney Love&#039;s internet insanity are just a few of the topics on this week&#039;s edition of the Giant Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8601</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1136656-1119986_guitar_hero_5_xbox_360_048.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/111/giantbombcast-091409.mp3\" fileSize=\"68866646\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/111/giantbombcast-091409.mp3\" length=\"68866646\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-08-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-08-2009/1600-110/</link>\n        <description>We look back at some of our personal highlights from PAX09, discuss the relative merits of The Beatles: Rock Band and Guitar Hero 5, and warn of the perils of playing Doom on a plane, and much more in this week&#039;s edition of the Giant Bombcast.</description>\n        <pubDate>Tue, 08 Sep 2009 21:00:03 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-110</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We look back at some of our personal highlights from PAX09, discuss the relative merits of The Beatles: Rock Band and Guitar Hero 5, and warn of the perils of playing Doom on a plane, and much more in this week&#039;s edition of the Giant Bombcast.</itunes:subtitle>\n        <itunes:summary>We look back at some of our personal highlights from PAX09, discuss the relative merits of The Beatles: Rock Band and Guitar Hero 5, and warn of the perils of playing Doom on a plane, and much more in this week&#039;s edition of the Giant Bombcast.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6792</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1129416-swine_flu.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/110/giantbombcast-090809.mp3\" fileSize=\"54391047\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/110/giantbombcast-090809.mp3\" length=\"54391047\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: PAX Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-pax-edition/1600-109/</link>\n        <description>We kick it Sea-town style with Kotaku&#039;s Stephen Totilo, 38 Studios&#039; Rich Gallup, Obsidian Entertainment&#039;s Matthew Rorie, Harmonix Music Systems&#039; Alex Navarro, and Blizzard Entertainment&#039;s Bob Colayco in this surprisingly orderly PAX edition Bombcast!</description>\n        <pubDate>Sat, 05 Sep 2009 09:04:08 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-109</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We kick it Sea-town style with Kotaku&#039;s Stephen Totilo, 38 Studios&#039; Rich Gallup, Obsidian Entertainment&#039;s Matthew Rorie, Harmonix Music Systems&#039; Alex Navarro, and Blizzard Entertainment&#039;s Bob Colayco in this surprisingly orderly PAX edition Bombcast!</itunes:subtitle>\n        <itunes:summary>We kick it Sea-town style with Kotaku&#039;s Stephen Totilo, 38 Studios&#039; Rich Gallup, Obsidian Entertainment&#039;s Matthew Rorie, Harmonix Music Systems&#039; Alex Navarro, and Blizzard Entertainment&#039;s Bob Colayco in this surprisingly orderly PAX edition Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5839</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1125789-320x240.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/109/giantbombcast-090409.mp3\" fileSize=\"46769143\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/109/giantbombcast-090409.mp3\" length=\"46769143\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-01-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-01-2009/1600-108/</link>\n        <description>The fantastic foursome is back in effect with the outlaw economics in Borderlands, playing like an a-hole, life after the PS3 Slim, The Bat-Man, The Final Destination, DJ AM, Marvel vs. Disney, and more! Brought to you by the Vietnam Corporation!</description>\n        <pubDate>Tue, 01 Sep 2009 17:23:57 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-108</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The fantastic foursome is back in effect with the outlaw economics in Borderlands, playing like an a-hole, life after the PS3 Slim, The Bat-Man, The Final Destination, DJ AM, Marvel vs. Disney, and more! Brought to you by the Vietnam Corporation!</itunes:subtitle>\n        <itunes:summary>The fantastic foursome is back in effect with the outlaw economics in Borderlands, playing like an a-hole, life after the PS3 Slim, The Bat-Man, The Final Destination, DJ AM, Marvel vs. Disney, and more! Brought to you by the Vietnam Corporation!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8826</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1122727-wolviemickey.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/108/giantbombcast-090109.mp3\" fileSize=\"70663453\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/108/giantbombcast-090109.mp3\" length=\"70663453\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-25-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-25-2009/1600-106/</link>\n        <description>With Jeff on vacation we bring Drew to the table for discussions of the subtle art of people getting sliced in half, sequence breaking in Shadow Complex, Jim Raynor vs. the devil, Pandaren Brewmasters, the PS3 Slim, and, of course, Peter Molyneux&#039;s balls.</description>\n        <pubDate>Tue, 25 Aug 2009 18:02:02 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-106</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With Jeff on vacation we bring Drew to the table for discussions of the subtle art of people getting sliced in half, sequence breaking in Shadow Complex, Jim Raynor vs. the devil, Pandaren Brewmasters, the PS3 Slim, and, of course, Peter Molyneux&#039;s balls.</itunes:subtitle>\n        <itunes:summary>With Jeff on vacation we bring Drew to the table for discussions of the subtle art of people getting sliced in half, sequence breaking in Shadow Complex, Jim Raynor vs. the devil, Pandaren Brewmasters, the PS3 Slim, and, of course, Peter Molyneux&#039;s balls.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8000</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1117384-kim_1208_petrmolyteases.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/106/giantbombcast-082509.mp3\" fileSize=\"64055309\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/106/giantbombcast-082509.mp3\" length=\"64055309\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-18-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-18-2009/1600-105/</link>\n        <description>Since we&#039;re not allowed into Germany for reasons we&#039;d rather not discuss, we stay home and chat about Shadow Complex, the strategery of Brütal Legend&#039;s multiplayer, the Wolfenstein timeline, Brad&#039;s exciting QuakeCon trip, Limerick Island, and much more!</description>\n        <pubDate>Tue, 18 Aug 2009 18:10:55 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-105</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Since we&#039;re not allowed into Germany for reasons we&#039;d rather not discuss, we stay home and chat about Shadow Complex, the strategery of Brütal Legend&#039;s multiplayer, the Wolfenstein timeline, Brad&#039;s exciting QuakeCon trip, Limerick Island, and much more!</itunes:subtitle>\n        <itunes:summary>Since we&#039;re not allowed into Germany for reasons we&#039;d rather not discuss, we stay home and chat about Shadow Complex, the strategery of Brütal Legend&#039;s multiplayer, the Wolfenstein timeline, Brad&#039;s exciting QuakeCon trip, Limerick Island, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7189</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1110021-andyfoster2.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/105/giantbombcast-081809.mp3\" fileSize=\"57568373\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/105/giantbombcast-081809.mp3\" length=\"57568373\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-11-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-11-2009/1600-104/</link>\n        <description>This week we welcome arcade enthusiast and friend of Giant Bomb Jared Rea to the table for conversation about EVO cliques, Korean rhythm games, Guitar Hero 5, Spielberg&#039;s Halo, 50 Cent in Modern Warfare 2, Michael Cera in everything, and more!</description>\n        <pubDate>Tue, 11 Aug 2009 16:56:56 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-104</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we welcome arcade enthusiast and friend of Giant Bomb Jared Rea to the table for conversation about EVO cliques, Korean rhythm games, Guitar Hero 5, Spielberg&#039;s Halo, 50 Cent in Modern Warfare 2, Michael Cera in everything, and more!</itunes:subtitle>\n        <itunes:summary>This week we welcome arcade enthusiast and friend of Giant Bomb Jared Rea to the table for conversation about EVO cliques, Korean rhythm games, Guitar Hero 5, Spielberg&#039;s Halo, 50 Cent in Modern Warfare 2, Michael Cera in everything, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7895</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1104766-medium_cera.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/104/giantbombcast-081009.mp3\" fileSize=\"63220435\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/104/giantbombcast-081009.mp3\" length=\"63220435\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-04-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-04-2009/1600-103/</link>\n        <description>This week&#039;s Bombcast covers the life and death of The Matrix Online, the storied history of Sierra On-Line, the games that Gearbox is (and isn&#039;t) making, the psychology of holiday game releases, swords, and other pressing topics of the utmost importance!</description>\n        <pubDate>Tue, 04 Aug 2009 17:30:16 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-103</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week&#039;s Bombcast covers the life and death of The Matrix Online, the storied history of Sierra On-Line, the games that Gearbox is (and isn&#039;t) making, the psychology of holiday game releases, swords, and other pressing topics of the utmost importance!</itunes:subtitle>\n        <itunes:summary>This week&#039;s Bombcast covers the life and death of The Matrix Online, the storied history of Sierra On-Line, the games that Gearbox is (and isn&#039;t) making, the psychology of holiday game releases, swords, and other pressing topics of the utmost importance!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8001</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1098406-heat_pacino_buggy.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/103/giantbombcast-080409.mp3\" fileSize=\"64064926\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/103/giantbombcast-080409.mp3\" length=\"64064926\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-28-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-28-2009/1600-102/</link>\n        <description>Brad returns from the glorious Carolinas for discussions of bo-rounds, &#039;Splosion Man, the correct pronunciation of Sidhe, King of Fighters XII, San Diego Comic-Con, Microsoft&#039;s Halo plans, candy bars, PAX 09, and other nonsense!</description>\n        <pubDate>Tue, 28 Jul 2009 19:35:52 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-102</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Brad returns from the glorious Carolinas for discussions of bo-rounds, &#039;Splosion Man, the correct pronunciation of Sidhe, King of Fighters XII, San Diego Comic-Con, Microsoft&#039;s Halo plans, candy bars, PAX 09, and other nonsense!</itunes:subtitle>\n        <itunes:summary>Brad returns from the glorious Carolinas for discussions of bo-rounds, &#039;Splosion Man, the correct pronunciation of Sidhe, King of Fighters XII, San Diego Comic-Con, Microsoft&#039;s Halo plans, candy bars, PAX 09, and other nonsense!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8017</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1092836-bojangles.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/102/giantbombcast-072809.mp3\" fileSize=\"64196165\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/102/giantbombcast-072809.mp3\" length=\"64196165\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-21-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-21-2009/1600-101/</link>\n        <description>We recover from Friday night&#039;s funcaholism in tonight&#039;s episode of Everybody Loves Bombcast with Wii Sports Resort, Evo 2009, the correct pronunciation of Karateka, toast guns, Shadow Complex, night vision goggles, Rock Band Network, and more!</description>\n        <pubDate>Tue, 21 Jul 2009 13:52:52 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-101</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We recover from Friday night&#039;s funcaholism in tonight&#039;s episode of Everybody Loves Bombcast with Wii Sports Resort, Evo 2009, the correct pronunciation of Karateka, toast guns, Shadow Complex, night vision goggles, Rock Band Network, and more!</itunes:subtitle>\n        <itunes:summary>We recover from Friday night&#039;s funcaholism in tonight&#039;s episode of Everybody Loves Bombcast with Wii Sports Resort, Evo 2009, the correct pronunciation of Karateka, toast guns, Shadow Complex, night vision goggles, Rock Band Network, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7597</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1086394-karateka_artwork.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/101/giantbombcast-072109.mp3\" fileSize=\"60832429\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/101/giantbombcast-072109.mp3\" length=\"60832429\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-14-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-14-2009/1600-100/</link>\n        <description>We cover the infinite beards of California Extreme, the wrong way to move into a new apartment, UFC vs. EA, and the glorious returns of Monkey Island, MechWarrior, and Command &amp;amp; Conquer in this week&#039;s edition of the Giant Bombcast!</description>\n        <pubDate>Tue, 14 Jul 2009 17:55:34 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-100</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We cover the infinite beards of California Extreme, the wrong way to move into a new apartment, UFC vs. EA, and the glorious returns of Monkey Island, MechWarrior, and Command &amp;amp; Conquer in this week&#039;s edition of the Giant Bombcast!</itunes:subtitle>\n        <itunes:summary>We cover the infinite beards of California Extreme, the wrong way to move into a new apartment, UFC vs. EA, and the glorious returns of Monkey Island, MechWarrior, and Command &amp;amp; Conquer in this week&#039;s edition of the Giant Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7666</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1081307-1059416_mi15.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/100/giantbombcast-071409.mp3\" fileSize=\"61384971\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/100/giantbombcast-071409.mp3\" length=\"61384971\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-07-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-07-2009/1600-99/</link>\n        <description>A slow-ass news week leads to discussions of open-world fatigue, Brad&#039;s honorable ancestry, Tales of Monkey Island, 1 vs. 100, Asteroids: The Movie, a sequel to Super Mario Bros. 2, and air horns. So very, very many air horns.</description>\n        <pubDate>Tue, 07 Jul 2009 19:08:37 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-99</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">A slow-ass news week leads to discussions of open-world fatigue, Brad&#039;s honorable ancestry, Tales of Monkey Island, 1 vs. 100, Asteroids: The Movie, a sequel to Super Mario Bros. 2, and air horns. So very, very many air horns.</itunes:subtitle>\n        <itunes:summary>A slow-ass news week leads to discussions of open-world fatigue, Brad&#039;s honorable ancestry, Tales of Monkey Island, 1 vs. 100, Asteroids: The Movie, a sequel to Super Mario Bros. 2, and air horns. So very, very many air horns.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7621</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1075822-untitled_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/99/giantbombcast-070709.mp3\" fileSize=\"61026567\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/99/giantbombcast-070709.mp3\" length=\"61026567\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-30-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-30-2009/1600-98/</link>\n        <description>What do Chris Cashman, Starcraft rap songs, Fallout/Doom crossovers, the fury of the BioWare doctors, different approaches to motion controls, and the future of Midway all have in common? Listen to this week&#039;s Giant Bombcast to find out!</description>\n        <pubDate>Tue, 30 Jun 2009 19:00:19 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-98</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">What do Chris Cashman, Starcraft rap songs, Fallout/Doom crossovers, the fury of the BioWare doctors, different approaches to motion controls, and the future of Midway all have in common? Listen to this week&#039;s Giant Bombcast to find out!</itunes:subtitle>\n        <itunes:summary>What do Chris Cashman, Starcraft rap songs, Fallout/Doom crossovers, the fury of the BioWare doctors, different approaches to motion controls, and the future of Midway all have in common? Listen to this week&#039;s Giant Bombcast to find out!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7682</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1068897-untitled_2.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/98/giantbombcast-063009.mp3\" fileSize=\"61516008\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/98/giantbombcast-063009.mp3\" length=\"61516008\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-23-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-23-2009/1600-97/</link>\n        <description>We chop it up with Dave on the topics of Martian gorillas, necklaceness versus necklessness, Bobby Brown, modded Tiger Woods controllers, more Natal nonsense, Activision&#039;s grisly corporate ladder, among others. Caution: HOT!</description>\n        <pubDate>Tue, 23 Jun 2009 18:18:54 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-97</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We chop it up with Dave on the topics of Martian gorillas, necklaceness versus necklessness, Bobby Brown, modded Tiger Woods controllers, more Natal nonsense, Activision&#039;s grisly corporate ladder, among others. Caution: HOT!</itunes:subtitle>\n        <itunes:summary>We chop it up with Dave on the topics of Martian gorillas, necklaceness versus necklessness, Bobby Brown, modded Tiger Woods controllers, more Natal nonsense, Activision&#039;s grisly corporate ladder, among others. Caution: HOT!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6449</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1064427-redgorilla.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/97/giantbombcast-062309.mp3\" fileSize=\"51651329\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/97/giantbombcast-062309.mp3\" length=\"51651329\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-16-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-16-2009/1600-96/</link>\n        <description>Jeff has conflicted feelings towards Vince Vaughn, Vinny loses sleep to Trash Panic, Brad gets incensed at this week&#039;s DSiWare offerings, and Ryan recovers from too much weekend fun in this week&#039;s episode of your favorite in-flight shopping magazine.</description>\n        <pubDate>Tue, 16 Jun 2009 18:57:02 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-96</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff has conflicted feelings towards Vince Vaughn, Vinny loses sleep to Trash Panic, Brad gets incensed at this week&#039;s DSiWare offerings, and Ryan recovers from too much weekend fun in this week&#039;s episode of your favorite in-flight shopping magazine.</itunes:subtitle>\n        <itunes:summary>Jeff has conflicted feelings towards Vince Vaughn, Vinny loses sleep to Trash Panic, Brad gets incensed at this week&#039;s DSiWare offerings, and Ryan recovers from too much weekend fun in this week&#039;s episode of your favorite in-flight shopping magazine.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7724</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1058259-hotdog_toaster.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/96/giantbombcast-061609.mp3\" fileSize=\"61850156\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/96/giantbombcast-061609.mp3\" length=\"61850156\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-09-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-09-2009/1600-95/</link>\n        <description>We try to keep things brief as we collect our thoughts on E3 2009 and discuss Jack Tretton&#039;s affinity for steaks, stock E3 conversations, spider ants, gun scorpions, the power of sequels, and what we&#039;re playing now that the show&#039;s over.</description>\n        <pubDate>Tue, 09 Jun 2009 14:06:43 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-95</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We try to keep things brief as we collect our thoughts on E3 2009 and discuss Jack Tretton&#039;s affinity for steaks, stock E3 conversations, spider ants, gun scorpions, the power of sequels, and what we&#039;re playing now that the show&#039;s over.</itunes:subtitle>\n        <itunes:summary>We try to keep things brief as we collect our thoughts on E3 2009 and discuss Jack Tretton&#039;s affinity for steaks, stock E3 conversations, spider ants, gun scorpions, the power of sequels, and what we&#039;re playing now that the show&#039;s over.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">4626</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1049447-crash_4.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/95/giantbombcast060909.mp3\" fileSize=\"37066850\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/95/giantbombcast060909.mp3\" length=\"37066850\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast E3 2009 Day Three</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2009-day-three/1600-94/</link>\n        <description>We close out the show with special guests from Pandemic Studios and Mythic Entertainment.</description>\n        <pubDate>Thu, 04 Jun 2009 23:07:07 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-94</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We close out the show with special guests from Pandemic Studios and Mythic Entertainment.</itunes:subtitle>\n        <itunes:summary>We close out the show with special guests from Pandemic Studios and Mythic Entertainment.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7419</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1040065-e3_mix.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/94/giantbombcast-060409.mp3\" fileSize=\"59444589\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/94/giantbombcast-060409.mp3\" length=\"59444589\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast E3 2009 Day Two</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2009-day-two/1600-93/</link>\n        <description>We&#039;re not gonna lie: guests from Capcom, GRIN, Gamasutra, and Jellyvision make this hands-down the craziest Bombcast ever.</description>\n        <pubDate>Thu, 04 Jun 2009 08:01:16 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-93</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re not gonna lie: guests from Capcom, GRIN, Gamasutra, and Jellyvision make this hands-down the craziest Bombcast ever.</itunes:subtitle>\n        <itunes:summary>We&#039;re not gonna lie: guests from Capcom, GRIN, Gamasutra, and Jellyvision make this hands-down the craziest Bombcast ever.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8320</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1040065-e3_mix.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/93/giantbombcast-060309.mp3\" fileSize=\"66657102\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/93/giantbombcast-060309.mp3\" length=\"66657102\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast E3 2009 Day One</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2009-day-one/1600-92/</link>\n        <description>We&#039;re joined by Obsidian&#039;s Matthew Rorie as we discuss the Nintendo and Sony press conferences, much of Activision&#039;s offerings, Mass Effect 2, Left 4 Dead 2, Supreme Commander 2, and more!</description>\n        <pubDate>Wed, 03 Jun 2009 00:55:59 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-92</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re joined by Obsidian&#039;s Matthew Rorie as we discuss the Nintendo and Sony press conferences, much of Activision&#039;s offerings, Mass Effect 2, Left 4 Dead 2, Supreme Commander 2, and more!</itunes:subtitle>\n        <itunes:summary>We&#039;re joined by Obsidian&#039;s Matthew Rorie as we discuss the Nintendo and Sony press conferences, much of Activision&#039;s offerings, Mass Effect 2, Left 4 Dead 2, Supreme Commander 2, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7064</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1040065-e3_mix.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/92/giantbombcast-060209.mp3\" fileSize=\"56608736\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/92/giantbombcast-060209.mp3\" length=\"56608736\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>MicroCast @Activision 06-02-2009</title>\n        <link>https://www.giantbomb.com/podcasts/microcast-activision-06-02-2009/1600-91/</link>\n        <description>Jeff and Ryan give a quick update from the Activision booth.</description>\n        <pubDate>Tue, 02 Jun 2009 15:01:56 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-91</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff and Ryan give a quick update from the Activision booth.</itunes:subtitle>\n        <itunes:summary>Jeff and Ryan give a quick update from the Activision booth.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1040065-e3_mix.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/91/microcast_activision.mp3\" fileSize=\"2355\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/91/microcast_activision.mp3\" length=\"2355\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>MicroCast 06-02-2009</title>\n        <link>https://www.giantbomb.com/podcasts/microcast-06-02-2009/1600-90/</link>\n        <description>Jeff and Ryan discuss what they think they know about Nintendo&#039;s upcoming press conference.</description>\n        <pubDate>Tue, 02 Jun 2009 08:10:37 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-90</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff and Ryan discuss what they think they know about Nintendo&#039;s upcoming press conference.</itunes:subtitle>\n        <itunes:summary>Jeff and Ryan discuss what they think they know about Nintendo&#039;s upcoming press conference.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1040065-e3_mix.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/90/microcast_nintendo.mp3\" fileSize=\"2355\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/90/microcast_nintendo.mp3\" length=\"2355\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast E3 2009 Day Zero</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-e3-2009-day-zero/1600-89/</link>\n        <description>We reflect on the Microsoft, Electronic Arts, and Ubisoft press conferences. Also, pizza!</description>\n        <pubDate>Tue, 02 Jun 2009 00:02:05 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-89</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We reflect on the Microsoft, Electronic Arts, and Ubisoft press conferences. Also, pizza!</itunes:subtitle>\n        <itunes:summary>We reflect on the Microsoft, Electronic Arts, and Ubisoft press conferences. Also, pizza!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5368</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1040065-e3_mix.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/89/giantbombcast-060109.mp3\" fileSize=\"43036765\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/89/giantbombcast-060109.mp3\" length=\"43036765\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Microcast 06-01-2009 AM</title>\n        <link>https://www.giantbomb.com/podcasts/microcast-06-01-2009-am/1600-88/</link>\n        <description>Jeff and Ryan discuss what they think they know about Microsoft&#039;s upcoming press conference.</description>\n        <pubDate>Mon, 01 Jun 2009 08:25:17 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-88</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff and Ryan discuss what they think they know about Microsoft&#039;s upcoming press conference.</itunes:subtitle>\n        <itunes:summary>Jeff and Ryan discuss what they think they know about Microsoft&#039;s upcoming press conference.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1040065-e3_mix.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/88/microcast_whatweknow.mp3\" fileSize=\"2355\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/88/microcast_whatweknow.mp3\" length=\"2355\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-29-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-29-2009/1600-87/</link>\n        <description>We get ready for E3 with an overview of our show schedule, some announcement speculation, our most anticipated games, plus the usual Bombcast digressions and shenanigans.</description>\n        <pubDate>Fri, 29 May 2009 18:56:57 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-87</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We get ready for E3 with an overview of our show schedule, some announcement speculation, our most anticipated games, plus the usual Bombcast digressions and shenanigans.</itunes:subtitle>\n        <itunes:summary>We get ready for E3 with an overview of our show schedule, some announcement speculation, our most anticipated games, plus the usual Bombcast digressions and shenanigans.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8260</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1040065-e3_mix.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/87/giantbombcast-052909.mp3\" fileSize=\"66177912\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/87/giantbombcast-052909.mp3\" length=\"66177912\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-26-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-26-2009/1600-86/</link>\n        <description>We hint at Giant Bomb&#039;s plans for the big show and discuss the diminishing returns of teasing a teaser, how to punish rage-quitters, ICP&#039;s wrestling league, Bionic Commando truth and reconciliation, our appetite for Fallout 3 DLC, and much more!</description>\n        <pubDate>Tue, 26 May 2009 18:11:44 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-86</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We hint at Giant Bomb&#039;s plans for the big show and discuss the diminishing returns of teasing a teaser, how to punish rage-quitters, ICP&#039;s wrestling league, Bionic Commando truth and reconciliation, our appetite for Fallout 3 DLC, and much more!</itunes:subtitle>\n        <itunes:summary>We hint at Giant Bomb&#039;s plans for the big show and discuss the diminishing returns of teasing a teaser, how to punish rage-quitters, ICP&#039;s wrestling league, Bionic Commando truth and reconciliation, our appetite for Fallout 3 DLC, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8026</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1036853-3365946609_56af92755a.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/86/giantbombcast-052609.mp3\" fileSize=\"64266173\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/86/giantbombcast-052609.mp3\" length=\"64266173\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-19-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-19-2009/1600-85/</link>\n        <description>We kick off this week&#039;s Bombcast with an all-natural sugar rush before crashing into discussions of 50 Cent&#039;s Dead Sea Scrolls, Mike Tyson DLC, Tatsunoko Vs. Capcom, Kojima&#039;s next, the latest 3D Realms drama, the end of Factor 5, and more!</description>\n        <pubDate>Tue, 19 May 2009 18:05:37 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-85</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We kick off this week&#039;s Bombcast with an all-natural sugar rush before crashing into discussions of 50 Cent&#039;s Dead Sea Scrolls, Mike Tyson DLC, Tatsunoko Vs. Capcom, Kojima&#039;s next, the latest 3D Realms drama, the end of Factor 5, and more!</itunes:subtitle>\n        <itunes:summary>We kick off this week&#039;s Bombcast with an all-natural sugar rush before crashing into discussions of 50 Cent&#039;s Dead Sea Scrolls, Mike Tyson DLC, Tatsunoko Vs. Capcom, Kojima&#039;s next, the latest 3D Realms drama, the end of Factor 5, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7097</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/1029833-copy_of_50cent27.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/85/giantbomb-051809-1.mp3\" fileSize=\"56838200\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/85/giantbomb-051809-1.mp3\" length=\"56838200\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-12-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-12-2009/1600-84/</link>\n        <description>This week we&#039;re joined by Treyarch community manager Josh Olin, who stops by to chat about the upcoming map pack for Call of Duty: World at War. We also discuss PopCap&#039;s rise to prominence, dog-monkey versus monkey-dog, Duke Nukem, and much more!</description>\n        <pubDate>Tue, 12 May 2009 18:58:13 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-84</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we&#039;re joined by Treyarch community manager Josh Olin, who stops by to chat about the upcoming map pack for Call of Duty: World at War. We also discuss PopCap&#039;s rise to prominence, dog-monkey versus monkey-dog, Duke Nukem, and much more!</itunes:subtitle>\n        <itunes:summary>This week we&#039;re joined by Treyarch community manager Josh Olin, who stops by to chat about the upcoming map pack for Call of Duty: World at War. We also discuss PopCap&#039;s rise to prominence, dog-monkey versus monkey-dog, Duke Nukem, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7784</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/973046-p1250044_ball_bearings_bw.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/84/giantbombcast-051209.mp3\" fileSize=\"62329350\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/84/giantbombcast-051209.mp3\" length=\"62329350\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-05-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-05-2009/1600-83/</link>\n        <description>Giant Bomb designer Dave Snider sits in for Vinny for our special Cinco de Mayo episode as we discuss some upcoming site features, the next PSP, the lineage of terrible Ninja Turtles games, 50 Cent on the Moon, and much, much more!</description>\n        <pubDate>Tue, 05 May 2009 18:37:23 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-83</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb designer Dave Snider sits in for Vinny for our special Cinco de Mayo episode as we discuss some upcoming site features, the next PSP, the lineage of terrible Ninja Turtles games, 50 Cent on the Moon, and much, much more!</itunes:subtitle>\n        <itunes:summary>Giant Bomb designer Dave Snider sits in for Vinny for our special Cinco de Mayo episode as we discuss some upcoming site features, the next PSP, the lineage of terrible Ninja Turtles games, 50 Cent on the Moon, and much, much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7944</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/968250-24041.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/83/giantbombcast-050509.mp3\" fileSize=\"63608514\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/83/giantbombcast-050509.mp3\" length=\"63608514\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-28-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-28-2009/1600-82/</link>\n        <description>Jeff returns from London just in time for a deluge of UK snacks and to talk about Bethesda&#039;s 2009 lineup, the importance of exclamation points, Scratch: The Ultimate DJ, Six Days in Fallujah, Marvel vs. Capcom 2, dream sandwiches, and more!</description>\n        <pubDate>Tue, 28 Apr 2009 19:47:50 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-82</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff returns from London just in time for a deluge of UK snacks and to talk about Bethesda&#039;s 2009 lineup, the importance of exclamation points, Scratch: The Ultimate DJ, Six Days in Fallujah, Marvel vs. Capcom 2, dream sandwiches, and more!</itunes:subtitle>\n        <itunes:summary>Jeff returns from London just in time for a deluge of UK snacks and to talk about Bethesda&#039;s 2009 lineup, the importance of exclamation points, Scratch: The Ultimate DJ, Six Days in Fallujah, Marvel vs. Capcom 2, dream sandwiches, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7789</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/963140-pg_12_walkers_crisp_110807t.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/82/giantbombcast-042809.mp3\" fileSize=\"62372400\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/82/giantbombcast-042809.mp3\" length=\"62372400\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-21-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-21-2009/1600-81/</link>\n        <description>It&#039;s dinosaurs vs. grizzly bears vs. great white sharks vs. Pink Floyd&#039;s The Wall The RTS vs. HAGs vs. rotten eggs vs. Vin Diesel vs. John Madden vs. Weekend at Bernie&#039;s III vs. the FREAKING MOON on this week&#039;s edition of the Giant Bombcast!</description>\n        <pubDate>Tue, 21 Apr 2009 18:40:05 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-81</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s dinosaurs vs. grizzly bears vs. great white sharks vs. Pink Floyd&#039;s The Wall The RTS vs. HAGs vs. rotten eggs vs. Vin Diesel vs. John Madden vs. Weekend at Bernie&#039;s III vs. the FREAKING MOON on this week&#039;s edition of the Giant Bombcast!</itunes:subtitle>\n        <itunes:summary>It&#039;s dinosaurs vs. grizzly bears vs. great white sharks vs. Pink Floyd&#039;s The Wall The RTS vs. HAGs vs. rotten eggs vs. Vin Diesel vs. John Madden vs. Weekend at Bernie&#039;s III vs. the FREAKING MOON on this week&#039;s edition of the Giant Bombcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7839</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/959094-untitled_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/81/giantbombcast-042109.mp3\" fileSize=\"62773432\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/81/giantbombcast-042109.mp3\" length=\"62773432\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-14-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-14-2009/1600-80/</link>\n        <description>The Bombcast maintains its status as the flyest video-game podcast around with frank discussions of skull-based vodka, drinks disguised as soy sauce, Bionic Commando, torture porn, Will Wright&#039;s Stupid Fun Club, week two of DSiWare, and much more.</description>\n        <pubDate>Tue, 14 Apr 2009 19:54:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-80</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Bombcast maintains its status as the flyest video-game podcast around with frank discussions of skull-based vodka, drinks disguised as soy sauce, Bionic Commando, torture porn, Will Wright&#039;s Stupid Fun Club, week two of DSiWare, and much more.</itunes:subtitle>\n        <itunes:summary>The Bombcast maintains its status as the flyest video-game podcast around with frank discussions of skull-based vodka, drinks disguised as soy sauce, Bionic Commando, torture porn, Will Wright&#039;s Stupid Fun Club, week two of DSiWare, and much more.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7372</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/954379-nanchatte_orange.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/80/giantbombcast-041409-3.mp3\" fileSize=\"59032700\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/80/giantbombcast-041409-3.mp3\" length=\"59032700\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: Capcom Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-capcom-edition/1600-78/</link>\n        <description>Adam Boyes and Chris Kramer from Capcom US come by to discuss downloadable games, working with Japan, the Capcom-Unity, and of course, Fox Hunt.</description>\n        <pubDate>Thu, 09 Apr 2009 16:53:20 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-78</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Adam Boyes and Chris Kramer from Capcom US come by to discuss downloadable games, working with Japan, the Capcom-Unity, and of course, Fox Hunt.</itunes:subtitle>\n        <itunes:summary>Adam Boyes and Chris Kramer from Capcom US come by to discuss downloadable games, working with Japan, the Capcom-Unity, and of course, Fox Hunt.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/950492-106_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/78/giantbombcast-capcom.mp3\" fileSize=\"14847931\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/78/giantbombcast-capcom.mp3\" length=\"14847931\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-07-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-07-2009/1600-77/</link>\n        <description>With Brad out of the office, we invite gamecop Giancarlo Varanini to fill the fourth chair as we drink bird-nest-based beverages, recount Jeff and Vinny&#039;s nightmare weekend in Houston, appraise the initial DSiWare offerings, and more.</description>\n        <pubDate>Tue, 07 Apr 2009 18:47:51 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-77</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With Brad out of the office, we invite gamecop Giancarlo Varanini to fill the fourth chair as we drink bird-nest-based beverages, recount Jeff and Vinny&#039;s nightmare weekend in Houston, appraise the initial DSiWare offerings, and more.</itunes:subtitle>\n        <itunes:summary>With Brad out of the office, we invite gamecop Giancarlo Varanini to fill the fourth chair as we drink bird-nest-based beverages, recount Jeff and Vinny&#039;s nightmare weekend in Houston, appraise the initial DSiWare offerings, and more.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8359</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/949052-beijing_national_stadium.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/77/giantbombcast-040709.mp3\" fileSize=\"66931290\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/77/giantbombcast-040709.mp3\" length=\"66931290\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-31-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-31-2009/1600-76/</link>\n        <description>Ryan and Vinny fight a losing battle against the GDC fever as we address Jeff&#039;s Punch-Out!!-induced inner turmoil, Brad&#039;s excitement over the ill-named League of Legends: Clash of Fates, cloth maps, Don King, suave bananas, and more!</description>\n        <pubDate>Tue, 31 Mar 2009 19:14:02 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-76</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Ryan and Vinny fight a losing battle against the GDC fever as we address Jeff&#039;s Punch-Out!!-induced inner turmoil, Brad&#039;s excitement over the ill-named League of Legends: Clash of Fates, cloth maps, Don King, suave bananas, and more!</itunes:subtitle>\n        <itunes:summary>Ryan and Vinny fight a losing battle against the GDC fever as we address Jeff&#039;s Punch-Out!!-induced inner turmoil, Brad&#039;s excitement over the ill-named League of Legends: Clash of Fates, cloth maps, Don King, suave bananas, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8653</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/944261-peggle4.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/76/giantbombcast-033109.mp3\" fileSize=\"69279176\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/76/giantbombcast-033109.mp3\" length=\"69279176\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: BioWare Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-bioware-edition/1600-75/</link>\n        <description>Ryan and Brad sit down with Ray Muzyka and Greg Zeschuk at GDC 09 to discuss both Dragon Age: Origins and BioWare&#039;s origins.</description>\n        <pubDate>Mon, 30 Mar 2009 09:49:25 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-75</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Ryan and Brad sit down with Ray Muzyka and Greg Zeschuk at GDC 09 to discuss both Dragon Age: Origins and BioWare&#039;s origins.</itunes:subtitle>\n        <itunes:summary>Ryan and Brad sit down with Ray Muzyka and Greg Zeschuk at GDC 09 to discuss both Dragon Age: Origins and BioWare&#039;s origins.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/943315-doctor_.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/75/giantbombcast-bioware.mp3\" fileSize=\"14357243\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/75/giantbombcast-bioware.mp3\" length=\"14357243\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: GDC 09 Day Two</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-gdc-09-day-two/1600-74/</link>\n        <description>Day two sees Harmonix&#039;s own Alex Navarro, John Drake, and Sean Baptiste, Tigon Studios&#039; Ian Stevens, and Pandemic&#039;s Drew Marlowe join the fray.</description>\n        <pubDate>Fri, 27 Mar 2009 01:18:50 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-74</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Day two sees Harmonix&#039;s own Alex Navarro, John Drake, and Sean Baptiste, Tigon Studios&#039; Ian Stevens, and Pandemic&#039;s Drew Marlowe join the fray.</itunes:subtitle>\n        <itunes:summary>Day two sees Harmonix&#039;s own Alex Navarro, John Drake, and Sean Baptiste, Tigon Studios&#039; Ian Stevens, and Pandemic&#039;s Drew Marlowe join the fray.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6153</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/941133-prince.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/74/giantbombcast-032609.mp3\" fileSize=\"49283381\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/74/giantbombcast-032609.mp3\" length=\"49283381\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: GDC 09 Day One</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-gdc-09-day-one/1600-73/</link>\n        <description>We discuss some of the highlights from our first day at GDC 09 with an all-star panel of game developers, including EALA&#039;s Amer Ajami and Greg Kasavin, Mythic Entertainment&#039;s Paul Barnett, 2K Boston&#039;s Joe Fielder, and Turn 10 Studios&#039; Che Chou.</description>\n        <pubDate>Thu, 26 Mar 2009 01:18:29 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-73</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We discuss some of the highlights from our first day at GDC 09 with an all-star panel of game developers, including EALA&#039;s Amer Ajami and Greg Kasavin, Mythic Entertainment&#039;s Paul Barnett, 2K Boston&#039;s Joe Fielder, and Turn 10 Studios&#039; Che Chou.</itunes:subtitle>\n        <itunes:summary>We discuss some of the highlights from our first day at GDC 09 with an all-star panel of game developers, including EALA&#039;s Amer Ajami and Greg Kasavin, Mythic Entertainment&#039;s Paul Barnett, 2K Boston&#039;s Joe Fielder, and Turn 10 Studios&#039; Che Chou.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6935</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/940516-940504_4112072_56e33fa71bd119b90154f1e3d13d3f6c.49cb1ee8_scaled.jpg_super.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/73/giantbombcast-032509.mp3\" fileSize=\"55536104\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/73/giantbombcast-032509.mp3\" length=\"55536104\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-24-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-24-2009/1600-72/</link>\n        <description>It&#039;s a death march of weird accents and terrifying candy as we&#039;re joined by Ulf Andersson and Gunnar Johansson from GRIN. We also discuss OnLive, Max Payne 3, BioShock 2 subtitle shenanigans, and much more in this epic edition of the Giant Bombcast.</description>\n        <pubDate>Tue, 24 Mar 2009 17:43:02 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-72</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s a death march of weird accents and terrifying candy as we&#039;re joined by Ulf Andersson and Gunnar Johansson from GRIN. We also discuss OnLive, Max Payne 3, BioShock 2 subtitle shenanigans, and much more in this epic edition of the Giant Bombcast.</itunes:subtitle>\n        <itunes:summary>It&#039;s a death march of weird accents and terrifying candy as we&#039;re joined by Ulf Andersson and Gunnar Johansson from GRIN. We also discuss OnLive, Max Payne 3, BioShock 2 subtitle shenanigans, and much more in this epic edition of the Giant Bombcast.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8465</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/939706-asdf.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/72/giantbombcast-032409.mp3\" fileSize=\"67780583\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/72/giantbombcast-032409.mp3\" length=\"67780583\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-17-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-17-2009/1600-71/</link>\n        <description>The Bombcast gets frappadocious this week with discussions of MadWorld&#039;s racial insensitivity, the douche-reduced Army of Two sequel, Criterion&#039;s April Fools prank, plus an inordinate amount of GI Joe talk. Once a man!</description>\n        <pubDate>Tue, 17 Mar 2009 20:22:01 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-71</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Bombcast gets frappadocious this week with discussions of MadWorld&#039;s racial insensitivity, the douche-reduced Army of Two sequel, Criterion&#039;s April Fools prank, plus an inordinate amount of GI Joe talk. Once a man!</itunes:subtitle>\n        <itunes:summary>The Bombcast gets frappadocious this week with discussions of MadWorld&#039;s racial insensitivity, the douche-reduced Army of Two sequel, Criterion&#039;s April Fools prank, plus an inordinate amount of GI Joe talk. Once a man!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7444</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/933893-picture_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/71/giantbombcast-031709.mp3\" fileSize=\"59607391\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/71/giantbombcast-031709.mp3\" length=\"59607391\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-10-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-10-2009/1600-70/</link>\n        <description>With Ryan back in the saddle, the Giant Bombcast returns from the brink with delicious Mexican vanilla soda, the quieter side of Sgt. Slaughter, extensive and unnecessary Ghostbusters references, the winners of our Noby Noby Boy contest, and much more!</description>\n        <pubDate>Tue, 10 Mar 2009 17:54:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-70</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With Ryan back in the saddle, the Giant Bombcast returns from the brink with delicious Mexican vanilla soda, the quieter side of Sgt. Slaughter, extensive and unnecessary Ghostbusters references, the winners of our Noby Noby Boy contest, and much more!</itunes:subtitle>\n        <itunes:summary>With Ryan back in the saddle, the Giant Bombcast returns from the brink with delicious Mexican vanilla soda, the quieter side of Sgt. Slaughter, extensive and unnecessary Ghostbusters references, the winners of our Noby Noby Boy contest, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7778</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/925269-bobby_brown.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/70/giantbombcast-031009.mp3\" fileSize=\"62246001\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/70/giantbombcast-031009.mp3\" length=\"62246001\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: Who You Gonna Call? Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-who-you-gonna-call-edition/1600-69/</link>\n        <description>You&#039;re right, no human being would stack books like this. And the flowers are still standing! What about the Twinkie? Yes, have some. Dogs and cats, living together... mass hysteria! What did you do, Ray? I love this plan! I&#039;m excited to be a part of it!</description>\n        <pubDate>Mon, 09 Mar 2009 16:02:48 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-69</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">You&#039;re right, no human being would stack books like this. And the flowers are still standing! What about the Twinkie? Yes, have some. Dogs and cats, living together... mass hysteria! What did you do, Ray? I love this plan! I&#039;m excited to be a part of it!</itunes:subtitle>\n        <itunes:summary>You&#039;re right, no human being would stack books like this. And the flowers are still standing! What about the Twinkie? Yes, have some. Dogs and cats, living together... mass hysteria! What did you do, Ray? I love this plan! I&#039;m excited to be a part of it!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/924240-619251_ghostbusters_videogame_front.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/69/giantbombcast-030509.mp3\" fileSize=\"8217898\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/69/giantbombcast-030509.mp3\" length=\"8217898\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-03-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-03-2009/1600-68/</link>\n        <description>With Ryan out on vacation, we have no idea what we&#039;re doing this week. Seriously, I don&#039;t even know if what I&#039;m writing here will show up anywhere. But in case it does, we&#039;re talking about space bugs, Halo Wars, Chun-Li: The Movie, Saskatoon, and more!</description>\n        <pubDate>Tue, 03 Mar 2009 20:41:51 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-68</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With Ryan out on vacation, we have no idea what we&#039;re doing this week. Seriously, I don&#039;t even know if what I&#039;m writing here will show up anywhere. But in case it does, we&#039;re talking about space bugs, Halo Wars, Chun-Li: The Movie, Saskatoon, and more!</itunes:subtitle>\n        <itunes:summary>With Ryan out on vacation, we have no idea what we&#039;re doing this week. Seriously, I don&#039;t even know if what I&#039;m writing here will show up anywhere. But in case it does, we&#039;re talking about space bugs, Halo Wars, Chun-Li: The Movie, Saskatoon, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8153</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/26/914852-saskatoon.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/68/giantbombcast-030309.mp3\" fileSize=\"65231854\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/68/giantbombcast-030309.mp3\" length=\"65231854\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: EVE Online Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-eve-online-edition/1600-67/</link>\n        <description>Brad, Jeff, and Ryan sit down with Noah Ward, lead game designer for EVE Online, to discuss the upcoming expansion and just what makes this no-holds-barred space MMO tick.</description>\n        <pubDate>Thu, 26 Feb 2009 15:56:52 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-67</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Brad, Jeff, and Ryan sit down with Noah Ward, lead game designer for EVE Online, to discuss the upcoming expansion and just what makes this no-holds-barred space MMO tick.</itunes:subtitle>\n        <itunes:summary>Brad, Jeff, and Ryan sit down with Noah Ward, lead game designer for EVE Online, to discuss the upcoming expansion and just what makes this no-holds-barred space MMO tick.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/903619-1920x1200_minmatar_t3_wip.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/67/giantbombcast-022609.mp3\" fileSize=\"11217917\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/67/giantbombcast-022609.mp3\" length=\"11217917\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-24-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-24-2009/1600-66/</link>\n        <description>This week&#039;s Bombcast is citrus fresh with the unbridled insanity of Noby Noby Boy, 50 Cent&#039;s gangsterous return to video games, the relationship between Ubisoft, Canada, and cheese, NSFW Flash games, an exciting new Giant Bomb contest, and more!</description>\n        <pubDate>Tue, 24 Feb 2009 18:40:37 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-66</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week&#039;s Bombcast is citrus fresh with the unbridled insanity of Noby Noby Boy, 50 Cent&#039;s gangsterous return to video games, the relationship between Ubisoft, Canada, and cheese, NSFW Flash games, an exciting new Giant Bomb contest, and more!</itunes:subtitle>\n        <itunes:summary>This week&#039;s Bombcast is citrus fresh with the unbridled insanity of Noby Noby Boy, 50 Cent&#039;s gangsterous return to video games, the relationship between Ubisoft, Canada, and cheese, NSFW Flash games, an exciting new Giant Bomb contest, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7667</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/899765-picture_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/66/giantbombcast-022409.mp3\" fileSize=\"61358039\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/66/giantbombcast-022409.mp3\" length=\"61358039\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-17-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-17-2009/1600-65/</link>\n        <description>We celebrate a year of podcasts by drinking bubble gum and discussing Street Fighter IV, Halo Wars, Fire Emblem: Shadow Dragon, Vinny&#039;s strong distaste for Flower, the comedy goldmine of the full frontal in The Lost and Damned, and more!</description>\n        <pubDate>Tue, 17 Feb 2009 19:01:41 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-65</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We celebrate a year of podcasts by drinking bubble gum and discussing Street Fighter IV, Halo Wars, Fire Emblem: Shadow Dragon, Vinny&#039;s strong distaste for Flower, the comedy goldmine of the full frontal in The Lost and Damned, and more!</itunes:subtitle>\n        <itunes:summary>We celebrate a year of podcasts by drinking bubble gum and discussing Street Fighter IV, Halo Wars, Fire Emblem: Shadow Dragon, Vinny&#039;s strong distaste for Flower, the comedy goldmine of the full frontal in The Lost and Damned, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6459</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/892718-picture_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/65/giantbombcast-021709.mp3\" fileSize=\"51696486\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/65/giantbombcast-021709.mp3\" length=\"51696486\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-10-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-10-2009/1600-64/</link>\n        <description>We get circuit-bent on Jolly Rancher soda and discuss the need for an achievements czar, the identity of Rico Suave, played-out headlines, bikini protocols on Coney Island, Vinny&#039;s imaginary Left 4 Dead mode, second-person shooters, and more!</description>\n        <pubDate>Tue, 10 Feb 2009 19:28:15 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-64</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We get circuit-bent on Jolly Rancher soda and discuss the need for an achievements czar, the identity of Rico Suave, played-out headlines, bikini protocols on Coney Island, Vinny&#039;s imaginary Left 4 Dead mode, second-person shooters, and more!</itunes:subtitle>\n        <itunes:summary>We get circuit-bent on Jolly Rancher soda and discuss the need for an achievements czar, the identity of Rico Suave, played-out headlines, bikini protocols on Coney Island, Vinny&#039;s imaginary Left 4 Dead mode, second-person shooters, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7705</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/886257-be9008cc40ec47a7a5f2860198467ee6.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/64/giantbombcast-021009.mp3\" fileSize=\"61653533\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/64/giantbombcast-021009.mp3\" length=\"61653533\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 02-03-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-02-03-2009/1600-63/</link>\n        <description>The Bombcast avoids Olympic controversy with discussions of Killzone 2, Prince of Persia DLC, E3 2009, Need for Speed, Madden NFL 10, the next Jason Bourne game, Xbox 360 avatar perks, the Atari Jaguar, Resident Evil 5, and much more!</description>\n        <pubDate>Tue, 03 Feb 2009 22:09:40 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-63</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Bombcast avoids Olympic controversy with discussions of Killzone 2, Prince of Persia DLC, E3 2009, Need for Speed, Madden NFL 10, the next Jason Bourne game, Xbox 360 avatar perks, the Atari Jaguar, Resident Evil 5, and much more!</itunes:subtitle>\n        <itunes:summary>The Bombcast avoids Olympic controversy with discussions of Killzone 2, Prince of Persia DLC, E3 2009, Need for Speed, Madden NFL 10, the next Jason Bourne game, Xbox 360 avatar perks, the Atari Jaguar, Resident Evil 5, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7449</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/880345-doc4986ee8a5e62b062403343.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/63/giantbombcast-020309.mp3\" fileSize=\"59609912\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/63/giantbombcast-020309.mp3\" length=\"59609912\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-27-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-27-2009/1600-62/</link>\n        <description>Enjoy the muffled sounds of madness as we discuss the emerging EAverse, Operation: Anchorage, inappropriate applications of fried chicken, appropriate applications of evil cat people, the Bernie Madoff of EVE Online, Street Fiver, and more!</description>\n        <pubDate>Tue, 27 Jan 2009 20:46:38 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-62</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Enjoy the muffled sounds of madness as we discuss the emerging EAverse, Operation: Anchorage, inappropriate applications of fried chicken, appropriate applications of evil cat people, the Bernie Madoff of EVE Online, Street Fiver, and more!</itunes:subtitle>\n        <itunes:summary>Enjoy the muffled sounds of madness as we discuss the emerging EAverse, Operation: Anchorage, inappropriate applications of fried chicken, appropriate applications of evil cat people, the Bernie Madoff of EVE Online, Street Fiver, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7690</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/873805-picture_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/62/giantbombcast-012709.mp3\" fileSize=\"61538384\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/62/giantbombcast-012709.mp3\" length=\"61538384\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-20-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-20-2009/1600-61/</link>\n        <description>We celebrate Inauguration Day with a UK drink taste-test, copious discussions of Street Fighter IV, Skate 2, Knothole Island, our collective frustration over the PS3, the cinematic influences of Metal Gear Solid 4, and more. Have fun at dinner!</description>\n        <pubDate>Tue, 20 Jan 2009 21:19:24 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-61</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We celebrate Inauguration Day with a UK drink taste-test, copious discussions of Street Fighter IV, Skate 2, Knothole Island, our collective frustration over the PS3, the cinematic influences of Metal Gear Solid 4, and more. Have fun at dinner!</itunes:subtitle>\n        <itunes:summary>We celebrate Inauguration Day with a UK drink taste-test, copious discussions of Street Fighter IV, Skate 2, Knothole Island, our collective frustration over the PS3, the cinematic influences of Metal Gear Solid 4, and more. Have fun at dinner!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8347</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/867409-dan_hdp.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/61/giantbombcast-012009.mp3\" fileSize=\"66791300\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/61/giantbombcast-012009.mp3\" length=\"66791300\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-13-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-13-2009/1600-60/</link>\n        <description>We&#039;re joined by former EGM editor Giancarlo Varanini for discussions of the Windows 7 beta, the future of Tony Hawk, the escalating madness surrounding Bob&#039;s Game, Serena Altschul on PCP, McRib virginity, and more!</description>\n        <pubDate>Tue, 13 Jan 2009 23:04:24 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-60</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re joined by former EGM editor Giancarlo Varanini for discussions of the Windows 7 beta, the future of Tony Hawk, the escalating madness surrounding Bob&#039;s Game, Serena Altschul on PCP, McRib virginity, and more!</itunes:subtitle>\n        <itunes:summary>We&#039;re joined by former EGM editor Giancarlo Varanini for discussions of the Windows 7 beta, the future of Tony Hawk, the escalating madness surrounding Bob&#039;s Game, Serena Altschul on PCP, McRib virginity, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8202</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/860302-picture_1.png?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/60/giantbombcast-011309.mp3\" fileSize=\"65640836\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/60/giantbombcast-011309.mp3\" length=\"65640836\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 01-06-2009</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-01-06-2009/1600-59/</link>\n        <description>The Giant Bombcast returns for the 200Crime with mustaches, AustraliaBux, Dave Snider&#039;s fun facts about Washington, D.C., a talkbox, the awesome Crank 2: High Voltage trailer, Lego Rock Band, the Killzone 2 demo, and much more!</description>\n        <pubDate>Tue, 06 Jan 2009 19:50:45 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-59</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Giant Bombcast returns for the 200Crime with mustaches, AustraliaBux, Dave Snider&#039;s fun facts about Washington, D.C., a talkbox, the awesome Crank 2: High Voltage trailer, Lego Rock Band, the Killzone 2 demo, and much more!</itunes:subtitle>\n        <itunes:summary>The Giant Bombcast returns for the 200Crime with mustaches, AustraliaBux, Dave Snider&#039;s fun facts about Washington, D.C., a talkbox, the awesome Crank 2: High Voltage trailer, Lego Rock Band, the Killzone 2 demo, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6485</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/854452-picture_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/59/giantbombcast-010609.mp3\" fileSize=\"51903993\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/59/giantbombcast-010609.mp3\" length=\"51903993\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast: Game of the Year 2008 Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-game-of-the-year-2008-edition/1600-58/</link>\n        <description>We let you inside our GOTY deliberation process as we debate the relative merits of Burnout Paradise, Grand Theft Auto IV, Metal Gear Solid 4, Gears of War 2, Banjo-Kazooie: Nuts and Bolts, Dead Space, Braid, Left 4 Dead, Fallout 3, and Fable II.</description>\n        <pubDate>Tue, 30 Dec 2008 12:09:14 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-58</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We let you inside our GOTY deliberation process as we debate the relative merits of Burnout Paradise, Grand Theft Auto IV, Metal Gear Solid 4, Gears of War 2, Banjo-Kazooie: Nuts and Bolts, Dead Space, Braid, Left 4 Dead, Fallout 3, and Fable II.</itunes:subtitle>\n        <itunes:summary>We let you inside our GOTY deliberation process as we debate the relative merits of Burnout Paradise, Grand Theft Auto IV, Metal Gear Solid 4, Gears of War 2, Banjo-Kazooie: Nuts and Bolts, Dead Space, Braid, Left 4 Dead, Fallout 3, and Fable II.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9745</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/847851-champbelt.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/58/giantbombcast-goty2008.mp3\" fileSize=\"77980100\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/58/giantbombcast-goty2008.mp3\" length=\"77980100\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12-23-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-23-2008/1600-57/</link>\n        <description>Our last proper podcast of 2008 includes our pleas to euthanize Sonic the Hedgehog, hot sandos, cyborg zombies, the last Christmas song, predictions for 2009, and more. Be sure to come back next week for our special Game of the Year podcast!</description>\n        <pubDate>Tue, 23 Dec 2008 21:19:13 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-57</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Our last proper podcast of 2008 includes our pleas to euthanize Sonic the Hedgehog, hot sandos, cyborg zombies, the last Christmas song, predictions for 2009, and more. Be sure to come back next week for our special Game of the Year podcast!</itunes:subtitle>\n        <itunes:summary>Our last proper podcast of 2008 includes our pleas to euthanize Sonic the Hedgehog, hot sandos, cyborg zombies, the last Christmas song, predictions for 2009, and more. Be sure to come back next week for our special Game of the Year podcast!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7339</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/843258-d6fd042ac3b9eabed1a10a_large.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/57/giantbombcast-122308.mp3\" fileSize=\"58733252\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/57/giantbombcast-122308.mp3\" length=\"58733252\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12-16-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-16-2008/1600-56/</link>\n        <description>We share our thoughts on the Spike TV Video Game Awards, drink Dissidia potions, make fun of PlayStation Home, try to make sense of Noby Noby Boy, speculate on Niko Bellic&#039;s fate in The Lost and the Damned, and more!</description>\n        <pubDate>Tue, 16 Dec 2008 16:51:31 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-56</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We share our thoughts on the Spike TV Video Game Awards, drink Dissidia potions, make fun of PlayStation Home, try to make sense of Noby Noby Boy, speculate on Niko Bellic&#039;s fate in The Lost and the Damned, and more!</itunes:subtitle>\n        <itunes:summary>We share our thoughts on the Spike TV Video Game Awards, drink Dissidia potions, make fun of PlayStation Home, try to make sense of Noby Noby Boy, speculate on Niko Bellic&#039;s fate in The Lost and the Damned, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7609</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/838344-jack_black_video_games_2.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/56/giantbombcast-121608.mp3\" fileSize=\"60886145\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/56/giantbombcast-121608.mp3\" length=\"60886145\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12-09-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-09-2008/1600-55/</link>\n        <description>Following some heinous technical difficulties, it&#039;s take two of this week&#039;s Giant Bombcast! With Jeff as our one-man house band, we discuss Prince of Persia, Square Enix and Eidos, turning a DSi into a talkbox, Crackdown 2, Michael Phelps, and more!</description>\n        <pubDate>Tue, 09 Dec 2008 22:42:52 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-55</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Following some heinous technical difficulties, it&#039;s take two of this week&#039;s Giant Bombcast! With Jeff as our one-man house band, we discuss Prince of Persia, Square Enix and Eidos, turning a DSi into a talkbox, Crackdown 2, Michael Phelps, and more!</itunes:subtitle>\n        <itunes:summary>Following some heinous technical difficulties, it&#039;s take two of this week&#039;s Giant Bombcast! With Jeff as our one-man house band, we discuss Prince of Persia, Square Enix and Eidos, turning a DSi into a talkbox, Crackdown 2, Michael Phelps, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">4440</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/833288-03.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/55/giantbombcast-120908.mp3\" fileSize=\"35539868\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/55/giantbombcast-120908.mp3\" length=\"35539868\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 12-02-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-12-02-2008/1600-54/</link>\n        <description>We recover from our tryptophan poisoning with discussions of the screechy announcer from You&#039;re In the Movies, Assassin&#039;s Creed 2, the future of Midway, Nathan Drake&#039;s chain wallet, the winner of our Gears of War 2 Zune contest, Anime Vice, and more!</description>\n        <pubDate>Tue, 02 Dec 2008 18:45:16 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-54</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We recover from our tryptophan poisoning with discussions of the screechy announcer from You&#039;re In the Movies, Assassin&#039;s Creed 2, the future of Midway, Nathan Drake&#039;s chain wallet, the winner of our Gears of War 2 Zune contest, Anime Vice, and more!</itunes:subtitle>\n        <itunes:summary>We recover from our tryptophan poisoning with discussions of the screechy announcer from You&#039;re In the Movies, Assassin&#039;s Creed 2, the future of Midway, Nathan Drake&#039;s chain wallet, the winner of our Gears of War 2 Zune contest, Anime Vice, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7593</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/827871-snow_informer_28single_cover29.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/54/giantbombcast-120208.mp3\" fileSize=\"60767678\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/54/giantbombcast-120208.mp3\" length=\"60767678\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-25-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-25-2008/1600-53/</link>\n        <description>Jeff sits down with Dave and Harmonix&#039;s Alex Navarro to discuss the rules of &quot;F-U&quot; Uno, the 2008 Video Game Report Card, Fallout 3 DLC, Dave&#039;s Zombies Ate My Neighbors nightmare, and... oh, right. Rock Band 2.</description>\n        <pubDate>Tue, 25 Nov 2008 17:37:20 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-53</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff sits down with Dave and Harmonix&#039;s Alex Navarro to discuss the rules of &quot;F-U&quot; Uno, the 2008 Video Game Report Card, Fallout 3 DLC, Dave&#039;s Zombies Ate My Neighbors nightmare, and... oh, right. Rock Band 2.</itunes:subtitle>\n        <itunes:summary>Jeff sits down with Dave and Harmonix&#039;s Alex Navarro to discuss the rules of &quot;F-U&quot; Uno, the 2008 Video Game Report Card, Fallout 3 DLC, Dave&#039;s Zombies Ate My Neighbors nightmare, and... oh, right. Rock Band 2.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5098</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/822367-uno.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/53/giantbombcast-112508.mp3\" fileSize=\"40802981\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/53/giantbombcast-112508.mp3\" length=\"40802981\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-18-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-18-2008/1600-52/</link>\n        <description>It&#039;s the video-game podcast that eats like a meal, where we discuss Left 4 Dead, Halo Wars, our Gears of War 2 Zune giveaway, the romantic relationship between dinosaurs and automobiles, Brad&#039;s dad, and more. And we do it all with robot voices!</description>\n        <pubDate>Tue, 18 Nov 2008 21:19:21 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-52</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It&#039;s the video-game podcast that eats like a meal, where we discuss Left 4 Dead, Halo Wars, our Gears of War 2 Zune giveaway, the romantic relationship between dinosaurs and automobiles, Brad&#039;s dad, and more. And we do it all with robot voices!</itunes:subtitle>\n        <itunes:summary>It&#039;s the video-game podcast that eats like a meal, where we discuss Left 4 Dead, Halo Wars, our Gears of War 2 Zune giveaway, the romantic relationship between dinosaurs and automobiles, Brad&#039;s dad, and more. And we do it all with robot voices!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7003</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/812534-dragonsandcars01_top.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/52/giantbombcast-111808.mp3\" fileSize=\"56042854\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/52/giantbombcast-111808.mp3\" length=\"56042854\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-11-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-11-2008/1600-51/</link>\n        <description>This week&#039;s topics include Resistance 2, Mirror&#039;s Edge, other people&#039;s property in LittleBigPlanet, Fallout 3&#039;s cultural sensitivity, the used-game scourge, Infinity Ward&#039;s bolt-action beef, and more!</description>\n        <pubDate>Tue, 11 Nov 2008 21:46:30 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-51</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week&#039;s topics include Resistance 2, Mirror&#039;s Edge, other people&#039;s property in LittleBigPlanet, Fallout 3&#039;s cultural sensitivity, the used-game scourge, Infinity Ward&#039;s bolt-action beef, and more!</itunes:subtitle>\n        <itunes:summary>This week&#039;s topics include Resistance 2, Mirror&#039;s Edge, other people&#039;s property in LittleBigPlanet, Fallout 3&#039;s cultural sensitivity, the used-game scourge, Infinity Ward&#039;s bolt-action beef, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6727</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/802284-788701_picture_7.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/51/giantbombcast-111108.mp3\" fileSize=\"53836610\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/51/giantbombcast-111108.mp3\" length=\"53836610\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 11-04-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-11-04-2008/1600-50/</link>\n        <description>We shake off Halloween and do our best to avoid politics with in-depth discussions of Vinny&#039;s DJ ghosts, Brad&#039;s internet-savvy ant farm, the NXE, The Beatles, Marcus Fenix at home, impossible achievements, and more!</description>\n        <pubDate>Tue, 04 Nov 2008 21:34:41 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-50</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We shake off Halloween and do our best to avoid politics with in-depth discussions of Vinny&#039;s DJ ghosts, Brad&#039;s internet-savvy ant farm, the NXE, The Beatles, Marcus Fenix at home, impossible achievements, and more!</itunes:subtitle>\n        <itunes:summary>We shake off Halloween and do our best to avoid politics with in-depth discussions of Vinny&#039;s DJ ghosts, Brad&#039;s internet-savvy ant farm, the NXE, The Beatles, Marcus Fenix at home, impossible achievements, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6965</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/792716-786653_38.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/50/giantbombcast-110408.mp3\" fileSize=\"55743981\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/50/giantbombcast-110408.mp3\" length=\"55743981\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-28-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-28-2008/1600-49/</link>\n        <description>We get juiced up on goji berries to discuss the current tsunami of new releases, including Dead Space, Far Cry 2, Fallout 3, LittleBigPlanet, and Guitar Hero World Tour, as well as Mortal Kombat vs. DC Universe, John Carmack&#039;s rockets, and more.</description>\n        <pubDate>Tue, 28 Oct 2008 20:59:36 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-49</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We get juiced up on goji berries to discuss the current tsunami of new releases, including Dead Space, Far Cry 2, Fallout 3, LittleBigPlanet, and Guitar Hero World Tour, as well as Mortal Kombat vs. DC Universe, John Carmack&#039;s rockets, and more.</itunes:subtitle>\n        <itunes:summary>We get juiced up on goji berries to discuss the current tsunami of new releases, including Dead Space, Far Cry 2, Fallout 3, LittleBigPlanet, and Guitar Hero World Tour, as well as Mortal Kombat vs. DC Universe, John Carmack&#039;s rockets, and more.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">8274</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/779360-41s8_88bcjl._ss500_.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/49/giantbombcast-102808.mp3\" fileSize=\"66210960\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/49/giantbombcast-102808.mp3\" length=\"66210960\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombkast: Ed Boon Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombkast-ed-boon-edition/1600-48/</link>\n        <description>Jeff, Brad, and Ryan sit down with Mortal Kombat co-creator Ed Boon to discuss MK&#039;s place in the world of fighting games, the state of arcades, the potential for Mortal Kombat Vs. Street Fighter, and more.</description>\n        <pubDate>Fri, 24 Oct 2008 17:23:33 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-48</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff, Brad, and Ryan sit down with Mortal Kombat co-creator Ed Boon to discuss MK&#039;s place in the world of fighting games, the state of arcades, the potential for Mortal Kombat Vs. Street Fighter, and more.</itunes:subtitle>\n        <itunes:summary>Jeff, Brad, and Ryan sit down with Mortal Kombat co-creator Ed Boon to discuss MK&#039;s place in the world of fighting games, the state of arcades, the potential for Mortal Kombat Vs. Street Fighter, and more.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/772597-mortal_kombat_logo.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/48/giantbombcast-102408.mp3\" fileSize=\"12530340\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/48/giantbombcast-102408.mp3\" length=\"12530340\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-21-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-21-2008/1600-47/</link>\n        <description>We return to the glorious US of A to discuss the current deluge of hot, hot games, including Fable II, SOCOM: Confrontation, Saints Row 2, LittleBigPlanet, and much more!</description>\n        <pubDate>Tue, 21 Oct 2008 19:15:49 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-47</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We return to the glorious US of A to discuss the current deluge of hot, hot games, including Fable II, SOCOM: Confrontation, Saints Row 2, LittleBigPlanet, and much more!</itunes:subtitle>\n        <itunes:summary>We return to the glorious US of A to discuss the current deluge of hot, hot games, including Fable II, SOCOM: Confrontation, Saints Row 2, LittleBigPlanet, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6507</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/769891-littlebigplanet_021.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/47/giantbombcast-102108.mp3\" fileSize=\"52074673\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/47/giantbombcast-102108.mp3\" length=\"52074673\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-12-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-12-2008/1600-46/</link>\n        <description>We wrap up our business in Tokyo with talk of cosplayers, Kingdom Hearts, more terrible Swedish candy, capsule toys, and more.</description>\n        <pubDate>Sun, 12 Oct 2008 19:46:20 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-46</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We wrap up our business in Tokyo with talk of cosplayers, Kingdom Hearts, more terrible Swedish candy, capsule toys, and more.</itunes:subtitle>\n        <itunes:summary>We wrap up our business in Tokyo with talk of cosplayers, Kingdom Hearts, more terrible Swedish candy, capsule toys, and more.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6453</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/742990-photo.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/46/giantbombcast-101208.mp3\" fileSize=\"51642469\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/46/giantbombcast-101208.mp3\" length=\"51642469\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-10-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-10-2008/1600-45/</link>\n        <description>With the second day of the 2008 Tokyo Game Show behind us, we discuss Halo 3 Recon, White Knight Chronicles, Let&#039;s Tap, Yakuza 3, the current state of TGS and video-game trade shows in general, and much more.</description>\n        <pubDate>Fri, 10 Oct 2008 09:41:55 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-45</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With the second day of the 2008 Tokyo Game Show behind us, we discuss Halo 3 Recon, White Knight Chronicles, Let&#039;s Tap, Yakuza 3, the current state of TGS and video-game trade shows in general, and much more.</itunes:subtitle>\n        <itunes:summary>With the second day of the 2008 Tokyo Game Show behind us, we discuss Halo 3 Recon, White Knight Chronicles, Let&#039;s Tap, Yakuza 3, the current state of TGS and video-game trade shows in general, and much more.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5390</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/729227-img_0170.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/45/giantbombcast-101008.mp3\" fileSize=\"43140624\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/45/giantbombcast-101008.mp3\" length=\"43140624\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-09-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-09-2008/1600-44/</link>\n        <description>Brad, Jeff, and Ryan wrap up the first day of the 2008 Tokyo Game Show with some of their personal highlights.</description>\n        <pubDate>Thu, 09 Oct 2008 07:43:38 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-44</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Brad, Jeff, and Ryan wrap up the first day of the 2008 Tokyo Game Show with some of their personal highlights.</itunes:subtitle>\n        <itunes:summary>Brad, Jeff, and Ryan wrap up the first day of the 2008 Tokyo Game Show with some of their personal highlights.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/724385-img_0089.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/44/giantbombcast-100908.mp3\" fileSize=\"28647164\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/44/giantbombcast-100908.mp3\" length=\"28647164\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-08-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-08-2008/1600-43/</link>\n        <description>Giant Bomb&#039;s J-pop ecstacy nightmare continues as the boys take a trip to Akihabara.</description>\n        <pubDate>Wed, 08 Oct 2008 14:54:44 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-43</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb&#039;s J-pop ecstacy nightmare continues as the boys take a trip to Akihabara.</itunes:subtitle>\n        <itunes:summary>Giant Bomb&#039;s J-pop ecstacy nightmare continues as the boys take a trip to Akihabara.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">4912</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/721815-asdfasdfasdfasd.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/43/giantbombcast-100808.mp3\" fileSize=\"39311367\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/43/giantbombcast-100808.mp3\" length=\"39311367\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 10-07-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-10-07-2008/1600-42/</link>\n        <description>We&#039;re live from Tokyo in this very jet-lagged edition of the Giant Bombcast! Topics of discussion include Speed Racer, Street Fighter IV, beef bowls, Vodka Drunkinski, Marcus Fenix&#039;s face scars, and more!</description>\n        <pubDate>Wed, 08 Oct 2008 08:55:57 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-42</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We&#039;re live from Tokyo in this very jet-lagged edition of the Giant Bombcast! Topics of discussion include Speed Racer, Street Fighter IV, beef bowls, Vodka Drunkinski, Marcus Fenix&#039;s face scars, and more!</itunes:subtitle>\n        <itunes:summary>We&#039;re live from Tokyo in this very jet-lagged edition of the Giant Bombcast! Topics of discussion include Speed Racer, Street Fighter IV, beef bowls, Vodka Drunkinski, Marcus Fenix&#039;s face scars, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">4253</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/719597-img_0012.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/42/giantbombcast-100708.mp3\" fileSize=\"34043947\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/42/giantbombcast-100708.mp3\" length=\"34043947\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast Red Alert 3 Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-red-alert-3-edition/1600-41/</link>\n        <description>Jeff and Ryan are joined by EALA&#039;s Amer Ajami and Greg Kasavin in this bonus podcast to discuss some of the finer points of Command &amp;amp; Conquer: Red Alert 3.</description>\n        <pubDate>Fri, 03 Oct 2008 17:52:27 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-41</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff and Ryan are joined by EALA&#039;s Amer Ajami and Greg Kasavin in this bonus podcast to discuss some of the finer points of Command &amp;amp; Conquer: Red Alert 3.</itunes:subtitle>\n        <itunes:summary>Jeff and Ryan are joined by EALA&#039;s Amer Ajami and Greg Kasavin in this bonus podcast to discuss some of the finer points of Command &amp;amp; Conquer: Red Alert 3.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/708167-picture_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/41/giantbombcast-100108.mp3\" fileSize=\"13867981\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/41/giantbombcast-100108.mp3\" length=\"13867981\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-30-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-30-2008/1600-40/</link>\n        <description>Giant Bomb designer Dave Snider joins Ryan, Brad, and Vinny to discuss Warhammer key parties, making bootleg versions of Eye of the Tiger in Guitar Hero: World Tour, droopy pipes, Return to Castle Greyskull, and much more!</description>\n        <pubDate>Tue, 30 Sep 2008 22:17:12 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-40</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb designer Dave Snider joins Ryan, Brad, and Vinny to discuss Warhammer key parties, making bootleg versions of Eye of the Tiger in Guitar Hero: World Tour, droopy pipes, Return to Castle Greyskull, and much more!</itunes:subtitle>\n        <itunes:summary>Giant Bomb designer Dave Snider joins Ryan, Brad, and Vinny to discuss Warhammer key parties, making bootleg versions of Eye of the Tiger in Guitar Hero: World Tour, droopy pipes, Return to Castle Greyskull, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7330</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/703415-apgermanyacdc.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/40/giantbombcast-093008.mp3\" fileSize=\"58658209\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/40/giantbombcast-093008.mp3\" length=\"58658209\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-23-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-23-2008/1600-39/</link>\n        <description>What do the first weekend of Warhammer Online, the Jenny McCarthy virus, Ice-T&#039;s MySpace page, The Sims: The Movie, Metal Gear Solid Existence, and Need for Speed: Burnout all have in common? Listen to this week&#039;s Bombcast to find out!</description>\n        <pubDate>Tue, 23 Sep 2008 20:56:36 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-39</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">What do the first weekend of Warhammer Online, the Jenny McCarthy virus, Ice-T&#039;s MySpace page, The Sims: The Movie, Metal Gear Solid Existence, and Need for Speed: Burnout all have in common? Listen to this week&#039;s Bombcast to find out!</itunes:subtitle>\n        <itunes:summary>What do the first weekend of Warhammer Online, the Jenny McCarthy virus, Ice-T&#039;s MySpace page, The Sims: The Movie, Metal Gear Solid Existence, and Need for Speed: Burnout all have in common? Listen to this week&#039;s Bombcast to find out!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6871</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/685710-jennyu.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/39/giantbombcast-092308.mp3\" fileSize=\"54986449\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/39/giantbombcast-092308.mp3\" length=\"54986449\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-16-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-16-2008/1600-38/</link>\n        <description>The Giant Bombcast celebrates this great country of ours with discussions of Fable II, The Force Unleashed, Rock Band 2, bees, strict NATs, Transformers tech specs, Hawaiian juice, and much more!</description>\n        <pubDate>Tue, 16 Sep 2008 21:42:26 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-38</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Giant Bombcast celebrates this great country of ours with discussions of Fable II, The Force Unleashed, Rock Band 2, bees, strict NATs, Transformers tech specs, Hawaiian juice, and much more!</itunes:subtitle>\n        <itunes:summary>The Giant Bombcast celebrates this great country of ours with discussions of Fable II, The Force Unleashed, Rock Band 2, bees, strict NATs, Transformers tech specs, Hawaiian juice, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7451</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/662240-punchy.gif?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/38/giantbombcast-091608.mp3\" fileSize=\"59657542\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/38/giantbombcast-091608.mp3\" length=\"59657542\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast Spore Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-spore-edition/1600-37/</link>\n        <description>The Giant Bomb crew pontificates about Will Wright&#039;s intergalactic life simulator, Spore.</description>\n        <pubDate>Fri, 12 Sep 2008 20:42:24 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-37</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Giant Bomb crew pontificates about Will Wright&#039;s intergalactic life simulator, Spore.</itunes:subtitle>\n        <itunes:summary>The Giant Bomb crew pontificates about Will Wright&#039;s intergalactic life simulator, Spore.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">4147</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/651495-sporelogo3d_tm_blue_rgb_copy.gif?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/37/giantbombcast-091208.mp3\" fileSize=\"33193935\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/37/giantbombcast-091208.mp3\" length=\"33193935\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-09-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-09-2008/1600-36/</link>\n        <description>We celebrate the ninth anniversary of the Dreamcast and discuss Crysis Warhead, BioShock on the PS3, the musical mystery behind Killer Instinct 3, the rumored launch of the New Xbox Experience, the current state of PC piracy, and much more!</description>\n        <pubDate>Tue, 09 Sep 2008 22:24:41 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-36</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We celebrate the ninth anniversary of the Dreamcast and discuss Crysis Warhead, BioShock on the PS3, the musical mystery behind Killer Instinct 3, the rumored launch of the New Xbox Experience, the current state of PC piracy, and much more!</itunes:subtitle>\n        <itunes:summary>We celebrate the ninth anniversary of the Dreamcast and discuss Crysis Warhead, BioShock on the PS3, the musical mystery behind Killer Instinct 3, the rumored launch of the New Xbox Experience, the current state of PC piracy, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7674</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/643381-dreamcastpal.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/36/giantbombcast-090908.mp3\" fileSize=\"61414688\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/36/giantbombcast-090908.mp3\" length=\"61414688\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 09-02-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-09-02-2008/1600-35/</link>\n        <description>We get back to our regularly-scheduled podcast and discuss the candy-filled fun of Viva Piñata: Trouble in Paradise, vent about Mercenaries 2: World in Flames, speculate about Capcom&#039;s next fighting game revival, and more!</description>\n        <pubDate>Tue, 02 Sep 2008 22:47:47 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-35</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We get back to our regularly-scheduled podcast and discuss the candy-filled fun of Viva Piñata: Trouble in Paradise, vent about Mercenaries 2: World in Flames, speculate about Capcom&#039;s next fighting game revival, and more!</itunes:subtitle>\n        <itunes:summary>We get back to our regularly-scheduled podcast and discuss the candy-filled fun of Viva Piñata: Trouble in Paradise, vent about Mercenaries 2: World in Flames, speculate about Capcom&#039;s next fighting game revival, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">4599</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/626328-617985_mercenaries_2_world_in_flames.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/35/giantbombcast-090208.mp3\" fileSize=\"36814028\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/35/giantbombcast-090208.mp3\" length=\"36814028\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast PAX08 Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-pax08-edition/1600-34/</link>\n        <description>We wrap up day two of the 2008 Penny Arcade Exposition with special guests Rich Gallup, Alex Navarro, and Matt Rorie, as well as an inordinate amount of cursing. Cover thine virgin ears!</description>\n        <pubDate>Sun, 31 Aug 2008 10:06:30 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-34</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We wrap up day two of the 2008 Penny Arcade Exposition with special guests Rich Gallup, Alex Navarro, and Matt Rorie, as well as an inordinate amount of cursing. Cover thine virgin ears!</itunes:subtitle>\n        <itunes:summary>We wrap up day two of the 2008 Penny Arcade Exposition with special guests Rich Gallup, Alex Navarro, and Matt Rorie, as well as an inordinate amount of cursing. Cover thine virgin ears!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">4701</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/620439-photo.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/34/giantbombcast-083008.mp3\" fileSize=\"37632340\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/34/giantbombcast-083008.mp3\" length=\"37632340\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-26-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-26-2008/1600-33/</link>\n        <description>This week&#039;s podcast includes Denis Dyack&#039;s sinister machinations, our absentee highlights from Leipzig, Ryan Payton&#039;s departure from Kojima Productions, the rumors about potential Halo 4 rumors, Brad&#039;s mysterious disappearance, and much more!</description>\n        <pubDate>Tue, 26 Aug 2008 19:46:26 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-33</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week&#039;s podcast includes Denis Dyack&#039;s sinister machinations, our absentee highlights from Leipzig, Ryan Payton&#039;s departure from Kojima Productions, the rumors about potential Halo 4 rumors, Brad&#039;s mysterious disappearance, and much more!</itunes:subtitle>\n        <itunes:summary>This week&#039;s podcast includes Denis Dyack&#039;s sinister machinations, our absentee highlights from Leipzig, Ryan Payton&#039;s departure from Kojima Productions, the rumors about potential Halo 4 rumors, Brad&#039;s mysterious disappearance, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7633</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/608187-diddy_no_bitch_ass_ness_763997.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/33/giantbombcast-082608.mp3\" fileSize=\"61081994\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/33/giantbombcast-082608.mp3\" length=\"61081994\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-19-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-19-2008/1600-32/</link>\n        <description>This week&#039;s topics include Too Human, the terrible parents behind professional Guitar Hero players, the current state of Alan Wake, why we&#039;re not at Leipzig, and more!</description>\n        <pubDate>Tue, 19 Aug 2008 19:36:05 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-32</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week&#039;s topics include Too Human, the terrible parents behind professional Guitar Hero players, the current state of Alan Wake, why we&#039;re not at Leipzig, and more!</itunes:subtitle>\n        <itunes:summary>This week&#039;s topics include Too Human, the terrible parents behind professional Guitar Hero players, the current state of Alan Wake, why we&#039;re not at Leipzig, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6221</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/580394-904_20080727_013058_pic_801899440.standalone.prod_affiliate.3.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/32/giantbombcast-081908.mp3\" fileSize=\"49791169\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/32/giantbombcast-081908.mp3\" length=\"49791169\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-12-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-12-2008/1600-31/</link>\n        <description>We discuss Bionic Commando: Rearmed, Blizzard’s diabolical pyramid scheme, goatees, Hitler, and much, much more!</description>\n        <pubDate>Tue, 12 Aug 2008 19:11:09 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-31</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We discuss Bionic Commando: Rearmed, Blizzard’s diabolical pyramid scheme, goatees, Hitler, and much, much more!</itunes:subtitle>\n        <itunes:summary>We discuss Bionic Commando: Rearmed, Blizzard’s diabolical pyramid scheme, goatees, Hitler, and much, much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7171</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/549583-261_content_lightbox.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/31/giantbombcast-081208.mp3\" fileSize=\"57389313\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/31/giantbombcast-081208.mp3\" length=\"57389313\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 08-05-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-08-05-2008/1600-30/</link>\n        <description>We drink some hemp milk, hate on Soul Calibur IV’s giant fake boobs, and review the E3 Critics Awards.</description>\n        <pubDate>Tue, 05 Aug 2008 22:20:27 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-30</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We drink some hemp milk, hate on Soul Calibur IV’s giant fake boobs, and review the E3 Critics Awards.</itunes:subtitle>\n        <itunes:summary>We drink some hemp milk, hate on Soul Calibur IV’s giant fake boobs, and review the E3 Critics Awards.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7687</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/509231-hemp_milk_containers_sm_.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/30/giantbombcast-080508.mp3\" fileSize=\"61516013\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/30/giantbombcast-080508.mp3\" length=\"61516013\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-29-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-29-2008/1600-29/</link>\n        <description>We get back to the business of talkin&#039; &#039;bout games, with topics including the latest from Telltale, more Activision Blizzard merger drama, MK vs. DC at Comic-Con, Geometry Wars 2, the eagle-punching potential of a new Karateka, and more!</description>\n        <pubDate>Tue, 29 Jul 2008 19:25:14 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-29</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We get back to the business of talkin&#039; &#039;bout games, with topics including the latest from Telltale, more Activision Blizzard merger drama, MK vs. DC at Comic-Con, Geometry Wars 2, the eagle-punching potential of a new Karateka, and more!</itunes:subtitle>\n        <itunes:summary>We get back to the business of talkin&#039; &#039;bout games, with topics including the latest from Telltale, more Activision Blizzard merger drama, MK vs. DC at Comic-Con, Geometry Wars 2, the eagle-punching potential of a new Karateka, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">4337</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/382207-ohhhbamathong.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/29/giantbombcast-072908.mp3\" fileSize=\"34717959\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/29/giantbombcast-072908.mp3\" length=\"34717959\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-22-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-22-2008/1600-28/</link>\n        <description>Giant Bomb is go! With the user submissions piling up, the guys take a quick break to discuss the new site and answer some of your questions.</description>\n        <pubDate>Tue, 22 Jul 2008 17:54:47 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-28</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb is go! With the user submissions piling up, the guys take a quick break to discuss the new site and answer some of your questions.</itunes:subtitle>\n        <itunes:summary>Giant Bomb is go! With the user submissions piling up, the guys take a quick break to discuss the new site and answer some of your questions.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">0</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/4/11013-goomba.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/28/giantbombcast-072208.mp3\" fileSize=\"21857885\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/28/giantbombcast-072208.mp3\" length=\"21857885\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-17-2008: Electronic Three Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-17-2008-electronic-three-edition/1600-27/</link>\n        <description>We close the books on E3 2008 with our thoughts on Red Alert 3, The Agency, Left 4 Dead, The Force Unleashed, Saint’s Row 2, and much more!</description>\n        <pubDate>Thu, 17 Jul 2008 23:36:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-27</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We close the books on E3 2008 with our thoughts on Red Alert 3, The Agency, Left 4 Dead, The Force Unleashed, Saint’s Row 2, and much more!</itunes:subtitle>\n        <itunes:summary>We close the books on E3 2008 with our thoughts on Red Alert 3, The Agency, Left 4 Dead, The Force Unleashed, Saint’s Row 2, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6713</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/176579-bradsleep.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/27/giantbombcast-071708.mp3\" fileSize=\"53742361\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/27/giantbombcast-071708.mp3\" length=\"53742361\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-16-2008: Electronic Three Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-16-2008-electronic-three-edition/1600-26/</link>\n        <description>With the second day of E3 under our belts, we share our thoughts on Rock Band 2, Prince of Persia, Wii Sports Resort, Alpha Protocol, Killzone 2, Soul Calibur IV, Borderlands, Mortal Kombat vs. DC Universe, The Who, and much, much more!</description>\n        <pubDate>Thu, 17 Jul 2008 10:05:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-26</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With the second day of E3 under our belts, we share our thoughts on Rock Band 2, Prince of Persia, Wii Sports Resort, Alpha Protocol, Killzone 2, Soul Calibur IV, Borderlands, Mortal Kombat vs. DC Universe, The Who, and much, much more!</itunes:subtitle>\n        <itunes:summary>With the second day of E3 under our belts, we share our thoughts on Rock Band 2, Prince of Persia, Wii Sports Resort, Alpha Protocol, Killzone 2, Soul Calibur IV, Borderlands, Mortal Kombat vs. DC Universe, The Who, and much, much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">9001</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/176578-concourse.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/26/giantbombcast-071608.mp3\" fileSize=\"72042591\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/26/giantbombcast-071608.mp3\" length=\"72042591\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-15-2008: Electronic Three Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-15-2008-electronic-three-edition/1600-25/</link>\n        <description>After a seemingly endless day at Electronic Three, we discuss Gears of War 2, the Nintendo, Sony, and Activision press conferences, Dragon Age: Origins, upcoming games from Capcom and EA, Fallout 3, and much more!</description>\n        <pubDate>Wed, 16 Jul 2008 02:21:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-25</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">After a seemingly endless day at Electronic Three, we discuss Gears of War 2, the Nintendo, Sony, and Activision press conferences, Dragon Age: Origins, upcoming games from Capcom and EA, Fallout 3, and much more!</itunes:subtitle>\n        <itunes:summary>After a seemingly endless day at Electronic Three, we discuss Gears of War 2, the Nintendo, Sony, and Activision press conferences, Dragon Age: Origins, upcoming games from Capcom and EA, Fallout 3, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6637</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/176577-nintendo.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/25/giantbombcast-071508.mp3\" fileSize=\"53134303\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/25/giantbombcast-071508.mp3\" length=\"53134303\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-14-2008: Electronic Three Edition</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-14-2008-electronic-three-edition/1600-24/</link>\n        <description>The Giant Bombcast joins forces with the Boss of Bosses for our first day wrap-up of E3 2008.</description>\n        <pubDate>Mon, 14 Jul 2008 22:12:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-24</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Giant Bombcast joins forces with the Boss of Bosses for our first day wrap-up of E3 2008.</itunes:subtitle>\n        <itunes:summary>The Giant Bombcast joins forces with the Boss of Bosses for our first day wrap-up of E3 2008.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">4662</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/176574-e3.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/24/giantbombcast-071408.mp3\" fileSize=\"37333654\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/24/giantbombcast-071408.mp3\" length=\"37333654\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-08-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-08-2008/1600-23/</link>\n        <description>This week’s Bombcast topics include comic books, The Force Unleashed, Unreal Tournament III, Sega Channel, everyone’s favorite raccoon shylock, piñata whacking, Donkeykong Man, Denis Dyack’s latest antics, Peter Molyneux’s Whammies, and more!</description>\n        <pubDate>Tue, 08 Jul 2008 20:26:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-23</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week’s Bombcast topics include comic books, The Force Unleashed, Unreal Tournament III, Sega Channel, everyone’s favorite raccoon shylock, piñata whacking, Donkeykong Man, Denis Dyack’s latest antics, Peter Molyneux’s Whammies, and more!</itunes:subtitle>\n        <itunes:summary>This week’s Bombcast topics include comic books, The Force Unleashed, Unreal Tournament III, Sega Channel, everyone’s favorite raccoon shylock, piñata whacking, Donkeykong Man, Denis Dyack’s latest antics, Peter Molyneux’s Whammies, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7220</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/12017-whammy2.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/23/giantbombcast-070808.mp3\" fileSize=\"57775519\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/23/giantbombcast-070808.mp3\" length=\"57775519\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 07-01-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-07-01-2008/1600-19/</link>\n        <description>In this week’s edition the boys discuss Diablo III, their boggling obsession with J Allard, the war of words between Treyarch and Gearbox, the latest PS3 firmware update, Denis Dyack’s internet shenanigans, Fruit Stripe Gum, and much more!</description>\n        <pubDate>Tue, 01 Jul 2008 22:30:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-19</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">In this week’s edition the boys discuss Diablo III, their boggling obsession with J Allard, the war of words between Treyarch and Gearbox, the latest PS3 firmware update, Denis Dyack’s internet shenanigans, Fruit Stripe Gum, and much more!</itunes:subtitle>\n        <itunes:summary>In this week’s edition the boys discuss Diablo III, their boggling obsession with J Allard, the war of words between Treyarch and Gearbox, the latest PS3 firmware update, Denis Dyack’s internet shenanigans, Fruit Stripe Gum, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6466</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/12016-fruitstripegum.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/19/giantbombcast-070108.mp3\" fileSize=\"51744156\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/19/giantbombcast-070108.mp3\" length=\"51744156\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-24-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-24-2008/1600-18/</link>\n        <description>With Vinny out of the office, Ryan, Jeff, and Brad discuss the six degrees of GuitarFreaks, the inevitable return of Razor Callahan, the truth about World of Lost Vikings, and the cure for a young child’s fear of paintings.</description>\n        <pubDate>Tue, 24 Jun 2008 20:18:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-18</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">With Vinny out of the office, Ryan, Jeff, and Brad discuss the six degrees of GuitarFreaks, the inevitable return of Razor Callahan, the truth about World of Lost Vikings, and the cure for a young child’s fear of paintings.</itunes:subtitle>\n        <itunes:summary>With Vinny out of the office, Ryan, Jeff, and Brad discuss the six degrees of GuitarFreaks, the inevitable return of Razor Callahan, the truth about World of Lost Vikings, and the cure for a young child’s fear of paintings.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5327</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/12015-lostvikings2.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/18/giantbombcast-062408.mp3\" fileSize=\"42632420\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/18/giantbombcast-062408.mp3\" length=\"42632420\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Spoiler Snakecast 06-19-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-spoiler-snakecast-06-19-2008/1600-17/</link>\n        <description>The Bomb Squad does its best to spoil Metal Gear Solid 4: Guns of the Patriots in this special edition of the Giant Bombcast. Seriously, if you don’t want to hear MGS4 story details, TURN BACK NOW. HERE THERE BE MONSTERS.</description>\n        <pubDate>Thu, 19 Jun 2008 19:13:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-17</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Bomb Squad does its best to spoil Metal Gear Solid 4: Guns of the Patriots in this special edition of the Giant Bombcast. Seriously, if you don’t want to hear MGS4 story details, TURN BACK NOW. HERE THERE BE MONSTERS.</itunes:subtitle>\n        <itunes:summary>The Bomb Squad does its best to spoil Metal Gear Solid 4: Guns of the Patriots in this special edition of the Giant Bombcast. Seriously, if you don’t want to hear MGS4 story details, TURN BACK NOW. HERE THERE BE MONSTERS.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">3731</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/12014-untitled_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/17/giantbombcast-061908.mp3\" fileSize=\"29861686\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/17/giantbombcast-061908.mp3\" length=\"29861686\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-17-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-17-2008/1600-16/</link>\n        <description>The Bombcast crew talks up the latest Tecmo drama, the massive Intellisponse survey leaks, yelling at the Nintendo DS, west-coast basements, the semantics of Mega Man, and more. </description>\n        <pubDate>Tue, 17 Jun 2008 15:45:01 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-16</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Bombcast crew talks up the latest Tecmo drama, the massive Intellisponse survey leaks, yelling at the Nintendo DS, west-coast basements, the semantics of Mega Man, and more. </itunes:subtitle>\n        <itunes:summary>The Bombcast crew talks up the latest Tecmo drama, the massive Intellisponse survey leaks, yelling at the Nintendo DS, west-coast basements, the semantics of Mega Man, and more. </itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5349</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/12007-itagaki.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/16/giantbombcast-061708.mp3\" fileSize=\"42805687\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/16/giantbombcast-061708.mp3\" length=\"42805687\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-10-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-10-2008/1600-15/</link>\n        <description>This week we discuss Nolan Bushnell’s Boogie Nights, Call of Duty 5, Harder, Faster, More Challenging Portal, Levelord’s involvement in Duke Nukem Forever, Metal Gear Solid 4, and more!</description>\n        <pubDate>Tue, 10 Jun 2008 15:42:59 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-15</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we discuss Nolan Bushnell’s Boogie Nights, Call of Duty 5, Harder, Faster, More Challenging Portal, Levelord’s involvement in Duke Nukem Forever, Metal Gear Solid 4, and more!</itunes:subtitle>\n        <itunes:summary>This week we discuss Nolan Bushnell’s Boogie Nights, Call of Duty 5, Harder, Faster, More Challenging Portal, Levelord’s involvement in Duke Nukem Forever, Metal Gear Solid 4, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5412</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/12006-atari_level1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/15/giantbombcast-061008.mp3\" fileSize=\"43312672\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/15/giantbombcast-061008.mp3\" length=\"43312672\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 06-03-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-06-03-2008/1600-14/</link>\n        <description>The Giant Bombcast welcomes two new additions in this exciting episode, which includes discussion of disgusting Swedish treats, hands-on with Street Fighter IV, our begrudging excitement over Neopets, Itagaki’s dramatic departure from Tecmo, and more!</description>\n        <pubDate>Tue, 03 Jun 2008 15:42:15 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-14</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Giant Bombcast welcomes two new additions in this exciting episode, which includes discussion of disgusting Swedish treats, hands-on with Street Fighter IV, our begrudging excitement over Neopets, Itagaki’s dramatic departure from Tecmo, and more!</itunes:subtitle>\n        <itunes:summary>The Giant Bombcast welcomes two new additions in this exciting episode, which includes discussion of disgusting Swedish treats, hands-on with Street Fighter IV, our begrudging excitement over Neopets, Itagaki’s dramatic departure from Tecmo, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6901</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/12005-mat_malaco_djungelvral.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/14/giantbombcast-060308.mp3\" fileSize=\"55226813\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/14/giantbombcast-060308.mp3\" length=\"55226813\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-27-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-27-2008/1600-13/</link>\n        <description>This week we discuss the latest Xbox Live Arcade drama, the high cost of pretending to rock out in Guitar Hero: World Tour, Prince of Persia casting news, the return of Oddworld, the continued ESA exodus, the future of Mega Man, and more!</description>\n        <pubDate>Tue, 27 May 2008 17:56:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-13</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we discuss the latest Xbox Live Arcade drama, the high cost of pretending to rock out in Guitar Hero: World Tour, Prince of Persia casting news, the return of Oddworld, the continued ESA exodus, the future of Mega Man, and more!</itunes:subtitle>\n        <itunes:summary>This week we discuss the latest Xbox Live Arcade drama, the high cost of pretending to rock out in Guitar Hero: World Tour, Prince of Persia casting news, the return of Oddworld, the continued ESA exodus, the future of Mega Man, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">4541</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/12004-1104774873_00.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/13/giantbombcast-052708.mp3\" fileSize=\"36347569\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/13/giantbombcast-052708.mp3\" length=\"36347569\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-20-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-20-2008/1600-12/</link>\n        <description>We stay medicated in this four-player podcast as we discuss tattoo placement in Gears of War 2, a surprising musical omission in Haze, product placement in MGS4, the various uses of a rapier, Richard Pryor tapes, and much more!</description>\n        <pubDate>Tue, 20 May 2008 21:42:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-12</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We stay medicated in this four-player podcast as we discuss tattoo placement in Gears of War 2, a surprising musical omission in Haze, product placement in MGS4, the various uses of a rapier, Richard Pryor tapes, and much more!</itunes:subtitle>\n        <itunes:summary>We stay medicated in this four-player podcast as we discuss tattoo placement in Gears of War 2, a surprising musical omission in Haze, product placement in MGS4, the various uses of a rapier, Richard Pryor tapes, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">7124</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/12003-teeth_mike_tyson_400a071807.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/12/giantbombcast-052008.mp3\" fileSize=\"57012937\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/12/giantbombcast-052008.mp3\" length=\"57012937\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-13-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-13-2008/1600-11/</link>\n        <description>We give ourselves heart murmurs with too many energy drinks as we discuss the nuts and bolts of Banjo-Kazooie, the mashup potential of Guitar Hero IV, Super Mario Bros. 4, Lego Pulp Fiction, the semantics of Hell, and more!</description>\n        <pubDate>Tue, 13 May 2008 15:40:24 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-11</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We give ourselves heart murmurs with too many energy drinks as we discuss the nuts and bolts of Banjo-Kazooie, the mashup potential of Guitar Hero IV, Super Mario Bros. 4, Lego Pulp Fiction, the semantics of Hell, and more!</itunes:subtitle>\n        <itunes:summary>We give ourselves heart murmurs with too many energy drinks as we discuss the nuts and bolts of Banjo-Kazooie, the mashup potential of Guitar Hero IV, Super Mario Bros. 4, Lego Pulp Fiction, the semantics of Hell, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6239</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/12002-kuribo_shoe_smb3x.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/11/giantbombcast-051308.mp3\" fileSize=\"49926853\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/11/giantbombcast-051308.mp3\" length=\"49926853\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 05-06-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-05-06-2008/1600-10/</link>\n        <description>We hit the redline with the latest from Sony, a treatise on Card Sharks, free Rock Band songs, modular solutions for virtual modern living, the future of X-COM, Dr. Dre Kart Racing, and plenty of GTA4. That’s how you play the game!</description>\n        <pubDate>Tue, 06 May 2008 21:39:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-10</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">We hit the redline with the latest from Sony, a treatise on Card Sharks, free Rock Band songs, modular solutions for virtual modern living, the future of X-COM, Dr. Dre Kart Racing, and plenty of GTA4. That’s how you play the game!</itunes:subtitle>\n        <itunes:summary>We hit the redline with the latest from Sony, a treatise on Card Sharks, free Rock Band songs, modular solutions for virtual modern living, the future of X-COM, Dr. Dre Kart Racing, and plenty of GTA4. That’s how you play the game!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6517</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/11974-jimperry.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/10/giantbombcast-050608.mp3\" fileSize=\"52153121\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/10/giantbombcast-050608.mp3\" length=\"52153121\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-29-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-29-2008/1600-9/</link>\n        <description>Jeff and Ryan fight a losing battle against sleep depravation in this very special, very felonious, very short episode of the Giant Bombcast.</description>\n        <pubDate>Tue, 29 Apr 2008 20:05:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-9</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff and Ryan fight a losing battle against sleep depravation in this very special, very felonious, very short episode of the Giant Bombcast.</itunes:subtitle>\n        <itunes:summary>Jeff and Ryan fight a losing battle against sleep depravation in this very special, very felonious, very short episode of the Giant Bombcast.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">4020</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/11973-gtaiv.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/9/giantbombcast-042908.mp3\" fileSize=\"32184194\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/9/giantbombcast-042908.mp3\" length=\"32184194\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-22-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-22-2008/1600-8/</link>\n        <description>Jeff and Ryan are joined by a very special guest this week as we discuss MKVDC, the troubled Metal Gear Online beta, the multi-instrument future of Guitar Hero, the state of Games for Windows Live, and much more!</description>\n        <pubDate>Tue, 22 Apr 2008 22:31:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-8</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Jeff and Ryan are joined by a very special guest this week as we discuss MKVDC, the troubled Metal Gear Online beta, the multi-instrument future of Guitar Hero, the state of Games for Windows Live, and much more!</itunes:subtitle>\n        <itunes:summary>Jeff and Ryan are joined by a very special guest this week as we discuss MKVDC, the troubled Metal Gear Online beta, the multi-instrument future of Guitar Hero, the state of Games for Windows Live, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6080</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/11963-kombatdc.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/8/giantbombcast-042208.mp3\" fileSize=\"48659590\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/8/giantbombcast-042208.mp3\" length=\"48659590\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-15-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-15-2008/1600-7/</link>\n        <description>It’s Nintendo week on the Giant Bombcast as we discuss all the hot new games that were shown at last week’s media summit in San Francisco. We also discuss the return of Interplay, get angry at Wired and meddling marketers, and more!</description>\n        <pubDate>Tue, 15 Apr 2008 19:19:57 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-7</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It’s Nintendo week on the Giant Bombcast as we discuss all the hot new games that were shown at last week’s media summit in San Francisco. We also discuss the return of Interplay, get angry at Wired and meddling marketers, and more!</itunes:subtitle>\n        <itunes:summary>It’s Nintendo week on the Giant Bombcast as we discuss all the hot new games that were shown at last week’s media summit in San Francisco. We also discuss the return of Interplay, get angry at Wired and meddling marketers, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5360</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/11962-st_geekster_f.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/7/giantbombcast-041508.mp3\" fileSize=\"42900341\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/7/giantbombcast-041508.mp3\" length=\"42900341\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-08-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-08-2008/1600-6/</link>\n        <description>This week we give you all we’ve got with discussions of the stuff that plants crave, Kazooie’s Funtime Party Assassins, Ikaruga, what the X in Tom Clancy’s H.A.W.X. stands for, and more.</description>\n        <pubDate>Tue, 08 Apr 2008 19:18:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-6</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">This week we give you all we’ve got with discussions of the stuff that plants crave, Kazooie’s Funtime Party Assassins, Ikaruga, what the X in Tom Clancy’s H.A.W.X. stands for, and more.</itunes:subtitle>\n        <itunes:summary>This week we give you all we’ve got with discussions of the stuff that plants crave, Kazooie’s Funtime Party Assassins, Ikaruga, what the X in Tom Clancy’s H.A.W.X. stands for, and more.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6411</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/11961-1186513769.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/6/giantbombcast-040808.mp3\" fileSize=\"51312627\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/6/giantbombcast-040808.mp3\" length=\"51312627\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 04-01-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-04-01-2008/1600-5/</link>\n        <description>Get on the yellow bus with Jeff and Ryan for another edition of the Giant Bombcast! This week we turn our eyes towards Cinnabon: The Drink, the end of superbike confusion, the problems with Liars’ Day, the off-road future of Burnout, and much more!</description>\n        <pubDate>Tue, 01 Apr 2008 17:39:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-5</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Get on the yellow bus with Jeff and Ryan for another edition of the Giant Bombcast! This week we turn our eyes towards Cinnabon: The Drink, the end of superbike confusion, the problems with Liars’ Day, the off-road future of Burnout, and much more!</itunes:subtitle>\n        <itunes:summary>Get on the yellow bus with Jeff and Ryan for another edition of the Giant Bombcast! This week we turn our eyes towards Cinnabon: The Drink, the end of superbike confusion, the problems with Liars’ Day, the off-road future of Burnout, and much more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5140</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/11960-pasta_hut.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/5/giantbombcast-040108.mp3\" fileSize=\"41140110\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/5/giantbombcast-040108.mp3\" length=\"41140110\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-25-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-25-2008/1600-4/</link>\n        <description>It’s a veritable menagerie of idiots in this week’s Giant Bombcast as we’re joined by Alex Navarro for discussions about Grand Theft Auto IV: Greater Toronto Area, 50 Cent II: The Dollar, synthoids, the Harlem Globetrotters of pizza, and more!</description>\n        <pubDate>Tue, 25 Mar 2008 15:33:09 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-4</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">It’s a veritable menagerie of idiots in this week’s Giant Bombcast as we’re joined by Alex Navarro for discussions about Grand Theft Auto IV: Greater Toronto Area, 50 Cent II: The Dollar, synthoids, the Harlem Globetrotters of pizza, and more!</itunes:subtitle>\n        <itunes:summary>It’s a veritable menagerie of idiots in this week’s Giant Bombcast as we’re joined by Alex Navarro for discussions about Grand Theft Auto IV: Greater Toronto Area, 50 Cent II: The Dollar, synthoids, the Harlem Globetrotters of pizza, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">4682</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/11959-2bb6f51a65eff6070dfd45e43d1aa254_o.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/4/giantbombcast-032508.mp3\" fileSize=\"35800000\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/4/giantbombcast-032508.mp3\" length=\"35800000\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-18-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-18-2008/1600-3/</link>\n        <description>The Giant Bombcast continues its slow-motion explosion with Jeff and Ryan’s thoughts on Lost: Via Domus, Rainbow Six Vegas 2, an Ice Cube side-scroller, Guitar Hero: Beatles, Ed Boon, the flavor of Scottish girders, technofear, and more!</description>\n        <pubDate>Tue, 18 Mar 2008 19:47:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-3</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">The Giant Bombcast continues its slow-motion explosion with Jeff and Ryan’s thoughts on Lost: Via Domus, Rainbow Six Vegas 2, an Ice Cube side-scroller, Guitar Hero: Beatles, Ed Boon, the flavor of Scottish girders, technofear, and more!</itunes:subtitle>\n        <itunes:summary>The Giant Bombcast continues its slow-motion explosion with Jeff and Ryan’s thoughts on Lost: Via Domus, Rainbow Six Vegas 2, an Ice Cube side-scroller, Guitar Hero: Beatles, Ed Boon, the flavor of Scottish girders, technofear, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5607</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/11956-irn_bru_logo.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/3/giantbombcast-031808.mp3\" fileSize=\"56087528\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/3/giantbombcast-031808.mp3\" length=\"56087528\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Giant Bombcast 03-11-2008</title>\n        <link>https://www.giantbomb.com/podcasts/giant-bombcast-03-11-2008/1600-2/</link>\n        <description>In our inaugural episode of the Giant Bombcast, Ryan and Jeff discuss delicious WoW-inspired energy drinks, the hidden depth in Super Smash Bros. Brawl, the brilliant filmography of Mark Dacascos, and much more.</description>\n        <pubDate>Tue, 11 Mar 2008 19:39:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-2</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">In our inaugural episode of the Giant Bombcast, Ryan and Jeff discuss delicious WoW-inspired energy drinks, the hidden depth in Super Smash Bros. Brawl, the brilliant filmography of Mark Dacascos, and much more.</itunes:subtitle>\n        <itunes:summary>In our inaugural episode of the Giant Bombcast, Ryan and Jeff discuss delicious WoW-inspired energy drinks, the hidden depth in Super Smash Bros. Brawl, the brilliant filmography of Mark Dacascos, and much more.</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6165</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/11954-mana_energy_potion_3.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2/giantbombpodcast-031108.mp3\" fileSize=\"49324118\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/2/giantbombpodcast-031108.mp3\" length=\"49324118\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Arrow Pointing Down Podcast 03-04-2008</title>\n        <link>https://www.giantbomb.com/podcasts/arrow-pointing-down-podcast-03-04-2008/1600-22/</link>\n        <description>As promised, the latest episode of the Arrow Pointing Down Podcast, featuring Internet celebrities Ryan Davis, Jeff Gerstmann, and Alex Navarro! Join us as we discuss the top news stories in the world of video games, new releases, and drinks!</description>\n        <pubDate>Wed, 05 Mar 2008 13:35:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-22</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">As promised, the latest episode of the Arrow Pointing Down Podcast, featuring Internet celebrities Ryan Davis, Jeff Gerstmann, and Alex Navarro! Join us as we discuss the top news stories in the world of video games, new releases, and drinks!</itunes:subtitle>\n        <itunes:summary>As promised, the latest episode of the Arrow Pointing Down Podcast, featuring Internet celebrities Ryan Davis, Jeff Gerstmann, and Alex Navarro! Join us as we discuss the top news stories in the world of video games, new releases, and drinks!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">6009</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/11950-picture_1.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/22/arrowpointingdownpodcast-030408.mp3\" fileSize=\"48083615\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/22/arrowpointingdownpodcast-030408.mp3\" length=\"48083615\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Arrow Pointing Down Podcast 02-24-2008</title>\n        <link>https://www.giantbomb.com/podcasts/arrow-pointing-down-podcast-02-24-2008/1600-21/</link>\n        <description>Your new favorite podcast that is sometimes, tangentially about video games is back! This week we bask in the afterglow of GDC, guzzle horrible energy drinks, contemplate legal action against McDonald’s, and so very much more! Join us, won’t you?</description>\n        <pubDate>Mon, 25 Feb 2008 01:38:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-21</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Your new favorite podcast that is sometimes, tangentially about video games is back! This week we bask in the afterglow of GDC, guzzle horrible energy drinks, contemplate legal action against McDonald’s, and so very much more! Join us, won’t you?</itunes:subtitle>\n        <itunes:summary>Your new favorite podcast that is sometimes, tangentially about video games is back! This week we bask in the afterglow of GDC, guzzle horrible energy drinks, contemplate legal action against McDonald’s, and so very much more! Join us, won’t you?</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">4355</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/11949-gdc.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/21/arrowpointingdownpodcast-022408.mp3\" fileSize=\"69693197\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/21/arrowpointingdownpodcast-022408.mp3\" length=\"69693197\" type=\"audio/mpeg\"/>\n      </item>\n          <item>\n        <title>Arrow Pointing Down Podcast Beta</title>\n        <link>https://www.giantbomb.com/podcasts/arrow-pointing-down-podcast-beta/1600-20/</link>\n        <description>Welcome, and thank you for participating in the soft launch of the Arrow Pointing Down Podcast! This week, Ryan and Jeff ramble pointlessly over Skype about Gatorade, HD-DVD, GDC, and more!</description>\n        <pubDate>Mon, 18 Feb 2008 01:54:00 PST</pubDate>\n        <guid isPermaLink=\"false\">1600-20</guid>\n        <itunes:subtitle xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Welcome, and thank you for participating in the soft launch of the Arrow Pointing Down Podcast! This week, Ryan and Jeff ramble pointlessly over Skype about Gatorade, HD-DVD, GDC, and more!</itunes:subtitle>\n        <itunes:summary>Welcome, and thank you for participating in the soft launch of the Arrow Pointing Down Podcast! This week, Ryan and Jeff ramble pointlessly over Skype about Gatorade, HD-DVD, GDC, and more!</itunes:summary>\n        <itunes:author xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Giant Bomb</itunes:author>\n        <itunes:explicit xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">no</itunes:explicit>\n        <itunes:duration xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">5283</itunes:duration>\n        <itunes:keywords xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">GiantBomb, Giant Bomb, Jeff Gerstmann, Ryan Davis, video games, PS3, WiiU, Xbox 360, PC, PSP, DS</itunes:keywords>\n                <itunes:image href=\"https://static.giantbomb.com/uploads/original/0/27/11948-gatoradetiger.jpg?20180530\" />\n                <media:content xmlns:media=\"http://search.yahoo.com/mrss/\" url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/20/arrowpointingdownpodcast-021808.mp3\" fileSize=\"63404564\" type=\"audio/mpeg\"/>\n        <enclosure url=\"https://dts.podtrac.com/redirect.mp3/www.giantbomb.com/podcasts/download/20/arrowpointingdownpodcast-021808.mp3\" length=\"63404564\" type=\"audio/mpeg\"/>\n      </item>\n      </channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/podcast-feed/making-obama",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<rss xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\" version=\"2.0\">\n  <channel>\n    <title>Making Obama</title>\n    <link>https://www.wbez.org/shows/making-obama/71b8de57-b2be-4e03-8481-683258de3ec1</link>\n    <description>Former President Barack Obama — along with key advisers, mentors, and rivals — tells the story of his climb from Chicago to the national stage. Season One of Making told the story of how Oprah built a media empire. Now, the story of how Chicago shaped the country's first African-American president.</description>\n    <language>en-US</language>\n    <copyright>Copyright 2016 Chicago Public Media</copyright>\n    <webMaster>webmaster@chicagopublicmedia.org</webMaster>\n    <category>News</category>\n    <image>\n      <title>Making Obama Logo</title>\n      <url>https://api.wbez.org/v2/images/6eb13711-5af1-4845-90ed-9dcd9a8e8da8.jpg?width=1400&amp;height=1400</url>\n      <width>1400</width>\n      <height>1400</height>\n    </image>\n    <item>\n      <title>Obama BONUS: The Decision</title>\n      <link>https://www.wbez.org/shows/making-obama/obama-bonus-the-decision/f15250d1-fccb-44e4-b14e-368525b08bfc</link>\n      <description>&lt;p&gt;&lt;span&gt;Just two and a half years after his 2004 Democratic National Convention speech, Barack Obama announced he was running for president. &lt;/span&gt;&lt;!--EndFragment--&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>\n      <enclosure url=\"https://podcast-stream.wbez.org/making_obama_podcast/2018/04/10/obama-bonus-the-decision.mp3\" type=\"audio/mpeg\" />\n      <pubDate>Tue, 10 Apr 2018 05:01:00 GMT</pubDate>\n      <author>Chicago Public Media</author>\n      <guid isPermaLink=\"false\">f15250d1-fccb-44e4-b14e-368525b08bfc</guid>\n      <itunes:duration>00:21:42</itunes:duration>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:keywords>Barack Obama, Making Obama</itunes:keywords>\n    </item>\n    <item>\n      <title>Obama 6: Yes We Can!</title>\n      <link>https://www.wbez.org/shows/making-obama/obama-6-yes-we-can/aed63eb2-c221-416a-96cd-497d956e65a1</link>\n      <description>&lt;p&gt;&lt;span&gt;Barack Obama burst onto the national stage during his U.S. Senate run. Hear how ambition and luck propelled him to Washington. &lt;/span&gt;&lt;!--EndFragment--&gt;&lt;br&gt;&lt;br&gt;&lt;!--StartFragment--&gt;&lt;a href=\"http://wbez.org/making\"&gt;wbez.org/making&lt;/a&gt;&lt;br&gt;&lt;/p&gt;</description>\n      <enclosure url=\"https://podcast-stream.wbez.org/making_obama_podcast/2018/03/15/obama-6-yes-we-can_jennifer-white.mp3\" type=\"audio/mpeg\" />\n      <pubDate>Thu, 15 Mar 2018 05:01:00 GMT</pubDate>\n      <author>Chicago Public Media</author>\n      <guid isPermaLink=\"false\">aed63eb2-c221-416a-96cd-497d956e65a1</guid>\n      <itunes:duration>00:58:50</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:keywords>Barack Obama, Making Obama, Chicago Politics</itunes:keywords>\n    </item>\n    <item>\n      <title>Obama 5: Up Or Out</title>\n      <link>https://www.wbez.org/shows/making-obama/obama-5-up-or-out/f2378d3c-de46-4165-87f6-2a91a5ebecac</link>\n      <description>&lt;p&gt;Former president Barack Obama has only lost one election in his life. It was in 2000, and that defeat set him on the course for his eventual U.S. Senate run. &lt;i&gt;Making Obama &lt;/i&gt;is a production of listener-supported WBEZ Chicago. Support WBEZ and the future of podcasts like this at &lt;a href=\"https://wbez.org/making\" target=\"\"&gt;https://wbez.org/making&lt;/a&gt;&lt;!--EndFragment--&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>\n      <enclosure url=\"https://podcast-stream.wbez.org/making_obama_podcast/2018/02/08/obama-5-up-or-out_jennifer-white.mp3\" type=\"audio/mpeg\" />\n      <pubDate>Thu, 08 Mar 2018 06:01:00 GMT</pubDate>\n      <author>Chicago Public Media</author>\n      <guid isPermaLink=\"false\">f2378d3c-de46-4165-87f6-2a91a5ebecac</guid>\n      <itunes:duration>00:55:39</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:keywords>Barack Obama, Making Obama, Chicago Politics</itunes:keywords>\n    </item>\n    <item>\n      <title>Obama 4: Wait Your Turn</title>\n      <link>https://www.wbez.org/shows/making-obama/obama-4-wait-your-turn/34d62aec-cd06-49bc-86a6-4cdf33766055</link>\n      <description>&lt;p&gt;In 2000, Barack Obama ran for Congress against a Chicago political legend. It became a contest about race and identity.&lt;/p&gt;</description>\n      <enclosure url=\"https://podcast-stream.wbez.org/making_obama_podcast/2018/03/01/obama-4-wait-your-turn_jennifer-white.mp3\" type=\"audio/mpeg\" />\n      <pubDate>Thu, 01 Mar 2018 06:01:00 GMT</pubDate>\n      <author>Chicago Public Media</author>\n      <guid isPermaLink=\"false\">34d62aec-cd06-49bc-86a6-4cdf33766055</guid>\n      <itunes:duration>00:56:15</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:keywords>Barack Obama, Making Obama</itunes:keywords>\n    </item>\n    <item>\n      <title>Obama 3: You Don’t Say No To Barack</title>\n      <link>https://www.wbez.org/shows/making-obama/obama-3-you-dont-say-no-to-barack/aeb3beab-f895-4843-80ef-d4ed89e325d2</link>\n      <description>&lt;p&gt;&lt;span&gt;&lt;/span&gt;Former President Barack Obama won his first political seat in 1996. Hear what he had to learn, and the conflicts he faced, to get there.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href=\"http://wbez.org/making\" target=\"\"&gt;wbez.org/making&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>\n      <enclosure url=\"https://podcast-stream.wbez.org/making_obama_podcast/2018/02/22/obama-3-you-dont-say-no-to-barack_jennifer-white.mp3\" type=\"audio/mpeg\" />\n      <pubDate>Thu, 22 Feb 2018 00:30:00 GMT</pubDate>\n      <author>Chicago Public Media</author>\n      <guid isPermaLink=\"false\">aeb3beab-f895-4843-80ef-d4ed89e325d2</guid>\n      <itunes:duration>00:56:46</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:keywords>Barack Obama, Making Obama, Chicago Politics, Harold Washington, Rahm Emanuel</itunes:keywords>\n    </item>\n    <item>\n      <title>Obama 2: Chicago Politics Ain’t Beanbag</title>\n      <link>https://www.wbez.org/shows/making-obama/obama-2-chicago-politics-aint-beanbag/92ffe0ce-cdfc-4650-baf7-3138b44d780a</link>\n      <description>&lt;p&gt;&lt;span&gt;When Barack Obama first came to Chicago, a political transformation was happening in the city. Hear how that change inspired him. &lt;/span&gt;&lt;!--EndFragment--&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>\n      <enclosure url=\"https://podcast-stream.wbez.org/making_obama_podcast/2018/02/08/obama-2-chicago-politics-aint-beanbag_jennifer-white.mp3\" type=\"audio/mpeg\" />\n      <pubDate>Thu, 15 Feb 2018 06:01:00 GMT</pubDate>\n      <author>Chicago Public Media</author>\n      <guid isPermaLink=\"false\">92ffe0ce-cdfc-4650-baf7-3138b44d780a</guid>\n      <itunes:duration>00:42:26</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:keywords>Barack Obama, Making Obama, Harold Washington, David Axelrod, Jesse Jackson, Chicago Politics</itunes:keywords>\n    </item>\n    <item>\n      <title>Obama 1: The Man In The Background</title>\n      <link>https://www.wbez.org/shows/making-obama/obama-1-the-man-in-the-background/52566713-83d4-4875-8bb1-eba55937228e</link>\n      <description>&lt;p&gt;Before he was the 44th President, Barack Obama worked as a community organizer on the South Side of Chicago. Hear how the city shaped his political ambitions.&lt;/p&gt;</description>\n      <enclosure url=\"https://podcast-stream.wbez.org/making_obama_podcast/2018/02/08/obama-1-the-man-in-the-background_colin-mcnulty.mp3\" type=\"audio/mpeg\" />\n      <pubDate>Thu, 08 Feb 2018 06:01:00 GMT</pubDate>\n      <author>Chicago Public Media</author>\n      <guid isPermaLink=\"false\">52566713-83d4-4875-8bb1-eba55937228e</guid>\n      <itunes:duration>00:45:36</itunes:duration>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:keywords>Barack Obama, Making Obama, Chicago Politics</itunes:keywords>\n    </item>\n    <item>\n      <title>Preview: Making Obama</title>\n      <link>https://www.wbez.org/shows/making-obama/preview-making-obama/dcec62b6-bd93-4329-8b49-66888e941e3a</link>\n      <description>&lt;p&gt;Former President Barack Obama — along with friends, mentors, and rivals — tells the story of his climb from Chicago to the national stage. &lt;a href=\"https://itunes.apple.com/us/podcast/making-oprah/id1171160683?mt=2\" target=\"\"&gt;Subscribe now&lt;/a&gt; and don’t miss the first episode on February 8.&lt;br&gt;&lt;/p&gt;</description>\n      <enclosure url=\"https://podcast-stream.wbez.org/making_oprah/2018/01/19/preview-making-obama_jennifer-white.mp3\" type=\"audio/mpeg\" />\n      <pubDate>Fri, 19 Jan 2018 14:00:00 GMT</pubDate>\n      <author>Chicago Public Media</author>\n      <guid isPermaLink=\"false\">dcec62b6-bd93-4329-8b49-66888e941e3a</guid>\n      <itunes:duration>00:03:48</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:keywords>barack obama, oprah winfrey, making oprah, making obama, michelle obama, david axelrod, valerie jarrett</itunes:keywords>\n    </item>\n    <item>\n      <title>Oprah BONUS: Making Donahue</title>\n      <link>https://www.wbez.org/shows/making-obama/oprah-bonus-making-donahue/1c05b864-7d0f-48f4-9b7e-e0f42c418277</link>\n      <description>&lt;p&gt;In our final bonus installment, the &lt;i&gt;Making Oprah&lt;/i&gt; production team revisits an extended interview with daytime talk show legend Phil Donahue. His pioneering show, &lt;i&gt;Donahue&lt;/i&gt;, aired from 1967 to 1996 and laid the groundwork for Oprah’s program. It tackled heady, controversial issues - and landed frothy exclusives with A-list celebrities. Donahue also used his studio audience and callers in ways that were both innovative and intimate.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Join host Jenn White, producer Colin McNulty, and executive producer Joel Meyer as they listen back to one of their favorite non-Oprah interview from the dozens of interviews conducted for &lt;i&gt;Making Oprah&lt;/i&gt;.&amp;nbsp;&lt;/p&gt;</description>\n      <enclosure url=\"https://podcast-stream.wbez.org/making_oprah/2016/12/30/bonus-making-donahue_jenn-white.mp3\" type=\"audio/mpeg\" />\n      <pubDate>Fri, 30 Dec 2016 17:39:24 GMT</pubDate>\n      <author>Chicago Public Media</author>\n      <guid isPermaLink=\"false\">1c05b864-7d0f-48f4-9b7e-e0f42c418277</guid>\n      <itunes:duration>00:40:00</itunes:duration>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:keywords>Making Oprah, Phil Donahue</itunes:keywords>\n    </item>\n    <item>\n      <title>Oprah BONUS: Oprah Gets Political</title>\n      <link>https://www.wbez.org/shows/making-obama/oprah-bonus-oprah-gets-political/6dcc266a-e109-4981-8469-99032156ce5a</link>\n      <description>&lt;p&gt;For more than 10 years after the launch of the Oprah Winfrey Show, Oprah deliberately avoided having politicians on her show, particularly during election seasons. In this bonus episode of Making Oprah, host Jenn White talks to Oprah about the role politics played - and didn’t play - in the history of the Oprah Winfrey show. &lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>\n      <enclosure url=\"https://podcast-stream.wbez.org/making_oprah/2016/12/23/bonus-oprah-gets-political_jenn-white.mp3\" type=\"audio/mpeg\" />\n      <pubDate>Fri, 23 Dec 2016 15:17:21 GMT</pubDate>\n      <author>Chicago Public Media</author>\n      <guid isPermaLink=\"false\">6dcc266a-e109-4981-8469-99032156ce5a</guid>\n      <itunes:duration>00:21:38</itunes:duration>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:keywords>Making Oprah, George W. Bush, Al Gore, Barack Obama, Sarah Palin, Michelle Obama, Donald Trump</itunes:keywords>\n    </item>\n    <item>\n      <title>Oprah BONUS: Let's Talk About Oprah's Hair</title>\n      <link>https://www.wbez.org/shows/making-obama/oprah-bonus-lets-talk-about-oprahs-hair/49f580a3-54c5-4685-b7f5-640f928b4aa1</link>\n      <description>&lt;p&gt;If you look at any image from the &lt;i&gt;Oprah Winfrey Show,&lt;/i&gt; you can pretty much figure out what decade it’s from by looking at Oprah’s hairstyle.&amp;nbsp;&lt;/p&gt;&lt;p&gt;In this short bonus episode, host Jenn White talks to Oprah’s longtime stylist Andre Walker about the high stakes of doing the hair of the most watched woman on television.&lt;/p&gt;</description>\n      <enclosure url=\"https://podcast-stream.wbez.org/making_oprah/2016/12/15/lets-talk-about-oprahs-hair_jenn-white.mp3\" type=\"audio/mpeg\" />\n      <pubDate>Fri, 16 Dec 2016 04:44:00 GMT</pubDate>\n      <author>Chicago Public Media</author>\n      <guid isPermaLink=\"false\">49f580a3-54c5-4685-b7f5-640f928b4aa1</guid>\n      <itunes:duration>00:13:41</itunes:duration>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:keywords>Making Oprah, Andre Walker, Natural Hair</itunes:keywords>\n    </item>\n    <item>\n      <title>Oprah 3: YOU GET A CAR!</title>\n      <link>https://www.wbez.org/shows/making-obama/oprah-3-you-get-a-car/a10ded30-5eac-49c9-bfaf-4db65df8e71a</link>\n      <description>&lt;p&gt;In the show’s final decade, Oprah and her team staged massive spectacles of increasing grandiosity, from the infamous car giveaway to a 21,000-person flash mob that shut down part of Chicago.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;“It had become increasingly more difficult to top what you’d done the year before,” Oprah told WBEZ’s Jenn White. “I mean, to the point where we literally sat in a room saying ‘What about outer space?’ ”&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;That’s what we look at now: Oprah living her life at the top, pushing the boundaries of what could be done with the world’s most powerful talk show, and why it all had to end after 25 years.&lt;/span&gt;&lt;/p&gt;&lt;!--EndFragment--&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description>\n      <enclosure url=\"https://podcast-stream.wbez.org/making_oprah/2016/11/22/ep-3-you-get-a-car_wbez.mp3\" type=\"audio/mpeg\" />\n      <pubDate>Tue, 22 Nov 2016 06:05:00 GMT</pubDate>\n      <author>Chicago Public Media</author>\n      <guid isPermaLink=\"false\">a10ded30-5eac-49c9-bfaf-4db65df8e71a</guid>\n      <itunes:duration>01:02:21</itunes:duration>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:keywords>Making Oprah, Oprah Winfrey</itunes:keywords>\n    </item>\n    <item>\n      <title>Oprah 2: Skinheads And Scented Candles</title>\n      <link>https://www.wbez.org/shows/making-obama/oprah-2-skinheads-and-scented-candles/56cc04d7-c516-4c3b-b72e-3f1dc797f140</link>\n      <description>&lt;p&gt;In the second episode of &lt;i&gt;Making Oprah&lt;/i&gt;, we explore how &lt;i&gt;The Oprah Winfrey Show&lt;/i&gt; elevated itself out of the heap of trash TV and into a show that intentionally embraced spirituality and positivity.&amp;nbsp;&lt;/p&gt;&lt;p&gt;The early years of Oprah’s show often relied on sensational, tabloidy topics – cheating husbands, sexy clothes, and murderers. It was not yet the ‘Live Your Best Life’ Oprah we would come to know and love.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;“It was during those shows where I just thought, ‘What are we doing?’ ” Oprah tells WBEZ’s Jenn White. “This is a platform that is speaking to people, and what are we saying?”&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;As the &lt;i&gt;Oprah Winfrey Show&lt;/i&gt; reached maturity -- or at least, its college years -- the program conducted the on-air experiments that would allow this talk show to become something more than a talk show&lt;/p&gt;</description>\n      <enclosure url=\"https://podcast-stream.wbez.org/making_oprah/2016/11/17/ep-2-skinheads-and-scented-candles_wbez.mp3\" type=\"audio/mpeg\" />\n      <pubDate>Thu, 17 Nov 2016 11:04:00 GMT</pubDate>\n      <author>Chicago Public Media</author>\n      <guid isPermaLink=\"false\">56cc04d7-c516-4c3b-b72e-3f1dc797f140</guid>\n      <itunes:duration>01:00:30</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <itunes:keywords>Making Oprah, Oprah Winfrey</itunes:keywords>\n    </item>\n    <item>\n      <title>Oprah 1: No Strategy, No Plan, No Formula</title>\n      <link>https://www.wbez.org/shows/making-obama/oprah-1-no-strategy-no-plan-no-formula/4ae62e92-647c-42df-88f2-4c3cdb89e284</link>\n      <description>&lt;p&gt;It was 30 years ago this fall that Oprah Winfrey first said “hellooooo” to a national audience. By the show’s finale in 2011, it was aired in 145 countries and watched by more than 40 million viewers a week in the U.S. alone. Today’s daytime hosts like Ellen and Dr. Oz? They now average only about a tenth of that.&lt;/p&gt;\n&lt;p&gt;If Oprah mentioned a book title, it became a best-seller. She landed the interviews that no one else could get. Her message of spirituality and empowerment influenced millions.&lt;/p&gt;\n&lt;p&gt;With an hourlong daytime TV show, Oprah built a powerful brand. She made billions. And, as CNN, USA Today, Forbes and Time Magazine all proclaimed, she became the most powerful woman in America.&lt;/p&gt;\n&lt;p&gt;In the first of a three-part podcast series, Oprah and former producers talk with WBEZ's Jenn White about the early, scrappy days of the program.&amp;nbsp;&lt;span style=\"font-family: inherit;\"&gt;Phil Donahue reflects on Oprah's entry into the daytime talk landscape that he once dominated.&amp;nbsp;&lt;/span&gt;&lt;span style=\"font-family: inherit;\"&gt;Plus, the podcast revisits milestones from the 1980s, like the show's national debut, and some mixed feelings over the show's highest-rated episode ever.&lt;/span&gt;&lt;/p&gt;</description>\n      <enclosure url=\"https://podcast-stream.wbez.org/making_oprah/2016/10/26/ep-1-no-strategy-no-plan-no-formula_wbez.mp3\" type=\"audio/mpeg\" />\n      <pubDate>Thu, 10 Nov 2016 16:53:00 GMT</pubDate>\n      <author>Chicago Public Media</author>\n      <guid isPermaLink=\"false\">4ae62e92-647c-42df-88f2-4c3cdb89e284</guid>\n      <itunes:duration>00:57:33</itunes:duration>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:keywords>Making Oprah, Oprah Winfrey, Phil Donahue</itunes:keywords>\n    </item>\n    <item>\n      <title>Oprah: Preview of Making Oprah</title>\n      <link>https://www.wbez.org/shows/making-obama/oprah-preview-of-making-oprah/72032d42-c814-41a2-a1f3-df0d2471c996</link>\n      <description>&lt;p&gt;&lt;i&gt;&lt;a href=\"https://www.wbez.org/series/making-oprah/db4fff18-4828-4589-b03f-8dd50a5adbbe\" target=\"\"&gt;Making Oprah: The Inside Story of a TV Revolution&lt;/a&gt;&lt;/i&gt; is a public radio podcast -- about a daytime talk show. This fall marks 30 years since the national debut of &lt;i&gt;&lt;a href=\"http://www.oprah.com/app/the-oprah-winfrey-show.html\" target=\"\"&gt;The Oprah Winfrey Show&lt;/a&gt;&lt;/i&gt;. Be the first to hear a sneak peek of WBEZ’s three-part series featuring interviews with Winfrey, her onetime ratings rival Phil Donahue, former producers and staffers, and TV executives.&lt;br&gt;&lt;/p&gt;</description>\n      <enclosure url=\"https://podcast-stream.wbez.org/making_oprah/2016/11/03/preview-wbezs-new-podcast-about-the-oprah-winfrey-show_wbez.mp3\" type=\"audio/mpeg\" />\n      <pubDate>Thu, 03 Nov 2016 18:04:21 GMT</pubDate>\n      <author>Chicago Public Media</author>\n      <guid isPermaLink=\"false\">72032d42-c814-41a2-a1f3-df0d2471c996</guid>\n      <itunes:duration>00:04:42</itunes:duration>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:keywords>Oprah, Oprah Winfrey, Phil Donahue, Dennis Swanson, The Oprah Winfrey Show, WLS, AM Chicago</itunes:keywords>\n    </item>\n  </channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/podcast-feed/nancy",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?xml-stylesheet type=\"text/xsl\" media=\"screen\" href=\"/~d/styles/rss2full.xsl\"?><?xml-stylesheet type=\"text/css\" media=\"screen\" href=\"http://feeds.feedburner.com/~d/styles/itemcontent.css\"?><rss xmlns:atom=\"http://www.w3.org/2005/Atom\" xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" xmlns:media=\"http://search.yahoo.com/mrss/\" version=\"2.0\"><channel><title>Nancy</title><link>http://www.wnycstudios.org/shows/nancy</link><description>BFFs Kathy Tu and Tobin Low are super queer, super fun and ready to take over your podcast feed. Join them for provocative stories and frank conversations about the LGBTQ experience today. Because everyone’s a little bit gay.&#xD;\n&#xD;\nWNYC Studios is the producer of other podcasts including Radiolab, Death, Sex &amp; Money, 2 Dope Queens and many others.</description><language>en-us</language><lastBuildDate>Sun, 03 Jun 2018 12:00:00 -0400</lastBuildDate><ttl>600</ttl><itunes:explicit>no</itunes:explicit><itunes:author>WNYC Studios</itunes:author><image><link>Http://www.nancypodcast.org</link><url>https://media2.wnyc.org/i/raw/1/Nancy_WNYCStudios_1400a.png</url><title>Nancy</title></image><itunes:type>episodic</itunes:type><atom10:link xmlns:atom10=\"http://www.w3.org/2005/Atom\" rel=\"self\" type=\"application/rss+xml\" href=\"http://feeds.feedburner.com/nancy-podcast\" /><feedburner:info xmlns:feedburner=\"http://rssnamespace.org/feedburner/ext/1.0\" uri=\"nancy-podcast\" /><atom10:link xmlns:atom10=\"http://www.w3.org/2005/Atom\" rel=\"hub\" href=\"http://pubsubhubbub.appspot.com/\" /><media:copyright>© WNYC</media:copyright><media:thumbnail url=\"https://media2.wnyc.org/i/raw/1/Nancy_WNYCStudios_1400a.png\" /><media:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</media:keywords><media:category scheme=\"http://www.itunes.com/dtds/podcast-1.0.dtd\">Society &amp; Culture</media:category><itunes:image href=\"https://media2.wnyc.org/i/raw/1/Nancy_WNYCStudios_1400a.png\" /><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords><itunes:subtitle>BFFs Kathy Tu and Tobin Low are super queer, super fun and ready to take over your podcast feed. Join them for provocative stories and frank conversations about the LGBTQ experience today. Because everyone’s a little bit gay.&#xD;\n&#xD;\nWNYC Studios is the produc</itunes:subtitle><itunes:summary>BFFs Kathy Tu and Tobin Low are super queer, super fun and ready to take over your podcast feed. Join them for provocative stories and frank conversations about the LGBTQ experience today. Because everyone’s a little bit gay.&#xD;\n&#xD;\nWNYC Studios is the producer of other podcasts including Radiolab, Death, Sex &amp; Money, 2 Dope Queens and many others.</itunes:summary><itunes:category text=\"Society &amp; Culture\" /><item><title>#43: Poor Unfortunate Souls\n</title><link>http://www.wnycstudios.org/story/queer-villains/</link><description>&lt;p&gt;Everybody loves a hero. But villains can be much more interesting. &lt;/p&gt;\n&lt;p&gt;Meredith Talusan is the Executive Editor at &lt;a href=\"https://www.them.us/\" target=\"_blank\"&gt;Them&lt;/a&gt;. She wrote &lt;a href=\"https://www.buzzfeed.com/meredithtalusan/25-years-of-transphobia-in-comedies?utm_term=.cf4vaa5MZ#.keNWaazqX\"&gt;an essay about trans villains in film&lt;/a&gt; for BuzzFeed.&lt;/p&gt;\n&lt;p&gt;&lt;div class=\"user-embedded-video\"&gt;&lt;div id=\"videoplayer_idm140118588616784c3ee471f-ed46-4c7e-9948-cb82cbf3e786\"&gt;&lt;iframe width=\"620\" height=\"349\" src=\"https://www.youtube.com/embed/F6N426QCQ-Y?wmode=transparent&amp;amp;autohide=1&amp;amp;rel=0&amp;amp;showinfo=0&amp;amp;feature=oembed&amp;amp;enablejsapi=1\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen=\"allowfullscreen\" id=\"a-706861933833986567\" class=\"youtube_video\" mozallowfullscreen=\"mozallowfullscreen\" webkitallowfullscreen=\"webkitallowfullscreen\" data-original-url=\"https://www.youtube.com/watch?v=F6N426QCQ-Y\"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;  &lt;/p&gt;\n&lt;p&gt;Dan Kois and Isaac Butler are co-authors of &lt;em&gt;&lt;a href=\"https://www.amazon.com/World-Only-Spins-Forward-America/dp/1635571766\" target=\"_blank\"&gt;The World Only Spins Forward&lt;/a&gt;&lt;/em&gt;, an oral history of Angels in America. Andrea Bernstein is the co-host of &lt;a href=\"https://www.wnycstudios.org/shows/trumpinc\"&gt;Trump, Inc.&lt;/a&gt;, a podcast about the Trump family business from WNYC Studios and Pro Publica. Stephen Spinella plays Roy Cohn in &lt;a href=\"https://www.berkeleyrep.org/season/1718/12033.asp\"&gt;the Berkeley Rep production of Angels in America&lt;/a&gt;.&lt;/p&gt;\n&lt;div class=\"embedded-image\" style=\"max-width: 800px;\"&gt;&lt;img class=\"mcePuppyImage\" src=\"https://media.wnyc.org/i/800/533/l/80/1/AG1.jpg\" alt=\"\"&gt;\n&lt;div class=\"image-metadata\"&gt;\n&lt;div class=\"image-caption\"&gt;Stephen Spinella (Roy Cohn) in Berkeley Repertory Theatre’s production of Angels in America, Part One: Millennium Approaches.&lt;/div&gt;\n&lt;div class=\"image-credit\"&gt;(Photo courtesy of Kevin Berne/Berkeley Repertory Theatre)&lt;/div&gt;\n&lt;/div&gt;\n&lt;/div&gt;\n&lt;p&gt;Original music by Jeremy Bloom with additional music by Lee Rosevere (&lt;a href=\"http://freemusicarchive.org/music/Lee_Rosevere/The_Big_Loop_-_FML_original_podcast_score/Lee_Rosevere_-_The_Big_Loop_-_FML_original_podcast_score_-_17_I_Was_Waiting_for_Him\"&gt;\"I Was Waiting for Him\"&lt;/a&gt; and &lt;a href=\"http://freemusicarchive.org/music/Lee_Rosevere/Music_For_Yoga/08_-_Featherlight\"&gt;\"Featherlight\"&lt;/a&gt;).&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Support our work! Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 03 Jun 2018 12:00:00 -0400</pubDate><guid isPermaLink=\"false\">181001f5-53d8-4ddc-9148-fab5afbb0c01</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy060318_cms859352_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>arts</category><category>disney</category><category>explicit</category><category>lgbt</category><category>life</category><category>roy cohn</category><category>trans</category><category>trump</category><category>villain</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy060318_cms859352_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#43: Poor Unfortunate Souls\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/McCarthy_Cohn.jpg\" width=\"130\" height=\"130\" /><itunes:duration>26:53</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>Everybody loves a hero. But villains can be much more interesting. </p>\n<p>Meredith Talusan is the Executive Editor at <a href=\"https://www.them.us/\" target=\"_blank\">Them</a>. She wrote <a href=\"https://www.buzzfeed.com/meredithtalusan/25-years-of-transphobia-in-comedies?utm_term=.cf4vaa5MZ#.keNWaazqX\">an essay about trans villains in film</a> for BuzzFeed.</p>\n<p>Dan Kois and Isaac Butler are co-authors of <em><a href=\"https://www.amazon.com/World-Only-Spins-Forward-America/dp/1635571766\" target=\"_blank\">The World Only Spins Forward</a></em>, an oral history of Angels in America. Andrea Bernstein is the co-host of <a href=\"https://www.wnycstudios.org/shows/trumpinc\">Trump, Inc.</a>, a podcast about the Trump family business from WNYC Studios and Pro Publica. Stephen Spinella plays Roy Cohn in <a href=\"https://www.berkeleyrep.org/season/1718/12033.asp\">the Berkeley Rep production of Angels in America</a>.</p>\n<p>Original music by Jeremy Bloom with additional music by Lee Rosevere (<a href=\"http://freemusicarchive.org/music/Lee_Rosevere/The_Big_Loop_-_FML_original_podcast_score/Lee_Rosevere_-_The_Big_Loop_-_FML_original_podcast_score_-_17_I_Was_Waiting_for_Him\">\"I Was Waiting for Him\"</a> and <a href=\"http://freemusicarchive.org/music/Lee_Rosevere/Music_For_Yoga/08_-_Featherlight\">\"Featherlight\"</a>).</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></content:encoded><itunes:title>Poor Unfortunate Souls</itunes:title><itunes:summary><![CDATA[<p>Everybody loves a hero. But villains can be much more interesting. </p>\n<p>Meredith Talusan is the Executive Editor at <a href=\"https://www.them.us/\" target=\"_blank\">Them</a>. She wrote <a href=\"https://www.buzzfeed.com/meredithtalusan/25-years-of-transphobia-in-comedies?utm_term=.cf4vaa5MZ#.keNWaazqX\">an essay about trans villains in film</a> for BuzzFeed.</p>\n<p>Dan Kois and Isaac Butler are co-authors of <em><a href=\"https://www.amazon.com/World-Only-Spins-Forward-America/dp/1635571766\" target=\"_blank\">The World Only Spins Forward</a></em>, an oral history of Angels in America. Andrea Bernstein is the co-host of <a href=\"https://www.wnycstudios.org/shows/trumpinc\">Trump, Inc.</a>, a podcast about the Trump family business from WNYC Studios and Pro Publica. Stephen Spinella plays Roy Cohn in <a href=\"https://www.berkeleyrep.org/season/1718/12033.asp\">the Berkeley Rep production of Angels in America</a>.</p>\n<p>Original music by Jeremy Bloom with additional music by Lee Rosevere (<a href=\"http://freemusicarchive.org/music/Lee_Rosevere/The_Big_Loop_-_FML_original_podcast_score/Lee_Rosevere_-_The_Big_Loop_-_FML_original_podcast_score_-_17_I_Was_Waiting_for_Him\">\"I Was Waiting for Him\"</a> and <a href=\"http://freemusicarchive.org/music/Lee_Rosevere/Music_For_Yoga/08_-_Featherlight\">\"Featherlight\"</a>).</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>3</itunes:season><itunes:episode>10</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Everybody loves a hero. But villains can be much more interesting.  Meredith Talusan is the Executive Editor at Them. She wrote an essay about trans villains in film for BuzzFeed.    Dan Kois and Isaac Butler are co-authors of The World Only Spins Forwar</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#42: We Can Be Friends\n</title><link>http://www.wnycstudios.org/story/friendship-gaggle-update/</link><description>&lt;p&gt;Nancy's &lt;a href=\"https://www.wnycstudios.org/shows/nancy/friends\"&gt;\"How to Get a Gaggle\"&lt;/a&gt; project gave listeners four weeks of challenges toward making new friends. This week on the show, we check in on how it all went.&lt;/p&gt;\n&lt;p&gt;You can still sign up for the &lt;a href=\"https://www.wnycstudios.org/shows/nancy/friends\"&gt;Gaggle project&lt;/a&gt; - you'll get four weeks of coaching and challenges over email. Plus be sure to check out &lt;a href=\"https://www.facebook.com/groups/nancypodcast/\"&gt;our new Facebook group&lt;/a&gt; for Nancy listeners. Special thanks this week to friendship guinea pig &lt;a href=\"https://twitter.com/jrodriguez713\"&gt;Joe Rodriguez&lt;/a&gt; and WNYC engagement project extraordinaire &lt;a href=\"https://twitter.com/ctrouper?lang=en\"&gt;Charlotte Cooper&lt;/a&gt;. The next &lt;a href=\"https://www.queersoupnight.com/\"&gt;Queer Soup Night&lt;/a&gt; happens on June 10 in Brooklyn. &lt;/p&gt;\n&lt;p&gt;Original music by Jeremy Bloom with additional music by James Pants (&lt;a href=\"http://freemusicarchive.org/music/James_Pants/Bonus_Beat_Blast_2011/33_james_pants-bird\"&gt;\"Bird\"&lt;/a&gt;), Madame Rrose Selavy (&lt;a href=\"http://freemusicarchive.org/music/Madame_Rrose_Selavy/Bossa_Punk/Madame_Rrose_Slavy_-_Bossa_Punk_-_13_Sujou_Meu_Nome\"&gt;\"Sojou Meu Nome\"&lt;/a&gt;), Mystery Mammal (&lt;a href=\"http://freemusicarchive.org/music/Mystery_Mammal/Latent/Xanadont_1334\"&gt;\"Xanadont\"&lt;/a&gt;), Ondrosik (&lt;a href=\"http://freemusicarchive.org/music/Ondrosik/Nostalgic__Procrastination/Ondrosik-05-love_is_over\"&gt;\"Love is Over\"&lt;/a&gt;), and Anamorphic Orchestra (&lt;a href=\"https://anamorphicorchestra.bandcamp.com/track/machine-elves\"&gt;\"Machine Elves\"&lt;/a&gt;).&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Support our work! Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 27 May 2018 12:00:00 -0400</pubDate><guid isPermaLink=\"false\">68bb3d08-c1fa-4202-bb0a-400162058745</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy052718_cms857968_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>bisexual</category><category>explicit</category><category>friendship</category><category>gay</category><category>lesbian</category><category>lgbt</category><category>life</category><category>storytelling</category><category>trans</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy052718_cms857968_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#42: We Can Be Friends\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/nancyMARCHfix3_gN50Xz5.jpg\" width=\"130\" height=\"130\" /><itunes:duration>26:21</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>Nancy's <a href=\"https://www.wnycstudios.org/shows/nancy/friends\">\"How to Get a Gaggle\"</a> project gave listeners four weeks of challenges toward making new friends. This week on the show, we check in on how it all went.</p>\n<p>You can still sign up for the <a href=\"https://www.wnycstudios.org/shows/nancy/friends\">Gaggle project</a> - you'll get four weeks of coaching and challenges over email. Plus be sure to check out <a href=\"https://www.facebook.com/groups/nancypodcast/\">our new Facebook group</a> for Nancy listeners. Special thanks this week to friendship guinea pig <a href=\"https://twitter.com/jrodriguez713\">Joe Rodriguez</a> and WNYC engagement project extraordinaire <a href=\"https://twitter.com/ctrouper?lang=en\">Charlotte Cooper</a>. The next <a href=\"https://www.queersoupnight.com/\">Queer Soup Night</a> happens on June 10 in Brooklyn. </p>\n<p>Original music by Jeremy Bloom with additional music by James Pants (<a href=\"http://freemusicarchive.org/music/James_Pants/Bonus_Beat_Blast_2011/33_james_pants-bird\">\"Bird\"</a>), Madame Rrose Selavy (<a href=\"http://freemusicarchive.org/music/Madame_Rrose_Selavy/Bossa_Punk/Madame_Rrose_Slavy_-_Bossa_Punk_-_13_Sujou_Meu_Nome\">\"Sojou Meu Nome\"</a>), Mystery Mammal (<a href=\"http://freemusicarchive.org/music/Mystery_Mammal/Latent/Xanadont_1334\">\"Xanadont\"</a>), Ondrosik (<a href=\"http://freemusicarchive.org/music/Ondrosik/Nostalgic__Procrastination/Ondrosik-05-love_is_over\">\"Love is Over\"</a>), and Anamorphic Orchestra (<a href=\"https://anamorphicorchestra.bandcamp.com/track/machine-elves\">\"Machine Elves\"</a>).</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></content:encoded><itunes:title>We Can Be Friends</itunes:title><itunes:summary><![CDATA[<p>Nancy's <a href=\"https://www.wnycstudios.org/shows/nancy/friends\">\"How to Get a Gaggle\"</a> project gave listeners four weeks of challenges toward making new friends. This week on the show, we check in on how it all went.</p>\n<p>You can still sign up for the <a href=\"https://www.wnycstudios.org/shows/nancy/friends\">Gaggle project</a> - you'll get four weeks of coaching and challenges over email. Plus be sure to check out <a href=\"https://www.facebook.com/groups/nancypodcast/\">our new Facebook group</a> for Nancy listeners. Special thanks this week to friendship guinea pig <a href=\"https://twitter.com/jrodriguez713\">Joe Rodriguez</a> and WNYC engagement project extraordinaire <a href=\"https://twitter.com/ctrouper?lang=en\">Charlotte Cooper</a>. The next <a href=\"https://www.queersoupnight.com/\">Queer Soup Night</a> happens on June 10 in Brooklyn. </p>\n<p>Original music by Jeremy Bloom with additional music by James Pants (<a href=\"http://freemusicarchive.org/music/James_Pants/Bonus_Beat_Blast_2011/33_james_pants-bird\">\"Bird\"</a>), Madame Rrose Selavy (<a href=\"http://freemusicarchive.org/music/Madame_Rrose_Selavy/Bossa_Punk/Madame_Rrose_Slavy_-_Bossa_Punk_-_13_Sujou_Meu_Nome\">\"Sojou Meu Nome\"</a>), Mystery Mammal (<a href=\"http://freemusicarchive.org/music/Mystery_Mammal/Latent/Xanadont_1334\">\"Xanadont\"</a>), Ondrosik (<a href=\"http://freemusicarchive.org/music/Ondrosik/Nostalgic__Procrastination/Ondrosik-05-love_is_over\">\"Love is Over\"</a>), and Anamorphic Orchestra (<a href=\"https://anamorphicorchestra.bandcamp.com/track/machine-elves\">\"Machine Elves\"</a>).</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>3</itunes:season><itunes:episode>9</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Nancy's \"How to Get a Gaggle\" project gave listeners four weeks of challenges toward making new friends. This week on the show, we check in on how it all went. You can still sign up for the Gaggle project - you'll get four weeks of coaching and challenge</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#41: You're Not a 'Bad Gay'\n</title><link>http://www.wnycstudios.org/story/nancy-advice-jp-brammer/</link><description>&lt;p&gt;&lt;a href=\"https://twitter.com/jpbrammer\" target=\"_blank\"&gt;John Paul Brammer&lt;/a&gt; wrote the column &lt;a href=\"https://intomore.com/you/hola-papi/\"&gt;\"Hola Papi\"&lt;/a&gt; for &lt;a href=\"https://intomore.com\"&gt;Into&lt;/a&gt;; he's now a staff writer at &lt;a href=\"https://www.them.us\"&gt;Them&lt;/a&gt;. Want advice from Nancy? Email your question (ideally as a voice memo) to &lt;a href=\"mailto:advice@nancypodcast.org\"&gt;advice@nancypodcast.org&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;Original music by Jeremy Bloom.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Support our work! Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 20 May 2018 12:00:00 -0400</pubDate><guid isPermaLink=\"false\">4da7d235-6e62-4ae7-b07a-9a04aaf530ed</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy052018_cms856230_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>advice</category><category>gay</category><category>lgbt</category><category>life</category><category>nancy</category><category>relationships</category><category>storytelling</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy052018_cms856230_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#41: You're Not a 'Bad Gay'\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/jpbrammer.jpg\" width=\"130\" height=\"130\" /><itunes:duration>17:28</itunes:duration><content:encoded><![CDATA[<p><a href=\"https://twitter.com/jpbrammer\" target=\"_blank\">John Paul Brammer</a> wrote the column <a href=\"https://intomore.com/you/hola-papi/\">\"Hola Papi\"</a> for <a href=\"https://intomore.com\">Into</a>; he's now a staff writer at <a href=\"https://www.them.us\">Them</a>. Want advice from Nancy? Email your question (ideally as a voice memo) to <a href=\"mailto:advice@nancypodcast.org\">advice@nancypodcast.org</a>.</p>\n<p>Original music by Jeremy Bloom.</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></content:encoded><itunes:title>You're Not a 'Bad Gay'</itunes:title><itunes:summary><![CDATA[<p><a href=\"https://twitter.com/jpbrammer\" target=\"_blank\">John Paul Brammer</a> wrote the column <a href=\"https://intomore.com/you/hola-papi/\">\"Hola Papi\"</a> for <a href=\"https://intomore.com\">Into</a>; he's now a staff writer at <a href=\"https://www.them.us\">Them</a>. Want advice from Nancy? Email your question (ideally as a voice memo) to <a href=\"mailto:advice@nancypodcast.org\">advice@nancypodcast.org</a>.</p>\n<p>Original music by Jeremy Bloom.</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>3</itunes:season><itunes:episode>8</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle> John Paul Brammer wrote the column \"Hola Papi\" for Into; he's now a staff writer at Them. Want advice from Nancy? Email your question (ideally as a voice memo) to advice@nancypodcast.org. Original music by Jeremy Bloom. Support our work! Become a Nancy m</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#40: dilDOs and dilDON'Ts\n</title><link>http://www.wnycstudios.org/story/queer-sex-toys/</link><description>&lt;p&gt;Sex toys can be about more than just pleasure. For queer people, they're often a vital part of figuring yourself out.&lt;/p&gt;\n&lt;p&gt;&lt;a href=\"https://twitter.com/gaybonez\" target=\"_blank\"&gt;Gabe Gonzalez&lt;/a&gt; is a comedian and writer. &lt;a href=\"http://buckangel.com/\" target=\"_blank\"&gt;Buck Angel&lt;/a&gt; is a trans advocate and sex toy designer. &lt;span&gt;Special thanks to Hallie Lieberman, author of the book &lt;/span&gt;&lt;a href=\"https://www.amazon.com/Buzz-Stimulating-History-Sex-Toy/dp/1681775433\"&gt;Buzz: The Stimulating History of the Sex Toy&lt;/a&gt;&lt;span&gt;. &lt;/span&gt;&lt;/p&gt;\n&lt;p&gt;Original music by Jeremy Bloom with additional music by James Pants (&lt;a href=\"http://freemusicarchive.org/music/James_Pants/Bonus_Beat_Blast_2011/33_james_pants-bird\"&gt;\"Bird\"&lt;/a&gt;) and Kevin MacLeod (&lt;a href=\"http://freemusicarchive.org/music/Kevin_MacLeod/Jazz_Sampler/Off_to_Osaka\"&gt;\"Off to Osaka\"&lt;/a&gt;).&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Support our work! Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 13 May 2018 12:00:00 -0400</pubDate><guid isPermaLink=\"false\">17bca8fd-d7ed-4358-ada5-35a2574f67d7</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy051318_cms854358_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>explicit</category><category>gay</category><category>lgbt</category><category>life</category><category>sex</category><category>sexuality</category><category>storytelling</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy051318_cms854358_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#40: dilDOs and dilDON'Ts\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/sextoy.png\" width=\"130\" height=\"130\" /><itunes:duration>23:10</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>Sex toys can be about more than just pleasure. For queer people, they're often a vital part of figuring yourself out.</p>\n<p><a href=\"https://twitter.com/gaybonez\" target=\"_blank\">Gabe Gonzalez</a> is a comedian and writer. <a href=\"http://buckangel.com/\" target=\"_blank\">Buck Angel</a> is a trans advocate and sex toy designer. Special thanks to Hallie Lieberman, author of the book <a href=\"https://www.amazon.com/Buzz-Stimulating-History-Sex-Toy/dp/1681775433\">Buzz: The Stimulating History of the Sex Toy</a>. </p>\n<p>Original music by Jeremy Bloom with additional music by James Pants (<a href=\"http://freemusicarchive.org/music/James_Pants/Bonus_Beat_Blast_2011/33_james_pants-bird\">\"Bird\"</a>) and Kevin MacLeod (<a href=\"http://freemusicarchive.org/music/Kevin_MacLeod/Jazz_Sampler/Off_to_Osaka\">\"Off to Osaka\"</a>).</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></content:encoded><itunes:title>dilDOs and dilDON'Ts</itunes:title><itunes:summary><![CDATA[<p>Sex toys can be about more than just pleasure. For queer people, they're often a vital part of figuring yourself out.</p>\n<p><a href=\"https://twitter.com/gaybonez\" target=\"_blank\">Gabe Gonzalez</a> is a comedian and writer. <a href=\"http://buckangel.com/\" target=\"_blank\">Buck Angel</a> is a trans advocate and sex toy designer. Special thanks to Hallie Lieberman, author of the book <a href=\"https://www.amazon.com/Buzz-Stimulating-History-Sex-Toy/dp/1681775433\">Buzz: The Stimulating History of the Sex Toy</a>. </p>\n<p>Original music by Jeremy Bloom with additional music by James Pants (<a href=\"http://freemusicarchive.org/music/James_Pants/Bonus_Beat_Blast_2011/33_james_pants-bird\">\"Bird\"</a>) and Kevin MacLeod (<a href=\"http://freemusicarchive.org/music/Kevin_MacLeod/Jazz_Sampler/Off_to_Osaka\">\"Off to Osaka\"</a>).</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>3</itunes:season><itunes:episode>7</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Sex toys can be about more than just pleasure. For queer people, they're often a vital part of figuring yourself out. Gabe Gonzalez is a comedian and writer. Buck Angel is a trans advocate and sex toy designer. Special thanks to Hallie Lieberman, author </itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#39: The Rowan County Clerk\n</title><link>http://www.wnycstudios.org/story/rowan-county-david-ermold-kim-davis/</link><description>&lt;p&gt;Kim Davis denied &lt;a href=\"https://twitter.com/dermold?lang=en\"&gt;David Ermold&lt;/a&gt; a marriage license three times. Now he's running to replace her.&lt;/p&gt;\n&lt;p&gt;Original music by Jeremy Bloom with additional music by Andy Cohen (&lt;a href=\"http://freemusicarchive.org/music/Andy_G_Cohen/MUL__DIV_1198/Andy_G_Cohen_-_MULDIV_-_02_-_Land_Legs\"&gt;\"Land of Legs\"&lt;/a&gt;), Nctrnm (&lt;a href=\"http://freemusicarchive.org/music/Nctrnm/Blonde_-_Single/NctrnmBlonde\"&gt;\"Blonde\"&lt;/a&gt;), and Drake Stafford (&lt;a href=\"http://freemusicarchive.org/music/Drake_Stafford/Drake_Stafford_-_Singles/Only_Love_-_Drake_Stafford\"&gt;\"Only Love\"&lt;/a&gt;). &lt;a href=\"http://wmky.org/post/rowan-candidate-forum-audio\"&gt;Democratic forum audio&lt;/a&gt; via &lt;a href=\"http://www.wivyradio.com/\"&gt;WIVY&lt;/a&gt; and &lt;a href=\"http://wmky.org/\"&gt;WMKY&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Support our work! Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 06 May 2018 12:00:00 -0400</pubDate><guid isPermaLink=\"false\">d74ff9a3-77de-429f-91a4-24196e446202</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy050618_cms852508_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>gay</category><category>gay marriage</category><category>kim_davis</category><category>lgbt</category><category>national_news</category><category>politics</category><category>storytelling</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy050618_cms852508_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#39: The Rowan County Clerk\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/kimdavisap.jpg\" width=\"130\" height=\"130\" /><itunes:duration>37:54</itunes:duration><content:encoded><![CDATA[<p>Kim Davis denied <a href=\"https://twitter.com/dermold?lang=en\">David Ermold</a> a marriage license three times. Now he's running to replace her.</p>\n<p>Original music by Jeremy Bloom with additional music by Andy Cohen (<a href=\"http://freemusicarchive.org/music/Andy_G_Cohen/MUL__DIV_1198/Andy_G_Cohen_-_MULDIV_-_02_-_Land_Legs\">\"Land of Legs\"</a>), Nctrnm (<a href=\"http://freemusicarchive.org/music/Nctrnm/Blonde_-_Single/NctrnmBlonde\">\"Blonde\"</a>), and Drake Stafford (<a href=\"http://freemusicarchive.org/music/Drake_Stafford/Drake_Stafford_-_Singles/Only_Love_-_Drake_Stafford\">\"Only Love\"</a>). <a href=\"http://wmky.org/post/rowan-candidate-forum-audio\">Democratic forum audio</a> via <a href=\"http://www.wivyradio.com/\">WIVY</a> and <a href=\"http://wmky.org/\">WMKY</a>.</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></content:encoded><itunes:title>The Rowan County Clerk</itunes:title><itunes:summary><![CDATA[<p>Kim Davis denied <a href=\"https://twitter.com/dermold?lang=en\">David Ermold</a> a marriage license three times. Now he's running to replace her.</p>\n<p>Original music by Jeremy Bloom with additional music by Andy Cohen (<a href=\"http://freemusicarchive.org/music/Andy_G_Cohen/MUL__DIV_1198/Andy_G_Cohen_-_MULDIV_-_02_-_Land_Legs\">\"Land of Legs\"</a>), Nctrnm (<a href=\"http://freemusicarchive.org/music/Nctrnm/Blonde_-_Single/NctrnmBlonde\">\"Blonde\"</a>), and Drake Stafford (<a href=\"http://freemusicarchive.org/music/Drake_Stafford/Drake_Stafford_-_Singles/Only_Love_-_Drake_Stafford\">\"Only Love\"</a>). <a href=\"http://wmky.org/post/rowan-candidate-forum-audio\">Democratic forum audio</a> via <a href=\"http://www.wivyradio.com/\">WIVY</a> and <a href=\"http://wmky.org/\">WMKY</a>.</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>3</itunes:season><itunes:episode>6</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle> Kim Davis denied David Ermold a marriage license three times. Now he's running to replace her. Original music by Jeremy Bloom with additional music by Andy Cohen (\"Land of Legs\"), Nctrnm (\"Blonde\"), and Drake Stafford (\"Only Love\"). Democratic forum audi</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#38: Michelle Buteau Is Straight But We Love Her Anyway\n</title><link>http://www.wnycstudios.org/story/late-night-whenever-michelle-buteau-matteo-lane-nico-tortorella/</link><description>&lt;p&gt;&lt;a href=\"https://twitter.com/MichelleButeau\"&gt;Michelle Buteau&lt;/a&gt; is the host of &lt;a href=\"https://www.wnycstudios.org/shows/latenight\"&gt;Late Night Whenever&lt;/a&gt;, the newest podcast from WNYC Studios. This episode features comedian &lt;a href=\"https://www.matteolanecomedy.com/\"&gt;Matteo Lane&lt;/a&gt; and actor &lt;a href=\"https://www.instagram.com/nicotortorella/?hl=en\"&gt;Nico Tortorella&lt;/a&gt;. Subscribe on &lt;a href=\"https://itunes.apple.com/us/podcast/late-night-whenever/id1342857653?mt=2\"&gt;Apple Podcasts&lt;/a&gt; or wherever you listen to shows.&lt;/p&gt;\n&lt;p&gt;&lt;div class=\"user-embedded-video\"&gt;&lt;div id=\"videoplayer_idm140340183021152a7428b9c-6ff7-44c3-a7d4-30a8b2e81e5f\"&gt;&lt;iframe width=\"620\" height=\"349\" src=\"https://www.youtube.com/embed/z89n5NCexw0?wmode=transparent&amp;amp;autohide=1&amp;amp;rel=0&amp;amp;showinfo=0&amp;amp;feature=oembed&amp;amp;enablejsapi=1\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen=\"allowfullscreen\" id=\"a6143465688722802379\" class=\"youtube_video\" mozallowfullscreen=\"mozallowfullscreen\" webkitallowfullscreen=\"webkitallowfullscreen\" data-original-url=\"https://www.youtube.com/watch?v=z89n5NCexw0\"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;  &lt;/p&gt;\n&lt;p&gt; &lt;/p&gt;\n</description><pubDate>Tue, 01 May 2018 12:00:00 -0400</pubDate><guid isPermaLink=\"false\">bd03b07e-cb47-4bc3-be78-aad98d7ccd5e</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy050118_cms851016_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>arts</category><category>books</category><category>comedy</category><category>explicit</category><category>gay</category><category>gender</category><category>lgbt</category><category>life</category><category>poetry</category><category>storytelling</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy050118_cms851016_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#38: Michelle Buteau Is Straight But We Love Her Anyway\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/c/80/1/michelle_Buteau.jpg\" width=\"130\" height=\"130\" /><itunes:duration>38:36</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p><a href=\"https://twitter.com/MichelleButeau\">Michelle Buteau</a> is the host of <a href=\"https://www.wnycstudios.org/shows/latenight\">Late Night Whenever</a>, the newest podcast from WNYC Studios. This episode features comedian <a href=\"https://www.matteolanecomedy.com/\">Matteo Lane</a> and actor <a href=\"https://www.instagram.com/nicotortorella/?hl=en\">Nico Tortorella</a>. Subscribe on <a href=\"https://itunes.apple.com/us/podcast/late-night-whenever/id1342857653?mt=2\">Apple Podcasts</a> or wherever you listen to shows.</p>]]></content:encoded><itunes:title>Michelle Buteau Is Straight But We Love Her Anyway</itunes:title><itunes:summary><![CDATA[<p><a href=\"https://twitter.com/MichelleButeau\">Michelle Buteau</a> is the host of <a href=\"https://www.wnycstudios.org/shows/latenight\">Late Night Whenever</a>, the newest podcast from WNYC Studios. This episode features comedian <a href=\"https://www.matteolanecomedy.com/\">Matteo Lane</a> and actor <a href=\"https://www.instagram.com/nicotortorella/?hl=en\">Nico Tortorella</a>. Subscribe on <a href=\"https://itunes.apple.com/us/podcast/late-night-whenever/id1342857653?mt=2\">Apple Podcasts</a> or wherever you listen to shows.</p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>3</itunes:season><itunes:episode>5</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Michelle Buteau is the host of Late Night Whenever, the newest podcast from WNYC Studios. This episode features comedian Matteo Lane and actor Nico Tortorella. Subscribe on Apple Podcasts or wherever you listen to shows.     </itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#37: Shamir Bailey Hates Your Favorite Shamir Song\n</title><link>http://www.wnycstudios.org/story/shamir-interview/</link><description>&lt;p&gt;Shamir Bailey is a queer, Philadelphia-based musician. His albums include &lt;em&gt;Ratchet&lt;/em&gt;, &lt;em&gt;Hope&lt;/em&gt;, &lt;em&gt;Revelations,&lt;/em&gt; and &lt;em&gt;Resolution&lt;/em&gt;.&lt;/p&gt;\n&lt;p&gt;While he was in the studio, we had Shamir perform acoustic versions of his songs \"Straight Boy\" and \"I Can't Breathe.\"&lt;/p&gt;\n&lt;p&gt;&lt;a href=\"https://youtu.be/TnAXbie53jo\"&gt;\"Straight Boy\"&lt;/a&gt;&lt;/p&gt;\n&lt;p&gt;&lt;div class=\"user-embedded-video\"&gt;&lt;div id=\"videoplayer_idm14034018843920006a8d62f-cb98-4995-b001-2dd9c7046eb6\"&gt;&lt;iframe width=\"620\" height=\"349\" src=\"https://www.youtube.com/embed/TnAXbie53jo?wmode=transparent&amp;amp;autohide=1&amp;amp;rel=0&amp;amp;showinfo=0&amp;amp;feature=oembed&amp;amp;enablejsapi=1\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen=\"allowfullscreen\" id=\"a665127068164660272\" class=\"youtube_video\" mozallowfullscreen=\"mozallowfullscreen\" webkitallowfullscreen=\"webkitallowfullscreen\" data-original-url=\"https://youtu.be/TnAXbie53jo\"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;  &lt;/p&gt;\n&lt;p&gt;&lt;a href=\"https://youtu.be/vS96xaTFZHI\"&gt;\"I Can't Breathe\"&lt;/a&gt;&lt;/p&gt;\n&lt;p&gt;&lt;div class=\"user-embedded-video\"&gt;&lt;div id=\"videoplayer_idm14034018255832069c52c2c-9495-4ffb-bab9-1d6aaa0b8aae\"&gt;&lt;iframe width=\"620\" height=\"349\" src=\"https://www.youtube.com/embed/vS96xaTFZHI?wmode=transparent&amp;amp;autohide=1&amp;amp;rel=0&amp;amp;showinfo=0&amp;amp;feature=oembed&amp;amp;enablejsapi=1\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen=\"allowfullscreen\" id=\"a2470033760298873976\" class=\"youtube_video\" mozallowfullscreen=\"mozallowfullscreen\" webkitallowfullscreen=\"webkitallowfullscreen\" data-original-url=\"https://youtu.be/vS96xaTFZHI\"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;  &lt;/p&gt;\n&lt;p&gt;Video production by Kim Nowacki. Original music by Jeremy Bloom. &lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Support our work! Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n&lt;div class=\"embedded-image\" style=\"max-width: 800px;\"&gt;&lt;img class=\"mcePuppyImage\" src=\"https://media.wnyc.org/i/800/600/l/80/1/shamirTK.jpg\" alt=\"\"&gt;\n&lt;div class=\"image-metadata\"&gt;\n&lt;div class=\"image-caption\"&gt;Shamir Bailey with Nancy hosts Kathy Tu and Tobin Low.&lt;/div&gt;\n&lt;div class=\"image-credit\"&gt;(Matt Collette)&lt;/div&gt;\n&lt;/div&gt;\n&lt;/div&gt;\n&lt;p&gt;&lt;em&gt; &lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 29 Apr 2018 12:00:00 -0400</pubDate><guid isPermaLink=\"false\">a6b5c6a5-4e08-4009-a9d0-676c4b421500</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy042918_cms850853_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>emotional</category><category>explicit</category><category>funny</category><category>gay</category><category>in-studio_performance</category><category>lgbt</category><category>music</category><category>queer</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy042918_cms850853_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#37: Shamir Bailey Hates Your Favorite Shamir Song\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/shamir_ZnoKWt2.jpg\" width=\"130\" height=\"130\" /><itunes:duration>18:38</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>Shamir Bailey is a queer, Philadelphia-based musician. His albums include <em>Ratchet</em>, <em>Hope</em>, <em>Revelations,</em> and <em>Resolution</em>.</p>\n<p>While he was in the studio, we had Shamir perform acoustic versions of his songs <a href=\"https://youtu.be/TnAXbie53jo\">\"Straight Boy\"</a> and <a href=\"https://youtu.be/vS96xaTFZHI\">\"I Can't Breathe.\"</a></p>\n<p>Video production by Kim Nowacki. Original music by Jeremy Bloom. </p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></content:encoded><itunes:title>Shamir Bailey Hates Your Favorite Shamir Song</itunes:title><itunes:summary><![CDATA[<p>Shamir Bailey is a queer, Philadelphia-based musician. His albums include <em>Ratchet</em>, <em>Hope</em>, <em>Revelations,</em> and <em>Resolution</em>.</p>\n<p>While he was in the studio, we had Shamir perform acoustic versions of his songs <a href=\"https://youtu.be/TnAXbie53jo\">\"Straight Boy\"</a> and <a href=\"https://youtu.be/vS96xaTFZHI\">\"I Can't Breathe.\"</a></p>\n<p>Video production by Kim Nowacki. Original music by Jeremy Bloom. </p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>3</itunes:season><itunes:episode>4</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Shamir Bailey is a queer, Philadelphia-based musician. His albums include Ratchet, Hope, Revelations, and Resolution. While he was in the studio, we had Shamir perform acoustic versions of his songs \"Straight Boy\" and \"I Can't Breathe.\" \"Straight Boy\"   </itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>Gaggle Update: We're Here to Make Friends\n</title><link>http://www.wnycstudios.org/story/gaggle-friendship-update/</link><description>&lt;p&gt;Our month-long &lt;a href=\"https://www.wnycstudios.org/shows/nancy/friends\"&gt;\"How to Get a Gaggle\"&lt;/a&gt; project is just getting started! Today we're checking in on what participants are looking for and how they're doing.&lt;/p&gt;\n&lt;p&gt;Share your own stories! Email a voice memo to &lt;a href=\"mailto:nancypodcast@wnyc.org\"&gt;nancypodcast@wnyc.org&lt;/a&gt;, post on social media using the hashtag &lt;a href=\"https://twitter.com/search?q=%23NancyGaggle&amp;amp;src=typd\"&gt;#NancyGaggle&lt;/a&gt;, or join &lt;a href=\"https://www.facebook.com/groups/nancypodcast/\"&gt;our brand-new Facebook group&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;And if you haven't signed up yet, &lt;a href=\"https://www.wnycstudios.org/shows/nancy/friends\"&gt;what are you waiting for?&lt;/a&gt;&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Support our work! Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Wed, 25 Apr 2018 12:00:00 -0400</pubDate><guid isPermaLink=\"false\">e33feb9d-17da-42b7-8c79-c56f2e164f21</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy042518_cms850513_pod.mp3?aisGetOriginalStream=true\" length=\"0\" type=\"audio/mpeg\" /><category>bisexual</category><category>friendship</category><category>gay</category><category>lesbian</category><category>lgbt</category><category>life</category><category>relationships</category><category>storytelling</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy042518_cms850513_pod.mp3?aisGetOriginalStream=true\" type=\"audio/mpeg\" /><media:description type=\"plain\">Gaggle Update: We're Here to Make Friends\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/gaggle.png\" width=\"130\" height=\"130\" /><itunes:duration>3:59</itunes:duration><content:encoded><![CDATA[<p>Our month-long <a href=\"https://www.wnycstudios.org/shows/nancy/friends\">\"How to Get a Gaggle\"</a> project is just getting started! Today we're checking in on what participants are looking for and how they're doing.</p>\n<p>Share your own stories! Email a voice memo to <a href=\"mailto:nancypodcast@wnyc.org\">nancypodcast@wnyc.org</a>, post on social media using the hashtag <a href=\"https://twitter.com/search?q=%23NancyGaggle&amp;src=typd\">#NancyGaggle</a>, or join <a href=\"https://www.facebook.com/groups/nancypodcast/\">our brand-new Facebook group</a>.</p>\n<p>And if you haven't signed up yet, <a href=\"https://www.wnycstudios.org/shows/nancy/friends\">what are you waiting for?</a></p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></content:encoded><itunes:title>Gaggle Update: We're Here to Make Friends</itunes:title><itunes:summary><![CDATA[<p>Our month-long <a href=\"https://www.wnycstudios.org/shows/nancy/friends\">\"How to Get a Gaggle\"</a> project is just getting started! Today we're checking in on what participants are looking for and how they're doing.</p>\n<p>Share your own stories! Email a voice memo to <a href=\"mailto:nancypodcast@wnyc.org\">nancypodcast@wnyc.org</a>, post on social media using the hashtag <a href=\"https://twitter.com/search?q=%23NancyGaggle&amp;src=typd\">#NancyGaggle</a>, or join <a href=\"https://www.facebook.com/groups/nancypodcast/\">our brand-new Facebook group</a>.</p>\n<p>And if you haven't signed up yet, <a href=\"https://www.wnycstudios.org/shows/nancy/friends\">what are you waiting for?</a></p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>3</itunes:season><itunes:episode>3</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle> Our month-long \"How to Get a Gaggle\" project is just getting started! Today we're checking in on what participants are looking for and how they're doing. Share your own stories! Email a voice memo to nancypodcast@wnyc.org, post on social media using the </itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#36: Punks\n</title><link>http://www.wnycstudios.org/story/punks/</link><description>&lt;p&gt;Once upon a time, Kai Wright saw a movie called Punks. A romantic comedy about black gay men, it was like nothing he'd ever seen before. But then it disappeared.&lt;/p&gt;\n&lt;p&gt;&lt;a href=\"https://twitter.com/kai_wright\" target=\"_blank\" title=\"Kai Wright\"&gt;Kai Wright&lt;/a&gt; is editor and host of WNYC’s Narrative Unit and a columnist for The Nation magazine. &lt;a href=\"https://twitter.com/PatrikIanPolk\" target=\"_blank\" title=\"Patrik-Ian Polk\"&gt;Patrik-Ian Polk&lt;/a&gt; is the writer and director of Punks; he went on to create &lt;a href=\"http://www.logotv.com/shows/noahs-arc/episode-guide\" target=\"_blank\" title=\"Noah's Arc\"&gt;Noah's Arc&lt;/a&gt;, &lt;a href=\"https://www.imdb.com/title/tt2107835/\" target=\"_blank\" title=\"The Skinny\"&gt;The Skinny&lt;/a&gt;, and &lt;a href=\"https://www.imdb.com/title/tt3181920/\" target=\"_blank\" title=\"Blackbird\"&gt;Blackbird&lt;/a&gt;, and is now a producer and writer for &lt;a href=\"https://www.bet.com/shows/being-mary-jane.html\" target=\"_blank\" title=\"Being Mary Jane\"&gt;Being Mary Jane&lt;/a&gt;. He is currently producing and writing the upcoming Starz drama series, Pussy Valley.&lt;/p&gt;\n&lt;p&gt;Want to see Punks? &lt;a href=\"https://web.ovationtix.com/trs/pe.c/10280635/?sf87528431=1\"&gt;Claim tickets now&lt;/a&gt; for our one-night-only screening now, featuring a Q&amp;amp;A with director Patrik-Ian Polk. You can also join Tobin and Kathy for &lt;a href=\"https://web.ovationtix.com/trs/pe.c/10281123\"&gt;a special pre-screening reception&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;Special thanks to the &lt;a href=\"https://one.usc.edu/\" target=\"_blank\" title=\"ONE National Gay &amp;amp; Lesbian Archives\"&gt;ONE National Gay &amp;amp; Lesbian Archives&lt;/a&gt;&lt;span&gt; at USC.&lt;/span&gt; Original music by Jeremy Bloom with additional music by Ultracat (&lt;a href=\"http://freemusicarchive.org/music/UltraCat/Disco_High/ultracat_-_03_-_unexpected_little_happenings\"&gt;\"Little Happenings\"&lt;/a&gt;). Theme by Alex Overington.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Support our work! Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 22 Apr 2018 12:00:00 -0400</pubDate><guid isPermaLink=\"false\">6d3e9c61-d9ed-48ee-9f73-3516b0a6784e</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy042218_cms848654_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>arts</category><category>documentary</category><category>explicit</category><category>film</category><category>gay</category><category>interview</category><category>lgbt</category><category>life</category><category>movies</category><category>storytelling</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy042218_cms848654_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#36: Punks\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/punks.jpg\" width=\"130\" height=\"130\" /><itunes:duration>23:26</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>Once upon a time, Kai Wright saw a movie called Punks. A romantic comedy about black gay men, it was like nothing he'd ever seen before. But then it disappeared.</p>\n<p><a href=\"https://twitter.com/kai_wright\" target=\"_blank\" title=\"Kai Wright\">Kai Wright</a> is editor and host of WNYC’s Narrative Unit and a columnist for The Nation magazine. <a href=\"https://twitter.com/PatrikIanPolk\" target=\"_blank\" title=\"Patrik-Ian Polk\">Patrik-Ian Polk</a> is the writer and director of Punks; he went on to create <a href=\"http://www.logotv.com/shows/noahs-arc/episode-guide\" target=\"_blank\" title=\"Noah's Arc\">Noah's Arc</a>, <a href=\"https://www.imdb.com/title/tt2107835/\" target=\"_blank\" title=\"The Skinny\">The Skinny</a>, and <a href=\"https://www.imdb.com/title/tt3181920/\" target=\"_blank\" title=\"Blackbird\">Blackbird</a>, and is now a producer and writer for <a href=\"https://www.bet.com/shows/being-mary-jane.html\" target=\"_blank\" title=\"Being Mary Jane\">Being Mary Jane</a>. He is currently producing and writing the upcoming Starz drama series, Pussy Valley.</p>\n<p>Want to see Punks? <a href=\"https://web.ovationtix.com/trs/pe.c/10280635/?sf87528431=1\">Claim tickets now</a> for our one-night-only screening now, featuring a Q&amp;A with director Patrik-Ian Polk. You can also join Tobin and Kathy for <a href=\"https://web.ovationtix.com/trs/pe.c/10281123\">a special pre-screening reception</a>.</p>\n<p>Special thanks to the <a href=\"https://one.usc.edu/\">ONE National Gay &amp; Lesbian Archives</a> at USC. Original music by Jeremy Bloom with additional music by Ultracat (<a href=\"http://freemusicarchive.org/music/UltraCat/Disco_High/ultracat_-_03_-_unexpected_little_happenings\">\"Little Happenings\"</a>). Theme by Alex Overington.</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></content:encoded><itunes:title>Punks</itunes:title><itunes:summary><![CDATA[<p>Once upon a time, Kai Wright saw a movie called Punks. A romantic comedy about black gay men, it was like nothing he'd ever seen before. But then it disappeared.</p>\n<p><a href=\"https://twitter.com/kai_wright\" target=\"_blank\" title=\"Kai Wright\">Kai Wright</a> is editor and host of WNYC’s Narrative Unit and a columnist for The Nation magazine. <a href=\"https://twitter.com/PatrikIanPolk\" target=\"_blank\" title=\"Patrik-Ian Polk\">Patrik-Ian Polk</a> is the writer and director of Punks; he went on to create <a href=\"http://www.logotv.com/shows/noahs-arc/episode-guide\" target=\"_blank\" title=\"Noah's Arc\">Noah's Arc</a>, <a href=\"https://www.imdb.com/title/tt2107835/\" target=\"_blank\" title=\"The Skinny\">The Skinny</a>, and <a href=\"https://www.imdb.com/title/tt3181920/\" target=\"_blank\" title=\"Blackbird\">Blackbird</a>, and is now a producer and writer for <a href=\"https://www.bet.com/shows/being-mary-jane.html\" target=\"_blank\" title=\"Being Mary Jane\">Being Mary Jane</a>. He is currently producing and writing the upcoming Starz drama series, Pussy Valley.</p>\n<p>Want to see Punks? <a href=\"https://web.ovationtix.com/trs/pe.c/10280635/?sf87528431=1\">Claim tickets now</a> for our one-night-only screening now, featuring a Q&amp;A with director Patrik-Ian Polk. You can also join Tobin and Kathy for <a href=\"https://web.ovationtix.com/trs/pe.c/10281123\">a special pre-screening reception</a>.</p>\n<p>Special thanks to the <a href=\"https://one.usc.edu/\">ONE National Gay &amp; Lesbian Archives</a> at USC. Original music by Jeremy Bloom with additional music by Ultracat (<a href=\"http://freemusicarchive.org/music/UltraCat/Disco_High/ultracat_-_03_-_unexpected_little_happenings\">\"Little Happenings\"</a>). Theme by Alex Overington.</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>3</itunes:season><itunes:episode>2</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Once upon a time, Kai Wright saw a movie called Punks. A romantic comedy about black gay men, it was like nothing he'd ever seen before. But then it disappeared. Kai Wright is editor and host of WNYC’s Narrative Unit and a columnist for The Nation magazi</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#35: A Gaggle for Me\n</title><link>http://www.wnycstudios.org/story/gaggle-finding-queer-friends/</link><description>&lt;p&gt;In our season three premiere, Nancy stages a friend-tervention for &lt;a href=\"https://twitter.com/jrodriguez713\"&gt;Joe Rodriguez&lt;/a&gt;. Plus, we launch our new &lt;a href=\"https://www.wnycstudios.org/shows/nancy/friends\"&gt;How to Get a Gaggle&lt;/a&gt; project!&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;&lt;div class=\"user-embedded-video\"&gt;&lt;div id=\"videoplayer_idm1401186101617447dac9a07-b816-4e0a-aca8-3ebe3eb41108\"&gt;&lt;iframe width=\"620\" height=\"349\" src=\"https://www.youtube.com/embed/QEawcGIIRg0?wmode=transparent&amp;amp;autohide=1&amp;amp;rel=0&amp;amp;showinfo=0&amp;amp;feature=oembed&amp;amp;enablejsapi=1\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen=\"allowfullscreen\" id=\"a3453217560842604209\" class=\"youtube_video\" mozallowfullscreen=\"mozallowfullscreen\" webkitallowfullscreen=\"webkitallowfullscreen\" data-original-url=\"https://youtu.be/QEawcGIIRg0\"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;  &lt;/em&gt;&lt;/p&gt;\n&lt;p&gt;Special thanks to &lt;a href=\"http://www.imfran.com/\"&gt;Fran Tirado&lt;/a&gt; of the podcast &lt;a href=\"https://food4thotpodcast.com/\"&gt;Food 4 Thot&lt;/a&gt;, Eric Sosa at &lt;a href=\"http://www.cmoneverybody.com/\"&gt;C'mon Everybody&lt;/a&gt;, and Bill Clark and Libby Willis at &lt;a href=\"https://www.memesdiner.com/\"&gt;MeMe's Diner&lt;/a&gt;. Our friendship project is coordinated by Charlotte Cooper with help from Ashley Lusk, Caroline English, Sahar Baharloo, Sarah Sandbach, Fiona Carswell, and many more of our colleagues at &lt;a href=\"https://www.wnycstudios.org/\"&gt;WNYC Studios&lt;/a&gt;.&lt;/p&gt;\n&lt;div data-pym-src=\"https://apps.nypr.org/call-to-action/?brand=wnyc-studios&amp;amp;headline=How%20to%20Get%20a%20Gaggle&amp;amp;summary=Four%20weeks%20of%20advice%2C%20tips%2C%20and%20actual%2C%20practical%20steps%20you%20can%20take%20to%20make%20friends.%20&amp;amp;callToAction=Sign%20Me%20Up&amp;amp;url=https%3A%2F%2Fwnyc.typeform.com%2Fto%2FQ009AX\"&gt;Loading...&lt;/div&gt;\n&lt;script type=\"text/javascript\" src=\"https://pym.nprapps.org/pym.v1.min.js\"&gt;&lt;/script&gt;\n&lt;p&gt;Original music by Jeremy Bloom with additional music by Mystery Mammal (&lt;a href=\"http://freemusicarchive.org/music/Mystery_Mammal/Latent/Youre_Up_There_1137\"&gt;\"You're Up There\"&lt;/a&gt;), Podington Bear (&lt;a href=\"http://freemusicarchive.org/music/Podington_Bear/Soul/Gizmo\"&gt;\"Gizmo\"&lt;/a&gt;), and Creo (&lt;a href=\"http://freemusicarchive.org/music/Creo/~/Memory_1520\"&gt;\"Memory\"&lt;/a&gt;). Theme by Alex Overington.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Support our work! Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 15 Apr 2018 12:00:00 -0400</pubDate><guid isPermaLink=\"false\">56d4468c-1e38-479d-af36-dce0daa36949</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy041518_cms846379_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>brooklyn</category><category>explicit</category><category>friendship</category><category>gay</category><category>lesbian</category><category>lgbt</category><category>life</category><category>queer</category><category>storytelling</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy041518_cms846379_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#35: A Gaggle for Me\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/joe2.png\" width=\"130\" height=\"130\" /><itunes:duration>37:16</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>In our season three premiere, Nancy stages a friend-tervention for <a href=\"https://twitter.com/jrodriguez713\">Joe Rodriguez</a>. Plus, we launch our new <a href=\"https://www.wnycstudios.org/shows/nancy/friends\">How to Get a Gaggle</a> project!</p>\n<p>Special thanks to <a href=\"http://www.imfran.com/\">Fran Tirado</a> of the podcast <a href=\"https://food4thotpodcast.com/\">Food 4 Thot</a>, Eric Sosa at <a href=\"http://www.cmoneverybody.com/\">C'mon Everybody</a>, and Bill Clark and Libby Willis at <a href=\"https://www.memesdiner.com/\">MeMe's Diner</a>. Our friendship project is coordinated by Charlotte Cooper with help from Ashley Lusk, Caroline English, Sahar Baharloo, Sarah Sandbach, Fiona Carswell, and many more of our colleagues at <a href=\"https://www.wnycstudios.org/\">WNYC Studios</a>.</p>\n<p>Original music by Jeremy Bloom with additional music by Mystery Mammal (<a href=\"http://freemusicarchive.org/music/Mystery_Mammal/Latent/Youre_Up_There_1137\">\"You're Up There\"</a>), Podington Bear (<a href=\"http://freemusicarchive.org/music/Podington_Bear/Soul/Gizmo\">\"Gizmo\"</a>), and Creo (<a href=\"http://freemusicarchive.org/music/Creo/~/Memory_1520\">\"Memory\"</a>). Theme by Alex Overington.</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></content:encoded><itunes:title>A Gaggle for Me</itunes:title><itunes:summary><![CDATA[<p>In our season three premiere, Nancy stages a friend-tervention for <a href=\"https://twitter.com/jrodriguez713\">Joe Rodriguez</a>. Plus, we launch our new <a href=\"https://www.wnycstudios.org/shows/nancy/friends\">How to Get a Gaggle</a> project!</p>\n<p>Special thanks to <a href=\"http://www.imfran.com/\">Fran Tirado</a> of the podcast <a href=\"https://food4thotpodcast.com/\">Food 4 Thot</a>, Eric Sosa at <a href=\"http://www.cmoneverybody.com/\">C'mon Everybody</a>, and Bill Clark and Libby Willis at <a href=\"https://www.memesdiner.com/\">MeMe's Diner</a>. Our friendship project is coordinated by Charlotte Cooper with help from Ashley Lusk, Caroline English, Sahar Baharloo, Sarah Sandbach, Fiona Carswell, and many more of our colleagues at <a href=\"https://www.wnycstudios.org/\">WNYC Studios</a>.</p>\n<p>Original music by Jeremy Bloom with additional music by Mystery Mammal (<a href=\"http://freemusicarchive.org/music/Mystery_Mammal/Latent/Youre_Up_There_1137\">\"You're Up There\"</a>), Podington Bear (<a href=\"http://freemusicarchive.org/music/Podington_Bear/Soul/Gizmo\">\"Gizmo\"</a>), and Creo (<a href=\"http://freemusicarchive.org/music/Creo/~/Memory_1520\">\"Memory\"</a>). Theme by Alex Overington.</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>3</itunes:season><itunes:episode>1</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> In our season three premiere, Nancy stages a friend-tervention for Joe Rodriguez. Plus, we launch our new How to Get a Gaggle project!    Special thanks to Fran Tirado of the podcast Food 4 Thot, Eric Sosa at C'mon Everybody, and Bill Clark and Libby Wil</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>Tobin. Kathy. Season Three!\n</title><link>http://www.wnycstudios.org/story/season-three-trailer/</link><description>&lt;p&gt;Nancy's back with a whole new season of stories and conversations about the queer experience today. All-new episodes starting Sunday, April 15.&lt;/p&gt;\n</description><pubDate>Thu, 12 Apr 2018 12:00:00 -0400</pubDate><guid isPermaLink=\"false\">7e63d832-fe16-46ae-a16b-e69971072007</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy041518_cms846204_pod.mp3?aisGetOriginalStream=true\" length=\"0\" type=\"audio/mpeg\" /><category>bisexual</category><category>gay</category><category>lesbian</category><category>lgbt</category><category>life</category><category>storytelling</category><category>transgender</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy041518_cms846204_pod.mp3?aisGetOriginalStream=true\" type=\"audio/mpeg\" /><media:description type=\"plain\">Tobin. Kathy. Season Three!\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/nancyMARCHfull2.jpg\" width=\"130\" height=\"130\" /><itunes:duration>3:50</itunes:duration><content:encoded><![CDATA[<p>Nancy's back with a whole new season of stories and conversations about the queer experience today. All-new episodes starting Sunday, April 15.</p>]]></content:encoded><itunes:title>Tobin. Kathy. Season Three.</itunes:title><itunes:summary><![CDATA[<p>Nancy's back with a whole new season of stories and conversations about the queer experience today. All-new episodes starting Sunday, April 15.</p>]]></itunes:summary><itunes:episodeType>trailer</itunes:episodeType><itunes:season>3</itunes:season><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle> Nancy's back with a whole new season of stories and conversations about the queer experience today. All-new episodes starting Sunday, April 15. </itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#34: Return to Ring of Keys\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-ring-of-keys-2/</link><description>&lt;p&gt;Sarah Lu's first glimpse at life as a queer adult came while visiting Maura Koutoujian's general store back when she was a kid. Years later, Sarah tracked Maura down.&lt;/p&gt;\n&lt;p&gt;This bonus episode is the last in a series revisiting stories from our first two seasons. Episode scoring by Jeremy Bloom with additional music by Arne Bang Huseby (&lt;a href=\"http://freemusicarchive.org/music/Arne_Bang_Huseby/~/Arne_Huseby_-__Stormy_Blues\"&gt;“Stormy Blues”&lt;/a&gt;), Jalen Warshowsky (&lt;a href=\"http://freemusicarchive.org/music/Jalen_Warshawsky/Bonus_Beat_Blast_2011/31_jalen_warshawsky-dollar_theatre\"&gt;“Dollar Theater”&lt;/a&gt;), Josh Woodward (&lt;a href=\"http://freemusicarchive.org/music/Josh_Woodward/Breadcrumbs/JoshWoodward-Breadcrumbs-NoVox-09-OnceTomorrow\"&gt;“Once Tomorrow”&lt;/a&gt;, &lt;a href=\"http://freemusicarchive.org/music/Josh_Woodward/Breadcrumbs/JoshWoodward-Breadcrumbs-NoVox-07-GreySnow\"&gt;“Grey Snow”&lt;/a&gt;, and &lt;a href=\"http://freemusicarchive.org/music/Josh_Woodward/Breadcrumbs/JoshWoodward-Breadcrumbs-NoVox-03-BorderBlaster\"&gt;\"Border Blaster\"&lt;/a&gt;), Anamorphic Orchestra (&lt;a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/Anamorphic_Orchestra/Taking_Dark_Matter_Lightly\"&gt;“Taking Dark Matter Lightly”&lt;/a&gt;), Joey Pecoraro (&lt;a href=\"https://soundcloud.com/joeypecoraro/strong-vibes\"&gt;“Strong Vibes”&lt;/a&gt;), and Little Glass Men (&lt;a href=\"http://freemusicarchive.org/music/Little_Glass_Men/Kelp_Grooves/Kelp_Grooves\"&gt;“Kelp Grooves”&lt;/a&gt;).&lt;/p&gt;\n&lt;p&gt;&lt;span&gt;&lt;em&gt;Support our work! Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;\n&lt;p&gt;&lt;span&gt;&lt;em&gt;&lt;div class=\"user-embedded-video\"&gt;&lt;div id=\"videoplayer_idm140118569509552cfd211f6-eff9-4824-bd30-aeddf4f6a0ef\"&gt;&lt;iframe width=\"620\" height=\"349\" src=\"https://www.youtube.com/embed/pMAuesRJm1E?wmode=transparent&amp;amp;autohide=1&amp;amp;rel=0&amp;amp;showinfo=0&amp;amp;feature=oembed&amp;amp;enablejsapi=1\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen=\"allowfullscreen\" id=\"a4837992213844809892\" class=\"youtube_video\" mozallowfullscreen=\"mozallowfullscreen\" webkitallowfullscreen=\"webkitallowfullscreen\" data-original-url=\"https://www.youtube.com/watch?v=pMAuesRJm1E\"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;  &lt;/em&gt;&lt;/span&gt;&lt;/p&gt;\n</description><pubDate>Sun, 03 Dec 2017 12:00:00 -0500</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-ring-of-keys-2/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy120317_cms815602_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>chicago</category><category>lesbian</category><category>lgbt</category><category>life</category><category>queer</category><category>storytelling</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy120317_cms815602_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#34: Return to Ring of Keys\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/IMG_2674.JPG\" width=\"130\" height=\"130\" /><itunes:duration>25:14</itunes:duration><content:encoded><![CDATA[<p>Sarah Lu's first glimpse at life as a queer adult came while visiting Maura Koutoujian's general store back when she was a kid. Years later, Sarah tracked Maura down.</p>\n<p>This bonus episode is the last in a series revisiting stories from our first two seasons. Episode scoring by Jeremy Bloom with additional music by Arne Bang Huseby (<a href=\"http://freemusicarchive.org/music/Arne_Bang_Huseby/~/Arne_Huseby_-__Stormy_Blues\">“Stormy Blues”</a>), Jalen Warshowsky (<a href=\"http://freemusicarchive.org/music/Jalen_Warshawsky/Bonus_Beat_Blast_2011/31_jalen_warshawsky-dollar_theatre\">“Dollar Theater”</a>), Josh Woodward (<a href=\"http://freemusicarchive.org/music/Josh_Woodward/Breadcrumbs/JoshWoodward-Breadcrumbs-NoVox-09-OnceTomorrow\">“Once Tomorrow”</a>, <a href=\"http://freemusicarchive.org/music/Josh_Woodward/Breadcrumbs/JoshWoodward-Breadcrumbs-NoVox-07-GreySnow\">“Grey Snow”</a>, and <a href=\"http://freemusicarchive.org/music/Josh_Woodward/Breadcrumbs/JoshWoodward-Breadcrumbs-NoVox-03-BorderBlaster\">\"Border Blaster\"</a>), Anamorphic Orchestra (<a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/Anamorphic_Orchestra/Taking_Dark_Matter_Lightly\">“Taking Dark Matter Lightly”</a>), Joey Pecoraro (<a href=\"https://soundcloud.com/joeypecoraro/strong-vibes\">“Strong Vibes”</a>), and Little Glass Men (<a href=\"http://freemusicarchive.org/music/Little_Glass_Men/Kelp_Grooves/Kelp_Grooves\">“Kelp Grooves”</a>).</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></content:encoded><itunes:title>Return to Ring of Keys</itunes:title><itunes:summary><![CDATA[<p>Sarah Lu's first glimpse at life as a queer adult came while visiting Maura Koutoujian's general store back when she was a kid. Years later, Sarah tracked Maura down.</p>\n<p>This bonus episode is the last in a series revisiting stories from our first two seasons. Episode scoring by Jeremy Bloom with additional music by Arne Bang Huseby (<a href=\"http://freemusicarchive.org/music/Arne_Bang_Huseby/~/Arne_Huseby_-__Stormy_Blues\">“Stormy Blues”</a>), Jalen Warshowsky (<a href=\"http://freemusicarchive.org/music/Jalen_Warshawsky/Bonus_Beat_Blast_2011/31_jalen_warshawsky-dollar_theatre\">“Dollar Theater”</a>), Josh Woodward (<a href=\"http://freemusicarchive.org/music/Josh_Woodward/Breadcrumbs/JoshWoodward-Breadcrumbs-NoVox-09-OnceTomorrow\">“Once Tomorrow”</a>, <a href=\"http://freemusicarchive.org/music/Josh_Woodward/Breadcrumbs/JoshWoodward-Breadcrumbs-NoVox-07-GreySnow\">“Grey Snow”</a>, and <a href=\"http://freemusicarchive.org/music/Josh_Woodward/Breadcrumbs/JoshWoodward-Breadcrumbs-NoVox-03-BorderBlaster\">\"Border Blaster\"</a>), Anamorphic Orchestra (<a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/Anamorphic_Orchestra/Taking_Dark_Matter_Lightly\">“Taking Dark Matter Lightly”</a>), Joey Pecoraro (<a href=\"https://soundcloud.com/joeypecoraro/strong-vibes\">“Strong Vibes”</a>), and Little Glass Men (<a href=\"http://freemusicarchive.org/music/Little_Glass_Men/Kelp_Grooves/Kelp_Grooves\">“Kelp Grooves”</a>).</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>2</itunes:season><itunes:episode>17</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle> Sarah Lu's first glimpse at life as a queer adult came while visiting Maura Koutoujian's general store back when she was a kid. Years later, Sarah tracked Maura down. This bonus episode is the last in a series revisiting stories from our first two season</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#33: Kathy's Mom is Uncomfortable With All This\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-bonus-kathy-mom/</link><description>&lt;p&gt;Kathy's mom didn't expect anyone would actually listen to her &lt;a href=\"http://www.wnyc.org/story/nancy-podcast-episode-1-hello-hello\"&gt;the first time Kathy recorded their conversation&lt;/a&gt;. And she's still not particularly comfortable with all this gay stuff.&lt;/p&gt;\n&lt;p&gt;This bonus episode is part of a series revisiting episodes from our first two seasons. Episode scoring by Jeremy Bloom with additional music by Benedek (\"&lt;a href=\"http://freemusicarchive.org/music/Benedek/Bonus_Beat_Blast_2011/10_benedek-cruzin\"&gt;CRUZIN&lt;/a&gt;\").&lt;/p&gt;\n&lt;p&gt; &lt;/p&gt;\n&lt;p&gt; &lt;/p&gt;\n</description><pubDate>Sun, 19 Nov 2017 12:00:00 -0500</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-bonus-kathy-mom/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy111917_cms807164_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>family</category><category>lgbt</category><category>life</category><category>storytelling</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy111917_cms807164_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#33: Kathy's Mom is Uncomfortable With All This\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/nancy20170913-16.jpg\" width=\"130\" height=\"130\" /><itunes:duration>23:57</itunes:duration><content:encoded><![CDATA[<p>Kathy's mom didn't expect anyone would actually listen to her <a href=\"http://www.wnyc.org/story/nancy-podcast-episode-1-hello-hello\">the first time Kathy recorded their conversation</a>. And she's still not particularly comfortable with all this gay stuff.</p>\n<p>This bonus episode is part of a series revisiting episodes from our first two seasons. Episode scoring by Jeremy Bloom with additional music by Benedek (\"<a href=\"http://freemusicarchive.org/music/Benedek/Bonus_Beat_Blast_2011/10_benedek-cruzin\">CRUZIN</a>\").</p>]]></content:encoded><itunes:title>Kathy's Mom is Uncomfortable With All This</itunes:title><itunes:summary><![CDATA[<p>Kathy's mom didn't expect anyone would actually listen to her <a href=\"http://www.wnyc.org/story/nancy-podcast-episode-1-hello-hello\">the first time Kathy recorded their conversation</a>. And she's still not particularly comfortable with all this gay stuff.</p>\n<p>This bonus episode is part of a series revisiting episodes from our first two seasons. Episode scoring by Jeremy Bloom with additional music by Benedek (\"<a href=\"http://freemusicarchive.org/music/Benedek/Bonus_Beat_Blast_2011/10_benedek-cruzin\">CRUZIN</a>\").</p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>2</itunes:season><itunes:episode>16</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle> Kathy's mom didn't expect anyone would actually listen to her the first time Kathy recorded their conversation. And she's still not particularly comfortable with all this gay stuff. This bonus episode is part of a series revisiting episodes from our firs</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#32: Lena Waithe's Superpowers\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-bonus-lena-waithe/</link><description>&lt;p&gt;We first spoke with Lena Waithe just ahead of Master of None's second season, which featured the groundbreaking episode \"Thanksgiving.\" Kathy checked back in shortly after Lena won an Emmy for writing that episode.&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"https://twitter.com/lenawaithe?lang=en\"&gt;Lena Waithe&lt;/a&gt; is an Emmy-award winning writer and actress on &lt;a href=\"https://www.netflix.com/title/80049714\"&gt;Master of None&lt;/a&gt;. Her new show, &lt;a href=\"http://www.sho.com/the-chi\"&gt;The Chi&lt;/a&gt;, premieres Jan. 7, 2018 on Showtime.&lt;/li&gt;\n&lt;li&gt;This episode was recorded in Los Angeles at &lt;a href=\"https://www.werkitfestival.com\"&gt;Werk It&lt;/a&gt;, WNYC's women's podcast festival.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&lt;div class=\"user-embedded-video\"&gt;&lt;div id=\"videoplayer_idm1401185841721443448558f-3a78-4a83-9a59-8aa1fdff62c3\"&gt;&lt;iframe width=\"620\" height=\"349\" src=\"https://www.youtube.com/embed/42_IRmENb8M?wmode=transparent&amp;amp;autohide=1&amp;amp;rel=0&amp;amp;showinfo=0&amp;amp;feature=oembed&amp;amp;enablejsapi=1\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen=\"allowfullscreen\" id=\"a4079288287776002931\" class=\"youtube_video\" mozallowfullscreen=\"mozallowfullscreen\" webkitallowfullscreen=\"webkitallowfullscreen\" data-original-url=\"https://www.youtube.com/watch?v=42_IRmENb8M\"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt; &lt;/p&gt;\n&lt;p&gt;This bonus episode is the first in a series revisiting episodes from our first two seasons. Episode scoring by Jeremy Bloom.&lt;/p&gt;\n&lt;p&gt; &lt;/p&gt;\n</description><pubDate>Sun, 12 Nov 2017 12:00:00 -0500</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-bonus-lena-waithe/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy111217_cms807165_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>comedy</category><category>explicit</category><category>gay</category><category>lesbian</category><category>lgbt</category><category>life</category><category>storytelling</category><category>television</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy111217_cms807165_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#32: Lena Waithe's Superpowers\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/LenaWaithe_Nancy_Episode.png\" width=\"130\" height=\"130\" /><itunes:duration>18:06</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>We first spoke with Lena Waithe just ahead of Master of None's second season, which featured the groundbreaking episode \"Thanksgiving.\" Kathy checked back in shortly after Lena won an Emmy for writing that episode.</p>\n<p><a href=\"https://twitter.com/lenawaithe?lang=en\">Lena Waithe</a> is an Emmy-award winning writer and actress on <a href=\"https://www.netflix.com/title/80049714\">Master of None</a>. Her new show, <a href=\"http://www.sho.com/the-chi\">The Chi</a>, premieres Jan. 7, 2018 on Showtime.This episode was recorded in Los Angeles at <a href=\"https://www.werkitfestival.com\">Werk It</a>, WNYC's women's podcast festival.</p>\n<p>This bonus episode is the first in a series revisiting episodes from our first two seasons. Episode scoring by Jeremy Bloom.</p>]]></content:encoded><itunes:title>Lena Waithe's Superpowers</itunes:title><itunes:summary><![CDATA[<p>We first spoke with Lena Waithe just ahead of Master of None's second season, which featured the groundbreaking episode \"Thanksgiving.\" Kathy checked back in shortly after Lena won an Emmy for writing that episode.</p>\n<p><a href=\"https://twitter.com/lenawaithe?lang=en\">Lena Waithe</a> is an Emmy-award winning writer and actress on <a href=\"https://www.netflix.com/title/80049714\">Master of None</a>. Her new show, <a href=\"http://www.sho.com/the-chi\">The Chi</a>, premieres Jan. 7, 2018 on Showtime.This episode was recorded in Los Angeles at <a href=\"https://www.werkitfestival.com\">Werk It</a>, WNYC's women's podcast festival.</p>\n<p>This bonus episode is the first in a series revisiting episodes from our first two seasons. Episode scoring by Jeremy Bloom.</p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>2</itunes:season><itunes:episode>15</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> We first spoke with Lena Waithe just ahead of Master of None's second season, which featured the groundbreaking episode \"Thanksgiving.\" Kathy checked back in shortly after Lena won an Emmy for writing that episode. Lena Waithe is an Emmy-award winning wr</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#31: Out at Work\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-out-at-work/</link><description>&lt;p&gt;Earlier this year we launched our Out at Work project, looking to explore the complicated stories that come with being queer on the job. We asked you to share your own experiences, and nearly 3,000 of you wrote in. Here's what we found:&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;More than half of you — &lt;strong&gt;52 percent&lt;/strong&gt; — said you are out at work.&lt;/li&gt;\n&lt;li&gt;&lt;strong&gt;Thirteen percent&lt;/strong&gt; of you said you aren’t out at all.&lt;/li&gt;\n&lt;li&gt;And about a third — &lt;strong&gt;35 percent&lt;/strong&gt; — said you are &lt;em&gt;somewhat &lt;/em&gt;out.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;That third group, the people who are somewhat out, shows just how squishy words like “in” and “out” can be. There are innumerable ways to be out at work, but looking across our survey data and responses, we narrowed in on six.&lt;/p&gt;\n&lt;div class=\"embedded-image\"&gt;&lt;img class=\"mcePuppyImage\" src=\"https://media2.wnyc.org/i/800/200/l/80/1/Nancy_OutAtWork_WebHeaders_ProfessionallyQueer.png\" alt=\"\"&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/div&gt;\n&lt;p&gt;&lt;strong&gt;My queerness is an essential part of my work.&lt;/strong&gt;&lt;/p&gt;\n&lt;blockquote&gt;\n&lt;p&gt;“I work in an LGBT non-profit community center doing youth programming. Before that I worked at a college in their LGBT center as administrative assistance. All in all I have been a professional gay for almost 8 years. I used to say that people at the college would see me and see rainbows flying off of me as I walked around. I am out as out can be.” &lt;span&gt;— &lt;em&gt;K, Pennsylvania&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;\n&lt;/blockquote&gt;\n&lt;p&gt;&lt;em&gt;Listen to Dana's story:&lt;/em&gt;&lt;/p&gt;\n&lt;p&gt;&lt;iframe frameborder=\"0\" height=\"54\" scrolling=\"no\" src=\"https://www.wnyc.org/widgets/ondemand_player/nancy/#file=https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy_extra/nancy_extra102917_4complicated.mp3&amp;amp;share=0\" width=\"100%\"&gt;&lt;/iframe&gt;&lt;/p&gt;\n&lt;div class=\"embedded-image\"&gt;&lt;img class=\"mcePuppyImage\" src=\"https://media2.wnyc.org/i/800/200/l/80/1/Nancy_OutAtWork_WebHeaders_OutAndProud.png\" alt=\"\"&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/div&gt;\n&lt;p&gt;&lt;strong&gt;I’m totally out about my identity at work.&lt;/strong&gt; &lt;/p&gt;\n&lt;blockquote&gt;\n&lt;p&gt;&lt;span&gt;“I'm non-binary, so it required a public announcement to my team to make sure everyone understood. I use they/them pronouns and make sure any new hires know that… One coworker made a cake for the occasion and put my pronouns in the frosting. He said instead of 'cake day' it was 'cake they.' It tasted great too.” — &lt;em&gt;R, Rhode Island&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;\n&lt;/blockquote&gt;\n&lt;p&gt;&lt;em&gt;Listen to Brook's story:&lt;/em&gt;&lt;/p&gt;\n&lt;p&gt;&lt;iframe frameborder=\"0\" height=\"54\" scrolling=\"no\" src=\"https://www.wnyc.org/widgets/ondemand_player/nancy/#file=https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy_extra/nancy_extra102917_2outproud.mp3&amp;amp;share=0\" width=\"100%\"&gt;&lt;/iframe&gt;&lt;/p&gt;\n&lt;div class=\"embedded-image\"&gt;&lt;img class=\"mcePuppyImage\" src=\"https://media2.wnyc.org/i/800/200/l/80/1/Nancy_OutAtWork_WebHeaders_PeopleCanTell.png\" alt=\"\"&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/div&gt;\n&lt;p&gt;&lt;strong&gt;I'm not explicitly out but I assume most people know.&lt;/strong&gt;&lt;/p&gt;\n&lt;blockquote&gt;\n&lt;p&gt;&lt;span&gt;\"I'm a gay trans man. Testosterone never really affected my voice, or my curves. As soon as I open my mouth to speak or stand up -- I'm out. There's no option for me to be stealth. My body gives me away the moment I'm present… I *never* have the option of choosing when I'm out or not.\" — &lt;em&gt;S, California&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;\n&lt;/blockquote&gt;\n&lt;p&gt;&lt;em&gt;Listen to Alison's story:&lt;/em&gt;&lt;/p&gt;\n&lt;p&gt;&lt;iframe frameborder=\"0\" height=\"54\" scrolling=\"no\" src=\"https://www.wnyc.org/widgets/ondemand_player/nancy/#file=https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy_extra/nancy_extra102917_3peoplecantell.mp3&amp;amp;share=0\" width=\"100%\"&gt;&lt;/iframe&gt;&lt;/p&gt;\n&lt;div class=\"embedded-image\"&gt;&lt;img class=\"mcePuppyImage\" src=\"https://media2.wnyc.org/i/800/200/l/80/1/Nancy_OutAtWork_WebHeaders_ItsComplicated.png\" alt=\"\"&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/div&gt;\n&lt;p&gt;&lt;strong&gt;I'm out about some things, but keep others to myself.&lt;/strong&gt;&lt;/p&gt;\n&lt;blockquote&gt;\n&lt;p&gt;“I'm a graduate student working in a chemistry lab as part of my PhD. I'm out to all of my coworkers and fellow graduate students, but my adviser has expressed some very homophobic views. He has said to other members of our research group that he doesn't want to hire gays, because they will be \"more interested in sex than in chemistry.” &lt;span&gt;— &lt;em&gt;Z, Texas&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;\n&lt;/blockquote&gt;\n&lt;p&gt;&lt;iframe frameborder=\"0\" height=\"54\" scrolling=\"no\" src=\"https://www.wnyc.org/widgets/ondemand_player/nancy/#file=https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy_extra/nancy_extra102917_4complicated.mp3&amp;amp;share=0\" width=\"100%\"&gt;&lt;/iframe&gt;&lt;/p&gt;\n&lt;div class=\"embedded-image\"&gt;&lt;img class=\"mcePuppyImage\" src=\"https://media2.wnyc.org/i/800/200/l/80/1/Nancy_OutAtWork_WebHeaders_ItsIrrelevant.png\" alt=\"\"&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/div&gt;\n&lt;p&gt;&lt;strong&gt;My queerness has nothing to do with my job, so I don't share a thing.&lt;/strong&gt;&lt;/p&gt;\n&lt;blockquote&gt;\n&lt;p&gt;&lt;span&gt;\"For me, it's not anyone else's business to know. People aren't entitled to any part of you and that's something that is given at your own discretion.\" — &lt;em&gt;L, California&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;\n&lt;/blockquote&gt;\n&lt;p&gt;&lt;em&gt;Listen to Jeremy's story:&lt;/em&gt;&lt;/p&gt;\n&lt;p&gt;&lt;iframe frameborder=\"0\" height=\"54\" scrolling=\"no\" src=\"https://www.wnyc.org/widgets/ondemand_player/nancy/#file=https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy_extra/nancy_extra102917_5cant.mp3&amp;amp;share=0\" width=\"100%\"&gt;&lt;/iframe&gt;&lt;/p&gt;\n&lt;div class=\"embedded-image\"&gt;&lt;img class=\"mcePuppyImage\" src=\"https://media2.wnyc.org/i/800/200/l/80/1/Nancy_OutAtWork_WebHeaders_ICant.png\" alt=\"\"&gt;&lt;strong&gt; &lt;/strong&gt;&lt;/div&gt;\n&lt;p&gt;&lt;strong&gt;Being out would threaten my job security or safety.&lt;/strong&gt;&lt;/p&gt;\n&lt;blockquote&gt;\n&lt;p&gt;“I'm an architect. Typically I am out at work, but I tend to avoid discussing my sexuality at all on job sites. The machismo culture of construction sites is intimidating and I have to command respect when I'm there and can't afford a loss of respect from the site staff because of any imagined personal weakness. At my most recent job, on my fourth day of work I was pulled aside by my boss as we came back from our first work lunch where we talked about some of our personal lives and not just work issues. He told me that he was very excited to have me working there, but he cautioned me that I should never mention my husband again while I worked there because, while he 'was cool with it' the senior management was very conservative and might choose to fire me.\" — &lt;em&gt;S, Virginia&lt;/em&gt;&lt;/p&gt;\n&lt;/blockquote&gt;\n&lt;p&gt;&lt;em&gt;Listen to Patrick's story:&lt;/em&gt;&lt;/p&gt;\n&lt;p&gt;&lt;iframe frameborder=\"0\" height=\"54\" scrolling=\"no\" src=\"https://www.wnyc.org/widgets/ondemand_player/nancy/#file=https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy_extra/nancy_extra102917_6irrelevant.mp3&amp;amp;share=0\" width=\"100%\"&gt;&lt;/iframe&gt;&lt;/p&gt;\n&lt;hr&gt;\n&lt;h2&gt;Inside this episode&lt;/h2&gt;\n&lt;ul&gt;\n&lt;li&gt;Asa Sevelius is principal of the &lt;a href=\"https://www.brookline.k12.ma.us/heath\"&gt;Heath School&lt;/a&gt; in Brookline, Mass.&lt;/li&gt;\n&lt;li&gt;Clair Farley is the director of economic development at the &lt;a href=\"http://www.sfcenter.org\"&gt;San Francisco LGBT Center&lt;/a&gt;; Mia Satya is an employment services specialist with the center's &lt;a href=\"http://transemploymentprogram.org\"&gt;Trans Employment Program&lt;/a&gt;.&lt;/li&gt;\n&lt;li&gt;Check out the &lt;a href=\"http://www.wnyc.org/story/nancy-podcast-out-at-work/\"&gt;results from our Out at Work survey&lt;/a&gt;, plus a whole bunch of resources for navigating being queer on the job.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Episode scoring by Jeremy Bloom with additional music by Drake Stafford (&lt;a href=\"http://freemusicarchive.org/music/Drake_Stafford/Drake_Stafford_-_Singles/Matte_Black_-_Drake_Stafford\"&gt;\"Matte Black\"&lt;/a&gt;) and Evan Schaeffer (&lt;a href=\"http://freemusicarchive.org/music/Evan_Schaeffer/Big_Splash/Evan_Schaeffer_-_09_-_Sisyphus\"&gt;\"Sisyphus\"&lt;/a&gt;). Special thanks to Mandy Naglich, Anna Burke, and Alison Morgenstern.&lt;/p&gt;\n&lt;hr&gt;\n&lt;h2&gt;Listen to our other Out at Work stories&lt;br&gt;&lt;span&gt;&lt;/span&gt;&lt;/h2&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"http://www.wnyc.org/story/nancy-podcast-trans-military-ban\"&gt;#16: Let's Talk About Trump's Trans Ban&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://www.wnyc.org/story/nancy-podcast-pentagon-pride\"&gt;#19: The Pentagon's Secret Gaggle of Gays&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://www.wnyc.org/story/nancy-podcast-out-at-work-lgbt-employment/\"&gt;#22: Does Your Boss Know You're Gay?&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://www.wnyc.org/story/nancy-podcast-chirlane-mccray\"&gt;#24: Somewhat Out&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n&lt;hr&gt;\n&lt;h2&gt;Let's stay in touch!&lt;/h2&gt;\n&lt;p&gt;&lt;a href=\"http://eepurl.com/cDwqqT\" target=\"_blank\" class=\"btn btn--pink btn--large\"&gt;Sign up for our newsletter&lt;/a&gt;&lt;/p&gt;\n&lt;hr&gt;\n&lt;h2&gt;Resources&lt;/h2&gt;\n&lt;p&gt;You don't have to figure it all out on your own. Here are some of our favorite LGBT employment resources:&lt;/p&gt;\n&lt;p&gt;&lt;strong&gt;Finding a job:&lt;/strong&gt;&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"https://www.lambdalegal.org/know-your-rights/article/workplace-your-job-search\"&gt;Your Job Search (Lambda Legal)&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://transcanwork.org/\"&gt;Trans Can Work&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&lt;strong&gt;Coming out at work:&lt;/strong&gt;&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"https://www.hrc.org/resources/coming-out-at-work\"&gt;Coming Out at Work (Human Rights Campaign)&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://www.autostraddle.com/coming-out-at-work-59763/\"&gt;Coming Out at Work: What a Way to Make a Living (Autostraddle)&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&lt;strong&gt;Know your rights:&lt;/strong&gt;&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"https://www.eeoc.gov/eeoc/publications/brochure-gender_stereotyping.cfm\"&gt;Preventing Employment Discrimination Against Lesbian, Gay, Bisexual or Transgender Workers (U.S. Equal Employment Opportunity Commission)&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://transgenderlawcenter.org/resources/employment/know-your-rights-transgender-employment-law\"&gt;Transgender People at Work (Transgender Law Center)&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://www.lambdalegal.org/know-your-rights/article/workplace-hiv-discrimination\"&gt;HIV Discrimination in the Workplace (Lambda Legal)&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&lt;strong&gt;Employer resources:&lt;/strong&gt;&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"https://transgenderlawcenter.org/resources/employment/modelpolicy\"&gt;Model Transgender Employment Policy (Transgender Law Center)&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://transgenderlawcenter.org/resources/employment/tips-for-working-with-transgender-coworkers\"&gt;Tips for Working with Transgender Coworkers (Transgender Law Center)&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://www.lambdalegal.org/know-your-rights/article/workplace-for-employers\"&gt;For Employers (Lambda Legal)&lt;/a&gt;&lt;/li&gt;\n&lt;/ul&gt;\n</description><pubDate>Sun, 29 Oct 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-out-at-work/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy102917_cms807864_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>employment</category><category>gay</category><category>lesbian</category><category>lgbt</category><category>life</category><category>politics</category><category>transgender</category><category>work</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy102917_cms807864_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#31: Out at Work\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/nancy20170913-49.jpg\" width=\"130\" height=\"130\" /><itunes:duration>30:44</itunes:duration><content:encoded><![CDATA[<p>Nearly 3,000 of you told us about your experiences being queer on the job. And we learned it's rarely as simple as \"in\" or \"out.\" Visit <a href=\"http://www.wnyc.org/story/nancy-podcast-out-at-work/\">nancypodcast.org/workresults</a> for <a href=\"http://www.wnyc.org/story/nancy-podcast-out-at-work/\">results from our Out at Work survey</a>, plus a whole bunch of resources for navigating being queer on the job.</p>\n<p>Guests: Asa Sevelius is principal of the <a href=\"https://www.brookline.k12.ma.us/heath\">Heath School</a> in Brookline, Mass. Clair Farley is the director of economic development at the <a href=\"http://www.sfcenter.org/\">San Francisco LGBT Center</a>; Mia Satya is an employment services specialist with the center's <a href=\"http://transemploymentprogram.org/\">Trans Employment Program</a>.</p>\n<p>Episode scoring by Jeremy Bloom with additional music by Drake Stafford (<a href=\"http://freemusicarchive.org/music/Drake_Stafford/Drake_Stafford_-_Singles/Matte_Black_-_Drake_Stafford\">\"Matte Black\"</a>) and Evan Schaeffer (<a href=\"http://freemusicarchive.org/music/Evan_Schaeffer/Big_Splash/Evan_Schaeffer_-_09_-_Sisyphus\">\"Sisyphus\"</a>). Special thanks to Mandy Naglich, Anna Burke, and Alison Morgenstern.</p>]]></content:encoded><itunes:title>Out at Work</itunes:title><itunes:summary><![CDATA[<p>Nearly 3,000 of you told us about your experiences being queer on the job. And we learned it's rarely as simple as \"in\" or \"out.\" Visit <a href=\"http://www.wnyc.org/story/nancy-podcast-out-at-work/\">nancypodcast.org/workresults</a> for <a href=\"http://www.wnyc.org/story/nancy-podcast-out-at-work/\">results from our Out at Work survey</a>, plus a whole bunch of resources for navigating being queer on the job.</p>\n<p>Guests: Asa Sevelius is principal of the <a href=\"https://www.brookline.k12.ma.us/heath\">Heath School</a> in Brookline, Mass. Clair Farley is the director of economic development at the <a href=\"http://www.sfcenter.org/\">San Francisco LGBT Center</a>; Mia Satya is an employment services specialist with the center's <a href=\"http://transemploymentprogram.org/\">Trans Employment Program</a>.</p>\n<p>Episode scoring by Jeremy Bloom with additional music by Drake Stafford (<a href=\"http://freemusicarchive.org/music/Drake_Stafford/Drake_Stafford_-_Singles/Matte_Black_-_Drake_Stafford\">\"Matte Black\"</a>) and Evan Schaeffer (<a href=\"http://freemusicarchive.org/music/Evan_Schaeffer/Big_Splash/Evan_Schaeffer_-_09_-_Sisyphus\">\"Sisyphus\"</a>). Special thanks to Mandy Naglich, Anna Burke, and Alison Morgenstern.</p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>2</itunes:season><itunes:episode>14</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle> Earlier this year we launched our Out at Work project, looking to explore the complicated stories that come with being queer on the job. We asked you to share your own experiences, and nearly 3,000 of you wrote in. Here's what we found: More than half of</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#30: This Awful Side of Me\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-lewis-wallace/</link><description>&lt;p&gt;You don't &lt;em&gt;accept&lt;/em&gt; it or you don't &lt;em&gt;understand&lt;/em&gt; it?&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;span&gt;&lt;a href=\"https://www.lewispants.com/\"&gt;&lt;span&gt;Lewis Wallace&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; is a &lt;a href=\"https://www.scalawagmagazine.org/\"&gt;magazine editor&lt;/a&gt; and radio producer in North Carolina.&lt;/li&gt;\n&lt;li&gt;&lt;span&gt;&lt;a href=\"https://twitter.com/liza_yeager?lang=en\"&gt;&lt;span&gt;Liza Yeager&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; is a senior at Brown University, where she co-founded &lt;a href=\"http://www.nowherethis.org/\"&gt;&lt;span&gt;Now Here This&lt;/span&gt;&lt;/a&gt;.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;div class=\"embedded-image\"&gt;&lt;img class=\"mcePuppyImage\" src=\"https://media2.wnyc.org/i/640/443/l/80/1/sarahlewisgrandcanyon_QgVJJ1n.jpg\" alt=\"\"&gt;\n&lt;div class=\"image-metadata\"&gt;\n&lt;div class=\"image-caption\"&gt;A young Lewis Wallace with his grandparents, Mac and Sarah McCrory.&lt;/div&gt;\n&lt;div class=\"image-credit\"&gt;(Courtesy of Lewis Wallace)&lt;/div&gt;\n&lt;/div&gt;\n&lt;/div&gt;\n&lt;div class=\"embedded-image\"&gt;&lt;img class=\"mcePuppyImage\" src=\"https://media2.wnyc.org/i/800/600/l/80/1/sarahhospital.JPG\" alt=\"\"&gt;\n&lt;div class=\"image-metadata\"&gt;\n&lt;div class=\"image-caption\"&gt;Sarah Graydon McCrory is Lewis Wallace's grandmother. She lives in South Carolina.&lt;/div&gt;\n&lt;div class=\"image-credit\"&gt;(Lewis Wallace)&lt;/div&gt;\n&lt;/div&gt;\n&lt;/div&gt;\n&lt;p&gt;Episode scoring by Jeremy Bloom with additional music by Anamorphic Orchestra (&lt;a href=\"http://freemusicarchive.org/search/?quicksearch=anamorphic+orchestra\"&gt;\"Signs of Life\"&lt;/a&gt;).&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Support our work! Become a Nancy member today at &lt;/em&gt;&lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\"&gt;&lt;span&gt;&lt;em&gt;Nancypodcast.org/donate&lt;/em&gt;&lt;/span&gt;&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 22 Oct 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-lewis-wallace/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy102217_cms805943_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>family</category><category>lgbt</category><category>music</category><category>race</category><category>religion_faith</category><category>storytelling</category><category>transgender</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy102217_cms805943_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#30: This Awful Side of Me\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/IMG_4114.JPG\" width=\"130\" height=\"130\" /><itunes:duration>25:45</itunes:duration><content:encoded><![CDATA[<p>You don't <em>accept</em> it or you don't <em>understand</em> it?</p>\n<p><a href=\"https://www.lewispants.com/\">Lewis Wallace</a> is a <a href=\"https://www.scalawagmagazine.org/\">magazine editor</a> and radio producer in North Carolina. <a href=\"https://twitter.com/liza_yeager?lang=en\">Liza Yeager</a> is a senior at Brown University, where she co-founded <a href=\"http://www.nowherethis.org/\">Now Here This</a>. Episode scoring by Jeremy Bloom with additional music by Anamorphic Orchestra (<a href=\"http://freemusicarchive.org/search/?quicksearch=anamorphic+orchestra\">\"Signs of Life\"</a>).</p>\n<p><em>Support our work! Become a Nancy member today at </em><a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\"><em>Nancypodcast.org/donate</em></a><em>.</em></p>]]></content:encoded><itunes:title>This Awful Side of Me</itunes:title><itunes:summary><![CDATA[<p>You don't <em>accept</em> it or you don't <em>understand</em> it?</p>\n<p><a href=\"https://www.lewispants.com/\">Lewis Wallace</a> is a <a href=\"https://www.scalawagmagazine.org/\">magazine editor</a> and radio producer in North Carolina. <a href=\"https://twitter.com/liza_yeager?lang=en\">Liza Yeager</a> is a senior at Brown University, where she co-founded <a href=\"http://www.nowherethis.org/\">Now Here This</a>. Episode scoring by Jeremy Bloom with additional music by Anamorphic Orchestra (<a href=\"http://freemusicarchive.org/search/?quicksearch=anamorphic+orchestra\">\"Signs of Life\"</a>).</p>\n<p><em>Support our work! Become a Nancy member today at </em><a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\"><em>Nancypodcast.org/donate</em></a><em>.</em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>2</itunes:season><itunes:episode>13</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle> You don't accept it or you don't understand it? Lewis Wallace is a magazine editor and radio producer in North Carolina. Liza Yeager is a senior at Brown University, where she co-founded Now Here This. A young Lewis Wallace with his grandparents, Mac and</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#29: Absence Of\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-asexuality/</link><description>&lt;p&gt;You don't know what you don't know.&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"https://twitter.com/jorcru?lang=en&amp;amp;ref_src=twsrc%5Eappleosx%7Ctwcamp%5Esafari%7Ctwgr%5Esearch\"&gt;Jordan Crucchiola&lt;/a&gt; is an associate editor at Vulture, where this spring she wrote &lt;a href=\"http://www.vulture.com/2017/03/riverdale-jughead-asexual-defense.html\"&gt;\"An Asexual's Defense of Jughead Kissing Betty on Riverdale.\"&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;Ben Schwartz is a LARP writer at &lt;a href=\"https://www.wayfinderexperience.com/staff-area/\"&gt;the Wayfinder Experience&lt;/a&gt;.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Episode scoring by Jeremy Bloom with additional music by Drake Stafford (&lt;a href=\"http://freemusicarchive.org/music/Drake_Stafford/Drake_Stafford_-_Singles/In_Heaven_-_Drake_Stafford\"&gt;\"In Heaven\"&lt;/a&gt;), Age of Escapism (&lt;a href=\"http://freemusicarchive.org/music/Artofescapism/Promise_of_Time_Upbeat_Themes/Done_with_Disco\"&gt;\"Done With Disco\"&lt;/a&gt; and &lt;a href=\"http://freemusicarchive.org/music/Artofescapism/Promise_of_Time_Upbeat_Themes/Stop_to_Start_Over\"&gt;\"Start Over\"&lt;/a&gt;), Kai Engel (&lt;a href=\"http://freemusicarchive.org/music/Kai_Engel/Caeli/Kai_Engel_-_caeli_-_06_daedalus_1543\"&gt;\"Daedalus\"&lt;/a&gt; and &lt;a href=\"http://freemusicarchive.org/music/Kai_Engel/The_Scope/Kai_Engel_-_The_Scope_-_08_Low_Horizon\"&gt;\"Low Horizon\"&lt;/a&gt;), and Ultra Cat (&lt;a href=\"http://freemusicarchive.org/music/ultracat/disco_high/ultracat_-_01_-_disco_high\"&gt;\"Disco High\"&lt;/a&gt;).&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Support our work! Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 15 Oct 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-asexuality/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy101517_cms803660_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>arts</category><category>asexuality</category><category>comedy</category><category>explicit</category><category>first-person_story</category><category>lgbt</category><category>life</category><category>sexuality</category><category>storytelling</category><category>television</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy101517_cms803660_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#29: Absence Of\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/nancy20170913-37.jpg\" width=\"130\" height=\"130\" /><itunes:duration>28:58</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>You don't know what you don't know.</p>\n<p><a href=\"https://twitter.com/jorcru?lang=en&amp;ref_src=twsrc%5Eappleosx%7Ctwcamp%5Esafari%7Ctwgr%5Esearch\">Jordan Crucchiola</a> is an associate editor at Vulture, where this spring she wrote <a href=\"http://www.vulture.com/2017/03/riverdale-jughead-asexual-defense.html\">\"An Asexual's Defense of Jughead Kissing Betty on Riverdale.\"</a></p>\n<p>Ben Schwartz is a LARP writer at <a href=\"https://www.wayfinderexperience.com/staff-area/\">the Wayfinder Experience</a>.</p>\n<p>Episode scoring by Jeremy Bloom with additional music by Drake Stafford (<a href=\"http://freemusicarchive.org/music/Drake_Stafford/Drake_Stafford_-_Singles/In_Heaven_-_Drake_Stafford\">\"In Heaven\"</a>), Age of Escapism (<a href=\"http://freemusicarchive.org/music/Artofescapism/Promise_of_Time_Upbeat_Themes/Done_with_Disco\">\"Done With Disco\"</a> and <a href=\"http://freemusicarchive.org/music/Artofescapism/Promise_of_Time_Upbeat_Themes/Stop_to_Start_Over\">\"Start Over\"</a>), Kai Engel (<a href=\"http://freemusicarchive.org/music/Kai_Engel/Caeli/Kai_Engel_-_caeli_-_06_daedalus_1543\">\"Daedalus\"</a> and <a href=\"http://freemusicarchive.org/music/Kai_Engel/The_Scope/Kai_Engel_-_The_Scope_-_08_Low_Horizon\">\"Low Horizon\"</a>), and Ultra Cat (<a href=\"http://freemusicarchive.org/music/ultracat/disco_high/ultracat_-_01_-_disco_high\">\"Disco High\"</a>).</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>\n]]></content:encoded><itunes:title>Absence Of</itunes:title><itunes:summary><![CDATA[<p>You don't know what you don't know.</p>\n<p><a href=\"https://twitter.com/jorcru?lang=en&amp;ref_src=twsrc%5Eappleosx%7Ctwcamp%5Esafari%7Ctwgr%5Esearch\">Jordan Crucchiola</a> is an associate editor at Vulture, where this spring she wrote <a href=\"http://www.vulture.com/2017/03/riverdale-jughead-asexual-defense.html\">\"An Asexual's Defense of Jughead Kissing Betty on Riverdale.\"</a></p>\n<p>Ben Schwartz is a LARP writer at <a href=\"https://www.wayfinderexperience.com/staff-area/\">the Wayfinder Experience</a>.</p>\n<p>Episode scoring by Jeremy Bloom with additional music by Drake Stafford (<a href=\"http://freemusicarchive.org/music/Drake_Stafford/Drake_Stafford_-_Singles/In_Heaven_-_Drake_Stafford\">\"In Heaven\"</a>), Age of Escapism (<a href=\"http://freemusicarchive.org/music/Artofescapism/Promise_of_Time_Upbeat_Themes/Done_with_Disco\">\"Done With Disco\"</a> and <a href=\"http://freemusicarchive.org/music/Artofescapism/Promise_of_Time_Upbeat_Themes/Stop_to_Start_Over\">\"Start Over\"</a>), Kai Engel (<a href=\"http://freemusicarchive.org/music/Kai_Engel/Caeli/Kai_Engel_-_caeli_-_06_daedalus_1543\">\"Daedalus\"</a> and <a href=\"http://freemusicarchive.org/music/Kai_Engel/The_Scope/Kai_Engel_-_The_Scope_-_08_Low_Horizon\">\"Low Horizon\"</a>), and Ultra Cat (<a href=\"http://freemusicarchive.org/music/ultracat/disco_high/ultracat_-_01_-_disco_high\">\"Disco High\"</a>).</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>\n]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>2</itunes:season><itunes:episode>12</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> You don't know what you don't know. Jordan Crucchiola is an associate editor at Vulture, where this spring she wrote \"An Asexual's Defense of Jughead Kissing Betty on Riverdale.\" Ben Schwartz is a LARP writer at the Wayfinder Experience. Episode scoring </itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#28: Tegan &amp; Sara &amp; Abby &amp; Josh\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-tegan-sara/</link><description>&lt;p&gt;Sibling relationships can be tricky.&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"http://teganandsara.com\"&gt;Tegan &amp;amp; Sara&lt;/a&gt; are about to hit the road for &lt;a href=\"http://teganandsara.com/shows/\"&gt;\"The Con X: Tour,\"&lt;/a&gt; which marks the 10th anniversary of their breakout album.&lt;/li&gt;\n&lt;li&gt;Abby Holtzman is a radio producer working now at WAMU and NPR's &lt;a href=\"http://biglisten.org\"&gt;The Big Listen&lt;/a&gt;. Her brother Josh is in his first year at Oberlin College. They only look like twins.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;div class=\"embedded-image\"&gt;&lt;img class=\"mcePuppyImage\" src=\"https://media2.wnyc.org/i/720/1280/l/80/1/abbyjosh4.JPG\" alt=\"\"&gt;\n&lt;div class=\"image-metadata\"&gt;\n&lt;div class=\"image-caption\"&gt;Abby and Josh Holtzman are not twins.&lt;/div&gt;\n&lt;div class=\"image-credit\"&gt;(Abby Holtzman)&lt;/div&gt;\n&lt;/div&gt;\n&lt;/div&gt;\n&lt;p&gt;Episode scoring by Jeremy Bloom with additional music by Andy Cohen (&lt;a href=\"http://freemusicarchive.org/music/Andy_G_Cohen/MUL__DIV_1198/Andy_G_Cohen_-_MULDIV_-_04_-_A_Perceptible_Shift\"&gt;\"A Perceptible Shift\"&lt;/a&gt;) and Juanitos (&lt;a href=\"http://freemusicarchive.org/music/Juanitos/Soul_Africa/11_-_Mondo_Wack\"&gt;\"Mondo Wack\"&lt;/a&gt;).&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Support our work! Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 08 Oct 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-tegan-sara/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy100817_cms801781_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>explicit</category><category>lesbian</category><category>lgbt</category><category>music</category><category>queer</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy100817_cms801781_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#28: Tegan &amp; Sara &amp; Abby &amp; Josh\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/tegansara.JPG\" width=\"130\" height=\"130\" /><itunes:duration>17:52</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>Sibling relationships can be tricky.</p>\n<p><a href=\"http://teganandsara.com\">Tegan &amp; Sara</a> are about to hit the road for <a href=\"http://teganandsara.com/shows/\">\"The Con X: Tour,\"</a> which marks the 10th anniversary of their breakout album.</p>\n<p>Abby Holtzman is a radio producer working now at WAMU and NPR's <a href=\"http://biglisten.org\">The Big Listen</a>. Her brother Josh is in his first year at Oberlin College. They only look like twins.</p>\n<p>Episode scoring by Jeremy Bloom with additional music by Andy Cohen (<a href=\"http://freemusicarchive.org/music/Andy_G_Cohen/MUL__DIV_1198/Andy_G_Cohen_-_MULDIV_-_04_-_A_Perceptible_Shift\">\"A Perceptible Shift\"</a>) and Juanitos (<a href=\"http://freemusicarchive.org/music/Juanitos/Soul_Africa/11_-_Mondo_Wack\">\"Mondo Wack\"</a>).</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></content:encoded><itunes:title>Tegan &amp; Sara &amp; Abby &amp; Josh</itunes:title><itunes:summary><![CDATA[<p>Sibling relationships can be tricky.</p>\n<p><a href=\"http://teganandsara.com\">Tegan &amp; Sara</a> are about to hit the road for <a href=\"http://teganandsara.com/shows/\">\"The Con X: Tour,\"</a> which marks the 10th anniversary of their breakout album.</p>\n<p>Abby Holtzman is a radio producer working now at WAMU and NPR's <a href=\"http://biglisten.org\">The Big Listen</a>. Her brother Josh is in his first year at Oberlin College. They only look like twins.</p>\n<p>Episode scoring by Jeremy Bloom with additional music by Andy Cohen (<a href=\"http://freemusicarchive.org/music/Andy_G_Cohen/MUL__DIV_1198/Andy_G_Cohen_-_MULDIV_-_04_-_A_Perceptible_Shift\">\"A Perceptible Shift\"</a>) and Juanitos (<a href=\"http://freemusicarchive.org/music/Juanitos/Soul_Africa/11_-_Mondo_Wack\">\"Mondo Wack\"</a>).</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>2</itunes:season><itunes:episode>11</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Sibling relationships can be tricky. Tegan &amp;amp; Sara are about to hit the road for \"The Con X: Tour,\" which marks the 10th anniversary of their breakout album. Abby Holtzman is a radio producer working now at WAMU and NPR's The Big Listen. Her brother J</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#27: Oliver Sipple\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-radiolab-oliver-sipple/</link><description>&lt;p&gt;On Sept. 22, 1975, Oliver Sipple went for a walk. The rest is history.&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"http://www.radiolab.org/people/latif-nasser/\"&gt;Latif Nasser&lt;/a&gt; is the director of research at Radiolab.&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://www.wnyc.org/people/tracie-hunte/\"&gt;Tracie Hunte&lt;/a&gt; is a reporter at Radiolab.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&lt;em&gt;Support our work! Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Tue, 03 Oct 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-radiolab-oliver-sipple/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy100317_cms801199_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>first_amendment</category><category>gay</category><category>gerald_ford</category><category>life</category><category>president</category><category>privacy</category><category>rights</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy100317_cms801199_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#27: Oliver Sipple\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/AP_7509221367_crop.jpg\" width=\"130\" height=\"130\" /><itunes:duration>65:32</itunes:duration><content:encoded><![CDATA[<p>On Sept. 22, 1975, Oliver Sipple went for a walk. The rest is history.</p>\n<p><a href=\"http://www.radiolab.org/people/latif-nasser/\">Latif Nasser</a> is the director of research at Radiolab. <a href=\"http://www.wnyc.org/people/tracie-hunte/\">Tracie Hunte</a> is a reporter at Radiolab.</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></content:encoded><itunes:title>Oliver Sipple</itunes:title><itunes:summary><![CDATA[<p>On Sept. 22, 1975, Oliver Sipple went for a walk. The rest is history.</p>\n<p><a href=\"http://www.radiolab.org/people/latif-nasser/\">Latif Nasser</a> is the director of research at Radiolab. <a href=\"http://www.wnyc.org/people/tracie-hunte/\">Tracie Hunte</a> is a reporter at Radiolab.</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>2</itunes:season><itunes:episode>10</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle> On Sept. 22, 1975, Oliver Sipple went for a walk. The rest is history. Latif Nasser is the director of research at Radiolab. Tracie Hunte is a reporter at Radiolab. Support our work! Become a Nancy member today at Nancypodcast.org/donate. </itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#26: Different in Two Ways\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-ryan-haddad/</link><description>&lt;p&gt;Ryan Haddad is a writer and actor with a one-man show about hooking up, dating, and intimacy. He also has cerebral palsy. Please don't call him inspirational.&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"http://www.ryanjhaddad.com/\"&gt;Ryan Haddad&lt;/a&gt; is a New York-based writer and performer. His one-man show is called &lt;a href=\"http://www.ryanjhaddad.com/hi-are-you-single/\"&gt;\"Hi, Are You Single?\"&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;This week's episode was recorded live at the &lt;a href=\"http://nowhearthisfest.com/\"&gt;Now Hear This&lt;/a&gt; podcast festival.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;div class=\"embedded-image\"&gt;&lt;img class=\"mcePuppyImage\" src=\"https://media2.wnyc.org/i/800/556/l/80/1/NHT_Day2_web-119.jpg\" alt=\"\"&gt;\n&lt;div class=\"image-metadata\"&gt;\n&lt;div class=\"image-caption\"&gt;Tobin and Kathy talk with Ryan Haddad at the Now Hear This podcast festival&lt;/div&gt;\n&lt;div class=\"image-credit\"&gt;(&lt;a href=\"http://www.nowhearthisfest.com/\"&gt;Now Hear This&lt;/a&gt;)&lt;/div&gt;\n&lt;/div&gt;\n&lt;/div&gt;\n&lt;p&gt;Episode scoring by Jeremy Bloom with additional engineering by Matt Boynton. Additional music by Kevin MacLeod (&lt;a href=\"http://freemusicarchive.org/music/Kevin_MacLeod/Blues_Sampler/Slow_Burn\"&gt;\"Slow Burn\"&lt;/a&gt;) and Anamorphic Orchestra (&lt;a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/Anamorphic_Orchestra/Radiant_Flux\"&gt;\"Radiant Flux\"&lt;/a&gt;). Special thanks to Chris Bannon, John DeLore, Chris Hartnett, and the entire Now Hear This team.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Support our work! Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 01 Oct 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-ryan-haddad/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy100117_cms800315_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>arts</category><category>cerebral_palsy</category><category>disabilities</category><category>drama</category><category>explicit</category><category>gay</category><category>lgbt</category><category>live</category><category>podcast</category><category>sex</category><category>storytelling</category><category>theater</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy100117_cms800315_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#26: Different in Two Ways\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/ryanhaddad2.jpg\" width=\"130\" height=\"130\" /><itunes:duration>19:03</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>Ryan Haddad is a writer and actor with a one-man show about hooking up, dating, and intimacy. He also has cerebral palsy. Please don't call him inspirational.</p>\n<p><a href=\"http://www.ryanjhaddad.com/\">Ryan Haddad</a>  is a New York-based writer and performer. His one-man show is called <a href=\"http://www.ryanjhaddad.com/hi-are-you-single/\">\"Hi, Are You Single?\"</a></p>\n<p>This week's episode was recorded live at the <a href=\"http://nowhearthisfest.com/\">Now Hear This</a> podcast festival.</p>\n<p>Episode scoring by Jeremy Bloom with additional engineering by Matt Boynton. Additional music by Kevin MacLeod (<a href=\"http://freemusicarchive.org/music/Kevin_MacLeod/Blues_Sampler/Slow_Burn\">\"Slow Burn\"</a>) and Anamorphic Orchestra (<a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/Anamorphic_Orchestra/Radiant_Flux\">\"Radiant Flux\"</a>). Special thanks to Chris Bannon, John DeLore, Chris Hartnett, and the entire Now Hear This team.</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></content:encoded><itunes:title>Different in Two Ways</itunes:title><itunes:summary><![CDATA[<p>Ryan Haddad is a writer and actor with a one-man show about hooking up, dating, and intimacy. He also has cerebral palsy. Please don't call him inspirational.</p>\n<p><a href=\"http://www.ryanjhaddad.com/\">Ryan Haddad</a>  is a New York-based writer and performer. His one-man show is called <a href=\"http://www.ryanjhaddad.com/hi-are-you-single/\">\"Hi, Are You Single?\"</a></p>\n<p>This week's episode was recorded live at the <a href=\"http://nowhearthisfest.com/\">Now Hear This</a> podcast festival.</p>\n<p>Episode scoring by Jeremy Bloom with additional engineering by Matt Boynton. Additional music by Kevin MacLeod (<a href=\"http://freemusicarchive.org/music/Kevin_MacLeod/Blues_Sampler/Slow_Burn\">\"Slow Burn\"</a>) and Anamorphic Orchestra (<a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/Anamorphic_Orchestra/Radiant_Flux\">\"Radiant Flux\"</a>). Special thanks to Chris Bannon, John DeLore, Chris Hartnett, and the entire Now Hear This team.</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>2</itunes:season><itunes:episode>9</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Ryan Haddad is a writer and actor with a one-man show about hooking up, dating, and intimacy. He also has cerebral palsy. Please don't call him inspirational. Ryan Haddad is a New York-based writer and performer. His one-man show is called \"Hi, Are You S</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#25: Will and Grace Are Back! (But Should They Be?)\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-will-and-grace-reboot/</link><description>&lt;p&gt;The world's changed since the groundbreaking sitcom went off the air. Eleven years later, does Will &amp;amp; Grace still have something to say?&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"https://twitter.com/e_alexjung\"&gt;Alex Jung&lt;/a&gt; is a staff writer at &lt;a href=\"http://www.vulture.com/\"&gt;Vulture&lt;/a&gt;, where he covers entertainment and culture.&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://www.nbc.com/will-and-grace\"&gt;New episodes&lt;/a&gt; of Will &amp;amp; Grace air Thursdays on NBC starting Sept. 28. You can watch episodes from the series' original run on &lt;a href=\"https://www.hulu.com/will--grace-original\"&gt;Hulu&lt;/a&gt;.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;[Hello. Kathy sneaking onto the show page to say that DEBRA MESSING SHOULD BE THE ONE TO PLAY LUCILLE BALL IN AARON SORKIN'S BIOPIC. No shade to Cate Blanchett, she's very good. BUT DEBRA! #JUSTICEFORDEBRA]&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Support our work! Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n&lt;p&gt;&lt;div class=\"user-embedded-video\"&gt;&lt;div id=\"videoplayer_idm14011859026238421f2ebaa-6581-4a49-b47c-e9e0bf728183\"&gt;&lt;iframe width=\"620\" height=\"349\" src=\"https://www.youtube.com/embed/tkGn3l8wdG4?wmode=transparent&amp;amp;autohide=1&amp;amp;rel=0&amp;amp;showinfo=0&amp;amp;feature=oembed&amp;amp;enablejsapi=1\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen=\"allowfullscreen\" id=\"a7977602121436774011\" class=\"youtube_video\" mozallowfullscreen=\"mozallowfullscreen\" webkitallowfullscreen=\"webkitallowfullscreen\" data-original-url=\"https://youtu.be/tkGn3l8wdG4\"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;  &lt;/p&gt;\n</description><pubDate>Thu, 28 Sep 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-will-and-grace-reboot/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy092817_cms799668_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>arts</category><category>comedy</category><category>explicit</category><category>gay</category><category>interview</category><category>lgbt</category><category>nbc</category><category>sitcoms</category><category>television</category><category>will_and_grace</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy092817_cms799668_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#25: Will and Grace Are Back! (But Should They Be?)\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/willgrace.jpg\" width=\"130\" height=\"130\" /><itunes:duration>19:17</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>The world's changed since the groundbreaking sitcom went off the air. Eleven years later, does Will &amp; Grace still have something to say?</p>\n<p><a href=\"https://twitter.com/e_alexjung\">Alex Jung</a> is a staff writer at <a href=\"http://www.vulture.com/\">Vulture</a>, where he covers entertainment and culture.</p>\n<p><a href=\"https://www.nbc.com/will-and-grace\">New episodes</a> of Will &amp; Grace air Thursdays on NBC starting Sept. 28. You can watch episodes from the series' original run on <a href=\"https://www.hulu.com/will--grace-original\">Hulu</a>.</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></content:encoded><itunes:title>Will and Grace Are Back! (But Should They Be?)</itunes:title><itunes:summary><![CDATA[<p>The world's changed since the groundbreaking sitcom went off the air. Eleven years later, does Will &amp; Grace still have something to say?</p>\n<p><a href=\"https://twitter.com/e_alexjung\">Alex Jung</a> is a staff writer at <a href=\"http://www.vulture.com/\">Vulture</a>, where he covers entertainment and culture.</p>\n<p><a href=\"https://www.nbc.com/will-and-grace\">New episodes</a> of Will &amp; Grace air Thursdays on NBC starting Sept. 28. You can watch episodes from the series' original run on <a href=\"https://www.hulu.com/will--grace-original\">Hulu</a>.</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>2</itunes:season><itunes:episode>8</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> The world's changed since the groundbreaking sitcom went off the air. Eleven years later, does Will &amp;amp; Grace still have something to say? Alex Jung is a staff writer at Vulture, where he covers entertainment and culture. New episodes of Will &amp;amp; Gra</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#24: Somewhat Out\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-chirlane-mccray/</link><description>&lt;p&gt;It's easy to feel invisible.&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Chirlane McCray, New York City's first lady, spoke to us about the new &lt;a href=\"http://www1.nyc.gov/office-of-the-mayor/unity-project.page\"&gt;NYC Unity Project&lt;/a&gt;. Her 1979 essay in &lt;a href=\"http://www.essence.com/\"&gt;Essence&lt;/a&gt; is called &lt;a href=\"https://www.scribd.com/doc/115665122/I-am-a-Lesbian-by-Chirlane-McCray-Essence-Magazine-September-1979\"&gt;\"I Am A Lesbian.\"&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://twitter.com/mr_bellis\"&gt;Rich Bellis&lt;/a&gt; is an associate editor at &lt;a href=\"https://www.fastcompany.com/\"&gt;Fast Company&lt;/a&gt;, where he covers the intersection of LGBT issues, business, and leadership.&lt;/li&gt;\n&lt;li&gt;Join our &lt;a href=\"https://project.wnyc.org/nancy/out-at-work/\"&gt;\"Out at Work\"&lt;/a&gt; project by taking our quick survey.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Episode scoring by Jeremy Bloom with additional mixing help from Matt Boynton.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Support our work! Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 24 Sep 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-chirlane-mccray/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy092417_cms798400_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>chirlane_mccray</category><category>employment</category><category>gracie_mansion</category><category>lgbt</category><category>lgbt_youth</category><category>local_wnyc</category><category>new_york_city</category><category>newyorkcity</category><category>work</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy092417_cms798400_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#24: Somewhat Out\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/chirlanemccray.JPG\" width=\"130\" height=\"130\" /><itunes:duration>24:38</itunes:duration><content:encoded><![CDATA[<p>Chirlane McCray, New York City's first lady, spoke to us about the new <a href=\"http://www1.nyc.gov/office-of-the-mayor/unity-project.page\">NYC Unity Project</a>. Her 1979 essay in <a href=\"http://www.essence.com/\">Essence</a> is called <a href=\"https://www.scribd.com/doc/115665122/I-am-a-Lesbian-by-Chirlane-McCray-Essence-Magazine-September-1979\">\"I Am A Lesbian.\"</a> </p>\n<p><a href=\"https://twitter.com/mr_bellis\">Rich Bellis</a> is an associate editor at <a href=\"https://www.fastcompany.com/\">Fast Company</a>, where he covers the intersection of LGBT issues, business, and leadership.</p>\n<p>Join our <a href=\"https://project.wnyc.org/nancy/out-at-work/\">\"Out at Work\"</a> project by taking our quick survey.</p>\n<p>Episode scoring by Jeremy Bloom with additional mixing help from Matt Boynton.</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></content:encoded><itunes:title>Somewhat Out</itunes:title><itunes:summary><![CDATA[<p>Chirlane McCray, New York City's first lady, spoke to us about the new <a href=\"http://www1.nyc.gov/office-of-the-mayor/unity-project.page\">NYC Unity Project</a>. Her 1979 essay in <a href=\"http://www.essence.com/\">Essence</a> is called <a href=\"https://www.scribd.com/doc/115665122/I-am-a-Lesbian-by-Chirlane-McCray-Essence-Magazine-September-1979\">\"I Am A Lesbian.\"</a> </p>\n<p><a href=\"https://twitter.com/mr_bellis\">Rich Bellis</a> is an associate editor at <a href=\"https://www.fastcompany.com/\">Fast Company</a>, where he covers the intersection of LGBT issues, business, and leadership.</p>\n<p>Join our <a href=\"https://project.wnyc.org/nancy/out-at-work/\">\"Out at Work\"</a> project by taking our quick survey.</p>\n<p>Episode scoring by Jeremy Bloom with additional mixing help from Matt Boynton.</p>\n<p><em>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>2</itunes:season><itunes:episode>7</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle> It's easy to feel invisible. Chirlane McCray, New York City's first lady, spoke to us about the new NYC Unity Project. Her 1979 essay in Essence is called \"I Am A Lesbian.\" Rich Bellis is an associate editor at Fast Company, where he covers the intersect</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#23: I See You, I Love You\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-gaby-dunn-allison-raskin-vivek-shraya/</link><description>&lt;p&gt;If you don't see something, say something.&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"https://twitter.com/gabydunn\"&gt;Gaby Dunn&lt;/a&gt; and &lt;a href=\"https://twitter.com/AllisonRaskin\"&gt;Allison Raskin&lt;/a&gt; produce a YouTube series called &lt;a href=\"https://www.youtube.com/user/justbetweenusshow/\"&gt;Just Between Us&lt;/a&gt;. They have a new YA book called &lt;a href=\"https://www.amazon.com/Hate-Everyone-But-You-Novel/dp/125012932X\"&gt;\"I Hate Everyone But You.\"&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://vivekshraya.com\"&gt;Vivek Shraya&lt;/a&gt; is the author of &lt;a href=\"https://www.amazon.com/Boy-Bindi-Vivek-Shraya/dp/1551526689\"&gt;\"The Boy and the Bindi,\"&lt;/a&gt; a children's book illustrated by Rajni Perera. (Here's &lt;a href=\"https://ccbc.education.wisc.edu/books/pcstats.asp\"&gt;the research she cites&lt;/a&gt; about diversity in books for kids.)&lt;/li&gt;\n&lt;li&gt;Join our &lt;a href=\"http://www.nancypodcast.org/work\"&gt;\"Out At Work\"&lt;/a&gt; project. &lt;a href=\"https://wnyc.typeform.com/to/u2hVIf?browser_id=2aeeec5fe48dab53\"&gt;Take our quick survey&lt;/a&gt; to tell us about your experience being queer at work.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&lt;em&gt;Special thanks to Daniel Guillemette.&lt;/em&gt;&lt;/p&gt;\n&lt;div class=\"embedded-image\"&gt;&lt;img class=\"mcePuppyImage\" src=\"https://media2.wnyc.org/i/800/581/l/80/1/bindi.jpg\" alt=\"\"&gt;\n&lt;div class=\"image-metadata\"&gt;\n&lt;div class=\"image-caption\"&gt;\"The Boy and the Bindi\" is a children's book by Vivek Shraya.&lt;/div&gt;\n&lt;div class=\"image-credit\"&gt;(Illustration by Rajni Perera.)&lt;/div&gt;\n&lt;/div&gt;\n&lt;/div&gt;\n&lt;p&gt;&lt;span&gt;Support our work! Become a Nancy member today at &lt;/span&gt;&lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;\n</description><pubDate>Sun, 17 Sep 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-gaby-dunn-allison-raskin-vivek-shraya/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy091717_cms796159_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>bisexual</category><category>canada</category><category>children's literature [lc]</category><category>comedy</category><category>culture</category><category>explicit</category><category>friendship</category><category>gay</category><category>lgbt</category><category>life</category><category>queer</category><category>transgender</category><category>youtube</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy091717_cms796159_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#23: I See You, I Love You\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/gabyallison.jpg\" width=\"130\" height=\"130\" /><itunes:duration>23:16</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>If you don't see something, say something.</p>\n<p><a href=\"https://twitter.com/gabydunn\">Gaby Dunn</a> and <a href=\"https://twitter.com/AllisonRaskin\">Allison Raskin</a> produce a YouTube series called <a href=\"https://www.youtube.com/user/justbetweenusshow/\">Just Between Us</a>. They have a new YA book called <a href=\"https://www.amazon.com/Hate-Everyone-But-You-Novel/dp/125012932X\">\"I Hate Everyone But You.\"</a> <a href=\"http://vivekshraya.com\">Vivek Shraya</a> is the author of <a href=\"https://www.amazon.com/Boy-Bindi-Vivek-Shraya/dp/1551526689\">\"The Boy and the Bindi,\"</a> a children's book illustrated by Rajni Perera. (Here's <a href=\"https://ccbc.education.wisc.edu/books/pcstats.asp\">the research she cites</a> about diversity in books for kids.)</p>\n<p>Special thanks to Daniel Guillemette.</p>\n<p>Join our <a href=\"http://www.nancypodcast.org/work\">\"Out At Work\"</a> project. <a href=\"https://wnyc.typeform.com/to/u2hVIf?browser_id=2aeeec5fe48dab53\">Take our quick survey</a> to tell us about your experience being queer at work.</p>\n<p>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</p>]]></content:encoded><itunes:title>I See You, I Love You</itunes:title><itunes:summary><![CDATA[<p>If you don't see something, say something.</p>\n<p><a href=\"https://twitter.com/gabydunn\">Gaby Dunn</a> and <a href=\"https://twitter.com/AllisonRaskin\">Allison Raskin</a> produce a YouTube series called <a href=\"https://www.youtube.com/user/justbetweenusshow/\">Just Between Us</a>. They have a new YA book called <a href=\"https://www.amazon.com/Hate-Everyone-But-You-Novel/dp/125012932X\">\"I Hate Everyone But You.\"</a> <a href=\"http://vivekshraya.com\">Vivek Shraya</a> is the author of <a href=\"https://www.amazon.com/Boy-Bindi-Vivek-Shraya/dp/1551526689\">\"The Boy and the Bindi,\"</a> a children's book illustrated by Rajni Perera. (Here's <a href=\"https://ccbc.education.wisc.edu/books/pcstats.asp\">the research she cites</a> about diversity in books for kids.)</p>\n<p>Special thanks to Daniel Guillemette.</p>\n<p>Join our <a href=\"http://www.nancypodcast.org/work\">\"Out At Work\"</a> project. <a href=\"https://wnyc.typeform.com/to/u2hVIf?browser_id=2aeeec5fe48dab53\">Take our quick survey</a> to tell us about your experience being queer at work.</p>\n<p>Support our work! Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>2</itunes:season><itunes:episode>6</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> If you don't see something, say something. Gaby Dunn and Allison Raskin produce a YouTube series called Just Between Us. They have a new YA book called \"I Hate Everyone But You.\" Vivek Shraya is the author of \"The Boy and the Bindi,\" a children's book il</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#22: Does Your Boss Know You're Gay?\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-out-at-work-lgbt-employment/</link><description>&lt;p&gt;Twenty-eight states lack employment protections for LGBT people. And what federal protections do exist are under new attack.&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;This episode is part of our &lt;a href=\"http://www.nancypodcast.com/work\"&gt;Out at Work&lt;/a&gt; series. &lt;a href=\"https://wnyc.typeform.com/to/u2hVIf?browser_id=2aeeec5fe48dab53\"&gt;Take our quick survey&lt;/a&gt; to tell us about your experience being queer at work.&lt;/li&gt;\n&lt;li&gt;Find out what protections you have with &lt;a href=\"https://www.lambdalegal.org/states-regions/in-your-state\"&gt;this state-by-state guide&lt;/a&gt; from Lambda Legal.&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://twitter.com/mjs_DC\"&gt;Mark Joseph Stern&lt;/a&gt; covers law and LGBTQ issues for Slate.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;blockquote class=\"twitter-video\" data-lang=\"en\"&gt;\n&lt;p dir=\"ltr\" lang=\"en\"&gt;We want to hear your experience—difficult, funny, embarrassing, surprising—about how you're out (or not) at work. &lt;a href=\"https://t.co/g03CVLoCAm\"&gt;https://t.co/g03CVLoCAm&lt;/a&gt; &lt;a href=\"https://t.co/l56De2d6am\"&gt;pic.twitter.com/l56De2d6am&lt;/a&gt;&lt;/p&gt;\n— Nancy Podcast (@NancyPodcast) &lt;a href=\"https://twitter.com/NancyPodcast/status/905052909108215808\"&gt;September 5, 2017&lt;/a&gt;&lt;/blockquote&gt;\n&lt;script src=\"http://platform.twitter.com/widgets.js\"&gt;&lt;/script&gt;\n&lt;p&gt;Episode scoring by Jeremy Bloom with additional music by Podington Bear (&lt;a href=\"http://freemusicarchive.org/music/Podington_Bear/Uplifting/Lightfeet\"&gt;\"Lightfeet\"&lt;/a&gt;), Arne Bang Huseby (&lt;a href=\"http://freemusicarchive.org/music/Arne_Bang_Huseby/~/Arne_Huseby_-__Stormy_Blues\"&gt;\"Stormy Blues\"&lt;/a&gt;), and Anamorphic Orchestra (&lt;a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/20170730112627958/Radiant_Flux\"&gt;\"Radiant Flux\"&lt;/a&gt;).&lt;/p&gt;\n&lt;p&gt;&lt;span&gt;Support our work. Become a Nancy member today at &lt;/span&gt;&lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;\n</description><pubDate>Sun, 10 Sep 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-out-at-work-lgbt-employment/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy091017_cms794635_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>employment</category><category>explicit</category><category>gay</category><category>law</category><category>lesbian</category><category>lgbt</category><category>life</category><category>national_news</category><category>news</category><category>storytelling</category><category>supreme_court</category><category>work</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy091017_cms794635_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#22: Does Your Boss Know You're Gay?\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/TKdesk.jpg\" width=\"130\" height=\"130\" /><itunes:duration>23:05</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>Twenty-eight states lack employment protections for LGBT people. And what federal protections do exist are under new attack.</p>\n<p>This episode is part of our <a href=\"http://www.wnycstudios.org/nancypodcast.org/work\">Out at Work</a> series. <a href=\"https://wnyc.typeform.com/to/u2hVIf?browser_id=2aeeec5fe48dab53\">Take our quick survey</a> to tell us about your experience being queer at work. Find out what protections you have with <a href=\"https://www.lambdalegal.org/states-regions/in-your-state\">this state-by-state guide</a> from Lambda Legal.</p>\n<p><a href=\"https://twitter.com/mjs_DC\">Mark Joseph Stern</a> covers law and LGBTQ issues for Slate.</p>\n<p>Episode scoring by Jeremy Bloom with additional music by Podington Bear (<a href=\"http://freemusicarchive.org/music/Podington_Bear/Uplifting/Lightfeet\">\"Lightfeet\"</a>), Arne Bang Huseby (<a href=\"http://freemusicarchive.org/music/Arne_Bang_Huseby/~/Arne_Huseby_-__Stormy_Blues\">\"Stormy Blues\"</a>), and Anamorphic Orchestra (<a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/20170730112627958/Radiant_Flux\">\"Radiant Flux\"</a>).</p>\n<p>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</p>]]></content:encoded><itunes:title>Does Your Boss Know You're Gay</itunes:title><itunes:summary><![CDATA[<p>Twenty-eight states lack employment protections for LGBT people. And what federal protections do exist are under new attack.</p>\n<p>This episode is part of our <a href=\"http://www.wnycstudios.org/nancypodcast.org/work\">Out at Work</a> series. <a href=\"https://wnyc.typeform.com/to/u2hVIf?browser_id=2aeeec5fe48dab53\">Take our quick survey</a> to tell us about your experience being queer at work. Find out what protections you have with <a href=\"https://www.lambdalegal.org/states-regions/in-your-state\">this state-by-state guide</a> from Lambda Legal.</p>\n<p><a href=\"https://twitter.com/mjs_DC\">Mark Joseph Stern</a> covers law and LGBTQ issues for Slate.</p>\n<p>Episode scoring by Jeremy Bloom with additional music by Podington Bear (<a href=\"http://freemusicarchive.org/music/Podington_Bear/Uplifting/Lightfeet\">\"Lightfeet\"</a>), Arne Bang Huseby (<a href=\"http://freemusicarchive.org/music/Arne_Bang_Huseby/~/Arne_Huseby_-__Stormy_Blues\">\"Stormy Blues\"</a>), and Anamorphic Orchestra (<a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/20170730112627958/Radiant_Flux\">\"Radiant Flux\"</a>).</p>\n<p>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>2</itunes:season><itunes:episode>5</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Twenty-eight states lack employment protections for LGBT people. And what federal protections do exist are under new attack. This episode is part of our Out at Work series. Take our quick survey to tell us about your experience being queer at work. Find </itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#21: Multiple Lesbians in Any Scenario\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-l-word/</link><description>&lt;p&gt;The L Word is a soap opera, and maybe not even a particularly good one at that. But it's also essential viewing for queer women.&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"https://www.cameronesposito.com/\"&gt;Cameron Esposito&lt;/a&gt; is an actor, comedian, and producer.&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://www.wnycstudios.org/twitter.com/onlysarahshahi\"&gt;Sarah Shahi&lt;/a&gt;, &lt;a href=\"http://www.wnycstudios.org/twitter.com/Erincdu\"&gt;Erin Daniels&lt;/a&gt;, and &lt;a href=\"http://www.wnycstudios.org/twitter.com/msmiakirshner\"&gt;Mia Kirshner&lt;/a&gt; played Carmen, Dana, and Jenny on The L Word. &lt;a href=\"https://twitter.com/ilenechaiken?lang=en\"&gt;Ilene Chaiken&lt;/a&gt; was the show's co-creator and executive producer.&lt;/li&gt;\n&lt;li&gt;Special thanks to Cassie Sercia and Autostraddle's Riese Bernard.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Episode scoring by Jeremy Bloom with additional music by Kai Engel (&lt;a href=\"http://freemusicarchive.org/music/Kai_Engel/The_Run/Kai_Engel_-_The_Run_-_01_Seeker\"&gt;\"Seeker\"&lt;/a&gt;) and Lawrence Grey (&lt;a href=\"http://freemusicarchive.org/music/Lawrence_Grey/Bonus_Beat_Blast_2011/48_lawrence_grey-the_st_marks_shake\"&gt;\"The St Marks Shake\"&lt;/a&gt;).&lt;/p&gt;\n&lt;p&gt;&lt;span&gt;Support our work. Become a Nancy member today at &lt;/span&gt;&lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;&lt;span&gt;. &lt;/span&gt;&lt;/p&gt;\n&lt;p&gt;&lt;span&gt;&lt;div class=\"user-embedded-video\"&gt;&lt;div id=\"videoplayer_idm140118590262384aecc5c30-b35b-464f-a01e-78b981f1495a\"&gt;&lt;iframe width=\"465\" height=\"349\" src=\"https://www.youtube.com/embed/dWcaOs8dgF0?wmode=transparent&amp;amp;autohide=1&amp;amp;rel=0&amp;amp;showinfo=0&amp;amp;feature=oembed&amp;amp;enablejsapi=1\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen=\"allowfullscreen\" id=\"a-4972909456002488612\" class=\"youtube_video\" mozallowfullscreen=\"mozallowfullscreen\" webkitallowfullscreen=\"webkitallowfullscreen\" data-original-url=\"https://youtu.be/dWcaOs8dgF0\"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt; &lt;/span&gt;&lt;/p&gt;\n</description><pubDate>Sun, 03 Sep 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-l-word/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy090317_cms792229_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>culture</category><category>entertainment</category><category>explicit</category><category>lesbian</category><category>lgbt</category><category>queer</category><category>storytelling</category><category>television</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy090317_cms792229_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#21: Multiple Lesbians in Any Scenario\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/TheLWord1.jpg\" width=\"130\" height=\"130\" /><itunes:duration>19:27</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>The L Word is a soap opera, and maybe not even a particularly good one at that. But it's also essential viewing for queer women.</p>\n<p><a href=\"https://www.cameronesposito.com/\">Cameron Esposito</a> is an actor, comedian, and producer. <a href=\"http://www.wnycstudios.org/twitter.com/onlysarahshahi\">Sarah Shahi</a>, <a href=\"http://www.wnycstudios.org/twitter.com/Erincdu\">Erin Daniels</a>, and <a href=\"http://www.wnycstudios.org/twitter.com/msmiakirshner\">Mia Kirshner</a> played Carmen, Dana, and Jenny on The L Word. <a href=\"https://twitter.com/ilenechaiken?lang=en\">Ilene Chaiken</a> was the show's co-creator and executive producer.Special thanks to Cassie Sercia and Autostraddle's Riese Bernard.</p>\n<p>Episode scoring by Jeremy Bloom with additional music by Kai Engel (<a href=\"http://freemusicarchive.org/music/Kai_Engel/The_Run/Kai_Engel_-_The_Run_-_01_Seeker\">\"Seeker\"</a>) and Lawrence Grey (<a href=\"http://freemusicarchive.org/music/Lawrence_Grey/Bonus_Beat_Blast_2011/48_lawrence_grey-the_st_marks_shake\">\"The St Marks Shake\"</a>).</p>\n<p>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</p>]]></content:encoded><itunes:title>Multiple Lesbians in Any Scenario</itunes:title><itunes:summary><![CDATA[<p>The L Word is a soap opera, and maybe not even a particularly good one at that. But it's also essential viewing for queer women.</p>\n<p><a href=\"https://www.cameronesposito.com/\">Cameron Esposito</a> is an actor, comedian, and producer. <a href=\"http://www.wnycstudios.org/twitter.com/onlysarahshahi\">Sarah Shahi</a>, <a href=\"http://www.wnycstudios.org/twitter.com/Erincdu\">Erin Daniels</a>, and <a href=\"http://www.wnycstudios.org/twitter.com/msmiakirshner\">Mia Kirshner</a> played Carmen, Dana, and Jenny on The L Word. <a href=\"https://twitter.com/ilenechaiken?lang=en\">Ilene Chaiken</a> was the show's co-creator and executive producer.Special thanks to Cassie Sercia and Autostraddle's Riese Bernard.</p>\n<p>Episode scoring by Jeremy Bloom with additional music by Kai Engel (<a href=\"http://freemusicarchive.org/music/Kai_Engel/The_Run/Kai_Engel_-_The_Run_-_01_Seeker\">\"Seeker\"</a>) and Lawrence Grey (<a href=\"http://freemusicarchive.org/music/Lawrence_Grey/Bonus_Beat_Blast_2011/48_lawrence_grey-the_st_marks_shake\">\"The St Marks Shake\"</a>).</p>\n<p>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>2</itunes:season><itunes:episode>4</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> The L Word is a soap opera, and maybe not even a particularly good one at that. But it's also essential viewing for queer women. Cameron Esposito is an actor, comedian, and producer. Sarah Shahi, Erin Daniels, and Mia Kirshner played Carmen, Dana, and Je</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#20: My Brother and Me\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-nore-davis-transgender-brother-patti-harrison/</link><description>&lt;p&gt;Nore Davis tells jokes about his brother, Khalil, being transgender. But they've never really just sat down to talk about it. Plus: Patti Harrison responds to the president.&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"https://www.noredavis.com/\"&gt;Nore Davis&lt;/a&gt; is a comedian. You can listen to his albums &lt;a href=\"https://open.spotify.com/album/37lXk4pMZZ6pTmNO9LHRL0\"&gt;Home Game&lt;/a&gt; and &lt;a href=\"https://open.spotify.com/album/4h40cLT5VSd8Z32KdmRlzZ\"&gt;Away Game&lt;/a&gt; on Spotify. Khalil Davis runs a website promoting financial literacy within the transgender community called &lt;a href=\"https://thetranscapitalist.com\"&gt;The Trans Capitalist&lt;/a&gt;.&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://www.pattiharrisonswebsite.website\"&gt;Patti Harrison&lt;/a&gt; is a comedian who made &lt;a href=\"https://www.youtube.com/watch?v=RLTAcsewIQw\"&gt;her network debut on The Tonight Show&lt;/a&gt;, where she criticized Donald Trump's proposed ban on transgender people serving in the military.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&lt;span&gt;&lt;div class=\"user-embedded-video\"&gt;&lt;div id=\"videoplayer_idm140118572056064d79dafcf-df60-48e9-a7a0-8bc312d5a54c\"&gt;&lt;iframe width=\"620\" height=\"349\" src=\"https://www.youtube.com/embed/RLTAcsewIQw?wmode=transparent&amp;amp;autohide=1&amp;amp;rel=0&amp;amp;showinfo=0&amp;amp;feature=oembed&amp;amp;enablejsapi=1\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen=\"allowfullscreen\" id=\"a-8228905627495456320\" class=\"youtube_video\" mozallowfullscreen=\"mozallowfullscreen\" webkitallowfullscreen=\"webkitallowfullscreen\" data-original-url=\"https://www.youtube.com/watch?v=RLTAcsewIQw\"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;/p&gt;\n&lt;p&gt;&lt;span&gt;Episode scoring by Jeremy Bloom and Isaac Jones. Additional music by Drake Stafford (&lt;a href=\"http://freemusicarchive.org/music/Drake_Stafford/SUNDAY/CASETS_-_DRAKE_STAFFORD\"&gt;\"Casets\"&lt;/a&gt;), Benedek (&lt;a href=\"http://freemusicarchive.org/music/Benedek/Bonus_Beat_Blast_2011/10_benedek-cruzin\"&gt;\"Cruzin\"&lt;/a&gt;), and Broke For Free (&lt;a href=\"http://freemusicarchive.org/music/Broke_For_Free/Slam_Funk/Broke_For_Free_-_Slam_Funk_-_09_Drop_of_Water_In_the_Ocean\"&gt;\"Drop of Water in the Ocean\"&lt;/a&gt;).&lt;/span&gt;&lt;/p&gt;\n&lt;p&gt;&lt;span&gt;Support our work. Become a Nancy member today at &lt;/span&gt;&lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;&lt;span&gt;.  &lt;/span&gt;&lt;/p&gt;\n</description><pubDate>Sun, 27 Aug 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-nore-davis-transgender-brother-patti-harrison/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy082717_cms790882_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>comedy</category><category>explicit</category><category>storytelling</category><category>transgender</category><category>transgender_ban</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy082717_cms790882_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#20: My Brother and Me\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/norekhalil.png\" width=\"130\" height=\"130\" /><itunes:duration>29:11</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>Nore Davis tells jokes about his brother, Khalil, being transgender. But they've never really just sat down to talk about it. Plus: Patti Harrison responds to the president.</p>\n<p><a href=\"https://www.noredavis.com/\">Nore Davis</a> is a comedian. You can listen to his albums <a href=\"https://open.spotify.com/album/37lXk4pMZZ6pTmNO9LHRL0\">Home Game</a> and <a href=\"https://open.spotify.com/album/4h40cLT5VSd8Z32KdmRlzZ\">Away Game</a> on Spotify. Khalil Davis runs a website promoting financial literacy within the transgender community called <a href=\"https://thetranscapitalist.com\">The Trans Capitalist</a>.</p>\n<p><a href=\"https://www.pattiharrisonswebsite.website\">Patti Harrison</a> is a comedian who made <a href=\"https://www.youtube.com/watch?v=RLTAcsewIQw\">her network debut on The Tonight Show</a>, where she criticized Donald Trump's proposed ban on transgender people serving in the military.</p>\n<p>Episode scoring by Jeremy Bloom and Isaac Jones. Additional music by Drake Stafford (<a href=\"http://freemusicarchive.org/music/Drake_Stafford/SUNDAY/CASETS_-_DRAKE_STAFFORD\">\"Casets\"</a>), Benedek (<a href=\"http://freemusicarchive.org/music/Benedek/Bonus_Beat_Blast_2011/10_benedek-cruzin\">\"Cruzin\"</a>), and Broke For Free (<a href=\"http://freemusicarchive.org/music/Broke_For_Free/Slam_Funk/Broke_For_Free_-_Slam_Funk_-_09_Drop_of_Water_In_the_Ocean\">\"Drop of Water in the Ocean\"</a>).</p>\n<p>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.  </p>]]></content:encoded><itunes:title>My Brother and Me</itunes:title><itunes:summary><![CDATA[<p>Nore Davis tells jokes about his brother, Khalil, being transgender. But they've never really just sat down to talk about it. Plus: Patti Harrison responds to the president.</p>\n<p><a href=\"https://www.noredavis.com/\">Nore Davis</a> is a comedian. You can listen to his albums <a href=\"https://open.spotify.com/album/37lXk4pMZZ6pTmNO9LHRL0\">Home Game</a> and <a href=\"https://open.spotify.com/album/4h40cLT5VSd8Z32KdmRlzZ\">Away Game</a> on Spotify. Khalil Davis runs a website promoting financial literacy within the transgender community called <a href=\"https://thetranscapitalist.com\">The Trans Capitalist</a>.</p>\n<p><a href=\"https://www.pattiharrisonswebsite.website\">Patti Harrison</a> is a comedian who made <a href=\"https://www.youtube.com/watch?v=RLTAcsewIQw\">her network debut on The Tonight Show</a>, where she criticized Donald Trump's proposed ban on transgender people serving in the military.</p>\n<p>Episode scoring by Jeremy Bloom and Isaac Jones. Additional music by Drake Stafford (<a href=\"http://freemusicarchive.org/music/Drake_Stafford/SUNDAY/CASETS_-_DRAKE_STAFFORD\">\"Casets\"</a>), Benedek (<a href=\"http://freemusicarchive.org/music/Benedek/Bonus_Beat_Blast_2011/10_benedek-cruzin\">\"Cruzin\"</a>), and Broke For Free (<a href=\"http://freemusicarchive.org/music/Broke_For_Free/Slam_Funk/Broke_For_Free_-_Slam_Funk_-_09_Drop_of_Water_In_the_Ocean\">\"Drop of Water in the Ocean\"</a>).</p>\n<p>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.  </p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>2</itunes:season><itunes:episode>3</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Nore Davis tells jokes about his brother, Khalil, being transgender. But they've never really just sat down to talk about it. Plus: Patti Harrison responds to the president. Nore Davis is a comedian. You can listen to his albums Home Game and Away Game o</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#19: The Pentagon's Secret Gaggle of Gays\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-pentagon-pride/</link><description>&lt;p&gt;Even after \"Don't Ask, Don't Tell\" was repealed, the military wasn't an easy place to be out.&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"https://twitter.com/audreyqq\"&gt;Audrey Quinn&lt;/a&gt;, a WNYC health reporter, reported and produced this story.&lt;/li&gt;\n&lt;li&gt;Special thanks to Alex Wagner, Tarak Shah, Todd Breasseale, and Sue Fulton.&lt;/li&gt;\n&lt;li&gt;All season we'll be reporting stories about being out at work. Tell us yours at &lt;a href=\"http://nancypodcast.org/work\"&gt;nancypodcast.org/work&lt;/a&gt;.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Episode scoring by Jeremy Bloom and Isaac Jones with additional music by Andy G. Cohen (&lt;a href=\"http://freemusicarchive.org/music/Andy_G_Cohen/MUL__DIV_1198/Andy_G_Cohen_-_MULDIV_-_04_-_A_Perceptible_Shift\"&gt;\"A Perceptible Shift\"&lt;/a&gt;), Kevin MacLeod (&lt;a href=\"http://freemusicarchive.org/music/Kevin_MacLeod/Jazz_Sampler/Dances_and_Dames_1428\"&gt;\"Dances and Dames,\"&lt;/a&gt; &lt;a href=\"http://freemusicarchive.org/music/Kevin_MacLeod/Jazz_Sampler/Faster_Does_It_1271\"&gt;\"Faster Does It,\"&lt;/a&gt; and &lt;a href=\"http://freemusicarchive.org/music/Kevin_MacLeod/Jazz_Sampler/I_Knew_a_Guy\"&gt;\"I Knew a Guy\"&lt;/a&gt;), Anamorphic Orchestra (&lt;a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/20170730112627958/Creature_Comforts\"&gt;\"Creature Comforts\"&lt;/a&gt; and &lt;a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/20170730112627958/Taking_Dark_Matter_Lightly\"&gt;\"Taking Dark Matter Lightly\"&lt;/a&gt;), the U.S. Army Band (&lt;a href=\"http://www.usarmyband.com/watch-listen/ceremonial-music-guide.html\"&gt;\"To The Color\"&lt;/a&gt;), and the U.S. Army Old Guard Fife &amp;amp; Drum Corps (&lt;a href=\"http://freemusicarchive.org/music/The_United_States_Army_Old_Guard_Fife_and_Drum_Corps/Celebrating_50_Years\"&gt;\"Soldier's Farewell\"&lt;/a&gt;).&lt;/p&gt;\n&lt;p&gt;Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.    &lt;/p&gt;\n</description><pubDate>Tue, 22 Aug 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-pentagon-pride/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy082117_cms789103_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>dont_ask_dont_tell</category><category>explicit</category><category>lgbt</category><category>military</category><category>national_news</category><category>pride</category><category>storytelling</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy082117_cms789103_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#19: The Pentagon's Secret Gaggle of Gays\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/pentagon.jpg\" width=\"130\" height=\"130\" /><itunes:duration>23:19</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>Even after \"Don't Ask, Don't Tell\" was repealed, the military wasn't an easy place to be out.</p>\n<p><a href=\"https://twitter.com/audreyqq\">Audrey Quinn</a>, a WNYC health reporter, reported and produced this story. Special thanks to Alex Wagner, Tarak Shah, Todd Breasseale, and Sue Fulton. All season we'll be reporting stories about being out at work. Tell us yours at <a href=\"http://nancypodcast.org/work\">nancypodcast.org/work</a>.</p>\n<p>Episode scoring by Jeremy Bloom and Isaac Jones with additional music by Andy G. Cohen (<a href=\"http://freemusicarchive.org/music/Andy_G_Cohen/MUL__DIV_1198/Andy_G_Cohen_-_MULDIV_-_04_-_A_Perceptible_Shift\">\"A Perceptible Shift\"</a>), Kevin MacLeod (<a href=\"http://freemusicarchive.org/music/Kevin_MacLeod/Jazz_Sampler/Dances_and_Dames_1428\">\"Dances and Dames,\"</a> <a href=\"http://freemusicarchive.org/music/Kevin_MacLeod/Jazz_Sampler/Faster_Does_It_1271\">\"Faster Does It,\"</a> and <a href=\"http://freemusicarchive.org/music/Kevin_MacLeod/Jazz_Sampler/I_Knew_a_Guy\">\"I Knew a Guy\"</a>), Anamorphic Orchestra (<a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/20170730112627958/Creature_Comforts\">\"Creature Comforts\"</a> and <a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/20170730112627958/Taking_Dark_Matter_Lightly\">\"Taking Dark Matter Lightly\"</a>), the U.S. Army Band (<a href=\"http://www.usarmyband.com/watch-listen/ceremonial-music-guide.html\">\"To The Color\"</a>), and the U.S. Army Old Guard Fife &amp; Drum Corps (<a href=\"http://freemusicarchive.org/music/The_United_States_Army_Old_Guard_Fife_and_Drum_Corps/Celebrating_50_Years\">\"Soldier's Farewell\"</a>).</p>\n<p>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </p>]]></content:encoded><itunes:title>The Pentagon's Secret Gaggle of Gays</itunes:title><itunes:summary><![CDATA[<p>Even after \"Don't Ask, Don't Tell\" was repealed, the military wasn't an easy place to be out.</p>\n<p><a href=\"https://twitter.com/audreyqq\">Audrey Quinn</a>, a WNYC health reporter, reported and produced this story. Special thanks to Alex Wagner, Tarak Shah, Todd Breasseale, and Sue Fulton. All season we'll be reporting stories about being out at work. Tell us yours at <a href=\"http://nancypodcast.org/work\">nancypodcast.org/work</a>.</p>\n<p>Episode scoring by Jeremy Bloom and Isaac Jones with additional music by Andy G. Cohen (<a href=\"http://freemusicarchive.org/music/Andy_G_Cohen/MUL__DIV_1198/Andy_G_Cohen_-_MULDIV_-_04_-_A_Perceptible_Shift\">\"A Perceptible Shift\"</a>), Kevin MacLeod (<a href=\"http://freemusicarchive.org/music/Kevin_MacLeod/Jazz_Sampler/Dances_and_Dames_1428\">\"Dances and Dames,\"</a> <a href=\"http://freemusicarchive.org/music/Kevin_MacLeod/Jazz_Sampler/Faster_Does_It_1271\">\"Faster Does It,\"</a> and <a href=\"http://freemusicarchive.org/music/Kevin_MacLeod/Jazz_Sampler/I_Knew_a_Guy\">\"I Knew a Guy\"</a>), Anamorphic Orchestra (<a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/20170730112627958/Creature_Comforts\">\"Creature Comforts\"</a> and <a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/20170730112627958/Taking_Dark_Matter_Lightly\">\"Taking Dark Matter Lightly\"</a>), the U.S. Army Band (<a href=\"http://www.usarmyband.com/watch-listen/ceremonial-music-guide.html\">\"To The Color\"</a>), and the U.S. Army Old Guard Fife &amp; Drum Corps (<a href=\"http://freemusicarchive.org/music/The_United_States_Army_Old_Guard_Fife_and_Drum_Corps/Celebrating_50_Years\">\"Soldier's Farewell\"</a>).</p>\n<p>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>2</itunes:season><itunes:episode>2</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Even after \"Don't Ask, Don't Tell\" was repealed, the military wasn't an easy place to be out. Audrey Quinn, a WNYC health reporter, reported and produced this story. Special thanks to Alex Wagner, Tarak Shah, Todd Breasseale, and Sue Fulton. All season w</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#18: The Swimsuit Issue\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-swimsuit-body/</link><description>&lt;p&gt;Thanks for the invite, but Tobin's going to skip your pool party.&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"https://twitter.com/sabritree?lang=en\"&gt;Sabri Ben-Achour&lt;/a&gt; is a senior reporter for &lt;a href=\"https://www.marketplace.org/\"&gt;Marketplace&lt;/a&gt;.&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://twitter.com/_jamestgreen\"&gt;James T. Green&lt;/a&gt; is a producer for &lt;a href=\"https://gimletmedia.com/the-nod/\"&gt;The Nod&lt;/a&gt;.&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://www.beyourownbabe.com/\"&gt;Babetown&lt;/a&gt; hosts pop-up events for queer women.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Episode scoring by Jeremy Bloom and Isaac Jones with additional music by Joey Pecoraro (&lt;a href=\"https://soundcloud.com/joeypecoraro/sour-sweets\"&gt;\"Sour Sweets\"&lt;/a&gt;) and Gangi (&lt;a href=\"http://freemusicarchive.org/music/Gangi/Bonus_Beat_Blast_2011/22_gangi-proton_beat\"&gt;\"Proton Beat\"&lt;/a&gt;).&lt;/p&gt;\n&lt;p&gt;Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/p&gt;\n&lt;div class=\"embedded-image\"&gt;&lt;img class=\"mcePuppyImage\" src=\"https://media2.wnyc.org/i/800/800/l/80/1/tobinjames2.jpeg\" alt=\"\"&gt;\n&lt;div class=\"image-metadata\"&gt;Tobin and James recording at New York's Riis Beach.&lt;br&gt;\n&lt;div class=\"image-credit\"&gt;(Photo by Tobin Low.)&lt;/div&gt;\n&lt;/div&gt;\n&lt;/div&gt;\n&lt;p&gt; &lt;/p&gt;\n</description><pubDate>Sun, 20 Aug 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-swimsuit-body/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy082017_cms789097_pod.mp3\" length=\"0\" type=\"audio/mpeg\" /><category>body</category><category>explicit</category><category>health</category><category>lgbt</category><category>storytelling</category><category>summer</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy082017_cms789097_pod.mp3\" type=\"audio/mpeg\" /><media:description type=\"plain\">#18: The Swimsuit Issue\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/c/80/1/beach_EkLsrIu.jpg\" width=\"130\" height=\"130\" /><itunes:duration>25:54</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>Thanks for the invite, but Tobin's going to skip your pool party.</p>\n<p><a href=\"https://twitter.com/sabritree?lang=en\">Sabri Ben-Achour</a> is a senior reporter for <a href=\"https://www.marketplace.org/\">Marketplace</a>. <a href=\"https://twitter.com/_jamestgreen\">James T. Green</a> is a producer for <a href=\"https://gimletmedia.com/the-nod/\">The Nod</a>. <a href=\"https://www.beyourownbabe.com/\">Babetown</a> hosts pop-up events for queer women.</p>\n<p>Episode scoring by Jeremy Bloom and Isaac Jones with additional music by Joey Pecoraro (<a href=\"https://soundcloud.com/joeypecoraro/sour-sweets\">\"Sour Sweets\"</a>) and Gangi (<a href=\"http://freemusicarchive.org/music/Gangi/Bonus_Beat_Blast_2011/22_gangi-proton_beat\">\"Proton Beat\"</a>).</p>\n<p>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</p>]]></content:encoded><itunes:title>The Swimsuit Issue</itunes:title><itunes:summary><![CDATA[<p>Thanks for the invite, but Tobin's going to skip your pool party.</p>\n<p><a href=\"https://twitter.com/sabritree?lang=en\">Sabri Ben-Achour</a> is a senior reporter for <a href=\"https://www.marketplace.org/\">Marketplace</a>. <a href=\"https://twitter.com/_jamestgreen\">James T. Green</a> is a producer for <a href=\"https://gimletmedia.com/the-nod/\">The Nod</a>. <a href=\"https://www.beyourownbabe.com/\">Babetown</a> hosts pop-up events for queer women.</p>\n<p>Episode scoring by Jeremy Bloom and Isaac Jones with additional music by Joey Pecoraro (<a href=\"https://soundcloud.com/joeypecoraro/sour-sweets\">\"Sour Sweets\"</a>) and Gangi (<a href=\"http://freemusicarchive.org/music/Gangi/Bonus_Beat_Blast_2011/22_gangi-proton_beat\">\"Proton Beat\"</a>).</p>\n<p>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>2</itunes:season><itunes:episode>1</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Thanks for the invite, but Tobin's going to skip your pool party. Sabri Ben-Achour is a senior reporter for Marketplace. James T. Green is a producer for The Nod. Babetown hosts pop-up events for queer women. Episode scoring by Jeremy Bloom and Isaac Jon</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>Nancy's Back\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-season-2-trailer/</link><description>&lt;p&gt;Your friendly neighborhood LGBTQ podcast is back for season 2. Kathy’s dating, Tobin’s at the beach, and just to make sure this trailer lands up high in the search results: What time is the solar eclipse? New episodes starting Sunday, Aug. 20!&lt;/p&gt;\n</description><pubDate>Thu, 17 Aug 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-season-2-trailer/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy081717_cms789414_pod.mp3?aisGetOriginalStream=true\" length=\"0\" type=\"audio/mpeg\" /><category>explicit</category><category>gay</category><category>lesbian</category><category>lgbt</category><category>podcast</category><category>queer</category><category>solar_eclipse</category><category>storytelling</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy081717_cms789414_pod.mp3?aisGetOriginalStream=true\" type=\"audio/mpeg\" /><media:description type=\"plain\">Nancy's Back\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/nancy2017selects-13.jpg\" width=\"130\" height=\"130\" /><itunes:duration>2:08</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>Your friendly neighborhood LGBTQ podcast is back for season 2. Kathy’s dating, Tobin’s at the beach, and just to make sure this trailer lands up high in the search results: What time is the solar eclipse? New episodes starting Sunday, Aug. 20!</p>]]></content:encoded><itunes:title>Nancy's Back</itunes:title><itunes:summary><![CDATA[<p>Your friendly neighborhood LGBTQ podcast is back for season 2. Kathy’s dating, Tobin’s at the beach, and just to make sure this trailer lands up high in the search results: What time is the solar eclipse? New episodes starting Sunday, Aug. 20!</p>]]></itunes:summary><itunes:episodeType>trailer</itunes:episodeType><itunes:season>2</itunes:season><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Your friendly neighborhood LGBTQ podcast is back for season 2. Kathy’s dating, Tobin’s at the beach, and just to make sure this trailer lands up high in the search results: What time is the solar eclipse? New episodes starting Sunday, Aug. 20! </itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#17: RuPaul Wants Naked People and Big, Fat Asses\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-ru-paul-a-piece-of-work/</link><description>&lt;p&gt;RuPaul navigates performance art with Broad City's Abbi Jacobson in the new WNYC Studios and MoMA podcast A Piece of Work.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Nancy returns for season two in August. Subscribe to &lt;a href=\"http://www.wnyc.org/shows/pieceofwork/\"&gt;A Piece of Work&lt;/a&gt; wherever you get your podcasts.&lt;/em&gt;&lt;/p&gt;\n&lt;p&gt;&lt;em&gt; Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.    &lt;/em&gt;&lt;/p&gt;\n&lt;p&gt; &lt;/p&gt;\n&lt;p&gt; &lt;/p&gt;\n</description><pubDate>Sun, 30 Jul 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-ru-paul-a-piece-of-work/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy073017_cms780437_pod.mp3?awparams=nancy%3As1\" length=\"0\" type=\"audio/mpeg\" /><category>arts</category><category>explicit</category><category>lgbt</category><category>storytelling</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy073017_cms780437_pod.mp3?awparams=nancy%3As1\" type=\"audio/mpeg\" /><media:description type=\"plain\">#17: RuPaul Wants Naked People and Big, Fat Asses\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/RDR_S6_horizontal_promo.jpg\" width=\"130\" height=\"130\" /><itunes:duration>29:05</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>RuPaul navigates performance art with Broad City's Abbi Jacobson in the new WNYC Studios and MoMA podcast A Piece of Work.</p>\n<p><em>Nancy returns for season two in August. Subscribe to <a href=\"http://www.wnyc.org/shows/pieceofwork/\">A Piece of Work</a> wherever you get your podcasts.</em></p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></content:encoded><itunes:title>RuPaul Wants Naked People and Big, Fat Asses</itunes:title><itunes:summary><![CDATA[<p>RuPaul navigates performance art with Broad City's Abbi Jacobson in the new WNYC Studios and MoMA podcast A Piece of Work.</p>\n<p><em>Nancy returns for season two in August. Subscribe to <a href=\"http://www.wnyc.org/shows/pieceofwork/\">A Piece of Work</a> wherever you get your podcasts.</em></p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>1</itunes:season><itunes:episode>17</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> RuPaul navigates performance art with Broad City's Abbi Jacobson in the new WNYC Studios and MoMA podcast A Piece of Work. Nancy returns for season two in August. Subscribe to A Piece of Work wherever you get your podcasts. Support our work. Become a Nan</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#16: Let's Talk About Trump's Trans Ban\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-trans-military-ban/</link><description>&lt;p&gt;An estimated 15,000 trans people currently serve in the U.S. military. We spoke with &lt;a href=\"https://www.buzzfeed.com/jessruliffson/what-it-feels-like-being-a-trans-person-serving-in-the-armed?utm_term=.prQ8GjVaOk#.cwRbpAvEl6\"&gt;Jordan Blisk&lt;/a&gt;, a former senior airman in the U.S. Air Force Reserves, about why he wanted to serve to begin with, and how it transformed his life for the better.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;&lt;a href=\"https://www.buzzfeed.com/jessruliffson/what-it-feels-like-being-a-trans-person-serving-in-the-armed?utm_term=.ppM6y9MQXL#.cd8VQokgj3\"&gt;Here's BuzzFeed's comic about Jordan's experience being trans in the military.&lt;/a&gt;&lt;br&gt;&lt;/em&gt;&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;&lt;a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;amp;id=40c06aed91\" target=\"_blank\" class=\"external-link\"&gt;Sign up for our newsletter&lt;/a&gt; and follow Nancy on &lt;a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\"&gt;Facebook&lt;/a&gt; and &lt;a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\"&gt;Twitter&lt;/a&gt;. Nancy is a production of &lt;a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\"&gt;WNYC Studios&lt;/a&gt;.&lt;/em&gt;&lt;em&gt;  &lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Thu, 27 Jul 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-trans-military-ban/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy072717_cms784237_pod.mp3?awparams=nancy%3As1\" length=\"0\" type=\"audio/mpeg\" /><category>lgbt</category><category>military</category><category>national_news</category><category>transgender</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy072717_cms784237_pod.mp3?awparams=nancy%3As1\" type=\"audio/mpeg\" /><media:description type=\"plain\">#16: Let's Talk About Trump's Trans Ban\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/JB-20.jpg\" width=\"130\" height=\"130\" /><itunes:duration>8:08</itunes:duration><content:encoded><![CDATA[<p>An estimated 15,000 trans people currently serve in the U.S. military. We spoke with <a href=\"https://www.buzzfeed.com/jessruliffson/what-it-feels-like-being-a-trans-person-serving-in-the-armed?utm_term=.prQ8GjVaOk#.cwRbpAvEl6\">Jordan Blisk</a>, a former senior airman in the U.S. Air Force Reserves, about why he wanted to serve to begin with, and how it transformed his life for the better.</p>\n<p><em><a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;id=40c06aed91\" target=\"_blank\" class=\"external-link\">Sign up for our newsletter</a> and follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</em></p>\n<p><em>Support our work. Become a Nancy member today at<a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></content:encoded><itunes:title>Let's Talk About Trump's Trans Ban</itunes:title><itunes:summary><![CDATA[<p>An estimated 15,000 trans people currently serve in the U.S. military. We spoke with <a href=\"https://www.buzzfeed.com/jessruliffson/what-it-feels-like-being-a-trans-person-serving-in-the-armed?utm_term=.prQ8GjVaOk#.cwRbpAvEl6\">Jordan Blisk</a>, a former senior airman in the U.S. Air Force Reserves, about why he wanted to serve to begin with, and how it transformed his life for the better.</p>\n<p><em><a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;id=40c06aed91\" target=\"_blank\" class=\"external-link\">Sign up for our newsletter</a> and follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</em></p>\n<p><em>Support our work. Become a Nancy member today at<a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>1</itunes:season><itunes:episode>16</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle> An estimated 15,000 trans people currently serve in the U.S. military. We spoke with Jordan Blisk, a former senior airman in the U.S. Air Force Reserves, about why he wanted to serve to begin with, and how it transformed his life for the better. Here's B</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#15: Q is Growing Up\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-transgender-child/</link><description>&lt;p&gt;Q Daily is an 11-year-old trans boy. With puberty looming, he and his family have big decisions to make.&lt;/p&gt;\n&lt;p&gt;Yasmeen Khan is a reporter covering education and youth for the WNYC Newsroom. Her stories were mixed by Wayne Shulmister.&lt;/p&gt;\n&lt;p&gt;&lt;a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;amp;id=40c06aed91\" target=\"_blank\" class=\"external-link\"&gt;Sign up for our newsletter&lt;/a&gt; and follow Nancy on &lt;a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\"&gt;Facebook&lt;/a&gt; and &lt;a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\"&gt;Twitter&lt;/a&gt;. Nancy is a production of &lt;a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\"&gt;WNYC Studios&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.    &lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 16 Jul 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-transgender-child/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy071617_cms780411_pod.mp3?awparams=nancy%3As1\" length=\"0\" type=\"audio/mpeg\" /><category>education</category><category>lgbt</category><category>local_wnyc</category><category>news</category><category>transgender</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy071617_cms780411_pod.mp3?awparams=nancy%3As1\" type=\"audio/mpeg\" /><media:description type=\"plain\">#15: Q is Growing Up\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/h/80/1/q_wnyc5.jpg\" width=\"130\" height=\"130\" /><itunes:duration>16:48</itunes:duration><content:encoded><![CDATA[<p>Q Daily is an 11-year-old trans boy. With puberty looming, he and his family have big decisions to make.</p>\n<p><a href=\"https://twitter.com/yasmeenkhan?lang=en\">Yasmeen Khan</a> is a reporter covering education and youth for the WNYC Newsroom. Her stories were mixed by Wayne Shulmister.</p>\n<p><a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;id=40c06aed91\" target=\"_blank\" class=\"external-link\">Sign up for our newsletter</a> and follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em>    </p>]]></content:encoded><itunes:title>Q is Growing Up</itunes:title><itunes:summary><![CDATA[<p>Q Daily is an 11-year-old trans boy. With puberty looming, he and his family have big decisions to make.</p>\n<p><a href=\"https://twitter.com/yasmeenkhan?lang=en\">Yasmeen Khan</a> is a reporter covering education and youth for the WNYC Newsroom. Her stories were mixed by Wayne Shulmister.</p>\n<p><a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;id=40c06aed91\" target=\"_blank\" class=\"external-link\">Sign up for our newsletter</a> and follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.</em>    </p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>1</itunes:season><itunes:episode>15</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle> Q Daily is an 11-year-old trans boy. With puberty looming, he and his family have big decisions to make. Yasmeen Khan is a reporter covering education and youth for the WNYC Newsroom. Her stories were mixed by Wayne Shulmister. Sign up for our newsletter</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#14: Kathy Goes to Camp\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-kathy-goes-to-queer-camp/</link><description>&lt;p&gt;Maybe don't overthink this one.&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"http://a-camp.org/\"&gt;A-Camp&lt;/a&gt; is an annual summer camp for queer women organized by the website &lt;a href=\"https://autostraddle.com/\"&gt;Autostraddle&lt;/a&gt;.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Episode scoring by Jeremy Bloom with guitar performance by Hannis Brown. &lt;a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;amp;id=40c06aed91\" target=\"_blank\" class=\"external-link\"&gt;Sign up for our newsletter&lt;/a&gt; and follow Nancy on &lt;a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\"&gt;Facebook&lt;/a&gt; and &lt;a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\"&gt;Twitter&lt;/a&gt;. Nancy is a production of &lt;a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\"&gt;WNYC Studios&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt; Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.    &lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 25 Jun 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-kathy-goes-to-queer-camp/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy062517_cms764721_pod.mp3?awparams=nancy%3Ajune25&amp;awparams=nancy%3As1\" length=\"0\" type=\"audio/mpeg\" /><category>camp</category><category>emotional</category><category>explicit</category><category>lgbt</category><category>life</category><category>storytelling</category><category>summer</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy062517_cms764721_pod.mp3?awparams=nancy%3Ajune25&amp;awparams=nancy%3As1\" type=\"audio/mpeg\" /><media:description type=\"plain\">#14: Kathy Goes to Camp\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/c/80/1/Nancy-ACamp-Illustration.JPG\" width=\"130\" height=\"130\" /><itunes:duration>26:10</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>Maybe don't overthink this one.</p>\n<p><span>— </span><a href=\"http://a-camp.org/\">A-Camp</a> is an annual summer camp for queer women organized by the website <a href=\"https://autostraddle.com/\">Autostraddle</a>.</p>\n<p>Episode scoring by Jeremy Bloom with guitar performance by Hannis Brown. <a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;id=40c06aed91\" target=\"_blank\" class=\"external-link\">Sign up for our newsletter</a> and follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.  </em></p>]]></content:encoded><itunes:title>Kathy Goes to Camp</itunes:title><itunes:summary><![CDATA[<p>Maybe don't overthink this one.</p>\n<p><span>— </span><a href=\"http://a-camp.org/\">A-Camp</a> is an annual summer camp for queer women organized by the website <a href=\"https://autostraddle.com/\">Autostraddle</a>.</p>\n<p>Episode scoring by Jeremy Bloom with guitar performance by Hannis Brown. <a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;id=40c06aed91\" target=\"_blank\" class=\"external-link\">Sign up for our newsletter</a> and follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.  </em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>1</itunes:season><itunes:episode>14</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Maybe don't overthink this one. A-Camp is an annual summer camp for queer women organized by the website Autostraddle. Episode scoring by Jeremy Bloom with guitar performance by Hannis Brown. Sign up for our newsletter and follow Nancy on Facebook and Tw</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#13: It's Really You\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-gavin-grimm-alaska-drag/</link><description>&lt;p&gt;Sometimes when you speak up, the world answers. &lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Gavin Grimm is a transgender rights activist suing his school district in federal court. &lt;a href=\"https://broadly.vice.com/en_us/article/meet-trans-civil-rights-hero-gavin-grimmand-the-pastor-who-calls-him-a-girl\"&gt;The Vice documentary excerpted in this episode&lt;/a&gt; was reported by Diana Tourjee for Broadly. &lt;a href=\"https://www.bankstreet.edu/school-children/\"&gt;Bank Street School for Children&lt;/a&gt; is a private progressive school in upper Manhattan.&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://alaskathunderfuck.com/\"&gt;Alaska&lt;/a&gt; is an LA-based drag queen and former winner of RuPaul's All Star Drag Race. Zoë Sobel is a radio producer in Unalaska, Alaska.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Scoring by Jeremy Bloom with additional music by Jesse Spillane (&lt;a href=\"http://freemusicarchive.org/music/Jesse_Spillane/Descent_of_the_Goober_Monster/Jesse_Spillane_-_Descent_of_the_Goober_Monster_-_01_Super_Bubbly\"&gt;\"Super Bubbly\"&lt;/a&gt;), 1000 Names (&lt;a href=\"http://freemusicarchive.org/music/1000_Names_1770/Bonus_Beat_Blast_2011/02_1000_names-rio\"&gt;\"Rio\"&lt;/a&gt;), and Broke for Free (&lt;a href=\"http://freemusicarchive.org/music/Broke_For_Free/Slam_Funk/Broke_For_Free_-_Slam_Funk_-_03_The_Great\"&gt;\"The Great\"&lt;/a&gt;). &lt;a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;amp;id=40c06aed91\" target=\"_blank\" class=\"external-link\"&gt;Sign up for our newsletter&lt;/a&gt; and follow Nancy on &lt;a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\"&gt;Facebook&lt;/a&gt; and &lt;a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\"&gt;Twitter&lt;/a&gt;. Nancy is a production of &lt;a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\"&gt;WNYC Studios&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt; Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n&lt;div class=\"embedded-image\"&gt;&lt;img class=\"mcePuppyImage\" src=\"https://media.wnyc.org/i/800/600/c/80/1/19238140_423787558005704_4286660895573682692_o.jpg\" alt=\"\" width=\"100%\"&gt;\n&lt;div class=\"image-metadata\"&gt;\n&lt;div class=\"image-caption\"&gt;&lt;span&gt;(Zoë Sobel)&lt;/span&gt;&lt;/div&gt;\n&lt;/div&gt;\n&lt;/div&gt;\n&lt;div class=\"embedded-image\"&gt;&lt;img class=\"mcePuppyImage\" src=\"https://media.wnyc.org/i/800/535/c/80/1/19250505_423652918019168_510197531469938277_o.jpg\" alt=\"\" width=\"100%\"&gt;\n&lt;div class=\"image-metadata\"&gt;\n&lt;div class=\"image-caption\"&gt;&lt;span&gt;(Zoë Sobel)&lt;/span&gt;&lt;/div&gt;\n&lt;/div&gt;\n&lt;/div&gt;\n&lt;div class=\"embedded-image\"&gt;&lt;img class=\"mcePuppyImage\" src=\"https://media.wnyc.org/i/800/535/c/80/1/19222862_423654598019000_2641827349111962174_o.jpg\" alt=\"\" width=\"100%\"&gt;\n&lt;div class=\"image-metadata\"&gt;\n&lt;div class=\"image-caption\"&gt;&lt;span&gt;(Zoë Sobel)&lt;/span&gt;&lt;/div&gt;\n&lt;/div&gt;\n&lt;/div&gt;\n&lt;div class=\"embedded-image\"&gt;&lt;img class=\"mcePuppyImage\" src=\"https://media.wnyc.org/i/800/535/c/80/1/19250535_423654601352333_3539071772095739574_o.jpg\" alt=\"\" width=\"100%\"&gt;\n&lt;div class=\"image-metadata\"&gt;\n&lt;div class=\"image-caption\"&gt;&lt;span&gt;(Zoë Sobel)&lt;/span&gt;&lt;/div&gt;\n&lt;/div&gt;\n&lt;/div&gt;\n</description><pubDate>Sun, 18 Jun 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-gavin-grimm-alaska-drag/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy061817_cms763646_pod.mp3?awparams=nancy%3As1\" length=\"0\" type=\"audio/mpeg\" /><category>drag</category><category>education</category><category>explicit</category><category>gavin_grimm</category><category>lgbt</category><category>supreme_court</category><category>transgender</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy061817_cms763646_pod.mp3?awparams=nancy%3As1\" type=\"audio/mpeg\" /><media:description type=\"plain\">#13: It's Really You\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/gilmar.JPG\" width=\"130\" height=\"130\" /><itunes:duration>29:03</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>Sometimes when you speak up, the world answers.</p>\n<p><span>— </span>Gavin Grimm is a transgender rights activist suing his school district in federal court. <a href=\"https://broadly.vice.com/en_us/article/meet-trans-civil-rights-hero-gavin-grimmand-the-pastor-who-calls-him-a-girl\">The Vice documentary excerpted in this episode</a> was reported by Diana Tourjee for Broadly. <a href=\"https://www.bankstreet.edu/school-children/\">Bank Street School for Children</a> is a private progressive school in upper Manhattan.</p>\n<p><span>— </span><a href=\"http://alaskathunderfuck.com/\">Alaska</a> is an LA-based drag queen and former winner of RuPaul's All Star Drag Race. Zoë Sobel is a radio producer in Unalaska, Alaska.</p>\n<p>Scoring by Jeremy Bloom with additional music by Jesse Spillane (<a href=\"http://freemusicarchive.org/music/Jesse_Spillane/Descent_of_the_Goober_Monster/Jesse_Spillane_-_Descent_of_the_Goober_Monster_-_01_Super_Bubbly\">\"Super Bubbly\"</a>), 1000 Names (<a href=\"http://freemusicarchive.org/music/1000_Names_1770/Bonus_Beat_Blast_2011/02_1000_names-rio\">\"Rio\"</a>), and Broke for Free (<a href=\"http://freemusicarchive.org/music/Broke_For_Free/Slam_Funk/Broke_For_Free_-_Slam_Funk_-_03_The_Great\">\"The Great\"</a>). <a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;id=40c06aed91\" target=\"_blank\" class=\"external-link\">Sign up for our newsletter</a> and follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></content:encoded><itunes:title>It's Really You</itunes:title><itunes:summary><![CDATA[<p>Sometimes when you speak up, the world answers.</p>\n<p><span>— </span>Gavin Grimm is a transgender rights activist suing his school district in federal court. <a href=\"https://broadly.vice.com/en_us/article/meet-trans-civil-rights-hero-gavin-grimmand-the-pastor-who-calls-him-a-girl\">The Vice documentary excerpted in this episode</a> was reported by Diana Tourjee for Broadly. <a href=\"https://www.bankstreet.edu/school-children/\">Bank Street School for Children</a> is a private progressive school in upper Manhattan.</p>\n<p><span>— </span><a href=\"http://alaskathunderfuck.com/\">Alaska</a> is an LA-based drag queen and former winner of RuPaul's All Star Drag Race. Zoë Sobel is a radio producer in Unalaska, Alaska.</p>\n<p>Scoring by Jeremy Bloom with additional music by Jesse Spillane (<a href=\"http://freemusicarchive.org/music/Jesse_Spillane/Descent_of_the_Goober_Monster/Jesse_Spillane_-_Descent_of_the_Goober_Monster_-_01_Super_Bubbly\">\"Super Bubbly\"</a>), 1000 Names (<a href=\"http://freemusicarchive.org/music/1000_Names_1770/Bonus_Beat_Blast_2011/02_1000_names-rio\">\"Rio\"</a>), and Broke for Free (<a href=\"http://freemusicarchive.org/music/Broke_For_Free/Slam_Funk/Broke_For_Free_-_Slam_Funk_-_03_The_Great\">\"The Great\"</a>). <a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;id=40c06aed91\" target=\"_blank\" class=\"external-link\">Sign up for our newsletter</a> and follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>1</itunes:season><itunes:episode>13</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Sometimes when you speak up, the world answers.  Gavin Grimm is a transgender rights activist suing his school district in federal court. The Vice documentary excerpted in this episode was reported by Diana Tourjee for Broadly. Bank Street School for Chi</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#12: Everything Changed\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-orlando-pulse/</link><description>&lt;p&gt;The shooting at Pulse claimed 49 lives. Orlando hasn’t been the same since. &lt;/p&gt;\n&lt;p&gt;&lt;a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;amp;id=40c06aed91\" target=\"_blank\" class=\"external-link\"&gt;Sign up for our newsletter&lt;/a&gt; and follow Nancy on &lt;a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\"&gt;Facebook&lt;/a&gt; and &lt;a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\"&gt;Twitter&lt;/a&gt;. Nancy is a production of &lt;a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\"&gt;WNYC Studios&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt; Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.    &lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 11 Jun 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-orlando-pulse/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy061117_cms761692_pod.mp3?awparams=nancy%3As1\" length=\"0\" type=\"audio/mpeg\" /><category>emotional</category><category>lgbt</category><category>national_news</category><category>news</category><category>orlando</category><category>pulse_massacre</category><category>pulse_nightclub</category><category>pulse_shooting</category><category>sad</category><category>storytelling</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy061117_cms761692_pod.mp3?awparams=nancy%3As1\" type=\"audio/mpeg\" /><media:description type=\"plain\">#12: Everything Changed\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/IMG_0046_ZzyFTwJ.jpg\" width=\"130\" height=\"130\" /><itunes:duration>29:25</itunes:duration><content:encoded><![CDATA[<p>The shooting at Pulse claimed 49 lives. Orlando hasn’t been the same since. </p>\n<p><a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;id=40c06aed91\" target=\"_blank\" class=\"external-link\">Sign up for our newsletter</a> and follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p><em> Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></content:encoded><itunes:title>Everything Changed</itunes:title><itunes:summary><![CDATA[<p>The shooting at Pulse claimed 49 lives. Orlando hasn’t been the same since. </p>\n<p><a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;id=40c06aed91\" target=\"_blank\" class=\"external-link\">Sign up for our newsletter</a> and follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p><em> Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>1</itunes:season><itunes:episode>12</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle> The shooting at Pulse claimed 49 lives. Orlando hasn’t been the same since.  Sign up for our newsletter and follow Nancy on Facebook and Twitter. Nancy is a production of WNYC Studios. Support our work. Become a Nancy member today at Nancypodcast.org/don</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#11: You've Told Me This Before\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-asia-kate-dillon/</link><description>&lt;ul&gt;\n&lt;li&gt;Asia Kate Dillon’s role on “Billions” helped them understand a non-binary gender identity.&lt;/li&gt;\n&lt;li&gt;Tina Healy comes out as trans over and over again. Her daughter Jessica Walton's book is called \"Introducing Teddy.\"&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Episode scoring by Jeremy Bloom with additional music by Little Glass Men (&lt;a href=\"http://freemusicarchive.org/music/Little_Glass_Men/Spontaneous_Album_Sampler/Dream_Blaze\"&gt;\"Dream Blaze\"&lt;/a&gt;) and Kai Engel (&lt;a href=\"http://freemusicarchive.org/music/Kai_Engel/Chapter_One__Cold/Kai_Engel_-_Chapter_One_-_Cold_-_04_Snowmen\"&gt;\"Snowmen\"&lt;/a&gt;). &lt;a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;amp;id=40c06aed91\" target=\"_blank\" class=\"external-link\"&gt;Sign up for our newsletter&lt;/a&gt; and follow Nancy on &lt;a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\"&gt;Facebook&lt;/a&gt; and &lt;a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\"&gt;Twitter&lt;/a&gt;. Nancy is a production of &lt;a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\"&gt;WNYC Studios&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 04 Jun 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-asia-kate-dillon/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy060417_cms760334_pod.mp3?awparams=nancy%3As1\" length=\"0\" type=\"audio/mpeg\" /><category>entertainment</category><category>explicit</category><category>gender</category><category>lgbt</category><category>life</category><category>transgender</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy060417_cms760334_pod.mp3?awparams=nancy%3As1\" type=\"audio/mpeg\" /><media:description type=\"plain\">#11: You've Told Me This Before\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/AsiaKateDillionNancy.png\" width=\"130\" height=\"130\" /><itunes:duration>29:31</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p><span>— </span>Asia Kate Dillon’s role on “Billions” helped them understand a non-binary gender identity.</p>\n<p><span>— </span>Tina Healy comes out as trans over and over again. Her daughter Jessica Walton's book is called \"Introducing Teddy.\"</p>\n<p>Episode scoring by Jeremy Bloom with additional music by Little Glass Men (<a href=\"http://freemusicarchive.org/music/Little_Glass_Men/Spontaneous_Album_Sampler/Dream_Blaze\">\"Dream Blaze\"</a>) and Kai Engel (<a href=\"http://freemusicarchive.org/music/Kai_Engel/Chapter_One__Cold/Kai_Engel_-_Chapter_One_-_Cold_-_04_Snowmen\">\"Snowmen\"</a>). <a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;id=40c06aed91\" target=\"_blank\" class=\"external-link\">Sign up for our newsletter</a> and follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p><em> Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></content:encoded><itunes:title>You're Told Me This Before</itunes:title><itunes:summary><![CDATA[<p><span>— </span>Asia Kate Dillon’s role on “Billions” helped them understand a non-binary gender identity.</p>\n<p><span>— </span>Tina Healy comes out as trans over and over again. Her daughter Jessica Walton's book is called \"Introducing Teddy.\"</p>\n<p>Episode scoring by Jeremy Bloom with additional music by Little Glass Men (<a href=\"http://freemusicarchive.org/music/Little_Glass_Men/Spontaneous_Album_Sampler/Dream_Blaze\">\"Dream Blaze\"</a>) and Kai Engel (<a href=\"http://freemusicarchive.org/music/Kai_Engel/Chapter_One__Cold/Kai_Engel_-_Chapter_One_-_Cold_-_04_Snowmen\">\"Snowmen\"</a>). <a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;id=40c06aed91\" target=\"_blank\" class=\"external-link\">Sign up for our newsletter</a> and follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p><em> Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>1</itunes:season><itunes:episode>11</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Asia Kate Dillon’s role on “Billions” helped them understand a non-binary gender identity. Tina Healy comes out as trans over and over again. Her daughter Jessica Walton's book is called \"Introducing Teddy.\" Episode scoring by Jeremy Bloom with additiona</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#10: Dear Nancy\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-mara-wilson-erin-mckeown/</link><description>&lt;p&gt;We've got mail.&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"https://twitter.com/MaraWilson\"&gt;Mara Wilson&lt;/a&gt; is a former child actor and the author of \"Where Am I Now?: True Stories of Girlhood and Accidental Fame.\" &lt;a href=\"http://www.erinmckeown.com/\"&gt;Erin McKeown&lt;/a&gt; is a musician, writer and producer.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;&lt;a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;amp;id=40c06aed91\"&gt;Sign up for our newsletter&lt;/a&gt; and follow Nancy on &lt;a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\"&gt;Facebook&lt;/a&gt; and &lt;a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\"&gt;Twitter&lt;/a&gt;. Nancy is a production of &lt;a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\"&gt;WNYC Studios&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;Episode scoring by Jeremy Bloom with additional music by Anamorphic Orchestra (&lt;a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/Anamorphic_Orchestra/Creature_Comforts\"&gt;\"Creature Comforts\"&lt;/a&gt;), Benedek (&lt;a href=\"http://freemusicarchive.org/music/Benedek/Bonus_Beat_Blast_2011/10_benedek-cruzin\"&gt;\"Cruzin\"&lt;/a&gt;), Josh Woodward (&lt;a href=\"http://freemusicarchive.org/music/Josh_Woodward/Breadcrumbs/JoshWoodward-Breadcrumbs-NoVox-09-OnceTomorrow\"&gt;\"Once Tomorrow\"&lt;/a&gt;).&lt;/p&gt;\n&lt;p&gt;&lt;em&gt; Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.    &lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 28 May 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-mara-wilson-erin-mckeown/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy052817_cms758774_pod.mp3?awparams=nancy%3As1\" length=\"0\" type=\"audio/mpeg\" /><category>lgbt</category><category>life</category><category>music</category><category>sexuality</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy052817_cms758774_pod.mp3?awparams=nancy%3As1\" type=\"audio/mpeg\" /><media:description type=\"plain\">#10: Dear Nancy\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/DanieDrankwalter-Ep10.jpg\" width=\"130\" height=\"130\" /><itunes:duration>30:12</itunes:duration><content:encoded><![CDATA[<p>We've got mail.</p>\n<p><a href=\"https://twitter.com/MaraWilson\">Mara Wilson</a> is a former child actor and the author of \"Where Am I Now?: True Stories of Girlhood and Accidental Fame.\" <a href=\"http://www.erinmckeown.com/\">Erin McKeown</a> is a musician, writer and producer.</p>\n<p><a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;id=40c06aed91\">Sign up for our newsletter</a> and follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p>Episode scoring by Jeremy Bloom with additional music by Anamorphic Orchestra (<a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/Anamorphic_Orchestra/Creature_Comforts\">\"Creature Comforts\"</a>), Benedek (<a href=\"http://freemusicarchive.org/music/Benedek/Bonus_Beat_Blast_2011/10_benedek-cruzin\">\"Cruzin\"</a>), Josh Woodward (<a href=\"http://freemusicarchive.org/music/Josh_Woodward/Breadcrumbs/JoshWoodward-Breadcrumbs-NoVox-09-OnceTomorrow\">\"Once Tomorrow\"</a>).</p>\n<p><em> Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></content:encoded><itunes:title>Dear Nancy</itunes:title><itunes:summary><![CDATA[<p>We've got mail.</p>\n<p><a href=\"https://twitter.com/MaraWilson\">Mara Wilson</a> is a former child actor and the author of \"Where Am I Now?: True Stories of Girlhood and Accidental Fame.\" <a href=\"http://www.erinmckeown.com/\">Erin McKeown</a> is a musician, writer and producer.</p>\n<p><a href=\"http://nypublicradio.us5.list-manage1.com/subscribe?u=4109fdd323aaac7078eadaa8f&amp;id=40c06aed91\">Sign up for our newsletter</a> and follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p>Episode scoring by Jeremy Bloom with additional music by Anamorphic Orchestra (<a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/Anamorphic_Orchestra/Creature_Comforts\">\"Creature Comforts\"</a>), Benedek (<a href=\"http://freemusicarchive.org/music/Benedek/Bonus_Beat_Blast_2011/10_benedek-cruzin\">\"Cruzin\"</a>), Josh Woodward (<a href=\"http://freemusicarchive.org/music/Josh_Woodward/Breadcrumbs/JoshWoodward-Breadcrumbs-NoVox-09-OnceTomorrow\">\"Once Tomorrow\"</a>).</p>\n<p><em> Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>1</itunes:season><itunes:episode>10</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle> We've got mail. Mara Wilson is a former child actor and the author of \"Where Am I Now?: True Stories of Girlhood and Accidental Fame.\" Erin McKeown is a musician, writer and producer. Sign up for our newsletter and follow Nancy on Facebook and Twitter. N</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#9: Thank You for Being a Friend\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-episode-9-golden-girls/</link><description>&lt;p&gt;Traveled down the road and back again. Your heart is true, you’re a pal and a confidante. Join us for a trip to Florida, with special guests Rufus Wainwright, Saeed Jones and the ghost of Bea Arthur.&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"http://rufuswainwright.com/\"&gt;Rufus Wainwright&lt;/a&gt; is a musician.&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://www.buzzfeed.com/saeedjones\"&gt;Saeed Jones&lt;/a&gt; is a poet and the executive editor, culture for BuzzFeed.&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://samarabreger.com/\"&gt;Samara Breger&lt;/a&gt; and &lt;a href=\"http://www.wnyc.org/people/kelsey-padgett/\"&gt;Kelsey Padgett&lt;/a&gt; are producers.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Follow Nancy on &lt;a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\"&gt;Facebook&lt;/a&gt; and &lt;a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\"&gt;Twitter&lt;/a&gt; and sign up for our newsletter at &lt;a href=\"http://www.nancypodcast.org/\" target=\"_blank\" class=\"external-link\"&gt;nancypodcast.org&lt;/a&gt;. Nancy is a production of &lt;a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\"&gt;WNYC Studios&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;Episode scoring by Jeremy Bloom with additional music by Revolution Void (\"&lt;a href=\"http://freemusicarchive.org/music/Revolution_Void/The_Politics_of_Desire/revolution_void_-_04_-_tree_tenants\" target=\"_blank\"&gt;Tree Tenants&lt;/a&gt;\"), Kevin MacLoyd (\"&lt;a href=\"http://freemusicarchive.org/music/Kevin_MacLeod/Best_of_2014_1461/Monkeys_Spinning_Monkeys\" target=\"_blank\"&gt;Monkeys Spinning Monkeys&lt;/a&gt;\") and Fabian Measures (&lt;a href=\"http://freemusicarchive.org/music/Broke_For_Free/Slam_Funk/Broke_For_Free_-_Slam_Funk_-_02_Calm_The_Fuck_Down\"&gt;\"Calm the Fuck Down\"&lt;/a&gt;).&lt;/p&gt;\n&lt;p&gt;&lt;em&gt; Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.    &lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 21 May 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-episode-9-golden-girls/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy052117_cms755375_pod.mp3?awparams=nancy%3As1\" length=\"0\" type=\"audio/mpeg\" /><category>explicit</category><category>gay</category><category>gay_and_lesbian</category><category>golden_girls</category><category>life</category><category>storytelling</category><category>television</category><category>tv</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy052117_cms755375_pod.mp3?awparams=nancy%3As1\" type=\"audio/mpeg\" /><media:description type=\"plain\">#9: Thank You for Being a Friend\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/episode9.png\" width=\"130\" height=\"130\" /><itunes:duration>32:17</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>Traveled down the road and back again. Your heart is true, you’re a pal and a confidante. Join us for a trip to Florida, with special guests Rufus Wainwright, Saeed Jones and the ghost of Bea Arthur.</p>\n<p><span>— </span><a href=\"http://rufuswainwright.com/\">Rufus Wainwright</a> is a musician.</p>\n<p><span>— </span><a href=\"https://www.buzzfeed.com/saeedjones\">Saeed Jones</a> is a poet and the executive editor, culture for BuzzFeed.</p>\n<p><span>— </span><a href=\"https://samarabreger.com/\">Samara Breger</a> and <a href=\"http://www.wnyc.org/people/kelsey-padgett/\">Kelsey Padgett</a> are producers.</p>\n<p>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\" target=\"_blank\" class=\"external-link\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p>Episode scoring by Jeremy Bloom with additional music by Revolution Void (\"<a href=\"http://freemusicarchive.org/music/Revolution_Void/The_Politics_of_Desire/revolution_void_-_04_-_tree_tenants\" target=\"_blank\">Tree Tenants</a>\"), Kevin MacLoyd (\"<a href=\"http://freemusicarchive.org/music/Kevin_MacLeod/Best_of_2014_1461/Monkeys_Spinning_Monkeys\" target=\"_blank\">Monkeys Spinning Monkeys</a>\") and Fabian Measures (<a href=\"http://freemusicarchive.org/music/Broke_For_Free/Slam_Funk/Broke_For_Free_-_Slam_Funk_-_02_Calm_The_Fuck_Down\">\"Calm the Fuck Down\"</a>).</p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></content:encoded><itunes:title>Thank You For Being a Friend</itunes:title><itunes:summary><![CDATA[<p>Traveled down the road and back again. Your heart is true, you’re a pal and a confidante. Join us for a trip to Florida, with special guests Rufus Wainwright, Saeed Jones and the ghost of Bea Arthur.</p>\n<p><span>— </span><a href=\"http://rufuswainwright.com/\">Rufus Wainwright</a> is a musician.</p>\n<p><span>— </span><a href=\"https://www.buzzfeed.com/saeedjones\">Saeed Jones</a> is a poet and the executive editor, culture for BuzzFeed.</p>\n<p><span>— </span><a href=\"https://samarabreger.com/\">Samara Breger</a> and <a href=\"http://www.wnyc.org/people/kelsey-padgett/\">Kelsey Padgett</a> are producers.</p>\n<p>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\" target=\"_blank\" class=\"external-link\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p>Episode scoring by Jeremy Bloom with additional music by Revolution Void (\"<a href=\"http://freemusicarchive.org/music/Revolution_Void/The_Politics_of_Desire/revolution_void_-_04_-_tree_tenants\" target=\"_blank\">Tree Tenants</a>\"), Kevin MacLoyd (\"<a href=\"http://freemusicarchive.org/music/Kevin_MacLeod/Best_of_2014_1461/Monkeys_Spinning_Monkeys\" target=\"_blank\">Monkeys Spinning Monkeys</a>\") and Fabian Measures (<a href=\"http://freemusicarchive.org/music/Broke_For_Free/Slam_Funk/Broke_For_Free_-_Slam_Funk_-_02_Calm_The_Fuck_Down\">\"Calm the Fuck Down\"</a>).</p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>1</itunes:season><itunes:episode>9</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Traveled down the road and back again. Your heart is true, you’re a pal and a confidante. Join us for a trip to Florida, with special guests Rufus Wainwright, Saeed Jones and the ghost of Bea Arthur. Rufus Wainwright is a musician. Saeed Jones is a poet </itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#8: The Coolest Lesbian Ever\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-episode-8-lena-waithe/</link><description>&lt;p&gt;We talk to Lena Waithe, the scene-stealing BFF on Master of None.&lt;/p&gt;\n&lt;p&gt;&lt;div class=\"user-embedded-video\"&gt;&lt;div id=\"videoplayer_idm140118586152048ca62d1ae-9d76-46c2-9b39-e864825a44b3\"&gt;&lt;iframe width=\"620\" height=\"349\" src=\"https://www.youtube.com/embed/tGE-Mw-Yjsk?wmode=transparent&amp;amp;autohide=1&amp;amp;rel=0&amp;amp;showinfo=0&amp;amp;feature=oembed&amp;amp;enablejsapi=1\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen=\"allowfullscreen\" id=\"a-7658703091927463735\" class=\"youtube_video\" mozallowfullscreen=\"mozallowfullscreen\" webkitallowfullscreen=\"webkitallowfullscreen\" data-original-url=\"https://www.youtube.com/watch?v=tGE-Mw-Yjsk\"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;  &lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Follow Nancy on &lt;a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\"&gt;Facebook&lt;/a&gt; and &lt;a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\"&gt;Twitter&lt;/a&gt; and sign up for our newsletter at &lt;a href=\"http://www.nancypodcast.org/\" target=\"_blank\" class=\"external-link\"&gt;nancypodcast.org&lt;/a&gt;. Nancy is a production of &lt;a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\"&gt;WNYC Studios&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n&lt;p&gt;&lt;em&gt; Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.    &lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Tue, 16 May 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-episode-8-lena-waithe/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy051617_cms755372_pod.mp3?awparams=nancy%3As1\" length=\"0\" type=\"audio/mpeg\" /><category>arts</category><category>explicit</category><category>lgbt</category><category>storytelling</category><category>television</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy051617_cms755372_pod.mp3?awparams=nancy%3As1\" type=\"audio/mpeg\" /><media:description type=\"plain\">#8: The Coolest Lesbian Ever\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/LenaWaithe_Nancy_Episode.png\" width=\"130\" height=\"130\" /><itunes:duration>13:38</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>We talk to Lena Waithe, the scene-stealing BFF on Master of None.</p>\n<p>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\" target=\"_blank\" class=\"external-link\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p><em> Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></content:encoded><itunes:title>The Coolest Lesbian Ever</itunes:title><itunes:summary><![CDATA[<p>We talk to Lena Waithe, the scene-stealing BFF on Master of None.</p>\n<p>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\" target=\"_blank\" class=\"external-link\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p><em> Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>1</itunes:season><itunes:episode>8</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> We talk to Lena Waithe, the scene-stealing BFF on Master of None.   Follow Nancy on Facebook and Twitter and sign up for our newsletter at nancypodcast.org. Nancy is a production of WNYC Studios. Support our work. Become a Nancy member today at Nancypodc</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#7: Fear of Being Butch\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-episode-6-butch-hair/</link><description>&lt;p&gt;&lt;span&gt;There’s no shame in asking for a ‘90s boy band haircut.&lt;/span&gt;&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Production help from Cathy Wong, Tommy Bazarian, and Rachel Matlow. &lt;/li&gt;\n&lt;li&gt;Khane Kutzwell's barber shop is &lt;a href=\"http://www.camerareadykutz.com/\"&gt;Camera Ready Kutz&lt;/a&gt;. &lt;/li&gt;\n&lt;li&gt;Thanks to the many people helped produce Kathy's story on being butch: Esther Godoy and Madelaine Imber from &lt;a href=\"http://butchisnotadirtyword.com/\"&gt;Butch Is Not A Dirty Word&lt;/a&gt;, Rae Tutera from &lt;a href=\"http://www.bindleandkeep.com/\"&gt;Bindle &amp;amp; Keep&lt;/a&gt;, the women of the &lt;a href=\"https://www.meetup.com/BFSCLA/\"&gt;Butch-Femme Social Club of LA&lt;/a&gt;, and everyone who talked to Kathy but didn’t make it into the final story: Lillian Faderman, BK Chan, and Aheri Stanford-Asiyo.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Follow Nancy on &lt;a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\"&gt;Facebook&lt;/a&gt; and &lt;a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\"&gt;Twitter&lt;/a&gt; and sign up for our newsletter at &lt;a href=\"http://www.nancypodcast.org/\" target=\"_blank\" class=\"external-link\"&gt;nancypodcast.org&lt;/a&gt;. Nancy is a production of &lt;a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\"&gt;WNYC Studios&lt;/a&gt;. Episode scoring by Jeremy Bloom and Isaac Jones with additional music by Broke for Free (&lt;a href=\"http://freemusicarchive.org/music/Broke_For_Free/Slam_Funk/Broke_For_Free_-_Slam_Funk_-_02_Calm_The_Fuck_Down\"&gt;\"Calm the Fuck Down\"&lt;/a&gt;) and James Pants (&lt;a href=\"http://freemusicarchive.org/search/?sort=track_date_published&amp;amp;d=1&amp;amp;quicksearch=james+pants+bird\"&gt;\"Bird\"&lt;/a&gt;).&lt;/p&gt;\n&lt;p&gt;&lt;em&gt; Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.    &lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 14 May 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-episode-6-butch-hair/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy051417_cms755266_pod.mp3?awparams=nancy%3As1\" length=\"0\" type=\"audio/mpeg\" /><category>brooklyn</category><category>emotional</category><category>explicit</category><category>funny</category><category>hair_cut</category><category>lgbt</category><category>life</category><category>storytelling</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy051417_cms755266_pod.mp3?awparams=nancy%3As1\" type=\"audio/mpeg\" /><media:description type=\"plain\">#7: Fear of Being Butch\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/IMG_0022.JPG\" width=\"130\" height=\"130\" /><itunes:duration>23:57</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>There’s no shame in asking for a ‘90s boy band haircut.</p>\n<p><span>— </span>Production help from Cathy Wong, Tommy Bazarian, and Rachel Matlow. </p>\n<p><span>— </span>Khane Kutzwell's barber shop is <a href=\"http://www.camerareadykutz.com/\">Camera Ready Kutz</a>. </p>\n<p><span>— </span>Thanks to the many people helped produce Kathy's story on being butch: Esther Godoy and Madelaine Imber from <a href=\"http://butchisnotadirtyword.com/\">Butch Is Not A Dirty Word</a>, Rae Tutera from <a href=\"http://www.bindleandkeep.com/\">Bindle &amp; Keep</a>, the women of the <a href=\"https://www.meetup.com/BFSCLA/\">Butch-Femme Social Club of LA</a>, and everyone who talked to Kathy but didn’t make it into the final story: Lillian Faderman, BK Chan, and Aheri Stanford-Asiyo.</p>\n<p>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\" target=\"_blank\" class=\"external-link\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>. Episode scoring by Jeremy Bloom and Isaac Jones with additional music by Broke for Free (<a href=\"http://freemusicarchive.org/music/Broke_For_Free/Slam_Funk/Broke_For_Free_-_Slam_Funk_-_02_Calm_The_Fuck_Down\">\"Calm the Fuck Down\"</a>) and James Pants (<a href=\"http://freemusicarchive.org/search/?sort=track_date_published&amp;d=1&amp;quicksearch=james+pants+bird\">\"Bird\"</a>).</p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></content:encoded><itunes:title>Fear of Being Butch</itunes:title><itunes:summary><![CDATA[<p>There’s no shame in asking for a ‘90s boy band haircut.</p>\n<p><span>— </span>Production help from Cathy Wong, Tommy Bazarian, and Rachel Matlow. </p>\n<p><span>— </span>Khane Kutzwell's barber shop is <a href=\"http://www.camerareadykutz.com/\">Camera Ready Kutz</a>. </p>\n<p><span>— </span>Thanks to the many people helped produce Kathy's story on being butch: Esther Godoy and Madelaine Imber from <a href=\"http://butchisnotadirtyword.com/\">Butch Is Not A Dirty Word</a>, Rae Tutera from <a href=\"http://www.bindleandkeep.com/\">Bindle &amp; Keep</a>, the women of the <a href=\"https://www.meetup.com/BFSCLA/\">Butch-Femme Social Club of LA</a>, and everyone who talked to Kathy but didn’t make it into the final story: Lillian Faderman, BK Chan, and Aheri Stanford-Asiyo.</p>\n<p>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\" target=\"_blank\" class=\"external-link\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>. Episode scoring by Jeremy Bloom and Isaac Jones with additional music by Broke for Free (<a href=\"http://freemusicarchive.org/music/Broke_For_Free/Slam_Funk/Broke_For_Free_-_Slam_Funk_-_02_Calm_The_Fuck_Down\">\"Calm the Fuck Down\"</a>) and James Pants (<a href=\"http://freemusicarchive.org/search/?sort=track_date_published&amp;d=1&amp;quicksearch=james+pants+bird\">\"Bird\"</a>).</p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>1</itunes:season><itunes:episode>7</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> There’s no shame in asking for a ‘90s boy band haircut. Production help from Cathy Wong, Tommy Bazarian, and Rachel Matlow.  Khane Kutzwell's barber shop is Camera Ready Kutz.  Thanks to the many people helped produce Kathy's story on being butch: Esther</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#6: Here's What It's Like\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-episode-6-hiv-generations/</link><description>&lt;p&gt;&lt;span&gt;David and Dominique have something in common.&lt;/span&gt;&lt;/p&gt;\n&lt;p&gt;Special thanks to Krishna Stone at &lt;a href=\"http://www.gmhc.org/\"&gt;Gay Men's Health Crisis&lt;/a&gt;, an HIV/AIDS prevention, care, and advocacy organization in New York. Episode scoring by Jeremy Bloom.&lt;/p&gt;\n&lt;p&gt;Follow Nancy on &lt;a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\"&gt;Facebook&lt;/a&gt; and &lt;a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\"&gt;Twitter&lt;/a&gt; and sign up for our newsletter at &lt;a href=\"http://www.nancypodcast.org/\" target=\"_blank\" class=\"external-link\"&gt;nancypodcast.org&lt;/a&gt;. Nancy is a production of &lt;a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\"&gt;WNYC Studios&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;&lt;span&gt;&lt;em&gt; Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.    &lt;/em&gt;&lt;/span&gt;&lt;/p&gt;\n</description><pubDate>Sun, 07 May 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-episode-6-hiv-generations/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy_special/nancy_special050717_cms754196_pod.mp3?awparams=nancy%3As1\" length=\"0\" type=\"audio/mpeg\" /><category>explicit</category><category>first-person_story</category><category>hiv</category><category>hiv_aids</category><category>interview</category><category>life</category><category>long_form</category><category>storytelling</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy_special/nancy_special050717_cms754196_pod.mp3?awparams=nancy%3As1\" type=\"audio/mpeg\" /><media:description type=\"plain\">#6: Here's What It's Like\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/IMG_0018.JPG\" width=\"130\" height=\"130\" /><itunes:duration>27:31</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>David and Dominique have something in common.</p>\n<p>Special thanks to Krishna Stone at <a href=\"http://www.gmhc.org/\">Gay Men's Health Crisis</a>, an HIV/AIDS prevention, care, and advocacy organization in New York. Episode scoring by Jeremy Bloom.</p>\n<p>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\" target=\"_blank\" class=\"external-link\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p><em> Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></content:encoded><itunes:title>Here's What It's Like</itunes:title><itunes:summary><![CDATA[<p>David and Dominique have something in common.</p>\n<p>Special thanks to Krishna Stone at <a href=\"http://www.gmhc.org/\">Gay Men's Health Crisis</a>, an HIV/AIDS prevention, care, and advocacy organization in New York. Episode scoring by Jeremy Bloom.</p>\n<p>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\" target=\"_blank\" class=\"external-link\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p><em> Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>1</itunes:season><itunes:episode>6</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> David and Dominique have something in common. Special thanks to Krishna Stone at Gay Men's Health Crisis, an HIV/AIDS prevention, care, and advocacy organization in New York. Episode scoring by Jeremy Bloom. Follow Nancy on Facebook and Twitter and sign </itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#5: There Are No Gay Wizards\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-episode-5-harry-potter-gay-dumbledore/</link><description>&lt;p&gt;Albus Dumbledore isn't gay, no matter what J.K. Rowling says. But that doesn't mean the \"Harry Potter\" books aren't incredibly queer.&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Matt Collette is the producer of Nancy.&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://comedianpatbrown.com/\"&gt;Pat Brown&lt;/a&gt; is a New York-based comedian. Her album is called Sex Tape.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Episode scoring by Jeremy Bloom and Isaac Jones. Additional music by Lawrence Grey (&lt;a href=\"http://freemusicarchive.org/music/Lawrence_Grey/Bonus_Beat_Blast_2011/48_lawrence_grey-the_st_marks_shake\"&gt;\"The St. Marks Shake\"&lt;/a&gt;).&lt;/p&gt;\n&lt;p&gt;Follow Nancy on &lt;a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\"&gt;Facebook&lt;/a&gt; and &lt;a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\"&gt;Twitter&lt;/a&gt; and sign up for our newsletter at &lt;a href=\"http://www.nancypodcast.org/\" target=\"_blank\" class=\"external-link\"&gt;nancypodcast.org&lt;/a&gt;. Nancy is a production of &lt;a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\"&gt;WNYC Studios&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;&lt;em&gt; Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.    &lt;/em&gt;&lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 30 Apr 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-episode-5-harry-potter-gay-dumbledore/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy043017_cms752769_pod.mp3?awparams=nancy%3As1\" length=\"0\" type=\"audio/mpeg\" /><category>books</category><category>comedy</category><category>explicit</category><category>gay_and_lesbian</category><category>harry_potter</category><category>health</category><category>lgbt</category><category>literature</category><category>sexuality</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy043017_cms752769_pod.mp3?awparams=nancy%3As1\" type=\"audio/mpeg\" /><media:description type=\"plain\">#5: There Are No Gay Wizards\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/DanieDrankwalter-Dumbledore3_SB_edits.png\" width=\"130\" height=\"130\" /><itunes:duration>29:40</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>Albus Dumbledore isn't gay, no matter what J.K. Rowling says. But that doesn't mean the \"Harry Potter\" books aren't incredibly queer.</p>\n<p><span>— </span>Matt Collette is the producer of Nancy.</p>\n<p><span>— </span><a href=\"http://comedianpatbrown.com/\">Pat Brown</a> is a New York-based comedian. Her album is called Sex Tape.</p>\n<p>Episode scoring by Jeremy Bloom and Isaac Jones. Additional music by Lawrence Grey (<a href=\"http://freemusicarchive.org/music/Lawrence_Grey/Bonus_Beat_Blast_2011/48_lawrence_grey-the_st_marks_shake\">\"The St. Marks Shake\"</a>).</p>\n<p>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\" target=\"_blank\" class=\"external-link\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></content:encoded><itunes:title>There Are No Gay Wizards</itunes:title><itunes:summary><![CDATA[<p>Albus Dumbledore isn't gay, no matter what J.K. Rowling says. But that doesn't mean the \"Harry Potter\" books aren't incredibly queer.</p>\n<p><span>— </span>Matt Collette is the producer of Nancy.</p>\n<p><span>— </span><a href=\"http://comedianpatbrown.com/\">Pat Brown</a> is a New York-based comedian. Her album is called Sex Tape.</p>\n<p>Episode scoring by Jeremy Bloom and Isaac Jones. Additional music by Lawrence Grey (<a href=\"http://freemusicarchive.org/music/Lawrence_Grey/Bonus_Beat_Blast_2011/48_lawrence_grey-the_st_marks_shake\">\"The St. Marks Shake\"</a>).</p>\n<p>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\" target=\"_blank\" class=\"external-link\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>1</itunes:season><itunes:episode>5</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Albus Dumbledore isn't gay, no matter what J.K. Rowling says. But that doesn't mean the \"Harry Potter\" books aren't incredibly queer. Matt Collette is the producer of Nancy. Pat Brown is a New York-based comedian. Her album is called Sex Tape. Episode sc</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#4: The Elephant in the Room\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-episode-4-gay-republicans/</link><description>&lt;p&gt;Gay Republicans say they’ve got Trump on speed dial. Is he picking up the phone?&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;This episode is a co-production with &lt;a href=\"https://www.buzzfeed.com/news\"&gt;BuzzFeed News&lt;/a&gt;.&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"https://www.buzzfeed.com/dominicholden\"&gt;Dominic Holden&lt;/a&gt; is the site’s national LGBT reporter.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Follow Nancy on &lt;a href=\"https://www.facebook.com/nancypodcast/\"&gt;Facebook&lt;/a&gt; and &lt;a href=\"https://twitter.com/nancypodcast\"&gt;Twitter&lt;/a&gt; and sign up for our newsletter at &lt;a href=\"http://www.nancypodcast.org/\"&gt;nancypodcast.org&lt;/a&gt;. Nancy is a production of &lt;a href=\"http://wnycstudios.wnyc.org/\"&gt;WNYC Studios&lt;/a&gt;. Additional music by Tate Peterson (&lt;a href=\"http://freemusicarchive.org/music/Tate_Peterson/Blues_Guitar/Ragtime\"&gt;\"Ragtime\"&lt;/a&gt; and &lt;a href=\"http://freemusicarchive.org/music/Tate_Peterson/Blues_Guitar/Mid_Day_Blues\"&gt;\"Mid Day Blues\"&lt;/a&gt;), UltraCat (&lt;a href=\"http://freemusicarchive.org/music/ultracat/disco_high/ultracat_-_01_-_disco_high\"&gt;\"Disco High\"&lt;/a&gt;) and James Pants (&lt;a href=\"http://freemusicarchive.org/music/james_pants/bonus_beat_blast_2011/34_james_pants-cha_cha_demo\"&gt;\"Cha Cha Demo\"&lt;/a&gt;).&lt;/p&gt;\n&lt;p&gt;&lt;em&gt; Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.    &lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 23 Apr 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-episode-4-gay-republicans/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy042317_cms751504_pod.mp3?awparams=nancy%3As1\" length=\"0\" type=\"audio/mpeg\" /><category>gay</category><category>lgbt</category><category>news</category><category>politics</category><category>storytelling</category><category>transgender</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy042317_cms751504_pod.mp3?awparams=nancy%3As1\" type=\"audio/mpeg\" /><media:description type=\"plain\">#4: The Elephant in the Room\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/DanieDrankwalter-GregAngelo-2_w71qAJd.jpg\" width=\"130\" height=\"130\" /><itunes:duration>35:06</itunes:duration><content:encoded><![CDATA[<p>Gay Republicans say they’ve got Trump on speed dial. Is he picking up the phone?</p>\n<p><span>— </span>This episode is a co-production with <a href=\"https://www.buzzfeed.com/news\">BuzzFeed </a>News.</p>\n<p><span>— </span><a href=\"https://www.buzzfeed.com/dominicholden\">Dominic Holden</a> is the site’s national LGBT reporter.</p>\n<p>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\">WNYC Studios</a>. Additional music by Tate Peterson (<a href=\"http://freemusicarchive.org/music/Tate_Peterson/Blues_Guitar/Ragtime\">\"Ragtime\"</a> and <a href=\"http://freemusicarchive.org/music/Tate_Peterson/Blues_Guitar/Mid_Day_Blues\">\"Mid Day Blues\"</a>), UltraCat (<a href=\"http://freemusicarchive.org/music/ultracat/disco_high/ultracat_-_01_-_disco_high\">\"Disco High\"</a>) and James Pants (<a href=\"http://freemusicarchive.org/music/james_pants/bonus_beat_blast_2011/34_james_pants-cha_cha_demo\">\"Cha Cha Demo\"</a>).</p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></content:encoded><itunes:title>The Elephant in the Room</itunes:title><itunes:summary><![CDATA[<p>Gay Republicans say they’ve got Trump on speed dial. Is he picking up the phone?</p>\n<p><span>— </span>This episode is a co-production with <a href=\"https://www.buzzfeed.com/news\">BuzzFeed </a>News.</p>\n<p><span>— </span><a href=\"https://www.buzzfeed.com/dominicholden\">Dominic Holden</a> is the site’s national LGBT reporter.</p>\n<p>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\">WNYC Studios</a>. Additional music by Tate Peterson (<a href=\"http://freemusicarchive.org/music/Tate_Peterson/Blues_Guitar/Ragtime\">\"Ragtime\"</a> and <a href=\"http://freemusicarchive.org/music/Tate_Peterson/Blues_Guitar/Mid_Day_Blues\">\"Mid Day Blues\"</a>), UltraCat (<a href=\"http://freemusicarchive.org/music/ultracat/disco_high/ultracat_-_01_-_disco_high\">\"Disco High\"</a>) and James Pants (<a href=\"http://freemusicarchive.org/music/james_pants/bonus_beat_blast_2011/34_james_pants-cha_cha_demo\">\"Cha Cha Demo\"</a>).</p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>1</itunes:season><itunes:episode>4</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle> Gay Republicans say they’ve got Trump on speed dial. Is he picking up the phone? This episode is a co-production with BuzzFeed News. Dominic Holden is the site’s national LGBT reporter. Follow Nancy on Facebook and Twitter and sign up for our newsletter </itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#3: I Had No Idea\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-episode-3-i-had-no-idea/</link><description>&lt;p&gt;We were in a relationship?&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;&lt;a href=\"http://www.peteralexanderbresnan.com/\"&gt;Peter Bresnan&lt;/a&gt;&lt;a href=\"http://www.shakina.nyc/\"&gt; is a radio producer in New York.&lt;/a&gt;&lt;/li&gt;\n&lt;li&gt;&lt;a href=\"http://www.shakina.nyc/\"&gt;Shakina Nayfack&lt;/a&gt; was accompanied by pianist and composer &lt;a href=\"http://mtf.nyc/people/julianne-wick-davis/\"&gt;Julianne Wick Davis&lt;/a&gt;.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Follow Nancy on &lt;a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\"&gt;Facebook&lt;/a&gt; and &lt;a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\"&gt;Twitter&lt;/a&gt; and sign up for our newsletter at &lt;a href=\"http://www.nancypodcast.org/\" target=\"_blank\" class=\"external-link\"&gt;nancypodcast.org&lt;/a&gt;. Nancy is a production of &lt;a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\"&gt;WNYC Studios&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;Episode scoring by Isaac Jones with additional music by U.S. Army Blues (&lt;a href=\"http://freemusicarchive.org/music/US_Army_Blues/Live_At_Blues_Alley/0_-_09_-_The_US_Army_Blues_-_Barbara\"&gt;\"Barbara\"&lt;/a&gt;). &lt;/p&gt;\n&lt;p&gt;&lt;div class=\"user-embedded-video\"&gt;&lt;div id=\"videoplayer_idm140118593004192a9ff5762-ef33-4367-9af3-cdb848e67836\"&gt;&lt;iframe width=\"620\" height=\"349\" src=\"https://www.youtube.com/embed/Lk43BYZClxQ?wmode=transparent&amp;amp;autohide=1&amp;amp;rel=0&amp;amp;showinfo=0&amp;amp;feature=oembed&amp;amp;enablejsapi=1\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen=\"allowfullscreen\" id=\"a-9206574620506434057\" class=\"youtube_video\" mozallowfullscreen=\"mozallowfullscreen\" webkitallowfullscreen=\"webkitallowfullscreen\" data-original-url=\"https://www.youtube.com/watch?v=Lk43BYZClxQ&amp;amp;feature=youtu.be\"&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt;  &lt;/p&gt;\n&lt;p&gt;&lt;em&gt; Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.    &lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Sun, 16 Apr 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-episode-3-i-had-no-idea/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy041617_cms749366_pod.mp3?awparams=nancy%3As1\" length=\"0\" type=\"audio/mpeg\" /><category>explicit</category><category>gay</category><category>gay_and_lesbian</category><category>life</category><category>love</category><category>music</category><category>storytelling</category><category>transgender</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy041617_cms749366_pod.mp3?awparams=nancy%3As1\" type=\"audio/mpeg\" /><media:description type=\"plain\">#3: I Had No Idea\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/h/80/1/DanieDrankwalter-Shakina.jpg\" width=\"130\" height=\"130\" /><itunes:duration>39:46</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>We were in a relationship?</p>\n<p><span>— </span><a href=\"http://www.peteralexanderbresnan.com/\">Peter Bresnan</a> is a radio producer in New York.</p>\n<p><span>— </span><a href=\"http://www.shakina.nyc/\">Shakina Nayfack</a> was accompanied by pianist and composer <a href=\"http://mtf.nyc/people/julianne-wick-davis/\">Julianne Wick Davis</a>.</p>\n<p>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\" target=\"_blank\" class=\"external-link\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p>Episode scoring by Isaac Jones with additional music by U.S. Army Blues (<a href=\"http://freemusicarchive.org/music/US_Army_Blues/Live_At_Blues_Alley/0_-_09_-_The_US_Army_Blues_-_Barbara\">\"Barbara\"</a>). </p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></content:encoded><itunes:title>I Had No Idea</itunes:title><itunes:summary><![CDATA[<p>We were in a relationship?</p>\n<p><span>— </span><a href=\"http://www.peteralexanderbresnan.com/\">Peter Bresnan</a> is a radio producer in New York.</p>\n<p><span>— </span><a href=\"http://www.shakina.nyc/\">Shakina Nayfack</a> was accompanied by pianist and composer <a href=\"http://mtf.nyc/people/julianne-wick-davis/\">Julianne Wick Davis</a>.</p>\n<p>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\" target=\"_blank\" class=\"external-link\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\" target=\"_blank\" class=\"external-link\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\" target=\"_blank\" class=\"external-link\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\" target=\"_blank\" class=\"external-link\">WNYC Studios</a>.</p>\n<p>Episode scoring by Isaac Jones with additional music by U.S. Army Blues (<a href=\"http://freemusicarchive.org/music/US_Army_Blues/Live_At_Blues_Alley/0_-_09_-_The_US_Army_Blues_-_Barbara\">\"Barbara\"</a>). </p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>1</itunes:season><itunes:episode>3</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> We were in a relationship? Peter Bresnan is a radio producer in New York. Shakina Nayfack was accompanied by pianist and composer Julianne Wick Davis. Follow Nancy on Facebook and Twitter and sign up for our newsletter at nancypodcast.org. Nancy is a pro</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#2: Like Two Ken Dolls Being Smashed Together\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-episode-2-like-two-ken-dolls-being-smashed-together/</link><description>&lt;p&gt;When sex ed doesn't cover it, you've got to figure stuff out on your own.&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Tobin looks for \"the first Asian top.\"&lt;/li&gt;\n&lt;li&gt;Sarah Lu reconnects with a woman from her past.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Follow Nancy on &lt;a href=\"https://www.facebook.com/nancypodcast/\"&gt;Facebook&lt;/a&gt; and &lt;a href=\"https://twitter.com/nancypodcast\"&gt;Twitter&lt;/a&gt; and sign up for our newsletter at &lt;a href=\"http://www.nancypodcast.org/\"&gt;nancypodcast.org&lt;/a&gt;. Nancy is a production of &lt;a href=\"http://wnycstudios.wnyc.org/\"&gt;WNYC Studios&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;Theme music by Alex Overington with scoring by Jeremy Bloom. Additional music by Arne Bang Huseby (&lt;a href=\"http://freemusicarchive.org/music/Arne_Bang_Huseby/~/Arne_Huseby_-__Stormy_Blues\"&gt;“Stormy Blues”&lt;/a&gt;), Jalen Warshowsky (&lt;a href=\"http://freemusicarchive.org/music/Jalen_Warshawsky/Bonus_Beat_Blast_2011/31_jalen_warshawsky-dollar_theatre\"&gt;“Dollar Theater”&lt;/a&gt;), Josh Woodward (&lt;a href=\"http://freemusicarchive.org/music/Josh_Woodward/Breadcrumbs/JoshWoodward-Breadcrumbs-NoVox-09-OnceTomorrow\"&gt;“Once Tomorrow”&lt;/a&gt; and &lt;a href=\"http://freemusicarchive.org/music/Josh_Woodward/Breadcrumbs/JoshWoodward-Breadcrumbs-NoVox-07-GreySnow\"&gt;“Grey Snow”&lt;/a&gt;), Anamorphic Orchestra (&lt;a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/Anamorphic_Orchestra/Taking_Dark_Matter_Lightly\"&gt;“Taking Dark Matter Lightly”&lt;/a&gt;), Joey Pecoraro (&lt;a href=\"https://soundcloud.com/joeypecoraro/strong-vibes\"&gt;“Strong Vibes”&lt;/a&gt;), and Little Glass Men (&lt;a href=\"http://freemusicarchive.org/music/Little_Glass_Men/Kelp_Grooves/Kelp_Grooves\"&gt;“Kelp Grooves”&lt;/a&gt;).&lt;/p&gt;\n&lt;p&gt;&lt;em&gt; Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.    &lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Mon, 10 Apr 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-episode-2-like-two-ken-dolls-being-smashed-together/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy041017_cms744931_pod.mp3?awparams=nancy%3As1\" length=\"0\" type=\"audio/mpeg\" /><category>arts_and_culture</category><category>explicit</category><category>gender</category><category>lgbt</category><category>storytelling</category><category>television</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy041017_cms744931_pod.mp3?awparams=nancy%3As1\" type=\"audio/mpeg\" /><media:description type=\"plain\">#2: Like Two Ken Dolls Being Smashed Together\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/DanieDrankwalter-Tobin_EpisodeImage_J5tl56F.jpg\" width=\"130\" height=\"130\" /><itunes:duration>36:25</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>When sex ed doesn't cover it, you've got to figure stuff out on your own.</p>\n<p><span>— </span>Tobin looks for \"the first Asian top.\"</p>\n<p><span>— </span>Sarah Lu reconnects with a woman from her past.</p>\n<p>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\">WNYC Studios</a>.</p>\n<p>Theme music by Alex Overington with scoring by Jeremy Bloom. Additional music by Arne Bang Huseby (<a href=\"http://freemusicarchive.org/music/Arne_Bang_Huseby/~/Arne_Huseby_-__Stormy_Blues\">“Stormy Blues”</a>), Jalen Warshowsky (<a href=\"http://freemusicarchive.org/music/Jalen_Warshawsky/Bonus_Beat_Blast_2011/31_jalen_warshawsky-dollar_theatre\">“Dollar Theater”</a>), Josh Woodward (<a href=\"http://freemusicarchive.org/music/Josh_Woodward/Breadcrumbs/JoshWoodward-Breadcrumbs-NoVox-09-OnceTomorrow\">“Once Tomorrow”</a> and <a href=\"http://freemusicarchive.org/music/Josh_Woodward/Breadcrumbs/JoshWoodward-Breadcrumbs-NoVox-07-GreySnow\">“Grey Snow”</a>), Anamorphic Orchestra (<a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/Anamorphic_Orchestra/Taking_Dark_Matter_Lightly\">“Taking Dark Matter Lightly”</a>), Joey Pecoraro (<a href=\"https://soundcloud.com/joeypecoraro/strong-vibes\">“Strong Vibes”</a>), and Little Glass Men (<a href=\"http://freemusicarchive.org/music/Little_Glass_Men/Kelp_Grooves/Kelp_Grooves\">“Kelp Grooves”</a>).</p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></content:encoded><itunes:title>Like Two Ken Dolls Being Smashed Together</itunes:title><itunes:summary><![CDATA[<p>When sex ed doesn't cover it, you've got to figure stuff out on your own.</p>\n<p><span>— </span>Tobin looks for \"the first Asian top.\"</p>\n<p><span>— </span>Sarah Lu reconnects with a woman from her past.</p>\n<p>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\">WNYC Studios</a>.</p>\n<p>Theme music by Alex Overington with scoring by Jeremy Bloom. Additional music by Arne Bang Huseby (<a href=\"http://freemusicarchive.org/music/Arne_Bang_Huseby/~/Arne_Huseby_-__Stormy_Blues\">“Stormy Blues”</a>), Jalen Warshowsky (<a href=\"http://freemusicarchive.org/music/Jalen_Warshawsky/Bonus_Beat_Blast_2011/31_jalen_warshawsky-dollar_theatre\">“Dollar Theater”</a>), Josh Woodward (<a href=\"http://freemusicarchive.org/music/Josh_Woodward/Breadcrumbs/JoshWoodward-Breadcrumbs-NoVox-09-OnceTomorrow\">“Once Tomorrow”</a> and <a href=\"http://freemusicarchive.org/music/Josh_Woodward/Breadcrumbs/JoshWoodward-Breadcrumbs-NoVox-07-GreySnow\">“Grey Snow”</a>), Anamorphic Orchestra (<a href=\"http://freemusicarchive.org/music/Anamorphic_Orchestra/Anamorphic_Orchestra/Taking_Dark_Matter_Lightly\">“Taking Dark Matter Lightly”</a>), Joey Pecoraro (<a href=\"https://soundcloud.com/joeypecoraro/strong-vibes\">“Strong Vibes”</a>), and Little Glass Men (<a href=\"http://freemusicarchive.org/music/Little_Glass_Men/Kelp_Grooves/Kelp_Grooves\">“Kelp Grooves”</a>).</p>\n<p><em>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>1</itunes:season><itunes:episode>2</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> When sex ed doesn't cover it, you've got to figure stuff out on your own. Tobin looks for \"the first Asian top.\" Sarah Lu reconnects with a woman from her past. Follow Nancy on Facebook and Twitter and sign up for our newsletter at nancypodcast.org. Nanc</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>#1: Hello, hello\n</title><link>http://www.wnycstudios.org/story/nancy-podcast-episode-1-hello-hello/</link><description>&lt;p&gt;Come out. Repeat. Record.&lt;/p&gt;\n&lt;ul&gt;\n&lt;li&gt;Kathy has to come out to her mom over and over again. This time she wants to know her mom understands.&lt;/li&gt;\n&lt;li&gt;Tobin's dad gets help from &lt;a href=\"https://www.youtube.com/watch?v=i7gszAo2CXs\"&gt;five fabulous friends&lt;/a&gt;.&lt;/li&gt;\n&lt;/ul&gt;\n&lt;p&gt;Follow Nancy on &lt;a href=\"https://www.facebook.com/nancypodcast/\"&gt;Facebook&lt;/a&gt; and &lt;a href=\"https://twitter.com/nancypodcast\"&gt;Twitter&lt;/a&gt; and sign up for our newsletter at &lt;a href=\"http://www.nancypodcast.org/\"&gt;nancypodcast.org&lt;/a&gt;. Nancy is a production of &lt;a href=\"http://wnycstudios.wnyc.org/\"&gt;WNYC Studios&lt;/a&gt;.&lt;/p&gt;\n&lt;p&gt;Theme music by Alex Overington. Scoring by Jeremy Bloom with additional music by Broke For Free (&lt;a href=\"http://freemusicarchive.org/music/Broke_For_Free/Slam_Funk/Broke_For_Free_-_Slam_Funk_-_05_Hella\"&gt;\"Hella\"&lt;/a&gt; and &lt;a href=\"http://freemusicarchive.org/music/Broke_For_Free/Petal/Broke_For_Free_-_Petal_-_09_Add_And\"&gt;\"Add And\"&lt;/a&gt;), UltraCat (&lt;a href=\"http://freemusicarchive.org/music/UltraCat/Disco_High/ultracat_-_01_-_disco_high\"&gt;\"Disco High\"&lt;/a&gt;), Wake (&lt;a href=\"http://freemusicarchive.org/music/Wake/Bonus_Beat_Blast_2011/71_wake-nick_beat\"&gt;\"Nick Beat\"&lt;/a&gt;), Little Glass Men (&lt;a href=\"http://freemusicarchive.org/music/Little_Glass_Men/Kelp_Grooves/Kelp_Grooves\"&gt;\"Kelp Grooves\"&lt;/a&gt;), and Co.fee (&lt;a href=\"http://freemusicarchive.org/music/Cofee/bonus_beat_blast_2011/13_co_fee-calabash\"&gt;\"Calabash\"&lt;/a&gt;).&lt;/p&gt;\n&lt;p&gt;Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.    &lt;/p&gt;\n</description><pubDate>Sun, 09 Apr 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-podcast-episode-1-hello-hello/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy040917_cms744347_pod.mp3?awparams=nancy%3As1\" length=\"0\" type=\"audio/mpeg\" /><category>arts_and_culture</category><category>conversations</category><category>explicit</category><category>family</category><category>father</category><category>life</category><category>mother</category><category>parenting</category><category>sexuality</category><category>stories</category><category>story</category><category>storytelling</category><category>tv</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy040917_cms744347_pod.mp3?awparams=nancy%3As1\" type=\"audio/mpeg\" /><media:description type=\"plain\">#1: Hello, hello\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/Kathy-3.jpg\" width=\"130\" height=\"130\" /><itunes:duration>29:27</itunes:duration><itunes:explicit>yes</itunes:explicit><content:encoded><![CDATA[<p>Come out. Repeat. Record.</p>\n<p><span>— </span>Kathy has come out to her mom over and over again. This time she wants to know her mom understands.</p>\n<p><span>— </span>Tobin's dad gets help from <a href=\"https://www.youtube.com/watch?v=i7gszAo2CXs\">five fabulous friends</a>.</p>\n<p>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\">WNYC Studios</a>.</p>\n<p>Theme music by Alex Overington. Scoring by Jeremy Bloom with additional music by Broke For Free (<a href=\"http://freemusicarchive.org/music/Broke_For_Free/Slam_Funk/Broke_For_Free_-_Slam_Funk_-_05_Hella\">\"Hella\"</a> and <a href=\"http://freemusicarchive.org/music/Broke_For_Free/Petal/Broke_For_Free_-_Petal_-_09_Add_And\">\"Add And\"</a>), UltraCat (<a href=\"http://freemusicarchive.org/music/UltraCat/Disco_High/ultracat_-_01_-_disco_high\">\"Disco High\"</a>), Wake (<a href=\"http://freemusicarchive.org/music/Wake/Bonus_Beat_Blast_2011/71_wake-nick_beat\">\"Nick Beat\"</a>), Little Glass Men (<a href=\"http://freemusicarchive.org/music/Little_Glass_Men/Kelp_Grooves/Kelp_Grooves\">\"Kelp Grooves\"</a>), and Co.fee (<a href=\"http://freemusicarchive.org/music/Cofee/bonus_beat_blast_2011/13_co_fee-calabash\">\"Calabash\"</a>).</p>\n<p>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </p>]]></content:encoded><itunes:title>Hello, hello</itunes:title><itunes:summary><![CDATA[<p>Come out. Repeat. Record.</p>\n<p><span>— </span>Kathy has come out to her mom over and over again. This time she wants to know her mom understands.</p>\n<p><span>— </span>Tobin's dad gets help from <a href=\"https://www.youtube.com/watch?v=i7gszAo2CXs\">five fabulous friends</a>.</p>\n<p>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\">WNYC Studios</a>.</p>\n<p>Theme music by Alex Overington. Scoring by Jeremy Bloom with additional music by Broke For Free (<a href=\"http://freemusicarchive.org/music/Broke_For_Free/Slam_Funk/Broke_For_Free_-_Slam_Funk_-_05_Hella\">\"Hella\"</a> and <a href=\"http://freemusicarchive.org/music/Broke_For_Free/Petal/Broke_For_Free_-_Petal_-_09_Add_And\">\"Add And\"</a>), UltraCat (<a href=\"http://freemusicarchive.org/music/UltraCat/Disco_High/ultracat_-_01_-_disco_high\">\"Disco High\"</a>), Wake (<a href=\"http://freemusicarchive.org/music/Wake/Bonus_Beat_Blast_2011/71_wake-nick_beat\">\"Nick Beat\"</a>), Little Glass Men (<a href=\"http://freemusicarchive.org/music/Little_Glass_Men/Kelp_Grooves/Kelp_Grooves\">\"Kelp Grooves\"</a>), and Co.fee (<a href=\"http://freemusicarchive.org/music/Cofee/bonus_beat_blast_2011/13_co_fee-calabash\">\"Calabash\"</a>).</p>\n<p>Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </p>]]></itunes:summary><itunes:episodeType>full</itunes:episodeType><itunes:season>1</itunes:season><itunes:episode>1</itunes:episode><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:subtitle> Come out. Repeat. Record. Kathy has to come out to her mom over and over again. This time she wants to know her mom understands. Tobin's dad gets help from five fabulous friends. Follow Nancy on Facebook and Twitter and sign up for our newsletter at nanc</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><item><title>Nancy: It's a Podcast, Not a Person\n</title><link>http://www.wnycstudios.org/story/nancy-trailer/</link><description>&lt;p&gt;BFFs Kathy Tu and Tobin Low are super queer, super fun and ready to take over your podcast feed. Join them for provocative stories and frank conversations about the LGBTQ experience today. Coming out April 9.&lt;/p&gt;\n&lt;p&gt;&lt;em&gt;Follow Nancy on &lt;a href=\"https://www.facebook.com/nancypodcast/\"&gt;Facebook&lt;/a&gt; and &lt;a href=\"https://twitter.com/nancypodcast\"&gt;Twitter&lt;/a&gt; and sign up for our newsletter at &lt;a href=\"http://www.nancypodcast.org/\"&gt;nancypodcast.org&lt;/a&gt;. Nancy is a production of &lt;a href=\"http://wnycstudios.wnyc.org/\"&gt;WNYC Studios&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;\n&lt;p&gt;&lt;em&gt; Support our work. Become a Nancy member today at &lt;a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;amp;utm_medium=nancy-redirect&amp;amp;utm_campaign=pledge&amp;amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\"&gt;Nancypodcast.org/donate&lt;/a&gt;.    &lt;/em&gt;&lt;/p&gt;\n</description><pubDate>Tue, 04 Apr 2017 12:00:00 -0400</pubDate><guid isPermaLink=\"true\">http://www.wnyc.org/story/nancy-trailer/</guid><enclosure url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy040417_cms744411_pod.mp3?aisGetOriginalStream=true\" length=\"0\" type=\"audio/mpeg\" /><category>arts_and_culture</category><category>lgbt</category><category>life</category><category>sexuality</category><category>storytelling</category><media:content url=\"https://www.podtrac.com/pts/redirect.mp3/audio.wnyc.org/nancy/nancy040417_cms744411_pod.mp3?aisGetOriginalStream=true\" type=\"audio/mpeg\" /><media:description type=\"plain\">Nancy: It's a Podcast, Not a Person\n</media:description><media:thumbnail url=\"https://media.wnyc.org/i/130/130/l/80/1/TobinKathy_EpisodeImage.jpg\" width=\"130\" height=\"130\" /><itunes:duration>2:46</itunes:duration><content:encoded><![CDATA[<p>BFFs Kathy Tu and Tobin Low are super queer, super fun and ready to take over your podcast feed. Join them for provocative stories and frank conversations about the LGBTQ experience today. Coming out April 9.</p>\n<p><em>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\">WNYC Studios</a>.</em></p>\n<p><em> Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></content:encoded><itunes:title>Nancy: It's a Podcast, Not a Person</itunes:title><itunes:summary><![CDATA[<p>BFFs Kathy Tu and Tobin Low are super queer, super fun and ready to take over your podcast feed. Join them for provocative stories and frank conversations about the LGBTQ experience today. Coming out April 9.</p>\n<p><em>Follow Nancy on <a href=\"https://www.facebook.com/nancypodcast/\">Facebook</a> and <a href=\"https://twitter.com/nancypodcast\">Twitter</a> and sign up for our newsletter at <a href=\"http://www.nancypodcast.org/\">nancypodcast.org</a>. Nancy is a production of <a href=\"http://wnycstudios.wnyc.org/\">WNYC Studios</a>.</em></p>\n<p><em> Support our work. Become a Nancy member today at <a href=\"https://pledge3.wnyc.org/donate/nancy-it/onestep/?utm_source=wnyc&amp;utm_medium=nancy-redirect&amp;utm_campaign=pledge&amp;utm_content=show-notes\" target=\"_blank\" title=\"Pledge\">Nancypodcast.org/donate</a>.    </em></p>]]></itunes:summary><itunes:episodeType>trailer</itunes:episodeType><itunes:season>1</itunes:season><dc:creator xmlns:dc=\"http://purl.org/dc/elements/1.1/\">WNYC Studios</dc:creator><itunes:explicit>no</itunes:explicit><itunes:subtitle> BFFs Kathy Tu and Tobin Low are super queer, super fun and ready to take over your podcast feed. Join them for provocative stories and frank conversations about the LGBTQ experience today. Coming out April 9. Follow Nancy on Facebook and Twitter and sign</itunes:subtitle><itunes:author>WNYC Studios</itunes:author><itunes:keywords>lgtbq,gay,lesbian,asian,politics,storytelling,homosexuality,conversations</itunes:keywords></item><copyright>© WNYC</copyright><media:credit role=\"author\">WNYC Studios</media:credit><media:rating>nonadult</media:rating></channel></rss>\n"
  },
  {
    "path": "api/test/data/podcast-feed/serial",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<?xml-stylesheet type=\"text/xsl\" media=\"screen\" href=\"/~d/styles/rss2enclosuresfull.xsl\"?><?xml-stylesheet type=\"text/css\" media=\"screen\" href=\"http://feeds.serialpodcast.org/~d/styles/itemcontent.css\"?><rss xmlns:dc=\"http://purl.org/dc/elements/1.1/\" xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\" xmlns:feedburner=\"http://rssnamespace.org/feedburner/ext/1.0\" version=\"2.0\" xml:base=\"https://serialpodcast.org\">\n<channel>\n <title>Serial</title>\n <link>https://serialpodcast.org</link>\n <description>Serial is a podcast from the creators of This American Life, hosted by Sarah Koenig. Serial unfolds one story - a true story - over the course of a whole season. The show follows the plot and characters wherever they lead, through many surprising twists and turns. Sarah won't know what happens at the end of the story until she gets there, not long before you get there with her. Each week she'll bring you the latest chapter, so it's important to listen in, starting with Episode 1. New episodes are released on Thursday mornings.</description>\n <language>en</language>\n <copyright>Copyright 2018 Serial Podcast</copyright>\n <itunes:author>This American Life</itunes:author>\n <itunes:subtitle>A podcast from the creators of This American Life</itunes:subtitle>\n <itunes:owner> <itunes:email>rich@thislife.org</itunes:email>\n</itunes:owner>\n <itunes:category text=\"News &amp; Politics\" />\n <itunes:image href=\"https://serialpodcast.org/sites/all/modules/custom/serial/img/serial-itunes-logo.png\" />\n<atom10:link xmlns:atom10=\"http://www.w3.org/2005/Atom\" rel=\"self\" type=\"application/rss+xml\" href=\"http://feeds.serialpodcast.org/serialpodcast\" /><feedburner:info uri=\"serialpodcast\" /><atom10:link xmlns:atom10=\"http://www.w3.org/2005/Atom\" rel=\"hub\" href=\"http://pubsubhubbub.appspot.com/\" /><item>\n <title>S-Town Is Live</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/Dx1_WiYrlg0/live</link>\n <description>Sarah Koenig, Ira Glass, and Brian Reed talk about our new show, S-Town. All 7 chapters are available now.&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/Dx1_WiYrlg0\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Tue, 28 Mar 2017 13:15:00 +0000</pubDate>\n <guid isPermaLink=\"false\">206 at http://serialpodcast.org</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:duration>00:03:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/files.serialpodcast.org/sites/default/files/podcast/20f1b8c65ac20b2c5a34b74666446833/s-town-promo-serial.mp3\" type=\"audio/mpeg\" length=\"4130451\" />\n <itunes:subtitle>All 7 chapters are available now.</itunes:subtitle>\n <itunes:summary>Sarah Koenig, Ira Glass, and Brian Reed talk about our new show, S-Town. All 7 chapters are available now.</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/s-town/live</feedburner:origLink></item>\n<item>\n <title>Preview of S-Town, Our New Show</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/yN5PlS1f8ng/s-town</link>\n <description>We have a new show! Here’s a sneak peek of S-Town, a new podcast from Serial and This American Life, hosted by Brian Reed. S-Town is the story of a man named John who despises his Alabama town and decides to do something about it. He asks Brian to investigate the son of a wealthy family who’s allegedly been bragging that he got away with murder. But when someone else ends up dead, the search for the truth leads to a nasty feud, a hunt for hidden treasure, and an unearthing of the mysteries of one man’s life. Coming March 28.&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/yN5PlS1f8ng\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Tue, 14 Mar 2017 14:00:00 +0000</pubDate>\n <guid isPermaLink=\"false\">205 at http://serialpodcast.org</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:duration>00:04:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/files.serialpodcast.org/sites/default/files/podcast/f2d831f130edc7e9b306d34038e61b5d/s-town-e00-serial.mp3\" type=\"audio/mpeg\" length=\"5169131\" />\n <itunes:subtitle>Coming March 28</itunes:subtitle>\n <itunes:summary>We have a new show! Here’s a sneak peek of S-Town, a new podcast from Serial and This American Life, hosted by Brian Reed. S-Town is the story of a man named John who despises his Alabama town and decides to do something about it. He asks Brian to investigate the son of a wealthy family who’s allegedly been bragging that he got away with murder. But when someone else ends up dead, the search for the truth leads to a nasty feud, a hunt for hidden treasure, and an unearthing of the mysteries of one man’s life. Coming March 28.</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/s-town</feedburner:origLink></item>\n<item>\n <title>S02 Episode 11: Present for Duty</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/ER74kTeBpU4/present-for-duty</link>\n <description>The Season Two finale: What is Bowe’s fault, and what isn’t?&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/ER74kTeBpU4\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 31 Mar 2016 09:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">s02-e11</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>1</itunes:order>\n <itunes:duration>01:06:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/7375b8c5-597c-4816-963d-07f75de47d58/serial-s02-e11.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>The Season Two finale: What is Bowe’s fault, and what isn’t?</itunes:subtitle>\n <itunes:summary>The Season Two finale: What is Bowe’s fault, and what isn’t?</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-two/11/present-for-duty</feedburner:origLink></item>\n<item>\n <title>S02 Episode 10: Thorny Politics</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/oHPb3mkRkX4/thorny-politics</link>\n <description>Are you hearing what I’m hearing?&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/oHPb3mkRkX4\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 17 Mar 2016 09:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">s02-e10</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>1</itunes:order>\n <itunes:duration>00:52:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/c473d76e-bf3a-46e9-8380-ce27ff5c5dc4/serial-s02-e10.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>Are you hearing what I’m hearing?</itunes:subtitle>\n <itunes:summary>Are you hearing what I’m hearing?</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-two/10/thorny-politics</feedburner:origLink></item>\n<item>\n <title>S02 Episode 09: Trade Secrets</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/BvQ0mhztMCs/trade-secrets</link>\n <description>You don’t make peace with your friends. &lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/BvQ0mhztMCs\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 03 Mar 2016 10:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">s02-e09</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>1</itunes:order>\n <itunes:duration>00:49:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/b2e8cc39-1bea-4246-9205-775f7c1152ad/serial-s02-e09.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>You don’t make peace with your friends. </itunes:subtitle>\n <itunes:summary>You don’t make peace with your friends. </itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-two/9/trade-secrets</feedburner:origLink></item>\n<item>\n <title>S02 Episode 08: Hindsight, Part 2</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/4G-PlKo8KQw/hindsight-part-2</link>\n <description>Woulda, coulda, shoulda…&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/4G-PlKo8KQw\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Fri, 19 Feb 2016 10:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">s02-e08</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>1</itunes:order>\n <itunes:duration>00:37:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/71b7d15f-8dd1-46d0-b761-a41ccdba0641/serial-s02-e08.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>Woulda, coulda, shoulda…</itunes:subtitle>\n <itunes:summary>Woulda, coulda, shoulda…</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-two/8/hindsight-part-2</feedburner:origLink></item>\n<item>\n <title>S02 Episode 07: Hindsight, Part 1</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/xFiGWl0XK1Y/hindsight-part-1</link>\n <description>It makes sense if you’re Bowe Bergdahl.&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/xFiGWl0XK1Y\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 18 Feb 2016 10:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">s02-e07</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>1</itunes:order>\n <itunes:duration>00:38:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/2097919b-f33a-4437-aacf-bd08abb2e91b/serial-s02-e07.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>It makes sense if you’re Bowe Bergdahl.</itunes:subtitle>\n <itunes:summary>It makes sense if you’re Bowe Bergdahl.</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-two/7/hindsight-part-1</feedburner:origLink></item>\n<item>\n <title>S01 Update: Day 03, Adnan Syed’s Hearing</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/KRxuh5iVh_A/day-03</link>\n <description>February 2016: Sarah Koenig ducks back into the Adnan Syed case for a few days. There’s a hearing in Baltimore—a court proceeding that’s been nearly sixteen years in the making. Syed’s attorney will introduce new evidence, and present a case for why his conviction should be overturned. Sarah and producer Dana Chivvis will discuss what happens, day by day.&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/KRxuh5iVh_A\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Sat, 06 Feb 2016 10:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">160 at http://serialpodcast.org</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>2</itunes:order>\n <itunes:duration>00:15:00</itunes:duration>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/7d56195a-2df7-4f58-8fa9-5479934351b4/serial-s01-day03.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>February 2016: Sarah Koenig ducks back into the Adnan Syed case for a few days. There’s a hearing in Baltimore—a court proceeding that’s been nearly sixteen years in the making. Syed’s attorney will introduce new evidence, and present a case for why...</itunes:subtitle>\n <itunes:summary>February 2016: Sarah Koenig ducks back into the Adnan Syed case for a few days. There’s a hearing in Baltimore—a court proceeding that’s been nearly sixteen years in the making. Syed’s attorney will introduce new evidence, and present a case for why his conviction should be overturned. Sarah and producer Dana Chivvis will discuss what happens, day by day.</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-one/adnan-syeds-hearing/day-03</feedburner:origLink></item>\n<item>\n <title>S01 Update: Day 02, Adnan Syed’s Hearing</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/X8PEKf-XJNI/day-02</link>\n <description>February 2016: Sarah Koenig ducks back into the Adnan Syed case for a few days. There’s a hearing in Baltimore—a court proceeding that’s been nearly sixteen years in the making. Syed’s attorney will introduce new evidence, and present a case for why his conviction should be overturned. Sarah and producer Dana Chivvis will discuss what happens, day by day.&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/X8PEKf-XJNI\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Fri, 05 Feb 2016 07:45:00 +0000</pubDate>\n <guid isPermaLink=\"false\">159 at http://serialpodcast.org</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>2</itunes:order>\n <itunes:duration>00:15:00</itunes:duration>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/9087c24a-61e8-414c-9fc2-8f5fb19c37df/serial-s01-day02.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>February 2016: Sarah Koenig ducks back into the Adnan Syed case for a few days. There’s a hearing in Baltimore—a court proceeding that’s been nearly sixteen years in the making. Syed’s attorney will introduce new evidence, and present a case for why...</itunes:subtitle>\n <itunes:summary>February 2016: Sarah Koenig ducks back into the Adnan Syed case for a few days. There’s a hearing in Baltimore—a court proceeding that’s been nearly sixteen years in the making. Syed’s attorney will introduce new evidence, and present a case for why his conviction should be overturned. Sarah and producer Dana Chivvis will discuss what happens, day by day.</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-one/adnan-syeds-hearing/day-02</feedburner:origLink></item>\n<item>\n <title>S02 Episode 06: 5 O'Clock Shadow</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/5Z1fVnr1aqI/5-oclock-shadow</link>\n <description>Why did Bowe Bergdahl walk off? &lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/5Z1fVnr1aqI\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 04 Feb 2016 10:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">s02-e06</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>1</itunes:order>\n <itunes:duration>01:00:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/09441b0a-d457-4319-9540-3a52f715faec/serial-s02-e06.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>Why did Bowe Bergdahl walk off? </itunes:subtitle>\n <itunes:summary>Why did Bowe Bergdahl walk off? </itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-two/6/5-oclock-shadow</feedburner:origLink></item>\n<item>\n <title>S01 Update: Day 01, Adnan Syed’s Hearing</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/fqTTG98UTek/day-01</link>\n <description>February 2016: Sarah Koenig ducks back into the Adnan Syed case for a few days. There’s a hearing in Baltimore—a court proceeding that’s been nearly sixteen years in the making. Syed’s attorney will introduce new evidence, and present a case for why his conviction should be overturned. Sarah and producer Dana Chivvis will discuss what happens, day by day.&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/fqTTG98UTek\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 04 Feb 2016 07:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">157 at http://serialpodcast.org</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>2</itunes:order>\n <itunes:duration>00:16:00</itunes:duration>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/2afc3d5d-229f-42f0-8b9e-af634312a932/serial-s01-day01.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>February 2016: Sarah Koenig ducks back into the Adnan Syed case for a few days. There’s a hearing in Baltimore—a court proceeding that’s been nearly sixteen years in the making. Syed’s attorney will introduce new evidence, and present a case for why...</itunes:subtitle>\n <itunes:summary>February 2016: Sarah Koenig ducks back into the Adnan Syed case for a few days. There’s a hearing in Baltimore—a court proceeding that’s been nearly sixteen years in the making. Syed’s attorney will introduce new evidence, and present a case for why his conviction should be overturned. Sarah and producer Dana Chivvis will discuss what happens, day by day.</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-one/adnan-syeds-hearing/day-01</feedburner:origLink></item>\n<item>\n <title>S02 Episode 05: Meanwhile, in Tampa</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/E1EQyPhXfSE/meanwhile-in-tampa</link>\n <description>CIA, FBI, YouTube, the Portland PD? There was no handbook for getting Bergdahl back.&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/E1EQyPhXfSE\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 21 Jan 2016 10:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">s02-e05</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>1</itunes:order>\n <itunes:duration>00:54:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/b10f2326-b3b9-478e-a74d-22c460946316/serial-s02-e05.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>CIA, FBI, YouTube, the Portland PD? There was no handbook for getting Bergdahl back.</itunes:subtitle>\n <itunes:summary>CIA, FBI, YouTube, the Portland PD? There was no handbook for getting Bergdahl back.</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-two/5/meanwhile-in-tampa</feedburner:origLink></item>\n<item>\n <title>S02 Episode 04: The Captors</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/4DAtVjr4_SM/the-captors</link>\n <description>What's happening on the other side of the door?&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/4DAtVjr4_SM\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 07 Jan 2016 10:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">s02-e04</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>1</itunes:order>\n <itunes:duration>00:46:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/87a95d90-539d-46da-8710-c141776a7e81/serial-s02-e04.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>What's happening on the other side of the door?</itunes:subtitle>\n <itunes:summary>What's happening on the other side of the door?</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-two/4/the-captors</feedburner:origLink></item>\n<item>\n <title>S02 Episode 03: Escaping</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/RneNvVu4LMw/escaping</link>\n <description>Bergdahl’s first year in captivity starts with an escape and ends with an escape. In between, he learns necessary, twisted lessons of survival.&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/RneNvVu4LMw\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 24 Dec 2015 10:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">s02-e03</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>1</itunes:order>\n <itunes:duration>00:55:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/926ff729-ac1a-4c3b-82a6-6413b3bd7165/serial-s02-e03.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>Bergdahl’s first year in captivity starts with an escape and ends with an escape. In between, he learns necessary, twisted lessons of survival.</itunes:subtitle>\n <itunes:summary>Bergdahl’s first year in captivity starts with an escape and ends with an escape. In between, he learns necessary, twisted lessons of survival.</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-two/3/escaping</feedburner:origLink></item>\n<item>\n <title>S02 Episode 02: The Golden Chicken</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/3mhZ_2w7q84/the-golden-chicken</link>\n <description>On the move with Bergdahl, the Taliban slip past the U.S. Army’s massive effort to find him. During those days and weeks, each side is asking, what is Bergdahl worth to us?&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/3mhZ_2w7q84\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 17 Dec 2015 10:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">s02-e02</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>1</itunes:order>\n <itunes:duration>00:59:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/a386ba8b-4104-4927-8b14-9bc935e0a5cf/serial-s02-e02.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>On the move with Bergdahl, the Taliban slip past the U.S. Army’s massive effort to find him. During those days and weeks, each side is asking, what is Bergdahl worth to us?</itunes:subtitle>\n <itunes:summary>On the move with Bergdahl, the Taliban slip past the U.S. Army’s massive effort to find him. During those days and weeks, each side is asking, what is Bergdahl worth to us?</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-two/2/the-golden-chicken</feedburner:origLink></item>\n<item>\n <title>S02 Episode 01: DUSTWUN</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/Z98VP9-ki8s/dustwun</link>\n <description>In the middle of the night, Pfc. Bowe Bergdahl grabs a notebook, snacks, water, some cash. Then he quietly slips off a remote U.S. Army outpost in eastern Afghanistan and into the dark, open desert. About 20 minutes later, it occurs to him: he’s in over his head. &lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/Z98VP9-ki8s\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 10 Dec 2015 11:00:00 +0000</pubDate>\n <guid isPermaLink=\"false\">s02-e01</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>1</itunes:order>\n <itunes:duration>00:44:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/bc2bd8be-41db-4769-b156-1c606650ce71/serial-s02-e01.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>In the middle of the night, Pfc. Bowe Bergdahl grabs a notebook, snacks, water, some cash. Then he quietly slips off a remote U.S. Army outpost in eastern Afghanistan and into the dark, open desert. About 20 minutes later, it occurs to him: he’s in...</itunes:subtitle>\n <itunes:summary>In the middle of the night, Pfc. Bowe Bergdahl grabs a notebook, snacks, water, some cash. Then he quietly slips off a remote U.S. Army outpost in eastern Afghanistan and into the dark, open desert. About 20 minutes later, it occurs to him: he’s in over his head. </itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-two/1/dustwun</feedburner:origLink></item>\n<item>\n <title>S01 Episode 12: What We Know</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/EN17Uu_zwto/what-we-know</link>\n <description>On January 13, 1999, Adnan Syed was a hurt and vengeful ex-boyfriend who carried out a premeditated murder. Or he was a bewildered bystander, framed for a crime he could never have committed. After 15 months of reporting, we take out everything we’ve got - interviews and documents and police reports - we shake it all out, and we see what sticks.&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/EN17Uu_zwto\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 18 Dec 2014 10:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">57 at http://serialpodcast.org</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>2</itunes:order>\n <itunes:duration>00:56:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/ea810ac6-a771-492f-b56a-e1b988903631/serial-s01-e12.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>On January 13, 1999, Adnan Syed was a hurt and vengeful ex-boyfriend who carried out a premeditated murder. Or he was a bewildered bystander, framed for a crime he could never have committed. After 15 months of reporting, we take out everything we’ve...</itunes:subtitle>\n <itunes:summary>On January 13, 1999, Adnan Syed was a hurt and vengeful ex-boyfriend who carried out a premeditated murder. Or he was a bewildered bystander, framed for a crime he could never have committed. After 15 months of reporting, we take out everything we’ve got - interviews and documents and police reports - we shake it all out, and we see what sticks.</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-one/12/what-we-know</feedburner:origLink></item>\n<item>\n <title>S01 Episode 11: Rumors</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/2jBxWKE77Oo/rumors</link>\n <description>Almost everyone describes the 17-year-old Adnan the same way: good kid, helpful at the mosque, respectful to his elders. But a couple of months ago, Sarah started getting phone calls from people who knew Adnan back then, and told her stories of a different kind of boy.&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/2jBxWKE77Oo\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 11 Dec 2014 10:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">56 at http://serialpodcast.org</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>2</itunes:order>\n <itunes:duration>00:41:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/08ee345b-1b30-4bab-9160-0506fea3b123/serial-s01-e11.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>Almost everyone describes the 17-year-old Adnan the same way: good kid, helpful at the mosque, respectful to his elders. But a couple of months ago, Sarah started getting phone calls from people who knew Adnan back then, and told her stories of a...</itunes:subtitle>\n <itunes:summary>Almost everyone describes the 17-year-old Adnan the same way: good kid, helpful at the mosque, respectful to his elders. But a couple of months ago, Sarah started getting phone calls from people who knew Adnan back then, and told her stories of a different kind of boy.</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-one/11/rumors</feedburner:origLink></item>\n<item>\n <title>S01 Episode 10: The Best Defense is a Good Defense</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/kOEzjfdp42E/the-best-defense-is-a-good-defense</link>\n <description>Adnan’s trial lawyer was M. Cristina Gutierrez, a renowned defense attorney in Maryland – tough and savvy and smart. Other lawyers said she was exactly the kind of person you’d want defending you on a first-degree murder charge. But Adnan was convicted, and a year later, Gutierrez was disbarred. What happened? &lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/kOEzjfdp42E\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 04 Dec 2014 10:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">54 at http://serialpodcast.org</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>2</itunes:order>\n <itunes:duration>00:54:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/f4626e87-319f-4af7-9fd8-f1b92afc067a/serial-s01-e10.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>Adnan’s trial lawyer was M. Cristina Gutierrez, a renowned defense attorney in Maryland – tough and savvy and smart. Other lawyers said she was exactly the kind of person you’d want defending you on a first-degree murder charge. But Adnan was convicted...</itunes:subtitle>\n <itunes:summary>Adnan’s trial lawyer was M. Cristina Gutierrez, a renowned defense attorney in Maryland – tough and savvy and smart. Other lawyers said she was exactly the kind of person you’d want defending you on a first-degree murder charge. But Adnan was convicted, and a year later, Gutierrez was disbarred. What happened? </itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-one/10/the-best-defense-is-a-good-defense</feedburner:origLink></item>\n<item>\n <title>S01 Episode 09: To Be Suspected</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/8qJNC0l-S2A/to-be-suspected</link>\n <description>New information is coming in about what maybe didn’t happen on January 13, 1999.  And while Adnan’s memory of that day is foggy at best, he does remember what happened next: being questioned, being arrested and, a little more than a year later, being sentenced to life in prison.&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/8qJNC0l-S2A\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 20 Nov 2014 10:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">49 at http://serialpodcast.org</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>2</itunes:order>\n <itunes:duration>00:45:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/46d17784-a8dc-4704-a30c-a5a34c91fed6/serial-s01-e09.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>New information is coming in about what maybe didn’t happen on January 13, 1999.  And while Adnan’s memory of that day is foggy at best, he does remember what happened next: being questioned, being arrested and, a little more than a year later, being...</itunes:subtitle>\n <itunes:summary>New information is coming in about what maybe didn’t happen on January 13, 1999.  And while Adnan’s memory of that day is foggy at best, he does remember what happened next: being questioned, being arrested and, a little more than a year later, being sentenced to life in prison.</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-one/9/to-be-suspected</feedburner:origLink></item>\n<item>\n <title>S01 Episode 08: The Deal with Jay</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/0jfvfEzHHlc/the-deal-with-jay</link>\n <description>The state’s case against Adnan Syed hinged on Jay’s credibility; he was their star witness and also, because of his changing statements to police, their chief liability. Naturally, Adnan’s lawyer tried hard to make Jay look untrustworthy at trial. So, how did the jurors make sense of Jay? For that matter, how did the cops make sense of Jay? How are we supposed to make sense of Jay?&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/0jfvfEzHHlc\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 13 Nov 2014 10:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">45 at http://serialpodcast.org</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>2</itunes:order>\n <itunes:duration>00:44:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/c51c3825-2937-4734-a093-685ae7b35204/serial-s01-e08.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>The state’s case against Adnan Syed hinged on Jay’s credibility; he was their star witness and also, because of his changing statements to police, their chief liability. Naturally, Adnan’s lawyer tried hard to make Jay look untrustworthy at trial. So,...</itunes:subtitle>\n <itunes:summary>The state’s case against Adnan Syed hinged on Jay’s credibility; he was their star witness and also, because of his changing statements to police, their chief liability. Naturally, Adnan’s lawyer tried hard to make Jay look untrustworthy at trial. So, how did the jurors make sense of Jay? For that matter, how did the cops make sense of Jay? How are we supposed to make sense of Jay?</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-one/8/the-deal-with-jay</feedburner:origLink></item>\n<item>\n <title>S01 Episode 07: The Opposite of the Prosecution</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/C5cu4eB4EBk/the-opposite-of-the-prosecution</link>\n <description>Adnan told Sarah about a case in Virginia that had striking similarities to his own: one key witness, incriminating cell phone records, young people, drugs - and a defendant who has always maintained his innocence. Sarah called up one of the defense attorneys on that case to see if she could offer any insight into Adnan’s case, and got much more than she bargained for.&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/C5cu4eB4EBk\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 06 Nov 2014 10:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">42 at http://serialpodcast.org</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>2</itunes:order>\n <itunes:duration>00:33:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/109d1f22-c8bc-468d-bea3-49b26bd18e81/serial-s01-e07.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>Adnan told Sarah about a case in Virginia that had striking similarities to his own: one key witness, incriminating cell phone records, young people, drugs - and a defendant who has always maintained his innocence. Sarah called up one of the defense...</itunes:subtitle>\n <itunes:summary>Adnan told Sarah about a case in Virginia that had striking similarities to his own: one key witness, incriminating cell phone records, young people, drugs - and a defendant who has always maintained his innocence. Sarah called up one of the defense attorneys on that case to see if she could offer any insight into Adnan’s case, and got much more than she bargained for.</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-one/7/the-opposite-of-the-prosecution</feedburner:origLink></item>\n<item>\n <title>S01 Episode 06: The Case Against Adnan Syed</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/luzKOc-1vaU/the-case-against-adnan-syed</link>\n <description>The physical evidence against Adnan Syed was scant - a few underwhelming fingerprints. So aside from cell records, what did the prosecutors bring to the jury, to shore up Jay's testimony? Sarah weighs all the other circumstantial evidence they had against Adnan, including curious behavior, a disconcerting note, and an unexplained mid-afternoon phone call.&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/luzKOc-1vaU\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 30 Oct 2014 09:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">34 at http://serialpodcast.org</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>2</itunes:order>\n <itunes:duration>00:44:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/96a58cd4-22f9-4ec7-a24e-9f9e913d3b81/serial-s01-e06.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>The physical evidence against Adnan Syed was scant - a few underwhelming fingerprints. So aside from cell records, what did the prosecutors bring to the jury, to shore up Jay's testimony? Sarah weighs all the other circumstantial evidence they had...</itunes:subtitle>\n <itunes:summary>The physical evidence against Adnan Syed was scant - a few underwhelming fingerprints. So aside from cell records, what did the prosecutors bring to the jury, to shore up Jay's testimony? Sarah weighs all the other circumstantial evidence they had against Adnan, including curious behavior, a disconcerting note, and an unexplained mid-afternoon phone call.</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-one/6/the-case-against-adnan-syed</feedburner:origLink></item>\n<item>\n <title>S01 Episode 05: Route Talk</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/_4nNtTjgZI4/route-talk</link>\n <description>Adnan once issued a challenge to Sarah. He told her to test the state’s timeline of the murder by driving from Woodlawn High School to Best Buy in 21 minutes. It can’t be done, he said. So Sarah and Dana take up the challenge, and raise him one: They try to recreate the entire route that Jay said he and Adnan took on January 13th, 1999.\n &lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/_4nNtTjgZI4\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 23 Oct 2014 09:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">31 at http://serialpodcast.org</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>2</itunes:order>\n <itunes:duration>00:43:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/44446ba8-a848-44e3-a632-8d100a47249c/serial-s01-e05.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>Adnan once issued a challenge to Sarah. He told her to test the state’s timeline of the murder by driving from Woodlawn High School to Best Buy in 21 minutes. It can’t be done, he said. So Sarah and Dana take up the challenge, and raise him one: They...</itunes:subtitle>\n <itunes:summary>Adnan once issued a challenge to Sarah. He told her to test the state’s timeline of the murder by driving from Woodlawn High School to Best Buy in 21 minutes. It can’t be done, he said. So Sarah and Dana take up the challenge, and raise him one: They try to recreate the entire route that Jay said he and Adnan took on January 13th, 1999.\n </itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-one/5/route-talk</feedburner:origLink></item>\n<item>\n <title>S01 Episode 04: Inconsistencies</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/Zwr-2iNgrXk/inconsistencies</link>\n <description>A few days after Hae’s body is found, the detectives get a lead that opens the case up for them. They find Jay at work late one night and bring him down to Homicide. At first, he insists he doesn’t know anything about the murder. But eventually he comes clean. He tells them what happened on January 13th. A few weeks later, he’s back at Homicide and his story has changed. In some ways, these changes are small and understandable. In other ways, they’re big and confounding.&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/Zwr-2iNgrXk\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 16 Oct 2014 09:30:00 +0000</pubDate>\n <guid isPermaLink=\"false\">28 at http://serialpodcast.org</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>2</itunes:order>\n <itunes:duration>00:34:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/b0195641-b3fa-4019-9fc6-27692c3ec5d9/serial-s01-e04.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>A few days after Hae’s body is found, the detectives get a lead that opens the case up for them. They find Jay at work late one night and bring him down to Homicide. At first, he insists he doesn’t know anything about the murder. But eventually he...</itunes:subtitle>\n <itunes:summary>A few days after Hae’s body is found, the detectives get a lead that opens the case up for them. They find Jay at work late one night and bring him down to Homicide. At first, he insists he doesn’t know anything about the murder. But eventually he comes clean. He tells them what happened on January 13th. A few weeks later, he’s back at Homicide and his story has changed. In some ways, these changes are small and understandable. In other ways, they’re big and confounding.</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-one/4/inconsistencies</feedburner:origLink></item>\n<item>\n <title>S01 Episode 03: Leakin Park</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/zsYOyC2Ljyw/leakin-park</link>\n <description>It’s February 9, 1999. Hae has been missing for three weeks. A man on his lunch break pulls off a road to pee, and stumbles on her body in a city forest. His odd recounting of the discovery makes Detectives Ritz and MacGillivary suspicious. For instance, why did he walk so far into the woods - 127 feet - to relieve himself? And that’s just the start. A look into the man’s past reveals some bizarre behavior.&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/zsYOyC2Ljyw\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Thu, 09 Oct 2014 10:00:00 +0000</pubDate>\n <guid isPermaLink=\"false\">21 at http://serialpodcast.org</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>2</itunes:order>\n <itunes:duration>00:28:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/034a15be-c970-4927-8a55-b6784045b030/serial-s01-e03.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>It’s February 9, 1999. Hae has been missing for three weeks. A man on his lunch break pulls off a road to pee, and stumbles on her body in a city forest. His odd recounting of the discovery makes Detectives Ritz and MacGillivary suspicious. For...</itunes:subtitle>\n <itunes:summary>It’s February 9, 1999. Hae has been missing for three weeks. A man on his lunch break pulls off a road to pee, and stumbles on her body in a city forest. His odd recounting of the discovery makes Detectives Ritz and MacGillivary suspicious. For instance, why did he walk so far into the woods - 127 feet - to relieve himself? And that’s just the start. A look into the man’s past reveals some bizarre behavior.</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-one/3/leakin-park</feedburner:origLink></item>\n<item>\n <title>S01 Episode 02: The Breakup</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/8S8WkuVAFY8/the-breakup</link>\n <description>Their relationship began like a storybook high-school romance: a prom date, love notes, sneaking off to be alone. But unlike other kids at school, they had to keep their dating secret, because their parents disapproved. Both of them, but especially Adnan, were under special pressure at home, and the stress of that spilled over into their relationship. Eventually Hae broke up with Adnan. And then, depending on who you ask, Adnan was either understandably sad and moping around, or full of rage and plotting to kill her.&lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/8S8WkuVAFY8\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Fri, 03 Oct 2014 14:00:00 +0000</pubDate>\n <guid isPermaLink=\"false\">17 at http://serialpodcast.org</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>2</itunes:order>\n <itunes:duration>00:37:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/75ea7f5c-e80f-46c5-9d5e-759b398d1d32/serial-s01-e02.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>Their relationship began like a storybook high-school romance: a prom date, love notes, sneaking off to be alone. But unlike other kids at school, they had to keep their dating secret, because their parents disapproved. Both of them, but especially...</itunes:subtitle>\n <itunes:summary>Their relationship began like a storybook high-school romance: a prom date, love notes, sneaking off to be alone. But unlike other kids at school, they had to keep their dating secret, because their parents disapproved. Both of them, but especially Adnan, were under special pressure at home, and the stress of that spilled over into their relationship. Eventually Hae broke up with Adnan. And then, depending on who you ask, Adnan was either understandably sad and moping around, or full of rage and plotting to kill her.</itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-one/2/the-breakup</feedburner:origLink></item>\n<item>\n <title>S01 Episode 01: The Alibi</title>\n <link>http://feeds.serialpodcast.org/~r/serialpodcast/~3/5ycPwkd6LAY/the-alibi</link>\n <description>It's Baltimore, 1999. Hae Min Lee, a popular high-school senior, disappears after school one day. Six weeks later detectives arrest her classmate and ex-boyfriend, Adnan Syed, for her murder. He says he's innocent - though he can't exactly remember what he was doing on that January afternoon. But someone can. A classmate at Woodlawn High School says she knows where Adnan was. The trouble is, she’s nowhere to be found.\n &lt;img src=\"http://feeds.feedburner.com/~r/serialpodcast/~4/5ycPwkd6LAY\" height=\"1\" width=\"1\" alt=\"\"/&gt;</description>\n <pubDate>Fri, 03 Oct 2014 13:45:00 +0000</pubDate>\n <guid isPermaLink=\"false\">2 at http://serialpodcast.org</guid>\n <itunes:author>This American Life</itunes:author>\n <itunes:order>2</itunes:order>\n <itunes:duration>00:54:00</itunes:duration>\n <itunes:explicit>yes</itunes:explicit>\n <enclosure url=\"https://dts.podtrac.com/redirect.mp3/dovetail.prxu.org/serial/d7f03a15-be26-4634-8884-5fadd404ad75/serial-s01-e01.mp3\" type=\"audio/mpeg\" length=\"0\" />\n <itunes:subtitle>It's Baltimore, 1999. Hae Min Lee, a popular high-school senior, disappears after school one day. Six weeks later detectives arrest her classmate and ex-boyfriend, Adnan Syed, for her murder. He says he's innocent - though he can't exactly remember...</itunes:subtitle>\n <itunes:summary>It's Baltimore, 1999. Hae Min Lee, a popular high-school senior, disappears after school one day. Six weeks later detectives arrest her classmate and ex-boyfriend, Adnan Syed, for her murder. He says he's innocent - though he can't exactly remember what he was doing on that January afternoon. But someone can. A classmate at Woodlawn High School says she knows where Adnan was. The trouble is, she’s nowhere to be found.\n </itunes:summary>\n<feedburner:origLink>https://serialpodcast.org/season-one/1/the-alibi</feedburner:origLink></item>\n</channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/podcast-feed/still-processing",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<rss version=\"2.0\" xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\" xmlns:atom=\"http://www.w3.org/2005/Atom\" xmlns:content=\"http://purl.org/rss/1.0/modules/content/\" xmlns:art19=\"https://art19.com/xmlns/rss-extensions/1.0\">\n  <channel>\n    <title>Still Processing</title>\n    <description>\n      <![CDATA[<p>Step inside the confession booth of Wesley Morris and Jenna Wortham, two culture writers for The New York Times. They devour TV, movies, art, music and the internet to find the things that move them — to tears, awe and anger. Still Processing is where they try to understand the pleasures and pathologies of America in 2018.</p>]]>\n    </description>\n    <managingEditor>stillprocessing@nytimes.com</managingEditor>\n    <atom:link href=\"https://rss.art19.com/nyt-still-processing\" rel=\"self\" type=\"application/rss+xml\"/>\n    <link>http://www.nytimes.com/podcasts/still-processing</link>\n    <itunes:new-feed-url>https://rss.art19.com/nyt-still-processing</itunes:new-feed-url>\n    <itunes:owner>\n      <itunes:email>stillprocessing@nytimes.com</itunes:email>\n    </itunes:owner>\n    <itunes:author>The New York Times</itunes:author>\n    <itunes:summary>\n      <![CDATA[<p>Step inside the confession booth of Wesley Morris and Jenna Wortham, two culture writers for The New York Times. They devour TV, movies, art, music and the internet to find the things that move them — to tears, awe and anger. Still Processing is where they try to understand the pleasures and pathologies of America in 2018.</p>]]>\n    </itunes:summary>\n    <language>en</language>\n    <itunes:explicit>no</itunes:explicit>\n    <itunes:category text=\"Society &amp; Culture\">\n    </itunes:category>\n    <itunes:category text=\"Technology\">\n    </itunes:category>\n    <itunes:category text=\"Arts\">\n    </itunes:category>\n    <itunes:type>episodic</itunes:type>\n    <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n    <image>\n      <url>https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg</url>\n      <link>http://www.nytimes.com/podcasts/still-processing</link>\n      <title>Still Processing</title>\n    </image>\n    <item>\n      <title>We Wouldn't Leave Kanye, But Should We?</title>\n      <description>\n        <![CDATA[<p>Almost one week after Kanye West released his eighth studio album, \"Ye,\" we wonder what to do with artists who displease us. Going back to 2004, we take a closer look at Kanye, the artist, who questioned the role of higher education, called out former president George Bush after Hurricane Katrina on live television, and publicly grieved over the untimely death of his mother. We also examine Kanye, the problem, and try to understand how the same person who seemed to champion black solidarity in the early 2000s is now calling slavery a choice and aligning himself with President Trump. From \"The College Dropout\" to \"808s &amp; Heartbreak\" to \"Yeezus\" to \"Ye,\" we've kept listening to Kanye, but we ask ourselves: what will make us stop?</p><p><br></p><p>Discussed this week:</p><ul><li><a href=\"https://www.newyorker.com/books/page-turner/ivanka-trump-samantha-bee-and-the-strange-path-of-an-ancient-epithet\" target=\"_blank\">\"Ivanka Trump, Samantha Bee, and the Strange Path of an Ancient Epithet\"</a>&nbsp;(Katy Waldman, The New Yorker, June 1, 2018)</li><li>Rebecca Traister's&nbsp;<a href=\"https://twitter.com/rtraister/status/1002250985035706368\" target=\"_blank\">tweets</a>&nbsp;about Samantha Bee calling Ivanka Trump the C-word (2018)</li><li><a href=\"https://www.youtube.com/watch?v=wp43OdtAAkM\" target=\"_blank\">\"Running Up That Hill\"</a>&nbsp;(Kate Bush, 1985)&nbsp;</li><li><a href=\"https://www.penguinrandomhouse.com/books/172642/the-man-who-ate-everything-by-jeffrey-steingarten/9780375702020/\" target=\"_blank\">\"The Man Who Ate Everything\"</a>&nbsp;(Jeffrey Steingarten, 1998)</li><li><a href=\"https://www.amazon.com/Juli%C3%A1n-Mermaid-Jessica-Love/dp/0763690457\" target=\"_blank\">\"Julián is a Mermaid\"</a>&nbsp;(Jessica Love, 2018)</li><li><a href=\"https://www.youtube.com/watch?v=Vkfpi2H8tOE\" target=\"_blank\">\"O Superman\"</a>&nbsp;(Laurie Anderson, 1982)</li><li>Kanye's&nbsp;<a href=\"https://www.youtube.com/watch?v=zIUzLpO1kxI\" target=\"_blank\">comments</a>&nbsp;about former president George Bush after Hurricane Katrina (MTV, 2005)</li><li>\"Ye\" (Kanye West, 2018)</li><li>\"The Life of Pablo\"&nbsp;(Kanye West, 2016)</li><li>\"Yeezus\"&nbsp;(Kanye West, 2013)</li><li>\"My Beautiful Dark Twisted Fantasy\" (Kanye West, 2010)</li><li>\"808s &amp; Heartbreak\"&nbsp;(Kanye West, 2008)</li><li>\"Graduation\"&nbsp;(Kanye West, 2007)</li><li>\"Late Registration\"&nbsp;(Kanye West, 2005)</li><li>\"The College Dropout\"&nbsp;(Kanye West, 2004)</li></ul>]]>\n      </description>\n      <itunes:title>We Wouldn't Leave Kanye, But Should We?</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Almost one week after Kanye West released his eighth studio album, \"Ye,\" we wonder what to do with artists who displease us. Going back to 2004, we take a closer look at Kanye, the artist, who questioned the role of higher education, called out former president George Bush after Hurricane Katrina on live television, and publicly grieved over the untimely death of his mother. We also examine Kanye, the problem, and try to understand how the same person who seemed to champion black solidarity in the early 2000s is now calling slavery a choice and aligning himself with President Trump. From \"The College Dropout\" to \"808s &amp;amp; Heartbreak\" to \"Yeezus\" to \"Ye,\" we've kept listening to Kanye, but we ask ourselves: what will make us stop?\n\n\n\n\nDiscussed this week:\"Ivanka Trump, Samantha Bee, and the Strange Path of an Ancient Epithet\" (Katy Waldman, The New Yorker, June 1, 2018)Rebecca Traister's tweets about Samantha Bee calling Ivanka Trump the C-word (2018)\"Running Up That Hill\" (Kate Bush, 1985) \"The Man Who Ate Everything\" (Jeffrey Steingarten, 1998)\"Julián is a Mermaid\" (Jessica Love, 2018)\"O Superman\" (Laurie Anderson, 1982)Kanye's comments about former president George Bush after Hurricane Katrina (MTV, 2005)\"Ye\" (Kanye West, 2018)\"The Life of Pablo\" (Kanye West, 2016)\"Yeezus\" (Kanye West, 2013)\"My Beautiful Dark Twisted Fantasy\" (Kanye West, 2010)\"808s &amp;amp; Heartbreak\" (Kanye West, 2008)\"Graduation\" (Kanye West, 2007)\"Late Registration\" (Kanye West, 2005)\"The College Dropout\" (Kanye West, 2004)</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Almost one week after Kanye West released his eighth studio album, \"Ye,\" we wonder what to do with artists who displease us. Going back to 2004, we take a closer look at Kanye, the artist, who questioned the role of higher education, called out former president George Bush after Hurricane Katrina on live television, and publicly grieved over the untimely death of his mother. We also examine Kanye, the problem, and try to understand how the same person who seemed to champion black solidarity in the early 2000s is now calling slavery a choice and aligning himself with President Trump. From \"The College Dropout\" to \"808s &amp; Heartbreak\" to \"Yeezus\" to \"Ye,\" we've kept listening to Kanye, but we ask ourselves: what will make us stop?</p><p><br></p><p>Discussed this week:</p><ul><li><a href=\"https://www.newyorker.com/books/page-turner/ivanka-trump-samantha-bee-and-the-strange-path-of-an-ancient-epithet\" target=\"_blank\">\"Ivanka Trump, Samantha Bee, and the Strange Path of an Ancient Epithet\"</a>&nbsp;(Katy Waldman, The New Yorker, June 1, 2018)</li><li>Rebecca Traister's&nbsp;<a href=\"https://twitter.com/rtraister/status/1002250985035706368\" target=\"_blank\">tweets</a>&nbsp;about Samantha Bee calling Ivanka Trump the C-word (2018)</li><li><a href=\"https://www.youtube.com/watch?v=wp43OdtAAkM\" target=\"_blank\">\"Running Up That Hill\"</a>&nbsp;(Kate Bush, 1985)&nbsp;</li><li><a href=\"https://www.penguinrandomhouse.com/books/172642/the-man-who-ate-everything-by-jeffrey-steingarten/9780375702020/\" target=\"_blank\">\"The Man Who Ate Everything\"</a>&nbsp;(Jeffrey Steingarten, 1998)</li><li><a href=\"https://www.amazon.com/Juli%C3%A1n-Mermaid-Jessica-Love/dp/0763690457\" target=\"_blank\">\"Julián is a Mermaid\"</a>&nbsp;(Jessica Love, 2018)</li><li><a href=\"https://www.youtube.com/watch?v=Vkfpi2H8tOE\" target=\"_blank\">\"O Superman\"</a>&nbsp;(Laurie Anderson, 1982)</li><li>Kanye's&nbsp;<a href=\"https://www.youtube.com/watch?v=zIUzLpO1kxI\" target=\"_blank\">comments</a>&nbsp;about former president George Bush after Hurricane Katrina (MTV, 2005)</li><li>\"Ye\" (Kanye West, 2018)</li><li>\"The Life of Pablo\"&nbsp;(Kanye West, 2016)</li><li>\"Yeezus\"&nbsp;(Kanye West, 2013)</li><li>\"My Beautiful Dark Twisted Fantasy\" (Kanye West, 2010)</li><li>\"808s &amp; Heartbreak\"&nbsp;(Kanye West, 2008)</li><li>\"Graduation\"&nbsp;(Kanye West, 2007)</li><li>\"Late Registration\"&nbsp;(Kanye West, 2005)</li><li>\"The College Dropout\"&nbsp;(Kanye West, 2004)</li></ul>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/1y9YF4IbF-EdSHjdBnpXSsBSlwy-sNbKSpusxT7De-Y</guid>\n      <pubDate>Thu, 07 Jun 2018 10:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:51:39</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/90f12a60-07c8-4c8d-ad93-90278046e861.mp3\" type=\"audio/mpeg\" length=\"49590439\"/>\n    </item>\n    <item>\n      <title>We're Here For Your Anger, Jessica Walter</title>\n      <description>\n        <![CDATA[<p>When actor Jessica Walter said fellow co-star Jeffrey Tambor verbally harassed her on the set of \"Arrested Development,\" the show’s lead, Jason Bateman, jumped to Tambor’s defense -- and we noticed.&nbsp;This week, we suss out what this interaction -- documented in sound -- shows us about the subtle and not-so-subtle ways that we're taught to minimize the experiences of women. We juxtapose Jessica Walter's quiet, composed anger with Asia Argento's seething indictment at Cannes, and interrogate the stakes that make women -- and other marginalized groups -- temper their rage. What would happen if our culture allowed these groups to more fully occupy their anger?</p><p>Plus, we talk about the cancellation of ABC's \"Roseanne,\" because even though on some level justice has been done, we're still mad.&nbsp;&nbsp;</p><p>Discussed this week:&nbsp;</p><ul><li><a href=\"https://www.nytimes.com/2018/05/26/us/reparations-happy-hour-portland.html\" target=\"_blank\">\"'Reparations Happy Hour' Invites White People to Pay for Drinks\"</a>&nbsp;(Daniel Victor, The New York Times, 26 May 2018)</li><li><a href=\"https://www.youtube.com/watch?v=LryQJ25CnKU\" target=\"_blank\">\"El Anillo\"</a>&nbsp;(Jennifer Lopez, 2018)</li><li><a href=\"https://www.youtube.com/watch?v=W0QVgeUxOjI\" target=\"_blank\">\"Shades of Blue\"</a>&nbsp;(Kelsey Lu, 2018)</li><li>Agnes Varda and&nbsp;<a href=\"https://www.youtube.com/watch?v=kf46DVlGr9s\" target=\"_blank\">Cate Blanchett</a>&nbsp;at&nbsp;Cannes 2018</li><li><a href=\"https://variety.com/2018/film/news/cannes-asia-argento-harvey-weinstein-1202816859/\" target=\"_blank\">Asia Argento</a>&nbsp;at Cannes 2018</li><li><a href=\"https://www.nytimes.com/2018/05/23/arts/television/arrested-development-netflix-interview-jeffrey-tambor.html\" target=\"_blank\">\"'Arrested Development:' We Sat Down With the Cast. It Got Raw.\"</a>&nbsp;(Sopan Deb, The New York Times, 23 May 2018)</li></ul><p><br></p>]]>\n      </description>\n      <itunes:title>We're Here For Your Anger, Jessica Walter</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>When actor Jessica Walter said fellow co-star Jeffrey Tambor verbally harassed her on the set of \"Arrested Development,\" the show’s lead, Jason Bateman, jumped to Tambor’s defense -- and we noticed. This week, we suss out what this interaction -- documented in sound -- shows us about the subtle and not-so-subtle ways that we're taught to minimize the experiences of women. We juxtapose Jessica Walter's quiet, composed anger with Asia Argento's seething indictment at Cannes, and interrogate the stakes that make women -- and other marginalized groups -- temper their rage. What would happen if our culture allowed these groups to more fully occupy their anger?\n\nPlus, we talk about the cancellation of ABC's \"Roseanne,\" because even though on some level justice has been done, we're still mad.  \n\nDiscussed this week: \"'Reparations Happy Hour' Invites White People to Pay for Drinks\" (Daniel Victor, The New York Times, 26 May 2018)\"El Anillo\" (Jennifer Lopez, 2018)\"Shades of Blue\" (Kelsey Lu, 2018)Agnes Varda and Cate Blanchett at Cannes 2018Asia Argento at Cannes 2018\"'Arrested Development:' We Sat Down With the Cast. It Got Raw.\" (Sopan Deb, The New York Times, 23 May 2018)\n</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>When actor Jessica Walter said fellow co-star Jeffrey Tambor verbally harassed her on the set of \"Arrested Development,\" the show’s lead, Jason Bateman, jumped to Tambor’s defense -- and we noticed.&nbsp;This week, we suss out what this interaction -- documented in sound -- shows us about the subtle and not-so-subtle ways that we're taught to minimize the experiences of women. We juxtapose Jessica Walter's quiet, composed anger with Asia Argento's seething indictment at Cannes, and interrogate the stakes that make women -- and other marginalized groups -- temper their rage. What would happen if our culture allowed these groups to more fully occupy their anger?</p><p>Plus, we talk about the cancellation of ABC's \"Roseanne,\" because even though on some level justice has been done, we're still mad.&nbsp;&nbsp;</p><p>Discussed this week:&nbsp;</p><ul><li><a href=\"https://www.nytimes.com/2018/05/26/us/reparations-happy-hour-portland.html\" target=\"_blank\">\"'Reparations Happy Hour' Invites White People to Pay for Drinks\"</a>&nbsp;(Daniel Victor, The New York Times, 26 May 2018)</li><li><a href=\"https://www.youtube.com/watch?v=LryQJ25CnKU\" target=\"_blank\">\"El Anillo\"</a>&nbsp;(Jennifer Lopez, 2018)</li><li><a href=\"https://www.youtube.com/watch?v=W0QVgeUxOjI\" target=\"_blank\">\"Shades of Blue\"</a>&nbsp;(Kelsey Lu, 2018)</li><li>Agnes Varda and&nbsp;<a href=\"https://www.youtube.com/watch?v=kf46DVlGr9s\" target=\"_blank\">Cate Blanchett</a>&nbsp;at&nbsp;Cannes 2018</li><li><a href=\"https://variety.com/2018/film/news/cannes-asia-argento-harvey-weinstein-1202816859/\" target=\"_blank\">Asia Argento</a>&nbsp;at Cannes 2018</li><li><a href=\"https://www.nytimes.com/2018/05/23/arts/television/arrested-development-netflix-interview-jeffrey-tambor.html\" target=\"_blank\">\"'Arrested Development:' We Sat Down With the Cast. It Got Raw.\"</a>&nbsp;(Sopan Deb, The New York Times, 23 May 2018)</li></ul><p><br></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/X4H9eg-WWH2NjEfjF1OWMby4nL3Yq-S79ag3UplGR1U</guid>\n      <pubDate>Thu, 31 May 2018 10:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:57:57</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/5bac7421-a9e0-4429-9e2a-eb73f2573b48.mp3\" type=\"audio/mpeg\" length=\"55632875\"/>\n    </item>\n    <item>\n      <title>We’re Queer - and Apparently So Is Everybody Else</title>\n      <description>\n        <![CDATA[<p>With Rita Ora, Janelle Monáe, Kehlani – and even fictional characters like Lando Calrissian – embracing bisexuality, pansexuality, queerness, and more, we wonder: what does it mean to publicly declare your sexual identity as something outside the gay/straight binary in 2018? And what did these declarations look like in the 80s and 90s, when we were growing up? We compare the&nbsp;sincere<strong>&nbsp;</strong>loneliness of R.E.M.'s \"Losing My Religion\" to the frustrating inauthenticity of Rita Ora's \"Girls,\"&nbsp;and&nbsp;celebrate the thoughtful portrayal of the&nbsp;queer&nbsp;relationship featured in the new film,&nbsp;<em>Disobedience</em>. Plus, we break down what's wrong with sex scenes between women – with the hope that directors and cinematographers take note – because<strong>&nbsp;</strong>depictions&nbsp;of non-binary sexualities should reflect the humanity of the people who occupy them.</p><p>Discussed this week:</p><ul><li><a href=\"https://www.youtube.com/watch?v=1YfNzOlPeP8&amp;t=964s\" target=\"_blank\">\"The Hand That Robs the Cradle\"</a>&nbsp;(<em>Ellen</em>; Season 1, Episode 6; 1994)&nbsp;</li><li><a href=\"https://www.youtube.com/watch?v=mdWcaWBxxcY\" target=\"_blank\">\"Girls\"</a>&nbsp;(Rita Ora feat. Cardi B, Bebe Rexha, and Charlie XCX, 2018)</li><li><a href=\"https://www.youtube.com/watch?v=PaYvlVR_BEc\" target=\"_blank\">\"PYNK\"</a>&nbsp;(Janelle Monáe, 2018)</li><li><a href=\"https://www.youtube.com/watch?v=YXTzMOmmEfE\" target=\"_blank\">\"Curious\"</a>&nbsp;(Hayley Kiyoko, 2018)</li><li>Kehlani's&nbsp;<a href=\"http://www.thefader.com/2018/04/22/kehlani-sexuality-twitter\" target=\"_blank\">Tweets</a>&nbsp;about her sexuality (2018)</li><li>Kristen Stewart's&nbsp;<a href=\"https://www.youtube.com/watch?v=Qc4ahnZzVM4\" target=\"_blank\">SNL</a>&nbsp;monologue (NBC, 2017)</li><li><a href=\"https://www.youtube.com/watch?v=HEVonh8bjC0\" target=\"_blank\"><em>Disobedience</em></a>&nbsp;(dir:&nbsp;Sebastián Lelio, Braven Films, 2017)</li><li><a href=\"https://www.youtube.com/watch?v=xwtdhWltSIg\" target=\"_blank\">\"Losing My Religion\"</a>&nbsp;(R.E.M., 1991)</li><li><a href=\"https://www.youtube.com/watch?v=EzVake0EFCI\" target=\"_blank\"><em>Cruel Intentions</em></a><em>&nbsp;</em>(dir: Roger Kumble, Columbia Pictures, 1999)</li><li><a href=\"https://www.imdb.com/title/tt2278871/\" target=\"_blank\"><em>Blue is the Warmest Color</em></a>&nbsp;(dir: Abdellatif Kechiche, Quat'sous Films, 2013)</li></ul>]]>\n      </description>\n      <itunes:title>We’re Queer - and Apparently So Is Everybody Else</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>With Rita Ora, Janelle Monáe, Kehlani – and even fictional characters like Lando Calrissian – embracing bisexuality, pansexuality, queerness, and more, we wonder: what does it mean to publicly declare your sexual identity as something outside the gay/straight binary in 2018? And what did these declarations look like in the 80s and 90s, when we were growing up? We compare the sincere loneliness of R.E.M.'s \"Losing My Religion\" to the frustrating inauthenticity of Rita Ora's \"Girls,\" and celebrate the thoughtful portrayal of the queer relationship featured in the new film, Disobedience. Plus, we break down what's wrong with sex scenes between women – with the hope that directors and cinematographers take note – because depictions of non-binary sexualities should reflect the humanity of the people who occupy them.\n\nDiscussed this week:\"The Hand That Robs the Cradle\" (Ellen; Season 1, Episode 6; 1994) \"Girls\" (Rita Ora feat. Cardi B, Bebe Rexha, and Charlie XCX, 2018)\"PYNK\" (Janelle Monáe, 2018)\"Curious\" (Hayley Kiyoko, 2018)Kehlani's Tweets about her sexuality (2018)Kristen Stewart's SNL monologue (NBC, 2017)Disobedience (dir: Sebastián Lelio, Braven Films, 2017)\"Losing My Religion\" (R.E.M., 1991)Cruel Intentions (dir: Roger Kumble, Columbia Pictures, 1999)Blue is the Warmest Color (dir: Abdellatif Kechiche, Quat'sous Films, 2013)</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>With Rita Ora, Janelle Monáe, Kehlani – and even fictional characters like Lando Calrissian – embracing bisexuality, pansexuality, queerness, and more, we wonder: what does it mean to publicly declare your sexual identity as something outside the gay/straight binary in 2018? And what did these declarations look like in the 80s and 90s, when we were growing up? We compare the&nbsp;sincere<strong>&nbsp;</strong>loneliness of R.E.M.'s \"Losing My Religion\" to the frustrating inauthenticity of Rita Ora's \"Girls,\"&nbsp;and&nbsp;celebrate the thoughtful portrayal of the&nbsp;queer&nbsp;relationship featured in the new film,&nbsp;<em>Disobedience</em>. Plus, we break down what's wrong with sex scenes between women – with the hope that directors and cinematographers take note – because<strong>&nbsp;</strong>depictions&nbsp;of non-binary sexualities should reflect the humanity of the people who occupy them.</p><p>Discussed this week:</p><ul><li><a href=\"https://www.youtube.com/watch?v=1YfNzOlPeP8&amp;t=964s\" target=\"_blank\">\"The Hand That Robs the Cradle\"</a>&nbsp;(<em>Ellen</em>; Season 1, Episode 6; 1994)&nbsp;</li><li><a href=\"https://www.youtube.com/watch?v=mdWcaWBxxcY\" target=\"_blank\">\"Girls\"</a>&nbsp;(Rita Ora feat. Cardi B, Bebe Rexha, and Charlie XCX, 2018)</li><li><a href=\"https://www.youtube.com/watch?v=PaYvlVR_BEc\" target=\"_blank\">\"PYNK\"</a>&nbsp;(Janelle Monáe, 2018)</li><li><a href=\"https://www.youtube.com/watch?v=YXTzMOmmEfE\" target=\"_blank\">\"Curious\"</a>&nbsp;(Hayley Kiyoko, 2018)</li><li>Kehlani's&nbsp;<a href=\"http://www.thefader.com/2018/04/22/kehlani-sexuality-twitter\" target=\"_blank\">Tweets</a>&nbsp;about her sexuality (2018)</li><li>Kristen Stewart's&nbsp;<a href=\"https://www.youtube.com/watch?v=Qc4ahnZzVM4\" target=\"_blank\">SNL</a>&nbsp;monologue (NBC, 2017)</li><li><a href=\"https://www.youtube.com/watch?v=HEVonh8bjC0\" target=\"_blank\"><em>Disobedience</em></a>&nbsp;(dir:&nbsp;Sebastián Lelio, Braven Films, 2017)</li><li><a href=\"https://www.youtube.com/watch?v=xwtdhWltSIg\" target=\"_blank\">\"Losing My Religion\"</a>&nbsp;(R.E.M., 1991)</li><li><a href=\"https://www.youtube.com/watch?v=EzVake0EFCI\" target=\"_blank\"><em>Cruel Intentions</em></a><em>&nbsp;</em>(dir: Roger Kumble, Columbia Pictures, 1999)</li><li><a href=\"https://www.imdb.com/title/tt2278871/\" target=\"_blank\"><em>Blue is the Warmest Color</em></a>&nbsp;(dir: Abdellatif Kechiche, Quat'sous Films, 2013)</li></ul>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/bZ4T_mN93cCmTD8Z3NwTXhxBdNgbBB-UE4AKU2jBG6I</guid>\n      <pubDate>Thu, 24 May 2018 10:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:46:05</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/0f5a6b7b-e494-4676-a7e5-2f593af6114e.mp3\" type=\"audio/mpeg\" length=\"44250174\"/>\n    </item>\n    <item>\n      <title>We Unpack Black Male Privilege</title>\n      <description>\n        <![CDATA[<p>This week, shortly after multi-hyphenate&nbsp;artist&nbsp;Donald Glover blew up the internet with&nbsp;the video for his song&nbsp;\"This is America,\"&nbsp;Wesley and&nbsp;guest host Rembert Browne (<a href=\"http://nymag.com/author/Rembert%20Browne/\" target=\"_blank\">New York Magazine</a>,&nbsp;<a href=\"https://grantland.com/contributors/rembert-browne/\" target=\"_blank\">Grantland</a>)&nbsp;explore Glover's career, and how he evolved from a likable comedian to a cultural provocateur and authority on blackness. We like Glover's brain and the music and TV he is making, but we also wonder about the speed with which he's been anointed a \"genius.\"&nbsp;Who gets left out when we apply that label so liberally to men?&nbsp;What&nbsp;do women have to do to be considered geniuses?&nbsp;More specifically, why aren't we using that term for black women?&nbsp;And is there such a thing as black male privilege?</p><p>Jenna will be back next week.&nbsp;&nbsp;</p><p>Discussed this week:&nbsp;</p><ul><li><a href=\"https://www.amazon.com/Magic-Mike-XXL-Channing-Tatum/dp/B010NDYAC2\" target=\"_blank\">Magic Mike XXL</a>&nbsp;(Warner Bros., 2015)</li><li><a href=\"https://www.theatlantic.com/entertainment/archive/2018/05/im-not-black-im-kanye/559763/\" target=\"_blank\">\"I'm Not Black, I'm Kanye\"</a> (Ta-Nehisi Coates, The Atlantic)</li><li><a href=\"https://www.youtube.com/watch?v=VYOjWnS4cMY\" target=\"_blank\">\"This is America\"</a>&nbsp;(Childish Gambino)</li><li><a href=\"https://www.youtube.com/watch?v=N0wc1rL8KjY\" target=\"_blank\">\"That Hump\"</a>&nbsp;(Erykah Badu)</li><li><a href=\"https://www.youtube.com/watch?v=3ib0dZx_agk\" target=\"_blank\">\"How I Got Over\"</a>&nbsp;(Aretha Franklin)</li><li><a href=\"http://www.vulture.com/2017/02/what-more-does-beyonc-have-to-do-to-win-album-of-the-year.html\" target=\"_blank\">\"For a Black Artist to Win Album of the Year, They Have to Make an Album of the Decade\"</a>&nbsp;(Rembert Browne, Vulture)</li><li><a href=\"https://www.youtube.com/watch?v=k6M5C-oKw9k\" target=\"_blank\">\"Miss Independent\"</a>&nbsp;(Ne-Yo)</li></ul><p><br></p>]]>\n      </description>\n      <itunes:title>We Unpack Black Male Privilege</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week, shortly after multi-hyphenate artist Donald Glover blew up the internet with the video for his song \"This is America,\" Wesley and guest host Rembert Browne (New York Magazine, Grantland) explore Glover's career, and how he evolved from a likable comedian to a cultural provocateur and authority on blackness. We like Glover's brain and the music and TV he is making, but we also wonder about the speed with which he's been anointed a \"genius.\" Who gets left out when we apply that label so liberally to men? What do women have to do to be considered geniuses? More specifically, why aren't we using that term for black women? And is there such a thing as black male privilege?\n\nJenna will be back next week.  \n\nDiscussed this week: Magic Mike XXL (Warner Bros., 2015)\"I'm Not Black, I'm Kanye\" (Ta-Nehisi Coates, The Atlantic)\"This is America\" (Childish Gambino)\"That Hump\" (Erykah Badu)\"How I Got Over\" (Aretha Franklin)\"For a Black Artist to Win Album of the Year, They Have to Make an Album of the Decade\" (Rembert Browne, Vulture)\"Miss Independent\" (Ne-Yo)\n</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>This week, shortly after multi-hyphenate&nbsp;artist&nbsp;Donald Glover blew up the internet with&nbsp;the video for his song&nbsp;\"This is America,\"&nbsp;Wesley and&nbsp;guest host Rembert Browne (<a href=\"http://nymag.com/author/Rembert%20Browne/\" target=\"_blank\">New York Magazine</a>,&nbsp;<a href=\"https://grantland.com/contributors/rembert-browne/\" target=\"_blank\">Grantland</a>)&nbsp;explore Glover's career, and how he evolved from a likable comedian to a cultural provocateur and authority on blackness. We like Glover's brain and the music and TV he is making, but we also wonder about the speed with which he's been anointed a \"genius.\"&nbsp;Who gets left out when we apply that label so liberally to men?&nbsp;What&nbsp;do women have to do to be considered geniuses?&nbsp;More specifically, why aren't we using that term for black women?&nbsp;And is there such a thing as black male privilege?</p><p>Jenna will be back next week.&nbsp;&nbsp;</p><p>Discussed this week:&nbsp;</p><ul><li><a href=\"https://www.amazon.com/Magic-Mike-XXL-Channing-Tatum/dp/B010NDYAC2\" target=\"_blank\">Magic Mike XXL</a>&nbsp;(Warner Bros., 2015)</li><li><a href=\"https://www.theatlantic.com/entertainment/archive/2018/05/im-not-black-im-kanye/559763/\" target=\"_blank\">\"I'm Not Black, I'm Kanye\"</a> (Ta-Nehisi Coates, The Atlantic)</li><li><a href=\"https://www.youtube.com/watch?v=VYOjWnS4cMY\" target=\"_blank\">\"This is America\"</a>&nbsp;(Childish Gambino)</li><li><a href=\"https://www.youtube.com/watch?v=N0wc1rL8KjY\" target=\"_blank\">\"That Hump\"</a>&nbsp;(Erykah Badu)</li><li><a href=\"https://www.youtube.com/watch?v=3ib0dZx_agk\" target=\"_blank\">\"How I Got Over\"</a>&nbsp;(Aretha Franklin)</li><li><a href=\"http://www.vulture.com/2017/02/what-more-does-beyonc-have-to-do-to-win-album-of-the-year.html\" target=\"_blank\">\"For a Black Artist to Win Album of the Year, They Have to Make an Album of the Decade\"</a>&nbsp;(Rembert Browne, Vulture)</li><li><a href=\"https://www.youtube.com/watch?v=k6M5C-oKw9k\" target=\"_blank\">\"Miss Independent\"</a>&nbsp;(Ne-Yo)</li></ul><p><br></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/OZb_oxE2Dxqk8mh4g_ABPTTd6b12IFe4VgVWtFju4vg</guid>\n      <pubDate>Thu, 17 May 2018 10:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:48:48</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/36ec9658-c3ec-4215-9ae8-5619d13f1d34.mp3\" type=\"audio/mpeg\" length=\"46863673\"/>\n    </item>\n    <item>\n      <title>We Watch Whiteness</title>\n      <description>\n        <![CDATA[<p>This week we're talking about white culture, and what it is trying to tell us about itself on TV, at the movies and in books. We're noticing that white people are anxious--consciously and unconsciously--about their place in the world, and it's fascinating to unpack. First, we look at the new season of <em>Roseanne</em>, a show that explicitly embraces its whiteness and thumbs its nose at anyone who would challenge that. Then, we talk about the hit horror movie <em>A Quiet Place</em>, which explores dystopia in a way that reveals submerged white fears of a brown invasion (we liked the craft of the movie a lot, but it’s got some problems it’s not aware of). We pose the question: what would a self-aware interrogation of being white look like?</p><p>Plus, we celebrate JaVale McGee's incomparable stank face, worry about Kanye's tweets (we recorded this episode before his most recent tweets in support of Trump, which we'll have to address another time), and bring you our very first nominee for Song of the Summer...!&nbsp;&nbsp;</p><p>One last thing: we're bringing the show to Australia, and we'll be back with new episodes in a couple weeks.&nbsp;Till then, keep stuntin'!&nbsp;Keep shinin'!&nbsp;&nbsp;</p><p><br></p><p>Discussed this week:</p><p>JaVale McGee (NBA player, Golden State Warriors)</p><p>\"The Legacy of Childhood Trauma\" (Junot Diaz, <em>The New Yorker)</em></p><p>\"I Like It\" (Cardi B, Bad Bunny and J. Balvin)&nbsp;</p><p>Kanye's recent tweets</p><p><em>Roseanne</em> (ABC)</p><p><em>A Quiet Place </em>(directed by John Krasinski)</p><p><em>White Trash: The 400-Year Untold History of Class in America</em> (Nancy Isenberg, Penguin Books)</p><p><em>Hillbilly Elegy: A Memoir of a Family and Culture in Crisis</em> (JD Vance, HarperCollins)</p><p><em>Evicted: Poverty and Profit in the American City (</em>Matthew Desmond, Broadway Books)</p><p><em>Green (</em>Sam Graham-Felsen, Random House)</p>]]>\n      </description>\n      <itunes:title>We Watch Whiteness</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week we're talking about white culture, and what it is trying to tell us about itself on TV, at the movies and in books. We're noticing that white people are anxious--consciously and unconsciously--about their place in the world, and it's fascinating to unpack. First, we look at the new season of Roseanne, a show that explicitly embraces its whiteness and thumbs its nose at anyone who would challenge that. Then, we talk about the hit horror movie A Quiet Place, which explores dystopia in a way that reveals submerged white fears of a brown invasion (we liked the craft of the movie a lot, but it’s got some problems it’s not aware of). We pose the question: what would a self-aware interrogation of being white look like?\n\nPlus, we celebrate JaVale McGee's incomparable stank face, worry about Kanye's tweets (we recorded this episode before his most recent tweets in support of Trump, which we'll have to address another time), and bring you our very first nominee for Song of the Summer...!  \n\nOne last thing: we're bringing the show to Australia, and we'll be back with new episodes in a couple weeks. Till then, keep stuntin'! Keep shinin'!  \n\n\n\n\nDiscussed this week:\n\nJaVale McGee (NBA player, Golden State Warriors)\n\n\"The Legacy of Childhood Trauma\" (Junot Diaz, The New Yorker)\n\n\"I Like It\" (Cardi B, Bad Bunny and J. Balvin) \n\nKanye's recent tweets\n\nRoseanne (ABC)\n\nA Quiet Place (directed by John Krasinski)\n\nWhite Trash: The 400-Year Untold History of Class in America (Nancy Isenberg, Penguin Books)\n\nHillbilly Elegy: A Memoir of a Family and Culture in Crisis (JD Vance, HarperCollins)\n\nEvicted: Poverty and Profit in the American City (Matthew Desmond, Broadway Books)\n\nGreen (Sam Graham-Felsen, Random House)</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>This week we're talking about white culture, and what it is trying to tell us about itself on TV, at the movies and in books. We're noticing that white people are anxious--consciously and unconsciously--about their place in the world, and it's fascinating to unpack. First, we look at the new season of <em>Roseanne</em>, a show that explicitly embraces its whiteness and thumbs its nose at anyone who would challenge that. Then, we talk about the hit horror movie <em>A Quiet Place</em>, which explores dystopia in a way that reveals submerged white fears of a brown invasion (we liked the craft of the movie a lot, but it’s got some problems it’s not aware of). We pose the question: what would a self-aware interrogation of being white look like?</p><p>Plus, we celebrate JaVale McGee's incomparable stank face, worry about Kanye's tweets (we recorded this episode before his most recent tweets in support of Trump, which we'll have to address another time), and bring you our very first nominee for Song of the Summer...!&nbsp;&nbsp;</p><p>One last thing: we're bringing the show to Australia, and we'll be back with new episodes in a couple weeks.&nbsp;Till then, keep stuntin'!&nbsp;Keep shinin'!&nbsp;&nbsp;</p><p><br></p><p>Discussed this week:</p><p>JaVale McGee (NBA player, Golden State Warriors)</p><p>\"The Legacy of Childhood Trauma\" (Junot Diaz, <em>The New Yorker)</em></p><p>\"I Like It\" (Cardi B, Bad Bunny and J. Balvin)&nbsp;</p><p>Kanye's recent tweets</p><p><em>Roseanne</em> (ABC)</p><p><em>A Quiet Place </em>(directed by John Krasinski)</p><p><em>White Trash: The 400-Year Untold History of Class in America</em> (Nancy Isenberg, Penguin Books)</p><p><em>Hillbilly Elegy: A Memoir of a Family and Culture in Crisis</em> (JD Vance, HarperCollins)</p><p><em>Evicted: Poverty and Profit in the American City (</em>Matthew Desmond, Broadway Books)</p><p><em>Green (</em>Sam Graham-Felsen, Random House)</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/aNTUukIqdMPS2Bf9h3QPtstpnl9bosARkAaq3jZiziY</guid>\n      <pubDate>Thu, 26 Apr 2018 08:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>01:01:51</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/6d15b8b5-782e-422e-bf08-c95e86e136c0.mp3\" type=\"audio/mpeg\" length=\"59385730\"/>\n    </item>\n    <item>\n      <title>We Talk BeyChella</title>\n      <description>\n        <![CDATA[<p>We were so blown away by Beyoncé’s performance at the Coachella music festival that we decided to scrap our previous plans and dedicate this week’s entire episode to it. We think her performance will go down in the annals of American pop music as one of the greatest live shows ever.</p><p><br></p><p>We close read some of our favorite moments, including her beautiful rendition of the black national anthem, “Lift Ev’ry Voice and Sing,” and how she turns the swag surf into a dance for royalty. And we talk about the ways Beyoncé continues to shape-shift and grow as an artist, reinterpreting her own musical catalogue and making it richer, more sonorous and more black. We think about the ways black American music has always been misappropriated, and the ingenious way Beyoncé is pushing against that history, making music so skillful it can’t ever be replicated.</p><p><br></p><p><strong>Discussed This Week:</strong></p><p><br></p><p>“<a href=\"https://www.nytimes.com/2018/04/16/arts/music/kendrick-lamar-pulitzer-prize-damn.html\" target=\"_blank\">Kendrick Lamar Wins Pulitzer in ‘Big Moment for Hip-Hop</a>’” (Joe Coscarelli, The New York Times)</p><p><br></p>]]>\n      </description>\n      <itunes:title>We Talk BeyChella</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>We were so blown away by Beyoncé’s performance at the Coachella music festival that we decided to scrap our previous plans and dedicate this week’s entire episode to it. We think her performance will go down in the annals of American pop music as one of the greatest live shows ever.\n\n\n\n\nWe close read some of our favorite moments, including her beautiful rendition of the black national anthem, “Lift Ev’ry Voice and Sing,” and how she turns the swag surf into a dance for royalty. And we talk about the ways Beyoncé continues to shape-shift and grow as an artist, reinterpreting her own musical catalogue and making it richer, more sonorous and more black. We think about the ways black American music has always been misappropriated, and the ingenious way Beyoncé is pushing against that history, making music so skillful it can’t ever be replicated.\n\n\n\n\nDiscussed This Week:\n\n\n\n\n“Kendrick Lamar Wins Pulitzer in ‘Big Moment for Hip-Hop’” (Joe Coscarelli, The New York Times)\n\n\n</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>We were so blown away by Beyoncé’s performance at the Coachella music festival that we decided to scrap our previous plans and dedicate this week’s entire episode to it. We think her performance will go down in the annals of American pop music as one of the greatest live shows ever.</p><p><br></p><p>We close read some of our favorite moments, including her beautiful rendition of the black national anthem, “Lift Ev’ry Voice and Sing,” and how she turns the swag surf into a dance for royalty. And we talk about the ways Beyoncé continues to shape-shift and grow as an artist, reinterpreting her own musical catalogue and making it richer, more sonorous and more black. We think about the ways black American music has always been misappropriated, and the ingenious way Beyoncé is pushing against that history, making music so skillful it can’t ever be replicated.</p><p><br></p><p><strong>Discussed This Week:</strong></p><p><br></p><p>“<a href=\"https://www.nytimes.com/2018/04/16/arts/music/kendrick-lamar-pulitzer-prize-damn.html\" target=\"_blank\">Kendrick Lamar Wins Pulitzer in ‘Big Moment for Hip-Hop</a>’” (Joe Coscarelli, The New York Times)</p><p><br></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/05oAm85ypHv6iM-D1xMP4j07BSPJ_NT3iKyVnFCrywI</guid>\n      <pubDate>Thu, 19 Apr 2018 08:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>01:00:39</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/c82fb2c1-a614-47d6-b8b8-235537fe7b65.mp3\" type=\"audio/mpeg\" length=\"58234671\"/>\n    </item>\n    <item>\n      <title>We Get It On (With Ourselves)</title>\n      <description>\n        <![CDATA[<p>As a break from the onslaught of traumatic news, this week we're talking about what makes us feel good about ourselves. Really good. We start by exploring what has been lost with the recent closure of Craiglist's personal ads section: a unique place, so distinct from Tinder or Grindr or Bumble, where you could search honestly for your own sexiness. Then we share some our personal tips for maintaining and nurturing that feeling once you find it. Finally we jam out to some of our all-time favorite songs of seduction, from k.d. lang to Beyoncé to Cardi B, and explain why exactly they make us feel the way they do. And finally, here’s a link to all of our favorite jams to turn it up by yourself: <a href=\"https://open.spotify.com/user/jennydeluxe/playlist/3EQBZITE5JzwVNeuoP7mJo\" target=\"_blank\">Still Processing Presents: The Autoerotica Mix</a> (Spotify).</p><p><br></p><p><strong>Discussed This Week:</strong></p><p><br></p><p><a href=\"http://www.imdb.com/title/tt4254242/\" target=\"_blank\">The Magicians</a> (SyFy)</p><p><br></p><p>“<a href=\"https://www.vox.com/science-and-health/2018/4/4/17177058/grindr-gay-men-mental-health-psychiatrist\" target=\"_blank\">We need to talk about how Grindr is affecting gay men’s health</a>” (Jack Turban, Vox)</p><p><br></p><p>“‘<a href=\"http://journals.sagepub.com/doi/abs/10.1177/0196859915575736\" target=\"_blank\">I Am Super Straight and I Prefer You be Too’: Constructions of Heterosexual Masculinity in Online Personal Ads for “Straight” Men Seeking Sex With Men</a>” (Chelsea Reynolds, Sage Journals)</p><p><br></p><p>“<a href=\"https://www.nytimes.com/2018/03/23/business/craigslist-personals-trafficking-bill.html\" target=\"_blank\">Missed Connections: Craigslist Drops Personal Ads Because of Sex Trafficking Bill</a>” (Niraj Chokshi, The New York Times)</p><p><br></p><p>“A Field Guide to Getting Lost” (Rebecca Solnit, Penguin Books)</p><p><br></p><p>“Sexiness: Rituals, Revisions and Reconstructions” (Tamara Santibanez, Discipline Press)</p><p><br></p><p><a href=\"https://open.spotify.com/user/jennydeluxe/playlist/3EQBZITE5JzwVNeuoP7mJo\" target=\"_blank\">Still Processing Presents: The Autoerotica Mix</a> (Spotify)</p><p><br></p>]]>\n      </description>\n      <itunes:title>We Get It On (With Ourselves)</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>As a break from the onslaught of traumatic news, this week we're talking about what makes us feel good about ourselves. Really good. We start by exploring what has been lost with the recent closure of Craiglist's personal ads section: a unique place, so distinct from Tinder or Grindr or Bumble, where you could search honestly for your own sexiness. Then we share some our personal tips for maintaining and nurturing that feeling once you find it. Finally we jam out to some of our all-time favorite songs of seduction, from k.d. lang to Beyoncé to Cardi B, and explain why exactly they make us feel the way they do. And finally, here’s a link to all of our favorite jams to turn it up by yourself: Still Processing Presents: The Autoerotica Mix (Spotify).\n\n\n\n\nDiscussed This Week:\n\n\n\n\nThe Magicians (SyFy)\n\n\n\n\n“We need to talk about how Grindr is affecting gay men’s health” (Jack Turban, Vox)\n\n\n\n\n“‘I Am Super Straight and I Prefer You be Too’: Constructions of Heterosexual Masculinity in Online Personal Ads for “Straight” Men Seeking Sex With Men” (Chelsea Reynolds, Sage Journals)\n\n\n\n\n“Missed Connections: Craigslist Drops Personal Ads Because of Sex Trafficking Bill” (Niraj Chokshi, The New York Times)\n\n\n\n\n“A Field Guide to Getting Lost” (Rebecca Solnit, Penguin Books)\n\n\n\n\n“Sexiness: Rituals, Revisions and Reconstructions” (Tamara Santibanez, Discipline Press)\n\n\n\n\nStill Processing Presents: The Autoerotica Mix (Spotify)\n\n\n</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>As a break from the onslaught of traumatic news, this week we're talking about what makes us feel good about ourselves. Really good. We start by exploring what has been lost with the recent closure of Craiglist's personal ads section: a unique place, so distinct from Tinder or Grindr or Bumble, where you could search honestly for your own sexiness. Then we share some our personal tips for maintaining and nurturing that feeling once you find it. Finally we jam out to some of our all-time favorite songs of seduction, from k.d. lang to Beyoncé to Cardi B, and explain why exactly they make us feel the way they do. And finally, here’s a link to all of our favorite jams to turn it up by yourself: <a href=\"https://open.spotify.com/user/jennydeluxe/playlist/3EQBZITE5JzwVNeuoP7mJo\" target=\"_blank\">Still Processing Presents: The Autoerotica Mix</a> (Spotify).</p><p><br></p><p><strong>Discussed This Week:</strong></p><p><br></p><p><a href=\"http://www.imdb.com/title/tt4254242/\" target=\"_blank\">The Magicians</a> (SyFy)</p><p><br></p><p>“<a href=\"https://www.vox.com/science-and-health/2018/4/4/17177058/grindr-gay-men-mental-health-psychiatrist\" target=\"_blank\">We need to talk about how Grindr is affecting gay men’s health</a>” (Jack Turban, Vox)</p><p><br></p><p>“‘<a href=\"http://journals.sagepub.com/doi/abs/10.1177/0196859915575736\" target=\"_blank\">I Am Super Straight and I Prefer You be Too’: Constructions of Heterosexual Masculinity in Online Personal Ads for “Straight” Men Seeking Sex With Men</a>” (Chelsea Reynolds, Sage Journals)</p><p><br></p><p>“<a href=\"https://www.nytimes.com/2018/03/23/business/craigslist-personals-trafficking-bill.html\" target=\"_blank\">Missed Connections: Craigslist Drops Personal Ads Because of Sex Trafficking Bill</a>” (Niraj Chokshi, The New York Times)</p><p><br></p><p>“A Field Guide to Getting Lost” (Rebecca Solnit, Penguin Books)</p><p><br></p><p>“Sexiness: Rituals, Revisions and Reconstructions” (Tamara Santibanez, Discipline Press)</p><p><br></p><p><a href=\"https://open.spotify.com/user/jennydeluxe/playlist/3EQBZITE5JzwVNeuoP7mJo\" target=\"_blank\">Still Processing Presents: The Autoerotica Mix</a> (Spotify)</p><p><br></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/nutmA9Dw66bI3nN9nqvLkQ4lG6KRqE6UAlHVn9U-9TI</guid>\n      <pubDate>Thu, 12 Apr 2018 08:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:57:14</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/f9c053a0-a88b-4c6d-a798-c109b3c19583.mp3\" type=\"audio/mpeg\" length=\"54953273\"/>\n    </item>\n    <item>\n      <title>We Celebrate the REAL MLK Day</title>\n      <description>\n        <![CDATA[<p>This week, we commemorate the 50th anniversary of Martin Luther King Jr.’s death. While MLK’s birthday is celebrated on a national level, we spend time processing why his death holds a significant importance as well. We examine the months leading up to MLK Jr.’s death, including his iconic speech, “I’ve Been to the Mountaintop,” and discuss the ways in which his ideals shifted after his “I Had A Dream” speech. &nbsp;MLK day is a celebration of King’s birthday, and we suggest that maybe what we should really be marking is the day of his assassination.</p><p><strong>Discussed This Week:</strong></p><p><br></p><p>“My Life with Martin Luther King Jr.” (Coretta Scott King, Henry Holt &amp; Co.)</p><p><br></p><p><strong>“</strong><a href=\"https://www.nytimes.com/2018/03/26/us/they-push-they-protest-and-many-activists-privately-suffer-as-a-result.html\" target=\"_blank\">They Push. They Protest. And Many Activists, Privately, Suffer As A Result</a>” (John Eligon, The New York Times)</p><p><br></p><p>“<a href=\"https://www.nytimes.com/2018/03/26/obituaries/linda-brown-symbol-of-landmark-desegregation-case-dies.html\" target=\"_blank\">Linda Brown, Symbol of Landmark Desegregation Case, Dies at 75</a>” (Neil Genzlinger, The New York Times)</p><p><br></p><p><br></p><p>A Testament of Hope: The Essential Writings and Speeches of Martin Luther King Jr. (Martin Luther King Jr., HarperCollins Publishers)</p><p><br></p><p><br></p>]]>\n      </description>\n      <itunes:title>We Celebrate the REAL MLK Day</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week, we commemorate the 50th anniversary of Martin Luther King Jr.’s death. While MLK’s birthday is celebrated on a national level, we spend time processing why his death holds a significant importance as well. We examine the months leading up to MLK Jr.’s death, including his iconic speech, “I’ve Been to the Mountaintop,” and discuss the ways in which his ideals shifted after his “I Had A Dream” speech.  MLK day is a celebration of King’s birthday, and we suggest that maybe what we should really be marking is the day of his assassination.\n\nDiscussed This Week:\n\n\n\n\n“My Life with Martin Luther King Jr.” (Coretta Scott King, Henry Holt &amp;amp; Co.)\n\n\n\n\n“They Push. They Protest. And Many Activists, Privately, Suffer As A Result” (John Eligon, The New York Times)\n\n\n\n\n“Linda Brown, Symbol of Landmark Desegregation Case, Dies at 75” (Neil Genzlinger, The New York Times)\n\n\n\n\n\n\n\nA Testament of Hope: The Essential Writings and Speeches of Martin Luther King Jr. (Martin Luther King Jr., HarperCollins Publishers)\n\n\n\n\n\n</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>This week, we commemorate the 50th anniversary of Martin Luther King Jr.’s death. While MLK’s birthday is celebrated on a national level, we spend time processing why his death holds a significant importance as well. We examine the months leading up to MLK Jr.’s death, including his iconic speech, “I’ve Been to the Mountaintop,” and discuss the ways in which his ideals shifted after his “I Had A Dream” speech. &nbsp;MLK day is a celebration of King’s birthday, and we suggest that maybe what we should really be marking is the day of his assassination.</p><p><strong>Discussed This Week:</strong></p><p><br></p><p>“My Life with Martin Luther King Jr.” (Coretta Scott King, Henry Holt &amp; Co.)</p><p><br></p><p><strong>“</strong><a href=\"https://www.nytimes.com/2018/03/26/us/they-push-they-protest-and-many-activists-privately-suffer-as-a-result.html\" target=\"_blank\">They Push. They Protest. And Many Activists, Privately, Suffer As A Result</a>” (John Eligon, The New York Times)</p><p><br></p><p>“<a href=\"https://www.nytimes.com/2018/03/26/obituaries/linda-brown-symbol-of-landmark-desegregation-case-dies.html\" target=\"_blank\">Linda Brown, Symbol of Landmark Desegregation Case, Dies at 75</a>” (Neil Genzlinger, The New York Times)</p><p><br></p><p><br></p><p>A Testament of Hope: The Essential Writings and Speeches of Martin Luther King Jr. (Martin Luther King Jr., HarperCollins Publishers)</p><p><br></p><p><br></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/gERGqreNYj0q4orm5YY8LnSffitX9tdAQneLzRLBLt0</guid>\n      <pubDate>Thu, 05 Apr 2018 08:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:45:38</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/13065245-6387-4f3a-b6c7-d04a50d758db.mp3\" type=\"audio/mpeg\" length=\"43809227\"/>\n    </item>\n    <item>\n      <title>We’re Maxed Out, You’re Maxed Out, Everybody Is Maxed Out</title>\n      <description>\n        <![CDATA[<p>This week we're talking about why we're stressed out, why the country is stressed out, and whether anxiety has become a permanent condition. We consider the role technology has played in driving us to this point, from push alerts — so many push alerts — to Twitter to the \"algorithmic gaze.\" Then we come back to culture and focus on a few works that either encapsulate the chaos of 2018 or offer a possible path for moving ahead.</p><p><strong>Discussed This Week:</strong></p><p>“<a href=\"https://www.youtube.com/watch?v=lbnoG2dsUk0\" target=\"_blank\">Pony</a>” (Genuwine) </p><p>“<a href=\"https://www.youtube.com/watch?v=Lj6Y6JCu-l4\" target=\"_blank\">The Middle</a>” (Zedd, Maren Morris, Grey)</p><p>“<a href=\"https://www.nytimes.com/2018/03/20/magazine/dried-beans-garlic-toast-broth-recipe.html\" target=\"_blank\">The Comfort in Stockpiling Dried Beans</a>” (Tejal Rao, The New York Times Magazine)</p><p>“<a href=\"https://www.nytimes.com/2018/03/10/style/the-man-who-knew-too-little.html\" target=\"_blank\">The Man Who Knew Too Little</a>” (Sam Dolnick, The New York Times)</p><p><a href=\"http://www.imdb.com/title/tt2798920/\" target=\"_blank\">Annihilation</a> (Paramount Pictures)</p><p>“<a href=\"https://us.macmillan.com/series/thesouthernreachtrilogy/\" target=\"_blank\">Southern Reach Trilogy</a>” (Jeff VanderMeer, Farrar, Straus and Giroux)</p><p><a href=\"http://www.imdb.com/title/tt1677720/\" target=\"_blank\">Ready Player One</a> (Warner Bros. Pictures)</p><p><a href=\"http://www.imdb.com/title/tt1389072/\" target=\"_blank\">Downsizing</a> (Paramount Pictures)</p><p>Angels in America (Tony Kushner)</p><p><a href=\"http://www.imdb.com/title/tt0318997/\" target=\"_blank\">Angels in America</a> (miniseries; HBO)</p>]]>\n      </description>\n      <itunes:title>We’re Maxed Out, You’re Maxed Out, Everybody Is Maxed Out</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week we're talking about why we're stressed out, why the country is stressed out, and whether anxiety has become a permanent condition. We consider the role technology has played in driving us to this point, from push alerts — so many push alerts — to Twitter to the \"algorithmic gaze.\" Then we come back to culture and focus on a few works that either encapsulate the chaos of 2018 or offer a possible path for moving ahead.\n\nDiscussed This Week:\n\n“Pony” (Genuwine)\n\n“The Middle” (Zedd, Maren Morris, Grey)\n\n“The Comfort in Stockpiling Dried Beans” (Tejal Rao, The New York Times Magazine)\n\n“The Man Who Knew Too Little” (Sam Dolnick, The New York Times)\n\nAnnihilation (Paramount Pictures)\n\n“Southern Reach Trilogy” (Jeff VanderMeer, Farrar, Straus and Giroux)\n\nReady Player One (Warner Bros. Pictures)\n\nDownsizing (Paramount Pictures)\n\nAngels in America (Tony Kushner)\n\nAngels in America (miniseries; HBO)</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>This week we're talking about why we're stressed out, why the country is stressed out, and whether anxiety has become a permanent condition. We consider the role technology has played in driving us to this point, from push alerts — so many push alerts — to Twitter to the \"algorithmic gaze.\" Then we come back to culture and focus on a few works that either encapsulate the chaos of 2018 or offer a possible path for moving ahead.</p><p><strong>Discussed This Week:</strong></p><p>“<a href=\"https://www.youtube.com/watch?v=lbnoG2dsUk0\" target=\"_blank\">Pony</a>” (Genuwine) </p><p>“<a href=\"https://www.youtube.com/watch?v=Lj6Y6JCu-l4\" target=\"_blank\">The Middle</a>” (Zedd, Maren Morris, Grey)</p><p>“<a href=\"https://www.nytimes.com/2018/03/20/magazine/dried-beans-garlic-toast-broth-recipe.html\" target=\"_blank\">The Comfort in Stockpiling Dried Beans</a>” (Tejal Rao, The New York Times Magazine)</p><p>“<a href=\"https://www.nytimes.com/2018/03/10/style/the-man-who-knew-too-little.html\" target=\"_blank\">The Man Who Knew Too Little</a>” (Sam Dolnick, The New York Times)</p><p><a href=\"http://www.imdb.com/title/tt2798920/\" target=\"_blank\">Annihilation</a> (Paramount Pictures)</p><p>“<a href=\"https://us.macmillan.com/series/thesouthernreachtrilogy/\" target=\"_blank\">Southern Reach Trilogy</a>” (Jeff VanderMeer, Farrar, Straus and Giroux)</p><p><a href=\"http://www.imdb.com/title/tt1677720/\" target=\"_blank\">Ready Player One</a> (Warner Bros. Pictures)</p><p><a href=\"http://www.imdb.com/title/tt1389072/\" target=\"_blank\">Downsizing</a> (Paramount Pictures)</p><p>Angels in America (Tony Kushner)</p><p><a href=\"http://www.imdb.com/title/tt0318997/\" target=\"_blank\">Angels in America</a> (miniseries; HBO)</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/yTlo8zYHmTTudM9HLjfOdxKp0iCcxYPvi-KLhnQgUtE</guid>\n      <pubDate>Thu, 29 Mar 2018 08:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:56:51</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/ac7a5a43-031b-423d-bdc0-31302d93a9e3.mp3\" type=\"audio/mpeg\" length=\"54579200\"/>\n    </item>\n    <item>\n      <title>We Love Aunties</title>\n      <description>\n        <![CDATA[<p>This week we pay homage to aunties, in our own lives, in politics, and in pop culture. But first we have to define what an aunty is, so we play a little game called \"Aunty or Nah-nty,\" naming aunty candidates from television shows and movies to refine our criteria for who is and isn't one. We examine the historical relevance of aunties, and think about portrayals of women who are not-quite-our mothers, fiercely independent and repositories for our secrets. Can the \"aunty\" label be a caricature, or is it strictly an honor? Have on-screen \"aunties\" changed the way we view childless women in our culture? And can white women be aunties?</p><p><br></p><p><strong>Discussed This Week:</strong></p><p><br></p><p><a href=\"http://www.imdb.com/title/tt0095690/\" target=\"_blank\">Mystic Pizza</a> (The Samuel Goldwyn Company)</p><p><br></p><p>“<a href=\"https://www.vanityfair.com/style/2018/03/rihanna-chris-brown-snapchat-ad\" target=\"_blank\">Snapchat Lost $800 Million After Rihanna Criticized Its Offensive Ad</a>” (Emma Stefansky, Vanity Fair)</p><p><br></p><p>“<a href=\"https://www.hrc.org/blog/lgbtq-brazilian-councilwoman-marielle-franco-assassinated-calls-grow-for-go\" target=\"_blank\">LGBTQ Brazillian Councilwoman Assainated</a>” (Saurav Jung Thapa, HRC)</p><p><br></p><p>“<a href=\"https://www.nytimes.com/2018/01/15/books/review/sam-graham-felsen-green.html\" target=\"_blank\">Bridging The Racial Divide in a Middle School Friendship</a>” (Jonathan Miles, The New York Times)</p><p><br></p><p>“<a href=\"https://www.nytimes.com/2018/03/08/arts/music/lionel-richie-american-idol-interview.html\" target=\"_blank\">Lionel Richie Wants to Teach You How to Be a Real ‘American Idol’</a>” (Alex Pappademas, The New York Times)</p><p><br></p><p><a href=\"http://www.imdb.com/title/tt0119080/\" target=\"_blank\">Eve’s Bayou</a> (Trimark Pictures)</p><p><br></p><p><br></p>]]>\n      </description>\n      <itunes:title>We Love Aunties</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week we pay homage to aunties, in our own lives, in politics, and in pop culture. But first we have to define what an aunty is, so we play a little game called \"Aunty or Nah-nty,\" naming aunty candidates from television shows and movies to refine our criteria for who is and isn't one. We examine the historical relevance of aunties, and think about portrayals of women who are not-quite-our mothers, fiercely independent and repositories for our secrets. Can the \"aunty\" label be a caricature, or is it strictly an honor? Have on-screen \"aunties\" changed the way we view childless women in our culture? And can white women be aunties?\n\n\n\n\nDiscussed This Week:\n\n\n\n\nMystic Pizza (The Samuel Goldwyn Company)\n\n\n\n\n“Snapchat Lost $800 Million After Rihanna Criticized Its Offensive Ad” (Emma Stefansky, Vanity Fair)\n\n\n\n\n“LGBTQ Brazillian Councilwoman Assainated” (Saurav Jung Thapa, HRC)\n\n\n\n\n“Bridging The Racial Divide in a Middle School Friendship” (Jonathan Miles, The New York Times)\n\n\n\n\n“Lionel Richie Wants to Teach You How to Be a Real ‘American Idol’” (Alex Pappademas, The New York Times)\n\n\n\n\nEve’s Bayou (Trimark Pictures)\n\n\n\n\n\n</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>This week we pay homage to aunties, in our own lives, in politics, and in pop culture. But first we have to define what an aunty is, so we play a little game called \"Aunty or Nah-nty,\" naming aunty candidates from television shows and movies to refine our criteria for who is and isn't one. We examine the historical relevance of aunties, and think about portrayals of women who are not-quite-our mothers, fiercely independent and repositories for our secrets. Can the \"aunty\" label be a caricature, or is it strictly an honor? Have on-screen \"aunties\" changed the way we view childless women in our culture? And can white women be aunties?</p><p><br></p><p><strong>Discussed This Week:</strong></p><p><br></p><p><a href=\"http://www.imdb.com/title/tt0095690/\" target=\"_blank\">Mystic Pizza</a> (The Samuel Goldwyn Company)</p><p><br></p><p>“<a href=\"https://www.vanityfair.com/style/2018/03/rihanna-chris-brown-snapchat-ad\" target=\"_blank\">Snapchat Lost $800 Million After Rihanna Criticized Its Offensive Ad</a>” (Emma Stefansky, Vanity Fair)</p><p><br></p><p>“<a href=\"https://www.hrc.org/blog/lgbtq-brazilian-councilwoman-marielle-franco-assassinated-calls-grow-for-go\" target=\"_blank\">LGBTQ Brazillian Councilwoman Assainated</a>” (Saurav Jung Thapa, HRC)</p><p><br></p><p>“<a href=\"https://www.nytimes.com/2018/01/15/books/review/sam-graham-felsen-green.html\" target=\"_blank\">Bridging The Racial Divide in a Middle School Friendship</a>” (Jonathan Miles, The New York Times)</p><p><br></p><p>“<a href=\"https://www.nytimes.com/2018/03/08/arts/music/lionel-richie-american-idol-interview.html\" target=\"_blank\">Lionel Richie Wants to Teach You How to Be a Real ‘American Idol’</a>” (Alex Pappademas, The New York Times)</p><p><br></p><p><a href=\"http://www.imdb.com/title/tt0119080/\" target=\"_blank\">Eve’s Bayou</a> (Trimark Pictures)</p><p><br></p><p><br></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/lo517HSS794tUgoemAmAqXYYCZdc7Lic1Qw1jYUf3bM</guid>\n      <pubDate>Thu, 22 Mar 2018 08:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:46:43</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/0fcb5727-f06c-4895-b499-a1c3c1d22210.mp3\" type=\"audio/mpeg\" length=\"44862484\"/>\n    </item>\n    <item>\n      <title>We Don’t Love Everything Made By Black People and That’s OK?</title>\n      <description>\n        <![CDATA[<p>This week, we discuss \"A Wrinkle in Time,\" Ava DuVernay's attempt to take the audience on a magical adventure with Meg Murray as she searches for her father through multiple universes. Our time traveling experience ... wasn’t as magical as we hoped. But this is good news. We explain why the film's shortcomings do not impact the upward trajectory of Ava DuVernay career or black filmmaking in general, but actually work to highlight the progress of black filmmakers and encourage black artists to take bigger risks. We dive deep into what it means to criticize black works of art and express what gets lost when we decide it’s beyond criticism.</p><p><br></p><p><strong>Discussed this week:</strong></p><p><a href=\"https://www.cnn.com/2018/03/12/entertainment/oj-simpson-hypothetical-murder-confession-fox-special/index.html\" target=\"_blank\">O.J. Simpson described ‘blood and stuff’ in hypothetical scenario</a> (Jean Casarez, CNN)</p><p>“<a href=\"https://www.thecut.com/2018/03/will-leitch-on-raising-sons-in-2018.html\" target=\"_blank\">How to raise a Boy; I’m not sure what to think about what my dad tried to teach me. So what should I teach my sons</a>?” (New York Magazine, Will Leitch)</p><p><a href=\"https://itunes.apple.com/us/podcast/fathers-and-sons-and-privilege/id73331636?i=1000406087222&amp;mt=2\" target=\"_blank\">Fathers and Sons and Privilege</a> (The Brian Lehrer Show, WNYC Studios)</p><p>“<a href=\"https://www.youtube.com/watch?v=qQFPikYSalg\" target=\"_blank\">In My View</a>” - Young Fathers </p><p>“<a href=\"https://www.nationalgeographic.com/magazine/2018/04/from-the-editor-race-racism-history/\" target=\"_blank\">For Decades, Our Coverage Was Racist. To Rise Above Our Past, We Must Acknowledge It</a>” (National Geographic, Susan Goldberg) </p><p>A Wrinkle in Time (Madeleine L’Engle, Farrar, Straus &amp; Giroux, 1962)</p><p><a href=\"http://www.imdb.com/title/tt1620680/\" target=\"_blank\">A Wrinkle in Time</a> (Walt Disney Studios)</p><p><a href=\"http://www.imdb.com/title/tt1825683/\" target=\"_blank\">Black Panther</a> (Marvel Studios)</p><p>“<a href=\"https://www.npr.org/2015/01/08/375756377/the-sounds-space-and-spirit-of-selma-a-director-s-take\" target=\"_blank\">The Sounds, Space And Spirit of ‘Selma’: A Director’s Take</a>” (NPR, Fresh Air)</p><p>“<a href=\"https://www.nytimes.com/2018/03/10/opinion/sunday/children-literature-books-blacks.html\" target=\"_blank\">Black Kids Don’t Want to Read About Harriet Tubman All the Time</a>” (The New York Times, Denene Millner)</p><p>Lemonade (Beyonce, Parkwood Entertainment)</p><p><a href=\"https://www.jstor.org/stable/1229039?seq=1#page_scan_tab_contents\" target=\"_blank\">Mapping the Margins: Intersectionality, Identity Politics, and Violence against Women of Color</a> (Kimberly Crenshaw, 1991)</p><p><a href=\"https://starburns.audio/podcasts/small-doses-with-amanda-seales/\" target=\"_blank\">Small Doses with Amanda Seales</a> (Starburns Audio)</p><p><a href=\"http://www.imdb.com/title/tt3205802/\" target=\"_blank\">How To Get Away With Murder</a> (ABC)</p><p><a href=\"http://www.imdb.com/title/tt1837576/\" target=\"_blank\">Scandal</a> (ABC)</p><p><a href=\"http://deadline.com/2018/01/monique-wanda-sykes-netflix-boycott-pay-disparity-gender-bias-color-bias-1202265366/\" target=\"_blank\">Mo’Nique Calls For Netflix Boycott Over Alleged Gender and Race Pay Disparity </a>(Deadline, Dino-Ray Ramos)</p><p><br></p><p><br></p>]]>\n      </description>\n      <itunes:title>We Don’t Love Everything Made By Black People and That’s OK?</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week, we discuss \"A Wrinkle in Time,\" Ava DuVernay's attempt to take the audience on a magical adventure with Meg Murray as she searches for her father through multiple universes. Our time traveling experience ... wasn’t as magical as we hoped. But this is good news. We explain why the film's shortcomings do not impact the upward trajectory of Ava DuVernay career or black filmmaking in general, but actually work to highlight the progress of black filmmakers and encourage black artists to take bigger risks. We dive deep into what it means to criticize black works of art and express what gets lost when we decide it’s beyond criticism.\n\n\n\n\nDiscussed this week:\n\nO.J. Simpson described ‘blood and stuff’ in hypothetical scenario (Jean Casarez, CNN)\n\n“How to raise a Boy; I’m not sure what to think about what my dad tried to teach me. So what should I teach my sons?” (New York Magazine, Will Leitch)\n\nFathers and Sons and Privilege (The Brian Lehrer Show, WNYC Studios)\n\n“In My View” - Young Fathers\n\n“For Decades, Our Coverage Was Racist. To Rise Above Our Past, We Must Acknowledge It” (National Geographic, Susan Goldberg)\n\nA Wrinkle in Time (Madeleine L’Engle, Farrar, Straus &amp;amp; Giroux, 1962)\n\nA Wrinkle in Time (Walt Disney Studios)\n\nBlack Panther (Marvel Studios)\n\n“The Sounds, Space And Spirit of ‘Selma’: A Director’s Take” (NPR, Fresh Air)\n\n“Black Kids Don’t Want to Read About Harriet Tubman All the Time” (The New York Times, Denene Millner)\n\nLemonade (Beyonce, Parkwood Entertainment)\n\nMapping the Margins: Intersectionality, Identity Politics, and Violence against Women of Color (Kimberly Crenshaw, 1991)\n\nSmall Doses with Amanda Seales (Starburns Audio)\n\nHow To Get Away With Murder (ABC)\n\nScandal (ABC)\n\nMo’Nique Calls For Netflix Boycott Over Alleged Gender and Race Pay Disparity (Deadline, Dino-Ray Ramos)\n\n\n\n\n\n</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>This week, we discuss \"A Wrinkle in Time,\" Ava DuVernay's attempt to take the audience on a magical adventure with Meg Murray as she searches for her father through multiple universes. Our time traveling experience ... wasn’t as magical as we hoped. But this is good news. We explain why the film's shortcomings do not impact the upward trajectory of Ava DuVernay career or black filmmaking in general, but actually work to highlight the progress of black filmmakers and encourage black artists to take bigger risks. We dive deep into what it means to criticize black works of art and express what gets lost when we decide it’s beyond criticism.</p><p><br></p><p><strong>Discussed this week:</strong></p><p><a href=\"https://www.cnn.com/2018/03/12/entertainment/oj-simpson-hypothetical-murder-confession-fox-special/index.html\" target=\"_blank\">O.J. Simpson described ‘blood and stuff’ in hypothetical scenario</a> (Jean Casarez, CNN)</p><p>“<a href=\"https://www.thecut.com/2018/03/will-leitch-on-raising-sons-in-2018.html\" target=\"_blank\">How to raise a Boy; I’m not sure what to think about what my dad tried to teach me. So what should I teach my sons</a>?” (New York Magazine, Will Leitch)</p><p><a href=\"https://itunes.apple.com/us/podcast/fathers-and-sons-and-privilege/id73331636?i=1000406087222&amp;mt=2\" target=\"_blank\">Fathers and Sons and Privilege</a> (The Brian Lehrer Show, WNYC Studios)</p><p>“<a href=\"https://www.youtube.com/watch?v=qQFPikYSalg\" target=\"_blank\">In My View</a>” - Young Fathers </p><p>“<a href=\"https://www.nationalgeographic.com/magazine/2018/04/from-the-editor-race-racism-history/\" target=\"_blank\">For Decades, Our Coverage Was Racist. To Rise Above Our Past, We Must Acknowledge It</a>” (National Geographic, Susan Goldberg) </p><p>A Wrinkle in Time (Madeleine L’Engle, Farrar, Straus &amp; Giroux, 1962)</p><p><a href=\"http://www.imdb.com/title/tt1620680/\" target=\"_blank\">A Wrinkle in Time</a> (Walt Disney Studios)</p><p><a href=\"http://www.imdb.com/title/tt1825683/\" target=\"_blank\">Black Panther</a> (Marvel Studios)</p><p>“<a href=\"https://www.npr.org/2015/01/08/375756377/the-sounds-space-and-spirit-of-selma-a-director-s-take\" target=\"_blank\">The Sounds, Space And Spirit of ‘Selma’: A Director’s Take</a>” (NPR, Fresh Air)</p><p>“<a href=\"https://www.nytimes.com/2018/03/10/opinion/sunday/children-literature-books-blacks.html\" target=\"_blank\">Black Kids Don’t Want to Read About Harriet Tubman All the Time</a>” (The New York Times, Denene Millner)</p><p>Lemonade (Beyonce, Parkwood Entertainment)</p><p><a href=\"https://www.jstor.org/stable/1229039?seq=1#page_scan_tab_contents\" target=\"_blank\">Mapping the Margins: Intersectionality, Identity Politics, and Violence against Women of Color</a> (Kimberly Crenshaw, 1991)</p><p><a href=\"https://starburns.audio/podcasts/small-doses-with-amanda-seales/\" target=\"_blank\">Small Doses with Amanda Seales</a> (Starburns Audio)</p><p><a href=\"http://www.imdb.com/title/tt3205802/\" target=\"_blank\">How To Get Away With Murder</a> (ABC)</p><p><a href=\"http://www.imdb.com/title/tt1837576/\" target=\"_blank\">Scandal</a> (ABC)</p><p><a href=\"http://deadline.com/2018/01/monique-wanda-sykes-netflix-boycott-pay-disparity-gender-bias-color-bias-1202265366/\" target=\"_blank\">Mo’Nique Calls For Netflix Boycott Over Alleged Gender and Race Pay Disparity </a>(Deadline, Dino-Ray Ramos)</p><p><br></p><p><br></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/v-QIowX4BlaB4OmAXPM9XTOvreiaBRzaIBoOpLe1fPM</guid>\n      <pubDate>Thu, 15 Mar 2018 08:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>01:01:55</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/8b417d3d-a4f3-4b53-b9e0-a9b332c9a3dc.mp3\" type=\"audio/mpeg\" length=\"59456365\"/>\n    </item>\n    <item>\n      <title>We Paint the Town Obama</title>\n      <description>\n        <![CDATA[<p>We went to the National Portrait Gallery in Washington, D.C. to look at the recently installed portraits of Barack and Michelle Obama. The paintings--Barack's by Kehinde Wiley, Michelle's by Amy Sherald--prompted both rapture and controversy when they were unveiled in February, and we wanted to see them in person to try to evaluate our own responses. As we traveled through the gallery from George Washington to Obama, we discussed what portraits can tell us about presidential power. And then we lingered at Barack and Michelle's portraits, admiring their beauty, trying to decipher their meaning, and allowing ourselves to be deeply moved. Come linger with us.&nbsp;</p><p><br></p><p><strong>Discussed this week:</strong></p><p><br></p><p>“<a href=\"https://www.theverge.com/2018/1/19/16909414/moviepass-ventures-distribute-movies-sundance\" target=\"_blank\">MoviePass launches a new division to acquire and distribute movies</a>” (Lizzie Plaugic, The Verge)</p><p>“<a href=\"https://www.nytimes.com/2017/12/20/magazine/jordan-peeles-x-ray-vision.html\" target=\"_blank\">Jordan Peele’s X-Ray Vision</a>” (Wesley Morris, The New York Times)</p><p>“<a href=\"http://deadline.com/2018/03/jordan-peele-best-original-screenplay-get-out-1202310688/\" target=\"_blank\">Jordan Peele Dedicates Original Screenplay Oscar To Those ‘Who Raised My Voice</a>’” (Dawn C. Chmielewski, Deadline)</p><p>“<a href=\"https://www.npr.org/sections/thetwo-way/2018/03/05/590867132/whats-an-inclusion-rider-here-s-the-story-behind-frances-mcdormand-s-closing-wor\" target=\"_blank\">What’s An Inclusion Rider? Here’s The Story Behind Frances McDormand’s Closing Words</a>” (Colin Dwyer, NPR)</p><p>“<a href=\"https://www.nytimes.com/2018/03/04/movies/tiffany-haddish-maya-rudolph-oscars.html\" target=\"_blank\">Tiffany Haddish and Maya Rudolph, 2019 Oscar Hosts?</a>” (Sopan Deb, The New York Times)</p><p><br></p><p><br></p>]]>\n      </description>\n      <itunes:title>We Paint the Town Obama</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>We went to the National Portrait Gallery in Washington, D.C. to look at the recently installed portraits of Barack and Michelle Obama. The paintings--Barack's by Kehinde Wiley, Michelle's by Amy Sherald--prompted both rapture and controversy when they were unveiled in February, and we wanted to see them in person to try to evaluate our own responses. As we traveled through the gallery from George Washington to Obama, we discussed what portraits can tell us about presidential power. And then we lingered at Barack and Michelle's portraits, admiring their beauty, trying to decipher their meaning, and allowing ourselves to be deeply moved. Come linger with us. \n\n\n\n\nDiscussed this week:\n\n\n\n\n“MoviePass launches a new division to acquire and distribute movies” (Lizzie Plaugic, The Verge)\n\n“Jordan Peele’s X-Ray Vision” (Wesley Morris, The New York Times)\n\n“Jordan Peele Dedicates Original Screenplay Oscar To Those ‘Who Raised My Voice’” (Dawn C. Chmielewski, Deadline)\n\n“What’s An Inclusion Rider? Here’s The Story Behind Frances McDormand’s Closing Words” (Colin Dwyer, NPR)\n\n“Tiffany Haddish and Maya Rudolph, 2019 Oscar Hosts?” (Sopan Deb, The New York Times)\n\n\n\n\n\n</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>We went to the National Portrait Gallery in Washington, D.C. to look at the recently installed portraits of Barack and Michelle Obama. The paintings--Barack's by Kehinde Wiley, Michelle's by Amy Sherald--prompted both rapture and controversy when they were unveiled in February, and we wanted to see them in person to try to evaluate our own responses. As we traveled through the gallery from George Washington to Obama, we discussed what portraits can tell us about presidential power. And then we lingered at Barack and Michelle's portraits, admiring their beauty, trying to decipher their meaning, and allowing ourselves to be deeply moved. Come linger with us.&nbsp;</p><p><br></p><p><strong>Discussed this week:</strong></p><p><br></p><p>“<a href=\"https://www.theverge.com/2018/1/19/16909414/moviepass-ventures-distribute-movies-sundance\" target=\"_blank\">MoviePass launches a new division to acquire and distribute movies</a>” (Lizzie Plaugic, The Verge)</p><p>“<a href=\"https://www.nytimes.com/2017/12/20/magazine/jordan-peeles-x-ray-vision.html\" target=\"_blank\">Jordan Peele’s X-Ray Vision</a>” (Wesley Morris, The New York Times)</p><p>“<a href=\"http://deadline.com/2018/03/jordan-peele-best-original-screenplay-get-out-1202310688/\" target=\"_blank\">Jordan Peele Dedicates Original Screenplay Oscar To Those ‘Who Raised My Voice</a>’” (Dawn C. Chmielewski, Deadline)</p><p>“<a href=\"https://www.npr.org/sections/thetwo-way/2018/03/05/590867132/whats-an-inclusion-rider-here-s-the-story-behind-frances-mcdormand-s-closing-wor\" target=\"_blank\">What’s An Inclusion Rider? Here’s The Story Behind Frances McDormand’s Closing Words</a>” (Colin Dwyer, NPR)</p><p>“<a href=\"https://www.nytimes.com/2018/03/04/movies/tiffany-haddish-maya-rudolph-oscars.html\" target=\"_blank\">Tiffany Haddish and Maya Rudolph, 2019 Oscar Hosts?</a>” (Sopan Deb, The New York Times)</p><p><br></p><p><br></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/VhYalVuJIbVGhdSfGeifBAmUv5xT67J3A6EPie6cm48</guid>\n      <pubDate>Thu, 08 Mar 2018 09:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:37:50</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/3d8a1765-8589-4e68-a7f4-dc344d70fada.mp3\" type=\"audio/mpeg\" length=\"36332355\"/>\n    </item>\n    <item>\n      <title>We Want To Know What Love Is</title>\n      <description>\n        <![CDATA[<p>This week, we examine four of the Best Picture Oscar-nominated films—“Call Me By Your Name”, “Get Out”, “Shape of Water”, and “Phantom Thread”—to ask whether we are entering a new phase of romance films. By diverging from conventional norms and stereotypes, these films have created on-screen relationships that are reminiscent of our own relationships. We then look to the history of romantic dramas and comedies to see how this new version of romance-on-screen came to be and what it potentially communicates about the way men and women are relating to one another.</p><p><br></p><p><strong>Discussed this week:</strong></p><p><br></p><p>“<a href=\"https://www.bostonglobe.com/lifestyle/food-dining/2018/02/19/taking-trump-administration-new-snap-proposal-for-test-drive/gSITN3SxlSuet7xuaQq5UN/story.html\" target=\"_blank\">Why the Trump administration's new SNAP proposal is hard to swallow</a>” (Devra First, Boston Globe)</p><p><a href=\"https://www.youtube.com/watch?v=tGRzz0oqgUE\" target=\"_blank\">Janelle Monae - Make Me Feel</a></p><p><a href=\"https://soundcloud.com/thefriendzonepodcast/maybe-its-you\" target=\"_blank\">Maybe It’s You</a> - The Friend Zone Podcast</p><p><a href=\"http://www.imdb.com/title/tt5580390/\" target=\"_blank\">The Shape of Water</a> (Fox Searchlight Pictures)</p><p><a href=\"http://www.imdb.com/title/tt5776858/\" target=\"_blank\">Phantom Thread</a> (Focus Features)</p><p><a href=\"http://www.imdb.com/title/tt5052448/\" target=\"_blank\">Get Out</a> (Universal Pictures)</p><p><a href=\"http://www.imdb.com/title/tt5726616/\" target=\"_blank\">Call Me By Your Name</a> (Sony Pictures Classics)</p><p>“<a href=\"http://www.indiewire.com/2017/12/call-me-by-your-name-sex-scene-luca-guadagnino-1201910219/\" target=\"_blank\">Luca Guadagnino Had a Good Reason for Not Showing the Sex Scene in ‘Call Me By Your Name</a>’” (Jude Dry, Indiewire)</p><p><a href=\"http://www.imdb.com/title/tt0031381/\" target=\"_blank\">Gone With the Wind</a> (Loew’s Inc.) </p><p><a href=\"http://www.imdb.com/title/tt0294357/\" target=\"_blank\">Beyond Borders</a> (Paramount Pictures)</p><p><a href=\"http://www.imdb.com/title/tt0116209/\" target=\"_blank\">The English Patient</a> (Miramax Films)</p><p><a href=\"http://www.imdb.com/title/tt1856101/\" target=\"_blank\">Blade Runner 2049</a> (Warner Bros. Pictures)</p><p><a href=\"http://www.imdb.com/title/tt5962210/\" target=\"_blank\">Ingrid Goes West</a> (Neon)</p><p><a href=\"http://www.imdb.com/title/tt0451279/\" target=\"_blank\">Wonder Woman</a> (Warner Bros. Pictures)</p><p><a href=\"http://thelma.film\" target=\"_blank\">Thelma</a> (SF Studios)</p><p><a href=\"http://www.imdb.com/title/tt1216492/\" target=\"_blank\">Leap Year</a> (Universal Pictures)</p><p><a href=\"http://www.imdb.com/title/tt0053172/\" target=\"_blank\">Pillow Talk</a> (Universal-International)</p>]]>\n      </description>\n      <itunes:title>We Want To Know What Love Is</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week, we examine four of the Best Picture Oscar-nominated films—“Call Me By Your Name”, “Get Out”, “Shape of Water”, and “Phantom Thread”—to ask whether we are entering a new phase of romance films. By diverging from conventional norms and stereotypes, these films have created on-screen relationships that are reminiscent of our own relationships. We then look to the history of romantic dramas and comedies to see how this new version of romance-on-screen came to be and what it potentially communicates about the way men and women are relating to one another.\n\n\n\n\nDiscussed this week:\n\n\n\n\n“Why the Trump administration's new SNAP proposal is hard to swallow” (Devra First, Boston Globe)\n\nJanelle Monae - Make Me Feel\n\nMaybe It’s You - The Friend Zone Podcast\n\nThe Shape of Water (Fox Searchlight Pictures)\n\nPhantom Thread (Focus Features)\n\nGet Out (Universal Pictures)\n\nCall Me By Your Name (Sony Pictures Classics)\n\n“Luca Guadagnino Had a Good Reason for Not Showing the Sex Scene in ‘Call Me By Your Name’” (Jude Dry, Indiewire)\n\nGone With the Wind (Loew’s Inc.)\n\nBeyond Borders (Paramount Pictures)\n\nThe English Patient (Miramax Films)\n\nBlade Runner 2049 (Warner Bros. Pictures)\n\nIngrid Goes West (Neon)\n\nWonder Woman (Warner Bros. Pictures)\n\nThelma (SF Studios)\n\nLeap Year (Universal Pictures)\n\nPillow Talk (Universal-International)</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>This week, we examine four of the Best Picture Oscar-nominated films—“Call Me By Your Name”, “Get Out”, “Shape of Water”, and “Phantom Thread”—to ask whether we are entering a new phase of romance films. By diverging from conventional norms and stereotypes, these films have created on-screen relationships that are reminiscent of our own relationships. We then look to the history of romantic dramas and comedies to see how this new version of romance-on-screen came to be and what it potentially communicates about the way men and women are relating to one another.</p><p><br></p><p><strong>Discussed this week:</strong></p><p><br></p><p>“<a href=\"https://www.bostonglobe.com/lifestyle/food-dining/2018/02/19/taking-trump-administration-new-snap-proposal-for-test-drive/gSITN3SxlSuet7xuaQq5UN/story.html\" target=\"_blank\">Why the Trump administration's new SNAP proposal is hard to swallow</a>” (Devra First, Boston Globe)</p><p><a href=\"https://www.youtube.com/watch?v=tGRzz0oqgUE\" target=\"_blank\">Janelle Monae - Make Me Feel</a></p><p><a href=\"https://soundcloud.com/thefriendzonepodcast/maybe-its-you\" target=\"_blank\">Maybe It’s You</a> - The Friend Zone Podcast</p><p><a href=\"http://www.imdb.com/title/tt5580390/\" target=\"_blank\">The Shape of Water</a> (Fox Searchlight Pictures)</p><p><a href=\"http://www.imdb.com/title/tt5776858/\" target=\"_blank\">Phantom Thread</a> (Focus Features)</p><p><a href=\"http://www.imdb.com/title/tt5052448/\" target=\"_blank\">Get Out</a> (Universal Pictures)</p><p><a href=\"http://www.imdb.com/title/tt5726616/\" target=\"_blank\">Call Me By Your Name</a> (Sony Pictures Classics)</p><p>“<a href=\"http://www.indiewire.com/2017/12/call-me-by-your-name-sex-scene-luca-guadagnino-1201910219/\" target=\"_blank\">Luca Guadagnino Had a Good Reason for Not Showing the Sex Scene in ‘Call Me By Your Name</a>’” (Jude Dry, Indiewire)</p><p><a href=\"http://www.imdb.com/title/tt0031381/\" target=\"_blank\">Gone With the Wind</a> (Loew’s Inc.) </p><p><a href=\"http://www.imdb.com/title/tt0294357/\" target=\"_blank\">Beyond Borders</a> (Paramount Pictures)</p><p><a href=\"http://www.imdb.com/title/tt0116209/\" target=\"_blank\">The English Patient</a> (Miramax Films)</p><p><a href=\"http://www.imdb.com/title/tt1856101/\" target=\"_blank\">Blade Runner 2049</a> (Warner Bros. Pictures)</p><p><a href=\"http://www.imdb.com/title/tt5962210/\" target=\"_blank\">Ingrid Goes West</a> (Neon)</p><p><a href=\"http://www.imdb.com/title/tt0451279/\" target=\"_blank\">Wonder Woman</a> (Warner Bros. Pictures)</p><p><a href=\"http://thelma.film\" target=\"_blank\">Thelma</a> (SF Studios)</p><p><a href=\"http://www.imdb.com/title/tt1216492/\" target=\"_blank\">Leap Year</a> (Universal Pictures)</p><p><a href=\"http://www.imdb.com/title/tt0053172/\" target=\"_blank\">Pillow Talk</a> (Universal-International)</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/5EBtx1D_TGcRVY6ekuZdxhfKkmiJ2QGwIzMWSfekhZI</guid>\n      <pubDate>Thu, 01 Mar 2018 09:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:48:10</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/a7b7ed16-ed81-49fb-b040-f9702a199b9a.mp3\" type=\"audio/mpeg\" length=\"46251781\"/>\n    </item>\n    <item>\n      <title>We Take the 15:17 All the Way to Pyeongchang</title>\n      <description>\n        <![CDATA[<p>This week we're looking for a thread running through three seemingly disparate moments: the release of Clint Eastwood's new film \"The 15:17 to Paris,\" the Olympics in South Korea, and the tragic death of 17 people at Marjory Stoneman Douglas High School in Parkland, Florida. We use these events to discuss how culture can act as a smokescreen for reality and a way to avoid our fears. Plus: Jenna defends her surprising position that spoilers are actually good.</p><p><br></p><p><strong>Discussed this week:</strong></p><p><br></p><p><a href=\"http://www.imdb.com/title/tt7259746/\" target=\"_blank\">Queer Eye</a> (Netflix)</p><p><a href=\"https://www.npr.org/sections/altlatino/\" target=\"_blank\">Alt.Latino</a> (NPR)</p><p><a href=\"https://www.nytimes.com/2018/02/18/us/emma-gonzalez-florida-shooting.html\" target=\"_blank\">“Emma González Leads a Student Outcry on Guns: ‘This is the Way I Have to Grieve’” </a>(Julie Turkewitz, Matt Stevens and Jason M. Bailey, The New York Times)</p><p>“<a href=\"https://www.youtube.com/watch?v=Jk4k46V0N-s\" target=\"_blank\">Whole Lot of BS”</a> Funkadelic (Maggot Brain, 1971)</p><p><a href=\"https://www.youtube.com/watch?v=CMA2iF6RuXk\" target=\"_blank\">\"Fergie’s National Anthem Draws Criticism\"</a> (ESPN)</p><p>“<a href=\"https://www.nytimes.com/2018/02/14/magazine/letter-of-recommendation-spoilers.html\" target=\"_blank\">Letter of Recommendation: Spoilers</a>” (Jenna Wortham, The New York Times Magazine)</p><p><a href=\"http://www.imdb.com/title/tt0167404/\" target=\"_blank\">“The Sixth Sense”</a> (Hollywood Pictures)</p><p><a href=\"http://www.cornell.edu/video/james-cutting-on-the-evolution-of-hollywood-film\" target=\"_blank\">“On the Evolution of Hollywood Films”</a> (James Cutting, Cornell University, 2010)</p><p><a href=\"http://www.imdb.com/title/tt0110912/\" target=\"_blank\">“Pulp Fiction”</a> (Miramax)</p><p><a href=\"http://www.imdb.com/title/tt6802308/\" target=\"_blank\">\"The 15:17 to Paris\"</a> (Warner Bros. Pictures)</p><p><a href=\"http://www.imdb.com/title/tt2179136/\" target=\"_blank\">“American Sniper”</a> (Warner Bros. Pictures)</p><p><a href=\"http://www.imdb.com/title/tt3263904/\" target=\"_blank\">“Sully”</a> (Flashlight Films)</p><p><a href=\"https://www.npr.org/2018/02/16/586315557/gop-rep-brian-mast-on-florida-school-shooting\" target=\"_blank\">GOP Rep. Brian Mast on Florida School Shooting</a> (Rachel Martin, NPR)</p><p><a href=\"https://www.cnn.com/videos/politics/2018/02/18/sotu-panel-part-1.cnn\" target=\"_blank\">Andre Bauer on State of the Union</a> (CNN)</p><p><br></p><p><br></p>]]>\n      </description>\n      <itunes:title>We Take the 15:17 All the Way to Pyeongchang</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week we're looking for a thread running through three seemingly disparate moments: the release of Clint Eastwood's new film \"The 15:17 to Paris,\" the Olympics in South Korea, and the tragic death of 17 people at Marjory Stoneman Douglas High School in Parkland, Florida. We use these events to discuss how culture can act as a smokescreen for reality and a way to avoid our fears. Plus: Jenna defends her surprising position that spoilers are actually good.\n\n\n\n\nDiscussed this week:\n\n\n\n\nQueer Eye (Netflix)\n\nAlt.Latino (NPR)\n\n“Emma González Leads a Student Outcry on Guns: ‘This is the Way I Have to Grieve’” (Julie Turkewitz, Matt Stevens and Jason M. Bailey, The New York Times)\n\n“Whole Lot of BS” Funkadelic (Maggot Brain, 1971)\n\n\"Fergie’s National Anthem Draws Criticism\" (ESPN)\n\n“Letter of Recommendation: Spoilers” (Jenna Wortham, The New York Times Magazine)\n\n“The Sixth Sense” (Hollywood Pictures)\n\n“On the Evolution of Hollywood Films” (James Cutting, Cornell University, 2010)\n\n“Pulp Fiction” (Miramax)\n\n\"The 15:17 to Paris\" (Warner Bros. Pictures)\n\n“American Sniper” (Warner Bros. Pictures)\n\n“Sully” (Flashlight Films)\n\nGOP Rep. Brian Mast on Florida School Shooting (Rachel Martin, NPR)\n\nAndre Bauer on State of the Union (CNN)\n\n\n\n\n\n</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>This week we're looking for a thread running through three seemingly disparate moments: the release of Clint Eastwood's new film \"The 15:17 to Paris,\" the Olympics in South Korea, and the tragic death of 17 people at Marjory Stoneman Douglas High School in Parkland, Florida. We use these events to discuss how culture can act as a smokescreen for reality and a way to avoid our fears. Plus: Jenna defends her surprising position that spoilers are actually good.</p><p><br></p><p><strong>Discussed this week:</strong></p><p><br></p><p><a href=\"http://www.imdb.com/title/tt7259746/\" target=\"_blank\">Queer Eye</a> (Netflix)</p><p><a href=\"https://www.npr.org/sections/altlatino/\" target=\"_blank\">Alt.Latino</a> (NPR)</p><p><a href=\"https://www.nytimes.com/2018/02/18/us/emma-gonzalez-florida-shooting.html\" target=\"_blank\">“Emma González Leads a Student Outcry on Guns: ‘This is the Way I Have to Grieve’” </a>(Julie Turkewitz, Matt Stevens and Jason M. Bailey, The New York Times)</p><p>“<a href=\"https://www.youtube.com/watch?v=Jk4k46V0N-s\" target=\"_blank\">Whole Lot of BS”</a> Funkadelic (Maggot Brain, 1971)</p><p><a href=\"https://www.youtube.com/watch?v=CMA2iF6RuXk\" target=\"_blank\">\"Fergie’s National Anthem Draws Criticism\"</a> (ESPN)</p><p>“<a href=\"https://www.nytimes.com/2018/02/14/magazine/letter-of-recommendation-spoilers.html\" target=\"_blank\">Letter of Recommendation: Spoilers</a>” (Jenna Wortham, The New York Times Magazine)</p><p><a href=\"http://www.imdb.com/title/tt0167404/\" target=\"_blank\">“The Sixth Sense”</a> (Hollywood Pictures)</p><p><a href=\"http://www.cornell.edu/video/james-cutting-on-the-evolution-of-hollywood-film\" target=\"_blank\">“On the Evolution of Hollywood Films”</a> (James Cutting, Cornell University, 2010)</p><p><a href=\"http://www.imdb.com/title/tt0110912/\" target=\"_blank\">“Pulp Fiction”</a> (Miramax)</p><p><a href=\"http://www.imdb.com/title/tt6802308/\" target=\"_blank\">\"The 15:17 to Paris\"</a> (Warner Bros. Pictures)</p><p><a href=\"http://www.imdb.com/title/tt2179136/\" target=\"_blank\">“American Sniper”</a> (Warner Bros. Pictures)</p><p><a href=\"http://www.imdb.com/title/tt3263904/\" target=\"_blank\">“Sully”</a> (Flashlight Films)</p><p><a href=\"https://www.npr.org/2018/02/16/586315557/gop-rep-brian-mast-on-florida-school-shooting\" target=\"_blank\">GOP Rep. Brian Mast on Florida School Shooting</a> (Rachel Martin, NPR)</p><p><a href=\"https://www.cnn.com/videos/politics/2018/02/18/sotu-panel-part-1.cnn\" target=\"_blank\">Andre Bauer on State of the Union</a> (CNN)</p><p><br></p><p><br></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/O7FBYjl3Rxo4VNB2KTDVBtfnQTFYZtcVf2GiDhxO978</guid>\n      <pubDate>Thu, 22 Feb 2018 09:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:40:44</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/e92b3d61-26f0-49eb-8b5b-0e451f70fafa.mp3\" type=\"audio/mpeg\" length=\"39112202\"/>\n    </item>\n    <item>\n      <title>We Sink Our Claws Into \"Black Panther\" with Ta-Nehisi Coates</title>\n      <description>\n        <![CDATA[<p>It's going to be one of the biggest opening weekends in movie history. But \"Black Panther\" is about so much more than the box office. This week we're putting Ryan Coogler's new film in the full context it deserves and demands, with a little help from our friend Ta-Nehisi Coates.</p>]]>\n      </description>\n      <itunes:title>We Sink Our Claws Into \"Black Panther\" with Ta-Nehisi Coates</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>It's going to be one of the biggest opening weekends in movie history. But \"Black Panther\" is about so much more than the box office. This week we're putting Ryan Coogler's new film in the full context it deserves and demands, with a little help from our friend Ta-Nehisi Coates.</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>It's going to be one of the biggest opening weekends in movie history. But \"Black Panther\" is about so much more than the box office. This week we're putting Ryan Coogler's new film in the full context it deserves and demands, with a little help from our friend Ta-Nehisi Coates.</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/P_CcA5mHXZksSfwSYh828V6INkcjTLEjJPCCAKM4A1I</guid>\n      <pubDate>Fri, 16 Feb 2018 09:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:56:57</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/a7e62c99-1f59-49d3-88da-8c859cd4d33a.mp3\" type=\"audio/mpeg\" length=\"54676584\"/>\n    </item>\n    <item>\n      <title>We'll See You Tomorrow</title>\n      <description>\n        <![CDATA[<p>There's no episode of Still Processing today, but Wesley and Jenna are cooking up something special — a whole show on \"Black Panther\" with special guest Ta-Nehisi Coates. Check your feed Friday morning!</p>]]>\n      </description>\n      <itunes:title>We'll See You Tomorrow</itunes:title>\n      <itunes:episodeType>bonus</itunes:episodeType>\n      <itunes:summary>There's no episode of Still Processing today, but Wesley and Jenna are cooking up something special — a whole show on \"Black Panther\" with special guest Ta-Nehisi Coates. Check your feed Friday morning!</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>There's no episode of Still Processing today, but Wesley and Jenna are cooking up something special — a whole show on \"Black Panther\" with special guest Ta-Nehisi Coates. Check your feed Friday morning!</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/I9BSmClVnhdt_3BAHcl2TZMqRJGXb7NuK_4iKjkgktU</guid>\n      <pubDate>Thu, 15 Feb 2018 14:47:20 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:01:02</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/f156bceb-9326-4be0-a43e-26b517943eb9.mp3\" type=\"audio/mpeg\" length=\"1006445\"/>\n    </item>\n    <item>\n      <title>We Don't Know Where We Are</title>\n      <description>\n        <![CDATA[<p>This week, we take the Oscar-nominated film \"Three Billboards Outside of Ebbing, Missouri\" as a starting point for a discussion about a new sense of placelessness in film and TV. Over the last year, we've been seeing stories set in ambiguous spaces--the limbo between heaven and hell, distorted models of our world, towns that look like no place we recognize as American. We talk about \"The Good Place,\" \"Westworld,\" \"Downsizing,\" and the Sunken Place from \"Get Out\" to try and figure out how we lost a sense of where we are. Then we look to shows like \"Atlanta\" and \"The Chi\" to think about how we might find our way back.</p><p><br></p><p><strong>Discussed This Week:</strong></p><p><a href=\"http://www.foxsearchlight.com/threebillboardsoutsideebbingmissouri/\" target=\"_blank\">“Three Billboards Outside Ebbing, Missouri”</a> (Fox Searchlight Pictures)</p><p><a href=\"https://freeform.go.com/shows/grown-ish\" target=\"_blank\">“Grownish”</a> (Freeform)</p><p><a href=\"http://www.cwtv.com/shows/riverdale/\" target=\"_blank\">“Riverdale”</a> (The CW)</p><p><a href=\"https://www.hottopic.com/pop-culture/shop-by-license/riverdale/\" target=\"_blank\">Hot Topic \"Riverdale\" Merchandise</a></p><p><a href=\"https://www.nytimes.com/2018/02/02/obituaries/dennis-edwards-former-temptations-lead-singer-dies-at-74.html\" target=\"_blank\">“Dennis Edwards, Former Temptations Lead Singer, Dies at 74”</a> (Daniel E. Slotnik, The New York Times)</p><p><a href=\"https://www.youtube.com/watch?v=CH3rx8LhrQo\" target=\"_blank\">\"Don’t Look Any Further\" (Dennis Edwards)</a></p><p><a href=\"http://deadline.com/2017/11/three-billboards-outside-ebbing-missouri-inbal-weinberg-oscars-production-design-interview-1202199277/\" target=\"_blank\">\"'Three Billboards’ Production Designer Inbal Weinberg on Martin McDonagh’s Unique Approach To Screen Language\"</a> (Matt Grobar, Deadline)</p><p><a href=\"https://www.nbc.com/the-good-place\" target=\"_blank\">“The Good Place”</a> (NBC)</p><p><a href=\"https://www.netflix.com/title/80057281\" target=\"_blank\">“Stranger Things”</a> (Netflix)</p><p><a href=\"http://movies.disney.com/coco\" target=\"_blank\">“Coco”</a> (Pixar)</p><p><a href=\"https://www.netflix.com/title/70264888\" target=\"_blank\">“Black Mirror” </a>(Netflix)</p><p><a href=\"https://www.uphe.com/movies/get-out\" target=\"_blank\">“Get Out”</a> (Universal Pictures)</p><p><a href=\"http://www.dunkirkmovie.com/\" target=\"_blank\">“Dunkirk”</a> (Warner Bros.)</p><p><a href=\"https://www.paramount.com/movies/downsizing\" target=\"_blank\">“Downsizing”</a> (Paramount Pictures)</p><p><a href=\"https://www.hbo.com/westworld\" target=\"_blank\">“Westworld” </a>(HBO)</p><p><a href=\"https://vimeo.com/253334732\" target=\"_blank\">\"Instravel - A Photogenic Mass Tourism Experience\"</a> (Oliver KMIA, Vimeo)</p><p><a href=\"http://www.imdb.com/title/tt0045152/\" target=\"_blank\">“Singin’ in the Rain”</a> (MGM)</p><p><a href=\"http://www.oprah.com/app/queen-sugar.html\" target=\"_blank\">“Queen Sugar” </a>(OWN)</p><p><a href=\"http://www.fxnetworks.com/shows/atlanta\" target=\"_blank\">“Atlanta” </a>(FX Networks)</p><p><a href=\"https://www.hbo.com/insecure\" target=\"_blank\">“Insecure”</a> (HBO)</p><p><a href=\"http://abc.go.com/shows/blackish\" target=\"_blank\">“Black-ish”</a> (ABC)</p><p><a href=\"http://www.sho.com/the-chi\" target=\"_blank\">“The Chi”</a> (Showtime)</p><p><a href=\"http://moonlight.movie/\" target=\"_blank\">“Moonlight”</a> (A24)</p><p><a href=\"http://marvel.com/movies/movie/224/black_panther\" target=\"_blank\">“Black Panther” </a>(Marvel Studios)</p><p><a href=\"https://www.upress.umn.edu/book-division/books/space-and-place\" target=\"_blank\">\"Space and Place: The Perspective of Experience\"</a> (Yi-Fu Tuan, 1977)</p><p><a href=\"http://www.placeness.com\" target=\"_blank\">\"Place and Placelessness\"</a> (Edward Relph, 1976)</p><p>Super Bowl LII Commercials</p><p><a href=\"https://www.nytimes.com/2018/02/05/business/media/mlk-commercial-ram-dodge.html\" target=\"_blank\">“Ram Trucks Commercial with Martin Luther King Jr. Sermon is Criticized”</a> (Sapna Maheshwari, The New York Times)</p><p><a href=\"https://www.youtube.com/watch?v=0YVbVXOjJv4\" target=\"_blank\">2018 Kia Stinger - Steven Tyler Big Game Ad - Feel Something Again</a></p><p><a href=\"http://www.blacture.com/?source=paidsearch\" target=\"_blank\">Blacture Super Bowl Ad</a></p><p><a href=\"https://www.youtube.com/watch?v=J6-8DQALGt4\" target=\"_blank\">Amazon Alexa Loses Her Voice - Super Bowl LII Commercial</a></p>]]>\n      </description>\n      <itunes:title>We Don't Know Where We Are</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week, we take the Oscar-nominated film \"Three Billboards Outside of Ebbing, Missouri\" as a starting point for a discussion about a new sense of placelessness in film and TV. Over the last year, we've been seeing stories set in ambiguous spaces--the limbo between heaven and hell, distorted models of our world, towns that look like no place we recognize as American. We talk about \"The Good Place,\" \"Westworld,\" \"Downsizing,\" and the Sunken Place from \"Get Out\" to try and figure out how we lost a sense of where we are. Then we look to shows like \"Atlanta\" and \"The Chi\" to think about how we might find our way back.\n\n\n\n\nDiscussed This Week:\n\n“Three Billboards Outside Ebbing, Missouri” (Fox Searchlight Pictures)\n\n“Grownish” (Freeform)\n\n“Riverdale” (The CW)\n\nHot Topic \"Riverdale\" Merchandise\n\n“Dennis Edwards, Former Temptations Lead Singer, Dies at 74” (Daniel E. Slotnik, The New York Times)\n\n\"Don’t Look Any Further\" (Dennis Edwards)\n\n\"'Three Billboards’ Production Designer Inbal Weinberg on Martin McDonagh’s Unique Approach To Screen Language\" (Matt Grobar, Deadline)\n\n“The Good Place” (NBC)\n\n“Stranger Things” (Netflix)\n\n“Coco” (Pixar)\n\n“Black Mirror” (Netflix)\n\n“Get Out” (Universal Pictures)\n\n“Dunkirk” (Warner Bros.)\n\n“Downsizing” (Paramount Pictures)\n\n“Westworld” (HBO)\n\n\"Instravel - A Photogenic Mass Tourism Experience\" (Oliver KMIA, Vimeo)\n\n“Singin’ in the Rain” (MGM)\n\n“Queen Sugar” (OWN)\n\n“Atlanta” (FX Networks)\n\n“Insecure” (HBO)\n\n“Black-ish” (ABC)\n\n“The Chi” (Showtime)\n\n“Moonlight” (A24)\n\n“Black Panther” (Marvel Studios)\n\n\"Space and Place: The Perspective of Experience\" (Yi-Fu Tuan, 1977)\n\n\"Place and Placelessness\" (Edward Relph, 1976)\n\nSuper Bowl LII Commercials\n\n“Ram Trucks Commercial with Martin Luther King Jr. Sermon is Criticized” (Sapna Maheshwari, The New York Times)\n\n2018 Kia Stinger - Steven Tyler Big Game Ad - Feel Something Again\n\nBlacture Super Bowl Ad\n\nAmazon Alexa Loses Her Voice - Super Bowl LII Commercial</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>This week, we take the Oscar-nominated film \"Three Billboards Outside of Ebbing, Missouri\" as a starting point for a discussion about a new sense of placelessness in film and TV. Over the last year, we've been seeing stories set in ambiguous spaces--the limbo between heaven and hell, distorted models of our world, towns that look like no place we recognize as American. We talk about \"The Good Place,\" \"Westworld,\" \"Downsizing,\" and the Sunken Place from \"Get Out\" to try and figure out how we lost a sense of where we are. Then we look to shows like \"Atlanta\" and \"The Chi\" to think about how we might find our way back.</p><p><br></p><p><strong>Discussed This Week:</strong></p><p><a href=\"http://www.foxsearchlight.com/threebillboardsoutsideebbingmissouri/\" target=\"_blank\">“Three Billboards Outside Ebbing, Missouri”</a> (Fox Searchlight Pictures)</p><p><a href=\"https://freeform.go.com/shows/grown-ish\" target=\"_blank\">“Grownish”</a> (Freeform)</p><p><a href=\"http://www.cwtv.com/shows/riverdale/\" target=\"_blank\">“Riverdale”</a> (The CW)</p><p><a href=\"https://www.hottopic.com/pop-culture/shop-by-license/riverdale/\" target=\"_blank\">Hot Topic \"Riverdale\" Merchandise</a></p><p><a href=\"https://www.nytimes.com/2018/02/02/obituaries/dennis-edwards-former-temptations-lead-singer-dies-at-74.html\" target=\"_blank\">“Dennis Edwards, Former Temptations Lead Singer, Dies at 74”</a> (Daniel E. Slotnik, The New York Times)</p><p><a href=\"https://www.youtube.com/watch?v=CH3rx8LhrQo\" target=\"_blank\">\"Don’t Look Any Further\" (Dennis Edwards)</a></p><p><a href=\"http://deadline.com/2017/11/three-billboards-outside-ebbing-missouri-inbal-weinberg-oscars-production-design-interview-1202199277/\" target=\"_blank\">\"'Three Billboards’ Production Designer Inbal Weinberg on Martin McDonagh’s Unique Approach To Screen Language\"</a> (Matt Grobar, Deadline)</p><p><a href=\"https://www.nbc.com/the-good-place\" target=\"_blank\">“The Good Place”</a> (NBC)</p><p><a href=\"https://www.netflix.com/title/80057281\" target=\"_blank\">“Stranger Things”</a> (Netflix)</p><p><a href=\"http://movies.disney.com/coco\" target=\"_blank\">“Coco”</a> (Pixar)</p><p><a href=\"https://www.netflix.com/title/70264888\" target=\"_blank\">“Black Mirror” </a>(Netflix)</p><p><a href=\"https://www.uphe.com/movies/get-out\" target=\"_blank\">“Get Out”</a> (Universal Pictures)</p><p><a href=\"http://www.dunkirkmovie.com/\" target=\"_blank\">“Dunkirk”</a> (Warner Bros.)</p><p><a href=\"https://www.paramount.com/movies/downsizing\" target=\"_blank\">“Downsizing”</a> (Paramount Pictures)</p><p><a href=\"https://www.hbo.com/westworld\" target=\"_blank\">“Westworld” </a>(HBO)</p><p><a href=\"https://vimeo.com/253334732\" target=\"_blank\">\"Instravel - A Photogenic Mass Tourism Experience\"</a> (Oliver KMIA, Vimeo)</p><p><a href=\"http://www.imdb.com/title/tt0045152/\" target=\"_blank\">“Singin’ in the Rain”</a> (MGM)</p><p><a href=\"http://www.oprah.com/app/queen-sugar.html\" target=\"_blank\">“Queen Sugar” </a>(OWN)</p><p><a href=\"http://www.fxnetworks.com/shows/atlanta\" target=\"_blank\">“Atlanta” </a>(FX Networks)</p><p><a href=\"https://www.hbo.com/insecure\" target=\"_blank\">“Insecure”</a> (HBO)</p><p><a href=\"http://abc.go.com/shows/blackish\" target=\"_blank\">“Black-ish”</a> (ABC)</p><p><a href=\"http://www.sho.com/the-chi\" target=\"_blank\">“The Chi”</a> (Showtime)</p><p><a href=\"http://moonlight.movie/\" target=\"_blank\">“Moonlight”</a> (A24)</p><p><a href=\"http://marvel.com/movies/movie/224/black_panther\" target=\"_blank\">“Black Panther” </a>(Marvel Studios)</p><p><a href=\"https://www.upress.umn.edu/book-division/books/space-and-place\" target=\"_blank\">\"Space and Place: The Perspective of Experience\"</a> (Yi-Fu Tuan, 1977)</p><p><a href=\"http://www.placeness.com\" target=\"_blank\">\"Place and Placelessness\"</a> (Edward Relph, 1976)</p><p>Super Bowl LII Commercials</p><p><a href=\"https://www.nytimes.com/2018/02/05/business/media/mlk-commercial-ram-dodge.html\" target=\"_blank\">“Ram Trucks Commercial with Martin Luther King Jr. Sermon is Criticized”</a> (Sapna Maheshwari, The New York Times)</p><p><a href=\"https://www.youtube.com/watch?v=0YVbVXOjJv4\" target=\"_blank\">2018 Kia Stinger - Steven Tyler Big Game Ad - Feel Something Again</a></p><p><a href=\"http://www.blacture.com/?source=paidsearch\" target=\"_blank\">Blacture Super Bowl Ad</a></p><p><a href=\"https://www.youtube.com/watch?v=J6-8DQALGt4\" target=\"_blank\">Amazon Alexa Loses Her Voice - Super Bowl LII Commercial</a></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/xtQl5UK1CRqKsUr62ta-w32WNYtbWK-E-qmjL6-CAWY</guid>\n      <pubDate>Thu, 08 Feb 2018 09:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:38:10</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/4de6403c-d32d-432e-8470-63225691e115.mp3\" type=\"audio/mpeg\" length=\"36651258\"/>\n    </item>\n    <item>\n      <title>We're Still Here For Janet</title>\n      <description>\n        <![CDATA[<p>This week, in light of Justin Timberlake’s upcoming Super Bowl performance, we revisit his infamous 2004 “wardrobe malfunction” halftime show with Janet Jackson. We dissect the public reaction to “nipplegate,” why Janet (and not Justin) took the fall, and how the controversy changed the course of both artists’ careers. We consider Justin’s new musical direction in the context his history of appropriating other cultures. And we offer Janet the forgiveness she deserves, realizing that her sexual experimentation led to some of our favorite moments in music history.</p><p><br></p><p><strong>Discussed This Week:</strong></p><p><br></p><p><a href=\"https://www.nytimes.com/2018/01/24/magazine/is-rupauls-drag-race-the-most-radical-show-on-tv.html\" target=\"_blank\">“Is ‘RuPaul’s Drag Race’ the Most Radical Show on TV?”</a> (Jenna Wortham, The New York Times)</p><p><a href=\"https://www.leslielohman.org/project/barbara-hammer-evidentiary-bodies-2/\" target=\"_blank\">Evidentiary Bodies</a> (Barbara Hammer at the Leslie-Lohman Museum)</p><p><a href=\"https://www.nytimes.com/2018/01/29/science/super-blood-blue-moon-eclipse.html\" target=\"_blank\">“The Lunar Eclipse and Super Blue Moon Are Here. Watch it Before Work.”</a> (Nicholas St. Fleur, The New York Times)</p><p><a href=\"https://nyupress.org/books/9781479827466/\" target=\"_blank\">“The Color of Kink”</a> (Ariane Cruz, 2016)</p><p><a href=\"https://www.nytimes.com/2016/06/28/arts/television/bet-awards-jesse-williams.html\" target=\"_blank\">“How Jesse Williams Stole BET Awards with Speech on Racism”</a> (Katie Rogers, The New York Times)</p><p><a href=\"https://www.justintimberlake.com/\" target=\"_blank\"><em>Man of the Woods</em></a> (Justin Timberlake)</p><p><a href=\"https://www.youtube.com/watch?v=1omPNEVOIaM\" target=\"_blank\">History of Rap</a> (Jimmy Fallon and Justin Timberlake, “The Tonight Show Starring Jimmy Fallon”)</p><p><a href=\"http://www.imdb.com/title/tt0906108/\" target=\"_blank\">Janet Jackson</a> (in Tyler Perry’s “Why Did I Get Married”)</p><p><br></p><p><br></p>]]>\n      </description>\n      <itunes:title>We're Still Here For Janet</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week, in light of Justin Timberlake’s upcoming Super Bowl performance, we revisit his infamous 2004 “wardrobe malfunction” halftime show with Janet Jackson. We dissect the public reaction to “nipplegate,” why Janet (and not Justin) took the fall, and how the controversy changed the course of both artists’ careers. We consider Justin’s new musical direction in the context his history of appropriating other cultures. And we offer Janet the forgiveness she deserves, realizing that her sexual experimentation led to some of our favorite moments in music history.\n\n\n\n\nDiscussed This Week:\n\n\n\n\n“Is ‘RuPaul’s Drag Race’ the Most Radical Show on TV?” (Jenna Wortham, The New York Times)\n\nEvidentiary Bodies (Barbara Hammer at the Leslie-Lohman Museum)\n\n“The Lunar Eclipse and Super Blue Moon Are Here. Watch it Before Work.” (Nicholas St. Fleur, The New York Times)\n\n“The Color of Kink” (Ariane Cruz, 2016)\n\n“How Jesse Williams Stole BET Awards with Speech on Racism” (Katie Rogers, The New York Times)\n\nMan of the Woods (Justin Timberlake)\n\nHistory of Rap (Jimmy Fallon and Justin Timberlake, “The Tonight Show Starring Jimmy Fallon”)\n\nJanet Jackson (in Tyler Perry’s “Why Did I Get Married”)\n\n\n\n\n\n</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>This week, in light of Justin Timberlake’s upcoming Super Bowl performance, we revisit his infamous 2004 “wardrobe malfunction” halftime show with Janet Jackson. We dissect the public reaction to “nipplegate,” why Janet (and not Justin) took the fall, and how the controversy changed the course of both artists’ careers. We consider Justin’s new musical direction in the context his history of appropriating other cultures. And we offer Janet the forgiveness she deserves, realizing that her sexual experimentation led to some of our favorite moments in music history.</p><p><br></p><p><strong>Discussed This Week:</strong></p><p><br></p><p><a href=\"https://www.nytimes.com/2018/01/24/magazine/is-rupauls-drag-race-the-most-radical-show-on-tv.html\" target=\"_blank\">“Is ‘RuPaul’s Drag Race’ the Most Radical Show on TV?”</a> (Jenna Wortham, The New York Times)</p><p><a href=\"https://www.leslielohman.org/project/barbara-hammer-evidentiary-bodies-2/\" target=\"_blank\">Evidentiary Bodies</a> (Barbara Hammer at the Leslie-Lohman Museum)</p><p><a href=\"https://www.nytimes.com/2018/01/29/science/super-blood-blue-moon-eclipse.html\" target=\"_blank\">“The Lunar Eclipse and Super Blue Moon Are Here. Watch it Before Work.”</a> (Nicholas St. Fleur, The New York Times)</p><p><a href=\"https://nyupress.org/books/9781479827466/\" target=\"_blank\">“The Color of Kink”</a> (Ariane Cruz, 2016)</p><p><a href=\"https://www.nytimes.com/2016/06/28/arts/television/bet-awards-jesse-williams.html\" target=\"_blank\">“How Jesse Williams Stole BET Awards with Speech on Racism”</a> (Katie Rogers, The New York Times)</p><p><a href=\"https://www.justintimberlake.com/\" target=\"_blank\"><em>Man of the Woods</em></a> (Justin Timberlake)</p><p><a href=\"https://www.youtube.com/watch?v=1omPNEVOIaM\" target=\"_blank\">History of Rap</a> (Jimmy Fallon and Justin Timberlake, “The Tonight Show Starring Jimmy Fallon”)</p><p><a href=\"http://www.imdb.com/title/tt0906108/\" target=\"_blank\">Janet Jackson</a> (in Tyler Perry’s “Why Did I Get Married”)</p><p><br></p><p><br></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/LW0BXMJv38FjuilkjUo85Ms7XgkYPwyhGoaiwQHfB2c</guid>\n      <pubDate>Thu, 01 Feb 2018 09:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:58:05</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/720225d9-d852-4f12-96a7-89653217e9c4.mp3\" type=\"audio/mpeg\" length=\"55770383\"/>\n    </item>\n    <item>\n      <title>We Have a Right To Be Mad</title>\n      <description>\n        <![CDATA[<p>This week, we examine the outrage that is expressing itself in all corners of the culture. In the&nbsp;process, we found unexpected connections between events and ideas that might seem unrelated: Ed Sheeran being left out of all the major Grammy categories as a (possible) way to avoid controversy, the heated debate over an account of a bad date with Aziz Ansari, the testimony&nbsp;at the sentencing of Dr. Larry Nassar from hundreds of gymnasts who had been sexually abused, and year two of the women's march. We're thinking about why women's anger is feared, and what it means to dole out punishment against men. Whose anger counts, what kind of anger is healthy, and is there solidarity to be found in anger? Our conversation took us to places we didn't know we'd go--including becoming enraged ourselves.</p><p><br></p><p><strong>Discussed This Week:</strong></p><p><a href=\"https://www.nytimes.com/2018/01/15/obituaries/dolores-oriordan-dead.html\" target=\"_blank\">“Dolores O’Riordan, Lead Singer of the Cranberries, Dies at 46”</a> (Christine Hauser, The New York Times)</p><p><a href=\"https://www.nytimes.com/2018/01/23/movies/oscar-nominations.html\" target=\"_blank\">“2018 Oscar Nominations”</a> (Brooks Barnes, The New York Times)</p><p><a href=\"https://www.nytimes.com/2017/11/28/arts/music/grammy-nominations-2018.html\" target=\"_blank\">“2018 Grammy Nominations”</a> (The New York Times)</p><p><a href=\"https://www.amazon.com/Philip-K-Dicks-Electric-Dreams/dp/B075NTXMN9\" target=\"_blank\">“Electric Dreams”</a> (Amazon)</p><p><a href=\"https://www.nytimes.com/interactive/2017/12/20/arts/music/ed-sheeran-shape-of-you.html?rref=collection%2Fbyline%2Fjon-pareles&amp;action=click&amp;contentCollection=undefined&amp;region=stream&amp;module=stream_unit&amp;version=latest&amp;contentPlacement=17&amp;pgtype=collection\" target=\"_blank\">“How Ed Sheeran Made ‘Shape of You’ The Years Biggest Track”</a> (John Pereles, The New York Times)</p><p><a href=\"https://www.grammy.com/grammys/awards/voting-process\" target=\"_blank\">“The Grammy Awards Voting Process”</a> (Recording Academy) </p><p><a href=\"https://babe.net/2018/01/13/aziz-ansari-28355\" target=\"_blank\">“I went on a date with Aziz Ansari. It turned into the worst night of my life.”</a> (Katie Way, Babe.net)</p><p><a href=\"http://book.azizansari.com/\" target=\"_blank\">“Modern Romance”</a> (Aziz Ansari, 2015)</p><p><a href=\"https://www.nytimes.com/2018/01/17/magazine/i-used-to-insist-i-didnt-get-angry-not-anymore.html?rref=collection%2Fissuecollection%2F12118-issue&amp;action=click&amp;contentCollection=magazine&amp;region=rank&amp;module=package&amp;version=highlights&amp;contentPlacement=2&amp;pgtype=collection\" target=\"_blank\">“I Used to Insist I Didn’t Get Angry. Not Anymore.”</a> (Leslie Jamison, The New York Times Magazine)</p><p><a href=\"http://www.cnn.com/videos/us/2018/01/16/open-letter-to-aziz-ansari-sexual-assault-accuser-banfield.hln\" target=\"_blank\">“Banfield slams Ansari accuser in open letter”</a> (CNN)</p><p><a href=\"https://www.nytimes.com/2018/01/19/sports/larry-nassar-women.html\" target=\"_blank\">“One After Another, Athletes Face Larry Nassar and Recount Sexual Abuse”</a> (Scott Cacciola and Christine Hauser, The New York Times)</p>]]>\n      </description>\n      <itunes:title>We Have a Right To Be Mad</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week, we examine the outrage that is expressing itself in all corners of the culture. In the process, we found unexpected connections between events and ideas that might seem unrelated: Ed Sheeran being left out of all the major Grammy categories as a (possible) way to avoid controversy, the heated debate over an account of a bad date with Aziz Ansari, the testimony at the sentencing of Dr. Larry Nassar from hundreds of gymnasts who had been sexually abused, and year two of the women's march. We're thinking about why women's anger is feared, and what it means to dole out punishment against men. Whose anger counts, what kind of anger is healthy, and is there solidarity to be found in anger? Our conversation took us to places we didn't know we'd go--including becoming enraged ourselves.\n\n\n\n\nDiscussed This Week:\n\n“Dolores O’Riordan, Lead Singer of the Cranberries, Dies at 46” (Christine Hauser, The New York Times)\n\n“2018 Oscar Nominations” (Brooks Barnes, The New York Times)\n\n“2018 Grammy Nominations” (The New York Times)\n\n“Electric Dreams” (Amazon)\n\n“How Ed Sheeran Made ‘Shape of You’ The Years Biggest Track” (John Pereles, The New York Times)\n\n“The Grammy Awards Voting Process” (Recording Academy)\n\n“I went on a date with Aziz Ansari. It turned into the worst night of my life.” (Katie Way, Babe.net)\n\n“Modern Romance” (Aziz Ansari, 2015)\n\n“I Used to Insist I Didn’t Get Angry. Not Anymore.” (Leslie Jamison, The New York Times Magazine)\n\n“Banfield slams Ansari accuser in open letter” (CNN)\n\n“One After Another, Athletes Face Larry Nassar and Recount Sexual Abuse” (Scott Cacciola and Christine Hauser, The New York Times)</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>This week, we examine the outrage that is expressing itself in all corners of the culture. In the&nbsp;process, we found unexpected connections between events and ideas that might seem unrelated: Ed Sheeran being left out of all the major Grammy categories as a (possible) way to avoid controversy, the heated debate over an account of a bad date with Aziz Ansari, the testimony&nbsp;at the sentencing of Dr. Larry Nassar from hundreds of gymnasts who had been sexually abused, and year two of the women's march. We're thinking about why women's anger is feared, and what it means to dole out punishment against men. Whose anger counts, what kind of anger is healthy, and is there solidarity to be found in anger? Our conversation took us to places we didn't know we'd go--including becoming enraged ourselves.</p><p><br></p><p><strong>Discussed This Week:</strong></p><p><a href=\"https://www.nytimes.com/2018/01/15/obituaries/dolores-oriordan-dead.html\" target=\"_blank\">“Dolores O’Riordan, Lead Singer of the Cranberries, Dies at 46”</a> (Christine Hauser, The New York Times)</p><p><a href=\"https://www.nytimes.com/2018/01/23/movies/oscar-nominations.html\" target=\"_blank\">“2018 Oscar Nominations”</a> (Brooks Barnes, The New York Times)</p><p><a href=\"https://www.nytimes.com/2017/11/28/arts/music/grammy-nominations-2018.html\" target=\"_blank\">“2018 Grammy Nominations”</a> (The New York Times)</p><p><a href=\"https://www.amazon.com/Philip-K-Dicks-Electric-Dreams/dp/B075NTXMN9\" target=\"_blank\">“Electric Dreams”</a> (Amazon)</p><p><a href=\"https://www.nytimes.com/interactive/2017/12/20/arts/music/ed-sheeran-shape-of-you.html?rref=collection%2Fbyline%2Fjon-pareles&amp;action=click&amp;contentCollection=undefined&amp;region=stream&amp;module=stream_unit&amp;version=latest&amp;contentPlacement=17&amp;pgtype=collection\" target=\"_blank\">“How Ed Sheeran Made ‘Shape of You’ The Years Biggest Track”</a> (John Pereles, The New York Times)</p><p><a href=\"https://www.grammy.com/grammys/awards/voting-process\" target=\"_blank\">“The Grammy Awards Voting Process”</a> (Recording Academy) </p><p><a href=\"https://babe.net/2018/01/13/aziz-ansari-28355\" target=\"_blank\">“I went on a date with Aziz Ansari. It turned into the worst night of my life.”</a> (Katie Way, Babe.net)</p><p><a href=\"http://book.azizansari.com/\" target=\"_blank\">“Modern Romance”</a> (Aziz Ansari, 2015)</p><p><a href=\"https://www.nytimes.com/2018/01/17/magazine/i-used-to-insist-i-didnt-get-angry-not-anymore.html?rref=collection%2Fissuecollection%2F12118-issue&amp;action=click&amp;contentCollection=magazine&amp;region=rank&amp;module=package&amp;version=highlights&amp;contentPlacement=2&amp;pgtype=collection\" target=\"_blank\">“I Used to Insist I Didn’t Get Angry. Not Anymore.”</a> (Leslie Jamison, The New York Times Magazine)</p><p><a href=\"http://www.cnn.com/videos/us/2018/01/16/open-letter-to-aziz-ansari-sexual-assault-accuser-banfield.hln\" target=\"_blank\">“Banfield slams Ansari accuser in open letter”</a> (CNN)</p><p><a href=\"https://www.nytimes.com/2018/01/19/sports/larry-nassar-women.html\" target=\"_blank\">“One After Another, Athletes Face Larry Nassar and Recount Sexual Abuse”</a> (Scott Cacciola and Christine Hauser, The New York Times)</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/QOFT31pW8Dyi5J77woeBnyItOk87pvCNr4dpKS4TJ5w</guid>\n      <pubDate>Thu, 25 Jan 2018 09:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:47:53</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/3f83805d-2d2d-4076-b032-2563131a24ad.mp3\" type=\"audio/mpeg\" length=\"45975510\"/>\n    </item>\n    <item>\n      <title>We Have a Theory About Oprah</title>\n      <description>\n        <![CDATA[<p>The wait is finally over - we’re back for Season 3! This week, we look at the movie “Proud Mary” starring Taraji P. Henson as a jumping off point for the cultural moment that black women are having right now in pop culture. We run through a brief history of black women in movies and television and consider those who built the foundation for this moment. From Hattie McDaniel to Dorothy Dandridge to Whoopi Goldberg to Halle Berry, we consider what all of this means for how we discuss Oprah’s (possible) presidential run.</p><p><br></p><p><strong>Discussed This Week:</strong></p><p><br></p><p><a href=\"http://www.imdb.com/title/tt3713588/\" target=\"_blank\">“She’s Gotta Have It”</a> (Netflix)</p><p><br></p><p><a href=\"https://www.nytimes.com/2018/01/03/magazine/subway-new-york-city-public-transportation-wealth-inequality.html\" target=\"_blank\">“The Case for the Subway\"</a> (Jonathan Mahler, New York Times Magazine)</p><p><br></p><p><a href=\"https://www.nytimes.com/2017/12/13/us/doug-jones-alabama-black-voters.html?mtrref=www.google.com&amp;gwh=917FC10045E2AFAFE5AD4AF93749B83E&amp;gwt=pay\" target=\"_blank\">Black Women Voters of Alabama\t</a></p><p><br></p><p><a href=\"http://debwillisphoto.com/artwork/1148749_Picturing_Us_African_American_Identity.html\" target=\"_blank\">“Picturing Us: African American Identity in Photography” </a>(Deb Willis)</p><p><br></p><p><a href=\"http://www.imdb.com/name/nm0140792/\" target=\"_blank\">Diahann Carroll </a>(in <a href=\"http://www.imdb.com/title/tt0062575/?ref_=nm_flmg_act_47\" target=\"_blank\">\"Julia\"</a>)</p><p><br></p><p><a href=\"http://www.imdb.com/name/nm0000427/\" target=\"_blank\">Pam Grier</a> (in <a href=\"http://www.imdb.com/title/tt0069897/?ref_=nm_flmg_act_91\" target=\"_blank\">\"Coffy\"</a>)</p><p><br></p><p><a href=\"https://tv.avclub.com/younger-sexier-inherently-doomed-case-file-25-satur-1798233763\" target=\"_blank\">Oprah’s SNL Cold Open</a></p><p><br></p><p><a href=\"https://www.researchgate.net/publication/289415519_The_specter_of_Oprah_Winfrey_Critical_black_female_spectatorship\" target=\"_blank\">“The Spector of Oprah Winfrey: Critical Black Female Spectorship“</a> (Terisha L. Stanley, 2007)</p><p><br></p><p><br></p>]]>\n      </description>\n      <itunes:title>We Have a Theory About Oprah</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>The wait is finally over - we’re back for Season 3! This week, we look at the movie “Proud Mary” starring Taraji P. Henson as a jumping off point for the cultural moment that black women are having right now in pop culture. We run through a brief history of black women in movies and television and consider those who built the foundation for this moment. From Hattie McDaniel to Dorothy Dandridge to Whoopi Goldberg to Halle Berry, we consider what all of this means for how we discuss Oprah’s (possible) presidential run.\n\n\n\n\nDiscussed This Week:\n\n\n\n\n“She’s Gotta Have It” (Netflix)\n\n\n\n\n“The Case for the Subway\" (Jonathan Mahler, New York Times Magazine)\n\n\n\n\nBlack Women Voters of Alabama\n\n\n\n\n“Picturing Us: African American Identity in Photography” (Deb Willis)\n\n\n\n\nDiahann Carroll (in \"Julia\")\n\n\n\n\nPam Grier (in \"Coffy\")\n\n\n\n\nOprah’s SNL Cold Open\n\n\n\n\n“The Spector of Oprah Winfrey: Critical Black Female Spectorship“ (Terisha L. Stanley, 2007)\n\n\n\n\n\n</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>The wait is finally over - we’re back for Season 3! This week, we look at the movie “Proud Mary” starring Taraji P. Henson as a jumping off point for the cultural moment that black women are having right now in pop culture. We run through a brief history of black women in movies and television and consider those who built the foundation for this moment. From Hattie McDaniel to Dorothy Dandridge to Whoopi Goldberg to Halle Berry, we consider what all of this means for how we discuss Oprah’s (possible) presidential run.</p><p><br></p><p><strong>Discussed This Week:</strong></p><p><br></p><p><a href=\"http://www.imdb.com/title/tt3713588/\" target=\"_blank\">“She’s Gotta Have It”</a> (Netflix)</p><p><br></p><p><a href=\"https://www.nytimes.com/2018/01/03/magazine/subway-new-york-city-public-transportation-wealth-inequality.html\" target=\"_blank\">“The Case for the Subway\"</a> (Jonathan Mahler, New York Times Magazine)</p><p><br></p><p><a href=\"https://www.nytimes.com/2017/12/13/us/doug-jones-alabama-black-voters.html?mtrref=www.google.com&amp;gwh=917FC10045E2AFAFE5AD4AF93749B83E&amp;gwt=pay\" target=\"_blank\">Black Women Voters of Alabama\t</a></p><p><br></p><p><a href=\"http://debwillisphoto.com/artwork/1148749_Picturing_Us_African_American_Identity.html\" target=\"_blank\">“Picturing Us: African American Identity in Photography” </a>(Deb Willis)</p><p><br></p><p><a href=\"http://www.imdb.com/name/nm0140792/\" target=\"_blank\">Diahann Carroll </a>(in <a href=\"http://www.imdb.com/title/tt0062575/?ref_=nm_flmg_act_47\" target=\"_blank\">\"Julia\"</a>)</p><p><br></p><p><a href=\"http://www.imdb.com/name/nm0000427/\" target=\"_blank\">Pam Grier</a> (in <a href=\"http://www.imdb.com/title/tt0069897/?ref_=nm_flmg_act_91\" target=\"_blank\">\"Coffy\"</a>)</p><p><br></p><p><a href=\"https://tv.avclub.com/younger-sexier-inherently-doomed-case-file-25-satur-1798233763\" target=\"_blank\">Oprah’s SNL Cold Open</a></p><p><br></p><p><a href=\"https://www.researchgate.net/publication/289415519_The_specter_of_Oprah_Winfrey_Critical_black_female_spectatorship\" target=\"_blank\">“The Spector of Oprah Winfrey: Critical Black Female Spectorship“</a> (Terisha L. Stanley, 2007)</p><p><br></p><p><br></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/UE9s18txCVrbgUerPgYVXpvlPNfKT5poxCBxhL9bI50</guid>\n      <pubDate>Thu, 18 Jan 2018 09:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:46:49</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/4dd110c8-cfca-4f2a-b666-8ba03abe0d87.mp3\" type=\"audio/mpeg\" length=\"44953600\"/>\n    </item>\n    <item>\n      <title>We Back! (On Thursday)</title>\n      <description>\n        <![CDATA[<p>The wait is (almost) over: Jenna and Wesley will be back with a new season of \"Still Processing\" starting Thursday, Jan. 18th. It’s O.K. to cry, even if you’re wearing glitter.</p>]]>\n      </description>\n      <itunes:title>We Back! (On Thursday)</itunes:title>\n      <itunes:episodeType>trailer</itunes:episodeType>\n      <itunes:summary>The wait is (almost) over: Jenna and Wesley will be back with a new season of \"Still Processing\" starting Thursday, Jan. 18th. It’s O.K. to cry, even if you’re wearing glitter.</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>The wait is (almost) over: Jenna and Wesley will be back with a new season of \"Still Processing\" starting Thursday, Jan. 18th. It’s O.K. to cry, even if you’re wearing glitter.</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/XQyCQpy0ynjRQdcBxD177QfWsAkfhSN9vM4-n-dtMUY</guid>\n      <pubDate>Tue, 16 Jan 2018 23:18:48 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:01:48</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/38637d5d-1570-4c21-9905-038ae138c903.mp3\" type=\"audio/mpeg\" length=\"1732440\"/>\n    </item>\n    <item>\n      <title>We Are Tired of Sexual Harassment (and Sequels) | Season Finale</title>\n      <description>\n        <![CDATA[<p>It’s our season finale! We’ve spent our second season keeping a critical eye on the unreality of America and dissecting the systems of power that uphold the status quo. Last week, a series of news articles reported that Harvey Weinstein, one of the most powerful movie producers in Hollywood, has been accused of sexually harrassing women for decades. Twitter is ablaze with other women and men sharing their own stories of sexual misconduct at the hands of the powerful, spawning conversations about power and fame, privilege and punishment. The aftermath has raised questions about the commonality of harassment — and has forced us to confront our own complacency. We were compelled to talk about the cultural petri dish that allows assault and abuse to perpetuate and about what might be changing, socially and technologically, that is encouraging survivors to come forward. We also discuss the recently released “Blade Runner 2049” which somehow felt lacking, as if science fiction can’t keep up with the reality of the moment we’re living through. And before we sign off for a few months, we relive some of our favorite moments from this season. Thank you for listening, and we’ll talk to you soon!</p>]]>\n      </description>\n      <itunes:title>We Are Tired of Sexual Harassment (and Sequels) | Season Finale</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>It’s our season finale! We’ve spent our second season keeping a critical eye on the unreality of America and dissecting the systems of power that uphold the status quo. Last week, a series of news articles reported that Harvey Weinstein, one of the most powerful movie producers in Hollywood, has been accused of sexually harrassing women for decades. Twitter is ablaze with other women and men sharing their own stories of sexual misconduct at the hands of the powerful, spawning conversations about power and fame, privilege and punishment. The aftermath has raised questions about the commonality of harassment — and has forced us to confront our own complacency. We were compelled to talk about the cultural petri dish that allows assault and abuse to perpetuate and about what might be changing, socially and technologically, that is encouraging survivors to come forward. We also discuss the recently released “Blade Runner 2049” which somehow felt lacking, as if science fiction can’t keep up with the reality of the moment we’re living through. And before we sign off for a few months, we relive some of our favorite moments from this season. Thank you for listening, and we’ll talk to you soon!</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>It’s our season finale! We’ve spent our second season keeping a critical eye on the unreality of America and dissecting the systems of power that uphold the status quo. Last week, a series of news articles reported that Harvey Weinstein, one of the most powerful movie producers in Hollywood, has been accused of sexually harrassing women for decades. Twitter is ablaze with other women and men sharing their own stories of sexual misconduct at the hands of the powerful, spawning conversations about power and fame, privilege and punishment. The aftermath has raised questions about the commonality of harassment — and has forced us to confront our own complacency. We were compelled to talk about the cultural petri dish that allows assault and abuse to perpetuate and about what might be changing, socially and technologically, that is encouraging survivors to come forward. We also discuss the recently released “Blade Runner 2049” which somehow felt lacking, as if science fiction can’t keep up with the reality of the moment we’re living through. And before we sign off for a few months, we relive some of our favorite moments from this season. Thank you for listening, and we’ll talk to you soon!</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/8xlOSmDI44zLyec2SJNH2ZvN1RlbTsH86rtUGqnHBIQ</guid>\n      <pubDate>Thu, 12 Oct 2017 08:30:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:40:35</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/390c63e3-6950-4a0f-b387-618bfbbadc6f.mp3\" type=\"audio/mpeg\" length=\"38968842\"/>\n    </item>\n    <item>\n      <title>We Get Biracial</title>\n      <description>\n        <![CDATA[<p>For months, the two of us have been trying to figure out a way to have a conversation about the experience of being biracial. This week we just go for it. First, we talk about the cultural and historical suspicion America still has of black-white interracial romantic relationships. It gives us an excuse to revisit the reason ‘‘Get Out’’ has been one of the year’s major movies: It articulates the previously inarticulable about race. Then we consider the offspring of interracial coupling — whether the possibility of occupying two identities (or more) is a choice, a luxury or a delusion; and what fears, doubts or envy nonbiracial black Americans might feel about biracial black Americans. We drop in on Spike Lee’s ‘‘School Daze’’ and the sitcom ‘‘Black-ish.’’ We consider our feelings about Rashida Jones, Drake and Vin Diesel. We unpack the writings of Zadie Smith and Barack Obama. And we kind of have to ask: Aren’t we all a little bit mixed?</p>]]>\n      </description>\n      <itunes:title>We Get Biracial</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>For months, the two of us have been trying to figure out a way to have a conversation about the experience of being biracial. This week we just go for it. First, we talk about the cultural and historical suspicion America still has of black-white interracial romantic relationships. It gives us an excuse to revisit the reason ‘‘Get Out’’ has been one of the year’s major movies: It articulates the previously inarticulable about race. Then we consider the offspring of interracial coupling — whether the possibility of occupying two identities (or more) is a choice, a luxury or a delusion; and what fears, doubts or envy nonbiracial black Americans might feel about biracial black Americans. We drop in on Spike Lee’s ‘‘School Daze’’ and the sitcom ‘‘Black-ish.’’ We consider our feelings about Rashida Jones, Drake and Vin Diesel. We unpack the writings of Zadie Smith and Barack Obama. And we kind of have to ask: Aren’t we all a little bit mixed?</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>For months, the two of us have been trying to figure out a way to have a conversation about the experience of being biracial. This week we just go for it. First, we talk about the cultural and historical suspicion America still has of black-white interracial romantic relationships. It gives us an excuse to revisit the reason ‘‘Get Out’’ has been one of the year’s major movies: It articulates the previously inarticulable about race. Then we consider the offspring of interracial coupling — whether the possibility of occupying two identities (or more) is a choice, a luxury or a delusion; and what fears, doubts or envy nonbiracial black Americans might feel about biracial black Americans. We drop in on Spike Lee’s ‘‘School Daze’’ and the sitcom ‘‘Black-ish.’’ We consider our feelings about Rashida Jones, Drake and Vin Diesel. We unpack the writings of Zadie Smith and Barack Obama. And we kind of have to ask: Aren’t we all a little bit mixed?</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/OBzmLOL1XAPzGwXljNtEp4B4t7_2t-3EVUdnWOJx5tM</guid>\n      <pubDate>Thu, 05 Oct 2017 08:45:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:52:38</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/c11611ab-74bb-45bc-bfe7-a4f6deb14ca8.mp3\" type=\"audio/mpeg\" length=\"50542968\"/>\n    </item>\n    <item>\n      <title>We Take a Knee</title>\n      <description>\n        <![CDATA[<p>Another day, another rant from Donald Trump. This time, the president took aim at Colin Kaepernick, the former San Francisco 49ers quarterback who spent the majority of last season sitting or kneeling during the national anthem to draw attention to police brutality and racial injustice. Trump’s remarks — that the owners of football teams should fire anyone who followed suit — prompted a nationwide demonstration the following Sunday from players and team owners who knelt or linked arms. We talk about the language used by the president and his supporters and their expectations of black entertainers and athletes. We also investigate the history of the national anthem. What all did Francis Scott Key really invoke in the “Star-Spangled Banner”? Oh, and we also manage to work in a reference to “Get Out.” All kinds of people, including Stevie Wonder and celebrity chef Carla Hall, are joining the #TakeAKnee movement. Will it retain its integrity as it evolves away from Kaepernick?</p>]]>\n      </description>\n      <itunes:title>We Take a Knee</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Another day, another rant from Donald Trump. This time, the president took aim at Colin Kaepernick, the former San Francisco 49ers quarterback who spent the majority of last season sitting or kneeling during the national anthem to draw attention to police brutality and racial injustice. Trump’s remarks — that the owners of football teams should fire anyone who followed suit — prompted a nationwide demonstration the following Sunday from players and team owners who knelt or linked arms. We talk about the language used by the president and his supporters and their expectations of black entertainers and athletes. We also investigate the history of the national anthem. What all did Francis Scott Key really invoke in the “Star-Spangled Banner”? Oh, and we also manage to work in a reference to “Get Out.” All kinds of people, including Stevie Wonder and celebrity chef Carla Hall, are joining the #TakeAKnee movement. Will it retain its integrity as it evolves away from Kaepernick?</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Another day, another rant from Donald Trump. This time, the president took aim at Colin Kaepernick, the former San Francisco 49ers quarterback who spent the majority of last season sitting or kneeling during the national anthem to draw attention to police brutality and racial injustice. Trump’s remarks — that the owners of football teams should fire anyone who followed suit — prompted a nationwide demonstration the following Sunday from players and team owners who knelt or linked arms. We talk about the language used by the president and his supporters and their expectations of black entertainers and athletes. We also investigate the history of the national anthem. What all did Francis Scott Key really invoke in the “Star-Spangled Banner”? Oh, and we also manage to work in a reference to “Get Out.” All kinds of people, including Stevie Wonder and celebrity chef Carla Hall, are joining the #TakeAKnee movement. Will it retain its integrity as it evolves away from Kaepernick?</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/qZXqY_0neaQSkvn4S1twenaJIIsYIDib5yZRCXCWJCw</guid>\n      <pubDate>Thu, 28 Sep 2017 08:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:34:13</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/a8841997-de4a-4faa-9878-42a72342c669.mp3\" type=\"audio/mpeg\" length=\"32852845\"/>\n    </item>\n    <item>\n      <title>We Assess the Outrage over \"Bodega\" and Mother!</title>\n      <description>\n        <![CDATA[<p>Last week, a Silicon Valley startup called Bodega instigated an internet meltdown after a Fast Company profile made the company’s intentions clear. “Eventually, centralized shopping locations won’t be necessary, because there will be 100,000 Bodegas spread out, with one always 100 feet away from you,” said Paul McDonald, a co-founder, who used to work at Google. The outrage made moral sense. “Bodega” is name that’s asking for trouble, especially with people who frequent them. The outrage is also easy. Where’s the upset over the effect other, bigger companies – like Amazon, whose latest major acquisition, Whole Foods, has slashed prices – might actually have on bodegas? Being mad at Amazon is harder when it’s mixed up in so much of your life. We discuss the dilemma.</p><p>We also get into the horror at the movies (“It,” “Mother!”) and on TV (“American Horror Story: Cult”), and how it meets up with our times in surprising and hilarious ways — especially Darren Aronofsky’s “Mother!” with Jennifer Lawerence and Javier Bardem. It’s a mess and a half. But it’s a really fun mess.</p>]]>\n      </description>\n      <itunes:title>We Assess the Outrage over \"Bodega\" and Mother!</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Last week, a Silicon Valley startup called Bodega instigated an internet meltdown after a Fast Company profile made the company’s intentions clear. “Eventually, centralized shopping locations won’t be necessary, because there will be 100,000 Bodegas spread out, with one always 100 feet away from you,” said Paul McDonald, a co-founder, who used to work at Google. The outrage made moral sense. “Bodega” is name that’s asking for trouble, especially with people who frequent them. The outrage is also easy. Where’s the upset over the effect other, bigger companies – like Amazon, whose latest major acquisition, Whole Foods, has slashed prices – might actually have on bodegas? Being mad at Amazon is harder when it’s mixed up in so much of your life. We discuss the dilemma.\n\nWe also get into the horror at the movies (“It,” “Mother!”) and on TV (“American Horror Story: Cult”), and how it meets up with our times in surprising and hilarious ways — especially Darren Aronofsky’s “Mother!” with Jennifer Lawerence and Javier Bardem. It’s a mess and a half. But it’s a really fun mess.</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Last week, a Silicon Valley startup called Bodega instigated an internet meltdown after a Fast Company profile made the company’s intentions clear. “Eventually, centralized shopping locations won’t be necessary, because there will be 100,000 Bodegas spread out, with one always 100 feet away from you,” said Paul McDonald, a co-founder, who used to work at Google. The outrage made moral sense. “Bodega” is name that’s asking for trouble, especially with people who frequent them. The outrage is also easy. Where’s the upset over the effect other, bigger companies – like Amazon, whose latest major acquisition, Whole Foods, has slashed prices – might actually have on bodegas? Being mad at Amazon is harder when it’s mixed up in so much of your life. We discuss the dilemma.</p><p>We also get into the horror at the movies (“It,” “Mother!”) and on TV (“American Horror Story: Cult”), and how it meets up with our times in surprising and hilarious ways — especially Darren Aronofsky’s “Mother!” with Jennifer Lawerence and Javier Bardem. It’s a mess and a half. But it’s a really fun mess.</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/RqyByTw0eCz1hYvD4Wq9xcM4A_8auUwXUIvVz8usXx0</guid>\n      <pubDate>Thu, 21 Sep 2017 08:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:42:00</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/80a9106d-465c-484d-98d5-593accaccd53.mp3\" type=\"audio/mpeg\" length=\"40330553\"/>\n    </item>\n    <item>\n      <title>We Bow Down to Rihanna and Venus</title>\n      <description>\n        <![CDATA[<p>Last week, we witnessed two extraordinary events: Venus Williams playing some of the best tennis in the last decade of her career (she lost in the U.S. Open, but with grace and style), and the rollout of Rihanna's new cosmetics line, Fenty Beauty, which was splashier than the launch of the new iPhone X. We learned something unexpected from both. Venus showed us what it means to lose, and yet somehow remain undefeated, and the Rihanna event gave us insight into the economy of social media “influencers” who are radically changing—and possibly democratizing—the beauty and fashion industries.</p><p><br></p><p><br></p><p><br></p>]]>\n      </description>\n      <itunes:title>We Bow Down to Rihanna and Venus</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Last week, we witnessed two extraordinary events: Venus Williams playing some of the best tennis in the last decade of her career (she lost in the U.S. Open, but with grace and style), and the rollout of Rihanna's new cosmetics line, Fenty Beauty, which was splashier than the launch of the new iPhone X. We learned something unexpected from both. Venus showed us what it means to lose, and yet somehow remain undefeated, and the Rihanna event gave us insight into the economy of social media “influencers” who are radically changing—and possibly democratizing—the beauty and fashion industries.\n\n\n\n\n\n\n\n\n</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Last week, we witnessed two extraordinary events: Venus Williams playing some of the best tennis in the last decade of her career (she lost in the U.S. Open, but with grace and style), and the rollout of Rihanna's new cosmetics line, Fenty Beauty, which was splashier than the launch of the new iPhone X. We learned something unexpected from both. Venus showed us what it means to lose, and yet somehow remain undefeated, and the Rihanna event gave us insight into the economy of social media “influencers” who are radically changing—and possibly democratizing—the beauty and fashion industries.</p><p><br></p><p><br></p><p><br></p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/p7C7J0uHgHdFzUzRza31u-UoNnWJKl-9dPL_b3oPjps</guid>\n      <pubDate>Thu, 14 Sep 2017 08:55:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:40:39</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/1daffc8a-001f-4ffa-89bd-fbef92263402.mp3\" type=\"audio/mpeg\" length=\"39029864\"/>\n    </item>\n    <item>\n      <title>We Debate NPR’s Greatest Albums by Women </title>\n      <description>\n        <![CDATA[<p>Last month, NPR published a list of the 150 greatest albums by women. The list was debated. It was discussed. There were alternative lists of 150 <em>additional </em>albums not on the NPR list. But quibbling with the particulars misses an important concern about what it means to argue for a women-only canon. This week we discuss why it takes an all-women team at NPR to celebrate women musicians, and why women are glaringly missing from lists determined by both genders. We also revisit the song of the summer, a phenomenon that is ruled by male artists — but perhaps not according to us. </p>]]>\n      </description>\n      <itunes:title>We Debate NPR’s Greatest Albums by Women </itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Last month, NPR published a list of the 150 greatest albums by women. The list was debated. It was discussed. There were alternative lists of 150 additional albums not on the NPR list. But quibbling with the particulars misses an important concern about what it means to argue for a women-only canon. This week we discuss why it takes an all-women team at NPR to celebrate women musicians, and why women are glaringly missing from lists determined by both genders. We also revisit the song of the summer, a phenomenon that is ruled by male artists — but perhaps not according to us. </itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>Last month, NPR published a list of the 150 greatest albums by women. The list was debated. It was discussed. There were alternative lists of 150 <em>additional </em>albums not on the NPR list. But quibbling with the particulars misses an important concern about what it means to argue for a women-only canon. This week we discuss why it takes an all-women team at NPR to celebrate women musicians, and why women are glaringly missing from lists determined by both genders. We also revisit the song of the summer, a phenomenon that is ruled by male artists — but perhaps not according to us. </p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/xLiZOEnqJEu-JQpRDFCC68mrvj8byZbK4givn_CY7xo</guid>\n      <pubDate>Thu, 07 Sep 2017 08:55:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:40:18</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/94fb05e1-d5a0-4c04-9d35-7e0cfd941270.mp3\" type=\"audio/mpeg\" length=\"38704274\"/>\n    </item>\n    <item>\n      <title>We Have a Chappelle Show</title>\n      <description>\n        <![CDATA[<p>This summer, Dave Chappelle returned to the stage for an ambitious, monthlong residency at Radio City Music Hall in New York. We saw the show independently, on separate nights. What we witnessed inspired us to dedicate an entire episode to the legacy of Chappelle’s comedy as he works to re-establish his place in American culture. But much has shifted in the decade since Chappelle, through his much-loved TV show, “Chappelle’s Show,” brilliantly explored how black people are represented and misrepresented: Nowadays, he’s no longer interested in speaking on behalf of anyone else. We consider his past to consider where he might be headed and whether we still need comedians — and comedy, for that matter — to help us make sense of the present.</p>]]>\n      </description>\n      <itunes:title>We Have a Chappelle Show</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This summer, Dave Chappelle returned to the stage for an ambitious, monthlong residency at Radio City Music Hall in New York. We saw the show independently, on separate nights. What we witnessed inspired us to dedicate an entire episode to the legacy of Chappelle’s comedy as he works to re-establish his place in American culture. But much has shifted in the decade since Chappelle, through his much-loved TV show, “Chappelle’s Show,” brilliantly explored how black people are represented and misrepresented: Nowadays, he’s no longer interested in speaking on behalf of anyone else. We consider his past to consider where he might be headed and whether we still need comedians — and comedy, for that matter — to help us make sense of the present.</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>This summer, Dave Chappelle returned to the stage for an ambitious, monthlong residency at Radio City Music Hall in New York. We saw the show independently, on separate nights. What we witnessed inspired us to dedicate an entire episode to the legacy of Chappelle’s comedy as he works to re-establish his place in American culture. But much has shifted in the decade since Chappelle, through his much-loved TV show, “Chappelle’s Show,” brilliantly explored how black people are represented and misrepresented: Nowadays, he’s no longer interested in speaking on behalf of anyone else. We consider his past to consider where he might be headed and whether we still need comedians — and comedy, for that matter — to help us make sense of the present.</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/k57dmUjhGng_Wu0FWXgScfaywlYUedDxIHcWyYOttgg</guid>\n      <pubDate>Thu, 31 Aug 2017 08:58:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:56:31</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/0cf1c802-c9f2-4fde-ad5a-66c288477459.mp3\" type=\"audio/mpeg\" length=\"54264476\"/>\n    </item>\n    <item>\n      <title>We Care For Ourselves and Others in Trump’s America</title>\n      <description>\n        <![CDATA[<p>The events of the last few weeks have shown us that we are fully living in Trump's America, with a president who is slow to condemn the actions of white supremacists. The realization has been exhausting. This week, we take a step back to think about what the political moment is doing to our emotional and physical states. We discuss our routines of self-care — and investigate the origins of the phrase, and why it feels overused and even a little cliche.&nbsp;We also talk to Dr. Matthew Steinfeld, an assistant professor of psychiatry at the Yale University School of Medicine about our ailing country and get a few ideas for how to remedy ourselves, and perhaps each other.</p>]]>\n      </description>\n      <itunes:title>We Care For Ourselves and Others in Trump’s America</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>The events of the last few weeks have shown us that we are fully living in Trump's America, with a president who is slow to condemn the actions of white supremacists. The realization has been exhausting. This week, we take a step back to think about what the political moment is doing to our emotional and physical states. We discuss our routines of self-care — and investigate the origins of the phrase, and why it feels overused and even a little cliche. We also talk to Dr. Matthew Steinfeld, an assistant professor of psychiatry at the Yale University School of Medicine about our ailing country and get a few ideas for how to remedy ourselves, and perhaps each other.</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>The events of the last few weeks have shown us that we are fully living in Trump's America, with a president who is slow to condemn the actions of white supremacists. The realization has been exhausting. This week, we take a step back to think about what the political moment is doing to our emotional and physical states. We discuss our routines of self-care — and investigate the origins of the phrase, and why it feels overused and even a little cliche.&nbsp;We also talk to Dr. Matthew Steinfeld, an assistant professor of psychiatry at the Yale University School of Medicine about our ailing country and get a few ideas for how to remedy ourselves, and perhaps each other.</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/nXJRovvgdHpMBPMqX6IUhgHyWjsc6bhAIHaHR-1IuNk</guid>\n      <pubDate>Thu, 24 Aug 2017 12:53:53 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:48:05</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/b7ea4f12-4a7e-4b21-acef-1c5001452108.mp3\" type=\"audio/mpeg\" length=\"46160666\"/>\n    </item>\n    <item>\n      <title>We Grieve Charlottesville</title>\n      <description>\n        <![CDATA[<p>What happened in Charlottesville, Va., over the weekend was the largest public melee during a presidential administration that includes men with white nationalist ties. Three people were killed, dozens of people were injured and the country was thrown into a state of anguish and shock. The show was on vacation, but we came back early to do a special episode about Charlottesville. We talk about why the violence there isn’t surprising, what it means to remove totems of the American Confederacy and what a verbal apology from President Trump is really worth.</p>]]>\n      </description>\n      <itunes:title>We Grieve Charlottesville</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>What happened in Charlottesville, Va., over the weekend was the largest public melee during a presidential administration that includes men with white nationalist ties. Three people were killed, dozens of people were injured and the country was thrown into a state of anguish and shock. The show was on vacation, but we came back early to do a special episode about Charlottesville. We talk about why the violence there isn’t surprising, what it means to remove totems of the American Confederacy and what a verbal apology from President Trump is really worth.</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>What happened in Charlottesville, Va., over the weekend was the largest public melee during a presidential administration that includes men with white nationalist ties. Three people were killed, dozens of people were injured and the country was thrown into a state of anguish and shock. The show was on vacation, but we came back early to do a special episode about Charlottesville. We talk about why the violence there isn’t surprising, what it means to remove totems of the American Confederacy and what a verbal apology from President Trump is really worth.</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/91sdPfOjO-6tzpMMUaCE9UZzhlOQ1tM1jl9PAbQwyq8</guid>\n      <pubDate>Tue, 15 Aug 2017 20:48:25 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/08/15/podcasts/still-processing-anguish-and-anger-over-charlottesville.html </link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:29:10</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/b6b52e0b-4b8f-4ec5-b8cf-4b83dec0a838.mp3\" type=\"audio/mpeg\" length=\"28010370\"/>\n    </item>\n    <item>\n      <title>We Discuss: Who Owns Stories About Blackness?</title>\n      <description>\n        <![CDATA[<p>It’s been a summer of outrage over the question of who can tell stories about black history and black pain. We reckon with this question by examining Kathryn Bigelow’s film \"Detroit,\" Dana Schutz's painting “Open Casket” and the recently announced new project from the \"Game of Thrones\" showrunners, an HBO drama called \"Confederate.\" Without promising any answers, we also ask: Do stories about the American black experience belong to all Americans? Are there any criteria by which white creators can successfully make work about blackness? &nbsp;</p>]]>\n      </description>\n      <itunes:title>We Discuss: Who Owns Stories About Blackness?</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>It’s been a summer of outrage over the question of who can tell stories about black history and black pain. We reckon with this question by examining Kathryn Bigelow’s film \"Detroit,\" Dana Schutz's painting “Open Casket” and the recently announced new project from the \"Game of Thrones\" showrunners, an HBO drama called \"Confederate.\" Without promising any answers, we also ask: Do stories about the American black experience belong to all Americans? Are there any criteria by which white creators can successfully make work about blackness?  </itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>It’s been a summer of outrage over the question of who can tell stories about black history and black pain. We reckon with this question by examining Kathryn Bigelow’s film \"Detroit,\" Dana Schutz's painting “Open Casket” and the recently announced new project from the \"Game of Thrones\" showrunners, an HBO drama called \"Confederate.\" Without promising any answers, we also ask: Do stories about the American black experience belong to all Americans? Are there any criteria by which white creators can successfully make work about blackness? &nbsp;</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/p2PWL082EK9xwo0a-boq1bRWlv-y6eFOFRRGDgwZ-mk</guid>\n      <pubDate>Thu, 03 Aug 2017 09:55:00 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/08/03/podcasts/confederate-detroit-and-who-owns-stories-about-blackness.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:47:55</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/b5f6fc6c-26c7-47a2-b2ba-c1133e069e1d.mp3\" type=\"audio/mpeg\" length=\"46003931\"/>\n    </item>\n    <item>\n      <title>We’re Freaking Out About O.J. and Girls Trip </title>\n      <description>\n        <![CDATA[<p>The country was barely on the other side of a period of deep thought about the cultural meaning of O.J. Simpson, and then last week we found out that O.J. will be a free man this October. We explore the vexing empathy that racism toward him inspires in us. Second, we can’t believe how much fun we had watching \"Girls Trip\"! Comedies starring black women – in which they aren’t the butt of the joke – are virtually non-existent. We cheer the movie for giving us four fun, sexual black women without also denying their humanness.</p>]]>\n      </description>\n      <itunes:title>We’re Freaking Out About O.J. and Girls Trip </itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>The country was barely on the other side of a period of deep thought about the cultural meaning of O.J. Simpson, and then last week we found out that O.J. will be a free man this October. We explore the vexing empathy that racism toward him inspires in us. Second, we can’t believe how much fun we had watching \"Girls Trip\"! Comedies starring black women – in which they aren’t the butt of the joke – are virtually non-existent. We cheer the movie for giving us four fun, sexual black women without also denying their humanness.</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>The country was barely on the other side of a period of deep thought about the cultural meaning of O.J. Simpson, and then last week we found out that O.J. will be a free man this October. We explore the vexing empathy that racism toward him inspires in us. Second, we can’t believe how much fun we had watching \"Girls Trip\"! Comedies starring black women – in which they aren’t the butt of the joke – are virtually non-existent. We cheer the movie for giving us four fun, sexual black women without also denying their humanness.</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/2YawSXjGy8VeBwQ4B6QuThBWLGRHJzEhKZobXRvtN8s</guid>\n      <pubDate>Thu, 27 Jul 2017 09:58:00 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/07/27/podcasts/reveling-in-the-unapologetic-blackness-of-girls-trip.html </link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:39:19</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/7f0e8cbf-849a-48bf-a078-87fe18ddf107.mp3\" type=\"audio/mpeg\" length=\"37755924\"/>\n    </item>\n    <item>\n      <title>We Pick Science Fiction for Mitch McConnell</title>\n      <description>\n        <![CDATA[<p>2017 feels sort of like the End Times, and we’re leaning into science fiction TV shows and movies to imagine the outcome of our current political and geological climate. If science fiction functions as a cautionary tale, offering lessons in morality and asking us to consider our relationship with technology, what should our country’s leaders be watching? We discuss “War for the Planet of the Apes,” in which highly intelligent apes and plague-riddled humans battle for control of the Earth. Then, we serve up a list of sci-fi homework for ourselves and our elected officials.</p>]]>\n      </description>\n      <itunes:title>We Pick Science Fiction for Mitch McConnell</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>2017 feels sort of like the End Times, and we’re leaning into science fiction TV shows and movies to imagine the outcome of our current political and geological climate. If science fiction functions as a cautionary tale, offering lessons in morality and asking us to consider our relationship with technology, what should our country’s leaders be watching? We discuss “War for the Planet of the Apes,” in which highly intelligent apes and plague-riddled humans battle for control of the Earth. Then, we serve up a list of sci-fi homework for ourselves and our elected officials.</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>2017 feels sort of like the End Times, and we’re leaning into science fiction TV shows and movies to imagine the outcome of our current political and geological climate. If science fiction functions as a cautionary tale, offering lessons in morality and asking us to consider our relationship with technology, what should our country’s leaders be watching? We discuss “War for the Planet of the Apes,” in which highly intelligent apes and plague-riddled humans battle for control of the Earth. Then, we serve up a list of sci-fi homework for ourselves and our elected officials.</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/7QLgKAEkn873a2Cmw9PxeSwULvTm0M_2dkiX1PkxNT8</guid>\n      <pubDate>Thu, 20 Jul 2017 09:58:00 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/07/20/podcasts/a-dose-of-science-fiction-for-our-elected-officials.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:36:11</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/a13f49be-fc69-475f-a306-ad79aa38cefb.mp3\" type=\"audio/mpeg\" length=\"34739931\"/>\n    </item>\n    <item>\n      <title>We Get Bodied Talking Jay-Z and Beyoncé</title>\n      <description>\n        <![CDATA[<p>“4:44” is Jay-Z’s first album since Beyoncé turned their marital trouble into a masterpiece called \"Lemonade.\" On “4:44,” Jay-Z expresses regret for his infidelity and ruminates on the socioeconomic state of black America. The album is knotty and contradictory, especially when compared with the psychological clarity of \"Lemonade.\" We spend the episode unpacking “4:44” as a work unto itself, and also in the context of “Lemonade.” We also discuss why the survival and performance of Jay-Z and Beyoncé’s marriage means so much to the culture and to us.</p>]]>\n      </description>\n      <itunes:title>We Get Bodied Talking Jay-Z and Beyoncé</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>“4:44” is Jay-Z’s first album since Beyoncé turned their marital trouble into a masterpiece called \"Lemonade.\" On “4:44,” Jay-Z expresses regret for his infidelity and ruminates on the socioeconomic state of black America. The album is knotty and contradictory, especially when compared with the psychological clarity of \"Lemonade.\" We spend the episode unpacking “4:44” as a work unto itself, and also in the context of “Lemonade.” We also discuss why the survival and performance of Jay-Z and Beyoncé’s marriage means so much to the culture and to us.</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>“4:44” is Jay-Z’s first album since Beyoncé turned their marital trouble into a masterpiece called \"Lemonade.\" On “4:44,” Jay-Z expresses regret for his infidelity and ruminates on the socioeconomic state of black America. The album is knotty and contradictory, especially when compared with the psychological clarity of \"Lemonade.\" We spend the episode unpacking “4:44” as a work unto itself, and also in the context of “Lemonade.” We also discuss why the survival and performance of Jay-Z and Beyoncé’s marriage means so much to the culture and to us.</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/Sej13RZ3yDQ7hDmQdYPIjtANuq0bwMINSRjP9Lk3mbU</guid>\n      <pubDate>Thu, 13 Jul 2017 08:44:00 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/07/13/podcasts/the-revelations-of-jay-z-and-beyonce.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:52:25</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/41f93206-e033-450d-8690-915e50b57fbb.mp3\" type=\"audio/mpeg\" length=\"50330644\"/>\n    </item>\n    <item>\n      <title>We Seek “Authentic” BBQ</title>\n      <description>\n        <![CDATA[<p>It’s barbecue season! But let’s be clear: We aren’t talking about throwing burgers and veggies on a grill. We’re talking about the rich culinary tradition of slow-cooking meat over a dirt pit, a cuisine cultivated by enslaved Africans in the American South. We both live in Brooklyn, where barbecue is gentrifying as quickly as our neighborhoods. To talk through our feelings, we invited two Southern food experts on the show: John Thomas Edge Jr., the author of “The Potlikker Papers,” and Nicole Taylor, a chef and the author of “The Up South Cookbook.” They help us remember the central role that African-Americans played (and continue to play) in establishing one of our country’s most signature styles of eating. Then we venture to a Carolina-style pit in the middle of Bushwick. It's a truly American tale.</p>]]>\n      </description>\n      <itunes:title>We Seek “Authentic” BBQ</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>It’s barbecue season! But let’s be clear: We aren’t talking about throwing burgers and veggies on a grill. We’re talking about the rich culinary tradition of slow-cooking meat over a dirt pit, a cuisine cultivated by enslaved Africans in the American South. We both live in Brooklyn, where barbecue is gentrifying as quickly as our neighborhoods. To talk through our feelings, we invited two Southern food experts on the show: John Thomas Edge Jr., the author of “The Potlikker Papers,” and Nicole Taylor, a chef and the author of “The Up South Cookbook.” They help us remember the central role that African-Americans played (and continue to play) in establishing one of our country’s most signature styles of eating. Then we venture to a Carolina-style pit in the middle of Bushwick. It's a truly American tale.</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>It’s barbecue season! But let’s be clear: We aren’t talking about throwing burgers and veggies on a grill. We’re talking about the rich culinary tradition of slow-cooking meat over a dirt pit, a cuisine cultivated by enslaved Africans in the American South. We both live in Brooklyn, where barbecue is gentrifying as quickly as our neighborhoods. To talk through our feelings, we invited two Southern food experts on the show: John Thomas Edge Jr., the author of “The Potlikker Papers,” and Nicole Taylor, a chef and the author of “The Up South Cookbook.” They help us remember the central role that African-Americans played (and continue to play) in establishing one of our country’s most signature styles of eating. Then we venture to a Carolina-style pit in the middle of Bushwick. It's a truly American tale.</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/rIyj53v3z3OrTNFUxvZ4mQOj5AbNhIX-vGKPl-FFFEE</guid>\n      <pubDate>Thu, 06 Jul 2017 09:58:00 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/07/06/podcasts/who-has-the-right-to-make-barbecue.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:42:46</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/1a134661-80fc-40da-896b-22633a8bf4d8.mp3\" type=\"audio/mpeg\" length=\"41067415\"/>\n    </item>\n    <item>\n      <title>We Revive Tupac and Side-Eye Sofia Coppola</title>\n      <description>\n        <![CDATA[<p>What responsibility does a movie have to the details of history? In Sofia Coppola’s new film, “The Beguiled,” a remake of Don Siegel’s 1971 psychological thriller set in the American South during the Civil War, she omits a key character from the original film: a slave woman named Hallie. Is Coppola’s omission a correction of history or an act of artistic cowardice? Speaking of history and responsibility: We take a look at “All Eyez on Me,” which tells the story of the brief but remarkable life of Tupac Shakur. At a time when the safety of black men’s lives seems dubious, is there significance in people’s refusing to accept that Tupac is truly dead?</p>]]>\n      </description>\n      <itunes:title>We Revive Tupac and Side-Eye Sofia Coppola</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>What responsibility does a movie have to the details of history? In Sofia Coppola’s new film, “The Beguiled,” a remake of Don Siegel’s 1971 psychological thriller set in the American South during the Civil War, she omits a key character from the original film: a slave woman named Hallie. Is Coppola’s omission a correction of history or an act of artistic cowardice? Speaking of history and responsibility: We take a look at “All Eyez on Me,” which tells the story of the brief but remarkable life of Tupac Shakur. At a time when the safety of black men’s lives seems dubious, is there significance in people’s refusing to accept that Tupac is truly dead?</itunes:summary>\n      <content:encoded>\n        <![CDATA[<p>What responsibility does a movie have to the details of history? In Sofia Coppola’s new film, “The Beguiled,” a remake of Don Siegel’s 1971 psychological thriller set in the American South during the Civil War, she omits a key character from the original film: a slave woman named Hallie. Is Coppola’s omission a correction of history or an act of artistic cowardice? Speaking of history and responsibility: We take a look at “All Eyez on Me,” which tells the story of the brief but remarkable life of Tupac Shakur. At a time when the safety of black men’s lives seems dubious, is there significance in people’s refusing to accept that Tupac is truly dead?</p>]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/EewuwdlIORLvtUppQOUvZNaPTvCfpncw-FcLJTqiHbg</guid>\n      <pubDate>Thu, 29 Jun 2017 09:58:00 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/06/29/podcasts/historys-crucial-role-in-the-films-all-eyez-on-me-and-the-beguiled.html </link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:40:59</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/17d4cd87-b905-4c8f-875e-921055a00490.mp3\" type=\"audio/mpeg\" length=\"39359216\"/>\n    </item>\n    <item>\n      <title>We Celebrate Gay Pride — The Highs and Lows</title>\n      <description>\n        <![CDATA[June is Gay Pride month: four weekends of parades, pageantry, and partying, all over the country. But now, a year after the Pulse nightclub shooting, people are asking whether Pride celebrations are sufficiently black, political and confrontational. We talk about the joy we feel during Pride, while also recognizing the limits of the parade and the gay rights movement in general. We also reckon with the racism in gay life, and where that leaves the two of us.]]>\n      </description>\n      <itunes:title>We Celebrate Gay Pride — The Highs and Lows</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>June is Gay Pride month: four weekends of parades, pageantry, and partying, all over the country. But now, a year after the Pulse nightclub shooting, people are asking whether Pride celebrations are sufficiently black, political and confrontational. We talk about the joy we feel during Pride, while also recognizing the limits of the parade and the gay rights movement in general. We also reckon with the racism in gay life, and where that leaves the two of us.</itunes:summary>\n      <content:encoded>\n        <![CDATA[June is Gay Pride month: four weekends of parades, pageantry, and partying, all over the country. But now, a year after the Pulse nightclub shooting, people are asking whether Pride celebrations are sufficiently black, political and confrontational. We talk about the joy we feel during Pride, while also recognizing the limits of the parade and the gay rights movement in general. We also reckon with the racism in gay life, and where that leaves the two of us.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/O5_71BHEUbL072ebrO5W4WL1y0bCd2qz7_Oi4mxY8nM</guid>\n      <pubDate>Thu, 22 Jun 2017 10:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:47:33</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/5a5d862e-03a6-4269-80ac-b795a8cbad23.mp3\" type=\"audio/mpeg\" length=\"45655771\"/>\n    </item>\n    <item>\n      <title>We Said, He Said, She Said</title>\n      <description>\n        <![CDATA[In a live-stream to promote her new album, “Witness,” Katy Perry put on an elaborate performance, giving a series of confessional interviews about her cultural missteps. We analyze all the reasons this was an experiment gone terribly wrong. We then turn to a much more sinister attempt by a celebrity to reshape his image by performing for the public: Bill Cosby pretending he is Cliff Huxtable at his trial for the sexual assault of Andrea Constand. The cross-examining of Constand strangely reminded us of Jim Comey’s testimony before Congress, leading us to a discussion of the different ways these two victims — one male and powerful, one female and powerless — were received in the culture.]]>\n      </description>\n      <itunes:title>We Said, He Said, She Said</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>In a live-stream to promote her new album, “Witness,” Katy Perry put on an elaborate performance, giving a series of confessional interviews about her cultural missteps. We analyze all the reasons this was an experiment gone terribly wrong. We then turn to a much more sinister attempt by a celebrity to reshape his image by performing for the public: Bill Cosby pretending he is Cliff Huxtable at his trial for the sexual assault of Andrea Constand. The cross-examining of Constand strangely reminded us of Jim Comey’s testimony before Congress, leading us to a discussion of the different ways these two victims — one male and powerful, one female and powerless — were received in the culture.</itunes:summary>\n      <content:encoded>\n        <![CDATA[In a live-stream to promote her new album, “Witness,” Katy Perry put on an elaborate performance, giving a series of confessional interviews about her cultural missteps. We analyze all the reasons this was an experiment gone terribly wrong. We then turn to a much more sinister attempt by a celebrity to reshape his image by performing for the public: Bill Cosby pretending he is Cliff Huxtable at his trial for the sexual assault of Andrea Constand. The cross-examining of Constand strangely reminded us of Jim Comey’s testimony before Congress, leading us to a discussion of the different ways these two victims — one male and powerful, one female and powerless — were received in the culture.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/Wzalmo8Sd9Ufa4jbYMju57UEFIh5MMyO5_5e_-cgBHM</guid>\n      <pubDate>Thu, 15 Jun 2017 09:58:00 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/06/15/podcasts/katy-perrys-witness-experiment-gone-wrong-and-understanding-how-our-culture-treats-victims.html </link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:36:22</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/0e188ede-41ba-4359-a285-85e0a69879b7.mp3\" type=\"audio/mpeg\" length=\"34915056\"/>\n    </item>\n    <item>\n      <title>We Watch 'Wonder Woman' and Do a Taxonomy of the Summer Jam</title>\n      <description>\n        <![CDATA[Summer is here, and so are the superhero movies and hit pop songs that define the season. We discuss the politics of “Wonder Woman,” the first female-fronted and female-directed superhero blockbuster. We also search for the definitive summer jam of 2017 and try to define what makes a great summer song along the way.]]>\n      </description>\n      <itunes:title>We Watch 'Wonder Woman' and Do a Taxonomy of the Summer Jam</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Summer is here, and so are the superhero movies and hit pop songs that define the season. We discuss the politics of “Wonder Woman,” the first female-fronted and female-directed superhero blockbuster. We also search for the definitive summer jam of 2017 and try to define what makes a great summer song along the way.</itunes:summary>\n      <content:encoded>\n        <![CDATA[Summer is here, and so are the superhero movies and hit pop songs that define the season. We discuss the politics of “Wonder Woman,” the first female-fronted and female-directed superhero blockbuster. We also search for the definitive summer jam of 2017 and try to define what makes a great summer song along the way.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/YA4Yu70p89rM2CgB0y0JqM23kcFd7Gww7TTlHGgupcc</guid>\n      <pubDate>Thu, 08 Jun 2017 09:58:00 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/06/08/podcasts/debating-wonder-woman-and-summer-jams.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:44:26</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/7f81dc61-f6d3-4599-bbaf-7da9a5101f8a.mp3\" type=\"audio/mpeg\" length=\"42664019\"/>\n    </item>\n    <item>\n      <title>We Love the Beach, We Hate the Beach</title>\n      <description>\n        <![CDATA[Last week, the Baywatch franchise returned — this time on the big screen — with Dwayne “The Rock” Johnson and Zac Efron leading a cast of tan, muscled lifeguards. But the film isn’t just a goofy romp; it presents the beach as a place of danger that needs to be patrolled, raising questions about who beaches are for. Jenna spends as much time at the beach as she can, while Wesley has always resisted going. As they try to untangle why that is, they discuss the history of American beaches and American beach movies, and the beach as a place of infinite possibility and mystery, as bearing the traces of racial segregation and as being one of the most liberating environments in the world.]]>\n      </description>\n      <itunes:title>We Love the Beach, We Hate the Beach</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Last week, the Baywatch franchise returned — this time on the big screen — with Dwayne “The Rock” Johnson and Zac Efron leading a cast of tan, muscled lifeguards. But the film isn’t just a goofy romp; it presents the beach as a place of danger that needs to be patrolled, raising questions about who beaches are for. Jenna spends as much time at the beach as she can, while Wesley has always resisted going. As they try to untangle why that is, they discuss the history of American beaches and American beach movies, and the beach as a place of infinite possibility and mystery, as bearing the traces of racial segregation and as being one of the most liberating environments in the world.</itunes:summary>\n      <content:encoded>\n        <![CDATA[Last week, the Baywatch franchise returned — this time on the big screen — with Dwayne “The Rock” Johnson and Zac Efron leading a cast of tan, muscled lifeguards. But the film isn’t just a goofy romp; it presents the beach as a place of danger that needs to be patrolled, raising questions about who beaches are for. Jenna spends as much time at the beach as she can, while Wesley has always resisted going. As they try to untangle why that is, they discuss the history of American beaches and American beach movies, and the beach as a place of infinite possibility and mystery, as bearing the traces of racial segregation and as being one of the most liberating environments in the world.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/nSnq5l2A_8cDUC_PiDXR19EbbMNn3Hvevwy80F7TTTQ</guid>\n      <pubDate>Thu, 01 Jun 2017 09:58:00 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/06/01/podcasts/at-the-movies-the-beach-is-the-ultimate-freedom-and-in-life.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:34:21</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/5398cc9b-86ac-4bc0-a200-f9a54b427c01.mp3\" type=\"audio/mpeg\" length=\"32980741\"/>\n    </item>\n    <item>\n      <title>We're Going Black(er) AKA Dear Woke People</title>\n      <description>\n        <![CDATA[In the last 30 years, blackness has migrated from the margins of American popular culture to its center. Right now, a bounty of television, movies, and music engages with the question of how people signal to each other that they’re down with blackness. And it isn't just white people doing the signaling. It's black people too, albeit in a different way. We’ll dig into Netflix’s new show “Dear White People,” and television and film from the 1980s and 1990s and try to understand: what does it mean to perform blackness?]]>\n      </description>\n      <itunes:title>We're Going Black(er) AKA Dear Woke People</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>In the last 30 years, blackness has migrated from the margins of American popular culture to its center. Right now, a bounty of television, movies, and music engages with the question of how people signal to each other that they’re down with blackness. And it isn't just white people doing the signaling. It's black people too, albeit in a different way. We’ll dig into Netflix’s new show “Dear White People,” and television and film from the 1980s and 1990s and try to understand: what does it mean to perform blackness?</itunes:summary>\n      <content:encoded>\n        <![CDATA[In the last 30 years, blackness has migrated from the margins of American popular culture to its center. Right now, a bounty of television, movies, and music engages with the question of how people signal to each other that they’re down with blackness. And it isn't just white people doing the signaling. It's black people too, albeit in a different way. We’ll dig into Netflix’s new show “Dear White People,” and television and film from the 1980s and 1990s and try to understand: what does it mean to perform blackness?]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/hZZUkrepu8dHw3XA3JDHaUoNdSSrvvTXS81wJ5U7XCI</guid>\n      <pubDate>Thu, 25 May 2017 09:58:00 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/05/25/podcasts/being-black-in-the-age-of-wokeness.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:52:29</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/4eec406c-950d-4b10-a940-b141ced2c254.mp3\" type=\"audio/mpeg\" length=\"50386651\"/>\n    </item>\n    <item>\n      <title>We Watch Trump TV with Emily Nussbaum</title>\n      <description>\n        <![CDATA[Donald Trump has changed the way we watch TV, whether it’s the reality show within the White House, or the scripted dramas we can’t help but compare to our political situation. New Yorker television critic Emily Nussbaum joins us to analyze what Trump's persona in \"The Apprentice\" might tell us about how he wields power as president, and to talk about how living in Trump’s America changes the way we watch political television, including shows like \"The Leftovers\" and \"The Handmaid’s Tale.\" ]]>\n      </description>\n      <itunes:title>We Watch Trump TV with Emily Nussbaum</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Donald Trump has changed the way we watch TV, whether it’s the reality show within the White House, or the scripted dramas we can’t help but compare to our political situation. New Yorker television critic Emily Nussbaum joins us to analyze what Trump's persona in \"The Apprentice\" might tell us about how he wields power as president, and to talk about how living in Trump’s America changes the way we watch political television, including shows like \"The Leftovers\" and \"The Handmaid’s Tale.\" </itunes:summary>\n      <content:encoded>\n        <![CDATA[Donald Trump has changed the way we watch TV, whether it’s the reality show within the White House, or the scripted dramas we can’t help but compare to our political situation. New Yorker television critic Emily Nussbaum joins us to analyze what Trump's persona in \"The Apprentice\" might tell us about how he wields power as president, and to talk about how living in Trump’s America changes the way we watch political television, including shows like \"The Leftovers\" and \"The Handmaid’s Tale.\" ]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/0Vcub_S5mJVDUvNaIxvNKvHfpU64PIdCAnFg8lDTVe8</guid>\n      <pubDate>Thu, 18 May 2017 09:58:00 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/05/18/podcasts/what-tv-should-we-watch-in-the-trump-era-emily-nussbaum-has-some-ideas.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:keywords>President Donald Trump,Emily Nussbaum,television</itunes:keywords>\n      <itunes:duration>00:38:34</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/ef64f232-4bd2-4764-b422-c41df06a9951.mp3\" type=\"audio/mpeg\" length=\"37039960\"/>\n    </item>\n    <item>\n      <title>We Will Always Love You, Whitney Houston</title>\n      <description>\n        <![CDATA[It has been five years since Whitney Houston died. She was one of the biggest pop stars of her time and a glorious singer — but we don’t properly remember her for that. Instead, she is considered a tragic figure who sacrificed herself to drugs and her marriage. This week, we felt a reappraisal of Houston was in order. It’s a chance to argue that the music is much more important than any of the scandal. So we listen to some of her best recordings and live performances. And yes, we walk through the bad years, but only to remind ourselves of who we actually lost: the greatest singer of the rock ’n’ roll era.]]>\n      </description>\n      <itunes:title>We Will Always Love You, Whitney Houston</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>It has been five years since Whitney Houston died. She was one of the biggest pop stars of her time and a glorious singer — but we don’t properly remember her for that. Instead, she is considered a tragic figure who sacrificed herself to drugs and her marriage. This week, we felt a reappraisal of Houston was in order. It’s a chance to argue that the music is much more important than any of the scandal. So we listen to some of her best recordings and live performances. And yes, we walk through the bad years, but only to remind ourselves of who we actually lost: the greatest singer of the rock ’n’ roll era.</itunes:summary>\n      <content:encoded>\n        <![CDATA[It has been five years since Whitney Houston died. She was one of the biggest pop stars of her time and a glorious singer — but we don’t properly remember her for that. Instead, she is considered a tragic figure who sacrificed herself to drugs and her marriage. This week, we felt a reappraisal of Houston was in order. It’s a chance to argue that the music is much more important than any of the scandal. So we listen to some of her best recordings and live performances. And yes, we walk through the bad years, but only to remind ourselves of who we actually lost: the greatest singer of the rock ’n’ roll era.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/nCHbtAHGCaQxCnTKfH6jyRBw1ZTi4lC8jiMidN5OndY</guid>\n      <pubDate>Thu, 11 May 2017 10:00:00 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:51:48</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/fb7a0224-9851-48ae-b9d9-72b974fd5966.mp3\" type=\"audio/mpeg\" length=\"49737142\"/>\n    </item>\n    <item>\n      <title>We Feud About “Feud” </title>\n      <description>\n        <![CDATA[The ruthlessness of Silicon Valley companies like Uber is out of control, but why do we expect more from the tech industry than from corporations like McDonalds or Exxon Mobil? We also discuss the bloody rivalry between the big-screen queens Joan Crawford and Bette Davis, as depicted in Ryan Murphy’s FX drama “Feud,” and whether the show defies stereotypes or perpetuates them.]]>\n      </description>\n      <itunes:title>We Feud About “Feud” </itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>The ruthlessness of Silicon Valley companies like Uber is out of control, but why do we expect more from the tech industry than from corporations like McDonalds or Exxon Mobil? We also discuss the bloody rivalry between the big-screen queens Joan Crawford and Bette Davis, as depicted in Ryan Murphy’s FX drama “Feud,” and whether the show defies stereotypes or perpetuates them.</itunes:summary>\n      <content:encoded>\n        <![CDATA[The ruthlessness of Silicon Valley companies like Uber is out of control, but why do we expect more from the tech industry than from corporations like McDonalds or Exxon Mobil? We also discuss the bloody rivalry between the big-screen queens Joan Crawford and Bette Davis, as depicted in Ryan Murphy’s FX drama “Feud,” and whether the show defies stereotypes or perpetuates them.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/6RCP_uqxl7clIi17pyFFHWbEzcZpZqhvIdRvlTyNFmk</guid>\n      <pubDate>Thu, 04 May 2017 10:00:00 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/05/04/magazine/from-uber-to-feud-how-ruthlessness-rules-the-day.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:42:14</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/e5a1bc6e-9079-4fb2-844c-f0a48ac76707.mp3\" type=\"audio/mpeg\" length=\"40547892\"/>\n    </item>\n    <item>\n      <title>We Relive the Oscars with Barry Jenkins</title>\n      <description>\n        <![CDATA[A conversation with the director of \"Moonlight\" about his cinematic style, his forthcoming adaptation of Colson Whitehead’s \"Underground Railroad,\" his love of science fiction and, yes, that crazy night at the Academy Awards.]]>\n      </description>\n      <itunes:title>We Relive the Oscars with Barry Jenkins</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>A conversation with the director of \"Moonlight\" about his cinematic style, his forthcoming adaptation of Colson Whitehead’s \"Underground Railroad,\" his love of science fiction and, yes, that crazy night at the Academy Awards.</itunes:summary>\n      <content:encoded>\n        <![CDATA[A conversation with the director of \"Moonlight\" about his cinematic style, his forthcoming adaptation of Colson Whitehead’s \"Underground Railroad,\" his love of science fiction and, yes, that crazy night at the Academy Awards.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/ZKAsKXCGRkQ64mdiXDy5RtBA_WmREQOiaWXazvgCqLg</guid>\n      <pubDate>Thu, 27 Apr 2017 10:01:42 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/04/27/magazine/barry-jenkins-on-life-post-oscars.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:47:10</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/c66fe336-7caf-4ee6-a980-7308b5d96334.mp3\" type=\"audio/mpeg\" length=\"45282533\"/>\n    </item>\n    <item>\n      <title>We Listen to Kendrick Lamar &amp; Talk to Valerie Jarrett</title>\n      <description>\n        <![CDATA[We discuss Kendrick Lamar’s new album, “DAMN.,” and listen closely to “XXX,” one of our favorite tracks. Is his latest project a breakup with America, or with an older version of himself? Then we speak to Valerie Jarrett, a former White House adviser, about what she and the Obamas have in store.]]>\n      </description>\n      <itunes:title>We Listen to Kendrick Lamar &amp; Talk to Valerie Jarrett</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>We discuss Kendrick Lamar’s new album, “DAMN.,” and listen closely to “XXX,” one of our favorite tracks. Is his latest project a breakup with America, or with an older version of himself? Then we speak to Valerie Jarrett, a former White House adviser, about what she and the Obamas have in store.</itunes:summary>\n      <content:encoded>\n        <![CDATA[We discuss Kendrick Lamar’s new album, “DAMN.,” and listen closely to “XXX,” one of our favorite tracks. Is his latest project a breakup with America, or with an older version of himself? Then we speak to Valerie Jarrett, a former White House adviser, about what she and the Obamas have in store.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/jKUPLmmRedaC-XBuzl_hdnvEQ6D2ev8X41Pc62E9ZSg</guid>\n      <pubDate>Thu, 20 Apr 2017 10:25:15 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/04/20/podcasts/kendrick-lamars-legacy-and-a-conversation-with-valerie-jarrett.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:40:05</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/b8bcd8d4-539b-47ea-917d-42a64d9b9f8d.mp3\" type=\"audio/mpeg\" length=\"38483173\"/>\n    </item>\n    <item>\n      <title>We Go To S-Town</title>\n      <description>\n        <![CDATA[We’re back! And we’re picking up right where we left off: thinking about “Get Out.” Jordan Peele’s instant classic is the lens through which we’re seeing everything these days, from the hit podcast “S-Town” to that Kendall Jenner Pepsi ad the internet will never let us forget. We've got a grand theory about how it all connects.]]>\n      </description>\n      <itunes:title>We Go To S-Town</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>We’re back! And we’re picking up right where we left off: thinking about “Get Out.” Jordan Peele’s instant classic is the lens through which we’re seeing everything these days, from the hit podcast “S-Town” to that Kendall Jenner Pepsi ad the internet will never let us forget. We've got a grand theory about how it all connects.</itunes:summary>\n      <content:encoded>\n        <![CDATA[We’re back! And we’re picking up right where we left off: thinking about “Get Out.” Jordan Peele’s instant classic is the lens through which we’re seeing everything these days, from the hit podcast “S-Town” to that Kendall Jenner Pepsi ad the internet will never let us forget. We've got a grand theory about how it all connects.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/ElPp6FKBNViylrv2t0XhDsUiwmurhwCiVNbQna1u3Mc</guid>\n      <pubDate>Thu, 13 Apr 2017 10:45:00 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/04/13/podcasts/get-out-s-town-and-what-to-do-with-our-racial-past.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:40:55</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/c28e7856-d990-425d-80c6-394bb2d7780d.mp3\" type=\"audio/mpeg\" length=\"39291924\"/>\n    </item>\n    <item>\n      <title>Season Finale with Jordan Peele | Episode 26</title>\n      <description>\n        <![CDATA[We’re not over what happened at the Oscars on Sunday. You probably aren’t either. But we’re ready to move onto next year’s Oscars, where we fully expect to see “Get Out,” currently the No. 1 movie in America. We talk to its writer and director, Jordan Peele, about carving out space in the horror genre, how to deal with your liberal white friends and what it’s like to ask an actor to play a racist. Then, before the show takes month-long hiatus, we meditate on what we’ve learned doing Still Processing.]]>\n      </description>\n      <itunes:title>Season Finale with Jordan Peele | Episode 26</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>We’re not over what happened at the Oscars on Sunday. You probably aren’t either. But we’re ready to move onto next year’s Oscars, where we fully expect to see “Get Out,” currently the No. 1 movie in America. We talk to its writer and director, Jordan Peele, about carving out space in the horror genre, how to deal with your liberal white friends and what it’s like to ask an actor to play a racist. Then, before the show takes month-long hiatus, we meditate on what we’ve learned doing Still Processing.</itunes:summary>\n      <content:encoded>\n        <![CDATA[We’re not over what happened at the Oscars on Sunday. You probably aren’t either. But we’re ready to move onto next year’s Oscars, where we fully expect to see “Get Out,” currently the No. 1 movie in America. We talk to its writer and director, Jordan Peele, about carving out space in the horror genre, how to deal with your liberal white friends and what it’s like to ask an actor to play a racist. Then, before the show takes month-long hiatus, we meditate on what we’ve learned doing Still Processing.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/n34JS7iXW55NojgnXTMcCtjnS924uiGwv0MnPFjWiTQ</guid>\n      <pubDate>Thu, 02 Mar 2017 11:59:48 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/03/02/podcasts/jordan-peele-get-out-oscars.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:42:49</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/3cf17c89-40bb-4afc-b6b0-79c33e349650.mp3\" type=\"audio/mpeg\" length=\"41115480\"/>\n    </item>\n    <item>\n      <title>Oscars Preview with A.O. Scott | Episode 25</title>\n      <description>\n        <![CDATA[ “La La Land” is probably going to win a lot of Oscars on Sunday. Perhaps even for best picture. But it’s O.K. Truly. We are joined by A. O. Scott, a chief film critic for The New York Times, to discuss our predictions and preferences for the Academy Awards. Since it’s the last week of Black History Month, we talk about a few of our favorite moments from the past week. And we play another round of Did They Vote for Trump? This time it’s the “Roseanne” edition.]]>\n      </description>\n      <itunes:title>Oscars Preview with A.O. Scott | Episode 25</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary> “La La Land” is probably going to win a lot of Oscars on Sunday. Perhaps even for best picture. But it’s O.K. Truly. We are joined by A. O. Scott, a chief film critic for The New York Times, to discuss our predictions and preferences for the Academy Awards. Since it’s the last week of Black History Month, we talk about a few of our favorite moments from the past week. And we play another round of Did They Vote for Trump? This time it’s the “Roseanne” edition.</itunes:summary>\n      <content:encoded>\n        <![CDATA[ “La La Land” is probably going to win a lot of Oscars on Sunday. Perhaps even for best picture. But it’s O.K. Truly. We are joined by A. O. Scott, a chief film critic for The New York Times, to discuss our predictions and preferences for the Academy Awards. Since it’s the last week of Black History Month, we talk about a few of our favorite moments from the past week. And we play another round of Did They Vote for Trump? This time it’s the “Roseanne” edition.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/LSLMetbZzOyQczt2vk-2nZYV2qGiUbGkaqgK2r-MHY4</guid>\n      <pubDate>Thu, 23 Feb 2017 10:56:23 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:56:29</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/889ece52-daa4-4101-a9c4-85b661a66145.mp3\" type=\"audio/mpeg\" length=\"54228532\"/>\n    </item>\n    <item>\n      <title>Beyoncé to Baldwin and Back Again | Episode 24</title>\n      <description>\n        <![CDATA[It’s been five days, and we’re still trying to make sense of Beyoncé’s loss at the Grammys. It’s been 50 years, and we’re still learning from James Baldwin. The new Baldwin documentary “I Am Not Your Negro” touched both of us, and this week we interview its director Raoul Peck about why the Oscar-nominated film is so invigorating in this moment. Then we bring on our pal and New York Times food reporter Tejal Rao to talk about something we all need these days: comfort food. To take our survey, please visit nytimes.com/SPsurvey.]]>\n      </description>\n      <itunes:title>Beyoncé to Baldwin and Back Again | Episode 24</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>It’s been five days, and we’re still trying to make sense of Beyoncé’s loss at the Grammys. It’s been 50 years, and we’re still learning from James Baldwin. The new Baldwin documentary “I Am Not Your Negro” touched both of us, and this week we interview its director Raoul Peck about why the Oscar-nominated film is so invigorating in this moment. Then we bring on our pal and New York Times food reporter Tejal Rao to talk about something we all need these days: comfort food. To take our survey, please visit nytimes.com/SPsurvey.</itunes:summary>\n      <content:encoded>\n        <![CDATA[It’s been five days, and we’re still trying to make sense of Beyoncé’s loss at the Grammys. It’s been 50 years, and we’re still learning from James Baldwin. The new Baldwin documentary “I Am Not Your Negro” touched both of us, and this week we interview its director Raoul Peck about why the Oscar-nominated film is so invigorating in this moment. Then we bring on our pal and New York Times food reporter Tejal Rao to talk about something we all need these days: comfort food. To take our survey, please visit nytimes.com/SPsurvey.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/WSiT14zf13EqbQ7nh9RngowHzt7k7B-sLp8T0BU9tTQ</guid>\n      <pubDate>Thu, 16 Feb 2017 11:15:00 -0000</pubDate>\n      <link>http://www.nytimes.com/2017/02/16/podcasts/the-tragically-chronic-relevance-of-james-baldwin.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:34:16</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/c3d42c14-e60a-4ee4-b6de-d15f296a911b.mp3\" type=\"audio/mpeg\" length=\"32910106\"/>\n    </item>\n    <item>\n      <title>The Women of “Girls” | Episode 23</title>\n      <description>\n        <![CDATA[HBO’s “Girls” begins its final season this Sunday, and we discuss the show’s legacy before Jenna sits down for a live conversation with Lena Dunham, Allison Williams, Zosia Mamet and Jemima Kirke. They talk about the show’s early lack of diversity, why “Silicon Valley” gets off easy and what it’s like to have the public completely conflate a person and the character she plays. Plus: We debate whether deleting your Uber account actually has an impact and play a new game called “Did This Person Vote for Trump?” ]]>\n      </description>\n      <itunes:title>The Women of “Girls” | Episode 23</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>HBO’s “Girls” begins its final season this Sunday, and we discuss the show’s legacy before Jenna sits down for a live conversation with Lena Dunham, Allison Williams, Zosia Mamet and Jemima Kirke. They talk about the show’s early lack of diversity, why “Silicon Valley” gets off easy and what it’s like to have the public completely conflate a person and the character she plays. Plus: We debate whether deleting your Uber account actually has an impact and play a new game called “Did This Person Vote for Trump?” </itunes:summary>\n      <content:encoded>\n        <![CDATA[HBO’s “Girls” begins its final season this Sunday, and we discuss the show’s legacy before Jenna sits down for a live conversation with Lena Dunham, Allison Williams, Zosia Mamet and Jemima Kirke. They talk about the show’s early lack of diversity, why “Silicon Valley” gets off easy and what it’s like to have the public completely conflate a person and the character she plays. Plus: We debate whether deleting your Uber account actually has an impact and play a new game called “Did This Person Vote for Trump?” ]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/KMFRL_fDu_VbIv3DFUfIJ5wOpayjGX4aUA-7EFFW9Rw</guid>\n      <pubDate>Thu, 09 Feb 2017 14:12:33 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/02/09/podcasts/the-women-of-girls-and-protest-whack-a-mole.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:41:37</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/43681be0-07c7-4340-b459-f132181ab4f3.mp3\" type=\"audio/mpeg\" length=\"39954808\"/>\n    </item>\n    <item>\n      <title>‘You Only Leave Home When Home Won’t Let You Stay’ | Episode 22</title>\n      <description>\n        <![CDATA[We speak to three friends: Habab, a Muslim woman born in Sudan who was nearly detained after landing home at Dulles International Airport in Virginia this weekend; Rukmini Callimachi, our colleague who covers terrorism for The Times and immigrated to America at the age of 10; and Armida Lizarraga, a Peruvian who gives a history lesson on her country’s slide from democracy to dictatorship under Alberto Fujimori. Plus: our tips for how best to take a break this week. ]]>\n      </description>\n      <itunes:title>‘You Only Leave Home When Home Won’t Let You Stay’ | Episode 22</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>We speak to three friends: Habab, a Muslim woman born in Sudan who was nearly detained after landing home at Dulles International Airport in Virginia this weekend; Rukmini Callimachi, our colleague who covers terrorism for The Times and immigrated to America at the age of 10; and Armida Lizarraga, a Peruvian who gives a history lesson on her country’s slide from democracy to dictatorship under Alberto Fujimori. Plus: our tips for how best to take a break this week. </itunes:summary>\n      <content:encoded>\n        <![CDATA[We speak to three friends: Habab, a Muslim woman born in Sudan who was nearly detained after landing home at Dulles International Airport in Virginia this weekend; Rukmini Callimachi, our colleague who covers terrorism for The Times and immigrated to America at the age of 10; and Armida Lizarraga, a Peruvian who gives a history lesson on her country’s slide from democracy to dictatorship under Alberto Fujimori. Plus: our tips for how best to take a break this week. ]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/MjtMoYinYSYpMR5NaZvYQHcwEqCRQWJHy0BHopLEJvI</guid>\n      <pubDate>Thu, 02 Feb 2017 11:00:00 -0000</pubDate>\n      <link>http://www.nytimes.com/2017/02/02/podcasts/three-paths-to-america.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:59:56</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/b8982cca-2a47-45c3-bf5e-3df708c70ae0.mp3\" type=\"audio/mpeg\" length=\"57548382\"/>\n    </item>\n    <item>\n      <title>Wesley and Jenna’s Existential Fears | Episode 21</title>\n      <description>\n        <![CDATA[It’s 50 degrees in New York in January, 2016 was the warmest year ever— and the words “climate change” no longer exist on whitehouse.gov. Time for a call to self-proclaimed climate hawk Eric Holthaus, co-host of the podcast “Our Warm Regards,” to give us some context about what this moment means for the planet. Next we talk about “Split,” the No. 1 movie in America, and the twist in M. Night Shyamalan’s career. Finally, Jenna tells Wesley whether or not Alexa is the future. ]]>\n      </description>\n      <itunes:title>Wesley and Jenna’s Existential Fears | Episode 21</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>It’s 50 degrees in New York in January, 2016 was the warmest year ever— and the words “climate change” no longer exist on whitehouse.gov. Time for a call to self-proclaimed climate hawk Eric Holthaus, co-host of the podcast “Our Warm Regards,” to give us some context about what this moment means for the planet. Next we talk about “Split,” the No. 1 movie in America, and the twist in M. Night Shyamalan’s career. Finally, Jenna tells Wesley whether or not Alexa is the future. </itunes:summary>\n      <content:encoded>\n        <![CDATA[It’s 50 degrees in New York in January, 2016 was the warmest year ever— and the words “climate change” no longer exist on whitehouse.gov. Time for a call to self-proclaimed climate hawk Eric Holthaus, co-host of the podcast “Our Warm Regards,” to give us some context about what this moment means for the planet. Next we talk about “Split,” the No. 1 movie in America, and the twist in M. Night Shyamalan’s career. Finally, Jenna tells Wesley whether or not Alexa is the future. ]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/2GaMBfYGPDZIpI1jzrjVVzd55RSCP8m9EDbEAY5U-mw</guid>\n      <pubDate>Thu, 26 Jan 2017 11:36:37 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/01/26/podcasts/our-existential-climate-fears.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:45:05</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/7307de35-b01f-485d-9566-48b94580ecc9.mp3\" type=\"audio/mpeg\" length=\"43292630\"/>\n    </item>\n    <item>\n      <title>Show Me the (Read) Receipts! | Episode 20</title>\n      <description>\n        <![CDATA[We start by debating one of the great questions of our time: should you or should you not use read receipts on your text messages? Jenna feels strongly one way, Wesley the exact opposite. So we call our pal Juliet Litman, managing editor of The Ringer, for a third opinion. Next, we consider the significance of shows like “The OA” and “Search Party” and what they mean for how young people are depicted on screen in 2017. Finally, Wesley takes a breath and says goodbye to President Obama. ]]>\n      </description>\n      <itunes:title>Show Me the (Read) Receipts! | Episode 20</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>We start by debating one of the great questions of our time: should you or should you not use read receipts on your text messages? Jenna feels strongly one way, Wesley the exact opposite. So we call our pal Juliet Litman, managing editor of The Ringer, for a third opinion. Next, we consider the significance of shows like “The OA” and “Search Party” and what they mean for how young people are depicted on screen in 2017. Finally, Wesley takes a breath and says goodbye to President Obama. </itunes:summary>\n      <content:encoded>\n        <![CDATA[We start by debating one of the great questions of our time: should you or should you not use read receipts on your text messages? Jenna feels strongly one way, Wesley the exact opposite. So we call our pal Juliet Litman, managing editor of The Ringer, for a third opinion. Next, we consider the significance of shows like “The OA” and “Search Party” and what they mean for how young people are depicted on screen in 2017. Finally, Wesley takes a breath and says goodbye to President Obama. ]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/tulIs_hKTdL6R58lJQO5G7gVQqaodvTmSOQwLM-km-g</guid>\n      <pubDate>Thu, 19 Jan 2017 11:39:25 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/01/19/podcasts/the-problem-with-binge-tv.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:46:50</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/b50d1212-0f0e-44f9-bd88-1859d988d1b7.mp3\" type=\"audio/mpeg\" length=\"44967810\"/>\n    </item>\n    <item>\n      <title>Batman vs. Joker | Episode 19</title>\n      <description>\n        <![CDATA[We take a deep breath after President Obama’s farewell speech and talk about his future as the ultimate black dad. Next we call up our friend and New York Times media columnist Jim Rutenberg to help us make sense of the latest on Donald Trump’s relationship with Russia, “fake news” and the media’s role in reporting it all. To top it off, we revisit highlights from the Golden Globes, share our thoughts on “Hidden Figures” — not “Hidden Fences” — and consider the lasting impact of Meryl Streep’s speech. ]]>\n      </description>\n      <itunes:title>Batman vs. Joker | Episode 19</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>We take a deep breath after President Obama’s farewell speech and talk about his future as the ultimate black dad. Next we call up our friend and New York Times media columnist Jim Rutenberg to help us make sense of the latest on Donald Trump’s relationship with Russia, “fake news” and the media’s role in reporting it all. To top it off, we revisit highlights from the Golden Globes, share our thoughts on “Hidden Figures” — not “Hidden Fences” — and consider the lasting impact of Meryl Streep’s speech. </itunes:summary>\n      <content:encoded>\n        <![CDATA[We take a deep breath after President Obama’s farewell speech and talk about his future as the ultimate black dad. Next we call up our friend and New York Times media columnist Jim Rutenberg to help us make sense of the latest on Donald Trump’s relationship with Russia, “fake news” and the media’s role in reporting it all. To top it off, we revisit highlights from the Golden Globes, share our thoughts on “Hidden Figures” — not “Hidden Fences” — and consider the lasting impact of Meryl Streep’s speech. ]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/UVGkHjj-1UHLbbHrc-Bxt-c_bhlVZ05aa577LikFLts</guid>\n      <pubDate>Thu, 12 Jan 2017 11:40:00 -0000</pubDate>\n      <link>http://www.nytimes.com/2017/01/12/podcasts/on-movies-trump-putin-golden-globes-meryl-streep.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:44:52</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/d55883a4-8bc1-4c98-9a95-9df12da761a8.mp3\" type=\"audio/mpeg\" length=\"43075709\"/>\n    </item>\n    <item>\n      <title>‘The Perfect Movie for Our Time’ | Episode 18</title>\n      <description>\n        <![CDATA[We’re kicking off 2017 with a movie speed round to prepare for this weekend’s Golden Globes. We talk through our feelings about “La La Land,” “Fences” and a couple of the other films we saw over the holidays that made us laugh, cry — and sometimes cringe. Plus: Wesley serenades Mariah Carey after her New Year’s Eve debacle and we offer some cultural intentions for 2017.]]>\n      </description>\n      <itunes:title>‘The Perfect Movie for Our Time’ | Episode 18</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>We’re kicking off 2017 with a movie speed round to prepare for this weekend’s Golden Globes. We talk through our feelings about “La La Land,” “Fences” and a couple of the other films we saw over the holidays that made us laugh, cry — and sometimes cringe. Plus: Wesley serenades Mariah Carey after her New Year’s Eve debacle and we offer some cultural intentions for 2017.</itunes:summary>\n      <content:encoded>\n        <![CDATA[We’re kicking off 2017 with a movie speed round to prepare for this weekend’s Golden Globes. We talk through our feelings about “La La Land,” “Fences” and a couple of the other films we saw over the holidays that made us laugh, cry — and sometimes cringe. Plus: Wesley serenades Mariah Carey after her New Year’s Eve debacle and we offer some cultural intentions for 2017.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/FJAC5r4Mo5H2FBSLGmvZNf4n-KK6EeWOTwkYApW11bo</guid>\n      <pubDate>Thu, 05 Jan 2017 11:47:10 -0000</pubDate>\n      <link>https://www.nytimes.com/2017/01/05/podcasts/four-movies-you-should-know-about-before-the-golden-globes.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:46:17</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/2e5fceef-3cb7-4c5b-974a-630c710fec75.mp3\" type=\"audio/mpeg\" length=\"44434494\"/>\n    </item>\n    <item>\n      <title>The Kanye-thon | Episode 17</title>\n      <description>\n        <![CDATA[This week we devote the entire episode to one question: What is happening with Kanye West?]]>\n      </description>\n      <itunes:title>The Kanye-thon | Episode 17</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week we devote the entire episode to one question: What is happening with Kanye West?</itunes:summary>\n      <content:encoded>\n        <![CDATA[This week we devote the entire episode to one question: What is happening with Kanye West?]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/dsUFLsUFSCqDf04gLAs4alIkunvFJgjUVfWUleJzFRQ</guid>\n      <pubDate>Thu, 29 Dec 2016 14:36:57 -0000</pubDate>\n      <link>https://www.nytimes.com/2016/12/29/podcasts/we-need-to-talk-about-kanye.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:42:43</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/89465b89-0670-4e23-87fb-45fa850cae16.mp3\" type=\"audio/mpeg\" length=\"41014752\"/>\n    </item>\n    <item>\n      <title>The Lives They Lived | Episode 16</title>\n      <description>\n        <![CDATA[This week, it’s our turn to take a look back on 2016 and share our picks for the most cultural moments that will stick with us. But before we do that, Ilena Silverman, an editor at The New York Times Magazine, joins us to talk about the people remembered in the magazine’s annual last issue of the year, “The Lives They Lived.” We also give one last listener some DIY gift advice.]]>\n      </description>\n      <itunes:title>The Lives They Lived | Episode 16</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week, it’s our turn to take a look back on 2016 and share our picks for the most cultural moments that will stick with us. But before we do that, Ilena Silverman, an editor at The New York Times Magazine, joins us to talk about the people remembered in the magazine’s annual last issue of the year, “The Lives They Lived.” We also give one last listener some DIY gift advice.</itunes:summary>\n      <content:encoded>\n        <![CDATA[This week, it’s our turn to take a look back on 2016 and share our picks for the most cultural moments that will stick with us. But before we do that, Ilena Silverman, an editor at The New York Times Magazine, joins us to talk about the people remembered in the magazine’s annual last issue of the year, “The Lives They Lived.” We also give one last listener some DIY gift advice.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/4K7LtlLNHijlFgKN4AuzjW5v2ludE3oyAENzZBHdTEk</guid>\n      <pubDate>Thu, 22 Dec 2016 11:47:57 -0000</pubDate>\n      <link>https://www.nytimes.com/2016/12/22/podcasts/its-our-turn-to-make-a-best-of-2016-list.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:59:28</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/80aecca0-83f2-49fb-a4f5-68c8e5c0f23b.mp3\" type=\"audio/mpeg\" length=\"57092388\"/>\n    </item>\n    <item>\n      <title>Best of 2016 with Bill Simmons, Heben Nigatu, Tracy Clayton and Ezra Edelman | Episode 15</title>\n      <description>\n        <![CDATA[This week on the show we're talking to some of our favorite people on Earth about the culture from 2016 — the movies, the music, the moments — that will stick with them. We've got Bill Simmons, CEO of the Ringer; Ezra Edelman, director of \"OJ: Made in America\"; and Heben Nigatu and Tracy Clayton, the hosts of BuzzFeed's \"Another Round.\" Plus, we answer a voicemail from a very special listener.]]>\n      </description>\n      <itunes:title>Best of 2016 with Bill Simmons, Heben Nigatu, Tracy Clayton and Ezra Edelman | Episode 15</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week on the show we're talking to some of our favorite people on Earth about the culture from 2016 — the movies, the music, the moments — that will stick with them. We've got Bill Simmons, CEO of the Ringer; Ezra Edelman, director of \"OJ: Made in America\"; and Heben Nigatu and Tracy Clayton, the hosts of BuzzFeed's \"Another Round.\" Plus, we answer a voicemail from a very special listener.</itunes:summary>\n      <content:encoded>\n        <![CDATA[This week on the show we're talking to some of our favorite people on Earth about the culture from 2016 — the movies, the music, the moments — that will stick with them. We've got Bill Simmons, CEO of the Ringer; Ezra Edelman, director of \"OJ: Made in America\"; and Heben Nigatu and Tracy Clayton, the hosts of BuzzFeed's \"Another Round.\" Plus, we answer a voicemail from a very special listener.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/aD7sarQpr89MO-h2513Cbw08rJtzIwIiURSz8pgHDZQ</guid>\n      <pubDate>Thu, 15 Dec 2016 11:41:33 -0000</pubDate>\n      <link>https://www.nytimes.com/2016/12/15/podcasts/unforgettable-cultural-moments-from-2016.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>01:06:19</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/1a231371-21dd-48e9-b662-a77ab7209dd7.mp3\" type=\"audio/mpeg\" length=\"63666886\"/>\n    </item>\n    <item>\n      <title>Beyoncé vs. Adele? No Contest | Episode 14</title>\n      <description>\n        <![CDATA[Good news: Jenna’s back! And in the wake of this week’s Grammy nominations, she’s here to say that no matter how desperate the internet may be for a Beyoncé and Adele rivalry, it’s just not a competition. Next, New York Times tech reporter Mike Isaac helps explain what Facebook’s attempt to enter China means for the service and our lives. Finally, we help a listener solve a holiday gift dilemma.]]>\n      </description>\n      <itunes:title>Beyoncé vs. Adele? No Contest | Episode 14</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Good news: Jenna’s back! And in the wake of this week’s Grammy nominations, she’s here to say that no matter how desperate the internet may be for a Beyoncé and Adele rivalry, it’s just not a competition. Next, New York Times tech reporter Mike Isaac helps explain what Facebook’s attempt to enter China means for the service and our lives. Finally, we help a listener solve a holiday gift dilemma.</itunes:summary>\n      <content:encoded>\n        <![CDATA[Good news: Jenna’s back! And in the wake of this week’s Grammy nominations, she’s here to say that no matter how desperate the internet may be for a Beyoncé and Adele rivalry, it’s just not a competition. Next, New York Times tech reporter Mike Isaac helps explain what Facebook’s attempt to enter China means for the service and our lives. Finally, we help a listener solve a holiday gift dilemma.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/XJeSObdbPKvAs-6e94xnTfNYnN2-8TOk12e_bS-uKaQ</guid>\n      <pubDate>Thu, 08 Dec 2016 11:50:54 -0000</pubDate>\n      <link>https://www.nytimes.com/2016/12/08/podcasts/big-social-and-facebooks-moral-core.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:40:29</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/dc7184a5-a74e-4b25-b088-4edee9cbcab7.mp3\" type=\"audio/mpeg\" length=\"38872293\"/>\n    </item>\n    <item>\n      <title>Obama’s Last Cultural Statement | Episode 13</title>\n      <description>\n        <![CDATA[Jenna is off road-tripping across Southern Africa, so this week Wesley reunites with Alex Pappademas, his old co-host on Grantland’s podcast “Do You Like Prince Movies?” Wesley explains why he found President Obama’s final Medal of Freedom Ceremony to be the most emotional cultural moment of the year, then he and Alex imagine the people who will be honored by President Trump. One artist they hope won't be on the list: the Weeknd, who after some debate Wesley and Alex decide is a phony.]]>\n      </description>\n      <itunes:title>Obama’s Last Cultural Statement | Episode 13</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Jenna is off road-tripping across Southern Africa, so this week Wesley reunites with Alex Pappademas, his old co-host on Grantland’s podcast “Do You Like Prince Movies?” Wesley explains why he found President Obama’s final Medal of Freedom Ceremony to be the most emotional cultural moment of the year, then he and Alex imagine the people who will be honored by President Trump. One artist they hope won't be on the list: the Weeknd, who after some debate Wesley and Alex decide is a phony.</itunes:summary>\n      <content:encoded>\n        <![CDATA[Jenna is off road-tripping across Southern Africa, so this week Wesley reunites with Alex Pappademas, his old co-host on Grantland’s podcast “Do You Like Prince Movies?” Wesley explains why he found President Obama’s final Medal of Freedom Ceremony to be the most emotional cultural moment of the year, then he and Alex imagine the people who will be honored by President Trump. One artist they hope won't be on the list: the Weeknd, who after some debate Wesley and Alex decide is a phony.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/CYcvlXUGJE4V2OfhTAwUHvu4-fA2NayHqh8ZidPQzF8</guid>\n      <pubDate>Thu, 01 Dec 2016 12:48:07 -0000</pubDate>\n      <link>http://www.nytimes.com/2016/12/01/podcasts/the-noahs-ark-of-awards.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:32:40</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/1872f285-07ef-4282-b5d5-4d7a452a1781.mp3\" type=\"audio/mpeg\" length=\"31368254\"/>\n    </item>\n    <item>\n      <title>The Brilliance of Kerry James Marshall | Episode 12</title>\n      <description>\n        <![CDATA[Join our field trip to The Met Breuer, the Metropolitan Museum’s new space in New York dedicated to contemporary art, where we give you an audio tour of the painter Kerry James Marshall’s astonishing retrospective. We also have picks for movies to see this weekend. “Almost Christmas” is a film for the whole family; “The Handmaiden” is more of a solo midnight show. ]]>\n      </description>\n      <itunes:title>The Brilliance of Kerry James Marshall | Episode 12</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Join our field trip to The Met Breuer, the Metropolitan Museum’s new space in New York dedicated to contemporary art, where we give you an audio tour of the painter Kerry James Marshall’s astonishing retrospective. We also have picks for movies to see this weekend. “Almost Christmas” is a film for the whole family; “The Handmaiden” is more of a solo midnight show. </itunes:summary>\n      <content:encoded>\n        <![CDATA[Join our field trip to The Met Breuer, the Metropolitan Museum’s new space in New York dedicated to contemporary art, where we give you an audio tour of the painter Kerry James Marshall’s astonishing retrospective. We also have picks for movies to see this weekend. “Almost Christmas” is a film for the whole family; “The Handmaiden” is more of a solo midnight show. ]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/mH-1U5Av79OmBv4PgPsJywq-Yi2blj1QwLp6Y5bv3zg</guid>\n      <pubDate>Thu, 24 Nov 2016 11:40:05 -0000</pubDate>\n      <link>http://www.nytimes.com/2016/11/24/podcasts/what-to-do-when-the-turkeys-done.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:30:13</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/7247d821-7b88-4ab1-a2d9-6f4104137ce5.mp3\" type=\"audio/mpeg\" length=\"29010129\"/>\n    </item>\n    <item>\n      <title>How to  Survive Thanksgiving | Episode 11</title>\n      <description>\n        <![CDATA[To nourish your souls this week, we’re serving up some serious comfort food live from the kitchen of the New York Times food editor Sam Sifton. Sam literally wrote the book on Thanksgiving, and he walks us through how to make the perfect gravy, his tips for carving the turkey and his most important rules for the meal. And because this year’s Thanksgiving is going to be different for many families, we talk about how to navigate postelection tensions and practice radical acceptance. Plus: the case for replacing turkey with fried chicken and Jenna’s tips for traveling. ]]>\n      </description>\n      <itunes:title>How to  Survive Thanksgiving | Episode 11</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>To nourish your souls this week, we’re serving up some serious comfort food live from the kitchen of the New York Times food editor Sam Sifton. Sam literally wrote the book on Thanksgiving, and he walks us through how to make the perfect gravy, his tips for carving the turkey and his most important rules for the meal. And because this year’s Thanksgiving is going to be different for many families, we talk about how to navigate postelection tensions and practice radical acceptance. Plus: the case for replacing turkey with fried chicken and Jenna’s tips for traveling. </itunes:summary>\n      <content:encoded>\n        <![CDATA[To nourish your souls this week, we’re serving up some serious comfort food live from the kitchen of the New York Times food editor Sam Sifton. Sam literally wrote the book on Thanksgiving, and he walks us through how to make the perfect gravy, his tips for carving the turkey and his most important rules for the meal. And because this year’s Thanksgiving is going to be different for many families, we talk about how to navigate postelection tensions and practice radical acceptance. Plus: the case for replacing turkey with fried chicken and Jenna’s tips for traveling. ]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/owHEAm9aPe8mvcS_CtnSgqIlbNrb803GP4ptkNm91LM</guid>\n      <pubDate>Thu, 17 Nov 2016 11:14:00 -0000</pubDate>\n      <link>http://www.nytimes.com/2016/11/17/podcasts/tips-for-shoring-up-a-fragile-thanksgiving.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:30:23</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/d1ceb702-123c-4a40-9f40-80c372e7c1cb.mp3\" type=\"audio/mpeg\" length=\"29180238\"/>\n    </item>\n    <item>\n      <title>The Reckoning | Episode 10</title>\n      <description>\n        <![CDATA[Through tears, and with the help of our oracle Margo Jefferson, we begin to process the election of Donald J. Trump.]]>\n      </description>\n      <itunes:title>The Reckoning | Episode 10</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>Through tears, and with the help of our oracle Margo Jefferson, we begin to process the election of Donald J. Trump.</itunes:summary>\n      <content:encoded>\n        <![CDATA[Through tears, and with the help of our oracle Margo Jefferson, we begin to process the election of Donald J. Trump.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/Vtn8EfqXAiOnkuhWIpGQMZNMQ38nT5UmHmwgptrxGsY</guid>\n      <pubDate>Thu, 10 Nov 2016 04:26:49 -0000</pubDate>\n      <link>http://www.nytimes.com/2016/11/10/podcasts/our-oracle-helps-us-process-a-trump-presidency.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:48:11</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/476ea8d1-f8d8-4230-a13b-a826dea4f1c0.mp3\" type=\"audio/mpeg\" length=\"46265155\"/>\n    </item>\n    <item>\n      <title>Dancing in the Moonlight | Episode 9</title>\n      <description>\n        <![CDATA[To combat the stresses of an election we want to end and the onset of winter, we’re offering a whole episode dedicated to things that make us feel good. We talk to the Times film critic A.O. Scott about “Moonlight,” a movie everyone agrees is perfect. We celebrate “A Seat at the Table,” Solange’s lusciously spare new album, in which she comes into her own as an artist. And we end with a few tips from Jenna on how to survive not only the next week but maybe the rest of your life.]]>\n      </description>\n      <itunes:title>Dancing in the Moonlight | Episode 9</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>To combat the stresses of an election we want to end and the onset of winter, we’re offering a whole episode dedicated to things that make us feel good. We talk to the Times film critic A.O. Scott about “Moonlight,” a movie everyone agrees is perfect. We celebrate “A Seat at the Table,” Solange’s lusciously spare new album, in which she comes into her own as an artist. And we end with a few tips from Jenna on how to survive not only the next week but maybe the rest of your life.</itunes:summary>\n      <content:encoded>\n        <![CDATA[To combat the stresses of an election we want to end and the onset of winter, we’re offering a whole episode dedicated to things that make us feel good. We talk to the Times film critic A.O. Scott about “Moonlight,” a movie everyone agrees is perfect. We celebrate “A Seat at the Table,” Solange’s lusciously spare new album, in which she comes into her own as an artist. And we end with a few tips from Jenna on how to survive not only the next week but maybe the rest of your life.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/9uFriM6FVIJIqg9Ya2qpdoiDhJceaDCXjVIFw3z3jl4</guid>\n      <pubDate>Thu, 03 Nov 2016 10:13:37 -0000</pubDate>\n      <link>http://www.nytimes.com/2016/11/03/podcasts/the-striking-humanity-of-moonlight.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:46:06</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/a8581cf9-b915-46b0-8f65-493d16b88ab9.mp3\" type=\"audio/mpeg\" length=\"44262713\"/>\n    </item>\n    <item>\n      <title>Nudity Clause | Episode 8</title>\n      <description>\n        <![CDATA[This week we’re talking about penises. Specifically, penises on the big screen. There are more and more of them, but the penises deemed safe enough to see tend to be white ones. We talk about the role of black penises and black sexuality in popular culture. Plus, Jenna puts Barack Obama’s digital legacy in perspective, and then our boss, Jake Silverstein, joins us to discuss the one thing we never got from the president. ]]>\n      </description>\n      <itunes:title>Nudity Clause | Episode 8</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week we’re talking about penises. Specifically, penises on the big screen. There are more and more of them, but the penises deemed safe enough to see tend to be white ones. We talk about the role of black penises and black sexuality in popular culture. Plus, Jenna puts Barack Obama’s digital legacy in perspective, and then our boss, Jake Silverstein, joins us to discuss the one thing we never got from the president. </itunes:summary>\n      <content:encoded>\n        <![CDATA[This week we’re talking about penises. Specifically, penises on the big screen. There are more and more of them, but the penises deemed safe enough to see tend to be white ones. We talk about the role of black penises and black sexuality in popular culture. Plus, Jenna puts Barack Obama’s digital legacy in perspective, and then our boss, Jake Silverstein, joins us to discuss the one thing we never got from the president. ]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/KV8cATmaiHhbLtr9mId9Enrd1kAWih7eVR2pjiQ3X4U</guid>\n      <pubDate>Thu, 27 Oct 2016 10:19:50 -0000</pubDate>\n      <link>http://www.nytimes.com/2016/10/27/podcasts/black-sexuality.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:45:31</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/f0021ff0-93df-4404-b40e-095dff16aeb9.mp3\" type=\"audio/mpeg\" length=\"43708081\"/>\n    </item>\n    <item>\n      <title>Peak Black TV | Episode 7</title>\n      <description>\n        <![CDATA[This week, we devote an entire episode to our favorite (and not so favorite) shows on TV, touching on “Queen Sugar,” “Westworld,” “Insecure,” “Empire,” and more. We give out superlatives, delve into the brilliance of Donald Glover’s “Atlanta,” and attempt to answer the question: Have we reached peak black TV?]]>\n      </description>\n      <itunes:title>Peak Black TV | Episode 7</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week, we devote an entire episode to our favorite (and not so favorite) shows on TV, touching on “Queen Sugar,” “Westworld,” “Insecure,” “Empire,” and more. We give out superlatives, delve into the brilliance of Donald Glover’s “Atlanta,” and attempt to answer the question: Have we reached peak black TV?</itunes:summary>\n      <content:encoded>\n        <![CDATA[This week, we devote an entire episode to our favorite (and not so favorite) shows on TV, touching on “Queen Sugar,” “Westworld,” “Insecure,” “Empire,” and more. We give out superlatives, delve into the brilliance of Donald Glover’s “Atlanta,” and attempt to answer the question: Have we reached peak black TV?]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/XWoIoBsJ9kEAdyPh4U2vzOxVMfHnleL56AtPJmDolpc</guid>\n      <pubDate>Thu, 20 Oct 2016 10:11:34 -0000</pubDate>\n      <link>http://www.nytimes.com/2016/10/20/podcasts/the-best-new-tv-series-to-take-a-chance-on.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:41:16</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/49ea71a7-d4b3-4336-a89a-c89cdb5e47cb.mp3\" type=\"audio/mpeg\" length=\"39627128\"/>\n    </item>\n    <item>\n      <title>America, What You Doin’ Gurl? | Episode 6</title>\n      <description>\n        <![CDATA[This week we’ve got some questions. What show could possibly hold your attention for 24 straight hours? (Wesley found it.) Should you still feel obligated to see “Birth of a Nation,” even though Nate Parker is Nate Parker? (You most certainly should not.) And how differently would this country work with a woman in the White House? (Susan Dominus, who’s covering gender and the election for the New York Times Magazine, joins us to answer that one.) Plus: we answer a question from the last debate.]]>\n      </description>\n      <itunes:title>America, What You Doin’ Gurl? | Episode 6</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week we’ve got some questions. What show could possibly hold your attention for 24 straight hours? (Wesley found it.) Should you still feel obligated to see “Birth of a Nation,” even though Nate Parker is Nate Parker? (You most certainly should not.) And how differently would this country work with a woman in the White House? (Susan Dominus, who’s covering gender and the election for the New York Times Magazine, joins us to answer that one.) Plus: we answer a question from the last debate.</itunes:summary>\n      <content:encoded>\n        <![CDATA[This week we’ve got some questions. What show could possibly hold your attention for 24 straight hours? (Wesley found it.) Should you still feel obligated to see “Birth of a Nation,” even though Nate Parker is Nate Parker? (You most certainly should not.) And how differently would this country work with a woman in the White House? (Susan Dominus, who’s covering gender and the election for the New York Times Magazine, joins us to answer that one.) Plus: we answer a question from the last debate.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/bQuCiXmeTb62QVIrG8qcigYp5MVz2APcJccm3vTStvQ</guid>\n      <pubDate>Thu, 13 Oct 2016 10:31:11 -0000</pubDate>\n      <link>http://www.nytimes.com/2016/10/13/podcasts/youre-off-the-hook-to-see-the-birth-of-a-nation.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:43:37</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/84936d9a-641c-4c18-9ed5-a97a49983b7b.mp3\" type=\"audio/mpeg\" length=\"41886615\"/>\n    </item>\n    <item>\n      <title>A Journey to the 'Blacksonian' | Episode 5</title>\n      <description>\n        <![CDATA[This week our entire episode comes to you from inside the Smithsonian’s brand-new National Museum of African American History and Culture in Washington. We talked to children. We talked to curators. We sat together in the Oprah Winfrey Theater and it felt like church, and together we tried to understand the first museum that has tried to understand us.]]>\n      </description>\n      <itunes:title>A Journey to the 'Blacksonian' | Episode 5</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week our entire episode comes to you from inside the Smithsonian’s brand-new National Museum of African American History and Culture in Washington. We talked to children. We talked to curators. We sat together in the Oprah Winfrey Theater and it felt like church, and together we tried to understand the first museum that has tried to understand us.</itunes:summary>\n      <content:encoded>\n        <![CDATA[This week our entire episode comes to you from inside the Smithsonian’s brand-new National Museum of African American History and Culture in Washington. We talked to children. We talked to curators. We sat together in the Oprah Winfrey Theater and it felt like church, and together we tried to understand the first museum that has tried to understand us.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/ucf4zU9WAP_rfGNAByJ23a0yLgbz_lllfrTiuNHgeEc</guid>\n      <pubDate>Thu, 06 Oct 2016 10:18:04 -0000</pubDate>\n      <link>http://www.nytimes.com/2016/10/06/podcasts/our-journey-to-the-blacksonian.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:54:44</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/08207ec2-3068-4cff-af66-3a50bee325cc.mp3\" type=\"audio/mpeg\" length=\"52549172\"/>\n    </item>\n    <item>\n      <title>Maintaining Higher Ground | Episode 4</title>\n      <description>\n        <![CDATA[This week we catch up with Katja Blichfeld and Ben Sinclair, the husband-and-wife team behind “High Maintenance,” HBO’s new show (which was just renewed for a second season) about a weed dealer in New York. It's billed as a stoner comedy, but the show is actually about the vulnerability of life in the city, and we swap stories about the moments we've felt most alive in New York. Then, in honor of “The Magnificent Seven” topping the weekend box office, our beloved colleague Nikole Hannah-Jones joins to break down her all-time favorite Denzel Washington performances. Wesley has a list too.]]>\n      </description>\n      <itunes:title>Maintaining Higher Ground | Episode 4</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week we catch up with Katja Blichfeld and Ben Sinclair, the husband-and-wife team behind “High Maintenance,” HBO’s new show (which was just renewed for a second season) about a weed dealer in New York. It's billed as a stoner comedy, but the show is actually about the vulnerability of life in the city, and we swap stories about the moments we've felt most alive in New York. Then, in honor of “The Magnificent Seven” topping the weekend box office, our beloved colleague Nikole Hannah-Jones joins to break down her all-time favorite Denzel Washington performances. Wesley has a list too.</itunes:summary>\n      <content:encoded>\n        <![CDATA[This week we catch up with Katja Blichfeld and Ben Sinclair, the husband-and-wife team behind “High Maintenance,” HBO’s new show (which was just renewed for a second season) about a weed dealer in New York. It's billed as a stoner comedy, but the show is actually about the vulnerability of life in the city, and we swap stories about the moments we've felt most alive in New York. Then, in honor of “The Magnificent Seven” topping the weekend box office, our beloved colleague Nikole Hannah-Jones joins to break down her all-time favorite Denzel Washington performances. Wesley has a list too.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/coOcINGbDu7cdhugVeXibJpG1BWTl25na6MOq6ZcRFA</guid>\n      <pubDate>Thu, 29 Sep 2016 09:51:52 -0000</pubDate>\n      <link>http://www.nytimes.com/2016/09/29/podcasts/our-top-five-denzels.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:31:58</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/f4011dd0-6fc6-4dc1-995a-04ed9a162c92.mp3\" type=\"audio/mpeg\" length=\"30691578\"/>\n    </item>\n    <item>\n      <title>RuPaul: 'Identity Is a Hoax, People!' | Episode 3</title>\n      <description>\n        <![CDATA[While we are discussing the Emmys, which Jenna barely wanted to watch, something amazing happens: a call from somebody who actually has an Emmy! Yup, it’s RuPaul. He talks about both the importance of his Emmy-winning show, “RuPaul’s Drag Race,” and its non-importance, which, according to him, is its actual importance: “Identity is a hoax, people!” Then it’s on to a conversation about “Bridget Jones’s Baby” and “Snowden,” two films with nothing in common — well, except in Wesley's experience of them. Ultimately, the week’s news — police shootings, political insults, and, yes, superstar divorce — proves too much for us. So we escape to Bryant Park, where Jenna gives Wesley some advice for how to detox.]]>\n      </description>\n      <itunes:title>RuPaul: 'Identity Is a Hoax, People!' | Episode 3</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>While we are discussing the Emmys, which Jenna barely wanted to watch, something amazing happens: a call from somebody who actually has an Emmy! Yup, it’s RuPaul. He talks about both the importance of his Emmy-winning show, “RuPaul’s Drag Race,” and its non-importance, which, according to him, is its actual importance: “Identity is a hoax, people!” Then it’s on to a conversation about “Bridget Jones’s Baby” and “Snowden,” two films with nothing in common — well, except in Wesley's experience of them. Ultimately, the week’s news — police shootings, political insults, and, yes, superstar divorce — proves too much for us. So we escape to Bryant Park, where Jenna gives Wesley some advice for how to detox.</itunes:summary>\n      <content:encoded>\n        <![CDATA[While we are discussing the Emmys, which Jenna barely wanted to watch, something amazing happens: a call from somebody who actually has an Emmy! Yup, it’s RuPaul. He talks about both the importance of his Emmy-winning show, “RuPaul’s Drag Race,” and its non-importance, which, according to him, is its actual importance: “Identity is a hoax, people!” Then it’s on to a conversation about “Bridget Jones’s Baby” and “Snowden,” two films with nothing in common — well, except in Wesley's experience of them. Ultimately, the week’s news — police shootings, political insults, and, yes, superstar divorce — proves too much for us. So we escape to Bryant Park, where Jenna gives Wesley some advice for how to detox.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/9SKT6qTGWgBfVXW1z7mW9uiXmkd7wabt6CInDcQL7wU</guid>\n      <pubDate>Thu, 22 Sep 2016 10:45:52 -0000</pubDate>\n      <link>http://www.nytimes.com/2016/09/22/podcasts/ru-paul-still-processing.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:35:13</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/d8fdf68e-539e-4749-a104-f11dc21ca728.mp3\" type=\"audio/mpeg\" length=\"33821257\"/>\n    </item>\n    <item>\n      <title>‘You Can’t Code Your Way Out of Racism’ | Episode 2</title>\n      <description>\n        <![CDATA[This week, Wesley and Jenna meet for breakfast to talk through their conflicting feelings about the new film “When the Bough Breaks,” the No. 2 film in America — she loved it, he not so much. They also decode the inherent racism of the sharing economy and bring in dance writer Shanti Crawford to review the moves we watched during the U.S. Open.]]>\n      </description>\n      <itunes:title>‘You Can’t Code Your Way Out of Racism’ | Episode 2</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>This week, Wesley and Jenna meet for breakfast to talk through their conflicting feelings about the new film “When the Bough Breaks,” the No. 2 film in America — she loved it, he not so much. They also decode the inherent racism of the sharing economy and bring in dance writer Shanti Crawford to review the moves we watched during the U.S. Open.</itunes:summary>\n      <content:encoded>\n        <![CDATA[This week, Wesley and Jenna meet for breakfast to talk through their conflicting feelings about the new film “When the Bough Breaks,” the No. 2 film in America — she loved it, he not so much. They also decode the inherent racism of the sharing economy and bring in dance writer Shanti Crawford to review the moves we watched during the U.S. Open.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/Rm78kgfuYVJtXekY3y6x9_ZSSy9dhEykr1Bw7pLkews</guid>\n      <pubDate>Thu, 15 Sep 2016 10:02:07 -0000</pubDate>\n      <link>http://www.nytimes.com/2016/09/15/podcasts/you-cant-code-your-way-out-of-racism.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:33:00</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/2ef6f0b9-5150-49d5-a442-cfc7e4ceaa0a.mp3\" type=\"audio/mpeg\" length=\"31695516\"/>\n    </item>\n    <item>\n      <title>First Date | Episode 1</title>\n      <description>\n        <![CDATA[In this inaugural episode, Wesley and Jenna work through their feelings about America's reaction to Colin Kaepernick and Leslie Jones, take a romantic stroll through Central Park, and talk to Tika Sumpter of \"Southside With You\" about the art of the first date.]]>\n      </description>\n      <itunes:title>First Date | Episode 1</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>In this inaugural episode, Wesley and Jenna work through their feelings about America's reaction to Colin Kaepernick and Leslie Jones, take a romantic stroll through Central Park, and talk to Tika Sumpter of \"Southside With You\" about the art of the first date.</itunes:summary>\n      <content:encoded>\n        <![CDATA[In this inaugural episode, Wesley and Jenna work through their feelings about America's reaction to Colin Kaepernick and Leslie Jones, take a romantic stroll through Central Park, and talk to Tika Sumpter of \"Southside With You\" about the art of the first date.]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/6WvM-ICla_UF04boDwbW4JdRFgezbn6TTazo7rn8M4M</guid>\n      <pubDate>Thu, 08 Sep 2016 07:24:56 -0000</pubDate>\n      <link>http://www.nytimes.com/2016/09/08/podcasts/still-processing-wesley-morris-jenna-wortham.html</link>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:32:44</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/8d7053f5-d446-44da-93b5-843eb70bb6a4.mp3\" type=\"audio/mpeg\" length=\"31434292\"/>\n    </item>\n    <item>\n      <title>Introducing Still Processing</title>\n      <description>\n        <![CDATA[The first episode of Still Processing will drop on Thursday, Sept. 8, and Wesley and Jenna will be back every Thursday after that. Here’s a quick taste of what’s to come. ]]>\n      </description>\n      <itunes:title>Introducing Still Processing</itunes:title>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:summary>The first episode of Still Processing will drop on Thursday, Sept. 8, and Wesley and Jenna will be back every Thursday after that. Here’s a quick taste of what’s to come. </itunes:summary>\n      <content:encoded>\n        <![CDATA[The first episode of Still Processing will drop on Thursday, Sept. 8, and Wesley and Jenna will be back every Thursday after that. Here’s a quick taste of what’s to come. ]]>\n      </content:encoded>\n      <guid isPermaLink=\"false\">gid://art19-episode-locator/V0/-4ZTnNFlqU0W7OSJ0wMhuFMmXFxaW0eZLx3F7jKV3o8</guid>\n      <pubDate>Tue, 06 Sep 2016 12:45:53 -0000</pubDate>\n      <itunes:explicit>no</itunes:explicit>\n      <itunes:image href=\"https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg\"/>\n      <itunes:duration>00:01:56</itunes:duration>\n      <enclosure url=\"https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/c193cb12-3aa2-494d-83af-3a5691be66ab.mp3\" type=\"audio/mpeg\" length=\"1861590\"/>\n    </item>\n  </channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/podcast-feed/thehabitat",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<rss version=\"2.0\" xmlns:itunes=\"http://www.itunes.com/dtds/podcast-1.0.dtd\" xmlns:atom=\"http://www.w3.org/2005/Atom\">\n  <channel>\n    <atom:link href=\"https://feeds.megaphone.fm/thehabitat\" rel=\"self\" type=\"application/rss+xml\"/>\n    <title>The Habitat</title>\n    <link>https://www.gimletmedia.com/the-habitat</link>\n    <language>en</language>\n    <copyright></copyright>\n    <description>On a remote mountain in Hawaii, there's a fake planet Mars. Six volunteers are secluded in an imitation Mars habitat where they will work as imitation astronauts for one very real year. The goal: to help NASA understand what life might be like on the red planet—and plan for the day when the dress rehearsals are over, and we blast off for real. Host Lynn Levy has been chronicling this experiment from the moment the crew set foot in their habitat, communicating with them through audio diaries that detail their discoveries, their frustrations, and their evolving and devolving relationships with each other. From those diaries, Gimlet Media has crafted an addictive serialized documentary: the true story of a fake planet.</description>\n    <image>\n      <url>http://static.megaphone.fm/podcasts/806b466c-ef0c-11e6-b531-afa5d3e8b9e3/image/uploads_2F1522339695064-fiy1a2pf3tb-64aa58ac9b5bcdcf9e3145121e2a85eb_2FTheHabitat-final-cover.png</url>\n      <title>The Habitat</title>\n      <link>https://www.gimletmedia.com/the-habitat</link>\n    </image>\n    <itunes:explicit>yes</itunes:explicit>\n    <itunes:type>serial</itunes:type>\n    <itunes:subtitle>The true story of a fake planet. From Gimlet Media, hosted by Lynn Levy.</itunes:subtitle>\n    <itunes:author>Gimlet</itunes:author>\n    <itunes:summary>On a remote mountain in Hawaii, there's a fake planet Mars. Six volunteers are secluded in an imitation Mars habitat where they will work as imitation astronauts for one very real year. The goal: to help NASA understand what life might be like on the red planet—and plan for the day when the dress rehearsals are over, and we blast off for real. Host Lynn Levy has been chronicling this experiment from the moment the crew set foot in their habitat, communicating with them through audio diaries that detail their discoveries, their frustrations, and their evolving and devolving relationships with each other. From those diaries, Gimlet Media has crafted an addictive serialized documentary: the true story of a fake planet.</itunes:summary>\n    <itunes:owner>\n      <itunes:name>Gimlet</itunes:name>\n      <itunes:email>admin@gimletmedia.com</itunes:email>\n    </itunes:owner>\n    <itunes:image href=\"http://static.megaphone.fm/podcasts/806b466c-ef0c-11e6-b531-afa5d3e8b9e3/image/uploads_2F1522339695064-fiy1a2pf3tb-64aa58ac9b5bcdcf9e3145121e2a85eb_2FTheHabitat-final-cover.png\"/>\n    <itunes:category text=\"Science &amp; Medicine\">\n    </itunes:category>\n    <itunes:category text=\"Society &amp; Culture\">\n      <itunes:category text=\"Personal Journals\"/>\n    </itunes:category>\n    <itunes:category text=\"Technology\">\n    </itunes:category>\n    <item>\n      <title>Bonus: This Is Not My First Rodeo</title>\n      <description>What's it going to take to actually get us to Mars? Plus, what to do once you’ve listened to every episode of &lt;em&gt;The Habitat&lt;/em&gt;.&lt;br&gt;&lt;br&gt;&lt;em&gt;The Habitat&lt;/em&gt; is a production of Gimlet Media. It’s produced by Lynn Levy, Peter Bresnan, and Megan Tan. Our editors are Alex Blumberg, Jorge Just, Caitlin Kenney, and Blythe Terrell. Music and sound design by Haley Shaw. Mixing by Catherine Anderson. Music supervision by Matthew Boll. Our credits music in this episode is performed by Sammy Miller and the Congregation, and written by David Bowie.&lt;br&gt;&lt;br&gt;Find the NASA audio archive here: &lt;a href=\"https://archive.org/details/nasaaudiocollection\"&gt;https://archive.org/details/nasaaudiocollection&lt;/a&gt;.&lt;br&gt;&lt;br&gt;To find a list of our sponsors and show-related promo codes, go to &lt;a href=\"http://gimlet.media/OurAdvertisers\"&gt;gimlet.media/OurAdvertisers&lt;/a&gt;.</description>\n      <pubDate>Tue, 08 May 2018 01:43:00 -0000</pubDate>\n      <itunes:author>Gimlet</itunes:author>\n      <itunes:episodeType>bonus</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:subtitle>What's it going to take to actually get us to Mars? Plus, what to do once you’ve listened to every episode of The Habitat.</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[What's it going to take to actually get us to Mars? Plus, what to do once you’ve listened to every episode of <em>The Habitat</em>.<br><br><em>The Habitat</em> is a production of Gimlet Media. It’s produced by Lynn Levy, Peter Bresnan, and Megan Tan. Our editors are Alex Blumberg, Jorge Just, Caitlin Kenney, and Blythe Terrell. Music and sound design by Haley Shaw. Mixing by Catherine Anderson. Music supervision by Matthew Boll. Our credits music in this episode is performed by Sammy Miller and the Congregation, and written by David Bowie.<br><br>Find the NASA audio archive here: <a href=\"https://archive.org/details/nasaaudiocollection\">https://archive.org/details/nasaaudiocollection</a>.<br><br>To find a list of our sponsors and show-related promo codes, go to <a href=\"http://gimlet.media/OurAdvertisers\">gimlet.media/OurAdvertisers</a>.]]>\n      </itunes:summary>\n      <itunes:duration>2122</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <guid isPermaLink=\"false\"><![CDATA[5e2dcb2e-4190-11e8-9338-4fbea8344a0a]]></guid>\n      <enclosure url=\"https://traffic.megaphone.fm/GLT4076252096.mp3\" length=\"44102008\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Episode 7: And Now I Can See Everything</title>\n      <description>The crew comes back to Earth. &lt;br&gt;&lt;br&gt;&lt;em&gt;The Habitat&lt;/em&gt; is a production of Gimlet Media. It’s produced by Lynn Levy, Peter Bresnan, and Megan Tan. Our editors are Alex Blumberg, Jorge Just, Caitlin Kenney, and Blythe Terrell. Additional reporting in this episode by Eric Eddings. Music, sound design, and mixing by Haley Shaw. With help from Bobby Lord. Music supervision by Matthew Boll. Our credits music in this episode is performed by The Weather Station, and written by David Bowie. Our fact checker is Michelle Harris. Thanks to The University of Hawaii at Manoa, thanks to Tristan’s family, Carmel’s family and Lynn's family. Thanks to Dave Ruder. And a very special thanks to the HI-SEAS crew: Andrzej, Christiane, Cyprien, Carmel, Shey, and Tristan. &lt;br&gt;&lt;br&gt;You can listen to the official soundtrack for The Habitat on &lt;a href=\"https://thehabitat.bandcamp.com/\"&gt;Bandcamp&lt;/a&gt; (www.thehabitat.bandcamp.com) or &lt;a href=\"https://soundcloud.com/gimletmedia/sets/the-habitat-soundtrack\"&gt;Soundcloud&lt;/a&gt; (www.soundcloud.com/gimletmedia/sets/the-habitat-soundtrack). &lt;br&gt;&lt;br&gt;To find a list of our sponsors and show-related promo codes, go to &lt;a href=\"http://gimlet.media/OurAdvertisers\"&gt;gimlet.media/OurAdvertisers&lt;/a&gt;.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description>\n      <pubDate>Wed, 18 Apr 2018 13:00:00 -0000</pubDate>\n      <itunes:author>Gimlet</itunes:author>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:episode>7</itunes:episode>\n      <itunes:subtitle>The crew comes back to Earth.</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[The crew comes back to Earth. <br><br><em>The Habitat</em> is a production of Gimlet Media. It’s produced by Lynn Levy, Peter Bresnan, and Megan Tan. Our editors are Alex Blumberg, Jorge Just, Caitlin Kenney, and Blythe Terrell. Additional reporting in this episode by Eric Eddings. Music, sound design, and mixing by Haley Shaw. With help from Bobby Lord. Music supervision by Matthew Boll. Our credits music in this episode is performed by The Weather Station, and written by David Bowie. Our fact checker is Michelle Harris. Thanks to The University of Hawaii at Manoa, thanks to Tristan’s family, Carmel’s family and Lynn's family. Thanks to Dave Ruder. And a very special thanks to the HI-SEAS crew: Andrzej, Christiane, Cyprien, Carmel, Shey, and Tristan. <br><br>You can listen to the official soundtrack for The Habitat on <a href=\"https://thehabitat.bandcamp.com/\">Bandcamp</a> (www.thehabitat.bandcamp.com) or <a href=\"https://soundcloud.com/gimletmedia/sets/the-habitat-soundtrack\">Soundcloud</a> (www.soundcloud.com/gimletmedia/sets/the-habitat-soundtrack). <br><br>To find a list of our sponsors and show-related promo codes, go to <a href=\"http://gimlet.media/OurAdvertisers\">gimlet.media/OurAdvertisers</a>.<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>]]>\n      </itunes:summary>\n      <itunes:duration>2035</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <guid isPermaLink=\"false\"><![CDATA[fabcea2a-f7b6-11e7-b63a-27e70e7685e5]]></guid>\n      <enclosure url=\"https://traffic.megaphone.fm/GLT5921712103.mp3\" length=\"42002390\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Episode 6: I Feel Like A Million Dollars</title>\n      <description>The crew opens the hatch. &lt;br&gt;&lt;br&gt;&lt;em&gt;The Habitat&lt;/em&gt; is a production of Gimlet Media. It’s produced by Lynn Levy, Peter Bresnan, and Megan Tan. Our editors are Alex Blumberg, Jorge Just, Caitlin Kenney, and Blythe Terrell. Music, sound design, and mixing by Haley Shaw. Music supervision by Matthew Boll. Our credits music in this episode is performed by Pavo Pavo, and written by David Bowie. Our fact checker is Michelle Harris. Thanks to Kaitlin Roberts for her help. And a very special thanks to the HI-SEAS crew: Andrzej, Christiane, Cyprien, Carmel, Shey, and Tristan. &lt;br&gt;&lt;br&gt;To find a list of our sponsors and show-related promo codes, go to &lt;a href=\"http://gimlet.media/OurAdvertisers\"&gt;gimlet.media/OurAdvertisers&lt;/a&gt;.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description>\n      <pubDate>Wed, 18 Apr 2018 12:00:00 -0000</pubDate>\n      <itunes:author>Gimlet</itunes:author>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:episode>6</itunes:episode>\n      <itunes:subtitle>The crew opens the hatch.</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[The crew opens the hatch. <br><br><em>The Habitat</em> is a production of Gimlet Media. It’s produced by Lynn Levy, Peter Bresnan, and Megan Tan. Our editors are Alex Blumberg, Jorge Just, Caitlin Kenney, and Blythe Terrell. Music, sound design, and mixing by Haley Shaw. Music supervision by Matthew Boll. Our credits music in this episode is performed by Pavo Pavo, and written by David Bowie. Our fact checker is Michelle Harris. Thanks to Kaitlin Roberts for her help. And a very special thanks to the HI-SEAS crew: Andrzej, Christiane, Cyprien, Carmel, Shey, and Tristan. <br><br>To find a list of our sponsors and show-related promo codes, go to <a href=\"http://gimlet.media/OurAdvertisers\">gimlet.media/OurAdvertisers</a>.<br><br><br><br><br><br><br><br><br><br><br><br><br><br>]]>\n      </itunes:summary>\n      <itunes:duration>1832</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <guid isPermaLink=\"false\"><![CDATA[82e0bb4e-f7b6-11e7-a5b5-fb035eaa0a4a]]></guid>\n      <enclosure url=\"https://traffic.megaphone.fm/GLT6871187566.mp3?updated=1523994341\" length=\"37130449\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Episode 5: Tortilla!</title>\n      <description>The crew gets pissed. &lt;br&gt;&lt;br&gt;&lt;em&gt;The Habitat&lt;/em&gt; is a production of Gimlet Media. It’s produced by Lynn Levy, Peter Bresnan, and Megan Tan. Our editors are Alex Blumberg, Jorge Just, Caitlin Kenney, and Blythe Terrell. Additional reporting in this episode by Eric Eddings. Music, sound design, and mixing by Haley Shaw. Additional music by Alexander Overington. Music supervision by Matthew Boll. Our credits music in this episode is performed by Alba and the Mighty Lions&lt;strong&gt;, &lt;/strong&gt;and written by David Bowie. Our fact checker is Michelle Harris. Thanks to Eric Mennel for all his help. And a very special thanks to the HI-SEAS crew: Andrzej, Christiane, Cyprien, Carmel, Shey, and Tristan. &lt;br&gt;&lt;br&gt;To find a list of our sponsors and show-related promo codes, go to &lt;a href=\"http://gimlet.media/OurAdvertisers\"&gt;gimlet.media/OurAdvertisers&lt;/a&gt;.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description>\n      <pubDate>Wed, 18 Apr 2018 11:00:00 -0000</pubDate>\n      <itunes:author>Gimlet</itunes:author>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:episode>5</itunes:episode>\n      <itunes:subtitle>The crew gets pissed.</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[The crew gets pissed. <br><br><em>The Habitat</em> is a production of Gimlet Media. It’s produced by Lynn Levy, Peter Bresnan, and Megan Tan. Our editors are Alex Blumberg, Jorge Just, Caitlin Kenney, and Blythe Terrell. Additional reporting in this episode by Eric Eddings. Music, sound design, and mixing by Haley Shaw. Additional music by Alexander Overington. Music supervision by Matthew Boll. Our credits music in this episode is performed by Alba and the Mighty Lions<strong>, </strong>and written by David Bowie. Our fact checker is Michelle Harris. Thanks to Eric Mennel for all his help. And a very special thanks to the HI-SEAS crew: Andrzej, Christiane, Cyprien, Carmel, Shey, and Tristan. <br><br>To find a list of our sponsors and show-related promo codes, go to <a href=\"http://gimlet.media/OurAdvertisers\">gimlet.media/OurAdvertisers</a>.<br><br><br><br><br><br><br><br><br><br><br>]]>\n      </itunes:summary>\n      <itunes:duration>1907</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <guid isPermaLink=\"false\"><![CDATA[b4cf4724-f7b6-11e7-a78f-63319aa07d12]]></guid>\n      <enclosure url=\"https://traffic.megaphone.fm/GLT4273834999.mp3\" length=\"38949825\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Episode 4: She Likes to Camp Alone in the Finnish Winter</title>\n      <description>The crew feels all warm and fuzzy. &lt;br&gt;&lt;br&gt;&lt;em&gt;The Habitat&lt;/em&gt; is a production of Gimlet Media. It’s produced by Lynn Levy, Peter Bresnan, and Megan Tan. Our editors are Alex Blumberg, Jorge Just, Caitlin Kenney, and Blythe Terrell. Additional reporting in this episode by Eric Eddings. Music, sound design, and mixing by Haley Shaw. Music supervision by Matthew Boll. Doo-wop vocals by Nico Osborne and Sean Zuni Green. Our credits music in this episode is performed by Cyprien Verseux, and written by David Bowie. Our fact checker is Michelle Harris. Thanks to Eric Mennel for all his help. And a very special thanks to the HI-SEAS crew: Andrzej, Christiane, Cyprien, Carmel, Shey, and Tristan. &lt;br&gt;&lt;br&gt;To find a list of our sponsors and show-related promo codes, go to &lt;a href=\"http://gimlet.media/OurAdvertisers\"&gt;gimlet.media/OurAdvertisers&lt;/a&gt;.</description>\n      <pubDate>Wed, 18 Apr 2018 10:00:00 -0000</pubDate>\n      <itunes:author>Gimlet</itunes:author>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:episode>4</itunes:episode>\n      <itunes:subtitle>The crew feels all warm and fuzzy.</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[The crew feels all warm and fuzzy. <br><br><em>The Habitat</em> is a production of Gimlet Media. It’s produced by Lynn Levy, Peter Bresnan, and Megan Tan. Our editors are Alex Blumberg, Jorge Just, Caitlin Kenney, and Blythe Terrell. Additional reporting in this episode by Eric Eddings. Music, sound design, and mixing by Haley Shaw. Music supervision by Matthew Boll. Doo-wop vocals by Nico Osborne and Sean Zuni Green. Our credits music in this episode is performed by Cyprien Verseux, and written by David Bowie. Our fact checker is Michelle Harris. Thanks to Eric Mennel for all his help. And a very special thanks to the HI-SEAS crew: Andrzej, Christiane, Cyprien, Carmel, Shey, and Tristan. <br><br>To find a list of our sponsors and show-related promo codes, go to <a href=\"http://gimlet.media/OurAdvertisers\">gimlet.media/OurAdvertisers</a>.]]>\n      </itunes:summary>\n      <itunes:duration>1836</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <guid isPermaLink=\"false\"><![CDATA[ba68e3ac-f7b6-11e7-9d38-bfa3ec066cea]]></guid>\n      <enclosure url=\"https://traffic.megaphone.fm/GLT1835944033.mp3\" length=\"37226370\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Episode 3: Why Are We Like This?</title>\n      <description>The crew gets bad news. &lt;br&gt;&lt;br&gt;&lt;em&gt;The Habitat&lt;/em&gt; is a production of Gimlet Media. It’s produced by Lynn Levy, Peter Bresnan, and Megan Tan. Our editors are Alex Blumberg, Jorge Just, Caitlin Kenney, and Blythe Terrell. Music, sound design, and mixing by Haley Shaw. Music supervision by Matthew Boll. Our credits music in this episode is performed by Reps, and written by David Bowie. Our fact checker is Michelle Harris. Special thanks to Jasmine Romero for sorting through hours and hours of boring astronaut tape to find the very MOST boring astronaut tape. And a very special thanks to the HI-SEAS crew: Andrzej, Christiane, Cyprien, Carmel, Shey, and Tristan. &lt;br&gt;&lt;br&gt;To find a list of our sponsors and show-related promo codes, go to &lt;a href=\"http://gimlet.media/OurAdvertisers\"&gt;gimlet.media/OurAdvertisers&lt;/a&gt;.</description>\n      <pubDate>Wed, 18 Apr 2018 09:00:00 -0000</pubDate>\n      <itunes:author>Gimlet</itunes:author>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:episode>3</itunes:episode>\n      <itunes:subtitle>The crew gets bad news. </itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[The crew gets bad news. <br><br><em>The Habitat</em> is a production of Gimlet Media. It’s produced by Lynn Levy, Peter Bresnan, and Megan Tan. Our editors are Alex Blumberg, Jorge Just, Caitlin Kenney, and Blythe Terrell. Music, sound design, and mixing by Haley Shaw. Music supervision by Matthew Boll. Our credits music in this episode is performed by Reps, and written by David Bowie. Our fact checker is Michelle Harris. Special thanks to Jasmine Romero for sorting through hours and hours of boring astronaut tape to find the very MOST boring astronaut tape. And a very special thanks to the HI-SEAS crew: Andrzej, Christiane, Cyprien, Carmel, Shey, and Tristan. <br><br>To find a list of our sponsors and show-related promo codes, go to <a href=\"http://gimlet.media/OurAdvertisers\">gimlet.media/OurAdvertisers</a>.]]>\n      </itunes:summary>\n      <itunes:duration>1715</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <guid isPermaLink=\"false\"><![CDATA[c155c982-f7b6-11e7-87eb-c766d809abe6]]></guid>\n      <enclosure url=\"https://traffic.megaphone.fm/GLT8243970918.mp3\" length=\"34322390\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Episode 2: Every Day Goes By Faster and Faster</title>\n      <description>The crew explores their new home. &lt;br&gt;&lt;br&gt;&lt;em&gt;The Habitat &lt;/em&gt;is a production of Gimlet Media. It’s produced by Lynn Levy, Peter Bresnan, and Megan Tan. Our editors are Alex Blumberg, Jorge Just, Caitlin Kenney, and Blythe Terrell. Music, sound design, and mixing by Haley Shaw. Music supervision by Matthew Boll. Additional music by Charlie Palmieri. Our credits music in this episode is performed by Serengeti, and written by David Bowie. Our fact checker is Michelle Harris. Special thanks to Peter Bresnan for his extensive research on the history of space pooping. And a very special thanks to the HI-SEAS crew: Andrzej, Christiane, Cyprien, Carmel, Shey, and Tristan. &lt;br&gt;&lt;br&gt;To find a list of our sponsors and show-related promo codes, go to &lt;a href=\"http://gimlet.media/OurAdvertisers\"&gt;gimlet.media/OurAdvertisers&lt;/a&gt;.</description>\n      <pubDate>Wed, 18 Apr 2018 08:00:00 -0000</pubDate>\n      <itunes:author>Gimlet</itunes:author>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:episode>2</itunes:episode>\n      <itunes:subtitle>The crew explores their new home.</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[The crew explores their new home. <br><br><em>The Habitat </em>is a production of Gimlet Media. It’s produced by Lynn Levy, Peter Bresnan, and Megan Tan. Our editors are Alex Blumberg, Jorge Just, Caitlin Kenney, and Blythe Terrell. Music, sound design, and mixing by Haley Shaw. Music supervision by Matthew Boll. Additional music by Charlie Palmieri. Our credits music in this episode is performed by Serengeti, and written by David Bowie. Our fact checker is Michelle Harris. Special thanks to Peter Bresnan for his extensive research on the history of space pooping. And a very special thanks to the HI-SEAS crew: Andrzej, Christiane, Cyprien, Carmel, Shey, and Tristan. <br><br>To find a list of our sponsors and show-related promo codes, go to <a href=\"http://gimlet.media/OurAdvertisers\">gimlet.media/OurAdvertisers</a>.]]>\n      </itunes:summary>\n      <itunes:duration>1771</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <guid isPermaLink=\"false\"><![CDATA[c604cfa0-f7b6-11e7-943c-bb50193d60e8]]></guid>\n      <enclosure url=\"https://traffic.megaphone.fm/GLT1268300753.mp3\" length=\"35665920\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Episode 1: This Is the Way Up</title>\n      <description>The crew leaves Earth behind. &lt;br&gt;&lt;br&gt;&lt;em&gt;The Habitat &lt;/em&gt;is a production of Gimlet Media. It’s produced by Lynn Levy, Peter Bresnan, and Megan Tan. Our editors are Alex Blumberg, Jorge Just, Caitlin Kenney, and Blythe Terrell. Music, sound design, and mixing by Haley Shaw. Music supervision by Matthew Boll. Additional music in this episode by Bobby Lord and Elliot Cole. Our credits music in this episode is performed by Ellen O, and written by David Bowie. Our fact checker is Michelle Harris. Special thanks to Kaitlin Roberts, Alexander Overington, and to Neil Scheibelhut. And a very special thanks to the HI-SEAS crew: Andrzej, Christiane, Cyprien, Carmel, Shey, and Tristan. &lt;br&gt;&lt;br&gt;To find a list of our sponsors and show-related promo codes, go to &lt;a href=\"http://gimlet.media/OurAdvertisers\"&gt;gimlet.media/OurAdvertisers&lt;/a&gt;.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description>\n      <pubDate>Wed, 18 Apr 2018 07:00:00 -0000</pubDate>\n      <itunes:author>Gimlet</itunes:author>\n      <itunes:episodeType>full</itunes:episodeType>\n      <itunes:season>1</itunes:season>\n      <itunes:episode>1</itunes:episode>\n      <itunes:subtitle>The crew leaves Earth behind.</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[The crew leaves Earth behind. <br><br><em>The Habitat </em>is a production of Gimlet Media. It’s produced by Lynn Levy, Peter Bresnan, and Megan Tan. Our editors are Alex Blumberg, Jorge Just, Caitlin Kenney, and Blythe Terrell. Music, sound design, and mixing by Haley Shaw. Music supervision by Matthew Boll. Additional music in this episode by Bobby Lord and Elliot Cole. Our credits music in this episode is performed by Ellen O, and written by David Bowie. Our fact checker is Michelle Harris. Special thanks to Kaitlin Roberts, Alexander Overington, and to Neil Scheibelhut. And a very special thanks to the HI-SEAS crew: Andrzej, Christiane, Cyprien, Carmel, Shey, and Tristan. <br><br>To find a list of our sponsors and show-related promo codes, go to <a href=\"http://gimlet.media/OurAdvertisers\">gimlet.media/OurAdvertisers</a>.<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>]]>\n      </itunes:summary>\n      <itunes:duration>1726</itunes:duration>\n      <itunes:explicit>yes</itunes:explicit>\n      <guid isPermaLink=\"false\"><![CDATA[ce365126-f7b6-11e7-baee-a768c7a1499c]]></guid>\n      <enclosure url=\"https://traffic.megaphone.fm/GLT7178834586.mp3\" length=\"34586331\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Trailer</title>\n      <description>The true story of a fake planet. Listen to the entire series starting on Wednesday, April 18th.&amp;nbsp;</description>\n      <pubDate>Tue, 17 Apr 2018 15:39:12 -0000</pubDate>\n      <itunes:author>Gimlet</itunes:author>\n      <itunes:episodeType>trailer</itunes:episodeType>\n      <itunes:subtitle>The true story of a fake planet. Listen to the entire series starting on Wednesday, April 18th. </itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[The true story of a fake planet. Listen to the entire series starting on Wednesday, April 18th.&nbsp;]]>\n      </itunes:summary>\n      <itunes:duration>257</itunes:duration>\n      <itunes:explicit>no</itunes:explicit>\n      <guid isPermaLink=\"false\"><![CDATA[ae12b3d8-3e8f-11e8-a50f-f35a64d2f68a]]></guid>\n      <enclosure url=\"https://traffic.megaphone.fm/GLT6194956790.mp3\" length=\"6170331\" type=\"audio/mpeg\"/>\n    </item>\n    <item>\n      <title>Introducing Three New Gimlet Shows</title>\n      <description>&lt;strong&gt;New series premiering this April: &lt;/strong&gt;&lt;br&gt;Sandra (April 18)&amp;nbsp;&lt;br&gt;The Habitat (April 18)&amp;nbsp;&lt;br&gt;We Came to Win (April 25)</description>\n      <pubDate>Fri, 06 Apr 2018 13:38:05 -0000</pubDate>\n      <itunes:author>Gimlet</itunes:author>\n      <itunes:episodeType>trailer</itunes:episodeType>\n      <itunes:subtitle>New series premiering this April</itunes:subtitle>\n      <itunes:summary>\n        <![CDATA[<strong>New series premiering this April: </strong><br>Sandra (April 18)&nbsp;<br>The Habitat (April 18)&nbsp;<br>We Came to Win (April 25)]]>\n      </itunes:summary>\n      <itunes:duration>156</itunes:duration>\n      <itunes:explicit>no</itunes:explicit>\n      <guid isPermaLink=\"false\"><![CDATA[76185200-350a-11e8-8420-0f0559fbba2f]]></guid>\n      <enclosure url=\"https://traffic.megaphone.fm/GLT4463512957.mp3\" length=\"3748466\" type=\"audio/mpeg\"/>\n    </item>\n  </channel>\n</rss>\n"
  },
  {
    "path": "api/test/data/test.xml",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<opml version=\"1.0\">\n  <head>\n    <title>Subscriptions</title>\n  </head>\n  <body>\n    <outline text=\"Stack Overflow\" title=\"Stack Overflow\">\n      <outline type=\"rss\"\n        text=\"Design Details\" title=\"Design Details\"\n        xmlUrl=\"https://rss.simplecast.com/podcasts/1034/rss\"\n        htmlUrl=\"https://spec.fm/podcasts/design-details\"/>\n      <outline type=\"rss\"\n        text=\"Kotaku\" title=\"Kotaku\"\n        xmlUrl=\"https://kotaku.com/rss\"\n        htmlUrl=\"https://kotaku.com/\"/>\n    </outline>\n  </body>\n</opml>\n"
  },
  {
    "path": "api/test/fixtures/aliases.json",
    "content": "[\n\t{\n\t\t\"Alias\": [\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0c9a44d81f3f2db2ab7bc1\",\n\t\t\t\t\"podcast\": \"5b0c971526dc3db38136bb9c\",\n\t\t\t\t\"rss\": null,\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16aceaf\",\n\t\t\t\t\"alias\": \"Blog BBC\",\n\t\t\t\t\"updatedAt\": \"2018-05-29T00:09:40.956Z\",\n\t\t\t\t\"createdAt\": \"2018-05-29T00:09:40.956Z\",\n\t\t\t\t\"__v\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ca07c09f00031008cc730\",\n\t\t\t\t\"podcast\": \"5b0ae44926dc3db381bb62fa\",\n\t\t\t\t\"rss\": null,\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16aceaf\",\n\t\t\t\t\"alias\": \"My CNN\",\n\t\t\t\t\"updatedAt\": \"2018-05-29T00:36:12.971Z\",\n\t\t\t\t\"createdAt\": \"2018-05-29T00:36:12.971Z\",\n\t\t\t\t\"__v\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0cae2c09f00031008cc86e\",\n\t\t\t\t\"rss\": \"5b0c978c26dc3db38137fca2\",\n\t\t\t\t\"podcast\": null,\n\t\t\t\t\"alias\": \"Mine\",\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16aceaf\",\n\t\t\t\t\"updatedAt\": \"2018-05-29T01:34:36.958Z\",\n\t\t\t\t\"createdAt\": \"2018-05-29T01:34:36.958Z\",\n\t\t\t\t\"__v\": 0\n\t\t\t}\n\t\t]\n\t}\n]\n"
  },
  {
    "path": "api/test/fixtures/articles.json",
    "content": "[\n\t{\n\t\t\"RSS\": [\n\t\t\t{\n\t\t\t\t\"_id\": \"5ae0c71a0e7cbc4ee14a8c81\",\n\t\t\t\t\"title\": \"RSS feed #11\",\n\t\t\t\t\"feedUrl\":\n\t\t\t\t\t\"http://feedproxy.google.com/~r/behance/vorr/~3/gKsDLKs86j8/Bolsters-A-Reciprocal-Digital-Platform-for-All-Age\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5adb6ba6b30a726c02b02a0a\",\n\t\t\t\t\"images\": {\n\t\t\t\t\t\"featured\": \"\",\n\t\t\t\t\t\"banner\": \"\",\n\t\t\t\t\t\"favicon\": \"\",\n\t\t\t\t\t\"og\": \"\"\n\t\t\t\t},\n\t\t\t\t\"description\": \"The Xcode Book\",\n\t\t\t\t\"categories\": \"RSS\",\n\t\t\t\t\"featured\": false,\n\t\t\t\t\"public\": true,\n\t\t\t\t\"valid\": true,\n\t\t\t\t\"likes\": 0,\n\t\t\t\t\"summary\": \"\",\n\t\t\t\t\"interest\": \"\",\n\t\t\t\t\"isParsing\": false,\n\t\t\t\t\"feedUrl\": \"http://xcodebook.com/feed\",\n\t\t\t\t\"lastScraped\": \"2018-05-31T19:06:56.408Z\",\n\t\t\t\t\"publicationDate\": \"2018-04-21T16:50:59.805Z\",\n\t\t\t\t\"title\": \"The Xcode Book\",\n\t\t\t\t\"url\": \"http://xcodebook.com\",\n\t\t\t\t\"updatedAt\": \"2018-05-31T19:06:56.410Z\",\n\t\t\t\t\"createdAt\": \"2018-04-21T16:49:42.428Z\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"language\": \"eng\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad0baf6f89574a6388879\",\n\t\t\t\t\"images\": {\n\t\t\t\t\t\"featured\": \"\",\n\t\t\t\t\t\"banner\": \"\",\n\t\t\t\t\t\"favicon\": \"\",\n\t\t\t\t\t\"og\": \"\"\n\t\t\t\t},\n\t\t\t\t\"description\": \"Dorkly: Comics\",\n\t\t\t\t\"categories\": \"RSS\",\n\t\t\t\t\"featured\": false,\n\t\t\t\t\"public\": true,\n\t\t\t\t\"valid\": true,\n\t\t\t\t\"likes\": 0,\n\t\t\t\t\"summary\": \"\",\n\t\t\t\t\"interest\": \"\",\n\t\t\t\t\"isParsing\": false,\n\t\t\t\t\"language\": \"eng\",\n\t\t\t\t\"feedUrl\": \"http://dorkly.com/comics/rss/\",\n\t\t\t\t\"lastScraped\": \"2018-05-31T18:56:03.064Z\",\n\t\t\t\t\"publicationDate\": \"2018-05-27T15:37:30.011Z\",\n\t\t\t\t\"title\": \"Dorkly: Comics\",\n\t\t\t\t\"url\": \"http://dorkly.com/comics\",\n\t\t\t\t\"updatedAt\": \"2018-05-31T18:56:03.065Z\",\n\t\t\t\t\"createdAt\": \"2018-05-27T15:37:30.017Z\",\n\t\t\t\t\"__v\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad0baf6f89574a638887d\",\n\t\t\t\t\"images\": {\n\t\t\t\t\t\"featured\": \"\",\n\t\t\t\t\t\"banner\": \"\",\n\t\t\t\t\t\"favicon\": \"\",\n\t\t\t\t\t\"og\": \"\"\n\t\t\t\t},\n\t\t\t\t\"description\": \"BILDblog\",\n\t\t\t\t\"categories\": \"RSS\",\n\t\t\t\t\"featured\": false,\n\t\t\t\t\"public\": true,\n\t\t\t\t\"valid\": true,\n\t\t\t\t\"likes\": 0,\n\t\t\t\t\"summary\": \"\",\n\t\t\t\t\"interest\": \"\",\n\t\t\t\t\"isParsing\": false,\n\t\t\t\t\"language\": \"deu\",\n\t\t\t\t\"feedUrl\": \"http://feeds.feedburner.com/bildblog/\",\n\t\t\t\t\"lastScraped\": \"2018-05-31T19:07:36.443Z\",\n\t\t\t\t\"publicationDate\": \"2018-05-27T15:37:30.024Z\",\n\t\t\t\t\"title\": \"BILDblog\",\n\t\t\t\t\"url\": \"http://bildblog.de\",\n\t\t\t\t\"updatedAt\": \"2018-05-31T19:07:36.443Z\",\n\t\t\t\t\"createdAt\": \"2018-05-27T15:37:30.032Z\",\n\t\t\t\t\"__v\": 0\n\t\t\t}\n\t\t]\n\t},\n\t{\n\t\t\"Article\": [\n\t\t\t{\n\t\t\t\t\"url\":\n\t\t\t\t\t\"http://feedproxy.google.com/~r/behance/vorr/~3/gKsDLKs86j8/Bolsters-A-Reciprocal-Digital-Platform-for-All-Age\",\n\t\t\t\t\"title\": \"First\",\n\t\t\t\t\"rss\": \"5ae0c71a0e7cbc4ee14a8c81\",\n\t\t\t\t\"fingerprint\": \"test:0\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad37226dc3db38194e5eb\",\n\t\t\t\t\"rss\": \"5b0ad0baf6f89574a6388879\",\n\t\t\t\t\"fingerprint\": \"test:1\",\n\t\t\t\t\"url\":\n\t\t\t\t\t\"http://dorkly.com/post/86517/what-if-deadpool-was-in-avengers-infinity-war\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"commentUrl\": null,\n\t\t\t\t\"content\":\n\t\t\t\t\t\"<p><img src=\\\"https://media0dk-a.akamaihd.net/88/15/6c29d61373a1f7056ea81ca96e7b0dec.jpeg\\\" alt=\\\"undefined\\\" /><br /><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/28/70/44ef0712bedd4bb409cdf463f8e5808e.jpeg\\\" alt=\\\"undefined\\\" /><br /><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/66/89/ae36e819b67bae7db3872af89230bc05.jpeg\\\" alt=\\\"undefined\\\" /><br /><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/81/26/2a9963589329a2447a8f312c422f73d8.jpeg\\\" alt=\\\"undefined\\\" /><br /><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/64/44/e7931e4fcae882f335325adb6b915395.jpeg\\\" alt=\\\"undefined\\\" /></p>\\n<p><br /><br /></p>\\nFollow Justin on <strong><a>Twitter</a></strong> and <strong><a>Facebook</a><br /><br /><br /><br /></strong>\",\n\t\t\t\t\"createdAt\": \"2018-05-27T15:48:59.230Z\",\n\t\t\t\t\"description\": \"Follow Justin on Twitter and Facebook\",\n\t\t\t\t\"images\": {\n\t\t\t\t\t\"featured\": \"\",\n\t\t\t\t\t\"banner\": \"\",\n\t\t\t\t\t\"favicon\": \"\",\n\t\t\t\t\t\"og\":\n\t\t\t\t\t\t\"http://1.media.dorkly.cvcdn.com/44/64/fd010b185a4610d2a9914b42af6a4de6.jpeg\"\n\t\t\t\t},\n\t\t\t\t\"publicationDate\": \"2018-05-25T13:00:00.000Z\",\n\t\t\t\t\"title\": \"What If Deadpool Was In Avengers: Infinity War\",\n\t\t\t\t\"updatedAt\": \"2018-05-30T06:52:15.685Z\",\n\t\t\t\t\"enclosures\": []\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad37226dc3db38194e613\",\n\t\t\t\t\"fingerprint\": \"test:2\",\n\t\t\t\t\"rss\": \"5b0ad0baf6f89574a6388879\",\n\t\t\t\t\"url\": \"http://dorkly.com/post/86533/pokemon-sun-playthrough-episode-91\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"commentUrl\": null,\n\t\t\t\t\"content\":\n\t\t\t\t\t\"<p><img src=\\\"https://media0dk-a.akamaihd.net/97/58/9152478438ea26eaf42f773276ca5cfc.jpeg\\\" alt=\\\"undefined\\\" /><br /><br /><br /><br /></p>\\n<h3><strong><a>&lt; PREVIOUS COMIC</a><a> </a>   <a>NEXT COMIC &gt;</a></strong><br /><strong></strong></h3>\\n<h3><strong><strong><a>ARCHIVE</a><br /></strong></strong></h3>\\n<p><br /><br /><br /><br /></p>\",\n\t\t\t\t\"createdAt\": \"2018-05-27T15:48:59.230Z\",\n\t\t\t\t\"description\": \"< PREVIOUS COMIC    NEXT COMIC >\\nARCHIVE\",\n\t\t\t\t\"images\": {\n\t\t\t\t\t\"featured\": \"\",\n\t\t\t\t\t\"banner\": \"\",\n\t\t\t\t\t\"favicon\": \"\",\n\t\t\t\t\t\"og\":\n\t\t\t\t\t\t\"http://0.media.dorkly.cvcdn.com/84/29/d628811360cb1533bc62f9399f4a6813.jpeg\"\n\t\t\t\t},\n\t\t\t\t\"publicationDate\": null,\n\t\t\t\t\"title\": \"Pokemon Sun Playthrough - Episode 91\",\n\t\t\t\t\"updatedAt\": \"2018-05-30T19:40:26.635Z\",\n\t\t\t\t\"enclosures\": []\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad37226dc3db38194e614\",\n\t\t\t\t\"rss\": \"5b0ad0baf6f89574a6388879\",\n\t\t\t\t\"url\": \"http://dorkly.com/post/86477/star-wars-comics-funny\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"commentUrl\": null,\n\t\t\t\t\"fingerprint\": \"test:33\",\n\t\t\t\t\"content\":\n\t\t\t\t\t\"1. <a>If Darth Vader Won Against Luke</a>\\n<p><img src=\\\"http://0.media.dorkly.cvcdn.com/75/19/2658c233550c354be3857af7d99b37cd.jpg\\\" alt=\\\"undefined\\\" /></p>\\n<br />2. <a>Star Trek vs. Star Wars</a>\\n<p><img src=\\\"https://media0dk-a.akamaihd.net/16/27/e642f0b2508be6f8926b2b1b887db2a1.jpg\\\" alt=\\\"star trek vs star wars\\\" /></p>\\n\\n<br />3. <a>The Fandom Menace</a>\\n<p><img src=\\\"http://1.media.dorkly.cvcdn.com/54/84/31d9fcb6ce07dec747ad953264e99e0c.jpg\\\" alt=\\\"george lucas\\\" /></p>\\n\\n<br />4. <a>The Empire Strikes Back vs. The Last Jedi</a>\\n<p><img src=\\\"https://media0dk-a.akamaihd.net/16/28/e6f7eb5fc870a4354383185448a81524.jpg\\\" alt=\\\"undefined\\\" /></p>\\n<p><img src=\\\"https://media0dk-a.akamaihd.net/51/84/968f71bf1fd973ad5929f27807d936b9.jpg\\\" alt=\\\"undefined\\\" /></p>\\n<p><img src=\\\"https://media0dk-a.akamaihd.net/82/44/9f3763ce95c32d25f4a7b84bdd123a66.jpg\\\" alt=\\\"undefined\\\" /></p>\\n<p><img src=\\\"https://media0dk-a.akamaihd.net/60/66/6acc528f7204edd391d05c401df2f1b7.jpg\\\" alt=\\\"undefined\\\" /></p>\\n<p><img src=\\\"https://media0dk-a.akamaihd.net/72/54/eddabd8598e4cc923fa8a4c8ce09c141.jpg\\\" alt=\\\"undefined\\\" /></p>\\n<p><img src=\\\"https://media0dk-a.akamaihd.net/21/12/97edf1049d75e3d034307eaedaf2f72d.jpg\\\" alt=\\\"undefined\\\" /></p>\\n<p></p>\\n\\n<br />5. <a>If The Star Wars Universe Had The Internet</a>\\n<p><img src=\\\"http://0.media.dorkly.cvcdn.com/45/61/fe58314f3901e747b0c24e0cf9f69666.jpg\\\" alt=\\\"undefined\\\" /></p>\\n<p><img src=\\\"http://1.media.dorkly.cvcdn.com/58/31/38a8546211d3c3e1ef99ebb9bb5c087a-if-the-star-wars-universe-had-the-internet.jpg\\\" alt=\\\"undefined\\\" /></p>\\n<p><img src=\\\"http://0.media.dorkly.cvcdn.com/94/76/81fe8f2d663c0b821482e59d74ecfdf6.jpg\\\" alt=\\\"undefined\\\" /></p>\\n<p><img src=\\\"http://0.media.dorkly.cvcdn.com/99/96/44ace29a341804cf4a10725215fe5eea.jpg\\\" alt=\\\"undefined\\\" /></p>\\n<p><img src=\\\"http://0.media.dorkly.cvcdn.com/19/31/1e8001d1d3b2a7f9fba79b523dcbf3e7.jpg\\\" alt=\\\"undefined\\\" />  </p>\\n<p></p>\\n\\n6. <a>Darth Vader's Biggest Regret</a>\\n<p><img src=\\\"https://media0dk-a.akamaihd.net/65/97/e3fc2b93c811176470ac433c36cc1ec6.jpg\\\" alt=\\\"Darth Vader's Biggest Regret\\\" /></p>\\n\\n<br />7. <a>The Problem With Obi-Wan's Force Ghost</a>\\n<p><img src=\\\"https://media0dk-a.akamaihd.net/68/76/3a0ad85a7ccccc70d5dc51adb7d377a8.jpg\\\" alt=\\\"star wars\\\" /></p>\\n\\n<br />8. <a>Why Star Wars Villains Should Have a Personal Assistant</a>\\n<p><img src=\\\"https://media0dk-a.akamaihd.net/41/48/a3673f6d6a4dece2bb37f0aa1def7858.jpg\\\" alt=\\\"star wars\\\" /></p>\\n<p><img src=\\\"https://media0dk-a.akamaihd.net/26/99/ca1c97cb6475072bd038a6b12f8e5411.jpg\\\" alt=\\\"star wars\\\" /></p>\\n<p><img src=\\\"https://media0dk-a.akamaihd.net/94/60/fc00fd9c251179db4a7fd74f74f6fb4a.jpg\\\" alt=\\\"star wars\\\" /></p>\\n<p></p>\\n<p><img src=\\\"https://media0dk-a.akamaihd.net/46/54/c17f26e66808876bec80c149d9f91034.jpg\\\" alt=\\\"star wars\\\" /></p>\\n<p><img src=\\\"https://media0dk-a.akamaihd.net/64/27/b78374f101ffe0b7e8b2863ec7eca020.jpg\\\" alt=\\\"star wars\\\" /></p>\\n<p><img src=\\\"https://media0dk-a.akamaihd.net/13/82/8cee4eb2fe7265c427229681876f3454.jpg\\\" alt=\\\"star wars\\\" /></p>\\n\\n<br />9. <a>Watching New Star Wars Movies: Then VS Now</a>\\n<p><img src=\\\"http://1.media.dorkly.cvcdn.com/33/21/7abb9ef8aa9c31c16f21e4e73a163e3a.jpg\\\" alt=\\\"undefined\\\" /></p>\\n\\n<br />10. <a>Why The Dark Side Is Way Better</a>\\n<p><img src=\\\"https://media0dk-a.akamaihd.net/70/52/b31d6c438ff02a185af428e4c0591c92.jpg\\\" alt=\\\"undefined\\\" /><br /><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/71/74/207d55fcc469da3cb252468d49b37cb9.jpg\\\" alt=\\\"undefined\\\" /><br /><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/84/46/5c5add40be02f98078c4728a8b64ac47.jpg\\\" alt=\\\"undefined\\\" /><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/29/11/1d8c631e775830b805d1614032e4faae.jpg\\\" alt=\\\"undefined\\\" /><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/21/30/2cb74648ce30c47efb38e2818bd4c9ce.jpg\\\" alt=\\\"undefined\\\" /><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/55/33/67943cc12d9de6d39cba28ec5d31d433.jpg\\\" alt=\\\"undefined\\\" /></p>\\n<p></p>\\n<br />11. <a>The Truth Behind Luke &amp; Leia Skywalker Being Separated At Birth</a>\\n<p><img src=\\\"http://1.media.dorkly.cvcdn.com/28/26/615a7d4212237d4496c19209cffc0468.jpg\\\" alt=\\\"undefined\\\" /></p>\\n\\n<br />12. <a>Why Kylo Ren Shouldn't Look Into Vader's Past</a>\\n<p><img src=\\\"http://0.media.dorkly.cvcdn.com/71/11/f17b66dd52b164b3daeefad5a21b0467.jpg\\\" alt=\\\"the force awakens\\\" /></p>\\n<p><img src=\\\"http://1.media.dorkly.cvcdn.com/68/12/21ba8cebaaae324bf449e86f5e10d3d5.jpg\\\" alt=\\\"the force awakens\\\" /></p>\\n<p> </p>\\n<p><img src=\\\"http://1.media.dorkly.cvcdn.com/72/92/9583e6687b680349bb5fbd78ffbaab94.jpg\\\" alt=\\\"the force awakens\\\" /></p>\\n<p> </p>\\n<p><img src=\\\"http://2.media.dorkly.cvcdn.com/23/65/f0e723e601b69e7aa30dc02f9f03a496.jpg\\\" alt=\\\"the force awakens\\\" /></p>\\n<p> </p>\\n<p><img src=\\\"http://0.media.dorkly.cvcdn.com/95/83/4f56d76ac9b0e756203ee57268591b9c.jpg\\\" alt=\\\"the force awakens\\\" /></p>\\n<p> </p>\\n<p><img src=\\\"http://1.media.dorkly.cvcdn.com/95/48/288cea401c3ed1787cfa7db1b5cf0a06.jpg\\\" alt=\\\"the force awakens\\\" /></p>\\n<p> <br /><br /><br /></p>\",\n\t\t\t\t\"createdAt\": \"2018-05-27T15:48:59.230Z\",\n\t\t\t\t\"description\":\n\t\t\t\t\t\"1. If Darth Vader Won Against Luke\\n\\n2. Star Trek vs. Star Wars\\n\\n\\n3. The Fandom Menace\\n\\n\\n4. The Empire Strikes Back vs. The Last Jedi\\n\\n\\n\\n\\n\\n\\n\\n\\n5. If The Star Wars Universe Had The Internet\\n\\n\\n\\n\\n  \\n\\n\\n6. Darth Vader's Biggest Regret\\n\\n\\n7. The Problem With Obi-Wan's Force Ghost\\n\\n\\n8. Why\",\n\t\t\t\t\"images\": {\n\t\t\t\t\t\"featured\": \"\",\n\t\t\t\t\t\"banner\": \"\",\n\t\t\t\t\t\"favicon\": \"\",\n\t\t\t\t\t\"og\":\n\t\t\t\t\t\t\"http://1.media.dorkly.cvcdn.com/65/86/99adaec8d75c9fb488e37fe66121c7a9.jpeg\"\n\t\t\t\t},\n\t\t\t\t\"publicationDate\": \"2018-05-25T09:00:00.000Z\",\n\t\t\t\t\"title\":\n\t\t\t\t\t\"12 Star Wars Comics That Will Give You a Good Feeling About This\",\n\t\t\t\t\"updatedAt\": \"2018-05-30T06:52:15.903Z\",\n\t\t\t\t\"enclosures\": []\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad37226dc3db38194e620\",\n\t\t\t\t\"rss\": \"5b0ad0baf6f89574a6388879\",\n\t\t\t\t\"fingerprint\": \"test:3\",\n\t\t\t\t\"url\": \"http://dorkly.com/post/86493/pokemon-sun-playthrough-episode-90\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"commentUrl\": null,\n\t\t\t\t\"content\":\n\t\t\t\t\t\"<p><img src=\\\"https://media0dk-a.akamaihd.net/77/36/d5d21aef61bc01307af83bfb57332bd6.jpeg\\\" alt=\\\"Pokemon Sun Playthrough - Episode 90\\\" /><img src=\\\"https://media0dk-a.akamaihd.net/48/12/4b508b5de59bef97ce5ee91ba8680aed.jpeg\\\" alt=\\\"undefined\\\" /><br /><br /><br /></p>\\n<h3><strong><a>&lt; PREVIOUS COMIC</a><a> </a>   <a>NEXT COMIC &gt;</a></strong><br /><strong></strong></h3>\\n<h3><strong><strong><a>ARCHIVE</a><br /><br /><br /></strong></strong></h3>\\n<p></p>\",\n\t\t\t\t\"createdAt\": \"2018-05-27T15:48:59.230Z\",\n\t\t\t\t\"description\": \"< PREVIOUS COMIC    NEXT COMIC >\\nARCHIVE\",\n\t\t\t\t\"images\": {},\n\t\t\t\t\"publicationDate\": \"2018-05-17T13:15:00.000Z\",\n\t\t\t\t\"title\": \"Pokemon Sun Playthrough - Episode 90\",\n\t\t\t\t\"updatedAt\": \"2018-05-29T19:49:22.315Z\",\n\t\t\t\t\"enclosures\": []\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad37226dc3db38194e62b\",\n\t\t\t\t\"fingerprint\": \"test:4\",\n\t\t\t\t\"rss\": \"5b0ad0baf6f89574a6388879\",\n\t\t\t\t\"url\": \"http://dorkly.com/post/86336/how-every-game-of-fortnite-goes\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"commentUrl\": null,\n\t\t\t\t\"content\":\n\t\t\t\t\t\"<p><img src=\\\"https://media0dk-a.akamaihd.net/66/15/a655c14502c3a15c9341f290111ef93a.jpg\\\" alt=\\\"How Every Game of Fortnite Goes\\\" /></p>\",\n\t\t\t\t\"createdAt\": \"2018-05-27T15:48:59.230Z\",\n\t\t\t\t\"description\": \"\",\n\t\t\t\t\"images\": {\n\t\t\t\t\t\"featured\": \"\",\n\t\t\t\t\t\"banner\": \"\",\n\t\t\t\t\t\"favicon\": \"\",\n\t\t\t\t\t\"og\":\n\t\t\t\t\t\t\"http://0.media.dorkly.cvcdn.com/77/21/1664c50eb83b77f024603fe3e8c1313b.jpg\"\n\t\t\t\t},\n\t\t\t\t\"publicationDate\": \"2018-05-11T13:00:00.000Z\",\n\t\t\t\t\"title\": \"How Every Game of Fortnite Goes\",\n\t\t\t\t\"updatedAt\": \"2018-05-30T06:52:17.180Z\",\n\t\t\t\t\"enclosures\": []\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad37226dc3db38194e62f\",\n\t\t\t\t\"rss\": \"5b0ad0baf6f89574a6388879\",\n\t\t\t\t\"fingerprint\": \"test:5\",\n\t\t\t\t\"url\":\n\t\t\t\t\t\"http://dorkly.com/post/86468/avengers-infinity-war-characters-are-everyone-in-your-highschool\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"commentUrl\": null,\n\t\t\t\t\"content\":\n\t\t\t\t\t\"<p><img src=\\\"https://media0dk-a.akamaihd.net/94/82/8e82b5b4d83030d5a18d7a830613c75a.jpeg\\\" alt=\\\"undefined\\\" /><img src=\\\"https://media0dk-a.akamaihd.net/42/51/0ff346972beac9cfa9b3b489bf547aeb.jpeg\\\" alt=\\\"undefined\\\" /><img src=\\\"https://media0dk-a.akamaihd.net/68/12/e9bdca8e42aeba5631d69e95bdce3770.jpeg\\\" alt=\\\"undefined\\\" /><br /><br /><br /></p>\\nFollow Justin on <strong><a>Twitter</a></strong> and <strong><a>Facebook</a><br /><br /><br /><br /></strong>\",\n\t\t\t\t\"createdAt\": \"2018-05-27T15:48:59.230Z\",\n\t\t\t\t\"description\": \"Follow Justin on Twitter and Facebook\",\n\t\t\t\t\"images\": {\n\t\t\t\t\t\"featured\": \"\",\n\t\t\t\t\t\"banner\": \"\",\n\t\t\t\t\t\"favicon\": \"\",\n\t\t\t\t\t\"og\":\n\t\t\t\t\t\t\"http://0.media.dorkly.cvcdn.com/55/26/2f51d05bcdf45316960872e39a8f3fb5.jpeg\"\n\t\t\t\t},\n\t\t\t\t\"publicationDate\": \"2018-05-15T13:15:00.000Z\",\n\t\t\t\t\"title\":\n\t\t\t\t\t\"Avengers: Infinity War Characters Are Everyone In Your Highschool\",\n\t\t\t\t\"updatedAt\": \"2018-05-30T06:52:17.678Z\",\n\t\t\t\t\"enclosures\": []\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad37226dc3db38194e63d\",\n\t\t\t\t\"rss\": \"5b0ad0baf6f89574a6388879\",\n\t\t\t\t\"fingerprint\": \"test:6\",\n\t\t\t\t\"url\":\n\t\t\t\t\t\"http://dorkly.com/post/86378/why-fictional-worlds-will-always-seem-more-appealing-than-reality\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"commentUrl\": null,\n\t\t\t\t\"content\":\n\t\t\t\t\t\"<p><img src=\\\"https://media0dk-a.akamaihd.net/43/80/f4bdfa2caae292714c41e911c113d9bf.jpg\\\" alt=\\\"Why Fictional Worlds Will Always Seem More Appealing Than Reality\\\" /></p>\\n<p><br /><br /><br /></p>\\nFollow Justin on <strong><a>Twitter</a></strong> and <strong><a>Facebook</a><br /><br /><br /></strong>\\n<p></p>\",\n\t\t\t\t\"createdAt\": \"2018-05-27T15:48:59.230Z\",\n\t\t\t\t\"description\": \"Follow Justin on Twitter and Facebook\",\n\t\t\t\t\"images\": {\n\t\t\t\t\t\"featured\": \"\",\n\t\t\t\t\t\"banner\": \"\",\n\t\t\t\t\t\"favicon\": \"\",\n\t\t\t\t\t\"og\":\n\t\t\t\t\t\t\"http://2.media.dorkly.cvcdn.com/12/56/29fbe54ecba9fc1a573970d5f56c1ce3.jpg\"\n\t\t\t\t},\n\t\t\t\t\"publicationDate\": \"2018-05-08T13:15:00.000Z\",\n\t\t\t\t\"title\":\n\t\t\t\t\t\"Why Fictional Worlds Will Always Seem More Appealing Than Reality\",\n\t\t\t\t\"updatedAt\": \"2018-05-30T06:52:17.648Z\",\n\t\t\t\t\"enclosures\": []\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad37226dc3db38194e640\",\n\t\t\t\t\"rss\": \"5b0ad0baf6f89574a6388879\",\n\t\t\t\t\"fingerprint\": \"test:7\",\n\t\t\t\t\"url\":\n\t\t\t\t\t\"http://dorkly.com/post/86418/4-questions-i-still-have-about-avengers-infinity-war\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"commentUrl\": null,\n\t\t\t\t\"content\":\n\t\t\t\t\t\"<p><img src=\\\"https://media0dk-a.akamaihd.net/87/74/c4a299005052a8b88bf5f43dbe1b703f.jpg\\\" alt=\\\"4 Questions I Still Have About Avengers: Infinity War\\\" /><br /><br /></p>\\n<hr />\\n<p><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/99/39/41b6c776aa339e0979fced87dee4131d.jpg\\\" alt=\\\"undefined\\\" /><br /><br /></p>\\n<hr />\\n<p><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/92/90/b8222b4ed5284e6e98fc19ef291ea75f.jpg\\\" alt=\\\"undefined\\\" /><br /><br /></p>\\n<hr />\\n<p><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/48/74/6e6ae2ca2c50715ddc02cb29fa966b9f.jpg\\\" alt=\\\"undefined\\\" /></p>\\n<p><br /><br /></p>\\nFollow Justin on <strong><a>Twitter</a></strong> and <strong><a>Facebook</a><br /><br /></strong>Follow Tristan on <strong><a>Twitter</a><br /><br /><br /><br /></strong>\",\n\t\t\t\t\"createdAt\": \"2018-05-27T15:48:59.230Z\",\n\t\t\t\t\"description\":\n\t\t\t\t\t\"Follow Justin on Twitter and FacebookFollow Tristan on Twitter\",\n\t\t\t\t\"images\": {\n\t\t\t\t\t\"featured\": \"\",\n\t\t\t\t\t\"banner\": \"\",\n\t\t\t\t\t\"favicon\": \"\",\n\t\t\t\t\t\"og\":\n\t\t\t\t\t\t\"http://0.media.dorkly.cvcdn.com/33/85/696c3670f74001ae9d9f16542804d180.jpg\"\n\t\t\t\t},\n\t\t\t\t\"publicationDate\": \"2018-05-04T13:15:00.000Z\",\n\t\t\t\t\"title\": \"4 Questions I Still Have About Avengers: Infinity War\",\n\t\t\t\t\"updatedAt\": \"2018-05-30T06:52:17.927Z\",\n\t\t\t\t\"enclosures\": []\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad37226dc3db38194e69a\",\n\t\t\t\t\"rss\": \"5b0ad0baf6f89574a638887d\",\n\t\t\t\t\"fingerprint\": \"test:8\",\n\t\t\t\t\"url\": \"http://feedproxy.google.com/~r/bildblog/~3/sUeojXz2BCk\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"commentUrl\": null,\n\t\t\t\t\"content\":\n\t\t\t\t\t\"1. „TV Movie“ erfindet Exklusiv-Interview mit „Tatort“-Stars (dwdl.de, Thomas Lückerath) Die aktuelle „TV Movie“ wirbt mit einem „Exklusiv-Interview“ mit den „Tatort“-Kommissaren Jan Josef Liefers und Axel Prahl, doch einiges spricht dafür, dass das Gespräch nie stattgefunden hat: Das „Interview“ besteht aus bekannten Textschnipseln und auch die Agentur der beiden Schauspieler weiß von keinem Gespräch. „DWDL“ […]\",\n\t\t\t\t\"createdAt\": \"2018-05-27T15:49:00.285Z\",\n\t\t\t\t\"description\":\n\t\t\t\t\t\"1. „TV Movie“ erfindet Exklusiv-Interview mit „Tatort“-Stars\\n(dwdl.de, Thomas Lückerath)\\nDie aktuelle „TV Movie“ wirbt mit einem „Exklusiv-Interview“ mit den „Tatort“-Kommissaren Jan Josef Liefers und Axel Prahl, doch einiges spricht dafür, dass das Gespräch nie stattgefunden hat\",\n\t\t\t\t\"images\": {},\n\t\t\t\t\"publicationDate\": \"2018-05-25T06:54:35.000Z\",\n\t\t\t\t\"title\":\n\t\t\t\t\t\"Exklusives Fake-Interview, Macht und Deutungshoheit, Heidis Abgründe\",\n\t\t\t\t\"updatedAt\": \"2018-05-29T19:49:22.315Z\",\n\t\t\t\t\"enclosures\": []\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0c680026dc3db381af5478\",\n\t\t\t\t\"rss\": \"5adb6ba6b30a726c02b02a0a\",\n\t\t\t\t\"fingerprint\": \"test:9\",\n\t\t\t\t\"url\":\n\t\t\t\t\t\"http://xcodebook.com/pdf-file/engineering-research-paper-example.pdf\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"commentUrl\": null,\n\t\t\t\t\"content\": \"Dcument Of Engineering Research Paper Example\",\n\t\t\t\t\"createdAt\": \"2018-05-28T20:35:11.747Z\",\n\t\t\t\t\"description\": \"Dcument Of Engineering Research Paper Example\",\n\t\t\t\t\"enclosures\": null,\n\t\t\t\t\"images\": {},\n\t\t\t\t\"publicationDate\": \"2018-05-28T20:35:08.000Z\",\n\t\t\t\t\"title\": \"Engineering Research Paper Example\",\n\t\t\t\t\"updatedAt\": \"2018-05-29T19:58:41.563Z\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0c680026dc3db381af5479\",\n\t\t\t\t\"rss\": \"5adb6ba6b30a726c02b02a0a\",\n\t\t\t\t\"fingerprint\": \"test:10\",\n\t\t\t\t\"url\": \"http://xcodebook.com/pdf-file/r-cookbook-paul-teetor.pdf\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"commentUrl\": null,\n\t\t\t\t\"content\": \"Dcument Of R Cookbook Paul Teetor\",\n\t\t\t\t\"createdAt\": \"2018-05-28T20:35:11.746Z\",\n\t\t\t\t\"description\": \"Dcument Of R Cookbook Paul Teetor\",\n\t\t\t\t\"enclosures\": null,\n\t\t\t\t\"images\": {},\n\t\t\t\t\"publicationDate\": \"2018-05-28T20:35:08.000Z\",\n\t\t\t\t\"title\": \"R Cookbook Paul Teetor\",\n\t\t\t\t\"updatedAt\": \"2018-05-29T19:58:41.563Z\"\n\t\t\t}\n\t\t]\n\t}\n]\n"
  },
  {
    "path": "api/test/fixtures/featured.json",
    "content": "[{\n    \"RSS\": [\n        {\n            \"featured\": true,\n            \"title\"   : \"Featured RSS feed #1\",\n            \"feedUrl\" : \"http://google.com\"\n        },\n        {\n            \"featured\": true,\n            \"title\"   : \"Featured RSS feed #2\",\n            \"feedUrl\" : \"http://bing.com\"\n        },\n        {\n            \"featured\": false,\n            \"title\"   : \"Interest RSS #3\",\n            \"feedUrl\" : \"http://bbb.com\",\n            \"interest\": \"VC\"\n        }\n    ],\n    \"Podcast\": [\n        {\n            \"featured\": true,\n            \"title\"   : \"Featured Podcast #1\",\n            \"feedUrl\" : \"http://google.com\"\n        },\n        {\n            \"featured\": true,\n            \"title\"   : \"Featured Podcast #2\",\n            \"feedUrl\" : \"http://bing.com\"\n        },\n        {\n            \"featured\": false,\n            \"title\"   : \"Interest Podcast #1\",\n            \"feedUrl\" : \"http://aaa.com\",\n            \"interest\": \"VR\"\n        }\n    ]\n}]\n"
  },
  {
    "path": "api/test/fixtures/folders.json",
    "content": "[\n\t{\n\t\t\"Folder\": [\n\t\t\t{\n\t\t\t\t\"_id\": \"5bbb10d3ec7e1d8e1c5b6705\",\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16aceaf\",\n\t\t\t\t\"name\": \"Cool Folder\",\n\t\t\t\t\"podcast\": [\n                    \"5afb7fedfe7430d35996d66e\"\n                ],\n                \"rss\": [\n                    \"5b0ad0baf6f89574a638887a\"\n                ],\n\t\t\t\t\"updatedAt\": \"2018-05-29T00:09:40.956Z\",\n\t\t\t\t\"createdAt\": \"2018-05-29T00:09:40.956Z\"\n            },\n            {\n\t\t\t\t\"_id\": \"5b9b7dcedb7bb3077f9c8c6a\",\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16aceaf\",\n\t\t\t\t\"name\": \"another Folder\",\n\t\t\t\t\"podcast\": [],\n\t\t\t\t\"rss\": [\n                    \"5b0ad0baf6f89574a638887b\"\n                ],\n\t\t\t\t\"updatedAt\": \"2018-05-29T00:36:12.971Z\",\n\t\t\t\t\"createdAt\": \"2018-05-29T00:36:12.971Z\"\n\t\t\t},\n            {\n\t\t\t\t\"_id\": \"5b9b7dcedb7bb3077f9c8c6b\",\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16ac9c8\",\n\t\t\t\t\"name\": \"another Folder by another user\",\n\t\t\t\t\"podcast\": [],\n\t\t\t\t\"rss\": [],\n\t\t\t\t\"updatedAt\": \"2018-06-29T00:36:12.971Z\",\n\t\t\t\t\"createdAt\": \"2018-06-29T00:36:12.971Z\"\n\t\t\t}\n\t\t]\n\t}\n]\n"
  },
  {
    "path": "api/test/fixtures/follows.json",
    "content": "[\n\t{\n\t\t\"Follow\": [\n\t\t\t{\n\t\t\t\t\"_id\":\"5ad68877383ed22fb766e913\",\n\t\t\t\t\"podcast\":\"5afb7fedfe7430d35996d66e\",\n\t\t\t\t\"user\":\"5b0f306d8e147f10f16aceaf\",\n\t\t\t\t\"updatedAt\":\"2018-04-17T23:51:19.634Z\",\n\t\t\t\t\"createdAt\":\"2018-04-17T23:51:19.634Z\",\n\t\t\t\t\"__v\":0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\":\"5ad68877383ed22fb766e912\",\n\t\t\t\t\"podcast\":\"5afb7f68fe7430d35996cc62\",\n\t\t\t\t\"user\":\"5b0f306d8e147f10f16aceaf\",\n\t\t\t\t\"updatedAt\":\"2018-04-17T23:51:19.620Z\",\n\t\t\t\t\"createdAt\":\"2018-04-17T23:51:19.620Z\",\n\t\t\t\t\"__v\":0\n\t\t\t}\n\t\t],\n\t\t\"RSS\": [\n\t\t\t{\n\t\t\t\t\"_id\": \"6b0ad0baf6f89574a638887a\",\n\t\t\t\t\"images\": { \"featured\": \"\", \"banner\": \"\", \"favicon\": \"\", \"og\": \"\" },\n\t\t\t\t\"description\": \"Follow test fake feed\",\n\t\t\t\t\"categories\": \"RSS\",\n\t\t\t\t\"featured\": false,\n\t\t\t\t\"public\": true,\n\t\t\t\t\"valid\": true,\n\t\t\t\t\"likes\": 0,\n\t\t\t\t\"summary\": \"\",\n\t\t\t\t\"interest\": \"\",\n\t\t\t\t\"isParsing\": true,\n\t\t\t\t\"language\": \"eng\",\n\t\t\t\t\"feedUrl\": \"http://dorkly.com/comics/rss?a=bcd\",\n\t\t\t\t\"lastScraped\": \"2018-06-01T17:52:10.655Z\",\n\t\t\t\t\"publicationDate\": \"2018-05-27T15:37:30.011Z\",\n\t\t\t\t\"title\": \"Dorkly: Comics\",\n\t\t\t\t\"url\": \"http://dorkly.com/comics\",\n\t\t\t\t\"updatedAt\": \"2018-06-01T18:07:31.230Z\",\n\t\t\t\t\"createdAt\": \"2018-05-27T15:37:30.017Z\",\n\t\t\t\t\"__v\": 0\n\t\t\t}\n\t\t],\n\t\t\"Podcast\": [\n\t\t\t{\n\t\t\t\t\"_id\": \"6afb7fedfe7430d35996d66e\",\n\t\t\t\t\"feedUrl\": \"http://mbmbam.libsyn.com/rss?hello=world\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"categories\": \"podcast\",\n\t\t\t\t\"createdAt\": \"2018-05-16T00:48:45.264Z\",\n\t\t\t\t\"description\":\n\t\t\t\t\t\"Free advice, from three of the world's most qualified experts.\",\n\t\t\t\t\"featured\": false,\n\t\t\t\t\"images\": {\n\t\t\t\t\t\"favicon\": null,\n\t\t\t\t\t\"og\":\n\t\t\t\t\t\t\"http://static.libsyn.com/p/assets/6/d/7/d/6d7d36d6929db515/MBMBAM_Update.jpg\"\n\t\t\t\t},\n\t\t\t\t\"lastScraped\": \"2018-06-01T21:39:47.827Z\",\n\t\t\t\t\"title\": \"My Brother, My Brother And Me\",\n\t\t\t\t\"updatedAt\": \"2018-06-01T21:39:47.827Z\",\n\t\t\t\t\"url\": \"http://mbmbam.com\",\n\t\t\t\t\"valid\": true,\n\t\t\t\t\"isParsing\": false,\n\t\t\t\t\"language\": \"eng\"\n\t\t\t}\n\t\t]\n\t}\n]\n"
  },
  {
    "path": "api/test/fixtures/initial-data.json",
    "content": "[\n\t{\n\t\t\"User\": [\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0f306d8e147f10f16aceaf\",\n\t\t\t\t\"preferences\": {\n\t\t\t\t\t\"notifications\": { \"daily\": false, \"weekly\": true, \"follows\": true }\n\t\t\t\t},\n\t\t\t\t\"bio\": \"\",\n\t\t\t\t\"url\": \"\",\n\t\t\t\t\"twitter\": \"\",\n\t\t\t\t\"background\": 1,\n\t\t\t\t\"recoveryCode\": \"\",\n\t\t\t\t\"active\": true,\n\t\t\t\t\"admin\": false,\n\t\t\t\t\"interests\": [\n\t\t\t\t\t\"UI/UX\",\n\t\t\t\t\t\"Startups & VC\",\n\t\t\t\t\t\"Programming\",\n\t\t\t\t\t\"News\",\n\t\t\t\t\t\"Machine Learning & AI\",\n\t\t\t\t\t\"Gaming\",\n\t\t\t\t\t\"VR\",\n\t\t\t\t\t\"Lifehacks\",\n\t\t\t\t\t\"Marketing\"\n\t\t\t\t],\n\t\t\t\t\"email\": \"valid@email.com\",\n\t\t\t\t\"name\": \"Valid Name\",\n\t\t\t\t\"username\": \"valid\",\n\t\t\t\t\"password\": \"valid_password\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0f306d8e147f10f16ac9c8\",\n\t\t\t\t\"preferences\": {\n\t\t\t\t\t\"notifications\": { \"daily\": false, \"weekly\": true, \"follows\": true }\n\t\t\t\t},\n\t\t\t\t\"bio\": \"\",\n\t\t\t\t\"url\": \"\",\n\t\t\t\t\"twitter\": \"\",\n\t\t\t\t\"background\": 1,\n\t\t\t\t\"recoveryCode\": \"\",\n\t\t\t\t\"active\": true,\n\t\t\t\t\"admin\": false,\n\t\t\t\t\"interests\": [\n\t\t\t\t\t\"UI/UX\",\n\t\t\t\t\t\"Startups & VC\",\n\t\t\t\t\t\"Programming\",\n\t\t\t\t\t\"News\",\n\t\t\t\t\t\"Machine Learning & AI\",\n\t\t\t\t\t\"Gaming\",\n\t\t\t\t\t\"VR\",\n\t\t\t\t\t\"Lifehacks\",\n\t\t\t\t\t\"Marketing\"\n\t\t\t\t],\n\t\t\t\t\"email\": \"valid2@email.com\",\n\t\t\t\t\"name\": \"Valid Name\",\n\t\t\t\t\"username\": \"valid2\",\n\t\t\t\t\"password\": \"valid_password\"\n\t\t\t}\n\t\t],\n\t\t\"RSS\": [\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad0baf6f89574a638887a\",\n\t\t\t\t\"images\": { \"featured\": \"\", \"banner\": \"\", \"favicon\": \"\", \"og\": \"\" },\n\t\t\t\t\"description\": \"Dorkly: Comics\",\n\t\t\t\t\"categories\": \"RSS\",\n\t\t\t\t\"featured\": false,\n\t\t\t\t\"public\": true,\n\t\t\t\t\"valid\": true,\n\t\t\t\t\"likes\": 0,\n\t\t\t\t\"summary\": \"\",\n\t\t\t\t\"interest\": \"\",\n\t\t\t\t\"isParsing\": true,\n\t\t\t\t\"language\": \"eng\",\n\t\t\t\t\"feedUrl\": \"http://dorkly.com/comics/rss\",\n\t\t\t\t\"lastScraped\": \"2018-06-01T17:52:10.655Z\",\n\t\t\t\t\"publicationDate\": \"2018-05-27T15:37:30.011Z\",\n\t\t\t\t\"title\": \"Dorkly: Comics\",\n\t\t\t\t\"url\": \"http://dorkly.com/comics\",\n\t\t\t\t\"updatedAt\": \"2018-06-01T18:07:31.230Z\",\n\t\t\t\t\"createdAt\": \"2018-05-27T15:37:30.017Z\",\n\t\t\t\t\"guidStability\": \"STABLE\",\n\t\t\t\t\"__v\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad0baf6f89574a638887b\",\n\t\t\t\t\"images\": { \"featured\": \"\", \"banner\": \"\", \"favicon\": \"\", \"og\": \"\" },\n\t\t\t\t\"description\": \"Dorkly: Comics\",\n\t\t\t\t\"categories\": \"RSS\",\n\t\t\t\t\"featured\": true,\n\t\t\t\t\"public\": true,\n\t\t\t\t\"valid\": true,\n\t\t\t\t\"likes\": 0,\n\t\t\t\t\"summary\": \"\",\n\t\t\t\t\"interest\": \"\",\n\t\t\t\t\"isParsing\": true,\n\t\t\t\t\"language\": \"eng\",\n\t\t\t\t\"feedUrl\": \"http://dorkly.com/comics/rss/original\",\n\t\t\t\t\"lastScraped\": \"2018-06-01T17:52:10.655Z\",\n\t\t\t\t\"publicationDate\": \"2018-05-27T15:37:30.011Z\",\n\t\t\t\t\"title\": \"Dorkly: Comics\",\n\t\t\t\t\"url\": \"http://dorkly.com/comics/original\",\n\t\t\t\t\"updatedAt\": \"2018-06-01T18:07:31.230Z\",\n\t\t\t\t\"createdAt\": \"2018-05-27T15:37:30.017Z\",\n\t\t\t\t\"guidStability\": \"STABLE\",\n\t\t\t\t\"__v\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad0baf6f89574a638887e\",\n\t\t\t\t\"images\": { \"featured\": \"\", \"banner\": \"\", \"favicon\": \"\", \"og\": \"\" },\n\t\t\t\t\"description\": \"BILDblog\",\n\t\t\t\t\"categories\": \"RSS\",\n\t\t\t\t\"featured\": false,\n\t\t\t\t\"public\": true,\n\t\t\t\t\"valid\": true,\n\t\t\t\t\"likes\": 0,\n\t\t\t\t\"summary\": \"\",\n\t\t\t\t\"interest\": \"\",\n\t\t\t\t\"isParsing\": true,\n\t\t\t\t\"language\": \"deu\",\n\t\t\t\t\"feedUrl\": \"http://feeds.feedburner.com/bildblog\",\n\t\t\t\t\"lastScraped\": \"2018-06-01T17:51:18.032Z\",\n\t\t\t\t\"publicationDate\": \"2018-05-27T15:37:30.024Z\",\n\t\t\t\t\"title\": \"BILDblog\",\n\t\t\t\t\"url\": \"http://bildblog.de\",\n\t\t\t\t\"updatedAt\": \"2018-06-01T18:06:31.392Z\",\n\t\t\t\t\"createdAt\": \"2018-05-27T15:37:30.032Z\",\n\t\t\t\t\"guidStability\": \"STABLE\",\n\t\t\t\t\"__v\": 0\n\t\t\t}\n\t\t],\n\t\t\"Podcast\": [\n\t\t\t{\n\t\t\t\t\"_id\": \"5afb7fedfe7430d35996d66e\",\n\t\t\t\t\"feedUrl\": \"http://mbmbam.libsyn.com/rss\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"categories\": \"podcast\",\n\t\t\t\t\"createdAt\": \"2018-05-16T00:48:45.264Z\",\n\t\t\t\t\"description\":\n\t\t\t\t\t\"Free advice, from three of the world's most qualified experts.\",\n\t\t\t\t\"featured\": false,\n\t\t\t\t\"images\": {\n\t\t\t\t\t\"favicon\": null,\n\t\t\t\t\t\"og\":\n\t\t\t\t\t\t\"http://static.libsyn.com/p/assets/6/d/7/d/6d7d36d6929db515/MBMBAM_Update.jpg\"\n\t\t\t\t},\n\t\t\t\t\"lastScraped\": \"2018-06-01T21:39:47.827Z\",\n\t\t\t\t\"title\": \"My Brother, My Brother And Me\",\n\t\t\t\t\"updatedAt\": \"2018-06-01T21:39:47.827Z\",\n\t\t\t\t\"url\": \"http://mbmbam.com\",\n\t\t\t\t\"valid\": true,\n\t\t\t\t\"isParsing\": false,\n\t\t\t\t\"guidStability\": \"STABLE\",\n\t\t\t\t\"language\": \"eng\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5afb7f68fe7430d35996cc62\",\n\t\t\t\t\"feedUrl\": \"http://openargs.libsyn.com/\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"categories\": \"podcast\",\n\t\t\t\t\"createdAt\": \"2018-05-16T00:46:32.760Z\",\n\t\t\t\t\"description\":\n\t\t\t\t\t\"Every episode, legal expert Andrew and comic relief Thomas will tackle a popular legal topic and give you all the tools you need to understand the issue and win every argument you have on Facebook, with your Uncle Frank, or wherever someone is wrong on the Internet. It's law.  It's politics.  It's fun.  We don't tell you what to think, we just set up the Opening Arguments.\",\n\t\t\t\t\"featured\": false,\n\t\t\t\t\"images\": {\n\t\t\t\t\t\"favicon\": \"http://openargs.com/favicon.ico\",\n\t\t\t\t\t\"og\":\n\t\t\t\t\t\t\"http://static.libsyn.com/p/assets/7/4/2/3/742385e9b736f6aa/Open_Args_Logo.jpg\"\n\t\t\t\t},\n\t\t\t\t\"lastScraped\": \"2018-06-01T21:55:47.788Z\",\n\t\t\t\t\"title\": \"Opening Arguments\",\n\t\t\t\t\"updatedAt\": \"2018-06-01T21:55:47.789Z\",\n\t\t\t\t\"url\": \"http://openargs.com\",\n\t\t\t\t\"valid\": true,\n\t\t\t\t\"language\": \"eng\",\n\t\t\t\t\"guidStability\": \"STABLE\",\n\t\t\t\t\"isParsing\": false\n\t\t\t}\n\t\t],\n\t\t\"Article\": [\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad37226dc3db38194e5ec\",\n\t\t\t\t\"rss\": \"5b0ad0baf6f89574a638887a\",\n\t\t\t\t\"guid\": \"test:11\",\n\t\t\t\t\"url\":\n\t\t\t\t\t\"http://dorkly.com/post/86517/what-if-deadpool-was-in-avengers-infinity-war\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"commentUrl\": null,\n\t\t\t\t\"content\":\n\t\t\t\t\t\"<p><img src=\\\"https://media0dk-a.akamaihd.net/88/15/6c29d61373a1f7056ea81ca96e7b0dec.jpeg\\\" alt=\\\"undefined\\\" /><br /><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/28/70/44ef0712bedd4bb409cdf463f8e5808e.jpeg\\\" alt=\\\"undefined\\\" /><br /><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/66/89/ae36e819b67bae7db3872af89230bc05.jpeg\\\" alt=\\\"undefined\\\" /><br /><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/81/26/2a9963589329a2447a8f312c422f73d8.jpeg\\\" alt=\\\"undefined\\\" /><br /><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/64/44/e7931e4fcae882f335325adb6b915395.jpeg\\\" alt=\\\"undefined\\\" /></p>\\n<p><br /><br /></p>\\nFollow Justin on <strong><a>Twitter</a></strong> and <strong><a>Facebook</a><br /><br /><br /><br /></strong>\",\n\t\t\t\t\"createdAt\": \"2018-05-27T15:48:59.230Z\",\n\t\t\t\t\"description\": \"Follow Justin on Twitter and Facebook\",\n\t\t\t\t\"images\": {\n\t\t\t\t\t\"featured\": \"\",\n\t\t\t\t\t\"banner\": \"\",\n\t\t\t\t\t\"favicon\": \"\",\n\t\t\t\t\t\"og\":\n\t\t\t\t\t\t\"http://1.media.dorkly.cvcdn.com/44/64/fd010b185a4610d2a9914b42af6a4de6.jpeg\"\n\t\t\t\t},\n\t\t\t\t\"publicationDate\": \"2018-05-25T13:00:00.000Z\",\n\t\t\t\t\"title\": \"What If Deadpool Was In Avengers: Infinity War\",\n\t\t\t\t\"updatedAt\": \"2018-05-30T06:52:15.685Z\",\n\t\t\t\t\"enclosures\": []\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad37226dc3db38194e5ed\",\n\t\t\t\t\"rss\": \"5b0ad0baf6f89574a638887a\",\n\t\t\t\t\"guid\": \"test:12\",\n\t\t\t\t\"url\":\n\t\t\t\t\t\"http://dorkly.com/post/86517/what-if-deadpool-was-in-avengers-infinity-war2/\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"commentUrl\": null,\n\t\t\t\t\"content\":\n\t\t\t\t\t\"<p><img src=\\\"https://media0dk-a.akamaihd.net/88/15/6c29d61373a1f7056ea81ca96e7b0dec.jpeg\\\" alt=\\\"undefined\\\" /><br /><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/28/70/44ef0712bedd4bb409cdf463f8e5808e.jpeg\\\" alt=\\\"undefined\\\" /><br /><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/66/89/ae36e819b67bae7db3872af89230bc05.jpeg\\\" alt=\\\"undefined\\\" /><br /><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/81/26/2a9963589329a2447a8f312c422f73d8.jpeg\\\" alt=\\\"undefined\\\" /><br /><br /><br /><img src=\\\"https://media0dk-a.akamaihd.net/64/44/e7931e4fcae882f335325adb6b915395.jpeg\\\" alt=\\\"undefined\\\" /></p>\\n<p><br /><br /></p>\\nFollow Justin on <strong><a>Twitter</a></strong> and <strong><a>Facebook</a><br /><br /><br /><br /></strong>\",\n\t\t\t\t\"createdAt\": \"2018-05-27T15:48:59.230Z\",\n\t\t\t\t\"description\": \"Follow Justin on Twitter and Facebook 2\",\n\t\t\t\t\"images\": {\n\t\t\t\t\t\"featured\": \"\",\n\t\t\t\t\t\"banner\": \"\",\n\t\t\t\t\t\"favicon\": \"\",\n\t\t\t\t\t\"og\":\n\t\t\t\t\t\t\"http://1.media.dorkly.cvcdn.com/44/64/fd010b185a4610d2a9914b42af6a4de6.jpeg\"\n\t\t\t\t},\n\t\t\t\t\"publicationDate\": \"2018-05-25T13:00:00.000Z\",\n\t\t\t\t\"title\": \"What If Deadpool Was In Avengers: Infinity War\",\n\t\t\t\t\"updatedAt\": \"2018-05-30T06:52:15.685Z\",\n\t\t\t\t\"enclosures\": []\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad37226dc3db38194e69b\",\n\t\t\t\t\"rss\": \"5b0ad0baf6f89574a638887e\",\n\t\t\t\t\"guid\": \"test:13\",\n\t\t\t\t\"url\": \"http://feedproxy.google.com/~r/bildblog/~3/sUeojXz2BCk\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"commentUrl\": null,\n\t\t\t\t\"content\":\n\t\t\t\t\t\"1. „TV Movie“ erfindet Exklusiv-Interview mit „Tatort“-Stars (dwdl.de, Thomas Lückerath) Die aktuelle „TV Movie“ wirbt mit einem „Exklusiv-Interview“ mit den „Tatort“-Kommissaren Jan Josef Liefers und Axel Prahl, doch einiges spricht dafür, dass das Gespräch nie stattgefunden hat: Das „Interview“ besteht aus bekannten Textschnipseln und auch die Agentur der beiden Schauspieler weiß von keinem Gespräch. „DWDL“ […]\",\n\t\t\t\t\"createdAt\": \"2018-05-27T15:49:00.285Z\",\n\t\t\t\t\"description\":\n\t\t\t\t\t\"1. „TV Movie“ erfindet Exklusiv-Interview mit „Tatort“-Stars\\n(dwdl.de, Thomas Lückerath)\\nDie aktuelle „TV Movie“ wirbt mit einem „Exklusiv-Interview“ mit den „Tatort“-Kommissaren Jan Josef Liefers und Axel Prahl, doch einiges spricht dafür, dass das Gespräch nie stattgefunden hat\",\n\t\t\t\t\"images\": {},\n\t\t\t\t\"publicationDate\": \"2018-05-25T06:54:35.000Z\",\n\t\t\t\t\"title\":\n\t\t\t\t\t\"Exklusives Fake-Interview, Macht und Deutungshoheit, Heidis Abgründe\",\n\t\t\t\t\"updatedAt\": \"2018-05-29T19:49:22.315Z\",\n\t\t\t\t\"enclosures\": []\n\t\t\t}\n\t\t],\n\t\t\"Follow\": [\n\t\t\t{\n\t\t\t\t\"rss\": \"5b0ad0baf6f89574a638887a\",\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16aceaf\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"rss\": \"5b0ad0baf6f89574a638887b\",\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16aceaf\"\n\t\t\t}\n\t\t],\n\t\t\"Pin\": [\n\t\t\t{\n\t\t\t\t\"article\": \"5b0ad37226dc3db38194e5ed\",\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16aceaf\"\n\t\t\t}\n\t\t],\n\t\t\"Episode\": [\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad37026dc3db38194e286\",\n\t\t\t\t\"podcast\": \"5afb7fedfe7430d35996d66e\",\n\t\t\t\t\"guid\": \"test:1\",\n\t\t\t\t\"url\": \"http://mbmbam.libsyn.com/mbmbam-398-rest-in-reeses-pieces\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"createdAt\": \"2018-05-27T15:49:00.021Z\",\n\t\t\t\t\"description\":\n\t\t\t\t\t\"We've got all the big news from the big basketball games that have been going on in the big tournament. Who's gonna take home that sweet trophy? More importantly: Which coach has the best, most powerful name? (Hint: It's our coach. Our coach has the most powerful name.) Suggested\",\n\t\t\t\t\"duration\": \"3546\",\n\t\t\t\t\"enclosure\":\n\t\t\t\t\t\"http://traffic.libsyn.com/mbmbam/MyBrotherMyBrotherandMe398.mp3?dest-id=18443\",\n\t\t\t\t\"images\": {\n\t\t\t\t\t\"featured\": \"\",\n\t\t\t\t\t\"banner\": \"\",\n\t\t\t\t\t\"favicon\": \"\",\n\t\t\t\t\t\"og\":\n\t\t\t\t\t\t\"http://static.libsyn.com/p/assets/d/5/f/5/d5f598a244fd67d2/MBMBAM_Update.jpg\"\n\t\t\t\t},\n\t\t\t\t\"link\": \"http://mbmbam.libsyn.com/mbmbam-398-rest-in-reeses-pieces\",\n\t\t\t\t\"publicationDate\": \"2018-03-19T17:12:49.000Z\",\n\t\t\t\t\"title\": \"MBMBaM 398: Rest in Reese's Pieces\",\n\t\t\t\t\"updatedAt\": \"2018-05-28T19:28:08.323Z\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ad37626dc3db38194fa73\",\n\t\t\t\t\"podcast\": \"5afb7f68fe7430d35996cc62\",\n\t\t\t\t\"guid\": \"test:2\",\n\t\t\t\t\"url\": \"http://openargs.com/?p=45\",\n\t\t\t\t\"__v\": 0,\n\t\t\t\t\"createdAt\": \"2018-05-27T15:49:03.509Z\",\n\t\t\t\t\"description\":\n\t\t\t\t\t\"In Episodes 7 and 8, we discussed a recent decision by a federal court in Missouri dismissing a lawsuit brought by the Satanic Temple challenging certain Missouri laws that arguably restrict abortion rights.  In this episode, we take a step back and look at the right to abortion\",\n\t\t\t\t\"duration\": \"2650\",\n\t\t\t\t\"enclosure\":\n\t\t\t\t\t\"http://dts.podtrac.com/redirect.mp3/http://media.blubrry.com/openargs/traffic.libsyn.com/openargs/09_Episode_9.mp3?dest-id=455562\",\n\t\t\t\t\"images\": {\n\t\t\t\t\t\"featured\": \"\",\n\t\t\t\t\t\"banner\": \"\",\n\t\t\t\t\t\"favicon\": \"\",\n\t\t\t\t\t\"og\":\n\t\t\t\t\t\t\"http://static.libsyn.com/p/assets/7/3/b/5/73b5bfccfd8e95c6/Open_Args_Logo.jpg\"\n\t\t\t\t},\n\t\t\t\t\"link\": \"http://openargs.com/?p=45\",\n\t\t\t\t\"publicationDate\": \"2016-08-31T04:22:28.000Z\",\n\t\t\t\t\"title\": \"OA9: Abortion, Roe v. Wade, and the Constitution, Part 1\",\n\t\t\t\t\"updatedAt\": \"2018-05-28T19:28:02.367Z\"\n\t\t\t}\n\t\t]\n\t}\n]\n"
  },
  {
    "path": "api/test/fixtures/liked-shares.json",
    "content": "[{\n    \"RSS\": [\n        {\n            \"_id\"     : \"5b0ad37626dc3db38194fa84\",\n            \"featured\": true,\n            \"title\"   : \"RSS feed #1\",\n            \"feedUrl\" : \"http://google.com\"\n        },\n        {\n            \"_id\"     : \"5b0ad37626dc3db38194fa85\",\n            \"featured\": true,\n            \"title\"   : \"RSS feed #2\",\n            \"feedUrl\" : \"http://bing.com\"\n        }\n    ],\n    \"Podcast\": [\n        {\n            \"_id\"     : \"5b0ad37626dc3db38194fa86\",\n            \"featured\": true,\n            \"title\"   : \"Podcast #1\",\n            \"feedUrl\" : \"http://google.com\"\n        },\n        {\n            \"_id\"     : \"5b0ad37626dc3db38194fa87\",\n            \"featured\": true,\n            \"title\"   : \"Podcast #2\",\n            \"feedUrl\" : \"http://bing.com\"\n        }\n    ]\n}, {\n    \"Article\": [\n        {\n            \"_id\"  : \"5b0ad37626dc3db38194fa85\",\n            \"rss\"  : \"5b0ad37626dc3db38194fa84\",\n            \"title\": \"RSS feed article #1\",\n            \"url\"  : \"http://google.com/1\",\n            \"fingerprint\": \"test:20\"\n        },\n        {\n            \"_id\"  : \"5b0ad37626dc3db38194fa90\",\n            \"rss\"  : \"5b0ad37626dc3db38194fa84\",\n            \"title\": \"RSS feed article #2\",\n            \"url\"  : \"http://google.com/2\",\n            \"fingerprint\": \"test:21\"\n        }\n    ],\n    \"Episode\": [\n        {\n            \"_id\"  : \"5b0ad37626dc3db38194fa87\",\n            \"podcast\": \"5b0ad37626dc3db38194fa86\",\n            \"title\"  : \"Podcast episode #1\",\n            \"url\"    : \"http://google.com\",\n            \"fingerprint\": \"test:23\"\n        }\n    ]\n}]\n"
  },
  {
    "path": "api/test/fixtures/listens.json",
    "content": "[{\n    \"Listen\": [\n        {\n            \"_id\": \"5a17edea0021e932c92d8cce\",\n            \"user\": \"5b0f306d8e147f10f16aceaf\",\n            \"episode\": \"5b0ad37026dc3db38194e286\",\n            \"duration\": 0\n        },\n        {\n            \"_id\": \"5b17edea0021e932c92d8bbe\",\n            \"user\": \"5b0f306d8e147f10f16aceaf\",\n            \"episode\": \"5b0ad37626dc3db38194fa73\",\n            \"duration\": 10\n        }\n    ],\n    \"User\": [\n        {\n            \"_id\": \"5b0f306d8e147f10f16aceb0\",\n            \"email\": \"valid+test@email.com\",\n            \"name\": \"Valid Name\",\n            \"username\": \"validplus\",\n            \"password\": \"valid_password\"\n        }\n    ]\n}]\n"
  },
  {
    "path": "api/test/fixtures/merge-data.json",
    "content": "[{\n\t\"User\": [{\n\t\t\"_id\": \"5b0f306d8e147f10f16aceaf\",\n\t\t\"preferences\": {\n\t\t\t\"notifications\": { \"daily\": false, \"weekly\": true, \"follows\": true }\n\t\t},\n\t\t\"bio\": \"\",\n\t\t\"url\": \"\",\n\t\t\"twitter\": \"\",\n\t\t\"background\": 1,\n\t\t\"recoveryCode\": \"\",\n\t\t\"active\": true,\n\t\t\"admin\": false,\n\t\t\"interests\": [\n\t\t\t\"UI/UX\",\n\t\t\t\"Startups & VC\",\n\t\t\t\"Programming\",\n\t\t\t\"News\",\n\t\t\t\"Machine Learning & AI\",\n\t\t\t\"Gaming\",\n\t\t\t\"VR\",\n\t\t\t\"Lifehacks\",\n\t\t\t\"Marketing\"\n\t\t],\n\t\t\"email\": \"valid@email.com\",\n\t\t\"name\": \"Valid Name\",\n\t\t\"username\": \"valid\",\n\t\t\"password\": \"valid_password\"\n\t}, {\n\t\t\"_id\": \"5b0f306d8e147f10f16aceb0\",\n\t\t\"preferences\": {\n\t\t\t\"notifications\": { \"daily\": false, \"weekly\": true, \"follows\": true }\n\t\t},\n\t\t\"bio\": \"\",\n\t\t\"url\": \"\",\n\t\t\"twitter\": \"\",\n\t\t\"background\": 1,\n\t\t\"recoveryCode\": \"\",\n\t\t\"active\": true,\n\t\t\"admin\": false,\n\t\t\"interests\": [\n\t\t\t\"UI/UX\",\n\t\t\t\"Startups & VC\",\n\t\t\t\"Programming\",\n\t\t\t\"News\",\n\t\t\t\"Machine Learning & AI\",\n\t\t\t\"Gaming\",\n\t\t\t\"VR\",\n\t\t\t\"Lifehacks\",\n\t\t\t\"Marketing\"\n\t\t],\n\t\t\"email\": \"valid+1@email.com\",\n\t\t\"name\": \"Valid Name\",\n\t\t\"username\": \"valid1\",\n\t\t\"password\": \"valid_password\"\n\t}, {\n\t\t\"_id\": \"5b0f306d8e147f10f16aceb1\",\n\t\t\"preferences\": {\n\t\t\t\"notifications\": { \"daily\": false, \"weekly\": true, \"follows\": true }\n\t\t},\n\t\t\"bio\": \"\",\n\t\t\"url\": \"\",\n\t\t\"twitter\": \"\",\n\t\t\"background\": 1,\n\t\t\"recoveryCode\": \"\",\n\t\t\"active\": true,\n\t\t\"admin\": false,\n\t\t\"interests\": [\n\t\t\t\"UI/UX\",\n\t\t\t\"Startups & VC\",\n\t\t\t\"Programming\",\n\t\t\t\"News\",\n\t\t\t\"Machine Learning & AI\",\n\t\t\t\"Gaming\",\n\t\t\t\"VR\",\n\t\t\t\"Lifehacks\",\n\t\t\t\"Marketing\"\n\t\t],\n\t\t\"email\": \"valid+2@email.com\",\n\t\t\"name\": \"Valid Name\",\n\t\t\"username\": \"valid2\",\n\t\t\"password\": \"valid_password\"\n\t}]\n}, {\n\t\"RSS\": [{\n\t\t\"_id\": \"5b0ad0baf6f89574f638880a\",\n\t\t\"images\": { \"featured\": \"\", \"banner\": \"\", \"favicon\": \"\", \"og\": \"\" },\n\t\t\"description\": \"Dorkly: Comics\",\n\t\t\"categories\": \"RSS\",\n\t\t\"featured\": true,\n\t\t\"public\": true,\n\t\t\"valid\": true,\n\t\t\"likes\": 0,\n\t\t\"summary\": \"\",\n\t\t\"interest\": \"\",\n\t\t\"isParsing\": true,\n\t\t\"language\": \"eng\",\n\t\t\"feedUrl\": \"http://dorkly.com/comics/rss/original\",\n\t\t\"lastScraped\": \"2018-06-01T17:52:10.655Z\",\n\t\t\"publicationDate\": \"2018-05-27T15:37:30.011Z\",\n\t\t\"title\": \"Dorkly: Comics\",\n\t\t\"url\": \"http://dorkly.com/comics/original\",\n\t\t\"updatedAt\": \"2018-06-01T18:07:31.230Z\",\n\t\t\"createdAt\": \"2018-05-27T15:37:30.017Z\",\n\t\t\"__v\": 0\n\t}, {\n\t\t\"_id\": \"5b0ad0baf6f89574f638880b\",\n\t\t\"images\": { \"featured\": \"\", \"banner\": \"\", \"favicon\": \"\", \"og\": \"\" },\n\t\t\"description\": \"Dorkly: Comics\",\n\t\t\"categories\": \"RSS\",\n\t\t\"featured\": true,\n\t\t\"public\": true,\n\t\t\"valid\": true,\n\t\t\"likes\": 0,\n\t\t\"summary\": \"\",\n\t\t\"interest\": \"\",\n\t\t\"isParsing\": true,\n\t\t\"language\": \"eng\",\n\t\t\"feedUrl\": \"https://dorkly.com/comics/rss/original\",\n\t\t\"lastScraped\": \"2018-06-01T17:52:10.655Z\",\n\t\t\"publicationDate\": \"2018-05-27T15:37:30.011Z\",\n\t\t\"title\": \"Dorkly: Comics\",\n\t\t\"url\": \"http://dorkly.com/comics/original\",\n\t\t\"updatedAt\": \"2018-06-01T18:07:31.230Z\",\n\t\t\"createdAt\": \"2018-05-27T15:37:30.017Z\",\n\t\t\"__v\": 0\n\t}]\n}, {\n\t\"Article\": [{\n\t\t\"_id\": \"5b0ad37226dc3db38194e5ec\",\n\t\t\"rss\": \"5b0ad0baf6f89574f638880a\",\n\t\t\"guid\": \"test:11\",\n\t\t\"url\": \"http://dorkly.com/post/86517/what-if-deadpool-was-in-avengers-infinity-war\",\n\t\t\"title\": \"What If Deadpool Was In Avengers: Infinity War\"\n\t}, {\n\t\t\"_id\": \"5b0ad37226dc3db38194e5ed\",\n\t\t\"rss\": \"5b0ad0baf6f89574f638880a\",\n\t\t\"guid\": \"test:12\",\n\t\t\"url\": \"http://dorkly.com/post/86517/what-if-deadpool-was-in-avengers-infinity-war2/\",\n\t\t\"title\": \"What If Deadpool Was In Avengers: Infinity War\"\n\t}, {\n\t\t\"_id\": \"5b0ad37226dc3db38194e5ee\",\n\t\t\"rss\": \"5b0ad0baf6f89574f638880b\",\n\t\t\"guid\": \"test:11\",\n\t\t\"url\": \"http://dorkly.com/post/86517/what-if-deadpool-was-in-avengers-infinity-war/\",\n\t\t\"title\": \"What If Deadpool Was In Avengers: Infinity War\"\n\t}, {\n\t\t\"_id\": \"5b0ad37226dc3db38194e5ef\",\n\t\t\"rss\": \"5b0ad0baf6f89574f638880b\",\n\t\t\"guid\": \"test:12\",\n\t\t\"url\": \"http://dorkly.com/post/86517/what-if-deadpool-was-in-avengers-infinity-war2/\",\n\t\t\"title\": \"What If Deadpool Was In Avengers: Infinity War\"\n\t}, {\n\t\t\"_id\": \"5b0ad37226dc3db38194e5d0\",\n\t\t\"rss\": \"5b0ad0baf6f89574f638880b\",\n\t\t\"guid\": \"test:13\",\n\t\t\"url\": \"https://dorkly.com/post/86517/what-if-deadpool-was-in-avengers-infinity-war/\",\n\t\t\"title\": \"What If Deadpool Was In Avengers: Infinity War\"\n\t}]\n}, {\n\t\"Pin\": [{\n\t\t\"_id\": \"5b0ad37226dc3db38194e600\",\n\t\t\"article\": \"5b0ad37226dc3db38194e5ec\",\n\t\t\"user\": \"5b0f306d8e147f10f16aceaf\"\n\t}, {\n\t\t\"_id\": \"5b0ad37226dc3db38194e601\",\n\t\t\"article\": \"5b0ad37226dc3db38194e5ed\",\n\t\t\"user\": \"5b0f306d8e147f10f16aceaf\"\n\t}, {\n\t\t\"_id\": \"5b0ad37226dc3db38194e602\",\n\t\t\"article\": \"5b0ad37226dc3db38194e5ec\",\n\t\t\"user\": \"5b0f306d8e147f10f16aceb0\"\n\t}, {\n\t\t\"_id\": \"5b0ad37226dc3db38194e603\",\n\t\t\"article\": \"5b0ad37226dc3db38194e5ee\",\n\t\t\"user\": \"5b0f306d8e147f10f16aceb0\"\n\t}, {\n\t\t\"_id\": \"5b0ad37226dc3db38194e604\",\n\t\t\"article\": \"5b0ad37226dc3db38194e5d0\",\n\t\t\"user\": \"5b0f306d8e147f10f16aceb1\"\n\t}],\n\t\"Follow\": [{\n\t\t\"_id\": \"5b0ad37226dc3db38194e700\",\n\t\t\"rss\": \"5b0ad0baf6f89574f638880b\",\n\t\t\"user\": \"5b0f306d8e147f10f16aceaf\"\n\t}, {\n\t\t\"_id\": \"5b0ad37226dc3db38194e701\",\n\t\t\"rss\": \"5b0ad0baf6f89574f638880a\",\n\t\t\"user\": \"5b0f306d8e147f10f16aceb0\"\n\t}, {\n\t\t\"_id\": \"5b0ad37226dc3db38194e702\",\n\t\t\"rss\": \"5b0ad0baf6f89574f638880b\",\n\t\t\"user\": \"5b0f306d8e147f10f16aceb0\"\n\t}, {\n\t\t\"_id\": \"5b0ad37226dc3db38194e703\",\n\t\t\"rss\": \"5b0ad0baf6f89574f638880a\",\n\t\t\"user\": \"5b0f306d8e147f10f16aceb1\"\n\t}, {\n\t\t\"_id\": \"5b0ad37226dc3db38194e704\",\n\t\t\"rss\": \"5b0ad0baf6f89574f638880b\",\n\t\t\"user\": \"5b0f306d8e147f10f16aceb1\"\n\t}]\n}]\n"
  },
  {
    "path": "api/test/fixtures/notes.json",
    "content": "[\n\t{\n\t\t\"Note\": [\n\t\t\t{\n\t\t\t\t\"_id\": \"5bca58f5e4313757120cabc5\",\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16aceaf\",\n\t\t\t\t\"article\":  \"5b0ad37226dc3db38194e5ec\",\n\t\t\t\t\"start\": 111,\n\t\t\t\t\"end\": 333,\n\t\t\t\t\"text\": \"Some notes and comments\",\n\t\t\t\t\"updatedAt\": \"2018-05-29T00:09:40.956Z\",\n\t\t\t\t\"createdAt\": \"2018-05-29T00:09:40.956Z\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5bca58f5e4313757120c881c\",\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16aceaf\",\n\t\t\t\t\"article\":  \"5b0ad37226dc3db38194e5ec\",\n\t\t\t\t\"text\": \"Some notes and comments\",\n\t\t\t\t\"start\": 444,\n\t\t\t\t\"end\": 555,\n\t\t\t\t\"updatedAt\": \"2018-05-29T00:09:40.956Z\",\n\t\t\t\t\"createdAt\": \"2018-05-29T00:09:40.956Z\"\n\t\t\t},\n            {\n\t\t\t\t\"_id\": \"5bcaf8d8dfae8e9279b71c6c\",\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16aceaf\",\n\t\t\t\t\"episode\": \"5b0ad37626dc3db38194fa73\",\n\t\t\t\t\"text\": \"\",\n\t\t\t\t\"start\": 666,\n\t\t\t\t\"end\": 777,\n\t\t\t\t\"updatedAt\": \"2018-05-29T00:36:12.971Z\",\n\t\t\t\t\"createdAt\": \"2018-05-29T00:36:12.971Z\"\n\t\t\t},\n            {\n\t\t\t\t\"_id\": \"5bcb6aa57b42899b9941c770\",\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16ac9c8\",\n\t\t\t\t\"episode\": \"5b0ad37626dc3db38194fa73\",\n\t\t\t\t\"text\": \"Some notes and comments\",\n\t\t\t\t\"start\": 888,\n\t\t\t\t\"end\": 999,\n\t\t\t\t\"updatedAt\": \"2018-06-29T00:36:12.971Z\",\n\t\t\t\t\"createdAt\": \"2018-06-29T00:36:12.971Z\"\n\t\t\t}\n\t\t]\n\t}\n]\n"
  },
  {
    "path": "api/test/fixtures/opml.json",
    "content": "[{\n  \"RSS\": [\n      {\n        \"_id\": \"5acfe3928125f655c1004f45\",\n          \"title\"   : \"OPML CNN\",\n          \"feedUrl\" : \"http://rss.cnn.com/rss/cnn_topstories.rss\",\n          \"url\": \"https://cnn.com/\"\n      }\n  ],\n  \"Podcast\": [\n      {\n          \"_id\": \"5acfd99ec393652e812cd569\",\n          \"title\"   : \"OPML LayoutFM\",\n          \"feedUrl\" : \"http://layout.fm/rss\",\n          \"url\": \"https://layout.fm/\"\n\n      }\n  ],\n  \"Follow\": [\n    {\"rss\":\"5acfe3928125f655c1004f45\",\"user\":\"5b0f306d8e147f10f16aceaf\"},\n    {\"podcast\":\"5acfd99ec393652e812cd569\",\"user\":\"5b0f306d8e147f10f16aceaf\"}\n  ]\n}]\n"
  },
  {
    "path": "api/test/fixtures/pins.json",
    "content": "[\n\t{\n\t\t\"Pin\": [\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0c9a44d81f3f2db2ab7bc1\",\n\t\t\t\t\"episode\": \"5b0c971526dc3db38136bb9c\",\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16aceaf\",\n\t\t\t\t\"updatedAt\": \"2018-05-29T00:09:40.956Z\",\n\t\t\t\t\"createdAt\": \"2018-05-29T00:09:40.956Z\",\n\t\t\t\t\"__v\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0ca07c09f00031008cc730\",\n\t\t\t\t\"article\": \"5b0ae44926dc3db381bb62fa\",\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16aceaf\",\n\t\t\t\t\"updatedAt\": \"2018-05-29T00:36:12.971Z\",\n\t\t\t\t\"createdAt\": \"2018-05-29T00:36:12.971Z\",\n\t\t\t\t\"__v\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\": \"5b0cae2c09f00031008cc86e\",\n\t\t\t\t\"episode\": \"5b0c978c26dc3db38137fca2\",\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16aceaf\",\n\t\t\t\t\"updatedAt\": \"2018-05-29T01:34:36.958Z\",\n\t\t\t\t\"createdAt\": \"2018-05-29T01:34:36.958Z\",\n\t\t\t\t\"__v\": 0\n\t\t\t}\n\t\t]\n\t}\n]\n"
  },
  {
    "path": "api/test/fixtures/playlists.json",
    "content": "[{\n    \"Playlist\": [\n        {\n            \"user\": \"5b0f306d8e147f10f16aceaf\",\n            \"name\": \"Cool playlist\",\n            \"episodes\": [\n                \"5b0ad37026dc3db38194e286\",\n                \"5b0ad37626dc3db38194fa73\"\n            ]\n        }\n    ],\n    \"User\": [\n        {\n            \"_id\"     : \"4342306d8e147f10f16aceaf\",\n            \"email\"   : \"logged_in_user@email.com\",\n            \"name\"    : \"Valid Name\",\n            \"username\": \"validusername\",\n            \"password\": \"valid_password\"\n        }\n    ]\n}]\n"
  },
  {
    "path": "api/test/fixtures/tags.json",
    "content": "[\n\t{\n\t\t\"Tag\": [\n\t\t\t{\n\t\t\t\t\"_id\": \"5bca58f5e4313757120c8810\",\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16aceaf\",\n\t\t\t\t\"name\": \"BOB\",\n\t\t\t\t\"article\": [\n                    \"5b0ad37226dc3db38194e5ec\"\n                ],\n                \"episode\": [\n                    \"5b0ad37026dc3db38194e286\"\n                ],\n\t\t\t\t\"updatedAt\": \"2018-05-29T00:09:40.956Z\",\n\t\t\t\t\"createdAt\": \"2018-05-29T00:09:40.956Z\"\n            },\n            {\n\t\t\t\t\"_id\": \"5bcaf8d8dfae8e9279b71c6c\",\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16aceaf\",\n\t\t\t\t\"name\": \"Coffee\",\n\t\t\t\t\"article\": [\n\t\t\t\t\t\"5b0ad37226dc3db38194e5ed\",\n\t\t\t\t\t\"5b0ad37226dc3db38194e69b\"\n\t\t\t\t],\n\t\t\t\t\"episode\": [\n                    \"5b0ad37626dc3db38194fa73\"\n                ],\n\t\t\t\t\"updatedAt\": \"2018-05-29T00:36:12.971Z\",\n\t\t\t\t\"createdAt\": \"2018-05-29T00:36:12.971Z\"\n\t\t\t},\n            {\n\t\t\t\t\"_id\": \"5bcb6aa57b42899b9941c770\",\n\t\t\t\t\"user\": \"5b0f306d8e147f10f16ac9c8\",\n\t\t\t\t\"name\": \"Pods\",\n\t\t\t\t\"article\": [],\n\t\t\t\t\"episode\": [],\n\t\t\t\t\"updatedAt\": \"2018-06-29T00:36:12.971Z\",\n\t\t\t\t\"createdAt\": \"2018-06-29T00:36:12.971Z\"\n\t\t\t}\n\t\t]\n\t}\n]\n"
  },
  {
    "path": "api/test/fixtures/unstable-guid.json",
    "content": "[\n\t{\n\t\t\"RSS\": [\n\t\t\t{\n\t\t\t\t\"_id\" : \"5b0bfaf6bf3863483f0b71e7\",\n\t\t\t\t\"images\" : { \"featured\" : \"\", \"banner\" : \"\", \"favicon\" : \"\", \"og\" : \"\" },\n\t\t\t\t\"description\" : \"todopvr (noticias)\",\n\t\t\t\t\"categories\" : \"RSS\",\n\t\t\t\t\"featured\" : false,\n\t\t\t\t\"public\" : true,\n\t\t\t\t\"valid\" : true,\n\t\t\t\t\"likes\" : 0,\n\t\t\t\t\"summary\" : \"\",\n\t\t\t\t\"interest\" : \"\",\n\t\t\t\t\"language\" : \"spa\",\n\t\t\t\t\"feedUrl\" : \"http://todopvr.com/foro/news_rss.php\",\n\t\t\t\t\"lastScraped\" : \"2018-08-30T12:47:50.621Z\",\n\t\t\t\t\"publicationDate\" : \"2018-05-28T12:49:58.875Z\",\n\t\t\t\t\"title\" : \"todopvr (noticias)\",\n\t\t\t\t\"url\" : \"http://todopvr.com/foro\",\n\t\t\t\t\"updatedAt\" : \"2018-08-30T12:47:52.164Z\",\n\t\t\t\t\"createdAt\" : \"2018-05-28T12:49:58.904Z\",\n\t\t\t\t\"__v\" : 0,\n\t\t\t\t\"postCount\" : 54585,\n\t\t\t\t\"consecutiveScrapeFailures\" : 0,\n\t\t\t\t\"followerCount\" : 1,\n\t\t\t\t\"fingerprint\" : \"guid:555008dbeb999bfca37853d86c2f1805\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\" : \"5b0a1c041bbf863ebe703dbe\",\n\t\t\t\t\"images\" : { \"featured\" : \"\", \"banner\" : \"\", \"favicon\" : \"\", \"og\" : \"http://worldbank.org/content/dam/wbr/share-logo/sharing-wb-logo-clear.png\" },\n\t\t\t\t\"description\" : \"World Bank Search - NEWS\",\n\t\t\t\t\"categories\" : \"RSS\",\n\t\t\t\t\"featured\" : false,\n\t\t\t\t\"public\" : true,\n\t\t\t\t\"valid\" : true,\n\t\t\t\t\"likes\" : 0,\n\t\t\t\t\"summary\" : \"\",\n\t\t\t\t\"interest\" : \"\",\n\t\t\t\t\"language\" : \"fra\",\n\t\t\t\t\"feedUrl\" : \"http://search.worldbank.org/api/v2/news?countrycode_exact=pe&format=atom\",\n\t\t\t\t\"lastScraped\" : \"2018-08-30T13:01:08.089Z\",\n\t\t\t\t\"publicationDate\" : \"2018-05-27T02:46:28.766Z\",\n\t\t\t\t\"title\" : \"World Bank Search - NEWS\",\n\t\t\t\t\"url\" : \"http://search.worldbank.org\",\n\t\t\t\t\"updatedAt\" : \"2018-08-30T13:01:08.600Z\",\n\t\t\t\t\"createdAt\" : \"2018-05-27T02:46:28.922Z\",\n\t\t\t\t\"__v\" : 0,\n\t\t\t\t\"postCount\" : 17754,\n\t\t\t\t\"consecutiveScrapeFailures\" : 0,\n\t\t\t\t\"followerCount\" : 1,\n\t\t\t\t\"fingerprint\" : \"guid:75427afbbde252e7d6deb1a39abd144a\"\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"_id\" : \"5b04c778e8865b482745bdee\",\n\t\t\t\t\"images\" : { \"featured\" : \"\", \"banner\" : \"\", \"favicon\" : \"\", \"og\" : \"\" },\n\t\t\t\t\"description\" : \"Cindy Gross\",\n\t\t\t\t\"categories\" : \"RSS\",\n\t\t\t\t\"featured\" : false,\n\t\t\t\t\"public\" : true,\n\t\t\t\t\"valid\" : true,\n\t\t\t\t\"likes\" : 0,\n\t\t\t\t\"summary\" : \"\",\n\t\t\t\t\"interest\" : \"\",\n\t\t\t\t\"language\" : \"eng\",\n\t\t\t\t\"feedUrl\" : \"http://social.msdn.microsoft.com/search/feed/?format=rss&query=blogs&refinement=109\",\n\t\t\t\t\"lastScraped\" : \"2018-08-30T13:32:05.363Z\",\n\t\t\t\t\"publicationDate\" : \"2018-05-23T01:44:24.250Z\",\n\t\t\t\t\"title\" : \"Cindy Gross\",\n\t\t\t\t\"url\" : \"\",\n\t\t\t\t\"updatedAt\" : \"2018-08-30T13:32:08.473Z\",\n\t\t\t\t\"createdAt\" : \"2018-05-23T01:44:24.284Z\",\n\t\t\t\t\"__v\" : 0,\n\t\t\t\t\"postCount\" : 66540,\n\t\t\t\t\"consecutiveScrapeFailures\" : 0,\n\t\t\t\t\"followerCount\" : 1,\n\t\t\t\t\"fingerprint\" : \"guid:39e29cb496e69af0c061c21d4d4dd4ad\"\n\t\t\t}\n\t\t]\n\t}\n]\n"
  },
  {
    "path": "api/test/fixtures/user.json",
    "content": "[{\n    \"User\": [\n        {\n            \"_id\"     : \"4342306d8e147f10f16aceaf\",\n            \"email\"   : \"logged_in_user@email.com\",\n            \"name\"    : \"Valid Name\",\n            \"username\": \"validusername\",\n            \"password\": \"valid_password\"\n        },\n        {\n            \"email\"   : \"another_user@email.com\",\n            \"name\"    : \"Another User\",\n            \"username\": \"anotheruser\",\n            \"password\": \"anotheruser\"\n        }\n    ]\n}]\n"
  },
  {
    "path": "api/test/fixtures/user_model.json",
    "content": "[\n  {\n    \"User\": [\n        {\n            \"_id\"     : \"4342306d8e147eeef16aceaf\",\n            \"email\"   : \"user_model_test@email.com\",\n            \"name\"    : \"Valid Name\",\n            \"username\": \"validusername\",\n            \"password\": \"valid_password\"\n        }\n    ],\n    \"Podcast\": [\n        {\n            \"_id\": \"bbbb7fedfe7430d35996d66e\",\n            \"feedUrl\": \"http://mbmbam.libsyn.com/rss\",\n            \"__v\": 0,\n            \"categories\": \"podcast\",\n            \"createdAt\": \"2018-05-16T00:48:45.264Z\",\n            \"description\":\n                \"Free advice, from three of the world's most qualified experts.\",\n            \"featured\": false,\n            \"images\": {\n                \"favicon\": null,\n                \"og\":\n                    \"http://static.libsyn.com/p/assets/6/d/7/d/6d7d36d6929db515/MBMBAM_Update.jpg\"\n            },\n            \"lastScraped\": \"2018-06-01T21:39:47.827Z\",\n            \"title\": \"My Brother, My Brother And Me\",\n            \"updatedAt\": \"2018-06-01T21:39:47.827Z\",\n            \"url\": \"http://mbmbam.com\",\n            \"valid\": true,\n            \"isParsing\": false,\n            \"language\": \"eng\"\n        }\n    ],\n    \"Episode\": [\n        {\n            \"_id\": \"aaaad37026dc3db38194e286\",\n            \"podcast\": \"bbbb7fedfe7430d35996d66e\",\n            \"fingerprint\": \"test:55\",\n            \"url\": \"http://openargs.com/?p=45\",\n            \"__v\": 0,\n            \"createdAt\": \"2018-05-27T15:49:03.509Z\",\n            \"description\": \"....\",\n            \"duration\": \"2650\",\n            \"enclosure\":\n                \"http://dts.podtrac.com/redirect.mp3/http://media.blubrry.com/openargs/traffic.libsyn.com/openargs/09_Episode_9.mp3?dest-id=455562\",\n            \"images\": {\n                \"featured\": \"\",\n                \"banner\": \"\",\n                \"favicon\": \"\",\n                \"og\":\n                    \"http://static.libsyn.com/p/assets/7/3/b/5/73b5bfccfd8e95c6/Open_Args_Logo.jpg\"\n            },\n            \"link\": \"http://openargs.com/?p=45\",\n            \"publicationDate\": \"2016-08-31T04:22:28.000Z\",\n            \"title\": \"OA9: Abortion, Roe v. Wade, and the Constitution, Part 1\",\n            \"updatedAt\": \"2018-05-28T19:28:02.367Z\"\n        }\n    ],\n    \"Pin\": [\n        {\n            \"episode\": \"aaaad37026dc3db38194e286\",\n            \"user\": \"4342306d8e147eeef16aceaf\",\n            \"updatedAt\": \"2018-05-29T00:09:40.956Z\",\n            \"createdAt\": \"2018-05-29T00:09:40.956Z\"\n        }\n    ],\n    \"Follow\": [\n        {\n            \"user\": \"4342306d8e147eeef16aceaf\",\n            \"podcast\":\"bbbb7fedfe7430d35996d66e\"\n        }\n    ],\n    \"Playlist\": [\n        {\n            \"user\": \"4342306d8e147eeef16aceaf\",\n            \"name\": \"test playlist\",\n            \"episodes\": [\"aaaad37026dc3db38194e286\"]\n        }\n    ]\n  }\n]\n"
  },
  {
    "path": "api/test/models/user.js",
    "content": "import { expect, request } from 'chai';\n\nimport User from '../../src/models/user';\nimport FollowSchema from '../../src/models/follow';\nimport PinSchema from '../../src/models/pin';\nimport PlaylistSchema from '../../src/models/playlist';\nimport PodcastSchema from '../../src/models/podcast';\nimport EpisodeSchema from '../../src/models/episode';\nimport { loadFixture } from '../utils';\n\ndescribe('User model', () => {\n\tlet user;\n\n\tbefore(async () => {\n\t\tawait loadFixture('user_model');\n\t\tuser = await User.findOne();\n\t\tconst promises = [PinSchema, FollowSchema, PlaylistSchema].map(async schema => {\n\t\t\texpect(await schema.find({ user })).to.be.an('array').that.is.not.empty;\n\t\t});\n\t\tawait Promise.all(promises);\n\t});\n\n\tafter(async () => {\n\t\tconst promises = [\n\t\t\tUser,\n\t\t\tFollowSchema,\n\t\t\tPinSchema,\n\t\t\tPlaylistSchema,\n\t\t\tPodcastSchema,\n\t\t\tEpisodeSchema,\n\t\t].map(async model => {\n\t\t\tawait model.remove();\n\t\t});\n\t\tawait Promise.all(promises);\n\t});\n\n\tdescribe('remove document', () => {\n\t\tit('should remove the User and all Pins, Playlists, Follows and Likes with a foreign key to the User', async () => {\n\t\t\tawait user.remove();\n\t\t\tconst promises = [PinSchema, FollowSchema, PlaylistSchema].map(\n\t\t\t\tasync schema => {\n\t\t\t\t\texpect(await schema.findOne({ user }), schema.modelName).to.be.null;\n\t\t\t\t},\n\t\t\t);\n\t\t\tawait Promise.all(promises);\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/parsers/content.js",
    "content": "import { expect } from 'chai';\n\nimport { ParseContent } from '../../src/parsers/content';\n\ndescribe('Mercury Parser', () => {\n\tit('should parse the content', async () => {\n\t\tconst content = await ParseContent('https://getstream.io');\n\n\t\texpect(content).to.not.be.null;\n\t\texpect(content.title).to.be.string;\n\t\texpect(content.content).to.be.string;\n\t});\n});\n"
  },
  {
    "path": "api/test/parsers/discovery.js",
    "content": "import { expect } from 'chai';\nimport nock from 'nock';\n\nimport { discoverRSS } from '../../src/parsers/discovery';\n\nconst host = 'http://localhost';\n\ndescribe('Discovery', () => {\n    before(async () => {\n        const mockPaths = [\n            { path: '/html',      file: 'index.html',     type: 'text/html' },\n            { path: '/html/',     file: 'index.html',     type: 'text/html' },\n            { path: '/case/',     file: 'case.html',      type: 'text/html' },\n            { path: '/rss',       file: 'rss.xml',        type: 'text/xml' },\n            { path: '/nofavicon', file: 'nofavicon.html', type: 'text/html' },\n            { path: '/nourl',     file: 'nourl.xml',      type: 'text/xml' },\n            { path: '/fail',      file: 'fail.xml',       type: 'text/xml' },\n        ];\n\n        for (const { path, file, type } of mockPaths) {\n            nock(host)\n                .get(path)\n                .replyWithFile(200, `${__dirname}/../data/discovery/${file}`, { 'Content-Type': type })\n        }\n\n        nock(host)\n            .get(`${__dirname}/favicon.ico`)\n            .reply(500)\n    });\n\n    after(() => nock.cleanAll());\n\n\tconst testCases = [\n\t\t{\n\t\t\ttitle: 'html request',\n\t\t\turl: `${host}/html`,\n\t\t\tsite: {\n\t\t\t\ttitle: 'RSSFinder',\n\t\t\t\tfavicon: `${host}/favicon.ico`,\n\t\t\t\turl: `${host}/html`,\n\t\t\t},\n\t\t\tfeedUrls: [{ title: 'RSS', url: `${host}/rssfinder.xml` }],\n\t\t},\n\t\t{\n\t\t\ttitle: 'html request 2',\n\t\t\turl: `${host}/html/`,\n\t\t\tsite: {\n\t\t\t\ttitle: 'RSSFinder',\n\t\t\t\tfavicon: `${host}/favicon.ico`,\n\t\t\t\turl: `${host}/html`,\n\t\t\t},\n\t\t\tfeedUrls: [{ title: 'RSS', url: `${host}/rssfinder.xml` }],\n\t\t},\n\t\t{\n\t\t\ttitle: 'html request case',\n\t\t\turl: `${host}/case/`,\n\t\t\tsite: {\n\t\t\t\ttitle: 'RSSFinder',\n\t\t\t\tfavicon: `${host}/favicon.ico`,\n\t\t\t\turl: `${host}/case`,\n\t\t\t},\n\t\t\tfeedUrls: [{ title: 'RSS', url: `${host}/rssfinder.xml` }],\n\t\t},\n\t\t{\n\t\t\ttitle: 'rss request cnn',\n\t\t\turl: `${host}/rss`,\n\t\t\tsite: {\n\t\t\t\ttitle: 'CNN.com - RSS Channel - App International Edition',\n\t\t\t\tfavicon: `https://www.cnn.com/favicon.ico`,\n\t\t\t\turl: `https://www.cnn.com/app-international-edition/index.html`,\n\t\t\t},\n\t\t\tfeedUrls: [{ title: 'CNN.com - RSS Channel - App International Edition', url: `http://rss.cnn.com/rss/edition` }],\n\t\t},\n\t\t{\n\t\t\ttitle: 'no favicon',\n\t\t\turl: `${host}/nofavicon`,\n\t\t\tsite: {\n\t\t\t\ttitle: 'RSSFinder',\n\t\t\t\tfavicon: null,\n\t\t\t\turl: `${host}/nofavicon`,\n\t\t\t},\n\t\t\tfeedUrls: [{ title: 'RSS', url: `${host}/rssfinder.xml` }],\n\t\t},\n\t\t{\n\t\t\ttitle: 'no url',\n\t\t\turl: `${host}/nourl`,\n\t\t\tsite: {\n\t\t\t\ttitle: 'Index - 24óra',\n\t\t\t\tfavicon: `http://index.hu/favicon.ico`,\n\t\t\t\turl: `http://index.hu/24ora/`,\n\t\t\t},\n\t\t\tfeedUrls: [{ title: 'Index - 24óra', url: `${host}/nourl` }],\n\t\t},\n\t];\n\n\tfor (let t of testCases) {\n\t\tit(`should extract info: ${t.title}`, async () => {\n\t\t\tconst res = await discoverRSS(t.url);\n\t\t\texpect(res.site).to.deep.equal(t.site);\n\t\t\texpect(res.feedUrls).to.deep.equal(t.feedUrls);\n\t\t});\n\t}\n});\n"
  },
  {
    "path": "api/test/parsers/feed.js",
    "content": "import { expect } from 'chai';\nimport normalize from 'normalize-url';\n\nimport { getTestFeed, getTestPodcast } from '../utils';\nimport {\n\tReadFeedStream,\n\tParseFeedPosts,\n\tParsePodcastPosts,\n} from '../../src/parsers/feed';\n\n// Test data is extracted from the original feeds. Modifications to accommodate acceptable internal changes (e.g. normalization) are noted.\nconst rssTestData = [\n\t{\n\t\tfilename: 'techcrunch',\n\t\texpectations: {\n\t\t\ttitle: 'TechCrunch',\n\t\t\tlink: 'https://techcrunch.com/',\n\t\t\tdescription: 'Startup and Technology News',\n\t\t\tarticlesLength: 20,\n\t\t\tfingerprint: 'guid:f53cec9fa49a491db35dae6e10b85498',\n\t\t\tfirstArticleUrl: 'https://techcrunch.com/2018/05/31/area-120-subway-pigeon',\n\t\t\tfirstArticleTitle:\n\t\t\t\t'Google’s Area 120 incubator aims to improve your NYC subway commute with Pigeon',\n\t\t},\n\t},\n\t{\n\t\tfilename: 'reddit-r-programming',\n\t\texpectations: {\n\t\t\ttitle: '/r/programming', // special-case for reddit feeds\n\t\t\tlink: 'https://www.reddit.com/r/programming/',\n\t\t\tdescription: 'Computer Programming', // no description; description taken from subtitle\n\t\t\tarticlesLength: 25,\n\t\t\tfingerprint: 'guid:8e55ca2e471abf0209050ea60b5f19ab',\n\t\t\tfirstArticleUrl:\n\t\t\t\t'https://reddit.com/r/programming/comments/8oryk9/github_was_also_talking_to_google_about_a_deal', // normalize-url drops 'www' subdomain, trailing slash\n\t\t\tfirstArticleTitle:\n\t\t\t\t'GitHub was also talking to Google about a deal, but went with Microsoft instead',\n\t\t},\n\t},\n\t{\n\t\tfilename: 'hackernews',\n\t\texpectations: {\n\t\t\ttitle: 'Hacker News',\n\t\t\tlink: 'https://news.ycombinator.com/',\n\t\t\tdescription: 'Links for the intellectually curious, ranked by readers.',\n\t\t\tarticlesLength: 30,\n\t\t\tfingerprint: 'guid:f9a5c3ce2fd3f2cb3aced7c0d7332ea3',\n\t\t\tfirstArticleUrl: 'https://gitea.io',\n\t\t\tfirstArticleTitle: 'Gitea – Alternative to GitLab and GitHub',\n\t\t},\n\t},\n\t{\n\t\tfilename: 'a16z',\n\t\texpectations: {\n\t\t\ttitle: 'Andreessen Horowitz',\n\t\t\tlink: 'https://a16z.com/',\n\t\t\tdescription: 'Software Is Eating the World',\n\t\t\tarticlesLength: 10,\n\t\t\tfingerprint: 'guid:0d1d4a53e6156a0250e6212700858984',\n\t\t\tfirstArticleUrl: 'http://andrewchen.co/paid-marketing-addiction',\n\t\t\tfirstArticleTitle:\n\t\t\t\t'How Startups Get Addicted to Paid Marketing (and How to Go Beyond the Local Max)',\n\t\t},\n\t},\n\t{\n\t\tfilename: 'stream',\n\t\texpectations: {\n\t\t\ttitle: 'The Stream Blog',\n\t\t\tlink: 'https://getstream.io/blog',\n\t\t\tdescription: 'Welcome to the Official Stream Blog.',\n\t\t\tarticlesLength: 12,\n\t\t\tfirstArticleUrl:\n\t\t\t\t'https://getstream.io/blog/try-out-the-stream-api-with-postman', // normalize-url drops trailing slash\n\t\t\tfirstArticleTitle: 'Try out the Stream API with Postman',\n\t\t},\n\t},\n\t{\n\t\tfilename: 'medium-technology',\n\t\texpectations: {\n\t\t\ttitle: 'Handpicked stories about Technology on Medium',\n\t\t\tlink:\n\t\t\t\t'https://medium.com/topic/technology?source=rss-------8-----------------technology',\n\t\t\tdescription: 'Technology on Medium: The download.',\n\t\t\tarticlesLength: 10,\n\t\t\tfirstArticleUrl:\n\t\t\t\t'https://shift.newco.co/apple-wants-its-phones-back-d0d77142c7d?source=rss-------8-----------------technology',\n\t\t\tfirstArticleTitle: 'Apple Wants Its Phones Back',\n\t\t},\n\t},\n\t{\n\t\tfilename: 'hackernoon-daily-dev',\n\t\texpectations: {\n\t\t\ttitle: 'Software Development in Hacker Noon on Medium',\n\t\t\tlink:\n\t\t\t\t'https://hackernoon.com/tagged/software-development?source=rss----3a8144eabfe3--software_development',\n\t\t\tdescription:\n\t\t\t\t'Latest stories tagged with Software Development in Hacker Noon on Medium',\n\t\t\tarticlesLength: 10,\n\t\t\tfirstArticleUrl:\n\t\t\t\t'https://hackernoon.com/surveyjs-plugin-for-wordpress-9f42d9219db0?source=rss----3a8144eabfe3--software_development',\n\t\t\tfirstArticleTitle: 'SurveyJS plugin for Wordpress',\n\t\t},\n\t},\n\t{\n\t\tfilename: 'lobsters',\n\t\texpectations: {\n\t\t\ttitle: 'Lobsters',\n\t\t\tlink: 'https://lobste.rs/',\n\t\t\tdescription: null, // empty description; no subtitle\n\t\t\tarticlesLength: 25,\n\t\t\tfirstArticleUrl: 'https://jwz.org/blog/2018/06/lol-github', // normalize-url drops 'www' subdomain, trailing slash\n\t\t\tfirstArticleTitle: \"JWZ's snarky, but relevant take on Github\",\n\t\t},\n\t},\n\t{\n\t\tfilename: 'django',\n\t\texpectations: {\n\t\t\ttitle: 'The Django weblog',\n\t\t\tlink: 'https://www.djangoproject.com/weblog/',\n\t\t\tdescription: 'Latest news about Django, the Python Web framework.',\n\t\t\tarticlesLength: 10,\n\t\t\tfirstArticleUrl:\n\t\t\t\t'https://djangoproject.com/weblog/2018/jun/01/bugfix-release', // normalize-url drops 'www' subdomain, trailing slash\n\t\t\tfirstArticleTitle: 'Django bugfix release: 2.0.6',\n\t\t},\n\t},\n\t{\n\t\tfilename: 'ruby-on-rails',\n\t\texpectations: {\n\t\t\ttitle: 'Riding Rails',\n\t\t\tlink: 'https://weblog.rubyonrails.org/',\n\t\t\tdescription: null, // no description or subtitle\n\t\t\tarticlesLength: 10,\n\t\t\tfirstArticleUrl:\n\t\t\t\t'https://weblog.rubyonrails.org/2018/5/27/this-week-in-rails-enumerable-index_with-transaction-fixes-and-more', // normalize-url drops trailing slash\n\t\t\tfirstArticleTitle: 'Enumerable#index_with, transaction fixes, and more!',\n\t\t},\n\t},\n\t{\n\t\tfilename: 'tmz',\n\t\texpectations: {\n\t\t\ttitle: 'TMZ.com',\n\t\t\tlink: 'http://www.tmz.com/',\n\t\t\tdescription:\n\t\t\t\t'Celebrity Gossip and Entertainment News, Covering Celebrity News and Hollywood Rumors. Get All The Latest Gossip at TMZ - Thirty Mile Zone.',\n\t\t\tarticlesLength: 20,\n\t\t\tfirstArticleUrl:\n\t\t\t\t'http://tmz.com/2018/06/06/kate-spade-suicide-husband-andy-divorce-depressed', // normalize-url drops 'www' subdomain, trailing slash\n\t\t\tfirstArticleTitle:\n\t\t\t\t'Kate Spade Depressed Before Suicide Because Husband Wanted a Divorce',\n\t\t},\n\t},\n\t{\n\t\tfilename: 'treehugger-latest',\n\t\texpectations: {\n\t\t\ttitle: 'Latest Items from TreeHugger',\n\t\t\tlink: 'https://www.treehugger.com/feeds/latest/',\n\t\t\tdescription: 'The most recent 30 items from TreeHugger',\n\t\t\tarticlesLength: 30,\n\t\t\tfirstArticleUrl:\n\t\t\t\t'https://treehugger.com/green-food/7-savory-recipes-use-rhubarb.html', // normalize-url drops 'www' subdomain\n\t\t\tfirstArticleTitle: '7 savory recipes that use rhubarb',\n\t\t},\n\t},\n\t{\n\t\tfilename: 'perezhilton',\n\t\texpectations: {\n\t\t\ttitle: 'PerezHilton',\n\t\t\tlink: 'https://perezhilton.com',\n\t\t\tdescription:\n\t\t\t\t\"Perez Hilton dishes up the juiciest celebrity gossip on all your favorite stars, from Justin Bieber to Kim Kardashian. Are you up-to-date on Hollywood's latest scandal?!\",\n\t\t\tarticlesLength: 10,\n\t\t\tfirstArticleUrl:\n\t\t\t\t'http://perezhilton.com/2018-06-05-kate-spade-reta-saffo-sister-mental-illness-reported-suicide',\n\t\t\tfirstArticleTitle:\n\t\t\t\t\"Kate Spade's Sister Says The Designer Suffered From Years Of Mental Illness; Reported Suicide 'Not Unexpected'\",\n\t\t},\n\t},\n\t{\n\t\tfilename: 'kottke',\n\t\texpectations: {\n\t\t\ttitle: 'kottke.org',\n\t\t\tlink: 'http://kottke.org/',\n\t\t\tdescription: \"Jason Kottke's weblog, home of fine hypertext products\", // no description; description taken from subtitle\n\t\t\tarticlesLength: 40,\n\t\t\tfirstArticleUrl:\n\t\t\t\t'https://kottke.org/18/06/ten-guidelines-for-nurturing-a-thriving-democracy-by-bertrand-russell',\n\t\t\tfirstArticleTitle:\n\t\t\t\t'Ten guidelines for nurturing a thriving democracy by Bertrand Russell',\n\t\t},\n\t},\n\t{\n\t\tfilename: 'boingboing',\n\t\texpectations: {\n\t\t\ttitle: 'Boing Boing',\n\t\t\tlink: 'https://boingboing.net/', // FeedParser adds trailing slash\n\t\t\tdescription: 'Brain candy for Happy Mutants',\n\t\t\tarticlesLength: 30,\n\t\t\tfirstArticleUrl:\n\t\t\t\t'https://boingboing.net/2018/06/06/heres-how-the-hawaiian-isl.html',\n\t\t\tfirstArticleTitle: \"Here's how the Hawai'ian Islands formed\",\n\t\t},\n\t},\n\t{\n\t\tfilename: 'strava',\n\t\texpectations: {\n\t\t\ttitle: 'strava-engineering - Medium',\n\t\t\tlink: 'https://medium.com/strava-engineering?source=rss----89d4108ce2a3---4',\n\t\t\tdescription: 'Engineers building the social network for athletes. - Medium',\n\t\t\tarticlesLength: 10,\n\t\t\tfirstArticleUrl:\n\t\t\t\t'https://medium.com/strava-engineering/apple-dev-guild-week-f5981fe525a4?source=rss----89d4108ce2a3---4',\n\t\t\tfirstArticleTitle: 'Apple Dev Guild Week',\n\t\t\tfirstArticlePublicationDate: new Date(Date.UTC(2018, 5, 4, 23, 55, 0)),\n\t\t},\n\t},\n];\n\n// Test data is extracted from the original feeds. Modifications to accommodate acceptable internal changes (e.g. normalization) are noted.\nconst podcastTestData = [\n\t{\n\t\tfilename: 'giant-bombcast',\n\t\texpectations: {\n\t\t\ttitle: 'Giant Bombcast',\n\t\t\tlink: 'https://www.giantbomb.com/', // FeedParser adds trailing slash\n\t\t\timage:\n\t\t\t\t'https://static.giantbomb.com/uploads/original/11/110673/2927815-3756859778-28940.png',\n\t\t\tepisodesLength: 649,\n\t\t\tfirstPodcastUrl:\n\t\t\t\t'https://giantbomb.com/podcasts/giant-bombcast-534-forklift-academy/1600-2347', // normalize-url drops 'www' subdomain, trailing slash\n\t\t\tfirstPodcastTitle: 'Giant Bombcast 534: Forklift Academy',\n\t\t\tfirstPodcastPublicationDate: new Date(Date.UTC(2018, 4, 30, 0, 14, 0)), // Tue, 29 May 2018 16:14:00 PST --> Wed, 30 May 2018 00:14:00 GMT\n\t\t},\n\t},\n\t{\n\t\tfilename: 'serial',\n\t\texpectations: {\n\t\t\ttitle: 'Serial',\n\t\t\tlink: 'https://serialpodcast.org/', // FeedParser adds trailing slash\n\t\t\timage:\n\t\t\t\t'https://serialpodcast.org/sites/all/modules/custom/serial/img/serial-itunes-logo.png',\n\t\t\tepisodesLength: 28,\n\t\t\tfirstPodcastUrl:\n\t\t\t\t'http://feeds.serialpodcast.org/~r/serialpodcast/~3/Dx1_WiYrlg0/live',\n\t\t\tfirstPodcastTitle: 'S-Town Is Live',\n\t\t\tfirstPodcastPublicationDate: new Date(Date.UTC(2017, 2, 28, 13, 15, 0)), // Tue, 28 Mar 2017 13:15:00 +0000 --> Tue, 28 Mar 2017 13:15:00 GMT\n\t\t},\n\t},\n\t{\n\t\tfilename: 'still-processing',\n\t\texpectations: {\n\t\t\ttitle: 'Still Processing',\n\t\t\tlink: 'http://www.nytimes.com/podcasts/still-processing',\n\t\t\timage:\n\t\t\t\t'https://content.production.cdn.art19.com/images/44/f7/bb/b8/44f7bbb8-40ce-4a63-8ab8-9bc1cd71f4be/ba7aed20b307b76c2a8ba9a6473fd4c831179c6a24e20bf3179af4f11e06bc96968fca9edf17f4d55b5cae6ef3d97484f6b34b288426d42c5f59a515a8a37d67.jpeg',\n\t\t\tepisodesLength: 74,\n\t\t\tfirstPodcastUrl:\n\t\t\t\t'https://dts.podtrac.com/redirect.mp3/rss.art19.com/episodes/90f12a60-07c8-4c8d-ad93-90278046e861.mp3',\n\t\t\tfirstPodcastTitle: \"We Wouldn't Leave Kanye, But Should We?\",\n\t\t\tfirstPodcastPublicationDate: new Date(Date.UTC(2018, 5, 7, 10, 0, 0)), // Thu, 07 Jun 2018 10:00:00 -0000 --> Thu, 07 Jun 2018 10:00:00 GMT\n\t\t},\n\t},\n\t{\n\t\tfilename: 'nancy',\n\t\texpectations: {\n\t\t\ttitle: 'Nancy',\n\t\t\tlink: 'http://www.wnycstudios.org/shows/nancy',\n\t\t\timage: 'https://media2.wnyc.org/i/raw/1/Nancy_WNYCStudios_1400a.png',\n\t\t\tepisodesLength: 47,\n\t\t\tfirstPodcastUrl: 'http://wnycstudios.org/story/queer-villains', // normalize-url drops 'www' subdomain, trailing slash\n\t\t\tfirstPodcastTitle: '#43: Poor Unfortunate Souls',\n\t\t\tfirstPodcastPublicationDate: new Date(Date.UTC(2018, 5, 3, 16, 0, 0)), // Sun, 03 Jun 2018 12:00:00 -0400 --> Sun, 03 Jun 2018 16:00:00 GMT\n\t\t},\n\t},\n\t{\n\t\tfilename: 'thehabitat',\n\t\texpectations: {\n\t\t\ttitle: 'The Habitat',\n\t\t\tlink: 'https://www.gimletmedia.com/the-habitat',\n\t\t\timage:\n\t\t\t\t'http://static.megaphone.fm/podcasts/806b466c-ef0c-11e6-b531-afa5d3e8b9e3/image/uploads_2F1522339695064-fiy1a2pf3tb-64aa58ac9b5bcdcf9e3145121e2a85eb_2FTheHabitat-final-cover.png',\n\t\t\tepisodesLength: 10,\n\t\t\tfirstPodcastUrl: 'https://traffic.megaphone.fm/GLT4076252096.mp3',\n\t\t\tfirstPodcastTitle: 'Bonus: This Is Not My First Rodeo',\n\t\t\tfirstPodcastPublicationDate: new Date(Date.UTC(2018, 4, 8, 1, 43, 0)), // Tue, 08 May 2018 01:43:00 -0000 --> Tue, 08 May 2018 01:43:00 GMT\n\t\t},\n\t},\n\t{\n\t\tfilename: 'atlantamonster',\n\t\texpectations: {\n\t\t\ttitle: 'Atlanta Monster',\n\t\t\tlink: 'http://atlantamonster.com/', // FeedParser adds trailing slash\n\t\t\timage:\n\t\t\t\t'http://static.megaphone.fm/podcasts/84e4a5c4-2de7-11e8-98b7-87f52d4374c4/image/uploads_2F1521733294980-xkcadcjrpar-7faa79cc84d505be934000c158cf54f5_2Fatlanta-monster-main-art.jpg',\n\t\t\tepisodesLength: 17,\n\t\t\tfirstPodcastUrl:\n\t\t\t\t'https://podtrac.com/pts/redirect.mp3/traffic.megaphone.fm/HSW7011693605.mp3', // normalize-url drops 'www' subdomain\n\t\t\tfirstPodcastTitle: 'Live from SXSW',\n\t\t\tfirstPodcastPublicationDate: new Date(Date.UTC(2018, 4, 18, 4, 0, 0)), // Fri, 18 May 2018 04:00:00 -0000 --> Fri, 18 May 2018 04:00:00 GMT\n\t\t},\n\t},\n\t{\n\t\tfilename: 'buffering-the-vampire-slayer',\n\t\texpectations: {\n\t\t\ttitle: 'Buffering the Vampire Slayer | A Buffy the Vampire Slayer Podcast',\n\t\t\tlink: 'https://art19.com/shows/buffering-the-vampire-slayer',\n\t\t\timage:\n\t\t\t\t'https://content.production.cdn.art19.com/images/be/a6/a3/9f/bea6a39f-64ec-4a6f-9fba-80efbb45db2c/c9ca312ba4d3ac1415f0c0421adfce07829f7677e20fc272d3e421fb1c180fbc9dc9294d5aa3efa7480153c24daffca835fb436a1de59d4c9efb6453f111968f.jpeg',\n\t\t\tepisodesLength: 70,\n\t\t\tfirstPodcastUrl:\n\t\t\t\t'http://rss.art19.com/episodes/91aaef4e-5a1e-4aef-b66a-84432e29f9eb.mp3',\n\t\t\tfirstPodcastTitle: '4.02: Living Conditions',\n\t\t\tfirstPodcastPublicationDate: new Date(Date.UTC(2018, 5, 6, 4, 0, 0)), // Wed, 06 Jun 2018 04:00:00 -0000 --> Wed, 06 Jun 2018 04:00:00 GMT\n\t\t},\n\t},\n\t{\n\t\tfilename: 'making-obama',\n\t\texpectations: {\n\t\t\ttitle: 'Making Obama',\n\t\t\tlink:\n\t\t\t\t'https://www.wbez.org/shows/making-obama/71b8de57-b2be-4e03-8481-683258de3ec1',\n\t\t\timage:\n\t\t\t\t'https://api.wbez.org/v2/images/6eb13711-5af1-4845-90ed-9dcd9a8e8da8.jpg?width=1400&height=1400',\n\t\t\tepisodesLength: 15,\n\t\t\tfirstPodcastUrl:\n\t\t\t\t'https://wbez.org/shows/making-obama/obama-bonus-the-decision/f15250d1-fccb-44e4-b14e-368525b08bfc', // normalize-url drops 'www' subdomain\n\t\t\tfirstPodcastTitle: 'Obama BONUS: The Decision',\n\t\t\tfirstPodcastPublicationDate: new Date(Date.UTC(2018, 3, 10, 5, 1, 0)), // Tue, 10 Apr 2018 05:01:00 GMT\n\t\t},\n\t},\n];\n\ndescribe('Parsing', () => {\n\tdescribe('RSS', () => {\n\t\tfor (let test of rssTestData) {\n\t\t\tit(`should parse feed ${test.filename}`, async () => {\n\t\t\t\tlet tc = getTestFeed(test.filename);\n\t\t\t\tlet posts = await ReadFeedStream(tc);\n\t\t\t\tlet feedResponse = ParseFeedPosts('', posts, 'STABLE');\n\n\t\t\t\texpect(feedResponse.title).to.equal(test.expectations.title);\n\t\t\t\texpect(feedResponse.link).to.equal(test.expectations.link);\n\t\t\t\texpect(feedResponse.description).to.equal(test.expectations.description);\n\t\t\t\tif (test.expectations.fingerprint) {\n\t\t\t\t\texpect(feedResponse.fingerprint).to.equal(\n\t\t\t\t\t\ttest.expectations.fingerprint,\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\texpect(feedResponse.articles.length).to.equal(\n\t\t\t\t\ttest.expectations.articlesLength,\n\t\t\t\t);\n\t\t\t\texpect(feedResponse.image).to.be.a('object');\n\t\t\t\tif (test.expectations.articlesLength > 0) {\n\t\t\t\t\texpect(feedResponse.articles[0].title).to.equal(\n\t\t\t\t\t\ttest.expectations.firstArticleTitle,\n\t\t\t\t\t);\n\t\t\t\t\texpect(feedResponse.articles[0].url).to.equal(\n\t\t\t\t\t\ttest.expectations.firstArticleUrl,\n\t\t\t\t\t);\n\t\t\t\t\tif (test.expectations.firstArticlePublicationDate) {\n\t\t\t\t\t\texpect(String(feedResponse.articles[0].publicationDate)).to.equal(\n\t\t\t\t\t\t\tString(test.expectations.firstArticlePublicationDate),\n\t\t\t\t\t\t);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\n\tdescribe('Podcast', () => {\n\t\tlet response;\n\t\tlet user;\n\n\t\tfor (let test of podcastTestData) {\n\t\t\tit(`should parse podcast feed ${test.filename}`, async () => {\n\t\t\t\tlet tc = getTestPodcast(test.filename);\n\t\t\t\tlet posts = await ReadFeedStream(tc);\n\t\t\t\tlet podcastResponse = ParsePodcastPosts('', posts, 'STABLE');\n\n\t\t\t\texpect(podcastResponse.title).to.equal(test.expectations.title);\n\t\t\t\texpect(podcastResponse.link).to.equal(test.expectations.link);\n\t\t\t\texpect(podcastResponse.image).to.equal(test.expectations.image);\n\n\t\t\t\tif (test.expectations.fingerprint) {\n\t\t\t\t\texpect(podcastResponse.fingerprint).to.equal(\n\t\t\t\t\t\ttest.expectations.fingerprint,\n\t\t\t\t\t);\n\t\t\t\t}\n\n\t\t\t\texpect(podcastResponse.episodes.length).to.equal(\n\t\t\t\t\ttest.expectations.episodesLength,\n\t\t\t\t);\n\t\t\t\tif (test.expectations.episodesLength > 0) {\n\t\t\t\t\texpect(podcastResponse.episodes[0].title).to.equal(\n\t\t\t\t\t\ttest.expectations.firstPodcastTitle,\n\t\t\t\t\t);\n\t\t\t\t\texpect(podcastResponse.episodes[0].url).to.equal(\n\t\t\t\t\t\ttest.expectations.firstPodcastUrl,\n\t\t\t\t\t);\n\t\t\t\t\texpect(podcastResponse.episodes[0].publicationDate).to.eql(\n\t\t\t\t\t\ttest.expectations.firstPodcastPublicationDate,\n\t\t\t\t\t);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n});\n"
  },
  {
    "path": "api/test/parsers/language.js",
    "content": "import { expect } from 'chai';\n\nimport { DetectLangFromStream } from '../../src/parsers/detect-language';\nimport { getTestFeed } from '../utils';\n\ndescribe('Language detection', () => {\n\tit('should detect language from techcrunch', async () => {\n\t\tconst tc = getTestFeed('techcrunch');\n\t\tconst result = await DetectLangFromStream(tc);\n\t\texpect(result).to.equal('eng');\n\t});\n\n\tit('should detect language from lemonde', async () => {\n\t\tconst tc = getTestFeed('lemonde');\n\t\tconst result = await DetectLangFromStream(tc);\n\t\texpect(result).to.equal('fra');\n\t});\n\n\tit('should detect language from habr', async () => {\n\t\tconst tc = getTestFeed('habr');\n\t\tconst result = await DetectLangFromStream(tc);\n\t\texpect(result).to.equal('rus');\n\t});\n});\n"
  },
  {
    "path": "api/test/parsers/og.js",
    "content": "import { expect } from 'chai';\n\nimport { IsPodcastStream } from '../../src/parsers/detect-type';\nimport { ParseOG, ParseOGStream } from '../../src/parsers/og';\nimport { getTestPage } from '../utils';\n\ndescribe('OG parsing', () => {\n\t//TODO:\n\t// - different charset\n\t// - gzip\n\n\tit('should not detect og image from google', async () => {\n\t\tconst tc = getTestPage('google.html');\n\t\tconst result = await ParseOGStream(tc);\n\t\texpect(result).to.not.have.property('image');\n\t});\n\n\tit('should detect og image from techcrunch', async () => {\n\t\tconst tc = getTestPage('techcrunch.html');\n\t\tconst result = await ParseOGStream(tc);\n\t\tconst ogImage =\n\t\t\t'https://techcrunch.com/wp-content/uploads/2018/06/wwdc-2018-logo.jpg?w=585';\n\t\texpect(result).to.have.property('image', ogImage);\n\t});\n\n\tit('should detect og image from techcrunch part 2', async () => {\n\t\tconst result = await ParseOGStream(getTestPage('techcrunch_instagram.html'));\n\t\tconst ogImage =\n\t\t\t'https://techcrunch.com/wp-content/uploads/2018/06/instagram-algorithm.png?w=753';\n\t\texpect(result).to.have.property('image', ogImage);\n\t});\n\n\tit('kotaku', async () => {\n\t\tconst result = await ParseOGStream(getTestPage('kotaku.html'));\n\t\tconst ogImage =\n\t\t\t'https://i.kinja-img.com/gawker-media/image/upload/s--G9Y4stcm--/c_fill,fl_progressive,g_center,h_900,q_80,w_1600/jhvo3paz6ikemi81uklc.bmp';\n\t\texpect(result).to.have.property('image', ogImage);\n\t});\n\n\tit('should not detect og image from broken techcrunch', async () => {\n\t\tconst tc = getTestPage('techcrunch_broken.html');\n\t\tconst result = await ParseOGStream(tc);\n\t\texpect(result).to.not.have.property('image');\n\t});\n});\n"
  },
  {
    "path": "api/test/server.js",
    "content": "import { expect, request } from 'chai';\n\nimport api from '../src/server';\nimport User from '../src/models/user';\nimport { loadFixture, getMockClient, getMockFeed, withLogin } from './utils';\n\ndescribe('Server', () => {\n\tdescribe('authenticated endpoint middleware', () => {\n\t\tlet user;\n\n\t\tbefore(async () => {\n\t\t\tawait loadFixture('user');\n\t\t\tuser = await User.findOne({ email: 'logged_in_user@email.com' });\n\t\t\texpect(user).to.not.be.null;\n\t\t});\n\n\t\tafter(async () => {\n\t\t\tawait User.remove().exec();\n\t\t});\n\n\t\tdescribe('authenticated endpoints', () => {\n\t\t\tit(\"should return 200 for requests to endpoints that don't require an authenticated user\", async () => {\n\t\t\t\tlet response = await request(api).get('/');\n\t\t\t\texpect(response).to.have.status(200);\n\t\t\t});\n\n\t\t\tit('should return 401 for unauthorized requests to endpoints that require an authenticated user', async () => {\n\t\t\t\t// TODO: Explicitly test all non-excluded endpoints\n\t\t\t\tlet response = await request(api).get(`/users/${user._id}`);\n\t\t\t\texpect(response).to.have.status(401);\n\t\t\t});\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/utilities/collections.js",
    "content": "import RSS from '../../src/models/rss';\nimport Podcast from '../../src/models/podcast';\nimport Article from '../../src/models/article';\nimport Episode from '../../src/models/episode';\nimport { sendFeedToCollections } from '../../src/utils/collections';\nimport { loadFixture, dropDBs } from '../utils';\n\ndescribe('Collections', () => {\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data');\n\t});\n\n\tdescribe('Update collection', () => {\n\t\tit('should update the rss collection', async () => {\n\t\t\tconst rss = await RSS.findOne();\n\t\t\tconst content = await Article.find({ rss: rss._id })\n\t\t\t\t.sort({ publicationDate: -1 })\n\t\t\t\t.limit(1000);\n\t\t\tawait sendFeedToCollections('rss', rss, content);\n\t\t});\n\n\t\tit('should update the podcast collection', async () => {\n\t\t\tconst podcast = await Podcast.findOne();\n\t\t\tconst content = await Article.find({ podcast: podcast._id })\n\t\t\t\t.sort({ publicationDate: -1 })\n\t\t\t\t.limit(1000);\n\t\t\tawait sendFeedToCollections('podcast', podcast, content);\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/utilities/email.js",
    "content": "import { expect } from 'chai';\n\nimport {\n\tSendPasswordResetEmail,\n\tSendWelcomeEmail,\n\tDummyEmailTransport,\n} from '../../src/utils/email/send';\n\ndescribe('Email sending', () => {\n\tit('should send password reset email', async () => {\n\t\tconst data = {\n\t\t\temail: 'invalid@email.com',\n\t\t\tpasscode: '7f6dc5d9-9084-4571-8578-4da2427388c6',\n\t\t};\n\n\t\tlet e = await SendPasswordResetEmail(data);\n\t\tlet email = DummyEmailTransport.emails[0];\n\n\t\texpect(email.subject).to.equal('Forgot Password');\n\t\texpect(email.to).to.equal('invalid@email.com');\n\t});\n\n\tit('should send welcome email', async () => {\n\t\tawait SendWelcomeEmail({\n\t\t\temail: 'invalid@email.com',\n\t\t});\n\n\t\tlet email = DummyEmailTransport.emails[0];\n\n\t\texpect(email.subject).to.equal('Welcome to Winds!');\n\t\texpect(email.to).to.equal('invalid@email.com');\n\t});\n});\n"
  },
  {
    "path": "api/test/utilities/merge.js",
    "content": "import { expect } from 'chai';\n\nimport RSS from '../../src/models/rss';\nimport Pin from '../../src/models/pin';\nimport Follow from '../../src/models/follow';\nimport Article from '../../src/models/article';\nimport { mergeFeeds } from '../../src/utils/merge';\nimport { loadFixture, dropDBs } from '../utils';\n\nconst feedA = '5b0ad0baf6f89574f638880a';\nconst feedB = '5b0ad0baf6f89574f638880b';\n\ndescribe('Merge utility', () => {\n\tbeforeEach(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('merge-data');\n\t});\n\n\tit('should mark one of the input feeds as duplicate', async () => {\n\t\texpect(await RSS.findById(feedA)).to.not.be.null;\n\t\texpect(await RSS.findById(feedB)).to.not.be.null;\n\n\t\tawait mergeFeeds(feedA, feedB, 'rss');\n\n\t\texpect(await RSS.findById(feedA)).to.not.be.null;\n\t\tconst feed = await RSS.findById(feedB);\n\t\texpect(String(feed.duplicateOf)).to.be.equal(feedA);\n\t});\n\n\tit('should move articles from one feed to another', async () => {\n\t\tawait mergeFeeds(feedA, feedB, 'rss');\n\n\t\texpect(await Article.count({ rss: feedA })).to.be.equal(3);\n\t\texpect(await Article.count({ rss: feedB })).to.be.equal(2);\n\t});\n\n\tit('shouldn\\'t produce duplicate articles', async () => {\n\t\tawait mergeFeeds(feedA, feedB, 'rss');\n\n\t\texpect(await Article.count()).to.be.equal(5);\n\t\tconst article1 = await Article.findById('5b0ad37226dc3db38194e5ee');\n\t\texpect(String(article1.duplicateOf)).to.be.equal('5b0ad37226dc3db38194e5ec');\n\t\tconst article2 = await Article.findById('5b0ad37226dc3db38194e5ef');\n\t\texpect(String(article2.duplicateOf)).to.be.equal('5b0ad37226dc3db38194e5ed');\n\t});\n\n\tit('should move pins from one feed to another', async () => {\n\t\tawait mergeFeeds(feedA, feedB, 'rss');\n\n\t\tconst aArticles = await Article.find({ rss: feedA });\n\t\tconst bArticles = await Article.find({ rss: feedB });\n\t\texpect(await Pin.count({ article: { $in: aArticles.map(a => a._id) } })).to.be.equal(4);\n\t\texpect(await Pin.count({ article: { $in: bArticles.map(a => a._id) } })).to.be.equal(0);\n\t});\n\n\tit('shouldn\\'t produce duplicate pins', async () => {\n\t\tawait mergeFeeds(feedA, feedB, 'rss');\n\n\t\texpect(await Pin.count()).to.be.equal(4);\n\t\texpect(await Pin.findById('5b0ad37226dc3db38194e603')).to.be.null;\n\t});\n\n\tit('should move followers from one feed to another', async () => {\n\t\tawait mergeFeeds(feedA, feedB, 'rss');\n\n\t\texpect(await Follow.count({ rss: feedA })).to.be.equal(3);\n\t\texpect(await Follow.count({ rss: feedB })).to.be.equal(0);\n\t});\n\n\tit('shouldn\\'t produce duplicate follows', async () => {\n\t\tawait mergeFeeds(feedA, feedB, 'rss');\n\n\t\texpect(await Follow.count()).to.be.equal(3);\n\t\texpect(await Follow.findById('5b0ad37226dc3db38194e702')).to.be.null;\n\t\texpect(await Follow.findById('5b0ad37226dc3db38194e704')).to.be.null;\n\t});\n});\n"
  },
  {
    "path": "api/test/utilities/random.js",
    "content": "import { expect } from 'chai';\nimport weightedRandom from '../../src/utils/random';\n\ndescribe('Weighted random', () => {\n\tit('should distribute results logarithmically', () => {\n\t\tconst results = {};\n\n\t\tfor (let i = 0; i < 5000000; ++i) {\n\t\t\tconst value = weightedRandom(10);\n\t\t\tconst previousCount = results[value] || 0;\n\t\t\tresults[value] = previousCount + 1;\n\t\t}\n\n\t\tconst entries = Object.entries(results).map(e => {\n\t\t\treturn { value: Number(e[0]), count: Number(e[1]) };\n\t\t});\n\n\t\tentries.sort((l, r) => {\n\t\t\tif (l.count > r.count) {\n\t\t\t\treturn -1;\n\t\t\t}\n\t\t\tif (l.count < r.count) {\n\t\t\t\treturn 1;\n\t\t\t}\n\t\t\treturn 0;\n\t\t});\n\n\t\tfor (let i = 1; i < entries.length; ++i) {\n\t\t\texpect(entries[i].value).to.be.above(entries[i - 1].value);\n\t\t\texpect(entries[i - 1].count / entries[i].count).to.be.closeTo(2, 0.1);\n\t\t}\n\t});\n});\n"
  },
  {
    "path": "api/test/utilities/rate-limiter.js",
    "content": "import sinon from 'sinon';\nimport { expect } from 'chai';\n\nimport * as limiter from '../../src/utils/rate-limiter';\n\ndescribe('Rate limiter', () => {\n    let originalSetTimeout;\n\n    beforeEach(async () => {\n        await limiter.reset('fake-id');\n        originalSetTimeout = global.setTimeout;\n        global.setTimeout = sinon.spy(originalSetTimeout);\n    });\n\n    afterEach(() => {\n        global.setTimeout = originalSetTimeout;\n    });\n\n    it('shouldn\\'t block until max capacity is reached', async () => {\n        for (let i = 0; i < 3000; ++i) {\n            await limiter.tick('fake-id');\n            expect(setTimeout.called, `waiting #${i + 1}`).to.be.false;\n        }\n    });\n\n    it('should block when over max capacity', async () => {\n        for (let i = 0; i < 3000; ++i) {\n            await limiter.tick('fake-id');\n        }\n        const before = Date.now();\n        await limiter.tick('fake-id');\n        const after = Date.now();\n        expect(after - before).to.be.closeTo(28800, 50);\n    }).timeout(45000).retries(3);\n\n    it('shouldn\\'t block after waiting', async () => {\n        for (let i = 0; i < 3000; ++i) {\n            await limiter.tick('fake-id');\n        }\n        await new Promise(resolve => originalSetTimeout(resolve, 28800));\n        const before = Date.now();\n        await limiter.tick('fake-id');\n        const after = Date.now();\n        expect(after - before).to.be.closeTo(0, 20);\n    }).timeout(45000).retries(3);\n});\n"
  },
  {
    "path": "api/test/utilities/social.js",
    "content": "import { expect } from 'chai';\n\nimport config from '../../src/config';\nimport * as social from '../../src/utils/social';\n\ndescribe('Reddit score', () => {\n\tit('should return post id for correct url', () => {\n\t\tconst url = 'https://www.reddit.com/r/funny/comments/8vfdgt/xxxdoodleion/';\n\t\texpect(social.extractRedditPostID({ link: url })).to.be.equal('t3_8vfdgt');\n\t});\n\n\tit('should return score for existing post', async function() {\n\t\tif (!config.social.reddit.secret || !config.social.reddit.password) {\n\t\t\tthis.skip();\n\t\t}\n\t\tconst score = await social.redditScore('t3_7mjw12');\n\t\t//XXX: reddit is fuzzing upvote count returned by the API to mess with bots\n\t\texpect(score).to.be.closeTo(307864, 50);\n\t});\n});\n\ndescribe('Hacker News score', () => {\n\tit('should return post id for correct url', () => {\n\t\tconst url = 'https://news.ycombinator.com/item?id=17439811';\n\t\texpect(social.extractHackernewsPostID({ commentUrl: url })).to.be.equal('17439811');\n\t});\n\n\tit('should return score for existing post', async () => {\n\t\tconst score = await social.hackernewsScore('17449546');\n\t\texpect(score).to.be.equal(4);\n\t});\n});\n"
  },
  {
    "path": "api/test/utilities/upsert.js",
    "content": "import mongoose from 'mongoose';\nimport { expect } from 'chai';\n\nimport RSS from '../../src/models/rss';\nimport Article from '../../src/models/article';\nimport Episode from '../../src/models/episode';\n\nimport { normalizedDiff, upsertManyPosts } from '../../src/utils/upsert';\nimport {\n\tReadFeedStream,\n\tParseFeedPosts,\n\tParsePodcastPosts,\n\tCreateFingerPrints,\n} from '../../src/parsers/feed';\nimport { loadFixture, dropDBs, getTestFeed, getTestPodcast } from '../utils';\n\nconst duplicateKeyError = 11000;\n\nfunction objectifyAndStripId(post) {\n\tconst { id, _id, ...rest } = post.toObject ? post.toObject() : post;\n\treturn Object.assign({}, rest);\n}\n\ndescribe('Upsert', () => {\n\tlet article1, article2, episode1;\n\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data');\n\t\tarticle1 = await Article.findOne({ _id: '5b0ad37226dc3db38194e5ec' }).lean();\n\t\tarticle2 = await Article.findOne({ _id: '5b0ad37226dc3db38194e5ed' }).lean();\n\t\tepisode1 = await Episode.findOne().lean();\n\t});\n\n\tdescribe('Article upsertManyPosts', () => {\n\t\tit('the same article shouldnt trigger an update', async () => {\n\t\t\tlet operationMap = await upsertManyPosts(article1.rss, [article2], 'rss');\n\t\t\texpect(operationMap.changed).to.be.empty;\n\t\t\texpect(operationMap.new).to.be.empty;\n\t\t});\n\n\t\tit(\"publicationDate change shouldn't result in an update\", async () => {\n\t\t\tconst article3 = new Article(\n\t\t\t\tObject.assign(objectifyAndStripId(article1), {\n\t\t\t\t\tpublicationDate: new Date(),\n\t\t\t\t}),\n\t\t\t);\n\t\t\tCreateFingerPrints([article3], 'STABLE');\n\n\t\t\tconst operationMap = await upsertManyPosts(article1.rss, [article3], 'rss');\n\t\t\texpect(operationMap.changed).to.be.empty;\n\t\t\texpect(operationMap.new).to.be.empty;\n\t\t});\n\n\t\tit('link change should result in an update', async () => {\n\t\t\tconst article3 = new Article(\n\t\t\t\tObject.assign(objectifyAndStripId(article1), {\n\t\t\t\t\tlink: 'https://google.com/test',\n\t\t\t\t}),\n\t\t\t);\n\t\t\tCreateFingerPrints([article3], 'STABLE');\n\n\t\t\tconst operationMap = await upsertManyPosts(article1.rss, [article3], 'rss');\n\t\t\texpect(operationMap.changed).to.have.length(1);\n\t\t\texpect(operationMap.new).to.be.empty;\n\t\t\texpect(await Article.findOne({ _id: operationMap.changed[0]._id })).to.not.be\n\t\t\t\t.null;\n\t\t});\n\n\t\tit('a new article should be inserted', async () => {\n\t\t\tconst article3 = new Article({\n\t\t\t\tfingerprint: 'hello world',\n\t\t\t\turl: 'https://google.com/testhelloworld',\n\t\t\t\trss: article1.rss,\n\t\t\t\ttitle: 'hi',\n\t\t\t});\n\n\t\t\tlet operationMap = await upsertManyPosts(article1.rss, [article3], 'rss');\n\t\t\texpect(operationMap.new).to.have.length(1);\n\t\t\texpect(await Article.findOne({ _id: operationMap.new[0]._id })).to.not.be\n\t\t\t\t.null;\n\t\t});\n\t});\n\n\tdescribe('Episode upsertManyPosts', () => {\n\t\tit('the same episode shouldnt trigger an update', async () => {\n\t\t\tlet operationMap = await upsertManyPosts(\n\t\t\t\tepisode1.podcast,\n\t\t\t\t[episode1],\n\t\t\t\t'podcast',\n\t\t\t);\n\t\t\texpect(operationMap.changed).to.be.empty;\n\t\t\texpect(operationMap.new).to.be.empty;\n\t\t});\n\n\t\tit('a new episode should be inserted', async () => {\n\t\t\tlet episode3 = new Episode({\n\t\t\t\tfingerprint: 'hello world 2',\n\t\t\t\turl: 'hi',\n\t\t\t\ttitle: 'hi2',\n\t\t\t\tpodcast: episode1.podcast,\n\t\t\t});\n\n\t\t\tlet operationMap = await upsertManyPosts(\n\t\t\t\tepisode1.podcast,\n\t\t\t\t[episode3],\n\t\t\t\t'podcast',\n\t\t\t);\n\t\t\texpect(operationMap.new).to.have.length(1);\n\t\t});\n\t});\n\n\tdescribe('Double Inserts RSS feed', () => {\n\t\t// loop over feeds, and verify that the 2nd insert has 0 changes\n\t\t// this will break if something is wrong with the upsert/change detection\n\t\tfor (let [f, url] of Object.entries({\n\t\t\t'techcrunch': 'https://techcrunch.com/feed',\n\t\t\t'reddit-r-programming': 'https://reddit.com/r/programming.rss',\n\t\t\t'hackernews': 'https://news.ycombinator.com',\n\t\t\t'medium-technology': 'https://medium.com',\n\t\t})) {\n\t\t\tit(`the second run should be unchanged for ${f}`, async () => {\n\t\t\t\tlet posts = await ReadFeedStream(getTestFeed(f));\n\t\t\t\tlet feedResponse = ParseFeedPosts('', posts);\n\t\t\t\tlet articles = feedResponse.articles;\n\n\t\t\t\tfor (let a of articles) {\n\t\t\t\t\ta['rss'] = '5b0ad37226dc3db38194e5ef';\n\t\t\t\t}\n\t\t\t\tawait upsertManyPosts('5b0ad37226dc3db38194e5ef', articles, 'rss');\n\t\t\t\tlet operationMap = await upsertManyPosts(\n\t\t\t\t\t'5b0ad37226dc3db38194e5ef',\n\t\t\t\t\tarticles,\n\t\t\t\t\t'rss',\n\t\t\t\t);\n\t\t\t\texpect(operationMap.new).to.be.empty;\n\t\t\t\texpect(operationMap.changed).to.be.empty;\n\t\t\t});\n\t\t}\n\t});\n\n\tdescribe('BulkWrite behaviour', () => {\n\t\t// article ids are generated upon object creation\n\t\t// they remain the same during insert\n\t\t// bulk write error handling\n\n\t\tit(`article instantiation`, async () => {\n\t\t\tconst a = new Article({ fingerprint: 'hihi', url: 'https://google.com/' });\n\t\t\texpect(a.id).to.not.be.null;\n\t\t});\n\n\t\tit(`article create`, async () => {\n\t\t\tconst a = new Article({\n\t\t\t\tfingerprint: 'hihi2',\n\t\t\t\turl: 'https://google.com/',\n\t\t\t\trss: '5b0ad37226dc3db38194e5ef',\n\t\t\t\ttitle: 123,\n\t\t\t});\n\t\t\tconst a2 = await Article.create(a.toObject());\n\t\t\texpect(a.id).to.equal(a2.id);\n\t\t});\n\n\t\tit(`bulkwrite errors`, async () => {\n\t\t\tconst data = new Article({\n\t\t\t\tfingerprint: 'hihi3',\n\t\t\t\turl: 'https://google.com/',\n\t\t\t\trss: '5b0ad37226dc3db38194e5ef',\n\t\t\t\ttitle: 123,\n\t\t\t}).toObject();\n\t\t\tconst operations = [\n\t\t\t\t{ insertOne: { document: data } },\n\t\t\t\t{ insertOne: { document: data } },\n\t\t\t];\n\n\t\t\tlet error;\n\t\t\ttry {\n\t\t\t\tawait Article.bulkWrite(operations, { ordered: false });\n\t\t\t} catch (e) {\n\t\t\t\terror = e;\n\t\t\t}\n\t\t\texpect(error)\n\t\t\t\t.to.be.an.instanceOf(Error)\n\t\t\t\t.with.property('code', duplicateKeyError);\n\t\t});\n\t});\n\n\tdescribe('Double Inserts Podcasts', () => {\n\t\t// loop over feeds, and verify that the 2nd insert has 0 changes\n\t\t// this will break if something is wrong with the upsert/change detection\n\t\tfor (let f of ['giant-bombcast', 'serial', 'a16z']) {\n\t\t\tit(`the second run should be unchanged for ${f}`, async () => {\n\t\t\t\tconst posts = await ReadFeedStream(getTestPodcast(f));\n\t\t\t\tconst feedResponse = ParsePodcastPosts('', posts);\n\t\t\t\tconst episodes = feedResponse.episodes;\n\n\t\t\t\tfor (const e of episodes) {\n\t\t\t\t\te['podcast'] = '5b0ad37226dc3db38194e5ef';\n\t\t\t\t}\n\t\t\t\tawait upsertManyPosts('5b0ad37226dc3db38194e5ef', episodes, 'podcast');\n\t\t\t\tconst operationMap = await upsertManyPosts(\n\t\t\t\t\t'5b0ad37226dc3db38194e5ef',\n\t\t\t\t\tepisodes,\n\t\t\t\t\t'podcast',\n\t\t\t\t);\n\t\t\t\texpect(operationMap.new).to.be.empty;\n\t\t\t\texpect(operationMap.changed).to.be.empty;\n\t\t\t});\n\t\t}\n\t});\n\n\tdescribe('normalizedDiff diff function', () => {\n\t\tit('the diff between these 2 articles should be 4', async () => {\n\t\t\tconst changes = normalizedDiff(article1, article2);\n\t\t\texpect(changes).to.have.length(4);\n\t\t});\n\t\tit('the diff between these 2 articles should be 0', async () => {\n\t\t\tconst changes = normalizedDiff(article1, article1);\n\t\t\texpect(changes).to.be.empty;\n\t\t});\n\t\tit('test if we ignore publication date', async () => {\n\t\t\tconst article3 = Object.assign(objectifyAndStripId(article1), {\n\t\t\t\tpublicationDate: new Date(),\n\t\t\t});\n\n\t\t\tconst changes = normalizedDiff(article1, article3);\n\t\t\texpect(changes).to.be.empty;\n\t\t});\n\t\tit('ensure we dont ignore other fields', async () => {\n\t\t\tconst article3 = Object.assign(objectifyAndStripId(article1), {\n\t\t\t\tlink: '123',\n\t\t\t});\n\n\t\t\tconst changes = normalizedDiff(article1, article3);\n\t\t\texpect(changes).to.have.length(1);\n\t\t});\n\t});\n});\n\ndescribe('upsertManyPosts', () => {\n\tconst rssID = '5b0ad0baf6f89574a638887f';\n\tlet articles;\n\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait RSS.create({\n\t\t\t_id: rssID,\n\t\t\ttitle: 'RSS',\n\t\t\tfeedUrl: 'http://amazon.com',\n\t\t});\n\n\t\tlet insertedArticles = await Article.find({ rss: rssID }).sort('fingerprint');\n\t\texpect(insertedArticles).to.be.empty;\n\t\tarticles = CreateFingerPrints(\n\t\t\tArray.from(Array(5).keys()).map(i => {\n\t\t\t\tconst article = new Article({\n\t\t\t\t\trss: rssID,\n\t\t\t\t\ttitle: `Article #${i}`,\n\t\t\t\t\tdescription: 'Article about life the universe and everything',\n\t\t\t\t\turl: `http://google.com/${i}`,\n\t\t\t\t\tlink: `http://google.com/${i}`,\n\t\t\t\t\tguid: `http://google.com/${i}`,\n\t\t\t\t});\n\t\t\t\tarticle.enclosures = [];\n\t\t\t\treturn article;\n\t\t\t}), 'STABLE'\n\t\t);\n\t\tinsertedArticles = await Article.find({ rss: rssID }).sort('fingerprint');\n\t\texpect(insertedArticles).to.be.empty;\n\t});\n\n\tit('should insert articles', async () => {\n\t\tawait upsertManyPosts(rssID, articles, 'rss');\n\n\t\tconst insertedArticles = await Article.find({ rss: rssID }).sort('fingerprint');\n\t\texpect(insertedArticles).to.have.length(articles.length);\n\t\tfor (let i in articles) {\n\t\t\texpect(insertedArticles[i].url).to.be.equal(articles[i].url);\n\t\t\texpect(insertedArticles[i].title).to.be.equal(articles[i].title);\n\t\t\texpect(insertedArticles[i].description).to.be.equal(articles[i].description);\n\t\t\texpect(insertedArticles[i].fingerprint).to.be.equal(articles[i].fingerprint);\n\t\t}\n\t});\n\n\tit('should update articles', async () => {\n\t\tfor (let i in articles) {\n\t\t\tarticles[i]._id = mongoose.Types.ObjectId();\n\t\t\tarticles[i].title = `Article №${i}`;\n\t\t\tarticles[i].description = 'Article about pugs';\n\t\t}\n\t\tCreateFingerPrints(articles, 'STABLE');\n\t\tawait upsertManyPosts(rssID, articles, 'rss');\n\n\t\tconst updatedArticles = await Article.find({ rss: rssID }).sort('fingerprint');\n\t\texpect(updatedArticles).to.have.length(articles.length);\n\t\tfor (let i in articles) {\n\t\t\texpect(updatedArticles[i].url).to.be.equal(articles[i].url);\n\t\t\texpect(updatedArticles[i].title).to.be.equal(articles[i].title);\n\t\t\texpect(updatedArticles[i].description).to.be.equal(articles[i].description);\n\t\t\texpect(updatedArticles[i].fingerprint).to.be.equal(articles[i].fingerprint);\n\t\t}\n\t});\n\n\tit('should only upsert articles w/ either new guid or content hash affecting fields', async () => {\n\t\t// no data changed = no actions\n\t\tconst nonUpdateResult = await upsertManyPosts(rssID, articles, 'rss');\n\t\texpect(nonUpdateResult.new).to.be.empty;\n\t\texpect(nonUpdateResult.changed).to.be.empty;\n\t\tlet existingArticles = await Article.find({ rss: rssID });\n\t\texpect(existingArticles).to.have.length(articles.length);\n\n\t\t// content changed = update\n\t\tfor (let i in articles) {\n\t\t\tarticles[i]._id = mongoose.Types.ObjectId();\n\t\t\tarticles[i].content = `c${i}`;\n\t\t}\n\t\tCreateFingerPrints(articles, 'STABLE');\n\t\tconst newHashResult = await upsertManyPosts(rssID, articles, 'rss');\n\t\texpect(newHashResult.new).to.be.empty;\n\t\texpect(newHashResult.changed).to.not.be.empty;\n\t\texistingArticles = await Article.find({ rss: rssID }).sort('fingerprint');\n\t\texpect(existingArticles).to.have.length(articles.length);\n\t\tfor (let i in articles) {\n\t\t\texpect(existingArticles[i].fingerprint).to.be.equal(articles[i].fingerprint);\n\t\t}\n\n\t\t// url changed content stayed the same = insert\n\t\tfor (let i in articles) {\n\t\t\tarticles[i]._id = mongoose.Types.ObjectId();\n\t\t\tarticles[i].url = `http://google.com/${i}/`;\n\t\t\tarticles[i].link = `http://google.com/${i}/`;\n\t\t\tarticles[i].guid = `http://google.com/${i}/`;\n\t\t}\n\t\tCreateFingerPrints(articles, 'STABLE');\n\t\tconst insertResult = await upsertManyPosts(rssID, articles, 'rss');\n\t\texpect(insertResult.new).to.not.be.empty;\n\t\texpect(insertResult.changed).to.be.empty;\n\t\tconst newArticles = await Article.find({\n\t\t\trss: rssID,\n\t\t\t_id: { $nin: existingArticles.map(a => String(a._id)) },\n\t\t}).sort('fingerprint');\n\t\texpect(newArticles).to.have.length(articles.length);\n\t\tfor (let i in articles) {\n\t\t\texpect(newArticles[i].url).to.be.equal(articles[i].url);\n\t\t\texpect(newArticles[i].title).to.be.equal(articles[i].title);\n\t\t\texpect(newArticles[i].description).to.be.equal(articles[i].description);\n\t\t\texpect(newArticles[i].fingerprint).to.be.equal(articles[i].fingerprint);\n\t\t}\n\t});\n});\n"
  },
  {
    "path": "api/test/utilities/url.js",
    "content": "import { expect } from 'chai';\nimport url from 'url';\nimport Article from '../../src/models/article';\nimport RSS from '../../src/models/rss';\nimport Podcast from '../../src/models/podcast';\nimport { loadFixture, dropDBs } from '../utils';\n\ndescribe('URLs utility', () => {\n\tbefore(async () => {\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data');\n\t});\n\n\tit('should return a valid article url', async () => {\n\t\tconst article = await Article.findOne();\n\t\tconst parsedUrl = url.parse(article.getUrl());\n\t\texpect(parsedUrl.href).to.be.a('string');\n\t\texpect(parsedUrl.protocol).to.be.a('string');\n\t});\n\n\tit('should return a valid rss url', async () => {\n\t\tconst rss = await RSS.findOne();\n\t\tconst parsedUrl = url.parse(rss.getUrl());\n\t\texpect(parsedUrl.href).to.be.a('string');\n\t\texpect(parsedUrl.protocol).to.be.a('string');\n\t});\n\n\tit('should return a valid podcast url', async () => {\n\t\tconst podcast = await Podcast.findOne();\n\t\tconst parsedUrl = url.parse(podcast.getUrl());\n\t\texpect(parsedUrl.href).to.be.a('string');\n\t\texpect(parsedUrl.protocol).to.be.a('string');\n\t});\n});\n"
  },
  {
    "path": "api/test/utilities/validation.js",
    "content": "import { expect } from 'chai';\n\nimport { isURL } from '../../src/utils/validation';\n\ndescribe('Validation', () => {\n\tdescribe('URL', () => {\n\t\tlet validUrls = [\n\t\t\t'https://techcrunch.com/feed',\n\t\t\t'http://jesaisquoi-.tumblr.com/rss',\n\t\t\t'https://das-kuechengefluester.de/feed/',\n\t\t\t'http://blogsearch.google.com/blogsearch_feeds?oe=utf-8&q=land surveying&rls=org.mozilla:en-us:offici',\n\t\t\t'http://fool.com/search/solr.aspx?datasource=article&datasource=blog&format=rss&page=&q=disney world&scope=all&sort=date',\n\t\t];\n\t\tlet invalidUrls = [\n\t\t\t'http://inoreader-dw/gk-inoreader-culture.21643-media',\n\t\t\t'newsletter:60000:info@hyggeonkel.dk',\n\t\t];\n\n\t\tfor (let url of validUrls) {\n\t\t\tit(`the url should be valid ${url.slice(0, 30)}`, async () => {\n\t\t\t\tlet valid = isURL(url);\n\t\t\t\texpect(valid).to.be.true;\n\t\t\t});\n\t\t}\n\n\t\tfor (let url of invalidUrls) {\n\t\t\tit(`the url should be invalid ${url.slice(0, 30)}`, async () => {\n\t\t\t\tlet valid = isURL(url);\n\t\t\t\texpect(valid).to.be.false;\n\t\t\t});\n\t\t}\n\t});\n});\n"
  },
  {
    "path": "api/test/utils.js",
    "content": "import fs from 'fs';\nimport jwt from 'jsonwebtoken';\nimport mongoose from 'mongoose';\nimport path from 'path';\nimport redis from 'redis';\nimport sinon from 'sinon';\nimport { expect, request } from 'chai';\nimport StreamClient from 'getstream/lib/lib/client';\nimport Personalization from 'getstream/lib/lib/personalization';\nimport Collections from 'getstream/lib/lib/collections';\n\nimport api from '../src/server';\nimport config from '../src/config';\nimport db from '../src/utils/db';\nimport logger from '../src/utils/logger';\nimport { CreateFingerPrints } from '../src/parsers/feed';\n\nvar mockClient = null;\nconst mockFeeds = {};\n\nexport function createMockFeed(group, id) {\n\tconst mock = {\n\t\tslug: group,\n\t\tuserId: id,\n\t\tid: group + ':' + id,\n\t};\n\tfor (const method of ['follow', 'addActivity', 'addActivities', 'get', 'unfollow']) {\n\t\tmock[method] = sinon.spy(sinon.stub().returns(Promise.resolve({ results: [] })));\n\t}\n\tmock['getReadOnlyToken'] = sinon.spy(sinon.stub().returns('faketoken'));\n\tmockFeeds[group + ':' + id] = mock;\n\treturn mock;\n}\n\nexport function getMockFeed(group, id) {\n\treturn mockFeeds[group + ':' + id];\n}\n\nfunction setupMocks() {\n\tmockClient = sinon.createStubInstance(StreamClient);\n\tmockClient.collections = sinon.createStubInstance(Collections);\n\tmockClient.personalization = sinon.createStubInstance(Personalization);\n\tmockClient.feed.callsFake((group, id) => {\n\t\treturn mockFeeds[group + ':' + id] || createMockFeed(group, id);\n\t});\n}\n\nexport function getMockClient() {\n\tif (mockClient == null) {\n\t\tsetupMocks();\n\t}\n\n\treturn mockClient;\n}\n\nexport function getTestFeed(name) {\n\treturn fs.createReadStream(path.join(__dirname, 'data', 'feed', name));\n}\n\nexport function getTestPodcast(name) {\n\treturn fs.createReadStream(path.join(__dirname, 'data', 'podcast-feed', name));\n}\n\nexport function getTestPage(name) {\n\treturn fs.createReadStream(path.join(__dirname, 'data', 'og', name));\n}\n\nexport async function loadFixture(...fixtures) {\n\tconst filters = {\n\t\tArticle: (articles) => {\n\t\t\tfor (const article of articles) {\n\t\t\t\tarticle.enclosures = article.enclosures || [];\n\t\t\t}\n\t\t\tCreateFingerPrints(articles, 'STABLE');\n\t\t\treturn articles;\n\t\t},\n\t\tEpisode: (episodes) => {\n\t\t\tfor (const episode of episodes) {\n\t\t\t\tepisode.enclosures = episode.enclosures || [];\n\t\t\t}\n\t\t\tCreateFingerPrints(episodes, 'STABLE');\n\t\t\treturn episodes;\n\t\t},\n\t};\n\n\tfor (const fixture of fixtures) {\n\t\tconst batch = require(`./fixtures/${fixture}.json`);\n\n\t\tfor (const models of batch) {\n\t\t\tfor (const modelName in models) {\n\t\t\t\tconst fixedData = models[modelName].map((data) => {\n\t\t\t\t\t//XXX: cloning loaded json to enable filtering without thinking about module cache\n\t\t\t\t\tdata = Object.assign({}, data);\n\t\t\t\t\t//XXX: convert things that look like ObjectID to actual ObjectID\n\t\t\t\t\t//     instances to enable mongo references\n\t\t\t\t\tfor (const key in data) {\n\t\t\t\t\t\t//XXX: reject number attributes (see bug: https://jira.mongodb.org/browse/NODE-1146)\n\t\t\t\t\t\tif (\n\t\t\t\t\t\t\ttypeof data[key] !== 'number' &&\n\t\t\t\t\t\t\tmongoose.Types.ObjectId.isValid(data[key])\n\t\t\t\t\t\t) {\n\t\t\t\t\t\t\tdata[key] = mongoose.Types.ObjectId(data[key]);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn data;\n\t\t\t\t});\n\t\t\t\tconst filter = filters[modelName] || ((x) => x);\n\t\t\t\tconst filteredData = filter(fixedData);\n\n\t\t\t\tconst modulePath = `../src/models/${modelName.toLowerCase()}`;\n\t\t\t\t//XXX: hack to avoid loading models explicitly before loading fixtures\n\t\t\t\t//     also avoids compiling model modules twice as mocked module loader\n\t\t\t\t//     with babel forces recompilation of transpiled source code which\n\t\t\t\t//     causes double-registration of mongoose models\n\t\t\t\tconst cachedModule = require.cache[require.resolve(modulePath)];\n\t\t\t\tconst model = cachedModule ? cachedModule.exports : require(modulePath);\n\t\t\t\tawait Promise.all(\n\t\t\t\t\tfilteredData.map((f) => {\n\t\t\t\t\t\treturn model.create(f);\n\t\t\t\t\t}),\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t}\n}\n\nexport function withLogin(\n\treq,\n\tuser = {\n\t\temail: 'valid@email.com',\n\t\tsub: '5b0f306d8e147f10f16aceaf',\n\t},\n) {\n\tconst authToken = jwt.sign(user, config.jwt.secret);\n\treturn req.set('Authorization', `Bearer ${authToken}`);\n}\n\nexport async function dropDBs() {\n\tconst redisClient = redis.createClient(config.cache.uri);\n\tconst mongo = await db;\n\tawait mongo.connection.dropDatabase();\n\tawait redisClient.send_command('FLUSHDB');\n}\n"
  },
  {
    "path": "api/test/workers/conductor.js",
    "content": "import moment from 'moment';\nimport { expect } from 'chai';\n\nimport RSS from '../../src/models/rss';\nimport Podcast from '../../src/models/podcast';\nimport { conduct } from '../../src/workers/conductor';\nimport { tryAddToQueueFlagSet, getQueueFlagSetMembers } from '../../src/utils/queue';\nimport { RssQueueAdd, PodcastQueueAdd } from '../../src/asyncTasks';\nimport { loadFixture, dropDBs } from '../utils';\n\nfunction beforeDeadline() {\n\treturn moment()\n\t\t.subtract(3, 'minutes')\n\t\t.toDate();\n}\n\nfunction afterDeadline() {\n\treturn moment()\n\t\t.subtract(1, 'minutes')\n\t\t.toDate();\n}\n\ndescribe('Conductor worker', () => {\n\tlet RssQueueAddFn;\n\tlet PodcastQueueAddFn;\n\n\tbefore(() => {\n\t\tRssQueueAddFn = RssQueueAdd._fn;\n\t\tPodcastQueueAddFn = PodcastQueueAdd._fn;\n\t\tRssQueueAdd._fn = PodcastQueueAdd._fn = () => Promise.resolve();\n\t});\n\n\tafter(() => {\n\t\tRssQueueAdd._fn = RssQueueAddFn;\n\t\tPodcastQueueAdd._fn = PodcastQueueAddFn;\n\t});\n\n\tbeforeEach(async () => {\n\t\tawait dropDBs();\n\t\tRssQueueAdd.resetHistory();\n\t\tPodcastQueueAdd.resetHistory();\n\t});\n\n\tit('should only touch data updated later then one scrape interval ago', async () => {\n\t\tconst rssBefore = await RSS.create({\n\t\t\ttitle: 'RSS feed',\n\t\t\tvalid: true,\n\t\t\tfollowerCount: 2,\n\t\t\tconsecutiveScrapeFailures: 0,\n\t\t\tfeedUrl: 'http://google.com',\n\t\t\tlastScraped: beforeDeadline(),\n\t\t});\n\t\tconst podcastBefore = await Podcast.create({\n\t\t\ttitle: 'Podcast feed',\n\t\t\tvalid: true,\n\t\t\tfollowerCount: 2,\n\t\t\tconsecutiveScrapeFailures: 0,\n\t\t\tfeedUrl: 'http://bing.com',\n\t\t\tlastScraped: afterDeadline(),\n\t\t});\n\n\t\tawait conduct();\n\n\t\tconst rssAfter = await RSS.findById(rssBefore._id);\n\t\tconst podcastAfter = await Podcast.findById(podcastBefore._id);\n\n\t\tconst busyRss = new Set(await getQueueFlagSetMembers('rss'));\n\t\tconst busyPodcasts = new Set(await getQueueFlagSetMembers('podcast'));\n\t\texpect(busyRss.has(`${rssAfter._id}:rss`)).to.be.true;\n\t\texpect(busyPodcasts.has(`${podcastAfter._id}:podcast`)).to.be.false;\n\t});\n\n\tit('should only touch data followed by someone', async () => {\n\t\tconst rssBefore = await RSS.create({\n\t\t\ttitle: 'RSS feed',\n\t\t\tvalid: true,\n\t\t\tfollowerCount: 2,\n\t\t\tconsecutiveScrapeFailures: 0,\n\t\t\tfeedUrl: 'http://google.com',\n\t\t\tlastScraped: beforeDeadline(),\n\t\t});\n\t\tconst podcastBefore = await Podcast.create({\n\t\t\ttitle: 'Podcast feed',\n\t\t\tvalid: true,\n\t\t\tfollowerCount: 0,\n\t\t\tconsecutiveScrapeFailures: 0,\n\t\t\tfeedUrl: 'http://bing.com',\n\t\t\tlastScraped: beforeDeadline(),\n\t\t});\n\n\t\tawait conduct();\n\n\t\tconst rssAfter = await RSS.findById(rssBefore._id);\n\t\tconst podcastAfter = await Podcast.findById(podcastBefore._id);\n\n\t\tconst busyRss = new Set(await getQueueFlagSetMembers('rss'));\n\t\tconst busyPodcasts = new Set(await getQueueFlagSetMembers('podcast'));\n\t\texpect(busyRss.has(`${rssAfter._id}:rss`)).to.be.true;\n\t\texpect(busyPodcasts.has(`${podcastAfter._id}:podcast`)).to.be.false;\n\t});\n\n\tit('should only schedule data scraping if its not in the process of parsing', async () => {\n\t\tconst rssBefore = await RSS.create({\n\t\t\ttitle: 'RSS feed',\n\t\t\tvalid: true,\n\t\t\tfollowerCount: 2,\n\t\t\tconsecutiveScrapeFailures: 0,\n\t\t\tfeedUrl: 'http://google.com',\n\t\t\tlastScraped: beforeDeadline(),\n\t\t});\n\t\tconst podcastBefore = await Podcast.create({\n\t\t\ttitle: 'Podcast feed',\n\t\t\tvalid: true,\n\t\t\tfollowerCount: 2,\n\t\t\tconsecutiveScrapeFailures: 0,\n\t\t\tfeedUrl: 'http://bing.com',\n\t\t\tlastScraped: beforeDeadline(),\n\t\t});\n\t\tawait tryAddToQueueFlagSet('podcast', 'podcast', podcastBefore._id);\n\n\t\tawait conduct();\n\n\t\tconst rssAfter = await RSS.findById(rssBefore._id);\n\n\t\tconst busyRss = new Set(await getQueueFlagSetMembers('rss'));\n\t\texpect(busyRss.has(`${rssAfter._id}:rss`)).to.be.true;\n\t\texpect(RssQueueAdd.called).to.be.true;\n\t\texpect(PodcastQueueAdd.called).to.be.false;\n\t});\n\n\tit('should touch at most 1/15 of dataset at a time', async () => {\n\t\tawait Promise.all(\n\t\t\tArray.from(Array(15).keys()).map(async i => {\n\t\t\t\tawait RSS.create({\n\t\t\t\t\ttitle: `RSS feed #${i}`,\n\t\t\t\t\tvalid: true,\n\t\t\t\t\tfollowerCount: 2,\n\t\t\t\t\tconsecutiveScrapeFailures: 0,\n\t\t\t\t\tfeedUrl: `http://google.com/${i}`,\n\t\t\t\t\tlastScraped: beforeDeadline(),\n\t\t\t\t});\n\t\t\t\tawait RSS.create({\n\t\t\t\t\ttitle: `RSS popular feed #${i}`,\n\t\t\t\t\tvalid: true,\n\t\t\t\t\tfollowerCount: 102,\n\t\t\t\t\tconsecutiveScrapeFailures: 0,\n\t\t\t\t\tfeedUrl: `http://google.com/${i}`,\n\t\t\t\t\tlastScraped: beforeDeadline(),\n\t\t\t\t});\n\t\t\t}),\n\t\t);\n\n\t\tawait conduct();\n\n\t\tconst busyRss = new Set(await getQueueFlagSetMembers('rss'));\n\t\texpect(busyRss.size).to.be.below(3);\n\t});\n\n\tit('should take at least 15 invocations to touch all dataset', async () => {\n\t\tawait Promise.all(\n\t\t\tArray.from(Array(15).keys()).map(async i => {\n\t\t\t\tawait RSS.create({\n\t\t\t\t\ttitle: `RSS feed #${i}`,\n\t\t\t\t\tvalid: true,\n\t\t\t\t\tfollowerCount: 2,\n\t\t\t\t\tconsecutiveScrapeFailures: 0,\n\t\t\t\t\tfeedUrl: `http://google.com/${i}`,\n\t\t\t\t\tlastScraped: beforeDeadline(),\n\t\t\t\t});\n\t\t\t\tawait RSS.create({\n\t\t\t\t\ttitle: `RSS popular feed #${i}`,\n\t\t\t\t\tvalid: true,\n\t\t\t\t\tfollowerCount: 102,\n\t\t\t\t\tconsecutiveScrapeFailures: 0,\n\t\t\t\t\tfeedUrl: `http://google.com/${i}`,\n\t\t\t\t\tlastScraped: beforeDeadline(),\n\t\t\t\t});\n\t\t\t}),\n\t\t);\n\n\t\tfor (let i = 1; i <= 14; ++i) {\n\t\t\tawait conduct();\n\t\t\tconst busyRss = new Set(await getQueueFlagSetMembers('rss'));\n\t\t\texpect(busyRss.size).to.be.below(i * 2 + 1);\n\t\t}\n\n\t\tawait conduct();\n\t\tconst busyRss = new Set(await getQueueFlagSetMembers('rss'));\n\t\texpect(busyRss.size).to.be.equal(30);\n\t});\n\n\tit('should schedule data for scraping with appropriate worker', async () => {\n\t\tconst publicationOptions = { removeOnComplete: true, removeOnFail: true };\n\t\tconst rss = await RSS.create({\n\t\t\ttitle: 'RSS feed',\n\t\t\tvalid: true,\n\t\t\tfollowerCount: 2,\n\t\t\tconsecutiveScrapeFailures: 0,\n\t\t\tfeedUrl: 'http://google.com',\n\t\t\tlastScraped: beforeDeadline(),\n\t\t});\n\t\tconst podcast = await Podcast.create({\n\t\t\ttitle: 'Podcast feed',\n\t\t\tvalid: true,\n\t\t\tfollowerCount: 2,\n\t\t\tconsecutiveScrapeFailures: 0,\n\t\t\tfeedUrl: 'http://bing.com',\n\t\t\tlastScraped: beforeDeadline(),\n\t\t});\n\t\tconst rssJob = { rss: rss._id, url: rss.feedUrl };\n\t\tconst podcastJob = { podcast: podcast._id, url: podcast.feedUrl };\n\n\t\tawait conduct();\n\n\t\texpect(RssQueueAdd.calledOnceWith(rssJob, publicationOptions)).to.be.true;\n\t\texpect(PodcastQueueAdd.calledOnceWith(podcastJob, publicationOptions)).to.be.true;\n\t});\n\n\tit('should only touch data with less then 64 consecutive scrape failures', async () => {\n\t\tconst rssBefore = await RSS.create({\n\t\t\ttitle: 'RSS feed',\n\t\t\tvalid: true,\n\t\t\tfollowerCount: 2,\n\t\t\tconsecutiveScrapeFailures: 0,\n\t\t\tfeedUrl: 'http://google.com',\n\t\t\tlastScraped: beforeDeadline(),\n\t\t});\n\t\tconst podcastBefore = await Podcast.create({\n\t\t\ttitle: 'Podcast feed',\n\t\t\tvalid: true,\n\t\t\tfollowerCount: 2,\n\t\t\tconsecutiveScrapeFailures: 65,\n\t\t\tfeedUrl: 'http://bing.com',\n\t\t\tlastScraped: beforeDeadline(),\n\t\t});\n\n\t\tawait conduct();\n\n\t\tconst rssAfter = await RSS.findById(rssBefore._id);\n\t\tconst podcastAfter = await Podcast.findById(podcastBefore._id);\n\n\t\tconst busyRss = new Set(await getQueueFlagSetMembers('rss'));\n\t\tconst busyPodcasts = new Set(await getQueueFlagSetMembers('podcast'));\n\t\texpect(busyRss.has(`${rssAfter._id}:rss`)).to.be.true;\n\t\texpect(busyPodcasts.has(`${podcastAfter._id}:podcast`)).to.be.false;\n\t});\n});\n"
  },
  {
    "path": "api/test/workers/og.js",
    "content": "import nock from 'nock';\nimport { expect } from 'chai';\n\nimport { ogQueue } from '../../src/asyncTasks';\nimport RSS from '../../src/models/rss';\nimport Episode from '../../src/models/episode';\nimport Article from '../../src/models/article';\nimport { ParseOG } from '../../src/parsers/og';\nimport { ogProcessor, handleOg } from '../../src/workers/og';\nimport { getTestPage, loadFixture, dropDBs } from '../utils';\n\ndescribe('OG worker', () => {\n\tlet handler;\n\n\tfunction setupHandler() {\n\t\thandler = new Promise((resolve, reject) => {\n\t\t\togQueue.handlers['__default__'] = job => {\n\t\t\t\treturn handleOg(job).then(resolve, reject);\n\t\t\t};\n\t\t});\n\t}\n\n\tbefore(async () => {\n\t\togQueue.process(ogProcessor).catch(err => console.log(`OG PROCESSING FAILURE: ${err.stack}`));\n\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data');\n\t});\n\n\tafter(async () => {\n\t\togQueue.handlers['__default__'] = ogProcessor;\n\t\tawait ogQueue.close();\n\t});\n\n\tdescribe('valid job', () => {\n\t\tlet rss;\n\n\t\tbefore(async () => {\n\t\t\trss = await RSS.findOne();\n\t\t});\n\n\t\tbeforeEach(() => {\n\t\t\tParseOG.resetHistory();\n\t\t});\n\n\t\tit('should update article if image is found', async () => {\n\t\t\tsetupHandler();\n\n\t\t\tconst data = {\n\t\t\t\ttype: 'article',\n\t\t\t\trss: rss._id,\n\t\t\t\turl: 'http://dorkly.com/post/86418/4-questions-i-still-have-about-avengers-infinity-war',\n\t\t\t};\n\t\t\tconst beforeUpdate = await Article.create({\n\t\t\t\trss: rss._id,\n\t\t\t\ttitle: 'Hey now',\n\t\t\t\tdescription: 'Donkey!',\n\t\t\t\turl: data.url,\n\t\t\t\tfingerprint: 'test:workers-og.js',\n\t\t\t});\n\n\t\t\tawait ogQueue.add(data);\n\t\t\tawait handler;\n\n\t\t\texpect(ParseOG.calledWith(data.url)).to.be.true;\n\t\t\tconst og = await ParseOG.firstCall.returnValue;\n\t\t\texpect(og).to.have.property('image');\n\t\t\tconst afterUpdate = await Article.findById(beforeUpdate._id);\n\t\t\texpect(afterUpdate.images.og).to.be.equal(og.image);\n\t\t});\n\n\t\tit('should update article with image if update requested', async () => {\n\t\t\tsetupHandler();\n\n\t\t\tconst data = {\n\t\t\t\ttype: 'article',\n\t\t\t\trss: rss._id,\n\t\t\t\turl: 'http://dorkly.com/post/86517/what-if-deadpool-was-in-avengers-infinity-war2/',\n\t\t\t\tupdate: true,\n\t\t\t};\n\n\t\t\tconst beforeUpdate = await Article.findOne({ url: data.url });\n\t\t\texpect(beforeUpdate.images.og).to.not.be.null;\n\n\t\t\tawait ogQueue.add(data);\n\t\t\tawait handler;\n\n\t\t\texpect(ParseOG.calledWith(data.url)).to.be.true;\n\t\t\tconst og = await ParseOG.firstCall.returnValue;\n\t\t\texpect(og).to.have.property('image');\n\t\t\tconst afterUpdate = await Article.findById(beforeUpdate._id);\n\t\t\texpect(afterUpdate.images.og).to.be.equal(og.image);\n\t\t});\n\n\t\tit(\"shouldn't update article with image if update not requested\", async () => {\n\t\t\tsetupHandler();\n\n\t\t\tconst data = {\n\t\t\t\ttype: 'article',\n\t\t\t\trss: rss._id,\n\t\t\t\turl: 'http://dorkly.com/post/86517/what-if-deadpool-was-in-avengers-infinity-war2/',\n\t\t\t};\n\n\t\t\tawait ogQueue.add(data);\n\t\t\tawait handler;\n\n\t\t\texpect(ParseOG.called).to.be.false;\n\t\t});\n\n\t\tit(\"shouldn't update article if no image is found\", async () => {\n\t\t\tsetupHandler();\n\n\t\t\tconst data = {\n\t\t\t\ttype: 'article',\n\t\t\t\trss: rss._id,\n\t\t\t\turl: 'http://feedproxy.google.com/~r/bildblog/~3/sUeojXz2BCk',\n\t\t\t};\n\n\t\t\tnock('http://feedproxy.google.com/~r/bildblog/~3/sUeojXz2BCk')\n\t\t\t\t.defaultReplyHeaders({\n\t\t\t\t\t'Content-Type': 'text/html'\n\t\t\t\t})\n\t\t\t\t.get('')\n\t\t\t\t.reply(200, () => getTestPage('bildblog.html'));\n\n\t\t\tawait ogQueue.add(data);\n\t\t\tawait handler;\n\n\t\t\texpect(ParseOG.calledWith(data.url)).to.be.true;\n\t\t\tconst og = await ParseOG.firstCall.returnValue;\n\t\t\texpect(og).to.not.have.property('image');\n\n\t\t\tnock.cleanAll();\n\t\t});\n\t});\n\n\tdescribe('invalid job', () => {\n\t\tit('should not update data', async () => {\n\t\t\tconst testCases = [\n\t\t\t\t{ podcast: '', type: '', url: '' },\n\t\t\t\t{ podcast: '', type: '', url: '', update: true },\n\t\t\t\t{ podcast: '', type: '', urls: [''] },\n\t\t\t\t{ podcast: '', type: '', urls: [''], update: true },\n\t\t\t\t{ podcast: '', type: 'article', url: '' },\n\t\t\t\t{ podcast: '', type: 'article', url: '', update: true },\n\t\t\t\t{ podcast: '', type: 'article', url: undefined },\n\t\t\t\t{ podcast: '', type: 'article', url: undefined, update: true },\n\t\t\t\t{ podcast: '', type: 'article', urls: [''] },\n\t\t\t\t{ podcast: '', type: 'article', urls: [''], update: true },\n\t\t\t\t{ podcast: '', type: 'article', urls: [undefined] },\n\t\t\t\t{ podcast: '', type: 'article', urls: [undefined], update: true },\n\t\t\t\t{ podcast: '', type: 'episode', url: '' },\n\t\t\t\t{ podcast: '', type: 'episode', url: '', update: true },\n\t\t\t\t{ podcast: '', type: 'episode', url: undefined },\n\t\t\t\t{ podcast: '', type: 'episode', url: undefined, update: true },\n\t\t\t\t{ podcast: '', type: 'episode', urls: [''] },\n\t\t\t\t{ podcast: '', type: 'episode', urls: [''], update: true },\n\t\t\t\t{ podcast: '', type: 'episode', urls: [undefined] },\n\t\t\t\t{ podcast: '', type: 'episode', urls: [undefined], update: true },\n\t\t\t\t{ podcast: '', type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'] },\n\t\t\t\t{ podcast: '', type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'] },\n\t\t\t\t{ podcast: '', type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'], update: true },\n\t\t\t\t{ podcast: '', type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'], update: true },\n\t\t\t\t{ podcast: '', type: undefined, url: undefined },\n\t\t\t\t{ podcast: '', type: undefined, url: undefined, update: true },\n\t\t\t\t{ podcast: '', type: undefined, urls: [undefined] },\n\t\t\t\t{ podcast: '', type: undefined, urls: [undefined], update: true },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: '', url: '' },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: '', url: '', update: true },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: '', urls: [''] },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: '', urls: [''], update: true },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'article', url: '' },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'article', url: '', update: true },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'article', url: undefined },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'article', url: undefined, update: true },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'article', urls: [''] },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'article', urls: [''], update: true },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'article', urls: [undefined] },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'article', urls: [undefined], update: true },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'episode', url: '' },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'episode', url: '', update: true },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'episode', url: undefined },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'episode', url: undefined, update: true },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'episode', urls: [''] },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'episode', urls: [''], update: true },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'episode', urls: [undefined] },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'episode', urls: [undefined], update: true },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'] },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'] },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'], update: true },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'], update: true },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: undefined, url: undefined },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: undefined, url: undefined, update: true },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: undefined, urls: [undefined] },\n\t\t\t\t{ podcast: '5b0ad37226dc3db38194e5ec', type: undefined, urls: [undefined], update: true },\n\t\t\t\t{ rss: '', type: '', url: '' },\n\t\t\t\t{ rss: '', type: '', url: '', update: true },\n\t\t\t\t{ rss: '', type: '', urls: [''] },\n\t\t\t\t{ rss: '', type: '', urls: [''], update: true },\n\t\t\t\t{ rss: '', type: 'article', url: '' },\n\t\t\t\t{ rss: '', type: 'article', url: '', update: true },\n\t\t\t\t{ rss: '', type: 'article', url: undefined },\n\t\t\t\t{ rss: '', type: 'article', url: undefined, update: true },\n\t\t\t\t{ rss: '', type: 'article', urls: [''] },\n\t\t\t\t{ rss: '', type: 'article', urls: [''], update: true },\n\t\t\t\t{ rss: '', type: 'article', urls: [undefined] },\n\t\t\t\t{ rss: '', type: 'article', urls: [undefined], update: true },\n\t\t\t\t{ rss: '', type: 'episode', url: '' },\n\t\t\t\t{ rss: '', type: 'episode', url: '', update: true },\n\t\t\t\t{ rss: '', type: 'episode', url: undefined },\n\t\t\t\t{ rss: '', type: 'episode', url: undefined, update: true },\n\t\t\t\t{ rss: '', type: 'episode', urls: [''] },\n\t\t\t\t{ rss: '', type: 'episode', urls: [''], update: true },\n\t\t\t\t{ rss: '', type: 'episode', urls: [undefined] },\n\t\t\t\t{ rss: '', type: 'episode', urls: [undefined], update: true },\n\t\t\t\t{ rss: '', type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'] },\n\t\t\t\t{ rss: '', type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'] },\n\t\t\t\t{ rss: '', type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'], update: true },\n\t\t\t\t{ rss: '', type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'], update: true },\n\t\t\t\t{ rss: '', type: undefined, url: undefined },\n\t\t\t\t{ rss: '', type: undefined, url: undefined, update: true },\n\t\t\t\t{ rss: '', type: undefined, urls: [undefined] },\n\t\t\t\t{ rss: '', type: undefined, urls: [undefined], update: true },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: '', url: '' },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: '', url: '', update: true },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: '', urls: [''] },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: '', urls: [''], update: true },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'article', url: '' },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'article', url: '', update: true },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'article', url: undefined },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'article', url: undefined, update: true },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'article', urls: [''] },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'article', urls: [''], update: true },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'article', urls: [undefined] },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'article', urls: [undefined], update: true },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'episode', url: '' },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'episode', url: '', update: true },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'episode', url: undefined },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'episode', url: undefined, update: true },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'episode', urls: [''] },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'episode', urls: [''], update: true },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'episode', urls: [undefined] },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'episode', urls: [undefined], update: true },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'] },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'] },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'], update: true },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'], update: true },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: undefined, url: undefined },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: undefined, url: undefined, update: true },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: undefined, urls: [undefined] },\n\t\t\t\t{ rss: '5b0ad37226dc3db38194e5ec', type: undefined, urls: [undefined], update: true },\n\t\t\t\t{ type: '', url: '' },\n\t\t\t\t{ type: '', url: '', update: true },\n\t\t\t\t{ type: '', urls: [''] },\n\t\t\t\t{ type: '', urls: [''], update: true },\n\t\t\t\t{ type: 'article', url: '' },\n\t\t\t\t{ type: 'article', url: '', update: true },\n\t\t\t\t{ type: 'article', url: undefined },\n\t\t\t\t{ type: 'article', url: undefined, update: true },\n\t\t\t\t{ type: 'article', urls: [''] },\n\t\t\t\t{ type: 'article', urls: [''], update: true },\n\t\t\t\t{ type: 'article', urls: [undefined] },\n\t\t\t\t{ type: 'article', urls: [undefined], update: true },\n\t\t\t\t{ type: 'episode', url: '' },\n\t\t\t\t{ type: 'episode', url: '', update: true },\n\t\t\t\t{ type: 'episode', url: undefined },\n\t\t\t\t{ type: 'episode', url: undefined, update: true },\n\t\t\t\t{ type: 'episode', urls: [''] },\n\t\t\t\t{ type: 'episode', urls: [''], update: true },\n\t\t\t\t{ type: 'episode', urls: [undefined] },\n\t\t\t\t{ type: 'episode', urls: [undefined], update: true },\n\t\t\t\t{ type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'] },\n\t\t\t\t{ type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'] },\n\t\t\t\t{ type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'], update: true },\n\t\t\t\t{ type: 'xenomorph', urls: ['http://mbmbam.libsyn.com/rssss'], update: true },\n\t\t\t\t{ type: undefined, url: undefined },\n\t\t\t\t{ type: undefined, url: undefined, update: true },\n\t\t\t\t{ type: undefined, urls: [undefined] },\n\t\t\t\t{ type: undefined, urls: [undefined], update: true },\n\t\t\t];\n\n\t\t\tParseOG.resetHistory();\n\n\t\t\tfor (let i in testCases) {\n\t\t\t\tconst data = testCases[i];\n\t\t\t\tsetupHandler();\n\n\t\t\t\tawait ogQueue.add(data);\n\t\t\t\tawait handler;\n\n\t\t\t\texpect(ParseOG.called).to.be.false;\n\t\t\t}\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/workers/podcast.js",
    "content": "import nock from 'nock';\nimport { expect } from 'chai';\n\nimport { podcastQueue, StreamQueueAdd, OgQueueAdd } from '../../src/asyncTasks';\nimport Podcast from '../../src/models/podcast';\nimport Episode from '../../src/models/episode';\nimport { ParsePodcast } from '../../src/parsers/feed';\nimport { podcastProcessor, handlePodcast } from '../../src/workers/podcast';\nimport { loadFixture, dropDBs, getTestPodcast, getMockFeed } from '../utils';\n\ndescribe('Podcast worker', () => {\n\tconst data = {\n\t\tpodcast: '5afb7fedfe7430d35996d66e',\n\t\turl: 'https://anchor.fm/s/1f47f58/podcast/rss',\n\t};\n\n\tlet originalOgQueueAdd;\n\tlet originalStreamQueueAdd;\n\tlet handler;\n\tlet initialEpisodes;\n\n\tfunction setupHandler() {\n\t\thandler = new Promise((resolve, reject) => {\n\t\t\tpodcastQueue.handlers['__default__'] = job => {\n\t\t\t\treturn handlePodcast(job).then(resolve, reject);\n\t\t\t};\n\t\t});\n\t}\n\n\tbefore(async () => {\n\t\tawait podcastQueue.empty();\n\t\toriginalOgQueueAdd = OgQueueAdd._fn;\n\t\toriginalStreamQueueAdd = StreamQueueAdd._fn;\n\t\tOgQueueAdd._fn = () => Promise.resolve();\n\t\tStreamQueueAdd._fn = () => Promise.resolve();\n\n\t\tpodcastQueue.process(podcastProcessor).catch(err => console.log(`PODCAST PROCESSING FAILURE: ${err.stack}`));\n\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data');\n\n\t\tinitialEpisodes = await Episode.find({ podcast: data.podcast });\n\t});\n\n\tafter(async () => {\n\t\tpodcastQueue.handlers['__default__'] = podcastProcessor;\n\t\tawait podcastQueue.close();\n\t\tOgQueueAdd._fn = originalOgQueueAdd;\n\t\tStreamQueueAdd._fn = originalStreamQueueAdd;\n\t});\n\n\tdescribe('queue', () => {\n\t\tit('should call worker when enqueueing jobs', async () => {\n\t\t\tsetupHandler();\n\n\t\t\tawait podcastQueue.add(data);\n\t\t\tawait handler;\n\n\t\t\tconst episodes = await Episode.find({ podcast: data.podcast });\n\t\t\texpect(episodes).to.have.length.above(initialEpisodes.length);\n\t\t});\n\n\t\tit('should fail for invalid job', async () => {\n\t\t\tconst testCases = [\n\t\t\t\t{ podcast: '5afb7fedfe7430d35996d66e', url: undefined },\n\t\t\t\t{ podcast: '5afb7fedfe7430d35996d66e', url: '' },\n\t\t\t\t{ podcast: '5afb7fedfe7430d35996d66e', url: 'http://dorkly.com/comics/rssss' },\n\t\t\t];\n\n\t\t\tfor (let i = 0; i < testCases.length; ++i) {\n\t\t\t\tsetupHandler();\n\n\t\t\t\tconst data = testCases[i];\n\t\t\t\tawait podcastQueue.add(data);\n\t\t\t\ttry {\n\t\t\t\t\tawait handler;\n\t\t\t\t} catch (_) {\n\t\t\t\t\t//XXX: ignore error\n\t\t\t\t}\n\n\t\t\t\tconst podcast = await Podcast.findById(data.podcast);\n\t\t\t\texpect(podcast.consecutiveScrapeFailures, `test case #${i + 1}`).to.be.an.equal(i + 1);\n\t\t\t}\n\t\t});\n\t});\n\n\tdescribe('worker', () => {\n\t\tbefore(async () => {\n\t\t\tawait dropDBs();\n\t\t\tawait loadFixture('initial-data');\n\n\t\t\tinitialEpisodes = await Episode.find({ podcast: data.podcast });\n\n\t\t\tnock(data.url)\n\t\t\t\t.get('')\n\t\t\t\t.twice()\n\t\t\t\t.reply(200, () => {\n\t\t\t\t\treturn getTestPodcast('giant-bombcast');\n\t\t\t\t});\n\n\t\t\tgetMockFeed('podcast', data.podcast).addActivities.resetHistory();\n\t\t\tParsePodcast.resetHistory();\n\t\t\tOgQueueAdd.resetHistory();\n\t\t\tStreamQueueAdd.resetHistory();\n\t\t\tsetupHandler();\n\n\t\t\tawait podcastQueue.add(data);\n\t\t\tawait handler;\n\t\t});\n\n\t\tafter(() => {\n\t\t\tnock.cleanAll();\n\t\t});\n\n\t\tit('should parse the feed', async () => {\n\t\t\texpect(ParsePodcast.calledWith(data.url)).to.be.true;\n\t\t});\n\n\t\tit('should upsert episode data from feed', async () => {\n\t\t\tconst episodes = await Episode.find({ podcast: data.podcast });\n\t\t\texpect(episodes).to.have.length(initialEpisodes.length + 649);\n\t\t});\n\n\t\tit('should update feed data', async () => {\n\t\t\tconst podcast = await Podcast.findById(data.podcast);\n\t\t\t// expect(podcast.postCount).to.be.equal(initialEpisodes.length + 649);\n\t\t});\n\n\t\tit('should add episode data to Stream feed', async () => {\n\t\t\tconst feed = getMockFeed('podcast', data.podcast);\n\t\t\texpect(feed).to.not.be.null;\n\t\t\texpect(feed.addActivities.called).to.be.true;\n\n\t\t\tconst episodes = await Episode.find({\n\t\t\t\t_id: { $nin: initialEpisodes.map(a => a._id) },\n\t\t\t\tpodcast: data.podcast,\n\t\t\t});\n\t\t\tconst batchCount = Math.ceil(episodes.length / 100);\n\t\t\tconst foreignIds = episodes.map(e => `episodes:${e._id}`);\n\t\t\tlet matchedActivities = 0;\n\t\t\tfor (let i = 0; i < batchCount; ++i) {\n\t\t\t\tconst batchSize = Math.min(100, episodes.length - i * 100);\n\t\t\t\tconst args = feed.addActivities.getCall(i).args[0].map(a => a.foreign_id);\n\t\t\t\texpect(args).to.have.length(batchSize);\n\t\t\t\tmatchedActivities += args.filter(arg => foreignIds.includes(arg)).length;\n\t\t\t}\n\t\t\texpect(matchedActivities).to.equal(episodes.length);\n\t\t});\n\n\t\tit('should schedule OG job', async () => {\n\t\t\tconst episodes = await Episode.find({\n\t\t\t\t_id: { $nin: initialEpisodes.map(a => a._id) },\n\t\t\t\tpodcast: data.podcast,\n\t\t\t});\n\t\t\tconst opts = { removeOnComplete: true, removeOnFail: true };\n\t\t\tconst args = { type: 'episode', podcast: data.podcast, urls: episodes.map(e => e.link) };\n\t\t\texpect(OgQueueAdd.calledOnceWith(args, opts)).to.be.true;\n\t\t});\n\n\t\tit('should schedule Stream job', async () => {\n\t\t\tconst episodes = await Episode.find({\n\t\t\t\t_id: { $nin: initialEpisodes.map(a => a._id) },\n\t\t\t\tpodcast: data.podcast,\n\t\t\t});\n\t\t\tconst opts = { removeOnComplete: true, removeOnFail: true };\n\t\t\tconst args = { podcast: data.podcast, contentIds: episodes.map(e => e._id) };\n\t\t\texpect(StreamQueueAdd.calledOnceWith(args, opts)).to.be.true;\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/workers/rss.js",
    "content": "import { parse } from 'url';\nimport nock from 'nock';\nimport { expect } from 'chai';\n\nimport { rssQueue, OgQueueAdd, StreamQueueAdd, SocialQueueAdd } from '../../src/asyncTasks';\nimport RSS from '../../src/models/rss';\nimport Article from '../../src/models/article';\nimport { ParseFeed } from '../../src/parsers/feed';\nimport { rssProcessor, handleRSS, upsertManyArticles } from '../../src/workers/rss';\nimport { loadFixture, dropDBs, getTestFeed, createMockFeed, getMockFeed } from '../utils';\n\ndescribe('RSS worker', () => {\n\tlet originalOgQueueAdd;\n\tlet originalStreamQueueAdd;\n\tlet originalSocialQueueAdd;\n\tlet handler;\n\n\tfunction setupHandler() {\n\t\thandler = new Promise((resolve, reject) => {\n\t\t\trssQueue.handlers['__default__'] = job => {\n\t\t\t\treturn handleRSS(job).then(resolve, reject);\n\t\t\t};\n\t\t});\n\t}\n\n\tbefore(async () => {\n\t\tawait rssQueue.empty();\n\t\tOgQueueAdd.resetHistory();\n\t\tStreamQueueAdd.resetHistory();\n\t\tSocialQueueAdd.resetHistory();\n\n\t\toriginalOgQueueAdd = OgQueueAdd._fn;\n\t\toriginalStreamQueueAdd = StreamQueueAdd._fn;\n\t\toriginalSocialQueueAdd = SocialQueueAdd._fn;\n\t\tOgQueueAdd._fn = () => Promise.resolve();\n\t\tStreamQueueAdd._fn = () => Promise.resolve();\n\t\tSocialQueueAdd._fn = () => Promise.resolve();\n\n\t\trssQueue.process(rssProcessor).catch(err => console.error(`RSS PROCESSING FAILURE: ${err.stack}`));\n\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data');\n\t});\n\n\tafter(async () => {\n\t\trssQueue.handlers['__default__'] = rssProcessor;\n\t\tawait rssQueue.close();\n\t\tOgQueueAdd._fn = originalOgQueueAdd;\n\t\tStreamQueueAdd._fn = originalStreamQueueAdd;\n\t\tSocialQueueAdd._fn = originalSocialQueueAdd;\n\t});\n\n\tdescribe('queue', () => {\n\t\tconst testCases = [];[\n\t\t\t'http://20minutes.fr/rss/france.xml',\n\t\t\t'http://20minutes.fr/rss/hightech.xml',\n\t\t\t'http://20minutes.fr/rss/paris.xml',\n\t\t\t'http://20minutes.fr/rss/une.xml',\n\t\t\t'http://adelcho88.podomatic.com/rss2.xml',\n\t\t\t'http://apublica.org/feed',\n\t\t\t'http://audiworld.com/rss.xml',\n\t\t\t'http://blog.moneydj.com/news/feed',\n\t\t\t'http://bookshadow.com/weblog/feeds',\n\t\t\t'http://dingxiaoyun555.blog.163.com/rss',\n\t\t\t'http://douban.com/feed/people/52041165/interests',\n\t\t\t'http://geektopia.es/rss.xml',\n\t\t\t'http://gossip.podomatic.com/rss2.xml',\n\t\t\t'http://htxt.co.za/feed',\n\t\t\t'http://jasonhaley.com/syndication.axd',\n\t\t\t'http://kaiak.tw/?cat=205&feed=rss2',\n\t\t\t'http://maxwell-land-surveying.com/feed',\n\t\t\t'http://opplopolis.com/feed/all',\n\t\t\t'http://rss.cnki.net/kns/rss.aspx?journal=hhzx&virtual=knavi',\n\t\t\t'http://scottishpoetrylibrary.podomatic.com/rss2.xml',\n\t\t\t'http://shanzhuoboshi.com/feed',\n\t\t\t'http://simonsays.fr/feed',\n\t\t\t'http://sospc.name/feed',\n\t\t\t'http://sourcedigit.com/feed',\n\t\t\t'http://stevestoj.podomatic.com/rss2.xml',\n\t\t\t'http://straitstimes.com/news/asia/rss.xml',\n\t\t\t'http://sunnymegatron.com/feed',\n\t\t\t'http://tejiendoelmundo.wordpress.com/feed',\n\t\t\t'http://thejunkies.podomatic.com/rss2.xml',\n\t\t\t'http://thewildeternal.com/blog/feed',\n\t\t\t'http://totoyao.wordpress.com/feed',\n\t\t\t'http://xda-developers.com/category/android/feed',\n\t\t\t'http://yan.sg/feed',\n\t\t\t'http://zhukun.net/feed',\n\t\t\t'https://90.cx/feed',\n\t\t\t'https://api.prprpr.me/weibo/rss/5953553734',\n\t\t\t'https://lowendbox.com/feed',\n\t\t\t'https://qiujunya.com/feed',\n\t\t\t'https://seattle.craigslist.org/search/act?format=rss',\n\t\t\t'https://torrentedigital.com/feed',\n\t\t\t'https://ttt.tt/feed',\n\t\t];\n\n\t\tfor (let i = 0; i < testCases.length; ++i) {\n\n\t\t\tit(`should call worker when enqueueing job for ${testCases[i]}`, async () => {\n\t\t\t\tasync function queue(url) {\n\t\t\t\t\tsetupHandler();\n\t\t\t\t\tawait rssQueue.add({ rss: '5b0ad0baf6f89574a638887a', url });\n\t\t\t\t\tawait handler;\n\t\t\t\t}\n\n\t\t\t\t//XXX: fetching data from the net failed, falling back to mocking\n\t\t\t\tconst url = parse(testCases[i]);\n\t\t\t\tnock(url.host)\n\t\t\t\t\t.get(url.path)\n\t\t\t\t\t.query(url.query)\n\t\t\t\t\t.reply(200, () => getTestFeed(url.host));\n\t\t\t\tawait queue(testCases[i]);\n\t\t\t\tnock.cleanAll();\n\t\t\t}).timeout(30000).retries(2);\n\t\t}\n\n\t\tit('should fail for invalid job', async () => {\n\t\t\tconst rssID = '5b0ad0baf6f89574a638887a';\n\t\t\tconst testCases = [\n\t\t\t\t{ rss: rssID, url: undefined },\n\t\t\t\t{ rss: rssID, url: '' },\n\t\t\t\t{ rss: rssID, url: 'http://mbmbam.libsyn.com/rssss' },\n\t\t\t];\n\n\t\t\tconst before = await RSS.findById(rssID);\n\t\t\tfor (let i = 0; i < testCases.length; ++i) {\n\t\t\t\tsetupHandler();\n\n\t\t\t\tconst data = testCases[i];\n\n\t\t\t\tawait rssQueue.add(data);\n\t\t\t\tawait handler;\n\n\t\t\t\tconst after = await RSS.findById(data.rss);\n\t\t\t\texpect(after.consecutiveScrapeFailures, `test case #${i + 1}`).to.be.an.equal(before.consecutiveScrapeFailures + i + 1);\n\t\t\t}\n\t\t});\n\t});\n\n\tdescribe('worker', () => {\n\t\tconst data = {\n\t\t\trss: '5b0ad0baf6f89574a638887a',\n\t\t\turl: 'http://dorkly.com/comics/rss',\n\t\t};\n\t\tlet initialArticles;\n\n\t\tdescribe('invalid feed', () => {\n\t\t\tbeforeEach(async () => {\n\t\t\t\tawait dropDBs();\n\t\t\t\tawait loadFixture('initial-data');\n\n\t\t\t\tinitialArticles = await Article.find({ rss: data.rss });\n\n\t\t\t\tcreateMockFeed('rss', data.rss);\n\t\t\t\tParseFeed.resetHistory();\n\t\t\t\tOgQueueAdd.resetHistory();\n\t\t\t\tSocialQueueAdd.resetHistory();\n\t\t\t\tStreamQueueAdd.resetHistory();\n\t\t\t\tsetupHandler();\n\t\t\t});\n\n\t\t\tafterEach(() => {\n\t\t\t\tnock.cleanAll();\n\t\t\t});\n\n\t\t\tit('should fail to parse malformed feed', async () => {\n\t\t\t\tnock(data.url)\n\t\t\t\t\t.get('')\n\t\t\t\t\t.twice()\n\t\t\t\t\t.reply(200, () => {\n\t\t\t\t\t\treturn getTestFeed('malformed-hackernews');\n\t\t\t\t\t});\n\n\t\t\t\tawait rssQueue.add(data);\n\t\t\t\tawait handler;\n\n\t\t\t\tconst articles = await Article.find({ rss: data.rss });\n\t\t\t\texpect(articles).to.have.length.above(initialArticles.length);\n\t\t\t});\n\n\t\t\tit('should fail to parse empty feed', async () => {\n\t\t\t\tnock(data.url)\n\t\t\t\t\t.get('')\n\t\t\t\t\t.twice()\n\t\t\t\t\t.reply(200, () => {\n\t\t\t\t\t\treturn getTestFeed('empty');\n\t\t\t\t\t});\n\n\t\t\t\tawait rssQueue.add(data);\n\t\t\t\tawait handler;\n\n\t\t\t\tconst articles = await Article.find({ rss: data.rss });\n\t\t\t\texpect(articles).to.have.length(initialArticles.length);\n\t\t\t});\n\t\t});\n\n\t\tdescribe('valid feed', () => {\n\t\t\tconst newArticleCount = 30;\n\n\t\t\tbefore(async () => {\n\t\t\t\tawait dropDBs();\n\t\t\t\tawait loadFixture('initial-data');\n\n\t\t\t\tinitialArticles = await Article.find({ rss: data.rss });\n\n\t\t\t\tcreateMockFeed('rss', data.rss);\n\t\t\t\tParseFeed.resetHistory();\n\t\t\t\tOgQueueAdd.resetHistory();\n\t\t\t\tSocialQueueAdd.resetHistory();\n\t\t\t\tStreamQueueAdd.resetHistory();\n\t\t\t\tsetupHandler();\n\n\t\t\t\tnock(data.url)\n\t\t\t\t\t.get('')\n\t\t\t\t\t.twice()\n\t\t\t\t\t.reply(200, () => {\n\t\t\t\t\t\treturn getTestFeed('hackernews');\n\t\t\t\t\t});\n\n\t\t\t\tawait rssQueue.add(data);\n\t\t\t\tawait handler;\n\t\t\t});\n\n\t\t\tafter(() => {\n\t\t\t\tnock.cleanAll();\n\t\t\t});\n\n\t\t\tit('should parse the feed', async () => {\n\t\t\t\texpect(ParseFeed.calledWith(data.url)).to.be.true;\n\t\t\t});\n\n\t\t\tit('should upsert article data from feed', async () => {\n\t\t\t\tconst articles = await Article.find({ rss: data.rss });\n\t\t\t\texpect(articles).to.have.length(initialArticles.length + newArticleCount);\n\t\t\t});\n\n\t\t\tit('should update feed data', async () => {\n\t\t\t\tconst rss = await RSS.findById(data.rss);\n\t\t\t\t// expect(rss.postCount).to.be.equal(initialArticles.length + newArticleCount);\n\t\t\t\texpect(rss.guidStability).to.be.equal('STABLE');\n\t\t\t});\n\n\t\t\tit('should schedule OG job', async () => {\n\t\t\t\tconst articles = await Article.find({\n\t\t\t\t\t_id: { $nin: initialArticles.map(a => a._id) },\n\t\t\t\t\trss: data.rss,\n\t\t\t\t});\n\t\t\t\tconst opts = { removeOnComplete: true, removeOnFail: true };\n\t\t\t\tconst args = { type: 'article', rss: data.rss, urls: articles.filter(a => !!a.url).map(a => a.url) };\n\t\t\t\texpect(OgQueueAdd.calledOnceWith(args, opts)).to.be.true;\n\t\t\t});\n\n\t\t\tit('should schedule Stream job', async () => {\n\t\t\t\tconst opts = { removeOnComplete: true, removeOnFail: true };\n\t\t\t\tconst newArticles = await Article.find({\n\t\t\t\t\t_id: { $nin: initialArticles.map(a => a._id) },\n\t\t\t\t\trss: data.rss,\n\t\t\t\t});\n\t\t\t\tconst articleIDs = newArticles.filter(a => !!a.url).map(a => a._id);\n\t\t\t\tconst args = { rss: data.rss, contentIds: articleIDs };\n\t\t\t\texpect(StreamQueueAdd.calledOnceWith(args, opts)).to.be.true;\n\t\t\t});\n\n\t\t\tit('should add article data to Stream feed', async () => {\n\t\t\t\tconst feed = getMockFeed('rss', data.rss);\n\t\t\t\texpect(feed).to.not.be.null;\n\t\t\t\texpect(feed.addActivities.called).to.be.true;\n\n\t\t\t\tconst articles = await Article.find({\n\t\t\t\t\t_id: { $nin: initialArticles.map(a => a._id) },\n\t\t\t\t\trss: data.rss,\n\t\t\t\t});\n\t\t\t\tconst batchCount = Math.ceil(articles.length / 100);\n\t\t\t\tconst foreignIds = articles.map(a => `articles:${a._id}`);\n\t\t\t\tlet matchedActivities = 0;\n\t\t\t\tfor (let i = 0; i < batchCount; ++i) {\n\t\t\t\t\tconst batchSize = Math.min(100, articles.length - i * 100);\n\t\t\t\t\tconst args = feed.addActivities.getCall(i).args[0].map(a => a.foreign_id);\n\t\t\t\t\texpect(args).to.have.length(batchSize);\n\t\t\t\t\tmatchedActivities += args.filter(arg => foreignIds.includes(arg)).length;\n\t\t\t\t}\n\t\t\t\texpect(matchedActivities).to.equal(articles.length);\n\t\t\t});\n\t\t});\n\n\t\tdescribe('feed w/ unstable guid values', () => {\n\t\t\tconst testData = [{\n\t\t\t\trss: '5b0bfaf6bf3863483f0b71e7',\n\t\t\t\turl: 'http://todopvr.com/foro/news_rss.php',\n\t\t\t}, {\n\t\t\t\trss: '5b0a1c041bbf863ebe703dbe',\n\t\t\t\turl: 'http://search.worldbank.org/api/v2/news?countrycode_exact=pe&format=atom',\n\t\t\t}, {\n\t\t\t\trss: '5b04c778e8865b482745bdee',\n\t\t\t\turl: 'http://social.msdn.microsoft.com/search/feed/?format=rss&query=blogs&refinement=109',\n\t\t\t}];\n\n\t\t\tbefore(async () => {\n\t\t\t\tawait dropDBs();\n\t\t\t\tawait loadFixture('unstable-guid');\n\t\t\t});\n\n\t\t\tit.skip('should update feed data', async () => {\n\t\t\t\tfor (const data of testData) {\n\t\t\t\t\tsetupHandler();\n\n\t\t\t\t\tawait rssQueue.add(data);\n\t\t\t\t\tawait handler;\n\n\t\t\t\t\tconst rss = await RSS.findById(data.rss);\n\t\t\t\t\texpect(rss.guidStability).to.be.equal('UNSTABLE');\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/workers/social.js",
    "content": "import mongoose from 'mongoose';\nimport { expect } from 'chai';\n\nimport RSS from '../../src/models/rss';\nimport Article from '../../src/models/article';\nimport { fetchSocialScore } from '../../src/utils/social';\nimport { socialQueue } from '../../src/asyncTasks';\nimport { socialProcessor, handleSocial } from '../../src/workers/social';\nimport { loadFixture, dropDBs } from '../utils';\n\ndescribe('Social worker', () => {\n\tlet handler;\n\n\tfunction setupHandler() {\n\t\thandler = new Promise((resolve, reject) => {\n\t\t\tsocialQueue.handlers['__default__'] = job => {\n\t\t\t\treturn handleSocial(job).then(resolve, reject);\n\t\t\t};\n\t\t});\n\t}\n\n\tbefore(async () => {\n\t\tsocialQueue.process(socialProcessor).catch(err => console.log(`OG PROCESSING FAILURE: ${err.stack}`));\n\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data');\n\t});\n\n\tafter(async () => {\n\t\tsocialQueue.handlers['__default__'] = socialProcessor;\n\t\tawait socialQueue.close();\n\t});\n\n\tdescribe('queue', () => {\n\t\tit('should call worker when enqueueing job', async () => {\n\t\t\tconst articles = [{\n\t\t\t\tid: '5b0ad37226dc3db38194e5ec',\n\t\t\t\tlink: 'http://mbmbam.libsyn.com/mbmbam-398-rest-in-reeses-pieces'\n\t\t\t}, {\n\t\t\t\tid: '5b0ad37226dc3db38194e5ec',\n\t\t\t\tcommentUrl: 'https://techcrunch.com/2018/05/31/area-120-subway-pigeon/#respond'\n\t\t\t}];\n\n\t\t\tsetupHandler();\n\t\t\tawait socialQueue.add({ rss: '5b0ad0baf6f89574a638887a', articles });\n\t\t\tawait handler;\n\t\t})\n\n\t\tit('should fail for invalid job', async () => {\n\t\t\tconst articles = [{\n\t\t\t\tid: '5b0ad37226dc3db38194e5ec',\n\t\t\t\tlink: 'http://mbmbam.libsyn.com/mbmbam-398-rest-in-reeses-pieces'\n\t\t\t}, {\n\t\t\t\tid: '5b0ad37226dc3db38194e5ec',\n\t\t\t\tcommentUrl: 'https://techcrunch.com/2018/05/31/area-120-subway-pigeon/#respond'\n\t\t\t}];\n\t\t\tconst testCases = [\n\t\t\t\t{ rss: '5b0ad0baf6f-9574a638887a', articles },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887', articles },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887a', articles: '' },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887a', articles: 0 },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887a', articles: [] },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887a', articles: null },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887a', articles: undefined },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887a', articles: {} },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887aa', articles },\n\t\t\t\t{ rss: '5b0ad0baf6fb9574a638887a', articles: [{ id: '', link: '' }] },\n\t\t\t\t{ rss: '5b0ad0baf6fb9574a638887a', articles: [{ id: '5b0ad0baf6fb9574a638887a', link: '' }] },\n\t\t\t\t{ rss: '5b0ad0baf6fb9574a638887a', articles: [{ id: '5b0ad0baf6fb9574a638887a', link: 'ftp://gogel.com' }] },\n\t\t\t\t{ rss: '5b0ad0baf6fb9574a638887a', articles: [{}] },\n\t\t\t\t{ rss: 0, articles },\n\t\t\t\t{ rss: null, articles },\n\t\t\t\t{ rss: undefined, articles },\n\t\t\t];\n\n\t\t\tfetchSocialScore.resetHistory();\n\t\t\tfor (let i = 0; i < testCases.length; ++i) {\n\t\t\t\tsetupHandler();\n\n\t\t\t\tconst data = testCases[i];\n\n\t\t\t\tawait socialQueue.add(data);\n\t\t\t\tawait handler;\n\n\t\t\t\texpect(fetchSocialScore.called, `test case #${i + 1}`).to.be.false;\n\t\t\t}\n\t\t}).timeout(60000); //XXX: node 8 and 9 seem to take their sweet time to finish\n\t});\n\n\tdescribe('worker', () => {\n\t\tconst data = {\n\t\t\trss: '5b0ad0baf6f89574a638887a',\n\t\t\tarticles: [{\n\t\t\t\tid: '5b0ad37226dc3db38194e5ec',\n\t\t\t\tlink: 'https://choosealicense.com/'\n\t\t\t}, {\n\t\t\t\tid: '5b0ad37226dc3db38194e5ed',\n\t\t\t\tcommentUrl: 'https://news.ycombinator.com/item?id=17243341'\n\t\t\t}],\n\t\t};\n\n\t\tbefore(async () => {\n\t\t\tawait dropDBs();\n\t\t\tawait loadFixture('initial-data');\n\n\t\t\tsetupHandler();\n\t\t\tawait socialQueue.add(data);\n\t\t\tawait handler;\n\t\t});\n\n\t\tit('should fetch article social score', async () => {\n\t\t\tconst articles = await Article.find({\n\t\t\t\t_id: { $in: data.articles.map(a => a.id) },\n\t\t\t\trss: data.rss,\n\t\t\t});\n\t\t\tfor (const article of articles) {\n\t\t\t\texpect(article.socialScore).to.not.be.null;\n\t\t\t\texpect(article.socialScore.reddit).to.be.above(0);\n\t\t\t\texpect(article.socialScore.hackernews).to.be.above(0);\n\t\t\t}\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test/workers/stream.js",
    "content": "import { expect } from 'chai';\n\nimport { streamQueue } from '../../src/asyncTasks';\nimport RSS from '../../src/models/rss';\nimport Article from '../../src/models/article';\nimport { sendFeedToCollections } from '../../src/utils/collections';\nimport { streamProcessor, handleStream } from '../../src/workers/stream';\nimport { loadFixture, dropDBs, createMockFeed, getMockFeed } from '../utils';\n\ndescribe('Stream worker', () => {\n\tlet handler;\n\n\tfunction setupHandler() {\n\t\thandler = new Promise((resolve, reject) => {\n\t\t\tstreamQueue.handlers['__default__'] = job => {\n\t\t\t\treturn handleStream(job).then(resolve, reject);\n\t\t\t};\n\t\t});\n\t}\n\n\tbefore(async () => {\n\t\tawait streamQueue.empty();\n\n\t\tstreamQueue.process(streamProcessor).catch(err => console.log(`STREAM PROCESSING FAILURE: ${err.stack}`));\n\n\t\tawait dropDBs();\n\t\tawait loadFixture('initial-data');\n\t});\n\n\tafter(async () => {\n\t\tstreamQueue.handlers['__default__'] = streamProcessor;\n\t\tawait streamQueue.close();\n\t});\n\n\tdescribe('queue', () => {\n\t\tit('should call worker when enqueueing job', async () => {\n\t\t\tconst articles = [{\n\t\t\t\tid: '5b0ad37226dc3db38194e5ec',\n\t\t\t\tpublicationDate: '2018-05-25T13:00:00.000Z'\n\t\t\t}];\n\n\t\t\tsetupHandler();\n\t\t\tawait streamQueue.add({ rss: '5b0ad0baf6f89574a638887a', articles });\n\t\t\tawait handler;\n\t\t})\n\n\t\tit('should fail for invalid job', async () => {\n\t\t\tconst testCases = [\n\t\t\t\t{ podcast: '' },\n\t\t\t\t{ podcast: '5b0ad0baf6f89574a638887' },\n\t\t\t\t{ podcast: '5b0ad0baf6f89574a638887a', contentIds: '' },\n\t\t\t\t{ podcast: '5b0ad0baf6f89574a638887a', contentIds: 42 },\n\t\t\t\t{ podcast: '5b0ad0baf6f89574a638887a', contentIds: [''] },\n\t\t\t\t{ podcast: '5b0ad0baf6f89574a638887a', contentIds: ['5b0ad0baf6f89574a638887'] },\n\t\t\t\t{ podcast: '5b0ad0baf6f89574a638887a', contentIds: ['5b0ad0baf6f89574a638887aa'] },\n\t\t\t\t{ podcast: '5b0ad0baf6f89574a638887a', contentIds: [42] },\n\t\t\t\t{ podcast: '5b0ad0baf6f89574a638887a', contentIds: [] },\n\t\t\t\t{ podcast: '5b0ad0baf6f89574a638887a', contentIds: [null] },\n\t\t\t\t{ podcast: '5b0ad0baf6f89574a638887a', contentIds: [undefined] },\n\t\t\t\t{ podcast: '5b0ad0baf6f89574a638887a', contentIds: null },\n\t\t\t\t{ podcast: '5b0ad0baf6f89574a638887aa' },\n\t\t\t\t{ podcast: 42 },\n\t\t\t\t{ podcast: null },\n\t\t\t\t{ podcast: undefined },\n\t\t\t\t{ rss: '' },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887' },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887a', contentIds: '' },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887a', contentIds: 42 },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887a', contentIds: [''] },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887a', contentIds: ['5b0ad0baf6f89574a638887'] },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887a', contentIds: ['5b0ad0baf6f89574a638887aa'] },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887a', contentIds: [42] },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887a', contentIds: [] },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887a', contentIds: [null] },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887a', contentIds: [undefined] },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887a', contentIds: null },\n\t\t\t\t{ rss: '5b0ad0baf6f89574a638887aa' },\n\t\t\t\t{ rss: 42 },\n\t\t\t\t{ rss: null },\n\t\t\t\t{ rss: undefined },\n\t\t\t];\n\n\t\t\tsendFeedToCollections.resetHistory();\n\t\t\tfor (let i = 0; i < testCases.length; ++i) {\n\t\t\t\tsetupHandler();\n\n\t\t\t\tconst data = testCases[i];\n\n\t\t\t\tawait streamQueue.add(data);\n\t\t\t\tawait handler;\n\n\t\t\t\tconst rssFeed = getMockFeed('rss', data.rss);\n\t\t\t\texpect(sendFeedToCollections.called, `test case #${i + 1}`).to.be.false;\n\t\t\t}\n\t\t}).timeout(60000); //XXX: node 8 and 9 seem to take their sweet time to finish\n\t});\n\n\tdescribe('worker', () => {\n\t\tconst data = {\n\t\t\trss: '5b0ad0baf6f89574a638887a',\n\t\t\tcontentIds: ['5b0ad37226dc3db38194e5ec', '5b0ad37226dc3db38194e5ed']\n\t\t};\n\n\t\tbefore(async () => {\n\t\t\tawait dropDBs();\n\t\t\tawait loadFixture('initial-data');\n\n\t\t\tcreateMockFeed('rss', data.rss);\n\t\t\tsetupHandler();\n\n\t\t\tsendFeedToCollections.resetHistory();\n\t\t\tawait streamQueue.add(data);\n\t\t\tawait handler;\n\t\t});\n\n\t\tit('should add article data to Stream feed', async () => {\n\t\t\texpect(sendFeedToCollections.calledOnce).to.be.true;\n\t\t});\n\t});\n});\n"
  },
  {
    "path": "api/test-entry.js",
    "content": "require('@babel/register')({\n\tpresets: [['@babel/preset-env', { targets: { node: 'current' } }]],\n\tplugins: [\n\t\t'shebang',\n\t\t[\n\t\t\t'istanbul',\n\t\t\t{\n\t\t\t\texclude: ['test', 'setup-tests.js', 'test-entry.js'],\n\t\t\t},\n\t\t],\n\t],\n});\n\n//XXX: mocking modules before anything else is loaded\nconst util = require('util');\nconst sinon = require('sinon');\nconst mock = require('mock-require');\n\nfunction spyOnEverything(module) {\n\tconst spiedOn = {};\n\tconst proto = require(module);\n\tfor (const key in proto) {\n\t\tif (!proto.hasOwnProperty(key)) {\n\t\t\tcontinue;\n\t\t}\n\t\tconst prop = proto[key];\n\t\tif (util.isFunction(prop)) {\n\t\t\tspiedOn[key] = sinon.spy(function() {\n\t\t\t\treturn spiedOn[key]._fn.apply(this, arguments);\n\t\t\t});\n\t\t\tspiedOn[key]._fn = prop;\n\t\t} else {\n\t\t\tspiedOn[key] = prop;\n\t\t}\n\t}\n\treturn spiedOn;\n}\n\nmock('getstream', {\n\tconnect: sinon.stub().callsFake(() => {\n\t\treturn require('./test/utils').getMockClient();\n\t}),\n});\nmock('./src/utils/events', sinon.spy(sinon.stub().returns(Promise.resolve())));\nmock('./src/utils/social', spyOnEverything('./src/utils/social'));\nmock('./src/utils/collections', spyOnEverything('./src/utils/collections'));\nmock('./src/parsers/feed', spyOnEverything('./src/parsers/feed'));\nmock('./src/parsers/og', spyOnEverything('./src/parsers/og'));\nmock('./src/asyncTasks', spyOnEverything('./src/asyncTasks'));\n\nrequire('./setup-tests');\n"
  },
  {
    "path": "app/electron-builder.yaml",
    "content": "\nappId: io.getstream.winds\ncopyright: Copyright © 2018 Stream.io Inc. All rights reserved.\nproductName: Winds\ncompression: normal\ndirectories:\n  buildResources: build\n  output: dist\nfiles:\n  - \"!node_modules\"\nmac:\n  category: public.app-category.news\n  entitlements: build/entitlements.mac.plist\n  provisioningProfile: ../../winds-private/electron/embedded.provisionprofile\n  icon: build/favicons/icon.icns\n  identity: EHV7XZLAHA\n  target:\n    - pkg\n    - dmg\n    - mas\n  publish:\n    provider: s3\n    bucket: winds-2.0-releases\n    path: releases\nmas:\n  entitlements: build/entitlements.mas.plist\nwin:\n  target: nsis\n  icon: build/favicons/icon.ico\n  publish:\n    provider: s3\n    bucket: winds-2.0-releases\n    path: releases\nlinux:\n  description: Winds is a beautiful open-source RSS Reader and Podcast application\n    provided by GetStream.io.\n  category: Network;Feed\n  target:\n    - snap\n    - AppImage\n  publish:\n    provider: s3\n    bucket: winds-2.0-releases\n    path: releases\n"
  },
  {
    "path": "app/package.json",
    "content": "{\n  \"name\": \"Winds\",\n  \"version\": \"3.3.14\",\n  \"description\": \"Winds is a beautiful open source RSS Reader and Podcast app. Wind 2.0 was created using React/Redux/Node.\\nFor more information, visit https://getstream.io/winds/.\\nTo contribute or run your own version head over to Github: https://github.com/getstream/winds\",\n  \"private\": true,\n  \"author\": \"Winds Team <winds@getstream.io>\",\n  \"license\": \"BSD-3-Clause\",\n  \"repository\": \"https://github.com/getstream/winds.git\",\n  \"bugs\": {\n    \"url\": \"https://github.com/getstream/winds/issues\"\n  },\n  \"homepage\": \"https://winds.getstream.io\",\n  \"main\": \"public/electron.js\",\n  \"keywords\": [\n    \"Winds\",\n    \"RSS\",\n    \"RSS Reader\",\n    \"Podcast\",\n    \"Podcast Player\",\n    \"Stream\",\n    \"GetStream\"\n  ],\n  \"scripts\": {\n    \"web\": \"react-scripts start\",\n    \"build\": \"react-scripts build\",\n    \"start\": \"concurrently \\\"yarn web\\\" \\\"wait-on http://localhost:3000 && electron .\\\"\",\n    \"pack\": \"electron-builder --dir\",\n    \"dist\": \"PUBLIC_URL=./ react-scripts build &&  electron-builder --mac --linux --win -p always\",\n    \"prettier\": \"prettier --config ../.prettierrc --write \\\"src/**/*.js\\\"\"\n  },\n  \"dependencies\": {\n    \"algoliasearch\": \"^4.2.0\",\n    \"axios\": \"^0.19.2\",\n    \"electron-updater\": \"^4.3.1\",\n    \"getstream\": \"^4.5.1\",\n    \"history\": \"^4.10.1\",\n    \"is-electron\": \"^2.2.0\",\n    \"moment\": \"^2.26.0\",\n    \"moment-duration-format\": \"^2.3.2\",\n    \"node-sass\": \"^4.14.1\",\n    \"rangy\": \"^1.3.0\",\n    \"raven-js\": \"^3.27.2\",\n    \"rc-slider\": \"^9.2.4\",\n    \"react\": \"^16.13.1\",\n    \"react-audio-player\": \"^0.13.0\",\n    \"react-dom\": \"^16.13.1\",\n    \"react-dropzone\": \"^11.0.1\",\n    \"react-hot-loader\": \"^4.12.21\",\n    \"react-html-parser\": \"^2.0.2\",\n    \"react-image\": \"^4.0.0\",\n    \"react-modal\": \"^3.11.2\",\n    \"react-player\": \"^2.1.0\",\n    \"react-popover\": \"^0.5.10\",\n    \"react-redux\": \"^7.2.0\",\n    \"react-router-dom\": \"^5.2.0\",\n    \"react-scripts\": \"^3.4.1\",\n    \"react-waypoint\": \"^9.0.2\",\n    \"redux\": \"^4.0.5\",\n    \"stream-analytics\": \"^2.8.0\"\n  },\n  \"devDependencies\": {\n    \"concurrently\": \"^5.2.0\",\n    \"cross-env\": \"^7.0.2\",\n    \"electron\": \"^9.0.0\",\n    \"electron-builder\": \"^22.6.1\",\n    \"electron-publisher-s3\": \"^20.17.2\",\n    \"prettier\": \"^2.0.5\",\n    \"stylelint\": \"^13.5.0\",\n    \"stylelint-config-standard\": \"^20.0.0\",\n    \"stylelint-order\": \"^4.0.0\",\n    \"typescript\": \"^3.9.3\",\n    \"version-bump-prompt\": \"^6.0.3\",\n    \"wait-on\": \"^5.0.0\"\n  },\n  \"eslintConfig\": {\n    \"extends\": \"react-app\"\n  },\n  \"browserslist\": [\n    \">0.2%\",\n    \"not dead\",\n    \"not ie <= 11\",\n    \"not op_mini all\"\n  ]\n}\n"
  },
  {
    "path": "app/public/actions.js",
    "content": "(function() {\n\tconst remote = require('electron').remote;\n\n\tfunction init() {\n\t\tdocument.getElementById('window-min').addEventListener('click', function() {\n\t\t\tconst window = remote.getCurrentWindow();\n\t\t\twindow.minimize();\n\t\t});\n\n\t\tdocument.getElementById('window-max').addEventListener('click', function() {\n\t\t\tconst window = remote.getCurrentWindow();\n\t\t\tif (!window.isMaximized()) {\n\t\t\t\twindow.maximize();\n\t\t\t} else {\n\t\t\t\twindow.unmaximize();\n\t\t\t}\n\t\t});\n\n\t\tdocument.getElementById('window-close').addEventListener('click', function() {\n\t\t\tconst window = remote.getCurrentWindow();\n\t\t\twindow.close();\n\t\t});\n\t}\n\n\tdocument.onreadystatechange = function() {\n\t\tif (document.readyState === 'complete') {\n\t\t\tinit();\n\t\t}\n\t};\n})();\n"
  },
  {
    "path": "app/public/electron.js",
    "content": "const {\n\tapp,\n\tBrowserWindow,\n\tshell,\n\tipcMain,\n\tMenu,\n\tTouchBar,\n\tremote,\n} = require('electron');\n\nconst { TouchBarButton, TouchBarLabel, TouchBarSpacer } = TouchBar;\nconst isDev =\n\t'ELECTRON_IS_DEV' in process.env\n\t\t? parseInt(process.env.ELECTRON_IS_DEV, 10) === 1\n\t\t: !(app || remote.app).isPackaged;\n\nlet mainWindow;\n\nconst createWindow = () => {\n\tmainWindow = new BrowserWindow({\n\t\tbackgroundColor: '#F7F7F7',\n\t\tminWidth: 880,\n\t\tshow: false,\n\t\ttitleBarStyle: 'hidden',\n\t\twebPreferences: {\n\t\t\tnodeIntegration: false,\n\t\t\tpreload: __dirname + '/preload.js',\n\t\t},\n\t\theight: 860,\n\t\twidth: 1280,\n\t});\n\n\tmainWindow.loadURL(\n\t\tisDev ? 'http://localhost:3000' : `file://${__dirname}/index.html`,\n\t);\n\n\tif (isDev) mainWindow.webContents.openDevTools();\n\n\tmainWindow.once('ready-to-show', () => {\n\t\tmainWindow.show();\n\n\t\tipcMain.on('open-external-window', (event, arg) => {\n\t\t\tshell.openExternal(arg);\n\t\t});\n\n\t\tipcMain.on('media-controls', (event, args) => {\n\t\t\tmediaControls(event, args);\n\t\t});\n\t});\n\n\tmainWindow.on('close', (event) => {\n\t\tif (app.quitting) mainWindow = null;\n\t\telse {\n\t\t\tevent.preventDefault();\n\t\t\tmainWindow.hide();\n\t\t}\n\t});\n};\n\nconst generateMenu = () => {\n\tlet template = [\n\t\t{\n\t\t\tlabel: 'File',\n\t\t\tsubmenu: [{ role: 'about' }, { role: 'quit' }],\n\t\t},\n\t\t{\n\t\t\tlabel: 'Edit',\n\t\t\tsubmenu: [\n\t\t\t\t{ role: 'undo' },\n\t\t\t\t{ role: 'redo' },\n\t\t\t\t{ type: 'separator' },\n\t\t\t\t{ role: 'cut' },\n\t\t\t\t{ role: 'copy' },\n\t\t\t\t{ role: 'paste' },\n\t\t\t\t{ role: 'pasteandmatchstyle' },\n\t\t\t\t{ role: 'delete' },\n\t\t\t\t{ role: 'selectall' },\n\t\t\t],\n\t\t},\n\t\t{\n\t\t\tlabel: 'View',\n\t\t\tsubmenu: [\n\t\t\t\t{ role: 'reload' },\n\t\t\t\t{ role: 'forcereload' },\n\t\t\t\t{ role: 'toggledevtools' },\n\t\t\t\t{ type: 'separator' },\n\t\t\t\t{ role: 'resetzoom' },\n\t\t\t\t{ role: 'zoomin' },\n\t\t\t\t{ role: 'zoomout' },\n\t\t\t\t{ type: 'separator' },\n\t\t\t\t{ role: 'togglefullscreen' },\n\t\t\t],\n\t\t},\n\t\t{\n\t\t\trole: 'window',\n\t\t\tsubmenu: [{ role: 'minimize' }, { role: 'close' }],\n\t\t},\n\t\t{\n\t\t\trole: 'help',\n\t\t\tsubmenu: [\n\t\t\t\t{\n\t\t\t\t\tclick() {\n\t\t\t\t\t\tshell.openExternal('https://getstream.io/winds');\n\t\t\t\t\t},\n\t\t\t\t\tlabel: 'Learn More',\n\t\t\t\t},\n\t\t\t\t{\n\t\t\t\t\tclick() {\n\t\t\t\t\t\tshell.openExternal('https://github.com/GetStream/Winds/issues');\n\t\t\t\t\t},\n\t\t\t\t\tlabel: 'File Issue on GitHub',\n\t\t\t\t},\n\t\t\t],\n\t\t},\n\t];\n\n\tif (process.platform === 'darwin') {\n\t\ttemplate.unshift({\n\t\t\tlabel: app.getName(),\n\t\t\tsubmenu: [\n\t\t\t\t{ role: 'about' },\n\t\t\t\t{ type: 'separator' },\n\t\t\t\t{ role: 'services', submenu: [] },\n\t\t\t\t{ type: 'separator' },\n\t\t\t\t{ role: 'hide' },\n\t\t\t\t{ role: 'hideothers' },\n\t\t\t\t{ role: 'unhide' },\n\t\t\t\t{ type: 'separator' },\n\t\t\t\t{ role: 'quit' },\n\t\t\t],\n\t\t});\n\t}\n\n\ttemplate[1].submenu.push(\n\t\t{ type: 'separator' },\n\t\t{\n\t\t\tlabel: 'Speech',\n\t\t\tsubmenu: [{ role: 'startspeaking' }, { role: 'stopspeaking' }],\n\t\t},\n\t);\n\n\ttemplate[3].submenu = [\n\t\t{ role: 'reload' },\n\t\t{ role: 'forcereload' },\n\t\t{ role: 'toggleDevTools' },\n\t\t{ type: 'separator' },\n\t\t{ role: 'zoom' },\n\t\t{ type: 'separator' },\n\t\t{ role: 'front' },\n\t];\n\n\ttemplate[4].submenu.push(\n\t\t{ type: 'separator' },\n\t\t{\n\t\t\tlabel: 'Winds',\n\t\t\tclick() {\n\t\t\t\tmainWindow.show();\n\t\t\t},\n\t\t},\n\t);\n\n\tMenu.setApplicationMenu(Menu.buildFromTemplate(template));\n};\n\nconst mediaControls = (event, args) => {\n\tlet next = new TouchBarButton({\n\t\ticon: `${__dirname}/static/next.png`,\n\t\tclick: () => {\n\t\t\tevent.sender.send('media-controls', 'next');\n\t\t},\n\t});\n\n\tlet previous = new TouchBarButton({\n\t\ticon: `${__dirname}/static/previous.png`,\n\t\tclick: () => {\n\t\t\tevent.sender.send('media-controls', 'previous');\n\t\t},\n\t});\n\n\tlet playPause = new TouchBarButton({\n\t\ticon: `${__dirname}/static/pause.png`,\n\t\tclick: () => {\n\t\t\tevent.sender.send('media-controls', 'togglePlayPause');\n\t\t},\n\t});\n\n\tlet info = new TouchBarLabel({\n\t\tlabel:\n\t\t\targs.title && args.title.length > 40\n\t\t\t\t? `${args.title.substr(0, 40) + '...'}`\n\t\t\t\t: args.title,\n\t\ttextColor: '#FFFFFF',\n\t});\n\n\tif (args.type === 'play') {\n\t\tplayPause.icon = `${__dirname}/static/pause.png`;\n\t\tinfo.label = args.title;\n\t} else {\n\t\tplayPause.icon = `${__dirname}/static/play.png`;\n\t}\n\n\tlet touchBar = new TouchBar([\n\t\tprevious,\n\t\tplayPause,\n\t\tnext,\n\t\tnew TouchBarSpacer({ size: 'flexible' }),\n\t\tinfo,\n\t\tnew TouchBarSpacer({ size: 'flexible' }),\n\t]);\n\n\tmainWindow.setTouchBar(touchBar);\n};\n\napp.on('ready', () => {\n\tcreateWindow();\n\tgenerateMenu();\n});\n\napp.on('window-all-closed', () => {\n\tif (process.platform !== 'darwin') app.quit();\n});\n\napp.on('activate', () => {\n\tif (mainWindow === null) createWindow();\n\telse mainWindow.show();\n});\n\napp.on('before-quit', () => (app.quitting = true));\n\nipcMain.on('load-page', (event, arg) => {\n\tmainWindow.loadURL(arg);\n});\n"
  },
  {
    "path": "app/public/entitlements.mac.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n<dict>\n<key>com.apple.security.files.user-selected.read-only</key>\n<true/>\n<key>com.apple.security.files.user-selected.read-write</key>\n<true/>\n</dict>\n</plist>"
  },
  {
    "path": "app/public/entitlements.mas.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n  <dict>\n    <key>com.apple.security.app-sandbox</key>\n    <true/>\n    <key>com.apple.application-identifier</key>\n    <string>EHV7XZLAHA.io.getstream.winds</string>\n\t<key>com.apple.security.network.client</key>\n\t<true/>\n\t<key>com.apple.security.files.user-selected.read-write</key>\n\t<true/>\n  </dict>\n</plist>\n"
  },
  {
    "path": "app/public/index.html",
    "content": "<!doctype html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"utf-8\">\n    <base target=\"_blank\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n    <title>Winds - Powered by GetStream.io</title>\n\n    <meta name=\"description\" content=\"Winds 3.0 is a beautiful Open Source Podcast & RSS Reader created by Stream. Free desktop apps are available for macOS, Linux and Windows. A web version is available as well.\">\n    <meta name=\"image\" content=\"https://i.imgur.com/ALFAcHQ.png\">\n\n    <meta itemprop=\"name\" content=\"Winds\">\n    <meta itemprop=\"description\" content=\"Winds 3.0 is a beautiful Open Source Podcast & RSS Reader created by Stream. Free desktop apps are available for macOS, Linux and Windows. A web version is available as well.\">\n    <meta itemprop=\"image\" content=\"https://i.imgur.com/ALFAcHQ.png\">\n\n    <meta name=\"twitter:card\" content=\"summary\">\n    <meta name=\"twitter:title\" content=\"Winds\">\n    <meta name=\"twitter:description\" content=\"Winds 3.0 is a beautiful Open Source Podcast & RSS Reader created by Stream. Free desktop apps are available for macOS, Linux and Windows. A web version is available as well.\">\n    <meta name=\"twitter:site\" content=\"@getstream_io\">\n    <meta name=\"twitter:creator\" content=\"@nickparsons\">\n    <meta name=\"twitter:image:src\" content=\"https://i.imgur.com/ALFAcHQ.png\">\n\n    <meta name=\"og:title\" content=\"Winds\">\n    <meta name=\"og:description\" content=\"Winds 3.0 is a beautiful Open Source Podcast & RSS Reader created by Stream. Free desktop apps are available for macOS, Linux and Windows. A web version is available as well.\">\n    <meta name=\"og:image\" content=\"https://i.imgur.com/ALFAcHQ.png\">\n    <meta name=\"og:url\" content=\"https://getstream.io/winds\">\n    <meta name=\"og:site_name\" content=\"Winds\">\n    <meta name=\"og:type\" content=\"website\">\n\n    <meta name=\"referrer\" content=\"no-referrer\">\n\n    <link rel=\"canonical\" href=\"https://getstream.io/winds/\" />\n    <link rel=\"manifest\" href=\"%PUBLIC_URL%/manifest.json\" />\n\n    <link rel=\"apple-touch-icon\" sizes=\"57x57\" href=\"static/media/favicons/apple-touch-icon-57x57.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"114x114\" href=\"static/media/images/favicons/apple-touch-icon-114x114.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"72x72\" href=\"static/media/images/favicons/apple-touch-icon-72x72.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"144x144\" href=\"static/media/images/favicons/apple-touch-icon-144x144.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"60x60\" href=\"static/media/images/favicons/apple-touch-icon-60x60.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"static/media/images/favicons/apple-touch-icon-120x120.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"static/media/images/favicons/apple-touch-icon-76x76.png\" />\n    <link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"static/media/images/favicons/apple-touch-icon-152x152.png\" />\n    <link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-196x196.png\" sizes=\"196x196\" />\n    <link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-128x128.png\" sizes=\"128x128\" />\n    <link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-96x96.png\" sizes=\"96x96\" />\n    <link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-32x32.png\" sizes=\"32x32\" />\n    <link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon-16x16.png\" sizes=\"16x16\" />\n    <link rel=\"icon\" type=\"image/png\" href=\"/favicons/favicon.ico\" />\n    <link rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.5.0/css/all.css\" integrity=\"sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU\" crossorigin=\"anonymous\">\n</head>\n\n<body>\n    <script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-48587325-8\"></script>\n    <script>\n        window.dataLayer = window.dataLayer || [];\n        function gtag() { dataLayer.push(arguments); }\n        gtag('js', new Date());\n        gtag('config', 'UA-48587325-8');\n    </script>\n\n    <div id=\"root\"></div>\n</body>\n\n</html>"
  },
  {
    "path": "app/public/info.plist",
    "content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n<plist version=\"1.0\">\n  <dict>\n    <key>com.apple.developer.team-identifier</key>\n      <string>EHV7XZLAHA</string>\n    <key>com.apple.application-identifier</key>\n      <string>EHV7XZLAHA.io.getstream.winds</string>\n  </dict>\n</plist>\n"
  },
  {
    "path": "app/public/manifest.json",
    "content": "{\n  \"short_name\": \"Winds\",\n  \"name\": \"Winds - Powered by GetStream.io\",\n  \"description\": \"Winds 3.0 is a beautiful Open Source Podcast & RSS Reader created by Stream. Free desktop apps are available for macOS, Linux and Windows. A web version is available as well.\",\n  \"icons\": [\n      {\n          \"src\": \"/favicons/favicon-96x96.png\",\n          \"type\": \"image/png\",\n          \"sizes\": \"96x96\"\n      },\n      {\n          \"src\": \"/favicons/favicon-128x128.png\",\n          \"type\": \"image/png\",\n          \"sizes\": \"128x128\"\n      },\n      {\n          \"src\": \"/favicons/favicon-196x196.png\",\n          \"type\": \"image/png\",\n          \"sizes\": \"196x196\"\n      },\n      {\n          \"src\": \"/favicons/favicon-256x256.png\",\n          \"type\": \"image/png\",\n          \"sizes\": \"256x256\"\n      },\n      {\n          \"src\": \"/favicons/favicon-512x512.png\",\n          \"type\": \"image/png\",\n          \"sizes\": \"512x512\"\n      }\n  ],\n  \"start_url\": \"/?utm_source=pwa\",\n  \"background_color\": \"#ffffff\",\n  \"display\": \"standalone\",\n  \"orientation\":\"portrait\",\n  \"scope\": \"/\",\n  \"theme_color\": \"#f7f7f7\"\n}\n"
  },
  {
    "path": "app/public/preload.js",
    "content": "window.ipcRenderer = require('electron').ipcRenderer;\n\n"
  },
  {
    "path": "app/src/App.js",
    "content": "import React from 'react';\nimport isElectron from 'is-electron';\nimport { Provider } from 'react-redux';\nimport { createStore } from 'redux';\nimport { createHashHistory, createBrowserHistory } from 'history';\n\nimport AppRouter from './AppRouter.js';\nimport reducer from './reducers';\nimport './styles/global.scss';\n\nlet initialState = {};\nif ('authedUser' in localStorage) {\n\ttry {\n\t\tinitialState['authedUser'] = localStorage['authedUser'];\n\t} catch (e) {\n\t\tinitialState['authedUser'] = null;\n\t}\n}\n\nlet store;\nlet history;\nif (isElectron()) {\n\thistory = createHashHistory();\n\tstore = createStore(reducer, initialState);\n} else {\n\thistory = createBrowserHistory();\n\tstore = createStore(\n\t\treducer,\n\t\tinitialState,\n\t\twindow.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__(),\n\t);\n}\n\nconst crawlUpDomForAnchorTag = (node, e) => {\n\tif (!node) {\n\t\treturn;\n\t} else if (node.nodeName === 'A') {\n\t\tconst href = node.getAttribute('href');\n\t\tif (href && !href.includes('#/') && isElectron()) {\n\t\t\te.preventDefault();\n\t\t\twindow.ipcRenderer.send('open-external-window', href);\n\t\t} else {\n\t\t\treturn;\n\t\t}\n\t} else {\n\t\t// need to pass the click event down through the recursive calls so we can preventDefault if needed\n\t\treturn crawlUpDomForAnchorTag(node.parentNode, e);\n\t}\n};\n\nif (isElectron()) {\n\tdocument.body.addEventListener('click', (e) => {\n\t\tcrawlUpDomForAnchorTag(e.target, e);\n\t});\n}\n\nconst App = () => (\n\t<Provider store={store}>\n\t\t<AppRouter history={history} />\n\t</Provider>\n);\n\nexport default App;\n"
  },
  {
    "path": "app/src/AppRouter.js",
    "content": "import React, { Component } from 'react';\nimport PropTypes from 'prop-types';\nimport { connect } from 'react-redux';\nimport { Router, Switch, Route } from 'react-router-dom';\n\nimport AuthedRoute from './AuthedRoute';\nimport UnauthedRoute from './UnauthedRoute';\nimport Dashboard from './views/Dashboard';\nimport PodcastsView from './views/PodcastsView.js';\nimport RSSFeedsView from './views/RSSFeedsView.js';\nimport FoldersView from './views/FoldersView.js';\nimport AdminView from './views/AdminView';\nimport NotFound from './views/404View';\nimport Header from './components/Header';\nimport Player from './components/Player.js';\nimport { Create, ForgotPassword, Login, ResetPassword } from './views/auth-views';\nimport { getAllData } from './api';\n\nclass AppRouter extends Component {\n\tcomponentDidMount() {\n\t\tgetAllData(this.props.dispatch);\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<Router history={this.props.history}>\n\t\t\t\t<div className=\"app\">\n\t\t\t\t\t<AuthedRoute component={Header} redirect={false} showLoader={false} />\n\t\t\t\t\t<Switch>\n\t\t\t\t\t\t<AuthedRoute component={Dashboard} exact path=\"/\" />\n\t\t\t\t\t\t<AuthedRoute component={PodcastsView} exact path=\"/podcasts\" />\n\t\t\t\t\t\t<AuthedRoute\n\t\t\t\t\t\t\tcomponent={PodcastsView}\n\t\t\t\t\t\t\tpath=\"/podcasts/:podcastID\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t\t<AuthedRoute component={RSSFeedsView} exact path=\"/rss\" />\n\t\t\t\t\t\t<AuthedRoute component={RSSFeedsView} path=\"/rss/:rssFeedID\" />\n\n\t\t\t\t\t\t<Route\n\t\t\t\t\t\t\tcomponent={FoldersView}\n\t\t\t\t\t\t\tpath=\"/folders/:folderID/r/:rssFeedID/a/:articleID\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t\t<Route\n\t\t\t\t\t\t\tcomponent={FoldersView}\n\t\t\t\t\t\t\tpath=\"/folders/:folderID/p/:podcastID/e/:episodeID\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t\t<AuthedRoute\n\t\t\t\t\t\t\tcomponent={FoldersView}\n\t\t\t\t\t\t\tpath=\"/folders/:folderID/p/:podcastID\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t\t<AuthedRoute\n\t\t\t\t\t\t\tcomponent={FoldersView}\n\t\t\t\t\t\t\tpath=\"/folders/:folderID/r/:rssFeedID\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t\t<AuthedRoute component={FoldersView} path=\"/folders/:folderID\" />\n\t\t\t\t\t\t<AuthedRoute component={FoldersView} exact path=\"/folders\" />\n\t\t\t\t\t\t<AuthedRoute component={FoldersView} path=\"/tags/:tagID\" />\n\t\t\t\t\t\t<AuthedRoute component={AdminView} path=\"/admin\" />\n\t\t\t\t\t\t<UnauthedRoute component={Login} exact path=\"/login\" />\n\t\t\t\t\t\t<UnauthedRoute component={Create} exact path=\"/create-account\" />\n\t\t\t\t\t\t<UnauthedRoute\n\t\t\t\t\t\t\tcomponent={ForgotPassword}\n\t\t\t\t\t\t\texact\n\t\t\t\t\t\t\tpath=\"/forgot-password\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t\t<UnauthedRoute\n\t\t\t\t\t\t\tcomponent={ResetPassword}\n\t\t\t\t\t\t\texact\n\t\t\t\t\t\t\tpath=\"/reset-password\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t\t<Route component={NotFound} />\n\t\t\t\t\t</Switch>\n\t\t\t\t\t<AuthedRoute component={Player} redirect={false} showLoader={false} />\n\t\t\t\t</div>\n\t\t\t</Router>\n\t\t);\n\t}\n}\n\nAppRouter.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\thistory: PropTypes.object.isRequired,\n};\n\nconst mapStateToProps = (state) => ({ user: state.user });\n\nexport default connect(mapStateToProps)(AppRouter);\n"
  },
  {
    "path": "app/src/AuthedRoute.js",
    "content": "import { Redirect, Route, withRouter } from 'react-router-dom';\nimport Loader from './components/Loader';\nimport PropTypes from 'prop-types';\nimport React from 'react';\nimport { connect } from 'react-redux';\n\nclass AuthedRoute extends React.Component {\n\trender() {\n\t\tconst { component, ...rest } = this.props;\n\t\tconst Component = component;\n\n\t\treturn (\n\t\t\t<Route\n\t\t\t\t{...rest}\n\t\t\t\trender={(props) => {\n\t\t\t\t\tif (!localStorage['authedUser']) {\n\t\t\t\t\t\tif (this.props.redirect) {\n\t\t\t\t\t\t\treturn <Redirect to=\"/create-account\" />;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn <div />;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else if (!this.props.user) {\n\t\t\t\t\t\tif (this.props.showLoader) {\n\t\t\t\t\t\t\treturn <Loader />;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\treturn <div />;\n\t\t\t\t\t\t}\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn <Component {...props} />;\n\t\t\t\t\t}\n\t\t\t\t}}\n\t\t\t/>\n\t\t);\n\t}\n}\n\nAuthedRoute.defaultProps = {\n\tredirect: true,\n\tshowLoader: true,\n};\n\nAuthedRoute.propTypes = {\n\tcomponent: PropTypes.elementType,\n\tredirect: PropTypes.bool,\n\tshowLoader: PropTypes.bool,\n\tuser: PropTypes.shape({}),\n};\n\nconst mapStateToProps = (state) => ({\n\tuser: state.user,\n});\n\nexport default withRouter(connect(mapStateToProps)(AuthedRoute));\n"
  },
  {
    "path": "app/src/UnauthedRoute.js",
    "content": "import { Redirect, Route, withRouter } from 'react-router-dom';\nimport PropTypes from 'prop-types';\nimport React from 'react';\n\nconst UnauthedRoute = ({ component: Component, ...rest }) => {\n\treturn (\n\t\t<Route\n\t\t\t{...rest}\n\t\t\trender={(props) => {\n\t\t\t\tif (!window.localStorage.getItem('authedUser')) {\n\t\t\t\t\treturn <Component {...props} />;\n\t\t\t\t} else if (rest.redirect) {\n\t\t\t\t\treturn <Redirect to=\"/\" />;\n\t\t\t\t}\n\t\t\t}}\n\t\t/>\n\t);\n};\n\nUnauthedRoute.defaultProps = {\n\tredirect: true,\n};\n\nUnauthedRoute.propTypes = {\n\tcomponent: PropTypes.elementType,\n};\n\nexport default withRouter(UnauthedRoute);\n"
  },
  {
    "path": "app/src/api/folderAPI.js",
    "content": "import fetch from '../util/fetch';\nimport { unfollowRss, unfollowPodcast } from '../api';\n\nexport const getFolders = (dispatch) => {\n\tfetch('GET', '/folders')\n\t\t.then(({ data }) => dispatch({ data, type: 'BATCH_UPDATE_FOLDERS' }))\n\t\t.catch((err) => {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t});\n};\n\nexport const newFolder = (dispatch, data, thenFn, catchFn) => {\n\tfetch('POST', '/folders', data)\n\t\t.then((res) => {\n\t\t\tgetFolders(dispatch);\n\t\t\tif (thenFn) thenFn(res);\n\t\t})\n\t\t.catch(catchFn);\n};\n\nexport const updateFolder = (dispatch, folderID, data, thenFn, catchFn) => {\n\tfetch('PUT', `/folders/${folderID}`, data)\n\t\t.then((res) => {\n\t\t\tgetFolders(dispatch);\n\t\t\tif (thenFn) thenFn(res);\n\t\t})\n\t\t.catch(catchFn);\n};\n\nexport const upsertFolder = async (\n\tdispatch,\n\tfolderId = '',\n\tisRss,\n\tfeedID,\n\tname,\n\tthenFn,\n\tcatchFn,\n) => {\n\ttry {\n\t\t// Remove Feed from its current folder //\n\t\tif (folderId) {\n\t\t\tlet data = { action: 'remove' };\n\t\t\tdata[isRss ? 'rss' : 'podcast'] = feedID;\n\t\t\tawait fetch('PUT', `/folders/${folderId}`, data);\n\t\t}\n\t\t// Create a new folder with the feed //\n\t\tlet data = { name };\n\t\tdata[isRss ? 'rss' : 'podcast'] = [feedID];\n\t\tconst res = await fetch('POST', '/folders', data);\n\n\t\tgetFolders(dispatch);\n\t\tif (thenFn) thenFn(res);\n\t} catch (e) {\n\t\tif (catchFn) thenFn(catchFn);\n\t}\n};\n\nexport const renameFolder = (dispatch, folderID, name, thenFn, catchFn) => {\n\tfetch('PUT', `/folders/${folderID}`, { name })\n\t\t.then((res) => {\n\t\t\tgetFolders(dispatch);\n\t\t\tif (thenFn) thenFn(res);\n\t\t})\n\t\t.catch(catchFn);\n};\n\nexport const deleteFolder = async (dispatch, folder, unfollow, thenFn, catchFn) => {\n\tfetch('DELETE', `/folders/${folder._id}`)\n\t\t.then((res) => {\n\t\t\tif (unfollow) {\n\t\t\t\tfor (const feed of folder.rss) unfollowRss(dispatch, feed._id);\n\t\t\t\tfor (const feed of folder.podcast) unfollowPodcast(dispatch, feed._id);\n\t\t\t}\n\t\t\tgetFolders(dispatch);\n\t\t\tif (thenFn) thenFn(res);\n\t\t})\n\t\t.catch(catchFn);\n};\n\nexport const getFolderFeeds = (folderID, params) => {\n\treturn fetch('GET', `/folders/${folderID}/feed`, {}, params);\n};\n"
  },
  {
    "path": "app/src/api/index.js",
    "content": "import fetch from '../util/fetch';\nimport { getPinnedArticles, getPinnedEpisodes } from '../util/pins';\nimport { getFolders } from './folderAPI';\nimport { getTags } from './tagAPI';\nimport { getNotes } from './noteAPI';\n\nexport const getUser = (dispatch, userId) => {\n\tfetch('GET', `/users/${userId}`)\n\t\t.then((res) => {\n\t\t\twindow.streamAnalyticsClient.setUser({\n\t\t\t\tid: res.data._id,\n\t\t\t\talias: res.data.email,\n\t\t\t});\n\n\t\t\tdispatch({\n\t\t\t\ttype: 'UPDATE_USER',\n\t\t\t\tuser: res.data,\n\t\t\t});\n\t\t})\n\t\t.catch((err) => {\n\t\t\tif (\n\t\t\t\terr.response &&\n\t\t\t\t(err.response.status === 401 || err.response.status === 404)\n\t\t\t) {\n\t\t\t\tlocalStorage.clear();\n\t\t\t\twindow.location = '/';\n\t\t\t}\n\t\t});\n};\n\nexport const getAliases = (dispatch) => {\n\tfetch('GET', '/aliases')\n\t\t.then(({ data }) => {\n\t\t\tconst aliases = data.reduce((result, { _id, alias, podcast, rss }) => {\n\t\t\t\tconst feedID = podcast ? podcast._id : rss._id;\n\t\t\t\tresult[feedID] = { _id, alias };\n\t\t\t\treturn result;\n\t\t\t}, {});\n\n\t\t\tdispatch({\n\t\t\t\taliases,\n\t\t\t\ttype: 'BATCH_UPDATE_ALIASES',\n\t\t\t});\n\t\t})\n\t\t.catch((err) => {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t});\n};\n\nexport const getSuggestedRss = (dispatch) => {\n\tfetch('GET', '/rss', {}, { type: 'recommended' })\n\t\t.then((res) => {\n\t\t\tdispatch({\n\t\t\t\trssFeeds: res.data,\n\t\t\t\ttype: 'UPDATE_SUGGESTED_RSS_FEEDS',\n\t\t\t});\n\t\t})\n\t\t.catch((err) => {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t});\n};\n\nexport const getSuggestedPodcasts = (dispatch) => {\n\tfetch('GET', '/podcasts', {}, { type: 'recommended' })\n\t\t.then((res) => {\n\t\t\tdispatch({\n\t\t\t\tpodcasts: res.data,\n\t\t\t\ttype: 'UPDATE_SUGGESTED_PODCASTS',\n\t\t\t});\n\t\t})\n\t\t.catch((err) => {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t});\n};\n\nexport const getRssById = (dispatch, id) => {\n\tfetch('GET', `/rss/${id}`)\n\t\t.then((res) => {\n\t\t\tif (res.data.duplicateOf) return fetch('GET', `/rss/${res.data.duplicateOf}`);\n\t\t\treturn res;\n\t\t})\n\t\t.then((response) => {\n\t\t\tdispatch({\n\t\t\t\trssFeed: response.data,\n\t\t\t\ttype: 'UPDATE_RSS_FEED',\n\t\t\t});\n\t\t});\n};\n\nexport const getPodcastById = (dispatch, id) => {\n\tfetch('GET', `/podcasts/${id}`)\n\t\t.then((res) => {\n\t\t\tdispatch({\n\t\t\t\tpodcast: res.data,\n\t\t\t\ttype: 'UPDATE_PODCAST_SHOW',\n\t\t\t});\n\t\t})\n\t\t.catch((err) => {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t});\n};\n\nexport const getPodcastEpisodes = (podcastID) => {\n\tfetch(\n\t\t'GET',\n\t\t'/episodes',\n\t\t{},\n\t\t{\n\t\t\tpodcast: podcastID,\n\t\t\tsort_by: 'publicationDate,desc',\n\t\t},\n\t)\n\t\t.then((res) =>\n\t\t\tthis.props.dispatch({\n\t\t\t\tepisodes: res.data,\n\t\t\t\ttype: 'BATCH_UPDATE_EPISODES',\n\t\t\t}),\n\t\t)\n\t\t.catch((err) => {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t});\n};\n\nexport const getRssFollows = (dispatch) => {\n\tfetch('GET', '/follows', null, { type: 'rss' })\n\t\t.then((res) => {\n\t\t\tdispatch({\n\t\t\t\trssFeeds: res.data,\n\t\t\t\ttype: 'BATCH_UPDATE_RSS_FEEDS',\n\t\t\t});\n\t\t\tdispatch({\n\t\t\t\tfollows: res.data,\n\t\t\t\ttype: 'BATCH_FOLLOW_RSS_FEEDS',\n\t\t\t});\n\t\t})\n\t\t.catch((err) => {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t});\n};\n\nexport const getPodcastsFollows = (dispatch) => {\n\tfetch('GET', '/follows', null, { type: 'podcast' })\n\t\t.then((res) => {\n\t\t\tdispatch({\n\t\t\t\tpodcasts: res.data,\n\t\t\t\ttype: 'BATCH_UPDATE_PODCASTS',\n\t\t\t});\n\t\t\tdispatch({\n\t\t\t\tfollows: res.data,\n\t\t\t\ttype: 'BATCH_FOLLOW_PODCASTS',\n\t\t\t});\n\t\t})\n\t\t.catch((err) => {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t});\n};\n\nexport const getFeatured = (dispatch) => {\n\tfetch('GET', '/featured').then((res) => {\n\t\tdispatch({\n\t\t\tfeaturedItems: res.data,\n\t\t\ttype: 'UPDATE_FEATURED_ITEMS',\n\t\t});\n\t});\n};\n\nexport const followRss = (dispatch, rssFeedID) => {\n\tdispatch({ rssFeedID, type: 'FOLLOW_RSS_FEED' });\n\n\tfetch('POST', '/follows', {}, { rss: rssFeedID, type: 'rss' }).catch((err) => {\n\t\tconsole.log(err); // eslint-disable-line no-console\n\t\tdispatch({ rssFeedID, type: 'UNFOLLOW_RSS_FEED' });\n\t});\n};\n\nexport const unfollowRss = (dispatch, rssFeedID) => {\n\tdispatch({ rssFeedID, type: 'UNFOLLOW_RSS_FEED' });\n\n\tfetch('DELETE', '/follows', {}, { rss: rssFeedID, type: 'rss' }).catch((err) => {\n\t\tconsole.log(err); // eslint-disable-line no-console\n\t\tdispatch({ rssFeedID, type: 'FOLLOW_RSS_FEED' });\n\t});\n};\n\nexport const followPodcast = (dispatch, podcastID) => {\n\tdispatch({ podcastID, type: 'FOLLOW_PODCAST' });\n\n\tfetch('POST', '/follows', null, { podcast: podcastID, type: 'podcast' }).catch(\n\t\t(err) => {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t\tdispatch({ podcastID, type: 'UNFOLLOW_PODCAST' });\n\t\t},\n\t);\n};\n\nexport const unfollowPodcast = (dispatch, podcastID) => {\n\tdispatch({ podcastID, type: 'UNFOLLOW_PODCAST' });\n\tfetch('DELETE', '/follows', null, { podcast: podcastID, type: 'podcast' }).catch(\n\t\t(err) => {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t\tdispatch({ podcastID, type: 'FOLLOW_PODCAST' });\n\t\t},\n\t);\n};\n\nexport const getAllData = (dispatch) => {\n\tconst userId = localStorage['authedUser'];\n\tif (userId) {\n\t\tgetUser(dispatch, userId);\n\t\tgetAliases(dispatch);\n\t\tgetPinnedArticles(dispatch);\n\t\tgetPinnedEpisodes(dispatch);\n\t\tgetRssFollows(dispatch);\n\t\tgetPodcastsFollows(dispatch);\n\t\tgetFolders(dispatch);\n\t\tgetTags(dispatch);\n\t\tgetNotes(dispatch);\n\t}\n};\n"
  },
  {
    "path": "app/src/api/noteAPI.js",
    "content": "import fetch from '../util/fetch';\n\nexport const getNotes = (dispatch) => {\n\tfetch('GET', '/notes')\n\t\t.then(({ data }) => dispatch({ data, type: 'BATCH_UPDATE_NOTES' }))\n\t\t.catch((err) => console.log(err)); // eslint-disable-line no-console\n};\n\nexport const newNote = (dispatch, type, id, start, end, text, thenFn, catchFn) => {\n\tconst typeId = type === 'article' ? { article: id } : { episode: id };\n\n\tfetch('POST', '/notes', { start, end, text, ...typeId })\n\t\t.then((res) => {\n\t\t\tdispatch({ data: res.data, type: 'NEW_NOTE' });\n\t\t\tif (thenFn) thenFn(res);\n\t\t})\n\t\t.catch(catchFn);\n};\n\nexport const updateNote = (dispatch, noteId, text, thenFn, catchFn) => {\n\tfetch('PUT', `/notes/${noteId}`, { text })\n\t\t.then((res) => {\n\t\t\tdispatch({ data: res.data, type: 'UPDATE_NOTE' });\n\t\t\tif (thenFn) thenFn(res);\n\t\t})\n\t\t.catch(catchFn);\n};\n\nexport const deleteNote = async (dispatch, feedId, noteId, thenFn, catchFn) => {\n\tfetch('DELETE', `/notes/${noteId}`)\n\t\t.then((res) => {\n\t\t\tdispatch({ noteId, feedId, type: 'DELETE_NOTE' });\n\t\t\tif (thenFn) thenFn(res);\n\t\t})\n\t\t.catch(catchFn);\n};\n"
  },
  {
    "path": "app/src/api/tagAPI.js",
    "content": "import fetch from '../util/fetch';\n\nexport const getTags = (dispatch) => {\n\tfetch('GET', '/tags')\n\t\t.then(({ data }) => dispatch({ data, type: 'BATCH_UPDATE_TAGS' }))\n\t\t.catch((err) => {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t});\n};\n\nexport const newTag = (dispatch, data, thenFn, catchFn) => {\n\tfetch('POST', '/tags', data)\n\t\t.then((res) => {\n\t\t\tgetTags(dispatch);\n\t\t\tif (thenFn) thenFn(res);\n\t\t})\n\t\t.catch(catchFn);\n};\n\nexport const addTag = (dispatch, tagId, feedId, type, thenFn, catchFn) => {\n\tlet data = {};\n\tdata[type] = feedId;\n\n\tfetch('PUT', `/tags/${tagId}`, data)\n\t\t.then((res) => {\n\t\t\tgetTags(dispatch);\n\t\t\tif (thenFn) thenFn(res);\n\t\t})\n\t\t.catch(catchFn);\n};\n\nexport const removeTag = (dispatch, tagId, feedId, type, thenFn, catchFn) => {\n\tlet data = { action: 'remove' };\n\tdata[type] = feedId;\n\n\tfetch('PUT', `/tags/${tagId}`, data)\n\t\t.then((res) => {\n\t\t\tgetTags(dispatch);\n\t\t\tif (thenFn) thenFn(res);\n\t\t})\n\t\t.catch(catchFn);\n};\n\nexport const renameTag = (dispatch, tagId, name, thenFn, catchFn) => {\n\tfetch('PUT', `/tags/${tagId}`, { name })\n\t\t.then((res) => {\n\t\t\tgetTags(dispatch);\n\t\t\tif (thenFn) thenFn(res);\n\t\t})\n\t\t.catch(catchFn);\n};\n\nexport const deleteTag = async (dispatch, tagId, thenFn, catchFn) => {\n\tfetch('DELETE', `/tags/${tagId}`)\n\t\t.then((res) => {\n\t\t\tgetTags(dispatch);\n\t\t\tif (thenFn) thenFn(res);\n\t\t})\n\t\t.catch(catchFn);\n};\n"
  },
  {
    "path": "app/src/components/AddOPMLModal.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport ReactModal from 'react-modal';\nimport Dropzone from 'react-dropzone';\nimport { Img } from 'react-image';\nimport { connect } from 'react-redux';\nimport { withRouter } from 'react-router-dom';\n\nimport fetch from '../util/fetch';\n\nimport saveIcon from '../images/icons/save.svg';\nimport exitIcon from '../images/buttons/exit.svg';\n\nclass AddOPMLModal extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.resetState = {\n\t\t\terrorMessage: '',\n\t\t\terrored: false,\n\t\t\tsubmitting: false,\n\t\t\tsuccess: false,\n\t\t\tfile: null,\n\t\t};\n\n\t\tthis.state = { ...this.resetState };\n\t}\n\n\tresetModal = () => {\n\t\tthis.setState({ ...this.resetState });\n\t};\n\n\thandleSubmit = (e) => {\n\t\te.preventDefault();\n\n\t\tthis.setState({\n\t\t\terrorMessage: '',\n\t\t\terrored: false,\n\t\t\tsubmitting: true,\n\t\t\tsuccess: false,\n\t\t});\n\n\t\tlet fd = new FormData();\n\t\tfd.append('opml', this.state.file);\n\n\t\tfetch('POST', '/opml/upload', fd, null, { 'Content-Type': 'multipart/form-data' })\n\t\t\t.then(() => {\n\t\t\t\tthis.setState({ submitting: false, success: true });\n\t\t\t\tsetTimeout(() => {\n\t\t\t\t\tthis.resetModal();\n\t\t\t\t\tthis.props.done();\n\t\t\t\t}, 1500);\n\t\t\t})\n\t\t\t.catch((err) => {\n\t\t\t\tthis.setState({\n\t\t\t\t\terrorMessage: err.message,\n\t\t\t\t\terrored: true,\n\t\t\t\t\tsubmitting: false,\n\t\t\t\t});\n\t\t\t});\n\t};\n\n\trender() {\n\t\tlet buttonText = 'Import OPML';\n\t\tif (this.state.submitting) buttonText = 'Importing...';\n\t\telse if (this.state.success) buttonText = 'Success!';\n\n\t\treturn (\n\t\t\t<ReactModal\n\t\t\t\tclassName=\"modal add-new-content-modal\"\n\t\t\t\tisOpen={this.props.isOpen}\n\t\t\t\tonRequestClose={() => {\n\t\t\t\t\tthis.resetModal();\n\t\t\t\t\tthis.props.toggleModal();\n\t\t\t\t}}\n\t\t\t\toverlayClassName=\"modal-overlay\"\n\t\t\t\tshouldCloseOnOverlayClick={true}\n\t\t\t>\n\t\t\t\t<header>\n\t\t\t\t\t<h1>Add OPML File</h1>\n\t\t\t\t\t<Img\n\t\t\t\t\t\tclassName=\"exit\"\n\t\t\t\t\t\tonClick={this.props.toggleModal}\n\t\t\t\t\t\tsrc={exitIcon}\n\t\t\t\t\t/>\n\t\t\t\t</header>\n\n\t\t\t\t<form onSubmit={this.handleSubmit}>\n\t\t\t\t\t<div className=\"expander-section\">\n\t\t\t\t\t\t<div className=\"expander-content\">\n\t\t\t\t\t\t\t<div className=\"input-box\">\n\t\t\t\t\t\t\t\t<Dropzone\n\t\t\t\t\t\t\t\t\tonDrop={(file) => this.setState({ file: file[0] })}\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t{({ getRootProps, getInputProps }) => {\n\t\t\t\t\t\t\t\t\t\treturn (\n\t\t\t\t\t\t\t\t\t\t\t<div {...getRootProps()} className=\"dropzone\">\n\t\t\t\t\t\t\t\t\t\t\t\t<input {...getInputProps()} />\n\t\t\t\t\t\t\t\t\t\t\t\t{this.state.file ? (\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div>{this.state.file.name}</div>\n\t\t\t\t\t\t\t\t\t\t\t\t) : (\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div className=\"dropzone-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<button\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tclassName=\"btn secondary\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\ttype=\"button\"\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSelect File\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tor drag your file here\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t\t\t)}\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\t</Dropzone>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div className=\"info\">\n\t\t\t\t\t\t\t\tUpload a valid RSS OPML file and we will add it to Winds.\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div className=\"error-message\">{this.state.errorMessage}</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"buttons\">\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn primary alt with-circular-icon\"\n\t\t\t\t\t\t\tdisabled={\n\t\t\t\t\t\t\t\tthis.state.submitting ||\n\t\t\t\t\t\t\t\tthis.state.success ||\n\t\t\t\t\t\t\t\t!this.state.file\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<Img src={saveIcon} />\n\t\t\t\t\t\t\t<span className=\"button-text\">{buttonText}</span>\n\t\t\t\t\t\t</button>\n\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn link cancel\"\n\t\t\t\t\t\t\tonClick={(e) => {\n\t\t\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\t\t\tthis.resetModal();\n\t\t\t\t\t\t\t\tthis.props.done();\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\ttype=\"cancel\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tCancel\n\t\t\t\t\t\t</button>\n\t\t\t\t\t</div>\n\t\t\t\t</form>\n\t\t\t</ReactModal>\n\t\t);\n\t}\n}\n\nAddOPMLModal.defaultProps = {\n\tisOpen: false,\n};\n\nAddOPMLModal.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\tdone: PropTypes.func.isRequired,\n\thistory: PropTypes.shape({ push: PropTypes.func.isRequired }).isRequired,\n\tisOpen: PropTypes.bool,\n\ttoggleModal: PropTypes.func.isRequired,\n};\n\nexport default connect()(withRouter(AddOPMLModal));\n"
  },
  {
    "path": "app/src/components/AddPodcastModal.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport ReactModal from 'react-modal';\nimport { Img } from 'react-image';\nimport { connect } from 'react-redux';\nimport { withRouter } from 'react-router-dom';\n\nimport fetch from '../util/fetch';\n\nimport saveIcon from '../images/icons/save.svg';\nimport exitIcon from '../images/buttons/exit.svg';\n\nclass AddPodcastModal extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.resetState = {\n\t\t\tcheckedPodcastsToFollow: [],\n\t\t\terrorMessage: '',\n\t\t\terrored: false,\n\t\t\tpodcastInputValue: '',\n\t\t\tpodcastsToFollow: [],\n\t\t\tstage: 'submit-podcast-url',\n\t\t\tsubmitting: false,\n\t\t\tsuccess: false,\n\t\t};\n\n\t\tthis.state = { ...this.resetState };\n\t}\n\n\tresetModal = () => {\n\t\tthis.setState({ ...this.resetState });\n\t};\n\n\tsubmitPodcastURL = (e) => {\n\t\te.preventDefault();\n\n\t\tthis.setState({\n\t\t\terrorMessage: '',\n\t\t\terrored: false,\n\t\t\tsubmitting: true,\n\t\t\tsuccess: false,\n\t\t});\n\n\t\tfetch('POST', '/podcasts', { feedUrl: this.state.podcastInputValue })\n\t\t\t.then((res) => {\n\t\t\t\tfor (let podcast of res.data) {\n\t\t\t\t\tthis.props.dispatch({\n\t\t\t\t\t\tpodcast,\n\t\t\t\t\t\ttype: 'UPDATE_PODCAST_SHOW',\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tthis.setState({\n\t\t\t\t\tpodcastsToFollow: res.data,\n\t\t\t\t\tstage: 'select-podcasts',\n\t\t\t\t\tsubmitting: false,\n\t\t\t\t});\n\t\t\t})\n\t\t\t.catch(() => {\n\t\t\t\tthis.setState({\n\t\t\t\t\terrorMessage: 'Oops, something went wrong. Please try again later.',\n\t\t\t\t\terrored: true,\n\t\t\t\t\tsubmitting: false,\n\t\t\t\t});\n\t\t\t});\n\t};\n\n\tsubmitPodcastSelections = (e) => {\n\t\te.preventDefault();\n\n\t\tthis.setState({\n\t\t\terrorMessage: '',\n\t\t\terrored: false,\n\t\t\tsubmitting: true,\n\t\t\tsuccess: false,\n\t\t});\n\t\t// TODO: FIX Dispatch\n\t\tPromise.all(\n\t\t\tthis.state.checkedPodcastsToFollow.map((checkedPodcastToFollow) => {\n\t\t\t\treturn fetch('post', '/follows', null, {\n\t\t\t\t\tpodcast: checkedPodcastToFollow,\n\t\t\t\t\ttype: 'podcast',\n\t\t\t\t}).then((res) => {\n\t\t\t\t\tthis.props.dispatch({\n\t\t\t\t\t\tpodcastID: res.data.podcast,\n\t\t\t\t\t\ttype: 'FOLLOW_PODCAST',\n\t\t\t\t\t});\n\t\t\t\t\treturn res.data.podcast;\n\t\t\t\t});\n\t\t\t}),\n\t\t).then((podcastIDs) => {\n\t\t\tthis.setState({\n\t\t\t\tsubmitting: false,\n\t\t\t\tsuccess: true,\n\t\t\t});\n\t\t\tthis.props.history.push(`/podcasts/${podcastIDs[0]}`);\n\t\t\tsetTimeout(() => {\n\t\t\t\tthis.resetModal();\n\t\t\t\tthis.props.done();\n\t\t\t}, 1500);\n\t\t});\n\t};\n\n\trender() {\n\t\tlet buttonText = 'Submit';\n\t\tif (this.state.submitting) buttonText = 'Submitting...';\n\t\telse if (this.state.success) buttonText = 'Success!';\n\n\t\tlet currentView = null;\n\t\tif (this.state.stage === 'submit-podcast-url') {\n\t\t\tcurrentView = (\n\t\t\t\t<form onSubmit={this.submitPodcastURL}>\n\t\t\t\t\t<div className=\"input-box\">\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tautoComplete=\"false\"\n\t\t\t\t\t\t\tonChange={(e) =>\n\t\t\t\t\t\t\t\tthis.setState({ podcastInputValue: e.target.value })\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tplaceholder=\"Enter URL\"\n\t\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\t\tvalue={this.state.podcastInputValue}\n\t\t\t\t\t\t/>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"info\">\n\t\t\t\t\t\tEnter a valid podcast URL and we&#39;ll add it to Winds.\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"error-message\">{this.state.errorMessage}</div>\n\t\t\t\t\t<div className=\"buttons\">\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn primary alt with-circular-icon\"\n\t\t\t\t\t\t\tdisabled={\n\t\t\t\t\t\t\t\tthis.state.submitting ||\n\t\t\t\t\t\t\t\tthis.state.success ||\n\t\t\t\t\t\t\t\tthis.state.podcastInputValue.trim() === ''\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<Img decode={false} src={saveIcon} />\n\t\t\t\t\t\t\t<span className=\"button-text\">Add Podcast</span>\n\t\t\t\t\t\t</button>\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn link cancel\"\n\t\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\t\tthis.resetModal();\n\t\t\t\t\t\t\t\tthis.props.done();\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\ttype=\"cancel\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tCancel\n\t\t\t\t\t\t</button>\n\t\t\t\t\t</div>\n\t\t\t\t</form>\n\t\t\t);\n\t\t} else if (this.state.stage === 'select-podcasts') {\n\t\t\tcurrentView = (\n\t\t\t\t<form onSubmit={this.submitPodcastSelections}>\n\t\t\t\t\t<div className=\"input-box\">\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tdisabled={true}\n\t\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\t\tvalue={this.state.podcastInputValue}\n\t\t\t\t\t\t/>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"info\">\n\t\t\t\t\t\tWe found a few podcasts with that URL. Once your selection has\n\t\t\t\t\t\tbeen made, we will begin to process the podcasts. They will be\n\t\t\t\t\t\tready shortly after.\n\t\t\t\t\t</div>\n\t\t\t\t\t{this.state.podcastsToFollow.map((podcastToFollow) => {\n\t\t\t\t\t\treturn (\n\t\t\t\t\t\t\t<div key={podcastToFollow._id}>\n\t\t\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\t\t\t\t\tchecked={this.state.checkedPodcastsToFollow.includes(\n\t\t\t\t\t\t\t\t\t\t\tpodcastToFollow._id,\n\t\t\t\t\t\t\t\t\t\t)}\n\t\t\t\t\t\t\t\t\t\tonChange={() => {\n\t\t\t\t\t\t\t\t\t\t\tlet newPodcastsToFollow = [\n\t\t\t\t\t\t\t\t\t\t\t\t...this.state.checkedPodcastsToFollow,\n\t\t\t\t\t\t\t\t\t\t\t];\n\n\t\t\t\t\t\t\t\t\t\t\tlet index = newPodcastsToFollow.findIndex(\n\t\t\t\t\t\t\t\t\t\t\t\t(element) => {\n\t\t\t\t\t\t\t\t\t\t\t\t\treturn (\n\t\t\t\t\t\t\t\t\t\t\t\t\t\telement === podcastToFollow._id\n\t\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\t\t\t\tif (index === -1) {\n\t\t\t\t\t\t\t\t\t\t\t\tnewPodcastsToFollow.push(\n\t\t\t\t\t\t\t\t\t\t\t\t\tpodcastToFollow._id,\n\t\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\tnewPodcastsToFollow.splice(index, 1);\n\t\t\t\t\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\t\t\t\t\tthis.setState({\n\t\t\t\t\t\t\t\t\t\t\t\tcheckedPodcastsToFollow: newPodcastsToFollow,\n\t\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\t\t\ttype=\"checkbox\"\n\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t<span>{podcastToFollow.title}</span>\n\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t);\n\t\t\t\t\t})}\n\t\t\t\t\t<div className=\"buttons\">\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn primary alt with-circular-icon\"\n\t\t\t\t\t\t\tdisabled={\n\t\t\t\t\t\t\t\tthis.state.submitting ||\n\t\t\t\t\t\t\t\tthis.state.success ||\n\t\t\t\t\t\t\t\t!this.state.checkedPodcastsToFollow.length\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<Img src={saveIcon} />\n\t\t\t\t\t\t\t<span className=\"button-text\">{buttonText}</span>\n\t\t\t\t\t\t</button>\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn link cancel\"\n\t\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\t\tthis.resetModal();\n\t\t\t\t\t\t\t\tthis.props.done();\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\ttype=\"cancel\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tCancel\n\t\t\t\t\t\t</button>\n\t\t\t\t\t</div>\n\t\t\t\t</form>\n\t\t\t);\n\t\t}\n\n\t\treturn (\n\t\t\t<ReactModal\n\t\t\t\tclassName=\"modal add-new-content-modal\"\n\t\t\t\tisOpen={this.props.isOpen}\n\t\t\t\tonRequestClose={() => {\n\t\t\t\t\tthis.resetModal();\n\t\t\t\t\tthis.props.toggleModal();\n\t\t\t\t}}\n\t\t\t\toverlayClassName=\"modal-overlay\"\n\t\t\t\tshouldCloseOnOverlayClick={true}\n\t\t\t>\n\t\t\t\t<header>\n\t\t\t\t\t<h1>Add New Podcast</h1>\n\t\t\t\t\t<Img\n\t\t\t\t\t\tclassName=\"exit\"\n\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\tthis.resetModal();\n\t\t\t\t\t\t\tthis.props.toggleModal();\n\t\t\t\t\t\t}}\n\t\t\t\t\t\tsrc={exitIcon}\n\t\t\t\t\t/>\n\t\t\t\t</header>\n\t\t\t\t{currentView}\n\t\t\t</ReactModal>\n\t\t);\n\t}\n}\n\nAddPodcastModal.defaultProps = {\n\tisOpen: false,\n};\n\nAddPodcastModal.propTypes = {\n\thistory: PropTypes.shape({ push: PropTypes.func.isRequired }).isRequired,\n\tdispatch: PropTypes.func.isRequired,\n\tdone: PropTypes.func.isRequired,\n\tisOpen: PropTypes.bool,\n\ttoggleModal: PropTypes.func.isRequired,\n};\n\nexport default connect()(withRouter(AddPodcastModal));\n"
  },
  {
    "path": "app/src/components/AddRSSModal.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport ReactModal from 'react-modal';\nimport { Img } from 'react-image';\nimport { connect } from 'react-redux';\nimport { withRouter } from 'react-router-dom';\n\nimport fetch from '../util/fetch';\n\nimport saveIcon from '../images/icons/save.svg';\nimport rssIcon from '../images/icons/rss.svg';\nimport exitIcon from '../images/buttons/exit.svg';\n\nclass AddRSSModal extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.resetState = {\n\t\t\tcheckedFeedsToFollow: [],\n\t\t\terrorMessage: '',\n\t\t\terrored: false,\n\t\t\tfeedsToFollow: [],\n\t\t\trssInputValue: '',\n\t\t\tstage: 'submit-rss-url',\n\t\t\tsubmitting: false,\n\t\t\tsuccess: false,\n\t\t};\n\n\t\tthis.state = { ...this.resetState };\n\t}\n\n\thandleStageOneFormSubmit = (e) => {\n\t\te.preventDefault();\n\n\t\tthis.setState({\n\t\t\terrorMessage: '',\n\t\t\terrored: false,\n\t\t\tsubmitting: true,\n\t\t\tsuccess: false,\n\t\t});\n\n\t\tfetch('POST', '/rss', { feedUrl: this.state.rssInputValue })\n\t\t\t.then((res) => {\n\t\t\t\tfor (let rssFeed of res.data) {\n\t\t\t\t\tthis.props.dispatch({\n\t\t\t\t\t\trssFeed,\n\t\t\t\t\t\ttype: 'UPDATE_RSS_FEED',\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tthis.setState({\n\t\t\t\t\tfeedsToFollow: res.data,\n\t\t\t\t\tstage: 'select-feeds',\n\t\t\t\t\tsubmitting: false,\n\t\t\t\t});\n\t\t\t})\n\t\t\t.catch(() => {\n\t\t\t\tthis.setState({\n\t\t\t\t\terrorMessage: 'Oops, something went wrong. Please try again later.',\n\t\t\t\t\terrored: true,\n\t\t\t\t\tsubmitting: false,\n\t\t\t\t});\n\t\t\t});\n\t};\n\n\tresetModal = () => {\n\t\tthis.setState({ ...this.resetState });\n\t};\n\n\tsubmitFeedSelections = (e) => {\n\t\te.preventDefault();\n\n\t\tthis.setState({\n\t\t\terrorMessage: '',\n\t\t\terrored: false,\n\t\t\tsubmitting: true,\n\t\t\tsuccess: false,\n\t\t});\n\n\t\t// TODO: FIX Dispatch\n\t\tPromise.all(\n\t\t\tthis.state.checkedFeedsToFollow.map((checkedFeedToFollow) => {\n\t\t\t\treturn fetch('post', '/follows', null, {\n\t\t\t\t\trss: checkedFeedToFollow,\n\t\t\t\t\ttype: 'rss',\n\t\t\t\t}).then((res) => {\n\t\t\t\t\tthis.props.dispatch({\n\t\t\t\t\t\trssFeedID: res.data.rss,\n\t\t\t\t\t\ttype: 'FOLLOW_RSS_FEED',\n\t\t\t\t\t});\n\t\t\t\t\treturn res.data.rss;\n\t\t\t\t});\n\t\t\t}),\n\t\t)\n\t\t\t.then((rssFeeds) => {\n\t\t\t\tthis.setState({\n\t\t\t\t\tsubmitting: false,\n\t\t\t\t\tsuccess: true,\n\t\t\t\t});\n\t\t\t\tthis.props.history.push(`/rss/${rssFeeds[0]}`);\n\t\t\t\tsetTimeout(() => {\n\t\t\t\t\tthis.resetModal();\n\t\t\t\t\tthis.props.done();\n\t\t\t\t}, 1500);\n\t\t\t})\n\t\t\t.catch((err) => {\n\t\t\t\tthis.setState({\n\t\t\t\t\terrorMessage: err.message,\n\t\t\t\t\tsubmitting: false,\n\t\t\t\t\tsuccess: false,\n\t\t\t\t});\n\t\t\t});\n\t};\n\n\trender = () => {\n\t\tlet buttonText = 'Submit';\n\t\tif (this.state.submitting) buttonText = 'Submitting...';\n\t\telse if (this.state.success) buttonText = 'Success!';\n\n\t\tlet currentView = null;\n\t\tif (this.state.stage === 'submit-rss-url') {\n\t\t\tcurrentView = (\n\t\t\t\t<form onSubmit={this.handleStageOneFormSubmit}>\n\t\t\t\t\t<div className=\"input-box\">\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tautoComplete=\"false\"\n\t\t\t\t\t\t\tonChange={(e) =>\n\t\t\t\t\t\t\t\tthis.setState({ rssInputValue: e.target.value })\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tplaceholder=\"Enter URL\"\n\t\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\t\tvalue={this.state.rssInputValue}\n\t\t\t\t\t\t/>\n\t\t\t\t\t\t<Img src={rssIcon} />\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"info\">\n\t\t\t\t\t\tEnter a valid RSS feed url and we will add it to Winds.\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"error-message\">{this.state.errorMessage}</div>\n\t\t\t\t\t<div className=\"buttons\">\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn primary alt with-circular-icon\"\n\t\t\t\t\t\t\tdisabled={\n\t\t\t\t\t\t\t\tthis.state.submitting ||\n\t\t\t\t\t\t\t\tthis.state.success ||\n\t\t\t\t\t\t\t\tthis.state.rssInputValue.trim() === ''\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<Img src={saveIcon} />\n\t\t\t\t\t\t\t<span className=\"button-text\">Add RSS</span>\n\t\t\t\t\t\t</button>\n\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn link cancel\"\n\t\t\t\t\t\t\tonClick={(e) => {\n\t\t\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\t\t\tthis.resetModal();\n\t\t\t\t\t\t\t\tthis.props.done();\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\ttype=\"cancel\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tCancel\n\t\t\t\t\t\t</button>\n\t\t\t\t\t</div>\n\t\t\t\t</form>\n\t\t\t);\n\t\t} else if (this.state.stage === 'select-feeds') {\n\t\t\tcurrentView = (\n\t\t\t\t<form onSubmit={this.submitFeedSelections}>\n\t\t\t\t\t<div className=\"input-box\">\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tdisabled={true}\n\t\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\t\tvalue={this.state.rssInputValue}\n\t\t\t\t\t\t/>\n\t\t\t\t\t\t<Img src={rssIcon} />\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"info\">\n\t\t\t\t\t\tOnce your selection has been made, we will begin to process the\n\t\t\t\t\t\tfeeds. They will be ready shortly after.\n\t\t\t\t\t</div>\n\t\t\t\t\t{this.state.feedsToFollow.map((feedToFollow) => {\n\t\t\t\t\t\treturn (\n\t\t\t\t\t\t\t<div key={feedToFollow._id}>\n\t\t\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\t\t\t\t\tchecked={this.state.checkedFeedsToFollow.includes(\n\t\t\t\t\t\t\t\t\t\t\tfeedToFollow._id,\n\t\t\t\t\t\t\t\t\t\t)}\n\t\t\t\t\t\t\t\t\t\tonChange={() => {\n\t\t\t\t\t\t\t\t\t\t\t// if feeds to follow already includes feed id, remove feed id\n\t\t\t\t\t\t\t\t\t\t\tlet newFeedsToFollow = [\n\t\t\t\t\t\t\t\t\t\t\t\t...this.state.checkedFeedsToFollow,\n\t\t\t\t\t\t\t\t\t\t\t];\n\t\t\t\t\t\t\t\t\t\t\tlet index = newFeedsToFollow.findIndex(\n\t\t\t\t\t\t\t\t\t\t\t\t(element) => {\n\t\t\t\t\t\t\t\t\t\t\t\t\treturn element === feedToFollow._id;\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t\t\t\tif (index === -1) {\n\t\t\t\t\t\t\t\t\t\t\t\t// add to feedsToFollow\n\t\t\t\t\t\t\t\t\t\t\t\tnewFeedsToFollow.push(feedToFollow._id);\n\t\t\t\t\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\t\t\t\t\t// splice out index\n\t\t\t\t\t\t\t\t\t\t\t\tnewFeedsToFollow.splice(index, 1);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\tthis.setState({\n\t\t\t\t\t\t\t\t\t\t\t\tcheckedFeedsToFollow: newFeedsToFollow,\n\t\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\t\t\ttype=\"checkbox\"\n\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t<span>{feedToFollow.title}</span>\n\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t);\n\t\t\t\t\t})}\n\t\t\t\t\t<div className=\"error-message\">{this.state.errorMessage}</div>\n\n\t\t\t\t\t<div className=\"buttons\">\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn primary alt with-circular-icon\"\n\t\t\t\t\t\t\tdisabled={\n\t\t\t\t\t\t\t\tthis.state.submitting ||\n\t\t\t\t\t\t\t\tthis.state.success ||\n\t\t\t\t\t\t\t\t!this.state.checkedFeedsToFollow.length\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<Img src={saveIcon} />\n\t\t\t\t\t\t\t<span className=\"button-text\">{buttonText}</span>\n\t\t\t\t\t\t</button>\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn link cancel\"\n\t\t\t\t\t\t\tonClick={(e) => {\n\t\t\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\t\t\tthis.resetModal();\n\t\t\t\t\t\t\t\tthis.props.done();\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\ttype=\"cancel\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tCancel\n\t\t\t\t\t\t</button>\n\t\t\t\t\t</div>\n\t\t\t\t</form>\n\t\t\t);\n\t\t}\n\n\t\treturn (\n\t\t\t<ReactModal\n\t\t\t\tclassName=\"modal add-new-content-modal\"\n\t\t\t\tisOpen={this.props.isOpen}\n\t\t\t\tonRequestClose={() => {\n\t\t\t\t\tthis.resetModal();\n\t\t\t\t\tthis.props.toggleModal();\n\t\t\t\t}}\n\t\t\t\toverlayClassName=\"modal-overlay\"\n\t\t\t\tshouldCloseOnOverlayClick={true}\n\t\t\t>\n\t\t\t\t<header>\n\t\t\t\t\t<h1>Add New RSS Feed</h1>\n\t\t\t\t\t<Img\n\t\t\t\t\t\tclassName=\"exit\"\n\t\t\t\t\t\tonClick={this.props.toggleModal}\n\t\t\t\t\t\tsrc={exitIcon}\n\t\t\t\t\t/>\n\t\t\t\t</header>\n\t\t\t\t{currentView}\n\t\t\t</ReactModal>\n\t\t);\n\t};\n}\n\nAddRSSModal.defaultProps = {\n\tisOpen: false,\n};\n\nAddRSSModal.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\tdone: PropTypes.func.isRequired,\n\thistory: PropTypes.shape({ push: PropTypes.func.isRequired }).isRequired,\n\tisOpen: PropTypes.bool,\n\ttoggleModal: PropTypes.func.isRequired,\n};\n\nexport default connect()(withRouter(AddRSSModal));\n"
  },
  {
    "path": "app/src/components/AliasModal.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport ReactModal from 'react-modal';\nimport { Img } from 'react-image';\nimport { connect } from 'react-redux';\n\nimport fetch from '../util/fetch';\nimport { getAliases } from '../api';\nimport saveIcon from '../images/icons/save.svg';\nimport exitIcon from '../images/buttons/exit.svg';\n\nclass AliasModal extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\terror: false,\n\t\t\tsubmitting: false,\n\t\t\tsuccess: false,\n\t\t};\n\t}\n\n\tcloseModal = () => {\n\t\tthis.setState({ error: false, submitting: false, success: false });\n\t\tthis.props.toggleModal();\n\t};\n\n\thandleSubmit = (e) => {\n\t\te.preventDefault();\n\t\tconst alias = new FormData(e.target).get('alias');\n\n\t\tconst id = this.props.isRss\n\t\t\t? { rss: this.props.feedID }\n\t\t\t: { podcast: this.props.feedID };\n\n\t\tthis.setState({ submitting: true });\n\t\tfetch('POST', '/aliases', { alias, ...id })\n\t\t\t.then((res) => {\n\t\t\t\tif (res.data) {\n\t\t\t\t\tthis.setState({ success: true, submitting: false });\n\t\t\t\t\tgetAliases(this.props.dispatch);\n\t\t\t\t\tsetTimeout(() => this.closeModal(), 500);\n\t\t\t\t}\n\t\t\t})\n\t\t\t.catch(() => this.setState({ error: true, submitting: false }));\n\t};\n\n\trender() {\n\t\tlet buttonText = 'SAVE';\n\t\tif (this.state.submitting) {\n\t\t\tbuttonText = 'Submitting...';\n\t\t} else if (this.state.success) {\n\t\t\tbuttonText = 'Success!';\n\t\t}\n\n\t\treturn (\n\t\t\t<ReactModal\n\t\t\t\tclassName=\"modal add-new-content-modal\"\n\t\t\t\tisOpen={this.props.isOpen}\n\t\t\t\tonRequestClose={this.closeModal}\n\t\t\t\toverlayClassName=\"modal-overlay\"\n\t\t\t\tshouldCloseOnOverlayClick={true}\n\t\t\t>\n\t\t\t\t<header>\n\t\t\t\t\t<h1>Rename Feed</h1>\n\t\t\t\t\t<Img className=\"exit\" onClick={this.closeModal} src={exitIcon} />\n\t\t\t\t</header>\n\n\t\t\t\t<form onSubmit={this.handleSubmit}>\n\t\t\t\t\t<div className=\"input-box\">\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tautoComplete=\"false\"\n\t\t\t\t\t\t\tdefaultValue={this.props.defVal}\n\t\t\t\t\t\t\tname=\"alias\"\n\t\t\t\t\t\t\tplaceholder=\"Enter new name\"\n\t\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t</div>\n\n\t\t\t\t\t{this.state.error && (\n\t\t\t\t\t\t<div className=\"error-message\">\n\t\t\t\t\t\t\tOops, something went wrong. Please try again later.\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\n\t\t\t\t\t<div className=\"buttons\">\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn primary alt with-circular-icon\"\n\t\t\t\t\t\t\tdisabled={this.state.submitting}\n\t\t\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<Img src={saveIcon} />\n\t\t\t\t\t\t\t{buttonText}\n\t\t\t\t\t\t</button>\n\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn link cancel\"\n\t\t\t\t\t\t\tonClick={this.closeModal}\n\t\t\t\t\t\t\ttype=\"cancel\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tCancel\n\t\t\t\t\t\t</button>\n\t\t\t\t\t</div>\n\t\t\t\t</form>\n\t\t\t</ReactModal>\n\t\t);\n\t}\n}\n\nAliasModal.defaultProps = {\n\tisOpen: false,\n};\n\nAliasModal.propTypes = {\n\tisOpen: PropTypes.bool,\n\ttoggleModal: PropTypes.func.isRequired,\n\tdefVal: PropTypes.string,\n\tisRss: PropTypes.bool,\n\tfeedID: PropTypes.string,\n\tdispatch: PropTypes.func.isRequired,\n};\n\nexport default connect()(AliasModal);\n"
  },
  {
    "path": "app/src/components/AllArticlesList.js",
    "content": "import PropTypes from 'prop-types';\nimport React from 'react';\nimport { connect } from 'react-redux';\nimport ArticleListItem from './ArticleListItem';\nimport { Waypoint } from 'react-waypoint';\nimport loaderIcon from '../images/loaders/default.svg';\nimport { Img } from 'react-image';\nimport { getFeed } from '../util/feeds';\n\nclass AllArticles extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\t\tthis.state = {\n\t\t\tnewArticlesAvailable: false,\n\t\t\tcursor: 0,\n\t\t\treachedEndOfFeed: false,\n\t\t};\n\n\t\tthis.contentsEl = React.createRef();\n\t}\n\n\tcomponentDidMount() {\n\t\tthis.getArticleFeed();\n\n\t\tthis.subscription = window.streamClient\n\t\t\t.feed('user_article', this.props.userID, this.props.userArticleStreamToken)\n\t\t\t.subscribe(() => this.setState({ newArticlesAvailable: true }));\n\t}\n\n\tcomponentDidUpdate() {\n\t\tif (this.contentsEl.current && localStorage['all-article-list-scroll-position']) {\n\t\t\tthis.contentsEl.current.scrollTop =\n\t\t\t\tlocalStorage['all-article-list-scroll-position'];\n\t\t\tdelete localStorage['all-article-list-scroll-position'];\n\t\t}\n\t}\n\n\tcomponentWillUnmount() {\n\t\tthis.subscription.cancel();\n\t}\n\n\tgetArticleFeed() {\n\t\tgetFeed(this.props.dispatch, 'article', this.state.cursor, 10);\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<React.Fragment>\n\t\t\t\t<div className=\"list-view-header content-header\">\n\t\t\t\t\t<h1>Articles</h1>\n\t\t\t\t</div>\n\n\t\t\t\t<div className=\"list content\" ref={this.contentsEl}>\n\t\t\t\t\t{this.state.newArticlesAvailable && (\n\t\t\t\t\t\t<div\n\t\t\t\t\t\t\tclassName=\"toast\"\n\t\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\t\tthis.getArticleFeed();\n\t\t\t\t\t\t\t\tthis.setState({ newArticlesAvailable: false });\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tNew articles available - click to refresh\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\t\t\t\t\t{this.props.articles.map((article) => {\n\t\t\t\t\t\treturn (\n\t\t\t\t\t\t\t<ArticleListItem\n\t\t\t\t\t\t\t\tkey={article._id}\n\t\t\t\t\t\t\t\tonNavigation={() => {\n\t\t\t\t\t\t\t\t\tlocalStorage[\n\t\t\t\t\t\t\t\t\t\t'all-article-list-scroll-position'\n\t\t\t\t\t\t\t\t\t] = this.contentsEl.current.scrollTop;\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\t{...article}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t);\n\t\t\t\t\t})}\n\t\t\t\t\t{this.state.reachedEndOfFeed ? (\n\t\t\t\t\t\t<div className=\"end\">\n\t\t\t\t\t\t\t<p>That&#39;s it! No more articles here.</p>\n\t\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\t\tWhat, did you think that once you got all the way around,\n\t\t\t\t\t\t\t\tyou&#39;d just be back at the same place that you started?\n\t\t\t\t\t\t\t\tSounds like some real round-feed thinking to me.\n\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t) : (\n\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<Waypoint\n\t\t\t\t\t\t\t\tonEnter={() =>\n\t\t\t\t\t\t\t\t\tthis.setState({ cursor: this.state.cursor + 1 }, () =>\n\t\t\t\t\t\t\t\t\t\tthis.getArticleFeed(),\n\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t<div className=\"end-loader\">\n\t\t\t\t\t\t\t\t<Img src={loaderIcon} />\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\t\t\t\t</div>\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n}\n\nAllArticles.defaultProps = {\n\tarticles: [],\n};\n\nAllArticles.propTypes = {\n\tarticles: PropTypes.arrayOf(PropTypes.shape({})),\n\tdispatch: PropTypes.func.isRequired,\n\tuserID: PropTypes.string.isRequired,\n\tuserArticleStreamToken: PropTypes.string.isRequired,\n};\n\nconst mapStateToProps = (state) => {\n\tlet articles = [];\n\n\tif (state.articles && state.feeds && state.feeds.article)\n\t\tarticles = state.feeds.article.map((id) => state.articles[id]);\n\n\tfor (let article of articles) {\n\t\tif (state.pinnedArticles && state.pinnedArticles[article._id]) {\n\t\t\tarticle.pinID = state.pinnedArticles[article._id]._id;\n\t\t} else article.pinID = '';\n\n\t\tif (\n\t\t\tstate.feeds.article.indexOf(article._id) < 20 &&\n\t\t\tstate.feeds.article.indexOf(article._id) !== -1\n\t\t) {\n\t\t\tarticle.recent = true;\n\t\t} else {\n\t\t\tarticle.recent = false;\n\t\t}\n\t}\n\n\treturn {\n\t\tarticles,\n\t\tuserArticleStreamToken: state.user.streamTokens.user_article,\n\t\tuserID: state.user._id,\n\t};\n};\n\nexport default connect(mapStateToProps)(AllArticles);\n"
  },
  {
    "path": "app/src/components/AllEpisodesList.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport { connect } from 'react-redux';\nimport { Waypoint } from 'react-waypoint';\n\nimport EpisodeListItem from './EpisodeListItem';\nimport { getFeed } from '../util/feeds';\n\nimport { ReactComponent as LoaderIcon } from '../images/loaders/default.svg';\n\nclass AllEpisodesList extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\tnewEpisodesAvailable: false,\n\t\t\tcursor: 0,\n\t\t\treachedEndOfFeed: false,\n\t\t};\n\n\t\tthis.contentsEl = React.createRef();\n\t}\n\n\tcomponentDidMount() {\n\t\tthis.getEpisodeFeed();\n\n\t\tthis.subscription = window.streamClient\n\t\t\t.feed('user_episode', this.props.userID, this.props.userEpisodeStreamToken)\n\t\t\t.subscribe(() => this.setState({ newEpisodesAvailable: true }));\n\t}\n\n\tcomponentDidUpdate() {\n\t\tif (this.contentsEl.current && localStorage['all-episode-list-scroll-position']) {\n\t\t\tthis.contentsEl.current.scrollTop =\n\t\t\t\tlocalStorage['all-episode-list-scroll-position'];\n\t\t\tdelete localStorage['all-episode-list-scroll-position'];\n\t\t}\n\t}\n\n\tcomponentWillUnmount() {\n\t\tthis.subscription.cancel();\n\t}\n\n\tgetEpisodeFeed() {\n\t\tgetFeed(this.props.dispatch, 'episode', this.state.cursor, 10);\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<React.Fragment>\n\t\t\t\t<div className=\"list-view-header content-header\">\n\t\t\t\t\t<h1>Episodes</h1>\n\t\t\t\t</div>\n\t\t\t\t<div className=\"list content\" ref={this.contentsEl}>\n\t\t\t\t\t{this.state.newEpisodesAvailable && (\n\t\t\t\t\t\t<div\n\t\t\t\t\t\t\tclassName=\"toast\"\n\t\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\t\tthis.getEpisodeFeed();\n\t\t\t\t\t\t\t\tthis.setState({ newEpisodesAvailable: false });\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tNew episodes available - click to refresh\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\n\t\t\t\t\t{this.props.episodes.map((episode) => (\n\t\t\t\t\t\t<EpisodeListItem\n\t\t\t\t\t\t\tkey={episode._id}\n\t\t\t\t\t\t\tonNavigation={() => {\n\t\t\t\t\t\t\t\tlocalStorage[\n\t\t\t\t\t\t\t\t\t'all-episode-list-scroll-position'\n\t\t\t\t\t\t\t\t] = this.contentsEl.current.scrollTop;\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\tplayable={false}\n\t\t\t\t\t\t\t{...episode}\n\t\t\t\t\t\t/>\n\t\t\t\t\t))}\n\n\t\t\t\t\t{this.state.reachedEndOfFeed ? (\n\t\t\t\t\t\t<div className=\"end\">\n\t\t\t\t\t\t\t<p>That&#39;s it! No more episodes here.</p>\n\t\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\t\tWhat, did you think that once you got all the way around,\n\t\t\t\t\t\t\t\tyou&#39;d just be back at the same place that you started?\n\t\t\t\t\t\t\t\tSounds like some real round-feed thinking to me.\n\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t) : (\n\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<Waypoint\n\t\t\t\t\t\t\t\tonEnter={() => {\n\t\t\t\t\t\t\t\t\tthis.setState({ cursor: this.state.cursor + 1 }, () =>\n\t\t\t\t\t\t\t\t\t\tthis.getEpisodeFeed(),\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t<div className=\"end-loader\">\n\t\t\t\t\t\t\t\t<LoaderIcon />\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\t\t\t\t</div>\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n}\n\nAllEpisodesList.defaultProps = {\n\tepisodes: [],\n};\n\nAllEpisodesList.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\tepisodes: PropTypes.arrayOf(PropTypes.shape({})),\n\tuserID: PropTypes.string.isRequired,\n\tuserEpisodeStreamToken: PropTypes.string.isRequired,\n};\n\nconst mapStateToProps = (state) => {\n\tlet episodes = [];\n\n\tif (state.episodes && state.feeds && state.feeds.episode)\n\t\tepisodes = state.feeds.episode.map((id) => state.episodes[id]);\n\n\tfor (let episode of episodes) {\n\t\tif (state.pinnedEpisodes && state.pinnedEpisodes[episode._id]) {\n\t\t\tepisode.pinID = state.pinnedEpisodes[episode._id]._id;\n\t\t} else episode.pinID = '';\n\n\t\tif (\n\t\t\tstate.feeds.episode.indexOf(episode._id) < 20 &&\n\t\t\tstate.feeds.episode.indexOf(episode._id) !== -1\n\t\t) {\n\t\t\tepisode.recent = true;\n\t\t} else episode.recent = false;\n\t}\n\n\treturn {\n\t\tepisodes,\n\t\tuserEpisodeStreamToken: state.user.streamTokens.user_episode,\n\t\tuserID: state.user._id,\n\t};\n};\n\nexport default connect(mapStateToProps)(AllEpisodesList);\n"
  },
  {
    "path": "app/src/components/ArticleListItem.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport { connect } from 'react-redux';\nimport { withRouter } from 'react-router-dom';\n\nimport { pinArticle, unpinArticle } from '../util/pins';\nimport FeedListItem from './FeedListItem';\n\nclass ArticleListItem extends React.Component {\n\trender() {\n\t\tconst folderView = this.props.location.pathname.includes('folders');\n\t\tconst tagView = this.props.location.pathname.includes('tags');\n\t\tconst id = this.props._id;\n\t\tconst rssId = this.props.rss._id;\n\t\tconst folderId = this.props.foldersFeed[rssId];\n\t\tconst link =\n\t\t\tfolderView || tagView\n\t\t\t\t? `/folders/${folderId}/r/${rssId}/a/${id}`\n\t\t\t\t: `/rss/${rssId}/articles/${id}`;\n\n\t\tconst note = this.props.notes[id] || [];\n\t\tconst highlightsNo = note.filter((h) => !h.text).length;\n\t\tconst notesNo = note.length - highlightsNo;\n\t\tconst tagsNo = this.props.tagsFeed.filter((tag) => tag === id).length;\n\n\t\treturn (\n\t\t\t<FeedListItem\n\t\t\t\t{...this.props}\n\t\t\t\tfeedTitle={this.props.rss.title}\n\t\t\t\thighlights={highlightsNo}\n\t\t\t\tlink={link}\n\t\t\t\tnotes={notesNo}\n\t\t\t\tonNavigation={this.props.onNavigation}\n\t\t\t\tpin={() => pinArticle(id, this.props.dispatch)}\n\t\t\t\tplayable={false}\n\t\t\t\ttags={tagsNo}\n\t\t\t\tunpin={() => unpinArticle(this.props.pinID, id, this.props.dispatch)}\n\t\t\t/>\n\t\t);\n\t}\n}\n\nArticleListItem.defaultProps = {\n\timages: {},\n\tpinID: '',\n\trecent: false,\n};\n\nArticleListItem.propTypes = {\n\t_id: PropTypes.string.isRequired,\n\tdescription: PropTypes.string,\n\tdispatch: PropTypes.func.isRequired,\n\timages: PropTypes.shape({ og: PropTypes.string }),\n\tonNavigation: PropTypes.func,\n\tpinID: PropTypes.string,\n\tpublicationDate: PropTypes.string,\n\trecent: PropTypes.bool,\n\trss: PropTypes.shape({\n\t\t_id: PropTypes.string,\n\t\ttitle: PropTypes.string,\n\t}),\n\ttitle: PropTypes.string,\n\turl: PropTypes.string,\n\tfoldersFeed: PropTypes.shape({}),\n\tlocation: PropTypes.shape({ pathname: PropTypes.string }).isRequired,\n};\n\nconst mapStateToProps = (state) => ({\n\tfoldersFeed: state.foldersFeed || {},\n\ttagsFeed: state.tagsFeed || [],\n\tnotes: state.notes || {},\n});\n\nexport default connect(mapStateToProps)(withRouter(ArticleListItem));\n"
  },
  {
    "path": "app/src/components/Avatar/index.js",
    "content": "import { Img } from 'react-image';\nimport PropTypes from 'prop-types';\nimport React from 'react';\n\nlet Avatar = (props) => {\n\tlet url;\n\n\tif (props.gravatarURL) {\n\t\turl = props.gravatarURL;\n\t} else if (props.userID) {\n\t\turl = `https://www.gravatar.com/avatar/${props.userID}?s=200&default=identicon`;\n\t} else {\n\t\treturn null;\n\t}\n\treturn (\n\t\t<div className=\"avatar\">\n\t\t\t<Img height={props.height || 28} src={url} width={props.width || 28} />\n\t\t</div>\n\t);\n};\n\nAvatar.propTypes = {\n\tgravatarURL: PropTypes.string,\n\tuserID: PropTypes.string,\n\theight: PropTypes.number,\n\twidth: PropTypes.number,\n};\n\nexport default Avatar;\n"
  },
  {
    "path": "app/src/components/BookmarkPanel.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport moment from 'moment';\nimport { Img } from 'react-image';\nimport { connect } from 'react-redux';\nimport { Link, withRouter } from 'react-router-dom';\n\nimport TimeAgo from './TimeAgo';\nimport Panel from './Panel';\nimport getPlaceholderImageURL from '../util/getPlaceholderImageURL';\nimport { getPinnedArticles, getPinnedEpisodes } from '../util/pins';\n\nclass BookmarkPanel extends React.Component {\n\tcomponentDidMount() {\n\t\tif (!this.props.articles.length) getPinnedArticles(this.props.dispatch);\n\t\tif (!this.props.episodes.length) getPinnedEpisodes(this.props.dispatch);\n\t}\n\n\trender() {\n\t\tlet bookmarks = [];\n\t\tconst folderView =\n\t\t\tthis.props.location.pathname.includes('folders') ||\n\t\t\tthis.props.location.pathname.includes('tags');\n\t\tconst foldersFeed = this.props.foldersFeed;\n\n\t\tif (this.props.type === 'article') bookmarks = this.props.articles;\n\t\telse if (this.props.type === 'episode') bookmarks = this.props.episodes;\n\t\telse bookmarks = [...this.props.articles, ...this.props.episodes];\n\n\t\tbookmarks = bookmarks.sort(\n\t\t\t(a, b) => moment(b.createdAt).valueOf() - moment(a.createdAt).valueOf(),\n\t\t);\n\n\t\treturn (\n\t\t\t<Panel headerText=\"Bookmarks\">\n\t\t\t\t{bookmarks.map((bookmark) => {\n\t\t\t\t\tif (bookmark.article)\n\t\t\t\t\t\treturn (\n\t\t\t\t\t\t\t<Link\n\t\t\t\t\t\t\t\tkey={bookmark.article._id}\n\t\t\t\t\t\t\t\tto={\n\t\t\t\t\t\t\t\t\tfolderView\n\t\t\t\t\t\t\t\t\t\t? `/folders/${\n\t\t\t\t\t\t\t\t\t\t\t\tfoldersFeed[bookmark.article.rss._id]\n\t\t\t\t\t\t\t\t\t\t  }/r/${bookmark.article.rss._id}/a/${\n\t\t\t\t\t\t\t\t\t\t\t\tbookmark.article._id\n\t\t\t\t\t\t\t\t\t\t  }`\n\t\t\t\t\t\t\t\t\t\t: `/rss/${bookmark.article.rss._id}/articles/${bookmark.article._id}`\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<Img\n\t\t\t\t\t\t\t\t\tloader={<div className=\"placeholder\" />}\n\t\t\t\t\t\t\t\t\tsrc={[\n\t\t\t\t\t\t\t\t\t\tbookmark.article.rss.images.favicon,\n\t\t\t\t\t\t\t\t\t\tgetPlaceholderImageURL(bookmark.article._id),\n\t\t\t\t\t\t\t\t\t]}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t<div>{bookmark.article.title}</div>\n\t\t\t\t\t\t\t\t<TimeAgo\n\t\t\t\t\t\t\t\t\tclassName=\"muted\"\n\t\t\t\t\t\t\t\t\ttimestamp={bookmark.article.publicationDate}\n\t\t\t\t\t\t\t\t\ttrim={true}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</Link>\n\t\t\t\t\t\t);\n\t\t\t\t\telse\n\t\t\t\t\t\treturn (\n\t\t\t\t\t\t\t<Link\n\t\t\t\t\t\t\t\tkey={bookmark.episode._id}\n\t\t\t\t\t\t\t\tto={\n\t\t\t\t\t\t\t\t\tfolderView\n\t\t\t\t\t\t\t\t\t\t? `/folders/${\n\t\t\t\t\t\t\t\t\t\t\t\tfoldersFeed[bookmark.episode.podcast._id]\n\t\t\t\t\t\t\t\t\t\t  }/p/${bookmark.episode.podcast._id}/e/${\n\t\t\t\t\t\t\t\t\t\t\t\tbookmark.episode._id\n\t\t\t\t\t\t\t\t\t\t  }`\n\t\t\t\t\t\t\t\t\t\t: `/podcasts/${bookmark.episode.podcast._id}/episodes/${bookmark.episode._id}`\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<Img\n\t\t\t\t\t\t\t\t\tloader={<div className=\"placeholder\" />}\n\t\t\t\t\t\t\t\t\tsrc={[\n\t\t\t\t\t\t\t\t\t\tbookmark.episode.podcast.images.favicon,\n\t\t\t\t\t\t\t\t\t\tgetPlaceholderImageURL(bookmark.episode._id),\n\t\t\t\t\t\t\t\t\t]}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t<div>{bookmark.episode.title}</div>\n\t\t\t\t\t\t\t\t<TimeAgo\n\t\t\t\t\t\t\t\t\tclassName=\"muted\"\n\t\t\t\t\t\t\t\t\ttimestamp={bookmark.episode.publicationDate}\n\t\t\t\t\t\t\t\t\ttrim={true}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</Link>\n\t\t\t\t\t\t);\n\t\t\t\t})}\n\t\t\t</Panel>\n\t\t);\n\t}\n}\n\nBookmarkPanel.defaultProps = {\n\tarticles: [],\n\tepisodes: [],\n};\n\nBookmarkPanel.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\tlocation: PropTypes.shape({ pathname: PropTypes.string }).isRequired,\n\ttype: PropTypes.string,\n\tarticles: PropTypes.arrayOf(PropTypes.shape()),\n\tepisodes: PropTypes.arrayOf(PropTypes.shape()),\n\tfoldersFeed: PropTypes.shape({}),\n};\n\nconst mapStateToProps = (state) => ({\n\tarticles: state.pinnedArticles ? Object.values(state.pinnedArticles) : [],\n\tepisodes: state.pinnedEpisodes ? Object.values(state.pinnedEpisodes) : [],\n\tfoldersFeed: state.foldersFeed || {},\n});\n\nexport default connect(mapStateToProps)(withRouter(BookmarkPanel));\n"
  },
  {
    "path": "app/src/components/Drawer.js",
    "content": "import PropTypes from 'prop-types';\nimport React from 'react';\n\nclass Drawer extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\t\tthis.state = {};\n\t}\n\n\trender() {\n\t\tif (this.props.isOpen) {\n\t\t\treturn (\n\t\t\t\t<div>\n\t\t\t\t\t<div className=\"drawer\">\n\t\t\t\t\t\t<div className=\"drawer-container\">\n\t\t\t\t\t\t\t<div className={this.props.className}>\n\t\t\t\t\t\t\t\t{this.props.children}\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div\n\t\t\t\t\t\tclassName=\"drawer-click-catcher\"\n\t\t\t\t\t\tonClick={this.props.closeDrawer}\n\t\t\t\t\t/>\n\t\t\t\t</div>\n\t\t\t);\n\t\t} else {\n\t\t\treturn null;\n\t\t}\n\t}\n}\n\nDrawer.defaultProps = {\n\tclassName: '',\n\tisOpen: false,\n};\n\nDrawer.propTypes = {\n\tchildren: PropTypes.oneOfType([PropTypes.node, PropTypes.arrayOf(PropTypes.node)]),\n\tclassName: PropTypes.string,\n\tcloseDrawer: PropTypes.func.isRequired,\n\tisOpen: PropTypes.bool,\n};\n\nexport default Drawer;\n"
  },
  {
    "path": "app/src/components/EpisodeListItem.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport { connect } from 'react-redux';\nimport { withRouter } from 'react-router-dom';\n\nimport FeedListItem from './FeedListItem';\nimport { pinEpisode, unpinEpisode } from '../util/pins';\n\nclass EpisodeListItem extends React.Component {\n\tplayOrPauseEpisode = () => {\n\t\tif (this.props.inPlayer && this.props.player.playing) this.props.pauseEpisode();\n\t\telse if (this.props.inPlayer) this.props.resumeEpisode();\n\t\telse this.props.playEpisode(this.props._id, this.props.podcast._id);\n\t};\n\n\trender() {\n\t\tconst folderView = this.props.location.pathname.includes('folders');\n\t\tconst tagView = this.props.location.pathname.includes('tags');\n\t\tconst id = this.props._id;\n\t\tconst podcastId = this.props.podcast._id;\n\t\tconst folderId = this.props.foldersFeed[podcastId];\n\t\tconst link =\n\t\t\tfolderView || tagView\n\t\t\t\t? `/folders/${folderId}/p/${podcastId}/e/${id}`\n\t\t\t\t: `/podcasts/${podcastId}/episodes/${id}`;\n\n\t\tconst note = this.props.notes[id] || [];\n\t\tconst highlightsNo = note.filter((h) => !h.text).length;\n\t\tconst notesNo = note.length - highlightsNo;\n\t\tconst tagsNo = this.props.tagsFeed.filter((tag) => tag === id).length;\n\n\t\treturn (\n\t\t\t<FeedListItem\n\t\t\t\t{...this.props}\n\t\t\t\tfeedTitle={this.props.podcast.title}\n\t\t\t\thighlights={highlightsNo}\n\t\t\t\tinPlayer={this.props.inPlayer}\n\t\t\t\tisPlaying={this.props.player.playing}\n\t\t\t\tlink={link}\n\t\t\t\tnotes={notesNo}\n\t\t\t\tonNavigation={this.props.onNavigation}\n\t\t\t\tpin={() => pinEpisode(id, this.props.dispatch)}\n\t\t\t\tplayOrPauseEpisode={this.playOrPauseEpisode}\n\t\t\t\tplayable={true}\n\t\t\t\ttags={tagsNo}\n\t\t\t\tunpin={() => unpinEpisode(this.props.pinID, id, this.props.dispatch)}\n\t\t\t/>\n\t\t);\n\t}\n}\n\nEpisodeListItem.defaultProps = {\n\timages: {},\n\tpinID: '',\n\trecent: false,\n};\n\nEpisodeListItem.propTypes = {\n\t_id: PropTypes.string,\n\tdispatch: PropTypes.func.isRequired,\n\tpauseEpisode: PropTypes.func.isRequired,\n\tplayEpisode: PropTypes.func.isRequired,\n\tresumeEpisode: PropTypes.func.isRequired,\n\tplayer: PropTypes.shape({\n\t\tcontextID: PropTypes.string,\n\t\tplaying: PropTypes.bool,\n\t}),\n\tinPlayer: PropTypes.bool,\n\tdescription: PropTypes.string,\n\timages: PropTypes.shape({ og: PropTypes.string }),\n\tpinID: PropTypes.string,\n\tonNavigation: PropTypes.func,\n\tplayable: PropTypes.bool,\n\tlink: PropTypes.string,\n\tpodcast: PropTypes.shape({\n\t\t_id: PropTypes.string.isRequired,\n\t\ttitle: PropTypes.string,\n\t}),\n\tpublicationDate: PropTypes.string,\n\trecent: PropTypes.bool,\n\ttitle: PropTypes.string,\n\tfoldersFeed: PropTypes.shape({}),\n\tlocation: PropTypes.shape({ pathname: PropTypes.string }).isRequired,\n};\n\nconst mapDispatchToProps = (dispatch) => {\n\treturn {\n\t\tdispatch,\n\t\tpauseEpisode: () => dispatch({ type: 'PAUSE_EPISODE' }),\n\t\tresumeEpisode: () => dispatch({ type: 'RESUME_EPISODE' }),\n\t\tplayEpisode: (episodeID, podcastID) => {\n\t\t\tdispatch({\n\t\t\t\tcontextID: podcastID,\n\t\t\t\tepisodeID: episodeID,\n\t\t\t\tplaying: true,\n\t\t\t\ttype: 'PLAY_EPISODE',\n\t\t\t});\n\t\t},\n\t};\n};\n\nconst mapStateToProps = (state, ownProps) => {\n\treturn {\n\t\tinPlayer:\n\t\t\tstate.player &&\n\t\t\tstate.player.episodeID === ownProps._id &&\n\t\t\tstate.player.contextID === ownProps.podcast._id,\n\t\tplayer: state.player || {},\n\t\tnotes: state.notes || {},\n\t\ttagsFeed: state.tagsFeed || [],\n\t\tfoldersFeed: state.foldersFeed || {},\n\t};\n};\n\nexport default connect(mapStateToProps, mapDispatchToProps)(withRouter(EpisodeListItem));\n"
  },
  {
    "path": "app/src/components/FeaturedItems.js",
    "content": "import PropTypes from 'prop-types';\nimport React from 'react';\nimport { connect } from 'react-redux';\nimport getPlaceholderImageURL from '../util/getPlaceholderImageURL';\nimport { Link } from 'react-router-dom';\nimport { getFeatured } from '../api';\n\nclass FeaturedItems extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\tfeatured: localStorage.getItem('featured') || 'show',\n\t\t};\n\t}\n\n\tcomponentDidMount() {\n\t\tif (!this.props.featuredItems.length) getFeatured(this.props.dispatch);\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<div className=\"featured-items-section\">\n\t\t\t\t<div className=\"featured-items-header\">\n\t\t\t\t\t<h2>Featured on Winds</h2>\n\t\t\t\t\t<span\n\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\tconst featured =\n\t\t\t\t\t\t\t\tthis.state.featured === 'show' ? 'hide' : 'show';\n\t\t\t\t\t\t\tthis.setState({ featured });\n\t\t\t\t\t\t\tlocalStorage.setItem('featured', featured);\n\t\t\t\t\t\t}}\n\t\t\t\t\t>\n\t\t\t\t\t\t{this.state.featured === 'show' ? 'Hide' : 'Show'}\n\t\t\t\t\t</span>\n\t\t\t\t</div>\n\t\t\t\t{this.state.featured === 'show' && (\n\t\t\t\t\t<div className=\"featured-item-list\">\n\t\t\t\t\t\t{this.props.featuredItems.map((featuredItem) => {\n\t\t\t\t\t\t\tlet linkURL = '#';\n\t\t\t\t\t\t\tif (featuredItem.type === 'rss') {\n\t\t\t\t\t\t\t\tlinkURL = `/rss/${featuredItem._id}?featured=true`;\n\t\t\t\t\t\t\t} else if (featuredItem.type === 'podcast') {\n\t\t\t\t\t\t\t\tlinkURL = `/podcasts/${featuredItem._id}?featured=true`;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\treturn (\n\t\t\t\t\t\t\t\t<Link\n\t\t\t\t\t\t\t\t\tclassName=\"featured-item\"\n\t\t\t\t\t\t\t\t\tkey={featuredItem._id}\n\t\t\t\t\t\t\t\t\tstyle={{\n\t\t\t\t\t\t\t\t\t\tbackgroundImage: `linear-gradient(to top, black, transparent),\n\t\t\t\t\t\t\t\t\t\turl(${featuredItem.images.featured || getPlaceholderImageURL(featuredItem._id)})`,\n\t\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\t\tto={linkURL}\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t<h1>{featuredItem.title}</h1>\n\t\t\t\t\t\t\t\t\t<p />\n\t\t\t\t\t\t\t\t\t<label>{featuredItem.type}</label>\n\t\t\t\t\t\t\t\t</Link>\n\t\t\t\t\t\t\t);\n\t\t\t\t\t\t})}\n\t\t\t\t\t</div>\n\t\t\t\t)}\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nFeaturedItems.defaultProps = {\n\tfeaturedItems: [],\n};\n\nFeaturedItems.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\tfeaturedItems: PropTypes.array,\n};\n\nconst mapStateToProps = (state) => ({\n\tfeaturedItems: state.featuredItems || [],\n});\n\nexport default connect(mapStateToProps)(FeaturedItems);\n"
  },
  {
    "path": "app/src/components/FeedHeader.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\n\nimport Tag from './Tag/Tag';\nimport TimeAgo from './TimeAgo';\nimport { Img } from 'react-image';\nimport getPlaceholderImageURL from '../util/getPlaceholderImageURL';\n\nimport { ReactComponent as LinkIcon } from '../images/icons/link.svg';\nimport { ReactComponent as BookmarkIcon } from '../images/icons/bookmark.svg';\nimport { ReactComponent as BookmarkedIcon } from '../images/icons/bookmarked.svg';\nimport { ReactComponent as PauseIcon } from '../images/icons/pause.svg';\nimport { ReactComponent as PlayIcon } from '../images/icons/play.svg';\n\nclass FeedHeader extends React.Component {\n\trender() {\n\t\tconst {\n\t\t\t_id,\n\t\t\ttitle,\n\t\t\timages,\n\t\t\turl,\n\t\t\tpublicationDate,\n\t\t\tpinID,\n\t\t\tpin,\n\t\t\tunpin,\n\t\t\ttweet,\n\t\t\tcommentUrl,\n\t\t\trecent,\n\t\t\thackernews,\n\t\t\treddit,\n\t\t\ttype,\n\t\t} = this.props;\n\n\t\tconst { playOrPauseEpisode, playable, isPlaying } = this.props;\n\n\t\treturn (\n\t\t\t<div className=\"content-header feed-header\">\n\t\t\t\t<div\n\t\t\t\t\tclassName={`photo ${playable ? 'clickable' : ''}`}\n\t\t\t\t\tonClick={() => playable && playOrPauseEpisode()}\n\t\t\t\t>\n\t\t\t\t\t<Img\n\t\t\t\t\t\theight=\"50\"\n\t\t\t\t\t\tloader={<div className=\"placeholder\" />}\n\t\t\t\t\t\tsrc={[images.og, getPlaceholderImageURL(_id)]}\n\t\t\t\t\t\twidth=\"50\"\n\t\t\t\t\t/>\n\t\t\t\t\t{playable && (\n\t\t\t\t\t\t<div className=\"play-icon\">\n\t\t\t\t\t\t\t<div className=\"icon-container\">\n\t\t\t\t\t\t\t\t{isPlaying ? <PauseIcon /> : <PlayIcon />}\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\t\t\t\t</div>\n\n\t\t\t\t<TimeAgo className=\"date muted\" timestamp={publicationDate} />\n\n\t\t\t\t<h1 className=\"title\">{title}</h1>\n\n\t\t\t\t<div className=\"item-info\">\n\t\t\t\t\t<a href={url}>\n\t\t\t\t\t\t<LinkIcon />\n\t\t\t\t\t</a>\n\n\t\t\t\t\t{recent && <div className=\"recent-indicator\" />}\n\n\t\t\t\t\t<span className=\"clickable\" onClick={() => (pinID ? unpin() : pin())}>\n\t\t\t\t\t\t{pinID ? <BookmarkedIcon /> : <BookmarkIcon />}\n\t\t\t\t\t</span>\n\n\t\t\t\t\t<span className=\"clickable\" onClick={() => tweet()}>\n\t\t\t\t\t\t<i className=\"fab fa-twitter\" />\n\t\t\t\t\t</span>\n\n\t\t\t\t\t{commentUrl && (\n\t\t\t\t\t\t<a href={commentUrl}>\n\t\t\t\t\t\t\t<i className=\"fas fa-comment\" />\n\t\t\t\t\t\t</a>\n\t\t\t\t\t)}\n\n\t\t\t\t\t{reddit && (\n\t\t\t\t\t\t<a href={reddit.url} rel=\"noopener noreferrer\" target=\"_blank\">\n\t\t\t\t\t\t\t{reddit.score}\n\t\t\t\t\t\t\t<i className=\"fab fa-reddit-alien\" />\n\t\t\t\t\t\t</a>\n\t\t\t\t\t)}\n\n\t\t\t\t\t{hackernews && (\n\t\t\t\t\t\t<a\n\t\t\t\t\t\t\thref={hackernews.url}\n\t\t\t\t\t\t\trel=\"noopener noreferrer\"\n\t\t\t\t\t\t\ttarget=\"_blank\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t{hackernews.score}\n\t\t\t\t\t\t\t<i className=\"fab fa-hacker-news-square\" />\n\t\t\t\t\t\t</a>\n\t\t\t\t\t)}\n\n\t\t\t\t\t<Tag feedId={_id} type={type} />\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nFeedHeader.propTypes = {\n\ttype: PropTypes.string.isRequired,\n\t_id: PropTypes.string.isRequired,\n\ttitle: PropTypes.string.isRequired,\n\tpublicationDate: PropTypes.string,\n\turl: PropTypes.string,\n\tcommentUrl: PropTypes.string,\n\timages: PropTypes.shape({ og: PropTypes.string }),\n\ttweet: PropTypes.func,\n\tpin: PropTypes.func,\n\tunpin: PropTypes.func,\n\tpinID: PropTypes.string,\n\trecent: PropTypes.bool,\n\thackernews: PropTypes.shape({}),\n\treddit: PropTypes.shape({}),\n\tplayOrPauseEpisode: PropTypes.func,\n\tplayable: PropTypes.bool,\n\tisPlaying: PropTypes.bool,\n};\n\nexport default FeedHeader;\n"
  },
  {
    "path": "app/src/components/FeedListItem.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport { Img } from 'react-image';\nimport { Link } from 'react-router-dom';\n\nimport TimeAgo from './TimeAgo';\nimport getPlaceholderImageURL from '../util/getPlaceholderImageURL';\n\nimport { ReactComponent as NoteIcon } from '../images/icons/note.svg';\nimport { ReactComponent as BookmarkIcon } from '../images/icons/bookmark.svg';\nimport { ReactComponent as BookmarkedIcon } from '../images/icons/bookmarked.svg';\nimport { ReactComponent as PenIcon } from '../images/icons/pen.svg';\nimport { ReactComponent as TagIcon } from '../images/icons/tag-simple.svg';\nimport { ReactComponent as PauseIcon } from '../images/icons/pause.svg';\nimport { ReactComponent as PlayIcon } from '../images/icons/play.svg';\n\nclass FeedListItem extends React.Component {\n\trender() {\n\t\tconst {\n\t\t\t_id,\n\t\t\ttitle,\n\t\t\timages,\n\t\t\tlink,\n\t\t\tdescription,\n\t\t\tfeedTitle,\n\t\t\tpublicationDate,\n\t\t\tpinID,\n\t\t\tpin,\n\t\t\tunpin,\n\t\t\tonNavigation,\n\t\t\tnotes,\n\t\t\thighlights,\n\t\t\ttags,\n\t\t\trecent,\n\t\t} = this.props;\n\t\tconst { inPlayer, isPlaying, playable, playOrPauseEpisode } = this.props;\n\n\t\treturn (\n\t\t\t<Link\n\t\t\t\tclassName=\"feed-list-item\"\n\t\t\t\tonClick={() => onNavigation && onNavigation()}\n\t\t\t\tto={link}\n\t\t\t>\n\t\t\t\t<div\n\t\t\t\t\tclassName=\"left\"\n\t\t\t\t\tonClick={(e) => {\n\t\t\t\t\t\tif (playable) {\n\t\t\t\t\t\t\te.stopPropagation();\n\t\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\t\tplayOrPauseEpisode();\n\t\t\t\t\t\t}\n\t\t\t\t\t}}\n\t\t\t\t>\n\t\t\t\t\t<Img\n\t\t\t\t\t\theight=\"100\"\n\t\t\t\t\t\tloader={<div className=\"placeholder\" />}\n\t\t\t\t\t\tsrc={[images.og, getPlaceholderImageURL(_id)]}\n\t\t\t\t\t\twidth=\"100\"\n\t\t\t\t\t/>\n\n\t\t\t\t\t{playable && (\n\t\t\t\t\t\t<div className={inPlayer ? 'pause-icon' : 'play-icon'}>\n\t\t\t\t\t\t\t<div className=\"icon-container\">\n\t\t\t\t\t\t\t\t{inPlayer && isPlaying ? <PauseIcon /> : <PlayIcon />}\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\n\t\t\t\t\t{recent && <div className=\"recent-indicator\" />}\n\t\t\t\t</div>\n\t\t\t\t<div className=\"right\">\n\t\t\t\t\t<h2>{title}</h2>\n\t\t\t\t\t<div className=\"item-action\">\n\t\t\t\t\t\t<span\n\t\t\t\t\t\t\tonClick={(e) => {\n\t\t\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\t\t\te.stopPropagation();\n\t\t\t\t\t\t\t\tpinID ? unpin() : pin();\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t{pinID ? <BookmarkedIcon /> : <BookmarkIcon />}\n\t\t\t\t\t\t</span>\n\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<NoteIcon /> {notes} Note\n\t\t\t\t\t\t\t{notes > 1 && 's'}\n\t\t\t\t\t\t</span>\n\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<PenIcon /> {highlights} Highlight\n\t\t\t\t\t\t\t{highlights > 1 && 's'}\n\t\t\t\t\t\t</span>\n\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<TagIcon /> {tags} Tag\n\t\t\t\t\t\t\t{tags > 1 && 's'}\n\t\t\t\t\t\t</span>\n\t\t\t\t\t</div>\n\n\t\t\t\t\t<div className=\"item-info\">\n\t\t\t\t\t\t<span>{feedTitle}</span>\n\n\t\t\t\t\t\t<span className=\"muted\">\n\t\t\t\t\t\t\t{'Posted '}\n\t\t\t\t\t\t\t<TimeAgo timestamp={publicationDate} />\n\t\t\t\t\t\t</span>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"description\">{description}</div>\n\t\t\t\t</div>\n\t\t\t</Link>\n\t\t);\n\t}\n}\n\nFeedListItem.defaultProps = {\n\timages: {},\n};\n\nFeedListItem.propTypes = {\n\t_id: PropTypes.string.isRequired,\n\ttitle: PropTypes.string.isRequired,\n\tdescription: PropTypes.string,\n\tpublicationDate: PropTypes.string,\n\tfeedTitle: PropTypes.string,\n\tlink: PropTypes.string,\n\timages: PropTypes.shape({ og: PropTypes.string }),\n\tonNavigation: PropTypes.func,\n\tpin: PropTypes.func,\n\tunpin: PropTypes.func,\n\tpinID: PropTypes.string,\n\trecent: PropTypes.bool,\n\tnotes: PropTypes.number,\n\thighlights: PropTypes.number,\n\ttags: PropTypes.number,\n\tplayOrPauseEpisode: PropTypes.func,\n\tplayable: PropTypes.bool,\n\tinPlayer: PropTypes.bool,\n\tisPlaying: PropTypes.bool,\n};\n\nexport default FeedListItem;\n"
  },
  {
    "path": "app/src/components/Folder/DeleteModal.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport ReactModal from 'react-modal';\n\nimport { deleteFolder } from '../../api/folderAPI';\n\nclass DeleteModal extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.resetState = {\n\t\t\terror: false,\n\t\t\tsubmitting: false,\n\t\t\tsuccess: false,\n\t\t\tunfollow: false,\n\t\t};\n\n\t\tthis.state = {\n\t\t\t...this.resetState,\n\t\t};\n\t}\n\n\tcloseModal = () => {\n\t\tthis.setState({ ...this.resetState });\n\t\tthis.props.toggleModal();\n\t};\n\n\thandleSubmit = () => {\n\t\tthis.setState({ submitting: true });\n\t\tdeleteFolder(\n\t\t\tthis.props.dispatch,\n\t\t\tthis.props.folder,\n\t\t\tthis.state.unfollow,\n\t\t\t() => {\n\t\t\t\tthis.setState({ success: true, submitting: false });\n\t\t\t\tsetTimeout(() => {\n\t\t\t\t\tthis.props.onDelete();\n\t\t\t\t\tthis.closeModal();\n\t\t\t\t}, 500);\n\t\t\t},\n\t\t\t() => this.setState({ error: true, submitting: false }),\n\t\t);\n\t};\n\n\trender() {\n\t\tlet buttonText = 'DELETE';\n\t\tif (this.state.submitting) buttonText = 'Deleting...';\n\t\telse if (this.state.success) buttonText = 'Deleted!';\n\n\t\treturn (\n\t\t\t<ReactModal\n\t\t\t\tclassName=\"modal add-new-content-modal\"\n\t\t\t\tisOpen={this.props.isOpen}\n\t\t\t\tonRequestClose={() => this.closeModal()}\n\t\t\t\toverlayClassName=\"modal-overlay\"\n\t\t\t\tshouldCloseOnOverlayClick={true}\n\t\t\t>\n\t\t\t\t<header>\n\t\t\t\t\t<h1>Delete Folder</h1>\n\t\t\t\t</header>\n\n\t\t\t\t<p>Are you sure you want to delete this folder?</p>\n\n\t\t\t\t<label>\n\t\t\t\t\t<input\n\t\t\t\t\t\tchecked={this.state.unfollow}\n\t\t\t\t\t\tonChange={() => this.setState({ unfollow: !this.state.unfollow })}\n\t\t\t\t\t\ttype=\"checkbox\"\n\t\t\t\t\t/>\n\t\t\t\t\tUnfollow all feeds in folder\n\t\t\t\t</label>\n\n\t\t\t\t{this.state.error && (\n\t\t\t\t\t<div className=\"error-message\">\n\t\t\t\t\t\tOops, something went wrong. Please try again later.\n\t\t\t\t\t</div>\n\t\t\t\t)}\n\t\t\t\t<div className=\"buttons\">\n\t\t\t\t\t<button\n\t\t\t\t\t\tclassName=\"btn alert\"\n\t\t\t\t\t\tdisabled={this.state.submitting}\n\t\t\t\t\t\tonClick={this.handleSubmit}\n\t\t\t\t\t>\n\t\t\t\t\t\t{buttonText}\n\t\t\t\t\t</button>\n\n\t\t\t\t\t<button className=\"btn link cancel\" onClick={() => this.closeModal()}>\n\t\t\t\t\t\tCancel\n\t\t\t\t\t</button>\n\t\t\t\t</div>\n\t\t\t</ReactModal>\n\t\t);\n\t}\n}\n\nDeleteModal.defaultProps = {\n\tisOpen: false,\n};\n\nDeleteModal.propTypes = {\n\tisOpen: PropTypes.bool.isRequired,\n\ttoggleModal: PropTypes.func.isRequired,\n\tfolder: PropTypes.shape({\n\t\t_id: PropTypes.string,\n\t\trss: PropTypes.array,\n\t\tpodcast: PropTypes.array,\n\t}),\n\tdispatch: PropTypes.func.isRequired,\n\tonDelete: PropTypes.func.isRequired,\n};\n\nexport default DeleteModal;\n"
  },
  {
    "path": "app/src/components/Folder/FeedToFolderModal.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport ReactModal from 'react-modal';\n\nimport { upsertFolder } from '../../api/folderAPI';\n\nclass FeedToFolderModal extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.resetState = {\n\t\t\tname: '',\n\t\t\terrMsg: '',\n\t\t\tsubmitting: false,\n\t\t\tsuccess: false,\n\t\t};\n\n\t\tthis.state = { ...this.resetState };\n\t}\n\n\tsubmit = (e) => {\n\t\te.preventDefault();\n\t\tthis.setState({ submitting: true, success: false, errMsg: '' });\n\n\t\tif (!this.state.name)\n\t\t\treturn this.setState({\n\t\t\t\tsubmitting: false,\n\t\t\t\terrMsg: 'Your folder needs a name!',\n\t\t\t});\n\n\t\tupsertFolder(\n\t\t\tthis.props.dispatch,\n\t\t\tthis.props.currFolderID,\n\t\t\tthis.props.isRss,\n\t\t\tthis.props.feedID,\n\t\t\tthis.state.name,\n\t\t\t({ data }) => {\n\t\t\t\tthis.setState({ submitting: false, success: true });\n\n\t\t\t\tsetTimeout(() => {\n\t\t\t\t\tthis.closeModal();\n\t\t\t\t\tthis.props.history.push(`/folders/${data._id}`);\n\t\t\t\t}, 1000);\n\t\t\t},\n\t\t\t(err) => {\n\t\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t\t\tthis.setState({\n\t\t\t\t\terrored: 'Oops, something went wrong. Please try again.',\n\t\t\t\t\tsubmitting: false,\n\t\t\t\t});\n\t\t\t},\n\t\t);\n\t};\n\n\tcloseModal = () => {\n\t\tthis.setState({ ...this.resetState });\n\t\tthis.props.toggleModal();\n\t};\n\n\trender() {\n\t\tlet buttonText = 'Save';\n\t\tif (this.state.submitting) buttonText = 'Submitting...';\n\t\telse if (this.state.success) buttonText = 'Success!';\n\n\t\treturn (\n\t\t\t<ReactModal\n\t\t\t\tariaHideApp={false}\n\t\t\t\tclassName=\"modal add-new-content-modal\"\n\t\t\t\tisOpen={this.props.isOpen}\n\t\t\t\tonRequestClose={this.closeModal}\n\t\t\t\toverlayClassName=\"modal-overlay\"\n\t\t\t\tshouldCloseOnOverlayClick={true}\n\t\t\t>\n\t\t\t\t<header>\n\t\t\t\t\t<h1>Add feed to New Folder</h1>\n\t\t\t\t</header>\n\n\t\t\t\t<form onSubmit={this.submit}>\n\t\t\t\t\t<div className=\"input-box\">\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tautoComplete=\"false\"\n\t\t\t\t\t\t\tonChange={(e) =>\n\t\t\t\t\t\t\t\tthis.setState({\n\t\t\t\t\t\t\t\t\tname: e.target.value,\n\t\t\t\t\t\t\t\t\terrMsg: '',\n\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tplaceholder=\"Folder name\"\n\t\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\t\tvalue={this.state.name}\n\t\t\t\t\t\t/>\n\t\t\t\t\t</div>\n\n\t\t\t\t\t{this.state.errMsg && (\n\t\t\t\t\t\t<div className=\"error-message\">{this.state.errMsg}</div>\n\t\t\t\t\t)}\n\n\t\t\t\t\t<div className=\"buttons\">\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn primary\"\n\t\t\t\t\t\t\tdisabled={this.state.submitting || this.state.success}\n\t\t\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t{buttonText}\n\t\t\t\t\t\t</button>\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn link cancel\"\n\t\t\t\t\t\t\tonClick={this.closeModal}\n\t\t\t\t\t\t\ttype=\"cancel\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tCancel\n\t\t\t\t\t\t</button>\n\t\t\t\t\t</div>\n\t\t\t\t</form>\n\t\t\t</ReactModal>\n\t\t);\n\t}\n}\n\nFeedToFolderModal.defaultProps = {\n\tisOpen: false,\n\tcurrFolderID: null,\n};\n\nFeedToFolderModal.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\tisOpen: PropTypes.bool,\n\ttoggleModal: PropTypes.func.isRequired,\n\tfeedID: PropTypes.string.isRequired,\n\tisRss: PropTypes.bool.isRequired,\n\tcurrFolderID: PropTypes.string,\n\thistory: PropTypes.shape({ push: PropTypes.func.isRequired }).isRequired,\n};\n\nexport default FeedToFolderModal;\n"
  },
  {
    "path": "app/src/components/Folder/Folder.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport Popover from 'react-popover';\nimport { connect } from 'react-redux';\n\nimport FolderFeeds from './FolderFeeds';\nimport RenameModal from './RenameModal';\nimport DeleteModal from './DeleteModal';\nimport Loader from '../Loader';\n\nimport { ReactComponent as FolderIcon } from '../../images/icons/folder.svg';\nimport { ReactComponent as CircleIcon } from '../../images/icons/circle.svg';\nimport { ReactComponent as DotCircleIcon } from '../../images/icons/dot-circle.svg';\nimport { ReactComponent as SettingIcon } from '../../images/icons/settings.svg';\n\nclass Folder extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\t// Folder sort requires custom ranking feature enables in Stream\n\t\tthis.state = {\n\t\t\trenameModal: false,\n\t\t\tdeleteModal: false,\n\t\t\tmenuPopover: false,\n\t\t\tsortBy: 'latest',\n\t\t};\n\t}\n\n\ttoggleMenuPopover = () => {\n\t\tthis.setState((prevState) => ({ menuPopover: !prevState.menuPopover }));\n\t};\n\n\ttoggleRenameModal = () => {\n\t\tthis.setState((prevState) => ({\n\t\t\trenameModal: !prevState.renameModal,\n\t\t\tmenuPopover: false,\n\t\t}));\n\t};\n\n\ttoggleDeleteModal = () => {\n\t\tthis.setState((prevState) => ({\n\t\t\tdeleteModal: !prevState.deleteModal,\n\t\t\tmenuPopover: false,\n\t\t}));\n\t};\n\n\tsetSortBy = (sortBy) => {\n\t\tthis.setState({ sortBy, menuPopover: false });\n\t};\n\n\tmenuPopover = () => (\n\t\t<div className=\"popover-panel feed-popover\">\n\t\t\t<div\n\t\t\t\tclassName=\"panel-element menu-item sort-button\"\n\t\t\t\tonClick={() => this.setSortBy('latest')}\n\t\t\t>\n\t\t\t\t{this.state.sortBy === 'latest' ? <DotCircleIcon /> : <CircleIcon />}\n\t\t\t\tLatest\n\t\t\t</div>\n\t\t\t<div\n\t\t\t\tclassName=\"panel-element menu-item sort-button\"\n\t\t\t\tonClick={() => this.setSortBy('oldest')}\n\t\t\t>\n\t\t\t\t{this.state.sortBy === 'oldest' ? <DotCircleIcon /> : <CircleIcon />}\n\t\t\t\tOldest\n\t\t\t</div>\n\t\t\t<div className=\"panel-element menu-item\" onClick={this.toggleRenameModal}>\n\t\t\t\tRename\n\t\t\t</div>\n\t\t\t<div\n\t\t\t\tclassName=\"panel-element menu-item alert\"\n\t\t\t\tonClick={this.toggleDeleteModal}\n\t\t\t>\n\t\t\t\tDelete\n\t\t\t</div>\n\t\t</div>\n\t);\n\n\trender() {\n\t\tif (!this.props.folder._id) return <Loader />;\n\n\t\treturn (\n\t\t\t<>\n\t\t\t\t<div className=\"list-view-header content-header\">\n\t\t\t\t\t<div className=\"alignment-box\">\n\t\t\t\t\t\t<FolderIcon className=\"header-icon\" />\n\t\t\t\t\t\t<h1>{this.props.folder.name}</h1>\n\n\t\t\t\t\t\t<div className=\"right\">\n\t\t\t\t\t\t\t<Popover\n\t\t\t\t\t\t\t\tbody={this.menuPopover()}\n\t\t\t\t\t\t\t\tisOpen={this.state.menuPopover}\n\t\t\t\t\t\t\t\tonOuterAction={this.toggleMenuPopover}\n\t\t\t\t\t\t\t\tpreferPlace=\"below\"\n\t\t\t\t\t\t\t\ttipSize={0.1}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<div onClick={this.toggleMenuPopover}>\n\t\t\t\t\t\t\t\t\t<SettingIcon />\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</Popover>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t\t<RenameModal\n\t\t\t\t\tdefVal={this.props.folder.name}\n\t\t\t\t\tdispatch={this.props.dispatch}\n\t\t\t\t\tfolderId={this.props.folder._id}\n\t\t\t\t\tisOpen={this.state.renameModal}\n\t\t\t\t\ttoggleModal={this.toggleRenameModal}\n\t\t\t\t/>\n\n\t\t\t\t<DeleteModal\n\t\t\t\t\tdispatch={this.props.dispatch}\n\t\t\t\t\tfolder={this.props.folder}\n\t\t\t\t\tisOpen={this.state.deleteModal}\n\t\t\t\t\tonDelete={() => this.props.history.replace('/folders')}\n\t\t\t\t\ttoggleModal={this.toggleDeleteModal}\n\t\t\t\t/>\n\n\t\t\t\t<FolderFeeds folder={this.props.folder} sortBy={this.state.sortBy} />\n\t\t\t</>\n\t\t);\n\t}\n}\n\nFolder.defaultProps = {\n\tfolder: {},\n};\n\nFolder.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\thistory: PropTypes.shape({\n\t\treplace: PropTypes.func.isRequired,\n\t}).isRequired,\n\tmatch: PropTypes.shape({\n\t\tparams: PropTypes.shape({\n\t\t\tfolderID: PropTypes.string,\n\t\t}).isRequired,\n\t}).isRequired,\n\tfolder: PropTypes.shape({\n\t\t_id: PropTypes.string,\n\t\tname: PropTypes.string,\n\t\trss: PropTypes.array,\n\t\tpodcast: PropTypes.array,\n\t}),\n};\n\nconst mapStateToProps = (state, ownProps) => ({\n\tfolder:\n\t\tstate.folders && ownProps.match.params.folderID\n\t\t\t? state.folders.find((f) => f._id === ownProps.match.params.folderID)\n\t\t\t: {},\n});\n\nexport default connect(mapStateToProps)(Folder);\n"
  },
  {
    "path": "app/src/components/Folder/FolderFeeds.js",
    "content": "import PropTypes from 'prop-types';\nimport React from 'react';\nimport { Waypoint } from 'react-waypoint';\nimport { connect } from 'react-redux';\n\nimport ArticleListItem from '../ArticleListItem';\nimport EpisodeListItem from '../EpisodeListItem';\nimport Loader from '../Loader';\nimport { getFolderFeeds } from '../../api/folderAPI';\n\nimport { ReactComponent as LoaderIcon } from '../../images/loaders/default.svg';\n\nclass FolderFeeds extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.resetState = {\n\t\t\tloading: true,\n\t\t\terror: false,\n\t\t\tpage: 0,\n\t\t\tnewFeeds: false,\n\t\t\treachedEndOfFeed: false,\n\t\t\tfeeds: [],\n\t\t};\n\n\t\tthis.state = { ...this.resetState };\n\t}\n\n\tcomponentDidMount() {\n\t\tif (this.props.folder._id) {\n\t\t\tthis.setState({ ...this.resetState }, () =>\n\t\t\t\tthis.getFeeds(this.props.folder._id),\n\t\t\t);\n\t\t\tthis.subscribeToStreamFeed(\n\t\t\t\tthis.props.folder._id,\n\t\t\t\tthis.props.folder.streamToken,\n\t\t\t);\n\t\t}\n\t}\n\n\tcomponentDidUpdate(prevProps) {\n\t\tif (\n\t\t\tprevProps.folder._id !== this.props.folder._id ||\n\t\t\tprevProps.sortBy !== this.props.sortBy\n\t\t) {\n\t\t\tthis.setState({ ...this.resetState }, () =>\n\t\t\t\tthis.getFeeds(this.props.folder._id),\n\t\t\t);\n\t\t\tthis.subscribeToStreamFeed(\n\t\t\t\tthis.props.folder._id,\n\t\t\t\tthis.props.folder.streamToken,\n\t\t\t);\n\t\t}\n\t}\n\n\tsubscribeToStreamFeed(folderID, streamToken) {\n\t\tthis.unsubscribeFromStreamFeed();\n\t\tthis.subscription = window.streamClient\n\t\t\t.feed('folder', folderID, streamToken)\n\t\t\t.subscribe(() => this.setState({ newFeeds: true }));\n\t}\n\n\tunsubscribeFromStreamFeed() {\n\t\tif (this.subscription) this.subscription.cancel();\n\t}\n\n\tgetFeeds = (folderID, newFeed = false) => {\n\t\tthis.setState({ loading: true, error: false });\n\n\t\tconst params = {\n\t\t\tpage: newFeed ? 0 : this.state.page,\n\t\t\tper_page: 10,\n\t\t\tsort_by: this.props.sortBy,\n\t\t};\n\n\t\tgetFolderFeeds(folderID, params)\n\t\t\t.then(({ data }) => {\n\t\t\t\tthis.setState({ loading: false, error: false });\n\t\t\t\tif (data.length === 0) this.setState({ reachedEndOfFeed: true });\n\t\t\t\telse\n\t\t\t\t\tthis.setState(({ feeds }) => ({\n\t\t\t\t\t\tfeeds: newFeed ? data : [...feeds, ...data],\n\t\t\t\t\t}));\n\t\t\t})\n\t\t\t.catch((err) => {\n\t\t\t\tthis.setState({ loading: false, error: true });\n\t\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t\t});\n\t};\n\n\trender() {\n\t\tconst folder = this.props.folder;\n\t\tconst feeds = this.state.feeds.map((feed) => {\n\t\t\tif (feed.type === 'articles')\n\t\t\t\tfeed.pinID = this.props.pinnedArticles[feed._id]\n\t\t\t\t\t? this.props.pinnedArticles[feed._id]._id\n\t\t\t\t\t: '';\n\t\t\telse\n\t\t\t\tfeed.pinID = this.props.pinnedEpisodes[feed._id]\n\t\t\t\t\t? this.props.pinnedEpisodes[feed._id]._id\n\t\t\t\t\t: '';\n\n\t\t\treturn feed;\n\t\t});\n\n\t\tif (this.state.loading && !feeds.length) return <Loader />;\n\n\t\treturn (\n\t\t\t<div className=\"list content\">\n\t\t\t\t{this.state.newFeeds && (\n\t\t\t\t\t<div\n\t\t\t\t\t\tclassName=\"toast\"\n\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\tthis.getFeeds(folder._id, true);\n\t\t\t\t\t\t\tthis.setState({ newFeeds: false });\n\t\t\t\t\t\t}}\n\t\t\t\t\t>\n\t\t\t\t\t\tNew Feeds Available – Click to Refresh\n\t\t\t\t\t</div>\n\t\t\t\t)}\n\n\t\t\t\t{this.state.error && (\n\t\t\t\t\t<div className=\"end\">\n\t\t\t\t\t\t<p>Something went wrong! please try again.</p>\n\t\t\t\t\t</div>\n\t\t\t\t)}\n\n\t\t\t\t{!this.state.error && !feeds.length && (\n\t\t\t\t\t<div className=\"end\">\n\t\t\t\t\t\t<p>We haven&#39;t found any feeds for this Folder yet :(</p>\n\t\t\t\t\t</div>\n\t\t\t\t)}\n\n\t\t\t\t{!!feeds.length && (\n\t\t\t\t\t<>\n\t\t\t\t\t\t{feeds.map((feed) =>\n\t\t\t\t\t\t\tfeed.type === 'articles' ? (\n\t\t\t\t\t\t\t\t<ArticleListItem key={feed._id} {...feed} />\n\t\t\t\t\t\t\t) : (\n\t\t\t\t\t\t\t\t<EpisodeListItem key={feed._id} {...feed} />\n\t\t\t\t\t\t\t),\n\t\t\t\t\t\t)}\n\n\t\t\t\t\t\t{this.state.reachedEndOfFeed ? (\n\t\t\t\t\t\t\t<div className=\"end\">\n\t\t\t\t\t\t\t\t<p>That&#39;s it! No more feeds here.</p>\n\t\t\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\t\t\tWhat, did you think that once you got all the way\n\t\t\t\t\t\t\t\t\taround, you&#39;d just be back at the same place that\n\t\t\t\t\t\t\t\t\tyou started? Sounds like some real round-feed thinking\n\t\t\t\t\t\t\t\t\tto me.\n\t\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t) : (\n\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<Waypoint\n\t\t\t\t\t\t\t\t\tonEnter={() =>\n\t\t\t\t\t\t\t\t\t\tthis.setState(\n\t\t\t\t\t\t\t\t\t\t\t(prevState) => ({\n\t\t\t\t\t\t\t\t\t\t\t\tpage: prevState.page + 1,\n\t\t\t\t\t\t\t\t\t\t\t}),\n\t\t\t\t\t\t\t\t\t\t\t() => this.getFeeds(folder._id),\n\t\t\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t<div className=\"end-loader\">\n\t\t\t\t\t\t\t\t\t<LoaderIcon />\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t)}\n\t\t\t\t\t</>\n\t\t\t\t)}\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nFolderFeeds.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\tsortBy: PropTypes.string,\n\tpinnedArticles: PropTypes.shape({}),\n\tpinnedEpisodes: PropTypes.shape({}),\n\tfolder: PropTypes.shape({\n\t\t_id: PropTypes.string,\n\t\tstreamToken: PropTypes.string,\n\t}),\n};\n\nconst mapStateToProps = (state) => ({\n\tpinnedArticles: state.pinnedArticles || {},\n\tpinnedEpisodes: state.pinnedEpisodes || {},\n});\n\nexport default connect(mapStateToProps)(FolderFeeds);\n"
  },
  {
    "path": "app/src/components/Folder/FolderPanel.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport { Img } from 'react-image';\nimport { connect } from 'react-redux';\nimport { Link } from 'react-router-dom';\nimport { withRouter } from 'react-router-dom';\n\nimport NewFolderModal from './NewFolderModal';\nimport getPlaceholderImageURL from '../../util/getPlaceholderImageURL';\nimport { ReactComponent as FolderIcon } from '../../images/icons/folder.svg';\nimport { ReactComponent as FolderIconOpen } from '../../images/icons/folder-open.svg';\nimport { ReactComponent as AddIcon } from '../../images/icons/add-green.svg';\n\n/* Follows the same structure of Panel component */\nclass FolderPanel extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\tmodal: false,\n\t\t};\n\t}\n\n\ttoggleModal = () => {\n\t\tthis.setState((prevState) => ({ modal: !prevState.modal }));\n\t};\n\n\trender() {\n\t\tconst params = this.props.match.params;\n\n\t\treturn (\n\t\t\t<>\n\t\t\t\t<div className={`panel ${params.folderID ? 'hasHighlight' : ''}`}>\n\t\t\t\t\t<div className=\"panel-header\">\n\t\t\t\t\t\tFolders\n\t\t\t\t\t\t<AddIcon className=\"right click\" onClick={this.toggleModal} />\n\t\t\t\t\t</div>\n\n\t\t\t\t\t<div className=\"panel-contents\">\n\t\t\t\t\t\t{this.props.folders.reduce((result, folder) => {\n\t\t\t\t\t\t\tconst open = folder._id === params.folderID;\n\n\t\t\t\t\t\t\tresult.push(\n\t\t\t\t\t\t\t\t<Link\n\t\t\t\t\t\t\t\t\tclassName={`panel-element ${\n\t\t\t\t\t\t\t\t\t\topen ? 'highlighted' : ''\n\t\t\t\t\t\t\t\t\t}`}\n\t\t\t\t\t\t\t\t\tkey={folder._id}\n\t\t\t\t\t\t\t\t\tto={`/folders/${folder._id}`}\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t{open ? <FolderIconOpen /> : <FolderIcon />}\n\t\t\t\t\t\t\t\t\t<div>{folder.name}</div>\n\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t<i\n\t\t\t\t\t\t\t\t\t\t\tclassName={`fa fa-chevron-${\n\t\t\t\t\t\t\t\t\t\t\t\topen ? 'down' : 'right'\n\t\t\t\t\t\t\t\t\t\t\t}`}\n\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t</Link>,\n\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\tif (open) {\n\t\t\t\t\t\t\t\tconst folderView = !(\n\t\t\t\t\t\t\t\t\tparams.rssFeedID || params.podcastID\n\t\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t\tfor (const f of folder.feeds) {\n\t\t\t\t\t\t\t\t\tconst feedOpen =\n\t\t\t\t\t\t\t\t\t\tfolderView ||\n\t\t\t\t\t\t\t\t\t\tf._id === params.rssFeedID ||\n\t\t\t\t\t\t\t\t\t\tf._id === params.podcastID;\n\t\t\t\t\t\t\t\t\tconst isRss = f.categories.toLowerCase() === 'rss';\n\t\t\t\t\t\t\t\t\tresult.push(\n\t\t\t\t\t\t\t\t\t\t<Link\n\t\t\t\t\t\t\t\t\t\t\tclassName={`panel-element folder-element ${\n\t\t\t\t\t\t\t\t\t\t\t\tfeedOpen ? 'highlighted' : ''\n\t\t\t\t\t\t\t\t\t\t\t}`}\n\t\t\t\t\t\t\t\t\t\t\tkey={f._id}\n\t\t\t\t\t\t\t\t\t\t\tto={`/folders/${folder._id}/${\n\t\t\t\t\t\t\t\t\t\t\t\tisRss ? 'r' : 'p'\n\t\t\t\t\t\t\t\t\t\t\t}/${f._id}`}\n\t\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t\t<Img\n\t\t\t\t\t\t\t\t\t\t\t\tloader={<div className=\"placeholder\" />}\n\t\t\t\t\t\t\t\t\t\t\t\tsrc={[\n\t\t\t\t\t\t\t\t\t\t\t\t\tf.images ? f.images.favicon : null,\n\t\t\t\t\t\t\t\t\t\t\t\t\tgetPlaceholderImageURL(f._id),\n\t\t\t\t\t\t\t\t\t\t\t\t]}\n\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t\t<div>{f.title}</div>\n\t\t\t\t\t\t\t\t\t\t\t<div className=\"type\">\n\t\t\t\t\t\t\t\t\t\t\t\t{isRss ? 'RSS' : 'PODCAST'}\n\t\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t</Link>,\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\n\t\t\t\t\t\t\treturn result;\n\t\t\t\t\t\t}, [])}\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t\t<NewFolderModal\n\t\t\t\t\tisOpen={this.state.modal}\n\t\t\t\t\ttoggleModal={this.toggleModal}\n\t\t\t\t/>\n\t\t\t</>\n\t\t);\n\t}\n}\n\nFolderPanel.defaultProps = {\n\tfolders: [],\n};\n\nFolderPanel.propTypes = {\n\tfolders: PropTypes.arrayOf(PropTypes.shape({})),\n\tmatch: PropTypes.shape({\n\t\tparams: PropTypes.shape({\n\t\t\tfolderID: PropTypes.string,\n\t\t\trssFeedID: PropTypes.string,\n\t\t\tpodcastID: PropTypes.string,\n\t\t}),\n\t}),\n};\n\nconst mapStateToProps = (state) => {\n\tif (!state.folders) return { folders: [] };\n\n\tconst folders = state.folders.map((folder) => {\n\t\tlet feeds = [...folder.rss, ...folder.podcast];\n\t\tif (state.aliases) {\n\t\t\tfeeds = feeds.map((feed) => {\n\t\t\t\tif (state.aliases[feed._id]) feed.title = state.aliases[feed._id].alias;\n\t\t\t\treturn feed;\n\t\t\t});\n\t\t}\n\t\tfeeds.sort((a, b) => a.title.localeCompare(b.title));\n\t\treturn { ...folder, feeds };\n\t});\n\treturn { folders };\n};\n\nexport default withRouter(connect(mapStateToProps)(FolderPanel));\n"
  },
  {
    "path": "app/src/components/Folder/FolderPopover.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport Popover from 'react-popover';\nimport { connect } from 'react-redux';\nimport { withRouter } from 'react-router-dom';\n\nimport FeedToFolderModal from './FeedToFolderModal';\nimport Loader from '../Loader';\nimport { updateFolder } from '../../api/folderAPI';\n\nimport { ReactComponent as FolderIcon } from '../../images/icons/folder.svg';\nimport { ReactComponent as FolderSelectedIcon } from '../../images/icons/folder-select.svg';\n\nclass FolderPopover extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\tfolderPopover: false,\n\t\t\tfolderModal: false,\n\t\t\tloading: false,\n\t\t};\n\t}\n\n\tupdateFolder = (targetId) => {\n\t\tif (this.state.loading) return;\n\n\t\tthis.setState({ loading: true });\n\n\t\tconst currFolder = this.getCurrentFolder();\n\n\t\tlet data = {};\n\t\tdata[this.props.isRss ? 'rss' : 'podcast'] = this.props.feedID;\n\t\tif (currFolder === targetId) data = { ...data, action: 'remove' };\n\n\t\t//todo Update url\n\t\tupdateFolder(\n\t\t\tthis.props.dispatch,\n\t\t\ttargetId,\n\t\t\tdata,\n\t\t\t() => {\n\t\t\t\tconst url = this.props.history.location.pathname.replace(\n\t\t\t\t\tthis.props.match.params.folderID,\n\t\t\t\t\tcurrFolder === targetId ? 'undefined' : targetId,\n\t\t\t\t);\n\t\t\t\tthis.props.history.replace(url);\n\t\t\t\tthis.setState({ loading: false });\n\t\t\t\tthis.toggleFolderPopover();\n\t\t\t},\n\t\t\t() => this.setState({ loading: false }),\n\t\t);\n\t};\n\n\ttoggleFolderModal = () => {\n\t\tthis.setState((prevState) => ({ folderModal: !prevState.folderModal }));\n\t};\n\n\ttoggleFolderPopover = () => {\n\t\tthis.setState((prevState) => ({ folderPopover: !prevState.folderPopover }));\n\t};\n\n\tgetCurrentFolder = () => {\n\t\tconst folder = this.props.folders.find((folder) => this.isCurrentFolder(folder));\n\t\treturn folder && folder._id;\n\t};\n\n\tisCurrentFolder = (folder) => {\n\t\tfor (const feed of folder[this.props.isRss ? 'rss' : 'podcast'])\n\t\t\tif (this.props.feedID === feed._id) return true;\n\t\treturn false;\n\t};\n\n\trender() {\n\t\tconst folderPopover = (\n\t\t\t<div className=\"popover-panel feed-popover\">\n\t\t\t\t{this.props.folders.map((folder) => (\n\t\t\t\t\t<div\n\t\t\t\t\t\tclassName=\"panel-element menu-item\"\n\t\t\t\t\t\tkey={folder._id}\n\t\t\t\t\t\tonClick={() => this.updateFolder(folder._id)}\n\t\t\t\t\t>\n\t\t\t\t\t\t{this.isCurrentFolder(folder) ? (\n\t\t\t\t\t\t\t<FolderSelectedIcon />\n\t\t\t\t\t\t) : (\n\t\t\t\t\t\t\t<FolderIcon />\n\t\t\t\t\t\t)}\n\t\t\t\t\t\t<span>{folder.name}</span>\n\t\t\t\t\t</div>\n\t\t\t\t))}\n\n\t\t\t\t<div className=\"panel-element menu-item\" onClick={this.toggleFolderModal}>\n\t\t\t\t\t<span className=\"green\">Create new folder</span>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t);\n\n\t\treturn (\n\t\t\t<>\n\t\t\t\t<Popover\n\t\t\t\t\tbody={folderPopover}\n\t\t\t\t\tisOpen={this.state.folderPopover}\n\t\t\t\t\tonOuterAction={this.toggleFolderPopover}\n\t\t\t\t\tpreferPlace=\"below\"\n\t\t\t\t\ttipSize={0.1}\n\t\t\t\t>\n\t\t\t\t\t<div onClick={this.toggleFolderPopover}>\n\t\t\t\t\t\t{this.state.loading ? (\n\t\t\t\t\t\t\t<Loader defaultLoader={false} radius={18} />\n\t\t\t\t\t\t) : (\n\t\t\t\t\t\t\t<FolderIcon />\n\t\t\t\t\t\t)}\n\t\t\t\t\t</div>\n\t\t\t\t</Popover>\n\n\t\t\t\t<FeedToFolderModal\n\t\t\t\t\tcurrFolderID={this.getCurrentFolder()}\n\t\t\t\t\tdispatch={this.props.dispatch}\n\t\t\t\t\tfeedID={this.props.feedID}\n\t\t\t\t\thistory={this.props.history}\n\t\t\t\t\tisOpen={this.state.folderModal}\n\t\t\t\t\tisRss={this.props.isRss}\n\t\t\t\t\ttoggleModal={this.toggleFolderModal}\n\t\t\t\t/>\n\t\t\t</>\n\t\t);\n\t}\n}\n\nFolderPopover.defaultProps = {\n\tfolders: [],\n};\n\nFolderPopover.propTypes = {\n\tfolders: PropTypes.array,\n\tisRss: PropTypes.bool,\n\tfeedID: PropTypes.string,\n\tdispatch: PropTypes.func.isRequired,\n\thistory: PropTypes.shape({\n\t\tlocation: PropTypes.shape({ pathname: PropTypes.string.isRequired }).isRequired,\n\t\treplace: PropTypes.func.isRequired,\n\t}).isRequired,\n\tmatch: PropTypes.shape({\n\t\tparams: PropTypes.shape({ folderID: PropTypes.string }),\n\t}),\n};\n\nconst mapStateToProps = (state) => ({\n\tfolders: state.folders || [],\n});\n\nexport default withRouter(connect(mapStateToProps)(FolderPopover));\n"
  },
  {
    "path": "app/src/components/Folder/IntroFolders.js",
    "content": "import React from 'react';\n\nimport NewFolderModal from './NewFolderModal';\nimport { ReactComponent as FolderNoteIcon } from '../../images/icons/foldernote.svg';\nimport { ReactComponent as AddIcon } from '../../images/icons/add.svg';\nimport { ReactComponent as NoteIcon } from '../../images/icons/note.svg';\n\nclass IntroFolders extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\tmodalIsOpen: false,\n\t\t};\n\t}\n\n\ttoggleModal = () => {\n\t\tthis.setState((prevState) => ({\n\t\t\tmodalIsOpen: !prevState.modalIsOpen,\n\t\t}));\n\t};\n\n\trender() {\n\t\treturn (\n\t\t\t<div className=\"intro-folder\">\n\t\t\t\t<FolderNoteIcon className=\"logo\" />\n\n\t\t\t\t<div className=\"panel\">\n\t\t\t\t\t<p>\n\t\t\t\t\t\t<NoteIcon className=\"note-icon\" />\n\t\t\t\t\t\t<span className=\"text-highlight\">\n\t\t\t\t\t\t\tNotes, highlights, tags and folders\n\t\t\t\t\t\t</span>{' '}\n\t\t\t\t\t\tmake it easy to organize, focus and recall the most interesting\n\t\t\t\t\t\tcontent you discover on Winds.\n\t\t\t\t\t</p>\n\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li>Tag articles and podcast episodes</li>\n\t\t\t\t\t\t<li>Organize feeds in folders</li>\n\t\t\t\t\t\t<li>Add notes and highlights</li>\n\t\t\t\t\t</ul>\n\n\t\t\t\t\t<div className=\"btn-new\" onClick={this.toggleModal}>\n\t\t\t\t\t\t<AddIcon />\n\t\t\t\t\t\tNew Folder\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t\t<NewFolderModal\n\t\t\t\t\tisOpen={this.state.modalIsOpen}\n\t\t\t\t\ttoggleModal={this.toggleModal}\n\t\t\t\t/>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nexport default IntroFolders;\n"
  },
  {
    "path": "app/src/components/Folder/NewFolderModal.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport ReactModal from 'react-modal';\nimport { Img } from 'react-image';\nimport { connect } from 'react-redux';\nimport { withRouter } from 'react-router-dom';\n\nimport getPlaceholderImageURL from '../../util/getPlaceholderImageURL';\nimport SearchFeed from './SearchFeed';\nimport { newFolder } from '../../api/folderAPI';\nimport { ReactComponent as RemoveIcon } from '../../images/icons/remove.svg';\n\nclass NewFolderModal extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.resetState = {\n\t\t\tfeeds: [],\n\t\t\tname: '',\n\t\t\terrored: false,\n\t\t\tsubmitting: false,\n\t\t\tsuccess: false,\n\t\t};\n\n\t\tthis.state = { ...this.resetState };\n\t}\n\n\tsubmitNewFolder = (e) => {\n\t\te.preventDefault();\n\n\t\tif (!this.state.name) return this.setState({ errored: true });\n\n\t\tthis.setState({ errored: false, submitting: true, success: false });\n\n\t\tconst rss = this.state.feeds\n\t\t\t.filter((feed) => feed.type === 'rss')\n\t\t\t.map((feed) => feed._id);\n\n\t\tconst podcast = this.state.feeds\n\t\t\t.filter((feed) => feed.type === 'podcast')\n\t\t\t.map((feed) => feed._id);\n\n\t\tnewFolder(\n\t\t\tthis.props.dispatch,\n\t\t\t{ name: this.state.name, rss, podcast },\n\t\t\t({ data }) => {\n\t\t\t\tthis.setState({ submitting: false, success: true });\n\t\t\t\tsetTimeout(() => {\n\t\t\t\t\tthis.closeModal();\n\t\t\t\t\tthis.props.history.push(`/folders/${data._id}`);\n\t\t\t\t}, 1500);\n\t\t\t},\n\t\t\t(err) => {\n\t\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t\t\tthis.setState({ errored: true, submitting: false });\n\t\t\t},\n\t\t);\n\t};\n\n\tcloseModal = () => {\n\t\tthis.setState({ ...this.resetState });\n\t\tthis.props.toggleModal();\n\t};\n\n\taddFeed = (feed) => {\n\t\tif (this.state.feeds.some((f) => f._id === feed._id)) return;\n\t\tthis.setState({ feeds: [...this.state.feeds, { ...feed }] });\n\t};\n\n\tremoveFeed = (index) => {\n\t\tconst feeds = [...this.state.feeds];\n\t\tfeeds.splice(index, 1);\n\t\tthis.setState({ feeds });\n\t};\n\n\trender() {\n\t\tlet buttonText = 'Save';\n\t\tif (this.state.submitting) buttonText = 'Submitting...';\n\t\telse if (this.state.success) buttonText = 'Success!';\n\n\t\treturn (\n\t\t\t<ReactModal\n\t\t\t\tariaHideApp={false}\n\t\t\t\tclassName=\"modal add-new-content-modal\"\n\t\t\t\tisOpen={this.props.isOpen}\n\t\t\t\tonRequestClose={this.closeModal}\n\t\t\t\toverlayClassName=\"modal-overlay\"\n\t\t\t\tshouldCloseOnOverlayClick={true}\n\t\t\t>\n\t\t\t\t<header>\n\t\t\t\t\t<h1>Create a new folder</h1>\n\t\t\t\t</header>\n\n\t\t\t\t<form onSubmit={this.submitNewFolder}>\n\t\t\t\t\t<div className=\"input-box\">\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tautoComplete=\"false\"\n\t\t\t\t\t\t\tonChange={(e) =>\n\t\t\t\t\t\t\t\tthis.setState({ name: e.target.value, errored: false })\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tplaceholder=\"Folder name\"\n\t\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\t\tvalue={this.state.name}\n\t\t\t\t\t\t/>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"info\">Select at least one feed:</div>\n\n\t\t\t\t\t<SearchFeed addFeed={this.addFeed} />\n\n\t\t\t\t\t<div className=\"folder-feed-list panel\">\n\t\t\t\t\t\t{this.state.feeds.map((result, i) => (\n\t\t\t\t\t\t\t<div className=\"feed-item panel-element\" key={result._id}>\n\t\t\t\t\t\t\t\t<div className=\"left\">\n\t\t\t\t\t\t\t\t\t<Img\n\t\t\t\t\t\t\t\t\t\tsrc={getPlaceholderImageURL(result._id)}\n\t\t\t\t\t\t\t\t\t\twidth=\"25\"\n\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div className=\"center\">{result.title}</div>\n\t\t\t\t\t\t\t\t<div className=\"right type\">\n\t\t\t\t\t\t\t\t\t{result.type.toUpperCase()}\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<RemoveIcon\n\t\t\t\t\t\t\t\t\tclassName=\"btn-remove\"\n\t\t\t\t\t\t\t\t\tonClick={() => this.removeFeed(i)}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t))}\n\t\t\t\t\t</div>\n\n\t\t\t\t\t{this.state.errored && (\n\t\t\t\t\t\t<div className=\"error-message\">\n\t\t\t\t\t\t\t{this.state.name\n\t\t\t\t\t\t\t\t? 'Oops, something went wrong. Please try again.'\n\t\t\t\t\t\t\t\t: 'Your folder needs a name!'}\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\n\t\t\t\t\t<div className=\"buttons\">\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn primary alt\"\n\t\t\t\t\t\t\tdisabled={this.state.submitting || this.state.success}\n\t\t\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t{buttonText}\n\t\t\t\t\t\t</button>\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn link cancel\"\n\t\t\t\t\t\t\tonClick={this.closeModal}\n\t\t\t\t\t\t\ttype=\"cancel\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tCancel\n\t\t\t\t\t\t</button>\n\t\t\t\t\t</div>\n\t\t\t\t</form>\n\t\t\t</ReactModal>\n\t\t);\n\t}\n}\n\nNewFolderModal.defaultProps = {\n\tisOpen: false,\n};\n\nNewFolderModal.propTypes = {\n\thistory: PropTypes.shape({ push: PropTypes.func.isRequired }).isRequired,\n\tdispatch: PropTypes.func.isRequired,\n\tisOpen: PropTypes.bool,\n\ttoggleModal: PropTypes.func.isRequired,\n};\n\nexport default connect()(withRouter(NewFolderModal));\n"
  },
  {
    "path": "app/src/components/Folder/RenameModal.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport ReactModal from 'react-modal';\nimport { Img } from 'react-image';\n\nimport { renameFolder } from '../../api/folderAPI';\nimport saveIcon from '../../images/icons/save.svg';\nimport exitIcon from '../../images/buttons/exit.svg';\n\nclass RenameModal extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\terror: false,\n\t\t\tsubmitting: false,\n\t\t\tsuccess: false,\n\t\t};\n\t}\n\n\tcloseModal = () => {\n\t\tthis.setState({ error: false, submitting: false, success: false });\n\t\tthis.props.toggleModal();\n\t};\n\n\thandleSubmit = (e) => {\n\t\te.preventDefault();\n\t\tconst name = new FormData(e.target).get('name');\n\t\tthis.setState({ submitting: true });\n\t\trenameFolder(\n\t\t\tthis.props.dispatch,\n\t\t\tthis.props.folderId,\n\t\t\tname,\n\t\t\t(res) => {\n\t\t\t\tif (res.data) {\n\t\t\t\t\tthis.setState({ success: true, submitting: false });\n\t\t\t\t\tsetTimeout(() => this.closeModal(), 500);\n\t\t\t\t}\n\t\t\t},\n\t\t\t() => this.setState({ error: true, submitting: false }),\n\t\t);\n\t};\n\n\trender() {\n\t\tlet buttonText = 'SAVE';\n\t\tif (this.state.submitting) buttonText = 'Submitting...';\n\t\telse if (this.state.success) buttonText = 'Success!';\n\n\t\treturn (\n\t\t\t<ReactModal\n\t\t\t\tclassName=\"modal add-new-content-modal\"\n\t\t\t\tisOpen={this.props.isOpen}\n\t\t\t\tonRequestClose={() => this.closeModal()}\n\t\t\t\toverlayClassName=\"modal-overlay\"\n\t\t\t\tshouldCloseOnOverlayClick={true}\n\t\t\t>\n\t\t\t\t<header>\n\t\t\t\t\t<h1>Rename Folder</h1>\n\t\t\t\t\t<Img\n\t\t\t\t\t\tclassName=\"exit\"\n\t\t\t\t\t\tonClick={() => this.closeModal()}\n\t\t\t\t\t\tsrc={exitIcon}\n\t\t\t\t\t/>\n\t\t\t\t</header>\n\n\t\t\t\t<form onSubmit={this.handleSubmit}>\n\t\t\t\t\t<div className=\"input-box\">\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tautoComplete=\"false\"\n\t\t\t\t\t\t\tdefaultValue={this.props.defVal}\n\t\t\t\t\t\t\tname=\"name\"\n\t\t\t\t\t\t\tplaceholder=\"Enter new name\"\n\t\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t</div>\n\n\t\t\t\t\t{this.state.error && (\n\t\t\t\t\t\t<div className=\"error-message\">\n\t\t\t\t\t\t\tOops, something went wrong. Please try again later.\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\n\t\t\t\t\t<div className=\"buttons\">\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn primary alt with-circular-icon\"\n\t\t\t\t\t\t\tdisabled={this.state.submitting}\n\t\t\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<Img src={saveIcon} />\n\t\t\t\t\t\t\t{buttonText}\n\t\t\t\t\t\t</button>\n\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn link cancel\"\n\t\t\t\t\t\t\tonClick={(e) => {\n\t\t\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\t\t\tthis.closeModal();\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\ttype=\"cancel\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tCancel\n\t\t\t\t\t\t</button>\n\t\t\t\t\t</div>\n\t\t\t\t</form>\n\t\t\t</ReactModal>\n\t\t);\n\t}\n}\n\nRenameModal.defaultProps = {\n\tisOpen: false,\n};\n\nRenameModal.propTypes = {\n\tisOpen: PropTypes.bool,\n\ttoggleModal: PropTypes.func.isRequired,\n\tdefVal: PropTypes.string,\n\tfolderId: PropTypes.string,\n\tdispatch: PropTypes.func.isRequired,\n};\n\nexport default RenameModal;\n"
  },
  {
    "path": "app/src/components/Folder/SearchFeed.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport Algolia from 'algoliasearch';\nimport { Img } from 'react-image';\nimport { connect } from 'react-redux';\n\nimport config from '../../config';\nimport getPlaceholderImageURL from '../../util/getPlaceholderImageURL';\nimport { ReactComponent as SearchOpacityIcon } from '../../images/icons/search-opacity.svg';\nimport { ReactComponent as AlgoliaLogo } from '../../images/logos/powered-by-algolia.svg';\n\nconst client = Algolia(config.algolia.appId, config.algolia.searchKey);\nconst index = client.initIndex(config.algolia.index);\n\nclass SearchFeed extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\tdisplayResults: false,\n\t\t\tquery: '',\n\t\t\tresults: [],\n\t\t\tselectedIndex: 0,\n\t\t};\n\n\t\tthis.inputElement = React.createRef();\n\t}\n\n\tsearch = (query) => {\n\t\tindex.search({ query }, (err, result) => {\n\t\t\tif (err) return console.log(err); // eslint-disable-line no-console\n\n\t\t\tconst followed = this.props.followedFeeds;\n\t\t\tconst hits = result.hits\n\t\t\t\t.sort((a, b) => (followed[a._id] ? (followed[b._id] ? 0 : -1) : 1))\n\t\t\t\t.filter((r) => !this.props.folders[r._id]);\n\n\t\t\tthis.setState({ results: hits.slice(0, 8) });\n\t\t});\n\t};\n\n\thandleInputChange = (e) => {\n\t\tthis.setState({\n\t\t\tdisplayResults: !!e.target.value.trim(),\n\t\t\tquery: e.target.value,\n\t\t\tselectedIndex: 0,\n\t\t});\n\n\t\tthis.search(e.target.value);\n\t};\n\n\thandleKeyDown = (e) => {\n\t\tif (e.keyCode === 27) {\n\t\t\te.preventDefault();\n\t\t\tif (this.state.query) e.stopPropagation();\n\n\t\t\tthis.setState({ query: '', results: [], displayResults: false });\n\t\t} else if (e.keyCode === 40) {\n\t\t\te.preventDefault();\n\t\t\tlet newPos = this.state.selectedIndex + 1;\n\t\t\tif (newPos > 4) newPos = 4;\n\n\t\t\tthis.setState({ selectedIndex: newPos });\n\t\t} else if (e.keyCode === 38) {\n\t\t\te.preventDefault();\n\t\t\tlet newPos = this.state.selectedIndex - 1;\n\t\t\tif (newPos < 0) newPos = 0;\n\n\t\t\tthis.setState({ selectedIndex: newPos });\n\t\t} else if (e.keyCode === 13) {\n\t\t\te.preventDefault();\n\t\t\tif (!this.state.results.length) return;\n\n\t\t\tthis.props.addFeed(this.state.results[this.state.selectedIndex]);\n\t\t\tthis.inputElement.current.blur();\n\t\t\tthis.setState({ displayResults: false });\n\t\t}\n\t};\n\n\trender() {\n\t\treturn (\n\t\t\t<div className=\"search-feed\">\n\t\t\t\t<div className=\"input-box\">\n\t\t\t\t\t<input\n\t\t\t\t\t\tautoComplete=\"off\"\n\t\t\t\t\t\tid=\"search\"\n\t\t\t\t\t\tonChange={this.handleInputChange}\n\t\t\t\t\t\tonFocus={() => {\n\t\t\t\t\t\t\tif (!!this.state.results.length !== 0)\n\t\t\t\t\t\t\t\tthis.setState({ displayResults: true });\n\t\t\t\t\t\t}}\n\t\t\t\t\t\tonKeyDown={this.handleKeyDown}\n\t\t\t\t\t\tplaceholder=\"Search Winds Feeds...\"\n\t\t\t\t\t\tref={this.inputElement}\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tvalue={this.state.query}\n\t\t\t\t\t/>\n\t\t\t\t\t<SearchOpacityIcon className=\"icon\" />\n\t\t\t\t</div>\n\n\t\t\t\t{this.state.displayResults && (\n\t\t\t\t\t<>\n\t\t\t\t\t\t<div\n\t\t\t\t\t\t\tclassName=\"click-catcher\"\n\t\t\t\t\t\t\tonClick={() => this.setState({ displayResults: false })}\n\t\t\t\t\t\t/>\n\t\t\t\t\t\t<div className=\"results panel\">\n\t\t\t\t\t\t\t{this.state.results.length ? (\n\t\t\t\t\t\t\t\tthis.state.results.map((result, i) => (\n\t\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\t\t\tclassName={`panel-element ${\n\t\t\t\t\t\t\t\t\t\t\tthis.state.selectedIndex === i && 'selected'\n\t\t\t\t\t\t\t\t\t\t}`}\n\t\t\t\t\t\t\t\t\t\tkey={result._id}\n\t\t\t\t\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\t\t\t\t\tthis.props.addFeed(result);\n\t\t\t\t\t\t\t\t\t\t\tthis.inputElement.current.blur();\n\t\t\t\t\t\t\t\t\t\t\tthis.setState({ displayResults: false });\n\t\t\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t\t<div className=\"left\">\n\t\t\t\t\t\t\t\t\t\t\t<Img\n\t\t\t\t\t\t\t\t\t\t\t\tsrc={getPlaceholderImageURL(result._id)}\n\t\t\t\t\t\t\t\t\t\t\t\twidth=\"25\"\n\t\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t\t<div className=\"center\">{result.title}</div>\n\t\t\t\t\t\t\t\t\t\t<div className=\"right type\">\n\t\t\t\t\t\t\t\t\t\t\t{result.type.toUpperCase()}\n\t\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t))\n\t\t\t\t\t\t\t) : (\n\t\t\t\t\t\t\t\t<div className=\"panel-element\">\n\t\t\t\t\t\t\t\t\tNo search results found...\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t)}\n\n\t\t\t\t\t\t\t<div className=\"panel-element\">\n\t\t\t\t\t\t\t\t<div className=\"right\">\n\t\t\t\t\t\t\t\t\t<AlgoliaLogo className=\"algolia-logo\" />\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</>\n\t\t\t\t)}\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nSearchFeed.propTypes = {\n\taddFeed: PropTypes.func,\n\tfolders: PropTypes.shape({}),\n\tfollowedFeeds: PropTypes.shape({}),\n};\n\nconst mapStateToProps = (state) => ({\n\tfolders: (state.folders || []).reduce((acc, f) => {\n\t\tf.rss.map((r) => (acc[r._id] = true));\n\t\tf.podcast.map((p) => (acc[p._id] = true));\n\t\treturn acc;\n\t}, {}),\n\tfollowedFeeds: {\n\t\t...(state.followedRssFeeds || {}),\n\t\t...(state.followedPodcasts || {}),\n\t},\n});\n\nexport default connect(mapStateToProps)(SearchFeed);\n"
  },
  {
    "path": "app/src/components/Header.js",
    "content": "// import config from '../config';\nimport UserProfileSettingsDrawer from './UserProfileSettingsDrawer';\nimport octocatDarkIcon from '../images/logos/octocat-dark.svg';\nimport backIcon from '../images/icons/back.svg';\nimport forwardIcon from '../images/icons/forward.svg';\nimport githubIcon from '../images/Octocat.png';\nimport homeIcon from '../images/icons/home.svg';\nimport refreshIcon from '../images/icons/refresh-black.svg';\nimport addIcon from '../images/icons/add.svg';\nimport { Link, withRouter } from 'react-router-dom';\nimport React, { Component } from 'react';\nimport Avatar from './Avatar';\nimport { Img } from 'react-image';\nimport PropTypes from 'prop-types';\nimport SearchBar from './SearchBar';\nimport { connect } from 'react-redux';\nimport Popover from 'react-popover';\nimport AddRSSModal from './AddRSSModal';\nimport AddPodcastModal from './AddPodcastModal';\nimport AddOPMLModal from './AddOPMLModal';\nimport fetch from '../util/fetch';\n\nclass Header extends Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\teditProfileDrawerIsOpen: false,\n\t\t\tgithubPopoverIsOpen: false,\n\t\t\tnewContentPopoverIsOpen: false,\n\t\t\tnewPodcastModalIsOpen: false,\n\t\t\tnewRSSModalIsOpen: false,\n\t\t};\n\t}\n\n\ttoggleGithubPopover = (e) => {\n\t\te.preventDefault();\n\t\tthis.setState((prevState) => ({\n\t\t\tgithubPopoverIsOpen: !prevState.githubPopoverIsOpen,\n\t\t}));\n\t};\n\n\ttoggleNewContentPopover = (e) => {\n\t\te.preventDefault();\n\t\tthis.setState((prevState) => ({\n\t\t\tnewContentPopoverIsOpen: !prevState.newContentPopoverIsOpen,\n\t\t}));\n\t};\n\n\ttoggleNewRSSModal = () => {\n\t\tthis.setState((prevState) => ({\n\t\t\tnewContentPopoverIsOpen: false,\n\t\t\tnewRSSModalIsOpen: !prevState.newRSSModalIsOpen,\n\t\t}));\n\t};\n\n\ttoggleNewPodcastModal = () => {\n\t\tthis.setState((prevState) => ({\n\t\t\tnewContentPopoverIsOpen: false,\n\t\t\tnewPodcastModalIsOpen: !prevState.newPodcastModalIsOpen,\n\t\t}));\n\t};\n\n\ttoggleOPMLModal = () => {\n\t\tthis.setState((prevState) => ({\n\t\t\tnewContentPopoverIsOpen: false,\n\t\t\taddOPMLModalIsOpen: !prevState.addOPMLModalIsOpen,\n\t\t}));\n\t};\n\n\ttoggleProfilePopover = () => {\n\t\tthis.setState((prevState) => ({\n\t\t\tprofilePopoverIsOpen: !prevState.profilePopoverIsOpen,\n\t\t}));\n\t};\n\n\tcloseProfilePopover = () => {\n\t\tthis.setState({ profilePopoverIsOpen: false });\n\t};\n\n\tcloseDrawer = () => {\n\t\tthis.setState({ editProfileDrawerIsOpen: false });\n\t};\n\n\topenDrawer = () => {\n\t\tthis.setState({ editProfileDrawerIsOpen: true });\n\t};\n\n\tdownloadOPML = () => {\n\t\tfetch('GET', '/opml/download')\n\t\t\t.then((res) => {\n\t\t\t\tif (res.data) {\n\t\t\t\t\tconst link = document.createElement('a');\n\t\t\t\t\tconst blob = new Blob([res.data], { type: 'text/xml' });\n\t\t\t\t\tlink.href = URL.createObjectURL(blob);\n\t\t\t\t\tlink.download = 'export.xml';\n\t\t\t\t\tlink.click();\n\t\t\t\t}\n\t\t\t})\n\t\t\t.catch((err) => {\n\t\t\t\twindow.alert(JSON.stringify(err));\n\t\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t\t});\n\t};\n\n\trender() {\n\t\tconst profilePopover = (\n\t\t\t<div className=\"popover-panel profile-popover\">\n\t\t\t\t<div className=\"panel-element user\">\n\t\t\t\t\t<div className=\"avatar\">\n\t\t\t\t\t\t<a href=\"https://gravatar.com\">\n\t\t\t\t\t\t\t<Avatar\n\t\t\t\t\t\t\t\tgravatarURL={this.props.user.gravatar}\n\t\t\t\t\t\t\t\theight={80}\n\t\t\t\t\t\t\t\tuserID={this.props.user._id}\n\t\t\t\t\t\t\t\twidth={80}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</a>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"user-info\">\n\t\t\t\t\t\t<span className=\"name\">{this.props.user.name}</span>\n\t\t\t\t\t\t<span className=\"username\">{this.props.user.username}</span>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"link-to-profile\">\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn primary alt\"\n\t\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\t\tthis.openDrawer();\n\t\t\t\t\t\t\t\tthis.closeProfilePopover();\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tSettings\n\t\t\t\t\t\t</button>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t{this.props.user.admin && (\n\t\t\t\t\t<Link className=\"panel-element\" to=\"/admin\">\n\t\t\t\t\t\tadmin section\n\t\t\t\t\t</Link>\n\t\t\t\t)}\n\t\t\t\t<div\n\t\t\t\t\tclassName=\"panel-element sign-out\"\n\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\tlocalStorage.clear();\n\t\t\t\t\t\twindow.location.reload();\n\t\t\t\t\t}}\n\t\t\t\t>\n\t\t\t\t\t<span>Sign out</span>\n\t\t\t\t\t<span>\n\t\t\t\t\t\t<i className=\"fas fa-sign-out-alt\" />\n\t\t\t\t\t</span>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t);\n\n\t\tconst newContentPopover = (\n\t\t\t<div className=\"popover-panel new-content-popover\">\n\t\t\t\t<div className=\"panel-element\" onClick={this.toggleNewPodcastModal}>\n\t\t\t\t\t<i className=\"fas fa-podcast\" />\n\t\t\t\t\t<span>New Podcast</span>\n\t\t\t\t</div>\n\t\t\t\t<div className=\"panel-element\" onClick={this.toggleNewRSSModal}>\n\t\t\t\t\t<i className=\"fas fa-rss\" />\n\t\t\t\t\t<span>New RSS</span>\n\t\t\t\t</div>\n\t\t\t\t<div className=\"panel-element\" onClick={this.toggleOPMLModal}>\n\t\t\t\t\t<i className=\"far fa-file-alt\" />\n\t\t\t\t\t<span>Add OMPL</span>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t);\n\n\t\tconst githubPopover = (\n\t\t\t<div className=\"popover-panel github-popover\">\n\t\t\t\t<div className=\"top\">\n\t\t\t\t\t<Img src={githubIcon} />\n\t\t\t\t\t<a className=\"gh-button\" href=\"https://github.com/GetStream/Winds\">\n\t\t\t\t\t\t<span className=\"gh-button__title\">\n\t\t\t\t\t\t\t<span className=\"gh-button__title__text\">Stars</span>\n\t\t\t\t\t\t</span>\n\t\t\t\t\t\t<span className=\"gh-button__stat\">\n\t\t\t\t\t\t\t<span className=\"gh-button__stat__text\">5,705</span>\n\t\t\t\t\t\t</span>\n\t\t\t\t\t</a>\n\t\t\t\t</div>\n\t\t\t\t<a className=\"bottom\" href=\"https://github.com/GetStream/Winds\">\n\t\t\t\t\t<span>View on GitHub</span>\n\t\t\t\t\t<Img src={forwardIcon} />\n\t\t\t\t</a>\n\t\t\t</div>\n\t\t);\n\n\t\treturn (\n\t\t\t<header className=\"header\">\n\t\t\t\t{/* <div className=\"title\">\n\t\t\t\t\t<a href=\"https://getstream.io/?utm_source=Winds&utm_medium=Winds&utm_content=winds_homepage\">\n\t\t\t\t\t\tWinds {config.version} – Powered by GetStream.io\n\t\t\t\t\t</a>\n\t\t\t\t</div> */}\n\t\t\t\t<div className=\"notice\">\n\t\t\t\t\t<b>Notice</b>: The hosted version of Winds will be shut down on\n\t\t\t\t\t31/10/2021.<br></br> You can export your RSS + Podcast data in OPML\n\t\t\t\t\tformat by\n\t\t\t\t\t<span className=\"export\" onClick={this.downloadOPML}>\n\t\t\t\t\t\t<b> CLICKING HERE.</b>\n\t\t\t\t\t</span>\n\t\t\t\t</div>\n\t\t\t\t<div className=\"header-content\">\n\t\t\t\t\t<div className=\"left\">\n\t\t\t\t\t\t<div className=\"nav\">\n\t\t\t\t\t\t\t<div className=\"back\" onClick={this.props.history.goBack}>\n\t\t\t\t\t\t\t\t<Img decode={false} src={backIcon} />\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclassName=\"forward\"\n\t\t\t\t\t\t\t\tonClick={this.props.history.goForward}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<Img decode={false} src={forwardIcon} />\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div className=\"logo\">\n\t\t\t\t\t\t\t<Link to=\"/\">\n\t\t\t\t\t\t\t\t<Img decode={false} src={homeIcon} />\n\t\t\t\t\t\t\t</Link>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div className=\"nav\">\n\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclassName=\"refresh\"\n\t\t\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\t\t\twindow.location.reload();\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<Img decode={false} src={refreshIcon} />\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"middle\">\n\t\t\t\t\t\t<SearchBar />\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"right\">\n\t\t\t\t\t\t<Popover\n\t\t\t\t\t\t\tbody={profilePopover}\n\t\t\t\t\t\t\tisOpen={this.state.profilePopoverIsOpen}\n\t\t\t\t\t\t\tonOuterAction={this.toggleProfilePopover}\n\t\t\t\t\t\t\tpreferPlace=\"below\"\n\t\t\t\t\t\t\ttipSize={0.1}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<div onClick={this.toggleProfilePopover}>\n\t\t\t\t\t\t\t\t<Avatar\n\t\t\t\t\t\t\t\t\tgravatarURL={this.props.user.gravatar}\n\t\t\t\t\t\t\t\t\tuserID={this.props.user._id}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</Popover>\n\t\t\t\t\t\t<Popover\n\t\t\t\t\t\t\tbody={newContentPopover}\n\t\t\t\t\t\t\tisOpen={this.state.newContentPopoverIsOpen}\n\t\t\t\t\t\t\tonOuterAction={this.toggleNewContentPopover}\n\t\t\t\t\t\t\tpreferPlace=\"below\"\n\t\t\t\t\t\t\ttipSize={0.1}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclassName=\"btn-new\"\n\t\t\t\t\t\t\t\tonClick={this.toggleNewContentPopover}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<Img decode={false} src={addIcon} />\n\t\t\t\t\t\t\t\tNew\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</Popover>\n\t\t\t\t\t\t<Popover\n\t\t\t\t\t\t\tbody={githubPopover}\n\t\t\t\t\t\t\tisOpen={this.state.githubPopoverIsOpen}\n\t\t\t\t\t\t\tonOuterAction={this.toggleGithubPopover}\n\t\t\t\t\t\t\tpreferPlace=\"below\"\n\t\t\t\t\t\t\ttipSize={0.1}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<div onClick={this.toggleGithubPopover}>\n\t\t\t\t\t\t\t\t<Img\n\t\t\t\t\t\t\t\t\tclassName=\"open-source\"\n\t\t\t\t\t\t\t\t\tdecode={false}\n\t\t\t\t\t\t\t\t\tsrc={octocatDarkIcon}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</Popover>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<AddRSSModal\n\t\t\t\t\tdone={this.toggleNewRSSModal}\n\t\t\t\t\tisOpen={this.state.newRSSModalIsOpen}\n\t\t\t\t\ttoggleModal={this.toggleNewRSSModal}\n\t\t\t\t/>\n\t\t\t\t<AddPodcastModal\n\t\t\t\t\tdone={this.toggleNewPodcastModal}\n\t\t\t\t\tisOpen={this.state.newPodcastModalIsOpen}\n\t\t\t\t\ttoggleModal={this.toggleNewPodcastModal}\n\t\t\t\t/>\n\t\t\t\t<AddOPMLModal\n\t\t\t\t\tdone={this.toggleOPMLModal}\n\t\t\t\t\tisOpen={this.state.addOPMLModalIsOpen}\n\t\t\t\t\ttoggleModal={this.toggleOPMLModal}\n\t\t\t\t/>\n\n\t\t\t\t<UserProfileSettingsDrawer\n\t\t\t\t\tcloseDrawer={this.closeDrawer}\n\t\t\t\t\tisOpen={this.state.editProfileDrawerIsOpen}\n\t\t\t\t/>\n\t\t\t</header>\n\t\t);\n\t}\n}\n\nHeader.propTypes = {\n\thistory: PropTypes.shape({\n\t\tgoBack: PropTypes.func.isRequired,\n\t\tgoForward: PropTypes.func.isRequired,\n\t}),\n\tuser: PropTypes.shape({\n\t\t_id: PropTypes.string,\n\t\tadmin: PropTypes.bool,\n\t\tname: PropTypes.string,\n\t\tusername: PropTypes.string,\n\t\tgravatar: PropTypes.string,\n\t}),\n};\n\nconst mapStateToProps = (state) => ({\n\tuser: state.user,\n});\n\nexport default connect(mapStateToProps)(withRouter(Header));\n"
  },
  {
    "path": "app/src/components/HtmlRender.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport ReactHtmlParser from 'react-html-parser';\nimport { connect } from 'react-redux';\n\nimport rangy from 'rangy';\nimport 'rangy/lib/rangy-classapplier';\nimport 'rangy/lib/rangy-highlighter';\nimport 'rangy/lib/rangy-selectionsaverestore';\nimport 'rangy/lib/rangy-textrange';\n\nimport NoteInput from './Notes/NoteInput';\nimport HighlightMenu from './Notes/HighlightMenu';\nimport { newNote, deleteNote, updateNote } from '../api/noteAPI';\n\nimport { ReactComponent as NoteIcon } from '../images/icons/note.svg';\nimport { ReactComponent as NoteGreenIcon } from '../images/icons/note-green.svg';\nimport { ReactComponent as Highlight } from '../images/icons/highlight.svg';\nimport { ReactComponent as HighlightRemove } from '../images/icons/highlight-remove.svg';\n\nclass HtmlRender extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.resetState = {\n\t\t\tisHighlight: false,\n\t\t\tisNote: false,\n\t\t\thighlighted: false,\n\t\t\tnoteText: '',\n\t\t};\n\n\t\tthis.state = {\n\t\t\t...this.resetState,\n\t\t\thtml: [],\n\t\t};\n\n\t\tthis.wrapper = React.createRef();\n\t}\n\n\tcomponentDidMount() {\n\t\trangy.init();\n\t\tthis.highlighter = rangy.createHighlighter();\n\t\tthis.highlighter.addClassApplier(rangy.createClassApplier('highlight'));\n\t\tthis.highlighter.addClassApplier(rangy.createClassApplier('highlight-note'));\n\t\twindow.highlighter = this.highlighter;\n\t\tthis.setHtml();\n\n\t\tthis.wrapper.current.addEventListener('mouseup', this.onMouseUp);\n\t\tthis.wrapper.current.addEventListener('click', this.onClick);\n\t}\n\n\tcomponentDidUpdate(prevProps) {\n\t\tif (\n\t\t\tthis.props.content !== prevProps.content ||\n\t\t\tthis.props.notes !== prevProps.notes\n\t\t)\n\t\t\tthis.setHtml();\n\t}\n\n\tcomponentWillUnmount() {\n\t\tthis.wrapper.current.removeEventListener('mouseup', this.onMouseUp);\n\t\tthis.wrapper.current.removeEventListener('click', this.onClick);\n\t}\n\n\tsetHtml = () => {\n\t\tif (this.props.content)\n\t\t\tthis.setState({ html: ReactHtmlParser(this.props.content) }, () => {\n\t\t\t\tconst deserialize = this.props.notes.reduce(\n\t\t\t\t\t(acc, h, i) =>\n\t\t\t\t\t\tacc.concat(\n\t\t\t\t\t\t\t`|${h.start}$${h.end}$${i}$${\n\t\t\t\t\t\t\t\th.text ? 'highlight-note' : 'highlight'\n\t\t\t\t\t\t\t}$feed-content`,\n\t\t\t\t\t\t),\n\t\t\t\t\t'type:textContent',\n\t\t\t\t);\n\t\t\t\tthis.highlighter.removeAllHighlights();\n\t\t\t\tthis.highlighter.deserialize(deserialize);\n\t\t\t\tthis.forceUpdate();\n\t\t\t});\n\t};\n\n\tsaveSelection = () => {\n\t\tif (this.savedSel) rangy.removeMarkers(this.savedSel);\n\t\tthis.savedSel = rangy.saveSelection();\n\t};\n\n\trestoreSelection = () => {\n\t\tif (this.savedSel) rangy.restoreSelection(this.savedSel);\n\t};\n\n\tclose = () => {\n\t\tthis.setState({ ...this.resetState });\n\t\trangy.getSelection().removeAllRanges();\n\t};\n\n\tgetHighlightObj = (element) => {\n\t\tlet range = this.highlighter.getHighlightForElement(element);\n\t\tif (!range) return null;\n\t\trange = range.characterRange;\n\t\treturn this.props.notes.find(\n\t\t\t(h) => h.start === range.start && h.end === range.end,\n\t\t);\n\t};\n\n\tonClick = (e) => {\n\t\tconst selection = rangy.getSelection().nativeSelection;\n\t\tif (this.state.isHighlight && !selection.rangeCount)\n\t\t\tthis.setState({ ...this.resetState });\n\n\t\tconst className = e.target.getAttribute('class') || '';\n\t\tif (className.includes('highlight')) {\n\t\t\tconst highlightRange = rangy.createRange();\n\t\t\thighlightRange.selectNode(e.target);\n\t\t\tconst bound = highlightRange.nativeRange.getBoundingClientRect();\n\t\t\tthis.saveSelection();\n\t\t\tconst highlight = this.getHighlightObj(e.target);\n\n\t\t\tconst isNote = className.includes('highlight-note');\n\t\t\tthis.setState({\n\t\t\t\trangeBounds: {\n\t\t\t\t\ttop: bound.top,\n\t\t\t\t\tleft: bound.left,\n\t\t\t\t\theight: bound.height,\n\t\t\t\t\twidth: bound.width,\n\t\t\t\t},\n\t\t\t\tisHighlight: !isNote,\n\t\t\t\thighlighted: !isNote,\n\t\t\t\tisNote: isNote,\n\t\t\t\tnoteText: highlight ? highlight.text : '',\n\t\t\t});\n\t\t}\n\t};\n\n\tonMouseUp = () => {\n\t\tconst selection = rangy.getSelection().nativeSelection;\n\t\tconst range = selection.rangeCount && selection.getRangeAt(0);\n\t\tlet bound = range && range.getBoundingClientRect();\n\n\t\tif (range && range.commonAncestorContainer.className === 'note-input') return;\n\t\telse if (range && !range.collapsed) {\n\t\t\tthis.saveSelection();\n\n\t\t\tthis.setState({\n\t\t\t\trangeBounds: {\n\t\t\t\t\ttop: bound.top,\n\t\t\t\t\tleft: bound.left,\n\t\t\t\t\theight: bound.height,\n\t\t\t\t\twidth: bound.width,\n\t\t\t\t},\n\t\t\t\tisHighlight: true,\n\t\t\t\tisNote: false,\n\t\t\t\thighlighted: false,\n\t\t\t\tnoteText: '',\n\t\t\t});\n\t\t} else {\n\t\t\tthis.setState({ ...this.resetState });\n\t\t}\n\t};\n\n\taddHighlight = () => {\n\t\tthis.restoreSelection();\n\t\tconst node = rangy.getSelection().focusNode.parentElement;\n\t\tconst highlight = this.getHighlightObj(node);\n\t\tconst charRange = rangy\n\t\t\t.getSelection()\n\t\t\t.getRangeAt(0)\n\t\t\t.toCharacterRange(this.wrapper.current);\n\n\t\tif (\n\t\t\thighlight &&\n\t\t\thighlight.start <= charRange.start &&\n\t\t\tthis.state.isNote &&\n\t\t\t(this.state.highlighted || this.state.noteText)\n\t\t) {\n\t\t\tupdateNote(this.props.dispatch, highlight._id, this.state.noteText);\n\t\t} else {\n\t\t\tconst highlighted = this.highlighter.highlightSelection(\n\t\t\t\tthis.state.noteText ? 'highlight-note' : 'highlight',\n\t\t\t\t{ containerElementId: 'feed-content', exclusive: false },\n\t\t\t);\n\t\t\tif (!highlighted.length) return this.close();\n\t\t\tconst range = highlighted[0].characterRange;\n\t\t\tnewNote(\n\t\t\t\tthis.props.dispatch,\n\t\t\t\tthis.props.type,\n\t\t\t\tthis.props.id,\n\t\t\t\trange.start,\n\t\t\t\trange.end,\n\t\t\t\tthis.state.noteText,\n\t\t\t);\n\t\t}\n\n\t\tthis.setState({ ...this.resetState });\n\t\trangy.getSelection().removeAllRanges();\n\t};\n\n\tremoveHighlight = () => {\n\t\tthis.restoreSelection();\n\t\tconst removed = this.highlighter.unhighlightSelection();\n\t\tif (!removed.length) return this.close();\n\t\tconst range = removed[0].characterRange;\n\t\tconst highlight = this.props.notes.find(\n\t\t\t(h) => h.start === range.start && h.end === range.end,\n\t\t);\n\t\tdeleteNote(this.props.dispatch, this.props.id, highlight._id);\n\t\tthis.setState({ ...this.resetState });\n\t\trangy.getSelection().removeAllRanges();\n\t};\n\n\trenderNoteIcons = () => {\n\t\tconst wrapper = this.wrapper.current;\n\t\tif (!wrapper) return null;\n\n\t\tconst wrapperTop = wrapper.getBoundingClientRect().top;\n\n\t\treturn this.highlighter.highlights\n\t\t\t.filter((h) => h.classApplier.className === 'highlight-note')\n\t\t\t.map((h) => {\n\t\t\t\tconst range = rangy.createRange();\n\t\t\t\trange.selectCharacters(\n\t\t\t\t\tthis.wrapper.current,\n\t\t\t\t\th.characterRange.start,\n\t\t\t\t\th.characterRange.end,\n\t\t\t\t);\n\n\t\t\t\tconst bound = range.nativeRange.getBoundingClientRect();\n\t\t\t\treturn (\n\t\t\t\t\t<NoteGreenIcon\n\t\t\t\t\t\tclassName=\"highlight-icon\"\n\t\t\t\t\t\tkey={h.id}\n\t\t\t\t\t\tstyle={{\n\t\t\t\t\t\t\ttop: bound.top + bound.height / 2 - wrapperTop - 8,\n\t\t\t\t\t\t}}\n\t\t\t\t\t/>\n\t\t\t\t);\n\t\t\t});\n\t};\n\n\trender() {\n\t\tconst wrapperBounds =\n\t\t\tthis.wrapper.current && this.wrapper.current.getBoundingClientRect();\n\n\t\treturn (\n\t\t\t<div className=\"feed-content\">\n\t\t\t\t<div id=\"feed-content\" ref={this.wrapper}>\n\t\t\t\t\t{this.state.html}\n\t\t\t\t</div>\n\n\t\t\t\t{this.renderNoteIcons()}\n\n\t\t\t\t<HighlightMenu\n\t\t\t\t\tactive={this.state.isNote}\n\t\t\t\t\tbounds={this.state.rangeBounds}\n\t\t\t\t\twrapperBounds={wrapperBounds}\n\t\t\t\t>\n\t\t\t\t\t<NoteInput\n\t\t\t\t\t\taddNote={this.addHighlight}\n\t\t\t\t\t\tclose={this.close}\n\t\t\t\t\t\tdeleteNote={this.removeHighlight}\n\t\t\t\t\t\tnoteText={this.state.noteText}\n\t\t\t\t\t\tsetNoteText={(noteText) => this.setState({ noteText })}\n\t\t\t\t\t/>\n\t\t\t\t</HighlightMenu>\n\n\t\t\t\t<HighlightMenu\n\t\t\t\t\tactive={this.state.isHighlight}\n\t\t\t\t\tbounds={this.state.rangeBounds}\n\t\t\t\t\twrapperBounds={wrapperBounds}\n\t\t\t\t>\n\t\t\t\t\t{this.state.highlighted ? (\n\t\t\t\t\t\t<HighlightRemove onClick={this.removeHighlight} />\n\t\t\t\t\t) : (\n\t\t\t\t\t\t<Highlight onClick={this.addHighlight} />\n\t\t\t\t\t)}\n\t\t\t\t\t<NoteIcon\n\t\t\t\t\t\tonClick={() =>\n\t\t\t\t\t\t\tthis.setState({ isNote: true, isHighlight: false })\n\t\t\t\t\t\t}\n\t\t\t\t\t/>\n\t\t\t\t</HighlightMenu>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nHtmlRender.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\tcontent: PropTypes.string,\n\ttype: PropTypes.string.isRequired,\n\tid: PropTypes.string,\n\tnotes: PropTypes.array,\n};\n\nconst mapStateToProps = (state, ownParams) => ({\n\tnotes: (state.notes && state.notes[ownParams.id]) || [],\n});\n\nexport default connect(mapStateToProps)(HtmlRender);\n"
  },
  {
    "path": "app/src/components/Loader.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport { Img } from 'react-image';\n\nimport LoaderIcon from '../images/loaders/default.svg';\n\nconst Loader = ({ defaultLoader, radius }) =>\n\tdefaultLoader ? (\n\t\t<div className=\"loader\">\n\t\t\t<Img src={LoaderIcon} />\n\t\t</div>\n\t) : (\n\t\t<div className=\"loader-roll\" style={{ width: radius, height: radius }} />\n\t);\n\nLoader.defaultProps = {\n\tdefaultLoader: true,\n\tradius: 16,\n};\n\nLoader.propTypes = {\n\tdefaultLoader: PropTypes.bool,\n\tradius: PropTypes.number,\n};\n\nexport default Loader;\n"
  },
  {
    "path": "app/src/components/MediaCard.js",
    "content": "import { Link } from 'react-router-dom';\nimport PropTypes from 'prop-types';\nimport React from 'react';\n\nconst MediaCard = (props) => {\n\tlet icon;\n\n\tif (props.type === 'share') {\n\t\ticon = 'retweet';\n\t} else if (props.type === 'episode') {\n\t\ticon = 'play';\n\t} else if (props.type === 'article') {\n\t\ticon = 'rss';\n\t}\n\n\treturn (\n\t\t<Link className=\"media-card\" to={props.link}>\n\t\t\t<div className=\"image\">\n\t\t\t\t<div\n\t\t\t\t\tclassName=\"author-image\"\n\t\t\t\t\tstyle={{ backgroundImage: `url(${props.image})` }}\n\t\t\t\t/>\n\t\t\t\t<div className=\"type-image-container\">\n\t\t\t\t\t<i className={`type-image fas fa-${icon}`} />\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div className=\"author\">{props.author}</div>\n\t\t\t<div className=\"title\">{props.title}</div>\n\t\t</Link>\n\t);\n};\n\nMediaCard.propTypes = {\n\tauthor: PropTypes.string,\n\timage: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string), PropTypes.string]),\n\tlink: PropTypes.string,\n\ttitle: PropTypes.string,\n\ttype: PropTypes.string.isRequired,\n};\n\nexport default MediaCard;\n"
  },
  {
    "path": "app/src/components/Notes/HighlightMenu.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\n\nclass HighlightMenu extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\tinit: true,\n\t\t\tw: 0,\n\t\t\th: 0,\n\t\t};\n\t}\n\n\trefCallback = (element) => {\n\t\tif (!element) return;\n\t\tconst bounds = element.getBoundingClientRect();\n\t\tthis.setState({ w: bounds.width, h: bounds.height, init: false });\n\t};\n\n\trender() {\n\t\tconst bounds = this.props.bounds\n\t\t\t? this.props.bounds\n\t\t\t: { top: 0, left: 0, width: 0, height: 0 };\n\t\tconst wrapperBounds = this.props.wrapperBounds\n\t\t\t? this.props.wrapperBounds\n\t\t\t: { top: 0, left: 0, width: 0 };\n\n\t\tlet top = bounds.top - wrapperBounds.top - this.state.h - 10;\n\t\tconst reverseArrow = top <= 0;\n\t\tif (top <= 0) top = bounds.height - wrapperBounds.top + bounds.top + 10;\n\n\t\tlet left = bounds.left + bounds.width / 2 - wrapperBounds.left - this.state.w / 2;\n\t\tif (left <= 0) left = 2;\n\t\telse if (left + this.state.w > wrapperBounds.width)\n\t\t\tleft = wrapperBounds.width - this.state.w - 10;\n\n\t\treturn (\n\t\t\t<div\n\t\t\t\tclassName={`highlight-menu ${\n\t\t\t\t\tthis.props.active || this.state.init ? 'active' : ''\n\t\t\t\t}`}\n\t\t\t\tref={this.refCallback}\n\t\t\t\tstyle={{\n\t\t\t\t\ttop,\n\t\t\t\t\tleft,\n\t\t\t\t}}\n\t\t\t>\n\t\t\t\t{this.props.children}\n\t\t\t\t<span\n\t\t\t\t\tclassName=\"pointer-arrow\"\n\t\t\t\t\tstyle={{\n\t\t\t\t\t\tmarginTop: (this.state.h / 2) * (reverseArrow ? -1 : 1),\n\t\t\t\t\t\ttransform: reverseArrow ? 'rotate(225deg)' : 'rotate(45deg)',\n\t\t\t\t\t}}\n\t\t\t\t/>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nHighlightMenu.defaultProps = {\n\tactive: false,\n};\n\nHighlightMenu.propTypes = {\n\tchildren: PropTypes.node,\n\tactive: PropTypes.bool,\n\tbounds: PropTypes.shape({}),\n\twrapperBounds: PropTypes.shape({}),\n};\n\nexport default HighlightMenu;\n"
  },
  {
    "path": "app/src/components/Notes/NoteInput.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\n\nimport { ReactComponent as NoteIcon } from '../../images/icons/note.svg';\n\nclass NoteInput extends React.Component {\n\tclose = (e) => {\n\t\te.preventDefault();\n\t\te.stopPropagation();\n\n\t\tthis.props.close();\n\t};\n\n\thandleDelete = (e) => {\n\t\te.preventDefault();\n\t\te.stopPropagation();\n\n\t\tthis.props.deleteNote();\n\t};\n\n\thandleSubmit = (e) => {\n\t\te.preventDefault();\n\t\te.stopPropagation();\n\n\t\tthis.props.addNote();\n\t};\n\n\trender() {\n\t\treturn (\n\t\t\t<form\n\t\t\t\tclassName=\"note-input\"\n\t\t\t\tonKeyDown={(e) => {\n\t\t\t\t\tif (e.keyCode === 27) {\n\t\t\t\t\t\te.stopPropagation();\n\t\t\t\t\t\tthis.props.close();\n\t\t\t\t\t}\n\t\t\t\t}}\n\t\t\t\tonSubmit={this.handleSubmit}\n\t\t\t>\n\t\t\t\t<p>\n\t\t\t\t\t<NoteIcon />\n\t\t\t\t\tNotes\n\t\t\t\t</p>\n\t\t\t\t<textarea\n\t\t\t\t\tautoFocus\n\t\t\t\t\tclassName=\"input-box\"\n\t\t\t\t\tname=\"note\"\n\t\t\t\t\tonChange={(e) => this.props.setNoteText(e.target.value)}\n\t\t\t\t\tplaceholder=\"Enter new note\"\n\t\t\t\t\ttype=\"text\"\n\t\t\t\t\tvalue={this.props.noteText}\n\t\t\t\t/>\n\n\t\t\t\t<div className=\"buttons\">\n\t\t\t\t\t<button className=\"btn primary alt\" type=\"submit\">\n\t\t\t\t\t\tSAVE\n\t\t\t\t\t</button>\n\t\t\t\t\t<button onClick={this.close}>CANCEL</button>\n\t\t\t\t\t<button onClick={this.handleDelete}>DELETE</button>\n\t\t\t\t</div>\n\t\t\t</form>\n\t\t);\n\t}\n}\n\nNoteInput.defaultProps = {};\n\nNoteInput.propTypes = {\n\tnoteText: PropTypes.string,\n\tclose: PropTypes.func,\n\tdeleteNote: PropTypes.func,\n\taddNote: PropTypes.func,\n\tsetNoteText: PropTypes.func,\n};\n\nexport default NoteInput;\n"
  },
  {
    "path": "app/src/components/Notes/RecentNotesPanel.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport { Link } from 'react-router-dom';\nimport { connect } from 'react-redux';\n\nimport Panel from '../Panel';\nimport { ReactComponent as NoteIcon } from '../../images/icons/note.svg';\nimport { ReactComponent as RssIcon } from '../../images/icons/rss-bg.svg';\nimport { ReactComponent as PodcastIcon } from '../../images/icons/podcast.svg';\nimport { ReactComponent as PenIcon } from '../../images/icons/pen.svg';\nimport { ReactComponent as TagIcon } from '../../images/icons/tag-simple.svg';\n\nclass RecentNotesPanel extends React.Component {\n\trender() {\n\t\tconst recentNotes = this.props.recentNotes.slice(0, 20);\n\t\tconst tags = this.props.tagsFeed;\n\t\tconst foldersFeed = this.props.foldersFeed;\n\n\t\treturn (\n\t\t\t<Panel\n\t\t\t\texpandSize={2}\n\t\t\t\texpandable={this.props.recentNotes.length > 2}\n\t\t\t\theaderText=\"Recent Notes\"\n\t\t\t>\n\t\t\t\t{recentNotes.length ? (\n\t\t\t\t\trecentNotes.map((n) => {\n\t\t\t\t\t\tconst isArticle = n.type === 'articles';\n\t\t\t\t\t\tconst feedId = isArticle ? n.rss : n.podcast;\n\t\t\t\t\t\tconst tagsNo = tags.filter((tag) => tag === n._id).length;\n\t\t\t\t\t\tconst link = `/folders/${foldersFeed[feedId]}/${\n\t\t\t\t\t\t\tisArticle ? 'r' : 'p'\n\t\t\t\t\t\t}/${feedId}/${isArticle ? 'a' : 'e'}/${n._id}`;\n\n\t\t\t\t\t\treturn (\n\t\t\t\t\t\t\t<Link className=\"notes-panel\" key={n._id} to={link}>\n\t\t\t\t\t\t\t\t<div className=\"title\">\n\t\t\t\t\t\t\t\t\t{isArticle ? <RssIcon /> : <PodcastIcon />}\n\t\t\t\t\t\t\t\t\t{n.title}\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t\t<div className=\"numbers\">\n\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t\t<NoteIcon /> {n.notes} Note\n\t\t\t\t\t\t\t\t\t\t{n.notes > 1 && 's'}\n\t\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t\t<PenIcon /> {n.highlights} Highlight\n\t\t\t\t\t\t\t\t\t\t{n.highlights > 1 && 's'}\n\t\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\t\t\t<TagIcon /> {tagsNo} Tag\n\t\t\t\t\t\t\t\t\t\t{tagsNo > 1 && 's'}\n\t\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</Link>\n\t\t\t\t\t\t);\n\t\t\t\t\t})\n\t\t\t\t) : (\n\t\t\t\t\t<div className=\"no-content\">\n\t\t\t\t\t\t<NoteIcon />\n\t\t\t\t\t\t<span>No Notes yet</span>\n\t\t\t\t\t</div>\n\t\t\t\t)}\n\t\t\t</Panel>\n\t\t);\n\t}\n}\n\nRecentNotesPanel.defaultProps = {\n\trecentNotes: [],\n\ttagsFeed: [],\n\tfoldersFeed: [],\n};\n\nRecentNotesPanel.propTypes = {\n\trecentNotes: PropTypes.arrayOf(PropTypes.shape({})),\n\ttagsFeed: PropTypes.arrayOf(PropTypes.string),\n\tfoldersFeed: PropTypes.shape({}),\n\tdispatch: PropTypes.func.isRequired,\n};\n\nconst mapStateToProps = (state) => {\n\tconst recentNotes = (state.notesOrder || [])\n\t\t.map((id) => state.notes[id])\n\t\t.map((note) => {\n\t\t\tconst data = note[0].article ? note[0].article : note[0].episode;\n\t\t\tconst highlights = note.filter((n) => !n.text).length;\n\t\t\treturn { ...data, highlights, notes: note.length - highlights };\n\t\t});\n\n\treturn {\n\t\trecentNotes,\n\t\tfoldersFeed: state.foldersFeed || {},\n\t\ttagsFeed: state.tagsFeed || [],\n\t};\n};\n\nexport default connect(mapStateToProps)(RecentNotesPanel);\n"
  },
  {
    "path": "app/src/components/Panel.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport { Link } from 'react-router-dom';\n\nclass Panel extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\t\tthis.state = {\n\t\t\texpanded: false,\n\t\t};\n\t}\n\trender() {\n\t\tlet children;\n\n\t\tif (Array.isArray(this.props.children)) {\n\t\t\tchildren = this.props.children.map((child, i) => {\n\t\t\t\tlet { className, ...restProps } = child.props;\n\n\t\t\t\treturn (\n\t\t\t\t\t<child.type\n\t\t\t\t\t\tclassName={`panel-element ${className}`}\n\t\t\t\t\t\tkey={i}\n\t\t\t\t\t\t{...restProps}\n\t\t\t\t\t/>\n\t\t\t\t);\n\t\t\t});\n\t\t} else {\n\t\t\tlet { className, ...restProps } = this.props.children.props;\n\t\t\tchildren = (\n\t\t\t\t<this.props.children.type\n\t\t\t\t\tclassName={`panel-element ${className}`}\n\t\t\t\t\t{...restProps}\n\t\t\t\t/>\n\t\t\t);\n\t\t}\n\n\t\tif (\n\t\t\tthis.props.expandable &&\n\t\t\t!this.state.expanded &&\n\t\t\tArray.isArray(this.props.children)\n\t\t) {\n\t\t\tchildren = children.slice(0, this.props.expandSize);\n\t\t}\n\n\t\treturn (\n\t\t\t<div\n\t\t\t\tclassName={`panel ${\n\t\t\t\t\tthis.props.expandable && this.state.expanded ? 'expanded' : ''\n\t\t\t\t} ${this.props.hasHighlight ? 'hasHighlight' : ''}`}\n\t\t\t>\n\t\t\t\t{this.props.headerLink ? (\n\t\t\t\t\t<Link className=\"panel-header\" to={this.props.headerLink}>\n\t\t\t\t\t\t{this.props.headerText}\n\t\t\t\t\t</Link>\n\t\t\t\t) : (\n\t\t\t\t\t<div className=\"panel-header\">{this.props.headerText}</div>\n\t\t\t\t)}\n\n\t\t\t\t<div className=\"panel-contents\">\n\t\t\t\t\t{children}\n\t\t\t\t\t{this.props.expandable && (\n\t\t\t\t\t\t<div\n\t\t\t\t\t\t\tclassName=\"expander\"\n\t\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\t\tthis.setState({\n\t\t\t\t\t\t\t\t\texpanded: !this.state.expanded,\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<i\n\t\t\t\t\t\t\t\tclassName={`fa fa-chevron-${\n\t\t\t\t\t\t\t\t\tthis.props.expandable && this.state.expanded\n\t\t\t\t\t\t\t\t\t\t? 'up'\n\t\t\t\t\t\t\t\t\t\t: 'down'\n\t\t\t\t\t\t\t\t}`}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nPanel.defaultProps = {\n\texpandable: false,\n\texpandSize: 3,\n};\n\nPanel.propTypes = {\n\tchildren: PropTypes.oneOfType([\n\t\tPropTypes.element,\n\t\tPropTypes.arrayOf(PropTypes.element),\n\t]),\n\texpandable: PropTypes.bool,\n\thasHighlight: PropTypes.bool,\n\theaderLink: PropTypes.string,\n\theaderText: PropTypes.string,\n\texpandSize: PropTypes.number,\n};\n\nexport default Panel;\n"
  },
  {
    "path": "app/src/components/Player.js",
    "content": "import React, { Component } from 'react';\nimport PropTypes from 'prop-types';\nimport { Img } from 'react-image';\nimport ReactAudioPlayer from 'react-audio-player';\nimport Slider from 'rc-slider';\nimport moment from 'moment';\nimport isElectron from 'is-electron';\nimport { connect } from 'react-redux';\nimport { Link } from 'react-router-dom';\nimport 'moment-duration-format'; // eslint-disable-line sort-imports\n\nimport fetch from '../util/fetch';\n\nimport { ReactComponent as RewindIcon } from '../images/player/rewind.svg';\nimport { ReactComponent as ForwardIcon } from '../images/player/forward.svg';\nimport { ReactComponent as NextIcon } from '../images/player/next.svg';\nimport { ReactComponent as PauseIcon } from '../images/icons/pause.svg';\nimport { ReactComponent as PlayIcon } from '../images/icons/play.svg';\n\nclass Player extends Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\tepisodeListenAnalyticsEventSent: false,\n\t\t\tplaybackSpeed: 1,\n\t\t\tprogress: 0,\n\t\t\tvolume: 0.5,\n\t\t\tepisodes: {},\n\t\t\tepisodesOrder: [],\n\t\t};\n\n\t\tthis.playbackSpeedOptions = [1, 1.25, 1.5, 1.75, 2];\n\t\tthis.lastSent = 0;\n\t}\n\n\tcomponentDidMount() {\n\t\tif (isElectron())\n\t\t\twindow.ipcRenderer.on('media-controls', this.incomingMediaControls);\n\t}\n\n\tcomponentWillUnmount() {\n\t\tif (isElectron())\n\t\t\twindow.ipcRenderer.removeAllListeners(\n\t\t\t\t'media-controls',\n\t\t\t\tthis.incomingMediaControls,\n\t\t\t);\n\t}\n\n\tcomponentDidUpdate(prevProps) {\n\t\tconst player = this.props.player;\n\n\t\tif (!player) return;\n\t\tif (player.contextID !== prevProps.player.contextID) {\n\t\t\tthis.getEpisodes(player.contextID, player.episodeID);\n\t\t\tthis.setState({ episodeListenAnalyticsEventSent: false });\n\n\t\t\twindow.streamAnalyticsClient.trackEngagement({\n\t\t\t\tlabel: 'episode_listen_start',\n\t\t\t\tcontent: { foreign_id: `episodes:${player.episodeID}` },\n\t\t\t});\n\t\t} else if (player.episodeID !== prevProps.player.episodeID) {\n\t\t\tif (!this.state.episodes[player.episodeID])\n\t\t\t\treturn this.getEpisodes(player.podcastID, player.episodeID);\n\n\t\t\tthis.setState({ episodeListenAnalyticsEventSent: false });\n\t\t\tthis.resetPlaybackSpeed();\n\n\t\t\tfetch('GET', '/listens', null, {\n\t\t\t\tepisode: player.episodeID,\n\t\t\t}).then((res) => {\n\t\t\t\tif (res.data.length !== 0)\n\t\t\t\t\tthis.setInitialPlaybackTime(res.data[0].duration).then(() => {\n\t\t\t\t\t\tthis.audioPlayerElement.audioEl.current.play();\n\t\t\t\t\t});\n\t\t\t\telse this.audioPlayerElement.audioEl.current.play();\n\t\t\t});\n\n\t\t\twindow.streamAnalyticsClient.trackEngagement({\n\t\t\t\tlabel: 'episode_listen_start',\n\t\t\t\tcontent: { foreign_id: `episodes:${player.episodeID}` },\n\t\t\t});\n\t\t} else if (!prevProps.player.playing && player.playing) {\n\t\t\tthis.audioPlayerElement.audioEl.current.play();\n\t\t\tthis.pushNotification(this.state.episodes[player.episodeID]);\n\t\t\tthis.mediaControl(true, this.state.episodes[player.episodeID]);\n\t\t} else if (prevProps.player.playing && !player.playing) {\n\t\t\tthis.audioPlayerElement.audioEl.current.pause();\n\t\t\tthis.mediaControl(false, this.state.episodes[player.episodeID]);\n\t\t}\n\t}\n\n\tgetEpisodes = async (podcastID, episodeID) => {\n\t\tthis.setState({ episodesOrder: [] });\n\n\t\ttry {\n\t\t\tconst res = await fetch(\n\t\t\t\t'GET',\n\t\t\t\t'/episodes',\n\t\t\t\t{},\n\t\t\t\t{ podcast: podcastID, sort_by: 'publicationDate,desc' },\n\t\t\t);\n\n\t\t\tconst episodes = res.data.reduce((result, item) => {\n\t\t\t\tresult[item._id] = item;\n\t\t\t\treturn result;\n\t\t\t}, {});\n\n\t\t\tconst episodesOrder = res.data.map((episode) => episode._id);\n\n\t\t\tthis.setState({ episodes, episodesOrder }, () => {\n\t\t\t\tthis.resetPlaybackSpeed();\n\t\t\t\tthis.pushNotification(this.state.episodes[episodeID]);\n\t\t\t\tthis.mediaControl(true, this.state.episodes[episodeID]);\n\t\t\t});\n\n\t\t\tconst listen = await fetch('GET', '/listens', null, {\n\t\t\t\tepisode: episodeID,\n\t\t\t});\n\n\t\t\tif (listen.data.length !== 0)\n\t\t\t\tthis.setInitialPlaybackTime(listen.data[0].duration).then(() => {\n\t\t\t\t\tthis.audioPlayerElement.audioEl.current.play();\n\t\t\t\t\tthis.resetPlaybackSpeed();\n\t\t\t\t});\n\t\t\telse this.audioPlayerElement.audioEl.current.play();\n\t\t} catch (err) {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t}\n\t};\n\n\tnextTrack = () => {\n\t\tconst currentIndex = this.state.episodesOrder.findIndex(\n\t\t\t(item) => this.props.player.episodeID === item,\n\t\t);\n\n\t\tif (currentIndex + 1 !== this.state.episodesOrder.length) {\n\t\t\tthis.props.playEpisode(\n\t\t\t\tthis.props.player.contextID,\n\t\t\t\tthis.state.episodesOrder[currentIndex + 1],\n\t\t\t);\n\t\t} else {\n\t\t\tthis.setState({ episode: {}, episodesOrder: [] });\n\t\t\tthis.props.clearPlayer();\n\t\t}\n\t};\n\n\tpushNotification = (episode) => {\n\t\tif (!episode) return;\n\t\tif ('Notification' in window) {\n\t\t\tif (\n\t\t\t\tNotification.permission !== 'denied' ||\n\t\t\t\tNotification.permission === 'default'\n\t\t\t)\n\t\t\t\tNotification.requestPermission();\n\n\t\t\tif (Notification.permission === 'granted') {\n\t\t\t\tnew Notification(episode.podcast.title, {\n\t\t\t\t\tbody: episode.title,\n\t\t\t\t\ticon: episode.podcast.image,\n\t\t\t\t\tsilent: true,\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t};\n\n\tmediaControl = (isPlaying, episode) => {\n\t\tif (isElectron()) {\n\t\t\tif (isPlaying) {\n\t\t\t\twindow.ipcRenderer.send('media-controls', {\n\t\t\t\t\ttype: 'play',\n\t\t\t\t\ttitle: `${episode.title} - ${episode.podcast.title}`,\n\t\t\t\t});\n\t\t\t} else window.ipcRenderer.send('media-controls', { type: 'pause' });\n\t\t}\n\t};\n\n\ttogglePlayPause = () => {\n\t\tthis.props.player.playing ? this.props.pause() : this.props.play();\n\t};\n\n\tskipAhead = () => {\n\t\tlet currentPlaybackPosition = this.audioPlayerElement.audioEl.current.currentTime;\n\t\tthis.audioPlayerElement.audioEl.current.currentTime =\n\t\t\tcurrentPlaybackPosition + 30;\n\t\tthis.updateProgress(this.audioPlayerElement.audioEl.current.currentTime);\n\t};\n\n\tskipBack = () => {\n\t\tlet currentPlaybackPosition = this.audioPlayerElement.audioEl.current.currentTime;\n\t\tthis.audioPlayerElement.audioEl.current.currentTime =\n\t\t\tcurrentPlaybackPosition - 30;\n\t\tthis.updateProgress(this.audioPlayerElement.audioEl.current.currentTime);\n\t};\n\n\tcyclePlaybackSpeed = () => {\n\t\tconst nextSpeed = this.playbackSpeedOptions[\n\t\t\t(this.playbackSpeedOptions.indexOf(this.state.playbackSpeed) + 1) %\n\t\t\t\tthis.playbackSpeedOptions.length\n\t\t];\n\t\tthis.setState({ playbackSpeed: nextSpeed });\n\t\tthis.audioPlayerElement.audioEl.current.playbackRate = nextSpeed;\n\t};\n\n\tresetPlaybackSpeed = () => {\n\t\tconst resetSpeed = this.playbackSpeedOptions[0];\n\t\tthis.setState({ playbackSpeed: resetSpeed });\n\t\tthis.audioPlayerElement.audioEl.current.playbackRate = resetSpeed;\n\t};\n\n\tseekTo = (progress) => {\n\t\tthis.audioPlayerElement.audioEl.current.currentTime =\n\t\t\tprogress * this.audioPlayerElement.audioEl.current.duration;\n\t\tthis.updateProgress(this.audioPlayerElement.audioEl.current.currentTime);\n\t};\n\n\tupdateProgress = (seconds) => {\n\t\tlet progress = (seconds / this.audioPlayerElement.audioEl.current.duration) * 100;\n\t\tthis.setState({\n\t\t\tcurrentTime: seconds,\n\t\t\tduration: this.audioPlayerElement.audioEl.current.duration,\n\t\t\tprogress,\n\t\t});\n\t};\n\n\tsetInitialPlaybackTime = (currentTime) => {\n\t\treturn new Promise((resolve) => {\n\t\t\tthis.audioPlayerElement.audioEl.current.currentTime = currentTime;\n\t\t\tthis.setState({ currentTime }, () => resolve());\n\t\t});\n\t};\n\n\tincomingMediaControls = (event, args) => {\n\t\tif (args === 'togglePlayPause') this.togglePlayPause();\n\t\telse if (args === 'next') this.skipAhead();\n\t\telse if (args === 'previous') this.skipBack();\n\t};\n\n\trender() {\n\t\tconst player = this.props.player;\n\n\t\tif (!player.episodeID || !this.state.episodesOrder.length) return null;\n\n\t\tconst episode = this.state.episodes[player.episodeID];\n\n\t\tconst poster =\n\t\t\tepisode &&\n\t\t\t(episode.podcast.images.banner ||\n\t\t\t\tepisode.podcast.images.feature ||\n\t\t\t\tepisode.podcast.images.og ||\n\t\t\t\tepisode.images.banner ||\n\t\t\t\tepisode.images.feature ||\n\t\t\t\tepisode.images.og);\n\n\t\treturn (\n\t\t\t<div className=\"player\">\n\t\t\t\t<div className=\"left\">\n\t\t\t\t\t<Img\n\t\t\t\t\t\tclassName=\"poster\"\n\t\t\t\t\t\tdecode={false}\n\t\t\t\t\t\theight=\"40\"\n\t\t\t\t\t\tsrc={poster}\n\t\t\t\t\t\twidth=\"40\"\n\t\t\t\t\t/>\n\t\t\t\t\t<div className=\"rewind\" onClick={this.skipBack}>\n\t\t\t\t\t\t<RewindIcon />\n\t\t\t\t\t</div>\n\n\t\t\t\t\t{player.playing ? (\n\t\t\t\t\t\t<div className=\"btn pause\" onClick={this.togglePlayPause}>\n\t\t\t\t\t\t\t<PauseIcon />\n\t\t\t\t\t\t</div>\n\t\t\t\t\t) : (\n\t\t\t\t\t\t<div className=\"btn play\" onClick={this.togglePlayPause}>\n\t\t\t\t\t\t\t<PlayIcon />\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\n\t\t\t\t\t<div className=\"forward\" onClick={this.skipAhead}>\n\t\t\t\t\t\t<ForwardIcon />\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"speed\" onClick={this.cyclePlaybackSpeed}>\n\t\t\t\t\t\t{this.state.playbackSpeed}x\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div className=\"middle\">\n\t\t\t\t\t<div\n\t\t\t\t\t\tclassName=\"progress-bar\"\n\t\t\t\t\t\tstyle={{ width: `${this.state.progress}%` }}\n\t\t\t\t\t/>\n\t\t\t\t\t<div\n\t\t\t\t\t\tclassName=\"progress-bar-click-catcher\"\n\t\t\t\t\t\tonClick={(e) =>\n\t\t\t\t\t\t\tthis.seekTo(e.nativeEvent.offsetX / e.target.clientWidth)\n\t\t\t\t\t\t}\n\t\t\t\t\t/>\n\t\t\t\t\t<div className=\"media\">\n\t\t\t\t\t\t<div className=\"title\">{episode ? episode.title : ''}</div>\n\t\t\t\t\t\t{episode && (\n\t\t\t\t\t\t\t<div className=\"info\">\n\t\t\t\t\t\t\t\t<span className=\"episode\">{episode.podcast.title}</span>\n\t\t\t\t\t\t\t\t<span className=\"date\">\n\t\t\t\t\t\t\t\t\t{moment(episode.publicationDate).format('MMM D YYYY')}\n\t\t\t\t\t\t\t\t</span>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t)}\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"sub-right\">\n\t\t\t\t\t\t<div className=\"timestamps\">\n\t\t\t\t\t\t\t{`${moment\n\t\t\t\t\t\t\t\t.duration(this.state.currentTime, 'seconds')\n\t\t\t\t\t\t\t\t.format('h:mm:ss', {\n\t\t\t\t\t\t\t\t\tstopTrim: 'mm',\n\t\t\t\t\t\t\t\t})} / ${moment\n\t\t\t\t\t\t\t\t.duration(this.state.duration, 'seconds')\n\t\t\t\t\t\t\t\t.format('h:mm:ss', {\n\t\t\t\t\t\t\t\t\tstopTrim: 'mm',\n\t\t\t\t\t\t\t\t})}`}\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div className=\"right\">\n\t\t\t\t\t<Slider\n\t\t\t\t\t\tmax={1}\n\t\t\t\t\t\tmin={0}\n\t\t\t\t\t\tonChange={(volume) => this.setState({ volume })}\n\t\t\t\t\t\tstep={0.1}\n\t\t\t\t\t\tvalue={this.state.volume}\n\t\t\t\t\t/>\n\t\t\t\t\t<Link className=\"next\" to={`/podcasts/${player.contextID}`}>\n\t\t\t\t\t\t<NextIcon />\n\t\t\t\t\t</Link>\n\t\t\t\t</div>\n\t\t\t\t<ReactAudioPlayer\n\t\t\t\t\tlistenInterval={500}\n\t\t\t\t\tonEnded={() => this.nextTrack()}\n\t\t\t\t\tonListen={(seconds) => {\n\t\t\t\t\t\tif (!episode) return;\n\t\t\t\t\t\tthis.updateProgress(seconds);\n\n\t\t\t\t\t\tif (\n\t\t\t\t\t\t\t!this.state.episodeListenAnalyticsEventSent *\n\t\t\t\t\t\t\t(seconds / this.audioPlayerElement.audioEl.current.duration >\n\t\t\t\t\t\t\t\t0.8)\n\t\t\t\t\t\t) {\n\t\t\t\t\t\t\twindow.streamAnalyticsClient.trackEngagement({\n\t\t\t\t\t\t\t\tlabel: 'episode_listen_complete',\n\t\t\t\t\t\t\t\tcontent: { foreign_id: `episodes:${episode._id}` },\n\t\t\t\t\t\t\t});\n\n\t\t\t\t\t\t\tthis.setState({ episodeListenAnalyticsEventSent: true });\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tconst currentTime = new Date().valueOf();\n\t\t\t\t\t\tif (currentTime - this.lastSent >= 15000) {\n\t\t\t\t\t\t\tthis.lastSent = currentTime;\n\t\t\t\t\t\t\tfetch('POST', '/listens', {\n\t\t\t\t\t\t\t\tduration: this.audioPlayerElement.audioEl.current\n\t\t\t\t\t\t\t\t\t.currentTime,\n\t\t\t\t\t\t\t\tepisode: episode._id,\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}\n\t\t\t\t\t}}\n\t\t\t\t\tref={(element) => {\n\t\t\t\t\t\tthis.audioPlayerElement = element;\n\t\t\t\t\t}}\n\t\t\t\t\tsrc={episode ? episode.enclosure : null}\n\t\t\t\t\tvolume={this.state.volume}\n\t\t\t\t/>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nPlayer.propTypes = {\n\tplayer: PropTypes.shape({\n\t\tcontextID: PropTypes.string,\n\t\tepisodeID: PropTypes.string,\n\t\tplaying: PropTypes.bool,\n\t}),\n\tpause: PropTypes.func.isRequired,\n\tplay: PropTypes.func.isRequired,\n\tplayEpisode: PropTypes.func.isRequired,\n\tclearPlayer: PropTypes.func.isRequired,\n};\n\nconst mapStateToProps = (state) => ({ player: state.player || {} });\n\nconst mapDispatchToProps = (dispatch) => ({\n\tpause: () => dispatch({ type: 'PAUSE_EPISODE' }),\n\tplay: () => dispatch({ type: 'RESUME_EPISODE' }),\n\tclearPlayer: () => dispatch({ type: 'CLEAR_PLAYER' }),\n\tplayEpisode: (podcastID, episodeID) => {\n\t\tdispatch({\n\t\t\tcontextID: podcastID,\n\t\t\tepisodeID: episodeID,\n\t\t\tplaying: true,\n\t\t\ttype: 'PLAY_EPISODE',\n\t\t});\n\t},\n});\n\nexport default connect(mapStateToProps, mapDispatchToProps)(Player);\n"
  },
  {
    "path": "app/src/components/PodcastEpisode.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport url from 'url';\nimport isElectron from 'is-electron';\nimport { connect } from 'react-redux';\nimport { Link } from 'react-router-dom';\n\nimport fetch from '../util/fetch';\nimport Loader from './Loader';\nimport FeedHeader from './FeedHeader';\nimport HtmlRender from './HtmlRender';\nimport { pinEpisode, unpinEpisode } from '../util/pins';\n\nclass PodcastEpisode extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.resetState = {\n\t\t\tepisode: {},\n\t\t\tcontent: '',\n\t\t\terrorContent: false,\n\t\t\tloading: true,\n\t\t\tloadingContent: true,\n\t\t};\n\n\t\tthis.state = { ...this.resetState };\n\t}\n\n\tcomponentDidMount() {\n\t\tthis.fetchAllData();\n\t}\n\n\tcomponentDidUpdate(prevProps) {\n\t\tif (prevProps.match.params.episodeID !== this.props.match.params.episodeID) {\n\t\t\tthis.setState({ ...this.resetState });\n\t\t\tthis.fetchAllData();\n\t\t}\n\t}\n\n\tfetchAllData = () => {\n\t\tconst episodeID = this.props.match.params.episodeID;\n\n\t\tthis.getEpisode(episodeID);\n\t\tthis.getEpisodeContent(episodeID);\n\n\t\tif (window.streamAnalyticsClient.userData)\n\t\t\twindow.streamAnalyticsClient.trackEngagement({\n\t\t\t\tlabel: 'episode_open',\n\t\t\t\tcontent: { foreign_id: `episode:${episodeID}` },\n\t\t\t});\n\t};\n\n\tgetEpisode = async (episodeID) => {\n\t\tthis.setState({ loading: true });\n\n\t\ttry {\n\t\t\tconst res = await fetch('GET', `/episodes/${episodeID}`);\n\t\t\tthis.setState({ episode: res.data, loading: false });\n\t\t} catch (err) {\n\t\t\tthis.setState({ error: true, loading: false });\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t}\n\t};\n\n\tgetEpisodeContent = async (episodeID) => {\n\t\tthis.setState({ loadingContent: true });\n\n\t\ttry {\n\t\t\tconst res = await fetch('GET', `/episodes/${episodeID}?type=parsed`);\n\t\t\tthis.setState({ content: res.data.content, loadingContent: false });\n\t\t} catch (err) {\n\t\t\tthis.setState({ errorContent: true, loadingContent: false });\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t}\n\t};\n\n\tplayOrPauseEpisode = () => {\n\t\tconst episode = this.state.episode;\n\t\tconst player = this.props.player;\n\t\tconst isActive = player && player.episodeID === episode._id;\n\t\tconst isPlaying = isActive && player.playing;\n\n\t\tif (!isActive) this.props.playEpisode(episode._id, episode.podcast._id);\n\t\telse if (isPlaying) this.props.pauseEpisode();\n\t\telse this.props.resumeEpisode();\n\t};\n\n\ttweet = () => {\n\t\tconst location = url.parse(window.location.href);\n\t\tconst link = {\n\t\t\tprotocol: 'https',\n\t\t\thostname: 'winds.getstream.io',\n\t\t\tpathname: location.pathname,\n\t\t};\n\t\tif (location.pathname === '/' && location.hash) {\n\t\t\tlink.pathname = location.hash.slice(1);\n\t\t}\n\t\tconst shareUrl = `https://twitter.com/intent/tweet?url=${url.format(link)}&text=${\n\t\t\tthis.state.episode.title\n\t\t}&hashtags=Winds,RSS`;\n\n\t\tif (isElectron()) {\n\t\t\twindow.ipcRenderer.send('open-external-window', shareUrl);\n\t\t} else {\n\t\t\tconst getWindowOptions = function () {\n\t\t\t\tconst width = 500;\n\t\t\t\tconst height = 350;\n\t\t\t\tconst left = window.innerWidth / 2 - width / 2;\n\t\t\t\tconst top = window.innerHeight / 2 - height / 2;\n\n\t\t\t\treturn [\n\t\t\t\t\t'resizable,scrollbars,status',\n\t\t\t\t\t'height=' + height,\n\t\t\t\t\t'width=' + width,\n\t\t\t\t\t'left=' + left,\n\t\t\t\t\t'top=' + top,\n\t\t\t\t].join();\n\t\t\t};\n\n\t\t\tconst win = window.open(shareUrl, 'Share on Twitter', getWindowOptions());\n\t\t\twin.opener = null;\n\t\t}\n\t};\n\n\trender() {\n\t\tif (this.state.loading) return <Loader />;\n\n\t\tconst episode = this.state.episode;\n\t\tconst player = this.props.player;\n\t\tconst isPlaying = player && player.playing && player.episodeID === episode._id;\n\n\t\tconst pinID =\n\t\t\tthis.props.pinnedEpisodes && this.props.pinnedEpisodes[episode._id]\n\t\t\t\t? this.props.pinnedEpisodes[episode._id]._id\n\t\t\t\t: '';\n\n\t\treturn (\n\t\t\t<React.Fragment>\n\t\t\t\t<FeedHeader\n\t\t\t\t\t{...episode}\n\t\t\t\t\tisPlaying={isPlaying}\n\t\t\t\t\tpin={() => pinEpisode(episode._id, this.props.dispatch)}\n\t\t\t\t\tpinID={pinID}\n\t\t\t\t\tplayOrPauseEpisode={this.playOrPauseEpisode}\n\t\t\t\t\tplayable={true}\n\t\t\t\t\ttweet={this.tweet}\n\t\t\t\t\ttype=\"episode\"\n\t\t\t\t\tunpin={() => unpinEpisode(pinID, episode._id, this.props.dispatch)}\n\t\t\t\t/>\n\n\t\t\t\t<div className=\"content feed-content-wrapper\">\n\t\t\t\t\t{!this.state.errorContent && this.state.loadingContent ? (\n\t\t\t\t\t\t<Loader />\n\t\t\t\t\t) : (\n\t\t\t\t\t\t<HtmlRender\n\t\t\t\t\t\t\tcontent={this.state.content}\n\t\t\t\t\t\t\tid={episode._id}\n\t\t\t\t\t\t\ttype=\"episode\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t)}\n\n\t\t\t\t\t{this.state.errorContent && !this.state.loadingContent && (\n\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<p>There was a problem loading this episode :(</p>\n\t\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\t\tPlease refresh the page or go to the{' '}\n\t\t\t\t\t\t\t\t<Link\n\t\t\t\t\t\t\t\t\tto={`/podcasts/${\n\t\t\t\t\t\t\t\t\t\t!!episode.podcast && episode.podcast._id\n\t\t\t\t\t\t\t\t\t}`}\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\tPodcast page\n\t\t\t\t\t\t\t\t</Link>{' '}\n\t\t\t\t\t\t\t\tand play it from there!\n\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\t\t\t\t</div>\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n}\n\nPodcastEpisode.propTypes = {\n\tpinnedEpisodes: PropTypes.object,\n\tdispatch: PropTypes.func.isRequired,\n\tpauseEpisode: PropTypes.func.isRequired,\n\tplayEpisode: PropTypes.func.isRequired,\n\tresumeEpisode: PropTypes.func.isRequired,\n\tmatch: PropTypes.shape({\n\t\tparams: PropTypes.shape({\n\t\t\tepisodeID: PropTypes.string.isRequired,\n\t\t\tpodcastID: PropTypes.string,\n\t\t}),\n\t}),\n\tplayer: PropTypes.shape({\n\t\tcontextID: PropTypes.string,\n\t\tepisodeID: PropTypes.string,\n\t\tplaying: PropTypes.bool,\n\t}),\n};\n\nconst mapStateToProps = (state) => ({\n\tpinnedEpisodes: state.pinnedEpisodes || {},\n\tplayer: state.player || {},\n});\n\nconst mapDispatchToProps = (dispatch) => {\n\treturn {\n\t\tdispatch,\n\t\tpauseEpisode: () => dispatch({ type: 'PAUSE_EPISODE' }),\n\t\tresumeEpisode: () => dispatch({ type: 'RESUME_EPISODE' }),\n\t\tplayEpisode: (episodeID, podcastID) => {\n\t\t\tdispatch({\n\t\t\t\tcontextID: podcastID,\n\t\t\t\tepisodeID: episodeID,\n\t\t\t\tplaying: true,\n\t\t\t\ttype: 'PLAY_EPISODE',\n\t\t\t});\n\t\t},\n\t};\n};\n\nexport default connect(mapStateToProps, mapDispatchToProps)(PodcastEpisode);\n"
  },
  {
    "path": "app/src/components/PodcastEpisodesView.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport { Img } from 'react-image';\nimport { Waypoint } from 'react-waypoint';\nimport Popover from 'react-popover';\nimport { connect } from 'react-redux';\n\nimport getPlaceholderImageURL from '../util/getPlaceholderImageURL';\nimport EpisodeListItem from './EpisodeListItem';\nimport fetch from '../util/fetch';\nimport Loader from './Loader';\nimport AliasModal from './AliasModal';\nimport FolderPopover from '../components/Folder/FolderPopover';\nimport { followPodcast, unfollowPodcast } from '../api';\n\nimport { ReactComponent as LoaderIcon } from '../images/loaders/default.svg';\nimport { ReactComponent as CircleIcon } from '../images/icons/circle.svg';\nimport { ReactComponent as DotCircleIcon } from '../images/icons/dot-circle.svg';\nimport { ReactComponent as SettingIcon } from '../images/icons/settings.svg';\n\nclass PodcastEpisodesView extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.resetState = {\n\t\t\tcursor: 1, // mongoose-api-query starts pages at 1, not 0\n\t\t\tnewEpisodes: false,\n\t\t\tmenuPopover: false,\n\t\t\taliasModal: false,\n\t\t\treachedEndOfFeed: false,\n\t\t\tloading: true,\n\t\t\tloadingEpisodes: true,\n\t\t\tpodcast: { images: {} },\n\t\t\tepisodes: [],\n\t\t};\n\n\t\tthis.state = { ...this.resetState, sortBy: 'latest' };\n\t}\n\n\tsubscribeToStreamFeed(podcastID, streamFeedToken) {\n\t\tthis.unsubscribeFromStreamFeed();\n\n\t\tthis.subscription = window.streamClient\n\t\t\t.feed('podcast', podcastID, streamFeedToken)\n\t\t\t.subscribe(() => this.setState({ newEpisodes: true }));\n\t}\n\n\tunsubscribeFromStreamFeed() {\n\t\tif (this.subscription) this.subscription.cancel();\n\t}\n\n\tcomponentDidMount() {\n\t\tconst podcastID = this.props.match.params.podcastID;\n\t\tif (window.streamAnalyticsClient.userData)\n\t\t\twindow.streamAnalyticsClient.trackEngagement({\n\t\t\t\tlabel: 'viewed_podcast',\n\t\t\t\tcontent: `podcast:${podcastID}`,\n\t\t\t});\n\n\t\tthis.getPodcast(podcastID);\n\t\tthis.getPodcastEpisodes(podcastID);\n\t}\n\n\tcomponentDidUpdate(prevProps) {\n\t\tif (prevProps.match.params.podcastID !== this.props.match.params.podcastID) {\n\t\t\tconst podcastID = this.props.match.params.podcastID;\n\n\t\t\twindow.streamAnalyticsClient.trackEngagement({\n\t\t\t\tlabel: 'viewed_podcast',\n\t\t\t\tcontent: `podcast:${podcastID}`,\n\t\t\t});\n\n\t\t\tthis.setState({ ...this.resetState }, () => {\n\t\t\t\tthis.getPodcast(podcastID);\n\t\t\t\tthis.getPodcastEpisodes(podcastID);\n\t\t\t});\n\t\t}\n\t}\n\n\tcomponentWillUnmount() {\n\t\tthis.unsubscribeFromStreamFeed();\n\t}\n\n\tgetPodcast = (podcastID) => {\n\t\tthis.setState({ loading: true });\n\n\t\tfetch('GET', `/podcasts/${podcastID}`)\n\t\t\t.then((res) =>\n\t\t\t\tthis.setState({ podcast: res.data, loading: false }, () => {\n\t\t\t\t\tthis.subscribeToStreamFeed(\n\t\t\t\t\t\tthis.state.podcast._id,\n\t\t\t\t\t\tthis.state.podcast.streamToken,\n\t\t\t\t\t);\n\t\t\t\t}),\n\t\t\t)\n\t\t\t.catch((err) => {\n\t\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t\t});\n\t};\n\n\tuniqueArr = (array) => {\n\t\tconst seen = {};\n\t\treturn array.filter((item) =>\n\t\t\tseen.hasOwnProperty(item._id) ? false : (seen[item._id] = true),\n\t\t);\n\t};\n\n\tgetPodcastEpisodes = (podcastID, newFeed = false) => {\n\t\tthis.setState({ loadingEpisodes: true });\n\n\t\tfetch(\n\t\t\t'GET',\n\t\t\t'/episodes',\n\t\t\t{},\n\t\t\t{\n\t\t\t\tpage: newFeed ? 1 : this.state.cursor,\n\t\t\t\tper_page: 10,\n\t\t\t\tpodcast: podcastID,\n\t\t\t\tsort_by: `publicationDate${\n\t\t\t\t\tthis.state.sortBy === 'latest' ? ',desc' : ''\n\t\t\t\t}`,\n\t\t\t},\n\t\t)\n\t\t\t.then((res) => {\n\t\t\t\tthis.setState({ loadingEpisodes: false });\n\t\t\t\tif (res.data.length === 0) this.setState({ reachedEndOfFeed: true });\n\t\t\t\telse if (newFeed) this.setState({ episodes: res.data, cursor: 1 });\n\t\t\t\telse\n\t\t\t\t\tthis.setState((prevState) => ({\n\t\t\t\t\t\tepisodes: this.uniqueArr([...prevState.episodes, ...res.data]),\n\t\t\t\t\t}));\n\t\t\t})\n\t\t\t.catch((err) => {\n\t\t\t\tthis.setState({ loadingEpisodes: false, error: true });\n\t\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t\t});\n\t};\n\n\ttoggleMenuPopover = () => {\n\t\tthis.setState((prevState) => ({ menuPopover: !prevState.menuPopover }));\n\t};\n\n\ttoggleAliasModal = () => {\n\t\tthis.setState((prevState) => ({ aliasModal: !prevState.aliasModal }));\n\t};\n\n\tsetSortBy = (sortBy) => {\n\t\tif (this.state.sortBy === sortBy) return this.setState({ menuPopover: false });\n\n\t\tconst podcastID = this.props.match.params.podcastID;\n\t\tthis.setState(\n\t\t\t{\n\t\t\t\tepisodes: [],\n\t\t\t\tcursor: 1,\n\t\t\t\tmenuPopover: false,\n\t\t\t\treachedEndOfFeed: false,\n\t\t\t\tsortBy,\n\t\t\t},\n\t\t\t() => {\n\t\t\t\tthis.getPodcastEpisodes(podcastID);\n\t\t\t},\n\t\t);\n\t};\n\n\trender() {\n\t\tif (this.state.loading) return <Loader />;\n\n\t\tconst dispatch = this.props.dispatch;\n\t\tconst podcast = this.state.podcast;\n\t\tconst title = this.props.aliases[podcast._id]\n\t\t\t? this.props.aliases[podcast._id].alias\n\t\t\t: podcast.title;\n\t\tconst isFollowing = this.props.following[podcast._id]\n\t\t\t? this.props.following[podcast._id]\n\t\t\t: false;\n\n\t\tconst episodes = this.state.episodes.map((episode) => {\n\t\t\tepisode.pinID = this.props.pinnedEpisodes[episode._id]\n\t\t\t\t? this.props.pinnedEpisodes[episode._id]._id\n\t\t\t\t: '';\n\n\t\t\tepisode.recent =\n\t\t\t\tthis.props.feeds.episode &&\n\t\t\t\tthis.props.feeds.episode.indexOf(episode._id) < 20 &&\n\t\t\t\tthis.props.feeds.episode.indexOf(episode._id) !== -1;\n\n\t\t\treturn episode;\n\t\t});\n\n\t\tconst menuPopover = (\n\t\t\t<div className=\"popover-panel feed-popover\">\n\t\t\t\t<div\n\t\t\t\t\tclassName=\"panel-element menu-item sort-button\"\n\t\t\t\t\tonClick={() => this.setSortBy('latest')}\n\t\t\t\t>\n\t\t\t\t\t{this.state.sortBy === 'latest' ? <DotCircleIcon /> : <CircleIcon />}\n\t\t\t\t\tLatest\n\t\t\t\t</div>\n\t\t\t\t<div\n\t\t\t\t\tclassName=\"panel-element menu-item sort-button\"\n\t\t\t\t\tonClick={() => this.setSortBy('oldest')}\n\t\t\t\t>\n\t\t\t\t\t{this.state.sortBy === 'oldest' ? <DotCircleIcon /> : <CircleIcon />}\n\t\t\t\t\tOldest\n\t\t\t\t</div>\n\n\t\t\t\t<div className=\"panel-element menu-item\" onClick={this.toggleAliasModal}>\n\t\t\t\t\tRename\n\t\t\t\t</div>\n\t\t\t\t<div\n\t\t\t\t\tclassName=\"panel-element menu-item\"\n\t\t\t\t\tonClick={() =>\n\t\t\t\t\t\tisFollowing\n\t\t\t\t\t\t\t? unfollowPodcast(dispatch, podcast._id)\n\t\t\t\t\t\t\t: followPodcast(dispatch, podcast._id)\n\t\t\t\t\t}\n\t\t\t\t>\n\t\t\t\t\t{isFollowing ? <span className=\"alert\">Unfollow</span> : 'Follow'}\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t);\n\n\t\tlet rightColumn;\n\n\t\tif (this.state.loadingEpisodes && !episodes.length) {\n\t\t\trightColumn = <Loader />;\n\t\t} else if (episodes.length === 0) {\n\t\t\trightColumn = (\n\t\t\t\t<div>\n\t\t\t\t\t<p>We haven&#39;t found any episodes for this podcast feed yet :(</p>\n\t\t\t\t\t<p>\n\t\t\t\t\t\tIt might be because the podcast feed doesn&#39;t have any\n\t\t\t\t\t\tepisodes, or because it just got added and we&#39;re still parsing\n\t\t\t\t\t\tthem. Come check back in a few minutes.\n\t\t\t\t\t</p>\n\t\t\t\t\t<p>\n\t\t\t\t\t\tIf you&#39;re pretty sure there&#39;s supposed to be some episodes\n\t\t\t\t\t\there, and they aren&#39;t showing up, please file a{' '}\n\t\t\t\t\t\t<a href=\"https://github.com/getstream/winds/issues\">\n\t\t\t\t\t\t\tGitHub Issue\n\t\t\t\t\t\t</a>\n\t\t\t\t\t\t.\n\t\t\t\t\t</p>\n\t\t\t\t</div>\n\t\t\t);\n\t\t} else {\n\t\t\trightColumn = (\n\t\t\t\t<div>\n\t\t\t\t\t{episodes.map((episode) => {\n\t\t\t\t\t\treturn <EpisodeListItem key={episode._id} {...episode} />;\n\t\t\t\t\t})}\n\t\t\t\t\t{this.state.reachedEndOfFeed ? (\n\t\t\t\t\t\t<div className=\"end\">\n\t\t\t\t\t\t\t<p>That&#39;s it! No more episodes here.</p>\n\t\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\t\tWhat, did you think that once you got all the way around,\n\t\t\t\t\t\t\t\tyou&#39;d just be back at the same place that you started?\n\t\t\t\t\t\t\t\tSounds like some real round-feed thinking to me.\n\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t) : (\n\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<Waypoint\n\t\t\t\t\t\t\t\tonEnter={() => {\n\t\t\t\t\t\t\t\t\tthis.setState({ cursor: this.state.cursor + 1 }, () =>\n\t\t\t\t\t\t\t\t\t\tthis.getPodcastEpisodes(podcast._id),\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t<div className=\"end-loader\">\n\t\t\t\t\t\t\t\t<LoaderIcon />\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\t\t\t\t</div>\n\t\t\t);\n\t\t}\n\n\t\treturn (\n\t\t\t<React.Fragment>\n\t\t\t\t<div className=\"content-header list-view-header\">\n\t\t\t\t\t<div className=\"alignment-box\">\n\t\t\t\t\t\t<div className=\"image\">\n\t\t\t\t\t\t\t<Img\n\t\t\t\t\t\t\t\tsrc={[\n\t\t\t\t\t\t\t\t\tpodcast.images.featured,\n\t\t\t\t\t\t\t\t\tpodcast.images.og,\n\t\t\t\t\t\t\t\t\tgetPlaceholderImageURL(podcast._id),\n\t\t\t\t\t\t\t\t]}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<h1>{title}</h1>\n\t\t\t\t\t\t<div className=\"right\">\n\t\t\t\t\t\t\t{!isFollowing && (\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\t\tclassName=\"follow\"\n\t\t\t\t\t\t\t\t\tonClick={() => followPodcast(dispatch, podcast._id)}\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\tFOLLOW\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t)}\n\n\t\t\t\t\t\t\t<FolderPopover feedID={podcast._id} isRss={false} />\n\n\t\t\t\t\t\t\t<Popover\n\t\t\t\t\t\t\t\tbody={menuPopover}\n\t\t\t\t\t\t\t\tisOpen={this.state.menuPopover}\n\t\t\t\t\t\t\t\tonOuterAction={this.toggleMenuPopover}\n\t\t\t\t\t\t\t\tpreferPlace=\"below\"\n\t\t\t\t\t\t\t\ttipSize={0.1}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<div onClick={this.toggleMenuPopover}>\n\t\t\t\t\t\t\t\t\t<SettingIcon />\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</Popover>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t\t<AliasModal\n\t\t\t\t\tdefVal={title}\n\t\t\t\t\tfeedID={podcast._id}\n\t\t\t\t\tisOpen={this.state.aliasModal}\n\t\t\t\t\tisRss={false}\n\t\t\t\t\ttoggleModal={this.toggleAliasModal}\n\t\t\t\t/>\n\n\t\t\t\t<div className=\"list podcast-episode-list content\">\n\t\t\t\t\t{this.state.newEpisodes && (\n\t\t\t\t\t\t<div\n\t\t\t\t\t\t\tclassName=\"toast\"\n\t\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\t\tthis.getPodcastEpisodes(podcast._id, true);\n\t\t\t\t\t\t\t\tthis.setState({ newEpisodes: false });\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tNew Episodes Available - Click to Refresh\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\t\t\t\t\t{rightColumn}\n\t\t\t\t</div>\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n}\n\nPodcastEpisodesView.defaultProps = {\n\taliases: {},\n\tfollowing: {},\n\tpinnedEpisodes: {},\n\tfeeds: {},\n};\n\nPodcastEpisodesView.propTypes = {\n\tfollowing: PropTypes.shape({}),\n\taliases: PropTypes.shape({}),\n\n\tdispatch: PropTypes.func.isRequired,\n\tmatch: PropTypes.shape({\n\t\tparams: PropTypes.shape({\n\t\t\tpodcastID: PropTypes.string,\n\t\t}),\n\t}),\n};\n\nconst mapStateToProps = (state) => ({\n\taliases: state.aliases || {},\n\tfollowing: state.followedPodcasts || {},\n\tpinnedEpisodes: state.pinnedEpisodes || {},\n\tfeeds: state.feeds || {},\n});\n\nexport default connect(mapStateToProps)(PodcastEpisodesView);\n"
  },
  {
    "path": "app/src/components/PodcastPanels/PodcastList.js",
    "content": "import getPlaceholderImageURL from '../../util/getPlaceholderImageURL';\nimport { Img } from 'react-image';\nimport React from 'react';\nimport Panel from '../Panel';\nimport { connect } from 'react-redux';\nimport { Link } from 'react-router-dom';\nimport PropTypes from 'prop-types';\nimport { withRouter } from 'react-router-dom';\n\nclass PodcastList extends React.Component {\n\trender() {\n\t\treturn (\n\t\t\t<Panel\n\t\t\t\thasHighlight={\n\t\t\t\t\tthis.props.match.params.podcastID &&\n\t\t\t\t\tthis.props.match.params.podcastID !== 'recent'\n\t\t\t\t}\n\t\t\t\theaderLink=\"/podcasts\"\n\t\t\t\theaderText=\"Podcasts\"\n\t\t\t>\n\t\t\t\t{this.props.podcasts.map((podcast) => {\n\t\t\t\t\tconst favicon = podcast.images ? podcast.images.favicon : null;\n\t\t\t\t\treturn (\n\t\t\t\t\t\t<Link\n\t\t\t\t\t\t\tclassName={\n\t\t\t\t\t\t\t\tthis.props.match.params.podcastID === podcast._id\n\t\t\t\t\t\t\t\t\t? 'highlighted'\n\t\t\t\t\t\t\t\t\t: ''\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tkey={podcast._id}\n\t\t\t\t\t\t\tto={`/podcasts/${podcast._id}`}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<Img\n\t\t\t\t\t\t\t\tloader={<div className=\"placeholder\" />}\n\t\t\t\t\t\t\t\tsrc={[favicon, getPlaceholderImageURL(podcast._id)]}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t<div>{podcast.title}</div>\n\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<i className=\"fa fa-chevron-right\" />\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</Link>\n\t\t\t\t\t);\n\t\t\t\t})}\n\t\t\t</Panel>\n\t\t);\n\t}\n}\n\nPodcastList.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\tmatch: PropTypes.shape({\n\t\tparams: PropTypes.shape({\n\t\t\tpodcastID: PropTypes.string,\n\t\t}),\n\t}),\n\tpodcasts: PropTypes.arrayOf(PropTypes.shape({})),\n};\n\nconst mapStateToProps = (state) => {\n\tif (!state.podcasts) return { podcasts: [] };\n\n\tlet podcasts = Object.values(state.podcasts);\n\tpodcasts.sort((a, b) => a.title.localeCompare(b.title));\n\n\tif (state.aliases) {\n\t\tpodcasts = podcasts.map((podcast) => {\n\t\t\tif (state.aliases[podcast._id])\n\t\t\t\tpodcast.title = state.aliases[podcast._id].alias;\n\t\t\treturn podcast;\n\t\t});\n\t}\n\treturn { podcasts };\n};\n\nexport default withRouter(connect(mapStateToProps)(PodcastList));\n"
  },
  {
    "path": "app/src/components/PodcastPanels/RecentEpisodesPanel.js",
    "content": "import getPlaceholderImageURL from '../../util/getPlaceholderImageURL';\nimport { Img } from 'react-image';\nimport React from 'react';\nimport Panel from '../Panel';\nimport { Link } from 'react-router-dom';\nimport { connect } from 'react-redux';\nimport { getFeed } from '../../util/feeds';\nimport TimeAgo from '../TimeAgo';\nimport PropTypes from 'prop-types';\n\nclass RecentEpisodesPanel extends React.Component {\n\tcomponentDidMount() {\n\t\tif (!this.props.episodes.length) getFeed(this.props.dispatch, 'episode', 0, 20);\n\t}\n\trender() {\n\t\treturn (\n\t\t\t<Panel expandable={true} headerLink=\"/podcasts\" headerText=\"Recent Episodes\">\n\t\t\t\t{this.props.episodes.slice(0, 20).map((episode) => {\n\t\t\t\t\treturn (\n\t\t\t\t\t\t<Link\n\t\t\t\t\t\t\tkey={episode._id}\n\t\t\t\t\t\t\tto={`/podcasts/${episode.podcast._id}/episodes/${episode._id}`}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<Img\n\t\t\t\t\t\t\t\tloader={<div className=\"placeholder\" />}\n\t\t\t\t\t\t\t\tsrc={[\n\t\t\t\t\t\t\t\t\tepisode.podcast.images.favicon,\n\t\t\t\t\t\t\t\t\tgetPlaceholderImageURL(episode._id),\n\t\t\t\t\t\t\t\t]}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t<div>{episode.title}</div>\n\t\t\t\t\t\t\t<TimeAgo\n\t\t\t\t\t\t\t\tclassName=\"muted\"\n\t\t\t\t\t\t\t\ttimestamp={episode.publicationDate}\n\t\t\t\t\t\t\t\ttrim={true}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</Link>\n\t\t\t\t\t);\n\t\t\t\t})}\n\t\t\t</Panel>\n\t\t);\n\t}\n}\n\nRecentEpisodesPanel.defaultProps = {\n\tepisodes: [],\n};\n\nRecentEpisodesPanel.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\tepisodes: PropTypes.arrayOf(PropTypes.shape({})),\n};\n\nconst mapStateToProps = (state) => ({\n\tepisodes:\n\t\tstate.episodes && state.feeds && state.feeds.episode\n\t\t\t? state.feeds.episode.map((id) => state.episodes[id])\n\t\t\t: [],\n});\n\nexport default connect(mapStateToProps)(RecentEpisodesPanel);\n"
  },
  {
    "path": "app/src/components/PodcastPanels/SuggestedPodcasts.js",
    "content": "import { Link } from 'react-router-dom';\nimport getPlaceholderImageURL from '../../util/getPlaceholderImageURL';\nimport { Img } from 'react-image';\nimport PropTypes from 'prop-types';\nimport React from 'react';\nimport { connect } from 'react-redux';\nimport Panel from '../Panel';\nimport { getSuggestedPodcasts, followPodcast, unfollowPodcast } from '../../api';\n\nclass SuggestedPodcasts extends React.Component {\n\tcomponentDidMount() {\n\t\tif (!this.props.suggestedPodcasts.length)\n\t\t\tgetSuggestedPodcasts(this.props.dispatch);\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<Panel headerText=\"Suggested Podcasts\">\n\t\t\t\t{this.props.suggestedPodcasts.map((podcast) => {\n\t\t\t\t\tconst id = podcast._id;\n\t\t\t\t\tconst favicon = podcast.images ? podcast.images.favicon : null;\n\t\t\t\t\treturn (\n\t\t\t\t\t\t<Link key={id} to={`/podcasts/${id}`}>\n\t\t\t\t\t\t\t<Img\n\t\t\t\t\t\t\t\tloader={<div className=\"placeholder\" />}\n\t\t\t\t\t\t\t\tsrc={[favicon, getPlaceholderImageURL(id)]}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t<div>{podcast.title}</div>\n\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclassName={`clickable ${\n\t\t\t\t\t\t\t\t\tpodcast.isFollowed ? 'active' : ''\n\t\t\t\t\t\t\t\t}`}\n\t\t\t\t\t\t\t\tonClick={(e) => {\n\t\t\t\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\t\t\t\tpodcast.isFollowed\n\t\t\t\t\t\t\t\t\t\t? unfollowPodcast(this.props.dispatch, id)\n\t\t\t\t\t\t\t\t\t\t: followPodcast(this.props.dispatch, id);\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tFollow\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</Link>\n\t\t\t\t\t);\n\t\t\t\t})}\n\t\t\t</Panel>\n\t\t);\n\t}\n}\n\nSuggestedPodcasts.defaultProps = {\n\tsuggestedPodcasts: [],\n};\n\nSuggestedPodcasts.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\tsuggestedPodcasts: PropTypes.arrayOf(PropTypes.shape()),\n};\n\nconst mapStateToProps = (state) => {\n\tif (!state.suggestedPodcasts) return { suggestedPodcasts: [] };\n\n\tlet suggestedPodcasts = state.suggestedPodcasts;\n\n\tif (state.followedPodcasts) {\n\t\tsuggestedPodcasts = suggestedPodcasts.map((item) => ({\n\t\t\t...item,\n\t\t\tisFollowed: !!state.followedPodcasts[item._id],\n\t\t}));\n\t}\n\n\tif (state.aliases) {\n\t\tsuggestedPodcasts = suggestedPodcasts.map((item) => {\n\t\t\tif (state.aliases[item._id]) item.title = state.aliases[item._id].alias;\n\t\t\treturn item;\n\t\t});\n\t}\n\n\treturn {\n\t\tsuggestedPodcasts,\n\t};\n};\n\nexport default connect(mapStateToProps)(SuggestedPodcasts);\n"
  },
  {
    "path": "app/src/components/PodcastPanels/index.js",
    "content": "import EverythingPodcastPanel from './Everything';\nimport FollowSuggestionsPodcastPanel from './FollowSuggestions';\nimport PinsPodcastPanel from './Pins';\nimport TodayPodcastPanel from './Today';\n\nexport {\n\tEverythingPodcastPanel,\n\tFollowSuggestionsPodcastPanel,\n\tPinsPodcastPanel,\n\tTodayPodcastPanel,\n};\n"
  },
  {
    "path": "app/src/components/RSSArticle.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport ReactPlayer from 'react-player';\nimport isElectron from 'is-electron';\nimport url from 'url';\nimport { connect } from 'react-redux';\n\nimport fetch from '../util/fetch';\nimport { pinArticle, unpinArticle } from '../util/pins';\nimport { fetchSocialScore } from '../util/social';\nimport Loader from './Loader';\nimport HtmlRender from './HtmlRender';\nimport FeedHeader from './FeedHeader';\n\nfunction mergeSocialScore(article, socialScore) {\n\tarticle.socialScore = article.socialScore || {};\n\tfor (const key of Object.keys(socialScore)) {\n\t\tarticle.socialScore[key] = Object.assign(\n\t\t\t{ score: article.socialScore[key] },\n\t\t\tsocialScore[key],\n\t\t);\n\t}\n\treturn article;\n}\n\nclass RSSArticle extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.resetState = {\n\t\t\terror: false,\n\t\t\tloading: true,\n\t\t\tloadingContent: true,\n\t\t\tarticle: {},\n\t\t};\n\n\t\tthis.state = { ...this.resetState };\n\n\t\tthis.sentArticleReadCompleteAnalyticsEvent = false;\n\t\tthis.contentRef = React.createRef();\n\t}\n\n\tcomponentDidMount() {\n\t\tconst articleID = this.props.match.params.articleID;\n\n\t\tif (window.streamAnalyticsClient.userData)\n\t\t\twindow.streamAnalyticsClient.trackEngagement({\n\t\t\t\tlabel: 'article_open',\n\t\t\t\tcontent: { foreign_id: `articles:${articleID}` },\n\t\t\t});\n\n\t\tthis.getArticle(articleID);\n\t\tthis.getRSSContent(articleID);\n\t}\n\n\tcomponentDidUpdate(prevProps) {\n\t\tconst articleID = this.props.match.params.articleID;\n\n\t\tif (articleID !== prevProps.match.params.articleID) {\n\t\t\tthis.setState({ ...this.resetState });\n\t\t\tthis.sentArticleReadCompleteAnalyticsEvent = false;\n\n\t\t\twindow.streamAnalyticsClient.trackEngagement({\n\t\t\t\tlabel: 'article_open',\n\t\t\t\tcontent: { foreign_id: `articles:${articleID}` },\n\t\t\t});\n\n\t\t\tthis.getArticle(articleID);\n\t\t\tthis.getRSSContent(articleID);\n\t\t}\n\n\t\tconst contentEl = this.contentRef.current;\n\t\tif (contentEl) {\n\t\t\tcontentEl.onscroll = () => {\n\t\t\t\tconst scrollPercentage =\n\t\t\t\t\tcontentEl.scrollTop /\n\t\t\t\t\t(contentEl.scrollHeight - contentEl.clientHeight);\n\t\t\t\tif (\n\t\t\t\t\t!this.sentArticleReadCompleteAnalyticsEvent &&\n\t\t\t\t\tscrollPercentage > 0.8\n\t\t\t\t) {\n\t\t\t\t\twindow.streamAnalyticsClient.trackEngagement({\n\t\t\t\t\t\tlabel: 'article_read_complete',\n\t\t\t\t\t\tcontent: {\n\t\t\t\t\t\t\tforeign_id: `articles:${articleID}`,\n\t\t\t\t\t\t},\n\t\t\t\t\t});\n\t\t\t\t\tthis.sentArticleReadCompleteAnalyticsEvent = true;\n\t\t\t\t}\n\t\t\t};\n\t\t}\n\t}\n\n\ttweet = () => {\n\t\tconst location = url.parse(window.location.href);\n\t\tconst link = {\n\t\t\tprotocol: 'https',\n\t\t\thostname: 'winds.getstream.io',\n\t\t\tpathname: location.pathname,\n\t\t};\n\t\tif (location.pathname === '/' && location.hash) {\n\t\t\tlink.pathname = location.hash.slice(1);\n\t\t}\n\t\tconst shareUrl = `https://twitter.com/intent/tweet?url=${url.format(link)}&text=${\n\t\t\tthis.state.article.title\n\t\t}&hashtags=Winds,RSS`;\n\n\t\tif (isElectron()) {\n\t\t\twindow.ipcRenderer.send('open-external-window', shareUrl);\n\t\t} else {\n\t\t\tconst getWindowOptions = function () {\n\t\t\t\tconst width = 500;\n\t\t\t\tconst height = 350;\n\t\t\t\tconst left = window.innerWidth / 2 - width / 2;\n\t\t\t\tconst top = window.innerHeight / 2 - height / 2;\n\n\t\t\t\treturn [\n\t\t\t\t\t'resizable,scrollbars,status',\n\t\t\t\t\t'height=' + height,\n\t\t\t\t\t'width=' + width,\n\t\t\t\t\t'left=' + left,\n\t\t\t\t\t'top=' + top,\n\t\t\t\t].join();\n\t\t\t};\n\n\t\t\tconst win = window.open(shareUrl, 'Share on Twitter', getWindowOptions());\n\t\t\twin.opener = null;\n\t\t}\n\t};\n\n\tgetArticle = async (articleID) => {\n\t\ttry {\n\t\t\tthis.setState({ loading: true });\n\t\t\tconst res = await fetch('GET', `/articles/${articleID}`);\n\t\t\tthis.setState({ article: res.data, loading: false });\n\n\t\t\tconst [reddit, hackernews] = await Promise.all([\n\t\t\t\tfetchSocialScore('reddit', res.data),\n\t\t\t\tfetchSocialScore('hackernews', res.data),\n\t\t\t]);\n\n\t\t\tthis.setState({\n\t\t\t\tarticle: mergeSocialScore(res.data, { reddit, hackernews }),\n\t\t\t});\n\t\t} catch (err) {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t}\n\t};\n\n\tgetRSSContent = (articleId) => {\n\t\tthis.setState({ loadingContent: true });\n\n\t\tfetch('GET', `/articles/${articleId}`, {}, { type: 'parsed' })\n\t\t\t.then((res) => {\n\t\t\t\tthis.setState({ loadingContent: false, ...res.data });\n\t\t\t})\n\t\t\t.catch(() => {\n\t\t\t\tthis.setState({\n\t\t\t\t\terror: true,\n\t\t\t\t\tloadingContent: false,\n\t\t\t\t});\n\t\t\t});\n\t};\n\n\trender() {\n\t\tif (this.state.loading) return <Loader />;\n\n\t\tconst article = this.state.article;\n\n\t\tconst redditDataAvailable =\n\t\t\tarticle.socialScore &&\n\t\t\tarticle.socialScore.reddit &&\n\t\t\tarticle.socialScore.reddit.url;\n\t\tconst hackernewsDataAvailable =\n\t\t\tarticle.socialScore &&\n\t\t\tarticle.socialScore.hackernews &&\n\t\t\tarticle.socialScore.hackernews.url;\n\n\t\tconst pinID = this.props.pinnedArticles[article._id]\n\t\t\t? this.props.pinnedArticles[article._id]._id\n\t\t\t: '';\n\n\t\treturn (\n\t\t\t<React.Fragment>\n\t\t\t\t<FeedHeader\n\t\t\t\t\t{...article}\n\t\t\t\t\thackernews={hackernewsDataAvailable && article.socialScore.hackernews}\n\t\t\t\t\tpin={() => pinArticle(article._id, this.props.dispatch)}\n\t\t\t\t\tpinID={pinID}\n\t\t\t\t\tplayable={false}\n\t\t\t\t\treddit={redditDataAvailable && article.socialScore.reddit}\n\t\t\t\t\ttweet={this.tweet}\n\t\t\t\t\ttype=\"article\"\n\t\t\t\t\tunpin={() => unpinArticle(pinID, article._id, this.props.dispatch)}\n\t\t\t\t/>\n\t\t\t\t<div className=\"content feed-content-wrapper\" ref={this.contentRef}>\n\t\t\t\t\t<div className=\"enclosures\">\n\t\t\t\t\t\t{article.enclosures &&\n\t\t\t\t\t\t\tarticle.enclosures.map(\n\t\t\t\t\t\t\t\t(enclosure) =>\n\t\t\t\t\t\t\t\t\tenclosure.type.includes('audio') ||\n\t\t\t\t\t\t\t\t\tenclosure.type.includes('video') ||\n\t\t\t\t\t\t\t\t\t(enclosure.type.includes('youtube') && (\n\t\t\t\t\t\t\t\t\t\t<ReactPlayer\n\t\t\t\t\t\t\t\t\t\t\tcontrols={true}\n\t\t\t\t\t\t\t\t\t\t\tkey={enclosure._id}\n\t\t\t\t\t\t\t\t\t\t\turl={enclosure.url}\n\t\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t\t)),\n\t\t\t\t\t\t\t)}\n\t\t\t\t\t</div>\n\n\t\t\t\t\t{!this.state.error && this.state.loadingContent ? (\n\t\t\t\t\t\t<Loader />\n\t\t\t\t\t) : (\n\t\t\t\t\t\t<HtmlRender\n\t\t\t\t\t\t\tcontent={this.state.content}\n\t\t\t\t\t\t\tid={article._id}\n\t\t\t\t\t\t\ttype=\"article\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t)}\n\n\t\t\t\t\t{this.state.error && !this.state.loadingContent && (\n\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<p>There was a problem loading this article :(</p>\n\t\t\t\t\t\t\t<p>To read the article, head on over to:</p>\n\t\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\t\t<a\n\t\t\t\t\t\t\t\t\thref={article.url}\n\t\t\t\t\t\t\t\t\trel=\"noopener noreferrer\"\n\t\t\t\t\t\t\t\t\ttarget=\"_blank\"\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t{article.title}\n\t\t\t\t\t\t\t\t</a>\n\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\t\t\t\t</div>\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n}\n\nRSSArticle.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\tpinnedArticles: PropTypes.shape({}),\n\tmatch: PropTypes.shape({\n\t\tparams: PropTypes.shape({\n\t\t\tarticleID: PropTypes.string.isRequired,\n\t\t\trssFeedID: PropTypes.string,\n\t\t}),\n\t}),\n};\n\nconst mapStateToProps = (state) => ({ pinnedArticles: state.pinnedArticles || {} });\n\nexport default connect(mapStateToProps)(RSSArticle);\n"
  },
  {
    "path": "app/src/components/RSSArticleList.js",
    "content": "import PropTypes from 'prop-types';\nimport React from 'react';\nimport { connect } from 'react-redux';\nimport { Waypoint } from 'react-waypoint';\nimport { Img } from 'react-image';\nimport Popover from 'react-popover';\n\nimport fetch from '../util/fetch';\nimport getPlaceholderImageURL from '../util/getPlaceholderImageURL';\nimport ArticleListItem from './ArticleListItem';\nimport AliasModal from './AliasModal';\nimport FolderPopover from '../components/Folder/FolderPopover';\nimport Loader from './Loader';\nimport { followRss, unfollowRss } from '../api';\n\nimport { ReactComponent as LoaderIcon } from '../images/loaders/default.svg';\nimport { ReactComponent as CircleIcon } from '../images/icons/circle.svg';\nimport { ReactComponent as DotCircleIcon } from '../images/icons/dot-circle.svg';\nimport { ReactComponent as SettingIcon } from '../images/icons/settings.svg';\n\nclass RSSArticleList extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.resetState = {\n\t\t\tcursor: 1,\n\t\t\tnewArticles: false,\n\t\t\tmenuPopover: false,\n\t\t\taliasModal: false,\n\t\t\treachedEndOfFeed: false,\n\t\t\tloading: true,\n\t\t\tloadingArticles: true,\n\t\t\trssFeed: { images: {} },\n\t\t\tarticles: [],\n\t\t};\n\n\t\tthis.state = { ...this.resetState, sortBy: 'latest' };\n\n\t\tthis.contentsEl = React.createRef();\n\t}\n\n\tsubscribeToStreamFeed(rssFeedID, streamFeedToken) {\n\t\tthis.unsubscribeFromStreamFeed();\n\n\t\tthis.subscription = window.streamClient\n\t\t\t.feed('rss', rssFeedID, streamFeedToken)\n\t\t\t.subscribe(() => this.setState({ newArticles: true }));\n\t}\n\n\tunsubscribeFromStreamFeed() {\n\t\tif (this.subscription) this.subscription.cancel();\n\t}\n\n\tcomponentDidMount() {\n\t\tconst rssFeedID = this.props.match.params.rssFeedID;\n\n\t\tif (window.streamAnalyticsClient.userData)\n\t\t\twindow.streamAnalyticsClient.trackEngagement({\n\t\t\t\tlabel: 'viewed_rss_feed',\n\t\t\t\tcontent: `rss:${rssFeedID}`,\n\t\t\t});\n\n\t\tthis.getRSSFeed(rssFeedID);\n\t\tthis.getRSSArticles(rssFeedID);\n\t}\n\n\tcomponentDidUpdate(prevProps) {\n\t\tif (prevProps.match.params.rssFeedID !== this.props.match.params.rssFeedID) {\n\t\t\tconst rssFeedID = this.props.match.params.rssFeedID;\n\n\t\t\twindow.streamAnalyticsClient.trackEngagement({\n\t\t\t\tlabel: 'viewed_rss_feed',\n\t\t\t\tcontent: `rss:${rssFeedID}`,\n\t\t\t});\n\n\t\t\tthis.setState({ ...this.resetState }, () => {\n\t\t\t\tthis.getRSSFeed(rssFeedID);\n\t\t\t\tthis.getRSSArticles(rssFeedID);\n\t\t\t});\n\t\t}\n\t\tif (this.contentsEl.current && localStorage['rss-article-list-scroll-position']) {\n\t\t\tthis.contentsEl.current.scrollTop =\n\t\t\t\tlocalStorage['rss-article-list-scroll-position'];\n\t\t\tdelete localStorage['rss-article-list-scroll-position'];\n\t\t}\n\t}\n\n\tcomponentWillUnmount() {\n\t\tthis.unsubscribeFromStreamFeed();\n\t}\n\n\tgetRSSFeed = (rssFeedID) => {\n\t\tthis.setState({ loading: true });\n\t\tfetch('GET', `/rss/${rssFeedID}`)\n\t\t\t.then((res) => {\n\t\t\t\treturn res.data.duplicateOf\n\t\t\t\t\t? fetch('GET', `/rss/${res.data.duplicateOf}`)\n\t\t\t\t\t: res;\n\t\t\t})\n\t\t\t.then((res) =>\n\t\t\t\tthis.setState({ rssFeed: res.data, loading: false }, () => {\n\t\t\t\t\tthis.subscribeToStreamFeed(\n\t\t\t\t\t\tthis.state.rssFeed._id,\n\t\t\t\t\t\tthis.state.rssFeed.streamToken,\n\t\t\t\t\t);\n\t\t\t\t}),\n\t\t\t)\n\t\t\t.catch((err) => {\n\t\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t\t});\n\t};\n\n\tuniqueArr = (array) => {\n\t\tconst seen = {};\n\t\treturn array.filter((item) =>\n\t\t\tseen.hasOwnProperty(item._id) ? false : (seen[item._id] = true),\n\t\t);\n\t};\n\n\tgetRSSArticles = (rssFeedID, newFeed = false) => {\n\t\tthis.setState({ loadingArticles: true });\n\n\t\tfetch(\n\t\t\t'GET',\n\t\t\t'/articles',\n\t\t\t{},\n\t\t\t{\n\t\t\t\tpage: newFeed ? 1 : this.state.cursor,\n\t\t\t\tper_page: 10,\n\t\t\t\trss: rssFeedID,\n\t\t\t\tsort_by: `publicationDate${\n\t\t\t\t\tthis.state.sortBy === 'latest' ? ',desc' : ''\n\t\t\t\t}`,\n\t\t\t},\n\t\t)\n\t\t\t.then((res) => {\n\t\t\t\tthis.setState({ loadingArticles: false });\n\t\t\t\tif (res.data.length === 0) this.setState({ reachedEndOfFeed: true });\n\t\t\t\telse if (newFeed) this.setState({ articles: res.data, cursor: 1 });\n\t\t\t\telse\n\t\t\t\t\tthis.setState((prevState) => ({\n\t\t\t\t\t\tarticles: this.uniqueArr([...prevState.articles, ...res.data]),\n\t\t\t\t\t}));\n\t\t\t})\n\t\t\t.catch((err) => {\n\t\t\t\tthis.setState({ loadingArticles: false, error: true });\n\t\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t\t});\n\t};\n\n\ttoggleMenuPopover = () => {\n\t\tthis.setState((prevState) => ({ menuPopover: !prevState.menuPopover }));\n\t};\n\n\ttoggleAliasModal = () => {\n\t\tthis.setState((prevState) => ({ aliasModal: !prevState.aliasModal }));\n\t};\n\n\tsetSortBy = (sortBy) => {\n\t\tif (this.state.sortBy === sortBy) return this.setState({ menuPopover: false });\n\n\t\tconst rssFeedID = this.props.match.params.rssFeedID;\n\t\tthis.setState(\n\t\t\t{\n\t\t\t\tarticles: [],\n\t\t\t\tcursor: 1,\n\t\t\t\tmenuPopover: false,\n\t\t\t\treachedEndOfFeed: false,\n\t\t\t\tsortBy,\n\t\t\t},\n\t\t\t() => {\n\t\t\t\tthis.getRSSArticles(rssFeedID);\n\t\t\t},\n\t\t);\n\t};\n\n\trender() {\n\t\tif (this.state.loading) return <Loader />;\n\n\t\tconst dispatch = this.props.dispatch;\n\t\tconst rssFeed = this.state.rssFeed;\n\t\tconst isFollowing = this.props.following[rssFeed._id]\n\t\t\t? this.props.following[rssFeed._id]\n\t\t\t: false;\n\t\tconst title = this.props.aliases[rssFeed._id]\n\t\t\t? this.props.aliases[rssFeed._id].alias\n\t\t\t: rssFeed.title;\n\n\t\tconst articles = this.state.articles.map((article) => {\n\t\t\tif (this.props.pinnedArticles[article._id]) {\n\t\t\t\tarticle.pinID = this.props.pinnedArticles[article._id]._id;\n\t\t\t} else article.pinID = '';\n\n\t\t\tif (\n\t\t\t\tthis.props.feeds.article &&\n\t\t\t\tthis.props.feeds.article.indexOf(article._id) < 20 &&\n\t\t\t\tthis.props.feeds.article.indexOf(article._id) !== -1\n\t\t\t) {\n\t\t\t\tarticle.recent = true;\n\t\t\t} else article.recent = false;\n\n\t\t\treturn article;\n\t\t});\n\n\t\tconst menuPopover = (\n\t\t\t<div className=\"popover-panel feed-popover\">\n\t\t\t\t<div\n\t\t\t\t\tclassName=\"panel-element menu-item sort-button\"\n\t\t\t\t\tonClick={() => this.setSortBy('latest')}\n\t\t\t\t>\n\t\t\t\t\t{this.state.sortBy === 'latest' ? <DotCircleIcon /> : <CircleIcon />}\n\t\t\t\t\tLatest\n\t\t\t\t</div>\n\t\t\t\t<div\n\t\t\t\t\tclassName=\"panel-element menu-item sort-button\"\n\t\t\t\t\tonClick={() => this.setSortBy('oldest')}\n\t\t\t\t>\n\t\t\t\t\t{this.state.sortBy === 'oldest' ? <DotCircleIcon /> : <CircleIcon />}\n\t\t\t\t\tOldest\n\t\t\t\t</div>\n\t\t\t\t<div className=\"panel-element menu-item\" onClick={this.toggleAliasModal}>\n\t\t\t\t\tRename\n\t\t\t\t</div>\n\t\t\t\t<div\n\t\t\t\t\tclassName=\"panel-element menu-item\"\n\t\t\t\t\tonClick={() =>\n\t\t\t\t\t\tisFollowing\n\t\t\t\t\t\t\t? unfollowRss(dispatch, rssFeed._id)\n\t\t\t\t\t\t\t: followRss(dispatch, rssFeed._id)\n\t\t\t\t\t}\n\t\t\t\t>\n\t\t\t\t\t{isFollowing ? <span className=\"alert\">Unfollow</span> : 'Follow'}\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t);\n\n\t\tlet rightContents;\n\t\tif (this.state.loadingArticles && !articles.length) {\n\t\t\trightContents = <Loader />;\n\t\t} else if (articles.length === 0) {\n\t\t\trightContents = (\n\t\t\t\t<div>\n\t\t\t\t\t<p>We haven&#39;t found any articles for this RSS feed yet :(</p>\n\t\t\t\t\t<p>\n\t\t\t\t\t\tIt might be because the RSS feed doesn&#39;t have any articles, or\n\t\t\t\t\t\tbecause it just got added and we&#39;re still parsing them. Come\n\t\t\t\t\t\tcheck back in a few minutes?\n\t\t\t\t\t</p>\n\t\t\t\t\t<p>\n\t\t\t\t\t\tIf you&#39;re pretty sure there&#39;s supposed to be some articles\n\t\t\t\t\t\there, and they aren&#39;t showing up, please file a{' '}\n\t\t\t\t\t\t<a href=\"https://github.com/getstream/winds/issues\">\n\t\t\t\t\t\t\tGitHub Issue\n\t\t\t\t\t\t</a>\n\t\t\t\t\t\t.\n\t\t\t\t\t</p>\n\t\t\t\t</div>\n\t\t\t);\n\t\t} else {\n\t\t\trightContents = (\n\t\t\t\t<React.Fragment>\n\t\t\t\t\t{articles.map((article) => {\n\t\t\t\t\t\treturn (\n\t\t\t\t\t\t\t<ArticleListItem\n\t\t\t\t\t\t\t\tkey={article._id}\n\t\t\t\t\t\t\t\tonNavigation={() => {\n\t\t\t\t\t\t\t\t\tlocalStorage[\n\t\t\t\t\t\t\t\t\t\t'rss-article-list-scroll-position'\n\t\t\t\t\t\t\t\t\t] = this.contentsEl.current.scrollTop;\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\t{...article}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t);\n\t\t\t\t\t})}\n\n\t\t\t\t\t{this.state.reachedEndOfFeed ? (\n\t\t\t\t\t\t<div className=\"end\">\n\t\t\t\t\t\t\t<p>That&#39;s it! No more articles here.</p>\n\t\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\t\tWhat, did you think that once you got all the way around,\n\t\t\t\t\t\t\t\tyou&#39;d just be back at the same place that you started?\n\t\t\t\t\t\t\t\tSounds like some real round-feed thinking to me.\n\t\t\t\t\t\t\t</p>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t) : (\n\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<Waypoint\n\t\t\t\t\t\t\t\tonEnter={() => {\n\t\t\t\t\t\t\t\t\tthis.setState(\n\t\t\t\t\t\t\t\t\t\t(prevState) => ({ cursor: prevState.cursor + 1 }),\n\t\t\t\t\t\t\t\t\t\t() => this.getRSSArticles(rssFeed._id),\n\t\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t<div className=\"end-loader\">\n\t\t\t\t\t\t\t\t<LoaderIcon />\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\t\t\t\t</React.Fragment>\n\t\t\t);\n\t\t}\n\n\t\treturn (\n\t\t\t<React.Fragment>\n\t\t\t\t<div className=\"list-view-header content-header\">\n\t\t\t\t\t<div className=\"alignment-box\">\n\t\t\t\t\t\t<div className=\"image\">\n\t\t\t\t\t\t\t<Img\n\t\t\t\t\t\t\t\tsrc={[\n\t\t\t\t\t\t\t\t\trssFeed.images.featured,\n\t\t\t\t\t\t\t\t\trssFeed.images.og,\n\t\t\t\t\t\t\t\t\tgetPlaceholderImageURL(rssFeed._id),\n\t\t\t\t\t\t\t\t]}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<h1>{title}</h1>\n\n\t\t\t\t\t\t<div className=\"right\">\n\t\t\t\t\t\t\t{!isFollowing && (\n\t\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\t\tclassName=\"follow\"\n\t\t\t\t\t\t\t\t\tonClick={() => followRss(dispatch, rssFeed._id)}\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\tFOLLOW\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t)}\n\n\t\t\t\t\t\t\t<FolderPopover feedID={rssFeed._id} isRss={true} />\n\n\t\t\t\t\t\t\t<Popover\n\t\t\t\t\t\t\t\tbody={menuPopover}\n\t\t\t\t\t\t\t\tisOpen={this.state.menuPopover}\n\t\t\t\t\t\t\t\tonOuterAction={this.toggleMenuPopover}\n\t\t\t\t\t\t\t\tpreferPlace=\"below\"\n\t\t\t\t\t\t\t\ttipSize={0.1}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<div onClick={this.toggleMenuPopover}>\n\t\t\t\t\t\t\t\t\t<SettingIcon />\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</Popover>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t\t<AliasModal\n\t\t\t\t\tdefVal={title}\n\t\t\t\t\tfeedID={rssFeed._id}\n\t\t\t\t\tisOpen={this.state.aliasModal}\n\t\t\t\t\tisRss={true}\n\t\t\t\t\ttoggleModal={this.toggleAliasModal}\n\t\t\t\t/>\n\n\t\t\t\t<div className=\"list content\" ref={this.contentsEl}>\n\t\t\t\t\t{this.state.newArticles && (\n\t\t\t\t\t\t<div\n\t\t\t\t\t\t\tclassName=\"toast\"\n\t\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\t\tthis.getRSSArticles(rssFeed._id, true);\n\t\t\t\t\t\t\t\tthis.setState({ newArticles: false });\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tNew Articles Available – Click to Refresh\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\t\t\t\t\t{rightContents}\n\t\t\t\t</div>\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n}\n\nRSSArticleList.defaultProps = {\n\taliases: {},\n\tfollowing: {},\n\tpinnedArticles: {},\n\tfeeds: {},\n};\n\nRSSArticleList.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\tfollowing: PropTypes.shape({}),\n\taliases: PropTypes.shape({}),\n\tpinnedArticles: PropTypes.shape({}),\n\tfeeds: PropTypes.shape({}),\n\tmatch: PropTypes.shape({\n\t\tparams: PropTypes.shape({\n\t\t\trssFeedID: PropTypes.string.isRequired,\n\t\t}),\n\t}),\n};\n\nconst mapStateToProps = (state) => ({\n\taliases: state.aliases || {},\n\tfollowing: state.followedRssFeeds || {},\n\tpinnedArticles: state.pinnedArticles || {},\n\tfeeds: state.feeds || {},\n});\n\nexport default connect(mapStateToProps)(RSSArticleList);\n"
  },
  {
    "path": "app/src/components/RSSPanels/RecentArticlesPanel.js",
    "content": "import { Link } from 'react-router-dom';\nimport getPlaceholderImageURL from '../../util/getPlaceholderImageURL';\nimport { Img } from 'react-image';\nimport React from 'react';\nimport Panel from '../Panel';\nimport { connect } from 'react-redux';\nimport TimeAgo from '../TimeAgo';\nimport PropTypes from 'prop-types';\nimport { getFeed } from '../../util/feeds';\n\nclass RecentArticlesPanel extends React.Component {\n\tcomponentDidMount() {\n\t\tif (!this.props.articles.length) getFeed(this.props.dispatch, 'article', 0, 20);\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<Panel expandable={true} headerLink=\"/rss\" headerText=\"Recent Articles\">\n\t\t\t\t{this.props.articles.slice(0, 20).map((article) => {\n\t\t\t\t\treturn (\n\t\t\t\t\t\t<Link\n\t\t\t\t\t\t\tkey={article._id}\n\t\t\t\t\t\t\tto={`/rss/${article.rss._id}/articles/${article._id}`}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<Img\n\t\t\t\t\t\t\t\tloader={<div className=\"placeholder\" />}\n\t\t\t\t\t\t\t\tsrc={[\n\t\t\t\t\t\t\t\t\tarticle.favicon,\n\t\t\t\t\t\t\t\t\tgetPlaceholderImageURL(article._id),\n\t\t\t\t\t\t\t\t]}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t<div>{article.title}</div>\n\t\t\t\t\t\t\t<TimeAgo\n\t\t\t\t\t\t\t\tclassName=\"muted\"\n\t\t\t\t\t\t\t\ttimestamp={article.publicationDate}\n\t\t\t\t\t\t\t\ttrim={true}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</Link>\n\t\t\t\t\t);\n\t\t\t\t})}\n\t\t\t</Panel>\n\t\t);\n\t}\n}\n\nRecentArticlesPanel.defaultProps = {\n\tarticles: [],\n};\n\nRecentArticlesPanel.propTypes = {\n\tarticles: PropTypes.arrayOf(PropTypes.shape({})),\n\tdispatch: PropTypes.func.isRequired,\n};\n\nconst mapStateToProps = (state) => ({\n\tarticles:\n\t\tstate.articles && state.feeds && state.feeds.article\n\t\t\t? state.feeds.article.map((id) => state.articles[id])\n\t\t\t: [],\n});\n\nexport default connect(mapStateToProps)(RecentArticlesPanel);\n"
  },
  {
    "path": "app/src/components/RSSPanels/RssFeedList.js",
    "content": "import { connect } from 'react-redux';\nimport { Link } from 'react-router-dom';\nimport getPlaceholderImageURL from '../../util/getPlaceholderImageURL';\nimport { Img } from 'react-image';\nimport React from 'react';\nimport Panel from '../Panel';\nimport { withRouter } from 'react-router-dom';\nimport PropTypes from 'prop-types';\n\nclass RssFeedList extends React.Component {\n\trender() {\n\t\treturn (\n\t\t\t<Panel\n\t\t\t\thasHighlight={\n\t\t\t\t\tthis.props.match.params.rssFeedID &&\n\t\t\t\t\tthis.props.match.params.rssFeedID !== 'recent'\n\t\t\t\t}\n\t\t\t\theaderLink=\"/rss\"\n\t\t\t\theaderText=\"Feeds\"\n\t\t\t>\n\t\t\t\t{this.props.rssFeeds.map((rssFeed) => {\n\t\t\t\t\tconst favicon = rssFeed.images ? rssFeed.images.favicon : null;\n\t\t\t\t\tlet rssId = rssFeed.duplicateOf || rssFeed._id;\n\t\t\t\t\tlet clazz =\n\t\t\t\t\t\tthis.props.match.params.rssFeedID === rssFeed._id\n\t\t\t\t\t\t\t? 'highlighted'\n\t\t\t\t\t\t\t: '';\n\t\t\t\t\treturn (\n\t\t\t\t\t\t<Link className={clazz} key={rssId} to={`/rss/${rssId}`}>\n\t\t\t\t\t\t\t<Img\n\t\t\t\t\t\t\t\tloader={<div className=\"placeholder\" />}\n\t\t\t\t\t\t\t\tsrc={[favicon, getPlaceholderImageURL(rssId)]}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t<div>{rssFeed.title}</div>\n\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<i className=\"fa fa-chevron-right\" />\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</Link>\n\t\t\t\t\t);\n\t\t\t\t})}\n\t\t\t</Panel>\n\t\t);\n\t}\n}\n\nRssFeedList.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\tmatch: PropTypes.shape({\n\t\tparams: PropTypes.shape({\n\t\t\trssFeedID: PropTypes.string,\n\t\t}),\n\t}),\n\trssFeeds: PropTypes.arrayOf(PropTypes.shape({})),\n};\n\nconst mapStateToProps = (state) => {\n\tif (!state.rssFeeds) return { rssFeeds: [] };\n\n\tlet rssFeeds = Object.values(state.rssFeeds);\n\trssFeeds.sort((a, b) => a.title.localeCompare(b.title));\n\n\tif (state.aliases) {\n\t\trssFeeds = rssFeeds.map((rssFeed) => {\n\t\t\tif (state.aliases[rssFeed._id])\n\t\t\t\trssFeed.title = state.aliases[rssFeed._id].alias;\n\t\t\treturn rssFeed;\n\t\t});\n\t}\n\n\treturn { rssFeeds };\n};\n\nexport default withRouter(connect(mapStateToProps)(RssFeedList));\n"
  },
  {
    "path": "app/src/components/RSSPanels/SuggestedFeeds.js",
    "content": "import { Link } from 'react-router-dom';\nimport getPlaceholderImageURL from '../../util/getPlaceholderImageURL';\nimport { Img } from 'react-image';\nimport PropTypes from 'prop-types';\nimport React from 'react';\nimport { connect } from 'react-redux';\nimport Panel from '../Panel';\nimport { getSuggestedRss, followRss, unfollowRss } from '../../api';\n\nclass SuggestedFeeds extends React.Component {\n\tcomponentDidMount() {\n\t\tif (!this.props.suggestedRssFeeds.length) getSuggestedRss(this.props.dispatch);\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<Panel headerText=\"Suggested Feeds\">\n\t\t\t\t{this.props.suggestedRssFeeds.map((rssFeed) => {\n\t\t\t\t\tconst id = rssFeed._id;\n\t\t\t\t\tconst favicon = rssFeed.images ? rssFeed.images.favicon : null;\n\t\t\t\t\treturn (\n\t\t\t\t\t\t<Link key={id} to={`/rss/${id}`}>\n\t\t\t\t\t\t\t<Img src={[favicon, getPlaceholderImageURL(id)]} />\n\t\t\t\t\t\t\t<div>{rssFeed.title}</div>\n\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclassName={`clickable ${\n\t\t\t\t\t\t\t\t\trssFeed.isFollowed ? 'active' : ''\n\t\t\t\t\t\t\t\t}`}\n\t\t\t\t\t\t\t\tonClick={(e) => {\n\t\t\t\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\t\t\t\trssFeed.isFollowed\n\t\t\t\t\t\t\t\t\t\t? unfollowRss(this.props.dispatch, id)\n\t\t\t\t\t\t\t\t\t\t: followRss(this.props.dispatch, id);\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tFollow\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</Link>\n\t\t\t\t\t);\n\t\t\t\t})}\n\t\t\t</Panel>\n\t\t);\n\t}\n}\n\nSuggestedFeeds.defaultProps = {\n\tsuggestedRssFeeds: [],\n};\n\nSuggestedFeeds.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\tsuggestedRssFeeds: PropTypes.arrayOf(PropTypes.shape()),\n};\n\nconst mapStateToProps = (state) => {\n\tif (!state.suggestedRssFeeds) return { suggestedRssFeeds: [] };\n\n\tlet suggestedRssFeeds = state.suggestedRssFeeds;\n\n\tif (state.followedRssFeeds) {\n\t\tsuggestedRssFeeds = suggestedRssFeeds.map((item) => ({\n\t\t\t...item,\n\t\t\tisFollowed: !!state.followedRssFeeds[item._id],\n\t\t}));\n\t}\n\tif (state.aliases) {\n\t\tsuggestedRssFeeds = suggestedRssFeeds.map((item) => {\n\t\t\tif (state.aliases[item._id]) item.title = state.aliases[item._id].alias;\n\t\t\treturn item;\n\t\t});\n\t}\n\n\treturn {\n\t\tsuggestedRssFeeds,\n\t};\n};\n\nexport default connect(mapStateToProps)(SuggestedFeeds);\n"
  },
  {
    "path": "app/src/components/RSSPanels/index.js",
    "content": "import FollowSuggestionsRSSPanel from './FollowSuggestions';\nexport { FollowSuggestionsRSSPanel };\n\nexport { EverythingRSSPanel } from './Everything';\nexport { PinsRSSPanel } from './Pins';\nexport { TodayRSSPanel } from './Today';\n"
  },
  {
    "path": "app/src/components/SearchBar.js",
    "content": "import searchOpacityIcon from '../images/icons/search-opacity.svg';\nimport algoliaLogo from '../images/logos/powered-by-algolia.svg';\nimport { Link, withRouter } from 'react-router-dom';\nimport { connect } from 'react-redux';\nimport Algolia from 'algoliasearch';\nimport { Img } from 'react-image';\nimport PropTypes from 'prop-types';\nimport React from 'react';\nimport getPlaceholderImageURL from '../util/getPlaceholderImageURL';\n\nimport config from '../config';\n\nconst client = Algolia(config.algolia.appId, config.algolia.searchKey);\nconst index = client.initIndex(config.algolia.index);\n\nconst getResourceUrl = (resource) => {\n\tswitch (resource.type) {\n\t\tcase 'folder':\n\t\t\treturn `/folders/${resource._id}`;\n\t\tcase 'article':\n\t\t\treturn `/rss/${resource.rss}/articles/${resource._id}`;\n\t\tcase 'episode':\n\t\t\treturn `/podcasts/${resource.podcast}`;\n\t\tcase 'rss':\n\t\t\treturn `/rss/${resource.duplicateOf || resource._id}`;\n\t\tcase 'podcast':\n\t\t\treturn `/podcasts/${resource._id}`;\n\t\tcase 'tag':\n\t\t\treturn `/tags/${resource._id}`;\n\t\tdefault:\n\t\t\tconsole.log(resource); // eslint-disable-line no-console\n\t}\n};\n\nconst getResourceTitle = (resource) => {\n\tswitch (resource.type) {\n\t\tcase 'folder':\n\t\tcase 'tag':\n\t\t\treturn resource.name;\n\t\tdefault:\n\t\t\treturn resource.title;\n\t}\n};\n\nclass SearchBar extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\tdisplayResults: false,\n\t\t\tquery: '',\n\t\t\tresults: [],\n\t\t\tselectedIndex: 0,\n\t\t};\n\t}\n\n\tsearch = (searchText) => {\n\t\tindex.search({ query: searchText }, (err, result) => {\n\t\t\tif (err) return console.log(err); // eslint-disable-line no-console\n\n\t\t\tconst folders = this.props.folders.filter((folder) =>\n\t\t\t\tfolder.name.toLowerCase().includes(searchText.toLowerCase()),\n\t\t\t);\n\t\t\tconst tags = this.props.tags.filter((tag) =>\n\t\t\t\ttag.name.toLowerCase().includes(searchText.toLowerCase()),\n\t\t\t);\n\t\t\tconst followed = this.props.followedFeeds;\n\t\t\tconst hits = result.hits.sort((a, b) =>\n\t\t\t\tfollowed[a._id] ? (followed[b._id] ? 0 : -1) : 1,\n\t\t\t);\n\n\t\t\tthis.setState({ results: [...folders, ...tags, ...hits].slice(0, 8) });\n\t\t});\n\t};\n\n\tclearSearchResults = () => {\n\t\tthis.hideSearchResults();\n\t\tthis.setState({ displayResults: false });\n\t};\n\n\thideSearchResults = () => {\n\t\tthis.setState({ query: '', results: [] });\n\t};\n\n\thandleInputChange = (e) => {\n\t\tthis.search(e.target.value);\n\n\t\tthis.setState({\n\t\t\tdisplayResults: e.target.value.trim() !== '',\n\t\t\tquery: e.target.value,\n\t\t\tselectedIndex: 0,\n\t\t});\n\t};\n\n\thandleKeyDown = (e) => {\n\t\tif (e.keyCode === 40) {\n\t\t\t// 40 is down, 38 is up\n\t\t\te.preventDefault();\n\n\t\t\tlet newPos = this.state.selectedIndex + 1;\n\t\t\tif (newPos > 4) newPos = 4;\n\n\t\t\tthis.setState({ selectedIndex: newPos });\n\t\t} else if (e.keyCode === 27) {\n\t\t\te.preventDefault();\n\n\t\t\tthis.clearSearchResults();\n\t\t} else if (e.keyCode === 38) {\n\t\t\te.preventDefault();\n\n\t\t\tlet newPos = this.state.selectedIndex - 1;\n\t\t\tif (newPos < 0) newPos = 0;\n\n\t\t\tthis.setState({ selectedIndex: newPos });\n\t\t}\n\t};\n\n\thandleFormSubmit = (e) => {\n\t\te.preventDefault();\n\n\t\tif (!this.state.results.length) return;\n\n\t\tthis.props.history.push(\n\t\t\tgetResourceUrl(this.state.results[this.state.selectedIndex]),\n\t\t);\n\n\t\tthis.inputElement.blur();\n\t\tthis.setState({ displayResults: false });\n\t};\n\n\trender() {\n\t\tlet results;\n\t\t// console.log(this.props.tags);\n\n\t\tif (!this.state.results.length) {\n\t\t\tresults = (\n\t\t\t\t<div className=\"panel-element\">\n\t\t\t\t\t<span>No search results found...</span>\n\t\t\t\t</div>\n\t\t\t);\n\t\t} else {\n\t\t\tresults = this.state.results.map((result, i) => {\n\t\t\t\treturn (\n\t\t\t\t\t<Link\n\t\t\t\t\t\tclassName={`panel-element ${\n\t\t\t\t\t\t\tthis.state.selectedIndex === i ? 'selected' : ''\n\t\t\t\t\t\t}`}\n\t\t\t\t\t\tkey={result._id}\n\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\tthis.inputElement.blur();\n\t\t\t\t\t\t\tthis.setState({ displayResults: false });\n\t\t\t\t\t\t}}\n\t\t\t\t\t\tto={getResourceUrl(result)}\n\t\t\t\t\t>\n\t\t\t\t\t\t<div className=\"left\">\n\t\t\t\t\t\t\t<Img\n\t\t\t\t\t\t\t\tsrc={[result.image, getPlaceholderImageURL(result._id)]}\n\t\t\t\t\t\t\t\twidth=\"25\"\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div className=\"center\">\n\t\t\t\t\t\t\t<span>{getResourceTitle(result)}</span>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div className=\"right type\">\n\t\t\t\t\t\t\t<span>{result.type.toUpperCase()}</span>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</Link>\n\t\t\t\t);\n\t\t\t});\n\t\t}\n\n\t\treturn (\n\t\t\t<>\n\t\t\t\t<div\n\t\t\t\t\tclassName={`search ${\n\t\t\t\t\t\tthis.props.bannerIsShown ? 'banner-is-shown' : ''\n\t\t\t\t\t}`}\n\t\t\t\t>\n\t\t\t\t\t<form onSubmit={this.handleFormSubmit}>\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tautoComplete=\"off\"\n\t\t\t\t\t\t\tid=\"search\"\n\t\t\t\t\t\t\tonChange={this.handleInputChange}\n\t\t\t\t\t\t\tonFocus={() => {\n\t\t\t\t\t\t\t\tif (this.state.results.length !== 0)\n\t\t\t\t\t\t\t\t\tthis.setState({ displayResults: true });\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\tonKeyDown={this.handleKeyDown}\n\t\t\t\t\t\t\tplaceholder=\"Search Winds...\"\n\t\t\t\t\t\t\tref={(element) => {\n\t\t\t\t\t\t\t\tthis.inputElement = element;\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\t\tvalue={this.state.query}\n\t\t\t\t\t\t/>\n\t\t\t\t\t\t<Img className=\"icon\" src={searchOpacityIcon} />\n\t\t\t\t\t</form>\n\t\t\t\t\t{this.state.displayResults ? (\n\t\t\t\t\t\t<div className=\"results panel\">\n\t\t\t\t\t\t\t{results}\n\t\t\t\t\t\t\t<div className=\"panel-element\">\n\t\t\t\t\t\t\t\t<div className=\"right\">\n\t\t\t\t\t\t\t\t\t<Img className=\"algolia-logo\" src={algoliaLogo} />\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t) : null}\n\t\t\t\t</div>\n\t\t\t\t{this.state.displayResults && (\n\t\t\t\t\t<div\n\t\t\t\t\t\tclassName=\"click-catcher\"\n\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\tthis.inputElement.blur();\n\t\t\t\t\t\t\tthis.setState({ displayResults: false });\n\t\t\t\t\t\t}}\n\t\t\t\t\t/>\n\t\t\t\t)}\n\t\t\t</>\n\t\t);\n\t}\n}\n\nSearchBar.defaultProps = {\n\tbannerIsShown: false,\n};\n\nSearchBar.propTypes = {\n\tfolders: PropTypes.array,\n\ttags: PropTypes.array,\n\tfollowedFeeds: PropTypes.shape({}),\n\tbannerIsShown: PropTypes.bool,\n\thistory: PropTypes.shape({\n\t\tpush: PropTypes.func.isRequired,\n\t}).isRequired,\n};\n\nconst mapStateToProps = (state) => ({\n\tfolders: (state.folders || []).map((folder) => ({ ...folder, type: 'folder' })),\n\ttags: (state.tags || []).map((tag) => ({ ...tag, type: 'tag' })),\n\tfollowedFeeds: {\n\t\t...(state.followedRssFeeds || {}),\n\t\t...(state.followedPodcasts || {}),\n\t},\n});\n\nexport default connect(mapStateToProps)(withRouter(SearchBar));\n"
  },
  {
    "path": "app/src/components/SimpleProgressBar.js",
    "content": "import PropTypes from 'prop-types';\nimport React from 'react';\nimport moment from 'moment';\nimport momentDuration from 'moment-duration-format'; // eslint-disable-line no-unused-vars\n\nclass SimpleProgressBar extends React.Component {\n\trender() {\n\t\treturn (\n\t\t\t<div\n\t\t\t\tclassName=\"simple-progress-bar\"\n\t\t\t\tonClick={(e) => {\n\t\t\t\t\tthis.props.seekTo(e.nativeEvent.offsetX / e.target.clientWidth);\n\t\t\t\t}}\n\t\t\t>\n\t\t\t\t<div className=\"bar\">\n\t\t\t\t\t<div\n\t\t\t\t\t\tclassName=\"progress\"\n\t\t\t\t\t\tstyle={{\n\t\t\t\t\t\t\twidth: `${\n\t\t\t\t\t\t\t\t(this.props.currentTime / this.props.duration) * 100\n\t\t\t\t\t\t\t}%`,\n\t\t\t\t\t\t}}\n\t\t\t\t\t/>\n\t\t\t\t\t<div className=\"background\" />\n\t\t\t\t</div>\n\t\t\t\t<div className=\"numbers\">\n\t\t\t\t\t<div className=\"duration\">\n\t\t\t\t\t\t{moment\n\t\t\t\t\t\t\t.duration(this.props.duration, 'seconds')\n\t\t\t\t\t\t\t.format('h:mm:ss')}\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nSimpleProgressBar.defaultProps = {\n\tcurrentTime: 0,\n\tduration: 100,\n};\n\nSimpleProgressBar.propTypes = {\n\tcurrentTime: PropTypes.number,\n\tduration: PropTypes.number,\n\tseekTo: PropTypes.func,\n};\n\nexport default SimpleProgressBar;\n"
  },
  {
    "path": "app/src/components/Tabs.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\n\nclass Tabs extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\t\tthis.state = {\n\t\t\tselectedTab: parseInt(localStorage[this.props.tabGroup], 10) || 0,\n\t\t};\n\t}\n\n\trender() {\n\t\tlet selectedElement = this.props.children[this.state.selectedTab];\n\t\tlet { tabTitle, ...selectedElementProps } = selectedElement.props; // eslint-disable-line no-unused-vars\n\n\t\treturn (\n\t\t\t<React.Fragment>\n\t\t\t\t<div className={this.props.headerClass || ''}>\n\t\t\t\t\t{this.props.headerComponent}\n\t\t\t\t\t<ul className=\"tabs\">\n\t\t\t\t\t\t{this.props.children.map((element, i) => {\n\t\t\t\t\t\t\treturn (\n\t\t\t\t\t\t\t\t<li\n\t\t\t\t\t\t\t\t\tclassName={`tab ${\n\t\t\t\t\t\t\t\t\t\tthis.state.selectedTab === i ? 'active' : ''\n\t\t\t\t\t\t\t\t\t}`}\n\t\t\t\t\t\t\t\t\tkey={i}\n\t\t\t\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\t\t\t\tlocalStorage[this.props.tabGroup] = i;\n\t\t\t\t\t\t\t\t\t\tthis.setState({ selectedTab: i });\n\t\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t\t{element.props.tabTitle}\n\t\t\t\t\t\t\t\t</li>\n\t\t\t\t\t\t\t);\n\t\t\t\t\t\t})}\n\t\t\t\t\t</ul>\n\t\t\t\t</div>\n\t\t\t\t<div className={this.props.componentClass || ''}>\n\t\t\t\t\t<selectedElement.type {...selectedElementProps} />\n\t\t\t\t</div>\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n}\n\nTabs.propTypes = {\n\tchildren: PropTypes.arrayOf(PropTypes.element),\n\tcomponentClass: PropTypes.string,\n\theaderClass: PropTypes.string,\n\theaderComponent: PropTypes.element,\n\ttabGroup: PropTypes.string.isRequired,\n};\n\nexport default Tabs;\n"
  },
  {
    "path": "app/src/components/Tag/DeleteModal.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport ReactModal from 'react-modal';\n\nimport { deleteTag } from '../../api/tagAPI';\n\nclass DeleteModal extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.resetState = {\n\t\t\terror: false,\n\t\t\tsubmitting: false,\n\t\t\tsuccess: false,\n\t\t};\n\n\t\tthis.state = { ...this.resetState };\n\t}\n\n\tcloseModal = () => {\n\t\tthis.setState({ ...this.resetState });\n\t\tthis.props.toggleModal();\n\t};\n\n\thandleSubmit = () => {\n\t\tthis.setState({ submitting: true });\n\t\tdeleteTag(\n\t\t\tthis.props.dispatch,\n\t\t\tthis.props.tagId,\n\t\t\t() => {\n\t\t\t\tthis.setState({ success: true, submitting: false });\n\t\t\t\tsetTimeout(() => {\n\t\t\t\t\tthis.props.onDelete();\n\t\t\t\t\tthis.closeModal();\n\t\t\t\t}, 500);\n\t\t\t},\n\t\t\t() => this.setState({ error: true, submitting: false }),\n\t\t);\n\t};\n\n\trender() {\n\t\tlet buttonText = 'DELETE';\n\t\tif (this.state.submitting) buttonText = 'Deleting...';\n\t\telse if (this.state.success) buttonText = 'Deleted!';\n\n\t\treturn (\n\t\t\t<ReactModal\n\t\t\t\tclassName=\"modal add-new-content-modal\"\n\t\t\t\tisOpen={this.props.isOpen}\n\t\t\t\tonRequestClose={() => this.closeModal()}\n\t\t\t\toverlayClassName=\"modal-overlay\"\n\t\t\t\tshouldCloseOnOverlayClick={true}\n\t\t\t>\n\t\t\t\t<header>\n\t\t\t\t\t<h1>Delete Tag</h1>\n\t\t\t\t</header>\n\n\t\t\t\t<p>Are you sure you want to delete this tag?</p>\n\n\t\t\t\t<label />\n\n\t\t\t\t{this.state.error && (\n\t\t\t\t\t<div className=\"error-message\">\n\t\t\t\t\t\tOops, something went wrong. Please try again later.\n\t\t\t\t\t</div>\n\t\t\t\t)}\n\n\t\t\t\t<div className=\"buttons\">\n\t\t\t\t\t<button\n\t\t\t\t\t\tclassName=\"btn alert\"\n\t\t\t\t\t\tdisabled={this.state.submitting}\n\t\t\t\t\t\tonClick={this.handleSubmit}\n\t\t\t\t\t>\n\t\t\t\t\t\t{buttonText}\n\t\t\t\t\t</button>\n\n\t\t\t\t\t<button className=\"btn link cancel\" onClick={() => this.closeModal()}>\n\t\t\t\t\t\tCancel\n\t\t\t\t\t</button>\n\t\t\t\t</div>\n\t\t\t</ReactModal>\n\t\t);\n\t}\n}\n\nDeleteModal.defaultProps = {\n\tisOpen: false,\n};\n\nDeleteModal.propTypes = {\n\tisOpen: PropTypes.bool.isRequired,\n\ttoggleModal: PropTypes.func.isRequired,\n\ttagId: PropTypes.string,\n\tdispatch: PropTypes.func.isRequired,\n\tonDelete: PropTypes.func.isRequired,\n};\n\nexport default DeleteModal;\n"
  },
  {
    "path": "app/src/components/Tag/RenameModal.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport ReactModal from 'react-modal';\nimport { Img } from 'react-image';\n\nimport { renameTag } from '../../api/tagAPI';\nimport saveIcon from '../../images/icons/save.svg';\nimport exitIcon from '../../images/buttons/exit.svg';\n\nclass RenameModal extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\terror: false,\n\t\t\tsubmitting: false,\n\t\t\tsuccess: false,\n\t\t};\n\t}\n\n\tcloseModal = () => {\n\t\tthis.setState({ error: false, submitting: false, success: false });\n\t\tthis.props.toggleModal();\n\t};\n\n\thandleSubmit = (e) => {\n\t\te.preventDefault();\n\t\tconst name = new FormData(e.target).get('name');\n\t\tthis.setState({ submitting: true });\n\t\trenameTag(\n\t\t\tthis.props.dispatch,\n\t\t\tthis.props.tagId,\n\t\t\tname,\n\t\t\t(res) => {\n\t\t\t\tif (res.data) {\n\t\t\t\t\tthis.setState({ success: true, submitting: false });\n\t\t\t\t\tsetTimeout(() => this.closeModal(), 500);\n\t\t\t\t}\n\t\t\t},\n\t\t\t() => this.setState({ error: true, submitting: false }),\n\t\t);\n\t};\n\n\trender() {\n\t\tlet buttonText = 'SAVE';\n\t\tif (this.state.submitting) buttonText = 'Submitting...';\n\t\telse if (this.state.success) buttonText = 'Success!';\n\n\t\treturn (\n\t\t\t<ReactModal\n\t\t\t\tclassName=\"modal add-new-content-modal\"\n\t\t\t\tisOpen={this.props.isOpen}\n\t\t\t\tonRequestClose={() => this.closeModal()}\n\t\t\t\toverlayClassName=\"modal-overlay\"\n\t\t\t\tshouldCloseOnOverlayClick={true}\n\t\t\t>\n\t\t\t\t<header>\n\t\t\t\t\t<h1>Rename Tag</h1>\n\t\t\t\t\t<Img\n\t\t\t\t\t\tclassName=\"exit\"\n\t\t\t\t\t\tonClick={() => this.closeModal()}\n\t\t\t\t\t\tsrc={exitIcon}\n\t\t\t\t\t/>\n\t\t\t\t</header>\n\n\t\t\t\t<form onSubmit={this.handleSubmit}>\n\t\t\t\t\t<div className=\"input-box\">\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tautoComplete=\"false\"\n\t\t\t\t\t\t\tdefaultValue={this.props.defVal}\n\t\t\t\t\t\t\tname=\"name\"\n\t\t\t\t\t\t\tplaceholder=\"Enter new name\"\n\t\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t</div>\n\n\t\t\t\t\t{this.state.error && (\n\t\t\t\t\t\t<div className=\"error-message\">\n\t\t\t\t\t\t\tOops, something went wrong. Please try again later.\n\t\t\t\t\t\t</div>\n\t\t\t\t\t)}\n\n\t\t\t\t\t<div className=\"buttons\">\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn primary alt with-circular-icon\"\n\t\t\t\t\t\t\tdisabled={this.state.submitting}\n\t\t\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<Img src={saveIcon} />\n\t\t\t\t\t\t\t{buttonText}\n\t\t\t\t\t\t</button>\n\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tclassName=\"btn link cancel\"\n\t\t\t\t\t\t\tonClick={(e) => {\n\t\t\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\t\t\tthis.closeModal();\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\ttype=\"cancel\"\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tCancel\n\t\t\t\t\t\t</button>\n\t\t\t\t\t</div>\n\t\t\t\t</form>\n\t\t\t</ReactModal>\n\t\t);\n\t}\n}\n\nRenameModal.defaultProps = {\n\tisOpen: false,\n};\n\nRenameModal.propTypes = {\n\tisOpen: PropTypes.bool,\n\ttoggleModal: PropTypes.func.isRequired,\n\tdefVal: PropTypes.string,\n\ttagId: PropTypes.string,\n\tdispatch: PropTypes.func.isRequired,\n};\n\nexport default RenameModal;\n"
  },
  {
    "path": "app/src/components/Tag/Tag.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport Popover from 'react-popover';\nimport { Link } from 'react-router-dom';\nimport { connect } from 'react-redux';\n\nimport { newTag, addTag, removeTag } from '../../api/tagAPI';\nimport Loader from '../Loader';\n\nimport { ReactComponent as TagIcon } from '../../images/icons/tag-simple.svg';\nimport { ReactComponent as AddIcon } from '../../images/icons/add-green.svg';\nimport { ReactComponent as XIcon } from '../../images/icons/x.svg';\nimport { ReactComponent as SearchIcon } from '../../images/icons/search.svg';\n\nclass Tag extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.resetState = {\n\t\t\tmenu: false,\n\t\t\tname: '',\n\t\t\tnewTag: false,\n\t\t\terror: false,\n\t\t\tsubmittingNew: false,\n\t\t\tsubmittingAdd: '',\n\t\t\tsubmittingRemove: '',\n\t\t};\n\n\t\tthis.state = {\n\t\t\t...this.resetState,\n\t\t\tquery: '',\n\t\t};\n\t}\n\n\ttoggleMenu = () => {\n\t\tthis.setState((prevState) => ({ menu: !prevState.menu }));\n\t};\n\n\tresetStateTimeout = () => {\n\t\tsetTimeout(() => this.setState({ ...this.resetState }), 800);\n\t};\n\n\thandleNewSubmit = () => {\n\t\tif (this.state.submittingNew) return;\n\t\tif (!this.state.name) return this.setState({ error: true });\n\n\t\tthis.setState({ submittingNew: true });\n\t\tlet data = { name: this.state.name };\n\t\tdata[this.props.type] = [this.props.feedId];\n\t\tnewTag(this.props.dispatch, data, () => this.resetStateTimeout());\n\t};\n\n\thandleAdd = (tagId) => {\n\t\tif (this.state.submittingAdd) return;\n\t\tthis.setState({ submittingAdd: tagId });\n\n\t\taddTag(this.props.dispatch, tagId, this.props.feedId, this.props.type, () =>\n\t\t\tthis.resetStateTimeout(),\n\t\t);\n\t};\n\n\thandleRemove = (tagId) => {\n\t\tthis.setState({ submittingRemove: tagId });\n\n\t\tremoveTag(this.props.dispatch, tagId, this.props.feedId, this.props.type, () =>\n\t\t\tthis.resetStateTimeout(),\n\t\t);\n\t};\n\n\trender() {\n\t\tconst query = this.state.query.toLowerCase();\n\n\t\tconst tags = query\n\t\t\t? this.props.tags.filter((tag) => ~tag.name.toLowerCase().indexOf(query))\n\t\t\t: this.props.tags;\n\n\t\tconst menu = (\n\t\t\t<div className=\"popover-panel tag-popover\">\n\t\t\t\t{!!this.props.tags.length && (\n\t\t\t\t\t<div className=\"search-tag\">\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tonChange={(e) => this.setState({ query: e.target.value })}\n\t\t\t\t\t\t\tplaceholder=\"Search\"\n\t\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t\t<SearchIcon />\n\t\t\t\t\t</div>\n\t\t\t\t)}\n\n\t\t\t\t{tags.map((tag) => (\n\t\t\t\t\t<div\n\t\t\t\t\t\tclassName=\"panel-element\"\n\t\t\t\t\t\tkey={tag._id}\n\t\t\t\t\t\tonClick={() => this.handleAdd(tag._id)}\n\t\t\t\t\t>\n\t\t\t\t\t\t<span>{tag.name}</span>\n\t\t\t\t\t\t{this.state.submittingAdd === tag._id && (\n\t\t\t\t\t\t\t<Loader defaultLoader={false} radius={20} />\n\t\t\t\t\t\t)}\n\t\t\t\t\t</div>\n\t\t\t\t))}\n\n\t\t\t\t{this.state.newTag ? (\n\t\t\t\t\t<div className=\"panel-element new-tag\">\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tclassName={\n\t\t\t\t\t\t\t\tthis.state.error && !this.state.name ? 'error' : ''\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tonChange={(e) => this.setState({ name: e.target.value })}\n\t\t\t\t\t\t\tonKeyDown={(e) => e.keyCode === 13 && this.handleNewSubmit()}\n\t\t\t\t\t\t\tplaceholder=\"Name\"\n\t\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t\t{this.state.submittingNew ? (\n\t\t\t\t\t\t\t<Loader defaultLoader={false} radius={20} />\n\t\t\t\t\t\t) : (\n\t\t\t\t\t\t\t<div className=\"green\" onClick={this.handleNewSubmit}>\n\t\t\t\t\t\t\t\tSAVE\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t)}\n\t\t\t\t\t</div>\n\t\t\t\t) : (\n\t\t\t\t\t<div\n\t\t\t\t\t\tclassName=\"panel-element green\"\n\t\t\t\t\t\tonClick={() => this.setState({ newTag: true })}\n\t\t\t\t\t>\n\t\t\t\t\t\tCreate a new Tag\n\t\t\t\t\t</div>\n\t\t\t\t)}\n\t\t\t</div>\n\t\t);\n\n\t\treturn (\n\t\t\t<React.Fragment>\n\t\t\t\t<TagIcon />\n\t\t\t\t<Popover\n\t\t\t\t\tbody={menu}\n\t\t\t\t\tisOpen={this.state.menu}\n\t\t\t\t\tonOuterAction={this.toggleMenu}\n\t\t\t\t\tpreferPlace=\"below\"\n\t\t\t\t\ttipSize={0.1}\n\t\t\t\t>\n\t\t\t\t\t<AddIcon className=\"clickable\" onClick={this.toggleMenu} />\n\t\t\t\t</Popover>\n\n\t\t\t\t{this.props.currentTags.map((tag) => (\n\t\t\t\t\t<span className=\"tag-item\" key={tag._id}>\n\t\t\t\t\t\t<Link to={`/tags/${tag._id}`}>{tag.name}</Link>\n\n\t\t\t\t\t\t{this.state.submittingRemove === tag._id ? (\n\t\t\t\t\t\t\t<Loader defaultLoader={false} radius={10} />\n\t\t\t\t\t\t) : (\n\t\t\t\t\t\t\t<XIcon\n\t\t\t\t\t\t\t\tclassName=\"clickable\"\n\t\t\t\t\t\t\t\tonClick={() => this.handleRemove(tag._id)}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t)}\n\t\t\t\t\t</span>\n\t\t\t\t))}\n\t\t\t</React.Fragment>\n\t\t);\n\t}\n}\n\nTag.defaultProps = {\n\ttags: [],\n\tcurrentTags: [],\n};\n\nTag.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\tfeedId: PropTypes.string.isRequired,\n\ttype: PropTypes.string.isRequired,\n\ttags: PropTypes.array,\n\tcurrentTags: PropTypes.array,\n};\n\nconst mapStateToProps = (state, { feedId, type }) => {\n\tconst currentTags = (state.tags || []).filter((tag) =>\n\t\ttag[type].find((f) => f._id === feedId),\n\t);\n\n\tconst tags = (state.tags || []).filter(\n\t\t(tag) => !currentTags.find((f) => f._id === tag._id),\n\t);\n\n\treturn { tags, currentTags };\n};\n\nexport default connect(mapStateToProps)(Tag);\n"
  },
  {
    "path": "app/src/components/Tag/TagFeeds.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport moment from 'moment';\nimport { connect } from 'react-redux';\n\nimport ArticleListItem from '../ArticleListItem';\nimport EpisodeListItem from '../EpisodeListItem';\n\nclass TagFeeds extends React.Component {\n\trender() {\n\t\tconst order = this.props.sortBy === 'oldest' ? -1 : 1;\n\t\tconst feeds = [...this.props.tag.episode, ...this.props.tag.article]\n\t\t\t.sort(\n\t\t\t\t(a, b) =>\n\t\t\t\t\torder *\n\t\t\t\t\t(moment(b.publicationDate).valueOf() -\n\t\t\t\t\t\tmoment(a.publicationDate).valueOf()),\n\t\t\t)\n\t\t\t.map((feed) => {\n\t\t\t\tif (feed.type === 'articles')\n\t\t\t\t\tfeed.pinID = this.props.pinnedArticles[feed._id]\n\t\t\t\t\t\t? this.props.pinnedArticles[feed._id]._id\n\t\t\t\t\t\t: '';\n\t\t\t\telse\n\t\t\t\t\tfeed.pinID = this.props.pinnedEpisodes[feed._id]\n\t\t\t\t\t\t? this.props.pinnedEpisodes[feed._id]._id\n\t\t\t\t\t\t: '';\n\n\t\t\t\treturn feed;\n\t\t\t});\n\n\t\treturn (\n\t\t\t<div className=\"list content\">\n\t\t\t\t{feeds.length ? (\n\t\t\t\t\tfeeds.map((feed) =>\n\t\t\t\t\t\tfeed.type === 'articles' ? (\n\t\t\t\t\t\t\t<ArticleListItem key={feed._id} {...feed} />\n\t\t\t\t\t\t) : (\n\t\t\t\t\t\t\t<EpisodeListItem key={feed._id} {...feed} />\n\t\t\t\t\t\t),\n\t\t\t\t\t)\n\t\t\t\t) : (\n\t\t\t\t\t<div className=\"end\">\n\t\t\t\t\t\t<p>You haven&#39;t tagged any article or episode yet :(</p>\n\t\t\t\t\t</div>\n\t\t\t\t)}\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nTagFeeds.defaultProps = {\n\tsortBy: 'latest',\n};\n\nTagFeeds.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\tpinnedArticles: PropTypes.shape({}),\n\tpinnedEpisodes: PropTypes.shape({}),\n\tsortBy: PropTypes.string,\n\ttag: PropTypes.shape({\n\t\t_id: PropTypes.string,\n\t\tarticle: PropTypes.array,\n\t\tepisode: PropTypes.array,\n\t}),\n};\n\nconst mapStateToProps = (state) => ({\n\tpinnedArticles: state.pinnedArticles || {},\n\tpinnedEpisodes: state.pinnedEpisodes || {},\n});\n\nexport default connect(mapStateToProps)(TagFeeds);\n"
  },
  {
    "path": "app/src/components/Tag/TagPanel.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport { connect } from 'react-redux';\nimport { Link } from 'react-router-dom';\nimport { withRouter } from 'react-router-dom';\n\nimport Panel from '../Panel';\n\nimport { ReactComponent as TagIcon } from '../../images/icons/tag.svg';\nimport { ReactComponent as TagIconHighlight } from '../../images/icons/tag-opacity.svg';\n\nclass TagPanel extends React.Component {\n\trender() {\n\t\tconst tagID = this.props.match.params.tagID;\n\t\tconst tags = this.props.tags.filter((t) => t.article.length || t.episode.length);\n\n\t\treturn (\n\t\t\t<Panel\n\t\t\t\tclassName=\"tag-panel\"\n\t\t\t\tfragmentChild={true}\n\t\t\t\thasHighlight={!!tagID}\n\t\t\t\theaderText=\"Tags\"\n\t\t\t>\n\t\t\t\t{tags.length ? (\n\t\t\t\t\ttags.map((tag) => (\n\t\t\t\t\t\t<Link\n\t\t\t\t\t\t\tclassName={tagID === tag._id ? 'highlighted' : ''}\n\t\t\t\t\t\t\tkey={tag._id}\n\t\t\t\t\t\t\tto={`/tags/${tag._id}`}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t{tagID === tag._id ? <TagIcon /> : <TagIconHighlight />}\n\t\t\t\t\t\t\t<div>{tag.name}</div>\n\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t<i className=\"fa fa-chevron-right\" />\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</Link>\n\t\t\t\t\t))\n\t\t\t\t) : (\n\t\t\t\t\t<div className=\"no-content\">\n\t\t\t\t\t\t<TagIcon />\n\t\t\t\t\t\t<span>No Tags yet</span>\n\t\t\t\t\t</div>\n\t\t\t\t)}\n\t\t\t</Panel>\n\t\t);\n\t}\n}\n\nTagPanel.defaultProps = {\n\ttags: [],\n};\n\nTagPanel.propTypes = {\n\ttags: PropTypes.arrayOf(PropTypes.shape({})),\n\tmatch: PropTypes.shape({\n\t\tparams: PropTypes.shape({\n\t\t\ttagID: PropTypes.string,\n\t\t}),\n\t}),\n};\n\nconst mapStateToProps = (state) => ({ tags: state.tags || [] });\n\nexport default withRouter(connect(mapStateToProps)(TagPanel));\n"
  },
  {
    "path": "app/src/components/Tag/TagView.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport Popover from 'react-popover';\nimport { connect } from 'react-redux';\n\nimport TagFeeds from './TagFeeds';\nimport DeleteModal from './DeleteModal';\nimport RenameModal from './RenameModal';\nimport Loader from '../Loader';\n\nimport { ReactComponent as TagIcon } from '../../images/icons/tag-simple.svg';\nimport { ReactComponent as CircleIcon } from '../../images/icons/circle.svg';\nimport { ReactComponent as DotCircleIcon } from '../../images/icons/dot-circle.svg';\nimport { ReactComponent as SettingIcon } from '../../images/icons/settings.svg';\n\nclass TagView extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\tdeleteModal: false,\n\t\t\trenameModal: false,\n\t\t\tmenuPopover: false,\n\t\t\tsortBy: 'latest',\n\t\t};\n\t}\n\n\ttoggleMenuPopover = () => {\n\t\tthis.setState((prevState) => ({ menuPopover: !prevState.menuPopover }));\n\t};\n\n\ttoggleDeleteModal = () => {\n\t\tthis.setState((prevState) => ({\n\t\t\tdeleteModal: !prevState.deleteModal,\n\t\t\tmenuPopover: false,\n\t\t}));\n\t};\n\n\ttoggleRenameModal = () => {\n\t\tthis.setState((prevState) => ({\n\t\t\trenameModal: !prevState.renameModal,\n\t\t\tmenuPopover: false,\n\t\t}));\n\t};\n\n\tsetSortBy = (sortBy) => {\n\t\tthis.setState({ sortBy, menuPopover: false });\n\t};\n\n\tmenuPopover = () => (\n\t\t<div className=\"popover-panel feed-popover\">\n\t\t\t<div\n\t\t\t\tclassName=\"panel-element menu-item sort-button\"\n\t\t\t\tonClick={() => this.setSortBy('latest')}\n\t\t\t>\n\t\t\t\t{this.state.sortBy === 'latest' ? <DotCircleIcon /> : <CircleIcon />}\n\t\t\t\tLatest\n\t\t\t</div>\n\t\t\t<div\n\t\t\t\tclassName=\"panel-element menu-item sort-button\"\n\t\t\t\tonClick={() => this.setSortBy('oldest')}\n\t\t\t>\n\t\t\t\t{this.state.sortBy === 'oldest' ? <DotCircleIcon /> : <CircleIcon />}\n\t\t\t\tOldest\n\t\t\t</div>\n\t\t\t<div className=\"panel-element menu-item\" onClick={this.toggleRenameModal}>\n\t\t\t\tRename\n\t\t\t</div>\n\t\t\t<div\n\t\t\t\tclassName=\"panel-element menu-item alert\"\n\t\t\t\tonClick={this.toggleDeleteModal}\n\t\t\t>\n\t\t\t\tDelete\n\t\t\t</div>\n\t\t</div>\n\t);\n\n\trender() {\n\t\tif (!this.props.tag._id) return <Loader />;\n\n\t\treturn (\n\t\t\t<>\n\t\t\t\t<div className=\"list-view-header content-header\">\n\t\t\t\t\t<div className=\"alignment-box\">\n\t\t\t\t\t\t<TagIcon className=\"header-icon\" />\n\t\t\t\t\t\t<h1>{this.props.tag.name}</h1>\n\n\t\t\t\t\t\t<div className=\"right\">\n\t\t\t\t\t\t\t<Popover\n\t\t\t\t\t\t\t\tbody={this.menuPopover()}\n\t\t\t\t\t\t\t\tisOpen={this.state.menuPopover}\n\t\t\t\t\t\t\t\tonOuterAction={this.toggleMenuPopover}\n\t\t\t\t\t\t\t\tpreferPlace=\"below\"\n\t\t\t\t\t\t\t\ttipSize={0.1}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<div onClick={this.toggleMenuPopover}>\n\t\t\t\t\t\t\t\t\t<SettingIcon />\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</Popover>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t\t<RenameModal\n\t\t\t\t\tdefVal={this.props.tag.name}\n\t\t\t\t\tdispatch={this.props.dispatch}\n\t\t\t\t\tisOpen={this.state.renameModal}\n\t\t\t\t\tonDelete={() => this.props.history.replace('/folders')}\n\t\t\t\t\ttagId={this.props.tag._id}\n\t\t\t\t\ttoggleModal={this.toggleRenameModal}\n\t\t\t\t/>\n\n\t\t\t\t<DeleteModal\n\t\t\t\t\tdispatch={this.props.dispatch}\n\t\t\t\t\tisOpen={this.state.deleteModal}\n\t\t\t\t\tonDelete={() => this.props.history.replace('/folders')}\n\t\t\t\t\ttagId={this.props.tag._id}\n\t\t\t\t\ttoggleModal={this.toggleDeleteModal}\n\t\t\t\t/>\n\n\t\t\t\t<TagFeeds sortBy={this.state.sortBy} tag={this.props.tag} />\n\t\t\t</>\n\t\t);\n\t}\n}\n\nTagView.defaultProps = {\n\ttag: {},\n};\n\nTagView.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\thistory: PropTypes.shape({\n\t\treplace: PropTypes.func.isRequired,\n\t}).isRequired,\n\tmatch: PropTypes.shape({\n\t\tparams: PropTypes.shape({\n\t\t\ttagID: PropTypes.string,\n\t\t}).isRequired,\n\t}).isRequired,\n\ttag: PropTypes.shape({\n\t\t_id: PropTypes.string,\n\t\tname: PropTypes.string,\n\t\tarticle: PropTypes.array,\n\t\tepisode: PropTypes.array,\n\t}),\n};\n\nconst mapStateToProps = (state, ownProps) => ({\n\ttag:\n\t\tstate.tags && ownProps.match.params.tagID\n\t\t\t? state.tags.find((f) => f._id === ownProps.match.params.tagID)\n\t\t\t: {},\n});\n\nexport default connect(mapStateToProps)(TagView);\n"
  },
  {
    "path": "app/src/components/TimeAgo/index.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\n\nimport moment from 'moment';\nmoment.updateLocale('en', {\n\trelativeTime: {\n\t\tpast: '%s Ago',\n\t\ts: 's',\n\t\tss: '%ds',\n\t\tm: '%dmin',\n\t\tmm: '%dmin',\n\t\th: '%dh',\n\t\thh: '%dh',\n\t\td: '%dd',\n\t\tdd: '%dd',\n\t\tM: '%dm',\n\t\tMM: '%dm',\n\t\ty: '%dy',\n\t\tyy: '%dy',\n\t},\n});\n\nconst TimeAgo = (props) => {\n\tlet { timestamp, trim, ...rest } = props;\n\treturn <span {...rest}>{moment.utc(timestamp).fromNow(trim)}</span>;\n};\n\nTimeAgo.defaultProps = {\n\ttrim: false,\n};\n\nTimeAgo.propTypes = {\n\ttimestamp: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.string]),\n\ttrim: PropTypes.bool,\n};\n\nexport default TimeAgo;\n"
  },
  {
    "path": "app/src/components/UserProfileSettingsDrawer.js",
    "content": "import { Img } from 'react-image';\nimport Popover from 'react-popover';\nimport PropTypes from 'prop-types';\nimport React from 'react';\nimport { connect } from 'react-redux';\n\nimport Avatar from './Avatar';\nimport Drawer from './Drawer';\nimport fetch from '../util/fetch';\nimport { getUser } from '../api';\n\nimport closeIcon from '../images/buttons/close.svg';\nimport saveIcon from '../images/icons/save.svg';\n\nclass UserProfileSettingsDrawer extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tlet dailyNotifications = false;\n\t\tlet weeklyNotifications = false;\n\t\tlet followNotifications = false;\n\n\t\tif (props.preferences && props.preferences.notifications) {\n\t\t\tdailyNotifications = props.preferences.notifications.daily;\n\t\t\tweeklyNotifications = props.preferences.notifications.weekly;\n\t\t\tfollowNotifications = props.preferences.notifications.follows;\n\t\t}\n\n\t\tthis.state = {\n\t\t\t...props,\n\t\t\tconfirmPassword: '',\n\t\t\tcurrentTab: 'account',\n\t\t\tdeleteAccountPopoverIsOpen: false,\n\t\t\tdailyNotifications,\n\t\t\tfollowNotifications,\n\t\t\tpassword: '',\n\t\t\tweeklyNotifications,\n\t\t\texportError: false,\n\t\t};\n\t}\n\n\tcomponentDidMount() {\n\t\tgetUser(this.props.dispatch, localStorage['authedUser']);\n\t}\n\n\tcomponentDidUpdate(prevProps) {\n\t\tif (!prevProps._id && this.props._id) this.setState({ ...this.state.props });\n\t}\n\n\ttoggleDeleteAccountPopover = (e) => {\n\t\te.preventDefault();\n\n\t\tthis.setState({\n\t\t\tdeleteAccountPopoverIsOpen: !this.state.deleteAccountPopoverIsOpen,\n\t\t});\n\t};\n\n\thandleDeleteAccountConfirmationClick = (e) => {\n\t\te.preventDefault();\n\t\te.stopPropagation();\n\n\t\tfetch('DELETE', `/users/${this.props._id}`)\n\t\t\t.then(() => {\n\t\t\t\tthis.props.closeDrawer();\n\t\t\t\tlocalStorage.clear();\n\t\t\t\twindow.location.reload();\n\t\t\t})\n\t\t\t.catch((err) => {\n\t\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t\t});\n\t};\n\n\thandleAccountFormSubmit = (e) => {\n\t\te.preventDefault();\n\t\te.stopPropagation();\n\n\t\tconst {\n\t\t\tbackground,\n\t\t\temail,\n\t\t\tusername,\n\t\t\tname,\n\t\t\tbio,\n\t\t\turl,\n\t\t\ttwitter,\n\t\t\tdailyNotifications,\n\t\t\tfollowNotifications,\n\t\t\tweeklyNotifications,\n\t\t} = this.state;\n\n\t\tfetch('PUT', `/users/${this.props._id}`, {\n\t\t\tbackground,\n\t\t\tbio,\n\t\t\temail,\n\t\t\tname,\n\t\t\tpreferences: {\n\t\t\t\tnotifications: {\n\t\t\t\t\tdaily: dailyNotifications,\n\t\t\t\t\tfollows: followNotifications,\n\t\t\t\t\tweekly: weeklyNotifications,\n\t\t\t\t},\n\t\t\t},\n\t\t\ttwitter,\n\t\t\turl,\n\t\t\tusername,\n\t\t})\n\t\t\t.then(() => {\n\t\t\t\tgetUser(this.props.dispatch, localStorage['authedUser']);\n\t\t\t\tthis.props.closeDrawer();\n\t\t\t})\n\t\t\t.catch(() => this.props.closeDrawer());\n\t};\n\n\tpasswordIsValid = () => {\n\t\treturn (\n\t\t\tthis.state.password === this.state.confirmPassword &&\n\t\t\tthis.state.password.trim() !== ''\n\t\t);\n\t};\n\n\thandlePasswordFormSubmit = (e) => {\n\t\te.preventDefault();\n\n\t\tif (this.passwordIsValid()) {\n\t\t\tfetch('PUT', `/users/${this.props._id}`, {\n\t\t\t\tpassword: this.state.password,\n\t\t\t})\n\t\t\t\t.then(() => this.props.closeDrawer())\n\t\t\t\t.catch(() => this.props.closeDrawer());\n\t\t}\n\t};\n\n\tdownloadOPML = () => {\n\t\tfetch('GET', '/opml/download')\n\t\t\t.then((res) => {\n\t\t\t\tif (res.data) {\n\t\t\t\t\tconst link = document.createElement('a');\n\t\t\t\t\tconst blob = new Blob([res.data], { type: 'text/xml' });\n\t\t\t\t\tlink.href = URL.createObjectURL(blob);\n\t\t\t\t\tlink.download = 'export.xml';\n\t\t\t\t\tlink.click();\n\t\t\t\t}\n\t\t\t})\n\t\t\t.catch((err) => {\n\t\t\t\tthis.setState({ exportError: true }, () => {\n\t\t\t\t\tsetTimeout(() => this.setState({ exportError: false }), 1500);\n\t\t\t\t});\n\n\t\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t\t});\n\t};\n\n\trender() {\n\t\tconst deleteAccountPopover = (\n\t\t\t<div className=\"popover-panel delete-account-confirmation-popover\">\n\t\t\t\t<div className=\"panel-element\">\n\t\t\t\t\t<div className=\"header\">\n\t\t\t\t\t\t<h3>Delete Account</h3>\n\t\t\t\t\t\t<p className=\"message\">\n\t\t\t\t\t\t\t<strong>Warning:</strong> This cannot be undone.\n\t\t\t\t\t\t</p>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div\n\t\t\t\t\tclassName=\"panel-element menu-item\"\n\t\t\t\t\tonClick={this.handleDeleteAccountConfirmationClick}\n\t\t\t\t>\n\t\t\t\t\t<span>Yes - Delete my account</span>\n\t\t\t\t</div>\n\t\t\t\t<div\n\t\t\t\t\tclassName=\"panel-element menu-item\"\n\t\t\t\t\tonClick={this.toggleDeleteAccountPopover}\n\t\t\t\t>\n\t\t\t\t\t<span>Cancel</span>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t);\n\n\t\tconst accountTab = (\n\t\t\t<form id=\"settings-account-form\" onSubmit={this.handleAccountFormSubmit}>\n\t\t\t\t<a\n\t\t\t\t\tclassName=\"change-avatar\"\n\t\t\t\t\thref=\"https://en.gravatar.com/\"\n\t\t\t\t\trel=\"noopener noreferrer\"\n\t\t\t\t\ttarget=\"_blank\"\n\t\t\t\t>\n\t\t\t\t\t<Avatar\n\t\t\t\t\t\tgravatarURL={this.props.gravatar}\n\t\t\t\t\t\theight={50}\n\t\t\t\t\t\tuserID={this.props._id}\n\t\t\t\t\t\twidth={50}\n\t\t\t\t\t/>\n\t\t\t\t</a>\n\t\t\t\t<div className=\"form-section\">\n\t\t\t\t\t<input\n\t\t\t\t\t\tonChange={(e) => this.setState({ email: e.target.value })}\n\t\t\t\t\t\tplaceholder=\"Your Email\"\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tvalue={this.state.email}\n\t\t\t\t\t/>\n\t\t\t\t\t<input\n\t\t\t\t\t\tonChange={(e) => this.setState({ name: e.target.value })}\n\t\t\t\t\t\tplaceholder=\"Your Full Name\"\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tvalue={this.state.name}\n\t\t\t\t\t/>\n\t\t\t\t\t<input\n\t\t\t\t\t\tonChange={(e) => this.setState({ username: e.target.value })}\n\t\t\t\t\t\tplaceholder=\"Your Username\"\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tvalue={this.state.username}\n\t\t\t\t\t/>\n\t\t\t\t\t<textarea\n\t\t\t\t\t\tmaxLength=\"280\"\n\t\t\t\t\t\tonChange={(e) => this.setState({ bio: e.target.value })}\n\t\t\t\t\t\tplaceholder=\"Your Bio (280 character max)\"\n\t\t\t\t\t\tvalue={this.state.bio}\n\t\t\t\t\t/>\n\t\t\t\t</div>\n\t\t\t\t<div className=\"form-section\">\n\t\t\t\t\t<h2>Website & Social</h2>\n\t\t\t\t\t<input\n\t\t\t\t\t\tonChange={(e) => this.setState({ url: e.target.value })}\n\t\t\t\t\t\tplaceholder=\"Your Website URL\"\n\t\t\t\t\t\ttype=\"url\"\n\t\t\t\t\t\tvalue={this.state.url}\n\t\t\t\t\t/>\n\t\t\t\t\t<input\n\t\t\t\t\t\tmaxLength=\"50\"\n\t\t\t\t\t\tonChange={(e) => this.setState({ twitter: e.target.value })}\n\t\t\t\t\t\tplaceholder=\"Your Twitter Handle (e.g. @nickparsons)\"\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tvalue={this.state.twitter}\n\t\t\t\t\t/>\n\t\t\t\t</div>\n\t\t\t\t<div className=\"form-section\">\n\t\t\t\t\t<h2>Email Notifications</h2>\n\t\t\t\t\t<label className=\"checkbox\">\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tchecked={this.state.dailyNotifications}\n\t\t\t\t\t\t\tonChange={() =>\n\t\t\t\t\t\t\t\tthis.setState((prevState) => ({\n\t\t\t\t\t\t\t\t\tdailyNotifications: !prevState.dailyNotifications,\n\t\t\t\t\t\t\t\t}))\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\ttype=\"checkbox\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t\t<span>Daily Digests</span>\n\t\t\t\t\t</label>\n\t\t\t\t\t<label className=\"checkbox\">\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tchecked={this.state.weeklyNotifications}\n\t\t\t\t\t\t\tonChange={() =>\n\t\t\t\t\t\t\t\tthis.setState((prevState) => ({\n\t\t\t\t\t\t\t\t\tweeklyNotifications: !prevState.weeklyNotifications,\n\t\t\t\t\t\t\t\t}))\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\ttype=\"checkbox\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t\t<span>Weekly Digests</span>\n\t\t\t\t\t</label>\n\t\t\t\t\t<label className=\"checkbox\">\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tchecked={this.state.followNotifications}\n\t\t\t\t\t\t\tonChange={() =>\n\t\t\t\t\t\t\t\tthis.setState((prevState) => ({\n\t\t\t\t\t\t\t\t\tfollowNotifications: !prevState.followNotifications,\n\t\t\t\t\t\t\t\t}))\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\ttype=\"checkbox\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t\t<span>Follow Notifications</span>\n\t\t\t\t\t</label>\n\t\t\t\t</div>\n\t\t\t\t<footer>\n\t\t\t\t\t<div className=\"secondary\">\n\t\t\t\t\t\t<Popover\n\t\t\t\t\t\t\tbody={deleteAccountPopover}\n\t\t\t\t\t\t\tisOpen={this.state.deleteAccountPopoverIsOpen}\n\t\t\t\t\t\t\tonOuterAction={this.toggleDeleteAccountPopover}\n\t\t\t\t\t\t\tpreferPlace=\"above\"\n\t\t\t\t\t\t\ttipSize={0.1}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<button\n\t\t\t\t\t\t\t\tclassName=\"btn link cancel\"\n\t\t\t\t\t\t\t\tonClick={this.toggleDeleteAccountPopover}\n\t\t\t\t\t\t\t\ttype=\"button\"\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tDelete account\n\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t</Popover>\n\t\t\t\t\t</div>\n\t\t\t\t\t<Popover\n\t\t\t\t\t\tbody={\n\t\t\t\t\t\t\t<div className=\"popover-panel\">\n\t\t\t\t\t\t\t\t<div className=\"panel-element\">\n\t\t\t\t\t\t\t\t\tAn Error occured, Please try again.\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t}\n\t\t\t\t\t\tisOpen={this.state.exportError}\n\t\t\t\t\t\tpreferPlace=\"above\"\n\t\t\t\t\t\ttipSize={0.2}\n\t\t\t\t\t>\n\t\t\t\t\t\t<div className=\"btn primary export\" onClick={this.downloadOPML}>\n\t\t\t\t\t\t\tExport OPML\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</Popover>\n\n\t\t\t\t\t<button className=\"btn primary with-circular-icon\" type=\"submit\">\n\t\t\t\t\t\t<Img decode={false} src={saveIcon} />\n\t\t\t\t\t\t<span>Save</span>\n\t\t\t\t\t</button>\n\t\t\t\t</footer>\n\t\t\t</form>\n\t\t);\n\n\t\tconst passwordTab = (\n\t\t\t<form id=\"settings-password-form\" onSubmit={this.handlePasswordFormSubmit}>\n\t\t\t\t<div className=\"form-section\">\n\t\t\t\t\t<h2>Change Password</h2>\n\t\t\t\t\t<input\n\t\t\t\t\t\tonChange={(e) => this.setState({ password: e.target.value })}\n\t\t\t\t\t\tplaceholder=\"New Password\"\n\t\t\t\t\t\ttype=\"password\"\n\t\t\t\t\t\tvalue={this.state.password}\n\t\t\t\t\t/>\n\t\t\t\t\t<input\n\t\t\t\t\t\tonChange={(e) =>\n\t\t\t\t\t\t\tthis.setState({ confirmPassword: e.target.value })\n\t\t\t\t\t\t}\n\t\t\t\t\t\tplaceholder=\"Confirm New Password\"\n\t\t\t\t\t\ttype=\"password\"\n\t\t\t\t\t\tvalue={this.state.confirmPassword}\n\t\t\t\t\t/>\n\t\t\t\t</div>\n\t\t\t\t<footer>\n\t\t\t\t\t<button\n\t\t\t\t\t\tclassName=\"btn primary with-circular-icon\"\n\t\t\t\t\t\tdisabled={!this.passwordIsValid()}\n\t\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\t>\n\t\t\t\t\t\t<Img decode={false} src={saveIcon} />\n\t\t\t\t\t\t<span>Save</span>\n\t\t\t\t\t</button>\n\t\t\t\t</footer>\n\t\t\t</form>\n\t\t);\n\n\t\treturn (\n\t\t\t<Drawer\n\t\t\t\tclassName=\"user-settings-drawer\"\n\t\t\t\tcloseDrawer={this.props.closeDrawer}\n\t\t\t\tisOpen={this.props.isOpen}\n\t\t\t>\n\t\t\t\t<header>\n\t\t\t\t\t<h1>Settings</h1>\n\t\t\t\t\t<Img\n\t\t\t\t\t\tclassName=\"close-icon\"\n\t\t\t\t\t\tdecode={false}\n\t\t\t\t\t\tonClick={this.props.closeDrawer}\n\t\t\t\t\t\tsrc={closeIcon}\n\t\t\t\t\t/>\n\t\t\t\t</header>\n\t\t\t\t<ul className=\"tabs\">\n\t\t\t\t\t<li\n\t\t\t\t\t\tclassName={`tab ${\n\t\t\t\t\t\t\tthis.state.currentTab === 'account' ? 'active' : null\n\t\t\t\t\t\t}`}\n\t\t\t\t\t\tonClick={() => this.setState({ currentTab: 'account' })}\n\t\t\t\t\t>\n\t\t\t\t\t\tAccount\n\t\t\t\t\t</li>\n\t\t\t\t\t<li\n\t\t\t\t\t\tclassName={`tab ${\n\t\t\t\t\t\t\tthis.state.currentTab === 'password' ? 'active' : null\n\t\t\t\t\t\t}`}\n\t\t\t\t\t\tonClick={() => this.setState({ currentTab: 'password' })}\n\t\t\t\t\t>\n\t\t\t\t\t\tPassword\n\t\t\t\t\t</li>\n\t\t\t\t</ul>\n\t\t\t\t{this.state.currentTab === 'password' ? passwordTab : accountTab}\n\t\t\t</Drawer>\n\t\t);\n\t}\n}\n\nUserProfileSettingsDrawer.defaultProps = {\n\tbackground: 1,\n\tbio: '',\n\temail: '',\n\tisOpen: false,\n\tname: '',\n\ttwitter: '',\n\turl: '',\n\tusername: '',\n\tpreferences: {\n\t\tnotifications: {\n\t\t\tdaily: false,\n\t\t\tfollows: false,\n\t\t\tweekly: false,\n\t\t},\n\t},\n};\n\nUserProfileSettingsDrawer.propTypes = {\n\t_id: PropTypes.string,\n\tbio: PropTypes.string,\n\tcloseDrawer: PropTypes.func.isRequired,\n\temail: PropTypes.string,\n\tisOpen: PropTypes.bool,\n\tname: PropTypes.string,\n\tpreferences: PropTypes.shape({\n\t\tnotifications: PropTypes.shape({\n\t\t\tdaily: PropTypes.bool,\n\t\t\tfollows: PropTypes.bool,\n\t\t\tweekly: PropTypes.bool,\n\t\t}),\n\t}),\n\ttwitter: PropTypes.string,\n\turl: PropTypes.string,\n\tusername: PropTypes.string,\n\tgravatar: PropTypes.string,\n\tdispatch: PropTypes.func.isRequired,\n};\n\nconst mapStateToProps = (state) => ({ ...state.user });\n\nexport default connect(mapStateToProps)(UserProfileSettingsDrawer);\n"
  },
  {
    "path": "app/src/config.js",
    "content": "export default {\n\tenv: process.env.NODE_ENV || 'development',\n\tport: process.env.PORT || 8000,\n\talgolia: {\n\t\tindex: process.env.REACT_APP_ALGOLIA_INDEX,\n\t\tappId: process.env.REACT_APP_ALGOLIA_APP_ID,\n\t\tsearchKey: process.env.REACT_APP_ALGOLIA_SEARCH_KEY,\n\t},\n\tapi: {\n\t\turl: process.env.REACT_APP_API_ENDPOINT,\n\t},\n\tstream: {\n\t\tappID: process.env.REACT_APP_STREAM_APP_ID,\n\t\tapiKey: process.env.REACT_APP_STREAM_API_KEY,\n\t\tanalyticsKey: process.env.REACT_APP_STREAM_ANALYTICS,\n\t},\n\tsocial: {\n\t\treddit: {\n\t\t\tusername: process.env.REACT_APP_REDDIT_USERNAME,\n\t\t\tpassword: process.env.REACT_APP_REDDIT_PASSWORD,\n\t\t\tkey: process.env.REACT_APP_REDDIT_APP_ID,\n\t\t\tsecret: process.env.REACT_APP_REDDIT_APP_SECRET,\n\t\t},\n\t},\n\turl: process.env.BASE_URL,\n\tversion: process.env.REACT_APP_VERSION,\n\tsentry: process.env.REACT_APP_SENTRY_DSN,\n};\n"
  },
  {
    "path": "app/src/index.js",
    "content": "import App from './App';\nimport React from 'react';\nimport ReactDOM from 'react-dom';\nimport Raven from 'raven-js';\nimport stream from 'getstream';\nimport StreamAnalytics from 'stream-analytics';\nimport * as serviceWorker from './serviceWorker';\n\nimport config from './config';\n\nRaven.config(config.sentry, {\n\trelease: config.version,\n}).install();\n\nwindow.streamClient = stream.connect(config.stream.apiKey, null, config.stream.appID);\n\nwindow.streamAnalyticsClient = new StreamAnalytics({\n\tapiKey: config.stream.apiKey,\n\ttoken: config.stream.analyticsKey,\n});\n\nRaven.context(() => {\n\tReactDOM.render(<App />, document.getElementById('root'));\n});\n\n// If you want your app to work offline and load faster, you can change\n// unregister() to register() below. Note this comes with some pitfalls.\n// Learn more about service workers: http://bit.ly/CRA-PWA\nserviceWorker.register();\n"
  },
  {
    "path": "app/src/reducers.js",
    "content": "import moment from 'moment';\n\nexport default (previousState = {}, action) => {\n\tif (action.type === 'UPDATE_USER') {\n\t\treturn { ...previousState, user: { ...action.user } };\n\t} else if (action.type === 'BATCH_UPDATE_EPISODES') {\n\t\tlet episodes = action.episodes.reduce((result, item) => {\n\t\t\tresult[item._id] = {\n\t\t\t\t...item,\n\t\t\t\ttype: 'episode',\n\t\t\t\tfavicon: item.podcast.images ? item.podcast.images.favicon : null,\n\t\t\t};\n\t\t\treturn result;\n\t\t}, {});\n\n\t\tepisodes = { ...previousState.episodes, ...episodes };\n\n\t\tconst order = Object.values(episodes)\n\t\t\t.sort((a, b) => {\n\t\t\t\treturn (\n\t\t\t\t\tmoment(b.publicationDate).valueOf() -\n\t\t\t\t\tmoment(a.publicationDate).valueOf()\n\t\t\t\t);\n\t\t\t})\n\t\t\t.map((episode) => episode._id);\n\n\t\treturn {\n\t\t\t...previousState,\n\t\t\tepisodes,\n\t\t\tfeeds: {\n\t\t\t\t...previousState.feeds,\n\t\t\t\tepisode: order,\n\t\t\t},\n\t\t};\n\t} else if (action.type === 'BATCH_UPDATE_ARTICLES') {\n\t\tlet articles = action.articles.reduce((result, item) => {\n\t\t\tresult[item._id] = {\n\t\t\t\t...item,\n\t\t\t\ttype: 'article',\n\t\t\t\tfavicon: item.rss.images ? item.rss.images.favicon : null,\n\t\t\t};\n\t\t\treturn result;\n\t\t}, {});\n\n\t\t// TODO: Refactor\n\t\tfor (let article in articles) {\n\t\t\tif (!article.duplicateOf) continue;\n\t\t\tconst previous =\n\t\t\t\tpreviousState.articles && previousState.articles[article.duplicateOf];\n\t\t\tconst next = articles[article.duplicateOf];\n\t\t\tarticles[article._id] = next || previous || article;\n\t\t}\n\n\t\tarticles = { ...previousState.articles, ...articles };\n\n\t\tconst order = Object.values(articles)\n\t\t\t.sort((a, b) => {\n\t\t\t\treturn (\n\t\t\t\t\tmoment(b.publicationDate).valueOf() -\n\t\t\t\t\tmoment(a.publicationDate).valueOf()\n\t\t\t\t);\n\t\t\t})\n\t\t\t.map((article) => article._id);\n\n\t\treturn {\n\t\t\t...previousState,\n\t\t\tarticles,\n\t\t\tfeeds: {\n\t\t\t\t...previousState.feeds,\n\t\t\t\tarticle: order,\n\t\t\t},\n\t\t};\n\t} else if (action.type === 'UPDATE_PODCAST_SHOW') {\n\t\treturn {\n\t\t\t...previousState,\n\t\t\tpodcasts: {\n\t\t\t\t...previousState.podcasts,\n\t\t\t\t[action.podcast._id]: { ...action.podcast },\n\t\t\t},\n\t\t};\n\t} else if (action.type === 'BATCH_UPDATE_PODCASTS') {\n\t\tconst podcasts = action.podcasts.reduce((result, item) => {\n\t\t\tresult[item.podcast._id] = item.podcast;\n\t\t\treturn result;\n\t\t}, {});\n\n\t\treturn { ...previousState, podcasts };\n\t} else if (action.type === 'PLAY_EPISODE') {\n\t\tlet player = { ...action, playing: true };\n\t\tdelete player.type;\n\t\treturn { ...previousState, player };\n\t} else if (action.type === 'PAUSE_EPISODE') {\n\t\treturn {\n\t\t\t...previousState,\n\t\t\tplayer: { ...previousState.player, playing: false },\n\t\t};\n\t} else if (action.type === 'RESUME_EPISODE') {\n\t\treturn {\n\t\t\t...previousState,\n\t\t\tplayer: { ...previousState.player, playing: true },\n\t\t};\n\t} else if (action.type === 'CLEAR_PLAYER') {\n\t\tlet existingState = { ...previousState };\n\t\tdelete existingState.player;\n\t\treturn { ...existingState };\n\t} else if (action.type === 'UPDATE_RSS_FEED') {\n\t\tlet original =\n\t\t\taction.rssFeed.duplicateOf &&\n\t\t\tpreviousState.rssFeeds &&\n\t\t\tpreviousState.rssFeeds[action.rssFeed.duplicateOf];\n\t\treturn {\n\t\t\t...previousState,\n\t\t\trssFeeds: {\n\t\t\t\t...previousState.rssFeeds,\n\t\t\t\t[action.rssFeed._id]: original || action.rssFeed,\n\t\t\t},\n\t\t};\n\t} else if (action.type === 'BATCH_UPDATE_RSS_FEEDS') {\n\t\tconst rssFeeds = action.rssFeeds.reduce((result, item) => {\n\t\t\tresult[item.rss._id] = item.rss;\n\t\t\treturn result;\n\t\t}, {});\n\n\t\t// TODO: Refactor\n\t\tfor (let rssFeed in rssFeeds) {\n\t\t\tif (!rssFeed.duplicateOf) continue;\n\t\t\tconst previous =\n\t\t\t\tpreviousState.rssFeeds && previousState.rssFeeds[rssFeed.duplicateOf];\n\t\t\tconst next = rssFeeds[rssFeed.duplicateOf];\n\t\t\trssFeeds[rssFeed._id] = next || previous || rssFeed;\n\t\t}\n\n\t\treturn { ...previousState, rssFeeds };\n\t} else if (action.type === 'UPDATE_SUGGESTED_PODCASTS') {\n\t\treturn { ...previousState, suggestedPodcasts: [...action.podcasts] };\n\t} else if (action.type === 'UPDATE_SUGGESTED_RSS_FEEDS') {\n\t\treturn { ...previousState, suggestedRssFeeds: [...action.rssFeeds] };\n\t} else if (action.type === 'FOLLOW_PODCAST') {\n\t\tconst followedPodcasts = { ...previousState.followedPodcasts } || {};\n\t\tfollowedPodcasts[action.podcastID] = true;\n\n\t\treturn { ...previousState, followedPodcasts };\n\t} else if (action.type === 'BATCH_FOLLOW_PODCASTS') {\n\t\tconst followedPodcasts = action.follows.reduce((result, follow) => {\n\t\t\tresult[follow.podcast._id] = true;\n\t\t\treturn result;\n\t\t}, {});\n\n\t\treturn { ...previousState, followedPodcasts };\n\t} else if (action.type === 'BATCH_FOLLOW_RSS_FEEDS') {\n\t\tconst followedRssFeeds = action.follows.reduce((result, follow) => {\n\t\t\tresult[follow.rss._id] = true;\n\t\t\treturn result;\n\t\t}, {});\n\n\t\treturn { ...previousState, followedRssFeeds };\n\t} else if (action.type === 'UNFOLLOW_PODCAST') {\n\t\tconst followedPodcasts = { ...previousState.followedPodcasts } || {};\n\t\tfollowedPodcasts[action.podcastID] = false;\n\n\t\treturn { ...previousState, followedPodcasts };\n\t} else if (action.type === 'PIN_EPISODE') {\n\t\treturn {\n\t\t\t...previousState,\n\t\t\tpinnedEpisodes: {\n\t\t\t\t...previousState.pinnedEpisodes,\n\t\t\t\t[action.pin.episode._id]: { ...action.pin },\n\t\t\t},\n\t\t};\n\t} else if (action.type === 'BATCH_PIN_EPISODES') {\n\t\tconst pinnedEpisodes = action.pins.reduce((result, pin) => {\n\t\t\tresult[pin.episode._id] = { ...pin };\n\t\t\treturn result;\n\t\t}, {});\n\n\t\treturn { ...previousState, pinnedEpisodes };\n\t} else if (action.type === 'UNPIN_EPISODE') {\n\t\tlet allPins = { ...previousState.pinnedEpisodes };\n\t\tdelete allPins[action.episodeID];\n\n\t\treturn { ...previousState, pinnedEpisodes: allPins };\n\t} else if (action.type === 'PIN_ARTICLE') {\n\t\treturn {\n\t\t\t...previousState,\n\t\t\tpinnedArticles: {\n\t\t\t\t...previousState.pinnedArticles,\n\t\t\t\t[action.pin.article._id]: { ...action.pin },\n\t\t\t},\n\t\t};\n\t} else if (action.type === 'BATCH_PIN_ARTICLES') {\n\t\tconst pinnedArticles = action.pins.reduce((result, pin) => {\n\t\t\tresult[pin.article._id] = { ...pin };\n\t\t\treturn result;\n\t\t}, {});\n\n\t\treturn { ...previousState, pinnedArticles };\n\t} else if (action.type === 'UNPIN_ARTICLE') {\n\t\tlet allPins = { ...previousState.pinnedArticles };\n\t\tdelete allPins[action.articleID];\n\n\t\treturn { ...previousState, pinnedArticles: allPins };\n\t} else if (action.type === 'FOLLOW_RSS_FEED') {\n\t\tconst followedRssFeeds = { ...previousState.followedRssFeeds } || {};\n\t\tfollowedRssFeeds[action.rssFeedID] = true;\n\n\t\treturn { ...previousState, followedRssFeeds };\n\t} else if (action.type === 'UNFOLLOW_RSS_FEED') {\n\t\tconst followedRssFeeds = { ...previousState.followedRssFeeds } || {};\n\t\tfollowedRssFeeds[action.rssFeedID] = false;\n\n\t\treturn { ...previousState, followedRssFeeds };\n\t} else if (action.type === 'UPDATE_FEATURED_ITEMS') {\n\t\treturn { ...previousState, featuredItems: [...action.featuredItems] };\n\t} else if (action.type === 'BATCH_UPDATE_ALIASES') {\n\t\treturn { ...previousState, aliases: { ...action.aliases } };\n\t} else if (action.type === 'BATCH_UPDATE_FOLDERS') {\n\t\tconst foldersFeed = action.data.reduce((acc, folder) => {\n\t\t\tfolder.rss.map((r) => (acc[r._id] = folder._id));\n\t\t\tfolder.podcast.map((p) => (acc[p._id] = folder._id));\n\t\t\treturn acc;\n\t\t}, {});\n\n\t\treturn { ...previousState, foldersFeed, folders: [...action.data] };\n\t} else if (action.type === 'BATCH_UPDATE_TAGS') {\n\t\tconst tagsFeed = (action.data || []).reduce((acc, tag) => {\n\t\t\tacc.push(...tag.episode.map((e) => e._id), ...tag.article.map((a) => a._id));\n\t\t\treturn acc;\n\t\t}, []);\n\n\t\treturn { ...previousState, tagsFeed, tags: [...action.data] };\n\t} else if (action.type === 'BATCH_UPDATE_NOTES') {\n\t\tconst notes = action.data.reduce((acc, note) => {\n\t\t\tconst id = note.article ? note.article._id : note.episode._id;\n\t\t\tif (!acc[id]) acc[id] = [];\n\t\t\tacc[id].push(note);\n\t\t\treturn acc;\n\t\t}, {});\n\n\t\tconst notesOrder = generateNotesOrder(action.data, true);\n\n\t\treturn { ...previousState, notes, notesOrder };\n\t} else if (action.type === 'NEW_NOTE') {\n\t\tlet notes = { ...previousState.notes };\n\n\t\tconst note = action.data;\n\t\tconst id = note.article ? note.article._id : note.episode._id;\n\n\t\tif (!notes[id]) notes[id] = [];\n\t\tif (note.mergedNotes && note.mergedNotes.length)\n\t\t\tnotes[id] = notes[id].filter((n) => !note.mergedNotes.includes(n._id));\n\n\t\tnotes[id].push(note);\n\n\t\tconst notesOrder = generateNotesOrder(notes);\n\n\t\treturn { ...previousState, notes, notesOrder };\n\t} else if (action.type === 'UPDATE_NOTE') {\n\t\tlet notes = { ...previousState.notes };\n\n\t\tconst note = action.data;\n\t\tconst id = note.article ? note.article._id : note.episode._id;\n\n\t\tnotes[id] = notes[id].map((n) => {\n\t\t\tif (n._id !== note._id) return n;\n\t\t\treturn note;\n\t\t});\n\n\t\tconst notesOrder = generateNotesOrder(notes);\n\n\t\treturn { ...previousState, notes, notesOrder };\n\t} else if (action.type === 'DELETE_NOTE') {\n\t\tlet notes = { ...previousState.notes };\n\n\t\tnotes[action.feedId] = notes[action.feedId].filter(\n\t\t\t(n) => n._id !== action.noteId,\n\t\t);\n\n\t\tconst notesOrder = generateNotesOrder(notes);\n\n\t\treturn { ...previousState, notes, notesOrder };\n\t} else return previousState;\n};\n\nfunction generateNotesOrder(notes, sorted = false) {\n\t// Flattening notes //\n\tconst notesSorted = sorted\n\t\t? [...notes]\n\t\t: Object.values(notes)\n\t\t\t\t.reduce((acc, n) => acc.concat(n), [])\n\t\t\t\t.sort(\n\t\t\t\t\t(a, b) =>\n\t\t\t\t\t\tmoment(b.updatedAt).valueOf() - moment(a.updatedAt).valueOf(),\n\t\t\t\t);\n\n\treturn notesSorted\n\t\t.map((n) => (n.article ? n.article._id : n.episode._id))\n\t\t.filter((value, index, self) => self.indexOf(value) === index);\n}\n"
  },
  {
    "path": "app/src/serviceWorker.js",
    "content": "// This optional code is used to register a service worker.\n// register() is not called by default.\n\n// This lets the app load faster on subsequent visits in production, and gives\n// it offline capabilities. However, it also means that developers (and users)\n// will only see deployed updates on subsequent visits to a page, after all the\n// existing tabs open on the page have been closed, since previously cached\n// resources are updated in the background.\n\n// To learn more about the benefits of this model and instructions on how to\n// opt-in, read https://bit.ly/CRA-PWA\n\nconst isLocalhost = Boolean(\n\twindow.location.hostname === 'localhost' ||\n\t\t// [::1] is the IPv6 localhost address.\n\t\twindow.location.hostname === '[::1]' ||\n\t\t// 127.0.0.0/8 are considered localhost for IPv4.\n\t\twindow.location.hostname.match(\n\t\t\t/^127(?:\\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}$/,\n\t\t),\n);\n\nexport function register(config) {\n\tif (process.env.NODE_ENV === 'production' && 'serviceWorker' in navigator) {\n\t\t// The URL constructor is available in all browsers that support SW.\n\t\tconst publicUrl = new URL(process.env.PUBLIC_URL, window.location.href);\n\t\tif (publicUrl.origin !== window.location.origin) {\n\t\t\t// Our service worker won't work if PUBLIC_URL is on a different origin\n\t\t\t// from what our page is served on. This might happen if a CDN is used to\n\t\t\t// serve assets; see https://github.com/facebook/create-react-app/issues/2374\n\t\t\treturn;\n\t\t}\n\n\t\twindow.addEventListener('load', () => {\n\t\t\tconst swUrl = `${process.env.PUBLIC_URL}/service-worker.js`;\n\n\t\t\tif (isLocalhost) {\n\t\t\t\t// This is running on localhost. Let's check if a service worker still exists or not.\n\t\t\t\tcheckValidServiceWorker(swUrl, config);\n\n\t\t\t\t// Add some additional logging to localhost, pointing developers to the\n\t\t\t\t// service worker/PWA documentation.\n\t\t\t\tnavigator.serviceWorker.ready.then(() => {\n\t\t\t\t\tconsole.log(\n\t\t\t\t\t\t'This web app is being served cache-first by a service ' +\n\t\t\t\t\t\t\t'worker. To learn more, visit https://bit.ly/CRA-PWA',\n\t\t\t\t\t);\n\t\t\t\t});\n\t\t\t} else {\n\t\t\t\t// Is not localhost. Just register service worker\n\t\t\t\tregisterValidSW(swUrl, config);\n\t\t\t}\n\t\t});\n\t}\n}\n\nfunction registerValidSW(swUrl, config) {\n\tnavigator.serviceWorker\n\t\t.register(swUrl)\n\t\t.then((registration) => {\n\t\t\tregistration.onupdatefound = () => {\n\t\t\t\tconst installingWorker = registration.installing;\n\t\t\t\tif (installingWorker == null) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tinstallingWorker.onstatechange = () => {\n\t\t\t\t\tif (installingWorker.state === 'installed') {\n\t\t\t\t\t\tif (navigator.serviceWorker.controller) {\n\t\t\t\t\t\t\t// At this point, the updated precached content has been fetched,\n\t\t\t\t\t\t\t// but the previous service worker will still serve the older\n\t\t\t\t\t\t\t// content until all client tabs are closed.\n\t\t\t\t\t\t\tconsole.log(\n\t\t\t\t\t\t\t\t'New content is available and will be used when all ' +\n\t\t\t\t\t\t\t\t\t'tabs for this page are closed. See https://bit.ly/CRA-PWA.',\n\t\t\t\t\t\t\t);\n\n\t\t\t\t\t\t\t// Execute callback\n\t\t\t\t\t\t\tif (config && config.onUpdate) {\n\t\t\t\t\t\t\t\tconfig.onUpdate(registration);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t// At this point, everything has been precached.\n\t\t\t\t\t\t\t// It's the perfect time to display a\n\t\t\t\t\t\t\t// \"Content is cached for offline use.\" message.\n\t\t\t\t\t\t\tconsole.log('Content is cached for offline use.');\n\n\t\t\t\t\t\t\t// Execute callback\n\t\t\t\t\t\t\tif (config && config.onSuccess) {\n\t\t\t\t\t\t\t\tconfig.onSuccess(registration);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t};\n\t\t\t};\n\t\t})\n\t\t.catch((error) => {\n\t\t\tconsole.error('Error during service worker registration:', error);\n\t\t});\n}\n\nfunction checkValidServiceWorker(swUrl, config) {\n\t// Check if the service worker can be found. If it can't reload the page.\n\tfetch(swUrl, {\n\t\theaders: { 'Service-Worker': 'script' },\n\t})\n\t\t.then((response) => {\n\t\t\t// Ensure service worker exists, and that we really are getting a JS file.\n\t\t\tconst contentType = response.headers.get('content-type');\n\t\t\tif (\n\t\t\t\tresponse.status === 404 ||\n\t\t\t\t(contentType != null && contentType.indexOf('javascript') === -1)\n\t\t\t) {\n\t\t\t\t// No service worker found. Probably a different app. Reload the page.\n\t\t\t\tnavigator.serviceWorker.ready.then((registration) => {\n\t\t\t\t\tregistration.unregister().then(() => {\n\t\t\t\t\t\twindow.location.reload();\n\t\t\t\t\t});\n\t\t\t\t});\n\t\t\t} else {\n\t\t\t\t// Service worker found. Proceed as normal.\n\t\t\t\tregisterValidSW(swUrl, config);\n\t\t\t}\n\t\t})\n\t\t.catch(() => {\n\t\t\tconsole.log('No internet connection found. App is running in offline mode.');\n\t\t});\n}\n\nexport function unregister() {\n\tif ('serviceWorker' in navigator) {\n\t\tnavigator.serviceWorker.ready\n\t\t\t.then((registration) => {\n\t\t\t\tregistration.unregister();\n\t\t\t})\n\t\t\t.catch((error) => {\n\t\t\t\tconsole.error(error.message);\n\t\t\t});\n\t}\n}\n"
  },
  {
    "path": "app/src/static-data/onboarding-topics.js",
    "content": "module.exports = [\n\t{\n\t\timage: require('../images/cards/uiux.jpg'),\n\t\tname: 'UI/UX',\n\t\tsubtitle: 'Design',\n\t},\n\t{\n\t\timage: require('../images/cards/vc.jpg'),\n\t\tname: 'Startups & VC',\n\t\tsubtitle: 'Entrepreneur',\n\t},\n\t{\n\t\timage: require('../images/cards/programming.jpg'),\n\t\tname: 'Programming',\n\t\tsubtitle: 'Engineering',\n\t},\n\t{\n\t\timage: require('../images/cards/gaming.jpg'),\n\t\tname: 'Gaming',\n\t\tsubtitle: 'Entertainment',\n\t},\n\t{\n\t\timage: require('../images/cards/machinelearning.jpg'),\n\t\tname: 'Machine Learning & AI',\n\t\tsubtitle: 'Technology',\n\t},\n\t{\n\t\timage: require('../images/cards/news.jpg'),\n\t\tname: 'News',\n\t\tsubtitle: 'World',\n\t},\n\t{\n\t\timage: require('../images/cards/vr.jpg'),\n\t\tname: 'VR',\n\t\tsubtitle: 'Technology',\n\t},\n\t{\n\t\timage: require('../images/cards/lifehacks.jpg'),\n\t\tname: 'Lifehacks',\n\t\tsubtitle: 'Culture',\n\t},\n\t{\n\t\timage: require('../images/cards/marketing.jpg'),\n\t\tname: 'Marketing',\n\t\tsubtitle: 'Growth',\n\t},\n];\n"
  },
  {
    "path": "app/src/styles/base/_colors.scss",
    "content": "$medium-sea-green: #44bc75;\n$shamrock-green: #08a270;\n$ocean-green: #4da97f;\n$mountain-meadow: #20c691;\n\n$bleu-de-france: #4592ff;\n$majorelle-blue: #5c52e5;\n$fulvous: #e88100;\n$mandy: #e55262;\n\n$snow: #fff;\n$snowcap: #eee;\n$white-smoke: #f6f6f6;\n\n$dove-gray: #6e6e6e;\n$silver-chalice: #acacac;\n$silver-sand: #babbbb;\n$mystic: #e4e7eb;\n$magnesium: #b2b2b2;\n$dim-gray: #747474;\n$storm-dust: #626262;\n$jumbo: #858585;\n$ruko-gray: #545454;\n$gloomy-george: #f7f7f7;\n$batman: #000;\n$fever-five: #7d7d7d;\n$white-smoke : #f5f5f5;\n\n$foreground-white: #fff;\n$foreground-lightgray: #eee;\n$foreground-mediumgray: #ccc;\n$foreground-darkgray: #aaa;\n$foreground-reallydarkgray: #747474;\n$foreground-black: #000;\n$foreground-green: #44bc75;\n$foreground-blue: #4592ff;\n$foreground-purple: #5c52e5;\n$foreground-orange: #e88100;\n$foreground-red: #e55262;\n\n$background-green: #44bc75;\n$background-darkgreen: #439995;\n$background-darkgray: #aaa;\n$background-gray: #f7f7f7;\n$background-lightishgray: #efefef;\n$background-lightgray: #ddd;\n$background-white: #fff;\n$background-black: #000;\n$background-red: #d0021b;\n\n$highlight-color: rgba(62, 192, 116, 0.3);\n"
  },
  {
    "path": "app/src/styles/base/_normalize.scss",
    "content": "* {\n\tbox-sizing: border-box;\n}\n\nbody {\n\tfont-family: sans-serif;\n\tmargin: 0;\n\tpadding: 0;\n}\n\ntextarea {\n\tborder: none;\n\tfont-family: $primary;\n}\n\n.app {\n\theight: 100vh;\n}\n\ndiv[tabindex=\"-1\"]:focus {\n\toutline: 0;\n}\n\ncode,\npre,\nxmp,\nplaintext,\nlisting {\n\twhite-space: normal;\n}\n"
  },
  {
    "path": "app/src/styles/base/_typography.scss",
    "content": "$primary: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu,\n\tCantarell, 'Helvetica Neue', sans-serif;\n\n$bold: 600 !important;\n"
  },
  {
    "path": "app/src/styles/base/_vars.scss",
    "content": "$border-radius: 8px;\n$box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), 0 2px 7px 0 rgba(0, 0, 0, 0.05);\n$mega-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), 0 2px 15px 0 rgba(0, 0, 0, 0.5);\n$gutters: 40px;\n$header-height: 60px;\n$player-height: $header-height;\n$label-letter-spacing: 0.1em;\n$button-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);\n"
  },
  {
    "path": "app/src/styles/components/_click-catcher.scss",
    "content": ".click-catcher {\n\tbottom: 0;\n\theight: 100%;\n\tleft: 0;\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\twidth: 100%;\n}\n"
  },
  {
    "path": "app/src/styles/components/_columns.scss",
    "content": ".two-columns,\n.three-columns {\n\tdisplay: flex;\n\theight: 100%;\n\tjustify-content: center;\n\tpadding: 0 ($gutters / 2);\n\tposition: relative;\n}\n\n.column-header {\n\talign-items: center;\n\tcolor: $foreground-black;\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: space-between;\n\tmargin-bottom: 1em;\n\tpadding: 1em;\n\ttext-decoration: none;\n\n\th1 {\n\t\tmargin: 0;\n\t}\n\n\ta {\n\t\tcolor: inherit;\n\t\ttext-decoration: inherit;\n\t}\n\n\timg {\n\t\theight: 8px;\n\t\twidth: 5px;\n\t}\n\n\t.drilldown {\n\t\talign-items: baseline;\n\t\tdisplay: flex;\n\n\t\t> *:not(:last-child) {\n\t\t\tmargin-right: 1em;\n\t\t}\n\t}\n\n\t.heading-with-button {\n\t\talign-items: baseline;\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\n\t\t.plus-button {\n\t\t\tbackground-color: $background-green;\n\t\t\tborder: 2px solid $background-green;\n\t\t\tborder-radius: 10000px;\n\t\t\tcursor: pointer;\n\t\t\theight: 2em;\n\t\t\tpadding: 0;\n\t\t\twidth: 2em;\n\t\t}\n\t}\n}\n\na.column-header:hover,\n.column-header:hover {\n\tbackground-color: $background-lightishgray;\n\tborder-radius: $border-radius;\n\tcursor: pointer;\n\ttransition: all 0.22s ease-in-out;\n}\n\n.header-center {\n\tjustify-content: center;\n\tmargin: 0;\n}\n\n.column {\n\tborder-image: linear-gradient(to top, #ebebeb, #f7f7f7) 1 100%;\n\tborder-right-style: solid;\n\tborder-right-width: 5px;\n\toverflow-y: scroll;\n\tpadding-left: 20px;\n\tpadding-right: 20px;\n\twidth: 33.33333%;\n\n\t&::-webkit-scrollbar {\n\t\tdisplay: none;\n\t}\n\n\t&:first-child {\n\t\tpadding-left: 0;\n\t}\n\n\t&:last-child {\n\t\tborder-right: none;\n\t\tpadding-right: 0;\n\t}\n\n\th1,\n\th2 {\n\t\tcolor: $foreground-black;\n\t\tfont-size: 1.25em;\n\t\tmargin: 0;\n\t}\n\n\t.sub-link {\n\t\tcolor: $foreground-green;\n\t\tdisplay: block;\n\t\tmargin-bottom: 0.5em;\n\t\ttext-decoration: none;\n\t}\n\n\th2,\n\th3,\n\th4,\n\th5,\n\th6 {\n\t\tflex: 1;\n\t\tfont-weight: 400;\n\t\ttext-decoration: none;\n\t}\n\n\th1 {\n\t\tfont-size: 25px;\n\t\tfont-weight: $bold;\n\t\tletter-spacing: 0.04em;\n\t\tmargin-bottom: 30px;\n\t\ttext-decoration: none;\n\t}\n\n\th2 {\n\t\tfont-weight: $bold;\n\t\tmargin-bottom: 0.5em;\n\t}\n\n\t.section-heading {\n\t\tdisplay: flex;\n\t\tflex-direction: row;\n\t\tjustify-content: space-between;\n\t\tmargin-bottom: 1em;\n\t}\n\n\t.column-content {\n\t\theight: 100%;\n\t\toverflow-y: scroll;\n\n\t\t&::-webkit-scrollbar {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n}\n\n.two-columns {\n\t> .column:last-child {\n\t\twidth: 66.66666%;\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/components/_comment-input-box.scss",
    "content": ".comment-input-box {\n\tdisplay: flex;\n\tpadding: 1em;\n\n\t.avatar {\n\t\timg {\n\t\t\tborder-radius: 10000px;\n\t\t\tmargin-right: 1em;\n\t\t}\n\t}\n\n\tform.text-box {\n\t\tposition: relative;\n\t\twidth: 100%;\n\n\t\ttextarea {\n\t\t\tbackground-color: $background-lightgray;\n\t\t\tborder: none;\n\t\t\tborder-radius: $border-radius;\n\t\t\tpadding: 1em;\n\t\t\tresize: vertical;\n\t\t\twidth: 100%;\n\t\t}\n\n\t\tbutton[type=\"submit\"] {\n\t\t\tbottom: 2em;\n\t\t\tposition: absolute;\n\t\t\tright: 1em;\n\t\t\tz-index: 10000;\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/components/_comment-section.scss",
    "content": ".comment-section {\n\tmargin-top: 2em;\n\n\t.comment-list {\n\t\t.comment {\n\t\t\tborder-bottom: 1px solid $background-lightgray;\n\t\t\tdisplay: grid;\n\t\t\tgrid-template-areas:\n\t\t\t\t'user-avatar name'\n\t\t\t\t'user-avatar text'\n\t\t\t\t'user-avatar elements';\n\t\t\tjustify-content: start;\n\t\t\tpadding: 1em;\n\n\t\t\t&:last-child {\n\t\t\t\tborder-bottom: none;\n\t\t\t}\n\t\t}\n\n\t\t.user-avatar {\n\t\t\tgrid-area: user-avatar;\n\n\t\t\timg {\n\t\t\t\tborder-radius: 10000px;\n\t\t\t\tmargin-right: 1em;\n\t\t\t}\n\t\t}\n\n\t\t.name {\n\t\t\tgrid-area: name;\n\t\t}\n\n\t\t.text {\n\t\t\tgrid-area: text;\n\t\t}\n\n\t\t.elements {\n\t\t\tcolor: $foreground-reallydarkgray;\n\t\t\tcursor: pointer;\n\t\t\tdisplay: inline-block;\n\t\t\tgrid-area: elements;\n\t\t\tjustify-self: start;\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/components/_content.scss",
    "content": ".feed-content-wrapper {\n\tbackground-color: #FFFFFF;\n\tborder-radius: 6px;\n\tbox-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);\n\tmargin-bottom: 1em;\n}\n\n.feed-content {\n\t-webkit-app-region: no-drag;\n\tmargin: auto;\n\tmax-width: 100%;\n\tposition: relative;\n\n\t#feed-content {\n\t\tpadding: 0 60px 100px;\n\t}\n\n\th1 {\n\t\tfont-size: 30px;\n\t}\n\n\tp {\n\t\tfont-size: 15px;\n\t\tfont-weight: normal;\n\t\tline-height: 26px;\n\t}\n\n\ta {\n\t\tcolor: $foreground-green;\n\t\ttext-decoration: none;\n\n\t\t&:hover {\n\t\t\ttext-decoration: underline;\n\t\t}\n\t}\n\n\timg {\n\t\tmax-width: 100%;\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/components/_episode-info-popover.scss",
    "content": ".Popover {\n\tz-index: 100000;\n}\n\n.episode-info-popover {\n\tbackground-color: $background-black;\n\tborder-radius: $border-radius;\n\tbox-shadow: $box-shadow;\n\tcolor: $foreground-lightgray;\n\tdisplay: flex;\n\tflex-direction: column;\n\tmax-width: 25em;\n\n\t> * {\n\t\tborder-bottom: 1px solid $foreground-reallydarkgray;\n\t\tpadding: 1em 1em 1.5em;\n\n\t\t&:last-child {\n\t\t\tborder: none;\n\t\t}\n\t}\n\n\t.media-card {\n\t\tmargin: 0.5em;\n\t}\n\n\t.action-bar {\n\t\tcolor: $foreground-mediumgray;\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\n\t\t.hearts {\n\t\t\timg {\n\t\t\t\tmargin-right: 0.5em;\n\t\t\t}\n\t\t}\n\n\t\t.playlist-button {\n\t\t\tcursor: pointer;\n\t\t}\n\t}\n\n\t.podcast {\n\t\talign-items: center;\n\t\tcolor: inherit;\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\t\ttext-decoration: inherit;\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/components/_feed-header.scss",
    "content": ".feed-header {\n\tdisplay: grid;\n\tflex-grow: 1;\n    grid-column-gap: 10px;\n\tgrid-template-areas:\n\t\t'photo title'\n\t\t'date item-info';\n\tgrid-template-columns: 80px auto;\n\tpadding-bottom: 16px;\n\n\t.photo {\n\t\tgrid-area: photo;\n\t\tmargin: auto;\n\t\tpadding-bottom: 10px;\n\t\tpadding-top: 16px;\n\t\tposition: relative;\n\t\tuser-select: none;\n\t}\n\n\t.title {\n\t\tgrid-area: title;\n\t\tmargin: 16px 0 0;\n\t\tuser-select: text;\n\t}\n\n\t.date {\n\t\tgrid-area: date;\n\t\tmargin: 0 auto;\n\t\tuser-select: none;\n\t}\n\n\t.item-info {\n\t\tgrid-area: item-info;\n\t\tmargin: 0;\n\t}\n\n\t.left {\n\t\tcursor: pointer;\n\t\tmargin-right: 20px;\n\t\tposition: relative;\n\t}\n\n\timg,\n\t.placeholder {\n\t\tbackground: $white-smoke;\n\t\tbackground-position: 50%;\n\t\tbackground-size: cover;\n\t\tborder-radius: 5px;\n\t\t-webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), 0 2px 7px 0 rgba(0, 0, 0, 0.05);\n\t\tbox-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), 0 2px 7px 0 rgba(0, 0, 0, 0.05);\n\t\theight: 50px;\n\t\tobject-fit: cover;\n\t\twidth: 50px;\n\t}\n\n\t.play-icon {\n\t\talign-items: center;\n\t\tdisplay: flex;\n\t\tjustify-content: center;\n\t\tleft: 0;\n\t\tmargin-top: 28px;\n\t\tposition: absolute;\n\t\tright: 0;\n\t\ttop: 0;\n\n\t\t.icon-container {\n\t\t\talign-items: center;\n\t\t\tbackground-color: $background-black;\n\t\t\tborder-radius: 10000px;\n\t\t\tdisplay: flex;\n\t\t\theight: 2.2em;\n\t\t\tjustify-content: center;\n\t\t\twidth: 2.2em;\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/components/_feed-list-item.scss",
    "content": ".feed-list-item {\n\tcolor: inherit;\n\tcursor: pointer;\n\tdisplay: flex;\n\tmargin-bottom: 2em;\n\ttext-decoration: inherit;\n\n\t.recent-indicator {\n\t\tbackground-color: $foreground-green;\n\t\tborder-radius: 10000px;\n\t\theight: 8px;\n\t\tleft: 83px;\n\t\tposition: absolute;\n\t\ttop: 6px;\n\t\twidth: 8px;\n\t}\n\n\t.left {\n\t\tmargin-right: 2em;\n\t\tposition: relative;\n\n\t\timg,\n\t\t.placeholder {\n\t\t\tbackground-color: $white-smoke;\n\t\t\tbackground-position: center;\n\t\t\tbackground-size: cover;\n\t\t\tborder-radius: $border-radius;\n\t\t\tbox-shadow: $box-shadow;\n\t\t\theight: 100px;\n\t\t\tobject-fit: cover;\n\t\t\twidth: 100px;\n\t\t}\n\n\t\t.play-icon,\n\t\t.pause-icon {\n\t\t\talign-items: center;\n\t\t\tdisplay: flex;\n\t\t\theight: 100px;\n\t\t\tjustify-content: center;\n\t\t\tleft: 0;\n\t\t\tposition: absolute;\n\t\t\tright: 0;\n\t\t\ttop: 0;\n\n\t\t\t.icon-container {\n\t\t\t\talign-items: center;\n\t\t\t\tbackground-color: $background-black;\n\t\t\t\tborder-radius: 10000px;\n\t\t\t\tdisplay: flex;\n\t\t\t\theight: 3em;\n\t\t\t\tjustify-content: center;\n\t\t\t\twidth: 3em;\n\t\t\t}\n\t\t}\n\n\t\t.play-icon {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n\n\t.right {\n\t\tborder-bottom: 1px solid $foreground-lightgray;\n\t\tmax-width: 90%;\n\t\tpadding-bottom: 2.5em;\n\n\t\t@media only screen and (max-width: 1400px) {\n\t\t\twidth: 80%;\n\t\t}\n\n\t\t@media only screen and (max-width: 970px) {\n\t\t\twidth: 70%;\n\t\t}\n\n\t\th2 {\n\t\t\tfont-weight: 600; // TODO: asdfasdfasdf @kenhoff\n\t\t\tmargin-bottom: 0;\n\t\t\tmargin-top: 0;\n\t\t\toverflow: hidden;\n\t\t\ttext-overflow: ellipsis;\n\t\t\twhite-space: nowrap;\n\t\t\twidth: 100%;\n\t\t}\n\n\t\t.item-action {\n\t\t\talign-items: center;\n\t\t\tdisplay: flex;\n\t\t\tdisplay: none;\n\n\t\t\tspan {\n\t\t\t\tmargin-right: 1.5em;\n\n\t\t\t\tsvg {\n\t\t\t\t\ttransform: translateY(2px);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.item-action,\n\t\t.item-info {\n\t\t\theight: 50px;\n\t\t\tmargin: 0;\n\t\t\toverflow: hidden;\n\t\t}\n\n\t\t.info {\n\t\t\talign-items: center;\n\t\t\tcolor: $foreground-darkgray;\n\t\t\tdisplay: flex;\n\t\t\tfont-family: $primary;\n\t\t\tfont-size: 11px;\n\t\t\tfont-weight: bold;\n\t\t\tletter-spacing: 0.1em;\n\t\t\tmargin-bottom: 0.5em;\n\t\t\ttext-transform: uppercase;\n\n\t\t\t.date {\n\t\t\t\tfont-size: 11px;\n\t\t\t}\n\n\t\t\t> * {\n\t\t\t\tmargin-right: 1em;\n\t\t\t}\n\t\t}\n\t}\n\n\t&:hover {\n\t\t.left {\n\t\t\t.play-icon {\n\t\t\t\tdisplay: flex;\n\t\t\t}\n\t\t}\n\n\t\t.right {\n\t\t\t.item-action {\n\t\t\t\tdisplay: flex;\n\t\t\t}\n\n\t\t\t.item-info {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/components/_follow-popover.scss",
    "content": ".follow-popover {\n\tbackground-color: $background-gray;\n\tborder-radius: $border-radius;\n\tbox-shadow: $box-shadow;\n\tpadding: 1em;\n}\n"
  },
  {
    "path": "app/src/styles/components/_github.scss",
    "content": ".gh-button {\n\tdisplay: inline-block;\n\tbackground: none;\n\tborder: none;\n\tfont-family: Helvetica, Arial, sans-serif;\n\tcolor: #333;\n}\n\n.gh-button__title,\n.gh-button__stat {\n\tfloat: left;\n\tfont-size: 15px;\n\tfont-weight: bold;\n\tline-height: 20px;\n\tpadding: 5px 10px;\n\tborder: 1px solid #d5d5d5;\n}\n\n.gh-button__icon {\n\theight: 20px;\n\twidth: 0px;\n\tfill: #333;\n\tvertical-align: bottom;\n}\n\n.gh-button__title {\n\tbackground-color: #eee;\n\tbackground-image: linear-gradient(#fcfcfc, #eee);\n\tborder-radius: 4px 0 0 4px;\n}\n\n.gh-button__icon--github-logo {\n\tmargin-right: 0.2em;\n}\n\n.gh-button__stat {\n\tborder-left: 0;\n\tborder-radius: 0 4px 4px 0;\n\tbackground: white;\n}\n\n.gh-button:hover {\n}\n\n.gh-button:hover .gh-button__title {\n\tbackground-color: #ddd;\n\tbackground-image: linear-gradient(#eee, #ddd);\n}\n\n.gh-button:hover .gh-button__stat {\n\tcolor: #4078c0;\n}\n\n.gh-button:hover .gh-button__icon--star {\n\tfill: #4078c0;\n}\n"
  },
  {
    "path": "app/src/styles/components/_hero-card.scss",
    "content": "$border-width: 3px;\n\n.hero-card {\n\talign-items: flex-start;\n\tbackground-origin: border-box;\n\tbackground-position: center;\n\tbackground-size: cover;\n\tborder-color: transparent;\n\tborder-radius: $border-radius;\n\tborder-style: solid;\n\tborder-width: $border-width;\n\tbox-shadow: $box-shadow;\n\tcolor: $foreground-white;\n\tdisplay: flex;\n\tflex-direction: column-reverse;\n\tfont-family: $primary;\n\theight: 178px;\n\tobject-fit: cover;\n\tpadding: 2em;\n\tposition: relative;\n\ttext-align: left;\n\n\th1 {\n\t\tcolor: $foreground-white;\n\t\tfont-size: 22px;\n\t\tfont-weight: 600;\n\t\tmargin: 0;\n\t}\n\n\t.info {\n\t\tletter-spacing: 0.04em;\n\t\ttext-transform: uppercase;\n\t}\n\n\t.logo {\n\t\tbackground: url(/images/logos/partial-white.svg) center no-repeat;\n\t\tdisplay: block;\n\t\theight: 25px;\n\t\tleft: 20px;\n\t\topacity: 0.5;\n\t\ttop: 20px;\n\t\twidth: 25px;\n\t}\n\n\t> *:last-child {\n\t\tmargin-bottom: auto;\n\t}\n\n\tlabel {\n\t\tcolor: $foreground-white;\n\t}\n\n\t&.selected {\n\t\tborder-color: $foreground-green;\n\t\tborder-style: solid;\n\t\tborder-width: $border-width;\n\n\t\tlabel {\n\t\t\tcolor: $foreground-green;\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/components/_item-info.scss",
    "content": ".item-info {\n\talign-items: center;\n\tdisplay: flex;\n\tflex-direction: row;\n\tfont-size: 0.97em;\n\tfont-weight: 400;\n\tletter-spacing: 0.05em;\n\tmargin-bottom: 1.4em;\n\tmargin-top: 1.4em;\n\ttext-transform: uppercase;\n\n\t> * {\n\t\tmargin-right: 1em;\n\t\ttext-overflow: ellipsis;\n\t\twhite-space: nowrap;\n\t}\n\n\ti {\n\t\tcolor: $batman;\n\t\tfont-size: 1.5em;\n\t\tfont-weight: normal;\n\n\t\t&.fa-bookmark.fas {\n\t\t\tfont-weight: 900;\n\t\t}\n\t}\n\n\ta {\n\t\tcolor: $foreground-black;\n\t\ttext-decoration: none;\n\n\t\t&:hover {\n\t\t\ttext-decoration: underline;\n\t\t}\n\t}\n\n\t.tag-item {\n\t\talign-items: center;\n\t\tbackground-color: rgba(68, 188, 117, 0.05);\n\t\tborder: 1px solid $background-green;\n\t\tborder-radius: 20px;\n\t\tcolor: $foreground-black;\n\t\tdisplay: flex;\n\t\tletter-spacing: initial;\n\t\tpadding: 2px 5px;\n\n\t\ta {\n\t\t\tcolor: $foreground-green;\n\t\t}\n\n\t\t.loader-roll,\n\t\tsvg {\n\t\t\tmargin-left: 5px;\n\t\t}\n\n\t\ta:hover {\n\t\t\ttext-decoration: none;\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/components/_list.scss",
    "content": ".list-view-header {\n\t.alignment-box {\n\t\talign-items: center;\n\t\tdisplay: flex;\n\n\t\th1 {\n\t\t\tmargin: 0;\n\t\t\tmargin-left: 0.6em;\n\t\t}\n\n\t\t.image {\n\t\t\timg {\n\t\t\t\tborder-radius: $border-radius;\n\t\t\t\tbox-shadow: $box-shadow;\n\t\t\t\theight: 50px;\n\t\t\t\twidth: 50px;\n\t\t\t}\n\t\t}\n\n\t\t.right {\n\t\t\tdisplay: flex;\n\t\t\tmargin-left: auto;\n\n\t\t\t> * {\n\t\t\t\tcursor: pointer;\n\t\t\t\tmargin-right: 1em;\n\n\t\t\t\t&:last-child {\n\t\t\t\t\tmargin-right: 0;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.follow {\n\t\t\t\tcolor: #08a270;\n\t\t\t\tfont-weight: bold;\n\t\t\t\tletter-spacing: 0.82px;\n\t\t\t\tmargin-right: 15px;\n\t\t\t}\n\t\t}\n\t}\n}\n\n.list {\n\tpadding-left: 4px;\n\tpadding-top: 4px;\n\n\t.toast {\n\t\tbackground-color: $background-lightishgray;\n\t\tborder-radius: $border-radius;\n\t\tcursor: pointer;\n\t\tfont-weight: bold;\n\t\tmargin-bottom: 2em;\n\t\tpadding: 1em;\n\t\ttext-align: center;\n\t\ttext-transform: uppercase;\n\t}\n\n\t.end-loader,\n\t.end {\n\t\talign-items: center;\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\tjustify-content: space-between;\n\t\tmin-height: 30em;\n\t\ttext-align: center;\n\n\t\tp {\n\t\t\tmax-width: 30em;\n\t\t}\n\n\t\t> * {\n\t\t\tmargin: 2em;\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/components/_loader.scss",
    "content": ".loader {\n\tdisplay: flex;\n\theight: 100%;\n\n\timg {\n\t\tdisplay: block;\n\t\theight: auto;\n\t\tmargin: auto;\n\t\tmax-width: 100%;\n\t}\n}\n\n@keyframes lds-dual-ring {\n\t0% {\n\t\ttransform: rotate(0deg);\n\t}\n\n\t100% {\n\t\ttransform: rotate(360deg);\n\t}\n}\n\n.loader-roll {\n\tanimation: lds-dual-ring 1.2s linear infinite;\n\tborder: 1px solid $background-green;\n\tborder-bottom-color: transparent;\n\tborder-radius: 50%;\n\tdisplay: inline-block;\n\tflex-grow: 0 !important;\n\theight: 16px;\n\tmin-width: unset !important;\n\twidth: 16px;\n}\n"
  },
  {
    "path": "app/src/styles/components/_media-card.scss",
    "content": ".media-card {\n\tbackground-color: $background-white;\n\tborder-radius: $border-radius;\n\tbox-shadow: $box-shadow;\n\tcolor: inherit;\n\tdisplay: grid;\n\tgrid-template-areas: 'image author' 'image title' 'image info';\n\tgrid-template-columns: auto 1fr;\n\tpadding: 1em;\n\ttext-decoration: inherit;\n\n\t.image {\n\t\talign-self: center;\n\t\tgrid-area: image;\n\t\tmargin-right: 2em;\n\t\tposition: relative;\n\n\t\t.author-image {\n\t\t\tbackground-position: center;\n\t\t\tbackground-size: cover;\n\t\t\theight: 50px;\n\t\t\tobject-fit: cover;\n\t\t\twidth: 50px;\n\t\t}\n\n\t\t.type-image-container {\n\t\t\talign-items: center;\n\t\t\tbackground-color: $background-black;\n\t\t\tborder: 2px solid $foreground-white;\n\t\t\tcolor: $foreground-white;\n\t\t\tdisplay: flex;\n\t\t\theight: 2em;\n\t\t\tjustify-content: center;\n\t\t\tposition: absolute;\n\t\t\tright: -1em;\n\t\t\ttop: calc(50% - 1em);\n\t\t\twidth: 2em;\n\t\t}\n\t}\n\n\t.author {\n\t\tcolor: $foreground-reallydarkgray;\n\t\tgrid-area: author;\n\t\tletter-spacing: $label-letter-spacing;\n\t\tmargin-bottom: 0.5em;\n\t\ttext-transform: uppercase;\n\t}\n\n\t.title {\n\t\tcolor: $foreground-black;\n\t\tfont-weight: bolder;\n\t\tgrid-area: title;\n\t}\n\n\t.info {\n\t\tgrid-area: info;\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/components/_panel-element.scss",
    "content": ".panel {\n\tbackground-color: $background-white;\n\tborder-radius: $border-radius;\n\tbox-shadow: $box-shadow;\n\tmargin-bottom: 1em;\n\n\t&.hasHighlight {\n\t\t.panel-element {\n\t\t\tcolor: $foreground-darkgray;\n\n\t\t\t&.highlighted {\n\t\t\t\tcolor: $foreground-black;\n\t\t\t}\n\t\t}\n\t}\n\n\t&.expanded {\n\t\theight: 100%;\n\t}\n\n\t&.with-hero-card {\n\t\tmargin-top: -1em;\n\t\tpadding-top: 1em;\n\t}\n\n\t.panel-header {\n\t\talign-items: center;\n\t\tbackground-color: $background-white;\n\t\tborder-top-left-radius: $border-radius;\n\t\tborder-top-right-radius: $border-radius;\n\t\tbox-shadow: $box-shadow;\n\t\tdisplay: flex;\n\t\tfont-size: 1.07em;\n\t\tfont-weight: 700;\n\t\tpadding: 1em;\n\t\tposition: sticky;\n\t\ttop: 0;\n\t\tz-index: 1;\n\n\t\t.aside {\n\t\t\tcolor: $foreground-darkgray;\n\t\t\tpadding-left: 6px;\n\t\t}\n\n\t\t.right {\n\t\t\tmargin-left: auto;\n\t\t}\n\t}\n\n\ta.panel-header {\n\t\ttransition: all 0.22s ease-in-out;\n\n\t\t&:hover {\n\t\t\tbackground-color: $background-lightishgray;\n\t\t}\n\t}\n\n\t.panel-element {\n\t\talign-items: center;\n\t\tborder-top: 1px solid $foreground-lightgray;\n\t\tcolor: inherit;\n\t\tcursor: pointer;\n\t\tdisplay: flex;\n\t\tfont-size: 0.98em;\n\t\tfont-weight: 500; // TODO: @kenhoff - figure out why we have to set this explicitly, rather than with 'bolder'\n\t\tmargin: 0 1em;\n\t\tpadding: 1em 0;\n\t\ttext-decoration: inherit;\n\t\ttransition-duration: 0.2s;\n\t\ttransition-property: margin-left;\n\t\twhite-space: nowrap;\n\n\t\t&:hover {\n\t\t\tmargin-left: 15px;\n\t\t}\n\n\t\ti {\n\t\t\tfont-size: 0.8em;\n\t\t}\n\n\t\t> * {\n\t\t\tmargin-right: 1em;\n\n\t\t\t&:last-child {\n\t\t\t\tmargin-right: unset;\n\t\t\t\ttext-align: right;\n\t\t\t}\n\n\t\t\t&:nth-child(2) {\n\t\t\t\tflex-grow: 1;\n\t\t\t\toverflow: hidden;\n\t\t\t\ttext-overflow: ellipsis;\n\t\t\t\twhite-space: nowrap;\n\t\t\t}\n\t\t}\n\n\t\t.clickable {\n\t\t\tcolor: $foreground-green;\n\t\t\tcursor: pointer;\n\t\t\tfont-size: 80%;\n\t\t\tfont-weight: 600;\n\t\t\tletter-spacing: 0.1em;\n\t\t\tpadding: 0.5em;\n\t\t\ttext-transform: uppercase;\n\n\t\t\t&.alert {\n\t\t\t\tcolor: $background-red;\n\t\t\t}\n\n\t\t\t&.active {\n\t\t\t\tbackground-color: $background-green;\n\t\t\t\tborder-radius: 4px;\n\t\t\t\tcolor: white;\n\t\t\t}\n\t\t}\n\n\t\timg,\n\t\t.placeholder {\n\t\t\tbackground-color: $white-smoke;\n\t\t\tflex-shrink: 0;\n\t\t\theight: 1.5em;\n\t\t\twidth: 1.5em;\n\t\t}\n\n\t\t&:first-child {\n\t\t\tborder-top: none;\n\t\t}\n\n\t\t&.no-content {\n\t\t\tcursor: default;\n\t\t\tflex-direction: column;\n\t\t\tpadding-bottom: 5.6em;\n\n\t\t\t&:hover {\n\t\t\t\tmargin-left: 1em;\n\t\t\t}\n\n\t\t\tsvg {\n\t\t\t\tmargin: 3em auto 1em;\n\t\t\t}\n\n\t\t\tspan {\n\t\t\t\toverflow: initial;\n\t\t\t}\n\t\t}\n\t}\n\n\t.folder-element {\n\t\tmargin-left: 3.65em;\n\n\t\t&:hover {\n\t\t\tmargin-left: 4em;\n\t\t}\n\n\t\t.type {\n\t\t\tbackground-color: rgba(0, 0, 0, 0.06);\n\t\t\tborder-radius: 2px;\n\t\t\tpadding: 3px 5px;\n\t\t}\n\t}\n\n\t.expander {\n\t\tcursor: pointer;\n\t\tdisplay: flex;\n\t\tflex-direction: row;\n\t\tjustify-content: center;\n\t\tmargin: 0 1em;\n\t\tpadding: 0.5em 0;\n\t\tposition: relative;\n\t}\n\n\ta {\n\t\tcolor: inherit;\n\t\ttext-decoration: inherit;\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/components/_playlist-card.scss",
    "content": ".playlist-card {\n\talign-items: center;\n\tbackground-position: center;\n\tbackground-size: cover;\n\tborder-radius: $border-radius;\n\tbox-shadow: $box-shadow;\n\tcolor: $foreground-white;\n\tdisplay: flex;\n\tfont-family: $primary;\n\tfont-size: 1.1em;\n\theight: 100px;\n\tjustify-content: center;\n\tletter-spacing: 0.25em;\n\tobject-fit: cover;\n\tpadding: 1em;\n\ttext-align: center;\n\ttext-decoration: none;\n\ttext-transform: uppercase;\n}\n"
  },
  {
    "path": "app/src/styles/components/_popover-panel.scss",
    "content": ".popover-panel {\n\tbackground-color: $background-white;\n\tborder-radius: $border-radius;\n\tbox-shadow: $box-shadow;\n\tcolor: inherit;\n\tdisplay: block;\n\ttext-decoration: inherit;\n\n\t&.feed-popover {\n\t\tmin-width: 120px;\n\t}\n\n\t.panel-element {\n\t\talign-items: center;\n\t\tborder-bottom: 1px solid $foreground-lightgray;\n\t\tcolor: inherit;\n\t\tdisplay: flex;\n\t\tfont-weight: 600; // TODO: @kenhoff - figure out why we have to set this explicitly, rather than with 'bolder'\n\t\tmargin: 0 1em;\n\t\tpadding: 1em 0;\n\t\ttext-decoration: inherit;\n\n\t\t> * {\n\t\t\tmargin-right: 1em;\n\n\t\t\t&:last-child {\n\t\t\t\tmargin-right: unset;\n\t\t\t\tmin-width: 4em;\n\t\t\t\t// text-align: right;\n\t\t\t}\n\n\t\t\t&:nth-child(2) {\n\t\t\t\tflex-grow: 1;\n\t\t\t\toverflow: hidden;\n\t\t\t\ttext-overflow: ellipsis;\n\t\t\t\twhite-space: nowrap;\n\t\t\t}\n\t\t}\n\n\t\t&:last-child {\n\t\t\tborder-bottom: none;\n\t\t}\n\t}\n\n\t.sort-button {\n\t\tsvg {\n\t\t\tmargin-right: 8px !important;\n\t\t\tmin-width: auto !important;\n\t\t}\n\t}\n\n\t.alert {\n\t\tcolor: $background-red;\n\t}\n\n\t.green {\n\t\tcolor: $foreground-green;\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/components/_shows-grid.scss",
    "content": ".shows-grid {\n\tdisplay: grid;\n\tgrid-column-gap: 2em;\n\tgrid-row-gap: 2em;\n\tgrid-template-columns: 1fr 1fr 1fr;\n\tmargin-bottom: 2em;\n\tmax-width: 100%;\n\n\t.shows-grid-item {\n\t\tcolor: inherit;\n\t\tfont-weight: bolder;\n\t\tmin-width: 0;\n\t\ttext-decoration: inherit;\n\n\n\t\t.shows-grid-item-image {\n\t\t\tbackground-color: $white-smoke;\n\t\t\tbackground-position: center;\n\t\t\tbackground-repeat: no-repeat;\n\t\t\tbackground-size: contain;\n\t\t\tborder-radius: $border-radius;\n\t\t\tbox-shadow: $box-shadow;\n\t\t\tmargin-bottom: 1em;\n\t\t\t// this is a \"hack\" to give us a perfectly square container, regardless of width\n\t\t\tpadding-bottom: 100%;\n\t\t\ttransition-duration: 0.3s;\n\t\t\ttransition-property: transform;\n\n\t\t\t&:hover{\n\t\t\t\ttransform: scale(1.01);\n\t\t\t}\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/components/_simple-progress-bar.scss",
    "content": ".simple-progress-bar {\n\twidth: 100%;\n\n\t.bar {\n\t\tposition: relative;\n\n\t\t> * {\n\t\t\tborder-radius: 10000px;\n\t\t\theight: 1em;\n\t\t\twidth: 100%;\n\t\t}\n\n\t\t.progress {\n\t\t\tbackground-color: $background-green;\n\t\t\tbottom: 0;\n\t\t\tposition: absolute;\n\t\t\ttop: 0;\n\t\t\tz-index: 10000;\n\t\t}\n\n\t\t.background {\n\t\t\tbackground-color: $background-lightgray;\n\t\t}\n\t}\n\n\t.numbers {\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/components/_tiny-list.scss",
    "content": ".tiny-list {\n\t> * {\n\t\tborder-bottom: 1px solid $foreground-lightgray;\n\t\tcolor: inherit;\n\t\tdisplay: flex;\n\t\tfont-weight: bolder;\n\t\tpadding: 1em 0;\n\t\ttext-decoration: inherit;\n\n\t\t> * {\n\t\t\t&:not(:last-child) {\n\t\t\t\tmargin-right: 1em;\n\t\t\t}\n\n\t\t\t&:first-child {\n\t\t\t\tbackground: $white-smoke;\n\t\t\t\tflex-shrink: 0;\n\t\t\t\theight: 1.5em;\n\t\t\t\twidth: 1.5em;\n\t\t\t}\n\n\t\t\t&:nth-child(2) {\n\t\t\t\tflex-grow: 1;\n\t\t\t\toverflow: hidden;\n\t\t\t\ttext-overflow: ellipsis;\n\t\t\t\twhite-space: nowrap;\n\t\t\t}\n\n\t\t\t&:last-child {\n\t\t\t\tfont-weight: normal;\n\t\t\t\twhite-space: nowrap;\n\n\t\t\t\t> *:not(:last-child) {\n\t\t\t\t\tmargin-right: 1em;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&:last-child {\n\t\t\tborder-bottom: none;\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/elements/_buttons.scss",
    "content": ".btn {\n\talign-items: center;\n\tborder-radius: 100000px;\n\tborder-style: solid;\n\tborder-width: 2px;\n\tbox-shadow: $button-box-shadow;\n\tcursor: pointer;\n\tdisplay: flex;\n\tfont-size: 0.9em;\n\tfont-weight: 600;\n\tjustify-content: center;\n\tmin-height: min-content;\n\toutline: none;\n\toverflow: visible;\n\tpadding: 0.5em 2em;\n\ttext-decoration: none;\n\ttext-transform: uppercase;\n\n\t&:focus {\n\t\tbox-shadow: $mega-box-shadow;\n\n\t\t&.no-focus {\n\t\t\tbox-shadow: $button-box-shadow;\n\t\t}\n\t}\n\n\t&.primary {\n\t\tbackground-color: $background-green;\n\t\tborder-color: $background-green;\n\t\tcolor: $foreground-white;\n\n\t\t&:disabled {\n\t\t\tbackground-color: $background-darkgray;\n\t\t\tborder-color: $background-darkgray;\n\t\t}\n\n\t\t&.alt {\n\t\t\tbackground-image: linear-gradient(-180deg, #3da192 0%, #4d9596 100%);\n\t\t\tborder-color: transparent;\n\n\t\t\t&.hollow {\n\t\t\t\tbackground-color: none;\n\t\t\t\tbackground-image: none;\n\t\t\t\tborder-color: $background-darkgreen;\n\t\t\t\tcolor: $background-darkgreen;\n\t\t\t}\n\n\t\t\t&:disabled {\n\t\t\t\tbackground-color: $background-darkgray;\n\t\t\t\tbackground-image: none;\n\t\t\t\tborder-color: $background-darkgray;\n\t\t\t}\n\t\t}\n\t}\n\n\t&.secondary {\n\t\tbackground-color: $background-darkgray;\n\t\tborder-color: $background-darkgray;\n\t\tcolor: $foreground-white;\n\t}\n\n\t&.hollow {\n\t\tbackground-color: transparent;\n\t\tborder-color: $foreground-green;\n\t\tcolor: $foreground-green;\n\n\t\t&.alt {\n\t\t\tborder-color: $foreground-white;\n\t\t\tcolor: $foreground-white;\n\n\t\t\t&.selected {\n\t\t\t\tbackground-color: $background-white;\n\t\t\t\tcolor: $foreground-black;\n\t\t\t}\n\t\t}\n\t}\n\n\t&.link {\n\t\tbackground-color: transparent;\n\t\tborder: none;\n\t\tbox-shadow: none;\n\t\tcolor: $foreground-green;\n\n\t\t&.cancel {\n\t\t\tcolor: $foreground-darkgray;\n\t\t}\n\t}\n\n\t&.alert {\n\t\tbackground-color: $background-red;\n\t\tborder-color: $background-red;\n\t\tcolor: $foreground-white;\n\t}\n\n\t&.with-icon {\n\t\tpadding-left: 0;\n\t\tpadding-right: 1em;\n\n\t\timg {\n\t\t\tmargin-left: 1em;\n\t\t\tmargin-right: 1em;\n\t\t}\n\t}\n\n\t&.with-circular-icon {\n\t\tpadding-bottom: 0.25em;\n\t\tpadding-left: 0;\n\t\tpadding-right: 1em;\n\t\tpadding-top: 0.25em;\n\n\t\timg {\n\t\t\tmargin-left: 0.25em;\n\t\t\tmargin-right: 1em;\n\t\t}\n\t}\n\n\t&:disabled {\n\t\tbackground-color: $background-darkgray;\n\t\tborder-color: $background-darkgray;\n\t\tcursor: not-allowed;\n\t}\n\n\t&.play,\n\t&.pause {\n\t\talign-items: center;\n\t\tbackground-color: $background-black;\n\t\tborder: none;\n\t\tborder-radius: 10000px;\n\t\tcolor: $foreground-white;\n\t\tdisplay: flex;\n\t\theight: 40px;\n\t\tjustify-content: center;\n\t\tpadding: 0;\n\t\twidth: 40px;\n\t}\n\n\t&.delete {\n\t\tborder-color: $foreground-red;\n\t\tcolor: $foreground-red;\n\t}\n\n\t&.export {\n\t\tmargin-right: 5px;\n\t\ttext-align: center;\n\t}\n}\n\n.red {\n\tcolor: $background-red;\n}\n\n.btn-new {\n\talign-items: center;\n\tbackground-color: $medium-sea-green;\n\tbackground-image: linear-gradient(\n\t\t-180deg,\n\t\trgba(45, 206, 111, 0.5) 0%,\n\t\trgba(77, 182, 120, 0.5) 100%\n\t);\n\tborder: none;\n\tborder-radius: 29px;\n\tbox-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);\n\tcolor: #fff;\n\tcursor: pointer;\n\tdisplay: flex;\n\tfont-family: $primary;\n\tfont-size: 11px;\n\tfont-weight: 600;\n\theight: 28px;\n\ttext-transform: uppercase;\n\twidth: 80px;\n\n\timg,\n\tsvg {\n\t\tmargin: 0 12px 0 4px;\n\t}\n}"
  },
  {
    "path": "app/src/styles/elements/_drawer.scss",
    "content": ".drawer {\n\tbackground-color: $background-white;\n\tbottom: 0;\n\tbox-shadow: $box-shadow;\n\tcolor: $foreground-black;\n\tpadding: 2em;\n\tpadding-bottom: 0;\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\twidth: 33.333%;\n\tz-index: 100001;\n\n\t.drawer-container {\n\t\theight: 100%;\n\t\toverflow-y: scroll;\n\n\t\t.form-section {\n\t\t\th2 {\n\t\t\t\tmargin-top: 2em;\n\t\t\t\ttext-transform: uppercase;\n\t\t\t}\n\t\t}\n\n\t\theader {\n\t\t\talign-items: flex-start;\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: row;\n\t\t\tjustify-content: space-between;\n\t\t\tmargin-bottom: 1em;\n\n\t\t\th1 {\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t.close-icon {\n\t\t\t\talign-self: center;\n\t\t\t\tcursor: pointer;\n\t\t\t}\n\t\t}\n\n\t\tform {\n\t\t\tlabel {\n\t\t\t\tdisplay: block;\n\t\t\t}\n\n\t\t\tinput[type='text'],\n\t\t\tinput[type='password'],\n\t\t\tinput[type='email'],\n\t\t\tinput[type='url'],\n\t\t\ttextarea,\n\t\t\t.checkbox {\n\t\t\t\tdisplay: block;\n\t\t\t\tfont-size: 1em;\n\t\t\t\tmargin-bottom: 1em;\n\t\t\t\twidth: 100%;\n\t\t\t}\n\n\t\t\tinput[type='text'],\n\t\t\tinput[type='password'],\n\t\t\tinput[type='email'],\n\t\t\ttextarea {\n\t\t\t\tpadding: 0.5em;\n\t\t\t}\n\n\t\t\tinput[type='checkbox'] {\n\t\t\t\tmargin-right: 0.6em;\n\t\t\t}\n\n\t\t\ttextarea {\n\t\t\t\theight: 6em;\n\t\t\t}\n\n\t\t\tlabel.checkbox {\n\t\t\t\tcolor: $foreground-black;\n\t\t\t\tcursor: pointer;\n\t\t\t\tfont-weight: normal;\n\t\t\t\ttext-transform: none;\n\n\t\t\t\tinput {\n\t\t\t\t\tcursor: pointer;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\tfooter {\n\t\t\talign-items: center;\n\t\t\tbottom: 0;\n\t\t\tbox-shadow: $box-shadow;\n\t\t\tdisplay: flex;\n\t\t\theight: 60px;\n\t\t\tleft: 0;\n\t\t\tpadding: 1em 4em 1em 2em;\n\t\t\tposition: absolute;\n\t\t\tright: 0;\n\t\t\tz-index: 100002;\n\t\t\t.secondary {\n\t\t\t\tmargin-right: auto;\n\t\t\t}\n\t\t\t.primary {\n\t\t\t\tmargin-left: auto;\n\t\t\t}\n\t\t}\n\t}\n}\n\n.drawer-click-catcher {\n\tbottom: 0;\n\tleft: 0;\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\tz-index: 100000;\n}\n\n.delete-account-confirmation-popover,\n.save-account-error-popover,\n.feed-popover {\n\n\n\n\t\t.message {\n\t\t\tfont-size: 0.9em;\n\t\t\tfont-weight: lighter;\n\t\t}\n\n\t\t.menu-item {\n\t\t\tcursor: pointer;\n\t\t}\n}\n"
  },
  {
    "path": "app/src/styles/elements/_forms.scss",
    "content": "label {\n\tcolor: $foreground-darkgray;\n\tdisplay: inline-block;\n\tfont-size: 12px;\n\tfont-weight: 600;\n\tletter-spacing: 0.46px;\n\ttext-transform: uppercase;\n}\n\ninput,\ntextarea {\n\tborder: 1px solid $foreground-darkgray;\n\tborder-radius: 6px;\n\tbox-shadow: none;\n\tfont-size: 13px;\n\tfont-weight: 200;\n\tpadding: 6px;\n\n\t&:focus {\n\t\tborder: 1px solid $medium-sea-green;\n\t\toutline: none;\n\t\ttransition: all 0.4s linear;\n\t}\n\n\t&[type='email'] {\n\t\ttext-transform: lowercase;\n\t}\n\n\t&.error {\n\t\tborder: 1px solid $foreground-red;\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/elements/_modals.scss",
    "content": ".modal {\n\tanimation: 0.5s modal-slide-down-from-top;\n\tbackground-color: $snow;\n\tborder-radius: $border-radius;\n\tbox-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 12px 14px 0 rgba(0, 0, 0, 0.1);\n\tpadding: 24px;\n\tposition: relative;\n\twidth: 525px;\n\n\t&:focus {\n\t\toutline: 0;\n\t}\n\n\t.exit {\n\t\tcursor: pointer;\n\t\tdisplay: block;\n\t\tmargin-left: auto;\n\t}\n\n\theader {\n\t\tdisplay: flex;\n\n\t\th1 {\n\t\t\tfont-family: $primary;\n\t\t\tfont-weight: $bold;\n\t\t\tpadding: 0;\n\t\t}\n\t}\n\n\tform {\n\t\t> * {\n\t\t\tmargin-bottom: 1em;\n\t\t}\n\t}\n\n\tfooter {\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\n\t\t.button-combo {\n\t\t\tdisplay: flex;\n\t\t}\n\n\t\t.right {\n\t\t\tmargin-left: auto;\n\t\t}\n\t}\n\n\tinput[type='text'] {\n\t\twidth: 100%;\n\t}\n}\n\n.modal-overlay {\n\talign-items: center;\n\tbackground-color: rgba(255, 255, 255, 0.75);\n\tborder: none;\n\tbottom: 0;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\tleft: 0;\n\tpadding-top: $header-height;\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\tz-index: 100001;\n}\n\n@keyframes modal-slide-down-from-top {\n\tfrom {\n\t\tbottom: 500px;\n\t}\n\n\tto {\n\t\tbottom: 0;\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/elements/_popovers.scss",
    "content": ".popover {\n\tbackground-color: $background-white;\n\tborder-radius: $border-radius;\n\tbox-shadow: $box-shadow;\n\n\t.list {\n\t\t.list-item {\n\t\t\tcursor: pointer;\n\t\t\tpadding: 1em;\n\n\t\t\t&:hover {\n\t\t\t\tbackground-color: $background-lightgray;\n\t\t\t}\n\n\t\t\t&:first-child {\n\t\t\t\tborder-top-left-radius: $border-radius;\n\t\t\t\tborder-top-right-radius: $border-radius;\n\t\t\t}\n\n\t\t\t&:last-child {\n\t\t\t\tborder-bottom-left-radius: $border-radius;\n\t\t\t\tborder-bottom-right-radius: $border-radius;\n\t\t\t}\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/elements/_tabs.scss",
    "content": ".tabs {\n\tlist-style-type: none;\n\tmargin: 0;\n\tmargin-bottom: 2em;\n\tmin-height: 2em;\n\tpadding-left: 1em;\n\n\t.tab {\n\t\tcolor: $foreground-darkgray;\n\t\tcursor: pointer;\n\t\tdisplay: inline;\n\t\tfont-family: $primary;\n\t\tfont-size: 11px;\n\t\tfont-weight: 600;\n\t\tletter-spacing: 1px;\n\t\tmargin-right: 24px;\n\t\tpadding-bottom: 6px;\n\t\ttext-transform: uppercase;\n\t\ttransition-duration: 0.3s;\n\t\ttransition-property: color;\n\n\t\t&.active{\n\t\t\tborder-bottom: 2px solid $foreground-green;\n\t\t\tcolor: $foreground-black;\n\t\t}\n\n\t\t&:hover {\n\t\t\tcolor: $foreground-black;\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/framework/_app.scss",
    "content": "html {\n\tfont-size: 12px;\n}\n\nbody {\n\tbackground-color: $background-gray;\n\tfont-family: $primary;\n}\n\n.app {\n\tdisplay: flex;\n\tflex-direction: column;\n\theight: 100vh;\n\tjustify-content: center;\n}\n\n.center {\n\tdisplay: flex;\n\tjustify-content: center;\n}\n\n.highlight,\n.highlight-note {\n\tbackground: transparent;\n\tbackground-color: $highlight-color;\n\tcolor: $foreground-black;\n\tcursor: pointer;\n}\n\n.click,\n.clickable {\n\tcursor: pointer;\n}\n\n.muted {\n\tcolor: $foreground-darkgray;\n}\n"
  },
  {
    "path": "app/src/styles/framework/_player.scss",
    "content": ".player {\n\talign-items: center;\n\tbackground: $background-white;\n\tbottom: 0;\n\tbox-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.04), 0 -5px 6px 0 rgba(0, 0, 0, 0.05);\n\tdisplay: flex;\n\tflex-direction: row;\n\tfont-weight: 400;\n\theight: $player-height;\n\tjustify-content: space-between;\n\tpadding: 0 2em;\n\twidth: 100%;\n\tz-index: 9999;\n\n\t.left {\n\t\talign-items: center;\n\t\tdisplay: flex;\n\t\tflex-direction: row;\n\n\t\t> * {\n\t\t\tmargin-right: 1.5em;\n\t\t}\n\t}\n\n\t.right {\n\t\talign-items: center;\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\n\t\t> * {\n\t\t\tmargin-left: 1.5em;\n\t\t}\n\t}\n\n\t.middle {\n\t\talign-items: center;\n\t\t-webkit-app-region: no-drag;\n\t\tborder-right: 2px solid $foreground-mediumgray;\n\t\tdisplay: flex;\n\t\tflex-grow: 1;\n\t\theight: 100%;\n\t\tjustify-content: center;\n\t\tposition: relative;\n\n\t\t.sub-right {\n\t\t\talign-items: flex-end;\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t\tmargin-right: 1em;\n\n\t\t\t> * {\n\t\t\t\tmargin-bottom: 1em;\n\n\t\t\t\t&:last-child {\n\t\t\t\t\tmargin-bottom: 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\t.speed {\n\t\tcolor: $foreground-darkgray;\n\t\tfont-size: 1.2em;\n\t\tfont-weight: 200;\n\t\ttext-transform: uppercase;\n\t}\n\n\t.media {\n\t\tmargin: auto;\n\t\ttext-align: center;\n\n\t\t.info {\n\t\t\t.episode,\n\t\t\t.date {\n\t\t\t\tcolor: $foreground-darkgray;\n\t\t\t\tfont-size: 11px;\n\t\t\t\tfont-weight: 600;\n\t\t\t\ttext-transform: uppercase;\n\t\t\t}\n\n\t\t\t.episode::after {\n\t\t\t\tcolor: $foreground-darkgray;\n\t\t\t\tcontent: '\\2022';\n\t\t\t\tfont-weight: 200;\n\t\t\t\tpadding: 0 6px 0 6px;\n\t\t\t}\n\t\t}\n\t}\n\n\t.ellipsis-menu {\n\t\tcolor: $foreground-green;\n\t}\n\n\t.play {\n\t\tposition: relative;\n\t}\n\n\t.like,\n\t.speed,\n\t.rewind,\n\t.play,\n\t.pause,\n\t.forward,\n\t.volume,\n\t.next {\n\t\tcursor: pointer;\n\t\tdisplay: flex;\n\t}\n\n\t.progress-bar {\n\t\tbackground-image: linear-gradient(\n\t\t\t-180deg,\n\t\t\trgba(255, 255, 255, 0.05) 0%,\n\t\t\trgba(0, 0, 0, 0.05) 100%\n\t\t);\n\t\tbackground-position: left;\n\t\tbackground-repeat: no-repeat;\n\t\tborder-right: 2px solid $foreground-mediumgray;\n\t\tbottom: 0;\n\t\tleft: 0;\n\t\tposition: absolute;\n\t\ttop: 0;\n\t}\n\n\t.progress-bar-click-catcher {\n\t\tcursor: col-resize;\n\t\theight: 100%;\n\t\tposition: absolute;\n\t\twidth: 100%;\n\t\tz-index: 10003;\n\t}\n\n\t.rc-slider {\n\t\theight: 10px;\n\t\tposition: relative;\n\t\twidth: 150px;\n\n\t\t.rc-slider-track,\n\t\t.rc-slider-rail {\n\t\t\tborder-radius: 10000px;\n\t\t\tcursor: pointer;\n\t\t\theight: 100%;\n\t\t\tposition: absolute;\n\t\t\twidth: 100%;\n\t\t}\n\n\t\t.rc-slider-rail {\n\t\t\tbackground-color: $background-lightgray;\n\t\t\tz-index: 10002;\n\t\t}\n\n\t\t.rc-slider-track {\n\t\t\tbackground-color: $foreground-darkgray;\n\t\t\tz-index: 10003;\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/framework/auth-views/_create.scss",
    "content": ".create-account-view {\n\t.interests-grid {\n\t\tdisplay: grid;\n\t\tgrid-column-gap: 3em;\n\t\tgrid-row-gap: 2em;\n\t\tgrid-template-columns: 1fr 1fr 1fr;\n\n\t\t.hero-card{\n\t\t\ttransition-duration: 0.3s;\n\t\t\ttransition-property: transform;\n\t\t\t&:hover{\n\t\t\t\ttransform: scale(1.01);\n\t\t\t}\n\t\t}\n\n\n\n\n\t\t> * {\n\t\t\t&:hover {\n\t\t\t\tcursor: pointer;\n\n\t\t\t}\n\t\t}\n\t}\n\n\t.error {\n\t\tcolor: $foreground-red;\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/framework/auth-views/_forgot-password.scss",
    "content": ".forgot-password-wrapper {\n\twidth: 303px;\n\n\t.back {\n\t\tfont-family: $primary;\n\t\tfont-size: 12px;\n\t\tfont-weight: 600;\n\t\ttext-transform: uppercase;\n\n\t\ta:link,\n\t\ta:visited,\n\t\ta:active,\n\t\ta:hover {\n\t\t\tcolor: $storm-dust;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\timg {\n\t\t\tpadding-right: 12px;\n\t\t}\n\t}\n\n\t.lock {\n\t\tmargin: 25px 0 25px 0;\n\t}\n\n\t.cta {\n\t\tcolor: $storm-dust;\n\t\tfont-family: $primary;\n\t\tfont-size: 14px;\n\t}\n\n\t.form {\n\t\tmargin-top: 25px;\n\n\t\tinput {\n\t\t\tmargin-top: 4px;\n\t\t}\n\n\t\tinput[type='email'] {\n\t\t\tmargin-bottom: 25px;\n\t\t\twidth: 288px;\n\t\t}\n\n\t\t.required {\n\t\t\tcolor: $dim-gray;\n\t\t\tfloat: right;\n\t\t\tfont-weight: 200;\n\t\t\ttext-transform: capitalize;\n\t\t}\n\n\t\tbutton[type='submit'] {\n\t\t\theight: 35px;\n\t\t\toutline: none;\n\t\t\twidth: 288px;\n\n\t\t\t&:disabled {\n\t\t\t\tcolor: rgba(255, 255, 255, 0.5);\n\t\t\t}\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/framework/auth-views/_login.scss",
    "content": ".login-view {\n\talign-items: center;\n\tdisplay: flex;\n\tflex-direction: column;\n}\n"
  },
  {
    "path": "app/src/styles/framework/auth-views/_reset-password.scss",
    "content": ".reset-password-wrapper {\n\theight: auto;\n\tmargin-top: 8%;\n\twidth: 303px;\n\n\t.back {\n\t\tfont-family: $primary;\n\t\tfont-size: 12px;\n\t\tfont-weight: 600;\n\t\ttext-transform: uppercase;\n\n\t\ta:link,\n\t\ta:visited,\n\t\ta:active,\n\t\ta:hover {\n\t\t\tcolor: $storm-dust;\n\t\t\ttext-decoration: none;\n\t\t}\n\n\t\timg {\n\t\t\tpadding-right: 12px;\n\t\t}\n\t}\n\n\t.lock {\n\t\tmargin: 25px 0 25px 0;\n\t}\n\n\t.cta {\n\t\tcolor: $storm-dust;\n\t\tfont-family: $primary;\n\t\tfont-size: 14px;\n\t}\n\n\t.form {\n\t\tmargin-top: 25px;\n\n\t\tinput {\n\t\t\tmargin-top: 4px;\n\t\t}\n\n\t\tinput[type='email'] {\n\t\t\tmargin-bottom: 25px;\n\t\t\twidth: 288px;\n\t\t}\n\n\t\tinput[type='text'] {\n\t\t\tmargin-bottom: 25px;\n\t\t\twidth: 288px;\n\t\t}\n\n\t\tinput[type='password'] {\n\t\t\tmargin-bottom: 25px;\n\t\t\twidth: 288px;\n\t\t}\n\n\t\t.required {\n\t\t\tcolor: $dim-gray;\n\t\t\tfloat: right;\n\t\t\tfont-weight: 200;\n\t\t\ttext-transform: capitalize;\n\t\t}\n\n\t\tbutton[type='submit'] {\n\t\t\tcursor: pointer;\n\t\t\theight: 35px;\n\t\t\toutline: none;\n\t\t\twidth: 288px;\n\n\t\t\t&:disabled {\n\t\t\t\tcolor: rgba(255, 255, 255, 0.5);\n\t\t\t}\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/framework/auth-views/_shared.scss",
    "content": ".auth-view {\n\talign-items: center;\n\tdisplay: flex;\n\tflex-direction: column;\n\ttext-align: center;\n\t-webkit-app-region: drag;\n\n\t> * {\n\t\tmargin-bottom: 3rem;\n\t}\n\n\t> p.info {\n\t\tmargin-bottom: 1rem;\n\t}\n\n\t> button {\n\t\tmargin-bottom: 1rem;\n\t}\n\n\ta {\n\t\tcolor: $foreground-green;\n\t\ttext-decoration: none;\n\t}\n\n\tform.auth-form {\n\t\talign-items: center;\n\t\tbackground-color: $background-white;\n\t\tborder-radius: $border-radius;\n\t\tbox-shadow: $box-shadow;\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\tjustify-content: space-around;\n\t\tpadding: 2em;\n\t\twidth: 30em;\n\n\t\t> * {\n\t\t\tmargin-bottom: 2em;\n\n\t\t\t&:last-child {\n\t\t\t\tmargin-bottom: 0;\n\t\t\t}\n\t\t}\n\n\t\tlabel {\n\t\t\twidth: 100%;\n\n\t\t\tinput {\n\t\t\t\twidth: 100%;\n\n\t\t\t\t&[type='email'] {\n\t\t\t\t\ttext-transform: none;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/framework/dashboard/_header.scss",
    "content": ".github-popover {\n\tmargin-top: 2em;\n\n\t.top {\n\t\talign-items: center;\n\t\tborder-bottom: 1px solid $foreground-lightgray;\n\t\tdisplay: flex;\n\t\tjustify-content: flex-start;\n\t\tpadding: 2em;\n\t\twidth: 294px;\n\n\t\timg {\n\t\t\theight: auto;\n\t\t\tmargin-right: 2em;\n\t\t\tmax-width: 100px;\n\t\t}\n\t}\n\n\t.bottom {\n\t\talign-items: center;\n\t\tcolor: inherit;\n\t\tdisplay: flex;\n\t\tflex-direction: row;\n\t\tfont-weight: bolder;\n\t\tjustify-content: space-between;\n\t\tpadding: 2em;\n\t\ttext-decoration: inherit;\n\t\tcursor: pointer;\n\t}\n}\n\n.new-content-popover {\n\tmargin-top: 1.75em;\n\tcursor: pointer;\n\n\t.popover-panel {\n\t\ti {\n\t\t\tcolor: $foreground-darkgray;\n\t\t\tmargin-right: 0.5em;\n\t\t}\n\t}\n}\n\n.header {\n\tbackground-color: $foreground-white;\n\t// padding-top: 0.5em;\n\ttop: 0;\n\tuser-select: none;\n\twidth: 100%;\n\tz-index: 99999;\n\n\t.title {\n\t\t-webkit-app-region: drag;\n\t\tbackground-color: $background-white;\n\t\tfont-size: 1.1em;\n\t\tmargin-bottom: -0.6em;\n\t\tpadding-top: 0.25em;\n\t\tposition: relative;\n\t\ttext-align: center;\n\t\twidth: 100%;\n\n\t\ta,\n\t\ta:link,\n\t\ta:visited,\n\t\ta:hover,\n\t\ta:active {\n\t\t\tcolor: inherit;\n\t\t\tcursor: pointer;\n\t\t\tfont-weight: inherit;\n\t\t\ttext-decoration: inherit;\n\t\t}\n\t}\n\n\t.notice {\n\t\twidth: 100%;\n\t\tfont-size: 16px;\n\t\tpadding: 24px;\n\t\tbackground-color: rgb(255, 251, 230);\n\t\tborder: 1px solid rgb(255, 229, 143);\n\t\ttext-align: center;\n\n\t\t.export {\n\t\t\tcursor: pointer;\n\t\t}\n\t}\n\n\t.header-content {\n\t\talign-items: center;\n\t\tbackground-image: linear-gradient(\n\t\t\t-180deg,\n\t\t\t$foreground-white 0%,\n\t\t\t$foreground-white 43%,\n\t\t\trgba(255, 255, 255, 0.95) 100%\n\t\t);\n\t\tbox-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03), inset 0 -1px 0 0 rgba(0, 0, 0, 0.1),\n\t\t\tinset 0 1px 0 0 rgba(255, 255, 255, 0.5),\n\t\t\tinset 0 1px 0 0 rgba(255, 255, 255, 0.25);\n\t\tdisplay: flex;\n\t\theight: $header-height;\n\t\tjustify-content: space-between;\n\t\tpadding: 1em 1em;\n\t\twidth: 100%;\n\n\t\t.left {\n\t\t\talign-items: center;\n\t\t\tdisplay: flex;\n\t\t\tjustify-content: space-between;\n\n\t\t\tdiv {\n\t\t\t\tmargin-top: 0.15em;\n\t\t\t}\n\n\t\t\t.logo {\n\t\t\t\topacity: 0.5;\n\t\t\t\ttransition: 0.3s ease-in-out;\n\n\t\t\t\t&:hover {\n\t\t\t\t\topacity: 1;\n\t\t\t\t\ttransition: 0.3s ease-in-out;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.refresh {\n\t\t\t\topacity: 0.5;\n\t\t\t\ttransition: 0.3s ease-in-out;\n\n\t\t\t\t&:hover {\n\t\t\t\t\topacity: 1;\n\t\t\t\t\ttransition: 0.3s ease-in-out;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.nav {\n\t\t\t\tdisplay: flex;\n\n\t\t\t\t.back {\n\t\t\t\t\tmargin-right: 8px;\n\t\t\t\t}\n\n\t\t\t\t.forward {\n\t\t\t\t\tmargin-left: 8px;\n\t\t\t\t}\n\n\t\t\t\t.disabled {\n\t\t\t\t\topacity: 0.25;\n\t\t\t\t}\n\n\t\t\t\timg {\n\t\t\t\t\tcursor: pointer;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.middle {\n\t\t\tflex-grow: 1;\n\n\t\t\t.search {\n\t\t\t\tcolor: $foreground-black;\n\t\t\t\theight: 28px;\n\t\t\t\tposition: relative;\n\t\t\t\twidth: 100%;\n\t\t\t\tz-index: 10001;\n\n\t\t\t\tinput {\n\t\t\t\t\tborder: 1px solid #dfe3e9;\n\t\t\t\t\theight: 28px;\n\t\t\t\t\tpadding: 0 12px;\n\t\t\t\t\twidth: 100%;\n\t\t\t\t}\n\n\t\t\t\t&.banner-is-shown {\n\t\t\t\t\tinput {\n\t\t\t\t\t\tbackground-color: transparent;\n\t\t\t\t\t\tcolor: $foreground-white;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t.icon {\n\t\t\t\t\tfloat: right;\n\t\t\t\t\tposition: absolute;\n\t\t\t\t\tright: 8px;\n\t\t\t\t\ttop: 6px;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.right {\n\t\t\talign-items: center;\n\t\t\tdisplay: flex;\n\t\t\tjustify-content: space-between;\n\n\t\t\t.avatar {\n\t\t\t\tmargin-top: 5px;\n\n\t\t\t\timg {\n\t\t\t\t\tbackground: #20c691;\n\t\t\t\t\tborder-radius: 50%;\n\t\t\t\t\tbox-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.17);\n\t\t\t\t\tcursor: pointer;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.notifications {\n\t\t\t\tmargin-top: 6px;\n\n\t\t\t\timg {\n\t\t\t\t\talign-items: center;\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\tjustify-content: center;\n\t\t\t\t}\n\n\t\t\t\t.alert {\n\t\t\t\t\tanimation: pulse 3s infinite;\n\t\t\t\t\tbackground-color: $foreground-orange;\n\t\t\t\t\tborder: 1px solid $foreground-white;\n\t\t\t\t\tborder-radius: 50%;\n\t\t\t\t\theight: 6px;\n\t\t\t\t\tleft: 10px;\n\t\t\t\t\tposition: relative;\n\t\t\t\t\ttop: -12px;\n\t\t\t\t\twidth: 6px;\n\t\t\t\t}\n\n\t\t\t\t@keyframes pulse {\n\t\t\t\t\t0% {\n\t\t\t\t\t\t-moz-box-shadow: 0 0 0 0 rgba(232, 129, 0, 0.4);\n\t\t\t\t\t\tbox-shadow: 0 0 0 0 rgba(232, 129, 0, 0.4);\n\t\t\t\t\t}\n\n\t\t\t\t\t70% {\n\t\t\t\t\t\t-moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);\n\t\t\t\t\t\tbox-shadow: 0 0 0 10px rgba(204, 169, 44, 0);\n\t\t\t\t\t}\n\n\t\t\t\t\t100% {\n\t\t\t\t\t\t-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);\n\t\t\t\t\t\tbox-shadow: 0 0 0 0 rgba(204, 169, 44, 0);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.open-source {\n\t\t\t\tcursor: pointer;\n\t\t\t}\n\t\t}\n\n\t\t> .left,\n\t\t> .middle,\n\t\t> .right {\n\t\t\tmargin-right: 3em;\n\n\t\t\t&:last-child {\n\t\t\t\tmargin-right: 0;\n\t\t\t}\n\n\t\t\t> * {\n\t\t\t\tmargin-right: 3em;\n\n\t\t\t\t&:last-child {\n\t\t\t\t\tmargin-right: 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t&.with-banner {\n\t\t\tbackground-image: none;\n\t\t\tcolor: $foreground-white;\n\t\t}\n\t}\n}\n\n.popover-panel.profile-popover {\n\t.panel-element.user {\n\t\tdisplay: grid;\n\t\tgrid-column-gap: 1em;\n\t\tgrid-template-areas: 'avatar user-info' 'avatar link-to-profile';\n\n\t\t.avatar {\n\t\t\tgrid-area: avatar;\n\n\t\t\timg {\n\t\t\t\tborder-radius: 10000px;\n\t\t\t}\n\t\t}\n\n\t\t.user-info {\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t\tgrid-area: user-info;\n\n\t\t\t.name {\n\t\t\t\tfont-weight: bolder;\n\t\t\t\tmargin-bottom: 0.25em;\n\t\t\t}\n\n\t\t\t.username {\n\t\t\t\tfont-size: 0.9em;\n\t\t\t\tfont-weight: lighter;\n\t\t\t}\n\t\t}\n\n\t\t.link-to-profile {\n\t\t\tgrid-area: link-to-profile;\n\t\t}\n\t}\n\n\t.sign-out {\n\t\tcursor: pointer;\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/global.scss",
    "content": "/* VENDOR - Default fall-backs and external files.\n========================================================================== */\n\n/* BASE - Base Variable file along with starting point Mixins and Placeholders.\n========================================================================== */\n@import 'base/_vars.scss';\n@import 'base/_typography.scss';\n@import 'base/_normalize.scss';\n@import 'base/_colors.scss';\n@import 'elements/_buttons.scss';\n@import 'elements/_drawer.scss';\n@import 'elements/_forms.scss';\n@import 'elements/_modals.scss';\n@import 'elements/_popovers.scss';\n@import 'elements/_tabs.scss';\n\n/* FRAMEWORK - Structure and layout files.\n========================================================================== */\n\n@import 'framework/_app.scss';\n@import 'framework/_player.scss';\n@import 'framework/auth-views/_create.scss';\n@import 'framework/auth-views/_forgot-password.scss';\n@import 'framework/auth-views/_login.scss';\n@import 'framework/auth-views/_reset-password.scss';\n@import 'framework/auth-views/_shared.scss';\n@import 'framework/dashboard/_header.scss';\n\n/* Components - Re-usable site elements.\n========================================================================== */\n\n@import 'components/_click-catcher.scss';\n@import 'components/_columns.scss';\n@import 'components/_comment-input-box.scss';\n@import 'components/_comment-section.scss';\n@import 'components/_episode-info-popover.scss';\n@import 'components/_follow-popover.scss';\n@import 'components/_hero-card.scss';\n@import 'components/_item-info.scss';\n@import 'components/_list.scss';\n@import 'components/_loader.scss';\n@import 'components/_media-card.scss';\n@import 'components/_panel-element.scss';\n@import 'components/_playlist-card.scss';\n@import 'components/_popover-panel.scss';\n@import 'components/_shows-grid.scss';\n@import 'components/_simple-progress-bar.scss';\n@import 'components/_tiny-list.scss';\n@import 'components/_github.scss';\n@import 'components/_content.scss';\n@import 'components/_feed-header.scss';\n@import 'components/_feed-list-item.scss';\n\n/* MODULES - Re-usable site elements.\n========================================================================== */\n\n@import 'modules/_activity-feed.scss';\n@import 'modules/_add-content.scss';\n@import 'modules/_download.scss';\n@import 'modules/_featured-items-section.scss';\n@import 'modules/_follow-suggestions.scss';\n@import 'modules/_my-playlists.scss';\n@import 'modules/_notification-feed.scss';\n@import 'modules/_podcast-suggestions.scss';\n@import 'modules/_reshare-modal.scss';\n@import 'modules/_rss-panels.scss';\n@import 'modules/_search-results.scss';\n@import 'modules/_share.scss';\n@import 'modules/_social-icons.scss';\n@import 'modules/_user-settings-drawer.scss';\n\n// views\n\n@import 'views/_404.scss';\n@import 'views/_dashboard.scss';\n@import 'views/_onboarding.scss';\n@import 'views/_profile.scss';\n@import 'views/_grid.scss';\n@import 'views/_playlist.scss';\n@import 'views/_podcast.scss';\n@import 'views/_rss.scss';\n@import 'views/_admin.scss';\n@import 'views/folder.scss';\n@import 'views/note.scss';\n"
  },
  {
    "path": "app/src/styles/modules/_activity-feed.scss",
    "content": ".activity-feed-wrapper {\n\t.activity {\n\t\tfont-family: $primary;\n\t\tmargin-top: 24px;\n\t\twidth: 100%;\n\n\t\t.about {\n\t\t\tdisplay: flex;\n\t\t\tfont-weight: 200;\n\t\t\tmargin-bottom: 1em;\n\n\t\t\t.icon {\n\t\t\t\tmargin-right: 8px;\n\n\t\t\t\timg {\n\t\t\t\t\tborder-radius: 10000px;\n\t\t\t\t\tbox-shadow: $box-shadow;\n\t\t\t\t\theight: 40px;\n\t\t\t\t\twidth: 40px;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.title {\n\t\t\t\t.verb,\n\t\t\t\t.descriptor,\n\t\t\t\t.time-ago {\n\t\t\t\t\tcolor: $silver-chalice;\n\t\t\t\t}\n\n\t\t\t\t.action {\n\t\t\t\t\tfont-size: 1.1em;\n\n\t\t\t\t\ta:link,\n\t\t\t\t\ta:visited,\n\t\t\t\t\ta:hover,\n\t\t\t\t\ta:focus,\n\t\t\t\t\ta:active {\n\t\t\t\t\t\tcolor: inherit;\n\t\t\t\t\t\ttext-decoration: none;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t.time-ago {\n\t\t\t\t\tfont-size: 1em;\n\t\t\t\t\tmargin-top: 4px;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.text {\n\t\t\tfont-size: 1.1em;\n\t\t\tfont-weight: lighter;\n\t\t\tmargin-bottom: 1em;\n\t\t}\n\n\t\t.content {\n\t\t\tbackground-color: $background-white;\n\t\t\tborder-radius: 6px;\n\t\t\tbox-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), 0 2px 7px 0 rgba(0, 0, 0, 0.05);\n\t\t\tfont-size: 11px;\n\t\t\tfont-weight: 600;\n\t\t\theight: 82px;\n\t\t\tmargin-top: 12px;\n\t\t\tpadding: 12px;\n\t\t\twidth: auto;\n\n\t\t\t.left {\n\t\t\t\tfloat: left;\n\t\t\t\twidth: 25%;\n\n\t\t\t\t.icon {\n\t\t\t\t\theight: 58px;\n\t\t\t\t\twidth: 58px;\n\n\t\t\t\t\t.play {\n\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\tbackground: rgba(0, 0, 0, 0.8);\n\t\t\t\t\t\tborder-radius: 50%;\n\t\t\t\t\t\tbox-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);\n\t\t\t\t\t\tcursor: pointer;\n\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\theight: 39px;\n\t\t\t\t\t\tjustify-content: center;\n\t\t\t\t\t\tleft: 40px;\n\t\t\t\t\t\tposition: relative;\n\t\t\t\t\t\ttop: -50px;\n\t\t\t\t\t\twidth: 39px;\n\n\t\t\t\t\t\timg {\n\t\t\t\t\t\t\tmargin-left: 3px;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\t.favicon {\n\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\tborder: 1px solid lime;\n\t\t\t\t\t\tborder: 5px solid $snow;\n\t\t\t\t\t\tcursor: pointer;\n\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\theight: 16px;\n\t\t\t\t\t\tjustify-content: center;\n\t\t\t\t\t\tleft: 50px;\n\t\t\t\t\t\tposition: relative;\n\t\t\t\t\t\ttop: -45px;\n\t\t\t\t\t\twidth: 16px;\n\n\t\t\t\t\t\timg {\n\t\t\t\t\t\t\tmargin-left: 3px;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.right {\n\t\t\t\tfloat: left;\n\t\t\t\twidth: 75%;\n\n\t\t\t\t.name {\n\t\t\t\t\tcolor: $dim-gray;\n\t\t\t\t\tmargin-bottom: 5px;\n\t\t\t\t\ttext-transform: uppercase;\n\t\t\t\t}\n\n\t\t\t\t.title {\n\t\t\t\t\tfont-size: 13px;\n\t\t\t\t\tfont-weight: 400;\n\t\t\t\t\tmargin-bottom: 5px;\n\t\t\t\t}\n\n\t\t\t\t.stats {\n\t\t\t\t\tcolor: $magnesium;\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\tfont-size: 11px;\n\t\t\t\t\tfont-weight: 400;\n\n\t\t\t\t\t.left {\n\t\t\t\t\t\tflex: 1;\n\t\t\t\t\t\ttext-align: left;\n\t\t\t\t\t}\n\n\t\t\t\t\t.right {\n\t\t\t\t\t\tflex: 1;\n\t\t\t\t\t\ttext-align: right;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.spacer {\n\t\t\tbackground-color: $snowcap;\n\t\t\theight: 1px;\n\t\t\tmargin: 12px 0 12px 0;\n\t\t}\n\t}\n\n\t> * {\n\t\tborder-bottom: 1px solid $foreground-lightgray;\n\t\tpadding-bottom: 2em;\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/modules/_add-content.scss",
    "content": ".add-new-content-modal {\n\tmargin-top: 2em;\n\n\theader {\n\t\tdisplay: flex;\n\n\t\th1 {\n\t\t\tfont-size: 20px;\n\t\t\tfont-weight: 600;\n\t\t\tmargin: 16px 0 16px 0;\n\t\t\tpadding: 0;\n\t\t}\n\t}\n\n\t.expander-section {\n\t\t.expander-button {\n\t\t\talign-items: center;\n\t\t\tcolor: $foreground-green;\n\t\t\tcursor: pointer;\n\t\t\tdisplay: flex;\n\n\t\t\t.expander-bar {\n\t\t\t\tborder-bottom: 1px solid $foreground-lightgray;\n\t\t\t\tflex-grow: 1;\n\t\t\t}\n\n\t\t\t> * {\n\t\t\t\tmargin-right: 0.5em;\n\t\t\t}\n\n\t\t\t&:last-child {\n\t\t\t\tmargin-right: 0;\n\t\t\t}\n\t\t}\n\t}\n\n\tform {\n\t\t.input-box {\n\t\t\tinput {\n\t\t\t\tmargin-bottom: 6px;\n\t\t\t\tpadding-right: 25px;\n\t\t\t\twidth: 480px;\n\n\t\t\t\t&:disabled {\n\t\t\t\t\tbackground-color: $background-lightgray;\n\t\t\t\t\tborder: 1px solid $background-lightgray;\n\t\t\t\t\tcursor: not-allowed;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\timg,\n\t\t\tsvg,\n\t\t\t.icon {\n\t\t\t\tfloat: right;\n\t\t\t\tposition: relative;\n\t\t\t\tright: 5px;\n\t\t\t\ttop: -28px;\n\t\t\t}\n\t\t}\n\n\t\t.dropzone {\n\t\t\talign-items: center;\n\t\t\tbackground-color: $background-gray;\n\t\t\tborder: 1px dotted $foreground-darkgray;\n\t\t\tborder-radius: $border-radius;\n\t\t\tcursor: pointer;\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t\theight: 200px;\n\t\t\tjustify-content: center;\n\t\t\tmargin: 1em auto;\n\n\t\t\t&:hover {\n\t\t\t\tborder: 1px dashed $foreground-green;\n\t\t\t}\n\n\t\t\t.dropzone-container {\n\t\t\t\talign-items: center;\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-direction: column;\n\t\t\t\tfont-size: 12px;\n\t\t\t\tfont-weight: 300;\n\t\t\t\tjustify-content: center;\n\n\t\t\t\tspan {\n\t\t\t\t\tfont-size: 12px;\n\t\t\t\t\tfont-weight: 300;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.info {\n\t\t\tcolor: $foreground-black;\n\t\t\tfont-size: 12px;\n\t\t\tfont-weight: 400;\n\t\t\ttext-transform: none;\n\t\t}\n\t}\n\n\t.error-message {\n\t\tcolor: $foreground-red;\n\t}\n\n\t.buttons {\n\t\tdisplay: flex;\n\t\tflex-direction: row-reverse;\n\t\tmargin-top: 1em;\n\t}\n\n\tlabel {\n\t\tcursor: pointer;\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/modules/_download.scss",
    "content": ".download {\n\talign-items: center;\n\tdisplay: flex;\n\tflex-direction: column;\n\theight: 100vh;\n\tjustify-content: center;\n}\n"
  },
  {
    "path": "app/src/styles/modules/_featured-items-section.scss",
    "content": ".featured-items-section {\n\tbackground-color: $background-lightishgray;\n\tgrid-area: featured;\n\tmargin-bottom: 1em;\n\n\n\t.featured-items-header {\n\t\talign-items: center;\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\t\tmargin-left: 2em;\n\t\tmargin-right: 2em;\n\n\t\tspan {\n\t\t\tcolor: $dim-gray;\n\t\t\tcursor: pointer;\n\t\t\tfont-size: 0.98em;\n\t\t\tfont-weight: 500;\n\t\t}\n\t}\n\n\t.featured-item-list {\n\t\tdisplay: flex;\n\t\tmax-width: 100%;\n\t\tpadding-top: 10px;\n\t\tpadding-bottom: 20px;\n\t\toverflow-x: scroll;\n\n\t\t&::-webkit-scrollbar {\n\t\t\tdisplay: none;\n\t\t}\n\n\t\t.featured-item {\n\t\t\tbackground-color: $background-darkgray;\n\t\t\tbackground-position: center;\n\t\t\tbackground-size: cover;\n\t\t\tborder-radius: $border-radius;\n\t\t\tbox-shadow: $box-shadow;\n\t\t\tcolor: $foreground-white;\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column-reverse;\n\t\t\theight: 190px;\n\t\t\tmargin-right: 1.2em;\n\t\t\tmin-width: 200px;\n\t\t\tpadding: 18px;\n\t\t\ttext-decoration: inherit;\n\t\t\twidth: 200px;\n\t\t\tobject-fit: cover;\n\t\t\tbox-shadow: 0 6px 18px 0 rgba(15,40,34,0.10);\n\t\t\ttransition-duration: 0.3s;\n\t\t\ttransition-property: transform;\n\n\t\t\t&:hover{\n\t\t\t\ttransform: scale(1.01);\n\t\t\t}\n\n\t\t\t&:first-child {\n\t\t\t\tmargin-left: 1.2em;\n\t\t\t}\n\n\t\t\th1 {\n\t\t\t\tmargin-bottom: 0;\n\t\t\t\tfont-size: 1.65em;\n\n\t\t\t}\n\n\t\t\tlabel {\n\t\t\t\tcolor: $foreground-white;\n\t\t\t\tmargin-bottom: auto;\n\t\t\t\tfont-size: 1em;\n\t\t\t}\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/modules/_follow-suggestions.scss",
    "content": ".follow-suggestions-section {\n\tmargin-top: 5em;\n\n\t> * {\n\t\tmargin-bottom: 2em;\n\t}\n}\n\n.follow-suggestions {\n\t.follow-suggestion {\n\t\talign-items: center;\n\t\tborder-bottom: 1px solid $foreground-lightgray;\n\t\tcolor: inherit;\n\t\tdisplay: flex;\n\t\tfont-family: $primary;\n\t\tfont-size: 1.2em;\n\t\tpadding: 0.75em 0;\n\t\ttext-decoration: none;\n\n\t\t&:last-child {\n\t\t\tborder-bottom: none;\n\t\t}\n\n\t\timg {\n\t\t\tborder-radius: 10000px;\n\t\t\tbox-shadow: $box-shadow;\n\t\t\theight: 2.5em;\n\t\t\tmargin-right: 1em;\n\t\t\twidth: 2.5em;\n\t\t}\n\n\t\t.info {\n\t\t\tflex-grow: 1;\n\n\t\t\t.username {\n\t\t\t\tcolor: $foreground-darkgray;\n\t\t\t\tfont-size: 80%;\n\t\t\t}\n\t\t}\n\n\t\t.follow {\n\t\t\tborder-radius: $border-radius;\n\t\t\tcolor: $foreground-green;\n\t\t\tcursor: pointer;\n\t\t\tfont-size: 80%;\n\t\t\tfont-weight: 600;\n\t\t\tletter-spacing: 0.1em;\n\t\t\tpadding: 0.5em;\n\t\t\ttext-transform: uppercase;\n\n\t\t\t&.active {\n\t\t\t\tbackground-color: $background-green;\n\t\t\t\tcolor: white;\n\t\t\t}\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/modules/_my-playlists.scss",
    "content": ".my-playlists {\n\tmargin-bottom: 2em;\n\n\t.playlist {\n\t\talign-items: center;\n\t\tcolor: inherit;\n\t\tdisplay: flex;\n\t\tflex-direction: row;\n\t\tfont-size: 1.1em;\n\t\tpadding: 1em 0;\n\t\ttext-decoration: none;\n\n\t\t&:first-of-type {\n\t\t\tpadding-top: 0;\n\t\t}\n\n\t\timg {\n\t\t\tborder-radius: $border-radius;\n\t\t\theight: 50px;\n\t\t\tmargin-right: 1em;\n\t\t\twidth: 50px;\n\t\t}\n\n\t\t.info {\n\t\t\tflex-grow: 1;\n\t\t\tfont-weight: 600;\n\n\t\t\t.title {\n\t\t\t\tmargin-bottom: 0.5em;\n\t\t\t}\n\n\t\t\t.attributes {\n\t\t\t\tcolor: $foreground-darkgray;\n\t\t\t\tfont-family: $primary;\n\t\t\t\tfont-size: 0.8em;\n\t\t\t\tletter-spacing: 0.1em;\n\t\t\t\ttext-transform: uppercase;\n\t\t\t}\n\t\t}\n\n\t\t.chevron {\n\t\t\talign-items: center;\n\t\t\tcolor: $foreground-darkgray;\n\t\t\tdisplay: flex;\n\t\t\tjustify-content: center;\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/modules/_notification-feed.scss",
    "content": ".notifications-feed {\n\tbackground-color: $snow;\n\tborder-radius: 6px;\n\tbox-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06), 0 2px 7px 0 rgba(0, 0, 0, 0.05);\n\theight: auto;\n\tmin-height: 100px;\n\tmin-width: 100px;\n\tpadding: 12px;\n\twidth: auto;\n\n\t.Popover-tip {\n\t\tdisplay: none;\n\t}\n\n\tul {\n\t\tlist-style-type: none;\n\t\tmargin: 0;\n\t\tpadding: 0;\n\n\t\tli {\n\t\t\tfont-family: $primary;\n\t\t\tfont-size: 13px;\n\t\t\tfont-weight: 300;\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/modules/_podcast-suggestions.scss",
    "content": ".podcast-suggestions {\n\tmargin-bottom: 2em;\n\n\t.suggestion {\n\t\tcolor: inherit;\n\t\tdisplay: flex;\n\t\tflex-direction: row;\n\t\tflex-wrap: nowrap;\n\t\tpadding: 0.5em 0;\n\t\ttext-decoration: none;\n\n\t\t.left {\n\t\t\timg {\n\t\t\t\tborder-radius: $border-radius;\n\t\t\t\tbox-shadow: $box-shadow;\n\t\t\t\tmargin-right: 2em;\n\t\t\t}\n\t\t}\n\n\t\t.right {\n\t\t\tborder-bottom: 1px solid $foreground-lightgray;\n\t\t\tflex-grow: 1;\n\t\t\tfont-family: $primary;\n\t\t\tpadding-bottom: 2em;\n\n\t\t\tp {\n\t\t\t\tmargin: 0;\n\n\t\t\t\t&.title {\n\t\t\t\t\tfont-size: 1.2em;\n\t\t\t\t\tfont-weight: 400;\n\t\t\t\t\tmargin: 6px 0;\n\t\t\t\t}\n\n\t\t\t\t&.stats {\n\t\t\t\t\tcolor: $foreground-darkgray;\n\t\t\t\t\tfont-size: 1.1em;\n\t\t\t\t\tfont-weight: 300;\n\t\t\t\t\tmargin-bottom: 6px;\n\t\t\t\t}\n\n\t\t\t\t&.why {\n\t\t\t\t\tcolor: $foreground-darkgray;\n\t\t\t\t\tfont-size: 0.9em;\n\t\t\t\t\tfont-weight: lighter;\n\t\t\t\t\ttext-transform: uppercase;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.chevron {\n\t\t\talign-items: center;\n\t\t\tcolor: $foreground-darkgray;\n\t\t\tdisplay: flex;\n\t\t\tjustify-content: center;\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/modules/_reshare-modal.scss",
    "content": ".reshare-modal {\n\tbackground-color: $background-gray;\n\tmargin-top: 2em;\n\n\t.media-card {\n\t\tmargin-bottom: 1em;\n\t}\n\n\t.send {\n\t\tmargin-top: -1em;\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/modules/_rss-panels.scss",
    "content": ".panel {\n\tfont-weight: 300;\n\n\t&.follow-suggestions {\n\t\t.panel-header {\n\t\t\tcolor: $foreground-blue;\n\t\t}\n\t}\n\n\t&.today {\n\t\t.panel-header {\n\t\t\tcolor: $foreground-purple;\n\t\t}\n\t}\n\n\t&.pins {\n\t\t.panel-header {\n\t\t\tcolor: $foreground-orange;\n\t\t}\n\n\t\timg.pin {\n\t\t\tmargin-left: 0.5em;\n\t\t}\n\t}\n\n\t&.everything {\n\t\t.panel-header {\n\t\t\tcolor: $foreground-red;\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/modules/_search-results.scss",
    "content": ".results.panel {\n\tborder-radius: 0.25em;\n\tleft: 0;\n\tmargin-top: 0.5em;\n\tposition: absolute;\n\tright: 0;\n\tz-index: 10001;\n\n\t> * {\n\t\t&.panel-element {\n\t\t\tmargin: 0;\n\t\t\tpadding: 0.8em;\n\n\t\t\t&:first-child {\n\t\t\t\tborder-top-left-radius: 0.25em;\n\t\t\t\tborder-top-right-radius: 0.25em;\n\t\t\t}\n\t\t}\n\n\t\t&.selected {\n\t\t\tbackground-color: $background-gray;\n\t\t}\n\n\t\t.left {\n\t\t\tpadding: unset;\n\t\t\twidth: unset;\n\t\t}\n\n\t\t.center {\n\t\t\tdisplay: block;\n\t\t\ttext-align: left;\n\t\t\ttext-overflow: ellipsis;\n\t\t}\n\n\t\t.right {\n\t\t\tmargin-left: auto;\n\t\t\tpadding: 0;\n\t\t\twidth: unset;\n\n\t\t\t.algolia-logo {\n\t\t\t\tbackground-color: unset;\n\t\t\t\theight: unset;\n\t\t\t\twidth: unset;\n\t\t\t}\n\t\t}\n\n\t\t.type {\n\t\t\tbackground-color: rgba(0, 0, 0, 0.06);\n\t\t\tborder-radius: 2px;\n\t\t\tpadding: 3px 5px;\n\t\t}\n\t}\n}\n\n.click-catcher {\n\tz-index: 10000;\n}\n"
  },
  {
    "path": "app/src/styles/modules/_share.scss",
    "content": ".share {\n\tbackground-color: $background-white;\n\tborder-radius: $border-radius;\n\tbox-shadow: $box-shadow;\n\theight: 10.25em;\n\tmargin-bottom: 2em;\n\tpadding: 1em;\n\tposition: relative;\n\twidth: auto;\n\n\t.inner {\n\t\tdisplay: flex;\n\t\tflex-direction: row;\n\t\tjustify-content: flex-start;\n\n\t\t.avatar {\n\t\t\tmargin-right: 8px;\n\n\t\t\timg {\n\t\t\t\tborder-radius: 50%;\n\t\t\t\tbox-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.17);\n\t\t\t}\n\t\t}\n\n\t\ttextarea {\n\t\t\tborder: none;\n\t\t\tfont-size: 14px;\n\t\t\tfont-weight: 200;\n\t\t\theight: 72px;\n\t\t\toutline: none;\n\t\t\tresize: none;\n\t\t\twidth: 100%;\n\t\t}\n\t}\n\n\t.send {\n\t\tmargin-left: auto;\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/modules/_social-icons.scss",
    "content": ".social {\n\tdisplay: flex;\n\tmargin: 12px 0 0 0;\n\n\t.like {\n\t\timg {\n\t\t\tposition: relative;\n\t\t\ttop: 1px;\n\t\t}\n\t}\n\n\t.like,\n\t.comment,\n\t.repost,\n\t.flag {\n\t\tcolor: $foreground-reallydarkgray;\n\t\tcursor: pointer;\n\t\tfont-size: 11px;\n\t\tfont-weight: 200;\n\t\tmargin-right: 24px;\n\n\t\timg {\n\t\t\tmargin-right: 6px;\n\t\t}\n\t}\n\n\t.comment,\n\t.repost {\n\t\timg {\n\t\t\tposition: relative;\n\t\t\ttop: 2px;\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/modules/_user-settings-drawer.scss",
    "content": ".user-settings-drawer {\n\t.background-image-grid {\n\t\tdisplay: flex;\n\t\tflex-direction: row;\n\t\tflex-wrap: wrap;\n\n\t\t> .background-image {\n\t\t\tborder-radius: $border-radius;\n\t\t\tmargin-bottom: 1em;\n\t\t\tmargin-right: 1em;\n\t\t\tposition: relative;\n\n\t\t\timg {\n\t\t\t\tborder-radius: $border-radius;\n\t\t\t\tbox-shadow: $box-shadow;\n\t\t\t\tcursor: pointer;\n\t\t\t\theight: 50px;\n\t\t\t\twidth: 50px;\n\n\t\t\t\t&.active {\n\t\t\t\t\tborder: 2px solid $foreground-green;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.checkmark {\n\t\t\t\talign-items: center;\n\t\t\t\tbackground-color: $background-green;\n\t\t\t\tborder-radius: $border-radius;\n\t\t\t\tbottom: 3px;\n\t\t\t\tcolor: $foreground-white;\n\t\t\t\tdisplay: flex;\n\t\t\t\theight: 1.3em;\n\t\t\t\tjustify-content: center;\n\t\t\t\tpadding: 0.1em;\n\t\t\t\tposition: absolute;\n\t\t\t\tright: 0;\n\t\t\t\twidth: 1.3em;\n\t\t\t}\n\t\t}\n\t}\n\n\t.btn.delete {\n\t\tmargin-top: 2em;\n\t}\n\n\t#settings-account-form {\n\t\t.avatar {\n\t\t\tmargin-bottom: 0.5em;\n\t\t}\n\t}\n\n\t#settings-password-form {\n\t\t.form-section {\n\t\t\tlabel > span {\n\t\t\t\tdisplay: inline-block;\n\t\t\t\tmargin-bottom: 0.6em;\n\t\t\t}\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/views/_404.scss",
    "content": ".not-found {\n\talign-items: center;\n\tdisplay: flex;\n\tflex-direction: column;\n\tflex-grow: 1;\n\theight: 100%;\n\tjustify-content: center;\n\tmax-width: 100%;\n\toverflow-y: hidden;\n\n\t// interesting use case here - using the standard href=\"#\" trick breaks some stuff with our electron link handler, so gonna just style a normal link for now.\n\ta {\n\t\tcolor: $foreground-green;\n\t\tcursor: pointer;\n\t\ttext-decoration: underline;\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/views/_admin.scss",
    "content": "// ----------------------------------------\n// // ------ tables config ------\n// ----------------------------------------\n\n// ----------------------------------------\n// // ------ colors ------\n// ----------------------------------------\n\n$table-border-color: #b8b8b8;\n\n// ----------------------------------------\n// // ------ demo container settings ------\n// ----------------------------------------\n\n$container-width: 88%;\n\n// ----------------------------------------\n// // ------ table settings ------\n// ----------------------------------------\n\n$table-border-width: .071428571em;\n$table-border-style: solid;\n$table-margin-bottom: 1.529411765em;\n$table-cell-padding: .470588235em;\n$table-cell-text-align: left;\n$table-cell-border-top: $table-border-width $table-border-style $table-border-color;\n$table-header-font-weight: bold;\n$table-body-border-top: .142857143em $table-border-style $table-border-color;\n$table-condensed-padding: .294117647em;\n$table-bordered-border: $table-border-width $table-border-style $table-border-color;\n$table-bordered-border-radius: .470588235em;\n$table-border-left: $table-border-width $table-border-style $table-border-color;\n$table-bordered-child-radius: .470588235em;\n\n/* =============================================================\n\n    Tables v1.0\n    Simple table styling by Chris Ferdinandi.\n    http://gomakethings.com\n\n    Adapted from Twitter Bootstrap.\n    http://twitter.github.com/bootstrap/\n\n    Licensed under the Apache License v2.0\n    http://www.apache.org/licenses/LICENSE-2.0\n\n * ============================================================= */\n\n/*  Sets Body Width */\n.admin {\n    display: flex;\n    flex-flow: column;\n    width: $container-width;\n    height: 100%;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.admin .email {\n    border-style: dashed;\n    border-color: lightgray;\n    border-width: thin;\n    padding: 15px;\n    background: white;\n}\n\n.admin input[type='checkbox'] {\n    display: none;\n}\n\n.lbl-toggle h2 {\n    display: inline-block;\n}\n\n.lbl-toggle {\n    display: block;\n\n    cursor: pointer;\n\n    border-radius: 7px;\n    transition: all 0.25s ease-out;\n}\n\n.lbl-toggle:hover {\n    color: #7C5A0B;\n}\n\n.lbl-toggle::before {\n    content: ' ';\n    display: inline-block;\n\n    border-top: 5px solid transparent;\n    border-bottom: 5px solid transparent;\n    border-left: 5px solid currentColor;\n\n    vertical-align: middle;\n    margin-right: .7rem;\n    transform: translateY(-2px);\n\n    transition: transform .2s ease-out;\n}\n\n.collapsible-content .table {\n    background: white;\n}\n\n.collapsible-content {\n    max-height: 0px;\n    overflow: scroll;\n\n    transition: max-height .25s ease-in-out;\n}\n\n.toggle:checked + .lbl-toggle + .collapsible-content {\n    max-height: 800px;\n}\n\n.toggle:checked + .lbl-toggle::before {\n    transform: rotate(90deg) translateX(-3px);\n}\n\n.toggle:checked + .lbl-toggle {\n    border-bottom-right-radius: 0;\n    border-bottom-left-radius: 0;\n}\n\n/* =============================================================\n    TABLES\n    Table styling.\n * ============================================================= */\n\n/*  Removes default browser settings\n *  and evens out inconsistencies. */\n.admin table {\n    max-width: 100%;\n    border-collapse: collapse;\n    border-spacing: 0;\n}\n\n/*  Sets table width to 100%.\n *  Adds bottom-margin. */\n.table,\n%table {\n    width: 100%;\n    margin-bottom: $table-margin-bottom;\n}\n\n/*  Adds table cell padding,\n *  aligns text to the left,\n *  and adds a top border to each cell. */\n.table th,\n%table th,\n.table td,\n%table td {\n    padding: $table-cell-padding;\n    text-align: $table-cell-text-align;\n    border-top: $table-cell-border-top;\n}\n\n/*  Sets table header font-weight to bold.\n *  Aligns table header text to the bottom of each cell. */\n.table th,\n%table th {\n    font-weight: $table-header-font-weight;\n    vertical-align: bottom;\n}\n\n/*  Aligns cell text to the top of each cell. */\n.table td,\n%table td {\n   vertical-align: top;\n}\n\n/*  Removes the border-top from the first row. */\n.table thead:first-child tr th,\n%table thead:first-child tr th,\n.table thead:first-child tr td,\n%table thead:first-child tr td {\n    border-top: 0;\n}\n\n/*  Adds border-top between two table-body sections. */\n.table tbody + tbody,\n%table tbody + tbody {\n    border-top: $table-body-border-top;\n}\n\n/*  Reduces cell padding */\n.table-condensed th,\n%table-condensed th,\n.table-condensed td,\n%table-condensed td {\n    padding: $table-condensed-padding;\n}\n\n/* Adds borders and border-radius. */\n.table-bordered,\n%table-bordered {\n    border: $table-bordered-border;\n    border-collapse: separate;\n    *border-collapse: collapsed;\n    border-radius: $table-bordered-border-radius;\n}\n\n.table-bordered th + th,\n%table-bordered th + th,\n.table-bordered td + td,\n%table-bordered td + td,\n.table-bordered th + td,\n%table-bordered th + td,\n.table-bordered td + th,\n%table-bordered td + th {\n    border-left: $table-border-left;\n}\n\n.table-bordered thead:first-child tr:first-child th,\n%table-bordered thead:first-child tr:first-child th,\n.table-bordered tbody:first-child tr:first-child th,\n%table-bordered tbody:first-child tr:first-child th,\n.table-bordered tbody:first-child tr:first-child td,\n%table-bordered tbody:first-child tr:first-child td {\n    border-top: 0;\n}\n\n.table-bordered thead:first-child tr:first-child th:first-child,\n%table-bordered thead:first-child tr:first-child th:first-child,\n.table-bordered tbody:first-child tr:first-child td:first-child,\n%table-bordered tbody:first-child tr:first-child td:first-child {\n    border-radius: $table-bordered-child-radius 0 0 0;\n}\n\n.table-bordered thead:first-child tr:first-child th:last-child,\n%table-bordered thead:first-child tr:first-child th:last-child,\n.table-bordered tbody:first-child tr:first-child td:last-child,\n%table-bordered tbody:first-child tr:first-child td:last-child {\n    border-radius: 0 $table-bordered-child-radius 0 0;\n}\n\n.table-bordered thead:last-child tr:last-child th:first-child,\n%table-bordered thead:last-child tr:last-child th:first-child,\n.table-bordered tbody:last-child tr:last-child td:first-child,\n%table-bordered tbody:last-child tr:last-child td:first-child {\n    border-radius: 0 0 0 $table-bordered-child-radius;\n}\n\n.table-bordered thead:last-child tr:last-child th:last-child,\n%table-bordered thead:last-child tr:last-child th:last-child,\n.table-bordered tbody:last-child tr:last-child td:last-child,\n%table-bordered tbody:last-child tr:last-child td:last-child {\n    border-radius: 0 0 $table-bordered-child-radius 0;\n}\n"
  },
  {
    "path": "app/src/styles/views/_dashboard.scss",
    "content": ".dashboard {\n\tdisplay: grid;\n\tflex-grow: 1;\n\tgrid-column-gap: $gutters / 2;\n\tgrid-template-areas:\n\t\t'featured featured featured featured featured'\n\t\t'podcast-header border1 rss-header border2 folder-header'\n\t\t'podcast-content border1 rss-content border2 folder-content';\n\tgrid-template-columns: 1fr auto 1fr auto 1fr;\n\tgrid-template-rows: auto auto 1fr;\n\theight: 100%;\n\tmax-width: 100%;\n\toverflow-y: hidden;\n\tuser-select: none;\n\n\t.border1 {\n\t\tgrid-area: border1;\n\t}\n\n\t.border2 {\n\t\tgrid-area: border2;\n\t}\n\n\t.border1,\n\t.border2 {\n\t\tbackground: linear-gradient(to top, #ebebeb, #f7f7f7);\n\t\twidth: 5px;\n\t}\n\n\t.podcast-header {\n\t\tgrid-area: podcast-header;\n\t}\n\n\t.rss-header {\n\t\tgrid-area: rss-header;\n\t}\n\n\t.folder-header {\n\t\tgrid-area: folder-header;\n\t\tpadding: 1em;\n\n\t\t&.center {\n\t\t\tcursor: default;\n\t\t\ttext-align: center;\n\t\t}\n\n\t\th1 {\n\t\t\tmargin: 0;\n\t\t}\n\t}\n\n\t.podcasts-section {\n\t\tgrid-area: podcast-content;\n\t}\n\n\t.rss-section {\n\t\tgrid-area: rss-content;\n\t}\n\n\t.folder-section {\n\t\tgrid-area: folder-content;\n\t}\n\n\t.podcasts-section,\n\t.rss-section,\n\t.folder-section {\n\t\tmin-width: 0;\n\t\toverflow-y: scroll;\n\t}\n\n\t.podcast-header,\n\t.podcasts-section {\n\t\tmargin-left: ($gutters / 2);\n\t}\n\n\t.folder-header,\n\t.folder-section {\n\t\tmargin-right: ($gutters / 2);\n\t}\n\n\t.drilldown {\n\t\tcolor: $foreground-reallydarkgray;\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/views/_folder.scss",
    "content": ".intro-folder {\n\t.logo {\n\t\tdisplay: block;\n\t\tmargin: 2.7em auto;\n\t}\n\n\tul {\n\t\tmargin-left: 1em;\n\t\tpadding: 0;\n\t}\n\n\t.panel {\n\t\tfont-weight: 400;\n\t\tline-height: 22px;\n\t\tpadding: 2em 1em 1em 3em;\n\t\tposition: relative;\n\n\t\t.btn-new {\n\t\t\tmargin: 3em auto 2em;\n\t\t\twidth: 130px;\n\t\t}\n\n\t\t.note-icon {\n\t\t\tleft: 8px;\n\t\t\tposition: absolute;\n\t\t\ttransform: translateY(2px);\n\t\t}\n\t}\n}\n\n.search-feed {\n\tmargin-bottom: 0;\n\tposition: relative;\n\n\t.input-box,\n\tinput {\n\t\tmargin-bottom: 0;\n\t}\n\n\t.results.panel {\n\t\tmargin-top: 0;\n\t\tmax-height: 200px;\n\t\toverflow-y: scroll;\n\n\t\t.type {\n\t\t\tbackground-color: rgba(0, 0, 0, 0.06);\n\t\t\tborder-radius: 2px;\n\t\t\tpadding: 3px 5px;\n\t\t}\n\t}\n\n\t.select-box {\n\t\talign-items: center;\n\t\tborder: 1px solid $foreground-darkgray;\n\t\tborder-radius: 6px;\n\t\tbox-shadow: none;\n\t\tdisplay: flex;\n\t\tfont-size: 13px;\n\t\tfont-weight: 200;\n\t\tjustify-content: space-between;\n\t\tmargin-bottom: 0.5em;\n\t\tpadding: 6px;\n\t\tpadding-left: 1em;\n\t\tpadding-right: 0.5em;\n\n\t\t.fa-sort-down {\n\t\t\tcolor: $foreground-darkgray;\n\t\t\tfont-size: 1.4em;\n\t\t\tmargin-top: -5px;\n\t\t}\n\n\t\t&:focus,\n\t\t&:hover {\n\t\t\tborder: 1px solid $medium-sea-green;\n\t\t\toutline: none;\n\t\t\ttransition: all 0.4s linear;\n\t\t}\n\t}\n}\n\n.folder-feed-list {\n\tborder-radius: 2px;\n\tbox-shadow: none;\n\n\t.feed-item {\n\t\tcursor: default;\n\n\t\t.btn-remove {\n\t\t\tcursor: pointer;\n\t\t}\n\n\t\t.center {\n\t\t\tdisplay: block;\n\t\t}\n\n\t\t.type {\n\t\t\tbackground-color: rgba(0, 0, 0, 0.06);\n\t\t\tborder-radius: 2px;\n\t\t\tpadding: 3px 5px;\n\t\t}\n\n\t\t&:hover {\n\t\t\tmargin-left: 1em;\n\t\t}\n\t}\n}\n\n.tag-popover {\n\tmax-height: 260px;\n\toverflow-y: scroll;\n\twidth: 230px;\n\n\t.panel-element {\n\t\tcursor: pointer;\n\t\tfont-weight: 400;\n\t\theight: 40px;\n\t\tmargin: 0;\n\t\tpadding: 1em;\n\t}\n\n\t.new-tag {\n\t\tpadding-bottom: 0.5em;\n\t\tpadding-top: 0.5em;\n\t}\n\n\t.search-tag {\n\t\tpadding: 1em 1em 1.5em;\n\t\tposition: relative;\n\n\t\tinput {\n\t\t\twidth: 100%;\n\t\t}\n\n\t\tsvg {\n\t\t\tposition: absolute;\n\t\t\tright: 20px;\n\t\t\ttop: 20px;\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/views/_grid.scss",
    "content": ".grid-view {\n\tdisplay: grid;\n\tflex-grow: 1;\n\tgrid-column-gap: ($gutters / 2);\n\tgrid-template-areas:\n\t\t'panels-header border content-header'\n\t\t'panels border content';\n\tgrid-template-columns: 1fr auto 2fr;\n\tgrid-template-rows: auto 1fr;\n\theight: 100%;\n\tmax-width: 100%;\n\toverflow-y: hidden;\n\tpadding: 0 ($gutters / 2);\n\n\t.alignment-box {\n\t\tmargin-top: 1.7em;\n\t}\n\n\t.panels-header {\n\t\tgrid-area: panels-header;\n\t\tmin-width: 330px;\n\t\tuser-select: none;\n\t}\n\n\t.panels {\n\t\tgrid-area: panels;\n\t\tmin-width: 0;\n\t\toverflow-y: scroll;\n\t\tuser-select: none;\n\t}\n\n\t.border {\n\t\tbackground: linear-gradient(to top, #ebebeb, #f7f7f7);\n\t\tgrid-area: border;\n\t\twidth: 5px;\n\t}\n\n\t.content {\n\t\tgrid-area: content;\n\t\tmax-width: 100%;\n\t\toverflow-y: scroll;\n\n\t\t.enclosures {\n\t\t\tmargin: auto;\n\t\t}\n\t}\n\n\t.content-header {\n\t\tgrid-area: content-header;\n\t\tmargin-left: 0;\n\t\tuser-select: none;\n\n\t\t&.list-view-header {\n\t\t\tmargin: 0;\n\t\t\twidth: unset;\n\t\t}\n\t}\n\n\t.description {\n\t\tfont-size: 14px;\n\t\tline-height: 20px;\n\t\toverflow: hidden;\n\t\ttext-overflow: ellipsis;\n\t\twhite-space: nowrap;\n\t\twidth: 100%;\n\t}\n\n\t&.featured {\n\t\tgrid-template-areas:\n\t\t\t'featured border content-header'\n\t\t\t'featured border content'\n\t\t\t'desc border content';\n\t\tgrid-template-columns: 1fr auto 2fr;\n\t\tgrid-template-rows: 101px 101px auto;\n\t\tpadding-top: 2em;\n\t\tuser-select: none;\n\n\t\tlabel {\n\t\t\tcolor: $foreground-black;\n\t\t\tfont-size: 11px;\n\t\t\tfont-weight: bold;\n\t\t}\n\n\t\th1 {\n\t\t\tfont-size: 25px;\n\t\t\tfont-weight: bold;\n\t\t}\n\n\t\t.panels-header {\n\t\t\tgrid-area: featured;\n\t\t}\n\n\t\t.panels {\n\t\t\tfont-size: 15px;\n\t\t\tgrid-area: desc;\n\t\t}\n\n\t\t> * {\n\t\t\tmargin-bottom: 2em;\n\t\t}\n\n\t\t.alignment-box {\n\t\t\tmargin-top: 0;\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/views/_note.scss",
    "content": ".highlight-menu {\n\talign-items: center;\n\tbackground-color: $background-white;\n\tborder: 1px solid #dfe3e9;\n\tborder-radius: 4px;\n\tbox-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.22);\n\tdisplay: none;\n\tjustify-content: center;\n\tpadding: 10px 12px;\n\tposition: absolute;\n\ttransition: none;\n\tuser-select: none;\n\tvisibility: hidden;\n\tz-index: 400;\n\n\t&.active {\n\t\tanimation: pop-upwards 180ms forwards linear;\n\t\tdisplay: inline-flex;\n\t\ttransition: top 75ms ease-out, left 75ms ease-out;\n\t\tvisibility: visible;\n\t}\n\n\tsvg {\n\t\tcursor: pointer;\n\t\tmargin: 0 4px;\n\t\tuser-select: none;\n\t}\n\n\t.pointer-arrow {\n\t\tbackground: white;\n\t\tborder-bottom: 1px solid #dfe3e9;\n\t\tborder-right: 1px solid #dfe3e9;\n\t\tdisplay: block;\n\t\theight: 10px;\n\t\tposition: absolute;\n\t\tuser-select: none;\n\t\twidth: 10px;\n\t}\n}\n\n@keyframes pop-upwards {\n\t0% {\n\t\topacity: 0;\n\t\ttransform: matrix(0.97, 0, 0, 1, 0, 12);\n\t}\n\n\t20% {\n\t\topacity: 0.7;\n\t\ttransform: matrix(0.99, 0, 0, 1, 0, 2);\n\t}\n\n\t40% {\n\t\topacity: 1;\n\t\ttransform: matrix(1, 0, 0, 1, 0, -1);\n\t}\n\n\t70% {\n\t\topacity: 1;\n\t\ttransform: matrix(1, 0, 0, 1, 0, 0);\n\t}\n\n\t100% {\n\t\topacity: 1;\n\t\ttransform: matrix(1, 0, 0, 1, 0, 0);\n\t}\n}\n\n.note-input {\n\theight: 200px;\n\tuser-select: none;\n\twidth: 330px;\n\n\t.buttons {\n\t\tdisplay: flex;\n\t\tflex-direction: row-reverse;\n\t\tmargin-top: 20px;\n\t\tuser-select: none;\n\t}\n\n\tbutton {\n\t\tborder: none;\n\t\tcolor: $foreground-darkgray;\n\t\tcursor: pointer;\n\n\t\t&:last-child {\n\t\t\tmargin-right: auto;\n\t\t}\n\t}\n\n\tp {\n\t\tmargin: 0 0 8px;\n\n\t\tsvg {\n\t\t\tcursor: default;\n\t\t\tmargin-left: 0;\n\t\t\tmargin-right: 10px;\n\t\t\ttransform: translateY(2px);\n\t\t}\n\t}\n\n\ttextarea {\n\t\theight: 100px;\n\t\tresize: none;\n\t\tuser-select: none;\n\t\twidth: 100%;\n\t}\n}\n\n.highlight-icon {\n\tleft: 20px;\n\tposition: absolute;\n}\n\n.panel {\n\t.notes-panel {\n\t\tflex-direction: column;\n\t\tpadding: 0.82em 0;\n\n\t\t&:hover {\n\t\t\tmargin-left: 1em;\n\t\t}\n\n\t\t.title {\n\t\t\tmargin-bottom: 10px;\n\t\t\toverflow: hidden;\n\t\t\ttext-overflow: ellipsis;\n\t\t\twhite-space: nowrap;\n\t\t\twidth: 95%;\n\n\t\t\tsvg {\n\t\t\t\tmargin-right: 10px;\n\t\t\t\ttransform: translateY(2px);\n\t\t\t}\n\t\t}\n\n\t\t.numbers {\n\t\t\talign-items: center;\n\t\t\tdisplay: flex;\n\t\t\tjustify-content: space-between;\n\t\t\tpadding: 0 1.8em;\n\t\t\twidth: 100%;\n\n\t\t\tsvg {\n\t\t\t\tmargin-right: 3px;\n\t\t\t}\n\n\t\t\tspan {\n\t\t\t\talign-items: center;\n\t\t\t\tdisplay: inline-flex;\n\t\t\t}\n\t\t}\n\t}\n}"
  },
  {
    "path": "app/src/styles/views/_onboarding.scss",
    "content": ".onboarding-2-view {\n\tmargin: auto;\n\tmax-width: 100%;\n\ttext-align: center;\n\twidth: 30em;\n\n\tbutton {\n\t\tmargin: auto;\n\t}\n\n\t.input-box {\n\t\tinput {\n\t\t\tmargin-bottom: 12px;\n\t\t\tpadding-right: 25px;\n\t\t\twidth: 480px;\n\t\t}\n\t}\n\n\t.dropzone {\n\t\talign-items: center;\n\t\tbackground-color: $background-gray;\n\t\tborder: 1px dotted $foreground-darkgray;\n\t\tborder-radius: $border-radius;\n\t\tcursor: pointer;\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\theight: 200px;\n\t\tjustify-content: center;\n\t\tmargin: 1em auto;\n\n\t\t.dropzone-container {\n\t\t\talign-items: center;\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t\tfont-family: $primary;\n\t\t\tfont-size: 12px;\n\t\t\tfont-weight: 300;\n\t\t\tjustify-content: center;\n\n\t\t\tspan {\n\t\t\t\tfont-family: $primary;\n\t\t\t\tfont-size: 12px;\n\t\t\t\tfont-weight: 300;\n\t\t\t}\n\t\t}\n\t}\n\n\t.info {\n\t\tcolor: $foreground-black;\n\t\tfont-family: $primary;\n\t\tfont-size: 12px;\n\t\tfont-weight: 400;\n\t\ttext-transform: none;\n\t}\n\n\t.error-message {\n\t\tcolor: $foreground-red;\n\t}\n}\n\n.onboarding-view {\n\t.column {\n\t\tborder: none;\n\t}\n\n\t.playlist-hero-card {\n\t\tbox-shadow: $mega-box-shadow;\n\t\tdisplay: grid;\n\t\theight: unset;\n\t\tmargin-bottom: 0;\n\t\ttransition-duration: 0.3s;\n\t\ttransition-property: transform;\n\n\t\t&:hover{\n\t\t\ttransform: scale(1.01);\n\t\t}\n\n\t\th1 {\n\t\t\tmargin-top: 1em;\n\t\t}\n\t}\n\n\t.hero {\n\t\talign-items: center;\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\tmargin-bottom: 3em;\n\t\ttext-align: center;\n\n\t\th1 {\n\t\t\tfont-weight: 400;\n\t\t\tmargin-bottom: 0;\n\t\t}\n\n\t\tp {\n\t\t\tcolor: $foreground-darkgray;\n\t\t\tmargin-bottom: 30px;\n\t\t}\n\n\t\tbutton {\n\t\t\tmargin-bottom: 40px;\n\t\t}\n\t}\n\n\t.panel-element {\n\t\tcursor: pointer;\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/views/_playlist.scss",
    "content": ".playlist-view {\n\t.left {\n\t\t> * {\n\t\t\tmargin-bottom: 2em;\n\t\t}\n\t}\n\n\t.right {\n\t\t.top {\n\t\t\tdisplay: flex;\n\t\t\tjustify-content: space-between;\n\t\t\tmargin-bottom: 2em;\n\n\t\t\t.controls {\n\t\t\t\talign-items: center;\n\t\t\t\tdisplay: flex;\n\n\t\t\t\t> * {\n\t\t\t\t\tmargin-left: 30px;\n\t\t\t\t}\n\n\t\t\t\t.likes {\n\t\t\t\t\tcursor: pointer;\n\n\t\t\t\t\tspan {\n\t\t\t\t\t\tmargin-left: 0.5em;\n\t\t\t\t\t}\n\n\t\t\t\t\timg {\n\t\t\t\t\t\theight: 8px;\n\t\t\t\t\t\twidth: 10px;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t.play-button {\n\t\t\t\t\talign-items: center;\n\t\t\t\t\tbackground-color: $background-black;\n\t\t\t\t\tborder-radius: 10000px;\n\t\t\t\t\tcursor: pointer;\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\theight: 40px;\n\t\t\t\t\tjustify-content: center;\n\t\t\t\t\twidth: 40px;\n\n\t\t\t\t\t&.disabled {\n\t\t\t\t\t\tbackground-color: $background-darkgray;\n\t\t\t\t\t\tcursor: not-allowed;\n\t\t\t\t\t}\n\n\t\t\t\t\timg {\n\t\t\t\t\t\theight: 13px;\n\t\t\t\t\t\tmargin-left: 4px;\n\t\t\t\t\t\twidth: 11px;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.info {\n\t\t\t\th1 {\n\t\t\t\t\tfont-weight: 700;\n\t\t\t\t\tmargin-bottom: 0.5em;\n\t\t\t\t\tmargin-top: 0;\n\t\t\t\t}\n\n\t\t\t\t.attributes {\n\t\t\t\t\tcolor: $foreground-darkgray;\n\t\t\t\t\tfont-size: 0.9em;\n\t\t\t\t\tfont-weight: 600;\n\n\t\t\t\t\t> * {\n\t\t\t\t\t\tmargin-right: 1em;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.episodes {\n\t\t\tbackground-color: $background-white;\n\t\t\tborder-radius: $border-radius;\n\t\t\tbox-shadow: $box-shadow;\n\t\t\tpadding: 0 1em;\n\t\t\twidth: 100%;\n\n\t\t\t.episodes-heading {\n\t\t\t\tborder-bottom: 2px solid $foreground-lightgray;\n\t\t\t\tcolor: $foreground-darkgray;\n\t\t\t\tfont-family: $primary;\n\t\t\t\tfont-size: 11px;\n\t\t\t\tfont-weight: 600;\n\t\t\t\tletter-spacing: 0.04em;\n\t\t\t\ttext-transform: uppercase;\n\t\t\t}\n\n\t\t\t.empty-playlist {\n\t\t\t\talign-items: center;\n\t\t\t\tcolor: $foreground-darkgray;\n\t\t\t\tdisplay: flex;\n\t\t\t\tflex-direction: column;\n\t\t\t\tjustify-content: center;\n\t\t\t\tmin-height: 500px;\n\n\t\t\t\t> * {\n\t\t\t\t\tmargin-bottom: 1em;\n\t\t\t\t}\n\n\t\t\t\tp {\n\t\t\t\t\tmax-width: 300px;\n\t\t\t\t\ttext-align: center;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.episode-row {\n\t\t\t\tcursor: grab;\n\n\t\t\t\t.gu-mirror {\n\t\t\t\t\tcursor: grabbing;\n\t\t\t\t\topacity: 0.5;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.episode-row,\n\t\t\t.episodes-heading {\n\t\t\t\talign-items: center;\n\t\t\t\tborder-bottom: 1px solid $foreground-lightgray;\n\t\t\t\tdisplay: grid;\n\t\t\t\tgrid-template-columns: 3fr 1fr 1fr;\n\t\t\t\tpadding: 1em 0;\n\n\t\t\t\t&:last-child {\n\t\t\t\t\tborder-bottom: none;\n\t\t\t\t}\n\n\t\t\t\t.episode-info {\n\t\t\t\t\talign-items: center;\n\t\t\t\t\tdisplay: grid;\n\t\t\t\t\tgrid-template-columns: 3em 3em 1fr;\n\t\t\t\t\tjustify-content: center;\n\n\t\t\t\t\t.playlist-episode-order-number {\n\t\t\t\t\t\tmargin-right: 1em;\n\t\t\t\t\t\ttext-align: right;\n\t\t\t\t\t}\n\n\t\t\t\t\timg {\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\theight: auto;\n\t\t\t\t\t\tmargin: auto;\n\t\t\t\t\t\tmargin-right: 1em;\n\t\t\t\t\t\tmax-width: 100%;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t.time {\n\t\t\t\t\talign-items: center;\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\tjustify-content: space-between;\n\n\t\t\t\t\t.controls {\n\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\tdisplay: flex;\n\n\t\t\t\t\t\t.play {\n\t\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\t\tbackground-color: $background-darkgray;\n\t\t\t\t\t\t\tborder-radius: 10000px;\n\t\t\t\t\t\t\tcursor: pointer;\n\t\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\t\theight: 30px;\n\t\t\t\t\t\t\tjustify-content: center;\n\t\t\t\t\t\t\tmargin-left: 1em;\n\t\t\t\t\t\t\twidth: 30px;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t&.active {\n\t\t\t\t\tcolor: $foreground-green;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/views/_podcast.scss",
    "content": ""
  },
  {
    "path": "app/src/styles/views/_profile.scss",
    "content": "$profile-padding: 20px;\n\n.profile {\n\tpadding-top: 14px;\n\n\t.user-profile-card {\n\t\tbackground-color: $background-white;\n\t\tborder-radius: $border-radius;\n\t\tbox-shadow: $box-shadow;\n\t\tfont-family: $primary;\n\t\tfont-size: 14px;\n\t\tfont-weight: 300;\n\t\tmargin-bottom: 2em;\n\t\toverflow: hidden;\n\n\t\t.bottom {\n\t\t\tpadding-left: $profile-padding;\n\t\t\tpadding-right: $profile-padding;\n\n\t\t\t> *:last-child {\n\t\t\t\tmargin-bottom: $profile-padding;\n\t\t\t}\n\n\t\t\ta:-webkit-any-link {\n\t\t\t\tcolor: $foreground-black;\n\t\t\t\ttext-decoration: none;\n\n\t\t\t\ti {\n\t\t\t\t\tcolor: #00a3ee;\n\t\t\t\t\tpadding-right: 0.25em;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.top {\n\t\t\tbackground-position: center;\n\t\t\tbackground-size: cover;\n\t\t\tborder-top-left-radius: $border-radius;\n\t\t\tborder-top-right-radius: $border-radius;\n\t\t\tcolor: $snow;\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: row;\n\t\t\theight: 100px;\n\t\t\tobject-fit: cover;\n\t\t\tjustify-content: space-between;\n\t\t\tpadding: $profile-padding;\n\t\t\tposition: relative;\n\n\t\t\t.avatar {\n\t\t\t\theight: 60px;\n\t\t\t\twidth: 60px;\n\n\t\t\t\timg {\n\t\t\t\t\tborder-radius: 10000px;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.info {\n\t\t\t\tflex-grow: 1;\n\t\t\t\tmargin-left: $profile-padding;\n\n\t\t\t\t.name {\n\t\t\t\t\tfont-weight: bolder;\n\t\t\t\t}\n\n\t\t\t\t.username {\n\t\t\t\t\tfont-weight: lighter;\n\t\t\t\t}\n\n\t\t\t\t.follows {\n\t\t\t\t\tdisplay: flex;\n\n\t\t\t\t\t> * {\n\t\t\t\t\t\tmargin-right: 1em;\n\n\t\t\t\t\t\t.number {\n\t\t\t\t\t\t\tfont-weight: bolder;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.interact {\n\t\t\t\tposition: absolute;\n\t\t\t\tright: $profile-padding;\n\t\t\t}\n\t\t}\n\t}\n}\n"
  },
  {
    "path": "app/src/styles/views/_rss.scss",
    "content": ".rss-view {\n\t.enclosures {\n\t\tmargin: auto;\n\t\tmax-width: 720px;\n\t}\n}\n"
  },
  {
    "path": "app/src/util/feeds.js",
    "content": "import fetch from './fetch';\n\nexport const getFeed = (dispatch, type, page = 0, per_page = 10) => {\n\tif (!type) throw new Error('\"type\" not provided when fetching feed');\n\n\tfetch('GET', `/users/${localStorage['authedUser']}/feeds`, null, {\n\t\tpage,\n\t\tper_page,\n\t\ttype,\n\t}).then((res) => {\n\t\tif (type === 'episode')\n\t\t\tdispatch({ episodes: res.data, type: 'BATCH_UPDATE_EPISODES' });\n\t\telse if (type === 'article')\n\t\t\tdispatch({ articles: res.data, type: 'BATCH_UPDATE_ARTICLES' });\n\t});\n};\n"
  },
  {
    "path": "app/src/util/fetch/index.js",
    "content": "import axios from 'axios';\nimport config from '../../config';\n\nconst fetch = (method, path, data, params, headers) => {\n\tif (!method) throw new Error('Method is a required field.');\n\tif (!path) throw new Error('Path is a required field.');\n\n\tconst options = {\n\t\tmethod: method.toUpperCase(),\n\t\tbaseURL: config.api.url,\n\t\turl: path,\n\t\tdata: data || {},\n\t\tparams: params || {},\n\t\theaders: {\n\t\t\tAuthorization: `Bearer ${localStorage['jwt']}`,\n\t\t\t'Content-Type': 'application/json',\n\t\t\t...headers,\n\t\t},\n\t};\n\n\treturn axios(options);\n};\n\nexport default fetch;\n"
  },
  {
    "path": "app/src/util/getFeedActivities.js",
    "content": "import axios from 'axios';\nimport config from '../config';\n\nconst getFeedActivities = (feedID, jwt) => {\n\treturn new Promise((resolve, reject) => {\n\t\t// determine type of feed and userID\n\t\tlet feedParams = feedID.split(':');\n\t\tlet feedType = feedParams[0];\n\t\tlet userID = feedParams[1];\n\t\taxios({\n\t\t\tbaseURL: config.api.url,\n\t\t\theaders: {\n\t\t\t\tAuthorization: `Bearer ${jwt}`,\n\t\t\t\t'Content-Type': 'application/json',\n\t\t\t},\n\t\t\tmethod: 'GET',\n\t\t\tparams: { type: feedType },\n\t\t\turl: `/users/${userID}/feeds`,\n\t\t})\n\t\t\t.then((res) => resolve(res))\n\t\t\t.catch((err) => reject(err));\n\t});\n};\n\nexport default getFeedActivities;\n"
  },
  {
    "path": "app/src/util/getPlaceholderImageURL.js",
    "content": "const cards = [];\nconst squareCards = [];\nconst numberOfImages = 9;\n\nfor (let i = 1; i <= numberOfImages; i++) {\n\tcards.push(require(`../images/cards/pattern-${i}.png`));\n\tsquareCards.push(require(`../images/cards/pattern-${i}-square.png`));\n}\n\nexport default (stringId, square = false) => {\n\tlet count = 0;\n\tfor (const char of stringId) count += char.charCodeAt(0);\n\n\tif (square) return squareCards[count % numberOfImages];\n\treturn cards[count % numberOfImages];\n};\n"
  },
  {
    "path": "app/src/util/pins.js",
    "content": "import fetch from '../util/fetch';\n\nconst unpinArticle = (pinID, articleID, dispatch) => {\n\tfetch('DELETE', `/pins/${pinID}`)\n\t\t.then(() => {\n\t\t\tdispatch({\n\t\t\t\tarticleID,\n\t\t\t\ttype: 'UNPIN_ARTICLE',\n\t\t\t});\n\t\t})\n\t\t.catch((err) => {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t});\n};\n\nconst pinArticle = (articleID, dispatch) => {\n\twindow.streamAnalyticsClient.trackEngagement({\n\t\tlabel: 'pinned_article',\n\t\tcontent: { foreign_id: `articles:${articleID}` },\n\t});\n\n\tfetch('POST', '/pins', { article: articleID })\n\t\t.then((res) => {\n\t\t\tdispatch({\n\t\t\t\tpin: res.data,\n\t\t\t\ttype: 'PIN_ARTICLE',\n\t\t\t});\n\t\t})\n\t\t.catch((err) => {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t});\n};\n\nconst pinEpisode = (episodeID, dispatch) => {\n\twindow.streamAnalyticsClient.trackEngagement({\n\t\tlabel: 'pinned_episode',\n\t\tcontent: { foreign_id: `episodes:${episodeID}` },\n\t});\n\n\tfetch('POST', '/pins', { episode: episodeID })\n\t\t.then((res) => {\n\t\t\tdispatch({\n\t\t\t\tpin: res.data,\n\t\t\t\ttype: 'PIN_EPISODE',\n\t\t\t});\n\t\t})\n\t\t.catch((err) => {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t});\n};\n\nconst unpinEpisode = (pinID, episodeID, dispatch) => {\n\tfetch('DELETE', `/pins/${pinID}`)\n\t\t.then(() => {\n\t\t\tdispatch({\n\t\t\t\tepisodeID,\n\t\t\t\ttype: 'UNPIN_EPISODE',\n\t\t\t});\n\t\t})\n\t\t.catch((err) => {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t});\n};\n\nconst getPinnedArticles = (dispatch) => {\n\tfetch('GET', '/pins', null, { type: 'article' })\n\t\t.then((res) => {\n\t\t\tdispatch({\n\t\t\t\tpins: res.data,\n\t\t\t\ttype: 'BATCH_PIN_ARTICLES',\n\t\t\t});\n\t\t})\n\t\t.catch((err) => {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t});\n};\n\nconst getPinnedEpisodes = (dispatch) => {\n\tfetch('GET', '/pins', null, { type: 'episode' })\n\t\t.then((res) => {\n\t\t\tdispatch({\n\t\t\t\tpins: res.data,\n\t\t\t\ttype: 'BATCH_PIN_EPISODES',\n\t\t\t});\n\t\t})\n\t\t.catch((err) => {\n\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t});\n};\n\nexport {\n\tpinArticle,\n\tpinEpisode,\n\tunpinEpisode,\n\tunpinArticle,\n\tgetPinnedArticles,\n\tgetPinnedEpisodes,\n};\n"
  },
  {
    "path": "app/src/util/social.js",
    "content": "import axios from 'axios';\nimport * as urlParser from 'url';\nimport querystring from 'querystring';\n\nimport config from '../config';\n\nexport function extractRedditPostID(article) {\n\tif (!article.link.includes('reddit')) {\n\t\treturn;\n\t}\n\tconst parts = article.link.split('/');\n\tif (parts.includes('comments')) {\n\t\treturn parts[parts.indexOf('comments') + 1];\n\t}\n\n\tif (parts.includes('r')) {\n\t\tthrow new Error(`Invalid URL (subreddit, not submission): ${article.link}`);\n\t}\n\n\tconst id = parts[parts.length - 1];\n\tif (!/^[a-z0-9]+$/i.test(id)) {\n\t\tthrow new Error(`Invalid URL: ${article.link}`);\n\t}\n\treturn id;\n}\n\nexport function extractHackernewsPostID(article) {\n\tif (!article.commentUrl.includes('ycombinator')) {\n\t\treturn;\n\t}\n\tconst url = urlParser.parse(article.commentUrl, true);\n\treturn url.query.id;\n}\n\nconst userAgent = 'web:winds:v2.2';\nlet accessToken;\n\nasync function refreshAccessToken() {\n\tconst url = 'https://www.reddit.com/api/v1/access_token';\n\tconst data = querystring.stringify({\n\t\tgrant_type: 'password',\n\t\tusername: config.social.reddit.username,\n\t\tpassword: config.social.reddit.password,\n\t});\n\tconst options = {\n\t\theaders: {\n\t\t\t'User-Agent': userAgent,\n\t\t\t'Content-Type': 'application/x-www-form-urlencoded',\n\t\t},\n\t\tauth: {\n\t\t\tusername: config.social.reddit.key,\n\t\t\tpassword: config.social.reddit.secret,\n\t\t},\n\t};\n\tconst response = await axios.post(url, data, options);\n\n\taccessToken = response.data.access_token;\n}\n\nfunction sleep(time) {\n\treturn new Promise((resolve) => (time ? setTimeout(resolve, time) : resolve()));\n}\n\nasync function tryRedditAPI(path, retries = 3, backoffDelay = 20) {\n\tif (!accessToken) {\n\t\tawait refreshAccessToken();\n\t}\n\n\tconst url = 'https://oauth.reddit.com/api' + path;\n\tconst options = {\n\t\theaders: {\n\t\t\t'User-Agent': userAgent,\n\t\t\tAuthorization: `bearer ${accessToken}`,\n\t\t},\n\t};\n\tlet currentDelay = 0,\n\t\tnextDelay = backoffDelay;\n\twhile (retries) {\n\t\ttry {\n\t\t\tawait sleep(currentDelay);\n\t\t\treturn await axios.get(url, options);\n\t\t} catch (err) {\n\t\t\tif ([403, 401].includes(err.response.status)) {\n\t\t\t\tawait refreshAccessToken();\n\t\t\t\toptions.headers.Authorization = `bearer ${accessToken}`;\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\t--retries;\n\t\t\t[currentDelay, nextDelay] = [nextDelay, currentDelay + nextDelay];\n\t\t}\n\t}\n\tthrow new Error(`Failed to perform call to '${path}'`);\n}\n\nasync function tryHackernewsAPI(path, retries = 3, backoffDelay = 20) {\n\tconst url = 'https://hacker-news.firebaseio.com/v0' + path;\n\tlet currentDelay = 0,\n\t\tnextDelay = backoffDelay;\n\twhile (retries) {\n\t\ttry {\n\t\t\tawait sleep(currentDelay);\n\t\t\treturn await axios.get(url);\n\t\t} catch (_) {\n\t\t\t--retries;\n\t\t\t[currentDelay, nextDelay] = [nextDelay, currentDelay + nextDelay];\n\t\t}\n\t}\n\tthrow new Error(`Failed to perform call to '${path}'`);\n}\n\nasync function tryHackernewsSearch(query, retries = 3, backoffDelay = 20) {\n\tconst url = 'https://hn.algolia.com/api/v1/search';\n\tlet currentDelay = 0,\n\t\tnextDelay = backoffDelay;\n\twhile (retries) {\n\t\ttry {\n\t\t\tawait sleep(currentDelay);\n\t\t\treturn await axios.get(url, {\n\t\t\t\tparams: {\n\t\t\t\t\trestrictSearchableAttributes: 'url',\n\t\t\t\t\ttags: 'story',\n\t\t\t\t\tquery,\n\t\t\t\t},\n\t\t\t});\n\t\t} catch (_) {\n\t\t\t--retries;\n\t\t\t[currentDelay, nextDelay] = [nextDelay, currentDelay + nextDelay];\n\t\t}\n\t}\n\tthrow new Error(`Failed to perform call to '${url}'`);\n}\n\nexport async function redditPost(article) {\n\tconst response = await tryRedditAPI(\n\t\t`/info?url=${article.canonicalUrl || article.url || article.link}`,\n\t);\n\tconst postScores = response.data.data.children.map((c) => [c.data.id, c.data.score]);\n\tconst [postID, score] = postScores.reduce((max, n) => (max[1] > n[1] ? max : n), [\n\t\tundefined,\n\t\t0,\n\t]);\n\treturn postID && { url: `https://reddit.com/comments/${postID}`, score };\n}\n\nexport async function hackernewsPost(article) {\n\tconst response = await tryHackernewsSearch(\n\t\tarticle.canonicalUrl || article.url || article.link,\n\t);\n\tconst postScores = response.data.hits.map((c) => [c.objectID, c.points]);\n\tconst [postID, score] = postScores.reduce((max, n) => (max[1] > n[1] ? max : n), [\n\t\tundefined,\n\t\t0,\n\t]);\n\treturn postID && { url: `https://news.ycombinator.com/item?id=${postID}`, score };\n}\n\nexport async function redditScore(postID) {\n\tconst response = await tryRedditAPI(`/info?id=t3_${postID}`);\n\treturn {\n\t\turl: `https://reddit.com/comments/${postID}`,\n\t\tscore: response.data.data.children[0].data.score,\n\t};\n}\n\nexport async function hackernewsScore(postID) {\n\tconst response = await tryHackernewsAPI(`/item/${postID}.json`);\n\treturn {\n\t\turl: `https://news.ycombinator.com/item?id=${postID}`,\n\t\tscore: response.data.score,\n\t};\n}\n\nconst socialSources = {\n\treddit: { extractID: extractRedditPostID, search: redditPost, score: redditScore },\n\thackernews: {\n\t\textractID: extractHackernewsPostID,\n\t\tsearch: hackernewsPost,\n\t\tscore: hackernewsScore,\n\t},\n};\n\nexport async function fetchSocialScore(source, article) {\n\tconst { extractID, search, score } = socialSources[source];\n\tlet id;\n\ttry {\n\t\tid = extractID(article);\n\t} catch (_) {\n\t\tconsole.log(_);\n\t\t//XXX: ignore error\n\t}\n\n\tlet result;\n\tif (id) {\n\t\ttry {\n\t\t\tresult = await score(id);\n\t\t} catch (_) {\n\t\t\tconsole.log(_);\n\t\t\t//XXX: ignore error\n\t\t}\n\t}\n\tif (!result) {\n\t\ttry {\n\t\t\tresult = await search(article);\n\t\t} catch (_) {\n\t\t\tconsole.log(_);\n\t\t\t//XXX: ignore error\n\t\t}\n\t}\n\treturn result;\n}\n"
  },
  {
    "path": "app/src/views/404View.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\n\nconst NotFound = (props) => {\n\treturn (\n\t\t<div className=\"not-found\">\n\t\t\t<h1>404</h1>\n\t\t\t<p>\n\t\t\t\tHm, looks like there&#39;s nothing here. Maybe{' '}\n\t\t\t\t<a\n\t\t\t\t\tclassName=\"link\"\n\t\t\t\t\thref=\"/\"\n\t\t\t\t\tonClick={(e) => {\n\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\tprops.history.goBack();\n\t\t\t\t\t}}\n\t\t\t\t>\n\t\t\t\t\thead back and try something else?\n\t\t\t\t</a>\n\t\t\t</p>\n\t\t</div>\n\t);\n};\n\nNotFound.propTypes = {\n\thistory: PropTypes.shape({ goBack: PropTypes.func.isRequired }).isRequired,\n};\n\nexport default NotFound;\n"
  },
  {
    "path": "app/src/views/AdminView.js",
    "content": "import React from 'react';\nimport { connect } from 'react-redux';\nimport PropTypes from 'prop-types';\nimport fetch from '../util/fetch';\nimport onboardingTopics from '../static-data/onboarding-topics';\nimport { Link } from 'react-router-dom';\n\nfunction compareTitles(lhs, rhs) {\n\treturn lhs.title.localeCompare(rhs.title, undefined, { sensitivity: 'accent' });\n}\n\nclass AdminView extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\t\tthis.state = {\n\t\t\tuserID: props.userID,\n\t\t\temailHTML: 'No content',\n\t\t\temailType: 'daily',\n\t\t\tpodcasts: [],\n\t\t\trssFeeds: [],\n\t\t};\n\t}\n\n\tcomponentDidMount() {\n\t\tthis.getRssFeeds();\n\t\tthis.getPodcasts();\n\t}\n\n\tgetRssFeeds() {\n\t\tfetch('get', '/rss').then((res) => {\n\t\t\tthis.setState({ rssFeeds: res.data.sort(compareTitles) });\n\t\t});\n\t}\n\n\tgetPodcasts() {\n\t\tfetch('get', '/podcasts').then((res) => {\n\t\t\tthis.setState({ podcasts: res.data.sort(compareTitles) });\n\t\t});\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<div className=\"admin\">\n\t\t\t\t<h1>Admin View</h1>\n\t\t\t\t<input\n\t\t\t\t\tclassName=\"toggle\"\n\t\t\t\t\tid=\"collapsible-podcast\"\n\t\t\t\t\ttype=\"checkbox\"\n\t\t\t\t\tvalue=\"\"\n\t\t\t\t/>\n\t\t\t\t<label className=\"lbl-toggle\" htmlFor=\"collapsible-podcast\">\n\t\t\t\t\t<h2>Podcasts</h2>\n\t\t\t\t</label>\n\t\t\t\t<div className=\"collapsible-content\">\n\t\t\t\t\t<table className=\"table\">\n\t\t\t\t\t\t<thead>\n\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t<th>Feed URL</th>\n\t\t\t\t\t\t\t\t<th>Title</th>\n\t\t\t\t\t\t\t\t<th>Featured (new users automatically follow)</th>\n\t\t\t\t\t\t\t\t<th>Featured image</th>\n\t\t\t\t\t\t\t\t<th>\n\t\t\t\t\t\t\t\t\tInterest (users that select this interest will\n\t\t\t\t\t\t\t\t\tautomatically follow)\n\t\t\t\t\t\t\t\t</th>\n\t\t\t\t\t\t\t\t<th>Description</th>\n\t\t\t\t\t\t\t\t<th>Summary</th>\n\t\t\t\t\t\t\t\t<th>Link</th>\n\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t</thead>\n\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t{this.state.podcasts.map((podcast) => {\n\t\t\t\t\t\t\t\treturn (\n\t\t\t\t\t\t\t\t\t<PodcastRow\n\t\t\t\t\t\t\t\t\t\t{...podcast}\n\t\t\t\t\t\t\t\t\t\tgetPodcasts={() => this.getPodcasts()}\n\t\t\t\t\t\t\t\t\t\tkey={podcast._id}\n\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t})}\n\t\t\t\t\t\t</tbody>\n\t\t\t\t\t</table>\n\t\t\t\t</div>\n\t\t\t\t<input className=\"toggle\" id=\"collapsible-rss\" type=\"checkbox\" value=\"\" />\n\t\t\t\t<label className=\"lbl-toggle\" htmlFor=\"collapsible-rss\">\n\t\t\t\t\t<h2>RSS Feeds</h2>\n\t\t\t\t</label>\n\t\t\t\t<div className=\"collapsible-content\">\n\t\t\t\t\t<table className=\"table\">\n\t\t\t\t\t\t<thead>\n\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t<th>Feed URL</th>\n\t\t\t\t\t\t\t\t<th>Title</th>\n\t\t\t\t\t\t\t\t<th>Featured (new users automatically follow)</th>\n\t\t\t\t\t\t\t\t<th>Featured image</th>\n\t\t\t\t\t\t\t\t<th>\n\t\t\t\t\t\t\t\t\tInterest (users that select this interest will\n\t\t\t\t\t\t\t\t\tautomatically follow)\n\t\t\t\t\t\t\t\t</th>\n\t\t\t\t\t\t\t\t<th>Description</th>\n\t\t\t\t\t\t\t\t<th>Summary</th>\n\t\t\t\t\t\t\t\t<th>Link</th>\n\t\t\t\t\t\t\t</tr>\n\t\t\t\t\t\t</thead>\n\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t{this.state.rssFeeds.map((rssFeed) => {\n\t\t\t\t\t\t\t\treturn (\n\t\t\t\t\t\t\t\t\t<RssRow\n\t\t\t\t\t\t\t\t\t\tkey={rssFeed._id}\n\t\t\t\t\t\t\t\t\t\t{...rssFeed}\n\t\t\t\t\t\t\t\t\t\tgetRssFeeds={() => this.getRssFeeds()}\n\t\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t})}\n\t\t\t\t\t\t</tbody>\n\t\t\t\t\t</table>\n\t\t\t\t</div>\n\t\t\t\t<input\n\t\t\t\t\tclassName=\"toggle\"\n\t\t\t\t\tid=\"collapsible-email\"\n\t\t\t\t\ttype=\"checkbox\"\n\t\t\t\t\tvalue=\"\"\n\t\t\t\t/>\n\t\t\t\t<label className=\"lbl-toggle\" htmlFor=\"collapsible-email\">\n\t\t\t\t\t<h2>Test email</h2>\n\t\t\t\t</label>\n\t\t\t\t<div className=\"collapsible-content\">\n\t\t\t\t\t<form\n\t\t\t\t\t\tonSubmit={(event) => {\n\t\t\t\t\t\t\tthis.setState({ emailHTML: 'Loading' });\n\t\t\t\t\t\t\tfetch(\n\t\t\t\t\t\t\t\t'get',\n\t\t\t\t\t\t\t\t`/email/${this.state.emailType}?user=${this.state.userID}`,\n\t\t\t\t\t\t\t).then((res) => {\n\t\t\t\t\t\t\t\tthis.setState({ emailHTML: res.data });\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\t\t}}\n\t\t\t\t\t>\n\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\tUser ID:&nbsp;\n\t\t\t\t\t\t\t<input\n\t\t\t\t\t\t\t\tname=\"user_id\"\n\t\t\t\t\t\t\t\tonChange={(event) => {\n\t\t\t\t\t\t\t\t\tthis.setState({ userID: event.target.value });\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\tvalue={this.state.userID}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t</label>\n\t\t\t\t\t\t&nbsp;\n\t\t\t\t\t\t<select\n\t\t\t\t\t\t\tonChange={(event) => {\n\t\t\t\t\t\t\t\tthis.setState({\n\t\t\t\t\t\t\t\t\temailHTML: 'No content',\n\t\t\t\t\t\t\t\t\temailType: event.target.value,\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\tvalue={this.state.emailType}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\t<option value=\"daily\">Daily digest</option>\n\t\t\t\t\t\t\t<option value=\"weekly\">Weekly digest</option>\n\t\t\t\t\t\t</select>\n\t\t\t\t\t\t&nbsp;\n\t\t\t\t\t\t<input type=\"submit\" value=\"Preview\" />\n\t\t\t\t\t\t&nbsp;\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\t\tfetch(\n\t\t\t\t\t\t\t\t\t'post',\n\t\t\t\t\t\t\t\t\t`/email/${this.state.emailType}?user=${this.state.userID}`,\n\t\t\t\t\t\t\t\t);\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\ttype=\"button\"\n\t\t\t\t\t\t\tvalue=\"Send\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t</form>\n\t\t\t\t\t<div\n\t\t\t\t\t\tclassName=\"email\"\n\t\t\t\t\t\tdangerouslySetInnerHTML={{ __html: this.state.emailHTML }}\n\t\t\t\t\t/>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nclass PodcastRow extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\t\tthis.state = {\n\t\t\tchanged: false,\n\t\t\tdescriptionText: props.description,\n\t\t\tfeaturedImageText: props.images.featured,\n\t\t\tsummaryText: props.summary,\n\t\t};\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<tr>\n\t\t\t\t<td>{this.props.feedUrl}</td>\n\t\t\t\t<td>{this.props.title}</td>\n\t\t\t\t<td>\n\t\t\t\t\t<input\n\t\t\t\t\t\tchecked={this.props.featured}\n\t\t\t\t\t\tonChange={() => {\n\t\t\t\t\t\t\tfetch('put', `/podcasts/${this.props._id}`, {\n\t\t\t\t\t\t\t\tfeatured: !this.props.featured,\n\t\t\t\t\t\t\t}).then(() => this.props.getPodcasts());\n\t\t\t\t\t\t}}\n\t\t\t\t\t\ttype=\"checkbox\"\n\t\t\t\t\t/>\n\t\t\t\t</td>\n\t\t\t\t<td>\n\t\t\t\t\t<input\n\t\t\t\t\t\tonChange={(e) => {\n\t\t\t\t\t\t\tthis.setState({\n\t\t\t\t\t\t\t\tchanged: true,\n\t\t\t\t\t\t\t\tfeaturedImageText: e.target.value,\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}}\n\t\t\t\t\t\tvalue={this.state.featuredImageText}\n\t\t\t\t\t/>\n\t\t\t\t\t{this.state.featuredImageText !== this.props.images.featured ? (\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\t\tfetch('put', `/podcasts/${this.props._id}`, {\n\t\t\t\t\t\t\t\t\timages: {\n\t\t\t\t\t\t\t\t\t\t...this.props.images,\n\t\t\t\t\t\t\t\t\t\tfeatured: this.state.featuredImageText,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t}).then(() => this.props.getPodcasts());\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tsave\n\t\t\t\t\t\t</button>\n\t\t\t\t\t) : null}\n\t\t\t\t</td>\n\t\t\t\t<td>\n\t\t\t\t\t<select\n\t\t\t\t\t\tonChange={(e) => {\n\t\t\t\t\t\t\tlet interest = e.target.value;\n\t\t\t\t\t\t\tif (e.target.value === 'none') {\n\t\t\t\t\t\t\t\tinterest = '';\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tfetch('put', `/podcasts/${this.props._id}`, {\n\t\t\t\t\t\t\t\tinterest,\n\t\t\t\t\t\t\t}).then(() => this.props.getPodcasts());\n\t\t\t\t\t\t}}\n\t\t\t\t\t\tvalue={this.props.interest}\n\t\t\t\t\t>\n\t\t\t\t\t\t<option value=\"none\">None</option>\n\t\t\t\t\t\t{onboardingTopics.map((interest) => {\n\t\t\t\t\t\t\treturn (\n\t\t\t\t\t\t\t\t<option key={interest.name} value={interest.name}>\n\t\t\t\t\t\t\t\t\t{interest.name}\n\t\t\t\t\t\t\t\t</option>\n\t\t\t\t\t\t\t);\n\t\t\t\t\t\t})}\n\t\t\t\t\t</select>\n\t\t\t\t</td>\n\t\t\t\t<td>\n\t\t\t\t\t<input\n\t\t\t\t\t\tonChange={(e) => {\n\t\t\t\t\t\t\tthis.setState({\n\t\t\t\t\t\t\t\tchanged: true,\n\t\t\t\t\t\t\t\tdescriptionText: e.target.value,\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}}\n\t\t\t\t\t\tvalue={this.state.descriptionText}\n\t\t\t\t\t/>\n\t\t\t\t\t{this.state.descriptionText !== this.props.description ? (\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\t\tfetch('put', `/podcasts/${this.props._id}`, {\n\t\t\t\t\t\t\t\t\tdescription: this.state.descriptionText,\n\t\t\t\t\t\t\t\t}).then(() => this.props.getPodcasts());\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tsave\n\t\t\t\t\t\t</button>\n\t\t\t\t\t) : null}\n\t\t\t\t</td>\n\t\t\t\t<td>\n\t\t\t\t\t<input\n\t\t\t\t\t\tonChange={(e) => {\n\t\t\t\t\t\t\tthis.setState({\n\t\t\t\t\t\t\t\tchanged: true,\n\t\t\t\t\t\t\t\tsummaryText: e.target.value,\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}}\n\t\t\t\t\t\tvalue={this.state.summaryText}\n\t\t\t\t\t/>\n\t\t\t\t\t{this.state.summaryText !== this.props.summary ? (\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\t\tfetch('put', `/podcasts/${this.props._id}`, {\n\t\t\t\t\t\t\t\t\tsummary: this.state.summaryText,\n\t\t\t\t\t\t\t\t}).then(() => this.props.getPodcasts());\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tsave\n\t\t\t\t\t\t</button>\n\t\t\t\t\t) : null}\n\t\t\t\t</td>\n\t\t\t\t<td>\n\t\t\t\t\t<Link to={`/podcasts/${this.props._id}`}>go to podcast</Link>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t);\n\t}\n}\n\nPodcastRow.propTypes = {\n\t_id: PropTypes.string.isRequired,\n\tdescription: PropTypes.string,\n\tfeatured: PropTypes.bool,\n\tfeedUrl: PropTypes.string,\n\tgetPodcasts: PropTypes.func.isRequired,\n\timages: PropTypes.shape({\n\t\tfeatured: PropTypes.string,\n\t}),\n\tinterest: PropTypes.string,\n\tsummary: PropTypes.string,\n\ttitle: PropTypes.string,\n};\n\nclass RssRow extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\t\tthis.state = {\n\t\t\tchanged: false,\n\t\t\tdescriptionText: props.description,\n\t\t\tfeaturedImageText: props.images.featured,\n\t\t\tsummaryText: props.summary,\n\t\t};\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<tr>\n\t\t\t\t<td>{this.props.feedUrl}</td>\n\t\t\t\t<td>{this.props.title}</td>\n\t\t\t\t<td>\n\t\t\t\t\t<input\n\t\t\t\t\t\tchecked={this.props.featured}\n\t\t\t\t\t\tonChange={() => {\n\t\t\t\t\t\t\tfetch('put', `/rss/${this.props._id}`, {\n\t\t\t\t\t\t\t\tfeatured: !this.props.featured,\n\t\t\t\t\t\t\t}).then(() => {\n\t\t\t\t\t\t\t\tthis.props.getRssFeeds();\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}}\n\t\t\t\t\t\ttype=\"checkbox\"\n\t\t\t\t\t/>\n\t\t\t\t</td>\n\t\t\t\t<td>\n\t\t\t\t\t<input\n\t\t\t\t\t\tonChange={(e) => {\n\t\t\t\t\t\t\tthis.setState({\n\t\t\t\t\t\t\t\tchanged: true,\n\t\t\t\t\t\t\t\tfeaturedImageText: e.target.value,\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}}\n\t\t\t\t\t\tvalue={this.state.featuredImageText}\n\t\t\t\t\t/>\n\t\t\t\t\t{this.state.featuredImageText !== this.props.images.featured ? (\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\t\tfetch('put', `/rss/${this.props._id}`, {\n\t\t\t\t\t\t\t\t\timages: {\n\t\t\t\t\t\t\t\t\t\t...this.props.images,\n\t\t\t\t\t\t\t\t\t\tfeatured: this.state.featuredImageText,\n\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t}).then(() => {\n\t\t\t\t\t\t\t\t\tthis.props.getRssFeeds();\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tsave\n\t\t\t\t\t\t</button>\n\t\t\t\t\t) : null}\n\t\t\t\t</td>\n\t\t\t\t<td>\n\t\t\t\t\t<select\n\t\t\t\t\t\tonChange={(e) => {\n\t\t\t\t\t\t\tlet interest = e.target.value;\n\t\t\t\t\t\t\tif (e.target.value === 'none') {\n\t\t\t\t\t\t\t\tinterest = '';\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tfetch('put', `/rss/${this.props._id}`, {\n\t\t\t\t\t\t\t\tinterest,\n\t\t\t\t\t\t\t}).then(() => {\n\t\t\t\t\t\t\t\tthis.props.getRssFeeds();\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}}\n\t\t\t\t\t\tvalue={this.props.interest}\n\t\t\t\t\t>\n\t\t\t\t\t\t<option value=\"none\">None</option>\n\t\t\t\t\t\t{onboardingTopics.map((interest) => {\n\t\t\t\t\t\t\treturn (\n\t\t\t\t\t\t\t\t<option key={interest.name} value={interest.name}>\n\t\t\t\t\t\t\t\t\t{interest.name}\n\t\t\t\t\t\t\t\t</option>\n\t\t\t\t\t\t\t);\n\t\t\t\t\t\t})}\n\t\t\t\t\t</select>\n\t\t\t\t</td>\n\t\t\t\t<td>\n\t\t\t\t\t<input\n\t\t\t\t\t\tonChange={(e) => {\n\t\t\t\t\t\t\tthis.setState({\n\t\t\t\t\t\t\t\tchanged: true,\n\t\t\t\t\t\t\t\tdescriptionText: e.target.value,\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}}\n\t\t\t\t\t\tvalue={this.state.descriptionText}\n\t\t\t\t\t/>\n\t\t\t\t\t{this.state.descriptionText !== this.props.description ? (\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\t\tfetch('put', `/rss/${this.props._id}`, {\n\t\t\t\t\t\t\t\t\tdescription: this.state.descriptionText,\n\t\t\t\t\t\t\t\t}).then(() => {\n\t\t\t\t\t\t\t\t\tthis.props.getRssFeeds();\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tsave\n\t\t\t\t\t\t</button>\n\t\t\t\t\t) : null}\n\t\t\t\t</td>\n\t\t\t\t<td>\n\t\t\t\t\t<input\n\t\t\t\t\t\tonChange={(e) => {\n\t\t\t\t\t\t\tthis.setState({\n\t\t\t\t\t\t\t\tchanged: true,\n\t\t\t\t\t\t\t\tsummaryText: e.target.value,\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t}}\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tvalue={this.state.summaryText}\n\t\t\t\t\t/>\n\t\t\t\t\t{this.state.summaryText !== this.props.summary ? (\n\t\t\t\t\t\t<button\n\t\t\t\t\t\t\tonClick={() => {\n\t\t\t\t\t\t\t\tfetch('put', `/rss/${this.props._id}`, {\n\t\t\t\t\t\t\t\t\tsummary: this.state.summaryText,\n\t\t\t\t\t\t\t\t}).then(() => {\n\t\t\t\t\t\t\t\t\tthis.props.getRssFeeds();\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t>\n\t\t\t\t\t\t\tsave\n\t\t\t\t\t\t</button>\n\t\t\t\t\t) : null}\n\t\t\t\t</td>\n\t\t\t\t<td>\n\t\t\t\t\t<Link to={`/rss/${this.props._id}`}>go to rss feed</Link>\n\t\t\t\t</td>\n\t\t\t</tr>\n\t\t);\n\t}\n}\n\nRssRow.propTypes = {\n\t_id: PropTypes.string.isRequired,\n\tdescription: PropTypes.string,\n\tfeatured: PropTypes.bool,\n\tfeedUrl: PropTypes.string,\n\tgetRssFeeds: PropTypes.func.isRequired,\n\timages: PropTypes.shape({\n\t\tfeatured: PropTypes.string,\n\t}),\n\tinterest: PropTypes.string,\n\tsummary: PropTypes.string,\n\ttitle: PropTypes.string,\n};\n\nRssRow.defaultProps = {\n\tdescription: '',\n\tsummary: '',\n};\n\nconst mapStateToProps = (state) => {\n\tconst userID = localStorage['authedUser'];\n\n\tif (!userID) {\n\t\treturn null;\n\t}\n\n\treturn { userID, ...state };\n};\n\nAdminView.propTypes = {\n\tuserID: PropTypes.string,\n};\n\nexport default connect(mapStateToProps)(AdminView);\n"
  },
  {
    "path": "app/src/views/Dashboard.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport { Link } from 'react-router-dom';\nimport { connect } from 'react-redux';\n\nimport Loader from '../components/Loader';\nimport FeaturedItems from '../components/FeaturedItems';\nimport RecentEpisodesPanel from '../components/PodcastPanels/RecentEpisodesPanel';\nimport RecentArticlesPanel from '../components/RSSPanels/RecentArticlesPanel';\nimport RecentNotesPanel from '../components/Notes/RecentNotesPanel';\nimport PodcastList from '../components/PodcastPanels/PodcastList';\nimport RssFeedList from '../components/RSSPanels/RssFeedList';\nimport FolderPanel from '../components/Folder/FolderPanel';\nimport IntroFolders from '../components/Folder/IntroFolders';\n\nclass Dashboard extends React.Component {\n\trender() {\n\t\tif (this.props.loading) return <Loader />;\n\n\t\treturn (\n\t\t\t<div className=\"dashboard\">\n\t\t\t\t<FeaturedItems />\n\t\t\t\t<Link className=\"column-header podcast-header\" to=\"/podcasts\">\n\t\t\t\t\t<h1>Podcasts</h1>\n\t\t\t\t\t<div className=\"drilldown\">\n\t\t\t\t\t\t<div>View all</div>\n\t\t\t\t\t\t<i className=\"fa fa-chevron-right\" />\n\t\t\t\t\t</div>\n\t\t\t\t</Link>\n\t\t\t\t<div className=\"podcasts-section\">\n\t\t\t\t\t<div className=\"column-content\">\n\t\t\t\t\t\t<RecentEpisodesPanel />\n\t\t\t\t\t\t<PodcastList />\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<Link className=\"column-header rss-header\" to=\"/rss\">\n\t\t\t\t\t<h1>RSS</h1>\n\t\t\t\t\t<div className=\"drilldown\">\n\t\t\t\t\t\t<div>View all</div>\n\t\t\t\t\t\t<i className=\"fa fa-chevron-right\" />\n\t\t\t\t\t</div>\n\t\t\t\t</Link>\n\t\t\t\t<div className=\"rss-section\">\n\t\t\t\t\t<div className=\"column-content\">\n\t\t\t\t\t\t<RecentArticlesPanel />\n\t\t\t\t\t\t<RssFeedList />\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\n\t\t\t\t{this.props.initFolders ? (\n\t\t\t\t\t<div className=\"folder-header center\">\n\t\t\t\t\t\t<h1>Notes & Folders</h1>\n\t\t\t\t\t</div>\n\t\t\t\t) : (\n\t\t\t\t\t<Link className=\"column-header folder-header\" to=\"/folders\">\n\t\t\t\t\t\t<h1>Notes & Folders</h1>\n\t\t\t\t\t\t<div className=\"drilldown\">\n\t\t\t\t\t\t\t<div>View all</div>\n\t\t\t\t\t\t\t<i className=\"fa fa-chevron-right\" />\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</Link>\n\t\t\t\t)}\n\t\t\t\t<div className=\"folder-section \">\n\t\t\t\t\t<div className=\"column-content\">\n\t\t\t\t\t\t{this.props.initFolders ? (\n\t\t\t\t\t\t\t<IntroFolders />\n\t\t\t\t\t\t) : (\n\t\t\t\t\t\t\t<>\n\t\t\t\t\t\t\t\t<RecentNotesPanel />\n\t\t\t\t\t\t\t\t<FolderPanel />\n\t\t\t\t\t\t\t</>\n\t\t\t\t\t\t)}\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t\t<div className=\"border1\" />\n\t\t\t\t<div className=\"border2\" />\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nDashboard.defaultProps = {\n\tloading: true,\n\tinitFolders: true,\n};\n\nDashboard.propTypes = {\n\tloading: PropTypes.bool,\n\tdispatch: PropTypes.func.isRequired,\n\tinitFolders: PropTypes.bool,\n};\n\nconst mapStateToProps = (state) => ({\n\tloading: !state.user,\n\tinitFolders: !(state.folders && !!state.folders.length),\n});\n\nexport default connect(mapStateToProps)(Dashboard);\n"
  },
  {
    "path": "app/src/views/FoldersView.js",
    "content": "import React from 'react';\nimport PropTypes from 'prop-types';\nimport { connect } from 'react-redux';\nimport { Route, Switch } from 'react-router-dom';\n\nimport Folder from '../components/Folder/Folder';\nimport TagView from '../components/Tag/TagView';\nimport RSSArticle from '../components/RSSArticle';\nimport PodcastEpisode from '../components/PodcastEpisode';\nimport RSSArticleList from '../components/RSSArticleList';\nimport PodcastEpisodesView from '../components/PodcastEpisodesView';\nimport Tabs from '../components/Tabs';\nimport RecentNotesPanel from '../components/Notes/RecentNotesPanel';\nimport FolderPanel from '../components/Folder/FolderPanel';\nimport BookmarkPanel from '../components/BookmarkPanel';\nimport TagPanel from '../components/Tag/TagPanel';\n\nclass FoldersView extends React.Component {\n\trender() {\n\t\treturn (\n\t\t\t<div\n\t\t\t\tclassName=\"grid-view\"\n\t\t\t\tonKeyDown={(e) => e.keyCode === 27 && this.props.history.goBack()}\n\t\t\t\ttabIndex=\"-1\"\n\t\t\t>\n\t\t\t\t<Tabs\n\t\t\t\t\tcomponentClass=\"panels\"\n\t\t\t\t\theaderClass=\"panels-header\"\n\t\t\t\t\theaderComponent={<h1>Folders</h1>}\n\t\t\t\t\ttabGroup=\"folder-view\"\n\t\t\t\t>\n\t\t\t\t\t<div tabTitle=\"All Folders\">\n\t\t\t\t\t\t<RecentNotesPanel />\n\t\t\t\t\t\t<FolderPanel />\n\t\t\t\t\t</div>\n\t\t\t\t\t<div tabTitle=\"Tags\">\n\t\t\t\t\t\t<TagPanel />\n\t\t\t\t\t</div>\n\t\t\t\t\t<div tabTitle=\"Bookmarks\">\n\t\t\t\t\t\t<BookmarkPanel />\n\t\t\t\t\t</div>\n\t\t\t\t</Tabs>\n\n\t\t\t\t<div className=\"border\" />\n\n\t\t\t\t<Switch>\n\t\t\t\t\t<Route component={TagView} path=\"/tags/:tagID\" />\n\t\t\t\t\t<Route\n\t\t\t\t\t\tcomponent={RSSArticle}\n\t\t\t\t\t\tpath=\"/folders/:folderID/r/:rssFeedID/a/:articleID\"\n\t\t\t\t\t/>\n\t\t\t\t\t<Route\n\t\t\t\t\t\tcomponent={PodcastEpisode}\n\t\t\t\t\t\tpath=\"/folders/:folderID/p/:podcastID/e/:episodeID\"\n\t\t\t\t\t/>\n\t\t\t\t\t<Route\n\t\t\t\t\t\tcomponent={PodcastEpisodesView}\n\t\t\t\t\t\tpath=\"/folders/:folderID/p/:podcastID\"\n\t\t\t\t\t/>\n\t\t\t\t\t<Route\n\t\t\t\t\t\tcomponent={RSSArticleList}\n\t\t\t\t\t\tpath=\"/folders/:folderID/r/:rssFeedID\"\n\t\t\t\t\t/>\n\t\t\t\t\t<Route component={Folder} path=\"/folders/:folderID\" />\n\t\t\t\t\t<Route\n\t\t\t\t\t\tpath=\"/folders\"\n\t\t\t\t\t\trender={() => (\n\t\t\t\t\t\t\t<div className=\"list content\">\n\t\t\t\t\t\t\t\t<div className=\"end\">\n\t\t\t\t\t\t\t\t\tSelect a folder from panel to see the feeds\n\t\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t)}\n\t\t\t\t\t/>\n\t\t\t\t</Switch>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nFoldersView.propTypes = {\n\thistory: PropTypes.shape({\n\t\tgoBack: PropTypes.func.isRequired,\n\t}).isRequired,\n\tmatch: PropTypes.shape({\n\t\tparams: PropTypes.shape({\n\t\t\tfolderID: PropTypes.string,\n\t\t}).isRequired,\n\t}).isRequired,\n};\n\nexport default connect()(FoldersView);\n"
  },
  {
    "path": "app/src/views/PodcastsView.js",
    "content": "import Tabs from '../components/Tabs';\nimport RecentEpisodesPanel from '../components/PodcastPanels/RecentEpisodesPanel';\nimport SuggestedPodcasts from '../components/PodcastPanels/SuggestedPodcasts';\nimport PodcastList from '../components/PodcastPanels/PodcastList';\nimport BookmarkPanel from '../components/BookmarkPanel';\nimport PodcastEpisodesView from '../components/PodcastEpisodesView';\nimport PropTypes from 'prop-types';\nimport React from 'react';\nimport { getPodcastById } from '../api';\nimport { connect } from 'react-redux';\nimport { Route, Switch } from 'react-router-dom';\nimport AllEpisodesList from '../components/AllEpisodesList';\nimport PodcastEpisode from '../components/PodcastEpisode';\n\nclass PodcastsView extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\tnewPodcastModalIsOpen: false,\n\t\t};\n\n\t\tthis.container = React.createRef();\n\t}\n\n\tcomponentDidMount() {\n\t\tthis.container.current.focus();\n\n\t\tif (\n\t\t\tthis.props.location.search.includes('featured') &&\n\t\t\tthis.props.match.params.podcastID\n\t\t)\n\t\t\tgetPodcastById(this.props.dispatch, this.props.match.params.podcastID);\n\t}\n\n\tcomponentDidUpdate(prevProps) {\n\t\tif (\n\t\t\tthis.props.location.search.includes('featured') &&\n\t\t\tthis.props.match.params.podcastID !== prevProps.match.params.podcastID\n\t\t)\n\t\t\tgetPodcastById(this.props.dispatch, this.props.match.params.podcastID);\n\t}\n\n\ttoggleNewPodcastModal = () => {\n\t\tthis.setState((prevState) => ({\n\t\t\tnewPodcastModalIsOpen: !prevState.newPodcastModalIsOpen,\n\t\t}));\n\t};\n\n\trender() {\n\t\tconst featured = this.props.location.search.includes('featured');\n\n\t\tlet leftColumn;\n\t\tif (featured) {\n\t\t\tleftColumn = (\n\t\t\t\t<React.Fragment>\n\t\t\t\t\t<div className=\"panels-header\">\n\t\t\t\t\t\t<div className=\"featured\">\n\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclassName=\"hero-card\"\n\t\t\t\t\t\t\t\tstyle={{\n\t\t\t\t\t\t\t\t\tbackgroundImage: `linear-gradient(to top, black, transparent), url(${this.props.podcast.images.featured})`,\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<h1>{this.props.podcast.title}</h1>\n\t\t\t\t\t\t\t\t<div className=\"info\">podcast</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"panels\">\n\t\t\t\t\t\t<label>About {this.props.podcast.title}</label>\n\t\t\t\t\t\t<h1>{this.props.podcast.description}</h1>\n\t\t\t\t\t\t<div>{this.props.podcast.summary}</div>\n\t\t\t\t\t</div>\n\t\t\t\t</React.Fragment>\n\t\t\t);\n\t\t} else {\n\t\t\tleftColumn = (\n\t\t\t\t<React.Fragment>\n\t\t\t\t\t<Tabs\n\t\t\t\t\t\tcomponentClass=\"panels\"\n\t\t\t\t\t\theaderClass=\"panels-header\"\n\t\t\t\t\t\theaderComponent={<h1>Podcasts</h1>}\n\t\t\t\t\t\ttabGroup=\"podcast-view\"\n\t\t\t\t\t>\n\t\t\t\t\t\t<div tabTitle=\"All Podcasts\">\n\t\t\t\t\t\t\t<RecentEpisodesPanel />\n\t\t\t\t\t\t\t<PodcastList />\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div tabTitle=\"Bookmarks\">\n\t\t\t\t\t\t\t<BookmarkPanel type=\"episode\" />\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div tabTitle=\"Suggestions\">\n\t\t\t\t\t\t\t<SuggestedPodcasts />\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</Tabs>\n\t\t\t\t</React.Fragment>\n\t\t\t);\n\t\t}\n\n\t\treturn (\n\t\t\t<div\n\t\t\t\tclassName={`grid-view podcasts-view ${featured ? 'featured' : ''}`}\n\t\t\t\tonKeyDown={(e) => {\n\t\t\t\t\te = e || window.e;\n\t\t\t\t\tif (('key' in e && e.key === 'Escape') || e.keyCode === 27)\n\t\t\t\t\t\tthis.props.history.goBack();\n\t\t\t\t}}\n\t\t\t\tref={this.container}\n\t\t\t\ttabIndex=\"-1\"\n\t\t\t>\n\t\t\t\t{leftColumn}\n\t\t\t\t<div className=\"border\" />\n\t\t\t\t<Switch>\n\t\t\t\t\t<Route\n\t\t\t\t\t\tcomponent={PodcastEpisode}\n\t\t\t\t\t\tpath=\"/podcasts/:podcastID/episodes/:episodeID\"\n\t\t\t\t\t/>\n\t\t\t\t\t<Route component={PodcastEpisodesView} path=\"/podcasts/:podcastID\" />\n\t\t\t\t\t<Route component={AllEpisodesList} path=\"/podcasts\" />\n\t\t\t\t</Switch>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nPodcastsView.defaultProps = {\n\tpodcast: { images: {} },\n};\n\nPodcastsView.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\thistory: PropTypes.shape({ goBack: PropTypes.func.isRequired }).isRequired,\n\tmatch: PropTypes.shape({\n\t\tparams: PropTypes.shape({\n\t\t\tpodcastID: PropTypes.string,\n\t\t}).isRequired,\n\t}).isRequired,\n\tlocation: PropTypes.shape({ search: PropTypes.string }).isRequired,\n\tpodcast: PropTypes.shape({\n\t\t_id: PropTypes.string,\n\t\tdescription: PropTypes.string,\n\t\tfeatured: PropTypes.bool,\n\t\timages: PropTypes.shape({\n\t\t\tfeatured: PropTypes.string,\n\t\t}),\n\t\tsummary: PropTypes.string,\n\t\ttitle: PropTypes.string,\n\t}),\n\tselectedPodcast: PropTypes.string,\n};\n\nconst mapStateToProps = (state, ownProps) => {\n\tif (ownProps.match.params.podcastID && state.podcasts) {\n\t\treturn {\n\t\t\t...ownProps,\n\t\t\tpodcast: state.podcasts[ownProps.match.params.podcastID],\n\t\t};\n\t} else {\n\t\treturn { ...ownProps };\n\t}\n};\n\nexport default connect(mapStateToProps)(PodcastsView);\n"
  },
  {
    "path": "app/src/views/RSSFeedsView.js",
    "content": "import { Route, Switch } from 'react-router-dom';\nimport RSSArticle from '../components/RSSArticle';\nimport RSSArticleList from '../components/RSSArticleList';\nimport React from 'react';\nimport { connect } from 'react-redux';\nimport { getRssById } from '../api';\nimport PropTypes from 'prop-types';\nimport Tabs from '../components/Tabs';\nimport RecentArticlesPanel from '../components/RSSPanels/RecentArticlesPanel';\nimport RssFeedList from '../components/RSSPanels/RssFeedList';\nimport SuggestedFeeds from '../components/RSSPanels/SuggestedFeeds';\nimport BookmarkPanel from '../components/BookmarkPanel';\nimport AllArticlesList from '../components/AllArticlesList';\n\nclass RSSFeedsView extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\tnewRSSModalIsOpen: false,\n\t\t};\n\n\t\tthis.container = React.createRef();\n\t}\n\n\tcomponentDidMount() {\n\t\tthis.container.current.focus();\n\n\t\tif (\n\t\t\tthis.props.location.search.includes('featured') &&\n\t\t\tthis.props.match.params.rssFeedID\n\t\t)\n\t\t\tgetRssById(this.props.dispatch, this.props.match.params.rssFeedID);\n\t}\n\n\tcomponentDidUpdate(prevProps) {\n\t\tif (\n\t\t\tthis.props.location.search.includes('featured') &&\n\t\t\tthis.props.match.params.rssFeedID !== prevProps.match.params.rssFeedID\n\t\t)\n\t\t\tgetRssById(this.props.dispatch, this.props.match.params.rssFeedID);\n\t}\n\n\ttoggleNewRSSModal = () => {\n\t\tthis.setState((prevState) => ({\n\t\t\tnewRSSModalIsOpen: !prevState.newRSSModalIsOpen,\n\t\t}));\n\t};\n\n\trender() {\n\t\tconst featured = this.props.location.search.includes('featured');\n\n\t\tlet leftColumn;\n\t\tif (featured) {\n\t\t\tleftColumn = (\n\t\t\t\t<React.Fragment>\n\t\t\t\t\t<div className=\"panels-header\">\n\t\t\t\t\t\t<div className=\"featured-rss\">\n\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclassName=\"hero-card\"\n\t\t\t\t\t\t\t\tstyle={{\n\t\t\t\t\t\t\t\t\tbackgroundImage: `linear-gradient(to top, black, transparent), url(${this.props.rssFeed.images.featured})`,\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<h1>{this.props.rssFeed.title}</h1>\n\t\t\t\t\t\t\t\t<div className=\"info\">rss</div>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"panels\">\n\t\t\t\t\t\t<label>About {this.props.rssFeed.title}</label>\n\t\t\t\t\t\t<h1>{this.props.rssFeed.description}</h1>\n\t\t\t\t\t\t<div>{this.props.rssFeed.summary}</div>\n\t\t\t\t\t</div>\n\t\t\t\t</React.Fragment>\n\t\t\t);\n\t\t} else {\n\t\t\tleftColumn = (\n\t\t\t\t<Tabs\n\t\t\t\t\tcomponentClass=\"panels\"\n\t\t\t\t\theaderClass=\"panels-header\"\n\t\t\t\t\theaderComponent={<h1>RSS</h1>}\n\t\t\t\t\ttabGroup=\"rss-view\"\n\t\t\t\t>\n\t\t\t\t\t<div tabTitle=\"All Feeds\">\n\t\t\t\t\t\t<RecentArticlesPanel />\n\t\t\t\t\t\t<RssFeedList />\n\t\t\t\t\t</div>\n\t\t\t\t\t<div tabTitle=\"Bookmarks\">\n\t\t\t\t\t\t<BookmarkPanel type=\"article\" />\n\t\t\t\t\t</div>\n\t\t\t\t\t<div tabTitle=\"Suggestions\">\n\t\t\t\t\t\t<SuggestedFeeds />\n\t\t\t\t\t</div>\n\t\t\t\t</Tabs>\n\t\t\t);\n\t\t}\n\n\t\treturn (\n\t\t\t<div\n\t\t\t\tclassName={`grid-view rss-view ${featured ? 'featured' : ''}`}\n\t\t\t\tonKeyDown={(e) => {\n\t\t\t\t\te = e || window.e;\n\t\t\t\t\tif (('key' in e && e.key === 'Escape') || e.keyCode === 27)\n\t\t\t\t\t\tthis.props.history.goBack();\n\t\t\t\t}}\n\t\t\t\tref={this.container}\n\t\t\t\ttabIndex=\"-1\"\n\t\t\t>\n\t\t\t\t{leftColumn}\n\t\t\t\t<div className=\"border\" />\n\t\t\t\t<Switch>\n\t\t\t\t\t<Route\n\t\t\t\t\t\tcomponent={RSSArticle}\n\t\t\t\t\t\tpath=\"/rss/:rssFeedID/articles/:articleID\"\n\t\t\t\t\t/>\n\t\t\t\t\t<Route component={RSSArticleList} path=\"/rss/:rssFeedID\" />\n\t\t\t\t\t<Route component={AllArticlesList} path=\"/rss\" />\n\t\t\t\t</Switch>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nRSSFeedsView.defaultProps = {\n\trssFeed: {\n\t\timages: {},\n\t},\n};\n\nRSSFeedsView.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\thistory: PropTypes.shape({ goBack: PropTypes.func.isRequired }).isRequired,\n\tlocation: PropTypes.shape({ search: PropTypes.string }).isRequired,\n\tmatch: PropTypes.shape({\n\t\tparams: PropTypes.shape({\n\t\t\trssFeedID: PropTypes.string,\n\t\t}).isRequired,\n\t}).isRequired,\n\trssFeed: PropTypes.shape({\n\t\t_id: PropTypes.string,\n\t\tduplicateOf: PropTypes.string,\n\t\tdescription: PropTypes.string,\n\t\tfeatured: PropTypes.bool,\n\t\timages: PropTypes.shape({\n\t\t\tfeatured: PropTypes.string,\n\t\t}),\n\t\tsummary: PropTypes.string,\n\t\ttitle: PropTypes.string,\n\t}),\n};\n\nconst mapStateToProps = (state, ownProps) => {\n\tif (ownProps.match.params.rssFeedID && state.rssFeeds) {\n\t\treturn {\n\t\t\t...ownProps,\n\t\t\trssFeed: state.rssFeeds[ownProps.match.params.rssFeedID],\n\t\t};\n\t} else {\n\t\treturn { ...ownProps };\n\t}\n};\n\nexport default connect(mapStateToProps)(RSSFeedsView);\n"
  },
  {
    "path": "app/src/views/auth-views/Create.js",
    "content": "import { Link, withRouter } from 'react-router-dom';\nimport React, { Component } from 'react';\nimport { connect } from 'react-redux';\nimport axios from 'axios';\n\nimport config from '../../config';\nimport PropTypes from 'prop-types';\nimport interests from '../../static-data/onboarding-topics.js';\nimport getPlaceholderImageURL from '../../util/getPlaceholderImageURL.js';\nimport { getAllData } from '../../api';\n\nclass Create extends Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\tstage: 'onboarding',\n\t\t};\n\t}\n\n\trender() {\n\t\tif (this.state.stage === 'onboarding') {\n\t\t\treturn (\n\t\t\t\t<OnboardingGrid\n\t\t\t\t\tdone={(interests) => {\n\t\t\t\t\t\tthis.setState({\n\t\t\t\t\t\t\tinterests,\n\t\t\t\t\t\t\tstage: 'account-details',\n\t\t\t\t\t\t});\n\t\t\t\t\t}}\n\t\t\t\t/>\n\t\t\t);\n\t\t} else {\n\t\t\treturn (\n\t\t\t\t<AccountDetailsForm\n\t\t\t\t\tdone={({ _id, email, jwt }) => {\n\t\t\t\t\t\twindow.streamAnalyticsClient.setUser({\n\t\t\t\t\t\t\tid: _id,\n\t\t\t\t\t\t\talias: email,\n\t\t\t\t\t\t});\n\t\t\t\t\t\tlocalStorage['authedUser'] = _id;\n\t\t\t\t\t\tlocalStorage['jwt'] = jwt;\n\n\t\t\t\t\t\tgetAllData(this.props.dispatch);\n\t\t\t\t\t\tthis.props.history.push('/');\n\t\t\t\t\t}}\n\t\t\t\t\tinterests={this.state.interests}\n\t\t\t\t/>\n\t\t\t);\n\t\t}\n\t}\n}\n\nCreate.propTypes = {\n\thistory: PropTypes.shape({ push: PropTypes.func.isRequired }),\n\tdispatch: PropTypes.func.isRequired,\n};\n\nclass OnboardingGrid extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\tselectedInterests: [],\n\t\t};\n\t}\n\n\ttoggleInterest(interestName) {\n\t\tlet foundInterestIndex = this.state.selectedInterests.findIndex(\n\t\t\t(selectedInterest) => {\n\t\t\t\treturn selectedInterest === interestName;\n\t\t\t},\n\t\t);\n\n\t\tif (foundInterestIndex !== -1) {\n\t\t\tlet newInterests = this.state.selectedInterests.slice();\n\t\t\tnewInterests.splice(foundInterestIndex, 1);\n\t\t\tthis.setState({ selectedInterests: newInterests });\n\t\t} else {\n\t\t\tthis.setState({\n\t\t\t\tselectedInterests: [...this.state.selectedInterests, interestName],\n\t\t\t});\n\t\t}\n\t}\n\n\trender() {\n\t\treturn (\n\t\t\t<div className=\"center auth-view create-account-view\">\n\t\t\t\t<h1>Welcome to Winds!</h1>\n\t\t\t\t<p>\n\t\t\t\t\tSelect at least three interests to get started. Have an account?{' '}\n\t\t\t\t\t<Link to=\"/login\">Sign in</Link>.\n\t\t\t\t</p>\n\t\t\t\t<div className=\"interests-grid\">\n\t\t\t\t\t{interests.map((interest) => {\n\t\t\t\t\t\tconst isSelected =\n\t\t\t\t\t\t\tthis.state.selectedInterests.findIndex((selectedInterest) => {\n\t\t\t\t\t\t\t\treturn selectedInterest === interest.name;\n\t\t\t\t\t\t\t}) !== -1;\n\t\t\t\t\t\treturn (\n\t\t\t\t\t\t\t<div\n\t\t\t\t\t\t\t\tclassName={`hero-card ${isSelected ? 'selected' : ''}`}\n\t\t\t\t\t\t\t\tkey={interest.name}\n\t\t\t\t\t\t\t\tonClick={(e) => {\n\t\t\t\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\t\t\t\tthis.toggleInterest(interest.name);\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t\tstyle={{\n\t\t\t\t\t\t\t\t\tbackgroundImage: `url(${\n\t\t\t\t\t\t\t\t\t\tinterest.image ||\n\t\t\t\t\t\t\t\t\t\tgetPlaceholderImageURL(interest.name)\n\t\t\t\t\t\t\t\t\t})`,\n\t\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\t<h1>{interest.name}</h1>\n\t\t\t\t\t\t\t\t<p>{interest.subtitle}</p>\n\t\t\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\t\t\t{isSelected ? 'Selected' : 'Select interest'}\n\t\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t</div>\n\t\t\t\t\t\t);\n\t\t\t\t\t})}\n\t\t\t\t</div>\n\t\t\t\t<button\n\t\t\t\t\tclassName=\"btn primary\"\n\t\t\t\t\tdisabled={this.state.selectedInterests.length < 3}\n\t\t\t\t\tonClick={(e) => {\n\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\tthis.props.done(this.state.selectedInterests);\n\t\t\t\t\t}}\n\t\t\t\t>\n\t\t\t\t\t{this.state.selectedInterests.length >= 3\n\t\t\t\t\t\t? 'Continue'\n\t\t\t\t\t\t: 'Select at least 3 interests to continue'}\n\t\t\t\t</button>\n\t\t\t\t<button\n\t\t\t\t\tclassName=\"btn link\"\n\t\t\t\t\tonClick={(e) => {\n\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\tthis.props.done();\n\t\t\t\t\t}}\n\t\t\t\t>\n\t\t\t\t\tSkip\n\t\t\t\t</button>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nOnboardingGrid.propTypes = {\n\tdone: PropTypes.func.isRequired,\n};\n\nclass AccountDetailsForm extends React.Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {};\n\t}\n\n\tvalidateForm = () => {\n\t\tthis.setState({\n\t\t\tvalid:\n\t\t\t\tthis.state.username &&\n\t\t\t\tthis.state.email &&\n\t\t\t\tthis.state.password &&\n\t\t\t\tthis.state.name,\n\t\t});\n\t};\n\n\tvalidateName = (e) => {\n\t\tconst name = e.target.value.trim();\n\t\tthis.setState({ name: name.length >= 2 ? name : null }, () => {\n\t\t\tthis.validateForm();\n\t\t});\n\t};\n\n\tvalidateUsername = (e) => {\n\t\tconst username = e.target.value.trim();\n\t\tthis.setState({ username: username.length >= 2 ? username : null }, () => {\n\t\t\tthis.validateForm();\n\t\t});\n\t};\n\n\tvalidateEmail = (e) => {\n\t\t/* eslint-disable */\n\t\tconst reg = /^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;\n\t\t/* eslint-enable */\n\n\t\tconst email = e.target.value.toLowerCase().trim();\n\t\tthis.setState({ email: reg.test(email) ? email : null }, () => {\n\t\t\tthis.validateForm();\n\t\t});\n\t};\n\n\tvalidatePassword = (e) => {\n\t\tconst password = e.target.value.trim();\n\t\tthis.setState({ password: password.length >= 2 ? password : null }, () => {\n\t\t\tthis.validateForm();\n\t\t});\n\t};\n\n\tsubmit = (username, email, password, name) => {\n\t\tif (!this.state.valid || this.state.submitting) return;\n\n\t\tthis.setState({ submitting: true });\n\n\t\taxios\n\t\t\t.post(config.api.url + '/auth/signup', {\n\t\t\t\tusername,\n\t\t\t\temail,\n\t\t\t\tpassword,\n\t\t\t\tname,\n\t\t\t\tinterests: this.props.interests,\n\t\t\t})\n\t\t\t.then((res) => {\n\t\t\t\tthis.setState({ submitting: false });\n\t\t\t\tthis.props.done(res.data);\n\t\t\t})\n\t\t\t.catch((err) => {\n\t\t\t\tlet errorMessage;\n\n\t\t\t\tif (\n\t\t\t\t\terr.response &&\n\t\t\t\t\terr.response.status > 399 &&\n\t\t\t\t\terr.response.status < 500 &&\n\t\t\t\t\terr.response.data\n\t\t\t\t) {\n\t\t\t\t\terrorMessage = err.response.data.error;\n\t\t\t\t} else {\n\t\t\t\t\terrorMessage =\n\t\t\t\t\t\t'There was an error when attempting to create your account. Please try again later.';\n\t\t\t\t}\n\n\t\t\t\tthis.setState({ errorMessage, submitting: false });\n\t\t\t});\n\t};\n\n\trender() {\n\t\treturn (\n\t\t\t<div className=\"center auth-view create-account-view\">\n\t\t\t\t<h1>Create Your Free Account</h1>\n\t\t\t\t<p>\n\t\t\t\t\tEnjoy a new and personalized way to listen,\n\t\t\t\t\t<br /> read, and share your favorite content.\n\t\t\t\t</p>\n\n\t\t\t\t<form\n\t\t\t\t\tclassName=\"auth-form\"\n\t\t\t\t\tonSubmit={(e) => {\n\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\tthis.submit(\n\t\t\t\t\t\t\tthis.state.username,\n\t\t\t\t\t\t\tthis.state.email,\n\t\t\t\t\t\t\tthis.state.password,\n\t\t\t\t\t\t\tthis.state.name,\n\t\t\t\t\t\t);\n\t\t\t\t\t}}\n\t\t\t\t>\n\t\t\t\t\t<label>\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tautoFocus={true}\n\t\t\t\t\t\t\tautoComplete=\"name\"\n\t\t\t\t\t\t\ttabIndex=\"1\"\n\t\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\t\tname=\"name\"\n\t\t\t\t\t\t\tplaceholder=\"Your Name\"\n\t\t\t\t\t\t\tonChange={this.validateName}\n\t\t\t\t\t\t/>\n\t\t\t\t\t</label>\n\t\t\t\t\t<label>\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\ttabIndex=\"2\"\n\t\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\t\tname=\"username\"\n\t\t\t\t\t\t\tmaxLength=\"15\"\n\t\t\t\t\t\t\tplaceholder=\"Username (alphanumeric)\"\n\t\t\t\t\t\t\tonChange={this.validateUsername}\n\t\t\t\t\t\t/>\n\t\t\t\t\t</label>\n\t\t\t\t\t<label>\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tautoComplete=\"email\"\n\t\t\t\t\t\t\ttabIndex=\"3\"\n\t\t\t\t\t\t\ttype=\"email\"\n\t\t\t\t\t\t\tname=\"email\"\n\t\t\t\t\t\t\tplaceholder=\"Email\"\n\t\t\t\t\t\t\tonChange={this.validateEmail}\n\t\t\t\t\t\t/>\n\t\t\t\t\t</label>\n\t\t\t\t\t<label>\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\ttabIndex=\"4\"\n\t\t\t\t\t\t\tautoComplete=\"current-password\"\n\t\t\t\t\t\t\ttype=\"password\"\n\t\t\t\t\t\t\tname=\"password\"\n\t\t\t\t\t\t\tplaceholder=\"Password\"\n\t\t\t\t\t\t\tonChange={this.validatePassword}\n\t\t\t\t\t\t/>\n\t\t\t\t\t</label>\n\t\t\t\t\t<button\n\t\t\t\t\t\ttabIndex=\"5\"\n\t\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\t\tclassName=\"btn primary\"\n\t\t\t\t\t\tdisabled={!this.state.valid || this.state.submitting}\n\t\t\t\t\t>\n\t\t\t\t\t\t{this.state.submitting ? 'Submitting...' : 'Continue'}\n\t\t\t\t\t</button>\n\t\t\t\t\t<div className=\"error\">{this.state.errorMessage}</div>\n\t\t\t\t</form>\n\t\t\t\t<div className=\"alt\">\n\t\t\t\t\t<p>\n\t\t\t\t\t\tAlready a Winds User? <Link to=\"/login\">Sign in here</Link>\n\t\t\t\t\t</p>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nexport default withRouter(connect()(Create));\n"
  },
  {
    "path": "app/src/views/auth-views/ForgotPassword.js",
    "content": "import { Link, Redirect } from 'react-router-dom';\nimport React, { Component } from 'react';\nimport { Img } from 'react-image';\nimport axios from 'axios';\nimport backArrow from '../../images/icons/back-arrow.svg';\nimport lock from '../../images/icons/lock.svg';\nimport config from '../../config';\n\nclass ForgotPassword extends Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\temail: null,\n\t\t\tredirect: false,\n\t\t\tvalid: false,\n\t\t};\n\n\t\tthis.validateEmail = this.validateEmail.bind(this);\n\t\tthis.requestResetPasscode = this.requestResetPasscode.bind(this);\n\t}\n\n\tvalidateEmail(e) {\n\t\tlet email = e.target.value.toLowerCase().trim();\n\n\t\t/* eslint-disable */\n\t\tconst reg = /^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;\n\n\t\tif (reg.test(email)) {\n\t\t\tthis.setState({\n\t\t\t\temail,\n\t\t\t\tvalid: true,\n\t\t\t});\n\t\t} else {\n\t\t\tthis.setState({\n\t\t\t\temail: null,\n\t\t\t\tvalid: false,\n\t\t\t});\n\t\t}\n\t}\n\n\trequestResetPasscode(e) {\n\t\te.preventDefault();\n\n\t\taxios\n\t\t\t.post(config.api.url + '/auth/forgot-password', {\n\t\t\t\temail: this.state.email,\n\t\t\t})\n\t\t\t.then(() => {\n\t\t\t\tthis.setState({\n\t\t\t\t\tredirect: true,\n\t\t\t\t});\n\t\t\t})\n\t\t\t.catch(() => {\n\t\t\t\tthis.setState({\n\t\t\t\t\tredirect: true,\n\t\t\t\t});\n\t\t\t});\n\t}\n\n\trender() {\n\t\tconst { redirect } = this.state;\n\n\t\tif (redirect) {\n\t\t\treturn <Redirect to=\"/reset-password\" />;\n\t\t}\n\n\t\treturn (\n\t\t\t<div className=\"center\">\n\t\t\t\t<div className=\"forgot-password-wrapper\">\n\t\t\t\t\t<div className=\"back\">\n\t\t\t\t\t\t<Link to={`/login`}>\n\t\t\t\t\t\t\t<Img src={backArrow} />\n\t\t\t\t\t\t\tBack\n\t\t\t\t\t\t</Link>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"lock\">\n\t\t\t\t\t\t<Img src={lock} />\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"cta\">\n\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\tFill in your email address and we'll send you\n\t\t\t\t\t\t\t<br />a passcode allowing you to reset your password.\n\t\t\t\t\t\t</p>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"form\">\n\t\t\t\t\t\t<form id=\"forgot-password\" onSubmit={this.requestResetPasscode}>\n\t\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\t\tEmail <span className=\"required\">Required</span>\n\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\t\t\t\ttype=\"email\"\n\t\t\t\t\t\t\t\t\tname=\"email\"\n\t\t\t\t\t\t\t\t\tplaceholder=\"Email\"\n\t\t\t\t\t\t\t\t\tonChange={this.validateEmail}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t<button\n\t\t\t\t\t\t\t\tclassName=\"btn primary\"\n\t\t\t\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\t\t\t\tname=\"forgot-password\"\n\t\t\t\t\t\t\t\tdisabled={!this.state.email}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tSend Reset\n\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t</form>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nexport default ForgotPassword;\n"
  },
  {
    "path": "app/src/views/auth-views/Login.js",
    "content": "import { Link } from 'react-router-dom';\nimport React, { Component } from 'react';\nimport PropTypes from 'prop-types';\nimport { connect } from 'react-redux';\nimport axios from 'axios';\nimport config from '../../config';\nimport { getAllData } from '../../api';\n\nclass Login extends Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\temail: '',\n\t\t\terrorMessage: '',\n\t\t\tpassword: '',\n\t\t};\n\t}\n\n\tisValid = () => {\n\t\treturn this.state.email.trim !== '' && this.state.password !== '';\n\t};\n\n\tsubmit = (e) => {\n\t\te.preventDefault();\n\n\t\taxios\n\t\t\t.post(config.api.url + '/auth/login', {\n\t\t\t\temail: this.state.email,\n\t\t\t\tpassword: this.state.password,\n\t\t\t})\n\t\t\t.then((res) => {\n\t\t\t\twindow.streamAnalyticsClient.setUser({\n\t\t\t\t\tid: res.data._id,\n\t\t\t\t\talias: res.data.email,\n\t\t\t\t});\n\n\t\t\t\twindow.localStorage.setItem('jwt', res.data.jwt);\n\t\t\t\twindow.localStorage.setItem('authedUser', res.data._id);\n\t\t\t\tgetAllData(this.props.dispatch);\n\t\t\t\tthis.props.history.push('/');\n\t\t\t})\n\t\t\t.catch(() => {\n\t\t\t\tthis.setState({\n\t\t\t\t\terrorMessage:\n\t\t\t\t\t\t'It looks like you have entered an incorrect email or password. Please try again.',\n\t\t\t\t\tpassword: '',\n\t\t\t\t});\n\t\t\t});\n\t};\n\n\trender() {\n\t\treturn (\n\t\t\t<div className=\"center auth-view login-view\">\n\t\t\t\t<h1>Sign In</h1>\n\t\t\t\t<p>\n\t\t\t\t\tEnjoy a new and personalized way to listen, <br />\n\t\t\t\t\tread, and share your favorite content.\n\t\t\t\t</p>\n\t\t\t\t<form className=\"auth-form\" onSubmit={this.submit}>\n\t\t\t\t\t<label>\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tautoComplete=\"username\"\n\t\t\t\t\t\t\tautoFocus={true}\n\t\t\t\t\t\t\tname=\"email\"\n\t\t\t\t\t\t\tonChange={(e) => {\n\t\t\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\t\t\tthis.setState({ email: e.target.value });\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\tplaceholder=\"Email\"\n\t\t\t\t\t\t\ttabIndex=\"1\"\n\t\t\t\t\t\t\ttype=\"email\"\n\t\t\t\t\t\t/>\n\t\t\t\t\t</label>\n\t\t\t\t\t<br />\n\t\t\t\t\t<label>\n\t\t\t\t\t\t<input\n\t\t\t\t\t\t\tautoComplete=\"current-password\"\n\t\t\t\t\t\t\tname=\"password\"\n\t\t\t\t\t\t\tonChange={(e) => {\n\t\t\t\t\t\t\t\te.preventDefault();\n\t\t\t\t\t\t\t\tthis.setState({ password: e.target.value });\n\t\t\t\t\t\t\t}}\n\t\t\t\t\t\t\tplaceholder=\"Password\"\n\t\t\t\t\t\t\ttabIndex=\"2\"\n\t\t\t\t\t\t\ttype=\"password\"\n\t\t\t\t\t\t\tvalue={this.state.password}\n\t\t\t\t\t\t/>\n\t\t\t\t\t</label>\n\t\t\t\t\t<button\n\t\t\t\t\t\tclassName=\"btn primary\"\n\t\t\t\t\t\tdisabled={!this.isValid()}\n\t\t\t\t\t\tname=\"sign-in\"\n\t\t\t\t\t\ttabIndex=\"3\"\n\t\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\t>\n\t\t\t\t\t\tContinue\n\t\t\t\t\t</button>\n\t\t\t\t\t<div className=\"error\">{this.state.errorMessage}</div>\n\t\t\t\t</form>\n\t\t\t\t<p className=\"info\">\n\t\t\t\t\tNew to Winds? <Link to=\"/create-account\">Create an Account</Link>\n\t\t\t\t</p>\n\t\t\t\t<p className=\"info\">\n\t\t\t\t\tForget password? <Link to=\"/forgot-password\">Reset Password</Link>\n\t\t\t\t</p>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nLogin.propTypes = {\n\tdispatch: PropTypes.func.isRequired,\n\thistory: PropTypes.shape({\n\t\tpush: PropTypes.func.isRequired,\n\t}),\n\tsignin: PropTypes.func,\n};\n\nexport default connect()(Login);\n"
  },
  {
    "path": "app/src/views/auth-views/ResetPassword.js",
    "content": "import { Link, Redirect } from 'react-router-dom';\nimport React, { Component } from 'react';\nimport { Img } from 'react-image';\nimport axios from 'axios';\nimport backArrow from '../../images/icons/back-arrow.svg';\nimport lock from '../../images/icons/lock.svg';\nimport config from '../../config';\n\nclass ResetPassword extends Component {\n\tconstructor(props) {\n\t\tsuper(props);\n\n\t\tthis.state = {\n\t\t\temail: null,\n\t\t\tpassword: null,\n\t\t\trecoveryCode: null,\n\t\t\tredirect: false,\n\t\t\tvalid: false,\n\t\t};\n\n\t\tthis.validateEmail = this.validateEmail.bind(this);\n\t\tthis.validateRecoveryCode = this.validateRecoveryCode.bind(this);\n\t\tthis.validatePassword = this.validatePassword.bind(this);\n\n\t\tthis.requestPasswordReset = this.requestPasswordReset.bind(this);\n\t}\n\n\tvalidateForm() {\n\t\tif (this.state.email && this.state.recoveryCode && this.state.password) {\n\t\t\tthis.setState({ valid: true });\n\t\t} else {\n\t\t\tthis.setState({ valid: false });\n\t\t}\n\t}\n\n\tvalidateEmail(e) {\n\t\tlet email = e.target.value.toLowerCase().trim();\n\n\t\t/* eslint-disable */\n\t\tconst reg = /^(([^<>()\\[\\]\\\\.,;:\\s@\"]+(\\.[^<>()\\[\\]\\\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/;\n\n\t\tif (reg.test(email)) {\n\t\t\tthis.setState({\n\t\t\t\temail: email,\n\t\t\t});\n\t\t} else {\n\t\t\tthis.setState(\n\t\t\t\t{\n\t\t\t\t\temail: null,\n\t\t\t\t},\n\t\t\t\t() => {\n\t\t\t\t\tthis.validateForm();\n\t\t\t\t},\n\t\t\t);\n\t\t}\n\t}\n\n\tvalidateRecoveryCode(e) {\n\t\tlet recoveryCode = e.target.value.trim();\n\n\t\tif (recoveryCode.length >= 10) {\n\t\t\tthis.setState(\n\t\t\t\t{\n\t\t\t\t\trecoveryCode,\n\t\t\t\t},\n\t\t\t\t() => {\n\t\t\t\t\tthis.validateForm();\n\t\t\t\t},\n\t\t\t);\n\t\t} else {\n\t\t\tthis.setState(\n\t\t\t\t{\n\t\t\t\t\trecoveryCode: null,\n\t\t\t\t},\n\t\t\t\t() => {\n\t\t\t\t\tthis.validateForm();\n\t\t\t\t},\n\t\t\t);\n\t\t}\n\t}\n\n\tvalidatePassword(e) {\n\t\tlet password = e.target.value.trim();\n\n\t\tif (password.length >= 2) {\n\t\t\tthis.setState(\n\t\t\t\t{\n\t\t\t\t\tpassword: password,\n\t\t\t\t},\n\t\t\t\t() => {\n\t\t\t\t\tthis.validateForm();\n\t\t\t\t},\n\t\t\t);\n\t\t} else {\n\t\t\tthis.setState(\n\t\t\t\t{\n\t\t\t\t\tpassword: null,\n\t\t\t\t},\n\t\t\t\t() => {\n\t\t\t\t\tthis.validateForm();\n\t\t\t\t},\n\t\t\t);\n\t\t}\n\t}\n\n\trequestPasswordReset(e) {\n\t\te.preventDefault();\n\n\t\taxios\n\t\t\t.post(config.api.url + '/auth/reset-password', {\n\t\t\t\temail: this.state.email.toLowerCase(),\n\t\t\t\trecoveryCode: this.state.recoveryCode,\n\t\t\t\tpassword: this.state.password,\n\t\t\t})\n\t\t\t.then(() => {\n\t\t\t\tthis.setState({\n\t\t\t\t\tredirect: true,\n\t\t\t\t});\n\t\t\t})\n\t\t\t.catch((err) => {\n\t\t\t\tconsole.log(err); // eslint-disable-line no-console\n\t\t\t});\n\t}\n\n\trender() {\n\t\tconst { redirect } = this.state;\n\n\t\tif (redirect) {\n\t\t\treturn <Redirect to=\"/login\" />;\n\t\t}\n\n\t\treturn (\n\t\t\t<div className=\"center\">\n\t\t\t\t<div className=\"reset-password-wrapper\">\n\t\t\t\t\t<div className=\"back\">\n\t\t\t\t\t\t<Link to={'/forgot-password'}>\n\t\t\t\t\t\t\t<Img src={backArrow} />\n\t\t\t\t\t\t\tBack\n\t\t\t\t\t\t</Link>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"lock\">\n\t\t\t\t\t\t<Img src={lock} />\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"cta\">\n\t\t\t\t\t\t<p>\n\t\t\t\t\t\t\tEnter the code you received and we'll <br />\n\t\t\t\t\t\t\treset your password.\n\t\t\t\t\t\t</p>\n\t\t\t\t\t</div>\n\t\t\t\t\t<div className=\"form\">\n\t\t\t\t\t\t<form id=\"reset-password\" onSubmit={this.requestPasswordReset}>\n\t\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\t\tEmail <span className=\"required\">Required</span>\n\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\t\t\t\ttype=\"email\"\n\t\t\t\t\t\t\t\t\tname=\"email\"\n\t\t\t\t\t\t\t\t\tonChange={this.validateEmail}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\t\tCode <span className=\"required\">Required</span>\n\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\t\t\t\tname=\"passcode\"\n\t\t\t\t\t\t\t\t\tonChange={this.validateRecoveryCode}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t<label>\n\t\t\t\t\t\t\t\tNew Password <span className=\"required\">Required</span>\n\t\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\t\t\t\ttype=\"password\"\n\t\t\t\t\t\t\t\t\tname=\"password\"\n\t\t\t\t\t\t\t\t\tonChange={this.validatePassword}\n\t\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t\t</label>\n\t\t\t\t\t\t\t<br />\n\t\t\t\t\t\t\t<button\n\t\t\t\t\t\t\t\tclassName=\"btn primary\"\n\t\t\t\t\t\t\t\ttype=\"submit\"\n\t\t\t\t\t\t\t\tname=\"reset-password\"\n\t\t\t\t\t\t\t\tdisabled={!this.state.valid}\n\t\t\t\t\t\t\t>\n\t\t\t\t\t\t\t\tReset Password\n\t\t\t\t\t\t\t</button>\n\t\t\t\t\t\t</form>\n\t\t\t\t\t</div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t);\n\t}\n}\n\nexport default ResetPassword;\n"
  },
  {
    "path": "app/src/views/auth-views/index.js",
    "content": "import Create from './Create';\nimport ForgotPassword from './ForgotPassword';\nimport Login from './Login';\nimport ResetPassword from './ResetPassword';\nexport { Create, ForgotPassword, Login, ResetPassword };\n"
  },
  {
    "path": "app/stylelint.config.js",
    "content": "module.exports = {\n\textends: 'stylelint-config-standard',\n\tplugins: ['stylelint-order'],\n\trules: {\n\t\t'declaration-colon-newline-after': null,\n\t\tindentation: 'tab',\n\t\t'order/properties-alphabetical-order': true,\n\t},\n};\n"
  },
  {
    "path": "process_dev.json",
    "content": "{\n\t\"apps\": [\n\t\t{\n\t\t\t\"name\": \"api\",\n\t\t\t\"cwd\": \"api\",\n\t\t\t\"exec_interpreter\": \"./node_modules/.bin/babel-node\",\n\t\t\t\"script\": \"./src/server.js\",\n\t\t\t\"watch\": true\n\t\t},\n\t\t{\n\t\t\t\"name\": \"conductor\",\n\t\t\t\"cwd\": \"api\",\n\t\t\t\"exec_interpreter\": \"./node_modules/.bin/babel-node\",\n\t\t\t\"script\": \"./src/workers/conductor.js\",\n\t\t\t\"watch\": true\n\t\t},\n\t\t{\n\t\t\t\"name\": \"stream\",\n\t\t\t\"cwd\": \"api\",\n\t\t\t\"exec_interpreter\": \"./node_modules/.bin/babel-node\",\n\t\t\t\"script\": \"./src/workers/stream.js\",\n\t\t\t\"watch\": true\n\t\t},\n\t\t{\n\t\t\t\"name\": \"social\",\n\t\t\t\"cwd\": \"api\",\n\t\t\t\"exec_interpreter\": \"./node_modules/.bin/babel-node\",\n\t\t\t\"script\": \"./src/workers/social.js\",\n\t\t\t\"watch\": true\n\t\t},\n\t\t{\n\t\t\t\"name\": \"rss\",\n\t\t\t\"cwd\": \"api\",\n\t\t\t\"exec_interpreter\": \"./node_modules/.bin/babel-node\",\n\t\t\t\"script\": \"./src/workers/rss.js\",\n\t\t\t\"watch\": true\n\t\t},\n\t\t{\n\t\t\t\"name\": \"podcast\",\n\t\t\t\"cwd\": \"api\",\n\t\t\t\"exec_interpreter\": \"./node_modules/.bin/babel-node\",\n\t\t\t\"script\": \"./src/workers/podcast.js\",\n\t\t\t\"watch\": true\n\t\t},\n\t\t{\n\t\t\t\"name\": \"og\",\n\t\t\t\"cwd\": \"api\",\n\t\t\t\"exec_interpreter\": \"./node_modules/.bin/babel-node\",\n\t\t\t\"script\": \"./src/workers/og.js\",\n\t\t\t\"watch\": true\n\t\t}\n\t]\n}\n"
  },
  {
    "path": "scripts/docker-cleanup.sh",
    "content": "#!/bin/bash\n\n# stop all containers\ndocker stop --force $(docker ps -a -q)\n\n# destroy all containers\ndocker rm --force $(docker ps -a -q)\n\n# destroy all images\ndocker rmi --force $(docker images -q)\n"
  }
]